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/junkdata/backup12042024/20240416/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/junkdata/backup12042024/20240416/reigntours_GTX.sql
-- MySQL dump 10.13  Distrib 8.0.27, for Linux (x86_64)
--
-- Host: localhost    Database: reigntours_GTX
-- ------------------------------------------------------
-- Server version	8.0.27

/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `reigntours_GTX`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `reigntours_GTX` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;

USE `reigntours_GTX`;

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

DROP TABLE IF EXISTS `admin_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin_user` (
  `user_id` mediumint unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `admin_user` WRITE;
/*!40000 ALTER TABLE `admin_user` DISABLE KEYS */;
INSERT INTO `admin_user` VALUES (1,'Travnet','','holidays@reisentours.com','admin','1411207005b641ad9d9a155df0c68b16','2010-10-30 22:51:18','2010-10-30 22:51:18','2010-10-30 23:39:32',1,'admin'),(2,'Travnet','','piyush@catpl.co.in','admin123','e10adc3949ba59abbe56e057f20f883e','2010-10-30 22:51:18','2010-10-30 22:51:18','2010-10-30 23:39:32',1,'admin'),(3,'admin1','admin1','accounts1@reisentours.com','admin1','22c4aa5e6e56bda9e24e51a8a2ab2be9','2022-12-01 00:00:00',NULL,NULL,1,'admin');
/*!40000 ALTER TABLE `admin_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_cancellation_charges`
--

DROP TABLE IF EXISTS `tb_agency_cancellation_charges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_cancellation_charges` (
  `SupplierType` smallint NOT NULL DEFAULT '0',
  `ServiceType` smallint NOT NULL,
  `AgencySysId` bigint NOT NULL,
  `ItemSourceType` smallint NOT NULL,
  `MPType` smallint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL,
  `MarkUp` decimal(18,2) NOT NULL,
  `CreateDate` datetime(3) NOT NULL,
  `UpdateDate` datetime(3) NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`ServiceType`,`MPType`,`ItemSourceType`,`SupplierType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_cancellation_charges`
--

LOCK TABLES `tb_agency_cancellation_charges` WRITE;
/*!40000 ALTER TABLE `tb_agency_cancellation_charges` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_agency_cancellation_charges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_credit`
--

DROP TABLE IF EXISTS `tb_agency_credit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_credit` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `CreditSysId` int NOT NULL DEFAULT '0',
  `CreditAmount` decimal(18,2) NOT NULL,
  `CreditDays` int NOT NULL,
  `BalanceAmount` decimal(18,2) NOT NULL,
  `CreateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_credit`
--

LOCK TABLES `tb_agency_credit` WRITE;
/*!40000 ALTER TABLE `tb_agency_credit` DISABLE KEYS */;
INSERT INTO `tb_agency_credit` VALUES (1,10382,4769,0.00,0,0.00,'2022-01-20 18:25:12'),(2,10583,4964,0.00,0,0.00,'2022-01-23 13:01:45'),(3,10385,4772,0.00,0,0.00,'2022-01-27 13:51:06');
/*!40000 ALTER TABLE `tb_agency_credit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_credit_history`
--

DROP TABLE IF EXISTS `tb_agency_credit_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_credit_history` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `CreditSysId` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `BalanceAmount` decimal(18,2) NOT NULL,
  `CreditDays` int NOT NULL,
  `CreditDate` date NOT NULL,
  `UserSysId` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `IsMarkForDel` int NOT NULL,
  `IsActive` int NOT NULL,
  `CreditAmount` decimal(18,2) NOT NULL,
  `historyUpdateDate` datetime NOT NULL,
  `Remark` varchar(200) NOT NULL,
  `TrxType` int NOT NULL,
  `Amount` decimal(18,2) NOT NULL,
  `historyCreditAmount` decimal(18,2) NOT NULL,
  `historyBalanceAmount` decimal(18,2) NOT NULL,
  `IsCredit` int NOT NULL,
  `HistoryCreditSysId` int NOT NULL,
  `RefrenceNo` varchar(150) NOT NULL,
  `PlanType` int NOT NULL,
  `PaymentMode` varchar(100) NOT NULL,
  `Agencyname` varchar(200) NOT NULL,
  `IsOneTime` varchar(100) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_credit_history`
--

LOCK TABLES `tb_agency_credit_history` WRITE;
/*!40000 ALTER TABLE `tb_agency_credit_history` DISABLE KEYS */;
INSERT INTO `tb_agency_credit_history` VALUES (1,10382,4769,1,9277.30,0,'2022-01-10',11551,'2022-01-10 15:43:00','2022-01-10 15:58:36',0,1,0.00,'2022-01-11 17:46:46','Flight Booking - TEST TICKET',0,722.70,0.00,9277.30,2,10704,'DMCS107900173297',1,'Wallet','Reisen 1','0'),(2,10382,4769,1,9277.30,0,'2022-01-10',11551,'2022-01-10 15:43:00','2022-01-10 15:58:36',0,1,0.00,'2022-01-10 15:58:36','ICICI BANK',1,10000.00,0.00,10000.00,2,10624,'345789',7,'CHEQUE','Reisen 1','0'),(3,10382,4769,1,9277.30,0,'2022-01-10',11551,'2022-01-10 15:43:00','2022-01-10 15:58:36',0,1,0.00,'2022-01-10 15:43:00','Welcome',1,0.00,0.00,0.00,1,10621,'',7,'Start Account','Reisen 1','0'),(4,10583,4964,1,0.00,0,'2022-01-20',11775,'2022-01-20 18:10:00','2022-01-20 18:10:00',0,1,0.00,'2022-01-20 18:10:00','Welcome',1,0.00,0.00,0.00,1,10988,'',7,'Start Account','Treisen Travel','0'),(5,10382,4769,1,5341.60,0,'2022-01-10',11551,'2022-01-10 15:43:00','2022-01-10 15:58:36',0,1,0.00,'2022-01-25 13:31:10','Flight Booking - ',0,3935.70,0.00,5341.60,2,11146,'DMCS105600180401',1,'Wallet','Reisen 1','0'),(6,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-25 17:10:33','Flight Booking - Test Ticket',0,2689.70,0.00,8886.26,2,11170,'DMCS103300180691',1,'Wallet','Naturala','0'),(7,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-21 14:30:49','Hotel Booking - test',0,1152.04,0.00,11575.96,2,11017,'TJS209500179046',2,'Wallet','Naturala','0'),(8,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 16:42:35','Add Fund',1,100.00,0.00,12728.00,2,10696,'11000000183574',7,'Self Card','Naturala','0'),(9,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 15:58:40','Add Fund',1,1000.00,0.00,12628.00,2,10693,'11000000183558',7,'Self Card','Naturala','0'),(10,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:24:04','Flight Booking - Test',0,3937.70,0.00,11628.00,2,10683,'DMCS106700172852',1,'Wallet','Naturala','0'),(11,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:21:19','Flight Booking ',0,3581.70,0.00,15565.70,2,10682,'DMCS107700172848',1,'Online Wallet','Naturala','0'),(12,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:21:05','Add Fund',1,8581.70,0.00,19147.40,2,10681,'DMCS107700172848',7,'Customer Card','Naturala','0'),(13,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:15:51','Test By Prashant   10000.00',1,10000.00,0.00,10565.70,2,10680,'TEST1234',7,'CASH','Naturala','0'),(14,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:08:59','Flight Booking ',0,1155.70,0.00,565.70,2,10679,'DMCS109900172810',1,'Online Wallet','Naturala','0'),(15,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 13:08:49','Add Fund',1,1155.70,0.00,1721.40,2,10678,'DMCS109900172810',7,'Customer Card','Naturala','0'),(16,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-11 12:59:33','Add Fund',1,565.70,0.00,565.70,2,10676,'DMCS102800172770',7,'Customer Card','Naturala','0'),(17,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 18:35:00','withdrawl',0,17246.90,17246.90,0.00,2,10656,'1641819846',7,'Reduce Topup','Naturala','0'),(18,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 18:20:16','Flight Booking ',0,2882.70,0.00,17246.90,2,10654,'DMCS106500172346',1,'Online Wallet','Naturala','0'),(19,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 18:20:07','Add Fund',1,2882.70,0.00,20129.60,2,10653,'DMCS106500172346',7,'Customer Card','Naturala','0'),(20,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 17:55:07','Add Fund',1,1300.70,0.00,17246.90,2,10650,'DMCS104000172313',7,'Customer Card','Naturala','0'),(21,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 17:51:11','Add Fund',1,3823.40,0.00,15946.20,2,10649,'DMCS109100172304',7,'Customer Card','Naturala','0'),(22,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 17:17:37','Add Fund',1,4013.70,0.00,12122.80,2,10640,'DMCS104000172223',7,'Customer Card','Naturala','0'),(23,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 16:57:32','Add Fund',1,4042.40,0.00,8109.10,2,10636,'DMCS107800172144',7,'Self Card','Naturala','0'),(24,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 16:44:38','Add Fund',1,4066.70,0.00,4066.70,2,10634,'DMCS104900172127',7,'Self Card','Naturala','0'),(25,10385,4772,1,8886.26,0,'2022-01-11',63,'2022-01-10 18:35:00','2022-01-11 00:00:00',0,1,0.00,'2022-01-10 16:23:00','Welcome',1,0.00,0.00,0.00,1,10631,'',7,'Start Account','Naturala','0'),(26,10385,4772,1,0.00,0,'1970-01-01',9389,'2022-01-27 13:54:00','2022-01-27 13:54:00',0,1,0.00,'2022-01-27 13:54:00','test amount withdrawal.',0,8886.26,8886.26,0.00,2,11226,'1643271879',7,'Reduce Topup','Naturala','0'),(27,10382,4769,1,0.00,0,'1970-01-01',9389,'2022-01-27 13:56:00','2022-01-27 13:56:00',0,1,0.00,'2022-01-27 13:56:00','test amount withdrawal.',0,3561.90,3561.90,0.00,2,11227,'1643271945',7,'Reduce Topup','Reisen 1','0'),(28,10382,4769,1,0.00,0,'1970-01-01',9389,'2022-01-27 13:56:00','2022-01-27 13:56:00',0,1,0.00,'2022-01-25 17:10:10','Flight Booking - ',0,1779.70,0.00,3561.90,2,11169,'DMCS102600180687',1,'Wallet','Reisen 1','0');
/*!40000 ALTER TABLE `tb_agency_credit_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_userrole_mapping`
--

DROP TABLE IF EXISTS `tb_agency_userrole_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_userrole_mapping` (
  `MapSysId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `AgentSysId` int NOT NULL,
  `IsPermission` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDelete` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`MapSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_userrole_mapping`
--

LOCK TABLES `tb_agency_userrole_mapping` WRITE;
/*!40000 ALTER TABLE `tb_agency_userrole_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_agency_userrole_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_agency_userrole_permission`
--

DROP TABLE IF EXISTS `tb_agency_userrole_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_agency_userrole_permission` (
  `PermissionSysId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `AgentSysId` int NOT NULL,
  `Parent_Id` int DEFAULT NULL,
  `Title` varchar(256) DEFAULT NULL,
  `val` varchar(256) DEFAULT NULL,
  `url` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('0','1') DEFAULT '1',
  `IsMarkForDelete` enum('0','1') DEFAULT '0',
  `IsOrder` int DEFAULT NULL,
  `IsDisplayLeftNev` enum('0','1') DEFAULT '0',
  `ModuleName` varchar(256) DEFAULT NULL,
  `ModuleType` int DEFAULT NULL,
  `ParentCode` varchar(256) DEFAULT NULL,
  `ControllerName` varchar(256) DEFAULT NULL,
  PRIMARY KEY (`PermissionSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_agency_userrole_permission`
--

LOCK TABLES `tb_agency_userrole_permission` WRITE;
/*!40000 ALTER TABLE `tb_agency_userrole_permission` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_agency_userrole_permission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_b2b_homebanner_detail`
--

DROP TABLE IF EXISTS `tb_b2b_homebanner_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_b2b_homebanner_detail` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(256) NOT NULL,
  `image` varchar(256) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `isDisplayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_b2b_homebanner_detail`
--

LOCK TABLES `tb_b2b_homebanner_detail` WRITE;
/*!40000 ALTER TABLE `tb_b2b_homebanner_detail` DISABLE KEYS */;
INSERT INTO `tb_b2b_homebanner_detail` VALUES (4,'Heading 1edit','4_1578132922.jpg','','Url (with http or https) 1edit',0,'0','1','0'),(5,'sdcdsfsd','5_1578132982.jpg','','dssddsds',0,'1','1','0');
/*!40000 ALTER TABLE `tb_b2b_homebanner_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_deposit_payment`
--

DROP TABLE IF EXISTS `tb_deposit_payment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_deposit_payment` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `MasterAgencySysId` int NOT NULL,
  `PaymentMode` varchar(100) NOT NULL,
  `TransactionId` varchar(250) DEFAULT NULL,
  `Amount` float NOT NULL,
  `RefrenceNo` varchar(100) DEFAULT NULL,
  `CreditDate` date NOT NULL,
  `Remark` varchar(200) DEFAULT NULL,
  `PlanType` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `UserSysId` int NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `IsActive` tinyint NOT NULL DEFAULT '0',
  `error_Message` varchar(200) DEFAULT NULL,
  `error` varchar(200) DEFAULT NULL,
  `paymentStatus` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_deposit_payment`
--

LOCK TABLES `tb_deposit_payment` WRITE;
/*!40000 ALTER TABLE `tb_deposit_payment` DISABLE KEYS */;
INSERT INTO `tb_deposit_payment` VALUES (58,2,1,'ONLINE',NULL,10000,'25497565','2021-01-20','test',7,1,0,'2021-01-23 15:26:01','2021-01-23 15:26:01',0,0,0,NULL,NULL,NULL),(59,2,1,'ONLINE',NULL,10000,'25497565','2021-01-20','test',7,1,0,'2021-01-23 15:28:29','2021-01-23 15:28:29',0,0,0,NULL,NULL,NULL),(60,2,1,'ONLINE','B83B68CA4A404FC6838D880A7B8376BF',10000,'25497565','2021-01-20','test',7,1,0,'2021-01-23 15:30:37','2021-01-23 15:30:37',0,1,0,NULL,NULL,NULL),(61,2,1,'ONLINE','205394A6C9A94E9AAF32427159A91918',5000,'98587885555','2020-12-02','',7,1,0,'2021-01-23 17:37:58','2021-01-23 17:37:58',0,1,0,NULL,NULL,NULL),(63,19,1,'ONLINE',NULL,100,'599','2021-04-23','vcxvcxx',7,1,23,'2021-02-15 13:52:46','2021-02-15 13:52:46',0,0,0,NULL,NULL,NULL),(64,19,1,'ONLINE',NULL,100,'599','2021-04-23','vcxvcxx',7,1,23,'2021-02-15 13:53:18','2021-02-15 13:53:18',0,0,0,NULL,NULL,NULL),(65,19,1,'ONLINE',NULL,100,'599','2021-04-23','vcxvcxx',7,1,23,'2021-02-15 13:57:33','2021-02-15 13:57:33',0,0,0,NULL,NULL,NULL),(66,19,1,'ONLINE',NULL,1000,'5454545','2021-02-23','cxzvzzz',7,1,23,'2021-02-15 13:59:35','2021-02-15 13:59:35',0,0,0,NULL,NULL,NULL),(67,19,1,'ONLINE',NULL,1000,'5454545','2021-02-23','cxzvzzz',7,1,23,'2021-02-15 14:00:24','2021-02-15 14:00:24',0,0,0,NULL,NULL,NULL),(68,19,1,'ONLINE','8C3883C390674801B23142ED77EC34FD',5000,NULL,'2021-02-17','dfsfsd',7,1,23,'2021-02-15 14:02:50','2021-02-15 14:02:50',0,1,1,'','',NULL),(69,19,1,'ONLINE','1A4ABD9BDAC1443FBEFB7E3FA33AA666',100,'11000000061997','2021-02-17','fdsfdsfs',7,1,23,'2021-02-15 15:42:19','2021-02-15 15:42:19',0,1,1,'','',NULL),(70,19,1,'ONLINE','CADADB09EB3A48879196E0D38FEFA1B9',200,'11000000061999','2021-02-02','test',7,1,23,'2021-02-15 15:47:06','2021-02-15 15:47:06',0,1,1,'','',NULL),(71,19,1,'CHEQUE','FD94C4788AFE4419AEBFA4A14D4765C0',5000,'43252','2021-02-01','gdgs',7,1,23,'2021-02-15 15:56:44','2021-02-15 15:56:44',0,1,0,NULL,NULL,NULL),(72,19,1,'ONLINE',NULL,1000,'11000000062076','2021-02-15','fsfsdfsd',7,1,23,'2021-02-15 16:51:49','2021-02-15 16:51:49',0,4,0,'','','2'),(73,19,1,'ONLINE','963B31552B6F4445AFEFEAA8B6F8034B',1000,'11000000062077','2021-02-15','',7,1,23,'2021-02-15 16:52:24','2021-02-15 16:52:24',0,1,1,'','',NULL),(74,10382,35,'ONLINE',NULL,1000,'asdasd','2022-01-21','x',7,1,11551,'2022-01-21 11:22:44','2022-01-21 11:22:44',0,0,0,NULL,NULL,NULL),(75,10583,35,'CASH','A92CA7E1DD4A4CDD8C4EF9EBAC4E2D1D',50000,'567558','2022-01-22','ifff',7,1,11775,'2022-01-23 12:58:18','2022-01-23 12:58:18',0,1,0,NULL,NULL,NULL),(76,10583,35,'CHEQUE','061A7C5E96834ABDA3506BCB70EB44EF',80000,'65789','2022-01-21','icici bank',7,1,11775,'2022-01-23 13:00:01','2022-01-23 13:00:01',0,1,0,NULL,NULL,NULL),(77,10583,35,'CASH','C2FC6EC24E1642E6BCD13EB96772D78F',5000,'12345','2022-01-23','idbi',7,1,11775,'2022-01-23 13:06:20','2022-01-23 13:06:20',0,1,0,NULL,NULL,NULL),(78,10384,35,'CHEQUE','93952E794C9F4282BCDD973F53113C5B',5000,'TEST','2022-04-01','TESTING',7,1,11554,'2022-04-01 14:51:19','2022-04-01 14:51:19',0,1,0,NULL,NULL,NULL);
/*!40000 ALTER TABLE `tb_deposit_payment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_flight_modification`
--

DROP TABLE IF EXISTS `tb_flight_modification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_flight_modification` (
  `ModificationId` int NOT NULL AUTO_INCREMENT,
  `apiTraceId` varchar(200) NOT NULL,
  `ChangeRequestId` varchar(150) NOT NULL,
  `ChangeRequestStatus` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `MasterTPSysId` int NOT NULL DEFAULT '0',
  `BookingId` varchar(150) NOT NULL,
  `RequestType` varchar(150) NOT NULL,
  `Remarks` varchar(300) NOT NULL,
  `RequestData` text NOT NULL,
  `APIResponseData` text NOT NULL,
  `RefundMode` varchar(150) DEFAULT NULL,
  `status` int DEFAULT NULL,
  `servicefee` decimal(18,2) NOT NULL DEFAULT '0.00',
  `refundedamount` decimal(18,2) NOT NULL DEFAULT '0.00',
  `amendmentcharges` decimal(18,0) NOT NULL DEFAULT '0',
  `nameData` varchar(500) DEFAULT NULL,
  `sectors` varchar(300) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`ModificationId`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_flight_modification`
--

LOCK TABLES `tb_flight_modification` WRITE;
/*!40000 ALTER TABLE `tb_flight_modification` DISABLE KEYS */;
INSERT INTO `tb_flight_modification` VALUES (1,'2a501-c589f-08029-3ae4f','1',1,10382,35,'TJS105600180401','REISSUE_QUOTATION','DATE CHANGE','{\"bookingId\":\"TJS105600180401\",\"type\":\"REISSUE_QUOTATION\",\"remarks\":\"DATE CHANGE\",\"trips\":[{\"src\":\"DEL\",\"dest\":\"BOM\",\"departureDate\":\"2022-02-03\",\"travellers\":[{\"fn\":\"rohan\",\"ln\":\"singh\"}]}]}','[]',NULL,NULL,0.00,0.00,0,NULL,NULL,'2022-01-25 13:38:13','2022-01-25 13:38:13');
/*!40000 ALTER TABLE `tb_flight_modification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_happycustomer`
--

DROP TABLE IF EXISTS `tb_happycustomer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_happycustomer` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('0','1') NOT NULL,
  `isDisplayOnHome` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_happycustomer`
--

LOCK TABLES `tb_happycustomer` WRITE;
/*!40000 ALTER TABLE `tb_happycustomer` DISABLE KEYS */;
INSERT INTO `tb_happycustomer` VALUES (4,'xfdgbvd','https://www.youtube.com/watch?v=3SsK-cxlj_w','4_1672916285.jpeg','1','1','0');
/*!40000 ALTER TABLE `tb_happycustomer` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_homebanner_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_homebanner_detail` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `image` varchar(100) DEFAULT NULL,
  `heading` varchar(80) DEFAULT NULL,
  `description` varchar(150) DEFAULT NULL,
  `url` varchar(250) DEFAULT NULL,
  `opt` tinyint NOT NULL DEFAULT '0',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `isDisplayOnHome` tinyint NOT NULL DEFAULT '0',
  `isDisplayOnBanner` enum('0','1') NOT NULL DEFAULT '0',
  `bannerType` int NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tb_homebanner_detail` WRITE;
/*!40000 ALTER TABLE `tb_homebanner_detail` DISABLE KEYS */;
INSERT INTO `tb_homebanner_detail` VALUES (20,'20_1643089001.jpg','','','',0,'1',1,'0',0,1,0),(23,'23_1677576468.jpg','Reisen Tours','Reisen Tours','',0,'0',1,'0',0,1,0);
/*!40000 ALTER TABLE `tb_homebanner_detail` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_itinerary_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_itinerary_description` (
  `ItineraryDesId` int NOT NULL AUTO_INCREMENT,
  `GtxRefId` int NOT NULL,
  `StartCity` int NOT NULL,
  `DestinationCity` int 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',
  PRIMARY KEY (`ItineraryDesId`),
  KEY `GtxRefId` (`GtxRefId`),
  KEY `ItineraryDesId` (`ItineraryDesId`),
  KEY `DestinationCity` (`DestinationCity`),
  KEY `IsActive` (`IsActive`),
  KEY `IsMarkForDel` (`IsMarkForDel`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_itinerary_description`
--

LOCK TABLES `tb_itinerary_description` WRITE;
/*!40000 ALTER TABLE `tb_itinerary_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_itinerary_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_master_geo_city`
--

DROP TABLE IF EXISTS `tb_master_geo_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_master_geo_city` (
  `CityId` bigint NOT NULL AUTO_INCREMENT,
  `TBBCityId` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `Title` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `Alias` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `Code` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `StateOrZone` char(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `Country` char(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `SeoTitle` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `StateSysId` bigint DEFAULT '0',
  `ZoneSysId` bigint NOT NULL DEFAULT '0',
  `ContSysId` bigint NOT NULL DEFAULT '0',
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `IsApproved` tinyint(1) NOT NULL DEFAULT '0',
  `IsMarkForDel` tinyint(1) NOT NULL DEFAULT '0',
  `IsActive` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`CityId`)
) ENGINE=InnoDB AUTO_INCREMENT=25309 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_master_geo_city`
--

LOCK TABLES `tb_master_geo_city` WRITE;
/*!40000 ALTER TABLE `tb_master_geo_city` DISABLE KEYS */;
INSERT INTO `tb_master_geo_city` VALUES (1,'10379','Shimla','SHIMLA',NULL,'','India','Shimla',1,0,101,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(2,'16951','Thai Muang','THAI MUANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(3,'4105','Indre-et-loire','INDRE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(4,'25378','Manning Provincial Park','MANNING PROVINCIAL PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(5,'25379','100 Mile House','100 MILE HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(6,'25381','108 Mile Ranch','108 MILE RANCH',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(7,'37544','6Th Of October City','6TH OF OCTOBER CITY',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:26','1900-01-01 00:00:00',1,0,1),(8,'25382','70 Mile House','70 MILE HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(9,'41940','A Arnoia','A ARNOIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(10,'42995','A Capela','A CAPELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(11,'1724','A Coruna','A CORUNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(12,'1258','A Coruña','A CORUÑA',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(13,'41498','A Estrada','A ESTRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(14,'41488','A Fonsagrada','A FONSAGRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(15,'39423','A Mezquita','A MEZQUITA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(16,'38684','A Pobra De Trives','A POBRA DE TRIVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(17,'2109','Aabenraa','AABENRAA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(18,'2110','Aabybro','AABYBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','2018-01-23 05:09:29',1,0,1),(19,'27318','Aachen','AACHEN','','','Germany','',0,0,83,'2016-10-17 10:38:27','2018-02-03 06:11:20',1,0,1),(20,'2351','Aalbaek','AALBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(21,'2350','Aalborg','AALBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:27','1900-01-01 00:00:00',1,0,1),(22,'22471','Aalen','AALEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(23,'2111','Aalestrup','AALESTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(24,'1131','Aalesund','AALESUND',NULL,'','NORWAY','',0,0,164,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,0),(25,'14617','Aalsmeer','AALSMEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(26,'24574','Aalst','AALST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(27,'24714','Aalter','AALTER',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(28,'23466','Aarau','AARAU','','','Switzerland','',0,0,210,'2016-10-17 10:38:28','2017-05-12 01:39:43',1,0,1),(29,'23426','Aarburg','AARBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(30,'22990','Aare River','AARE RIVER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(31,'36111','Aarhus','AARHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:28','1900-01-01 00:00:00',1,0,1),(32,'29792','Aaronsburg','AARONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(33,'43845','Aars','AARS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(34,'24603','Aartselaar','AARTSELAAR',NULL,'','Belgium','',0,0,21,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(35,'42244','Abaco Island','ABACO ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(36,'13455','Abaiang','ABAIANG',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(37,'16241','Abakan','ABAKAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(38,'14126','Abala','ABALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(39,'5792','Abancourt','ABANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(40,'11513','Abano Terme','ABANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(41,'42218','Abant','ABANT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(42,'43181','Abashiri','ABASHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(43,'13981','Abasolo','ABASOLO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(44,'11514','Abbadia San Salvatore','ABBADIA SAN SALVATORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(45,'11515','Abbasanta','ABBASANTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(46,'7441','Abberley','ABBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(47,'6278','Abbeville','ABBEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:38:29','1900-01-01 00:00:00',1,0,1),(48,'17821','Abbeville','ABBEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(49,'6860','Abbeyhill','ABBEYHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(50,'43705','Abbeyleix','ABBEYLEIX',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(51,'11092','Abbiadori','ABBIADORI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(52,'11516','Abbiategrasso','ABBIATEGRASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(53,'7442','Abbots Ripton','ABBOTS RIPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(54,'25383','Abbotsford','ABBOTSFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(55,'31677','Abbotsford','ABBOTSFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(56,'15290','Abbottabad','ABBOTTABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(57,'29793','Abbottstown','ABBOTTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(58,'14674','Abcoude','ABCOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(59,'3427','Abejar','ABEJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(60,'43037','Abel Tasman National Park','ABEL TASMAN NATIONAL PARK',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(61,'44167','Abeliona','ABELIONA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(62,'13456','Abemama','ABEMAMA',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(63,'13115','Abeno','ABENO',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(64,'9253','Aberaeron','ABERAERON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(65,'30426','Abercrombie','ABERCROMBIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:30','1900-01-01 00:00:00',1,0,1),(66,'7443','Aberdare','ABERDARE',NULL,'','United Kingdom','Aberdare',0,0,229,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(67,'35772','Aberdare National Park','Aberdare National Park',NULL,'','Kenya','',0,0,113,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(68,'29225','Aberdeen','ABERDEEN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(69,'7444','Aberdeen','ABERDEEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(70,'9897','Aberdeen','ABERDEEN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:38:31','1900-01-01 00:00:00',1,0,1),(71,'6864','Aberdeenshire','ABERDEENSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(72,'7445','Aberdour','ABERDOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(73,'6865','Aberdovey','ABERDOVEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(74,'7446','Aberfeldy','ABERFELDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(75,'9300','Aberfoyle','ABERFOYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(76,'7447','Abergavenny','ABERGAVENNY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(77,'7448','Abergele','ABERGELE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(78,'7449','Aberlady','ABERLADY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(79,'7450','Aberlour','ABERLOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(80,'7451','Aberporth','ABERPORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(81,'42234','Abersee','ABERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(82,'7452','Abersoch','ABERSOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(83,'7453','Abertillery','ABERTILLERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(84,'7454','Aberystwyth','ABERYSTWYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(85,'11517','Abetone','ABETONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(86,'16506','Abha','ABHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(87,'30427','Abilene','ABILENE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(88,'7455','Abingdon','ABINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(89,'31024','Abingdon','ABINGDON','','','United States','rtyrt',0,0,231,'2016-10-17 10:38:32','2018-02-05 01:38:48',1,0,1),(90,'7456','Abington','ABINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(91,'21287','Abington','ABINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:32','1900-01-01 00:00:00',1,0,1),(92,'28482','Abiquiu','ABIQUIU',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(93,'21159','Abita Springs','ABITA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(94,'37228','Ablitas','ABLITAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(95,'7457','Aboyne','ABOYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(96,'16363','Abramtsevo','ABRAMTSEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(97,'16040','Abrantes','ABRANTES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(98,'11093','Abruzzo','ABRUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(99,'39897','Absam','ABSAM',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(100,'28181','Absecon','ABSECON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(101,'27151','Abtenau','ABTENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(102,'23110','Abtwil','ABTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(103,'13214','Abu','ABU',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(105,'25906','Abu Dhabi','ABU DHABI',NULL,'','United Arab Emirates','Abu Dhabi',0,0,228,'2016-10-17 10:38:33','1900-01-01 00:00:00',1,0,1),(106,'2413','Abu Simbel','ABU SIMBEL',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(107,'1741','Abuja','ABUJA',NULL,'','Nigeria','',0,0,160,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(108,'13215','Abuta','ABUTA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(109,'21819','Acadia','ACADIA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:34','1900-01-01 00:00:00',1,0,1),(110,'42157','Acadie','ACADIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(111,'16575','Acajutla','ACAJUTLA',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(112,'24106','Acandi','ACANDI',NULL,'','Colombia','',0,0,49,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(113,'13787','Acapulco','ACAPULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(114,'32209','Acarigua','ACARIGUA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(115,'11518','Acate','ACATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(116,'11094','Acaya','ACAYA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(117,'11519','Acciaroli','ACCIAROLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(118,'21288','Accord','ACCORD',NULL,'','United States','',0,0,231,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(119,'9350','Accra','ACCRA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(120,'7458','Accrington','ACCRINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(121,'3653','Acebeiro','ACEBEIRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(122,'9397','Achaea','ACHAEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(123,'9398','Acharavi','ACHARAVI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:35','1900-01-01 00:00:00',1,0,1),(124,'38943','Achau','ACHAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(125,'24443','Achenkirch','ACHENKIRCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(126,'24444','Achensee','ACHENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(127,'22472','Achern','ACHERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:36','1900-01-01 00:00:00',1,0,1),(128,'35385','Achill Island','ACHILL ISLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(129,'7459','Achiltibuie','ACHILTIBUIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(130,'495','Achim','ACHIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(131,'38492','Achlada','ACHLADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(132,'7460','Achnasheen','ACHNASHEEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:37','1900-01-01 00:00:00',1,0,1),(133,'14452','Achterhoek','ACHTERHOEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:38','1900-01-01 00:00:00',1,0,1),(134,'11520','Aci Castello','ACI CASTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:38','1900-01-01 00:00:00',1,0,1),(135,'11521','Acireale','ACIREALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(136,'11095','Acitrezza','ACITREZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(137,'7461','Acle','ACLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(138,'21961','Acme','ACME',NULL,'','United States','',0,0,231,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(139,'28483','Acoma','ACOMA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:39','1900-01-01 00:00:00',1,0,1),(140,'38436','Acornhoek','ACORNHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(141,'15784','Acoteias','ACOTEIAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(142,'11522','Acquafredda','ACQUAFREDDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:40','1900-01-01 00:00:00',1,0,1),(143,'11523','Acqualagna','ACQUALAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(144,'11524','Acquapendente','ACQUAPENDENTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(145,'11525','Acquappesa','ACQUAPPESA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(146,'11526','Acquasparta','ACQUASPARTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(147,'11527','Acquaviva','ACQUAVIVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:41','1900-01-01 00:00:00',1,0,1),(148,'43050','Acquedolci','ACQUEDOLCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(149,'11079','Acqui Terme','ACQUI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(150,'28594','Acra','ACRA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(151,'35408','Acre','ACRE',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:42','1900-01-01 00:00:00',1,0,1),(152,'7462','Acton','ACTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(153,'21289','Acton','ACTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(154,'40484','Acton','ACTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(155,'14001','Actopan','ACTOPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(156,'14054','Acuna','ACUNA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(157,'19688','Acworth','ACWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(158,'22297','Ada','ADA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(159,'20144','Adair','ADAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(160,'19689','Adairsville','ADAIRSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(161,'17543','Adak Island','ADAK ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(162,'9808','Adamas','ADAMAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:43','1900-01-01 00:00:00',1,0,1),(163,'21290','Adams','ADAMS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(164,'34077','Adamstown','ADAMSTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(165,'29795','Adamstown','ADAMSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(166,'15364','Adamstown','ADAMSTOWN',NULL,'','Pitcairn','',0,0,487,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(167,'17822','Adamsville','ADAMSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(168,'17374','Adana','ADANA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(169,'10894','Adare','ADARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(170,'7463','Adderbury','ADDERBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(171,'15178','Addington','ADDINGTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(172,'3836','Addis Ababa','ADDIS ABABA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(173,'20421','Addison','ADDISON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(174,'32430','Addo','ADDO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(175,'38831','Addu Atoll','ADDU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:38:44','1900-01-01 00:00:00',1,0,1),(176,'29227','Addyston','ADDYSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(177,'3800','Adeje','ADEJE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(178,'19690','Adel','ADEL',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(179,'26790','Adelaide','ADELAIDE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(180,'35933','Adelaide-gepps Cross','ADELAIDE-GEPPS CROSS',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(181,'34831','Adelaide-glenelg','ADELAIDE-GLENELG',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(182,'34806','Adelaide-oakbank','ADELAIDE-OAKBANK',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(183,'18243','Adelanto','ADELANTO',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(184,'23111','Adelboden','ADELBODEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(185,'43687','Adelong','ADELONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(186,'21628','Adelphi','ADELPHI',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(187,'22683','Adelsdorf','ADELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(188,'22473','Adelshofen','ADELSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(189,'32343','Aden','ADEN',NULL,'','Yemen','',0,0,240,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(190,'599','Adenau','ADENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(191,'496','Adendorf','ADENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(192,'18244','Adin','ADIN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(193,'28596','Adirondack','ADIRONDACK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:45','1900-01-01 00:00:00',1,0,1),(194,'17236','Adiyaman','ADIYAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(195,'15730','Adjuntas','ADJUNTAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(196,'16348','Adler','ADLER',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(197,'1993','Adlershof','ADLERSHOF',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(198,'23112','Adliswil','ADLISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(199,'27152','Adnet','ADNET',NULL,'','Austria','',0,0,14,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(200,'3158','Adra','ADRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(201,'39935','Adrar','ADRAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(202,'42681','Adrasan','ADRASAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(203,'21962','Adrian','ADRIAN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(204,'16620','Adriatic Coast - Karst','ADRIATIC COAST - KARST',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(205,'3728','Adsubia','ADSUBIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(206,'14781','Adventure Road','ADVENTURE ROAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(207,'9831','Aegina','AEGINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:46','1900-01-01 00:00:00',1,0,1),(208,'11096','Aeolian Islands','AEOLIAN ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(209,'2184','Aeroskobing','AEROSKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(210,'497','Aerzen','AERZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(211,'23113','Aeschi','AESCHI',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(212,'22991','Aeschlen Ob Gunten','AESCHLEN OB GUNTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(213,'9401','Afandou','AFANDOU',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(214,'16152','Afareaitu','AFAREAITU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(215,'11529','Affi','AFFI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(216,'27569','Affton','AFFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(217,'38799','Afik','AFIK',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(218,'40156','Afissos','AFISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(219,'11530','Afragola','AFRAGOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(220,'13693','Afroud','AFROUD',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:47','1900-01-01 00:00:00',1,0,1),(221,'32869','Afton','AFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(222,'17238','Afyon','AFYON',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(223,'43158','Afyssos','AFYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(224,'9402','Afytos','AFYTOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(225,'13687','Agadir','AGADIR',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(226,'3354','Agaete','AGAETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(227,'9888','Agaña','AGAÑA',NULL,'','Guam','',0,0,90,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(228,'23459','Agarn','AGARN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(229,'10677','Agartala','AGARTALA',NULL,'','India','Agartala',45,0,101,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(230,'9889','Agat','AGAT',NULL,'','Guam','',0,0,90,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(232,'21291','Agawam','AGAWAM',NULL,'','United States','',0,0,231,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(233,'6376','Agay','AGAY',NULL,'','France','',0,0,76,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(234,'39574','Agazzano','AGAZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(235,'5876','Agde','AGDE',NULL,'','France','',0,0,76,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(236,'14782','Agder','AGDER',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(237,'37447','Agdz','AGDZ',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(238,'2492','Age','AGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(239,'35448','Agello','AGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:48','1900-01-01 00:00:00',1,0,1),(240,'5138','Agen','AGEN',NULL,'','France','',0,0,76,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(241,'11531','Agerola','AGEROLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(242,'2287','Agerskov','AGERSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(243,'3955','Aggelby','AGGELBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(244,'32431','Aggeneys','AGGENEYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(245,'7464','Aghadowey','AGHADOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(246,'10768','Aghamore','AGHAMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(247,'41632','Aghia Marina','AGHIA MARINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(248,'43159','Aghii Apostoloi','AGHII APOSTOLOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(249,'9403','Aghios Constantinos','AGHIOS CONSTANTINOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(250,'17172','Aghir','AGHIR',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(251,'39416','Agia Effimia','AGIA EFFIMIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(252,'9409','Agii Apostoli','AGII APOSTOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(253,'34427','Agincourt','AGINCOURT',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:49','1900-01-01 00:00:00',1,0,1),(254,'26610','Agine','AGINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(255,'43160','Agios Andreas','AGIOS ANDREAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(256,'36365','Agistri','AGISTRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(257,'11532','Agliana','AGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(258,'11097','Agliano Terme','AGLIANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(259,'5360','Agneaux','AGNEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(260,'35894','Agnes Water','AGNES WATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(261,'6279','Agnetz','AGNETZ',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(262,'4837','Agnieres En Devoluy','AGNIERES EN DEVOLUY',NULL,'','France','',0,0,76,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(263,'23469','Agno','AGNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:50','1900-01-01 00:00:00',1,0,1),(264,'15518','Agoo','AGOO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(265,'18245','Agoura Hills','AGOURA HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(266,'10482','Agra','AGRA',NULL,'','India','Trip to Agra | Travel to Agra | Agra Tour | Holida',6,0,101,'2016-10-17 10:38:51','2017-06-20 09:26:44',1,0,1),(267,'3505','Agramunt','AGRAMUNT',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(268,'11533','Agrate Brianza','AGRATE BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(269,'41079','Agri','AGRI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(270,'12841','Agrigento','AGRIGENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(271,'35545','Agrigento-porto Empe','AGRIGENTO-PORTO EMPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(272,'42532','Agrinio','AGRINIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(273,'43161','Agrinion','AGRINION',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(274,'11534','Agropoli','AGROPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(275,'3159','Agua Amarga','AGUA AMARGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(276,'18246','Agua Caliente','AGUA CALIENTE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(277,'16088','Agua De Pau','AGUA DE PAU',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(278,'44035','Aguada','AGUADA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(279,'15735','Aguadilla','AGUADILLA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(280,'3160','Aguadulce','AGUADULCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(281,'15397','Aguas Calientes','AGUAS CALIENTES',NULL,'','Peru','',0,0,172,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(282,'25192','Aguas De Lindoia','AGUAS DE LINDOIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(283,'16053','Aguas De Moura','AGUAS DE MOURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(284,'42152','Aguas Zarcas','AGUAS ZARCAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:38:51','1900-01-01 00:00:00',1,0,1),(285,'13890','Aguascalientes','AGUASCALIENTES',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(286,'15848','Agueda','AGUEDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(287,'3161','Aguilar','AGUILAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(288,'3026','Aguilas','AGUILAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(289,'40444','Agulhas','AGULHAS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(290,'13116','Aguni','AGUNI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(291,'43690','Agva','AGVA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(292,'26152','Agveran','AGVERAN',NULL,'','Armenia','',0,0,11,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(293,'35842','Ahangama','AHANGAMA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(294,'27319','Ahaus','AHAUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(295,'820','Ahlbeck','AHLBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(296,'10375','Ahmedabad','AHMEDABAD',NULL,'','India','Tour Travel Packages Ahmedabad | Ahmedabad Holiday',16,0,101,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(297,'33753','Ahoskie','AHOSKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(298,'691','Ahrensburg','AHRENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(299,'39968','Ahrensfelde','AHRENSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(300,'4007','Ahtari','AHTARI',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(301,'14008','Ahualulco De Mercado','AHUALULCO DE MERCADO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(302,'5987','Ahun','AHUN',NULL,'','France','',0,0,76,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(303,'13608','Ahungalla','AHUNGALLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(305,'43874','Ahuy','AHUY',NULL,'','France','',0,0,76,'2016-10-17 10:38:52','1900-01-01 00:00:00',1,0,1),(306,'18247','Ahwahnee','AHWAHNEE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(307,'18096','Ahwatukee','AHWATUKEE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(308,'3044','Aibar','AIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(309,'43183','Aichi','AICHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(310,'11535','Aidone','AIDONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(311,'19974','Aiea','AIEA',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(312,'42531','Aigio','AIGIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(313,'23444','Aigle','AIGLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(314,'34980','Aiguablava','AIGUABLAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(315,'43089','Aiguamurcia','AIGUAMURCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(316,'3506','Aiguamúrcia','AIGUAMÚRCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(317,'6562','Aigueblanche','AIGUEBLANCHE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(318,'6064','Aiguefonde','AIGUEFONDE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(319,'37725','Aigueperse','AIGUEPERSE',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(320,'41601','Aigues Mortes','AIGUES MORTES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(321,'5877','Aigues-mortes','AIGUES-MORTES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(322,'37948','Aiguines','AIGUINES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(323,'30282','Aiken','AIKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(324,'5430','Aillant-sur-tholon','AILLANT-SUR-THOLON',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(325,'14144','Ailuk','AILUK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(326,'5878','Aimargues','AIMARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(327,'6563','Aime','AIME',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(328,'4106','Ain','AIN',NULL,'','France','',0,0,76,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(329,'17149','Ain Draham','AIN DRAHAM',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(330,'2414','Ain Sokhna','AIN SOKHNA',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(331,'41833','Ain Taya','AIN TAYA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:38:53','1900-01-01 00:00:00',1,0,1),(332,'5139','Ainhoa','AINHOA',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(333,'34981','Ainsa','AINSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(334,'26623','Ainslie','AINSLIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(335,'7465','Ainstable','AINSTABLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(336,'28092','Ainsworth','AINSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(337,'25384','Ainsworth Hot Springs','AINSWORTH HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(338,'15566','Airai','AIRAI',NULL,'','Palau','',0,0,167,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(339,'7466','Aird Of Sleat','AIRD OF SLEAT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(340,'7467','Airdrie','AIRDRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(341,'25268','Airdrie','AIRDRIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(342,'6808','Aire Sur La Lys','AIRE SUR LA LYS',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(343,'31026','Airlie','AIRLIE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(344,'26646','Airlie Beach','AIRLIE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(345,'23114','Airolo','AIROLO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(346,'7468','Airth','AIRTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(347,'29796','Airville','AIRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(348,'31428','Airway Heights','AIRWAY HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(349,'4107','Aisne','AISNE',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(350,'37288','Aisonville-et-bernoville','AISONVILLE-ET-BERNOVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(351,'5431','Aisy-sur-armancon','AISY-SUR-ARMANCON',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(352,'38052','Ait Ben Haddou','AIT BEN HADDOU',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(353,'22299','Aitkin','AITKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(354,'24063','Aitutaki','AITUTAKI',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(355,'5988','Aix','AIX',NULL,'','France','',0,0,76,'2016-10-17 10:38:54','1900-01-01 00:00:00',1,0,1),(356,'40972','Aix-en-provence','AIX-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(357,'4108','Aix-les-bains','AIX-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(358,'9418','Aiyaleo','AIYALEO',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(359,'9419','Aiyion','AIYION',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(360,'10701','Aizawl','AIZAWL',NULL,'','India','Aizawl',43,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(361,'43065','Aizuwakamatsu','AIZUWAKAMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(362,'10483','Ajabgarh','AJABGARH',NULL,'','India','',0,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(363,'34690','Ajaccio','AJACCIO',NULL,'','France','',0,0,76,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(364,'34428','Ajax','AJAX',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(365,'14009','Ajijic','AJIJIC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(366,'25907','Ajman','AJMAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(367,'10668','Ajmer','AJMER',NULL,'','India','Ajmer Trip Packages | Ajmer Holiday Packages | Raj',2,0,101,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(368,'18097','Ajo','AJO',NULL,'','United States','',0,0,231,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(369,'15985','Ajuda','AJUDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(370,'42861','Akaigawa','AKAIGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(371,'13216','Akakura','AKAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(372,'39296','Akan National Park Area','AKAN NATIONAL PARK AREA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(373,'43012','Akaroa','AKAROA',NULL,'','New Zealand','Akaroa',0,0,157,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(374,'13217','Akashi','AKASHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(375,'3922','Akaslompolo','AKASLOMPOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:55','1900-01-01 00:00:00',1,0,1),(376,'4040','Äkäslompolo','ÄKÄSLOMPOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(377,'39998','Akbuk','AKBUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(378,'17271','Akcakoca','AKCAKOCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(379,'16814','Akersberga','AKERSBERGA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(380,'14618','Akersloot','AKERSLOOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(381,'9629','Akharnai','AKHARNAI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(382,'17544','Akhiok','AKHIOK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(383,'40317','Akhisar','AKHISAR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(384,'17506','Akhtyrka','AKHTYRKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:38:56','1900-01-01 00:00:00',1,0,1),(385,'17545','Akiachak','AKIACHAK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(386,'17546','Akiak','AKIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(387,'6836','Akieni','AKIENI',NULL,'','Gabon','',0,0,80,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(388,'2161','Akirkeby','AKIRKEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(389,'13117','Akishima','AKISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(390,'13218','Akita','AKITA',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(391,'24065','Akitua Island','AKITUA ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(392,'11027','Akko','AKKO',NULL,'','Israel','',0,0,106,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(393,'17326','Akkoy','AKKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(394,'14507','Akkrum','AKKRUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(395,'43240','Aklan','AKLAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(396,'25759','Aklavik','AKLAVIK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(397,'37867','Ako','AKO',NULL,'','Japan','',0,0,110,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(398,'9351','Akosombo','AKOSOMBO',NULL,'','Ghana','',0,0,84,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(399,'28598','Akron','AKRON',NULL,'','United States','',0,0,231,'2016-10-17 10:38:57','1900-01-01 00:00:00',1,0,1),(400,'9420','Akrotiri','AKROTIRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(401,'17352','Aksaray','AKSARAY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(402,'14783','Aksdal','AKSDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(403,'23836','Aksu','AKSU',NULL,'','China','',0,0,46,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(404,'13437','Aktau','AKTAU',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(405,'13434','Aktobe','AKTOBE',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(406,'25932','Akulivik','AKULIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(407,'14072','Akumal','AKUMAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(408,'11006','Akureyri','AKUREYRI',NULL,'','Iceland','Akureyri',0,0,100,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(409,'17547','Akutan','AKUTAN',NULL,'','United States','',0,0,231,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(410,'17336','Akyaka','AKYAKA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(411,'43553','Al Ahsa','AL AHSA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:38:58','1900-01-01 00:00:00',1,0,1),(412,'25908','Al Ain','AL AIN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(413,'35702','Al Aqaba','AL AQABA',NULL,'','Jordan','',0,0,111,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(414,'24818','Al Areen','AL AREEN',NULL,'','Bahrain','',0,0,17,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(415,'2415','Al Arish','AL ARISH',NULL,'','Egypt','',0,0,65,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(416,'32360','Al Ghaydah','AL GHAYDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(417,'13688','Al Hoceima','AL HOCEIMA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(418,'13534','Al Jahra','AL JAHRA',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(419,'42629','Al Khor','AL KHOR',NULL,'','Qatar','',0,0,177,'2016-10-17 10:38:59','1900-01-01 00:00:00',1,0,1),(420,'15274','Al Qurm','AL QURM',NULL,'','Oman','',0,0,165,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(421,'17823','Alabaster','ALABASTER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(422,'17313','Alacati','ALACATI',NULL,'','Turkey','Alacati',0,0,222,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(423,'19242','Alachua','ALACHUA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(424,'24963','Alagoas','ALAGOAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(425,'24194','Alajuela','ALAJUELA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(426,'17548','Alakanuk','ALAKANUK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(427,'18248','Alameda','ALAMEDA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(428,'32790','Alamo','ALAMO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(429,'28485','Alamogordo','ALAMOGORDO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(430,'13945','Alamos','ALAMOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(431,'34695','Alamosa','ALAMOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:00','1900-01-01 00:00:00',1,0,1),(432,'3881','Aland','ALAND',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(433,'11099','Alano Di Piave','ALANO DI PIAVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(434,'21963','Alanson','ALANSON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(435,'17248','Alanya','ALANYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(436,'10381','Alappuzha','ALAPPUZHA',NULL,'','India','',3,0,101,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(437,'16484','Al-aqiq','AL-AQIQ',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(438,'2493','Alaquas','ALAQUAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(439,'3389','Alarcon','ALARCON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(440,'2878','Alaro','ALARO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(441,'11538','Alassio','ALASSIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(442,'2494','Alava','ALAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(443,'2879','Alayor','ALAYOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(444,'11539','Alba','ALBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(445,'30432','Alba','ALBA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(446,'38132','Alba De Tormes','ALBA DE TORMES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(447,'36614','Alba Iulia','ALBA IULIA',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(448,'3390','Albacete','ALBACETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(449,'16485','Al-baha','AL-BAHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(450,'3391','Albalate De Zorita','ALBALATE DE ZORITA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:01','1900-01-01 00:00:00',1,0,1),(451,'1378','Albania','ALBANIA',NULL,'','ALBANIA','',0,0,2,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(452,'11540','Albano Laziale','ALBANO LAZIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(453,'29606','Albany','ALBANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(454,'26948','Albany','ALBANY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(455,'38291','Albaret-sainte-marie','ALBARET-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(456,'11100','Albaretto Della Torre','ALBARETTO DELLA TORRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(457,'3307','Albarracin','ALBARRACIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(458,'11101','Albavilla','ALBAVILLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(459,'42398','Albay','ALBAY',NULL,'','Philippines','',0,0,173,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(460,'6751','Albé','ALBÉ',NULL,'','France','',0,0,76,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(461,'43755','Albeck','ALBECK',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(462,'2955','Albelda De Iregua','ALBELDA DE IREGUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(463,'33754','Albemarle','ALBEMARLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(464,'24768','Albena','ALBENA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(465,'11541','Albenga','ALBENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(466,'11542','Alberese','ALBERESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(467,'39122','Albergaria-a-velha','ALBERGARIA-A-VELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(468,'38742','Alberique','ALBERIQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(469,'33755','Albermarle Sound','ALBERMARLE SOUND',NULL,'','United States','',0,0,231,'2016-10-17 10:39:02','1900-01-01 00:00:00',1,0,1),(470,'11080','Alberobello','ALBEROBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(471,'35521','Alberobello-fasano','ALBEROBELLO-FASANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(472,'12871','Alberoni','ALBERONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(473,'5108','Albert','ALBERT',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(474,'22301','Albert Lea','ALBERT LEA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(475,'37542','Albertinia','ALBERTINIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(476,'32548','Alberton','ALBERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(477,'27927','Alberton','ALBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(478,'25811','Alberton','ALBERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(479,'38047','Albertslund','ALBERTSLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(480,'5064','Albertville','ALBERTVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(481,'17824','Albertville','ALBERTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(482,'36612','Albesti','ALBESTI',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(483,'23115','Albeuve','ALBEUVE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(484,'6065','Albi','ALBI',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(485,'20145','Albia','ALBIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(486,'4109','Albiez-montrond','ALBIEZ-MONTROND',NULL,'','France','',0,0,76,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(487,'40072','Albinen','ALBINEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(488,'41223','Albinia','ALBINIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(489,'27928','Albion','ALBION',NULL,'','United States','',0,0,231,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(490,'26881','Albion','ALBION',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:03','1900-01-01 00:00:00',1,0,1),(491,'43475','Albir','ALBIR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(492,'22992','Albisrieden','ALBISRIEDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(493,'40554','Albissola Marina','ALBISSOLA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(494,'3162','Albolote','ALBOLOTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(495,'6564','Albon','ALBON',NULL,'','France','',0,0,76,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(496,'41057','Alboraia','ALBORAIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(497,'3729','Alboraya','ALBORAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(498,'22474','Albstadt','ALBSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(499,'15915','Albufeira','ALBUFEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(500,'2496','Albufereta','ALBUFERETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(501,'32344','Albuq','ALBUQ',NULL,'','Yemen','',0,0,240,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(502,'28488','Albuquerque','ALBUQUERQUE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(503,'31286','Alburg','ALBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(504,'34079','Albury','ALBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(505,'15986','Alcabideche','ALCABIDECHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(506,'16054','Alcacer Do Sal','ALCACER DO SAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(507,'3355','Alcala','ALCALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:04','1900-01-01 00:00:00',1,0,1),(508,'12842','Alcamo','ALCAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(509,'2498','Alcanada','ALCANADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(510,'3507','Alcanar','ALCANAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(511,'16041','Alcanena','ALCANENA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(512,'3308','Alcaniz','ALCANIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(513,'15987','Alcantara','ALCANTARA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(514,'40323','Alcantara','ALCANTARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(515,'15772','Alcantarilha','ALCANTARILHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(516,'3164','Alcaucin','ALCAUCIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(517,'40454','Alcaudete','ALCAUDETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(518,'3392','Alcazar De San Juan','ALCAZAR DE SAN JUAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(519,'41942','Alceda','ALCEDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(520,'7469','Alcester','ALCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(521,'33063','Alcoa','ALCOA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(522,'15973','Alcobaca','ALCOBACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(523,'2970','Alcobendas','ALCOBENDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(524,'3730','Alcoceber','ALCOCEBER',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:05','1900-01-01 00:00:00',1,0,1),(525,'3393','Alcolea Del Pinar','ALCOLEA DEL PINAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(526,'6867','Alcombe','ALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(527,'2975','Alcorcon','ALCORCON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(528,'44301','Alcossebre','ALCOSSEBRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(529,'41670','Alcoutim','ALCOUTIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(530,'3731','Alcoy','ALCOY',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(531,'2880','Alcudia','ALCUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(532,'3732','Aldaya','ALDAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:06','1900-01-01 00:00:00',1,0,1),(533,'7470','Aldbrough St. John','ALDBROUGH ST. JOHN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(534,'6868','Aldbury','ALDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(535,'7471','Aldeburgh','ALDEBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(536,'24575','Alden Biesen','ALDEN BIESEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(537,'25385','Aldergrove','ALDERGROVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(538,'7472','Alderley Edge','ALDERLEY EDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(539,'7473','Alderminster','ALDERMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(540,'6869','Alderney','ALDERNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(541,'22684','Aldersbach','ALDERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(542,'7474','Aldershot','ALDERSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(543,'7475','Alderton','ALDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:07','1900-01-01 00:00:00',1,0,1),(544,'7476','Aldford','ALDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(545,'30433','Aldine','ALDINE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(546,'38319','Aldingbourne','ALDINGBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(547,'37860','Aldrans','ALDRANS',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(548,'7477','Aldridge','ALDRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(549,'7478','Aldwark','ALDWARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(550,'39506','Alegria','ALEGRIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:08','1900-01-01 00:00:00',1,0,1),(551,'17549','Aleknagik','ALEKNAGIK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(552,'16452','Aleksandrovskoye','ALEKSANDROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(553,'15642','Aleksandrow','ALEKSANDROW',NULL,'','Poland','',0,0,174,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(554,'3508','Alella','ALELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(555,'5361','Alencon','ALENCON',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(556,'40614','Alenquer','ALENQUER',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(557,'1077','Alentejo','ALENTEJO',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(558,'5879','Alenya','ALENYA',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(559,'16926','Aleppo','ALEPPO',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(560,'5760','Aleria','ALERIA',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(561,'25386','Alert Bay','ALERT BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(562,'5880','Ales','ALES',NULL,'','France','',0,0,76,'2016-10-17 10:39:09','1900-01-01 00:00:00',1,0,1),(563,'12843','Alessandria','ALESSANDRIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(564,'11543','Alessano','ALESSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(565,'17550','Aleutian Islands','ALEUTIAN ISLANDS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(566,'3073','Alevia','ALEVIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(567,'32432','Alexander Bay','ALEXANDER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(568,'17825','Alexander City','ALEXANDER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(569,'26882','Alexandra','ALEXANDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(570,'32549','Alexandra','ALEXANDRA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(571,'15083','Alexandra','ALEXANDRA',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(572,'22303','Alexandria','ALEXANDRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(573,'6870','Alexandria','ALEXANDRIA',NULL,'','United Kingdom','Alexandria',0,0,229,'2016-10-17 10:39:10','1900-01-01 00:00:00',1,0,1),(574,'2410','Alexandria','ALEXANDRIA',NULL,'','Egypt','Alexandria',0,0,65,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(575,'1133','Alexandria-mediterranean Coast','ALEXANDRIA-MEDITERRANEAN COAST',NULL,'','EGYPT','',0,0,65,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(576,'42530','Alexandroupoli','ALEXANDROUPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(577,'9752','Alexandroupolis','ALEXANDROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(578,'43139','Aley','ALEY',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(579,'600','Alf','ALF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(580,'39092','Alfacar','ALFACAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(581,'3733','Alfafar','ALFAFAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(582,'3309','Alfajarin','ALFAJARIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(583,'15988','Alfama','ALFAMA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(584,'2956','Alfaro','ALFARO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(585,'42996','Alfas Del Pi','ALFAS DEL PI',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(586,'2499','Alfaz Del Pi','ALFAZ DEL PI',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(587,'22475','Alfdorf','ALFDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:11','1900-01-01 00:00:00',1,0,1),(588,'22685','Alfeld','ALFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(589,'3509','Alfes','ALFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(590,'40269','Alfiano Natta','ALFIANO NATTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(591,'4658','Alfortville','ALFORTVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(592,'15989','Alfragide','ALFRAGIDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(593,'28603','Alfred','ALFRED',NULL,'','United States','',0,0,231,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(594,'13946','Alfredo V. Bonfil','ALFREDO V. BONFIL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(595,'7480','Alfreton','ALFRETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(596,'7481','Alfriston','ALFRISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(597,'25918','Al-fujairah','AL-FUJAIRAH',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(598,'42343','Algajola','ALGAJOLA',NULL,'','France','',0,0,76,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(599,'3165','Algar','ALGAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(600,'14964','Algard','ALGARD',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(601,'39794','Algarinejo','ALGARINEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(602,'36003','Algarrobo','ALGARROBO',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(603,'15785','Algarve','ALGARVE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(604,'3166','Algeciras','ALGECIRAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(605,'12811','Alghero','ALGHERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(606,'38252','Algiers','ALGIERS',NULL,'','Algeria','',0,0,3,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(607,'21162','Algiers','ALGIERS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:12','1900-01-01 00:00:00',1,0,1),(608,'28491','Algodones','ALGODONES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(609,'31679','Algoma','ALGOMA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(610,'20146','Algona','ALGONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(611,'20422','Algonquin','ALGONQUIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(612,'34429','Algonquin Park','ALGONQUIN PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(613,'39926','Algorfa','ALGORFA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(614,'3696','Algorta','ALGORTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(615,'3310','Alhama De Aragon','ALHAMA DE ARAGON',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(616,'18251','Alhambra','ALHAMBRA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(617,'3167','Alhaurin De La Torre','ALHAURIN DE LA TORRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(618,'11102','Ali Terme','ALI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(619,'39819','Alia','ALIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(620,'42608','Alibag','ALIBAG',NULL,'','India','Alibag',5,0,101,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(621,'17303','Alibeykoy','ALIBEYKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(622,'2459','Alicante','ALICANTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(623,'35010','Alicante-ciudad Ques','ALICANTE-CIUDAD QUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:13','1900-01-01 00:00:00',1,0,1),(624,'35021','Alicante-el Campello','ALICANTE-EL CAMPELLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(625,'35039','Alicante-elda','ALICANTE-ELDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(626,'36201','Alicante-petrel','ALICANTE-PETREL',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(627,'35052','Alicante-san Juan','ALICANTE-SAN JUAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(628,'30434','Alice','ALICE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(629,'13032','Alice Bel Colle','ALICE BEL COLLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(630,'26637','Alice Springs','ALICE SPRINGS',NULL,'','Australia','Alice Springs',0,0,13,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(631,'24848','Alice Town','ALICE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(632,'32433','Alicedale','ALICEDALE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(633,'17826','Aliceville','ALICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(634,'30435','Alief','ALIEF',NULL,'','United States','',0,0,231,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(635,'10484','Aligarh','ALIGARH',NULL,'','India','Aligarh',6,0,101,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(636,'5881','Alignan-du-vent','ALIGNAN-DU-VENT',NULL,'','France','',0,0,76,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(637,'16071','Alijo','ALIJO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(638,'9630','Alikanas','ALIKANAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(639,'39687','Alikes','ALIKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(640,'37538','Aliki','ALIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(641,'39961','Aliko','ALIKO',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(642,'11544','Alimena','ALIMENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:14','1900-01-01 00:00:00',1,0,1),(643,'43102','Alimos','ALIMOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(644,'16879','Alingsas','ALINGSAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(645,'10485','Alipur','ALIPUR',NULL,'','India','',0,0,101,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(646,'18252','Aliso Viejo','ALISO VIEJO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(647,'17551','Alitak','ALITAK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(648,'601','Alken','ALKEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(649,'14619','Alkmaar','ALKMAAR',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(650,'10678','Allahabad','ALLAHABAD',NULL,'','India','Allahabad',6,0,101,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(651,'17552','Allakaket','ALLAKAKET',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(652,'28183','Allamuchy','ALLAMUCHY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(653,'5284','Allanche','ALLANCHE',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(654,'3045','Allariz','ALLARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(655,'6377','Allauch','ALLAUCH',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(656,'32550','Alldays','ALLDAYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(657,'21965','Allegan','ALLEGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(658,'28605','Allegany','ALLEGANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(659,'18253','Alleghany','ALLEGHANY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(660,'12872','Alleghe','ALLEGHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(661,'43875','Alleins','ALLEINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(662,'6378','Allemagne-en-provence','ALLEMAGNE-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:39:15','1900-01-01 00:00:00',1,0,1),(663,'30436','Allen','ALLEN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(664,'21967','Allendale','ALLENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(665,'6871','Allendale','ALLENDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(666,'22476','Allensbach','ALLENSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(667,'6872','Allensford','ALLENSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(668,'34697','Allenspark','ALLENSPARK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(669,'29798','Allentown','ALLENTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(670,'1767','Alleppey','ALLEPPEY',NULL,'','India','Travel Tour Packages for Alleppey | Trip to Allepp',3,0,101,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(671,'11545','Allerona','ALLERONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(672,'39636','Allersberg','ALLERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(673,'22686','Allershausen','ALLERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:16','1900-01-01 00:00:00',1,0,1),(674,'21292','Allerton','ALLERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(675,'7482','Allesley','ALLESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(676,'5140','Alles-sur-dordogne','ALLES-SUR-DORDOGNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(677,'6565','Allevard','ALLEVARD',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(678,'42752','Allevard-les-bains','ALLEVARD-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(679,'5285','Alleyras','ALLEYRAS',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(680,'24361','Allgaeu','ALLGAEU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(681,'28093','Alliance','ALLIANCE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(682,'4110','Allier','ALLIER',NULL,'','France','',0,0,76,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(683,'37794','Allin','ALLIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(684,'2162','Allinge','ALLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(685,'38175','Alliste','ALLISTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(686,'34430','Alliston','ALLISTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(687,'7483','Alloa','ALLOA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:17','1900-01-01 00:00:00',1,0,1),(688,'6379','Allos','ALLOS',NULL,'','France','',0,0,76,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(689,'21293','Allston','ALLSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(690,'17977','Alma','ALMA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(691,'25933','Alma','ALMA',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(692,'1572','Almada','ALMADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(693,'3394','Almaden','ALMADEN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(694,'2460','Almagro','ALMAGRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(695,'15916','Almancil','ALMANCIL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(696,'36603','Almancil-vale Do Lob','ALMANCIL-VALE DO LOB',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(697,'3395','Almansa','ALMANSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(698,'13433','Almaty','ALMATY',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(699,'3169','Almayate Bajo','ALMAYATE BAJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(700,'3428','Almazan','ALMAZAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(701,'37957','Almedinilla','ALMEDINILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(702,'15965','Almeida','ALMEIDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(703,'14743','Almelo','ALMELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(704,'14765','Almen','ALMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(705,'3799','Almendralejo','ALMENDRALEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(706,'14453','Almere','ALMERE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(707,'3170','Almeria','ALMERIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:18','1900-01-01 00:00:00',1,0,1),(708,'34978','Almeria-adra','ALMERIA-ADRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(709,'34979','Almeria-aguadulce','ALMERIA-AGUADULCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(710,'35040','Almeria-el Ejido','ALMERIA-EL EJIDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(711,'36174','Almeria-mojacar','ALMERIA-MOJACAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(712,'34984','Almeria-retamar','ALMERIA-RETAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(713,'35046','Almeria-roquetas De','ALMERIA-ROQUETAS DE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(714,'35114','Almeria-vera','ALMERIA-VERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(715,'26063','Almirante Brown','ALMIRANTE BROWN',NULL,'','Argentina','',0,0,10,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(716,'1508','Almogordo','ALMOGORDO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(717,'42988','Almonacid','ALMONACID',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(718,'34699','Almont','ALMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(719,'3171','Almonte','ALMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(720,'10679','Almora','ALMORA',NULL,'','India','Almora',9,0,101,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(721,'3397','Almorox','ALMOROX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(722,'3172','Almunecar','ALMUNECAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(723,'2504','Almusafes','ALMUSAFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(724,'41466','Almussafes','ALMUSSAFES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:19','1900-01-01 00:00:00',1,0,1),(725,'7484','Alne','ALNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(726,'7485','Alnmouth','ALNMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(727,'7486','Alnwick','ALNWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(728,'14451','Alofi','ALOFI',NULL,'','Niue','',0,0,161,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(729,'29607','Aloha','ALOHA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(730,'3173','Alomartes','ALOMARTES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(731,'1728','Alomartes-illora','ALOMARTES-ILLORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(732,'10486','Along','ALONG',NULL,'','India','Along',40,0,101,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(733,'42529','Alonissos','ALONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(734,'9631','Alonnisos','ALONNISOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(735,'9421','Alónnisos Island','ALÓNNISOS ISLAND',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(736,'10137','Alor','ALOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(737,'14353','Alor Setar','ALOR SETAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(738,'3174','Alora','ALORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(739,'15572','Alotau','ALOTAU',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(740,'43693','Alotenango','ALOTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(741,'41433','Alovera','ALOVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(742,'5432','Aloxe-corton','ALOXE-CORTON',NULL,'','France','',0,0,76,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(743,'39547','Alozaina','ALOZAINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(744,'3510','Alp','ALP',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(745,'24445','Alpbach','ALPBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(746,'43306','Alpe D Huez','ALPE D HUEZ',NULL,'','France','',0,0,76,'2016-10-17 10:39:20','1900-01-01 00:00:00',1,0,1),(747,'11103','Alpe Di Siusi','ALPE DI SIUSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(748,'2976','Alpedrete','ALPEDRETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(749,'21969','Alpena','ALPENA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(750,'41669','Alpendura E Matos','ALPENDURA E MATOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(751,'4111','Alpes De Sud','ALPES DE SUD',NULL,'','France','',0,0,76,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(752,'26378','Alpha','ALPHA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(753,'29232','Alpha','ALPHA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(754,'19694','Alpharetta','ALPHARETTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(755,'41770','Alphaville','ALPHAVILLE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(756,'36452','Alphen Aan De Rijn','ALPHEN AAN DE RIJN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(757,'16912','Alphonse Island','ALPHONSE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(758,'38513','Alpignano','ALPIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(759,'18254','Alpine','ALPINE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(760,'26969','Alpine Foothills','ALPINE FOOTHILLS',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(761,'22477','Alpirsbach','ALPIRSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(762,'40666','Alpnachstad','ALPNACHSTAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(763,'3311','Alquezar','ALQUEZAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(764,'42570','Al-qusair','AL-QUSAIR',NULL,'','Egypt','',0,0,65,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(765,'43565','Alresford','ALRESFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:21','1900-01-01 00:00:00',1,0,1),(766,'7487','Alsager','ALSAGER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(767,'3046','Alsasua','ALSASUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(768,'386','Alsfeld','ALSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(769,'20423','Alsip','ALSIP',NULL,'','United States','',0,0,231,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(770,'40799','Alsisar','ALSISAR',NULL,'','India','Alsisar',2,0,101,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(771,'7488','Alston','ALSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(772,'692','Alt Duvenstedt','ALT DUVENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(773,'23116','Alt Sankt Johann','ALT SANKT JOHANN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(774,'33298','Alta','ALTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(775,'14770','Alta','ALTA',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(776,'11104','Alta Badia','ALTA BADIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(777,'25068','Alta Floresta','ALTA FLORESTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:22','1900-01-01 00:00:00',1,0,1),(778,'26091','Alta Gracia','ALTA GRACIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(779,'3511','Altafulla','ALTAFULLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(780,'2366','Altagracia','ALTAGRACIA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(781,'32204','Altagracia','ALTAGRACIA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(782,'25099','Altamira','ALTAMIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(783,'13774','Altamira','ALTAMIRA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(784,'33065','Altamont','ALTAMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(785,'19243','Altamonte Springs','ALTAMONTE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(786,'11546','Altamura','ALTAMURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(787,'24408','Altaussee','ALTAUSSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(788,'11547','Altavilla Milicia','ALTAVILLA MILICIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(789,'31028','Altavista','ALTAVISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(790,'23837','Altay','ALTAY',NULL,'','China','',0,0,46,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(791,'23117','Altdorf','ALTDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(792,'22478','Altdorf','ALTDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(793,'11106','Alte Di Montecchio Maggiore','ALTE DI MONTECCHIO MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(794,'3734','Altea','ALTEA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(795,'602','Altenahr','ALTENAHR',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(796,'39581','Altenau','ALTENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(797,'2021','Altenberg','ALTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(798,'22479','Altenburg','ALTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:23','1900-01-01 00:00:00',1,0,1),(799,'693','Altenholz','ALTENHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(800,'27153','Altenmarkt Im Pongau','ALTENMARKT IM PONGAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(801,'23118','Altenrhein','ALTENRHEIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(802,'24362','Altensteig','ALTENSTEIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(803,'821','Altentreptow','ALTENTREPTOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(804,'16014','Alter Do Chao','ALTER DO CHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(805,'24964','Alter Do Chao','ALTER DO CHAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(806,'37192','Alterkulz','ALTERKULZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(807,'1994','Altglienicke','ALTGLIENICKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(808,'6803','Altillac','ALTILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(809,'17194','Altinkum','ALTINKUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(810,'36798','Altinoluk','ALTINOLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(811,'24363','Altmark','ALTMARK',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(812,'39958','Altmünster','ALTMÜNSTER',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(813,'15786','Alto De Sao Joao','ALTO DE SAO JOAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(814,'41771','Alto Paraiso','ALTO PARAISO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(815,'20425','Alto Pass','ALTO PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(816,'22687','Altoetting','ALTOETTING',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(817,'11549','Altomonte','ALTOMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(818,'7489','Alton','ALTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(819,'29233','Alton','ALTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(820,'34431','Alton','ALTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(821,'26379','Alton Downs','ALTON DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:24','1900-01-01 00:00:00',1,0,1),(822,'26442','Altona','ALTONA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(823,'25578','Altona','ALTONA',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(824,'31680','Altoona','ALTOONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(825,'11550','Altopascio','ALTOPASCIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(826,'7490','Altrincham','ALTRINCHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(827,'22993','Altstetten','ALTSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(828,'15917','Altura','ALTURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(829,'18256','Alturas','ALTURAS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(830,'32870','Altus','ALTUS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(831,'24364','Altwarmbüchen','ALTWARMBÜCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(832,'43162','Alupka','ALUPKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(833,'17514','Alushta','ALUSHTA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(834,'32871','Alva','ALVA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(835,'16055','Alvalade','ALVALADE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(836,'30438','Alvarado','ALVARADO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(837,'13891','Alvarado','ALVARADO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(838,'42216','Alvaro Obregon','ALVARO OBREGON',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:25','1900-01-01 00:00:00',1,0,1),(839,'16736','Alvdalen','ALVDALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(840,'15031','Alversund','ALVERSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(841,'16744','Alvesta','ALVESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(842,'7491','Alveston','ALVESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(843,'42313','Alviano','ALVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(844,'6066','Alvignac','ALVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(845,'16747','Alvik','ALVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(846,'30439','Alvin','ALVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(847,'38398','Alvito','ALVITO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(848,'15869','Alvito','ALVITO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(849,'15918','Alvor','ALVOR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(850,'16815','Alvsjo','ALVSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:26','1900-01-01 00:00:00',1,0,1),(851,'10487','Alwar','ALWAR',NULL,'','India','Alwar',2,0,101,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(852,'38136','Alyangula','ALYANGULA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(853,'9423','Alykes','ALYKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(854,'40097','Alyth','ALYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(855,'42314','Alzate Brianza','ALZATE BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(856,'22688','Alzenau','ALZENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(857,'603','Alzey','ALZEY',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(858,'2505','Alzira','ALZIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(859,'14010','Amacuzac','AMACUZAC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(860,'18257','Amador City','AMADOR CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(861,'15990','Amadora','AMADORA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(862,'43476','Amadores','AMADORES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(863,'28607','Amagansett','AMAGANSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:39:27','1900-01-01 00:00:00',1,0,1),(864,'13219','Amagasaki','AMAGASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(865,'2112','Amager Island','AMAGER ISLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(866,'2227','Amagerbro','AMAGERBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(867,'5707','Amagne','AMAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(868,'10337','Amahai','AMAHAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(869,'13118','Amakusa','AMAKUSA',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(870,'40421','Amal','AMAL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(871,'11107','Amalfi','AMALFI',NULL,'','Italy','Amalfi',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(872,'35511','Amalfi-conca Marini','AMALFI-CONCA MARINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(873,'42528','Amaliada','AMALIADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(874,'2113','Amalienborg - Nyhavn','AMALIENBORG - NYHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(875,'20149','Amana','AMANA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(876,'31429','Amanda Park','AMANDA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(877,'11552','Amantea','AMANTEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:28','1900-01-01 00:00:00',1,0,1),(878,'16023','Amarante','AMARANTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(879,'15877','Amares','AMARES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(880,'32791','Amargosa Valley','AMARGOSA VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(881,'30440','Amarillo','AMARILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(882,'9632','Amarinthos','AMARINTHOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(883,'9633','Amarousion','AMAROUSION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(884,'42516','Amarynthos - Evia','AMARYNTHOS - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(885,'17242','Amasya','AMASYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(886,'2062','Ambach','AMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(887,'43733','Ambala','AMBALA',NULL,'','India','Ambala',20,0,101,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(888,'39335','Ambanja','AMBANJA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(889,'34967','Ambato','AMBATO',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(890,'40123','Ambatomainty','AMBATOMAINTY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(891,'38170','Ambatondrazaka','AMBATONDRAZAKA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(892,'22480','Amberg','AMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(893,'1062','Ambergris Caye','AMBERGRIS CAYE',NULL,'','BELIZE','',0,0,22,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(894,'6566','Amberieux-en-dombes','AMBERIEUX-EN-DOMBES',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(895,'15067','Amberley','AMBERLEY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(896,'7492','Amberley','AMBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(897,'39999','Ambialet','AMBIALET',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(898,'4112','Ambilly','AMBILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(899,'7493','Amble','AMBLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(900,'17553','Ambler','AMBLER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:29','1900-01-01 00:00:00',1,0,1),(901,'7494','Ambleside','AMBLESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(902,'39883','Ambleteuse','AMBLETEUSE',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(903,'4944','Amboise','AMBOISE',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(904,'10338','Ambon','AMBON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(905,'35773','Amboseli National Park','Amboseli National Park',NULL,'','Kenya','',0,0,113,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(906,'11553','Ambra','AMBRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(907,'16407','Amderma','AMDERMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(908,'41629','Amealco De Bonfil','AMEALCO DE BONFIL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(909,'37851','Amed','AMED',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(910,'11554','Ameglia','AMEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(911,'43361','Ameland','AMELAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(912,'11555','Amelia','AMELIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(913,'19245','Amelia City','AMELIA CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(914,'5882','Amelie Les Bains Palalda','AMELIE LES BAINS PALALDA',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(915,'41598','Amelie-les-bains-palalda','AMELIE-LES-BAINS-PALALDA',NULL,'','France','',0,0,76,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(916,'11556','Amendolara','AMENDOLARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(917,'11557','Ameno','AMENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(918,'10488','Amer','AMER',NULL,'','India','',0,0,101,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(919,'18258','American Canyon','AMERICAN CANYON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:30','1900-01-01 00:00:00',1,0,1),(920,'26443','American River','AMERICAN RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(921,'6826','American Samoa','AMERICAN SAMOA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(922,'975','Americana','AMERICANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(923,'19695','Americus','AMERICUS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(924,'14675','Amersfoort','AMERSFOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(925,'7495','Amersham','AMERSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(926,'31681','Amery','AMERY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(927,'20151','Ames','AMES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(928,'21294','Amesbury','AMESBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(929,'7496','Amesbury','AMESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(930,'42527','Amfilochia','AMFILOCHIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(931,'21295','Amherst','AMHERST',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(932,'25690','Amherst','AMHERST',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(933,'34432','Amherstburg','AMHERSTBURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(934,'43900','Ami','AMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(935,'39163','Amiad','AMIAD',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(936,'19696','Amicalola','AMICALOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:31','1900-01-01 00:00:00',1,0,1),(937,'6280','Amiens','AMIENS',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(938,'5615','Amilly','AMILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(939,'37656','Amirim','AMIRIM',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(940,'21163','Amite','AMITE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(941,'26649','Amity Point','AMITY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(942,'40800','Amla','AMLA',NULL,'','India','',0,0,101,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(943,'7497','Amlwch','AMLWCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(944,'13103','Amman','AMMAN',NULL,'','Jordan','Amman',0,0,111,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(945,'44182','Ammanford','AMMANFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(946,'3943','Ammansaari','AMMANSAARI',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(947,'6752','Ammerschwihr','AMMERSCHWIHR',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(948,'22689','Ammerthal','AMMERTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(949,'20326','Ammon','AMMON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(950,'9424','Ammoudara','AMMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(951,'38953','Ammoudia','AMMOUDIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(952,'38055','Amneville','AMNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(953,'9634','Amoliani','AMOLIANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(954,'3697','Amorebieta','AMOREBIETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(955,'15870','Amoreiras','AMOREIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(956,'9635','Amorgos','AMORGOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(957,'27826','Amory','AMORY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(958,'25934','Amos','AMOS',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(959,'36562','Amosanto','AMOSANTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:32','1900-01-01 00:00:00',1,0,1),(960,'14998','Amot','AMOT',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(961,'43040','Amoudara','AMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(962,'43411','Amouliani Island','AMOULIANI ISLAND',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(963,'14338','Ampang','AMPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(964,'37797','Ampanihy','AMPANIHY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(965,'39252','Ampfelwang','AMPFELWANG',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(966,'6875','Ampfield','AMPFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(967,'42463','Ampfing','AMPFING',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(968,'1798','Amphur Mueng','AMPHUR MUENG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(969,'3512','Amposta','AMPOSTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(970,'3429','Ampudia','AMPUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(971,'41482','Ampuria Brava','AMPURIA BRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(972,'25935','Amqui','AMQUI',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(973,'10651','Amravati','AMRAVATI',NULL,'','India','Amravati',5,0,101,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(974,'10665','Amritsar','AMRITSAR',NULL,'','India','Amritsar Trip Package | Amritsar Tour & Travel Pac',19,0,101,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(975,'7498','Amroth','AMROTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(976,'40790','Amrum','AMRUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(977,'38053','Amsteg','AMSTEG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(978,'14620','Amstelveen','AMSTELVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(979,'14621','Amsterdam','AMSTERDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(980,'16111','Anaa','ANAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(981,'11558','Anacapri','ANACAPRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(982,'41116','Anaco','ANACO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(983,'27931','Anaconda','ANACONDA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(984,'31430','Anacortes','ANACORTES',NULL,'','United States','',0,0,231,'2016-10-17 10:39:33','1900-01-01 00:00:00',1,0,1),(985,'19193','Anacostia','ANACOSTIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(986,'32872','Anadarko','ANADARKO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(987,'15773','Anadia','ANADIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(988,'16316','Anadyr','ANADYR',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(989,'11559','Anagni','ANAGNI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(990,'18259','Anaheim','ANAHEIM',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(991,'25387','Anahim Lake','ANAHIM LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(992,'19975','Anahola','ANAHOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(993,'17554','Anaktuvuk Pass','ANAKTUVUK PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(994,'39434','Analalava','ANALALAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(995,'9425','Analipsi','ANALIPSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(996,'29802','Analomink','ANALOMINK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:34','1900-01-01 00:00:00',1,0,1),(997,'20153','Anamosa','ANAMOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(998,'17299','Anamur','ANAMUR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(999,'16242','Anapa','ANAPA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1000,'41976','Anapolis','ANAPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1001,'28492','Anapra','ANAPRA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1002,'38728','Anascaul','ANASCAUL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1003,'15736','Anasco','ANASCO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1004,'32307','Anatom','ANATOM',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1005,'24965','Anavilhanas Archipelago','ANAVILHANAS ARCHIPELAGO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1006,'9636','Anavyssos','ANAVYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1007,'34433','Ancaster','ANCASTER',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1008,'6380','Ancelle','ANCELLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1009,'6209','Ancenis','ANCENIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1010,'5708','Anchamps','ANCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1011,'21970','Anchor Bay Harbor','ANCHOR BAY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1012,'17556','Anchorage','ANCHORAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1013,'25936','Ancienne Lorette','ANCIENNE LORETTE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1014,'12789','Ancona','ANCONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:35','1900-01-01 00:00:00',1,0,1),(1015,'23477','Ancud','ANCUD',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1016,'38069','Andalo','ANDALO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1017,'14905','Andalsnes','ANDALSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1018,'17827','Andalusia','ANDALUSIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1019,'37713','Andapa','ANDAPA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1020,'39563','Andebu','ANDEBU',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1021,'14912','Andenes','ANDENES',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1022,'24706','Andenne','ANDENNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1023,'23119','Andermatt','ANDERMATT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1024,'37534','Andernos-les-bains','ANDERNOS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1025,'30284','Anderson','ANDERSON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:36','1900-01-01 00:00:00',1,0,1),(1026,'16717','Anderstorp','ANDERSTORP',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1027,'4659','Andilly','ANDILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1028,'32154','Andizhan','ANDIZHAN',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1029,'39138','Andlau','ANDLAU',NULL,'','France','',0,0,76,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1030,'41887','Andoany','ANDOANY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1031,'35452','Andora','ANDORA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1032,'25871','Andorra','ANDORRA',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1033,'2506','Andorra','ANDORRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1034,'7499','Andover','ANDOVER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1035,'21296','Andover','ANDOVER',NULL,'','United States','',0,0,231,'2016-10-17 10:39:37','1900-01-01 00:00:00',1,0,1),(1036,'38290','Andraitx','ANDRAITX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1037,'42428','Andratx','ANDRATX',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1038,'39300','Andreas','ANDREAS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1039,'21630','Andrews','ANDREWS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1040,'6567','Andrezieux','ANDREZIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1041,'41597','Andrezieux-boutheon','ANDREZIEUX-BOUTHEON',NULL,'','France','',0,0,76,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1042,'37780','Andriamena','ANDRIAMENA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1043,'3074','Andrin','ANDRIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1044,'42674','Andritsena','ANDRITSENA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1045,'9426','Andros','ANDROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1046,'24873','Andros Island','ANDROS ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:39:38','1900-01-01 00:00:00',1,0,1),(1047,'3175','Andujar','ANDUJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1048,'5883','Anduze','ANDUZE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1049,'32216','Anegada Island','ANEGADA ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1050,'43734','Angamali','ANGAMALI',NULL,'','India','',0,0,101,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1051,'10','Angaston','ANGASTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1052,'28493','Angel Fire','ANGEL FIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1053,'15438','Angeles','ANGELES',NULL,'','Philippines','',0,0,173,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1054,'16859','Angelholm','ANGELHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1055,'28610','Angelica','ANGELICA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1056,'18261','Angels Camp','ANGELS CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1057,'38561','Anger','ANGER',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1058,'37840','Anger','ANGER',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1059,'11560','Angera','ANGERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1060,'6210','Angers','ANGERS',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1061,'36226','Angers-beaucouze','ANGERS-BEAUCOUZE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1062,'4660','Angerville','ANGERVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:39:39','1900-01-01 00:00:00',1,0,1),(1063,'10138','Anggi','ANGGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1064,'11561','Anghiari','ANGHIARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1065,'42533','Angistri','ANGISTRI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1066,'38595','Angkhang','ANGKHANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1067,'5286','Anglards-de-saint-flour','ANGLARDS-DE-SAINT-FLOUR',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1068,'40647','Anglès','ANGLÈS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1069,'26480','Anglesea','ANGLESEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1070,'5141','Anglet','ANGLET',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1071,'30443','Angleton','ANGLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1072,'34434','Angling Lake','ANGLING LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1073,'20818','Angola','ANGOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1074,'17558','Angoon','ANGOON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1075,'4876','Angouleme','ANGOULEME',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1076,'4113','Angoulins','ANGOULINS',NULL,'','France','',0,0,76,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1077,'16089','Angra Do Heroismo','ANGRA DO HEROISMO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1078,'25129','Angra Dos Reis','ANGRA DOS REIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1079,'24365','Angrmuende','ANGRMUENDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1080,'25866','Anguilla','ANGUILLA',NULL,'','Anguilla','',0,0,7,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1081,'11562','Anguillara Sabazia','ANGUILLARA SABAZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1082,'18262','Angwin','ANGWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1083,'24366','Anhalt','ANHALT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:40','1900-01-01 00:00:00',1,0,1),(1084,'40967','Anhee','ANHEE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1085,'17559','Aniak','ANIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1086,'24544','Anif','ANIF',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1087,'43128','Anissaras','ANISSARAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1088,'32308','Aniwa','ANIWA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1089,'39066','Anjajavy','ANJAJAVY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1090,'3882','Anjalankoski','ANJALANKOSKI',NULL,'','Finland','',0,0,75,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1091,'23767','Anji','ANJI',NULL,'','China','',0,0,46,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1092,'42862','Anjo','ANJO',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1093,'25937','Anjou','ANJOU',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1094,'24138','Anjouan','ANJOUAN',NULL,'','Comoros','',0,0,50,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1095,'10489','Anjuna','ANJUNA',NULL,'','India','',0,0,101,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1097,'23936','Ankang','ANKANG',NULL,'','China','',0,0,46,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1098,'17371','Ankara','ANKARA',NULL,'','Turkey','Ankara',0,0,222,'2016-10-17 10:39:41','1900-01-01 00:00:00',1,0,1),(1099,'37547','Ankavandra','ANKAVANDRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1100,'38071','Ankazoabo','ANKAZOABO',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1101,'20154','Ankeny','ANKENY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1102,'42609','Ankleshwar','ANKLESHWAR',NULL,'','India','Ankleshwar',16,0,101,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1104,'498','Ankum','ANKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1105,'21971','Ann Arbor','ANN ARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1106,'20427','Anna','ANNA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1107,'35893','Anna Bay','ANNA BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1108,'38450','Annaba','ANNABA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1109,'37821','Annaberg','ANNABERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1110,'22481','Annaberg','ANNABERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1111,'44115','Annaberg-buchholz','ANNABERG-BUCHHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:42','1900-01-01 00:00:00',1,0,1),(1112,'7500','Annalong','ANNALONG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1113,'7501','Annan','ANNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1114,'31030','Annandale','ANNANDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1115,'27572','Annapolis','ANNAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1116,'25691','Annapolis Royal','ANNAPOLIS ROYAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1117,'20428','Annawan','ANNAWAN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1118,'7502','Annbank','ANNBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1119,'6568','Annecy','ANNECY',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1120,'6569','Annecy-le-vieux','ANNECY-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1121,'5079','Annemasse','ANNEMASSE',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1122,'26650','Annerley','ANNERLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1123,'6876','Annesley Woodhouse','ANNESLEY WOODHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1124,'17828','Anniston','ANNISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1125,'6570','Annonay','ANNONAY',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1126,'40319','Annot','ANNOT',NULL,'','France','',0,0,76,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1127,'11563','Annunziata','ANNUNZIATA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1128,'29803','Annville','ANNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:43','1900-01-01 00:00:00',1,0,1),(1129,'37908','Anogia','ANOGIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1130,'22306','Anoka','ANOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1131,'19248','Anona','ANONA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1132,'23671','Anqing','ANQING',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1133,'2335','Ans','ANS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1134,'41844','Ansalonga','ANSALONGA',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1135,'24367','Ansbach','ANSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1136,'13571','Anse Cochon','ANSE COCHON',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1137,'9359','Anse De Toiny','ANSE DE TOINY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1138,'41885','Anse La Raie','ANSE LA RAIE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1139,'35453','Ansedonia','ANSEDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1140,'37337','Ansfelden','ANSFELDEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1141,'23782','Anshan','ANSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1142,'36013','Anshun','ANSHUN',NULL,'','China','',0,0,46,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1143,'29235','Ansonia','ANSONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1144,'31944','Ansted','ANSTED',NULL,'','United States','',0,0,231,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1145,'7503','Anstruther','ANSTRUTHER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1146,'6877','Ansty (Dorset)','ANSTY (DORSET)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1147,'867','Anta','ANTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1148,'13059','Antagnod','ANTAGNOD',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:44','1900-01-01 00:00:00',1,0,1),(1149,'36800','Antakya','ANTAKYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1150,'37906','Antalaha','ANTALAHA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1151,'17249','Antalya','ANTALYA',NULL,'','Turkey','Antalya',0,0,222,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1152,'37480','Antananarivo','ANTANANARIVO',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1153,'2461','Antequera','ANTEQUERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1154,'12861','Anterselva','ANTERSELVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1155,'18099','Anthem','ANTHEM',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1156,'27155','Anthering','ANTHERING',NULL,'','Austria','',0,0,14,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1157,'21019','Anthony','ANTHONY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1158,'4843','Antibes','ANTIBES',NULL,'','France','',0,0,76,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1159,'40002','Anticoli Corrado','ANTICOLI CORRADO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1160,'31683','Antigo','ANTIGO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1161,'25692','Antigonish','ANTIGONISH',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1162,'3109','Antigua','ANTIGUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1163,'26161','Antigua','ANTIGUA',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1164,'9869','Antigua Guatemala','ANTIGUA GUATEMALA',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1165,'35855','Antigua-deep Bay','ANTIGUA-DEEP BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1166,'35857','Antigua-five Islands','ANTIGUA-FIVE ISLANDS',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1167,'35858','Antigua-jolly Beach','ANTIGUA-JOLLY BEACH',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1168,'35860','Antigua-momora Bay','ANTIGUA-MOMORA BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1169,'35862','Antigua-soldiers Bay','ANTIGUA-SOLDIERS BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:45','1900-01-01 00:00:00',1,0,1),(1170,'35863','Antigua-winthrop Bay','ANTIGUA-WINTHROP BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1171,'5433','Antilly','ANTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1172,'33300','Antimony','ANTIMONY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1173,'23902','Anting','ANTING',NULL,'','China','',0,0,46,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1174,'18263','Antioch','ANTIOCH',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1175,'24125','Antioquia','ANTIOQUIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1176,'38274','Antiparos','ANTIPAROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1177,'32873','Antlers','ANTLERS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1178,'23509','Antofagasta','ANTOFAGASTA',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:46','1900-01-01 00:00:00',1,0,1),(1179,'15351','Anton','ANTON',NULL,'','Panama','',0,0,169,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1180,'14114','Anton Lizardo','ANTON LIZARDO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1181,'34700','Antonito','ANTONITO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1182,'5142','Antonne-et-trigonant','ANTONNE-ET-TRIGONANT',NULL,'','France','',0,0,76,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1183,'4661','Antony','ANTONY',NULL,'','France','',0,0,76,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1184,'9250','Antrim','ANTRIM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1185,'39397','Antsalova','ANTSALOVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1186,'39119','Antsirabe','ANTSIRABE',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1187,'39713','Antsiranana','ANTSIRANANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1188,'40626','Antsohihy','ANTSOHIHY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1189,'24604','Antwerp','ANTWERP',NULL,'','Belgium','Antwerp',0,0,21,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1190,'13604','Anuradhapura','ANURADHAPURA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1191,'17560','Anvik','ANVIK',NULL,'','United States','',0,0,231,'2016-10-17 10:39:47','1900-01-01 00:00:00',1,0,1),(1192,'6145','Anvin','ANVIN',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1193,'43816','Anyang','ANYANG',NULL,'','China','',0,0,46,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1194,'35349','Anyer','ANYER',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1195,'40578','Anzère','ANZÈRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1196,'6146','Anzin-saint-aubin','ANZIN-SAINT-AUBIN',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1197,'11564','Anzio','ANZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1198,'11565','Anzola Dell\'emilia','ANZOLA DELL\'EMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1199,'16966','Ao Namao','AO NAMAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1200,'43517','Aoa','AOA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1201,'13380','Aomori','AOMORI',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1202,'42291','Aore Island','AORE ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1203,'12870','Aosta','AOSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1204,'23951','Aotou','AOTOU',NULL,'','China','',0,0,46,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1205,'6571','Aouste-sur-sye','AOUSTE-SUR-SYE',NULL,'','France','',0,0,76,'2016-10-17 10:39:48','1900-01-01 00:00:00',1,0,1),(1206,'32247','Ap Binh Quooi','AP BINH QUOOI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1207,'18100','Apache Junction','APACHE JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1208,'19249','Apalachicola','APALACHICOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1209,'28611','Apalachin','APALACHIN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1210,'10140','Apalapsili','APALAPSILI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1211,'24088','Apartado','APARTADO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1212,'16112','Apataki','APATAKI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1213,'43950','Apazapan','APAZAPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1214,'14525','Apeldoorn','APELDOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1215,'40349','Apelern','APELERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1216,'39662','Aperion','APERION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1217,'33758','Apex','APEX',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1218,'24368','Apfelstaedt','APFELSTAEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1219,'32340','Apia','APIA',NULL,'','Samoa','',0,0,183,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1220,'38363','Apikia','APIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1221,'14064','Apizaco','APIZACO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1222,'14055','Apodaca','APODACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1223,'1957','Apolda','APOLDA',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1224,'29804','Apollo','APOLLO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1225,'26883','Apollo Bay','APOLLO BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1226,'19251','Apopka','APOPKA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1227,'23537','Apoquindo','APOQUINDO',NULL,'','Chile','',0,0,45,'2016-10-17 10:39:49','1900-01-01 00:00:00',1,0,1),(1228,'43951','Apozol','APOZOL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1229,'31031','Appalachian Plateau','APPALACHIAN PLATEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1230,'23120','Appenzell','APPENZELL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1231,'37972','Appiano Gentile','APPIANO GENTILE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1232,'37759','Appietto','APPIETTO',NULL,'','France','',0,0,76,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1233,'6878','Appin','APPIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1234,'18264','Apple Valley','APPLE VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1235,'7505','Appleby','APPLEBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1236,'6879','Appledore','APPLEDORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1237,'18265','Applegate','APPLEGATE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1238,'31684','Appleton','APPLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1239,'5434','Appoigny','APPOIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1240,'31032','Appomattox','APPOMATTOX',NULL,'','United States','',0,0,231,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1241,'11566','Aprica','APRICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1242,'11567','Apricale','APRICALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1243,'11568','Aprilia','APRILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:50','1900-01-01 00:00:00',1,0,1),(1244,'43876','Apt','APT',NULL,'','France','',0,0,76,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1245,'18266','Aptos','APTOS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1246,'42197','Apucarana','APUCARANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1247,'15878','Apulia','APULIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1248,'25069','Aquidauana','AQUIDAUANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1249,'38750','Aquileia','AQUILEIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1250,'43164','Aquiraz','AQUIRAZ',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1251,'17829','Arab','ARAB',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1252,'11109','Arabba','ARABBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1253,'28495','Arabela','ARABELA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1254,'21164','Arabi','ARABI',NULL,'','United States','',0,0,231,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1255,'25226','Aracaju','ARACAJU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1256,'25054','Aracati','ARACATI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1257,'25027','Aracatuba','ARACATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1258,'3176','Aracena','ARACENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1259,'9784','Arachova','ARACHOVA',NULL,'','Greece','Arachova',0,0,86,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1260,'16207','Arad','ARAD',NULL,'','Romania','',0,0,179,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1261,'11028','Arad','ARAD',NULL,'','Israel','',0,0,106,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1262,'25061','Araguaina','ARAGUAINA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:51','1900-01-01 00:00:00',1,0,1),(1263,'42284','Arakabesang','ARAKABESANG',NULL,'','Palau','',0,0,167,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1264,'13220','Arakawa','ARAKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1265,'43735','Araku','ARAKU',NULL,'','India','',0,0,101,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1266,'26380','Aramac','ARAMAC',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1267,'38395','Aranc','ARANC',NULL,'','France','',0,0,76,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1268,'3430','Aranda De Duero','ARANDA DE DUERO',NULL,'','Spain','Aranda de Duero',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1269,'24233','Aranjuez','ARANJUEZ',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1270,'2977','Aranjuez','ARANJUEZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1271,'24950','Aranjuez','ARANJUEZ',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1272,'43569','Arans','ARANS',NULL,'','Andorra','',0,0,5,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1273,'30446','Aransas Pass','ARANSAS PASS',NULL,'','United States','',0,0,231,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1274,'2508','Arantzazu','ARANTZAZU',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1275,'13457','Aranuka','ARANUKA',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1276,'34701','Arapaho','ARAPAHO',NULL,'','United States','',0,0,231,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1277,'962','Arapongas','ARAPONGAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1278,'16486','Arar','ARAR',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1279,'25194','Araraquara','ARARAQUARA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1280,'26481','Ararat','ARARAT',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1281,'24098','Arauca','ARAUCA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1282,'2978','Aravaca','ARAVACA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1283,'25079','Araxa','ARAXA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:52','1900-01-01 00:00:00',1,0,1),(1284,'3837','Arba Mintch','ARBA MINTCH',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1285,'40981','Arbanasi','ARBANASI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1286,'37385','Arbanija','ARBANIJA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1287,'12812','Arbatax','ARBATAX',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1288,'6572','Arbigny','ARBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1289,'38079','Arboga','ARBOGA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1290,'5762','Arbois','ARBOIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1291,'23121','Arbon','ARBON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1292,'38515','Arbonne','ARBONNE',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1293,'26813','Arbor','ARBOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1294,'12813','Arborea','ARBOREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1295,'7507','Arbroath','ARBROATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1296,'42786','Arbus','ARBUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1297,'4114','Arc 1800','ARC 1800',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1298,'4116','Arc-1600','ARC-1600',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1299,'4117','Arc-2000','ARC-2000',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1300,'5143','Arcachon','ARCACHON',NULL,'','France','',0,0,76,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1301,'41390','Arcade','ARCADE',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1302,'19252','Arcadia','ARCADIA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1303,'32434','Arcadia','ARCADIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:39:53','1900-01-01 00:00:00',1,0,1),(1304,'5144','Arcangues','ARCANGUES',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1305,'18268','Arcata','ARCATA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1306,'11569','Arce','ARCE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1307,'39469','Arcen','ARCEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1308,'1590','Arc-en-barrois','ARC-EN-BARROIS',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1309,'29608','Arch Cape','ARCH CAPE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1310,'6573','Archamps','ARCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1311,'9428','Archanes','ARCHANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1312,'9429','Archangelos','ARCHANGELOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1313,'37190','Archbald','ARCHBALD',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1314,'33759','Archdale','ARCHDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1315,'3028','Archena','ARCHENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1316,'5287','Arches','ARCHES',NULL,'','France','',0,0,76,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1317,'3177','Archidona','ARCHIDONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1318,'11570','Arcidosso','ARCIDOSSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1319,'11571','Arco','ARCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1320,'11572','Arcola','ARCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1321,'20430','Arcola','ARCOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:39:54','1900-01-01 00:00:00',1,0,1),(1322,'3178','Arcos De La Frontera','ARCOS DE LA FRONTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1323,'40708','Arcos De Valdevez','ARCOS DE VALDEVEZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1324,'9430','Arcoudi','ARCOUDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1325,'25785','Arctic Bay','ARCTIC BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1326,'17561','Arctic Village','ARCTIC VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1327,'4662','Arcueil','ARCUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1328,'11573','Arcugnano','ARCUGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1329,'3179','Ardales','ARDALES',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1330,'36467','Ardalstangan','ARDALSTANGAN',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1331,'42403','Ardalstangen','ARDALSTANGEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1332,'41490','Ardara','ARDARA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1333,'11574','Ardea','ARDEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1334,'4118','Ardeche','ARDECHE',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1335,'33760','Arden','ARDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1336,'2234','Arden','ARDEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1337,'6880','Arden','ARDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1338,'4119','Ardennes','ARDENNES',NULL,'','France','',0,0,76,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1339,'39144','Ardersier','ARDERSIER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1340,'11575','Ardesio','ARDESIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:55','1900-01-01 00:00:00',1,0,1),(1341,'40465','Ardez','ARDEZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1342,'39639','Ardgay','ARDGAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1343,'37355','Ardgour','ARDGOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1344,'7508','Ardley','ARDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1345,'10935','Ardmore','ARDMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1346,'15084','Ardmore','ARDMORE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1347,'32874','Ardmore','ARDMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1348,'5616','Ardon','ARDON',NULL,'','France','',0,0,76,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1349,'7509','Ardrishaig','ARDRISHAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1350,'39266','Ardrossan','ARDROSSAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:56','1900-01-01 00:00:00',1,0,1),(1351,'7510','Ardsley','ARDSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1352,'28612','Ardsley','ARDSLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1353,'6881','Arduaine','ARDUAINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1354,'6882','Arduanine','ARDUANINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1355,'16708','Are','ARE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1356,'39145','Areatza','AREATZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1357,'15737','Arecibo','ARECIBO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1358,'16090','Areeiro','AREEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1359,'39703','Arembepe','AREMBEPE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1360,'24208','Arenal','ARENAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1361,'42740','Arenal D\'en Castell','ARENAL D\'EN CASTELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1362,'3180','Arenas','ARENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:57','1900-01-01 00:00:00',1,0,1),(1363,'14856','Arendal','ARENDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1364,'751','Arendsee','ARENDSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1365,'38840','Arenys De Mar','ARENYS DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1366,'11576','Arenzano','ARENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1367,'42526','Areopoli','AREOPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1368,'15432','Arequipa','AREQUIPA',NULL,'','Peru','Arequipa',0,0,172,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1369,'4120','Arès','ARÈS',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1370,'11577','Arese','ARESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1371,'37221','Arette','ARETTE',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1372,'2870','Areu','AREU',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1373,'12852','Arezzo','AREZZO',NULL,'','Italy','Arezzo',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1374,'2979','Arganda','ARGANDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1375,'2509','Arganzuela','ARGANZUELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1376,'9431','Argassi','ARGASSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1377,'11578','Argegno','ARGEGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1378,'4121','Argeles Gazost','ARGELES GAZOST',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1379,'42733','Argeles-gazost','ARGELES-GAZOST',NULL,'','France','',0,0,76,'2016-10-17 10:39:58','1900-01-01 00:00:00',1,0,1),(1380,'5884','Argeles-sur-mer','ARGELES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1381,'5362','Argentan','ARGENTAN',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1382,'11111','Argentario','ARGENTARIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1383,'5989','Argentat','ARGENTAT',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1384,'4663','Argenteuil','ARGENTEUIL',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1385,'6814','Argentiere','ARGENTIERE',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1386,'3513','Argentona','ARGENTONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1387,'5885','Argilliers','ARGILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1388,'37331','Argiroupoli','ARGIROUPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1389,'3698','Argomaniz','ARGOMANIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1390,'39362','Argonay','ARGONAY',NULL,'','France','',0,0,76,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1391,'38289','Argonos','ARGONOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1392,'9789','Argos','ARGOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1393,'43412','Argostoli','ARGOSTOLI',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1394,'9779','Argostolion','ARGOSTOLION',NULL,'','Greece','',0,0,86,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1395,'2510','Arguelles - Moncloa','ARGUELLES - MONCLOA',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1396,'2511','Arguineguin','ARGUINEGUIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1397,'3312','Arguis','ARGUIS',NULL,'','Spain','',0,0,199,'2016-10-17 10:39:59','1900-01-01 00:00:00',1,0,1),(1398,'43402','Argyll','ARGYLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1399,'9433','Arhanes','ARHANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1400,'11579','Ariano Irpino','ARIANO IRPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1401,'23478','Arica','ARICA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1402,'35454','Ariccia','ARICCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1403,'25693','Arichat','ARICHAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1404,'35409','Ariel','ARIEL',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1405,'39940','Arilas','ARILAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1406,'16860','Arild','ARILD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1407,'17125','Arima','ARIMA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1408,'13221','Arima Hot Springs','ARIMA HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1409,'25874','Arinsal','ARINSAL',NULL,'','Andorra','',0,0,5,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1410,'25070','Aripuana','ARIPUANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1411,'7511','Arisaig','ARISAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1412,'12814','Aritzo','ARITZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1413,'2512','Arizkun','ARIZKUN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1414,'16783','Arjang','ARJANG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1415,'17978','Arkadelphia','ARKADELPHIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1416,'38489','Arkadi','ARKADI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1417,'21020','Arkansas City','ARKANSAS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1418,'42906','Arkaroola','ARKAROOLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:00','1900-01-01 00:00:00',1,0,1),(1419,'9798','Arkasa','ARKASA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1420,'31686','Arkdale','ARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1421,'16252','Arkhangelsk','ARKHANGELSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1422,'10955','Arklow','ARKLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1423,'36375','Arkoudi','ARKOUDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1424,'16658','Arlanda','ARLANDA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1425,'41061','Arlandastad','ARLANDASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1426,'6381','Arles','ARLES',NULL,'','France','',0,0,76,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1427,'38612','Arlesheim','ARLESHEIM',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1428,'33067','Arlington','ARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1429,'24691','Arlon','ARLON',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1430,'11580','Arluno','ARLUNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1431,'35455','Arma Di Taggia','ARMA DI TAGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:01','1900-01-01 00:00:00',1,0,1),(1432,'15919','Armacao De Pera','ARMACAO DE PERA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1433,'36584','Armacao-porches','ARMACAO-PORCHES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1434,'26482','Armadale','ARMADALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1435,'40695','Armagh','ARMAGH',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1436,'7512','Armagh','ARMAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1437,'37545','Armamar','ARMAMAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1438,'6147','Armbouts-cappel','ARMBOUTS-CAPPEL',NULL,'','France','',0,0,76,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1439,'44170','Armeni','ARMENI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1440,'24120','Armenia','ARMENIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1441,'9638','Armenistis','ARMENISTIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1442,'11581','Armeno','ARMENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1443,'40366','Armeria','ARMERIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1444,'34081','Armidale','ARMIDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1445,'3181','Armilla','ARMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1446,'3699','Arminza','ARMINZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1447,'28613','Armonk','ARMONK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1448,'39359','Armuña De Almanzora','ARMUÑA DE ALMANZORA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1449,'6211','Arnage','ARNAGE',NULL,'','France','',0,0,76,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1450,'21166','Arnaudville','ARNAUDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:02','1900-01-01 00:00:00',1,0,1),(1451,'17261','Arnavutkoy','ARNAVUTKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1452,'5435','Arnay-le-duc','ARNAY-LE-DUC',NULL,'','France','',0,0,76,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1453,'37889','Arnaz','ARNAZ',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1454,'34082','Arncliffe','ARNCLIFFE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1455,'6884','Arncott','ARNCOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1456,'43057','Arnea','ARNEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1457,'39494','Arneburg','ARNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1458,'2957','Arnedillo','ARNEDILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1459,'2958','Arnedo','ARNEDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1460,'25579','Arnes','ARNES',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1461,'3514','Arnes','ARNES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1462,'40337','Arnesano','ARNESANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1463,'14526','Arnhem','ARNHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1464,'43686','Arnhem Island','ARNHEM ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1465,'6885','Arniston','ARNISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1466,'14145','Arno','ARNO',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1467,'7513','Arnold','ARNOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1468,'21635','Arnold','ARNOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:03','1900-01-01 00:00:00',1,0,1),(1469,'20155','Arnolds Park','ARNOLDS PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1470,'34435','Arnprior','ARNPRIOR',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1471,'22690','Arnsberg','ARNSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1472,'1958','Arnstadt','ARNSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1473,'40359','Arnuero','ARNUERO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1474,'23122','Arolla','AROLLA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1475,'12934','Arona','ARONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1476,'3356','Arona','ARONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1477,'13458','Arorae Island','ARORAE ISLAND',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1478,'24074','Arorangi','ARORANGI',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1479,'23123','Arosa','AROSA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1480,'42698','Arouca','AROUCA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1481,'17128','Arouca','AROUCA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1482,'4122','Arpaillargues','ARPAILLARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1483,'5288','Arpajon-sur-cere','ARPAJON-SUR-CERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1484,'11582','Arpino','ARPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1485,'26173','Arrabury','ARRABURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1486,'39392','Arraial Dajuda','ARRAIAL DAJUDA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:04','1900-01-01 00:00:00',1,0,1),(1487,'15911','Arraiolos','ARRAIOLOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1488,'37218','Arranmore Island','ARRANMORE ISLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1489,'5013','Arras','ARRAS',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1490,'6886','Arrathorne','ARRATHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1491,'11583','Arre','ARRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1492,'5027','Arreau','ARREAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1493,'3357','Arrecife','ARRECIFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1494,'40596','Arriate','ARRIATE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1495,'3075','Arriondas','ARRIONDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1496,'7514','Arrochar','ARROCHAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1497,'5363','Arromanches-les-bains','ARROMANCHES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1498,'3515','Arros','ARROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1499,'15085','Arrowtown','ARROWTOWN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1500,'3431','Arroyo','ARROYO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1501,'18270','Arroyo Grande','ARROYO GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1502,'38068','Arroyo Seco','ARROYO SECO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1503,'6320','Ars-en-re','ARS-EN-RE',NULL,'','France','',0,0,76,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1504,'16735','Arsta','ARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:05','1900-01-01 00:00:00',1,0,1),(1505,'9854','Arsuk','ARSUK',NULL,'','Greenland','',0,0,87,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1506,'9769','Arta','ARTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1507,'2881','Arta','ARTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1508,'10091','Artand','ARTAND',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1509,'34083','Artarmon','ARTARMON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1510,'13958','Arteaga','ARTEAGA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1511,'2946','Arteixo','ARTEIXO',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1512,'42315','Artena','ARTENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1513,'18271','Artesia','ARTESIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:06','1900-01-01 00:00:00',1,0,1),(1514,'17562','Artesian Village','ARTESIAN VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1515,'20432','Arthur','ARTHUR',NULL,'','United States','',0,0,231,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1516,'15179','Arthur\'s Pass','ARTHUR\'S PASS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1517,'24823','Arthurs Town','ARTHURS TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1518,'10707','Arthurstown','ARTHURSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1519,'3516','Arties','ARTIES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1520,'17526','Artigas','ARTIGAS',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1521,'41588','Artigues','ARTIGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1522,'43877','Artigues-pres-bordeaux','ARTIGUES-PRES-BORDEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1523,'11584','Artimino','ARTIMINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1524,'2513','Arturo Soria - Ciudad Lineal','ARTURO SORIA - CIUDAD LINEAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1525,'43618','Artvin','ARTVIN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:07','1900-01-01 00:00:00',1,0,1),(1526,'17476','Arua','ARUA',NULL,'','Uganda','',0,0,226,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1527,'1','Aruba','ARUBA',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1528,'34832','Aruba-druif Beach','ARUBA-DRUIF BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1529,'34833','Aruba-eagle Beach','ARUBA-EAGLE BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1530,'16153','Arue','ARUE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1531,'9276','Arundel','ARUNDEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1532,'16968','Arunothai Beach','ARUNOTHAI BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1533,'17453','Arusha','ARUSHA',NULL,'','Tanzania','Arusha',0,0,214,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1534,'24066','Arutanga','ARUTANGA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1535,'16113','Arutua','ARUTUA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1536,'34702','Arvada','ARVADA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1537,'43878','Arveyres','ARVEYRES',NULL,'','France','',0,0,76,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1538,'25786','Arviat','ARVIAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1539,'16748','Arvidsjaur','ARVIDSJAUR',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1540,'6382','Arvieux','ARVIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1541,'16784','Arvika','ARVIKA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1542,'9639','Aryiroupolis','ARYIROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:08','1900-01-01 00:00:00',1,0,1),(1543,'12759','Arzachena','ARZACHENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1544,'42701','Arzano','ARZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1545,'23124','Arzier','ARZIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1546,'12','Arzl Im Piztal','ARZL IM PIZTAL',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1547,'5511','Arzon','ARZON',NULL,'','France','',0,0,76,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1548,'43781','As','AS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1549,'13222','Asahi','ASAHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1550,'13388','Asahikawa','ASAHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1551,'43901','Asakura','ASAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1552,'35794','Asan','ASAN',NULL,'','South Korea','',0,0,197,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1553,'16709','Asarna','ASARNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1554,'32336','Asau','ASAU',NULL,'','Samoa','',0,0,183,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1555,'25938','Asbestos Hill','ASBESTOS HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1556,'31945','Asbury','ASBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1557,'5145','Ascain','ASCAIN',NULL,'','France','',0,0,76,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1558,'38388','Ascea','ASCEA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1559,'22691','Aschaffenburg','ASCHAFFENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:09','1900-01-01 00:00:00',1,0,1),(1560,'694','Aschau','ASCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1561,'695','Ascheberg','ASCHEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1562,'1921','Aschersleben','ASCHERSLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1563,'22692','Aschheim','ASCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1564,'11112','Asciano','ASCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1565,'26098','Ascochinga','ASCOCHINGA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1566,'12982','Ascoli Piceno','ASCOLI PICENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1567,'23125','Ascona','ASCONA',NULL,'','Switzerland','Ascona',0,0,210,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1568,'26949','Ascot','ASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1569,'7515','Ascot','ASCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1570,'31289','Ascutney','ASCUTNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1571,'3838','Asela','ASELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1572,'499','Asendorf','ASENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1573,'15017','Aseral','ASERAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1574,'24246','Aserri','ASERRI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1575,'14784','Asgardstrand','ASGARDSTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1576,'18101','Ash Fork','ASH FORK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1577,'7517','Ashbourne','ASHBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:10','1900-01-01 00:00:00',1,0,1),(1578,'10908','Ashbourne','ASHBOURNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1579,'40911','Ashbourne, Co Meath','ASHBOURNE, CO MEATH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1580,'31035','Ashburn','ASHBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1581,'21298','Ashburnham','ASHBURNHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1582,'7518','Ashburton','ASHBURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1583,'15087','Ashburton','ASHBURTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1584,'7519','Ashby De La Zouch','ASHBY DE LA ZOUCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1585,'44183','Ashby-de-la-zouch','ASHBY-DE-LA-ZOUCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1586,'24','Ashcroft','ASHCROFT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1587,'11062','Ashdod','ASHDOD',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1588,'17979','Ashdown','ASHDOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1589,'33761','Asheboro','ASHEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1590,'33762','Asheville','ASHEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1591,'34084','Ashfield','ASHFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1592,'7520','Ashford','ASHFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1593,'31433','Ashford','ASHFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1594,'38360','Ashford','ASHFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:11','1900-01-01 00:00:00',1,0,1),(1595,'17108','Ashgabat','ASHGABAT',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1596,'26652','Ashgrove','ASHGROVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1597,'38437','Ashigarashimo','ASHIGARASHIMO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1598,'7521','Ashington','ASHINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1599,'13223','Ashiya','ASHIYA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1600,'11029','Ashkelon','ASHKELON',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1601,'17105','Ashkhabad','ASHKHABAD',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1602,'34074','Ashland','ASHLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1603,'26653','Ashmore','ASHMORE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1604,'29237','Ashtabula','ASHTABULA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:12','1900-01-01 00:00:00',1,0,1),(1605,'20327','Ashton','ASHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1606,'7522','Ashton In Makerfield','ASHTON IN MAKERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1607,'6887','Ashton-under-lyne','ASHTON-UNDER-LYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1608,'32161','Ashtown','ASHTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1609,'39895','Ashville','ASHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1610,'11585','Asiago','ASIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1611,'41400','Asilah','ASILAH',NULL,'','Morocco','',0,0,148,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1612,'14842','Asker','ASKER',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1613,'16758','Askersund','ASKERSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1614,'14959','Askim','ASKIM',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1615,'7523','Askrigg','ASKRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1616,'2458','Asmara','ASMARA',NULL,'','Eritrea','',0,0,68,'2016-10-17 10:40:13','1900-01-01 00:00:00',1,0,1),(1617,'5436','Asnieres','ASNIERES',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1618,'6321','Asnieres-sur-nouere','ASNIERES-SUR-NOUERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1619,'43879','Asnieres-sur-seine','ASNIERES-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1620,'42863','Aso','ASO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1621,'11586','Asolo','ASOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1622,'3839','Asosa','ASOSA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1623,'7524','Aspatria','ASPATRIA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1624,'34703','Aspen','ASPEN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1625,'22482','Asperg','ASPERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1626,'37185','Aspermont','ASPERMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1627,'37870','Aspers','ASPERS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1628,'43307','Aspin En Lavedan','ASPIN EN LAVEDAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1629,'5028','Aspin-en-lavedan','ASPIN-EN-LAVEDAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1630,'7525','Aspley Guise','ASPLEY GUISE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1631,'11114','Aspra','ASPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1632,'39299','Asprangeloi','ASPRANGELOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1633,'37339','Aspres-sur-buech','ASPRES-SUR-BUECH',NULL,'','France','',0,0,76,'2016-10-17 10:40:14','1900-01-01 00:00:00',1,0,1),(1634,'9640','Asprovalta','ASPROVALTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1635,'38777','Assaf Harofeh','ASSAF HAROFEH',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1636,'11115','Assago','ASSAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1637,'12815','Assemini','ASSEMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1638,'14492','Assen','ASSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1639,'2185','Assens','ASSENS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1640,'11116','Assenza Di Brenzone','ASSENZA DI BRENZONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1641,'6281','Assevillers','ASSEVILLERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1642,'22936','Assiniboia','ASSINIBOIA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1643,'11587','Assisi','ASSISI',NULL,'','Italy','Assisi',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1644,'35466','Assisi-bettona','ASSISI-BETTONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1645,'2416','Assiut','ASSIUT',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1646,'24369','Assmannshausen','ASSMANNSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1647,'37734','Assos','ASSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1648,'36801','Assos','ASSOS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1649,'42525','Astakos','ASTAKOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1650,'13435','Astana','ASTANA',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1651,'14588','Asten','ASTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1652,'12798','Asti','ASTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1653,'6888','Aston','ASTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:15','1900-01-01 00:00:00',1,0,1),(1654,'29805','Aston Mills','ASTON MILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1655,'37216','Astor','ASTOR',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1656,'3432','Astorga','ASTORGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1657,'28615','Astoria','ASTORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1658,'16306','Astrakhan','ASTRAKHAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1659,'43058','Astros','ASTROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1660,'1414','Asturias','ASTURIAS',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1661,'42524','Astypalaia','ASTYPALAIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1662,'43177','Asuncion','ASUNCION',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1663,'16108','Asuncion','ASUNCION',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1664,'2454','Aswan','ASWAN',NULL,'','Egypt','Aswan',0,0,65,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1665,'10348','Atambua','ATAMBUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1666,'13224','Atami','ATAMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1667,'32345','Ataq','ATAQ',NULL,'','Yemen','',0,0,240,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1668,'3182','Atarfe','ATARFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1669,'18273','Atascadero','ATASCADERO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1670,'30448','Atascosa','ATASCOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:16','1900-01-01 00:00:00',1,0,1),(1671,'36795','Atata Island','ATATA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1672,'17196','Ataturk International Airport (Ist)','ATATURK INTERNATIONAL AIRPORT (IST)',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1673,'21022','Atchison','ATCHISON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1674,'15403','Ate','ATE',NULL,'','Peru','',0,0,172,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1675,'11588','Atena Lucana','ATENA LUCANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1676,'24195','Atenas','ATENAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1677,'25269','Athabasca','ATHABASCA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1678,'40479','Athboy','ATHBOY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1679,'41968','Athenry','ATHENRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1680,'9434','Athens','ATHENS',NULL,'','Greece','Athens',0,0,86,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1681,'28616','Athens','ATHENS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1682,'7527','Atherstone','ATHERSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1683,'18274','Atherton','ATHERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1684,'26654','Atherton','ATHERTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1685,'6889','Atherton','ATHERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:17','1900-01-01 00:00:00',1,0,1),(1686,'39378','Athirapally','ATHIRAPALLY',NULL,'','India','Athirappilly',3,0,101,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1687,'4664','Athis-mons','ATHIS-MONS',NULL,'','France','',0,0,76,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1688,'10942','Athlone','ATHLONE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1689,'20328','Athol','ATHOL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1690,'34383','Atholville','ATHOLVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1691,'42610','Athoor','ATHOOR',NULL,'','India','',0,0,101,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1692,'44316','Athos','ATHOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1693,'44252','Athuruga','ATHURUGA',NULL,'','Maldives','',0,0,133,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1694,'10886','Athy','ATHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1695,'25195','Atibaia','ATIBAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1696,'34437','Atikokan','ATIKOKAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1697,'41753','Atitlan','ATITLAN',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1698,'24067','Atiu','ATIU',NULL,'','Cook Islands','',0,0,53,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1699,'14104','Atizapan De Zaragoza','ATIZAPAN DE ZARAGOZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1700,'17563','Atka','ATKA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1701,'31037','Atkins','ATKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1702,'13775','Atlacomulco','ATLACOMULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1703,'37071','Atlandtida','ATLANDTIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1704,'19701','Atlanta','ATLANTA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:18','1900-01-01 00:00:00',1,0,1),(1705,'36845','Atlanta-hartsfield','ATLANTA-HARTSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1706,'20156','Atlantic','ATLANTIC',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1707,'39079','Atlantida','ATLANTIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1708,'1664','Atlit','ATLIT',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1709,'14065','Atlixco','ATLIXCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1710,'17483','Atman','ATMAN',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1711,'17564','Atmautluak','ATMAUTLUAK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1712,'17833','Atmore','ATMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1713,'16537','Atoifi','ATOIFI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1714,'32876','Atoka','ATOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:19','1900-01-01 00:00:00',1,0,1),(1715,'14011','Atoyac','ATOYAC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1716,'17565','Atqasuk','ATQASUK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1717,'11117','Atrani','ATRANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1718,'38293','Atri','ATRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1719,'13120','Atsubetsu','ATSUBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1720,'13395','Atsugi','ATSUGI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1721,'17834','Attalla','ATTALLA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1722,'14194','Attard','ATTARD',NULL,'','Malta','',0,0,135,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1723,'34438','Attawapiskat','ATTAWAPISKAT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1724,'22693','Attenkirchen','ATTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1725,'27122','Attersee','ATTERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1726,'10490','Attibele','ATTIBELE',NULL,'','India','',0,0,101,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1727,'28617','Attica','ATTICA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1728,'37996','Attigliano','ATTIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1729,'21300','Attleboro','ATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1730,'37476','Attleborough','ATTLEBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1731,'43704','Attwood','ATTWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1732,'16154','Atuona','ATUONA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1733,'13609','Aturuwella','ATURUWELLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:40:20','1900-01-01 00:00:00',1,0,1),(1734,'22310','Atwater','ATWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1735,'13436','Atyrau','ATYRAU',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1736,'6383','Aubagne','AUBAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1737,'5886','Aubais','AUBAIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1738,'4123','Aube','AUBE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1739,'6574','Aubenas','AUBENAS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1740,'5709','Auberive','AUBERIVE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1741,'4665','Aubervilliers','AUBERVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1742,'5019','Aubiere','AUBIERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1743,'40141','Aubignan','AUBIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1744,'4124','Aubigné-racan','AUBIGNÉ-RACAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1745,'5617','Aubigny-sur-nere','AUBIGNY-SUR-NERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1746,'17835','Auburn','AUBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:21','1900-01-01 00:00:00',1,0,1),(1747,'21303','Auburndale','AUBURNDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1748,'5364','Aubusson','AUBUSSON',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1749,'26655','Auchenflower','AUCHENFLOWER',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1750,'7528','Auchterarder','AUCHTERARDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1751,'15180','Auckland','AUCKLAND',NULL,'','New Zealand','Auckland',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1752,'36510','Auckland-manukau','AUCKLAND-MANUKAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1753,'36513','Auckland-takapuna','AUCKLAND-TAKAPUNA',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1754,'9314','Audenshaw','AUDENSHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1755,'5512','Audierne','AUDIERNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1756,'5365','Audrieu','AUDRIEU',NULL,'','France','',0,0,76,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1757,'28189','Audubon','AUDUBON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1758,'22483','Auendorf','AUENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1759,'22484','Auerbach','AUERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1760,'22694','Aufkirchen','AUFKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:22','1900-01-01 00:00:00',1,0,1),(1761,'5618','Augerville-la-riviere','AUGERVILLE-LA-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1762,'10956','Aughrim','AUGHRIM',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1763,'6016','Augny','AUGNY',NULL,'','France','',0,0,76,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1764,'22695','Augsburg','AUGSBURG',NULL,'','Germany','Augsburg',0,0,83,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1765,'13090','August Town','AUGUST TOWN',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1766,'21976','Augusta','AUGUSTA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1767,'39456','Augusta','AUGUSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1768,'26578','Augusta','AUGUSTA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1769,'2288','Augustenborg','AUGUSTENBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1770,'15681','Augustow','AUGUSTOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1771,'27123','Auhof','AUHOF',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1772,'16538','Auki','AUKI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1773,'25694','Auld Cove','AULD COVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:23','1900-01-01 00:00:00',1,0,1),(1774,'22485','Aulendorf','AULENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1775,'40506','Auli','AULI',NULL,'','India','Auli',9,0,101,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1776,'11589','Aulla','AULLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1777,'5289','Aulnat','AULNAT',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1778,'43094','Aulnay Sous Bois','AULNAY SOUS BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1779,'4125','Aulnay-sous-bois','AULNAY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1780,'5990','Aulon','AULON',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1781,'38716','Ault','AULT',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1782,'7529','Aultbea','AULTBEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1783,'5793','Aumale','AUMALE',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1784,'5887','Aumont-aubrac','AUMONT-AUBRAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1785,'5619','Aunay-sous-crecy','AUNAY-SOUS-CRECY',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1786,'25939','Aupaluk','AUPALUK',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1787,'6384','Aups','AUPS',NULL,'','France','',0,0,76,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1788,'14146','Aur','AUR',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1789,'2072','Aurach','AURACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:24','1900-01-01 00:00:00',1,0,1),(1790,'10491','Aurangabad','AURANGABAD',NULL,'','India','Aurangabad',5,0,101,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1791,'5513','Auray','AURAY',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1792,'5146','Aureilhan','AUREILHAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1793,'4844','Auribeau-sur-siagne','AURIBEAU-SUR-SIAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1794,'22486','Aurich','AURICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1795,'5290','Aurillac','AURILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1796,'3047','Auritz-burguete','AURITZ-BURGUETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1797,'36469','Aurland','AURLAND',NULL,'','Norway','Aurland',0,0,164,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1798,'6385','Auron','AURON',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1799,'6386','Aurons','AURONS',NULL,'','France','',0,0,76,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1800,'39702','Auronzo Di Cadore','AURONZO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1801,'34705','Aurora','AURORA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:25','1900-01-01 00:00:00',1,0,1),(1802,'34439','Aurora','AURORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1803,'26176','Aurukun Mission','AURUKUN MISSION',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1804,'23476','Ausserberg','AUSSERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1805,'23126','Aussersihl','AUSSERSIHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1806,'6575','Aussois','AUSSOIS',NULL,'','France','',0,0,76,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1807,'19705','Austell','AUSTELL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1808,'28620','Austerlitz','AUSTERLITZ',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1809,'22311','Austin','AUSTIN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:26','1900-01-01 00:00:00',1,0,1),(1810,'30454','Austin-bergstrom International Airport (Aus)','AUSTIN-BERGSTROM INTERNATIONAL AIRPORT (AUS)',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1811,'29241','Austinburg','AUSTINBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1812,'29243','Austintown','AUSTINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1813,'41725','Austrian Alps','AUSTRIAN ALPS',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1814,'4949','Autrans','AUTRANS',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1815,'5437','Autun','AUTUN',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1816,'5438','Auxerre','AUXERRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1817,'5888','Auxillac','AUXILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1818,'38548','Auxonne','AUXONNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1819,'5991','Auzances','AUZANCES',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1820,'27576','Ava','AVA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1821,'40089','Availles-en-chatellerault','AVAILLES-EN-CHATELLERAULT',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1822,'14785','Avaldsnes','AVALDSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1823,'4126','Avallon','AVALLON',NULL,'','France','',0,0,76,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1824,'43685','Avalon','AVALON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1825,'18277','Avalon','AVALON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1826,'14029','Avandaro','AVANDARO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1827,'17184','Avanos','AVANOS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:27','1900-01-01 00:00:00',1,0,1),(1828,'16155','Avatoru','AVATORU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1829,'44310','Avaza','AVAZA',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1830,'38019','Avdira','AVDIRA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1831,'9437','Avdou','AVDOU',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1832,'7530','Avebury','AVEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1833,'15849','Aveiro','AVEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1834,'39561','Avelengo','AVELENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1835,'29807','Avella','AVELLA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1836,'26064','Avellaneda','AVELLANEDA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1837,'11590','Avellino','AVELLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1838,'35659','Avellino-solofra','AVELLINO-SOLOFRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1839,'4127','Avenay-val-d Or','AVENAY-VAL-D OR',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1840,'23127','Avenches','AVENCHES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1841,'28191','Avenel','AVENEL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1842,'37958','Avensan','AVENSAN',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1843,'19255','Aventura','AVENTURA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1844,'31291','Averill','AVERILL',NULL,'','United States','',0,0,231,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1845,'5291','Avermes','AVERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1846,'14786','Averoy','AVEROY',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:28','1900-01-01 00:00:00',1,0,1),(1847,'39041','Aversa','AVERSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1848,'6212','Avessac','AVESSAC',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1849,'16737','Avesta','AVESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1850,'38591','Avetrana','AVETRANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1851,'4128','Aveyron','AVEYRON',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1852,'40449','Aveze','AVEZE',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1853,'11591','Avezzano','AVEZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1854,'9641','Avgonima','AVGONIMA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1855,'42316','Aviano','AVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1856,'11119','Aviatico','AVIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1857,'7531','Aviemore','AVIEMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1858,'36225','Aviernoz','AVIERNOZ',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1859,'11592','Avigliana','AVIGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1860,'5763','Avignon','AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1861,'2515','Avila','AVILA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1862,'18278','Avila Beach','AVILA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1863,'3076','Aviles','AVILES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1864,'30455','Avinger','AVINGER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1865,'2517','Avinyonet De Puigventos','AVINYONET DE PUIGVENTOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:29','1900-01-01 00:00:00',1,0,1),(1866,'20436','Aviston','AVISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1867,'2270','Avlum','AVLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1868,'29808','Avoca','AVOCA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1869,'41494','Avoca','AVOCA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1870,'34085','Avoca Beach','AVOCA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1871,'5366','Avoine','AVOINE',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1872,'6213','Avoise','AVOISE',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1873,'40748','Avola','AVOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1874,'33766','Avon','AVON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1875,'5837','Avon','AVON',NULL,'','France','',0,0,76,'2016-10-17 10:40:30','1900-01-01 00:00:00',1,0,1),(1876,'18102','Avondale','AVONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1877,'26177','Avondale Heights','AVONDALE HEIGHTS',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1878,'5620','Avord','AVORD',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1879,'5080','Avoriaz','AVORIAZ',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1880,'4989','Avranches','AVRANCHES',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1881,'41585','Avranches-mont-saint-michel','AVRANCHES-MONT-SAINT-MICHEL',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1882,'6017','Avricourt','AVRICOURT',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1883,'6214','Avrille','AVRILLE',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1884,'22994','Avry-devant-pont','AVRY-DEVANT-PONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1885,'16436','Avtovo','AVTOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1886,'16539','Avu Avu','AVU AVU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1887,'35706','Awaji','AWAJI',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1888,'43066','Awajishima','AWAJISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1889,'3840','Awareh','AWAREH',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1890,'2445','Awsim','AWSIM',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1891,'42806','Ax Les Thermes','AX LES THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:31','1900-01-01 00:00:00',1,0,1),(1892,'37179','Axams','AXAMS',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1893,'9260','Axbridge','AXBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1894,'4855','Ax-les-thermes','AX-LES-THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1895,'7532','Axminster','AXMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1896,'3841','Axum','AXUM',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1897,'15389','Ayacucho','AYACUCHO',NULL,'','Peru','',0,0,172,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1898,'41329','Ayala','AYALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1899,'3183','Ayamonte','AYAMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1900,'14030','Ayapango','AYAPANGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1901,'39893','Ayas','AYAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1902,'10141','Ayawasi','AYAWASI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1903,'17324','Aydin','AYDIN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1904,'3048','Ayegui','AYEGUI',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1905,'38847','Ayen','AYEN',NULL,'','France','',0,0,76,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1906,'21305','Ayer','AYER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1907,'3313','Ayerbe','AYERBE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1908,'25940','Ayers Cliff','AYERS CLIFF',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1909,'35898','Ayers Rock','AYERS ROCK',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1910,'24279','Ayia Marina','AYIA MARINA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1911,'9642','Ayia Varvara','AYIA VARVARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1912,'9643','Ayioi Anaryiroi','AYIOI ANARYIROI',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1913,'9644','Ayios Dhimitrios','AYIOS DHIMITRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:32','1900-01-01 00:00:00',1,0,1),(1914,'7533','Aylesbury','AYLESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1915,'43232','Aylesford','AYLESFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1916,'25941','Aylmer','AYLMER',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1917,'7534','Aylmerton','AYLMERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1918,'37291','Ayna','AYNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1919,'35899','Ayr','AYR',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1920,'7535','Ayr','AYR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1921,'6890','Ayrshire','AYRSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1922,'26656','Ayton','AYTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1923,'39790','Aytre','AYTRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1925,'14012','Ayutla','AYUTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1926,'36726','Ayutthaya','AYUTTHAYA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1927,'17348','Ayvali','AYVALI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1928,'17232','Ayvalik','AYVALIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1929,'38473','Aywaille','AYWAILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1930,'19257','Azalea Park','AZALEA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:33','1900-01-01 00:00:00',1,0,1),(1931,'15912','Azaruja','AZARUJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1932,'4129','Azay Le Rideau','AZAY LE RIDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1933,'41584','Azay-le-rideau','AZAY-LE-RIDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1934,'13970','Azcapotzalco','AZCAPOTZALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1935,'36563','Azeitao','AZEITAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1936,'6018','Azerailles','AZERAILLES',NULL,'','France','',0,0,76,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1937,'30456','Azle','AZLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1938,'38525','Aznalcázar','AZNALCÁZAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1939,'2959','Azofra','AZOFRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1940,'11069','Azor','AZOR',NULL,'','Israel','',0,0,106,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1941,'1573','Azores','AZORES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1942,'40087','Azpeitia','AZPEITIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1943,'28498','Aztec','AZTEC',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1944,'41741','Azul','AZUL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1945,'42864','Azumino','AZUMINO',NULL,'','Japan','',0,0,110,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1946,'3398','Azuqueca De Henares','AZUQUECA DE HENARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1947,'16024','Azurara','AZURARA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1948,'18279','Azusa','AZUSA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:34','1900-01-01 00:00:00',1,0,1),(1949,'11594','Azzate','AZZATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1950,'32277','Ba Queo','BA QUEO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1951,'13719','Baa Atoll','BAA ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1952,'43140','Baalbeck','BAALBECK',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1953,'23128','Baar','BAAR',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1954,'14565','Baarlo','BAARLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1955,'14676','Baarn','BAARN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1956,'16660','Baastad','BAASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1957,'22313','Babbitt','BABBITT',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1958,'42285','Babeldaob','BABELDAOB',NULL,'','Palau','',0,0,167,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1959,'387','Babenhausen','BABENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1960,'10306','Babo','BABO',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1961,'21306','Babson Park','BABSON PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1962,'16311','Babushkin','BABUSHKIN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1963,'28624','Babylon','BABYLON',NULL,'','United States','',0,0,231,'2016-10-17 10:40:35','1900-01-01 00:00:00',1,0,1),(1964,'34707','Baca Grande','BACA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1965,'39387','Bacalar','BACALAR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1966,'16208','Bacau','BACAU',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1967,'35460','Baccaiano','BACCAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1968,'6019','Baccarat','BACCARAT',NULL,'','France','',0,0,76,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1969,'2044','Bacharach','BACHARACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1970,'6891','Backbarrow','BACKBARROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1971,'39470','Baclayon','BACLAYON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1972,'30457','Bacliff','BACLIFF',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1973,'11595','Bacoli','BACOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1974,'15479','Bacolod','BACOLOD',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1975,'7536','Bacton','BACTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1976,'22696','Bad Aibling','BAD AIBLING',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1977,'24409','Bad Aussee','BAD AUSSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1978,'21977','Bad Axe','BAD AXE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:36','1900-01-01 00:00:00',1,0,1),(1979,'23129','Bad Ragaz','BAD RAGAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:42','1900-01-01 00:00:00',1,0,1),(1980,'3314','Badaguás','BADAGUÁS',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1981,'3631','Badajoz','BADAJOZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1982,'3517','Badalona','BADALONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1983,'42611','Badami','BADAMI',NULL,'','India','Badami',17,0,101,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1984,'42989','Badaran','BADARAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1985,'2960','Badarán','BADARÁN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1986,'25695','Baddeck','BADDECK',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:44','1900-01-01 00:00:00',1,0,1),(1987,'40555','Baddi','BADDI',NULL,'','India','Baddi',1,0,101,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1988,'10218','Bade','BADE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1989,'24540','Baden','BADEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1990,'39463','Baden','BADEN',NULL,'','France','',0,0,76,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1991,'23427','Baden','BADEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1992,'22502','Baden-baden','BADEN-BADEN',NULL,'','Germany','Baden-Baden',0,0,83,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1993,'22503','Badenweiler','BADENWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1994,'12760','Badesi','BADESI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1995,'35873','Badgastein','BADGASTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1996,'14622','Badhoevedorp','BADHOEVEDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1997,'15439','Badian','BADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1998,'15291','Badin','BADIN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(1999,'6892','Badminton','BADMINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2000,'11596','Badolato','BADOLATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2001,'10383','Badrinath','BADRINATH',NULL,'','India','Badrinath',9,0,101,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2002,'7537','Badsworth','BADSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2003,'26178','Badu Island','BADU ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2004,'6020','Baerenthal','BAERENTHAL',NULL,'','France','',0,0,76,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2005,'44020','Baerum','BAERUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2006,'3184','Baeza','BAEZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:45','1900-01-01 00:00:00',1,0,1),(2007,'24012','Bafoussam','BAFOUSSAM',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2008,'36395','Bagan','BAGAN',NULL,'','Myanmar','',0,0,150,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2009,'42622','Bagani','BAGANI',NULL,'','Namibia','',0,0,151,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2010,'42612','Bagar','BAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2011,'18103','Bagdad','BAGDAD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2012,'10384','Bagdogra','BAGDOGRA',NULL,'','India','Bagdogra',12,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2013,'43242','Bagergue','BAGERGUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2014,'38784','Bageshwar','BAGESHWAR',NULL,'','India','Bageshwar',9,0,101,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2015,'3908','Baggholma','BAGGHOLMA',NULL,'','Finland','',0,0,75,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2016,'11597','Baggio','BAGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2017,'42266','Baghdad','BAGHDAD',NULL,'','Iraq','',0,0,104,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2018,'11598','Bagheria','BAGHERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2019,'11599','Bagnacavallo','BAGNACAVALLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2020,'11600','Bagnaia','BAGNAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2021,'11121','Bagnatica','BAGNATICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2022,'6068','Bagneres-de-bigorre','BAGNERES-DE-BIGORRE',NULL,'','France','',0,0,76,'2016-10-17 10:40:46','1900-01-01 00:00:00',1,0,1),(2023,'43952','Bagneres-de-luchon','BAGNERES-DE-LUCHON',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2024,'4919','Bagnères-de-luchon','BAGNÈRES-DE-LUCHON',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2025,'11601','Bagni Di Lucca','BAGNI DI LUCCA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2026,'11602','Bagno A Ripoli','BAGNO A RIPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2027,'41583','Bagnoles-de-l Orne','BAGNOLES-DE-L ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2028,'5367','Bagnoles-de-l\'orne','BAGNOLES-DE-L\'ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2029,'4666','Bagnolet','BAGNOLET',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2030,'35461','Bagnoli Irpino','BAGNOLI IRPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2031,'5292','Bagnols','BAGNOLS',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2032,'5889','Bagnols-sur-ceze','BAGNOLS-SUR-CEZE',NULL,'','France','',0,0,76,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2033,'35462','Bagnore','BAGNORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2034,'11604','Bagnoregio','BAGNOREGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2035,'25942','Bagotville','BAGOTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2036,'7538','Bagshot','BAGSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2037,'15506','Baguio','BAGUIO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:47','1900-01-01 00:00:00',1,0,1),(2038,'41060','Bagur','BAGUR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2039,'1159','Bahamas - Out Island','BAHAMAS - OUT ISLAND',NULL,'','BAHAMAS','',0,0,16,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2040,'35968','Bahamas-nassau','BAHAMAS-NASSAU',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2041,'3842','Bahar Dar','BAHAR DAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2042,'34972','Baharia Oasis','BAHARIA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2043,'42569','Bahariya Oasis','BAHARIYA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2044,'15292','Bahawalpur','BAHAWALPUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2045,'26065','Bahia Blanca','BAHIA BLANCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2046,'41630','Bahia De Banderas','BAHIA DE BANDERAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2047,'2402','Bahia De Caraquez','BAHIA DE CARAQUEZ',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2048,'37204','Bahia Inglesa','BAHIA INGLESA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2049,'34929','Bahia Salinas','BAHIA SALINAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2050,'24107','Bahia Solano','BAHIA SOLANO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2051,'24819','Bahrain','BAHRAIN',NULL,'','Bahrain','',0,0,17,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2052,'2452','Bahtim','BAHTIM',NULL,'','Egypt','',0,0,65,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2053,'32293','Bai Chay','BAI CHAY',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2054,'16970','Bai Lan','BAI LAN',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2055,'11605','Baia','BAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:48','1900-01-01 00:00:00',1,0,1),(2056,'16209','Baia Mare','BAIA MARE',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2057,'40587','Baião','BAIÃO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2059,'25943','Baie Comeau','BAIE COMEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2060,'2055','Baiersbronn','BAIERSBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2061,'40956','Baie-sainte-catherine','BAIE-SAINTE-CATHERINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2062,'25946','Baie-saint-paul Area','BAIE-SAINT-PAUL AREA',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2063,'25947','Baie-st-paul','BAIE-ST-PAUL',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2064,'4130','Baigts-de-béarn','BAIGTS-DE-BÉARN',NULL,'','France','',0,0,76,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2065,'10492','Baihar','BAIHAR',NULL,'','India','',0,0,101,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2066,'16210','Baile Felix','BAILE FELIX',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2067,'3185','Bailen','BAILEN',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2068,'33071','Bailey','BAILEY',NULL,'','United States','',0,0,231,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2069,'37909','Baileys Bay','BAILEYS BAY',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2070,'31038','Baileys Crossroads','BAILEYS CROSSROADS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:49','1900-01-01 00:00:00',1,0,1),(2071,'5890','Baillargues','BAILLARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2072,'41582','Baillet En France','BAILLET EN FRANCE',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2073,'5368','Bailleul','BAILLEUL',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2074,'5838','Bailly-romainvilliers','BAILLY-ROMAINVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2075,'14248','Bain Boeuf','BAIN BOEUF',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2076,'9981','Baina','BAINA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2077,'28625','Bainbridge','BAINBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2078,'34993','Baiona','BAIONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2079,'26484','Bairnsdale','BAIRNSDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2080,'15991','Bairro Alto','BAIRRO ALTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2081,'36014','Baishan','BAISHAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2082,'6576','Baix','BAIX',NULL,'','France','',0,0,76,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2083,'43708','Baix Maestrat','BAIX MAESTRAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2084,'15789','Baixa','BAIXA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2085,'23562','Baiyun','BAIYUN',NULL,'','China','',0,0,46,'2016-10-17 10:40:50','1900-01-01 00:00:00',1,0,1),(2086,'23564','Baiyunguan','BAIYUNGUAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2087,'38727','Baja','BAJA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2088,'44237','Baja California','BAJA CALIFORNIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2089,'3358','Bajamar','BAJAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2090,'10349','Bajawa','BAJAWA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2091,'14287','Bakalalan','BAKALALAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2092,'9389','Bakau','BAKAU',NULL,'','Gambia','',0,0,81,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2093,'16523','Bakel','BAKEL',NULL,'','Senegal','',0,0,187,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2094,'21168','Baker','BAKER',NULL,'','United States','',0,0,231,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2095,'25787','Baker Lake','BAKER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2096,'18281','Bakersfield','BAKERSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2097,'7539','Bakewell','BAKEWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2098,'10967','Bakkafjordur','BAKKAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2099,'24570','Baku','BAKU',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2100,'42260','Bakuriani','BAKURIANI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2101,'7540','Bala','BALA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2102,'14249','Balaclava','BALACLAVA',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2103,'16448','Balakovo','BALAKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:51','1900-01-01 00:00:00',1,0,1),(2104,'5891','Balaruc-les-bains','BALARUC-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2105,'5892','Balaruc-le-vieux','BALARUC-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2106,'16364','Balashikha','BALASHIKHA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2107,'43317','Balaton','BALATON',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2108,'10116','Balatonalmadi','BALATONALMADI',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2109,'10102','Balatonfoldvar','BALATONFOLDVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2110,'10117','Balatonfured','BALATONFURED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2111,'10123','Balatongyorok','BALATONGYOROK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2112,'10118','Balatonkenese','BALATONKENESE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2113,'40167','Balatonlelle','BALATONLELLE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2114,'42616','Balatonmariafurdo','BALATONMARIAFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2115,'37510','Balatonmáriafurdo','BALATONMÁRIAFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2116,'38610','Balatonszarszo','BALATONSZARSZO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2117,'10119','Balatonvilagos','BALATONVILAGOS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2118,'18283','Balboa','BALBOA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2119,'10826','Balbriggan','BALBRIGGAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2120,'30458','Balch Springs','BALCH SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2121,'24814','Balchik','BALCHIK',NULL,'','Bulgaria','Balchik',0,0,34,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2122,'35215','Balcombe','BALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:52','1900-01-01 00:00:00',1,0,1),(2123,'42145','Bald Knob','BALD KNOB',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2124,'6753','Baldenheim','BALDENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2125,'40652','Baldersheim','BALDERSHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2126,'22708','Baldham','BALDHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2127,'7541','Baldock','BALDOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2128,'10827','Baldoyle','BALDOYLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2129,'19259','Baldwin','BALDWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2130,'28626','Baldwinsville','BALDWINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2131,'14974','Balestrand','BALESTRAND',NULL,'','Norway','Balestrand',0,0,164,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2132,'40297','Balestrate','BALESTRATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2133,'39056','Balestrino','BALESTRINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2134,'43013','Balfour','BALFOUR',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2135,'32620','Balgowan','BALGOWAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2136,'10142','Bali','BALI',NULL,'','Indonesia','Bali',22,0,102,'2016-10-17 10:40:53','2018-02-05 06:27:03',1,0,1),(2137,'10143','Baliem Valley','BALIEM VALLEY',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:53','1900-01-01 00:00:00',1,0,1),(2138,'10385','Baliganja','BALIGANJA',NULL,'','India','',0,0,101,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2139,'10386','Balihati','BALIHATI',NULL,'','India','',0,0,101,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2140,'1644','Balikesir','BALIKESIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2141,'10332','Balikpapan','BALIKPAPAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2142,'22504','Balingen','BALINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2143,'35367','Bali-nusa Dua','BALI-NUSA DUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2144,'9438','Balio','BALIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2145,'23941','Balizhuang','BALIZHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2146,'44307','Balkanabat','BALKANABAT',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2147,'10769','Balla','BALLA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2148,'7542','Ballachulish','BALLACHULISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2149,'16540','Ballalae','BALLALAE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2150,'39969','Ballandean','BALLANDEAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2151,'7543','Ballantrae','BALLANTRAE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2152,'26884','Ballarat','BALLARAT',NULL,'','Australia','Ballarat',0,0,13,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2153,'18287','Ballard','BALLARD',NULL,'','United States','',0,0,231,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2154,'1627','Ballatar','BALLATAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2155,'7544','Ballater','BALLATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2156,'40912','Ballbunion, Co.kerry','BALLBUNION, CO.KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2157,'24234','Ballena','BALLENA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2158,'1924','Ballenstedt','BALLENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2159,'2204','Ballerup','BALLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2160,'38488','Ballesteros De Calatrava','BALLESTEROS DE CALATRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2161,'10901','Ballina','BALLINA',NULL,'','Ireland','Ballina',0,0,105,'2016-10-17 10:40:54','1900-01-01 00:00:00',1,0,1),(2162,'34086','Ballina','BALLINA',NULL,'','Australia','Ballina',0,0,13,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2163,'38677','Ballinamore','BALLINAMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2164,'10861','Ballinasloe','BALLINASLOE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2165,'10796','Ballincollig','BALLINCOLLIG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2166,'41187','Ballindalloch','BALLINDALLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2167,'10797','Ballingeary','BALLINGEARY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2168,'37253','Ballinskelligs','BALLINSKELLIGS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2169,'37842','Ballintogher','BALLINTOGHER',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2170,'32390','Ballito','BALLITO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2171,'43275','Balloch','BALLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2172,'10828','Ballsbridge - Sandymount','BALLSBRIDGE - SANDYMOUNT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2173,'28627','Ballston Spa','BALLSTON SPA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2174,'39698','Ballum','BALLUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2175,'10493','Bally','BALLY',NULL,'','India','',0,0,101,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2176,'10817','Ballybofey','BALLYBOFEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2177,'35386','Ballybunion','BALLYBUNION',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2178,'41523','Ballybunnion','BALLYBUNNION',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2179,'7545','Ballycastle','BALLYCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2180,'7546','Ballyclare','BALLYCLARE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2181,'35407','Ballyconnell','BALLYCONNELL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2182,'10798','Ballycotton','BALLYCOTTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2183,'37646','Ballydavid','BALLYDAVID',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2184,'35216','Ballygalley','BALLYGALLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2185,'9249','Ballygally','BALLYGALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:55','1900-01-01 00:00:00',1,0,1),(2186,'10924','Ballygawley','BALLYGAWLEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2187,'7547','Ballygawley','BALLYGAWLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2188,'10874','Ballyheige','BALLYHEIGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2189,'41525','Ballyheigue','BALLYHEIGUE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2190,'10708','Ballykisteen','BALLYKISTEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2191,'41526','Ballylickey','BALLYLICKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2192,'7548','Ballymena','BALLYMENA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2193,'37384','Ballymoney','BALLYMONEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2194,'7549','Ballynahinch','BALLYNAHINCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2195,'10928','Ballyvaughan','BALLYVAUGHAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2196,'6069','Balma','BALMA',NULL,'','France','',0,0,76,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2197,'23506','Balmaceda','BALMACEDA',NULL,'','Chile','',0,0,45,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2198,'7550','Balmaha','BALMAHA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:56','1900-01-01 00:00:00',1,0,1),(2199,'34087','Balmain','BALMAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2200,'24966','Balneario Camboriu','BALNEARIO CAMBORIU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2201,'39742','Balrampur','BALRAMPUR',NULL,'','India','Balrampur',6,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2202,'34088','Balranald','BALRANALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2203,'33768','Balsam','BALSAM',NULL,'','United States','',0,0,231,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2204,'16780','Balsta','BALSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2205,'23130','Balsthal','BALSTHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2206,'41445','Baltezers','BALTEZERS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2207,'44304','Balti City','BALTI CITY',NULL,'','Moldova','',0,0,144,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2208,'1170','Baltic Coast','BALTIC COAST',NULL,'','POLAND','',0,0,174,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2209,'24380','Baltic Sea Coast (Mecklenburg - West Pomerania)','BALTIC SEA COAST (MECKLENBURG - WEST POMERANIA)',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2210,'10799','Baltimore','BALTIMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2211,'21636','Baltimore','BALTIMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2212,'27176','Baltrum','BALTRUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2213,'10494','Balurghat','BALURGHAT',NULL,'','India','',0,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2214,'16200','Balvanyos','BALVANYOS',NULL,'','Romania','',0,0,179,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2215,'26180','Balwyn','BALWYN',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2216,'25270','Balzac','BALZAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2217,'26381','Bamaga','BAMAGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2218,'40910','Bamako','BAMAKO',NULL,'','Mali','',0,0,134,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2219,'10387','Bamangachhi','BAMANGACHHI',NULL,'','India','',0,0,101,'2016-10-17 10:40:57','1900-01-01 00:00:00',1,0,1),(2220,'16942','Bambarra','BAMBARRA',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2221,'30287','Bamberg','BAMBERG',NULL,'','United States','',0,0,231,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2222,'22709','Bamberg','BAMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2223,'41297','Bambito','BAMBITO',NULL,'','Panama','',0,0,169,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2224,'35423','Bambora','BAMBORA',NULL,'','India','',0,0,101,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2225,'7551','Bamburgh','BAMBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2226,'43109','Bamburi','BAMBURI',NULL,'','Kenya','',0,0,113,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2227,'24011','Bamenda','BAMENDA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2228,'25388','Bamfield','BAMFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2229,'7552','Bamford','BAMFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2230,'7553','Bampton (Cumbria)','BAMPTON (CUMBRIA)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2231,'17084','Ban Khlong Tan','BAN KHLONG TAN',NULL,'','Thailand','',0,0,215,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2232,'10144','Banaina','BANAINA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2233,'39115','Banamichi','BANAMICHI',NULL,'','Mexico','',0,0,141,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2234,'43684','Banana','BANANA',NULL,'','Australia','',0,0,13,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2235,'15471','Banaue','BANAUE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:40:58','1900-01-01 00:00:00',1,0,1),(2236,'23883','Banbidian','BANBIDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2237,'7555','Banbury','BANBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2238,'40185','Banchette','BANCHETTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2239,'7556','Banchory','BANCHORY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2240,'43153','Banciao','BANCIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2241,'34440','Bancroft','BANCROFT',NULL,'','Canada','',0,0,39,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2242,'10273','Banda Aceh','BANDA ACEH',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2243,'10339','Bandanaira','BANDANAIRA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2244,'14288','Bandar Baru Bangi','BANDAR BARU BANGI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2245,'10145','Bandar Lampung','BANDAR LAMPUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2246,'25250','Bandar Seri Begawan','BANDAR SERI BEGAWAN',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2247,'13615','Bandarawela','BANDARAWELA',NULL,'','Sri Lanka','Bandarawela',0,0,200,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2248,'30459','Bandera','BANDERA',NULL,'','United States','',0,0,231,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2249,'40802','Bandhavgarh','BANDHAVGARH',NULL,'','India','',15,0,101,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2250,'1783','Banding Island','BANDING ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2251,'39230','Bandipur','BANDIPUR',NULL,'','India','',17,0,101,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2252,'43974','Bandipur','BANDIPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2253,'17262','Bandirma','BANDIRMA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2254,'6387','Bandol','BANDOL',NULL,'','France','',0,0,76,'2016-10-17 10:40:59','1900-01-01 00:00:00',1,0,1),(2255,'29614','Bandon','BANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2256,'32622','Bandundu','BANDUNDU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2257,'10219','Bandung','BANDUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2258,'7557','Banff','BANFF',NULL,'','United Kingdom','Banff',0,0,229,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2259,'25271','Banff','BANFF',NULL,'','Canada','Banff',0,0,39,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2260,'26066','Banfield','BANFIELD',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2261,'17033','Bang Kapi','BANG KAPI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2262,'10391','Bangalore(bengaluru)','BANGALORE(BENGALURU)',NULL,'','India','',0,0,101,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2263,'10388','Bangaram Island','BANGARAM ISLAND',NULL,'','India','',0,0,101,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2264,'16973','Bangbao Beach','BANGBAO BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2265,'43043','Bangka','BANGKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2266,'16974','Bangkok','BANGKOK',NULL,'','Thailand','Bangkok Travel | Trip to Bangkok | Bangkok Tour Pa',0,0,215,'2016-10-17 10:41:00','1900-01-01 00:00:00',1,0,1),(2267,'6893','Bangor','BANGOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2268,'21824','Bangor','BANGOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2269,'14289','Bangsar','BANGSAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2270,'7559','Banham','BANHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2271,'24891','Banja Luka','BANJA LUKA',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2272,'10329','Banjarmasin','BANJARMASIN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2273,'9388','Banjul','BANJUL',NULL,'','Gambia','',0,0,81,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2274,'10086','Bank','BANK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2275,'34089','Bankstown','BANKSTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2276,'24801','Bankya','BANKYA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2277,'5515','Bannalec','BANNALEC',NULL,'','France','',0,0,76,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2278,'33769','Banner Elk','BANNER ELK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2279,'18288','Banning','BANNING',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2280,'20437','Bannockburn','BANNOCKBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2281,'15293','Bannu','BANNU',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2282,'2389','Banos','BANOS',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2283,'3186','Banos De La Encina','BANOS DE LA ENCINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2284,'42653','Bansin','BANSIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2285,'42274','Banska Bystrica','BANSKA BYSTRICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2286,'24766','Bansko','BANSKO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2287,'42938','Bantayan Island','BANTAYAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2288,'42788','Banten','BANTEN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:01','1900-01-01 00:00:00',1,0,1),(2289,'10389','Bantra','BANTRA',NULL,'','India','',0,0,101,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2290,'10800','Bantry','BANTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2291,'32435','Bantry Bay','BANTRY BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2292,'37298','Banyalbufar','BANYALBUFAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2293,'39485','Banyoles','BANYOLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2294,'4132','Banyuls Sur Mer','BANYULS SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2295,'43962','Banyuls-sur-mer','BANYULS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2296,'42339','Banyuwangi','BANYUWANGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2297,'823','Banzkow','BANZKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2298,'36015','Bao\'an','BAO\'AN',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2299,'23942','Baodi','BAODI',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2300,'23801','Baoding','BAODING',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2301,'23672','Baoji','BAOJI',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2302,'42175','Baoruco','BAORUCO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2303,'23903','Baoshan','BAOSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2304,'43817','Baoting','BAOTING',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2305,'23874','Baotou','BAOTOU',NULL,'','China','',0,0,46,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2306,'2952','Baquèira','BAQUÈIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2307,'41478','Baqueira Beret','BAQUEIRA BERET',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2308,'32365','Bar','BAR',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2309,'21826','Bar Harbor','BAR HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:02','1900-01-01 00:00:00',1,0,1),(2310,'10495','Bara Bazar','BARA BAZAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2311,'31690','Baraboo','BARABOO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2312,'2519','Baracaldo','BARACALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2313,'1168','Baracoa','BARACOA',NULL,'','CUBA','',0,0,56,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2314,'21978','Baraga','BARAGA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2315,'2353','Barahona','BARAHONA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2316,'43205','Barajas','BARAJAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2317,'42430','Barakaldo','BARAKALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2318,'16541','Barakoma','BARAKOMA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2319,'42144','Baralaba','BARALABA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2320,'10685','Baranagar','BARANAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2321,'11123','Barano D Ischia','BARANO D ISCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2322,'4134','Baraqueville','BARAQUEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2323,'42939','Baras','BARAS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2324,'3049','Barasoain','BARASOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:03','1900-01-01 00:00:00',1,0,1),(2325,'6388','Baratier','BARATIER',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2326,'25230','Barbados','BARBADOS',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2327,'34843','Barbados-maxwell','BARBADOS-MAXWELL',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2328,'34845','Barbados-st Lawrence','BARBADOS-ST LAWRENCE',NULL,'','Barbados','',0,0,19,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2329,'11124','Barbarano Di Salo','BARBARANO DI SALO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2330,'5147','Barbaste','BARBASTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2331,'3315','Barbastro','BARBASTRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2332,'40129','Barbate','BARBATE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2333,'9439','Barbati','BARBATI',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2334,'37504','Barbatre','BARBATRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2335,'38057','Barbentane','BARBENTANE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2336,'2521','Barbera Del Valles','BARBERA DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2337,'2462','Barberà Del Vallès','BARBERÀ DEL VALLÈS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2338,'6577','Barberaz','BARBERAZ',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2339,'5710','Barberey-saint-sulpice','BARBEREY-SAINT-SULPICE',NULL,'','France','',0,0,76,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2340,'11607','Barberino Di Mugello','BARBERINO DI MUGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2341,'31436','Barberton','BARBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:04','1900-01-01 00:00:00',1,0,1),(2342,'32551','Barberton','BARBERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2343,'4135','Barbet','BARBET',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2344,'38924','Barbirey-sur-ouche','BARBIREY-SUR-OUCHE',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2345,'5839','Barbizon','BARBIZON',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2346,'7560','Barbon','BARBON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2347,'4136','Barbotan-les-thermes','BARBOTAN-LES-THERMES',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2348,'31946','Barboursville','BARBOURSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2349,'33585','Barbourville','BARBOURVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2350,'26162','Barbuda','BARBUDA',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2351,'26382','Barcaldine','BARCALDINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2352,'3518','Barcelona','BARCELONA',NULL,'','Spain','Barcelona',0,0,199,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2353,'32182','Barcelona','BARCELONA',NULL,'','Venezuela','Barcelona',0,0,235,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2354,'6389','Barcelonnette','BARCELONNETTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2355,'15790','Barcelos','BARCELOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2356,'14527','Barchem','BARCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2357,'2524','Barco De Avila','BARCO DE AVILA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2358,'39672','Barcus','BARCUS',NULL,'','France','',0,0,76,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2359,'40056','Bard','BARD',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2360,'32795','Bard','BARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2361,'37719','Bardejov','BARDEJOV',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:05','1900-01-01 00:00:00',1,0,1),(2362,'11608','Bardolino','BARDOLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2363,'7561','Bardon Mill','BARDON MILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2364,'12790','Bardonecchia','BARDONECCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2365,'33586','Bardstown','BARDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2366,'41308','Bardu','BARDU',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2367,'14787','Bardufoss','BARDUFOSS',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2368,'37920','Bareges','BAREGES',NULL,'','France','',0,0,76,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2369,'39542','Bareggio','BAREGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2370,'10680','Bareilly','BAREILLY',NULL,'','India','Bareilly',6,0,101,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2371,'14706','Barendrecht','BARENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:06','1900-01-01 00:00:00',1,0,1),(2372,'5794','Barentin','BARENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2373,'6282','Barenton-bugny','BARENTON-BUGNY',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2374,'7562','Barford','BARFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2375,'35463','Barga','BARGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2376,'26657','Bargara','BARGARA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2377,'11609','Barge','BARGE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2378,'6895','Barham','BARHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2379,'12802','Bari','BARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2380,'35516','Bari-conversano','BARI-CONVERSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2381,'26034','Bariloche','BARILOCHE',NULL,'','Argentina','Bariloche',0,0,10,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2382,'32186','Barinas','BARINAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2383,'34090','Barington Tops','BARINGTON TOPS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2384,'14290','Bario','BARIO',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2385,'4137','Barisey-la-côte','BARISEY-LA-CÔTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2386,'5893','Barjac','BARJAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2387,'21979','Bark River','BARK RIVER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:07','1900-01-01 00:00:00',1,0,1),(2388,'15281','Barka','BARKA',NULL,'','Oman','Barka',0,0,165,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2389,'16661','Barkarby','BARKARBY',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2390,'25389','Barkerville','BARKERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2391,'29809','Barkeyville','BARKEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2392,'7563','Barking','BARKING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2393,'42394','Barlad','BARLAD',NULL,'','Romania','',0,0,179,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2394,'7564','Barlborough','BARLBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2395,'6896','Barlby','BARLBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2396,'1925','Barleben','BARLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2397,'12803','Barletta','BARLETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2398,'1726','Barlovento','BARLOVENTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2399,'26444','Barmera','BARMERA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2400,'7565','Barmouth','BARMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2401,'10770','Barna','BARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2402,'19194','Barnaby Woods','BARNABY WOODS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2403,'31292','Barnard','BARNARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2404,'7566','Barnard Castle','BARNARD CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2405,'16301','Barnaul','BARNAUL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2406,'5439','Barnay','BARNAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2407,'38926','Barnby In The Willows','BARNBY IN THE WILLOWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:08','1900-01-01 00:00:00',1,0,1),(2408,'19708','Barnesville','BARNESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2409,'7567','Barnet','BARNET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2410,'6897','Barnetby','BARNETBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2411,'28628','Barneveld','BARNEVELD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2412,'4138','Barneville Carteret','BARNEVILLE CARTERET',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2413,'43963','Barneville-carteret','BARNEVILLE-CARTERET',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2414,'37574','Barneville-la-bertran','BARNEVILLE-LA-BERTRAN',NULL,'','France','',0,0,76,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2415,'37509','Barnham Broom','BARNHAM BROOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2416,'7568','Barningham','BARNINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2417,'7569','Barnsley','BARNSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2418,'21307','Barnstable','BARNSTABLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2419,'7570','Barnstaple','BARNSTAPLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2420,'6898','Barnton','BARNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2421,'30288','Barnwell','BARNWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2422,'6899','Barnwood','BARNWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2423,'10496','Baroda','BARODA',NULL,'','India','',0,0,101,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2424,'38618','Baronissi','BARONISSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2425,'42143','Barooga','BAROOGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2426,'16542','Barora Island','BARORA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2427,'13720','Baros','BAROS',NULL,'','Maldives','',0,0,133,'2016-10-17 10:41:09','1900-01-01 00:00:00',1,0,1),(2428,'42226','Barossa Valey','BAROSSA VALEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2429,'32199','Barquisimeto','BARQUISIMETO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2430,'15850','Barra','BARRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2431,'6900','Barra','BARRA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2432,'24158','Barra Colorado','BARRA COLORADO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2433,'13790','Barra De Navidad','BARRA DE NAVIDAD',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2434,'43783','Barra De Sao Miguel','BARRA DE SAO MIGUEL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2435,'13721','Barrah','BARRAH',NULL,'','Maldives','',0,0,133,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2436,'24123','Barrancabermeja','BARRANCABERMEJA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2437,'23538','Barrancas','BARRANCAS',NULL,'','Chile','',0,0,45,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2438,'845','Barrancas Del Cobre','BARRANCAS DEL COBRE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2439,'15404','Barranco','BARRANCO',NULL,'','Peru','',0,0,172,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2440,'24080','Barranquilla','BARRANQUILLA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2441,'21308','Barre','BARRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2442,'41776','Barreiras','BARREIRAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2443,'953','Barreirinhas','BARREIRINHAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:10','1900-01-01 00:00:00',1,0,1),(2444,'976','Barretos','BARRETOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2445,'7571','Barrhead','BARRHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2446,'34441','Barrie','BARRIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2447,'25390','Barriere','BARRIERE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2448,'9890','Barrigada','BARRIGADA',NULL,'','Guam','',0,0,90,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2449,'20438','Barrington','BARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2450,'38517','Barrington','BARRINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2451,'39311','Barro','BARRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2452,'31691','Barron','BARRON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2453,'17566','Barrow','BARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2454,'26181','Barrow Island','BARROW ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2455,'6901','Barrow-in-furness','BARROW-IN-FURNESS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:11','1900-01-01 00:00:00',1,0,1),(2456,'7572','Barry','BARRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2457,'34443','Barrys Bay','BARRYS BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2458,'28629','Barryville','BARRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2459,'27177','Barsinghausen','BARSINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2460,'18289','Barstow','BARSTOW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2461,'39903','Bar-sur-aube','BAR-SUR-AUBE',NULL,'','France','',0,0,76,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2462,'17567','Barter Island','BARTER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2463,'824','Barth','BARTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2464,'4139','Barthenheim','BARTHENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2465,'37278','Bartholomaeberg','BARTHOLOMAEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2466,'32877','Bartlesville','BARTLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2467,'20439','Bartlett','BARTLETT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2468,'7573','Barton','BARTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2469,'26624','Barton','BARTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:12','1900-01-01 00:00:00',1,0,1),(2470,'38323','Barton-on-sea','BARTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2471,'29810','Bartonsville','BARTONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2472,'6902','Barton-upon-humber','BARTON-UPON-HUMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2473,'44040','Bartoszyce','BARTOSZYCE',NULL,'','Poland','',0,0,174,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2474,'19260','Bartow','BARTOW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2475,'25196','Barueri','BARUERI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2476,'14788','Barum','BARUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2477,'40362','Barumini','BARUMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2478,'26485','Barwon Heads','BARWON HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2479,'39616','Barzano','BARZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2480,'39275','Basaburua','BASABURUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:13','1900-01-01 00:00:00',1,0,1),(2481,'34708','Basalt','BASALT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2482,'32623','Basankusu','BASANKUSU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2483,'41397','Basauri','BASAURI',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2484,'11610','Baschi','BASCHI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2485,'15484','Basco','BASCO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2486,'23131','Basel','BASEL',NULL,'','Switzerland','Basel',0,0,210,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2487,'25273','Bashaw','BASHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2488,'2446','Bashtil','BASHTIL',NULL,'','Egypt','',0,0,65,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2489,'11126','Basiglio','BASIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2490,'7576','Basildon','BASILDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2491,'11127','Basilicata','BASILICATA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2492,'1173','Basingstoke','BASINGSTOKE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2493,'7577','Basingstoke','BASINGSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2494,'9982','Baska','BASKA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2495,'28194','Basking Ridge','BASKING RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2496,'7578','Baslow','BASLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2497,'4140','Basque Coast','BASQUE COAST',NULL,'','France','',0,0,76,'2016-10-17 10:41:14','1900-01-01 00:00:00',1,0,1),(2498,'4141','Bas-rhin','BAS-RHIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2499,'21828','Bass Harbor','BASS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2500,'34091','Bass Hill','BASS HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2501,'35464','Bassano De Grappa','BASSANO DE GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2502,'26579','Bassendean','BASSENDEAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2503,'6903','Bassenthwaite','BASSENTHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2504,'14234','Basse-pointe','BASSE-POINTE',NULL,'','Martinique','',0,0,137,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2505,'13477','Basseterre','BASSETERRE',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2506,'9376','Basse-terre','BASSE-TERRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2507,'28098','Bassett','BASSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2508,'39860','Bassignac','BASSIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2509,'5148','Bassussarry','BASSUSSARRY',NULL,'','France','',0,0,76,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2510,'16861','Bastad','BASTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2511,'700','Basthorst','BASTHORST',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2512,'13031','Bastia','BASTIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:15','1900-01-01 00:00:00',1,0,1),(2513,'4884','Bastia','BASTIA',NULL,'','France','',0,0,76,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2514,'24692','Bastogne','BASTOGNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2515,'22','Bastos','BASTOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2516,'30461','Bastrop','BASTROP',NULL,'','United States','',0,0,231,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2517,'31039','Basye','BASYE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2518,'11070','Bat Yam','BAT YAM',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2519,'15485','Bataan','BATAAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2520,'39635','Batak','BATAK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2521,'15774','Batalha','BATALHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2522,'43542','Batam Island','BATAM ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2523,'10390','Batanagar','BATANAGAR',NULL,'','India','',0,0,101,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2524,'14291','Batang Ai','BATANG AI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2525,'15541','Batangas','BATANGAS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:41:16','1900-01-01 00:00:00',1,0,1),(2526,'20440','Batavia','BATAVIA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2527,'26639','Batchelor','BATCHELOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2528,'34092','Bateau Bay','BATEAU BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2529,'34093','Batemans Bay','BATEMANS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2530,'17981','Batesville','BATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2531,'28631','Bath','BATH',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2532,'1353','Bath','BATH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2533,'7580','Bathgate','BATHGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2534,'34094','Bathurst','BATHURST',NULL,'','Australia','Bathurst',0,0,13,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2535,'34384','Bathurst','BATHURST',NULL,'','Canada','Bathurst',0,0,39,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2536,'7581','Batley','BATLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2537,'17359','Batman','BATMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2538,'21170','Baton Rouge','BATON ROUGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:17','1900-01-01 00:00:00',1,0,1),(2539,'24009','Batouri','BATOURI',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2540,'43141','Batroun','BATROUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2541,'14874','Batsfjord','BATSFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2542,'9440','Batsi','BATSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2543,'13449','Battambang','BATTAMBANG',NULL,'','Cambodia','',0,0,37,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2544,'39964','Battenheim','BATTENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2545,'38763','Battery Point','BATTERY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2546,'11611','Battipaglia','BATTIPAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2547,'11030','Battir','BATTIR',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2548,'7582','Battle','BATTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2549,'21980','Battle Creek','BATTLE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2550,'33770','Battleboro','BATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:18','1900-01-01 00:00:00',1,0,1),(2551,'22937','Battleford','BATTLEFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2552,'7583','Battlesbridge','BATTLESBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2553,'42789','Batu','BATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2554,'42415','Batu Pahat','BATU PAHAT',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2555,'43880','Batubulan','BATUBULAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2556,'9344','Batumi','BATUMI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2557,'43881','Baturiti','BATURITI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2558,'4973','Batz Sur Mer','BATZ SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2559,'22314','Baudette','BAUDETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2560,'39316','Baulne-en-brie','BAULNE-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2561,'37383','Baumholder','BAUMHOLDER',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2562,'1995','Baumschulenweg','BAUMSCHULENWEG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2563,'24382','Baunatal','BAUNATAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2564,'25197','Bauru','BAURU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2565,'13665','Bauska','BAUSKA',NULL,'','Latvia','',0,0,119,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2566,'1870','Bautzen','BAUTZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2567,'2364','Bavaro','BAVARO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2568,'11612','Baveno','BAVENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2569,'7584','Bawtry','BAWTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2570,'19709','Baxley','BAXLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2571,'22315','Baxter','BAXTER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:19','1900-01-01 00:00:00',1,0,1),(2572,'923','Bay Islands','BAY ISLANDS',NULL,'','Honduras','',0,0,97,'2016-10-17 10:41:20','1900-01-01 00:00:00',1,0,1),(2573,'15089','Bay Of Islands','BAY OF ISLANDS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2574,'34965','Bayahibe','BAYAHIBE',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2575,'44036','Bayamon','BAYAMON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2576,'23565','Bayan Nur','BAYAN NUR',NULL,'','China','',0,0,46,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2577,'28099','Bayard','BAYARD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2578,'17296','Bayburt','BAYBURT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2579,'7585','Baydon','BAYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2580,'22710','Bayerisch Eisenstein','BAYERISCH EISENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:21','1900-01-01 00:00:00',1,0,1),(2581,'22712','Bayersoien','BAYERSOIEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2582,'4867','Bayeux','BAYEUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2583,'34709','Bayfield','BAYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2584,'34444','Bayfield','BAYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2585,'17244','Bayirkoy','BAYIRKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2586,'3654','Bayona','BAYONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2587,'19264','Bayonet Point','BAYONET POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2588,'5149','Bayonne','BAYONNE',NULL,'','France','',0,0,76,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2589,'28196','Bayonne','BAYONNE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2590,'17838','Bayou La Batre','BAYOU LA BATRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2591,'46','Bayreuth','BAYREUTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2592,'2065','Bayrischzell','BAYRISCHZELL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2593,'25696','Bayside','BAYSIDE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2594,'28633','Bayside','BAYSIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:22','1900-01-01 00:00:00',1,0,1),(2595,'6906','Bayswater','BAYSWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2596,'26486','Bayswater','BAYSWATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2597,'30465','Baytown','BAYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2598,'25812','Bayview','BAYVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2599,'20330','Bayview','BAYVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2600,'28634','Bayville','BAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2601,'18293','Baywood Park','BAYWOOD PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2602,'41398','Bazaruto','BAZARUTO',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2603,'4924','Bazas','BAZAS',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2604,'5711','Bazeilles','BAZEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2605,'5795','Bazincourt-sur-epte','BAZINCOURT-SUR-EPTE',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2606,'4142','Bazouges La Perouse','BAZOUGES LA PEROUSE',NULL,'','France','',0,0,76,'2016-10-17 10:41:23','1900-01-01 00:00:00',1,0,1),(2607,'11613','Bazzano','BAZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2608,'35126','Beachcomber Island','BEACHCOMBER ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2609,'29248','Beachwood','BEACHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2610,'21311','Beacon Hill','BEACON HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2611,'6908','Beacon Hill','BEACON HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2612,'7586','Beaconsfield','BEACONSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2613,'25948','Beaconsfield','BEACONSFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2614,'7587','Beadnell','BEADNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2615,'37227','Bealanana','BEALANANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2616,'7588','Beaminster','BEAMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2617,'38651','Beamish','BEAMISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2618,'33073','Bean Station','BEAN STATION',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2619,'19211','Bear','BEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:24','1900-01-01 00:00:00',1,0,1),(2620,'20442','Beardstown','BEARDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2621,'6909','Beare Green','BEARE GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2622,'40758','Bearsden','BEARSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2623,'34445','Bearskin Lake','BEARSKIN LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2624,'22996','Beatenberg','BEATENBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2625,'28100','Beatrice','BEATRICE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2626,'7589','Beattock','BEATTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2627,'32797','Beatty','BEATTY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2628,'33587','Beattyville','BEATTYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2629,'5293','Beaucaire','BEAUCAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2630,'6578','Beaucroissant','BEAUCROISSANT',NULL,'','France','',0,0,76,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2631,'26658','Beaudesert','BEAUDESERT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:25','1900-01-01 00:00:00',1,0,1),(2632,'30289','Beaufort','BEAUFORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2633,'10771','Beaufort','BEAUFORT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2634,'38646','Beaufort West','BEAUFORT WEST',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2635,'4981','Beaugency','BEAUGENCY',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2636,'25949','Beauharnois','BEAUHARNOIS',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2637,'4143','Beaujolais','BEAUJOLAIS',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2638,'7590','Beaulieu','BEAULIEU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2639,'1591','Beaulieu Sur Dordogn','BEAULIEU SUR DORDOGN',NULL,'','France','',0,0,76,'2016-10-17 10:41:26','1900-01-01 00:00:00',1,0,1),(2640,'6390','Beaulieu-sur-mer','BEAULIEU-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2641,'7591','Beauly','BEAULY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2642,'40358','Beaumarches','BEAUMARCHES',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2643,'7592','Beaumaris','BEAUMARIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2644,'26184','Beaumaris','BEAUMARIS',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2645,'6391','Beaumettes','BEAUMETTES',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2646,'30466','Beaumont','BEAUMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2647,'38982','Beaumont-en-veron','BEAUMONT-EN-VERON',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2648,'5796','Beaumont-le-roger','BEAUMONT-LE-ROGER',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2649,'37182','Beaumont-sur-sarthe','BEAUMONT-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2650,'4891','Beaune','BEAUNE',NULL,'','France','Beaune',0,0,76,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2651,'25950','Beauport','BEAUPORT',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:27','1900-01-01 00:00:00',1,0,1),(2652,'25951','Beaupre','BEAUPRE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2653,'6392','Beaurecueil','BEAURECUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2654,'25580','Beausejour','BEAUSEJOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2655,'5992','Beausoleil','BEAUSOLEIL',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2656,'43682','Beauty Point','BEAUTY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2657,'4667','Beauvais','BEAUVAIS',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2658,'5369','Beauvoir','BEAUVOIR',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2659,'5294','Beaux','BEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2660,'33301','Beaver','BEAVER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2661,'22974','Beaver Creek','BEAVER CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:28','1900-01-01 00:00:00',1,0,1),(2662,'29249','Beavercreek','BEAVERCREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2663,'34446','Beaverton','BEAVERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2664,'29616','Beaverton','BEAVERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2665,'43573','Beaworthy','BEAWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2666,'25055','Beberibe','BEBERIBE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2667,'6755','Beblenheim','BEBLENHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2668,'402','Bebra','BEBRA',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2669,'25952','Becancour','BECANCOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2670,'7593','Beccles','BECCLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2671,'2980','Becerril De La Sierra','BECERRIL DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2672,'37606','Bechar','BECHAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2673,'40015','Bechyne','BECHYNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2674,'23132','Beckenried','BECKENRIED',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2675,'22316','Becker','BECKER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2676,'7594','Beckington','BECKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2677,'31949','Beckley','BECKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:29','1900-01-01 00:00:00',1,0,1),(2678,'40059','Beckum','BECKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2679,'7595','Bedale','BEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2680,'26185','Bedarra Island','BEDARRA ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2681,'7596','Beddgelert','BEDDGELERT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2682,'27178','Bederkesa','BEDERKESA',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2683,'29250','Bedford','BEDFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2684,'25697','Bedford','BEDFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2685,'6910','Bedford','BEDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:30','1900-01-01 00:00:00',1,0,1),(2686,'6911','Bedfordshire','BEDFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2687,'32391','Bedfordview','BEDFORDVIEW',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2688,'25391','Bednesti','BEDNESTI',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2689,'6393','Bedoin','BEDOIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2690,'42317','Bedonia','BEDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2691,'26383','Bedourie','BEDOURIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2692,'43882','Bedugul','BEDUGUL',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2693,'7597','Bedworth','BEDWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2694,'17982','Beebe','BEEBE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2695,'20826','Beech Grove','BEECH GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2696,'37230','Beechmont','BEECHMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2697,'26885','Beechworth','BEECHWORTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2698,'32217','Beef Island','BEEF ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2699,'14566','Beek','BEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:31','1900-01-01 00:00:00',1,0,1),(2700,'14528','Beekbergen','BEEKBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2701,'26659','Beenleigh','BEENLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2702,'43574','Beer','BEER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2703,'1649','Beer Sheva','BEER SHEVA',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2704,'11031','Beersheba','BEERSHEBA',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2705,'24744','Beerzel','BEERZEL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2706,'7598','Beeston','BEESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2707,'14508','Beetsterzwaag','BEETSTERZWAAG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2708,'754','Beetz','BEETZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2709,'99','Beetzsee','BEETZSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2710,'30470','Beeville','BEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2711,'34095','Bega','BEGA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2712,'7599','Begelly','BEGELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2713,'5150','Begles','BEGLES',NULL,'','France','',0,0,76,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2714,'2525','Begues','BEGUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2715,'37618','Begunje Na Gorenjskem','BEGUNJE NA GORENJSKEM',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2716,'2526','Begur','BEGUR',NULL,'','Spain','Begur',0,0,199,'2016-10-17 10:41:32','1900-01-01 00:00:00',1,0,1),(2717,'10686','Behala','BEHALA',NULL,'','India','',0,0,101,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2718,'825','Behnkendorf','BEHNKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2719,'38698','Behror','BEHROR',NULL,'','India','',0,0,101,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2720,'3843','Beica','BEICA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2721,'13558','Beida','BEIDA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2722,'32346','Beidah','BEIDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2723,'39727','Beignon','BEIGNON',NULL,'','France','',0,0,76,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2724,'23854','Beihai','BEIHAI',NULL,'','China','',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2725,'32347','Beihan','BEIHAN',NULL,'','Yemen','',0,0,240,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2726,'23884','Beijing','BEIJING',NULL,'','China','Beijing',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2727,'22713','Beilngries','BEILNGRIES',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2728,'610','Beilstein','BEILSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2729,'38401','Beinasco','BEINASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2730,'14220','Beira','BEIRA',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2731,'44311','Beiras','BEIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2732,'13551','Beirut','BEIRUT',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2733,'11032','Beit Israel','BEIT ISRAEL',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2734,'43097','Beit Mery','BEIT MERY',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2735,'32654','Beitbridge','BEITBRIDGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2736,'43142','Beiteddin','BEITEDDIN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2737,'41185','Beith','BEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2738,'14789','Beitostolen','BEITOSTOLEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2739,'36815','Beitou','BEITOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2740,'23885','Beiyuan','BEIYUAN',NULL,'','China','',0,0,46,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2741,'15871','Beja','BEJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:33','1900-01-01 00:00:00',1,0,1),(2742,'37397','Bejaia','BEJAIA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2743,'39472','Bejuco','BEJUCO',NULL,'','Panama','',0,0,169,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2744,'38165','Bekal','BEKAL',NULL,'','India','Bekal',3,0,101,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2745,'4045','Bekana Island','BEKANA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2746,'10280','Bekasi','BEKASI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2747,'43698','Bekes','BEKES',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2748,'10083','Bekescsaba','BEKESCSABA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2749,'38549','Bekily','BEKILY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2750,'14261','Bel Ombre','BEL OMBRE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2751,'40718','Bela','BELA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2752,'25071','Bela Vista','BELA VISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2753,'14373','Belaga','BELAGA',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2754,'40267','Belapur','BELAPUR',NULL,'','India','',0,0,101,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2755,'38570','Belcaire','BELCAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2756,'21640','Belcamp','BELCAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2757,'26625','Belconnen','BELCONNEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2758,'27829','Belden','BELDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:34','1900-01-01 00:00:00',1,0,1),(2759,'17250','Beldibi','BELDIBI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2760,'21984','Belding','BELDING',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2761,'17251','Belek','BELEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2762,'25170','Belem','BELEM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2763,'28499','Belen','BELEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2764,'14421','Belep','BELEP',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2765,'31438','Belfair','BELFAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2766,'1181','Belfast','BELFAST',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2767,'21830','Belfast','BELFAST',NULL,'','United States','',0,0,231,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2768,'64762','Belfast International Airport','BELFAST INTERNATIONAL AIRPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2769,'35213','Belfast-int\'l Apt','BELFAST-INT\'L APT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2770,'7600','Belford','BELFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2771,'24967','Belford Roxo','BELFORD ROXO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2772,'5764','Belfort','BELFORT',NULL,'','France','',0,0,76,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2773,'11614','Belforte Del Chienti','BELFORTE DEL CHIENTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2774,'10655','Belgaum','BELGAUM',NULL,'','India','Belgaum',17,0,101,'2016-10-17 10:41:35','1900-01-01 00:00:00',1,0,1),(2775,'39354','Belgern','BELGERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2776,'24577','Belgian Coast','BELGIAN COAST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2777,'11615','Belgirate','BELGIRATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2778,'31694','Belgium','BELGIUM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2779,'4145','Belgodère','BELGODÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2780,'16309','Belgorod','BELGOROD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2781,'36642','Belgrade','BELGRADE',NULL,'','Serbia','',0,0,468,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2782,'32362','Belgrade','BELGRADE',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2783,'27934','Belgrade','BELGRADE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2784,'26116','Belgrano','BELGRANO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2785,'6915','Belgravia','BELGRAVIA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2786,'32436','Belhar','BELHAR',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2787,'33773','Belhaven','BELHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:36','1900-01-01 00:00:00',1,0,1),(2788,'37939','Belimbing','BELIMBING',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2789,'31951','Belington','BELINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2790,'42790','Belitung','BELITUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2791,'24903','Belize','BELIZE',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2792,'18298','Bell','BELL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2793,'25392','Bella Bella','BELLA BELLA',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2794,'26106','Bella Vista','BELLA VISTA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2795,'17983','Bella Vista','BELLA VISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2796,'36611','Bella Vista','BELLA VISTA',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2797,'5993','Bellac','BELLAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:37','1900-01-01 00:00:00',1,0,1),(2798,'11616','Bellagio','BELLAGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2799,'21985','Bellaire','BELLAIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2800,'12713','Bellaria','BELLARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2801,'41795','Bellariva Di Rimini','BELLARIVA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2802,'10656','Bellary','BELLARY',NULL,'','India','Bellary',17,0,101,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2803,'2527','Bellaterra','BELLATERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2804,'15391','Bellavista','BELLAVISTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2805,'23482','Bellavista','BELLAVISTA',NULL,'','Chile','',0,0,45,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2806,'21172','Belle Chasse','BELLE CHASSE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2807,'37455','Belle Ile En Mer','BELLE ILE EN MER',NULL,'','France','',0,0,76,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2808,'14250','Belle Mare','BELLE MARE',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:41:38','1900-01-01 00:00:00',1,0,1),(2809,'19268','Belleair','BELLEAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2810,'6283','Belle-eglise','BELLE-EGLISE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2811,'35212','Belleek','BELLEEK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2812,'29252','Bellefontaine','BELLEFONTAINE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2813,'39486','Bellefontaine','BELLEFONTAINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2814,'29816','Bellefonte','BELLEFONTE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2815,'5894','Bellegarde','BELLEGARDE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2816,'43964','Bellegarde-sur-valserine','BELLEGARDE-SUR-VALSERINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2817,'5370','Belleme','BELLEME',NULL,'','France','',0,0,76,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2818,'33589','Bellemeade','BELLEMEADE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2819,'18104','Bellemont','BELLEMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:39','1900-01-01 00:00:00',1,0,1),(2820,'5295','Bellenaves','BELLENAVES',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2821,'6579','Bellentre','BELLENTRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2822,'5296','Bellerive-sur-allier','BELLERIVE-SUR-ALLIER',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2823,'39365','Bellevaux','BELLEVAUX',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2824,'19270','Belleview','BELLEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2825,'29817','Belleville','BELLEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2826,'34447','Belleville','BELLEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2827,'4668','Belleville','BELLEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2828,'29254','Bellevue','BELLEVUE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2829,'4669','Bellevue','BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 10:41:40','1900-01-01 00:00:00',1,0,1),(2830,'23133','Bellevue','BELLEVUE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2831,'25274','Bellevue','BELLEVUE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2832,'5712','Belley','BELLEY',NULL,'','France','',0,0,76,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2833,'18300','Bellflower','BELLFLOWER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2834,'6580','Bellignat','BELLIGNAT',NULL,'','France','',0,0,76,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2835,'34096','Bellingen','BELLINGEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2836,'7601','Bellingham','BELLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2837,'31441','Bellingham','BELLINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2838,'40766','Bellingwolde','BELLINGWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2839,'23134','Bellinzona','BELLINZONA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2840,'28198','Bellmawr','BELLMAWR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2841,'30472','Bellmead','BELLMEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2842,'37934','Bellona','BELLONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2843,'16543','Bellona Island','BELLONA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:41:41','1900-01-01 00:00:00',1,0,1),(2844,'11617','Bellosguardo','BELLOSGUARDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2845,'5371','Bellou-en-houlme','BELLOU-EN-HOULME',NULL,'','France','',0,0,76,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2846,'31294','Bellows Falls','BELLOWS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2847,'40225','Bellport','BELLPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2848,'33077','Bells','BELLS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2849,'7602','Bellshill','BELLSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2850,'34097','Belltrees','BELLTREES',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2851,'11129','Belluno','BELLUNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2852,'2528','Bellver De Cerdanya','BELLVER DE CERDANYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2853,'29255','Bellville','BELLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2854,'34711','Bellvue','BELLVUE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2855,'28199','Belmar','BELMAR',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2856,'18301','Belmont','BELMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:42','1900-01-01 00:00:00',1,0,1),(2857,'15893','Belmonte','BELMONTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2858,'24917','Belmopan','BELMOPAN',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2859,'25019','Belo Horizonte','BELO HORIZONTE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2860,'40613','Belo Tsiribihina','BELO TSIRIBIHINA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2861,'25953','Beloeil','BELOEIL',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2862,'31696','Beloit','BELOIT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2863,'16253','Beloreck','BELORECK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2864,'44205','Belparao','BELPARAO',NULL,'','India','',0,0,101,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2865,'11618','Belpasso','BELPASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2866,'7603','Belper','BELPER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2867,'30473','Belton','BELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2868,'7604','Belton (Leicestershire)','BELTON (LEICESTERSHIRE)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2869,'21641','Beltsville','BELTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2870,'13717','Beltsy','BELTSY',NULL,'','Moldova, Republic Of','',0,0,144,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2871,'3700','Belunza','BELUNZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:43','1900-01-01 00:00:00',1,0,1),(2872,'11619','Belvedere','BELVEDERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2873,'19711','Belvedere','BELVEDERE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2874,'41581','Belves','BELVES',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2875,'5297','Belvezet','BELVEZET',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2876,'28200','Belvidere','BELVIDERE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2877,'32392','Belville','BELVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2878,'3399','Belvis De La Jara','BELVIS DE LA JARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2879,'40120','Belz','BELZ',NULL,'','France','',0,0,76,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2880,'7606','Bembridge','BEMBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2881,'22318','Bemidji','BEMIDJI',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2882,'15792','Bemposta','BEMPOSTA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2883,'28636','Bemus Point','BEMUS POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2884,'19712','Ben Hill','BEN HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:44','1900-01-01 00:00:00',1,0,1),(2885,'3187','Benacazon','BENACAZON',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2886,'3188','Benahavis','BENAHAVIS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2887,'26487','Benalla','BENALLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2888,'3189','Benalmadena','BENALMADENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2889,'3190','Benalup De Sidonia','BENALUP DE SIDONIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2890,'39517','Benaoján','BENAOJÁN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2891,'3316','Benasque','BENASQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2892,'10497','Benaulim','BENAULIM',NULL,'','India','',0,0,101,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2893,'3434','Benavente','BENAVENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2894,'6916','Benbecula','BENBECULA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2895,'30474','Benbrook','BENBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2896,'29617','Bend','BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:41:45','1900-01-01 00:00:00',1,0,1),(2897,'27179','Bendestorf','BENDESTORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2898,'26887','Bendigo','BENDIGO',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2899,'39208','Bendorf','BENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2900,'11071','Bene Beraq','BENE BERAQ',NULL,'','Israel','',0,0,106,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2901,'11621','Bene Vagienna','BENE VAGIENNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2902,'22714','Benediktbeuern','BENEDIKTBEUERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2903,'24304','Benesov','BENESOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2904,'11622','Benevello','BENEVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2905,'12710','Benevento','BENEVENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2906,'15992','Benfica','BENFICA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:41:46','1900-01-01 00:00:00',1,0,1),(2907,'23673','Bengbu','BENGBU',NULL,'','China','',0,0,46,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2908,'13559','Benghazi','BENGHAZI',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2909,'10278','Bengkulu','BENGKULU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2910,'22938','Bengough','BENGOUGH',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2911,'25844','Benguela','BENGUELA',NULL,'','Angola','',0,0,6,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2912,'5621','Bengy-sur-crao','BENGY-SUR-CRAO',NULL,'','France','',0,0,76,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2913,'32624','Beni','BENI',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2914,'36383','Beni Mellal','BENI MELLAL',NULL,'','Morocco','',0,0,148,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2915,'3735','Benicarlo','BENICARLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2916,'3736','Benicasim','BENICASIM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2917,'41417','Benicassim','BENICASSIM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2918,'18303','Benicia','BENICIA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2919,'3737','Benidorm','BENIDORM',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2920,'3738','Benimaurell','BENIMAURELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:47','1900-01-01 00:00:00',1,0,1),(2921,'41956','Benisano','BENISANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2922,'2873','Benissa','BENISSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2923,'13892','Benito Juarez','BENITO JUAREZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2924,'9441','Benitses','BENITSES',NULL,'','Greece','',0,0,86,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2925,'32380','Benmore Gardens','BENMORE GARDENS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2926,'1926','Benneckenstein','BENNECKENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2927,'24850','Bennett\'s Harbour','BENNETT\'S HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2928,'30291','Bennettsville','BENNETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2929,'31295','Bennington','BENNINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2930,'5516','Benodet','BENODET',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2931,'41580','Benodet-port','BENODET-PORT',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2932,'6322','Benon','BENON',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2933,'32552','Benoni','BENONI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2934,'37879','Bénouville','BÉNOUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2935,'29818','Bensalem','BENSALEM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:48','1900-01-01 00:00:00',1,0,1),(2936,'27331','Bensberg','BENSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2937,'20447','Bensenville','BENSENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2938,'403','Bensheim','BENSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2939,'22320','Benson','BENSON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2940,'11623','Bentivoglio','BENTIVOGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2941,'26186','Bentleigh','BENTLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2942,'7607','Bentley','BENTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2943,'29820','Bentleyville','BENTLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2944,'25155','Bento Goncalves','BENTO GONCALVES',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2945,'17984','Benton','BENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:41:49','1900-01-01 00:00:00',1,0,1),(2946,'43170','Bentong','BENTONG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2947,'20160','Bentonsport','BENTONSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2948,'17985','Bentonville','BENTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2949,'13610','Bentota','BENTOTA',NULL,'','Sri Lanka','Bentota',0,0,200,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2950,'23866','Benxi','BENXI',NULL,'','China','',0,0,46,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2951,'13225','Beppu','BEPPU',NULL,'','Japan','',0,0,110,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2952,'4046','Beqa Island','BEQA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2953,'42626','Beqaa','BEQAA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2954,'32162','Bequia Island','BEQUIA ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2955,'42340','Berastagi','BERASTAGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2956,'42223','Berat','BERAT',NULL,'','Albania','',0,0,2,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2957,'10147','Berau','BERAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2958,'26067','Berazategui','BERAZATEGUI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2959,'5151','Berbiguieres','BERBIGUIERES',NULL,'','France','',0,0,76,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2960,'24737','Berchem','BERCHEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2961,'4909','Bercheres Sur Vesgre','BERCHERES SUR VESGRE',NULL,'','France','',0,0,76,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2962,'57538','Berching','BERCHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:50','1900-01-01 00:00:00',1,0,1),(2963,'22715','Berchtesgaden','BERCHTESGADEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2964,'3191','Berchules','BERCHULES',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2965,'4146','Berck','BERCK',NULL,'','France','',0,0,76,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2966,'7608','Bere Regis','BERE REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2967,'33592','Berea','BEREA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2968,'25581','Berens River','BERENS RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2969,'41437','Berenty','BERENTY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2970,'32992','Beresford','BERESFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2971,'34386','Beresford','BERESFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2972,'22717','Berg, 823','BERG, 823',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2973,'3519','Berga','BERGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2974,'17314','Bergama','BERGAMA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2975,'14707','Bergambacht','BERGAMBACHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2976,'12782','Bergamo','BERGAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:51','1900-01-01 00:00:00',1,0,1),(2977,'35530','Bergamo-fuipiano Ima','BERGAMO-FUIPIANO IMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2978,'755','Berge','BERGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2979,'27180','Bergedorf','BERGEDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2980,'14790','Bergen','BERGEN',NULL,'','Norway','Bergen',0,0,164,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2981,'680','Bergen','BERGEN',NULL,'','Germany','Bergen',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2982,'36483','Bergen-os','BERGEN-OS',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2983,'4901','Bergerac','BERGERAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2984,'36285','Bergerac-laveyssiere','BERGERAC-LAVEYSSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2985,'3956','Berghall','BERGHALL',NULL,'','Finland','',0,0,75,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2986,'5045','Bergheim','BERGHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2987,'27158','Bergheim','BERGHEIM',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2988,'27332','Bergisch Gladbach','BERGISCH GLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2989,'101','Bergisches Land','BERGISCHES LAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2990,'23135','Bergun','BERGUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2991,'16816','Bergvik','BERGVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2992,'32512','Bergville','BERGVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:41:52','1900-01-01 00:00:00',1,0,1),(2993,'42180','Berhampur','BERHAMPUR',NULL,'','India','',0,0,101,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2994,'41430','Beriain','BERIAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2995,'14292','Berjaya Hills','BERJAYA HILLS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2996,'41819','Berkane','BERKANE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2997,'42838','Berkel Enschot','BERKEL ENSCHOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2998,'27578','Berkeley','BERKELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(2999,'7609','Berkeley','BERKELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3000,'37645','Berkhamsted','BERKHAMSTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3001,'6917','Berkshire','BERKSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3002,'7610','Berkswell','BERKSWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3003,'14875','Berlevag','BERLEVAG',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3004,'14771','Berlevåg','BERLEVÅG',NULL,'','Norway','',0,0,164,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3005,'1996','Berlin','BERLIN',NULL,'','Germany','Berlin',0,0,83,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3006,'19051','Berlin','BERLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:53','1900-01-01 00:00:00',1,0,1),(3007,'40209','Bermeo','BERMEO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3008,'1871','Bermsgrun','BERMSGRUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3009,'24926','Bermuda','BERMUDA',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3010,'18306','Bermuda Dunes','BERMUDA DUNES',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3011,'24900','Bermudian Landing','BERMUDIAN LANDING',NULL,'','Belize','',0,0,22,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3012,'23432','Bern','BERN',NULL,'','Switzerland','Bern',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3013,'37416','Bernalda','BERNALDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3014,'28501','Bernalillo','BERNALILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3015,'28202','Bernardsville','BERNARDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3016,'37432','Bernate Ticino','BERNATE TICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3017,'22506','Bernau','BERNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3018,'5440','Bernay','BERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3019,'1927','Bernburg','BERNBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3021,'22998','Bernese Alps','BERNESE ALPS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3022,'23433','Bernex','BERNEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3023,'6581','Bernin','BERNIN',NULL,'','France','',0,0,76,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3024,'1702','Bernkastel','BERNKASTEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3025,'36040','Bernkastel-kaus','BERNKASTEL-KAUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:54','1900-01-01 00:00:00',1,0,1),(3026,'2043','Bernkastel-kues','BERNKASTEL-KUES',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3027,'1965','Bernshausen','BERNSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3028,'37604','Beroroha','BEROROHA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3029,'24352','Beroun','BEROUN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3030,'4147','Berrias-et-casteljau','BERRIAS-ET-CASTELJAU',NULL,'','France','',0,0,76,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3031,'26826','Berriedale','BERRIEDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3032,'21989','Berrien Springs','BERRIEN SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3033,'37497','Berrimah','BERRIMAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3034,'3050','Berrioplano','BERRIOPLANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3035,'2531','Berrón','BERRÓN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3036,'34099','Berry','BERRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3037,'18307','Berry Creek','BERRY CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3038,'37680','Berry-au-bac','BERRY-AU-BAC',NULL,'','France','',0,0,76,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3039,'31041','Berryville','BERRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3040,'44124','Bersteland','BERSTELAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:55','1900-01-01 00:00:00',1,0,1),(3041,'25954','Berthierville','BERTHIERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3042,'34712','Berthoud','BERTHOUD',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3043,'12714','Bertinoro','BERTINORO',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3044,'980','Bertioga','BERTIOGA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3045,'24010','Bertoua','BERTOUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3046,'6021','Bertrichamps','BERTRICHAMPS',NULL,'','France','',0,0,76,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3047,'2089','Bertsdorf-hornitz','BERTSDORF-HORNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3048,'13459','Beru','BERU',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3049,'3051','Beruete','BERUETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3050,'13590','Beruwela','BERUWELA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3051,'24446','Berwang','BERWANG',NULL,'','Austria','',0,0,14,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3052,'37586','Berwick','BERWICK',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3053,'7611','Berwick-upon-tweed','BERWICK-UPON-TWEED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3054,'29821','Berwyn','BERWYN',NULL,'','United States','',0,0,231,'2016-10-17 10:41:56','1900-01-01 00:00:00',1,0,1),(3055,'4148','Berze La Ville','BERZE LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3056,'38189','Besalampy','BESALAMPY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3057,'3520','Besalu','BESALU',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3058,'5765','Besancon','BESANCON',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3059,'16461','Besedy','BESEDY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3060,'4149','Besle-sur-vilaine','BESLE-SUR-VILAINE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3061,'37857','Besse','BESSE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3062,'5298','Besse-et-saint-anastaise','BESSE-ET-SAINT-ANASTAISE',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3063,'21990','Bessemer','BESSEMER',NULL,'','United States','',0,0,231,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3064,'6582','Bessenay','BESSENAY',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3065,'13122','Bessho Hot Springs','BESSHO HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3066,'41579','Bessoncourt','BESSONCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3067,'41578','Bessonies','BESSONIES',NULL,'','France','',0,0,76,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3068,'14590','Best','BEST',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3069,'42783','Besut','BESUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:41:57','1900-01-01 00:00:00',1,0,1),(3070,'4150','Bétaille','BÉTAILLE',NULL,'','France','',0,0,76,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3071,'40803','Betalghat','BETALGHAT',NULL,'','India','',0,0,101,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3072,'37387','Betanzos','BETANZOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3073,'7612','Betchworth','BETCHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3074,'3739','Betera','BETERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3075,'20450','Bethalto','BETHALTO',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3076,'27579','Bethany','BETHANY',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3077,'21831','Bethel','BETHEL',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3078,'21643','Bethesda','BETHESDA',NULL,'','United States','',0,0,231,'2016-10-17 10:41:58','1900-01-01 00:00:00',1,0,1),(3079,'29824','Bethlehem','BETHLEHEM',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3080,'35411','Bethlehem','BETHLEHEM',NULL,'','Israel','Bethlehem',0,0,106,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3081,'28638','Bethpage','BETHPAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3082,'6148','Bethune','BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3083,'38083','Betioky','BETIOKY',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3084,'3521','Betren','BETREN',NULL,'','Spain','',0,0,199,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3085,'43966','Bettancourt-la-ferree','BETTANCOURT-LA-FERREE',NULL,'','France','',0,0,76,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3086,'13654','Bettembourg','BETTEMBOURG',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3087,'20451','Bettendorf','BETTENDORF',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3088,'17570','Bettles','BETTLES',NULL,'','United States','',0,0,231,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3089,'23460','Bettmeralp','BETTMERALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3090,'35467','Bettolle','BETTOLLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:41:59','1900-01-01 00:00:00',1,0,1),(3091,'10909','Bettystown','BETTYSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3092,'44206','Betul','BETUL',NULL,'','India','',0,0,101,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3093,'14456','Betuwe - Lower Rhine','BETUWE - LOWER RHINE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3094,'40238','Betws Garmon','BETWS GARMON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3095,'6918','Betws-y-coed','BETWS-Y-COED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3096,'27181','Betzendorf','BETZENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3097,'21991','Beulah','BEULAH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3098,'6149','Beuvry','BEUVRY',NULL,'','France','',0,0,76,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3099,'11625','Bevagna','BEVAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3100,'40088','Bevaix','BEVAIX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3101,'24715','Beveren','BEVEREN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3102,'27333','Bevergern','BEVERGERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3103,'7613','Beverley','BEVERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3104,'21314','Beverly','BEVERLY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:00','1900-01-01 00:00:00',1,0,1),(3105,'23136','Bevers','BEVERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3106,'27334','Beverungen','BEVERUNGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3107,'40783','Bevilacqua','BEVILACQUA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3108,'7614','Bewdley','BEWDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3109,'23137','Bex','BEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3110,'7615','Bexhill','BEXHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3111,'29258','Bexley','BEXLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3112,'7616','Bexley','BEXLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3113,'7617','Bexleyheath','BEXLEYHEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3114,'17282','Beylerbeyi','BEYLERBEYI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3115,'37469','Beylikduzu','BEYLIKDUZU',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3116,'43967','Beynat','BEYNAT',NULL,'','France','',0,0,76,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3117,'6583','Beynost','BEYNOST',NULL,'','France','',0,0,76,'2016-10-17 10:42:01','1900-01-01 00:00:00',1,0,1),(3118,'17198','Beyoglu - Taksim','BEYOGLU - TAKSIM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3119,'10498','Beypore','BEYPORE',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3120,'5797','Bezancourt','BEZANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3121,'24512','Bezau','BEZAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3122,'4933','Beziers','BEZIERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3123,'4670','Bezons','BEZONS',NULL,'','France','',0,0,76,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3124,'15047','Bhadrapur','BHADRAPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3125,'15048','Bhairahawa','BHAIRAHAWA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3126,'15049','Bhaktapur','BHAKTAPUR',NULL,'','Nepal','Bhaktapur',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3127,'13552','Bhamdoun','BHAMDOUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3128,'42067','Bhamo','BHAMO',NULL,'','Myanmar','',0,0,150,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3129,'15050','Bharatpur','BHARATPUR',NULL,'','Nepal','Travel Packages to Bharatpur | Bharatpur Tour Pack',0,0,153,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3130,'10499','Bharatpur','BHARATPUR',NULL,'','India','Travel Packages to Bharatpur | Bharatpur Tour Pack',2,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3131,'40804','Bharuch','BHARUCH',NULL,'','India','Bharuch',16,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3132,'10500','Bhatinda','BHATINDA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3133,'10632','Bhavnagar','BHAVNAGAR',NULL,'','India','Bhavnagar',16,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3134,'39614','Bhedaghat','BHEDAGHAT',NULL,'','India','Bhedaghat',15,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3135,'40682','Bheeramballi','BHEERAMBALLI',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3136,'42613','Bhenswara','BHENSWARA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3137,'37655','Bhijhariya','BHIJHARIYA',NULL,'','India','',0,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3138,'37615','Bhimtal','BHIMTAL',NULL,'','India','Bhimtal',9,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3139,'10648','Bhopal','BHOPAL',NULL,'','India','Bhopal',15,0,101,'2016-10-17 10:42:02','1900-01-01 00:00:00',1,0,1),(3141,'10392','Bhubaneswar','BHUBANESWAR',NULL,'','India','',8,0,101,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3142,'10633','Bhuj','BHUJ',NULL,'','India','Bhuj',16,0,101,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3143,'15294','Bhurban','BHURBAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3144,'25254','Bhutan city','BHUTAN',NULL,'','Bhutan','',0,0,25,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3145,'10307','Biak','BIAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3146,'39922','Biala Piska','BIALA PISKA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3147,'26099','Bialet Masse','BIALET MASSE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3148,'15690','Bialobrzegi','BIALOBRZEGI',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3149,'15606','Bialowieza','BIALOWIEZA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3150,'15719','Bialystok','BIALYSTOK',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3151,'11626','Biandronno','BIANDRONNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3152,'3740','Biar','BIAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3153,'5152','Biarritz','BIARRITZ',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3154,'6071','Biars-sur-cere','BIARS-SUR-CERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3155,'5153','Bias','BIAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3156,'23138','Biasca','BIASCA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3157,'37678','Biatorbagy','BIATORBAGY',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3158,'11627','Bibbiena','BIBBIENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3159,'11628','Bibbona','BIBBONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:03','1900-01-01 00:00:00',1,0,1),(3160,'103','Biberach An Der Riss','BIBERACH AN DER RISS',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3161,'24447','Biberwier','BIBERWIER',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3162,'12874','Bibione','BIBIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3163,'42142','Biboohra','BIBOOHRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3164,'7618','Bibury','BIBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3165,'7619','Bicester','BICESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3166,'26827','Bicheno','BICHENO',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3167,'6919','Bicker Bar','BICKER BAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3168,'26187','Bickerton Island','BICKERTON ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3169,'33303','Bicknell','BICKNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3170,'39047','Bidadi','BIDADI',NULL,'','India','',0,0,101,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3171,'5154','Bidarray','BIDARRAY',NULL,'','France','',0,0,76,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3172,'5155','Bidart','BIDART',NULL,'','France','',0,0,76,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3173,'21832','Biddeford','BIDDEFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:04','1900-01-01 00:00:00',1,0,1),(3174,'7620','Biddenden','BIDDENDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3175,'7621','Bideford','BIDEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3176,'37750','Bidegoyan','BIDEGOYAN',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3177,'404','Biedenkopf','BIEDENKOPF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3178,'40507','Biederbach','BIEDERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3179,'23448','Biel','BIEL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3180,'39584','Bielawa','BIELAWA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3181,'7622','Bieldside','BIELDSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3182,'27335','Bielefeld','BIELEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3183,'11629','Biella','BIELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3184,'3317','Bielsa','BIELSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3185,'15608','Bielsko-biala','BIELSKO-BIALA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3186,'44287','Bien Hoa','BIEN HOA',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3187,'11630','Bientina','BIENTINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3188,'24411','Bierbaum','BIERBAUM',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:05','1900-01-01 00:00:00',1,0,1),(3189,'3318','Bierge','BIERGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3190,'105','Bierhuette','BIERHUETTE',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3191,'611','Biersdorf','BIERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3192,'3319','Biescas','BIESCAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3193,'612','Biesdorf','BIESDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3194,'4671','Bievres','BIEVRES',NULL,'','France','',0,0,76,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3195,'21994','Big Bay','BIG BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:06','1900-01-01 00:00:00',1,0,1),(3196,'34449','Big Trout Lake','BIG TROUT LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:07','1900-01-01 00:00:00',1,0,1),(3197,'5156','Biganos','BIGANOS',NULL,'','France','',0,0,76,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3198,'27938','Bigfork','BIGFORK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3199,'22939','Biggar','BIGGAR',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3200,'7623','Biggar','BIGGAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3201,'26660','Biggera Waters','BIGGERA WATERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3202,'7624','Biggin Hill','BIGGIN HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3203,'7625','Biggleswade','BIGGLESWADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3204,'29619','Biggs Junction','BIGGS JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3205,'44207','Bigha','BIGHA',NULL,'','India','',0,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3206,'42345','Biguglia','BIGUGLIA',NULL,'','France','',0,0,76,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3207,'40073','Bihac','BIHAC',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3208,'42607','Bijapur','BIJAPUR',NULL,'','India','Bijapur',17,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3209,'10669','Bikaner','BIKANER',NULL,'','India','Bikaner',2,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3210,'14147','Bikini Atoll','BIKINI ATOLL',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3211,'37229','Bílá Tremesná','BÍLÁ TREMESNÁ',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3212,'10501','Bilaspur','BILASPUR',NULL,'','India','',0,0,101,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3213,'3701','Bilbao','BILBAO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:08','1900-01-01 00:00:00',1,0,1),(3214,'35036','Bilbao-baracaldo','BILBAO-BARACALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3215,'35080','Bilbao-santurce','BILBAO-SANTURCE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3216,'7626','Bilbrough','BILBROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3217,'11019','Bildudalur','BILDUDALUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3218,'17264','Bilecik','BILECIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3219,'5157','Billere','BILLERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3220,'21315','Billerica','BILLERICA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3221,'9255','Billesley','BILLESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3222,'5517','Billiers','BILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3223,'27939','Billings','BILLINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3224,'7627','Billingshurst','BILLINGSHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3225,'7628','Billington','BILLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3226,'378','Billstedt','BILLSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3227,'2115','Billum','BILLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3228,'2256','Billund','BILLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:09','1900-01-01 00:00:00',1,0,1),(3229,'26384','Biloela','BILOELA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3230,'27830','Biloxi','BILOXI',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3231,'34100','Bilpin','BILPIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3232,'10347','Bima','BIMA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3233,'24849','Bimini','BIMINI',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3234,'15529','Binangonan','BINANGONAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3235,'11631','Binasco','BINASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3236,'106','Bindlach','BINDLACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3237,'2116','Bindslev','BINDSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3238,'38247','Bine El Ouidane','BINE EL OUIDANE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3239,'7629','Binfield','BINFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3240,'107','Bingen','BINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3241,'7630','Bingham','BINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3242,'21833','Bingham','BINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3243,'28639','Binghamton','BINGHAMTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:10','1900-01-01 00:00:00',1,0,1),(3244,'7631','Bingley','BINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3245,'17265','Bingol','BINGOL',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3246,'38419','Binic','BINIC',NULL,'','France','',0,0,76,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3247,'2534','Binissaida','BINISSAIDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3248,'2535','Binissalem','BINISSALEM',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3249,'108','Binnenland','BINNENLAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3250,'23139','Binningen','BINNINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3251,'37249','Binsar','BINSAR',NULL,'','India','',0,0,101,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3252,'1761','Bintan','BINTAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3253,'14374','Bintulu','BINTULU',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3254,'36041','Binz','BINZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3255,'32637','Binza','BINZA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3256,'39948','Binzen','BINZEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3257,'43818','Binzhou','BINZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3258,'10008','Biograd Na Moru','BIOGRAD NA MORU',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3259,'6394','Biot','BIOT',NULL,'','France','',0,0,76,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3260,'17150','Bir El Bey','BIR EL BEY',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3261,'15051','Biratnagar','BIRATNAGAR',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:11','1900-01-01 00:00:00',1,0,1),(3262,'7632','Birch','BIRCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3263,'17571','Birch Creek','BIRCH CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3264,'31698','Birchwood','BIRCHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3265,'29825','Bird In Hand','BIRD IN HAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3266,'16913','Bird Island','BIRD ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3267,'7633','Birdlip','BIRDLIP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3268,'25582','Birds Hill','BIRDS HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3269,'29826','Birdsboro','BIRDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3270,'26385','Birdsville','BIRDSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3271,'38109','Birgitz','BIRGITZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3272,'42637','Birigui','BIRIGUI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3273,'2271','Birk','BIRK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3274,'7634','Birkenhead','BIRKENHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3275,'15090','Birkenhead','BIRKENHEAD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3276,'756','Birkenwerder','BIRKENWERDER',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:12','1900-01-01 00:00:00',1,0,1),(3277,'2168','Birkerod','BIRKEROD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3278,'23140','Birmensdorf','BIRMENSDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3279,'7635','Birmingham','BIRMINGHAM',NULL,'','United Kingdom','Birmingham ',0,0,229,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3280,'17840','Birmingham','BIRMINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3281,'10919','Birr','BIRR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3282,'24227','Birri','BIRRI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3283,'23141','Birsfelden','BIRSFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3284,'40628','Birstonas','BIRSTONAS',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3285,'7636','Birtley','BIRTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3286,'16387','Biryulevo','BIRYULEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3287,'18106','Bisbee','BISBEE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3288,'4963','Biscarrosse','BISCARROSSE',NULL,'','France','',0,0,76,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3289,'11632','Bisceglie','BISCEGLIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3290,'39666','Bischofsgrun','BISCHOFSGRUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3291,'37590','Bischwihr','BISCHWIHR',NULL,'','France','',0,0,76,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3292,'33778','Biscoe','BISCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3293,'16487','Bisha','BISHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3294,'13446','Bishkek','BISHKEK',NULL,'','Kyrgyzstan','',0,0,117,'2016-10-17 10:42:13','1900-01-01 00:00:00',1,0,1),(3295,'32437','Bisho','BISHO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3296,'18315','Bishop','BISHOP',NULL,'','United States','',0,0,231,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3297,'7637','Bishop Auckland','BISHOP AUCKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3298,'15091','Bishopdale','BISHOPDALE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3299,'40377','Bishops Castle','BISHOPS CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3300,'6922','Bishop\'s Stortford','BISHOP\'S STORTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3301,'32438','Bishopscourt','BISHOPSCOURT',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3302,'7638','Bishopsteignton','BISHOPSTEIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3303,'37932','Bishopston','BISHOPSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3304,'7639','Bishopstone','BISHOPSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3305,'7640','Bishopton','BISHOPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3306,'30293','Bishopville','BISHOPVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3307,'38778','Biskra','BISKRA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3308,'15499','Bislig','BISLIG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:14','1900-01-01 00:00:00',1,0,1),(3309,'17988','Bismarck','BISMARCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3310,'40187','Bispingen','BISPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3311,'9392','Bissau','BISSAU',NULL,'','Guinea-Bissau','',0,0,93,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3312,'27182','Bissendorf','BISSENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3313,'23142','Bissone','BISSONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3314,'36616','Bistrita','BISTRITA',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3315,'6837','Bitam','BITAM',NULL,'','Gabon','',0,0,80,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3316,'613','Bitburg','BITBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3317,'40071','Bitche','BITCHE',NULL,'','France','',0,0,76,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3318,'17268','Bitlis','BITLIS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3319,'38412','Bitonto','BITONTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3320,'1872','Bitterfeld','BITTERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3321,'109','Bitterfeld-wolfen','BITTERFELD-WOLFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3322,'11633','Bitti','BITTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3323,'11634','Bivigliano','BIVIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3324,'23143','Bivio','BIVIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3325,'22321','Biwabik','BIWABIK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:15','1900-01-01 00:00:00',1,0,1),(3326,'32879','Bixby','BIXBY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3327,'5895','Bize-minervois','BIZE-MINERVOIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3328,'17166','Bizerte','BIZERTE',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3329,'14791','Bjerke','BJERKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3330,'14792','Bjerkvik','BJERKVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3331,'2336','Bjerringbro','BJERRINGBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3332,'40736','Bjuv','BJUV',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3333,'7641','Blaby','BLABY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3334,'6923','Black Bourton','BLACK BOURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3335,'29620','Black Butte Ranch','BLACK BUTTE RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3336,'1351','Black Forest','BLACK FOREST',NULL,'','GERMANY','',38,0,83,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3337,'25698','Black Point','BLACK POINT',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3338,'43644','Black River','BLACK RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:16','1900-01-01 00:00:00',1,0,1),(3339,'17134','Black Rock','BLACK ROCK',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3340,'25248','Black Rock','BLACK ROCK',NULL,'','Barbados','',0,0,19,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3341,'1188','Black Sea Coast','BLACK SEA COAST',NULL,'','ROMANIA','',0,0,179,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3342,'26386','Blackall','BLACKALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3343,'7642','Blackawton','BLACKAWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3344,'6924','Blackbeck','BLACKBECK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3345,'7643','Blackburn','BLACKBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3346,'26188','Blackburn','BLACKBURN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3347,'26661','Blackbutt','BLACKBUTT',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3348,'25395','Blackcomb - Upper Village','BLACKCOMB - UPPER VILLAGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3349,'22322','Blackduck','BLACKDUCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3350,'20331','Blackfoot','BLACKFOOT',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3351,'32993','Blackhawk','BLACKHAWK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3352,'34101','Blackheath','BLACKHEATH',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3353,'32553','Blackheath','BLACKHEATH',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:17','1900-01-01 00:00:00',1,0,1),(3354,'7644','Blackpool','BLACKPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3355,'1187','Blackpool','BLACKPOOL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3356,'26662','Blacks Beach','BLACKS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3357,'31044','Blacksburg','BLACKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3358,'38635','Blackshear','BLACKSHEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3359,'31046','Blackstone','BLACKSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3360,'34102','Blacktown','BLACKTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3361,'7645','Blackwater','BLACKWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3362,'26387','Blackwater','BLACKWATER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3363,'7646','Blackwaterfoot','BLACKWATERFOOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3364,'32880','Blackwell','BLACKWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3365,'19713','Blackwells','BLACKWELLS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3366,'28203','Blackwood','BLACKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:18','1900-01-01 00:00:00',1,0,1),(3367,'37626','Blackwood','BLACKWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3368,'42369','Bladel','BLADEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3369,'21644','Bladensburg','BLADENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3370,'4151','Blagnac','BLAGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3371,'34856','Blagoevgrad','BLAGOEVGRAD',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3372,'16254','Blagoveschensk','BLAGOVESCHENSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3373,'22323','Blaine','BLAINE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3374,'25955','Blainville','BLAINVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3375,'39857','Blainville-sur-mer','BLAINVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3376,'28103','Blair','BLAIR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3377,'26361','Blair Athol','BLAIR ATHOL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3378,'7647','Blair Atholl','BLAIR ATHOLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:19','1900-01-01 00:00:00',1,0,1),(3379,'7648','Blairgowrie','BLAIRGOWRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3380,'25275','Blairmore','BLAIRMORE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3381,'18316','Blairsden','BLAIRSDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3382,'18317','Blairsden-graeagle','BLAIRSDEN-GRAEAGLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3383,'28204','Blairstown','BLAIRSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3384,'19714','Blairsville','BLAIRSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3385,'5441','Blaisy-bas','BLAISY-BAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3386,'16211','Blaj','BLAJ',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3387,'34103','Blakehurst','BLAKEHURST',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3388,'34714','Blakeland','BLAKELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3389,'19715','Blakely','BLAKELY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3390,'7649','Blakeney','BLAKENEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:20','1900-01-01 00:00:00',1,0,1),(3391,'29829','Blakeslee','BLAKESLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3392,'25956','Blanc Sablon','BLANC SABLON',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3393,'20332','Blanchard','BLANCHARD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3394,'10829','Blanchardstown','BLANCHARDSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3395,'26445','Blanche Town','BLANCHE TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3396,'42907','Blanchetown','BLANCHETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3397,'7650','Blanchland','BLANCHLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3398,'31047','Bland','BLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3399,'21316','Blandford','BLANDFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3400,'7651','Blandford Forum','BLANDFORD FORUM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3401,'33304','Blanding','BLANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3402,'33780','Blands','BLANDS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3403,'2463','Blanes','BLANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3404,'24721','Blankenberge','BLANKENBERGE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:21','1900-01-01 00:00:00',1,0,1),(3405,'757','Blankenfelde','BLANKENFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3406,'5158','Blanquefort','BLANQUEFORT',NULL,'','France','',0,0,76,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3407,'17989','Blanton','BLANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3408,'14274','Blantyre','BLANTYRE',NULL,'','Malawi','',0,0,131,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3409,'10801','Blarney','BLARNEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3410,'28641','Blasdell','BLASDELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3411,'23144','Blatten','BLATTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3412,'22507','Blaubeuren','BLAUBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3413,'111','Blaustein','BLAUSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3414,'28643','Blauvelt','BLAUVELT',NULL,'','United States','',0,0,231,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3415,'7652','Blaydon On Tyne','BLAYDON ON TYNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3416,'40495','Blaye','BLAYE',NULL,'','France','',0,0,76,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3417,'16627','Bled','BLED',NULL,'','Slovenia','Bled',0,0,192,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3418,'40405','Bledington','BLEDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3419,'22508','Bleibach','BLEIBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3420,'43756','Bleiburg','BLEIBURG',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3421,'16662','Blekinge','BLEKINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3422,'15068','Blenheim','BLENHEIM',NULL,'','New Zealand','Blenheim',0,0,157,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3423,'34450','Blenheim','BLENHEIM',NULL,'','Canada','Blenheim',0,0,39,'2016-10-17 10:42:22','1900-01-01 00:00:00',1,0,1),(3424,'10709','Blessington','BLESSINGTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3425,'43795','Blind Bay','BLIND BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3426,'20333','Bliss','BLISS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3427,'21998','Blissfield','BLISSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3428,'35351','Blitar','BLITAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3429,'30241','Block Island','BLOCK ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3430,'7653','Blockley','BLOCKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3431,'32543','Bloemfontein','BLOEMFONTEIN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3432,'5622','Blois','BLOIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3433,'39232','Blokzijl','BLOKZIJL',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3434,'39438','Blomberg','BLOMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3435,'2186','Blommenslyst','BLOMMENSLYST',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3436,'5994','Blond','BLOND',NULL,'','France','',0,0,76,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3437,'11004','Blonduos','BLONDUOS',NULL,'','Iceland','Blonduos',0,0,100,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3438,'25583','Bloodvein','BLOODVEIN',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3439,'31700','Bloomer','BLOOMER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:23','1900-01-01 00:00:00',1,0,1),(3440,'26663','Bloomfield','BLOOMFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3441,'28205','Bloomfield','BLOOMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3442,'34452','Bloomfield','BLOOMFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3443,'20452','Bloomingdale','BLOOMINGDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3444,'20453','Bloomington','BLOOMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:24','1900-01-01 00:00:00',1,0,1),(3445,'29830','Bloomsburg','BLOOMSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3446,'7654','Bloomsbury','BLOOMSBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3447,'43808','Blossom Village','BLOSSOM VILLAGE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3448,'5046','Blotzheim','BLOTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3449,'32393','Bloubergstrand','BLOUBERGSTRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3450,'36713','Bloudan','BLOUDAN',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3451,'826','Blowatz','BLOWATZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3452,'25861','Blowing Point','BLOWING POINT',NULL,'','Anguilla','',0,0,7,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3453,'33781','Blowing Rock','BLOWING ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3454,'24513','Bludenz','BLUDENZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3455,'7655','Blue Anchor','BLUE ANCHOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3456,'29259','Blue Ash','BLUE ASH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3457,'14251','Blue Bay','BLUE BAY',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:42:25','1900-01-01 00:00:00',1,0,1),(3458,'16943','Blue Hills','BLUE HILLS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:42:26','1900-01-01 00:00:00',1,0,1),(3459,'34104','Blue Mountains','BLUE MOUNTAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:26','1900-01-01 00:00:00',1,0,1),(3460,'25396','Blue River','BLUE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3461,'31048','Bluefield','BLUEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3462,'32439','Bluewater Bay','BLUEWATER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3463,'43631','Bluff','BLUFF',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3464,'33305','Bluff','BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3465,'29261','Bluffton','BLUFFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:27','1900-01-01 00:00:00',1,0,1),(3466,'22509','Blumberg','BLUMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3467,'25176','Blumenau','BLUMENAU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3468,'7656','Blunsdon','BLUNSDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3469,'42962','Blyth','BLYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3470,'18320','Blythe','BLYTHE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3471,'17990','Blytheville','BLYTHEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3472,'30296','Blythewood','BLYTHEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3473,'43965','Bmbk','BMBK',NULL,'','France','',0,0,76,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3474,'14793','Bo','BO',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3475,'41205','Bo Phut','BO PHUT',NULL,'','Thailand','',0,0,215,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3476,'25173','Boa Vista','BOA VISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3477,'24141','Boa Vista','BOA VISTA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3478,'2982','Boadilla Del Monte','BOADILLA DEL MONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3479,'29832','Boalsburg','BOALSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3480,'42896','Boao','BOAO',NULL,'','China','',0,0,46,'2016-10-17 10:42:28','1900-01-01 00:00:00',1,0,1),(3481,'23985','Bo\'ao','BO\'AO',NULL,'','China','',0,0,46,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3482,'29262','Boardman','BOARDMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3483,'11635','Boario Terme','BOARIO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3484,'26828','Boat Harbour','BOAT HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3485,'7657','Boat Of Garten','BOAT OF GARTEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3486,'15950','Boaventura','BOAVENTURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3487,'17843','Boaz','BOAZ',NULL,'','United States','',0,0,231,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3488,'4672','Bobigny','BOBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3489,'22719','Bobingen','BOBINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3490,'2054','Böblingen','BÖBLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3491,'24748','Bobo Dioulasso','BOBO DIOULASSO',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3492,'3655','Boboras','BOBORAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3493,'26134','Boca','BOCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:42:29','1900-01-01 00:00:00',1,0,1),(3494,'2363','Boca Chica','BOCA CHICA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3495,'3435','Boca De Huergano','BOCA DE HUERGANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3496,'43982','Boca De Sabalos','BOCA DE SABALOS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3497,'13791','Boca Del Rio','BOCA DEL RIO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3498,'19273','Boca Grande','BOCA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3499,'43206','Bocairent','BOCAIRENT',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3500,'3741','Bocairente','BOCAIRENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3501,'15346','Bocas Del Toro','BOCAS DEL TORO',NULL,'','Panama','',0,0,169,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3502,'11131','Bocca Di Magra','BOCCA DI MAGRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3503,'35471','Boccheggiano','BOCCHEGGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3504,'11636','Bocenago','BOCENAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3505,'15685','Bochnia','BOCHNIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3506,'38766','Bocholt','BOCHOLT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3507,'2034','Bochum','BOCHUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3508,'27183','Bockenem','BOCKENEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3509,'22720','Bockhorn','BOCKHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:30','1900-01-01 00:00:00',1,0,1),(3510,'1823','Bodega','BODEGA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3511,'14708','Bodegraven','BODEGRAVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3512,'7658','Bodelwyddan','BODELWYDDAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3513,'16749','Boden','BODEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3514,'22721','Bodenmais','BODENMAIS',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3515,'27069','Bodensdorf','BODENSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3517,'40840','Bodhgaya','BODHGAYA',NULL,'','India','',0,0,101,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3518,'27336','Bodingen','BODINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3519,'7659','Bodmin','BODMIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3520,'14913','Bodo','BODO',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3521,'17337','Bodrum','BODRUM',NULL,'','Turkey','Bodrum',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3522,'36805','Bodrum-gumbet','BODRUM-GUMBET',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3523,'36803','Bodrum-ortakent','BODRUM-ORTAKENT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3524,'36812','Bodrum-turgutreis','BODRUM-TURGUTREIS',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:31','1900-01-01 00:00:00',1,0,1),(3525,'36813','Bodrum-yaliciftlik','BODRUM-YALICIFTLIK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3526,'13722','Boduhuraa','BODUHURAA',NULL,'','Maldives','',0,0,133,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3527,'37915','Bodyke','BODYKE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3528,'5159','Boe','BOE',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3529,'39792','Boebingen','BOEBINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3530,'112','Boeblingen','BOEBLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3531,'5160','Boeil-bezing','BOEIL-BEZING',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3532,'14744','Boekelo','BOEKELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3533,'4153','Boën','BOËN',NULL,'','France','',0,0,76,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3534,'32625','Boende','BOENDE',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3535,'30479','Boerne','BOERNE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3536,'39811','Boffalora Sopra Ticino','BOFFALORA SOPRA TICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3537,'16710','Bofors','BOFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3538,'19718','Bogart','BOGART',NULL,'','United States','',0,0,231,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3539,'40111','Bogazici','BOGAZICI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3540,'22722','Bogen','BOGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3541,'2187','Bogense','BOGENSE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:32','1900-01-01 00:00:00',1,0,1),(3542,'37334','Bogliasco','BOGLIASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3543,'39691','Bogno','BOGNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3544,'7660','Bognor Regis','BOGNOR REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3545,'10281','Bogor','BOGOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3546,'35369','Bogor-puncak','BOGOR-PUNCAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3547,'24078','Bogota','BOGOTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3548,'28647','Bohemia','BOHEMIA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3549,'43347','Bohinj','BOHINJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3550,'16628','Bohinjska Bela','BOHINJSKA BELA',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3551,'16621','Bohinjsko Jezero','BOHINJSKO JEZERO',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3552,'27337','Bohlen','BOHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3553,'38650','Bohmstedt','BOHMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3554,'1997','Bohnsdorf','BOHNSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3555,'36547','Bohol','BOHOL',NULL,'','Philippines','Bohol',0,0,173,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3556,'40627','Bohoyo','BOHOYO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3557,'41387','Boi','BOI',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3558,'28648','Boiceville','BOICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3559,'26189','Boigu Island','BOIGU ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:33','1900-01-01 00:00:00',1,0,1),(3560,'29833','Boiling Springs','BOILING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3561,'41979','Boipeba','BOIPEBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3562,'22001','Bois Blanc Island','BOIS BLANC ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3563,'43143','Bois De Boulogne','BOIS DE BOULOGNE',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3564,'25957','Bois-chatel','BOIS-CHATEL',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3565,'4673','Bois-colombes','BOIS-COLOMBES',NULL,'','France','',0,0,76,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3566,'20334','Boise','BOISE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:34','1900-01-01 00:00:00',1,0,1),(3567,'5798','Bois-guillaume','BOIS-GUILLAUME',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3568,'5623','Boismorand','BOISMORAND',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3569,'5624','Boisseaux','BOISSEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3570,'38306','Boisset','BOISSET',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3571,'43969','Boissy-saint-leger','BOISSY-SAINT-LEGER',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3572,'4154','Boissy-saint-léger','BOISSY-SAINT-LÉGER',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3573,'27184','Bokel','BOKEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3574,'42292','Bokissa Island','BOKISSA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3575,'10220','Bokondini','BOKONDINI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3576,'37776','Bokong','BOKONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3577,'32381','Boksburg','BOKSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3578,'9983','Bol','BOL',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3579,'26168','Bolans','BOLANS',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3580,'5799','Bolbec','BOLBEC',NULL,'','France','',0,0,76,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3581,'7661','Boldon','BOLDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:35','1900-01-01 00:00:00',1,0,1),(3582,'4008','Bole','BOLE',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3583,'15630','Boleslawiec','BOLESLAWIEC',NULL,'','Poland','',0,0,174,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3584,'35473','Bolgheri','BOLGHERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3585,'44253','Bolifushi Island','BOLIFUSHI ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3586,'42940','Bolinao','BOLINAO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3587,'18322','Bolinas','BOLINAS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3588,'20456','Bolingbrook','BOLINGBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3589,'15920','Boliqueime','BOLIQUEIME',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3590,'27585','Bolivar','BOLIVAR',NULL,'','United States','',0,0,231,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3591,'24939','Bolivia','BOLIVIA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3592,'11637','Bollate','BOLLATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:36','1900-01-01 00:00:00',1,0,1),(3593,'614','Bollendorf','BOLLENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3594,'6395','Bollene','BOLLENE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3595,'6150','Bollezeele','BOLLEZEELE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3596,'16696','Bollnas','BOLLNAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3597,'3192','Bollullos De La Mitacion','BOLLULLOS DE LA MITACION',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3598,'6756','Bollwiller','BOLLWILLER',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3599,'7662','Bolney','BOLNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3600,'12715','Bologna','BOLOGNA',NULL,'','Italy','Bologna',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3601,'35444','Bologna-castel Maggi','BOLOGNA-CASTEL MAGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3602,'39238','Bolognetta','BOLOGNETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3603,'43737','Bolpur','BOLPUR',NULL,'','India','',0,0,101,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3604,'5896','Bolquere','BOLQUERE',NULL,'','France','',0,0,76,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3605,'11638','Bolsena','BOLSENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3606,'3320','Boltana','BOLTANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3607,'827','Boltenhagen','BOLTENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3608,'40044','Boltiere','BOLTIERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:37','1900-01-01 00:00:00',1,0,1),(3609,'23145','Boltigen','BOLTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3610,'7663','Bolton','BOLTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3611,'1193','Bolton','BOLTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3612,'28649','Bolton Landing','BOLTON LANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3613,'17272','Bolu','BOLU',NULL,'','Turkey','Bolu',0,0,222,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3614,'3522','Bolvir','BOLVIR',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3615,'12862','Bolzano','BOLZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3616,'15793','Bom Jesus Do Monte','BOM JESUS DO MONTE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3617,'32626','Boma','BOMA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3618,'34105','Bomaderry','BOMADERRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3619,'41667','Bombarral','BOMBARRAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3620,'972','Bombinhas','BOMBINHAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3621,'31299','Bomoseen','BOMOSEEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3622,'14999','Bon','BON',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3623,'25276','Bon Accord','BON ACCORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:38','1900-01-01 00:00:00',1,0,1),(3624,'23146','Bonaduz','BONADUZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3625,'25886','Bonaire','BONAIRE',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3626,'405','Bonames','BONAMES',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3627,'40171','Bonassola','BONASSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3628,'39715','Bonate Sopra','BONATE SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3629,'19275','Bonaventure','BONAVENTURE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3630,'25958','Bonaventure','BONAVENTURE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3631,'24669','Boncelles','BONCELLES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3632,'6216','Bonchamp-les-laval','BONCHAMP-LES-LAVAL',NULL,'','France','',0,0,76,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3633,'7665','Bonchurch','BONCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3634,'26640','Bond Springs','BOND SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3635,'34106','Bondi','BONDI',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3636,'6151','Bondues','BONDUES',NULL,'','France','',0,0,76,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3637,'31300','Bondville','BONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3638,'37818','Bonefro','BONEFRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3639,'25020','Bonfim','BONFIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:39','1900-01-01 00:00:00',1,0,1),(3640,'30480','Bonham','BONHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3641,'24605','Bonheiden','BONHEIDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3642,'5761','Bonifacio','BONIFACIO',NULL,'','France','',0,0,76,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3643,'11639','Bonifati','BONIFATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3644,'19276','Bonifay','BONIFAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3645,'23147','Bonigen','BONIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3646,'18323','Bonita','BONITA',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3647,'25072','Bonito','BONITO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3648,'27338','Bonn','BONN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3649,'5995','Bonnat','BONNAT',NULL,'','France','',0,0,76,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3650,'22510','Bonndorf','BONNDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3651,'27586','Bonne Terre','BONNE TERRE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3652,'113','Bonneberg','BONNEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:40','1900-01-01 00:00:00',1,0,1),(3653,'21030','Bonner Springs','BONNER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3654,'20337','Bonners Ferry','BONNERS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3655,'5135','Bonneuil Sur Marne','BONNEUIL SUR MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3656,'43971','Bonneuil-en-france','BONNEUIL-EN-FRANCE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3657,'41577','Bonneuil-sur-marne','BONNEUIL-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3658,'5766','Bonnevaux-le-prieure','BONNEVAUX-LE-PRIEURE',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3659,'5372','Bonneville-la-louvet','BONNEVILLE-LA-LOUVET',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3660,'6396','Bonnieux','BONNIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3661,'39020','Bonnya','BONNYA',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3662,'7666','Bonnyrigg','BONNYRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3663,'25277','Bonnyville','BONNYVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3664,'5625','Bono','BONO',NULL,'','France','',0,0,76,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3665,'7667','Bonsall','BONSALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:41','1900-01-01 00:00:00',1,0,1),(3666,'18324','Bonsall','BONSALL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3667,'5800','Bonsecours','BONSECOURS',NULL,'','France','',0,0,76,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3668,'24969','Bonsucesso','BONSUCESSO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3669,'42791','Bontang','BONTANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3670,'6931','Bontddu','BONTDDU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3671,'7668','Bontnewydd','BONTNEWYDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3672,'34107','Bonville','BONVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3673,'10111','Bonyhad','BONYHAD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3674,'3119','Boo','BOO',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3675,'7669','Bookham','BOOKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3676,'33783','Boone','BOONE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3677,'27832','Booneville','BOONEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:42','1900-01-01 00:00:00',1,0,1),(3678,'28650','Boonville','BOONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3679,'10830','Booterstown','BOOTERSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3680,'21835','Boothbay','BOOTHBAY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3681,'39847','Boothville','BOOTHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3682,'7670','Bootle','BOOTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3683,'114','Boppard','BOPPARD',NULL,'','Germany','Boppard',54,0,83,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3684,'15738','Boqueron','BOQUERON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3685,'15347','Boquete','BOQUETE',NULL,'','Panama','',0,0,169,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3686,'16114','Bora Bora','BORA BORA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:42:43','1900-01-01 00:00:00',1,0,1),(3687,'15441','Boracay','BORACAY',NULL,'','Philippines','',0,0,173,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3688,'16880','Boras','BORAS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3689,'25028','Borba','BORBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3690,'12875','Borca Di Cadore','BORCA DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3691,'28206','Bordentown','BORDENTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3692,'7671','Bordesley','BORDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3693,'11640','Bordighera','BORDIGHERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3694,'39246','Bordj Badji Mokhtar','BORDJ BADJI MOKHTAR',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3695,'6323','Bords','BORDS',NULL,'','France','',0,0,76,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3696,'7672','Borehamwood','BOREHAMWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3697,'2417','Borg El Arab','BORG EL ARAB',NULL,'','Egypt','',0,0,65,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3698,'10968','Borgarfjordur Eystri','BORGARFJORDUR EYSTRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3699,'11010','Borgarnes','BORGARNES',NULL,'','Iceland','Borgarnes',0,0,100,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3700,'1557','Borgaro','BORGARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3701,'30481','Borger','BORGER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:44','1900-01-01 00:00:00',1,0,1),(3702,'14493','Borger','BORGER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3703,'828','Borgerende-rethwisch','BORGERENDE-RETHWISCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3704,'16727','Borgholm','BORGHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3705,'38724','Borgia','BORGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3706,'38032','Borglum','BORGLUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3707,'4674','Borgo','BORGO',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3708,'41017','Borgo S Lorenzo','BORGO S LORENZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3709,'11643','Borgomale','BORGOMALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3710,'40442','Borgomanero','BORGOMANERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3711,'39297','Borispol','BORISPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3712,'17141','Borj Cedria','BORJ CEDRIA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3713,'27185','Borkum','BORKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3714,'16738','Borlange','BORLANGE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3715,'1601','Bormes Les Mimosas','BORMES LES MIMOSAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3716,'6397','Bormes-les-mimosas','BORMES-LES-MIMOSAS',NULL,'','France','',0,0,76,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3717,'11644','Bormio','BORMIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3718,'3193','Bormujos','BORMUJOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:45','1900-01-01 00:00:00',1,0,1),(3719,'14567','Born','BORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3720,'1787','Borneo Highlands','BORNEO HIGHLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3721,'406','Bornheim','BORNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3722,'2117','Bornholm','BORNHOLM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3723,'10294','Borobudur','BOROBUDUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3724,'26388','Bororen','BOROREN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3725,'7673','Boroughbridge','BOROUGHBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3726,'24811','Borovets','BOROVETS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3727,'2257','Borre','BORRE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3728,'18326','Borrego Springs','BORREGO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3729,'11645','Borrello','BORRELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3730,'11646','Borro','BORRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3731,'26373','Borroloola','BORROLOOLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3732,'36615','Bors','BORS',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3733,'4157','Bort-l Etang','BORT-L ETANG',NULL,'','France','',0,0,76,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3734,'5996','Bort-les-orgues','BORT-LES-ORGUES',NULL,'','France','',0,0,76,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3735,'3957','Bortre Tolo','BORTRE TOLO',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:46','1900-01-01 00:00:00',1,0,1),(3736,'42770','Borxbourne','BORXBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3737,'11647','Borzonasca','BORZONASCA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3738,'14624','Bos En Lommer','BOS EN LOMMER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3739,'11648','Bosa','BOSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3740,'24131','Bosa','BOSA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3741,'7674','Boscastle','BOSCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3742,'39899','Boscawen','BOSCAWEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3743,'14677','Bosch En Duin','BOSCH EN DUIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3744,'11649','Bosco','BOSCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3745,'22999','Bosco Luganese','BOSCO LUGANESE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3746,'31701','Boscobel','BOSCOBEL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3747,'13094','Boscobel','BOSCOBEL',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3748,'7675','Boscombe','BOSCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3749,'40408','Boscotrecase','BOSCOTRECASE',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3750,'27186','Bosen','BOSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3751,'39102','Bosham','BOSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3752,'32513','Boshoek','BOSHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3753,'36714','Bosra','BOSRA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3754,'14591','Bosschenhoofd','BOSSCHENHOOFD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:42:47','1900-01-01 00:00:00',1,0,1),(3755,'38769','Bossico','BOSSICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3756,'21173','Bossier City','BOSSIER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3757,'2536','Bossost','BOSSOST',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3758,'17259','Bostanci','BOSTANCI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3759,'31049','Boston','BOSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3760,'9320','Boston','BOSTON',NULL,'','United Kingdom','Boston',0,0,229,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3761,'25015','Botafogo','BOTAFOGO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3762,'34108','Botany','BOTANY',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3763,'3523','Botarell','BOTARELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3764,'3958','Botby','BOTBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3765,'31445','Bothell','BOTHELL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:48','1900-01-01 00:00:00',1,0,1),(3766,'40753','Bothwell','BOTHWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3767,'29265','Botkins','BOTKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3768,'7676','Botley','BOTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3769,'36617','Botosani','BOTOSANI',NULL,'','Romania','',0,0,179,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3770,'25267','Botswana','BOTSWANA',NULL,'','Botswana','',0,0,28,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3771,'28047','Bottineau','BOTTINEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3772,'16944','Bottle Creek','BOTTLE CREEK',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3773,'27339','Bottrop','BOTTROP',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3774,'42638','Botucatu','BOTUCATU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3775,'43566','Bou Saada','BOU SAADA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3776,'4974','Bouaye','BOUAYE',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3777,'43095','Bouc Bel Air','BOUC BEL AIR',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3778,'25959','Boucherville','BOUCHERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3779,'4158','Bouches Du Rhône','BOUCHES DU RHÔNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3780,'42694','Bouctouche','BOUCTOUCHE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3781,'23148','Boudevilliers','BOUDEVILLIERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3782,'15033','Boudha','BOUDHA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3783,'37501','Boufflers','BOUFFLERS',NULL,'','France','',0,0,76,'2016-10-17 10:42:49','1900-01-01 00:00:00',1,0,1),(3784,'7677','Boughton','BOUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3785,'4675','Bougival','BOUGIVAL',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3786,'4975','Bouguenais','BOUGUENAIS',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3787,'5442','Bouilland','BOUILLAND',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3788,'9377','Bouillante','BOUILLANTE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3789,'24693','Bouillon','BOUILLON',NULL,'','Belgium','',0,0,21,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3790,'9442','Boukari','BOUKARI',NULL,'','Greece','',0,0,86,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3791,'24042','Boukiero','BOUKIERO',NULL,'','Congo','',0,0,51,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3792,'4902','Boulazac','BOULAZAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3793,'6398','Boulbon','BOULBON',NULL,'','France','',0,0,76,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3794,'27941','Boulder','BOULDER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3795,'38487','Boulder','BOULDER',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:50','1900-01-01 00:00:00',1,0,1),(3796,'18329','Boulevard','BOULEVARD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3797,'26389','Boulia','BOULIA',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3798,'5161','Bouliac','BOULIAC',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3799,'4676','Boulogne-billancourt','BOULOGNE-BILLANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3800,'4159','Boulogne-sur-mer','BOULOGNE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3801,'41901','Bouloupari','BOULOUPARI',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3802,'6399','Boulouris-sur-mer','BOULOURIS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3803,'40549','Boumalne Dades','BOUMALNE DADES',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3804,'17572','Boundary','BOUNDARY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3805,'24043','Boundji','BOUNDJI',NULL,'','Congo','',0,0,51,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3806,'33307','Bountiful','BOUNTIFUL',NULL,'','United States','',0,0,231,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3807,'42656','Bourail','BOURAIL',NULL,'','New Caledonia','',0,0,156,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3808,'4160','Bourbon Lancy','BOURBON LANCY',NULL,'','France','',0,0,76,'2016-10-17 10:42:51','1900-01-01 00:00:00',1,0,1),(3809,'43975','Bourbon-lancy','BOURBON-LANCY',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3810,'39960','Bourbon-larchambault','BOURBON-LARCHAMBAULT',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3811,'20457','Bourbonnais','BOURBONNAIS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3812,'5713','Bourbonne-les-bains','BOURBONNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3813,'5162','Bourdeilles','BOURDEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3814,'21174','Bourg','BOURG',NULL,'','United States','',0,0,231,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3815,'4161','Bourg Achard','BOURG ACHARD',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3816,'5997','Bourganeuf','BOURGANEUF',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3817,'24769','Bourgas','BOURGAS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3818,'6584','Bourg-de-peage','BOURG-DE-PEAGE',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3819,'38108','Bourg-doueil','BOURG-DOUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3820,'4831','Bourg-en-bresse','BOURG-EN-BRESSE',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3821,'5626','Bourges','BOURGES',NULL,'','France','',0,0,76,'2016-10-17 10:42:52','1900-01-01 00:00:00',1,0,1),(3822,'41575','Bourg-les-valence','BOURG-LES-VALENCE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3823,'5714','Bourgogne','BOURGOGNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3824,'4950','Bourgoin-jallieu','BOURGOIN-JALLIEU',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3825,'5163','Bourgougnague','BOURGOUGNAGUE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3826,'38767','Bourg-saint-andeol','BOURG-SAINT-ANDEOL',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3827,'5065','Bourg-saint-maurice','BOURG-SAINT-MAURICE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3828,'38256','Bourg-saint-pierre','BOURG-SAINT-PIERRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3829,'36232','Bourg-st Maurice','BOURG-ST MAURICE',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3830,'5627','Bourgueil','BOURGUEIL',NULL,'','France','',0,0,76,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3831,'34109','Bourke','BOURKE',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3832,'21319','Bourne','BOURNE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3833,'1195','Bournemouth','BOURNEMOUTH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3834,'9238','Bournemouth','BOURNEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:53','1900-01-01 00:00:00',1,0,1),(3835,'6217','Bournezeau','BOURNEZEAU',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3836,'13645','Bourscheid','BOURSCHEID',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3837,'5801','Bourth','BOURTH',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3838,'36295','Bourton-on-the-water','BOURTON-ON-THE-WATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3839,'6932','Bourton-on-water','BOURTON-ON-WATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3840,'40069','Boussaada','BOUSSAADA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3841,'5628','Boussay','BOUSSAY',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3842,'6072','Boussens','BOUSSENS',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3843,'4677','Boutigny-sur-essonne','BOUTIGNY-SUR-ESSONNE',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3844,'6073','Bouzies','BOUZIES',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3845,'40684','Bouznika','BOUZNIKA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3846,'38754','Bovalino','BOVALINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3847,'39876','Bovec','BOVEC',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3848,'14794','Boverbru','BOVERBRU',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3849,'6284','Boves','BOVES',NULL,'','France','',0,0,76,'2016-10-17 10:42:54','1900-01-01 00:00:00',1,0,1),(3850,'7680','Bovey Tracey','BOVEY TRACEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3851,'7681','Bovingdon','BOVINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3852,'11651','Bovisio Masciago','BOVISIO MASCIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3853,'37745','Bovolenta','BOVOLENTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3854,'32671','Bow','BOW',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3855,'41184','Bow Street','BOW STREET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3856,'6933','Bowburn','BOWBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3857,'7682','Bowdon','BOWDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3858,'26390','Bowen','BOWEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3859,'21645','Bowie','BOWIE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3860,'31703','Bowler','BOWLER',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3861,'27588','Bowling Green','BOWLING GREEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:55','1900-01-01 00:00:00',1,0,1),(3862,'28048','Bowman','BOWMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3863,'28651','Bowmansville','BOWMANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3864,'34453','Bowmanville','BOWMANVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3865,'42024','Bowmore','BOWMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3866,'25278','Bowness','BOWNESS',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3867,'43577','Bowness On Windermere','BOWNESS ON WINDERMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3868,'1530','Bowness-on-windermer','BOWNESS-ON-WINDERMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3869,'34110','Bowral','BOWRAL',NULL,'','Australia','Bowral',0,0,13,'2016-10-17 10:42:56','1900-01-01 00:00:00',1,0,1),(3870,'25397','Bowser','BOWSER',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3871,'26488','Box Hill','BOX HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3872,'21320','Boxborough','BOXBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3873,'22723','Boxdorf','BOXDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3874,'31050','Boyce','BOYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3875,'29834','Boyertown','BOYERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3876,'18330','Boyes Hot Springs','BOYES HOT SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3877,'22002','Boyne City','BOYNE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3878,'19279','Boynton Beach','BOYNTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3879,'28104','Boys Town','BOYS TOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:57','1900-01-01 00:00:00',1,0,1),(3880,'27942','Bozeman','BOZEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3881,'24804','Bozhentsi','BOZHENTSI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3882,'23674','Bozhou','BOZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3883,'24305','Bozi Dar','BOZI DAR',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3884,'19055','Bozrah','BOZRAH',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3885,'1568','Bq','BQ',NULL,'','Norway','',0,0,164,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3886,'2144','Brabrand','BRABRAND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3887,'9984','Brac','BRAC',NULL,'','Croatia','',0,0,55,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3888,'11653','Bracciano','BRACCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3889,'34454','Bracebridge','BRACEBRIDGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3890,'31051','Bracey','BRACEY',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3891,'6285','Braches','BRACHES',NULL,'','France','',0,0,76,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3892,'5629','Bracieux','BRACIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3893,'32800','Bracken','BRACKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3894,'25398','Brackendale','BRACKENDALE',NULL,'','Canada','',0,0,39,'2016-10-17 10:42:58','1900-01-01 00:00:00',1,0,1),(3895,'32440','Brackenfell','BRACKENFELL',NULL,'','South Africa','',0,0,195,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3896,'22511','Brackenheim','BRACKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3897,'30483','Brackettville','BRACKETTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3898,'7684','Brackley','BRACKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3899,'7685','Bracknell','BRACKNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3900,'26626','Braddon','BRADDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3901,'19281','Bradenton','BRADENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3902,'31301','Bradford','BRADFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3903,'7686','Bradford','BRADFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:42:59','1900-01-01 00:00:00',1,0,1),(3904,'7687','Bradford-on-avon','BRADFORD-ON-AVON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3905,'33597','Bradfordsville','BRADFORDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3906,'20459','Bradley','BRADLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3907,'7688','Bradworthy','BRADWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3908,'30484','Brady','BRADY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3909,'7689','Brae','BRAE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3910,'2315','Braedstrup','BRAEDSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3911,'7690','Braemar','BRAEMAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3912,'15879','Braga','BRAGA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3913,'15887','Braganca','BRAGANCA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3914,'25279','Bragg Creek','BRAGG CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3915,'20460','Braidwood','BRAIDWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3916,'36618','Braila','BRAILA',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:00','1900-01-01 00:00:00',1,0,1),(3917,'22327','Brainerd','BRAINERD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3918,'39440','Brain-sur-allonnes','BRAIN-SUR-ALLONNES',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3919,'7691','Braintree','BRAINTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3920,'21321','Braintree','BRAINTREE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3921,'7692','Braithwaite','BRAITHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3922,'32554','Brakpan','BRAKPAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3923,'5897','Bram','BRAM',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3924,'34455','Bramalea','BRAMALEA',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3925,'38875','Bramans','BRAMANS',NULL,'','France','',0,0,76,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3926,'42768','Bramber','BRAMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3927,'7693','Bramhall','BRAMHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3928,'7694','Bramhope','BRAMHOPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3929,'37304','Bramhult','BRAMHULT',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:01','1900-01-01 00:00:00',1,0,1),(3930,'39938','Bramley','BRAMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3931,'34456','Brampton','BRAMPTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3932,'27187','Bramsche','BRAMSCHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3933,'16212','Bran','BRAN',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3934,'28207','Branchburg','BRANCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3935,'25035','Branco','BRANCO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3936,'24514','Brand','BRAND',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3937,'2272','Brande','BRANDE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3938,'22512','Brandenburg','BRANDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3939,'33598','Brandenburg','BRANDENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3940,'758','Brandis','BRANDIS',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3941,'4678','Brando','BRANDO',NULL,'','France','',0,0,76,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3942,'3909','Brando','BRANDO',NULL,'','Finland','',0,0,75,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3943,'7696','Brandon','BRANDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3944,'27833','Brandon','BRANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:02','1900-01-01 00:00:00',1,0,1),(3945,'25584','Brandon','BRANDON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3946,'6935','Brands Hatch','BRANDS HATCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3947,'43700','Brandsen','BRANDSEN',NULL,'','Argentina','',0,0,10,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3948,'32441','Brandwag','BRANDWAG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3949,'19056','Branford','BRANFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3950,'40094','Brannenburg','BRANNENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3951,'7697','Bransford','BRANSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3952,'27589','Branson','BRANSON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3953,'34457','Brantford','BRANTFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3954,'5164','Brantome','BRANTOME',NULL,'','France','',0,0,76,'2016-10-17 10:43:03','1900-01-01 00:00:00',1,0,1),(3955,'5373','Branville','BRANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3956,'26489','Branxholme','BRANXHOLME',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3957,'2983','Braojos','BRAOJOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3958,'6400','Bras','BRAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3959,'41058','Bras De Alportel','BRAS DE ALPORTEL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3960,'19719','Braselton','BRASELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3961,'25152','Brasilia','BRASILIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3962,'24150','Brasilito','BRASILITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3963,'16213','Brasov','BRASOV',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3964,'40593','Brasparts','BRASPARTS',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3965,'5299','Brassac-les-mines','BRASSAC-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3966,'24606','Brasschaat','BRASSCHAAT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3967,'35353','Brastagi','BRASTAGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3968,'36697','Bratislava','BRATISLAVA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3969,'16320','Bratsk','BRATSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3970,'31303','Brattleboro','BRATTLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3971,'7698','Bratton Fleming','BRATTON FLEMING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:04','1900-01-01 00:00:00',1,0,1),(3972,'615','Braubach','BRAUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3973,'27188','Braunlage','BRAUNLAGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3974,'38026','Braunsbach','BRAUNSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3975,'27189','Braunschweig','BRAUNSCHWEIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3976,'115','Braunschweiger Land','BRAUNSCHWEIGER LAND',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3977,'7699','Braunton','BRAUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3978,'23149','Braunwald','BRAUNWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3979,'4163','Bravone','BRAVONE',NULL,'','France','',0,0,76,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3980,'18331','Brawley','BRAWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3981,'10957','Bray','BRAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:05','1900-01-01 00:00:00',1,0,1),(3982,'7700','Bray','BRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3983,'26888','Braybrook','BRAYBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3984,'38280','Bray-et-lû','BRAY-ET-LÛ',NULL,'','France','',0,0,76,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3985,'20830','Brazil','BRAZIL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3986,'24041','Brazzaville','BRAZZAVILLE',NULL,'','Congo','',0,0,51,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3987,'38008','Brcko','BRCKO',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3988,'18332','Brea','BREA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3989,'21175','Breaux Bridge','BREAUX BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3990,'11654','Brebbia','BREBBIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3991,'41183','Brechin','BRECHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:06','1900-01-01 00:00:00',1,0,1),(3992,'22329','Breckenridge','BRECKENRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3993,'29267','Brecksville','BRECKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3994,'24339','Breclav','BRECLAV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3995,'7701','Brecon','BRECON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3996,'14592','Breda','BREDA',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3997,'2316','Bredal','BREDAL',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3998,'24722','Bredene','BREDENE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(3999,'2317','Bredsten','BREDSTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4000,'20461','Breese','BREESE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4001,'29836','Breezewood','BREEZEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:07','1900-01-01 00:00:00',1,0,1),(4002,'22330','Breezy Point','BREEZY POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4003,'24515','Bregenz','BREGENZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4004,'11655','Breguzzo','BREGUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4005,'1928','Brehna','BREHNA',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4006,'10969','Breiddalsvik','BREIDDALSVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4007,'43156','Breierley Hill','BREIERLEY HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4008,'37450','Breil','BREIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4009,'29837','Breinigsville','BREINIGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4010,'22513','Breisach','BREISACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4011,'116','Breitnau','BREITNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4012,'39545','Brekhovo','BREKHOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4013,'14887','Brekke','BREKKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:08','1900-01-01 00:00:00',1,0,1),(4014,'40363','Brela','BRELA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4015,'40497','Brelidy','BRELIDY',NULL,'','France','',0,0,76,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4016,'38746','Brembate','BREMBATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4017,'20831','Bremen','BREMEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4018,'22514','Bremen','BREMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4019,'1714','Bremen-wehye','BREMEN-WEHYE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4020,'42714','Bremer Bay','BREMER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4021,'377','Bremerhaven','BREMERHAVEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4022,'31448','Bremerton','BREMERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4023,'15367','Brena','BRENA',NULL,'','Peru','',0,0,172,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4024,'39262','Brena Alta','BRENA ALTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4025,'30486','Brenham','BRENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:43:09','1900-01-01 00:00:00',1,0,1),(4026,'7702','Brent','BRENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4027,'17844','Brent','BRENT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4028,'35476','Brenta River Area','BRENTA RIVER AREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4029,'11656','Brentonico','BRENTONICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4030,'33079','Brentwood','BRENTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4031,'7704','Brentwood','BRENTWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4032,'25399','Brentwood Bay','BRENTWOOD BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:10','1900-01-01 00:00:00',1,0,1),(4033,'11657','Brescello','BRESCELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4034,'12783','Brescia','BRESCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4035,'11658','Bressanone','BRESSANONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4036,'43069','Bresso','BRESSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4037,'38376','Bresson','BRESSON',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4038,'6324','Bressuire','BRESSUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4039,'4911','Brest','BREST',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4040,'24899','Brest','BREST',NULL,'','Belarus','',0,0,20,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4041,'5518','Breteil','BRETEIL',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4042,'6218','Bretignolles-sur-mer','BRETIGNOLLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4043,'4679','Bretigny-sur-orge','BRETIGNY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4044,'5374','Bretoncelles','BRETONCELLES',NULL,'','France','',0,0,76,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4045,'22515','Bretten','BRETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:11','1900-01-01 00:00:00',1,0,1),(4046,'5375','Bretteville-sur-odon','BRETTEVILLE-SUR-ODON',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4047,'32673','Bretton Woods','BRETTON WOODS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4048,'1966','Breuberg','BREUBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4049,'41502','Breuil-cervinia','BREUIL-CERVINIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4050,'14678','Breukelen','BREUKELEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4051,'407','Breuna','BREUNA',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4052,'4164','Bréval','BRÉVAL',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4053,'33785','Brevard','BREVARD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4054,'5715','Breviandes','BREVIANDES',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4055,'17573','Brevig Mission','BREVIG MISSION',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4056,'5376','Breville-les-monts','BREVILLE-LES-MONTS',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4057,'5377','Breville-sur-mer','BREVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4058,'22004','Brevort','BREVORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4059,'34111','Brewarrina','BREWARRINA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4060,'21838','Brewer','BREWER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:12','1900-01-01 00:00:00',1,0,1),(4061,'28654','Brewerton','BREWERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4062,'28655','Brewster','BREWSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4063,'17845','Brewton','BREWTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4064,'16595','Brezno','BREZNO',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4065,'33308','Brian Head','BRIAN HEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4066,'5630','Briancon','BRIANCON',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4067,'6401','Brianconnet','BRIANCONNET',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4068,'16255','Briansk','BRIANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4069,'28656','Briarcliff Manor','BRIARCLIFF MANOR',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4070,'38240','Briare','BRIARE',NULL,'','France','',0,0,76,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4071,'11659','Briatico','BRIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4072,'28208','Brick','BRICK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:13','1900-01-01 00:00:00',1,0,1),(4073,'5378','Bricquebec','BRICQUEBEC',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4074,'29622','Bridal Veil','BRIDAL VEIL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4075,'1608','Brides Les Bains','BRIDES LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4076,'6815','Brides-les-bains','BRIDES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4077,'7705','Bridestowe','BRIDESTOWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4078,'28657','Bridgehampton','BRIDGEHAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4079,'7707','Bridgend','BRIDGEND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4080,'31955','Bridgeport','BRIDGEPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:14','1900-01-01 00:00:00',1,0,1),(4081,'27594','Bridgeton','BRIDGETON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4082,'25699','Bridgetown','BRIDGETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4083,'29268','Bridgetown','BRIDGETOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4084,'43638','Bridgetown','BRIDGETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4085,'25228','Bridgetown','BRIDGETOWN',NULL,'','Barbados','',0,0,19,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4086,'20463','Bridgeview','BRIDGEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4087,'19213','Bridgeville','BRIDGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4088,'32674','Bridgewater','BRIDGEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:43:15','1900-01-01 00:00:00',1,0,1),(4089,'25700','Bridgewater','BRIDGEWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4090,'7708','Bridgnorth','BRIDGNORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4091,'7709','Bridgwater','BRIDGWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4092,'7710','Bridlington','BRIDLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4093,'7711','Bridport','BRIDPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4094,'43641','Bridport','BRIDPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4095,'41573','Brie-comte-robert','BRIE-COMTE-ROBERT',NULL,'','France','',0,0,76,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4096,'40654','Briedern','BRIEDERN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4097,'14709','Brielle','BRIELLE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4098,'759','Brielow','BRIELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4099,'23150','Brienz','BRIENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:16','1900-01-01 00:00:00',1,0,1),(4100,'43336','Brienzer Rothorn','BRIENZER ROTHORN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4101,'37423','Brierfield','BRIERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4102,'7712','Brierley Hill','BRIERLEY HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4103,'27190','Brietlingen','BRIETLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4104,'6022','Briey','BRIEY',NULL,'','France','',0,0,76,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4105,'23461','Brig','BRIG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4106,'28212','Brigantine','BRIGANTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4107,'7713','Brigg','BRIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4108,'33309','Brigham City','BRIGHAM CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4109,'7714','Brighouse','BRIGHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4110,'26446','Bright','BRIGHT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4111,'34718','Brighton','BRIGHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:17','1900-01-01 00:00:00',1,0,1),(4112,'7715','Brighton','BRIGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4113,'38647','Brightwood','BRIGHTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4114,'26977','Brigittenau','BRIGITTENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4115,'6585','Brignais','BRIGNAIS',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4116,'6402','Brignoles','BRIGNOLES',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4117,'27340','Brilon','BRILON',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4118,'21324','Brimfield','BRIMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4119,'22007','Brimley','BRIMLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4120,'14293','Brinchang','BRINCHANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4121,'6586','Brindas','BRINDAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4122,'12985','Brindisi','BRINDISI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:18','1900-01-01 00:00:00',1,0,1),(4123,'21646','Brinkleigh','BRINKLEIGH',NULL,'','United States','',0,0,231,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4124,'17993','Brinkley','BRINKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4125,'27191','Brinkum','BRINKUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4126,'26665','Brinsmead','BRINSMEAD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4127,'6219','Briollay','BRIOLLAY',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4128,'5300','Brion','BRION',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4129,'3656','Brion','BRION',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4130,'23151','Brione','BRIONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4131,'12791','Brione','BRIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4132,'11138','Brione, Piedmont','BRIONE, PIEDMONT',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4133,'39444','Brionne','BRIONNE',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4134,'40255','Brioude','BRIOUDE',NULL,'','France','',0,0,76,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4135,'26666','Brisbane','BRISBANE',NULL,'','Australia','Brisbane',0,0,13,'2016-10-17 10:43:19','1900-01-01 00:00:00',1,0,1),(4136,'18335','Brisbane','BRISBANE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4137,'35902','Brisbane-ascot','BRISBANE-ASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4138,'35903','Brisbane-boondall','BRISBANE-BOONDALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4139,'35904','Brisbane-hamilton','BRISBANE-HAMILTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4140,'35906','Brisbane-mt Ommaney','BRISBANE-MT OMMANEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4141,'35907','Brisbane-rocklea','BRISBANE-ROCKLEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4142,'35905','Brisbane-windsor','BRISBANE-WINDSOR',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4143,'30489','Briscoe','BRISCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4144,'11660','Brisighella','BRISIGHELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4145,'23152','Brissago','BRISSAGO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4146,'11661','Brissogne','BRISSOGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4147,'7716','Bristol','BRISTOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4148,'43794','British Columbia','BRITISH COLUMBIA',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4149,'32218','British Virgin Islands','BRITISH VIRGIN ISLANDS',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4150,'760','Britz','BRITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4151,'5998','Brive-la-gaillarde','BRIVE-LA-GAILLARDE',NULL,'','France','',0,0,76,'2016-10-17 10:43:20','1900-01-01 00:00:00',1,0,1),(4152,'3436','Briviesca','BRIVIESCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4153,'39950','Brixen Im Thale','BRIXEN IM THALE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4154,'7717','Brixham','BRIXHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4155,'7718','Brixton','BRIXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4156,'7719','Brize Norton','BRIZE NORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4157,'24340','Brno','BRNO',NULL,'','Czech Republic','Brno',0,0,58,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4158,'16817','Bro','BRO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4159,'7720','Broad Chalke','BROAD CHALKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4160,'26668','Broadbeach','BROADBEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4161,'7721','Broadford','BROADFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4162,'26362','Broadmeadows','BROADMEADOWS',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4163,'7722','Broadstairs','BROADSTAIRS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4164,'27944','Broadus','BROADUS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4165,'20464','Broadview','BROADVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:21','1900-01-01 00:00:00',1,0,1),(4166,'7723','Broadway','BROADWAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4167,'7724','Broadwell','BROADWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4168,'39225','Broadwindsor','BROADWINDSOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4169,'43846','Broby','BROBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4170,'2188','Brobyvaerk','BROBYVAERK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4171,'38186','Brocas','BROCAS',NULL,'','France','',0,0,76,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4172,'25585','Brochet','BROCHET',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4173,'7725','Brockenhurst','BROCKENHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4174,'28663','Brockport','BROCKPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4175,'21325','Brockton','BROCKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4176,'34459','Brockville','BROCKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4177,'18336','Brockway','BROCKWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4178,'7726','Brockworth','BROCKWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4179,'31704','Brodhead','BRODHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:22','1900-01-01 00:00:00',1,0,1),(4180,'29840','Brodheadsville','BRODHEADSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4181,'7727','Brodick','BRODICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4182,'31055','Brodnax','BRODNAX',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4183,'39363','Broekhuizen','BROEKHUIZEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4184,'32882','Broken Arrow','BROKEN ARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4185,'34114','Broken Hill','BROKEN HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4186,'11662','Brolo','BROLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4187,'7728','Bromborough','BROMBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4188,'9259','Bromley','BROMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4189,'33599','Bromley','BROMLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4190,'16862','Bromma','BROMMA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:23','1900-01-01 00:00:00',1,0,1),(4191,'25960','Bromont','BROMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4192,'7730','Brompton Regis','BROMPTON REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4193,'7731','Bromsgrove','BROMSGROVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4194,'7732','Bromyard','BROMYARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4195,'6220','Bron','BRON',NULL,'','France','',0,0,76,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4196,'3321','Bronchales','BRONCHALES',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4197,'2118','Brondby','BRONDBY',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4198,'2205','Brondbyoster','BRONDBYOSTER',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4199,'38795','Bronderslev','BRONDERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4200,'11663','Broni','BRONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4201,'14914','Bronnoysund','BRONNOYSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4202,'15644','Bronowice','BRONOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4203,'2228','Bronshoj','BRONSHOJ',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4204,'39942','Bronte','BRONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4205,'43683','Bronte Park','BRONTE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4206,'28664','Bronx','BRONX',NULL,'','United States','',0,0,231,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4207,'28665','Bronxville','BRONXVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:24','1900-01-01 00:00:00',1,0,1),(4208,'30490','Brookeland','BROOKELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4209,'31305','Brookfield','BROOKFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4210,'19721','Brookhaven','BROOKHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4211,'32995','Brookings','BROOKINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4212,'19197','Brookland','BROOKLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:25','1900-01-01 00:00:00',1,0,1),(4213,'25586','Brooklands','BROOKLANDS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4214,'21647','Brooklandville','BROOKLANDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4215,'28213','Brooklawn','BROOKLAWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4216,'42140','Brooklet','BROOKLET',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4217,'21840','Brooklin','BROOKLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4218,'21326','Brookline','BROOKLINE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4219,'22008','Brooklyn','BROOKLYN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:26','1900-01-01 00:00:00',1,0,1),(4220,'26793','Brooklyn Park','BROOKLYN PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4221,'31056','Brookneal','BROOKNEAL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4222,'25280','Brooks','BROOKS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4223,'33600','Brooks','BROOKS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4224,'30491','Brookshire','BROOKSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4225,'30492','Brookside Village','BROOKSIDE VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:27','1900-01-01 00:00:00',1,0,1),(4226,'21841','Brooksville','BROOKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4227,'34115','Brookvale','BROOKVALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4228,'29842','Brookville','BROOKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4229,'29843','Broomall','BROOMALL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4230,'26951','Broome','BROOME',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4231,'34719','Broomfield','BROOMFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4232,'7733','Broompark','BROOMPARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4233,'9327','Broomsgrove','BROOMSGROVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:28','1900-01-01 00:00:00',1,0,1),(4234,'7734','Brora','BRORA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4235,'38538','Brorup','BRORUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4236,'7735','Broseley','BROSELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4237,'25961','Brossard','BROSSARD',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4238,'41780','Brotas','BROTAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4239,'3322','Broto','BROTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4240,'42461','Brotterode','BROTTERODE',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4241,'7736','Brotton','BROTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4242,'40913','Broughton','BROUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4243,'25789','Broughton Island','BROUGHTON ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4244,'7739','Broughty Ferry','BROUGHTY FERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4245,'43709','Broulee','BROULEE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4246,'41818','Broumana','BROUMANA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4247,'21177','Broussard','BROUSSARD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4248,'2235','Brovst','BROVST',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:29','1900-01-01 00:00:00',1,0,1),(4249,'30493','Brownfield','BROWNFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4250,'20833','Brownsburg','BROWNSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4251,'25962','Brownsburg-chatham','BROWNSBURG-CHATHAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4252,'20834','Brownstown','BROWNSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:30','1900-01-01 00:00:00',1,0,1),(4253,'30496','Brownwood','BROWNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4254,'7740','Broxbourne','BROXBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4255,'37671','Broxburn','BROXBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4256,'7741','Broxted','BROXTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4257,'7742','Broxton','BROXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4258,'3632','Brozas','BROZAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4259,'5014','Bruay La Buissiere','BRUAY LA BUISSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4260,'41810','Bruay-la-buissiere','BRUAY-LA-BUISSIERE',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4261,'6152','Bruay-sur-l\'escaut','BRUAY-SUR-L\'ESCAUT',NULL,'','France','',0,0,76,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4262,'27835','Bruce','BRUCE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:31','1900-01-01 00:00:00',1,0,1),(4263,'15182','Bruce Bay','BRUCE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4264,'22516','Bruchsal','BRUCHSAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4265,'853','Bruck An Der Glockne','BRUCK AN DER GLOCKNE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4266,'11664','Brucoli','BRUCOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4267,'117','Brueggen','BRUEGGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4268,'118','Bruehl','BRUEHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4269,'6940','Bruera','BRUERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4270,'11665','Brufa','BRUFA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4271,'41600','Brufut','BRUFUT',NULL,'','Gambia','',0,0,81,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4272,'24723','Bruges','BRUGES',NULL,'','Belgium','Bruges',0,0,21,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4273,'42305','Brugg','BRUGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4274,'44128','Bruggen','BRUGGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4275,'12739','Brugnera','BRUGNERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4276,'41026','Bruhl','BRUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4277,'11666','Bruino','BRUINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4278,'42021','Bruma','BRUMA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:32','1900-01-01 00:00:00',1,0,1),(4279,'11667','Brumano','BRUMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4280,'38935','Brummen','BRUMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4281,'3959','Brunakarr','BRUNAKARR',NULL,'','Finland','',0,0,75,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4282,'11668','Brunate','BRUNATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4283,'25253','Brunei','BRUNEI',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4284,'14387','Brunei','BRUNEI',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4285,'6403','Brunet','BRUNET',NULL,'','France','',0,0,76,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4286,'2984','Brunete','BRUNETE',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4287,'11669','Brunico','BRUNICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4288,'22517','Brunlisbach','BRUNLISBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4289,'27098','Brunn Am Gebirge','BRUNN AM GEBIRGE',NULL,'','Austria','',0,0,14,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4290,'23153','Brunnen','BRUNNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4291,'16663','Brunnsviken','BRUNNSVIKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4292,'40068','Brunnthal','BRUNNTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4293,'6941','Brunstane','BRUNSTANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4294,'26490','Brunswick','BRUNSWICK',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4295,'29275','Brunswick','BRUNSWICK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:33','1900-01-01 00:00:00',1,0,1),(4296,'43653','Bruny Island','BRUNY ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4297,'2537','Brunyola','BRUNYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4298,'13018','Brusaporto','BRUSAPORTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4299,'616','Bruschied','BRUSCHIED',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4300,'34720','Brush','BRUSH',NULL,'','United States','',0,0,231,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4301,'13019','Brusimpiano','BRUSIMPIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4302,'970','Brusque','BRUSQUE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4303,'39448','Brusque','BRUSQUE',NULL,'','France','',0,0,76,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4304,'24602','Brussels','BRUSSELS',NULL,'','Belgium','Brussels',0,0,21,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4305,'38034','Brusson','BRUSSON',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:34','1900-01-01 00:00:00',1,0,1),(4306,'4165','Bruyères','BRUYÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4307,'5519','Bruz','BRUZ',NULL,'','France','',0,0,76,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4308,'30498','Bryan','BRYAN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4309,'27596','Bryant','BRYANT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4310,'21651','Bryantown','BRYANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4311,'33311','Bryce Canyon','BRYCE CANYON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4312,'14952','Bryn','BRYN',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4313,'14965','Bryne','BRYNE',NULL,'','Norway','',0,0,164,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4314,'41181','Brynsiencyn','BRYNSIENCYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:35','1900-01-01 00:00:00',1,0,1),(4315,'33788','Bryson City','BRYSON CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4316,'4680','Bry-sur-marne','BRY-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4317,'43174','Bsalim','BSALIM',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4318,'40622','Bsharri','BSHARRI',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4319,'9393','Bubaque','BUBAQUE',NULL,'','Guinea-Bissau','',0,0,93,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4320,'22518','Bubenbach','BUBENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4321,'3194','Bubion','BUBION',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4322,'4681','Buc','BUC',NULL,'','France','',0,0,76,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4323,'36564','Bucaco','BUCACO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4324,'24124','Bucaramanga','BUCARAMANGA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4325,'26392','Bucasia','BUCASIA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4326,'40496','Buccleuch','BUCCLEUCH',NULL,'','South Africa','',0,0,195,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4327,'14052','Bucerias','BUCERIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4328,'33083','Buchanan','BUCHANAN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:36','1900-01-01 00:00:00',1,0,1),(4329,'16201','Bucharest','BUCHAREST',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4330,'36632','Bucharest-otopeni','BUCHAREST-OTOPENI',NULL,'','Romania','',0,0,179,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4331,'22520','Buchen','BUCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4332,'22724','Buchenberg','BUCHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4333,'13482','Bucheon','BUCHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4334,'41571','Bucheres','BUCHERES',NULL,'','France','',0,0,76,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4335,'11670','Bucine','BUCINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4336,'7743','Buckden','BUCKDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:37','1900-01-01 00:00:00',1,0,1),(4337,'27192','Buckeburg','BUCKEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4338,'18107','Buckeye','BUCKEYE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4339,'21652','Buckeystown','BUCKEYSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4340,'7744','Buckfastleigh','BUCKFASTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4341,'31958','Buckhannon','BUCKHANNON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4342,'19724','Buckhead','BUCKHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4343,'33602','Buckhorn','BUCKHORN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:38','1900-01-01 00:00:00',1,0,1),(4344,'34460','Buckhorn','BUCKHORN',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4345,'7745','Buckhurst Hill','BUCKHURST HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4346,'7746','Buckie','BUCKIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4347,'7747','Buckingham','BUCKINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4348,'29844','Buckingham','BUCKINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4349,'6942','Buckinghamshire','BUCKINGHAMSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4350,'6943','Buckland','BUCKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4351,'17574','Buckland','BUCKLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4352,'31450','Buckley','BUCKLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4353,'761','Buckow','BUCKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4354,'7748','Bucksburn','BUCKSBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4355,'33084','Bucksnort','BUCKSNORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:39','1900-01-01 00:00:00',1,0,1),(4356,'21843','Bucksport','BUCKSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4357,'29279','Bucyrus','BUCYRUS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4358,'30500','Buda','BUDA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4359,'40196','Budakeszi','BUDAKESZI',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4360,'10098','Budaors','BUDAORS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4361,'10085','Budapest','BUDAPEST',NULL,'','Hungary','Budapest',0,0,99,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4362,'10970','Budardalur','BUDARDALUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4363,'28215','Budd Lake','BUDD LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4364,'2206','Buddinge','BUDDINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4365,'38634','Buddusò','BUDDUSÒ',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4366,'7749','Bude','BUDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4367,'15921','Budens','BUDENS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4368,'26393','Buderim','BUDERIM',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:40','1900-01-01 00:00:00',1,0,1),(4369,'34116','Budgewoi','BUDGEWOI',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4370,'10971','Budir','BUDIR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4371,'7750','Budleigh Salterton','BUDLEIGH SALTERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4372,'12740','Budoia','BUDOIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4373,'13030','Budoni','BUDONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4374,'40070','Budrio','BUDRIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4375,'32366','Budva','BUDVA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4376,'39478','Buechenbeuren','BUECHENBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4377,'40165','Buechlberg','BUECHLBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4378,'22522','Buehl','BUEHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4379,'2077','Buehlertal','BUEHLERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4380,'23001','Buelach','BUELACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4381,'18338','Buellton','BUELLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:41','1900-01-01 00:00:00',1,0,1),(4382,'28217','Buena','BUENA',NULL,'','United States','',0,0,231,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4383,'24128','Buenaventura','BUENAVENTURA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4384,'13883','Buenavista','BUENAVISTA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:43:42','1900-01-01 00:00:00',1,0,1),(4385,'37947','Buenavista Del Norte','BUENAVISTA DEL NORTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4386,'26113','Buenos Aires','BUENOS AIRES',NULL,'','Argentina','Buenos Aires',0,0,10,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4387,'27341','Bueren','BUEREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4388,'44130','Buesum','BUESUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4389,'42662','Bueu','BUEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4390,'22333','Buffalo','BUFFALO',NULL,'','United States','',0,0,231,'2016-10-17 10:43:43','1900-01-01 00:00:00',1,0,1),(4391,'22940','Buffalo Narrows','BUFFALO NARROWS',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:44','1900-01-01 00:00:00',1,0,1),(4392,'32655','Buffalo Range','BUFFALO RANGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4393,'19727','Buford','BUFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4394,'904','Buga','BUGA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4395,'39997','Buggiano','BUGGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:45','1900-01-01 00:00:00',1,0,1),(4396,'14195','Bugibba','BUGIBBA',NULL,'','Malta','',0,0,135,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4397,'16256','Bugulma','BUGULMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4398,'6757','Buhl','BUHL',NULL,'','France','',0,0,76,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4399,'36043','Buhl','BUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4400,'33789','Buies Creek','BUIES CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4401,'14625','Buiksloot','BUIKSLOOT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:46','1900-01-01 00:00:00',1,0,1),(4402,'7751','Builth Wells','BUILTH WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4403,'14626','Buitenveldert','BUITENVELDERT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4404,'37327','Buje','BUJE',NULL,'','Croatia','',0,0,55,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4405,'24572','Bujumbura','BUJUMBURA',NULL,'','Burundi','',0,0,36,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4406,'35336','Buk','BUK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4407,'32627','Bukavu','BUKAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4408,'40712','Bukayriah','BUKAYRIAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4409,'10113','Bukfurdo','BUKFURDO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4410,'32152','Bukhara','BUKHARA',NULL,'','Uzbekistan','Bukhara',0,0,232,'2016-10-17 10:43:47','1900-01-01 00:00:00',1,0,1),(4411,'41790','Bukiskis','BUKISKIS',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4412,'14361','Bukit Fraser','BUKIT FRASER',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4413,'10371','Bukittinggi','BUKITTINGGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4414,'17454','Bukoba','BUKOBA',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4415,'42716','Bulahdelah','BULAHDELAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4416,'41737','Bulandshahar','BULANDSHAHAR',NULL,'','India','',0,0,101,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4417,'2447','Bulaq Ad Dakrur','BULAQ AD DAKRUR',NULL,'','Egypt','',0,0,65,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4418,'32668','Bulawayo','BULAWAYO',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:43:48','1900-01-01 00:00:00',1,0,1),(4419,'7752','Bulkington','BULKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4420,'17995','Bull Shoals','BULL SHOALS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4421,'23154','Bulle','BULLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4422,'33313','Bullfrog','BULLFROG',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4423,'18108','Bullhead City','BULLHEAD CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4424,'33085','Bulls Gap','BULLS GAP',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4425,'30502','Bulverde','BULVERDE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4426,'32628','Bumba','BUMBA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:49','1900-01-01 00:00:00',1,0,1),(4427,'39027','Bunbeg','BUNBEG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4428,'26580','Bunbury','BUNBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4429,'10945','Bunclody','BUNCLODY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4430,'41596','Buncrana','BUNCRANA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4431,'26669','Bundaberg','BUNDABERG',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4432,'26671','Bundall','BUNDALL',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4433,'34117','Bundanoon','BUNDANOON',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4434,'40841','Bundi','BUNDI',NULL,'','India','Bundi',2,0,101,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4435,'26191','Bundoora','BUNDOORA',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4436,'10818','Bundoran','BUNDORAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4437,'34118','Bungendore','BUNGENDORE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4438,'32629','Bunia','BUNIA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4439,'3437','Buniel','BUNIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4440,'26192','Bunker Bay','BUNKER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4441,'30503','Bunker Hill Village','BUNKER HILL VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4442,'21178','Bunkie','BUNKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:50','1900-01-01 00:00:00',1,0,1),(4443,'19285','Bunnell','BUNNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4444,'14679','Bunnik','BUNNIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4445,'10781','Bunratty','BUNRATTY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4446,'7753','Buntingford','BUNTINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4447,'39045','Bunyola','BUNYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4448,'23155','Buochs','BUOCHS',NULL,'','Switzerland','Buochs',0,0,210,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4449,'10221','Buol','BUOL',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4450,'32276','Buon Ma Thuot','BUON MA THUOT',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4451,'38739','Buonconvento','BUONCONVENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4452,'15993','Buraca','BURACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4453,'11139','Burago Di Molgora','BURAGO DI MOLGORA',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4454,'42543','Buraidah','BURAIDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4455,'15276','Buraimi','BURAIMI',NULL,'','Oman','',0,0,165,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4456,'12876','Burano','BURANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4457,'21179','Buras','BURAS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:51','1900-01-01 00:00:00',1,0,1),(4458,'14295','Burau Bay','BURAU BAY',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4459,'16507','Buraydah','BURAYDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4460,'29280','Burbank','BURBANK',NULL,'','United States','',0,0,231,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4461,'40137','Burcei','BURCEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4462,'34','Burchen','BURCHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4463,'28670','Burdett','BURDETT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4464,'17273','Burdur','BURDUR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4465,'4682','Bures-sur-yvette','BURES-SUR-YVETTE',NULL,'','France','',0,0,76,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4466,'4047','Bureta','BURETA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4467,'7754','Burford','BURFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4468,'34857','Burgas','BURGAS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4469,'15922','Burgau','BURGAU',NULL,'','Portugal','',0,0,175,'2016-10-17 10:43:52','1900-01-01 00:00:00',1,0,1),(4470,'40189','Burgau','BURGAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4471,'27193','Burgdorf','BURGDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4472,'23156','Burgdorf','BURGDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4473,'23002','Burgenstock','BURGENSTOCK',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4474,'7755','Burgess Hill','BURGESS HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4475,'29845','Burgettstown','BURGETTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4476,'38354','Burghaslach','BURGHASLACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4477,'22725','Burghausen','BURGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4478,'7756','Burghfield','BURGHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4479,'41432','Burgo De Osma','BURGO DE OSMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4480,'3438','Burgohondo','BURGOHONDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4481,'3439','Burgos','BURGOS',NULL,'','Spain','Burgos',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4482,'36167','Burgos-medina Del Po','BURGOS-MEDINA DEL PO',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4483,'22726','Burgstadt','BURGSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4484,'120','Burgstädt','BURGSTÄDT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:53','1900-01-01 00:00:00',1,0,1),(4485,'3195','Burguillos','BURGUILLOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4486,'15052','Burhanilkantha','BURHANILKANTHA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4487,'17263','Burhaniye','BURHANIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4488,'40842','Burhanpur','BURHANPUR',NULL,'','India','Burhanpur',15,0,101,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4490,'31451','Burien','BURIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4491,'42258','Burirum','BURIRUM',NULL,'','Thailand','',0,0,215,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4492,'3742','Burjasot','BURJASOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4493,'41366','Burjassot','BURJASSOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4494,'30504','Burkburnett','BURKBURNETT',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4495,'33603','Burkesville','BURKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4496,'26394','Burketown','BURKETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4497,'31059','Burkeville','BURKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4498,'3052','Burlada','BURLADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4499,'34998','Burlanda','BURLANDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:43:54','1900-01-01 00:00:00',1,0,1),(4500,'26672','Burleigh Heads','BURLEIGH HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4501,'30505','Burleson','BURLESON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4502,'7757','Burley','BURLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4503,'20338','Burley','BURLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4504,'18341','Burlingame','BURLINGAME',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4505,'31707','Burlington','BURLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4506,'34461','Burlington','BURLINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:55','1900-01-01 00:00:00',1,0,1),(4507,'25401','Burnaby','BURNABY',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:56','1900-01-01 00:00:00',1,0,1),(4508,'7758','Burnham','BURNHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:56','1900-01-01 00:00:00',1,0,1),(4509,'34462','Burnham Thorpe','BURNHAM THORPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4510,'44184','Burnham-on-sea','BURNHAM-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4511,'6944','Burnhouse','BURNHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4512,'26829','Burnie','BURNIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4513,'7760','Burnley','BURNLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4514,'29624','Burns','BURNS',NULL,'','United States','',0,0,231,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4515,'25402','Burns Lake','BURNS LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4516,'7761','Burnsall','BURNSALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4517,'15183','Burnside','BURNSIDE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:43:57','1900-01-01 00:00:00',1,0,1),(4518,'22334','Burnsville','BURNSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4519,'26193','Burnt Pine','BURNT PINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4520,'14436','Burnt Pine','BURNT PINE',NULL,'','Norfolk Island','',0,0,162,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4521,'7762','Burntisland','BURNTISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4522,'37670','Burpham','BURPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4523,'20468','Burr Ridge','BURR RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4524,'37792','Burrell Boom','BURRELL BOOM',NULL,'','Belize','',0,0,22,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4525,'7763','Burrington','BURRINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4526,'7764','Burry Port','BURRY PORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4527,'17274','Bursa','BURSA',NULL,'','Turkey','Bursa',0,0,222,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4528,'7765','Burscough','BURSCOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:58','1900-01-01 00:00:00',1,0,1),(4529,'7766','Burslem','BURSLEM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4530,'408','Burstadt','BURSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4531,'37224','Burswood','BURSWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4532,'37255','Burt Plain','BURT PLAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4533,'22009','Burton','BURTON',NULL,'','United States','',0,0,231,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4534,'6946','Burwardsley','BURWARDSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4535,'43237','Burwash Landing','BURWASH LANDING',NULL,'','Canada','',0,0,39,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4536,'28106','Burwell','BURWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4537,'34119','Burwood','BURWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:43:59','1900-01-01 00:00:00',1,0,1),(4538,'13483','Busan','BUSAN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4539,'35814','Busan (Pusan)','BUSAN (PUSAN)',NULL,'','South Korea','',0,0,197,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4540,'39319','Busana','BUSANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4541,'7769','Busby','BUSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4542,'11671','Buscate','BUSCATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4543,'11140','Buseto Palizzolo','BUSETO PALIZZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4544,'7770','Bushey','BUSHEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4545,'29847','Bushkill','BUSHKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4546,'7771','Bushmills','BUSHMILLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4547,'19286','Bushnell','BUSHNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4548,'6153','Busigny','BUSIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:44:00','1900-01-01 00:00:00',1,0,1),(4549,'14862','Buskerud','BUSKERUD',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4550,'3196','Busquistar','BUSQUISTAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4551,'38963','Bussang','BUSSANG',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4552,'26581','Busselton','BUSSELTON',NULL,'','Australia','Busselton',0,0,13,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4553,'5301','Busset','BUSSET',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4554,'4166','Bussière-galant','BUSSIÈRE-GALANT',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4555,'23157','Bussigny','BUSSIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4557,'11672','Bussolengo','BUSSOLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4558,'14627','Bussum','BUSSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4559,'43360','Bussy Saint Georges','BUSSY SAINT GEORGES',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4560,'5095','Bussy-saint-georges','BUSSY-SAINT-GEORGES',NULL,'','France','',0,0,76,'2016-10-17 10:44:01','1900-01-01 00:00:00',1,0,1),(4561,'2985','Bustarviejo','BUSTARVIEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4562,'11673','Busto Arsizio','BUSTO ARSIZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4563,'40429','Busua','BUSUA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4564,'42400','Busuanga','BUSUANGA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4565,'703','Busum','BUSUM',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4566,'32630','Buta','BUTA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4567,'13460','Butaritari','BUTARITARI',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4568,'11674','Butera','BUTERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4569,'121','Butjadingen','BUTJADINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4570,'29848','Butler','BUTLER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:02','1900-01-01 00:00:00',1,0,1),(4571,'10149','Buton Babau','BUTON BABAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4572,'18342','Buttonwillow','BUTTONWILLOW',NULL,'','United States','',0,0,231,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4573,'15482','Butuan','BUTUAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4574,'42382','Buxted','BUXTED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4575,'27194','Buxtehude','BUXTEHUDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4576,'6948','Buxton','BUXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4577,'33792','Buxton','BUXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:03','1900-01-01 00:00:00',1,0,1),(4578,'5443','Buxy','BUXY',NULL,'','France','',0,0,76,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4579,'38590','Buyukada','BUYUKADA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4580,'38540','Buyukeceli','BUYUKECELI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4581,'4167','Buzançais','BUZANÇAIS',NULL,'','France','',0,0,76,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4582,'36619','Buzau','BUZAU',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4583,'25130','Buzios','BUZIOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4584,'21329','Buzzards Bay','BUZZARDS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4585,'43344','Byala','BYALA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4586,'43077','Byblos','BYBLOS',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4587,'15712','Bydgoszcz','BYDGOSZCZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4588,'34724','Byers','BYERS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4589,'14953','Bygdoy','BYGDOY',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4590,'14857','Byglandsfjord','BYGLANDSFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4591,'27836','Byram','BYRAM',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4592,'33088','Byrdstown','BYRDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:04','1900-01-01 00:00:00',1,0,1),(4593,'22010','Byron','BYRON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4594,'34120','Byron Bay','BYRON BAY',NULL,'','Australia','Byron Bay',0,0,13,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4595,'37277','Byxelkrok','BYXELKROK',NULL,'','Sweden','',0,0,209,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4596,'43078','Bzommar','BZOMMAR',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4597,'43207','Cabana De Bergantinos','CABANA DE BERGANTINOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4598,'15385','Cabanaconde','CABANACONDE',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4599,'15923','Cabanas','CABANAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4600,'38024','Cabanatuan','CABANATUAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4601,'5165','Cabannes','CABANNES',NULL,'','France','',0,0,76,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4602,'25963','Cabano','CABANO',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4603,'2371','Cabarete','CABARETE',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4604,'34121','Cabarita Beach','CABARITA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:05','1900-01-01 00:00:00',1,0,1),(4605,'18343','Cabazon','CABAZON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4606,'37393','Cabeca Gorda','CABECA GORDA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4607,'40322','Cabeceiras De Basto','CABECEIRAS DE BASTO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4608,'5898','Cabestany','CABESTANY',NULL,'','France','',0,0,76,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4609,'41957','Cabezuela Del Valle','CABEZUELA DEL VALLE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4610,'41875','Cabimas','CABIMAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4611,'25846','Cabinda','CABINDA',NULL,'','Angola','',0,0,6,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4612,'10831','Cabinteely','CABINTEELY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4613,'31708','Cable','CABLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4614,'44013','Cable Bay','CABLE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4615,'24864','Cable Beach','CABLE BEACH',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4616,'26952','Cable Beach','CABLE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4617,'43477','Cabo Blanco','CABO BLANCO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:06','1900-01-01 00:00:00',1,0,1),(4618,'15739','Cabo Rojo','CABO ROJO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4619,'14139','Cabo San Lucas','CABO SAN LUCAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4620,'27599','Cabool','CABOOL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4621,'17996','Cabot','CABOT',NULL,'','United States','',0,0,231,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4622,'5379','Cabourg','CABOURG',NULL,'','France','',0,0,76,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4623,'39143','Cabras','CABRAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4624,'2368','Cabrera','CABRERA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4625,'2539','Cabrera De Mar','CABRERA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:07','1900-01-01 00:00:00',1,0,1),(4626,'5899','Cabrieres','CABRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4627,'6404','Cabries','CABRIES',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4628,'3524','Cabrils','CABRILS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4629,'6405','Cabris','CABRIS',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4630,'2100','Cabrits','CABRITS',NULL,'','Dominica','',0,0,500,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4631,'3077','Cabuenes','CABUENES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4632,'40716','Cabuerniga','CABUERNIGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4633,'37822','Cacak','CACAK',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4634,'11141','Cacchiamo','CACCHIAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4635,'3633','Caceres','CACERES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4636,'4683','Cachan','CACHAN',NULL,'','France','',0,0,76,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4637,'25403','Cache Creek','CACHE CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4638,'41742','Cachi','CACHI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4639,'41779','Cachoeiro De Itapemirim','CACHOEIRO DE ITAPEMIRIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4640,'41960','Cadalso','CADALSO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:08','1900-01-01 00:00:00',1,0,1),(4641,'3525','Cadaques','CADAQUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4642,'17997','Caddo Valley','CADDO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4643,'38458','Cadelbosco Di Sopra','CADELBOSCO DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4644,'23003','Cademario','CADEMARIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4645,'23158','Cadempino','CADEMPINO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4646,'11142','Cadenabbia','CADENABBIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4647,'37314','Cadenet','CADENET',NULL,'','France','',0,0,76,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4648,'38991','Cadeo','CADEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4649,'14056','Cadereyta Jimenez','CADEREYTA JIMENEZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4650,'13473','Cades Bay','CADES BAY',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4651,'39405','Cádiar','CÁDIAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4652,'22012','Cadillac','CADILLAC',NULL,'','United States','',0,0,231,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4653,'5166','Cadillac','CADILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4654,'3198','Cadiz','CADIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:09','1900-01-01 00:00:00',1,0,1),(4655,'33604','Cadiz','CADIZ',NULL,'','United States','',0,0,231,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4656,'6949','Cadmore End','CADMORE END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4657,'7772','Cadnam','CADNAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4658,'6406','Cadolive','CADOLIVE',NULL,'','France','',0,0,76,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4659,'38351','Cadoneghe','CADONEGHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4660,'23159','Cadro','CADRO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4661,'4868','Caen','CAEN',NULL,'','France','',0,0,76,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4662,'7773','Caernarfon','CAERNARFON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4663,'38382','Caerphilly','CAERPHILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4664,'7774','Caersws','CAERSWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4665,'11033','Caesarea','CAESAREA',NULL,'','Israel','',0,0,106,'2016-10-17 10:44:10','1900-01-01 00:00:00',1,0,1),(4666,'26138','Cafayate','CAFAYATE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4667,'15542','Cagayan De Oro','CAGAYAN DE ORO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4668,'11675','Cagli','CAGLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4669,'12784','Cagliari','CAGLIARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4670,'35625','Cagliari-quartu Sant','CAGLIARI-QUARTU SANT',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4671,'37341','Cagnano','CAGNANO',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4672,'38298','Cagnano Varano','CAGNANO VARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4673,'40974','Cagnes Sur Mer','CAGNES SUR MER',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4674,'6407','Cagnes-sur-mer','CAGNES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4675,'39718','Cagraray Island','CAGRARAY ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4676,'15740','Caguas','CAGUAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:11','1900-01-01 00:00:00',1,0,1),(4677,'5380','Cahagnes','CAHAGNES',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4678,'10875','Caherdaniel','CAHERDANIEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4679,'10876','Cahersiveen','CAHERSIVEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4680,'10716','Cahir','CAHIR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4681,'41594','Cahirsiveen','CAHIRSIVEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4682,'20469','Cahokia','CAHOKIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4683,'6074','Cahors','CAHORS',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4684,'24229','Cahuita','CAHUITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4685,'44306','Cahul','CAHUL',NULL,'','Moldova','',0,0,144,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4686,'6075','Cahuzac-sur-vere','CAHUZAC-SUR-VERE',NULL,'','France','',0,0,76,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4687,'2882','Caimari','CAIMARI',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4688,'41964','Cain','CAIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4689,'38659','Caineville','CAINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4690,'7775','Cairnbaan','CAIRNBAAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:12','1900-01-01 00:00:00',1,0,1),(4691,'41180','Cairndow','CAIRNDOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4692,'7776','Cairnryan','CAIRNRYAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4693,'26673','Cairns','CAIRNS',NULL,'','Australia','Cairns',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4694,'1118','Cairns- Tropical North Coast','CAIRNS- TROPICAL NORTH COAST',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4695,'35917','Cairns-ellis Beach','CAIRNS-ELLIS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4696,'35914','Cairns-holloways Bea','CAIRNS-HOLLOWAYS BEA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4697,'35915','Cairns-kewarra Beach','CAIRNS-KEWARRA BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4698,'34786','Cairns-kuranda','CAIRNS-KURANDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4699,'35918','Cairns-trinity Beach','CAIRNS-TRINITY BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4700,'19729','Cairo','CAIRO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4701,'2418','Cairo','CAIRO',NULL,'','Egypt','Cairo',0,0,65,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4702,'5900','Caissargues','CAISSARGUES',NULL,'','France','',0,0,76,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4703,'9278','Caistor St Edmund','CAISTOR ST EDMUND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4704,'15390','Cajamarca','CAJAMARCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:13','1900-01-01 00:00:00',1,0,1),(4705,'2542','Cajar','CAJAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4706,'6076','Cajarc','CAJARC',NULL,'','France','',0,0,76,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4707,'11143','Cala Di Volpe','CALA DI VOLPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:14','1900-01-01 00:00:00',1,0,1),(4708,'39686','Calabar','CALABAR',NULL,'','Nigeria','',0,0,160,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4709,'18344','Calabasas','CALABASAS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4710,'33793','Calabash','CALABASH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4711,'3078','Calabaza','CALABAZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4712,'1678','Calabogie','CALABOGIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4713,'43042','Calabozo','CALABOZO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4714,'41018','Calabria','CALABRIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:15','1900-01-01 00:00:00',1,0,1),(4715,'2401','Calabria','CALABRIA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4716,'24951','Calacoto','CALACOTO',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4717,'43688','Calafat','CALAFAT',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4718,'35867','Calafate','CALAFATE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4719,'3526','Calafell','CALAFELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4720,'2961','Calahorra','CALAHORRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4721,'21844','Calais','CALAIS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4722,'5015','Calais','CALAIS',NULL,'','France','Calais',0,0,76,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4723,'38491','Calalzo Di Cadore','CALALZO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4724,'23510','Calama','CALAMA',NULL,'','Chile','Calama ',0,0,45,'2016-10-17 10:44:16','1900-01-01 00:00:00',1,0,1),(4725,'2564','Calamayor','CALAMAYOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4726,'15515','Calamba','CALAMBA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4727,'11677','Calambrone','CALAMBRONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4728,'42680','Calamocha','CALAMOCHA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4729,'40632','Calamonte','CALAMONTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4730,'41745','Calamuchita - Valle','CALAMUCHITA - VALLE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4731,'41350','Cala\'n Blanes','CALA\'N BLANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4732,'15523','Calapan','CALAPAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4733,'36613','Calarasi','CALARASI',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:17','1900-01-01 00:00:00',1,0,1),(4734,'2566','Calas De Mallorca','CALAS DE MALLORCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4735,'37592','Calascibetta','CALASCIBETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4736,'11678','Calasetta','CALASETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4737,'13002','Calatabiano','CALATABIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4738,'11679','Calatafimi','CALATAFIMI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4739,'15486','Calatagan','CALATAGAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4740,'3323','Calatayud','CALATAYUD',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4741,'38134','Calatorao','CALATORAO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4742,'11680','Calavino','CALAVINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4743,'15543','Calbayog','CALBAYOG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4744,'15393','Calca','CALCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4745,'11681','Calci','CALCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4746,'11682','Calcinaia','CALCINAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:18','1900-01-01 00:00:00',1,0,1),(4747,'28671','Calcium','CALCIUM',NULL,'','United States','',0,0,231,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4748,'11146','Calco','CALCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4749,'37158','Calcutta','CALCUTTA',NULL,'','India','',0,0,101,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4750,'11683','Caldana','CALDANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4751,'42099','Caldas','CALDAS',NULL,'','Colombia','',0,0,49,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4752,'2567','Caldas D Estrac','CALDAS D ESTRAC',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4753,'41665','Caldas Da Felgueira','CALDAS DA FELGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4754,'25062','Caldas Novas','CALDAS NOVAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4755,'15880','Caldelas','CALDELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4756,'38078','Caldera','CALDERA',NULL,'','Chile','',0,0,45,'2016-10-17 10:44:19','1900-01-01 00:00:00',1,0,1),(4757,'24235','Caldera','CALDERA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4758,'12954','Calderara Di Reno','CALDERARA DI RENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4759,'3528','Calders','CALDERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4760,'2568','Caldes De Boi','CALDES DE BOI',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4761,'11147','Caldiero','CALDIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4762,'11684','Caldogno','CALDOGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4763,'30507','Caldwell','CALDWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:20','1900-01-01 00:00:00',1,0,1),(4764,'34463','Caledon','CALEDON',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4765,'32442','Caledon','CALEDON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4766,'22335','Caledonia','CALEDONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4767,'3079','Calella','CALELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4768,'11685','Calenzano','CALENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4769,'17846','Calera','CALERA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4770,'40193','Calera De Leon','CALERA DE LEON',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4771,'2571','Cales Piques','CALES PIQUES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4772,'3110','Caleta De Fuste','CALETA DE FUSTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:21','1900-01-01 00:00:00',1,0,1),(4773,'24160','Caletas','CALETAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4774,'18345','Calexico','CALEXICO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4775,'25281','Calgary','CALGARY',NULL,'','Canada','Calgary',0,0,39,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4776,'34725','Calhan','CALHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4777,'16056','Calhariz','CALHARIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4778,'15951','Calheta','CALHETA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:22','1900-01-01 00:00:00',1,0,1),(4779,'19730','Calhoun','CALHOUN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4780,'24129','Cali','CALI',NULL,'','Colombia','',0,0,49,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4781,'2101','Calibishie','CALIBISHIE',NULL,'','Dominica','',0,0,500,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4782,'1764','Calicut','CALICUT',NULL,'','India','',0,0,101,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4783,'29850','California','CALIFORNIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:23','1900-01-01 00:00:00',1,0,1),(4784,'18347','Calimesa','CALIMESA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4785,'18348','Calipatria','CALIPATRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4786,'18349','Calistoga','CALISTOGA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4787,'11686','Calitri','CALITRI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4788,'17252','Calkaya','CALKAYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4789,'19287','Callahan','CALLAHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4790,'7777','Callaly','CALLALY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4791,'7778','Callander','CALLANDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4792,'14628','Callantsoog','CALLANTSOOG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4793,'15392','Callao','CALLAO',NULL,'','Peru','',0,0,172,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4794,'2572','Callao Salvaje','CALLAO SALVAJE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:24','1900-01-01 00:00:00',1,0,1),(4795,'29851','Callapoose','CALLAPOOSE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4796,'6408','Callas','CALLAS',NULL,'','France','',0,0,76,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4797,'38216','Callian','CALLIAN',NULL,'','France','',0,0,76,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4798,'28672','Callicoon','CALLICOON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4799,'36296','Callington','CALLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4800,'7779','Calne','CALNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4801,'38331','Calolziocorte','CALOLZIOCORTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4802,'3529','Calonge','CALONGE',NULL,'','Spain','Calonge',0,0,199,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4803,'15487','Caloocan','CALOOCAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4804,'26674','Caloundra','CALOUNDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4805,'16091','Caloura','CALOURA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4806,'3743','Calpe','CALPE',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4807,'7780','Calstock','CALSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:25','1900-01-01 00:00:00',1,0,1),(4808,'12844','Caltagirone','CALTAGIRONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4809,'13043','Caltanissetta','CALTANISSETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4810,'6587','Caluire-et-cuire','CALUIRE-ET-CUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4811,'22013','Calumet','CALUMET',NULL,'','United States','',0,0,231,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4812,'11687','Caluso','CALUSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4813,'4168','Calvados','CALVADOS',NULL,'','France','',0,0,76,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4814,'15851','Calvao','CALVAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:26','1900-01-01 00:00:00',1,0,1),(4815,'15092','Calversham','CALVERSHAM',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4816,'30508','Calvert','CALVERT',NULL,'','United States','',0,0,231,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4817,'21654','Calverton','CALVERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4818,'4885','Calvi','CALVI',NULL,'','France','',0,0,76,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4819,'2888','Calvia','CALVIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4820,'5901','Calvisson','CALVISSON',NULL,'','France','',0,0,76,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4821,'39453','Calw','CALW',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4822,'3634','Calzadilla De Los Barros','CALZADILLA DE LOS BARROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4823,'37083','Cam Rahn','CAM RAHN',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4824,'25036','Camacari','CAMACARI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4825,'43199','Camacha','CAMACHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4826,'1116','Camaguey','CAMAGUEY',NULL,'','CUBA','',0,0,56,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4827,'11688','Camaiore','CAMAIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:27','1900-01-01 00:00:00',1,0,1),(4828,'2573','Camango','CAMANGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4829,'31453','Camano Island','CAMANO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4830,'15952','Camara De Lobos','CAMARA DE LOBOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4831,'39852','Camargo','CAMARGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4832,'18350','Camarillo','CAMARILLO',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4833,'26093','Camarones','CAMARONES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4834,'43976','Camarsac','CAMARSAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4835,'3200','Camas','CAMAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4836,'39268','Camas','CAMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4837,'3440','Camasobres','CAMASOBRES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4838,'3657','Cambados','CAMBADOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:28','1900-01-01 00:00:00',1,0,1),(4839,'41980','Cambara Do Sul','CAMBARA DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4840,'7781','Camberley','CAMBERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4841,'6950','Camberwell','CAMBERWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4842,'26363','Camberwell','CAMBERWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4843,'11689','Cambiago','CAMBIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4844,'11690','Cambiano','CAMBIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4845,'7782','Camborne','CAMBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4846,'6154','Cambrai','CAMBRAI',NULL,'','France','',0,0,76,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4847,'5381','Cambremer','CAMBREMER',NULL,'','France','',0,0,76,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4848,'18351','Cambria','CAMBRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:29','1900-01-01 00:00:00',1,0,1),(4849,'15093','Cambridge','CAMBRIDGE',NULL,'','New Zealand','Cambridge',0,0,157,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4850,'29282','Cambridge','CAMBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4851,'34464','Cambridge','CAMBRIDGE',NULL,'','Canada','Cambridge',0,0,39,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4852,'9279','Cambridge','CAMBRIDGE',NULL,'','United Kingdom','Cambridge',0,0,229,'2016-10-17 10:44:30','1900-01-01 00:00:00',1,0,1),(4853,'26830','Cambridge','CAMBRIDGE',NULL,'','Australia','Cambridge',0,0,13,'2016-10-17 10:44:31','1900-01-01 00:00:00',1,0,1),(4854,'3530','Cambrils','CAMBRILS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:31','1900-01-01 00:00:00',1,0,1),(4855,'829','Cambs','CAMBS',NULL,'','Germany','',0,0,83,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4856,'25080','Cambuquira','CAMBUQUIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4857,'33090','Camden','CAMDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4858,'6952','Camden','CAMDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:32','1900-01-01 00:00:00',1,0,1),(4859,'26794','Camden Park','CAMDEN PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4860,'27600','Camdenton','CAMDENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4861,'7783','Camelford','CAMELFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4862,'11691','Camerano','CAMERANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4863,'11692','Camerino','CAMERINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:33','1900-01-01 00:00:00',1,0,1),(4864,'30509','Cameron','CAMERON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:34','1900-01-01 00:00:00',1,0,1),(4865,'14362','Cameron Highlands','CAMERON HIGHLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4866,'37293','Camerota','CAMEROTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4867,'6155','Camiers','CAMIERS',NULL,'','France','',0,0,76,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4868,'11693','Camigliano','CAMIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4869,'11148','Camigliatello','CAMIGLIATELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4870,'15442','Camiguin','CAMIGUIN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4871,'19731','Camilla','CAMILLA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4872,'28674','Camillus','CAMILLUS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:35','1900-01-01 00:00:00',1,0,1),(4873,'16066','Caminha','CAMINHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4874,'3324','Caminreal','CAMINREAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4875,'24956','Camiri','CAMIRI',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4876,'6077','Camjac','CAMJAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4877,'34122','Cammeray','CAMMERAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:36','1900-01-01 00:00:00',1,0,1),(4878,'41981','Camocim','CAMOCIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:37','1900-01-01 00:00:00',1,0,1),(4879,'11694','Camogli','CAMOGLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:37','1900-01-01 00:00:00',1,0,1),(4880,'37628','Campagna','CAMPAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4881,'11695','Campagnano Di Roma','CAMPAGNANO DI ROMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4882,'11696','Campagnatico','CAMPAGNATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4883,'12877','Campalto','CAMPALTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4884,'26068','Campana','CAMPANA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4885,'2889','Campanet','CAMPANET',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4886,'43224','Campania','CAMPANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4887,'2575','Campanillas','CAMPANILLAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:38','1900-01-01 00:00:00',1,0,1),(4888,'18353','Campbell','CAMPBELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4889,'25404','Campbell River','CAMPBELL RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4890,'26831','Campbell Town','CAMPBELL TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4891,'26491','Campbellfield','CAMPBELLFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4892,'39560','Campbellsburg','CAMPBELLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4893,'33606','Campbellsville','CAMPBELLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4894,'34387','Campbellton','CAMPBELLTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4895,'34123','Campbelltown','CAMPBELLTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4896,'29854','Campbelltown','CAMPBELLTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4897,'34465','Campbellville','CAMPBELLVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4898,'7784','Campbeltown','CAMPBELTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:39','1900-01-01 00:00:00',1,0,1),(4899,'13792','Campeche','CAMPECHE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4900,'11697','Campegine','CAMPEGINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4901,'39063','Campelles','CAMPELLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4902,'11698','Campello Sul Clitunno','CAMPELLO SUL CLITUNNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4903,'34124','Camperdown','CAMPERDOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4904,'41587','Campertogno','CAMPERTOGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4905,'11149','Campertongo','CAMPERTONGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4906,'12962','Campi Bisenzio','CAMPI BISENZIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4907,'35486','Campiglia','CAMPIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4908,'41339','Campillo De Arenas','CAMPILLO DE ARENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4909,'25107','Campina Grande','CAMPINA GRANDE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:40','1900-01-01 00:00:00',1,0,1),(4910,'24958','Campinas','CAMPINAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4911,'42955','Campione','CAMPIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4912,'11150','Campitello Di Fassa','CAMPITELLO DI FASSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4913,'25156','Campo Bom','CAMPO BOM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4914,'15794','Campo De Ourique','CAMPO DE OURIQUE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4915,'38067','Campo Nellelba','CAMPO NELLELBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4916,'12794','Campobasso','CAMPOBASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4917,'34389','Campobello Island','CAMPOBELLO ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:41','1900-01-01 00:00:00',1,0,1),(4918,'11701','Campodarsego','CAMPODARSEGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4919,'11702','Campofelice Di Roccella','CAMPOFELICE DI ROCCELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4920,'11703','Campogalliano','CAMPOGALLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4921,'15995','Campolide','CAMPOLIDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4922,'11704','Campomarino','CAMPOMARINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4923,'43048','Campos','CAMPOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4924,'25198','Campos Do Jordao','CAMPOS DO JORDAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4925,'11705','Camposampiero','CAMPOSAMPIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4926,'2576','Camposeiras','CAMPOSEIRAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4927,'3531','Camprodon','CAMPRODON',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4928,'32428','Camps Bay','CAMPS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4929,'5167','Campsegret','CAMPSEGRET',NULL,'','France','',0,0,76,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4930,'6954','Campsie','CAMPSIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:42','1900-01-01 00:00:00',1,0,1),(4931,'34125','Campsie','CAMPSIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4932,'32675','Campton','CAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4933,'42395','Campulung Moldovenesc','CAMPULUNG MOLDOVENESC',NULL,'','Romania','',0,0,179,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4934,'25285','Camrose','CAMROSE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4935,'34126','Cams Wharf','CAMS WHARF',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4936,'15741','Camuy','CAMUY',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4937,'17365','Camyuva','CAMYUVA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4938,'43600','Can Tho','CAN THO',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4939,'37346','Cana Fistula','CANA FISTULA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4940,'28675','Canaan','CANAAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4941,'13649','Canach','CANACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4942,'42211','Canacona','CANACONA',NULL,'','India','',0,0,101,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4943,'3111','Cañada Del Río','CAÑADA DEL RÍO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4944,'29855','Canadensis','CANADENSIS',NULL,'','United States','',0,0,231,'2016-10-17 10:44:43','1900-01-01 00:00:00',1,0,1),(4945,'32885','Canadian','CANADIAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4946,'1180','Canadian Rockies','CANADIAN ROCKIES',NULL,'','CANADA','',0,0,39,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4947,'28676','Canajoharie','CANAJOHARIE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4948,'17276','Canakkale','CANAKKALE',NULL,'','Turkey','Canakkale',0,0,222,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4949,'29283','Canal Winchester','CANAL WINCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4950,'38249','Canale','CANALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4951,'11151','Canalicchio Di Collazzone','CANALICCHIO DI COLLAZZONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4952,'41402','Canamares','CANAMARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4953,'28677','Canandaigua','CANANDAIGUA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4954,'6955','Canary Wharf - Docklands','CANARY WHARF - DOCKLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4955,'24209','Canas','CANAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4956,'41664','Canas De Senhorim','CANAS DE SENHORIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:44','1900-01-01 00:00:00',1,0,1),(4957,'28678','Canastota','CANASTOTA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4958,'11152','Canavese Region','CANAVESE REGION',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4959,'26627','Canberra','CANBERRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4960,'34771','Canberra-greenway','CANBERRA-GREENWAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4961,'29628','Canby','CANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4962,'5520','Cancale','CANCALE',NULL,'','France','',0,0,76,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4963,'14073','Cancun','CANCUN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4964,'41379','Candanchu','CANDANCHU',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4965,'38771','Candanchú','CANDANCHÚ',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4966,'3080','Candas','CANDAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4967,'3801','Candelaria','CANDELARIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:45','1900-01-01 00:00:00',1,0,1),(4968,'3441','Candelario','CANDELARIO',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4969,'3442','Candeleda','CANDELEDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4970,'41019','Candeli','CANDELI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4971,'5631','Cande-sur-beuvron','CANDE-SUR-BEUVRON',NULL,'','France','',0,0,76,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4972,'10150','Candi Dasa','CANDI DASA',NULL,'','Indonesia','Candi Dasa',0,0,102,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4973,'38133','Candia','CANDIA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4974,'25964','Candiac','CANDIAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4975,'43518','Candidasa','CANDIDASA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4976,'11706','Candiolo','CANDIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4977,'17575','Candle','CANDLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4978,'33794','Candler','CANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4979,'10502','Candolim','CANDOLIM',NULL,'','India','',0,0,101,'2016-10-17 10:44:46','1900-01-01 00:00:00',1,0,1),(4980,'28679','Candor','CANDOR',NULL,'','United States','',0,0,231,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4981,'25119','Canela','CANELA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4982,'40535','Canelli','CANELLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4983,'41965','Canena','CANENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4984,'36237','Canet','CANET',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4985,'3744','Canet De Berenguer','CANET DE BERENGUER',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4986,'41567','Canet-en-rousillon','CANET-EN-ROUSILLON',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4987,'5902','Canet-plage','CANET-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4988,'12741','Caneva','CANEVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4989,'29284','Canfield','CANFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:44:47','1900-01-01 00:00:00',1,0,1),(4990,'3325','Canfranc','CANFRANC',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4991,'3658','Cangas','CANGAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4992,'5632','Cangey','CANGEY',NULL,'','France','',0,0,76,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4993,'10151','Canggu','CANGGU',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4994,'10222','Cangkringan','CANGKRINGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4995,'36019','Cangzhou','CANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4996,'15881','Canicada','CANICADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4997,'15953','Canico','CANICO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4998,'25873','Canillo','CANILLO',NULL,'','Andorra','',0,0,5,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(4999,'42103','Caninde De Sao Francisco','CANINDE DE SAO FRANCISCO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5000,'32997','Canistota','CANISTOTA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5001,'17279','Cankiri','CANKIRI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5002,'25286','Canmore','CANMORE',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5003,'11707','Cannara','CANNARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:48','1900-01-01 00:00:00',1,0,1),(5004,'13033','Cannero Riviera','CANNERO RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5005,'4169','Cannes','CANNES',NULL,'','France','Cannes',0,0,76,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5006,'41916','Cannes-ecluse','CANNES-ECLUSE',NULL,'','France','',0,0,76,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5007,'11153','Canneto','CANNETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5008,'12761','Cannigione','CANNIGIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5009,'25701','Canning','CANNING',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5010,'26582','Cannington','CANNINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5011,'12996','Cannizzaro - Palermo','CANNIZZARO - PALERMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5012,'11708','Cannobio','CANNOBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5013,'7785','Cannock','CANNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:49','1900-01-01 00:00:00',1,0,1),(5014,'29629','Cannon Beach','CANNON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5015,'26395','Cannonvale','CANNONVALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5016,'40007','Canoa Quebrada','CANOA QUEBRADA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5017,'42199','Canoas','CANOAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5018,'18355','Canoga Park','CANOGA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5019,'34726','Canon City','CANON CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5020,'7786','Canonbie','CANONBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5021,'29856','Canonsburg','CANONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5022,'3745','Canor','CANOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:50','1900-01-01 00:00:00',1,0,1),(5023,'22941','Canora','CANORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5024,'37281','Canosa Di Puglia','CANOSA DI PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5025,'890','Canouan Island','CANOUAN ISLAND',NULL,'','Saint Vincent And The Grenadines','',0,0,204,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5026,'32163','Canouan Island','CANOUAN ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5027,'39492','Canoves','CANOVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5028,'37143','Cantabria','CANTABRIA',NULL,'','SPAIN','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5029,'2578','Cantabrian Coast','CANTABRIAN COAST',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5030,'4172','Cantal','CANTAL',NULL,'','France','',0,0,76,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5031,'3443','Cantalapiedra','CANTALAPIEDRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5032,'3533','Cantallops','CANTALLOPS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5033,'15900','Cantanhede','CANTANHEDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5034,'38524','Cantarana','CANTARANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5035,'13020','Cantello','CANTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:51','1900-01-01 00:00:00',1,0,1),(5036,'34127','Canterbury','CANTERBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5037,'7787','Canterbury','CANTERBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5038,'29285','Canton','CANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:44:52','1900-01-01 00:00:00',1,0,1),(5039,'39740','Cantu','CANTU',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5040,'17576','Cantwell','CANTWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5041,'38596','Canungra','CANUNGRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5042,'6956','Canvey Island','CANVEY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5043,'2893','Canyamel','CANYAMEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5044,'37969','Canyonleigh','CANYONLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5045,'29630','Canyonville','CANYONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:44:53','1900-01-01 00:00:00',1,0,1),(5046,'12878','Caorle','CAORLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5047,'25965','Cap Aux Meules','CAP AUX MEULES',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5048,'13580','Cap Estate','CAP ESTATE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5049,'42549','Cap Malheureux','CAP MALHEUREUX',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5050,'1143','Cap Skiring','CAP SKIRING',NULL,'','SENEGAL','',0,0,187,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5051,'11155','Capaccio','CAPACCIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5052,'37507','Capafonts','CAPAFONTS',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5053,'26675','Capalaba','CAPALABA',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5054,'11709','Capalbio','CAPALBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5055,'11710','Capannoli','CAPANNOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:54','1900-01-01 00:00:00',1,0,1),(5056,'11711','Capannori','CAPANNORI',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5057,'3201','Caparacena','CAPARACENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5058,'5168','Capbreton','CAPBRETON',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5059,'40160','Capcanes','CAPCANES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5060,'4174','Cap-d\'antibes','CAP-D\'ANTIBES',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5061,'4175','Cap-de-croix','CAP-DE-CROIX',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5062,'4176','Capdenac','CAPDENAC',NULL,'','France','',0,0,76,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5063,'2464','Capdepera','CAPDEPERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5064,'9352','Cape Coast','CAPE COAST',NULL,'','Ghana','',0,0,84,'2016-10-17 10:44:55','1900-01-01 00:00:00',1,0,1),(5065,'25791','Cape Dorset','CAPE DORSET',NULL,'','Canada','',0,0,39,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5066,'26196','Cape Gantheaume','CAPE GANTHEAUME',NULL,'','Australia','',0,0,13,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5067,'15568','Cape Gloucester','CAPE GLOUCESTER',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:44:56','1900-01-01 00:00:00',1,0,1),(5068,'41065','Cape Panwa','CAPE PANWA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:44:57','1900-01-01 00:00:00',1,0,1),(5069,'32443','Cape Town','CAPE TOWN',NULL,'','South Africa','Cape Town',0,0,195,'2016-10-17 10:44:57','1900-01-01 00:00:00',1,0,1),(5070,'13123','Cape Zanpa','CAPE ZANPA',NULL,'','Japan','',0,0,110,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5071,'6957','Capel St. Mary','CAPEL ST. MARY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5072,'40576','Capelas','CAPELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5073,'2935','Capellades','CAPELLADES',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5074,'42414','Capelle','CAPELLE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5075,'6958','Capel-le-ferne','CAPEL-LE-FERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5076,'39983','Capena','CAPENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5077,'4177','Cap-ferrat','CAP-FERRAT',NULL,'','France','',0,0,76,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5078,'3202','Capileira','CAPILEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5079,'39113','Capilla Del Monte','CAPILLA DEL MONTE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5080,'18357','Capistrano Beach','CAPISTRANO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5081,'28503','Capitan','CAPITAN',NULL,'','United States','',0,0,231,'2016-10-17 10:44:58','1900-01-01 00:00:00',1,0,1),(5082,'12817','Capitana','CAPITANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5083,'36882','Capitol','CAPITOL',NULL,'','United States','',0,0,231,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5084,'18358','Capitola','CAPITOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5085,'41982','Capitolio','CAPITOLIO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5086,'34834','Capljina','CAPLJINA',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5087,'11156','Capo Caccia','CAPO CACCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:44:59','1900-01-01 00:00:00',1,0,1),(5088,'41671','Capodrise','CAPODRISE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5089,'12975','Capoliveri','CAPOLIVERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5090,'12969','Capolona','CAPOLONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5091,'31961','Capon Bridge','CAPON BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5092,'40458','Caponago','CAPONAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5093,'44229','Caposele','CAPOSELE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5094,'1206','Cappadocia','CAPPADOCIA',NULL,'','TURKEY','Cappadocia',0,0,222,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5095,'12879','Cappella Maggiore','CAPPELLA MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5096,'38337','Capracotta','CAPRACOTTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5097,'40476','Capraia E Limite','CAPRAIA E LIMITE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5098,'35480','Capranica','CAPRANICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5099,'43612','Capreol','CAPREOL',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:00','1900-01-01 00:00:00',1,0,1),(5100,'11714','Caprese Michelangelo','CAPRESE MICHELANGELO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5101,'40491','Caprino Veronese','CAPRINO VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5102,'25967','Cap-rouge','CAP-ROUGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5103,'19977','Captain Cook','CAPTAIN COOK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5104,'19291','Captiva','CAPTIVA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5105,'11716','Capua','CAPUA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5106,'762','Caputh','CAPUTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5107,'5029','Capvern','CAPVERN',NULL,'','France','',0,0,76,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5108,'10394','Car Nicobar','CAR NICOBAR',NULL,'','India','',0,0,101,'2016-10-17 10:45:01','1900-01-01 00:00:00',1,0,1),(5109,'4178','Carabacel','CARABACEL',NULL,'','France','',0,0,76,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5110,'13795','Carabalin','CARABALIN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5111,'32192','Caraballeda','CARABALLEDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5112,'2583','Carabanchel','CARABANCHEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5113,'19292','Carabelle','CARABELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5114,'42990','Carabias','CARABIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5115,'32193','Caracas','CARACAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5116,'977','Caraguatatuba','CARAGUATATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5117,'25100','Carajas','CARAJAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5118,'11717','Caramanico Terme','CARAMANICO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5119,'16081','Caramulo','CARAMULO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5120,'37342','Caranceja','CARANCEJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:02','1900-01-01 00:00:00',1,0,1),(5121,'13054','Carano','CARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5122,'16214','Caransebes','CARANSEBES',NULL,'','Romania','',0,0,179,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5123,'5521','Carantec','CARANTEC',NULL,'','France','',0,0,76,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5124,'34391','Caraquet','CARAQUET',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5125,'24247','Carara','CARARA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5126,'43836','Carate','CARATE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5127,'25029','Carauari','CARAUARI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5128,'39856','Caravaca De La Cruz','CARAVACA DE LA CRUZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5129,'35945','Caravelas','CARAVELAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5130,'3635','Carbajo','CARBAJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5131,'37637','Carballo','CARBALLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5132,'7788','Carbis Bay','CARBIS BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5133,'20475','Carbondale','CARBONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:03','1900-01-01 00:00:00',1,0,1),(5134,'3203','Carboneras','CARBONERAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5135,'5169','Carcans','CARCANS',NULL,'','France','',0,0,76,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5136,'4856','Carcassonne','CARCASSONNE',NULL,'','France','',0,0,76,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5137,'15852','Carcavelos','CARCAVELOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5138,'2584','Carchuna','CARCHUNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5139,'6959','Carcoft','CARCOFT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5140,'22975','Carcross','CARCROSS',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5141,'41996','Cardales','CARDALES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5142,'12928','Cardano Al Campo','CARDANO AL CAMPO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5143,'3534','Cardedeu','CARDEDEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5144,'12818','Cardedu','CARDEDU',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5145,'6960','Cardiff','CARDIFF',NULL,'','United Kingdom','Cardiff',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5146,'7789','Cardigan','CARDIGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5147,'25813','Cardigan','CARDIGAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5148,'3535','Cardona','CARDONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:04','1900-01-01 00:00:00',1,0,1),(5149,'7790','Cardrona','CARDRONA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5150,'25287','Cardston','CARDSTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5151,'37653','Cardwell','CARDWELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5152,'20835','Carefree','CAREFREE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:05','1900-01-01 00:00:00',1,0,1),(5153,'21180','Carencro','CARENCRO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5154,'5382','Carentan','CARENTAN',NULL,'','France','',0,0,76,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5155,'5522','Carhaix-plouguer','CARHAIX-PLOUGUER',NULL,'','France','',0,0,76,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5156,'42318','Cariati','CARIATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5157,'24161','Caribbean Coast','CARIBBEAN COAST',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5158,'21848','Caribou','CARIBOU',NULL,'','United States','',0,0,231,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5159,'943','Carilo','CARILO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:06','1900-01-01 00:00:00',1,0,1),(5160,'11718','Carimate','CARIMATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5161,'26677','Carindale','CARINDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5162,'41966','Carinena','CARINENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5163,'39342','Cariñena','CARIÑENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5164,'42956','Carini','CARINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5165,'41938','Carisio','CARISIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5166,'11719','Carisolo','CARISOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5167,'10223','Carita','CARITA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5168,'37254','Cark','CARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5169,'28681','Carle Place','CARLE PLACE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5170,'25968','Carleton','CARLETON',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5171,'32802','Carlin','CARLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:07','1900-01-01 00:00:00',1,0,1),(5172,'37798','Carlingford','CARLINGFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5173,'20477','Carlinville','CARLINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5174,'20836','Carlisle','CARLISLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5175,'7791','Carlisle','CARLISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5176,'1207','Carlisle','CARLISLE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5177,'12819','Carloforte','CARLOFORTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5178,'10710','Carlow','CARLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5179,'24286','Carlsbad','CARLSBAD',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:08','1900-01-01 00:00:00',1,0,1),(5180,'18360','Carlsbad','CARLSBAD',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5181,'28225','Carlstadt','CARLSTADT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5182,'22338','Carlton','CARLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5183,'26891','Carlton','CARLTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5184,'44185','Carluke','CARLUKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:09','1900-01-01 00:00:00',1,0,1),(5185,'20478','Carlyle','CARLYLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5186,'22976','Carmacks','CARMACKS',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5187,'11158','Carmagnola','CARMAGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5188,'25587','Carman','CARMAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5189,'7792','Carmarthen','CARMARTHEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5190,'1532','Carmarthenshire','CARMARTHENSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5191,'18363','Carmel','CARMEL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5192,'38201','Carmel','CARMEL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5193,'17529','Carmelo','CARMELO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:45:10','1900-01-01 00:00:00',1,0,1),(5194,'20480','Carmi','CARMI',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5195,'11720','Carmignano','CARMIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5196,'3151','Carmona','CARMONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5197,'10862','Carna','CARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5198,'4999','Carnac','CARNAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5199,'26583','Carnarvon','CARNARVON',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5200,'43678','Carnarvorn','CARNARVORN',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5201,'17135','Carnbee','CARNBEE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5202,'29859','Carnegie','CARNEGIE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5203,'18365','Carnelian Bay','CARNELIAN BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5204,'21658','Carney','CARNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:11','1900-01-01 00:00:00',1,0,1),(5205,'28226','Carneys Point','CARNEYS POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5206,'7793','Carnforth','CARNFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5207,'7794','Carnlough','CARNLOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5208,'7795','Carno','CARNO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5209,'41565','Carnon','CARNON',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5210,'5903','Carnoules','CARNOULES',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5211,'6964','Carnoustie','CARNOUSTIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5212,'4860','Carnoux-en-provence','CARNOUX-EN-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5213,'22015','Caro','CARO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:12','1900-01-01 00:00:00',1,0,1),(5214,'19293','Carol City','CAROL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5215,'15742','Carolina','CAROLINA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5216,'33798','Carolina Beach','CAROLINA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5217,'40266','Caroline Springs','CAROLINE SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5218,'23004','Carona','CARONA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5219,'23434','Carouge','CAROUGE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5220,'11723','Carovigno','CAROVIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5221,'36608','Carp Island','CARP ISLAND',NULL,'','Palau','',0,0,167,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5222,'40346','Carpegna','CARPEGNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5223,'11724','Carpenedolo','CARPENEDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5224,'5117','Carpentras','CARPENTRAS',NULL,'','France','',0,0,76,'2016-10-17 10:45:13','1900-01-01 00:00:00',1,0,1),(5225,'12956','Carpi','CARPI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5226,'11725','Carpineti','CARPINETI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5227,'18366','Carpinteria','CARPINTERIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5228,'6221','Carquefou','CARQUEFOU',NULL,'','France','',0,0,76,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5229,'6409','Carqueiranne','CARQUEIRANNE',NULL,'','France','',0,0,76,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5230,'21849','Carrabassett Valley','CARRABASSETT VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5231,'3400','Carranque','CARRANQUE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5232,'11726','Carrara','CARRARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5233,'26678','Carrara','CARRARA',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5234,'42991','Carrascal','CARRASCAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5235,'3204','Carratraca','CARRATRACA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5236,'33799','Carrboro','CARRBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:14','1900-01-01 00:00:00',1,0,1),(5237,'7796','Carrbridge','CARRBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5238,'39834','Carrè','CARRÈ',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5239,'9834','Carriacou Island','CARRIACOU ISLAND',NULL,'','Grenada','',0,0,88,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5240,'7797','Carrickfergus','CARRICKFERGUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5241,'10916','Carrickmacross','CARRICKMACROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5242,'41593','Carrick-on-shannon','CARRICK-ON-SHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5243,'42968','Carrieres Sur Seine','CARRIERES SUR SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5244,'4684','Carrieres-sous-poissy','CARRIERES-SOUS-POISSY',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5245,'37830','Carrieres-sur-seine','CARRIERES-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5246,'10802','Carrigaline','CARRIGALINE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5247,'41592','Carrigans','CARRIGANS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5248,'10718','Carrigart','CARRIGART',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5249,'24210','Carrillo','CARRILLO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5250,'28049','Carrington','CARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5251,'30513','Carrizo Springs','CARRIZO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:15','1900-01-01 00:00:00',1,0,1),(5252,'28506','Carrizozo','CARRIZOZO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5253,'11727','Carrodano','CARRODANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5254,'20167','Carroll','CARROLL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5255,'31061','Carrollton','CARROLLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:16','1900-01-01 00:00:00',1,0,1),(5256,'43088','Carroz D\'araches','CARROZ D\'ARACHES',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5257,'7798','Carrutherstown','CARRUTHERSTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5258,'9280','Carrville','CARRVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5259,'43689','Carry Le Rouet','CARRY LE ROUET',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5260,'6412','Carry-le-rouet','CARRY-LE-ROUET',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5261,'5170','Carsac-aillac','CARSAC-AILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5262,'26679','Carseldine','CARSELDINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:17','1900-01-01 00:00:00',1,0,1),(5263,'18367','Carson','CARSON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5264,'3029','Cartagena','CARTAGENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5265,'24086','Cartagena','CARTAGENA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5266,'24204','Cartago','CARTAGO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5267,'38835','Cartajima','CARTAJIMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5268,'40109','Cartama','CARTAMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5269,'16042','Cartaxo','CARTAXO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5270,'3205','Cartaya','CARTAYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:18','1900-01-01 00:00:00',1,0,1),(5271,'19735','Cartersville','CARTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5272,'29287','Carthage','CARTHAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5273,'17182','Carthage','CARTHAGE',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5274,'27','Cartwright','CARTWRIGHT',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5275,'25120','Caruaru','CARUARU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5276,'32210','Carupano','CARUPANO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5277,'27606','Caruthersville','CARUTHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:19','1900-01-01 00:00:00',1,0,1),(5278,'41564','Carvin','CARVIN',NULL,'','France','',0,0,76,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5279,'15925','Carvoeiro','CARVOEIRO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5280,'33801','Cary','CARY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5281,'33093','Caryville','CARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5282,'11728','Carzago Della Riviera','CARZAGO DELLA RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5283,'18113','Casa Grande','CASA GRANDE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5284,'43810','Casablanca','CASABLANCA',NULL,'','Chile','Casablanca',0,0,45,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5285,'13690','Casablanca','CASABLANCA',NULL,'','Morocco','Casablanca',0,0,148,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5286,'39426','Casal Borsetti','CASAL BORSETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:20','1900-01-01 00:00:00',1,0,1),(5287,'12804','Casalabate','CASALABATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5288,'38747','Casalarreina','CASALARREINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5289,'11730','Casale Monferrato','CASALE MONFERRATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5290,'11731','Casalecchio Di Reno','CASALECCHIO DI RENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5291,'11732','Casalmaggiore','CASALMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5292,'11733','Casalnuovo Di Napoli','CASALNUOVO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5293,'11734','Casamassima','CASAMASSIMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5294,'11159','Casamicciola Terme','CASAMICCIOLA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5295,'11735','Casandrino','CASANDRINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5296,'13048','Casanova Pansarine','CASANOVA PANSARINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5297,'39169','Casapulla','CASAPULLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5298,'37642','Casarabonela','CASARABONELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:21','1900-01-01 00:00:00',1,0,1),(5299,'40263','Casarano','CASARANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5300,'3081','Casares','CASARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5301,'12742','Casarsa Della Delizia','CASARSA DELLA DELIZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5302,'38909','Casarza Ligure','CASARZA LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5303,'34728','Cascade','CASCADE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5304,'15996','Cascais','CASCAIS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:22','1900-01-01 00:00:00',1,0,1),(5305,'37804','Cascastel-des-corbieres','CASCASTEL-DES-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5306,'25037','Cascavel','CASCAVEL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5307,'11736','Cascia','CASCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5308,'12973','Casciana Terme','CASCIANA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5309,'11160','Casciano','CASCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5310,'11737','Cascina','CASCINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5311,'39202','Casekow','CASEKOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5312,'15997','Caselas','CASELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5313,'11738','Caselle','CASELLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5314,'26069','Caseros','CASEROS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5315,'12711','Caserta','CASERTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:23','1900-01-01 00:00:00',1,0,1),(5316,'13049','Casetta','CASETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5317,'20482','Casey','CASEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5318,'20483','Caseyville','CASEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5319,'10929','Cashel','CASHEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5320,'33802','Cashiers','CASHIERS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5321,'31455','Cashmere','CASHMERE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5322,'15094','Cashmere','CASHMERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5323,'31714','Cashton','CASHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5324,'29861','Cashtown','CASHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5325,'34128','Casino','CASINO',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:24','1900-01-01 00:00:00',1,0,1),(5326,'11740','Casirile','CASIRILE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5327,'23160','Caslano','CASLANO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5328,'37707','Casnate Con Bernate','CASNATE CON BERNATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5329,'39840','Casola Valsenio','CASOLA VALSENIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5330,'35517','Casole','CASOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5331,'38308','Casorate Sempione','CASORATE SEMPIONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5332,'11743','Casoria','CASORIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5333,'32077','Casper','CASPER',NULL,'','United States','',0,0,231,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5334,'15184','Cass','CASS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5335,'22017','Cass City','CASS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:25','1900-01-01 00:00:00',1,0,1),(5336,'40388','Cassago Brianza','CASSAGO BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5337,'37426','Cassano Allo Ionio','CASSANO ALLO IONIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5338,'11744','Cassaro','CASSARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5339,'19294','Casselberry','CASSELBERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5340,'28050','Casselton','CASSELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5341,'5171','Cassen','CASSEN',NULL,'','France','',0,0,76,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5342,'11745','Cassine','CASSINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5343,'7799','Cassington','CASSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5344,'11746','Cassino','CASSINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5345,'4861','Cassis','CASSIS',NULL,'','France','',0,0,76,'2016-10-17 10:45:26','1900-01-01 00:00:00',1,0,1),(5346,'11162','Cassola','CASSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5347,'43710','Cassowary','CASSOWARY',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5348,'27607','Cassville','CASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5349,'35491','Castagneto Carducci','CASTAGNETO CARDUCCI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5350,'38564','Castagniers','CASTAGNIERS',NULL,'','France','',0,0,76,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5351,'11747','Castagnito','CASTAGNITO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5352,'38678','Castagnole Delle Lanze','CASTAGNOLE DELLE LANZE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5353,'18368','Castaic','CASTAIC',NULL,'','United States','',0,0,231,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5354,'41285','Castalla','CASTALLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5355,'16072','Castanheira','CASTANHEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5356,'4048','Castaway Island','CASTAWAY ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5357,'24741','Casteau','CASTEAU',NULL,'','Belgium','',0,0,21,'2016-10-17 10:45:27','1900-01-01 00:00:00',1,0,1),(5358,'38018','Castegnato','CASTEGNATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5359,'3401','Castejon','CASTEJON',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5360,'6965','Castel','CASTEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:28','1900-01-01 00:00:00',1,0,1),(5361,'11758','Castelbuono','CASTELBUONO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5362,'38504','Castelculier','CASTELCULIER',NULL,'','France','',0,0,76,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5363,'11759','Casteldaccia','CASTELDACCIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5364,'11760','Castelfiorentino','CASTELFIORENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5365,'11761','Castelfranco Di Sopra','CASTELFRANCO DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5366,'5172','Casteljaloux','CASTELJALOUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5367,'39257','Castellabate','CASTELLABATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5368,'11763','Castellammare Del Golfo','CASTELLAMMARE DEL GOLFO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:29','1900-01-01 00:00:00',1,0,1),(5369,'39978','Castellana Grotte','CASTELLANA GROTTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5370,'12987','Castellaneta Marina','CASTELLANETA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5371,'39281','Castellar De La Frontera','CASTELLAR DE LA FRONTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5372,'11765','Castellaro','CASTELLARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5373,'3536','Castellbisbal','CASTELLBISBAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5374,'3537','Castelldefels','CASTELLDEFELS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5375,'11766','Castelleone','CASTELLEONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5376,'39205','Castelletto Di Branduzzo','CASTELLETTO DI BRANDUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5377,'26070','Castelli','CASTELLI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5378,'11165','Castelli Romani','CASTELLI ROMANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5379,'35697','Castellina In Chiant','CASTELLINA IN CHIANT',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:30','1900-01-01 00:00:00',1,0,1),(5380,'3538','Castello','CASTELLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5381,'37990','Castelló Dempúries','CASTELLÓ DEMPÚRIES',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5382,'2586','Castellon','CASTELLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5383,'43239','Castellote','CASTELLOTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5384,'11769','Castelluzzo','CASTELLUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5385,'11770','Castelmagno','CASTELMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5386,'11167','Castelmola','CASTELMOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:31','1900-01-01 00:00:00',1,0,1),(5387,'5173','Castelmoron-sur-lot','CASTELMORON-SUR-LOT',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5388,'42969','Castelnau Le Lez','CASTELNAU LE LEZ',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5389,'41563','Castelnau-de-montmiral','CASTELNAU-DE-MONTMIRAL',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5390,'4179','Castelnau-le-lez','CASTELNAU-LE-LEZ',NULL,'','France','',0,0,76,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5391,'38235','Castelnovo Di Sotto','CASTELNOVO DI SOTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5392,'11771','Castelnuovo Berardenga','CASTELNUOVO BERARDENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:32','1900-01-01 00:00:00',1,0,1),(5393,'15894','Castelo Branco','CASTELO BRANCO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5394,'11773','Castelraimondo','CASTELRAIMONDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5395,'11774','Castelrotto','CASTELROTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5396,'6078','Castelsagrat','CASTELSAGRAT',NULL,'','France','',0,0,76,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5397,'11081','Castelsardo','CASTELSARDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5398,'11775','Casteltermini','CASTELTERMINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5399,'11776','Castelvecchio Pascoli','CASTELVECCHIO PASCOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:33','1900-01-01 00:00:00',1,0,1),(5400,'11777','Castelvetrano','CASTELVETRANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5401,'11778','Castelvetro Di Modena','CASTELVETRO DI MODENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5402,'11779','Castenaso','CASTENASO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5403,'11780','Castenedolo','CASTENEDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5404,'5174','Castets','CASTETS',NULL,'','France','',0,0,76,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5405,'35485','Castiglion Fiorentin','CASTIGLION FIORENTIN',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5406,'11782','Castiglioncello','CASTIGLIONCELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5407,'11783','Castiglione Del Lago','CASTIGLIONE DEL LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:34','1900-01-01 00:00:00',1,0,1),(5408,'28682','Castile','CASTILE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5409,'3206','Castilleja De La Cuesta','CASTILLEJA DE LA CUESTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5410,'5904','Castillon-du-gard','CASTILLON-DU-GARD',NULL,'','France','',0,0,76,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5411,'38111','Castillonnes','CASTILLONNES',NULL,'','France','',0,0,76,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5412,'21850','Castine','CASTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5413,'35487','Castione Della Preso','CASTIONE DELLA PRESO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:35','1900-01-01 00:00:00',1,0,1),(5414,'34129','Castle Hill','CASTLE HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5415,'25288','Castle Junction','CASTLE JUNCTION',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5416,'18369','Castle Park','CASTLE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5417,'38933','Castlebaldwin','CASTLEBALDWIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5418,'40915','Castlebar','CASTLEBAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5419,'10903','Castlebar','CASTLEBAR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5420,'7802','Castlebay','CASTLEBAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5421,'38792','Castlebridge','CASTLEBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5422,'10895','Castleconnell','CASTLECONNELL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5423,'41591','Castledermot','CASTLEDERMOT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:36','1900-01-01 00:00:00',1,0,1),(5424,'9337','Castleford','CASTLEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5425,'25406','Castlegar','CASTLEGAR',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5426,'10877','Castlegregory','CASTLEGREGORY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5427,'10832','Castleknock','CASTLEKNOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5428,'26892','Castlemaine','CASTLEMAINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5429,'10803','Castlemartyr','CASTLEMARTYR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5430,'7803','Castlereagh','CASTLEREAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5431,'7804','Castleton','CASTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5432,'20839','Castleton','CASTLETON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5433,'28683','Castleton-on-hudson','CASTLETON-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5434,'7805','Castletown','CASTLETOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5435,'35389','Castletownbere','CASTLETOWNBERE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5436,'41967','Castrelo','CASTRELO',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5437,'6079','Castres','CASTRES',NULL,'','France','',0,0,76,'2016-10-17 10:45:37','1900-01-01 00:00:00',1,0,1),(5438,'13578','Castries','CASTRIES',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5439,'5905','Castries','CASTRIES',NULL,'','France','',0,0,76,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5440,'3082','Castrillon','CASTRILLON',NULL,'','Spain','Castrillon',0,0,199,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5441,'38007','Castro Marim','CASTRO MARIM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5442,'18371','Castro Valley','CASTRO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5443,'11788','Castrocaro Terme','CASTROCARO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5444,'27342','Castrop-rauxel','CASTROP-RAUXEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5445,'934','Cat Ba','CAT BA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5446,'24824','Cat Cay','CAT CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5447,'41557','Catala','CATALA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5448,'9357','Catalan Bay','CATALAN BAY',NULL,'','Gibraltar','',0,0,85,'2016-10-17 10:45:38','1900-01-01 00:00:00',1,0,1),(5449,'18115','Catalina','CATALINA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5450,'26042','Catamarca','CATAMARCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5451,'13003','Catania','CATANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5452,'35445','Catania-aci Trezza','CATANIA-ACI TREZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5453,'15743','Catano','CATANO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5454,'15493','Catarman','CATARMAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5455,'13893','Catavina','CATAVINA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5456,'14115','Catemaco','CATEMACO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5457,'16629','Catez Ob Savi','CATEZ OB SAVI',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5458,'18373','Cathedral City','CATHEDRAL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5459,'31457','Cathlamet','CATHLAMET',NULL,'','United States','',0,0,231,'2016-10-17 10:45:39','1900-01-01 00:00:00',1,0,1),(5460,'32194','Catia La Mar','CATIA LA MAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5461,'15476','Caticlan','CATICLAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5462,'33610','Catlettsburg','CATLETTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5463,'15443','Catmon','CATMON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5464,'21660','Catonsville','CATONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5465,'32886','Catoosa','CATOOSA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5466,'3746','Catral','CATRAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5467,'9281','Catshill','CATSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5468,'28684','Catskill','CATSKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5469,'11792','Cattolica','CATTOLICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5470,'15472','Cauayan','CAUAYAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5471,'37175','Caucaia','CAUCAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5472,'43','Caucasia','CAUCASIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5473,'5523','Caudan','CAUDAN',NULL,'','France','',0,0,76,'2016-10-17 10:45:40','1900-01-01 00:00:00',1,0,1),(5474,'5802','Caudebec-en-caux','CAUDEBEC-EN-CAUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5475,'5175','Caudrot','CAUDROT',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5476,'16581','Caue Ilheu Das Rolas','CAUE ILHEU DAS ROLAS',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5477,'26492','Caulfield','CAULFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5478,'5524','Caulnes','CAULNES',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5479,'25969','Causapscal','CAUSAPSCAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5480,'6080','Caussade-riviere','CAUSSADE-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5481,'40530','Causse-et-diège','CAUSSE-ET-DIÈGE',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5482,'5030','Cauterets','CAUTERETS',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5483,'23161','Caux','CAUX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5484,'11793','Cavaglia','CAVAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5485,'13035','Cavagnolo','CAVAGNOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5486,'6413','Cavaillon','CAVAILLON',NULL,'','France','',0,0,76,'2016-10-17 10:45:41','1900-01-01 00:00:00',1,0,1),(5487,'11794','Cavaion Veronese','CAVAION VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5488,'5111','Cavalaire-sur-mer','CAVALAIRE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5489,'42639','Cavalcante','CAVALCANTE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5490,'11795','Cavalese','CAVALESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5491,'39249','Cavallino','CAVALLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5492,'40703','Cavallino-treporti','CAVALLINO-TREPORTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5493,'10776','Cavan','CAVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5494,'23483','Cavancha','CAVANCHA',NULL,'','Chile','',0,0,45,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5495,'38688','Cavareno','CAVARENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5496,'13061','Cavaso Del Tomba','CAVASO DEL TOMBA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:42','1900-01-01 00:00:00',1,0,1),(5497,'40532','Cavedago','CAVEDAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5498,'20484','Cave-in-rock','CAVE-IN-ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5499,'10503','Cavelossim','CAVELOSSIM',NULL,'','India','',0,0,101,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5500,'26493','Cavendish','CAVENDISH',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5501,'43581','Cavendish','CAVENDISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5502,'25814','Cavendish','CAVENDISH',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5503,'31309','Cavendish','CAVENDISH',NULL,'','United States','',0,0,231,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5504,'11796','Cavengo Di Brianza','CAVENGO DI BRIANZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5505,'38626','Cavernago','CAVERNAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5506,'42194','Caviahue','CAVIAHUE',NULL,'','Argentina','',0,0,10,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5507,'15519','Cavite','CAVITE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:43','1900-01-01 00:00:00',1,0,1),(5508,'11176','Cavoli','CAVOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5509,'13050','Cavriglia','CAVRIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5510,'10053','Cavtat','CAVTAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5511,'10224','Cawang','CAWANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5512,'41777','Caxambu','CAXAMBU',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5513,'24960','Caxias Do Sul','CAXIAS DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5514,'34968','Cayambe','CAYAMBE',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5515,'30298','Cayce','CAYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5516,'9886','Cayenne','CAYENNE',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5517,'6286','Cayeux-sur-mer','CAYEUX-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5518,'41971','Caylloma','CAYLLOMA',NULL,'','Peru','',0,0,172,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5519,'40190','Caylus','CAYLUS',NULL,'','France','',0,0,76,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5520,'24254','Cayman Brac','CAYMAN BRAC',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:45:44','1900-01-01 00:00:00',1,0,1),(5521,'35828','Cayman-seven Mile Be','CAYMAN-SEVEN MILE BE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5522,'899','Cayo','CAYO',NULL,'','Belize','',0,0,22,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5523,'34938','Cayo Coco','CAYO COCO',NULL,'','Cuba','',0,0,56,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5524,'39476','Cayres','CAYRES',NULL,'','France','',0,0,76,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5525,'18374','Cayucos','CAYUCOS',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5526,'28685','Cayuta','CAYUTA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5527,'18375','Cazadero','CAZADERO',NULL,'','United States','',0,0,231,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5528,'3207','Cazalla De La Sierra','CAZALLA DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:45','1900-01-01 00:00:00',1,0,1),(5529,'43977','Cazals','CAZALS',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5530,'6081','Cazaubon','CAZAUBON',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5531,'28686','Cazenovia','CAZENOVIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5532,'3208','Cazorla','CAZORLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5533,'38151','Cazzago Di Pianiga','CAZZAGO DI PIANIGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5534,'24971','Ceara','CEARA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5535,'5302','Ceaux','CEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5536,'6325','Ceaux-en-couhe','CEAUX-EN-COUHE',NULL,'','France','',0,0,76,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5537,'3445','Cebreros','CEBREROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:46','1900-01-01 00:00:00',1,0,1),(5538,'15544','Cebu','CEBU',NULL,'','Philippines','Cebu',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5539,'36549','Cebu(mactan) Airport','CEBU(MACTAN) AIRPORT',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5540,'36546','Cebu-badian','CEBU-BADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5541,'36553','Cebu-mactan Island','CEBU-MACTAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5542,'36554','Cebu-san Fernando','CEBU-SAN FERNANDO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5543,'36557','Cebu-sogod','CEBU-SOGOD',NULL,'','Philippines','',0,0,173,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5544,'11797','Cecchignola','CECCHIGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5545,'21661','Cecilton','CECILTON',NULL,'','United States','',0,0,231,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5546,'35495','Cecina','CECINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5547,'22018','Cedar','CEDAR',NULL,'','United States','',0,0,231,'2016-10-17 10:45:47','1900-01-01 00:00:00',1,0,1),(5548,'31715','Cedarburg','CEDARBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5549,'34730','Cedaredge','CEDAREDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5550,'43144','Cedars','CEDARS',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5551,'19740','Cedartown','CEDARTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5552,'29288','Cedarville','CEDARVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5553,'26447','Ceduna','CEDUNA',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5554,'38696','Cee','CEE',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5555,'11798','Cefalu','CEFALU',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5556,'35589','Cefalu-castel Di Tus','CEFALU-CASTEL DI TUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:50','1900-01-01 00:00:00',1,0,1),(5557,'10099','Cegled','CEGLED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5558,'3030','Cehegin','CEHEGIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5559,'15744','Ceiba','CEIBA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5560,'40467','Ceillac','CEILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5561,'24306','Celadna','CELADNA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5562,'11799','Celano','CELANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5563,'13933','Celaya','CELAYA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5564,'10887','Celbridge','CELBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5565,'19296','Celebration','CELEBRATION',NULL,'','United States','',0,0,231,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5566,'23162','Celerina','CELERINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5568,'14127','Celestun','CELESTUN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5569,'23163','Celigny','CELIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5570,'29289','Celina','CELINA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5571,'37747','Celista','CELISTA',NULL,'','Canada','',0,0,39,'2016-10-17 10:45:51','1900-01-01 00:00:00',1,0,1),(5572,'16630','Celje','CELJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5573,'37609','Cellarengo','CELLARENGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5574,'40288','Celldomolk','CELLDOMOLK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5575,'27195','Celle','CELLE',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5576,'40333','Celle Di Bulgheria','CELLE DI BULGHERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5577,'42992','Cellers','CELLERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5578,'40436','Cellole','CELLOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5579,'15966','Celorico Da Beira','CELORICO DA BEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5580,'5767','Cemboing','CEMBOING',NULL,'','France','',0,0,76,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5581,'11178','Cenerente','CENERENTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5582,'3209','Cenes De La Vega','CENES DE LA VEGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5583,'34731','Centennial','CENTENNIAL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:52','1900-01-01 00:00:00',1,0,1),(5584,'42154','Center Region','CENTER REGION',NULL,'','Israel','',0,0,106,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5585,'28687','Centerport','CENTERPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5586,'29290','Centerville','CENTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:53','1900-01-01 00:00:00',1,0,1),(5587,'11801','Cento','CENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:54','1900-01-01 00:00:00',1,0,1),(5588,'11802','Centocelle','CENTOCELLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5589,'39148','Centola','CENTOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5590,'30299','Central','CENTRAL',NULL,'','United States','',0,0,231,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5591,'1117','Central And North Greece','CENTRAL AND NORTH GREECE',NULL,'','GREECE','',0,0,86,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5592,'122','Central Black Forest','CENTRAL BLACK FOREST',NULL,'','Germany','',0,0,83,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5593,'24287','Central Bohemia','CENTRAL BOHEMIA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5594,'4180','Central Brittany','CENTRAL BRITTANY',NULL,'','France','',0,0,76,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5595,'24770','Central Bulgaria','CENTRAL BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5596,'26978','Central Carinthia','CENTRAL CARINTHIA',NULL,'','Austria','',0,0,14,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5597,'2590','Central Catalonia','CENTRAL CATALONIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:55','1900-01-01 00:00:00',1,0,1),(5598,'34130','Central Coast','CENTRAL COAST',NULL,'','Australia','',0,0,13,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5599,'3883','Central Finland','CENTRAL FINLAND',NULL,'','Finland','',0,0,75,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5600,'24162','Central Pacific Coast','CENTRAL PACIFIC COAST',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:45:56','1900-01-01 00:00:00',1,0,1),(5601,'16591','Central Slovakia','CENTRAL SLOVAKIA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5602,'13591','Central Sri Lanka','CENTRAL SRI LANKA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5603,'25919','Central United Arab Emirates','CENTRAL UNITED ARAB EMIRATES',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5604,'20485','Centralia','CENTRALIA',NULL,'','United States','',0,0,231,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5605,'17848','Centre','CENTRE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5606,'1212','Centre Portugal','CENTRE PORTUGAL',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 10:45:57','1900-01-01 00:00:00',1,0,1),(5607,'31062','Centreville','CENTREVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5608,'32555','Centurion','CENTURION',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5609,'32396','Century City','CENTURY CITY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5610,'18376','Century City','CENTURY CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5611,'10152','Cepaka','CEPAKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5612,'35498','Cerbaia','CERBAIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5613,'41562','Cerbere','CERBERE',NULL,'','France','',0,0,76,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5614,'5906','Cerbère','CERBÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5615,'37176','Cercola','CERCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5616,'41063','Cerdanyola','CERDANYOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:58','1900-01-01 00:00:00',1,0,1),(5617,'15901','Cerdeira','CERDEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5618,'18377','Ceres','CERES',NULL,'','United States','',0,0,231,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5619,'38097','Ceres','CERES',NULL,'','South Africa','',0,0,195,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5620,'5907','Ceret','CERET',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5621,'16914','Cerf Island','CERF ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5622,'4685','Cergy','CERGY',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5623,'35497','Ceriale','CERIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5624,'39057','Ceriana','CERIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5625,'43978','Cerise','CERISE',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5626,'42193','Cerkezkoy','CERKEZKOY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5627,'16631','Cerklje Na Gorenjskem','CERKLJE NA GORENJSKEM',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5628,'2465','Cerler','CERLER',NULL,'','Spain','',0,0,199,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5629,'42346','Cernay La Ville','CERNAY LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:45:59','1900-01-01 00:00:00',1,0,1),(5630,'4686','Cernay-la-ville','CERNAY-LA-VILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5631,'11803','Cernobbio','CERNOBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5632,'37994','Cernusco Sul Naviglio','CERNUSCO SUL NAVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5633,'13947','Cerocahui','CEROCAHUI',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5634,'39201','Céron','CÉRON',NULL,'','France','',0,0,76,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5635,'25199','Cerqueira Cesar','CERQUEIRA CESAR',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5636,'17524','Cerra Colorado','CERRA COLORADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5637,'11804','Cerreto Di Spoleto','CERRETO DI SPOLETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5638,'28508','Cerrillos','CERRILLOS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5639,'18378','Cerritos','CERRITOS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5640,'15357','Cerro Azul','CERRO AZUL',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:00','1900-01-01 00:00:00',1,0,1),(5641,'37072','Cerro Colorado','CERRO COLORADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5642,'11805','Cerro Maggiore','CERRO MAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5643,'11806','Certaldo','CERTALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5644,'16257','Certanovo','CERTANOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5645,'11807','Certosa Di Pavia','CERTOSA DI PAVIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5646,'15797','Cerva','CERVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5647,'26584','Cervantes','CERVANTES',NULL,'','Australia','Cervantes',0,0,13,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5648,'9986','Cervar Porat','CERVAR PORAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5649,'3539','Cervera','CERVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5650,'38309','Cerveteri','CERVETERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5651,'12716','Cervia','CERVIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5652,'11808','Cesana Torinese','CESANA TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5653,'11179','Cesano Boscone','CESANO BOSCONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:01','1900-01-01 00:00:00',1,0,1),(5654,'42200','Cesario Lange','CESARIO LANGE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5655,'12959','Cesena','CESENA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5656,'12717','Cesenatico','CESENATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5657,'13666','Cesis','CESIS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5658,'24341','Ceske Budejovice','CESKE BUDEJOVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5659,'24336','Cesky Krumlov','CESKY KRUMLOV',NULL,'','Czech Republic','Cesky Krumlov',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5660,'17253','Cesme','CESME',NULL,'','Turkey','',0,0,222,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5661,'34131','Cessnock','CESSNOCK',NULL,'','Australia','Cessnock',0,0,13,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5662,'4182','Cesson','CESSON',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5663,'4938','Cesson-sevigne','CESSON-SEVIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5664,'4926','Cestas','CESTAS',NULL,'','France','',0,0,76,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5665,'39924','Cestlice','CESTLICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5666,'3702','Cestona','CESTONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5667,'11810','Cetona','CETONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:02','1900-01-01 00:00:00',1,0,1),(5668,'11811','Cetraro','CETRARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5669,'2871','Ceuta','CEUTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5670,'4183','Cevannes National Park','CEVANNES NATIONAL PARK',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5671,'36734','Cha Am','CHA AM',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5673,'44254','Chaaya Island','CHAAYA ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5674,'5444','Chablis','CHABLIS',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5675,'5303','Chabreloche','CHABRELOCHE',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5676,'6414','Chabrieres','CHABRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5677,'32201','Chacao','CHACAO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5678,'43837','Chachagua','CHACHAGUA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5679,'42408','Chachoengsao','CHACHOENGSAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5680,'26123','Chacras De Coria','CHACRAS DE CORIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:46:03','1900-01-01 00:00:00',1,0,1),(5681,'6968','Chadderton','CHADDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5682,'7806','Chaddesley Corbett','CHADDESLEY CORBETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5683,'29863','Chadds Ford','CHADDS FORD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5684,'7807','Chadlington','CHADLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5685,'28110','Chadron','CHADRON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5686,'28690','Chaffee','CHAFFEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5687,'7808','Chagford','CHAGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5688,'3844','Chagni','CHAGNI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5689,'5445','Chagny','CHAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5690,'9918','Chai Wan','CHAI WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:46:04','1900-01-01 00:00:00',1,0,1),(5691,'39931','Chail','CHAIL',NULL,'','India','Chail',1,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5692,'5840','Chailly-en-bière','CHAILLY-EN-BIÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5693,'38272','Chailly-sur-armancon','CHAILLY-SUR-ARMANCON',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5694,'5446','Chaintre','CHAINTRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5695,'10395','Chak Badrinath','CHAK BADRINATH',NULL,'','India','',0,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5696,'10504','Chakdaha','CHAKDAHA',NULL,'','India','',0,0,101,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5697,'14031','Chalco De Diaz Covarrubias','CHALCO DE DIAZ COVARRUBIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5698,'35774','Chale Paradise Islan','CHALE PARADISE ISLAN',NULL,'','Kenya','',0,0,113,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5699,'5768','Chalezeule','CHALEZEULE',NULL,'','France','',0,0,76,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5700,'7809','Chalford','CHALFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5701,'42515','Chalkida - Evia','CHALKIDA - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5702,'9444','Chalkidiki','CHALKIDIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5703,'38967','Chalkidona','CHALKIDONA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5704,'9785','Chalkis','CHALKIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5705,'17580','Chalkyitsik','CHALKYITSIK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:05','1900-01-01 00:00:00',1,0,1),(5706,'4986','Challain-la-potherie','CHALLAIN-LA-POTHERIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5707,'6222','Challans','CHALLANS',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5708,'6588','Challes-les-eaux','CHALLES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5709,'20342','Challis','CHALLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5710,'21181','Chalmette','CHALMETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5711,'42734','Chalons-en-champagne','CHALONS-EN-CHAMPAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5712,'4995','Châlons-en-champagne','CHÂLONS-EN-CHAMPAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5713,'5447','Chalon-sur-saone','CHALON-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5714,'37515','Chalsa','CHALSA',NULL,'','India','Chalsa',12,0,101,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5715,'40018','Cham','CHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:06','1900-01-01 00:00:00',1,0,1),(5716,'28509','Chama','CHAMA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5717,'5304','Chamalieres','CHAMALIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5718,'40735','Chamant','CHAMANT',NULL,'','France','',0,0,76,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5719,'2592','Chamartin - Plaza Castilla','CHAMARTIN - PLAZA CASTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5720,'10505','Chamba','CHAMBA',NULL,'','India','Chamba',1,0,101,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5721,'2593','Chamberi','CHAMBERI',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5722,'32998','Chamberlain','CHAMBERLAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5723,'18117','Chambers','CHAMBERS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5724,'29864','Chambersburg','CHAMBERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:46:07','1900-01-01 00:00:00',1,0,1),(5725,'6589','Chambery','CHAMBERY',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5726,'1620','Chambery-le-vieux','CHAMBERY-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5727,'23164','Chambesy','CHAMBESY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5728,'19742','Chamblee','CHAMBLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5729,'5448','Chambolle-musigny','CHAMBOLLE-MUSIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5730,'5305','Chamboulive','CHAMBOULIVE',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5731,'5633','Chambray-les-tours','CHAMBRAY-LES-TOURS',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5732,'6223','Chambretaud','CHAMBRETAUD',NULL,'','France','',0,0,76,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5733,'848','Chame','CHAME',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5734,'40604','Chamois','CHAMOIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:08','1900-01-01 00:00:00',1,0,1),(5735,'40975','Chamonix','CHAMONIX',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5736,'5081','Chamonix-mont-blanc','CHAMONIX-MONT-BLANC',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5737,'6287','Chamouille','CHAMOUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5738,'5176','Champagnac-de-belair','CHAMPAGNAC-DE-BELAIR',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5739,'6590','Champagne-au-mont-d\'or','CHAMPAGNE-AU-MONT-D\'OR',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5740,'5769','Champagnole','CHAMPAGNOLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5741,'5449','Champagny','CHAMPAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5742,'6816','Champagny-en-vanoise','CHAMPAGNY-EN-VANOISE',NULL,'','France','',0,0,76,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5743,'20486','Champaign','CHAMPAIGN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:09','1900-01-01 00:00:00',1,0,1),(5744,'23165','Champery','CHAMPERY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5745,'23445','Champex','CHAMPEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5746,'6224','Champigne','CHAMPIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5747,'4184','Champigny','CHAMPIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5748,'4687','Champigny-sur-marne','CHAMPIGNY-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5749,'5718','Champillon','CHAMPILLON',NULL,'','France','',0,0,76,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5750,'29865','Champion','CHAMPION',NULL,'','United States','',0,0,231,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5751,'19297','Champions Gate','CHAMPIONS GATE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:10','1900-01-01 00:00:00',1,0,1),(5752,'22340','Champlin','CHAMPLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5753,'4185','Champlitte','CHAMPLITTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5754,'6326','Champniers','CHAMPNIERS',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5755,'11812','Champoluc','CHAMPOLUC',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5756,'35992','Champoussin','CHAMPOUSSIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5757,'5841','Champs-sur-marne','CHAMPS-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5758,'37463','Champs-sur-tarentaine-marchal','CHAMPS-SUR-TARENTAINE-MARCHAL',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5759,'38987','Champtoceaux','CHAMPTOCEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5760,'10396','Chamrail','CHAMRAIL',NULL,'','India','',0,0,101,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5761,'4951','Chamrousse','CHAMROUSSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5762,'6591','Chanas','CHANAS',NULL,'','France','',0,0,76,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5763,'34392','Chance Harbour','CHANCE HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:11','1900-01-01 00:00:00',1,0,1),(5764,'5177','Chancelade','CHANCELADE',NULL,'','France','',0,0,76,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5765,'10628','Chandigarh','CHANDIGARH',NULL,'','India','Best Tour  Packages for Chandigarh | Chandigarh Tr',23,0,101,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5766,'10397','Chanditala','CHANDITALA',NULL,'','India','',0,0,101,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5767,'18118','Chandler','CHANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5768,'25970','Chandler','CHANDLER',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5769,'40914','Chandlers Cross','CHANDLERS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5770,'36820','Chang Hua','CHANG HUA',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5771,'23762','Changchun','CHANGCHUN',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5772,'23812','Changde','CHANGDE',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5773,'23735','Changdian','CHANGDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5774,'43979','Change','CHANGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5775,'13525','Changhowon','CHANGHOWON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5776,'17377','Changhua','CHANGHUA',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:12','1900-01-01 00:00:00',1,0,1),(5777,'16530','Changi Airport (Sin)','CHANGI AIRPORT (SIN)',NULL,'','Singapore','',0,0,190,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5778,'5842','Changis-sur-marne','CHANGIS-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5779,'16975','Changlang Beach','CHANGLANG BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5780,'39256','Changping','CHANGPING',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5781,'23952','Changsha','CHANGSHA',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5782,'23736','Changshu','CHANGSHU',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5783,'35795','Changwon','CHANGWON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5784,'13484','Changwon','CHANGWON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5785,'23886','Changxindian','CHANGXINDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5786,'23914','Changzhi','CHANGZHI',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5787,'23737','Changzhou','CHANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5788,'32278','Chanh Hung','CHANH HUNG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5789,'22341','Chanhassen','CHANHASSEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5790,'1535','Chania','CHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:13','1900-01-01 00:00:00',1,0,1),(5791,'43064','Chaniotis','CHANIOTIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5792,'1231','Channel Islands','CHANNEL ISLANDS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5793,'41726','Channel Tunnel','CHANNEL TUNNEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5794,'25649','Channel-port Aux Basques','CHANNEL-PORT AUX BASQUES',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5795,'30523','Channelview','CHANNELVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5796,'41554','Chanteloup En Brie','CHANTELOUP EN BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5797,'4186','Chanteloup-en-brie','CHANTELOUP-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5798,'5306','Chantemerle','CHANTEMERLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5799,'6592','Chantemerle-les-grignan','CHANTEMERLE-LES-GRIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5800,'5525','Chantepie','CHANTEPIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:14','1900-01-01 00:00:00',1,0,1),(5801,'41709','Chanthaburi','CHANTHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5802,'31064','Chantilly','CHANTILLY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5803,'6288','Chantilly','CHANTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5804,'6225','Chantonnay','CHANTONNAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5805,'21032','Chanute','CHANUTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5806,'6226','Chanzeaux','CHANZEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5807,'23567','Chaohu','CHAOHU',NULL,'','China','',0,0,46,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5808,'5719','Chaource','CHAOURCE',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5809,'6289','Chaourse','CHAOURSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:15','1900-01-01 00:00:00',1,0,1),(5810,'23867','Chaoyang','CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5811,'23953','Chaozhou','CHAOZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5812,'13894','Chapala','CHAPALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5813,'39756','Chapareillan','CHAPAREILLAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5814,'5908','Chapeauroux','CHAPEAUROUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5815,'25177','Chapeco','CHAPECO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5816,'1531','Chapel Of Garioch','CHAPEL OF GARIOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5817,'10833','Chapelizod','CHAPELIZOD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5818,'39084','Chapelle-des-bois','CHAPELLE-DES-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:46:16','1900-01-01 00:00:00',1,0,1),(5819,'7810','Chapeltown','CHAPELTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5820,'39764','Chapin','CHAPIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5821,'34467','Chapleau','CHAPLEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5822,'38484','Chaplin','CHAPLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5823,'31963','Chapmanville','CHAPMANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5824,'6593','Chaponnay','CHAPONNAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5825,'6594','Chaponost','CHAPONOST',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5826,'28691','Chappaqua','CHAPPAQUA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5827,'6595','Charbonnieres-les-bains','CHARBONNIERES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:46:17','1900-01-01 00:00:00',1,0,1),(5828,'7811','Chard','CHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5829,'23166','Chardonne','CHARDONNE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5830,'7812','Chardstock','CHARDSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5831,'17106','Chardzhou','CHARDZHOU',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5832,'4187','Charente','CHARENTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5833,'4188','Charente-maritime','CHARENTE-MARITIME',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5834,'4688','Charenton-le-pont','CHARENTON-LE-PONT',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5835,'39161','Charette-varennes','CHARETTE-VARENNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5836,'40011','Charing','CHARING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5837,'6969','Charingworth','CHARINGWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5838,'20173','Chariton','CHARITON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5839,'17484','Charkiv','CHARKIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5840,'7813','Charlbury','CHARLBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:18','1900-01-01 00:00:00',1,0,1),(5841,'7814','Charlecote','CHARLECOTE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5842,'25971','Charlemagne','CHARLEMAGNE',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5843,'21334','Charlemont','CHARLEMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5844,'24660','Charleroi','CHARLEROI',NULL,'','Belgium','',0,0,21,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5845,'25972','Charlesbourg','CHARLESBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5846,'20488','Charleston','CHARLESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:19','1900-01-01 00:00:00',1,0,1),(5847,'32171','Charlestown','CHARLESTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5848,'40395','Charlestown','CHARLESTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5849,'20842','Charlestown','CHARLESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5850,'34132','Charlestown','CHARLESTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5851,'35388','Charlestown','CHARLESTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5852,'13480','Charlestown','CHARLESTOWN',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:46:20','1900-01-01 00:00:00',1,0,1),(5853,'10711','Charleville','CHARLEVILLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5854,'26396','Charleville','CHARLEVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5855,'5720','Charleville-mezieres','CHARLEVILLE-MEZIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5856,'35976','Charlevoix','CHARLEVOIX',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5857,'22021','Charlevoix','CHARLEVOIX',NULL,'','United States','',0,0,231,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5858,'34393','Charlo','CHARLO',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5859,'22022','Charlotte','CHARLOTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5860,'32232','Charlotte Amalie','CHARLOTTE AMALIE',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:46:21','1900-01-01 00:00:00',1,0,1),(5861,'16785','Charlottenberg','CHARLOTTENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5862,'2207','Charlottenlund','CHARLOTTENLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5863,'31066','Charlottesville','CHARLOTTESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5864,'25815','Charlottetown','CHARLOTTETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5865,'17136','Charlotteville','CHARLOTTEVILLE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5866,'26397','Charlton','CHARLTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5867,'29292','Charm','CHARM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5868,'38738','Charmes','CHARMES',NULL,'','France','',0,0,76,'2016-10-17 10:46:22','1900-01-01 00:00:00',1,0,1),(5869,'23167','Charmey','CHARMEY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5870,'4190','Charnay Les Macon','CHARNAY LES MACON',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5871,'6970','Charnock Richard','CHARNOCK RICHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5872,'25973','Charny','CHARNY',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5873,'5450','Charolles','CHAROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5874,'6971','Charter Alley','CHARTER ALLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5875,'18379','Charter Oak','CHARTER OAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5876,'42715','Charters','CHARTERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5877,'5634','Chartres','CHARTRES',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5878,'5526','Chartres-de-bretagne','CHARTRES-DE-BRETAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:23','1900-01-01 00:00:00',1,0,1),(5879,'32556','Chartwell','CHARTWELL',NULL,'','South Africa','',0,0,195,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5880,'7815','Charwelton','CHARWELTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5881,'25408','Chase','CHASE',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5882,'22342','Chaska','CHASKA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5883,'6596','Chassagny','CHASSAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5884,'6597','Chasselay','CHASSELAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5885,'1592','Chasseneuil','CHASSENEUIL',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5886,'5123','Chasseneuil-du-poitou','CHASSENEUIL-DU-POITOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5887,'4952','Chasse-sur-rhone','CHASSE-SUR-RHONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5888,'5049','Chassieu','CHASSIEU',NULL,'','France','',0,0,76,'2016-10-17 10:46:24','1900-01-01 00:00:00',1,0,1),(5889,'43902','Chatan','CHATAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5891,'6415','Chateau Gombert','CHATEAU GOMBERT',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5892,'43980','Chateau-arnoux-saint-auban','CHATEAU-ARNOUX-SAINT-AUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5893,'4191','Château-arnoux-saint-auban','CHÂTEAU-ARNOUX-SAINT-AUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5894,'6327','Chateaubernard','CHATEAUBERNARD',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5895,'5527','Chateaubourg','CHATEAUBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5896,'6227','Chateaubriant','CHATEAUBRIANT',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5897,'38782','Chateau-chinon','CHATEAU-CHINON',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5898,'5451','Chateau-d\'oex','CHATEAU-D\'OEX',NULL,'','France','',0,0,76,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5899,'23168','Chateau-d\'oex','CHATEAU-D\'OEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:25','1900-01-01 00:00:00',1,0,1),(5900,'6228','Chateau-d\'olonne','CHATEAU-D\'OLONNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5901,'39042','Chateaugiron','CHATEAUGIRON',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5902,'4192','Château-gontier','CHÂTEAU-GONTIER',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5903,'25974','Chateauguay','CHATEAUGUAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5904,'4193','Château-la-vallière','CHÂTEAU-LA-VALLIÈRE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5905,'5307','Chateauneuf','CHATEAUNEUF',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5906,'41553','Chateauneuf-de-grasse','CHATEAUNEUF-DE-GRASSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5907,'38518','Chateauneuf-du-faou','CHATEAUNEUF-DU-FAOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5908,'43981','Chateauneuf-du-rhone','CHATEAUNEUF-DU-RHONE',NULL,'','France','',0,0,76,'2016-10-17 10:46:26','1900-01-01 00:00:00',1,0,1),(5909,'4195','Châteauneuf-du-rhône','CHÂTEAUNEUF-DU-RHÔNE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5910,'6416','Chateauneuf-le-rouge','CHATEAUNEUF-LE-ROUGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5911,'4196','Chateauneuf-sur-isere','CHATEAUNEUF-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5912,'25975','Chateau-richer','CHATEAU-RICHER',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5913,'4943','Chateauroux','CHATEAUROUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5914,'6290','Chateau-thierry','CHATEAU-THIERRY',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5915,'4197','Châtel','CHÂTEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5916,'43096','Chatelaillon Plage','CHATELAILLON PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5917,'6328','Chatelaillon-plage','CHATELAILLON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5918,'4198','Châtelaudren','CHÂTELAUDREN',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5919,'39186','Chatel-censoir','CHATEL-CENSOIR',NULL,'','France','',0,0,76,'2016-10-17 10:46:27','1900-01-01 00:00:00',1,0,1),(5920,'5308','Chatelguyon','CHATELGUYON',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5921,'1613','Chatel-guyon','CHATEL-GUYON',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5922,'23169','Chatel-saint-denis','CHATEL-SAINT-DENIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5923,'4689','Chatenay-malabry','CHATENAY-MALABRY',NULL,'','France','',0,0,76,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5924,'22343','Chatfield','CHATFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5925,'28692','Chatham','CHATHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5926,'7816','Chatham','CHATHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:28','1900-01-01 00:00:00',1,0,1),(5927,'6972','Chathill','CHATHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5928,'11813','Chatillon','CHATILLON',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5929,'5635','Chatillon','CHATILLON',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5930,'4199','Châtillon-en-michaille','CHÂTILLON-EN-MICHAILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5931,'4690','Chatou','CHATOU',NULL,'','France','',0,0,76,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5932,'34133','Chatswood','CHATSWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5933,'18380','Chatsworth','CHATSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5934,'34470','Chatsworth','CHATSWORTH',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:29','1900-01-01 00:00:00',1,0,1),(5935,'19298','Chattahoochee','CHATTAHOOCHEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5936,'33098','Chattanooga','CHATTANOOGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5937,'6598','Chatte','CHATTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5938,'7817','Chatton','CHATTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5939,'43601','Chau Doc','CHAU DOC',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5940,'37215','Chaudes-aigues','CHAUDES-AIGUES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5941,'24670','Chaudfontaine','CHAUDFONTAINE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5942,'5452','Chaulgnes','CHAULGNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5943,'6291','Chaulnes','CHAULNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5944,'38251','Chaumes-en-brie','CHAUMES-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:46:30','1900-01-01 00:00:00',1,0,1),(5945,'5178','Chaumont','CHAUMONT',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5946,'4691','Chaumontel','CHAUMONTEL',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5947,'6330','Chauray','CHAURAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5948,'15034','Chaurjhari','CHAURJHARI',NULL,'','Nepal','',0,0,153,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5949,'5770','Chaussin','CHAUSSIN',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5950,'28693','Chautauqua','CHAUTAUQUA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5951,'5771','Chaux-des-crotenay','CHAUX-DES-CROTENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5952,'6229','Chavagnes-les-redoux','CHAVAGNES-LES-REDOUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5953,'23005','Chavannes-de-bogis','CHAVANNES-DE-BOGIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5954,'5636','Chaveignes','CHAVEIGNES',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5955,'6023','Chavelot','CHAVELOT',NULL,'','France','',0,0,76,'2016-10-17 10:46:31','1900-01-01 00:00:00',1,0,1),(5956,'39044','Chavenay','CHAVENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5957,'16073','Chaves','CHAVES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5958,'4692','Chaville','CHAVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5959,'41066','Chaweng','CHAWENG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5960,'6599','Chazay-d\'azergues','CHAZAY-D\'AZERGUES',NULL,'','France','',0,0,76,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5961,'7818','Cheadle','CHEADLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5962,'24344','Cheb','CHEB',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5963,'21851','Chebeague Island','CHEBEAGUE ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5964,'16318','Cheboksary','CHEBOKSARY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5965,'22023','Cheboygan','CHEBOYGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5966,'44026','Checheng','CHECHENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5967,'32888','Checotah','CHECOTAH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:32','1900-01-01 00:00:00',1,0,1),(5968,'7819','Cheddar','CHEDDAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5969,'28694','Cheektowaga','CHEEKTOWAGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5970,'42221','Chefchaouen','CHEFCHAOUEN',NULL,'','Morocco','',0,0,148,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5971,'38772','Chefchaouene','CHEFCHAOUENE',NULL,'','Morocco','',0,0,148,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5972,'17581','Chefornak','CHEFORNAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5973,'16215','Cheia','CHEIA',NULL,'','Romania','',0,0,179,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5974,'31462','Chelan','CHELAN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5975,'5843','Chelles','CHELLES',NULL,'','France','',0,0,76,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5976,'15612','Chelm','CHELM',NULL,'','Poland','',0,0,174,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5977,'44186','Chelmno','CHELMNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:46:33','1900-01-01 00:00:00',1,0,1),(5978,'21337','Chelmsford','CHELMSFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5979,'7820','Chelmsford','CHELMSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5980,'6973','Chelsea','CHELSEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5981,'25976','Chelsea','CHELSEA',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5982,'28695','Chelsea','CHELSEA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:34','1900-01-01 00:00:00',1,0,1),(5983,'7821','Cheltenham','CHELTENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5984,'1222','Cheltenham','CHELTENHAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5985,'29866','Cheltenham','CHELTENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5986,'16313','Chelyabinsk','CHELYABINSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5987,'25409','Chemainus','CHEMAINUS',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5988,'6230','Chemille','CHEMILLE',NULL,'','France','',0,0,76,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5989,'14262','Chemin Grenier','CHEMIN GRENIER',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5990,'1873','Chemnitz','CHEMNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5991,'29637','Chemult','CHEMULT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:35','1900-01-01 00:00:00',1,0,1),(5992,'38215','Chenac-saint-seurin-duzet','CHENAC-SAINT-SEURIN-DUZET',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5993,'23006','Chêne-bourg','CHÊNE-BOURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5994,'36242','Chenehutte','CHENEHUTTE',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5995,'4200','Chênehutte-trèves-cunault','CHÊNEHUTTE-TRÈVES-CUNAULT',NULL,'','France','',0,0,76,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5996,'31463','Cheney','CHENEY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5997,'23557','Chengde','CHENGDE',NULL,'','China','',0,0,46,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5998,'23990','Chengdu','CHENGDU',NULL,'','China','',0,0,46,'2016-10-17 10:46:36','1900-01-01 00:00:00',1,0,1),(5999,'7822','Chenies','CHENIES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6000,'10671','Chennai','CHENNAI',NULL,'','India','Chennai Holiday Packages | Chennai Trip Package | ',18,0,101,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6001,'20489','Chenoa','CHENOA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6002,'5637','Chenonceaux','CHENONCEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6003,'5453','Chenove','CHENOVE',NULL,'','France','',0,0,76,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6004,'23813','Chenzhou','CHENZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6005,'35798','Cheong Ju City','CHEONG JU CITY',NULL,'','South Korea','',0,0,197,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6006,'13485','Cheongju','CHEONGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6007,'42170','Chepelare','CHEPELARE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6008,'7823','Chepstow','CHEPSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6009,'40843','Cherai','CHERAI',NULL,'','India','',0,0,101,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6010,'14339','Cheras','CHERAS',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6011,'11814','Cherasco','CHERASCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:37','1900-01-01 00:00:00',1,0,1),(6012,'14296','Cherating','CHERATING',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6013,'30302','Cheraw','CHERAW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6014,'4990','Cherbourg','CHERBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6015,'16352','Cheremushki','CHEREMUSHKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6016,'16471','Cherepovets','CHEREPOVETS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6017,'7824','Cheriton Bishop','CHERITON BISHOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6018,'17485','Cherkassy','CHERKASSY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6019,'42073','Cherkasy','CHERKASY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6020,'26681','Chermside','CHERMSIDE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6021,'23007','Chernex','CHERNEX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6022,'17486','Chernovtsy','CHERNOVTSY',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6023,'33811','Cherokee','CHEROKEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:38','1900-01-01 00:00:00',1,0,1),(6024,'24882','Cherokee Sound','CHEROKEE SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6025,'34734','Cherry Creek - Glendale','CHERRY CREEK - GLENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6026,'7825','Cherry Hinton','CHERRY HINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:39','1900-01-01 00:00:00',1,0,1),(6027,'21852','Cherryfield','CHERRYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6028,'9445','Chersonissos','CHERSONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6029,'7826','Chertsey','CHERTSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6030,'43738','Cheruthuruthy','CHERUTHURUTHY',NULL,'','India','',0,0,101,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6031,'22025','Chesaning','CHESANING',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6032,'31068','Chesapeake','CHESAPEAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:40','1900-01-01 00:00:00',1,0,1),(6033,'37537','Cheseaux-sur-lausanne','CHESEAUX-SUR-LAUSANNE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6034,'7827','Chesham','CHESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6035,'6975','Cheshire','CHESHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6036,'19063','Cheshire','CHESHIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6037,'7828','Cheshunt','CHESHUNT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6038,'23170','Chesieres','CHESIERES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6039,'7829','Chessington','CHESSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6040,'5844','Chessy','CHESSY',NULL,'','France','',0,0,76,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6041,'43209','Cheste','CHESTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6042,'7830','Chester','CHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:41','1900-01-01 00:00:00',1,0,1),(6043,'7831','Chesterfield','CHESTERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6044,'27609','Chesterfield','CHESTERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6045,'24867','Chesters','CHESTERS',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6046,'20843','Chesterton','CHESTERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6047,'28699','Chestertown','CHESTERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6048,'29293','Chesterville','CHESTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:42','1900-01-01 00:00:00',1,0,1),(6049,'21666','Chestnut Hill','CHESTNUT HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6050,'40191','Chesuncook','CHESUNCOOK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6051,'21667','Cheswolde','CHESWOLDE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6052,'31716','Chetek','CHETEK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6053,'25703','Cheticamp','CHETICAMP',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6054,'14074','Chetumal','CHETUMAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6055,'25410','Chetwynd','CHETWYND',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6056,'9919','Cheung Chau','CHEUNG CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6057,'17582','Chevak','CHEVAK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:43','1900-01-01 00:00:00',1,0,1),(6058,'21668','Cheverly','CHEVERLY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6059,'5638','Cheverny','CHEVERNY',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6060,'4693','Chevilly-larue','CHEVILLY-LARUE',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6061,'29294','Cheviot','CHEVIOT',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6062,'39247','Chevreuse','CHEVREUSE',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6063,'6292','Chevrieres','CHEVRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6064,'21669','Chevy Chase','CHEVY CHASE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6065,'31464','Chewelah','CHEWELAH',NULL,'','United States','',0,0,231,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6066,'23171','Chexbres','CHEXBRES',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:44','1900-01-01 00:00:00',1,0,1),(6067,'32080','Cheyenne','CHEYENNE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6068,'23172','Chezard-saint-martin','CHEZARD-SAINT-MARTIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6069,'10399','Chharabra','CHHARABRA',NULL,'','India','',0,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6070,'10506','Chhatarpur','CHHATARPUR',NULL,'','India','Chhatarpur',15,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6071,'10400','Chhatrapati Shivaji International Airport (Bom)','CHHATRAPATI SHIVAJI INTERNATIONAL AIRPORT (BOM)',NULL,'','India','',0,0,101,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6072,'41972','Chia','CHIA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6073,'11815','Chianciano Terme','CHIANCIANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6074,'17048','Chiang Dao','CHIANG DAO',NULL,'','Thailand','',0,0,215,'2016-10-17 10:46:45','1900-01-01 00:00:00',1,0,1),(6075,'11816','Chianni','CHIANNI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6076,'36818','Chiao-hsi','CHIAO-HSI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6077,'13934','Chiapa De Corzo','CHIAPA DE CORZO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6078,'1230','Chiapas','CHIAPAS',NULL,'','MEXICO','',0,0,141,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6079,'11817','Chiaramonte Gulfi','CHIARAMONTE GULFI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6080,'23173','Chiasso','CHIASSO',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6081,'11818','Chiavari','CHIAVARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6082,'38639','Chiavenna Landi','CHIAVENNA LANDI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:46','1900-01-01 00:00:00',1,0,1),(6083,'39128','Chiaverano','CHIAVERANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6084,'17379','Chiayi','CHIAYI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6085,'13124','Chiba','CHIBA',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6086,'25977','Chibougamau','CHIBOUGAMAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6087,'20491','Chicago','CHICAGO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6088,'13796','Chichen Itza','CHICHEN ITZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6089,'9282','Chichester','CHICHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6090,'35309','Chichicastenango','CHICHICASTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6091,'41118','Chichiriviche','CHICHIRIVICHE',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6092,'19744','Chickamauga','CHICKAMAUGA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:47','1900-01-01 00:00:00',1,0,1),(6093,'17849','Chickasaw','CHICKASAW',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6094,'32890','Chickasha','CHICKASHA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6095,'17583','Chicken','CHICKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6096,'1731','Chiclana','CHICLANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6097,'15420','Chiclayo','CHICLAYO',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6098,'39139','Chicoana','CHICOANA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:46:48','1900-01-01 00:00:00',1,0,1),(6099,'14032','Chicoloapan De Juarez','CHICOLOAPAN DE JUAREZ',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6100,'21341','Chicopee','CHICOPEE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6101,'25978','Chicoutimi','CHICOUTIMI',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6102,'37518','Chiddingfold','CHIDDINGFOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6103,'19299','Chiefland','CHIEFLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6104,'124','Chiemgau - Chiemsee (Area)','CHIEMGAU - CHIEMSEE (AREA)',NULL,'','Germany','',0,0,83,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6105,'11819','Chieri','CHIERI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6106,'11820','Chiesa In Valmalenco','CHIESA IN VALMALENCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6107,'11821','Chieti','CHIETI',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6108,'37465','Chieveley','CHIEVELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6109,'23875','Chifeng','CHIFENG',NULL,'','China','',0,0,46,'2016-10-17 10:46:49','1900-01-01 00:00:00',1,0,1),(6110,'17584','Chignik Lagoon','CHIGNIK LAGOON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6111,'24089','Chigorodo','CHIGORODO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6112,'13776','Chihuahua','CHIHUAHUA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6113,'10401','Chikkamagaluru','CHIKKAMAGALURU',NULL,'','India','',0,0,101,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6114,'15295','Chilas','CHILAS',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6115,'3747','Chilches','CHILCHES',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6116,'26682','Childers','CHILDERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6117,'17850','Childersburg','CHILDERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6118,'30524','Childress','CHILDRESS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6119,'31072','Chilhowie','CHILHOWIE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6120,'41113','Chiliwack','CHILIWACK',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6121,'26683','Chillagoe','CHILLAGOE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6122,'36012','Chillan','CHILLAN',NULL,'','Chile','',0,0,45,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6123,'3402','Chillaron De Cuenca','CHILLARON DE CUENCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:50','1900-01-01 00:00:00',1,0,1),(6124,'7834','Chillaton','CHILLATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6125,'36005','Chillian','CHILLIAN',NULL,'','Chile','',0,0,45,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6126,'29295','Chillicothe','CHILLICOTHE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6127,'25411','Chilliwack','CHILLIWACK',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6128,'41393','Chillon','CHILLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6129,'5129','Chilly-mazarin','CHILLY-MAZARIN',NULL,'','France','',0,0,76,'2016-10-17 10:46:51','1900-01-01 00:00:00',1,0,1),(6130,'29638','Chiloquin','CHILOQUIN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6131,'31717','Chilton','CHILTON',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6132,'7835','Chilwell','CHILWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6133,'28510','Chimayo','CHIMAYO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6134,'13427','Chimkent','CHIMKENT',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6135,'33813','Chimney Rock','CHIMNEY ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6136,'14226','Chimoio','CHIMOIO',NULL,'','Mozambique','',0,0,149,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6137,'13929','China','CHINA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6138,'30525','Chinatown','CHINATOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:52','1900-01-01 00:00:00',1,0,1),(6139,'6977','Chinatown','CHINATOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6140,'14297','Chinatown - Sentral','CHINATOWN - SENTRAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6141,'906','Chinauta','CHINAUTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6142,'870','Chincha Alta','CHINCHA ALTA',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6143,'40386','Chincheros','CHINCHEROS',NULL,'','Peru','',0,0,172,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6144,'2986','Chinchon','CHINCHON',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6145,'31073','Chincoteague','CHINCOTEAGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6146,'7836','Chingford','CHINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6147,'32644','Chingola','CHINGOLA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6148,'13532','Chinju','CHINJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6149,'18119','Chinle','CHINLE',NULL,'','United States','',0,0,231,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6150,'42865','Chino','CHINO',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:53','1900-01-01 00:00:00',1,0,1),(6151,'18386','Chino','CHINO',NULL,'','United States','',0,0,231,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6152,'27948','Chinook','CHINOOK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6153,'44246','Chintsa East','CHINTSA EAST',NULL,'','South Africa','',0,0,195,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6154,'11822','Chiocchio','CHIOCCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6155,'12881','Chioggia','CHIOGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6156,'9818','Chios','CHIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6157,'32649','Chipata','CHIPATA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:54','1900-01-01 00:00:00',1,0,1),(6158,'3210','Chipiona','CHIPIONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6159,'34735','Chipita Park','CHIPITA PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6160,'19301','Chipley','CHIPLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6161,'10507','Chiplun','CHIPLUN',NULL,'','India','Chiplun',5,0,101,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6162,'34134','Chippendale','CHIPPENDALE',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6163,'7837','Chippenham','CHIPPENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6164,'7838','Chipperfield','CHIPPERFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6165,'31718','Chippewa Falls','CHIPPEWA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:46:55','1900-01-01 00:00:00',1,0,1),(6166,'7839','Chipping Campden','CHIPPING CAMPDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6167,'850','Chiquiri','CHIQUIRI',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6168,'32656','Chiredzi','CHIREDZI',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6169,'15348','Chiriqui','CHIRIQUI',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:56','1900-01-01 00:00:00',1,0,1),(6170,'36518','Chiriqui-bambito','CHIRIQUI-BAMBITO',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6171,'26198','Chirnside Park','CHIRNSIDE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6172,'42866','Chiryu','CHIRYU',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6173,'22344','Chisago City','CHISAGO CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6174,'32642','Chisamba','CHISAMBA',NULL,'','Zambia','',0,0,242,'2016-10-17 10:46:57','1900-01-01 00:00:00',1,0,1),(6175,'17585','Chisana','CHISANA',NULL,'','United States','',0,0,231,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6176,'25980','Chisasibi','CHISASIBI',NULL,'','Canada','',0,0,39,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6177,'6978','Chiseldon','CHISELDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6178,'13718','Chisinau','CHISINAU',NULL,'','Moldova, Republic Of','',0,0,144,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6179,'7842','Chislehurst','CHISLEHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:58','1900-01-01 00:00:00',1,0,1),(6180,'5639','Chissay','CHISSAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6181,'6979','Chisworth','CHISWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6182,'16315','Chita','CHITA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6183,'39578','Chitenay','CHITENAY',NULL,'','France','',0,0,76,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6184,'13226','Chitose','CHITOSE',NULL,'','Japan','',0,0,110,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6185,'10402','Chitpur','CHITPUR',NULL,'','India','',0,0,101,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6186,'15296','Chitral','CHITRAL',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6187,'15355','Chitre','CHITRE',NULL,'','Panama','',0,0,169,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6188,'24764','Chittagong','CHITTAGONG',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6190,'31314','Chittenden','CHITTENDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6191,'40152','Chittlehamholt','CHITTLEHAMHOLT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:46:59','1900-01-01 00:00:00',1,0,1),(6192,'40805','Chittorgarh','CHITTORGARH',NULL,'','India','Chittorgarh Tour | Travel and Tourism | Rajasthan ',2,0,101,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6193,'10403','Chittur','CHITTUR',NULL,'','India','',0,0,101,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6194,'41806','Chitwan','CHITWAN',NULL,'','Nepal','Chitwan',0,0,153,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6195,'37316','Chiusa','CHIUSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6196,'11823','Chiusanico','CHIUSANICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6197,'11824','Chiusdino','CHIUSDINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6198,'11825','Chiusi','CHIUSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6199,'3748','Chiva','CHIVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6200,'11826','Chivasso','CHIVASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6201,'15386','Chivay','CHIVAY',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6202,'43819','Chizhou','CHIZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6203,'2378','Chlef','CHLEF',NULL,'','Algeria','',0,0,3,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6204,'42544','Choc Bay','CHOC BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6205,'32680','Chocorua','CHOCORUA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:00','1900-01-01 00:00:00',1,0,1),(6206,'39565','Chocowinity','CHOCOWINITY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6207,'13414','Chofu','CHOFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6208,'5721','Choiseul','CHOISEUL',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6209,'16544','Choiseul Bay','CHOISEUL BAY',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6210,'43986','Choisey','CHOISEY',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6211,'7843','Cholderton','CHOLDERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6212,'6231','Cholet','CHOLET',NULL,'','France','',0,0,76,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6213,'7844','Chollerford','CHOLLERFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6214,'32251','Cholon','CHOLON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6215,'14002','Cholula','CHOLULA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6216,'9961','Choluteca','CHOLUTECA',NULL,'','Honduras','',0,0,97,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6217,'37326','Chomu','CHOMU',NULL,'','India','',0,0,101,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6218,'24355','Chomutov','CHOMUTOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:47:01','1900-01-01 00:00:00',1,0,1),(6220,'13227','Chonan','CHONAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6221,'38880','Chonas-lamballan','CHONAS-LAMBALLAN',NULL,'','France','',0,0,76,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6222,'36736','Chonburi','CHONBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6223,'23569','Chongming','CHONGMING',NULL,'','China','',0,0,46,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6224,'13486','Chongno-gu','CHONGNO-GU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6225,'24003','Chongqing','CHONGQING',NULL,'','China','Chongqing',0,0,46,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6226,'7845','Choppington','CHOPPINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6227,'40043','Chorafakia','CHORAFAKIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6228,'4838','Chorges','CHORGES',NULL,'','France','',0,0,76,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6229,'763','Chorin','CHORIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6230,'43739','Chorla','CHORLA',NULL,'','India','',0,0,101,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6231,'7846','Chorley','CHORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6232,'15405','Chorrillos','CHORRILLOS',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6233,'43629','Chorzow','CHORZOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6234,'26129','Chos Malal','CHOS MALAL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6235,'13126','Chosei','CHOSEI',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6236,'27949','Choteau','CHOTEAU',NULL,'','United States','',0,0,231,'2016-10-17 10:47:02','1900-01-01 00:00:00',1,0,1),(6237,'42627','Chouf','CHOUF',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6238,'4202','Chouzy Sur Cisse','CHOUZY SUR CISSE',NULL,'','France','',0,0,76,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6239,'43740','Chowara','CHOWARA',NULL,'','India','',0,0,101,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6240,'18388','Chowchilla','CHOWCHILLA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6241,'42522','Chranoi','CHRANOI',NULL,'','Greece','',0,0,86,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6242,'25231','Christ Church','CHRIST CHURCH',NULL,'','Barbados','',0,0,19,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6243,'6980','Christchurch','CHRISTCHURCH',NULL,'','United Kingdom','Christchurch',0,0,229,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6244,'15095','Christchurch','CHRISTCHURCH',NULL,'','New Zealand','Christchurch',0,0,157,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6245,'884','Christiana','CHRISTIANA',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6246,'44247','Christiana','CHRISTIANA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6247,'19214','Christiana','CHRISTIANA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6248,'31074','Christiansburg','CHRISTIANSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:03','1900-01-01 00:00:00',1,0,1),(6249,'2289','Christiansfeld','CHRISTIANSFELD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6250,'9848','Christianshaab','CHRISTIANSHAAB',NULL,'','Greenland','',0,0,87,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6251,'32244','Christiansted','CHRISTIANSTED',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6252,'7847','Chryston','CHRYSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6253,'43145','Chtaura','CHTAURA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6254,'35938','Chua','CHUA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6255,'17586','Chuathbaluk','CHUATHBALUK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6256,'24826','Chub Cay','CHUB CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6257,'20343','Chubbuck','CHUBBUCK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6258,'35751','Chubu Int Airport','CHUBU INT AIRPORT',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6259,'42095','Chubut','CHUBUT',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6260,'33100','Chuckey Bend','CHUCKEY BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:47:04','1900-01-01 00:00:00',1,0,1),(6261,'15427','Chucuito','CHUCUITO',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6262,'7848','Chudleigh','CHUDLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6263,'17587','Chugiak','CHUGIAK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6264,'32082','Chugwater','CHUGWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6265,'19745','Chula','CHULA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6266,'7849','Chulmleigh','CHULMLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6267,'17380','Chulu','CHULU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6268,'16953','Chumphon','CHUMPHON',NULL,'','Thailand','',0,0,215,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6270,'37562','Chunan','CHUNAN',NULL,'','China','',0,0,46,'2016-10-17 10:47:05','1900-01-01 00:00:00',1,0,1),(6271,'37733','Chunan','CHUNAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6272,'36016','Chun\'an','CHUN\'AN',NULL,'','China','',0,0,46,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6273,'35818','Chuncheon','CHUNCHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6274,'926','Chung Ho City','CHUNG HO CITY',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6275,'35797','Chungju','CHUNGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6276,'17381','Chungli','CHUNGLI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6277,'13487','Chungmun','CHUNGMUN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6278,'13488','Chungnang-gu','CHUNGNANG-GU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6279,'13489','Chungyn-ri','CHUNGYN-RI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6280,'13127','Chuo-ku','CHUO-KU',NULL,'','Japan','',0,0,110,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6281,'24940','Chuquisaca','CHUQUISACA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6282,'23174','Chur','CHUR',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6283,'21670','Church Creek','CHURCH CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:06','1900-01-01 00:00:00',1,0,1),(6284,'25588','Churchill','CHURCHILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6285,'29870','Churchtown','CHURCHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6286,'31075','Churchville','CHURCHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6287,'6981','Churt','CHURT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6288,'39676','Churwalden','CHURWALDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:07','1900-01-01 00:00:00',1,0,1),(6289,'23675','Chuzhou','CHUZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6290,'16184','Cialos','CIALOS',NULL,'','Reunion','',0,0,178,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6291,'11827','Ciampino','CIAMPINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6292,'12882','Cibiana Di Cadore','CIBIANA DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6293,'5179','Ciboure','CIBOURE',NULL,'','France','',0,0,76,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6294,'28701','Cicero','CICERO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6295,'4049','Cicia','CICIA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6296,'15798','Cidade Universitaria','CIDADE UNIVERSITARIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6297,'41152','Cidade Velha','CIDADE VELHA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6298,'44037','Cidra','CIDRA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:47:08','1900-01-01 00:00:00',1,0,1),(6299,'43621','Ciechocinek','CIECHOCINEK',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6300,'41202','Ciego De Avila','CIEGO DE AVILA',NULL,'','Cuba','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6301,'2987','Ciempozuelos','CIEMPOZUELOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6302,'1153','Cienaga De Zapata','CIENAGA DE ZAPATA',NULL,'','CUBA','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6303,'1228','Cienfuegos','CIENFUEGOS',NULL,'','CUBA','',0,0,56,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6304,'44041','Cierpice','CIERPICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6305,'6331','Cierzac','CIERZAC',NULL,'','France','',0,0,76,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6306,'15609','Cieszyn','CIESZYN',NULL,'','Poland','',0,0,174,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6307,'3031','Cieza','CIEZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6308,'14013','Cihuatlan','CIHUATLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6309,'10282','Cikarang','CIKARANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6310,'10295','Cilacap','CILACAP',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6311,'16193','Cilaos','CILAOS',NULL,'','Reunion','',0,0,178,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6312,'7851','Cilcennin','CILCENNIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6313,'42792','Cilegon','CILEGON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6314,'38979','Cima Di Porlezza','CIMA DI PORLEZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:09','1900-01-01 00:00:00',1,0,1),(6315,'34736','Cimarron','CIMARRON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6316,'6417','Cimiez','CIMIEZ',NULL,'','France','',0,0,76,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6317,'36620','Cimpulung Moldvenesc','CIMPULUNG MOLDVENESC',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6318,'29297','Cincinnati','CINCINNATI',NULL,'','United States','',0,0,231,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6319,'11828','Cinecitta','CINECITTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6320,'39130','Ciney','CINEY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6321,'11829','Cinigiano','CINIGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:10','1900-01-01 00:00:00',1,0,1),(6322,'13021','Cinisello Balsamo','CINISELLO BALSAMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6323,'11830','Cinisi','CINISI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6324,'28234','Cinnaminson','CINNAMINSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6325,'11831','Cinquale','CINQUALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6326,'11183','Cinque Terre','CINQUE TERRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6327,'11832','Cinto Euganeo','CINTO EUGANEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6328,'3053','Cintruenigo','CINTRUENIGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6329,'10130','Cipanas','CIPANAS',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6330,'41768','Cipolleti','CIPOLLETI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:11','1900-01-01 00:00:00',1,0,1),(6331,'42146','Cipolletti','CIPOLLETTI',NULL,'','Argentina','',0,0,10,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6332,'17200','Cirali','CIRALI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6333,'27950','Circle','CIRCLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6334,'29299','Circleville','CIRCLEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6335,'10283','Cirebon','CIREBON',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6336,'7852','Cirencester','CIRENCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6337,'39338','Cirié','CIRIÉ',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6338,'14180','Cirkewwa','CIRKEWWA',NULL,'','Malta','',0,0,135,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6339,'11833','Ciro Marina','CIRO MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:12','1900-01-01 00:00:00',1,0,1),(6340,'42793','Cisarua','CISARUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6341,'30526','Cisco','CISCO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6342,'12883','Cison Di Valmarino','CISON DI VALMARINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6343,'37743','Cisterna Di Latina','CISTERNA DI LATINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6344,'11834','Cisternino','CISTERNINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6345,'4203','Cite Universitaire','CITE UNIVERSITAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6346,'35505','Citerna','CITERNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6347,'18390','Citrus Heights','CITRUS HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:13','1900-01-01 00:00:00',1,0,1),(6348,'11838','Cittadella','CITTADELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6349,'37659','Cittaducale','CITTADUCALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6350,'11839','Cittanova','CITTANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6351,'11840','Cittiglio','CITTIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6352,'6982','City Of Westminster','CITY OF WESTMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6353,'924','Ciudad Acuna','CIUDAD ACUNA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6354,'32187','Ciudad Bolivar','CIUDAD BOLIVAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6355,'16107','Ciudad Del Este','CIUDAD DEL ESTE',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:47:14','1900-01-01 00:00:00',1,0,1),(6356,'24151','Ciudad Quesada','CIUDAD QUESADA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6357,'2894','Ciudadela','CIUDADELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6358,'2895','Ciudadella De Menorca','CIUDADELLA DE MENORCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6359,'43483','Ciutadella','CIUTADELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6360,'40235','Civenna','CIVENNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6361,'42319','Cividale Del Friuli','CIVIDALE DEL FRIULI',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:15','1900-01-01 00:00:00',1,0,1),(6362,'11841','Civita Castellana','CIVITA CASTELLANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6363,'41677','Civitanova Marche','CIVITANOVA MARCHE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6364,'12762','Civitavecchia','CIVITAVECCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6365,'38116','Civitella Dagliano','CIVITELLA DAGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6366,'23676','Cixi','CIXI',NULL,'','China','',0,0,46,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6367,'29639','Clackamas','CLACKAMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6368,'7853','Clackmannan','CLACKMANNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:16','1900-01-01 00:00:00',1,0,1),(6369,'34691','Clacton On Sea','CLACTON ON SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6370,'42381','Clacton-on-sea','CLACTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6371,'18392','Clairemont','CLAIREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6372,'19302','Clair-mel City','CLAIR-MEL CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6373,'25289','Clairmont','CLAIRMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6374,'6600','Claix','CLAIX',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6375,'17590','Clam Gulch','CLAM GULCH',NULL,'','United States','',0,0,231,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6376,'4694','Clamart','CLAMART',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6377,'5454','Clamecy','CLAMECY',NULL,'','France','',0,0,76,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6378,'37321','Clane','CLANE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:17','1900-01-01 00:00:00',1,0,1),(6379,'7854','Clanfield','CLANFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6380,'17851','Clanton','CLANTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6381,'32444','Clanwilliam','CLANWILLIAM',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6382,'7855','Clapham','CLAPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6383,'4204','Clapiers','CLAPIERS',NULL,'','France','',0,0,76,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6384,'19303','Clarcona','CLARCONA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6385,'22027','Clare','CLARE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6386,'26448','Clare','CLARE',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6387,'10720','Clare','CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6388,'10863','Claregalway','CLAREGALWAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:18','1900-01-01 00:00:00',1,0,1),(6389,'33814','Claremont','CLAREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6390,'43637','Claremont','CLAREMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6391,'32891','Claremore','CLAREMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6392,'10904','Claremorris','CLAREMORRIS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6393,'28702','Clarence','CLARENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6394,'43643','Clarence Point','CLARENCE POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6395,'24861','Clarence Town','CLARENCE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6396,'7857','Clarencefield','CLARENCEFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6397,'30527','Clarendon','CLARENDON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:19','1900-01-01 00:00:00',1,0,1),(6398,'32544','Clarens','CLARENS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6399,'23008','Clarens','CLARENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6400,'41117','Clarenville','CLARENVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6401,'25290','Claresholm','CLARESHOLM',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6402,'10864','Clarinbridge','CLARINBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6403,'20176','Clarinda','CLARINDA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6404,'20177','Clarion','CLARION',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6405,'29872','Clark','CLARK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6406,'36550','Clark','CLARK',NULL,'','Philippines','',0,0,173,'2016-10-17 10:47:20','1900-01-01 00:00:00',1,0,1),(6407,'18120','Clarkdale','CLARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6408,'19746','Clarkesville','CLARKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6409,'20845','Clarks Hill','CLARKS HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6410,'31968','Clarksburg','CLARKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:21','1900-01-01 00:00:00',1,0,1),(6411,'27840','Clarksdale','CLARKSDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6412,'22028','Clarkston','CLARKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6413,'41178','Clarkston','CLARKSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6414,'20846','Clarksville','CLARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:22','1900-01-01 00:00:00',1,0,1),(6415,'38093','Claryville','CLARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6416,'29640','Clatskanie','CLATSKANIE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6417,'27196','Clausthal-zellerfeld','CLAUSTHAL-ZELLERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6418,'28703','Claverack','CLAVERACK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6419,'7858','Claverdon','CLAVERDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6420,'40169','Clavier','CLAVIER',NULL,'','Belgium','',0,0,21,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6421,'11843','Claviere','CLAVIERE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6422,'40177','Clavières','CLAVIÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6423,'22029','Clawson','CLAWSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:23','1900-01-01 00:00:00',1,0,1),(6424,'7859','Clawton','CLAWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6425,'19748','Claxton','CLAXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6426,'17126','Claxton Bay','CLAXTON BAY',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6427,'21034','Clay Center','CLAY CENTER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6428,'7860','Claydon','CLAYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6429,'5845','Claye-souilly','CLAYE-SOUILLY',NULL,'','France','',0,0,76,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6430,'19215','Claymont','CLAYMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6431,'31077','Claypool Hill','CLAYPOOL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6432,'29874','Claysburg','CLAYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:24','1900-01-01 00:00:00',1,0,1),(6433,'33815','Clayton','CLAYTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6434,'7861','Clayton Le Moors','CLAYTON LE MOORS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6435,'1528','Clayton-le-moors','CLAYTON-LE-MOORS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:25','1900-01-01 00:00:00',1,0,1),(6436,'6985','Clayton-le-woods','CLAYTON-LE-WOODS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6437,'18395','Clear Lake','CLEAR LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6438,'25589','Clear Lake','CLEAR LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6439,'26684','Clear Mountain','CLEAR MOUNTAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:26','1900-01-01 00:00:00',1,0,1),(6440,'25413','Clearbrook','CLEARBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6441,'29875','Clearfield','CLEARFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6442,'18397','Clearlake','CLEARLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6443,'32083','Clearmont','CLEARMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:27','1900-01-01 00:00:00',1,0,1),(6444,'22345','Clearwater','CLEARWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6445,'25414','Clearwater','CLEARWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6446,'6986','Clearwell','CLEARWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6447,'7862','Cleator','CLEATOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:28','1900-01-01 00:00:00',1,0,1),(6448,'30529','Cleburne','CLEBURNE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6449,'7864','Cleckheaton','CLECKHEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6450,'5383','Clecy','CLECY',NULL,'','France','',0,0,76,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6451,'7865','Cleethorpes','CLEETHORPES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6452,'6987','Cleeve Hill','CLEEVE HILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6453,'33816','Clegg','CLEGG',NULL,'','United States','',0,0,231,'2016-10-17 10:47:29','1900-01-01 00:00:00',1,0,1),(6454,'6988','Cleish','CLEISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6455,'6601','Clelles','CLELLES',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6456,'33817','Clemmons','CLEMMONS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6457,'30305','Clemson','CLEMSON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6458,'7866','Cleobury Mortimer','CLEOBURY MORTIMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6459,'5803','Cleon','CLEON',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6460,'26398','Clermont','CLERMONT',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6461,'42347','Clermont','CLERMONT',NULL,'','France','',0,0,76,'2016-10-17 10:47:30','1900-01-01 00:00:00',1,0,1),(6462,'19306','Clermont','CLERMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6463,'5309','Clermont-ferrand','CLERMONT-FERRAND',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6464,'6293','Clermont-les-fermes','CLERMONT-LES-FERMES',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6465,'38311','Clerques','CLERQUES',NULL,'','France','',0,0,76,'2016-10-17 10:47:31','1900-01-01 00:00:00',1,0,1),(6466,'13646','Clervaux','CLERVAUX',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6467,'43989','Clesse','CLESSE',NULL,'','France','',0,0,76,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6468,'26449','Cleve','CLEVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6469,'7867','Clevedon','CLEVEDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6470,'29300','Cleveland','CLEVELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6471,'26685','Cleveland','CLEVELAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:33','1900-01-01 00:00:00',1,0,1),(6472,'36873','Cleveland-hopkins','CLEVELAND-HOPKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:34','1900-01-01 00:00:00',1,0,1),(6473,'19307','Clewiston','CLEWISTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6474,'42767','Cley Next The Sea','CLEY NEXT THE SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6475,'4695','Clichy','CLICHY',NULL,'','France','',0,0,76,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6476,'10865','Clifden','CLIFDEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6477,'6989','Clifford Chambers','CLIFFORD CHAMBERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6478,'28236','Cliffside Park','CLIFFSIDE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6479,'28237','Clifton','CLIFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6480,'32172','Clifton','CLIFTON',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6481,'32429','Clifton','CLIFTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:47:35','1900-01-01 00:00:00',1,0,1),(6482,'26686','Clifton Beach','CLIFTON BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6483,'38685','Climping','CLIMPING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6484,'20848','Clinton','CLINTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:36','1900-01-01 00:00:00',1,0,1),(6485,'25415','Clinton','CLINTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:38','1900-01-01 00:00:00',1,0,1),(6486,'31720','Clintonville','CLINTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6487,'18399','Clio','CLIO',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6488,'6232','Clisson','CLISSON',NULL,'','France','',0,0,76,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6489,'7868','Clitheroe','CLITHEROE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6490,'20181','Clive','CLIVE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6491,'41590','Cloghan','CLOGHAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6492,'40590','Clohars-fouesnant','CLOHARS-FOUESNANT',NULL,'','France','',0,0,76,'2016-10-17 10:47:39','1900-01-01 00:00:00',1,0,1),(6493,'10804','Clonakilty','CLONAKILTY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6494,'41589','Clonbur','CLONBUR',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6495,'26399','Cloncurry','CLONCURRY',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6496,'10834','Clondalkin','CLONDALKIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6497,'10930','Clonmel','CLONMEL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6498,'10835','Clontarf','CLONTARF',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6499,'41893','Cloppenburg','CLOPPENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6500,'22346','Cloquet','CLOQUET',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6501,'15185','Closeburn','CLOSEBURN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6502,'28513','Cloudcroft','CLOUDCROFT',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6503,'7869','Clovelly','CLOVELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6504,'33105','Clover Hill','CLOVER HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:40','1900-01-01 00:00:00',1,0,1),(6505,'33821','Cloverdale','CLOVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6506,'25416','Cloverdale','CLOVERDALE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6507,'30532','Cloverleaf','CLOVERLEAF',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6508,'28514','Clovis','CLOVIS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6509,'5640','Cloyes-sur-le-loir','CLOYES-SUR-LE-LOIR',NULL,'','France','',0,0,76,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6510,'10805','Cloyne','CLOYNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6511,'1640','Cluj','CLUJ',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:41','1900-01-01 00:00:00',1,0,1),(6512,'16216','Cluj-napoca','CLUJ-NAPOCA',NULL,'','Romania','',0,0,179,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6513,'40281','Clun','CLUN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6514,'26893','Clunes','CLUNES',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6515,'5455','Cluny','CLUNY',NULL,'','France','',0,0,76,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6516,'11844','Clusane Sul Lago','CLUSANE SUL LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6517,'35507','Clusone','CLUSONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6518,'31079','Cluster Springs','CLUSTER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6519,'30533','Clute','CLUTE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:42','1900-01-01 00:00:00',1,0,1),(6520,'29303','Clyde','CLYDE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:43','1900-01-01 00:00:00',1,0,1),(6521,'25793','Clyde River','CLYDE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6522,'7870','Clydebank','CLYDEBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6523,'28708','Clymer','CLYMER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6524,'7871','Clyro','CLYRO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6525,'18402','Coachella','COACHELLA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6526,'18403','Coalinga','COALINGA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:44','1900-01-01 00:00:00',1,0,1),(6527,'33319','Coalville','COALVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6528,'38141','Coalville','COALVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6529,'15745','Coamo','COAMO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6530,'40763','Coarsegold','COARSEGOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6531,'13037','Coassolo Torinese','COASSOLO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6532,'13993','Coatepec','COATEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6533,'29877','Coatesville','COATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6534,'6990','Coatham Mundeville','COATHAM MUNDEVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6535,'14116','Coatzacoalcos','COATZACOALCOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6536,'14075','Coba','COBA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:45','1900-01-01 00:00:00',1,0,1),(6537,'42644','Cobano','COBANO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6538,'34135','Cobar','COBAR',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6539,'19751','Cobb Galleria','COBB GALLERIA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6540,'25417','Cobble Hill','COBBLE HILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6541,'33106','Cobbly Nob','COBBLY NOB',NULL,'','United States','',0,0,231,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6542,'1679','Cobden','COBDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6543,'10806','Cobh','COBH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:47:46','1900-01-01 00:00:00',1,0,1),(6544,'7872','Cobham','COBHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6545,'24954','Cobija','COBIJA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6546,'28709','Cobleskill','COBLESKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6547,'34472','Cobourg','COBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6548,'37807','Cobourg','COBOURG',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6549,'26494','Cobram','COBRAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6550,'43210','Cobreces','COBRECES',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6551,'22727','Coburg','COBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6552,'26495','Coburg','COBURG',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6553,'2390','Coca','COCA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6554,'34395','Cocagne','COCAGNE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6555,'11845','Cocconato','COCCONATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6556,'24938','Cochabamba','COCHABAMBA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6557,'23484','Cochamó','COCHAMÓ',NULL,'','Chile','',0,0,45,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6558,'42290','Coche Island','COCHE ISLAND',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:47:47','1900-01-01 00:00:00',1,0,1),(6559,'28710','Cochecton','COCHECTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6560,'617','Cochem','COCHEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6561,'59203','Cochin International Airport','COCHIN INTERNATIONAL AIRPORT',NULL,'','India','',0,0,101,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6562,'28515','Cochiti Lake','COCHITI LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6563,'39753','Cochran','COCHRAN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6564,'43190','Cochrane','COCHRANE',NULL,'','Chile','',0,0,45,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6565,'25291','Cochrane','COCHRANE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6566,'43635','Cockatoo Island','COCKATOO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6567,'16933','Cockburn Town','COCKBURN TOWN',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6568,'24890','Cockburn Town','COCKBURN TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6569,'7873','Cockermouth','COCKERMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6570,'21673','Cockeysville','COCKEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:48','1900-01-01 00:00:00',1,0,1),(6571,'30534','Cockrell Hill','COCKRELL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6572,'41727','Cocle','COCLE',NULL,'','Panama','',0,0,169,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6573,'34930','Cocles Beach','COCLES BEACH',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6574,'24211','Coco','COCO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6575,'19308','Cocoa','COCOA',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6576,'19310','Coconut Creek','COCONUT CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:49','1900-01-01 00:00:00',1,0,1),(6577,'26199','Coconut Island','COCONUT ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6578,'43681','Cocos Islands','COCOS ISLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6579,'14045','Cocoyoc','COCOYOC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6580,'41153','Coculi','COCULI',NULL,'','Cape Verde','',0,0,41,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6581,'35509','Codiponte','CODIPONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6582,'37897','Codogne','CODOGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6583,'26159','Codrington','CODRINGTON',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6584,'38735','Codrongianos','CODRONGIANOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6585,'32084','Cody','CODY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6586,'25132','Coelho Da Rocha','COELHO DA ROCHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:47:50','1900-01-01 00:00:00',1,0,1),(6587,'26400','Coen','COEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6588,'20345','Coeur D\'alene','COEUR D\'ALENE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6589,'14494','Coevorden','COEVORDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6590,'21035','Coffeyville','COFFEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6591,'17592','Coffman Cove','COFFMAN COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6592,'34136','Coffs Harbour','COFFS HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6593,'41348','Cofino','COFINO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6594,'41730','Cofresi','COFRESI',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6595,'7874','Coggeshall','COGGESHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:51','1900-01-01 00:00:00',1,0,1),(6596,'6332','Cognac','COGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6597,'4205','Cognat Lyonne','COGNAT LYONNE',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6598,'11846','Cogne','COGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6599,'39185','Cogoleto','COGOLETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6600,'6418','Cogolin','COGOLIN',NULL,'','France','',0,0,76,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6601,'3447','Cogollos','COGOLLOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6602,'11847','Cogolo','COGOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:52','1900-01-01 00:00:00',1,0,1),(6603,'38848','Cogorno','COGORNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6604,'22347','Cohasset','COHASSET',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6605,'28711','Cohocton','COHOCTON',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6606,'28712','Cohoes','COHOES',NULL,'','United States','',0,0,231,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6607,'43992','Coignieres','COIGNIERES',NULL,'','France','',0,0,76,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6608,'4206','Coignières','COIGNIÈRES',NULL,'','France','',0,0,76,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6609,'10672','Coimbatore','COIMBATORE',NULL,'','India','Coimbatore',18,0,101,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6610,'15974','Coimbra','COIMBRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:53','1900-01-01 00:00:00',1,0,1),(6611,'3211','Coin','COIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6613,'6602','Coise-saint-jean-pied-gauthier','COISE-SAINT-JEAN-PIED-GAUTHIER',NULL,'','France','',0,0,76,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6614,'36384','Col De Kerdous','COL DE KERDOUS',NULL,'','Morocco','',0,0,148,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6615,'26496','Colac','COLAC',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6616,'43741','Colachel','COLACHEL',NULL,'','India','',0,0,101,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6617,'17233','Colakli','COLAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6618,'15998','Colares','COLARES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:47:54','1900-01-01 00:00:00',1,0,1),(6619,'39075','Colayrac-saint-cirq','COLAYRAC-SAINT-CIRQ',NULL,'','France','',0,0,76,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6620,'409','Colbe','COLBE',NULL,'','Germany','',0,0,83,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6621,'37803','Colbordolo','COLBORDOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6622,'21036','Colby','COLBY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6623,'36522','Colca','COLCA',NULL,'','Peru','',0,0,172,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6624,'31315','Colchester','COLCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6625,'7875','Colchester','COLCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:55','1900-01-01 00:00:00',1,0,1),(6626,'17593','Cold Bay','COLD BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6627,'25292','Cold Lake','COLD LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6628,'25704','Coldbrook','COLDBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6629,'30535','Coldspring','COLDSPRING',NULL,'','United States','',0,0,231,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6630,'40204','Coldstream','COLDSTREAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:56','1900-01-01 00:00:00',1,0,1),(6631,'22032','Coldwater','COLDWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6632,'25887','Cole Bay','COLE BAY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6633,'32682','Colebrook','COLEBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6634,'7876','Coleford','COLEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6635,'25293','Coleman','COLEMAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6636,'30536','Coleman','COLEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6637,'7877','Coleraine','COLERAINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6638,'7878','Colerne','COLERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6639,'26832','Coles Bay','COLES BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6640,'7879','Coleshill','COLESHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:47:57','1900-01-01 00:00:00',1,0,1),(6641,'31469','Colfax','COLFAX',NULL,'','United States','',0,0,231,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6642,'11848','Colico','COLICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6643,'13965','Colima','COLIMA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6644,'41354','Collado Villalba','COLLADO VILLALBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6645,'2989','Collado-villalba','COLLADO-VILLALBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6646,'5310','Collanges','COLLANGES',NULL,'','France','',0,0,76,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6647,'41301','Collbato','COLLBATO',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:58','1900-01-01 00:00:00',1,0,1),(6648,'2596','Collbató','COLLBATÓ',NULL,'','Spain','',0,0,199,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6649,'11851','Collecchio','COLLECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6650,'29304','College Corner','COLLEGE CORNER',NULL,'','United States','',0,0,231,'2016-10-17 10:47:59','1900-01-01 00:00:00',1,0,1),(6651,'33107','Collegedale','COLLEGEDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6652,'29878','Collegeville','COLLEGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6653,'5846','Collegien','COLLEGIEN',NULL,'','France','',0,0,76,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6654,'11852','Collegno','COLLEGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6655,'11185','Collelungo Dei Baschi','COLLELUNGO DEI BASCHI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6656,'37833','Collepepe','COLLEPEPE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6657,'11186','Collesalvetti','COLLESALVETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:00','1900-01-01 00:00:00',1,0,1),(6658,'11853','Collesano','COLLESANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6659,'5384','Colleville-sur-mer','COLLEVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6660,'30539','Colleyville','COLLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6661,'11854','Colli Del Tronto','COLLI DEL TRONTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6662,'4915','Collias','COLLIAS',NULL,'','France','',0,0,76,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6663,'24256','Colliers Bay','COLLIERS BAY',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6664,'33108','Collierville','COLLIERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6665,'39308','Collinas','COLLINAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:01','1900-01-01 00:00:00',1,0,1),(6666,'34474','Collingwood','COLLINGWOOD',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6667,'43014','Collingwood','COLLINGWOOD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6668,'27843','Collins','COLLINS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6669,'26401','Collinsville','COLLINSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6670,'20502','Collinsville','COLLINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6671,'5909','Collioure','COLLIOURE',NULL,'','France','',0,0,76,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6672,'40733','Collonges-au-mont-dor','COLLONGES-AU-MONT-DOR',NULL,'','France','',0,0,76,'2016-10-17 10:48:02','1900-01-01 00:00:00',1,0,1),(6673,'39766','Collonges-la-rouge','COLLONGES-LA-ROUGE',NULL,'','France','',0,0,76,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6674,'10925','Collooney','COLLOONEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6675,'6758','Colmar','COLMAR',NULL,'','France','',0,0,76,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6676,'3212','Colmenar','COLMENAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6677,'43583','Colne','COLNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6678,'43946','Coloane','COLOANE',NULL,'','Macau','',0,0,128,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6679,'125','Cologne','COLOGNE',NULL,'','Germany','Cologne',0,0,83,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6680,'11855','Cologno Al Serio','COLOGNO AL SERIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6681,'23010','Cologny','COLOGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:03','1900-01-01 00:00:00',1,0,1),(6682,'11857','Colombaro','COLOMBARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6683,'5722','Colombey-les-deux-églises','COLOMBEY-LES-DEUX-ÉGLISES',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6684,'23176','Colombier','COLOMBIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6685,'9378','Colombier','COLOMBIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6686,'5180','Colombier','COLOMBIER',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6687,'39786','Colombiers','COLOMBIERS',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6688,'6603','Colombier-saugnieu','COLOMBIER-SAUGNIEU',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6689,'13616','Colombo','COLOMBO',NULL,'','Sri Lanka','Colombo',0,0,200,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6690,'6082','Colomiers','COLOMIERS',NULL,'','France','',0,0,76,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6691,'41767','Colon','COLON',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6692,'15356','Colon','COLON',NULL,'','Panama','',0,0,169,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6693,'24868','Colonel Hill','COLONEL HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6694,'6834','Colonia','COLONIA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6695,'872','Colonia','COLONIA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:48:04','1900-01-01 00:00:00',1,0,1),(6696,'3448','Colonia De La Estacion','COLONIA DE LA ESTACION',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6697,'13797','Colonia Oaxaca','COLONIA OAXACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6698,'41873','Colonia Tovar','COLONIA TOVAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6699,'31081','Colonial Beach','COLONIAL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6700,'34739','Colorado City','COLORADO CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:05','1900-01-01 00:00:00',1,0,1),(6701,'11187','Colosseum - Foro Romano','COLOSSEUM - FORO ROMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6702,'21344','Colrain','COLRAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6703,'4207','Colroy La Roche','COLROY LA ROCHE',NULL,'','France','',0,0,76,'2016-10-17 10:48:06','1900-01-01 00:00:00',1,0,1),(6704,'27953','Colstrip','COLSTRIP',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6705,'18405','Colton','COLTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6706,'28240','Colts Neck','COLTS NECK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6707,'28241','Columbia','COLUMBIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:07','1900-01-01 00:00:00',1,0,1),(6708,'29305','Columbiana','COLUMBIANA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:09','1900-01-01 00:00:00',1,0,1),(6709,'29306','Columbus','COLUMBUS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:09','1900-01-01 00:00:00',1,0,1),(6710,'3083','Colunga','COLUNGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6711,'10404','Colva Beach','COLVA BEACH',NULL,'','India','',0,0,101,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6712,'31471','Colville','COLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6713,'25760','Colville Lake','COLVILLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6714,'1394','Colwyn Bay','COLWYN BAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6715,'7880','Colwyn Bay','COLWYN BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6716,'5181','Coly','COLY',NULL,'','France','',0,0,76,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6717,'7881','Colyton','COLYTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6718,'12718','Comacchio','COMACCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6719,'40786','Comala','COMALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6720,'30542','Comanche','COMANCHE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:11','1900-01-01 00:00:00',1,0,1),(6721,'25038','Comandatuba','COMANDATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6722,'11858','Comano','COMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6723,'38085','Comares','COMARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6724,'2599','Comarruga','COMARRUGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6725,'9962','Comayagua','COMAYAGUA',NULL,'','Honduras','',0,0,97,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6726,'43216','Comber','COMBER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6727,'24671','Comblain-la-tour','COMBLAIN-LA-TOUR',NULL,'','Belgium','',0,0,21,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6728,'5082','Combloux','COMBLOUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6729,'5528','Combourg','COMBOURG',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6730,'40546','Combreux','COMBREUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:12','1900-01-01 00:00:00',1,0,1),(6731,'5529','Combrit','COMBRIT',NULL,'','France','',0,0,76,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6732,'19754','Comer','COMER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6733,'11859','Comerio','COMERIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6734,'30543','Comfort','COMFORT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6735,'3120','Comillas','COMILLAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6736,'1418','Coming - Painted Post - Ny','COMING - PAINTED POST - NY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6737,'14181','Comino','COMINO',NULL,'','Malta','',0,0,135,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6738,'39556','Comiso','COMISO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6739,'28716','Commack','COMMACK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:13','1900-01-01 00:00:00',1,0,1),(6740,'18407','Commerce','COMMERCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6741,'5385','Commes','COMMES',NULL,'','France','',0,0,76,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6742,'11860','Commezzadura','COMMEZZADURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6743,'34137','Como','COMO',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6744,'12785','Como','COMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:14','1900-01-01 00:00:00',1,0,1),(6745,'26114','Comodoro Rivadavia','COMODORO RIVADAVIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6746,'13922','Comondu','COMONDU',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6747,'25418','Comox','COMOX',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6748,'3213','Competa','COMPETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6749,'37963','Compeyre','COMPEYRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6750,'6294','Compiegne','COMPIEGNE',NULL,'','France','',0,0,76,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6751,'11861','Compiobbi','COMPIOBBI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6752,'41910','Comporta','COMPORTA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6753,'3661','Compostela','COMPOSTELA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6754,'18408','Compton','COMPTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6755,'40239','Compton Bassett','COMPTON BASSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:15','1900-01-01 00:00:00',1,0,1),(6756,'7883','Comrie','COMRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6757,'22034','Comstock Park','COMSTOCK PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6758,'936','Con Dao','CON DAO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6759,'42615','Conakry','CONAKRY',NULL,'','Guinea','',0,0,92,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6760,'30545','Concan','CONCAN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6761,'4912','Concarneau','CONCARNEAU',NULL,'','France','',0,0,76,'2016-10-17 10:48:16','1900-01-01 00:00:00',1,0,1),(6762,'38370','Concei','CONCEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6763,'41983','Conceicao Da Barra','CONCEICAO DA BARRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6764,'23517','Concepcion','CONCEPCION',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6765,'40667','Concepcion De Ataco','CONCEPCION DE ATACO',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6766,'43268','Concepcion Del Uruguay','CONCEPCION DEL URUGUAY',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6767,'40315','Concesio','CONCESIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6768,'16945','Conch Bar','CONCH BAR',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6769,'23539','Conchali','CONCHALI',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6770,'23500','Concon','CONCON',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6771,'29642','Concord','CONCORD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6772,'34138','Concord','CONCORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:17','1900-01-01 00:00:00',1,0,1),(6773,'34475','Concord','CONCORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:18','1900-01-01 00:00:00',1,0,1),(6774,'27617','Concordia','CONCORDIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6775,'26117','Concordia','CONCORDIA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6776,'29880','Concordville','CONCORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6777,'11862','Concorezzo','CONCOREZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6778,'31472','Concrete','CONCRETE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6779,'15746','Condado','CONDADO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6780,'4208','Condat Sur Vezere','CONDAT SUR VEZERE',NULL,'','France','',0,0,76,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6781,'36566','Conde Ixa-a-nova','CONDE IXA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:19','1900-01-01 00:00:00',1,0,1),(6782,'5386','Condeau','CONDEAU',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6783,'39210','Conde-en-brie','CONDE-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6784,'15902','Condeixa A Nova','CONDEIXA A NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6785,'1630','Condeixa-a-nova','CONDEIXA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6786,'6024','Conde-northen','CONDE-NORTHEN',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6787,'34139','Condobolin','CONDOBOLIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6788,'11863','Condofuri','CONDOFURI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6789,'27956','Condon','CONDON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6790,'24108','Condoto','CONDOTO',NULL,'','Colombia','',0,0,49,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6791,'6604','Condrieu','CONDRIEU',NULL,'','France','',0,0,76,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6792,'12884','Conegliano','CONEGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:20','1900-01-01 00:00:00',1,0,1),(6793,'28717','Coney Island','CONEY ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6794,'4209','Conflans Sur Anille','CONFLANS SUR ANILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6795,'4697','Conflans-sainte-honorine','CONFLANS-SAINTE-HONORINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6796,'41552','Conflans-ste-honorine','CONFLANS-STE-HONORINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6797,'29881','Confluence','CONFLUENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6798,'6605','Confrancon','CONFRANCON',NULL,'','France','',0,0,76,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6799,'10905','Cong','CONG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6800,'28718','Congers','CONGERS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6801,'39331','Conghua','CONGHUA',NULL,'','China','',0,0,46,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6802,'7884','Congleton','CONGLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:21','1900-01-01 00:00:00',1,0,1),(6803,'41305','Congosto','CONGOSTO',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6804,'1732','Conil','CONIL',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6805,'37488','Conilhac-corbieres','CONILHAC-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6806,'7885','Coniston','CONISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6807,'19757','Conley','CONLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6808,'29310','Conneaut','CONNEAUT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6809,'1126','Connecticut Coast Area - Ct','CONNECTICUT COAST AREA - CT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6810,'5804','Connelles','CONNELLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:22','1900-01-01 00:00:00',1,0,1),(6811,'29882','Connellsville','CONNELLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6812,'33825','Connellys Springs','CONNELLYS SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6813,'10721','Connemara','CONNEMARA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6814,'20854','Connersville','CONNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6815,'39642','Connolly','CONNOLLY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6816,'33826','Conover','CONOVER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6817,'5910','Conques','CONQUES',NULL,'','France','',0,0,76,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6818,'27957','Conrad','CONRAD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6819,'25294','Conrich','CONRICH',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6820,'30546','Conroe','CONROE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:23','1900-01-01 00:00:00',1,0,1),(6821,'24920','Consejo','CONSEJO',NULL,'','Belize','',0,0,22,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6822,'11864','Conselve','CONSELVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6823,'43584','Consett','CONSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6824,'29883','Conshohocken','CONSHOHOCKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6825,'25174','Consolacao','CONSOLACAO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6826,'127','Constance','CONSTANCE',NULL,'','Germany','',0,0,83,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6827,'16043','Constancia','CONSTANCIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6828,'16217','Constanta','CONSTANTA',NULL,'','Romania','',0,0,179,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6829,'32445','Constantia','CONSTANTIA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6830,'3215','Constantina','CONSTANTINA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6831,'22035','Constantine','CONSTANTINE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6832,'37362','Constantine','CONSTANTINE',NULL,'','Algeria','',0,0,3,'2016-10-17 10:48:24','1900-01-01 00:00:00',1,0,1),(6833,'6991','Constantine Bay','CONSTANTINE BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6834,'19758','Constitution','CONSTITUTION',NULL,'','United States','',0,0,231,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6835,'37583','Consuegra','CONSUEGRA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6836,'36521','Contadora','CONTADORA',NULL,'','Panama','',0,0,169,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6837,'25081','Contagem','CONTAGEM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6838,'14042','Contepec','CONTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6839,'23177','Conters','CONTERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6840,'11865','Contessa Entellina','CONTESSA ENTELLINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6841,'6233','Contigne','CONTIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6842,'9309','Contin','CONTIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6843,'5127','Contrexeville','CONTREXEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6844,'11190','Contursi Terme','CONTURSI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:25','1900-01-01 00:00:00',1,0,1),(6845,'28242','Convent Station','CONVENT STATION',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6846,'30548','Converse','CONVERSE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6847,'18003','Conway','CONWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6848,'7886','Conwy','CONWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:26','1900-01-01 00:00:00',1,0,1),(6849,'19759','Conyers','CONYERS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6850,'29884','Conyngham','CONYNGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6851,'26450','Coober Pedy','COOBER PEDY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6852,'6992','Cooden','COODEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6853,'26954','Coogee','COOGEE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6854,'26200','Cooinda','COOINDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6855,'27958','Cooke City','COOKE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:27','1900-01-01 00:00:00',1,0,1),(6856,'33112','Cookeville','COOKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6857,'29885','Cooksburg','COOKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6858,'28243','Cookstown','COOKSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6859,'7887','Cookstown','COOKSTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6860,'26402','Cooktown','COOKTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6861,'26687','Coolangatta','COOLANGATTA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6862,'26201','Coolangatta-tweed Heads','COOLANGATTA-TWEED HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6863,'10836','Coolock','COOLOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6864,'26688','Coolum Beach','COOLUM BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:28','1900-01-01 00:00:00',1,0,1),(6865,'29311','Coolville','COOLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6866,'34141','Cooma','COOMA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6867,'26689','Coomera','COOMERA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6868,'34142','Coonabarabran','COONABARABRAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6869,'34143','Coonamble','COONAMBLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6870,'39721','Coonawarra','COONAWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6871,'10508','Coonoor','COONOOR',NULL,'','India','Coonoor',18,0,101,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6872,'32219','Cooper Island','COOPER ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:48:29','1900-01-01 00:00:00',1,0,1),(6873,'17594','Cooper Landing','COOPER LANDING',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6874,'24879','Cooper\'s Town','COOPER\'S TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6875,'29886','Coopersburg','COOPERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6876,'28719','Cooperstown','COOPERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6877,'22036','Coopersville','COOPERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6878,'34144','Coorabell','COORABELL',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6879,'43375','Coorg','COORG',NULL,'','India','Coorg',17,0,101,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6881,'37214','Cooroy','COOROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:30','1900-01-01 00:00:00',1,0,1),(6882,'29643','Coos Bay','COOS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6883,'34145','Cootamundra','COOTAMUNDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6884,'10777','Cootehill','COOTEHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6885,'24952','Copacabana','COPACABANA',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6886,'31473','Copalis Beach','COPALIS BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6887,'9963','Copan','COPAN',NULL,'','Honduras','',0,0,97,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6888,'11867','Copanello','COPANELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6889,'2142','Copenhagen','COPENHAGEN',NULL,'','Denmark','Copenhagen',0,0,59,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6890,'28721','Copiague','COPIAGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6891,'23515','Copiapo','COPIAPO',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6892,'29312','Copley','COPLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:31','1900-01-01 00:00:00',1,0,1),(6893,'38146','Copparo','COPPARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6894,'30549','Coppell','COPPELL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6895,'13798','Copper Canyon','COPPER CANYON',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6896,'17595','Copper Center','COPPER CENTER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6897,'30550','Copperas Cove','COPPERAS COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:32','1900-01-01 00:00:00',1,0,1),(6898,'25794','Coppermine','COPPERMINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6899,'18411','Copperopolis','COPPEROPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6900,'23178','Coppet','COPPET',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6901,'6993','Copthorne','COPTHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6902,'6156','Coquelles','COQUELLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6903,'29644','Coquille','COQUILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6904,'23520','Coquimbo','COQUIMBO',NULL,'','Chile','',0,0,45,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6905,'25419','Coquitlam','COQUITLAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6906,'42139','Coral Bay','CORAL BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6907,'32233','Coral Bay','CORAL BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6908,'4050','Coral Coast','CORAL COAST',NULL,'','Fiji','',0,0,74,'2016-10-17 10:48:33','1900-01-01 00:00:00',1,0,1),(6909,'25795','Coral Harbour','CORAL HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6910,'20184','Coralville','CORALVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6911,'29887','Coraopolis','CORAOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6912,'11868','Corato','CORATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6913,'6606','Corbas','CORBAS',NULL,'','France','',0,0,76,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6914,'5130','Corbeil-essonnes','CORBEIL-ESSONNES',NULL,'','France','',0,0,76,'2016-10-17 10:48:34','1900-01-01 00:00:00',1,0,1),(6915,'3540','Corbera De Llobregat','CORBERA DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6916,'40637','Corbes','CORBES',NULL,'','France','',0,0,76,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6917,'43374','Corbett','CORBETT',NULL,'','India','',9,0,101,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6918,'44251','Corbetta','CORBETTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6919,'5456','Corbigny','CORBIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6920,'33614','Corbin','CORBIN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6921,'24694','Corbion','CORBION',NULL,'','Belgium','',0,0,21,'2016-10-17 10:48:35','1900-01-01 00:00:00',1,0,1),(6922,'7888','Corbridge','CORBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6923,'7889','Corby','CORBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6924,'38418','Corçà','CORÇÀ',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6925,'11869','Corciano','CORCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6926,'18412','Corcoran','CORCORAN',NULL,'','United States','',0,0,231,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6927,'43211','Corcubion','CORCUBION',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6928,'19760','Cordele','CORDELE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:36','1900-01-01 00:00:00',1,0,1),(6929,'32893','Cordell','CORDELL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6930,'5311','Cordes','CORDES',NULL,'','France','',0,0,76,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6931,'3216','Cordoba','CORDOBA',NULL,'','Spain','Cordoba',0,0,199,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6932,'26100','Cordoba','CORDOBA',NULL,'','Argentina','Cordoba',0,0,10,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6933,'14117','Cordoba','CORDOBA',NULL,'','Mexico','Cordoba',0,0,141,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6934,'5847','Cordon','CORDON',NULL,'','France','',0,0,76,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6935,'17597','Cordova','CORDOVA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:37','1900-01-01 00:00:00',1,0,1),(6936,'21854','Corea','COREA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6937,'37778','Coredo','COREDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6938,'40463','Corella','CORELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6939,'6607','Corenc','CORENC',NULL,'','France','',0,0,76,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6940,'9239','Corfe Castle','CORFE CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6941,'28722','Corfu','CORFU',NULL,'','United States','',0,0,231,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6942,'36359','Corfu-agios Gordis','CORFU-AGIOS GORDIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:38','1900-01-01 00:00:00',1,0,1),(6943,'36369','Corfu-alikes','CORFU-ALIKES',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6944,'36377','Corfu-benitses','CORFU-BENITSES',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6945,'35223','Corfu-dassia','CORFU-DASSIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6946,'35220','Corfu-glyfada','CORFU-GLYFADA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6947,'35232','Corfu-gouvia','CORFU-GOUVIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6948,'35238','Corfu-ipsos','CORFU-IPSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6949,'35248','Corfu-kanoni','CORFU-KANONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6950,'35249','Corfu-kontokali','CORFU-KONTOKALI',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6951,'35289','Corfu-roda','CORFU-RODA',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6952,'42380','Corgarff','CORGARFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6953,'11870','Corgeno','CORGENO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6954,'41292','Coria','CORIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6955,'38897','Coriano','CORIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6956,'39357','Corigliano Dotranto','CORIGLIANO DOTRANTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6957,'11871','Corinaldo','CORINALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:39','1900-01-01 00:00:00',1,0,1),(6958,'31316','Corinth','CORINTH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6959,'9448','Corinth','CORINTH',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6960,'10807','Cork','CORK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6961,'37376','Corleone','CORLEONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6962,'42713','Corlette','CORLETTE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6963,'7890','Corley','CORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6964,'42320','Corlo','CORLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:40','1900-01-01 00:00:00',1,0,1),(6965,'38523','Cormano','CORMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6966,'38531','Cormeilles','CORMEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6967,'5723','Cormontreuil','CORMONTREUIL',NULL,'','France','',0,0,76,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6968,'43983','Corn Island','CORN ISLAND',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6969,'11872','Cornaredo','CORNAREDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6970,'23179','Cornaux','CORNAUX',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6971,'19761','Cornelia','CORNELIA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6972,'33828','Cornelius','CORNELIUS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6973,'41487','Cornella De Llobregat','CORNELLA DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6974,'25652','Corner Brook','CORNER BROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:41','1900-01-01 00:00:00',1,0,1),(6975,'33115','Cornersville','CORNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6976,'6994','Cornhill On Tweed','CORNHILL ON TWEED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6977,'11873','Corniglia','CORNIGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6978,'6419','Cornillon-confoux','CORNILLON-CONFOUX',NULL,'','France','',0,0,76,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6979,'20185','Corning','CORNING',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6980,'32685','Cornish','CORNISH',NULL,'','United States','',0,0,231,'2016-10-17 10:48:42','1900-01-01 00:00:00',1,0,1),(6981,'18122','Cornville','CORNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6982,'34476','Cornwall','CORNWALL',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6983,'6995','Cornwall','CORNWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6984,'36297','Cornwell','CORNWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6985,'32196','Coro','CORO',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6986,'35939','Coroico','COROICO',NULL,'','Bolivia','',0,0,26,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6987,'33829','Corolla','COROLLA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6988,'15186','Coromandel','COROMANDEL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6989,'15525','Coron','CORON',NULL,'','Philippines','',0,0,173,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6990,'18414','Corona','CORONA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:43','1900-01-01 00:00:00',1,0,1),(6991,'18415','Coronado','CORONADO',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6992,'34146','Corowa','COROWA',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6993,'24901','Corozal','COROZAL',NULL,'','Belize','',0,0,22,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6994,'36245','Corps','CORPS',NULL,'','France','',0,0,76,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6995,'30551','Corpus Christi','CORPUS CHRISTI',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6996,'3802','Corralejo','CORRALEJO',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6997,'28517','Corrales','CORRALES',NULL,'','United States','',0,0,231,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6998,'13800','Corredor','CORREDOR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(6999,'12957','Correggio','CORREGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:44','1900-01-01 00:00:00',1,0,1),(7000,'4698','Correncon En Vercors','CORRENCON EN VERCORS',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7001,'38805','Correns','CORRENS',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7002,'5999','Correze','CORREZE',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7003,'13801','Corridor','CORRIDOR',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7004,'26107','Corrientes','CORRIENTES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7005,'41678','Corrubbio Di Negarine','CORRUBBIO DI NEGARINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7006,'26497','Corryong','CORRYONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7007,'11874','Corsano','CORSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7008,'1600','Corse','CORSE',NULL,'','France','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7009,'7891','Corsham','CORSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7010,'1219','Corsica','CORSICA',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:48:45','1900-01-01 00:00:00',1,0,1),(7011,'30553','Corsicana','CORSICANA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7012,'11875','Corsico','CORSICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7013,'7892','Corstorphine','CORSTORPHINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7014,'40717','Cortaillod','CORTAILLOD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7015,'4886','Corte','CORTE',NULL,'','France','',0,0,76,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7016,'40184','Cortegana','CORTEGANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7017,'38119','Cortemilia','CORTEMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:46','1900-01-01 00:00:00',1,0,1),(7018,'25420','Cortes Bay','CORTES BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7019,'35024','Cortes De La Fronter','CORTES DE LA FRONTER',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7020,'34745','Cortez','CORTEZ',NULL,'','United States','',0,0,231,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7021,'41024','Cortina Dampezzo','CORTINA DAMPEZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7022,'35475','Cortina-borca Cadore','CORTINA-BORCA CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7023,'28726','Cortland','CORTLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:48:47','1900-01-01 00:00:00',1,0,1),(7024,'28727','Cortlandt','CORTLANDT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7025,'11876','Cortona','CORTONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7026,'40374','Coruche','CORUCHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7027,'17280','Corum','CORUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7028,'25073','Corumba','CORUMBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7029,'27959','Corvallis','CORVALLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7030,'11877','Corvara','CORVARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:48','1900-01-01 00:00:00',1,0,1),(7031,'2602','Corvera','CORVERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7032,'11191','Corviale','CORVIALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7033,'15800','Corvo Island','CORVO ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7034,'7893','Corwen','CORWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7035,'20855','Corydon','CORYDON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7036,'39235','Cosala','COSALA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7037,'33116','Cosby','COSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7038,'12705','Cosenza','COSENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:49','1900-01-01 00:00:00',1,0,1),(7039,'29313','Coshocton','COSHOCTON',NULL,'','United States','',0,0,231,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7040,'2990','Coslada','COSLADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7041,'31474','Cosmopolis','COSMOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7042,'39329','Cosne-cours-sur-loire','COSNE-COURS-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7043,'37787','Cossonay','COSSONAY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7044,'13802','Costa Alegre','COSTA ALEGRE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7045,'43550','Costa Azul','COSTA AZUL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:48:50','1900-01-01 00:00:00',1,0,1),(7046,'24972','Costa Do Saiupe','COSTA DO SAIUPE',NULL,'','Brazil','',0,0,30,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7047,'11193','Costa Esmeralda','COSTA ESMERALDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7048,'18417','Costa Mesa','COSTA MESA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7049,'37610','Costa Navarino','COSTA NAVARINO',NULL,'','Greece','',0,0,86,'2016-10-17 10:48:51','1900-01-01 00:00:00',1,0,1),(7050,'35513','Costalunga','COSTALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7051,'11880','Costermano','COSTERMANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7052,'11881','Costigliole D\'asti','COSTIGLIOLE D\'ASTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7053,'15545','Cotabato','COTABATO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7054,'2397','Cotacachi','COTACACHI',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7055,'43947','Cotai','COTAI',NULL,'','Macau','',0,0,128,'2016-10-17 10:48:52','1900-01-01 00:00:00',1,0,1),(7056,'4211','Cote D Emeraude','COTE D EMERAUDE',NULL,'','France','',0,0,76,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7057,'25981','Cote-saint-luc','COTE-SAINT-LUC',NULL,'','Canada','',0,0,39,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7058,'4699','Coti-chiavari','COTI-CHIAVARI',NULL,'','France','',0,0,76,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7059,'24747','Cotonou','COTONOU',NULL,'','Benin','',0,0,23,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7060,'2385','Cotopaxi','COTOPAXI',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7061,'11882','Cotronei','COTRONEI',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:53','1900-01-01 00:00:00',1,0,1),(7062,'33830','Cotswold','COTSWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7063,'6996','Cotswolds','COTSWOLDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7064,'22351','Cottage Grove','COTTAGE GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7065,'764','Cottbus','COTTBUS',NULL,'','Germany','',0,0,83,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7066,'40028','Cotter','COTTER',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7067,'39188','Cottesloe','COTTESLOE',NULL,'','Australia','',0,0,13,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7068,'40344','Cottesmore','COTTESMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7069,'17853','Cottondale','COTTONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:54','1900-01-01 00:00:00',1,0,1),(7070,'18123','Cottonwood','COTTONWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7071,'30554','Cotulla','COTULLA',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7072,'40425','Couches','COUCHES',NULL,'','France','',0,0,76,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7073,'29888','Coudersport','COUDERSPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:48:55','1900-01-01 00:00:00',1,0,1),(7074,'5387','Coudeville','COUDEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7075,'31475','Cougar','COUGAR',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7076,'5911','Couiza','COUIZA',NULL,'','France','',0,0,76,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7077,'31476','Coulee City','COULEE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7078,'9265','Coulsdon','COULSDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7079,'18418','Coulterville','COULTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7080,'33117','Counce','COUNCE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:56','1900-01-01 00:00:00',1,0,1),(7081,'20347','Council','COUNCIL',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7082,'20504','Countryside','COUNTRYSIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7083,'1142','Countryside Hotels Uk','COUNTRYSIDE HOTELS UK',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7084,'43186','County Down','COUNTY DOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7085,'7894','Coupar Angus','COUPAR ANGUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7086,'31478','Coupeville','COUPEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:48:57','1900-01-01 00:00:00',1,0,1),(7087,'43999','Coupvray','COUPVRAY',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7088,'5457','Courban','COURBAN',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7089,'5132','Courbevoie','COURBEVOIE',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7090,'5641','Courcay','COURCAY',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7091,'36248','Courcelles De Tourai','COURCELLES DE TOURAI',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7092,'5642','Courcelles-de-touraine','COURCELLES-DE-TOURAINE',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7093,'4217','Courcelles-sur-vesles','COURCELLES-SUR-VESLES',NULL,'','France','',0,0,76,'2016-10-17 10:48:58','1900-01-01 00:00:00',1,0,1),(7094,'6608','Courchevel','COURCHEVEL',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7095,'6333','Courcon','COURCON',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7096,'4700','Courcouronnes','COURCOURONNES',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7097,'11883','Courmayeur','COURMAYEUR',NULL,'','Italy','',0,0,107,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7098,'40524','Courseulles-sur-mer','COURSEULLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7099,'5643','Cour-sur-loire','COUR-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7100,'4218','Courtabeufs','COURTABEUFS',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7101,'41551','Courtaboeuf','COURTABOEUF',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7102,'39615','Courtils','COURTILS',NULL,'','France','',0,0,76,'2016-10-17 10:48:59','1900-01-01 00:00:00',1,0,1),(7103,'21182','Coushatta','COUSHATTA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7104,'5388','Coutances','COUTANCES',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7105,'41550','Coutras','COUTRAS',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7106,'23446','Couvet','COUVET',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7107,'5182','Coux-et-bigaroque','COUX-ET-BIGAROQUE',NULL,'','France','',0,0,76,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7108,'42993','Covadonga','COVADONGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7109,'7895','Cove (Aberdeen)','COVE (ABERDEEN)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7110,'43373','Covelong','COVELONG',NULL,'','India','',0,0,101,'2016-10-17 10:49:00','1900-01-01 00:00:00',1,0,1),(7111,'30245','Coventry','COVENTRY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7112,'7896','Coventry','COVENTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7113,'1148','Coventry','COVENTRY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7114,'12963','Covigliaio','COVIGLIAIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7115,'15895','Covilha','COVILHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7116,'18419','Covina','COVINA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7117,'21183','Covington','COVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:01','1900-01-01 00:00:00',1,0,1),(7118,'33120','Cowan','COWAN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7119,'40437','Cowan Bridge','COWAN BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7120,'25982','Cowansville','COWANSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7121,'41176','Cowbridge','COWBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7122,'7897','Cowden','COWDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:02','1900-01-01 00:00:00',1,0,1),(7123,'7898','Cowes','COWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7124,'26498','Cowes','COWES',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7125,'25422','Cowichan Bay','COWICHAN BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7126,'30555','Cowley','COWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7127,'34147','Cowra','COWRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7128,'6998','Cowshill','COWSHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7129,'24753','Cox\'s Bazar','COX\'S BAZAR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7130,'28728','Coxsackie','COXSACKIE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7131,'23479','Coyhaique','COYHAIQUE',NULL,'','Chile','',0,0,45,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7132,'13971','Coyoacan','COYOACAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7133,'28112','Cozad','COZAD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7134,'13805','Cozumel','COZUMEL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:03','1900-01-01 00:00:00',1,0,1),(7135,'33121','Crab Orchard','CRAB ORCHARD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7136,'26833','Cradle Mountain','CRADLE MOUNTAIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7137,'39915','Cradock','CRADOCK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7138,'26796','Crafers','CRAFERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7139,'31317','Craftsbury','CRAFTSBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7140,'34747','Craig','CRAIG',NULL,'','United States','',0,0,231,'2016-10-17 10:49:04','1900-01-01 00:00:00',1,0,1),(7141,'32309','Craig Cove','CRAIG COVE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7142,'6999','Craigavon','CRAIGAVON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7143,'7899','Craigellachie','CRAIGELLACHIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7144,'7000','Craigleith','CRAIGLEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7145,'43711','Craiglie','CRAIGLIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7146,'7001','Craiglockhart','CRAIGLOCKHART',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7147,'7900','Craigmillar','CRAIGMILLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7148,'7901','Craignure','CRAIGNURE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7149,'41175','Crail','CRAIL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7150,'16218','Craiova','CRAIOVA',NULL,'','Romania','',0,0,179,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7151,'5083','Cran Gevrier','CRAN GEVRIER',NULL,'','France','',0,0,76,'2016-10-17 10:49:05','1900-01-01 00:00:00',1,0,1),(7152,'29889','Cranberry','CRANBERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7153,'43558','Cranbook','CRANBOOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7154,'37667','Cranborne','CRANBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7155,'26499','Cranbourne','CRANBOURNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7156,'7902','Cranbrook','CRANBROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7157,'25423','Cranbrook','CRANBROOK',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7158,'28244','Cranbury','CRANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:06','1900-01-01 00:00:00',1,0,1),(7159,'39170','Crandola Valsassina','CRANDOLA VALSASSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7160,'31722','Crandon','CRANDON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7161,'30556','Crane','CRANE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7162,'28245','Cranford','CRANFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7163,'7903','Cranford','CRANFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7164,'41549','Cran-gevrier','CRAN-GEVRIER',NULL,'','France','',0,0,76,'2016-10-17 10:49:07','1900-01-01 00:00:00',1,0,1),(7165,'23462','Crans Montana','CRANS MONTANA',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7166,'38679','Cransac','CRANSAC',NULL,'','France','',0,0,76,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7167,'30246','Cranston','CRANSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7168,'11196','Craponi Marina','CRAPONI MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7169,'6609','Craponne','CRAPONNE',NULL,'','France','',0,0,76,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7170,'29648','Crater Lake','CRATER LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7171,'7905','Crathorne','CRATHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7172,'15803','Crato','CRATO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7173,'11884','Craveggia','CRAVEGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:08','1900-01-01 00:00:00',1,0,1),(7174,'28113','Crawford','CRAWFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7175,'43796','Crawford Bay','CRAWFORD BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7176,'7906','Crawfordsburn','CRAWFORDSBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7177,'20856','Crawfordsville','CRAWFORDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7178,'19318','Crawfordville','CRAWFORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7179,'24927','Crawl','CRAWL',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7180,'7907','Crawley','CRAWLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7181,'7908','Crayke','CRAYKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7182,'6334','Crazannes','CRAZANNES',NULL,'','France','',0,0,76,'2016-10-17 10:49:09','1900-01-01 00:00:00',1,0,1),(7183,'28246','Cream Ridge','CREAM RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7184,'5389','Creances','CREANCES',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7185,'7002','Creaton','CREATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7186,'11885','Creazzo','CREAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7187,'41548','Creches-sur-saone','CRECHES-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7188,'39954','Creciente','CRECIENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7189,'4219','Crecy-la-chapelle','CRECY-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7190,'43585','Crediton','CREDITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7191,'34748','Creede','CREEDE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:10','1900-01-01 00:00:00',1,0,1),(7192,'33831','Creedmoor','CREEDMOOR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7193,'13948','Creel','CREEL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7194,'6295','Creil','CREIL',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7195,'40289','Creixell','CREIXELL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7196,'11886','Cremona','CREMONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7197,'34148','Cremorne','CREMORNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7198,'39245','Creney-pres-troyes','CRENEY-PRES-TROYES',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7199,'5183','Creon','CREON',NULL,'','France','',0,0,76,'2016-10-17 10:49:11','1900-01-01 00:00:00',1,0,1),(7200,'4220','Crepon','CREPON',NULL,'','France','',0,0,76,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7201,'6296','Crepy-en-valois','CREPY-EN-VALOIS',NULL,'','France','',0,0,76,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7202,'43304','Cres','CRES',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7203,'29649','Crescent','CRESCENT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7204,'25425','Crescent Beach','CRESCENT BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7205,'20187','Cresco','CRESCO',NULL,'','United States','',0,0,231,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7206,'11887','Crespina','CRESPINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:12','1900-01-01 00:00:00',1,0,1),(7207,'37772','Cresson','CRESSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7208,'23011','Cressy','CRESSY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7209,'34749','Crested Butte','CRESTED BUTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7210,'18421','Crestline','CRESTLINE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7211,'20188','Creston','CRESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7212,'25426','Creston','CRESTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7213,'19320','Crestview','CRESTVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:49:13','1900-01-01 00:00:00',1,0,1),(7214,'6610','Crest-voland','CREST-VOLAND',NULL,'','France','',0,0,76,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7215,'20506','Crestwood','CRESTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7216,'29650','Creswell','CRESWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7217,'42138','Creswick','CRESWICK',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:14','1900-01-01 00:00:00',1,0,1),(7218,'36361','Crete-agios Nikolaos','CRETE-AGIOS NIKOLAOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7219,'36372','Crete-amoudara','CRETE-AMOUDARA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7220,'35221','Crete-chania','CRETE-CHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7221,'35224','Crete-drosia','CRETE-DROSIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7222,'35227','Crete-elounda Beach','CRETE-ELOUNDA BEACH',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7223,'35233','Crete-gouves','CRETE-GOUVES',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7224,'35234','Crete-heraklion','CRETE-HERAKLION',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7225,'35256','Crete-hersonissos','CRETE-HERSONISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7226,'4701','Creteil','CRETEIL',NULL,'','France','',0,0,76,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7227,'35262','Crete-malia','CRETE-MALIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7228,'35281','Crete-panormo','CRETE-PANORMO',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7229,'35287','Crete-rethymnon','CRETE-RETHYMNON',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7230,'35292','Crete-sisi','CRETE-SISI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7231,'41005','Crete-sissi','CRETE-SISSI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7232,'35241','Crete-sitia','CRETE-SITIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7233,'35304','Crete-vamos','CRETE-VAMOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7234,'4221','Creuse','CREUSE',NULL,'','France','',0,0,76,'2016-10-17 10:49:15','1900-01-01 00:00:00',1,0,1),(7235,'27619','Creve Coeur','CREVE COEUR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7236,'7909','Crewe','CREWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7237,'7910','Crewkerne','CREWKERNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7238,'7911','Crianlarich','CRIANLARICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7239,'7912','Criccieth','CRICCIETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7240,'25178','Criciuma','CRICIUMA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7241,'7913','Crick','CRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7242,'7914','Crickhowell','CRICKHOWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:16','1900-01-01 00:00:00',1,0,1),(7243,'7915','Cricklade','CRICKLADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7244,'5390','Cricqueboeuf','CRICQUEBOEUF',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7245,'7916','Crieff','CRIEFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7246,'5805','Criel-sur-mer','CRIEL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7247,'35327','Crikvenica','CRIKVENICA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7248,'6420','Crillon-le-brave','CRILLON-LE-BRAVE',NULL,'','France','',0,0,76,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7249,'7917','Crinan','CRINAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7250,'34750','Cripple Creek','CRIPPLE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7251,'21676','Crisfield','CRISFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7252,'23180','Crissier','CRISSIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7253,'41985','Cristiano Otoni','CRISTIANO OTONI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:17','1900-01-01 00:00:00',1,0,1),(7254,'15352','Cristobal','CRISTOBAL',NULL,'','Panama','',0,0,169,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7255,'31723','Crivitz','CRIVITZ',NULL,'','United States','',0,0,231,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7256,'830','Crivitz','CRIVITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7257,'34149','Croa','CROA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7258,'39719','Croachy','CROACHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7259,'40329','Croagh','CROAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7260,'11198','Croce Di Magara','CROCE DI MAGARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7261,'11888','Crocevie','CROCEVIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7262,'9841','Crochu','CROCHU',NULL,'','Grenada','',0,0,88,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7263,'30557','Crockett','CROCKETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7264,'128','Croeffelbach','CROEFFELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:18','1900-01-01 00:00:00',1,0,1),(7265,'1706','Croffelbach','CROFFELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7266,'6611','Crolles','CROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7267,'7918','Cromarty','CROMARTY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7268,'7919','Cromer','CROMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7269,'19069','Cromwell','CROMWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7270,'15098','Cromwell','CROMWELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7271,'9332','Cronton','CRONTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7272,'7920','Crook','CROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7273,'17600','Crooked Creek','CROOKED CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:49:19','1900-01-01 00:00:00',1,0,1),(7274,'24915','Crooked Tree','CROOKED TREE',NULL,'','Belize','',0,0,22,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7275,'7921','Crooklands','CROOKLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7276,'22353','Crookston','CROOKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7277,'11889','Cropani','CROPANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7278,'22354','Crosby','CROSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7279,'7922','Crosby','CROSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7280,'7003','Crosby-on-eden','CROSBY-ON-EDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7281,'6234','Crosmieres','CROSMIERES',NULL,'','France','',0,0,76,'2016-10-17 10:49:20','1900-01-01 00:00:00',1,0,1),(7282,'18004','Crossett','CROSSETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7283,'7004','Crossgates','CROSSGATES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7284,'7923','Crosshouse','CROSSHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7285,'38519','Crosslake','CROSSLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7286,'33122','Crossville','CROSSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:21','1900-01-01 00:00:00',1,0,1),(7287,'7005','Crosthwaite','CROSTHWAITE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7288,'7924','Croston','CROSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7289,'12706','Crotone','CROTONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7290,'28729','Croton-on-hudson','CROTON-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7291,'4222','Crots','CROTS',NULL,'','France','',0,0,76,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7292,'6335','Croutelle','CROUTELLE',NULL,'','France','',0,0,76,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7293,'7925','Crowborough','CROWBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:22','1900-01-01 00:00:00',1,0,1),(7294,'30559','Crowley','CROWLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7295,'28730','Crown Point','CROWN POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7296,'17119','Crown Point','CROWN POINT',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7297,'34150','Crows Nest','CROWS NEST',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7298,'7926','Crowthorne','CROWTHORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7299,'7927','Croxdale','CROXDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7300,'7928','Croyde','CROYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7301,'7929','Croydon','CROYDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:23','1900-01-01 00:00:00',1,0,1),(7302,'26690','Croydon','CROYDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7303,'5312','Crozet','CROZET',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7304,'31084','Crozet','CROZET',NULL,'','United States','',0,0,231,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7305,'5530','Crozon','CROZON',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7306,'7930','Crudwell','CRUDWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7307,'37916','Crumlin','CRUMLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7308,'38425','Crump','CRUMP',NULL,'','United States','',0,0,231,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7309,'24707','Crupet','CRUPET',NULL,'','Belgium','',0,0,21,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7310,'6612','Cruseilles','CRUSEILLES',NULL,'','France','',0,0,76,'2016-10-17 10:49:24','1900-01-01 00:00:00',1,0,1),(7311,'32234','Cruz Bay','CRUZ BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7312,'13806','Cruz De Huanacaxtle','CRUZ DE HUANACAXTLE',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7313,'25016','Cruzeiro Do Sul','CRUZEIRO DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7314,'22355','Crystal','CRYSTAL',NULL,'','United States','',0,0,231,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7315,'34151','Crystal Creek','CRYSTAL CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7316,'43809','Crystal Harbour','CRYSTAL HARBOUR',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:49:25','1900-01-01 00:00:00',1,0,1),(7317,'10114','Csepreg','CSEPREG',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7318,'10071','Cserszegtomaj','CSERSZEGTOMAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7319,'35338','Csopak','CSOPAK',NULL,'','Hungary','',0,0,99,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7320,'16980','Cua Dia Beach','CUA DIA BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7321,'41467','Cuacos De Yuste','CUACOS DE YUSTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7322,'13972','Cuajimalpa','CUAJIMALPA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7323,'13959','Cuatrocienegas De Carranza','CUATROCIENEGAS DE CARRANZA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7324,'13935','Cuauhtemoc','CUAUHTEMOC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7325,'13973','Cuautepec','CUAUTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7326,'41785','Cuautitlan','CUAUTITLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7327,'13960','Cuautla','CUAUTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7328,'27620','Cuba','CUBA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:26','1900-01-01 00:00:00',1,0,1),(7329,'7931','Cuckfield','CUCKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7330,'6157','Cucq','CUCQ',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7331,'40110','Cucugnan','CUCUGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7332,'38966','Cucuron','CUCURON',NULL,'','France','',0,0,76,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7333,'24118','Cucuta','CUCUTA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7334,'18422','Cudahy','CUDAHY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7335,'10509','Cuddapah','CUDDAPAH',NULL,'','India','Cuddapah',7,0,101,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7336,'7932','Cuddington','CUDDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7337,'3084','Cudillero','CUDILLERO',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7338,'38265','Cudrefin','CUDREFIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7339,'26585','Cue','CUE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:27','1900-01-01 00:00:00',1,0,1),(7340,'2391','Cuenca','CUENCA',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7341,'14046','Cuernavaca','CUERNAVACA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7342,'42186','Cuevas De San Marcos','CUEVAS DE SAN MARCOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7343,'23181','Cugy','CUGY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7344,'24961','Cuiaba','CUIABA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7345,'23802','Cuijiazhuang','CUIJIAZHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7346,'14568','Cuijk','CUIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7347,'5004','Cuincy','CUINCY',NULL,'','France','',0,0,76,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7348,'25898','Cul De Sac','CUL DE SAC',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7349,'9379','Cul De Sac','CUL DE SAC',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7350,'24212','Culebra','CULEBRA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7351,'15747','Culebra','CULEBRA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7352,'14089','Culiacan','CULIACAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:28','1900-01-01 00:00:00',1,0,1),(7353,'7933','Cullen','CULLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7354,'33124','Culleoka','CULLEOKA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7355,'3219','Cullera','CULLERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7356,'43212','Culleredo','CULLEREDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7357,'32557','Cullinan','CULLINAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7358,'17854','Cullman','CULLMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7359,'37470','Cullompton','CULLOMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7360,'33832','Cullowhee','CULLOWHEE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:29','1900-01-01 00:00:00',1,0,1),(7361,'23182','Cully','CULLY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7362,'31085','Culpeper','CULPEPER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7363,'7934','Culrain','CULRAIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7364,'7935','Cultra','CULTRA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7365,'7936','Cults','CULTS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7366,'18423','Cultural District - Japantown','CULTURAL DISTRICT - JAPANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7367,'1435','Cultural Triangle','CULTURAL TRIANGLE',NULL,'','SRI LANKA','',0,0,200,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7368,'20858','Culver','CULVER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:30','1900-01-01 00:00:00',1,0,1),(7369,'32211','Cumana','CUMANA',NULL,'','Venezuela','',0,0,235,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7370,'31724','Cumberland','CUMBERLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7371,'7937','Cumbernauld','CUMBERNAULD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:31','1900-01-01 00:00:00',1,0,1),(7372,'19764','Cumming','CUMMING',NULL,'','United States','',0,0,231,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7373,'21346','Cummington','CUMMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7374,'7938','Cumnock','CUMNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7375,'12799','Cuneo','CUNEO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7376,'25200','Cunha','CUNHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7377,'38869','Cunit','CUNIT',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7378,'26403','Cunnamulla','CUNNAMULLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7379,'40098','Cunovo','CUNOVO',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7380,'43679','Cunungra','CUNUNGRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7381,'38477','Cuorgne','CUORGNE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7382,'7939','Cupar','CUPAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7383,'25899','Cupe Coy','CUPE COY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:32','1900-01-01 00:00:00',1,0,1),(7384,'18425','Cupertino','CUPERTINO',NULL,'','United States','',0,0,231,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7385,'1146','Curacao','CURACAO',NULL,'','CURAÇAO','',0,0,465,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7386,'25897','Curacao','CURACAO',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7387,'15854','Curia','CURIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7388,'36006','Curico','CURICO',NULL,'','Chile','',0,0,45,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7389,'38731','Curiel','CURIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7390,'39813','Curinga','CURINGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7391,'25112','Curitiba','CURITIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7392,'39858','Curno','CURNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7393,'37420','Curon Venosta','CURON VENOSTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7394,'10936','Curragh','CURRAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7395,'26691','Currumbin','CURRUMBIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7396,'38399','Cursi','CURSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:33','1900-01-01 00:00:00',1,0,1),(7397,'11200','Curtatone','CURTATONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7398,'36621','Curtea De Arges','CURTEA DE ARGES',NULL,'','Romania','',0,0,179,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7399,'29314','Curtice','CURTICE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7400,'24163','Curu Reserve','CURU RESERVE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7401,'6336','Curzay-sur-vonne','CURZAY-SUR-VONNE',NULL,'','France','',0,0,76,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7402,'11201','Cusago','CUSAGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7403,'16565','Cuscatlan International Airport (Sal)','CUSCATLAN INTERNATIONAL AIRPORT (SAL)',NULL,'','El Salvador','',0,0,66,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7404,'15368','Cusco','CUSCO',NULL,'','Peru','cusco',0,0,172,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7405,'32894','Cushing','CUSHING',NULL,'','United States','',0,0,231,'2016-10-17 10:49:34','1900-01-01 00:00:00',1,0,1),(7406,'33001','Custer','CUSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7407,'11890','Custonaci','CUSTONACI',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7408,'28732','Cutchogue','CUTCHOGUE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7409,'19765','Cuthbert','CUTHBERT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7410,'11891','Cutigliano','CUTIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7411,'39370','Cutler','CUTLER',NULL,'','United States','',0,0,231,'2016-10-17 10:49:35','1900-01-01 00:00:00',1,0,1),(7412,'26130','Cutral','CUTRAL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7413,'39106','Cutro','CUTRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7414,'40633','Cutrofiano','CUTROFIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7415,'40806','Cuttack','CUTTACK',NULL,'','India','Cuttack',8,0,101,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7416,'27197','Cuxhaven','CUXHAVEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7417,'29315','Cuyahoga Falls','CUYAHOGA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7418,'15526','Cuyo','CUYO',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7419,'13966','Cuyutlan','CUYUTLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7420,'868','Cuzco','CUZCO',NULL,'','Peru','',0,0,172,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7421,'7007','Cwmbran','CWMBRAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7422,'14298','Cyberjaya','CYBERJAYA',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7423,'1151','Cyclades','CYCLADES',NULL,'','GREECE','',0,0,86,'2016-10-17 10:49:36','1900-01-01 00:00:00',1,0,1),(7424,'18426','Cypress','CYPRESS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7425,'1685','Cyprus','CYPRUS',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7426,'44042','Czeladz','CZELADZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7427,'15615','Czestochowa','CZESTOCHOWA',NULL,'','Poland','Czestochowa',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7428,'38366','Czorsztyn','CZORSZTYN',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7429,'27848','D Iberville','D IBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7430,'42839','Dabong','DABONG',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7431,'22728','Dachau','DACHAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7432,'16431','Dachnoye','DACHNOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7433,'39043','Daday','DADAY',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7434,'19324','Dade City','DADE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7435,'17856','Dadeville','DADEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:37','1900-01-01 00:00:00',1,0,1),(7436,'23570','Dadonghai','DADONGHAI',NULL,'','China','',0,0,46,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7437,'13490','Daegu','DAEGU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7438,'35800','Daegu','DAEGU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7439,'35817','Daejeon','DAEJEON',NULL,'','South Korea','',0,0,197,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7440,'15496','Daet','DAET',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7441,'23677','Dagang','DAGANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7442,'18427','Daggett','DAGGETT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7443,'15436','Dagupan','DAGUPAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7444,'2420','Dahab','DAHAB',NULL,'','Egypt','',0,0,65,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7445,'39818','Dahej','DAHEJ',NULL,'','India','',0,0,101,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7446,'27198','Dahlem','DAHLEM',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7447,'1967','Dahlewitz','DAHLEWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7448,'31086','Dahlgren','DAHLGREN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7449,'19766','Dahlonega','DAHLONEGA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:38','1900-01-01 00:00:00',1,0,1),(7450,'41029','Dahlwitz Hoppegarten','DAHLWITZ HOPPEGARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7451,'765','Dahlwitz-hoppegarten','DAHLWITZ-HOPPEGARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7452,'618','Dahn','DAHN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7453,'23887','Dahongmen','DAHONGMEN',NULL,'','China','',0,0,46,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7454,'13228','Daigo','DAIGO',NULL,'','Japan','',0,0,110,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7455,'36299','Dailly','DAILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7456,'3405','Daimiel','DAIMIEL',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7457,'26692','Daintree','DAINTREE',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7458,'5458','Daix','DAIX',NULL,'','France','',0,0,76,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7459,'42086','Dak Lak','DAK LAK',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7460,'16520','Dakar','DAKAR',NULL,'','Senegal','',0,0,187,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7461,'13675','Dakhla','DAKHLA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7462,'42424','Dakhla Oasis','DAKHLA OASIS',NULL,'','Egypt','',0,0,65,'2016-10-17 10:49:39','1900-01-01 00:00:00',1,0,1),(7463,'39976','Dakota Dunes','DAKOTA DUNES',NULL,'','United States','',0,0,231,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7464,'17201','Dalaman','DALAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7465,'23954','Dalang','DALANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7466,'16664','Dalarna - Gavlebourg','DALARNA - GAVLEBOURG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7467,'41853','Dalat','DALAT',NULL,'','Vietnam','',0,0,236,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7468,'15297','Dalbandin','DALBANDIN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7469,'7940','Dalbeattie','DALBEATTIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7470,'26693','Dalby','DALBY',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7471,'21185','Dalcour','DALCOUR',NULL,'','United States','',0,0,231,'2016-10-17 10:49:40','1900-01-01 00:00:00',1,0,1),(7472,'25295','Dalemead','DALEMEAD',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7473,'15000','Dalen','DALEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7474,'20860','Daleville','DALEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7475,'40503','Dalfsen','DALFSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7476,'30561','Dalhart','DALHART',NULL,'','United States','',0,0,231,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7477,'34396','Dalhousie','DALHOUSIE',NULL,'','Canada','Dalhousie',0,0,39,'2016-10-17 10:49:41','1900-01-01 00:00:00',1,0,1),(7478,'10510','Dalhousie','DALHOUSIE',NULL,'','India','Dalhousie',1,0,101,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7479,'23945','Dali','DALI',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7480,'23868','Dalian','DALIAN',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7481,'23955','Daliang','DALIANG',NULL,'','China','',0,0,46,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7482,'14299','Dalit Beach','DALIT BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7483,'7941','Dalkeith','DALKEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7484,'10837','Dalkey','DALKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7485,'29652','Dallas','DALLAS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:42','1900-01-01 00:00:00',1,0,1),(7486,'30564','Dallas-fort Worth International Airport (Dfw)','DALLAS-FORT WORTH INTERNATIONAL AIRPORT (DFW)',NULL,'','United States','',0,0,231,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7487,'23183','Dallenwil','DALLENWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7488,'40080','Dallgow-doberitz','DALLGOW-DOBERITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7489,'37231','Dallikon','DALLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7490,'41173','Dalmally','DALMALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7491,'43228','Dalmatian Riviera','DALMATIAN RIVIERA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7492,'11892','Dalmine','DALMINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:43','1900-01-01 00:00:00',1,0,1),(7493,'7942','Dalry','DALRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7494,'19768','Dalton','DALTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7495,'7943','Dalwhinnie','DALWHINNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7496,'30565','Dalworthington Gardens','DALWORTHINGTON GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7497,'18428','Daly City','DALY CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7498,'17202','Dalyan','DALYAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7499,'14300','Damai Beach','DAMAI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:44','1900-01-01 00:00:00',1,0,1),(7500,'10702','Daman','DAMAN',NULL,'','India','Daman',37,0,101,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7501,'36440','Damaraland','DAMARALAND',NULL,'','Namibia','',0,0,151,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7502,'21855','Damariscotta','DAMARISCOTTA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7503,'43838','Damas','DAMAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7504,'16925','Damascus','DAMASCUS',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7505,'38451','Damasta','DAMASTA',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7506,'13600','Dambulla','DAMBULLA',NULL,'','Sri Lanka',' Dambulla',0,0,200,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7507,'5531','Damgan','DAMGAN',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7508,'36657','Dammam','DAMMAM',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7509,'16488','Damman','DAMMAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7510,'5096','Dammarie Les Lys','DAMMARIE LES LYS',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7511,'41546','Dammarie-les-lys','DAMMARIE-LES-LYS',NULL,'','France','',0,0,76,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7512,'24695','Damme','DAMME',NULL,'','Belgium','',0,0,21,'2016-10-17 10:49:45','1900-01-01 00:00:00',1,0,1),(7513,'704','Damp','DAMP',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7514,'26586','Dampier','DAMPIER',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7515,'5772','Dampierre-sur-salon','DAMPIERRE-SUR-SALON',NULL,'','France','',0,0,76,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7516,'16981','Dan Markham Tia','DAN MARKHAM TIA',NULL,'','Thailand','',0,0,215,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7517,'18429','Dana Point','DANA POINT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7518,'37085','Danang','DANANG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7519,'31725','Danbury','DANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:46','1900-01-01 00:00:00',1,0,1),(7520,'7008','Danby','DANBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7521,'31318','Danby','DANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7522,'40844','Dandeli','DANDELI',NULL,'','India','',0,0,101,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7523,'26500','Dandenong','DANDENONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7524,'16818','Danderyd','DANDERYD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7525,'23869','Dandong','DANDONG',NULL,'','China','',0,0,46,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7526,'33126','Dandridge','DANDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7527,'31726','Dane County Regional Airport (Msn)','DANE COUNTY REGIONAL AIRPORT (MSN)',NULL,'','United States','',0,0,231,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7528,'27199','Dangast','DANGAST',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:47','1900-01-01 00:00:00',1,0,1),(7529,'24922','Dangriga','DANGRIGA',NULL,'','Belize','',0,0,22,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7530,'36884','Dania','DANIA',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7531,'31970','Daniels','DANIELS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7532,'19072','Danielson','DANIELSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7533,'5773','Danjoutin','DANJOUTIN',NULL,'','France','',0,0,76,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7534,'17445','Danshuei','DANSHUEI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7535,'42304','Danshui','DANSHUI',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7536,'28733','Dansville','DANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:48','1900-01-01 00:00:00',1,0,1),(7537,'26980','Danubian Plains And Plateaus','DANUBIAN PLAINS AND PLATEAUS',NULL,'','Austria','',0,0,14,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7538,'21348','Danvers','DANVERS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7539,'31319','Danville','DANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:49','1900-01-01 00:00:00',1,0,1),(7540,'17858','Daphne','DAPHNE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7541,'9450','Daphni','DAPHNI',NULL,'','Greece','',0,0,86,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7542,'15509','Dapitan','DAPITAN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:50','1900-01-01 00:00:00',1,0,1),(7543,'42676','Dapoli','DAPOLI',NULL,'','India','Dapoli',5,0,101,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7544,'36021','Daqing','DAQING',NULL,'','China','',0,0,46,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7545,'17455','Dar Es Salaam','DAR ES SALAAM',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7546,'10625','Darbhanga','DARBHANGA',NULL,'','India','',0,0,101,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7547,'27961','Darby','DARBY',NULL,'','United States','',0,0,231,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7548,'18431','Dardanelle','DARDANELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:51','1900-01-01 00:00:00',1,0,1),(7549,'6613','Dardilly','DARDILLY',NULL,'','France','',0,0,76,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7550,'9333','Daresbury','DARESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7551,'36836','Dar-es-salaam','DAR-ES-SALAAM',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7552,'11202','Darfo Boario Terme','DARFO BOARIO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7553,'43015','Dargaville','DARGAVILLE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7554,'39433','Dargle','DARGLE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7555,'20509','Darien','DARIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:49:52','1900-01-01 00:00:00',1,0,1),(7556,'10407','Darjeeling','DARJEELING',NULL,'','India','Darjeeling',12,0,101,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7557,'26202','Darling Downs','DARLING DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7558,'39004','Darlinghurst','DARLINGHURST',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7559,'34154','Darlington','DARLINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7560,'21679','Darlington','DARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7561,'7944','Darlington','DARLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7562,'40200','Darlowo','DARLOWO',NULL,'','Poland','',0,0,174,'2016-10-17 10:49:53','1900-01-01 00:00:00',1,0,1),(7563,'410','Darmstadt','DARMSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7564,'26203','Darnley Island','DARNLEY ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7565,'39033','Daroca','DAROCA',NULL,'','Spain','',0,0,199,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7566,'21186','Darrow','DARROW',NULL,'','United States','',0,0,231,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7567,'9267','Dartford','DARTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7568,'7010','Dartmeet','DARTMEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7569,'7011','Dartmoor','DARTMOOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7570,'25705','Dartmouth','DARTMOUTH',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7571,'7945','Dartmouth','DARTMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7572,'21349','Dartmouth','DARTMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:49:54','1900-01-01 00:00:00',1,0,1),(7573,'9252','Darwen','DARWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7574,'26641','Darwin','DARWIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7575,'35930','Darwin-airport','DARWIN-AIRPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7576,'40845','Dasada','DASADA',NULL,'','India','',16,0,101,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7577,'44309','Dashoguz','DASHOGUZ',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7578,'38949','Dashu','DASHU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7579,'22729','Dasing','DASING',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7580,'41447','Dasman','DASMAN',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7581,'15446','Dasmarinas Village','DASMARINAS VILLAGE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7582,'831','Dassow','DASSOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7583,'10153','Datadawai','DATADAWAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7584,'14301','Datai Bay','DATAI BAY',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7585,'17338','Datca','DATCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7586,'7946','Datchet','DATCHET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:55','1900-01-01 00:00:00',1,0,1),(7587,'42867','Date','DATE',NULL,'','Japan','',0,0,110,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7588,'32348','Dathina','DATHINA',NULL,'','Yemen','',0,0,240,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7589,'23915','Datong','DATONG',NULL,'','China','',0,0,46,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7590,'26204','Dauan Island','DAUAN ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7591,'13667','Daugavpils','DAUGAVPILS',NULL,'','Latvia','',0,0,119,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7592,'15524','Dauin','DAUIN',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7593,'619','Daun','DAUN',NULL,'','Germany','',0,0,83,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7594,'25591','Dauphin','DAUPHIN',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7595,'17859','Dauphin Island','DAUPHIN ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7596,'40807','Dausa','DAUSA',NULL,'','India','Dausa',2,0,101,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7597,'15546','Davao','DAVAO',NULL,'','Philippines','Davao',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7598,'36556','Davao-samal Island','DAVAO-SAMAL ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7599,'19326','Davenport','DAVENPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:49:56','1900-01-01 00:00:00',1,0,1),(7600,'7947','Daventry','DAVENTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7601,'40370','Daveyton','DAVEYTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7602,'6614','Davezieux','DAVEZIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7603,'15349','David','DAVID',NULL,'','Panama','',0,0,169,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7604,'33833','Davidson','DAVIDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7605,'19327','Davie','DAVIE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7606,'7948','Daviot','DAVIOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:57','1900-01-01 00:00:00',1,0,1),(7607,'32895','Davis','DAVIS',NULL,'','United States','',0,0,231,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7608,'22038','Davison','DAVISON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7609,'23012','Davos','DAVOS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7610,'23013','Davos-dorf','DAVOS-DORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7611,'23014','Davos-platz','DAVOS-PLATZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7612,'40151','Davutlar','DAVUTLAR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7613,'16489','Dawadmi','DAWADMI',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7614,'7949','Dawlish','DAWLISH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7615,'25888','Dawn Beach','DAWN BEACH',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 10:49:58','1900-01-01 00:00:00',1,0,1),(7616,'19771','Dawson','DAWSON',NULL,'','United States','',0,0,231,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7617,'22977','Dawson City','DAWSON CITY',NULL,'','Canada','',0,0,39,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7618,'19772','Dawsonville','DAWSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7619,'23678','Dawuji','DAWUJI',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7620,'4964','Dax','DAX',NULL,'','France','',0,0,76,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7621,'23991','Daxian','DAXIAN',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7622,'23572','Daya Bay','DAYA BAY',NULL,'','China','',0,0,46,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7623,'26205','Daydream Island','DAYDREAM ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:49:59','1900-01-01 00:00:00',1,0,1),(7624,'26895','Daylesford','DAYLESFORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7625,'17536','Dayman','DAYMAN',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7626,'1747','Dayong','DAYONG',NULL,'','China','',0,0,46,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7627,'33127','Dayton','DAYTON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:00','1900-01-01 00:00:00',1,0,1),(7628,'1154','Daytona Area - Fl','DAYTONA AREA - FL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7629,'39673','Dayuan','DAYUAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7630,'29653','Dayville','DAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7631,'43903','Dazaifu','DAZAIFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:50:01','1900-01-01 00:00:00',1,0,1),(7632,'36022','Dazu','DAZU',NULL,'','China','',0,0,46,'2016-10-17 10:50:02','1900-01-01 00:00:00',1,0,1),(7633,'43146','Dbayeh','DBAYEH',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:50:02','1900-01-01 00:00:00',1,0,1),(7634,'23','Dead Mans Flats','DEAD MANS FLATS',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7635,'35703','Dead Sea','DEAD SEA',NULL,'','Jordan','',0,0,111,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7636,'11034','Dead Sea','DEAD SEA',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7637,'24862','Deadmans Cay','DEADMANS CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7638,'33004','Deadwood','DEADWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:03','1900-01-01 00:00:00',1,0,1),(7639,'7950','Deal','DEAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7640,'21680','Deale','DEALE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7641,'7951','Deanshanger','DEANSHANGER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7642,'22039','Dearborn','DEARBORN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7643,'25428','Dease Lake','DEASE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7644,'18433','Death Valley','DEATH VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:04','1900-01-01 00:00:00',1,0,1),(7645,'4869','Deauville','DEAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7646,'41334','Deba','DEBA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7647,'17601','Debarr Vista','DEBARR VISTA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7648,'19332','Debary','DEBARY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7649,'15686','Debica','DEBICA',NULL,'','Poland','',0,0,174,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7650,'3845','Debra Marcos','DEBRA MARCOS',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7651,'10087','Debrecen','DEBRECEN',NULL,'','Hungary','',0,0,99,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7652,'28736','Debruce','DEBRUCE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:05','1900-01-01 00:00:00',1,0,1),(7653,'20511','Decatur','DECATUR',NULL,'','United States','',0,0,231,'2016-10-17 10:50:06','1900-01-01 00:00:00',1,0,1),(7654,'33128','Decherd','DECHERD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7655,'24356','Decin','DECIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7656,'6615','Decines-charpieu','DECINES-CHARPIEU',NULL,'','France','',0,0,76,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7657,'30569','Decker Prairie','DECKER PRAIRIE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7658,'20193','Decorah','DECORAH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7659,'9318','Deddington','DEDDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:07','1900-01-01 00:00:00',1,0,1),(7660,'43692','Dededo','DEDEDO',NULL,'','Guam','',0,0,90,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7661,'7952','Dedham','DEDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7662,'21350','Dedham','DEDHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7663,'16365','Dedovsk','DEDOVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7664,'25653','Deer Lake','DEER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:08','1900-01-01 00:00:00',1,0,1),(7665,'29319','Deerfield','DEERFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:09','1900-01-01 00:00:00',1,0,1),(7666,'38049','Deerhurst','DEERHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7667,'17602','Deering','DEERING',NULL,'','United States','',0,0,231,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7668,'22356','Deerwood','DEERWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:10','1900-01-01 00:00:00',1,0,1),(7669,'44188','Deeside','DEESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7670,'29320','Defiance','DEFIANCE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7671,'3846','Degahbur','DEGAHBUR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7672,'37256','Degania Bet','DEGANIA BET',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7673,'7953','Deganwy','DEGANWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7674,'43712','Degarra','DEGARRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7675,'3960','Degero','DEGERO',NULL,'','Finland','',0,0,75,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7676,'22730','Deggendorf','DEGGENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7677,'16388','Degunino','DEGUNINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7678,'41828','Dehesa De Campoamor','DEHESA DE CAMPOAMOR',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:11','1900-01-01 00:00:00',1,0,1),(7680,'10408','Dehradun','DEHRADUN',NULL,'','India','Dehradun',9,0,101,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7681,'43484','Deia','DEIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7682,'620','Deidesheim','DEIDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7683,'36715','Deie Ez Zor','DEIE EZ ZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7684,'1274','Deir Ez Zor','DEIR EZ ZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7685,'16927','Deirezzor','DEIREZZOR',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7686,'129','Deisslingen','DEISSLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7687,'11893','Deiva Marina','DEIVA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7688,'20513','Dekalb','DEKALB',NULL,'','United States','',0,0,231,'2016-10-17 10:50:12','1900-01-01 00:00:00',1,0,1),(7689,'25296','Delacour','DELACOUR',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7690,'31730','Delafield','DELAFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7691,'19335','Deland','DELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7692,'18435','Delano','DELANO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7693,'31731','Delavan','DELAVAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7694,'29322','Delaware','DELAWARE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:13','1900-01-01 00:00:00',1,0,1),(7695,'27343','Delbruck','DELBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7696,'14747','Delden','DELDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7697,'42306','Delemont','DELEMONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7698,'14710','Delft','DELFT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7699,'10958','Delgany','DELGANY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7700,'28738','Delhi Hills','DELHI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7701,'130443','Delhi','DELHI',NULL,'','India','Tour and Travel packages Delhi | New Delhi Holiday',4,0,101,'2016-10-17 10:50:14','1900-01-01 00:00:00',1,0,1),(7702,'2107','Delices','DELICES',NULL,'','Dominica','',0,0,500,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7703,'13897','Delicias','DELICIAS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7704,'25761','Deline','DELINE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7705,'10131','Delitua','DELITUA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7706,'1874','Delitzsch','DELITZSCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7707,'1707','Delitzsch-leipzig','DELITZSCH-LEIPZIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7708,'39653','Delley-portalban','DELLEY-PORTALBAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7709,'29324','Dellroy','DELLROY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:15','1900-01-01 00:00:00',1,0,1),(7710,'21681','Delmar','DELMAR',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7711,'27200','Delmenhorst','DELMENHORST',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7712,'29895','Delmont','DELMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7713,'26834','Deloraine','DELORAINE',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7714,'9452','Delphi','DELPHI',NULL,'','Greece','Delphi',0,0,86,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7715,'29326','Delphos','DELPHOS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:16','1900-01-01 00:00:00',1,0,1),(7716,'25429','Delta','DELTA',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7717,'34752','Delta','DELTA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7718,'26206','Delta Downs','DELTA DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7719,'2611','Deltebre','DELTEBRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7720,'19337','Deltona','DELTONA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7721,'10511','Delwara','DELWARA',NULL,'','India','',0,0,101,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7722,'3847','Dembidollo','DEMBIDOLLO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:17','1900-01-01 00:00:00',1,0,1),(7723,'28518','Deming','DEMING',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7724,'44000','Demi-quartier','DEMI-QUARTIER',NULL,'','France','',0,0,76,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7725,'17861','Demopolis','DEMOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7726,'37451','Demre','DEMRE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7727,'17604','Denali','DENALI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:18','1900-01-01 00:00:00',1,0,1),(7728,'4051','Denarau Island','DENARAU ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7729,'7954','Denbigh','DENBIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7730,'38516','Denby Dale','DENBY DALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7731,'36024','Dengfeng','DENGFENG',NULL,'','China','',0,0,46,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7732,'7955','Denham','DENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7733,'26587','Denham','DENHAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7734,'21189','Denham Springs','DENHAM SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7735,'3749','Denia','DENIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7736,'34155','Deniliquin','DENILIQUIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:19','1900-01-01 00:00:00',1,0,1),(7737,'16915','Denis Island','DENIS ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7738,'30573','Denison','DENISON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7739,'17283','Denizli','DENIZLI',NULL,'','Turkey','Denizli',0,0,222,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7740,'17203','Denizyaka','DENIZYAKA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7741,'33129','Denmark','DENMARK',NULL,'','United States','',0,0,231,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7742,'26588','Denmark','DENMARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7743,'39030','Denneville','DENNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:20','1900-01-01 00:00:00',1,0,1),(7744,'21352','Dennis','DENNIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7745,'41172','Denny','DENNY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7746,'10274','Denpasar','DENPASAR',NULL,'','Indonesia','Denpasar',0,0,102,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7747,'7956','Denton','DENTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:21','1900-01-01 00:00:00',1,0,1),(7748,'34753','Denver','DENVER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7749,'28248','Denville','DENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7751,'40846','Deogarh','DEOGARH',NULL,'','India','',0,0,101,'2016-10-17 10:50:22','1900-01-01 00:00:00',1,0,1),(7752,'29654','Depoe Bay','DEPOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7753,'43045','Depok','DEPOK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7754,'28739','Deposit','DEPOSIT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7755,'7957','Deptford','DEPTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7756,'28249','Deptford','DEPTFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7757,'23956','Deqing','DEQING',NULL,'','China','',0,0,46,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7758,'1666','Dera Ghazi Khan','DERA GHAZI KHAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7759,'7958','Derby','DERBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7760,'26477','Derby','DERBY',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7761,'38896','Derchigny','DERCHIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:50:23','1900-01-01 00:00:00',1,0,1),(7762,'40330','Derenburg','DERENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7763,'27344','Derendorf','DERENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7764,'21190','Deridder','DERIDDER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7765,'3703','Derio','DERIO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7766,'13560','Derna','DERNA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7767,'411','Dernbach','DERNBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7768,'1533','Derry','DERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7769,'1543','Derry','DERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7770,'1272','Derry-n.irl','DERRY-N.IRL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7771,'705','Dersau','DERSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7772,'11894','Deruta','DERUTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7773,'31481','Des Moines','DES MOINES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:24','1900-01-01 00:00:00',1,0,1),(7774,'10154','Desa Sanda','DESA SANDA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7775,'7959','Desborough','DESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7776,'38999','Descanso','DESCANSO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:25','1900-01-01 00:00:00',1,0,1),(7777,'38603','Dese','DESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7778,'11895','Desenzano Del Garda','DESENZANO DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7779,'18436','Desert','DESERT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7780,'10411','Desert National Park','DESERT NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7781,'9380','Deshaies','DESHAIES',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7782,'27622','Desloge','DESLOGE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:26','1900-01-01 00:00:00',1,0,1),(7783,'30577','Desoto','DESOTO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7784,'43571','Despenaderos','DESPENADEROS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7785,'16916','Desroches Island','DESROCHES ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7786,'1929','Dessau','DESSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7787,'3848','Dessie','DESSIE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7788,'19338','Destin','DESTIN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7789,'6158','Desvres','DESVRES',NULL,'','France','',0,0,76,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7790,'32657','Dete','DETE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7791,'27345','Detmold','DETMOLD',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7792,'22042','Detroit','DETROIT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:27','1900-01-01 00:00:00',1,0,1),(7793,'36892','Detroit-wayne County','DETROIT-WAYNE COUNTY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7794,'22731','Dettelbach','DETTELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7795,'4052','Deuba','DEUBA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7796,'26981','Deutsch Wagram','DEUTSCH WAGRAM',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7797,'4224','Deux-sevres','DEUX-SEVRES',NULL,'','France','',0,0,76,'2016-10-17 10:50:28','1900-01-01 00:00:00',1,0,1),(7798,'3086','Deva','DEVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7799,'16219','Deva','DEVA',NULL,'','Romania','',0,0,179,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7800,'40629','Devanahalli','DEVANAHALLI',NULL,'','India','',0,0,101,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7801,'14748','Deventer','DEVENTER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7802,'40847','Devigarh','DEVIGARH',NULL,'','India','',0,0,101,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7803,'7960','Devils Bridge','DEVILS BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7804,'9884','Devils Island','DEVILS ISLAND',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7805,'28051','Devils Lake','DEVILS LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7806,'24806','Devin','DEVIN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7807,'7961','Devizes','DEVIZES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7808,'25297','Devon','DEVON',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:29','1900-01-01 00:00:00',1,0,1),(7809,'43312','Devon-moretonhampstead','DEVON-MORETONHAMPSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7810,'15099','Devonport','DEVONPORT',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7811,'26835','Devonport','DEVONPORT',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7812,'24928','Devonshire','DEVONSHIRE',NULL,'','Bermuda','',0,0,24,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7813,'32897','Dewey','DEWEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7814,'22045','Dewitt','DEWITT',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7815,'21858','Dexter','DEXTER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:30','1900-01-01 00:00:00',1,0,1),(7816,'2896','Deya','DEYA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7817,'23992','Deyang','DEYANG',NULL,'','China','',0,0,46,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7818,'43820','Dezhou','DEZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7819,'16490','Dhahran','DHAHRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7820,'24765','Dhaka','DHAKA',NULL,'','Bangladesh','',0,0,18,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7821,'10512','Dhanbad','DHANBAD',NULL,'','India','',0,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7822,'30578','D\'hanis','D\'HANIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7823,'42606','Dhar','DHAR',NULL,'','India','Dhar',15,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7824,'40848','Dharamsala','DHARAMSALA',NULL,'','India','',0,0,101,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7826,'37406','Dhekelia','DHEKELIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:50:31','1900-01-01 00:00:00',1,0,1),(7827,'43742','Dhela','DHELA',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7828,'13723','Dhidhoofinolhu','DHIDHOOFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7829,'37876','Dhiffushi','DHIFFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7830,'13724','Dhigufinolhu','DHIGUFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7831,'10412','Dhikuli','DHIKULI',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7832,'40849','Dholpur','DHOLPUR',NULL,'','India','',0,0,101,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7833,'13725','Dhonakulhi','DHONAKULHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7834,'43185','Dhour Shweir','DHOUR SHWEIR',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7835,'36503','Dhulikhel','DHULIKHEL',NULL,'','Nepal','',0,0,153,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7836,'13726','Dhunikolhu','DHUNIKOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7837,'9799','Diafani','DIAFANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7838,'38917','Diakofti','DIAKOFTI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7839,'9453','Diakofto','DIAKOFTO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7840,'11896','Diamante','DIAMANTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7841,'41986','Diamantina','DIAMANTINA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7842,'37746','Diamond Beach','DIAMOND BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:32','1900-01-01 00:00:00',1,0,1),(7843,'10687','Diamond Harbour','DIAMOND HARBOUR',NULL,'','India','',0,0,101,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7844,'27849','Diamondhead','DIAMONDHEAD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7845,'32089','Diamondville','DIAMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7846,'23573','Diancun','DIANCUN',NULL,'','China','',0,0,46,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7847,'11897','Diano Marina','DIANO MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7848,'15277','Dibaa','DIBAA',NULL,'','Oman','',0,0,165,'2016-10-17 10:50:33','1900-01-01 00:00:00',1,0,1),(7849,'38636','Dibba','DIBBA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7850,'43363','Dibba','DIBBA',NULL,'','Oman','',0,0,165,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7851,'30579','Diboll','DIBOLL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7852,'10623','Dibrugarh','DIBRUGARH',NULL,'','India','Dibrugarh',10,0,101,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7853,'3054','Dicastillo','DICASTILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7854,'35856','Dickenson Bay','DICKENSON BAY',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7855,'28052','Dickinson','DICKINSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7856,'26629','Dickson','DICKSON',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7857,'33130','Dickson','DICKSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:34','1900-01-01 00:00:00',1,0,1),(7858,'13592','Dickwella','DICKWELLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7859,'43588','Didcot','DIDCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7860,'17204','Didim','DIDIM',NULL,'','Turkey','Didim ',0,0,222,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7861,'25298','Didsbury','DIDSBURY',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7862,'42521','Didymoteicho','DIDYMOTEICHO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7863,'38006','Die Kelders','DIE KELDERS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7864,'6759','Dieffenthal','DIEFFENTHAL',NULL,'','France','',0,0,76,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7865,'24619','Diegem','DIEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7866,'17129','Diego Martin','DIEGO MARTIN',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 10:50:35','1900-01-01 00:00:00',1,0,1),(7867,'2031','Diemelsee','DIEMELSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7868,'14632','Diemen','DIEMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7869,'39909','Dien Ban','DIEN BAN',NULL,'','VietNam','',0,0,236,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7870,'27159','Dienten Am Hochkonig','DIENTEN AM HOCHKONIG',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7871,'32558','Diepkloof','DIEPKLOOF',NULL,'','South Africa','',0,0,195,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7872,'5806','Dieppe','DIEPPE',NULL,'','France','',0,0,76,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7873,'34397','Dieppe','DIEPPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7874,'13479','Dieppe Bay Town','DIEPPE BAY TOWN',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7875,'14530','Dieren','DIEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7876,'41649','Dierhagen','DIERHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7877,'1930','Dieskau','DIESKAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7878,'14593','Diessen','DIESSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7879,'23184','Diessenhofen','DIESSENHOFEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7880,'24620','Diest','DIEST',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:36','1900-01-01 00:00:00',1,0,1),(7881,'22523','Dietfurt','DIETFURT',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7882,'23185','Dietikon','DIETIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7883,'412','Dietzenbach','DIETZENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7884,'621','Diez','DIEZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7885,'3220','Diezma','DIEZMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7886,'40084','Differdange','DIFFERDANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7887,'25706','Digby','DIGBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7888,'25920','Digdaga','DIGDAGA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7889,'6421','Digne','DIGNE',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7890,'41543','Digne-les-bains','DIGNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7891,'5459','Digoin','DIGOIN',NULL,'','France','',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7892,'4892','Dijon','DIJON',NULL,'','France','Dijon',0,0,76,'2016-10-17 10:50:37','1900-01-01 00:00:00',1,0,1),(7893,'44171','Dikaio','DIKAIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7894,'17315','Dikili','DIKILI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7895,'39223','Dikli','DIKLI',NULL,'','Latvia','',0,0,119,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7896,'10009','Diklici','DIKLICI',NULL,'','Croatia','',0,0,55,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7897,'24725','Diksmuide','DIKSMUIDE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7898,'3221','Dilar','DILAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7899,'24621','Dilbeek','DILBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7900,'17110','Dili','DILI',NULL,'','East Timor','',0,0,63,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7901,'10132','Dili','DILI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7902,'19775','Dillard','DILLARD',NULL,'','United States','',0,0,231,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7903,'30581','Dilley','DILLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7904,'413','Dillingen','DILLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:38','1900-01-01 00:00:00',1,0,1),(7905,'17607','Dillingham','DILLINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7906,'27963','Dillon','DILLON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7907,'32310','Dillons Bay','DILLONS BAY',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7908,'33834','Dillsboro','DILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7909,'29899','Dillsburg','DILLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:50:39','1900-01-01 00:00:00',1,0,1),(7910,'22359','Dilworth','DILWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7911,'42949','Dimakya Island','DIMAKYA ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7912,'10513','Dimapur','DIMAPUR',NULL,'','India','Dimapur',44,0,101,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7913,'11898','Dimaro','DIMARO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7914,'40300','Dimitsana','DIMITSANA',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7915,'22046','Dimondale','DIMONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7916,'5532','Dinan','DINAN',NULL,'','France','',0,0,76,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7917,'24739','Dinant','DINANT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7918,'5533','Dinard','DINARD',NULL,'','France','',0,0,76,'2016-10-17 10:50:40','1900-01-01 00:00:00',1,0,1),(7919,'7962','Dinas Mawddwy','DINAS MAWDDWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7920,'40850','Dindigul','DINDIGUL',NULL,'','India','',0,0,101,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7921,'10878','Dingle','DINGLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7922,'29900','Dingmans Ferry','DINGMANS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7923,'7963','Dingwall','DINGWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7924,'22732','Dinkelsbuhl','DINKELSBUHL',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7925,'27201','Dinklage','DINKLAGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7926,'7964','Dinnet','DINNET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:41','1900-01-01 00:00:00',1,0,1),(7927,'7015','Dinnington','DINNINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7928,'39477','Dinslaken','DINSLAKEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7929,'18439','Dinuba','DINUBA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7930,'15547','Dipolog','DIPOLOG',NULL,'','Philippines','',0,0,173,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7931,'414','Dipperz','DIPPERZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7932,'38237','Dippoldiswalde','DIPPOLDISWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7933,'1748','Diqing','DIQING',NULL,'','China','',0,0,46,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7934,'42614','Dirang','DIRANG',NULL,'','India','Dirang',40,0,101,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7935,'14966','Dirdal','DIRDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7936,'3849','Dire Dawa','DIRE DAWA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7937,'7965','Dirleton','DIRLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7938,'9898','Discovery Bay','DISCOVERY BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7939,'13085','Discovery Bay','DISCOVERY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:50:42','1900-01-01 00:00:00',1,0,1),(7940,'23186','Disentis','DISENTIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7941,'38546','Diseworth','DISEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7942,'9326','Disley','DISLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7943,'18440','Disneyland - Anaheim','DISNEYLAND - ANAHEIM',NULL,'','United States','',0,0,231,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7944,'7966','Diss','DISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7945,'6337','Dissay','DISSAY',NULL,'','France','',0,0,76,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7946,'4226','Distré','DISTRÉ',NULL,'','France','',0,0,76,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7947,'16982','District 1 - Dong Khoi','DISTRICT 1 - DONG KHOI',NULL,'','Thailand','',0,0,215,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7948,'43261','Distrito Federal','DISTRITO FEDERAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7949,'7967','Dittisham','DITTISHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:43','1900-01-01 00:00:00',1,0,1),(7950,'22524','Ditzingen','DITZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7951,'10703','Diu','DIU',NULL,'','India','Diu',37,0,101,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7952,'5391','Dives-sur-mer','DIVES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7953,'34757','Divide','DIVIDE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7954,'954','Divinopolis','DIVINOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7955,'13898','Divisadero','DIVISADERO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7956,'4832','Divonne-les-bains','DIVONNE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7957,'23015','Divonne-les-bains','DIVONNE-LES-BAINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7958,'20515','Dix','DIX',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7959,'20516','Dixon','DIXON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:44','1900-01-01 00:00:00',1,0,1),(7960,'32688','Dixville Notch','DIXVILLE NOTCH',NULL,'','United States','',0,0,231,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7961,'17284','Diyarbakir','DIYARBAKIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7962,'5724','Dizy','DIZY',NULL,'','France','',0,0,76,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7963,'37405','Djanet','DJANET',NULL,'','Algeria','',0,0,3,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7964,'32638','Djelo-binza','DJELO-BINZA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7965,'17151','Djerba','DJERBA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7966,'2096','Djibouti','DJIBOUTI',NULL,'','Djibouti','',0,0,60,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7967,'11017','Djupivogur','DJUPIVOGUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7968,'16819','Djurgarden','DJURGARDEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7969,'16820','Djursholm','DJURSHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7970,'17487','Dnepropetrovsk','DNEPROPETROVSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:50:45','1900-01-01 00:00:00',1,0,1),(7971,'12863','Dobbiaco','DOBBIACO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7972,'28742','Dobbs Ferry','DOBBS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7973,'38508','Dobele','DOBELE',NULL,'','Latvia','',0,0,119,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7974,'27127','Dobling','DOBLING',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7975,'27070','Dobriach','DOBRIACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7976,'24794','Dobrich','DOBRICH',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7977,'42248','Dobrinishte','DOBRINISHTE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7978,'36688','Dobrna','DOBRNA',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7979,'33835','Dobson','DOBSON',NULL,'','United States','',0,0,231,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7980,'26896','Docklands','DOCKLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7981,'7968','Dockray','DOCKRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7982,'7969','Doddington','DODDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:46','1900-01-01 00:00:00',1,0,1),(7983,'21043','Dodge City','DODGE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7984,'31732','Dodgeville','DODGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7985,'17456','Dodoma','DODOMA',NULL,'','Tanzania','',0,0,214,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7986,'37499','Dodoni','DODONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7987,'3662','Dodro','DODRO',NULL,'','Spain','',0,0,199,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7988,'42371','Doetinchem','DOETINCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7989,'16577','Dogana','DOGANA',NULL,'','San Marino','',0,0,184,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7990,'35390','Dogheda','DOGHEDA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7991,'11899','Dogliani','DOGLIANI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:47','1900-01-01 00:00:00',1,0,1),(7992,'7016','Dogmersfield','DOGMERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7993,'16182','Doha','DOHA',NULL,'','Qatar','',0,0,177,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7994,'17050','Doi Saket','DOI SAKET',NULL,'','Thailand','',0,0,215,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7995,'5725','Dolancourt','DOLANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7996,'25983','Dolbeau','DOLBEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7997,'11900','Dolcedo','DOLCEDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7998,'5534','Dol-de-bretagne','DOL-DE-BRETAGNE',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(7999,'5774','Dole','DOLE',NULL,'','France','',0,0,76,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8000,'36695','Dolenjske Toplice','DOLENJSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8001,'7017','Dolgellau','DOLGELLAU',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:48','1900-01-01 00:00:00',1,0,1),(8002,'28743','Dolgeville','DOLGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8003,'41171','Dollar','DOLLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8004,'25984','Dollard-des-ormeaux','DOLLARD-DES-ORMEAUX',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8005,'39624','Dollnstein','DOLLNSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8006,'10838','Dollymount','DOLLYMOUNT',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8007,'24307','Dolni Dvoriste','DOLNI DVORISTE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8008,'15582','Dolnoslaskie','DOLNOSLASKIE',NULL,'','Poland','',0,0,174,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8009,'39725','Dolny Kubin','DOLNY KUBIN',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8010,'17608','Dolomi','DOLOMI',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8011,'34758','Dolores','DOLORES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:49','1900-01-01 00:00:00',1,0,1),(8012,'13982','Dolores Hidalgo','DOLORES HIDALGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8013,'15035','Dolpa','DOLPA',NULL,'','Nepal','',0,0,153,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8014,'26207','Dolphin Heads','DOLPHIN HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8015,'7970','Dolton','DOLTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8016,'4227','Dolus-d Oleron','DOLUS-D OLERON',NULL,'','France','',0,0,76,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8017,'1875','Dolzig','DOLZIG',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8018,'43315','Domaine De Beauvois','DOMAINE DE BEAUVOIS',NULL,'','France','',0,0,76,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8019,'11901','Domaso','DOMASO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8020,'23187','Domat','DOMAT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8021,'14944','Dombas','DOMBAS',NULL,'','Norway','',0,0,164,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8022,'14694','Domburg','DOMBURG',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:50','1900-01-01 00:00:00',1,0,1),(8023,'39214','Domfront','DOMFRONT',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8024,'42201','Domingos Martins','DOMINGOS MARTINS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8025,'2104','Dominica','DOMINICA',NULL,'','Dominica','',0,0,500,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8026,'24236','Dominical','DOMINICAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8027,'2354','Dominican Republic','DOMINICAN REPUBLIC',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8028,'39805','Domme','DOMME',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8029,'13655','Dommeldange','DOMMELDANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8030,'16366','Domodedovo','DOMODEDOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8031,'42321','Domodossola','DOMODOSSOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8032,'5535','Dompierre-du-chemin','DOMPIERRE-DU-CHEMIN',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8033,'5313','Dompierre-sur-besbre','DOMPIERRE-SUR-BESBRE',NULL,'','France','',0,0,76,'2016-10-17 10:50:51','1900-01-01 00:00:00',1,0,1),(8034,'11902','Domus De Maria','DOMUS DE MARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8035,'40950','Domzale','DOMZALE',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8036,'37648','Don Torcuato','DON TORCUATO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8037,'26364','Donald','DONALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8038,'19776','Donaldsonville','DONALDSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8039,'19777','Donalsonville','DONALSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8040,'22525','Donaueschingen','DONAUESCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8041,'22733','Donaustauf','DONAUSTAUF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8042,'22734','Donauwoerth','DONAUWOERTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:52','1900-01-01 00:00:00',1,0,1),(8043,'42460','Donauworth','DONAUWORTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8044,'7971','Doncaster','DONCASTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8045,'5726','Donchery','DONCHERY',NULL,'','France','',0,0,76,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8046,'29901','Donegal','DONEGAL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8047,'10819','Donegal','DONEGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8048,'17488','Donetsk','DONETSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8049,'32275','Dong Hoi','DONG HOI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8050,'23888','Dongba','DONGBA',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8051,'23574','Dongcheng - Wangfujing','DONGCHENG - WANGFUJING',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8052,'23679','Dongguan','DONGGUAN',NULL,'','China','',0,0,46,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8053,'37252','Dongnae','DONGNAE',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 10:50:53','1900-01-01 00:00:00',1,0,1),(8054,'23957','Dongshan','DONGSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8055,'23876','Dongsheng','DONGSHENG',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8056,'40','Dongshi','DONGSHI',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8057,'39109','Dongtan','DONGTAN',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8058,'23693','Dongyang','DONGYANG',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8059,'43821','Dongying','DONGYING',NULL,'','China','',0,0,46,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8060,'7018','Donington','DONINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8061,'27624','Doniphan','DONIPHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8062,'41194','Donji Seget','DONJI SEGET',NULL,'','Croatia','',0,0,55,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8063,'30583','Donna','DONNA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8064,'20348','Donnelly','DONNELLY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:54','1900-01-01 00:00:00',1,0,1),(8065,'38231','Donnersbachwald','DONNERSBACHWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8066,'11903','Donnini','DONNINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8067,'10839','Donnybrook','DONNYBROOK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8068,'39570','Donore','DONORE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8069,'42520','Donoussa','DONOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8070,'16596','Donovaly','DONOVALY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8071,'39724','Donzdorf','DONZDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8072,'6000','Donzenac','DONZENAC',NULL,'','France','',0,0,76,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8073,'10782','Doolin','DOOLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8074,'26208','Doomadgee Mission','DOOMADGEE MISSION',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8075,'10783','Doonbeg','DOONBEG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8076,'31734','Door Peninsula','DOOR PENINSULA',NULL,'','United States','',0,0,231,'2016-10-17 10:50:55','1900-01-01 00:00:00',1,0,1),(8077,'34156','Dooralong','DOORALONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8078,'14531','Doorwerth','DOORWERTH',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8079,'11068','Dor','DOR',NULL,'','Israel','',0,0,106,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8080,'17609','Dora Bay','DORA BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8081,'39619','Dora Creek','DORA CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8082,'15748','Dorado','DORADO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8083,'19339','Doral','DORAL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8084,'19778','Doraville','DORAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8085,'21354','Dorchester','DORCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:50:56','1900-01-01 00:00:00',1,0,1),(8086,'7972','Dorchester','DORCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8087,'14711','Dordrecht','DORDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8088,'42322','Dorf Tirol','DORF TIROL',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8089,'27160','Dorfgastein','DORFGASTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8090,'11904','Dorgali','DORGALI',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8091,'7973','Dorking','DORKING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8092,'27346','Dormagen','DORMAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8093,'11203','Dormelletto','DORMELLETTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8094,'22526','Dornach','DORNACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8095,'23188','Dornach','DORNACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:50:57','1900-01-01 00:00:00',1,0,1),(8096,'7974','Dornie','DORNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8097,'7975','Dornoch','DORNOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8098,'39848','Dorotea','DOROTEA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8099,'27202','Dorpen','DORPEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8100,'18442','Dorris','DORRIS',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8101,'31322','Dorset','DORSET',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8102,'21683','Dorsey','DORSEY',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8103,'27347','Dorsten','DORSTEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8104,'33836','Dortches','DORTCHES',NULL,'','United States','',0,0,231,'2016-10-17 10:50:58','1900-01-01 00:00:00',1,0,1),(8105,'27348','Dortmund','DORTMUND',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8106,'26209','Dorunda Station','DORUNDA STATION',NULL,'','Australia','',0,0,13,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8107,'25985','Dorval','DORVAL',NULL,'','Canada','',0,0,39,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8108,'38509','Dossenheim-sur-zinsel','DOSSENHEIM-SUR-ZINSEL',NULL,'','France','',0,0,76,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8109,'11905','Dossobuono','DOSSOBUONO',NULL,'','Italy','',0,0,107,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8110,'766','Dossow','DOSSOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8111,'31091','Doswell','DOSWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8112,'17863','Dothan','DOTHAN',NULL,'','United States','',0,0,231,'2016-10-17 10:50:59','1900-01-01 00:00:00',1,0,1),(8113,'6159','Douai','DOUAI',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8114,'24007','Douala','DOUALA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8115,'5536','Douarnenez','DOUARNENEZ',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8116,'34157','Double Bay','DOUBLE BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8117,'6617','Doucy','DOUCY',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8118,'43249','Doue-la-fontaine','DOUE-LA-FONTAINE',NULL,'','France','',0,0,76,'2016-10-17 10:51:00','1900-01-01 00:00:00',1,0,1),(8119,'10725','Douglas','DOUGLAS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8120,'7022','Douglas','DOUGLAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8121,'29902','Douglassville','DOUGLASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:01','1900-01-01 00:00:00',1,0,1),(8122,'19780','Douglasville','DOUGLASVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8123,'17382','Douliou','DOULIOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8124,'6297','Doullens','DOULLENS',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8125,'7024','Dounby','DOUNBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8126,'4702','Dourdan','DOURDAN',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8127,'15804','Douro Valley','DOURO VALLEY',NULL,'','Portugal','',0,0,175,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8128,'6618','Douvaine','DOUVAINE',NULL,'','France','',0,0,76,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8129,'17177','Douz','DOUZ',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:51:02','1900-01-01 00:00:00',1,0,1),(8130,'7025','Dovedale','DOVEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:03','1900-01-01 00:00:00',1,0,1),(8131,'43677','Dover','DOVER',NULL,'','Australia','Dover',0,0,13,'2016-10-17 10:51:03','1900-01-01 00:00:00',1,0,1),(8132,'38161','Dovre','DOVRE',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8133,'22048','Dowagiac','DOWAGIAC',NULL,'','United States','',0,0,231,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8134,'19340','Dowling Park','DOWLING PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:04','1900-01-01 00:00:00',1,0,1),(8135,'20517','Downers Grove','DOWNERS GROVE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8136,'18443','Downey','DOWNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8137,'37971','Downham Market','DOWNHAM MARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8138,'10726','Downings','DOWNINGS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8139,'29903','Downingtown','DOWNINGTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8140,'7978','Downpatrick','DOWNPATRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8141,'34481','Downsview','DOWNSVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8142,'7027','Downton On The Rock','DOWNTON ON THE ROCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:05','1900-01-01 00:00:00',1,0,1),(8143,'19341','Downtown','DOWNTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8144,'13491','Downtown - Namdaemun','DOWNTOWN - NAMDAEMUN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8145,'26044','Downtown - Puerto Madero','DOWNTOWN - PUERTO MADERO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8146,'24974','Downtown - Santos Dumont Airport','DOWNTOWN - SANTOS DUMONT AIRPORT',NULL,'','Brazil','',0,0,30,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8147,'15370','Downtown Lima','DOWNTOWN LIMA',NULL,'','Peru','',0,0,172,'2016-10-17 10:51:06','1900-01-01 00:00:00',1,0,1),(8148,'29904','Doylestown','DOYLESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8149,'11906','Dozza','DOZZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8150,'22735','Drachselsried','DRACHSELSRIED',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8151,'14509','Drachten','DRACHTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8152,'21355','Dracut','DRACUT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8153,'24812','Dragoman','DRAGOMAN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8154,'11907','Dragoni','DRAGONI',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8155,'2208','Dragor','DRAGOR',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8156,'2345','Dragør','DRAGØR',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8157,'6422','Draguignan','DRAGUIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:51:07','1900-01-01 00:00:00',1,0,1),(8158,'24165','Drake Bay','DRAKE BAY',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8159,'37115','Drakensberg','DRAKENSBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8160,'9754','Drama','DRAMA',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8161,'14863','Drammen','DRAMMEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8162,'43098','Drancy','DRANCY',NULL,'','France','',0,0,76,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8163,'15001','Drangedal','DRANGEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8164,'832','Dranske','DRANSKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8165,'33323','Draper','DRAPER',NULL,'','United States','',0,0,231,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8166,'38710','Drapia','DRAPIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:08','1900-01-01 00:00:00',1,0,1),(8167,'4703','Draveil','DRAVEIL',NULL,'','France','',0,0,76,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8168,'4053','Dravuni Island','DRAVUNI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8169,'25299','Drayton Valley','DRAYTON VALLEY',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8170,'19343','Dredgers Key','DREDGERS KEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8171,'37753','Drees','DREES',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8172,'7979','Dreghorn','DREGHORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8173,'415','Dreieich','DREIEICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8174,'27203','Dreilinden','DREILINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8175,'14458','Drenthe','DRENTHE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8176,'9454','Drepano','DREPANO',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8177,'29328','Dresden','DRESDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:09','1900-01-01 00:00:00',1,0,1),(8178,'1876','Dresden','DRESDEN',NULL,'','Germany','Dresden',0,0,83,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8179,'5644','Dreux','DREUX',NULL,'','France','',0,0,76,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8180,'29905','Drexel Hill','DREXEL HILL',NULL,'','United States','',0,0,231,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8181,'39499','Dreznik Grad','DREZNIK GRAD',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8182,'7028','Driffield','DRIFFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8183,'20350','Driggs','DRIGGS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8184,'43778','Driggs Hill','DRIGGS HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8185,'9455','Drios','DRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:51:10','1900-01-01 00:00:00',1,0,1),(8186,'30584','Dripping Springs','DRIPPING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8187,'16239','Drobeta-turnu Severin','DROBETA-TURNU SEVERIN',NULL,'','Romania','',0,0,179,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8188,'24622','Drogenbos','DROGENBOS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8189,'10712','Drogheda','DROGHEDA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8190,'7980','Droitwich','DROITWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8191,'39503','Drolshagen','DROLSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8192,'4232','Drome','DROME',NULL,'','France','',0,0,76,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8193,'10727','Dromkeen','DROMKEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8194,'41011','Dromoland','DROMOLAND',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8195,'11908','Dronero','DRONERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8196,'2236','Dronninglund','DRONNINGLUND',NULL,'','Denmark','',0,0,59,'2016-10-17 10:51:11','1900-01-01 00:00:00',1,0,1),(8197,'26504','Drouin','DROUIN',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8198,'7981','Droylsden','DROYLSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8199,'39008','Druento','DRUENTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8200,'33837','Druid Hills','DRUID HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8201,'25300','Drumheller','DRUMHELLER',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8202,'22049','Drummond Island','DRUMMOND ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8203,'25986','Drummondville','DRUMMONDVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8204,'34158','Drummoyne','DRUMMOYNE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8205,'7982','Drumnadrochit','DRUMNADROCHIT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:12','1900-01-01 00:00:00',1,0,1),(8206,'29906','Drums','DRUMS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8207,'10713','Drumshanbo','DRUMSHANBO',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8208,'14594','Drunen','DRUNEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8209,'13637','Druskininkai','DRUSKININKAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8210,'16310','Druzhba','DRUZHBA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8211,'41834','Drvenik','DRVENIK',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8212,'33622','Dry Ridge','DRY RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8213,'28745','Dryden','DRYDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:13','1900-01-01 00:00:00',1,0,1),(8214,'34482','Dryden','DRYDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8215,'7029','Drylaw','DRYLAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8216,'7983','Drymen','DRYMEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8217,'24013','Dschang','DSCHANG',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8218,'18444','Duarte','DUARTE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8219,'25921','Dubai','DUBAI',NULL,'','United Arab Emirates','Tourism Dubai | Trip to Dubai | Tourist attraction',0,0,228,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8220,'34159','Dubbo','DUBBO',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8221,'23189','Dubendorf','DUBENDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8222,'10728','Dublin','DUBLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:14','1900-01-01 00:00:00',1,0,1),(8223,'31093','Dublin','DUBLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:15','1900-01-01 00:00:00',1,0,1),(8224,'35387','Dublin-bray','DUBLIN-BRAY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8225,'35391','Dublin-dun Laoghaire','DUBLIN-DUN LAOGHAIRE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8226,'35395','Dublin-howth','DUBLIN-HOWTH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8227,'35397','Dublin-malahide','DUBLIN-MALAHIDE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8228,'35403','Dublin-portmarnock','DUBLIN-PORTMARNOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8229,'35406','Dublin-sutton','DUBLIN-SUTTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8230,'32091','Dubois','DUBOIS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8231,'9970','Dubrovnik','DUBROVNIK',NULL,'','Croatia','Dubrovnik',0,0,55,'2016-10-17 10:51:16','1900-01-01 00:00:00',1,0,1),(8232,'20199','Dubuque','DUBUQUE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8233,'5392','Ducey','DUCEY',NULL,'','France','',0,0,76,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8234,'7030','Duchally','DUCHALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8235,'40016','Duchcov','DUCHCOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8236,'833','Ducherow','DUCHEROW',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8237,'33324','Duchesne','DUCHESNE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:17','1900-01-01 00:00:00',1,0,1),(8238,'33132','Ducktown','DUCKTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8239,'7031','Duddingston','DUDDINGSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8240,'622','Dudeldorf','DUDELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8241,'38903','Duderstadt','DUDERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8242,'21356','Dudley','DUDLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8243,'7984','Dudley','DUDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8244,'40602','Due Carrare','DUE CARRARE',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8245,'40508','Duenas','DUENAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8246,'39071','Duernten','DUERNTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:51:18','1900-01-01 00:00:00',1,0,1),(8247,'31094','Duffield','DUFFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8248,'41170','Dufftown','DUFFTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8249,'40117','Dugi Rat','DUGI RAT',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8250,'37570','Dugopolje','DUGOPOLJE',NULL,'','Croatia','',0,0,55,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8251,'43136','Duhok','DUHOK',NULL,'','Iraq','',0,0,104,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8252,'5084','Duingt','DUINGT',NULL,'','France','',0,0,76,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8253,'12743','Duino','DUINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8254,'27349','Duisburg','DUISBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8255,'7032','Duisdalemore','DUISDALEMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8256,'37651','Duiven','DUIVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8257,'14633','Duivendrecht','DUIVENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:19','1900-01-01 00:00:00',1,0,1),(8258,'23576','Dujiangyan','DUJIANGYAN',NULL,'','China','',0,0,46,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8259,'7985','Dukinfield','DUKINFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8260,'28519','Dulce','DULCE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8261,'31095','Dulles','DULLES',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8262,'37785','Dullstroom','DULLSTROOM',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8263,'27350','Dulmen','DULMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8264,'24358','Dülmen','DÜLMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8265,'7986','Duloe','DULOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8266,'19783','Duluth','DULUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:51:20','1900-01-01 00:00:00',1,0,1),(8267,'7987','Dulverton','DULVERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8268,'7988','Dulwich','DULWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8269,'10413','Dum Dum','DUM DUM',NULL,'','India','',0,0,101,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8270,'15548','Dumaguete','DUMAGUETE',NULL,'','Philippines','',0,0,173,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8271,'10356','Dumai','DUMAI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8272,'18007','Dumas','DUMAS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:21','1900-01-01 00:00:00',1,0,1),(8273,'7989','Dumbarton','DUMBARTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8274,'40236','Dumbleton','DUMBLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8275,'7990','Dumfries','DUMFRIES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8276,'31096','Dumfries','DUMFRIES',NULL,'','United States','',0,0,231,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8277,'1280','Dumfries And Galloway','DUMFRIES AND GALLOWAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8278,'10688','Dumjor','DUMJOR',NULL,'','India','',0,0,101,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8279,'7991','Dunadry','DUNADRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8280,'26836','Dunalley','DUNALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8281,'37722','Dunasziget','DUNASZIGET',NULL,'','Hungary','',0,0,99,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8282,'42617','Dunaujvaros','DUNAUJVAROS',NULL,'','Hungary','',0,0,99,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8283,'31974','Dunbar','DUNBAR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:22','1900-01-01 00:00:00',1,0,1),(8284,'26210','Dunbar','DUNBAR',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8285,'7992','Dunbar','DUNBAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8286,'7033','Dunbartonshire','DUNBARTONSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8287,'7993','Dunblane','DUNBLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8288,'10772','Dunboyne','DUNBOYNE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8289,'25430','Duncan','DUNCAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8290,'30313','Duncan','DUNCAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:23','1900-01-01 00:00:00',1,0,1),(8291,'29909','Duncannon','DUNCANNON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8292,'13098','Duncans','DUNCANS',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8293,'29910','Duncansville','DUNCANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8294,'30587','Duncanville','DUNCANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8295,'7034','Dunchideock','DUNCHIDEOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8296,'7994','Dunchurch','DUNCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8297,'21684','Dundalk','DUNDALK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8298,'10900','Dundalk','DUNDALK',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:24','1900-01-01 00:00:00',1,0,1),(8299,'19345','Dundee','DUNDEE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8300,'7995','Dundee','DUNDEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8301,'25858','Dundo','DUNDO',NULL,'','Angola','',0,0,6,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8302,'7996','Dundonald','DUNDONALD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8303,'7035','Dundonnell','DUNDONNELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8304,'10931','Dundrum','DUNDRUM',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8305,'19346','Dunedin','DUNEDIN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8306,'15187','Dunedin','DUNEDIN',NULL,'','New Zealand','Dunedin',0,0,157,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8307,'10820','Dunfanaghy','DUNFANAGHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:25','1900-01-01 00:00:00',1,0,1),(8308,'7997','Dunfermline','DUNFERMLINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8309,'7998','Dungannon','DUNGANNON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8310,'10514','Dungarpur','DUNGARPUR',NULL,'','India','Dungarpur',2,0,101,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8311,'10937','Dungarvan','DUNGARVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8312,'31483','Dungeness','DUNGENESS',NULL,'','United States','',0,0,231,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8313,'7999','Dungiven','DUNGIVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8314,'14302','Dungun','DUNGUN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8315,'23558','Dunhuang','DUNHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8316,'38828','Duni','DUNI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8317,'26694','Dunk Island','DUNK ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8318,'8000','Dunkeld','DUNKELD',NULL,'','United Kingdom','Dunkeld',0,0,229,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8319,'37258','Dunkeld','DUNKELD',NULL,'','Australia','Dunkeld',0,0,13,'2016-10-17 10:51:26','1900-01-01 00:00:00',1,0,1),(8320,'6160','Dunkerque','DUNKERQUE',NULL,'','France','',0,0,76,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8321,'8001','Dunkirk','DUNKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8322,'28747','Dunkirk','DUNKIRK',NULL,'','United States','',0,0,231,'2016-10-17 10:51:27','1900-01-01 00:00:00',1,0,1),(8323,'10959','Dunlavin','DUNLAVIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8324,'33623','Dunmor','DUNMOR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8325,'29911','Dunmore','DUNMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8326,'10938','Dunmore East','DUNMORE EAST',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8327,'9283','Dunmow','DUNMOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8328,'8002','Dunmurry','DUNMURRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8329,'33839','Dunn','DUNN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8330,'18446','Dunnigan','DUNNIGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:28','1900-01-01 00:00:00',1,0,1),(8331,'20519','Dunning','DUNNING',NULL,'','United States','',0,0,231,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8332,'43797','Dunnville','DUNNVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8333,'8003','Dunoon','DUNOON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8334,'8004','Duns','DUNS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8335,'38365','Dunsany','DUNSANY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8336,'26955','Dunsborough','DUNSBOROUGH',NULL,'','Australia','Dunsborough',0,0,13,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8337,'18447','Dunsmuir','DUNSMUIR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8338,'8005','Dunstable','DUNSTABLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:29','1900-01-01 00:00:00',1,0,1),(8339,'8006','Dunster','DUNSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8340,'41114','Dunster','DUNSTER',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8341,'8007','Dunvegan','DUNVEGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8342,'19784','Dunwoody','DUNWOODY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8343,'32294','Duong Dong','DUONG DONG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8344,'38638','Dupnitsa','DUPNITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8345,'31484','Dupont','DUPONT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8346,'25133','Duque De Caxias','DUQUE DE CAXIAS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8347,'22051','Durand','DURAND',NULL,'','United States','',0,0,231,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8348,'3704','Durango','DURANGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:30','1900-01-01 00:00:00',1,0,1),(8349,'13983','Durango','DURANGO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8350,'30588','Durango','DURANGO',NULL,'','United States','',0,0,231,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8351,'32899','Durant','DURANT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8352,'37074','Duranzno','DURANZNO',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8353,'5184','Duras','DURAS',NULL,'','France','',0,0,76,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8354,'37555','Durbach','DURBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:31','1900-01-01 00:00:00',1,0,1),(8355,'32515','Durban','DURBAN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8356,'24696','Durbuy','DURBUY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8357,'3223','Durcal','DURCAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8358,'6236','Dureil','DUREIL',NULL,'','France','',0,0,76,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8359,'27351','Duren','DUREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8360,'10155','Duren Sawit','DUREN SAWIT',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8361,'10515','Durgapur','DURGAPUR',NULL,'','India','Durgapur',12,0,101,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8362,'8008','Durham','DURHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8363,'33840','Durham','DURHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:51:32','1900-01-01 00:00:00',1,0,1),(8364,'26211','Durham Downs','DURHAM DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8365,'27099','Durnstein','DURNSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8366,'40957','Durres','DURRES',NULL,'','Albania','',0,0,2,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8367,'25868','Durrës','DURRËS',NULL,'','Albania','',0,0,2,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8368,'26212','Durrie','DURRIE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8369,'36303','Dursley','DURSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8370,'17104','Dushanbe','DUSHANBE',NULL,'','Tajikistan','',0,0,213,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8371,'21193','Duson','DUSON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8372,'27352','Dusseldorf','DUSSELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8373,'38952','Duszniki Zdroj','DUSZNIKI ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8374,'17610','Dutch Harbor','DUTCH HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:33','1900-01-01 00:00:00',1,0,1),(8375,'27625','Dutzow','DUTZOW',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8376,'31485','Duvall','DUVALL',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8377,'16711','Duved','DUVED',NULL,'','Sweden','',0,0,209,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8378,'39826','Duxford','DUXFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8379,'41078','Duzce','DUZCE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8380,'16597','Dvor Cierna Voda','DVOR CIERNA VODA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8381,'20520','Dwight','DWIGHT',NULL,'','United States','',0,0,231,'2016-10-17 10:51:34','1900-01-01 00:00:00',1,0,1),(8382,'14459','Dwingeloo','DWINGELOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8383,'16258','Dyakovskoye','DYAKOVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8384,'8009','Dyce','DYCE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8385,'33133','Dyersburg','DYERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8386,'20201','Dyersville','DYERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8387,'7036','Dyfed','DYFED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8388,'9334','Dyffryn Ardudwy','DYFFRYN ARDUDWY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8389,'26478','Dysart','DYSART',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8390,'14396','Dzaoudzi','DZAOUDZI',NULL,'','Mayotte','',0,0,140,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8391,'40706','Dzerzhinsk','DZERZHINSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8392,'16367','Dzerzhinskiy','DZERZHINSKIY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:51:35','1900-01-01 00:00:00',1,0,1),(8393,'13431','Dzhambul','DZHAMBUL',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8394,'38159','Dziwnowek','DZIWNOWEK',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8395,'37716','Dzwirzyno','DZWIRZYNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8396,'22362','Eagan','EAGAN',NULL,'','United States','',0,0,231,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8397,'18126','Eagar','EAGAR',NULL,'','United States','',0,0,231,'2016-10-17 10:51:36','1900-01-01 00:00:00',1,0,1),(8398,'38347','Eagle Lake','EAGLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:37','1900-01-01 00:00:00',1,0,1),(8399,'26897','Eaglehawk','EAGLEHAWK',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:39','1900-01-01 00:00:00',1,0,1),(8400,'29912','Eagles Mere','EAGLES MERE',NULL,'','United States','',0,0,231,'2016-10-17 10:51:39','1900-01-01 00:00:00',1,0,1),(8401,'7037','Eaglescliffe','EAGLESCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8402,'39241','Eaglesham','EAGLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8403,'8010','Ealing','EALING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8404,'42963','Earl Shilton','EARL SHILTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:40','1900-01-01 00:00:00',1,0,1),(8405,'8011','Earley','EARLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8406,'18448','Earlimart','EARLIMART',NULL,'','United States','',0,0,231,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8407,'33624','Earlington','EARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:51:41','1900-01-01 00:00:00',1,0,1),(8408,'8012','Earls Colne','EARLS COLNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8409,'34483','Earlton','EARLTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8410,'43713','Earlville','EARLVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8411,'30592','Early','EARLY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:42','1900-01-01 00:00:00',1,0,1),(8412,'38776','Easington','EASINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8413,'43589','Easingwold','EASINGWOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8414,'30314','Easley','EASLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:51:43','1900-01-01 00:00:00',1,0,1),(8415,'14460','East Brabant','EAST BRABANT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:51:45','1900-01-01 00:00:00',1,0,1),(8416,'26982','East Carinthia','EAST CARINTHIA',NULL,'','Austria','',0,0,14,'2016-10-17 10:51:45','1900-01-01 00:00:00',1,0,1),(8417,'15101','East Coast Bays','EAST COAST BAYS',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:51:46','1900-01-01 00:00:00',1,0,1),(8418,'8013','East Coker','EAST COKER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:51:46','1900-01-01 00:00:00',1,0,1),(8419,'24260','East End','EAST END',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8420,'32220','East End','EAST END',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8421,'24579','East Flanders','EAST FLANDERS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:51:49','1900-01-01 00:00:00',1,0,1),(8422,'25707','East Kemptville','EAST KEMPTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:51:52','1900-01-01 00:00:00',1,0,1),(8423,'1264','East Midlands Airport','EAST MIDLANDS AIRPORT',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:51:55','1900-01-01 00:00:00',1,0,1),(8424,'15583','East Pomerania','EAST POMERANIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:51:57','1900-01-01 00:00:00',1,0,1),(8425,'4233','East Pyrenees','EAST PYRENEES',NULL,'','France','',0,0,76,'2016-10-17 10:51:57','1900-01-01 00:00:00',1,0,1),(8426,'8021','Eastbourne','EASTBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:00','1900-01-01 00:00:00',1,0,1),(8427,'8022','Eastchurch','EASTCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:00','1900-01-01 00:00:00',1,0,1),(8428,'23485','Easter Island','EASTER ISLAND',NULL,'','Chile','',0,0,45,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8429,'4234','Eastern Brittany','EASTERN BRITTANY',NULL,'','France','',0,0,76,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8430,'1346','Eastern Cape-port Elizabeth','EASTERN CAPE-PORT ELIZABETH',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8431,'21685','Eastern Chesapeake Shore','EASTERN CHESAPEAKE SHORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8432,'25923','Eastern Coast','EASTERN COAST',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8433,'24266','Eastern Cyprus','EASTERN CYPRUS',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8434,'10972','Eastern Iceland','EASTERN ICELAND',NULL,'','Iceland','',0,0,100,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8435,'9456','Eastern Macedonia','EASTERN MACEDONIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8436,'11204','Eastern Rome','EASTERN ROME',NULL,'','Italy','',0,0,107,'2016-10-17 10:52:01','1900-01-01 00:00:00',1,0,1),(8437,'16592','Eastern Slovakia','EASTERN SLOVAKIA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8438,'26984','Eastern Tirol','EASTERN TIROL',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8439,'25988','Eastern Townships','EASTERN TOWNSHIPS',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8440,'21365','Eastham','EASTHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:02','1900-01-01 00:00:00',1,0,1),(8441,'7043','Eastington','EASTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8442,'29334','Eastlake','EASTLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8443,'30595','Eastland','EASTLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8444,'1525','Eastleigh','EASTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:03','1900-01-01 00:00:00',1,0,1),(8445,'19790','Eastman','EASTMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:04','1900-01-01 00:00:00',1,0,1),(8446,'21366','Easton','EASTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:04','1900-01-01 00:00:00',1,0,1),(8447,'38478','Easton','EASTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8448,'22056','Eastpointe','EASTPOINTE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8449,'31487','Eastsound','EASTSOUND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:05','1900-01-01 00:00:00',1,0,1),(8450,'29335','Eaton','EATON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8451,'19791','Eatonton','EATONTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8452,'28256','Eatontown','EATONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:06','1900-01-01 00:00:00',1,0,1),(8453,'31488','Eatonville','EATONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:07','1900-01-01 00:00:00',1,0,1),(8454,'4704','Eaubonne','EAUBONNE',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8455,'5022','Eaux-bonnes','EAUX-BONNES',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8456,'40447','Eauze','EAUZE',NULL,'','France','',0,0,76,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8457,'8023','Ebberston','EBBERSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8458,'24448','Ebbs','EBBS',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8459,'43715','Ebden','EBDEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8460,'2145','Ebeltoft','EBELTOFT',NULL,'','Denmark','',0,0,59,'2016-10-17 10:52:08','1900-01-01 00:00:00',1,0,1),(8461,'44266','Eben Am Achensee','EBEN AM ACHENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8462,'27161','Ebenau','EBENAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8463,'1931','Ebendorf','EBENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8464,'29918','Ebensburg','EBENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8465,'27071','Eberndorf','EBERNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8466,'22736','Ebersberg','EBERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8467,'38815','Eberstein','EBERSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8468,'13128','Ebina','EBINA',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:09','1900-01-01 00:00:00',1,0,1),(8469,'23190','Ebnat','EBNAT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8470,'39332','Eboli','EBOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8471,'14148','Ebon','EBON',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8472,'13727','Eboodhoofinolhu','EBOODHOOFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8473,'22737','Ebrach','EBRACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8474,'27100','Ebreichsdorf','EBREICHSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8475,'14034','Ecatepec De Morelos','ECATEPEC DE MORELOS',NULL,'','Mexico','',0,0,141,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8476,'4235','Eccica-suarella','ECCICA-SUARELLA',NULL,'','France','',0,0,76,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8477,'8024','Ecclefechan','ECCLEFECHAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:10','1900-01-01 00:00:00',1,0,1),(8478,'38194','Eceabat','ECEABAT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8479,'2067','Eching','ECHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8480,'6619','Echirolles','ECHIROLLES',NULL,'','France','',0,0,76,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8481,'13650','Echternach','ECHTERNACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8482,'26898','Echuca','ECHUCA',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8483,'42778','Ecija','ECIJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8484,'37482','Écija','ÉCIJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:11','1900-01-01 00:00:00',1,0,1),(8485,'40159','Eckelsheim','ECKELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8486,'416','Eckenheim','ECKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8487,'37923','Eckero','ECKERO',NULL,'','Finland','',0,0,75,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8488,'31975','Eckman','ECKMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8489,'42650','Ecole Valentin','ECOLE VALENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8490,'4236','Ecole-valentin','ECOLE-VALENTIN',NULL,'','France','',0,0,76,'2016-10-17 10:52:12','1900-01-01 00:00:00',1,0,1),(8491,'4705','Ecouen','ECOUEN',NULL,'','France','',0,0,76,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8492,'6620','Ecully','ECULLY',NULL,'','France','',0,0,76,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8493,'7046','Eday','EDAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8494,'33625','Eddyville','EDDYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8495,'14532','Ede','EDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8496,'24745','Edegem','EDEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8497,'34161','Eden','EDEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:13','1900-01-01 00:00:00',1,0,1),(8498,'33842','Eden','EDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8499,'8028','Edenbridge','EDENBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8500,'623','Edenkoben','EDENKOBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:14','1900-01-01 00:00:00',1,0,1),(8501,'33843','Edenton','EDENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8502,'32448','Edenvale','EDENVALE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8503,'33136','Edenwold','EDENWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8504,'30597','Ederville','EDERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8505,'39417','Edesheim','EDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8506,'40397','Edessa','EDESSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:15','1900-01-01 00:00:00',1,0,1),(8507,'21194','Edgard','EDGARD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8508,'21367','Edgartown','EDGARTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8509,'34162','Edgecliff','EDGECLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8510,'21862','Edgecomb','EDGECOMB',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8511,'30316','Edgefield','EDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:16','1900-01-01 00:00:00',1,0,1),(8512,'28053','Edgeley','EDGELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8513,'21687','Edgemore','EDGEMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8514,'31739','Edgerton','EDGERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8515,'28258','Edgewater','EDGEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:52:17','1900-01-01 00:00:00',1,0,1),(8516,'19350','Edgewood','EDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:18','1900-01-01 00:00:00',1,0,1),(8517,'8029','Edgware','EDGWARE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:18','1900-01-01 00:00:00',1,0,1),(8518,'27377','Edina','EDINA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8519,'29919','Edinboro','EDINBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8520,'8030','Edinburgh','EDINBURGH',NULL,'','United Kingdom','Edinburgh',0,0,229,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8521,'9457','Edipsos','EDIPSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8522,'17285','Edirne','EDIRNE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8523,'28259','Edison','EDISON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:19','1900-01-01 00:00:00',1,0,1),(8524,'36893','Edisto Beach','EDISTO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8525,'32900','Edmond','EDMOND',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8526,'31489','Edmonds','EDMONDS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8527,'39989','Edmonton','EDMONTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8528,'25301','Edmonton','EDMONTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:20','1900-01-01 00:00:00',1,0,1),(8529,'22058','Edmore','EDMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8530,'27627','Edmundson','EDMUNDSON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8531,'34398','Edmundston','EDMUNDSTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8532,'30600','Edna','EDNA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:21','1900-01-01 00:00:00',1,0,1),(8533,'13129','Edogawa','EDOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8534,'41077','Edremit','EDREMIT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8535,'16697','Edsbyn','EDSBYN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8536,'25304','Edson','EDSON',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8537,'26215','Edward River','EDWARD RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8538,'34764','Edwards','EDWARDS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:22','1900-01-01 00:00:00',1,0,1),(8539,'20527','Edwardsville','EDWARDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8540,'38277','Eemnes','EEMNES',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8541,'38734','Eerbeek','EERBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8542,'32311','Efate','EFATE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8543,'20528','Effingham','EFFINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:23','1900-01-01 00:00:00',1,0,1),(8544,'42396','Eforie','EFORIE',NULL,'','Romania','',0,0,179,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8545,'34485','Eganville','EGANVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8546,'9855','Egedesminde','EGEDESMINDE',NULL,'','Greenland','',0,0,87,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8547,'17615','Egegik','EGEGIK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8548,'10103','Eger','EGER',NULL,'','Hungary','',0,0,99,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8549,'23191','Egerkingen','EGERKINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8550,'8031','Egerton','EGERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8551,'27204','Egestorf','EGESTORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:24','1900-01-01 00:00:00',1,0,1),(8552,'22527','Eggenstein-leopoldshafen','EGGENSTEIN-LEOPOLDSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8553,'37459','Eggolsheim','EGGOLSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8554,'8032','Egham','EGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8555,'10973','Egilsstadir','EGILSSTADIR',NULL,'','Iceland','Egilsstadir',0,0,100,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8556,'22738','Eging','EGING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:25','1900-01-01 00:00:00',1,0,1),(8557,'6001','Egletons','EGLETONS',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8558,'22739','Egling','EGLING',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8559,'40650','Eglisau','EGLISAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8560,'14634','Egmond Aan Zee','EGMOND AAN ZEE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8561,'42150','Egmont','EGMONT',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8562,'17301','Egridir','EGRIDIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8563,'6760','Eguisheim','EGUISHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8564,'4237','Éguzon-chantome','ÉGUZON-CHANTOME',NULL,'','France','',0,0,76,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8565,'37500','Egyhazasradoc','EGYHAZASRADOC',NULL,'','Hungary','',0,0,99,'2016-10-17 10:52:26','1900-01-01 00:00:00',1,0,1),(8566,'35832','Ehden','EHDEN',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8567,'43538','Ehime','EHIME',NULL,'','Japan','',0,0,110,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8568,'22528','Ehingen','EHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8569,'39480','Ehningen','EHNINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8570,'18127','Ehrenberg','EHRENBERG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8571,'1877','Ehrenfriedersdorf','EHRENFRIEDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8572,'30318','Ehrhardt','EHRHARDT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:27','1900-01-01 00:00:00',1,0,1),(8573,'24449','Ehrwald','EHRWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8574,'3705','Eibar','EIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8575,'37246','Eibiswald','EIBISWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8576,'27101','Eichgraben','EICHGRABEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8577,'22740','Eichstatt','EICHSTATT',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8578,'40342','Eichwalde','EICHWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8579,'27205','Eicklingen','EICKLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8580,'38346','Eidar','EIDAR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8581,'14895','Eidfjord','EIDFJORD',NULL,'','Norway','Eidfjord',0,0,164,'2016-10-17 10:52:28','1900-01-01 00:00:00',1,0,1),(8582,'4238','Eiffel Tower - Orsay Museum (7)','EIFFEL TOWER - ORSAY MUSEUM (7)',NULL,'','France','',0,0,76,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8583,'41723','Eigergletscher','EIGERGLETSCHER',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8584,'15018','Eiken','EIKEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8585,'11059','Eilat','EILAT',NULL,'','Israel','',0,0,106,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8586,'26505','Eildon','EILDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8587,'27206','Eimke','EIMKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8588,'41881','Ein El Sokhna','EIN EL SOKHNA',NULL,'','Egypt','',0,0,65,'2016-10-17 10:52:29','1900-01-01 00:00:00',1,0,1),(8589,'27207','Einbeck','EINBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8590,'14595','Eindhoven','EINDHOVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8591,'23192','Einsiedeln','EINSIEDELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8592,'6025','Einvaux','EINVAUX',NULL,'','France','',0,0,76,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8593,'13656','Eischen','EISCHEN',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8594,'134','Eisenach','EISENACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8595,'41722','Eisenbach','EISENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8596,'43757','Eisenerz','EISENERZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8597,'27062','Eisenstadt','EISENSTADT',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:30','1900-01-01 00:00:00',1,0,1),(8598,'135','Eisleben','EISLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8599,'38984','Eitorf','EITORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8600,'3326','Ejea De Los Caballeros','EJEA DE LOS CABALLEROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8601,'9647','Ekali','EKALI',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8602,'16243','Ekaterinovka','EKATERINOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8603,'16821','Ekero','EKERO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8604,'43743','Eklingji','EKLINGJI',NULL,'','India','',0,0,101,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8605,'17616','Eklutna','EKLUTNA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8606,'42310','Eksharad','EKSHARAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:31','1900-01-01 00:00:00',1,0,1),(8607,'16665','Eksjoe','EKSJOE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8608,'17617','Ekuk','EKUK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8609,'17618','Ekwok','EKWOK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8610,'24090','El Bagre','EL BAGRE',NULL,'','Colombia','',0,0,49,'2016-10-17 10:52:32','1900-01-01 00:00:00',1,0,1),(8611,'38671','El Golea','EL GOLEA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:52:34','1900-01-01 00:00:00',1,0,1),(8612,'2365','El Macao','EL MACAO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 10:52:35','1900-01-01 00:00:00',1,0,1),(8613,'44004','Elancourt','ELANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:52:37','1900-01-01 00:00:00',1,0,1),(8614,'42263','Elaphiti Islands','ELAPHITI ISLANDS',NULL,'','Croatia','',0,0,55,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8615,'42605','Elappara','ELAPPARA',NULL,'','India','',0,0,101,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8616,'42519','Elati','ELATI',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8617,'17287','Elazig','ELAZIG',NULL,'','Turkey','',0,0,222,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8618,'19792','Elberton','ELBERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8619,'24450','Elbigenalp','ELBIGENALP',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8620,'15617','Elblag','ELBLAG',NULL,'','Poland','',0,0,174,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8621,'28764','Elbridge','ELBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:38','1900-01-01 00:00:00',1,0,1),(8622,'3754','Elche','ELCHE',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8623,'26217','Elcho Island','ELCHO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8624,'3706','Elciego','ELCIEGO',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8625,'7049','Elcot','ELCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8626,'34486','Elder Mills','ELDER MILLS',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8627,'27628','Eldon','ELDON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8628,'34765','Eldora','ELDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:39','1900-01-01 00:00:00',1,0,1),(8629,'20531','Eldred','ELDRED',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8630,'20203','Eldridge','ELDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8631,'31490','Electric City','ELECTRIC CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:40','1900-01-01 00:00:00',1,0,1),(8632,'19979','Eleele','ELEELE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8633,'44172','Elefsina','ELEFSINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8634,'44173','Eleftheres','ELEFTHERES',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8635,'39953','Elenite','ELENITE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8636,'28521','Elephant Butte','ELEPHANT BUTTE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8637,'9458','Eleusis','ELEUSIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8638,'42421','Eleuthera','ELEUTHERA',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8639,'38037','Elevated Plains','ELEVATED PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:41','1900-01-01 00:00:00',1,0,1),(8640,'22741','Elfershausen','ELFERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8641,'17619','Elfin Cove','ELFIN COVE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8642,'15618','Elganowo','ELGANOWO',NULL,'','Poland','',0,0,174,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8643,'8033','Elgin','ELGIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8644,'18128','Elgin','ELGIN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:42','1900-01-01 00:00:00',1,0,1),(8645,'9648','Elia','ELIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8646,'17620','Elim','ELIM',NULL,'','United States','',0,0,231,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8647,'42467','Elimaki','ELIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8648,'4239','Elincourt-ste-marguerite','ELINCOURT-STE-MARGUERITE',NULL,'','France','',0,0,76,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8649,'37661','Elios','ELIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8650,'21863','Eliot','ELIOT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:43','1900-01-01 00:00:00',1,0,1),(8651,'9459','Elis','ELIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8652,'16330','Elista','ELISTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8653,'27162','Elixhausen','ELIXHAUSEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:44','1900-01-01 00:00:00',1,0,1),(8654,'26797','Elizabeth','ELIZABETH',NULL,'','Australia','',0,0,13,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8655,'33137','Elizabethton','ELIZABETHTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8656,'29921','Elizabethtown','ELIZABETHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:45','1900-01-01 00:00:00',1,0,1),(8657,'29922','Elizabethville','ELIZABETHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:46','1900-01-01 00:00:00',1,0,1),(8658,'3055','Elizondo','ELIZONDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:46','1900-01-01 00:00:00',1,0,1),(8659,'25305','Elk Point','ELK POINT',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8660,'25432','Elkford','ELKFORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8661,'21046','Elkhart','ELKHART',NULL,'','United States','',0,0,231,'2016-10-17 10:52:48','1900-01-01 00:00:00',1,0,1),(8662,'31742','Elkhorn','ELKHORN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8663,'33846','Elkin','ELKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8664,'31976','Elkins','ELKINS',NULL,'','United States','',0,0,231,'2016-10-17 10:52:49','1900-01-01 00:00:00',1,0,1),(8665,'17865','Elkmont','ELKMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8666,'32808','Elko','ELKO',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8667,'21689','Elkridge','ELKRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8668,'21690','Elkton','ELKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:50','1900-01-01 00:00:00',1,0,1),(8669,'31977','Elkview','ELKVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8670,'43798','Elkwater','ELKWATER',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8671,'13728','Ellaidhoo','ELLAIDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8672,'14533','Ellecom','ELLECOM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8673,'31491','Ellensburg','ELLENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:52:51','1900-01-01 00:00:00',1,0,1),(8674,'19352','Ellenton','ELLENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8675,'28766','Ellenville','ELLENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8676,'19794','Ellenwood','ELLENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8677,'33847','Ellerbe','ELLERBE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8678,'15069','Ellerslie','ELLERSLIE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:52:52','1900-01-01 00:00:00',1,0,1),(8679,'8034','Ellesmere Port','ELLESMERE PORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8680,'21691','Ellicott City','ELLICOTT CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8681,'28767','Ellicottville','ELLICOTTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8682,'19795','Ellijay','ELLIJAY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8683,'34487','Elliot Lake','ELLIOT LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:53','1900-01-01 00:00:00',1,0,1),(8684,'31743','Ellison Bay','ELLISON BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8685,'32559','Ellisras','ELLISRAS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8686,'27629','Ellisville','ELLISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8687,'24553','Ellmau','ELLMAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:54','1900-01-01 00:00:00',1,0,1),(8688,'8036','Ellon','ELLON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8689,'16881','Ellos','ELLOS',NULL,'','Sweden','',0,0,209,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8690,'21047','Ellsworth','ELLSWORTH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1),(8691,'22529','Ellwangen','ELLWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:55','1900-01-01 00:00:00',1,0,1);
INSERT INTO `tb_master_geo_city` VALUES (8692,'23193','Elm','ELM',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8693,'30606','Elmendorf','ELMENDORF',NULL,'','United States','',0,0,231,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8694,'20536','Elmhurst','ELMHURST',NULL,'','United States','',0,0,231,'2016-10-17 10:52:56','1900-01-01 00:00:00',1,0,1),(8695,'44165','Elmina','ELMINA',NULL,'','Ghana','',0,0,84,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8696,'28770','Elmira','ELMIRA',NULL,'','United States','',0,0,231,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8697,'706','Elmshorn','ELMSHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8698,'28263','Elmwood Park','ELMWOOD PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:52:57','1900-01-01 00:00:00',1,0,1),(8699,'34488','Elora','ELORA',NULL,'','Canada','',0,0,39,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8700,'37457','Elorz','ELORZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8701,'18129','Eloy','ELOY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8702,'31746','Elroy','ELROY',NULL,'','United States','',0,0,231,'2016-10-17 10:52:58','1900-01-01 00:00:00',1,0,1),(8703,'20538','Elsah','ELSAH',NULL,'','United States','',0,0,231,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8704,'27163','Elsbethen','ELSBETHEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8705,'32560','Elsburg','ELSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8706,'8037','Elsenham','ELSENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8707,'14534','Elspeet','ELSPEET',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8708,'40234','Elst','ELST',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8709,'8038','Elstow','ELSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8710,'8039','Elstree','ELSTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8711,'8040','Elterwater','ELTERWATER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:52:59','1900-01-01 00:00:00',1,0,1),(8712,'26900','Eltham','ELTHAM',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8713,'42459','Eltville','ELTVILLE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8714,'16016','Elvas','ELVAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8715,'36258','Elven','ELVEN',NULL,'','France','',0,0,76,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8716,'29924','Elverson','ELVERSON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8717,'14888','Elverum','ELVERUM',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8718,'38147','Elwood','ELWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:00','1900-01-01 00:00:00',1,0,1),(8719,'20869','Elwood','ELWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8720,'8041','Ely','ELY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8721,'29337','Elyria','ELYRIA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8722,'29925','Elysburg','ELYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:01','1900-01-01 00:00:00',1,0,1),(8723,'32312','Emae','EMAE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8724,'42755','Embilipitiya','EMBILIPITIYA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8725,'9460','Emborio','EMBORIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8726,'6423','Embrun','EMBRUN',NULL,'','France','',0,0,76,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8727,'28522','Embudo','EMBUDO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8728,'136','Emden','EMDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8729,'2229','Emdrup','EMDRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8730,'23577','Emei','EMEI',NULL,'','China','',0,0,46,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8731,'23694','Emeishan','EMEISHAN',NULL,'','China','',0,0,46,'2016-10-17 10:53:02','1900-01-01 00:00:00',1,0,1),(8732,'5848','Emerainville','EMERAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8733,'26404','Emerald','EMERALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8734,'33848','Emerald Isle','EMERALD ISLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8735,'18465','Emeryville','EMERYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8736,'27966','Emigrant','EMIGRANT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:03','1900-01-01 00:00:00',1,0,1),(8737,'27630','Eminence','EMINENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8738,'16728','Emmaboda','EMMABODA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8739,'14757','Emmeloord','EMMELOORD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8740,'14495','Emmen','EMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8741,'22530','Emmendingen','EMMENDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8742,'6161','Emmerin','EMMERIN',NULL,'','France','',0,0,76,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8743,'26985','Emmersdorf','EMMERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8744,'20205','Emmetsburg','EMMETSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8745,'23194','Emmetten','EMMETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:04','1900-01-01 00:00:00',1,0,1),(8746,'21692','Emmitsburg','EMMITSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8747,'17621','Emmonak','EMMONAK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8748,'32516','Empangeni','EMPANGENI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8749,'26108','Empedrado','EMPEDRADO',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8750,'22531','Empfingen','EMPFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8751,'7050','Empingham','EMPINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8752,'34766','Empire','EMPIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:05','1900-01-01 00:00:00',1,0,1),(8753,'11909','Empoli','EMPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:06','1900-01-01 00:00:00',1,0,1),(8754,'31099','Emporia','EMPORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:06','1900-01-01 00:00:00',1,0,1),(8755,'2467','Empuriabrava','EMPURIABRAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8756,'8042','Emsworth','EMSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8757,'10308','Enarotali','ENAROTALI',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8758,'25876','Encamp','ENCAMP',NULL,'','Andorra','',0,0,5,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8759,'25157','Encantado','ENCANTADO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:07','1900-01-01 00:00:00',1,0,1),(8760,'18466','Encanto','ENCANTO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8761,'16110','Encarnacion','ENCARNACION',NULL,'','Paraguay','',0,0,171,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8762,'18467','Encinitas','ENCINITAS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8763,'18468','Encino','ENCINO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:08','1900-01-01 00:00:00',1,0,1),(8764,'10350','Ende','ENDE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8765,'25433','Enderby','ENDERBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8766,'28773','Endicott','ENDICOTT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8767,'4240','Endoume','ENDOUME',NULL,'','France','',0,0,76,'2016-10-17 10:53:09','1900-01-01 00:00:00',1,0,1),(8768,'28774','Endwell','ENDWELL',NULL,'','United States','',0,0,231,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8769,'40516','Enfidha','ENFIDHA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8770,'25708','Enfield','ENFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8771,'19080','Enfield','ENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8772,'10732','Enfield','ENFIELD',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:10','1900-01-01 00:00:00',1,0,1),(8773,'8044','Enfield','ENFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8774,'26798','Enfield','ENFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8775,'42742','Engara','ENGARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8776,'24132','Engativa','ENGATIVA',NULL,'','Colombia','',0,0,49,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8777,'23016','Enge','ENGE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8778,'23195','Engelberg','ENGELBERG',NULL,'','Switzerland','Engelberg',0,0,210,'2016-10-17 10:53:11','1900-01-01 00:00:00',1,0,1),(8779,'1968','Engelsbach','ENGELSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8780,'25082','Engenho Novo','ENGENHO NOVO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8781,'37427','Engerwitzdorf','ENGERWITZDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8782,'4706','Enghien Les Bains','ENGHIEN LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8783,'28264','Englewood','ENGLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:53:12','1900-01-01 00:00:00',1,0,1),(8784,'17622','English Bay','ENGLISH BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8785,'26163','English Harbour','ENGLISH HARBOUR',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8786,'7051','English Riviera','ENGLISH RIVIERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:13','1900-01-01 00:00:00',1,0,1),(8787,'6162','Englos','ENGLOS',NULL,'','France','',0,0,76,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8788,'39462','Enguera','ENGUERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8789,'32904','Enid','ENID',NULL,'','United States','',0,0,231,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8790,'16259','Eniseysk','ENISEYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8791,'14149','Eniwetok','ENIWETOK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8792,'36455','Enkhuizen','ENKHUIZEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8793,'16666','Enkoeping','ENKOEPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8794,'36666','Enkoping','ENKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:14','1900-01-01 00:00:00',1,0,1),(8795,'7052','Ennerdale Bridge','ENNERDALE BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8796,'23196','Ennetburgen','ENNETBURGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8797,'27353','Ennigerloh','ENNIGERLOH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8798,'10733','Ennis','ENNIS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8799,'40917','Ennis, Co.clare','ENNIS, CO.CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8800,'42703','Enniscorthy','ENNISCORTHY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8801,'35392','Enniscrone','ENNISCRONE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:15','1900-01-01 00:00:00',1,0,1),(8802,'10960','Enniskerry','ENNISKERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8803,'8045','Enniskillen','ENNISKILLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8804,'10784','Ennistimon','ENNISTIMON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8805,'35393','Ennistymon','ENNISTYMON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8806,'27128','Enns','ENNS',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8807,'42933','Enoch','ENOCH',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8808,'29926','Enola','ENOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8809,'3923','Enontekio','ENONTEKIO',NULL,'','Finland','',0,0,75,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8810,'14749','Enschede','ENSCHEDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:16','1900-01-01 00:00:00',1,0,1),(8811,'14090','Ensenada','ENSENADA',NULL,'','Mexico','Ensenada',0,0,141,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8812,'23826','Enshi','ENSHI',NULL,'','China','',0,0,46,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8813,'16822','Enskede','ENSKEDE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8814,'8046','Enstone','ENSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8815,'6424','Ensues-la-redonne','ENSUES-LA-REDONNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8816,'42536','Entabeni','ENTABENI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8817,'17477','Entebbe','ENTEBBE',NULL,'','Uganda','',0,0,226,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8818,'17866','Enterprise','ENTERPRISE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:17','1900-01-01 00:00:00',1,0,1),(8819,'4241','Entraigues-sur-la-sorgue','ENTRAIGUES-SUR-LA-SORGUE',NULL,'','France','',0,0,76,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8820,'41958','Entrambasaguas','ENTRAMBASAGUAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8821,'6083','Entraygues-sur-truyere','ENTRAYGUES-SUR-TRUYERE',NULL,'','France','',0,0,76,'2016-10-17 10:53:18','1900-01-01 00:00:00',1,0,1),(8822,'42096','Entre Rios','ENTRE RIOS',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8823,'15805','Entre-campos','ENTRE-CAMPOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8824,'29927','Entriken','ENTRIKEN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8825,'31494','Enumclaw','ENUMCLAW',NULL,'','United States','',0,0,231,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8826,'39564','Enval','ENVAL',NULL,'','France','',0,0,76,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8827,'41028','Eolie Islands','EOLIE ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8828,'5460','Epagny','EPAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:53:19','1900-01-01 00:00:00',1,0,1),(8829,'14535','Epe','EPE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8830,'14569','Epen','EPEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8831,'5727','Epernay','EPERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8832,'31747','Ephraim','EPHRAIM',NULL,'','United States','',0,0,231,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8833,'31495','Ephrata','EPHRATA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:20','1900-01-01 00:00:00',1,0,1),(8834,'9461','Epidaurus','EPIDAURUS',NULL,'','Greece','Epidaurus',0,0,86,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8835,'42518','Epidavros','EPIDAVROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8836,'6026','Epinal','EPINAL',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8837,'4707','Epinay-sur-orge','EPINAY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8838,'4708','Epinay-sur-seine','EPINAY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8839,'5537','Epiniac','EPINIAC',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8840,'6621','Epinouze','EPINOUZE',NULL,'','France','',0,0,76,'2016-10-17 10:53:21','1900-01-01 00:00:00',1,0,1),(8841,'4709','Epone','EPONE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8842,'6163','Eppe-sauvage','EPPE-SAUVAGE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8843,'8047','Epping','EPPING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8844,'32695','Epping','EPPING',NULL,'','United States','',0,0,231,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8845,'8048','Epsom','EPSOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8846,'37965','Eptingen','EPTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8847,'43080','Equemauville','EQUEMAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:22','1900-01-01 00:00:00',1,0,1),(8848,'37983','Équemauville','ÉQUEMAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8849,'4991','Equeurdreville Hainneville','EQUEURDREVILLE HAINNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8850,'41537','Equeurdreville-hainneville','EQUEURDREVILLE-HAINNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8851,'4710','Eragny','ERAGNY',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8852,'42517','Erateini','ERATEINI',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8853,'4711','Erbalunga','ERBALUNGA',NULL,'','France','',0,0,76,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8854,'37211','Erbenhausen','ERBENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8855,'43137','Erbil','ERBIL',NULL,'','Iraq','',0,0,104,'2016-10-17 10:53:23','1900-01-01 00:00:00',1,0,1),(8856,'11207','Erbusco','ERBUSCO',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8857,'42270','Erciyes','ERCIYES',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8858,'11911','Ercolano','ERCOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8859,'10100','Erd','ERD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8860,'41076','Erdek','ERDEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8861,'42683','Erdemli','ERDEMLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8862,'5538','Erdeven','ERDEVEN',NULL,'','France','',0,0,76,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8863,'137','Erding','ERDING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8864,'38457','Erdobenye','ERDOBENYE',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8865,'23578','Erdos','ERDOS',NULL,'','China','',0,0,46,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8866,'41775','Erechim','ERECHIM',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:24','1900-01-01 00:00:00',1,0,1),(8867,'43620','Eregli','EREGLI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8868,'9462','Eressos','ERESSOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8869,'9651','Eretria','ERETRIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8870,'36385','Erfoud','ERFOUD',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8871,'1969','Erfurt','ERFURT',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8872,'16466','Ergi-barlyk','ERGI-BARLYK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8873,'22742','Ergolding','ERGOLDING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8874,'5539','Ergue-gaberic','ERGUE-GABERIC',NULL,'','France','',0,0,76,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8875,'12998','Erice','ERICE',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:25','1900-01-01 00:00:00',1,0,1),(8876,'15999','Ericeira','ERICEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8877,'32905','Erick','ERICK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8878,'22060','Erie','ERIE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8879,'7053','Eriskay','ERISKAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:26','1900-01-01 00:00:00',1,0,1),(8880,'27354','Erkrath','ERKRATH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8881,'22743','Erlabrunn','ERLABRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8882,'22744','Erlangen','ERLANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8883,'33627','Erlanger','ERLANGER',NULL,'','United States','',0,0,231,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8884,'42909','Erldunda','ERLDUNDA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8885,'42669','Erlensee','ERLENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8886,'37117','Ermelo','ERMELO',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8887,'36456','Ermelo','ERMELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:27','1900-01-01 00:00:00',1,0,1),(8888,'9790','Ermioni','ERMIONI',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8889,'15510','Ermita','ERMITA',NULL,'','Philippines','',0,0,173,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8890,'9463','Ermones','ERMONES',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8891,'9809','Ermoupolis','ERMOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8892,'38095','Ermua','ERMUA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8893,'10644','Ernakulam','ERNAKULAM',NULL,'','India','Ernakulam',3,0,101,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8894,'37449','Ernst','ERNST',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8895,'24716','Erondegem','ERONDEGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8896,'13677','Errachidia','ERRACHIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8897,'39114','Erriadh','ERRIADH',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8898,'7054','Erskine','ERSKINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:28','1900-01-01 00:00:00',1,0,1),(8899,'27380','Erskine','ERSKINE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8900,'23197','Erstfeld','ERSTFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8901,'42730','Erts','ERTS',NULL,'','Andorra','',0,0,5,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8902,'33139','Erwin','ERWIN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8903,'29931','Erwinna','ERWINNA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8904,'27355','Erwitte','ERWITTE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8905,'17289','Erzincan','ERZINCAN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8906,'17291','Erzurum','ERZURUM',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:29','1900-01-01 00:00:00',1,0,1),(8907,'2258','Esbjerg','ESBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8908,'5097','Esbly','ESBLY',NULL,'','France','',0,0,76,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8909,'3121','Escalante','ESCALANTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8910,'33328','Escalante','ESCALANTE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8911,'13572','Escamp','ESCAMP',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8912,'22061','Escanaba','ESCANABA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:30','1900-01-01 00:00:00',1,0,1),(8913,'13573','Escap','ESCAP',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8914,'3327','Escarrilla','ESCARRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8915,'24167','Escazu','ESCAZU',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8916,'41032','Esch Sur Alzette','ESCH SUR ALZETTE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8917,'40646','Eschau','ESCHAU',NULL,'','France','',0,0,76,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8918,'417','Eschborn','ESCHBORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8919,'39140','Eschenz','ESCHENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8920,'418','Eschersheim','ESCHERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8921,'13657','Esch-sur-alzette','ESCH-SUR-ALZETTE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8922,'419','Eschwege','ESCHWEGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:31','1900-01-01 00:00:00',1,0,1),(8923,'2040','Eschweiler','ESCHWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8924,'40490','Escolives-sainte-camille','ESCOLIVES-SAINTE-CAMILLE',NULL,'','France','',0,0,76,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8925,'18470','Escondido','ESCONDIDO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8926,'8049','Escrick','ESCRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:32','1900-01-01 00:00:00',1,0,1),(8927,'43241','Escunhau','ESCUNHAU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8928,'17245','Esenboga','ESENBOGA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8929,'17290','Esenyurt','ESENYURT',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8930,'8050','Esher','ESHER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8931,'37635','Eshowe','ESHOWE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8932,'7055','Eskbank','ESKBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8933,'39349','Eskifjoerdur','ESKIFJOERDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8934,'16773','Eskilstuna','ESKILSTUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8935,'17293','Eskisehir','ESKISEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8936,'2622','Eskoriatza','ESKORIATZA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8937,'16863','Eslov','ESLOV',NULL,'','Sweden','',0,0,209,'2016-10-17 10:53:33','1900-01-01 00:00:00',1,0,1),(8938,'2395','Esmeraldas','ESMERALDAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8939,'15855','Esmoriz','ESMORIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8940,'4242','Espace Killy','ESPACE KILLY',NULL,'','France','',0,0,76,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8941,'40052','Espalion','ESPALION',NULL,'','France','',0,0,76,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8942,'28523','Espanola','ESPANOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8943,'34489','Espanola','ESPANOLA',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8944,'27356','Espelkamp','ESPELKAMP',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:34','1900-01-01 00:00:00',1,0,1),(8945,'39142','Espenau','ESPENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8946,'26589','Esperance','ESPERANCE',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8947,'15749','Esperanza','ESPERANZA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8948,'15856','Espinho','ESPINHO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8949,'38562','Espirdo','ESPIRDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8950,'24975','Espirito Santo','ESPIRITO SANTO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8951,'32313','Espiritu Santo','ESPIRITU SANTO',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8952,'2623','Esplugues De Llobregat','ESPLUGUES DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8953,'3961','Espoo','ESPOO',NULL,'','Finland','',0,0,75,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8954,'2468','Esporles','ESPORLES',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8955,'15882','Esposende','ESPOSENDE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:35','1900-01-01 00:00:00',1,0,1),(8956,'3541','Espot','ESPOT',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8957,'26115','Esquel','ESQUEL',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8958,'26109','Esquina','ESQUINA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8959,'9870','Esquipulas','ESQUIPULAS',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8960,'41356','Esquivias','ESQUIVIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8961,'13678','Essaouira','ESSAOUIRA',NULL,'','Morocco','',0,0,148,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8962,'27208','Essel','ESSEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8963,'38673','Esselbach','ESSELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8964,'27358','Essen','ESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8965,'26506','Essendon','ESSENDON',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:36','1900-01-01 00:00:00',1,0,1),(8966,'7056','Essex','ESSEX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:37','1900-01-01 00:00:00',1,0,1),(8967,'21368','Essex','ESSEX',NULL,'','United States','',0,0,231,'2016-10-17 10:53:37','1900-01-01 00:00:00',1,0,1),(8968,'41536','Essey-les-nancy','ESSEY-LES-NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8969,'4243','Essey-lès-nancy','ESSEY-LÈS-NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8970,'39652','Essing','ESSING',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8971,'29932','Essington','ESSINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8972,'22532','Esslingen','ESSLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:38','1900-01-01 00:00:00',1,0,1),(8973,'4244','Essomes Sur Marne','ESSOMES SUR MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8974,'44008','Essomes-sur-marne','ESSOMES-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8975,'39641','Essoyes','ESSOYES',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8976,'846','Estado De Mexico','ESTADO DE MEXICO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8977,'5912','Estagel','ESTAGEL',NULL,'','France','',0,0,76,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8978,'2624','Estamariu','ESTAMARIU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:39','1900-01-01 00:00:00',1,0,1),(8979,'15857','Estarreja','ESTARREJA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8980,'16000','Estefania','ESTEFANIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8981,'42985','Estella','ESTELLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8982,'30608','Estelle','ESTELLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8983,'2625','Estellencs','ESTELLENCS',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8984,'3230','Estepona','ESTEPONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8985,'25989','Esterel','ESTEREL',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8986,'24168','Esterillos Oeste','ESTERILLOS OESTE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:53:40','1900-01-01 00:00:00',1,0,1),(8987,'5728','Esternay','ESTERNAY',NULL,'','France','',0,0,76,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8988,'19354','Estero','ESTERO',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8989,'2626','Esterri D\'aneu','ESTERRI D\'ANEU',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8990,'34768','Estes Park','ESTES PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8991,'22942','Estevan','ESTEVAN',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8992,'20206','Estherville','ESTHERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:41','1900-01-01 00:00:00',1,0,1),(8993,'30320','Estill','ESTILL',NULL,'','United States','',0,0,231,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8994,'15926','Estoi','ESTOI',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8995,'15927','Estombar','ESTOMBAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8996,'16001','Estoril','ESTORIL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8997,'36561','Estoril-alcabideche','ESTORIL-ALCABIDECHE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8998,'41662','Estreito Camara De Lobos','ESTREITO CAMARA DE LOBOS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(8999,'15872','Estrela','ESTRELA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9000,'15775','Estremoz','ESTREMOZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9001,'37498','Esztergom','ESZTERGOM',NULL,'','Hungary','',0,0,99,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9002,'37663','Etampes','ETAMPES',NULL,'','France','',0,0,76,'2016-10-17 10:53:42','1900-01-01 00:00:00',1,0,1),(9003,'6164','Etaples','ETAPLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9004,'3451','Eterna','ETERNA',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9005,'4712','Etiolles','ETIOLLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9006,'32093','Etna','ETNA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9007,'13004','Etna','ETNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:43','1900-01-01 00:00:00',1,0,1),(9008,'40699','Etne','ETNE',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9009,'34490','Etobicoke','ETOBICOKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9010,'5729','Etoges','ETOGES',NULL,'','France','',0,0,76,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9011,'14399','Etosha','ETOSHA',NULL,'','Namibia','',0,0,151,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9012,'1390','Etosha-northern Region','ETOSHA-NORTHERN REGION',NULL,'','NAMIBIA','',0,0,151,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9013,'33140','Etowah','ETOWAH',NULL,'','United States','',0,0,231,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9014,'23017','Etoy','ETOY',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:44','1900-01-01 00:00:00',1,0,1),(9015,'40487','Etreaupont','ETREAUPONT',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9016,'40271','Etrelles','ETRELLES',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9017,'44012','Etrembieres','ETREMBIERES',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9018,'5807','Etretat','ETRETAT',NULL,'','France','',0,0,76,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9019,'11912','Etroubles','ETROUBLES',NULL,'','Italy','',0,0,107,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9020,'42137','Ettalong','ETTALONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:45','1900-01-01 00:00:00',1,0,1),(9021,'14461','Etten-leur','ETTEN-LEUR',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9022,'24623','Etterbeek','ETTERBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9023,'29933','Etters','ETTERS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9024,'39152','Ettington','ETTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9025,'2078','Ettlingen','ETTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9026,'2627','Etxalar','ETXALAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9027,'17111','Eua Island','EUA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9028,'9464','Euboea','EUBOEA',NULL,'','Greece','',0,0,86,'2016-10-17 10:53:46','1900-01-01 00:00:00',1,0,1),(9029,'29339','Euclid','EUCLID',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9030,'18011','Eudora','EUDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9031,'39097','Euerdorf','EUERDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9032,'17868','Eufaula','EUFAULA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9033,'38174','Eugendorf','EUGENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:53:47','1900-01-01 00:00:00',1,0,1),(9034,'29657','Eugene','EUGENE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9035,'5185','Eugenie-les-bains','EUGENIE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9036,'30609','Euless','EULESS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9037,'43716','Eumemmerring','EUMEMMERRING',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9038,'42712','Eungella','EUNGELLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9039,'21195','Eunice','EUNICE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:48','1900-01-01 00:00:00',1,0,1),(9040,'24672','Eupen','EUPEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9041,'40765','Eupora','EUPORA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9042,'4247','Eure-et-loir','EURE-ET-LOIR',NULL,'','France','',0,0,76,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9043,'27632','Eureka','EUREKA',NULL,'','United States','',0,0,231,'2016-10-17 10:53:49','1900-01-01 00:00:00',1,0,1),(9044,'26507','Euroa','EUROA',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9045,'42910','Eurong','EURONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9046,'14462','Europoort','EUROPOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:50','1900-01-01 00:00:00',1,0,1),(9047,'27359','Euskirchen','EUSKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9048,'42458','Euskrichen','EUSKRICHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9049,'19355','Eustis','EUSTIS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9050,'17869','Eutaw','EUTAW',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9051,'34769','Evans','EVANS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:51','1900-01-01 00:00:00',1,0,1),(9052,'20207','Evansdale','EVANSDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9053,'20541','Evanston','EVANSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9054,'32095','Evansville','EVANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:52','1900-01-01 00:00:00',1,0,1),(9055,'8052','Evanton','EVANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9056,'22063','Evart','EVART',NULL,'','United States','',0,0,231,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9057,'27381','Eveleth','EVELETH',NULL,'','United States','',0,0,231,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9058,'14795','Evenes','EVENES',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9059,'15012','Evenskjer','EVENSKJER',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:53','1900-01-01 00:00:00',1,0,1),(9060,'31496','Everett','EVERETT',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9061,'39076','Evergem','EVERGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9062,'19356','Everglades City','EVERGLADES CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9063,'34770','Evergreen','EVERGREEN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:54','1900-01-01 00:00:00',1,0,1),(9064,'30610','Everman','EVERMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9065,'8053','Evershot','EVERSHOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9066,'7058','Eversley','EVERSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:55','1900-01-01 00:00:00',1,0,1),(9067,'8054','Evesham','EVESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9068,'6622','Evian-les-bains','EVIAN-LES-BAINS',NULL,'','France','Evian-les-Bains',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9069,'23198','Evilard','EVILARD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9070,'38927','Evje','EVJE',NULL,'','Norway','',0,0,164,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9071,'15913','Evora','EVORA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9072,'5809','Evreux','EVREUX',NULL,'','France','',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9073,'43248','Evron','EVRON',NULL,'','France','',0,0,76,'2016-10-17 10:53:56','1900-01-01 00:00:00',1,0,1),(9074,'4248','Évron','ÉVRON',NULL,'','France','',0,0,76,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9075,'4713','Evry','EVRY',NULL,'','France','',0,0,76,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9076,'28265','Ewing','EWING',NULL,'','United States','',0,0,231,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9077,'7059','Ewloe','EWLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9078,'24044','Ewo','EWO',NULL,'','Congo','',0,0,51,'2016-10-17 10:53:57','1900-01-01 00:00:00',1,0,1),(9079,'27633','Excelsior Springs','EXCELSIOR SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9080,'17624','Excursion Inlet','EXCURSION INLET',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9081,'8055','Exeter','EXETER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9082,'32696','Exeter','EXETER',NULL,'','United States','',0,0,231,'2016-10-17 10:53:58','1900-01-01 00:00:00',1,0,1),(9083,'8056','Exford','EXFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9084,'38500','Exloo','EXLOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9085,'7060','Exmoor National Park','EXMOOR NATIONAL PARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9086,'31101','Exmore','EXMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9087,'8057','Exmouth','EXMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9088,'26956','Exmouth','EXMOUTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9089,'25306','Exshaw','EXSHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9090,'138','Extertal','EXTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:53:59','1900-01-01 00:00:00',1,0,1),(9091,'29934','Exton','EXTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9092,'7061','Exton','EXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9093,'43084','Exuma','EXUMA',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9094,'4953','Eybens','EYBENS',NULL,'','France','',0,0,76,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9095,'8058','Eye','EYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9096,'8059','Eyemouth','EYEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:00','1900-01-01 00:00:00',1,0,1),(9097,'6425','Eyguians','EYGUIANS',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9098,'37201','Eygurande','EYGURANDE',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9099,'6002','Eymoutiers','EYMOUTIERS',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9100,'5913','Eyne','EYNE',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9101,'39825','Eyrarbakka','EYRARBAKKA',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9102,'5186','Eysines','EYSINES',NULL,'','France','',0,0,76,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9103,'2963','Ezcaray','EZCARAY',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:01','1900-01-01 00:00:00',1,0,1),(9104,'16909','Ezulwini','EZULWINI',NULL,'','Swaziland','',0,0,208,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9105,'17153','Ezzahra','EZZAHRA',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9106,'32096','F. E. Warren Afb','F. E. WARREN AFB',NULL,'','United States','',0,0,231,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9107,'16156','Faaa','FAAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9108,'41221','Faaborg','FAABORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9109,'13729','Faadhippolhu Atoll','FAADHIPPOLHU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9110,'13730','Faafu Atoll','FAAFU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9111,'27072','Faak Am See','FAAK AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:02','1900-01-01 00:00:00',1,0,1),(9112,'30611','Fabens','FABENS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9113,'14889','Faberg','FABERG',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9114,'2189','Faborg','FABORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9115,'5914','Fabregues','FABREGUES',NULL,'','France','',0,0,76,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9116,'5915','Fabrezan','FABREZAN',NULL,'','France','',0,0,76,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9117,'11913','Fabriano','FABRIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9118,'11208','Faedo','FAEDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9119,'11914','Faenza','FAENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9120,'14858','Faervik','FAERVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:03','1900-01-01 00:00:00',1,0,1),(9121,'36796','Fafa Island','FAFA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9122,'15883','Fafe','FAFE',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9123,'44032','Fagamalo','FAGAMALO',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9124,'16220','Fagaras','FAGARAS',NULL,'','Romania','',0,0,179,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9125,'14843','Fagernes','FAGERNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9126,'16810','Fagersta','FAGERSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9127,'10974','Fagurholsmyri','FAGURHOLSMYRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9128,'43047','Fahaheel','FAHAHEEL',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9129,'40413','Fahrenzhausen','FAHRENZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9130,'11915','Fai Della Paganella','FAI DELLA PAGANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9131,'42936','Faial','FAIAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:04','1900-01-01 00:00:00',1,0,1),(9132,'7062','Failand','FAILAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9133,'8060','Failsworth','FAILSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9134,'7063','Fair Isle','FAIR ISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:05','1900-01-01 00:00:00',1,0,1),(9135,'17625','Fairbanks','FAIRBANKS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:06','1900-01-01 00:00:00',1,0,1),(9136,'29341','Fairborn','FAIRBORN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:06','1900-01-01 00:00:00',1,0,1),(9137,'19797','Fairburn','FAIRBURN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9138,'28116','Fairbury','FAIRBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9139,'31327','Fairfax','FAIRFAX',NULL,'','United States','',0,0,231,'2016-10-17 10:54:07','1900-01-01 00:00:00',1,0,1),(9140,'20208','Fairfield','FAIRFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:54:08','1900-01-01 00:00:00',1,0,1),(9141,'26901','Fairfield','FAIRFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:08','1900-01-01 00:00:00',1,0,1),(9142,'8061','Fairford','FAIRFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:10','1900-01-01 00:00:00',1,0,1),(9143,'43799','Fairhaven','FAIRHAVEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:10','1900-01-01 00:00:00',1,0,1),(9144,'42136','Fairhaven','FAIRHAVEN',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9145,'21370','Fairhaven','FAIRHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9146,'17872','Fairhope','FAIRHOPE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9147,'29343','Fairlawn','FAIRLAWN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9148,'31328','Fairlee','FAIRLEE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9149,'43016','Fairlie','FAIRLIE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:11','1900-01-01 00:00:00',1,0,1),(9150,'33849','Fairmont','FAIRMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:12','1900-01-01 00:00:00',1,0,1),(9151,'25434','Fairmont Hot Springs','FAIRMONT HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:12','1900-01-01 00:00:00',1,0,1),(9152,'33427','Fairplay','FAIRPLAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9153,'28776','Fairport','FAIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9154,'28268','Fairview','FAIRVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9155,'25307','Fairview','FAIRVIEW',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:13','1900-01-01 00:00:00',1,0,1),(9156,'15299','Faisalabad','FAISALABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9157,'33008','Faith','FAITH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9158,'10734','Faithlegg','FAITHLEGG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9159,'42604','Faizabad','FAIZABAD',NULL,'','India','Faizabad',6,0,101,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9160,'15954','Faja Da Ovelha','FAJA DA OVELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:14','1900-01-01 00:00:00',1,0,1),(9161,'15750','Fajardo','FAJARDO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9162,'16115','Fakahina','FAKAHINA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9163,'42465','Fakarava','FAKARAVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9164,'8062','Fakenham','FAKENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9165,'10156','Fak-fak','FAK-FAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9166,'37652','Falaen','FALAEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9167,'5393','Falaise','FALAISE',NULL,'','France','',0,0,76,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9168,'39630','Falaknuma','FALAKNUMA',NULL,'','India','',0,0,101,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9169,'39098','Falcade','FALCADE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9170,'25593','Falcon Beach','FALCON BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:15','1900-01-01 00:00:00',1,0,1),(9171,'11916','Falconara Marittima','FALCONARA MARITTIMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9172,'28777','Falconer','FALCONER',NULL,'','United States','',0,0,231,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9173,'2190','Faldsled','FALDSLED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9174,'44033','Faleapuna','FALEAPUNA',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9175,'44034','Faleolo','FALEOLO',NULL,'','Samoa','',0,0,183,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9176,'11917','Falerna','FALERNA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9177,'30615','Falfurrias','FALFURRIAS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:16','1900-01-01 00:00:00',1,0,1),(9178,'9395','Faliraki','FALIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9179,'16704','Falkenberg','FALKENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9180,'22745','Falkenberg','FALKENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9181,'767','Falkenrehde','FALKENREHDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9182,'768','Falkensee','FALKENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9183,'22746','Falkenstein','FALKENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9184,'8063','Falkirk','FALKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9185,'8064','Falkland','FALKLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9186,'16667','Falkoeping','FALKOEPING',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9187,'23018','Falkoeping','FALKOEPING',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:17','1900-01-01 00:00:00',1,0,1),(9188,'23199','Fallanden','FALLANDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9189,'18477','Fallbrook','FALLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9190,'7064','Fallin','FALLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9191,'31979','Falling Waters','FALLING WATERS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:18','1900-01-01 00:00:00',1,0,1),(9192,'26365','Falls Creek','FALLS CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9193,'21372','Falmouth','FALMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9194,'8065','Falmouth','FALMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9195,'13099','Falmouth','FALMOUTH',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9196,'26164','Falmouth Harbour','FALMOUTH HARBOUR',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:54:19','1900-01-01 00:00:00',1,0,1),(9197,'17626','False Island','FALSE ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9198,'8066','Falstone','FALSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9199,'16739','Falun','FALUN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9200,'38574','Falzes','FALZES',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9201,'1510','Famagusta','FAMAGUSTA',NULL,'','Cyprus','',0,0,57,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9202,'41602','Fanabe','FANABE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9203,'31104','Fancy Gap','FANCY GAP',NULL,'','United States','',0,0,231,'2016-10-17 10:54:20','1900-01-01 00:00:00',1,0,1),(9204,'39933','Fanes','FANES',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9205,'17051','Fang','FANG',NULL,'','Thailand','',0,0,215,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9206,'16116','Fangatau','FANGATAU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9207,'17383','Fangliao','FANGLIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9208,'9921','Fanling','FANLING',NULL,'','Hong Kong','',0,0,98,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9209,'39814','Fanlo','FANLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9210,'13461','Fanning Island','FANNING ISLAND',NULL,'','Kiribati','',0,0,114,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9211,'37802','Fano','FANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9212,'28269','Fanwood','FANWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:54:21','1900-01-01 00:00:00',1,0,1),(9213,'15884','Fao','FAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9214,'28778','Far Rockaway','FAR ROCKAWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9215,'11918','Fara In Sabina','FARA IN SABINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9216,'35833','Faraaya','FARAAYA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9217,'38666','Farafangana','FARAFANGANA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9218,'15363','Farallon','FARALLON',NULL,'','Panama','',0,0,169,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9219,'17205','Faralya','FARALYA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9220,'39215','Faraya','FARAYA',NULL,'','Lebanon','',0,0,120,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9221,'8067','Fareham','FAREHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:22','1900-01-01 00:00:00',1,0,1),(9222,'1526','Farehamn','FAREHAMN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9223,'16157','Fareorea','FAREOREA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9224,'43847','Farevejle','FAREVEJLE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9225,'16437','Farforovaya','FARFOROVAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9226,'19798','Fargo','FARGO',NULL,'','United States','',0,0,231,'2016-10-17 10:54:23','1900-01-01 00:00:00',1,0,1),(9227,'27384','Faribault','FARIBAULT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9228,'10516','Faridabad','FARIDABAD',NULL,'','India','Faridabad',20,0,101,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9229,'8068','Faringdon','FARINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9230,'20545','Farmer City','FARMER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9231,'30616','Farmers Branch','FARMERS BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9232,'24855','Farmer\'s Hill','FARMER\'S HILL',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9233,'28779','Farmingdale','FARMINGDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:24','1900-01-01 00:00:00',1,0,1),(9234,'28524','Farmington','FARMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:25','1900-01-01 00:00:00',1,0,1),(9235,'28781','Farmingville','FARMINGVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9236,'31105','Farmville','FARMVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9237,'8069','Farnborough','FARNBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9238,'8070','Farnham','FARNHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:27','1900-01-01 00:00:00',1,0,1),(9239,'25990','Farnham','FARNHAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9240,'8071','Farnworth','FARNWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9241,'15928','Faro','FARO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9242,'22978','Faro','FARO',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9243,'2108','Faroe Islands','FAROE ISLANDS',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9244,'25113','Farol','FAROL',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9245,'37380','Faros','FAROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9246,'8072','Farr','FARR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:28','1900-01-01 00:00:00',1,0,1),(9247,'37200','Farr West','FARR WEST',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9248,'12887','Farra Di Soligo','FARRA DI SOLIGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9249,'33143','Farragut','FARRAGUT',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9250,'37885','Farrarmere','FARRARMERE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9251,'29939','Farrell','FARRELL',NULL,'','United States','',0,0,231,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9252,'42202','Farroupilha','FARROUPILHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9253,'34955','Farso','FARSO',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:29','1900-01-01 00:00:00',1,0,1),(9254,'16823','Farsta','FARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9255,'15019','Farsund','FARSUND',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9256,'2169','Farum','FARUM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9257,'43610','Farwaniya','FARWANIYA',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9258,'10975','Faskrudsfjordur','FASKRUDSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9259,'40145','Fatehpur Sikri','FATEHPUR SIKRI',NULL,'','India','Fatehpur Sikri Tour Packages | Agra Fatehpur Sikri',6,0,101,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9260,'16044','Fatima','FATIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9261,'36582','Fatima-ourem','FATIMA-OUREM',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9262,'16117','Fatu Hiva','FATU HIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9263,'35522','Fauglia','FAUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:30','1900-01-01 00:00:00',1,0,1),(9264,'37','Faulensee','FAULENSEE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9265,'33009','Faulkton','FAULKTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9266,'6027','Faulquemont','FAULQUEMONT',NULL,'','France','',0,0,76,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9267,'41533','Fauquembergues','FAUQUEMBERGUES',NULL,'','France','',0,0,76,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9268,'14915','Fauske','FAUSKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9269,'14796','Favang','FAVANG',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:31','1900-01-01 00:00:00',1,0,1),(9270,'2628','Favara','FAVARA',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9271,'12888','Favaro Veneto','FAVARO VENETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9272,'6623','Faverges','FAVERGES',NULL,'','France','',0,0,76,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9273,'6624','Faverges-de-la-tour','FAVERGES-DE-LA-TOUR',NULL,'','France','',0,0,76,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9274,'8073','Faversham','FAVERSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9275,'11920','Favignana','FAVIGNANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9276,'26986','Favoriten','FAVORITEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9277,'8074','Fawkham','FAWKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:32','1900-01-01 00:00:00',1,0,1),(9278,'26902','Fawkner','FAWKNER',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9279,'4054','Fawn Harbour','FAWN HARBOUR',NULL,'','Fiji','',0,0,74,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9280,'18478','Fawnskin','FAWNSKIN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9281,'6427','Fayence','FAYENCE',NULL,'','France','',0,0,76,'2016-10-17 10:54:33','1900-01-01 00:00:00',1,0,1),(9282,'10010','Fazana','FAZANA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9283,'10785','Feakle','FEAKLE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9284,'7065','Fearn','FEARN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9285,'37576','Feasterville','FEASTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9286,'15102','Featherston','FEATHERSTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9287,'8075','Featherstone','FEATHERSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9288,'5810','Fecamp','FECAMP',NULL,'','France','',0,0,76,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9289,'420','Fechenheim','FECHENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9290,'41765','Federacion','FEDERACION',NULL,'','Argentina','',0,0,10,'2016-10-17 10:54:36','1900-01-01 00:00:00',1,0,1),(9291,'24976','Federal District','FEDERAL DISTRICT',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9292,'33428','Federal Heights','FEDERAL HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9293,'14896','Fedje','FEDJE',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9294,'8076','Feering','FEERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9295,'2026','Fehmarn','FEHMARN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9296,'42042','Fehrman','FEHRMAN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:37','1900-01-01 00:00:00',1,0,1),(9297,'37684','Feignies','FEIGNIES',NULL,'','France','',0,0,76,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9298,'41774','Feira De Santana','FEIRA DE SANTANA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9299,'2898','Felanitx','FELANITX',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9300,'22747','Feldafing','FELDAFING',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9301,'24414','Feldbach','FELDBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9302,'139','Feldberg (Baden-wuerttemberg)','FELDBERG (BADEN-WUERTTEMBERG)',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9303,'24518','Feldkirch','FELDKIRCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9304,'22748','Feldkirchen','FELDKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9305,'37199','Feldkirchen An Der Donau','FELDKIRCHEN AN DER DONAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:38','1900-01-01 00:00:00',1,0,1),(9306,'39321','Feldkirchen-westerham','FELDKIRCHEN-WESTERHAM',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9307,'42663','Felechosa','FELECHOSA',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9308,'15888','Felgar','FELGAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9309,'13772','Felidhu Atoll','FELIDHU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9310,'7066','Felindre Farchog','FELINDRE FARCHOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9311,'8077','Felixstowe','FELIXSTOWE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9312,'22533','Fellbach','FELLBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9313,'42964','Felpham','FELPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9314,'2290','Felsted','FELSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:39','1900-01-01 00:00:00',1,0,1),(9315,'8078','Feltham','FELTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9316,'18479','Felton','FELTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9317,'38775','Felton','FELTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9318,'11921','Feltre','FELTRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9319,'8079','Fen Stanton','FEN STANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9320,'34492','Fenelon Falls','FENELON FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9321,'23958','Fenggang','FENGGANG',NULL,'','China','',0,0,46,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9322,'23579','Fenghua','FENGHUA',NULL,'','China','',0,0,46,'2016-10-17 10:54:40','1900-01-01 00:00:00',1,0,1),(9323,'23855','Fenghuang','FENGHUANG',NULL,'','China','',0,0,46,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9324,'23738','Fengxian','FENGXIAN',NULL,'','China','',0,0,46,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9325,'40670','Fenis','FENIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9326,'31748','Fennimore','FENNIMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9327,'22065','Fennville','FENNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9328,'22066','Fenton','FENTON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:41','1900-01-01 00:00:00',1,0,1),(9329,'26839','Fentonbury','FENTONBURY',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9330,'8080','Fenwick (Ayershire)','FENWICK (AYERSHIRE)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9331,'19220','Fenwick Estates','FENWICK ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9332,'17515','Feodosiya','FEODOSIYA',NULL,'','Ukraine','',0,0,227,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9333,'16545','Fera Island','FERA ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:54:42','1900-01-01 00:00:00',1,0,1),(9334,'6237','Ferce-sur-sarthe','FERCE-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9335,'20872','Ferdinand','FERDINAND',NULL,'','United States','',0,0,231,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9336,'4835','Fere-en-tardenois','FERE-EN-TARDENOIS',NULL,'','France','',0,0,76,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9337,'11922','Ferentillo','FERENTILLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9338,'44230','Ferentino','FERENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9339,'32155','Fergana','FERGANA',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9340,'27386','Fergus Falls','FERGUS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:43','1900-01-01 00:00:00',1,0,1),(9341,'27638','Ferguson','FERGUSON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9342,'14303','Feringgi Beach','FERINGGI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9343,'7067','Fermain Bay','FERMAIN BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9344,'7068','Fermanagh','FERMANAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9345,'40586','Ferme-neuve','FERME-NEUVE',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9346,'11923','Fermo','FERMO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9347,'40221','Fermoselle','FERMOSELLE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9348,'38997','Fermoy','FERMOY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:44','1900-01-01 00:00:00',1,0,1),(9349,'19357','Fern Park','FERN PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9350,'19358','Fernandina Beach','FERNANDINA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9351,'41773','Fernando De Noronha','FERNANDO DE NORONHA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9352,'22067','Ferndale','FERNDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:45','1900-01-01 00:00:00',1,0,1),(9353,'7069','Ferndown','FERNDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9354,'38752','Fernetti','FERNETTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9355,'23019','Ferney-voltaire','FERNEY-VOLTAIRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9356,'6625','Ferney-voltaire','FERNEY-VOLTAIRE',NULL,'','France','',0,0,76,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9357,'987','Ferney-voltaire-thoiry','FERNEY-VOLTAIRE-THOIRY',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9358,'15189','Fernhill','FERNHILL',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9359,'25435','Fernie','FERNIE',NULL,'','Canada','',0,0,39,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9360,'32812','Fernley','FERNLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:46','1900-01-01 00:00:00',1,0,1),(9361,'26218','Ferntree Gully','FERNTREE GULLY',NULL,'','Australia','',0,0,13,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9362,'15929','Ferragudo','FERRAGUDO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9363,'12719','Ferrara','FERRARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9364,'25158','Ferreira','FERREIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9365,'2899','Ferrerias','FERRERIAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9366,'5645','Ferrieres','FERRIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:47','1900-01-01 00:00:00',1,0,1),(9367,'41532','Ferrieres-en-brie','FERRIERES-EN-BRIE',NULL,'','France','',0,0,76,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9368,'31329','Ferrisburg','FERRISBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9369,'3663','Ferrol','FERROL',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9370,'33330','Ferron','FERRON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9371,'37133','Ferry Hill','FERRY HILL',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9372,'10946','Ferrycarrig','FERRYCARRIG',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:48','1900-01-01 00:00:00',1,0,1),(9373,'8082','Ferryhill','FERRYHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9374,'11924','Fertilia','FERTILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9375,'13695','Fes','FES',NULL,'','Morocco','',0,0,148,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9376,'13731','Fesdu Island','FESDU ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9377,'28056','Fessenden','FESSENDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9378,'27639','Festus','FESTUS',NULL,'','United States','',0,0,231,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9379,'23200','Fetan','FETAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9380,'17185','Fethiye','FETHIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:49','1900-01-01 00:00:00',1,0,1),(9381,'37134','Fethiye-oludeniz','FETHIYE-OLUDENIZ',NULL,'','TURKEY','',0,0,222,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9382,'7070','Fetlar','FETLAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9383,'22749','Feuchtwangen','FEUCHTWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9384,'6298','Feuquieres','FEUQUIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9385,'23201','Feusisberg','FEUSISBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9386,'38496','Fey','FEY',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9387,'5125','Feytiat','FEYTIAT',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9388,'5050','Feyzin','FEYZIN',NULL,'','France','',0,0,76,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9389,'36386','Fez','FEZ',NULL,'','Morocco','Fez',0,0,148,'2016-10-17 10:54:50','1900-01-01 00:00:00',1,0,1),(9390,'38012','Fianarantsoa','FIANARANTSOA',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9391,'39441','Fibre','FIBRE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9392,'37477','Ficksburg','FICKSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9393,'39227','Fidenza','FIDENZA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9394,'11210','Fiè Allo Sciliar','FIÈ ALLO SCILIAR',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9395,'24452','Fieberbrunn','FIEBERBRUNN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9396,'42648','Fier','FIER',NULL,'','Albania','',0,0,2,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9397,'38759','Fiera Di Primiero','FIERA DI PRIMIERO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9398,'23202','Fiesch','FIESCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:51','1900-01-01 00:00:00',1,0,1),(9399,'11927','Fiesole','FIESOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9400,'13062','Fiesso D\'artico','FIESSO D\'ARTICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9401,'31501','Fife','FIFE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9402,'7071','Fife','FIFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9403,'8083','Fifield','FIFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9404,'41531','Figanieres','FIGANIERES',NULL,'','France','',0,0,76,'2016-10-17 10:54:52','1900-01-01 00:00:00',1,0,1),(9405,'4249','Figari','FIGARI',NULL,'','France','',0,0,76,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9406,'4983','Figeac','FIGEAC',NULL,'','France','',0,0,76,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9407,'35525','Figline','FIGLINE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9408,'15903','Figueira Da Foz','FIGUEIRA DA FOZ',NULL,'','Portugal','',0,0,175,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9409,'42432','Figueras','FIGUERAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9410,'2947','Figueres','FIGUERES',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9411,'2629','Figueretas','FIGUERETAS',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9412,'4055','Fiji','FIJI',NULL,'','Fiji','',0,0,74,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9413,'140','Filderstadt','FILDERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:53','1900-01-01 00:00:00',1,0,1),(9414,'36051','Filderstadt-bonlande','FILDERSTADT-BONLANDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9415,'39007','Filignano','FILIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9416,'16786','Filipstad','FILIPSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9417,'33331','Fillmore','FILLMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9418,'33332','Filmore Area','FILMORE AREA',NULL,'','United States','',0,0,231,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9419,'2259','Filskov','FILSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9420,'8084','Filton','FILTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:54','1900-01-01 00:00:00',1,0,1),(9421,'23203','Filzbach','FILZBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9422,'27164','Filzmoos','FILZMOOS',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9423,'11928','Finale Ligure','FINALE LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9424,'18482','Financial District - Ferry Building','FINANCIAL DISTRICT - FERRY BUILDING',NULL,'','United States','',0,0,231,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9425,'3850','Fincha','FINCHA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9426,'37729','Finchley','FINCHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9427,'13658','Findel','FINDEL',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:54:55','1900-01-01 00:00:00',1,0,1),(9428,'20546','Findlay','FINDLAY',NULL,'','United States','',0,0,231,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9429,'28783','Findley Lake','FINDLEY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9430,'8085','Finedon','FINEDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:56','1900-01-01 00:00:00',1,0,1),(9431,'3756','Finestrat','FINESTRAT',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9432,'43706','Fingal','FINGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9433,'28784','Finger Lakes','FINGER LAKES',NULL,'','United States','',0,0,231,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9434,'10773','Finglas','FINGLAS',NULL,'','Ireland','',0,0,105,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9435,'38059','Finikas','FINIKAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9436,'17254','Finike','FINIKE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9437,'38497','Finiki','FINIKI',NULL,'','Greece','',0,0,86,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9438,'43213','Finisterre','FINISTERRE',NULL,'','Spain','',0,0,199,'2016-10-17 10:54:57','1900-01-01 00:00:00',1,0,1),(9439,'24453','Finkenberg','FINKENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9440,'769','Finkenkrug Sud','FINKENKRUG SUD',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9441,'40022','Finkenstein','FINKENSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9442,'27387','Finlayson','FINLAYSON',NULL,'','United States','',0,0,231,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9443,'29347','Finneytown','FINNEYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9444,'22750','Finningen','FINNINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9445,'15013','Finnsnes','FINNSNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9446,'11211','Fino Del Monte','FINO DEL MONTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:58','1900-01-01 00:00:00',1,0,1),(9447,'16765','Finspang','FINSPANG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9448,'14797','Finstadjordet','FINSTADJORDET',NULL,'','Norway','',0,0,164,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9449,'42457','Finsterwalde','FINSTERWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9450,'43940','Fintas','FINTAS',NULL,'','Kuwait','',0,0,116,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9451,'41169','Fintry','FINTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9452,'11929','Fiorano Modenese','FIORANO MODENESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9453,'42810','Fiordland','FIORDLAND',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9454,'35526','Fiorenzuola','FIORENZUOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:54:59','1900-01-01 00:00:00',1,0,1),(9455,'43415','Fira','FIRA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9456,'18483','Firebaugh','FIREBAUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9457,'1560','Firenze','FIRENZE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9458,'11931','Firenzuola','FIRENZUOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9459,'43416','Firostefani','FIROSTEFANI',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9460,'43744','Firozabad','FIROZABAD',NULL,'','India','',0,0,101,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9461,'26988','Fischamend','FISCHAMEND',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9462,'22751','Fischen','FISCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:00','1900-01-01 00:00:00',1,0,1),(9463,'42672','Fischerbach','FISCHERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9464,'22534','Fischingen','FISCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9465,'18484','Fish Camp','FISH CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9466,'32382','Fish Hoek','FISH HOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:01','1900-01-01 00:00:00',1,0,1),(9467,'14400','Fish River Canyon','FISH RIVER CANYON',NULL,'','Namibia','',0,0,151,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9468,'19359','Fisher Island','FISHER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9469,'20873','Fishers','FISHERS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:02','1900-01-01 00:00:00',1,0,1),(9470,'31107','Fishersville','FISHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9471,'34493','Fisherville','FISHERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9472,'8086','Fishguard','FISHGUARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9473,'28787','Fishkill','FISHKILL',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9474,'9465','Fiskardo','FISKARDO',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9475,'21373','Fiskdale','FISKDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9476,'24454','Fiss','FISS',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:03','1900-01-01 00:00:00',1,0,1),(9477,'21374','Fitchburg','FITCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9478,'16158','Fitii','FITII',NULL,'','French Polynesia','',0,0,78,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9479,'14897','Fitjar','FITJAR',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9480,'19800','Fitzgerald','FITZGERALD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9481,'8087','Fitzhead','FITZHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9482,'26366','Fitzroy','FITZROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:04','1900-01-01 00:00:00',1,0,1),(9483,'32697','Fitzwilliam','FITZWILLIAM',NULL,'','United States','',0,0,231,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9484,'11932','Fiuggi','FIUGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9485,'38545','Fiumefreddo Di Sicilia','FIUMEFREDDO DI SICILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9486,'11933','Fiumicino','FIUMICINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:05','1900-01-01 00:00:00',1,0,1),(9487,'16946','Five Cays','FIVE CAYS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9488,'19801','Five Points','FIVE POINTS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9489,'8088','Fivemiletown','FIVEMILETOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9490,'37434','Fivizzano','FIVIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9491,'2237','Fjerritslev','FJERRITSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9492,'44022','Flaa','FLAA',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9493,'5461','Flacey','FLACEY',NULL,'','France','',0,0,76,'2016-10-17 10:55:06','1900-01-01 00:00:00',1,0,1),(9494,'27165','Flachau','FLACHAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9495,'38644','Fladnitz An Der Teichalm','FLADNITZ AN DER TEICHALM',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9496,'32097','Flagg Ranch','FLAGG RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9497,'19360','Flagler Beach','FLAGLER BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9498,'18130','Flagstaff','FLAGSTAFF',NULL,'','United States','',0,0,231,'2016-10-17 10:55:07','1900-01-01 00:00:00',1,0,1),(9499,'6817','Flaine','FLAINE',NULL,'','France','',0,0,76,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9500,'14975','Flam','FLAM',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9501,'5394','Flamanville','FLAMANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9502,'7072','Flamborough','FLAMBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9503,'8089','Flamstead','FLAMSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9504,'17628','Flat','FLAT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:08','1900-01-01 00:00:00',1,0,1),(9505,'28788','Flatbush','FLATBUSH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9506,'11021','Flateyri','FLATEYRI',NULL,'','Iceland','',0,0,100,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9507,'30617','Flatonia','FLATONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9508,'37467','Flayosc','FLAYOSC',NULL,'','France','',0,0,76,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9509,'28789','Fleischmanns','FLEISCHMANNS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:10','1900-01-01 00:00:00',1,0,1),(9510,'15020','Flekkefjord','FLEKKEFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9511,'19361','Fleming Key','FLEMING KEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9512,'28271','Flemington','FLEMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9513,'26903','Flemington','FLEMINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9514,'16774','Flen','FLEN',NULL,'','Sweden','',0,0,209,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9515,'707','Flensburg','FLENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9516,'39293','Flesherton','FLESHERTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9517,'33853','Fletcher','FLETCHER',NULL,'','United States','',0,0,231,'2016-10-17 10:55:11','1900-01-01 00:00:00',1,0,1),(9518,'6084','Fleurance','FLEURANCE',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9519,'24661','Fleurus','FLEURUS',NULL,'','Belgium','',0,0,21,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9520,'5462','Fleurville','FLEURVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9521,'38850','Fleury','FLEURY',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9522,'4714','Fleury-merogis','FLEURY-MEROGIS',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9523,'4250','Fleville Devant Nancy','FLEVILLE DEVANT NANCY',NULL,'','France','',0,0,76,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9524,'14463','Flevoland','FLEVOLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9525,'41407','Flic En Flac','FLIC EN FLAC',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:55:12','1900-01-01 00:00:00',1,0,1),(9527,'39617','Flichity','FLICHITY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9528,'23204','Flims','FLIMS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9529,'25594','Flin Flon','FLIN FLON',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9530,'26405','Flinders','FLINDERS',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:13','1900-01-01 00:00:00',1,0,1),(9531,'22069','Flint','FLINT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:14','1900-01-01 00:00:00',1,0,1),(9532,'8091','Flint','FLINT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:14','1900-01-01 00:00:00',1,0,1),(9533,'21695','Flintstone','FLINTSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9534,'43758','Flirsch','FLIRSCH',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9535,'8092','Flitwick','FLITWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9536,'38878','Floda','FLODA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9537,'37213','Flogita','FLOGITA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9538,'20547','Flora','FLORA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9539,'5916','Florac','FLORAC',NULL,'','France','',0,0,76,'2016-10-17 10:55:15','1900-01-01 00:00:00',1,0,1),(9540,'28790','Floral Park','FLORAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9541,'7073','Flore','FLORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9542,'40462','Floreat','FLOREAT',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9543,'21375','Florence','FLORENCE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:16','1900-01-01 00:00:00',1,0,1),(9544,'11213','Florence','FLORENCE',NULL,'','Italy','Florence',0,0,107,'2016-10-17 10:55:18','1900-01-01 00:00:00',1,0,1),(9545,'35474','Florence-borgo','FLORENCE-BORGO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9546,'35482','Florence-calenzano','FLORENCE-CALENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9547,'35518','Florence-donnini','FLORENCE-DONNINI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9548,'35620','Florence-pratolino','FLORENCE-PRATOLINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9549,'26071','Florencio Varela','FLORENCIO VARELA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9550,'24697','Florenville','FLORENVILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9551,'1759','Flores','FLORES',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:55:19','1900-01-01 00:00:00',1,0,1),(9552,'9871','Flores','FLORES',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9553,'11934','Floresta','FLORESTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9554,'30619','Floresville','FLORESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9555,'28272','Florham Park','FLORHAM PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9556,'25017','Florianopolis','FLORIANOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9557,'32561','Florida','FLORIDA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9558,'17532','Florida','FLORIDA',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:55:20','1900-01-01 00:00:00',1,0,1),(9559,'19362','Florida City','FLORIDA CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9560,'24531','Floridsdorf','FLORIDSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9561,'21196','Florien','FLORIEN',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9562,'9466','Florina','FLORINA',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9563,'27641','Florissant','FLORISSANT',NULL,'','United States','',0,0,231,'2016-10-17 10:55:21','1900-01-01 00:00:00',1,0,1),(9564,'14976','Floro','FLORO',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9565,'421','Florsheim','FLORSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9566,'20548','Flossmoor','FLOSSMOOR',NULL,'','United States','',0,0,231,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9567,'7074','Flotta Isle','FLOTTA ISLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9568,'5917','Floure','FLOURE',NULL,'','France','',0,0,76,'2016-10-17 10:55:22','1900-01-01 00:00:00',1,0,1),(9569,'19802','Flowery Branch','FLOWERY BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9570,'27852','Flowood','FLOWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9571,'19803','Floyd','FLOYD',NULL,'','United States','',0,0,231,'2016-10-17 10:55:23','1900-01-01 00:00:00',1,0,1),(9572,'10976','Fludir','FLUDIR',NULL,'','Iceland','',0,0,100,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9573,'35987','Fluelen','FLUELEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9575,'23467','Flüeli-ranft','FLÜELI-RANFT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9576,'23020','Flühli','FLÜHLI',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9577,'12821','Fluminimaggiore','FLUMINIMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9578,'23021','Flumserberg','FLUMSERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9579,'23022','Fluntern','FLUNTERN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9580,'28791','Flushing','FLUSHING',NULL,'','United States','',0,0,231,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9581,'13679','Fnideq','FNIDEQ',NULL,'','Morocco','',0,0,148,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9582,'39166','Fobello','FOBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:24','1900-01-01 00:00:00',1,0,1),(9583,'17316','Foca','FOCA',NULL,'','Turkey','',0,0,222,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9584,'11935','Foce','FOCE',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9585,'625','Föckelberg','FÖCKELBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9586,'36623','Focsani','FOCSANI',NULL,'','Romania','',0,0,179,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9587,'9467','Fodele','FODELE',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9588,'13659','Foetz','FOETZ',NULL,'','Luxembourg','',0,0,127,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9589,'29942','Fogelsville','FOGELSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9590,'12805','Foggia','FOGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9591,'40233','Fogliano Redipuglia','FOGLIANO REDIPUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:25','1900-01-01 00:00:00',1,0,1),(9592,'37953','Foiano Della Chiana','FOIANO DELLA CHIANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9593,'6085','Foix','FOIX',NULL,'','France','',0,0,76,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9594,'9652','Folegandros','FOLEGANDROS',NULL,'','Greece','',0,0,86,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9595,'17876','Foley','FOLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9596,'11936','Folgaria','FOLGARIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9597,'13055','Folgarida','FOLGARIDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:26','1900-01-01 00:00:00',1,0,1),(9598,'11937','Folignano','FOLIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9599,'12868','Foligno','FOLIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9600,'9266','Folkestone','FOLKESTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9601,'37137','Folkestone','FOLKESTONE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9602,'19804','Folkston','FOLKSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9603,'12889','Follina','FOLLINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:27','1900-01-01 00:00:00',1,0,1),(9604,'40188','Follonica','FOLLONICA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9605,'30325','Folly Beach','FOLLY BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9606,'18485','Folsom','FOLSOM',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9607,'37569','Fond Bay','FOND BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9608,'31752','Fond Du Lac','FOND DU LAC',NULL,'','United States','',0,0,231,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9609,'22943','Fond Du Lac','FOND DU LAC',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:28','1900-01-01 00:00:00',1,0,1),(9610,'39017','Fondi','FONDI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9611,'5849','Fontainebleau','FONTAINEBLEAU',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9612,'32398','Fontainebleau','FONTAINEBLEAU',NULL,'','South Africa','',0,0,195,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9613,'39343','Fontaine-de-vaucluse','FONTAINE-DE-VAUCLUSE',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9614,'6165','Fontaine-notre-dame','FONTAINE-NOTRE-DAME',NULL,'','France','',0,0,76,'2016-10-17 10:55:29','1900-01-01 00:00:00',1,0,1),(9615,'31753','Fontana','FONTANA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9616,'39196','Fontanellato','FONTANELLATO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9617,'5314','Fontanges','FONTANGES',NULL,'','France','',0,0,76,'2016-10-17 10:55:30','1900-01-01 00:00:00',1,0,1),(9618,'6626','Fontanil-cornillon','FONTANIL-CORNILLON',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9619,'5918','Fontans','FONTANS',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9620,'4251','Fontcouverte-la Toussuire','FONTCOUVERTE-LA TOUSSUIRE',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9621,'11215','Fonte Blanda','FONTE BLANDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9622,'35528','Fonteblanda','FONTEBLANDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9623,'4252','Fontenai Sur Orne','FONTENAI SUR ORNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9624,'5395','Fontenailles','FONTENAILLES',NULL,'','France','',0,0,76,'2016-10-17 10:55:31','1900-01-01 00:00:00',1,0,1),(9625,'4253','Fontenay Le Comte','FONTENAY LE COMTE',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9626,'5396','Fontenay-sous-bois','FONTENAY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9627,'5850','Fontenay-tresigny','FONTENAY-TRESIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9628,'1619','Fontevraud','FONTEVRAUD',NULL,'','France','',0,0,76,'2016-10-17 10:55:32','1900-01-01 00:00:00',1,0,1),(9629,'4987','Fontevraud-l\'abbaye','FONTEVRAUD-L\'ABBAYE',NULL,'','France','',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9630,'34494','Fonthill','FONTHILL',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9631,'24133','Fontibon','FONTIBON',NULL,'','Colombia','',0,0,49,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9632,'11938','Fontignano','FONTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9633,'5919','Fontjoncouse','FONTJONCOUSE',NULL,'','France','',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9634,'6428','Fontvieille','FONTVIEILLE',NULL,'','France','Fontvieille',0,0,76,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9635,'9284','Fontwell','FONTWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:33','1900-01-01 00:00:00',1,0,1),(9636,'38770','Fonz','FONZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9637,'18487','Foothill Ranch','FOOTHILL RANCH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9638,'26508','Footscray','FOOTSCRAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9639,'6028','Forbach','FORBACH',NULL,'','France','',0,0,76,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9640,'34166','Forbes','FORBES',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9641,'39443','Forcalquier','FORCALQUIER',NULL,'','France','',0,0,76,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9642,'41331','Forcarei','FORCAREI',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:34','1900-01-01 00:00:00',1,0,1),(9643,'11939','Forcella','FORCELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9644,'22535','Forch','FORCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9645,'38818','Forch','FORCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9646,'22536','Forchheim','FORCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9647,'14977','Forde','FORDE',NULL,'','Norway','Forde',0,0,164,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9648,'8093','Fordingbridge','FORDINGBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9649,'40512','Fordongianus','FORDONGIANUS',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:35','1900-01-01 00:00:00',1,0,1),(9650,'18015','Fordyce','FORDYCE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:36','1900-01-01 00:00:00',1,0,1),(9651,'27853','Forest','FOREST',NULL,'','United States','',0,0,231,'2016-10-17 10:55:36','1900-01-01 00:00:00',1,0,1),(9652,'26367','Forest Hill','FOREST HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:37','1900-01-01 00:00:00',1,0,1),(9653,'25308','Forest Lawn','FOREST LAWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9654,'7075','Forest Of Dean','FOREST OF DEAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9655,'28792','Forestburg','FORESTBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:55:38','1900-01-01 00:00:00',1,0,1),(9656,'28793','Forestburgh','FORESTBURGH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9657,'25991','Forestville','FORESTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9658,'18488','Forestville','FORESTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9659,'34167','Forestville','FORESTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9660,'8094','Forfar','FORFAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9661,'5811','Forges-les-eaux','FORGES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 10:55:39','1900-01-01 00:00:00',1,0,1),(9662,'39194','Forino','FORINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9663,'41031','Forio','FORIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9664,'1561','Foriod Ischia','FORIOD ISCHIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9665,'27642','Foristell','FORISTELL',NULL,'','United States','',0,0,231,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9666,'28274','Forked River','FORKED RIVER',NULL,'','United States','',0,0,231,'2016-10-17 10:55:40','1900-01-01 00:00:00',1,0,1),(9667,'31502','Forks','FORKS',NULL,'','United States','',0,0,231,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9668,'12720','Forli','FORLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9669,'8095','Formby','FORMBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9670,'39021','Formello','FORMELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:41','1900-01-01 00:00:00',1,0,1),(9671,'2900','Formentera','FORMENTERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9672,'36115','Formentera-es Pujols','FORMENTERA-ES PUJOLS',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9673,'12763','Formia','FORMIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9674,'42640','Formiga','FORMIGA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9675,'2631','Formigal','FORMIGAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9676,'26119','Formosa','FORMOSA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:55:42','1900-01-01 00:00:00',1,0,1),(9677,'37737','Fornalutx','FORNALUTX',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9678,'39400','Forncett End','FORNCETT END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9679,'14844','Fornebu','FORNEBU',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9680,'2901','Fornells','FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9681,'30621','Forney','FORNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9682,'8096','Forres','FORRES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9683,'26630','Forrest','FORREST',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:43','1900-01-01 00:00:00',1,0,1),(9684,'18016','Forrest City','FORREST CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9685,'34168','Forresters Beach','FORRESTERS BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9686,'42911','Forsayth','FORSAYTH',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9687,'3962','Forsby','FORSBY',NULL,'','Finland','',0,0,75,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9688,'3911','Forssa','FORSSA',NULL,'','Finland','',0,0,75,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9689,'34169','Forster','FORSTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9690,'27970','Forsyth','FORSYTH',NULL,'','United States','',0,0,231,'2016-10-17 10:55:44','1900-01-01 00:00:00',1,0,1),(9691,'34495','Fort Albany','FORT ALBANY',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:45','1900-01-01 00:00:00',1,0,1),(9692,'9845','Fort Jeudy','FORT JEUDY',NULL,'','Grenada','',0,0,88,'2016-10-17 10:55:48','1900-01-01 00:00:00',1,0,1),(9693,'982','Fort William','FORT WILLIAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9694,'24962','Fortaleza','FORTALEZA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9695,'25992','Fort-coulonge','FORT-COULONGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9696,'14235','Fort-de-france','FORT-DE-FRANCE',NULL,'','Martinique','',0,0,137,'2016-10-17 10:55:54','1900-01-01 00:00:00',1,0,1),(9697,'25655','Forteau','FORTEAU',NULL,'','Canada','',0,0,39,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9698,'40615','Fortià','FORTIÀ',NULL,'','Spain','',0,0,199,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9699,'14118','Fortin De Las Flores','FORTIN DE LAS FLORES',NULL,'','Mexico','',0,0,141,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9700,'40138','Fortitude Valley','FORTITUDE VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9701,'6299','Fort-mahon-plage','FORT-MAHON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9702,'18490','Fortuna','FORTUNA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9703,'24196','Fortuna','FORTUNA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9704,'14967','Forus','FORUS',NULL,'','Norway','',0,0,164,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9705,'11942','Forza D\'agro','FORZA D\'AGRO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9706,'23959','Foshan','FOSHAN',NULL,'','China','',0,0,46,'2016-10-17 10:55:55','1900-01-01 00:00:00',1,0,1),(9707,'12890','Fossalta','FOSSALTA',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9708,'11943','Fossano','FOSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9709,'4715','Fosses','FOSSES',NULL,'','France','',0,0,76,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9710,'11217','Fosso','FOSSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9711,'27389','Fosston','FOSSTON',NULL,'','United States','',0,0,231,'2016-10-17 10:55:56','1900-01-01 00:00:00',1,0,1),(9712,'6429','Fos-sur-mer','FOS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9713,'26904','Foster','FOSTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9714,'18491','Foster City','FOSTER CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9715,'29350','Fostoria','FOSTORIA',NULL,'','United States','',0,0,231,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9716,'10735','Fota','FOTA',NULL,'','Ireland','',0,0,105,'2016-10-17 10:55:57','1900-01-01 00:00:00',1,0,1),(9717,'41477','Foucheres','FOUCHERES',NULL,'','France','',0,0,76,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9718,'6846','Fougamou','FOUGAMOU',NULL,'','Gabon','',0,0,80,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9719,'5541','Fougeres','FOUGERES',NULL,'','France','',0,0,76,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9720,'33436','Fountain','FOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 10:55:58','1900-01-01 00:00:00',1,0,1),(9721,'6166','Fouquieres Les Bethune','FOUQUIERES LES BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9722,'44021','Fouquieres-les-bethune','FOUQUIERES-LES-BETHUNE',NULL,'','France','',0,0,76,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9723,'8098','Four Marks','FOUR MARKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:55:59','1900-01-01 00:00:00',1,0,1),(9724,'4','Four Mile Beach','FOUR MILE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9725,'37529','Fouras','FOURAS',NULL,'','France','',0,0,76,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9726,'6086','Fources','FOURCES',NULL,'','France','',0,0,76,'2016-10-17 10:56:00','1900-01-01 00:00:00',1,0,1),(9727,'6167','Fourmies','FOURMIES',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9728,'6627','Fourneaux','FOURNEAUX',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9729,'39934','Fourques','FOURQUES',NULL,'','France','',0,0,76,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9730,'32399','Fourways','FOURWAYS',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9731,'8099','Fowey','FOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9732,'22071','Fowlerville','FOWLERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9733,'25313','Fox Creek','FOX CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:01','1900-01-01 00:00:00',1,0,1),(9734,'15070','Fox Glacier','FOX GLACIER',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9735,'20551','Fox Lake','FOX LAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9736,'21376','Foxboro','FOXBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9737,'33858','Foxfire','FOXFIRE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9738,'9285','Foxhill','FOXHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:02','1900-01-01 00:00:00',1,0,1),(9739,'8100','Foyers','FOYERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9740,'10896','Foynes','FOYNES',NULL,'','Ireland','',0,0,105,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9741,'3544','Foz','FOZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9742,'24978','Foz Do Iguacu','FOZ DO IGUACU',NULL,'','Brazil','Foz Do Iguacu',0,0,30,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9743,'39528','Frabosa Sottana','FRABOSA SOTTANA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9744,'11944','Fraccano','FRACCANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9745,'29944','Frackville','FRACKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:03','1900-01-01 00:00:00',1,0,1),(9746,'3328','Fraga','FRAGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9747,'21377','Framingham','FRAMINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9748,'8101','Framlingham','FRAMLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9749,'37527','Framura','FRAMURA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9750,'25039','Franca','FRANCA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9751,'43471','Francavilla','FRANCAVILLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:04','1900-01-01 00:00:00',1,0,1),(9752,'32698','Francestown','FRANCESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9753,'6842','Franceville','FRANCEVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9754,'25257','Francistown','FRANCISTOWN',NULL,'','Botswana','',0,0,28,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9755,'141','Franconia','FRANCONIA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9756,'32699','Franconia','FRANCONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9757,'4716','Franconville','FRANCONVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:56:05','1900-01-01 00:00:00',1,0,1),(9758,'5775','Francourt','FRANCOURT',NULL,'','France','',0,0,76,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9759,'14510','Franeker','FRANEKER',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9760,'1878','Frankenberg','FRANKENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9761,'27129','Frankenmarkt','FRANKENMARKT',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9762,'22072','Frankenmuth','FRANKENMUTH',NULL,'','United States','',0,0,231,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9763,'22752','Frankenthal','FRANKENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:06','1900-01-01 00:00:00',1,0,1),(9764,'22753','Frankfurt','FRANKFURT',NULL,'','Germany','Frankfurt',0,0,83,'2016-10-17 10:56:07','1900-01-01 00:00:00',1,0,1),(9765,'21868','Franklin','FRANKLIN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:08','1900-01-01 00:00:00',1,0,1),(9766,'38245','Franklinton','FRANKLINTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:11','1900-01-01 00:00:00',1,0,1),(9767,'26905','Frankston','FRANKSTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9768,'15190','Frankton','FRANKTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9769,'5090','Franqueville St Pierre','FRANQUEVILLE ST PIERRE',NULL,'','France','',0,0,76,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9770,'41475','Franqueville-saint-pierre','FRANQUEVILLE-SAINT-PIERRE',NULL,'','France','',0,0,76,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9771,'32383','Franschhoek','FRANSCHHOEK',NULL,'','South Africa','Franschhoek',0,0,195,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9772,'42831','Franschoek','FRANSCHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9773,'24308','Frantiskovy Lazne','FRANTISKOVY LAZNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9774,'36505','Franz Josef','FRANZ JOSEF',NULL,'','New Zealand','Franz Josef',0,0,157,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9775,'145','Franz Josef Strauss International Airport (Muc)','FRANZ JOSEF STRAUSS INTERNATIONAL AIRPORT (MUC)',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:12','1900-01-01 00:00:00',1,0,1),(9776,'11947','Frascati','FRASCATI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9777,'22754','Frasdorf','FRASDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9778,'33437','Fraser','FRASER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9779,'26219','Fraser Coast','FRASER COAST',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9780,'25439','Fraser Lake','FRASER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:13','1900-01-01 00:00:00',1,0,1),(9782,'11948','Fratta Todina','FRATTA TODINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9783,'40006','Frauenau','FRAUENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9784,'23206','Frauenfeld','FRAUENFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9785,'40683','Frauenkirchen','FRAUENKIRCHEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9786,'40696','Frauenstein','FRAUENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9787,'22537','Frauental','FRAUENTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9788,'17538','Fray Bentos','FRAY BENTOS',NULL,'','Uruguay','',0,0,230,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9789,'29946','Frazer','FRAZER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:14','1900-01-01 00:00:00',1,0,1),(9790,'27360','Frechen','FRECHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9791,'2170','Fredensborg','FREDENSBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9792,'2318','Fredericia','FREDERICIA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9793,'21697','Frederick','FREDERICK',NULL,'','United States','',0,0,231,'2016-10-17 10:56:15','1900-01-01 00:00:00',1,0,1),(9794,'31112','Fredericksburg','FREDERICKSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:16','1900-01-01 00:00:00',1,0,1),(9795,'27644','Fredericktown','FREDERICKTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:16','1900-01-01 00:00:00',1,0,1),(9796,'34400','Fredericton','FREDERICTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9797,'2230','Frederiksberg','FREDERIKSBERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9798,'2121','Frederiksborg','FREDERIKSBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9799,'9849','Frederikshaab','FREDERIKSHAAB',NULL,'','Greenland','',0,0,87,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9800,'2238','Frederikshavn','FREDERIKSHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9801,'896','Frederiksted','FREDERIKSTED',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9802,'2171','Frederiksvaerk','FREDERIKSVAERK',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9803,'770','Fredersdorf','FREDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9804,'16668','Fredhall','FREDHALL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:17','1900-01-01 00:00:00',1,0,1),(9805,'28796','Fredonia','FREDONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9806,'16740','Fredriksberg','FREDRIKSBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9807,'14960','Fredrikstad','FREDRIKSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9808,'1189','Free State-bloemfontein','FREE STATE-BLOEMFONTEIN',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9809,'18493','Freedom','FREEDOM',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9810,'28797','Freehold','FREEHOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:56:18','1900-01-01 00:00:00',1,0,1),(9811,'31504','Freeland','FREELAND',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9812,'33011','Freeman','FREEMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9813,'21869','Freeport','FREEPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:19','1900-01-01 00:00:00',1,0,1),(9814,'24870','Freeport','FREEPORT',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9815,'30631','Freer','FREER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9816,'16564','Freetown','FREETOWN',NULL,'','Sierra Leone','',0,0,189,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9817,'26169','Freetown','FREETOWN',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9818,'16917','Fregate Island','FREGATE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9819,'11949','Fregene','FREGENE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:20','1900-01-01 00:00:00',1,0,1),(9820,'4254','Frehel','FREHEL',NULL,'','France','',0,0,76,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9821,'1879','Freiberg','FREIBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9822,'27209','Freiburg','FREIBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9823,'146','Freidorf','FREIDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9824,'11218','Freienfeld','FREIENFELD',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9825,'44132','Freiensteinau','FREIENSTEINAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9826,'147','Freilassing','FREILASSING',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9827,'41721','Freinberg','FREINBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9828,'681','Freisen','FREISEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:21','1900-01-01 00:00:00',1,0,1),(9829,'22755','Freising','FREISING',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9830,'6029','Freistroff','FREISTROFF',NULL,'','France','',0,0,76,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9831,'1880','Freital','FREITAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9832,'39353','Freixenet De Riner','FREIXENET DE RINER',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9833,'6430','Frejus','FREJUS',NULL,'','France','',0,0,76,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9834,'18494','Fremont','FREMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:22','1900-01-01 00:00:00',1,0,1),(9835,'1227','French Alps','FRENCH ALPS',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9836,'9885','French Guiana','FRENCH GUIANA',NULL,'','French Guiana','',0,0,77,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9837,'20882','French Lick','FRENCH LICK',NULL,'','United States','',0,0,231,'2016-10-17 10:56:23','1900-01-01 00:00:00',1,0,1),(9838,'25817','French River','FRENCH RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9839,'28280','Frenchtown','FRENCHTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9840,'27210','Freren','FREREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9841,'24829','Fresh Creek','FRESH CREEK',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:56:24','1900-01-01 00:00:00',1,0,1),(9842,'7077','Freshwater Bay','FRESHWATER BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9843,'3452','Fresnadillo','FRESNADILLO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9844,'32449','Fresnave','FRESNAVE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9845,'4717','Fresnes','FRESNES',NULL,'','France','',0,0,76,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9846,'6168','Fresnes-les-montauban','FRESNES-LES-MONTAUBAN',NULL,'','France','',0,0,76,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9847,'13884','Fresnillo','FRESNILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:56:25','1900-01-01 00:00:00',1,0,1),(9848,'18495','Fresno','FRESNO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9849,'36899','Fresno-chandler','FRESNO-CHANDLER',NULL,'','United States','',0,0,231,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9850,'40791','Freudenberg','FREUDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9851,'22538','Freudenstadt','FREUDENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9852,'1932','Freyburg','FREYBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:26','1900-01-01 00:00:00',1,0,1),(9853,'4255','Freyming-merlebach','FREYMING-MERLEBACH',NULL,'','France','',0,0,76,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9854,'23207','Fribourg','FRIBOURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9855,'31505','Friday Harbor','FRIDAY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9856,'27391','Fridley','FRIDLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9857,'38315','Friedberg','FRIEDBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9858,'148','Friedebach','FRIEDEBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:27','1900-01-01 00:00:00',1,0,1),(9859,'27361','Friedenau','FRIEDENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9860,'422','Friedewald','FRIEDEWALD',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9861,'1970','Friedrichroda','FRIEDRICHRODA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9862,'38076','Friedrichsbrunn','FRIEDRICHSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9863,'22539','Friedrichsdorf','FRIEDRICHSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9864,'771','Friedrichsfelde','FRIEDRICHSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9865,'22540','Friedrichshafen','FRIEDRICHSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9866,'27211','Friedrichshagen','FRIEDRICHSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9867,'835','Friedrichsruhe','FRIEDRICHSRUHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9868,'1933','Friedrichstadt','FRIEDRICHSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:28','1900-01-01 00:00:00',1,0,1),(9869,'21870','Friendship','FRIENDSHIP',NULL,'','United States','',0,0,231,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9870,'30632','Friendswood','FRIENDSWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9871,'14464','Friesland','FRIESLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9872,'13474','Frigate Bay','FRIGATE BAY',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9873,'3231','Frigiliana','FRIGILIANA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:29','1900-01-01 00:00:00',1,0,1),(9874,'8102','Frinton-on-sea','FRINTON-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9875,'3545','Friol','FRIOL',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9876,'30633','Friona','FRIONA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9877,'30327','Fripp Island','FRIPP ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9878,'30634','Frisco','FRISCO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:30','1900-01-01 00:00:00',1,0,1),(9879,'6300','Friville-escarbotin','FRIVILLE-ESCARBOTIN',NULL,'','France','',0,0,76,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9880,'8103','Frizington','FRIZINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9881,'37461','Frodsham','FRODSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:31','1900-01-01 00:00:00',1,0,1),(9882,'30328','Frogmore','FROGMORE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9883,'22541','Frohnau','FROHNAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9884,'8104','Frome','FROME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9885,'31113','Front Royal','FRONT ROYAL',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9886,'27645','Frontenac','FRONTENAC',NULL,'','United States','',0,0,231,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9887,'13882','Frontera Corozal','FRONTERA COROZAL',NULL,'','Mexico','',0,0,141,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9888,'9878','Fronteras','FRONTERAS',NULL,'','Guatemala','',0,0,91,'2016-10-17 10:56:32','1900-01-01 00:00:00',1,0,1),(9889,'5920','Frontignan','FRONTIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9890,'5730','Fronville','FRONVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9891,'11950','Frosinone','FROSINONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9892,'37852','Frosolone','FROSOLONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9893,'21699','Frostburg','FROSTBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9894,'6030','Frouard','FROUARD',NULL,'','France','',0,0,76,'2016-10-17 10:56:33','1900-01-01 00:00:00',1,0,1),(9895,'33440','Fruita','FRUITA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9896,'22075','Fruitport','FRUITPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9897,'23208','Frutigen','FRUTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9898,'36007','Frutillar','FRUTILLAR',NULL,'','Chile','',0,0,45,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9899,'41869','Frydek Mistek','FRYDEK MISTEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9900,'39587','Frýdek-místek','FRÝDEK-MÍSTEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9901,'21871','Fryeburg','FRYEBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:34','1900-01-01 00:00:00',1,0,1),(9902,'24309','Frymburk','FRYMBURK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9903,'39132','Ft. Dauphin','FT. DAUPHIN',NULL,'','Madagascar','',0,0,130,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9904,'25767','Ft. Mcpherson','FT. MCPHERSON',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9905,'42307','Ftan','FTAN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9906,'38176','Ftelia','FTELIA',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9907,'40515','Fucecchio','FUCECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9908,'13229','Fuchu','FUCHU',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9909,'23768','Fuding','FUDING',NULL,'','China','',0,0,46,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9910,'42890','Fuefuki','FUEFUKI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9911,'43759','Fuegenberg','FUEGENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:35','1900-01-01 00:00:00',1,0,1),(9912,'43115','Fuencaliente','FUENCALIENTE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9913,'2991','Fuencarral','FUENCARRAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9914,'40452','Fuenfseen','FUENFSEEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9915,'2992','Fuengirola','FUENGIROLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9916,'2993','Fuenlabrada','FUENLABRADA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9917,'3032','Fuensanta','FUENSANTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9918,'36120','Fuente De','FUENTE DE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:36','1900-01-01 00:00:00',1,0,1),(9919,'36119','Fuenteheridos','FUENTEHERIDOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9920,'2632','Fuentelmonge','FUENTELMONGE',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9921,'38281','Fuentenava De Jábaga','FUENTENAVA DE JÁBAGA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9922,'41499','Fuenterrabia- Hondarribia','FUENTERRABIA- HONDARRIBIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9923,'3636','Fuentes De Leon','FUENTES DE LEON',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9924,'3329','Fuentespalda','FUENTESPALDA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9925,'42410','Fuerigen','FUERIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9926,'43760','Fuerstenfeld','FUERSTENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9927,'149','Fuerstenwalde','FUERSTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:37','1900-01-01 00:00:00',1,0,1),(9928,'15358','Fuerte Amador','FUERTE AMADOR',NULL,'','Panama','',0,0,169,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9929,'2469','Fuerteventura','FUERTEVENTURA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9930,'34987','Fuerteventura-antigu','FUERTEVENTURA-ANTIGU',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9931,'35013','Fuerteventura-caleta','FUERTEVENTURA-CALETA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9932,'35008','Fuerteventura-costa','FUERTEVENTURA-COSTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9933,'36134','Fuerteventura-jandia','FUERTEVENTURA-JANDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9934,'36155','Fuerteventura-oliva','FUERTEVENTURA-OLIVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9935,'150','Fuerth','FUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9936,'2080','Fuessen','FUESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9937,'24455','Fugen','FUGEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:38','1900-01-01 00:00:00',1,0,1),(9938,'23993','Fujiang','FUJIANG',NULL,'','China','',0,0,46,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9939,'13130','Fujiidera','FUJIIDERA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9940,'38129','Fujikawaguchiko','FUJIKAWAGUCHIKO',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9941,'42567','Fujisawa','FUJISAWA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9942,'42688','Fujiyama','FUJIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9943,'13131','Fujiyoshida','FUJIYOSHIDA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9944,'13230','Fukue','FUKUE',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9945,'13231','Fukui','FUKUI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9946,'13232','Fukuoka','FUKUOKA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9947,'13233','Fukushima','FUKUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:39','1900-01-01 00:00:00',1,0,1),(9948,'13234','Fukuyama','FUKUYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9949,'423','Fulda','FULDA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9950,'8105','Fulford','FULFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9951,'8106','Fulham','FULHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9952,'26799','Fullarton','FULLARTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9953,'18497','Fullerton','FULLERTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9954,'24456','Fulpmes','FULPMES',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9955,'20555','Fulton','FULTON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:40','1900-01-01 00:00:00',1,0,1),(9956,'17880','Fultondale','FULTONDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:41','1900-01-01 00:00:00',1,0,1),(9957,'28800','Fultonville','FULTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9958,'40053','Fumel','FUMEL',NULL,'','France','',0,0,76,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9959,'39620','Fumone','FUMONE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9960,'13235','Funabashi','FUNABASHI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9961,'17375','Funafuti','FUNAFUTI',NULL,'','Tuvalu','',0,0,224,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9962,'44255','Funamadhua Island','FUNAMADHUA ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9963,'16002','Funchal','FUNCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9964,'16104','Fundao','FUNDAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:42','1900-01-01 00:00:00',1,0,1),(9965,'24532','Funfhaus','FUNFHAUS',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9966,'10011','Funtana','FUNTANA',NULL,'','Croatia','',0,0,55,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9967,'33861','Fuquay-varina','FUQUAY-VARINA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9968,'13732','Furanafushi','FURANAFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9969,'13132','Furano','FURANO',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9970,'10866','Furbo','FURBO',NULL,'','Ireland','',0,0,105,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9971,'38131','Furci Siculo','FURCI SICULO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9972,'11220','Furnari','FURNARI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9973,'16092','Furnas','FURNAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9974,'14916','Furnes','FURNES',NULL,'','Norway','',0,0,164,'2016-10-17 10:56:43','1900-01-01 00:00:00',1,0,1),(9975,'11221','Furore','FURORE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9976,'22756','Furstenfeldbruck','FURSTENFELDBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9977,'41025','Furth-by','FURTH-BY',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9978,'22542','Furtwangen','FURTWANGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9979,'11951','Fuscaldo','FUSCALDO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9980,'40063','Fusch An Der Grossglocknerstrasse','FUSCH AN DER GROSSGLOCKNERSTRASSE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9981,'27166','Fuschl Am See','FUSCHL AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9982,'26989','Fuschlsee','FUSCHLSEE',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9983,'13236','Fushimi','FUSHIMI',NULL,'','Japan','',0,0,110,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9984,'12891','Fusina','FUSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:44','1900-01-01 00:00:00',1,0,1),(9985,'36054','Fussen','FUSSEN',NULL,'','Germany','Fussen',0,0,83,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9986,'36062','Fussen-hohenschwanga','FUSSEN-HOHENSCHWANGA',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9987,'23581','Futian','FUTIAN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9988,'32314','Futuna Island','FUTUNA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9989,'42105','Fuveau','FUVEAU',NULL,'','France','',0,0,76,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9990,'34862','Fuyang','FUYANG',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9991,'23783','Fuyuan','FUYUAN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9992,'23838','Fuyun','FUYUN',NULL,'','China','',0,0,46,'2016-10-17 10:56:45','1900-01-01 00:00:00',1,0,1),(9993,'35339','Fuzesgyarmat','FUZESGYARMAT',NULL,'','Hungary','',0,0,99,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9994,'23726','Fuzhou','FUZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9995,'2122','Fyn','FYN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9996,'2291','Fynshav','FYNSHAV',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9997,'17175','Gabes','GABES',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9998,'17142','Gabès','GABÈS',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(9999,'40656','Gabiano','GABIANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10000,'11222','Gabicce Mare','GABICCE MARE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10001,'25258','Gaborone','GABORONE',NULL,'','Botswana','',0,0,28,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10002,'25440','Gabriola Island','GABRIOLA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10003,'24802','Gabrovo','GABROVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10004,'2319','Gadbjerg','GADBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 10:56:46','1900-01-01 00:00:00',1,0,1),(10005,'836','Gadebusch','GADEBUSCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10006,'17881','Gadsden','GADSDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10007,'44133','Gaegelow','GAEGELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10008,'12764','Gaeta','GAETA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:47','1900-01-01 00:00:00',1,0,1),(10009,'30329','Gaffney','GAFFNEY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10010,'32907','Gage','GAGE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10011,'5187','Gageac-et-rouillac','GAGEAC-ET-ROUILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10012,'43192','Gagelow','GAGELOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10013,'36265','Gages','GAGES',NULL,'','France','',0,0,76,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10014,'37495','Gaggi','GAGGI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10015,'11952','Gagliano Del Capo','GAGLIANO DEL CAPO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:48','1900-01-01 00:00:00',1,0,1),(10016,'29356','Gahanna','GAHANNA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10017,'38780','Gai','GAI',NULL,'','Austria','',0,0,14,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10018,'6087','Gaillac','GAILLAC',NULL,'','France','',0,0,76,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10019,'4718','Gaillon','GAILLON',NULL,'','France','',0,0,76,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10020,'30636','Gainesville','GAINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:56:49','1900-01-01 00:00:00',1,0,1),(10021,'8107','Gainsborough','GAINSBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10022,'38890','Gaiola','GAIOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10023,'12970','Gaiole In Chianti','GAIOLE IN CHIANTI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10024,'9774','Gaios','GAIOS',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10025,'4256','Gairaut','GAIRAUT',NULL,'','France','',0,0,76,'2016-10-17 10:56:51','1900-01-01 00:00:00',1,0,1),(10026,'8108','Gairloch','GAIRLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10027,'11953','Gais','GAIS',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10028,'23209','Gais','GAIS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10029,'23024','Gaiserwald','GAISERWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10030,'21700','Gaithersburg','GAITHERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10031,'10517','Gajner','GAJNER',NULL,'','India','',0,0,101,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10032,'38228','Galanta','GALANTA',NULL,'','Slovakia','',0,0,191,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10033,'36124','Galapagar','GALAPAGAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:52','1900-01-01 00:00:00',1,0,1),(10034,'42700','Galapagos Island','GALAPAGOS ISLAND',NULL,'','Ecuador','',0,0,64,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10035,'40773','Galar','GALAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10036,'8109','Galashiels','GALASHIELS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10037,'36624','Galati','GALATI',NULL,'','Romania','',0,0,179,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10038,'12986','Galatina','GALATINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10039,'9653','Galatsion','GALATSION',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10040,'31115','Galax','GALAX',NULL,'','United States','',0,0,231,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10041,'9468','Galaxidhion','GALAXIDHION',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10042,'42511','Galaxidi','GALAXIDI',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:53','1900-01-01 00:00:00',1,0,1),(10043,'42074','Galdeano','GALDEANO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10044,'3546','Galdo','GALDO',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10045,'10225','Galeia','GALEIA',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10046,'21701','Galena','GALENA',NULL,'','United States','',0,0,231,'2016-10-17 10:56:54','1900-01-01 00:00:00',1,0,1),(10047,'41388','Galera','GALERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10048,'20558','Galesburg','GALESBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10049,'29947','Galeton','GALETON',NULL,'','United States','',0,0,231,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10050,'24152','Galgmanca','GALGMANCA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10051,'42344','Galia Aquitania','GALIA AQUITANIA',NULL,'','France','',0,0,76,'2016-10-17 10:56:55','1900-01-01 00:00:00',1,0,1),(10052,'25441','Galiano Island','GALIANO ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10053,'11038','Galilee','GALILEE',NULL,'','Israel','',0,0,106,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10054,'39865','Galindo Y Perahuy','GALINDO Y PERAHUY',NULL,'','Spain','',0,0,199,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10055,'29357','Galion','GALION',NULL,'','United States','',0,0,231,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10056,'9654','Galissas','GALISSAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10057,'28527','Galisteo','GALISTEO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:56','1900-01-01 00:00:00',1,0,1),(10058,'11954','Gallarate','GALLARATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10059,'4257','Gallargues-le-montueux','GALLARGUES-LE-MONTUEUX',NULL,'','France','',0,0,76,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10060,'33148','Gallatin','GALLATIN',NULL,'','United States','',0,0,231,'2016-10-17 10:56:57','1900-01-01 00:00:00',1,0,1),(10061,'21199','Galliano','GALLIANO',NULL,'','United States','',0,0,231,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10062,'11955','Gallicano','GALLICANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10063,'38217','Gallio','GALLIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10064,'12806','Gallipoli','GALLIPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10065,'29358','Gallipolis','GALLIPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 10:56:58','1900-01-01 00:00:00',1,0,1),(10066,'16750','Gallivare','GALLIVARE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10067,'11223','Gallo Matese','GALLO MATESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10068,'28281','Galloway','GALLOWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10069,'28528','Gallup','GALLUP',NULL,'','United States','',0,0,231,'2016-10-17 10:56:59','1900-01-01 00:00:00',1,0,1),(10070,'11956','Galluzzo','GALLUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10071,'18498','Galt','GALT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10072,'24457','Galtur','GALTUR',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10073,'20559','Galva','GALVA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10074,'30639','Galveston','GALVESTON',NULL,'','United States','',0,0,231,'2016-10-17 10:57:00','1900-01-01 00:00:00',1,0,1),(10075,'10092','Galyateto','GALYATETO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10076,'11224','Galzignano Terme','GALZIGNANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10077,'13237','Gamagori','GAMAGORI',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10078,'18020','Gamaliel','GAMALIEL',NULL,'','United States','',0,0,231,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10079,'6854','Gamba','GAMBA',NULL,'','Gabon','',0,0,80,'2016-10-17 10:57:01','1900-01-01 00:00:00',1,0,1),(10080,'11957','Gambara','GAMBARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10081,'11225','Gambarie','GAMBARIE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10082,'11958','Gambassi','GAMBASSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10083,'24020','Gambela','GAMBELA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10084,'3851','Gambela','GAMBELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10085,'17631','Gambell','GAMBELL',NULL,'','United States','',0,0,231,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10086,'11959','Gamberale','GAMBERALE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10087,'1185','Gambia','GAMBIA',NULL,'','GAMBIA','',0,0,81,'2016-10-17 10:57:02','1900-01-01 00:00:00',1,0,1),(10088,'29360','Gambier','GAMBIER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10089,'10284','Gambir','GAMBIR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10090,'42158','Gambo','GAMBO',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10091,'15353','Gamboa','GAMBOA',NULL,'','Panama','',0,0,169,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10092,'39158','Gambolo','GAMBOLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10093,'17143','Gammarth','GAMMARTH',NULL,'','Tunisia','',0,0,220,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10094,'2146','Gammel Rye','GAMMEL RYE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10095,'22543','Gammertingen','GAMMERTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10096,'34500','Gananoque','GANANOQUE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:03','1900-01-01 00:00:00',1,0,1),(10097,'25656','Gander','GANDER',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10098,'27212','Ganderkesee','GANDERKESEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10099,'10518','Gandhidham','GANDHIDHAM',NULL,'','India','Gandhidham',16,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10100,'10634','Gandhinagar','GANDHINAGAR',NULL,'','India','Gandhinagar',16,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10101,'3757','Gandia','GANDIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10102,'42555','Gangehi','GANGEHI',NULL,'','Maldives','',0,0,133,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10103,'25442','Ganges','GANGES',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10104,'35809','Gangneung','GANGNEUNG',NULL,'','South Korea','',0,0,197,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10105,'40809','Gangotri','GANGOTRI',NULL,'','India','Gangotri',9,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10106,'10699','Gangtok','GANGTOK',NULL,'','India','Gangtok',25,0,101,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10107,'8110','Ganllwyd','GANLLWYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:04','1900-01-01 00:00:00',1,0,1),(10108,'37531','Gansbaai','GANSBAAI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10109,'24625','Ganshoren','GANSHOREN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10110,'8111','Ganton','GANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10111,'23727','Ganzhou','GANZHOU',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10112,'23582','Gaobaita','GAOBAITA',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10113,'23889','Gaobeidian','GAOBEIDIAN',NULL,'','China','',0,0,46,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10114,'24749','Gaoua','GAOUA',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10115,'4839','Gap','GAP',NULL,'','France','',0,0,76,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10116,'36121','Garabandal','GARABANDAL',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10117,'24197','Garabito','GARABITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10118,'3361','Garachico','GARACHICO',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:05','1900-01-01 00:00:00',1,0,1),(10119,'14207','Garapan','GARAPAN',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10120,'40076','Garbagnate Milanese','GARBAGNATE MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10121,'11960','Garbatella','GARBATELLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10122,'18499','Garberville','GARBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10123,'151','Garbsen','GARBSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10124,'152','Garching','GARCHING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10125,'3547','Garcia','GARCIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:06','1900-01-01 00:00:00',1,0,1),(10126,'7078','Garden City','GARDEN CITY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:07','1900-01-01 00:00:00',1,0,1),(10127,'10689','Garden Reach','GARDEN REACH',NULL,'','India','',0,0,101,'2016-10-17 10:57:08','1900-01-01 00:00:00',1,0,1),(10128,'18501','Gardena','GARDENA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:08','1900-01-01 00:00:00',1,0,1),(10129,'17883','Gardendale','GARDENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10130,'14845','Garder','GARDER',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10131,'14536','Garderen','GARDEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10132,'14846','Gardermoen','GARDERMOEN',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10133,'43675','Garderners Bay','GARDERNERS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10134,'28802','Gardiner','GARDINER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:09','1900-01-01 00:00:00',1,0,1),(10135,'21380','Gardner','GARDNER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10136,'32814','Gardnerville','GARDNERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10137,'11962','Gardone Riviera','GARDONE RIVIERA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:10','1900-01-01 00:00:00',1,0,1),(10138,'4259','Gare Du Nord - Gare De L\'est (10)','GARE DU NORD - GARE DE L\'EST (10)',NULL,'','France','',0,0,76,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10139,'2633','Gares','GARES',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10140,'33441','Garfield','GARFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10141,'8112','Garforth','GARFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:11','1900-01-01 00:00:00',1,0,1),(10142,'4260','Gargano','GARGANO',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10143,'42323','Gargano','GARGANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10144,'37530','Gargas','GARGAS',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10145,'24519','Gargellen','GARGELLEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10146,'5137','Garges Les Gonesse','GARGES LES GONESSE',NULL,'','France','',0,0,76,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10147,'11963','Gargnano','GARGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:12','1900-01-01 00:00:00',1,0,1),(10148,'40810','Garhmukteshwar','GARHMUKTESHWAR',NULL,'','India','',0,0,101,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10149,'40811','Garhwal','GARHWAL',NULL,'','India','',0,0,101,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10150,'25443','Garibaldi','GARIBALDI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10151,'29663','Garibaldi','GARIBALDI',NULL,'','United States','',0,0,231,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10152,'32450','Gariep','GARIEP',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10153,'26220','Garig Gunak Barlu National Park','GARIG GUNAK BARLU NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10154,'30642','Garland','GARLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10155,'11964','Garlenda','GARLENDA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:13','1900-01-01 00:00:00',1,0,1),(10156,'1690','Garmisch Partenkirch','GARMISCH PARTENKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10157,'2063','Garmisch-partenkirchen','GARMISCH-PARTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10158,'36055','Garmish-partenkirche','GARMISH-PARTENKIRCHE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10159,'33862','Garner','GARNER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10160,'21056','Garnett','GARNETT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:14','1900-01-01 00:00:00',1,0,1),(10161,'39769','Garniga Terme','GARNIGA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10162,'5921','Garons','GARONS',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10163,'43611','Garopaba','GAROPABA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10164,'39070','Garos','GAROS',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10165,'24019','Garoua','GAROUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10166,'39334','Garpenberg','GARPENBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10167,'27213','Garrel','GARREL',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10168,'6088','Garrevaques','GARREVAQUES',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10169,'4261','Garrigues-sainte-eulalie','GARRIGUES-SAINTE-EULALIE',NULL,'','France','',0,0,76,'2016-10-17 10:57:15','1900-01-01 00:00:00',1,0,1),(10170,'27392','Garrison','GARRISON',NULL,'','United States','',0,0,231,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10171,'37816','Garrovillas De Alconetar','GARROVILLAS DE ALCONETAR',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10172,'41463','Garrucha','GARRUCHA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10173,'8113','Garstang','GARSTANG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10174,'8114','Gartmore','GARTMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:16','1900-01-01 00:00:00',1,0,1),(10175,'22544','Gartringen','GARTRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10176,'42794','Garut','GARUT',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10177,'8115','Garve','GARVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10178,'39368','Garwolin','GARWOLIN',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10179,'20884','Gary','GARY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10180,'24214','Garza','GARZA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10181,'14058','Garza Garcia','GARZA GARCIA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10182,'20885','Gas City','GAS CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:17','1900-01-01 00:00:00',1,0,1),(10183,'24520','Gaschurn','GASCHURN',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10184,'27648','Gashland','GASHLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10185,'25993','Gaspe','GASPE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10186,'41683','Gasperina','GASPERINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10187,'31983','Gassaway','GASSAWAY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10188,'16491','Gassim','GASSIM',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:57:18','1900-01-01 00:00:00',1,0,1),(10189,'6432','Gassin','GASSIN',NULL,'','France','',0,0,76,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10190,'18021','Gassville','GASSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10191,'33863','Gastonia','GASTONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10192,'9469','Gastouri','GASTOURI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10193,'25444','Gastown','GASTOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10194,'7079','Gatehouse-of-fleet','GATEHOUSE-OF-FLEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10195,'28804','Gates','GATES',NULL,'','United States','',0,0,231,'2016-10-17 10:57:19','1900-01-01 00:00:00',1,0,1),(10196,'9317','Gateshead','GATESHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10197,'30643','Gatesville','GATESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10198,'25995','Gatineau','GATINEAU',NULL,'','Canada','Gatineau',0,0,39,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10199,'33149','Gatlinburg','GATLINBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:57:20','1900-01-01 00:00:00',1,0,1),(10200,'772','Gatow','GATOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10201,'37603','Gattatico','GATTATICO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10202,'2239','Gatten','GATTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10203,'15337','Gatun Lake','GATUN LAKE',NULL,'','Panama','',0,0,169,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10204,'8116','Gatwick','GATWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10205,'32315','Gaua','GAUA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10206,'6301','Gauchy','GAUCHY',NULL,'','France','',0,0,76,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10207,'3232','Gaucin','GAUCIN',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:21','1900-01-01 00:00:00',1,0,1),(10208,'37177','Gaufelden','GAUFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10209,'10624','Gauhati','GAUHATI',NULL,'','India','',0,0,101,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10210,'5922','Gaujac','GAUJAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10211,'14890','Gaustad','GAUSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10212,'15002','Gautefall','GAUTEFALL',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10213,'27855','Gautier','GAUTIER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10214,'38932','Gauting','GAUTING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10215,'3548','Gava','GAVA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:22','1900-01-01 00:00:00',1,0,1),(10216,'6089','Gavarnie','GAVARNIE',NULL,'','France','',0,0,76,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10217,'36268','Gavaudun','GAVAUDUN',NULL,'','France','',0,0,76,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10218,'25134','Gavea','GAVEA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10219,'11965','Gavi','GAVI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10220,'37647','Gaviao','GAVIAO',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10221,'18022','Gavin','GAVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:23','1900-01-01 00:00:00',1,0,1),(10222,'39455','Gavoi','GAVOI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10223,'12979','Gavorrano','GAVORRANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10224,'9470','Gavrio','GAVRIO',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10225,'38061','Gaya Island','GAYA ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10226,'22077','Gaylord','GAYLORD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10227,'26406','Gayndah','GAYNDAH',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:24','1900-01-01 00:00:00',1,0,1),(10228,'44174','Gazi','GAZI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10229,'17294','Gaziantep','GAZIANTEP',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10230,'41035','Gazzo','GAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10231,'11227','Gazzola','GAZZOLA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10232,'32631','Gbadolite','GBADOLITE',NULL,'','Fiji','',0,0,74,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10233,'15720','Gdansk','GDANSK',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10234,'15619','Gdynia','GDYNIA',NULL,'','Poland','',0,0,174,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10235,'29664','Gearhart','GEARHART',NULL,'','United States','',0,0,231,'2016-10-17 10:57:25','1900-01-01 00:00:00',1,0,1),(10236,'10157','Gebe','GEBE',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10237,'40557','Gebze','GEBZE',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10238,'41472','Gedre','GEDRE',NULL,'','France','',0,0,76,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10239,'24607','Geel','GEEL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10240,'26906','Geelong','GEELONG',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10241,'42456','Gehdren','GEHDREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10242,'37984','Geilenkirchen','GEILENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10243,'14864','Geilo','GEILO',NULL,'','Norway','Geilo',0,0,164,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10244,'41820','Geinberg','GEINBERG',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:26','1900-01-01 00:00:00',1,0,1),(10245,'14772','Geiranger','GEIRANGER',NULL,'','Norway','',0,0,164,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10246,'35708','Geisei','GEISEI',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10247,'22757','Geisenhausen','GEISENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10248,'424','Geisenheim','GEISENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10249,'38539','Geislingen An Der Steige','GEISLINGEN AN DER STEIGE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10250,'6761','Geispolsheim','GEISPOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10251,'1881','Geithain','GEITHAIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10252,'41917','Gela','GELA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10253,'3852','Geladi','GELADI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10254,'43895','Gelderland','GELDERLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:27','1900-01-01 00:00:00',1,0,1),(10255,'14596','Geldrop','GELDROP',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10256,'14570','Geleen','GELEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10257,'16260','Gelendzik','GELENDZIK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10258,'26907','Gellibrand','GELLIBRAND',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10259,'38036','Gelnhausen','GELNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10260,'27362','Gelsenkirchen','GELSENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10261,'3233','Gelves','GELVES',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10262,'24708','Gembloux','GEMBLOUX',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10263,'32632','Gemena','GEMENA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10264,'6433','Gemenos','GEMENOS',NULL,'','France','',0,0,76,'2016-10-17 10:57:28','1900-01-01 00:00:00',1,0,1),(10265,'22758','Gemunden','GEMUNDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10266,'6629','Genas','GENAS',NULL,'','France','',0,0,76,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10267,'6338','Gencay','GENCAY',NULL,'','France','',0,0,76,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10268,'44268','Gence','GENCE',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10269,'3853','Genda Wuha','GENDA WUHA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10270,'40227','General Kantardzhievo','GENERAL KANTARDZHIEVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10271,'26135','General Roca','GENERAL ROCA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:57:29','1900-01-01 00:00:00',1,0,1),(10272,'15549','General Santos','GENERAL SANTOS',NULL,'','Philippines','',0,0,173,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10273,'20560','Geneseo','GENESEO',NULL,'','United States','',0,0,231,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10274,'40780','Geneuille','GENEUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:57:30','1900-01-01 00:00:00',1,0,1),(10275,'28806','Geneva','GENEVA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:31','1900-01-01 00:00:00',1,0,1),(10276,'23435','Geneva','GENEVA',NULL,'','Switzerland','Geneva',0,0,210,'2016-10-17 10:57:31','1900-01-01 00:00:00',1,0,1),(10277,'38162','Genga','GENGA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10278,'425','Gengenbach','GENGENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10279,'24738','Genk','GENK',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10280,'9471','Gennadi','GENNADI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10281,'4719','Gennevilliers','GENNEVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10282,'12777','Genoa','GENOA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10283,'32815','Genoa','GENOA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:32','1900-01-01 00:00:00',1,0,1),(10284,'999','Genova','GENOVA',NULL,'','ITALY','',0,0,107,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10285,'5188','Gensac','GENSAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10286,'40968','Gent','GENT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10287,'1934','Genthin','GENTHIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10288,'4720','Gentilly','GENTILLY',NULL,'','France','',0,0,76,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10289,'36426','Genting Highlands','GENTING HIGHLANDS',NULL,'','Malaysia','Genting Highlands',36,0,132,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10290,'2209','Gentofte','GENTOFTE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10291,'24735','Genval','GENVAL',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:33','1900-01-01 00:00:00',1,0,1),(10292,'11966','Genzano Di Roma','GENZANO DI ROMA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10293,'31506','George','GEORGE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10294,'32451','George','GEORGE',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10295,'42654','George Town','GEORGE TOWN',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10296,'24261','George Town','GEORGE TOWN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10297,'24856','George Town','GEORGE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10298,'26841','George Town','GEORGE TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:34','1900-01-01 00:00:00',1,0,1),(10299,'39086','Georgenthal','GEORGENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10300,'34501','Georgetown','GEORGETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10301,'30646','Georgetown','GEORGETOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10302,'26407','Georgetown','GEORGETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10303,'16534','Georgetown','GEORGETOWN',NULL,'','St. Helena','',0,0,201,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10304,'9896','Georgetown','GEORGETOWN',NULL,'','Guyana','',0,0,94,'2016-10-17 10:57:35','1900-01-01 00:00:00',1,0,1),(10306,'25996','Georgeville','GEORGEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10307,'37483','Georgeville','GEORGEVILLE',NULL,'','Belize','',0,0,22,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10308,'9472','Georgioupolis','GEORGIOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10309,'1971','Gera','GERA',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10310,'37784','Gerace','GERACE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10311,'35230','Gerakini','GERAKINI',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:37','1900-01-01 00:00:00',1,0,1),(10312,'43017','Geraldine','GERALDINE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10313,'34502','Geraldton','GERALDTON',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10314,'26592','Geraldton','GERALDTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10315,'6031','Gerardmer','GERARDMER',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10316,'39150','Geras','GERAS',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10317,'40197','Géraudot','GÉRAUDOT',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10318,'6090','Gerde','GERDE',NULL,'','France','',0,0,76,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10319,'12822','Geremeas','GEREMEAS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:38','1900-01-01 00:00:00',1,0,1),(10320,'3234','Gerena','GERENA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10321,'11229','Gerenzano','GERENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10322,'41659','Geres','GERES',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10323,'1635','Geres-canicada','GERES-CANICADA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10324,'41299','Geria','GERIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10325,'37514','Gerik','GERIK',NULL,'','Malaysia','',0,0,132,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10326,'28120','Gering','GERING',NULL,'','United States','',0,0,231,'2016-10-17 10:57:39','1900-01-01 00:00:00',1,0,1),(10327,'32816','Gerlach','GERLACH',NULL,'','United States','',0,0,231,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10328,'36699','Gerlachov','GERLACHOV',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10329,'27363','Gerlingen','GERLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10330,'37323','Gerlos','GERLOS',NULL,'','Austria','',0,0,14,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10331,'6091','Germ','GERM',NULL,'','France','',0,0,76,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10332,'33151','Germantown','GERMANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:40','1900-01-01 00:00:00',1,0,1),(10333,'11230','Germasino','GERMASINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10334,'2064','Germering','GERMERING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10335,'42455','Germersheim','GERMERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10336,'32562','Germiston','GERMISTON',NULL,'','South Africa','',0,0,195,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10337,'22760','Gernlinden','GERNLINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:41','1900-01-01 00:00:00',1,0,1),(10338,'39159','Gernsbach','GERNSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10339,'42868','Gero','GERO',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10340,'34171','Gerogery','GEROGERY',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10341,'23473','Geroldswil','GEROLDSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10342,'41644','Gerolimenas','GEROLIMENAS',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10343,'626','Gerolstein','GEROLSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10344,'2634','Gerona','GERONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10345,'36122','Gerona-alp','GERONA-ALP',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10346,'7081','Gerrards Cross','GERRARDS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:42','1900-01-01 00:00:00',1,0,1),(10347,'34172','Gerringong','GERRINGONG',NULL,'','Australia','Gerringong',0,0,13,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10348,'23210','Gersau','GERSAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10349,'39282','Gersbach','GERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10350,'22761','Gersthofen','GERSTHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10351,'5315','Gerzat','GERZAT',NULL,'','France','',0,0,76,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10352,'27364','Gescher','GESCHER',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10353,'37901','Geseke','GESEKE',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10354,'24709','Gesves','GESVES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10355,'2994','Getafe','GETAFE',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:43','1900-01-01 00:00:00',1,0,1),(10356,'3707','Getaria','GETARIA',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10357,'25997','Gethsemani','GETHSEMANI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10358,'33012','Gettysburg','GETTYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:57:44','1900-01-01 00:00:00',1,0,1),(10359,'43214','Getxo','GETXO',NULL,'','Spain','',0,0,199,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10360,'14635','Geuzenveld','GEUZENVELD',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10361,'38390','Gevgelija','GEVGELIJA',NULL,'','Macedonia','',0,0,129,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10362,'39552','Gevrey-chambertin','GEVREY-CHAMBERTIN',NULL,'','France','',0,0,76,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10363,'6630','Gex','GEX',NULL,'','France','',0,0,76,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10364,'18502','Geyserville','GEYSERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10365,'13561','Ghadames','GHADAMES',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10366,'43322','Ghajn Tuffieha','GHAJN TUFFIEHA',NULL,'','Malta','',0,0,135,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10367,'40851','Ghanerao','GHANERAO',NULL,'','India','',0,0,101,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10368,'44199','Ghantoot','GHANTOOT',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:57:45','1900-01-01 00:00:00',1,0,1),(10369,'25259','Ghanzi','GHANZI',NULL,'','Botswana','',0,0,28,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10370,'40328','Ghardaia','GHARDAIA',NULL,'','Algeria','',0,0,3,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10371,'13562','Ghat','GHAT',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10372,'10519','Ghaziabad','GHAZIABAD',NULL,'','India','Ghaziabad',6,0,101,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10373,'33640','Ghent','GHENT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10374,'24717','Ghent','GHENT',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10375,'39683','Ghiffa','GHIFFA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:46','1900-01-01 00:00:00',1,0,1),(10376,'3854','Ghimbi','GHIMBI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10377,'39372','Ghislenghien','GHISLENGHIEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10378,'4721','Ghisonaccia','GHISONACCIA',NULL,'','France','',0,0,76,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10379,'11967','Ghizzano','GHIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10380,'32279','Gia Dinh','GIA DINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10381,'37347','Giannitsa','GIANNITSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10382,'10226','Gianyar','GIANYAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10383,'41037','Giardini Naxos','GIARDINI NAXOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:47','1900-01-01 00:00:00',1,0,1),(10384,'13046','Giardini-naxos','GIARDINI-NAXOS',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10385,'11969','Giarre','GIARRE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10386,'28282','Gibbsboro','GIBBSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10387,'28283','Gibbstown','GIBBSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10388,'41168','Gibraltar','GIBRALTAR',NULL,'','United Kingdom','Gibraltar',0,0,229,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10389,'9358','Gibraltar','GIBRALTAR',NULL,'','Gibraltar','Gibraltar',0,0,85,'2016-10-17 10:57:48','1900-01-01 00:00:00',1,0,1),(10390,'29950','Gibsonia','GIBSONIA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10391,'25445','Gibsons','GIBSONS',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10392,'30647','Giddings','GIDDINGS',NULL,'','United States','',0,0,231,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10393,'8117','Gidleigh','GIDLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10394,'4263','Gien-le-vieux','GIEN-LE-VIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10395,'4264','Giens','GIENS',NULL,'','France','',0,0,76,'2016-10-17 10:57:49','1900-01-01 00:00:00',1,0,1),(10396,'6631','Gieres','GIERES',NULL,'','France','',0,0,76,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10397,'22762','Giesing','GIESING',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10398,'153','Giessen','GIESSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10399,'41376','Giethoorn','GIETHOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10400,'6632','Giez','GIEZ',NULL,'','France','',0,0,76,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10401,'8118','Giffnock','GIFFNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10402,'8119','Gifford','GIFFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:50','1900-01-01 00:00:00',1,0,1),(10403,'27214','Gifhorn','GIFHORN',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10404,'4722','Gif-sur-yvette','GIF-SUR-YVETTE',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10405,'13385','Gifu','GIFU',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10406,'31507','Gig Harbor','GIG HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10407,'36266','Gignac','GIGNAC',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10408,'6434','Gignac-la-nerthe','GIGNAC-LA-NERTHE',NULL,'','France','',0,0,76,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10409,'3087','Gijon','GIJON',NULL,'','Spain','Gijon / Xixon',0,0,199,'2016-10-17 10:57:51','1900-01-01 00:00:00',1,0,1),(10410,'18137','Gila Bend','GILA BEND',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10411,'18138','Gilbert','GILBERT',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10412,'33641','Gilbertsville','GILBERTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10413,'28808','Gilboa','GILBOA',NULL,'','United States','',0,0,231,'2016-10-17 10:57:52','1900-01-01 00:00:00',1,0,1),(10414,'32701','Gilford','GILFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10415,'34173','Gilgandra','GILGANDRA',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10416,'39974','Gilgil','GILGIL',NULL,'','Kenya','',0,0,113,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10417,'15300','Gilgit','GILGIT',NULL,'','Pakistan','',0,0,166,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10418,'10158','Gili Islands','GILI ISLANDS',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10419,'25595','Gillam','GILLAM',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10420,'2172','Gilleleje','GILLELEJE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10421,'627','Gillenfeld','GILLENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 10:57:53','1900-01-01 00:00:00',1,0,1),(10422,'26801','Gilles Plains','GILLES PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10423,'32099','Gillette','GILLETTE',NULL,'','United States','',0,0,231,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10424,'36310','Gillingham','GILLINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10425,'31757','Gills Rock','GILLS ROCK',NULL,'','United States','',0,0,231,'2016-10-17 10:57:54','1900-01-01 00:00:00',1,0,1),(10426,'24662','Gilly','GILLY',NULL,'','Belgium','',0,0,21,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10427,'20562','Gilman','GILMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10428,'30648','Gilmer','GILMER',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10429,'8121','Gilmerton','GILMERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10430,'18503','Gilroy','GILROY',NULL,'','United States','',0,0,231,'2016-10-17 10:57:55','1900-01-01 00:00:00',1,0,1),(10431,'8122','Gilsland','GILSLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10432,'44241','Gilutongan Island','GILUTONGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10433,'14597','Gilze','GILZE',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10434,'35801','Gimhae City','GIMHAE CITY',NULL,'','South Korea','',0,0,197,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10435,'25596','Gimli','GIMLI',NULL,'','Canada','',0,0,39,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10436,'37732','Gimo','GIMO',NULL,'','Sweden','',0,0,209,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10437,'6092','Gimont','GIMONT',NULL,'','France','',0,0,76,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10438,'38832','Gimouille','GIMOUILLE',NULL,'','France','',0,0,76,'2016-10-17 10:57:56','1900-01-01 00:00:00',1,0,1),(10439,'35534','Ginestra Fiorentina','GINESTRA FIORENTINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10440,'39312','Ginnosar','GINNOSAR',NULL,'','Israel','',0,0,106,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10441,'40657','Ginosa','GINOSA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10442,'11039','Ginosar','GINOSAR',NULL,'','Israel','',0,0,106,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10443,'41454','Ginowan','GINOWAN',NULL,'','Japan','',0,0,110,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10444,'38642','Gioia Dei Marsi','GIOIA DEI MARSI',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10445,'35535','Gioiello','GIOIELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:57','1900-01-01 00:00:00',1,0,1),(10446,'11970','Gioiosa Marea','GIOIOSA MAREA',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10447,'11971','Giovinazzo','GIOVINAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10448,'41822','Gippsland And Lakes Region','GIPPSLAND AND LAKES REGION',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10449,'42135','Gipsy Point','GIPSY POINT',NULL,'','Australia','',0,0,13,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10450,'10415','Gir National Park','GIR NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 10:57:58','1900-01-01 00:00:00',1,0,1),(10451,'37841','Girasole','GIRASOLE',NULL,'','Italy','',0,0,107,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10452,'17632','Girdwood','GIRDWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10453,'17295','Giresun','GIRESUN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10454,'13605','Giritale','GIRITALE',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10455,'1285','Girona','GIRONA',NULL,'','SPAIN','Girona',0,0,199,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10456,'8123','Girvan','GIRVAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10457,'15071','Gisborne','GISBORNE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10458,'8124','Gisburn','GISBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:57:59','1900-01-01 00:00:00',1,0,1),(10459,'16481','Gisenyi','GISENYI',NULL,'','Rwanda','',0,0,508,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10460,'40309','Giske','GISKE',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10461,'16718','Gislaved','GISLAVED',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10462,'8125','Gissing','GISSING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10463,'23211','Giswil','GISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10464,'11972','Giugliano In Campania','GIUGLIANO IN CAMPANIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10465,'42957','Giulianova','GIULIANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10466,'39231','Giurdignano','GIURDIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:00','1900-01-01 00:00:00',1,0,1),(10467,'11973','Giussano','GIUSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10468,'11232','Giustino','GIUSTINO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10469,'11040','Giv\'atayim','GIV\'ATAYIM',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10470,'5812','Giverny','GIVERNY',NULL,'','France','',0,0,76,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10471,'6633','Givors','GIVORS',NULL,'','France','',0,0,76,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10472,'32563','Giyani','GIYANI',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10473,'2425','Giza','GIZA',NULL,'','Egypt','Giza',0,0,65,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10474,'16492','Gizan','GIZAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 10:58:01','1900-01-01 00:00:00',1,0,1),(10475,'16546','Gizo','GIZO',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10476,'15682','Gizycko','GIZYCKO',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10477,'38042','Gizzeria','GIZZERIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10478,'2147','Gjerrild','GJERRILD',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10479,'42224','Gjirokaster','GJIROKASTER',NULL,'','Albania','',0,0,2,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10480,'25796','Gjoa Haven','GJOA HAVEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10481,'14945','Gjovik','GJOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10482,'31508','Glacier','GLACIER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:02','1900-01-01 00:00:00',1,0,1),(10483,'27365','Gladbeck','GLADBECK',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:03','1900-01-01 00:00:00',1,0,1),(10484,'34174','Gladesville','GLADESVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:03','1900-01-01 00:00:00',1,0,1),(10485,'30649','Gladewater','GLADEWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10486,'2210','Gladsakse','GLADSAKSE',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10487,'29665','Gladstone','GLADSTONE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:04','1900-01-01 00:00:00',1,0,1),(10488,'26697','Gladstone','GLADSTONE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10489,'8126','Glangrwyney','GLANGRWYNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10490,'10808','Glanmire','GLANMIRE',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10491,'10809','Glanworth','GLANWORTH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10492,'23026','Glarus','GLARUS',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10493,'27167','Glasenbach','GLASENBACH',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10494,'994','Glasgow','GLASGOW',NULL,'','UNITED KINGDOM','Glasgow',0,0,469,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10495,'10917','Glaslough','GLASLOUGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10496,'10840','Glasnevin','GLASNEVIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10497,'39576','Glass House Mountains','GLASS HOUSE MOUNTAINS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:05','1900-01-01 00:00:00',1,0,1),(10498,'28284','Glassboro','GLASSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10499,'8128','Glastonbury','GLASTONBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10500,'19085','Glastonbury','GLASTONBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10501,'23212','Glattbrugg','GLATTBRUGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10502,'34175','Glebe','GLEBE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10503,'628','Glees','GLEES',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10504,'24415','Gleisdorf','GLEISDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10505,'629','Gleiszellen-gleishorbach','GLEISZELLEN-GLEISHORBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:06','1900-01-01 00:00:00',1,0,1),(10506,'15192','Glen Eden','GLEN EDEN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:09','1900-01-01 00:00:00',1,0,1),(10507,'10879','Glenbeigh','GLENBEIGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:10','1900-01-01 00:00:00',1,0,1),(10508,'8129','Glenborrodale','GLENBORRODALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:10','1900-01-01 00:00:00',1,0,1),(10509,'8130','Glencarse','GLENCARSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10510,'41167','Glencoe','GLENCOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10511,'27393','Glencoe','GLENCOE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:11','1900-01-01 00:00:00',1,0,1),(10512,'7084','Glendale','GLENDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:12','1900-01-01 00:00:00',1,0,1),(10513,'10737','Glendalough','GLENDALOUGH',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10514,'26222','Glendambo','GLENDAMBO',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10515,'27977','Glendive','GLENDIVE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10516,'28285','Glendola','GLENDOLA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10517,'18507','Glendora','GLENDORA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:13','1900-01-01 00:00:00',1,0,1),(10518,'7085','Gleneagles','GLENEAGLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10519,'29666','Gleneden Beach','GLENEDEN BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10520,'8131','Glenfarg','GLENFARG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10521,'34177','Glenfield','GLENFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10522,'15193','Glenfield','GLENFIELD',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10523,'38102','Glenfinnan','GLENFINNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10524,'35394','Glengarriff','GLENGARRIFF',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:14','1900-01-01 00:00:00',1,0,1),(10525,'26223','Glengyle','GLENGYLE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10526,'28810','Glenham','GLENHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10527,'26510','Glenisla','GLENISLA',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10528,'28811','Glenmont','GLENMONT',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10529,'17633','Glennallen','GLENNALLEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10530,'20353','Glenns Ferry','GLENNS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:15','1900-01-01 00:00:00',1,0,1),(10531,'19814','Glennville','GLENNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10532,'15194','Glenorchy','GLENORCHY',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10533,'26842','Glenorchy','GLENORCHY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10534,'32908','Glenpool','GLENPOOL',NULL,'','United States','',0,0,231,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10535,'8132','Glenridding','GLENRIDDING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:16','1900-01-01 00:00:00',1,0,1),(10536,'8133','Glenrothes','GLENROTHES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10537,'26451','Glenroy','GLENROY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10538,'28812','Glens Falls','GLENS FALLS',NULL,'','United States','',0,0,231,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10539,'36309','Glenshee','GLENSHEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10540,'15195','Glentanner','GLENTANNER',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:17','1900-01-01 00:00:00',1,0,1),(10541,'20567','Glenview','GLENVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10542,'28813','Glenville','GLENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10543,'27394','Glenwood','GLENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:18','1900-01-01 00:00:00',1,0,1),(10544,'38328','Glesien','GLESIEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:19','1900-01-01 00:00:00',1,0,1),(10545,'10897','Glin','GLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10546,'27215','Glinde','GLINDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10547,'39328','Glindenberg','GLINDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10548,'23213','Glion','GLION',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10549,'5109','Glisy','GLISY',NULL,'','France','',0,0,76,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10550,'15584','Gliwice','GLIWICE',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10551,'18140','Globe','GLOBE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:20','1900-01-01 00:00:00',1,0,1),(10552,'3963','Gloet','GLOET',NULL,'','Finland','',0,0,75,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10553,'27102','Gloggnitz','GLOGGNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10554,'15649','Glogow','GLOGOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10555,'24248','Gloria','GLORIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10556,'28530','Glorieta','GLORIETA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10557,'8134','Glossop','GLOSSOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:21','1900-01-01 00:00:00',1,0,1),(10558,'27856','Gloster','GLOSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10559,'2211','Glostrup','GLOSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10560,'2061','Glottertal','GLOTTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10561,'9302','Gloucester','GLOUCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10562,'21381','Gloucester','GLOUCESTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:22','1900-01-01 00:00:00',1,0,1),(10563,'7086','Gloucestershire','GLOUCESTERSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10564,'29363','Glouster','GLOUSTER',NULL,'','United States','',0,0,231,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10565,'27857','Gluckstadt','GLUCKSTADT',NULL,'','United States','',0,0,231,'2016-10-17 10:58:23','1900-01-01 00:00:00',1,0,1),(10566,'2093','Gluecksburg','GLUECKSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10567,'7087','Glyn Ceiriog','GLYN CEIRIOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10568,'39320','Gmund','GMUND',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10569,'22763','Gmund Am Tegernsee','GMUND AM TEGERNSEE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10570,'27130','Gmunden','GMUNDEN',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10571,'24458','Gnadenwald','GNADENWALD',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10572,'39280','Gnarabup','GNARABUP',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10573,'16775','Gnesta','GNESTA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10574,'15669','Gniezno','GNIEZNO',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10575,'32280','Go Vap','GO VAP',NULL,'','Viet Nam','',0,0,236,'2016-10-17 10:58:24','1900-01-01 00:00:00',1,0,1),(10576,'10704','Goa','GOA',NULL,'','India','Trip to Goa | Goa Travel Packages | Goa Tourism | ',11,0,101,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10577,'8135','Goathland','GOATHLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10578,'3855','Goba','GOBA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10579,'26143','Gobernador Gregores','GOBERNADOR GREGORES',NULL,'','Argentina','',0,0,10,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10580,'8136','Gobowen','GOBOWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10581,'17206','Gocek','GOCEK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10582,'27366','Goch','GOCH',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10583,'14411','Gochas','GOCHAS',NULL,'','Namibia','',0,0,151,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10584,'36056','Goch-niederrhein','GOCH-NIEDERRHEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10585,'1541','God','GOD',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:25','1900-01-01 00:00:00',1,0,1),(10586,'8137','Godalming','GODALMING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10587,'21057','Goddard','GODDARD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10588,'3856','Gode','GODE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10589,'13612','Godellawela','GODELLAWELA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10590,'34504','Goderich','GODERICH',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10591,'20568','Godfrey','GODFREY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10592,'9856','Godhavn','GODHAVN',NULL,'','Greenland','',0,0,87,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10593,'39874','Godollo','GODOLLO',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:26','1900-01-01 00:00:00',1,0,1),(10594,'25597','Gods Narrows','GODS NARROWS',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10595,'10073','Goed','GOED',NULL,'','Hungary','',0,0,99,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10596,'44134','Goehrde','GOEHRDE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10597,'154','Goehren-lebbin','GOEHREN-LEBBIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10598,'155','Goerlitz','GOERLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10599,'14695','Goes','GOES',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10600,'38010','Goessweinstein','GOESSWEINSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10601,'40505','Goestling An Der Ybbs','GOESTLING AN DER YBBS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10602,'27216','Goettingen','GOETTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:27','1900-01-01 00:00:00',1,0,1),(10603,'41862','Goffs','GOFFS',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10604,'24907','Goffs Caye','GOFFS CAYE',NULL,'','Belize','',0,0,22,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10605,'1708','Gohren','GOHREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10606,'42178','Gohren-lebbin','GOHREN-LEBBIN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10607,'25063','Goiania','GOIANIA',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10608,'24459','Going','GOING',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10609,'42603','Gokarna','GOKARNA',NULL,'','India','',0,0,101,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10610,'14865','Gol','GOL',NULL,'','Norway','',0,0,164,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10611,'10416','Golabari','GOLABARI',NULL,'','India','',0,0,101,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10612,'35413','Golan','GOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10613,'39967','Golbasi','GOLBASI',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:28','1900-01-01 00:00:00',1,0,1),(10614,'20569','Golconda','GOLCONDA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10615,'25446','Gold Bridge','GOLD BRIDGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10616,'26698','Gold Coast','GOLD COAST',NULL,'','Australia','Gold Coast',0,0,13,'2016-10-17 10:58:29','1900-01-01 00:00:00',1,0,1),(10617,'25448','Golden','GOLDEN',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10618,'33447','Golden','GOLDEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10619,'14182','Golden Bay','GOLDEN BAY',NULL,'','Malta','',0,0,135,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10620,'43717','Golden Beach','GOLDEN BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10621,'10977','Golden Circle','GOLDEN CIRCLE',NULL,'','Iceland','',0,0,100,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10622,'24771','Golden Sands','GOLDEN SANDS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:58:30','1900-01-01 00:00:00',1,0,1),(10623,'16984','Golden Triangle','GOLDEN TRIANGLE',NULL,'','Thailand','',0,0,215,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10624,'31509','Goldendale','GOLDENDALE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10625,'26224','Goldfields','GOLDFIELDS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10626,'33866','Goldsboro','GOLDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:31','1900-01-01 00:00:00',1,0,1),(10627,'38892','Goldsby','GOLDSBY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10628,'23214','Goldswil','GOLDSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10629,'10810','Goleen','GOLEEN',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10630,'16045','Golega','GOLEGA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10631,'18508','Goleta','GOLETA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10632,'43486','Golf Del Sur','GOLF DEL SUR',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:32','1900-01-01 00:00:00',1,0,1),(10633,'4265','Golf Juan','GOLF JUAN',NULL,'','France','',0,0,76,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10634,'1388','Golfe De Saint Tropez','GOLFE DE SAINT TROPEZ',NULL,'','FRANCE','',0,0,76,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10635,'24237','Golfito','GOLFITO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10636,'41863','Golfo De Papagayo','GOLFO DE PAPAGAYO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:58:33','1900-01-01 00:00:00',1,0,1),(10637,'30651','Goliad','GOLIAD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10638,'27103','Golling','GOLLING',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10639,'23765','Golmud','GOLMUD',NULL,'','China','',0,0,46,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10640,'17634','Golovin','GOLOVIN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10641,'17207','Golturkbuku','GOLTURKBUKU',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10642,'32636','Goma','GOMA',NULL,'','Fiji','',0,0,74,'2016-10-17 10:58:34','1900-01-01 00:00:00',1,0,1),(10643,'40257','Gomadingen','GOMADINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10644,'22545','Gomaringen','GOMARINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10645,'24894','Gomel','GOMEL',NULL,'','Belarus','',0,0,20,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10646,'36125','Gomera','GOMERA',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10647,'8138','Gomersal','GOMERSAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10648,'13984','Gomez Palacio','GOMEZ PALACIO',NULL,'','Mexico','',0,0,141,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10649,'2102','Gommier','GOMMIER',NULL,'','Dominica','',0,0,500,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10650,'3857','Gondar','GONDAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10651,'16025','Gondomar','GONDOMAR',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10652,'630','Gondorf','GONDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:35','1900-01-01 00:00:00',1,0,1),(10653,'4267','Gond-pontouvre','GOND-PONTOUVRE',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10654,'41075','Gonen','GONEN',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10655,'40256','Gonen','GONEN',NULL,'','Israel','',0,0,106,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10656,'41464','Gonfreville Lorcher','GONFREVILLE LORCHER',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10657,'5091','Gonfreville-l\'orcher','GONFREVILLE-L\'ORCHER',NULL,'','France','',0,0,76,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10658,'35803','Gongju','GONGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 10:58:36','1900-01-01 00:00:00',1,0,1),(10659,'17384','Gongliao','GONGLIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10660,'37503','Goniadz','GONIADZ',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10661,'39957','Gonneville-sur-honfleur','GONNEVILLE-SUR-HONFLEUR',NULL,'','France','',0,0,76,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10662,'25599','Gonor','GONOR',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10663,'23215','Gonten','GONTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10664,'30652','Gonzales','GONZALES',NULL,'','United States','',0,0,231,'2016-10-17 10:58:37','1900-01-01 00:00:00',1,0,1),(10665,'39966','Goode','GOODE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10666,'20354','Gooding','GOODING',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10667,'21058','Goodland','GOODLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10668,'33152','Goodlettsville','GOODLETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:38','1900-01-01 00:00:00',1,0,1),(10669,'17635','Goodnews Bay','GOODNEWS BAY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10670,'8139','Goodrich','GOODRICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10671,'32452','Goodwood','GOODWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10672,'33643','Goody','GOODY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10673,'18143','Goodyear','GOODYEAR',NULL,'','United States','',0,0,231,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10674,'14465','Gooi En Vechtstreek','GOOI EN VECHTSTREEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:39','1900-01-01 00:00:00',1,0,1),(10675,'37525','Goole','GOOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10676,'26452','Goolwa','GOOLWA',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10677,'26699','Goondiwindi','GOONDIWINDI',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10678,'30332','Goose Creek','GOOSE CREEK',NULL,'','United States','',0,0,231,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10679,'39546','Gooseberry Hill','GOOSEBERRY HILL',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10680,'8140','Goosnargh','GOOSNARGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10681,'10520','Gopalpur','GOPALPUR',NULL,'','India','Gopalpur',8,0,101,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10682,'37639','Gopegui','GOPEGUI',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10683,'22546','Goppingen','GOPPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:40','1900-01-01 00:00:00',1,0,1),(10684,'13134','Gora','GORA',NULL,'','Japan','',0,0,110,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10685,'10521','Gorakhpur','GORAKHPUR',NULL,'','India','Gorakhpur ',6,0,101,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10686,'5118','Gordes','GORDES',NULL,'','France','',0,0,76,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10687,'44297','Gordexola','GORDEXOLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10688,'28121','Gordon','GORDON',NULL,'','United States','',0,0,231,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10689,'32453','Gordon\'s Bay','GORDON\'S BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:41','1900-01-01 00:00:00',1,0,1),(10690,'33153','Gordonsville','GORDONSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10691,'29953','Gordonville','GORDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10692,'15104','Gore','GORE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10693,'3858','Gore','GORE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10694,'34505','Gore Bay','GORE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10695,'43297','Gorebridge','GOREBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:42','1900-01-01 00:00:00',1,0,1),(10696,'10522','Goregaon','GOREGAON',NULL,'','India','',0,0,101,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10697,'17208','Goreme','GOREME',NULL,'','Turkey','Goreme',0,0,222,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10698,'10947','Gorey','GOREY',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10699,'7088','Gorey','GOREY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10700,'39601','Gorgeshausen','GORGESHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10701,'32703','Gorham','GORHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10702,'42261','Gori','GORI',NULL,'','Georgia','',0,0,82,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10703,'14712','Gorinchem','GORINCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10704,'41377','Gorinchen','GORINCHEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:43','1900-01-01 00:00:00',1,0,1),(10705,'8141','Goring','GORING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10706,'11974','Gorizia','GORIZIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10707,'34179','Gorkan - Toukley','GORKAN - TOUKLEY',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10708,'2090','Gorlitz','GORLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10709,'18509','Gorman','GORMAN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10710,'10910','Gormanston','GORMANSTON',NULL,'','Ireland','',0,0,105,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10711,'24772','Gorna Orechovitsa','GORNA ORECHOVITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 10:58:44','1900-01-01 00:00:00',1,0,1),(10712,'41378','Gornazo','GORNAZO',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10713,'15573','Goroka','GOROKA',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10714,'34180','Gorokan','GOROKAN',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10715,'24751','Gorom-gorom','GOROM-GOROM',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10716,'10369','Gorontalo','GORONTALO',NULL,'','Indonesia','',0,0,102,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10717,'41461','Gorraiz','GORRAIZ',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10718,'6093','Gorses','GORSES',NULL,'','France','',0,0,76,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10719,'15627','Gorzow Wielkopolski','GORZOW WIELKOPOLSKI',NULL,'','Poland','',0,0,174,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10720,'40960','Gosau','GOSAU',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10721,'34181','Gosford','GOSFORD',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:45','1900-01-01 00:00:00',1,0,1),(10722,'21382','Goshen','GOSHEN',NULL,'','United States','',0,0,231,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10723,'36355','Gosier','GOSIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10724,'27217','Goslar','GOSLAR',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:46','1900-01-01 00:00:00',1,0,1),(10725,'6169','Gosnay','GOSNAY',NULL,'','France','',0,0,76,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10726,'26593','Gosnells','GOSNELLS',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10727,'8142','Gosport','GOSPORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10728,'23216','Gossau','GOSSAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10729,'24740','Gosselies','GOSSELIES',NULL,'','Belgium','',0,0,21,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10730,'13238','Gotemba','GOTEMBA',NULL,'','Japan','',0,0,110,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10731,'156','Gotha','GOTHA',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10732,'19374','Gotha','GOTHA',NULL,'','United States','',0,0,231,'2016-10-17 10:58:47','1900-01-01 00:00:00',1,0,1),(10733,'28122','Gothenburg','GOTHENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10734,'16669','Gothenburg','GOTHENBURG',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10735,'7089','Gotherington','GOTHERINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10736,'2635','Gothic Quarter','GOTHIC QUARTER',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10737,'16671','Gotland','GOTLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10738,'41641','Gottingen','GOTTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10739,'41879','Gottlieben','GOTTLIEBEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:48','1900-01-01 00:00:00',1,0,1),(10740,'43586','Gotzens','GOTZENS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10741,'43587','Gotzis','GOTZIS',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10742,'14713','Gouda','GOUDA',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10743,'5542','Gouesnou','GOUESNOU',NULL,'','France','',0,0,76,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10744,'34182','Goulburn','GOULBURN',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10745,'29954','Gouldsboro','GOULDSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10746,'13680','Goulimime','GOULIMIME',NULL,'','Morocco','',0,0,148,'2016-10-17 10:58:49','1900-01-01 00:00:00',1,0,1),(10747,'6435','Goult','GOULT',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10748,'40435','Goumois','GOUMOIS',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10749,'6094','Gourdon','GOURDON',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10750,'5189','Gourette','GOURETTE',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10751,'5813','Gournay-en-bray','GOURNAY-EN-BRAY',NULL,'','France','',0,0,76,'2016-10-17 10:58:50','1900-01-01 00:00:00',1,0,1),(10752,'8143','Gourock','GOUROCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10753,'4724','Goussainville','GOUSSAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10754,'14511','Goutum','GOUTUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10755,'41658','Gouveia','GOUVEIA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10756,'15967','Gouveias','GOUVEIAS',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10757,'6302','Gouvieux','GOUVIEUX',NULL,'','France','',0,0,76,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10758,'9846','Gouyave','GOUYAVE',NULL,'','Grenada','',0,0,88,'2016-10-17 10:58:51','1900-01-01 00:00:00',1,0,1),(10759,'6170','Gouy-sous-bellonne','GOUY-SOUS-BELLONNE',NULL,'','France','',0,0,76,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10760,'26225','Gove','GOVE',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10761,'24979','Governador Celso Ramos','GOVERNADOR CELSO RAMOS',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10762,'29669','Government Camp','GOVERNMENT CAMP',NULL,'','United States','',0,0,231,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10763,'24830','Governors Harbour','GOVERNORS HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10764,'42635','Goya','GOYA',NULL,'','Argentina','',0,0,10,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10765,'17186','Goynuk','GOYNUK',NULL,'','Turkey','',0,0,222,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10766,'39901','Gozd Martuljek','GOZD MARTULJEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10767,'14183','Gozo','GOZO',NULL,'','Malta','',0,0,135,'2016-10-17 10:58:52','1900-01-01 00:00:00',1,0,1),(10768,'41465','Gozon','GOZON',NULL,'','Spain','',0,0,199,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10769,'11975','Gozzano','GOZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10770,'38184','Graaff-reinet','GRAAFF-REINET',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10771,'41640','Graal-muritz','GRAAL-MURITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10772,'32454','Grabouw','GRABOUW',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10773,'37494','Grabowhofe','GRABOWHOFE',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10774,'15975','Graca','GRACA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10775,'16934','Grace Bay','GRACE BAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10776,'25998','Gracefield','GRACEFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10777,'24580','Grace-hollogne','GRACE-HOLLOGNE',NULL,'','Belgium','',0,0,21,'2016-10-17 10:58:53','1900-01-01 00:00:00',1,0,1),(10778,'29955','Graceville','GRACEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10779,'23217','Grachen','GRACHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10780,'43695','Gracias','GRACIAS',NULL,'','Honduras','',0,0,97,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10781,'15808','Graciosa Island','GRACIOSA ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10782,'10012','Gradac','GRADAC',NULL,'','Croatia','',0,0,55,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10783,'11976','Gradara','GRADARA',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10784,'4927','Gradignan','GRADIGNAN',NULL,'','France','',0,0,76,'2016-10-17 10:58:54','1900-01-01 00:00:00',1,0,1),(10785,'39739','Gradisca Disonzo','GRADISCA DISONZO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10786,'12744','Grado','GRADO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10788,'22764','Grafenau','GRAFENAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10789,'22547','Grafenhausen','GRAFENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10790,'40170','Grafenthal','GRAFENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10791,'42454','Grafing Bei Munchen','GRAFING BEI MUNCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:55','1900-01-01 00:00:00',1,0,1),(10792,'30653','Graford','GRAFORD',NULL,'','United States','',0,0,231,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10793,'20570','Grafton','GRAFTON',NULL,'','United States','',0,0,231,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10794,'34183','Grafton','GRAFTON',NULL,'','Australia','',0,0,13,'2016-10-17 10:58:56','1900-01-01 00:00:00',1,0,1),(10795,'11977','Gragnano','GRAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10796,'33868','Graham','GRAHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10797,'32455','Grahamstown','GRAHAMSTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 10:58:57','1900-01-01 00:00:00',1,0,1),(10798,'27650','Grain Valley','GRAIN VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10799,'157','Grainau','GRAINAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10800,'38510','Grainet','GRAINET',NULL,'','Germany','',0,0,83,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10801,'2292','Gram','GRAM',NULL,'','Denmark','',0,0,59,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10802,'25159','Gramado','GRAMADO',NULL,'','Brazil','',0,0,30,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10803,'6095','Gramat','GRAMAT',NULL,'','France','',0,0,76,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10804,'21201','Grambling','GRAMBLING',NULL,'','United States','',0,0,231,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10805,'38800','Grammatiko','GRAMMATIKO',NULL,'','Greece','',0,0,86,'2016-10-17 10:58:58','1900-01-01 00:00:00',1,0,1),(10806,'11978','Grammichele','GRAMMICHELE',NULL,'','Italy','',0,0,107,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10807,'38976','Grampound Road','GRAMPOUND ROAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10808,'24460','Gran','GRAN',NULL,'','Austria','',0,0,14,'2016-10-17 10:58:59','1900-01-01 00:00:00',1,0,1),(10809,'35540','Gran Sasso','GRAN SASSO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:00','1900-01-01 00:00:00',1,0,1),(10810,'2637','Granada','GRANADA',NULL,'','Spain','Granada',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10811,'14443','Granada','GRANADA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10812,'18511','Granada Hills','GRANADA HILLS',NULL,'','United States','',0,0,231,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10813,'34991','Granada-armilla','GRANADA-ARMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10814,'36118','Granada-fuensanta','GRANADA-FUENSANTA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10815,'36154','Granada-loja','GRANADA-LOJA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10816,'3362','Granadilla De Abona','GRANADILLA DE ABONA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:01','1900-01-01 00:00:00',1,0,1),(10817,'11234','Granarolo Dell\'emilia','GRANAROLO DELL\'EMILIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10818,'30655','Granbury','GRANBURY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10819,'33448','Granby','GRANBY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:02','1900-01-01 00:00:00',1,0,1),(10820,'25999','Granby','GRANBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10821,'14252','Grand Bay','GRAND BAY',NULL,'','Mauritius','',0,0,139,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10822,'34506','Grand Bend','GRAND BEND',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:03','1900-01-01 00:00:00',1,0,1),(10823,'24257','Grand Cayman','GRAND CAYMAN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 10:59:04','1900-01-01 00:00:00',1,0,1),(10824,'14184','Grand Harbour','GRAND HARBOUR',NULL,'','Malta','',0,0,135,'2016-10-17 10:59:05','1900-01-01 00:00:00',1,0,1),(10825,'9847','Grand Roy','GRAND ROY',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10826,'16947','Grand Turk','GRAND TURK',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10827,'11979','Grandate','GRANDATE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10828,'9381','Grand-bourg','GRAND-BOURG',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10829,'4268','Grandcamp-maisy','GRANDCAMP-MAISY',NULL,'','France','',0,0,76,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10830,'9382','Grand-case','GRAND-CASE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10831,'26700','Grandchester','GRANDCHESTER',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10832,'25315','Grande Cache','GRANDE CACHE',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10833,'42950','Grande Island','GRANDE ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 10:59:08','1900-01-01 00:00:00',1,0,1),(10834,'9835','Grande-anse Beach','GRANDE-ANSE BEACH',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10835,'41129','Grandes Piles','GRANDES PILES',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10836,'4269','Grande-synthe','GRANDE-SYNTHE',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10837,'9361','Grande-terre','GRANDE-TERRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10838,'5543','Grand-fougeray','GRAND-FOUGERAY',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10839,'5814','Grand-laviers','GRAND-LAVIERS',NULL,'','France','',0,0,76,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10840,'40475','Grandola','GRANDOLA',NULL,'','Portugal','',0,0,175,'2016-10-17 10:59:09','1900-01-01 00:00:00',1,0,1),(10841,'30658','Grandview','GRANDVIEW',NULL,'','United States','',0,0,231,'2016-10-17 10:59:10','1900-01-01 00:00:00',1,0,1),(10842,'22086','Grandville','GRANDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:10','1900-01-01 00:00:00',1,0,1),(10843,'39294','Grangaerde','GRANGAERDE',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10844,'36312','Grange Over Sands','GRANGE OVER SANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10845,'9301','Grangemouth','GRANGEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10846,'7090','Grange-over-sands','GRANGE-OVER-SANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10847,'20888','Granger','GRANGER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10848,'23028','Granges-paccot','GRANGES-PACCOT',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10849,'20355','Grangeville','GRANGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:11','1900-01-01 00:00:00',1,0,1),(10850,'20571','Granite City','GRANITE CITY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:12','1900-01-01 00:00:00',1,0,1),(10851,'37714','Graniti','GRANITI',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:12','1900-01-01 00:00:00',1,0,1),(10852,'16719','Granna','GRANNA',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10853,'3549','Granollers','GRANOLLERS',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10854,'8144','Grantham','GRANTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10855,'8145','Granton','GRANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10856,'36313','Grantown On Spey','GRANTOWN ON SPEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10857,'7091','Grantown-on-spey','GRANTOWN-ON-SPEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:13','1900-01-01 00:00:00',1,0,1),(10858,'28531','Grants','GRANTS',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10859,'21704','Grantsville','GRANTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10860,'29956','Grantville','GRANTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:14','1900-01-01 00:00:00',1,0,1),(10861,'5397','Granville','GRANVILLE',NULL,'','France','',0,0,76,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10862,'29365','Granville','GRANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10863,'25710','Granville Ferry','GRANVILLE FERRY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10864,'39668','Granzay-gript','GRANZAY-GRIPT',NULL,'','France','',0,0,76,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10865,'41541','Grao De Castellon','GRAO DE CASTELLON',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:15','1900-01-01 00:00:00',1,0,1),(10866,'30659','Grapevine','GRAPEVINE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10867,'158','Grasellenbach','GRASELLENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10868,'1001','Grasmere','GRASMERE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10869,'8146','Grasmere','GRASMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10870,'21705','Grasonville','GRASONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10871,'18512','Grass Valley','GRASS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:16','1900-01-01 00:00:00',1,0,1),(10872,'22765','Grassau','GRASSAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10873,'11980','Grassina','GRASSINA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10874,'40431','Grassobbio','GRASSOBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10875,'2293','Grasten','GRASTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:17','1900-01-01 00:00:00',1,0,1),(10876,'38803','Gratentour','GRATENTOUR',NULL,'','France','',0,0,76,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10877,'42025','Grau Roig','GRAU ROIG',NULL,'','Andorra','',0,0,5,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10878,'23029','Graubunden','GRAUBUNDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10879,'969','Gravatai','GRAVATAI',NULL,'','Brazil','',0,0,30,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10880,'14917','Gravdal','GRAVDAL',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10881,'11981','Gravedona','GRAVEDONA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10882,'22944','Gravelbourg','GRAVELBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10883,'6171','Gravelines','GRAVELINES',NULL,'','France','',0,0,76,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10884,'34507','Gravenhurst','GRAVENHURST',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:18','1900-01-01 00:00:00',1,0,1),(10885,'426','Gravenwiesbach','GRAVENWIESBACH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10886,'8147','Gravesend','GRAVESEND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10887,'6437','Graveson','GRAVESON',NULL,'','France','',0,0,76,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10888,'11982','Gravina In Puglia','GRAVINA IN PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10889,'21202','Gray','GRAY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:19','1900-01-01 00:00:00',1,0,1),(10890,'31511','Grayland','GRAYLAND',NULL,'','United States','',0,0,231,'2016-10-17 10:59:20','1900-01-01 00:00:00',1,0,1),(10891,'22087','Grayling','GRAYLING',NULL,'','United States','',0,0,231,'2016-10-17 10:59:20','1900-01-01 00:00:00',1,0,1),(10892,'9298','Grays','GRAYS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10893,'1287','Grays','GRAYS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10894,'31512','Grays Harbor','GRAYS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 10:59:21','1900-01-01 00:00:00',1,0,1),(10895,'7092','Grayshott','GRAYSHOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10896,'20572','Grayslake','GRAYSLAKE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10897,'33645','Grayson','GRAYSON',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10898,'19377','Grayton Beach','GRAYTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10899,'20573','Grayville','GRAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:22','1900-01-01 00:00:00',1,0,1),(10900,'3236','Grazalema','GRAZALEMA',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10901,'16438','Grazhdanka','GRAZHDANKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10902,'8148','Great Barr','GREAT BARR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10903,'43038','Great Barrier Island','GREAT BARRIER ISLAND',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10904,'42168','Great Barrier Reef-whitsundays','GREAT BARRIER REEF-WHITSUNDAYS',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10905,'21383','Great Barrington','GREAT BARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 10:59:23','1900-01-01 00:00:00',1,0,1),(10906,'24883','Great Guana Cay','GREAT GUANA CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:24','1900-01-01 00:00:00',1,0,1),(10907,'43787','Great Harbour','GREAT HARBOUR',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 10:59:24','1900-01-01 00:00:00',1,0,1),(10908,'37113','Greater Addo Nationa','GREATER ADDO NATIONA',NULL,'','South Africa','',0,0,195,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10909,'13808','Greater Guadalajara','GREATER GUADALAJARA',NULL,'','Mexico','',0,0,141,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10910,'38512','Grebbestad','GREBBESTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10911,'24198','Grecia','GRECIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10912,'36127','Gredos','GREDOS',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10913,'28818','Greece','GREECE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10914,'33453','Greeley','GREELEY',NULL,'','United States','',0,0,231,'2016-10-17 10:59:27','1900-01-01 00:00:00',1,0,1),(10915,'25924','Green Community','GREEN COMMUNITY',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 10:59:28','1900-01-01 00:00:00',1,0,1),(10916,'17385','Green Island','GREEN ISLAND',NULL,'','Taiwan','',0,0,212,'2016-10-17 10:59:28','1900-01-01 00:00:00',1,0,1),(10917,'32456','Green Point','GREEN POINT',NULL,'','South Africa','',0,0,195,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10918,'42422','Green Turtle','GREEN TURTLE',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10919,'31513','Greenbank','GREENBANK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:29','1900-01-01 00:00:00',1,0,1),(10920,'21706','Greenbelt','GREENBELT',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10921,'29671','Greenburg','GREENBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10922,'29957','Greencastle','GREENCASTLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:30','1900-01-01 00:00:00',1,0,1),(10923,'28819','Greene','GREENE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10924,'33154','Greeneville','GREENEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10925,'32704','Greenfield','GREENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:31','1900-01-01 00:00:00',1,0,1),(10926,'26001','Greenfield Park','GREENFIELD PARK',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10927,'9331','Greenford','GREENFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10928,'39785','Greenhaugh','GREENHAUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10929,'38379','Greenhead','GREENHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:32','1900-01-01 00:00:00',1,0,1),(10930,'7095','Greenholme','GREENHOLME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10931,'15105','Greenlane','GREENLANE',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10932,'8154','Greenock','GREENOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10933,'27979','Greenough','GREENOUGH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10934,'28820','Greenport','GREENPORT',NULL,'','United States','',0,0,231,'2016-10-17 10:59:33','1900-01-01 00:00:00',1,0,1),(10935,'19816','Greensboro','GREENSBORO',NULL,'','United States','',0,0,231,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10936,'26227','Greensborough','GREENSBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10937,'20891','Greensburg','GREENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 10:59:34','1900-01-01 00:00:00',1,0,1),(10938,'30660','Greenshores','GREENSHORES',NULL,'','United States','',0,0,231,'2016-10-17 10:59:35','1900-01-01 00:00:00',1,0,1),(10939,'26703','Greenslopes','GREENSLOPES',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10940,'20575','Greenup','GREENUP',NULL,'','United States','',0,0,231,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10941,'33647','Greenville','GREENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 10:59:36','1900-01-01 00:00:00',1,0,1),(10942,'31514','Greenwater','GREENWATER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:40','1900-01-01 00:00:00',1,0,1),(10943,'28822','Greenwich','GREENWICH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10944,'8155','Greenwich','GREENWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10945,'27859','Greenwood','GREENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:41','1900-01-01 00:00:00',1,0,1),(10946,'13095','Greenwood','GREENWOOD',NULL,'','Jamaica','',0,0,109,'2016-10-17 10:59:42','1900-01-01 00:00:00',1,0,1),(10947,'30336','Greer','GREER',NULL,'','United States','',0,0,231,'2016-10-17 10:59:43','1900-01-01 00:00:00',1,0,1),(10948,'8156','Greetham','GREETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10949,'27218','Greetsiel','GREETSIEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10950,'27367','Greffen','GREFFEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10951,'27368','Grefrath','GREFRATH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10952,'24875','Gregory Town','GREGORY TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10953,'837','Greifswald','GREIFSWALD',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10954,'39095','Greiz','GREIZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10955,'2123','Grenaa','GRENAA',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10956,'27860','Grenada','GRENADA',NULL,'','United States','',0,0,231,'2016-10-17 10:59:44','1900-01-01 00:00:00',1,0,1),(10957,'9836','Grenada','GRENADA',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10958,'4270','Grenade-sur-ladour','GRENADE-SUR-LADOUR',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10959,'23218','Grenchen','GRENCHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10960,'6634','Grenoble','GRENOBLE',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10961,'9842','Grenville','GRENVILLE',NULL,'','Grenada','',0,0,88,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10962,'42107','Grenville Sur La Rouge','GRENVILLE SUR LA ROUGE',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10963,'6438','Greoux-les-bains','GREOUX-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 10:59:45','1900-01-01 00:00:00',1,0,1),(10964,'29672','Gresham','GRESHAM',NULL,'','United States','',0,0,231,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10965,'11983','Gressan','GRESSAN',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10966,'6635','Gresse-en-vercors','GRESSE-EN-VERCORS',NULL,'','France','',0,0,76,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10967,'11984','Gressoney-la-trinite','GRESSONEY-LA-TRINITE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:46','1900-01-01 00:00:00',1,0,1),(10968,'39806','Gressoney-saint-jean','GRESSONEY-SAINT-JEAN',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10969,'40493','Gressvik','GRESSVIK',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10970,'5851','Gressy','GRESSY',NULL,'','France','',0,0,76,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10971,'4271','Grésy-sur-aix','GRÉSY-SUR-AIX',NULL,'','France','',0,0,76,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10972,'28126','Gretna','GRETNA',NULL,'','United States','',0,0,231,'2016-10-17 10:59:47','1900-01-01 00:00:00',1,0,1),(10973,'8157','Gretna Green','GRETNA GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10974,'11985','Greve','GREVE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10975,'40133','Grevena','GREVENA',NULL,'','Greece','',0,0,86,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10976,'27369','Grevenbroich','GREVENBROICH',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10977,'838','Grevesmuhlen','GREVESMUHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10978,'15107','Grey Lynn','GREY LYNN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10979,'32101','Greybull','GREYBULL',NULL,'','United States','',0,0,231,'2016-10-17 10:59:48','1900-01-01 00:00:00',1,0,1),(10980,'27980','Greycliff','GREYCLIFF',NULL,'','United States','',0,0,231,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10981,'15196','Greymouth','GREYMOUTH',NULL,'','New Zealand','Greymouth',0,0,157,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10982,'43022','Greytown','GREYTOWN',NULL,'','New Zealand','',0,0,157,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10983,'11986','Griante','GRIANTE',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10984,'27370','Griepshop','GRIEPSHOP',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10985,'26991','Gries','GRIES',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:49','1900-01-01 00:00:00',1,0,1),(10986,'427','Griesheim','GRIESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10987,'19818','Griffin','GRIFFIN',NULL,'','United States','',0,0,231,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10988,'20895','Griffith','GRIFFITH',NULL,'','United States','',0,0,231,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10989,'26632','Griffith','GRIFFITH',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:50','1900-01-01 00:00:00',1,0,1),(10990,'11987','Grignano','GRIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10991,'6172','Grigny','GRIGNY',NULL,'','France','',0,0,76,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10992,'6439','Grimaud','GRIMAUD',NULL,'','France','',0,0,76,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10993,'24626','Grimbergen','GRIMBERGEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10994,'23219','Grimentz','GRIMENTZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10995,'20215','Grimes','GRIMES',NULL,'','United States','',0,0,231,'2016-10-17 10:59:51','1900-01-01 00:00:00',1,0,1),(10996,'839','Grimmen','GRIMMEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10997,'34508','Grimsby','GRIMSBY',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10998,'8158','Grimsby','GRIMSBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(10999,'10978','Grimsey','GRIMSEY',NULL,'','Iceland','',0,0,100,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11000,'25317','Grimshaw','GRIMSHAW',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11001,'14918','Grimstad','GRIMSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11002,'8159','Grimston','GRIMSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:52','1900-01-01 00:00:00',1,0,1),(11003,'35440','Grindavik','GRINDAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11004,'23220','Grindelwald','GRINDELWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11005,'26843','Grindelwald','GRINDELWALD',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11006,'2260','Grindsted','GRINDSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11007,'20216','Grinnell','GRINNELL',NULL,'','United States','',0,0,231,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11008,'39371','Grinon','GRINON',NULL,'','Spain','',0,0,199,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11009,'25797','Grise Fiord','GRISE FIORD',NULL,'','Canada','',0,0,39,'2016-10-17 10:59:53','1900-01-01 00:00:00',1,0,1),(11010,'41796','Grisolia Lido - Calabria Coast','GRISOLIA LIDO - CALABRIA COAST',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11011,'19088','Griswold','GRISWOLD',NULL,'','United States','',0,0,231,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11012,'39748','Gritsa','GRITSA',NULL,'','Greece','',0,0,86,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11013,'37209','Grittleton','GRITTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11014,'24416','Grobming','GROBMING',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11015,'27168','Grodig','GRODIG',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11016,'24895','Grodna','GRODNA',NULL,'','Belarus','',0,0,20,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11017,'43761','Groebming','GROEBMING',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11018,'708','Groemitz','GROEMITZ',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:54','1900-01-01 00:00:00',1,0,1),(11019,'30663','Groesbeck','GROESBECK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11020,'14537','Groesbeek','GROESBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11021,'39609','Groix','GROIX',NULL,'','France','',0,0,76,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11022,'27371','Gronau','GRONAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11023,'16824','Grondal','GRONDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11024,'14934','Grong','GRONG',NULL,'','Norway','',0,0,164,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11025,'14559','Groningen','GRONINGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11026,'9857','Gronnedal','GRONNEDAL',NULL,'','Greenland','',0,0,87,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11027,'15585','Gronow','GRONOW',NULL,'','Poland','',0,0,174,'2016-10-17 10:59:55','1900-01-01 00:00:00',1,0,1),(11028,'43233','Groot-bijgaaden','GROOT-BIJGAADEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11029,'24627','Groot-bijgaarden','GROOT-BIJGAARDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11030,'26228','Groote Eylandt','GROOTE EYLANDT',NULL,'','Australia','',0,0,13,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11031,'42255','Gropparello','GROPPARELLO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11032,'13051','Groppoli','GROPPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11033,'13581','Gros Islet','GROS ISLET',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11034,'40276','Grosio','GROSIO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11035,'40136','Grosotto','GROSOTTO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:56','1900-01-01 00:00:00',1,0,1),(11036,'6637','Grospierres','GROSPIERRES',NULL,'','France','',0,0,76,'2016-10-17 10:59:57','1900-01-01 00:00:00',1,0,1),(11037,'159','Gross Beuchow','GROSS BEUCHOW',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:57','1900-01-01 00:00:00',1,0,1),(11038,'27169','Grossarl','GROSSARL',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11039,'164','Grossbeeren','GROSSBEEREN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11040,'165','Grossbettlingen','GROSSBETTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11041,'166','Grossburgwedel','GROSSBURGWEDEL',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:58','1900-01-01 00:00:00',1,0,1),(11042,'22090','Grosse Pointe Park','GROSSE POINTE PARK',NULL,'','United States','',0,0,231,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11043,'167','Grossebersdorf','GROSSEBERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11044,'39867','Grossenbrode','GROSSENBRODE',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11045,'39815','Grossenzersdorf','GROSSENZERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11046,'12853','Grosseto','GROSSETO',NULL,'','Italy','',0,0,107,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11047,'168','Gross-gerau','GROSS-GERAU',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11048,'39836','Grossliebringen','GROSSLIEBRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 10:59:59','1900-01-01 00:00:00',1,0,1),(11049,'26968','Grossnondorf','GROSSNONDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11050,'16632','Grosuplje','GROSUPLJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11051,'36474','Grotli','GROTLI',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11052,'19089','Groton','GROTON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11053,'11988','Grottaferrata','GROTTAFERRATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11054,'11989','Grottammare','GROTTAMMARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:00','1900-01-01 00:00:00',1,0,1),(11055,'6859','Grouville','GROUVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11056,'3664','Grove','GROVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11057,'18515','Groveland','GROVELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:00:01','1900-01-01 00:00:00',1,0,1),(11058,'29368','Groveport','GROVEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:00:02','1900-01-01 00:00:00',1,0,1),(11059,'33874','Grover','GROVER',NULL,'','United States','',0,0,231,'2016-10-17 11:00:02','1900-01-01 00:00:00',1,0,1),(11060,'30664','Groves','GROVES',NULL,'','United States','',0,0,231,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11061,'19820','Grovetown','GROVETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11062,'16261','Groznyj','GROZNYJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11063,'11990','Grugliasco','GRUGLIASCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:03','1900-01-01 00:00:00',1,0,1),(11064,'4857','Gruissan','GRUISSAN',NULL,'','France','',0,0,76,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11065,'22766','Grunau','GRUNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11066,'27131','Grunau Im Almtal','GRUNAU IM ALMTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11067,'10979','Grundarfjordur','GRUNDARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11068,'24417','Grundlsee','GRUNDLSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11069,'31122','Grundy','GRUNDY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11070,'1882','Grünhain-beierfeld','GRÜNHAIN-BEIERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:04','1900-01-01 00:00:00',1,0,1),(11071,'774','Grünheide','GRÜNHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11072,'23221','Gruningen','GRUNINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11073,'22548','Grunwald','GRUNWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11074,'23222','Gruyeres','GRUYERES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11075,'23223','Gryon','GRYON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11076,'37408','Grythyttan','GRYTHYTTAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11077,'24461','Gschnitz','GSCHNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11078,'23224','Gstaad','GSTAAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11079,'23031','Gsteigwiler','GSTEIGWILER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11080,'41474','Guadahortuna','GUADAHORTUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:05','1900-01-01 00:00:00',1,0,1),(11081,'3406','Guadalajara','GUADALAJARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11082,'42986','Guadalest','GUADALEST',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11083,'13810','Guadalupe','GUADALUPE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11084,'3637','Guadalupe','GUADALUPE',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11085,'43116','Guadarrama','GUADARRAMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11086,'9362','Guadeloupe','GUADELOUPE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11087,'3237','Guadiaro','GUADIARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11088,'3238','Guadix','GUADIX',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:06','1900-01-01 00:00:00',1,0,1),(11089,'43054','Guagno Les Bains','GUAGNO LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11090,'963','Guaira','GUAIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11091,'968','Guajara Mirim','GUAJARA MIRIM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11092,'18517','Gualala','GUALALA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11093,'3550','Gualba','GUALBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11094,'11991','Gualdo Cattaneo','GUALDO CATTANEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:07','1900-01-01 00:00:00',1,0,1),(11095,'41970','Gualeguaychu','GUALEGUAYCHU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11096,'3551','Gualta','GUALTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11097,'27654','Guam','GUAM',NULL,'','United States','',0,0,231,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11098,'9891','Guam','GUAM',NULL,'','Guam','',0,0,90,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11099,'35541','Guamo','GUAMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11100,'17386','Guan Zi Ling','GUAN ZI LING',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11101,'43788','Guana Island','GUANA ISLAND',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11102,'40988','Guanacaste','GUANACASTE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11103,'9967','Guanaja','GUANAJA',NULL,'','Honduras','',0,0,97,'2016-10-17 11:00:08','1900-01-01 00:00:00',1,0,1),(11104,'14142','Guanajuato','GUANAJUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11105,'34866','Guang\'an','GUANG\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11106,'43533','Guangdong','GUANGDONG',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11107,'34865','Guanghan','GUANGHAN',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11108,'23960','Guangzhou','GUANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11109,'15751','Guanica','GUANICA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11110,'17387','Guanshan','GUANSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11111,'36414','Guanujuato','GUANUJUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:09','1900-01-01 00:00:00',1,0,1),(11112,'44027','Guanxi','GUANXI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11113,'23803','Guanyintang','GUANYINTANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11114,'24102','Guapi','GUAPI',NULL,'','Colombia','',0,0,49,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11115,'24230','Guapiles','GUAPILES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11116,'35950','Guarajuba','GUARAJUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11117,'25058','Guarapari','GUARAPARI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11118,'38195','Guarapuava','GUARAPUAVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11119,'25121','Guararapes','GUARARAPES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11120,'42203','Guararema','GUARAREMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11121,'25201','Guaratingueta','GUARATINGUETA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11122,'23225','Guarda','GUARDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11123,'15968','Guarda','GUARDA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:10','1900-01-01 00:00:00',1,0,1),(11124,'43520','Guardalavaca','GUARDALAVACA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11125,'3758','Guardamar Del Segura','GUARDAMAR DEL SEGURA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11126,'11993','Guardamiglio','GUARDAMIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11127,'11994','Guardavalle','GUARDAVALLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11128,'12993','Guardia Piemontese','GUARDIA PIEMONTESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11129,'11995','Guardistallo','GUARDISTALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:11','1900-01-01 00:00:00',1,0,1),(11130,'38602','Guaro','GUARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11131,'25179','Guaruja','GUARUJA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11132,'25202','Guarulhos','GUARULHOS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11133,'14091','Guasave','GUASAVE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11134,'42897','Guayanilla','GUAYANILLA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11135,'2396','Guayaquil','GUAYAQUIL',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11136,'24946','Guayaramerin','GUAYARAMERIN',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11137,'42112','Guayas','GUAYAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11138,'13812','Guaymas','GUAYMAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:12','1900-01-01 00:00:00',1,0,1),(11139,'11996','Gubbio','GUBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11140,'41353','Gudar','GUDAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11141,'2640','Gúdar','GÚDAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11142,'1570','Gudbrandsdalen','GUDBRANDSDALEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11143,'2163','Gudhjem','GUDHJEM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11144,'39171','Gudme','GUDME',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11145,'38269','Guduvancheri','GUDUVANCHERI',NULL,'','India','',0,0,101,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11146,'14978','Gudvangen','GUDVANGEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:13','1900-01-01 00:00:00',1,0,1),(11147,'6762','Guebwiller','GUEBWILLER',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11148,'2641','Guejar Sierra','GUEJAR SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11149,'13697','Gueliz','GUELIZ',NULL,'','Morocco','',0,0,148,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11150,'34509','Guelph','GUELPH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11151,'169','Guelzow','GUELZOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11152,'1720','Guenzburg','GUENZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11153,'37973','Guerande','GUERANDE',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11154,'6004','Gueret','GUERET',NULL,'','France','',0,0,76,'2016-10-17 11:00:14','1900-01-01 00:00:00',1,0,1),(11155,'18518','Guerneville','GUERNEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11156,'9304','Guernsey','GUERNSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11157,'32102','Guernsey','GUERNSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11158,'38758','Guerreiros Do Rio','GUERREIROS DO RIO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11159,'13815','Guerrero Negro','GUERRERO NEGRO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11160,'39089','Guessing','GUESSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11161,'170','Guestrow','GUESTROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:15','1900-01-01 00:00:00',1,0,1),(11162,'2087','Guetersloh','GUETERSLOH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11163,'5190','Guethary','GUETHARY',NULL,'','France','',0,0,76,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11164,'171','Guettin','GUETTIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11165,'14','Guggenthal','GUGGENTHAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11166,'23226','Guggisberg','GUGGISBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11167,'22549','Guglingen','GUGLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11168,'3363','Guia De Isora','GUIA DE ISORA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11169,'5000','Guidel','GUIDEL',NULL,'','France','',0,0,76,'2016-10-17 11:00:16','1900-01-01 00:00:00',1,0,1),(11170,'11997','Guidonia','GUIDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11171,'41955','Guijo De Coria','GUIJO DE CORIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11172,'3453','Guijuelo','GUIJUELO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11173,'7096','Guilden Sutton','GUILDEN SUTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11174,'28826','Guilderland','GUILDERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11175,'8160','Guildford','GUILDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:17','1900-01-01 00:00:00',1,0,1),(11176,'19090','Guilford','GUILFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11177,'23681','Guilin','GUILIN',NULL,'','China','',0,0,46,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11178,'37386','Guillaumes','GUILLAUMES',NULL,'','France','',0,0,76,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11179,'3239','Guillena','GUILLENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11180,'6440','Guillestre','GUILLESTRE',NULL,'','France','',0,0,76,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11181,'8161','Guilsborough','GUILSBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:18','1900-01-01 00:00:00',1,0,1),(11182,'3364','Guimar','GUIMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11183,'15885','Guimaraes','GUIMARAES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11184,'17887','Guin','GUIN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11185,'5544','Guingamp','GUINGAMP',NULL,'','France','',0,0,76,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11186,'1282','Guipuzcoa - San Sebastian','GUIPUZCOA - SAN SEBASTIAN',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11187,'8162','Guisborough','GUISBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11188,'8163','Guiting Power','GUITING POWER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:19','1900-01-01 00:00:00',1,0,1),(11189,'2964','Guitiriz','GUITIRIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11190,'23861','Guiyang','GUIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11191,'23870','Guizhou','GUIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11192,'5191','Gujan-mestras','GUJAN-MESTRAS',NULL,'','France','',0,0,76,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11193,'38526','Gulf Harbour','GULF HARBOUR',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11194,'3884','Gulf Of Finland','GULF OF FINLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:20','1900-01-01 00:00:00',1,0,1),(11195,'8164','Gullane','GULLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11196,'17339','Gulluk','GULLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11197,'38955','Gulmarg','GULMARG',NULL,'','India','Gulmarg',13,0,101,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11198,'38582','Gulpen','GULPEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11199,'24752','Gulshan','GULSHAN',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11200,'17478','Gulu','GULU',NULL,'','Uganda','',0,0,226,'2016-10-17 11:00:22','1900-01-01 00:00:00',1,0,1),(11201,'35816','Gumi','GUMI',NULL,'','South Korea','',0,0,197,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11202,'13492','Gumi','GUMI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11203,'41485','Gumiel De Mercado','GUMIEL DE MERCADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11204,'27372','Gummersbach','GUMMERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11205,'17209','Gumuldur','GUMULDUR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11206,'17297','Gumushane','GUMUSHANE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11207,'37871','Gumusluk','GUMUSLUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11208,'30665','Gun Barrel City','GUN BARREL CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11209,'10523','Guna','GUNA',NULL,'','India','Guna ',15,0,101,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11210,'10227','Guna','GUNA',NULL,'','Indonesia','Guna ',0,0,102,'2016-10-17 11:00:23','1900-01-01 00:00:00',1,0,1),(11211,'34186','Gundagai','GUNDAGAI',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11212,'17355','Gundogan','GUNDOGAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11213,'17266','Gungoren','GUNGOREN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11214,'42684','Gunma','GUNMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11215,'34187','Gunnedah','GUNNEDAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11216,'33456','Gunnison','GUNNISON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:24','1900-01-01 00:00:00',1,0,1),(11217,'36912','Gunnsion','GUNNSION',NULL,'','United States','',0,0,231,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11218,'17890','Guntersville','GUNTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11219,'39580','Gunung Mulu National Park','GUNUNG MULU NATIONAL PARK',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11220,'22767','Gunzburg','GUNZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:25','1900-01-01 00:00:00',1,0,1),(11221,'22550','Gunzenhausen','GUNZENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11222,'16221','Gura Humorului','GURA HUMORULUI',NULL,'','Romania','',0,0,179,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11223,'16493','Gurayat','GURAYAT',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11224,'18024','Gurdon','GURDON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11225,'10376','Gurgaon','','GGN','0','','Gurgaon : the city of guru dronacharya',9,0,101,'2016-10-17 11:00:26','2017-07-08 11:10:10',1,0,1),(11226,'41987','Guriri','GURIRI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11227,'20577','Gurnee','GURNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11228,'25064','Gurupi','GURUPI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:00:26','1900-01-01 00:00:00',1,0,1),(11229,'37616','Guruvayur','GURUVAYUR',NULL,'','India','Guruvayur',3,0,101,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11230,'12823','Guspini','GUSPINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11231,'42147','Gussing','GUSSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11232,'9363','Gustavia','GUSTAVIA',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11233,'17637','Gustavus','GUSTAVUS',NULL,'','United States','',0,0,231,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11234,'18519','Gustine','GUSTINE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:27','1900-01-01 00:00:00',1,0,1),(11235,'40689','Gutach Im Breisgau','GUTACH IM BREISGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11236,'27373','Gutersloh','GUTERSLOH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11237,'32910','Guthrie','GUTHRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11238,'41724','Guttannen','GUTTANNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11239,'23228','Guttingen','GUTTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11240,'10417','Guwahati','GUWAHATI',NULL,'','India','Guwahati Tour | Trip to Guwahati | Guwahati Tour P',10,0,101,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11241,'9895','Guyana','GUYANA',NULL,'','Guyana','',0,0,94,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11242,'4725','Guyancourt','GUYANCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:00:28','1900-01-01 00:00:00',1,0,1),(11243,'32911','Guymon','GUYMON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11244,'43189','Guysborough','GUYSBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11245,'38664','Guzelyali','GUZELYALI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11246,'15301','Gwadar','GWADAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11247,'15302','Gwadur','GWADUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11248,'10524','Gwalior','GWALIOR',NULL,'','India','Gwalior',15,0,101,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11249,'35810','Gwangju','GWANGJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11250,'42183','Gwent','GWENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11251,'32658','Gweru','GWERU',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11252,'22091','Gwinn','GWINN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:29','1900-01-01 00:00:00',1,0,1),(11253,'23585','Gyalthang','GYALTHANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11254,'24571','Gyandzha','GYANDZHA',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11255,'42392','Gyantse','GYANTSE',NULL,'','China','',0,0,46,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11256,'10124','Gyenesdias','GYENESDIAS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11257,'35811','Gyeongju','GYEONGJU',NULL,'','South Korea','Gyeongju',0,0,197,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11258,'13493','Gyeongju','GYEONGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11259,'26409','Gympie','GYMPIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11260,'33458','Gypsum','GYPSUM',NULL,'','United States','',0,0,231,'2016-10-17 11:00:30','1900-01-01 00:00:00',1,0,1),(11261,'42510','Gytheio','GYTHEIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11262,'9475','Gythion','GYTHION',NULL,'','Greece','',0,0,86,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11263,'10064','Gyula','GYULA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11264,'26153','Gyumri','GYUMRI',NULL,'','Armenia','',0,0,11,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11265,'14185','Gzira','GZIRA',NULL,'','Malta','',0,0,135,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11266,'43896','Haaksbergen','HAAKSBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11267,'39315','Haamstede','HAAMSTEDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11268,'27374','Haan','HAAN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11269,'3820','Haapsalu','HAAPSALU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:00:31','1900-01-01 00:00:00',1,0,1),(11270,'198','Haar','HAAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11271,'14636','Haarlem','HAARLEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11272,'40389','Haast','HAAST',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11273,'13593','Habarana','HABARANA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11274,'34188','Haberfield','HABERFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11275,'13135','Hachijo Jima Island','HACHIJO JIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11276,'35739','Hachimantai','HACHIMANTAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11277,'13239','Hachinohe','HACHINOHE',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11278,'13415','Hachioji','HACHIOJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:32','1900-01-01 00:00:00',1,0,1),(11279,'18520','Hacienda Heights','HACIENDA HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11280,'28287','Hackensack','HACKENSACK',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11281,'28288','Hackettstown','HACKETTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11282,'8165','Hackney','HACKNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11283,'37582','Hadahaa','HADAHAA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11284,'428','Hadamar','HADAMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:33','1900-01-01 00:00:00',1,0,1),(11285,'8166','Haddington','HADDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11286,'28289','Haddonfield','HADDONFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11287,'2294','Haderslev','HADERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11288,'26229','Hadfield','HADFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11289,'28827','Hadley','HADLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:34','1900-01-01 00:00:00',1,0,1),(11290,'7097','Hadley Wood','HADLEY WOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11291,'2148','Hadsten','HADSTEN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11292,'39174','Haegebostad','HAEGEBOSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11293,'39853','Haegeland','HAEGELAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11294,'43871','Haemeenlinna','HAEMEENLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11295,'19983','Haena','HAENA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11296,'32564','Haenertsburg','HAENERTSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11297,'26993','Haeselgehr','HAESELGEHR',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11298,'13521','Haeundae','HAEUNDAE',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:00:35','1900-01-01 00:00:00',1,0,1),(11299,'42214','Hafar Al-batin','HAFAR AL-BATIN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11300,'37572','Hafez Hayyim','HAFEZ HAYYIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11301,'10980','Hafnarfjordur','HAFNARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11302,'16494','Hafr Albatin','HAFR ALBATIN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11303,'36475','Hafslo','HAFSLO',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11304,'3964','Haga','HAGA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11305,'3965','Hagalund','HAGALUND',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11306,'25452','Hagensborg','HAGENSBORG',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11307,'6763','Hagenthal-le-bas','HAGENTHAL-LE-BAS',NULL,'','France','',0,0,76,'2016-10-17 11:00:36','1900-01-01 00:00:00',1,0,1),(11308,'20356','Hagerman','HAGERMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11309,'16825','Hagersten','HAGERSTEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11310,'21707','Hagerstown','HAGERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11311,'38158','Hagetmau','HAGETMAU',NULL,'','France','',0,0,76,'2016-10-17 11:00:37','1900-01-01 00:00:00',1,0,1),(11312,'16787','Hagfors','HAGFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11313,'39959','Hagley','HAGLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11314,'22551','Hagnau','HAGNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11315,'6032','Hagondange','HAGONDANGE',NULL,'','France','',0,0,76,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11316,'28828','Hague','HAGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11317,'5041','Haguenau','HAGUENAU',NULL,'','France','',0,0,76,'2016-10-17 11:00:38','1900-01-01 00:00:00',1,0,1),(11318,'19821','Hahira','HAHIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11319,'429','Hahn','HAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11320,'26803','Hahndorf','HAHNDORF',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11321,'1701','Hahneklee','HAHNEKLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11322,'42453','Hahnenklee','HAHNENKLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11323,'27219','Hahnenklee-bockswiese','HAHNENKLEE-BOCKSWIESE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11324,'42813','Hai Duong','HAI DUONG',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:00:39','1900-01-01 00:00:00',1,0,1),(11325,'27132','Haibach','HAIBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11326,'23769','Haicang','HAICANG',NULL,'','China','',0,0,46,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11327,'199','Haidmuhle','HAIDMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11328,'11024','Haifa','HAIFA',NULL,'','Israel','Haifa',0,0,106,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11329,'35417','Haifa-ness Ammim','HAIFA-NESS AMMIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11330,'36058','Haiger','HAIGER',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11331,'18521','Haight-ashbury','HAIGHT-ASHBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:40','1900-01-01 00:00:00',1,0,1),(11332,'23559','Haikou','HAIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11333,'19984','Haiku','HAIKU',NULL,'','United States','',0,0,231,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11334,'16495','Hail','HAIL',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11335,'41','Hailar','HAILAR',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11336,'20357','Hailey','HAILEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11337,'8167','Hailsham','HAILSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11338,'34867','Hailuo Valley Scenic','HAILUO VALLEY SCENIC',NULL,'','China','',0,0,46,'2016-10-17 11:00:41','1900-01-01 00:00:00',1,0,1),(11339,'38193','Haiming','HAIMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11340,'43352','Hainan Island','HAINAN ISLAND',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11341,'34868','Hainan-haikou','HAINAN-HAIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11342,'34896','Hainan-qiong Hai','HAINAN-QIONG HAI',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11343,'34905','Hainan-sanya','HAINAN-SANYA',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11344,'34918','Hainan-xinglong','HAINAN-XINGLONG',NULL,'','China','',0,0,46,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11345,'24581','Hainaut','HAINAUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11346,'17638','Haines','HAINES',NULL,'','United States','',0,0,231,'2016-10-17 11:00:42','1900-01-01 00:00:00',1,0,1),(11347,'42110','Haines Junction','HAINES JUNCTION',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11348,'23696','Haining','HAINING',NULL,'','China','',0,0,46,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11349,'32252','Haiphong','HAIPHONG',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11350,'23586','Haizhu','HAIZHU',NULL,'','China','',0,0,46,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11351,'10074','Hajduszoboszlo','HAJDUSZOBOSZLO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11352,'37322','Hajinbu','HAJINBU',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11353,'19985','Hakalau','HAKALAU',NULL,'','United States','',0,0,231,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11354,'13110','Hakata','HAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:43','1900-01-01 00:00:00',1,0,1),(11355,'16159','Hakaui','HAKAUI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11356,'17373','Hakkari','HAKKARI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11357,'13389','Hakodate','HAKODATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11358,'13240','Hakone','HAKONE',NULL,'','Japan','Hakone',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11359,'13136','Hakuba','HAKUBA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11360,'44256','Hakuraa Huraa','HAKURAA HURAA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11361,'40648','Halaveli','HALAVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:00:44','1900-01-01 00:00:00',1,0,1),(11362,'1935','Halberstadt','HALBERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11363,'200','Halblech','HALBLECH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11364,'14961','Halden','HALDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11365,'24462','Haldensee','HALDENSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11366,'44208','Haldia','HALDIA',NULL,'','India','Haldia',12,0,101,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11367,'40812','Haldwani','HALDWANI',NULL,'','India','',0,0,101,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11368,'8168','Hale','HALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11369,'19986','Haleiwa','HALEIWA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:45','1900-01-01 00:00:00',1,0,1),(11370,'19987','Halena','HALENA',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11371,'8169','Halesworth','HALESWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11372,'21709','Halethorpe','HALETHORPE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11373,'17891','Haleyville','HALEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:46','1900-01-01 00:00:00',1,0,1),(11374,'18522','Half Moon Bay','HALF MOON BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11375,'15108','Halfmoon Bay','HALFMOON BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11376,'25453','Halfmoon Bay','HALFMOON BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11377,'29673','Halfway','HALFWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11378,'34510','Haliburton','HALIBURTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:47','1900-01-01 00:00:00',1,0,1),(11379,'17639','Halibut Cove','HALIBUT COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11380,'8170','Halifax','HALIFAX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11381,'25711','Halifax','HALIFAX',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11382,'41166','Halkirk','HALKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11383,'8171','Halkyn','HALKYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11384,'25798','Hall Beach','HALL BEACH',NULL,'','Canada','',0,0,39,'2016-10-17 11:00:48','1900-01-01 00:00:00',1,0,1),(11385,'16672','Halland','HALLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11386,'19384','Hallandale','HALLANDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11387,'7098','Hallbankgate','HALLBANKGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11388,'201','Hallbergmoos','HALLBERGMOOS',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11389,'172','Halle','HALLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:49','1900-01-01 00:00:00',1,0,1),(11390,'40433','Halle','HALLE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11391,'39384','Hallein','HALLEIN',NULL,'','Austria','Hallein',0,0,14,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11392,'27375','Hallenberg','HALLENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11393,'37723','Haller','HALLER',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11394,'30666','Hallettsville','HALLETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:00:50','1900-01-01 00:00:00',1,0,1),(11395,'27401','Hallock','HALLOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11396,'10981','Hallormsstadur','HALLORMSSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11397,'21875','Hallowell','HALLOWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11398,'26230','Halls Creek','HALLS CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11399,'16759','Hallsberg','HALLSBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11400,'38753','Hallstatt','HALLSTATT',NULL,'','Austria','',0,0,14,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11401,'16826','Hallstavik','HALLSTAVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:51','1900-01-01 00:00:00',1,0,1),(11402,'29962','Hallstead','HALLSTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11403,'37880','Halluin','HALLUIN',NULL,'','France','',0,0,76,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11404,'16705','Halmstad','HALMSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11405,'43280','Halong','HALONG',NULL,'','Vietnam','Halong',0,0,236,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11406,'17154','Halq Al Wadi','HALQ AL WADI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:00:52','1900-01-01 00:00:00',1,0,1),(11407,'39516','Halsenbach','HALSENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11408,'29674','Halsey','HALSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11409,'37217','Halstead','HALSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11410,'710','Halstenbek','HALSTENBEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:53','1900-01-01 00:00:00',1,0,1),(11411,'15197','Halswell','HALSWELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11412,'30667','Haltom City','HALTOM CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11413,'8172','Haltwhistle','HALTWHISTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11414,'8173','Halvergate','HALVERGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11415,'16928','Hama','HAMA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11416,'43904','Hamada','HAMADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11417,'13410','Hamamatsu','HAMAMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:00:54','1900-01-01 00:00:00',1,0,1),(11418,'14891','Hamar','HAMAR',NULL,'','Norway','Hamar',0,0,164,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11419,'1662','Hamat Gader','HAMAT GADER',NULL,'','Israel','',0,0,106,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11420,'44055','Hambach','HAMBACH',NULL,'','France','',0,0,76,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11421,'44029','Hambantota','HAMBANTOTA',NULL,'','Sri Lanka','Hambantota',0,0,200,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11422,'8174','Hambleton','HAMBLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11423,'8175','Hambrook','HAMBROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11424,'176','Hambuehren','HAMBUEHREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11425,'29963','Hamburg','HAMBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:00:55','1900-01-01 00:00:00',1,0,1),(11426,'379','Hamburg','HAMBURG',NULL,'','Germany','Hamburg',0,0,83,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11427,'19091','Hamden','HAMDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11428,'39754','Hamdeok','HAMDEOK',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11429,'3912','Hameenlinna','HAMEENLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11430,'27403','Hamel','HAMEL',NULL,'','United States','',0,0,231,'2016-10-17 11:00:56','1900-01-01 00:00:00',1,0,1),(11431,'27220','Hameln','HAMELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11432,'34871','Hami','HAMI',NULL,'','China','',0,0,46,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11433,'8176','Hamilton','HAMILTON',NULL,'','United Kingdom','Hamilton',0,0,229,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11434,'28291','Hamilton','HAMILTON',NULL,'','United States','',0,0,231,'2016-10-17 11:00:57','1900-01-01 00:00:00',1,0,1),(11435,'34511','Hamilton','HAMILTON',NULL,'','Canada','Hamilton',0,0,39,'2016-10-17 11:00:58','1900-01-01 00:00:00',1,0,1),(11436,'24936','Hamilton','HAMILTON',NULL,'','Bermuda','Hamilton',0,0,24,'2016-10-17 11:00:59','1900-01-01 00:00:00',1,0,1),(11437,'15198','Hamilton','HAMILTON',NULL,'','New Zealand','Hamilton',0,0,157,'2016-10-17 11:00:59','1900-01-01 00:00:00',1,0,1),(11438,'3966','Hamina','HAMINA',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11439,'29964','Hamlin','HAMLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11440,'631','Hamm','HAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:00','1900-01-01 00:00:00',1,0,1),(11441,'17169','Hammam Sousse','HAMMAM SOUSSE',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11442,'13105','Hammamat Main','HAMMAMAT MAIN',NULL,'','Jordan','',0,0,111,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11443,'17183','Hammamet','HAMMAMET',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11444,'43079','Hammana Valley','HAMMANA VALLEY',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11445,'14876','Hammerfest','HAMMERFEST',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11446,'8177','Hammersmith','HAMMERSMITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:01','1900-01-01 00:00:00',1,0,1),(11447,'27376','Hamminkeln','HAMMINKELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:02','1900-01-01 00:00:00',1,0,1),(11448,'20579','Hammond','HAMMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:01:02','1900-01-01 00:00:00',1,0,1),(11449,'28832','Hammondsport','HAMMONDSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11450,'28292','Hammonton','HAMMONTON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11451,'40852','Hampi','HAMPI',NULL,'','India','Hampi',17,0,101,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11452,'20580','Hampshire','HAMPSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:03','1900-01-01 00:00:00',1,0,1),(11453,'26002','Hampstead','HAMPSTEAD',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:04','1900-01-01 00:00:00',1,0,1),(11454,'26368','Hampton','HAMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:05','1900-01-01 00:00:00',1,0,1),(11455,'7102','Hampton Court','HAMPTON COURT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:06','1900-01-01 00:00:00',1,0,1),(11456,'28834','Hamptons','HAMPTONS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11457,'33875','Hamptonville','HAMPTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11458,'14773','Hamresanden','HAMRESANDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11459,'8179','Hamsterley','HAMSTERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11460,'22092','Hamtramck','HAMTRAMCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:07','1900-01-01 00:00:00',1,0,1),(11461,'30338','Hanahan','HANAHAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11462,'19989','Hanalei','HANALEI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11463,'13241','Hanamaki','HANAMAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11464,'19990','Hanamaulu','HANAMAULU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:08','1900-01-01 00:00:00',1,0,1),(11465,'19991','Hanapepe','HANAPEPE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11466,'179','Hanau','HANAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11467,'17893','Hanceville','HANCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11468,'34869','Hancheng','HANCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11469,'22093','Hancock','HANCOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:09','1900-01-01 00:00:00',1,0,1),(11470,'43905','Handa','HANDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11471,'23804','Handan','HANDAN',NULL,'','China','',0,0,46,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11472,'13137','Haneda Airport (Hnd)','HANEDA AIRPORT (HND)',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11473,'25454','Haney','HANEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:10','1900-01-01 00:00:00',1,0,1),(11474,'18524','Hanford','HANFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11475,'9923','Hang Hau Town','HANG HAU TOWN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11476,'23501','Hanga Roa','HANGA ROA',NULL,'','Chile','',0,0,45,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11477,'16766','Haninge','HANINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11478,'30668','Hankamer','HANKAMER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:11','1900-01-01 00:00:00',1,0,1),(11479,'28062','Hankinson','HANKINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11480,'8180','Hanley Swan','HANLEY SWAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11481,'15200','Hanmer Springs','HANMER SPRINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11482,'25318','Hanna','HANNA',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11483,'27655','Hannibal','HANNIBAL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:12','1900-01-01 00:00:00',1,0,1),(11484,'13406','Hanno','HANNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11485,'32708','Hannover','HANNOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11486,'180','Hannover','HANNOVER',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11487,'43281','Hanoi','HANOI',NULL,'','Vietnam','Hanoi',0,0,236,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11488,'21389','Hanover','HANOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11489,'13081','Hanover','HANOVER',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:01:13','1900-01-01 00:00:00',1,0,1),(11490,'34513','Hanover','HANOVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:15','1900-01-01 00:00:00',1,0,1),(11491,'40813','Hansi','HANSI',NULL,'','India','',0,0,101,'2016-10-17 11:01:15','1900-01-01 00:00:00',1,0,1),(11492,'8181','Hanslope','HANSLOPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11493,'21390','Hanson','HANSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11494,'42912','Hanson Bay','HANSON BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11495,'27221','Hanstedt','HANSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11496,'2337','Hanstholm','HANSTHOLM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11497,'23937','Hanzhong','HANZHONG',NULL,'','China','',0,0,46,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11498,'10690','Haora','HAORA',NULL,'','India','',0,0,101,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11499,'19992','Haou','HAOU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:16','1900-01-01 00:00:00',1,0,1),(11500,'16751','Haparanda','HAPARANDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11501,'19824','Hapeville','HAPEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11502,'9924','Happy Valley','HAPPY VALLEY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11503,'25658','Happy Valley - Goose Bay','HAPPY VALLEY - GOOSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11504,'15072','Hapuku','HAPUKU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11505,'21207','Harahan','HARAHAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:17','1900-01-01 00:00:00',1,0,1),(11506,'38996','Haraki','HARAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11507,'32659','Harare','HARARE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11508,'22094','Harbert','HARBERT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11509,'37558','Harbeson','HARBESON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11510,'23784','Harbin','HARBIN',NULL,'','China','',0,0,46,'2016-10-17 11:01:18','1900-01-01 00:00:00',1,0,1),(11511,'29966','Harborcreek','HARBORCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11512,'9900','Harbour City','HARBOUR CITY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11513,'13084','Harbour View','HARBOUR VIEW',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11514,'202','Harburg','HARBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11515,'14799','Hardanger Fjord','HARDANGER FJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11516,'42404','Hardangerfjord','HARDANGERFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11517,'30339','Hardeeville','HARDEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:19','1900-01-01 00:00:00',1,0,1),(11518,'41456','Hardelot-plage','HARDELOT-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11519,'14750','Hardenberg','HARDENBERG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11520,'14538','Harderwijk','HARDERWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11521,'33648','Hardin','HARDIN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11522,'18025','Hardy','HARDY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11523,'14906','Hareid','HAREID',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11524,'39984','Harel','HAREL',NULL,'','Israel','',0,0,106,'2016-10-17 11:01:20','1900-01-01 00:00:00',1,0,1),(11525,'14560','Haren','HAREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11526,'15201','Harewood','HAREWOOD',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11527,'5815','Harfleur','HARFLEUR',NULL,'','France','',0,0,76,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11528,'43034','Hari Hari','HARI HARI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11529,'38882','Haria','HARIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11530,'10525','Haridwar','HARIDWAR',NULL,'','India','Haridwar Travel & Tour package | Haridwar Holiday ',9,0,101,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11531,'8182','Haringey','HARINGEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11532,'38150','Harjavalta','HARJAVALTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11533,'35340','Harkany','HARKANY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11534,'37300','Harkány','HARKÁNY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:01:21','1900-01-01 00:00:00',1,0,1),(11535,'30669','Harker Heights','HARKER HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11536,'32457','Harkerville','HARKERVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11537,'203','Harlaching','HARLACHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11538,'33649','Harlan','HARLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11539,'8183','Harlech','HARLECH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:22','1900-01-01 00:00:00',1,0,1),(11540,'27222','Harlesiel','HARLESIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11541,'29967','Harleysville','HARLEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11542,'30340','Harleyville','HARLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11543,'30670','Harlingen','HARLINGEN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11544,'8184','Harlow','HARLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:23','1900-01-01 00:00:00',1,0,1),(11545,'29968','Harmarville','HARMARVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11546,'27404','Harmony','HARMONY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11547,'16804','Harnosand','HARNOSAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11548,'2965','Haro','HARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11549,'8185','Harpenden','HARPENDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11550,'43595','Harpender','HARPENDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11551,'38858','Harper','HARPER',NULL,'','United States','',0,0,231,'2016-10-17 11:01:24','1900-01-01 00:00:00',1,0,1),(11552,'31989','Harpers Ferry','HARPERS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11553,'2029','Harpstedt','HARPSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11554,'24310','Harrachov','HARRACHOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:01:25','1900-01-01 00:00:00',1,0,1),(11555,'42134','Harrington','HARRINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11556,'19224','Harrington','HARRINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11557,'26003','Harrington Harbour','HARRINGTON HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11558,'29969','Harrisburg','HARRISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:26','1900-01-01 00:00:00',1,0,1),(11559,'711','Harrislee','HARRISLEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11560,'32545','Harrismith','HARRISMITH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11561,'28838','Harrison','HARRISON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:27','1900-01-01 00:00:00',1,0,1),(11562,'25455','Harrison Hot Springs','HARRISON HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11563,'31124','Harrisonburg','HARRISONBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11564,'27656','Harrisonville','HARRISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:29','1900-01-01 00:00:00',1,0,1),(11565,'29971','Harrisville','HARRISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11566,'33650','Harrodsburg','HARRODSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11567,'8186','Harrogate','HARROGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11568,'8187','Harrow','HARROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11569,'44249','Harryda','HARRYDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11570,'14989','Harstad','HARSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11571,'26512','Harston','HARSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:30','1900-01-01 00:00:00',1,0,1),(11572,'26994','Hart Bei Graz','HART BEI GRAZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11573,'24418','Hartberg','HARTBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11574,'19092','Hartford','HARTFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:31','1900-01-01 00:00:00',1,0,1),(11575,'8188','Hartington','HARTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11576,'8189','Hartland','HARTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11577,'22100','Hartland','HARTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11578,'38474','Hartland','HARTLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:32','1900-01-01 00:00:00',1,0,1),(11579,'8190','Hartlebury','HARTLEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11580,'8191','Hartlepool','HARTLEPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11581,'25456','Hartley Bay','HARTLEY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11582,'1972','Hartmannsdorf','HARTMANNSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11583,'37982','Hartpury','HARTPURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11584,'17894','Hartselle','HARTSELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:33','1900-01-01 00:00:00',1,0,1),(11585,'40393','Hartsfield-jackson Atlanta International Airport','HARTSFIELD-JACKSON ATLANTA INTERNATIONAL AIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11586,'30341','Hartsville','HARTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11587,'19825','Hartwell','HARTWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:34','1900-01-01 00:00:00',1,0,1),(11588,'20584','Harvard','HARVARD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11589,'20585','Harvey','HARVEY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11590,'25319','Harvie Heights','HARVIE HEIGHTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:35','1900-01-01 00:00:00',1,0,1),(11591,'8192','Harwich','HARWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11592,'21391','Harwich','HARWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11593,'20586','Harwood Heights','HARWOOD HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:36','1900-01-01 00:00:00',1,0,1),(11594,'28296','Hasbrouck Heights','HASBROUCK HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11595,'1936','Haselhorst','HASELHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11596,'23032','Hasenstrick','HASENSTRICK',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11597,'28297','Haskell','HASKELL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11598,'24773','Haskovo','HASKOVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11599,'8193','Haslemere','HASLEMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:37','1900-01-01 00:00:00',1,0,1),(11600,'2328','Haslev','HASLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11601,'23033','Hasliberg','HASLIBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11602,'24582','Haspengouw','HASPENGOUW',NULL,'','Belgium','',0,0,21,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11603,'10657','Hassan','HASSAN',NULL,'','India','Hassan',17,0,101,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11604,'24628','Hasselt','HASSELT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11605,'40008','Hassi Messaoud','HASSI MESSAOUD',NULL,'','Algeria','',0,0,3,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11606,'16864','Hassleholm','HASSLEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11607,'2052','Hassloch','HASSLOCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11608,'43596','Hassocks','HASSOCKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11609,'26513','Hastings','HASTINGS',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:38','1900-01-01 00:00:00',1,0,1),(11610,'27405','Hastings','HASTINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11611,'15202','Hastings','HASTINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11612,'8194','Hastings','HASTINGS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11613,'25232','Hastings','HASTINGS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:01:39','1900-01-01 00:00:00',1,0,1),(11614,'28839','Hastings-on-hudson','HASTINGS-ON-HUDSON',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11615,'14877','Hasvik','HASVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11616,'7103','Haswell Plough','HASWELL PLOUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11617,'16954','Hat Yai','HAT YAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11618,'16262','Hatanga','HATANGA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11619,'41732','Hatay','HATAY',NULL,'','Turkey','',0,0,222,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11620,'29972','Hatboro','HATBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11621,'33339','Hatch','HATCH',NULL,'','United States','',0,0,231,'2016-10-17 11:01:40','1900-01-01 00:00:00',1,0,1),(11622,'13242','Hateruma','HATERUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11623,'9254','Hatfield','HATFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11624,'32565','Hatfield','HATFIELD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11625,'14205','Hatgal','HATGAL',NULL,'','Mongolia','',0,0,146,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11626,'8197','Hathersage','HATHERSAGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:41','1900-01-01 00:00:00',1,0,1),(11627,'38855','Hatillo','HATILLO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11628,'38046','Hatsukaichi','HATSUKAICHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11629,'25925','Hatta','HATTA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11630,'430','Hattenheim','HATTENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11631,'431','Hattersheim','HATTERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11632,'27862','Hattiesburg','HATTIESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:01:42','1900-01-01 00:00:00',1,0,1),(11633,'501','Hattingen','HATTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11634,'20901','Haubstadt','HAUBSTADT',NULL,'','United States','',0,0,231,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11635,'44056','Hauconcourt','HAUCONCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11636,'22552','Hauenstein','HAUENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11637,'14968','Haugesund','HAUGESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11638,'3944','Haukipudas','HAUKIPUDAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11639,'28840','Hauppauge','HAUPPAUGE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:43','1900-01-01 00:00:00',1,0,1),(11640,'22553','Hausern','HAUSERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11641,'26995','Hausruckviertel','HAUSRUCKVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11642,'4272','Haute Marne','HAUTE MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11643,'4273','Haute-loire','HAUTE-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11644,'23229','Hauterive','HAUTERIVE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11645,'4274','Hautes Alpes','HAUTES ALPES',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11646,'4275','Haute-saone','HAUTE-SAONE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11647,'4276','Haute-savoie','HAUTE-SAVOIE',NULL,'','France','',0,0,76,'2016-10-17 11:01:44','1900-01-01 00:00:00',1,0,1),(11648,'4277','Haute-vienne','HAUTE-VIENNE',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11649,'39869','Hauteville-lompnes','HAUTEVILLE-LOMPNES',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11650,'4278','Haut-jura Regional Nature Reserve','HAUT-JURA REGIONAL NATURE RESERVE',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11651,'4279','Haut-rhin','HAUT-RHIN',NULL,'','France','',0,0,76,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11652,'19993','Hauula','HAUULA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:45','1900-01-01 00:00:00',1,0,1),(11653,'205','Hauzenberg','HAUZENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11654,'20587','Havana','HAVANA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11655,'34941','Havana','HAVANA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11656,'8198','Havant','HAVANT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11657,'33877','Havelock','HAVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:01:46','1900-01-01 00:00:00',1,0,1),(11658,'37167','Havelock Island','HAVELOCK ISLAND',NULL,'','INDIA','Havelock Island',22,0,101,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11659,'15203','Havelock North','HAVELOCK NORTH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11660,'8199','Haverfordwest','HAVERFORDWEST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11661,'8200','Haverhill','HAVERHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11662,'21394','Haverhill','HAVERHILL',NULL,'','United States','',0,0,231,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11663,'7104','Havering','HAVERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11664,'28841','Haverstraw','HAVERSTRAW',NULL,'','United States','',0,0,231,'2016-10-17 11:01:47','1900-01-01 00:00:00',1,0,1),(11665,'29973','Havertown','HAVERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11666,'502','Havixbeck','HAVIXBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11667,'2295','Havneby','HAVNEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11668,'14878','Havoysund','HAVOYSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11669,'27984','Havre','HAVRE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:48','1900-01-01 00:00:00',1,0,1),(11670,'26004','Havre-st. Pierre','HAVRE-ST. PIERRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:49','1900-01-01 00:00:00',1,0,1),(11671,'1434','Hawaii - Kauai - Hi','HAWAII - KAUAI - HI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:49','1900-01-01 00:00:00',1,0,1),(11672,'38405','Hawaiian Gardens','HAWAIIAN GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:50','1900-01-01 00:00:00',1,0,1),(11673,'36929','Hawaii-hilo','HAWAII-HILO',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11674,'36920','Hawaii-hualalai','HAWAII-HUALALAI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11675,'36941','Hawaii-kamuela','HAWAII-KAMUELA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11676,'36945','Hawaii-keauhou','HAWAII-KEAUHOU',NULL,'','United States','',0,0,231,'2016-10-17 11:01:51','1900-01-01 00:00:00',1,0,1),(11677,'36948','Hawaii-kohala Coast','HAWAII-KOHALA COAST',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11678,'36947','Hawaii-kona','HAWAII-KONA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11679,'36915','Hawaii-mauna Kea','HAWAII-MAUNA KEA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:52','1900-01-01 00:00:00',1,0,1),(11680,'37055','Hawaii-waikoloa','HAWAII-WAIKOLOA',NULL,'','United States','',0,0,231,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11681,'42775','Hawalli','HAWALLI',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11682,'43941','Hawally','HAWALLY',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11683,'38554','Hawar','HAWAR',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11684,'43630','Hawera','HAWERA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11685,'8201','Hawes','HAWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11686,'19995','Hawi','HAWI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11687,'8202','Hawick','HAWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:53','1900-01-01 00:00:00',1,0,1),(11688,'8203','Hawkchurch','HAWKCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11689,'26453','Hawker','HAWKER',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11690,'42181','Hawkes Bay','HAWKES BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11691,'25659','Hawkes Bay','HAWKES BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11692,'15111','Hawke\'s Bay','HAWKE\'S BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11693,'34514','Hawkesbury','HAWKESBURY',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11694,'19827','Hawkinsville','HAWKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11695,'24851','Hawks Nest','HAWKS NEST',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11696,'34189','Hawksbury Valley','HAWKSBURY VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11697,'8204','Hawkshead','HAWKSHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:54','1900-01-01 00:00:00',1,0,1),(11698,'39366','Hawkswick','HAWKSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11699,'29974','Hawley','HAWLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11700,'8205','Hawnby','HAWNBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11701,'8206','Haworth','HAWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11702,'7','Hawthorn','HAWTHORN',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11703,'28842','Hawthorne','HAWTHORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:01:55','1900-01-01 00:00:00',1,0,1),(11704,'34190','Hay','HAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11705,'25769','Hay River','HAY RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11706,'20359','Hayden','HAYDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:01:56','1900-01-01 00:00:00',1,0,1),(11707,'8207','Haydock','HAYDOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11708,'8208','Haydon Bridge','HAYDON BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11709,'8209','Hayes','HAYES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11710,'31126','Hayes','HAYES',NULL,'','United States','',0,0,231,'2016-10-17 11:01:57','1900-01-01 00:00:00',1,0,1),(11711,'8210','Hayle','HAYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11712,'7105','Hayling Island','HAYLING ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11713,'43578','Hayman','HAYMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11714,'7106','Hay-on-wye','HAY-ON-WYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11715,'21061','Hays','HAYS',NULL,'','United States','',0,0,231,'2016-10-17 11:01:58','1900-01-01 00:00:00',1,0,1),(11716,'27657','Hayti','HAYTI',NULL,'','United States','',0,0,231,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11717,'31766','Hayward','HAYWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11718,'8211','Haywards Heath','HAYWARDS HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:01:59','1900-01-01 00:00:00',1,0,1),(11719,'33651','Hazard','HAZARD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11720,'6173','Hazebrouck','HAZEBROUCK',NULL,'','France','',0,0,76,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11721,'20588','Hazel Crest','HAZEL CREST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:00','1900-01-01 00:00:00',1,0,1),(11722,'34515','Hazeldean','HAZELDEAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:01','1900-01-01 00:00:00',1,0,1),(11723,'19828','Hazelhurst','HAZELHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:01','1900-01-01 00:00:00',1,0,1),(11724,'33459','Hazeltine Heights','HAZELTINE HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11725,'31990','Hazelton','HAZELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11726,'27659','Hazelwood','HAZELWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11727,'18027','Hazen','HAZEN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:02','1900-01-01 00:00:00',1,0,1),(11728,'14714','Hazerswoude-dorp','HAZERSWOUDE-DORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11729,'14715','Hazerswoude-rijndijk','HAZERSWOUDE-RIJNDIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11730,'27864','Hazlehurst','HAZLEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11731,'7107','Hazlerigg','HAZLERIGG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11732,'28298','Hazlet','HAZLET',NULL,'','United States','',0,0,231,'2016-10-17 11:02:03','1900-01-01 00:00:00',1,0,1),(11733,'29975','Hazleton','HAZLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11734,'35834','Hazmeih','HAZMEIH',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11735,'32566','Hazyview','HAZYVIEW',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11736,'25713','Head Of Jeddore','HEAD OF JEDDORE',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11737,'41530','Headford','HEADFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11738,'39674','Headingley','HEADINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11739,'8212','Headington','HEADINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:04','1900-01-01 00:00:00',1,0,1),(11740,'7108','Headlam','HEADLAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11741,'18528','Healdsburg','HEALDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11742,'38665','Healesville','HEALESVILLE',NULL,'','Australia','Healesville',0,0,13,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11743,'17640','Healy','HEALY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:05','1900-01-01 00:00:00',1,0,1),(11744,'30671','Hearne','HEARNE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11745,'34516','Hearst','HEARST',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11746,'19386','Heartland','HEARTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11747,'29372','Heath','HEATH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:06','1900-01-01 00:00:00',1,0,1),(11748,'25714','Heatherton','HEATHERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11749,'8213','Heathfield','HEATHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11750,'8214','Heathrow','HEATHROW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11751,'19387','Heathrow','HEATHROW',NULL,'','United States','',0,0,231,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11752,'32912','Heavener','HEAVENER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:07','1900-01-01 00:00:00',1,0,1),(11753,'21714','Hebbville','HEBBVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11754,'8215','Hebden Bridge','HEBDEN BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11755,'18149','Heber','HEBER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:08','1900-01-01 00:00:00',1,0,1),(11756,'23792','Hebi','HEBI',NULL,'','China','',0,0,46,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11757,'1312','Hebrides','HEBRIDES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11758,'25715','Hebron','HEBRON',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:09','1900-01-01 00:00:00',1,0,1),(11759,'13930','Hecelchakan','HECELCHAKAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11760,'25600','Hecla Island','HECLA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11761,'38005','Hector','HECTOR',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11762,'8216','Heddon-on-the-wall','HEDDON-ON-THE-WALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:10','1900-01-01 00:00:00',1,0,1),(11763,'2212','Hedehusene','HEDEHUSENE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11764,'31991','Hedgesville','HEDGESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11765,'14800','Hedmark','HEDMARK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11766,'19996','Heeia','HEEIA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11767,'14539','Heelsum','HEELSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11768,'14637','Heemskerk','HEEMSKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11769,'14512','Heerenveen','HEERENVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11770,'14571','Heerlen','HEERLEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11771,'23682','Hefei','HEFEI',NULL,'','China','',0,0,46,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11772,'17895','Heflin','HEFLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:11','1900-01-01 00:00:00',1,0,1),(11773,'23589','Hegang','HEGANG',NULL,'','China','',0,0,46,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11774,'40119','Heggenes','HEGGENES',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11775,'38303','Hegyko','HEGYKO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11776,'26514','Heidelberg','HEIDELBERG',NULL,'','Australia','Heidelberg',0,0,13,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11777,'32458','Heidelberg','HEIDELBERG',NULL,'','South Africa','Heidelberg',0,0,195,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11778,'183','Heidelberg','HEIDELBERG',NULL,'','Germany','Heidelberg',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11779,'36061','Heidelberg-hirschber','HEIDELBERG-HIRSCHBER',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11780,'36068','Heidelberg-ladenburg','HEIDELBERG-LADENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11781,'36092','Heidelberg-schwetzin','HEIDELBERG-SCHWETZIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:12','1900-01-01 00:00:00',1,0,1),(11782,'36106','Heidelberg-walldorf','HEIDELBERG-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11783,'23230','Heiden','HEIDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11784,'36059','Heidenheim','HEIDENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11785,'206','Heigenbrucken','HEIGENBRUCKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11786,'23785','Heihe','HEIHE',NULL,'','China','',0,0,46,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11787,'14467','Heijenrath','HEIJENRATH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11788,'40797','Heilbad Heiligenstadt','HEILBAD HEILIGENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11789,'207','Heilbronn','HEILBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11790,'27073','Heiligenblut','HEILIGENBLUT',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11791,'184','Heiligendamm','HEILIGENDAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:13','1900-01-01 00:00:00',1,0,1),(11792,'503','Heiligenhaus','HEILIGENHAUS',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11793,'632','Heiligenroth','HEILIGENROTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11794,'23231','Heiligenschwendi','HEILIGENSCHWENDI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11795,'1998','Heiligensee Nord','HEILIGENSEE NORD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11796,'208','Heiligenthal','HEILIGENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11797,'6033','Heillecourt','HEILLECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11798,'14638','Heiloo','HEILOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11799,'38485','Heimbach','HEIMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11800,'37365','Heimfeld','HEIMFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11801,'37439','Heimschuh','HEIMSCHUH',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11802,'209','Heinersdorf','HEINERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:14','1900-01-01 00:00:00',1,0,1),(11803,'3936','Heinola','HEINOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11804,'22555','Heitersheim','HEITERSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11805,'43906','Hekinan','HEKINAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11806,'32459','Helderberg','HELDERBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11807,'19830','Helen','HELEN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:15','1900-01-01 00:00:00',1,0,1),(11808,'27985','Helena','HELENA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:16','1900-01-01 00:00:00',1,0,1),(11809,'18530','Helendale','HELENDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11810,'13734','Helengeli','HELENGELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11811,'8217','Helensburgh','HELENSBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11812,'712','Helgoland','HELGOLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11813,'14935','Hell','HELL',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11814,'16185','Hell Bourg','HELL BOURG',NULL,'','Reunion','',0,0,178,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11815,'10966','Hella','HELLA',NULL,'','Iceland','',0,0,100,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11816,'7110','Hellaby','HELLABY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:17','1900-01-01 00:00:00',1,0,1),(11817,'14751','Hellendoorn','HELLENDOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11818,'29977','Hellertown','HELLERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11819,'2213','Hellerup','HELLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11820,'8218','Hellesdon','HELLESDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11821,'14907','Hellesylt','HELLESYLT',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11822,'8219','Hellidon','HELLIDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11823,'8220','Hellingly','HELLINGLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11824,'25889','Hell\'s Gate','HELL\'S GATE',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11825,'16702','Hellvi','HELLVI',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:18','1900-01-01 00:00:00',1,0,1),(11826,'14598','Helmond','HELMOND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11827,'8221','Helmsley','HELMSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11828,'22556','Helmstadt','HELMSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11829,'27224','Helmstedt','HELMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11830,'27225','Helmstorf','HELMSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11831,'16865','Helsingborg','HELSINGBORG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11832,'2173','Helsinge','HELSINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11833,'2174','Helsingor','HELSINGOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11834,'3967','Helsinki','HELSINKI',NULL,'','Finland','Helsinki',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11835,'35119','Helsinki-espoo','HELSINKI-ESPOO',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11836,'35123','Helsinki-vantaa','HELSINKI-VANTAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11837,'8222','Helston','HELSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:19','1900-01-01 00:00:00',1,0,1),(11838,'16794','Hemavan','HEMAVAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11839,'13735','Hembadu','HEMBADU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11840,'8223','Hemel Hempstead','HEMEL HEMPSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11841,'18531','Hemet','HEMET',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11842,'30672','Hemphill','HEMPHILL',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11843,'30673','Hempstead','HEMPSTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:20','1900-01-01 00:00:00',1,0,1),(11844,'14866','Hemsedal','HEMSEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11845,'5192','Hendaye','HENDAYE',NULL,'','France','',0,0,76,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11846,'15112','Henderson','HENDERSON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11847,'33654','Henderson','HENDERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:21','1900-01-01 00:00:00',1,0,1),(11848,'33882','Hendersonville','HENDERSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:23','1900-01-01 00:00:00',1,0,1),(11849,'43597','Henfield','HENFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:23','1900-01-01 00:00:00',1,0,1),(11850,'17388','Hengchun','HENGCHUN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11851,'14752','Hengelo','HENGELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11852,'23814','Hengshan','HENGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11853,'23805','Hengshui','HENGSHUI',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11854,'23815','Hengyang','HENGYANG',NULL,'','China','',0,0,46,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11855,'7111','Henlade','HENLADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11856,'26233','Henley Brook','HENLEY BROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11857,'8224','Henley In Arden','HENLEY IN ARDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11858,'7112','Henley-on-thames','HENLEY-ON-THAMES',NULL,'','United Kingdom','Henley-on-Thames',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11859,'8225','Henlow','HENLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:24','1900-01-01 00:00:00',1,0,1),(11860,'5545','Hennebont','HENNEBONT',NULL,'','France','',0,0,76,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11861,'504','Hennef','HENNEF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11862,'775','Hennigsdorf','HENNIGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11863,'32712','Henniker','HENNIKER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11864,'44023','Henningsv','HENNINGSV',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11865,'14919','Henningsvær','HENNINGSVÆR',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11866,'16203','Henri Coanda International Airport (Otp)','HENRI COANDA INTERNATIONAL AIRPORT (OTP)',NULL,'','Romania','',0,0,179,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11867,'30675','Henrietta','HENRIETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:25','1900-01-01 00:00:00',1,0,1),(11868,'28845','Henrietta, Town Of','HENRIETTA, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11869,'20589','Henry','HENRY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11870,'32913','Henryetta','HENRYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:26','1900-01-01 00:00:00',1,0,1),(11871,'29978','Henryville','HENRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11872,'9263','Hensol','HENSOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11873,'28846','Hensonville','HENSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11874,'713','Henstedt-ulzburg','HENSTEDT-ULZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11875,'14408','Henties Bay','HENTIES BAY',NULL,'','Namibia','',0,0,151,'2016-10-17 11:02:27','1900-01-01 00:00:00',1,0,1),(11876,'34773','Hepburn Springs','HEPBURN SPRINGS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11877,'37918','Hephzibah','HEPHZIBAH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11878,'185','Heppenheim','HEPPENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11879,'4280','Herault','HERAULT',NULL,'','France','',0,0,76,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11880,'24698','Herbeumont','HERBEUMONT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:28','1900-01-01 00:00:00',1,0,1),(11881,'5852','Herblay','HERBLAY',NULL,'','France','',0,0,76,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11882,'22557','Herbolzheim','HERBOLZHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11883,'32367','Herceg Novi','HERCEG NOVI',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11884,'37180','Herceghalom','HERCEGHALOM',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11885,'505','Herdecke','HERDECKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11886,'24171','Heredia','HEREDIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11887,'18151','Hereford','HEREFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11888,'8226','Hereford','HEREFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:29','1900-01-01 00:00:00',1,0,1),(11889,'7113','Herefordshire','HEREFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11890,'34849','Herentals','HERENTALS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11891,'506','Herford','HERFORD',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11892,'23232','Hergiswil','HERGISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11893,'6238','Heric','HERIC',NULL,'','France','',0,0,76,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11894,'433','Heringhausen','HERINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11895,'41636','Heringsdorf','HERINGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:30','1900-01-01 00:00:00',1,0,1),(11896,'21063','Herington','HERINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11897,'23233','Herisau','HERISAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11898,'37565','Herkenbosch','HERKENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11899,'28847','Herkimer','HERKIMER',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11900,'434','Herleshausen','HERLESHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11901,'2214','Herlev','HERLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11902,'27074','Hermagor','HERMAGOR',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11903,'23234','Hermance','HERMANCE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11904,'27661','Hermann','HERMANN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:31','1900-01-01 00:00:00',1,0,1),(11905,'40041','Hermannsburg','HERMANNSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11906,'937','Hermannsburg','HERMANNSBURG',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11907,'36476','Hermannsverk','HERMANNSVERK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11908,'3968','Hermanstad','HERMANSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11909,'41051','Hermansverk','HERMANSVERK',NULL,'','Norway','',0,0,164,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11910,'27406','Hermantown','HERMANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11911,'32460','Hermanus','HERMANUS',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11912,'5398','Hermanville-sur-mer','HERMANVILLE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11913,'23235','Hermetschwil','HERMETSCHWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11914,'38811','Hermigua','HERMIGUA',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:32','1900-01-01 00:00:00',1,0,1),(11915,'7114','Hermiston','HERMISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11916,'29676','Hermiston','HERMISTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11917,'33159','Hermitage','HERMITAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:33','1900-01-01 00:00:00',1,0,1),(11918,'1659','Hermon','HERMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11919,'18532','Hermosa Beach','HERMOSA BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11920,'14097','Hermosillo','HERMOSILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11921,'776','Hermsdorf','HERMSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11922,'24533','Hernals','HERNALS',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11923,'27865','Hernando','HERNANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:34','1900-01-01 00:00:00',1,0,1),(11924,'31127','Herndon','HERNDON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11925,'2273','Herning','HERNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11926,'27987','Heron','HERON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11927,'26234','Heron Island','HERON ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11928,'4870','Herouville-saint-clair','HEROUVILLE-SAINT-CLAIR',NULL,'','France','',0,0,76,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11929,'24238','Herradura','HERRADURA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11930,'22558','Herrenberg','HERRENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:35','1900-01-01 00:00:00',1,0,1),(11931,'42697','Herrera','HERRERA',NULL,'','Panama','',0,0,169,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11932,'42354','Herrere','HERRERE',NULL,'','France','',0,0,76,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11933,'2073','Herrieden','HERRIEDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11934,'20590','Herrin','HERRIN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11935,'16882','Herrljunga','HERRLJUNGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11936,'210','Herrsching Am Ammersee','HERRSCHING AM AMMERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11937,'37319','Hersbruck','HERSBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:36','1900-01-01 00:00:00',1,0,1),(11938,'24673','Herstal','HERSTAL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11939,'8227','Herstmonceux','HERSTMONCEUX',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11940,'26704','Herston','HERSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11941,'507','Herten','HERTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11942,'8228','Hertford','HERTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11943,'7115','Hertfordshire','HERTFORDSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11944,'8229','Hertingfordbury','HERTINGFORDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11945,'41954','Hervas','HERVAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:37','1900-01-01 00:00:00',1,0,1),(11946,'26705','Hervey Bay','HERVEY BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11947,'27226','Herzberg Am Harz','HERZBERG AM HARZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11948,'27227','Herzlake','HERZLAKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11949,'11042','Herzlia','HERZLIA',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11950,'41460','Herzliya','HERZLIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11951,'211','Herzogenaurach','HERZOGENAURACH',NULL,'','Germany','Herzogenaurach',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11952,'27104','Herzogenburg','HERZOGENBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11953,'22559','Herzogsweiler','HERZOGSWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11954,'4281','Hesdin-l\'abbé','HESDIN-L\'ABBÉ',NULL,'','France','',0,0,76,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11955,'27228','Hesel','HESEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11956,'42632','Heshan','HESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:38','1900-01-01 00:00:00',1,0,1),(11957,'18533','Hesperia','HESPERIA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11958,'33461','Hesperus','HESPERUS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11959,'42902','Hessdorf','HESSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11960,'27229','Hessisch Oldendorf','HESSISCH OLDENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11961,'21064','Hesston','HESSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11962,'8230','Heston','HESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:39','1900-01-01 00:00:00',1,0,1),(11963,'18030','Heth','HETH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11964,'8231','Hethersett','HETHERSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11965,'2075','Heubach','HEUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11966,'37307','Heuchin','HEUCHIN',NULL,'','France','',0,0,76,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11967,'37303','Heusden','HEUSDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11968,'435','Heusenstamm','HEUSENSTAMM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11969,'24629','Heverlee','HEVERLEE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11970,'10120','Heviz','HEVIZ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:02:40','1900-01-01 00:00:00',1,0,1),(11971,'30677','Hewitt','HEWITT',NULL,'','United States','',0,0,231,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11972,'8232','Hexham','HEXHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11973,'7116','Hexworthy','HEXWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11974,'40485','Heybeliada','HEYBELIADA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11975,'20361','Heyburn','HEYBURN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11976,'6638','Heyrieux','HEYRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11977,'23827','Heyuan','HEYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:02:41','1900-01-01 00:00:00',1,0,1),(11978,'8233','Heywood','HEYWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11979,'43822','Heze','HEZE',NULL,'','China','',0,0,46,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11980,'34870','Hezhou','HEZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11981,'19389','Hialeah','HIALEAH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11982,'19832','Hiawassee','HIAWASSEE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:42','1900-01-01 00:00:00',1,0,1),(11983,'21065','Hiawatha','HIAWATHA',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11984,'27407','Hibbing','HIBBING',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11985,'33883','Hickory','HICKORY',NULL,'','United States','',0,0,231,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11986,'7117','Hickstead','HICKSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:43','1900-01-01 00:00:00',1,0,1),(11987,'28848','Hicksville','HICKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11988,'30679','Hidalgo','HIDALGO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11989,'42913','Hidden Valley','HIDDEN VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11990,'41902','Hienghene','HIENGHENE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:02:44','1900-01-01 00:00:00',1,0,1),(11991,'36129','Hierro','HIERRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11992,'24534','Hietzing','HIETZING',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11993,'13138','Higashihiroshima','HIGASHIHIROSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11994,'40223','Higashiizu','HIGASHIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11995,'35705','Higashikawa','HIGASHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11996,'13139','Higashimurayama','HIGASHIMURAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11997,'13140','Higashinada','HIGASHINADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11998,'13141','Higashinari','HIGASHINARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(11999,'13243','Higashi-osaka','HIGASHI-OSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12000,'42566','Higashiura','HIGASHIURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12001,'13244','Higashiyama','HIGASHIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12002,'13142','Higashiyodogawa','HIGASHIYODOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12003,'27662','Higginsville','HIGGINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12004,'32461','Higgovale','HIGGOVALE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:45','1900-01-01 00:00:00',1,0,1),(12005,'25320','High Level','HIGH LEVEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12006,'7118','High Littleton','HIGH LITTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12007,'16593','High Tatras','HIGH TATRAS',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12008,'8235','Highbridge','HIGHBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:46','1900-01-01 00:00:00',1,0,1),(12009,'38123','Highcliffe-on-sea','HIGHCLIFFE-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12010,'39535','Highfields','HIGHFIELDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12011,'40789','Highgate','HIGHGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12012,'31332','Highgate Springs','HIGHGATE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:02:47','1900-01-01 00:00:00',1,0,1),(12013,'8236','Highlands & Islands','HIGHLANDS & ISLANDS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:51','1900-01-01 00:00:00',1,0,1),(12014,'28300','Hightstown','HIGHTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12015,'20593','Highwood','HIGHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12016,'38169','Highworth','HIGHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12017,'14016','Higuera Blanca','HIGUERA BLANCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12018,'32202','Higuerote','HIGUEROTE',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12019,'2370','Higuey','HIGUEY',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12020,'35710','Hiji','HIJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12021,'35844','Hikkaduwa','HIKKADUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12022,'37553','Hikone','HIKONE',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12023,'508','Hilden','HILDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:52','1900-01-01 00:00:00',1,0,1),(12024,'27230','Hildesheim','HILDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12025,'23034','Hildisrieden','HILDISRIEDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12026,'43674','Hillary','HILLARY',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12027,'26235','Hillarys','HILLARYS',NULL,'','Australia','',0,0,13,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12028,'18535','Hillcrest','HILLCREST',NULL,'','United States','',0,0,231,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12029,'509','Hille','HILLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:53','1900-01-01 00:00:00',1,0,1),(12030,'2175','Hillerod','HILLEROD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12031,'38471','Hillesheim','HILLESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12032,'29375','Hilliard','HILLIARD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12033,'8237','Hillingdon','HILLINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12034,'22103','Hillman','HILLMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:02:54','1900-01-01 00:00:00',1,0,1),(12035,'29677','Hillsboro','HILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:02:55','1900-01-01 00:00:00',1,0,1),(12036,'9840','Hillsborough','HILLSBOROUGH',NULL,'','Grenada','',0,0,88,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12037,'33888','Hillsborough','HILLSBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12038,'8238','Hillsborough (North Ireland)','HILLSBOROUGH (NORTH IRELAND)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12039,'28851','Hillsdale','HILLSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:56','1900-01-01 00:00:00',1,0,1),(12040,'20594','Hillside','HILLSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:57','1900-01-01 00:00:00',1,0,1),(12041,'31129','Hillsville','HILLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:02:57','1900-01-01 00:00:00',1,0,1),(12042,'8240','Hillswick','HILLSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12043,'212','Hilpoltstein','HILPOLTSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12044,'23452','Hilterfingen','HILTERFINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:02:58','1900-01-01 00:00:00',1,0,1),(12045,'42951','Hilutungan Island','HILUTUNGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12046,'40597','Hilvarenbeek','HILVARENBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12047,'14639','Hilversum','HILVERSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12048,'42093','Himare','HIMARE',NULL,'','Albania','',0,0,2,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12049,'13245','Himeji','HIMEJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12050,'42539','Himeville','HIMEVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12051,'9273','Himley','HIMLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12052,'24383','Himmelreich','HIMMELREICH',NULL,'','Austria','',0,0,14,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12053,'28852','Himrod','HIMROD',NULL,'','United States','',0,0,231,'2016-10-17 11:02:59','1900-01-01 00:00:00',1,0,1),(12054,'26236','Hinchinbrook Island','HINCHINBROOK ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12055,'9312','Hinckley','HINCKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12056,'27409','Hinckley','HINCKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12057,'8241','Hindhead','HINDHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:00','1900-01-01 00:00:00',1,0,1),(12058,'8242','Hindon','HINDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12059,'29678','Hines','HINES',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12060,'19833','Hinesville','HINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12061,'21395','Hingham','HINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:01','1900-01-01 00:00:00',1,0,1),(12062,'20595','Hinsdale','HINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12063,'37468','Hinstock','HINSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12064,'37631','Hinterbruhl','HINTERBRUHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12065,'24384','Hinterglemm','HINTERGLEMM',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12066,'27133','Hinterstoder','HINTERSTODER',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12067,'24465','Hintertux','HINTERTUX',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12068,'22560','Hinterzarten','HINTERZARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12069,'8243','Hintlesham','HINTLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:02','1900-01-01 00:00:00',1,0,1),(12070,'31993','Hinton','HINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12071,'25323','Hinton','HINTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12072,'8244','Hinxworth','HINXWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12073,'29377','Hiram','HIRAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:03','1900-01-01 00:00:00',1,0,1),(12074,'43907','Hiratsuka','HIRATSUKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12075,'13246','Hirosaki','HIROSAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12076,'22561','Hirsau','HIRSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12077,'37864','Hirschaid','HIRSCHAID',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12078,'1884','Hirschberg','HIRSCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12079,'24521','Hirschegg','HIRSCHEGG',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12080,'23035','Hirslanden','HIRSLANDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12081,'2240','Hirtshals','HIRTSHALS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12082,'42171','Hisar','HISAR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12083,'24774','Hisarja','HISARJA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12084,'17210','Hisaronu','HISARONU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12085,'43509','Hisaronu-ovacik','HISARONU-OVACIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:03:04','1900-01-01 00:00:00',1,0,1),(12086,'42618','Hisavvk','HISAVVK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12087,'16902','Hisings Backa','HISINGS BACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12088,'13247','Hitachi','HITACHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12089,'43908','Hitachinaka','HITACHINAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12090,'8245','Hitchin','HITCHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12091,'16160','Hitiaa','HITIAA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12092,'27231','Hitzacker','HITZACKER',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12093,'33160','Hixson','HIXSON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:05','1900-01-01 00:00:00',1,0,1),(12094,'2241','Hjallerup','HJALLERUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12095,'2261','Hjerting','HJERTING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12096,'16883','Hjo','HJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12097,'2242','Hjorring','HJORRING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12098,'34948','Hluboka Nad Vltavou','HLUBOKA NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12099,'32517','Hluhluwe','HLUHLUWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12100,'9925','Ho Man Tin','HO MAN TIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12101,'32104','Hoback Junction','HOBACK JUNCTION',NULL,'','United States','',0,0,231,'2016-10-17 11:03:06','1900-01-01 00:00:00',1,0,1),(12102,'20904','Hobart','HOBART',NULL,'','United States','',0,0,231,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12103,'26845','Hobart','HOBART',NULL,'','Australia','Hobart',0,0,13,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12104,'28532','Hobbs','HOBBS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:07','1900-01-01 00:00:00',1,0,1),(12105,'19394','Hobe Sound','HOBE SOUND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12106,'24608','Hoboken','HOBOKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12107,'28303','Hoboken','HOBOKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12108,'2243','Hobro','HOBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12109,'15204','Hobsonville','HOBSONVILLE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12110,'32281','Hoc Mon','HOC MON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12111,'41634','Hochberg','HOCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12112,'22562','Hochenschwand','HOCHENSCHWAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:08','1900-01-01 00:00:00',1,0,1),(12113,'24466','Hochgurgl','HOCHGURGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12114,'35876','Hochrindl','HOCHRINDL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12115,'22563','Hochst','HOCHST',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12116,'22564','Hockenheim','HOCKENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12117,'7119','Hockley Heath','HOCKLEY HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12118,'8246','Hockliffe','HOCKLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12119,'32349','Hodeidah','HODEIDAH',NULL,'','Yemen','',0,0,240,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12120,'186','Hodenhagen','HODENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12121,'33656','Hodgenville','HODGENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:09','1900-01-01 00:00:00',1,0,1),(12122,'13248','Hodogayacho','HODOGAYACHO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12123,'187','Hoechberg','HOECHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12124,'32567','Hoedspruit','HOEDSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12125,'38906','Hoeilaart','HOEILAART',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12126,'14540','Hoenderloo','HOENDERLOO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12127,'37805','Hoenheim','HOENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12128,'14541','Hoevelaken','HOEVELAKEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12129,'38377','Hoeven','HOEVEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12130,'39577','Hofen','HOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12131,'20596','Hoffman Estates','HOFFMAN ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 11:03:10','1900-01-01 00:00:00',1,0,1),(12132,'436','Hofgeismar','HOFGEISMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12133,'41023','Hofheim','HOFHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12134,'35441','Hofn','HOFN',NULL,'','Iceland','Hofn',0,0,100,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12135,'39306','Hoganas','HOGANAS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12136,'28854','Hogansburg','HOGANSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12137,'19836','Hogansville','HOGANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:11','1900-01-01 00:00:00',1,0,1),(12138,'37237','Hogyesz','HOGYESZ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12139,'215','Hohenau','HOHENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12140,'24522','Hohenems','HOHENEMS',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12141,'216','Hohenlinden','HOHENLINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12142,'188','Hohenlohe','HOHENLOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12143,'1703','Hohenroda','HOHENRODA',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12144,'41022','Hohenschwangau','HOHENSCHWANGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:12','1900-01-01 00:00:00',1,0,1),(12145,'33161','Hohenwald','HOHENWALD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12146,'217','Hohenwarth','HOHENWARTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12147,'23877','Hohhot','HOHHOT',NULL,'','China','',0,0,46,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12148,'39843','Hohnstein (Saxony)','HOHNSTEIN (SAXONY)',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12149,'189','Höhr-grenzhausen','HÖHR-GRENZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12150,'714','Hohwacht','HOHWACHT',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12151,'2191','Hojbjerg','HOJBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12152,'41220','Hoje Taastrup','HOJE TAASTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:13','1900-01-01 00:00:00',1,0,1),(12153,'2296','Hojer','HOJER',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12154,'36506','Hokianga','HOKIANGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12155,'15205','Hokitika','HOKITIKA',NULL,'','New Zealand','Hokitika',0,0,157,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12156,'43539','Hokkaido','HOKKAIDO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12157,'35755','Hokuto','HOKUTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12158,'2149','Holbaek','HOLBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12159,'8247','Holbeach','HOLBEACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12160,'8248','Holbeton','HOLBETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12161,'8249','Holborn','HOLBORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12162,'1297','Holbox','HOLBOX',NULL,'','MEXICO','',0,0,141,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12163,'34191','Holbrook','HOLBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:14','1900-01-01 00:00:00',1,0,1),(12164,'21396','Holbrook','HOLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:03:15','1900-01-01 00:00:00',1,0,1),(12165,'31769','Holcombe','HOLCOMBE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12166,'21878','Holden','HOLDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12167,'32713','Holderness','HOLDERNESS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:16','1900-01-01 00:00:00',1,0,1),(12168,'28129','Holdrege','HOLDREGE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12169,'25245','Holetown','HOLETOWN',NULL,'','Barbados','',0,0,19,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12170,'8250','Holford','HOLFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12171,'34942','Holguin','HOLGUIN',NULL,'','Cuba','',0,0,56,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12172,'29982','Holicong','HOLICONG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12173,'19395','Holiday','HOLIDAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:17','1900-01-01 00:00:00',1,0,1),(12174,'33162','Holladay','HOLLADAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:18','1900-01-01 00:00:00',1,0,1),(12175,'22105','Holland','HOLLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:18','1900-01-01 00:00:00',1,0,1),(12176,'39093','Holland Park','HOLLAND PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12177,'7120','Holland-on-sea','HOLLAND-ON-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12178,'27232','Hollenstedt','HOLLENSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12179,'29983','Hollidaysburg','HOLLIDAYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12180,'17643','Hollis','HOLLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:19','1900-01-01 00:00:00',1,0,1),(12181,'27663','Hollister','HOLLISTER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:20','1900-01-01 00:00:00',1,0,1),(12182,'14513','Hollum','HOLLUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:20','1900-01-01 00:00:00',1,0,1),(12183,'25770','Holman Island','HOLMAN ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:22','1900-01-01 00:00:00',1,0,1),(12184,'28304','Holmdel','HOLMDEL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:22','1900-01-01 00:00:00',1,0,1),(12185,'19401','Holmes Beach','HOLMES BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12186,'8251','Holmes Chapel','HOLMES CHAPEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12187,'14774','Holmestrand','HOLMESTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12188,'7121','Holmrook','HOLMROOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12189,'14867','Holmsbu','HOLMSBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12190,'42349','Holnon','HOLNON',NULL,'','France','',0,0,76,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12191,'11072','Holon','HOLON',NULL,'','Israel','',0,0,106,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12192,'34192','Holroyd','HOLROYD',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12193,'2274','Holstebro','HOLSTEBRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:23','1900-01-01 00:00:00',1,0,1),(12194,'190','Holsteinische Schweiz','HOLSTEINISCHE SCHWEIZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12195,'9858','Holsteinsborg','HOLSTEINSBORG',NULL,'','Greenland','',0,0,87,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12196,'8252','Holsworthy','HOLSWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12197,'2215','Holte','HOLTE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12198,'36457','Holten','HOLTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12199,'21068','Holton','HOLTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12200,'27664','Holts Summit','HOLTS SUMMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:24','1900-01-01 00:00:00',1,0,1),(12201,'28856','Holtsville','HOLTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12202,'18538','Holtville','HOLTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12203,'43718','Holtze','HOLTZE',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12204,'38266','Holtzheim','HOLTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12205,'19998','Holualoa','HOLUALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:25','1900-01-01 00:00:00',1,0,1),(12206,'17644','Holy Cross','HOLY CROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12207,'8253','Holyhead','HOLYHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12208,'21397','Holyoke','HOLYOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12209,'25660','Holyrood','HOLYROOD',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12210,'8254','Holywell','HOLYWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12211,'8255','Holywood','HOLYWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:26','1900-01-01 00:00:00',1,0,1),(12212,'39431','Holzgau','HOLZGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12213,'218','Holzkirchen','HOLZKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12214,'22986','Home Island','HOME ISLAND',NULL,'','Cocos (Keeling) Islands','',0,0,0,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12215,'34193','Homebush','HOMEBUSH',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12216,'28857','Homer','HOMER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:27','1900-01-01 00:00:00',1,0,1),(12217,'20219','Homestead','HOMESTEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:28','1900-01-01 00:00:00',1,0,1),(12218,'20597','Homewood','HOMEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:28','1900-01-01 00:00:00',1,0,1),(12219,'14990','Hommelvik','HOMMELVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12220,'19403','Homosassa','HOMOSASSA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12221,'16929','Homs','HOMS',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12222,'19999','Honalo','HONALO',NULL,'','United States','',0,0,231,'2016-10-17 11:03:29','1900-01-01 00:00:00',1,0,1),(12223,'20000','Honaunau','HONAUNAU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12224,'30685','Hondo','HONDO',NULL,'','United States','',0,0,231,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12225,'23454','Hondrich','HONDRICH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:30','1900-01-01 00:00:00',1,0,1),(12226,'30346','Honea Path','HONEA PATH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12227,'14868','Honefoss','HONEFOSS',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12228,'28858','Honeoye','HONEOYE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12229,'29984','Honesdale','HONESDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:31','1900-01-01 00:00:00',1,0,1),(12230,'29985','Honey Brook','HONEY BROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12231,'34517','Honey Harbour','HONEY HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12232,'9926','Hong Kong','HONG KONG',NULL,'','Hong Kong','Hong Kong',0,0,98,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12233,'23236','Hongg','HONGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12234,'23590','Hongqiao International Airport (Sha)','HONGQIAO INTERNATIONAL AIRPORT (SHA)',NULL,'','China','',0,0,46,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12235,'23890','Hongxing','HONGXING',NULL,'','China','',0,0,46,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12236,'16547','Honiara','HONIARA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12237,'8256','Honiley','HONILEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:32','1900-01-01 00:00:00',1,0,1),(12238,'8257','Honiton','HONITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12239,'14879','Honningsvag','HONNINGSVAG',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12240,'20001','Honohina','HONOHINA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12241,'20002','Honokaa','HONOKAA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12242,'20003','Honokohau','HONOKOHAU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:33','1900-01-01 00:00:00',1,0,1),(12243,'20004','Honokowai','HONOKOWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12244,'20005','Honolua','HONOLUA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12245,'20006','Honolulu','HONOLULU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:34','1900-01-01 00:00:00',1,0,1),(12246,'20007','Honomu','HONOMU',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12247,'29679','Hood River','HOOD RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12248,'31516','Hoodsport','HOODSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12249,'14640','Hoofddorp','HOOFDDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:35','1900-01-01 00:00:00',1,0,1),(12250,'14468','Hoog Soeren','HOOG SOEREN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12251,'14496','Hoogeveen','HOOGEVEEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12252,'43286','Hook','HOOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12253,'26237','Hooker Creek','HOOKER CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12254,'32714','Hooksett','HOOKSETT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12255,'7124','Hoole','HOOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:36','1900-01-01 00:00:00',1,0,1),(12256,'20008','Hoolehua','HOOLEHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12257,'17646','Hoonah','HOONAH',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12258,'18540','Hoopa','HOOPA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12259,'17647','Hooper Bay','HOOPER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:37','1900-01-01 00:00:00',1,0,1),(12260,'20598','Hoopeston','HOOPESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12261,'43258','Hoora','HOORA',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12262,'17897','Hoover','HOOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12263,'28305','Hopatcong','HOPATCONG',NULL,'','United States','',0,0,231,'2016-10-17 11:03:38','1900-01-01 00:00:00',1,0,1),(12264,'26707','Hope Island','HOPE ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12265,'24884','Hope Town','HOPE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12266,'25661','Hopedale','HOPEDALE',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12267,'26515','Hopetoun','HOPETOUN',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12268,'28860','Hopewell','HOPEWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:40','1900-01-01 00:00:00',1,0,1),(12269,'219','Hopfen Am See','HOPFEN AM SEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12270,'41021','Hopfensee','HOPFENSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12271,'39973','Hopfgarten Im Brixental','HOPFGARTEN IM BRIXENTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:03:41','1900-01-01 00:00:00',1,0,1),(12272,'24923','Hopkins','HOPKINS',NULL,'','Belize','',0,0,22,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12273,'33657','Hopkinsville','HOPKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12274,'18541','Hopland','HOPLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:03:42','1900-01-01 00:00:00',1,0,1),(12275,'31517','Hoquiam','HOQUIAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12276,'22565','Horben','HORBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12277,'4282','Horbourg-wihr','HORBOURG-WIHR',NULL,'','France','',0,0,76,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12278,'3407','Horche','HORCHE',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12279,'14801','Hordaland','HORDALAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12280,'220','Horgau','HORGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12281,'23237','Horgen','HORGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:43','1900-01-01 00:00:00',1,0,1),(12282,'39221','Horice Na Sumave','HORICE NA SUMAVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12283,'10983','Hornafjordur','HORNAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12284,'44137','Horn-bad Meinberg','HORN-BAD MEINBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12285,'2176','Hornbaek','HORNBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12286,'22567','Hornberg','HORNBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12287,'15206','Hornby','HORNBY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:44','1900-01-01 00:00:00',1,0,1),(12288,'8261','Horncastle','HORNCASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12289,'8262','Hornchurch','HORNCHURCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12290,'28862','Hornell','HORNELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12291,'34518','Hornepayne','HORNEPAYNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12292,'14802','Hornindal','HORNINDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12293,'2150','Horning','HORNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12294,'39358','Horningsham','HORNINGSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12295,'9299','Horns Cross','HORNS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:45','1900-01-01 00:00:00',1,0,1),(12296,'8263','Hornsea','HORNSEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12297,'2151','Hornslet','HORNSLET',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12298,'36700','Horny Smokovec','HORNY SMOKOVEC',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12299,'15114','Horohoro','HOROHORO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12300,'24153','Horquetas','HORQUETAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12301,'8264','Horringford','HORRINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12302,'25458','Horsefly','HORSEFLY',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:46','1900-01-01 00:00:00',1,0,1),(12303,'28863','Horseheads','HORSEHEADS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12304,'40014','Horsemans Green','HORSEMANS GREEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12305,'2348','Horsens','HORSENS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12306,'25459','Horseshoe Bay','HORSESHOE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12307,'30686','Horseshoe Bay','HORSESHOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:03:47','1900-01-01 00:00:00',1,0,1),(12308,'26909','Horsham','HORSHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12309,'29986','Horsham','HORSHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12310,'8265','Horsham','HORSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:48','1900-01-01 00:00:00',1,0,1),(12311,'14572','Horst','HORST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12312,'510','Horstel','HORSTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12313,'2037','Hörstel','HÖRSTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12314,'2643','Horta-guinardo','HORTA-GUINARDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12315,'2995','Hortaleza','HORTALEZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12316,'15024','Horten','HORTEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12317,'38038','Horto','HORTO',NULL,'','Greece','',0,0,86,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12318,'35341','Hortobagy','HORTOBAGY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12319,'8266','Horton (Dorset)','HORTON (DORSET)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:49','1900-01-01 00:00:00',1,0,1),(12320,'7125','Horton-cum-studley','HORTON-CUM-STUDLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12321,'13736','Horubadhoo Island','HORUBADHOO ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12322,'27233','Horumersiel','HORUMERSIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12323,'23238','Horw','HORW',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12324,'8268','Horwich','HORWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12325,'42602','Hosapete','HOSAPETE',NULL,'','India','',0,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12326,'40382','Hoskote','HOSKOTE',NULL,'','India','',0,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12327,'40853','Hospet','HOSPET',NULL,'','India','Hospet',17,0,101,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12328,'41505','Hospitalet De Llobregat','HOSPITALET DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:03:50','1900-01-01 00:00:00',1,0,1),(12329,'5193','Hossegor','HOSSEGOR',NULL,'','France','',0,0,76,'2016-10-17 11:03:51','1900-01-01 00:00:00',1,0,1),(12330,'44209','Hosur','HOSUR',NULL,'','India','Hosur',18,0,101,'2016-10-17 11:03:51','1900-01-01 00:00:00',1,0,1),(12331,'15115','Hot Water Beach','HOT WATER BEACH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12332,'23839','Hotan','HOTAN',NULL,'','China','',0,0,46,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12333,'33464','Hotchkiss','HOTCHKISS',NULL,'','United States','',0,0,231,'2016-10-17 11:03:52','1900-01-01 00:00:00',1,0,1),(12334,'23036','Hottingen','HOTTINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12335,'14429','Houailou','HOUAILOU',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12336,'13538','Houayxay','HOUAYXAY',NULL,'','Laos','',0,0,118,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12337,'39752','Houdan','HOUDAN',NULL,'','France','',0,0,76,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12338,'6034','Houdemont','HOUDEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12339,'24663','Houdeng-goegnies','HOUDENG-GOEGNIES',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12340,'38689','Houffalize','HOUFFALIZE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12341,'8269','Houghton','HOUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12342,'28864','Houghton','HOUGHTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:53','1900-01-01 00:00:00',1,0,1),(12343,'4726','Houilles','HOUILLES',NULL,'','France','',0,0,76,'2016-10-17 11:03:54','1900-01-01 00:00:00',1,0,1),(12344,'23961','Houjie','HOUJIE',NULL,'','China','',0,0,46,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12345,'9478','Houlakia','HOULAKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12346,'5400','Houlgate','HOULGATE',NULL,'','France','',0,0,76,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12347,'21880','Houlton','HOULTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12348,'21209','Houma','HOUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:03:55','1900-01-01 00:00:00',1,0,1),(12349,'41198','Houmt Souk - Djerba','HOUMT SOUK - DJERBA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12350,'13563','Houn','HOUN',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12351,'8270','Hounslow','HOUNSLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12352,'5194','Hourtin','HOURTIN',NULL,'','France','',0,0,76,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12353,'6764','Houssen','HOUSSEN',NULL,'','France','',0,0,76,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12354,'27665','Houston','HOUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:03:56','1900-01-01 00:00:00',1,0,1),(12355,'36926','Houston-intl Apt','HOUSTON-INTL APT',NULL,'','United States','',0,0,231,'2016-10-17 11:03:57','1900-01-01 00:00:00',1,0,1),(12356,'32401','Hout Bay','HOUT BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:03:57','1900-01-01 00:00:00',1,0,1),(12357,'39918','Houten','HOUTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12358,'2262','Hovborg','HOVBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12359,'15003','Hovden','HOVDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12360,'14803','Hovedoya','HOVEDOYA',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12361,'14847','Hovik','HOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12362,'8272','Hovingham','HOVINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12363,'19405','Howard','HOWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12364,'8273','Howden','HOWDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:03:58','1900-01-01 00:00:00',1,0,1),(12365,'20905','Howe','HOWE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12366,'22110','Howell','HOWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12367,'28865','Howes Cave','HOWES CAVE',NULL,'','United States','',0,0,231,'2016-10-17 11:03:59','1900-01-01 00:00:00',1,0,1),(12368,'19406','Howey-in-the-hills','HOWEY-IN-THE-HILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12369,'15207','Howick','HOWICK',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12370,'44210','Howrah','HOWRAH',NULL,'','India','Howrah',12,0,101,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12371,'7126','Howtown','HOWTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12372,'36316','Howwood','HOWWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12373,'511','Hoxter','HOXTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12374,'7127','Hoy Island','HOY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:00','1900-01-01 00:00:00',1,0,1),(12375,'1885','Hoyerswerda','HOYERSWERDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12376,'40176','Hoylake','HOYLAKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12377,'38135','Hoylandet','HOYLANDET',NULL,'','Norway','',0,0,164,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12378,'2644','Hoyos De Espino','HOYOS DE ESPINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12379,'27412','Hoyt Lakes','HOYT LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12380,'24345','Hradec Kralove','HRADEC KRALOVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12381,'40406','Hsin Shih','HSIN SHIH',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12382,'17442','Hsinchu','HSINCHU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12383,'17389','Hsinchuang','HSINCHUANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:01','1900-01-01 00:00:00',1,0,1),(12384,'23962','Huadu','HUADU',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12385,'16161','Huahine','HUAHINE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12386,'36531','Huahine-te Tiare','HUAHINE-TE TIARE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12387,'34872','Huai Nan','HUAI NAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12388,'40091','Huai Yang','HUAI YANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12389,'42391','Huaian','HUAIAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12390,'23739','Huai\'an','HUAI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12391,'43823','Huainan','HUAINAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12392,'17390','Hualien','HUALIEN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12393,'14113','Huamantla','HUAMANTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:02','1900-01-01 00:00:00',1,0,1),(12394,'25850','Huambo','HUAMBO',NULL,'','Angola','',0,0,6,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12395,'23963','Huanghua','HUANGHUA',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12396,'34874','Huanglong','HUANGLONG',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12397,'23591','Huangpu - The Bund','HUANGPU - THE BUND',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12398,'23683','Huangshan','HUANGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12399,'43824','Huangshi','HUANGSHI',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12400,'23698','Huangyan','HUANGYAN',NULL,'','China','',0,0,46,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12401,'36523','Huaraz','HUARAZ',NULL,'','Peru','',0,0,172,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12402,'3056','Huarte','HUARTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12403,'14003','Huasca De Ocampo','HUASCA DE OCAMPO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12404,'35940','Huatajata','HUATAJATA',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12405,'13818','Huatulco','HUATULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:03','1900-01-01 00:00:00',1,0,1),(12407,'29379','Hubbard','HUBBARD',NULL,'','United States','',0,0,231,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12408,'25716','Hubbards','HUBBARDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12409,'29380','Huber Heights','HUBER HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12410,'779','Hubertushohe','HUBERTUSHOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12411,'10658','Hubli','HUBLI',NULL,'','India','Hubli',17,0,101,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12412,'37437','Huckelhoven','HUCKELHOVEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:04','1900-01-01 00:00:00',1,0,1),(12413,'8274','Huddersfield','HUDDERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12414,'16827','Huddinge','HUDDINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12415,'31133','Huddleston','HUDDLESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12416,'16699','Hudiksvall','HUDIKSVALL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12417,'26005','Hudson','HUDSON',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:05','1900-01-01 00:00:00',1,0,1),(12418,'21399','Hudson, Town Of','HUDSON, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12419,'42934','Hudson\'s Hope','HUDSON\'S HOPE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12420,'22113','Hudsonville','HUDSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12421,'32304','Hue','HUE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:04:07','1900-01-01 00:00:00',1,0,1),(12422,'37305','Hueckeswagen','HUECKESWAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12423,'35310','Huehuetenango','HUEHUETENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12424,'14066','Huejotzingo','HUEJOTZINGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12425,'38749','Huejutla De Reyes','HUEJUTLA DE REYES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12426,'20009','Huelo','HUELO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12427,'2950','Huelva','HUELVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:08','1900-01-01 00:00:00',1,0,1),(12428,'35030','Huelva-cartaya','HUELVA-CARTAYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12429,'191','Huerth','HUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12430,'3330','Huesca','HUESCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12431,'38094','Huetor Vega','HUETOR VEGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12432,'8275','Hugh Town','HUGH TOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12433,'26410','Hughenden','HUGHENDEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:09','1900-01-01 00:00:00',1,0,1),(12434,'17648','Hughes','HUGHES',NULL,'','United States','',0,0,231,'2016-10-17 11:04:10','1900-01-01 00:00:00',1,0,1),(12435,'32915','Hugo','HUGO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:10','1900-01-01 00:00:00',1,0,1),(12436,'41807','Huhhot','HUHHOT',NULL,'','China','',0,0,46,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12437,'42643','Huilo Huilo','HUILO HUILO',NULL,'','Chile','',0,0,45,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12438,'13143','Huis Ten Bosch','HUIS TEN BOSCH',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12439,'14642','Huisduinen','HUISDUINEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:11','1900-01-01 00:00:00',1,0,1),(12440,'14035','Huixquilucan De Degollado','HUIXQUILUCAN DE DEGOLLADO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12441,'38859','Huiyang','HUIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12442,'23964','Huizhou','HUIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12443,'24630','Huldenberg','HULDENBERG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:12','1900-01-01 00:00:00',1,0,1),(12444,'32105','Hulett','HULETT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:13','1900-01-01 00:00:00',1,0,1),(12445,'13737','Hulhule','HULHULE',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:14','1900-01-01 00:00:00',1,0,1),(12446,'26006','Hull','HULL',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:14','1900-01-01 00:00:00',1,0,1),(12447,'9306','Hull','HULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12448,'438','Hülsa','HÜLSA',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12449,'14542','Hulshorst','HULSHORST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12450,'857','Hulshout','HULSHOUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:15','1900-01-01 00:00:00',1,0,1),(12451,'16729','Hultsfred','HULTSFRED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12452,'15752','Humacao','HUMACAO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12453,'25662','Humber Valley','HUMBER VALLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:16','1900-01-01 00:00:00',1,0,1),(12454,'7128','Humberside','HUMBERSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:17','1900-01-01 00:00:00',1,0,1),(12455,'8276','Humbie','HUMBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:17','1900-01-01 00:00:00',1,0,1),(12456,'30691','Humble','HUMBLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:18','1900-01-01 00:00:00',1,0,1),(12457,'22946','Humboldt','HUMBOLDT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:18','1900-01-01 00:00:00',1,0,1),(12458,'20221','Humboldt','HUMBOLDT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12459,'23965','Humen','HUMEN',NULL,'','China','',0,0,46,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12460,'42835','Humenne','HUMENNE',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:04:19','1900-01-01 00:00:00',1,0,1),(12461,'3859','Humera','HUMERA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12462,'32462','Humewood','HUMEWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12463,'2177','Humlebaek','HUMLEBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12464,'29987','Hummels Wharf','HUMMELS WHARF',NULL,'','United States','',0,0,231,'2016-10-17 11:04:20','1900-01-01 00:00:00',1,0,1),(12465,'29988','Hummelstown','HUMMELSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:04:21','1900-01-01 00:00:00',1,0,1),(12466,'2178','Hundested','HUNDESTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:21','1900-01-01 00:00:00',1,0,1),(12467,'8277','Hundleton','HUNDLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12468,'43598','Hundon','HUNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12469,'36625','Hunedoara','HUNEDOARA',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12470,'42903','Hunfeld','HUNFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:22','1900-01-01 00:00:00',1,0,1),(12471,'8278','Hungerford','HUNGERFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12472,'23239','Hunibach','HUNIBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12473,'8279','Hunmanby','HUNMANBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12474,'8280','Hunstanton','HUNSTANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12475,'7129','Hunstrete','HUNSTRETE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12476,'17899','Hunstville Area','HUNSTVILLE AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12477,'38721','Hunsur','HUNSUR',NULL,'','India','',0,0,101,'2016-10-17 11:04:23','1900-01-01 00:00:00',1,0,1),(12478,'30692','Hunt','HUNT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12479,'28867','Hunter','HUNTER',NULL,'','United States','',0,0,231,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12480,'34194','Hunter Valley','HUNTER VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:24','1900-01-01 00:00:00',1,0,1),(12481,'18542','Hunters Point','HUNTERS POINT',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12482,'33892','Huntersville','HUNTERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12483,'24908','Hunting Caye','HUNTING CAYE',NULL,'','Belize','',0,0,22,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12484,'30347','Hunting Island','HUNTING ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:04:25','1900-01-01 00:00:00',1,0,1),(12485,'20906','Huntingburg','HUNTINGBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12486,'29989','Huntingdon','HUNTINGDON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12487,'8281','Huntingdon','HUNTINGDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:26','1900-01-01 00:00:00',1,0,1),(12488,'31994','Huntington','HUNTINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:27','1900-01-01 00:00:00',1,0,1),(12489,'44014','Huntly','HUNTLY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12490,'8282','Huntly','HUNTLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12491,'8283','Hunton','HUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:29','1900-01-01 00:00:00',1,0,1),(12492,'7130','Hunts Cross','HUNTS CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12493,'25717','Hunts Point','HUNTS POINT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12494,'30694','Huntsville','HUNTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:30','1900-01-01 00:00:00',1,0,1),(12495,'34520','Huntsville','HUNTSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12496,'2427','Hurghada','HURGHADA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12497,'31772','Hurley','HURLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:04:31','1900-01-01 00:00:00',1,0,1),(12498,'8284','Hurley','HURLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12499,'26073','Hurlingham','HURLINGHAM',NULL,'','Argentina','',0,0,10,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12500,'29382','Huron','HURON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12501,'31996','Hurricane','HURRICANE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:32','1900-01-01 00:00:00',1,0,1),(12502,'34195','Hurstville','HURSTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:33','1900-01-01 00:00:00',1,0,1),(12503,'41020','Hurth','HURTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:33','1900-01-01 00:00:00',1,0,1),(12504,'37580','Hurup','HURUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12505,'11018','Husavik','HUSAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12506,'36626','Husi','HUSI',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12507,'34196','Huskisson','HUSKISSON',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12508,'16720','Huskvarna','HUSKVARNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12509,'17649','Huslia','HUSLIA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12510,'40005','Hustopece','HUSTOPECE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12511,'2231','Husum','HUSUM',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12512,'27234','Husum','HUSUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:34','1900-01-01 00:00:00',1,0,1),(12513,'30696','Hutchins','HUTCHINS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:35','1900-01-01 00:00:00',1,0,1),(12514,'27413','Hutchinson','HUTCHINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:04:35','1900-01-01 00:00:00',1,0,1),(12515,'30697','Hutto','HUTTO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12516,'43335','Huttwil','HUTTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12517,'13739','Huvafen Fushi','HUVAFEN FUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12518,'37848','Huvahendhoo','HUVAHENDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12519,'8285','Huxley','HUXLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12520,'24674','Huy','HUY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:36','1900-01-01 00:00:00',1,0,1),(12521,'2244','Hvalpsund','HVALPSUND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12522,'11020','Hvammstangi','HVAMMSTANGI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12523,'10013','Hvar','HVAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12524,'35442','Hveragerdhi','HVERAGERDHI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12525,'10984','Hveragerdi','HVERAGERDI',NULL,'','Iceland','Hveragerdi',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12526,'2320','Hvidbjerg','HVIDBJERG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12527,'2216','Hvidovre','HVIDOVRE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12528,'37657','Hvolsvollur','HVOLSVOLLUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12529,'32652','Hwange','HWANGE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12530,'21401','Hyannis','HYANNIS',NULL,'','United States','',0,0,231,'2016-10-17 11:04:37','1900-01-01 00:00:00',1,0,1),(12531,'21716','Hyattsville','HYATTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:04:38','1900-01-01 00:00:00',1,0,1),(12532,'17650','Hydaburg','HYDABURG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:38','1900-01-01 00:00:00',1,0,1),(12533,'8286','Hyde','HYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12534,'28870','Hyde Park','HYDE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12535,'26804','Hyde Park','HYDE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:39','1900-01-01 00:00:00',1,0,1),(12536,'42914','Hyden','HYDEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12537,'17651','Hyder','HYDER',NULL,'','United States','',0,0,231,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12538,'10617','Hyderabad','HYDERABAD',NULL,'','India','Hyderabad',51,0,101,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12539,'15288','Hyderabad','HYDERABAD',NULL,'','Pakistan','Hyderabad',0,0,166,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12540,'41635','Hydra','HYDRA',NULL,'','Greece','Hydra',0,0,86,'2016-10-17 11:04:40','1900-01-01 00:00:00',1,0,1),(12541,'6441','Hyeres','HYERES',NULL,'','France','',0,0,76,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12542,'39407','Hyevre-paroisse','HYEVRE-PAROISSE',NULL,'','France','',0,0,76,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12543,'13250','Hyogo','HYOGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12544,'43184','Hyogo-ken','HYOGO-KEN',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12545,'8287','Hythe','HYTHE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12546,'3969','Hyvinkaa','HYVINKAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12547,'43419','Ialissos','IALISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12548,'43255','Ialysos','IALYSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12549,'9480','Ialysus','IALYSUS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:41','1900-01-01 00:00:00',1,0,1),(12550,'16222','Iasi','IASI',NULL,'','Romania','',0,0,179,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12551,'15488','Iba','IBA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12552,'24126','Ibague','IBAGUE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12553,'13251','Ibaraki','IBARAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12554,'2398','Ibarra','IBARRA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12555,'3708','Ibarranguelua','IBARRANGUELUA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12556,'512','Ibbenburen','IBBENBUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12557,'2902','Ibiza','IBIZA',NULL,'','Spain','Ibiza',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12558,'35016','Ibiza-cala Llonga','IBIZA-CALA LLONGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:42','1900-01-01 00:00:00',1,0,1),(12559,'35062','Ibiza-sa Caleta','IBIZA-SA CALETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12560,'35051','Ibiza-san Agustin','IBIZA-SAN AGUSTIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12561,'35087','Ibiza-santa Elaulia','IBIZA-SANTA ELAULIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12562,'8288','Ibstone','IBSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:43','1900-01-01 00:00:00',1,0,1),(12563,'37981','Ibusuki','IBUSUKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12564,'15399','Ica','ICA',NULL,'','Peru','',0,0,172,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12565,'35804','Icheon','ICHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12566,'13494','Icheon','ICHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12567,'13252','Ichikawa','ICHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12568,'43909','Ichinoseki','ICHINOSEKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12569,'37929','Icici','ICICI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12570,'8289','Icklesham','ICKLESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12571,'17305','Icmeler','ICMELER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12572,'40653','Icod De Los Vinos','ICOD DE LOS VINOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:44','1900-01-01 00:00:00',1,0,1),(12573,'32916','Idabel','IDABEL',NULL,'','United States','',0,0,231,'2016-10-17 11:04:45','1900-01-01 00:00:00',1,0,1),(12574,'20363','Idaho City','IDAHO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:04:45','1900-01-01 00:00:00',1,0,1),(12575,'15896','Idanha-a-nova','IDANHA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12576,'633','Idar-oberstein','IDAR-OBERSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12578,'9481','Idhomeni','IDHOMENI',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12579,'1305','Idleb','IDLEB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:04:46','1900-01-01 00:00:00',1,0,1),(12580,'29681','Idleyld Park','IDLEYLD PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12581,'36716','Idlib','IDLIB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12582,'16741','Idre','IDRE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12583,'11238','Idro','IDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12584,'439','Idstein','IDSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12585,'10526','Idukki','IDUKKI',NULL,'','India','Idukki',3,0,101,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12586,'18546','Idyllwild','IDYLLWILD',NULL,'','United States','',0,0,231,'2016-10-17 11:04:47','1900-01-01 00:00:00',1,0,1),(12587,'34850','Ieper','IEPER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12588,'9796','Ierapetra','IERAPETRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12589,'41439','Ifaty','IFATY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12590,'39024','Iffendic','IFFENDIC',NULL,'','France','',0,0,76,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12591,'13710','Ifrane','IFRANE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12592,'4871','Ifs','IFS',NULL,'','France','',0,0,76,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12593,'16353','Igarka','IGARKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12594,'12721','Igea Marina','IGEA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:48','1900-01-01 00:00:00',1,0,1),(12595,'17652','Igiugig','IGIUGIG',NULL,'','United States','',0,0,231,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12596,'12824','Iglesias','IGLESIAS',NULL,'','Italy','',0,0,107,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12597,'25799','Igloolik','IGLOOLIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12598,'24467','Igls','IGLS',NULL,'','Austria','',0,0,14,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12599,'34522','Ignace','IGNACE',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12600,'33466','Ignacio','IGNACIO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:49','1900-01-01 00:00:00',1,0,1),(12601,'3122','Igollo','IGOLLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12602,'39914','Igoumenitsa','IGOUMENITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12603,'42023','Iguala','IGUALA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12604,'3552','Igualada','IGUALADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12605,'40973','Iguassu Falls','IGUASSU FALLS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12606,'26046','Iguazu','IGUAZU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12607,'35951','Iguazu Falls (Br)','IGUAZU FALLS (BR)',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12608,'39356','Ihosy','IHOSY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12609,'22568','Ihringen','IHRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12610,'13740','Ihuru','IHURU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:04:50','1900-01-01 00:00:00',1,0,1),(12611,'42379','Iikley','IIKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12612,'3998','Iisalmi','IISALMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12613,'43326','Ijmuiden','IJMUIDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12614,'14682','Ijsselstein','IJSSELSTEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12615,'4009','Ikaalinen','IKAALINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12616,'9482','Ikaria','IKARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12617,'2275','Ikast','IKAST',NULL,'','Denmark','',0,0,59,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12618,'13253','Ikeda','IKEDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12619,'13144','Iki Island','IKI ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12620,'13254','Ikuno','IKUNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12621,'1937','Ilberstedt','ILBERSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12622,'8290','Ilchester','ILCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:51','1900-01-01 00:00:00',1,0,1),(12623,'17292','Ildir','ILDIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:52','1900-01-01 00:00:00',1,0,1),(12624,'36450','Ile Des Pins','ILE DES PINS',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:04:52','1900-01-01 00:00:00',1,0,1),(12625,'4290','Ile-aux-moines','ILE-AUX-MOINES',NULL,'','France','',0,0,76,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12626,'26008','Ile-perrot','ILE-PERROT',NULL,'','Canada','',0,0,39,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12627,'1973','Ilfeld','ILFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12628,'8291','Ilford','ILFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:53','1900-01-01 00:00:00',1,0,1),(12629,'8292','Ilfracombe','ILFRACOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12630,'41074','Ilgaz','ILGAZ',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12631,'42007','Ilha Da Boa Vista','ILHA DA BOA VISTA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12632,'25203','Ilhabela','ILHABELA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12633,'15858','Ilhavo','ILHAVO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12634,'25040','Ilheus','ILHEUS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12635,'35944','Ilheus-comandatuba','ILHEUS-COMANDATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12636,'17653','Iliamna','ILIAMNA',NULL,'','United States','',0,0,231,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12637,'17357','Ilica','ILICA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12638,'15550','Iligan','ILIGAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:54','1900-01-01 00:00:00',1,0,1),(12639,'28871','Ilion','ILION',NULL,'','United States','',0,0,231,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12640,'9483','Ilioupolis','ILIOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12641,'8293','Ilkeston','ILKESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12642,'8294','Ilkley','ILKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12643,'10160','Illaga','ILLAGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12644,'34197','Illawarra','ILLAWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12645,'43995','Ille-et-vilaine','ILLE-ET-VILAINE',NULL,'','France','',0,0,76,'2016-10-17 11:04:55','1900-01-01 00:00:00',1,0,1),(12646,'2647','Illetas','ILLETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12647,'4291','Illiers-combrey','ILLIERS-COMBREY',NULL,'','France','',0,0,76,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12648,'37689','Illizi','ILLIZI',NULL,'','Algeria','',0,0,3,'2016-10-17 11:04:56','1900-01-01 00:00:00',1,0,1),(12649,'43532','Illkirch','ILLKIRCH',NULL,'','France','',0,0,76,'2016-10-17 11:04:57','1900-01-01 00:00:00',1,0,1),(12650,'6765','Illkirch-graffenstaden','ILLKIRCH-GRAFFENSTADEN',NULL,'','France','',0,0,76,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12651,'37683','Illmitz','ILLMITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12652,'36449','I\'llot Maitre','I\'LLOT MAITRE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12653,'32518','Illovo Beach','ILLOVO BEACH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12654,'39845','Illueca','ILLUECA',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12655,'6766','Illzach','ILLZACH',NULL,'','France','',0,0,76,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12656,'221','Ilmenau','ILMENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12657,'8295','Ilminster','ILMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12658,'15551','Iloilo','ILOILO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:04:58','1900-01-01 00:00:00',1,0,1),(12659,'1938','Ilsenburg','ILSENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12660,'8296','Ilsington','ILSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12661,'10161','Ilu','ILU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12662,'9859','Ilulissat','ILULISSAT',NULL,'','Greenland','',0,0,87,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12663,'31518','Ilwaco','ILWACO',NULL,'','United States','',0,0,231,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12664,'3057','Imarcoain','IMARCOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12665,'43910','Imari','IMARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12666,'3970','Imatra','IMATRA',NULL,'','Finland','',0,0,75,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12667,'2448','Imbabah','IMBABAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12668,'921','Imbabura','IMBABURA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:04:59','1900-01-01 00:00:00',1,0,1),(12669,'35953','Imbassai','IMBASSAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12670,'25180','Imbituba','IMBITUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12671,'9822','Imeroviglion','IMEROVIGLION',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12672,'32820','Imlay','IMLAY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12673,'37317','Imlil','IMLIL',NULL,'','Morocco','',0,0,148,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12674,'38394','Immingham','IMMINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:00','1900-01-01 00:00:00',1,0,1),(12675,'11999','Imola','IMOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12676,'3408','Imon','IMON',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12677,'25083','Imperatriz','IMPERATRIZ',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12678,'12000','Imperia','IMPERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12679,'28130','Imperial','IMPERIAL',NULL,'','United States','',0,0,231,'2016-10-17 11:05:01','1900-01-01 00:00:00',1,0,1),(12680,'24045','Impfondo','IMPFONDO',NULL,'','Congo','',0,0,51,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12681,'10653','Imphal','IMPHAL',NULL,'','India','Imphal',41,0,101,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12682,'13052','Impruneta','IMPRUNETA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12683,'24563','Imst','IMST',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12684,'42952','Inampulugan Island','INAMPULUGAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12685,'10309','Inanwatan','INANWATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12686,'42468','Inari','INARI',NULL,'','Finland','',0,0,75,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12687,'42891','Inawashiro','INAWASHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:02','1900-01-01 00:00:00',1,0,1),(12688,'39906','Inca','INCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12689,'17211','Incekum','INCEKUM',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12690,'42832','Inchanga','INCHANGA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12691,'13524','Incheon','INCHEON',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12692,'35806','Incheon','INCHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12693,'10841','Inchicore','INCHICORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12694,'9325','Inchinnan','INCHINNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12695,'8297','Inchture','INCHTURE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:03','1900-01-01 00:00:00',1,0,1),(12696,'11239','Incisa In Val D\'arno','INCISA IN VAL D\'ARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12697,'32821','Incline Village','INCLINE VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12698,'25204','Indaiatuba','INDAIATUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12699,'27666','Independence','INDEPENDENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:04','1900-01-01 00:00:00',1,0,1),(12700,'15371','Independencia','INDEPENDENCIA',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:05','1900-01-01 00:00:00',1,0,1),(12701,'19408','Indialantic','INDIALANTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:05:05','1900-01-01 00:00:00',1,0,1),(12702,'27868','Indianola','INDIANOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12703,'19412','Indiantown','INDIANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12704,'18550','Indio','INDIO',NULL,'','United States','',0,0,231,'2016-10-17 11:05:08','1900-01-01 00:00:00',1,0,1),(12705,'26708','Indooroopilly','INDOOROOPILLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12706,'10649','Indore','INDORE',NULL,'','India','Indore',15,0,101,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12707,'42795','Indramayu','INDRAMAYU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12708,'12929','Induno Olona','INDUNO OLONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12709,'44030','Induruwa','INDURUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12710,'25324','Indus','INDUS',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12711,'13819','Industrial Area','INDUSTRIAL AREA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:09','1900-01-01 00:00:00',1,0,1),(12712,'1822','Industry','INDUSTRY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12713,'14172','Ine','INE',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12714,'33660','Inez','INEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12715,'38608','Infiesto','INFIESTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12716,'8298','Ingatestone','INGATESTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:10','1900-01-01 00:00:00',1,0,1),(12717,'192','Ingelheim','INGELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12718,'44275','Ingenbohl','INGENBOHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12719,'34523','Ingersoll','INGERSOLL',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12720,'18551','Ingleside','INGLESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12721,'18552','Inglewood','INGLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:11','1900-01-01 00:00:00',1,0,1),(12722,'38493','Inglewood','INGLEWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:12','1900-01-01 00:00:00',1,0,1),(12723,'19413','Inglis','INGLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:12','1900-01-01 00:00:00',1,0,1),(12724,'38048','Ingliston','INGLISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12725,'222','Ingolstadt','INGOLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12726,'25718','Ingonish','INGONISH',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12727,'30699','Ingram','INGRAM',NULL,'','United States','',0,0,231,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12728,'41399','Inhaca','INHACA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12729,'43220','Inhambane','INHAMBANE',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12730,'41320','Iniesta','INIESTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12731,'10738','Inisheer','INISHEER',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:13','1900-01-01 00:00:00',1,0,1),(12732,'10739','Inishmaan','INISHMAAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12733,'10740','Inishmore','INISHMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12734,'40270','Injune','INJUNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12735,'26411','Inkerman','INKERMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12736,'22116','Inkster','INKSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12737,'36391','Inle','INLE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:05:14','1900-01-01 00:00:00',1,0,1),(12738,'26454','Innamincka','INNAMINCKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:15','1900-01-01 00:00:00',1,0,1),(12739,'21718','Inner Harbor','INNER HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:05:15','1900-01-01 00:00:00',1,0,1),(12740,'7131','Inner Hebrides','INNER HEBRIDES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12741,'26709','Inner West','INNER WEST',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12742,'37359','Innerbraz','INNERBRAZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12743,'8299','Innerleithen','INNERLEITHEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12744,'26412','Innisfail','INNISFAIL',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12745,'25325','Innisfail','INNISFAIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12746,'41527','Innishannon','INNISHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12747,'26996','Innsbruck','INNSBRUCK',NULL,'','Austria','Innsbruck',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12748,'26997','Innviertel','INNVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12749,'41318','Innvik','INNVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12750,'32633','Inongo','INONGO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12751,'16673','Insjoen','INSJOEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12752,'8300','Instow','INSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:16','1900-01-01 00:00:00',1,0,1),(12753,'36780','Insula Rayong-samet','INSULA RAYONG-SAMET',NULL,'','Thailand','',0,0,215,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12754,'29991','Intercourse','INTERCOURSE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12755,'33016','Interior','INTERIOR',NULL,'','United States','',0,0,231,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12756,'23037','Interlaken','INTERLAKEN',NULL,'','Switzerland','Interlaken',0,0,210,'2016-10-17 11:05:17','1900-01-01 00:00:00',1,0,1),(12757,'32716','Intervale','INTERVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12758,'43972','Intu Afrika Kalahari Private Reserve','INTU AFRIKA KALAHARI PRIVATE RESERVE',NULL,'','Namibia','',0,0,151,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12759,'25205','Inubia Paulista','INUBIA PAULISTA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12760,'26010','Inukjuak','INUKJUAK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12761,'25771','Inuvik','INUVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12762,'27416','Inver Grove Heights','INVER GROVE HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:18','1900-01-01 00:00:00',1,0,1),(12763,'8301','Inveraray','INVERARAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12764,'1310','Inverary','INVERARY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12765,'15073','Invercargill','INVERCARGILL',NULL,'','New Zealand','Invercargill',0,0,157,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12766,'7132','Inverclyde','INVERCLYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12767,'34198','Inverell','INVERELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12768,'8302','Invergarry','INVERGARRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12769,'8303','Invergordon','INVERGORDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12770,'8304','Inverkeithing','INVERKEITHING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12771,'7133','Inverleith','INVERLEITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:19','1900-01-01 00:00:00',1,0,1),(12772,'39995','Inverloch','INVERLOCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12773,'25461','Invermere','INVERMERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12774,'19415','Inverness','INVERNESS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12775,'1311','Inverness','INVERNESS',NULL,'','UNITED KINGDOM','Inverness',0,0,469,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12776,'9251','Inverurie','INVERURIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12777,'11240','Invorio Superiore','INVORIO SUPERIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:20','1900-01-01 00:00:00',1,0,1),(12778,'28873','Inwood','INWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12779,'18554','Inyokern','INYOKERN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12780,'42892','Inzai','INZAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12781,'223','Inzell','INZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12782,'40272','Inzlingen','INZLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:21','1900-01-01 00:00:00',1,0,1),(12783,'9766','Ioannina','IOANNINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12784,'35253','Ioannina-kostitsi','IOANNINA-KOSTITSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12785,'25462','Ioco','IOCO',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12786,'21071','Iola','IOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12787,'22117','Ionia','IONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:22','1900-01-01 00:00:00',1,0,1),(12788,'11241','Ionian Coast','IONIAN COAST',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12789,'12001','Ioppolo','IOPPOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12790,'35274','Ios-ormos','IOS-ORMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:23','1900-01-01 00:00:00',1,0,1),(12791,'24981','Ipanema - Leblon','IPANEMA - LEBLON',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12792,'25084','Ipatinga','IPATINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12793,'9484','Ipeiros','IPEIROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12794,'224','Iphofen','IPHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12795,'24115','Ipiales','IPIALES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12796,'14367','Ipoh','IPOH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12797,'25122','Ipojuca','IPOJUCA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:24','1900-01-01 00:00:00',1,0,1),(12798,'32316','Ipota','IPOTA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12799,'23450','Ipsach','IPSACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12800,'17286','Ipsala','IPSALA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12801,'8305','Ipswich','IPSWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12802,'26710','Ipswich','IPSWICH',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12803,'25800','Iqaluit','IQALUIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12804,'38','Iquique','IQUIQUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12805,'15421','Iquitos','IQUITOS',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12806,'24982','Iraja','IRAJA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12807,'42509','Irakleia','IRAKLEIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12808,'13902','Irapuato','IRAPUATO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12809,'31335','Irasburg','IRASBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:05:25','1900-01-01 00:00:00',1,0,1),(12810,'1665','Irbid','IRBID',NULL,'','Jordan','Irbid',0,0,111,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12811,'40582','Irdning','IRDNING',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12812,'30700','Iredell','IREDELL',NULL,'','United States','',0,0,231,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12813,'32568','Irene','IRENE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12814,'38103','Ireon','IREON',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12815,'9655','Iria','IRIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12816,'6639','Irigny','IRIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12817,'17457','Iringa','IRINGA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12818,'16321','Irkutsk','IRKUTSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:26','1900-01-01 00:00:00',1,0,1),(12819,'8306','Ironbridge','IRONBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12820,'17902','Irondale','IRONDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12821,'27668','Ironton','IRONTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:28','1900-01-01 00:00:00',1,0,1),(12822,'22121','Ironwood','IRONWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12823,'34524','Iroquois Falls','IROQUOIS FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12824,'225','Irschenberg','IRSCHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12825,'3709','Irun','IRUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12826,'2648','Irurtzun','IRURTZUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12827,'38212','Iruya','IRUYA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:29','1900-01-01 00:00:00',1,0,1),(12828,'33661','Irvine','IRVINE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12829,'8307','Irvine','IRVINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12830,'8308','Irvinestown','IRVINESTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12831,'30701','Irving','IRVING',NULL,'','United States','',0,0,231,'2016-10-17 11:05:30','1900-01-01 00:00:00',1,0,1),(12832,'28306','Irvington','IRVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:31','1900-01-01 00:00:00',1,0,1),(12833,'29992','Irwin','IRWIN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12834,'15753','Isabel Segunda','ISABEL SEGUNDA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12835,'15731','Isabela','ISABELA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12836,'10985','Isafjordur','ISAFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:05:32','1900-01-01 00:00:00',1,0,1),(12837,'24564','Ischgl','ISCHGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12838,'28307','Iselin','ISELIN',NULL,'','United States','',0,0,231,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12839,'23456','Iseltwald','ISELTWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12840,'42451','Isenbuttel','ISENBUTTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12841,'12003','Iseo','ISEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:33','1900-01-01 00:00:00',1,0,1),(12842,'35557','Iseo-lovere','ISEO-LOVERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12843,'513','Iserlohn','ISERLOHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12844,'193','Isernhagen','ISERNHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12845,'37728','Isernia','ISERNIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12846,'35431','Isfahan','ISFAHAN',NULL,'','Iran','',0,0,103,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12847,'13255','Ishigaki','ISHIGAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12848,'13145','Ishigaki-shi','ISHIGAKI-SHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12849,'43540','Ishikawa','ISHIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12850,'2217','Ishoj','ISHOJ',NULL,'','Denmark','',0,0,59,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12851,'2344','Ishøj','ISHØJ',NULL,'','Denmark','',0,0,59,'2016-10-17 11:05:34','1900-01-01 00:00:00',1,0,1),(12852,'22123','Ishpeming','ISHPEMING',NULL,'','United States','',0,0,231,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12853,'24754','Ishurdi','ISHURDI',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12854,'32634','Isiro','ISIRO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12855,'6','Isisford','ISISFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12856,'17298','Iskenderun','ISKENDERUN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12857,'39770','Isla Amantani','ISLA AMANTANI',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12858,'39667','Isla Baru','ISLA BARU',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12859,'36520','Isla Colon','ISLA COLON',NULL,'','Panama','',0,0,169,'2016-10-17 11:05:35','1900-01-01 00:00:00',1,0,1),(12860,'42028','Isla Del Sol','ISLA DEL SOL',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:05:36','1900-01-01 00:00:00',1,0,1),(12861,'24909','Isla Marisol','ISLA MARISOL',NULL,'','Belize','',0,0,22,'2016-10-17 11:05:36','1900-01-01 00:00:00',1,0,1),(12862,'15732','Isla Verde','ISLA VERDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12863,'43082','Isla Victoria','ISLA VICTORIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12864,'3240','Isla-cristina','ISLA-CRISTINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12865,'15303','Islamabad','ISLAMABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12866,'19416','Islamorada','ISLAMORADA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12867,'5464','Island','ISLAND',NULL,'','France','',0,0,76,'2016-10-17 11:05:37','1900-01-01 00:00:00',1,0,1),(12868,'10842','Islandbridge','ISLANDBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:05:38','1900-01-01 00:00:00',1,0,1),(12869,'28874','Islandia','ISLANDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:38','1900-01-01 00:00:00',1,0,1),(12870,'36133','Islantilla','ISLANTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12871,'3124','Islares','ISLARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12872,'24084','Islas Del Rosario','ISLAS DEL ROSARIO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12873,'15340','Islas Secas','ISLAS SECAS',NULL,'','Panama','',0,0,169,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12874,'15387','Islay','ISLAY',NULL,'','Peru','',0,0,172,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12875,'7136','Islay Island','ISLAY ISLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12876,'26011','Isle Aux Coudres','ISLE AUX COUDRES',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:39','1900-01-01 00:00:00',1,0,1),(12877,'14422','Isle Of Pines','ISLE OF PINES',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:05:40','1900-01-01 00:00:00',1,0,1),(12878,'43230','Isle Verde','ISLE VERDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12879,'5098','Isles Les Villenoy','ISLES LES VILLENOY',NULL,'','France','',0,0,76,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12880,'7144','Isles Of Scilly','ISLES OF SCILLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12881,'44058','Isles-les-villenoy','ISLES-LES-VILLENOY',NULL,'','France','',0,0,76,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12882,'8309','Isleworth','ISLEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12883,'8310','Islington','ISLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:05:41','1900-01-01 00:00:00',1,0,1),(12884,'24215','Islita','ISLITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12885,'2429','Ismailia','ISMAILIA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12886,'1344','Ismailia-port Said','ISMAILIA-PORT SAID',NULL,'','EGYPT','',0,0,65,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12887,'227','Ismaning','ISMANING',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12888,'22570','Isny Im Allgau','ISNY IM ALLGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12889,'13256','Isogo','ISOGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12890,'4845','Isola','ISOLA',NULL,'','France','',0,0,76,'2016-10-17 11:05:42','1900-01-01 00:00:00',1,0,1),(12891,'39916','Isola Del Liri','ISOLA DEL LIRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:43','1900-01-01 00:00:00',1,0,1),(12892,'4295','Isola-2000','ISOLA-2000',NULL,'','France','',0,0,76,'2016-10-17 11:05:43','1900-01-01 00:00:00',1,0,1),(12893,'42325','Isole Tremiti','ISOLE TREMITI',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12894,'39482','Isovol','ISOVOL',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12895,'17302','Isparta','ISPARTA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12896,'12005','Ispica','ISPICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12897,'12006','Ispra','ISPRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12898,'31520','Issaquah','ISSAQUAH',NULL,'','United States','',0,0,231,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12899,'37919','Isselburg','ISSELBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:44','1900-01-01 00:00:00',1,0,1),(12900,'37260','Issenheim','ISSENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12901,'5316','Issoire','ISSOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12902,'5646','Issoudun','ISSOUDUN',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12903,'4727','Issy-les-moulineaux','ISSY-LES-MOULINEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12904,'3241','Istan','ISTAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12905,'17306','Istanbul','ISTANBUL',NULL,'','Turkey','Istanbul',0,0,222,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12906,'40401','Isthmia','ISTHMIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12907,'42513','Istiaia - Evia','ISTIAIA - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12908,'12892','Istrana','ISTRANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:45','1900-01-01 00:00:00',1,0,1),(12909,'6442','Istres','ISTRES',NULL,'','France','',0,0,76,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12910,'9988','Istria','ISTRIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12911,'42671','Istron','ISTRON',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12912,'958','Itabira','ITABIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12913,'42204','Itaborai','ITABORAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12914,'25041','Itacare','ITACARE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12915,'25085','Itaim','ITAIM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12916,'25102','Itaituba','ITAITUBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12917,'25181','Itajai','ITAJAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12918,'41827','Italian Alps','ITALIAN ALPS',NULL,'','Italy','',0,0,107,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12919,'13257','Itami','ITAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12920,'10700','Itanagar','ITANAGAR',NULL,'','India','Itanagar',40,0,101,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12921,'42759','Itanhaem','ITANHAEM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:46','1900-01-01 00:00:00',1,0,1),(12922,'42205','Itapecerica Da Serra','ITAPECERICA DA SERRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12923,'25182','Itapema','ITAPEMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12924,'20601','Itasca','ITASCA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12925,'9656','Itea','ITEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12926,'28876','Ithaca','ITHACA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:47','1900-01-01 00:00:00',1,0,1),(12927,'9780','Ithaki','ITHAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12928,'40280','Itsukushima','ITSUKUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12929,'27869','Itta Bena','ITTA BENA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12930,'24468','Itterdorfl','ITTERDORFL',NULL,'','Austria','',0,0,14,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12931,'23038','Ittigen','ITTIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12932,'24984','Itupeva','ITUPEVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12933,'26110','Ituzaingo','ITUZAINGO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12934,'2028','Itzehoe','ITZEHOE',NULL,'','Germany','',0,0,83,'2016-10-17 11:05:48','1900-01-01 00:00:00',1,0,1),(12935,'27870','Iuka','IUKA',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12936,'4041','Ivalo','IVALO',NULL,'','Finland','',0,0,75,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12937,'17654','Ivanof Bay','IVANOF BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12938,'17489','Ivano-frankovsk','IVANO-FRANKOVSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12939,'16420','Ivanova','IVANOVA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12940,'33344','Ivins','IVINS',NULL,'','United States','',0,0,231,'2016-10-17 11:05:49','1900-01-01 00:00:00',1,0,1),(12941,'19094','Ivoryton','IVORYTON',NULL,'','United States','',0,0,231,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12942,'4728','Ivry-sur-seine','IVRY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12943,'26012','Ivujivik','IVUJIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12944,'35715','Iwaki','IWAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12945,'35714','Iwakuni','IWAKUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12946,'13258','Iwami','IWAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12947,'43178','Iwate','IWATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:50','1900-01-01 00:00:00',1,0,1),(12948,'9485','Ixia','IXIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12949,'14004','Ixmiquilpan','IXMIQUILPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12950,'13821','Ixtacalco','IXTACALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12951,'13995','Ixtapa','IXTAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12952,'13823','Ixtapalapa','IXTAPALAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12953,'14036','Ixtapaluca','IXTAPALUCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12954,'14037','Ixtapan De La Sal','IXTAPAN DE LA SAL',NULL,'','Mexico','',0,0,141,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12955,'9879','Izabal','IZABAL',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12956,'15691','Izabelin','IZABELIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12957,'16468','Izhevsk','IZHEVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12958,'17317','Izmir','IZMIR',NULL,'','Turkey','Izmir',0,0,222,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12959,'17213','Izmit','IZMIT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12960,'42744','Iznajar','IZNAJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12961,'3242','Iznájar','IZNÁJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:05:51','1900-01-01 00:00:00',1,0,1),(12962,'17275','Iznik','IZNIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12963,'16633','Izola','IZOLA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12964,'13259','Izumi','IZUMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12965,'35716','Izumiotsu','IZUMIOTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12966,'13146','Izumi-otsu','IZUMI-OTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12967,'13147','Izumisano','IZUMISANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12968,'13260','Izumo','IZUMO',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12969,'39467','Izunagaoka','IZUNAGAOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12970,'42893','Izunokuni','IZUNOKUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12971,'10650','Jabalpur','JABALPUR',NULL,'','India','Jabalpur',15,0,101,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12972,'14150','Jabat','JABAT',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12973,'26240','Jabiru','JABIRU',NULL,'','Australia','',0,0,13,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12974,'40380','Jablonec Nad Nisou','JABLONEC NAD NISOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12975,'25123','Jaboatao','JABOATAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:52','1900-01-01 00:00:00',1,0,1),(12976,'25086','Jaboticatubas','JABOTICATUBAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12977,'42760','Jacarei','JACAREI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12978,'30702','Jacinto City','JACINTO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12979,'32822','Jackpot','JACKPOT',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12980,'30703','Jacksboro','JACKSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:05:53','1900-01-01 00:00:00',1,0,1),(12981,'43800','Jacksons Point','JACKSONS POINT',NULL,'','Canada','',0,0,39,'2016-10-17 11:05:59','1900-01-01 00:00:00',1,0,1),(12982,'20602','Jacksonville','JACKSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:05:59','1900-01-01 00:00:00',1,0,1),(12983,'24154','Jaco','JACO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:06:01','1900-01-01 00:00:00',1,0,1),(12984,'15304','Jacobabad','JACOBABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12985,'15569','Jacquinot Bay','JACQUINOT BAY',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12986,'10527','Jadabpur','JADABPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12987,'3243','Jaen','JAEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12988,'32718','Jaffrey','JAFFREY',NULL,'','United States','',0,0,231,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12989,'44211','Jagatsukh','JAGATSUKH',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12990,'10528','Jagdalpur','JAGDALPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12991,'715','Jagel','JAGEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12992,'39483','Jagersrust','JAGERSRUST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12993,'966','Jaguariaiva','JAGUARIAIVA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:02','1900-01-01 00:00:00',1,0,1),(12994,'1486','Jaguariuna','JAGUARIUNA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12995,'10529','Jaipur','JAIPUR',NULL,'','India','Jaipur tourism | Jaipur tourist | Jaipur travel pa',2,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12996,'10670','Jaisalmer','JAISALMER',NULL,'','India','Jaisalmer City Tour | Jaisalmer Tour Packages | Ja',2,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12997,'44212','Jaisamand','JAISAMAND',NULL,'','India','',0,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12998,'10285','Jakarta','JAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(12999,'22979','Jakes Corner','JAKES CORNER',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13000,'9860','Jakobshavn','JAKOBSHAVN',NULL,'','Greenland','',0,0,87,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13001,'4010','Jakobstad','JAKOBSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13002,'3759','Jalance','JALANCE',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13003,'10530','Jalandhar','JALANDHAR',NULL,'','India','Jalandhar',19,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13004,'13903','Jalapa','JALAPA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13005,'14119','Jalcomulco','JALCOMULCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13006,'40855','Jaldapara','JALDAPARA',NULL,'','India','',0,0,101,'2016-10-17 11:06:03','1900-01-01 00:00:00',1,0,1),(13007,'40856','Jalgaon','JALGAON',NULL,'','India','Jalgaon',5,0,101,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13008,'43259','Jalisco','JALISCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13010,'41786','Jalpan De Serra','JALPAN DE SERRA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13011,'14151','Jaluit','JALUIT',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13012,'13065','Jamaica','JAMAICA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13013,'28878','Jamaica','JAMAICA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:04','1900-01-01 00:00:00',1,0,1),(13014,'10279','Jambi','JAMBI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13015,'17458','Jambiani','JAMBIANI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13016,'24775','Jambol','JAMBOL',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13017,'28309','Jamesburg','JAMESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13018,'32463','Jamestown','JAMESTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13019,'18557','Jamestown','JAMESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:05','1900-01-01 00:00:00',1,0,1),(13020,'42928','Jamestown','JAMESTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:06','1900-01-01 00:00:00',1,0,1),(13021,'10642','Jammu','JAMMU',NULL,'','India','Jammu',13,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13022,'10635','Jamnagar','JAMNAGAR',NULL,'','India','Jamnagar',16,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13023,'4011','Jamsa','JAMSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13024,'10627','Jamshedpur','JAMSHEDPUR',NULL,'','India','Jamshedpur',48,0,101,'2016-10-17 11:06:07','1900-01-01 00:00:00',1,0,1),(13025,'18558','Jamul','JAMUL',NULL,'','United States','',0,0,231,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13026,'10420','Janai','JANAI',NULL,'','India','',0,0,101,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13027,'39583','Jandaira','JANDAIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13028,'27670','Jane','JANE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:08','1900-01-01 00:00:00',1,0,1),(13029,'31776','Janesville','JANESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13030,'42206','Japaratinga','JAPARATINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13031,'41953','Jaraba','JARABA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13032,'43087','Jarabacoa','JARABACOA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13033,'25183','Jaragua Do Sul','JARAGUA DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13034,'43332','Jarandilla','JARANDILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13035,'32823','Jarbidge','JARBIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:09','1900-01-01 00:00:00',1,0,1),(13036,'24985','Jardim Paulista - Consolocao','JARDIM PAULISTA - CONSOLOCAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13037,'6239','Jard-sur-mer','JARD-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13038,'16674','Jarfalla','JARFALLA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13039,'17157','Jarjis','JARJIS',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13040,'15671','Jaroslaw','JAROSLAW',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13041,'3971','Jarvenpaa','JARVENPAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13042,'44043','Jasionka','JASIONKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13043,'20911','Jasper','JASPER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:10','1900-01-01 00:00:00',1,0,1),(13044,'25326','Jasper','JASPER',NULL,'','Canada','Jasper',0,0,39,'2016-10-17 11:06:11','1900-01-01 00:00:00',1,0,1),(13045,'6640','Jasseron','JASSERON',NULL,'','France','',0,0,76,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13046,'39271','Jászapáti','JÁSZAPÁTI',NULL,'','Hungary','',0,0,99,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13047,'10286','Jatinegara','JATINEGARA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13048,'41424','Jativa','JATIVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13049,'23240','Jaun','JAUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13050,'42774','Jaunay-clan','JAUNAY-CLAN',NULL,'','France','',0,0,76,'2016-10-17 11:06:12','1900-01-01 00:00:00',1,0,1),(13051,'6443','Jausiers','JAUSIERS',NULL,'','France','',0,0,76,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13052,'6303','Jaux','JAUX',NULL,'','France','',0,0,76,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13053,'41009','Java','JAVA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13054,'1007','Java- Jakarta','JAVA- JAKARTA',NULL,'','INDONESIA','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13055,'15448','Javalera','JAVALERA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13056,'3409','Javea','JAVEA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13057,'36136','Javier','JAVIER',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13058,'10310','Jayapura','JAYAPURA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13059,'15754','Jayuya','JAYUYA',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:06:13','1900-01-01 00:00:00',1,0,1),(13060,'32824','Jean','JEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13061,'26013','Jean Lesage International Airport (Yqb)','JEAN LESAGE INTERNATIONAL AIRPORT (YQB)',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13062,'25926','Jebel Ali','JEBEL ALI',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13063,'35807','Jecheon','JECHEON',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13064,'43811','Jechica','JECHICA',NULL,'','Chile','',0,0,45,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13065,'36717','Jedaidet Al Shebani','JEDAIDET AL SHEBANI',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13066,'8311','Jedburgh','JEDBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13067,'16515','Jeddah','JEDDAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:06:14','1900-01-01 00:00:00',1,0,1),(13068,'33665','Jeffersontown','JEFFERSONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:18','1900-01-01 00:00:00',1,0,1),(13069,'32619','Jeffreys Bay','JEFFREYS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13070,'14152','Jeh','JEH',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13071,'35799','Jeju (Cheju)','JEJU (CHEJU)',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13072,'13497','Jeju (City)','JEJU (CITY)',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13073,'19841','Jekyll Island','JEKYLL ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13074,'10163','Jelambar','JELAMBAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13075,'15708','Jelenia Gora','JELENIA GORA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13076,'33174','Jellico','JELLICO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:20','1900-01-01 00:00:00',1,0,1),(13077,'10014','Jelsa','JELSA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13078,'10228','Jember','JEMBER',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13079,'28533','Jemez Springs','JEMEZ SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13080,'1974','Jena','JENA',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13081,'23241','Jenaz','JENAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13082,'32918','Jenks','JENKS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:21','1900-01-01 00:00:00',1,0,1),(13083,'18559','Jenner','JENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13084,'27063','Jennersdorf','JENNERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13085,'27672','Jennings','JENNINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:22','1900-01-01 00:00:00',1,0,1),(13086,'34199','Jenolan Caves','JENOLAN CAVES',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13087,'25602','Jenpeg','JENPEG',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13088,'19423','Jensen Beach','JENSEN BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13089,'35796','Jeonju','JEONJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13090,'14283','Jerantut','JERANTUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13091,'14305','Jerejak Island','JEREJAK ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13092,'43954','Jerez De Garcia Salinas','JEREZ DE GARCIA SALINAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:23','1900-01-01 00:00:00',1,0,1),(13093,'3760','Jerica','JERICA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13094,'28882','Jericho','JERICHO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13095,'35415','Jericho','JERICHO',NULL,'','Israel','',0,0,106,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13096,'25056','Jericoacoara','JERICOACOARA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:24','1900-01-01 00:00:00',1,0,1),(13097,'34200','Jerilderie','JERILDERIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13098,'20367','Jerome','JEROME',NULL,'','United States','',0,0,231,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13099,'9311','Jersey','JERSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13100,'28310','Jersey City','JERSEY CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:06:25','1900-01-01 00:00:00',1,0,1),(13101,'20603','Jerseyville','JERSEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13102,'3640','Jerte','JERTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13103,'25251','Jerudong','JERUDONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13104,'11043','Jerusalem','JERUSALEM',NULL,'','Israel','Jerusalem',0,0,106,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13105,'40639','Jerzens','JERZENS',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:26','1900-01-01 00:00:00',1,0,1),(13106,'12825','Jerzu','JERZU',NULL,'','Italy','',0,0,107,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13107,'24347','Jesenik','JESENIK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13108,'11244','Jesi','JESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13109,'34201','Jesmond','JESMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:27','1900-01-01 00:00:00',1,0,1),(13110,'8312','Jesmond','JESMOND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13111,'14848','Jessheim','JESSHEIM',NULL,'','Norway','',0,0,164,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13112,'24755','Jessore','JESSORE',NULL,'','Bangladesh','Jessore ',0,0,18,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13113,'21721','Jessup','JESSUP',NULL,'','United States','',0,0,231,'2016-10-17 11:06:28','1900-01-01 00:00:00',1,0,1),(13114,'19842','Jesup','JESUP',NULL,'','United States','',0,0,231,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13115,'15384','Jesus Maria','JESUS MARIA',NULL,'','Peru','',0,0,172,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13116,'24631','Jette','JETTE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13117,'2070','Jettingen-scheppach','JETTINGEN-SCHEPPACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13118,'14946','Jevnaker','JEVNAKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13119,'37768','Jewett','JEWETT',NULL,'','United States','',0,0,231,'2016-10-17 11:06:29','1900-01-01 00:00:00',1,0,1),(13120,'10421','Jeypore','JEYPORE',NULL,'','India','',0,0,101,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13121,'40814','Jhansi','JHANSI',NULL,'','India','Jhansi',6,0,101,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13122,'17391','Jhihbin Hot Springs','JHIHBIN HOT SPRINGS',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13123,'41761','Ji Parana','JI PARANA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13124,'23904','Jiading','JIADING',NULL,'','China','',0,0,46,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13125,'23786','Jiamusi','JIAMUSI',NULL,'','China','',0,0,46,'2016-10-17 11:06:30','1900-01-01 00:00:00',1,0,1),(13126,'23728','Ji\'an','JI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13127,'34875','Jiande','JIANDE',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13128,'23966','Jiangmen','JIANGMEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13129,'23740','Jiangning','JIANGNING',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13130,'43175','Jiangsu','JIANGSU',NULL,'','China','',0,0,46,'2016-10-17 11:06:31','1900-01-01 00:00:00',1,0,1),(13131,'23741','Jiangyin','JIANGYIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13132,'43056','Jiantang','JIANTANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13133,'23700','Jiaojiang','JIAOJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13134,'17392','Jiaosi','JIAOSI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13135,'42300','Jiaoxi','JIAOXI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13136,'23669','Jiaozhou','JIAOZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13137,'23793','Jiaozuo','JIAOZUO',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13138,'23770','Jiashan','JIASHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:32','1900-01-01 00:00:00',1,0,1),(13139,'23701','Jiaxing','JIAXING',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13140,'23848','Jiayuguan','JIAYUGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13141,'24343','Jihlava','JIHLAVA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13142,'40101','Jijel','JIJEL',NULL,'','Algeria','',0,0,3,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13143,'3860','Jijiga','JIJIGA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13144,'3761','Jijona','JIJONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13145,'23763','Jilin','JILIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13146,'42600','Jim Corbett National Park','JIM CORBETT NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13147,'29995','Jim Thorpe','JIM THORPE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13148,'10229','Jimbaran','JIMBARAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13149,'3861','Jimma','JIMMA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13150,'23926','Jinan','JINAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:33','1900-01-01 00:00:00',1,0,1),(13151,'23916','Jincheng','JINCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13152,'34202','Jindabyne','JINDABYNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13153,'34950','Jindrichuv Hradec','JINDRICHUV HRADEC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13154,'23560','Jingdezhen','JINGDEZHEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13155,'23729','Jinggangshan','JINGGANGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13156,'23598','Jinghong','JINGHONG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13157,'37831','Jingili','JINGILI',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13158,'23828','Jingmen','JINGMEN',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13159,'23829','Jingzhou','JINGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13160,'23702','Jinhua','JINHUA',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13161,'23878','Jining','JINING',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13162,'37681','Jinja','JINJA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13163,'23730','Jinjiang','JINJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13164,'3862','Jinka','JINKA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:34','1900-01-01 00:00:00',1,0,1),(13165,'14444','Jinotega','JINOTEGA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13166,'23703','Jinshan','JINSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13167,'42302','Jinshan','JINSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13168,'23742','Jintan','JINTAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13169,'23862','Jinzhong','JINZHONG',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13170,'23871','Jinzhou','JINZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13171,'43353','Jiu Zhai Gou','JIU ZHAI GOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13172,'34876','Jiuhuashan Mountain','JIUHUASHAN MOUNTAIN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13173,'23731','Jiujiang','JIUJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13174,'42389','Jiuquan','JIUQUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13175,'23603','Jiuzhaigou','JIUZHAIGOU',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13176,'15305','Jiwani','JIWANI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13177,'39390','Jixi','JIXI',NULL,'','China','',0,0,46,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13178,'971','Joacaba','JOACABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13179,'37234','Joachimsthal','JOACHIMSTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:35','1900-01-01 00:00:00',1,0,1),(13180,'41444','Joanetes','JOANETES',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13181,'25108','Joao Pessoa','JOAO PESSOA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13182,'38543','Jochberg','JOCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13183,'43955','Jocotepec','JOCOTEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13184,'10531','Jodhpur','JODHPUR',NULL,'','India','Jodhpur',2,0,101,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13185,'33175','Joelton','JOELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13186,'3913','Joensuu','JOENSUU',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13187,'35717','Joetsu','JOETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13188,'10133','Jogyakarta','JOGYAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13189,'32569','Johannesburg','JOHANNESBURG',NULL,'','South Africa','Johannesburg',0,0,195,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13190,'16828','Johanneshov','JOHANNESHOV',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:36','1900-01-01 00:00:00',1,0,1),(13191,'228','Johannisthal','JOHANNISTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13192,'10164','Johar Baru','JOHAR BARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13193,'26241','John Brewer Reef','JOHN BREWER REEF',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:37','1900-01-01 00:00:00',1,0,1),(13194,'30350','Johns Island','JOHNS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:06:38','1900-01-01 00:00:00',1,0,1),(13195,'18037','Johnson','JOHNSON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:38','1900-01-01 00:00:00',1,0,1),(13196,'26160','Johnsons Point','JOHNSONS POINT',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:06:39','1900-01-01 00:00:00',1,0,1),(13197,'30249','Johnston','JOHNSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13198,'8313','Johnstone','JOHNSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13199,'29996','Johnstown','JOHNSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:40','1900-01-01 00:00:00',1,0,1),(13200,'14284','Johor Baharu','JOHOR BAHARU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13201,'5465','Joigny','JOIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13202,'5731','Joinville','JOINVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13203,'24986','Joinville','JOINVILLE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:41','1900-01-01 00:00:00',1,0,1),(13204,'4729','Joinville-le-pont','JOINVILLE-LE-PONT',NULL,'','France','',0,0,76,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13205,'40858','Jojawar','JOJAWAR',NULL,'','India','',0,0,101,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13206,'16752','Jokkmokk','JOKKMOKK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13207,'20604','Joliet','JOLIET',NULL,'','United States','',0,0,231,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13208,'26014','Joliette','JOLIETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13209,'15520','Jolo','JOLO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13210,'10230','Jombang','JOMBANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13211,'15036','Jomsom','JOMSOM',NULL,'','Nepal','Jomsom ',0,0,153,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13212,'16986','Jomtien Beach','JOMTIEN BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13213,'6641','Jonage','JONAGE',NULL,'','France','',0,0,76,'2016-10-17 11:06:42','1900-01-01 00:00:00',1,0,1),(13214,'29998','Jonas','JONAS',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13215,'22127','Jones','JONES',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13216,'19843','Jonesboro','JONESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:06:43','1900-01-01 00:00:00',1,0,1),(13217,'33177','Jonesborough','JONESBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:44','1900-01-01 00:00:00',1,0,1),(13218,'29999','Jonestown','JONESTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:44','1900-01-01 00:00:00',1,0,1),(13219,'33896','Jonesville','JONESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13220,'16721','Jonkoping','JONKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13221,'26015','Jonquiere','JONQUIERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13222,'6642','Jons','JONS',NULL,'','France','',0,0,76,'2016-10-17 11:06:45','1900-01-01 00:00:00',1,0,1),(13223,'6339','Jonzac','JONZAC',NULL,'','France','',0,0,76,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13224,'26242','Joondalup','JOONDALUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13225,'27673','Joplin','JOPLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13226,'21722','Joppa','JOPPA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13227,'8314','Joppa','JOPPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:06:46','1900-01-01 00:00:00',1,0,1),(13228,'37767','Jorba','JORBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13229,'14645','Jordaan','JORDAAN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13230,'27418','Jordan','JORDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13231,'34525','Jordan','JORDAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:47','1900-01-01 00:00:00',1,0,1),(13232,'10532','Jorhat','JORHAT',NULL,'','India','Jorhat',10,0,101,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13233,'2179','Jorlunde','JORLUNDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13234,'3937','Joroinen','JOROINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13235,'26094','Jose De San Martin','JOSE DE SAN MARTIN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13236,'45','Josefov Dul','JOSEFOV DUL',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13237,'29685','Joseph','JOSEPH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13238,'16263','Joshkar-ola','JOSHKAR-OLA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13239,'38637','Joshua','JOSHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:48','1900-01-01 00:00:00',1,0,1),(13240,'5853','Jossigny','JOSSIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13241,'1886','Jossnitz','JOSSNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13242,'32222','Jost Van Dyke','JOST VAN DYKE',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13243,'13148','Joto','JOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13244,'6444','Joucas','JOUCAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:49','1900-01-01 00:00:00',1,0,1),(13245,'6800','Joue-les-tours','JOUE-LES-TOURS',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13246,'16497','Jouf','JOUF',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13247,'13553','Jounieh','JOUNIEH',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13248,'30709','Jourdanton','JOURDANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13249,'4012','Joutsa','JOUTSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13250,'6805','Jouy Aux Arches','JOUY AUX ARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13251,'41431','Jouy-aux-arches','JOUY-AUX-ARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13252,'4730','Jouy-en-josas','JOUY-EN-JOSAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:50','1900-01-01 00:00:00',1,0,1),(13253,'13149','Joyo','JOYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13254,'15655','Jozefow','JOZEFOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13255,'2376','Juan Dolio','JUAN DOLIO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13256,'3553','Juanetas','JUANETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13257,'31521','Juanita','JUANITA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13258,'15429','Juanjui','JUANJUI',NULL,'','Peru','',0,0,172,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13259,'6445','Juan-les-pins','JUAN-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:06:51','1900-01-01 00:00:00',1,0,1),(13260,'16576','Juayua','JUAYUA',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13261,'25057','Juazeiro Do Norte','JUAZEIRO DO NORTE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13262,'13554','Jubayl','JUBAYL',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13263,'43719','Jubilee Pocket','JUBILEE POCKET',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13264,'24419','Judenburg','JUDENBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13265,'2321','Juelsminde','JUELSMINDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13266,'43606','Juffair','JUFFAIR',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13267,'10533','Juhu Beach','JUHU BEACH',NULL,'','India','',0,0,101,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13268,'24987','Juina','JUINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13269,'36017','Juiquan','JUIQUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13270,'27235','Juist','JUIST',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:52','1900-01-01 00:00:00',1,0,1),(13271,'25087','Juiz De Fora','JUIZ DE FORA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13272,'26047','Jujuy','JUJUY',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13273,'16753','Jukkasjarvi','JUKKASJARVI',NULL,'','Sweden','',0,0,209,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13274,'33467','Julesburg','JULESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13275,'26413','Julia Creek','JULIA CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13276,'15365','Juliaca','JULIACA',NULL,'','Peru','Juliaca',0,0,172,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13277,'18562','Julian','JULIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13278,'25900','Julianadorp','JULIANADORP',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13279,'9861','Julianehab','JULIANEHAB',NULL,'','Greenland','',0,0,87,'2016-10-17 11:06:53','1900-01-01 00:00:00',1,0,1),(13280,'32660','Juliasdale','JULIASDALE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13281,'37717','Julienas','JULIENAS',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13282,'194','Juliusruh-reugen','JULIUSRUH-REUGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13283,'44059','Jumieges','JUMIEGES',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13284,'40561','Jumièges','JUMIÈGES',NULL,'','France','',0,0,76,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13285,'15053','Jumla','JUMLA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13286,'25328','Jumping Pond','JUMPING POND',NULL,'','Canada','',0,0,39,'2016-10-17 11:06:54','1900-01-01 00:00:00',1,0,1),(13288,'25207','Jundiai','JUNDIAI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13289,'18563','June Lake','JUNE LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13290,'17655','Juneau','JUNEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:06:55','1900-01-01 00:00:00',1,0,1),(13291,'34203','Junee','JUNEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13292,'23039','Jungfraujoch','JUNGFRAUJOCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13293,'24469','Jungholz','JUNGHOLZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13294,'38091','Junin De Los Andes','JUNIN DE LOS ANDES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13295,'19425','Juno Beach','JUNO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13296,'19426','Jupiter','JUPITER',NULL,'','United States','',0,0,231,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13297,'23040','Jura','JURA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:06:56','1900-01-01 00:00:00',1,0,1),(13298,'40385','Jurata','JURATA',NULL,'','Poland','',0,0,174,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13299,'27236','Jurgenstorf','JURGENSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13300,'40630','Jurien Bay','JURIEN BAY',NULL,'','Australia','Jurien Bay',0,0,13,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13301,'13668','Jurmala','JURMALA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13302,'20605','Justice','JUSTICE',NULL,'','United States','',0,0,231,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13303,'5923','Juvignac','JUVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13304,'4731','Juvisy-sur-orge','JUVISY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 11:06:57','1900-01-01 00:00:00',1,0,1),(13305,'23891','Juyongguan','JUYONGGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13306,'43750','Jwalapur','JWALAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13307,'2283','Jyllinge','JYLLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13308,'43872','Jyvaeskylae','JYVAESKYLAE',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13309,'4013','Jyvaskyla','JYVASKYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13310,'20010','Kaaawa','KAAAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13311,'38356','Kaag','KAAG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13312,'20011','Kaanapali','KAANAPALI',NULL,'','United States','',0,0,231,'2016-10-17 11:06:58','1900-01-01 00:00:00',1,0,1),(13313,'4014','Kaarina','KAARINA',NULL,'','Finland','',0,0,75,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13314,'514','Kaarst','KAARST',NULL,'','Germany','',0,0,83,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13315,'14599','Kaatsheuvel','KAATSHEUVEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13316,'41126','Kabale','KABALE',NULL,'','Uganda','',0,0,226,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13317,'16349','Kabardinka','KABARDINKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13318,'14153','Kaben','KABEN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13319,'10423','Kabini','KABINI',NULL,'','India','',17,0,101,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13320,'3863','Kabri Dar','KABRI DAR',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13321,'16528','Kabrousse','KABROUSSE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13322,'25838','Kabul','KABUL',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13323,'4056','Kadavu','KADAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13324,'39870','Kadavulailai','KADAVULAILAI',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13325,'17214','Kadikoy - Uskudar (Asian Side)','KADIKOY - USKUDAR (ASIAN SIDE)',NULL,'','Turkey','',0,0,222,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13326,'26455','Kadina','KADINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:06:59','1900-01-01 00:00:00',1,0,1),(13327,'33017','Kadoka','KADOKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13328,'13261','Kadoma','KADOMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13329,'32661','Kadoma','KADOMA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13330,'42282','Kadyny','KADYNY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13331,'42824','Kaeng Krachan','KAENG KRACHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13332,'40249','Kafountine','KAFOUNTINE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13333,'13262','Kaga','KAGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13334,'43541','Kagawa','KAGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13335,'17307','Kagithane','KAGITHANE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:00','1900-01-01 00:00:00',1,0,1),(13336,'20012','Kahakuloa','KAHAKULOA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:01','1900-01-01 00:00:00',1,0,1),(13337,'20013','Kahana','KAHANA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:01','1900-01-01 00:00:00',1,0,1),(13338,'26016','Kahnawake','KAHNAWAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13339,'27675','Kahoka','KAHOKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13340,'20016','Kahuku','KAHUKU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:02','1900-01-01 00:00:00',1,0,1),(13341,'20017','Kahului','KAHULUI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13342,'16987','Kai Be Beach','KAI BE BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13343,'23794','Kaifeng','KAIFENG',NULL,'','China','',0,0,46,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13344,'15116','Kaikohe','KAIKOHE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13345,'15074','Kaikoura','KAIKOURA',NULL,'','New Zealand','Kaikoura',0,0,157,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13346,'10534','Kailashahar','KAILASHAHAR',NULL,'','India','',0,0,101,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13347,'23863','Kaili','KAILI',NULL,'','China','',0,0,46,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13348,'20018','Kailua','KAILUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:03','1900-01-01 00:00:00',1,0,1),(13349,'20020','Kailua-kona','KAILUA-KONA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13350,'10311','Kaimana','KAIMANA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13351,'43751','Kainakary','KAINAKARY',NULL,'','India','',0,0,101,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13352,'20021','Kainaliu','KAINALIU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:04','1900-01-01 00:00:00',1,0,1),(13353,'229','Kainsbach','KAINSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13354,'34878','Kaiping','KAIPING',NULL,'','China','',0,0,46,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13355,'17163','Kairouan','KAIROUAN',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13356,'9657','Kaisariani','KAISARIANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13357,'38140','Kaisersbach','KAISERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13358,'634','Kaiserslautern','KAISERSLAUTERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13359,'15075','Kaitaia','KAITAIA',NULL,'','New Zealand','Kaitaia',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13360,'43023','Kaiteriteri','KAITERITERI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13361,'15208','Kaiwaka','KAIWAKA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13362,'3945','Kajaani','KAJAANI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:05','1900-01-01 00:00:00',1,0,1),(13363,'16599','Kajal','KAJAL',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13364,'14340','Kajang','KAJANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13365,'43752','Kakabe','KAKABE',NULL,'','India','',0,0,101,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13366,'38362','Kakadu','KAKADU',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13367,'13150','Kakeyu Hot Springs','KAKEYU HOT SPRINGS',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13368,'17657','Kakhonak','KAKHONAK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:06','1900-01-01 00:00:00',1,0,1),(13369,'43753','Kakinada','KAKINADA',NULL,'','India','',0,0,101,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13370,'37998','Kakopetria','KAKOPETRIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13371,'17658','Kaktovik','KAKTOVIK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13372,'35719','Kakunodate','KAKUNODATE',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13373,'44213','Kala Amb','KALA AMB',NULL,'','India','',0,0,101,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13374,'37409','Kala Nera','KALA NERA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13375,'9486','Kalafatis','KALAFATIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13376,'20022','Kalaheo','KALAHEO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:07','1900-01-01 00:00:00',1,0,1),(13377,'3946','Kalajoki','KALAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13378,'31522','Kalaloch','KALALOCH',NULL,'','United States','',0,0,231,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13379,'31523','Kalama','KALAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13380,'43421','Kalamaki','KALAMAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13381,'9658','Kalamakion','KALAMAKION',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:08','1900-01-01 00:00:00',1,0,1),(13382,'9793','Kalamata','KALAMATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13383,'22129','Kalamazoo','KALAMAZOO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13384,'9771','Kalambaka','KALAMBAKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13385,'9659','Kalami','KALAMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13386,'9660','Kalamos','KALAMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13387,'9487','Kalampaka','KALAMPAKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13388,'20023','Kalapana','KALAPANA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:09','1900-01-01 00:00:00',1,0,1),(13389,'44214','Kalapet','KALAPET',NULL,'','India','',0,0,101,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13390,'40691','Kalathas','KALATHAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13391,'20024','Kalaupapa','KALAUPAPA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13392,'24276','Kalavasos','KALAVASOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13393,'9661','Kalavryta','KALAVRYTA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13394,'42079','Kalaw','KALAW',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13395,'26594','Kalbarri','KALBARRI',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13396,'1939','Kalbe','KALBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13397,'32635','Kalemie','KALEMIE',NULL,'','Fiji','',0,0,74,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13398,'26595','Kalgoorlie','KALGOORLIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:10','1900-01-01 00:00:00',1,0,1),(13399,'43883','Kalibaru','KALIBARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13400,'15477','Kalibo','KALIBO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13401,'20025','Kalihiwai','KALIHIWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13402,'41696','Kalimantan','KALIMANTAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13403,'38534','Kalimpong','KALIMPONG',NULL,'','India','Kalimpong',12,0,101,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13404,'16326','Kaliningrad','KALININGRAD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13405,'27990','Kalispell','KALISPELL',NULL,'','United States','',0,0,231,'2016-10-17 11:07:11','1900-01-01 00:00:00',1,0,1),(13406,'15613','Kalisz','KALISZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13407,'17255','Kalkan','KALKAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13408,'515','Kalkar','KALKAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13409,'26243','Kalkaringi','KALKARINGI',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13410,'22131','Kalkaska','KALKASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13411,'37730','Kallax','KALLAX',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13412,'9488','Kallikratia','KALLIKRATIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13413,'9662','Kallithea','KALLITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:12','1900-01-01 00:00:00',1,0,1),(13414,'16730','Kalmar','KALMAR',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13415,'9490','Kalo Horio','KALO HORIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13416,'38798','Kalocsa','KALOCSA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13417,'37950','Kalogria','KALOGRIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13418,'20231','Kalona','KALONA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13419,'38295','Kalorama','KALORAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13420,'40610','Kalpaki','KALPAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13422,'42599','Kalpetta','KALPETTA',NULL,'','India','Kalpetta',3,0,101,'2016-10-17 11:07:13','1900-01-01 00:00:00',1,0,1),(13423,'40334','Kals Am Grossglockner','KALS AM GROSSGLOCKNER',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13424,'17659','Kalskag','KALSKAG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13425,'17660','Kaltag','KALTAG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13426,'716','Kaltenkirchen','KALTENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13427,'20026','Kaluaaha','KALUAAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:14','1900-01-01 00:00:00',1,0,1),(13428,'16331','Kaluga','KALUGA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13429,'13617','Kalutara','KALUTARA',NULL,'','Sri Lanka','Kalutara',0,0,200,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13430,'34961','Kalvehave','KALVEHAVE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13431,'42508','Kalymnos','KALYMNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13432,'9492','Kalyves','KALYVES',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13433,'9903','Kam Tin','KAM TIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13434,'13396','Kamakura','KAMAKURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13435,'42051','Kamala','KAMALA',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13436,'24833','Kamalame Cay','KAMALAME CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13437,'20027','Kamalo','KAMALO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13438,'10535','Kamalpur','KAMALPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:15','1900-01-01 00:00:00',1,0,1),(13439,'43973','Kamanjab','KAMANJAB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13440,'26244','Kamaran Downs','KAMARAN DOWNS',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13441,'32350','Kamaran Island','KAMARAN ISLAND',NULL,'','Yemen','',0,0,240,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13442,'38273','Kamares (Achaea)','KAMARES (ACHAEA)',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13443,'10691','Kamarhati','KAMARHATI',NULL,'','India','',0,0,101,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13444,'9494','Kamari','KAMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13445,'26596','Kambalda','KAMBALDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13446,'38810','Kambi','KAMBI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13447,'9663','Kambos','KAMBOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13448,'10165','Kambuaya','KAMBUAYA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:16','1900-01-01 00:00:00',1,0,1),(13449,'24776','Kamchia','KAMCHIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13450,'516','Kamen','KAMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13451,'9664','Kamena Vourla','KAMENA VOURLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13452,'40104','Kamenari','KAMENARI',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13453,'17490','Kamenets-podol\'skiy','KAMENETS-PODOL\'SKIY',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13454,'16357','Kamenka','KAMENKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13455,'16265','Kamenogorsk','KAMENOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13456,'35727','Kameoka','KAMEOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13457,'16930','Kameshli','KAMESHLI',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13458,'43911','Kameyama','KAMEYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13459,'13151','Kamigyo','KAMIGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13460,'42565','Kamikawa','KAMIKAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13461,'13264','Kami-renjaku','KAMI-RENJAKU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13462,'25463','Kamloops','KAMLOOPS',NULL,'','Canada','Kamloops',0,0,39,'2016-10-17 11:07:17','1900-01-01 00:00:00',1,0,1),(13463,'43912','Kamogawa','KAMOGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13464,'17479','Kampala','KAMPALA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13465,'42259','Kampar','KAMPAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13466,'635','Kamp-bornhofen','KAMP-BORNHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13467,'17063','Kamphaeng Phet','KAMPHAENG PHET',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13468,'37363','Kampong Cham','KAMPONG CHAM',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13469,'25252','Kampong Jerudong','KAMPONG JERUDONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:07:18','1900-01-01 00:00:00',1,0,1),(13470,'9805','Kampos','KAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13471,'1772','Kampot','KAMPOT',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13472,'14341','Kampung Setiu Lama','KAMPUNG SETIU LAMA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13473,'43105','Kampur','KAMPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13474,'33346','Kanab','KANAB',NULL,'','United States','',0,0,231,'2016-10-17 11:07:19','1900-01-01 00:00:00',1,0,1),(13475,'13265','Kanagawa','KANAGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13476,'40859','Kanam','KANAM',NULL,'','India','',0,0,101,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13477,'25329','Kananaskis','KANANASKIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13478,'24036','Kananga','KANANGA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13479,'9665','Kanapitsa','KANAPITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13480,'34526','Kanata','KANATA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13481,'37474','Kanatadika','KANATADIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13482,'10424','Kanatal','KANATAL',NULL,'','India','',0,0,101,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13483,'31999','Kanawha City','KANAWHA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:20','1900-01-01 00:00:00',1,0,1),(13484,'13266','Kanazawa','KANAZAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13485,'16955','Kanchanaburi','KANCHANABURI',NULL,'','Thailand','Kanchanaburi',0,0,215,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13487,'10673','Kanchipuram','KANCHIPURAM',NULL,'','India','Kanchipuram',18,0,101,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13488,'13267','Kanda','KANDA',NULL,'','Japan','Kanda',0,0,110,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13489,'25839','Kandahar','KANDAHAR',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13490,'23242','Kandersteg','KANDERSTEG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13491,'10636','Kandla','KANDLA',NULL,'','India','',0,0,101,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13492,'38566','Kandooma','KANDOOMA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13493,'13601','Kandy','KANDY',NULL,'','Sri Lanka','kandy',0,0,200,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13494,'30000','Kane','KANE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:21','1900-01-01 00:00:00',1,0,1),(13495,'20029','Kaneohe','KANEOHE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13496,'3887','Kanervamäki','KANERVAMÄKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13497,'37559','Kanfanar','KANFANAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13498,'14371','Kangar','KANGAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13499,'26805','Kangaroo Island','KANGAROO ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13500,'3914','Kangasala','KANGASALA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13501,'36349','Kangerlussuaq','KANGERLUSSUAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13502,'26017','Kangiqsualujjuaq','KANGIQSUALUJJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:22','1900-01-01 00:00:00',1,0,1),(13503,'26018','Kangiqsujuaq','KANGIQSUJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13504,'26019','Kangirsuk','KANGIRSUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13505,'13520','Kangnung','KANGNUNG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13506,'23872','Kangping','KANGPING',NULL,'','China','',0,0,46,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13507,'10536','Kangra','KANGRA',NULL,'','India','Kangra',1,0,101,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13508,'40106','Kanha','KANHA',NULL,'','India','',0,0,101,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13509,'43672','Kaniva','KANIVA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13510,'4015','Kankaanpaa','KANKAANPAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13511,'20606','Kankakee','KANKAKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:23','1900-01-01 00:00:00',1,0,1),(13512,'13152','Kannai - Chinatown','KANNAI - CHINATOWN',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13513,'33898','Kannapolis','KANNAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13514,'42597','Kannur','KANNUR',NULL,'','India','Kannur',3,0,101,'2016-10-17 11:07:24','2017-08-17 11:29:04',1,0,1),(13515,'39014','Kanokupolu','KANOKUPOLU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13516,'10537','Kanpur','KANPUR',NULL,'','India','Kanpur',6,0,101,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13517,'13153','Kansai International Airport (Kix)','KANSAI INTERNATIONAL AIRPORT (KIX)',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:24','1900-01-01 00:00:00',1,0,1),(13518,'13741','Kanuhara','KANUHARA',NULL,'','Maldives','',0,0,133,'2016-10-17 11:07:25','1900-01-01 00:00:00',1,0,1),(13519,'13268','Kanuma','KANUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:25','1900-01-01 00:00:00',1,0,1),(13520,'40215','Kanyakumari','KANYAKUMARI',NULL,'','India','Kanyakumari',18,0,101,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13521,'43782','Kanye','KANYE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13522,'17440','Kaohsiung','KAOHSIUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13523,'20030','Kapaa','KAPAA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13524,'20031','Kapaau','KAPAAU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13525,'20032','Kapaia','KAPAIA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:26','1900-01-01 00:00:00',1,0,1),(13526,'20033','Kapalua','KAPALUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13527,'42855','Kapas Island','KAPAS ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13528,'44215','Kapashera','KAPASHERA',NULL,'','India','',0,0,101,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13529,'24420','Kapfenberg','KAPFENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13530,'37698','Kapikiri','KAPIKIRI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13531,'14375','Kapit','KAPIT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:27','1900-01-01 00:00:00',1,0,1),(13532,'40058','Kaplan','KAPLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13533,'24311','Kaplice','KAPLICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13534,'20034','Kapoho','KAPOHO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13535,'20035','Kapolei','KAPOLEI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13536,'16389','Kapotnya','KAPOTNYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13537,'10425','Kappad Beach','KAPPAD BEACH',NULL,'','India','',0,0,101,'2016-10-17 11:07:28','1900-01-01 00:00:00',1,0,1),(13538,'23243','Kappel','KAPPEL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13539,'39970','Kappel-grafenhausen','KAPPEL-GRAFENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13540,'717','Kappeln','KAPPELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13541,'24386','Kaprun','KAPRUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13542,'34527','Kapuskasing','KAPUSKASING',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13543,'17288','Karabuk','KARABUK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13544,'15289','Karachi','KARACHI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13545,'13439','Karaganda','KARAGANDA',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13547,'44216','Karaikudi','KARAIKUDI',NULL,'','India','Karaikudi',18,0,101,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13548,'44278','Karaman','KARAMAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13549,'23840','Karamay','KARAMAY',NULL,'','China','',0,0,46,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13550,'14306','Karambunai','KARAMBUNAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:29','1900-01-01 00:00:00',1,0,1),(13551,'10231','Karangasem','KARANGASEM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13552,'10232','Karangbolong','KARANGBOLONG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13553,'3888','Karankamäki','KARANKAMÄKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13554,'14880','Karasjok','KARASJOK',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13555,'35720','Karatsu','KARATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13556,'43720','Karatta','KARATTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13557,'44009','Karatu','KARATU',NULL,'','Tanzania','Karatu ',0,0,214,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13558,'9495','Karavados','KARAVADOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13559,'440','Karben','KARBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13560,'9496','Kardamena','KARDAMENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13561,'43125','Kardamili','KARDAMILI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13562,'9497','Kardhitsa','KARDHITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13563,'42507','Karditsa','KARDITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13564,'3889','Karelia','KARELIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13565,'40560','Karesuando','KARESUANDO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13566,'10233','Karet','KARET',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:30','1900-01-01 00:00:00',1,0,1),(13567,'39346','Karfas','KARFAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13568,'43068','Kargicak','KARGICAK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13569,'44217','Kargil','KARGIL',NULL,'','India','Kargil',13,0,101,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13570,'4016','Karhula','KARHULA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13571,'32662','Kariba','KARIBA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13572,'14409','Karibib','KARIBIB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13573,'38643','Karijini National Park','KARIJINI NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13574,'15118','Karikari Peninsula','KARIKARI PENINSULA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13575,'9666','Karistos','KARISTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13576,'42894','Kariya','KARIYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13577,'3972','Karjaa','KARJAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13578,'10058','Karlovac','KARLOVAC',NULL,'','Croatia','Karlovac',0,0,55,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13579,'38974','Karlovasi','KARLOVASI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13580,'24807','Karlovo','KARLOVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13581,'24289','Karlovy Vary','KARLOVY VARY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13582,'44250','Karlsborg','KARLSBORG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:31','1900-01-01 00:00:00',1,0,1),(13583,'38834','Karlshagen','KARLSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13584,'16693','Karlshamn','KARLSHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13585,'27237','Karlshorst','KARLSHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13586,'16760','Karlskoga','KARLSKOGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13587,'16694','Karlskrona','KARLSKRONA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13588,'2284','Karlslunde Strand','KARLSLUNDE STRAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13589,'22571','Karlsruhe','KARLSRUHE',NULL,'','Germany','Karlsruhe',0,0,83,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13590,'16788','Karlstad','KARLSTAD',NULL,'','Sweden','Karlstad',0,0,209,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13591,'1687','Karlstejn','KARLSTEJN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13592,'17661','Karluk','KARLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:32','1900-01-01 00:00:00',1,0,1),(13593,'42596','Karnal','KARNAL',NULL,'','India','Karnal',20,0,101,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13594,'32663','Karoi','KAROI',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13595,'441','Karolinenhof','KAROLINENHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13596,'41067','Karon','KARON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13597,'14275','Karonga','KARONGA',NULL,'','Malawi','',0,0,131,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13598,'9498','Karoussades','KAROUSSADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13599,'842','Karow','KAROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13600,'15709','Karpacz','KARPACZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13601,'9800','Karpathos','KARPATHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13602,'42043','Karpenisi','KARPENISI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13603,'9499','Karpenissi','KARPENISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13604,'26957','Karratha','KARRATHA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13605,'17323','Kars','KARS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13606,'32153','Karshi','KARSHI',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13607,'38700','Kartal','KARTAL',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13608,'42271','Kartalkaya','KARTALKAYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:33','1900-01-01 00:00:00',1,0,1),(13609,'37736','Kartepe','KARTEPE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13610,'9500','Karterados','KARTERADOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13611,'24470','Kartitsch','KARTITSCH',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13612,'40242','Kartuzy','KARTUZY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13613,'10166','Karubaga','KARUBAGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13614,'13154','Karuizawa','KARUIZAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13615,'26414','Karumba','KARUMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13616,'2338','Karup','KARUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13617,'40860','Karur','KARUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13618,'37549','Karwar','KARWAR',NULL,'','India','',0,0,101,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13619,'42512','Karystos - Evia','KARYSTOS - EVIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13620,'17187','Kas','KAS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:34','1900-01-01 00:00:00',1,0,1),(13621,'17662','Kasaan','KASAAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13622,'32639','Kasaba Bay','KASABA BAY',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13623,'34528','Kasabonika','KASABONIKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13625,'32650','Kasama','KASAMA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13626,'25260','Kasane','KASANE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13627,'37761','Kasaragod','KASARAGOD',NULL,'','India','',0,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13628,'39260','Kasauli','KASAULI',NULL,'','India','Kasauli',1,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13630,'17480','Kasese','KASESE',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13631,'34879','Kashgar','KASHGAR',NULL,'','China','',0,0,46,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13632,'23841','Kashi','KASHI',NULL,'','China','',0,0,46,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13633,'35721','Kashihara','KASHIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13634,'39868','Kashipur','KASHIPUR',NULL,'','India','',0,0,101,'2016-10-17 11:07:35','1900-01-01 00:00:00',1,0,1),(13635,'17663','Kasigluk','KASIGLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13636,'24312','Kasperske Hory','KASPERSKE HORY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13637,'43127','Kassab','KASSAB',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13638,'9667','Kassandra','KASSANDRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13639,'36358','Kassandra-afitos','KASSANDRA-AFITOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13640,'35229','Kassandra-fourka Bea','KASSANDRA-FOURKA BEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:36','1900-01-01 00:00:00',1,0,1),(13641,'35235','Kassandra-hanioti','KASSANDRA-HANIOTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13642,'35246','Kassandra-kallithea','KASSANDRA-KALLITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13643,'35251','Kassandra-kriopigi','KASSANDRA-KRIOPIGI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13644,'35278','Kassandra-pefkohori','KASSANDRA-PEFKOHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13645,'35282','Kassandra-polychrono','KASSANDRA-POLYCHRONO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13646,'35295','Kassandra-sani','KASSANDRA-SANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13647,'196','Kassel','KASSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13648,'1026','Kassel-göttingen','KASSEL-GÖTTINGEN',NULL,'','GERMANY','',0,0,83,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13649,'9776','Kassiopi','KASSIOPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13650,'27419','Kasson','KASSON',NULL,'','United States','',0,0,231,'2016-10-17 11:07:37','1900-01-01 00:00:00',1,0,1),(13651,'17325','Kastamonu','KASTAMONU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13652,'23244','Kastanienbaum','KASTANIENBAUM',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13653,'39489','Kastela','KASTELA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13654,'38104','Kastelir','KASTELIR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13655,'636','Kastellaun','KASTELLAUN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13656,'9501','Kastelorizo','KASTELORIZO',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13657,'24609','Kasterlee','KASTERLEE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13658,'40453','Kastl','KASTL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13659,'9756','Kastoria','KASTORIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13660,'38883','Kastraki','KASTRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13661,'40303','Kastri','KASTRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13662,'42506','Kastro-kyllini','KASTRO-KYLLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:38','1900-01-01 00:00:00',1,0,1),(13663,'2124','Kastrup','KASTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13664,'14276','Kasungu','KASUNGU',NULL,'','Malawi','',0,0,131,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13665,'26245','Kata Tjuta National Park','KATA TJUTA NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13666,'9502','Katákolon','KATÁKOLON',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13667,'9668','Katalagari Village','KATALAGARI VILLAGE',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13668,'35846','Kataragama','KATARAGAMA',NULL,'','Sri Lanka','Kataragama',0,0,200,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13669,'38100','Kateleios','KATELEIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13670,'9764','Katerini','KATERINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13671,'26375','Katherine','KATHERINE',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13672,'15054','Kathmandu','KATHMANDU',NULL,'','Nepal','Kathmandu',0,0,153,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13673,'32464','Kathu','KATHU',NULL,'','South Africa','',0,0,195,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13674,'17092','Kathu','KATHU',NULL,'','Thailand','',0,0,215,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13675,'15209','Katikati','KATIKATI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13676,'14406','Katima Mulilo','KATIMA MULILO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13677,'40147','Katlenburg-lindau','KATLENBURG-LINDAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:39','1900-01-01 00:00:00',1,0,1),(13678,'9792','Kato Achaia','KATO ACHAIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13679,'39551','Kato Akourdalia','KATO AKOURDALIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13680,'34204','Katoomba','KATOOMBA',NULL,'','Australia','Katoomba',0,0,13,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13681,'9669','Katouna','KATOUNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13682,'15721','Katowice','KATOWICE',NULL,'','Poland','Katowice',0,0,174,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13683,'10538','Katra','KATRA',NULL,'','India','Katra',13,0,101,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13684,'16906','Katrineholm','KATRINEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13685,'26998','Katschberg','KATSCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13686,'27134','Katsdorf','KATSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13687,'13155','Katsushika','KATSUSHIKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13688,'42686','Katsuura','KATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13689,'42312','Katunayake','KATUNAYAKE',NULL,'','Sri Lanka','Katunayake',0,0,200,'2016-10-17 11:07:40','1900-01-01 00:00:00',1,0,1),(13690,'40285','Katwe Town','KATWE TOWN',NULL,'','Uganda','',0,0,226,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13691,'14717','Katwijk Aan Zee','KATWIJK AAN ZEE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13692,'14646','Katwoude','KATWOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13693,'30712','Katy','KATY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13694,'10340','Kau','KAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:41','1900-01-01 00:00:00',1,0,1),(13695,'36914','Kauai-hanamaulu','KAUAI-HANAMAULU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:42','1900-01-01 00:00:00',1,0,1),(13696,'36943','Kauai-kapaa','KAUAI-KAPAA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:42','1900-01-01 00:00:00',1,0,1),(13697,'36961','Kauai-lihue','KAUAI-LIHUE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13698,'37013','Kauai-poipu','KAUAI-POIPU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13699,'37018','Kauai-port Allen','KAUAI-PORT ALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:43','1900-01-01 00:00:00',1,0,1),(13700,'36919','Kauai-princeville','KAUAI-PRINCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13701,'37058','Kauai-wailua','KAUAI-WAILUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13702,'37057','Kauai-waimea','KAUAI-WAIMEA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:44','1900-01-01 00:00:00',1,0,1),(13703,'37060','Kauai-waipouli','KAUAI-WAIPOULI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13704,'230','Kaufbeuren','KAUFBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13705,'30714','Kaufman','KAUFMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13706,'4017','Kauhajoki','KAUHAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13707,'4018','Kauhava','KAUHAVA',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13708,'31779','Kaukauna','KAUKAUNA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:45','1900-01-01 00:00:00',1,0,1),(13709,'16119','Kaukura','KAUKURA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13710,'1975','Kaulsdorf','KAULSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13711,'20037','Kaunakakai','KAUNAKAKAI',NULL,'','United States','',0,0,231,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13712,'13638','Kaunas','KAUNAS',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13713,'3973','Kauniainen','KAUNIAINEN',NULL,'','Finland','',0,0,75,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13714,'20038','Kaupakulua','KAUPAKULUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:46','1900-01-01 00:00:00',1,0,1),(13715,'14979','Kaupanger','KAUPANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13716,'20039','Kaupo','KAUPO',NULL,'','United States','',0,0,231,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13717,'20040','Kaupulehu','KAUPULEHU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13718,'37172','Kausani','KAUSANI',NULL,'','India','Kausani',9,0,101,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13719,'14881','Kautokeino','KAUTOKEINO',NULL,'','Norway','',0,0,164,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13720,'42044','Kavala','KAVALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:47','1900-01-01 00:00:00',1,0,1),(13721,'9760','Kavalla','KAVALLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13722,'39184','Kavarna','KAVARNA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13723,'15567','Kavieng','KAVIENG',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13724,'43165','Kavos','KAVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13725,'9670','Kavros','KAVROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13726,'13407','Kawagoe','KAWAGOE',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13727,'15119','Kawaha Point','KAWAHA POINT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13728,'20041','Kawaihae','KAWAIHAE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13729,'13270','Kawanishi','KAWANISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13730,'13271','Kawasaki','KAWASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:48','1900-01-01 00:00:00',1,0,1),(13731,'42564','Kawazu','KAWAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13732,'43627','Kawerau','KAWERAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13733,'42953','Kawit','KAWIT',NULL,'','Philippines','',0,0,173,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13734,'18154','Kayenta','KAYENTA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13735,'17327','Kayseri','KAYSERI',NULL,'','Turkey','Kayseri',0,0,222,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13736,'6767','Kaysersberg','KAYSERSBERG',NULL,'','France','',0,0,76,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13737,'33348','Kaysville','KAYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13738,'16457','Kazan','KAZAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:07:49','1900-01-01 00:00:00',1,0,1),(13739,'35934','Kazanlak','KAZANLAK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13740,'15656','Kazimierz Dolny','KAZIMIERZ DOLNY',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13741,'42595','Kaziranga National Park','KAZIRANGA NATIONAL PARK',NULL,'','India','',10,0,101,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13742,'37578','Kazungula','KAZUNGULA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13743,'37817','Kazuno','KAZUNO',NULL,'','Japan','',0,0,110,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13744,'32295','Ke Ga','KE GA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13745,'42505','Kea','KEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13746,'20042','Keaau','KEAAU',NULL,'','United States','',0,0,231,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13747,'20043','Kealakekua','KEALAKEKUA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:50','1900-01-01 00:00:00',1,0,1),(13748,'20044','Kealia (Hawaii)','KEALIA (HAWAII)',NULL,'','United States','',0,0,231,'2016-10-17 11:07:51','1900-01-01 00:00:00',1,0,1),(13749,'20046','Keanae','KEANAE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:51','1900-01-01 00:00:00',1,0,1),(13750,'27679','Kearney','KEARNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:07:52','1900-01-01 00:00:00',1,0,1),(13751,'33349','Kearns','KEARNS',NULL,'','United States','',0,0,231,'2016-10-17 11:07:52','1900-01-01 00:00:00',1,0,1),(13752,'10167','Kebar','KEBAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13753,'10168','Kebayoran Baru','KEBAYORAN BARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13754,'17178','Kebili','KEBILI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13755,'17215','Keciler','KECILER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13756,'10082','Kecskemet','KECSKEMET',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13757,'1781','Kedah','KEDAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13758,'40815','Kedarnath','KEDARNATH',NULL,'','India','Kedarnath',9,0,101,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13759,'10300','Kediri','KEDIRI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13760,'38203','Kedonganan','KEDONGANAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13761,'16524','Kedougou','KEDOUGOU',NULL,'','Senegal','',0,0,187,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13762,'15586','Kedzierzyn Kozle','KEDZIERZYN KOZLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13763,'37198','Keedysville','KEEDYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13764,'17443','Keelung','KEELUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:07:53','1900-01-01 00:00:00',1,0,1),(13765,'32720','Keene','KEENE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:54','1900-01-01 00:00:00',1,0,1),(13766,'34529','Keene','KEENE',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:54','1900-01-01 00:00:00',1,0,1),(13767,'24632','Keerbergen','KEERBERGEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13768,'14412','Keetmanshoop','KEETMANSHOOP',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13769,'36442','Keetmashoop','KEETMASHOOP',NULL,'','Namibia','',0,0,151,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13770,'9503','Kefalonia','KEFALONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13771,'35261','Kefalonia-lassi','KEFALONIA-LASSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13772,'35259','Kefalonia-lixouri','KEFALONIA-LIXOURI',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13773,'35294','Kefalonia-skala','KEFALONIA-SKALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13774,'35298','Kefalonia-svoronata','KEFALONIA-SVORONATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13775,'11007','Keflavik','KEFLAVIK',NULL,'','Iceland','Keflavik',0,0,100,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13776,'26020','Kegaska','KEGASKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13777,'8315','Kegworth','KEGWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:55','1900-01-01 00:00:00',1,0,1),(13778,'40381','Kehidakustany','KEHIDAKUSTANY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13779,'22572','Kehl','KEHL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13780,'8316','Keighley','KEIGHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13781,'26516','Keilor','KEILOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13782,'10169','Keisah','KEISAH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13783,'8317','Keiss','KEISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13784,'26456','Keith','KEITH',NULL,'','Australia','',0,0,13,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13785,'718','Keitum','KEITUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:56','1900-01-01 00:00:00',1,0,1),(13786,'29687','Keizer','KEIZER',NULL,'','United States','',0,0,231,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13787,'20048','Kekaha','KEKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13788,'13681','Kelaat Mgouna','KELAAT MGOUNA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13789,'3864','Kelafo','KELAFO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13790,'14308','Kelang','KELANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13791,'41710','Kelantan','KELANTAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13792,'10235','Kelila','KELILA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:07:57','1900-01-01 00:00:00',1,0,1),(13793,'442','Kelkheim','KELKHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13794,'39671','Kell','KELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13795,'231','Kellberg','KELLBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13796,'24046','Kelle','KELLE',NULL,'','Congo','',0,0,51,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13797,'30716','Keller','KELLER',NULL,'','United States','',0,0,231,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13798,'7145','Kellington','KELLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13799,'20368','Kellogg','KELLOGG',NULL,'','United States','',0,0,231,'2016-10-17 11:07:58','1900-01-01 00:00:00',1,0,1),(13800,'10880','Kells','KELLS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13801,'40671','Kelmis','KELMIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13802,'25465','Kelowna','KELOWNA',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13803,'25603','Kelsey','KELSEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13804,'18564','Kelseyville','KELSEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:07:59','1900-01-01 00:00:00',1,0,1),(13805,'7146','Kelsick','KELSICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13806,'8318','Kelso','KELSO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13807,'31524','Kelso','KELSO',NULL,'','United States','',0,0,231,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13808,'443','Kelsterbach','KELSTERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:00','1900-01-01 00:00:00',1,0,1),(13809,'30717','Kemah','KEMAH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13810,'17256','Kemer','KEMER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13811,'16335','Kemerovo','KEMEROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13812,'3924','Kemi','KEMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13813,'3925','Kemijarvi','KEMIJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13814,'24726','Kemmel','KEMMEL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13815,'32108','Kemmerer','KEMMERER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13816,'780','Kemnitz','KEMNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:01','1900-01-01 00:00:00',1,0,1),(13817,'39678','Kempele','KEMPELE',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13818,'27238','Kempen','KEMPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13819,'34206','Kempsey','KEMPSEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13820,'637','Kempten','KEMPTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13821,'32570','Kempton Park','KEMPTON PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13822,'17664','Kenai','KENAI',NULL,'','United States','',0,0,231,'2016-10-17 11:08:02','1900-01-01 00:00:00',1,0,1),(13823,'21406','Kenberma','KENBERMA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13824,'8319','Kendal','KENDAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13825,'19427','Kendall','KENDALL',NULL,'','United States','',0,0,231,'2016-10-17 11:08:03','1900-01-01 00:00:00',1,0,1),(13826,'20914','Kendallville','KENDALLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13827,'10367','Kendari','KENDARI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13828,'37236','Kendenup','KENDENUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13829,'30718','Kenedy','KENEDY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:04','1900-01-01 00:00:00',1,0,1),(13830,'28311','Kenilworth','KENILWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13831,'8320','Kenilworth','KENILWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13832,'14388','Keningau','KENINGAU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13833,'38221','Kenitra','KENITRA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13834,'41163','Kenley','KENLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13835,'33899','Kenly','KENLY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:05','1900-01-01 00:00:00',1,0,1),(13836,'28065','Kenmare','KENMARE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13837,'10881','Kenmare','KENMARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13838,'28887','Kenmore','KENMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13839,'8321','Kenmore','KENMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:06','1900-01-01 00:00:00',1,0,1),(13840,'7147','Kenn','KENN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13841,'33019','Kennebec','KENNEBEC',NULL,'','United States','',0,0,231,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13842,'21884','Kennebunk','KENNEBUNK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:07','1900-01-01 00:00:00',1,0,1),(13843,'21885','Kennebunkport','KENNEBUNKPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13844,'30719','Kennedale','KENNEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13845,'9927','Kennedy Town','KENNEDY TOWN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13846,'21214','Kenner','KENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:08','1900-01-01 00:00:00',1,0,1),(13847,'19844','Kennesaw','KENNESAW',NULL,'','United States','',0,0,231,'2016-10-17 11:08:09','1900-01-01 00:00:00',1,0,1),(13848,'27680','Kennett','KENNETT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:09','1900-01-01 00:00:00',1,0,1),(13849,'31527','Kennewick','KENNEWICK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13850,'7148','Kennford','KENNFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13851,'17666','Kennicott','KENNICOTT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13852,'8322','Kennington','KENNINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:10','1900-01-01 00:00:00',1,0,1),(13853,'34531','Kenora','KENORA',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13854,'31780','Kenosha','KENOSHA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13855,'32000','Kenova','KENOVA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:11','1900-01-01 00:00:00',1,0,1),(13856,'25818','Kensington','KENSINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13857,'34207','Kensington','KENSINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13858,'32466','Kensington','KENSINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13859,'8323','Kensington','KENSINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13860,'29387','Kent','KENT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:12','1900-01-01 00:00:00',1,0,1),(13861,'26806','Kent Town','KENT TOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13862,'8324','Kentallen','KENTALLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13863,'17393','Kenting','KENTING',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13864,'20915','Kentland','KENTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:13','1900-01-01 00:00:00',1,0,1),(13865,'29388','Kenton','KENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13866,'8325','Kenton','KENTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13867,'39340','Kenton On Sea','KENTON ON SEA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13868,'33666','Kentucky Lake','KENTUCKY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13869,'25722','Kentville','KENTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:14','1900-01-01 00:00:00',1,0,1),(13870,'22132','Kentwood','KENTWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13871,'18565','Kenwood','KENWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13872,'20232','Keokuk','KEOKUK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:15','1900-01-01 00:00:00',1,0,1),(13873,'20049','Keoneoio','KEONEOIO',NULL,'','United States','',0,0,231,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13874,'38823','Kep','KEP',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13875,'15634','Kepno','KEPNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13876,'26517','Kerang','KERANG',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13877,'9671','Keratsinion','KERATSINION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13878,'17516','Kerch','KERCH',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13879,'39153','Keremeos','KEREMEOS',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13880,'8326','Keresley','KERESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:16','1900-01-01 00:00:00',1,0,1),(13881,'28888','Kerhonkson','KERHONKSON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13882,'15210','Kerikeri','KERIKERI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13883,'3938','Kerimaki','KERIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13884,'14573','Kerkrade','KERKRADE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13885,'35432','Kerman','KERMAN',NULL,'','Iran','',0,0,103,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13886,'30720','Kermit','KERMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13887,'47','Kernen','KERNEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:17','1900-01-01 00:00:00',1,0,1),(13888,'33900','Kernersville','KERNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13889,'23245','Kerns','KERNS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13890,'18566','Kernville','KERNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13891,'10170','Kerobokan','KEROBOKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13892,'40293','Kerpen','KERPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13893,'34208','Kerrabee','KERRABEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:18','1900-01-01 00:00:00',1,0,1),(13894,'30721','Kerrville','KERRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13895,'14309','Kerteh','KERTEH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13896,'2192','Kerteminde','KERTEMINDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13897,'39419','Kervignac','KERVIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13898,'10539','Keshod','KESHOD',NULL,'','India','Keshod',16,0,101,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13899,'42594','Kesroli','KESROLI',NULL,'','India','',0,0,101,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13900,'1887','Kesselsdorf','KESSELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:19','1900-01-01 00:00:00',1,0,1),(13901,'31136','Keswick','KESWICK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13902,'8327','Keswick','KESWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13903,'10125','Keszthely','KESZTHELY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13904,'10327','Ketapang','KETAPANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13905,'17667','Ketchikan','KETCHIKAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13906,'20369','Ketchum','KETCHUM',NULL,'','United States','',0,0,231,'2016-10-17 11:08:20','1900-01-01 00:00:00',1,0,1),(13907,'42450','Ketsch','KETSCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13908,'8328','Kettering','KETTERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13909,'43642','Kettering','KETTERING',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13910,'31529','Kettle Falls','KETTLE FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13911,'18567','Kettleman City','KETTLEMAN CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:21','1900-01-01 00:00:00',1,0,1),(13912,'517','Kettwig','KETTWIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13913,'32467','Keurboomstrand','KEURBOOMSTRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13914,'3915','Keuruu','KEURUU',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13915,'43313','Keutschach','KEUTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13916,'39022','Kewadin','KEWADIN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:22','1900-01-01 00:00:00',1,0,1),(13917,'20608','Kewanee','KEWANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13918,'31782','Kewaunee','KEWAUNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13919,'7151','Kewstoke','KEWSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:23','1900-01-01 00:00:00',1,0,1),(13920,'8329','Kexby','KEXBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:24','1900-01-01 00:00:00',1,0,1),(13921,'21723','Keymar','KEYMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13922,'8330','Keynsham','KEYNSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13923,'32001','Keyser','KEYSER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:25','1900-01-01 00:00:00',1,0,1),(13924,'33020','Keystone','KEYSTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:26','1900-01-01 00:00:00',1,0,1),(13925,'38954','Kfar Blum','KFAR BLUM',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:26','1900-01-01 00:00:00',1,0,1),(13926,'42899','Kfardebiane','KFARDEBIANE',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13927,'16337','Khabarovsk','KHABAROVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13928,'16266','Khabarovsk-novyy','KHABAROVSK-NOVYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13929,'9672','Khaidharion','KHAIDHARION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13931,'10540','Khajuraho','KHAJURAHO',NULL,'','India','Khajuraho',15,0,101,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13932,'9673','Khalandrion','KHALANDRION',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13933,'9505','Khalkidiki','KHALKIDIKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13934,'16508','Khamis Mushait','KHAMIS MUSHAIT',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13935,'34209','Khancoban','KHANCOBAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:27','1900-01-01 00:00:00',1,0,1),(13936,'10541','Khandala','KHANDALA',NULL,'','India','Khandala',5,0,101,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13937,'9674','Khania','KHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13938,'36746','Khanom','KHANOM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13939,'16244','Khanty Mansiysk','KHANTY MANSIYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13940,'16338','Khanty-mansiysk','KHANTY-MANSIYSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13941,'17065','Khao Kho','KHAO KHO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13942,'10542','Khar','KHAR',NULL,'','India','',0,0,101,'2016-10-17 11:08:28','1900-01-01 00:00:00',1,0,1),(13943,'10692','Khardah','KHARDAH',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13944,'17512','Kharkiv','KHARKIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13945,'17491','Kharkov','KHARKOV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13946,'40908','Khartoum','KHARTOUM',NULL,'','Sudan','',0,0,205,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13947,'15284','Khasab','KHASAB',NULL,'','Oman','',0,0,165,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13948,'44218','Khatia','KHATIA',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13950,'38598','Khejarla','KHEJARLA',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13951,'17513','Kherson','KHERSON',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13952,'16390','Khimki','KHIMKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13953,'35425','Khimsar','KHIMSAR',NULL,'','India','',0,0,101,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13954,'42262','Khiva','KHIVA',NULL,'','Uzbekistan','Khiva',0,0,232,'2016-10-17 11:08:29','1900-01-01 00:00:00',1,0,1),(13955,'24284','Khlorakas','KHLORAKAS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13956,'17492','Khmelnitskiy','KHMELNITSKIY',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13957,'9675','Kholargos','KHOLARGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13958,'13539','Khong Island','KHONG ISLAND',NULL,'','Laos','',0,0,118,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13959,'36748','Khong Jiam','KHONG JIAM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13961,'35852','Khorfakkan','KHORFAKKAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13962,'16408','Khoroshevo','KHOROSHEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13963,'16413','Khoroshevskiy','KHOROSHEVSKIY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13964,'13696','Khouribga','KHOURIBGA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13965,'17103','Khudzhand','KHUDZHAND',NULL,'','Tajikistan','',0,0,213,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13966,'24756','Khulna','KHULNA',NULL,'','Bangladesh','Khulna',0,0,18,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13967,'15306','Khuzdar','KHUZDAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13968,'34210','Kiama','KIAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:30','1900-01-01 00:00:00',1,0,1),(13969,'28889','Kiamesha Lake','KIAMESHA LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13970,'17668','Kiana','KIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13971,'30351','Kiawah Island','KIAWAH ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13972,'2276','Kibaek','KIBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:08:31','1900-01-01 00:00:00',1,0,1),(13973,'7152','Kibblesworth','KIBBLESWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13974,'42900','Kibbutz Tzuba','KIBBUTZ TZUBA',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13975,'24047','Kibouende','KIBOUENDE',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13976,'8331','Kidderminster','KIDDERMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13977,'8332','Kidlington','KIDLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13978,'8333','Kidmore End','KIDMORE END',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13979,'8334','Kidwelly','KIDWELLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13980,'719','Kiel','KIEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:32','1900-01-01 00:00:00',1,0,1),(13981,'15722','Kielce','KIELCE',NULL,'','Poland','',0,0,174,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13982,'7153','Kielder','KIELDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13983,'23246','Kiental','KIENTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13984,'6768','Kientzheim','KIENTZHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13985,'32403','Kiepersoil','KIEPERSOIL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13986,'17493','Kiev','KIEV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13987,'9757','Kifisia','KIFISIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13988,'16480','Kigali','KIGALI',NULL,'','Rwanda','',0,0,508,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13989,'20050','Kihei','KIHEI',NULL,'','United States','',0,0,231,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13990,'42840','Kijal','KIJAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13991,'13156','Kikai Island','KIKAI ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:33','1900-01-01 00:00:00',1,0,1),(13992,'13272','Kikuchi','KIKUCHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13993,'43913','Kikuyo','KIKUYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13994,'41162','Kilbirnie','KILBIRNIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13995,'23247','Kilchberg','KILCHBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13996,'42377','Kilchrenan','KILCHRENAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13997,'10888','Kildare','KILDARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13998,'8335','Kildonan','KILDONAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(13999,'8336','Kildrummy','KILDRUMMY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(14000,'8337','Kilfinan','KILFINAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:34','1900-01-01 00:00:00',1,0,1),(14001,'39888','Kilgetty','KILGETTY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14002,'30722','Kilgore','KILGORE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14003,'14154','Kili','KILI',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14004,'40312','Kilifi','KILIFI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14005,'17459','Kilimanjaro','KILIMANJARO',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14006,'35242','Kilini','KILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:35','1900-01-01 00:00:00',1,0,1),(14007,'10786','Kilkee','KILKEE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14008,'8338','Kilkeel','KILKEEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14009,'10892','Kilkenny','KILKENNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14010,'42504','Kilkis','KILKIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14011,'10778','Kill','KILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14012,'10787','Killaloe','KILLALOE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14013,'34211','Killara','KILLARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14014,'10882','Killarney','KILLARNEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14015,'25604','Killarney','KILLARNEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14016,'40918','Killarney. Co.kerry','KILLARNEY. CO.KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:36','1900-01-01 00:00:00',1,0,1),(14017,'42132','Killcare','KILLCARE',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14018,'41876','Killearn','KILLEARN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14019,'30723','Killeen','KILLEEN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14020,'10893','Killenard','KILLENARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:37','1900-01-01 00:00:00',1,0,1),(14021,'7154','Killiechronan','KILLIECHRONAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14022,'8339','Killin','KILLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14023,'10843','Killiney','KILLINEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14024,'19097','Killingworth','KILLINGWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14025,'9506','Killini','KILLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:38','1900-01-01 00:00:00',1,0,1),(14026,'41521','Killmallock','KILLMALLOCK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14027,'10883','Killorglin','KILLORGLIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14028,'10821','Killybegs','KILLYBEGS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14029,'10844','Kilmainham','KILMAINHAM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14030,'31138','Kilmarnock','KILMARNOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14031,'8340','Kilmarnock','KILMARNOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14032,'8341','Kilmelfort','KILMELFORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14033,'10912','Kilmessan','KILMESSAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14034,'3890','Kilpisjarvi','KILPISJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:08:39','1900-01-01 00:00:00',1,0,1),(14035,'38765','Kilsyth','KILSYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14036,'10744','Kiltimagh','KILTIMAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14037,'7155','Kilve','KILVE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14038,'17460','Kilwa','KILWA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14039,'8342','Kilwinning','KILWINNING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14040,'37810','Kilyos','KILYOS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14041,'10171','Kimam','KIMAM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14042,'33178','Kimball','KIMBALL',NULL,'','United States','',0,0,231,'2016-10-17 11:08:40','1900-01-01 00:00:00',1,0,1),(14043,'15578','Kimbe','KIMBE',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14044,'25467','Kimberley','KIMBERLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14045,'32468','Kimberley','KIMBERLEY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14046,'31783','Kimberly','KIMBERLY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:41','1900-01-01 00:00:00',1,0,1),(14047,'32621','Kimbwala','KIMBWALA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14048,'42503','Kimolos','KIMOLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14049,'8343','Kinbuck','KINBUCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14050,'8344','Kincardine','KINCARDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14051,'34533','Kincardine','KINCARDINE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14052,'8345','Kinclaven','KINCLAVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14053,'8346','Kincraig','KINCRAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:42','1900-01-01 00:00:00',1,0,1),(14054,'7156','Kincraigie','KINCRAIGIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14055,'24048','Kindamba','KINDAMBA',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14056,'21216','Kinder','KINDER',NULL,'','United States','',0,0,231,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14057,'28890','Kinderhook','KINDERHOOK',NULL,'','United States','',0,0,231,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14058,'22947','Kindersley','KINDERSLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14059,'232','Kinding','KINDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:43','1900-01-01 00:00:00',1,0,1),(14060,'24021','Kindu','KINDU',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14061,'39337','Kineta','KINETA',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14062,'34534','King City','KING CITY',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:44','1900-01-01 00:00:00',1,0,1),(14063,'16498','King Khalid Military City','KING KHALID MILITARY CITY',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14064,'26713','Kingaroy','KINGAROY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14065,'27682','Kingdom City','KINGDOM CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14066,'39000','Kingersheim','KINGERSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:08:45','1900-01-01 00:00:00',1,0,1),(14067,'21886','Kingfield','KINGFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14068,'42915','Kingfisher Bay','KINGFISHER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14069,'34535','Kingfisher Lake','KINGFISHER LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14070,'18155','Kingman','KINGMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:46','1900-01-01 00:00:00',1,0,1),(14071,'7157','Kings Coughton','KINGS COUGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:47','1900-01-01 00:00:00',1,0,1),(14072,'8349','King\'s Lynn','KING\'S LYNN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:48','1900-01-01 00:00:00',1,0,1),(14073,'8350','Kingsbridge','KINGSBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:48','1900-01-01 00:00:00',1,0,1),(14074,'18570','Kingsburg','KINGSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14075,'34212','Kingscliff','KINGSCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14076,'10779','Kingscourt','KINGSCOURT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14077,'34213','Kingsford','KINGSFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14078,'32237','Kingshill','KINGSHILL',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14079,'19845','Kingsland','KINGSLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:08:49','1900-01-01 00:00:00',1,0,1),(14080,'33179','Kingsport','KINGSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14081,'8351','Kingsteignton','KINGSTEIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14082,'8352','Kingston','KINGSTON',NULL,'','United Kingdom','Kingston',0,0,229,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14083,'13076','Kingston','KINGSTON',NULL,'','Jamaica','Kingston',0,0,109,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14084,'28891','Kingston','KINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:50','1900-01-01 00:00:00',1,0,1),(14085,'25723','Kingston','KINGSTON',NULL,'','Canada','Kingston',0,0,39,'2016-10-17 11:08:51','1900-01-01 00:00:00',1,0,1),(14086,'26808','Kingston','KINGSTON',NULL,'','Australia','Kingston',0,0,13,'2016-10-17 11:08:51','1900-01-01 00:00:00',1,0,1),(14087,'9286','Kingston-upon-thames','KINGSTON-UPON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14088,'32170','Kingstown','KINGSTOWN',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14089,'30352','Kingstree','KINGSTREE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14090,'30725','Kingsville','KINGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:54','1900-01-01 00:00:00',1,0,1),(14091,'8354','Kingussie','KINGUSSIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:55','1900-01-01 00:00:00',1,0,1),(14092,'32002','Kingwood','KINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:08:55','1900-01-01 00:00:00',1,0,1),(14093,'8355','Kinloch','KINLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14094,'7159','Kinlochard','KINLOCHARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14095,'8357','Kinlochbervie','KINLOCHBERVIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14096,'8358','Kinlochleven','KINLOCHLEVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14097,'17394','Kinmen','KINMEN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:08:56','1900-01-01 00:00:00',1,0,1),(14098,'37935','Kinneret','KINNERET',NULL,'','Israel','',0,0,106,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14099,'10920','Kinnitty','KINNITTY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14100,'8359','Kinross','KINROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14101,'10714','Kinsale','KINSALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14102,'40919','Kinsale, Co.cork','KINSALE, CO.CORK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14103,'14804','Kinsarvik','KINSARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14104,'24037','Kinshasa','KINSHASA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14105,'29391','Kinsman','KINSMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:08:57','1900-01-01 00:00:00',1,0,1),(14106,'33904','Kinston','KINSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14107,'43884','Kintamani','KINTAMANI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14108,'30003','Kintnersville','KINTNERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14109,'8360','Kintore','KINTORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14110,'24049','Kintsana','KINTSANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14111,'41520','Kinvara','KINVARA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:08:58','1900-01-01 00:00:00',1,0,1),(14112,'9507','Kiotari','KIOTARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14113,'21076','Kiowa','KIOWA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14114,'20051','Kipahula','KIPAHULA',NULL,'','United States','',0,0,231,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14115,'233','Kipfenberg','KIPFENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:08:59','1900-01-01 00:00:00',1,0,1),(14116,'17671','Kipnuk','KIPNUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14117,'9508','Kipri','KIPRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14118,'16548','Kirakira','KIRAKIRA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14119,'17260','Kirazli','KIRAZLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14120,'30728','Kirby','KIRBY',NULL,'','United States','',0,0,231,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14121,'852','Kirchberg','KIRCHBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14122,'24472','Kirchbichl','KIRCHBICHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:00','1900-01-01 00:00:00',1,0,1),(14123,'23248','Kirchdorf','KIRCHDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14124,'22573','Kirchdorf','KIRCHDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14125,'39538','Kirchdorf An Der Krems','KIRCHDORF AN DER KREMS',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14126,'234','Kirchensittenbach','KIRCHENSITTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14127,'49','Kirchheim (Hesse)','KIRCHHEIM (HESSE)',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14128,'40075','Kirchheimbolanden','KIRCHHEIMBOLANDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14129,'27239','Kirchseelte','KIRCHSEELTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:01','1900-01-01 00:00:00',1,0,1),(14130,'39488','Kirchwalsede','KIRCHWALSEDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14131,'22575','Kirchzarten','KIRCHZARTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14132,'2449','Kirdasah','KIRDASAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14133,'17246','Kirikkale','KIRIKKALE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14134,'44031','Kirinda','KIRINDA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14135,'17217','Kiris','KIRIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14136,'35723','Kirishima','KIRISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14137,'7160','Kirkbean','KIRKBEAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14138,'8362','Kirkburton','KIRKBURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14139,'8363','Kirkby Lonsdale','KIRKBY LONSDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:02','1900-01-01 00:00:00',1,0,1),(14140,'8366','Kirkcaldy','KIRKCALDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14141,'8367','Kirkcudbright','KIRKCUDBRIGHT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14142,'14882','Kirkenes','KIRKENES',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14143,'8368','Kirkintilloch','KIRKINTILLOCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14144,'41008','Kirkjubaejarkaustur','KIRKJUBAEJARKAUSTUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14145,'11023','Kirkjubaejarklaustur','KIRKJUBAEJARKLAUSTUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14146,'26021','Kirkland','KIRKLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:03','1900-01-01 00:00:00',1,0,1),(14147,'31530','Kirkland','KIRKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14148,'17328','Kirklareli','KIRKLARELI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14149,'8369','Kirknewton','KIRKNEWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14150,'27683','Kirksville','KIRKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14151,'8370','Kirkwall','KIRKWALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:04','1900-01-01 00:00:00',1,0,1),(14152,'27684','Kirkwood','KIRKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14153,'38527','Kirkwood','KIRKWOOD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14154,'235','Kirn','KIRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14155,'16341','Kirov','KIROV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14156,'17494','Kirovograd','KIROVOGRAD',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:05','1900-01-01 00:00:00',1,0,1),(14157,'16404','Kirovsk','KIROVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14158,'34214','Kirribilli','KIRRIBILLI',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14159,'8371','Kirriemuir','KIRRIEMUIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14160,'1888','Kirschau','KIRSCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14161,'17329','Kirsehir','KIRSEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14162,'40579','Kirtlington','KIRTLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14163,'16754','Kiruna','KIRUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14164,'24573','Kirundo','KIRUNDO',NULL,'','Burundi','',0,0,36,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14165,'1648','Kiryat Shmona','KIRYAT SHMONA',NULL,'','Israel','',0,0,106,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14166,'24040','Kisangani','KISANGANI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14167,'13381','Kisarazu','KISARAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14168,'35433','Kish Island','KISH ISLAND',NULL,'','Iran','',0,0,103,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14169,'35724','Kishimoto','KISHIMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:06','1900-01-01 00:00:00',1,0,1),(14170,'13273','Kishiwada','KISHIWADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14171,'17269','Kisikli','KISIKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14172,'40525','Kiskunfelegyhaza','KISKUNFELEGYHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14173,'16453','Kislovodsk','KISLOVODSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14174,'37847','Kiso','KISO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14175,'27685','Kissee Mills','KISSEE MILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14176,'19433','Kissimmee','KISSIMMEE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:07','1900-01-01 00:00:00',1,0,1),(14177,'51','Kisslegg','KISSLEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14178,'16767','Kista','KISTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14179,'42111','Kisumu','KISUMU',NULL,'','Kenya','',0,0,113,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14180,'13157','Kitadaito','KITADAITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14181,'13158','Kitago','KITAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14182,'35731','Kitahiroshima','KITAHIROSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14183,'13275','Kitakami','KITAKAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14184,'13384','Kitakyushu','KITAKYUSHU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14185,'35732','Kitami','KITAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14186,'35725','Kitashiohara','KITASHIOHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14187,'3999','Kitee','KITEE',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14188,'24795','Kiten','KITEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:08','1900-01-01 00:00:00',1,0,1),(14189,'39179','Kithnos','KITHNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14190,'24277','Kiti','KITI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14191,'17672','Kitoi','KITOI',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14192,'31531','Kitsap Peninsula','KITSAP PENINSULA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14193,'30004','Kittanning','KITTANNING',NULL,'','United States','',0,0,231,'2016-10-17 11:09:09','1900-01-01 00:00:00',1,0,1),(14194,'21887','Kittery','KITTERY',NULL,'','United States','',0,0,231,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14195,'3926','Kittila','KITTILA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14196,'4036','Kittilä','KITTILÄ',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14197,'33905','Kitty Hawk','KITTY HAWK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14198,'32645','Kitwe','KITWE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14199,'35879','Kitzbuhel','KITZBUHEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:10','1900-01-01 00:00:00',1,0,1),(14200,'236','Kitzingen','KITZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14201,'17673','Kivalina','KIVALINA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14202,'41212','Kiwengwa -Zanzibar','KIWENGWA -ZANZIBAR',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14203,'17267','Kizilagac','KIZILAGAC',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14204,'42757','Kizilcahamam','KIZILCAHAMAM',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14205,'34951','Kladno','KLADNO',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14206,'1999','Kladow','KLADOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:11','1900-01-01 00:00:00',1,0,1),(14207,'38576','Klaeng','KLAENG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14208,'24562','Klagenfurt','KLAGENFURT',NULL,'','Austria','Klagenfurt',0,0,14,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14209,'35885','Klagenfurt-portschac','KLAGENFURT-PORTSCHAC',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14210,'13639','Klaipeda','KLAIPEDA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14211,'14980','Klakegg','KLAKEGG',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14212,'18572','Klamath','KLAMATH',NULL,'','United States','',0,0,231,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14213,'42841','Klang','KLANG',NULL,'','Malaysia','Klang',0,0,132,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14214,'41215','Klatovy','KLATOVY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:12','1900-01-01 00:00:00',1,0,1),(14215,'17674','Klawock','KLAWOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14216,'39726','Kleena Kleene','KLEENA KLEENE',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14217,'1826','Klein Nemerow','KLEIN NEMEROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14218,'38911','Kleinarl','KLEINARL',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14219,'40086','Kleinbartloff','KLEINBARTLOFF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14220,'34541','Kleinburg','KLEINBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14221,'43334','Kleine Scheidegg','KLEINE SCHEIDEGG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14222,'27240','Kleinenwieden','KLEINENWIEDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:13','1900-01-01 00:00:00',1,0,1),(14223,'781','Kleinmachnow','KLEINMACHNOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14224,'32469','Kleinmond','KLEINMOND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14225,'32404','Kleinzee','KLEINZEE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14226,'782','Kleinzerlang','KLEINZERLANG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14227,'25468','Klemtu','KLEMTU',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14228,'10287','Klender','KLENDER',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14229,'32571','Klerksdorp','KLERKSDORP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14230,'518','Kleve','KLEVE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14231,'39758','Klieken','KLIEKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14232,'237','Klingenbrunn','KLINGENBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14233,'720','Klintum','KLINTUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:14','1900-01-01 00:00:00',1,0,1),(14234,'16866','Klippan','KLIPPAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14235,'37924','Klitoria','KLITORIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14236,'24313','Klobouky','KLOBOUKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14237,'40352','Kloevedal','KLOEVEDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14238,'19846','Klondike','KLONDIKE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14239,'16992','Klong Prao Beach','KLONG PRAO BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14240,'43617','Klongtoey','KLONGTOEY',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14241,'783','Kloster Zinna','KLOSTER ZINNA',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14242,'27105','Klosterneuburg','KLOSTERNEUBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:15','1900-01-01 00:00:00',1,0,1),(14243,'23041','Klosters','KLOSTERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14244,'23249','Kloten','KLOTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14245,'40248','Klouvas','KLOUVAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14246,'42842','Kluang','KLUANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14248,'8372','Knaresborough','KNARESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14249,'8373','Knebworth','KNEBWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14250,'24583','Knesselare','KNESSELARE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14251,'33906','Knightdale','KNIGHTDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:16','1900-01-01 00:00:00',1,0,1),(14252,'8374','Knighton','KNIGHTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14253,'10015','Knin','KNIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14254,'24421','Knittelfeld','KNITTELFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:17','1900-01-01 00:00:00',1,0,1),(14255,'1455','Knock/mayo','KNOCK/MAYO',NULL,'','IRELAND','',0,0,105,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14256,'24727','Knokke-heist','KNOKKE-HEIST',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14257,'8375','Knottingley','KNOTTINGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14258,'26022','Knowlton','KNOWLTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14259,'8376','Knowsley','KNOWSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:18','1900-01-01 00:00:00',1,0,1),(14260,'8377','Knutsford','KNUTSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:09:19','1900-01-01 00:00:00',1,0,1),(14261,'32470','Knysna','KNYSNA',NULL,'','South Africa','Knysna',0,0,195,'2016-10-17 11:09:19','1900-01-01 00:00:00',1,0,1),(14262,'43722','Koah','KOAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14263,'13276','Kobe','KOBE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14264,'638','Kobern','KOBERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14265,'15636','Kobior','KOBIOR',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14266,'639','Koblenz','KOBLENZ',NULL,'','Germany','Koblenz',0,0,83,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14267,'17675','Kobuk','KOBUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:20','1900-01-01 00:00:00',1,0,1),(14268,'9345','Kobuleti','KOBULETI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14269,'15692','Kobylak','KOBYLAK',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14270,'15693','Kobylka','KOBYLKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14271,'39618','Kobylnica','KOBYLNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14272,'41073','Kocaeli','KOCAELI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14273,'238','Kochel','KOCHEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14274,'13277','Kochi','KOCHI',NULL,'','Japan','Kochi (Cochin)',0,0,110,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14275,'10645','Kochi','KOCHI',NULL,'','India','Kochi (Cochin)',3,0,101,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14276,'43849','Kodagu','KODAGU',NULL,'','India','',0,0,101,'2016-10-17 11:09:21','1900-01-01 00:00:00',1,0,1),(14277,'40817','Kodaikanal','KODAIKANAL',NULL,'','India','Kodaikanal',18,0,101,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14278,'13416','Kodaira','KODAIRA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14279,'33184','Kodak','KODAK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:22','1900-01-01 00:00:00',1,0,1),(14281,'17676','Kodiak','KODIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14282,'38720','Kodungallur','KODUNGALLUR',NULL,'','India','',0,0,101,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14283,'1976','Koelleda','KOELLEDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14284,'52','Koenigsbrunn','KOENIGSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14285,'53','Koenigsfeld','KOENIGSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14286,'38313','Koenigstein (Bavaria)','KOENIGSTEIN (BAVARIA)',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:23','1900-01-01 00:00:00',1,0,1),(14287,'519','Koenigswinter','KOENIGSWINTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14288,'44140','Koetschlitz','KOETSCHLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14289,'35880','Koflach','KOFLACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14290,'40472','Koforidua','KOFORIDUA',NULL,'','Ghana','',0,0,84,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14291,'13425','Kofu','KOFU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14292,'13278','Koga','KOGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14293,'39633','Kogatende','KOGATENDE',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14294,'2285','Koge','KOGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14295,'35845','Koggala','KOGGALA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14296,'43075','Koh Bulon Lae','KOH BULON LAE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:24','1900-01-01 00:00:00',1,0,1),(14297,'42155','Koh Kong','KOH KONG',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:25','1900-01-01 00:00:00',1,0,1),(14298,'15307','Kohat','KOHAT',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14299,'10662','Kohima','KOHIMA',NULL,'','India','Kohima',44,0,101,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14300,'31784','Kohler','KOHLER',NULL,'','United States','',0,0,231,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14301,'13826','Kohunlich','KOHUNLICH',NULL,'','Mexico','',0,0,141,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14302,'39559','Kokinos Pirgos','KOKINOS PIRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14303,'9510','Kokkari','KOKKARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14304,'4019','Kokkola','KOKKOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:27','1900-01-01 00:00:00',1,0,1),(14305,'39310','Kokkoni','KOKKONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:28','1900-01-01 00:00:00',1,0,1),(14306,'20053','Kokomo','KOKOMO',NULL,'','United States','',0,0,231,'2016-10-17 11:09:28','1900-01-01 00:00:00',1,0,1),(14307,'24728','Koksijde','KOKSIJDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14308,'14775','Kokstad','KOKSTAD',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14309,'13417','Kokubunji','KOKUBUNJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14310,'4037','Kolari','KOLARI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14311,'32368','Kolasin','KOLASIN',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14312,'239','Kolbermoor','KOLBERMOOR',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14313,'14849','Kolbotn','KOLBOTN',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14314,'16527','Kolda','KOLDA',NULL,'','Senegal','',0,0,187,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14315,'2322','Kolding','KOLDING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14316,'10543','Kolhapur','KOLHAPUR',NULL,'','India','Kolhapur ',5,0,101,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14317,'3892','Koli','KOLI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14318,'17678','Koliganek','KOLIGANEK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:29','1900-01-01 00:00:00',1,0,1),(14319,'9512','Kolimbari','KOLIMBARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14320,'9677','Kolimbia','KOLIMBIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14321,'41214','Kolin','KOLIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14322,'37328','Kolios','KOLIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14323,'10693','Kolkata','KOLKATA',NULL,'0','','Kolkata',19,0,101,'2016-10-17 11:09:30','2017-05-12 06:26:27',1,0,1),(14324,'10544','Kollam','KOLLAM',NULL,'','India','Kollam',3,0,101,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14325,'15725','Kolobrzeg','KOLOBRZEG',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14326,'10054','Kolocep','KOLOCEP',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14327,'9390','Kololi','KOLOLI',NULL,'','Gambia','',0,0,81,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14328,'16439','Kolomyagi','KOLOMYAGI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14329,'6833','Kolonia','KOLONIA',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 11:09:30','1900-01-01 00:00:00',1,0,1),(14330,'24474','Kolsassberg','KOLSASSBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14331,'43429','Kolymbia','KOLYMBIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14332,'13159','Komae','KOMAE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14333,'42895','Komaki','KOMAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14334,'13742','Komandoo','KOMANDOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14335,'32572','Komatipoort','KOMATIPOORT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14336,'13279','Komatsu','KOMATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14337,'38691','Komlo','KOMLO',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14338,'38557','Kommeno','KOMMENO',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14339,'32384','Kommetjie','KOMMETJIE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14340,'10236','Komodo','KOMODO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14341,'10055','Komolac','KOMOLAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14342,'15670','Komorniki','KOMORNIKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14343,'9753','Komotini','KOMOTINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14344,'1775','Kompong Cham','KOMPONG CHAM',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14345,'16245','Komsomolsk','KOMSOMOLSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:31','1900-01-01 00:00:00',1,0,1),(14346,'17257','Konakli','KONAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14347,'14430','Kone','KONE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14348,'2218','Kongens Lyngby','KONGENS LYNGBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14349,'38381','Kongerslev','KONGERSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14350,'14407','Kongola','KONGOLA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14351,'24022','Kongolo','KONGOLO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14352,'14869','Kongsberg','KONGSBERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14353,'14892','Kongsvinger','KONGSVINGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14354,'39737','Konigsbach-stein','KONIGSBACH-STEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14355,'1695','Konigsfeld','KONIGSFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14356,'27241','Konigslutter','KONIGSLUTTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:32','1900-01-01 00:00:00',1,0,1),(14357,'42717','Konigstein','KONIGSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14358,'36066','Konigswinter','KONIGSWINTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14359,'15643','Konin','KONIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14360,'9678','Konitsa','KONITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14361,'10694','Konnagar','KONNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14362,'23250','Konolfingen','KONOLFINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14363,'2000','Konradshohe','KONRADSHOHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14364,'15694','Konstancin-jeziorna','KONSTANCIN-JEZIORNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14365,'44044','Konstantynow Lodzki','KONSTANTYNOW LODZKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14366,'22576','Konstanz','KONSTANZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14367,'43430','Kontogialos-pelekas','KONTOGIALOS-PELEKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:33','1900-01-01 00:00:00',1,0,1),(14368,'17188','Konya','KONYA',NULL,'','Turkey','Konya',0,0,222,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14369,'26247','Koolatah','KOOLATAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14370,'43671','Koonwarra','KOONWARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14371,'26848','Koonya','KOONYA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14372,'34785','Kooralbyn','KOORALBYN',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14373,'20371','Kooskia','KOOSKIA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14374,'26248','Kooyong','KOOYONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14375,'14469','Kop Van North-holland','KOP VAN NORTH-HOLLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:09:34','1900-01-01 00:00:00',1,0,1),(14376,'11011','Kopasker','KOPASKER',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14377,'11008','Kopavogur','KOPAVOGUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14378,'2001','Kopenick','KOPENICK',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14379,'16635','Koper','KOPER',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14380,'44219','Koppa','KOPPA',NULL,'','India','',0,0,101,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14381,'10059','Koprivnica','KOPRIVNICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14382,'39224','Korampallam','KORAMPALLAM',NULL,'','India','',0,0,101,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14383,'41856','Korce','KORCE',NULL,'','Albania','',0,0,2,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14384,'10016','Korcula','KORCULA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14385,'38877','Korczyna','KORCZYNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14386,'41124','Koreiz','KOREIZ',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14387,'39626','Korenica','KORENICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14388,'32519','Korhaan Hill','KORHAAN HILL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14389,'9679','Koridhallos','KORIDHALLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14390,'9514','Korinthia','KORINTHIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:35','1900-01-01 00:00:00',1,0,1),(14391,'13280','Koriyama','KORIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14392,'13111','Koriyama-shi','KORIYAMA-SHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14393,'23842','Korla','KORLA',NULL,'','China','',0,0,46,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14394,'2349','Korning','KORNING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14395,'22577','Korntal','KORNTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14396,'4096','Koro','KORO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14397,'4091','Korolevu','KOROLEVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14398,'42502','Koroni','KORONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14399,'40010','Koropove','KOROPOVE',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14400,'15564','Koror','KOROR',NULL,'','Palau','',0,0,167,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14401,'43723','Korora','KORORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14402,'4097','Korotongo','KOROTONGO',NULL,'','Fiji','',0,0,74,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14403,'2329','Korsor','KORSOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14404,'24633','Kortenberg','KORTENBERG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:36','1900-01-01 00:00:00',1,0,1),(14405,'24729','Kortrijk','KORTRIJK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14406,'43914','Kosaka','KOSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14407,'27873','Kosciusko','KOSCIUSKO',NULL,'','United States','',0,0,231,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14408,'1827','Koserow','KOSEROW',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14409,'13607','Kosgoda','KOSGODA',NULL,'','Sri Lanka','Kosgoda',0,0,200,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14410,'38180','Kosharitsa','KOSHARITSA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14411,'10545','Kosi','KOSI',NULL,'','India','',0,0,101,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14412,'36701','Kosice','KOSICE',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14413,'16391','Kosino','KOSINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:37','1900-01-01 00:00:00',1,0,1),(14414,'35250','Kos-kardamena','KOS-KARDAMENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14415,'35260','Kos-lambi','KOS-LAMBI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14416,'35267','Kos-marmari','KOS-MARMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14417,'35268','Kos-mastichari','KOS-MASTICHARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14418,'38092','Kospallag','KOSPALLAG',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14419,'35286','Kos-psalidi','KOS-PSALIDI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14420,'43961','Kosrae','KOSRAE',NULL,'','Micronesia','',0,0,143,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14421,'38476','Kosta','KOSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14422,'39761','Kostelany','KOSTELANY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14423,'16345','Kostroma','KOSTROMA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14424,'15726','Koszalin','KOSZALIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14425,'38972','Koszeg','KOSZEG',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14426,'10546','Kota','KOTA',NULL,'','India','Kota',2,0,101,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14427,'36427','Kota Bahru','KOTA BAHRU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:38','1900-01-01 00:00:00',1,0,1),(14428,'10237','Kotabangun','KOTABANGUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14429,'37373','Kotagiri','KOTAGIRI',NULL,'','India','',0,0,101,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14430,'38238','Kothamangalam','KOTHAMANGALAM',NULL,'','India','',0,0,101,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14431,'3974','Kotka','KOTKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14432,'16303','Kotlas','KOTLAS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14433,'17679','Kotlik','KOTLIK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14434,'13160','Koto','KOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14435,'32369','Kotor','KOTOR',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14436,'27076','Kotschach','KOTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:39','1900-01-01 00:00:00',1,0,1),(14437,'1940','Kotschlitz','KOTSCHLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14438,'10547','Kottayam','KOTTAYAM',NULL,'','India','Kottayam',3,0,101,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14439,'3975','Kottby','KOTTBY',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14440,'44114','Kotu','KOTU',NULL,'','Gambia','',0,0,81,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14441,'17680','Kotzebue','KOTZEBUE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14442,'9680','Koufalia','KOUFALIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14443,'42501','Koufonisi','KOUFONISI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14444,'24274','Kouklia','KOUKLIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14445,'9517','Koukounaries','KOUKOUNARIES',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14446,'6852','Koulamoutou','KOULAMOUTOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14447,'14431','Koumac','KOUMAC',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:09:40','1900-01-01 00:00:00',1,0,1),(14448,'9518','Koumeika','KOUMEIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14449,'30729','Kountze','KOUNTZE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14450,'9887','Kourou','KOUROU',NULL,'','French Guiana','',0,0,77,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14451,'24008','Koutaba','KOUTABA',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14452,'9519','Koutouloufar','KOUTOULOUFAR',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14453,'9520','Koutsounari','KOUTSOUNARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14454,'3976','Kouvola','KOUVOLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14455,'37173','Kovalam','KOVALAM',NULL,'','India','Kovalam',3,0,101,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14456,'26415','Kowanyama','KOWANYAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14457,'9928','Kowloon','KOWLOON',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:09:41','1900-01-01 00:00:00',1,0,1),(14458,'35729','Koya','KOYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14459,'13499','Koyang-ni','KOYANG-NI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14460,'17681','Koyuk','KOYUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14461,'17682','Koyukuk','KOYUKUK',NULL,'','United States','',0,0,231,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14462,'37219','Kozana','KOZANA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14463,'9826','Kozani','KOZANI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14464,'10646','Kozhikode','KOZHIKODE',NULL,'','India','Kozhikode',3,0,101,'2016-10-17 11:09:42','1900-01-01 00:00:00',1,0,1),(14465,'24634','Kraainem','KRAAINEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14466,'17096','Krabi','KRABI',NULL,'','Thailand','Krabi',31,0,215,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14467,'15727','Krag (East Pomerania)','KRAG (EAST POMERANIA)',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14468,'15004','Kragero','KRAGERO',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14469,'37395','Kragujevac','KRAGUJEVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14470,'24777','Kraimorie','KRAIMORIE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14471,'15715','Krakow','KRAKOW',NULL,'','Poland','Krakow',0,0,174,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14472,'25901','Kralendijk','KRALENDIJK',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14473,'40387','Kraliky','KRALIKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14474,'37632','Kraljevo','KRALJEVO',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14475,'34952','Kralupy Nad Vltavou','KRALUPY NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14476,'16805','Kramfors','KRAMFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14477,'38701','Kramsach','KRAMSACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:43','1900-01-01 00:00:00',1,0,1),(14478,'39894','Kranenburg','KRANENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14479,'16636','Kranj','KRANJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14480,'16637','Kranjska Gora','KRANJSKA GORA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14481,'39831','Kranzberg','KRANZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14482,'42784','Krapanj Island','KRAPANJ ISLAND',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14483,'39307','Krapinske Toplice','KRAPINSKE TOPLICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14484,'37557','Krasna Lipa','KRASNA LIPA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14485,'16325','Krasnaya Polyana','KRASNAYA POLYANA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14486,'16350','Krasnodar','KRASNODAR',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14487,'16368','Krasnogorsk','KRASNOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14488,'39575','Krasnoselkup','KRASNOSELKUP',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14489,'17107','Krasnovodsk','KRASNOVODSK',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14490,'16354','Krasnoyarsk','KRASNOYARSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14491,'13450','Kratie','KRATIE',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:44','1900-01-01 00:00:00',1,0,1),(14492,'520','Krefeld','KREFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14493,'42235','Kreischeberg','KREISCHEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14494,'9681','Kremasti','KREMASTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14495,'33469','Kremmling','KREMMLING',NULL,'','United States','',0,0,231,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14496,'38682','Kremnica','KREMNICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14497,'38905','Kremsmunster','KREMSMUNSTER',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14498,'22578','Kressbronn','KRESSBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14499,'40724','Krestena','KRESTENA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:45','1900-01-01 00:00:00',1,0,1),(14500,'22579','Kreuzberg','KREUZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14501,'43691','Kribi','KRIBI',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14502,'24423','Krieglach','KRIEGLACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14503,'23252','Kriegstetten','KRIEGSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14504,'23253','Kriens','KRIENS',NULL,'','Switzerland','Kriens',0,0,210,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14505,'445','Kriftel','KRIFTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14506,'10017','Krilo','KRILO',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14507,'24387','Krimml','KRIMML',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14508,'10549','Krishnapur','KRISHNAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14509,'15021','Kristiansand','KRISTIANSAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14510,'16867','Kristianstad','KRISTIANSTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14511,'14908','Kristiansund','KRISTIANSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14512,'16795','Kristineberg','KRISTINEBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:46','1900-01-01 00:00:00',1,0,1),(14513,'16789','Kristinehamn','KRISTINEHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14514,'9682','Kritika','KRITIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14515,'17507','Krivoy Rog','KRIVOY ROG',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14516,'9990','Krk','KRK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14517,'40541','Kromeriz','KROMERIZ',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14518,'240','Kronberg','KRONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14519,'521','Kronenburg','KRONENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14520,'13451','Krong Koh Kong','KRONG KOH KONG',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14521,'16677','Kronoberg','KRONOBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14522,'15635','Krotoszyn','KROTOSZYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:47','1900-01-01 00:00:00',1,0,1),(14523,'16638','Krsko','KRSKO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14524,'32405','Kruger National Park','KRUGER NATIONAL PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14525,'32573','Krugersdorp','KRUGERSDORP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14526,'14696','Kruiningen','KRUININGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14527,'43231','Kruja','KRUJA',NULL,'','Albania','',0,0,2,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14528,'35881','Krumbach','KRUMBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14529,'22580','Krumbach','KRUMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14530,'54','Krummhoern','KRUMMHOERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14531,'38934','Krusevac','KRUSEVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14532,'16392','Krylatskoye','KRYLATSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14533,'40464','Krynica','KRYNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14534,'44005','Kryvyi Rih','KRYVYI RIH',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14535,'17395','Ku Keng','KU KENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14536,'14354','Kuah','KUAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:48','1900-01-01 00:00:00',1,0,1),(14537,'41808','Kuala Belait','KUALA BELAIT',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14538,'39062','Kuala Berang','KUALA BERANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14539,'20057','Kualapuu','KUALAPUU',NULL,'','United States','',0,0,231,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14540,'14363','Kuantan','KUANTAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14541,'26249','Kubin','KUBIN',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:49','1900-01-01 00:00:00',1,0,1),(14542,'24290','Kubova Hut','KUBOVA HUT',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14543,'43885','Kubu','KUBU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14544,'40862','Kuchaman','KUCHAMAN',NULL,'','India','',0,0,101,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14545,'14343','Kuching','KUCHING',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14546,'36423','Kuching-damai Beach','KUCHING-DAMAI BEACH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14547,'40649','Kuchwahi','KUCHWAHI',NULL,'','India','',0,0,101,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14548,'38213','Kucukkuyu','KUCUKKUYU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14549,'14390','Kudat','KUDAT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14550,'44045','Kudowa Zdroj','KUDOWA ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14551,'38352','Kudowa-zdroj','KUDOWA-ZDROJ',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14552,'55','Kuehlungsborn','KUEHLUNGSBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14553,'23042','Kuessnacht Am Rigi','KUESSNACHT AM RIGI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14554,'13564','Kufrah','KUFRAH',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:09:50','1900-01-01 00:00:00',1,0,1),(14555,'24475','Kufstein','KUFSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14556,'42388','Kuga','KUGA',NULL,'','China','',0,0,46,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14557,'44141','Kuhlen-wendorf','KUHLEN-WENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14558,'3947','Kuhmo','KUHMO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14559,'24476','Kuhtai','KUHTAI',NULL,'','Austria','',0,0,14,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14560,'17086','Kui Buri','KUI BURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14561,'39110','Kuils River','KUILS RIVER',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14562,'25845','Kuito','KUITO',NULL,'','Angola','',0,0,6,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14563,'15588','Kujawy Pomerania','KUJAWY POMERANIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14564,'10429','Kukas','KUKAS',NULL,'','India','',0,0,101,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14565,'20058','Kukuihaele','KUKUIHAELE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14566,'16549','Kukundu','KUKUNDU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:09:51','1900-01-01 00:00:00',1,0,1),(14567,'20059','Kula','KULA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14568,'39647','Kula','KULA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14569,'42417','Kulim','KULIM',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14570,'10550','Kullu','KULLU',NULL,'','India','Kullu',1,0,101,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14571,'241','Kulmbach','KULMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14572,'30005','Kulpsville','KULPSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14573,'9853','Kulusuk','KULUSUK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14574,'13282','Kumagaya','KUMAGAYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:52','1900-01-01 00:00:00',1,0,1),(14575,'13398','Kumamoto','KUMAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14576,'14174','Kumanovo','KUMANOVO',NULL,'','Macedonia, FYR Of','',0,0,191,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14577,'43623','Kumara','KUMARA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14578,'10430','Kumarakom','KUMARAKOM',NULL,'','India','Kumarakom',3,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14579,'9353','Kumasi','KUMASI',NULL,'','Ghana','',0,0,84,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14580,'10551','Kumbakonam','KUMBAKONAM',NULL,'','India','Kumbakonam',18,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14582,'44220','Kumbhalgarh','KUMBHALGARH',NULL,'','India','',0,0,101,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14583,'37625','Kumburgaz','KUMBURGAZ',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14584,'13161','Kumejima','KUMEJIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14585,'43024','Kumeu','KUMEU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14586,'13162','Kumiyama','KUMIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14587,'37344','Kumluca','KUMLUCA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:53','1900-01-01 00:00:00',1,0,1),(14588,'13743','Kunfunadhoo','KUNFUNADHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14589,'16903','Kungalv','KUNGALV',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14590,'16706','Kungsbacka','KUNGSBACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14591,'16829','Kungsholmen','KUNGSHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14592,'13283','Kunigami','KUNIGAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14593,'10288','Kuningan','KUNINGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14594,'23946','Kunming','KUNMING',NULL,'','China','',0,0,46,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14595,'24314','Kunovice','KUNOVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14596,'13519','Kunsan','KUNSAN',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14597,'23684','Kunshan','KUNSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14598,'16393','Kuntsevo','KUNTSEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14599,'26958','Kununurra','KUNUNURRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14600,'4000','Kuopio','KUOPIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14601,'3916','Kuorevesi','KUOREVESI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:54','1900-01-01 00:00:00',1,0,1),(14602,'10351','Kupang','KUPANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14603,'16440','Kupchino','KUPCHINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14604,'23843','Kuqa','KUQA',NULL,'','China','',0,0,46,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14605,'13744','Kuramathi','KURAMATHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14606,'13284','Kurashiki','KURASHIKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14607,'38081','Kure','KURE',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14608,'33907','Kure Beach','KURE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14609,'13745','Kuredu','KUREDU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14610,'3831','Kuressaare','KURESSAARE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14611,'16355','Kurgan','KURGAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14612,'13462','Kuria','KURIA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14613,'39164','Kurnell','KURNELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:55','1900-01-01 00:00:00',1,0,1),(14614,'37458','Kurrimine Beach','KURRIMINE BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14615,'40818','Kurseong','KURSEONG',NULL,'','India','',0,0,101,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14616,'16356','Kursk','KURSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14617,'40304','Kursunlu','KURSUNLU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14618,'522','Kurten','KURTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14619,'20060','Kurtistown','KURTISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14620,'32471','Kuruman','KURUMAN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14621,'43915','Kurume','KURUME',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14622,'17318','Kusadasi','KUSADASI',NULL,'','Turkey','Kusadasi',0,0,222,'2016-10-17 11:09:56','1900-01-01 00:00:00',1,0,1),(14623,'42563','Kusatsu','KUSATSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14624,'39457','Kusel','KUSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14625,'39219','Kushalnagar','KUSHALNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14626,'35733','Kushimoto','KUSHIMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14627,'37602','Kushinagar','KUSHINAGAR',NULL,'','India','Kushinagar',6,0,101,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14628,'13285','Kushiro','KUSHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14629,'24757','Kushtia','KUSHTIA',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14630,'23254','Kusnacht','KUSNACHT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14631,'42562','Kussharo','KUSSHARO',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14632,'13428','Kustanay','KUSTANAY',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14633,'10172','Kuta','KUTA',NULL,'','Indonesia','Kuta',0,0,102,'2016-10-17 11:09:57','1900-01-01 00:00:00',1,0,1),(14634,'17330','Kutahya','KUTAHYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14635,'9346','Kutaisi','KUTAISI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14636,'10104','Kutas','KUTAS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14637,'40819','Kutch','KUTCH',NULL,'','India','Kutch',16,0,101,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14638,'35737','Kutchan','KUTCHAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14639,'24353','Kutna Hora','KUTNA HORA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14640,'15667','Kutno','KUTNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14641,'37853','Kutta','KUTTA',NULL,'','India','',0,0,101,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14642,'33667','Kuttawa','KUTTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14643,'16600','Kuty','KUTY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14644,'30006','Kutztown','KUTZTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:09:58','1900-01-01 00:00:00',1,0,1),(14645,'26023','Kuujjuaq','KUUJJUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14646,'26024','Kuujjuarapik','KUUJJUARAPIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14647,'4038','Kuusamo','KUUSAMO',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14648,'3977','Kuusankoski','KUUSANKOSKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14649,'35827','Kuwait','KUWAIT',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14650,'13286','Kuwana','KUWANA',NULL,'','Japan','',0,0,110,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14651,'40226','Kvalsund','KVALSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14652,'16884','Kvanum','KVANUM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14653,'9992','Kvarner','KVARNER',NULL,'','Croatia','',0,0,55,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14654,'15022','Kvinesdal','KVINESDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14655,'14805','Kvitfjell','KVITFJELL',NULL,'','Norway','',0,0,164,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14656,'43388','Kwa Zulu Natal','KWA ZULU NATAL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14657,'14155','Kwajalein','KWAJALEIN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14658,'42898','Kwale','KWALE',NULL,'','Kenya','',0,0,113,'2016-10-17 11:09:59','1900-01-01 00:00:00',1,0,1),(14659,'13526','Kwangju','KWANGJU',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14660,'32664','Kwekwe','KWEKWE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14661,'17683','Kwethluk','KWETHLUK',NULL,'','United States','',0,0,231,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14662,'38239','Kwidzyn','KWIDZYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14663,'17684','Kwigillingok','KWIGILLINGOK',NULL,'','United States','',0,0,231,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14664,'26458','Kwinana','KWINANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14665,'42066','Kyaikhtiyo','KYAIKHTIYO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14666,'42065','Kyaing Tong','KYAING TONG',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14667,'40031','Kyjov','KYJOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:10:00','1900-01-01 00:00:00',1,0,1),(14668,'44190','Kyle','KYLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14669,'30730','Kyle','KYLE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14670,'8379','Kyleakin','KYLEAKIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14671,'41519','Kylemore','KYLEMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14672,'42500','Kylini','KYLINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14673,'43916','Kyotango','KYOTANGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:10:01','1900-01-01 00:00:00',1,0,1),(14674,'13399','Kyoto','KYOTO',NULL,'','Japan','Kyoto',0,0,110,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14675,'43431','Kypseli','KYPSELI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14676,'1686','Kyrenia','KYRENIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14677,'14991','Kyrksaeterora','KYRKSAETERORA',NULL,'','Norway','',0,0,164,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14678,'40887','Kythira','KYTHIRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14679,'42498','Kythnos','KYTHNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14680,'16467','Kyzyl','KYZYL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14681,'5401','L Aigle','L AIGLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14682,'41544','L Ametlla De Mar','L AMETLLA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14683,'41570','L Ampolla','L AMPOLLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14684,'2652','L\' Eliana','L\' ELIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:02','1900-01-01 00:00:00',1,0,1),(14685,'41542','L Espluga De Francoli','L ESPLUGA DE FRANCOLI',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:03','1900-01-01 00:00:00',1,0,1),(14686,'41427','L Isle-d Abeau','L ISLE-D ABEAU',NULL,'','France','',0,0,76,'2016-10-17 11:10:03','1900-01-01 00:00:00',1,0,1),(14687,'17158','La Marsa','LA MARSA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:10:16','1900-01-01 00:00:00',1,0,1),(14688,'2367','La Romana','LA ROMANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:10:22','1900-01-01 00:00:00',1,0,1),(14689,'16517','La Somone','LA SOMONE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:10:24','1900-01-01 00:00:00',1,0,1),(14690,'14236','La Trinite','LA TRINITE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:10:25','1900-01-01 00:00:00',1,0,1),(14691,'27106','Laa An Der Thaya','LAA AN DER THAYA',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14692,'41226','Laagri','LAAGRI',NULL,'','Estonia','',0,0,69,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14693,'27242','Laatzen','LAATZEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14694,'23256','Laax','LAAX',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14695,'42971','Labarthe-inard','LABARTHE-INARD',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14696,'4057','Labasa','LABASA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14697,'6097','Labastide-murat','LABASTIDE-MURAT',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14698,'6098','Labege','LABEGE',NULL,'','France','',0,0,76,'2016-10-17 11:10:28','1900-01-01 00:00:00',1,0,1),(14699,'22768','Labelle','LABELLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14700,'38797','Labin','LABIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14701,'17685','Labouchere Bay','LABOUCHERE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14702,'17686','Labourchere Bay','LABOURCHERE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14703,'26715','Labrador','LABRADOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:29','1900-01-01 00:00:00',1,0,1),(14704,'25663','Labrador City','LABRADOR CITY',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14705,'42545','Labrelotte','LABRELOTTE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14706,'14313','Labuan','LABUAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14707,'10174','Labuan Bajo','LABUAN BAJO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14708,'39891','Labuerda','LABUERDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14709,'10341','Labuha','LABUHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:30','1900-01-01 00:00:00',1,0,1),(14710,'13682','Lac Lalla','LAC LALLA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14711,'41419','Lacanau','LACANAU',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14712,'5196','Lacanau-ocean','LACANAU-OCEAN',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14713,'38616','Lacapelle-marival','LACAPELLE-MARIVAL',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14714,'6099','Lacaune','LACAUNE',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14715,'6100','Lacave','LACAVE',NULL,'','France','',0,0,76,'2016-10-17 11:10:31','1900-01-01 00:00:00',1,0,1),(14716,'41131','Lac-beauport','LAC-BEAUPORT',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14717,'12011','Lacco Ameno','LACCO AMENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14718,'40241','Lac-des-plages','LAC-DES-PLAGES',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14719,'8380','Laceby','LACEBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14720,'39744','Laces','LACES',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14721,'22772','Lac-etchemin','LAC-ETCHEMIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:32','1900-01-01 00:00:00',1,0,1),(14722,'31533','Lacey','LACEY',NULL,'','United States','',0,0,231,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14723,'23257','Lachen','LACHEN',NULL,'','Switzerland','Lachen',0,0,210,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14724,'41734','Lachenaie','LACHENAIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14725,'22773','Lachine','LACHINE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14726,'22774','Lachute','LACHUTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14727,'28893','Lackawanna','LACKAWANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:33','1900-01-01 00:00:00',1,0,1),(14728,'30007','Lackawaxen','LACKAWAXEN',NULL,'','United States','',0,0,231,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14729,'22775','Lac-nominingue','LAC-NOMININGUE',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14730,'8381','Lacock','LACOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14731,'6460','La-colle-sur-loup','LA-COLLE-SUR-LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14732,'32722','Laconia','LACONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:34','1900-01-01 00:00:00',1,0,1),(14733,'44066','Lacroix-saint-ouen','LACROIX-SAINT-OUEN',NULL,'','France','',0,0,76,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14734,'4325','Lacs Des Dombes','LACS DES DOMBES',NULL,'','France','',0,0,76,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14735,'30736','Lacy-lakeview','LACY-LAKEVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:10:35','1900-01-01 00:00:00',1,0,1),(14736,'9521','Ladiko','LADIKO',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14737,'12012','Ladispoli','LADISPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14738,'25469','Ladner','LADNER',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14739,'20920','Ladoga','LADOGA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14740,'4326','Ladoix-serrigny','LADOIX-SERRIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:10:36','1900-01-01 00:00:00',1,0,1),(14741,'30353','Ladson','LADSON',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14742,'38027','Lady Elliot Island','LADY ELLIOT ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14743,'19435','Lady Lake','LADY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14744,'31789','Ladysmith','LADYSMITH',NULL,'','United States','',0,0,231,'2016-10-17 11:10:37','1900-01-01 00:00:00',1,0,1),(14745,'32520','Ladysmith','LADYSMITH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14746,'25470','Ladysmith','LADYSMITH',NULL,'','Canada','',0,0,39,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14747,'14156','Lae','LAE',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14748,'15576','Lae','LAE',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14749,'17003','Laem Chabang','LAEM CHABANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14750,'41821','Laengenfeld','LAENGENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14751,'14806','Laerdal','LAERDAL',NULL,'','Norway','Laerdal',0,0,164,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14752,'21218','Lafayette','LAFAYETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:38','1900-01-01 00:00:00',1,0,1),(14753,'21220','Lafitte','LAFITTE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14754,'16745','Lagan','LAGAN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14755,'9683','Laganas','LAGANAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14756,'5197','Lagarrigue','LAGARRIGUE',NULL,'','France','',0,0,76,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14757,'15359','Lagarterita','LAGARTERITA',NULL,'','Panama','',0,0,169,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14758,'15449','Lagen Island','LAGEN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14759,'41897','Laghey','LAGHEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14760,'39558','Laghy','LAGHY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14761,'32260','Lagi','LAGI',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14762,'35546','Laglio','LAGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14763,'40376','Lagnes','LAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:10:41','1900-01-01 00:00:00',1,0,1),(14764,'5854','Lagny','LAGNY',NULL,'','France','',0,0,76,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14765,'2407','Lago Agrio','LAGO AGRIO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14766,'916','Lago Arenal','LAGO ARENAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14767,'15930','Lagoa','LAGOA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14768,'10239','Lagoi','LAGOI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14769,'42641','Lagoinha','LAGOINHA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14770,'9522','Lagonissi','LAGONISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14771,'15776','Lagos','LAGOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:10:42','1900-01-01 00:00:00',1,0,1),(14772,'36451','Lagos','LAGOS',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14773,'14017','Lagos De Moreno','LAGOS DE MORENO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14774,'12722','Lagosanto','LAGOSANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14775,'39427','Lagrand','LAGRAND',NULL,'','France','',0,0,76,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14776,'19848','Lagrange','LAGRANGE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:43','1900-01-01 00:00:00',1,0,1),(14777,'3710','Laguardia','LAGUARDIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14778,'28894','Laguardia Airport (Lga)','LAGUARDIA AIRPORT (LGA)',NULL,'','United States','',0,0,231,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14779,'6101','Laguiole','LAGUIOLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14780,'25184','Laguna','LAGUNA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:10:44','1900-01-01 00:00:00',1,0,1),(14781,'18584','Laguna - South Beaches','LAGUNA - SOUTH BEACHES',NULL,'','United States','',0,0,231,'2016-10-17 11:10:45','1900-01-01 00:00:00',1,0,1),(14782,'39339','Laguna Carilafquen','LAGUNA CARILAFQUEN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:10:45','1900-01-01 00:00:00',1,0,1),(14783,'12013','Lagundo','LAGUNDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14784,'14344','Lahad Datu','LAHAD DATU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14785,'20061','Lahaina','LAHAINA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14786,'9523','Lahania','LAHANIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14787,'30009','Lahaska','LAHASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:10:46','1900-01-01 00:00:00',1,0,1),(14788,'10745','Lahinch','LAHINCH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14789,'56','Lahn River Valley','LAHN RIVER VALLEY',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14790,'640','Lahnstein','LAHNSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14791,'39518','Lahntal-sarnau','LAHNTAL-SARNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14792,'38113','Laholm','LAHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14793,'15308','Lahore','LAHORE',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14794,'523','Lahr','LAHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14795,'4020','Lahti','LAHTI',NULL,'','Finland','',0,0,75,'2016-10-17 11:10:47','1900-01-01 00:00:00',1,0,1),(14796,'42089','Lai Chau','LAI CHAU',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14797,'9930','Lai Chi Kok','LAI CHI KOK',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14798,'41950','Laias','LAIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14799,'20062','Laie','LAIE',NULL,'','United States','',0,0,231,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14800,'5404','L\'aigle','L\'AIGLE',NULL,'','France','',0,0,76,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14801,'12014','Laigueglia','LAIGUEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14802,'11246','Lainate','LAINATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:48','1900-01-01 00:00:00',1,0,1),(14803,'15120','Laingholm','LAINGHOLM',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14804,'6102','Laissac','LAISSAC',NULL,'','France','',0,0,76,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14805,'37989','Laives','LAIVES',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14806,'15755','Lajas','LAJAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14807,'30738','Lajitas','LAJITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14808,'4327','Lake Annecy','LAKE ANNECY',NULL,'','France','',0,0,76,'2016-10-17 11:10:49','1900-01-01 00:00:00',1,0,1),(14809,'39612','Lake Ashino','LAKE ASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14810,'10075','Lake Balaton','LAKE BALATON',NULL,'','Hungary','',0,0,99,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14811,'35776','Lake Baringo','LAKE BARINGO',NULL,'','Kenya','',0,0,113,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14812,'16623','Lake Bled - Julian Alps','LAKE BLED - JULIAN ALPS',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:10:50','1900-01-01 00:00:00',1,0,1),(14813,'40583','Lake Bolsena','LAKE BOLSENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:10:51','1900-01-01 00:00:00',1,0,1),(14814,'26999','Lake Constance','LAKE CONSTANCE',NULL,'','Austria','',0,0,14,'2016-10-17 11:10:54','1900-01-01 00:00:00',1,0,1),(14815,'15121','Lake Karapiro','LAKE KARAPIRO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:10:58','1900-01-01 00:00:00',1,0,1),(14816,'16678','Lake Malaren','LAKE MALAREN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:10:59','1900-01-01 00:00:00',1,0,1),(14817,'17450','Lake Manyara','LAKE MANYARA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:10:59','1900-01-01 00:00:00',1,0,1),(14818,'3895','Lake Saimaa','LAKE SAIMAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:03','1900-01-01 00:00:00',1,0,1),(14819,'15374','Lake Titicaca - Puno Area','LAKE TITICACA - PUNO AREA',NULL,'','Peru','',0,0,172,'2016-10-17 11:11:04','1900-01-01 00:00:00',1,0,1),(14820,'1782','Lake Town Resort','LAKE TOWN RESORT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:11:04','1900-01-01 00:00:00',1,0,1),(14821,'34542','Lakefield','LAKEFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:06','1900-01-01 00:00:00',1,0,1),(14822,'28312','Lakehurst','LAKEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:11:06','1900-01-01 00:00:00',1,0,1),(14823,'4095','Lakemba','LAKEMBA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:11:07','1900-01-01 00:00:00',1,0,1),(14824,'19853','Lakemont','LAKEMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14825,'24636','Laken','LAKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14826,'18594','Lakeport','LAKEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14827,'18595','Lakeshore','LAKESHORE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:08','1900-01-01 00:00:00',1,0,1),(14828,'18596','Lakeside','LAKESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14829,'32472','Lakeside','LAKESIDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14830,'7163','Lakeside','LAKESIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:09','1900-01-01 00:00:00',1,0,1),(14831,'30012','Lakeville','LAKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:13','1900-01-01 00:00:00',1,0,1),(14832,'30745','Lakeway','LAKEWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:14','1900-01-01 00:00:00',1,0,1),(14833,'31535','Lakewood','LAKEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:11:14','1900-01-01 00:00:00',1,0,1),(14834,'16405','Lakhta','LAKHTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14835,'39808','Lakkopetra','LAKKOPETRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14836,'2297','Lakolk','LAKOLK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14837,'9524','Lakonia','LAKONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14838,'28066','Lakota','LAKOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:16','1900-01-01 00:00:00',1,0,1),(14839,'14883','Lakselv','LAKSELV',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14840,'40820','Lakshadweep','LAKSHADWEEP',NULL,'','India','',0,0,101,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14841,'38464','Lalacelle','LALACELLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14842,'43188','L\'aldosa','L\'ALDOSA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14843,'7164','Laleston','LALESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14844,'3865','Lalibela','LALIBELA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14845,'5198','Lalinde','LALINDE',NULL,'','France','',0,0,76,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14846,'12015','Lallio','LALLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:17','1900-01-01 00:00:00',1,0,1),(14847,'4954','L\'alpe-d\'huez','L\'ALPE-D\'HUEZ',NULL,'','France','',0,0,76,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14848,'242','Lam','LAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14849,'32332','Lamap','LAMAP',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14850,'27690','Lamar','LAMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:11:18','1900-01-01 00:00:00',1,0,1),(14851,'5552','Lamballe','LAMBALLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14852,'6845','Lambarene','LAMBARENE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14853,'43614','Lambari','LAMBARI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14854,'27691','Lambert - St. Louis International Airport (Stl)','LAMBERT - ST. LOUIS INTERNATIONAL AIRPORT (STL)',NULL,'','United States','',0,0,231,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14855,'32406','Lambert\'s Bay','LAMBERT\'S BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:19','1900-01-01 00:00:00',1,0,1),(14856,'28314','Lambertville','LAMBERTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14857,'6461','Lambesc','LAMBESC',NULL,'','France','',0,0,76,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14858,'8384','Lambeth','LAMBETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14859,'8385','Lambourn','LAMBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14860,'16083','Lamego','LAMEGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14861,'32317','Lamen Bay','LAMEN BAY',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:11:20','1900-01-01 00:00:00',1,0,1),(14862,'30746','Lamesa','LAMESA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14863,'40307','Lamesly','LAMESLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14864,'2667','L\'ametlla De Mar','L\'AMETLLA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14865,'35665','Lamezia Terme','LAMEZIA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14866,'4092','Lami','LAMI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14867,'9783','Lamia','LAMIA',NULL,'','Greece','Lamia',0,0,86,'2016-10-17 11:11:21','1900-01-01 00:00:00',1,0,1),(14868,'12016','Lamia','LAMIA',NULL,'','Italy','Lamia',0,0,107,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14869,'15038','Lamidanda','LAMIDANDA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14870,'42227','Lamington National Park','LAMINGTON NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14871,'9904','Lamma Island','LAMMA ISLAND',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14872,'21888','Lamoine Beach','LAMOINE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14873,'42796','Lamongan','LAMONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14874,'20234','Lamoni','LAMONI',NULL,'','United States','',0,0,231,'2016-10-17 11:11:22','1900-01-01 00:00:00',1,0,1),(14875,'19447','Lamont','LAMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14876,'5199','Lamothe','LAMOTHE',NULL,'','France','',0,0,76,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14877,'40427','Lamoura','LAMOURA',NULL,'','France','',0,0,76,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14878,'17059','Lampang','LAMPANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:11:23','1900-01-01 00:00:00',1,0,1),(14879,'30747','Lampasas','LAMPASAS',NULL,'','United States','',0,0,231,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14880,'5553','Lampaul-guimiliau','LAMPAUL-GUIMILIAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14881,'13001','Lampedusa','LAMPEDUSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14882,'446','Lampertheim','LAMPERTHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14883,'8386','Lampeter','LAMPETER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14884,'8387','Lamphey','LAMPHEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14885,'9525','Lampi','LAMPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:24','1900-01-01 00:00:00',1,0,1),(14886,'2668','L\'ampolla','L\'AMPOLLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14887,'41707','Lampoon','LAMPOON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14888,'12017','Lamporecchio','LAMPORECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14889,'43938','Lamu','LAMU',NULL,'','Kenya','',0,0,113,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14890,'28537','Lamy','LAMY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:25','1900-01-01 00:00:00',1,0,1),(14891,'24683','Lanaken','LANAKEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:11:26','1900-01-01 00:00:00',1,0,1),(14892,'20616','Lanark','LANARK',NULL,'','United States','',0,0,231,'2016-10-17 11:11:26','1900-01-01 00:00:00',1,0,1),(14893,'7165','Lanarkshire','LANARKSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14894,'42161','Lanaudiere','LANAUDIERE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14895,'7166','Lancashire','LANCASHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14896,'30355','Lancaster','LANCASTER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:27','1900-01-01 00:00:00',1,0,1),(14897,'1440','Lancaster','LANCASTER',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:11:29','1900-01-01 00:00:00',1,0,1),(14898,'35548','Lanciano','LANCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14899,'42728','L\'ancienne-lorette','L\'ANCIENNE-LORETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14900,'8390','Lancing','LANCING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14901,'4329','Lancon-de-provence','LANCON-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14902,'23052','Lancy','LANCY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:30','1900-01-01 00:00:00',1,0,1),(14903,'13746','Landaa Giraavaru','LANDAA GIRAAVARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14904,'18600','Landcaster Area','LANDCASTER AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14905,'24477','Landeck','LANDECK',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:31','1900-01-01 00:00:00',1,0,1),(14906,'5554','Landeda','LANDEDA',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14907,'32110','Lander','LANDER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14908,'5555','Landerneau','LANDERNEAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14909,'4330','Landes','LANDES',NULL,'','France','',0,0,76,'2016-10-17 11:11:32','1900-01-01 00:00:00',1,0,1),(14910,'14762','Landgraaf','LANDGRAAF',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14911,'31342','Landgrove','LANDGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14912,'5556','Landivisiau','LANDIVISIAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14913,'21725','Landover','LANDOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:33','1900-01-01 00:00:00',1,0,1),(14914,'6175','Landrethun-le-nord','LANDRETHUN-LE-NORD',NULL,'','France','',0,0,76,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14915,'30356','Landrum','LANDRUM',NULL,'','United States','',0,0,231,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14916,'1717','Landsberg','LANDSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:34','1900-01-01 00:00:00',1,0,1),(14917,'244','Landshut','LANDSHUT',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14918,'16868','Landskrona','LANDSKRONA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14919,'39638','Landstuhl','LANDSTUHL',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14920,'5557','Landudec','LANDUDEC',NULL,'','France','',0,0,76,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14921,'16885','Landvetter','LANDVETTER',NULL,'','Sweden','Landvetter',0,0,209,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14922,'34217','Lane Cove','LANE COVE',NULL,'','Australia','',0,0,13,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14923,'27423','Lanesboro','LANESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:35','1900-01-01 00:00:00',1,0,1),(14924,'8392','Laneshaw Bridge','LANESHAW BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14925,'5558','Lanester','LANESTER',NULL,'','France','',0,0,76,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14926,'17908','Lanett','LANETT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14927,'37086','Lang Co','LANG CO',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14928,'8393','Langbank','LANGBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14929,'7168','Langdale','LANGDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:36','1900-01-01 00:00:00',1,0,1),(14930,'28067','Langdon','LANGDON',NULL,'','United States','',0,0,231,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14931,'25331','Langdon','LANGDON',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14932,'41892','Langdorf','LANGDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14933,'5323','Langeac','LANGEAC',NULL,'','France','',0,0,76,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14934,'5651','Langeais','LANGEAIS',NULL,'','France','',0,0,76,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14935,'32473','Langebaan','LANGEBAAN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:37','1900-01-01 00:00:00',1,0,1),(14936,'27243','Langelsheim','LANGELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14937,'22582','Langenargen','LANGENARGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14938,'524','Langenfeld','LANGENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14939,'27000','Langenfeld','LANGENFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14940,'27245','Langenhagen','LANGENHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14941,'447','Langenselbold','LANGENSELBOLD',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14942,'42308','Langenthal','LANGENTHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14943,'40660','Langenzenn','LANGENZENN',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14944,'27246','Langeoog','LANGEOOG',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:38','1900-01-01 00:00:00',1,0,1),(14945,'5466','Langeron','LANGERON',NULL,'','France','',0,0,76,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14946,'15005','Langesund','LANGESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14947,'23806','Langfang','LANGFANG',NULL,'','China','',0,0,46,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14948,'9329','Langford Budville','LANGFORD BUDVILLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14949,'10342','Langgur','LANGGUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14950,'11254','Langhe Region','LANGHE REGION',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14951,'12019','Langhirano','LANGHIRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14952,'8394','Langholm','LANGHOLM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:39','1900-01-01 00:00:00',1,0,1),(14953,'16830','Langholmen','LANGHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14954,'30016','Langhorne','LANGHORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14955,'14285','Langkawi','LANGKAWI',NULL,'','Malaysia','Langkawi',0,0,132,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14956,'25','Langley','LANGLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14957,'31536','Langley','LANGLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:40','1900-01-01 00:00:00',1,0,1),(14958,'23053','Langnau Im Emmental','LANGNAU IM EMMENTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14959,'44067','Langogne','LANGOGNE',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14960,'2669','Langreo','LANGREO',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14961,'5734','Langres','LANGRES',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14962,'4896','Langueux','LANGUEUX',NULL,'','France','',0,0,76,'2016-10-17 11:11:41','1900-01-01 00:00:00',1,0,1),(14963,'39190','Langweiler','LANGWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14964,'21728','Lanham','LANHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14965,'3252','Lanjaron','LANJARON',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14966,'13747','Lankanfushi','LANKANFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14967,'525','Lank-latum','LANK-LATUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14968,'2002','Lankwitz','LANKWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14969,'37979','Lannach','LANNACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14970,'7169','Lanner','LANNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:42','1900-01-01 00:00:00',1,0,1),(14971,'5559','Lannion','LANNION',NULL,'','France','',0,0,76,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14972,'8395','Lanreath','LANREATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14973,'30017','Lansdale','LANSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14974,'34543','Lansdowne','LANSDOWNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14975,'21729','Lansdowne','LANSDOWNE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:43','1900-01-01 00:00:00',1,0,1),(14976,'59264','Lansdowne','LANSDOWNE',NULL,'','India','',0,0,101,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14977,'22137','L\'anse','L\'ANSE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14978,'14237','L\'anse Mitan','L\'ANSE MITAN',NULL,'','Martinique','',0,0,137,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14979,'25664','L\'anse-au-clair','L\'ANSE-AU-CLAIR',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14980,'32407','Lanseria','LANSERIA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14981,'28068','Lansford','LANSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:11:44','1900-01-01 00:00:00',1,0,1),(14982,'22138','Lansing','LANSING',NULL,'','United States','',0,0,231,'2016-10-17 11:11:45','1900-01-01 00:00:00',1,0,1),(14983,'4331','Lanslebourg - Val Cenis','LANSLEBOURG - VAL CENIS',NULL,'','France','',0,0,76,'2016-10-17 11:11:46','1900-01-01 00:00:00',1,0,1),(14984,'40032','Lanslevillard','LANSLEVILLARD',NULL,'','France','',0,0,76,'2016-10-17 11:11:46','1900-01-01 00:00:00',1,0,1),(14985,'19449','Lantana','LANTANA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14986,'9905','Lantau Island','LANTAU ISLAND',NULL,'','Hong Kong','Lantau Island',0,0,98,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14987,'23685','Lantian','LANTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14988,'39053','Lanton','LANTON',NULL,'','France','',0,0,76,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14989,'6462','Lantosque','LANTOSQUE',NULL,'','France','',0,0,76,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14990,'26075','Lanus','LANUS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:11:47','1900-01-01 00:00:00',1,0,1),(14991,'41418','Lanvallay','LANVALLAY',NULL,'','France','',0,0,76,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14992,'23704','Lanxi','LANXI',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14993,'42','Lanyang','LANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14994,'2670','Lanzarote','LANZAROTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14995,'35034','Lanzarote-costa Tegu','LANZAROTE-COSTA TEGU',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14996,'36183','Lanzarote-playa Blan','LANZAROTE-PLAYA BLAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14997,'36202','Lanzarote-puerto Del','LANZAROTE-PUERTO DEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14998,'35115','Lanzarote-yaiza','LANZAROTE-YAIZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(14999,'23849','Lanzhou','LANZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:11:48','1900-01-01 00:00:00',1,0,1),(15000,'39355','Lanzo Dintelvi','LANZO DINTELVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15001,'41095','Lao Cai','LAO CAI',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15002,'15538','Laoag','LAOAG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15003,'23830','Laohekou','LAOHEKOU',NULL,'','China','',0,0,46,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15004,'23604','Laohumiao','LAOHUMIAO',NULL,'','China','',0,0,46,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15005,'10746','Laois - Offaly','LAOIS - OFFALY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15006,'6306','Laon','LAON',NULL,'','France','',0,0,76,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15007,'16046','Lapa','LAPA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15008,'22140','Lapeer','LAPEER',NULL,'','United States','',0,0,231,'2016-10-17 11:11:49','1900-01-01 00:00:00',1,0,1),(15009,'4332','Lapeyrouse Mornay','LAPEYROUSE MORNAY',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15010,'1576','Lapland','LAPLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15011,'27692','Laplata','LAPLATA',NULL,'','United States','',0,0,231,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15012,'40202','Lapleau','LAPLEAU',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15013,'5200','Laplume','LAPLUME',NULL,'','France','',0,0,76,'2016-10-17 11:11:50','1900-01-01 00:00:00',1,0,1),(15014,'3978','Lappeenranta','LAPPEENRANTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15015,'22776','Laprairie','LAPRAIRIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15016,'43843','Lapta Mersin','LAPTA MERSIN',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15017,'15450','Lapu Lapu','LAPU LAPU',NULL,'','Philippines','',0,0,173,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15018,'4021','Lapua','LAPUA',NULL,'','Finland','',0,0,75,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15019,'12698','L\'aquila','L\'AQUILA',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15020,'41072','Lara','LARA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15021,'32111','Laramie','LARAMIE',NULL,'','United States','',0,0,231,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15022,'10352','Larantuka','LARANTUKA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:11:51','1900-01-01 00:00:00',1,0,1),(15023,'39136','Larbert','LARBERT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15024,'28905','Larchmont','LARCHMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15025,'42104','Larciano','LARCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15026,'43432','Lardos','LARDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15027,'30749','Laredo','LAREDO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:52','1900-01-01 00:00:00',1,0,1),(15028,'3126','Laredo','LAREDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15029,'23258','Laret','LARET',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15030,'21730','Largo','LARGO',NULL,'','United States','',0,0,231,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15031,'7170','Largs','LARGS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15032,'9770','Larisa','LARISA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:53','1900-01-01 00:00:00',1,0,1),(15033,'41643','Larissa','LARISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15034,'44176','Larissos','LARISSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15035,'7171','Larkfield','LARKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15036,'37911','Larkhall','LARKHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15037,'18601','Larkspur','LARKSPUR',NULL,'','United States','',0,0,231,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15038,'42735','Larmor Plage','LARMOR PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:11:54','1900-01-01 00:00:00',1,0,1),(15039,'5560','Larmor-plage','LARMOR-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15040,'24278','Larnaca','LARNACA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15041,'8396','Larne','LARNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15042,'21078','Larned','LARNED',NULL,'','United States','',0,0,231,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15043,'38874','Larrabetzu','LARRABETZU',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15044,'37771','Larressingle','LARRESSINGLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:55','1900-01-01 00:00:00',1,0,1),(15045,'17688','Larsen Bay','LARSEN BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:11:56','1900-01-01 00:00:00',1,0,1),(15046,'15025','Larvik','LARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:11:56','1900-01-01 00:00:00',1,0,1),(15047,'23543','Las Condes','LAS CONDES',NULL,'','Chile','',0,0,45,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15048,'15756','Las Croabas','LAS CROABAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15049,'2373','Las Galeras','LAS GALERAS',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15050,'42195','Las Grutas','LAS GRUTAS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15051,'32198','Las Piedras','LAS PIEDRAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:11:57','1900-01-01 00:00:00',1,0,1),(15052,'36281','La-salvetat-sur-agou','LA-SALVETAT-SUR-AGOU',NULL,'','France','',0,0,76,'2016-10-17 11:11:58','1900-01-01 00:00:00',1,0,1),(15053,'3712','Lasarte','LASARTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:11:58','1900-01-01 00:00:00',1,0,1),(15054,'2152','Lasby','LASBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15055,'6103','Lascabanes','LASCABANES',NULL,'','France','',0,0,76,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15056,'33189','Lascassas','LASCASSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15057,'5324','Lascelle','LASCELLE',NULL,'','France','',0,0,76,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15058,'16639','Lasko','LASKO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15059,'39981','Lassing','LASSING',NULL,'','Austria','',0,0,14,'2016-10-17 11:11:59','1900-01-01 00:00:00',1,0,1),(15060,'43433','Lassithi - Agios Nikolaos','LASSITHI - AGIOS NIKOLAOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15061,'43453','Lassithi-sissi','LASSITHI-SISSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15062,'37599','Lasso','LASSO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15063,'39039','Lasswade','LASSWADE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15064,'40050','Lastingham','LASTINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15065,'6838','Lastourville','LASTOURVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15066,'43841','Lastova','LASTOVA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15067,'42719','Lastovo','LASTOVO',NULL,'','Croatia','',0,0,55,'2016-10-17 11:12:00','1900-01-01 00:00:00',1,0,1),(15068,'12020','Lastra A Signa','LASTRA A SIGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15069,'3457','Lastrilla','LASTRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15070,'41880','Latacunga','LATACUNGA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15071,'16931','Latakia','LATAKIA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15072,'3333','Latas','LATAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15073,'38177','Latera','LATERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15074,'12021','Laterina','LATERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15075,'28906','Latham','LATHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:12:01','1900-01-01 00:00:00',1,0,1),(15076,'41157','Latheron','LATHERON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15077,'7172','Lathones','LATHONES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15078,'18602','Lathrop','LATHROP',NULL,'','United States','',0,0,231,'2016-10-17 11:12:02','1900-01-01 00:00:00',1,0,1),(15079,'4333','Lathus-saint-remy','LATHUS-SAINT-REMY',NULL,'','France','',0,0,76,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15080,'12974','Latignano','LATIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15081,'6343','Latille','LATILLE',NULL,'','France','',0,0,76,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15082,'8397','Latimer','LATIMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15083,'2673','Latina','LATINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:03','1900-01-01 00:00:00',1,0,1),(15084,'43668','Latrobe','LATROBE',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15085,'30018','Latrobe','LATROBE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15086,'40562','Latronquiere','LATRONQUIERE',NULL,'','France','',0,0,76,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15087,'39347','Latschach','LATSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15088,'30357','Latta','LATTA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:04','1900-01-01 00:00:00',1,0,1),(15089,'5927','Lattes','LATTES',NULL,'','France','',0,0,76,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15090,'39798','Lattrop','LATTROP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15091,'4058','Laucala Island','LAUCALA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15092,'22583','Lauda','LAUDA',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15093,'22584','Lauda-konigshofen','LAUDA-KONIGSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15094,'448','Laudenbach','LAUDENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15095,'39599','Lauder','LAUDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15096,'19451','Lauderdale-by-the-sea','LAUDERDALE-BY-THE-SEA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:05','1900-01-01 00:00:00',1,0,1),(15097,'721','Lauenburg','LAUENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15098,'44142','Lauenburg-elbe','LAUENBURG-ELBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15099,'40375','Lauenen','LAUENEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15100,'39611','Laugar','LAUGAR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15101,'41480','Laugarbakki','LAUGARBAKKI',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15102,'11002','Laugarvatn','LAUGARVATN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15103,'8398','Laugharne','LAUGHARNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15104,'32830','Laughlin','LAUGHLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:06','1900-01-01 00:00:00',1,0,1),(15105,'39111','Laughlintown','LAUGHLINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15106,'42780','Laujar De Andarax','LAUJAR DE ANDARAX',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15107,'40553','Laukaa','LAUKAA',NULL,'','Finland','',0,0,75,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15108,'38011','Laulasmaa','LAULASMAA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15109,'26849','Launceston','LAUNCESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:07','1900-01-01 00:00:00',1,0,1),(15110,'8399','Launceston','LAUNCESTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15111,'16026','Laundos','LAUNDOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15112,'20065','Laupahoehoe','LAUPAHOEHOE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15113,'22585','Laupheim','LAUPHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:08','1900-01-01 00:00:00',1,0,1),(15114,'30019','Laureldale','LAURELDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15115,'30359','Laurens','LAURENS',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15116,'42163','Laurentides','LAURENTIDES',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15117,'38889','Lauria','LAURIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15118,'27693','Laurie','LAURIE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:11','1900-01-01 00:00:00',1,0,1),(15119,'33913','Laurinburg','LAURINBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15120,'22141','Laurium','LAURIUM',NULL,'','United States','',0,0,231,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15121,'12022','Lauro','LAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:12','1900-01-01 00:00:00',1,0,1),(15122,'1977','Lauscha','LAUSCHA',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15123,'5325','Laussonne','LAUSSONNE',NULL,'','France','',0,0,76,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15124,'44143','Lautenbach','LAUTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15125,'58','Lauterbach','LAUTERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15126,'23457','Lauterbrunnen','LAUTERBRUNNEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15127,'4098','Lautoka','LAUTOKA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15128,'3896','Lauttasaari Island','LAUTTASAARI ISLAND',NULL,'','Finland','',0,0,75,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15129,'22777','L\'auvergne','L\'AUVERGNE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:13','1900-01-01 00:00:00',1,0,1),(15130,'39077','Lauzerte','LAUZERTE',NULL,'','France','',0,0,76,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15131,'12023','Lavagna','LAVAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15132,'22778','Laval','LAVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15133,'21732','Lavale','LAVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:14','1900-01-01 00:00:00',1,0,1),(15134,'11256','Lavarone','LAVARONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15135,'39460','Lavasa','LAVASA',NULL,'','India','Lavasa',5,0,101,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15136,'6104','Lavaur','LAVAUR',NULL,'','France','',0,0,76,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15137,'8400','Lavenham','LAVENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15138,'13022','Laveno Mombello','LAVENO MOMBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15139,'26250','Lavers Hill','LAVERS HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15140,'26912','Laverton','LAVERTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:15','1900-01-01 00:00:00',1,0,1),(15141,'11025','Lavi','LAVI',NULL,'','Israel','',0,0,106,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15142,'34218','Lavington','LAVINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15143,'12024','Lavis','LAVIS',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15144,'19854','Lavonia','LAVONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15145,'39837','Lavoute-chilhac','LAVOUTE-CHILHAC',NULL,'','France','',0,0,76,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15146,'37917','Lavris','LAVRIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:16','1900-01-01 00:00:00',1,0,1),(15147,'20066','Lawai','LAWAI',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15148,'14376','Lawas','LAWAS',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15149,'18603','Lawndale','LAWNDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15150,'21409','Lawrence','LAWRENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:17','1900-01-01 00:00:00',1,0,1),(15151,'33670','Lawrenceburg','LAWRENCEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:19','1900-01-01 00:00:00',1,0,1),(15152,'31142','Lawrenceville','LAWRENCEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:20','1900-01-01 00:00:00',1,0,1),(15153,'32920','Lawton','LAWTON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15154,'2674','Laxe','LAXE',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15155,'6037','Laxou','LAXOU',NULL,'','France','',0,0,76,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15156,'7173','Laxton','LAXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15157,'3411','Layos','LAYOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:21','1900-01-01 00:00:00',1,0,1),(15158,'4334','Lazaret','LAZARET',NULL,'','France','',0,0,76,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15159,'14098','Lazaro Cardenas','LAZARO CARDENAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15160,'38951','Laze V Tuhinju','LAZE V TUHINJU',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15161,'39749','Lazise','LAZISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15162,'12025','Lazzaro','LAZZARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:22','1900-01-01 00:00:00',1,0,1),(15163,'14238','Le Carbet','LE CARBET',NULL,'','Martinique','',0,0,137,'2016-10-17 11:12:24','1900-01-01 00:00:00',1,0,1),(15164,'9383','Le Gosier','LE GOSIER',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:12:26','1900-01-01 00:00:00',1,0,1),(15165,'33022','Lead','LEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:32','1900-01-01 00:00:00',1,0,1),(15166,'33477','Leadville','LEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15167,'25608','Leaf Rapids','LEAF RAPIDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15168,'41156','Leafield','LEAFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15169,'30750','League City','LEAGUE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:12:33','1900-01-01 00:00:00',1,0,1),(15170,'19452','Lealman','LEALMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15171,'34544','Leamington','LEAMINGTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15172,'36321','Leamington Spa','LEAMINGTON SPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15173,'26518','Learmonth','LEARMONTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15174,'34545','Leaside','LEASIDE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15175,'8402','Leatherhead','LEATHERHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:34','1900-01-01 00:00:00',1,0,1),(15176,'21080','Leavenworth','LEAVENWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:12:35','1900-01-01 00:00:00',1,0,1),(15177,'21081','Leawood','LEAWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15178,'15678','Leba','LEBA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15179,'29697','Lebanon','LEBANON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:36','1900-01-01 00:00:00',1,0,1),(15180,'60','Lebbenau','LEBBENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15181,'18604','Lebec','LEBEC',NULL,'','United States','',0,0,231,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15182,'39124','Leca Da Palmeira','LECA DA PALMEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:40','1900-01-01 00:00:00',1,0,1),(15183,'19453','Lecanto','LECANTO',NULL,'','United States','',0,0,231,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15184,'12807','Lecce','LECCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15185,'35573','Lecce-merine','LECCE-MERINE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15186,'12932','Lecco','LECCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15187,'27001','Lech','LECH',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15188,'24478','Lechaschau','LECHASCHAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:41','1900-01-01 00:00:00',1,0,1),(15189,'43236','Lecherias','LECHERIAS',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15190,'39239','Lechishchevo','LECHISHCHEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15191,'44069','Lecousse','LECOUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15192,'39226','Leczyca','LECZYCA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15193,'7174','Ledaig','LEDAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15194,'30751','Ledbetter','LEDBETTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15195,'8403','Ledbury','LEDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:42','1900-01-01 00:00:00',1,0,1),(15196,'27077','Ledenitzen','LEDENITZEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15197,'28317','Ledgewood','LEDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15198,'9264','Ledsham','LEDSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15199,'25332','Leduc','LEDUC',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15200,'19099','Ledyard Center','LEDYARD CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:43','1900-01-01 00:00:00',1,0,1),(15201,'17909','Leeds','LEEDS',NULL,'','United States','',0,0,231,'2016-10-17 11:12:44','1900-01-01 00:00:00',1,0,1),(15202,'1319','Leeds','LEEDS',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15203,'784','Leegebruch','LEEGEBRUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15204,'39251','Leenane','LEENANE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15205,'14600','Leende','LEENDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15206,'61','Leer','LEER',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15207,'27695','Lees Summit','LEES SUMMIT',NULL,'','United States','',0,0,231,'2016-10-17 11:12:45','1900-01-01 00:00:00',1,0,1),(15208,'31144','Leesburg','LEESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:12:46','1900-01-01 00:00:00',1,0,1),(15209,'21223','Leesville','LEESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:46','1900-01-01 00:00:00',1,0,1),(15210,'34219','Leeton','LEETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15211,'14514','Leeuwarden','LEEUWARDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15212,'38358','Leffe','LEFFE',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15213,'9829','Lefkada','LEFKADA',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15214,'38762','Lefkara','LEFKARA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15215,'43041','Lefkas','LEFKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15216,'43454','Lefkimi','LEFKIMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15217,'9777','Lefkimmi','LEFKIMMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:47','1900-01-01 00:00:00',1,0,1),(15218,'39596','Lefkos','LEFKOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15219,'2999','Leganes','LEGANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15220,'15503','Legaspi','LEGASPI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15221,'42954','Legazpi City','LEGAZPI CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15222,'526','Legden','LEGDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15223,'40638','Lège-cap-ferret','LÈGE-CAP-FERRET',NULL,'','France','',0,0,76,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15224,'14515','Legemeer','LEGEMEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15225,'41624','Legian','LEGIAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15226,'38300','Legnago','LEGNAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:48','1900-01-01 00:00:00',1,0,1),(15227,'12027','Legnano','LEGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15228,'15650','Legnica','LEGNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15229,'10643','Leh','LEH',NULL,'','India','',0,0,101,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15230,'33353','Lehi','LEHI',NULL,'','United States','',0,0,231,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15231,'19456','Lehigh Acres','LEHIGH ACRES',NULL,'','United States','',0,0,231,'2016-10-17 11:12:49','1900-01-01 00:00:00',1,0,1),(15232,'30022','Lehighton','LEHIGHTON',NULL,'','United States','',0,0,231,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15233,'27247','Lehrte','LEHRTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15234,'9931','Lei Yue Mun','LEI YUE MUN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15235,'43763','Leibnitz','LEIBNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15236,'33914','Leicester','LEICESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15237,'1433','Leicester','LEICESTER',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:12:50','1900-01-01 00:00:00',1,0,1),(15238,'34220','Leichhardt','LEICHHARDT',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15239,'14718','Leiden','LEIDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15240,'14719','Leiderdorp','LEIDERDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15241,'14720','Leidschendam','LEIDSCHENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15242,'14471','Leidseplein','LEIDSEPLEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15243,'8406','Leighton Buzzard','LEIGHTON BUZZARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15244,'36479','Leikanger','LEIKANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15245,'22586','Leimen','LEIMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15246,'62','Leinfelden','LEINFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:51','1900-01-01 00:00:00',1,0,1),(15247,'1721','Leinfelden-echterdin','LEINFELDEN-ECHTERDIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15248,'43536','Leinfelden-echterdingen','LEINFELDEN-ECHTERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15249,'39735','Leinì','LEINÌ',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15250,'26251','Leinster','LEINSTER',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15251,'39920','Leintwardine','LEINTWARDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15252,'63','Leipheim','LEIPHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15253,'15976','Leiria','LEIRIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:12:52','1900-01-01 00:00:00',1,0,1),(15254,'2473','Leiro','LEIRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15255,'23264','Leissigen','LEISSIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15256,'8407','Leiston','LEISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15257,'33673','Leitchfield','LEITCHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15258,'41851','Leitrim','LEITRIM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15259,'34546','Leitrim','LEITRIM',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:53','1900-01-01 00:00:00',1,0,1),(15260,'10715','Leixlip','LEIXLIP',NULL,'','Ireland','',0,0,105,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15261,'24050','Lekana','LEKANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15262,'3713','Lekeitio','LEKEITIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15263,'14721','Lekkerkerk','LEKKERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15264,'14936','Leknes','LEKNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15265,'39501','Leksand','LEKSAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15266,'22142','Leland','LELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15267,'38663','Lelex','LELEX',NULL,'','France','',0,0,76,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15268,'42187','L\'eliana','L\'ELIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15269,'6829','Lelu Village','LELU VILLAGE',NULL,'','Micronesia, FS Of','',0,0,143,'2016-10-17 11:12:54','1900-01-01 00:00:00',1,0,1),(15270,'14758','Lelystad','LELYSTAD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15271,'10134','Lembongan','LEMBONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15272,'27248','Lembruch','LEMBRUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15273,'40195','Lemgo','LEMGO',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15274,'43397','Lemnos','LEMNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15275,'43727','Lemoiz','LEMOIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:12:55','1900-01-01 00:00:00',1,0,1),(15276,'18608','Lemoore','LEMOORE',NULL,'','United States','',0,0,231,'2016-10-17 11:12:56','1900-01-01 00:00:00',1,0,1),(15277,'2277','Lemvig','LEMVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:12:56','1900-01-01 00:00:00',1,0,1),(15278,'25042','Lencois','LENCOIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15279,'41606','Lendava','LENDAVA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15280,'21083','Lenexa','LENEXA',NULL,'','United States','',0,0,231,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15281,'245','Lengenfeld','LENGENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15282,'27002','Lengenlois','LENGENLOIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15283,'246','Lenggries','LENGGRIES',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15284,'39344','Lengnau','LENGNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:57','1900-01-01 00:00:00',1,0,1),(15285,'8409','Lenham','LENHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15286,'12028','Leni','LENI',NULL,'','Italy','',0,0,107,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15287,'16332','Lenino','LENINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15288,'23265','Lenk','LENK',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15289,'527','Lennestadt','LENNESTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15290,'43944','Lenningen','LENNINGEN',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15291,'18609','Lennox','LENNOX',NULL,'','United States','',0,0,231,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15292,'34792','Lennox Head','LENNOX HEAD',NULL,'','Australia','',0,0,13,'2016-10-17 11:12:58','1900-01-01 00:00:00',1,0,1),(15293,'37181','Lennoxtown','LENNOXTOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15294,'22779','Lennoxville','LENNOXVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15295,'33915','Lenoir','LENOIR',NULL,'','United States','',0,0,231,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15296,'33193','Lenox','LENOX',NULL,'','United States','',0,0,231,'2016-10-17 11:12:59','1900-01-01 00:00:00',1,0,1),(15297,'43093','Lensois','LENSOIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15298,'6652','Lentilly','LENTILLY',NULL,'','France','',0,0,76,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15299,'39945','Lentini','LENTINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15300,'23428','Lenzburg','LENZBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15301,'23266','Lenzerheide','LENZERHEIDE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15302,'24424','Leoben','LEOBEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15303,'24548','Leogang','LEOGANG',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:01','1900-01-01 00:00:00',1,0,1),(15304,'30023','Leola','LEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15305,'21412','Leominster','LEOMINSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15306,'8410','Leominster','LEOMINSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15307,'13989','Leon','LEON',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:02','1900-01-01 00:00:00',1,0,1),(15308,'14445','Leon','LEON',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15309,'30752','Leon Valley','LEON VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15310,'13830','Leon, Baja','LEON, BAJA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15311,'13904','Leona Vicario','LEONA VICARIO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15312,'247','Leonberg','LEONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:03','1900-01-01 00:00:00',1,0,1),(15313,'26597','Leonora','LEONORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15314,'21084','Leoti','LEOTI',NULL,'','United States','',0,0,231,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15315,'3255','Lepe','LEPE',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15316,'5735','Lepine','LEPINE',NULL,'','France','',0,0,76,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15317,'37369','Leporano','LEPORANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15318,'38814','Leppavirta','LEPPAVIRTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15319,'9684','Leptokaria','LEPTOKARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:04','1900-01-01 00:00:00',1,0,1),(15320,'39496','Lequile','LEQUILE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15321,'13831','Lerdo','LERDO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15322,'10240','Lereh','LEREH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15323,'13627','Leribe','LERIBE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15324,'12029','Lerici','LERICI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15325,'36149','Lerida','LERIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15326,'13905','Lerma','LERMA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15327,'2676','Lerma','LERMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15328,'24479','Lermoos','LERMOOS',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15329,'9824','Leros','LEROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15330,'16886','Lerum','LERUM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15331,'8411','Lerwick','LERWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:05','1900-01-01 00:00:00',1,0,1),(15332,'38243','Les Coteaux','LES COTEAUX',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:13:07','1900-01-01 00:00:00',1,0,1),(15333,'25879','Les Escaldes','LES ESCALDES',NULL,'','Andorra','',0,0,5,'2016-10-17 11:13:07','1900-01-01 00:00:00',1,0,1),(15334,'43764','Lesachtal','LESACHTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15335,'2677','Lesaka','LESAKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15336,'39610','Lescala','LESCALA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15337,'5207','Lescar','LESCAR',NULL,'','France','',0,0,76,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15338,'23994','Leshan','LESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:13:10','1900-01-01 00:00:00',1,0,1),(15339,'5856','Lesigny','LESIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15340,'32373','Leskovac','LESKOVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15341,'4741','Les-loges-en-josas','LES-LOGES-EN-JOSAS',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15342,'44072','Lesmenils','LESMENILS',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15343,'11258','Lesmo','LESMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15344,'13623','Lesobeng','LESOBENG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15345,'5208','Lesparre-medoc','LESPARRE-MEDOC',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15346,'5209','Lesperon','LESPERON',NULL,'','France','',0,0,76,'2016-10-17 11:13:11','1900-01-01 00:00:00',1,0,1),(15347,'2678','L\'espluga De Francoli','L\'ESPLUGA DE FRANCOLI',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15348,'6177','Lesquin','LESQUIN',NULL,'','France','',0,0,76,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15349,'9365','Les-saintes','LES-SAINTES',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15350,'41576','Lestartit','LESTARTIT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15351,'2948','L\'estartit','L\'ESTARTIT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15352,'40038','Lestelle-betharram','LESTELLE-BETHARRAM',NULL,'','France','',0,0,76,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15353,'30024','Lester','LESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:12','1900-01-01 00:00:00',1,0,1),(15354,'9528','Lesvos','LESVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15355,'39939','Leszno','LESZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15356,'8412','Letchworth','LETCHWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15357,'8413','Letcombe Regis','LETCOMBE REGIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15358,'8414','Letham','LETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15359,'25334','Lethbridge','LETHBRIDGE',NULL,'','Canada','Lethbridge',0,0,39,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15360,'24087','Leticia','LETICIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:13:13','1900-01-01 00:00:00',1,0,1),(15361,'11259','Letojanni','LETOJANNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15362,'32574','Letsitele','LETSITELE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15363,'11260','Lettere','LETTERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15364,'10868','Letterfrack','LETTERFRACK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15365,'10962','Letterkenny','LETTERKENNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15366,'5931','Leuc','LEUC',NULL,'','France','',0,0,76,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15367,'12030','Leuca','LEUCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15368,'18611','Leucadia','LEUCADIA',NULL,'','United States','',0,0,231,'2016-10-17 11:13:14','1900-01-01 00:00:00',1,0,1),(15369,'8415','Leuchars','LEUCHARS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15370,'23269','Leukerbad','LEUKERBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15372,'42370','Leusden','LEUSDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15373,'14683','Leusden-centrum','LEUSDEN-CENTRUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15374,'24549','Leutasch','LEUTASCH',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15375,'24425','Leutschach','LEUTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15376,'40969','Leuven','LEUVEN',NULL,'','Belgium','Leuven',0,0,21,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15377,'43059','Levadia','LEVADIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15378,'41712','Levallois Perret','LEVALLOIS PERRET',NULL,'','France','',0,0,76,'2016-10-17 11:13:15','1900-01-01 00:00:00',1,0,1),(15379,'5133','Levallois-perret','LEVALLOIS-PERRET',NULL,'','France','',0,0,76,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15380,'35552','Levane','LEVANE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15381,'14937','Levanger','LEVANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15382,'12031','Levanto','LEVANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15383,'37419','Levanzo','LEVANZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15384,'30753','Levelland','LEVELLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:13:16','1900-01-01 00:00:00',1,0,1),(15385,'17689','Levelock','LEVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15386,'21413','Leverett','LEVERETT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15387,'528','Leverkusen','LEVERKUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15388,'5468','Levernois','LEVERNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:13:17','1900-01-01 00:00:00',1,0,1),(15389,'3897','Levi','LEVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15390,'12032','Levico Terme','LEVICO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15391,'15212','Levin','LEVIN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15392,'22780','Levis','LEVIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15393,'30025','Levittown','LEVITTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:18','1900-01-01 00:00:00',1,0,1),(15394,'9529','Levkas','LEVKAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15395,'9821','Levktra','LEVKTRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15396,'42053','Levoca','LEVOCA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15397,'28911','Lewbeach','LEWBEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15398,'7178','Lewdown','LEWDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15399,'8417','Lewes','LEWES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:19','1900-01-01 00:00:00',1,0,1),(15400,'19226','Lewes','LEWES',NULL,'','United States','',0,0,231,'2016-10-17 11:13:20','1900-01-01 00:00:00',1,0,1),(15401,'32003','Lewisburg','LEWISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:13:20','1900-01-01 00:00:00',1,0,1),(15402,'8418','Lewisham','LEWISHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:21','1900-01-01 00:00:00',1,0,1),(15403,'33674','Lewisport','LEWISPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:21','1900-01-01 00:00:00',1,0,1),(15404,'27993','Lewistown','LEWISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:23','1900-01-01 00:00:00',1,0,1),(15405,'30754','Lewisville','LEWISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:24','1900-01-01 00:00:00',1,0,1),(15406,'10241','Lewoleba','LEWOLEBA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:13:24','1900-01-01 00:00:00',1,0,1),(15407,'31145','Lexington','LEXINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:25','1900-01-01 00:00:00',1,0,1),(15408,'8419','Leyburn','LEYBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:29','1900-01-01 00:00:00',1,0,1),(15409,'33478','Leyden','LEYDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:29','1900-01-01 00:00:00',1,0,1),(15410,'9321','Leyland','LEYLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15411,'23270','Leysin','LEYSIN',NULL,'','Switzerland','Leysin',0,0,210,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15412,'8420','Leyton','LEYTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15413,'41380','Lezama','LEZAMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15414,'6178','Lezennes','LEZENNES',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15415,'5932','Lezignan-corbieres','LEZIGNAN-CORBIERES',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15416,'15621','Lezno','LEZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15417,'5327','Lezoux','LEZOUX',NULL,'','France','',0,0,76,'2016-10-17 11:13:30','1900-01-01 00:00:00',1,0,1),(15418,'12033','Lezzeno','LEZZENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15419,'23847','Lhasa','LHASA',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15420,'4360','Lhermitage-lorge','LHERMITAGE-LORGE',NULL,'','France','',0,0,76,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15421,'2937','L\'hospitalet De Llobregat','L\'HOSPITALET DE LLOBREGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15422,'15489','Lian','LIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15423,'23771','Lianfeng','LIANFENG',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15424,'42982','Liano','LIANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15425,'16394','Lianozovo','LIANOZOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15426,'23743','Lianyungang','LIANYUNGANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:31','1900-01-01 00:00:00',1,0,1),(15427,'23967','Liaobu','LIAOBU',NULL,'','China','',0,0,46,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15428,'43825','Liaocheng','LIAOCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15429,'5736','Liart','LIART',NULL,'','France','',0,0,76,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15430,'27994','Libby','LIBBY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15431,'39276','Libechov','LIBECHOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15432,'21085','Liberal','LIBERAL',NULL,'','United States','',0,0,231,'2016-10-17 11:13:32','1900-01-01 00:00:00',1,0,1),(15433,'24346','Liberec','LIBEREC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15434,'24217','Liberia','LIBERIA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15435,'8421','Liberton','LIBERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15436,'27697','Liberty','LIBERTY',NULL,'','United States','',0,0,231,'2016-10-17 11:13:33','1900-01-01 00:00:00',1,0,1),(15437,'20623','Libertyville','LIBERTYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15438,'4929','Libourne','LIBOURNE',NULL,'','France','',0,0,76,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15439,'24700','Libramont','LIBRAMONT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15440,'6835','Libreville','LIBREVILLE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:13:36','1900-01-01 00:00:00',1,0,1),(15441,'3034','Librilla','LIBRILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15442,'8422','Lichfield','LICHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15443,'14223','Lichinga','LICHINGA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15444,'529','Lichtenau','LICHTENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15445,'248','Lichtenberg','LICHTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15446,'249','Lichtenfels','LICHTENFELS',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:37','1900-01-01 00:00:00',1,0,1),(15447,'2003','Lichtenrade','LICHTENRADE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15448,'2056','Lichtenstein','LICHTENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15449,'64','Lichtenwalde','LICHTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15450,'785','Lichterfelde','LICHTERFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15451,'30028','Lickdale','LICKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:38','1900-01-01 00:00:00',1,0,1),(15452,'27698','Licking','LICKING',NULL,'','United States','',0,0,231,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15453,'12035','Licodia Eubea','LICODIA EUBEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15454,'11261','Licola Mare','LICOLA MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15455,'34222','Lidcombe','LIDCOMBE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15456,'16831','Lidingo','LIDINGO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15457,'16887','Lidkoping','LIDKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15458,'28915','Lido Beach','LIDO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:13:39','1900-01-01 00:00:00',1,0,1),(15459,'786','Liebenwalde','LIEBENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15460,'530','Lieberhausen','LIEBERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15461,'13584','Liechtenstein','LIECHTENSTEIN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15462,'24675','Liege','LIEGE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15463,'4001','Lieksa','LIEKSA',NULL,'','Finland','',0,0,75,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15464,'3127','Liencres','LIENCRES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:40','1900-01-01 00:00:00',1,0,1),(15465,'39625','Liendo','LIENDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15466,'24480','Lienz','LIENZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15467,'36382','Liepaja','LIEPAJA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15468,'13662','Liepaya','LIEPAYA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15469,'40424','Lier','LIER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15470,'41435','Lierganes','LIERGANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15471,'27078','Liesing','LIESING',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15472,'5777','Liesle','LIESLE',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15473,'23271','Liestal','LIESTAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15474,'38483','Lieu-dit Favone','LIEU-DIT FAVONE',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15475,'5857','Lieusaint','LIEUSAINT',NULL,'','France','',0,0,76,'2016-10-17 11:13:41','1900-01-01 00:00:00',1,0,1),(15476,'24426','Liezen','LIEZEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15477,'6040','Liezey','LIEZEY',NULL,'','France','',0,0,76,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15478,'41517','Lifford','LIFFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15479,'5567','Liffre','LIFFRE',NULL,'','France','',0,0,76,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15480,'14423','Lifou','LIFOU',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15481,'8423','Lifton','LIFTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15482,'17112','Lifuka Island','LIFUKA ISLAND',NULL,'','Tonga','',0,0,218,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15483,'31147','Lightfoot','LIGHTFOOT',NULL,'','United States','',0,0,231,'2016-10-17 11:13:42','1900-01-01 00:00:00',1,0,1),(15484,'34223','Lightning Ridge','LIGHTNING RIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15485,'5933','Lignan-sur-orb','LIGNAN-SUR-ORB',NULL,'','France','',0,0,76,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15486,'5737','Lignon','LIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15487,'30029','Ligonier','LIGONIER',NULL,'','United States','',0,0,231,'2016-10-17 11:13:43','1900-01-01 00:00:00',1,0,1),(15488,'16441','Ligovo','LIGOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15489,'6345','Liguge','LIGUGE',NULL,'','France','',0,0,76,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15490,'41812','Ligure','LIGURE',NULL,'','France','',0,0,76,'2016-10-17 11:13:44','1900-01-01 00:00:00',1,0,1),(15491,'23816','Lijiang','LIJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15492,'43547','Lijnden','LIJNDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15493,'14157','Likiep','LIKIEP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15494,'14273','Likoma Island','LIKOMA ISLAND',NULL,'','Malawi','',0,0,131,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15495,'19857','Lilburn','LILBURN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15496,'4879','L\'ile D\'aix','L\'ILE D\'AIX',NULL,'','France','',0,0,76,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15497,'39697','Lile-rousse','LILE-ROUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:13:45','1900-01-01 00:00:00',1,0,1),(15498,'27249','Lilienthal','LILIENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15499,'16832','Liljeholmen','LILJEHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15500,'16833','Lilla Essingen','LILLA ESSINGEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15501,'10095','Lillafured','LILLAFURED',NULL,'','Hungary','',0,0,99,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15502,'5006','Lille','LILLE',NULL,'','France','',0,0,76,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15503,'14947','Lillehammer','LILLEHAMMER',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15504,'14859','Lillesand','LILLESAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15505,'14850','Lillestrom','LILLESTROM',NULL,'','Norway','',0,0,164,'2016-10-17 11:13:46','1900-01-01 00:00:00',1,0,1),(15506,'33919','Lillington','LILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15507,'37245','Lillooet','LILLOOET',NULL,'','Canada','',0,0,39,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15508,'14277','Lilongwe','LILONGWE',NULL,'','Malawi','',0,0,131,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15509,'26416','Lilydale','LILYDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:13:47','1900-01-01 00:00:00',1,0,1),(15510,'24281','Limassol','LIMASSOL',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15511,'8424','Limavady','LIMAVADY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15512,'4742','Limay','LIMAY',NULL,'','France','',0,0,76,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15513,'14377','Limbang','LIMBANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15514,'24014','Limbe','LIMBE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15515,'24587','Limbergse Kempen','LIMBERGSE KEMPEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15516,'12037','Limbiate','LIMBIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:48','1900-01-01 00:00:00',1,0,1),(15517,'24588','Limburg','LIMBURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15518,'250','Limburg','LIMBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15519,'641','Limburgerhof','LIMBURGERHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15520,'25089','Limeira','LIMEIRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:13:49','1900-01-01 00:00:00',1,0,1),(15521,'24637','Limelette','LIMELETTE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15522,'9685','Limenaria','LIMENARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15523,'5655','Limeray','LIMERAY',NULL,'','France','',0,0,76,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15524,'10898','Limerick','LIMERICK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15525,'37664','Limerick','LIMERICK',NULL,'','United States','',0,0,231,'2016-10-17 11:13:50','1900-01-01 00:00:00',1,0,1),(15526,'33196','Limestone Cove','LIMESTONE COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15527,'11263','Limito','LIMITO',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15528,'1429','Limoge','LIMOGE',NULL,'','FRANCE','',0,0,76,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15529,'6008','Limoges','LIMOGES',NULL,'','France','',0,0,76,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15530,'33479','Limon','LIMON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:51','1900-01-01 00:00:00',1,0,1),(15531,'24174','Limon','LIMON',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15532,'15341','Limon Bay','LIMON BAY',NULL,'','Panama','',0,0,169,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15533,'12038','Limone Piemonte','LIMONE PIEMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15534,'6658','Limonest','LIMONEST',NULL,'','France','',0,0,76,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15535,'5656','Limoux','LIMOUX',NULL,'','France','',0,0,76,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15536,'36152','Limpias','LIMPIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15537,'8425','Limpley Stoke','LIMPLEY STOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:13:52','1900-01-01 00:00:00',1,0,1),(15538,'1439','Limpopo- Kruger Area','LIMPOPO- KRUGER AREA',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15539,'27135','Lina','LINA',NULL,'','Austria','',0,0,14,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15540,'23705','Lin\'an','LIN\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15541,'3091','Linares','LINARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15542,'34820','Linares','LINARES',NULL,'','Chile','',0,0,45,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15543,'41846','Linas','LINAS',NULL,'','France','',0,0,76,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15544,'43472','Linate','LINATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15545,'23947','Lincang','LINCANG',NULL,'','China','',0,0,46,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15546,'15410','Lince','LINCE',NULL,'','Peru','',0,0,172,'2016-10-17 11:13:53','1900-01-01 00:00:00',1,0,1),(15547,'21415','Lincoln','LINCOLN',NULL,'','United States','',0,0,231,'2016-10-17 11:13:54','1900-01-01 00:00:00',1,0,1),(15548,'28916','Lincolndale','LINCOLNDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:58','1900-01-01 00:00:00',1,0,1),(15549,'20625','Lincolnshire','LINCOLNSHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:58','1900-01-01 00:00:00',1,0,1),(15550,'33920','Lincolnton','LINCOLNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:13:59','1900-01-01 00:00:00',1,0,1),(15551,'21890','Lincolnville','LINCOLNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:13:59','1900-01-01 00:00:00',1,0,1),(15552,'20626','Lincolnwood','LINCOLNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15553,'16101','Linda A Velha','LINDA A VELHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15554,'16003','Linda-a-pastora','LINDA-A-PASTORA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15555,'30758','Lindale','LINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15556,'8427','Lindale','LINDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15557,'14898','Lindas','LINDAS',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:00','1900-01-01 00:00:00',1,0,1),(15558,'251','Lindberg','LINDBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15559,'37079','Lindbergh Bay','LINDBERGH BAY',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15560,'26252','Lindeman Island','LINDEMAN ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15561,'28318','Linden','LINDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:14:01','1900-01-01 00:00:00',1,0,1),(15562,'32575','Linden','LINDEN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15563,'28917','Lindenhurst','LINDENHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15564,'28319','Lindenwold','LINDENWOLD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:02','1900-01-01 00:00:00',1,0,1),(15565,'1978','Linderbach','LINDERBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15566,'44024','Lindesnes','LINDESNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15567,'17461','Lindi','LINDI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15568,'39705','Lindlar','LINDLAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15569,'9802','Lindos','LINDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15570,'14807','Lindoya','LINDOYA',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15571,'34547','Lindsay','LINDSAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15572,'18614','Lindsay','LINDSAY',NULL,'','United States','',0,0,231,'2016-10-17 11:14:03','1900-01-01 00:00:00',1,0,1),(15573,'21087','Lindsborg','LINDSBORG',NULL,'','United States','',0,0,231,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15574,'23917','Linfen','LINFEN',NULL,'','China','',0,0,46,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15575,'23938','Lingao','LINGAO',NULL,'','China','',0,0,46,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15576,'24569','Lingenau','LINGENAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15577,'40685','Lingfield','LINGFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:04','1900-01-01 00:00:00',1,0,1),(15578,'6771','Lingolsheim','LINGOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15579,'23873','Lingshui','LINGSHUI',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15580,'12040','Linguaglossa','LINGUAGLOSSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15581,'23706','Linhai','LINHAI',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15582,'23879','Linhe','LINHE',NULL,'','China','',0,0,46,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15583,'4361','Linieres Bouton','LINIERES BOUTON',NULL,'','France','',0,0,76,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15584,'16768','Linkoping','LINKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15585,'8428','Linlithgow','LINLITHGOW',NULL,'','United Kingdom','Linlithgow',0,0,229,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15586,'27700','Linn','LINN',NULL,'','United States','',0,0,231,'2016-10-17 11:14:05','1900-01-01 00:00:00',1,0,1),(15587,'27425','Lino Lakes','LINO LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:14:06','1900-01-01 00:00:00',1,0,1),(15588,'9530','Linoperamata','LINOPERAMATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15589,'25208','Lins','LINS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15590,'1828','Linstow','LINSTOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15591,'1502','Linthicum','LINTHICUM',NULL,'','United States','',0,0,231,'2016-10-17 11:14:07','1900-01-01 00:00:00',1,0,1),(15592,'23927','Linyi','LINYI',NULL,'','China','',0,0,46,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15593,'27136','Linz','LINZ',NULL,'','Austria','Linz',0,0,14,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15594,'25473','Lions Bay','LIONS BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15595,'30030','Lionville','LIONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:08','1900-01-01 00:00:00',1,0,1),(15596,'37850','Liouciou','LIOUCIOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15597,'42943','Lipa City','LIPA CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15598,'42040','Lipa Noi','LIPA NOI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15599,'12041','Lipari','LIPARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15600,'16361','Lipetsk','LIPETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15601,'8429','Liphook','LIPHOOK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15602,'16640','Lipica','LIPICA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15603,'24316','Lipno Nad Vltavou','LIPNO NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15604,'38222','Lipot','LIPOT',NULL,'','Hungary','',0,0,99,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15605,'531','Lippstadt','LIPPSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15606,'39181','Liptovska Sielnica','LIPTOVSKA SIELNICA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15607,'40232','Liptovsky Jan','LIPTOVSKY JAN',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:14:09','1900-01-01 00:00:00',1,0,1),(15608,'24023','Lisala','LISALA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15609,'16004','Lisbon','LISBON',NULL,'','Portugal','Lisbon',0,0,175,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15610,'28069','Lisbon','LISBON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:10','1900-01-01 00:00:00',1,0,1),(15611,'36568','Lisbon-costa D Capar','LISBON-COSTA D CAPAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15612,'36581','Lisbon-montijo','LISBON-MONTIJO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15613,'36580','Lisbon-oeiras','LISBON-OEIRAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15614,'36587','Lisbon-queluz','LISBON-QUELUZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15615,'36595','Lisbon-turcifal','LISBON-TURCIFAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15616,'10788','Liscannor','LISCANNOR',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15617,'35555','Lisciano Niccone','LISCIANO NICCONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15618,'25724','Liscomb','LISCOMB',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15619,'10789','Lisdoonvarna','LISDOONVARNA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15620,'17397','Lishan','LISHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15621,'23968','Lishui','LISHUI',NULL,'','China','',0,0,46,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15622,'5408','Lisieux','LISIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:14:11','1900-01-01 00:00:00',1,0,1),(15623,'8430','Liskeard','LISKEARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15624,'4956','L\'isle-d\'abeau','L\'ISLE-D\'ABEAU',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15625,'4362','Lisle-jourdain','LISLE-JOURDAIN',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15626,'4363','L\'isle-sur-la-sorgue','L\'ISLE-SUR-LA-SORGUE',NULL,'','France','',0,0,76,'2016-10-17 11:14:12','1900-01-01 00:00:00',1,0,1),(15627,'34224','Lismore','LISMORE',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15628,'10939','Lismore','LISMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15629,'8431','Liss','LISS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15630,'14722','Lisse','LISSE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15631,'44073','Lisses','LISSES',NULL,'','France','',0,0,76,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15632,'6659','Lissieu','LISSIEU',NULL,'','France','',0,0,76,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15633,'12042','Lissone','LISSONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15634,'41516','Listowel','LISTOWEL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15635,'16322','Listvyanka','LISTVYANKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:14:13','1900-01-01 00:00:00',1,0,1),(15636,'27426','Litchfield','LITCHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:14','1900-01-01 00:00:00',1,0,1),(15637,'34789','Litchfield Nat. Park','LITCHFIELD NAT. PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:15','1900-01-01 00:00:00',1,0,1),(15638,'34225','Lithgow','LITHGOW',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:15','1900-01-01 00:00:00',1,0,1),(15639,'19858','Lithia Springs','LITHIA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:14:16','1900-01-01 00:00:00',1,0,1),(15640,'19859','Lithonia','LITHONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:16','1900-01-01 00:00:00',1,0,1),(15641,'30031','Lititz','LITITZ',NULL,'','United States','',0,0,231,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15642,'42496','Litochoro','LITOCHORO',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15643,'35258','Litohoro','LITOHORO',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15644,'9686','Litokhoron','LITOKHORON',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15645,'32112','Little America','LITTLE AMERICA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15646,'24258','Little Cayman','LITTLE CAYMAN',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 11:14:17','1900-01-01 00:00:00',1,0,1),(15647,'25233','Little Good Harbour','LITTLE GOOD HARBOUR',NULL,'','Barbados','',0,0,19,'2016-10-17 11:14:19','1900-01-01 00:00:00',1,0,1),(15648,'25609','Little Grand Rapids','LITTLE GRAND RAPIDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:19','1900-01-01 00:00:00',1,0,1),(15649,'30760','Littlefield','LITTLEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:23','1900-01-01 00:00:00',1,0,1),(15650,'8435','Littlehampton','LITTLEHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:23','1900-01-01 00:00:00',1,0,1),(15651,'32729','Littleton','LITTLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:24','1900-01-01 00:00:00',1,0,1),(15652,'23606','Liulicun','LIULICUN',NULL,'','China','',0,0,46,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15653,'23856','Liuzhou','LIUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15654,'9803','Livadia','LIVADIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15655,'13661','Livange','LIVANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:14:25','1900-01-01 00:00:00',1,0,1),(15656,'34548','Lively','LIVELY',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:26','1900-01-01 00:00:00',1,0,1),(15657,'18618','Livermore','LIVERMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15658,'28920','Liverpool','LIVERPOOL',NULL,'','United States','',0,0,231,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15659,'34226','Liverpool','LIVERPOOL',NULL,'','Australia','Liverpool',0,0,13,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15660,'8436','Liverpool','LIVERPOOL',NULL,'','United Kingdom','Liverpool',0,0,229,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15661,'25725','Liverpool','LIVERPOOL',NULL,'','Canada','Liverpool',0,0,39,'2016-10-17 11:14:27','1900-01-01 00:00:00',1,0,1),(15662,'24710','Lives-sur-meuse','LIVES-SUR-MEUSE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15663,'12043','Livigno','LIVIGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15664,'42679','Livinallongo Del Col Di Lana','LIVINALLONGO DEL COL DI LANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15665,'17911','Livingston','LIVINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:14:28','1900-01-01 00:00:00',1,0,1),(15666,'8437','Livingston','LIVINGSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:29','1900-01-01 00:00:00',1,0,1),(15667,'39733','Livingston','LIVINGSTON',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:14:29','1900-01-01 00:00:00',1,0,1),(15668,'9874','Lívingston','LÍVINGSTON',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15669,'32648','Livingstone','LIVINGSTONE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15670,'28922','Livonia','LIVONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:30','1900-01-01 00:00:00',1,0,1),(15671,'12976','Livorno','LIVORNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15672,'24988','Livramento','LIVRAMENTO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15673,'4364','Livry Gargan','LIVRY GARGAN',NULL,'','France','',0,0,76,'2016-10-17 11:14:31','1900-01-01 00:00:00',1,0,1),(15674,'41406','Livry-gargan','LIVRY-GARGAN',NULL,'','France','',0,0,76,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15675,'40372','Liwa','LIWA',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15676,'23607','Liwan','LIWAN',NULL,'','China','',0,0,46,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15677,'23744','Liyang','LIYANG',NULL,'','China','',0,0,46,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15678,'8438','Lizard','LIZARD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15679,'26253','Lizard Island','LIZARD ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15680,'38373','Lizzanello','LIZZANELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15681,'12044','Lizzano In Belvedere','LIZZANO IN BELVEDERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:32','1900-01-01 00:00:00',1,0,1),(15682,'16641','Ljubljana','LJUBLJANA',NULL,'','Slovenia','Ljubljana',0,0,192,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15683,'16869','Ljungby','LJUNGBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15684,'37206','Ljungbyhed','LJUNGBYHED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15685,'38322','Ljungskile','LJUNGSKILE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15686,'16700','Ljusdal','LJUSDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15687,'41829','Ljutomer','LJUTOMER',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15688,'2679','Llafranc','LLAFRANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15689,'37731','Llagostera','LLAGOSTERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15690,'8439','Llanarmon Dyffryn-ceiriog','LLANARMON DYFFRYN-CEIRIOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:33','1900-01-01 00:00:00',1,0,1),(15691,'2680','Llanars','LLANARS',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15692,'41540','Llanaves De La Reina','LLANAVES DE LA REINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15693,'8440','Llanberis','LLANBERIS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15694,'38863','Llanca','LLANCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15695,'8441','Llandegla','LLANDEGLA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15696,'8442','Llandeilo','LLANDEILO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15697,'8443','Llandovery','LLANDOVERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:34','1900-01-01 00:00:00',1,0,1),(15698,'8444','Llandrindod Wells','LLANDRINDOD WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15699,'8445','Llandudno','LLANDUDNO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15700,'39879','Llandybie','LLANDYBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15701,'8446','Llandyssul','LLANDYSSUL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15702,'41151','Llandysul','LLANDYSUL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15703,'8447','Llanelli','LLANELLI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:35','1900-01-01 00:00:00',1,0,1),(15704,'40589','Llanera','LLANERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15705,'3458','Llanes','LLANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15706,'8448','Llanfairpwllgwyngyll','LLANFAIRPWLLGWYNGYLL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15707,'7183','Llanfarian','LLANFARIAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15708,'8449','Llanfyllin','LLANFYLLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15709,'41108','Llangadog','LLANGADOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15710,'8450','Llangammarch Wells','LLANGAMMARCH WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:36','1900-01-01 00:00:00',1,0,1),(15711,'8451','Llangefni','LLANGEFNI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15712,'8452','Llangollen','LLANGOLLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15713,'8453','Llangurig','LLANGURIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15714,'8454','Llangybi','LLANGYBI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15715,'30764','Llano','LLANO',NULL,'','United States','',0,0,231,'2016-10-17 11:14:37','1900-01-01 00:00:00',1,0,1),(15716,'14107','Llano Largo','LLANO LARGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15717,'7184','Llanrhaedr','LLANRHAEDR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15718,'8455','Llanrug','LLANRUG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15719,'8456','Llanrwst','LLANRWST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15720,'8457','Llantwit Major','LLANTWIT MAJOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15721,'8458','Llanvair Waterdine','LLANVAIR WATERDINE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:38','1900-01-01 00:00:00',1,0,1),(15722,'8459','Llanwddyn','LLANWDDYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15723,'8460','Llanwrtyd Wells','LLANWRTYD WELLS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15724,'8461','Llanybydder','LLANYBYDDER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15725,'41107','Llanymynech','LLANYMYNECH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15726,'41473','Llavorsi','LLAVORSI',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15727,'2681','Llavorsí','LLAVORSÍ',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15728,'2953','Lleida','LLEIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:39','1900-01-01 00:00:00',1,0,1),(15729,'39375','Llerena','LLERENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15730,'3557','Llivia','LLIVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15731,'3558','Lloret De Mar','LLORET DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15732,'25880','Llorts','LLORTS',NULL,'','Andorra','',0,0,5,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15733,'2905','Lloseta','LLOSETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15734,'28923','Lloyd Harbor','LLOYD HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:14:40','1900-01-01 00:00:00',1,0,1),(15735,'25335','Lloydminster','LLOYDMINSTER',NULL,'','Canada','',0,0,39,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15736,'2683','Llucalcari','LLUCALCARI',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15737,'2906','Llucmajor','LLUCMAJOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15738,'8462','Llyswen','LLYSWEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:41','1900-01-01 00:00:00',1,0,1),(15739,'8463','Loanhead','LOANHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15740,'12045','Loano','LOANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15741,'1829','Lobbe','LOBBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15742,'40563','Lobios','LOBIOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15743,'23272','Locarno','LOCARNO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15744,'1442','Loch Lomond','LOCH LOMOND',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:14:42','1900-01-01 00:00:00',1,0,1),(15745,'41106','Lochailort','LOCHAILORT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15746,'38209','Lochau','LOCHAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15747,'8464','Lochearnhead','LOCHEARNHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15748,'14543','Lochem','LOCHEM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15749,'4946','Loches','LOCHES',NULL,'','France','',0,0,76,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15750,'8465','Lochgilphead','LOCHGILPHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15751,'8466','Lochinver','LOCHINVER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:43','1900-01-01 00:00:00',1,0,1),(15752,'8467','Lochmaddy','LOCHMADDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15753,'8468','Lockerbie','LOCKERBIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15754,'30765','Lockhart','LOCKHART',NULL,'','United States','',0,0,231,'2016-10-17 11:14:44','1900-01-01 00:00:00',1,0,1),(15755,'26254','Lockhart Rivers','LOCKHART RIVERS',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15756,'20630','Lockport','LOCKPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15757,'7187','Locks Heath','LOCKS HEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:45','1900-01-01 00:00:00',1,0,1),(15758,'5568','Locmaria','LOCMARIA',NULL,'','France','',0,0,76,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15759,'38022','Locorotondo','LOCOROTONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15760,'5569','Loctudy','LOCTUDY',NULL,'','France','',0,0,76,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15761,'12046','Loculi','LOCULI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15762,'31148','Locust Dale','LOCUST DALE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:46','1900-01-01 00:00:00',1,0,1),(15763,'36670','Loddekoping','LODDEKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:47','1900-01-01 00:00:00',1,0,1),(15764,'16870','Loddekopinge','LODDEKOPINGE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:47','1900-01-01 00:00:00',1,0,1),(15765,'39172','Loddin','LODDIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15766,'40340','Loderup','LODERUP',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15767,'5935','Lodeve','LODEVE',NULL,'','France','',0,0,76,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15768,'31799','Lodi','LODI',NULL,'','United States','',0,0,231,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15769,'12047','Lodi','LODI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:48','1900-01-01 00:00:00',1,0,1),(15770,'24024','Lodja','LODJA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15771,'39804','Loebau','LOEBAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15772,'65','Loecherberg','LOECHERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:49','1900-01-01 00:00:00',1,0,1),(15773,'17067','Loei','LOEI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15774,'14158','Loen','LOEN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15775,'14981','Loen','LOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15776,'24388','Lofer','LOFER',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15777,'43329','Lofoten','LOFOTEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15778,'37970','Lofsdalen','LOFSDALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15779,'14899','Lofthus','LOFTHUS',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:50','1900-01-01 00:00:00',1,0,1),(15780,'26716','Logan City','LOGAN CITY',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15781,'26717','Loganholme','LOGANHOLME',NULL,'','Australia','',0,0,13,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15782,'20931','Logansport','LOGANSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:14:52','1900-01-01 00:00:00',1,0,1),(15783,'19861','Loganville','LOGANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15784,'5858','Lognes','LOGNES',NULL,'','France','',0,0,76,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15785,'2966','Logrono','LOGRONO',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15786,'2245','Logstor','LOGSTOR',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15787,'37433','Lohberg','LOHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15788,'3979','Lohja','LOHJA',NULL,'','Finland','',0,0,75,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15789,'66','Lohmar','LOHMAR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:53','1900-01-01 00:00:00',1,0,1),(15790,'1830','Lohmen','LOHMEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15791,'450','Lohne','LOHNE',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15792,'22587','Lohr','LOHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15793,'12048','Loiano','LOIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15794,'27137','Loibichl','LOIBICHL',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15795,'27107','Loipersdorf','LOIPERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15796,'4366','Loire-atlantique','LOIRE-ATLANTIQUE',NULL,'','France','',0,0,76,'2016-10-17 11:14:54','1900-01-01 00:00:00',1,0,1),(15797,'4367','Loiret','LOIRET',NULL,'','France','',0,0,76,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15798,'4368','Loir-et-cher','LOIR-ET-CHER',NULL,'','France','',0,0,76,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15799,'12049','Loiri','LOIRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15800,'37561','Loiu','LOIU',NULL,'','Spain','',0,0,199,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15801,'2400','Loja','LOJA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15802,'9932','Lok Ma Chau','LOK MA CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15803,'24610','Lokeren','LOKEREN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:55','1900-01-01 00:00:00',1,0,1),(15804,'39632','Loket','LOKET',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15805,'2246','Lokken','LOKKEN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15806,'10084','Lokoshaza','LOKOSHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15807,'42072','Lokva Rogoznica','LOKVA ROGOZNICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15808,'41817','Lolland','LOLLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15809,'27997','Lolo','LOLO',NULL,'','United States','',0,0,231,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15810,'8469','Lolworth','LOLWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15811,'14948','Lom','LOM',NULL,'','Norway','',0,0,164,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15812,'18621','Loma Linda','LOMA LINDA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:56','1900-01-01 00:00:00',1,0,1),(15813,'4060','Lomaiviti Islands','LOMAIVITI ISLANDS',NULL,'','Fiji','',0,0,74,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15814,'26076','Lomas De Zamora','LOMAS DE ZAMORA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15815,'12050','Lomazzo','LOMAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15816,'20631','Lombard','LOMBARD',NULL,'','United States','',0,0,231,'2016-10-17 11:14:57','1900-01-01 00:00:00',1,0,1),(15817,'11267','Lombardy Alps','LOMBARDY ALPS',NULL,'','Italy','',0,0,107,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15818,'10135','Lombok','LOMBOK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15819,'35348','Lombok-mataram','LOMBOK-MATARAM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15820,'35365','Lombok-medana Beach','LOMBOK-MEDANA BEACH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15821,'35375','Lombok-senggigi','LOMBOK-SENGGIGI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15822,'35360','Lombok-tranwangan Is','LOMBOK-TRANWANGAN IS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15823,'16950','Lome','LOME',NULL,'','Togo','',0,0,216,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15824,'15695','Lomianki','LOMIANKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15825,'31800','Lomira','LOMIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:58','1900-01-01 00:00:00',1,0,1),(15826,'18622','Lomita','LOMITA',NULL,'','United States','',0,0,231,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15827,'6179','Lomme','LOMME',NULL,'','France','',0,0,76,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15828,'24684','Lommel','LOMMEL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15829,'18623','Lompoc','LOMPOC',NULL,'','United States','',0,0,231,'2016-10-17 11:14:59','1900-01-01 00:00:00',1,0,1),(15830,'15653','Lomza','LOMZA',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15831,'12051','Lonate Pozzolo','LONATE POZZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15832,'12052','Lonato','LONATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15833,'41815','Lonavala','LONAVALA',NULL,'','India','Lonavala',5,0,101,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15835,'12053','Londa','LONDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15836,'9245','London','LONDON',NULL,'','United Kingdom','London',0,0,229,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15837,'34549','London','LONDON',NULL,'','Canada','London',0,0,39,'2016-10-17 11:15:00','1900-01-01 00:00:00',1,0,1),(15838,'32730','Londonderry','LONDONDERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15839,'9262','Londonderry','LONDONDERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15840,'36314','London-hendon','LONDON-HENDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15841,'25114','Londrina','LONDRINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:15:01','1900-01-01 00:00:00',1,0,1),(15842,'33481','Lonetree','LONETREE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:02','1900-01-01 00:00:00',1,0,1),(15843,'24834','Long Island','LONG ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:15:05','1900-01-01 00:00:00',1,0,1),(15844,'26165','Long Island','LONG ISLAND',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:15:05','1900-01-01 00:00:00',1,0,1),(15845,'14378','Long Lellang','LONG LELLANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:15:07','1900-01-01 00:00:00',1,0,1),(15846,'11268','Longa','LONGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15847,'32318','Longana','LONGANA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15848,'10177','Longapung','LONGAPUNG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15849,'38197','Longare','LONGARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15850,'10178','Longbawan','LONGBAWAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:09','1900-01-01 00:00:00',1,0,1),(15851,'19461','Longboat Key','LONGBOAT KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15852,'8475','Longbridge','LONGBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15853,'19462','Longdale','LONGDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15854,'4997','Longeau-percey','LONGEAU-PERCEY',NULL,'','France','',0,0,76,'2016-10-17 11:15:10','1900-01-01 00:00:00',1,0,1),(15855,'6660','Longefoy','LONGEFOY',NULL,'','France','',0,0,76,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15856,'43670','Longford','LONGFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15857,'8476','Longforgan','LONGFORGAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15858,'8477','Longframlington','LONGFRAMLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15859,'8478','Longhirst','LONGHIRST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15860,'8479','Longhorsley','LONGHORSLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:11','1900-01-01 00:00:00',1,0,1),(15861,'12723','Longiano','LONGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15862,'33482','Longmont','LONGMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15863,'9687','Longos','LONGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15864,'26417','Longreach','LONGREACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15865,'30365','Longs','LONGS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:12','1900-01-01 00:00:00',1,0,1),(15866,'36823','Longtan','LONGTAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15867,'6308','Longueau','LONGUEAU',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15868,'22781','Longueuil','LONGUEUIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15869,'6041','Longuyon','LONGUYON',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15870,'5469','Longvic','LONGVIC',NULL,'','France','',0,0,76,'2016-10-17 11:15:13','1900-01-01 00:00:00',1,0,1),(15871,'19463','Longwood','LONGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:15:14','1900-01-01 00:00:00',1,0,1),(15872,'6042','Longwy','LONGWY',NULL,'','France','',0,0,76,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15873,'23772','Longyan','LONGYAN',NULL,'','China','',0,0,46,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15874,'16536','Longyearbyen','LONGYEARBYEN',NULL,'','Svalbard And Jan Mayen Islands','',0,0,0,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15875,'36480','Longyearbyen','LONGYEARBYEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15876,'23707','Longyou','LONGYOU',NULL,'','China','',0,0,46,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15877,'18044','Lonoke','LONOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15878,'32334','Lonorore','LONORORE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:15','1900-01-01 00:00:00',1,0,1),(15879,'5778','Lons-le-saunier','LONS-LE-SAUNIER',NULL,'','France','',0,0,76,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15880,'7189','Looe','LOOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15881,'19862','Lookout Mountain','LOOKOUT MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15882,'18627','Loomis','LOOMIS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:16','1900-01-01 00:00:00',1,0,1),(15883,'31542','Loon Lake','LOON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15884,'41405','Loon Plage','LOON PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15885,'6180','Loon-plage','LOON-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15886,'14472','Loosdrecht','LOOSDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15887,'43842','Lopar','LOPAR',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15888,'36758','Lopburi','LOPBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:15:17','1900-01-01 00:00:00',1,0,1),(15889,'31543','Lopez Island','LOPEZ ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15890,'14561','Loppersum','LOPPERSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15891,'10056','Lopud','LOPUD',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15892,'29404','Lorain','LORAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15893,'34228','Lord Howe Island','LORD HOWE ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:18','1900-01-01 00:00:00',1,0,1),(15894,'28541','Lordsburg','LORDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15895,'29405','Lordstown','LORDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15896,'43111','Lorenskog','LORENSKOG',NULL,'','Norway','',0,0,164,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15897,'38621','Lorenzago Di Cadore','LORENZAGO DI CADORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:19','1900-01-01 00:00:00',1,0,1),(15898,'14135','Loreto','LORETO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15899,'35556','Loreto','LORETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15900,'22782','Loretteville','LORETTEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15901,'33679','Loretto','LORETTO',NULL,'','United States','',0,0,231,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15902,'6476','Lorgues','LORGUES',NULL,'','France','',0,0,76,'2016-10-17 11:15:20','1900-01-01 00:00:00',1,0,1),(15903,'12055','Loria','LORIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15904,'12056','Lorica','LORICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15905,'5001','Lorient','LORIENT',NULL,'','France','',0,0,76,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15906,'16948','Lorimers','LORIMERS',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15907,'41404','Loriol-du-comtat','LORIOL-DU-COMTAT',NULL,'','France','',0,0,76,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15908,'27876','Lorman','LORMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:21','1900-01-01 00:00:00',1,0,1),(15909,'5211','Lormont','LORMONT',NULL,'','France','',0,0,76,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15910,'26256','Lorne','LORNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15911,'12057','Loro Ciuffenna','LORO CIUFFENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15912,'4369','Lorp-sentaraille','LORP-SENTARAILLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15913,'22588','Lorrach','LORRACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:22','1900-01-01 00:00:00',1,0,1),(15914,'4370','Lorraine Airport','LORRAINE AIRPORT',NULL,'','France','',0,0,76,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15915,'41515','Lorrha','LORRHA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15916,'31149','Lorton','LORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15917,'8480','Lorton','LORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:23','1900-01-01 00:00:00',1,0,1),(15918,'32175','Los Roques','LOS ROQUES',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15919,'23522','Los Vilos','LOS VILOS',NULL,'','Chile','',0,0,45,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15920,'9993','Losinj Island','LOSINJ ISLAND',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15921,'67','Lossburg','LOSSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15922,'8481','Lossiemouth','LOSSIEMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:28','1900-01-01 00:00:00',1,0,1),(15923,'8482','Lostwithiel','LOSTWITHIEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15924,'4372','Lot-et-garonne','LOT-ET-GARONNE',NULL,'','France','',0,0,76,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15925,'36824','Lotung','LOTUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15926,'18641','Lotus','LOTUS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:29','1900-01-01 00:00:00',1,0,1),(15927,'42309','Lotzwil','LOTZWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15928,'13537','Louangphrabang','LOUANGPHRABANG',NULL,'','Laos','',0,0,118,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15929,'24051','Loubomo','LOUBOMO',NULL,'','Congo','',0,0,51,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15930,'6106','Loubressac','LOUBRESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15931,'40336','Loudeac','LOUDEAC',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15932,'5032','Loudenvielle','LOUDENVIELLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15933,'6107','Loudervielle','LOUDERVIELLE',NULL,'','France','',0,0,76,'2016-10-17 11:15:30','1900-01-01 00:00:00',1,0,1),(15934,'33197','Loudon','LOUDON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:31','1900-01-01 00:00:00',1,0,1),(15935,'28930','Loudonville','LOUDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:31','1900-01-01 00:00:00',1,0,1),(15936,'41403','Loue','LOUE',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15937,'4373','Loué','LOUÉ',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15938,'8483','Loughborough','LOUGHBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15939,'10869','Loughrea','LOUGHREA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15940,'40923','Loughrea, Co.galway','LOUGHREA, CO.GALWAY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15941,'5470','Louhans','LOUHANS',NULL,'','France','',0,0,76,'2016-10-17 11:15:32','1900-01-01 00:00:00',1,0,1),(15942,'43203','Louis Trichard','LOUIS TRICHARD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15943,'33680','Louisa','LOUISA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15944,'25726','Louisbourg','LOUISBOURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:33','1900-01-01 00:00:00',1,0,1),(15945,'33924','Louisburg','LOUISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15946,'24718','Louise Marie','LOUISE MARIE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15947,'27702','Louisiana','LOUISIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15948,'27877','Louisville','LOUISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:34','1900-01-01 00:00:00',1,0,1),(15949,'6346','Loulay','LOULAY',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15950,'15931','Loule','LOULE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15951,'9532','Lourdata','LOURDATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15952,'6108','Lourdes','LOURDES',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15953,'36256','Lourdes-eaux-bonnes','LOURDES-EAUX-BONNES',NULL,'','France','',0,0,76,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15954,'44125','Loures','LOURES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:36','1900-01-01 00:00:00',1,0,1),(15955,'6477','Lourmarin','LOURMARIN',NULL,'','France','',0,0,76,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15956,'15904','Lousa','LOUSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15957,'39428','Lousada','LOUSADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15958,'43707','Louth','LOUTH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15959,'7190','Louth','LOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15960,'9688','Loutra Killinis','LOUTRA KILLINIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15961,'9396','Loutraki','LOUTRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:15:37','1900-01-01 00:00:00',1,0,1),(15962,'24638','Louvain','LOUVAIN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15963,'42245','Louvain-la-neuve','LOUVAIN-LA-NEUVE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15964,'4743','Louveciennes','LOUVECIENNES',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15965,'5818','Louviers','LOUVIERS',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15966,'4375','Louvre - Theatre District (1 And 2)','LOUVRE - THEATRE DISTRICT (1 AND 2)',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15967,'4744','Louvres','LOUVRES',NULL,'','France','',0,0,76,'2016-10-17 11:15:38','1900-01-01 00:00:00',1,0,1),(15968,'42249','Lovech','LOVECH',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15969,'34229','Lovedale','LOVEDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15970,'33484','Loveland','LOVELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:15:39','1900-01-01 00:00:00',1,0,1),(15971,'32113','Lovell','LOVELL',NULL,'','United States','',0,0,231,'2016-10-17 11:15:40','1900-01-01 00:00:00',1,0,1),(15972,'32831','Lovelock','LOVELOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:40','1900-01-01 00:00:00',1,0,1),(15973,'20633','Loves Park','LOVES PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15974,'31151','Lovettsville','LOVETTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15975,'3980','Loviisa','LOVIISA',NULL,'','Finland','',0,0,75,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15976,'41625','Lovina','LOVINA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15977,'31152','Lovingston','LOVINGSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:41','1900-01-01 00:00:00',1,0,1),(15978,'28545','Lovington','LOVINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15979,'10018','Loviste','LOVISTE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15980,'16796','Lovon','LOVON',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15981,'10019','Lovran','LOVRAN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:42','1900-01-01 00:00:00',1,0,1),(15982,'22589','Lowenstein','LOWENSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:43','1900-01-01 00:00:00',1,0,1),(15983,'8484','Lower Beeding','LOWER BEEDING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:43','1900-01-01 00:00:00',1,0,1),(15984,'16625','Lower Carniola','LOWER CARNIOLA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15985,'15213','Lower Hutt','LOWER HUTT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15986,'25727','Lower Sackville','LOWER SACKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:15:44','1900-01-01 00:00:00',1,0,1),(15987,'8486','Lowestoft','LOWESTOFT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15988,'8487','Lowick','LOWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15989,'17137','Lowlands','LOWLANDS',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15990,'28931','Lowville','LOWVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15991,'17912','Loxley','LOXLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:15:45','1900-01-01 00:00:00',1,0,1),(15992,'26809','Loxton','LOXTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15993,'36325','Loxton','LOXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15994,'4376','Lozere','LOZERE',NULL,'','France','',0,0,76,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15995,'37283','Lozovac','LOZOVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15996,'3092','Luanco','LUANCO',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15997,'25852','Luanda','LUANDA',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15998,'13540','Luang Namtha','LUANG NAMTHA',NULL,'','Laos','',0,0,118,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(15999,'15631','Luban','LUBAN',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:46','1900-01-01 00:00:00',1,0,1),(16000,'25851','Lubango','LUBANGO',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16001,'1941','Lubars','LUBARS',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16002,'42179','Lubbenau','LUBBENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16003,'30771','Lubbock','LUBBOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16004,'723','Lubeck','LUBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16005,'4377','Luberon','LUBERON',NULL,'','France','',0,0,76,'2016-10-17 11:15:47','1900-01-01 00:00:00',1,0,1),(16006,'15714','Lublin','LUBLIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16007,'15616','Lubliniec','LUBLINIEC',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16008,'24025','Lubumbashi','LUBUMBASHI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16009,'15591','Lubusz','LUBUSZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16010,'10845','Lucan','LUCAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16011,'35559','Lucardo','LUCARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16012,'33684','Lucas','LUCAS',NULL,'','United States','',0,0,231,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16013,'39515','Lucas Do Rio Verde','LUCAS DO RIO VERDE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:15:48','1900-01-01 00:00:00',1,0,1),(16014,'24871','Lucaya','LUCAYA',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16015,'4745','Lucciana','LUCCIANA',NULL,'','France','',0,0,76,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16016,'5409','Luce','LUCE',NULL,'','France','',0,0,76,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16017,'40357','Lucea','LUCEA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16018,'27878','Lucedale','LUCEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:49','1900-01-01 00:00:00',1,0,1),(16019,'3258','Lucena','LUCENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16020,'42836','Lucenec','LUCENEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16021,'12059','Lucera','LUCERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16022,'23273','Lucerne','LUCERNE',NULL,'','Switzerland','Lucerne',0,0,210,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16023,'3093','Luces','LUCES',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16024,'17398','Luchou','LUCHOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16025,'12060','Lucignano','LUCIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16026,'12061','Lucino','LUCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:50','1900-01-01 00:00:00',1,0,1),(16027,'787','Luckenwalde','LUCKENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16028,'10682','Lucknow','LUCKNOW',NULL,'','India','Lucknow',6,0,101,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16029,'4379','Luçon','LUÇON',NULL,'','France','',0,0,76,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16030,'5410','Luc-sur-mer','LUC-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16031,'14413','Luderitz','LUDERITZ',NULL,'','Namibia','',0,0,151,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16032,'27251','Lüdersburg','LÜDERSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16033,'10553','Ludhiana','LUDHIANA',NULL,'','India','Ludhiana',19,0,101,'2016-10-17 11:15:51','1900-01-01 00:00:00',1,0,1),(16034,'22147','Ludington','LUDINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:15:52','1900-01-01 00:00:00',1,0,1),(16035,'31345','Ludlow','LUDLOW',NULL,'','United States','',0,0,231,'2016-10-17 11:15:52','1900-01-01 00:00:00',1,0,1),(16036,'8488','Ludlow','LUDLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:15:53','1900-01-01 00:00:00',1,0,1),(16037,'6043','Ludres','LUDRES',NULL,'','France','',0,0,76,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16038,'16742','Ludvika','LUDVIKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16039,'788','Ludwigsburg','LUDWIGSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16040,'789','Ludwigsfelde','LUDWIGSFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16041,'22590','Ludwigshafen','LUDWIGSHAFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16042,'27252','Ludwigslust','LUDWIGSLUST',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16043,'1697','Luebeck','LUEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:54','1900-01-01 00:00:00',1,0,1),(16044,'70','Luedenscheid','LUEDENSCHEID',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16045,'25854','Luena','LUENA',NULL,'','Angola','',0,0,6,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16046,'43338','Lueneburg','LUENEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16047,'42449','Luenen','LUENEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16048,'71','Luetjenburg','LUETJENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16049,'30772','Lufkin','LUFKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:15:55','1900-01-01 00:00:00',1,0,1),(16050,'12946','Lugagnano','LUGAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16051,'36825','Lugang','LUGANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16052,'17508','Lugansk','LUGANSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16053,'42293','Luganville','LUGANVILLE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16054,'5212','Luglon','LUGLON',NULL,'','France','',0,0,76,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16055,'12062','Lugo','LUGO',NULL,'','Italy','Lugo',0,0,107,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16056,'3559','Lugo','LUGO',NULL,'','Spain','Lugo',0,0,199,'2016-10-17 11:15:56','1900-01-01 00:00:00',1,0,1),(16057,'30366','Lugoff','LUGOFF',NULL,'','United States','',0,0,231,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16058,'36627','Lugoj','LUGOJ',NULL,'','Romania','',0,0,179,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16059,'3094','Lugones','LUGONES',NULL,'','Spain','',0,0,199,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16060,'23892','Lugouqiao','LUGOUQIAO',NULL,'','China','',0,0,46,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16061,'42176','Lugrin','LUGRIN',NULL,'','France','',0,0,76,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16062,'39401','Luhme','LUHME',NULL,'','Germany','',0,0,83,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16063,'12063','Luino','LUINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16064,'39080','Lujan','LUJAN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:15:57','1900-01-01 00:00:00',1,0,1),(16065,'23686','Lujiang','LUJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16066,'39189','Lujiazui','LUJIAZUI',NULL,'','China','',0,0,46,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16067,'17399','Lukang','LUKANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16068,'21737','Luke','LUKE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16069,'18160','Lukeville','LUKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:15:58','1900-01-01 00:00:00',1,0,1),(16070,'15055','Lukla','LUKLA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16071,'15662','Lukta','LUKTA',NULL,'','Poland','',0,0,174,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16072,'27879','Lula','LULA',NULL,'','United States','',0,0,231,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16073,'16755','Lulea','LULEA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16074,'21225','Luling','LULING',NULL,'','United States','',0,0,231,'2016-10-17 11:15:59','1900-01-01 00:00:00',1,0,1),(16075,'23275','Lully','LULLY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16076,'7191','Lulworth','LULWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16077,'10020','Lumbarda','LUMBARDA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16078,'33925','Lumberton','LUMBERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:00','1900-01-01 00:00:00',1,0,1),(16079,'30034','Lumberville','LUMBERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:01','1900-01-01 00:00:00',1,0,1),(16080,'15039','Lumbini','LUMBINI',NULL,'','Nepal','',0,0,153,'2016-10-17 11:16:01','1900-01-01 00:00:00',1,0,1),(16081,'39896','Lumbini Area','LUMBINI AREA',NULL,'','India','',0,0,101,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16082,'6181','Lumbres','LUMBRES',NULL,'','France','',0,0,76,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16083,'38330','Lumio','LUMIO',NULL,'','France','',0,0,76,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16084,'24685','Lummen','LUMMEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16085,'31544','Lummi Island','LUMMI ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16086,'14368','Lumut','LUMUT',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16087,'40504','Lun','LUN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:16:02','1900-01-01 00:00:00',1,0,1),(16088,'22149','Luna Pier','LUNA PIER',NULL,'','United States','',0,0,231,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16089,'12064','Lunamatrona','LUNAMATRONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16090,'43724','Lunawanna','LUNAWANNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16091,'16679','Lund','LUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16092,'1672','Lund','LUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16093,'8489','Lundin Links','LUNDIN LINKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16094,'27253','Luneburg','LUNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:03','1900-01-01 00:00:00',1,0,1),(16095,'2025','Lüneburg','LÜNEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16096,'5936','Lunel','LUNEL',NULL,'','France','',0,0,76,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16097,'532','Lunen','LUNEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16098,'25728','Lunenburg','LUNENBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16099,'6044','Luneville','LUNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16100,'27003','Lungau','LUNGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16101,'23276','Lungern','LUNGERN',NULL,'','Switzerland','Lungern',0,0,210,'2016-10-17 11:16:04','1900-01-01 00:00:00',1,0,1),(16102,'40863','Luni','LUNI',NULL,'','India','',0,0,101,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16103,'41426','Lunion','LUNION',NULL,'','France','',0,0,76,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16104,'6109','L\'union','L\'UNION',NULL,'','France','',0,0,76,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16105,'10242','Lunyuk','LUNYUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16106,'1890','Lunzenau','LUNZENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16107,'17400','Luodong','LUODONG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16108,'34883','Luogang Economic Zon','LUOGANG ECONOMIC ZON',NULL,'','China','',0,0,46,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16109,'12065','Luogo Santo','LUOGO SANTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16110,'43826','Luohe','LUOHE',NULL,'','China','',0,0,46,'2016-10-17 11:16:05','1900-01-01 00:00:00',1,0,1),(16111,'23969','Luohu','LUOHU',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16112,'34884','Luoping','LUOPING',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16113,'4042','Luosto','LUOSTO',NULL,'','Finland','',0,0,75,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16114,'23773','Luoyang','LUOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16115,'15757','Luquillo','LUQUILLO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16116,'12066','Luras','LURAS',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16117,'31153','Luray','LURAY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:06','1900-01-01 00:00:00',1,0,1),(16118,'5055','Lure','LURE',NULL,'','France','',0,0,76,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16119,'15411','Lurigancho','LURIGANCHO',NULL,'','Peru','',0,0,172,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16120,'32641','Lusaka','LUSAKA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16121,'17401','Lushan','LUSHAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16122,'23732','Lushan','LUSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16123,'6347','Lusignan','LUSIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16124,'32474','Lusikisiki','LUSIKISIKI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16125,'32114','Lusk','LUSK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:07','1900-01-01 00:00:00',1,0,1),(16126,'10846','Lusk','LUSK',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16127,'15777','Luso','LUSO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16128,'8490','Luss','LUSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16129,'8491','Lustleigh','LUSTLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16130,'38138','Lutana','LUTANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16131,'40719','Luterbach','LUTERBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:08','1900-01-01 00:00:00',1,0,1),(16132,'21738','Lutherville','LUTHERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16133,'1710','Lütjenburg','LÜTJENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16134,'8492','Luton','LUTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16135,'23277','Lutry','LUTRY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16136,'25773','Lutselke Snowdrift','LUTSELKE SNOWDRIFT',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16137,'27430','Lutsen','LUTSEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:09','1900-01-01 00:00:00',1,0,1),(16138,'17495','Lutsk','LUTSK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16139,'6772','Lutterbach','LUTTERBACH',NULL,'','France','',0,0,76,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16140,'8493','Lutterworth','LUTTERWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16141,'19464','Lutz','LUTZ',NULL,'','United States','',0,0,231,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16142,'27064','Lutzmannsburg','LUTZMANNSBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16143,'40466','Luumaki','LUUMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:16:10','1900-01-01 00:00:00',1,0,1),(16144,'17913','Luverne','LUVERNE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:11','1900-01-01 00:00:00',1,0,1),(16145,'23608','Luwan - Xintiandi','LUWAN - XINTIANDI',NULL,'','China','',0,0,46,'2016-10-17 11:16:11','1900-01-01 00:00:00',1,0,1),(16146,'10363','Luwuk','LUWUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16147,'37238','Lux','LUX',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16148,'24590','Luxembourg','LUXEMBOURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16149,'13660','Luxembourg','LUXEMBOURG',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16150,'36381','Luxembourg-canach','LUXEMBOURG-CANACH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16151,'5056','Luxeuil-les-bains','LUXEUIL-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16152,'23687','Luxi','LUXI',NULL,'','China','',0,0,46,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16153,'2411','Luxor','LUXOR',NULL,'','Egypt','Luxor ',0,0,65,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16154,'17402','Luye','LUYE',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16155,'3460','Luyego','LUYEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16156,'5657','Luynes','LUYNES',NULL,'','France','',0,0,76,'2016-10-17 11:16:12','1900-01-01 00:00:00',1,0,1),(16157,'23745','Luyuan','LUYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16158,'41396','Luz Saint-sauveur','LUZ SAINT-SAUVEUR',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16159,'39454','Luzarches','LUZARCHES',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16160,'23057','Luzerner Alps','LUZERNER ALPS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16161,'23995','Luzhou','LUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16162,'15451','Luzon','LUZON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16163,'5033','Luz-saint-sauveur','LUZ-SAINT-SAUVEUR',NULL,'','France','',0,0,76,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16164,'17518','Lviv','LVIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16165,'17482','L\'viv','L\'VIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:13','1900-01-01 00:00:00',1,0,1),(16166,'36837','Lvov','LVOV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16167,'17496','Lwo','LWO',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16168,'39863','Lwowek Slaski','LWOWEK SLASKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16169,'8494','Lybster','LYBSTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16170,'16797','Lycksele','LYCKSELE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16171,'8495','Lydd','LYDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16172,'8496','Lydford','LYDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16173,'8497','Lydney','LYDNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:14','1900-01-01 00:00:00',1,0,1),(16174,'30367','Lyman','LYMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:15','1900-01-01 00:00:00',1,0,1),(16175,'8499','Lymington','LYMINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:15','1900-01-01 00:00:00',1,0,1),(16176,'8500','Lymm','LYMM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16177,'28932','Lynbrook','LYNBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16178,'31155','Lynchburg','LYNCHBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:16:16','1900-01-01 00:00:00',1,0,1),(16179,'31545','Lynden','LYNDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:17','1900-01-01 00:00:00',1,0,1),(16180,'31157','Lyndhurst','LYNDHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:16:17','1900-01-01 00:00:00',1,0,1),(16181,'8501','Lyndhurst','LYNDHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16182,'40746','Lyndoch','LYNDOCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16183,'31347','Lyndonville','LYNDONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:18','1900-01-01 00:00:00',1,0,1),(16184,'26634','Lyneham','LYNEHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16185,'37489','Lyngdal','LYNGDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16186,'8502','Lynmouth','LYNMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16187,'21421','Lynn','LYNN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:19','1900-01-01 00:00:00',1,0,1),(16188,'25610','Lynn Lake','LYNN LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:20','1900-01-01 00:00:00',1,0,1),(16189,'21422','Lynnfield','LYNNFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:20','1900-01-01 00:00:00',1,0,1),(16190,'31158','Lynnhaven','LYNNHAVEN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16191,'31546','Lynnwood','LYNNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16192,'8503','Lynton','LYNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:21','1900-01-01 00:00:00',1,0,1),(16193,'18643','Lynwood','LYNWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:16:22','1900-01-01 00:00:00',1,0,1),(16194,'33486','Lyons','LYONS',NULL,'','United States','',0,0,231,'2016-10-17 11:16:22','1900-01-01 00:00:00',1,0,1),(16195,'5819','Lyons-la-foret','LYONS-LA-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16196,'43534','Lyon-villeurbanne','LYON-VILLEURBANNE',NULL,'','France','',0,0,76,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16197,'14851','Lysaker','LYSAKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16198,'7192','Lytham St Annes','LYTHAM ST ANNES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16199,'16369','Lytkarino','LYTKARINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:23','1900-01-01 00:00:00',1,0,1),(16200,'30775','Lytle','LYTLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16201,'15125','Lyttelton','LYTTELTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16202,'43625','Lyttleton','LYTTLETON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16203,'16395','Lyubertsy','LYUBERTSY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16204,'16409','Lyublino','LYUBLINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16205,'25841','M Banza Congo','M BANZA CONGO',NULL,'','Angola','',0,0,6,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16206,'39258','Maagan','MAAGAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16207,'20068','Maalaea','MAALAEA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:24','1900-01-01 00:00:00',1,0,1),(16208,'42901','Maale Hahamisha','MAALE HAHAMISHA',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16209,'11046','Maalot','MAALOT',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16210,'41462','Ma\'alot Moriya','MA\'ALOT MORIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16211,'1083','Maaloula','MAALOULA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16212,'36718','Maalula','MAALULA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16213,'10774','Maam Cross','MAAM CROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16214,'38857','Maanshan','MAANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16215,'38205','Maarsbergen','MAARSBERGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16216,'14684','Maarssen','MAARSSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16217,'24686','Maaseik','MAASEIK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16218,'24591','Maasland - Voerstreek','MAASLAND - VOERSTREEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16219,'14574','Maastricht','MAASTRICHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:25','1900-01-01 00:00:00',1,0,1),(16220,'40369','Mabank','MABANK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16221,'39656','Mabibi','MABIBI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16222,'32576','Mabiligwe','MABILIGWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16223,'42944','Mabini','MABINI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16224,'19863','Mableton','MABLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:26','1900-01-01 00:00:00',1,0,1),(16225,'44074','Mably','MABLY',NULL,'','France','',0,0,76,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16226,'26257','Mabuiag Island','MABUIAG ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16227,'32475','Mabula','MABULA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16228,'25135','Macae','MACAE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16229,'2687','Macanet De Cabrenys','MACANET DE CABRENYS',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16230,'25025','Macapa','MACAPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16231,'2406','Macas','MACAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16232,'22150','Macatawa','MACATAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:27','1900-01-01 00:00:00',1,0,1),(16233,'13674','Macau','MACAU',NULL,'','Macau','Macau',0,0,128,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16234,'41835','Maccagno','MACCAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16235,'39213','Macchiagodena','MACCHIAGODENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16236,'19466','Macclenny','MACCLENNY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:28','1900-01-01 00:00:00',1,0,1),(16237,'8504','Macclesfield','MACCLESFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16238,'8505','Macduff','MACDUFF',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16239,'15890','Macedo De Cavaleiros','MACEDO DE CAVALEIROS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16240,'43636','Macedon','MACEDON',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16241,'29409','Macedonia','MACEDONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:29','1900-01-01 00:00:00',1,0,1),(16242,'25022','Maceio','MACEIO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16243,'41655','Maceira','MACEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16244,'12792','Macerata','MACERATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16245,'12067','Macerino','MACERINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16246,'2394','Machala','MACHALA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16247,'24639','Machelen','MACHELEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:16:30','1900-01-01 00:00:00',1,0,1),(16248,'20635','Machesney Park','MACHESNEY PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16249,'15955','Machico','MACHICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16250,'13287','Machida','MACHIDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16251,'8506','Machynlleth','MACHYNLLETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16252,'15677','Macierzysz','MACIERZYSZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16253,'4746','Macinaggio','MACINAGGIO',NULL,'','France','',0,0,76,'2016-10-17 11:16:31','1900-01-01 00:00:00',1,0,1),(16254,'37438','Macka','MACKA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16255,'26718','Mackay','MACKAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16256,'25474','Mackenzie','MACKENZIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16257,'22151','Mackinac Island','MACKINAC ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16258,'22152','Mackinaw City','MACKINAW CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:32','1900-01-01 00:00:00',1,0,1),(16259,'34230','Macksville','MACKSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16260,'32476','Macleantown','MACLEANTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16261,'26258','Macleod','MACLEOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16262,'22153','Macomb','MACOMB',NULL,'','United States','',0,0,231,'2016-10-17 11:16:33','1900-01-01 00:00:00',1,0,1),(16263,'12068','Macomer','MACOMER',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:34','1900-01-01 00:00:00',1,0,1),(16264,'19864','Macon','MACON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:34','1900-01-01 00:00:00',1,0,1),(16265,'4381','Macon-sennece','MACON-SENNECE',NULL,'','France','',0,0,76,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16266,'5069','Macot Le Plagne','MACOT LE PLAGNE',NULL,'','France','',0,0,76,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16267,'41514','Macreddin Village','MACREDDIN VILLAGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16268,'10963','Macroom','MACROOM',NULL,'','Ireland','',0,0,105,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16269,'34552','Mactier','MACTIER',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16270,'38090','Macugnaga','MACUGNAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16271,'30035','Macungie','MACUNGIE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:36','1900-01-01 00:00:00',1,0,1),(16272,'42191','Macuto','MACUTO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16273,'13109','Madaba','MADABA',NULL,'','Jordan','Madaba',0,0,111,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16274,'43113','Madalena','MADALENA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16275,'15575','Madang','MADANG',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16277,'38998','Madara','MADARA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16278,'39643','Maddaloni','MADDALONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16279,'14601','Made','MADE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16280,'29411','Madeira','MADEIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:37','1900-01-01 00:00:00',1,0,1),(16281,'37136','Madeira','MADEIRA',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16282,'25475','Madeira Park','MADEIRA PARK',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16283,'36565','Madeira-calheta','MADEIRA-CALHETA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16284,'36567','Madeira-canico','MADEIRA-CANICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16285,'36569','Madeira-eira Do Serr','MADEIRA-EIRA DO SERR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16286,'36570','Madeira-funchal','MADEIRA-FUNCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16287,'36573','Madeira-garajau','MADEIRA-GARAJAU',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16288,'36575','Madeira-machico','MADEIRA-MACHICO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:38','1900-01-01 00:00:00',1,0,1),(16289,'36605','Madeira-porto Moniz','MADEIRA-PORTO MONIZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16290,'36590','Madeira-ribeira Brav','MADEIRA-RIBEIRA BRAV',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16291,'36591','Madeira-sao Vicente','MADEIRA-SAO VICENTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16292,'7193','Madeley','MADELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16293,'27433','Madelia','MADELIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:39','1900-01-01 00:00:00',1,0,1),(16294,'12069','Madesimo','MADESIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16295,'10554','Madgaon','MADGAON',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16296,'43850','Madhapur','MADHAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16297,'10555','Madhyamgram','MADHYAMGRAM',NULL,'','India','',0,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16298,'40478','Madikeri','MADIKERI',NULL,'','India','Madikeri',17,0,101,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16299,'32577','Madikwe','MADIKWE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16300,'37943','Madill','MADILL',NULL,'','United States','',0,0,231,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16301,'36656','Madina','MADINA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16302,'42631','Madinat Makadi','MADINAT MAKADI',NULL,'','Egypt','',0,0,65,'2016-10-17 11:16:40','1900-01-01 00:00:00',1,0,1),(16303,'32732','Madison','MADISON',NULL,'','United States','',0,0,231,'2016-10-17 11:16:41','1900-01-01 00:00:00',1,0,1),(16304,'30776','Madisonville','MADISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:45','1900-01-01 00:00:00',1,0,1),(16305,'23278','Madiswil','MADISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16306,'10301','Madiun','MADIUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16307,'38732','Madivaru','MADIVARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16308,'38411','Madonna Dellacqua','MADONNA DELLACQUA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:46','1900-01-01 00:00:00',1,0,1),(16309,'44257','Madoogali','MADOOGALI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16310,'6478','Madrague De La Ville','MADRAGUE DE LA VILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16311,'29700','Madras','MADRAS',NULL,'','United States','',0,0,231,'2016-10-17 11:16:47','1900-01-01 00:00:00',1,0,1),(16312,'16005','Madre De Deus','MADRE DE DEUS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16313,'37891','Madremanya','MADREMANYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16314,'3000','Madrid','MADRID',NULL,'','Spain','Madrid',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16315,'40752','Madrona','MADRONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16316,'3642','Madronera','MADRONERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16317,'40864','Madumalai','MADUMALAI',NULL,'','India','',0,0,101,'2016-10-17 11:16:48','1900-01-01 00:00:00',1,0,1),(16318,'26259','Madura','MADURA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16319,'10674','Madurai','MADURAI',NULL,'','India','Madurai',18,0,101,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16320,'13386','Maebashi','MAEBASHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16321,'8507','Maentwrog','MAENTWROG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:49','1900-01-01 00:00:00',1,0,1),(16322,'40679','Maesycwmmer','MAESYCWMMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16323,'32319','Maewo','MAEWO',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16324,'20637','Maeystown','MAEYSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16325,'13628','Mafeteng','MAFETENG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16326,'4747','Maffliers','MAFFLIERS',NULL,'','France','',0,0,76,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16327,'37913','Maffrecourt','MAFFRECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16328,'17451','Mafia Island','MAFIA ISLAND',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:16:50','1900-01-01 00:00:00',1,0,1),(16329,'32477','Mafikeng','MAFIKENG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16330,'44126','Mafra','MAFRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16331,'16362','Magadan','MAGADAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16332,'5937','Magalas','MAGALAS',NULL,'','France','',0,0,76,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16333,'32408','Magaliesberg','MAGALIESBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16334,'41611','Magaliesburg','MAGALIESBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16335,'15453','Magallanes Village','MAGALLANES VILLAGE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16336,'2907','Magalluf','MAGALLUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16337,'43493','Magaluf','MAGALUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16338,'2689','Magaz De Pisuerga','MAGAZ DE PISUERGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16339,'26077','Magdalena','MAGDALENA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:16:51','1900-01-01 00:00:00',1,0,1),(16340,'28546','Magdalena','MAGDALENA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16341,'13952','Magdalena','MAGDALENA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16342,'15378','Magdalena Del Mar','MAGDALENA DEL MAR',NULL,'','Peru','',0,0,172,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16343,'2091','Magdeburg','MAGDEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16344,'27882','Magee','MAGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16345,'10296','Magelang','MAGELANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:16:52','1900-01-01 00:00:00',1,0,1),(16346,'42131','Magenta','MAGENTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16347,'12071','Magenta','MAGENTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16348,'5213','Magescq','MAGESCQ',NULL,'','France','',0,0,76,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16349,'33927','Maggie Valley','MAGGIE VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16350,'23279','Magglingen','MAGGLINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:16:53','1900-01-01 00:00:00',1,0,1),(16351,'36327','Maghera','MAGHERA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16352,'12072','Magione','MAGIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16353,'12073','Magliana','MAGLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16354,'12074','Magliano In Toscana','MAGLIANO IN TOSCANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16355,'12075','Maglie','MAGLIE',NULL,'','Italy','',0,0,107,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16356,'33357','Magna','MAGNA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:54','1900-01-01 00:00:00',1,0,1),(16357,'38686','Magnac Laval','MAGNAC LAVAL',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16358,'6110','Magnan','MAGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16359,'5103','Magnanville','MAGNANVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16360,'9689','Magnesia','MAGNESIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16361,'26260','Magnetic Island','MAGNETIC ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16362,'41394','Magnicourt-en-comte','MAGNICOURT-EN-COMTE',NULL,'','France','',0,0,76,'2016-10-17 11:16:55','1900-01-01 00:00:00',1,0,1),(16363,'20638','Magnificent Mile','MAGNIFICENT MILE',NULL,'','United States','',0,0,231,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16364,'16314','Magnitogorsk','MAGNITOGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16365,'18046','Magnolia','MAGNOLIA',NULL,'','United States','',0,0,231,'2016-10-17 11:16:56','1900-01-01 00:00:00',1,0,1),(16366,'5471','Magny','MAGNY',NULL,'','France','',0,0,76,'2016-10-17 11:16:57','1900-01-01 00:00:00',1,0,1),(16367,'5472','Magny-cours','MAGNY-COURS',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16368,'5100','Magny-le-hongre','MAGNY-LE-HONGRE',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16369,'4748','Magny-les-hameaux','MAGNY-LES-HAMEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16370,'22783','Magog','MAGOG',NULL,'','Canada','',0,0,39,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16371,'38153','Magoito','MAGOITO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16372,'42303','Magong','MAGONG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:16:58','1900-01-01 00:00:00',1,0,1),(16373,'8508','Magor','MAGOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16374,'23609','Maguanying','MAGUANYING',NULL,'','China','',0,0,46,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16375,'37169','Mahabaleshwar','MAHABALESHWAR',NULL,'','India','Mahabaleshwar',5,0,101,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16376,'1766','Mahabalipuram','MAHABALIPURAM',NULL,'','India','Mahabalipuram',18,0,101,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16377,'16162','Mahaena','MAHAENA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16378,'41886','Mahajanga','MAHAJANGA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16379,'37330','Mahanoro','MAHANORO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16380,'30036','Mahanoy City','MAHANOY CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16381,'16120','Maharepa','MAHAREPA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16382,'38054','Mahdar Bin Usayyan','MAHDAR BIN USAYYAN',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16383,'17164','Mahdia','MAHDIA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16384,'41618','Mahe','MAHE',NULL,'','Seychelles','Mahe',0,0,188,'2016-10-17 11:16:59','1900-01-01 00:00:00',1,0,1),(16385,'14265','Mahebourg','MAHEBOURG',NULL,'','Mauritius','Mahebourg',0,0,139,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16386,'15056','Mahendranagar','MAHENDRANAGAR',NULL,'','Nepal','',0,0,153,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16387,'37878','Maheri','MAHERI',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16388,'39264','Maheshwar','MAHESHWAR',NULL,'','India','Maheshwar',15,0,101,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16389,'10432','Mahikpur','MAHIKPUR',NULL,'','India','',0,0,101,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16390,'790','Mahlow','MAHLOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16391,'791','Mahlsdorf','MAHLSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16392,'36628','Mahmudia','MAHMUDIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16393,'27435','Mahnomen','MAHNOMEN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:00','1900-01-01 00:00:00',1,0,1),(16394,'25890','Maho Beach','MAHO BEACH',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16395,'2908','Mahon','MAHON',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16396,'25730','Mahone Bay','MAHONE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16397,'20069','Mahukona','MAHUKONA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16398,'28328','Mahwah','MAHWAH',NULL,'','United States','',0,0,231,'2016-10-17 11:17:01','1900-01-01 00:00:00',1,0,1),(16399,'37462','Maia','MAIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16400,'13463','Maiana','MAIANA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16401,'7194','Maida Vale-st. John\'s Wood','MAIDA VALE-ST. JOHN\'S WOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16402,'1452','Maidenhead','MAIDENHEAD',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16403,'26261','Maidstone','MAIDSTONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16404,'8510','Maidstone','MAIDSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16405,'23280','Maienfeld','MAIENFELD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16406,'40347','Maierà','MAIERÀ',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:02','1900-01-01 00:00:00',1,0,1),(16407,'20070','Maili','MAILI',NULL,'','United States','',0,0,231,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16408,'39081','Maillen','MAILLEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16409,'1019','Maine Coast - Me','MAINE COAST - ME',NULL,'','United States','',0,0,231,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16410,'4382','Maine-et-loire','MAINE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:17:03','1900-01-01 00:00:00',1,0,1),(16411,'19469','Maingate East','MAINGATE EAST',NULL,'','United States','',0,0,231,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16412,'38142','Mainstream','MAINSTREAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16413,'451','Maintal','MAINTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16414,'38824','Maintenon','MAINTENON',NULL,'','France','',0,0,76,'2016-10-17 11:17:04','1900-01-01 00:00:00',1,0,1),(16415,'38422','Maintirano','MAINTIRANO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16416,'642','Mainz','MAINZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16417,'43100','Mainz-kastel','MAINZ-KASTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16418,'24142','Maio','MAIO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16419,'12076','Maiori','MAIORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16420,'42026','Maipu','MAIPU',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16421,'23546','Maipu','MAIPU',NULL,'','Chile','',0,0,45,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16422,'26048','Maipú','MAIPÚ',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:05','1900-01-01 00:00:00',1,0,1),(16423,'32195','Maiquetia','MAIQUETIA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16424,'3259','Mairena Del Aljarafe','MAIRENA DEL ALJARAFE',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16425,'38099','Mairiporã','MAIRIPORÃ',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16426,'37636','Maishofen','MAISHOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16427,'39288','Maisod','MAISOD',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16428,'5859','Maisons-alfort','MAISONS-ALFORT',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16429,'4383','Maisons-laffitte','MAISONS-LAFFITTE',NULL,'','France','',0,0,76,'2016-10-17 11:17:06','1900-01-01 00:00:00',1,0,1),(16430,'4384','Maisons-lès-chaource','MAISONS-LÈS-CHAOURCE',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16431,'15127','Maitai Bay','MAITAI BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16432,'23523','Maitencillo','MAITENCILLO',NULL,'','Chile','',0,0,45,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16433,'19471','Maitland','MAITLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16434,'5739','Maizieres-la-grande-paroisse','MAIZIERES-LA-GRANDE-PAROISSE',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16435,'6045','Maizieres-les-metz','MAIZIERES-LES-METZ',NULL,'','France','',0,0,76,'2016-10-17 11:17:07','1900-01-01 00:00:00',1,0,1),(16436,'3001','Majadahonda','MAJADAHONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16437,'16603','Majcichov','MAJCICHOV',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16438,'14159','Majkin','MAJKIN',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16439,'1033','Majorca','MAJORCA',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16440,'35007','Majorca-cala Blava','MAJORCA-CALA BLAVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16441,'3981','Majstad','MAJSTAD',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16442,'37597','Majunga','MAJUNGA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16443,'14143','Majuro','MAJURO',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16444,'24052','Makabana','MAKABANA',NULL,'','Congo','',0,0,51,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16445,'20071','Makaha','MAKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:08','1900-01-01 00:00:00',1,0,1),(16446,'20072','Makakilo City','MAKAKILO CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16447,'24026','Makala','MAKALA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16448,'20073','Makalawena','MAKALAWENA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16449,'10358','Makale','MAKALE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:09','1900-01-01 00:00:00',1,0,1),(16450,'3866','Makale','MAKALE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16451,'20640','Makanda','MAKANDA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16452,'20074','Makapala','MAKAPALA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16453,'10021','Makarska','MAKARSKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16454,'10359','Makassar','MAKASSAR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16455,'15530','Makati','MAKATI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:10','1900-01-01 00:00:00',1,0,1),(16456,'20075','Makawao','MAKAWAO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16457,'16121','Makemo','MAKEMO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16458,'20076','Makena','MAKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16459,'7195','Makeney','MAKENEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:11','1900-01-01 00:00:00',1,0,1),(16460,'16319','Makhachkala','MAKHACHKALA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16461,'13464','Makin','MAKIN',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16462,'16472','Makino','MAKINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16463,'36655','Makkah','MAKKAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16464,'25665','Makkovik','MAKKOVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16465,'6850','Makokou','MAKOKOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16466,'24053','Makoua','MAKOUA',NULL,'','Congo','',0,0,51,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16467,'43063','Makrinitsa','MAKRINITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16468,'9691','Makriyialos','MAKRIYIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16469,'9761','Makryammos','MAKRYAMMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16470,'13288','Makuhari','MAKUHARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16471,'17403','Makung','MAKUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16472,'13748','Makunufushi','MAKUNUFUSHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16473,'24239','Mal Pais','MAL PAIS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:17:12','1900-01-01 00:00:00',1,0,1),(16474,'32409','Mala Mala','MALA MALA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16475,'15517','Malabang','MALABANG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16476,'37740','Malabar Hill','MALABAR HILL',NULL,'','India','',0,0,101,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16477,'9394','Malabo','MALABO',NULL,'','Equatorial Guinea','',0,0,67,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16478,'15531','Malabon','MALABON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16479,'14357','Malacca','MALACCA',NULL,'','Malaysia','Malacca',0,0,132,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16480,'3260','Malaga','MALAGA',NULL,'','Spain','Malaga',0,0,199,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16481,'35099','Malaga-torre Del Mar','MALAGA-TORRE DEL MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16482,'25476','Malahat','MALAHAT',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16483,'42286','Malakal','MALAKAL',NULL,'','Palau','',0,0,167,'2016-10-17 11:17:13','1900-01-01 00:00:00',1,0,1),(16484,'16370','Malakhovka','MALAKHOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16485,'4749','Malakoff','MALAKOFF',NULL,'','France','',0,0,76,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16486,'30777','Malakoff','MALAKOFF',NULL,'','United States','',0,0,231,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16487,'12077','Malalbergo','MALALBERGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16488,'12893','Malamocco','MALAMOCCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16489,'38316','Malanda','MALANDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:14','1900-01-01 00:00:00',1,0,1),(16490,'10302','Malang','MALANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16491,'25859','Malange','MALANGE',NULL,'','Angola','',0,0,6,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16492,'3','Malargue','MALARGUE',NULL,'','Argentina','',0,0,10,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16493,'16834','Malarhojden','MALARHOJDEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16494,'37806','Malataverne','MALATAVERNE',NULL,'','France','',0,0,76,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16495,'39646','Malatiny','MALATINY',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16496,'17332','Malatya','MALATYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16497,'15478','Malay','MALAY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16498,'4385','Malay Le Grand','MALAY LE GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16499,'16442','Malaya Okhta','MALAYA OKHTA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16500,'44046','Malbork','MALBORK',NULL,'','Poland','',0,0,174,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16501,'13588','Malbun','MALBUN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:17:15','1900-01-01 00:00:00',1,0,1),(16502,'12078','Malcesine','MALCESINE',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16503,'792','Malchow','MALCHOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16504,'21424','Malden','MALDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16505,'13749','Maldives','MALDIVES',NULL,'','Maldives','Maldives',34,0,133,'2016-10-17 11:17:16','1900-01-01 00:00:00',1,0,1),(16506,'8511','Maldon','MALDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16507,'17533','Maldonado','MALDONADO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16508,'13773','Male','MALE',NULL,'','Maldives','Male',0,0,133,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16509,'32578','Malelane','MALELANE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16510,'9692','Maleme','MALEME',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16511,'724','Malente','MALENTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16512,'38343','Maleny','MALENY',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16513,'12080','Malfa','MALFA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16514,'3560','Malgrat De Mar','MALGRAT DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:17','1900-01-01 00:00:00',1,0,1),(16515,'10022','Mali Losinj','MALI LOSINJ',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16516,'3128','Maliano','MALIANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16517,'18645','Malibu','MALIBU',NULL,'','United States','',0,0,231,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16518,'39824','Malin','MALIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16519,'13441','Malindi','MALINDI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16520,'10023','Malinska','MALINSKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16521,'39283','Malito','MALITO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:18','1900-01-01 00:00:00',1,0,1),(16522,'26519','Mallacoota','MALLACOOTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16523,'8512','Mallaig','MALLAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16524,'6479','Mallemort','MALLEMORT',NULL,'','France','',0,0,76,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16525,'2347','Malling','MALLING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16526,'27079','Mallnitz','MALLNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:17:19','1900-01-01 00:00:00',1,0,1),(16527,'34985','Mallorca-alaro','MALLORCA-ALARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16528,'34982','Mallorca-alcudia','MALLORCA-ALCUDIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16529,'34986','Mallorca-andratx','MALLORCA-ANDRATX',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16530,'35017','Mallorca-cala Bona','MALLORCA-CALA BONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16531,'35009','Mallorca-calas De Ma','MALLORCA-CALAS DE MA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:20','1900-01-01 00:00:00',1,0,1),(16532,'35027','Mallorca-can Pastill','MALLORCA-CAN PASTILL',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16533,'36116','Mallorca-estellencs','MALLORCA-ESTELLENCS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16534,'36132','Mallorca-illetas','MALLORCA-ILLETAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16535,'36153','Mallorca-llucmajor','MALLORCA-LLUCMAJOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16536,'36161','Mallorca-magalluf','MALLORCA-MAGALLUF',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16537,'36169','Mallorca-manacor','MALLORCA-MANACOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16538,'36180','Mallorca-paguera','MALLORCA-PAGUERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16539,'36192','Mallorca-palma','MALLORCA-PALMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:21','1900-01-01 00:00:00',1,0,1),(16540,'36189','Mallorca-playa De Pa','MALLORCA-PLAYA DE PA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16541,'36193','Mallorca-portals Nou','MALLORCA-PORTALS NOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16542,'36195','Mallorca-porto Crist','MALLORCA-PORTO CRIST',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16543,'35063','Mallorca-sa Coma','MALLORCA-SA COMA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16544,'35079','Mallorca-santa Maria','MALLORCA-SANTA MARIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16545,'35072','Mallorca-s\'illot','MALLORCA-S\'ILLOT',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16546,'10811','Mallow','MALLOW',NULL,'','Ireland','',0,0,105,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16547,'3982','Malm','MALM',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:22','1900-01-01 00:00:00',1,0,1),(16548,'24676','Malmedy','MALMEDY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16549,'8513','Malmesbury','MALMESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16550,'16871','Malmo','MALMO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16551,'14160','Maloelap','MALOELAP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16552,'23281','Maloja','MALOJA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16553,'4061','Malolo Island','MALOLO ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16554,'36211','Malololailai','MALOLOLAILAI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16555,'28933','Malone','MALONE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:23','1900-01-01 00:00:00',1,0,1),(16556,'14808','Maloy','MALOY',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16557,'36166','Malpartida D.plasenc','MALPARTIDA D.PLASENC',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16558,'8514','Malpas','MALPAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16559,'38225','Malpe','MALPE',NULL,'','India','',0,0,101,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16560,'1559','Malpensa','MALPENSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:24','1900-01-01 00:00:00',1,0,1),(16561,'43208','Malpica De Bergantinos','MALPICA DE BERGANTINOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16562,'28934','Malta','MALTA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16563,'14186','Malta','MALTA',NULL,'','Malta','',0,0,135,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16564,'17239','Maltepe','MALTEPE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16565,'8515','Malton','MALTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:25','1900-01-01 00:00:00',1,0,1),(16566,'34553','Malton','MALTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16567,'23905','Malu','MALU',NULL,'','China','',0,0,46,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16568,'42433','Maluku Islands','MALUKU ISLANDS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16569,'40146','Malung','MALUNG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16570,'42945','Malvar','MALVAR',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16571,'18047','Malvern','MALVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:26','1900-01-01 00:00:00',1,0,1),(16572,'26520','Malvern','MALVERN',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16573,'32521','Malvern','MALVERN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16574,'14992','Malvik','MALVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16575,'36629','Mamaia','MAMAIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16576,'10675','Mamallapuram','MAMALLAPURAM',NULL,'','India','',0,0,101,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16577,'36508','Mamanuca Group','MAMANUCA GROUP',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16578,'4062','Mamanuca Islands','MAMANUCA ISLANDS',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:27','1900-01-01 00:00:00',1,0,1),(16579,'28935','Mamaroneck','MAMARONECK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16580,'15522','Mamburao','MAMBURAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16581,'24015','Mamfe','MAMFE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16582,'13086','Mammee Bay','MAMMEE BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16583,'33687','Mammoth Cave National Park','MAMMOTH CAVE NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:28','1900-01-01 00:00:00',1,0,1),(16584,'14397','Mamoudzou','MAMOUDZOU',NULL,'','Mayotte','',0,0,140,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16585,'10180','Mampang Prapatan','MAMPANG PRAPATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16586,'10360','Mamuju','MAMUJU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16587,'4063','Mana Island','MANA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:17:30','1900-01-01 00:00:00',1,0,1),(16588,'10370','Manado','MANADO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16589,'14446','Managua','MANAGUA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16590,'28329','Manahawkin','MANAHAWKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:31','1900-01-01 00:00:00',1,0,1),(16591,'39446','Manakara','MANAKARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16592,'19472','Manalapan','MANALAPAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16593,'10556','Manali','MANALI',NULL,'','India','Honeymoon Manali | Manali Holiday Packages | Trip ',1,0,101,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16594,'24821','Manama','MANAMA',NULL,'','Bahrain','',0,0,17,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16595,'37699','Mananara','MANANARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16596,'15040','Manang','MANANG',NULL,'','Nepal','',0,0,153,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16597,'40607','Mananjary','MANANJARY',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16598,'39911','Manapouri','MANAPOURI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16599,'12081','Manarola','MANAROLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:32','1900-01-01 00:00:00',1,0,1),(16600,'28331','Manasquan','MANASQUAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:33','1900-01-01 00:00:00',1,0,1),(16601,'31160','Manassas','MANASSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:33','1900-01-01 00:00:00',1,0,1),(16602,'8516','Manaton','MANATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16603,'25030','Manaus','MANAUS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16604,'17189','Manavgat','MANAVGAT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16605,'39696','Manawa','MANAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16606,'37392','Mancelona','MANCELONA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:34','1900-01-01 00:00:00',1,0,1),(16607,'33688','Manchester','MANCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:17:35','1900-01-01 00:00:00',1,0,1),(16608,'8517','Manchester','MANCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:36','1900-01-01 00:00:00',1,0,1),(16609,'252','Manching','MANCHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16610,'12082','Manciano','MANCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16611,'33487','Mancos','MANCOS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16612,'38253','Mandabe','MANDABE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16613,'14776','Mandal','MANDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16614,'36392','Mandalay','MANDALAY',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:17:39','1900-01-01 00:00:00',1,0,1),(16615,'34233','Mandalong','MANDALONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16616,'15532','Mandaluyong','MANDALUYONG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16617,'28071','Mandan','MANDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16619,'38460','Mandawa','MANDAWA',NULL,'','India','Mandawa',2,0,101,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16620,'42338','Mandela','MANDELA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16621,'4846','Mandelieu-la-napoule','MANDELIEU-LA-NAPOULE',NULL,'','France','',0,0,76,'2016-10-17 11:17:40','1900-01-01 00:00:00',1,0,1),(16622,'24677','Manderfeld','MANDERFELD',NULL,'','Belgium','',0,0,21,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16623,'13082','Mandeville','MANDEVILLE',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16624,'21226','Mandeville','MANDEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16625,'40608','Mandjala','MANDJALA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16626,'37940','Mandraki','MANDRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16627,'38413','Mandritsara','MANDRITSARA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16628,'40865','Mandu','MANDU',NULL,'','India','Mandu',15,0,101,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16629,'26598','Mandurah','MANDURAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16630,'38694','Manduria','MANDURIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:41','1900-01-01 00:00:00',1,0,1),(16631,'11274','Manerba Del Garda','MANERBA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16632,'37640','Manerbio','MANERBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16633,'10557','Manesar','MANESAR',NULL,'','India','Manesar ',20,0,101,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16634,'12083','Manfredonia','MANFREDONIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16635,'24068','Mangaia','MANGAIA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16636,'42624','Mangalia','MANGALIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16637,'37161','Mangalore','MANGALORE',NULL,'','India','Mangalore',17,0,101,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16639,'25136','Mangaratiba','MANGARATIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16640,'16122','Mangareva','MANGAREVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16641,'15214','Mangatawhiri','MANGATAWHIRI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16642,'15215','Mangere','MANGERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:42','1900-01-01 00:00:00',1,0,1),(16643,'10243','Manggis','MANGGIS',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16644,'9892','Mangilao','MANGILAO',NULL,'','Guam','',0,0,90,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16645,'14278','Mangochi','MANGOCHI',NULL,'','Malawi','',0,0,131,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16646,'10244','Mangole','MANGOLE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16647,'37308','Mangonui','MANGONUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16648,'24881','Mangrove Cay','MANGROVE CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16649,'10245','Mangsit','MANGSIT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16650,'16084','Mangualde','MANGUALDE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16651,'43657','Manguri','MANGURI',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16652,'37493','Manguzi','MANGUZI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16653,'28937','Manhasset','MANHASSET',NULL,'','United States','',0,0,231,'2016-10-17 11:17:43','1900-01-01 00:00:00',1,0,1),(16654,'28938','Manhattan','MANHATTAN',NULL,'','United States','',0,0,231,'2016-10-17 11:17:44','1900-01-01 00:00:00',1,0,1),(16655,'30038','Manheim','MANHEIM',NULL,'','United States','',0,0,231,'2016-10-17 11:17:45','1900-01-01 00:00:00',1,0,1),(16656,'6661','Manigod','MANIGOD',NULL,'','France','',0,0,76,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16657,'16123','Manihi','MANIHI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16658,'24069','Manihiki Island','MANIHIKI ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16659,'15553','Manila','MANILA',NULL,'','Philippines','Manila',0,0,173,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16660,'3261','Manilva','MANILVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16661,'26376','Maningrida','MANINGRIDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16662,'37166','Manipal','MANIPAL',NULL,'','INDIA','',17,0,101,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16663,'5820','Maniquerville','MANIQUERVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16664,'17334','Manisa','MANISA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:17:46','1900-01-01 00:00:00',1,0,1),(16665,'3762','Manises','MANISES',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16666,'22155','Manistee','MANISTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16667,'22156','Manistique','MANISTIQUE',NULL,'','United States','',0,0,231,'2016-10-17 11:17:47','1900-01-01 00:00:00',1,0,1),(16668,'33488','Manitou Springs','MANITOU SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16669,'34554','Manitouwadge','MANITOUWADGE',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16670,'34555','Manitowaning','MANITOWANING',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16671,'31804','Manitowoc','MANITOWOC',NULL,'','United States','',0,0,231,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16672,'37751','Maniwaki','MANIWAKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16673,'24101','Manizales','MANIZALES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16674,'38929','Manja','MANJA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:17:48','1900-01-01 00:00:00',1,0,1),(16675,'26599','Manjimup','MANJIMUP',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16676,'17404','Manjou','MANJOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16677,'21091','Mankato','MANKATO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:49','1900-01-01 00:00:00',1,0,1),(16678,'17694','Manley Hot Springs','MANLEY HOT SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16679,'3561','Manlleu','MANLLEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16680,'34234','Manly','MANLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16681,'39317','Manneville-la-raoult','MANNEVILLE-LA-RAOULT',NULL,'','France','',0,0,76,'2016-10-17 11:17:50','1900-01-01 00:00:00',1,0,1),(16682,'22591','Mannheim','MANNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16683,'30368','Manning','MANNING',NULL,'','United States','',0,0,231,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16684,'43666','Mannum','MANNUM',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16685,'12084','Manocalzati','MANOCALZATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16686,'17695','Manokotak','MANOKOTAK',NULL,'','United States','',0,0,231,'2016-10-17 11:17:51','1900-01-01 00:00:00',1,0,1),(16687,'10312','Manokwari','MANOKWARI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16688,'43725','Manoora','MANOORA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16689,'6480','Manosque','MANOSQUE',NULL,'','France','',0,0,76,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16690,'2938','Manresa','MANRESA',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16691,'32651','Mansa','MANSA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16692,'1667','Mansehra','MANSEHRA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:17:52','1900-01-01 00:00:00',1,0,1),(16693,'30779','Mansfield','MANSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:17:53','1900-01-01 00:00:00',1,0,1),(16694,'26913','Mansfield','MANSFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:53','1900-01-01 00:00:00',1,0,1),(16695,'8518','Mansfield','MANSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:54','1900-01-01 00:00:00',1,0,1),(16696,'31547','Manson','MANSON',NULL,'','United States','',0,0,231,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16697,'22785','Mansonville','MANSONVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16698,'8519','Manston','MANSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16699,'2403','Manta','MANTA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:17:55','1900-01-01 00:00:00',1,0,1),(16700,'41914','Manta Rota','MANTA ROTA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16701,'18650','Manteca','MANTECA',NULL,'','United States','',0,0,231,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16702,'15969','Manteigas','MANTEIGAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16703,'11275','Mantello','MANTELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16704,'20641','Manteno','MANTENO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:56','1900-01-01 00:00:00',1,0,1),(16705,'33928','Manteo','MANTEO',NULL,'','United States','',0,0,231,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16706,'4750','Mantes-la-jolie','MANTES-LA-JOLIE',NULL,'','France','',0,0,76,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16707,'33358','Manti','MANTI',NULL,'','United States','',0,0,231,'2016-10-17 11:17:57','1900-01-01 00:00:00',1,0,1),(16708,'12085','Mantova','MANTOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16709,'5779','Mantry','MANTRY',NULL,'','France','',0,0,76,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16710,'43130','Mantua','MANTUA',NULL,'','Italy','',0,0,107,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16711,'3939','Mantyharju','MANTYHARJU',NULL,'','Finland','',0,0,75,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16712,'24176','Manuel Antonio','MANUEL ANTONIO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:17:58','1900-01-01 00:00:00',1,0,1),(16713,'43726','Manunda','MANUNDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16714,'40866','Manvar','MANVAR',NULL,'','India','',0,0,101,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16715,'40594','Manvel','MANVEL',NULL,'','United States','',0,0,231,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16716,'21228','Many','MANY',NULL,'','United States','',0,0,231,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16717,'41612','Manyeleti Game Reserve','MANYELETI GAME RESERVE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16718,'3413','Manzanares','MANZANARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:17:59','1900-01-01 00:00:00',1,0,1),(16719,'11277','Manzania','MANZANIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16720,'32205','Manzanillo','MANZANILLO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16721,'13968','Manzanillo','MANZANILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16722,'29702','Manzanita','MANZANITA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16723,'37835','Manziana','MANZIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16724,'16910','Manzini','MANZINI',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:18:00','1900-01-01 00:00:00',1,0,1),(16725,'2474','Maó','MAÓ',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16726,'23970','Maoming','MAOMING',NULL,'','China','',0,0,46,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16727,'34885','Maoxian','MAOXIAN',NULL,'','China','',0,0,46,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16728,'22157','Maple City','MAPLE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16729,'22949','Maple Creek','MAPLE CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:01','1900-01-01 00:00:00',1,0,1),(16730,'39406','Mapleton','MAPLETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:02','1900-01-01 00:00:00',1,0,1),(16731,'30040','Mapleton','MAPLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:03','1900-01-01 00:00:00',1,0,1),(16732,'27440','Maplewood','MAPLEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:03','1900-01-01 00:00:00',1,0,1),(16733,'13500','Mapo-dong','MAPO-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16734,'11278','Mappano','MAPPANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16735,'39127','Mapua','MAPUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16736,'10434','Mapusa','MAPUSA',NULL,'','India','Mapusa',11,0,101,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16737,'14221','Maputo','MAPUTO',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16738,'20240','Maquoketa','MAQUOKETA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:04','1900-01-01 00:00:00',1,0,1),(16739,'25103','Maraba','MARABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16740,'32215','Maracaibo','MARACAIBO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16741,'32185','Maracay','MARACAY',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16742,'35955','Maragogi','MARAGOGI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16743,'25023','Maragoji','MARAGOJI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16744,'43025','Marahau','MARAHAU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16745,'4387','Marais','MARAIS',NULL,'','France','',0,0,76,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16746,'32579','Maraisburg','MARAISBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16747,'13465','Marakei','MARAKEI',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16748,'41613','Marakele National Park','MARAKELE NATIONAL PARK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:05','1900-01-01 00:00:00',1,0,1),(16749,'18161','Marana','MARANA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16750,'42916','Marananga','MARANANGA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16751,'12086','Maranello','MARANELLO',NULL,'','Italy','Maranello',0,0,107,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16752,'42843','Marang','MARANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16753,'6348','Marans','MARANS',NULL,'','France','',0,0,76,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16754,'1636','Marao','MARAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16755,'40867','Mararikulam','MARARIKULAM',NULL,'','India','',0,0,101,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16756,'12087','Maratea','MARATEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:06','1900-01-01 00:00:00',1,0,1),(16757,'39389','Marathokampos','MARATHOKAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16758,'30780','Marathon','MARATHON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16759,'35263','Marathon','MARATHON',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:07','1900-01-01 00:00:00',1,0,1),(16760,'34556','Marathon','MARATHON',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16761,'35266','Marathonas','MARATHONAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16762,'35954','Marau','MARAU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16763,'16550','Marau','MARAU',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16764,'17130','Maraval','MARAVAL',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16765,'15554','Marawi','MARAWI',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16766,'35847','Marawila','MARAWILA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16767,'8520','Marazion','MARAZION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16768,'3262','Marbella','MARBELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16769,'24218','Marbella','MARBELLA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:18:08','1900-01-01 00:00:00',1,0,1),(16770,'26600','Marble Bar','MARBLE BAR',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:09','1900-01-01 00:00:00',1,0,1),(16771,'21427','Marblehead','MARBLEHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16772,'32116','Marbleton','MARBLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16773,'73','Marburg','MARBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:10','1900-01-01 00:00:00',1,0,1),(16774,'27707','Marceline','MARCELINE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16775,'37589','Marcenay','MARCENAY',NULL,'','France','',0,0,76,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16776,'4388','Marcey-les-grèves','MARCEY-LES-GRÈVES',NULL,'','France','',0,0,76,'2016-10-17 11:18:11','1900-01-01 00:00:00',1,0,1),(16777,'5780','Marchaux','MARCHAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16778,'40970','Marche','MARCHE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16779,'38597','Marchula','MARCHULA',NULL,'','India','',0,0,101,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16780,'8521','Marchwiel','MARCHWIEL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16781,'4922','Marciac','MARCIAC',NULL,'','France','',0,0,76,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16782,'11280','Marciaga','MARCIAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16783,'12088','Marcialla','MARCIALLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:12','1900-01-01 00:00:00',1,0,1),(16784,'12089','Marciana','MARCIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16785,'12091','Marcianise','MARCIANISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16786,'37441','Marcilla','MARCILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16787,'15641','Marcinowice','MARCINOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16788,'19474','Marco Island','MARCO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:18:13','1900-01-01 00:00:00',1,0,1),(16789,'12894','Marcon','MARCON',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16790,'42230','Marcoola','MARCOOLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16791,'4751','Marcoussis','MARCOUSSIS',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16792,'6182','Marcq-en-baroeul','MARCQ-EN-BAROEUL',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16793,'4389','Marcy L Etoile','MARCY L ETOILE',NULL,'','France','',0,0,76,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16794,'17335','Mardin','MARDIN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16795,'14424','Mare','MARE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16796,'32351','Mareb','MAREB',NULL,'','Yemen','',0,0,240,'2016-10-17 11:18:14','1900-01-01 00:00:00',1,0,1),(16797,'11281','Marebbe','MAREBBE',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16798,'42002','Marebello Di Rimini','MAREBELLO DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16799,'42761','Marechal Deodoro','MARECHAL DEODORO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16800,'26418','Mareeba','MAREEBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16801,'20241','Marengo','MARENGO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16802,'6349','Marennes (Poitou-charentes)','MARENNES (POITOU-CHARENTES)',NULL,'','France','',0,0,76,'2016-10-17 11:18:15','1900-01-01 00:00:00',1,0,1),(16803,'42642','Maresias','MARESIAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16804,'5860','Mareuil-les-meaux','MAREUIL-LES-MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16805,'30783','Marfa','MARFA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16806,'14187','Marfa','MARFA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16807,'25731','Margaree','MARGAREE',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:16','1900-01-01 00:00:00',1,0,1),(16808,'26960','Margaret River','MARGARET RIVER',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16809,'27004','Margareten','MARGARETEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16810,'42965','Margaretting','MARGARETTING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16811,'28939','Margaretville','MARGARETVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:17','1900-01-01 00:00:00',1,0,1),(16812,'8522','Margate','MARGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16813,'5214','Margaux','MARGAUX',NULL,'','France','',0,0,76,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16814,'12895','Marghera','MARGHERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16815,'12092','Margherita Di Savoia','MARGHERITA DI SAVOIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16816,'5010','Margny Les Compiegne','MARGNY LES COMPIEGNE',NULL,'','France','',0,0,76,'2016-10-17 11:18:18','1900-01-01 00:00:00',1,0,1),(16817,'37799','Margon','MARGON',NULL,'','France','',0,0,76,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16818,'22786','Maria','MARIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16819,'24389','Maria Alm','MARIA ALM',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16820,'643','Maria Laach','MARIA LAACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16821,'27005','Mariahilf','MARIAHILF',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16822,'35569','Marian D\'agro','MARIAN D\'AGRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:19','1900-01-01 00:00:00',1,0,1),(16823,'7200','Marianglas','MARIANGLAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16824,'39176','Marianka','MARIANKA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16825,'18048','Marianna','MARIANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16826,'24317','Marianske Lazne','MARIANSKE LAZNE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16827,'24427','Mariatrost','MARIATROST',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:20','1900-01-01 00:00:00',1,0,1),(16828,'39557','Mariaville','MARIAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16829,'24428','Mariazell','MARIAZELL',NULL,'','Austria','',0,0,14,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16830,'37110','Marib','MARIB',NULL,'','Yemen','',0,0,240,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16831,'2303','Maribo','MARIBO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16832,'16642','Maribor','MARIBOR',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16833,'15758','Maricao','MARICAO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16834,'18163','Maricopa','MARICOPA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:21','1900-01-01 00:00:00',1,0,1),(16835,'16761','Marieberg','MARIEBERG',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16836,'16776','Mariefred','MARIEFRED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16837,'9366','Marie-galante','MARIE-GALANTE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16838,'3910','Mariehamn','MARIEHAMN',NULL,'','Finland','',0,0,75,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16839,'16872','Marieholm','MARIEHOLM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16840,'40577','Marienberg','MARIENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16841,'453','Mariendorf','MARIENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16842,'725','Marienfelde','MARIENFELDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:22','1900-01-01 00:00:00',1,0,1),(16843,'533','Marienheide','MARIENHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16844,'36443','Mariental','MARIENTAL',NULL,'','Namibia','',0,0,151,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16845,'30041','Marienville','MARIENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16846,'16888','Mariestad','MARIESTAD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16847,'32924','Marietta','MARIETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:23','1900-01-01 00:00:00',1,0,1),(16848,'12093','Marigliano','MARIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:24','1900-01-01 00:00:00',1,0,1),(16849,'6481','Marignane','MARIGNANE',NULL,'','France','',0,0,76,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16850,'9384','Marigot','MARIGOT',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16851,'2103','Marigot','MARIGOT',NULL,'','Dominica','',0,0,500,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16852,'13579','Marigot Bay','MARIGOT BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16853,'38879','Marijampole','MARIJAMPOLE',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16854,'15533','Marikina','MARIKINA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16855,'25209','Marilia','MARILIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16856,'3667','Marin','MARIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16857,'18652','Marin County','MARIN COUNTY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:25','1900-01-01 00:00:00',1,0,1),(16858,'18653','Marina','MARINA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:26','1900-01-01 00:00:00',1,0,1),(16859,'32523','Marina Beach','MARINA BEACH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:18:26','1900-01-01 00:00:00',1,0,1),(16860,'15455','Marinduque','MARINDUQUE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:18:28','1900-01-01 00:00:00',1,0,1),(16861,'22158','Marine City','MARINE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16862,'41210','Marine Park','MARINE PARK',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16863,'19476','Marineland','MARINELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:18:29','1900-01-01 00:00:00',1,0,1),(16864,'31805','Marinette','MARINETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16865,'25115','Maringa','MARINGA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16866,'15859','Marinha','MARINHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16867,'10848','Marino','MARINO',NULL,'','Ireland','',0,0,105,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16868,'20642','Marion','MARION',NULL,'','United States','',0,0,231,'2016-10-17 11:18:30','1900-01-01 00:00:00',1,0,1),(16869,'18656','Mariposa','MARIPOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16870,'43026','Mariri','MARIRI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16871,'38375','Marisule','MARISULE',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16872,'18050','Marked Tree','MARKED TREE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16873,'14753','Markelo','MARKELO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:18:34','1900-01-01 00:00:00',1,0,1),(16874,'8527','Markfield','MARKFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:35','1900-01-01 00:00:00',1,0,1),(16875,'34557','Markham','MARKHAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:35','1900-01-01 00:00:00',1,0,1),(16876,'20643','Markham','MARKHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16877,'15696','Marki','MARKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16878,'34692','Markinch','MARKINCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16879,'1891','Markkleeberg','MARKKLEEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16880,'20937','Markle','MARKLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:36','1900-01-01 00:00:00',1,0,1),(16881,'18657','Markleeville','MARKLEEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16882,'74','Markranstädt','MARKRANSTÄDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16883,'1499','Marksville','MARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:37','1900-01-01 00:00:00',1,0,1),(16884,'37701','Markt Schwaben','MARKT SCHWABEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16885,'253','Marktbreit','MARKTBREIT',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16886,'254','Marktheidenfeld','MARKTHEIDENFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16887,'255','Marktredwitz','MARKTREDWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16888,'8529','Markyate','MARKYATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16889,'27254','Marl','MARL',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:38','1900-01-01 00:00:00',1,0,1),(16890,'42710','Marla','MARLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:39','1900-01-01 00:00:00',1,0,1),(16891,'31350','Marlboro','MARLBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:39','1900-01-01 00:00:00',1,0,1),(16892,'21429','Marlborough','MARLBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16893,'15129','Marlborough','MARLBOROUGH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16894,'8530','Marlborough','MARLBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16895,'12103','Marlengo','MARLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16896,'21739','Marley','MARLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:18:40','1900-01-01 00:00:00',1,0,1),(16897,'40459','Marliana','MARLIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:41','1900-01-01 00:00:00',1,0,1),(16898,'30784','Marlin','MARLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:18:41','1900-01-01 00:00:00',1,0,1),(16899,'32008','Marlinton','MARLINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16900,'32925','Marlow','MARLOW',NULL,'','United States','',0,0,231,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16901,'8531','Marlow','MARLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:42','1900-01-01 00:00:00',1,0,1),(16902,'36328','Marlow-on-thames','MARLOW-ON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:43','1900-01-01 00:00:00',1,0,1),(16903,'28335','Marlton','MARLTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:43','1900-01-01 00:00:00',1,0,1),(16904,'33931','Marlwood Acre','MARLWOOD ACRE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16905,'10705','Marmagao','MARMAGAO',NULL,'','India','',0,0,101,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16906,'5215','Marmande','MARMANDE',NULL,'','France','',0,0,76,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16907,'9694','Marmaras','MARMARAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16908,'17340','Marmaris','MARMARIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16909,'36806','Marmaris-icmeler','MARMARIS-ICMELER',NULL,'','Turkey','',0,0,222,'2016-10-17 11:18:44','1900-01-01 00:00:00',1,0,1),(16910,'3263','Marmolejo','MARMOLEJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16911,'28336','Marmora','MARMORA',NULL,'','United States','',0,0,231,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16912,'5861','Marne-la-vallee','MARNE-LA-VALLEE',NULL,'','France','Marne-la-Vallee',0,0,76,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16913,'38633','Marnhull','MARNHULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:45','1900-01-01 00:00:00',1,0,1),(16914,'3264','Maro','MARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16915,'39167','Maroantsetra','MAROANTSETRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16916,'13834','Maroma','MAROMA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16917,'9695','Maronia','MARONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16918,'26723','Maroochydore','MAROOCHYDORE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16919,'26263','Maroochydore-mooloolaba','MAROOCHYDORE-MOOLOOLABA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16920,'12104','Marostica','MAROSTICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16921,'12105','Marotta','MAROTTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16922,'24018','Maroua','MAROUA',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16923,'34235','Maroubra','MAROUBRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:46','1900-01-01 00:00:00',1,0,1),(16924,'43196','Maroussi','MAROUSSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16925,'39481','Marquay','MARQUAY',NULL,'','France','',0,0,76,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16926,'16124','Marquesas Islands','MARQUESAS ISLANDS',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16927,'20243','Marquette','MARQUETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:18:47','1900-01-01 00:00:00',1,0,1),(16928,'9843','Marquis','MARQUIS',NULL,'','Grenada','',0,0,88,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16929,'6183','Marquise','MARQUISE',NULL,'','France','',0,0,76,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16930,'13698','Marrakech','MARRAKECH',NULL,'','Morocco','',0,0,148,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16931,'938','Marrara','MARRARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16932,'42709','Marree','MARREE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:48','1900-01-01 00:00:00',1,0,1),(16933,'21229','Marrero','MARRERO',NULL,'','United States','',0,0,231,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16934,'34236','Marrickville','MARRICKVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16935,'30043','Mars','MARS',NULL,'','United States','',0,0,231,'2016-10-17 11:18:49','1900-01-01 00:00:00',1,0,1),(16936,'2431','Marsa Alam','MARSA ALAM',NULL,'','Egypt','',0,0,65,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16937,'12846','Marsala','MARSALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16938,'14196','Marsalforn','MARSALFORN',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16939,'4893','Marsannay-la-cote','MARSANNAY-LA-COTE',NULL,'','France','',0,0,76,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16940,'14188','Marsascala','MARSASCALA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16941,'44038','Marsaskala','MARSASKALA',NULL,'','Malta','',0,0,135,'2016-10-17 11:18:50','1900-01-01 00:00:00',1,0,1),(16942,'37309','Marsberg','MARSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16943,'35560','Marsciano','MARSCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16944,'8532','Marsden','MARSDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16945,'37268','Marseillan','MARSEILLAN',NULL,'','France','',0,0,76,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16946,'6482','Marseille','MARSEILLE',NULL,'','France','',0,0,76,'2016-10-17 11:18:51','1900-01-01 00:00:00',1,0,1),(16947,'24885','Marsh Harbour','MARSH HARBOUR',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:18:52','1900-01-01 00:00:00',1,0,1),(16948,'33933','Marshall','MARSHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:18:52','1900-01-01 00:00:00',1,0,1),(16949,'30044','Marshalls Creek','MARSHALLS CREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:18:54','1900-01-01 00:00:00',1,0,1),(16950,'20244','Marshalltown','MARSHALLTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:18:55','1900-01-01 00:00:00',1,0,1),(16951,'38623','Marsham','MARSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:55','1900-01-01 00:00:00',1,0,1),(16952,'27709','Marshfield','MARSHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:56','1900-01-01 00:00:00',1,0,1),(16953,'39388','Marsolan','MARSOLAN',NULL,'','France','',0,0,76,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16954,'16781','Marsta','MARSTA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16955,'2193','Marstal','MARSTAL',NULL,'','Denmark','',0,0,59,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16956,'27710','Marston','MARSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:18:57','1900-01-01 00:00:00',1,0,1),(16957,'8533','Marston','MARSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16958,'36671','Marstrand','MARSTRAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16959,'12106','Marta','MARTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16960,'38260','Martel','MARTEL',NULL,'','France','',0,0,76,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16961,'40426','Martellago','MARTELLAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16962,'22950','Martensville','MARTENSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:18:58','1900-01-01 00:00:00',1,0,1),(16963,'21431','Martha\'s Vineyard','MARTHA\'S VINEYARD',NULL,'','United States','',0,0,231,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16964,'4393','Martigne Briand','MARTIGNE BRIAND',NULL,'','France','',0,0,76,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16965,'6252','Martigne-sur-mayenne','MARTIGNE-SUR-MAYENNE',NULL,'','France','',0,0,76,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16966,'33','Martigny','MARTIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:18:59','1900-01-01 00:00:00',1,0,1),(16967,'4864','Martigues','MARTIGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16968,'39073','Martillac','MARTILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16969,'33026','Martin','MARTIN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:00','1900-01-01 00:00:00',1,0,1),(16970,'12107','Martina Franca','MARTINA FRANCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16971,'15130','Martinborough','MARTINBOROUGH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16972,'18659','Martinez','MARTINEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16973,'38904','Martinez De La Torre','MARTINEZ DE LA TORRE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16974,'36576','Martinho Do Porto','MARTINHO DO PORTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16975,'14231','Martinique','MARTINIQUE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:19:01','1900-01-01 00:00:00',1,0,1),(16976,'29418','Martins Ferry','MARTINS FERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:02','1900-01-01 00:00:00',1,0,1),(16977,'32009','Martinsburg','MARTINSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:19:02','1900-01-01 00:00:00',1,0,1),(16978,'27999','Martinsdale','MARTINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16979,'40246','Martinsicuro','MARTINSICURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16980,'31163','Martinsville','MARTINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:03','1900-01-01 00:00:00',1,0,1),(16981,'8535','Martock','MARTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16982,'3562','Martorell','MARTORELL',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16983,'14382','Marudi','MARUDI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16984,'43917','Marugame','MARUGAME',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:04','1900-01-01 00:00:00',1,0,1),(16985,'13289','Maruko','MARUKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16986,'43851','Marungoor','MARUNGOOR',NULL,'','India','',0,0,101,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16987,'16017','Marvao','MARVAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16988,'38082','Marvejols','MARVEJOLS',NULL,'','France','',0,0,76,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16989,'15978','Marvila','MARVILA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16990,'17109','Mary','MARY',NULL,'','Turkmenistan','',0,0,223,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16991,'19477','Mary Esther','MARY ESTHER',NULL,'','United States','',0,0,231,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16992,'43659','Mary River Wetland','MARY RIVER WETLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16993,'26914','Maryborough','MARYBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:05','1900-01-01 00:00:00',1,0,1),(16994,'38499','Marybrook','MARYBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16995,'8536','Maryculter','MARYCULTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16996,'27711','Maryland Heights','MARYLAND HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16997,'7201','Marylebone','MARYLEBONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16998,'25666','Mary\'s Harbour','MARY\'S HARBOUR',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(16999,'25667','Marystown','MARYSTOWN',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:06','1900-01-01 00:00:00',1,0,1),(17000,'26915','Marysville','MARYSVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:07','1900-01-01 00:00:00',1,0,1),(17001,'29419','Marysville','MARYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:07','1900-01-01 00:00:00',1,0,1),(17002,'26725','Maryvale','MARYVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:08','1900-01-01 00:00:00',1,0,1),(17003,'20645','Maryville','MARYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:08','1900-01-01 00:00:00',1,0,1),(17004,'2004','Marzahn','MARZAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:09','1900-01-01 00:00:00',1,0,1),(17005,'3983','Masaby','MASABY',NULL,'','Finland','',0,0,75,'2016-10-17 11:19:09','1900-01-01 00:00:00',1,0,1),(17006,'11047','Masada','MASADA',NULL,'','Israel','',0,0,106,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17007,'37442','Masai Mara','MASAI MARA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17008,'3763','Masalfasar','MASALFASAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17009,'44295','Masalfassar','MASALFASSAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17010,'10361','Masamba','MASAMBA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17011,'17462','Masasi','MASASI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17012,'43984','Masatepe','MASATEPE',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17013,'43985','Masaya','MASAYA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17014,'15521','Masbate','MASBATE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17015,'12108','Mascali','MASCALI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:10','1900-01-01 00:00:00',1,0,1),(17016,'37644','Mascara','MASCARA',NULL,'','Algeria','',0,0,3,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17017,'34237','Mascot','MASCOT',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17018,'14018','Mascota','MASCOTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17019,'22787','Mascouche','MASCOUCHE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17020,'40251','Mascoutah','MASCOUTAH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17021,'22592','Maselheim','MASELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17022,'12109','Masera Di Padova','MASERA DI PADOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17023,'13629','Maseru','MASERU',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:19:11','1900-01-01 00:00:00',1,0,1),(17024,'40600','Mashabei Sade','MASHABEI SADE',NULL,'','Israel','',0,0,106,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17025,'42219','Mashad','MASHAD',NULL,'','Iran','',0,0,103,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17026,'8537','Masham','MASHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17027,'19105','Mashantucket','MASHANTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17028,'35434','Mashhad','MASHHAD',NULL,'','Iran','',0,0,103,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17029,'40868','Mashobra','MASHOBRA',NULL,'','India','Mashobra',1,0,101,'2016-10-17 11:19:12','1900-01-01 00:00:00',1,0,1),(17030,'21432','Mashpee','MASHPEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17031,'2693','Masía Aldamar','MASÍA ALDAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17032,'43852','Masinagudi','MASINAGUDI',NULL,'','India','',0,0,101,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17034,'15278','Masirah','MASIRAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17035,'24916','Maskall','MASKALL',NULL,'','Belize','',0,0,22,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17036,'3563','Masnou','MASNOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17037,'24664','Masnuy-saint-jean','MASNUY-SAINT-JEAN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:19:13','1900-01-01 00:00:00',1,0,1),(17038,'32011','Mason','MASON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:14','1900-01-01 00:00:00',1,0,1),(17039,'3370','Maspalomas','MASPALOMAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17040,'28940','Maspeth','MASPETH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17041,'3564','Masquefa','MASQUEFA',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17042,'12855','Massa','MASSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:15','1900-01-01 00:00:00',1,0,1),(17043,'43271','Massalfassar','MASSALFASSAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:16','1900-01-01 00:00:00',1,0,1),(17044,'31165','Massanutten','MASSANUTTEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:16','1900-01-01 00:00:00',1,0,1),(17045,'43107','Massanzago','MASSANZAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:17','1900-01-01 00:00:00',1,0,1),(17046,'28941','Massapequa','MASSAPEQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:17','1900-01-01 00:00:00',1,0,1),(17047,'12112','Massarosa','MASSAROSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17048,'28943','Massena','MASSENA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17049,'1979','Masserberg','MASSERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17050,'25480','Masset','MASSET',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17051,'34558','Massey','MASSEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:18','1900-01-01 00:00:00',1,0,1),(17052,'4833','Massieux','MASSIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17053,'6350','Massignac','MASSIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17054,'29421','Massillon','MASSILLON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17055,'11289','Massino Visconti','MASSINO VISCONTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17056,'37859','Massouri','MASSOURI',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17057,'5131','Massy','MASSY',NULL,'','France','',0,0,76,'2016-10-17 11:19:19','1900-01-01 00:00:00',1,0,1),(17058,'15076','Masterton','MASTERTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17059,'24865','Mastic Point','MASTIC POINT',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17060,'43434','Mastihari','MASTIHARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17061,'13164','Masuda','MASUDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17062,'15592','Masurian Lakes','MASURIAN LAKES',NULL,'','Poland','',0,0,174,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17063,'32665','Masvingo','MASVINGO',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17064,'25043','Mata De Sao Joao','MATA DE SAO JOAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17065,'24027','Matadi','MATADI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17066,'14447','Matagalpa','MATAGALPA',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17067,'22788','Matagami','MATAGAMI',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17068,'2694','Matagorda','MATAGORDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17069,'16163','Mataiva','MATAIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:19:20','1900-01-01 00:00:00',1,0,1),(17070,'43027','Matakana','MATAKANA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17071,'9696','Matala','MATALA',NULL,'','Greece','',0,0,86,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17072,'36164','Matalascanas','MATALASCANAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17073,'3461','Matalebreras','MATALEBRERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17074,'16521','Matam','MATAM',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17075,'36204','Matamanoa Island','MATAMANOA ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17076,'43624','Matamata','MATAMATA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17077,'30045','Matamoras','MATAMORAS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17078,'14108','Matamoros','MATAMOROS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17079,'22789','Matane','MATANE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:21','1900-01-01 00:00:00',1,0,1),(17080,'4064','Matangi Island','MATANGI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17081,'43086','Matanzas','MATANZAS',NULL,'','Cuba','',0,0,56,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17082,'22790','Matapedia','MATAPEDIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17083,'38334','Mataranka','MATARANKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17084,'3565','Mataro','MATARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17085,'15217','Matauri Bay','MATAURI BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17086,'7202','Matchams','MATCHAMS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17087,'14085','Matehuala','MATEHUALA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17088,'37795','Matelica','MATELICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17089,'38968','Matemo Island','MATEMO ISLAND',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:19:22','1900-01-01 00:00:00',1,0,1),(17090,'12701','Matera','MATERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17091,'8538','Matfen','MATFEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17092,'21093','Matfield Green','MATFIELD GREEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17093,'43853','Matheran','MATHERAN',NULL,'','India','Matheran',5,0,101,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17094,'43634','Mathinna','MATHINNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:23','1900-01-01 00:00:00',1,0,1),(17095,'30786','Mathis','MATHIS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17096,'10683','Mathura','MATHURA',NULL,'','India','Mathura',6,0,101,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17097,'38614','Matino','MATINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17098,'19478','Matlacha','MATLACHA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17099,'8539','Matlock','MATLOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:24','1900-01-01 00:00:00',1,0,1),(17100,'17176','Matmata','MATMATA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17101,'16027','Matosinhos','MATOSINHOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17102,'40599','Matougues','MATOUGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17103,'10076','Matrahaza','MATRAHAZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17104,'35342','Matraszentimre','MATRASZENTIMRE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17105,'39951','Mátraszentimre','MÁTRASZENTIMRE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17106,'35882','Matrei','MATREI',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17107,'13630','Matsaile','MATSAILE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17108,'13290','Matsubara','MATSUBARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:25','1900-01-01 00:00:00',1,0,1),(17109,'13291','Matsudo','MATSUDO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17110,'35740','Matsue','MATSUE',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17111,'13292','Matsumoto','MATSUMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17112,'42561','Matsuo','MATSUO',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17113,'43052','Matsusaka','MATSUSAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17114,'42687','Matsushima','MATSUSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17115,'13293','Matsuyama','MATSUYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17116,'21433','Mattapan','MATTAPAN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17117,'12113','Mattarello','MATTARELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:26','1900-01-01 00:00:00',1,0,1),(17118,'20646','Matteson','MATTESON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17119,'24860','Matthew Town','MATTHEW TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17120,'33934','Matthews','MATTHEWS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17121,'12114','Mattinata','MATTINATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:27','1900-01-01 00:00:00',1,0,1),(17122,'20647','Mattoon','MATTOON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17123,'38443','Mattsee','MATTSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17124,'28944','Mattydale','MATTYDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:28','1900-01-01 00:00:00',1,0,1),(17125,'30252','Matunuck','MATUNUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17126,'24989','Matupa','MATUPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17127,'32203','Maturin','MATURIN',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17128,'6773','Matzenheim','MATZENHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17129,'6184','Maubeuge','MAUBEUGE',NULL,'','France','',0,0,76,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17130,'27108','Mauerbach','MAUERBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:29','1900-01-01 00:00:00',1,0,1),(17131,'37485','Mauerstetten','MAUERSTETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17132,'25031','Maues','MAUES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17133,'4937','Mauguio','MAUGUIO',NULL,'','France','',0,0,76,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17134,'36917','Maui-hana','MAUI-HANA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:30','1900-01-01 00:00:00',1,0,1),(17135,'36938','Maui-kaanapali','MAUI-KAANAPALI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17136,'36939','Maui-kahana','MAUI-KAHANA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17137,'36999','Maui-kahului','MAUI-KAHULUI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:31','1900-01-01 00:00:00',1,0,1),(17138,'36936','Maui-kapalua','MAUI-KAPALUA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:32','1900-01-01 00:00:00',1,0,1),(17139,'36946','Maui-kihei','MAUI-KIHEI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:32','1900-01-01 00:00:00',1,0,1),(17140,'36953','Maui-lahaina','MAUI-LAHAINA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17141,'36969','Maui-maalaea','MAUI-MAALAEA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17142,'36980','Maui-makena','MAUI-MAKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:33','1900-01-01 00:00:00',1,0,1),(17143,'36988','Maui-napili','MAUI-NAPILI',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17144,'37056','Maui-wailea','MAUI-WAILEA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17145,'36971','Maui-wailuku','MAUI-WAILUKU',NULL,'','United States','',0,0,231,'2016-10-17 11:19:34','1900-01-01 00:00:00',1,0,1),(17146,'24070','Mauke','MAUKE',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17147,'30370','Mauldin','MAULDIN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17148,'5821','Maulevrier','MAULEVRIER',NULL,'','France','',0,0,76,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17149,'29422','Maumee','MAUMEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:35','1900-01-01 00:00:00',1,0,1),(17150,'18052','Maumelle','MAUMELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17151,'10353','Maumere','MAUMERE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17152,'25261','Maun','MAUN',NULL,'','Botswana','',0,0,28,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17153,'38868','Maunabo','MAUNABO',NULL,'','United States','',0,0,231,'2016-10-17 11:19:36','1900-01-01 00:00:00',1,0,1),(17154,'20079','Maunaloa','MAUNALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17155,'16125','Maupiti','MAUPITI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17156,'23282','Maur','MAUR',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17157,'24482','Maurach','MAURACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17158,'5822','Maurepas','MAUREPAS',NULL,'','France','',0,0,76,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17159,'15131','Mauria River Valley','MAURIA RIVER VALLEY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17160,'40180','Mauriac','MAURIAC',NULL,'','France','',0,0,76,'2016-10-17 11:19:37','1900-01-01 00:00:00',1,0,1),(17161,'42162','Mauricie','MAURICIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17162,'14254','Mauritius','MAURITIUS',NULL,'','Mauritius','Mauritius',35,0,139,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17164,'36413','Mauritius-trou D\'eau','MAURITIUS-TROU D\'EAU',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17165,'5216','Maury','MAURY',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17166,'41386','Maussane-les Alpilles','MAUSSANE-LES ALPILLES',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17167,'4394','Maussane-les-alpilles','MAUSSANE-LES-ALPILLES',NULL,'','France','',0,0,76,'2016-10-17 11:19:38','1900-01-01 00:00:00',1,0,1),(17168,'36289','Maussanne Les Alpill','MAUSSANNE LES ALPILL',NULL,'','France','',0,0,76,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17169,'31808','Mauston','MAUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17170,'24390','Mauterndorf','MAUTERNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17171,'27080','Mauthen','MAUTHEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17172,'39864','Mauvezin','MAUVEZIN',NULL,'','France','',0,0,76,'2016-10-17 11:19:39','1900-01-01 00:00:00',1,0,1),(17173,'5473','Maux','MAUX',NULL,'','France','',0,0,76,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17174,'38790','Mavillette','MAVILLETTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17175,'42215','Mawatha','MAWATHA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17176,'8540','Mawdesley','MAWDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17177,'42256','Mawlamyine','MAWLAMYINE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17178,'37310','Mawson Lakes','MAWSON LAKES',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17179,'31166','Max Meadows','MAX MEADOWS',NULL,'','United States','',0,0,231,'2016-10-17 11:19:40','1900-01-01 00:00:00',1,0,1),(17180,'38035','Maxaranguape','MAXARANGUAPE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17181,'14128','Maxcanu','MAXCANU',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17182,'6046','Maxeville','MAXEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17183,'15759','Mayaguez','MAYAGUEZ',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17184,'28945','Maybrook','MAYBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17185,'27109','Mayerling','MAYERLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:41','1900-01-01 00:00:00',1,0,1),(17186,'21094','Mayetta','MAYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17187,'8541','Mayfair','MAYFAIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17188,'34238','Mayfield','MAYFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17189,'25820','Mayfield','MAYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:42','1900-01-01 00:00:00',1,0,1),(17190,'33690','Mayfield','MAYFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:43','1900-01-01 00:00:00',1,0,1),(17191,'43854','Mayiladuthurai','MAYILADUTHURAI',NULL,'','India','',0,0,101,'2016-10-17 11:19:43','1900-01-01 00:00:00',1,0,1),(17192,'42080','Maymyo','MAYMYO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17193,'21434','Maynard','MAYNARD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17194,'25249','Maynards','MAYNARDS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17195,'25481','Mayne Island','MAYNE ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17196,'10889','Maynooth','MAYNOOTH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17197,'22980','Mayo','MAYO',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17198,'6839','Mayoumba','MAYOUMBA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17199,'32164','Mayreau Island','MAYREAU ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:19:44','1900-01-01 00:00:00',1,0,1),(17200,'35883','Mayrhofen','MAYRHOFEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17201,'75','Mayschoss','MAYSCHOSS',NULL,'','Germany','',0,0,83,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17202,'33691','Maysville','MAYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17203,'31809','Mayville','MAYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:45','1900-01-01 00:00:00',1,0,1),(17204,'28139','Maywood','MAYWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17205,'3265','Mazagon','MAZAGON',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17206,'31550','Mazama','MAZAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:19:47','1900-01-01 00:00:00',1,0,1),(17207,'43957','Mazamitla','MAZAMITLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17208,'5328','Mazan','MAZAN',NULL,'','France','',0,0,76,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17209,'12115','Mazara Del Vallo','MAZARA DEL VALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17210,'6483','Mazargues','MAZARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17211,'3668','Mazaricos','MAZARICOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:48','1900-01-01 00:00:00',1,0,1),(17212,'25840','Mazar-i-sharif','MAZAR-I-SHARIF',NULL,'','Afghanistan','',0,0,1,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17213,'3037','Mazarron','MAZARRON',NULL,'','Spain','',0,0,199,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17214,'14094','Mazatlan','MAZATLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17215,'31810','Mazomanie','MAZOMANIE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17216,'39270','Mazotos','MAZOTOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17217,'38015','Mazzarino','MAZZARINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:49','1900-01-01 00:00:00',1,0,1),(17218,'11290','Mazzaro','MAZZARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17219,'43154','Mazzeo','MAZZEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17220,'11291','Mazzetelli','MAZZETELLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17221,'12116','Mazzin','MAZZIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17222,'12117','Mazzolla','MAZZOLLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17223,'16911','Mbabane','MBABANE',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17224,'16551','Mbambanakira','MBAMBANAKIRA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:19:50','1900-01-01 00:00:00',1,0,1),(17225,'24028','Mbandaka','MBANDAKA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17226,'17481','Mbarara','MBARARA',NULL,'','Uganda','',0,0,226,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17227,'4093','Mbengga','MBENGGA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17228,'17463','Mbeya','MBEYA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17229,'6840','M\'bigou','M\'BIGOU',NULL,'','Gabon','',0,0,80,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17230,'43993','Mbodiene','MBODIENE',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17231,'16526','Mbour','MBOUR',NULL,'','Senegal','',0,0,187,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17232,'24029','Mbuji-mayi','MBUJI-MAYI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17233,'28337','Mcafee','MCAFEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17234,'32926','Mcalester','MCALESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:19:51','1900-01-01 00:00:00',1,0,1),(17235,'30787','Mcallen','MCALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:52','1900-01-01 00:00:00',1,0,1),(17236,'25482','Mcbride','MCBRIDE',NULL,'','Canada','',0,0,39,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17237,'20376','Mccall','MCCALL',NULL,'','United States','',0,0,231,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17238,'1515','Mccallen','MCCALLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:19:53','1900-01-01 00:00:00',1,0,1),(17239,'39738','Mccamey','MCCAMEY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:54','1900-01-01 00:00:00',1,0,1),(17240,'17697','Mccarthy','MCCARTHY',NULL,'','United States','',0,0,231,'2016-10-17 11:19:54','1900-01-01 00:00:00',1,0,1),(17241,'30371','Mcclellanville','MCCLELLANVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17242,'18661','Mccloud','MCCLOUD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17243,'27883','Mccomb','MCCOMB',NULL,'','United States','',0,0,231,'2016-10-17 11:19:55','1900-01-01 00:00:00',1,0,1),(17244,'28140','Mccook','MCCOOK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17245,'30372','Mccormick','MCCORMICK',NULL,'','United States','',0,0,231,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17246,'26264','Mccracken','MCCRACKEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:19:56','1900-01-01 00:00:00',1,0,1),(17247,'32832','Mcdermitt','MCDERMITT',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17248,'33204','Mcdonald','MCDONALD',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17249,'19870','Mcdonough','MCDONOUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:57','1900-01-01 00:00:00',1,0,1),(17250,'24318','Mcely','MCELY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17251,'31167','Mcgaheysville','MCGAHEYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17252,'18053','Mcgehee','MCGEHEE',NULL,'','United States','',0,0,231,'2016-10-17 11:19:58','1900-01-01 00:00:00',1,0,1),(17253,'17698','Mcgrath','MCGRATH',NULL,'','United States','',0,0,231,'2016-10-17 11:19:59','1900-01-01 00:00:00',1,0,1),(17254,'28947','Mcgraw','MCGRAW',NULL,'','United States','',0,0,231,'2016-10-17 11:19:59','1900-01-01 00:00:00',1,0,1),(17255,'30789','Mcgregor','MCGREGOR',NULL,'','United States','',0,0,231,'2016-10-17 11:20:00','1900-01-01 00:00:00',1,0,1),(17256,'28338','Mcguire Airforce Base','MCGUIRE AIRFORCE BASE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17257,'18164','Mcguireville','MCGUIREVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17258,'21740','Mchenry','MCHENRY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:01','1900-01-01 00:00:00',1,0,1),(17259,'34559','Mckellar','MCKELLAR',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17260,'31168','Mckenney','MCKENNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17261,'33205','Mckenzie','MCKENZIE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:02','1900-01-01 00:00:00',1,0,1),(17262,'18662','Mckinleyville','MCKINLEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:03','1900-01-01 00:00:00',1,0,1),(17263,'30790','Mckinney','MCKINNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17264,'26460','Mclaren Vale','MCLAREN VALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17265,'20650','Mclean','MCLEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:04','1900-01-01 00:00:00',1,0,1),(17266,'33935','Mcleansville','MCLEANSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17267,'72952','Mcleodganj','MCLEODGANJ',NULL,'','India','',0,0,101,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17268,'22163','Mcmillan','MCMILLAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:05','1900-01-01 00:00:00',1,0,1),(17269,'29704','Mcminnville','MCMINNVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:06','1900-01-01 00:00:00',1,0,1),(17270,'18165','Mcnary','MCNARY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:06','1900-01-01 00:00:00',1,0,1),(17271,'21095','Mcpherson','MCPHERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17272,'30791','Mcqueeney','MCQUEENEY',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17273,'19871','Mcrae','MCRAE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:07','1900-01-01 00:00:00',1,0,1),(17274,'14197','Mdina','MDINA',NULL,'','Malta','',0,0,135,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17275,'22951','Meadow Lake','MEADOW LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17276,'1507','Meadowlands','MEADOWLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17277,'42225','Meads Bay','MEADS BAY',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:20:08','1900-01-01 00:00:00',1,0,1),(17278,'18166','Meadview','MEADVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:20:09','1900-01-01 00:00:00',1,0,1),(17279,'30046','Meadville','MEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:09','1900-01-01 00:00:00',1,0,1),(17280,'40030','Meaford','MEAFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17281,'15860','Mealhada','MEALHADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17282,'1639','Mealhanda','MEALHANDA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17283,'3669','Meano','MEANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17284,'22164','Mears','MEARS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17285,'40306','Méaudre','MÉAUDRE',NULL,'','France','',0,0,76,'2016-10-17 11:20:10','1900-01-01 00:00:00',1,0,1),(17286,'33936','Mebane','MEBANE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17287,'16513','Mecca','MECCA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17288,'30048','Mechanicsburg','MECHANICSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:20:11','1900-01-01 00:00:00',1,0,1),(17289,'21741','Mechanicsville','MECHANICSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:12','1900-01-01 00:00:00',1,0,1),(17290,'24611','Mechelen','MECHELEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17291,'37837','Mecina Fondales','MECINA FONDALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17292,'76','Mecklenburger Seenplatte','MECKLENBURGER SEENPLATTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17293,'37755','Medebach','MEDEBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17294,'15897','Medelim','MEDELIM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17295,'24104','Medellin','MEDELLIN',NULL,'','Colombia','',0,0,49,'2016-10-17 11:20:13','1900-01-01 00:00:00',1,0,1),(17296,'14647','Medemblik','MEDEMBLIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17297,'17173','Medenine','MEDENINE',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17298,'12118','Medesano','MEDESANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17299,'21435','Medfield','MEDFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17300,'21436','Medford','MEDFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:14','1900-01-01 00:00:00',1,0,1),(17301,'13750','Medhufinolhu','MEDHUFINOLHU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17302,'30049','Media','MEDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17303,'16223','Medias','MEDIAS',NULL,'','Romania','',0,0,179,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17304,'42328','Medicina','MEDICINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:16','1900-01-01 00:00:00',1,0,1),(17305,'32117','Medicine Bow','MEDICINE BOW',NULL,'','United States','',0,0,231,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17306,'25336','Medicine Hat','MEDICINE HAT',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17307,'16482','Medina','MEDINA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17308,'29425','Medina','MEDINA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:17','1900-01-01 00:00:00',1,0,1),(17309,'2695','Medina-sidonia','MEDINA-SIDONIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:18','1900-01-01 00:00:00',1,0,1),(17310,'2696','Mediodia','MEDIODIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17311,'39198','Medis','MEDIS',NULL,'','France','',0,0,76,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17312,'34835','Medjugorje','MEDJUGORJE',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17313,'12119','Medolago','MEDOLAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17314,'28074','Medora','MEDORA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:19','1900-01-01 00:00:00',1,0,1),(17315,'39333','Medugorje','MEDUGORJE',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17316,'9971','Medulin','MEDULIN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17317,'16462','Medvedkovo','MEDVEDKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17318,'38707','Medvode','MEDVODE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17319,'13751','Meedhupparu','MEEDHUPPARU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17320,'26601','Meekatharra','MEEKATHARRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17321,'33489','Meeker','MEEKER',NULL,'','United States','',0,0,231,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17322,'1892','Meerane','MEERANE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17323,'77','Meerbusch','MEERBUSCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:20','1900-01-01 00:00:00',1,0,1),(17324,'36458','Meerkerk','MEERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17325,'22593','Meersburg','MEERSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17326,'13752','Meeru','MEERU',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17327,'24687','Meeuwen','MEEUWEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17328,'39783','Megala Chorafia','MEGALA CHORAFIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17329,'43435','Megali Ammos','MEGALI AMMOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17330,'9535','Megalochori','MEGALOCHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17331,'39250','Megas Gialos','MEGAS GIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17332,'6820','Megeve','MEGEVE',NULL,'','France','',0,0,76,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17333,'23283','Meggen','MEGGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17334,'1661','Meggido','MEGGIDO',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:21','1900-01-01 00:00:00',1,0,1),(17335,'15057','Meghauli','MEGHAULI',NULL,'','Nepal','',0,0,153,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17336,'14161','Megit Island','MEGIT ISLAND',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17337,'13294','Meguro','MEGURO',NULL,'','Japan','',0,0,110,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17338,'14884','Mehamn','MEHAMN',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17339,'27713','Mehlville','MEHLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17340,'15932','Meia Praia','MEIA PRAIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17341,'24535','Meidling','MEIDLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17342,'23284','Meilen','MEILEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17343,'37276','Meina','MEINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:22','1900-01-01 00:00:00',1,0,1),(17344,'1980','Meiningen','MEININGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17345,'22988','Meiringen','MEIRINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17346,'1942','Meisdorf','MEISDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17347,'37381','Meisenthal','MEISENTHAL',NULL,'','France','',0,0,76,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17348,'2092','Meissen','MEISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17349,'40455','Meissenheim','MEISSENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17350,'23939','Meixian','MEIXIAN',NULL,'','China','',0,0,46,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17351,'23971','Meizhou','MEIZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17352,'3984','Mejlans','MEJLANS',NULL,'','Finland','',0,0,75,'2016-10-17 11:20:23','1900-01-01 00:00:00',1,0,1),(17353,'41500','Mejorada Del Campo','MEJORADA DEL CAMPO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1);
INSERT INTO `tb_master_geo_city` VALUES (17354,'6851','Mekambo','MEKAMBO',NULL,'','Gabon','',0,0,80,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17355,'3867','Mekane Selam','MEKANE SELAM',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17356,'13701','Meknes','MEKNES',NULL,'','Morocco','Meknes',0,0,148,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17357,'17699','Mekoryuk','MEKORYUK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17358,'43546','Melaka','MELAKA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17359,'10181','Melanguane','MELANGUANE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17360,'27255','Melbeck','MELBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:24','1900-01-01 00:00:00',1,0,1),(17361,'37986','Melbourn','MELBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17362,'19479','Melbourne','MELBOURNE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17363,'14920','Melbu','MELBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17364,'23285','Melchnau','MELCHNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17365,'726','Meldorf','MELDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:25','1900-01-01 00:00:00',1,0,1),(17366,'32330','Mele','MELE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17367,'12120','Melendugno','MELENDUGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17368,'12121','Melezzole','MELEZZOLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17369,'22952','Melfort','MELFORT',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17370,'24127','Melgar','MELGAR',NULL,'','Colombia','',0,0,49,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17371,'23286','Melide','MELIDE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17372,'2872','Melilla','MELILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17373,'43535','Melilli','MELILLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:26','1900-01-01 00:00:00',1,0,1),(17374,'38448','Melissa','MELISSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17375,'39468','Melito Di Napoli','MELITO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17376,'40737','Melizzano','MELIZZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17377,'35884','Melk','MELK',NULL,'','Austria','Melk',0,0,14,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17378,'8542','Melksham','MELKSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17379,'5570','Mellac','MELLAC',NULL,'','France','',0,0,76,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17380,'27007','Mellau','MELLAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17381,'39175','Mellbystrand','MELLBYSTRAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:20:27','1900-01-01 00:00:00',1,0,1),(17382,'27256','Melle','MELLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17383,'16889','Mellerud','MELLERUD',NULL,'','Sweden','',0,0,209,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17384,'14198','Mellieha','MELLIEHA',NULL,'','Malta','',0,0,135,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17385,'1981','Mellingen','MELLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17386,'8543','Mellor','MELLOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17387,'3985','Mellungsby','MELLUNGSBY',NULL,'','Finland','',0,0,75,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17388,'32524','Melmoth','MELMOTH',NULL,'','South Africa','',0,0,195,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17389,'2697','Meloneras','MELONERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17390,'14809','Meloyvaer','MELOYVAER',NULL,'','Norway','',0,0,164,'2016-10-17 11:20:28','1900-01-01 00:00:00',1,0,1),(17391,'27443','Melrose','MELROSE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17392,'8544','Melrose','MELROSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17393,'42708','Melrose','MELROSE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:29','1900-01-01 00:00:00',1,0,1),(17394,'727','Melsdorf','MELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17395,'454','Melsungen','MELSUNGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17396,'8545','Meltham','MELTHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17397,'38670','Melton','MELTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17398,'8546','Melton Mowbray','MELTON MOWBRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:30','1900-01-01 00:00:00',1,0,1),(17399,'5863','Melun','MELUN',NULL,'','France','',0,0,76,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17400,'21098','Melvern','MELVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17401,'42682','Melvich','MELVICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17402,'26602','Melville','MELVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:31','1900-01-01 00:00:00',1,0,1),(17403,'22953','Melville','MELVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17404,'28949','Melville','MELVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17405,'22165','Melvindale','MELVINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17406,'44231','Melzo','MELZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:32','1900-01-01 00:00:00',1,0,1),(17407,'13165','Memanbetsu','MEMANBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17408,'256','Memmelsdorf','MEMMELSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17409,'257','Memmingen','MEMMINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17410,'28141','Memorial Stadium','MEMORIAL STADIUM',NULL,'','United States','',0,0,231,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17411,'27714','Memphis','MEMPHIS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:33','1900-01-01 00:00:00',1,0,1),(17412,'3868','Mena','MENA',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17413,'18054','Mena','MENA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17414,'12122','Menaggio','MENAGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:35','1900-01-01 00:00:00',1,0,1),(17415,'28950','Menands','MENANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17416,'38916','Menara','MENARA',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17417,'38822','Menard','MENARD',NULL,'','United States','',0,0,231,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17418,'5938','Mende','MENDE',NULL,'','France','',0,0,76,'2016-10-17 11:20:36','1900-01-01 00:00:00',1,0,1),(17419,'27885','Mendenhall','MENDENHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17420,'39875','Mendham','MENDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17421,'3869','Mendi','MENDI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17422,'18663','Mendocino','MENDOCINO',NULL,'','United States','',0,0,231,'2016-10-17 11:20:37','1900-01-01 00:00:00',1,0,1),(17423,'31351','Mendon','MENDON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:38','1900-01-01 00:00:00',1,0,1),(17424,'20652','Mendota','MENDOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:39','1900-01-01 00:00:00',1,0,1),(17425,'26124','Mendoza','MENDOZA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:20:39','1900-01-01 00:00:00',1,0,1),(17426,'23287','Mendrisio','MENDRISIO',NULL,'','Switzerland','Mendrisio',0,0,210,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17427,'21438','Menemsha','MENEMSHA',NULL,'','United States','',0,0,231,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17428,'24730','Menen','MENEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17429,'44075','Menerbes','MENERBES',NULL,'','France','',0,0,76,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17430,'4396','Ménerbes','MÉNERBES',NULL,'','France','',0,0,76,'2016-10-17 11:20:40','1900-01-01 00:00:00',1,0,1),(17431,'12123','Menfi','MENFI',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17432,'78','Mengershausen','MENGERSHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17433,'455','Mengerskirchen','MENGERSKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17434,'14391','Menggatal','MENGGATAL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17435,'3266','Mengibar','MENGIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17436,'34888','Mengzi','MENGZI',NULL,'','China','',0,0,46,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17437,'43626','Meningie','MENINGIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17438,'10182','Menjangan Bay','MENJANGAN BAY',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17439,'18665','Menlo Park','MENLO PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:41','1900-01-01 00:00:00',1,0,1),(17440,'4752','Mennecy','MENNECY',NULL,'','France','',0,0,76,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17441,'22167','Menominee','MENOMINEE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17442,'31812','Menomonee Falls','MENOMONEE FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:20:42','1900-01-01 00:00:00',1,0,1),(17443,'31813','Menomonie','MENOMONIE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17444,'25847','Menongue','MENONGUE',NULL,'','Angola','',0,0,6,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17445,'35001','Menorca-cala Binianc','MENORCA-CALA BINIANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:43','1900-01-01 00:00:00',1,0,1),(17446,'35015','Menorca-ciudadela','MENORCA-CIUDADELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17447,'36117','Menorca-fornells','MENORCA-FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17448,'36162','Menorca-mahon','MENORCA-MAHON',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17449,'36168','Menorca-mercadal','MENORCA-MERCADAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17450,'36199','Menorca-playa Son Bo','MENORCA-PLAYA SON BO',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17451,'35100','Menorca-santo Tomas','MENORCA-SANTO TOMAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17452,'35081','Menorca-son Xoriguer','MENORCA-SON XORIGUER',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:44','1900-01-01 00:00:00',1,0,1),(17453,'2304','Menstrup','MENSTRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17454,'11292','Mentana','MENTANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17455,'10289','Menteng','MENTENG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17456,'6663','Menthon-saint-bernard','MENTHON-SAINT-BERNARD',NULL,'','France','',0,0,76,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17457,'4847','Menton','MENTON',NULL,'','France','',0,0,76,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17458,'26521','Mentone','MENTONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:45','1900-01-01 00:00:00',1,0,1),(17459,'29426','Mentor','MENTOR',NULL,'','United States','',0,0,231,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17460,'38573','Meolo','MEOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17461,'14497','Meppel','MEPPEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17462,'27257','Meppen','MEPPEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:20:46','1900-01-01 00:00:00',1,0,1),(17463,'8547','Meppershall','MEPPERSHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17464,'31814','Mequon','MEQUON',NULL,'','United States','',0,0,231,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17465,'5023','Meracq','MERACQ',NULL,'','France','',0,0,76,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17466,'44258','Meradhoo','MERADHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17467,'1786','Merang','MERANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:20:47','1900-01-01 00:00:00',1,0,1),(17468,'10313','Merauke','MERAUKE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17469,'21230','Meraux','MERAUX',NULL,'','United States','',0,0,231,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17470,'35574','Mercatale','MERCATALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:48','1900-01-01 00:00:00',1,0,1),(17471,'18666','Merced','MERCED',NULL,'','United States','',0,0,231,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17472,'30793','Mercedes','MERCEDES',NULL,'','United States','',0,0,231,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17473,'17541','Mercedes','MERCEDES',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:20:49','1900-01-01 00:00:00',1,0,1),(17474,'30051','Mercer','MERCER',NULL,'','United States','',0,0,231,'2016-10-17 11:20:50','1900-01-01 00:00:00',1,0,1),(17475,'30052','Mercersburg','MERCERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17476,'7204','Merchiston','MERCHISTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17477,'6111','Mercues','MERCUES',NULL,'','France','',0,0,76,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17478,'10183','Merdey','MERDEY',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:20:51','1900-01-01 00:00:00',1,0,1),(17479,'33490','Meredith','MEREDITH',NULL,'','United States','',0,0,231,'2016-10-17 11:20:52','1900-01-01 00:00:00',1,0,1),(17480,'4753','Mereville','MEREVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:20:52','1900-01-01 00:00:00',1,0,1),(17481,'37541','Mergozzo','MERGOZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17482,'6664','Meribel','MERIBEL',NULL,'','France','',0,0,76,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17483,'41385','Meribel-mottaret','MERIBEL-MOTTARET',NULL,'','France','',0,0,76,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17484,'14129','Merida','MERIDA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17485,'3644','Merida','MERIDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:20:53','1900-01-01 00:00:00',1,0,1),(17486,'32200','Merida','MERIDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17487,'19106','Meriden','MERIDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17488,'8548','Meriden','MERIDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:20:54','1900-01-01 00:00:00',1,0,1),(17489,'27886','Meridian','MERIDIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:55','1900-01-01 00:00:00',1,0,1),(17490,'5217','Merignac','MERIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17491,'34240','Merimbula','MERIMBULA',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17492,'6484','Merindol','MERINDOL',NULL,'','France','',0,0,76,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17493,'15132','Merivale','MERIVALE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17494,'30795','Merkel','MERKEL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17495,'23288','Merligen','MERLIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:56','1900-01-01 00:00:00',1,0,1),(17496,'29707','Merlin','MERLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17497,'23058','Merlischachen','MERLISCHACHEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17498,'26141','Merlo','MERLO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17499,'26266','Merlynston','MERLYNSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17500,'26726','Mermaid Beach','MERMAID BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17501,'39919','Merom Golan','MEROM GOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17502,'11294','Merone','MERONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:20:57','1900-01-01 00:00:00',1,0,1),(17503,'21099','Merriam','MERRIAM',NULL,'','United States','',0,0,231,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17504,'28951','Merrick','MERRICK',NULL,'','United States','',0,0,231,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17505,'34560','Merrickville','MERRICKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17506,'42130','Merrijig','MERRIJIG',NULL,'','Australia','',0,0,13,'2016-10-17 11:20:58','1900-01-01 00:00:00',1,0,1),(17507,'31816','Merrill','MERRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:20:59','1900-01-01 00:00:00',1,0,1),(17508,'20939','Merrillville','MERRILLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:20:59','1900-01-01 00:00:00',1,0,1),(17509,'31817','Merrimac','MERRIMAC',NULL,'','United States','',0,0,231,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17510,'32737','Merrimack','MERRIMACK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17511,'10750','Merrion','MERRION',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17512,'25483','Merritt','MERRITT',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:00','1900-01-01 00:00:00',1,0,1),(17513,'19480','Merritt Island','MERRITT ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17514,'42425','Mersa Matruh','MERSA MATRUH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17515,'1943','Merseburg','MERSEBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:01','1900-01-01 00:00:00',1,0,1),(17516,'17363','Mersin','MERSIN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17517,'14286','Mersing','MERSING',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17518,'39681','Mers-les-bains','MERS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17519,'39180','Mertesdorf','MERTESDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17520,'8549','Merthyr Tydfil','MERTHYR TYDFIL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17521,'38676','Mertola','MERTOLA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:21:02','1900-01-01 00:00:00',1,0,1),(17522,'26267','Merty','MERTY',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:03','1900-01-01 00:00:00',1,0,1),(17523,'30053','Mertz Town','MERTZ TOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:03','1900-01-01 00:00:00',1,0,1),(17524,'30054','Mertztown','MERTZTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17525,'37421','Mery-sur-oise','MERY-SUR-OISE',NULL,'','France','',0,0,76,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17526,'17243','Merzifon','MERZIFON',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:04','1900-01-01 00:00:00',1,0,1),(17527,'39621','Merzig','MERZIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:05','1900-01-01 00:00:00',1,0,1),(17528,'13694','Merzouga','MERZOUGA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:21:05','1900-01-01 00:00:00',1,0,1),(17529,'12124','Mesagne','MESAGNE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17530,'16183','Mesaieed','MESAIEED',NULL,'','Qatar','',0,0,177,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17531,'16074','Mesao Frio','MESAO FRIO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17532,'28547','Mescalero','MESCALERO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17533,'534','Meschede','MESCHEDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:06','1900-01-01 00:00:00',1,0,1),(17534,'28548','Mesilla','MESILLA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17535,'38655','Mesnil-saint-pere','MESNIL-SAINT-PERE',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17536,'39424','Mesnil-val-plage','MESNIL-VAL-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17537,'39878','Mespelbrunn','MESPELBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17538,'40013','Mesquer','MESQUER',NULL,'','France','',0,0,76,'2016-10-17 11:21:07','1900-01-01 00:00:00',1,0,1),(17539,'25137','Mesquita','MESQUITA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17540,'30796','Mesquite','MESQUITE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17541,'5571','Messac','MESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:21:08','1900-01-01 00:00:00',1,0,1),(17542,'24701','Messancy','MESSANCY',NULL,'','Belgium','',0,0,21,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17543,'5218','Messanges','MESSANGES',NULL,'','France','',0,0,76,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17544,'9536','Messaria','MESSARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17545,'32580','Messina','MESSINA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17546,'13007','Messina','MESSINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17547,'9537','Messinia','MESSINIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17548,'39131','Messolonghi','MESSOLONGHI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17549,'43436','Messonghi','MESSONGHI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:09','1900-01-01 00:00:00',1,0,1),(17550,'9538','Messongi','MESSONGI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17551,'2698','Mestas','MESTAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17552,'12896','Mestre','MESTRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17553,'38514','Mestrino','MESTRINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17554,'12125','Meta','META',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17555,'21231','Metairie','METAIRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:10','1900-01-01 00:00:00',1,0,1),(17556,'9539','Metamorfosi','METAMORFOSI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17557,'42329','Metaponto','METAPONTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17558,'25484','Metchosin','METCHOSIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17559,'43549','Metepec','METEPEC',NULL,'','Mexico','',0,0,141,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17560,'9697','Methoni','METHONI',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17561,'31552','Methow Valley','METHOW VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:11','1900-01-01 00:00:00',1,0,1),(17562,'21440','Methuen','METHUEN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17563,'15218','Methven','METHVEN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17564,'22791','Metis-sur-mer','METIS-SUR-MER',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17565,'17700','Metlakatla','METLAKATLA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:12','1900-01-01 00:00:00',1,0,1),(17566,'29708','Metolius','METOLIUS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17567,'20653','Metropolis','METROPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17568,'38829','Metsovo','METSOVO',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17569,'20654','Mettawa','METTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:13','1900-01-01 00:00:00',1,0,1),(17570,'19872','Metter','METTER',NULL,'','United States','',0,0,231,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17571,'535','Mettingen','METTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17572,'682','Mettlach','METTLACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17573,'536','Mettmann','METTMANN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17574,'1653','Metula','METULA',NULL,'','Israel','',0,0,106,'2016-10-17 11:21:14','1900-01-01 00:00:00',1,0,1),(17575,'26522','Metung','METUNG',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17576,'22594','Metzingen','METZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17577,'5085','Metz-tessy','METZ-TESSY',NULL,'','France','',0,0,76,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17578,'4397','Meudon','MEUDON',NULL,'','France','',0,0,76,'2016-10-17 11:21:15','1900-01-01 00:00:00',1,0,1),(17579,'4754','Meulan','MEULAN',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17580,'4398','Meurthe-et-moselle','MEURTHE-ET-MOSELLE',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17581,'4399','Meuse','MEUSE',NULL,'','France','',0,0,76,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17582,'42966','Mexborough','MEXBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17583,'30797','Mexia','MEXIA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:16','1900-01-01 00:00:00',1,0,1),(17584,'13906','Mexicali','MEXICALI',NULL,'','Mexico','',0,0,141,'2016-10-17 11:21:17','1900-01-01 00:00:00',1,0,1),(17585,'27715','Mexico','MEXICO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:17','1900-01-01 00:00:00',1,0,1),(17586,'6048','Mexy','MEXY',NULL,'','France','',0,0,76,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17587,'17701','Meyers Chuck','MEYERS CHUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17588,'44248','Meyerton','MEYERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17589,'21100','Meyetta','MEYETTA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:18','1900-01-01 00:00:00',1,0,1),(17590,'4957','Meylan','MEYLAN',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17591,'5219','Meyrals','MEYRALS',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17592,'6485','Meyrargues','MEYRARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17593,'6486','Meyreuil','MEYREUIL',NULL,'','France','',0,0,76,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17594,'23437','Meyrin','MEYRIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:21:19','1900-01-01 00:00:00',1,0,1),(17595,'39944','Meyronne','MEYRONNE',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17596,'5939','Meyrueis','MEYRUEIS',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17597,'6665','Meyzieu','MEYZIEU',NULL,'','France','',0,0,76,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17598,'39323','Mezokovesd','MEZOKOVESD',NULL,'','Hungary','',0,0,99,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17599,'10108','Mezotur','MEZOTUR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17600,'12126','Mezzana','MEZZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17601,'11296','Mezzegra','MEZZEGRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17602,'32640','Mfuwe','MFUWE',NULL,'','Zambia','',0,0,242,'2016-10-17 11:21:20','1900-01-01 00:00:00',1,0,1),(17603,'14199','Mgarr','MGARR',NULL,'','Malta','',0,0,135,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17604,'40418','Mhamid','MHAMID',NULL,'','Morocco','',0,0,148,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17605,'39112','Mhlambanyatsi','MHLAMBANYATSI',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17606,'17405','Mi Chih','MI CHIH',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17607,'13522','Mia-dong','MIA-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:21:21','1900-01-01 00:00:00',1,0,1),(17608,'2699','Miami Platja','MIAMI PLATJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:23','1900-01-01 00:00:00',1,0,1),(17609,'40471','Miandrivazo','MIANDRIVAZO',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17610,'12127','Miane','MIANE',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17611,'15309','Mianwali','MIANWALI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17612,'23996','Mianyang','MIANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:21:24','1900-01-01 00:00:00',1,0,1),(17613,'34887','Mianzhu','MIANZHU',NULL,'','China','',0,0,46,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17614,'17444','Miaoli','MIAOLI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17615,'19490','Micanopy','MICANOPY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17616,'7205','Michaelwood','MICHAELWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17617,'16268','Michajlovskoje','MICHAJLOVSKOJE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17618,'456','Michelstadt','MICHELSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17619,'793','Michendorf','MICHENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:25','1900-01-01 00:00:00',1,0,1),(17620,'20940','Michigan City','MICHIGAN CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17621,'13582','Micoud','MICOUD',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17622,'9933','Mid Levels','MID LEVELS',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17623,'32478','Middelburg','MIDDELBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17624,'14697','Middelburg','MIDDELBURG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17625,'2194','Middelfart','MIDDELFART',NULL,'','Denmark','',0,0,59,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17626,'23610','Middle Chaoyang','MIDDLE CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17627,'9994','Middle Dalmatia','MIDDLE DALMATIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17628,'79','Middle Rhine','MIDDLE RHINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:26','1900-01-01 00:00:00',1,0,1),(17629,'21441','Middleboro','MIDDLEBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:27','1900-01-01 00:00:00',1,0,1),(17630,'29429','Middleburg','MIDDLEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:21:28','1900-01-01 00:00:00',1,0,1),(17631,'20941','Middlebury','MIDDLEBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:29','1900-01-01 00:00:00',1,0,1),(17632,'21442','Middlefield','MIDDLEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17633,'8553','Middleham','MIDDLEHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17634,'26268','Middlemount','MIDDLEMOUNT',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17635,'33692','Middlesboro','MIDDLESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:21:31','1900-01-01 00:00:00',1,0,1),(17636,'36329','Middlesborough','MIDDLESBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17637,'1468','Middlesbrough','MIDDLESBROUGH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17638,'21443','Middleton','MIDDLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17639,'8555','Middleton','MIDDLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:32','1900-01-01 00:00:00',1,0,1),(17640,'8558','Middlewich','MIDDLEWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:36','1900-01-01 00:00:00',1,0,1),(17641,'40407','Midge Point','MIDGE POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:36','1900-01-01 00:00:00',1,0,1),(17642,'42967','Midgham','MIDGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17643,'8559','Midhurst','MIDHURST',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17644,'34561','Midland','MIDLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17645,'22168','Midland','MIDLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:21:37','1900-01-01 00:00:00',1,0,1),(17646,'10812','Midleton','MIDLETON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:38','1900-01-01 00:00:00',1,0,1),(17647,'31173','Midlothian','MIDLOTHIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:38','1900-01-01 00:00:00',1,0,1),(17648,'7206','Midlothian','MIDLOTHIAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17649,'25337','Midnapore','MIDNAPORE',NULL,'','Canada','',0,0,39,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17650,'17174','Midoun','MIDOUN',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:21:39','1900-01-01 00:00:00',1,0,1),(17651,'18668','Midpines','MIDPINES',NULL,'','United States','',0,0,231,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17652,'32581','Midrand','MIDRAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17653,'40729','Midsomer Norton','MIDSOMER NORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17654,'16835','Midsommarkransen','MIDSOMMARKRANSEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17655,'28954','Midtown','MIDTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:40','1900-01-01 00:00:00',1,0,1),(17656,'33359','Midvale','MIDVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:41','1900-01-01 00:00:00',1,0,1),(17657,'7207','Mid-wales','MID-WALES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:41','1900-01-01 00:00:00',1,0,1),(17658,'19875','Midway','MIDWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:42','1900-01-01 00:00:00',1,0,1),(17659,'32929','Midwest City','MIDWEST CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17660,'39450','Miedzybrodzie Bialskie','MIEDZYBRODZIE BIALSKIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17661,'15728','Miedzyzdroje','MIEDZYZDROJE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17662,'39791','Mielenko','MIELENKO',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:43','1900-01-01 00:00:00',1,0,1),(17663,'38297','Mielno','MIELNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17664,'24483','Mieming','MIEMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17665,'42397','Miercurea Ciuc','MIERCUREA CIUC',NULL,'','Romania','',0,0,179,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17666,'16224','Miercurea-ciuc','MIERCUREA-CIUC',NULL,'','Romania','',0,0,179,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17667,'3095','Mieres','MIERES',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17668,'14602','Mierlo','MIERLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17669,'37521','Mierzecice','MIERZECICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17670,'258','Miesbach','MIESBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17671,'30056','Mifflintown','MIFFLINTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:44','1900-01-01 00:00:00',1,0,1),(17672,'30057','Mifflinville','MIFFLINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:45','1900-01-01 00:00:00',1,0,1),(17673,'12129','Migliarino','MIGLIARINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:45','1900-01-01 00:00:00',1,0,1),(17674,'6351','Mignaloux-beauvoir','MIGNALOUX-BEAUVOIR',NULL,'','France','',0,0,76,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17675,'16269','Migolosci','MIGOLOSCI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17676,'42885','Mihara','MIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17677,'3267','Mijas','MIJAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17678,'14685','Mijdrecht','MIJDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17679,'40784','Mijoux','MIJOUX',NULL,'','France','',0,0,76,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17680,'3940','Mikkeli','MIKKELI',NULL,'','Finland','',0,0,75,'2016-10-17 11:21:46','1900-01-01 00:00:00',1,0,1),(17681,'42283','Mikolajki','MIKOLAJKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17682,'43103','Mikri Vigla','MIKRI VIGLA',NULL,'','Greece','',0,0,86,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17683,'41865','Mikulov','MIKULOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17684,'27445','Milaca','MILACA',NULL,'','United States','',0,0,231,'2016-10-17 11:21:47','1900-01-01 00:00:00',1,0,1),(17685,'37930','Milagros','MILAGROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:21:48','1900-01-01 00:00:00',1,0,1),(17686,'33210','Milan','MILAN',NULL,'','United States','',0,0,231,'2016-10-17 11:21:48','1900-01-01 00:00:00',1,0,1),(17687,'12725','Milano Marittima','MILANO MARITTIMA',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17688,'17341','Milas','MILAS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17689,'39291','Milawa','MILAWA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17690,'12130','Milazzo','MILAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:21:49','1900-01-01 00:00:00',1,0,1),(17691,'33027','Milbank','MILBANK',NULL,'','United States','',0,0,231,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17692,'21893','Milbridge','MILBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17693,'8560','Mildenhall','MILDENHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17694,'34241','Mildura','MILDURA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:50','1900-01-01 00:00:00',1,0,1),(17695,'28000','Miles City','MILES CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17696,'30058','Milesburg','MILESBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17697,'30059','Milford','MILFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:51','1900-01-01 00:00:00',1,0,1),(17698,'8561','Milford','MILFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:21:53','1900-01-01 00:00:00',1,0,1),(17699,'10813','Milford','MILFORD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17700,'15133','Milford Sound','MILFORD SOUND',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17701,'14162','Mili','MILI',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:21:55','1900-01-01 00:00:00',1,0,1),(17702,'26269','Milingimbi','MILINGIMBI',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17703,'24285','Miliou','MILIOU',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17704,'4400','Milky Way','MILKY WAY',NULL,'','France','',0,0,76,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17705,'14603','Mill','MILL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:21:56','1900-01-01 00:00:00',1,0,1),(17706,'26270','Mill Park','MILL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:57','1900-01-01 00:00:00',1,0,1),(17707,'43673','Millaa Millaa','MILLAA MILLAA',NULL,'','Australia','',0,0,13,'2016-10-17 11:21:57','1900-01-01 00:00:00',1,0,1),(17708,'28142','Millard','MILLARD',NULL,'','United States','',0,0,231,'2016-10-17 11:21:58','1900-01-01 00:00:00',1,0,1),(17709,'6112','Millau','MILLAU',NULL,'','France','',0,0,76,'2016-10-17 11:21:58','1900-01-01 00:00:00',1,0,1),(17710,'31174','Millboro Springs','MILLBORO SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:21:59','1900-01-01 00:00:00',1,0,1),(17711,'18671','Millbrae','MILLBRAE',NULL,'','United States','',0,0,231,'2016-10-17 11:21:59','1900-01-01 00:00:00',1,0,1),(17712,'28956','Millbrook','MILLBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:00','1900-01-01 00:00:00',1,0,1),(17713,'29436','Millbury','MILLBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:01','1900-01-01 00:00:00',1,0,1),(17714,'33362','Millcreek','MILLCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:01','1900-01-01 00:00:00',1,0,1),(17715,'19110','Milldale','MILLDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:02','1900-01-01 00:00:00',1,0,1),(17716,'19876','Milledgeville','MILLEDGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:02','1900-01-01 00:00:00',1,0,1),(17717,'19877','Millen','MILLEN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:03','1900-01-01 00:00:00',1,0,1),(17718,'33028','Miller','MILLER',NULL,'','United States','',0,0,231,'2016-10-17 11:22:03','1900-01-01 00:00:00',1,0,1),(17719,'29437','Millersburg','MILLERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17720,'30061','Millersville','MILLERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17721,'2195','Millinge','MILLINGE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:22:04','1900-01-01 00:00:00',1,0,1),(17722,'33211','Millington','MILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17723,'21895','Millinocket','MILLINOCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17724,'21446','Millis','MILLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:05','1900-01-01 00:00:00',1,0,1),(17725,'39324','Millom','MILLOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17726,'19229','Millsboro','MILLSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17727,'27008','Millstatt','MILLSTATT',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17728,'10822','Milltown','MILLTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:06','1900-01-01 00:00:00',1,0,1),(17729,'28341','Millville','MILLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17730,'32479','Milnerton','MILNERTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17731,'8563','Milngavie','MILNGAVIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17732,'12131','Milo','MILO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17733,'38452','Milon-la-chapelle','MILON-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 11:22:07','1900-01-01 00:00:00',1,0,1),(17734,'9541','Milos','MILOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17735,'15610','Milowka','MILOWKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17736,'13975','Milpa Alta','MILPA ALTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17737,'18672','Milpitas','MILPITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17738,'30062','Milroy','MILROY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:08','1900-01-01 00:00:00',1,0,1),(17739,'34242','Milsons Point','MILSONS POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:09','1900-01-01 00:00:00',1,0,1),(17740,'259','Miltenberg','MILTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:09','1900-01-01 00:00:00',1,0,1),(17741,'1469','Milton Keynes','MILTON KEYNES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17742,'7208','Milton-under-wychwood','MILTON-UNDER-WYCHWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17743,'41512','Miltown Malbay','MILTOWN MALBAY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17744,'31821','Milwaukee','MILWAUKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:11','1900-01-01 00:00:00',1,0,1),(17745,'29709','Milwaukie','MILWAUKIE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:12','1900-01-01 00:00:00',1,0,1),(17746,'42886','Mimasaka','MIMASAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:12','1900-01-01 00:00:00',1,0,1),(17747,'6487','Mimet','MIMET',NULL,'','France','',0,0,76,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17748,'5220','Mimizan','MIMIZAN',NULL,'','France','',0,0,76,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17749,'41758','Mina Clavero','MINA CLAVERO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17750,'35742','Minabe','MINABE',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17751,'35746','Minakami','MINAKAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17752,'34563','Minaki','MINAKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17753,'13295','Minami','MINAMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17754,'35741','Minamiawaji','MINAMIAWAJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:13','1900-01-01 00:00:00',1,0,1),(17755,'35745','Minamichita','MINAMICHITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17756,'35747','Minamiizu','MINAMIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17757,'35735','Minamioguni','MINAMIOGUNI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17758,'37075','Minas','MINAS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17759,'13969','Minatitlan','MINATITLAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17760,'13296','Minatomachi','MINATOMACHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17761,'17005','Minburi','MINBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17762,'8569','Minchinhampton','MINCHINHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17763,'15456','Mindanao','MINDANAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17764,'24143','Mindelo','MINDELO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17765,'28144','Minden','MINDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:14','1900-01-01 00:00:00',1,0,1),(17766,'537','Minden','MINDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17767,'15457','Mindoro','MINDORO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17768,'8570','Minehead','MINEHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:15','1900-01-01 00:00:00',1,0,1),(17769,'30801','Mineola','MINEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:16','1900-01-01 00:00:00',1,0,1),(17770,'31175','Mineral','MINERAL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:16','1900-01-01 00:00:00',1,0,1),(17771,'39313','Mineral Del Monte','MINERAL DEL MONTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:17','1900-01-01 00:00:00',1,0,1),(17772,'16270','Mineralnye Vody','MINERALNYE VODY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17773,'32012','Mineralwells','MINERALWELLS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17774,'12132','Minerbio','MINERBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17775,'38821','Minerva','MINERVA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:18','1900-01-01 00:00:00',1,0,1),(17776,'38990','Minervino Di Lecce','MINERVINO DI LECCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17777,'14315','Mines City','MINES CITY',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17778,'34564','Minett','MINETT',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17779,'23906','Minhang','MINHANG',NULL,'','China','',0,0,46,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17780,'43437','Minies','MINIES',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17781,'42946','Miniloc Island','MINILOC ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17782,'35765','Minimiboso','MINIMIBOSO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17783,'27447','Minneapolis','MINNEAPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:19','1900-01-01 00:00:00',1,0,1),(17784,'27448','Minneapolis-st. Paul Area','MINNEAPOLIS-ST. PAUL AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17785,'25611','Minnedosa','MINNEDOSA',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17786,'27449','Minnesota City','MINNESOTA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:20','1900-01-01 00:00:00',1,0,1),(17787,'27450','Minnetonka','MINNETONKA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17788,'31824','Minocqua','MINOCQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17789,'42887','Minoh','MINOH',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:21','1900-01-01 00:00:00',1,0,1),(17790,'20656','Minonk','MINONK',NULL,'','United States','',0,0,231,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17791,'2701','Minorca','MINORCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17792,'12133','Minori','MINORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17793,'28075','Minot','MINOT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17794,'24898','Minsk','MINSK',NULL,'','Belarus','',0,0,20,'2016-10-17 11:22:22','1900-01-01 00:00:00',1,0,1),(17795,'33937','Mint Hill','MINT HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17796,'43633','Mintaro','MINTARO',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17797,'34244','Minto','MINTO',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17798,'17702','Minto','MINTO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:23','1900-01-01 00:00:00',1,0,1),(17799,'33492','Minturn','MINTURN',NULL,'','United States','',0,0,231,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17800,'39670','Minturno','MINTURNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17801,'23289','Minusio','MINUSIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17802,'13618','Minuwangoda','MINUWANGODA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17803,'6856','Minvoul','MINVOUL',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:24','1900-01-01 00:00:00',1,0,1),(17804,'22171','Mio','MIO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17805,'4401','Miomo','MIOMO',NULL,'','France','',0,0,76,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17806,'6666','Mionnay','MIONNAY',NULL,'','France','',0,0,76,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17807,'12897','Mira','MIRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:25','1900-01-01 00:00:00',1,0,1),(17808,'22792','Mirabel','MIRABEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17809,'12134','Miradolo Terme','MIRADOLO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17810,'15412','Miraflores','MIRAFLORES',NULL,'','Peru','',0,0,172,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17811,'2971','Miraflores De La Sierra','MIRAFLORES DE LA SIERRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17812,'19496','Miramar','MIRAMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17813,'13907','Miramar','MIRAMAR',NULL,'','Mexico','',0,0,141,'2016-10-17 11:22:26','1900-01-01 00:00:00',1,0,1),(17814,'3764','Miramar','MIRAMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:27','1900-01-01 00:00:00',1,0,1),(17815,'12726','Miramare','MIRAMARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:27','1900-01-01 00:00:00',1,0,1),(17816,'6352','Mirambeau','MIRAMBEAU',NULL,'','France','',0,0,76,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17817,'34405','Miramichi','MIRAMICHI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17818,'5221','Miramont-de-guyenne','MIRAMONT-DE-GUYENNE',NULL,'','France','',0,0,76,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17819,'18675','Miranda','MIRANDA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:28','1900-01-01 00:00:00',1,0,1),(17820,'875','Miranda','MIRANDA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17821,'34245','Miranda','MIRANDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17822,'3463','Miranda De Ebro','MIRANDA DE EBRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17823,'15891','Miranda Do Douro','MIRANDA DO DOURO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17824,'41652','Mirandela','MIRANDELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17825,'12898','Mirano','MIRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17826,'40411','Mirbat','MIRBAT',NULL,'','Oman','',0,0,165,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17827,'6049','Mirecourt','MIRECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:22:29','1900-01-01 00:00:00',1,0,1),(17828,'38535','Miremont','MIREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17829,'6113','Mirepoix','MIREPOIX',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17830,'8572','Mirfield','MIRFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17831,'37874','Mirhleft','MIRHLEFT',NULL,'','Morocco','',0,0,148,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17832,'14383','Miri','MIRI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17833,'6667','Miribel','MIRIBEL',NULL,'','France','',0,0,76,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17834,'13753','Mirihi','MIRIHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:22:30','1900-01-01 00:00:00',1,0,1),(17835,'16300','Mirnyy','MIRNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17836,'15310','Mirpur Khas','MIRPUR KHAS',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17837,'40869','Mirzapur','MIRZAPUR',NULL,'','India','',0,0,101,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17838,'16371','Misailovo','MISAILOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17839,'12135','Misano Adriatico','MISANO ADRIATICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17840,'13297','Misawa','MISAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17841,'20943','Mishawaka','MISHAWAKA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:31','1900-01-01 00:00:00',1,0,1),(17842,'31825','Mishicot','MISHICOT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17843,'43918','Mishima','MISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17844,'39544','Misilmeri','MISILMERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17845,'42094','Misiones','MISIONES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17846,'7209','Miskin','MISKIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17847,'10096','Miskolc','MISKOLC',NULL,'','Hungary','',0,0,99,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17848,'10077','Miskolc-tapolca','MISKOLC-TAPOLCA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:22:32','1900-01-01 00:00:00',1,0,1),(17849,'30254','Misquamicut','MISQUAMICUT',NULL,'','United States','',0,0,231,'2016-10-17 11:22:33','1900-01-01 00:00:00',1,0,1),(17850,'6254','Missillac','MISSILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:22:33','1900-01-01 00:00:00',1,0,1),(17851,'25486','Mission','MISSION',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:34','1900-01-01 00:00:00',1,0,1),(17852,'34565','Mississauga','MISSISSAUGA',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:37','1900-01-01 00:00:00',1,0,1),(17853,'28001','Missoula','MISSOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:37','1900-01-01 00:00:00',1,0,1),(17854,'30804','Missouri City','MISSOURI CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17855,'22793','Mistassini','MISTASSINI',NULL,'','Canada','',0,0,39,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17856,'13005','Misterbianco','MISTERBIANCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17857,'8573','Mistley','MISTLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:38','1900-01-01 00:00:00',1,0,1),(17858,'9543','Mistra','MISTRA',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17859,'42330','Mistretta','MISTRETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17860,'13565','Misurata','MISURATA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17861,'12136','Misurina','MISURINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17862,'26461','Mitcham','MITCHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17863,'33030','Mitchell','MITCHELL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:39','1900-01-01 00:00:00',1,0,1),(17864,'26369','Mitchell','MITCHELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17865,'44177','Mithimna','MITHIMNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17866,'9544','Mitilini','MITILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17867,'13393','Mito','MITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:40','1900-01-01 00:00:00',1,0,1),(17868,'11048','Mitspeh Ramon','MITSPEH RAMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17869,'34246','Mittagong','MITTAGONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17870,'24560','Mittelberg','MITTELBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17871,'6774','Mittelhausen','MITTELHAUSEN',NULL,'','France','',0,0,76,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17872,'457','Mittelkalbach','MITTELKALBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17873,'260','Mittenwald','MITTENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17874,'794','Mittenwalde','MITTENWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17875,'261','Mitterfels','MITTERFELS',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:41','1900-01-01 00:00:00',1,0,1),(17876,'262','Mitterfirmiansreut','MITTERFIRMIANSREUT',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17877,'40440','Mittersill','MITTERSILL',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17878,'263','Mitwitz','MITWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17879,'6857','Mitzic','MITZIC',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17880,'42619','Mitzpe Ramon','MITZPE RAMON',NULL,'','Israel','',0,0,106,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17881,'18683','Mi-wuk Village','MI-WUK VILLAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17882,'43179','Miyagi','MIYAGI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17883,'35711','Miyajima Island','MIYAJIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:42','1900-01-01 00:00:00',1,0,1),(17884,'13168','Miyake Jima','MIYAKE JIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17885,'35744','Miyako Jima Island','MIYAKO JIMA ISLAND',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17886,'39604','Miyakojima, Okinawa','MIYAKOJIMA, OKINAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17887,'13299','Miyakonojo','MIYAKONOJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17888,'43919','Miyawaka','MIYAWAKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17889,'13300','Miyazaki','MIYAZAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17890,'35743','Miyazu','MIYAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17891,'23893','Miyun','MIYUN',NULL,'','China','',0,0,46,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17892,'3870','Mizan Teferi','MIZAN TEFERI',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17893,'16769','Mjolby','MJOLBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17894,'32480','Mkambati','MKAMBATI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17895,'32525','Mkuze','MKUZE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17896,'10024','Mlini','MLINI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17897,'44314','Mljet','MLJET',NULL,'','Croatia','',0,0,55,'2016-10-17 11:22:43','1900-01-01 00:00:00',1,0,1),(17898,'32481','Mmabatho','MMABATHO',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17899,'16396','Mnevniki','MNEVNIKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17900,'33363','Moab','MOAB',NULL,'','United States','',0,0,231,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17901,'6848','Moabi','MOABI',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17902,'4099','Moala','MOALA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17903,'34247','Moama','MOAMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17904,'43028','Moana','MOANA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17905,'41568','Moana','MOANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17906,'10184','Moanamani','MOANAMANI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:22:44','1900-01-01 00:00:00',1,0,1),(17907,'6843','Moanda','MOANDA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17908,'24030','Moanda','MOANDA',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17909,'27716','Moberly','MOBERLY',NULL,'','United States','',0,0,231,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17910,'17917','Mobile','MOBILE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:45','1900-01-01 00:00:00',1,0,1),(17911,'33032','Mobridge','MOBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:46','1900-01-01 00:00:00',1,0,1),(17912,'33938','Mocksville','MOCKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:46','1900-01-01 00:00:00',1,0,1),(17913,'31554','Moclips','MOCLIPS',NULL,'','United States','',0,0,231,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17914,'39255','Moconesi','MOCONESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17915,'6668','Modane','MODANE',NULL,'','France','',0,0,76,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17916,'32582','Modderfontein','MODDERFONTEIN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:22:47','1900-01-01 00:00:00',1,0,1),(17917,'18684','Modesto','MODESTO',NULL,'','United States','',0,0,231,'2016-10-17 11:22:48','1900-01-01 00:00:00',1,0,1),(17918,'12847','Modica','MODICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17919,'27110','Modling','MODLING',NULL,'','Austria','',0,0,14,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17920,'15645','Modlnica','MODLNICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17921,'44047','Modlniczka','MODLNICZKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17922,'12137','Modugno','MODUGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17923,'26523','Moe','MOE',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17924,'5572','Moelan-sur-mer','MOELAN-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17925,'12138','Moena','MOENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:49','1900-01-01 00:00:00',1,0,1),(17926,'1694','Moenchengladbach','MOENCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17927,'14604','Moerdijk','MOERDIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17928,'80','Moerfelden-walldorf','MOERFELDEN-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17929,'538','Moers','MOERS',NULL,'','Germany','',0,0,83,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17930,'8574','Moffat','MOFFAT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17931,'37164','Moga','MOGA',NULL,'','India','',0,0,101,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17932,'3464','Mogarraz','MOGARRAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17933,'11301','Moggiona','MOGGIONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:50','1900-01-01 00:00:00',1,0,1),(17934,'25210','Mogi Das Cruzes','MOGI DAS CRUZES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17935,'24896','Mogilev','MOGILEV',NULL,'','Belarus','',0,0,20,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17936,'12899','Mogliano Veneto','MOGLIANO VENETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17937,'36173','Mogro','MOGRO',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17938,'41381','Moguer','MOGUER',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17939,'38793','Mohale','MOHALE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17940,'40822','Mohali','MOHALI',NULL,'','India','Mohali',19,0,101,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17941,'43970','Mohammedia','MOHAMMEDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17942,'10559','Mohan','MOHAN',NULL,'','India','',0,0,101,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17943,'28959','Mohegan Lake','MOHEGAN LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:51','1900-01-01 00:00:00',1,0,1),(17944,'24139','Moheli','MOHELI',NULL,'','Comoros','',0,0,50,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17945,'15311','Mohenjo Daro','MOHENJO DARO',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17946,'40574','Mohill','MOHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17947,'30064','Mohnton','MOHNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:22:52','1900-01-01 00:00:00',1,0,1),(17948,'14860','Moi','MOI',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17949,'42707','Moina','MOINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17950,'12139','Moio Alcantara','MOIO ALCANTARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17951,'28960','Moira','MOIRA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17952,'14921','Mo-i-rana','MO-I-RANA',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17953,'4958','Moirans','MOIRANS',NULL,'','France','',0,0,76,'2016-10-17 11:22:53','1900-01-01 00:00:00',1,0,1),(17954,'5110','Moissac','MOISSAC',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17955,'6488','Moissac-bellevue','MOISSAC-BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17956,'5864','Moissy-cramayel','MOISSY-CRAMAYEL',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17957,'5658','Moisy','MOISY',NULL,'','France','',0,0,76,'2016-10-17 11:22:54','1900-01-01 00:00:00',1,0,1),(17958,'18686','Mojave','MOJAVE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17959,'42798','Mojokerto','MOJOKERTO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17960,'18687','Mokelumne Hill','MOKELUMNE HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17961,'20657','Mokena','MOKENA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:55','1900-01-01 00:00:00',1,0,1),(17962,'13631','Mokhotlong','MOKHOTLONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17963,'15697','Mokotow','MOKOTOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17964,'13501','Mokpo','MOKPO',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17965,'35812','Mokpo','MOKPO',NULL,'','South Korea','',0,0,197,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17966,'20080','Mokuleia','MOKULEIA',NULL,'','United States','',0,0,231,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17967,'14402','Mokuti Lodge','MOKUTI LODGE',NULL,'','Namibia','',0,0,151,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17968,'37289','Molazzana','MOLAZZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:56','1900-01-01 00:00:00',1,0,1),(17969,'2298','Molby','MOLBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17970,'8575','Mold','MOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17971,'14982','Molde','MOLDE',NULL,'','Norway','',0,0,164,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17972,'43667','Mole Creek','MOLE CREEK',NULL,'','Australia','',0,0,13,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17973,'14544','Molenhoek','MOLENHOEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17974,'41384','Molieres','MOLIERES',NULL,'','France','',0,0,76,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17975,'39963','Moliéres','MOLIÉRES',NULL,'','France','',0,0,76,'2016-10-17 11:22:57','1900-01-01 00:00:00',1,0,1),(17976,'5222','Moliets-et-maa','MOLIETS-ET-MAA',NULL,'','France','',0,0,76,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17977,'12140','Molina Di Ledro','MOLINA DI LEDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17978,'39991','Molinaseca','MOLINASECA',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17979,'20658','Moline','MOLINE',NULL,'','United States','',0,0,231,'2016-10-17 11:22:58','1900-01-01 00:00:00',1,0,1),(17980,'12141','Molinella','MOLINELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17981,'12142','Molini Di Tures','MOLINI DI TURES',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17982,'2702','Molins De Rei','MOLINS DE REI',NULL,'','Spain','',0,0,199,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17983,'12143','Molise','MOLISE',NULL,'','Italy','',0,0,107,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17984,'4402','Molitg-les-bains','MOLITG-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17985,'8576','Molland','MOLLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17986,'43855','Mollem','MOLLEM',NULL,'','India','',0,0,101,'2016-10-17 11:22:59','1900-01-01 00:00:00',1,0,1),(17987,'2703','Mollet Del Valles','MOLLET DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17988,'8577','Mollington','MOLLINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17989,'37687','Mollkirch','MOLLKIRCH',NULL,'','France','',0,0,76,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17990,'728','Molln','MOLLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17991,'41492','Mollo','MOLLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17992,'37945','Molló','MOLLÓ',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17993,'34248','Mollymook','MOLLYMOOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:00','1900-01-01 00:00:00',1,0,1),(17994,'16890','Molndal','MOLNDAL',NULL,'','Sweden','',0,0,209,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17995,'6775','Molsheim','MOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17996,'11302','Moltrasio','MOLTRASIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17997,'12144','Molveno','MOLVENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:01','1900-01-01 00:00:00',1,0,1),(17998,'39921','Molville','MOLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(17999,'9545','Molyvos','MOLYVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18000,'11303','Mombaruzzo','MOMBARUZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18001,'13442','Mombasa','MOMBASA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18002,'35780','Mombasa-bamburi Beac','MOMBASA-BAMBURI BEAC',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18003,'35781','Mombasa-diani','MOMBASA-DIANI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18004,'35782','Mombasa-kikambala','MOMBASA-KIKAMBALA',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18005,'35784','Mombasa-nyali Beach','MOMBASA-NYALI BEACH',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18006,'35785','Mombasa-shanzu Beach','MOMBASA-SHANZU BEACH',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:02','1900-01-01 00:00:00',1,0,1),(18007,'35786','Mombasa-tiwi','MOMBASA-TIWI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18008,'4100','Momi','MOMI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18009,'39165','Mompiche','MOMPICHE',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18010,'42081','Mon State','MON STATE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18011,'30065','Monaca','MONACA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18012,'3269','Monachil','MONACHIL',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18013,'1589','Monaco','MONACO',NULL,'','France','',0,0,76,'2016-10-17 11:23:03','1900-01-01 00:00:00',1,0,1),(18014,'13715','Monaco','MONACO',NULL,'','Monaco','',0,0,145,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18015,'36227','Monaco-beausoleil','MONACO-BEAUSOLEIL',NULL,'','France','',0,0,76,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18016,'36238','Monaco-cap D\'ail','MONACO-CAP D\'AIL',NULL,'','France','',0,0,76,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18017,'13714','Monaco-ville','MONACO-VILLE',NULL,'','Monaco','Monaco-Ville',0,0,145,'2016-10-17 11:23:04','1900-01-01 00:00:00',1,0,1),(18018,'30805','Monahans','MONAHANS',NULL,'','United States','',0,0,231,'2016-10-17 11:23:05','1900-01-01 00:00:00',1,0,1),(18019,'33493','Monarch','MONARCH',NULL,'','United States','',0,0,231,'2016-10-17 11:23:05','1900-01-01 00:00:00',1,0,1),(18020,'12900','Monastier Di Treviso','MONASTIER DI TREVISO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18021,'17165','Monastir','MONASTIR',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18022,'1470','Monastir- Skanes','MONASTIR- SKANES',NULL,'','TUNISIA','',0,0,220,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18023,'40709','Monastiraki','MONASTIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18024,'13169','Monbetsu','MONBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18025,'3566','Moncada','MONCADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18026,'12145','Moncalieri','MONCALIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18027,'16067','Moncao','MONCAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18028,'15933','Moncarapacho','MONCARAPACHO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:06','1900-01-01 00:00:00',1,0,1),(18029,'6050','Moncel Les Luneville','MONCEL LES LUNEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18030,'539','Monchengladbach','MONCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18031,'2033','Mönchengladbach','MÖNCHENGLADBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18032,'30373','Moncks Corner','MONCKS CORNER',NULL,'','United States','',0,0,231,'2016-10-17 11:23:07','1900-01-01 00:00:00',1,0,1),(18033,'44076','Monclar-de-quercy','MONCLAR-DE-QUERCY',NULL,'','France','',0,0,76,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18034,'13961','Monclova','MONCLOVA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18035,'3765','Moncofar','MONCOFAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18036,'5107','Moncoutant','MONCOUTANT',NULL,'','France','',0,0,76,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18037,'28145','Moncton','MONCTON',NULL,'','United States','',0,0,231,'2016-10-17 11:23:08','1900-01-01 00:00:00',1,0,1),(18038,'34406','Moncton','MONCTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18039,'37775','Moncucco Torinese','MONCUCCO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18040,'3270','Monda','MONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18041,'40062','Mondana','MONDANA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18042,'3670','Mondariz','MONDARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18043,'3414','Mondejar','MONDEJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18044,'41038','Mondello','MONDELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18045,'32410','Mondeor','MONDEOR',NULL,'','South Africa','',0,0,195,'2016-10-17 11:23:09','1900-01-01 00:00:00',1,0,1),(18046,'4872','Mondeville','MONDEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18047,'39274','Mondim De Basto','MONDIM DE BASTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18048,'3567','Mondonedo','MONDONEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18049,'13651','Mondorf-les-bains','MONDORF-LES-BAINS',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18050,'31826','Mondovi','MONDOVI',NULL,'','United States','',0,0,231,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18051,'38447','Mondovi','MONDOVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:10','1900-01-01 00:00:00',1,0,1),(18052,'39395','Mondragone','MONDRAGONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18053,'27138','Mondsee','MONDSEE',NULL,'','Austria','Mondsee',0,0,14,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18054,'42724','Mondulkiri','MONDULKIRI',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18055,'12146','Moneglia','MONEGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18056,'3568','Monells','MONELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:11','1900-01-01 00:00:00',1,0,1),(18057,'9794','Monemvasia','MONEMVASIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18058,'42495','Monemvassia','MONEMVASSIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18059,'30066','Monessen','MONESSEN',NULL,'','United States','',0,0,231,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18060,'5223','Monestier','MONESTIER',NULL,'','France','',0,0,76,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18061,'5474','Moneteau','MONETEAU',NULL,'','France','',0,0,76,'2016-10-17 11:23:12','1900-01-01 00:00:00',1,0,1),(18062,'4404','Monetier-les-bains','MONETIER-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18063,'27717','Monett','MONETT',NULL,'','United States','',0,0,231,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18064,'44191','Moneymore','MONEYMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18065,'8578','Moneyreagh','MONEYREAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:13','1900-01-01 00:00:00',1,0,1),(18066,'37872','Monfalcone','MONFALCONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18067,'5224','Monflanquin','MONFLANQUIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18068,'16018','Monforte','MONFORTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18069,'37431','Monforte Dalba','MONFORTE DALBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18070,'3671','Monforte De Lemos','MONFORTE DE LEMOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18071,'39285','Monfortinho','MONFORTINHO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:14','1900-01-01 00:00:00',1,0,1),(18072,'9934','Mong Kok','MONG KOK',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18073,'3569','Mongat','MONGAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18074,'32647','Mongu','MONGU',NULL,'','Zambia','',0,0,242,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18075,'540','Monheim','MONHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18076,'8579','Monifieth','MONIFIETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18077,'12147','Moniga Del Garda','MONIGA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18078,'2704','Monistrol De Montserrat','MONISTROL DE MONTSERRAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18079,'14279','Monkey Bay','MONKEY BAY',NULL,'','Malawi','',0,0,131,'2016-10-17 11:23:15','1900-01-01 00:00:00',1,0,1),(18080,'26603','Monkey Mia','MONKEY MIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18081,'10849','Monkstown','MONKSTOWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18082,'21743','Monkton','MONKTON',NULL,'','United States','',0,0,231,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18083,'8580','Monkton','MONKTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:16','1900-01-01 00:00:00',1,0,1),(18084,'20660','Monmouth','MONMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:23:17','1900-01-01 00:00:00',1,0,1),(18085,'8581','Monmouth','MONMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:17','1900-01-01 00:00:00',1,0,1),(18086,'6669','Monnetier-mornex','MONNETIER-MORNEX',NULL,'','France','',0,0,76,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18087,'43346','Monnickendam','MONNICKENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18088,'16552','Mono Island','MONO ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18089,'38299','Monodendri','MONODENDRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18090,'31827','Monona','MONONA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18091,'12808','Monopoli','MONOPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18092,'5225','Monpazier','MONPAZIER',NULL,'','France','',0,0,76,'2016-10-17 11:23:18','1900-01-01 00:00:00',1,0,1),(18093,'12148','Monreale','MONREALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:19','1900-01-01 00:00:00',1,0,1),(18094,'22172','Monroe','MONROE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:19','1900-01-01 00:00:00',1,0,1),(18095,'30067','Monroeville','MONROEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18096,'18688','Monrovia','MONROVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18097,'42269','Monrovia','MONROVIA',NULL,'','Liberia','',0,0,122,'2016-10-17 11:23:23','1900-01-01 00:00:00',1,0,1),(18098,'24665','Mons','MONS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18099,'37354','Monsampolo Del Tronto','MONSAMPOLO DEL TRONTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18100,'43331','Monsanto','MONSANTO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18101,'15778','Monsaraz','MONSARAZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18102,'42448','Monschau','MONSCHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18103,'12149','Monselice','MONSELICE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18104,'6185','Mons-en-baroeul','MONS-EN-BAROEUL',NULL,'','France','',0,0,76,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18105,'12150','Monsummano','MONSUMMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:24','1900-01-01 00:00:00',1,0,1),(18106,'14266','Mont Choisy','MONT CHOISY',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:23:25','1900-01-01 00:00:00',1,0,1),(18107,'37825','Monta','MONTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18108,'644','Montabaur','MONTABAUR',NULL,'','Germany','',0,0,83,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18109,'8582','Montacute','MONTACUTE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18110,'11305','Montafia','MONTAFIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18111,'39383','Montagano','MONTAGANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18112,'38605','Montagnac','MONTAGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:23:26','1900-01-01 00:00:00',1,0,1),(18113,'37343','Montagnac-montpezat','MONTAGNAC-MONTPEZAT',NULL,'','France','',0,0,76,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18114,'12151','Montagnana','MONTAGNANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18115,'6670','Montagnole','MONTAGNOLE',NULL,'','France','',0,0,76,'2016-10-17 11:23:27','1900-01-01 00:00:00',1,0,1),(18116,'4405','Montagny-lès-beaune','MONTAGNY-LÈS-BEAUNE',NULL,'','France','',0,0,76,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18117,'32386','Montagu','MONTAGU',NULL,'','South Africa','',0,0,195,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18118,'26850','Montagu Bay','MONTAGU BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18119,'22174','Montague','MONTAGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18120,'25821','Montague','MONTAGUE',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18121,'6114','Montaigu-de-quercy','MONTAIGU-DE-QUERCY',NULL,'','France','',0,0,76,'2016-10-17 11:23:28','1900-01-01 00:00:00',1,0,1),(18122,'6671','Montailleur','MONTAILLEUR',NULL,'','France','',0,0,76,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18123,'12152','Montaione','MONTAIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18124,'11306','Montalbano','MONTALBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18125,'12154','Montalcino','MONTALCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:29','1900-01-01 00:00:00',1,0,1),(18126,'13038','Montaldo Torinese','MONTALDO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18127,'37487','Montale','MONTALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18128,'16075','Montalegre','MONTALEGRE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18129,'28003','Montana City','MONTANA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18130,'3766','Montanejos','MONTANEJOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18131,'41692','Montano Lucino','MONTANO LUCINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:30','1900-01-01 00:00:00',1,0,1),(18132,'18689','Montara','MONTARA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18133,'37811','Montargil','MONTARGIL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18134,'5659','Montargis','MONTARGIS',NULL,'','France','',0,0,76,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18135,'12155','Montasola','MONTASOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:31','1900-01-01 00:00:00',1,0,1),(18136,'28961','Montauk','MONTAUK',NULL,'','United States','',0,0,231,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18137,'40559','Montauro','MONTAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18138,'6489','Montauroux','MONTAUROUX',NULL,'','France','',0,0,76,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18139,'5475','Montbard','MONTBARD',NULL,'','France','',0,0,76,'2016-10-17 11:23:32','1900-01-01 00:00:00',1,0,1),(18140,'5660','Montbazon','MONTBAZON',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18141,'5781','Montbeliard','MONTBELIARD',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18142,'38586','Montblanc','MONTBLANC',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18143,'4406','Montbonnot Saint Martin','MONTBONNOT SAINT MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18144,'6672','Montboucher-sur-jabron','MONTBOUCHER-SUR-JABRON',NULL,'','France','',0,0,76,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18145,'2705','Montbrio Del Camp','MONTBRIO DEL CAMP',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:33','1900-01-01 00:00:00',1,0,1),(18146,'6673','Montbrison','MONTBRISON',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18147,'6353','Montbron','MONTBRON',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18148,'38560','Montbrun-les-bains','MONTBRUN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18149,'41496','Montcada Reixac','MONTCADA REIXAC',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18150,'38449','Montcaret','MONTCARET',NULL,'','France','',0,0,76,'2016-10-17 11:23:34','1900-01-01 00:00:00',1,0,1),(18151,'6186','Montcavrel','MONTCAVREL',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18152,'5476','Montceau-les-mines','MONTCEAU-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18153,'5477','Montchanin','MONTCHANIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18154,'19231','Montchanin','MONTCHANIN',NULL,'','United States','',0,0,231,'2016-10-17 11:23:35','1900-01-01 00:00:00',1,0,1),(18155,'4407','Montchavin','MONTCHAVIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:36','1900-01-01 00:00:00',1,0,1),(18157,'18690','Montclair','MONTCLAIR',NULL,'','United States','',0,0,231,'2016-10-17 11:23:36','1900-01-01 00:00:00',1,0,1),(18158,'6490','Montclar','MONTCLAR',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18159,'5940','Montclus','MONTCLUS',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18160,'41382','Mont-de-marsan','MONT-DE-MARSAN',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18161,'4408','Mont-dore','MONT-DORE',NULL,'','France','',0,0,76,'2016-10-17 11:23:37','1900-01-01 00:00:00',1,0,1),(18162,'41154','Monte Cara','MONTE CARA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18163,'13716','Monte Carlo','MONTE CARLO',NULL,'','Monaco','',0,0,145,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18164,'25104','Monte Dourado','MONTE DOURADO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18165,'16578','Monte Giardino','MONTE GIARDINO',NULL,'','San Marino','',0,0,184,'2016-10-17 11:23:38','1900-01-01 00:00:00',1,0,1),(18166,'43812','Monte Patria','MONTE PATRIA',NULL,'','Chile','',0,0,45,'2016-10-17 11:23:39','1900-01-01 00:00:00',1,0,1),(18167,'33212','Monteagle','MONTEAGLE',NULL,'','United States','',0,0,231,'2016-10-17 11:23:40','1900-01-01 00:00:00',1,0,1),(18168,'3415','Monteagudo De Las Salinas','MONTEAGUDO DE LAS SALINAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18169,'18692','Montebello','MONTEBELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18170,'22799','Montebello','MONTEBELLO',NULL,'','Canada','',0,0,39,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18171,'39220','Montebello Vicentino','MONTEBELLO VICENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18172,'11310','Montebonello','MONTEBONELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:41','1900-01-01 00:00:00',1,0,1),(18173,'12162','Montecalvo In Foglia','MONTECALVO IN FOGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18174,'40551','Montecarlo','MONTECARLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18175,'12163','Montecassiano','MONTECASSIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18176,'1548','Montecatimi Terme','MONTECATIMI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18177,'1476','Montecatini','MONTECATINI',NULL,'','ITALY','',0,0,107,'2016-10-17 11:23:42','1900-01-01 00:00:00',1,0,1),(18178,'42331','Montecatini-fucecchio','MONTECATINI-FUCECCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:43','1900-01-01 00:00:00',1,0,1),(18179,'18693','Montecito','MONTECITO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:43','1900-01-01 00:00:00',1,0,1),(18180,'11313','Montecopiolo','MONTECOPIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18181,'3271','Montecorto','MONTECORTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18182,'39398','Montecorvino Rovella','MONTECORVINO ROVELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18183,'12165','Montefalco','MONTEFALCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18184,'12166','Montefano','MONTEFANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18185,'3272','Montefrio','MONTEFRIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18186,'12167','Montegabbione','MONTEGABBIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:44','1900-01-01 00:00:00',1,0,1),(18187,'35580','Monteggiori','MONTEGGIORI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18188,'13091','Montego Bay','MONTEGO BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18189,'11314','Montegridolfo','MONTEGRIDOLFO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18190,'12168','Montegrotto Terme','MONTEGROTTO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18191,'5941','Monteils','MONTEILS',NULL,'','France','',0,0,76,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18192,'39069','Montejaque','MONTEJAQUE',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:45','1900-01-01 00:00:00',1,0,1),(18193,'12169','Montelanico','MONTELANICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18194,'12170','Monteleone D\'orvieto','MONTELEONE D\'ORVIETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18195,'4907','Montelimar','MONTELIMAR',NULL,'','France','',0,0,76,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18196,'14439','Montelimar','MONTELIMAR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18197,'40522','Montellano','MONTELLANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18198,'32836','Montello','MONTELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:46','1900-01-01 00:00:00',1,0,1),(18199,'12171','Montelupo Albese','MONTELUPO ALBESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18200,'39504','Montelupone','MONTELUPONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18201,'12173','Montemaggiore Al Metauro','MONTEMAGGIORE AL METAURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18202,'39360','Montemarciano','MONTEMARCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18203,'12174','Montemerano','MONTEMERANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:47','1900-01-01 00:00:00',1,0,1),(18204,'39637','Montemignaio','MONTEMIGNAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18205,'37752','Montemitro','MONTEMITRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18206,'40443','Montemor-o-novo','MONTEMOR-O-NOVO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18207,'12175','Montemurlo','MONTEMURLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18208,'1379','Montenegro','MONTENEGRO',NULL,'','MONTENEGRO','',0,0,466,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18209,'32364','Montenegro Coast','MONTENEGRO COAST',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18210,'42327','Montenero','MONTENERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:48','1900-01-01 00:00:00',1,0,1),(18211,'11315','Montepaone Lido','MONTEPAONE LIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18212,'37809','Monteprandone','MONTEPRANDONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18213,'12176','Montepulciano','MONTEPULCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18214,'12746','Montereale Valcellina','MONTEREALE VALCELLINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18215,'12177','Monterenzio','MONTERENZIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:49','1900-01-01 00:00:00',1,0,1),(18216,'18694','Monterey','MONTEREY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:50','1900-01-01 00:00:00',1,0,1),(18217,'24079','Monteria','MONTERIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18218,'12178','Monteriggioni','MONTERIGGIONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18219,'12179','Monteroni D\'arbia','MONTERONI D\'ARBIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:51','1900-01-01 00:00:00',1,0,1),(18220,'43108','Monterosso - Sicily','MONTEROSSO - SICILY',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18221,'12182','Monterotondo','MONTEROTONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18222,'13908','Monterrey','MONTERREY',NULL,'','Mexico','',0,0,141,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18223,'25090','Montes Claros','MONTES CLAROS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18224,'15936','Montes De Alvor','MONTES DE ALVOR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18225,'41595','Montes De Malaga','MONTES DE MALAGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18226,'39654','Montesano Salentino','MONTESANO SALENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:52','1900-01-01 00:00:00',1,0,1),(18227,'11316','Montescudaio','MONTESCUDAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18228,'12183','Montesilvano','MONTESILVANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18229,'12184','Montespertoli','MONTESPERTOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18230,'4755','Montesson','MONTESSON',NULL,'','France','',0,0,76,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18231,'40023','Monteux','MONTEUX',NULL,'','France','',0,0,76,'2016-10-17 11:23:53','1900-01-01 00:00:00',1,0,1),(18232,'17921','Montevallo','MONTEVALLO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18233,'12185','Montevarchi','MONTEVARCHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18234,'39741','Monteveglio','MONTEVEGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18235,'24231','Monteverde','MONTEVERDE',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18236,'11317','Monteverde Nuovo','MONTEVERDE NUOVO',NULL,'','Italy','',0,0,107,'2016-10-17 11:23:54','1900-01-01 00:00:00',1,0,1),(18237,'17535','Montevideo','MONTEVIDEO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18238,'27451','Montevideo','MONTEVIDEO',NULL,'','United States','',0,0,231,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18239,'5865','Montevrain','MONTEVRAIN',NULL,'','France','',0,0,76,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18240,'37692','Montezillon','MONTEZILLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18241,'20945','Montezuma','MONTEZUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:23:55','1900-01-01 00:00:00',1,0,1),(18242,'912','Montezuma','MONTEZUMA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18243,'6491','Montfavet','MONTFAVET',NULL,'','France','',0,0,76,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18244,'3570','Montferrer','MONTFERRER',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18245,'3571','Montferri','MONTFERRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:23:56','1900-01-01 00:00:00',1,0,1),(18246,'5942','Montferrier-sur-lez','MONTFERRIER-SUR-LEZ',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18247,'37788','Montfoort','MONTFOORT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18248,'4409','Montfort Le Gesnois','MONTFORT LE GESNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18249,'5573','Montfort-sur-meu','MONTFORT-SUR-MEU',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18250,'6492','Montgenevre','MONTGENEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:23:57','1900-01-01 00:00:00',1,0,1),(18251,'4756','Montgeron','MONTGERON',NULL,'','France','',0,0,76,'2016-10-17 11:23:58','1900-01-01 00:00:00',1,0,1),(18252,'20946','Montgomery','MONTGOMERY',NULL,'','United States','',0,0,231,'2016-10-17 11:23:58','1900-01-01 00:00:00',1,0,1),(18253,'8583','Montgomery','MONTGOMERY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:00','1900-01-01 00:00:00',1,0,1),(18254,'25338','Montgomery - University Of Calgary','MONTGOMERY - UNIVERSITY OF CALGARY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:00','1900-01-01 00:00:00',1,0,1),(18255,'30068','Montgomeryville','MONTGOMERYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18256,'39449','Monthey','MONTHEY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18257,'4834','Monthieux','MONTHIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18258,'11318','Monticelli Terme','MONTICELLI TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18259,'4757','Monticello','MONTICELLO',NULL,'','France','',0,0,76,'2016-10-17 11:24:01','1900-01-01 00:00:00',1,0,1),(18260,'19498','Monticello','MONTICELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:24:02','1900-01-01 00:00:00',1,0,1),(18261,'12186','Montichiari','MONTICHIARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18262,'12187','Monticiano','MONTICIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18263,'12188','Montieri','MONTIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18264,'4904','Montignac','MONTIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18265,'12189','Montignoso','MONTIGNOSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18266,'5329','Montigny','MONTIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:24:07','1900-01-01 00:00:00',1,0,1),(18267,'5478','Montigny-en-morvan','MONTIGNY-EN-MORVAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18268,'40299','Montigny-la-resle','MONTIGNY-LA-RESLE',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18269,'4758','Montigny-le-bretonneux','MONTIGNY-LE-BRETONNEUX',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18270,'38344','Montigny-le-roi','MONTIGNY-LE-ROI',NULL,'','France','',0,0,76,'2016-10-17 11:24:08','1900-01-01 00:00:00',1,0,1),(18271,'3273','Montilla','MONTILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18272,'11319','Montirone','MONTIRONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18273,'35583','Montisi','MONTISI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18274,'5823','Montivilliers','MONTIVILLIERS',NULL,'','France','',0,0,76,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18275,'22801','Mont-laurier','MONT-LAURIER',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:09','1900-01-01 00:00:00',1,0,1),(18276,'4759','Montlhery','MONTLHERY',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18277,'44077','Montlivault','MONTLIVAULT',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18278,'5943','Mont-louis','MONT-LOUIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18279,'5661','Montlouis-sur-loire','MONTLOUIS-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:24:10','1900-01-01 00:00:00',1,0,1),(18280,'5330','Montlucon','MONTLUCON',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18281,'6674','Montluel','MONTLUEL',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18282,'22802','Montmagny','MONTMAGNY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18283,'4410','Montmartre','MONTMARTRE',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18284,'40710','Montmelard','MONTMELARD',NULL,'','France','',0,0,76,'2016-10-17 11:24:11','1900-01-01 00:00:00',1,0,1),(18285,'6675','Montmelian','MONTMELIAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18286,'3572','Montmelo','MONTMELO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18287,'26524','Montmorency','MONTMORENCY',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18288,'6354','Montmorillon','MONTMORILLON',NULL,'','France','',0,0,76,'2016-10-17 11:24:12','1900-01-01 00:00:00',1,0,1),(18289,'38768','Montone','MONTONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18290,'11320','Montopoli Val D Arno','MONTOPOLI VAL D ARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18291,'30807','Montopolis','MONTOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18292,'3465','Montorio','MONTORIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:13','1900-01-01 00:00:00',1,0,1),(18293,'3573','Montornes Del Valles','MONTORNES DEL VALLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18294,'38106','Montoro','MONTORO',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18295,'37351','Montory','MONTORY',NULL,'','France','',0,0,76,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18296,'28965','Montour Falls','MONTOUR FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:14','1900-01-01 00:00:00',1,0,1),(18297,'30069','Montoursville','MONTOURSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18298,'4411','Montparnasse','MONTPARNASSE',NULL,'','France','',0,0,76,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18299,'20378','Montpelier','MONTPELIER',NULL,'','United States','',0,0,231,'2016-10-17 11:24:15','1900-01-01 00:00:00',1,0,1),(18300,'5944','Montpellier','MONTPELLIER',NULL,'','France','',0,0,76,'2016-10-17 11:24:16','1900-01-01 00:00:00',1,0,1),(18301,'22803','Montreal','MONTREAL',NULL,'','Canada','Montreal',0,0,39,'2016-10-17 11:24:16','1900-01-01 00:00:00',1,0,1),(18302,'35982','Montreal-dorval','MONTREAL-DORVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18303,'22805','Montreal-est','MONTREAL-EST',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18304,'22806','Montreal-nord','MONTREAL-NORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18305,'6255','Montrelais','MONTRELAIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:17','1900-01-01 00:00:00',1,0,1),(18306,'6256','Montreuil-bellay','MONTREUIL-BELLAY',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18307,'6187','Montreuil-sur-mer','MONTREUIL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18308,'23290','Montreux','MONTREUX',NULL,'','Switzerland','Montreux',0,0,210,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18309,'5662','Montrichard','MONTRICHARD',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18310,'6676','Montriond','MONTRIOND',NULL,'','France','',0,0,76,'2016-10-17 11:24:18','1900-01-01 00:00:00',1,0,1),(18311,'2707','Mont-roig Del Camp','MONT-ROIG DEL CAMP',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18312,'6677','Montrond-les-bains','MONTROND-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18313,'8584','Montrose','MONTROSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18314,'33495','Montrose','MONTROSE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:19','1900-01-01 00:00:00',1,0,1),(18315,'31177','Montross','MONTROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18316,'4760','Montrouge','MONTROUGE',NULL,'','France','',0,0,76,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18317,'22807','Mont-royal','MONT-ROYAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:20','1900-01-01 00:00:00',1,0,1),(18318,'6115','Montrozier','MONTROZIER',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18319,'5824','Mont-saint-aignan','MONT-SAINT-AIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18320,'5479','Mont-saint-jean','MONT-SAINT-JEAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18321,'5741','Mont-saint-martin','MONT-SAINT-MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18322,'3574','Montseny','MONTSENY',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:21','1900-01-01 00:00:00',1,0,1),(18323,'5945','Montseret','MONTSERET',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18324,'14227','Montserrat','MONTSERRAT',NULL,'','Montserrat','',0,0,147,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18325,'37340','Montsoreau','MONTSOREAU',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18326,'4761','Montsoult','MONTSOULT',NULL,'','France','',0,0,76,'2016-10-17 11:24:22','1900-01-01 00:00:00',1,0,1),(18327,'22808','Mont-tremblant','MONT-TREMBLANT',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18328,'2911','Montuiri','MONTUIRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18329,'28344','Montvale','MONTVALE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:23','1900-01-01 00:00:00',1,0,1),(18330,'6821','Montvalezan','MONTVALEZAN',NULL,'','France','',0,0,76,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18331,'38230','Montville','MONTVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18332,'33497','Monument','MONUMENT',NULL,'','United States','',0,0,231,'2016-10-17 11:24:24','1900-01-01 00:00:00',1,0,1),(18333,'42064','Monywa','MONYWA',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:24:25','1900-01-01 00:00:00',1,0,1),(18334,'12190','Monza','MONZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18335,'12191','Monzambano','MONZAMBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18336,'3334','Monzon','MONZON',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18337,'12192','Monzuno','MONZUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18338,'19111','Moodus','MOODUS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:26','1900-01-01 00:00:00',1,0,1),(18339,'21896','Moody','MOODY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18340,'44259','Moofushi Island','MOOFUSHI ISLAND',NULL,'','Maldives','',0,0,133,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18341,'26273','Moomba','MOOMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:27','1900-01-01 00:00:00',1,0,1),(18342,'26525','Moonee Ponds','MOONEE PONDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18343,'26274','Moonlight Head','MOONLIGHT HEAD',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18344,'40079','Moonrooka','MOONROOKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18345,'26918','Moorabbin','MOORABBIN',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:28','1900-01-01 00:00:00',1,0,1),(18346,'16126','Moorea','MOOREA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18347,'36532','Moorea-cooks Bay','MOOREA-COOKS BAY',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18348,'36533','Moorea-hauru Point','MOOREA-HAURU POINT',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18349,'36535','Moorea-maharepa','MOOREA-MAHAREPA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18350,'36534','Moorea-temae','MOOREA-TEMAE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18351,'32014','Moorefield','MOOREFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:29','1900-01-01 00:00:00',1,0,1),(18352,'33940','Mooresville','MOORESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18353,'27454','Moorhead','MOORHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18354,'26526','Moorooduc','MOOROODUC',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:30','1900-01-01 00:00:00',1,0,1),(18355,'264','Moosach','MOOSACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18356,'42236','Moosburg','MOOSBURG',NULL,'','Austria','',0,0,14,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18357,'39994','Moosburg','MOOSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18358,'32118','Moose','MOOSE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18359,'22954','Moose Jaw','MOOSE JAW',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:31','1900-01-01 00:00:00',1,0,1),(18360,'22955','Moosejaw','MOOSEJAW',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:32','1900-01-01 00:00:00',1,0,1),(18361,'30071','Moosic','MOOSIC',NULL,'','United States','',0,0,231,'2016-10-17 11:24:32','1900-01-01 00:00:00',1,0,1),(18362,'5047','Mooslargue','MOOSLARGUE',NULL,'','France','',0,0,76,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18363,'34566','Moosonee','MOOSONEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18364,'19112','Moosup','MOOSUP',NULL,'','United States','',0,0,231,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18365,'42196','Moquehue','MOQUEHUE',NULL,'','Argentina','',0,0,10,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18366,'16836','Mora','MORA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:24:33','1900-01-01 00:00:00',1,0,1),(18367,'3335','Mora De Rubielos','MORA DE RUBIELOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18368,'10684','Moradabad','MORADABAD',NULL,'','India','',0,0,101,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18369,'38407','Morafenobe','MORAFENOBE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18370,'18697','Moraga','MORAGA',NULL,'','United States','',0,0,231,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18371,'13619','Moragalla','MORAGALLA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:24:34','1900-01-01 00:00:00',1,0,1),(18372,'29441','Moraine','MORAINE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18373,'41428','Moraira','MORAIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18374,'9778','Moraitika','MORAITIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18375,'38609','Moralzarzal','MORALZARZAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18376,'31178','Moran','MORAN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:35','1900-01-01 00:00:00',1,0,1),(18377,'39352','Morana','MORANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18378,'26275','Moranbah','MORANBAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18379,'6678','Morance','MORANCE',NULL,'','France','',0,0,76,'2016-10-17 11:24:37','1900-01-01 00:00:00',1,0,1),(18380,'4762','Morangis','MORANGIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18381,'40201','Morannes','MORANNES',NULL,'','France','',0,0,76,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18382,'12193','Morano Calabro','MORANO CALABRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18383,'3002','Moratalaz','MORATALAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18384,'3038','Moratalla','MORATALLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:38','1900-01-01 00:00:00',1,0,1),(18385,'13606','Moratuwa','MORATUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18386,'24292','Moravian Silesian','MORAVIAN SILESIAN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18387,'38600','Moravske Toplice','MORAVSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18388,'26604','Morawa','MORAWA',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18389,'44048','Morawica','MORAWICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18390,'7211','Moray','MORAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18391,'9969','Morazan','MORAZAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18392,'43590','Morbisch Am See','MORBISCH AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18393,'38849','Morciano Di Leuca','MORCIANO DI LEUCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:39','1900-01-01 00:00:00',1,0,1),(18394,'23291','Morcote','MORCOTE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18395,'12194','Mordano','MORDANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18396,'25612','Morden','MORDEN',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18397,'8585','Morden','MORDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18398,'36810','Mordogan','MORDOGAN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18399,'14810','More Og Romsdal','MORE OG ROMSDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18400,'8586','Morecambe','MORECAMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18401,'34249','Moree','MOREE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:40','1900-01-01 00:00:00',1,0,1),(18402,'44166','Moree','MOREE',NULL,'','Ghana','',0,0,84,'2016-10-17 11:24:41','1900-01-01 00:00:00',1,0,1),(18403,'33694','Morehead','MOREHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:24:41','1900-01-01 00:00:00',1,0,1),(18404,'23292','Morel','MOREL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18405,'14043','Morelia','MORELIA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18406,'25822','Morell','MORELL',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18407,'3767','Morella','MORELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:42','1900-01-01 00:00:00',1,0,1),(18408,'18698','Moreno Valley','MORENO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18409,'4413','Moret Sur Loing','MORET SUR LOING',NULL,'','France','',0,0,76,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18410,'42231','Moreton Island','MORETON ISLAND',NULL,'','Australia','Moreton Island',0,0,13,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18411,'7212','Moreton-in-marsh','MORETON-IN-MARSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:43','1900-01-01 00:00:00',1,0,1),(18412,'31356','Moretown','MORETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18413,'40680','Morey-saint-denis','MOREY-SAINT-DENIS',NULL,'','France','',0,0,76,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18414,'41016','Morfelden-walldorf','MORFELDEN-WALLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:44','1900-01-01 00:00:00',1,0,1),(18415,'31357','Morgan','MORGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:45','1900-01-01 00:00:00',1,0,1),(18416,'24886','Morgan\'s Bluff','MORGAN\'S BLUFF',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18417,'33943','Morganton','MORGANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18418,'30072','Morgantown','MORGANTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:46','1900-01-01 00:00:00',1,0,1),(18419,'5574','Morgat','MORGAT',NULL,'','France','',0,0,76,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18420,'15006','Morgedal','MORGEDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18421,'37593','Morgenrothe-rautenkranz','MORGENROTHE-RAUTENKRANZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18422,'23060','Morges','MORGES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18423,'6051','Morhange','MORHANGE',NULL,'','France','',0,0,76,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18424,'28549','Moriarty','MORIARTY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:48','1900-01-01 00:00:00',1,0,1),(18425,'6493','Morieres-les-avignon','MORIERES-LES-AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18426,'40533','Morigerati','MORIGERATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18427,'13301','Moriguchi','MORIGUCHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18428,'12195','Morimondo','MORIMONDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18429,'13394','Morioka','MORIOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:49','1900-01-01 00:00:00',1,0,1),(18430,'23293','Morissen','MORISSEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18431,'1893','Moritzburg','MORITZBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18432,'42888','Moriyama','MORIYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18433,'4913','Morlaix','MORLAIX',NULL,'','France','',0,0,76,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18434,'25339','Morley','MORLEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18435,'7213','Morley','MORLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18436,'38779','Morley','MORLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:50','1900-01-01 00:00:00',1,0,1),(18437,'23061','Morlon','MORLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18438,'18169','Mormon Lake','MORMON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18439,'6494','Mornas','MORNAS',NULL,'','France','',0,0,76,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18440,'38837','Mornico Losana','MORNICO LOSANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18441,'8588','Morningside','MORNINGSIDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:51','1900-01-01 00:00:00',1,0,1),(18442,'32526','Morningside','MORNINGSIDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18443,'40764','Morningside','MORNINGSIDE',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18444,'26919','Mornington','MORNINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18445,'32482','Moroka','MOROKA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18446,'37708','Morombe','MOROMBE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18447,'26078','Moron','MORON',NULL,'','Argentina','',0,0,10,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18448,'39640','Morondava','MORONDAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18449,'18700','Morongo Valley','MORONGO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:52','1900-01-01 00:00:00',1,0,1),(18450,'24140','Moroni','MORONI',NULL,'','Comoros','',0,0,50,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18451,'10185','Morotai Island','MOROTAI ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18452,'34250','Morpeth','MORPETH',NULL,'','Australia','',0,0,13,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18453,'8589','Morpeth','MORPETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18454,'28146','Morrill','MORRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:24:53','1900-01-01 00:00:00',1,0,1),(18455,'18057','Morrilton','MORRILTON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18456,'20662','Morris','MORRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18457,'25613','Morris','MORRIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:54','1900-01-01 00:00:00',1,0,1),(18458,'34567','Morrisburg','MORRISBURG',NULL,'','Canada','',0,0,39,'2016-10-17 11:24:56','1900-01-01 00:00:00',1,0,1),(18459,'33498','Morrison','MORRISON',NULL,'','United States','',0,0,231,'2016-10-17 11:24:56','1900-01-01 00:00:00',1,0,1),(18460,'28347','Morristown','MORRISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:24:57','1900-01-01 00:00:00',1,0,1),(18461,'33944','Morrisville','MORRISVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:24:58','1900-01-01 00:00:00',1,0,1),(18462,'18701','Morro Bay','MORRO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18463,'24990','Morro De Sao Paulo','MORRO DE SAO PAULO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18464,'3112','Morro Del Jable','MORRO DEL JABLE',NULL,'','Spain','',0,0,199,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18465,'37823','Morrovalle','MORROVALLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:24:59','1900-01-01 00:00:00',1,0,1),(18466,'19881','Morrow','MORROW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18467,'6776','Morsbronn-les-bains','MORSBRONN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18468,'23294','Morschach','MORSCHACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18469,'5986','Morschwiller-le-bas','MORSCHWILLER-LE-BAS',NULL,'','France','',0,0,76,'2016-10-17 11:25:00','1900-01-01 00:00:00',1,0,1),(18470,'39374','Mortagne-au-perche','MORTAGNE-AU-PERCHE',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18471,'6257','Mortagne-sur-sevre','MORTAGNE-SUR-SEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18472,'42771','Mortagua','MORTAGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18473,'39937','Mortain','MORTAIN',NULL,'','France','',0,0,76,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18474,'11321','Mortelle','MORTELLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18475,'27458','Morton','MORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:25:01','1900-01-01 00:00:00',1,0,1),(18476,'33697','Mortons Gap','MORTONS GAP',NULL,'','United States','',0,0,231,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18477,'25074','Morumbi','MORUMBI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18478,'34251','Moruya','MORUYA',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18479,'26920','Morwell','MORWELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18480,'37836','Mory','MORY',NULL,'','Poland','',0,0,174,'2016-10-17 11:25:03','1900-01-01 00:00:00',1,0,1),(18481,'5086','Morzine','MORZINE',NULL,'','France','',0,0,76,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18482,'40278','Mosbach','MOSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18483,'33499','Mosca','MOSCA',NULL,'','United States','',0,0,231,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18484,'2912','Moscari','MOSCARI',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18485,'10025','Moscenicka Draga','MOSCENICKA DRAGA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18486,'12196','Mosciano','MOSCIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:04','1900-01-01 00:00:00',1,0,1),(18487,'20379','Moscow','MOSCOW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18488,'16271','Moscow','MOSCOW',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18489,'36644','Moscow-domodedovo','MOSCOW-DOMODEDOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18490,'36646','Moscow-nakhabino','MOSCOW-NAKHABINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18491,'36648','Moscow-sheremetyevo','MOSCOW-SHEREMETYEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18492,'81','Moselle - Nahe','MOSELLE - NAHE',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:05','1900-01-01 00:00:00',1,0,1),(18493,'17704','Moser Bay','MOSER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:06','1900-01-01 00:00:00',1,0,1),(18494,'31557','Moses Lake','MOSES LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:06','1900-01-01 00:00:00',1,0,1),(18495,'11001','Mosfellsbaer','MOSFELLSBAER',NULL,'','Iceland','Mosfellsbaer',0,0,100,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18496,'1660','Moshav Neve Ativ','MOSHAV NEVE ATIV',NULL,'','Israel','',0,0,106,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18497,'37910','Moshi','MOSHI',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18498,'31829','Mosinee','MOSINEE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18499,'14922','Mosjoen','MOSJOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18500,'9699','Moskhaton','MOSKHATON',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:07','1900-01-01 00:00:00',1,0,1),(18501,'5411','Mosles','MOSLES',NULL,'','France','',0,0,76,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18502,'34252','Mosman','MOSMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18503,'5663','Mosnes','MOSNES',NULL,'','France','',0,0,76,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18504,'37098','Moso Island','MOSO ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18505,'10078','Mosonmagyarovar','MOSONMAGYAROVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18506,'14962','Moss','MOSS',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:08','1900-01-01 00:00:00',1,0,1),(18507,'18702','Moss Beach','MOSS BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:25:09','1900-01-01 00:00:00',1,0,1),(18508,'34253','Moss Vale','MOSS VALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18509,'32387','Mossel Bay','MOSSEL BAY',NULL,'','South Africa','Mossel Bay',0,0,195,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18510,'24054','Mossendjo','MOSSENDJO',NULL,'','Congo','',0,0,51,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18511,'26729','Mossman','MOSSMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18512,'40338','Mossoro','MOSSORO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18513,'37624','Most','MOST',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18514,'38930','Most Na Soci','MOST NA SOCI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18515,'24892','Mostar','MOSTAR',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18516,'14811','Mosteroy','MOSTEROY',NULL,'','Norway','',0,0,164,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18517,'3003','Mostoles','MOSTOLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:10','1900-01-01 00:00:00',1,0,1),(18518,'38736','Mostov','MOSTOV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18519,'3416','Mota Del Cuervo','MOTA DEL CUERVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18520,'32320','Mota Lava','MOTA LAVA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18521,'16770','Motala','MOTALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18522,'8590','Motherwell','MOTHERWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18523,'3417','Motilla Del Palancar','MOTILLA DEL PALANCAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18524,'27459','Motley','MOTLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:11','1900-01-01 00:00:00',1,0,1),(18525,'39107','Motobu','MOTOBU',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18526,'40301','Motovun','MOTOVUN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18527,'3274','Motril','MOTRIL',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18528,'37250','Motshane','MOTSHANE',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18529,'11322','Motta Camastra','MOTTA CAMASTRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18530,'39415','Motten','MOTTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:12','1900-01-01 00:00:00',1,0,1),(18531,'12197','Mottola','MOTTOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18532,'40925','Mottram St Andrew','MOTTRAM ST ANDREW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18533,'15134','Motueka','MOTUEKA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18534,'4415','Mouans Sartoux','MOUANS SARTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:13','1900-01-01 00:00:00',1,0,1),(18535,'42353','Mouans-sartoux','MOUANS-SARTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18536,'5331','Moudeyres','MOUDEYRES',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18537,'6495','Mougins','MOUGINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18538,'6847','Mouila','MOUILA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18539,'32483','Mouille Point','MOUILLE POINT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18540,'6258','Mouilleron-le-captif','MOUILLERON-LE-CAPTIF',NULL,'','France','',0,0,76,'2016-10-17 11:25:14','1900-01-01 00:00:00',1,0,1),(18541,'6259','Moulay','MOULAY',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18542,'36387','Moulay Idriss','MOULAY IDRISS',NULL,'','Morocco','',0,0,148,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18543,'5227','Mouleydier','MOULEYDIER',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18544,'5332','Moulins','MOULINS',NULL,'','France','',0,0,76,'2016-10-17 11:25:15','1900-01-01 00:00:00',1,0,1),(18545,'17925','Moulton','MOULTON',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18546,'32739','Moultonborough','MOULTONBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18547,'19882','Moultrie','MOULTRIE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:16','1900-01-01 00:00:00',1,0,1),(18548,'27719','Mound City','MOUND CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:17','1900-01-01 00:00:00',1,0,1),(18549,'21104','Moundridge','MOUNDRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:17','1900-01-01 00:00:00',1,0,1),(18550,'27460','Mounds View','MOUNDS VIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:25:18','1900-01-01 00:00:00',1,0,1),(18551,'10435','Mount Abu','MOUNT ABU',NULL,'','India','Mount Abu',2,0,101,'2016-10-17 11:25:18','1900-01-01 00:00:00',1,0,1),(18552,'15135','Mount Albert','MOUNT ALBERT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:25:19','1900-01-01 00:00:00',1,0,1),(18553,'36371','Mount Athos-amoulian','MOUNT ATHOS-AMOULIAN',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:20','1900-01-01 00:00:00',1,0,1),(18554,'11324','Mount Etna','MOUNT ETNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:23','1900-01-01 00:00:00',1,0,1),(18555,'15577','Mount Hagen','MOUNT HAGEN',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:25:24','1900-01-01 00:00:00',1,0,1),(18556,'34568','Mount Hope','MOUNT HOPE',NULL,'','Canada','',0,0,39,'2016-10-17 11:25:25','1900-01-01 00:00:00',1,0,1),(18557,'41451','Mount Kenya National Park','MOUNT KENYA NATIONAL PARK',NULL,'','Kenya','',0,0,113,'2016-10-17 11:25:27','1900-01-01 00:00:00',1,0,1),(18558,'13620','Mount Lavinia','MOUNT LAVINIA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:25:27','1900-01-01 00:00:00',1,0,1),(18559,'37902','Mount Naeba Area','MOUNT NAEBA AREA',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:28','1900-01-01 00:00:00',1,0,1),(18560,'24857','Mount Thompson','MOUNT THOMPSON',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:25:35','1900-01-01 00:00:00',1,0,1),(18561,'24910','Mountain Pine Ridge','MOUNTAIN PINE RIDGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:25:42','1900-01-01 00:00:00',1,0,1),(18562,'28550','Mountainair','MOUNTAINAIR',NULL,'','United States','',0,0,231,'2016-10-17 11:25:44','1900-01-01 00:00:00',1,0,1),(18563,'30078','Mountainhome','MOUNTAINHOME',NULL,'','United States','',0,0,231,'2016-10-17 11:25:44','1900-01-01 00:00:00',1,0,1),(18564,'28352','Mountainside','MOUNTAINSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18565,'31562','Mountlake Terrace','MOUNTLAKE TERRACE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18566,'10791','Mountshannon','MOUNTSHANNON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:45','1900-01-01 00:00:00',1,0,1),(18567,'30079','Mountville','MOUNTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18568,'44178','Mouresi','MOURESI',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18569,'6496','Mouries','MOURIES',NULL,'','France','',0,0,76,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18570,'5866','Mouroux','MOUROUX',NULL,'','France','',0,0,76,'2016-10-17 11:25:46','1900-01-01 00:00:00',1,0,1),(18571,'9700','Mousata','MOUSATA',NULL,'','Greece','',0,0,86,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18572,'24666','Mouscron','MOUSCRON',NULL,'','Belgium','',0,0,21,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18573,'8591','Mousehole','MOUSEHOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18574,'5575','Mousteru','MOUSTERU',NULL,'','France','',0,0,76,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18575,'6497','Moustiers-sainte-marie','MOUSTIERS-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18576,'10823','Moville','MOVILLE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:47','1900-01-01 00:00:00',1,0,1),(18577,'37660','Moville','MOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18578,'40926','Moville, Co.donegal','MOVILLE, CO.DONEGAL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18579,'14136','Moyahua','MOYAHUA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18580,'39290','Moyard','MOYARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18581,'10186','Moyo Island','MOYO ISLAND',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18582,'869','Moyobamba','MOYOBAMBA',NULL,'','Peru','',0,0,172,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18583,'37895','Moyvalley','MOYVALLEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:25:48','1900-01-01 00:00:00',1,0,1),(18584,'40529','Mozaga','MOZAGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18585,'1479','Mozambique','MOZAMBIQUE',NULL,'','MOZAMBIQUE','',0,0,149,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18586,'3466','Mozarbez','MOZARBEZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18587,'42541','Mozirje','MOZIRJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18588,'11326','Mozzo','MOZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18589,'1740','Mpacha','MPACHA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18590,'1478','Mpumalanga-kruger Area','MPUMALANGA-KRUGER AREA',NULL,'','SOUTH AFRICA','',0,0,195,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18591,'15663','Mragowo','MRAGOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18592,'42063','Mrauk U','MRAUK U',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18593,'40279','Msambweni','MSAMBWENI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:25:49','1900-01-01 00:00:00',1,0,1),(18594,'17219','Mt. Erciyes','MT. ERCIYES',NULL,'','Turkey','',0,0,222,'2016-10-17 11:25:50','1900-01-01 00:00:00',1,0,1),(18595,'26851','Mt. Field National Park','MT. FIELD NATIONAL PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:50','1900-01-01 00:00:00',1,0,1),(18596,'39912','Mtolle','MTOLLE',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18597,'37738','Mtubatuba','MTUBATUBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18598,'32527','Mtunzini','MTUNZINI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18599,'17464','Mtwara','MTWARA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18600,'42297','Muak Lek','MUAK LEK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18601,'13548','Muang Khong','MUANG KHONG',NULL,'','Laos','',0,0,118,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18602,'541','Much','MUCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:51','1900-01-01 00:00:00',1,0,1),(18603,'38114','Much Hadham','MUCH HADHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18604,'43247','Muchamiel','MUCHAMIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18605,'23787','Mudanjiang','MUDANJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18606,'20671','Muddy','MUDDY',NULL,'','United States','',0,0,231,'2016-10-17 11:25:52','1900-01-01 00:00:00',1,0,1),(18607,'7215','Mudeford','MUDEFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18608,'34255','Mudgee','MUDGEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18609,'26732','Mudjimba','MUDJIMBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18610,'29449','Mudsock','MUDSOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:25:53','1900-01-01 00:00:00',1,0,1),(18612,'40468','Muehlen','MUEHLEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18613,'37414','Muellheim','MUELLHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18614,'44146','Muelsen','MUELSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18615,'39117','Muenchberg','MUENCHBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18616,'37484','Muenchwilen','MUENCHWILEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18617,'82','Muensing','MUENSING',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:54','1900-01-01 00:00:00',1,0,1),(18618,'83','Muensterland','MUENSTERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18619,'863','Muerren','MUERREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18620,'39932','Mugena','MUGENA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18621,'2005','Muggelheim','MUGGELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18622,'39521','Muggia','MUGGIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18623,'17342','Mugla','MUGLA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18624,'40102','Mugnano Di Napoli','MUGNANO DI NAPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:55','1900-01-01 00:00:00',1,0,1),(18625,'43856','Muhamma','MUHAMMA',NULL,'','India','Muhamma',3,0,101,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18626,'37410','Muhlbach Am Hochkonig','MUHLBACH AM HOCHKONIG',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18627,'84','Muhldorf Am Inn','MUHLDORF AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18628,'22596','Muhlhausen','MUHLHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18629,'265','Muhltal','MUHLTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18630,'27010','Muhlviertel','MUHLVIERTEL',NULL,'','Austria','',0,0,14,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18631,'3822','Muhu Island','MUHU ISLAND',NULL,'','Estonia','',0,0,69,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18632,'32262','Mui Ne','MUI NE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18633,'9906','Mui Wo','MUI WO',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:25:56','1900-01-01 00:00:00',1,0,1),(18634,'5665','Muides-sur-loire','MUIDES-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18635,'7216','Muirhouse','MUIRHOUSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18636,'32484','Muizenberg','MUIZENBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18637,'14384','Mukah','MUKAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18638,'32352','Mukalla','MUKALLA',NULL,'','Yemen','',0,0,240,'2016-10-17 11:25:57','1900-01-01 00:00:00',1,0,1),(18639,'42592','Mukandgarh','MUKANDGARH',NULL,'','India','',0,0,101,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18641,'43073','Mukdahan','MUKDAHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18642,'32353','Mukeiras','MUKEIRAS',NULL,'','Yemen','',0,0,240,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18643,'31563','Mukilteo','MUKILTEO',NULL,'','United States','',0,0,231,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18644,'43857','Mukki','MUKKI',NULL,'','India','',0,0,101,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18645,'13302','Muko','MUKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18646,'44002','Mukono','MUKONO',NULL,'','Uganda','',0,0,226,'2016-10-17 11:25:58','1900-01-01 00:00:00',1,0,1),(18648,'40870','Mukundgarh','MUKUNDGARH',NULL,'','India','',0,0,101,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18649,'31831','Mukwonago','MUKWONAGO',NULL,'','United States','',0,0,231,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18650,'13754','Mulaku Atoll','MULAKU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18651,'43858','Mulavukadu','MULAVUKADU',NULL,'','India','',0,0,101,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18652,'12198','Mulazzo','MULAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:25:59','1900-01-01 00:00:00',1,0,1),(18653,'19501','Mulberry','MULBERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18654,'32583','Muldersdrif','MULDERSDRIF',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18655,'42833','Muldersdrift','MULDERSDRIFT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18656,'33700','Muldraugh','MULDRAUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:00','1900-01-01 00:00:00',1,0,1),(18657,'32931','Muldrow','MULDROW',NULL,'','United States','',0,0,231,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18658,'37533','Mulege','MULEGE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18659,'30815','Muleshoe','MULESHOE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:01','1900-01-01 00:00:00',1,0,1),(18660,'38130','Mulfingen','MULFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18661,'542','Mulheim','MULHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18662,'2035','Mülheim An Der Ruhr','MÜLHEIM AN DER RUHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18663,'6777','Mulhouse','MULHOUSE',NULL,'','France','',0,0,76,'2016-10-17 11:26:02','1900-01-01 00:00:00',1,0,1),(18664,'10247','Mulia','MULIA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18665,'26282','Mulka','MULKA',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18666,'1623','Mull','MULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18667,'26961','Mullaloo','MULLALOO',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18668,'32019','Mullens','MULLENS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18669,'13652','Mullerthal','MULLERTHAL',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:26:03','1900-01-01 00:00:00',1,0,1),(18670,'10943','Mullingar','MULLINGAR',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18671,'8594','Mullion','MULLION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18672,'10751','Mulranny','MULRANNY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18673,'38606','Mulsanne','MULSANNE',NULL,'','France','',0,0,76,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18674,'15312','Multan','MULTAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18675,'43615','Mulungu','MULUNGU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18676,'144306','Mumbai','MUMBAI',NULL,'','India','Mumbai',5,0,101,'2016-10-17 11:26:04','1900-01-01 00:00:00',1,0,1),(18677,'8595','Mumbles','MUMBLES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18678,'28972','Mumford','MUMFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18679,'35748','Munakata','MUNAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18680,'40399','Munchendorf','MUNCHENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18681,'20949','Muncie','MUNCIE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:05','1900-01-01 00:00:00',1,0,1),(18682,'30080','Muncy','MUNCY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18683,'16553','Munda','MUNDA',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18684,'3714','Mundaka','MUNDAKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18685,'20673','Mundelein','MUNDELEIN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:06','1900-01-01 00:00:00',1,0,1),(18686,'8596','Mundesley','MUNDESLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18687,'40139','Mundford','MUNDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18688,'37703','Mundolsheim','MUNDOLSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18689,'10248','Munduk','MUNDUK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:07','1900-01-01 00:00:00',1,0,1),(18690,'33701','Munfordville','MUNFORDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18691,'26283','Mungeranie','MUNGERANIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18692,'41365','Mungia','MUNGIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18693,'3715','Munguia','MUNGUIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18694,'266','Munich','MUNICH',NULL,'','Germany','Munich',0,0,83,'2016-10-17 11:26:08','1900-01-01 00:00:00',1,0,1),(18695,'22179','Munising','MUNISING',NULL,'','United States','',0,0,231,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18696,'29450','Munks Corners','MUNKS CORNERS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18697,'10561','Munnar','MUNNAR',NULL,'','India','Munnar',3,0,101,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18698,'267','Munnerstadt','MUNNERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:09','1900-01-01 00:00:00',1,0,1),(18699,'43730','Munster','MUNSTER',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18700,'20950','Munster','MUNSTER',NULL,'','United States','',0,0,231,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18701,'6052','Munster','MUNSTER',NULL,'','France','',0,0,76,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18702,'86','Munstertal','MUNSTERTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:10','1900-01-01 00:00:00',1,0,1),(18703,'41878','Muntelier','MUNTELIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18704,'43112','Muntinlupa','MUNTINLUPA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18705,'37832','Munxar','MUNXAR',NULL,'','Malta','',0,0,135,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18706,'3927','Muonio','MUONIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18707,'23295','Muotathal','MUOTATHAL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18708,'40871','Muradabad','MURADABAD',NULL,'','India','',0,0,101,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18709,'42667','Muralto','MURALTO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18710,'12901','Murano','MURANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18711,'40419','Murarrie','MURARRIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:11','1900-01-01 00:00:00',1,0,1),(18712,'43766','Murau','MURAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18713,'12826','Muravera','MURAVERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18714,'6778','Murbach','MURBACH',NULL,'','France','',0,0,76,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18715,'15220','Murchison','MURCHISON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:26:12','1900-01-01 00:00:00',1,0,1),(18716,'36140','Murcia-l.manga D.mar','MURCIA-L.MANGA D.MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18717,'36146','Murcia-la Azohia','MURCIA-LA AZOHIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18718,'36157','Murcia-los Alcazares','MURCIA-LOS ALCAZARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18719,'36191','Murcia-puerto De Maz','MURCIA-PUERTO DE MAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18720,'35082','Murcia-s.pedro Pinat','MURCIA-S.PEDRO PINAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18721,'39841','Mur-de-barrez','MUR-DE-BARREZ',NULL,'','France','',0,0,76,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18722,'33034','Murdo','MURDO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:13','1900-01-01 00:00:00',1,0,1),(18723,'6116','Muret','MURET',NULL,'','France','',0,0,76,'2016-10-17 11:26:14','1900-01-01 00:00:00',1,0,1),(18724,'33219','Murfreesboro','MURFREESBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:14','1900-01-01 00:00:00',1,0,1),(18725,'41457','Murgia','MURGIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18726,'42983','Murguia','MURGUIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18727,'23296','Muri','MURI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18728,'24071','Muri Beach','MURI BEACH',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18729,'15313','Muridke','MURIDKE',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18730,'3130','Muriedas','MURIEDAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:15','1900-01-01 00:00:00',1,0,1),(18731,'16323','Murino','MURINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18732,'16406','Murmansk','MURMANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18733,'87','Murnau','MURNAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18734,'37800','Muro','MURO',NULL,'','France','',0,0,76,'2016-10-17 11:26:16','1900-01-01 00:00:00',1,0,1),(18735,'960','Muro Alto','MURO ALTO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18736,'5333','Murol','MUROL',NULL,'','France','',0,0,76,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18737,'13303','Muroran, Japan','MURORAN, JAPAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18738,'3096','Muros De Nalon','MUROS DE NALON',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18739,'33952','Murphy','MURPHY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:17','1900-01-01 00:00:00',1,0,1),(18740,'18708','Murphys','MURPHYS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18741,'20674','Murphysboro','MURPHYSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18742,'33702','Murray','MURRAY',NULL,'','United States','',0,0,231,'2016-10-17 11:26:18','1900-01-01 00:00:00',1,0,1),(18743,'26811','Murray Bridge','MURRAY BRIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:19','1900-01-01 00:00:00',1,0,1),(18744,'7217','Murrayfield','MURRAYFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:19','1900-01-01 00:00:00',1,0,1),(18745,'26285','Murraylands','MURRAYLANDS',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18746,'15314','Murree Hills','MURREE HILLS',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18747,'30376','Murrells Inlet','MURRELLS INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18748,'23297','Murren','MURREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18749,'22597','Murrhardt','MURRHARDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:20','1900-01-01 00:00:00',1,0,1),(18750,'18709','Murrieta','MURRIETA',NULL,'','United States','',0,0,231,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18751,'41511','Murroe','MURROE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18752,'30081','Murrysville','MURRYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18753,'37757','Murs','MURS',NULL,'','France','',0,0,76,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18754,'16643','Murska','MURSKA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:26:21','1900-01-01 00:00:00',1,0,1),(18755,'23298','Murten','MURTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18756,'36577','Murtosa','MURTOSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18757,'1637','Murtosa-torreira','MURTOSA-TORREIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18758,'3716','Murueta','MURUETA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18759,'34256','Murwillumbah','MURWILLUMBAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18760,'43987','Musannah','MUSANNAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18761,'13418','Musashino','MUSASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18762,'15275','Muscat','MUSCAT',NULL,'','Oman','Muscat',0,0,165,'2016-10-17 11:26:22','1900-01-01 00:00:00',1,0,1),(18763,'20255','Muscatine','MUSCATINE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18764,'17927','Muscle Shoals','MUSCLE SHOALS',NULL,'','United States','',0,0,231,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18765,'3768','Museros','MUSEROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:23','1900-01-01 00:00:00',1,0,1),(18766,'15813','Musgueira','MUSGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:26:24','1900-01-01 00:00:00',1,0,1),(18767,'22180','Muskegon','MUSKEGON',NULL,'','United States','',0,0,231,'2016-10-17 11:26:24','1900-01-01 00:00:00',1,0,1),(18768,'32932','Muskogee','MUSKOGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:25','1900-01-01 00:00:00',1,0,1),(18769,'1675','Muskoka','MUSKOKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18770,'34569','Muskrat Dam','MUSKRAT DAM',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18771,'17465','Musoma','MUSOMA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18772,'44303','Mussanah','MUSSANAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18773,'9274','Musselburgh','MUSSELBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:26','1900-01-01 00:00:00',1,0,1),(18774,'5228','Mussidan','MUSSIDAN',NULL,'','France','',0,0,76,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18775,'11328','Mussolente','MUSSOLENTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18776,'10562','Mussoorie','MUSSOORIE',NULL,'','India','Mussoorie',9,0,101,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18777,'40379','Mustafapasa','MUSTAFAPASA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18778,'30816','Mustang Island','MUSTANG ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18779,'32165','Mustique Island','MUSTIQUE ISLAND',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:26:27','1900-01-01 00:00:00',1,0,1),(18780,'34257','Muswellbrook','MUSWELLBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18781,'15658','Muszyna','MUSZYNA',NULL,'','Poland','',0,0,174,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18782,'32666','Mutare','MUTARE',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18783,'8597','Muthill','MUTHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18784,'10314','Muting','MUTING',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18785,'43134','Mutrah','MUTRAH',NULL,'','Oman','',0,0,165,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18786,'26422','Muttaburra','MUTTABURRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18787,'23299','Muttenz','MUTTENZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18788,'39900','Mutters','MUTTERS',NULL,'','Austria','',0,0,14,'2016-10-17 11:26:28','1900-01-01 00:00:00',1,0,1),(18789,'28973','Muttontown','MUTTONTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18790,'10440','Muttukadu','MUTTUKADU',NULL,'','India','',0,0,101,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18791,'2874','Mutxamel','MUTXAMEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18792,'6779','Mutzig','MUTZIG',NULL,'','France','',0,0,76,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18793,'3825','Muuga','MUUGA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18794,'2710','Muxika','MUXIKA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:29','1900-01-01 00:00:00',1,0,1),(18795,'8598','Muxton','MUXTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18796,'15315','Muzaffarabad','MUZAFFARABAD',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18797,'10563','Muzaffarpur','MUZAFFARPUR',NULL,'','India','',16,0,101,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18798,'17466','Mwanza','MWANZA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18799,'42129','Myall Lake','MYALL LAKE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18800,'9546','Mycenae','MYCENAE',NULL,'','Greece','Mycenae',0,0,86,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18801,'18710','Myers Flat','MYERS FLAT',NULL,'','United States','',0,0,231,'2016-10-17 11:26:30','1900-01-01 00:00:00',1,0,1),(18802,'30082','Myerstown','MYERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:26:31','1900-01-01 00:00:00',1,0,1),(18803,'37444','Mykolaiv (Black Sea Coast)','MYKOLAIV (BLACK SEA COAST)',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:26:31','1900-01-01 00:00:00',1,0,1),(18804,'1472','Mykonos','MYKONOS',NULL,'','GREECE','Mykonos',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18805,'36364','Mykonos-agio Ioannis','MYKONOS-AGIO IOANNIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18806,'35226','Mykonos-elia','MYKONOS-ELIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18807,'35240','Mykonos-mykonos Town','MYKONOS-MYKONOS TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18808,'35275','Mykonos-ornos','MYKONOS-ORNOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18809,'35280','Mykonos-platis Yialo','MYKONOS-PLATIS YIALO',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18810,'35297','Mykonos-st Stefanos','MYKONOS-ST STEFANOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18811,'24758','Mymensingh','MYMENSINGH',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18812,'38503','Myoko','MYOKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18813,'9547','Myrina','MYRINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18814,'9548','Myron, Myk','MYRON, MYK',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18815,'38748','Myrtees','MYRTEES',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:32','1900-01-01 00:00:00',1,0,1),(18816,'30377','Myrtle Beach','MYRTLE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:33','1900-01-01 00:00:00',1,0,1),(18817,'40027','Myrtletown','MYRTLETOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18818,'43438','Myrtos Bay','MYRTOS BAY',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18819,'40500','Mys Kamennyy','MYS KAMENNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18820,'15646','Myslenice','MYSLENICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18821,'10659','Mysore','MYSORE',NULL,'','India','Mysore',17,0,101,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18822,'19113','Mystic','MYSTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18823,'42494','Mystras','MYSTRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:34','1900-01-01 00:00:00',1,0,1),(18825,'8599','Mytholmroyd','MYTHOLMROYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18826,'43439','Mytilene','MYTILENE',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18827,'9819','Mytilini','MYTILINI',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18828,'16397','Mytishchi','MYTISHCHI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18829,'10986','Myvatn','MYVATN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18830,'32411','Mzamba','MZAMBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18831,'43229','Mzarr','MZARR',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18832,'14280','Mzuzu','MZUZU',NULL,'','Malawi','',0,0,131,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18833,'6841','N Dende','N DENDE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18834,'24006','N Gaoundere','N GAOUNDERE',NULL,'','Cameroon','',0,0,38,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18835,'25842','N Zeto','N ZETO',NULL,'','Angola','',0,0,6,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18836,'14723','Naaldwijk','NAALDWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:26:35','1900-01-01 00:00:00',1,0,1),(18837,'20082','Naalehu','NAALEHU',NULL,'','United States','',0,0,231,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18838,'43404','Naama Bay','NAAMA BAY',NULL,'','Egypt','',0,0,65,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18839,'4022','Naantali','NAANTALI',NULL,'','Finland','',0,0,75,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18840,'14648','Naarden','NAARDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18841,'10890','Naas','NAAS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18842,'16273','Naberevnye Chelny','NABEREVNYE CHELNY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18843,'36792','Nabeul','NABEUL',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18844,'10315','Nabire','NABIRE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18845,'32584','Naboomspruit','NABOOMSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:26:36','1900-01-01 00:00:00',1,0,1),(18846,'43405','Nabq Bay','NABQ BAY',NULL,'','Egypt','',0,0,65,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18847,'17144','Nabul','NABUL',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18848,'42623','Nachikatsuura','NACHIKATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18849,'35752','Nachi-katsuura','NACHI-KATSUURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18850,'17467','Nachingwea','NACHINGWEA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18851,'37460','Nachod','NACHOD',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18852,'16837','Nacka','NACKA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18853,'30817','Nacogdoches','NACOGDOCHES',NULL,'','United States','',0,0,231,'2016-10-17 11:26:37','1900-01-01 00:00:00',1,0,1),(18854,'10442','Naddi','NADDI',NULL,'','India','',0,0,101,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18855,'4065','Nadi','NADI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18856,'36206','Nadi-nadi Bay','NADI-NADI BAY',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18857,'13683','Nador','NADOR',NULL,'','Morocco','',0,0,148,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18858,'40823','Nadukani','NADUKANI',NULL,'','India','',0,0,101,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18859,'16476','Nadym','NADYM',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18860,'2305','Naestved','NAESTVED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18861,'9827','Nafpaktos','NAFPAKTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18862,'9791','Nafplion','NAFPLION',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18863,'15504','Naga','NAGA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18864,'35749','Nagahama','NAGAHAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:38','1900-01-01 00:00:00',1,0,1),(18865,'26924','Nagambie','NAGAMBIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18866,'13304','Nagano','NAGANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18867,'10564','Nagappattinam','NAGAPPATTINAM',NULL,'','India','',0,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18868,'40824','Nagarhole','NAGARHOLE',NULL,'','India','',17,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18869,'36504','Nagarkot','NAGARKOT',NULL,'','Nepal','',0,0,153,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18870,'13400','Nagasaki','NAGASAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18871,'43859','Nagaur','NAGAUR',NULL,'','India','Nagaur',2,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18872,'40872','Nagda','NAGDA',NULL,'','India','',0,0,101,'2016-10-17 11:26:39','1900-01-01 00:00:00',1,0,1),(18873,'39253','Nagercoil','NAGERCOIL',NULL,'','India','',0,0,101,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18874,'13306','Nago','NAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18875,'13379','Nagoya','NAGOYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18876,'10565','Nagpur','NAGPUR',NULL,'','India','Nagpur',5,0,101,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18877,'33954','Nags Head','NAGS HEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18878,'32190','Naguanagua','NAGUANAGUA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18879,'10126','Nagykanizsa','NAGYKANIZSA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18880,'13426','Naha','NAHA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:40','1900-01-01 00:00:00',1,0,1),(18881,'10187','Naha','NAHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18882,'25774','Nahanni Butte','NAHANNI BUTTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18883,'1650','Naharia','NAHARIA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18884,'43394','Nahariya','NAHARIYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18885,'11066','Nahariyya','NAHARIYYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18886,'20083','Nahiku','NAHIKU',NULL,'','United States','',0,0,231,'2016-10-17 11:26:41','1900-01-01 00:00:00',1,0,1),(18887,'42035','Nai Yang','NAI YANG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18888,'4066','Naigani Island','NAIGANI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18889,'38593','Naila','NAILA',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18890,'8600','Nailsworth','NAILSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18891,'25668','Nain','NAIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18892,'1769','Nainital','NAINITAL',NULL,'','India','Nainital travel packages | Nainital Tour | Trip to',9,0,101,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18893,'8601','Nairn','NAIRN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18894,'13443','Nairobi','NAIROBI',NULL,'','Kenya','Nairobi',0,0,113,'2016-10-17 11:26:42','1900-01-01 00:00:00',1,0,1),(18895,'6117','Najac','NAJAC',NULL,'','France','',0,0,76,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18896,'2967','Najera','NAJERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18897,'13170','Najio','NAJIO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18898,'43554','Najran','NAJRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18899,'13171','Nakagyo','NAKAGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18900,'13308','Nakano','NAKANO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18901,'38389','Nakanojo','NAKANOJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:43','1900-01-01 00:00:00',1,0,1),(18902,'13172','Nakanoshima - Osaka Castle','NAKANOSHIMA - OSAKA CASTLE',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18903,'13173','Nakashibetsu','NAKASHIBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18904,'1831','Nakensdorf','NAKENSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18905,'16418','Nakhodka','NAKHODKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:44','1900-01-01 00:00:00',1,0,1),(18907,'17707','Naknek','NAKNEK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18909,'2306','Nakskov','NAKSKOV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18910,'25487','Nakusp','NAKUSP',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18911,'10566','Nalagarh','NALAGARH',NULL,'','India','',0,0,101,'2016-10-17 11:26:45','1900-01-01 00:00:00',1,0,1),(18912,'39422','Nalaguraidhoo','NALAGURAIDHOO',NULL,'','Maldives','',0,0,133,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18913,'16274','Nalchik','NALCHIK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18914,'32158','Namangan','NAMANGAN',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18915,'4101','Namatakula','NAMATAKULA',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18916,'37611','Namba','NAMBA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18917,'26423','Nambour','NAMBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18918,'34258','Nambucca Heads','NAMBUCCA HEADS',NULL,'','Australia','',0,0,13,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18919,'13481','Namhae','NAMHAE',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18920,'14403','Namib','NAMIB',NULL,'','Namibia','',0,0,151,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18921,'25853','Namibe','NAMIBE',NULL,'','Angola','',0,0,6,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18922,'10343','Namlea','NAMLEA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18923,'14163','Namorik','NAMORIK',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:26:46','1900-01-01 00:00:00',1,0,1),(18924,'20381','Nampa','NAMPA',NULL,'','United States','',0,0,231,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18925,'6309','Nampont','NAMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18926,'14222','Nampula','NAMPULA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18927,'10344','Namrole','NAMROLE',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18928,'14938','Namsos','NAMSOS',NULL,'','Norway','',0,0,164,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18929,'14164','Namu','NAMU',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18930,'25488','Namu','NAMU',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18931,'24711','Namur','NAMUR',NULL,'','Belgium','',0,0,21,'2016-10-17 11:26:47','1900-01-01 00:00:00',1,0,1),(18932,'39078','Nanae','NANAE',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18933,'25489','Nanaimo','NANAIMO',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18934,'20084','Nanakuli','NANAKULI',NULL,'','United States','',0,0,231,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18935,'42387','Nanan','NANAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18936,'34890','Nan\'an','NAN\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18937,'36207','Nananu Island','NANANU ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18938,'42889','Nanao','NANAO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18939,'23733','Nanchang','NANCHANG',NULL,'','China','',0,0,46,'2016-10-17 11:26:48','1900-01-01 00:00:00',1,0,1),(18940,'23997','Nanchong','NANCHONG',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18941,'6053','Nancois-sur-ornain','NANCOIS-SUR-ORNAIN',NULL,'','France','',0,0,76,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18942,'10567','Nanded','NANDED',NULL,'','India','Nanded',5,0,101,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18943,'10444','Nangi','NANGI',NULL,'','India','',0,0,101,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18944,'39403','Nango','NANGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18945,'23972','Nanhai','NANHAI',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18946,'23708','Nanhui','NANHUI',NULL,'','China','',0,0,46,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18947,'25801','Nanisivik','NANISIVIK',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18948,'13174','Naniwa','NANIWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:49','1900-01-01 00:00:00',1,0,1),(18949,'23746','Nanjing','NANJING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18950,'39661','Nankan','NANKAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18951,'13175','Nanki Shirahama','NANKI SHIRAHAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18952,'1750','Nanking Nanjing','NANKING NANJING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18953,'23857','Nanning','NANNING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18954,'25491','Nanoose Bay','NANOOSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18955,'9862','Nanortalik','NANORTALIK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18956,'23774','Nanping','NANPING',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18957,'39694','Nansha','NANSHA',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18958,'23613','Nanshan','NANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:50','1900-01-01 00:00:00',1,0,1),(18959,'6498','Nans-les-pins','NANS-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18960,'21449','Nantasket Beach','NANTASKET BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18961,'4763','Nanterre','NANTERRE',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18962,'6260','Nantes','NANTES',NULL,'','France','',0,0,76,'2016-10-17 11:26:51','1900-01-01 00:00:00',1,0,1),(18963,'5101','Nanteuil Les Meaux','NANTEUIL LES MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18964,'41374','Nanteuil-les-meaux','NANTEUIL-LES-MEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18965,'5229','Nantheuil','NANTHEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18966,'23747','Nantong','NANTONG',NULL,'','China','',0,0,46,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18967,'17406','Nantou','NANTOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:26:52','1900-01-01 00:00:00',1,0,1),(18968,'6680','Nantua','NANTUA',NULL,'','France','',0,0,76,'2016-10-17 11:26:53','1900-01-01 00:00:00',1,0,1),(18969,'21450','Nantucket','NANTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:53','1900-01-01 00:00:00',1,0,1),(18970,'8602','Nantwich','NANTWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18971,'28974','Nanuet','NANUET',NULL,'','United States','',0,0,231,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18972,'36208','Nanuya Lailai Island','NANUYA LAILAI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18973,'23795','Nanyang','NANYANG',NULL,'','China','',0,0,46,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18974,'23688','Nanyuan','NANYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18975,'38402','Nanyuki','NANYUKI',NULL,'','Kenya','Nanyuki',0,0,113,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18976,'10445','Naoabad','NAOABAD',NULL,'','India','',0,0,101,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18977,'37987','Naousa','NAOUSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:54','1900-01-01 00:00:00',1,0,1),(18978,'9549','Naoussa','NAOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:26:55','1900-01-01 00:00:00',1,0,1),(18979,'17708','Napakiak','NAPAKIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:55','1900-01-01 00:00:00',1,0,1),(18980,'34570','Napanee','NAPANEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18981,'17709','Napaskiak','NAPASKIAK',NULL,'','United States','',0,0,231,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18982,'20675','Naperville','NAPERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:26:56','1900-01-01 00:00:00',1,0,1),(18983,'40287','Napier','NAPIER',NULL,'','South Africa','Napier',0,0,195,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18984,'15221','Napier','NAPIER',NULL,'','New Zealand','Napier',0,0,157,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18985,'36511','Napier-hastings','NAPIER-HASTINGS',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18986,'28975','Naples','NAPLES',NULL,'','United States','',0,0,231,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18987,'11329','Naples','NAPLES',NULL,'','Italy','Naples',0,0,107,'2016-10-17 11:26:57','1900-01-01 00:00:00',1,0,1),(18988,'35490','Naples-castello D.ci','NAPLES-CASTELLO D.CI',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:58','1900-01-01 00:00:00',1,0,1),(18989,'35520','Naples-ercolano','NAPLES-ERCOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18990,'35536','Naples-giugliano In','NAPLES-GIUGLIANO IN',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18991,'35571','Naples-massa Lubrens','NAPLES-MASSA LUBRENS',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18992,'35591','Naples-nola','NAPLES-NOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18993,'29451','Napoleon','NAPOLEON',NULL,'','United States','',0,0,231,'2016-10-17 11:26:59','1900-01-01 00:00:00',1,0,1),(18994,'20951','Nappanee','NAPPANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18995,'16133','Napuka','NAPUKA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18996,'13402','Nara','NARA',NULL,'','Japan','Nara',0,0,110,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18997,'26462','Naracoorte','NARACOORTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18998,'25492','Naramata','NARAMATA',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(18999,'19504','Naranja','NARANJA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:00','1900-01-01 00:00:00',1,0,1),(19000,'24200','Naranjo','NARANJO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19001,'13309','Narashino','NARASHINO',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19002,'17072','Narathiwat','NARATHIWAT',NULL,'','Thailand','',0,0,215,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19003,'40003','Narberth','NARBERTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19004,'43665','Narbethong','NARBETHONG',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19005,'12200','Narbolia','NARBOLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19006,'5946','Narbonne','NARBONNE',NULL,'','France','',0,0,76,'2016-10-17 11:27:01','1900-01-01 00:00:00',1,0,1),(19007,'5947','Narbonne-plage','NARBONNE-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19008,'24113','Nare','NARE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19009,'40873','Narendra Nagar','NARENDRA NAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19011,'26528','Naringal','NARINGAL',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19012,'13310','Narita','NARITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:02','1900-01-01 00:00:00',1,0,1),(19013,'40874','Narlai','NARLAI',NULL,'','India','',0,0,101,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19014,'39936','Narni','NARNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19015,'13444','Narok','NAROK',NULL,'','Kenya','Narok',0,0,113,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19016,'3672','Naron','NARON',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19017,'34259','Narooma','NAROOMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19018,'38282','Narrabeen','NARRABEEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19019,'34260','Narrabri','NARRABRI',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:03','1900-01-01 00:00:00',1,0,1),(19020,'26635','Narrabundah','NARRABUNDAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19021,'30255','Narragansett','NARRAGANSETT',NULL,'','United States','',0,0,231,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19022,'34261','Narrandera','NARRANDERA',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19023,'26529','Narre Warren','NARRE WARREN',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19024,'9851','Narsaq','NARSAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:04','1900-01-01 00:00:00',1,0,1),(19025,'9863','Narsarsuaq','NARSARSUAQ',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19026,'42264','Narssarssuag','NARSSARSSUAG',NULL,'','Greenland','',0,0,87,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19027,'13311','Naruto','NARUTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19028,'3827','Narva','NARVA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19029,'38620','Narva-joesuu','NARVA-JOESUU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19030,'14923','Narvik','NARVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:27:05','1900-01-01 00:00:00',1,0,1),(19031,'30083','Narvon','NARVON',NULL,'','United States','',0,0,231,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19032,'40565','Nasaker','NASAKER',NULL,'','Sweden','',0,0,209,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19033,'36524','Nasca','NASCA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19034,'43372','Nashik','NASHIK',NULL,'','India','Nashik',5,0,101,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19035,'32741','Nashua','NASHUA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:06','1900-01-01 00:00:00',1,0,1),(19036,'33220','Nashville','NASHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:07','1900-01-01 00:00:00',1,0,1),(19038,'30819','Nassau Bay','NASSAU BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:09','1900-01-01 00:00:00',1,0,1),(19039,'31182','Nassawadox','NASSAWADOX',NULL,'','United States','',0,0,231,'2016-10-17 11:27:09','1900-01-01 00:00:00',1,0,1),(19040,'37374','Nassereith','NASSEREITH',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19041,'27011','Nassfeld','NASSFELD',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19042,'16722','Nassjo','NASSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19043,'13312','Nasu','NASU',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19044,'15490','Nasugbu','NASUGBU',NULL,'','Philippines','',0,0,173,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19045,'40283','Nasushiobara','NASUSHIOBARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19046,'25262','Nata','NATA',NULL,'','Botswana','',0,0,28,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19047,'43176','Natadola','NATADOLA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19048,'37265','Natadola','NATADOLA',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19049,'25153','Natal','NATAL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:10','1900-01-01 00:00:00',1,0,1),(19050,'35947','Natal-genipabu','NATAL-GENIPABU',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19051,'35959','Natal-pipa','NATAL-PIPA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19052,'35965','Natal-tibau Do Sul','NATAL-TIBAU DO SUL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19053,'1654','Natanya','NATANYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19054,'22810','Natashquan','NATASHQUAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19055,'27889','Natchez','NATCHEZ',NULL,'','United States','',0,0,231,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19056,'21238','Natchitoches','NATCHITOCHES',NULL,'','United States','',0,0,231,'2016-10-17 11:27:11','1900-01-01 00:00:00',1,0,1),(19057,'23300','Naters','NATERS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19058,'43860','Nathdwara','NATHDWARA',NULL,'','India','',0,0,101,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19059,'33502','Nathrop','NATHROP',NULL,'','United States','',0,0,231,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19060,'42591','Nathuakhan','NATHUAKHAN',NULL,'','India','',0,0,101,'2016-10-17 11:27:12','1900-01-01 00:00:00',1,0,1),(19061,'21452','Natick','NATICK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:13','1900-01-01 00:00:00',1,0,1),(19062,'31183','Natural Bridge','NATURAL BRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:14','1900-01-01 00:00:00',1,0,1),(19063,'38410','Naturaliste','NATURALISTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:14','1900-01-01 00:00:00',1,0,1),(19064,'33503','Naturita','NATURITA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:15','1900-01-01 00:00:00',1,0,1),(19065,'12202','Naturno','NATURNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:15','1900-01-01 00:00:00',1,0,1),(19066,'11084','Naturns','NATURNS',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19067,'14038','Naucalpan','NAUCALPAN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19068,'24484','Nauders','NAUDERS',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19069,'19115','Naugatuck','NAUGATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19070,'40838','Naukuchiatal','NAUKUCHIATAL',NULL,'','India','',0,0,101,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19071,'458','Naumburg','NAUMBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:16','1900-01-01 00:00:00',1,0,1),(19072,'1894','Naunhof','NAUNHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19073,'41637','Naupactus','NAUPACTUS',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19074,'9550','Nauplia','NAUPLIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19075,'44294','Naut Aran','NAUT ARAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19076,'37257','Nauta','NAUTA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19077,'20677','Nauvoo','NAUVOO',NULL,'','United States','',0,0,231,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19078,'3004','Navacerrada','NAVACERRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:17','1900-01-01 00:00:00',1,0,1),(19079,'3005','Navalcarnero','NAVALCARNERO',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19080,'34571','Navan','NAVAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19081,'10913','Navan','NAVAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19082,'1336','Navarra','NAVARRA',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19083,'19505','Navarre','NAVARRE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:18','1900-01-01 00:00:00',1,0,1),(19084,'2712','Navarredonda De Gredos','NAVARREDONDA DE GREDOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19085,'5230','Navarrenx','NAVARRENX',NULL,'','France','',0,0,76,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19086,'3717','Navarrete','NAVARRETE',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:19','1900-01-01 00:00:00',1,0,1),(19087,'43728','Navas','NAVAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19088,'3467','Navasfrias','NAVASFRIAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19089,'30820','Navasota','NAVASOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19090,'3575','Navata','NAVATA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19091,'3131','Naveda','NAVEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:20','1900-01-01 00:00:00',1,0,1),(19092,'25185','Navegantes','NAVEGANTES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19093,'3097','Navia','NAVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19094,'5480','Navilly','NAVILLY',NULL,'','France','',0,0,76,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19095,'14099','Navojoa','NAVOJOA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19096,'15507','Navotas','NAVOTAS',NULL,'','Philippines','',0,0,173,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19097,'15316','Nawab Shah','NAWAB SHAH',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19098,'40875','Nawalgarh','NAWALGARH',NULL,'','India','Nawalgarh',2,0,101,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19099,'20085','Nawiliwili Bay','NAWILIWILI BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:21','1900-01-01 00:00:00',1,0,1),(19100,'1244','Naxos','NAXOS',NULL,'','GREECE','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19101,'36363','Naxos-agia Anna','NAXOS-AGIA ANNA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19102,'36360','Naxos-agios Georgios','NAXOS-AGIOS GEORGIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19103,'35296','Naxos-stilida','NAXOS-STILIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19104,'39569','Naxxar','NAXXAR',NULL,'','Malta','',0,0,135,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19105,'43167','Nay Pyi Taw','NAY PYI TAW',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19106,'43779','Nayabazar','NAYABAZAR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19107,'41739','Nayarit','NAYARIT',NULL,'','Mexico','',0,0,141,'2016-10-17 11:27:22','1900-01-01 00:00:00',1,0,1),(19108,'15980','Nazare','NAZARE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19109,'11049','Nazareth','NAZARETH',NULL,'','Israel','Nazareth',0,0,106,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19110,'15400','Nazca','NAZCA',NULL,'','Peru','',0,0,172,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19111,'4417','Nazelles-negron','NAZELLES-NEGRON',NULL,'','France','',0,0,76,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19112,'2450','Nazlat Khalifah','NAZLAT KHALIFAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19113,'42254','N\'djamena','N\'DJAMENA',NULL,'','Chad','',0,0,44,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19114,'24038','Ndjili','NDJILI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19115,'32646','Ndola','NDOLA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19116,'24031','Ndolo','NDOLO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:27:23','1900-01-01 00:00:00',1,0,1),(19117,'36630','Neamt','NEAMT',NULL,'','Romania','',0,0,179,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19118,'40732','Neano','NEANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19119,'38864','Neapoli','NEAPOLI',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19120,'1037','Neapolitan Riviera','NEAPOLITAN RIVIERA',NULL,'','ITALY','',0,0,107,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19121,'20678','Near North Side','NEAR NORTH SIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:24','1900-01-01 00:00:00',1,0,1),(19122,'8603','Neath','NEATH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19123,'4764','Neauphle-le-chateau','NEAUPHLE-LE-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19124,'40740','Nebouzat','NEBOUZAT',NULL,'','France','',0,0,76,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19125,'28147','Nebraska City','NEBRASKA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:27:25','1900-01-01 00:00:00',1,0,1),(19126,'22598','Neckarsulm','NECKARSULM',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19127,'39828','Necochea','NECOCHEA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19128,'24092','Necocli','NECOCLI',NULL,'','Colombia','',0,0,49,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19129,'38809','Nedde','NEDDE',NULL,'','France','',0,0,76,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19130,'37649','Neddesitz','NEDDESITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:26','1900-01-01 00:00:00',1,0,1),(19131,'33504','Nederland','NEDERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19132,'40116','Nedumangad','NEDUMANGAD',NULL,'','India','',0,0,101,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19133,'10447','Nedumbassery','NEDUMBASSERY',NULL,'','India','',0,0,101,'2016-10-17 11:27:27','1900-01-01 00:00:00',1,0,1),(19134,'21453','Needham','NEEDHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19135,'8604','Needham Market','NEEDHAM MARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19136,'18714','Needles','NEEDLES',NULL,'','United States','',0,0,231,'2016-10-17 11:27:28','1900-01-01 00:00:00',1,0,1),(19137,'38226','Neeleshwar','NEELESHWAR',NULL,'','India','',0,0,101,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19138,'40876','Neemrana','NEEMRANA',NULL,'','India','',0,0,101,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19139,'31832','Neenah','NEENAH',NULL,'','United States','',0,0,231,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19140,'25614','Neepawa','NEEPAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19141,'24640','Neerijse','NEERIJSE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:27:29','1900-01-01 00:00:00',1,0,1),(19142,'17145','Nefta','NEFTA',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19143,'16339','Nefteyugansk','NEFTEYUGANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19144,'25855','Negage','NEGAGE',NULL,'','Angola','',0,0,6,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19145,'39380','Negaunee','NEGAUNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19146,'41698','Negeri Sembilan','NEGERI SEMBILAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19147,'13621','Negombo','NEGOMBO',NULL,'','Sri Lanka','Negombo',0,0,200,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19148,'36378','Negombo-waikkal','NEGOMBO-WAIKKAL',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19149,'37571','Negotin','NEGOTIN',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:27:30','1900-01-01 00:00:00',1,0,1),(19150,'12203','Negrar','NEGRAR',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19151,'13101','Negril','NEGRIL',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19152,'39129','Nei Pori','NEI PORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19153,'3468','Neila','NEILA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19154,'31833','Neillsville','NEILLSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:31','1900-01-01 00:00:00',1,0,1),(19155,'40356','Neive','NEIVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19156,'40100','Nejdek','NEJDEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19157,'3871','Nejjo','NEJJO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19158,'16509','Nejran','NEJRAN',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19159,'3872','Nekemt','NEKEMT',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19160,'39464','Nekob','NEKOB',NULL,'','Morocco','',0,0,148,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19161,'31834','Nekoosa','NEKOOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19162,'2164','Nekso','NEKSO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:27:32','1900-01-01 00:00:00',1,0,1),(19163,'10660','Nelamangala','NELAMANGALA',NULL,'','India','',0,0,101,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19164,'16085','Nelas','NELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19165,'42125','Nellim','NELLIM',NULL,'','Finland','',0,0,75,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19166,'10618','Nellore','NELLORE',NULL,'','India','Nellore',7,0,101,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19167,'31184','Nellysford','NELLYSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19168,'15222','Nelson','NELSON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19169,'34262','Nelson Bay','NELSON BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:33','1900-01-01 00:00:00',1,0,1),(19170,'17710','Nelson Lagoon','NELSON LAGOON',NULL,'','United States','',0,0,231,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19171,'34408','Nelson-miramichi','NELSON-MIRAMICHI',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19172,'29452','Nelsonville','NELSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19173,'32585','Nelspruit','NELSPRUIT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:27:34','1900-01-01 00:00:00',1,0,1),(19174,'16327','Neman','NEMAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19175,'38246','Nembro','NEMBRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19176,'16415','Nemchinovka','NEMCHINOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19177,'10127','Nemesnep','NEMESNEP',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19178,'37456','Nemesvita','NEMESVITA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19179,'35590','Nemi','NEMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19180,'22811','Nemiscau','NEMISCAU',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19181,'5867','Nemours','NEMOURS',NULL,'','France','',0,0,76,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19182,'10932','Nenagh','NENAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:27:35','1900-01-01 00:00:00',1,0,1),(19183,'17711','Nenana','NENANA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19184,'40422','Nendaz','NENDAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19185,'43943','Nendeln','NENDELN',NULL,'','Liechtenstein','',0,0,124,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19186,'683','Nennig','NENNIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19187,'9555','Neo Itilo','NEO ITILO',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19188,'21105','Neodesha','NEODESHA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:36','1900-01-01 00:00:00',1,0,1),(19189,'27723','Neosho','NEOSHO',NULL,'','United States','',0,0,231,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19190,'15058','Nepalganj','NEPALGANJ',NULL,'','Nepal','',0,0,153,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19191,'34572','Nepean','NEPEAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19192,'33371','Nephi','NEPHI',NULL,'','United States','',0,0,231,'2016-10-17 11:27:37','1900-01-01 00:00:00',1,0,1),(19193,'38631','Nepi','NEPI',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19194,'15605','Neple','NEPLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19195,'19507','Neptune Beach','NEPTUNE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:27:38','1900-01-01 00:00:00',1,0,1),(19196,'41907','Nerac','NERAC',NULL,'','France','',0,0,76,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19197,'38152','Neraida','NERAIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19198,'26733','Nerang','NERANG',NULL,'','Australia','',0,0,13,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19199,'40697','Nerezine','NEREZINE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19200,'13313','Nerima','NERIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19201,'5334','Neris Les Bains','NERIS LES BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:27:39','1900-01-01 00:00:00',1,0,1),(19202,'41373','Neris-les-bains','NERIS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19203,'3275','Nerja','NERJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19204,'12204','Nerola','NEROLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19205,'12206','Nerviano','NERVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19206,'16429','Neryungri','NERYUNGRI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:27:40','1900-01-01 00:00:00',1,0,1),(19207,'14870','Nesbyen','NESBYEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19208,'41849','Nesjar','NESJAR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19209,'10987','Neskaupsstadur','NESKAUPSSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19210,'41481','Neskaupstadur','NESKAUPSTADUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19211,'24796','Nessebar','NESSEBAR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19212,'268','Nesselwang','NESSELWANG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19213,'11063','Netanya','NETANYA',NULL,'','Israel','',0,0,106,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19214,'8605','Nether Stowey','NETHER STOWEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:41','1900-01-01 00:00:00',1,0,1),(19215,'8606','Netherton','NETHERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19216,'7218','Nethy Bridge','NETHY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19217,'545','Nettetal','NETTETAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19218,'9367','Nettle Bay','NETTLE BAY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19219,'12207','Nettuno','NETTUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19220,'24429','Neuberg An Der Murz','NEUBERG AN DER MURZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19221,'1832','Neubrandenburg','NEUBRANDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:42','1900-01-01 00:00:00',1,0,1),(19222,'22599','Neuburg','NEUBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19223,'24430','Neudau','NEUDAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19224,'23302','Neuenkirch','NEUENKIRCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19225,'27258','Neuenkirchen','NEUENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19226,'645','Neuerburg','NEUERBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19227,'269','Neufahrn','NEUFAHRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19228,'6780','Neuf-brisach','NEUF-BRISACH',NULL,'','France','',0,0,76,'2016-10-17 11:27:43','1900-01-01 00:00:00',1,0,1),(19229,'6055','Neufchateau','NEUFCHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19230,'39716','Neufchateau','NEUFCHATEAU',NULL,'','Belgium','',0,0,21,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19231,'5018','Neufchatel-hardelot','NEUFCHATEL-HARDELOT',NULL,'','France','',0,0,76,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19232,'795','Neuhardenberg','NEUHARDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19233,'39408','Neuhaus Am Inn','NEUHAUS AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:44','1900-01-01 00:00:00',1,0,1),(19234,'22600','Neuhausen','NEUHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19235,'1895','Neuhermsdorf','NEUHERMSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19236,'271','Neuhof An Der Zenn','NEUHOF AN DER ZENN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19237,'38589','Neuhofen An Der Ybbs','NEUHOFEN AN DER YBBS',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19238,'5825','Neuilly','NEUILLY',NULL,'','France','',0,0,76,'2016-10-17 11:27:45','1900-01-01 00:00:00',1,0,1),(19239,'5481','Neuilly-les-dijon','NEUILLY-LES-DIJON',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19240,'37690','Neuilly-plaisance','NEUILLY-PLAISANCE',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19241,'4765','Neuilly-sur-seine','NEUILLY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19242,'459','Neu-isenburg','NEU-ISENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19243,'22601','Neukirch','NEUKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19244,'38051','Neukirchen','NEUKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:46','1900-01-01 00:00:00',1,0,1),(19245,'546','Neukirchen-vluyn','NEUKIRCHEN-VLUYN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19246,'2006','Neukolln','NEUKOLLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19247,'40021','Neum','NEUM',NULL,'','Bosnia and Herzegowina','',0,0,27,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19248,'44150','Neumarkt','NEUMARKT',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19249,'90','Neumuenster','NEUMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19250,'41628','Neumunster','NEUMUNSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:47','1900-01-01 00:00:00',1,0,1),(19251,'40592','Neunburg Vorm Wald','NEUNBURG VORM WALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19252,'26131','Neuquen','NEUQUEN',NULL,'','Argentina','',0,0,10,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19253,'22602','Neuravensburg','NEURAVENSBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19254,'273','Neureichenau','NEUREICHENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19255,'796','Neuruppin','NEURUPPIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19256,'27081','Neusach','NEUSACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19257,'39055','Neuschoenau','NEUSCHOENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19258,'27065','Neusiedl Am See','NEUSIEDL AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19259,'27012','Neusiedler Lake','NEUSIEDLER LAKE',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:48','1900-01-01 00:00:00',1,0,1),(19260,'10079','Neusiedler Lake','NEUSIEDLER LAKE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:27:49','1900-01-01 00:00:00',1,0,1),(19261,'2032','Neuss','NEUSS',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:49','1900-01-01 00:00:00',1,0,1),(19262,'41728','Neustadt-glewe','NEUSTADT-GLEWE',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19263,'15','Neustift Im Stubaital','NEUSTIFT IM STUBAITAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19264,'39525','Neustrelitz','NEUSTRELITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19265,'2071','Neu-ulm','NEU-ULM',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:50','1900-01-01 00:00:00',1,0,1),(19266,'38359','Neuveglise','NEUVEGLISE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19267,'39602','Neuvic','NEUVIC',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19268,'5335','Neuville','NEUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19269,'5007','Neuville-en-ferrain','NEUVILLE-EN-FERRAIN',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19270,'6681','Neuville-sur-saone','NEUVILLE-SUR-SAONE',NULL,'','France','',0,0,76,'2016-10-17 11:27:51','1900-01-01 00:00:00',1,0,1),(19271,'40751','Neuwerk','NEUWERK',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19272,'39173','Neuwied','NEUWIED',NULL,'','Germany','',0,0,83,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19273,'6499','Nevache','NEVACHE',NULL,'','France','',0,0,76,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19274,'20256','Nevada','NEVADA',NULL,'','United States','',0,0,231,'2016-10-17 11:27:52','1900-01-01 00:00:00',1,0,1),(19275,'5482','Nevers','NEVERS',NULL,'','France','',0,0,76,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19276,'28976','Neversink','NEVERSINK',NULL,'','United States','',0,0,231,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19277,'25138','Neves','NEVES',NULL,'','Brazil','',0,0,30,'2016-10-17 11:27:54','1900-01-01 00:00:00',1,0,1),(19278,'37643','Nevez','NEVEZ',NULL,'','France','',0,0,76,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19279,'39019','Neviano','NEVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19280,'27461','Nevis','NEVIS',NULL,'','United States','',0,0,231,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19281,'13475','Nevis','NEVIS',NULL,'','Saint Kitts And Nevis','',0,0,202,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19282,'17349','Nevsehir','NEVSEHIR',NULL,'','Turkey','Nevsehir',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19283,'36809','Nevshehir','NEVSHEHIR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19284,'36808','Nevshehir-kaymakli','NEVSHEHIR-KAYMAKLI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:27:55','1900-01-01 00:00:00',1,0,1),(19285,'15570','New Britain','NEW BRITAIN',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:27:59','1900-01-01 00:00:00',1,0,1),(19286,'14425','New Caledonia','NEW CALEDONIA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:28:00','1900-01-01 00:00:00',1,0,1),(19287,'13177','New Chitose Airport (Cts)','NEW CHITOSE AIRPORT (CTS)',NULL,'','Japan','',0,0,110,'2016-10-17 11:28:02','1900-01-01 00:00:00',1,0,1),(19288,'25735','New Glasgow','NEW GLASGOW',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:05','1900-01-01 00:00:00',1,0,1),(19289,'9907','New Kowloon','NEW KOWLOON',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:28:09','1900-01-01 00:00:00',1,0,1),(19290,'15140','New Lynn','NEW LYNN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:11','1900-01-01 00:00:00',1,0,1),(19291,'26852','New Norfolk','NEW NORFOLK',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:13','1900-01-01 00:00:00',1,0,1),(19292,'10948','New Ross','NEW ROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:16','1900-01-01 00:00:00',1,0,1),(19293,'21898','Newagen','NEWAGEN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:20','1900-01-01 00:00:00',1,0,1),(19294,'39992','Newark','NEWARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:22','1900-01-01 00:00:00',1,0,1),(19295,'36989','Newark-delaware','NEWARK-DELAWARE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:23','1900-01-01 00:00:00',1,0,1),(19296,'36990','Newark-new Jersey','NEWARK-NEW JERSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:23','1900-01-01 00:00:00',1,0,1),(19297,'7221','Newark-on-trent','NEWARK-ON-TRENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19298,'22185','Newaygo','NEWAYGO',NULL,'','United States','',0,0,231,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19299,'10949','Newbawn','NEWBAWN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19300,'29714','Newberg','NEWBERG',NULL,'','United States','',0,0,231,'2016-10-17 11:28:24','1900-01-01 00:00:00',1,0,1),(19301,'22186','Newberry','NEWBERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19302,'8608','Newbridge','NEWBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19303,'10950','Newbridge','NEWBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:25','1900-01-01 00:00:00',1,0,1),(19304,'27727','Newburg','NEWBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:28:26','1900-01-01 00:00:00',1,0,1),(19305,'28988','Newburgh','NEWBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:28:26','1900-01-01 00:00:00',1,0,1),(19306,'8609','Newburgh','NEWBURGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:27','1900-01-01 00:00:00',1,0,1),(19307,'8610','Newbury','NEWBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:27','1900-01-01 00:00:00',1,0,1),(19308,'32744','Newbury','NEWBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:28','1900-01-01 00:00:00',1,0,1),(19309,'21459','Newburyport','NEWBURYPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:28:29','1900-01-01 00:00:00',1,0,1),(19310,'8611','Newby Bridge','NEWBY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:29','1900-01-01 00:00:00',1,0,1),(19311,'8613','Newcastle','NEWCASTLE',NULL,'','United Kingdom','Newcastle',0,0,229,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19312,'30825','Newcastle','NEWCASTLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19313,'34263','Newcastle','NEWCASTLE',NULL,'','Australia','Newcastle',0,0,13,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19314,'13478','Newcastle','NEWCASTLE',NULL,'','Saint Kitts And Nevis','Newcastle',0,0,202,'2016-10-17 11:28:30','1900-01-01 00:00:00',1,0,1),(19315,'32528','Newcastle','NEWCASTLE',NULL,'','South Africa','Newcastle',0,0,195,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19316,'34409','Newcastle','NEWCASTLE',NULL,'','Canada','Newcastle',0,0,39,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19317,'1254','Newcastle Of Northern Ireland','NEWCASTLE OF NORTHERN IRELAND',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:31','1900-01-01 00:00:00',1,0,1),(19318,'35399','Newcastle West','NEWCASTLE WEST',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19319,'41104','Newcastleton','NEWCASTLETON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19320,'7222','Newcastle-under-lyme','NEWCASTLE-UNDER-LYME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19321,'1246','Newcastle-upon-tyne','NEWCASTLE-UPON-TYNE',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:32','1900-01-01 00:00:00',1,0,1),(19322,'29459','Newcomerstown','NEWCOMERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19323,'7223','Newcraighall','NEWCRAIGHALL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19324,'11076','Newe Ilan','NEWE ILAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19325,'33956','Newell','NEWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:28:33','1900-01-01 00:00:00',1,0,1),(19326,'8615','Newent','NEWENT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:34','1900-01-01 00:00:00',1,0,1),(19327,'28990','Newfane','NEWFANE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:34','1900-01-01 00:00:00',1,0,1),(19328,'28991','Newfield','NEWFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:28:35','1900-01-01 00:00:00',1,0,1),(19329,'18718','Newhall','NEWHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19330,'8616','Newham','NEWHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19331,'8617','Newhaven','NEWHAVEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:36','1900-01-01 00:00:00',1,0,1),(19332,'8618','Newington','NEWINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19333,'19124','Newington','NEWINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19334,'32586','Newington','NEWINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19335,'34265','Newington','NEWINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:37','1900-01-01 00:00:00',1,0,1),(19336,'33957','Newland','NEWLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19337,'26607','Newman','NEWMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19338,'15141','Newmarket','NEWMARKET',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19339,'39026','Newmarket','NEWMARKET',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19340,'34575','Newmarket','NEWMARKET',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19341,'9289','Newmarket','NEWMARKET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:38','1900-01-01 00:00:00',1,0,1),(19342,'10792','Newmarket On Fergus','NEWMARKET ON FERGUS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19343,'19885','Newnan','NEWNAN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19344,'7224','Newnham On Severn','NEWNHAM ON SEVERN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19345,'10906','Newport','NEWPORT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:39','1900-01-01 00:00:00',1,0,1),(19346,'34266','Newport','NEWPORT',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:40','1900-01-01 00:00:00',1,0,1),(19347,'1248','Newport','NEWPORT',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:42','1900-01-01 00:00:00',1,0,1),(19348,'36334','Newport (Wales)','NEWPORT (WALES)',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:42','1900-01-01 00:00:00',1,0,1),(19349,'1249','Newquay','NEWQUAY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19350,'8621','Newry','NEWRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19351,'21900','Newry','NEWRY',NULL,'','United States','',0,0,231,'2016-10-17 11:28:44','1900-01-01 00:00:00',1,0,1),(19352,'17713','Newtok','NEWTOK',NULL,'','United States','',0,0,231,'2016-10-17 11:28:45','1900-01-01 00:00:00',1,0,1),(19353,'20258','Newton','NEWTON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:45','1900-01-01 00:00:00',1,0,1),(19354,'10922','Newton','NEWTON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:46','1900-01-01 00:00:00',1,0,1),(19355,'15225','Newton','NEWTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:46','1900-01-01 00:00:00',1,0,1),(19356,'8625','Newton-le-willows','NEWTON-LE-WILLOWS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:49','1900-01-01 00:00:00',1,0,1),(19357,'8626','Newtonmore','NEWTONMORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:49','1900-01-01 00:00:00',1,0,1),(19358,'21462','Newtonville','NEWTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19359,'30099','Newtown','NEWTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19360,'34267','Newtown','NEWTOWN',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:50','1900-01-01 00:00:00',1,0,1),(19361,'8628','Newtownabbey','NEWTOWNABBEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19362,'8630','Newtownbreda','NEWTOWNBREDA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19363,'10752','Newtownmountkennedy','NEWTOWNMOUNTKENNEDY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:28:51','1900-01-01 00:00:00',1,0,1),(19364,'44078','Neydens','NEYDENS',NULL,'','France','',0,0,76,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19365,'10570','Neyveli','NEYVELI',NULL,'','India','',0,0,101,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19366,'4418','Nezignan L Eveque','NEZIGNAN L EVEQUE',NULL,'','France','',0,0,76,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19367,'44003','Ngamba Island','NGAMBA ISLAND',NULL,'','Uganda','',0,0,226,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19368,'24055','Ngamoueri','NGAMOUERI',NULL,'','Congo','',0,0,51,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19369,'17060','Ngao','NGAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19370,'42062','Ngapali','NGAPALI',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19371,'15142','Ngaruawahia','NGARUAWAHIA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19372,'24075','Ngatangiia','NGATANGIIA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19373,'4067','Ngau','NGAU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:28:52','1900-01-01 00:00:00',1,0,1),(19374,'42721','Nghe An','NGHE AN',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19375,'24032','Ngombe','NGOMBE',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19376,'43029','Ngongotaha','NGONGOTAHA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19377,'17468','Ngorongoro','NGORONGORO',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19378,'26286','Ngukurr','NGUKURR',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19379,'42412','Ngwesaung','NGWESAUNG',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19380,'32282','Nha Be','NHA BE',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19381,'26530','Nhill','NHILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19382,'34576','Niagara Falls','NIAGARA FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19383,'28992','Niagara Falls','NIAGARA FALLS',NULL,'','United States','',0,0,231,'2016-10-17 11:28:53','1900-01-01 00:00:00',1,0,1),(19384,'34578','Niagara-on-the-lake','NIAGARA-ON-THE-LAKE',NULL,'','Canada','Niagara-on-the-Lake',0,0,39,'2016-10-17 11:28:54','1900-01-01 00:00:00',1,0,1),(19385,'19125','Niantic','NIANTIC',NULL,'','United States','',0,0,231,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19386,'37758','Niassa','NIASSA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19387,'38985','Nibbiaia','NIBBIAIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19388,'2247','Nibe','NIBE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19389,'38369','Nibionno','NIBIONNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19390,'10448','Nibra','NIBRA',NULL,'','India','',0,0,101,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19391,'4419','Nice','NICE',NULL,'','France','Nice',0,0,76,'2016-10-17 11:28:55','1900-01-01 00:00:00',1,0,1),(19392,'19510','Niceville','NICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19393,'12208','Nichelino','NICHELINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19394,'33705','Nicholasville','NICHOLASVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:28:56','1900-01-01 00:00:00',1,0,1),(19395,'24887','Nicholls Town','NICHOLLS TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19396,'21109','Nickerson','NICKERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19397,'16275','Nicola','NICOLA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19398,'12209','Nicolosi','NICOLOSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19399,'24280','Nicosia','NICOSIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19400,'12995','Nicotera','NICOTERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:28:57','1900-01-01 00:00:00',1,0,1),(19401,'24219','Nicoya','NICOYA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19402,'39287','Nida','NIDA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19403,'7227','Niddrie','NIDDRIE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19404,'24545','Niederalm','NIEDERALM',NULL,'','Austria','',0,0,14,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19405,'24485','Niederau','NIEDERAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19406,'1897','Niederau','NIEDERAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19407,'1622','Niederbronn Les Bain','NIEDERBRONN LES BAIN',NULL,'','France','',0,0,76,'2016-10-17 11:28:58','1900-01-01 00:00:00',1,0,1),(19408,'6781','Niederbronn-les-bains','NIEDERBRONN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19409,'646','Niederfell','NIEDERFELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19410,'38751','Niederhaslach','NIEDERHASLACH',NULL,'','France','',0,0,76,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19411,'2041','Niederkassel','NIEDERKASSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19412,'460','Nieder-moos','NIEDER-MOOS',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19413,'461','Niedernhausen','NIEDERNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:28:59','1900-01-01 00:00:00',1,0,1),(19414,'2007','Niederschonhausen','NIEDERSCHONHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19415,'22603','Niederstetten','NIEDERSTETTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19416,'22604','Niederstotzingen','NIEDERSTOTZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19417,'93','Niederwerbe','NIEDERWERBE',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19418,'94','Niederwiesa','NIEDERWIESA',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19419,'647','Niederzissen','NIEDERZISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19420,'22605','Niefern','NIEFERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:00','1900-01-01 00:00:00',1,0,1),(19421,'547','Nieheim','NIEHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19422,'797','Niemegk','NIEMEGK',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19423,'20','Niemeyer','NIEMEYER',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19424,'380','Niendorf','NIENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19425,'648','Nierstein','NIERSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19426,'6355','Nieuil','NIEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19427,'6009','Nieul','NIEUL',NULL,'','France','',0,0,76,'2016-10-17 11:29:01','1900-01-01 00:00:00',1,0,1),(19428,'42837','Nieuw Vennep','NIEUW VENNEP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19429,'14686','Nieuwegein','NIEUWEGEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19430,'14649','Nieuwendam','NIEUWENDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19431,'14724','Nieuwerkerk Aan Den Ijssel','NIEUWERKERK AAN DEN IJSSEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19432,'14562','Nieuweschans','NIEUWESCHANS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19433,'24667','Nieuwpoort','NIEUWPOORT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19434,'14650','Nieuw-vennep','NIEUW-VENNEP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19435,'14698','Nieuwvliet','NIEUWVLIET',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19436,'4420','Nievre','NIEVRE',NULL,'','France','',0,0,76,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19437,'798','Niewitz','NIEWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:02','1900-01-01 00:00:00',1,0,1),(19438,'43062','Niforeika','NIFOREIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19439,'39579','Niftrik','NIFTRIK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19440,'43543','Nigata','NIGATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19441,'17353','Nigde','NIGDE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19442,'26377','Nightcliff','NIGHTCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19443,'17714','Nightmute','NIGHTMUTE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19444,'10188','Nihiwatu','NIHIWATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19445,'13403','Niigata','NIIGATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19446,'13178','Niiharu','NIIHARU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:03','1900-01-01 00:00:00',1,0,1),(19447,'38693','Nijar','NIJAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19448,'36461','Nijkerk','NIJKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19449,'14545','Nijmegen','NIJMEGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19450,'9705','Nikaia','NIKAIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19451,'9706','Nikiana','NIKIANA',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19452,'35272','Nikiti','NIKITI',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19453,'13179','Nikko','NIKKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19454,'35728','Nikko-kinugawa','NIKKO-KINUGAWA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19455,'42237','Niklasdorf','NIKLASDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19456,'17497','Nikolaev','NIKOLAEV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:29:04','1900-01-01 00:00:00',1,0,1),(19457,'17715','Nikolai','NIKOLAI',NULL,'','United States','',0,0,231,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19458,'2008','Nikolassee','NIKOLASSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19459,'16372','Nikolo-khovanskoye','NIKOLO-KHOVANSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19460,'17716','Nikolski','NIKOLSKI',NULL,'','United States','',0,0,231,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19461,'16276','Nikolskoye','NIKOLSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:05','1900-01-01 00:00:00',1,0,1),(19462,'16324','Nikulino','NIKULINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19463,'13466','Nikunau','NIKUNAU',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19464,'42844','Nilai','NILAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19465,'43861','Nilambur','NILAMBUR',NULL,'','India','',0,0,101,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19466,'43406','Nile Cruise','NILE CRUISE',NULL,'','Egypt','',0,0,65,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19467,'29461','Niles','NILES',NULL,'','United States','',0,0,231,'2016-10-17 11:29:06','1900-01-01 00:00:00',1,0,1),(19468,'42590','Nileshwaram','NILESHWARAM',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19469,'40877','Nilgiris','NILGIRIS',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19470,'25139','Nilopolis','NILOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19471,'4002','Nilsia','NILSIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19472,'40878','Nimaj','NIMAJ',NULL,'','India','',0,0,101,'2016-10-17 11:29:07','1900-01-01 00:00:00',1,0,1),(19473,'5948','Nimes','NIMES',NULL,'','France','',0,0,76,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19474,'23709','Ningbo','NINGBO',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19475,'23775','Ningde','NINGDE',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19476,'34889','Ninghai','NINGHAI',NULL,'','China','',0,0,46,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19477,'37087','Ninh Binh','NINH BINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19478,'17717','Ninilchik','NINILCHIK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:08','1900-01-01 00:00:00',1,0,1),(19479,'20086','Ninole','NINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:09','1900-01-01 00:00:00',1,0,1),(19480,'28148','Niobrara','NIOBRARA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:09','1900-01-01 00:00:00',1,0,1),(19481,'24033','Nioki','NIOKI',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19482,'6356','Niort','NIORT',NULL,'','France','',0,0,76,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19483,'22956','Nipawin','NIPAWIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19484,'18721','Nipomo','NIPOMO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19485,'32374','Nis','NIS',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19486,'13314','Niseko','NISEKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:10','1900-01-01 00:00:00',1,0,1),(19487,'40537','Nishiizu','NISHIIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19488,'13316','Nishinomiya','NISHINOMIYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19489,'37607','Nishinoomote','NISHINOOMOTE',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19490,'13317','Nishiwaki','NISHIWAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19491,'25340','Nisku','NISKU',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19492,'9556','Nissaki','NISSAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19493,'27467','Nisswa','NISSWA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:11','1900-01-01 00:00:00',1,0,1),(19494,'42492','Nisyros','NISYROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19495,'25140','Niteroi','NITEROI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19496,'32022','Nitro','NITRO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19497,'649','Nittel','NITTEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19498,'17113','Niuafo Ou','NIUAFO OU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19499,'17114','Niuatoputapu','NIUATOPUTAPU',NULL,'','Tonga','',0,0,218,'2016-10-17 11:29:12','1900-01-01 00:00:00',1,0,1),(19500,'3948','Nivala','NIVALA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19501,'24641','Nivelles','NIVELLES',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19502,'38371','Nivillac','NIVILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19503,'33506','Niwot','NIWOT',NULL,'','United States','',0,0,231,'2016-10-17 11:29:13','1900-01-01 00:00:00',1,0,1),(19504,'27728','Nixa','NIXA',NULL,'','United States','',0,0,231,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19505,'16340','Nizhnevartovsk','NIZHNEVARTOVSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19506,'16246','Nizhniy Novgorod','NIZHNIY NOVGOROD',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19507,'36517','Nizwa','NIZWA',NULL,'','Oman','Nizwa',0,0,165,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19508,'15280','Nizwá','NIZWÁ',NULL,'','Oman','',0,0,165,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19509,'41855','Njivice','NJIVICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19510,'24056','Nkayi','NKAYI',NULL,'','Congo','',0,0,51,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19511,'41656','N\'koob','N\'KOOB',NULL,'','Morocco','',0,0,148,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19512,'32529','Nkwalini','NKWALINI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:29:14','1900-01-01 00:00:00',1,0,1),(19513,'3060','Noain','NOAIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19514,'3673','Noalla','NOALLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19515,'19126','Noank','NOANK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19516,'26463','Noarlunga','NOARLUNGA',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:15','1900-01-01 00:00:00',1,0,1),(19517,'17718','Noatak','NOATAK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19518,'26734','Nobby','NOBBY',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19519,'34579','Nobel','NOBEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19520,'26531','Noble Park','NOBLE PARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:16','1900-01-01 00:00:00',1,0,1),(19521,'20957','Noblesville','NOBLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19522,'35753','Noboribetsu','NOBORIBETSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19523,'12210','Nocera Superiore','NOCERA SUPERIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:17','1900-01-01 00:00:00',1,0,1),(19524,'12212','Noceto','NOCETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19525,'12213','Noci','NOCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19526,'39514','Nods','NODS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19527,'95','Noerdlingen','NOERDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19528,'43099','Noeux Les Mines','NOEUX LES MINES',NULL,'','France','',0,0,76,'2016-10-17 11:29:18','1900-01-01 00:00:00',1,0,1),(19529,'38284','Noeux-les-mines','NOEUX-LES-MINES',NULL,'','France','',0,0,76,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19530,'28551','Nogal','NOGAL',NULL,'','United States','',0,0,231,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19531,'18171','Nogales','NOGALES',NULL,'','United States','',0,0,231,'2016-10-17 11:29:19','1900-01-01 00:00:00',1,0,1),(19532,'13925','Nogales','NOGALES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19533,'12214','Nogara','NOGARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19534,'6118','Nogaro','NOGARO',NULL,'','France','',0,0,76,'2016-10-17 11:29:20','1900-01-01 00:00:00',1,0,1),(19535,'12947','Nogarole Rocca','NOGAROLE ROCCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19536,'16398','Nogatino','NOGATINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19537,'4421','Nogent Le Rotrou','NOGENT LE ROTROU',NULL,'','France','',0,0,76,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19538,'41370','Nogent-le-rotrou','NOGENT-LE-ROTROU',NULL,'','France','',0,0,76,'2016-10-17 11:29:21','1900-01-01 00:00:00',1,0,1),(19539,'4766','Nogent-sur-marne','NOGENT-SUR-MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19540,'16028','Nogueira','NOGUEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19541,'38244','Nogueira De Ramuin','NOGUEIRA DE RAMUIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19542,'684','Nohfelden','NOHFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19543,'10449','Noida','NOIDA',NULL,'','India','Noida',6,0,101,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19544,'24702','Noirefontaine','NOIREFONTAINE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:29:22','1900-01-01 00:00:00',1,0,1),(19545,'6261','Noirmoutier','NOIRMOUTIER',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19546,'5868','Noisiel','NOISIEL',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19547,'4767','Noisy-le-grand','NOISY-LE-GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19548,'5666','Noizay','NOIZAY',NULL,'','France','',0,0,76,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19549,'3132','Noja','NOJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19550,'16277','Nojabrxsk','NOJABRXSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:23','1900-01-01 00:00:00',1,0,1),(19551,'3917','Nokia','NOKIA',NULL,'','Finland','',0,0,75,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19552,'19511','Nokomis','NOKOMIS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19553,'37967','Nomaglio','NOMAGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:24','1900-01-01 00:00:00',1,0,1),(19554,'40275','Nonant','NONANT',NULL,'','France','',0,0,76,'2016-10-17 11:29:25','1900-01-01 00:00:00',1,0,1),(19555,'21463','Nonantum','NONANTUM',NULL,'','United States','',0,0,231,'2016-10-17 11:29:25','1900-01-01 00:00:00',1,0,1),(19556,'17720','Nondalton','NONDALTON',NULL,'','United States','',0,0,231,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19557,'17066','Nong Khai','NONG KHAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19558,'23998','Nonghui','NONGHUI',NULL,'','China','',0,0,46,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19560,'13467','Nonouti','NONOUTI',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19561,'17074','Nonthaburi','NONTHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19562,'4104','Nontron','NONTRON',NULL,'','France','',0,0,76,'2016-10-17 11:29:26','1900-01-01 00:00:00',1,0,1),(19563,'37539','Noonu Atoll','NOONU ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19564,'14575','Noorbeek','NOORBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19565,'25835','Noord','NOORD',NULL,'','Aruba','',0,0,12,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19566,'32485','Noordhoek','NOORDHOEK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19567,'41043','Noordwijk','NOORDWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19568,'14726','Noordwijkerhout','NOORDWIJKERHOUT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19569,'17721','Noorvik','NOORVIK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:27','1900-01-01 00:00:00',1,0,1),(19570,'26736','Noosa','NOOSA',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19571,'26424','Noosaville','NOOSAVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19572,'14727','Nootdorp','NOOTDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19573,'41332','Nooverha','NOOVERHA',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19574,'16762','Nora','NORA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19575,'12216','Norcia','NORCIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:29:28','1900-01-01 00:00:00',1,0,1),(19576,'18723','Norco','NORCO',NULL,'','United States','',0,0,231,'2016-10-17 11:29:29','1900-01-01 00:00:00',1,0,1),(19577,'19886','Norcross','NORCROSS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:29','1900-01-01 00:00:00',1,0,1),(19578,'44025','Nord-aurdal','NORD-AURDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:31','1900-01-01 00:00:00',1,0,1),(19579,'41333','Nordberg','NORDBERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19580,'37471','Nordborg','NORDBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19581,'2263','Nordby','NORDBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19582,'27259','Norddeich','NORDDEICH',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19583,'40105','Norddorf','NORDDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:35','1900-01-01 00:00:00',1,0,1),(19584,'18724','Norden','NORDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19585,'27260','Norden','NORDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19586,'27261','Nordenham','NORDENHAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19587,'27262','Norderney','NORDERNEY',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:36','1900-01-01 00:00:00',1,0,1),(19588,'730','Norderstedt','NORDERSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19589,'16094','Nordeste','NORDESTE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19590,'14983','Nordfjordeid','NORDFJORDEID',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19591,'39571','Nordhausen','NORDHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19592,'96','Nordholz-spieka','NORDHOLZ-SPIEKA',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19593,'2126','Nordjylland','NORDJYLLAND',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19594,'276','Nordlingen','NORDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19595,'20383','Nordman','NORDMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:37','1900-01-01 00:00:00',1,0,1),(19596,'43328','Nordreisa','NORDREISA',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19597,'14954','Nordstrand','NORDSTRAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19598,'14812','Nord-trondelag','NORD-TRONDELAG',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:38','1900-01-01 00:00:00',1,0,1),(19599,'3098','Norena','NORENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19600,'39855','Noresund','NORESUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19601,'21464','Norfolk','NORFOLK',NULL,'','United States','',0,0,231,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19602,'7228','Norfolk','NORFOLK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:29:39','1900-01-01 00:00:00',1,0,1),(19603,'14437','Norfolk Island','NORFOLK ISLAND',NULL,'','Norfolk Island','',0,0,162,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19604,'14900','Norheimsund','NORHEIMSUND',NULL,'','Norway','',0,0,164,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19605,'16278','Norilsk','NORILSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:29:41','1900-01-01 00:00:00',1,0,1),(19606,'20680','Normal','NORMAL',NULL,'','United States','',0,0,231,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19607,'32934','Norman','NORMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19608,'7229','Norman Cross','NORMAN CROSS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:29:42','1900-01-01 00:00:00',1,0,1),(19609,'1400','Normandy','NORMANDY',NULL,'','FRANCE','',0,0,76,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19610,'26425','Normanton','NORMANTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19611,'26464','Normanville','NORMANVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19612,'2196','Norre Broby','NORRE BROBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:43','1900-01-01 00:00:00',1,0,1),(19613,'20681','Norridge','NORRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:29:44','1900-01-01 00:00:00',1,0,1),(19614,'32121','Norris','NORRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19615,'30100','Norristown','NORRISTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19616,'16656','Norrkoping','NORRKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19617,'16838','Norrtalje','NORRTALJE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:29:45','1900-01-01 00:00:00',1,0,1),(19618,'26962','Norseman','NORSEMAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19619,'32333','Norsup','NORSUP',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19620,'27263','Norten-hardenberg','NORTEN-HARDENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:29:46','1900-01-01 00:00:00',1,0,1),(19621,'2127','North Arhus','NORTH ARHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:29:47','1900-01-01 00:00:00',1,0,1),(19622,'13755','North Ari Atoll','NORTH ARI ATOLL',NULL,'','Maldives','',0,0,133,'2016-10-17 11:29:47','1900-01-01 00:00:00',1,0,1),(19623,'22957','North Battleford','NORTH BATTLEFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:29:48','1900-01-01 00:00:00',1,0,1),(19624,'24778','North Black Sea Coast','NORTH BLACK SEA COAST',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:29:51','1900-01-01 00:00:00',1,0,1),(19625,'23616','North Chaoyang','NORTH CHAOYANG',NULL,'','China','',0,0,46,'2016-10-17 11:29:53','1900-01-01 00:00:00',1,0,1),(19626,'13842','North Coast','NORTH COAST',NULL,'','Mexico','',0,0,141,'2016-10-17 11:29:55','1900-01-01 00:00:00',1,0,1),(19627,'10451','North Dum-dum','NORTH DUM-DUM',NULL,'','India','',0,0,101,'2016-10-17 11:29:57','1900-01-01 00:00:00',1,0,1),(19628,'42015','North Eleuthera','NORTH ELEUTHERA',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:29:58','1900-01-01 00:00:00',1,0,1),(19629,'42628','North Labanon','NORTH LABANON',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:30:05','1900-01-01 00:00:00',1,0,1),(19630,'1255','North Portugal','NORTH PORTUGAL',NULL,'','PORTUGAL','',0,0,175,'2016-10-17 11:30:12','1900-01-01 00:00:00',1,0,1),(19631,'1402','North Sardinia','NORTH SARDINIA',NULL,'','ITALY','',0,0,107,'2016-10-17 11:30:16','1900-01-01 00:00:00',1,0,1),(19632,'97','North Sea Coast (Lower Saxony)','NORTH SEA COAST (LOWER SAXONY)',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:17','1900-01-01 00:00:00',1,0,1),(19633,'24262','North Side','NORTH SIDE',NULL,'','Cayman Islands','',0,0,42,'2016-10-17 11:30:18','1900-01-01 00:00:00',1,0,1),(19634,'32223','North Sound','NORTH SOUND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:30:18','1900-01-01 00:00:00',1,0,1),(19635,'8640','Northallerton','NORTHALLERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19636,'26609','Northam','NORTHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19637,'21483','Northampton','NORTHAMPTON',NULL,'','United States','',0,0,231,'2016-10-17 11:30:24','1900-01-01 00:00:00',1,0,1),(19638,'1404','Northampton','NORTHAMPTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19639,'21484','Northborough','NORTHBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19640,'26963','Northbridge','NORTHBRIDGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:25','1900-01-01 00:00:00',1,0,1),(19641,'20685','Northbrook','NORTHBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19642,'26426','Northcote','NORTHCOTE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19643,'15226','Northcote','NORTHCOTE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19644,'24779','Northeast Bulgaria','NORTHEAST BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:30:26','1900-01-01 00:00:00',1,0,1),(19645,'197','Northeast Lake District','NORTHEAST LAKE DISTRICT',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19646,'26854','Northeast Tasmania','NORTHEAST TASMANIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19647,'31367','Northeastern Vermont','NORTHEASTERN VERMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:30:27','1900-01-01 00:00:00',1,0,1),(19648,'27264','Northeim','NORTHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19649,'28552','Northern Albuquerque','NORTHERN ALBUQUERQUE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19650,'22365','Northern Black Forest','NORTHERN BLACK FOREST',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:28','1900-01-01 00:00:00',1,0,1),(19651,'2128','Northern City','NORTHERN CITY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19652,'9956','Northern Coast','NORTHERN COAST',NULL,'','Honduras','',0,0,97,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19653,'4424','Northern Corsica','NORTHERN CORSICA',NULL,'','France','',0,0,76,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19654,'9996','Northern Dalmatia','NORTHERN DALMATIA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:30:29','1900-01-01 00:00:00',1,0,1),(19655,'10988','Northern Iceland','NORTHERN ICELAND',NULL,'','Iceland','',0,0,100,'2016-10-17 11:30:30','1900-01-01 00:00:00',1,0,1),(19656,'15814','Northern Leiria','NORTHERN LEIRIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:30:30','1900-01-01 00:00:00',1,0,1),(19657,'11332','Northern Piedmont','NORTHERN PIEDMONT',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19658,'16681','Northern Stockholm County','NORTHERN STOCKHOLM COUNTY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19659,'26029','Northern United Arab Emirates','NORTHERN UNITED ARAB EMIRATES',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:30:31','1900-01-01 00:00:00',1,0,1),(19660,'21485','Northfield','NORTHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:32','1900-01-01 00:00:00',1,0,1),(19661,'8642','Northfield','NORTHFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:32','1900-01-01 00:00:00',1,0,1),(19662,'32023','Northfork','NORTHFORK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19663,'26737','Northgate','NORTHGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19664,'33508','Northglenn','NORTHGLENN',NULL,'','United States','',0,0,231,'2016-10-17 11:30:33','1900-01-01 00:00:00',1,0,1),(19665,'40310','Northington','NORTHINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19666,'14475','North-kennemerland','NORTH-KENNEMERLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19667,'20686','Northlake','NORTHLAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19668,'1103','Northland Region','NORTHLAND REGION',NULL,'','NEW ZEALAND','',0,0,157,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19669,'8643','Northleach','NORTHLEACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:34','1900-01-01 00:00:00',1,0,1),(19670,'27730','Northmoor','NORTHMOOR',NULL,'','United States','',0,0,231,'2016-10-17 11:30:35','1900-01-01 00:00:00',1,0,1),(19671,'8644','Northop','NORTHOP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:35','1900-01-01 00:00:00',1,0,1),(19672,'29000','Northport','NORTHPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:30:36','1900-01-01 00:00:00',1,0,1),(19673,'18732','Northridge','NORTHRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:36','1900-01-01 00:00:00',1,0,1),(19674,'18733','Northstar','NORTHSTAR',NULL,'','United States','',0,0,231,'2016-10-17 11:30:37','1900-01-01 00:00:00',1,0,1),(19675,'29001','Northville','NORTHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:30:37','1900-01-01 00:00:00',1,0,1),(19676,'30830','Northwest - Six Flags','NORTHWEST - SIX FLAGS',NULL,'','United States','',0,0,231,'2016-10-17 11:30:38','1900-01-01 00:00:00',1,0,1),(19677,'24780','Northwest Bulgaria','NORTHWEST BULGARIA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:30:39','1900-01-01 00:00:00',1,0,1),(19678,'16935','Northwest Point','NORTHWEST POINT',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:30:40','1900-01-01 00:00:00',1,0,1),(19679,'26855','Northwest Tasmania','NORTHWEST TASMANIA',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:40','1900-01-01 00:00:00',1,0,1),(19680,'8645','Northwich','NORTHWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19681,'8646','Northwold','NORTHWOLD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19682,'29476','Northwood','NORTHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:41','1900-01-01 00:00:00',1,0,1),(19683,'31191','Norton','NORTON',NULL,'','United States','',0,0,231,'2016-10-17 11:30:42','1900-01-01 00:00:00',1,0,1),(19684,'19130','Norwalk','NORWALK',NULL,'','United States','',0,0,231,'2016-10-17 11:30:44','1900-01-01 00:00:00',1,0,1),(19685,'22190','Norway','NORWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19686,'25615','Norway House','NORWAY HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19687,'21487','Norwell','NORWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:30:45','1900-01-01 00:00:00',1,0,1),(19688,'1405','Norwich','NORWICH',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:46','1900-01-01 00:00:00',1,0,1),(19689,'29478','Norwich','NORWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:30:46','1900-01-01 00:00:00',1,0,1),(19690,'29479','Norwood','NORWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:30:47','1900-01-01 00:00:00',1,0,1),(19691,'24220','Nosara','NOSARA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19692,'13318','Noshiro','NOSHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19693,'39877','Nossentiner Hutte','NOSSENTINER HUTTE',NULL,'','Germany','',0,0,83,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19694,'39187','Nossi-be','NOSSI-BE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19695,'40166','Noszvaj','NOSZVAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:30:49','1900-01-01 00:00:00',1,0,1),(19696,'12217','Noto','NOTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19697,'43180','Noto','NOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19698,'15007','Notodden','NOTODDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19699,'41134','Notre Dame Du Portage','NOTRE DAME DU PORTAGE',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19700,'6682','Notre-dame-de-bellecombe','NOTRE-DAME-DE-BELLECOMBE',NULL,'','France','',0,0,76,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19701,'40194','Notre-dame-de-monts','NOTRE-DAME-DE-MONTS',NULL,'','France','',0,0,76,'2016-10-17 11:30:50','1900-01-01 00:00:00',1,0,1),(19702,'39303','Notre-dame-du-bon-conseil','NOTRE-DAME-DU-BON-CONSEIL',NULL,'','Canada','',0,0,39,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19703,'26532','Notting Hill','NOTTING HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19704,'1399','Nottingham','NOTTINGHAM',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19705,'23303','Nottwil','NOTTWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19706,'42553','Nouakchott','NOUAKCHOTT',NULL,'','Mauritania','',0,0,138,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19707,'14432','Noumea','NOUMEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19708,'16644','Nova Gorica','NOVA GORICA',NULL,'','Slovenia','Nova Gorica',0,0,192,'2016-10-17 11:30:51','1900-01-01 00:00:00',1,0,1),(19709,'12221','Novafeltria','NOVAFELTRIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19710,'10026','Novalja','NOVALJA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19711,'12800','Novara','NOVARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:52','1900-01-01 00:00:00',1,0,1),(19712,'12222','Novate Milanese','NOVATE MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:54','1900-01-01 00:00:00',1,0,1),(19713,'18735','Novato','NOVATO',NULL,'','United States','',0,0,231,'2016-10-17 11:30:58','1900-01-01 00:00:00',1,0,1),(19714,'16304','Novaya Derevnya','NOVAYA DEREVNYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:30:58','1900-01-01 00:00:00',1,0,1),(19715,'36025','Nove Mesto Na Morave','NOVE MESTO NA MORAVE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19716,'38255','Nove Zamky','NOVE ZAMKY',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19717,'11335','Novegro','NOVEGRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19718,'38937','Novello','NOVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19719,'12902','Noventa Di Piave','NOVENTA DI PIAVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:30:59','1900-01-01 00:00:00',1,0,1),(19720,'6500','Noves','NOVES',NULL,'','France','',0,0,76,'2016-10-17 11:31:00','1900-01-01 00:00:00',1,0,1),(19721,'12223','Novi Ligure','NOVI LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19722,'36643','Novi Sad','NOVI SAD',NULL,'','Serbia','',0,0,468,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19723,'10027','Novi Vinodolski','NOVI VINODOLSKI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19724,'9972','Novigrad','NOVIGRAD',NULL,'','Croatia','',0,0,55,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19725,'16305','Novinki','NOVINKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19726,'44267','Novkhana','NOVKHANA',NULL,'','Azerbaijan','',0,0,15,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19727,'36690','Novo Mesto','NOVO MESTO',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19728,'39682','Novo Sancti Petri','NOVO SANCTI PETRI',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19729,'16280','Novoarchangelskoje','NOVOARCHANGELSKOJE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19730,'16373','Novogireyevo','NOVOGIREYEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19731,'16399','Novokhovrino','NOVOKHOVRINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19732,'16336','Novokuznetsk','NOVOKUZNETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:01','1900-01-01 00:00:00',1,0,1),(19733,'16281','Novorossijsk','NOVOROSSIJSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19734,'16410','Novosibirsk','NOVOSIBIRSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19735,'41866','Novy Jicin','NOVY JICIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19736,'43996','Novy Smokovec','NOVY SMOKOVEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19737,'16282','Novyj Urengoj','NOVYJ URENGOJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19738,'39465','Nowogrod','NOWOGROD',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19739,'34274','Nowra','NOWRA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19740,'15659','Nowy Sacz','NOWY SACZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:02','1900-01-01 00:00:00',1,0,1),(19741,'38577','Noxen','NOXEN',NULL,'','United States','',0,0,231,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19742,'5667','Noyant-de-touraine','NOYANT-DE-TOURAINE',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19743,'6188','Noyelles-godault','NOYELLES-GODAULT',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19744,'6189','Noyelles-sous-lens','NOYELLES-SOUS-LENS',NULL,'','France','',0,0,76,'2016-10-17 11:31:03','1900-01-01 00:00:00',1,0,1),(19745,'6310','Noyelles-sur-mer','NOYELLES-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:31:04','1900-01-01 00:00:00',1,0,1),(19746,'4427','Noyers Sur Cher','NOYERS SUR CHER',NULL,'','France','',0,0,76,'2016-10-17 11:31:04','1900-01-01 00:00:00',1,0,1),(19747,'6311','Noyon','NOYON',NULL,'','France','',0,0,76,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19748,'26856','Nubeena','NUBEENA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19749,'4428','Nuces','NUCES',NULL,'','France','',0,0,76,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19750,'277','Nudlingen','NUDLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19751,'39060','Nuenen','NUENEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19752,'42446','Nuerburg','NUERBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:05','1900-01-01 00:00:00',1,0,1),(19753,'2081','Nuertingen','NUERTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19754,'41569','Nueva Andalucia','NUEVA ANDALUCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19755,'13976','Nueva Atzacoalco','NUEVA ATZACOALCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19756,'43117','Nuevalos','NUEVALOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19757,'3807','Nuevo Horizonte','NUEVO HORIZONTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19758,'14109','Nuevo Laredo','NUEVO LAREDO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:31:06','1900-01-01 00:00:00',1,0,1),(19759,'22606','Nufringen','NUFRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19760,'933','Nui Thanh','NUI THANH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19761,'17723','Nuiqsut','NUIQSUT',NULL,'','United States','',0,0,231,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19762,'4894','Nuits-saint-georges','NUITS-SAINT-GEORGES',NULL,'','France','',0,0,76,'2016-10-17 11:31:07','1900-01-01 00:00:00',1,0,1),(19763,'17115','Nuku Alofa','NUKU ALOFA',NULL,'','Tonga','',0,0,218,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19764,'36540','Nuku Hiva','NUKU HIVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19765,'36797','Nuku\'alofa','NUKU\'ALOFA',NULL,'','Tonga','',0,0,218,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19766,'4068','Nukubati Island','NUKUBATI ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19767,'32159','Nukus','NUKUS',NULL,'','Uzbekistan','',0,0,232,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19768,'14605','Nuland','NULAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19769,'17724','Nulato','NULATO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:08','1900-01-01 00:00:00',1,0,1),(19770,'44265','Nulkaba','NULKABA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19771,'12224','Numana','NUMANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19772,'13319','Numazu','NUMAZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19773,'548','Numbrecht','NUMBRECHT',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19774,'26296','Numbulwar','NUMBULWAR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19775,'10189','Numfoor','NUMFOOR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:09','1900-01-01 00:00:00',1,0,1),(19776,'17725','Nunapitchuk','NUNAPITCHUK',NULL,'','United States','',0,0,231,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19777,'26533','Nunawading','NUNAWADING',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19778,'34276','Nundle','NUNDLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19779,'8649','Nuneaton','NUNEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19780,'23547','Nunoa','NUNOA',NULL,'','Chile','',0,0,45,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19781,'14546','Nunspeet','NUNSPEET',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19782,'16134','Nunue','NUNUE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19783,'10249','Nunukan','NUNUKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19784,'12827','Nuoro','NUORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:10','1900-01-01 00:00:00',1,0,1),(19785,'650','Nurburg','NURBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19786,'22367','Nuremberg','NUREMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19787,'36053','Nuremberg-fuerth','NUREMBERG-FUERTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19788,'26814','Nuriootpa','NURIOOTPA',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19789,'4003','Nurmes','NURMES',NULL,'','Finland','',0,0,75,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19790,'278','Nurnberg','NURNBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:11','1900-01-01 00:00:00',1,0,1),(19791,'43194','Nurtingen','NURTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19792,'22368','Nürtingen','NÜRTINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19793,'11338','Nusenna','NUSENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19794,'39430','Nussdorf Am Inn','NUSSDORF AM INN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19795,'8650','Nutfield','NUTFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:12','1900-01-01 00:00:00',1,0,1),(19796,'9864','Nuuk','NUUK',NULL,'','Greenland','',0,0,87,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19797,'13602','Nuwara Eliya','NUWARA ELIYA',NULL,'','Sri Lanka','Nuwara Eliya',0,0,200,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19798,'2456','Nuweiba','NUWEIBA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19799,'17726','Nyac','NYAC',NULL,'','United States','',0,0,231,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19800,'29003','Nyack','NYACK',NULL,'','United States','',0,0,231,'2016-10-17 11:31:13','1900-01-01 00:00:00',1,0,1),(19801,'32667','Nyanga','NYANGA',NULL,'','Zimbabwe','',0,0,243,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19802,'41099','Nyaung Shwe','NYAUNG SHWE',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19803,'36394','Nyaung-u','NYAUNG-U',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19804,'2197','Nyborg','NYBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19805,'2323','Nyby Strandhuse','NYBY STRANDHUSE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:14','1900-01-01 00:00:00',1,0,1),(19806,'40348','Nyíregyháza','NYÍREGYHÁZA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19807,'2308','Nykobing','NYKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19808,'16777','Nykoping','NYKOPING',NULL,'','Sweden','',0,0,209,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19809,'32587','Nylstroom','NYLSTROOM',NULL,'','South Africa','',0,0,195,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19810,'24354','Nymburk','NYMBURK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19811,'2264','Nymindegab','NYMINDEGAB',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19812,'16839','Nynashamn','NYNASHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19813,'34277','Nyngan','NYNGAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19814,'23304','Nyon','NYON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19815,'6683','Nyons','NYONS',NULL,'','France','',0,0,76,'2016-10-17 11:31:15','1900-01-01 00:00:00',1,0,1),(19816,'40162','O Carballino','O CARBALLINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19817,'41489','O Grove','O GROVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19818,'39680','O Pino','O PINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19819,'33036','Oacoma','OACOMA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:16','1900-01-01 00:00:00',1,0,1),(19820,'8651','Oadby','OADBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:17','1900-01-01 00:00:00',1,0,1),(19821,'36916','Oahu-honolulu','OAHU-HONOLULU',NULL,'','United States','',0,0,231,'2016-10-17 11:31:17','1900-01-01 00:00:00',1,0,1),(19822,'36942','Oahu-kapolei','OAHU-KAPOLEI',NULL,'','United States','',0,0,231,'2016-10-17 11:31:18','1900-01-01 00:00:00',1,0,1),(19823,'36978','Oahu-makaha','OAHU-MAKAHA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:18','1900-01-01 00:00:00',1,0,1),(19824,'37059','Oahu-waikiki','OAHU-WAIKIKI',NULL,'','United States','',0,0,231,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19825,'36856','Oahu-waimanalo','OAHU-WAIMANALO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19826,'25616','Oak Bluff','OAK BLUFF',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:19','1900-01-01 00:00:00',1,0,1),(19827,'20691','Oakbrook Terrace','OAKBROOK TERRACE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:25','1900-01-01 00:00:00',1,0,1),(19828,'21242','Oakdale','OAKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:25','1900-01-01 00:00:00',1,0,1),(19829,'8652','Oakham','OAKHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:27','1900-01-01 00:00:00',1,0,1),(19830,'19522','Oakhurst','OAKHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:31:27','1900-01-01 00:00:00',1,0,1),(19831,'20692','Oakland','OAKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:31:28','1900-01-01 00:00:00',1,0,1),(19832,'26926','Oakleigh','OAKLEIGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19833,'21111','Oakley','OAKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19834,'37596','Oakley','OAKLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:33','1900-01-01 00:00:00',1,0,1),(19835,'7242','Oakmere','OAKMERE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:34','1900-01-01 00:00:00',1,0,1),(19836,'30108','Oakmont','OAKMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:31:34','1900-01-01 00:00:00',1,0,1),(19837,'29719','Oakridge','OAKRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:35','1900-01-01 00:00:00',1,0,1),(19838,'18742','Oakville','OAKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:36','1900-01-01 00:00:00',1,0,1),(19839,'34583','Oakville','OAKVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19840,'29480','Oakwood','OAKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19841,'26857','Oakwood','OAKWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:37','1900-01-01 00:00:00',1,0,1),(19842,'15145','Oamaru','OAMARU',NULL,'','New Zealand','Oamaru',0,0,157,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19843,'13320','Obama','OBAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19844,'1407','Oban','OBAN',NULL,'','UNITED KINGDOM','Oban',0,0,469,'2016-10-17 11:31:38','1900-01-01 00:00:00',1,0,1),(19845,'10250','Obano','OBANO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19846,'24431','Obdach','OBDACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19847,'23305','Ober Tschappina','OBER TSCHAPPINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19848,'279','Oberammergau','OBERAMMERGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19849,'24555','Oberau','OBERAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19850,'280','Oberaudorf','OBERAUDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19851,'462','Oberaula','OBERAULA',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19852,'463','Oberbreitzbach','OBERBREITZBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:39','1900-01-01 00:00:00',1,0,1),(19853,'11339','Obereggen','OBEREGGEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19854,'23465','Oberentfelden','OBERENTFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19855,'23306','Obererlinsbach','OBERERLINSBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19856,'39195','Obergesteln','OBERGESTELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19857,'24558','Obergurgl','OBERGURGL',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19858,'22369','Oberharmersbach','OBERHARMERSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19859,'44180','Oberharz Am Brocken','OBERHARZ AM BROCKEN',NULL,'','Greece','',0,0,86,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19860,'40092','Oberhaslach','OBERHASLACH',NULL,'','France','',0,0,76,'2016-10-17 11:31:40','1900-01-01 00:00:00',1,0,1),(19861,'2036','Oberhausen','OBERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19862,'2094','Oberhof','OBERHOF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19863,'281','Oberkirch','OBERKIRCH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19864,'24536','Oberlaa','OBERLAA',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19865,'651','Oberlahr','OBERLAHR',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19866,'21112','Oberlin','OBERLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:31:41','1900-01-01 00:00:00',1,0,1),(19867,'22370','Obermaiselstein','OBERMAISELSTEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19868,'6782','Obernai','OBERNAI',NULL,'','France','',0,0,76,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19869,'39788','Obernberg Am Brenner','OBERNBERG AM BRENNER',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19870,'282','Obernzell','OBERNZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:42','1900-01-01 00:00:00',1,0,1),(19871,'464','Oberorke','OBERORKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19872,'283','Oberpfaffenhofen','OBERPFAFFENHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19873,'39037','Oberpullendorf','OBERPULLENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19874,'38506','Oberraden','OBERRADEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19875,'284','Oberried','OBERRIED',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19876,'2068','Oberschleissheim','OBERSCHLEISSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19877,'2009','Oberschoneweide','OBERSCHONEWEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:43','1900-01-01 00:00:00',1,0,1),(19878,'285','Obersendling','OBERSENDLING',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19879,'286','Oberstaufen','OBERSTAUFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19880,'22371','Oberstdorf','OBERSTDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19881,'5043','Obersteigen','OBERSTEIGEN',NULL,'','France','',0,0,76,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19882,'23062','Oberstrass','OBERSTRASS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19883,'24393','Obertauern','OBERTAUERN',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19884,'38043','Oberterzen','OBERTERZEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:44','1900-01-01 00:00:00',1,0,1),(19885,'685','Oberthal','OBERTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19886,'39767','Obertraun','OBERTRAUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19887,'287','Obertrubach','OBERTRUBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19888,'27013','Obertrumersee','OBERTRUMERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19889,'465','Oberursel','OBERURSEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19890,'39722','Oberwald','OBERWALD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19891,'44147','Oberwesel','OBERWESEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19892,'22372','Oberwiesenthal','OBERWIESENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19893,'44148','Oberwolfach','OBERWOLFACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:45','1900-01-01 00:00:00',1,0,1),(19894,'29483','Obetz','OBETZ',NULL,'','United States','',0,0,231,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19895,'15981','Obidos','OBIDOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19896,'13321','Obihiro','OBIHIRO',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19897,'2097','Obock','OBOCK',NULL,'','Djibouti','',0,0,60,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19898,'38973','Obsteig','OBSTEIG',NULL,'','Austria','',0,0,14,'2016-10-17 11:31:46','1900-01-01 00:00:00',1,0,1),(19899,'42273','Obuasi','OBUASI',NULL,'','Ghana','',0,0,84,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19900,'38181','Obudu','OBUDU',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19901,'23063','Obwalden - Nidwalden','OBWALDEN - NIDWALDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19902,'24797','Obzor','OBZOR',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19903,'19524','Ocala','OCALA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19904,'24119','Ocana','OCANA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19905,'37522','Ocana','OCANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:31:47','1900-01-01 00:00:00',1,0,1),(19906,'12225','Occhiobello','OCCHIOBELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19907,'18743','Occidental','OCCIDENTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19908,'12226','Occimiano','OCCIMIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:48','1900-01-01 00:00:00',1,0,1),(19909,'25497','Ocean Falls','OCEAN FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:50','1900-01-01 00:00:00',1,0,1),(19910,'18745','Oceano','OCEANO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:53','1900-01-01 00:00:00',1,0,1),(19911,'13087','Ocho Rios','OCHO RIOS',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19912,'15698','Ochota','OCHOTA',NULL,'','Poland','',0,0,174,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19913,'288','Ochsenfurt','OCHSENFURT',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19914,'22607','Ochsenhausen','OCHSENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19915,'16225','Ocna Sibiului','OCNA SIBIULUI',NULL,'','Romania','',0,0,179,'2016-10-17 11:31:54','1900-01-01 00:00:00',1,0,1),(19916,'19525','Ocoee','OCOEE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19917,'39050','Oconnor','OCONNOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19918,'26611','O\'connor','O\'CONNOR',NULL,'','Australia','',0,0,13,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19919,'31843','Oconomowoc','OCONOMOWOC',NULL,'','United States','',0,0,231,'2016-10-17 11:31:55','1900-01-01 00:00:00',1,0,1),(19920,'31844','Oconto','OCONTO',NULL,'','United States','',0,0,231,'2016-10-17 11:31:56','1900-01-01 00:00:00',1,0,1),(19921,'33963','Ocracoke','OCRACOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:31:56','1900-01-01 00:00:00',1,0,1),(19922,'13323','Odawara','ODAWARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19923,'14777','Odda','ODDA',NULL,'','Norway','Odda',0,0,164,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19924,'2154','Odder','ODDER',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19925,'30834','Odem','ODEM',NULL,'','United States','',0,0,231,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19926,'2198','Odense','ODENSE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:31:57','1900-01-01 00:00:00',1,0,1),(19927,'21756','Odenton','ODENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19928,'22373','Odenwald','ODENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19929,'12903','Oderzo','ODERZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19930,'34584','Odessa','ODESSA',NULL,'','Canada','',0,0,39,'2016-10-17 11:31:58','1900-01-01 00:00:00',1,0,1),(19931,'27734','Odessa','ODESSA',NULL,'','United States','',0,0,231,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19932,'17498','Odessa','ODESSA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19933,'8654','Odiham','ODIHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19934,'41651','Odivelas','ODIVELAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19935,'14499','Odoorn','ODOORN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:31:59','1900-01-01 00:00:00',1,0,1),(19936,'36631','Odorheiu Secuiesc','ODORHEIU SECUIESC',NULL,'','Romania','',0,0,179,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19937,'6119','Odos','ODOS',NULL,'','France','',0,0,76,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19938,'14728','Oegstgeest','OEGSTGEEST',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19939,'20262','Oelwein','OELWEIN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:00','1900-01-01 00:00:00',1,0,1),(19940,'26298','Oenpelli','OENPELLI',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19941,'23307','Oerlikon','OERLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19942,'37222','Oesterbybruk','OESTERBYBRUK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19943,'40001','Oestrich-winkel','OESTRICH-WINKEL',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19944,'24559','Oetz','OETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19945,'27014','Oetztal','OETZTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19946,'41838','Oeversee','OEVERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:01','1900-01-01 00:00:00',1,0,1),(19947,'5782','Offemont','OFFEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19948,'466','Offenbach','OFFENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19949,'22608','Offenburg','OFFENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19950,'37669','Offida','OFFIDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:02','1900-01-01 00:00:00',1,0,1),(19951,'15817','Ofir','OFIR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19952,'26155','Ofu Island','OFU ISLAND',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19953,'13324','Ogaki','OGAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19954,'28154','Ogallala','OGALLALA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:03','1900-01-01 00:00:00',1,0,1),(19955,'33374','Ogden','OGDEN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:04','1900-01-01 00:00:00',1,0,1),(19956,'29008','Ogdensburg','OGDENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19957,'11340','Oggebbio','OGGEBBIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19958,'3276','Ogijares','OGIJARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19959,'20694','Oglesby','OGLESBY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:05','1900-01-01 00:00:00',1,0,1),(19960,'42153','Ogliastra','OGLIASTRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19961,'34585','Ogoki','OGOKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19962,'37415','Ogori','OGORI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19963,'43527','Ogre','OGRE',NULL,'','Latvia','',0,0,119,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19964,'21903','Ogunquit','OGUNQUIT',NULL,'','United States','',0,0,231,'2016-10-17 11:32:06','1900-01-01 00:00:00',1,0,1),(19965,'37511','Ohakune','OHAKUNE',NULL,'','New Zealand','Ohakune',0,0,157,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19966,'42689','Ohito','OHITO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19967,'381','Ohlsdorf','OHLSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19968,'289','Ohlstadt','OHLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19969,'41852','Ohrid','OHRID',NULL,'','Macedonia','',0,0,129,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19970,'32588','Ohrigstad','OHRIGSTAD',NULL,'','South Africa','',0,0,195,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19971,'9814','Oia','OIA',NULL,'','Greece','Oia',0,0,86,'2016-10-17 11:32:07','1900-01-01 00:00:00',1,0,1),(19972,'25026','Oiapoque','OIAPOQUE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19973,'41471','Oiartzun','OIARTZUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19974,'39592','Oiso','OISO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19975,'5826','Oissel','OISSEL',NULL,'','France','',0,0,76,'2016-10-17 11:32:08','1900-01-01 00:00:00',1,0,1),(19976,'14606','Oisterwijk','OISTERWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19977,'25243','Oistins','OISTINS',NULL,'','Barbados','',0,0,19,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19978,'13404','Oita','OITA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19979,'5668','Oizon','OIZON',NULL,'','France','',0,0,76,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19980,'42560','Oizumi','OIZUMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19981,'18747','Ojai','OJAI',NULL,'','United States','',0,0,231,'2016-10-17 11:32:09','1900-01-01 00:00:00',1,0,1),(19982,'3277','Ojen','OJEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19983,'10316','Okaba','OKABA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19984,'43030','Okains Bay','OKAINS BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19985,'13180','Okamoto','OKAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19986,'43801','Okanagan Falls','OKANAGAN FALLS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19987,'31570','Okanogan','OKANOGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:10','1900-01-01 00:00:00',1,0,1),(19988,'14404','Okavango','OKAVANGO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19989,'20695','Okawville','OKAWVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19990,'42879','Okaya','OKAYA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19991,'13405','Okayama','OKAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19992,'42690','Okazaki','OKAZAKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19993,'15593','Okecie Airport','OKECIE AIRPORT',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:11','1900-01-01 00:00:00',1,0,1),(19994,'19526','Okeechobee','OKEECHOBEE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19995,'8655','Okehampton','OKEHAMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19996,'32936','Okemah','OKEMAH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:12','1900-01-01 00:00:00',1,0,1),(19997,'22194','Okemos','OKEMOS',NULL,'','United States','',0,0,231,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(19998,'15146','Okiato','OKIATO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(19999,'32486','Okiep','OKIEP',NULL,'','South Africa','',0,0,195,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20000,'35709','Okinawa-ginowan','OKINAWA-GINOWAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20001,'35734','Okinawa-kunigamison','OKINAWA-KUNIGAMISON',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20002,'35750','Okinawa-nago','OKINAWA-NAGO',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:13','1900-01-01 00:00:00',1,0,1),(20003,'35704','Okinawa-naha','OKINAWA-NAHA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20004,'35756','Okinawa-onnason','OKINAWA-ONNASON',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20005,'35769','Okinawa-yomitan','OKINAWA-YOMITAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20006,'13182','Okino Erabu','OKINO ERABU',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20007,'43198','Okinoshima','OKINOSHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:14','1900-01-01 00:00:00',1,0,1),(20008,'32939','Okmulgee','OKMULGEE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:15','1900-01-01 00:00:00',1,0,1),(20009,'20263','Okoboji','OKOBOJI',NULL,'','United States','',0,0,231,'2016-10-17 11:32:15','1900-01-01 00:00:00',1,0,1),(20010,'27894','Okolona','OKOLONA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20011,'6844','Okondja','OKONDJA',NULL,'','Gabon','',0,0,80,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20012,'25341','Okotoks','OKOTOKS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20013,'24057','Okoyo','OKOYO',NULL,'','Congo','',0,0,51,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20014,'39930','Okrug Donji','OKRUG DONJI',NULL,'','Croatia','',0,0,55,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20015,'10191','Oksibil','OKSIBIL',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:32:16','1900-01-01 00:00:00',1,0,1),(20016,'17220','Okurcalar','OKURCALAR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20017,'13390','Okushiri','OKUSHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20018,'10989','Olafsfjordur','OLAFSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20019,'11015','Olafsvik','OLAFSVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20020,'39048','Olaibar','OLAIBAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20021,'38575','Olakira Camp','OLAKIRA CAMP',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20022,'5949','Olargues','OLARGUES',NULL,'','France','',0,0,76,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20023,'21113','Olathe','OLATHE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:17','1900-01-01 00:00:00',1,0,1),(20024,'3061','Olave','OLAVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20025,'1898','Olbernhau','OLBERNHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20026,'1899','Olbersdorf','OLBERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20027,'12768','Olbia','OLBIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:18','1900-01-01 00:00:00',1,0,1),(20028,'5336','Olby','OLBY',NULL,'','France','',0,0,76,'2016-10-17 11:32:19','1900-01-01 00:00:00',1,0,1),(20029,'290','Olching','OLCHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:19','1900-01-01 00:00:00',1,0,1),(20030,'14228','Old Towne','OLD TOWNE',NULL,'','Montserrat','',0,0,147,'2016-10-17 11:32:22','1900-01-01 00:00:00',1,0,1),(20031,'8658','Oldbury','OLDBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20032,'14993','Olden','OLDEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20033,'27265','Oldenburg','OLDENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20034,'22374','Oldenburger Munsterland','OLDENBURGER MUNSTERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:23','1900-01-01 00:00:00',1,0,1),(20035,'8659','Oldham','OLDHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20036,'8660','Oldmeldrum','OLDMELDRUM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20037,'25342','Olds','OLDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20038,'19528','Oldsmar','OLDSMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:32:24','1900-01-01 00:00:00',1,0,1),(20039,'29012','Olean','OLEAN',NULL,'','United States','',0,0,231,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20040,'25826','O\'leary','O\'LEARY',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20041,'12936','Oleggio','OLEGGIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20042,'3674','Oleiros','OLEIROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:25','1900-01-01 00:00:00',1,0,1),(20043,'6120','Olemps','OLEMPS',NULL,'','France','',0,0,76,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20044,'42747','Olerdola','OLERDOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20045,'38628','Olèrdola','OLÈRDOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20046,'3576','Olesa De Montserrat','OLESA DE MONTSERRAT',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:26','1900-01-01 00:00:00',1,0,1),(20047,'38781','Oletta','OLETTA',NULL,'','France','',0,0,76,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20048,'17728','Olga Bay','OLGA BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20049,'16283','Olgino','OLGINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20050,'15937','Olhao','OLHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20051,'15938','Olhos De Agua','OLHOS DE AGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20052,'44260','Olhuveli','OLHUVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:32:27','1900-01-01 00:00:00',1,0,1),(20053,'12227','Oliena','OLIENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20054,'25032','Olinda','OLINDA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20055,'40253','Olinda','OLINDA',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20056,'3062','Olite','OLITE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20057,'15818','Olivais Sul','OLIVAIS SUL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20058,'39519','Olivares','OLIVARES',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:28','1900-01-01 00:00:00',1,0,1),(20059,'27895','Olive Branch','OLIVE BRANCH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:29','1900-01-01 00:00:00',1,0,1),(20060,'15861','Oliveira De Azemeis','OLIVEIRA DE AZEMEIS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:32:29','1900-01-01 00:00:00',1,0,1),(20061,'38391','Olivella','OLIVELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20062,'3645','Olivenza','OLIVENZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20063,'25499','Oliver','OLIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20064,'29013','Oliverea','OLIVEREA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20065,'5669','Olivet','OLIVET',NULL,'','France','',0,0,76,'2016-10-17 11:32:30','1900-01-01 00:00:00',1,0,1),(20066,'12228','Oliveto Citra','OLIVETO CITRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20067,'27736','Olivette','OLIVETTE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20068,'27474','Olivia','OLIVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:31','1900-01-01 00:00:00',1,0,1),(20069,'23308','Olivone','OLIVONE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20070,'15379','Ollantaytambo','OLLANTAYTAMBO',NULL,'','Peru','',0,0,172,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20071,'5337','Olliergues','OLLIERGUES',NULL,'','France','',0,0,76,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20072,'41319','Olmedo','OLMEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20073,'4768','Olmeto','OLMETO',NULL,'','France','',0,0,76,'2016-10-17 11:32:32','1900-01-01 00:00:00',1,0,1),(20074,'30836','Olmito','OLMITO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20075,'20696','Olney','OLNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20076,'37709','Olocau Del Rey','OLOCAU DEL REY',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20077,'16682','Olofstroem','OLOFSTROEM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20078,'36673','Olofstrom','OLOFSTROM',NULL,'','Sweden','',0,0,209,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20079,'24348','Olomouc','OLOMOUC',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:32:33','1900-01-01 00:00:00',1,0,1),(20080,'15555','Olongapo','OLONGAPO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20081,'36269','Oloron-herrere','OLORON-HERRERE',NULL,'','France','',0,0,76,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20082,'5231','Oloron-sainte-marie','OLORON-SAINTE-MARIE',NULL,'','France','',0,0,76,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20083,'20089','Olowalu','OLOWALU',NULL,'','United States','',0,0,231,'2016-10-17 11:32:34','1900-01-01 00:00:00',1,0,1),(20084,'32335','Olpoi','OLPOI',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20085,'549','Olsberg','OLSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20086,'2199','Olsted','OLSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20087,'15723','Olsztyn','OLSZTYN',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20088,'44049','Oltarzew','OLTARZEW',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20089,'23309','Olten','OLTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20090,'40511','Olvega','OLVEGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20091,'41947','Olvera','OLVERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:35','1900-01-01 00:00:00',1,0,1),(20092,'31571','Olympia','OLYMPIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20093,'9557','Olympia','OLYMPIA',NULL,'','Greece','Olympia',0,0,86,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20094,'43664','Olympic Dam','OLYMPIC DAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:36','1900-01-01 00:00:00',1,0,1),(20095,'31573','Olympic National Park','OLYMPIC NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20096,'43407','Om El Seid Hill','OM EL SEID HILL',NULL,'','Egypt','',0,0,65,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20097,'8661','Omagh','OMAGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:37','1900-01-01 00:00:00',1,0,1),(20098,'31574','Omak','OMAK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20099,'15147','Omapere','OMAPERE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20100,'15227','Omarama','OMARAMA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20101,'36444','Omaruru','OMARURU',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20102,'6855','Omboue','OMBOUE',NULL,'','Gabon','',0,0,80,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20103,'12229','Omegna','OMEGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20104,'34586','Omemee','OMEMEE',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20105,'13845','Ometusco','OMETUSCO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20106,'13502','Omin-ni','OMIN-NI',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:32:39','1900-01-01 00:00:00',1,0,1),(20107,'10029','Omis','OMIS',NULL,'','Croatia','',0,0,55,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20108,'35329','Omisalj','OMISALJ',NULL,'','Croatia','Omisalj',0,0,55,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20109,'37417','Omkareshwar','OMKARESHWAR',NULL,'','India','',0,0,101,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20110,'14754','Ommen','OMMEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20111,'9964','Omoa','OMOA',NULL,'','Honduras','',0,0,97,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20112,'31845','Omro','OMRO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20113,'16411','Omsk','OMSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20114,'43921','Omura','OMURA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:40','1900-01-01 00:00:00',1,0,1),(20115,'31846','Onalaska','ONALASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:41','1900-01-01 00:00:00',1,0,1),(20116,'27475','Onamia','ONAMIA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:41','1900-01-01 00:00:00',1,0,1),(20117,'31192','Onancock','ONANCOCK',NULL,'','United States','',0,0,231,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20118,'42695','Onanole','ONANOLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20119,'42078','Onate','ONATE',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20120,'38160','Onati','ONATI',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:42','1900-01-01 00:00:00',1,0,1),(20121,'20264','Onawa','ONAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20122,'14418','Ondangwa','ONDANGWA',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20123,'40324','Ondara','ONDARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20124,'5232','Ondres','ONDRES',NULL,'','France','',0,0,76,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20125,'15148','One Tree Hill','ONE TREE HILL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20126,'15149','Onehunga','ONEHUNGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:43','1900-01-01 00:00:00',1,0,1),(20127,'33231','Oneida','ONEIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:44','1900-01-01 00:00:00',1,0,1),(20128,'28158','Oneill','ONEILL',NULL,'','United States','',0,0,231,'2016-10-17 11:32:44','1900-01-01 00:00:00',1,0,1),(20129,'28159','O\'neill','O\'NEILL',NULL,'','United States','',0,0,231,'2016-10-17 11:32:45','1900-01-01 00:00:00',1,0,1),(20130,'22195','Onekama','ONEKAMA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:45','1900-01-01 00:00:00',1,0,1),(20131,'17929','Oneonta','ONEONTA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:46','1900-01-01 00:00:00',1,0,1),(20132,'15150','Oneroa','ONEROA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20133,'41302','Ongayo','ONGAYO',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20134,'8662','Onich','ONICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:32:47','1900-01-01 00:00:00',1,0,1),(20135,'33232','Only','ONLY',NULL,'','United States','',0,0,231,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20136,'23443','Onnens','ONNENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20137,'4069','Ono-i-lau','ONO-I-LAU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20138,'13468','Onotoa','ONOTOA',NULL,'','Kiribati','',0,0,114,'2016-10-17 11:32:48','1900-01-01 00:00:00',1,0,1),(20139,'21490','Onset','ONSET',NULL,'','United States','',0,0,231,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20140,'26612','Onslow','ONSLOW',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20141,'29721','Ontario','ONTARIO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:49','1900-01-01 00:00:00',1,0,1),(20142,'24918','Ontario Village','ONTARIO VILLAGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:32:50','1900-01-01 00:00:00',1,0,1),(20143,'3154','Ontinyent','ONTINYENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20144,'22196','Ontonagon','ONTONAGON',NULL,'','United States','',0,0,231,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20145,'38208','Onuma','ONUMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20146,'5670','Onzain','ONZAIN',NULL,'','France','',0,0,76,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20147,'14547','Ooij','OOIJ',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:51','1900-01-01 00:00:00',1,0,1),(20148,'20090','Ookala','OOKALA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20149,'33233','Ooltewah','OOLTEWAH',NULL,'','United States','',0,0,231,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20150,'24731','Oostduinkerke','OOSTDUINKERKE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20151,'40971','Oostende','OOSTENDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:52','1900-01-01 00:00:00',1,0,1),(20152,'14548','Oosterbeek','OOSTERBEEK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20153,'14607','Oosterhout','OOSTERHOUT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20154,'14517','Oosterwolde','OOSTERWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20155,'40513','Oostkamp','OOSTKAMP',NULL,'','Belgium','',0,0,21,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20156,'14518','Oost-vlieland','OOST-VLIELAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20157,'39768','Oostvoorne','OOSTVOORNE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20158,'1765','Ootacamund','OOTACAMUND',NULL,'','India','',0,0,101,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20159,'34278','Ootha','OOTHA',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20160,'14755','Ootmarsum','OOTMARSUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20161,'40879','Ooty','OOTY',NULL,'','India','Ooty',18,0,101,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20162,'40009','Opalenica','OPALENICA',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:53','1900-01-01 00:00:00',1,0,1),(20163,'19529','Opa-locka','OPA-LOCKA',NULL,'','United States','',0,0,231,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20164,'10030','Opatija','OPATIJA',NULL,'','Croatia','Opatija',0,0,55,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20165,'21243','Opelousas','OPELOUSAS',NULL,'','United States','',0,0,231,'2016-10-17 11:32:54','1900-01-01 00:00:00',1,0,1),(20166,'12230','Opera','OPERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20167,'42411','Opfikon','OPFIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20168,'20091','Opihikao','OPIHIKAO',NULL,'','United States','',0,0,231,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20169,'6501','Opio','OPIO',NULL,'','France','',0,0,76,'2016-10-17 11:32:55','1900-01-01 00:00:00',1,0,1),(20170,'15652','Opole','OPOLE',NULL,'','Poland','',0,0,174,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20171,'15228','Opononi','OPONONI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20172,'14939','Oppdal','OPPDAL',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20173,'4431','Oppède','OPPÈDE',NULL,'','France','',0,0,76,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20174,'22609','Oppenau','OPPENAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:32:56','1900-01-01 00:00:00',1,0,1),(20175,'14813','Oppland','OPPLAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20176,'43018','Opua','OPUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20177,'36445','Opuwo','OPUWO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20178,'13096','Oracabessa','ORACABESSA',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20179,'18175','Oracle','ORACLE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20180,'16226','Oradea','ORADEA',NULL,'','Romania','',0,0,179,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20181,'37801','Oraison','ORAISON',NULL,'','France','',0,0,76,'2016-10-17 11:32:57','1900-01-01 00:00:00',1,0,1),(20182,'15229','Orakei','ORAKEI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20183,'38774','Oran','ORAN',NULL,'','Algeria','',0,0,3,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20184,'29485','Orange','ORANGE',NULL,'','United States','',0,0,231,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20185,'5119','Orange','ORANGE',NULL,'','France','',0,0,76,'2016-10-17 11:32:58','1900-01-01 00:00:00',1,0,1),(20186,'34279','Orange','ORANGE',NULL,'','Australia','',0,0,13,'2016-10-17 11:32:59','1900-01-01 00:00:00',1,0,1),(20187,'24921','Orange Walk','ORANGE WALK',NULL,'','Belize','',0,0,22,'2016-10-17 11:33:02','1900-01-01 00:00:00',1,0,1),(20188,'30383','Orangeburg','ORANGEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:33:03','1900-01-01 00:00:00',1,0,1),(20189,'34587','Orangeville','ORANGEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20190,'14414','Oranjemund','ORANJEMUND',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20191,'25902','Oranjestad','ORANJESTAD',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20192,'25837','Oranjestad','ORANJESTAD',NULL,'','Aruba','',0,0,12,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20193,'14519','Oranjewoud','ORANJEWOUD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20194,'32487','Oranjezicht','ORANJEZICHT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20195,'10870','Oranmore','ORANMORE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20196,'39905','Orasac','ORASAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20197,'12231','Orbassano','ORBASSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:04','1900-01-01 00:00:00',1,0,1),(20198,'4432','Orbec','ORBEC',NULL,'','France','',0,0,76,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20199,'12980','Orbetello','ORBETELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20200,'6783','Orbey','ORBEY',NULL,'','France','',0,0,76,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20201,'26536','Orbost','ORBOST',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20202,'16891','Orby','ORBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:05','1900-01-01 00:00:00',1,0,1),(20203,'31575','Orcas','ORCAS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:06','1900-01-01 00:00:00',1,0,1),(20204,'31576','Orchards','ORCHARDS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20205,'10571','Orchha','ORCHHA',NULL,'','India','Orchha',15,0,101,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20206,'26738','Orchid Beach','ORCHID BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:07','1900-01-01 00:00:00',1,0,1),(20207,'17407','Orchid Island','ORCHID ISLAND',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20208,'6502','Orcieres','ORCIERES',NULL,'','France','',0,0,76,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20209,'5338','Orcines','ORCINES',NULL,'','France','',0,0,76,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20210,'38070','Orco Feglino','ORCO FEGLINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:08','1900-01-01 00:00:00',1,0,1),(20211,'3063','Orcoyen','ORCOYEN',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20212,'25881','Ordino','ORDINO',NULL,'','Andorra','',0,0,5,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20213,'43827','Ordos City','ORDOS CITY',NULL,'','China','',0,0,46,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20214,'2330','Ordrup','ORDRUP',NULL,'','Denmark','',0,0,59,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20215,'17354','Ordu','ORDU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20216,'41945','Orduna','ORDUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20217,'3156','Orduña','ORDUÑA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20218,'10031','Orebic','OREBIC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20219,'16763','Orebro','OREBRO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20220,'16684','Orebro-bofors','OREBRO-BOFORS',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:09','1900-01-01 00:00:00',1,0,1),(20221,'37285','Orel','OREL',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20222,'17509','Orel','OREL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20223,'6684','Orelle','ORELLE',NULL,'','France','',0,0,76,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20224,'33376','Orem','OREM',NULL,'','United States','',0,0,231,'2016-10-17 11:33:11','1900-01-01 00:00:00',1,0,1),(20225,'3675','Orense','ORENSE',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20226,'39537','Orestiada','ORESTIADA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20227,'15230','Orewa','OREWA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20228,'11342','Orfengo Di Casalino','ORFENGO DI CASALINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20229,'43676','Orford','ORFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20230,'32750','Orford','ORFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:33:12','1900-01-01 00:00:00',1,0,1),(20231,'8663','Orford','ORFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20232,'4769','Orgeval','ORGEVAL',NULL,'','France','',0,0,76,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20233,'2716','Orgiva','ORGIVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20234,'6503','Orgon','ORGON',NULL,'','France','',0,0,76,'2016-10-17 11:33:13','1900-01-01 00:00:00',1,0,1),(20235,'13064','Oriago','ORIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20236,'2717','Orient','ORIENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20237,'9368','Orient Bay','ORIENT BAY',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20238,'21491','Orient Heights','ORIENT HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:14','1900-01-01 00:00:00',1,0,1),(20239,'19532','Orienta Gardens','ORIENTA GARDENS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20240,'33964','Oriental','ORIENTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20241,'23064','Origlio','ORIGLIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20242,'3771','Orihuela','ORIHUELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:15','1900-01-01 00:00:00',1,0,1),(20243,'18755','Orinda','ORINDA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20244,'42491','Orini Nafpaktia','ORINI NAFPAKTIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20245,'29020','Oriskany','ORISKANY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:16','1900-01-01 00:00:00',1,0,1),(20246,'12828','Oristano','ORISTANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20247,'13931','Orizaba','ORIZABA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20248,'14994','Orkanger','ORKANGER',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20249,'43343','Orkney','ORKNEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:17','1900-01-01 00:00:00',1,0,1),(20250,'21906','Orland','ORLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:33:18','1900-01-01 00:00:00',1,0,1),(20251,'14814','Orland','ORLAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:18','1900-01-01 00:00:00',1,0,1),(20252,'19533','Orlando','ORLANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:19','1900-01-01 00:00:00',1,0,1),(20253,'34589','Orleans','ORLEANS',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:19','1900-01-01 00:00:00',1,0,1),(20254,'4982','Orleans','ORLEANS',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20255,'35169','Orleans-saran','ORLEANS-SARAN',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20256,'4770','Orly','ORLY',NULL,'','France','',0,0,76,'2016-10-17 11:33:20','1900-01-01 00:00:00',1,0,1),(20257,'15317','Ormara','ORMARA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20258,'9708','Ormilia','ORMILIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20259,'15556','Ormoc','ORMOC',NULL,'','Philippines','',0,0,173,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20260,'26299','Ormond','ORMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20261,'19536','Ormond Beach','ORMOND BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:33:21','1900-01-01 00:00:00',1,0,1),(20262,'32412','Ormonde','ORMONDE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20263,'44279','Ormont-dessus','ORMONT-DESSUS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20264,'8664','Ormskirk','ORMSKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20265,'5950','Ornaisons','ORNAISONS',NULL,'','France','',0,0,76,'2016-10-17 11:33:22','1900-01-01 00:00:00',1,0,1),(20266,'36672','Ornskoldsvick','ORNSKOLDSVICK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20267,'16806','Ornskoldsvik','ORNSKOLDSVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20268,'901','Orocue','OROCUE',NULL,'','Colombia','',0,0,49,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20269,'20384','Orofino','OROFINO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20270,'34411','Oromocto','OROMOCTO',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:23','1900-01-01 00:00:00',1,0,1),(20271,'21907','Orono','ORONO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20272,'21908','Orono, Town Of','ORONO, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20273,'3418','Oropesa','OROPESA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:24','1900-01-01 00:00:00',1,0,1),(20274,'12232','Orosei','OROSEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20275,'24205','Orosi','OROSI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20276,'3676','Oroso','OROSO',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20277,'31577','Oroville','OROVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:25','1900-01-01 00:00:00',1,0,1),(20278,'26300','Orpheus Island','ORPHEUS ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:26','1900-01-01 00:00:00',1,0,1),(20279,'8665','Orphir','ORPHIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:26','1900-01-01 00:00:00',1,0,1),(20280,'30111','Orrtanna','ORRTANNA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:27','1900-01-01 00:00:00',1,0,1),(20281,'29487','Orrville','ORRVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20282,'36674','Orsa','ORSA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20283,'686','Orscholz','ORSCHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20284,'23065','Orselina','ORSELINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20285,'14815','Orsta','ORSTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:28','1900-01-01 00:00:00',1,0,1),(20286,'17343','Ortaca','ORTACA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20287,'5024','Orthez','ORTHEZ',NULL,'','France','',0,0,76,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20288,'12951','Ortisei','ORTISEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20289,'27478','Ortonville','ORTONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:29','1900-01-01 00:00:00',1,0,1),(20290,'6262','Orvault','ORVAULT',NULL,'','France','',0,0,76,'2016-10-17 11:33:30','1900-01-01 00:00:00',1,0,1),(20291,'30112','Orwigsburg','ORWIGSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20292,'13530','Oryu-dong','ORYU-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20293,'20266','Osage','OSAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:31','1900-01-01 00:00:00',1,0,1),(20294,'35726','Osaka-kansai','OSAKA-KANSAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:32','1900-01-01 00:00:00',1,0,1),(20295,'25211','Osasco','OSASCO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:33:32','1900-01-01 00:00:00',1,0,1),(20296,'21114','Osawatomie','OSAWATOMIE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20297,'21115','Osborne','OSBORNE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20298,'16873','Osby','OSBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:33','1900-01-01 00:00:00',1,0,1),(20299,'18065','Osceola','OSCEOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:34','1900-01-01 00:00:00',1,0,1),(20300,'1944','Oschersleben','OSCHERSLEBEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20301,'22197','Oscoda','OSCODA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20302,'14651','Osdorp','OSDORP',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20303,'13447','Osh','OSH',NULL,'','Kyrgyzstan','',0,0,117,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20304,'14416','Oshakati','OSHAKATI',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20305,'34590','Oshawa','OSHAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:35','1900-01-01 00:00:00',1,0,1),(20306,'31848','Oshkosh','OSHKOSH',NULL,'','United States','',0,0,231,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20307,'40880','Osian','OSIAN',NULL,'','India','Osian',2,0,101,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20308,'10060','Osijek','OSIJEK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20309,'12235','Osimo','OSIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20310,'20268','Oskaloosa','OSKALOOSA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:36','1900-01-01 00:00:00',1,0,1),(20311,'14924','Oskarsborg','OSKARSBORG',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20312,'16731','Oskarshamn','OSKARSHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20313,'39090','Oskemen','OSKEMEN',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20314,'14955','Oslo','OSLO',NULL,'','Norway','Oslo',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20315,'36468','Oslo-asker','OSLO-ASKER',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20316,'15458','Oslob','OSLOB',NULL,'','Philippines','',0,0,173,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20317,'36471','Oslo-drammen','OSLO-DRAMMEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20318,'36472','Oslo-fornbeu','OSLO-FORNBEU',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20319,'36473','Oslo-gardermoen Airp','OSLO-GARDERMOEN AIRP',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20320,'36477','Oslo-hovik','OSLO-HOVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:37','1900-01-01 00:00:00',1,0,1),(20321,'36478','Oslo-kolbotn','OSLO-KOLBOTN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20322,'36481','Oslo-lorenskog','OSLO-LORENSKOG',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20323,'36485','Oslo-royken','OSLO-ROYKEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20324,'36487','Oslo-sandvika','OSLO-SANDVIKA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20325,'38120','Osmo','OSMO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20326,'36081','Osnabruck','OSNABRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20327,'22376','Osnabrucker Land','OSNABRUCKER LAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20328,'27266','Osnabrueck','OSNABRUECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20329,'23527','Osorno','OSORNO',NULL,'','Chile','',0,0,45,'2016-10-17 11:33:38','1900-01-01 00:00:00',1,0,1),(20330,'3469','Osorno','OSORNO',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20331,'25500','Osoyoos','OSOYOOS',NULL,'','Canada','',0,0,39,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20332,'41050','Osoyro','OSOYRO',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20333,'12236','Ospedaletti','OSPEDALETTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20334,'12237','Ospedaletto D\'alpinolo','OSPEDALETTO D\'ALPINOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:39','1900-01-01 00:00:00',1,0,1),(20335,'12239','Ospedalicchio','OSPEDALICCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20336,'19537','Osprey','OSPREY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20337,'41364','Osseja','OSSEJA',NULL,'','France','',0,0,76,'2016-10-17 11:33:40','1900-01-01 00:00:00',1,0,1),(20338,'31849','Osseo','OSSEO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:41','1900-01-01 00:00:00',1,0,1),(20339,'43234','Ossett','OSSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:41','1900-01-01 00:00:00',1,0,1),(20340,'27082','Ossiach','OSSIACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20341,'27015','Ossiacher Lake','OSSIACHER LAKE',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20342,'44232','Ossona','OSSONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20343,'37676','Ossuccio','OSSUCCIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20344,'16840','Ostberga','OSTBERGA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20345,'550','Ostbevern','OSTBEVERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20346,'12240','Ostellato','OSTELLATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20347,'291','Osten','OSTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:42','1900-01-01 00:00:00',1,0,1),(20348,'467','Osterfeld','OSTERFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20349,'16685','Ostergotland','OSTERGOTLAND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20350,'40927','Osterley','OSTERLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20351,'37741','Ostermundigen','OSTERMUNDIGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20352,'38717','Osterode Am Harz','OSTERODE AM HARZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20353,'16712','Ostersund','OSTERSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:43','1900-01-01 00:00:00',1,0,1),(20354,'21493','Osterville','OSTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20355,'22377','Ostfildern','OSTFILDERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20356,'14817','Ostfold - Vestfold','OSTFOLD - VESTFOLD',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20357,'653','Osthofen','OSTHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20358,'11344','Ostia - Pomezia','OSTIA - POMEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:44','1900-01-01 00:00:00',1,0,1),(20359,'16874','Ostra Tommarp','OSTRA TOMMARP',NULL,'','Sweden','',0,0,209,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20360,'24349','Ostrava','OSTRAVA',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20361,'37588','Ostravice','OSTRAVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20362,'37481','Ostringen','OSTRINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20363,'44050','Ostroda','OSTRODA',NULL,'','Poland','',0,0,174,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20364,'16421','Ostrov','OSTROV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20365,'39923','Ostrov','OSTROV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20366,'1833','Ostseebad Ahrenshoop','OSTSEEBAD AHRENSHOOP',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:45','1900-01-01 00:00:00',1,0,1),(20367,'12242','Ostuni','OSTUNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20368,'6784','Ostwald','OSTWALD',NULL,'','France','',0,0,76,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20369,'551','Ostwig','OSTWIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20370,'3278','Osuna','OSUNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:33:47','1900-01-01 00:00:00',1,0,1),(20371,'20699','Oswego','OSWEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20372,'8667','Oswestry','OSWESTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20373,'40928','Oswestry','OSWESTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20374,'38502','Oswiecim','OSWIECIM',NULL,'','Poland','',0,0,174,'2016-10-17 11:33:48','1900-01-01 00:00:00',1,0,1),(20375,'43663','Otago','OTAGO',NULL,'','Australia','',0,0,13,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20376,'15151','Otahuhu','OTAHUHU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20377,'15231','Otara','OTARA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20378,'42880','Otari','OTARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20379,'13330','Otaru','OTARU',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20380,'2399','Otavalo','OTAVALO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20381,'18758','Otay','OTAY',NULL,'','United States','',0,0,231,'2016-10-17 11:33:49','1900-01-01 00:00:00',1,0,1),(20382,'15232','Otematata','OTEMATATA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20383,'3834','Otepaa','OTEPAA',NULL,'','Estonia','',0,0,69,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20384,'31578','Othello','OTHELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20385,'29723','Otis','OTIS',NULL,'','United States','',0,0,231,'2016-10-17 11:33:50','1900-01-01 00:00:00',1,0,1),(20386,'36446','Otjiwarongo','OTJIWARONGO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20387,'40469','Otocec','OTOCEC',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20388,'42542','Otocek','OTOCEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20389,'38236','Otofuke','OTOFUKE',NULL,'','Japan','',0,0,110,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20390,'40365','Otongo','OTONGO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:33:51','1900-01-01 00:00:00',1,0,1),(20391,'12243','Otricoli','OTRICOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20392,'27480','Otsego','OTSEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20393,'14949','Otta','OTTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20394,'24537','Ottakring','OTTAKRING',NULL,'','Austria','',0,0,14,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20395,'12244','Ottavia','OTTAVIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:52','1900-01-01 00:00:00',1,0,1),(20396,'12245','Ottaviano','OTTAVIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20397,'20700','Ottawa','OTTAWA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20398,'34592','Ottawa','OTTAWA',NULL,'','Canada','Ottawa',0,0,39,'2016-10-17 11:33:53','1900-01-01 00:00:00',1,0,1),(20399,'654','Otterberg','OTTERBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20400,'8669','Otterburn','OTTERBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20401,'27267','Otterndorf','OTTERNDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20402,'8670','Ottershaw','OTTERSHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:55','1900-01-01 00:00:00',1,0,1),(20403,'39191','Otterstadt','OTTERSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20404,'27481','Ottertail','OTTERTAIL',NULL,'','United States','',0,0,231,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20405,'7246','Ottery St Mary','OTTERY ST MARY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20406,'6785','Ottmarsheim','OTTMARSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:33:56','1900-01-01 00:00:00',1,0,1),(20407,'37903','Ottobeuren','OTTOBEUREN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20408,'292','Ottobrunn','OTTOBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20409,'26156','Ottoville','OTTOVILLE',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20410,'6786','Ottrott','OTTROTT',NULL,'','France','',0,0,76,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20411,'30113','Ottsville','OTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:33:57','1900-01-01 00:00:00',1,0,1),(20412,'20269','Ottumwa','OTTUMWA',NULL,'','United States','',0,0,231,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20413,'24093','Otu','OTU',NULL,'','Colombia','',0,0,49,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20414,'16164','Otumai','OTUMAI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20415,'24750','Ouagadougou','OUAGADOUGOU',NULL,'','Burkina Faso','',0,0,35,'2016-10-17 11:33:58','1900-01-01 00:00:00',1,0,1),(20416,'38404','Oualidia','OUALIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20417,'38285','Ouargla','OUARGLA',NULL,'','Algeria','',0,0,3,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20418,'13702','Ouarzazate','OUARZAZATE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20419,'35142','Ouchamps','OUCHAMPS',NULL,'','France','',0,0,76,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20420,'38757','Oudega','OUDEGA',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20421,'24719','Oudenaarde','OUDENAARDE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20422,'24732','Oudenburg','OUDENBURG',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20423,'24642','Oudergem','OUDERGEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20424,'14652','Ouderkerk Aan De Amstel','OUDERKERK AAN DE AMSTEL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20425,'14520','Oudkerk','OUDKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:33:59','1900-01-01 00:00:00',1,0,1),(20426,'32488','Oudtshoorn','OUDTSHOORN',NULL,'','South Africa','Oudtshoorn',0,0,195,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20427,'24612','Oud-turnhout','OUD-TURNHOUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20428,'14426','Ouen Island','OUEN ISLAND',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20429,'24058','Ouesso','OUESSO',NULL,'','Congo','',0,0,51,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20430,'10871','Oughterard','OUGHTERARD',NULL,'','Ireland','',0,0,105,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20431,'5783','Ougney-douvot','OUGNEY-DOUVOT',NULL,'','France','',0,0,76,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20432,'13699','Ouirgane','OUIRGANE',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20433,'5412','Ouistreham','OUISTREHAM',NULL,'','France','',0,0,76,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20434,'13705','Oujda','OUJDA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20435,'13700','Oukaimeden','OUKAIMEDEN',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20436,'3928','Oulanka','OULANKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:00','1900-01-01 00:00:00',1,0,1),(20437,'6685','Oullins','OULLINS',NULL,'','France','',0,0,76,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20438,'8671','Oulton','OULTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20439,'3949','Oulu','OULU',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20440,'39002','Oulx','OULX',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20441,'37382','Ounara','OUNARA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:34:01','1900-01-01 00:00:00',1,0,1),(20442,'8672','Oundle','OUNDLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20443,'9709','Ouranopolis','OURANOPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20444,'43455','Ouranoupolis','OURANOUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20445,'33511','Ouray','OURAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20446,'1631','Ourem-fatima','OUREM-FATIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20447,'1256','Ourense','OURENSE',NULL,'','SPAIN','',0,0,199,'2016-10-17 11:34:02','1900-01-01 00:00:00',1,0,1),(20448,'25092','Ouro Preto','OURO PRETO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20449,'42164','Outaouais','OUTAOUAIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20450,'33965','Outer Banks','OUTER BANKS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20451,'7248','Outer Hebrides','OUTER HEBRIDES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20452,'36447','Outjo','OUTJO',NULL,'','Namibia','',0,0,151,'2016-10-17 11:34:03','1900-01-01 00:00:00',1,0,1),(20453,'41100','Outlane','OUTLANE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20454,'22958','Outlook','OUTLOOK',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20455,'9909','Outlying Islands','OUTLYING ISLANDS',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20456,'22816','Outremont','OUTREMONT',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20457,'14427','Ouvea','OUVEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20458,'26537','Ouyen','OUYEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20459,'17729','Ouzinkie','OUZINKIE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:04','1900-01-01 00:00:00',1,0,1),(20460,'40767','Ovada','OVADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20461,'23524','Ovalle','OVALLE',NULL,'','Chile','',0,0,45,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20462,'28007','Ovando','OVANDO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20463,'15863','Ovar','OVAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20464,'11051','Ovda','OVDA',NULL,'','Israel','',0,0,106,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20465,'42904','Overath','OVERATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:05','1900-01-01 00:00:00',1,0,1),(20466,'40213','Overberg','OVERBERG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20467,'38899','Överkalix','ÖVERKALIX',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20468,'27739','Overland','OVERLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:34:06','1900-01-01 00:00:00',1,0,1),(20469,'40012','Overlida','OVERLIDA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20470,'22379','Oversee','OVERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20471,'8673','Overstrand','OVERSTRAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20472,'32839','Overton','OVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:34:08','1900-01-01 00:00:00',1,0,1),(20473,'14653','Overtoomseveld','OVERTOOMSEVELD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20474,'3099','Oviedo','OVIEDO',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20475,'19538','Oviedo','OVIEDO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:09','1900-01-01 00:00:00',1,0,1),(20476,'40609','Ovifat','OVIFAT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20477,'13039','Oviglio','OVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20478,'35596','Ovindoli','OVINDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20479,'8674','Ovington','OVINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20480,'16086','Ovoa','OVOA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20481,'23310','Ovronnaz','OVRONNAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:34:10','1900-01-01 00:00:00',1,0,1),(20482,'24059','Owando','OWANDO',NULL,'','Congo','',0,0,51,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20483,'32941','Owasso','OWASSO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20484,'27482','Owatonna','OWATONNA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:11','1900-01-01 00:00:00',1,0,1),(20485,'29022','Owego','OWEGO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:12','1900-01-01 00:00:00',1,0,1),(20486,'34595','Owen Sound','OWEN SOUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:12','1900-01-01 00:00:00',1,0,1),(20487,'40320','Owens Cross Roads','OWENS CROSS ROADS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:13','1900-01-01 00:00:00',1,0,1),(20488,'33708','Owensboro','OWENSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:13','1900-01-01 00:00:00',1,0,1),(20489,'15152','Owhanake Bay','OWHANAKE BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20490,'21758','Owings Mills','OWINGS MILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20491,'33710','Owingsville','OWINGSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:14','1900-01-01 00:00:00',1,0,1),(20492,'22199','Owosso','OWOSSO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:15','1900-01-01 00:00:00',1,0,1),(20493,'22200','Oxbow','OXBOW',NULL,'','United States','',0,0,231,'2016-10-17 11:34:15','1900-01-01 00:00:00',1,0,1),(20494,'16778','Oxelosund','OXELOSUND',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:16','1900-01-01 00:00:00',1,0,1),(20495,'19137','Oxford','OXFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:16','1900-01-01 00:00:00',1,0,1),(20496,'1416','Oxford','OXFORD',NULL,'','UNITED KINGDOM','Oxford',0,0,469,'2016-10-17 11:34:18','1900-01-01 00:00:00',1,0,1),(20497,'9710','Oxilithos','OXILITHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:18','1900-01-01 00:00:00',1,0,1),(20498,'18759','Oxnard','OXNARD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20499,'21760','Oxon Hill','OXON HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20500,'6858','Oyem','OYEM',NULL,'','Gabon','',0,0,80,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20501,'25343','Oyen','OYEN',NULL,'','Canada','',0,0,39,'2016-10-17 11:34:19','1900-01-01 00:00:00',1,0,1),(20502,'14818','Oyer','OYER',NULL,'','Norway','',0,0,164,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20503,'37838','Oy-mittelberg','OY-MITTELBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20504,'22380','Oynhausen','OYNHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20505,'6686','Oyonnax','OYONNAX',NULL,'','France','',0,0,76,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20506,'29023','Oyster Bay','OYSTER BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:20','1900-01-01 00:00:00',1,0,1),(20507,'17469','Oyster Bay','OYSTER BAY',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20508,'40216','Oyster Bay','OYSTER BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20509,'25891','Oyster Pond','OYSTER POND',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20510,'36484','Oystese','OYSTESE',NULL,'','Norway','',0,0,164,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20511,'38944','Oyten','OYTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:21','1900-01-01 00:00:00',1,0,1),(20512,'15459','Ozamis City','OZAMIS CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:22','1900-01-01 00:00:00',1,0,1),(20513,'27740','Ozark','OZARK',NULL,'','United States','',0,0,231,'2016-10-17 11:34:22','1900-01-01 00:00:00',1,0,1),(20514,'15699','Ozarow Mazowiecki','OZAROW MAZOWIECKI',NULL,'','Poland','',0,0,174,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20515,'17319','Ozdere','OZDERE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20516,'16302','Ozerki','OZERKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20517,'30838','Ozona','OZONA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:23','1900-01-01 00:00:00',1,0,1),(20518,'40127','Ozone Park','OZONE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20519,'13332','Ozu','OZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20520,'32321','Paama','PAAMA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20521,'32489','Paarl','PAARL',NULL,'','South Africa','',0,0,195,'2016-10-17 11:34:24','1900-01-01 00:00:00',1,0,1),(20522,'20092','Paauilo','PAAUILO',NULL,'','United States','',0,0,231,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20523,'19539','Pablo Keys','PABLO KEYS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20524,'37914','Paceco','PACECO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:25','1900-01-01 00:00:00',1,0,1),(20525,'40881','Pachewar','PACHEWAR',NULL,'','India','',0,0,101,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20526,'39977','Pachmarhi','PACHMARHI',NULL,'','India','Pachmarhi',15,0,101,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20527,'13779','Pachuca','PACHUCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20528,'39927','Paciano','PACIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20529,'27741','Pacific','PACIFIC',NULL,'','United States','',0,0,231,'2016-10-17 11:34:26','1900-01-01 00:00:00',1,0,1),(20530,'4070','Pacific Harbour','PACIFIC HARBOUR',NULL,'','Fiji','',0,0,74,'2016-10-17 11:34:28','1900-01-01 00:00:00',1,0,1),(20531,'42128','Pacific Palms','PACIFIC PALMS',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20532,'18764','Pacifica','PACIFICA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20533,'42947','Pacijan Island','PACIJAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20534,'8676','Packington','PACKINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:29','1900-01-01 00:00:00',1,0,1),(20535,'31579','Packwood','PACKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20536,'15495','Paco','PACO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20537,'16008','Paco De Arcos','PACO DE ARCOS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20538,'16029','Pacos De Ferreira','PACOS DE FERREIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20539,'10372','Padang','PADANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20540,'3823','Padaste','PADASTE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20541,'38730','Paddington','PADDINGTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:30','1900-01-01 00:00:00',1,0,1),(20542,'12246','Padenghe Sul Garda','PADENGHE SUL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20543,'552','Paderborn','PADERBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20544,'11346','Paderno Del Grappa','PADERNO DEL GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20545,'35504','Padova-cittadella','PADOVA-CITTADELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20546,'36179','Padron','PADRON',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:31','1900-01-01 00:00:00',1,0,1),(20547,'8677','Padstow','PADSTOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20548,'39675','Padthaway','PADTHAWAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20549,'33711','Paducah','PADUCAH',NULL,'','United States','',0,0,231,'2016-10-17 11:34:32','1900-01-01 00:00:00',1,0,1),(20550,'12247','Padula','PADULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20551,'7250','Padworth','PADWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20552,'16165','Paea','PAEA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20553,'40483','Paese','PAESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20554,'12991','Paestum','PAESTUM',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:33','1900-01-01 00:00:00',1,0,1),(20555,'22381','Paewesin','PAEWESIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20556,'43378','Pag','PAG',NULL,'','Croatia','',0,0,55,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20557,'15557','Pagadian','PAGADIAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20558,'12248','Paganica','PAGANICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:34','1900-01-01 00:00:00',1,0,1),(20559,'30385','Pageland','PAGELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20560,'24929','Paget','PAGET',NULL,'','Bermuda','',0,0,24,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20561,'26157','Pago Pago','PAGO PAGO',NULL,'','American Samoa','',0,0,4,'2016-10-17 11:34:35','1900-01-01 00:00:00',1,0,1),(20562,'33512','Pagosa Springs','PAGOSA SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20563,'15516','Pagsanjan','PAGSANJAN',NULL,'','Philippines','Pagsanjan',0,0,173,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20564,'42948','Pagudpud','PAGUDPUD',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20565,'20093','Pahala','PAHALA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:36','1900-01-01 00:00:00',1,0,1),(20566,'38439','Pahalgam','PAHALGAM',NULL,'','India','Pahalgam',13,0,101,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20567,'32122','Pahaska','PAHASKA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20568,'20094','Pahoa','PAHOA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:37','1900-01-01 00:00:00',1,0,1),(20569,'32840','Pahrump','PAHRUMP',NULL,'','United States','',0,0,231,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20570,'17047','Pai','PAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20571,'39273','Paide','PAIDE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:34:38','1900-01-01 00:00:00',1,0,1),(20572,'8678','Paignton','PAIGNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20573,'15233','Paihia','PAIHIA',NULL,'','New Zealand','Paihia',0,0,157,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20574,'42725','Pailin','PAILIN',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20575,'4023','Paimio','PAIMIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20576,'4897','Paimpol','PAIMPOL',NULL,'','France','',0,0,76,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20577,'40690','Paimpont','PAIMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:34:39','1900-01-01 00:00:00',1,0,1),(20578,'29489','Painesville','PAINESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:40','1900-01-01 00:00:00',1,0,1),(20579,'8679','Painswick','PAINSWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:40','1900-01-01 00:00:00',1,0,1),(20580,'33713','Paintsville','PAINTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20581,'24100','Paipa','PAIPA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20582,'8680','Paisley','PAISLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20583,'26301','Paisley','PAISLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:34:41','1900-01-01 00:00:00',1,0,1),(20584,'14433','Paita','PAITA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20585,'849','Paja Blanca','PAJA BLANCA',NULL,'','Panama','',0,0,169,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20586,'16756','Pajala','PAJALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20587,'3808','Pajara','PAJARA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20588,'35813','Paju','PAJU',NULL,'','South Korea','',0,0,197,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20589,'17071','Pak Chong','PAK CHONG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20590,'38301','Paka','PAKA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20591,'43886','Pakem','PAKEM',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20592,'40787','Pakostane','PAKOSTANE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20593,'1776','Paksane','PAKSANE',NULL,'','Laos','',0,0,118,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20594,'13542','Pakse','PAKSE',NULL,'','Laos','',0,0,118,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20595,'15234','Pakuranga','PAKURANGA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:42','1900-01-01 00:00:00',1,0,1),(20596,'30840','Palacios','PALACIOS',NULL,'','United States','',0,0,231,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20597,'41572','Palacios De La Valduerna','PALACIOS DE LA VALDUERNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20598,'41944','Palafolls','PALAFOLLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:43','1900-01-01 00:00:00',1,0,1),(20599,'12250','Palagiano','PALAGIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20600,'12251','Palaia','PALAIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20601,'9711','Palaion Faliron','PALAION FALIRON',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20602,'43456','Palairos','PALAIROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20603,'4773','Palaiseau','PALAISEAU',NULL,'','France','',0,0,76,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20604,'10452','Palakkad','PALAKKAD',NULL,'','India','Palakkad',3,0,101,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20605,'3578','Palamos','PALAMOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20606,'10572','Palampur','PALAMPUR',NULL,'','India','Palampur',1,0,101,'2016-10-17 11:34:44','1900-01-01 00:00:00',1,0,1),(20607,'42272','Palandoken','PALANDOKEN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20608,'13635','Palanga','PALANGA',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20609,'10330','Palangkaraya','PALANGKARAYA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20610,'14140','Palanque','PALANQUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20611,'2720','Palas De Rei','PALAS DE REI',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20612,'20702','Palatine','PALATINE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:45','1900-01-01 00:00:00',1,0,1),(20613,'19540','Palatka','PALATKA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20614,'11085','Palau','PALAU',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20615,'15565','Palau','PALAU',NULL,'','Palau','',0,0,167,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20616,'5951','Palavas-les-flots','PALAVAS-LES-FLOTS',NULL,'','France','',0,0,76,'2016-10-17 11:34:46','1900-01-01 00:00:00',1,0,1),(20617,'15460','Palawan','PALAWAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20618,'11349','Palazzolo Sull\'oglio','PALAZZOLO SULL\'OGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20619,'12252','Palazzuolo Sul Senio','PALAZZUOLO SUL SENIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20620,'39536','Palekastro','PALEKASTRO',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20621,'10373','Palembang','PALEMBANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20622,'3470','Palencia','PALENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20623,'13937','Palenque','PALENQUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:34:47','1900-01-01 00:00:00',1,0,1),(20624,'29027','Palenville','PALENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20625,'40265','Paleohora','PALEOHORA',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20626,'9560','Paleokastritsa','PALEOKASTRITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20627,'44181','Paleoxari','PALEOXARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:48','1900-01-01 00:00:00',1,0,1),(20628,'35450','Palermo-alcamo','PALERMO-ALCAMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20629,'35494','Palermo-castellammar','PALERMO-CASTELLAMMAR',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20630,'35503','Palermo-cinisi','PALERMO-CINISI',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20631,'35668','Palermo-termini Imer','PALERMO-TERMINI IMER',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20632,'35675','Palermo-trabia','PALERMO-TRABIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:49','1900-01-01 00:00:00',1,0,1),(20633,'35690','Palermo-villagrazia','PALERMO-VILLAGRAZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20634,'38981','Paleros','PALEROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20635,'42958','Palese','PALESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20636,'30841','Palestine','PALESTINE',NULL,'','United States','',0,0,231,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20637,'35598','Palestrina','PALESTRINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:50','1900-01-01 00:00:00',1,0,1),(20638,'973','Palhoca','PALHOCA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20639,'39513','Pali','PALI',NULL,'','India','Pali',2,0,101,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20640,'12253','Palinuro','PALINURO',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:51','1900-01-01 00:00:00',1,0,1),(20641,'42589','Palitana','PALITANA',NULL,'','India','Palitana',16,0,101,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20642,'35597','Pallanza','PALLANZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20643,'3579','Palleja','PALLEJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20644,'15153','Palliser Bay','PALLISER BAY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20645,'15491','Pallocan','PALLOCAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20646,'19541','Palm Bay','PALM BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:34:52','1900-01-01 00:00:00',1,0,1),(20647,'25832','Palm Beach','PALM BEACH',NULL,'','Aruba','',0,0,12,'2016-10-17 11:34:53','1900-01-01 00:00:00',1,0,1),(20648,'37077','Palm Island','PALM ISLAND',NULL,'','Saint Vincent And The Grenadines','',0,0,204,'2016-10-17 11:34:57','1900-01-01 00:00:00',1,0,1),(20649,'19552','Palma Sola','PALMA SOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20650,'39595','Palmadula','PALMADULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20651,'38622','Palmanova','PALMANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20652,'24240','Palmar','PALMAR',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20653,'14255','Palmar','PALMAR',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:34:59','1900-01-01 00:00:00',1,0,1),(20654,'24249','Palmares','PALMARES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20655,'41112','Palmas','PALMAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20656,'18769','Palmdale','PALMDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20657,'3677','Palmeira','PALMEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20658,'16059','Palmela','PALMELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:00','1900-01-01 00:00:00',1,0,1),(20659,'17730','Palmer','PALMER',NULL,'','United States','',0,0,231,'2016-10-17 11:35:01','1900-01-01 00:00:00',1,0,1),(20660,'10251','Palmerah','PALMERAH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20661,'10850','Palmerston','PALMERSTON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20662,'39530','Palmerston','PALMERSTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20663,'34597','Palmerston','PALMERSTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20664,'15235','Palmerston North','PALMERSTON NORTH',NULL,'','New Zealand','Palmerston North',0,0,157,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20665,'30114','Palmerton','PALMERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:35:02','1900-01-01 00:00:00',1,0,1),(20666,'19888','Palmetto','PALMETTO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:03','1900-01-01 00:00:00',1,0,1),(20667,'24876','Palmetto Point','PALMETTO POINT',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:35:03','1900-01-01 00:00:00',1,0,1),(20668,'12707','Palmi','PALMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20669,'30115','Palmyra','PALMYRA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20670,'16932','Palmyra','PALMYRA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:35:04','1900-01-01 00:00:00',1,0,1),(20671,'40882','Palni','PALNI',NULL,'','India','',0,0,101,'2016-10-17 11:35:05','1900-01-01 00:00:00',1,0,1),(20672,'18770','Palo Alto','PALO ALTO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20673,'914','Palo Seco','PALO SECO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20674,'40325','Palombara Sabina','PALOMBARA SABINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20675,'20703','Palos Heights','PALOS HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:06','1900-01-01 00:00:00',1,0,1),(20676,'3580','Pals','PALS',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20677,'10364','Palu','PALU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20678,'15461','Pamalican Island','PAMALICAN ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20679,'34281','Pambula','PAMBULA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20680,'10303','Pamekasan','PAMEKASAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20681,'38279','Pamhagen','PAMHAGEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20682,'6121','Pamiers','PAMIERS',NULL,'','France','',0,0,76,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20683,'30842','Pampa','PAMPA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:07','1900-01-01 00:00:00',1,0,1),(20684,'32206','Pampatar','PAMPATAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20685,'3064','Pamplona','PAMPLONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20686,'24781','Pamporovo','PAMPOROVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20687,'17190','Pamukkale','PAMUKKALE',NULL,'','Turkey','Pamukkale',0,0,222,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20688,'39762','Panagitsa','PANAGITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20689,'9882','Panajachel','PANAJACHEL',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20690,'10706','Panaji','PANAJI',NULL,'','India','Panaji',11,0,101,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20691,'24221','Panama','PANAMA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:08','1900-01-01 00:00:00',1,0,1),(20692,'15342','Panama','PANAMA',NULL,'','Panama','',0,0,169,'2016-10-17 11:35:09','1900-01-01 00:00:00',1,0,1),(20693,'19554','Panama City','PANAMA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:35:09','1900-01-01 00:00:00',1,0,1),(20694,'11352','Panarea','PANAREA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20695,'38178','Pancevo','PANCEVO',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20696,'10573','Panchgani','PANCHGANI',NULL,'','India','Panchgani',5,0,101,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20697,'17408','Panchiao','PANCHIAO',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20698,'10453','Panchkula','PANCHKULA',NULL,'','India','',20,0,101,'2016-10-17 11:35:10','1900-01-01 00:00:00',1,0,1),(20699,'13953','Pancho Villa','PANCHO VILLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20700,'10454','Panchur','PANCHUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20701,'10252','Pancoran','PANCORAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20702,'3471','Pancorbo','PANCORBO',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20703,'15505','Pandacan','PANDACAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20704,'44242','Pandan','PANDAN',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20705,'35370','Pandeglang','PANDEGLANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20706,'26303','Pandie Pandie','PANDIE PANDIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20707,'2724','Pandorado','PANDORADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:11','1900-01-01 00:00:00',1,0,1),(20708,'3100','Panes','PANES',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20709,'13642','Panevezys','PANEVEZYS',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20710,'43044','Pangandaran','PANGANDARAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20711,'8681','Pangbourne','PANGBOURNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20712,'23894','Panggezhuang','PANGGEZHUANG',NULL,'','China','',0,0,46,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20713,'10331','Pangkalanbuun','PANGKALANBUUN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20714,'10253','Pangkalpinang','PANGKALPINANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20715,'1779','Pangkor','PANGKOR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:12','1900-01-01 00:00:00',1,0,1),(20716,'15462','Panglao Island','PANGLAO ISLAND',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20717,'25802','Pangnirtung','PANGNIRTUNG',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20718,'43862','Pangot','PANGOT',NULL,'','India','',0,0,101,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20719,'23528','Panguipulli','PANGUIPULLI',NULL,'','Chile','',0,0,45,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20720,'33377','Panguitch','PANGUITCH',NULL,'','United States','',0,0,231,'2016-10-17 11:35:13','1900-01-01 00:00:00',1,0,1),(20721,'12747','Panicale','PANICALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20722,'10695','Panihati','PANIHATI',NULL,'','India','',0,0,101,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20723,'15318','Panjgur','PANJGUR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20724,'23617','Panjin','PANJIN',NULL,'','China','',0,0,46,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20725,'39386','Panker','PANKER',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20726,'2010','Pankow','PANKOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20727,'15236','Panmure','PANMURE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20728,'40107','Panna','PANNA',NULL,'','India','',0,0,101,'2016-10-17 11:35:14','1900-01-01 00:00:00',1,0,1),(20729,'9712','Panorama','PANORAMA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20730,'25501','Panorama','PANORAMA',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20731,'40545','Panormos (Crete)','PANORMOS (CRETE)',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20732,'42033','Pansea','PANSEA',NULL,'','Thailand','',0,0,215,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20733,'14319','Pantai Cenang','PANTAI CENANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20734,'42762','Pantanal','PANTANAL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:15','1900-01-01 00:00:00',1,0,1),(20735,'12254','Pantelleria','PANTELLERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20736,'19890','Panthersville','PANTHERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20737,'2476','Panticosa','PANTICOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:16','1900-01-01 00:00:00',1,0,1),(20738,'4774','Pantin','PANTIN',NULL,'','France','',0,0,76,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20739,'10574','Pantnagar','PANTNAGAR',NULL,'','India','Pantnagar',9,0,101,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20740,'41479','Panton','PANTON',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20741,'37247','Panvel','PANVEL',NULL,'','India','Panvel',5,0,101,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20742,'23618','Panyu','PANYU',NULL,'','China','',0,0,46,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20743,'12255','Panzano','PANZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20744,'12256','Paola','PAOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:17','1900-01-01 00:00:00',1,0,1),(20745,'21118','Paola','PAOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:18','1900-01-01 00:00:00',1,0,1),(20746,'33515','Paonia','PAONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:18','1900-01-01 00:00:00',1,0,1),(20747,'7251','Papa Westray','PAPA WESTRAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:19','1900-01-01 00:00:00',1,0,1),(20748,'20097','Papaaloa','PAPAALOA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:19','1900-01-01 00:00:00',1,0,1),(20749,'20098','Papaikou','PAPAIKOU',NULL,'','United States','',0,0,231,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20750,'41224','Papallacta','PAPALLACTA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20751,'13997','Papanoa','PAPANOA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20752,'15237','Papanui','PAPANUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20753,'16166','Papao','PAPAO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20754,'40640','Papar','PAPAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20755,'15154','Papatoetoe','PAPATOETOE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20756,'16167','Papeete','PAPEETE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20757,'42010','Papenburg','PAPENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20758,'14729','Papendrecht','PAPENDRECHT',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20759,'16135','Papenoo','PAPENOO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:20','1900-01-01 00:00:00',1,0,1),(20760,'16168','Papetoai','PAPETOAI',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20761,'24272','Paphos','PAPHOS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20762,'28160','Papillion','PAPILLION',NULL,'','United States','',0,0,231,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20763,'44264','Para','PARA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20764,'15319','Para Chinar','PARA CHINAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20765,'38617','Parabiago','PARABIAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:21','1900-01-01 00:00:00',1,0,1),(20766,'40217','Parabita','PARABITA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20767,'26304','Paraburdoo','PARABURDOO',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20768,'41296','Paracas','PARACAS',NULL,'','Peru','',0,0,172,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20769,'42706','Parachilna','PARACHILNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20770,'33516','Parachute','PARACHUTE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20771,'10455','Paradeep','PARADEEP',NULL,'','India','',0,0,101,'2016-10-17 11:35:22','1900-01-01 00:00:00',1,0,1),(20772,'32841','Paradise','PARADISE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:23','1900-01-01 00:00:00',1,0,1),(20773,'43662','Paradise Bay','PARADISE BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20774,'24838','Paradise Island','PARADISE ISLAND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20775,'25670','Paradise River','PARADISE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:25','1900-01-01 00:00:00',1,0,1),(20776,'4438','Paradiski','PARADISKI',NULL,'','France','',0,0,76,'2016-10-17 11:35:26','1900-01-01 00:00:00',1,0,1),(20777,'6504','Paradou','PARADOU',NULL,'','France','',0,0,76,'2016-10-17 11:35:26','1900-01-01 00:00:00',1,0,1),(20778,'18067','Paragould','PARAGOULD',NULL,'','United States','',0,0,231,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20779,'40883','Paragpur','PARAGPUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20780,'38321','Paraiso','PARAISO',NULL,'','Panama','',0,0,169,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20781,'24222','Paraiso','PARAISO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20782,'39541','Paraiso','PARAISO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20783,'9561','Parakila,lesvos','PARAKILA,LESVOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20784,'24275','Paralimni','PARALIMNI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20785,'35284','Paralio Astros','PARALIO ASTROS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20786,'16584','Paramaribo','PARAMARIBO',NULL,'','Suriname','',0,0,206,'2016-10-17 11:35:27','1900-01-01 00:00:00',1,0,1),(20787,'28367','Paramus','PARAMUS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20788,'26118','Parana','PARANA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20789,'39539','Paranagua','PARANAGUA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20790,'41988','Paranapanema','PARANAPANEMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20791,'38947','Parañaque','PARAÑAQUE',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20792,'9562','Paranga','PARANGA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20793,'39755','Parap','PARAP',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20794,'15077','Paraparaumu','PARAPARAUMU',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20795,'10254','Parapat','PARAPAT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:28','1900-01-01 00:00:00',1,0,1),(20796,'16554','Parasi','PARASI',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20797,'12257','Paratico','PARATICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20798,'35956','Paraty','PARATY',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20799,'41300','Parauta','PARAUTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20800,'10575','Paravur','PARAVUR',NULL,'','India','',0,0,101,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20801,'41363','Paray Le Monial','PARAY LE MONIAL',NULL,'','France','',0,0,76,'2016-10-17 11:35:29','1900-01-01 00:00:00',1,0,1),(20802,'5483','Paray-le-monial','PARAY-LE-MONIAL',NULL,'','France','',0,0,76,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20803,'5671','Parcay-meslay','PARCAY-MESLAY',NULL,'','France','',0,0,76,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20804,'15939','Parchal','PARCHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20805,'1841','Parchim','PARCHIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20806,'38912','Parcines','PARCINES',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:30','1900-01-01 00:00:00',1,0,1),(20807,'24350','Pardubice','PARDUBICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20808,'16030','Paredes','PAREDES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20809,'38581','Parent','PARENT',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20810,'4439','Parentis En Born','PARENTIS EN BORN',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20811,'41362','Parentis-en-born','PARENTIS-EN-BORN',NULL,'','France','',0,0,76,'2016-10-17 11:35:31','1900-01-01 00:00:00',1,0,1),(20812,'43457','Parga','PARGA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20813,'4024','Pargas','PARGAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20814,'12258','Parghelia','PARGHELIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20815,'16443','Pargolovo','PARGOLOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20816,'12259','Pariana','PARIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20817,'5576','Parigne','PARIGNE',NULL,'','France','',0,0,76,'2016-10-17 11:35:32','1900-01-01 00:00:00',1,0,1),(20818,'5413','Parigny','PARIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20819,'9563','Parikia','PARIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20820,'24991','Parintins','PARINTINS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20821,'11354','Parioli - Normentano','PARIOLI - NORMENTANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20822,'4775','Paris','PARIS',NULL,'','France','Paris',0,0,76,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20823,'33234','Paris','PARIS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:33','1900-01-01 00:00:00',1,0,1),(20824,'29727','Parkdale','PARKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:39','1900-01-01 00:00:00',1,0,1),(20825,'18180','Parker','PARKER',NULL,'','United States','',0,0,231,'2016-10-17 11:35:40','1900-01-01 00:00:00',1,0,1),(20826,'33716','Parkers Lake','PARKERS LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:41','1900-01-01 00:00:00',1,0,1),(20827,'32025','Parkersburg','PARKERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:35:41','1900-01-01 00:00:00',1,0,1),(20828,'34282','Parkes','PARKES',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20829,'8682','Parkgate','PARKGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20830,'32589','Parkhurst','PARKHURST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20831,'33967','Parkland','PARKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:35:42','1900-01-01 00:00:00',1,0,1),(20832,'39690','Parklea','PARKLEA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20833,'35402','Parknasilla','PARKNASILLA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20834,'18772','Parkside','PARKSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20835,'29030','Parksville','PARKSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:43','1900-01-01 00:00:00',1,0,1),(20836,'25502','Parksville','PARKSVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20837,'32590','Parktown','PARKTOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20838,'27744','Parkville','PARKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:44','1900-01-01 00:00:00',1,0,1),(20839,'26927','Parkville','PARKVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20840,'2972','Parla','PARLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20841,'12728','Parma','PARMA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20842,'29490','Parma','PARMA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:45','1900-01-01 00:00:00',1,0,1),(20843,'41755','Parnaiba','PARNAIBA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20844,'42490','Parnassos - Amfiklia','PARNASSOS - AMFIKLIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20845,'26305','Parndana','PARNDANA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20846,'27066','Parndorf','PARNDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20847,'15238','Parnell','PARNELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20848,'3830','Parnu','PARNU',NULL,'','Estonia','',0,0,69,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20849,'25255','Paro','PARO',NULL,'','Bhutan','Paro',0,0,25,'2016-10-17 11:35:46','1900-01-01 00:00:00',1,0,1),(20850,'35225','Paros-drios','PAROS-DRIOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20851,'35270','Paros-naousa','PAROS-NAOUSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20852,'35277','Paros-parika','PAROS-PARIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20853,'32490','Parow','PAROW',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20854,'33380','Parowan','PAROWAN',NULL,'','United States','',0,0,231,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20855,'8683','Parracombe','PARRACOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:47','1900-01-01 00:00:00',1,0,1),(20856,'43579','Parramata','PARRAMATA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20857,'34283','Parramatta','PARRAMATTA',NULL,'','Australia','',0,0,13,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20858,'39151','Parrano','PARRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20859,'13962','Parras De La Fuente','PARRAS DE LA FUENTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20860,'30386','Parris Island','PARRIS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20861,'24155','Parrita','PARRITA',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:35:48','1900-01-01 00:00:00',1,0,1),(20862,'16936','Parrot Cay','PARROT CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20863,'33235','Parrottsville','PARROTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20864,'34599','Parry Sound','PARRY SOUND',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20865,'293','Parsberg','PARSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20866,'42905','Parsdorf','PARSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:49','1900-01-01 00:00:00',1,0,1),(20867,'33518','Parshall','PARSHALL',NULL,'','United States','',0,0,231,'2016-10-17 11:35:50','1900-01-01 00:00:00',1,0,1),(20868,'28369','Parsippany','PARSIPPANY',NULL,'','United States','',0,0,231,'2016-10-17 11:35:50','1900-01-01 00:00:00',1,0,1),(20869,'21120','Parsons','PARSONS',NULL,'','United States','',0,0,231,'2016-10-17 11:35:51','1900-01-01 00:00:00',1,0,1),(20870,'6357','Parthenay','PARTHENAY',NULL,'','France','',0,0,76,'2016-10-17 11:35:51','1900-01-01 00:00:00',1,0,1),(20871,'40448','Parthenonas','PARTHENONAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20872,'37598','Parwanoo','PARWANOO',NULL,'','India','Parwanoo',1,0,101,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20873,'25870','Pas De La Casa','PAS DE LA CASA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20874,'30848','Pasadena','PASADENA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:52','1900-01-01 00:00:00',1,0,1),(20875,'2725','Pasaron De La Vera','PASARON DE LA VERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20876,'15497','Pasay','PASAY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20877,'27898','Pascagoula','PASCAGOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:53','1900-01-01 00:00:00',1,0,1),(20878,'31581','Pasco','PASCO',NULL,'','United States','',0,0,231,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20879,'4441','Pas-de-calais','PAS-DE-CALAIS',NULL,'','France','',0,0,76,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20880,'1842','Pasewalk','PASEWALK',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20881,'38462','Pasiano Di Pordenone','PASIANO DI PORDENONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20882,'15511','Pasig','PASIG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:35:54','1900-01-01 00:00:00',1,0,1),(20883,'295','Pasing','PASING',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20884,'15320','Pasni','PASNI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20885,'26111','Paso De La Patria','PASO DE LA PATRIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20886,'18774','Paso Robles','PASO ROBLES',NULL,'','United States','',0,0,231,'2016-10-17 11:35:55','1900-01-01 00:00:00',1,0,1),(20887,'41135','Paspebiac','PASPEBIAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:35:56','1900-01-01 00:00:00',1,0,1),(20888,'28371','Passaic','PASSAIC',NULL,'','United States','',0,0,231,'2016-10-17 11:35:56','1900-01-01 00:00:00',1,0,1),(20889,'296','Passau','PASSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20890,'12260','Passignano Sul Trasimeno','PASSIGNANO SUL TRASIMENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20891,'25161','Passo Fundo','PASSO FUNDO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20892,'12261','Pastena','PASTENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20893,'24116','Pasto','PASTO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20894,'10304','Pasuruan','PASURUAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20895,'15647','Paszkowka','PASZKOWKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:35:57','1900-01-01 00:00:00',1,0,1),(20896,'18181','Patagonia','PATAGONIA',NULL,'','United States','',0,0,231,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20897,'15059','Patan','PATAN',NULL,'','Nepal','Patan',0,0,153,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20898,'17222','Patara','PATARA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20899,'42587','Pataudi','PATAUDI',NULL,'','India','',0,0,101,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20900,'29031','Patchogue','PATCHOGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:35:58','1900-01-01 00:00:00',1,0,1),(20901,'8684','Patchway','PATCHWAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20902,'38380','Pateley Bridge','PATELEY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20903,'3772','Paterna','PATERNA',NULL,'','Spain','',0,0,199,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20904,'38568','Paternoster','PATERNOSTER',NULL,'','South Africa','',0,0,195,'2016-10-17 11:35:59','1900-01-01 00:00:00',1,0,1),(20905,'31582','Pateros','PATEROS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20906,'28372','Paterson','PATERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20907,'32491','Paterson','PATERSON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20908,'14500','Paterswolde','PATERSWOLDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20909,'40826','Pathankot','PATHANKOT',NULL,'','India','Pathankot ',19,0,101,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20910,'42061','Pathein','PATHEIN',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:36:00','1900-01-01 00:00:00',1,0,1),(20912,'43339','Pathumthani','PATHUMTHANI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20913,'38275','Pathumwan','PATHUMWAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20914,'10666','Patiala','PATIALA',NULL,'','India','Patiala',19,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20915,'15760','Patillas','PATILLAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20916,'16169','Patio','PATIO',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20917,'9825','Patmos','PATMOS',NULL,'','Greece','Patmos',0,0,86,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20918,'10576','Patna','PATNA',NULL,'','India','Patna',24,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20920,'43863','Patnitop','PATNITOP',NULL,'','India','Patnitop',13,0,101,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20921,'9566','Patras','PATRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20922,'10990','Patreksfjordur','PATREKSFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:36:01','1900-01-01 00:00:00',1,0,1),(20923,'4442','Patrimonio','PATRIMONIO',NULL,'','France','',0,0,76,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20924,'17100','Pattani','PATTANI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20925,'17011','Pattaya','PATTAYA',NULL,'','Thailand','Pattaya',0,0,215,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20926,'37672','Pattensen','PATTENSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20927,'21244','Patterson','PATTERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:02','1900-01-01 00:00:00',1,0,1),(20928,'12262','Patti','PATTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20929,'8685','Pattingham','PATTINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20930,'39793','Paty','PATY',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20931,'13909','Patzcuaro','PATZCUARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:36:03','1900-01-01 00:00:00',1,0,1),(20932,'15239','Pauanui','PAUANUI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20933,'15394','Paucartambo','PAUCARTAMBO',NULL,'','Peru','',0,0,172,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20934,'36264','Pau-gan','PAU-GAN',NULL,'','France','',0,0,76,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20935,'5233','Pauillac','PAUILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20936,'15956','Paul Do Mar','PAUL DO MAR',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20937,'25776','Paulatuk','PAULATUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20938,'25212','Paulinia','PAULINIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:04','1900-01-01 00:00:00',1,0,1),(20939,'36279','Pau-lons','PAU-LONS',NULL,'','France','',0,0,76,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20940,'32531','Paulpietersburg','PAULPIETERSBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20941,'32943','Pauls Valley','PAULS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:05','1900-01-01 00:00:00',1,0,1),(20942,'20099','Pauwalu','PAUWALU',NULL,'','United States','',0,0,231,'2016-10-17 11:36:06','1900-01-01 00:00:00',1,0,1),(20943,'20100','Pauwela','PAUWELA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:06','1900-01-01 00:00:00',1,0,1),(20944,'13438','Pavlodar','PAVLODAR',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20945,'41693','Pavone Canavese','PAVONE CANAVESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20946,'24178','Pavones','PAVONES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20947,'22202','Paw Paw','PAW PAW',NULL,'','United States','',0,0,231,'2016-10-17 11:36:07','1900-01-01 00:00:00',1,0,1),(20948,'19139','Pawcatuck','PAWCATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:36:08','1900-01-01 00:00:00',1,0,1),(20949,'30387','Pawleys Island','PAWLEYS ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:36:08','1900-01-01 00:00:00',1,0,1),(20950,'30261','Pawtucket','PAWTUCKET',NULL,'','United States','',0,0,231,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20951,'42489','Paxi','PAXI',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20952,'30117','Paxinos','PAXINOS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:09','1900-01-01 00:00:00',1,0,1),(20953,'28161','Paxton','PAXTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20954,'10136','Payangan','PAYANGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20955,'27111','Payerbach','PAYERBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:10','1900-01-01 00:00:00',1,0,1),(20956,'43780','Paynes Bay','PAYNES BAY',NULL,'','Barbados','',0,0,19,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20957,'18777','Paynes Creek','PAYNES CREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20958,'27485','Paynesville','PAYNESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:11','1900-01-01 00:00:00',1,0,1),(20959,'41361','Payrac','PAYRAC',NULL,'','France','',0,0,76,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20960,'17537','Paysandu','PAYSANDU',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20961,'33381','Payson','PAYSON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:12','1900-01-01 00:00:00',1,0,1),(20962,'24782','Pazardzik','PAZARDZIK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20963,'24486','Paznaun','PAZNAUN',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20964,'21494','Peabody','PEABODY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20965,'25344','Peace River','PEACE RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:13','1900-01-01 00:00:00',1,0,1),(20966,'18183','Peach Springs','PEACH SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20967,'25503','Peachland','PEACHLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20968,'19891','Peachtree City','PEACHTREE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:14','1900-01-01 00:00:00',1,0,1),(20969,'7253','Peak District','PEAK DISTRICT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20970,'18184','Pearce','PEARCE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20971,'40754','Pearisburg','PEARISBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:36:15','1900-01-01 00:00:00',1,0,1),(20972,'27900','Pearl','PEARL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:16','1900-01-01 00:00:00',1,0,1),(20973,'847','Pearl Islands','PEARL ISLANDS',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:17','1900-01-01 00:00:00',1,0,1),(20974,'30849','Pearland','PEARLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:36:18','1900-01-01 00:00:00',1,0,1),(20975,'27901','Pearlington','PEARLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:18','1900-01-01 00:00:00',1,0,1),(20976,'30850','Pearsall','PEARSALL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20977,'7254','Peaslake','PEASLAKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20978,'8686','Peasmarsh','PEASMARSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20979,'34601','Peawanuck','PEAWANUCK',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:19','1900-01-01 00:00:00',1,0,1),(20980,'18778','Pebble Beach','PEBBLE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20981,'10255','Pecatu','PECATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20982,'41684','Peccioli','PECCIOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20983,'12263','Pecetto Torinese','PECETTO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:20','1900-01-01 00:00:00',1,0,1),(20984,'15940','Pechao','PECHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20985,'16463','Pechki','PECHKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20986,'29033','Peconic','PECONIC',NULL,'','United States','',0,0,231,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20987,'30851','Pecos','PECOS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:21','1900-01-01 00:00:00',1,0,1),(20988,'10097','Pecs','PECS',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:22','1900-01-01 00:00:00',1,0,1),(20989,'27745','Peculiar','PECULIAR',NULL,'','United States','',0,0,231,'2016-10-17 11:36:22','1900-01-01 00:00:00',1,0,1),(20990,'40179','Pedace','PEDACE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20991,'12264','Pedara','PEDARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20992,'39413','Pedasi','PEDASI',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20993,'12265','Pedemonte','PEDEMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20994,'24144','Pedra Badejo','PEDRA BADEJO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:36:23','1900-01-01 00:00:00',1,0,1),(20995,'12266','Pedraces','PEDRACES',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20996,'3773','Pedralba','PEDRALBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20997,'3472','Pedraza','PEDRAZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20998,'17732','Pedro Bay','PEDRO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(20999,'44286','Pedro Gonzalez','PEDRO GONZALEZ',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21000,'15898','Pedrogao Pequeno','PEDROGAO PEQUENO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21001,'32207','Pedrogonzalez','PEDROGONZALEZ',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:36:24','1900-01-01 00:00:00',1,0,1),(21002,'39659','Pedrola','PEDROLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21003,'1325','Peebles','PEEBLES',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21004,'29034','Peekskill','PEEKSKILL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21005,'39036','Peer','PEER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21006,'43864','Peermade-','PEERMADE-',NULL,'','India','',0,0,101,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21007,'43458','Pefkos','PEFKOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21008,'25739','Peggys Cove','PEGGYS COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:25','1900-01-01 00:00:00',1,0,1),(21009,'297','Pegnitz','PEGNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21010,'41648','Pego','PEGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21011,'3774','Pego','PEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21012,'39436','Pegognaga','PEGOGNAGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21013,'2726','Peguera Del Madrona','PEGUERA DEL MADRONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21014,'22817','Peidmont - Saint-sauveur-des-monts','PEIDMONT - SAINT-SAUVEUR-DES-MONTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21015,'37422','Peigney','PEIGNEY',NULL,'','France','',0,0,76,'2016-10-17 11:36:26','1900-01-01 00:00:00',1,0,1),(21016,'37370','Peillon','PEILLON',NULL,'','France','',0,0,76,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21017,'17409','Peinan','PEINAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21018,'27268','Peine','PEINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21019,'12267','Peio','PEIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21020,'4443','Peisey-nancroix','PEISEY-NANCROIX',NULL,'','France','',0,0,76,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21021,'27269','Peissen','PEISSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:27','1900-01-01 00:00:00',1,0,1),(21022,'38862','Peiting','PEITING',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21023,'17410','Peitou','PEITOU',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21024,'43887','Pejarakan','PEJARAKAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21025,'42799','Pekalongan','PEKALONGAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21026,'10357','Pekanbaru','PEKANBARU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21027,'20708','Pekin','PEKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21028,'43888','Pekutatan','PEKUTATAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:28','1900-01-01 00:00:00',1,0,1),(21029,'37512','Pelabravo','PELABRAVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21030,'14358','Pelabuhan Kelang','PELABUHAN KELANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21031,'42342','Pelabuhan Ratu','PELABUHAN RATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21032,'10290','Pelabuhanratu','PELABUHANRATU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21033,'35600','Pelago','PELAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21034,'1778','Pelana-weligama','PELANA-WELIGAMA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21035,'23488','Pelequen','PELEQUEN',NULL,'','Chile','',0,0,45,'2016-10-17 11:36:29','1900-01-01 00:00:00',1,0,1),(21036,'17936','Pelham','PELHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:36:30','1900-01-01 00:00:00',1,0,1),(21037,'17733','Pelican','PELICAN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:30','1900-01-01 00:00:00',1,0,1),(21038,'26306','Pelican Waters','PELICAN WATERS',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21039,'3280','Peligros','PELIGROS',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21040,'9568','Pelion','PELION',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21041,'35307','Pelion-visitsa','PELION-VISITSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:31','1900-01-01 00:00:00',1,0,1),(21042,'20272','Pella','PELLA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21043,'39156','Pelling','PELLING',NULL,'','India','Pelling',25,0,101,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21044,'11357','Pellio Intelvi','PELLIO INTELVI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:32','1900-01-01 00:00:00',1,0,1),(21045,'22203','Pellston','PELLSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21046,'25803','Pelly Bay','PELLY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21047,'1327','Peloponesse','PELOPONESSE',NULL,'','GREECE','',0,0,86,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21048,'43382','Peloponnese','PELOPONNESE',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21049,'25162','Pelotas','PELOTAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21050,'4444','Pelvoux','PELVOUX',NULL,'','France','',0,0,76,'2016-10-17 11:36:33','1900-01-01 00:00:00',1,0,1),(21051,'8688','Pelynt','PELYNT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21052,'14219','Pemba','PEMBA',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21053,'17452','Pemba Island','PEMBA ISLAND',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21054,'25504','Pemberton','PEMBERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21055,'28373','Pemberton','PEMBERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21056,'26613','Pemberton','PEMBERTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:34','1900-01-01 00:00:00',1,0,1),(21057,'31851','Pembine','PEMBINE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21058,'24930','Pembroke','PEMBROKE',NULL,'','Bermuda','',0,0,24,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21059,'21495','Pembroke','PEMBROKE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:35','1900-01-01 00:00:00',1,0,1),(21060,'34602','Pembroke','PEMBROKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:36','1900-01-01 00:00:00',1,0,1),(21061,'8689','Pembroke','PEMBROKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:37','1900-01-01 00:00:00',1,0,1),(21062,'7255','Pembrokeshire Coast National Park','PEMBROKESHIRE COAST NATIONAL PARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21063,'40885','Pemeyangste','PEMEYANGSTE',NULL,'','India','',0,0,101,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21064,'10192','Pemuteran','PEMUTERAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21065,'37325','Penacaballera','PENACABALLERA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21066,'15906','Penacova','PENACOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21067,'41528','Penafiel','PENAFIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21068,'16031','Penafiel','PENAFIEL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:38','1900-01-01 00:00:00',1,0,1),(21069,'2727','Peñafiel','PEÑAFIEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21070,'8691','Penally','PENALLY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21071,'42776','Penalva Do Castelo','PENALVA DO CASTELO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21072,'3072','Peñamellera Baja','PEÑAMELLERA BAJA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21073,'42846','Penampang','PENAMPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21074,'14321','Penang','PENANG',NULL,'','Malaysia','Penang',0,0,132,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21075,'8692','Penarth','PENARTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:39','1900-01-01 00:00:00',1,0,1),(21076,'32027','Pence Springs','PENCE SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21077,'40827','Pench','PENCH',NULL,'','India','',0,0,101,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21078,'8693','Pencoed','PENCOED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21079,'8694','Pencraig','PENCRAIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:40','1900-01-01 00:00:00',1,0,1),(21080,'17310','Pendik','PENDIK',NULL,'','Turkey','',0,0,222,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21081,'8695','Pendlebury','PENDLEBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21082,'30388','Pendleton','PENDLETON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:41','1900-01-01 00:00:00',1,0,1),(21083,'37928','Penestin','PENESTIN',NULL,'','France','',0,0,76,'2016-10-17 11:36:42','1900-01-01 00:00:00',1,0,1),(21084,'29036','Penfield','PENFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21085,'9935','Peng Chau','PENG CHAU',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21086,'25186','Penha','PENHA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21087,'41998','Penia Di Canazei','PENIA DI CANAZEI',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21088,'15982','Peniche','PENICHE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21089,'8696','Penicuik','PENICUIK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21090,'15941','Penina','PENINA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:36:43','1900-01-01 00:00:00',1,0,1),(21091,'2728','Peniscola','PENISCOLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:44','1900-01-01 00:00:00',1,0,1),(21092,'8697','Penkridge','PENKRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:44','1900-01-01 00:00:00',1,0,1),(21093,'12268','Penna In Teverina','PENNA IN TEVERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21094,'34284','Pennant Hills','PENNANT HILLS',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21095,'26465','Penneshaw','PENNESHAW',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21096,'28374','Pennington','PENNINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21097,'32413','Pennington','PENNINGTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:36:45','1900-01-01 00:00:00',1,0,1),(21098,'28376','Pennsauken','PENNSAUKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:36:46','1900-01-01 00:00:00',1,0,1),(21099,'32028','Pennsboro','PENNSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21100,'28377','Pennsville','PENNSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21101,'26466','Penola','PENOLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21102,'15335','Penonome','PENONOME',NULL,'','Panama','',0,0,169,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21103,'24072','Penrhyn Island','PENRHYN ISLAND',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:36:47','1900-01-01 00:00:00',1,0,1),(21104,'8698','Penrith','PENRITH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21105,'34285','Penrith','PENRITH',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21106,'34286','Penrose','PENROSE',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21107,'19558','Pensacola','PENSACOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:48','1900-01-01 00:00:00',1,0,1),(21108,'8699','Pensford','PENSFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:49','1900-01-01 00:00:00',1,0,1),(21109,'7256','Pensilva','PENSILVA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:49','1900-01-01 00:00:00',1,0,1),(21110,'25506','Penticton','PENTICTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21111,'8700','Pentraeth','PENTRAETH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21112,'8701','Pentre-foelas','PENTRE-FOELAS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21113,'5577','Pentrez','PENTREZ',NULL,'','France','',0,0,76,'2016-10-17 11:36:50','1900-01-01 00:00:00',1,0,1),(21114,'22204','Pentwater','PENTWATER',NULL,'','United States','',0,0,231,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21115,'16416','Penza','PENZA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21116,'8702','Penzance','PENZANCE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21117,'42445','Penzberg','PENZBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21118,'27016','Penzing','PENZING',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21119,'20709','Peoria','PEORIA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:51','1900-01-01 00:00:00',1,0,1),(21120,'20274','Peosta','PEOSTA',NULL,'','United States','',0,0,231,'2016-10-17 11:36:53','1900-01-01 00:00:00',1,0,1),(21121,'20102','Pepeekeo','PEPEEKEO',NULL,'','United States','',0,0,231,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21122,'24678','Pepinster','PEPINSTER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21123,'40714','Pepowo','PEPOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21124,'29492','Pepper Pike','PEPPER PIKE',NULL,'','United States','',0,0,231,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21125,'43661','Peppers Palm','PEPPERS PALM',NULL,'','Australia','',0,0,13,'2016-10-17 11:36:54','1900-01-01 00:00:00',1,0,1),(21126,'27486','Pequot Lakes','PEQUOT LAKES',NULL,'','United States','',0,0,231,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21127,'2477','Peralada','PERALADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21128,'22818','Perce','PERCE',NULL,'','Canada','',0,0,39,'2016-10-17 11:36:55','1900-01-01 00:00:00',1,0,1),(21129,'39309','Perchtoldsdorf','PERCHTOLDSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21130,'20275','Percival','PERCIVAL',NULL,'','United States','',0,0,231,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21131,'19561','Perdido Bay','PERDIDO BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:36:56','1900-01-01 00:00:00',1,0,1),(21132,'9767','Perdika','PERDIKA',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21133,'38214','Pere','PERE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21134,'24122','Pereira','PEREIRA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21135,'37479','Perelada','PERELADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21136,'42431','Perello','PERELLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21137,'12269','Peretola','PERETOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:57','1900-01-01 00:00:00',1,0,1),(21138,'38723','Pereybere','PEREYBERE',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21139,'27139','Perg','PERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21140,'12270','Pergine Valdarno','PERGINE VALDARNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21141,'27487','Perham','PERHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:36:58','1900-01-01 00:00:00',1,0,1),(21142,'42857','Perhentian Islands','PERHENTIAN ISLANDS',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21143,'38649','Periana','PERIANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21144,'9569','Perigiali','PERIGIALI',NULL,'','Greece','',0,0,86,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21145,'42974','Perignat Les Sarlieve','PERIGNAT LES SARLIEVE',NULL,'','France','',0,0,76,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21146,'41360','Perigny','PERIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:36:59','1900-01-01 00:00:00',1,0,1),(21147,'5234','Perigueux','PERIGUEUX',NULL,'','France','',0,0,76,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21148,'3678','Perillo','PERILLO',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21149,'19893','Perimeter Center','PERIMETER CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21150,'34287','Perisher Valley','PERISHER VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:00','1900-01-01 00:00:00',1,0,1),(21151,'9570','Perissa','PERISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21152,'9715','Peristerion','PERISTERION',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21153,'37954','Perito Moreno','PERITO MORENO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21154,'9571','Perivolos','PERIVOLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21155,'10456','Periwar Tiger Reserve','PERIWAR TIGER RESERVE',NULL,'','India','',0,0,101,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21156,'43320','Periyar','PERIYAR',NULL,'','India','',0,0,101,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21157,'31372','Perkinsville','PERKINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:01','1900-01-01 00:00:00',1,0,1),(21158,'30118','Perkiomenville','PERKIOMENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:02','1900-01-01 00:00:00',1,0,1),(21159,'44153','Perl','PERL',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21160,'40414','Perledo','PERLEDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21161,'39234','Perlora','PERLORA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21162,'16417','Perm','PERM',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21163,'43784','Pernambuco','PERNAMBUCO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:03','1900-01-01 00:00:00',1,0,1),(21164,'6505','Pernes-les-fontaines','PERNES-LES-FONTAINES',NULL,'','France','',0,0,76,'2016-10-17 11:37:04','1900-01-01 00:00:00',1,0,1),(21165,'42250','Pernik','PERNIK',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:37:04','1900-01-01 00:00:00',1,0,1),(21166,'43897','Pernis','PERNIS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:37:05','1900-01-01 00:00:00',1,0,1),(21167,'12272','Pero','PERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:05','1900-01-01 00:00:00',1,0,1),(21168,'5952','Perols','PEROLS',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21169,'6312','Peronne','PERONNE',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21170,'9572','Peroulades','PEROULADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21171,'16473','Perovo','PEROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21172,'5953','Perpignan','PERPIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:37:06','1900-01-01 00:00:00',1,0,1),(21173,'8703','Perranporth','PERRANPORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21174,'5484','Perreux','PERREUX',NULL,'','France','',0,0,76,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21175,'18779','Perris','PERRIS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21176,'4898','Perros-guirec','PERROS-GUIREC',NULL,'','France','',0,0,76,'2016-10-17 11:37:07','1900-01-01 00:00:00',1,0,1),(21177,'19894','Perry','PERRY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:08','1900-01-01 00:00:00',1,0,1),(21178,'30119','Perryopolis','PERRYOPOLIS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:10','1900-01-01 00:00:00',1,0,1),(21179,'29493','Perrysburg','PERRYSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:11','1900-01-01 00:00:00',1,0,1),(21180,'29494','Perrysville','PERRYSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:11','1900-01-01 00:00:00',1,0,1),(21181,'30852','Perryton','PERRYTON',NULL,'','United States','',0,0,231,'2016-10-17 11:37:12','1900-01-01 00:00:00',1,0,1),(21182,'21763','Perryville','PERRYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:12','1900-01-01 00:00:00',1,0,1),(21183,'33236','Persey','PERSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21184,'8704','Pershore','PERSHORE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21185,'8705','Perth','PERTH',NULL,'','United Kingdom','Perth',0,0,229,'2016-10-17 11:37:14','1900-01-01 00:00:00',1,0,1),(21186,'28378','Perth Amboy','PERTH AMBOY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21187,'38995','Perth-andover','PERTH-ANDOVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21188,'35924','Perth-como','PERTH-COMO',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:15','1900-01-01 00:00:00',1,0,1),(21189,'34813','Perth-scarborough','PERTH-SCARBOROUGH',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21190,'34817','Perth-sorrento','PERTH-SORRENTO',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21191,'1328','Perth-south Western','PERTH-SOUTH WESTERN',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21192,'24487','Pertisau','PERTISAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21193,'6506','Pertuis','PERTUIS',NULL,'','France','',0,0,76,'2016-10-17 11:37:16','1900-01-01 00:00:00',1,0,1),(21194,'35599','Perugia-passignano S','PERUGIA-PASSIGNANO S',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21195,'981','Peruibe','PERUIBE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21196,'12793','Pesaro','PESARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21197,'18780','Pescadero','PESCADERO',NULL,'','United States','',0,0,231,'2016-10-17 11:37:18','1900-01-01 00:00:00',1,0,1),(21198,'38580','Pescaglia','PESCAGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:19','1900-01-01 00:00:00',1,0,1),(21199,'12983','Pescara','PESCARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:19','1900-01-01 00:00:00',1,0,1),(21200,'35506','Pescara-citta Sant\'a','PESCARA-CITTA SANT\'A',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21201,'35537','Pescara-guilianova','PESCARA-GUILIANOVA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21202,'37949','Pescasseroli','PESCASSEROLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21203,'12274','Peschici','PESCHICI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21204,'12275','Peschiera Del Garda','PESCHIERA DEL GARDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:20','1900-01-01 00:00:00',1,0,1),(21205,'12276','Pescia','PESCIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21206,'37191','Pescocostanzo','PESCOCOSTANZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21207,'38317','Pescosolido','PESCOSOLIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21208,'15321','Peshawar','PESHAWAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21209,'16076','Peso Da Regua','PESO DA REGUA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21210,'16346','Pesochnyy','PESOCHNYY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21211,'5235','Pessac','PESSAC',NULL,'','France','',0,0,76,'2016-10-17 11:37:21','1900-01-01 00:00:00',1,0,1),(21212,'9573','Petalidi','PETALIDI',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21213,'14345','Petaling Jaya','PETALING JAYA',NULL,'','Malaysia','Petaling Jaya',0,0,132,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21214,'18781','Petaluma','PETALUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21215,'34604','Petawawa','PETAWAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21216,'1793','Petchburi','PETCHBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21217,'35312','Peten','PETEN',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21218,'32224','Peter Island','PETER ISLAND',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:37:22','1900-01-01 00:00:00',1,0,1),(21219,'32238','Peterborg','PETERBORG',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21220,'34605','Peterborough','PETERBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21221,'7257','Peterborough','PETERBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21222,'32751','Peterborough','PETERBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:37:23','1900-01-01 00:00:00',1,0,1),(21223,'8706','Peterhead','PETERHEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21224,'37912','Peterlee','PETERLEE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21225,'40308','Petersberg','PETERSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21226,'33237','Petersburg','PETERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:24','1900-01-01 00:00:00',1,0,1),(21227,'8707','Petersfield','PETERSFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:26','1900-01-01 00:00:00',1,0,1),(21228,'553','Petershagen','PETERSHAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21229,'21496','Petersham','PETERSHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21230,'8708','Petham','PETHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21231,'42265','Petionville','PETIONVILLE',NULL,'','Haiti','',0,0,95,'2016-10-17 11:37:27','1900-01-01 00:00:00',1,0,1),(21232,'32167','Petit St. Vincent','PETIT ST. VINCENT',NULL,'','St Vincent And The Grenadines','',0,0,513,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21233,'5236','Petit-bersac','PETIT-BERSAC',NULL,'','France','',0,0,76,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21234,'4445','Petite-foret','PETITE-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21235,'41368','Petite-ile','PETITE-ILE',NULL,'','Reunion','',0,0,178,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21236,'10193','Petitenget','PETITENGET',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21237,'22819','Petite-riviera-saint-francois','PETITE-RIVIERA-SAINT-FRANCOIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21238,'40673','Petone','PETONE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:37:28','1900-01-01 00:00:00',1,0,1),(21239,'22206','Petoskey','PETOSKEY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:29','1900-01-01 00:00:00',1,0,1),(21240,'2915','Petra','PETRA',NULL,'','Spain','Petra',0,0,199,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21241,'13106','Petra','PETRA',NULL,'','Jordan','Petra',0,0,111,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21242,'37315','Petralia Soprana','PETRALIA SOPRANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21243,'41192','Petrcane','PETRCANE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21244,'41414','Petrer','PETRER',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:30','1900-01-01 00:00:00',1,0,1),(21245,'1347','Petrified Forest - Az','PETRIFIED FOREST - AZ',NULL,'','United States','',0,0,231,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21246,'12279','Petrignano','PETRIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21247,'16444','Petrodvorets','PETRODVORETS',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21248,'42488','Petrohori','PETROHORI',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21249,'23529','Petrohue','PETROHUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21250,'25124','Petrolina','PETROLINA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21251,'13440','Petropavlovsk','PETROPAVLOVSK',NULL,'','Kazakhstan','',0,0,112,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21252,'16333','Petropavlovsk-kamchatsky','PETROPAVLOVSK-KAMCHATSKY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21253,'25163','Petropolis','PETROPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21254,'12280','Petrosino','PETROSINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:31','1900-01-01 00:00:00',1,0,1),(21255,'9717','Petroupolis','PETROUPOLIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21256,'32370','Petrovac','PETROVAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21257,'16422','Petrovskoye','PETROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21258,'16334','Petrozavodsk','PETROZAVODSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21259,'11363','Pettenasco','PETTENASCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21260,'8709','Pettistree','PETTISTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21261,'24488','Pettneu Am Arlberg','PETTNEU AM ARLBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:32','1900-01-01 00:00:00',1,0,1),(21262,'19204','Petworth','PETWORTH',NULL,'','United States','',0,0,231,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21263,'38341','Petworth','PETWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21264,'23530','Peulla','PEULLA',NULL,'','Chile','Peulla',0,0,45,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21265,'16317','Pevek','PEVEK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21266,'27747','Pevely','PEVELY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:33','1900-01-01 00:00:00',1,0,1),(21267,'8710','Pevensey','PEVENSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21268,'31852','Pewaukee','PEWAUKEE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21269,'38964','Pewsey','PEWSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:34','1900-01-01 00:00:00',1,0,1),(21270,'43844','Peyia','PEYIA',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21271,'6507','Peymeinade','PEYMEINADE',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21272,'6508','Peypin','PEYPIN',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21273,'4446','Peyragudes','PEYRAGUDES',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21274,'5237','Peyrehorade','PEYREHORADE',NULL,'','France','',0,0,76,'2016-10-17 11:37:35','1900-01-01 00:00:00',1,0,1),(21275,'6122','Peyreleau','PEYRELEAU',NULL,'','France','',0,0,76,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21276,'5954','Pezenas','PEZENAS',NULL,'','France','',0,0,76,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21277,'23311','Pfaffikon','PFAFFIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21278,'22610','Pfahlbronn','PFAHLBRONN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21279,'22611','Pfalzgrafenweiler','PFALZGRAFENWEILER',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21280,'22382','Pfinztal','PFINZTAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:36','1900-01-01 00:00:00',1,0,1),(21281,'30853','Pflugerville','PFLUGERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21282,'22612','Pforzheim','PFORZHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21283,'298','Pfronten','PFRONTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21284,'22613','Pfullendorf','PFULLENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:37','1900-01-01 00:00:00',1,0,1),(21285,'22614','Pfullingen','PFULLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21286,'38983','Phagwara','PHAGWARA',NULL,'','India','',0,0,101,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21287,'17012','Phala Beach','PHALA BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21288,'32591','Phalaborwa','PHALABORWA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21289,'35428','Phalodi','PHALODI',NULL,'','India','Phalodi',2,0,101,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21290,'42821','Phan Rang-thap Cham','PHAN RANG-THAP CHAM',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21291,'15041','Phaplu','PHAPLU',NULL,'','Nepal','',0,0,153,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21292,'30854','Pharr','PHARR',NULL,'','United States','',0,0,231,'2016-10-17 11:37:38','1900-01-01 00:00:00',1,0,1),(21293,'17041','Phasi Charoen','PHASI CHAROEN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21294,'41704','Phayao','PHAYAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21295,'18782','Phelan','PHELAN',NULL,'','United States','',0,0,231,'2016-10-17 11:37:39','1900-01-01 00:00:00',1,0,1),(21296,'29038','Phelps','PHELPS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:40','1900-01-01 00:00:00',1,0,1),(21297,'17938','Phenix City','PHENIX CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:37:40','1900-01-01 00:00:00',1,0,1),(21299,'16959','Phetchabun','PHETCHABUN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21300,'16960','Phetchaburi','PHETCHABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21301,'27902','Philadelphia','PHILADELPHIA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:41','1900-01-01 00:00:00',1,0,1),(21302,'32030','Philippi','PHILIPPI',NULL,'','United States','',0,0,231,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21303,'30123','Philipsburg','PHILIPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21304,'25903','Philipsburg','PHILIPSBURG',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:37:43','1900-01-01 00:00:00',1,0,1),(21305,'26636','Phillip','PHILLIP',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:44','1900-01-01 00:00:00',1,0,1),(21306,'31854','Phillips','PHILLIPS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:44','1900-01-01 00:00:00',1,0,1),(21307,'21121','Phillipsburg','PHILLIPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21308,'32414','Phinda','PHINDA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21309,'10457','Phinga','PHINGA',NULL,'','India','',0,0,101,'2016-10-17 11:37:45','1900-01-01 00:00:00',1,0,1),(21310,'21909','Phippsburg','PHIPPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21311,'17064','Phitsanulok','PHITSANULOK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21313,'13448','Phnom Penh','PHNOM PENH',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21314,'9574','Phocis','PHOCIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:46','1900-01-01 00:00:00',1,0,1),(21315,'30124','Phoenixville','PHOENIXVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:48','1900-01-01 00:00:00',1,0,1),(21316,'1777','Phonesavanh','PHONESAVANH',NULL,'','Laos','',0,0,118,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21317,'17061','Phrae','PHRAE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21318,'9575','Phthiotis','PHTHIOTIS',NULL,'','Greece','',0,0,86,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21319,'17093','Phuket','PHUKET',NULL,'','Thailand','Phuket',28,0,215,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21320,'32296','Phuoc Loc Xa','PHUOC LOC XA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21321,'12729','Piacenza','PIACENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:49','1900-01-01 00:00:00',1,0,1),(21322,'43732','Pialba','PIALBA',NULL,'','Australia','',0,0,13,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21323,'4776','Piana','PIANA',NULL,'','France','',0,0,76,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21324,'39182','Piana Degli Albanesi','PIANA DEGLI ALBANESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21325,'37284','Piancastagnaio','PIANCASTAGNAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21326,'35601','Piancavallo','PIANCAVALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:50','1900-01-01 00:00:00',1,0,1),(21327,'35602','Pianella','PIANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21328,'12281','Pianezza','PIANEZZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21329,'39872','Pianopoli','PIANOPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21330,'12283','Pianoro','PIANORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:51','1900-01-01 00:00:00',1,0,1),(21331,'17131','Piarco','PIARCO',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21332,'39394','Piaseczno','PIASECZNO',NULL,'','Poland','',0,0,174,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21333,'15700','Piastow','PIASTOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21334,'25044','Piata','PIATA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21335,'36633','Piatra Neamt','PIATRA NEAMT',NULL,'','Romania','',0,0,179,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21336,'24992','Piaui','PIAUI',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21337,'12284','Piazza Armerina','PIAZZA ARMERINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21338,'3155','Picaña','PICAÑA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21339,'41278','Picanya','PICANYA',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:52','1900-01-01 00:00:00',1,0,1),(21340,'27903','Picayune','PICAYUNE',NULL,'','United States','',0,0,231,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21341,'38744','Piccione','PICCIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21342,'12285','Picerno','PICERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21343,'15819','Picheleira','PICHELEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21344,'37763','Pichidangui','PICHIDANGUI',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21345,'37581','Pichilemu','PICHILEMU',NULL,'','Chile','',0,0,45,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21346,'13846','Pichilingue','PICHILINGUE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21347,'24432','Pichl Bei Schladming','PICHL BEI SCHLADMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:53','1900-01-01 00:00:00',1,0,1),(21348,'27017','Pichl-preunegg','PICHL-PREUNEGG',NULL,'','Austria','',0,0,14,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21349,'24334','Picin','PICIN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21350,'30389','Pickens','PICKENS',NULL,'','United States','',0,0,231,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21351,'8711','Pickering','PICKERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21352,'34607','Pickering','PICKERING',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:54','1900-01-01 00:00:00',1,0,1),(21353,'29495','Pickerington','PICKERINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21354,'34608','Pickle Lake','PICKLE LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21355,'33238','Pickwick Dam','PICKWICK DAM',NULL,'','United States','',0,0,231,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21356,'15820','Pico Island','PICO ISLAND',NULL,'','Portugal','',0,0,175,'2016-10-17 11:37:55','1900-01-01 00:00:00',1,0,1),(21357,'18783','Pico Rivera','PICO RIVERA',NULL,'','United States','',0,0,231,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21358,'34609','Picton','PICTON',NULL,'','Canada','Picton',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21359,'15155','Picton','PICTON',NULL,'','New Zealand','Picton',0,0,157,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21360,'25740','Pictou','PICTOU',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21361,'38725','Pidhirtsi','PIDHIRTSI',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21362,'13954','Pie De La Cuesta','PIE DE LA CUESTA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21363,'25213','Piedade','PIEDADE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21364,'22820','Piedmont','PIEDMONT',NULL,'','Canada','',0,0,39,'2016-10-17 11:37:56','1900-01-01 00:00:00',1,0,1),(21365,'2729','Piedras Blancas','PIEDRAS BLANCAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:37:58','1900-01-01 00:00:00',1,0,1),(21366,'13990','Piedras Negras','PIEDRAS NEGRAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:37:58','1900-01-01 00:00:00',1,0,1),(21367,'12286','Piegaro','PIEGARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21368,'3941','Pieksamaki','PIEKSAMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21369,'12287','Pienza','PIENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21370,'12288','Pierantonio','PIERANTONIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:37:59','1900-01-01 00:00:00',1,0,1),(21371,'20385','Pierce','PIERCE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21372,'36336','Piercebridge','PIERCEBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21373,'43081','Pieria','PIERIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21374,'33038','Pierre','PIERRE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:00','1900-01-01 00:00:00',1,0,1),(21375,'6687','Pierre-benite','PIERRE-BENITE',NULL,'','France','',0,0,76,'2016-10-17 11:38:01','1900-01-01 00:00:00',1,0,1),(21376,'38438','Pierrefeu-du-var','PIERREFEU-DU-VAR',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21377,'41358','Pierrefitte-nestalas','PIERREFITTE-NESTALAS',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21378,'22821','Pierrefonds','PIERREFONDS',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21379,'39237','Pierrefonds','PIERREFONDS',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21380,'6688','Pierrelatte','PIERRELATTE',NULL,'','France','',0,0,76,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21381,'38098','Piesendorf','PIESENDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:38:02','1900-01-01 00:00:00',1,0,1),(21382,'36706','Piestany','PIESTANY',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21383,'32532','Pietermaritzburg','PIETERMARITZBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21384,'35604','Pietra Ligure','PIETRA LIGURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21385,'37195','Pietralunga','PIETRALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21386,'4777','Pietranera','PIETRANERA',NULL,'','France','',0,0,76,'2016-10-17 11:38:03','1900-01-01 00:00:00',1,0,1),(21387,'12289','Pietrasanta','PIETRASANTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:04','1900-01-01 00:00:00',1,0,1),(21388,'38977','Pietrelcina','PIETRELCINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:04','1900-01-01 00:00:00',1,0,1),(21389,'38860','Pievepelago','PIEVEPELAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21390,'11368','Pievescola','PIEVESCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21391,'24839','Pigeon Cay','PIGEON CAY',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:38:05','1900-01-01 00:00:00',1,0,1),(21392,'13574','Pigeon Island','PIGEON ISLAND',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21393,'17120','Pigeon Point','PIGEON POINT',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21394,'16907','Piggs Peak','PIGGS PEAK',NULL,'','Swaziland','',0,0,208,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21395,'12293','Pignola','PIGNOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21396,'16170','Pihaena','PIHAENA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21397,'4025','Pihtipudas','PIHTIPUDAS',NULL,'','Finland','',0,0,75,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21398,'34610','Pikangikum','PIKANGIKUM',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:06','1900-01-01 00:00:00',1,0,1),(21399,'37926','Pikermi','PIKERMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21400,'21764','Pikesville','PIKESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21401,'29496','Piketon','PIKETON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:07','1900-01-01 00:00:00',1,0,1),(21402,'33240','Pikeville','PIKEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:08','1900-01-01 00:00:00',1,0,1),(21403,'15666','Pila','PILA',NULL,'','Poland','',0,0,174,'2016-10-17 11:38:08','1900-01-01 00:00:00',1,0,1),(21404,'13060','Pila','PILA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21405,'32593','Pilanesberg','PILANESBERG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21406,'37119','Pilanesburg','PILANESBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21407,'26102','Pilar','PILAR',NULL,'','Argentina','',0,0,10,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21408,'3775','Pilar De La Horadada','PILAR DE LA HORADADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21409,'11369','Pilastro','PILASTRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21410,'8','Pilbara','PILBARA',NULL,'','Australia','',0,0,13,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21411,'32415','Pilgrims Rest','PILGRIMS REST',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:09','1900-01-01 00:00:00',1,0,1),(21412,'41943','Pilona','PILONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21413,'38807','Pilos','PILOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21414,'33969','Pilot Mountain','PILOT MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:10','1900-01-01 00:00:00',1,0,1),(21415,'7258','Pimlico','PIMLICO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:11','1900-01-01 00:00:00',1,0,1),(21416,'26079','Pinamar','PINAMAR',NULL,'','Argentina','',0,0,10,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21417,'34944','Pinar Del Rio','PINAR DEL RIO',NULL,'','Cuba','',0,0,56,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21418,'12730','Pinarella','PINARELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21419,'25345','Pincher Creek','PINCHER CREEK',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21420,'20713','Pinckneyville','PINCKNEYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:12','1900-01-01 00:00:00',1,0,1),(21421,'42207','Pindamonhangaba','PINDAMONHANGABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:13','1900-01-01 00:00:00',1,0,1),(21422,'42060','Pindaya','PINDAYA',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:38:13','1900-01-01 00:00:00',1,0,1),(21423,'16937','Pine Cay','PINE CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:38:15','1900-01-01 00:00:00',1,0,1),(21424,'34611','Pine Grove','PINE GROVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:15','1900-01-01 00:00:00',1,0,1),(21425,'33971','Pinebluff','PINEBLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:38:18','1900-01-01 00:00:00',1,0,1),(21426,'33972','Pinecrest','PINECREST',NULL,'','United States','',0,0,231,'2016-10-17 11:38:18','1900-01-01 00:00:00',1,0,1),(21427,'2730','Pineda De Mar','PINEDA DE MAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21428,'32123','Pinedale','PINEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21429,'21497','Pinehurst','PINEHURST',NULL,'','United States','',0,0,231,'2016-10-17 11:38:19','1900-01-01 00:00:00',1,0,1),(21430,'19567','Pinellas Park','PINELLAS PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:38:20','1900-01-01 00:00:00',1,0,1),(21431,'12294','Pinerolo','PINEROLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21432,'11370','Pineta Mare','PINETA MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21433,'12295','Pineto','PINETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21434,'18189','Pinetop','PINETOP',NULL,'','United States','',0,0,231,'2016-10-17 11:38:21','1900-01-01 00:00:00',1,0,1),(21435,'18190','Pinetop-lakeside','PINETOP-LAKESIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21436,'42661','Pinetown','PINETOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21437,'33974','Pineville','PINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:22','1900-01-01 00:00:00',1,0,1),(21438,'5742','Piney','PINEY',NULL,'','France','',0,0,76,'2016-10-17 11:38:23','1900-01-01 00:00:00',1,0,1),(21439,'43828','Pingdingshan','PINGDINGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:38:23','1900-01-01 00:00:00',1,0,1),(21440,'23807','Pingfang','PINGFANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21441,'23710','Pinghu','PINGHU',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21442,'23817','Pingjiang','PINGJIANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21443,'34892','Pingliang','PINGLIANG',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21444,'17411','Pingtung','PINGTUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21445,'23918','Pingyao','PINGYAO',NULL,'','China','',0,0,46,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21446,'41781','Pinhais','PINHAIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21447,'16032','Pinhao','PINHAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21448,'15970','Pinhel','PINHEL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21449,'40828','Pinjore','PINJORE',NULL,'','India','Pinjore',20,0,101,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21450,'731','Pinneberg','PINNEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:24','1900-01-01 00:00:00',1,0,1),(21451,'8712','Pinner','PINNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21452,'18785','Pinole','PINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21453,'28554','Pinos Altos','PINOS ALTOS',NULL,'','United States','',0,0,231,'2016-10-17 11:38:25','1900-01-01 00:00:00',1,0,1),(21454,'3337','Pinseque','PINSEQUE',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21455,'43813','Pinto','PINTO',NULL,'','Chile','',0,0,45,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21456,'3006','Pinto','PINTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21457,'27018','Pinzgau','PINZGAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21458,'12296','Pinzolo','PINZOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21459,'12856','Piombino','PIOMBINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:26','1900-01-01 00:00:00',1,0,1),(21460,'33241','Pioneer','PIONEER',NULL,'','United States','',0,0,231,'2016-10-17 11:38:27','1900-01-01 00:00:00',1,0,1),(21461,'23312','Piotta','PIOTTA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:38:27','1900-01-01 00:00:00',1,0,1),(21462,'40259','Piove Di Sacco','PIOVE DI SACCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21463,'30126','Pipersville','PIPERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21464,'32031','Pipestem','PIPESTEM',NULL,'','United States','',0,0,231,'2016-10-17 11:38:28','1900-01-01 00:00:00',1,0,1),(21465,'27490','Pipestone','PIPESTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:29','1900-01-01 00:00:00',1,0,1),(21466,'29497','Piqua','PIQUA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:29','1900-01-01 00:00:00',1,0,1),(21467,'25214','Piracicaba','PIRACICABA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21468,'16171','Pirae','PIRAE',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21469,'9576','Piraeus','PIRAEUS',NULL,'','Greece','Piraeus',0,0,86,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21470,'37633','Piraino','PIRAINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21471,'36691','Piran','PIRAN',NULL,'','Slovenia','Piran',0,0,192,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21472,'40150','Pirgadikia','PIRGADIKIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21473,'42156','Piriapolis','PIRIAPOLIS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21474,'1900','Pirna','PIRNA',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:30','1900-01-01 00:00:00',1,0,1),(21475,'32376','Pirot','PIROT',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21476,'10033','Pirovac','PIROVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21477,'39369','Pirque','PIRQUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21478,'12857','Pisa','PISA',NULL,'','Italy','Pisa',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21479,'15395','Pisac','PISAC',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21480,'35584','Pisa-montopoli Val D','PISA-MONTOPOLI VAL D',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21481,'35609','Pisa-pontedera','PISA-PONTEDERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:31','1900-01-01 00:00:00',1,0,1),(21482,'35629','Pisa-riparbella','PISA-RIPARBELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21483,'35656','Pisa-s.giuliano Term','PISA-S.GIULIANO TERM',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21484,'28381','Piscataway','PISCATAWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:38:32','1900-01-01 00:00:00',1,0,1),(21485,'39154','Pischanka','PISCHANKA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21486,'40477','Pisciotta','PISCIOTTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21487,'15401','Pisco','PISCO',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21488,'29042','Piseco','PISECO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21489,'36026','Pisek','PISEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21490,'38587','Písek','PÍSEK',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:38:33','1900-01-01 00:00:00',1,0,1),(21491,'18787','Pismo Beach','PISMO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21492,'9577','Piso Livadi','PISO LIVADI',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21493,'24282','Pissouri','PISSOURI',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21494,'14130','Piste','PISTE',NULL,'','Mexico','',0,0,141,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21495,'12988','Pisticci','PISTICCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:34','1900-01-01 00:00:00',1,0,1),(21496,'35550','Pistoia-le Piastre','PISTOIA-LE PIASTRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21497,'8713','Pitcaple','PITCAPLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21498,'16757','Pitea','PITEA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21499,'36634','Pitesti','PITESTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:38:35','1900-01-01 00:00:00',1,0,1),(21500,'5672','Pithiviers','PITHIVIERS',NULL,'','France','',0,0,76,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21501,'12298','Pitigliano','PITIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21502,'37440','Pitkin','PITKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21503,'1335','Pitlochry','PITLOCHRY',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:38:36','1900-01-01 00:00:00',1,0,1),(21504,'28382','Pitman','PITMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21505,'37791','Pitres','PITRES',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21506,'25507','Pitt Meadows','PITT MEADOWS',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21507,'33242','Pittman Center','PITTMAN CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:38:37','1900-01-01 00:00:00',1,0,1),(21508,'33975','Pittsboro','PITTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:38','1900-01-01 00:00:00',1,0,1),(21509,'32752','Pittsburg','PITTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:38:38','1900-01-01 00:00:00',1,0,1),(21510,'30127','Pittsburgh','PITTSBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:38:40','1900-01-01 00:00:00',1,0,1),(21511,'20714','Pittsfield','PITTSFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:41','1900-01-01 00:00:00',1,0,1),(21512,'29043','Pittsford','PITTSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:43','1900-01-01 00:00:00',1,0,1),(21513,'28383','Pittsgrove','PITTSGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:44','1900-01-01 00:00:00',1,0,1),(21514,'30130','Pittston','PITTSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:44','1900-01-01 00:00:00',1,0,1),(21515,'28384','Pittstown','PITTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21516,'26742','Pittsworth','PITTSWORTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21517,'15424','Piura','PIURA',NULL,'','Peru','',0,0,172,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21518,'35605','Pizzo','PIZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21519,'24911','Placencia','PLACENCIA',NULL,'','Belize','',0,0,22,'2016-10-17 11:38:45','1900-01-01 00:00:00',1,0,1),(21520,'42427','Placencia','PLACENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21521,'25671','Placentia','PLACENTIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21522,'18789','Placentia','PLACENTIA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21523,'18790','Placerville','PLACERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:46','1900-01-01 00:00:00',1,0,1),(21524,'19568','Placida','PLACIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:38:48','1900-01-01 00:00:00',1,0,1),(21525,'28555','Placitas','PLACITAS',NULL,'','United States','',0,0,231,'2016-10-17 11:38:48','1900-01-01 00:00:00',1,0,1),(21526,'5011','Plailly','PLAILLY',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21527,'40254','Plaine','PLAINE',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21528,'14267','Plaine Magnien','PLAINE MAGNIEN',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21529,'5128','Plainfaing','PLAINFAING',NULL,'','France','',0,0,76,'2016-10-17 11:38:49','1900-01-01 00:00:00',1,0,1),(21530,'31855','Plainfield','PLAINFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:38:50','1900-01-01 00:00:00',1,0,1),(21531,'28386','Plainsboro','PLAINSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:52','1900-01-01 00:00:00',1,0,1),(21532,'29045','Plainview','PLAINVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:38:52','1900-01-01 00:00:00',1,0,1),(21533,'19141','Plainville','PLAINVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:53','1900-01-01 00:00:00',1,0,1),(21534,'22208','Plainwell','PLAINWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:38:53','1900-01-01 00:00:00',1,0,1),(21535,'4778','Plaisir','PLAISIR',NULL,'','France','',0,0,76,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21536,'9718','Plakias','PLAKIAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21537,'5578','Plancoet','PLANCOET',NULL,'','France','',0,0,76,'2016-10-17 11:38:54','1900-01-01 00:00:00',1,0,1),(21538,'6509','Plan-de-cuques','PLAN-DE-CUQUES',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21539,'6510','Plan-de-la-tour','PLAN-DE-LA-TOUR',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21540,'37828','Planegg','PLANEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21541,'5579','Planguenoual','PLANGUENOUAL',NULL,'','France','',0,0,76,'2016-10-17 11:38:55','1900-01-01 00:00:00',1,0,1),(21542,'33041','Plankinton','PLANKINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21543,'40481','Plan-les-ouates','PLAN-LES-OUATES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21544,'30858','Plano','PLANO',NULL,'','United States','',0,0,231,'2016-10-17 11:38:56','1900-01-01 00:00:00',1,0,1),(21545,'19569','Plant City','PLANT CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:38:57','1900-01-01 00:00:00',1,0,1),(21546,'19570','Plantation','PLANTATION',NULL,'','United States','',0,0,231,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21547,'36210','Plantation Island','PLANTATION ISLAND',NULL,'','Fiji','',0,0,74,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21548,'19142','Plantsville','PLANTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:58','1900-01-01 00:00:00',1,0,1),(21549,'21247','Plaquemine','PLAQUEMINE',NULL,'','United States','',0,0,231,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21550,'14576','Plasmolen','PLASMOLEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21551,'42497','Plastiras','PLASTIRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21552,'35325','Plat','PLAT',NULL,'','Croatia','',0,0,55,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21553,'42486','Platamon','PLATAMON',NULL,'','Greece','',0,0,86,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21554,'35606','Platamona','PLATAMONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:38:59','1900-01-01 00:00:00',1,0,1),(21555,'22822','Plateau Mont Royal - Quartier Latin','PLATEAU MONT ROYAL - QUARTIER LATIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21556,'4448','Plateau-d\'assy','PLATEAU-D\'ASSY',NULL,'','France','',0,0,76,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21557,'17738','Platinum','PLATINUM',NULL,'','United States','',0,0,231,'2016-10-17 11:39:00','1900-01-01 00:00:00',1,0,1),(21558,'24268','Platres','PLATRES',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:39:01','1900-01-01 00:00:00',1,0,1),(21559,'27748','Platte City','PLATTE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:01','1900-01-01 00:00:00',1,0,1),(21560,'31856','Platteville','PLATTEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:02','1900-01-01 00:00:00',1,0,1),(21561,'29046','Plattsburgh','PLATTSBURGH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:02','1900-01-01 00:00:00',1,0,1),(21562,'43459','Platys Gialos','PLATYS GIALOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21563,'1843','Plau','PLAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21564,'799','Plaue','PLAUE',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21565,'1901','Plauen','PLAUEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21566,'16606','Plavec','PLAVEC',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:39:03','1900-01-01 00:00:00',1,0,1),(21567,'878','Playa Bavaro','PLAYA BAVARO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:39:04','1900-01-01 00:00:00',1,0,1),(21568,'24179','Playa Bejuco','PLAYA BEJUCO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:39:04','1900-01-01 00:00:00',1,0,1),(21569,'14077','Playa Del Carmen','PLAYA DEL CARMEN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21570,'42173','Playa Del Este','PLAYA DEL ESTE',NULL,'','Cuba','',0,0,56,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21571,'18792','Playa Del Rey','PLAYA DEL REY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:05','1900-01-01 00:00:00',1,0,1),(21572,'42192','Playa Grande','PLAYA GRANDE',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:39:06','1900-01-01 00:00:00',1,0,1),(21573,'41298','Playa Montelimar','PLAYA MONTELIMAR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21574,'41729','Playacar','PLAYACAR',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21575,'43497','Playas De Fornells','PLAYAS DE FORNELLS',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21576,'13780','Playas De Rosarito','PLAYAS DE ROSARITO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:39:07','1900-01-01 00:00:00',1,0,1),(21577,'30861','Pleasanton','PLEASANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:39:10','1900-01-01 00:00:00',1,0,1),(21578,'29048','Pleasantville','PLEASANTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:12','1900-01-01 00:00:00',1,0,1),(21579,'38919','Pleidelsheim','PLEIDELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21580,'32268','Pleiku','PLEIKU',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21581,'299','Pleinfeld','PLEINFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21582,'3719','Plencia','PLENCIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:13','1900-01-01 00:00:00',1,0,1),(21583,'4449','Pleneuf Val Andre','PLENEUF VAL ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21584,'44079','Pleneuf-val-andre','PLENEUF-VAL-ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21585,'28008','Plentywood','PLENTYWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21586,'9721','Plepi','PLEPI',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:14','1900-01-01 00:00:00',1,0,1),(21587,'5580','Plerin','PLERIN',NULL,'','France','',0,0,76,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21588,'27083','Plescherken','PLESCHERKEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21589,'11374','Plesio','PLESIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21590,'22823','Plessisville','PLESSISVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21591,'32492','Plettenberg Bay','PLETTENBERG BAY',NULL,'','South Africa','Plettenberg Bay',0,0,195,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21592,'41355','Pleudihen-sur-rance','PLEUDIHEN-SUR-RANCE',NULL,'','France','',0,0,76,'2016-10-17 11:39:15','1900-01-01 00:00:00',1,0,1),(21593,'5581','Pleugueneuc','PLEUGUENEUC',NULL,'','France','',0,0,76,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21594,'4899','Pleumeur-bodou','PLEUMEUR-BODOU',NULL,'','France','',0,0,76,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21595,'24805','Pleven','PLEVEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21596,'300','Pliening','PLIENING',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21597,'22615','Pliezhausen','PLIEZHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21598,'40989','Plitvice','PLITVICE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:16','1900-01-01 00:00:00',1,0,1),(21599,'37854','Ploaghe','PLOAGHE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21600,'22616','Plochingen','PLOCHINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21601,'15668','Plock','PLOCK',NULL,'','Poland','',0,0,174,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21602,'5582','Ploemel','PLOEMEL',NULL,'','France','',0,0,76,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21603,'5583','Ploemeur','PLOEMEUR',NULL,'','France','',0,0,76,'2016-10-17 11:39:17','1900-01-01 00:00:00',1,0,1),(21604,'37706','Ploen','PLOEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21605,'39810','Plogoff','PLOGOFF',NULL,'','France','',0,0,76,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21606,'16227','Ploiesti','PLOIESTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21607,'9820','Plomarion','PLOMARION',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21608,'6056','Plombieres-les-bains','PLOMBIERES-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21609,'42075','Plon','PLON',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:18','1900-01-01 00:00:00',1,0,1),(21610,'5584','Ploneour-lanvern','PLONEOUR-LANVERN',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21611,'4450','Plorec Sur Arguenon','PLOREC SUR ARGUENON',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21612,'42355','Plorec-sur-arguenon','PLOREC-SUR-ARGUENON',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21613,'5585','Ploubazlanec','PLOUBAZLANEC',NULL,'','France','',0,0,76,'2016-10-17 11:39:19','1900-01-01 00:00:00',1,0,1),(21614,'44080','Plouescat','PLOUESCAT',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21615,'39846','Plougasnou','PLOUGASNOU',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21616,'4914','Plougastel-daoulas','PLOUGASTEL-DAOULAS',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21617,'39126','Plougonvelin','PLOUGONVELIN',NULL,'','France','',0,0,76,'2016-10-17 11:39:20','1900-01-01 00:00:00',1,0,1),(21618,'5586','Plouharnel','PLOUHARNEL',NULL,'','France','',0,0,76,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21619,'5587','Plouider','PLOUIDER',NULL,'','France','',0,0,76,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21620,'24808','Plovdiv','PLOVDIV',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21621,'31858','Plover','PLOVER',NULL,'','United States','',0,0,231,'2016-10-17 11:39:21','1900-01-01 00:00:00',1,0,1),(21622,'30131','Plumsteadville','PLUMSTEADVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:22','1900-01-01 00:00:00',1,0,1),(21623,'5588','Plurien','PLURIEN',NULL,'','France','',0,0,76,'2016-10-17 11:39:22','1900-01-01 00:00:00',1,0,1),(21624,'22209','Plymouth','PLYMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:23','1900-01-01 00:00:00',1,0,1),(21625,'8715','Plymouth','PLYMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:23','1900-01-01 00:00:00',1,0,1),(21626,'17138','Plymouth','PLYMOUTH',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:39:24','1900-01-01 00:00:00',1,0,1),(21627,'8716','Plympton','PLYMPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21628,'26815','Plympton','PLYMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21629,'24335','Plzen','PLZEN',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21630,'1774','Pnh Phnom Penh','PNH PHNOM PENH',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21631,'9910','Po Lin','PO LIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:39:27','1900-01-01 00:00:00',1,0,1),(21632,'26858','Poatina','POATINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21633,'1902','Pobershau','POBERSHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21634,'2746','Poblenou','POBLENOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21635,'20278','Pocahontas','POCAHONTAS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:28','1900-01-01 00:00:00',1,0,1),(21636,'25346','Pocahontas','POCAHONTAS',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:29','1900-01-01 00:00:00',1,0,1),(21637,'21500','Pocasset','POCASSET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:29','1900-01-01 00:00:00',1,0,1),(21638,'20386','Pocatello','POCATELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21639,'44006','Pochaiv','POCHAIV',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21640,'14442','Pochomil','POCHOMIL',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21641,'21765','Pocomoke City','POCOMOKE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:30','1900-01-01 00:00:00',1,0,1),(21642,'25075','Pocone','POCONE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21643,'30133','Pocono Manor','POCONO MANOR',NULL,'','United States','',0,0,231,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21644,'30134','Poconos','POCONOS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:31','1900-01-01 00:00:00',1,0,1),(21645,'955','Pocos De Caldas','POCOS DE CALDAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21646,'16607','Podbrezova','PODBREZOVA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21647,'16645','Podcetrtek','PODCETRTEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21648,'41867','Podebrady','PODEBRADY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21649,'39088','Podenzana','PODENZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21650,'12299','Podenzano','PODENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21651,'41191','Podgora','PODGORA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:32','1900-01-01 00:00:00',1,0,1),(21652,'32371','Podgorica','PODGORICA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21653,'15595','Podlachia','PODLACHIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21654,'16522','Podor','PODOR',NULL,'','Senegal','',0,0,187,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21655,'10034','Podstrana','PODSTRANA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21656,'41805','Poertschach','POERTSCHACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21657,'12300','Poggiardo','POGGIARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21658,'12301','Poggibonsi','POGGIBONSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21659,'12302','Poggio A Caiano','POGGIO A CAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:33','1900-01-01 00:00:00',1,0,1),(21660,'11375','Poggioreale Del Carso','POGGIOREALE DEL CARSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21661,'44299','Pogradeci','POGRADECI',NULL,'','Albania','',0,0,2,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21662,'13503','Pohang','POHANG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21663,'42287','Pohnpei','POHNPEI',NULL,'','Micronesia','',0,0,143,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21664,'41882','Pohorje','POHORJE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21665,'16204','Poiana Brasov','POIANA BRASOV',NULL,'','Romania','',0,0,179,'2016-10-17 11:39:34','1900-01-01 00:00:00',1,0,1),(21666,'19571','Poinciana','POINCIANA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:35','1900-01-01 00:00:00',1,0,1),(21667,'41904','Poindimie','POINDIMIE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:39:35','1900-01-01 00:00:00',1,0,1),(21668,'36347','Point Salines','POINT SALINES',NULL,'','Grenada','',0,0,88,'2016-10-17 11:39:40','1900-01-01 00:00:00',1,0,1),(21669,'14268','Pointe Aux Cannoniers','POINTE AUX CANNONIERS',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21670,'22824','Pointe Claire','POINTE CLAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21671,'24060','Pointe Noire','POINTE NOIRE',NULL,'','Congo','',0,0,51,'2016-10-17 11:39:41','1900-01-01 00:00:00',1,0,1),(21672,'9385','Pointe-a-pitre','POINTE-A-PITRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21673,'22825','Pointe-au-pic','POINTE-AU-PIC',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21674,'22826','Pointe-aux-trembles','POINTE-AUX-TREMBLES',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21675,'41136','Pointe-claire','POINTE-CLAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21676,'22827','Pointe-du-lac','POINTE-DU-LAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21677,'38088','Pointe-noire','POINTE-NOIRE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21678,'42765','Pointon','POINTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21679,'22959','Points North Landing','POINTS NORTH LANDING',NULL,'','Canada','',0,0,39,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21680,'2747','Poio','POIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:42','1900-01-01 00:00:00',1,0,1),(21681,'42726','Poipet','POIPET',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:39:43','1900-01-01 00:00:00',1,0,1),(21682,'6358','Poitiers','POITIERS',NULL,'','France','',0,0,76,'2016-10-17 11:39:43','1900-01-01 00:00:00',1,0,1),(21683,'36262','Poitiers-futuroscope','POITIERS-FUTUROSCOPE',NULL,'','France','',0,0,76,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21684,'9911','Pok Fu Lam','POK FU LAM',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21685,'20964','Pokagon Lake','POKAGON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:39:44','1900-01-01 00:00:00',1,0,1),(21686,'36512','Pokeno','POKENO',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21687,'15060','Pokhara','POKHARA',NULL,'','Nepal','Pokhara',0,0,153,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21689,'34288','Pokolbin','POKOLBIN',NULL,'','Australia','Pokolbin',0,0,13,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21690,'16374','Pokrovsko-streshnevo','POKROVSKO-STRESHNEVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21691,'16425','Pokrovskoye','POKROVSKOYE',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21692,'3101','Pola De Lena','POLA DE LENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:45','1900-01-01 00:00:00',1,0,1),(21693,'18191','Polacca','POLACCA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:46','1900-01-01 00:00:00',1,0,1),(21694,'29498','Poland','POLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:39:46','1900-01-01 00:00:00',1,0,1),(21695,'28009','Polaris','POLARIS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21696,'8717','Polegate','POLEGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21697,'43865','Polibetta','POLIBETTA',NULL,'','India','',0,0,101,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21698,'9579','Polichrono','POLICHRONO',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21699,'12304','Policoro','POLICORO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:47','1900-01-01 00:00:00',1,0,1),(21700,'12305','Polignano A Mare','POLIGNANO A MARE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21701,'39631','Poligny','POLIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21702,'24265','Polis','POLIS',NULL,'','Cyprus','',0,0,57,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21703,'12306','Polizzi Generosa','POLIZZI GENEROSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21704,'17742','Polk Inlet','POLK INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:48','1900-01-01 00:00:00',1,0,1),(21705,'41797','Pollein','POLLEIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21706,'41558','Pollenca','POLLENCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21707,'2917','Pollensa','POLLENSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21708,'38270','Pollica','POLLICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21709,'27140','Polling Im Innkreis','POLLING IM INNKREIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:39:49','1900-01-01 00:00:00',1,0,1),(21710,'18801','Pollock Pines','POLLOCK PINES',NULL,'','United States','',0,0,231,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21711,'39016','Pollonia','POLLONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21712,'8718','Polmont','POLMONT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21713,'20716','Polo','POLO',NULL,'','United States','',0,0,231,'2016-10-17 11:39:50','1900-01-01 00:00:00',1,0,1),(21714,'1743','Polokwane','POLOKWANE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21716,'13589','Polonnaruwa','POLONNARUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21717,'8719','Polperro','POLPERRO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21718,'8720','Polsham','POLSHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:51','1900-01-01 00:00:00',1,0,1),(21719,'28010','Polson','POLSON',NULL,'','United States','',0,0,231,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21720,'8721','Polstead','POLSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21721,'17519','Poltava','POLTAVA',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:39:52','1900-01-01 00:00:00',1,0,1),(21722,'12769','Poltu Quatu','POLTU QUATU',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21723,'12307','Polvica','POLVICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21724,'16284','Polyarnyj','POLYARNYJ',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21725,'16445','Polyustrovo','POLYUSTROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21726,'17014','Pom Prap Sattru Phai','POM PRAP SATTRU PHAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21727,'10256','Pomalaa','POMALAA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21728,'12308','Pomarance','POMARANCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21729,'15821','Pombal','POMBAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21730,'9997','Pomena','POMENA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:39:53','1900-01-01 00:00:00',1,0,1),(21731,'29499','Pomeroy','POMEROY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:54','1900-01-01 00:00:00',1,0,1),(21732,'19143','Pomfret','POMFRET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:54','1900-01-01 00:00:00',1,0,1),(21733,'12310','Pomigliano D\'arco','POMIGLIANO D\'ARCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21734,'301','Pommelsbrunn','POMMELSBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21735,'28391','Pomona','POMONA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:55','1900-01-01 00:00:00',1,0,1),(21736,'24798','Pomorie','POMORIE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21737,'19572','Pompano Beach','POMPANO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21738,'11376','Pompeii','POMPEII',NULL,'','Italy','',0,0,107,'2016-10-17 11:39:56','1900-01-01 00:00:00',1,0,1),(21739,'4451','Pompidou Centre - Notre Dame (3 And 4)','POMPIDOU CENTRE - NOTRE DAME (3 AND 4)',NULL,'','France','',0,0,76,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21740,'28392','Pompton Plains','POMPTON PLAINS',NULL,'','United States','',0,0,231,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21741,'32945','Ponca City','PONCA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:39:57','1900-01-01 00:00:00',1,0,1),(21742,'15761','Ponce','PONCE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:39:58','1900-01-01 00:00:00',1,0,1),(21743,'19573','Ponce Inlet','PONCE INLET',NULL,'','United States','',0,0,231,'2016-10-17 11:39:58','1900-01-01 00:00:00',1,0,1),(21744,'21248','Ponchatoula','PONCHATOULA',NULL,'','United States','',0,0,231,'2016-10-17 11:39:59','1900-01-01 00:00:00',1,0,1),(21745,'20388','Ponderay','PONDERAY',NULL,'','United States','',0,0,231,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21746,'3473','Ponferrada','PONFERRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21747,'32594','Pongola','PONGOLA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21748,'40678','Ponnampet','PONNAMPET',NULL,'','India','',0,0,101,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21749,'25347','Ponoka','PONOKA',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21750,'12311','Ponsacco','PONSACCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21751,'15240','Ponsonby','PONSONBY',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:00','1900-01-01 00:00:00',1,0,1),(21752,'41056','Ponta Delgada','PONTA DELGADA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21753,'41155','Ponta Do Sol','PONTA DO SOL',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21754,'25116','Ponta Grossa','PONTA GROSSA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:40:01','1900-01-01 00:00:00',1,0,1),(21755,'5239','Pontaillac','PONTAILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21756,'6057','Pont-a-mousson','PONT-A-MOUSSON',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21757,'5784','Pontarlier','PONTARLIER',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21758,'12312','Pontassieve','PONTASSIEVE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21759,'5414','Pontaubault','PONTAUBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:02','1900-01-01 00:00:00',1,0,1),(21760,'5827','Pont-audemer','PONT-AUDEMER',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21761,'40991','Pontault Combault','PONTAULT COMBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21762,'4453','Pontault-combault','PONTAULT-COMBAULT',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21763,'38305','Pontaumur','PONTAUMUR',NULL,'','France','',0,0,76,'2016-10-17 11:40:03','1900-01-01 00:00:00',1,0,1),(21764,'44081','Pont-aven','PONT-AVEN',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21765,'39775','Pont-de-salars','PONT-DE-SALARS',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21766,'40601','Pont-du-chateau','PONT-DU-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21767,'41647','Ponte De Lima','PONTE DE LIMA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:04','1900-01-01 00:00:00',1,0,1),(21768,'23066','Ponte Tresa','PONTE TRESA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:05','1900-01-01 00:00:00',1,0,1),(21769,'19574','Ponte Vedra','PONTE VEDRA',NULL,'','United States','',0,0,231,'2016-10-17 11:40:05','1900-01-01 00:00:00',1,0,1),(21770,'39799','Pontebba','PONTEBBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:06','1900-01-01 00:00:00',1,0,1),(21771,'12319','Pontecagnano','PONTECAGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:06','1900-01-01 00:00:00',1,0,1),(21772,'41434','Pontedeume','PONTEDEUME',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21773,'8722','Pontefract','PONTEFRACT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21774,'12321','Pontelatone','PONTELATONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21775,'12322','Pontenure','PONTENURE',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:07','1900-01-01 00:00:00',1,0,1),(21776,'11378','Ponteranica','PONTERANICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21777,'7259','Ponterwyd','PONTERWYD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21778,'43071','Pontetaro Di Noceto','PONTETARO DI NOCETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21779,'3679','Pontevedra','PONTEVEDRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21780,'36171','Pontevedra-mondariz','PONTEVEDRA-MONDARIZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:08','1900-01-01 00:00:00',1,0,1),(21781,'5673','Pontgouin','PONTGOUIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:09','1900-01-01 00:00:00',1,0,1),(21782,'22211','Pontiac','PONTIAC',NULL,'','United States','',0,0,231,'2016-10-17 11:40:09','1900-01-01 00:00:00',1,0,1),(21783,'10328','Pontianak','PONTIANAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21784,'5589','Pontivy','PONTIVY',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21785,'5590','Pont-l\'abbe','PONT-L\'ABBE',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21786,'23067','Pont-la-ville','PONT-LA-VILLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21787,'5415','Pont-l\'eveque','PONT-L\'EVEQUE',NULL,'','France','',0,0,76,'2016-10-17 11:40:10','1900-01-01 00:00:00',1,0,1),(21788,'4966','Pontlevoy','PONTLEVOY',NULL,'','France','',0,0,76,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21789,'4780','Pontoise','PONTOISE',NULL,'','France','',0,0,76,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21790,'38396','Pontons','PONTONS',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21791,'20718','Pontoon Beach','PONTOON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:40:11','1900-01-01 00:00:00',1,0,1),(21792,'5416','Pontorson','PONTORSON',NULL,'','France','',0,0,76,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21793,'27904','Pontotoc','PONTOTOC',NULL,'','United States','',0,0,231,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21794,'5485','Pontoux','PONTOUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:12','1900-01-01 00:00:00',1,0,1),(21795,'23313','Pontresina','PONTRESINA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21796,'38139','Pontrieux','PONTRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21797,'40124','Pont-saint-esprit','PONT-SAINT-ESPRIT',NULL,'','France','',0,0,76,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21798,'37318','Pont-saint-martin','PONT-SAINT-MARTIN',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21799,'7260','Pontyclun','PONTYCLUN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:13','1900-01-01 00:00:00',1,0,1),(21800,'8723','Pontypool','PONTYPOOL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21801,'8724','Pontypridd','PONTYPRIDD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21802,'12323','Ponza','PONZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21803,'35619','Ponzano Romano','PONZANO ROMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:14','1900-01-01 00:00:00',1,0,1),(21804,'11380','Ponziane Islands','PONZIANE ISLANDS',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21805,'9240','Poole','POOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21806,'19897','Pooler','POOLER',NULL,'','United States','',0,0,231,'2016-10-17 11:40:15','1900-01-01 00:00:00',1,0,1),(21807,'8725','Pooley Bridge','POOLEY BRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21808,'7261','Pool-in-wharfedale','POOL-IN-WHARFEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21809,'10458','Poovar','POOVAR',NULL,'','India','Poovar',3,0,101,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21810,'24103','Popayan','POPAYAN',NULL,'','Colombia','',0,0,49,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21811,'38304','Poperinge','POPERINGE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21812,'35610','Popiglio','POPIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:16','1900-01-01 00:00:00',1,0,1),(21813,'27750','Poplar Bluff','POPLAR BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21814,'34612','Poplar Hill','POPLAR HILL',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21815,'40144','Popoli','POPOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21816,'12324','Poppi','POPPI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:17','1900-01-01 00:00:00',1,0,1),(21817,'42277','Poprad','POPRAD',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21818,'19144','Poquetanuck','POQUETANUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21819,'10577','Porbandar','PORBANDAR',NULL,'','India','Porbandar',16,0,101,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21820,'12325','Porcari','PORCARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:18','1900-01-01 00:00:00',1,0,1),(21821,'10063','Porec','POREC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21822,'26539','Porepunkah','POREPUNKAH',NULL,'','Australia','',0,0,13,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21823,'35538','Poretta Terme','PORETTA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21824,'4026','Pori','PORI',NULL,'','Finland','',0,0,75,'2016-10-17 11:40:19','1900-01-01 00:00:00',1,0,1),(21825,'44015','Porirua','PORIRUA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21826,'32208','Porlamar','PORLAMAR',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21827,'8726','Porlock','PORLOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21828,'6263','Pornic','PORNIC',NULL,'','France','',0,0,76,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21829,'6264','Pornichet','PORNICHET',NULL,'','France','',0,0,76,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21830,'15660','Poronim','PORONIM',NULL,'','Poland','',0,0,174,'2016-10-17 11:40:20','1900-01-01 00:00:00',1,0,1),(21831,'9788','Poros','POROS',NULL,'','Greece','Poros',0,0,86,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21832,'12327','Porotto','POROTTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21833,'2749','Porreres','PORRERES',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21834,'12328','Porretta Terme','PORRETTA TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:21','1900-01-01 00:00:00',1,0,1),(21835,'41401','Porrino','PORRINO',NULL,'','Spain','',0,0,199,'2016-10-17 11:40:22','1900-01-01 00:00:00',1,0,1),(21836,'15008','Porsgrunn','PORSGRUNN',NULL,'','Norway','',0,0,164,'2016-10-17 11:40:22','1900-01-01 00:00:00',1,0,1),(21837,'13083','Port Antonio','PORT ANTONIO',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:40:24','1900-01-01 00:00:00',1,0,1),(21838,'882','Port Au Prince','PORT AU PRINCE',NULL,'','Haiti','',0,0,95,'2016-10-17 11:40:25','1900-01-01 00:00:00',1,0,1),(21839,'40677','Port Berge','PORT BERGE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:40:26','1900-01-01 00:00:00',1,0,1),(21840,'14359','Port Dickson','PORT DICKSON',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:40:29','1900-01-01 00:00:00',1,0,1),(21841,'36793','Port El Kantaoui','PORT EL KANTAOUI',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:40:29','1900-01-01 00:00:00',1,0,1),(21842,'6853','Port Gentil','PORT GENTIL',NULL,'','Gabon','',0,0,80,'2016-10-17 11:40:30','1900-01-01 00:00:00',1,0,1),(21843,'14438','Port Harcourt','PORT HARCOURT',NULL,'','Nigeria','',0,0,160,'2016-10-17 11:40:31','1900-01-01 00:00:00',1,0,1),(21844,'14269','Port Louis','PORT LOUIS',NULL,'','Mauritius','Port Louis',0,0,139,'2016-10-17 11:40:35','1900-01-01 00:00:00',1,0,1),(21845,'15579','Port Moresby','PORT MORESBY',NULL,'','Papua New Guinea','',0,0,170,'2016-10-17 11:40:36','1900-01-01 00:00:00',1,0,1),(21846,'17121','Port Of Spain','PORT OF SPAIN',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:40:37','1900-01-01 00:00:00',1,0,1),(21847,'40909','Port Sudan','PORT SUDAN',NULL,'','Sudan','',0,0,205,'2016-10-17 11:40:41','1900-01-01 00:00:00',1,0,1),(21848,'32306','Port Vila','PORT VILA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:40:42','1900-01-01 00:00:00',1,0,1),(21849,'554','Porta Westfalica','PORTA WESTFALICA',NULL,'','Germany','',0,0,83,'2016-10-17 11:40:43','1900-01-01 00:00:00',1,0,1),(21850,'37668','Portacomaro','PORTACOMARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21851,'8730','Portadown','PORTADOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21852,'8731','Portaferry','PORTAFERRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:44','1900-01-01 00:00:00',1,0,1),(21853,'20965','Portage','PORTAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:45','1900-01-01 00:00:00',1,0,1),(21854,'44016','Portage','PORTAGE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:40:45','1900-01-01 00:00:00',1,0,1),(21855,'27751','Portageville','PORTAGEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:46','1900-01-01 00:00:00',1,0,1),(21856,'28077','Portal','PORTAL',NULL,'','United States','',0,0,231,'2016-10-17 11:40:47','1900-01-01 00:00:00',1,0,1),(21857,'16020','Portalegre','PORTALEGRE',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:48','1900-01-01 00:00:00',1,0,1),(21858,'28556','Portales','PORTALES',NULL,'','United States','',0,0,231,'2016-10-17 11:40:48','1900-01-01 00:00:00',1,0,1),(21859,'9723','Portaria','PORTARIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21860,'40755','Portbail','PORTBAIL',NULL,'','France','',0,0,76,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21861,'5038','Port-barcares','PORT-BARCARES',NULL,'','France','',0,0,76,'2016-10-17 11:40:49','1900-01-01 00:00:00',1,0,1),(21862,'42657','Port-boise','PORT-BOISE',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21863,'8732','Portbury','PORTBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21864,'4456','Port-camargue','PORT-CAMARGUE',NULL,'','France','',0,0,76,'2016-10-17 11:40:50','1900-01-01 00:00:00',1,0,1),(21865,'6359','Port-d\'envaux','PORT-D\'ENVAUX',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21866,'4873','Port-en-bessin','PORT-EN-BESSIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21867,'41351','Port-en-bessin-huppain','PORT-EN-BESSIN-HUPPAIN',NULL,'','France','',0,0,76,'2016-10-17 11:40:51','1900-01-01 00:00:00',1,0,1),(21868,'20966','Porter','PORTER',NULL,'','United States','',0,0,231,'2016-10-17 11:40:52','1900-01-01 00:00:00',1,0,1),(21869,'25743','Porter\'s Lake','PORTER\'S LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:40:52','1900-01-01 00:00:00',1,0,1),(21870,'18804','Porterville','PORTERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21871,'4458','Portes Les Valence','PORTES LES VALENCE',NULL,'','France','',0,0,76,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21872,'8733','Portesham','PORTESHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:53','1900-01-01 00:00:00',1,0,1),(21873,'5240','Portet','PORTET',NULL,'','France','',0,0,76,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21874,'6123','Portet-sur-garonne','PORTET-SUR-GARONNE',NULL,'','France','',0,0,76,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21875,'8734','Port-eynon','PORT-EYNON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:54','1900-01-01 00:00:00',1,0,1),(21876,'8736','Porthcawl','PORTHCAWL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21877,'8737','Porthmadog','PORTHMADOG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21878,'4781','Porticcio','PORTICCIO',NULL,'','France','',0,0,76,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21879,'12329','Portico Di Romagna','PORTICO DI ROMAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21880,'16205','Portile De Fier','PORTILE DE FIER',NULL,'','Romania','',0,0,179,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21881,'15943','Portimao','PORTIMAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:40:55','1900-01-01 00:00:00',1,0,1),(21882,'7262','Portinscale','PORTINSCALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21883,'5955','Portiragnes','PORTIRAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21884,'11382','Portisco','PORTISCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21885,'22216','Portland','PORTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:40:56','1900-01-01 00:00:00',1,0,1),(21886,'7263','Portland','PORTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:40:57','1900-01-01 00:00:00',1,0,1),(21887,'26928','Portland','PORTLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:40:58','1900-01-01 00:00:00',1,0,1),(21888,'5956','Port-la-nouvelle','PORT-LA-NOUVELLE',NULL,'','France','',0,0,76,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21889,'10753','Portlaoise','PORTLAOISE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21890,'5785','Port-lesney','PORT-LESNEY',NULL,'','France','',0,0,76,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21891,'8738','Portloe','PORTLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21892,'7264','Portmeirion','PORTMEIRION',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:01','1900-01-01 00:00:00',1,0,1),(21893,'4782','Porto','PORTO',NULL,'','France','',0,0,76,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21894,'25093','Porto Alegre','PORTO ALEGRE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21895,'25848','Porto Amboim','PORTO AMBOIM',NULL,'','Angola','',0,0,6,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21896,'9581','Porto Carras','PORTO CARRAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:02','1900-01-01 00:00:00',1,0,1),(21897,'8739','Portobello','PORTOBELLO',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:06','1900-01-01 00:00:00',1,0,1),(21898,'43991','Portobelo','PORTOBELO',NULL,'','Panama','',0,0,169,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21899,'12909','Portobuffole','PORTOBUFFOLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21900,'12336','Portoferraio','PORTOFERRAIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21901,'12337','Portofino','PORTOFINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21902,'40040','Portogruaro','PORTOGRUARO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:07','1900-01-01 00:00:00',1,0,1),(21903,'9583','Porto-heli','PORTO-HELI',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21904,'18805','Portola','PORTOLA',NULL,'','United States','',0,0,231,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21905,'41349','Portomarin','PORTOMARIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21906,'35696','Portonovo','PORTONOVO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21907,'3680','Portonovo','PORTONOVO',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:08','1900-01-01 00:00:00',1,0,1),(21908,'11391','Portopalo Di Capo Passero','PORTOPALO DI CAPO PASSERO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21909,'16619','Portoroz','PORTOROZ',NULL,'','Slovenia','Portoroz',0,0,192,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21910,'12829','Portoscuso','PORTOSCUSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21911,'4887','Porto-vecchio','PORTO-VECCHIO',NULL,'','France','',0,0,76,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21912,'12338','Portovenere','PORTOVENERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:09','1900-01-01 00:00:00',1,0,1),(21913,'2404','Portoviejo','PORTOVIEJO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21914,'36600','Porto-vila Nova De G','PORTO-VILA NOVA DE G',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21915,'8740','Portpatrick','PORTPATRICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21916,'8741','Portree','PORTREE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21917,'8742','Portrush','PORTRUSH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21918,'40929','Portrush, Co. Antrim','PORTRUSH, CO. ANTRIM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:10','1900-01-01 00:00:00',1,0,1),(21919,'39034','Port-saint-pere','PORT-SAINT-PERE',NULL,'','France','',0,0,76,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21920,'10824','Portsalon','PORTSALON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21921,'26542','Portsea','PORTSEA',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21922,'30262','Portsmouth','PORTSMOUTH',NULL,'','United States','',0,0,231,'2016-10-17 11:41:11','1900-01-01 00:00:00',1,0,1),(21923,'2105','Portsmouth','PORTSMOUTH',NULL,'','Dominica','',0,0,500,'2016-10-17 11:41:12','1900-01-01 00:00:00',1,0,1),(21924,'8743','Portsmouth','PORTSMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:13','1900-01-01 00:00:00',1,0,1),(21925,'38302','Portsonachan','PORTSONACHAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21926,'8744','Portstewart','PORTSTEWART',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21927,'7265','Portswood','PORTSWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21928,'35614','Portu Sa Ruxi (Sardi','PORTU SA RUXI (SARDI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:14','1900-01-01 00:00:00',1,0,1),(21929,'25674','Portugal Cove','PORTUGAL COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21930,'3720','Portugalete','PORTUGALETE',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21931,'43246','Portugos','PORTUGOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21932,'10872','Portumna','PORTUMNA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21933,'43814','Porvenir','PORVENIR',NULL,'','Chile','',0,0,45,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21934,'3986','Porvoo','PORVOO',NULL,'','Finland','',0,0,75,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21935,'12339','Posada','POSADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21936,'26127','Posadas','POSADAS',NULL,'','Argentina','',0,0,10,'2016-10-17 11:41:15','1900-01-01 00:00:00',1,0,1),(21937,'23472','Poschiavo','POSCHIAVO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21938,'37189','Posedarje','POSEDARJE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21939,'40829','Poshina','POSHINA',NULL,'','India','',0,0,101,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21940,'3929','Posio','POSIO',NULL,'','Finland','',0,0,75,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21941,'12340','Positano','POSITANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21942,'10365','Poso','POSO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21943,'37535','Possidonia','POSSIDONIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21944,'22383','Possneck','POSSNECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:16','1900-01-01 00:00:00',1,0,1),(21945,'39505','Posta Fibreno','POSTA FIBRENO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21946,'8745','Postbridge','POSTBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21947,'14245','Poste De Flacq','POSTE DE FLACQ',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21948,'42444','Postmuenster','POSTMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21949,'302','Postmunster','POSTMUNSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:18','1900-01-01 00:00:00',1,0,1),(21950,'16646','Postojna','POSTOJNA',NULL,'','Slovenia','Postojna',0,0,192,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21951,'41788','Postolowo','POSTOLOWO',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21952,'25675','Postville','POSTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21953,'32947','Poteau','POTEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21954,'12702','Potenza','POTENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:19','1900-01-01 00:00:00',1,0,1),(21955,'3133','Potes','POTES',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21956,'40029','Poti','POTI',NULL,'','Georgia','',0,0,82,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21957,'43060','Potidea','POTIDEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21958,'42647','Potlogi','POTLOGI',NULL,'','Romania','',0,0,179,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21959,'21767','Potomac','POTOMAC',NULL,'','United States','',0,0,231,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21960,'9585','Potos','POTOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:20','1900-01-01 00:00:00',1,0,1),(21961,'27752','Potosi','POTOSI',NULL,'','United States','',0,0,231,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21962,'24955','Potosi','POTOSI',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21963,'24223','Potrero','POTRERO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21964,'29055','Potsdam','POTSDAM',NULL,'','United States','',0,0,231,'2016-10-17 11:41:21','1900-01-01 00:00:00',1,0,1),(21965,'2083','Potsdam','POTSDAM',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21966,'8746','Pott Shrigley','POTT SHRIGLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21967,'8747','Potters Bar','POTTERS BAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21968,'8748','Potton','POTTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:22','1900-01-01 00:00:00',1,0,1),(21969,'34291','Potts Point','POTTS POINT',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21970,'30870','Pottsboro','POTTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21971,'30137','Pottstown','POTTSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:41:23','1900-01-01 00:00:00',1,0,1),(21972,'30138','Pottsville','POTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:24','1900-01-01 00:00:00',1,0,1),(21973,'29056','Poughkeepsie','POUGHKEEPSIE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:24','1900-01-01 00:00:00',1,0,1),(21974,'5486','Pougues-les-eaux','POUGUES-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:41:25','1900-01-01 00:00:00',1,0,1),(21975,'5487','Pouilly-en-auxois','POUILLY-EN-AUXOIS',NULL,'','France','',0,0,76,'2016-10-17 11:41:25','1900-01-01 00:00:00',1,0,1),(21976,'38844','Pouilly-sur-loire','POUILLY-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21977,'1618','Pouligny Notre Dame','POULIGNY NOTRE DAME',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21978,'5674','Pouligny-notre-dame','POULIGNY-NOTRE-DAME',NULL,'','France','',0,0,76,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21979,'31590','Poulsbo','POULSBO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:26','1900-01-01 00:00:00',1,0,1),(21980,'31376','Poultney','POULTNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21981,'37302','Poulton-le-fylde','POULTON-LE-FYLDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21982,'14434','Poum','POUM',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:41:27','1900-01-01 00:00:00',1,0,1),(21983,'29058','Pound Ridge','POUND RIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21984,'31202','Pounding Mill','POUNDING MILL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21985,'8749','Poundon','POUNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:28','1900-01-01 00:00:00',1,0,1),(21986,'38202','Pounta','POUNTA',NULL,'','Greece','',0,0,86,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21987,'21','Pouso Alegre','POUSO ALEGRE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21988,'6265','Pouzauges','POUZAUGES',NULL,'','France','',0,0,76,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21989,'11392','Pove Del Grappa','POVE DEL GRAPPA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21990,'39479','Povegliano','POVEGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:29','1900-01-01 00:00:00',1,0,1),(21991,'38062','Poviglio','POVIGLIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21992,'41646','Povoa De Lanhoso','POVOA DE LANHOSO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21993,'16096','Povoacao','POVOACAO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21994,'22830','Povungnituk','POVUNGNITUK',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21995,'18806','Poway','POWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:30','1900-01-01 00:00:00',1,0,1),(21996,'19899','Powder Springs','POWDER SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:41:31','1900-01-01 00:00:00',1,0,1),(21997,'33522','Powderhorn','POWDERHORN',NULL,'','United States','',0,0,231,'2016-10-17 11:41:31','1900-01-01 00:00:00',1,0,1),(21998,'32124','Powell','POWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:32','1900-01-01 00:00:00',1,0,1),(21999,'25515','Powell River','POWELL RIVER',NULL,'','Canada','',0,0,39,'2016-10-17 11:41:33','1900-01-01 00:00:00',1,0,1),(22000,'7266','Powmill','POWMILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:33','1900-01-01 00:00:00',1,0,1),(22001,'31377','Pownal','POWNAL',NULL,'','United States','',0,0,231,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22002,'40580','Poysdorf','POYSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22003,'13781','Poza Rica','POZA RICA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22004,'15724','Poznan','POZNAN',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22005,'3281','Pozo Alcon','POZO ALCON',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22006,'12341','Pozza Di Fassa','POZZA DI FASSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:34','1900-01-01 00:00:00',1,0,1),(22007,'12342','Pozzallo','POZZALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22008,'40538','Pozzilli','POZZILLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22009,'12343','Pozzolengo','POZZOLENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22010,'12344','Pozzuoli','POZZUOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22011,'11393','Pozzuolo Martesana','POZZUOLO MARTESANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:35','1900-01-01 00:00:00',1,0,1),(22012,'43309','Pra Loup','PRA LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22013,'42083','Prachinburi','PRACHINBURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22015,'17087','Prachuap Khiri Khan','PRACHUAP KHIRI KHAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22016,'12749','Pradamano','PRADAMANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22017,'4459','Pradelles Cabardes','PRADELLES CABARDES',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22018,'5339','Prades','PRADES',NULL,'','France','',0,0,76,'2016-10-17 11:41:36','1900-01-01 00:00:00',1,0,1),(22019,'6512','Pradet','PRADET',NULL,'','France','',0,0,76,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22020,'37367','Prado','PRADO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22021,'39157','Prado - Parc Chanot','PRADO - PARC CHANOT',NULL,'','France','',0,0,76,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22022,'3282','Prado Del Rey','PRADO DEL REY',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22023,'15596','Praga Poludnie','PRAGA POLUDNIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22024,'13040','Pragelato','PRAGELATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:37','1900-01-01 00:00:00',1,0,1),(22025,'40830','Pragpur','PRAGPUR',NULL,'','India','',0,0,101,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22026,'24332','Prague','PRAGUE',NULL,'','Czech Republic','Prague',0,0,58,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22027,'26929','Prahran','PRAHRAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22028,'24145','Praia','PRAIA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22029,'24995','Praia','PRAIA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:38','1900-01-01 00:00:00',1,0,1),(22030,'11394','Praiano','PRAIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:39','1900-01-01 00:00:00',1,0,1),(22031,'15042','Prakashpur','PRAKASHPUR',NULL,'','Nepal','',0,0,153,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22032,'6822','Pralognan-la-vanoise','PRALOGNAN-LA-VANOISE',NULL,'','France','',0,0,76,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22033,'38494','Pralormo','PRALORMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22034,'6513','Pra-loup','PRA-LOUP',NULL,'','France','',0,0,76,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22035,'16961','Pran Buri','PRAN BURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:41','1900-01-01 00:00:00',1,0,1),(22037,'23314','Prangins','PRANGINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22038,'41617','Praslin','PRASLIN',NULL,'','Seychelles','Praslin',0,0,188,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22039,'12750','Prata Di Pordenone','PRATA DI PORDENONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22040,'38009','Pratdip','PRATDIP',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:42','1900-01-01 00:00:00',1,0,1),(22041,'4460','Prats De Mollo La Preste','PRATS DE MOLLO LA PRESTE',NULL,'','France','',0,0,76,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22042,'2755','Prats I Sansor','PRATS I SANSOR',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22043,'21123','Pratt','PRATT',NULL,'','United States','',0,0,231,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22044,'23315','Pratteln','PRATTELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:43','1900-01-01 00:00:00',1,0,1),(22045,'17940','Prattville','PRATTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22046,'64264','Pratunam','PRATUNAM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22047,'39986','Prauthoy','PRAUTHOY',NULL,'','France','',0,0,76,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22048,'43792','Pravets','PRAVETS',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:41:44','1900-01-01 00:00:00',1,0,1),(22049,'3104','Pravia','PRAVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22050,'28012','Pray','PRAY',NULL,'','United States','',0,0,231,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22051,'6124','Prayssac','PRAYSSAC',NULL,'','France','',0,0,76,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22052,'23316','Praz','PRAZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:45','1900-01-01 00:00:00',1,0,1),(22053,'41899','Praz Sur Arly','PRAZ SUR ARLY',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22054,'15959','Prazeres','PRAZERES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22055,'5087','Praz-sur-arly','PRAZ-SUR-ARLY',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22056,'38567','Prechacq-les-bains','PRECHACQ-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22057,'23317','Preda','PREDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:46','1900-01-01 00:00:00',1,0,1),(22058,'12348','Predazzo','PREDAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22059,'37575','Preddvor','PREDDVOR',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22060,'16228','Predeal','PREDEAL',NULL,'','Romania','',0,0,179,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22061,'39757','Predlitz-turrach','PREDLITZ-TURRACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22062,'1844','Preetz','PREETZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22063,'6266','Prefailles','PREFAILLES',NULL,'','France','',0,0,76,'2016-10-17 11:41:47','1900-01-01 00:00:00',1,0,1),(22064,'12910','Preganziol','PREGANZIOL',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22065,'11396','Pregnana Milanese','PREGNANA MILANESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22066,'41309','Prellezo','PRELLEZO',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22067,'43866','Prem Nagar','PREM NAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22068,'37863','Prémanon','PRÉMANON',NULL,'','France','',0,0,76,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22069,'44082','Premesques','PREMESQUES',NULL,'','France','',0,0,76,'2016-10-17 11:41:48','1900-01-01 00:00:00',1,0,1),(22070,'2756','Premia De Dalt','PREMIA DE DALT',NULL,'','Spain','',0,0,199,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22071,'31864','Prentice','PRENTICE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22072,'41868','Prerov','PREROV',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:41:49','1900-01-01 00:00:00',1,0,1),(22073,'39699','Pre-saint-didier','PRE-SAINT-DIDIER',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22074,'8750','Prescot','PRESCOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22075,'31865','Prescott','PRESCOTT',NULL,'','United States','',0,0,231,'2016-10-17 11:41:50','1900-01-01 00:00:00',1,0,1),(22076,'11397','Presezzo','PRESEZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22077,'33042','Presho','PRESHO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22078,'12349','Presicce','PRESICCE',NULL,'','Italy','',0,0,107,'2016-10-17 11:41:53','1900-01-01 00:00:00',1,0,1),(22079,'41991','Presidente Prudente','PRESIDENTE PRUDENTE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22080,'30872','Presidio','PRESIDIO',NULL,'','United States','',0,0,231,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22081,'40501','Presov','PRESOV',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22082,'39812','Presque Isle','PRESQUE ISLE',NULL,'','United States','',0,0,231,'2016-10-17 11:41:54','1900-01-01 00:00:00',1,0,1),(22083,'27020','Presseggersee','PRESSEGGERSEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22084,'8751','Prestatyn','PRESTATYN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22085,'8752','Prestbury','PRESTBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22086,'7267','Presteigne','PRESTEIGNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22087,'1343','Preston','PRESTON',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:41:55','1900-01-01 00:00:00',1,0,1),(22088,'26543','Preston','PRESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:56','1900-01-01 00:00:00',1,0,1),(22089,'27492','Preston','PRESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:41:56','1900-01-01 00:00:00',1,0,1),(22090,'43736','Prestons','PRESTONS',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:57','1900-01-01 00:00:00',1,0,1),(22091,'33719','Prestonsburg','PRESTONSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:41:57','1900-01-01 00:00:00',1,0,1),(22092,'8753','Prestwich','PRESTWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22093,'1167','Prestwick','PRESTWICK',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22094,'32595','Pretoria','PRETORIA',NULL,'','South Africa','Pretoria',0,0,195,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22095,'34292','Pretty Beach','PRETTY BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22096,'37540','Prevelly','PREVELLY',NULL,'','Australia','',0,0,13,'2016-10-17 11:41:58','1900-01-01 00:00:00',1,0,1),(22097,'23068','Preverenges','PREVERENGES',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22098,'23069','Prevessin','PREVESSIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22099,'6689','Prevessin','PREVESSIN',NULL,'','France','',0,0,76,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22100,'44083','Prevessin-moens','PREVESSIN-MOENS',NULL,'','France','',0,0,76,'2016-10-17 11:41:59','1900-01-01 00:00:00',1,0,1),(22101,'9724','Preveza','PREVEZA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22102,'37389','Pribylina','PRIBYLINA',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22103,'33384','Price','PRICE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:00','1900-01-01 00:00:00',1,0,1),(22104,'17941','Priceville','PRICEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22105,'25348','Priddis','PRIDDIS',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22106,'40741','Priego','PRIEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:01','1900-01-01 00:00:00',1,0,1),(22107,'43337','Prien Am Chiemsee','PRIEN AM CHIEMSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22108,'14176','Prilep','PRILEP',NULL,'','Macedonia, FYR Of','',0,0,191,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22109,'34293','Primbee','PRIMBEE',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22110,'32843','Primm','PRIMM',NULL,'','United States','',0,0,231,'2016-10-17 11:42:02','1900-01-01 00:00:00',1,0,1),(22111,'13910','Primo Tapia','PRIMO TAPIA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22112,'24799','Primorsko','PRIMORSKO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22113,'9973','Primosten','PRIMOSTEN',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22114,'22960','Prince Albert','PRINCE ALBERT',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:03','1900-01-01 00:00:00',1,0,1),(22115,'44193','Princes Risborough','PRINCES RISBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:04','1900-01-01 00:00:00',1,0,1),(22116,'25109','Princesa Isabel','PRINCESA ISABEL',NULL,'','Brazil','',0,0,30,'2016-10-17 11:42:04','1900-01-01 00:00:00',1,0,1),(22117,'21769','Princess Anne','PRINCESS ANNE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22118,'25518','Princeton','PRINCETON',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22119,'28393','Princeton','PRINCETON',NULL,'','United States','',0,0,231,'2016-10-17 11:42:05','1900-01-01 00:00:00',1,0,1),(22120,'16582','Principe Island','PRINCIPE ISLAND',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22121,'29736','Prineville','PRINEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22122,'40520','Pringle Bay','PRINGLE BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22123,'9850','Prins Christian Sund','PRINS CHRISTIAN SUND',NULL,'','Greenland','',0,0,87,'2016-10-17 11:42:10','1900-01-01 00:00:00',1,0,1),(22124,'27494','Prior Lake','PRIOR LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22125,'11398','Priora','PRIORA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22126,'32377','Pristina','PRISTINA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22127,'39118','Privlaka','PRIVLAKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22128,'1539','Prizba','PRIZBA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22129,'468','Probbach','PROBBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22130,'35371','Probolinggo','PROBOLINGGO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:11','1900-01-01 00:00:00',1,0,1),(22131,'8755','Probus','PROBUS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22132,'12350','Procchio','PROCCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22133,'12351','Procida','PROCIDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:12','1900-01-01 00:00:00',1,0,1),(22134,'27495','Proctor','PROCTOR',NULL,'','United States','',0,0,231,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22135,'31378','Proctorsville','PROCTORSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22136,'36585','Proenca A Nova','PROENCA A NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:42:13','1900-01-01 00:00:00',1,0,1),(22137,'15899','Proenca-a-nova','PROENCA-A-NOVA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22138,'9725','Profitis Ilias','PROFITIS ILIAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22139,'13885','Progreso','PROGRESO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22140,'37391','Projan','PROJAN',NULL,'','France','',0,0,76,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22141,'38171','Propata','PROPATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22142,'4888','Propriano','PROPRIANO',NULL,'','France','',0,0,76,'2016-10-17 11:42:14','1900-01-01 00:00:00',1,0,1),(22143,'26427','Proserpine','PROSERPINE',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22144,'33722','Prospect','PROSPECT',NULL,'','United States','',0,0,231,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22145,'26817','Prospect','PROSPECT',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:15','1900-01-01 00:00:00',1,0,1),(22146,'13078','Prospect','PROSPECT',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:42:16','1900-01-01 00:00:00',1,0,1),(22147,'30393','Prosperity','PROSPERITY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:17','1900-01-01 00:00:00',1,0,1),(22148,'31591','Prosser','PROSSER',NULL,'','United States','',0,0,231,'2016-10-17 11:42:17','1900-01-01 00:00:00',1,0,1),(22149,'11399','Provaglio D\'iseo','PROVAGLIO D\'ISEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22150,'39717','Provatas','PROVATAS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22151,'30263','Providence','PROVIDENCE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:18','1900-01-01 00:00:00',1,0,1),(22152,'902','Providencia','PROVIDENCIA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22153,'16938','Providenciales','PROVIDENCIALES',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22154,'6190','Proville','PROVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:42:19','1900-01-01 00:00:00',1,0,1),(22155,'21501','Provincetown','PROVINCETOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22156,'5869','Provins','PROVINS',NULL,'','France','',0,0,76,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22157,'33387','Provo','PROVO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:20','1900-01-01 00:00:00',1,0,1),(22158,'25349','Provost','PROVOST',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:21','1900-01-01 00:00:00',1,0,1),(22159,'22217','Prudenville','PRUDENVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:21','1900-01-01 00:00:00',1,0,1),(22160,'17754','Prudhoe Bay','PRUDHOE BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22161,'24319','Pruhonice','PRUHONICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22162,'37186','Prullans','PRULLANS',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22163,'15701','Pruszkow','PRUSZKOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:22','1900-01-01 00:00:00',1,0,1),(22164,'38674','Prvic Luka','PRVIC LUKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22165,'32948','Pryor','PRYOR',NULL,'','United States','',0,0,231,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22166,'15672','Przemysl','PRZEMYSL',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22167,'15673','Przeworsk','PRZEWORSK',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:23','1900-01-01 00:00:00',1,0,1),(22168,'39522','Psakoudia','PSAKOUDIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22169,'43461','Psarou Beach','PSAROU BEACH',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22170,'40723','Psathopirgos','PSATHOPIRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22171,'42485','Psathopyrgos','PSATHOPYRGOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22172,'9726','Psikhikon','PSIKHIKON',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22173,'16423','Pskov','PSKOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22174,'42484','Ptolemaida','PTOLEMAIDA',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22175,'37617','Ptuj','PTUJ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:42:24','1900-01-01 00:00:00',1,0,1),(22176,'20107','Puako','PUAKO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22177,'15435','Pucallpa','PUCALLPA',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22178,'24394','Puch Bei Hallein','PUCH BEI HALLEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22179,'38397','Puchberg Am Schneeberg','PUCHBERG AM SCHNEEBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22180,'37724','Puchenstuben','PUCHENSTUBEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22181,'303','Puchheim','PUCHHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22182,'38045','Pucisca','PUCISCA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22183,'15622','Puck','PUCK',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22184,'23512','Pucon','PUCON',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22185,'23619','Pudong Airport','PUDONG AIRPORT',NULL,'','China','',0,0,46,'2016-10-17 11:42:25','1900-01-01 00:00:00',1,0,1),(22186,'8756','Pudsey','PUDSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22187,'10459','Puducherry','PUDUCHERRY',NULL,'','India','',0,0,101,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22188,'14067','Puebla','PUEBLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22189,'3776','Puebla De Farnals','PUEBLA DE FARNALS',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:26','1900-01-01 00:00:00',1,0,1),(22190,'33523','Pueblo','PUEBLO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:27','1900-01-01 00:00:00',1,0,1),(22191,'15413','Pueblo Libre','PUEBLO LIBRE',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:27','1900-01-01 00:00:00',1,0,1),(22192,'23548','Puente Alto','PUENTE ALTO',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22193,'40482','Puente De Genave','PUENTE DE GENAVE',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22194,'14047','Puente De Ixtla','PUENTE DE IXTLA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:28','1900-01-01 00:00:00',1,0,1),(22195,'37882','Puerto Angel','PUERTO ANGEL',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22196,'43217','Puerto Arenas','PUERTO ARENAS',NULL,'','Chile','Puerto Arenas',0,0,45,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22197,'32180','Puerto Ayacucho','PUERTO AYACUCHO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22198,'2387','Puerto Ayora','PUERTO AYORA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22199,'9880','Puerto Barrios','PUERTO BARRIOS',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22200,'24094','Puerto Berrio','PUERTO BERRIO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:42:29','1900-01-01 00:00:00',1,0,1),(22201,'14450','Puerto Cabezas','PUERTO CABEZAS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:42:30','1900-01-01 00:00:00',1,0,1),(22202,'9957','Puerto Cortes','PUERTO CORTES',NULL,'','Honduras','',0,0,97,'2016-10-17 11:42:30','1900-01-01 00:00:00',1,0,1),(22203,'15437','Puerto Galera','PUERTO GALERA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22204,'15380','Puerto General San Martin','PUERTO GENERAL SAN MARTIN',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22205,'24242','Puerto Jimenez','PUERTO JIMENEZ',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:31','1900-01-01 00:00:00',1,0,1),(22206,'2362','Puerto Plata','PUERTO PLATA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22207,'951','Puerto Quijarro','PUERTO QUIJARRO',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22208,'15733','Puerto Rico','PUERTO RICO',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:42:33','1900-01-01 00:00:00',1,0,1),(22209,'3419','Puertollano','PUERTOLLANO',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:34','1900-01-01 00:00:00',1,0,1),(22210,'6514','Puget','PUGET',NULL,'','France','',0,0,76,'2016-10-17 11:42:34','1900-01-01 00:00:00',1,0,1),(22211,'42333','Pugnochiuso','PUGNOCHIUSO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22212,'20108','Puhi','PUHI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22213,'3582','Puigcerda','PUIGCERDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:35','1900-01-01 00:00:00',1,0,1),(22214,'2924','Puigpunyent','PUIGPUNYENT',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22215,'4880','Puilboreau','PUILBOREAU',NULL,'','France','',0,0,76,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22216,'5241','Pujols','PUJOLS',NULL,'','France','',0,0,76,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22217,'20109','Pukalani','PUKALANI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:36','1900-01-01 00:00:00',1,0,1),(22218,'25621','Pukatawagan','PUKATAWAGAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22219,'20110','Pukoo','PUKOO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22220,'10035','Pula','PULA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22221,'12786','Pula','PULA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:37','1900-01-01 00:00:00',1,0,1),(22222,'42847','Pulai','PULAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:38','1900-01-01 00:00:00',1,0,1),(22223,'29059','Pulaski','PULASKI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:38','1900-01-01 00:00:00',1,0,1),(22224,'42848','Pulau Besar','PULAU BESAR',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:39','1900-01-01 00:00:00',1,0,1),(22225,'8757','Pulborough','PULBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:40','1900-01-01 00:00:00',1,0,1),(22226,'8758','Pulford','PULFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22227,'555','Pulheim','PULHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22228,'17412','Puli','PULI',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22229,'5488','Puligny-montrachet','PULIGNY-MONTRACHET',NULL,'','France','',0,0,76,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22230,'31592','Pullman','PULLMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:42:41','1900-01-01 00:00:00',1,0,1),(22231,'12352','Pulsano','PULSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22232,'37121','Pumba','PUMBA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22233,'16172','Punaauia','PUNAAUIA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22234,'15242','Punakaiki','PUNAKAIKI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:42:42','1900-01-01 00:00:00',1,0,1),(22235,'20112','Punaluu (Hawaii)','PUNALUU (HAWAII)',NULL,'','United States','',0,0,231,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22236,'9999','Punat','PUNAT',NULL,'','Croatia','',0,0,55,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22237,'39949','Punchbowl','PUNCHBOWL',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:43','1900-01-01 00:00:00',1,0,1),(22238,'10652','Pune','PUNE',NULL,'','India','Pune',5,0,101,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22239,'4035','Punkaharju','PUNKAHARJU',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22240,'11400','Punta Ala','PUNTA ALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22241,'44235','Punta Allen','PUNTA ALLEN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22242,'23480','Punta Arenas','PUNTA ARENAS',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22243,'15464','Punta Bunga','PUNTA BUNGA',NULL,'','Philippines','',0,0,173,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22244,'2375','Punta Cana','PUNTA CANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:42:44','1900-01-01 00:00:00',1,0,1),(22245,'917','Punta Cocles','PUNTA COCLES',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22246,'17534','Punta Del Este','PUNTA DEL ESTE',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22247,'19584','Punta Gorda','PUNTA GORDA',NULL,'','United States','',0,0,231,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22248,'24925','Punta Gorda','PUNTA GORDA',NULL,'','Belize','',0,0,22,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22249,'38339','Punta Hermosa','PUNTA HERMOSA',NULL,'','Peru','',0,0,172,'2016-10-17 11:42:45','1900-01-01 00:00:00',1,0,1),(22250,'38660','Puntallana','PUNTALLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22251,'24183','Puntarenas','PUNTARENAS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22252,'41121','Punto Fijo','PUNTO FIJO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:42:46','1900-01-01 00:00:00',1,0,1),(22253,'30139','Punxsutawney','PUNXSUTAWNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:47','1900-01-01 00:00:00',1,0,1),(22254,'32950','Purcell','PURCELL',NULL,'','United States','',0,0,231,'2016-10-17 11:42:47','1900-01-01 00:00:00',1,0,1),(22255,'29060','Purchase','PURCHASE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22256,'29061','Purdys','PURDYS',NULL,'','United States','',0,0,231,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22257,'40045','Purfleet','PURFLEET',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:48','1900-01-01 00:00:00',1,0,1),(22258,'33526','Purgatory - Durango','PURGATORY - DURANGO',NULL,'','United States','',0,0,231,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22259,'2155','Purhus','PURHUS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22260,'10663','Puri','PURI',NULL,'','India','Puri',8,0,101,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22261,'42732','Puriscal','PURISCAL',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22262,'8759','Puriton','PURITON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:49','1900-01-01 00:00:00',1,0,1),(22263,'38294','Purkersdorf','PURKERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22264,'29062','Purling','PURLING',NULL,'','United States','',0,0,231,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22265,'26120','Purmamarca','PURMAMARCA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22266,'14654','Purmerend','PURMEREND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22267,'8760','Purton','PURTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22268,'35372','Purwakarta','PURWAKARTA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22269,'10297','Purwokerto','PURWOKERTO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:50','1900-01-01 00:00:00',1,0,1),(22270,'10578','Pushkar','PUSHKAR',NULL,'','India','Pushkar',2,0,101,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22271,'37991','Pushkin','PUSHKIN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22272,'6690','Pusignan','PUSIGNAN',NULL,'','France','',0,0,76,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22274,'16285','Puskinskaya - Tverskaya','PUSKINSKAYA - TVERSKAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22275,'43173','Putao','PUTAO',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22276,'1845','Putbus','PUTBUS',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:51','1900-01-01 00:00:00',1,0,1),(22277,'4784','Puteaux','PUTEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22278,'37375','Puthenthope','PUTHENTHOPE',NULL,'','India','',0,0,101,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22279,'23776','Putian','PUTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22280,'12353','Putignano','PUTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22281,'16375','Putilkovo','PUTILKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22282,'29506','Put-in-bay','PUT-IN-BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:52','1900-01-01 00:00:00',1,0,1),(22283,'19147','Putnam','PUTNAM',NULL,'','United States','',0,0,231,'2016-10-17 11:42:53','1900-01-01 00:00:00',1,0,1),(22284,'31379','Putney','PUTNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:42:53','1900-01-01 00:00:00',1,0,1),(22285,'14322','Putra World Trade Centre','PUTRA WORLD TRADE CENTRE',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22286,'14323','Putrajaya','PUTRAJAYA',NULL,'','Malaysia','Putrajaya',0,0,132,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22287,'38552','Puttaparthi','PUTTAPARTHI',NULL,'','India','Puttaparthi',7,0,101,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22289,'14608','Putten','PUTTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22290,'38923','Puttgarden','PUTTGARDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22291,'34893','Putuoshan','PUTUOSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22292,'10257','Putussibau','PUTUSSIBAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22293,'304','Putzbrunn','PUTZBRUNN',NULL,'','Germany','',0,0,83,'2016-10-17 11:42:54','1900-01-01 00:00:00',1,0,1),(22294,'20114','Puuiki','PUUIKI',NULL,'','United States','',0,0,231,'2016-10-17 11:42:55','1900-01-01 00:00:00',1,0,1),(22295,'20115','Puunene','PUUNENE',NULL,'','United States','',0,0,231,'2016-10-17 11:42:55','1900-01-01 00:00:00',1,0,1),(22296,'41900','Puy Saint Vincent','PUY SAINT VINCENT',NULL,'','France','',0,0,76,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22297,'31594','Puyallup','PUYALLUP',NULL,'','United States','',0,0,231,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22298,'23796','Puyang','PUYANG',NULL,'','China','',0,0,46,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22299,'4461','Puy-de-dome','PUY-DE-DOME',NULL,'','France','',0,0,76,'2016-10-17 11:42:56','1900-01-01 00:00:00',1,0,1),(22300,'23533','Puyehue','PUYEHUE',NULL,'','Chile','',0,0,45,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22301,'40585','Puygiron','PUYGIRON',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22302,'5242','Puymirol','PUYMIROL',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22303,'4462','Puy-saint-vincent','PUY-SAINT-VINCENT',NULL,'','France','',0,0,76,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22304,'3778','Puzol','PUZOL',NULL,'','Spain','',0,0,199,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22305,'8761','Pwllheli','PWLLHELI',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:42:57','1900-01-01 00:00:00',1,0,1),(22306,'37436','Pyatigorsk','PYATIGORSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22307,'42059','Pyay','PYAY',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22308,'35815','Pyeongchang','PYEONGCHANG',NULL,'','South Korea','',0,0,197,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22309,'41719','Pyha','PYHA',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22310,'35122','Pyhatunturi','PYHATUNTURI',NULL,'','Finland','',0,0,75,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22311,'42483','Pylos','PYLOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22312,'39209','Pyoseon-ri','PYOSEON-RI',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:42:58','1900-01-01 00:00:00',1,0,1),(22313,'34294','Pyrmont','PYRMONT',NULL,'','Australia','',0,0,13,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22314,'44051','Pyrzowice','PYRZOWICE',NULL,'','Poland','',0,0,174,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22315,'9587','Pythagorio','PYTHAGORIO',NULL,'','Greece','',0,0,86,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22316,'42058','Pyun U Lwin','PYUN U LWIN',NULL,'','Myanmar','',0,0,150,'2016-10-17 11:42:59','1900-01-01 00:00:00',1,0,1),(22317,'13632','Qacha\'s Nek','QACHA\'S NEK',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22318,'16499','Qaisumah','QAISUMAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22319,'37364','Qamea Island','QAMEA ISLAND',NULL,'','Fiji Islands','',0,0,74,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22320,'43147','Qaraoun','QARAOUN',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22321,'14189','Qawra','QAWRA',NULL,'','Malta','',0,0,135,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22322,'23907','Qibao','QIBAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22323,'34895','Qidong','QIDONG',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22324,'23844','Qiemo','QIEMO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22325,'23621','Qieshikou','QIESHIKOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22326,'23919','Qingcheng','QINGCHENG',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22327,'23928','Qingdao','QINGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22328,'23622','Qinghuayuan','QINGHUAYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22329,'23908','Qingpu','QINGPU',NULL,'','China','',0,0,46,'2016-10-17 11:43:00','1900-01-01 00:00:00',1,0,1),(22330,'23561','Qingtao','QINGTAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22331,'23689','Qingtian','QINGTIAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22332,'23623','Qingyang','QINGYANG',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22333,'23624','Qingyuan','QINGYUAN',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22334,'23625','Qinhangdao','QINHANGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22335,'23808','Qinhuangdao','QINHUANGDAO',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22336,'23986','Qionghai','QIONGHAI',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22337,'23788','Qiqihar','QIQIHAR',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22338,'11052','Qiryat Anavim','QIRYAT ANAVIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22339,'32361','Qishn','QISHN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22340,'34897','Qitai','QITAI',NULL,'','China','',0,0,46,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22341,'35435','Qom','QOM',NULL,'','Iran','',0,0,103,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22342,'25519','Quadra Island','QUADRA ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:01','1900-01-01 00:00:00',1,0,1),(22343,'30140','Quakertown','QUAKERTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22344,'40777','Qualiano','QUALIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22345,'25520','Qualicum','QUALICUM',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:02','1900-01-01 00:00:00',1,0,1),(22346,'30873','Quanah','QUANAH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22347,'935','Quang Binh','QUANG BINH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22348,'41695','Quangzhou','QUANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22349,'31205','Quantico','QUANTICO',NULL,'','United States','',0,0,231,'2016-10-17 11:43:03','1900-01-01 00:00:00',1,0,1),(22350,'23777','Quanzhou','QUANZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22351,'22831','Quaqtaq','QUAQTAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22352,'12354','Quarrata','QUARRATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22353,'5489','Quarre-les-tombes','QUARRE-LES-TOMBES',NULL,'','France','',0,0,76,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22354,'9936','Quarry Bay','QUARRY BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22355,'15945','Quarteira','QUARTEIRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:04','1900-01-01 00:00:00',1,0,1),(22356,'9370','Quartier D Orleans','QUARTIER D ORLEANS',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:43:05','1900-01-01 00:00:00',1,0,1),(22357,'12355','Quarto','QUARTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:05','1900-01-01 00:00:00',1,0,1),(22358,'18195','Quartzsite','QUARTZSITE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22359,'25522','Quathiaski Cove','QUATHIASKI COVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22360,'43968','Quatre-bornes','QUATRE-BORNES',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22361,'965','Quatro Barras','QUATRO BARRAS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:43:06','1900-01-01 00:00:00',1,0,1),(22362,'38806','Quattordio','QUATTORDIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22363,'34295','Queanbeyan','QUEANBEYAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22364,'22833','Quebec','QUEBEC',NULL,'','Canada','Quebec city',0,0,39,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22365,'15762','Quebradillas','QUEBRADILLAS',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22366,'31380','Quechee','QUECHEE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:07','1900-01-01 00:00:00',1,0,1),(22367,'8762','Quedgeley','QUEDGELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:08','1900-01-01 00:00:00',1,0,1),(22368,'1945','Quedlinburg','QUEDLINBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:08','1900-01-01 00:00:00',1,0,1),(22369,'29063','Queens','QUEENS',NULL,'','United States','',0,0,231,'2016-10-17 11:43:09','1900-01-01 00:00:00',1,0,1),(22370,'29066','Queensbury','QUEENSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:10','1900-01-01 00:00:00',1,0,1),(22371,'26544','Queenscliff','QUEENSCLIFF',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22372,'41824','Queensland Central Coast','QUEENSLAND CENTRAL COAST',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22373,'15156','Queenstown','QUEENSTOWN',NULL,'','New Zealand','Queenstown',0,0,157,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22374,'21770','Queenstown','QUEENSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:11','1900-01-01 00:00:00',1,0,1),(22375,'26861','Queenstown','QUEENSTOWN',NULL,'','Australia','Queenstown',0,0,13,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22376,'1112','Queenstown/southern Lakes','QUEENSTOWN/SOUTHERN LAKES',NULL,'','NEW ZEALAND','',0,0,157,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22377,'36586','Queijas','QUEIJAS',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22378,'3721','Quejana','QUEJANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22379,'14225','Quelimane','QUELIMANE',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22380,'42763','Quellon','QUELLON',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22381,'14020','Quemaro','QUEMARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22382,'24243','Quepos','QUEPOS',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22383,'2768','Queralbs','QUERALBS',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:12','1900-01-01 00:00:00',1,0,1),(22384,'12357','Quercegrossa','QUERCEGROSSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22385,'13854','Queretaro','QUERETARO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22386,'25523','Quesnel','QUESNEL',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22387,'5591','Questembert','QUESTEMBERT',NULL,'','France','',0,0,76,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22388,'4895','Quetigny','QUETIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:43:13','1900-01-01 00:00:00',1,0,1),(22389,'15322','Quetta','QUETTA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22390,'5417','Quetteville','QUETTEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22391,'35313','Quetzaltenango','QUETZALTENANGO',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22392,'38056','Quevert','QUEVERT',NULL,'','France','',0,0,76,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22393,'42213','Quezon','QUEZON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22394,'23929','Qufu','QUFU',NULL,'','China','',0,0,46,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22395,'42091','Qui Nhon','QUI NHON',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:43:14','1900-01-01 00:00:00',1,0,1),(22396,'15465','Quiapo','QUIAPO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22397,'24109','Quibdo','QUIBDO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22398,'5592','Quiberon','QUIBERON',NULL,'','France','',0,0,76,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22399,'27270','Quickborn','QUICKBORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22400,'12358','Quiliano','QUILIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22401,'22961','Quill Lake','QUILL LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22402,'39907','Quillan','QUILLAN',NULL,'','France','',0,0,76,'2016-10-17 11:43:15','1900-01-01 00:00:00',1,0,1),(22403,'26080','Quilmes','QUILMES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22404,'26428','Quilpie','QUILPIE',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22405,'40631','Quilty','QUILTY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22406,'24121','Quimbaya','QUIMBAYA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22407,'5593','Quimper','QUIMPER',NULL,'','France','',0,0,76,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22408,'5594','Quimperle','QUIMPERLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:16','1900-01-01 00:00:00',1,0,1),(22409,'10793','Quin','QUIN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22410,'31595','Quinault','QUINAULT',NULL,'','United States','',0,0,231,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22411,'40311','Quincieux','QUINCIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:43:17','1900-01-01 00:00:00',1,0,1),(22412,'21502','Quincy','QUINCY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:18','1900-01-01 00:00:00',1,0,1),(22413,'32322','Quine Hill','QUINE HILL',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:43:20','1900-01-01 00:00:00',1,0,1),(22414,'4993','Quineville','QUINEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:20','1900-01-01 00:00:00',1,0,1),(22415,'17755','Quinhagak','QUINHAGAK',NULL,'','United States','',0,0,231,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22416,'6125','Quint','QUINT',NULL,'','France','',0,0,76,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22417,'36588','Quinta Do Lago','QUINTA DO LAGO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22418,'23549','Quinta Normal','QUINTA NORMAL',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22419,'39553','Quintana De Soba','QUINTANA DE SOBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22420,'3475','Quintanaduenas','QUINTANADUENAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:21','1900-01-01 00:00:00',1,0,1),(22421,'38368','Quintanilla De Arriba','QUINTANILLA DE ARRIBA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22422,'21124','Quinter','QUINTER',NULL,'','United States','',0,0,231,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22423,'23502','Quintero','QUINTERO',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:22','1900-01-01 00:00:00',1,0,1),(22424,'34620','Quinte\'s Isle - Prince Edward County','QUINTE\'S ISLE - PRINCE EDWARD COUNTY',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22425,'37505','Quinto Vicentino','QUINTO VICENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22426,'43221','Quirimbas','QUIRIMBAS',NULL,'','Mozambique','',0,0,149,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22427,'34296','Quirindi','QUIRINDI',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22428,'30875','Quitman','QUITMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:23','1900-01-01 00:00:00',1,0,1),(22429,'2408','Quito','QUITO',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22430,'43829','Qujing','QUJING',NULL,'','China','',0,0,46,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22431,'29068','Quogue','QUOGUE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22432,'8763','Quorndon','QUORNDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22433,'7268','Quothquan','QUOTHQUAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:24','1900-01-01 00:00:00',1,0,1),(22434,'34974','Quseir','QUSEIR',NULL,'','Egypt','',0,0,65,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22435,'32298','Quy Nhon','QUY NHON',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22436,'23711','Quzhou','QUZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22437,'43767','Raabs An Der Thaya','RAABS AN DER THAYA',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22438,'3950','Raahe','RAAHE',NULL,'','Finland','',0,0,75,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22439,'37193','Raalte','RAALTE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22440,'14609','Raamsdonksveer','RAAMSDONKSVEER',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22441,'41229','Raattvik','RAATTVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22442,'9974','Rab','RAB',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22443,'10001','Rabac','RABAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22444,'3583','Rabade','RABADE',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:25','1900-01-01 00:00:00',1,0,1),(22445,'35345','Rabafuzes','RABAFUZES',NULL,'','Hungary','',0,0,99,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22446,'13706','Rabat','RABAT',NULL,'','Morocco','Rabat',0,0,148,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22447,'27112','Rabenstein','RABENSTEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22448,'4071','Rabi','RABI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22449,'39882','Racale','RACALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22450,'12359','Racalmuto','RACALMUTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22451,'12360','Racconigi','RACCONIGI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:26','1900-01-01 00:00:00',1,0,1),(22452,'19586','Raccoon Key','RACCOON KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22453,'21250','Raceland','RACELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22454,'26744','Raceview','RACEVIEW',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:27','1900-01-01 00:00:00',1,0,1),(22455,'15637','Raciborz','RACIBORZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22456,'31866','Racine','RACINE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22457,'39487','Racines','RACINES',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22458,'38262','Rackeve','RACKEVE',NULL,'','Hungary','',0,0,99,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22459,'41295','Radauti','RADAUTI',NULL,'','Romania','',0,0,179,'2016-10-17 11:43:28','1900-01-01 00:00:00',1,0,1),(22460,'33723','Radcliff','RADCLIFF',NULL,'','United States','',0,0,231,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22461,'8764','Radcliffe','RADCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22462,'12971','Radda In Chianti','RADDA IN CHIANTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22463,'1903','Radeberg','RADEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:29','1900-01-01 00:00:00',1,0,1),(22464,'1904','Radebeul','RADEBEUL',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22465,'1905','Radefeld','RADEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22466,'36692','Radenci','RADENCI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22467,'27084','Radenthein','RADENTHEIN',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22468,'556','Radevormwald','RADEVORMWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22469,'37974','Radicondoli','RADICONDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:30','1900-01-01 00:00:00',1,0,1),(22470,'22835','Radisson','RADISSON',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22471,'25524','Radium Hot Springs','RADIUM HOT SPRINGS',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22472,'30141','Radnor','RADNOR',NULL,'','United States','',0,0,231,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22473,'42673','Radolfzell','RADOLFZELL',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:31','1900-01-01 00:00:00',1,0,1),(22474,'40228','Radom','RADOM',NULL,'','Poland','',0,0,174,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22475,'16647','Radovljica','RADOVLJICA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22476,'24395','Radstadt','RADSTADT',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22477,'8765','Radstock','RADSTOCK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22478,'16286','Raduzhnyi','RADUZHNYI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22479,'10579','Rae Bareli','RAE BARELI',NULL,'','India','',0,0,101,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22480,'25778','Rae Lakes','RAE LAKES',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22481,'33977','Raeford','RAEFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:43:32','1900-01-01 00:00:00',1,0,1),(22482,'8766','Raemoir','RAEMOIR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22483,'44017','Raetihi','RAETIHI',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22484,'3339','Rafales','RAFALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22485,'16514','Rafha','RAFHA',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22486,'9727','Rafina','RAFINA',NULL,'','Greece','',0,0,86,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22487,'23318','Rafz','RAFZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22488,'35626','Ragalna','RAGALNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:33','1900-01-01 00:00:00',1,0,1),(22489,'37577','Raggal','RAGGAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22490,'42921','Raglan','RAGLAN',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22491,'12849','Ragusa','RAGUSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22492,'35579','Ragusa-modica','RAGUSA-MODICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22493,'10368','Raha','RAHA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22494,'27271','Rahden','RAHDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:34','1900-01-01 00:00:00',1,0,1),(22495,'10852','Raheny','RAHENY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22496,'15323','Rahim Yar Khan','RAHIM YAR KHAN',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22497,'382','Rahlstedt','RAHLSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22498,'28395','Rahway','RAHWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22499,'16137','Raiatea','RAIATEA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22500,'40457','Raichak','RAICHAK',NULL,'','India','',0,0,101,'2016-10-17 11:43:35','1900-01-01 00:00:00',1,0,1),(22501,'17015','Railay Beach','RAILAY BEACH',NULL,'','Thailand','',0,0,215,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22502,'30142','Railroad','RAILROAD',NULL,'','United States','',0,0,231,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22503,'38672','Rainbow Beach','RAINBOW BEACH',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22504,'25350','Rainbow Lake','RAINBOW LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:36','1900-01-01 00:00:00',1,0,1),(22505,'32034','Rainelle','RAINELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22506,'33247','Raines','RAINES',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22507,'17942','Rainsville','RAINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:37','1900-01-01 00:00:00',1,0,1),(22508,'10580','Raipur','RAIPUR',NULL,'','India','Raipur',46,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22509,'732','Raisdorf','RAISDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22510,'10619','Rajahmundry','RAJAHMUNDRY',NULL,'','India','Rajahmundry',7,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22511,'10637','Rajkot','RAJKOT',NULL,'','India','Rajkot',16,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22512,'3682','Rajo','RAJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22513,'10581','Rajpur','RAJPUR',NULL,'','India','',0,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22514,'10582','Rajsamand','RAJSAMAND',NULL,'','India','Rajsamand',2,0,101,'2016-10-17 11:43:38','1900-01-01 00:00:00',1,0,1),(22515,'24760','Rajshahi','RAJSHAHI',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22516,'38338','Rajula','RAJULA',NULL,'','India','',0,0,101,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22517,'15243','Rakaia Gorge','RAKAIA GORGE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22518,'41607','Rakek','RAKEK',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22519,'4102','Rakiraki','RAKIRAKI',NULL,'','Fiji','',0,0,74,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22520,'42540','Rakiura','RAKIURA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22521,'38867','Rakovica','RAKOVICA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22522,'3828','Rakvere','RAKVERE',NULL,'','Estonia','',0,0,69,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22523,'33248','Raleigh','RALEIGH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:39','1900-01-01 00:00:00',1,0,1),(22524,'25676','Raleigh','RALEIGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:40','1900-01-01 00:00:00',1,0,1),(22525,'1846','Ralswiek','RALSWIEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22526,'10460','Ramagundam','RAMAGUNDAM',NULL,'','India','',0,0,101,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22527,'3135','Ramales De La Victoria','RAMALES DE LA VICTORIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:43:41','1900-01-01 00:00:00',1,0,1),(22528,'39839','Ramallo','RAMALLO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22529,'11073','Ramat Gan','RAMAT GAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22530,'6515','Ramatuelle','RAMATUELLE',NULL,'','France','',0,0,76,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22531,'4785','Rambouillet','RAMBOUILLET',NULL,'','France','',0,0,76,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22532,'7269','Rame','RAME',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22533,'15043','Ramechap','RAMECHAP',NULL,'','Nepal','',0,0,153,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22534,'16464','Ramenki','RAMENKI',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:42','1900-01-01 00:00:00',1,0,1),(22535,'39628','Rameshwaram','RAMESHWARAM',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22536,'40832','Ramgarh','RAMGARH',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22537,'22618','Rammingen','RAMMINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22538,'10583','Ramnagar','RAMNAGAR',NULL,'','India','Ramnagar',9,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22539,'36635','Ramnicu Valcea','RAMNICU VALCEA',NULL,'','Romania','',0,0,179,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22540,'39301','Ramoji Film City','RAMOJI FILM CITY',NULL,'','India','',0,0,101,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22541,'16475','Ramon','RAMON',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22542,'18808','Ramona','RAMONA',NULL,'','United States','',0,0,231,'2016-10-17 11:43:43','1900-01-01 00:00:00',1,0,1),(22543,'4920','Ramonville-saint-agne','RAMONVILLE-SAINT-AGNE',NULL,'','France','',0,0,76,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22544,'39859','Ramot','RAMOT',NULL,'','Israel','',0,0,106,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22545,'17122','Rampalnagas Village','RAMPALNAGAS VILLAGE',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:43:44','1900-01-01 00:00:00',1,0,1),(22546,'17756','Rampart','RAMPART',NULL,'','United States','',0,0,231,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22547,'24433','Ramsau','RAMSAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22548,'305','Ramsau','RAMSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22549,'34621','Ramsayville','RAMSAYVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22550,'8767','Ramsbottom','RAMSBOTTOM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22551,'23319','Ramsen','RAMSEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:45','1900-01-01 00:00:00',1,0,1),(22552,'28396','Ramsey','RAMSEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:46','1900-01-01 00:00:00',1,0,1),(22553,'8768','Ramsey','RAMSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:46','1900-01-01 00:00:00',1,0,1),(22554,'8769','Ramsgate','RAMSGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22555,'34297','Ramsgate','RAMSGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22556,'10951','Ramsgrange','RAMSGRANGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22557,'36675','Ramundberget','RAMUNDBERGET',NULL,'','Sweden','',0,0,209,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22558,'35429','Ranakpur','RANAKPUR',NULL,'','India','',2,0,101,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22559,'42850','Ranau','RANAU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22560,'23525','Rancagua','RANCAGUA',NULL,'','Chile','',0,0,45,'2016-10-17 11:43:47','1900-01-01 00:00:00',1,0,1),(22561,'32125','Ranchester','RANCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22562,'10584','Ranchi','RANCHI',NULL,'','India','Ranchi',48,0,101,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22563,'1818','Rancho','RANCHO',NULL,'','United States','',0,0,231,'2016-10-17 11:43:48','1900-01-01 00:00:00',1,0,1),(22564,'28557','Ranchos De Taos','RANCHOS DE TAOS',NULL,'','United States','',0,0,231,'2016-10-17 11:43:52','1900-01-01 00:00:00',1,0,1),(22565,'37366','Randa','RANDA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:43:52','1900-01-01 00:00:00',1,0,1),(22566,'39104','Randaberg','RANDABERG',NULL,'','Norway','',0,0,164,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22567,'21771','Randallstown','RANDALLSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22568,'5340','Randan','RANDAN',NULL,'','France','',0,0,76,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22569,'40730','Randazzo','RANDAZZO',NULL,'','Italy','',0,0,107,'2016-10-17 11:43:53','1900-01-01 00:00:00',1,0,1),(22570,'32596','Randburg','RANDBURG',NULL,'','South Africa','',0,0,195,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22571,'2156','Randers','RANDERS',NULL,'','Denmark','',0,0,59,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22572,'31597','Randle','RANDLE',NULL,'','United States','',0,0,231,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22573,'21504','Randolph','RANDOLPH',NULL,'','United States','',0,0,231,'2016-10-17 11:43:54','1900-01-01 00:00:00',1,0,1),(22574,'34298','Randwick','RANDWICK',NULL,'','Australia','',0,0,13,'2016-10-17 11:43:55','1900-01-01 00:00:00',1,0,1),(22575,'5418','Ranes','RANES',NULL,'','France','',0,0,76,'2016-10-17 11:43:55','1900-01-01 00:00:00',1,0,1),(22576,'42102','Rangali','RANGALI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:43:56','1900-01-01 00:00:00',1,0,1),(22577,'39442','Rangeley','RANGELEY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:56','1900-01-01 00:00:00',1,0,1),(22578,'33527','Rangely','RANGELY',NULL,'','United States','',0,0,231,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22579,'8770','Rangeworthy','RANGEWORTHY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22580,'36542','Rangiroa','RANGIROA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22581,'24761','Rangpur','RANGPUR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:43:57','1900-01-01 00:00:00',1,0,1),(22582,'37171','Ranikhet','RANIKHET',NULL,'','India','Ranikhet',9,0,101,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22583,'37165','Ranipet','RANIPET',NULL,'','INDIA','',0,0,101,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22584,'25805','Rankin Inlet','RANKIN INLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22585,'24523','Rankweil','RANKWEIL',NULL,'','Austria','',0,0,14,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22586,'13759','Rannalhi','RANNALHI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22587,'41440','Ranohira','RANOHIRA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22588,'36778','Ranong','RANONG',NULL,'','Thailand','',0,0,215,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22589,'38706','Ransbach-baumbach','RANSBACH-BAUMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22590,'10317','Ransiki','RANSIKI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:58','1900-01-01 00:00:00',1,0,1),(22591,'25882','Ransol','RANSOL',NULL,'','Andorra','',0,0,5,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22592,'10362','Rantepao','RANTEPAO',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22593,'43321','Ranthambore','RANTHAMBORE',NULL,'','India','',0,0,101,'2016-10-17 11:43:59','1900-01-01 00:00:00',1,0,1),(22594,'20723','Rantoul','RANTOUL',NULL,'','United States','',0,0,231,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22595,'733','Rantum','RANTUM',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22596,'12362','Rapale','RAPALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22597,'12363','Rapallo','RAPALLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:00','1900-01-01 00:00:00',1,0,1),(22598,'31207','Raphine','RAPHINE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:01','1900-01-01 00:00:00',1,0,1),(22599,'39679','Rapolano Terme','RAPOLANO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:02','1900-01-01 00:00:00',1,0,1),(22600,'12364','Rapolla','RAPOLLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:02','1900-01-01 00:00:00',1,0,1),(22601,'23320','Rapperswil','RAPPERSWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22603,'28397','Raritan','RARITAN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22604,'24076','Rarotonga','RAROTONGA',NULL,'','Cook Islands','',0,0,53,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22605,'25909','Ras Al Khaimah','RAS AL KHAIMAH',NULL,'','United Arab Emirates','',0,0,228,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22606,'34975','Ras El Sudr','RAS EL SUDR',NULL,'','Egypt','',0,0,65,'2016-10-17 11:44:03','1900-01-01 00:00:00',1,0,1),(22607,'3009','Rascafria','RASCAFRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22608,'14819','Rasta','RASTA',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22609,'38918','Rasun Di Sopra','RASUN DI SOPRA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22610,'42727','Ratanakiri','RATANAKIRI',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22611,'40403','Ratbor','RATBOR',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:44:04','1900-01-01 00:00:00',1,0,1),(22612,'10462','Rathdana','RATHDANA',NULL,'','India','',0,0,101,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22613,'687','Rathen','RATHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22614,'10899','Rathkeale','RATHKEALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22615,'10853','Rathmines','RATHMINES',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22616,'10825','Rathmullan','RATHMULLAN',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22617,'557','Ratingen','RATINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22618,'10585','Ratnagiri','RATNAGIRI',NULL,'','India','Ratnagiri',5,0,101,'2016-10-17 11:44:05','1900-01-01 00:00:00',1,0,1),(22619,'37966','Rattvik','RATTVIK',NULL,'','Sweden','',0,0,209,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22620,'306','Rauenberg','RAUENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22621,'11012','Raufarhofn','RAUFARHOFN',NULL,'','Iceland','',0,0,100,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22622,'3987','Rauha','RAUHA',NULL,'','Finland','',0,0,75,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22623,'15009','Rauland','RAULAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22624,'4027','Rauma','RAUMA',NULL,'','Finland','',0,0,75,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22625,'15158','Raumati Beach','RAUMATI BEACH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22626,'469','Raunheim','RAUNHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:06','1900-01-01 00:00:00',1,0,1),(22627,'38107','Rauris','RAURIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22628,'12365','Ravello','RAVELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22629,'7270','Ravelston','RAVELSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22630,'8771','Ravenglass','RAVENGLASS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22631,'29507','Ravenna','RAVENNA',NULL,'','United States','',0,0,231,'2016-10-17 11:44:07','1900-01-01 00:00:00',1,0,1),(22632,'12733','Ravenna','RAVENNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22633,'39236','Ravensbourne','RAVENSBOURNE',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22634,'8772','Ravenscar','RAVENSCAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22635,'39013','Ravensdale','RAVENSDALE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22636,'8773','Ravenstonedale','RAVENSTONEDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:08','1900-01-01 00:00:00',1,0,1),(22637,'32036','Ravenswood','RAVENSWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22638,'2324','Ravnsbaek','RAVNSBAEK',NULL,'','Denmark','',0,0,59,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22639,'43616','Rawa Mazowiecka','RAWA MAZOWIECKA',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22640,'42032','Rawai','RAWAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22641,'15324','Rawala Kot','RAWALA KOT',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22642,'15325','Rawalpindi','RAWALPINDI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:44:09','1900-01-01 00:00:00',1,0,1),(22643,'32126','Rawlins','RAWLINS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22644,'41756','Rawson','RAWSON',NULL,'','Argentina','',0,0,10,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22645,'8774','Rayleigh','RAYLEIGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:10','1900-01-01 00:00:00',1,0,1),(22646,'31598','Raymond','RAYMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:44:11','1900-01-01 00:00:00',1,0,1),(22647,'34299','Raymond Terrace','RAYMOND TERRACE',NULL,'','Australia','Raymond Terrace',0,0,13,'2016-10-17 11:44:11','1900-01-01 00:00:00',1,0,1),(22648,'30878','Raymondville','RAYMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:12','1900-01-01 00:00:00',1,0,1),(22649,'21251','Rayne','RAYNE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:12','1900-01-01 00:00:00',1,0,1),(22650,'21505','Raynham','RAYNHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:44:13','1900-01-01 00:00:00',1,0,1),(22651,'4466','Rayol-canadel-sur-mer','RAYOL-CANADEL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:44:13','1900-01-01 00:00:00',1,0,1),(22653,'27753','Raytown','RAYTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:14','1900-01-01 00:00:00',1,0,1),(22654,'5243','Razac-sur-l\'isle','RAZAC-SUR-L\'ISLE',NULL,'','France','',0,0,76,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22655,'42251','Razgrad','RAZGRAD',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22656,'24783','Razlog','RAZLOG',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22657,'13092','Reading','READING',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22658,'8775','Reading','READING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22659,'30143','Reading','READING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:15','1900-01-01 00:00:00',1,0,1),(22660,'21507','Readville','READVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22661,'17531','Real De San Carlos','REAL DE SAN CARLOS',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22662,'40314','Realmont','REALMONT',NULL,'','France','',0,0,76,'2016-10-17 11:44:17','1900-01-01 00:00:00',1,0,1),(22663,'12366','Realmonte','REALMONTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22664,'23321','Realp','REALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22665,'36433','Rebak Besar Island','REBAK BESAR ISLAND',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22666,'2248','Rebild','REBILD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22667,'13333','Rebun','REBUN',NULL,'','Japan','',0,0,110,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22668,'12367','Recanati','RECANATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22669,'37239','Recco','RECCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22670,'35404','Recess','RECESS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:18','1900-01-01 00:00:00',1,0,1),(22671,'1906','Rechenberg-bienenmuhle','RECHENBERG-BIENENMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22672,'25045','Recife','RECIFE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22673,'23463','Reckingen','RECKINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22674,'22386','Recklinghausen','RECKLINGHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22675,'23550','Recoleta','RECOLETA',NULL,'','Chile','',0,0,45,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22676,'6191','Recques-sur-hem','RECQUES-SUR-HEM',NULL,'','France','',0,0,76,'2016-10-17 11:44:19','1900-01-01 00:00:00',1,0,1),(22677,'1161','Red Centre - Northern Territory','RED CENTRE - NORTHERN TERRITORY',NULL,'','AUSTRALIA','',0,0,13,'2016-10-17 11:44:21','1900-01-01 00:00:00',1,0,1),(22678,'1737','Red Sea','RED SEA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:44:25','1900-01-01 00:00:00',1,0,1),(22679,'40065','Reda','REDA',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:25','1900-01-01 00:00:00',1,0,1),(22680,'39902','Redagno','REDAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22681,'19901','Redan','REDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22682,'14325','Redang Island','REDANG ISLAND',NULL,'','Malaysia','Redang Island',0,0,132,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22683,'8776','Redbourn','REDBOURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:26','1900-01-01 00:00:00',1,0,1),(22684,'8777','Redbridge','REDBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22685,'8778','Redcar','REDCAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22686,'32323','Redcliffe','REDCLIFFE',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22687,'26745','Redcliffe','REDCLIFFE',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22688,'37568','Redcross','REDCROSS',NULL,'','Ireland','',0,0,105,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22689,'18817','Redding','REDDING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:27','1900-01-01 00:00:00',1,0,1),(22690,'8779','Redditch','REDDITCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22691,'24997','Redencao','REDENCAO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22692,'40282','Redentora','REDENTORA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22693,'34300','Redfern','REDFERN',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:28','1900-01-01 00:00:00',1,0,1),(22694,'33045','Redfield','REDFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:29','1900-01-01 00:00:00',1,0,1),(22695,'22220','Redford','REDFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:44:29','1900-01-01 00:00:00',1,0,1),(22696,'31867','Redgranite','REDGRANITE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22697,'8780','Redhill','REDHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22698,'6058','Reding','REDING',NULL,'','France','',0,0,76,'2016-10-17 11:44:30','1900-01-01 00:00:00',1,0,1),(22699,'19587','Redington Beach','REDINGTON BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:31','1900-01-01 00:00:00',1,0,1),(22700,'26746','Redland Bay','REDLAND BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:31','1900-01-01 00:00:00',1,0,1),(22701,'18819','Redlands','REDLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22702,'8781','Redlynch','REDLYNCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22703,'26747','Redlynch','REDLYNCH',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:32','1900-01-01 00:00:00',1,0,1),(22704,'29738','Redmond','REDMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22705,'40785','Redondo','REDONDO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22706,'18820','Redondo Beach','REDONDO BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:33','1900-01-01 00:00:00',1,0,1),(22707,'38433','Redruth','REDRUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:34','1900-01-01 00:00:00',1,0,1),(22708,'33529','Redstone','REDSTONE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:34','1900-01-01 00:00:00',1,0,1),(22709,'18821','Redway','REDWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:35','1900-01-01 00:00:00',1,0,1),(22710,'18822','Redwood City','REDWOOD CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:35','1900-01-01 00:00:00',1,0,1),(22711,'43287','Redworth','REDWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:36','1900-01-01 00:00:00',1,0,1),(22712,'14820','Reed','REED',NULL,'','Norway','',0,0,164,'2016-10-17 11:44:36','1900-01-01 00:00:00',1,0,1),(22713,'18823','Reedley','REEDLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:44:37','1900-01-01 00:00:00',1,0,1),(22714,'27754','Reeds Spring','REEDS SPRING',NULL,'','United States','',0,0,231,'2016-10-17 11:44:37','1900-01-01 00:00:00',1,0,1),(22715,'31868','Reedsburg','REEDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:44:38','1900-01-01 00:00:00',1,0,1),(22716,'29739','Reedsport','REEDSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:44:38','1900-01-01 00:00:00',1,0,1),(22717,'30146','Reedsville','REEDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:39','1900-01-01 00:00:00',1,0,1),(22718,'8782','Reepham','REEPHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:39','1900-01-01 00:00:00',1,0,1),(22719,'43651','Refer','REFER',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22720,'39520','Reform','REFORM',NULL,'','United States','',0,0,231,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22721,'13855','Reforma - Zona Rosa','REFORMA - ZONA ROSA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:44:40','1900-01-01 00:00:00',1,0,1),(22722,'30880','Refugio','REFUGIO',NULL,'','United States','',0,0,231,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22723,'35627','Regello','REGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22724,'3584','Regencos','REGENCOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22725,'307','Regensburg','REGENSBURG',NULL,'','Germany','Regensburg',0,0,83,'2016-10-17 11:44:41','1900-01-01 00:00:00',1,0,1),(22726,'23322','Regensdorf','REGENSDORF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22727,'12368','Reggello','REGGELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22728,'12369','Reggiolo','REGGIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:44:42','1900-01-01 00:00:00',1,0,1),(22729,'31208','Regina','REGINA',NULL,'','United States','',0,0,231,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22730,'1643','Regina','REGINA',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22731,'22962','Regina','REGINA',NULL,'','Canada','',0,0,39,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22732,'19902','Register','REGISTER',NULL,'','United States','',0,0,231,'2016-10-17 11:44:43','1900-01-01 00:00:00',1,0,1),(22733,'43200','Reguengos De Monsaraz','REGUENGOS DE MONSARAZ',NULL,'','Portugal','',0,0,175,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22734,'44084','Rehainviller','REHAINVILLER',NULL,'','France','',0,0,76,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22735,'40781','Rehau','REHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22736,'21508','Rehoboth','REHOBOTH',NULL,'','United States','',0,0,231,'2016-10-17 11:44:44','1900-01-01 00:00:00',1,0,1),(22737,'308','Reichelshofen','REICHELSHOFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:45','1900-01-01 00:00:00',1,0,1),(22738,'27113','Reichenau','REICHENAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22739,'1907','Reichenbach','REICHENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22740,'40198','Reichenfels','REICHENFELS',NULL,'','Austria','',0,0,14,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22741,'37762','Reichenschwand','REICHENSCHWAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:46','1900-01-01 00:00:00',1,0,1),(22742,'38640','Reid','REID',NULL,'','Australia','',0,0,13,'2016-10-17 11:44:47','1900-01-01 00:00:00',1,0,1),(22743,'33981','Reidsville','REIDSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:44:47','1900-01-01 00:00:00',1,0,1),(22744,'8783','Reigate','REIGATE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22745,'39160','Reignac-sur-indre','REIGNAC-SUR-INDRE',NULL,'','France','',0,0,76,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22746,'22621','Reilingen','REILINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22747,'16686','Reimersholme','REIMERSHOLME',NULL,'','Sweden','',0,0,209,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22748,'4996','Reims','REIMS',NULL,'','France','',0,0,76,'2016-10-17 11:44:48','1900-01-01 00:00:00',1,0,1),(22749,'734','Reinbek','REINBEK',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22750,'22622','Reinhardsachsen','REINHARDSACHSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22751,'30147','Reinholds','REINHOLDS',NULL,'','United States','',0,0,231,'2016-10-17 11:44:49','1900-01-01 00:00:00',1,0,1),(22752,'2011','Reinickendorf','REINICKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:52','1900-01-01 00:00:00',1,0,1),(22753,'3136','Reinosa','REINOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:55','1900-01-01 00:00:00',1,0,1),(22754,'27272','Reinsehlen','REINSEHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:56','1900-01-01 00:00:00',1,0,1),(22755,'2086','Reinstorf','REINSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:56','1900-01-01 00:00:00',1,0,1),(22756,'21772','Reisterstown','REISTERSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:44:57','1900-01-01 00:00:00',1,0,1),(22757,'38945','Rekowo Gorne','REKOWO GORNE',NULL,'','Poland','',0,0,174,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22758,'3779','Relleu','RELLEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22759,'735','Rellingen','RELLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22760,'655','Remagen','REMAGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22761,'6313','Remaisnil','REMAISNIL',NULL,'','France','',0,0,76,'2016-10-17 11:44:58','1900-01-01 00:00:00',1,0,1),(22762,'14476','Rembrandtplein','REMBRANDTPLEIN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22763,'13653','Remich','REMICH',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22764,'20969','Remington','REMINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22765,'559','Remscheid','REMSCHEID',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22766,'22387','Remshalden','REMSHALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:44:59','1900-01-01 00:00:00',1,0,1),(22767,'15159','Remuera','REMUERA',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22768,'14893','Rena','RENA',NULL,'','Norway','',0,0,164,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22769,'23503','Renaca','RENACA',NULL,'','Chile','',0,0,45,'2016-10-17 11:45:00','1900-01-01 00:00:00',1,0,1),(22770,'23551','Renca','RENCA',NULL,'','Chile','',0,0,45,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22771,'25862','Rendezvous Bay','RENDEZVOUS BAY',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22772,'41534','Renedo De Cabuerniga','RENEDO DE CABUERNIGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22773,'23323','Renens','RENENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22774,'14699','Renesse','RENESSE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22775,'34623','Renfrew','RENFREW',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22776,'8784','Renfrew','RENFREW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:01','1900-01-01 00:00:00',1,0,1),(22777,'7271','Renfrewshire','RENFREWSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22778,'33724','Renfro Valley','RENFRO VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22779,'7272','Renishaw','RENISHAW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22780,'14763','Renkum','RENKUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:02','1900-01-01 00:00:00',1,0,1),(22781,'26818','Renmark','RENMARK',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22782,'16555','Rennell Island','RENNELL ISLAND',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22783,'30881','Renner','RENNER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22784,'41347','Rennes-chantepie','RENNES-CHANTEPIE',NULL,'','France','',0,0,76,'2016-10-17 11:45:03','1900-01-01 00:00:00',1,0,1),(22785,'27085','Rennweg','RENNWEG',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:04','1900-01-01 00:00:00',1,0,1),(22786,'30148','Renovo','RENOVO',NULL,'','United States','',0,0,231,'2016-10-17 11:45:05','1900-01-01 00:00:00',1,0,1),(22787,'20970','Rensselaer','RENSSELAER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:06','1900-01-01 00:00:00',1,0,1),(22788,'31600','Renton','RENTON',NULL,'','United States','',0,0,231,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22789,'10964','Renvyle','RENVYLE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22790,'39711','Reocin','REOCIN',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22791,'22836','Repentigny','REPENTIGNY',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:07','1900-01-01 00:00:00',1,0,1),(22792,'16248','Repino','REPINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22793,'6691','Replonges','REPLONGES',NULL,'','France','',0,0,76,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22794,'27755','Republic','REPUBLIC',NULL,'','United States','',0,0,231,'2016-10-17 11:45:08','1900-01-01 00:00:00',1,0,1),(22795,'25806','Repulse Bay','REPULSE BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22796,'9912','Repulse Bay','REPULSE BAY',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22797,'3780','Requena','REQUENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22798,'38199','Rerik','RERIK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:09','1900-01-01 00:00:00',1,0,1),(22799,'33983','Research Triangle Park','RESEARCH TRIANGLE PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:10','1900-01-01 00:00:00',1,0,1),(22800,'18824','Reseda','RESEDA',NULL,'','United States','',0,0,231,'2016-10-17 11:45:10','1900-01-01 00:00:00',1,0,1),(22801,'25144','Resende','RESENDE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22802,'26546','Reservoir','RESERVOIR',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22803,'26092','Resistencia','RESISTENCIA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22804,'16238','Resita','RESITA',NULL,'','Romania','',0,0,179,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22805,'25807','Resolute','RESOLUTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22806,'7273','Restalrig','RESTALRIG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22807,'15830','Restelo','RESTELO',NULL,'','Portugal','',0,0,175,'2016-10-17 11:45:11','1900-01-01 00:00:00',1,0,1),(22808,'9272','Retford','RETFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22809,'9588','Rethimnon','RETHIMNON',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22810,'43462','Rethymno-adelianos Campos','RETHYMNO-ADELIANOS CAMPOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22811,'43463','Rethymno-skaleta','RETHYMNO-SKALETA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22812,'24613','Retie','RETIE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:45:12','1900-01-01 00:00:00',1,0,1),(22813,'2769','Retiro - Prado','RETIRO - PRADO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22814,'310','Rettenbach','RETTENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22815,'27114','Retz','RETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22816,'4985','Reunion','REUNION',NULL,'','France','',0,0,76,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22817,'16187','Reunion','REUNION',NULL,'','Reunion','',0,0,178,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22818,'3585','Reus','REUS',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22819,'23070','Reussbuehl','REUSSBUEHL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22820,'24524','Reuthe','REUTHE',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:13','1900-01-01 00:00:00',1,0,1),(22821,'22623','Reutlingen','REUTLINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22822,'16376','Reutov','REUTOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22823,'24491','Reutte','REUTTE',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22824,'6126','Revel','REVEL',NULL,'','France','',0,0,76,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22825,'25525','Revelstoke','REVELSTOKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22826,'21509','Revere','REVERE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:14','1900-01-01 00:00:00',1,0,1),(22827,'3137','Revilla','REVILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22828,'12911','Revine Lago','REVINE LAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22829,'13985','Revolucion','REVOLUCION',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22830,'13856','Revolución','REVOLUCIÓN',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22831,'10586','Rewa','REWA',NULL,'','India','Rewa',15,0,101,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22832,'40064','Rewal','REWAL',NULL,'','Poland','',0,0,174,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22833,'38703','Rewari','REWARI',NULL,'','India','Rewari',20,0,101,'2016-10-17 11:45:15','1900-01-01 00:00:00',1,0,1),(22834,'20391','Rexburg','REXBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:16','1900-01-01 00:00:00',1,0,1),(22835,'34624','Rexdale','REXDALE',NULL,'','Canada','',0,0,39,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22836,'10991','Reydarfjoerdur','REYDARFJOERDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22837,'10992','Reydarfjordur','REYDARFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22838,'11005','Reykholt','REYKHOLT',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22839,'11009','Reykjavik','REYKJAVIK',NULL,'','Iceland','',0,0,100,'2016-10-17 11:45:17','1900-01-01 00:00:00',1,0,1),(22840,'26470','Reynella','REYNELLA',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22841,'29509','Reynoldsburg','REYNOLDSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22842,'8785','Reynoldston','REYNOLDSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22843,'14110','Reynosa','REYNOSA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:45:18','1900-01-01 00:00:00',1,0,1),(22844,'13669','Rezekne','REZEKNE',NULL,'','Latvia','',0,0,119,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22845,'12371','Rezzato','REZZATO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22846,'8786','Rhayader','RHAYADER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22847,'560','Rheda-wiedenbruck','RHEDA-WIEDENBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22848,'40313','Rheden','RHEDEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:19','1900-01-01 00:00:00',1,0,1),(22849,'40570','Rheinau','RHEINAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22850,'23324','Rheinau','RHEINAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22851,'1692','Rheindahlen','RHEINDAHLEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22852,'39526','Rheine','RHEINE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22853,'40643','Rheinfelden','RHEINFELDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22854,'23429','Rheinfelden','RHEINFELDEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22855,'800','Rheinsberg','RHEINSBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:20','1900-01-01 00:00:00',1,0,1),(22856,'801','Rheinsberg-glienicke','RHEINSBERG-GLIENICKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22857,'29071','Rhinebeck','RHINEBECK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22858,'29072','Rhinecliff','RHINECLIFF',NULL,'','United States','',0,0,231,'2016-10-17 11:45:21','1900-01-01 00:00:00',1,0,1),(22859,'22389','Rhinehesse - Palatinate','RHINEHESSE - PALATINATE',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:22','1900-01-01 00:00:00',1,0,1),(22860,'39512','Rhineland','RHINELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:22','1900-01-01 00:00:00',1,0,1),(22861,'31869','Rhinelander','RHINELANDER',NULL,'','United States','',0,0,231,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22862,'12372','Rho','RHO',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22863,'40112','Rhodes','RHODES',NULL,'','South Africa','Rhodes',0,0,195,'2016-10-17 11:45:23','1900-01-01 00:00:00',1,0,1),(22864,'36357','Rhodes-afandou','RHODES-AFANDOU',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22865,'35228','Rhodes-faliraki','RHODES-FALIRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22866,'35236','Rhodes-ialyssos','RHODES-IALYSSOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22867,'35239','Rhodes-ixia','RHODES-IXIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22868,'35244','Rhodes-kalithea','RHODES-KALITHEA',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22869,'35252','Rhodes-kremasti','RHODES-KREMASTI',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22870,'35257','Rhodes-lindos','RHODES-LINDOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22871,'35288','Rhodes-rhodes Town','RHODES-RHODES TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22872,'24784','Rhodopes','RHODOPES',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:45:24','1900-01-01 00:00:00',1,0,1),(22873,'30882','Rhome','RHOME',NULL,'','United States','',0,0,231,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22874,'8787','Rhondda','RHONDDA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22875,'8788','Rhoose','RHOOSE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:25','1900-01-01 00:00:00',1,0,1),(22876,'9335','Rhos On Sea','RHOS ON SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22877,'14326','Rhu Tapai','RHU TAPAI',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22878,'41094','Rhyl','RHYL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22879,'38537','Riace','RIACE',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22880,'3586','Rialp','RIALP',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:26','1900-01-01 00:00:00',1,0,1),(22881,'18825','Rialto','RIALTO',NULL,'','United States','',0,0,231,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22882,'40526','Rianxo','RIANXO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22883,'10258','Riau','RIAU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:45:27','1900-01-01 00:00:00',1,0,1),(22884,'3478','Riaza','RIAZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22885,'3722','Ribabellosa','RIBABELLOSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22886,'39730','Ribadedeva','RIBADEDEVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22887,'3587','Ribadeo','RIBADEO',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22888,'3105','Ribadesella','RIBADESELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22889,'3066','Ribaforada','RIBAFORADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22890,'16648','Ribcev Laz','RIBCEV LAZ',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22891,'2266','Ribe','RIBE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:45:28','1900-01-01 00:00:00',1,0,1),(22892,'6314','Ribeauville','RIBEAUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22893,'3683','Ribeira','RIBEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22894,'25215','Ribeirao Preto','RIBEIRAO PRETO',NULL,'','Brazil','',0,0,30,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22895,'39710','Ribera','RIBERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:29','1900-01-01 00:00:00',1,0,1),(22896,'5244','Riberac','RIBERAC',NULL,'','France','',0,0,76,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22897,'24947','Riberalta','RIBERALTA',NULL,'','Bolivia','',0,0,26,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22898,'38220','Ribes De Freser','RIBES DE FRESER',NULL,'','Spain','',0,0,199,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22899,'1847','Ribnitz','RIBNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22900,'12374','Ricadi','RICADI',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22901,'24320','Ricany','RICANY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22902,'15160','Riccarton','RICCARTON',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:45:30','1900-01-01 00:00:00',1,0,1),(22903,'11404','Riccione','RICCIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:31','1900-01-01 00:00:00',1,0,1),(22904,'38737','Riccò Del Golfo Di Spezia','RICCÒ DEL GOLFO DI SPEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:31','1900-01-01 00:00:00',1,0,1),(22905,'32388','Richards Bay','RICHARDS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22906,'16518','Richard-toll','RICHARD-TOLL',NULL,'','Senegal','',0,0,187,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22907,'30394','Richburg','RICHBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:45:33','1900-01-01 00:00:00',1,0,1),(22908,'5675','Richelieu','RICHELIEU',NULL,'','France','',0,0,76,'2016-10-17 11:45:34','1900-01-01 00:00:00',1,0,1),(22909,'29510','Richfield','RICHFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:34','1900-01-01 00:00:00',1,0,1),(22910,'31383','Richford','RICHFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:36','1900-01-01 00:00:00',1,0,1),(22911,'22221','Richland','RICHLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:37','1900-01-01 00:00:00',1,0,1),(22912,'31210','Richlands','RICHLANDS',NULL,'','United States','',0,0,231,'2016-10-17 11:45:39','1900-01-01 00:00:00',1,0,1),(22913,'31211','Richmond','RICHMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:40','1900-01-01 00:00:00',1,0,1),(22914,'26862','Richmond','RICHMOND',NULL,'','Australia','',0,0,13,'2016-10-17 11:45:41','1900-01-01 00:00:00',1,0,1),(22915,'42375','Richmond Upon Thames','RICHMOND UPON THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:48','1900-01-01 00:00:00',1,0,1),(22916,'29074','Richmondville','RICHMONDVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:48','1900-01-01 00:00:00',1,0,1),(22917,'20725','Richton Park','RICHTON PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:45:49','1900-01-01 00:00:00',1,0,1),(22918,'33726','Richwood','RICHWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:49','1900-01-01 00:00:00',1,0,1),(22919,'8791','Rickmansworth','RICKMANSWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:45:50','1900-01-01 00:00:00',1,0,1),(22920,'16841','Riddarholmen','RIDDARHOLMEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22921,'43898','Ridderkerk','RIDDERKERK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22922,'18828','Ridgecrest','RIDGECREST',NULL,'','United States','',0,0,231,'2016-10-17 11:45:51','1900-01-01 00:00:00',1,0,1),(22923,'27759','Ridgedale','RIDGEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:52','1900-01-01 00:00:00',1,0,1),(22924,'28399','Ridgefield','RIDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:52','1900-01-01 00:00:00',1,0,1),(22925,'27907','Ridgeland','RIDGELAND',NULL,'','United States','',0,0,231,'2016-10-17 11:45:54','1900-01-01 00:00:00',1,0,1),(22926,'21774','Ridgely','RIDGELY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:54','1900-01-01 00:00:00',1,0,1),(22927,'30396','Ridgeway','RIDGEWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:55','1900-01-01 00:00:00',1,0,1),(22928,'29075','Ridgewood','RIDGEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:45:56','1900-01-01 00:00:00',1,0,1),(22929,'33531','Ridgway','RIDGWAY',NULL,'','United States','',0,0,231,'2016-10-17 11:45:57','1900-01-01 00:00:00',1,0,1),(22930,'38551','Ried Im Innkreis','RIED IM INNKREIS',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:57','1900-01-01 00:00:00',1,0,1),(22931,'23071','Riederalp','RIEDERALP',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22932,'2045','Riedstadt','RIEDSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22933,'30150','Riegelsville','RIEGELSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22934,'38894','Riemst','RIEMST',NULL,'','Belgium','',0,0,21,'2016-10-17 11:45:58','1900-01-01 00:00:00',1,0,1),(22935,'22390','Riesa','RIESA',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22936,'23072','Riesbach','RIESBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22937,'2038','Riesenbeck','RIESENBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22938,'12375','Rieti','RIETI',NULL,'','Italy','',0,0,107,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22939,'24492','Rietz','RIETZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22940,'6127','Rieupeyroux','RIEUPEYROUX',NULL,'','France','',0,0,76,'2016-10-17 11:45:59','1900-01-01 00:00:00',1,0,1),(22941,'40569','Rieux-minervois','RIEUX-MINERVOIS',NULL,'','France','',0,0,76,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22942,'24525','Riezlern','RIEZLERN',NULL,'','Austria','',0,0,14,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22943,'24034','Rifflart','RIFFLART',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22944,'33532','Rifle','RIFLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22945,'13670','Riga','RIGA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:46:00','1900-01-01 00:00:00',1,0,1),(22946,'22837','Rigaud','RIGAUD',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22947,'20393','Rigby','RIGBY',NULL,'','United States','',0,0,231,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22948,'20394','Riggins','RIGGINS',NULL,'','United States','',0,0,231,'2016-10-17 11:46:01','1900-01-01 00:00:00',1,0,1),(22949,'865','Rigi-kaltbad','RIGI-KALTBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22950,'25678','Rigolet','RIGOLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22951,'11405','Rigomagno','RIGOMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:02','1900-01-01 00:00:00',1,0,1),(22952,'13760','Rihiveli','RIHIVELI',NULL,'','Maldives','',0,0,133,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22953,'3918','Riihimaki','RIIHIMAKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22954,'10036','Rijeka','RIJEKA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22955,'14756','Rijssen','RIJSSEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22956,'14730','Rijswijk','RIJSWIJK',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22957,'40798','Riksgransen','RIKSGRANSEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22958,'4468','Rillieux-la-pape','RILLIEUX-LA-PAPE',NULL,'','France','',0,0,76,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22959,'15414','Rimac','RIMAC',NULL,'','Peru','',0,0,172,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22960,'311','Rimbach','RIMBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:03','1900-01-01 00:00:00',1,0,1),(22961,'25352','Rimbey','RIMBEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22962,'16842','Rimbo','RIMBO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22963,'22838','Rimouski','RIMOUSKI',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22964,'18196','Rimrock','RIMROCK',NULL,'','United States','',0,0,231,'2016-10-17 11:46:04','1900-01-01 00:00:00',1,0,1),(22965,'16649','Rimske Toplice','RIMSKE TOPLICE',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22966,'312','Rimsting','RIMSTING',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22967,'15763','Rincon','RINCON',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22968,'37244','Rincon','RINCON',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22969,'19906','Rincon','RINCON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22970,'13857','Rincon De Guayabitos','RINCON DE GUAYABITOS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:46:05','1900-01-01 00:00:00',1,0,1),(22971,'35045','Rincon De La Victori','RINCON DE LA VICTORI',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22972,'26051','Rincon De Los Sauces','RINCON DE LOS SAUCES',NULL,'','Argentina','',0,0,10,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22973,'32757','Rindge','RINDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22974,'10754','Ring Of Kerry','RING OF KERRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:46:06','1900-01-01 00:00:00',1,0,1),(22975,'13640','Ringaudai','RINGAUDAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22976,'14950','Ringebu','RINGEBU',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22977,'23325','Ringgenberg','RINGGENBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22978,'19907','Ringgold','RINGGOLD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:07','1900-01-01 00:00:00',1,0,1),(22979,'23628','Ringha','RINGHA',NULL,'','China','',0,0,46,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22980,'16556','Ringi Cove','RINGI COVE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22981,'2278','Ringkobing','RINGKOBING',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22982,'14365','Ringlet','RINGLET',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22983,'8792','Ringmer','RINGMER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22984,'10854','Ringsend','RINGSEND',NULL,'','Ireland','',0,0,105,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22985,'22624','Ringsheim','RINGSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22986,'2331','Ringsted','RINGSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:08','1900-01-01 00:00:00',1,0,1),(22987,'28401','Ringwood','RINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22988,'8793','Ringwood','RINGWOOD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22989,'26370','Ringwood','RINGWOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:09','1900-01-01 00:00:00',1,0,1),(22990,'2299','Rinkenaes','RINKENAES',NULL,'','Denmark','',0,0,59,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22991,'37401','Rinn','RINN',NULL,'','Austria','',0,0,14,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22992,'27273','Rinteln','RINTELN',NULL,'','Germany','',0,0,83,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22993,'40258','Río Claro','RÍO CLARO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:46:10','1900-01-01 00:00:00',1,0,1),(22994,'15764','Rio Grande','RIO GRANDE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:46:11','1900-01-01 00:00:00',1,0,1),(22995,'2369','Rio San Juan','RIO SAN JUAN',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22996,'34969','Riobamba','RIOBAMBA',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22997,'41524','Riofrio','RIOFRIO',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:13','1900-01-01 00:00:00',1,0,1),(22998,'24110','Riohacha','RIOHACHA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(22999,'15430','Rioja','RIOJA',NULL,'','Peru','',0,0,172,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23000,'12830','Riola Sardo','RIOLA SARDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23001,'12378','Riolo Terme','RIOLO TERME',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23002,'5957','Riols','RIOLS',NULL,'','France','',0,0,76,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23003,'5020','Riom','RIOM',NULL,'','France','',0,0,76,'2016-10-17 11:46:14','1900-01-01 00:00:00',1,0,1),(23004,'12379','Riomaggiore','RIOMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23005,'2771','Riomar','RIOMAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23006,'4469','Riom-es-montagnes','RIOM-ES-MONTAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23007,'24095','Rionegro','RIONEGRO',NULL,'','Colombia','',0,0,49,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23008,'3106','Riospaso','RIOSPASO',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:15','1900-01-01 00:00:00',1,0,1),(23009,'39421','Ripalimosani','RIPALIMOSANI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:16','1900-01-01 00:00:00',1,0,1),(23010,'29076','Ripley','RIPLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:46:16','1900-01-01 00:00:00',1,0,1),(23011,'8794','Ripley','RIPLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:17','1900-01-01 00:00:00',1,0,1),(23012,'3588','Ripollet','RIPOLLET',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:18','1900-01-01 00:00:00',1,0,1),(23013,'8795','Ripon','RIPON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:19','1900-01-01 00:00:00',1,0,1),(23014,'18830','Ripon','RIPON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:19','1900-01-01 00:00:00',1,0,1),(23015,'39061','Riposto','RIPOSTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23016,'6787','Riquewihr','RIQUEWIHR',NULL,'','France','',0,0,76,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23017,'8796','Risca','RISCA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23018,'10587','Rishikesh','RISHIKESH',NULL,'','India','Rishikesh',9,0,101,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23019,'13186','Rishiri','RISHIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23020,'10696','Rishra','RISHRA',NULL,'','India','',0,0,101,'2016-10-17 11:46:20','1900-01-01 00:00:00',1,0,1),(23021,'39336','Rising Fawn','RISING FAWN',NULL,'','United States','',0,0,231,'2016-10-17 11:46:21','1900-01-01 00:00:00',1,0,1),(23022,'40428','Risor','RISOR',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:21','1900-01-01 00:00:00',1,0,1),(23023,'4841','Risoul','RISOUL',NULL,'','France','',0,0,76,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23024,'43310','Ritten','RITTEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23025,'31604','Ritzville','RITZVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:22','1900-01-01 00:00:00',1,0,1),(23026,'43090','Riudecaneys','RIUDECANEYS',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23027,'3589','Riudellots De La Selva','RIUDELLOTS DE LA SELVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23028,'42003','Rivabella Di Rimini','RIVABELLA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23029,'12383','Rivalta Di Torino','RIVALTA DI TORINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:23','1900-01-01 00:00:00',1,0,1),(23030,'38060','Rivarolo Canavese','RIVAROLO CANAVESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23031,'14448','Rivas','RIVAS',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23032,'42004','Rivazzurra Di Rimini','RIVAZZURRA DI RIMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23033,'6360','Rivedoux-plage','RIVEDOUX-PLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:46:24','1900-01-01 00:00:00',1,0,1),(23034,'17539','Rivera','RIVERA',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:46:26','1900-01-01 00:00:00',1,0,1),(23035,'18831','Riverbank','RIVERBANK',NULL,'','United States','',0,0,231,'2016-10-17 11:46:26','1900-01-01 00:00:00',1,0,1),(23036,'29077','Riverdale','RIVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:27','1900-01-01 00:00:00',1,0,1),(23037,'23629','Riverfront - Shamian Island','RIVERFRONT - SHAMIAN ISLAND',NULL,'','China','',0,0,46,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23038,'29078','Riverhead','RIVERHEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23039,'25527','Rivers Inlet','RIVERS INLET',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:28','1900-01-01 00:00:00',1,0,1),(23040,'27760','Riverside','RIVERSIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:29','1900-01-01 00:00:00',1,0,1),(23041,'33391','Riverton','RIVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:32','1900-01-01 00:00:00',1,0,1),(23042,'25623','Riverton','RIVERTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:33','1900-01-01 00:00:00',1,0,1),(23043,'26311','Rivervale','RIVERVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:33','1900-01-01 00:00:00',1,0,1),(23044,'22222','Riverview','RIVERVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:46:34','1900-01-01 00:00:00',1,0,1),(23045,'20728','Riverwoods','RIVERWOODS',NULL,'','United States','',0,0,231,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23046,'5958','Rivesaltes','RIVESALTES',NULL,'','France','',0,0,76,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23047,'30889','Riviera','RIVIERA',NULL,'','United States','',0,0,231,'2016-10-17 11:46:35','1900-01-01 00:00:00',1,0,1),(23048,'14080','Riviera Maya','RIVIERA MAYA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:46:37','1900-01-01 00:00:00',1,0,1),(23049,'22839','Riviere Du Loup','RIVIERE DU LOUP',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:37','1900-01-01 00:00:00',1,0,1),(23050,'14270','Riviere Noire','RIVIERE NOIRE',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23051,'22841','Riviere-du-loup','RIVIERE-DU-LOUP',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23052,'11409','Rivisondoli','RIVISONDOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23053,'12384','Rivoli','RIVOLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23054,'32597','Rivonia','RIVONIA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23055,'24643','Rixensart','RIXENSART',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23056,'6788','Rixheim','RIXHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:46:38','1900-01-01 00:00:00',1,0,1),(23057,'16483','Riyadh','RIYADH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23058,'32354','Riyan','RIYAN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23059,'17356','Rize','RIZE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23060,'23930','Rizhao','RIZHAO',NULL,'','China','',0,0,46,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23061,'14778','Rjukan','RJUKAN',NULL,'','Norway','',0,0,164,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23062,'32228','Road Town','ROAD TOWN',NULL,'','Virgin Islands - British','',0,0,32,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23063,'6692','Roanne','ROANNE',NULL,'','France','',0,0,76,'2016-10-17 11:46:39','1900-01-01 00:00:00',1,0,1),(23064,'17944','Roanoke','ROANOKE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:40','1900-01-01 00:00:00',1,0,1),(23065,'9968','Roatan','ROATAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23066,'27502','Robbinsdale','ROBBINSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23067,'33987','Robbinsville','ROBBINSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:43','1900-01-01 00:00:00',1,0,1),(23068,'41799','Robecchetto Con Induno','ROBECCHETTO CON INDUNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23069,'39325','Robertson','ROBERTSON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23070,'26749','Robertson','ROBERTSON',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23071,'34412','Robertville','ROBERTVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23072,'24679','Robertville','ROBERTVILLE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:44','1900-01-01 00:00:00',1,0,1),(23073,'22842','Roberval','ROBERVAL',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23074,'38680','Robina','ROBINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23075,'26312','Robinhood','ROBINHOOD',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23076,'20729','Robinson','ROBINSON',NULL,'','United States','',0,0,231,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23077,'36212','Robinson Crusoe Isl','ROBINSON CRUSOE ISL',NULL,'','Fiji','',0,0,74,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23078,'43815','Robinson Crusoe Island','ROBINSON CRUSOE ISLAND',NULL,'','Chile','',0,0,45,'2016-10-17 11:46:45','1900-01-01 00:00:00',1,0,1),(23079,'27909','Robinsonville','ROBINSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:46','1900-01-01 00:00:00',1,0,1),(23080,'26313','Robinvale','ROBINVALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:46:46','1900-01-01 00:00:00',1,0,1),(23081,'27911','Robisonville','ROBISONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23082,'41939','Robledillo De Gata','ROBLEDILLO DE GATA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23083,'3010','Robledo De Chavela','ROBLEDO DE CHAVELA',NULL,'','Spain','',0,0,199,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23084,'25624','Roblin','ROBLIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23085,'25528','Robson Street - West End','ROBSON STREET - WEST END',NULL,'','Canada','',0,0,39,'2016-10-17 11:46:47','1900-01-01 00:00:00',1,0,1),(23086,'30891','Robstown','ROBSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:46:48','1900-01-01 00:00:00',1,0,1),(23087,'4984','Rocamadour','ROCAMADOUR',NULL,'','France','',0,0,76,'2016-10-17 11:46:48','1900-01-01 00:00:00',1,0,1),(23088,'40731','Roccacasale','ROCCACASALE',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23089,'12385','Roccalumera','ROCCALUMERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23090,'12386','Roccamena','ROCCAMENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:49','1900-01-01 00:00:00',1,0,1),(23091,'12387','Roccaraso','ROCCARASO',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23092,'40750','Roccasecca','ROCCASECCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23093,'12388','Roccastrada','ROCCASTRADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23094,'12389','Roccatederighi','ROCCATEDERIGHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23095,'12391','Rocchetta Nervina','ROCCHETTA NERVINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:46:50','1900-01-01 00:00:00',1,0,1),(23096,'8797','Rocester','ROCESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23097,'8798','Rochdale','ROCHDALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23098,'31605','Roche Harbor','ROCHE HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:46:51','1900-01-01 00:00:00',1,0,1),(23099,'5676','Rochecorbon','ROCHECORBON',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23100,'24712','Rochefort','ROCHEFORT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23101,'5341','Rochefort','ROCHEFORT',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23102,'5595','Rochefort-en-terre','ROCHEFORT-EN-TERRE',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23103,'40067','Rochefort-sur-nenon','ROCHEFORT-SUR-NENON',NULL,'','France','',0,0,76,'2016-10-17 11:46:52','1900-01-01 00:00:00',1,0,1),(23104,'6693','Rochegude','ROCHEGUDE',NULL,'','France','',0,0,76,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23105,'24703','Rochehaut','ROCHEHAUT',NULL,'','Belgium','',0,0,21,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23106,'5787','Rochejean','ROCHEJEAN',NULL,'','France','',0,0,76,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23107,'20730','Rochelle','ROCHELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:46:53','1900-01-01 00:00:00',1,0,1),(23108,'44085','Rochemaure','ROCHEMAURE',NULL,'','France','',0,0,76,'2016-10-17 11:46:54','1900-01-01 00:00:00',1,0,1),(23109,'27761','Rocheport','ROCHEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:46:55','1900-01-01 00:00:00',1,0,1),(23110,'20731','Rochester','ROCHESTER',NULL,'','United States','',0,0,231,'2016-10-17 11:46:55','1900-01-01 00:00:00',1,0,1),(23111,'8799','Rochester','ROCHESTER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:46:57','1900-01-01 00:00:00',1,0,1),(23112,'28561','Rociada','ROCIADA',NULL,'','United States','',0,0,231,'2016-10-17 11:47:00','1900-01-01 00:00:00',1,0,1),(23113,'24889','Rock Sound','ROCK SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:03','1900-01-01 00:00:00',1,0,1),(23114,'29514','Rockbridge','ROCKBRIDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23115,'8801','Rockcliffe','ROCKCLIFFE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23116,'30892','Rockdale','ROCKDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:06','1900-01-01 00:00:00',1,0,1),(23117,'34302','Rockdale','ROCKDALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:07','1900-01-01 00:00:00',1,0,1),(23118,'20734','Rockford','ROCKFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:07','1900-01-01 00:00:00',1,0,1),(23119,'26750','Rockhampton','ROCKHAMPTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:08','1900-01-01 00:00:00',1,0,1),(23120,'26615','Rockingham','ROCKINGHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:08','1900-01-01 00:00:00',1,0,1),(23121,'33988','Rockingham','ROCKINGHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:47:09','1900-01-01 00:00:00',1,0,1),(23122,'34628','Rockland','ROCKLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:09','1900-01-01 00:00:00',1,0,1),(23123,'21511','Rockland','ROCKLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:10','1900-01-01 00:00:00',1,0,1),(23124,'19594','Rockledge','ROCKLEDGE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:11','1900-01-01 00:00:00',1,0,1),(23125,'18834','Rocklin','ROCKLIN',NULL,'','United States','',0,0,231,'2016-10-17 11:47:11','1900-01-01 00:00:00',1,0,1),(23126,'19909','Rockmart','ROCKMART',NULL,'','United States','',0,0,231,'2016-10-17 11:47:12','1900-01-01 00:00:00',1,0,1),(23127,'21778','Rockville','ROCKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:15','1900-01-01 00:00:00',1,0,1),(23128,'30894','Rockwall','ROCKWALL',NULL,'','United States','',0,0,231,'2016-10-17 11:47:16','1900-01-01 00:00:00',1,0,1),(23129,'30895','Rockwell','ROCKWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:47:17','1900-01-01 00:00:00',1,0,1),(23130,'30151','Rockwood','ROCKWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:17','1900-01-01 00:00:00',1,0,1),(23131,'27764','Rocky Comfort','ROCKY COMFORT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:18','1900-01-01 00:00:00',1,0,1),(23132,'25353','Rocky Mountain House','ROCKY MOUNTAIN HOUSE',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:20','1900-01-01 00:00:00',1,0,1),(23133,'33992','Rodanthe','RODANTHE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23134,'2309','Rodby','RODBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23135,'2310','Rodbyhavn','RODBYHAVN',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23136,'656','Rodder','RODDER',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:21','1900-01-01 00:00:00',1,0,1),(23137,'471','Rodelheim','RODELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23138,'14501','Roden','RODEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23139,'657','Rodenbach','RODENBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23140,'12392','Rodengo','RODENGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23141,'18835','Rodeo','RODEO',NULL,'','United States','',0,0,231,'2016-10-17 11:47:22','1900-01-01 00:00:00',1,0,1),(23142,'36087','Rodermark','RODERMARK',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23143,'4858','Rodez','RODEZ',NULL,'','France','',0,0,76,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23144,'2046','Rodgau','RODGAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23145,'12393','Rodi Garganico','RODI GARGANICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23146,'12394','Rodigo','RODIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:23','1900-01-01 00:00:00',1,0,1),(23147,'13575','Rodney Bay','RODNEY BAY',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23148,'14257','Rodrigues Island','RODRIGUES ISLAND',NULL,'','Mauritius','',0,0,139,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23149,'40669','Rodvig','RODVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23150,'28404','Roebling','ROEBLING',NULL,'','United States','',0,0,231,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23151,'22391','Roedermark','ROEDERMARK',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23152,'14577','Roermond','ROERMOND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:24','1900-01-01 00:00:00',1,0,1),(23153,'14821','Roervik','ROERVIK',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23154,'43945','Roeser','ROESER',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23155,'37900','Roesrath','ROESRATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23156,'313','Roetz','ROETZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23157,'14822','Rogaland','ROGALAND',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23158,'16650','Rogaska Slatina','ROGASKA SLATINA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23159,'27505','Rogers','ROGERS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:25','1900-01-01 00:00:00',1,0,1),(23160,'25529','Rogers Pass','ROGERS PASS',NULL,'','Canada','',0,0,39,'2016-10-17 11:47:27','1900-01-01 00:00:00',1,0,1),(23161,'17945','Rogersville','ROGERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:27','1900-01-01 00:00:00',1,0,1),(23162,'37980','Roggenburg','ROGGENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23163,'14926','Rognan','ROGNAN',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23164,'21779','Rognel Heights','ROGNEL HEIGHTS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:28','1900-01-01 00:00:00',1,0,1),(23165,'38760','Rognonas','ROGNONAS',NULL,'','France','',0,0,76,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23166,'40025','Rogny-les-sept-ecluses','ROGNY-LES-SEPT-ECLUSES',NULL,'','France','',0,0,76,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23167,'29742','Rogue River','ROGUE RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:47:29','1900-01-01 00:00:00',1,0,1),(23168,'10463','Rohet','ROHET',NULL,'','India','',0,0,101,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23169,'44155','Rohlstorf','ROHLSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23170,'18836','Rohnert Park','ROHNERT PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23171,'37345','Rohr','ROHR',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:30','1900-01-01 00:00:00',1,0,1),(23172,'855','Rohrmoos-schladming','ROHRMOOS-SCHLADMING',NULL,'','Austria','',0,0,14,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23173,'10640','Rohtak','ROHTAK',NULL,'','India','',0,0,101,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23175,'6361','Roiffe','ROIFFE',NULL,'','France','',0,0,76,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23176,'4470','Roissy','ROISSY',NULL,'','France','',0,0,76,'2016-10-17 11:47:31','1900-01-01 00:00:00',1,0,1),(23177,'4786','Roissy-en-france','ROISSY-EN-FRANCE',NULL,'','France','',0,0,76,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23178,'3781','Rojales','ROJALES',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23179,'10089','Rojtokmuzsaj','ROJTOKMUZSAJ',NULL,'','Hungary','',0,0,99,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23180,'10194','Rokot','ROKOT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23181,'5743','Rolampont','ROLAMPONT',NULL,'','France','',0,0,76,'2016-10-17 11:47:32','1900-01-01 00:00:00',1,0,1),(23182,'32952','Roland','ROLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23183,'2249','Rold','ROLD',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23184,'3040','Roldan','ROLDAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:33','1900-01-01 00:00:00',1,0,1),(23185,'23326','Rolle','ROLLE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23186,'24840','Rolle Town','ROLLE TOWN',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23187,'4787','Rolleboise','ROLLEBOISE',NULL,'','France','',0,0,76,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23188,'8802','Rollesby','ROLLESBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:35','1900-01-01 00:00:00',1,0,1),(23189,'26429','Rolleston','ROLLESTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23190,'24858','Rolleville','ROLLEVILLE',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23191,'20736','Rolling Meadows','ROLLING MEADOWS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23192,'30896','Rollingwood','ROLLINGWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:47:36','1900-01-01 00:00:00',1,0,1),(23193,'26752','Roma','ROMA',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23194,'39217','Romainmotier','ROMAINMOTIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23195,'4788','Romainville','ROMAINVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23196,'36636','Roman','ROMAN',NULL,'','Romania','',0,0,179,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23197,'24593','Roman Pais','ROMAN PAIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23198,'4472','Romaneche Thorins','ROMANECHE THORINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:37','1900-01-01 00:00:00',1,0,1),(23199,'23327','Romanshorn','ROMANSHORN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:38','1900-01-01 00:00:00',1,0,1),(23200,'6694','Romans-sur-isere','ROMANS-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 11:47:38','1900-01-01 00:00:00',1,0,1),(23201,'35532','Rome-genzano','ROME-GENZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23202,'35581','Rome-monte Porzio Ca','ROME-MONTE PORZIO CA',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23203,'20737','Romeoville','ROMEOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:40','1900-01-01 00:00:00',1,0,1),(23204,'40930','Romford','ROMFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23205,'43215','Romilla','ROMILLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23206,'5744','Romilly-sur-seine','ROMILLY-SUR-SEINE',NULL,'','France','',0,0,76,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23207,'32041','Romney','ROMNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:47:41','1900-01-01 00:00:00',1,0,1),(23208,'5677','Romorantin-lanthenay','ROMORANTIN-LANTHENAY',NULL,'','France','',0,0,76,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23209,'472','Romrod','ROMROD',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23210,'8803','Romsey','ROMSEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:42','1900-01-01 00:00:00',1,0,1),(23211,'22227','Romulus','ROMULUS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:43','1900-01-01 00:00:00',1,0,1),(23212,'31218','Ronald Reagan National Airport','RONALD REAGAN NATIONAL AIRPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:43','1900-01-01 00:00:00',1,0,1),(23213,'28015','Ronan','RONAN',NULL,'','United States','',0,0,231,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23214,'12912','Roncade','RONCADE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23215,'6362','Ronce-les-bains','RONCE-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:44','1900-01-01 00:00:00',1,0,1),(23216,'11412','Ronchi','RONCHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23217,'6192','Ronchin','RONCHIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23218,'12396','Ronciglione','RONCIGLIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23219,'23328','Ronco Bedretto','RONCO BEDRETTO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23220,'12734','Roncofreddo','RONCOFREDDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:45','1900-01-01 00:00:00',1,0,1),(23221,'11413','Roncola','RONCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23222,'6193','Roncq','RONCQ',NULL,'','France','',0,0,76,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23223,'3011','Ronda','RONDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23224,'25078','Rondonopolis','RONDONOPOLIS',NULL,'','Brazil','',0,0,30,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23225,'14165','Rongelap','RONGELAP',NULL,'','Marshall Islands','',0,0,136,'2016-10-17 11:47:46','1900-01-01 00:00:00',1,0,1),(23226,'29085','Ronkonkoma','RONKONKOMA',NULL,'','United States','',0,0,231,'2016-10-17 11:47:47','1900-01-01 00:00:00',1,0,1),(23227,'30152','Ronks','RONKS',NULL,'','United States','',0,0,231,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23228,'2165','Ronne','RONNE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23229,'16695','Ronneby','RONNEBY',NULL,'','Sweden','',0,0,209,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23230,'27274','Ronnenberg','RONNENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23231,'12397','Ronzone','RONZONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23232,'32598','Roodepoort','ROODEPOORT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23233,'42588','Roopangarh','ROOPANGARH',NULL,'','India','',0,0,101,'2016-10-17 11:47:48','1900-01-01 00:00:00',1,0,1),(23234,'44221','Roorkee','ROORKEE',NULL,'','India','',0,0,101,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23235,'14610','Roosendaal','ROOSENDAAL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23236,'33392','Roosevelt','ROOSEVELT',NULL,'','United States','',0,0,231,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23237,'10755','Rooskey','ROOSKEY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23238,'34303','Rooty Hill','ROOTY HILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:49','1900-01-01 00:00:00',1,0,1),(23239,'6516','Roquebilliere','ROQUEBILLIERE',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23240,'4848','Roquebrune Cap Martin','ROQUEBRUNE CAP MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23241,'4849','Roquebrune-cap-martin','ROQUEBRUNE-CAP-MARTIN',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23242,'4473','Roquebrune-sur-argens','ROQUEBRUNE-SUR-ARGENS',NULL,'','France','',0,0,76,'2016-10-17 11:47:50','1900-01-01 00:00:00',1,0,1),(23243,'5245','Roquefort','ROQUEFORT',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23244,'4474','Roquefort-les-pins','ROQUEFORT-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23245,'5246','Roques','ROQUES',NULL,'','France','',0,0,76,'2016-10-17 11:47:51','1900-01-01 00:00:00',1,0,1),(23246,'38414','Rorkes Drift','RORKES DRIFT',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23247,'14995','Roros','ROROS',NULL,'','Norway','',0,0,164,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23248,'23475','Rorschach','RORSCHACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23249,'23074','Rorschacherberg','RORSCHACHERBERG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23250,'3684','Rosal','ROSAL',NULL,'','Spain','',0,0,199,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23251,'18837','Rosamond','ROSAMOND',NULL,'','United States','',0,0,231,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23252,'26314','Rosanna','ROSANNA',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:52','1900-01-01 00:00:00',1,0,1),(23253,'37554','Rosario','ROSARIO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23254,'26148','Rosario','ROSARIO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23255,'44243','Rosario','ROSARIO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23256,'31606','Rosario','ROSARIO',NULL,'','United States','',0,0,231,'2016-10-17 11:47:53','1900-01-01 00:00:00',1,0,1),(23257,'39459','Rosate','ROSATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23258,'29087','Roscoe','ROSCOE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23259,'5596','Roscoff','ROSCOFF',NULL,'','France','',0,0,76,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23260,'10923','Roscommon','ROSCOMMON',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:54','1900-01-01 00:00:00',1,0,1),(23261,'41510','Roscrea','ROSCREA',NULL,'','Ireland','',0,0,105,'2016-10-17 11:47:55','1900-01-01 00:00:00',1,0,1),(23262,'13088','Rose Hall','ROSE HALL',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:47:55','1900-01-01 00:00:00',1,0,1),(23263,'27506','Roseau','ROSEAU',NULL,'','United States','',0,0,231,'2016-10-17 11:47:56','1900-01-01 00:00:00',1,0,1),(23264,'2099','Roseau','ROSEAU',NULL,'','Dominica','',0,0,500,'2016-10-17 11:47:56','1900-01-01 00:00:00',1,0,1),(23265,'32495','Rosebank','ROSEBANK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23266,'9315','Rosebank','ROSEBANK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23267,'5','Roseberth','ROSEBERTH',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23268,'26548','Rosebud','ROSEBUD',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23269,'29743','Roseburg','ROSEBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:47:57','1900-01-01 00:00:00',1,0,1),(23270,'21781','Rosedale','ROSEDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:47:58','1900-01-01 00:00:00',1,0,1),(23271,'34304','Rosehill','ROSEHILL',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:59','1900-01-01 00:00:00',1,0,1),(23272,'26315','Rosella Plains','ROSELLA PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 11:47:59','1900-01-01 00:00:00',1,0,1),(23273,'20738','Roselle','ROSELLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:00','1900-01-01 00:00:00',1,0,1),(23274,'18838','Rosemead','ROSEMEAD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:00','1900-01-01 00:00:00',1,0,1),(23275,'20739','Rosemont','ROSEMONT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:01','1900-01-01 00:00:00',1,0,1),(23276,'27508','Rosemount','ROSEMOUNT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:01','1900-01-01 00:00:00',1,0,1),(23277,'30898','Rosenberg','ROSENBERG',NULL,'','United States','',0,0,231,'2016-10-17 11:48:02','1900-01-01 00:00:00',1,0,1),(23278,'29088','Rosendale','ROSENDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23279,'22392','Rosengarten Sieversen','ROSENGARTEN SIEVERSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23280,'314','Rosenheim','ROSENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23281,'473','Rosenthal','ROSENTHAL',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23282,'2480','Roses','ROSES',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:03','1900-01-01 00:00:00',1,0,1),(23283,'35630','Roseto Degli Abruzzi','ROSETO DEGLI ABRUZZI',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23284,'32','Rosetown','ROSETOWN',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23285,'26863','Rosevears','ROSEVEARS',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23286,'18839','Roseville','ROSEVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:04','1900-01-01 00:00:00',1,0,1),(23287,'33993','Rosewood','ROSEWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23288,'42620','Rosh Pina','ROSH PINA',NULL,'','Israel','',0,0,106,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23289,'11053','Rosh-pina','ROSH-PINA',NULL,'','Israel','',0,0,106,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23290,'12398','Rosia','ROSIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23291,'12399','Rosignano Marittimo','ROSIGNANO MARITTIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23292,'2286','Roskilde','ROSKILDE',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:06','1900-01-01 00:00:00',1,0,1),(23293,'2340','Roslev','ROSLEV',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23294,'37240','Roslin','ROSLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23295,'21513','Roslindale','ROSLINDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23296,'15244','Roslyn','ROSLYN',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:48:07','1900-01-01 00:00:00',1,0,1),(23297,'29089','Roslyn','ROSLYN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23298,'14611','Rosmalen','ROSMALEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23299,'39410','Rosman','ROSMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23300,'40017','Rosmaninhal','ROSMANINHAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:48:08','1900-01-01 00:00:00',1,0,1),(23301,'40992','Rosny Sous Bois','ROSNY SOUS BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23302,'4789','Rosny-sous-bois','ROSNY-SOUS-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23303,'12913','Rosolina','ROSOLINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:09','1900-01-01 00:00:00',1,0,1),(23304,'12400','Rossano','ROSSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23305,'1908','Rossau','ROSSAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23306,'38572','Rossbach','ROSSBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23307,'10757','Rosscarbery','ROSSCARBERY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23308,'22393','Rossdorf','ROSSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:10','1900-01-01 00:00:00',1,0,1),(23309,'23329','Rossens','ROSSENS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23310,'10926','Rosses Point','ROSSES POINT',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23311,'8804','Rossett','ROSSETT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23312,'29515','Rossford','ROSSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:11','1900-01-01 00:00:00',1,0,1),(23313,'22394','Rosshaupten','ROSSHAUPTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23314,'39085','Rossiglione','ROSSIGLIONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23315,'23330','Rossiniere','ROSSINIERE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23316,'25530','Rossland','ROSSLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23317,'10952','Rosslare','ROSSLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23318,'44194','Rosslea','ROSSLEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:12','1900-01-01 00:00:00',1,0,1),(23319,'31220','Rosslyn','ROSSLYN',NULL,'','United States','',0,0,231,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23320,'10759','Rossnowlagh','ROSSNOWLAGH',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23321,'9291','Ross-on-wye','ROSS-ON-WYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:13','1900-01-01 00:00:00',1,0,1),(23322,'14927','Rost','ROST',NULL,'','Norway','',0,0,164,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23323,'11414','Rosta','ROSTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23324,'22395','Rostock','ROSTOCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:14','1900-01-01 00:00:00',1,0,1),(23325,'16377','Rostokino','ROSTOKINO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23326,'16477','Rostov','ROSTOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23327,'39298','Rostov-na-donu','ROSTOV-NA-DONU',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23328,'19911','Roswell','ROSWELL',NULL,'','United States','',0,0,231,'2016-10-17 11:48:15','1900-01-01 00:00:00',1,0,1),(23329,'8805','Rosyth','ROSYTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23330,'14208','Rota','ROTA',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23331,'3285','Rota','ROTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23332,'27275','Rotenburg','ROTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:16','1900-01-01 00:00:00',1,0,1),(23333,'1719','Rothaurach','ROTHAURACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23334,'8806','Rothbury','ROTHBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23335,'34305','Rothbury','ROTHBURY',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:17','1900-01-01 00:00:00',1,0,1),(23336,'22229','Rothbury','ROTHBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23337,'316','Rothenberg','ROTHENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23338,'23075','Rothenburg','ROTHENBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23339,'1044','Rothenburg','ROTHENBURG',NULL,'','GERMANY','',0,0,83,'2016-10-17 11:48:18','1900-01-01 00:00:00',1,0,1),(23340,'36103','Rothenburg-uffenheim','ROTHENBURG-UFFENHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23341,'8807','Rotherham','ROTHERHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23342,'7275','Rotherwick','ROTHERWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23343,'8809','Rothesay','ROTHESAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:19','1900-01-01 00:00:00',1,0,1),(23344,'34413','Rothesay','ROTHESAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23345,'8810','Rothley','ROTHLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23346,'23430','Rothrist','ROTHRIST',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23347,'31876','Rothschild','ROTHSCHILD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:20','1900-01-01 00:00:00',1,0,1),(23348,'10259','Roti','ROTI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23349,'16173','Rotoava','ROTOAVA',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23350,'15161','Rotorua','ROTORUA',NULL,'','New Zealand','Rotorua',0,0,157,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23351,'1946','Rotta','ROTTA',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23352,'2066','Rottach-egern','ROTTACH-EGERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23353,'22625','Rottenburg','ROTTENBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23354,'14731','Rotterdam','ROTTERDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:21','1900-01-01 00:00:00',1,0,1),(23355,'29090','Rotterdam','ROTTERDAM',NULL,'','United States','',0,0,231,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23356,'38941','Rotthalmuenster','ROTTHALMUENSTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23357,'26316','Rottnest Island','ROTTNEST ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23358,'22626','Rottweil','ROTTWEIL',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:22','1900-01-01 00:00:00',1,0,1),(23359,'6194','Roubaix','ROUBAIX',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23360,'4475','Roucas Blanc','ROUCAS BLANC',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23361,'5092','Rouen','ROUEN',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23362,'5048','Rouffach','ROUFFACH',NULL,'','France','',0,0,76,'2016-10-17 11:48:23','1900-01-01 00:00:00',1,0,1),(23363,'6129','Rouffiac-tolosan','ROUFFIAC-TOLOSAN',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23364,'23331','Rougemont','ROUGEMONT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23365,'5745','Rouilly-sacey','ROUILLY-SACEY',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23366,'40617','Roullet-saint-estèphe','ROULLET-SAINT-ESTÈPHE',NULL,'','France','',0,0,76,'2016-10-17 11:48:24','1900-01-01 00:00:00',1,0,1),(23367,'4476','Roumazieres-loubert','ROUMAZIERES-LOUBERT',NULL,'','France','',0,0,76,'2016-10-17 11:48:25','1900-01-01 00:00:00',1,0,1),(23368,'34629','Round Lake','ROUND LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:25','1900-01-01 00:00:00',1,0,1),(23369,'10873','Roundstone','ROUNDSTONE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:48:27','1900-01-01 00:00:00',1,0,1),(23370,'28016','Roundup','ROUNDUP',NULL,'','United States','',0,0,231,'2016-10-17 11:48:27','1900-01-01 00:00:00',1,0,1),(23371,'10465','Rourkela','ROURKELA',NULL,'','India','Rourkela',8,0,101,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23372,'29093','Rouses Point','ROUSES POINT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23373,'24785','Rousse','ROUSSE',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23374,'6517','Rousset','ROUSSET',NULL,'','France','',0,0,76,'2016-10-17 11:48:28','1900-01-01 00:00:00',1,0,1),(23375,'37675','Roussospiti','ROUSSOSPITI',NULL,'','Greece','',0,0,86,'2016-10-17 11:48:29','1900-01-01 00:00:00',1,0,1),(23376,'6195','Rouvignies','ROUVIGNIES',NULL,'','France','',0,0,76,'2016-10-17 11:48:29','1900-01-01 00:00:00',1,0,1),(23377,'38124','Rouvres-en-xaintois','ROUVRES-EN-XAINTOIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23378,'22845','Rouyn-noranda','ROUYN-NORANDA',NULL,'','Canada','',0,0,39,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23379,'3930','Rovaniemi','ROVANIEMI',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23380,'11416','Roveleto Di Cadeo','ROVELETO DI CADEO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23381,'38563','Rovere Veronese','ROVERE VERONESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23382,'12401','Rovereto','ROVERETO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:30','1900-01-01 00:00:00',1,0,1),(23383,'12402','Rovetta','ROVETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23384,'12403','Rovigo','ROVIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23385,'10037','Rovinj','ROVINJ',NULL,'','Croatia','',0,0,55,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23386,'23332','Rovio','ROVIO',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23387,'17499','Rovno','ROVNO',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:48:31','1900-01-01 00:00:00',1,0,1),(23388,'8811','Rowardennan','ROWARDENNAN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:32','1900-01-01 00:00:00',1,0,1),(23389,'21514','Rowe','ROWE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:32','1900-01-01 00:00:00',1,0,1),(23390,'33994','Rowland','ROWLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:48:33','1900-01-01 00:00:00',1,0,1),(23391,'26819','Rowland Flat','ROWLAND FLAT',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:33','1900-01-01 00:00:00',1,0,1),(23392,'8812','Rowlands Castle','ROWLANDS CASTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:34','1900-01-01 00:00:00',1,0,1),(23393,'30901','Rowlett','ROWLETT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:34','1900-01-01 00:00:00',1,0,1),(23394,'8813','Rowton','ROWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23395,'26549','Rowville','ROWVILLE',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23396,'15560','Roxas City','ROXAS CITY',NULL,'','Philippines','',0,0,173,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23397,'33995','Roxboro','ROXBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:48:35','1900-01-01 00:00:00',1,0,1),(23398,'21516','Roxbury','ROXBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:36','1900-01-01 00:00:00',1,0,1),(23399,'15044','Royal Chitwan National Park','ROYAL CHITWAN NATIONAL PARK',NULL,'','Nepal','',0,0,153,'2016-10-17 11:48:37','1900-01-01 00:00:00',1,0,1),(23400,'7276','Royal Leamington Spa','ROYAL LEAMINGTON SPA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:37','1900-01-01 00:00:00',1,0,1),(23401,'43655','Royal Pines','ROYAL PINES',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23402,'6363','Royan','ROYAN',NULL,'','France','',0,0,76,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23403,'5342','Royat','ROYAT',NULL,'','France','',0,0,76,'2016-10-17 11:48:39','1900-01-01 00:00:00',1,0,1),(23404,'8815','Roybridge','ROYBRIDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23405,'40558','Royeres','ROYERES',NULL,'','France','',0,0,76,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23406,'37306','Royersford','ROYERSFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:40','1900-01-01 00:00:00',1,0,1),(23407,'3988','Royla','ROYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:41','1900-01-01 00:00:00',1,0,1),(23408,'30902','Royse City','ROYSE CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:41','1900-01-01 00:00:00',1,0,1),(23409,'19912','Royston','ROYSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23410,'8816','Royston','ROYSTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23411,'7277','Rozel Bay','ROZEL BAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23412,'40130','Rozmberk Nad Vltavou','ROZMBERK NAD VLTAVOU',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23413,'40294','Roznov Pod Radhostem','ROZNOV POD RADHOSTEM',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:42','1900-01-01 00:00:00',1,0,1),(23414,'37774','Roztoky','ROZTOKY',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23415,'12404','Rubano','RUBANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23416,'5870','Rubelles','RUBELLES',NULL,'','France','',0,0,76,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23417,'3479','Rubena','RUBENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:43','1900-01-01 00:00:00',1,0,1),(23418,'18841','Rubidoux','RUBIDOUX',NULL,'','United States','',0,0,231,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23419,'12405','Rubiera','RUBIERA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23420,'17760','Ruby','RUBY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:44','1900-01-01 00:00:00',1,0,1),(23421,'31221','Ruckersville','RUCKERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23422,'317','Ruckholz','RUCKHOLZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23423,'318','Rudersdorf','RUDERSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23424,'36090','Rudesheim','RUDESHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:45','1900-01-01 00:00:00',1,0,1),(23425,'7278','Rudford','RUDFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23426,'7279','Rudge','RUDGE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23427,'37183','Rudloe','RUDLOE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23428,'22397','Rudolfshaus Bei Kirn','RUDOLFSHAUS BEI KIRN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23429,'23431','Rudolfstetten','RUDOLFSTETTEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:46','1900-01-01 00:00:00',1,0,1),(23430,'802','Rudow','RUDOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23431,'658','Ruedesheim Am Rhein','RUEDESHEIM AM RHEIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23432,'4790','Rueil','RUEIL',NULL,'','France','',0,0,76,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23433,'17413','Rueili Village','RUEILI VILLAGE',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23434,'5678','Rueil-la-gadeliere','RUEIL-LA-GADELIERE',NULL,'','France','',0,0,76,'2016-10-17 11:48:47','1900-01-01 00:00:00',1,0,1),(23435,'4791','Rueil-malmaison','RUEIL-MALMAISON',NULL,'','France','',0,0,76,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23436,'27276','Rueper','RUEPER',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23437,'23076','Rueschlikon','RUESCHLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23438,'3480','Ruesga','RUESGA',NULL,'','Spain','',0,0,199,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23439,'8817','Rufford','RUFFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23440,'11418','Ruffre','RUFFRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:48','1900-01-01 00:00:00',1,0,1),(23441,'12406','Rufina','RUFINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23442,'29745','Rufus','RUFUS',NULL,'','United States','',0,0,231,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23443,'23748','Rugao','RUGAO',NULL,'','China','',0,0,46,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23444,'8818','Rugby','RUGBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:49','1900-01-01 00:00:00',1,0,1),(23445,'28080','Rugby','RUGBY',NULL,'','United States','',0,0,231,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23446,'8819','Rugeley','RUGELEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23447,'42009','Rugen','RUGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:50','1900-01-01 00:00:00',1,0,1),(23448,'4478','Rugy','RUGY',NULL,'','France','',0,0,76,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23449,'40612','Ruhla','RUHLA',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23450,'38378','Ruhpolding','RUHPOLDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23451,'319','Ruhstorf','RUHSTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23452,'23712','Rui\'an','RUI\'AN',NULL,'','China','',0,0,46,'2016-10-17 11:48:51','1900-01-01 00:00:00',1,0,1),(23453,'28563','Ruidoso','RUIDOSO',NULL,'','United States','',0,0,231,'2016-10-17 11:48:52','1900-01-01 00:00:00',1,0,1),(23454,'34898','Ruili','RUILI',NULL,'','China','',0,0,46,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23455,'14502','Ruinerwold','RUINERWOLD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23456,'8820','Ruislip','RUISLIP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23457,'4028','Ruissalo','RUISSALO',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23458,'4039','Ruka','RUKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23459,'3900','Rukatunturi','RUKATUNTURI',NULL,'','Finland','',0,0,75,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23460,'37881','Rukavac','RUKAVAC',NULL,'','Croatia','',0,0,55,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23461,'32378','Ruma','RUMA',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23462,'17223','Rumelihisarc','RUMELIHISARC',NULL,'','Turkey','',0,0,222,'2016-10-17 11:48:53','1900-01-01 00:00:00',1,0,1),(23463,'30265','Rumford','RUMFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:48:54','1900-01-01 00:00:00',1,0,1),(23464,'38126','Rumia','RUMIA',NULL,'','Poland','',0,0,174,'2016-10-17 11:48:54','1900-01-01 00:00:00',1,0,1),(23465,'23333','Rumlang','RUMLANG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23466,'11419','Rumo','RUMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23467,'13089','Runaway Bay','RUNAWAY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23468,'8821','Runcorn','RUNCORN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23469,'14417','Rundu','RUNDU',NULL,'','Namibia','',0,0,151,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23470,'4792','Rungis','RUNGIS',NULL,'','France','',0,0,76,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23471,'2180','Rungsted','RUNGSTED',NULL,'','Denmark','',0,0,59,'2016-10-17 11:48:55','1900-01-01 00:00:00',1,0,1),(23472,'28405','Runnemede','RUNNEMEDE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:56','1900-01-01 00:00:00',1,0,1),(23473,'18842','Running Springs','RUNNING SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:48:56','1900-01-01 00:00:00',1,0,1),(23474,'20395','Rupert','RUPERT',NULL,'','United States','',0,0,231,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23475,'42585','Rupnagar','RUPNAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23476,'561','Ruppichteroth','RUPPICHTEROTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23477,'3832','Rupsi','RUPSI',NULL,'','Estonia','',0,0,69,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23478,'10588','Rupsi','RUPSI',NULL,'','India','',0,0,101,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23479,'16138','Rurutu','RURUTU',NULL,'','French Polynesia','',0,0,78,'2016-10-17 11:48:57','1900-01-01 00:00:00',1,0,1),(23480,'41219','Ruschlikon','RUSCHLIKON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23481,'34306','Rushcutters Bay','RUSHCUTTERS BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23482,'8822','Rushden','RUSHDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23483,'36338','Rushford','RUSHFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23484,'20977','Rushville','RUSHVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:48:58','1900-01-01 00:00:00',1,0,1),(23485,'43289','Rushyford','RUSHYFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:48:59','1900-01-01 00:00:00',1,0,1),(23486,'30903','Rusk','RUSK',NULL,'','United States','',0,0,231,'2016-10-17 11:48:59','1900-01-01 00:00:00',1,0,1),(23487,'19596','Ruskin','RUSKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23488,'8824','Rusper','RUSPER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23489,'21126','Russell','RUSSELL',NULL,'','United States','',0,0,231,'2016-10-17 11:49:00','1900-01-01 00:00:00',1,0,1),(23490,'15245','Russell','RUSSELL',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23491,'25625','Russell','RUSSELL',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23492,'33728','Russellville','RUSSELLVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:01','1900-01-01 00:00:00',1,0,1),(23493,'475','Russelsheim','RUSSELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23494,'22398','Rüsselsheim','RÜSSELSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23495,'12735','Russi','RUSSI',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23496,'17761','Russian Mission','RUSSIAN MISSION',NULL,'','United States','',0,0,231,'2016-10-17 11:49:03','1900-01-01 00:00:00',1,0,1),(23497,'15163','Russley - Christchurch International Airport (Chc)','RUSSLEY - CHRISTCHURCH INTERNATIONAL AIRPORT (CHC)',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23498,'22627','Rust','RUST',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23499,'27067','Rust','RUST',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23500,'32599','Rustenburg','RUSTENBURG',NULL,'','South Africa','Rustenburg',0,0,195,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23501,'25828','Rusticoville','RUSTICOVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23502,'8825','Rustington','RUSTINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:04','1900-01-01 00:00:00',1,0,1),(23503,'21254','Ruston','RUSTON',NULL,'','United States','',0,0,231,'2016-10-17 11:49:05','1900-01-01 00:00:00',1,0,1),(23504,'42881','Rusutsu','RUSUTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:05','1900-01-01 00:00:00',1,0,1),(23505,'37379','Rute','RUTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23506,'23077','Rute','RUTE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23507,'10354','Ruteng','RUTENG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23508,'22399','Ruthen Kallenhardt','RUTHEN KALLENHARDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:06','1900-01-01 00:00:00',1,0,1),(23509,'18843','Rutherford','RUTHERFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:49:07','1900-01-01 00:00:00',1,0,1),(23510,'43745','Rutherford','RUTHERFORD',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:07','1900-01-01 00:00:00',1,0,1),(23511,'33996','Rutherfordton','RUTHERFORDTON',NULL,'','United States','',0,0,231,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23512,'39606','Rutherglen','RUTHERGLEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23513,'26550','Rutherglen','RUTHERGLEN',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23514,'8826','Ruthin','RUTHIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:08','1900-01-01 00:00:00',1,0,1),(23515,'7280','Rutland','RUTLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23516,'31386','Rutland','RUTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23517,'26317','Rutland Plains','RUTLAND PLAINS',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:09','1900-01-01 00:00:00',1,0,1),(23518,'14549','Ruurlo','RUURLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23519,'5746','Ruvigny','RUVIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23520,'12407','Ruvo Di Puglia','RUVO DI PUGLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23521,'15286','Ruwi','RUWI',NULL,'','Oman','',0,0,165,'2016-10-17 11:49:10','1900-01-01 00:00:00',1,0,1),(23522,'37735','Ruyton Xi Towns','RUYTON XI TOWNS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23523,'24298','Ruzyne Airport (Prg)','RUZYNE AIRPORT (PRG)',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23524,'16427','Ryazan','RYAZAN',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23525,'16474','Rybatskaya','RYBATSKAYA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23526,'8827','Ryde','RYDE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23527,'34307','Ryde','RYDE',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:11','1900-01-01 00:00:00',1,0,1),(23528,'26931','Rye','RYE',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:12','1900-01-01 00:00:00',1,0,1),(23529,'8828','Rye','RYE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:12','1900-01-01 00:00:00',1,0,1),(23530,'15628','Rzepin','RZEPIN',NULL,'','Poland','',0,0,174,'2016-10-17 11:49:13','1900-01-01 00:00:00',1,0,1),(23531,'15718','Rzeszow','RZESZOW',NULL,'','Poland','',0,0,174,'2016-10-17 11:49:13','1900-01-01 00:00:00',1,0,1),(23532,'41561','S Agaro','S AGARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23533,'43502','S Algar','S ALGAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23534,'14760','S Hertogenbosch','S HERTOGENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23535,'38629','S Horta','S HORTA',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23536,'43503','S Illot','S ILLOT',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23537,'35074','S.miguel De Salinas','S.MIGUEL DE SALINAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:14','1900-01-01 00:00:00',1,0,1),(23538,'32355','Sa Dah','SA DAH',NULL,'','Yemen','',0,0,240,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23539,'42822','Sa Pa','SA PA',NULL,'','Vietnam','',0,0,236,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23540,'24396','Saalbach','SAALBACH',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23541,'39962','Saalburg','SAALBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23542,'44138','Saalekreis','SAALEKREIS',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23543,'39572','Saales','SAALES',NULL,'','France','',0,0,76,'2016-10-17 11:49:15','1900-01-01 00:00:00',1,0,1),(23544,'1947','Saalfeld','SAALFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23545,'24397','Saalfelden','SAALFELDEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23546,'23078','Saanenmoeser','SAANENMOESER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23547,'25531','Saanichton','SAANICHTON',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23548,'43365','Saarbrucken','SAARBRUCKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23549,'688','Saarbruecken','SAARBRUECKEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23550,'3901','Saariselka','SAARISELKA',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23551,'4043','Saariselkä','SAARISELKÄ',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23552,'43873','Saariselkae','SAARISELKAE',NULL,'','Finland','',0,0,75,'2016-10-17 11:49:16','1900-01-01 00:00:00',1,0,1),(23553,'689','Saarlouis','SAARLOUIS',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23554,'23079','Saas','SAAS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23555,'35994','Saas-fee','SAAS-FEE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23556,'25892','Saba','SABA',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23557,'10260','Saba','SABA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23558,'39204','Sabac','SABAC',NULL,'','Yugoslavia','',0,0,241,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23559,'3591','Sabadell','SABADELL',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:17','1900-01-01 00:00:00',1,0,1),(23560,'41701','Sabah','SABAH',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23562,'40034','Sabang','SABANG',NULL,'','Philippines','',0,0,173,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23563,'12409','Sabaudia','SABAUDIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23564,'12410','Sabbioneta','SABBIONETA',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23565,'1744','Sabi Sabi','SABI SABI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23566,'32600','Sabie','SABIE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23567,'3341','Sabinanigo','SABINANIGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:18','1900-01-01 00:00:00',1,0,1),(23568,'13963','Sabinas','SABINAS',NULL,'','Mexico','',0,0,141,'2016-10-17 11:49:19','1900-01-01 00:00:00',1,0,1),(23569,'39692','Sabine National Forest Area','SABINE NATIONAL FOREST AREA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:19','1900-01-01 00:00:00',1,0,1),(23570,'3286','Sabiote','SABIOTE',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23571,'40659','Sables-dor-les-pins','SABLES-DOR-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23572,'5061','Sable-sur-sarthe','SABLE-SUR-SARTHE',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23573,'5959','Sabran','SABRAN',NULL,'','France','',0,0,76,'2016-10-17 11:49:20','1900-01-01 00:00:00',1,0,1),(23574,'5247','Sabres','SABRES',NULL,'','France','',0,0,76,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23575,'2158','Sabro','SABRO',NULL,'','Denmark','',0,0,59,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23576,'16077','Sabrosa','SABROSA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23577,'20283','Sabula','SABULA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:21','1900-01-01 00:00:00',1,0,1),(23578,'16414','Saburovo','SABUROVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23579,'43151','Sacele','SACELE',NULL,'','Romania','',0,0,179,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23580,'34630','Sachigo Lake','SACHIGO LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23581,'23334','Sachseln','SACHSELN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23582,'5747','Sachy','SACHY',NULL,'','France','',0,0,76,'2016-10-17 11:49:22','1900-01-01 00:00:00',1,0,1),(23583,'29097','Sackets Harbor','SACKETS HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:49:23','1900-01-01 00:00:00',1,0,1),(23584,'4793','Saclay','SACLAY',NULL,'','France','',0,0,76,'2016-10-17 11:49:23','1900-01-01 00:00:00',1,0,1),(23585,'18844','Sacramento','SACRAMENTO',NULL,'','United States','',0,0,231,'2016-10-17 11:49:25','1900-01-01 00:00:00',1,0,1),(23586,'36525','Sacred Valley','SACRED VALLEY',NULL,'','Peru','',0,0,172,'2016-10-17 11:49:25','1900-01-01 00:00:00',1,0,1),(23587,'12411','Sacrofano','SACROFANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23588,'3685','Sada','SADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23589,'28407','Saddle Brook','SADDLE BROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:49:26','1900-01-01 00:00:00',1,0,1),(23590,'42882','Sado','SADO',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23591,'10589','Sadri','SADRI',NULL,'','India','Sadri',2,0,101,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23592,'36486','Saebo','SAEBO',NULL,'','Norway','',0,0,164,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23593,'39750','Saeby','SAEBY',NULL,'','Denmark','',0,0,59,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23594,'2435','Safaga','SAFAGA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23595,'41446','Safat','SAFAT',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23596,'35419','Safed','SAFED',NULL,'','Israel','',0,0,106,'2016-10-17 11:49:27','1900-01-01 00:00:00',1,0,1),(23597,'19597','Safety Harbor','SAFETY HARBOR',NULL,'','United States','',0,0,231,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23598,'16790','Saffle','SAFFLE',NULL,'','Sweden','',0,0,209,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23599,'18198','Safford','SAFFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:49:28','1900-01-01 00:00:00',1,0,1),(23600,'8829','Saffron Walden','SAFFRON WALDEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23601,'13684','Safi','SAFI',NULL,'','Morocco','',0,0,148,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23602,'36721','Safita','SAFITA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23603,'17369','Safranbolu','SAFRANBOLU',NULL,'','Turkey','',0,0,222,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23604,'13334','Saga','SAGA',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23605,'13397','Sagamihara','SAGAMIHARA',NULL,'','Japan','',0,0,110,'2016-10-17 11:49:29','1900-01-01 00:00:00',1,0,1),(23606,'21517','Sagamore','SAGAMORE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23607,'1848','Sagard','SAGARD',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23608,'2774','S\'agaro','S\'AGARO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23609,'10855','Saggart','SAGGART',NULL,'','Ireland','',0,0,105,'2016-10-17 11:49:30','1900-01-01 00:00:00',1,0,1),(23610,'42851','Sagil','SAGIL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:49:31','1900-01-01 00:00:00',1,0,1),(23611,'27767','Saginaw','SAGINAW',NULL,'','United States','',0,0,231,'2016-10-17 11:49:31','1900-01-01 00:00:00',1,0,1),(23612,'20396','Sagle','SAGLE',NULL,'','United States','',0,0,231,'2016-10-17 11:49:32','1900-01-01 00:00:00',1,0,1),(23613,'42356','Sagone','SAGONE',NULL,'','France','',0,0,76,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23614,'15780','Sagres','SAGRES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23615,'41137','Saguenay','SAGUENAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23616,'3782','Sagunto','SAGUNTO',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23617,'10105','Sagvar','SAGVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23618,'3481','Sahagun','SAHAGUN',NULL,'','Spain','',0,0,199,'2016-10-17 11:49:33','1900-01-01 00:00:00',1,0,1),(23619,'9937','Sai Kung','SAI KUNG',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23620,'26318','Saibai Island','SAIBAI ISLAND',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23621,'43148','Saida','SAIDA',NULL,'','Lebanon','',0,0,120,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23622,'39511','Saidia','SAIDIA',NULL,'','Morocco','',0,0,148,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23623,'41216','Saidnaya','SAIDNAYA',NULL,'','Syrian Arab Republic','',0,0,211,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23624,'24762','Saidpur','SAIDPUR',NULL,'','Bangladesh','',0,0,18,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23625,'15326','Saidu Sharif','SAIDU SHARIF',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23626,'23335','Saignelegier','SAIGNELEGIER',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23627,'37151','Saigon And South','SAIGON AND SOUTH',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23628,'38846','Sailauf','SAILAUF',NULL,'','Germany','',0,0,83,'2016-10-17 11:49:34','1900-01-01 00:00:00',1,0,1),(23629,'40779','Saillagouse','SAILLAGOUSE',NULL,'','France','',0,0,76,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23630,'23336','Saillon','SAILLON',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23631,'26551','Saint Albans','SAINT ALBANS',NULL,'','Australia','',0,0,13,'2016-10-17 11:49:35','1900-01-01 00:00:00',1,0,1),(23632,'883','Saint Ann','SAINT ANN',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:49:36','1900-01-01 00:00:00',1,0,1),(23633,'43031','Saint Arnaud','SAINT ARNAUD',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:49:36','1900-01-01 00:00:00',1,0,1),(23634,'16188','Saint Benoit','SAINT BENOIT',NULL,'','Reunion','',0,0,178,'2016-10-17 11:49:37','1900-01-01 00:00:00',1,0,1),(23635,'893','Saint Croix Island','SAINT CROIX ISLAND',NULL,'','Virgin Islands - U.S.','',0,0,237,'2016-10-17 11:49:38','1900-01-01 00:00:00',1,0,1),(23636,'32417','Saint Francis Bay','SAINT FRANCIS BAY',NULL,'','South Africa','',0,0,195,'2016-10-17 11:49:40','1900-01-01 00:00:00',1,0,1),(23637,'41599','Saint George\'s','SAINT GEORGE\'S',NULL,'','Grenada','',0,0,88,'2016-10-17 11:49:40','1900-01-01 00:00:00',1,0,1),(23638,'18846','Saint Helena','SAINT HELENA',NULL,'','United States','',0,0,231,'2016-10-17 11:49:42','1900-01-01 00:00:00',1,0,1),(23639,'43445','Saint James','SAINT JAMES',NULL,'','Barbados','',0,0,19,'2016-10-17 11:49:43','1900-01-01 00:00:00',1,0,1),(23640,'876','Saint John\'s','SAINT JOHN\'S',NULL,'','Antigua And Barbuda','',0,0,9,'2016-10-17 11:49:43','1900-01-01 00:00:00',1,0,1),(23641,'43201','Saint Louis','SAINT LOUIS',NULL,'','Senegal','',0,0,187,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23642,'888','Saint Lucia','SAINT LUCIA',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23643,'877','Saint Maarten','SAINT MAARTEN',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:49:45','1900-01-01 00:00:00',1,0,1),(23644,'1641','Saint Petersburg','SAINT PETERSBURG',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:49:49','1900-01-01 00:00:00',1,0,1),(23645,'39391','Saint-affrique','SAINT-AFFRIQUE',NULL,'','France','',0,0,76,'2016-10-17 11:49:53','1900-01-01 00:00:00',1,0,1),(23646,'40727','Saint-affrique-les-montagnes','SAINT-AFFRIQUE-LES-MONTAGNES',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23647,'5490','Saint-albain','SAINT-ALBAIN',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23648,'5597','Saint-alban','SAINT-ALBAN',NULL,'','France','',0,0,76,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23649,'22864','Saint-alexis-des-monts','SAINT-ALEXIS-DES-MONTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:54','1900-01-01 00:00:00',1,0,1),(23650,'44086','Saint-amand-les-eaux','SAINT-AMAND-LES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23651,'38084','Saint-amans-soult','SAINT-AMANS-SOULT',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23652,'5491','Saint-amour-bellevue','SAINT-AMOUR-BELLEVUE',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23653,'5960','Saint-andre','SAINT-ANDRE',NULL,'','France','',0,0,76,'2016-10-17 11:49:55','1900-01-01 00:00:00',1,0,1),(23654,'4517','Saint-andré-des-eaux','SAINT-ANDRÉ-DES-EAUX',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23655,'5961','Saint-andre-de-valborgne','SAINT-ANDRE-DE-VALBORGNE',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23656,'39946','Saint-andre-les-alpes','SAINT-ANDRE-LES-ALPES',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23657,'5249','Saint-antoine','SAINT-ANTOINE',NULL,'','France','',0,0,76,'2016-10-17 11:49:56','1900-01-01 00:00:00',1,0,1),(23658,'22865','Saint-antonin','SAINT-ANTONIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23659,'40635','Saint-apollinaire','SAINT-APOLLINAIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23660,'41341','Saint-apollinaire','SAINT-APOLLINAIRE',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23661,'4972','Saint-arcons-d\'allier','SAINT-ARCONS-D\'ALLIER',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23662,'38014','Saint-armel','SAINT-ARMEL',NULL,'','France','',0,0,76,'2016-10-17 11:49:57','1900-01-01 00:00:00',1,0,1),(23663,'41340','Saint-arnoult','SAINT-ARNOULT',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23664,'5419','Saint-aubin-sur-mer','SAINT-AUBIN-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23665,'5093','Saint-aubin-sur-scie','SAINT-AUBIN-SUR-SCIE',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23666,'5962','Saint-aunes','SAINT-AUNES',NULL,'','France','',0,0,76,'2016-10-17 11:49:58','1900-01-01 00:00:00',1,0,1),(23667,'44087','Saint-avertin','SAINT-AVERTIN',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23668,'41338','Saint-avold','SAINT-AVOLD',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23669,'6520','Saint-aygulf','SAINT-AYGULF',NULL,'','France','',0,0,76,'2016-10-17 11:49:59','1900-01-01 00:00:00',1,0,1),(23670,'5598','Saint-barnabe','SAINT-BARNABE',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23671,'34417','Saint-basile','SAINT-BASILE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23672,'41337','Saint-beauzeil','SAINT-BEAUZEIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23673,'4518','Saint-benoît','SAINT-BENOÎT',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23674,'5088','Saint-blaise','SAINT-BLAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:00','1900-01-01 00:00:00',1,0,1),(23675,'41336','Saint-bonnet-de-mure','SAINT-BONNET-DE-MURE',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23676,'39404','Saint-bonnet-en-champsaur','SAINT-BONNET-EN-CHAMPSAUR',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23677,'5343','Saint-bonnet-le-froid','SAINT-BONNET-LE-FROID',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23678,'44088','Saint-bon-tarentaise','SAINT-BON-TARENTAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:01','1900-01-01 00:00:00',1,0,1),(23679,'5963','Saint-bres','SAINT-BRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23680,'4976','Saint-brevin-les-pins','SAINT-BREVIN-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23681,'5599','Saint-briac-sur-mer','SAINT-BRIAC-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:02','1900-01-01 00:00:00',1,0,1),(23682,'6268','Saint-brice','SAINT-BRICE',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23683,'44089','Saint-brice-en-cogles','SAINT-BRICE-EN-COGLES',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23684,'44090','Saint-brice-sous-foret','SAINT-BRICE-SOUS-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23685,'4519','Saint-brice-sous-forêt','SAINT-BRICE-SOUS-FORÊT',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23686,'4520','Saint-brieuc','SAINT-BRIEUC',NULL,'','France','',0,0,76,'2016-10-17 11:50:03','1900-01-01 00:00:00',1,0,1),(23687,'22866','Saint-bruno-de-montarville','SAINT-BRUNO-DE-MONTARVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23688,'39700','Saint-calais','SAINT-CALAIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23689,'6521','Saint-cannat','SAINT-CANNAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23690,'38430','Saint-caradec','SAINT-CARADEC',NULL,'','France','',0,0,76,'2016-10-17 11:50:04','1900-01-01 00:00:00',1,0,1),(23691,'40296','Saint-cergues','SAINT-CERGUES',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23692,'6522','Saint-chaffrey','SAINT-CHAFFREY',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23693,'6698','Saint-chamond','SAINT-CHAMOND',NULL,'','France','',0,0,76,'2016-10-17 11:50:05','1900-01-01 00:00:00',1,0,1),(23694,'6811','Saint-christol','SAINT-CHRISTOL',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23695,'41335','Saint-clement-de-riviere','SAINT-CLEMENT-DE-RIVIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23696,'4521','Saint-clément-de-rivière','SAINT-CLÉMENT-DE-RIVIÈRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:06','1900-01-01 00:00:00',1,0,1),(23697,'5420','Saint-contest','SAINT-CONTEST',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23698,'5250','Saint-cyprien','SAINT-CYPRIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23699,'39381','Saint-cyr-au-mont-dor','SAINT-CYR-AU-MONT-DOR',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23700,'4522','Saint-cyr-l\'école','SAINT-CYR-L\'ÉCOLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:07','1900-01-01 00:00:00',1,0,1),(23701,'5114','Saint-cyr-sur-mer','SAINT-CYR-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23702,'16196','Saint-denis','SAINT-DENIS',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23703,'39645','Saint-denis-le-gast','SAINT-DENIS-LE-GAST',NULL,'','France','',0,0,76,'2016-10-17 11:50:08','1900-01-01 00:00:00',1,0,1),(23704,'37627','Saint-denis-le-thiboult','SAINT-DENIS-LE-THIBOULT',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23705,'39884','Saint-desirat','SAINT-DESIRAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23706,'4523','Saint-didier','SAINT-DIDIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:09','1900-01-01 00:00:00',1,0,1),(23707,'4524','Saint-didier-au-mont-d Or','SAINT-DIDIER-AU-MONT-D OR',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23708,'41330','Saint-die','SAINT-DIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23709,'41328','Saint-dizier','SAINT-DIZIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23710,'41327','Saint-doulchard','SAINT-DOULCHARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:10','1900-01-01 00:00:00',1,0,1),(23711,'41410','Sainte Luce','SAINTE LUCE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:11','1900-01-01 00:00:00',1,0,1),(23712,'41441','Sainte Marie','SAINTE MARIE',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:50:11','1900-01-01 00:00:00',1,0,1),(23713,'22871','Sainte-adele','SAINTE-ADELE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23714,'5828','Sainte-adresse','SAINTE-ADRESSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23715,'37292','Sainte-anastasie','SAINTE-ANASTASIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:12','1900-01-01 00:00:00',1,0,1),(23716,'14241','Sainte-anne','SAINTE-ANNE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23717,'39432','Sainte-anne-dauray','SAINTE-ANNE-DAURAY',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23718,'4526','Sainte-anne-la-palud','SAINTE-ANNE-LA-PALUD',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23719,'24594','Sainte-catherine','SAINTE-CATHERINE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23720,'37532','Sainte-colombe','SAINTE-COLOMBE',NULL,'','France','',0,0,76,'2016-10-17 11:50:13','1900-01-01 00:00:00',1,0,1),(23721,'5964','Sainte-enimie','SAINTE-ENIMIE',NULL,'','France','',0,0,76,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23722,'22873','Sainte-eustache','SAINTE-EUSTACHE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23723,'22874','Sainte-famille','SAINTE-FAMILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23724,'39229','Sainte-florine','SAINTE-FLORINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23725,'22875','Sainte-foy - Sillery','SAINTE-FOY - SILLERY',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:14','1900-01-01 00:00:00',1,0,1),(23726,'38355','Sainte-foy-daigrefeuille','SAINTE-FOY-DAIGREFEUILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23727,'5051','Sainte-foy-les-lyon','SAINTE-FOY-LES-LYON',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23728,'6699','Sainte-foy-tarentaise','SAINTE-FOY-TARENTAISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23729,'41326','Saint-egreve','SAINT-EGREVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:15','1900-01-01 00:00:00',1,0,1),(23730,'4959','Saint-égrève','SAINT-ÉGRÈVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23731,'22876','Sainte-helene-de-bagot','SAINTE-HELENE-DE-BAGOT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23732,'40000','Sainte-hermine','SAINTE-HERMINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23733,'22877','Sainte-julie','SAINTE-JULIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:16','1900-01-01 00:00:00',1,0,1),(23734,'6700','Sainte-luce','SAINTE-LUCE',NULL,'','France','',0,0,76,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23735,'14242','Sainte-luce','SAINTE-LUCE',NULL,'','Martinique','',0,0,137,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23736,'44091','Sainte-luce-sur-loire','SAINTE-LUCE-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:17','1900-01-01 00:00:00',1,0,1),(23737,'4527','Sainte-lucie-de-porto-vecchio','SAINTE-LUCIE-DE-PORTO-VECCHIO',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23738,'44092','Sainte-marie-de-re','SAINTE-MARIE-DE-RE',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23739,'4528','Sainte-marie-de-ré','SAINTE-MARIE-DE-RÉ',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23740,'5965','Sainte-marie-la-mer','SAINTE-MARIE-LA-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:18','1900-01-01 00:00:00',1,0,1),(23741,'5251','Sainte-marthe','SAINTE-MARTHE',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23742,'41288','Sainte-maxime','SAINTE-MAXIME',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23743,'5421','Sainte-mere-eglise','SAINTE-MERE-EGLISE',NULL,'','France','',0,0,76,'2016-10-17 11:50:19','1900-01-01 00:00:00',1,0,1),(23744,'6315','Sainte-preuve','SAINTE-PREUVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23745,'9386','Sainte-rose','SAINTE-ROSE',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23746,'6364','Saintes','SAINTES',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23747,'5252','Sainte-sabine','SAINTE-SABINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:20','1900-01-01 00:00:00',1,0,1),(23748,'5748','Sainte-savine','SAINTE-SAVINE',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23749,'6523','Saintes-maries-de-la-mer','SAINTES-MARIES-DE-LA-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23750,'39248','Sainte-suzanne','SAINTE-SUZANNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23751,'22878','Sainte-therese','SAINTE-THERESE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:21','1900-01-01 00:00:00',1,0,1),(23752,'40778','Saint-etienne','SAINT-ETIENNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:22','1900-01-01 00:00:00',1,0,1),(23753,'38367','Saint-etienne-de-maurs','SAINT-ETIENNE-DE-MAURS',NULL,'','France','',0,0,76,'2016-10-17 11:50:22','1900-01-01 00:00:00',1,0,1),(23754,'38836','Saint-etienne-du-gres','SAINT-ETIENNE-DU-GRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23755,'41325','Saint-etienne-du-rouvray','SAINT-ETIENNE-DU-ROUVRAY',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23756,'6524','Saint-etienne-en-devoluy','SAINT-ETIENNE-EN-DEVOLUY',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23757,'4530','Saint-étienne-les-orgues','SAINT-ÉTIENNE-LES-ORGUES',NULL,'','France','',0,0,76,'2016-10-17 11:50:23','1900-01-01 00:00:00',1,0,1),(23758,'42737','Saint-fargeau-ponthierry','SAINT-FARGEAU-PONTHIERRY',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23759,'22879','Saint-faustin','SAINT-FAUSTIN',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23760,'4889','Saint-florent','SAINT-FLORENT',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23761,'41627','Saint-francois','SAINT-FRANCOIS',NULL,'','Guadeloupe','',0,0,89,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23762,'5071','Saint-francois-longchamp','SAINT-FRANCOIS-LONGCHAMP',NULL,'','France','',0,0,76,'2016-10-17 11:50:24','1900-01-01 00:00:00',1,0,1),(23763,'4970','Saint-galmier','SAINT-GALMIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23764,'5253','Saint-genies','SAINT-GENIES',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23765,'6130','Saint-geniez-d\'olt','SAINT-GENIEZ-D\'OLT',NULL,'','France','',0,0,76,'2016-10-17 11:50:25','1900-01-01 00:00:00',1,0,1),(23766,'41324','Saint-genis-laval','SAINT-GENIS-LAVAL',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23767,'6701','Saint-genis-pouilly','SAINT-GENIS-POUILLY',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23768,'38207','Saint-georges-de-didonne','SAINT-GEORGES-DE-DIDONNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:26','1900-01-01 00:00:00',1,0,1),(23769,'41323','Saint-germain En-laye','SAINT-GERMAIN EN-LAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23770,'5104','Saint-germain-en-laye','SAINT-GERMAIN-EN-LAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23771,'4795','Saint-germain-les-corbeil','SAINT-GERMAIN-LES-CORBEIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:27','1900-01-01 00:00:00',1,0,1),(23772,'37478','Saint-gervais','SAINT-GERVAIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23773,'5492','Saint-gervais-en-valliere','SAINT-GERVAIS-EN-VALLIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23774,'41317','Saint-gervais-la-foret','SAINT-GERVAIS-LA-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23775,'4531','Saint-gervais-la-forêt','SAINT-GERVAIS-LA-FORÊT',NULL,'','France','',0,0,76,'2016-10-17 11:50:28','1900-01-01 00:00:00',1,0,1),(23776,'44093','Saint-gervais-les-bains','SAINT-GERVAIS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23777,'41369','Saint-gilles-les-bains','SAINT-GILLES-LES-BAINS',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23778,'4796','Saint-gratien','SAINT-GRATIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23779,'5254','Saint-gregoire','SAINT-GREGOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23780,'41316','Saint-herblain','SAINT-HERBLAIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:29','1900-01-01 00:00:00',1,0,1),(23781,'37506','Saint-hilaire','SAINT-HILAIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23782,'6269','Saint-hilaire-de-riez','SAINT-HILAIRE-DE-RIEZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23783,'40618','Saint-hilaire-dozilhan','SAINT-HILAIRE-DOZILHAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23784,'40277','Saint-hippolyte','SAINT-HIPPOLYTE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:30','1900-01-01 00:00:00',1,0,1),(23785,'38145','Saint-hippolyte','SAINT-HIPPOLYTE',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23786,'38957','Saint-hippolyte-le-graveron','SAINT-HIPPOLYTE-LE-GRAVERON',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23787,'38031','Saint-jacques','SAINT-JACQUES',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23788,'5600','Saint-jacques-de-la-lande','SAINT-JACQUES-DE-LA-LANDE',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23789,'5344','Saint-jacques-des-blats','SAINT-JACQUES-DES-BLATS',NULL,'','France','',0,0,76,'2016-10-17 11:50:31','1900-01-01 00:00:00',1,0,1),(23790,'42124','Saint-jean-cap-ferrat','SAINT-JEAN-CAP-FERRAT',NULL,'','France','',0,0,76,'2016-10-17 11:50:32','1900-01-01 00:00:00',1,0,1),(23791,'6702','Saint-jean-d\'ardieres','SAINT-JEAN-D\'ARDIERES',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23792,'41314','Saint-jean-d\'arves','SAINT-JEAN-D\'ARVES',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23793,'5255','Saint-jean-de-blaignac','SAINT-JEAN-DE-BLAIGNAC',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23794,'5966','Saint-jean-de-la-blaquiere','SAINT-JEAN-DE-LA-BLAQUIERE',NULL,'','France','',0,0,76,'2016-10-17 11:50:33','1900-01-01 00:00:00',1,0,1),(23795,'41313','Saint-jean-de-luz','SAINT-JEAN-DE-LUZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23796,'40523','Saint-jean-de-matha','SAINT-JEAN-DE-MATHA',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23797,'6270','Saint-jean-de-monts','SAINT-JEAN-DE-MONTS',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23798,'37999','Saint-jean-de-sixt','SAINT-JEAN-DE-SIXT',NULL,'','France','',0,0,76,'2016-10-17 11:50:34','1900-01-01 00:00:00',1,0,1),(23799,'41312','Saint-jean-de-vedas','SAINT-JEAN-DE-VEDAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23800,'6802','Saint-jean-de-védas','SAINT-JEAN-DE-VÉDAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23801,'39003','Saint-jean-du-gard','SAINT-JEAN-DU-GARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:35','1900-01-01 00:00:00',1,0,1),(23802,'37721','Saint-jean-la-vetre','SAINT-JEAN-LA-VETRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23803,'5679','Saint-jean-le-blanc','SAINT-JEAN-LE-BLANC',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23804,'44094','Saint-jean-le-braye','SAINT-JEAN-LE-BRAYE',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23805,'39613','Saint-jean-le-centenier','SAINT-JEAN-LE-CENTENIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:36','1900-01-01 00:00:00',1,0,1),(23806,'42149','Saint-jean-port-joli','SAINT-JEAN-PORT-JOLI',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23807,'40383','Saint-jean-saverne','SAINT-JEAN-SAVERNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23808,'22880','Saint-jean-sur-richelieu','SAINT-JEAN-SUR-RICHELIEU',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23809,'6271','Saint-joachim','SAINT-JOACHIM',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23810,'4532','Saint-jorioz','SAINT-JORIOZ',NULL,'','France','',0,0,76,'2016-10-17 11:50:37','1900-01-01 00:00:00',1,0,1),(23811,'22881','Saint-joseph-de-la-rive','SAINT-JOSEPH-DE-LA-RIVE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23812,'4941','Saint-jouan-des-guerets','SAINT-JOUAN-DES-GUERETS',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23813,'4797','Saint-julien','SAINT-JULIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23814,'39265','Saint-julien-chapteuil','SAINT-JULIEN-CHAPTEUIL',NULL,'','France','',0,0,76,'2016-10-17 11:50:38','1900-01-01 00:00:00',1,0,1),(23815,'5256','Saint-julien-de-crempse','SAINT-JULIEN-DE-CREMPSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23816,'6703','Saint-julien-en-genevois','SAINT-JULIEN-EN-GENEVOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23817,'37697','Saint-julien-le-vendomois','SAINT-JULIEN-LE-VENDOMOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:39','1900-01-01 00:00:00',1,0,1),(23818,'5126','Saint-junien','SAINT-JUNIEN',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23819,'22882','Saint-lambert','SAINT-LAMBERT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23820,'41311','Saint-lary Soulan','SAINT-LARY SOULAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23821,'38013','Saint-lary-espiaube','SAINT-LARY-ESPIAUBE',NULL,'','France','',0,0,76,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23822,'22883','Saint-laurent','SAINT-LAURENT',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:40','1900-01-01 00:00:00',1,0,1),(23823,'5039','Saint-laurent-de-cerdans','SAINT-LAURENT-DE-CERDANS',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23824,'37824','Saint-laurent-de-la-cabrerisse','SAINT-LAURENT-DE-LA-CABRERISSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23825,'5052','Saint-laurent-de-mure','SAINT-LAURENT-DE-MURE',NULL,'','France','',0,0,76,'2016-10-17 11:50:41','1900-01-01 00:00:00',1,0,1),(23826,'5967','Saint-laurent-des-arbres','SAINT-LAURENT-DES-ARBRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23827,'43514','Saint-laurent-du-var','SAINT-LAURENT-DU-VAR',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23828,'4533','Saint-laurent-nouan','SAINT-LAURENT-NOUAN',NULL,'','France','',0,0,76,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23829,'22884','Saint-leonard','SAINT-LEONARD',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23830,'38656','Saint-léonard','SAINT-LÉONARD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:50:42','1900-01-01 00:00:00',1,0,1),(23831,'16197','Saint-leu','SAINT-LEU',NULL,'','Reunion','',0,0,178,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23832,'22885','Saint-liboire','SAINT-LIBOIRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23833,'4534','Saint-lieux-lès-lavaur','SAINT-LIEUX-LÈS-LAVAUR',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23834,'44095','Saint-lo','SAINT-LO',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23835,'39302','Saint-louet-sur-seulles','SAINT-LOUET-SUR-SEULLES',NULL,'','France','',0,0,76,'2016-10-17 11:50:43','1900-01-01 00:00:00',1,0,1),(23836,'5680','Saint-louis','SAINT-LOUIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23837,'42011','Saint-louis','SAINT-LOUIS',NULL,'','Senegal','',0,0,187,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23838,'40409','Saint-loup-lamairé','SAINT-LOUP-LAMAIRÉ',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23839,'41310','Saint-luce-sur-loire','SAINT-LUCE-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23840,'37827','Saint-lyphard','SAINT-LYPHARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:44','1900-01-01 00:00:00',1,0,1),(23841,'40345','Saint-lys','SAINT-LYS',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23842,'6365','Saint-maixent-l\'ecole','SAINT-MAIXENT-L\'ECOLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23843,'40206','Saint-mamet','SAINT-MAMET',NULL,'','France','',0,0,76,'2016-10-17 11:50:45','1900-01-01 00:00:00',1,0,1),(23844,'5493','Saint-marcel','SAINT-MARCEL',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23845,'6704','Saint-marcellin','SAINT-MARCELLIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23846,'38463','Saint-mard','SAINT-MARD',NULL,'','France','',0,0,76,'2016-10-17 11:50:46','1900-01-01 00:00:00',1,0,1),(23847,'4874','Saint-martin-aux-chartrains','SAINT-MARTIN-AUX-CHARTRAINS',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23848,'6196','Saint-martin-boulogne','SAINT-MARTIN-BOULOGNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23849,'4535','Saint-martin-d\' Uriage','SAINT-MARTIN-D\' URIAGE',NULL,'','France','',0,0,76,'2016-10-17 11:50:47','1900-01-01 00:00:00',1,0,1),(23850,'6705','Saint-martin-d\'ardeche','SAINT-MARTIN-D\'ARDECHE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23851,'44096','Saint-martin-de-belleville','SAINT-MARTIN-DE-BELLEVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23852,'6366','Saint-martin-de-re','SAINT-MARTIN-DE-RE',NULL,'','France','',0,0,76,'2016-10-17 11:50:48','1900-01-01 00:00:00',1,0,1),(23853,'6706','Saint-martin-d\'hères','SAINT-MARTIN-D\'HÈRES',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23854,'5829','Saint-martin-du-manoir','SAINT-MARTIN-DU-MANOIR',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23855,'44097','Saint-martin-du-vivier','SAINT-MARTIN-DU-VIVIER',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23856,'5494','Saint-martin-en-bresse','SAINT-MARTIN-EN-BRESSE',NULL,'','France','',0,0,76,'2016-10-17 11:50:49','1900-01-01 00:00:00',1,0,1),(23857,'5749','Saint-martin-sur-le-pre','SAINT-MARTIN-SUR-LE-PRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23858,'5346','Saint-martin-valmeroux','SAINT-MARTIN-VALMEROUX',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23859,'4798','Saint-maur-des-fosses','SAINT-MAUR-DES-FOSSES',NULL,'','France','',0,0,76,'2016-10-17 11:50:50','1900-01-01 00:00:00',1,0,1),(23860,'23337','Saint-maurice','SAINT-MAURICE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23861,'6707','Saint-maurice-de-beynost','SAINT-MAURICE-DE-BEYNOST',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23862,'6526','Saint-maximin-la-sainte-baume','SAINT-MAXIMIN-LA-SAINTE-BAUME',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23863,'5602','Saint-meloir-des-ondes','SAINT-MELOIR-DES-ONDES',NULL,'','France','',0,0,76,'2016-10-17 11:50:51','1900-01-01 00:00:00',1,0,1),(23864,'40951','Saint-michel Des Saints','SAINT-MICHEL DES SAINTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23865,'6272','Saint-michel-chef-chef','SAINT-MICHEL-CHEF-CHEF',NULL,'','France','',0,0,76,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23866,'22886','Saint-michel-des-saints','SAINT-MICHEL-DES-SAINTS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23867,'5681','Saint-michel-sur-loire','SAINT-MICHEL-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:50:52','1900-01-01 00:00:00',1,0,1),(23868,'4536','Saint-nicolas','SAINT-NICOLAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23869,'40368','Saint-nicolas','SAINT-NICOLAS',NULL,'','Canada','',0,0,39,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23870,'40761','Saint-nicolas-de-la-grave','SAINT-NICOLAS-DE-LA-GRAVE',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23871,'5422','Saint-nicolas-des-bois','SAINT-NICOLAS-DES-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:50:53','1900-01-01 00:00:00',1,0,1),(23872,'41304','Saint-nicolas-les Arras','SAINT-NICOLAS-LES ARRAS',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23873,'6708','Saint-nizier-du-moucherotte','SAINT-NIZIER-DU-MOUCHEROTTE',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23874,'35168','Saint-omer','SAINT-OMER',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23875,'37600','Saint-omer-en-chaussee','SAINT-OMER-EN-CHAUSSEE',NULL,'','France','',0,0,76,'2016-10-17 11:50:54','1900-01-01 00:00:00',1,0,1),(23876,'44098','Saint-onen-la-chapelle','SAINT-ONEN-LA-CHAPELLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:55','1900-01-01 00:00:00',1,0,1),(23877,'37350','Saint-ouen-laumône','SAINT-OUEN-LAUMÔNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:55','1900-01-01 00:00:00',1,0,1),(23878,'5682','Saint-ouen-les-vignes','SAINT-OUEN-LES-VIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23879,'5871','Saint-ouen-sur-morin','SAINT-OUEN-SUR-MORIN',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23880,'6367','Saint-palais-sur-mer','SAINT-PALAIS-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23881,'39082','Saint-pancrace','SAINT-PANCRACE',NULL,'','France','',0,0,76,'2016-10-17 11:50:56','1900-01-01 00:00:00',1,0,1),(23882,'37992','Saint-pardoux-la-croisille','SAINT-PARDOUX-LA-CROISILLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23883,'44099','Saint-paterne','SAINT-PATERNE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23884,'5603','Saint-patrice','SAINT-PATRICE',NULL,'','France','',0,0,76,'2016-10-17 11:50:57','1900-01-01 00:00:00',1,0,1),(23885,'39458','Saint-paul-de-fenouillet','SAINT-PAUL-DE-FENOUILLET',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23886,'44100','Saint-paul-de-vence','SAINT-PAUL-DE-VENCE',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23887,'6527','Saint-paul-en-foret','SAINT-PAUL-EN-FORET',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23888,'4965','Saint-paul-les-dax','SAINT-PAUL-LES-DAX',NULL,'','France','',0,0,76,'2016-10-17 11:50:58','1900-01-01 00:00:00',1,0,1),(23889,'4908','Saint-paul-trois-chateaux','SAINT-PAUL-TROIS-CHATEAUX',NULL,'','France','',0,0,76,'2016-10-17 11:50:59','1900-01-01 00:00:00',1,0,1),(23890,'40353','Saint-pée-sur-nivelle','SAINT-PÉE-SUR-NIVELLE',NULL,'','France','',0,0,76,'2016-10-17 11:50:59','1900-01-01 00:00:00',1,0,1),(23891,'5496','Saint-philibert','SAINT-PHILIBERT',NULL,'','France','',0,0,76,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23892,'12412','Saint-pierre','SAINT-PIERRE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23893,'16189','Saint-pierre','SAINT-PIERRE',NULL,'','Reunion','',0,0,178,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23894,'4537','Saint-pierre-d Entremont','SAINT-PIERRE-D ENTREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:00','1900-01-01 00:00:00',1,0,1),(23895,'40792','Saint-pierre-dalbigny','SAINT-PIERRE-DALBIGNY',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23896,'5968','Saint-pierre-des-champs','SAINT-PIERRE-DES-CHAMPS',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23897,'5683','Saint-pierre-des-corps','SAINT-PIERRE-DES-CORPS',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23898,'6368','Saint-pierre-d\'oleron','SAINT-PIERRE-D\'OLERON',NULL,'','France','',0,0,76,'2016-10-17 11:51:01','1900-01-01 00:00:00',1,0,1),(23899,'44101','Saint-pierre-du-perray','SAINT-PIERRE-DU-PERRAY',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23900,'5830','Saint-pierre-du-vauvray','SAINT-PIERRE-DU-VAUVRAY',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23901,'5750','Saint-pierremont','SAINT-PIERREMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23902,'37622','Saint-pierre-quiberon','SAINT-PIERRE-QUIBERON',NULL,'','France','',0,0,76,'2016-10-17 11:51:02','1900-01-01 00:00:00',1,0,1),(23903,'38087','Saint-pierre-sur-mer','SAINT-PIERRE-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23904,'44102','Saint-pol-de-leon','SAINT-POL-DE-LEON',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23905,'6197','Saint-pol-sur-mer','SAINT-POL-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:51:03','1900-01-01 00:00:00',1,0,1),(23906,'4538','Saint-pons-de-thomières','SAINT-PONS-DE-THOMIÈRES',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23907,'5684','Saint-prest','SAINT-PREST',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23908,'6369','Saint-preuil','SAINT-PREUIL',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23909,'38886','Saint-priest-en-jarez','SAINT-PRIEST-EN-JAREZ',NULL,'','France','',0,0,76,'2016-10-17 11:51:04','1900-01-01 00:00:00',1,0,1),(23910,'4800','Saint-prix','SAINT-PRIX',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23911,'5604','Saint-quay-portrieux','SAINT-QUAY-PORTRIEUX',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23912,'5685','Saint-quentin','SAINT-QUENTIN',NULL,'','France','',0,0,76,'2016-10-17 11:51:05','1900-01-01 00:00:00',1,0,1),(23913,'41293','Saint-quentin-en-yvelines','SAINT-QUENTIN-EN-YVELINES',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23914,'6709','Saint-quentin-fallavier','SAINT-QUENTIN-FALLAVIER',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23915,'6710','Saint-quentin-sur-isere','SAINT-QUENTIN-SUR-ISERE',NULL,'','France','',0,0,76,'2016-10-17 11:51:06','1900-01-01 00:00:00',1,0,1),(23916,'4994','Saint-quentin-sur-le-homme','SAINT-QUENTIN-SUR-LE-HOMME',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23917,'5257','Saint-raphael','SAINT-RAPHAEL',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23918,'4540','Saint-remy-de-provence','SAINT-REMY-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:07','1900-01-01 00:00:00',1,0,1),(23919,'39787','Saint-rhemy-en-bosses','SAINT-RHEMY-EN-BOSSES',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23920,'6316','Saint-riquier','SAINT-RIQUIER',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23921,'37403','Saint-romain-de-colbosc','SAINT-ROMAIN-DE-COLBOSC',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23922,'39781','Saint-romain-la-motte','SAINT-ROMAIN-LA-MOTTE',NULL,'','France','',0,0,76,'2016-10-17 11:51:08','1900-01-01 00:00:00',1,0,1),(23923,'22887','Saint-romuald','SAINT-ROMUALD',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23924,'5062','Saint-saturnin','SAINT-SATURNIN',NULL,'','France','',0,0,76,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23925,'5120','Saint-saturnin-les-apt','SAINT-SATURNIN-LES-APT',NULL,'','France','',0,0,76,'2016-10-17 11:51:09','1900-01-01 00:00:00',1,0,1),(23926,'4542','Saint-saturnin-lès-avignon','SAINT-SATURNIN-LÈS-AVIGNON',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23927,'4543','Saint-sauveur-de-landemont','SAINT-SAUVEUR-DE-LANDEMONT',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23928,'6370','Saint-saviol','SAINT-SAVIOL',NULL,'','France','',0,0,76,'2016-10-17 11:51:10','1900-01-01 00:00:00',1,0,1),(23929,'4978','Saint-sebastien-sur-loire','SAINT-SEBASTIEN-SUR-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23930,'6131','Saint-sernin-sur-rance','SAINT-SERNIN-SUR-RANCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23931,'23338','Saint-sulpice','SAINT-SULPICE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23932,'6010','Saint-sylvestre','SAINT-SYLVESTRE',NULL,'','France','',0,0,76,'2016-10-17 11:51:11','1900-01-01 00:00:00',1,0,1),(23933,'5258','Saint-sylvestre-sur-lot','SAINT-SYLVESTRE-SUR-LOT',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23934,'4910','Saint-symphorien-le-chateau','SAINT-SYMPHORIEN-LE-CHATEAU',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23935,'5102','Saint-thibault-des-vignes','SAINT-THIBAULT-DES-VIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:51:12','1900-01-01 00:00:00',1,0,1),(23936,'5969','Saint-thibery','SAINT-THIBERY',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23937,'38121','Saint-trinit','SAINT-TRINIT',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23938,'44270','Saint-trojan-les-bains','SAINT-TROJAN-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:51:13','1900-01-01 00:00:00',1,0,1),(23939,'5423','Saint-vaast-la-hougue','SAINT-VAAST-LA-HOUGUE',NULL,'','France','',0,0,76,'2016-10-17 11:51:14','1900-01-01 00:00:00',1,0,1),(23940,'41291','Saint-valery-en-caux','SAINT-VALERY-EN-CAUX',NULL,'','France','',0,0,76,'2016-10-17 11:51:14','1900-01-01 00:00:00',1,0,1),(23941,'6528','Saint-vallier-de-thiey','SAINT-VALLIER-DE-THIEY',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23942,'6011','Saint-viance','SAINT-VIANCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23943,'41290','Saint-victor','SAINT-VICTOR',NULL,'','France','',0,0,76,'2016-10-17 11:51:15','1900-01-01 00:00:00',1,0,1),(23944,'5970','Saint-victor-de-malcap','SAINT-VICTOR-DE-MALCAP',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23945,'6529','Saint-victoret','SAINT-VICTORET',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23946,'5259','Saint-vincent-de-cosse','SAINT-VINCENT-DE-COSSE',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23947,'4801','Saint-witz','SAINT-WITZ',NULL,'','France','',0,0,76,'2016-10-17 11:51:16','1900-01-01 00:00:00',1,0,1),(23948,'40534','Saint-yrieix-la-perche','SAINT-YRIEIX-LA-PERCHE',NULL,'','France','',0,0,76,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23949,'41289','Saint-yrieix-sur-charente','SAINT-YRIEIX-SUR-CHARENTE',NULL,'','France','',0,0,76,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23950,'14209','Saipan','SAIPAN',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23951,'13187','Saitama','SAITAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:17','1900-01-01 00:00:00',1,0,1),(23952,'38813','Saix','SAIX',NULL,'','France','',0,0,76,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23953,'17016','Saiyoke','SAIYOKE',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23954,'13335','Sakai','SAKAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23955,'17372','Sakarya','SAKARYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23956,'13336','Sakata','SAKATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23957,'17068','Sakon Nakhon','SAKON NAKHON',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23958,'16812','Sala','SALA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:18','1900-01-01 00:00:00',1,0,1),(23959,'22889','Salaberry De Valleyfield','SALABERRY DE VALLEYFIELD',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23960,'17017','Saladan','SALADAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23961,'30906','Salado','SALADO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23962,'17018','Salak Kok','SALAK KOK',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23963,'15285','Salalah','SALALAH',NULL,'','Oman','Salalah',0,0,165,'2016-10-17 11:51:19','1900-01-01 00:00:00',1,0,1),(23964,'29099','Salamanca','SALAMANCA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23965,'3482','Salamanca','SALAMANCA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23966,'13955','Salamanca','SALAMANCA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:20','1900-01-01 00:00:00',1,0,1),(23967,'29100','Salamanca, Town Of','SALAMANCA, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23968,'34308','Salamander Bay','SALAMANDER BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23969,'3592','Salardu','SALARDU',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23970,'41936','Salas','SALAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23971,'42800','Salatiga','SALATIGA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23972,'5260','Salaunes','SALAUNES',NULL,'','France','',0,0,76,'2016-10-17 11:51:21','1900-01-01 00:00:00',1,0,1),(23973,'6711','Salavas','SALAVAS',NULL,'','France','',0,0,76,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23974,'15402','Salaverry','SALAVERRY',NULL,'','Peru','',0,0,172,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23975,'16813','Salbohed','SALBOHED',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23976,'5686','Salbris','SALBRIS',NULL,'','France','',0,0,76,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23977,'8835','Salcombe','SALCOMBE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:22','1900-01-01 00:00:00',1,0,1),(23978,'8836','Salcott','SALCOTT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23979,'40142','Saldanha','SALDANHA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23980,'15892','Saldanha','SALDANHA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23981,'26552','Sale','SALE',NULL,'','Australia','',0,0,13,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23982,'8837','Sale','SALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23983,'32341','Salelologa','SALELOLOGA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:23','1900-01-01 00:00:00',1,0,1),(23984,'10590','Salem','SALEM',NULL,'','India','Salem',18,0,101,'2016-10-17 11:51:27','1900-01-01 00:00:00',1,0,1),(23985,'12415','Salemi','SALEMI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23986,'41227','Salen','SALEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23987,'8838','Salen','SALEN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23988,'12992','Salerno','SALERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:30','1900-01-01 00:00:00',1,0,1),(23989,'35458','Salerno-ascea Marina','SALERNO-ASCEA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23990,'5348','Salers','SALERS',NULL,'','France','',0,0,76,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23991,'12914','Salgareda','SALGAREDA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23992,'23339','Salgesch','SALGESCH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23993,'16609','Salgovce','SALGOVCE',NULL,'','Slovakia (Slovak Republic)','',0,0,191,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23994,'40237','Salice Salentino','SALICE SALENTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:31','1900-01-01 00:00:00',1,0,1),(23995,'18847','Salida','SALIDA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:32','1900-01-01 00:00:00',1,0,1),(23996,'6530','Saliers','SALIERS',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23997,'42358','Salies-de-bearn','SALIES-DE-BEARN',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23998,'5261','Salies-de-béarn','SALIES-DE-BÉARN',NULL,'','France','',0,0,76,'2016-10-17 11:51:33','1900-01-01 00:00:00',1,0,1),(23999,'14281','Salima','SALIMA',NULL,'','Malawi','',0,0,131,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24000,'14190','Salina','SALINA',NULL,'','Malta','',0,0,135,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24001,'12417','Salina','SALINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24002,'33394','Salina','SALINA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:34','1900-01-01 00:00:00',1,0,1),(24003,'18848','Salinas','SALINAS',NULL,'','United States','',0,0,231,'2016-10-17 11:51:36','1900-01-01 00:00:00',1,0,1),(24004,'2379','Salinas','SALINAS',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:51:36','1900-01-01 00:00:00',1,0,1),(24005,'16567','Salinitas','SALINITAS',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:51:37','1900-01-01 00:00:00',1,0,1),(24006,'40066','Salins-les-bains','SALINS-LES-BAINS',NULL,'','France','',0,0,76,'2016-10-17 11:51:37','1900-01-01 00:00:00',1,0,1),(24007,'8840','Salisbury','SALISBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:38','1900-01-01 00:00:00',1,0,1),(24008,'2106','Salisbury','SALISBURY',NULL,'','Dominica','',0,0,500,'2016-10-17 11:51:38','1900-01-01 00:00:00',1,0,1),(24009,'3931','Salla','SALLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24010,'6712','Sallanches','SALLANCHES',NULL,'','France','',0,0,76,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24011,'14478','Salland','SALLAND',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:51:40','1900-01-01 00:00:00',1,0,1),(24012,'5971','Salleles-d\'aude','SALLELES-D\'AUDE',NULL,'','France','',0,0,76,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24013,'2777','Sallent De Gallego','SALLENT DE GALLEGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24014,'32953','Sallisaw','SALLISAW',NULL,'','United States','',0,0,231,'2016-10-17 11:51:41','1900-01-01 00:00:00',1,0,1),(24015,'22890','Salluit','SALLUIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24016,'24538','Salmannsdorf','SALMANNSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24017,'42212','Salmiyah','SALMIYAH',NULL,'','Kuwait','',0,0,116,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24018,'20397','Salmon','SALMON',NULL,'','United States','',0,0,231,'2016-10-17 11:51:42','1900-01-01 00:00:00',1,0,1),(24019,'25532','Salmon Arm','SALMON ARM',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24020,'2481','Salobrena','SALOBRENA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24021,'4865','Salon-de-provence','SALON-DE-PROVENCE',NULL,'','France','',0,0,76,'2016-10-17 11:51:43','1900-01-01 00:00:00',1,0,1),(24022,'3593','Salou','SALOU',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24023,'1058','Saloum','SALOUM',NULL,'','SENEGAL','',0,0,187,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24024,'38486','Salperwick','SALPERWICK',NULL,'','France','',0,0,76,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24025,'44236','Salsipuedes','SALSIPUEDES',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24026,'35642','Salsomaggiore','SALSOMAGGIORE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:44','1900-01-01 00:00:00',1,0,1),(24027,'3594','Salt','SALT',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24028,'38675','Salt','SALT',NULL,'','Jordan','',0,0,111,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24029,'16939','Salt Cay','SALT CAY',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:51:45','1900-01-01 00:00:00',1,0,1),(24030,'32534','Salt Rock','SALT ROCK',NULL,'','South Africa','',0,0,195,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24031,'13093','Salt Spring','SALT SPRING',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24032,'25533','Salt Spring Island','SALT SPRING ISLAND',NULL,'','Canada','',0,0,39,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24033,'26139','Salta','SALTA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:51:46','1900-01-01 00:00:00',1,0,1),(24034,'8841','Saltash','SALTASH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24035,'8842','Saltburn-by-the-sea','SALTBURN-BY-THE-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24036,'3287','Salteras','SALTERAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24037,'8843','Saltford','SALTFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24038,'10760','Salthill','SALTHILL',NULL,'','Ireland','',0,0,105,'2016-10-17 11:51:47','1900-01-01 00:00:00',1,0,1),(24039,'33254','Saltillo','SALTILLO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24040,'14068','Saltillo','SALTILLO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24041,'12419','Saltino','SALTINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24042,'17523','Salto','SALTO',NULL,'','Uruguay','',0,0,230,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24043,'36011','Salto Del Laja','SALTO DEL LAJA',NULL,'','Chile','',0,0,45,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24044,'37220','Saltsjo Boo','SALTSJO BOO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24045,'16843','Saltsjobaden','SALTSJOBADEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:51:48','1900-01-01 00:00:00',1,0,1),(24046,'31224','Saltville','SALTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24047,'16378','Saltykovka','SALTYKOVKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24048,'33998','Saluda','SALUDA',NULL,'','United States','',0,0,231,'2016-10-17 11:51:49','1900-01-01 00:00:00',1,0,1),(24049,'25065','Salvador','SALVADOR',NULL,'','Brazil','',0,0,30,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24050,'41993','Salvaterra','SALVATERRA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24051,'12421','Salvaterra Di Casalgrande','SALVATERRA DI CASALGRANDE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:50','1900-01-01 00:00:00',1,0,1),(24052,'33999','Salvo','SALVO',NULL,'','United States','',0,0,231,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24053,'1059','Saly','SALY',NULL,'','SENEGAL','',0,0,187,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24054,'44001','Salybia','SALYBIA',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24055,'321','Salzburg','SALZBURG',NULL,'','Germany','Salzburg',0,0,83,'2016-10-17 11:51:51','1900-01-01 00:00:00',1,0,1),(24056,'27277','Salzgitter','SALZGITTER',NULL,'','Germany','',0,0,83,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24057,'2352','Samana','SAMANA',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24058,'16433','Samara','SAMARA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24059,'12423','Samarate','SAMARATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24060,'10334','Samarinda','SAMARINDA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:51:52','1900-01-01 00:00:00',1,0,1),(24061,'32156','Samarkand','SAMARKAND',NULL,'','Uzbekistan','Samarkand',0,0,232,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24062,'6132','Samatan','SAMATAN',NULL,'','France','',0,0,76,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24063,'17311','Samatya','SAMATYA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24064,'40182','Sambava','SAMBAVA',NULL,'','Madagascar','',0,0,130,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24065,'39508','Samburu','SAMBURU',NULL,'','Kenya','Samburu',0,0,113,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24066,'23081','Samedan','SAMEDAN',NULL,'','Switzerland','Samedan',0,0,210,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24067,'7286','Samford Peverell','SAMFORD PEVERELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:53','1900-01-01 00:00:00',1,0,1),(24068,'9781','Sami','SAMI',NULL,'','Greece','',0,0,86,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24069,'3686','Samieira','SAMIEIRA',NULL,'','Spain','',0,0,199,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24070,'8844','Samlesbury','SAMLESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24071,'31608','Sammamish','SAMMAMISH',NULL,'','United States','',0,0,231,'2016-10-17 11:51:54','1900-01-01 00:00:00',1,0,1),(24072,'38962','Sammichele Di Bari','SAMMICHELE DI BARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24073,'23340','Samnaun','SAMNAUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24074,'32338','Samoa','SAMOA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24075,'44283','Samoa Point','SAMOA POINT',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24076,'37104','Samoa-apia','SAMOA-APIA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24077,'37105','Samoa-mulifanua','SAMOA-MULIFANUA',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24078,'37103','Samoa-saanapu','SAMOA-SAANAPU',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24079,'37107','Samoa-savai\'i Island','SAMOA-SAVAI\'I ISLAND',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24080,'37106','Samoa-siumu','SAMOA-SIUMU',NULL,'','Samoa','',0,0,183,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24081,'10467','Samode','SAMODE',NULL,'','India','',0,0,101,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24082,'41287','Samoens','SAMOENS',NULL,'','France','',0,0,76,'2016-10-17 11:51:55','1900-01-01 00:00:00',1,0,1),(24083,'6713','Samoëns','SAMOËNS',NULL,'','France','',0,0,76,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24084,'38271','Samokov','SAMOKOV',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24085,'41642','Samora Correia','SAMORA CORREIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24086,'42482','Samothraki','SAMOTHRAKI',NULL,'','Greece','',0,0,86,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24087,'15492','Sampaloc','SAMPALOC',NULL,'','Philippines','',0,0,173,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24088,'12424','Sampieri','SAMPIERI',NULL,'','Italy','',0,0,107,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24089,'17358','Samsun','SAMSUN',NULL,'','Turkey','',0,0,222,'2016-10-17 11:51:56','1900-01-01 00:00:00',1,0,1),(24090,'22401','Samtens','SAMTENS',NULL,'','Germany','',0,0,83,'2016-10-17 11:51:57','1900-01-01 00:00:00',1,0,1),(24091,'17077','Samut Prakan','SAMUT PRAKAN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:51:57','1900-01-01 00:00:00',1,0,1),(24092,'41174','San Andres','SAN ANDRES',NULL,'','Colombia','',0,0,49,'2016-10-17 11:51:58','1900-01-01 00:00:00',1,0,1),(24093,'24888','San Andros','SAN ANDROS',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:51:58','1900-01-01 00:00:00',1,0,1),(24094,'43396','San Anton','SAN ANTON',NULL,'','Malta','',0,0,135,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24095,'42782','San Antonio','SAN ANTONIO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24096,'32212','San Antonio','SAN ANTONIO',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24097,'14210','San Antonio','SAN ANTONIO',NULL,'','Northern Mariana Islands','',0,0,163,'2016-10-17 11:51:59','1900-01-01 00:00:00',1,0,1),(24098,'16109','San Bernardino','SAN BERNARDINO',NULL,'','Paraguay','',0,0,171,'2016-10-17 11:52:02','1900-01-01 00:00:00',1,0,1),(24099,'23552','San Bernardo','SAN BERNARDO',NULL,'','Chile','',0,0,45,'2016-10-17 11:52:03','1900-01-01 00:00:00',1,0,1),(24100,'17123','San Fernando','SAN FERNANDO',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:52:10','1900-01-01 00:00:00',1,0,1),(24101,'15765','San German','SAN GERMAN',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:52:12','1900-01-01 00:00:00',1,0,1),(24102,'24902','San Ignacio','SAN IGNACIO',NULL,'','Belize','',0,0,22,'2016-10-17 11:52:15','1900-01-01 00:00:00',1,0,1),(24103,'43696','San Ignacio','SAN IGNACIO',NULL,'','Honduras','',0,0,97,'2016-10-17 11:52:15','1900-01-01 00:00:00',1,0,1),(24104,'14449','San Juan Del Sur','SAN JUAN DEL SUR',NULL,'','Nicaragua','',0,0,158,'2016-10-17 11:52:19','1900-01-01 00:00:00',1,0,1),(24105,'16579','San Marino','SAN MARINO',NULL,'','San Marino','',0,0,184,'2016-10-17 11:52:24','1900-01-01 00:00:00',1,0,1),(24106,'16573','San Miguel','SAN MIGUEL',NULL,'','El Salvador','',0,0,66,'2016-10-17 11:52:27','1900-01-01 00:00:00',1,0,1),(24107,'25833','San Nicolas','SAN NICOLAS',NULL,'','Aruba','',0,0,12,'2016-10-17 11:52:27','1900-01-01 00:00:00',1,0,1),(24108,'41653','Sana','SANA',NULL,'','Yemen','',0,0,240,'2016-10-17 11:52:37','1900-01-01 00:00:00',1,0,1),(24109,'32356','Sana\'a','SANA\'A',NULL,'','Yemen','',0,0,240,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24110,'13337','Sanada','SANADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24111,'10345','Sanana','SANANA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24112,'11435','Sanarica','SANARICA',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24113,'1596','Sanary','SANARY',NULL,'','France','',0,0,76,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24114,'6531','Sanary-sur-mer','SANARY-SUR-MER',NULL,'','France','',0,0,76,'2016-10-17 11:52:38','1900-01-01 00:00:00',1,0,1),(24115,'32761','Sanbornton','SANBORNTON',NULL,'','United States','',0,0,231,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24116,'23630','Sanbu','SANBU',NULL,'','China','',0,0,46,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24117,'41286','Sancerre','SANCERRE',NULL,'','France','',0,0,76,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24118,'37907','Sanchi','SANCHI',NULL,'','India','Sanchi',15,0,101,'2016-10-17 11:52:39','1900-01-01 00:00:00',1,0,1),(24119,'17414','Sanchung','SANCHUNG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24120,'3139','Sancibrian','SANCIBRIAN',NULL,'','Spain','',0,0,199,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24121,'41201','Sancti Spiritus','SANCTI SPIRITUS',NULL,'','Cuba','',0,0,56,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24122,'42918','Sanctuary Cove','SANCTUARY COVE',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24123,'5497','Sancy','SANCY',NULL,'','France','',0,0,76,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24124,'22628','Sand','SAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:40','1900-01-01 00:00:00',1,0,1),(24125,'35762','Sanda','SANDA',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24126,'14393','Sandakan','SANDAKAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24127,'14985','Sandane','SANDANE',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:41','1900-01-01 00:00:00',1,0,1),(24128,'24813','Sandanski','SANDANSKI',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24129,'7287','Sanday','SANDAY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24130,'8845','Sandbach','SANDBACH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24131,'562','Sandebeck','SANDEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24132,'15026','Sandefjord','SANDEFJORD',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:42','1900-01-01 00:00:00',1,0,1),(24133,'30915','Sanderson','SANDERSON',NULL,'','United States','',0,0,231,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24134,'8846','Sanderstead','SANDERSTEAD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24135,'19913','Sandersville','SANDERSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:52:43','1900-01-01 00:00:00',1,0,1),(24136,'19599','Sandestin','SANDESTIN',NULL,'','United States','',0,0,231,'2016-10-17 11:52:44','1900-01-01 00:00:00',1,0,1),(24137,'7288','Sandford-on-thames','SANDFORD-ON-THAMES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:44','1900-01-01 00:00:00',1,0,1),(24138,'26753','Sandgate','SANDGATE',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24139,'3989','Sandhamn','SANDHAMN',NULL,'','Finland','',0,0,75,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24140,'28568','Sandia','SANDIA',NULL,'','United States','',0,0,231,'2016-10-17 11:52:45','1900-01-01 00:00:00',1,0,1),(24141,'8847','Sandiacre','SANDIACRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:46','1900-01-01 00:00:00',1,0,1),(24142,'21521','Sandisfield','SANDISFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:52:46','1900-01-01 00:00:00',1,0,1),(24143,'15032','Sandnes','SANDNES',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24144,'14928','Sandnessjoen','SANDNESSJOEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24145,'38219','Sandoeverken','SANDOEVERKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24146,'8848','Sandown','SANDOWN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24147,'32601','Sandown','SANDOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24148,'20398','Sandpoint','SANDPOINT',NULL,'','United States','',0,0,231,'2016-10-17 11:52:47','1900-01-01 00:00:00',1,0,1),(24149,'12478','Sandrigo','SANDRIGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24150,'26932','Sandringham','SANDRINGHAM',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24151,'15030','Sandsli','SANDSLI',NULL,'','Norway','',0,0,164,'2016-10-17 11:52:48','1900-01-01 00:00:00',1,0,1),(24152,'25534','Sandspit','SANDSPIT',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24153,'32602','Sandton','SANDTON',NULL,'','South Africa','',0,0,195,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24154,'6823','Sandur','SANDUR',NULL,'','Faroe Islands','',0,0,73,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24155,'29517','Sandusky','SANDUSKY',NULL,'','United States','',0,0,231,'2016-10-17 11:52:49','1900-01-01 00:00:00',1,0,1),(24156,'2166','Sandvig','SANDVIG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24157,'16791','Sandviken','SANDVIKEN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24158,'43187','Sandwell','SANDWELL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24159,'21522','Sandwich','SANDWICH',NULL,'','United States','',0,0,231,'2016-10-17 11:52:51','1900-01-01 00:00:00',1,0,1),(24160,'8849','Sandwich','SANDWICH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:52','1900-01-01 00:00:00',1,0,1),(24161,'8850','Sandy','SANDY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:52:52','1900-01-01 00:00:00',1,0,1),(24162,'26866','Sandy Bay','SANDY BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24163,'13079','Sandy Bay','SANDY BAY',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24164,'25863','Sandy Ground','SANDY GROUND',NULL,'','Anguilla','',0,0,7,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24165,'34633','Sandy Lake','SANDY LAKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24166,'16949','Sandy Point','SANDY POINT',NULL,'','Turks And Caicos Islands','',0,0,221,'2016-10-17 11:52:53','1900-01-01 00:00:00',1,0,1),(24167,'21921','Sanford','SANFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:52:54','1900-01-01 00:00:00',1,0,1),(24168,'12479','Sangano','SANGANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24169,'3688','Sangenjo','SANGENJO',NULL,'','Spain','',0,0,199,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24170,'30916','Sanger','SANGER',NULL,'','United States','',0,0,231,'2016-10-17 11:52:56','1900-01-01 00:00:00',1,0,1),(24171,'37846','Sangerhausen','SANGERHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24172,'2409','Sangolqui','SANGOLQUI',NULL,'','Ecuador','',0,0,64,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24173,'37400','Sangudo','SANGUDO',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24174,'36829','Sanhsia','SANHSIA',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24175,'23973','Sanhua','SANHUA',NULL,'','China','',0,0,46,'2016-10-17 11:52:57','1900-01-01 00:00:00',1,0,1),(24176,'19601','Sanibel','SANIBEL',NULL,'','United States','',0,0,231,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24177,'25808','Sanikiluaq','SANIKILUAQ',NULL,'','Canada','',0,0,39,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24178,'40544','Sanjo','SANJO',NULL,'','Japan','',0,0,110,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24179,'10591','Sankrail','SANKRAIL',NULL,'','India','',0,0,101,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24180,'39734','Sankt Andreasberg','SANKT ANDREASBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:52:58','1900-01-01 00:00:00',1,0,1),(24181,'24595','Sankt-vith','SANKT-VITH',NULL,'','Belgium','',0,0,21,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24182,'17364','Sanliurfa','SANLIURFA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24183,'35057','Sanlucar De Barramed','SANLUCAR DE BARRAMED',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24184,'23797','Sanmenxia','SANMENXIA',NULL,'','China','',0,0,46,'2016-10-17 11:53:02','1900-01-01 00:00:00',1,0,1),(24185,'23778','Sanming','SANMING',NULL,'','China','',0,0,46,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24186,'14202','Sannat','SANNAT',NULL,'','Malta','',0,0,135,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24187,'40125','Sannicandro Di Bari','SANNICANDRO DI BARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24188,'39704','Sannicola','SANNICOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24189,'41283','Sannois','SANNOIS',NULL,'','France','',0,0,76,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24190,'4545','Sannois-ermont','SANNOIS-ERMONT',NULL,'','France','',0,0,76,'2016-10-17 11:53:03','1900-01-01 00:00:00',1,0,1),(24191,'8851','Sanquhar','SANQUHAR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24192,'17022','Sansai','SANSAI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24193,'12480','Sansepolcro','SANSEPOLCRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24194,'17415','Sansia','SANSIA',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:53:04','1900-01-01 00:00:00',1,0,1),(24195,'25883','Sant Julia De Loria','SANT JULIA DE LORIA',NULL,'','Andorra','',0,0,5,'2016-10-17 11:53:07','1900-01-01 00:00:00',1,0,1),(24196,'15383','Santa','SANTA',NULL,'','Peru','',0,0,172,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24197,'24948','Santa Ana','SANTA ANA',NULL,'','Bolivia','Santa Ana',0,0,26,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24198,'16557','Santa Ana','SANTA ANA',NULL,'','Solomon Islands','Santa Ana',0,0,193,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24199,'15475','Santa Ana','SANTA ANA',NULL,'','Philippines','Santa Ana',0,0,173,'2016-10-17 11:53:08','1900-01-01 00:00:00',1,0,1),(24200,'32181','Santa Barbara','SANTA BARBARA',NULL,'','Venezuela','',0,0,235,'2016-10-17 11:53:09','1900-01-01 00:00:00',1,0,1),(24201,'26058','Santa Catalina','SANTA CATALINA',NULL,'','Argentina','',0,0,10,'2016-10-17 11:53:10','1900-01-01 00:00:00',1,0,1),(24202,'41622','Santa Catarina','SANTA CATARINA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:53:10','1900-01-01 00:00:00',1,0,1),(24203,'42658','Santa Clara','SANTA CLARA',NULL,'','Panama','',0,0,169,'2016-10-17 11:53:11','1900-01-01 00:00:00',1,0,1),(24204,'39996','Santa Cruz','SANTA CRUZ',NULL,'','Aruba','',0,0,12,'2016-10-17 11:53:14','1900-01-01 00:00:00',1,0,1),(24205,'23491','Santa Cruz','SANTA CRUZ',NULL,'','Chile','',0,0,45,'2016-10-17 11:53:14','1900-01-01 00:00:00',1,0,1),(24206,'10468','Santa Cruz Domestic Airport (Bom)','SANTA CRUZ DOMESTIC AIRPORT (BOM)',NULL,'','India','',0,0,101,'2016-10-17 11:53:16','1900-01-01 00:00:00',1,0,1),(24207,'9876','Santa Elena','SANTA ELENA',NULL,'','Guatemala','',0,0,91,'2016-10-17 11:53:16','1900-01-01 00:00:00',1,0,1),(24208,'15766','Santa Isabel','SANTA ISABEL',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24209,'2436','Santa Katarina','SANTA KATARINA',NULL,'','Egypt','',0,0,65,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24210,'1085','Santa Lucia','SANTA LUCIA',NULL,'','Saint Lucia','',0,0,182,'2016-10-17 11:53:18','1900-01-01 00:00:00',1,0,1),(24211,'24147','Santa Maria','SANTA MARIA',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:19','1900-01-01 00:00:00',1,0,1),(24212,'24130','Santa Marta','SANTA MARTA',NULL,'','Colombia','',0,0,49,'2016-10-17 11:53:22','1900-01-01 00:00:00',1,0,1),(24213,'9959','Santa Rosa Copan','SANTA ROSA COPAN',NULL,'','Honduras','',0,0,97,'2016-10-17 11:53:25','1900-01-01 00:00:00',1,0,1),(24214,'41284','Santaella','SANTAELLA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:27','1900-01-01 00:00:00',1,0,1),(24215,'12493','Sant\'agata Di Militello','SANT\'AGATA DI MILITELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:27','1900-01-01 00:00:00',1,0,1),(24216,'12495','Sant\'agnello','SANT\'AGNELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24217,'12496','Sant\'alessio Siculo','SANT\'ALESSIO SICULO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24218,'37264','Santa-lucia-di-moriani','SANTA-LUCIA-DI-MORIANI',NULL,'','France','',0,0,76,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24219,'15961','Santana','SANTANA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24220,'39318','Santanatolia Di Narco','SANTANATOLIA DI NARCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24221,'3140','Santander','SANTANDER',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:28','1900-01-01 00:00:00',1,0,1),(24222,'35088','Santander-suances','SANTANDER-SUANCES',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24223,'38044','Santandrea Apostolo Dello Ionio','SANTANDREA APOSTOLO DELLO IONIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24224,'37779','Santandria','SANTANDRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24225,'38261','Santangelo A Fasanella','SANTANGELO A FASANELLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:29','1900-01-01 00:00:00',1,0,1),(24226,'12832','Sant\'anna Arresi','SANT\'ANNA ARRESI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24227,'38722','Santantimo','SANTANTIMO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24228,'12833','Sant\'antioco','SANT\'ANTIOCO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24229,'35648','Sant\'antonio Abate','SANT\'ANTONIO ABATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:30','1900-01-01 00:00:00',1,0,1),(24230,'2931','Santany','SANTANY',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24231,'41282','Santanyi','SANTANYI',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24232,'16050','Santarem','SANTAREM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24233,'25105','Santarem','SANTAREM',NULL,'','Brazil','',0,0,30,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24234,'12497','Sante Marie','SANTE MARIE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:31','1900-01-01 00:00:00',1,0,1),(24235,'18899','Santee','SANTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:32','1900-01-01 00:00:00',1,0,1),(24236,'34002','Santeetlah','SANTEETLAH',NULL,'','United States','',0,0,231,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24237,'12498','Sant\'elia Fiumerapido','SANT\'ELIA FIUMERAPIDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24238,'5498','Santenay','SANTENAY',NULL,'','France','',0,0,76,'2016-10-17 11:53:33','1900-01-01 00:00:00',1,0,1),(24239,'37927','Santeramo In Colle','SANTERAMO IN COLLE',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24240,'12499','Sant\'eufemia Lamezia','SANT\'EUFEMIA LAMEZIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24241,'23555','Santiago','SANTIAGO',NULL,'','Chile','Santiago',0,0,45,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24242,'13941','Santiago','SANTIAGO',NULL,'','Mexico','Santiago',0,0,141,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24243,'2359','Santiago','SANTIAGO',NULL,'','Dominican Republic','Santiago',0,0,61,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24244,'15345','Santiago','SANTIAGO',NULL,'','Panama','Santiago',0,0,169,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24245,'2806','Santiago Bernabeu - Castellana','SANTIAGO BERNABEU - CASTELLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24246,'1638','Santiago Cacem','SANTIAGO CACEM',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:34','1900-01-01 00:00:00',1,0,1),(24247,'34945','Santiago De Cuba','SANTIAGO DE CUBA',NULL,'','Cuba','',0,0,56,'2016-10-17 11:53:35','1900-01-01 00:00:00',1,0,1),(24248,'26149','Santiago Del Estero','SANTIAGO DEL ESTERO',NULL,'','Argentina','',0,0,10,'2016-10-17 11:53:35','1900-01-01 00:00:00',1,0,1),(24249,'36137','Santiago-la Estrada','SANTIAGO-LA ESTRADA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24250,'12500','Sant\'ilario D\'enza','SANT\'ILARIO D\'ENZA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24251,'3141','Santillana','SANTILLANA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:36','1900-01-01 00:00:00',1,0,1),(24252,'5499','Santilly','SANTILLY',NULL,'','France','',0,0,76,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24253,'12501','Santissima Annunziata','SANTISSIMA ANNUNZIATA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24254,'24148','Santo Antao','SANTO ANTAO',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24255,'24191','Santo Domingo','SANTO DOMINGO',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24256,'2360','Santo Domingo','SANTO DOMINGO',NULL,'','Dominican Republic','',0,0,61,'2016-10-17 11:53:37','1900-01-01 00:00:00',1,0,1),(24257,'37089','Santo-aore Island','SANTO-AORE ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:39','1900-01-01 00:00:00',1,0,1),(24258,'37091','Santo-bokissa Island','SANTO-BOKISSA ISLAND',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:39','1900-01-01 00:00:00',1,0,1),(24259,'38454','Santomobono Imagna','SANTOMOBONO IMAGNA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24260,'7289','Santon','SANTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24261,'35053','Santona','SANTONA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24262,'12505','Sant\'onofrio','SANT\'ONOFRIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24263,'37556','Santorcaz','SANTORCAZ',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24264,'40947','Santorini','SANTORINI',NULL,'','Greece','Santorini',0,0,86,'2016-10-17 11:53:40','1900-01-01 00:00:00',1,0,1),(24265,'36367','Santorini-akrotiri','SANTORINI-AKROTIRI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24266,'35291','Santorini-fira Town','SANTORINI-FIRA TOWN',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24267,'35237','Santorini-imerovigli','SANTORINI-IMEROVIGLI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24268,'35247','Santorini-kamari','SANTORINI-KAMARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24269,'35265','Santorini-monolithos','SANTORINI-MONOLITHOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24270,'35273','Santorini-oia','SANTORINI-OIA',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24271,'35283','Santorini-perissa','SANTORINI-PERISSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24272,'35285','Santorini-perivoloes','SANTORINI-PERIVOLOES',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:41','1900-01-01 00:00:00',1,0,1),(24273,'14655','Santpoort-noord','SANTPOORT-NOORD',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24274,'10857','Santry','SANTRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24275,'15767','Santurce','SANTURCE',NULL,'','Puerto Rico','',0,0,176,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24276,'2810','Santurtzi','SANTURTZI',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24277,'10276','Sanur','SANUR',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24278,'41276','Sanxenxo','SANXENXO',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:42','1900-01-01 00:00:00',1,0,1),(24279,'41158','Sao Felipe','SAO FELIPE',NULL,'','Cape Verde','',0,0,41,'2016-10-17 11:53:43','1900-01-01 00:00:00',1,0,1),(24280,'40341','São Pedro Do Sul','SÃO PEDRO DO SUL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:53:44','1900-01-01 00:00:00',1,0,1),(24281,'16583','Sao Tome Island','SAO TOME ISLAND',NULL,'','Sao Tome And Principe','',0,0,185,'2016-10-17 11:53:44','1900-01-01 00:00:00',1,0,1),(24282,'4546','Saone-et-loire','SAONE-ET-LOIRE',NULL,'','France','',0,0,76,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24283,'32270','Sapa','SAPA',NULL,'','Viet Nam','',0,0,236,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24284,'17277','Sapanca','SAPANCA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24285,'28574','Sapello','SAPELLO',NULL,'','United States','',0,0,231,'2016-10-17 11:53:45','1900-01-01 00:00:00',1,0,1),(24286,'19915','Sapelo Island','SAPELO ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:53:46','1900-01-01 00:00:00',1,0,1),(24287,'35646','Sappada','SAPPADA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:46','1900-01-01 00:00:00',1,0,1),(24288,'34003','Sapphire','SAPPHIRE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24289,'34309','Sapphire Coast','SAPPHIRE COAST',NULL,'','Australia','',0,0,13,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24290,'13391','Sapporo','SAPPORO',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24291,'35707','Sapporo-chitose','SAPPORO-CHITOSE',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24292,'35718','Sapporo-jozankei','SAPPORO-JOZANKEI',NULL,'','Japan','',0,0,110,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24293,'12712','Sapri','SAPRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:47','1900-01-01 00:00:00',1,0,1),(24294,'32956','Sapulpa','SAPULPA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24295,'44459','Saputara','SAPUTARA',NULL,'','India','',0,0,101,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24296,'37338','Saquarema','SAQUAREMA',NULL,'','Brazil','',0,0,30,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24297,'32324','Sara','SARA',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24298,'43074','Saraburi','SARABURI',NULL,'','Thailand','',0,0,215,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24299,'24893','Sarajevo','SARAJEVO',NULL,'','Bosnia And Herzegovinia','',0,0,27,'2016-10-17 11:53:48','1900-01-01 00:00:00',1,0,1),(24300,'17947','Saraland','SARALAND',NULL,'','United States','',0,0,231,'2016-10-17 11:53:49','1900-01-01 00:00:00',1,0,1),(24301,'29102','Saranac Lake','SARANAC LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24302,'43561','Saranda','SARANDA',NULL,'','Albania','',0,0,2,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24303,'25869','Sarande','SARANDE',NULL,'','Albania','',0,0,2,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24304,'16249','Saransk','SARANSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24305,'44284','Saraotou','SARAOTOU',NULL,'','Vanuatu','',0,0,233,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24306,'24228','Sarapiqui','SARAPIQUI',NULL,'','Costa Rica','',0,0,54,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24307,'19603','Sarasota','SARASOTA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:50','1900-01-01 00:00:00',1,0,1),(24308,'32132','Saratoga','SARATOGA',NULL,'','United States','',0,0,231,'2016-10-17 11:53:51','1900-01-01 00:00:00',1,0,1),(24309,'16449','Saratov','SARATOV',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24310,'13543','Saravan','SARAVAN',NULL,'','Laos','',0,0,118,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24311,'12506','Sarcedo','SARCEDO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24312,'4802','Sarcelles','SARCELLES',NULL,'','France','',0,0,76,'2016-10-17 11:53:53','1900-01-01 00:00:00',1,0,1),(24313,'39685','Sardar Samand','SARDAR SAMAND',NULL,'','India','',0,0,101,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24314,'12834','Sardara','SARDARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24315,'42584','Sardargarh','SARDARGARH',NULL,'','India','',0,0,101,'2016-10-17 11:53:54','1900-01-01 00:00:00',1,0,1),(24317,'43311','Sardinia-bosa','SARDINIA-BOSA',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24318,'27912','Sardis','SARDIS',NULL,'','United States','',0,0,231,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24319,'5262','Sare','SARE',NULL,'','France','',0,0,76,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24320,'10592','Sarenga','SARENGA',NULL,'','India','',0,0,101,'2016-10-17 11:53:55','1900-01-01 00:00:00',1,0,1),(24321,'2811','S\'argamassa','S\'ARGAMASSA',NULL,'','Spain','',0,0,199,'2016-10-17 11:53:56','1900-01-01 00:00:00',1,0,1),(24322,'33535','Sargents','SARGENTS',NULL,'','United States','',0,0,231,'2016-10-17 11:53:56','1900-01-01 00:00:00',1,0,1),(24323,'21922','Sargentville','SARGENTVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24324,'15327','Sargodha','SARGODHA',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24325,'17224','Sarigerme','SARIGERME',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24326,'44317','Sarikamis','SARIKAMIS',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24327,'26431','Sarina','SARINA',NULL,'','Australia','',0,0,13,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24328,'42582','Sariska National Park','SARISKA NATIONAL PARK',NULL,'','India','',0,0,101,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24329,'7290','Sark','SARK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24330,'40619','Sarkisla','SARKISLA',NULL,'','Turkey','',0,0,222,'2016-10-17 11:53:57','1900-01-01 00:00:00',1,0,1),(24331,'4905','Sarlat-la-caneda','SARLAT-LA-CANEDA',NULL,'','France','',0,0,76,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24332,'10318','Sarmi','SARMI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24333,'12507','Sarnano','SARNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:58','1900-01-01 00:00:00',1,0,1),(24334,'34634','Sarnia','SARNIA',NULL,'','Canada','',0,0,39,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24335,'13056','Sarnonico','SARNONICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24336,'9592','Saronic Islands','SARONIC ISLANDS',NULL,'','Greece','',0,0,86,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24337,'12509','Saronno','SARONNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24338,'14963','Sarpsborg','SARPSBORG',NULL,'','Norway','',0,0,164,'2016-10-17 11:53:59','1900-01-01 00:00:00',1,0,1),(24339,'41905','Sarramea','SARRAMEA',NULL,'','New Caledonia','',0,0,156,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24340,'6133','Sarrazac','SARRAZAC',NULL,'','France','',0,0,76,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24341,'40701','Sarre','SARRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24342,'4547','Sarreguemines','SARREGUEMINES',NULL,'','France','',0,0,76,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24343,'2812','Sarria','SARRIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:00','1900-01-01 00:00:00',1,0,1),(24344,'2814','Sarrià De Ter','SARRIÀ DE TER',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24345,'2815','Sarria-sant Gervasi','SARRIA-SANT GERVASI',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24346,'10593','Sarsa','SARSA',NULL,'','India','',0,0,101,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24347,'27278','Sarstedt','SARSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24348,'35649','Sarteano','SARTEANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:01','1900-01-01 00:00:00',1,0,1),(24349,'27510','Sartell','SARTELL',NULL,'','United States','',0,0,231,'2016-10-17 11:54:02','1900-01-01 00:00:00',1,0,1),(24350,'39608','Sartene','SARTENE',NULL,'','France','',0,0,76,'2016-10-17 11:54:02','1900-01-01 00:00:00',1,0,1),(24351,'4803','Sartrouville','SARTROUVILLE',NULL,'','France','',0,0,76,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24352,'10115','Sarvar','SARVAR',NULL,'','Hungary','',0,0,99,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24353,'12510','Sarzana','SARZANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24354,'5605','Sarzeau','SARZEAU',NULL,'','France','',0,0,76,'2016-10-17 11:54:03','1900-01-01 00:00:00',1,0,1),(24355,'18200','Sasabe','SASABE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24356,'10667','Sasan','SASAN',NULL,'','India','',0,0,101,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24357,'39500','Sasang','SASANG',NULL,'','Korea (Democratic Peoples Republic Of)','',0,0,115,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24358,'22631','Sasbachwalden','SASBACHWALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24359,'13401','Sasebo','SASEBO',NULL,'','Japan','',0,0,110,'2016-10-17 11:54:04','1900-01-01 00:00:00',1,0,1),(24360,'22963','Saskatoon','SASKATOON',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24361,'43654','Sassafras','SASSAFRAS',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24362,'12835','Sassari','SASSARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24363,'14732','Sassenheim','SASSENHEIM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24364,'5831','Sassetot-le-mauconduit','SASSETOT-LE-MAUCONDUIT',NULL,'','France','',0,0,76,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24365,'12511','Sassetta','SASSETTA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:05','1900-01-01 00:00:00',1,0,1),(24366,'22403','Sassnitz','SASSNITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24367,'12513','Sassuolo','SASSUOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24368,'3343','Sastago','SASTAGO',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:06','1900-01-01 00:00:00',1,0,1),(24369,'21129','Satanta','SATANTA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24370,'38480','Satara','SATARA',NULL,'','South Africa','Satara',0,0,195,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24371,'19605','Satellite Beach','SATELLITE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:07','1900-01-01 00:00:00',1,0,1),(24372,'6714','Sathonay-village','SATHONAY-VILLAGE',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24373,'23438','Satigny','SATIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24374,'6715','Satillieu','SATILLIEU',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24375,'38702','Satna','SATNA',NULL,'','India','Satna',15,0,101,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24376,'6716','Satolas','SATOLAS',NULL,'','France','',0,0,76,'2016-10-17 11:54:08','1900-01-01 00:00:00',1,0,1),(24377,'38016','Satriano','SATRIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24378,'39941','Satsuma','SATSUMA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24379,'42581','Sattal','SATTAL',NULL,'','India','',0,0,101,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24380,'27143','Sattledt','SATTLEDT',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:09','1900-01-01 00:00:00',1,0,1),(24381,'16229','Satu Mare','SATU MARE',NULL,'','Romania','',0,0,179,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24382,'41702','Satun','SATUN',NULL,'','Thailand','',0,0,215,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24383,'12514','Saturnia','SATURNIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24384,'5264','Saubusse','SAUBUSSE',NULL,'','France','',0,0,76,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24385,'41931','Saucelle','SAUCELLE',NULL,'','Spain','',0,0,199,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24386,'14969','Sauda','SAUDA',NULL,'','Norway','',0,0,164,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24387,'10993','Saudarkrokur','SAUDARKROKUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:54:10','1900-01-01 00:00:00',1,0,1),(24388,'322','Sauerlach','SAUERLACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24389,'22404','Sauerland','SAUERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24390,'22236','Saugatuck','SAUGATUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:54:11','1900-01-01 00:00:00',1,0,1),(24391,'29105','Saugerties','SAUGERTIES',NULL,'','United States','',0,0,231,'2016-10-17 11:54:12','1900-01-01 00:00:00',1,0,1),(24392,'21523','Saugus','SAUGUS',NULL,'','United States','',0,0,231,'2016-10-17 11:54:12','1900-01-01 00:00:00',1,0,1),(24393,'31878','Saukville','SAUKVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:14','1900-01-01 00:00:00',1,0,1),(24394,'6717','Saulce-sur-rhone','SAULCE-SUR-RHONE',NULL,'','France','',0,0,76,'2016-10-17 11:54:14','1900-01-01 00:00:00',1,0,1),(24395,'37466','Saulges','SAULGES',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24396,'5500','Saulieu','SAULIEU',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24397,'4549','Saulon La Rue','SAULON LA RUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:15','1900-01-01 00:00:00',1,0,1),(24398,'44103','Saulon-la-rue','SAULON-LA-RUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24399,'40953','Sault Ste Marie','SAULT STE MARIE',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24400,'22237','Sault Ste. Marie','SAULT STE. MARIE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:16','1900-01-01 00:00:00',1,0,1),(24401,'42975','Saulx Les Chartreux','SAULX LES CHARTREUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24402,'4804','Saulx-les-chartreux','SAULX-LES-CHARTREUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24403,'6532','Saumane-de-vaucluse','SAUMANE-DE-VAUCLUSE',NULL,'','France','',0,0,76,'2016-10-17 11:54:17','1900-01-01 00:00:00',1,0,1),(24404,'4988','Saumur','SAUMUR',NULL,'','France','',0,0,76,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24405,'8852','Saundersfoot','SAUNDERSFOOT',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24406,'7291','Saunton','SAUNTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24407,'15045','Sauraha','SAURAHA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24408,'38393','Saurbaer','SAURBAER',NULL,'','Iceland','',0,0,100,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24409,'25860','Saurimo','SAURIMO',NULL,'','Angola','',0,0,6,'2016-10-17 11:54:18','1900-01-01 00:00:00',1,0,1),(24410,'18901','Sausalito','SAUSALITO',NULL,'','United States','',0,0,231,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24411,'6789','Sausheim','SAUSHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24412,'39083','Sausset-les-pins','SAUSSET-LES-PINS',NULL,'','France','',0,0,76,'2016-10-17 11:54:19','1900-01-01 00:00:00',1,0,1),(24413,'39396','Sautee','SAUTEE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24414,'39286','Sautens','SAUTENS',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24415,'6273','Sautron','SAUTRON',NULL,'','France','',0,0,76,'2016-10-17 11:54:20','1900-01-01 00:00:00',1,0,1),(24416,'5265','Sauveterre','SAUVETERRE',NULL,'','France','',0,0,76,'2016-10-17 11:54:21','1900-01-01 00:00:00',1,0,1),(24417,'4551','Sauveterre-de-bearn','SAUVETERRE-DE-BEARN',NULL,'','France','',0,0,76,'2016-10-17 11:54:21','1900-01-01 00:00:00',1,0,1),(24418,'4552','Sauveterre-de-comminges','SAUVETERRE-DE-COMMINGES',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24419,'6134','Sauveterre-de-rouergue','SAUVETERRE-DE-ROUERGUE',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24420,'5501','Sauvigny-le-bois','SAUVIGNY-LE-BOIS',NULL,'','France','',0,0,76,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24421,'41690','Sauze D Oulx','SAUZE D OULX',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:22','1900-01-01 00:00:00',1,0,1),(24422,'40208','Sauzon','SAUZON',NULL,'','France','',0,0,76,'2016-10-17 11:54:23','1900-01-01 00:00:00',1,0,1),(24423,'27513','Savage','SAVAGE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:23','1900-01-01 00:00:00',1,0,1),(24424,'25834','Savaneta','SAVANETA',NULL,'','Aruba','',0,0,12,'2016-10-17 11:54:24','1900-01-01 00:00:00',1,0,1),(24425,'13069','Savanna La Mar','SAVANNA LA MAR',NULL,'','Jamaica','',0,0,109,'2016-10-17 11:54:25','1900-01-01 00:00:00',1,0,1),(24426,'19916','Savannah','SAVANNAH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:25','1900-01-01 00:00:00',1,0,1),(24427,'24877','Savannah Sound','SAVANNAH SOUND',NULL,'','Bahamas','',0,0,16,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24428,'13550','Savannakhet','SAVANNAKHET',NULL,'','Laos','',0,0,118,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24429,'38149','Savas','SAVAS',NULL,'','France','',0,0,76,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24430,'13041','Savelletri','SAVELLETRI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:28','1900-01-01 00:00:00',1,0,1),(24431,'32133','Savery','SAVERY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24432,'12516','Savigliano','SAVIGLIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24433,'5266','Savignac-les-eglises','SAVIGNAC-LES-EGLISES',NULL,'','France','',0,0,76,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24434,'39842','Savignano Sul Rubicone','SAVIGNANO SUL RUBICONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:29','1900-01-01 00:00:00',1,0,1),(24435,'6718','Savigneux','SAVIGNEUX',NULL,'','France','',0,0,76,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24436,'40499','Savignone','SAVIGNONE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24437,'23347','Savigny','SAVIGNY',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24438,'4553','Savigny Sur Braye','SAVIGNY SUR BRAYE',NULL,'','France','',0,0,76,'2016-10-17 11:54:30','1900-01-01 00:00:00',1,0,1),(24439,'5872','Savigny-le-temple','SAVIGNY-LE-TEMPLE',NULL,'','France','',0,0,76,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24440,'4805','Savigny-sur-orge','SAVIGNY-SUR-ORGE',NULL,'','France','',0,0,76,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24441,'16559','Savo','SAVO',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:54:31','1900-01-01 00:00:00',1,0,1),(24442,'38668','Savoca','SAVOCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24443,'23348','Savognin','SAVOGNIN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24444,'25535','Savona','SAVONA',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24445,'12781','Savona','SAVONA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:32','1900-01-01 00:00:00',1,0,1),(24446,'3942','Savonlinna','SAVONLINNA',NULL,'','Finland','',0,0,75,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24447,'5688','Savonnieres','SAVONNIERES',NULL,'','France','',0,0,76,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24448,'17763','Savoonga','SAVOONGA',NULL,'','United States','',0,0,231,'2016-10-17 11:54:33','1900-01-01 00:00:00',1,0,1),(24449,'33046','Savoy','SAVOY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24450,'16723','Savsjo','SAVSJO',NULL,'','Sweden','',0,0,209,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24451,'10038','Savudrija','SAVUDRIJA',NULL,'','Croatia','',0,0,55,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24452,'4072','Savusavu','SAVUSAVU',NULL,'','Fiji','',0,0,74,'2016-10-17 11:54:34','1900-01-01 00:00:00',1,0,1),(24453,'10594','Sawai Madhopur','SAWAI MADHOPUR',NULL,'','India','Sawai Madhopur',2,0,101,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24455,'8853','Sawbridgeworth','SAWBRIDGEWORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24456,'7292','Sawrey','SAWREY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24457,'34310','Sawtell','SAWTELL',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24458,'8854','Sawtry','SAWTRY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:35','1900-01-01 00:00:00',1,0,1),(24459,'10261','Sawu','SAWU',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:54:36','1900-01-01 00:00:00',1,0,1),(24460,'22238','Sawyer','SAWYER',NULL,'','United States','',0,0,231,'2016-10-17 11:54:36','1900-01-01 00:00:00',1,0,1),(24461,'31387','Saxtons River','SAXTONS RIVER',NULL,'','United States','',0,0,231,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24462,'13190','Sayama','SAYAMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24463,'32958','Sayre','SAYRE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:37','1900-01-01 00:00:00',1,0,1),(24464,'14021','Sayula','SAYULA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24465,'14053','Sayulita','SAYULITA',NULL,'','Mexico','',0,0,141,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24466,'37109','Say\'un','SAY\'UN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24467,'37473','Saze','SAZE',NULL,'','France','',0,0,76,'2016-10-17 11:54:38','1900-01-01 00:00:00',1,0,1),(24468,'38553','Scafati','SCAFATI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24469,'11442','Scala','SCALA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24470,'12517','Scalea','SCALEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24471,'34004','Scaly Mountain','SCALY MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:54:39','1900-01-01 00:00:00',1,0,1),(24472,'26867','Scamander','SCAMANDER',NULL,'','Australia','',0,0,13,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24473,'17764','Scammon Bay','SCAMMON BAY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24474,'12965','Scandicci','SCANDICCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:40','1900-01-01 00:00:00',1,0,1),(24475,'12518','Scansano','SCANSANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24476,'25626','Scanterbury','SCANTERBURY',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24477,'11443','Scanzano Jonico','SCANZANO JONICO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24478,'40168','Scanzorosciate','SCANZOROSCIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24479,'34636','Scarborough','SCARBOROUGH',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24480,'9341','Scarborough','SCARBOROUGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:41','1900-01-01 00:00:00',1,0,1),(24481,'21923','Scarborough','SCARBOROUGH',NULL,'','United States','',0,0,231,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24482,'17139','Scarborough','SCARBOROUGH',NULL,'','Trinidad And Tobago','',0,0,219,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24483,'12519','Scario','SCARIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:42','1900-01-01 00:00:00',1,0,1),(24484,'7293','Scarista','SCARISTA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24485,'12520','Scarlino','SCARLINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24486,'37754','Scarmagno','SCARMAGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24487,'12521','Scarperia','SCARPERIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24488,'10794','Scarriff','SCARRIFF',NULL,'','Ireland','',0,0,105,'2016-10-17 11:54:43','1900-01-01 00:00:00',1,0,1),(24489,'29106','Scarsdale','SCARSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24490,'12522','Scauri','SCAURI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24491,'12952','Scena','SCENA',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24492,'38993','Scerni','SCERNI',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24493,'24644','Schaarbeek','SCHAARBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:54:44','1900-01-01 00:00:00',1,0,1),(24494,'737','Schackendorf','SCHACKENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24495,'43768','Schaerding','SCHAERDING',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24496,'23349','Schaffhausen','SCHAFFHAUSEN',NULL,'','Switzerland','Schaffhausen',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24497,'14656','Schagen','SCHAGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24498,'22633','Schallstadt','SCHALLSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24499,'38211','S-chanf','S-CHANF',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24500,'23350','Schangnau','SCHANGNAU',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24501,'1849','Schaprode','SCHAPRODE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:45','1900-01-01 00:00:00',1,0,1),(24502,'38096','Scharbeutz','SCHARBEUTZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24503,'27144','Scharding','SCHARDING',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24504,'37251','Scharnitz','SCHARNITZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24505,'20746','Schaumburg','SCHAUMBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:54:46','1900-01-01 00:00:00',1,0,1),(24506,'24556','Scheffau Am Wilden Kaiser','SCHEFFAU AM WILDEN KAISER',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24507,'22891','Schefferville','SCHEFFERVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24508,'12523','Scheggino','SCHEGGINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24509,'44156','Scheibenberg','SCHEIBENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24510,'37188','Scheidegg','SCHEIDEGG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:47','1900-01-01 00:00:00',1,0,1),(24511,'1909','Schellerhau','SCHELLERHAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24512,'738','Schellhorn','SCHELLHORN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24513,'14657','Schellingwoude','SCHELLINGWOUDE',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24514,'30154','Schellsburg','SCHELLSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:54:48','1900-01-01 00:00:00',1,0,1),(24515,'29107','Schenectady','SCHENECTADY',NULL,'','United States','',0,0,231,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24516,'739','Schenefeld','SCHENEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24517,'24645','Schepdaal','SCHEPDAAL',NULL,'','Belgium','',0,0,21,'2016-10-17 11:54:49','1900-01-01 00:00:00',1,0,1),(24518,'20980','Schererville','SCHERERVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24519,'564','Schermbeck','SCHERMBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24520,'30917','Schertz','SCHERTZ',NULL,'','United States','',0,0,231,'2016-10-17 11:54:50','1900-01-01 00:00:00',1,0,1),(24521,'22409','Schesslitz','SCHESSLITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24522,'41044','Scheveningen','SCHEVENINGEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24523,'14733','Schiedam','SCHIEDAM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24524,'565','Schieder-schwalenberg','SCHIEDER-SCHWALENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24525,'38697','Schiefling Am See','SCHIEFLING AM SEE',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24526,'1948','Schierke','SCHIERKE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24527,'43899','Schiermonnikoog','SCHIERMONNIKOOG',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:51','1900-01-01 00:00:00',1,0,1),(24528,'13026','Schignano','SCHIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24529,'39445','Schildow','SCHILDOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24530,'20748','Schiller Park','SCHILLER PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24531,'27279','Schillig','SCHILLIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:52','1900-01-01 00:00:00',1,0,1),(24532,'323','Schillingsfurst','SCHILLINGSFURST',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24533,'6790','Schiltigheim','SCHILTIGHEIM',NULL,'','France','',0,0,76,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24534,'40584','Schindellegi','SCHINDELLEGI',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24535,'35558','Schio','SCHIO',NULL,'','Italy','',0,0,107,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24536,'14658','Schiphol','SCHIPHOL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:54:53','1900-01-01 00:00:00',1,0,1),(24537,'6791','Schirmeck','SCHIRMECK',NULL,'','France','',0,0,76,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24538,'1910','Schkeuditz','SCHKEUDITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24539,'1949','Schkopau','SCHKOPAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24540,'476','Schlangenbad','SCHLANGENBAD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24541,'23351','Schlatt','SCHLATT',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:54','1900-01-01 00:00:00',1,0,1),(24542,'37677','Schleching','SCHLECHING',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24543,'566','Schleiden','SCHLEIDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24544,'40218','Schlemmin','SCHLEMMIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24545,'23352','Schlieren','SCHLIEREN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24546,'324','Schliersee','SCHLIERSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:55','1900-01-01 00:00:00',1,0,1),(24547,'39982','Schlossbockelheim','SCHLOSSBOCKELHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24548,'22634','Schluchsee','SCHLUCHSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24549,'22410','Schluechtern','SCHLUECHTERN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24550,'42442','Schluesselfeld','SCHLUESSELFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24551,'325','Schlusselfeld','SCHLUSSELFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24552,'1983','Schmalkalden','SCHMALKALDEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:56','1900-01-01 00:00:00',1,0,1),(24553,'567','Schmallenberg','SCHMALLENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24554,'803','Schmargendorf','SCHMARGENDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24555,'2012','Schmockwitz','SCHMOCKWITZ',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24556,'22411','Schmoelln','SCHMOELLN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24557,'40093','Schnaittach','SCHNAITTACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:57','1900-01-01 00:00:00',1,0,1),(24558,'326','Schneeberg','SCHNEEBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24559,'327','Schneizlreuth','SCHNEIZLREUTH',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24560,'36093','Schnelldorf','SCHNELLDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24561,'22635','Schnetzenhausen','SCHNETZENHAUSEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24562,'27280','Schneverdingen','SCHNEVERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24563,'14243','Schoelcher','SCHOELCHER',NULL,'','Martinique','',0,0,137,'2016-10-17 11:54:58','1900-01-01 00:00:00',1,0,1),(24564,'43264','Schoenberg','SCHOENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24565,'38332','Schoenberg Am Kamp','SCHOENBERG AM KAMP',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24566,'40775','Schoenberg-lachtal','SCHOENBERG-LACHTAL',NULL,'','Austria','',0,0,14,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24567,'39887','Schoenebeck','SCHOENEBECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24568,'41014','Schoenefeld','SCHOENEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24569,'23082','Schoenengrund','SCHOENENGRUND',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24570,'22412','Schoenwald','SCHOENWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:54:59','1900-01-01 00:00:00',1,0,1),(24571,'31879','Schofield','SCHOFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:00','1900-01-01 00:00:00',1,0,1),(24572,'29108','Schoharie','SCHOHARIE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:00','1900-01-01 00:00:00',1,0,1),(24573,'42481','Schoinoussa','SCHOINOUSSA',NULL,'','Greece','',0,0,86,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24574,'22636','Schomberg','SCHOMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24575,'22637','Schonach','SCHONACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24576,'328','Schonau Am Konigssee','SCHONAU AM KONIGSSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24577,'22470','Schonberg','SCHONBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:01','1900-01-01 00:00:00',1,0,1),(24578,'22413','Schöneck','SCHÖNECK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24579,'804','Schonefeld','SCHONEFELD',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24580,'23353','Schonenwerd','SCHONENWERD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24581,'805','Schonewalde','SCHONEWALDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24582,'806','Schonheide','SCHONHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24583,'2057','Schönmünzach','SCHÖNMÜNZACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:02','1900-01-01 00:00:00',1,0,1),(24584,'36','Schonried','SCHONRIED',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24585,'41626','Schonwald','SCHONWALD',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24586,'40762','Schoonlo','SCHOONLO',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24587,'14659','Schoorl','SCHOORL',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24588,'24527','Schoppernau','SCHOPPERNAU',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24589,'2088','Schöppingen','SCHÖPPINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24590,'1911','Schopsdorf','SCHOPSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:03','1900-01-01 00:00:00',1,0,1),(24591,'1850','Schorssow','SCHORSSOW',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24592,'39125','Schortens','SCHORTENS',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24593,'41619','Schotten','SCHOTTEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24594,'22638','Schramberg','SCHRAMBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24595,'21257','Schriever','SCHRIEVER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:04','1900-01-01 00:00:00',1,0,1),(24596,'27026','Schroecken','SCHROECKEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:05','1900-01-01 00:00:00',1,0,1),(24597,'27514','Schroeder','SCHROEDER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:05','1900-01-01 00:00:00',1,0,1),(24598,'29109','Schroon Lake','SCHROON LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24599,'24528','Schruns','SCHRUNS',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24600,'14700','Schuddebeurs','SCHUDDEBEURS',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24601,'39207','Schuettorf','SCHUETTORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:06','1900-01-01 00:00:00',1,0,1),(24602,'30918','Schulenburg','SCHULENBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24603,'23354','Schupfen','SCHUPFEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24604,'37773','Schuttrange','SCHUTTRANGE',NULL,'','Luxembourg','',0,0,127,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24605,'28162','Schuyler','SCHUYLER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:07','1900-01-01 00:00:00',1,0,1),(24606,'329','Schwabach','SCHWABACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24607,'22639','Schwabisch Gmund','SCHWABISCH GMUND',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24608,'42441','Schwaebisch Hall','SCHWAEBISCH HALL',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24609,'330','Schwaig','SCHWAIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24610,'331','Schwaig-oberding','SCHWAIG-OBERDING',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:08','1900-01-01 00:00:00',1,0,1),(24611,'23083','Schwamendingen','SCHWAMENDINGEN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24612,'22641','Schwanheim','SCHWANHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24613,'27281','Schwarmstedt','SCHWARMSTEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24614,'38427','Schwartbuck','SCHWARTBUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:09','1900-01-01 00:00:00',1,0,1),(24615,'27027','Schwarzenberg','SCHWARZENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24616,'22642','Schwarzenberg','SCHWARZENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24617,'333','Schwarzenbruck','SCHWARZENBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24618,'23355','Schwarzenburg','SCHWARZENBURG',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24619,'807','Schwarzheide','SCHWARZHEIDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24620,'1984','Schwarzmuhle','SCHWARZMUHLE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:10','1900-01-01 00:00:00',1,0,1),(24621,'27116','Schwechat','SCHWECHAT',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24622,'660','Schwedelbach','SCHWEDELBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24623,'808','Schwedt','SCHWEDT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24624,'23356','Schwefelbergbad','SCHWEFELBERGBAD',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24625,'334','Schweinfurt','SCHWEINFURT',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24626,'335','Schweitenkirchen','SCHWEITENKIRCHEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:11','1900-01-01 00:00:00',1,0,1),(24627,'20400','Schweitzer Mountain','SCHWEITZER MOUNTAIN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24628,'38950','Schwendt','SCHWENDT',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24629,'1851','Schwerin','SCHWERIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24630,'22643','Schwetzingen','SCHWETZINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24631,'22644','Schwieberdingen','SCHWIEBERDINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:12','1900-01-01 00:00:00',1,0,1),(24632,'1950','Schwielowsee','SCHWIELOWSEE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24633,'23357','Schwyz','SCHWYZ',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24634,'12850','Sciacca','SCIACCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24635,'12524','Scicli','SCICLI',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24636,'6719','Sciez','SCIEZ',NULL,'','France','',0,0,76,'2016-10-17 11:55:13','1900-01-01 00:00:00',1,0,1),(24637,'40489','Scilla','SCILLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24638,'29519','Scio','SCIO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24639,'6720','Scionzier','SCIONZIER',NULL,'','France','',0,0,76,'2016-10-17 11:55:14','1900-01-01 00:00:00',1,0,1),(24640,'33399','Scipio','SCIPIO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:15','1900-01-01 00:00:00',1,0,1),(24641,'21524','Scituate','SCITUATE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:15','1900-01-01 00:00:00',1,0,1),(24642,'12525','Scoglitti','SCOGLITTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24643,'8855','Scole','SCOLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24644,'7294','Scone','SCONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24645,'34311','Scone','SCONE',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24646,'12526','Scopello','SCOPELLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:16','1900-01-01 00:00:00',1,0,1),(24647,'8856','Scorton','SCORTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24648,'12920','Scorze','SCORZE',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24649,'9271','Scotch Corner','SCOTCH CORNER',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24650,'8857','Scotforth','SCOTFORTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:17','1900-01-01 00:00:00',1,0,1),(24651,'21786','Scotland','SCOTLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:55:18','1900-01-01 00:00:00',1,0,1),(24652,'30156','Scotrun','SCOTRUN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:19','1900-01-01 00:00:00',1,0,1),(24653,'19920','Scottdale','SCOTTDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:20','1900-01-01 00:00:00',1,0,1),(24654,'7295','Scottish Borders','SCOTTISH BORDERS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:21','1900-01-01 00:00:00',1,0,1),(24655,'18902','Scotts Valley','SCOTTS VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:21','1900-01-01 00:00:00',1,0,1),(24656,'28163','Scottsbluff','SCOTTSBLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:55:22','1900-01-01 00:00:00',1,0,1),(24657,'17948','Scottsboro','SCOTTSBORO',NULL,'','United States','',0,0,231,'2016-10-17 11:55:23','1900-01-01 00:00:00',1,0,1),(24658,'20981','Scottsburg','SCOTTSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:55:24','1900-01-01 00:00:00',1,0,1),(24659,'18201','Scottsdale','SCOTTSDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:24','1900-01-01 00:00:00',1,0,1),(24660,'31226','Scottsville','SCOTTSVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:25','1900-01-01 00:00:00',1,0,1),(24661,'30157','Scranton','SCRANTON',NULL,'','United States','',0,0,231,'2016-10-17 11:55:26','1900-01-01 00:00:00',1,0,1),(24662,'12753','Scritto','SCRITTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:26','1900-01-01 00:00:00',1,0,1),(24663,'8858','Scunthorpe','SCUNTHORPE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:27','1900-01-01 00:00:00',1,0,1),(24664,'23358','Scuol','SCUOL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:27','1900-01-01 00:00:00',1,0,1),(24665,'31611','Seabeck','SEABECK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:29','1900-01-01 00:00:00',1,0,1),(24666,'30919','Seabrook','SEABROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:29','1900-01-01 00:00:00',1,0,1),(24667,'32763','Seabrook, Town Of','SEABROOK, TOWN OF',NULL,'','United States','',0,0,231,'2016-10-17 11:55:31','1900-01-01 00:00:00',1,0,1),(24668,'8859','Seaford','SEAFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24669,'19237','Seaford','SEAFORD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24670,'30920','Seagoville','SEAGOVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:32','1900-01-01 00:00:00',1,0,1),(24671,'19606','Seagrove Beach','SEAGROVE BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24672,'9244','Seaham','SEAHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24673,'9248','Seahouses','SEAHOUSES',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:33','1900-01-01 00:00:00',1,0,1),(24674,'18904','Seal Beach','SEAL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:55:34','1900-01-01 00:00:00',1,0,1),(24675,'8860','Seale','SEALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:35','1900-01-01 00:00:00',1,0,1),(24676,'34006','Sealevel','SEALEVEL',NULL,'','United States','',0,0,231,'2016-10-17 11:55:35','1900-01-01 00:00:00',1,0,1),(24677,'30921','Sealy','SEALY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:36','1900-01-01 00:00:00',1,0,1),(24678,'29520','Seaman','SEAMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:36','1900-01-01 00:00:00',1,0,1),(24679,'18076','Searcy','SEARCY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24680,'21925','Searsport','SEARSPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24681,'8861','Seascale','SEASCALE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:37','1900-01-01 00:00:00',1,0,1),(24682,'19607','Seaside','SEASIDE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:38','1900-01-01 00:00:00',1,0,1),(24683,'31612','Seatac','SEATAC',NULL,'','United States','',0,0,231,'2016-10-17 11:55:40','1900-01-01 00:00:00',1,0,1),(24684,'8862','Seaton','SEATON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:41','1900-01-01 00:00:00',1,0,1),(24685,'31615','Seattle-tacoma International Airport (Sea)','SEATTLE-TACOMA INTERNATIONAL AIRPORT (SEA)',NULL,'','United States','',0,0,231,'2016-10-17 11:55:42','1900-01-01 00:00:00',1,0,1),(24686,'31616','Seaview','SEAVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:55:42','1900-01-01 00:00:00',1,0,1),(24687,'8864','Seaview','SEAVIEW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:43','1900-01-01 00:00:00',1,0,1),(24688,'21926','Sebasco Estates','SEBASCO ESTATES',NULL,'','United States','',0,0,231,'2016-10-17 11:55:43','1900-01-01 00:00:00',1,0,1),(24689,'19608','Sebastian','SEBASTIAN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24690,'26933','Sebastopol','SEBASTOPOL',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24691,'18906','Sebastopol','SEBASTOPOL',NULL,'','United States','',0,0,231,'2016-10-17 11:55:44','1900-01-01 00:00:00',1,0,1),(24692,'14327','Seberang Jaya','SEBERANG JAYA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24693,'24439','Sebersdorf','SEBERSDORF',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24694,'13566','Sebha','SEBHA',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24695,'19609','Sebring','SEBRING',NULL,'','United States','',0,0,231,'2016-10-17 11:55:45','1900-01-01 00:00:00',1,0,1),(24696,'28414','Secaucus','SECAUCUS',NULL,'','United States','',0,0,231,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24697,'25536','Sechelt','SECHELT',NULL,'','Canada','',0,0,39,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24698,'478','Seckbach','SECKBACH',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24699,'5008','Seclin','SECLIN',NULL,'','France','',0,0,76,'2016-10-17 11:55:46','1900-01-01 00:00:00',1,0,1),(24700,'34814','Second Valley','SECOND VALLEY',NULL,'','Australia','',0,0,13,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24701,'32603','Secunda','SECUNDA',NULL,'','South Africa','',0,0,195,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24702,'10595','Secunderabad','SECUNDERABAD',NULL,'','India','',0,0,101,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24703,'33536','Sedalia','SEDALIA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:47','1900-01-01 00:00:00',1,0,1),(24704,'4854','Sedan','SEDAN',NULL,'','France','',0,0,76,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24705,'8865','Sedbergh','SEDBERGH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24706,'41089','Sedberhg','SEDBERHG',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:48','1900-01-01 00:00:00',1,0,1),(24707,'34007','Sedgefield','SEDGEFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24708,'8866','Sedgefield','SEDGEFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24709,'11061','Sedom','SEDOM',NULL,'','Israel','',0,0,106,'2016-10-17 11:55:49','1900-01-01 00:00:00',1,0,1),(24710,'18202','Sedona','SEDONA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:50','1900-01-01 00:00:00',1,0,1),(24711,'31617','Sedro Woolley','SEDRO WOOLLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24712,'23359','Sedrun','SEDRUN',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24713,'15287','Seeb','SEEB',NULL,'','Oman','',0,0,165,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24714,'23360','Seebach','SEEBACH',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:55:51','1900-01-01 00:00:00',1,0,1),(24715,'25354','Seebe','SEEBE',NULL,'','Canada','',0,0,39,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24716,'27089','Seeboden','SEEBODEN',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24717,'38250','Seebruck','SEEBRUCK',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24718,'42190','Seeduwa','SEEDUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24719,'24399','Seeham','SEEHAM',NULL,'','Austria','',0,0,14,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24720,'14415','Seeheim','SEEHEIM',NULL,'','Namibia','',0,0,151,'2016-10-17 11:55:52','1900-01-01 00:00:00',1,0,1),(24721,'21525','Seekonk','SEEKONK',NULL,'','United States','',0,0,231,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24722,'28018','Seeley Lake','SEELEY LAKE',NULL,'','United States','',0,0,231,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24723,'13595','Seeluwa','SEELUWA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:55:53','1900-01-01 00:00:00',1,0,1),(24724,'27282','Seesen','SEESEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24725,'6721','Seez','SEEZ',NULL,'','France','',0,0,76,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24726,'17191','Seferihisar','SEFERIHISAR',NULL,'','Turkey','',0,0,222,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24727,'19610','Seffner','SEFFNER',NULL,'','United States','',0,0,231,'2016-10-17 11:55:54','1900-01-01 00:00:00',1,0,1),(24728,'38465','Segalaherang','SEGALAHERANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24729,'16560','Sege','SEGE',NULL,'','Solomon Islands','',0,0,193,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24730,'11444','Segonzano','SEGONZANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24731,'38922','Segorbe','SEGORBE',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24732,'6135','Segos','SEGOS',NULL,'','France','',0,0,76,'2016-10-17 11:55:55','1900-01-01 00:00:00',1,0,1),(24733,'30922','Segovia','SEGOVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24734,'2816','Segovia','SEGOVIA',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24735,'35038','Segovia-el Espinar','SEGOVIA-EL ESPINAR',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:56','1900-01-01 00:00:00',1,0,1),(24736,'13027','Segrate','SEGRATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24737,'6274','Segré','SEGRÉ',NULL,'','France','',0,0,76,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24738,'2818','Seguero','SEGUERO',NULL,'','Spain','',0,0,199,'2016-10-17 11:55:57','1900-01-01 00:00:00',1,0,1),(24739,'30923','Seguin','SEGUIN',NULL,'','United States','',0,0,231,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24740,'6533','Seguret','SEGURET',NULL,'','France','',0,0,76,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24741,'27283','Sehnde','SEHNDE',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:58','1900-01-01 00:00:00',1,0,1),(24742,'13633','Sehonghong','SEHONGHONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24743,'15971','Seia','SEIA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24744,'11445','Seiano Di Vico Equen','SEIANO DI VICO EQUEN',NULL,'','Italy','',0,0,107,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24745,'22414','Seiffen','SEIFFEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24746,'5267','Seignosse','SEIGNOSSE',NULL,'','France','',0,0,76,'2016-10-17 11:55:59','1900-01-01 00:00:00',1,0,1),(24747,'4921','Seilh','SEILH',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24748,'37985','Seilhac','SEILHAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24749,'5689','Seillac','SEILLAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:00','1900-01-01 00:00:00',1,0,1),(24750,'6534','Seillans','SEILLANS',NULL,'','France','',0,0,76,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24751,'4030','Seinajoki','SEINAJOKI',NULL,'','Finland','',0,0,75,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24752,'24924','Seine Bight Village','SEINE BIGHT VILLAGE',NULL,'','Belize','',0,0,22,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24753,'4556','Seine-et-marne','SEINE-ET-MARNE',NULL,'','France','',0,0,76,'2016-10-17 11:56:01','1900-01-01 00:00:00',1,0,1),(24754,'4557','Seine-maritime','SEINE-MARITIME',NULL,'','France','',0,0,76,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24755,'41999','Seis Am Schlern','SEIS AM SCHLERN',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24756,'6136','Seix','SEIX',NULL,'','France','',0,0,76,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24757,'32357','Seiyun','SEIYUN',NULL,'','Yemen','',0,0,240,'2016-10-17 11:56:02','1900-01-01 00:00:00',1,0,1),(24758,'13634','Sekake','SEKAKE',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24759,'43889','Sekotong Barat','SEKOTONG BARAT',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24760,'37993','Selah','SELAH',NULL,'','United States','',0,0,231,'2016-10-17 11:56:03','1900-01-01 00:00:00',1,0,1),(24761,'17765','Selawik','SELAWIK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24762,'33047','Selby','SELBY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24763,'8867','Selby','SELBY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:04','1900-01-01 00:00:00',1,0,1),(24764,'10040','Selce','SELCE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24765,'39493','Selci','SELCI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24766,'17320','Selcuk','SELCUK',NULL,'','Turkey','Selcuk',0,0,222,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24767,'17766','Seldovia','SELDOVIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:05','1900-01-01 00:00:00',1,0,1),(24768,'25263','Selebi-phikwe','SELEBI-PHIKWE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24769,'43890','Selemadeg','SELEMADEG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24770,'24039','Selembao','SELEMBAO',NULL,'','Congo, DR Of The','',0,0,52,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24771,'6792','Selestat','SELESTAT',NULL,'','France','',0,0,76,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24772,'11003','Selfoss','SELFOSS',NULL,'','Iceland','',0,0,100,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24773,'336','Seligenstadt','SELIGENSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:06','1900-01-01 00:00:00',1,0,1),(24774,'18204','Seligman','SELIGMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24775,'17240','Selimiye','SELIMIYE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24776,'30159','Selinsgrove','SELINSGROVE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24777,'11446','Selinunte','SELINUNTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:07','1900-01-01 00:00:00',1,0,1),(24778,'29111','Selkirk','SELKIRK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24779,'8868','Selkirk','SELKIRK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24780,'25627','Selkirk','SELKIRK',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:08','1900-01-01 00:00:00',1,0,1),(24781,'20982','Sellersburg','SELLERSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24782,'3609','Selles','SELLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24783,'5690','Selles-saint-denis','SELLES-SAINT-DENIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:09','1900-01-01 00:00:00',1,0,1),(24784,'40749','Sellia Marina','SELLIA MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:10','1900-01-01 00:00:00',1,0,1),(24785,'34008','Selma','SELMA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:10','1900-01-01 00:00:00',1,0,1),(24786,'33257','Selmer','SELMER',NULL,'','United States','',0,0,231,'2016-10-17 11:56:12','1900-01-01 00:00:00',1,0,1),(24787,'44105','Selonnet','SELONNET',NULL,'','France','',0,0,76,'2016-10-17 11:56:13','1900-01-01 00:00:00',1,0,1),(24788,'44010','Selous Game Reserve','SELOUS GAME RESERVE',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:56:13','1900-01-01 00:00:00',1,0,1),(24789,'12528','Selvino','SELVINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24790,'42852','Semanggol','SEMANGGOL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24791,'10298','Semarang','SEMARANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24792,'44106','Semecourt','SEMECOURT',NULL,'','France','',0,0,76,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24793,'4558','Semécourt','SEMÉCOURT',NULL,'','France','',0,0,76,'2016-10-17 11:56:14','1900-01-01 00:00:00',1,0,1),(24794,'19611','Seminole','SEMINOLE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:15','1900-01-01 00:00:00',1,0,1),(24795,'10195','Seminyak','SEMINYAK',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24796,'809','Semlin','SEMLIN',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24797,'24541','Semmering','SEMMERING',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24798,'11447','Semogo','SEMOGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24799,'13624','Semongkong','SEMONGKONG',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:16','1900-01-01 00:00:00',1,0,1),(24800,'3787','Sempere','SEMPERE',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24801,'39498','Šempeter Pri Gorici','ŠEMPETER PRI GORICI',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24802,'14328','Semporna','SEMPORNA',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24803,'40157','Semproniano','SEMPRONIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24804,'37398','Semur-en-auxois','SEMUR-EN-AUXOIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:17','1900-01-01 00:00:00',1,0,1),(24805,'12529','Senago','SENAGO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24806,'27913','Senatobia','SENATOBIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24807,'10262','Senayan','SENAYAN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24808,'41556','Sencelles','SENCELLES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:18','1900-01-01 00:00:00',1,0,1),(24809,'13338','Sendai','SENDAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24810,'568','Sendenhorst','SENDENHORST',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24811,'38839','Senec','SENEC',NULL,'','Slovakia','',0,0,191,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24812,'30403','Seneca','SENECA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:19','1900-01-01 00:00:00',1,0,1),(24813,'29521','Senecaville','SENECAVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:21','1900-01-01 00:00:00',1,0,1),(24814,'38166','Seneffe','SENEFFE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:56:21','1900-01-01 00:00:00',1,0,1),(24815,'10197','Senen','SENEN',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24816,'42238','Senftenberg','SENFTENBERG',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24817,'42440','Senftenberg','SENFTENBERG',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24818,'41809','Sengkurong','SENGKURONG',NULL,'','Brunei Darussalam','',0,0,33,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24819,'12981','Senigallia','SENIGALLIA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24820,'6198','Senlis','SENLIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:22','1900-01-01 00:00:00',1,0,1),(24821,'40641','Sennariolo','SENNARIOLO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24822,'4559','Sennecey Le Grand','SENNECEY LE GRAND',NULL,'','France','',0,0,76,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24823,'5502','Sennecey-les-dijon','SENNECEY-LES-DIJON',NULL,'','France','',0,0,76,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24824,'22892','Senneterre','SENNETERRE',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:23','1900-01-01 00:00:00',1,0,1),(24825,'22893','Senneville','SENNEVILLE',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:24','1900-01-01 00:00:00',1,0,1),(24826,'19922','Senoia','SENOIA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:24','1900-01-01 00:00:00',1,0,1),(24827,'39600','Sens-beaujeu','SENS-BEAUJEU',NULL,'','France','',0,0,76,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24828,'16531','Sentosa Island','SENTOSA ISLAND',NULL,'','Singapore','',0,0,190,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24829,'14346','Sentul','SENTUL',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24830,'35067','Seo De Urgel','SEO DE URGEL',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24831,'13504','Seogwipo','SEOGWIPO',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24832,'35819','Seoul','SEOUL',NULL,'','South Korea','Seoul',0,0,197,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24833,'36435','Sepang','SEPANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24834,'38254','Sepino','SEPINO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:25','1900-01-01 00:00:00',1,0,1),(24835,'43652','Seppeltsfield','SEPPELTSFIELD',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24836,'41144','Sept Iles','SEPT ILES',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24837,'38122','Septeme','SEPTEME',NULL,'','France','',0,0,76,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24838,'6535','Septemes-les-vallons','SEPTEMES-LES-VALLONS',NULL,'','France','',0,0,76,'2016-10-17 11:56:26','1900-01-01 00:00:00',1,0,1),(24839,'22894','Sept-iles','SEPT-ILES',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24840,'5751','Sept-saulx','SEPT-SAULX',NULL,'','France','',0,0,76,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24841,'41930','Sepulveda','SEPULVEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24842,'18908','Sepulveda','SEPULVEDA',NULL,'','United States','',0,0,231,'2016-10-17 11:56:27','1900-01-01 00:00:00',1,0,1),(24843,'31618','Sequim','SEQUIM',NULL,'','United States','',0,0,231,'2016-10-17 11:56:28','1900-01-01 00:00:00',1,0,1),(24844,'18909','Sequoia National Park','SEQUOIA NATIONAL PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:28','1900-01-01 00:00:00',1,0,1),(24845,'10291','Serang','SERANG',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24846,'36436','Serdang','SERDANG',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24847,'5973','Serdinya','SERDINYA',NULL,'','France','',0,0,76,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24848,'9391','Sere Kunda','SERE KUNDA',NULL,'','Gambia','',0,0,81,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24849,'12530','Seregno','SEREGNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24850,'14360','Seremban','SEREMBAN',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24851,'41209','Serengeti National Park','SERENGETI NATIONAL PARK',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:56:29','1900-01-01 00:00:00',1,0,1),(24852,'6722','Serezin-du-rhone','SEREZIN-DU-RHONE',NULL,'','France','',0,0,76,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24853,'24494','Serfaus','SERFAUS',NULL,'','Austria','',0,0,14,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24854,'20284','Sergeant Bluff','SERGEANT BLUFF',NULL,'','United States','',0,0,231,'2016-10-17 11:56:30','1900-01-01 00:00:00',1,0,1),(24855,'25009','Sergipe','SERGIPE',NULL,'','Brazil','',0,0,30,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24856,'35653','Seriate','SERIATE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24857,'42480','Serifos','SERIFOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24858,'6536','Serignan-du-comtat','SERIGNAN-DU-COMTAT',NULL,'','France','',0,0,76,'2016-10-17 11:56:31','1900-01-01 00:00:00',1,0,1),(24859,'44269','Sernhac','SERNHAC',NULL,'','France','',0,0,76,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24860,'15876','Serpa','SERPA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24861,'15837','Serra Da Estrela','SERRA DA ESTRELA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24862,'12531','Serra De\' Conti','SERRA DE\' CONTI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24863,'4560','Serra Di Ferro','SERRA DI FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:56:32','1900-01-01 00:00:00',1,0,1),(24864,'43055','Serra-di-ferro','SERRA-DI-FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24865,'1855','Serrahn','SERRAHN',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24866,'38970','Serralunga Dalba','SERRALUNGA DALBA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24867,'12532','Serrano','SERRANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:33','1900-01-01 00:00:00',1,0,1),(24868,'11448','Serrara','SERRARA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24869,'38241','Serravalle','SERRAVALLE',NULL,'','San Marino','',0,0,184,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24870,'12533','Serravalle Pistoiese','SERRAVALLE PISTOIESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24871,'6812','Serre Chevalier','SERRE CHEVALIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:34','1900-01-01 00:00:00',1,0,1),(24872,'12535','Serre Di Rapolano','SERRE DI RAPOLANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24873,'41280','Serre-chevalier','SERRE-CHEVALIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24874,'9593','Serres','SERRES',NULL,'','Greece','',0,0,86,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24875,'40707','Serres-castet','SERRES-CASTET',NULL,'','France','',0,0,76,'2016-10-17 11:56:35','1900-01-01 00:00:00',1,0,1),(24876,'42359','Serriera','SERRIERA',NULL,'','France','',0,0,76,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24877,'5873','Serris','SERRIS',NULL,'','France','',0,0,76,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24878,'40542','Serrungarina','SERRUNGARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24879,'13567','Sert','SERT',NULL,'','Libyan Arab Jamahiriya','',0,0,123,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24880,'10319','Serui','SERUI',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:36','1900-01-01 00:00:00',1,0,1),(24881,'37486','Servoz','SERVOZ',NULL,'','France','',0,0,76,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24882,'10263','Seseh','SESEH',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24883,'13625','Seshute\'s','SESHUTE\'S',NULL,'','Lesotho','',0,0,121,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24884,'16062','Sesimbra','SESIMBRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24885,'14405','Sesriem','SESRIEM',NULL,'','Namibia','',0,0,151,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24886,'38210','Sessa','SESSA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24887,'12536','Sessa Aurunca','SESSA AURUNCA',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:37','1900-01-01 00:00:00',1,0,1),(24888,'42665','Sestao','SESTAO',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:38','1900-01-01 00:00:00',1,0,1),(24889,'38625','Sesto','SESTO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:38','1900-01-01 00:00:00',1,0,1),(24890,'11086','Sestri Levante','SESTRI LEVANTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24891,'12539','Sestriere','SESTRIERE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24892,'41689','Sestrilevante','SESTRILEVANTE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24893,'16446','Sestroretsk','SESTRORETSK',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24894,'10061','Sesvete','SESVETE',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24895,'2819','Setcases','SETCASES',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:39','1900-01-01 00:00:00',1,0,1),(24896,'5974','Sete','SETE',NULL,'','France','',0,0,76,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24897,'37579','Setenil De Las Bodegas','SETENIL DE LAS BODEGAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24898,'12540','Settecamini','SETTECAMINI',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24899,'12541','Settignano','SETTIGNANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:40','1900-01-01 00:00:00',1,0,1),(24900,'12542','Settimo Torinese','SETTIMO TORINESE',NULL,'','Italy','',0,0,107,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24901,'43790','Setting Point','SETTING POINT',NULL,'','British Virgin Islands','',0,0,32,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24902,'8869','Settle','SETTLE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24903,'13191','Settsu','SETTSU',NULL,'','Japan','',0,0,110,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24904,'16063','Setubal','SETUBAL',NULL,'','Portugal','',0,0,175,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24905,'3610','Seva','SEVA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:41','1900-01-01 00:00:00',1,0,1),(24906,'39880','Sevan','SEVAN',NULL,'','Armenia','',0,0,11,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24907,'17520','Sevastopol','SEVASTOPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24908,'34010','Seven Devils','SEVEN DEVILS',NULL,'','United States','',0,0,231,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24909,'34312','Seven Hills','SEVEN HILLS',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:42','1900-01-01 00:00:00',1,0,1),(24910,'15164','Seven Mile Point','SEVEN MILE POINT',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24911,'8870','Sevenoaks','SEVENOAKS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24912,'14578','Sevenum','SEVENUM',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:56:43','1900-01-01 00:00:00',1,0,1),(24913,'21787','Severn','SEVERN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:44','1900-01-01 00:00:00',1,0,1),(24914,'21788','Severna Park','SEVERNA PARK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:44','1900-01-01 00:00:00',1,0,1),(24915,'17500','Severodoneck','SEVERODONECK',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24916,'41190','Sevid','SEVID',NULL,'','Croatia','',0,0,55,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24917,'35054','Sevilia-sanlucar La','SEVILIA-SANLUCAR LA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:45','1900-01-01 00:00:00',1,0,1),(24918,'3291','Seville','SEVILLE',NULL,'','Spain','Seville',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24919,'34995','Seville-benacazon','SEVILLE-BENACAZON',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24920,'34999','Seville-bormujos','SEVILLE-BORMUJOS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24921,'35025','Seville-constantina','SEVILLE-CONSTANTINA',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:46','1900-01-01 00:00:00',1,0,1),(24922,'35035','Seville-dos Hermanas','SEVILLE-DOS HERMANAS',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24923,'35089','Seville-valencina De','SEVILLE-VALENCINA DE',NULL,'','Spain','',0,0,199,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24924,'35935','Sevlievo','SEVLIEVO',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24925,'4806','Sevran','SEVRAN',NULL,'','France','',0,0,76,'2016-10-17 11:56:47','1900-01-01 00:00:00',1,0,1),(24926,'6723','Sevrier','SEVRIER',NULL,'','France','',0,0,76,'2016-10-17 11:56:48','1900-01-01 00:00:00',1,0,1),(24927,'33259','Sewanee','SEWANEE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:48','1900-01-01 00:00:00',1,0,1),(24928,'28165','Seward','SEWARD',NULL,'','United States','',0,0,231,'2016-10-17 11:56:49','1900-01-01 00:00:00',1,0,1),(24929,'38726','Sewen','SEWEN',NULL,'','France','',0,0,76,'2016-10-17 11:56:49','1900-01-01 00:00:00',1,0,1),(24930,'30160','Sewickley','SEWICKLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24931,'43891','Sewon','SEWON',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24932,'37781','Sexau','SEXAU',NULL,'','Germany','',0,0,83,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24933,'16921','Seychelles','SEYCHELLES',NULL,'','Seychelles','',0,0,188,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24934,'10994','Seydisfjordur','SEYDISFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:56:50','1900-01-01 00:00:00',1,0,1),(24935,'20983','Seymour','SEYMOUR',NULL,'','United States','',0,0,231,'2016-10-17 11:56:51','1900-01-01 00:00:00',1,0,1),(24936,'26934','Seymour','SEYMOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:56:51','1900-01-01 00:00:00',1,0,1),(24937,'6537','Seyne','SEYNE',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24938,'6724','Seynod','SEYNOD',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24939,'4960','Seyssins','SEYSSINS',NULL,'','France','',0,0,76,'2016-10-17 11:56:52','1900-01-01 00:00:00',1,0,1),(24940,'6725','Seythenex','SEYTHENEX',NULL,'','France','',0,0,76,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24941,'16651','Sezana','SEZANA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24942,'42750','Sezena','SEZENA',NULL,'','Slovenia','',0,0,192,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24943,'38187','Sezimovo Usti','SEZIMOVO USTI',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24944,'17179','Sfax','SFAX',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24945,'39773','Shaar Hagolan','SHAAR HAGOLAN',NULL,'','Israel','',0,0,106,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24946,'35790','Shaba National Park','SHABA NATIONAL PARK',NULL,'','Kenya','',0,0,113,'2016-10-17 11:56:53','1900-01-01 00:00:00',1,0,1),(24947,'29750','Shady Cove','SHADY COVE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24948,'30926','Shafter','SHAFTER',NULL,'','United States','',0,0,231,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24949,'8871','Shaftesbury','SHAFTESBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:54','1900-01-01 00:00:00',1,0,1),(24950,'31388','Shaftsbury','SHAFTSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:56:55','1900-01-01 00:00:00',1,0,1),(24951,'17768','Shageluk','SHAGELUK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:55','1900-01-01 00:00:00',1,0,1),(24952,'14349','Shah Alam','SHAH ALAM',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24953,'10596','Shahdara','SHAHDARA',NULL,'','India','',0,0,101,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24954,'42580','Shahpura','SHAHPURA',NULL,'','India','',0,0,101,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24955,'37123','Shakaland','SHAKALAND',NULL,'','South Africa','',0,0,195,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24956,'25264','Shakawe','SHAKAWE',NULL,'','Botswana','',0,0,28,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24957,'39068','Shakhty','SHAKHTY',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24958,'3873','Shakiso','SHAKISO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24959,'27515','Shakopee','SHAKOPEE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:56','1900-01-01 00:00:00',1,0,1),(24960,'17769','Shaktoolik','SHAKTOOLIK',NULL,'','United States','',0,0,231,'2016-10-17 11:56:57','1900-01-01 00:00:00',1,0,1),(24961,'7297','Shaldon','SHALDON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:56:57','1900-01-01 00:00:00',1,0,1),(24962,'19612','Shalimar','SHALIMAR',NULL,'','United States','',0,0,231,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24963,'34011','Shallotte','SHALLOTTE',NULL,'','United States','',0,0,231,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24964,'9941','Sham Shui Po','SHAM SHUI PO',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:56:58','1900-01-01 00:00:00',1,0,1),(24965,'25628','Shamattawa','SHAMATTAWA',NULL,'','Canada','',0,0,39,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24966,'39452','Shamirpet','SHAMIRPET',NULL,'','India','',0,0,101,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24967,'30161','Shamokin','SHAMOKIN',NULL,'','United States','',0,0,231,'2016-10-17 11:56:59','1900-01-01 00:00:00',1,0,1),(24968,'30927','Shamrock','SHAMROCK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:00','1900-01-01 00:00:00',1,0,1),(24969,'42538','Shamwari','SHAMWARI',NULL,'','South Africa','',0,0,195,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24970,'10814','Shanagarry','SHANAGARRY',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24971,'29114','Shandaken','SHANDAKEN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24972,'23909','Shanghai','SHANGHAI',NULL,'','China','Shanghai',0,0,46,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24973,'43562','Shangjin','SHANGJIN',NULL,'','Albania','',0,0,2,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24974,'34924','Shangrila','SHANGRILA',NULL,'','China','',0,0,46,'2016-10-17 11:57:01','1900-01-01 00:00:00',1,0,1),(24975,'23713','Shangyu','SHANGYU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24976,'23789','Shangzhi','SHANGZHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24977,'23633','Shangzhou','SHANGZHOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24978,'23809','Shanhaiguan','SHANHAIGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24979,'8872','Shanklin','SHANKLIN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24980,'40934','Shannon, Co.clare','SHANNON, CO.CLARE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24981,'41509','Shannonbridge','SHANNONBRIDGE',NULL,'','Ireland','',0,0,105,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24982,'34904','Shanshan','SHANSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24983,'23920','Shantou','SHANTOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:02','1900-01-01 00:00:00',1,0,1),(24984,'34637','Shanty Bay','SHANTY BAY',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24985,'42633','Shanxi','SHANXI',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24986,'23974','Shaoguan','SHAOGUAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24987,'23818','Shaoshan','SHAOSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24988,'23714','Shaoxing','SHAOXING',NULL,'','China','',0,0,46,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24989,'8873','Shap','SHAP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24990,'8874','Shapwick','SHAPWICK',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:03','1900-01-01 00:00:00',1,0,1),(24991,'8875','Shardlow','SHARDLOW',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24992,'37812','Shari','SHARI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24993,'25910','Sharjah','SHARJAH',NULL,'','United Arab Emirates','Sharjah',0,0,228,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24994,'37744','Shark Bay','SHARK BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24995,'2412','Sharm El Sheikh','SHARM EL SHEIKH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:57:04','1900-01-01 00:00:00',1,0,1),(24996,'34012','Sharonbrook','SHARONBROOK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:06','1900-01-01 00:00:00',1,0,1),(24997,'32604','Sharpeville','SHARPEVILLE',NULL,'','South Africa','',0,0,195,'2016-10-17 11:57:07','1900-01-01 00:00:00',1,0,1),(24998,'34013','Sharpsburg','SHARPSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:57:07','1900-01-01 00:00:00',1,0,1),(24999,'30164','Shartlesville','SHARTLESVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:08','1900-01-01 00:00:00',1,0,1),(25000,'16500','Sharurah','SHARURAH',NULL,'','Saudi Arabia','',0,0,186,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25001,'23831','Shashi','SHASHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25002,'35322','Shatin','SHATIN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25003,'7298','Shatterling','SHATTERLING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25004,'32960','Shattuck','SHATTUCK',NULL,'','United States','',0,0,231,'2016-10-17 11:57:09','1900-01-01 00:00:00',1,0,1),(25005,'9942','Shau Kei Wan','SHAU KEI WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25006,'22964','Shaunavon','SHAUNAVON',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25007,'35420','Shavei Zion','SHAVEI ZION',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25008,'31880','Shawano','SHAWANO',NULL,'','United States','',0,0,231,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25009,'22895','Shawinigan','SHAWINIGAN',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:10','1900-01-01 00:00:00',1,0,1),(25010,'21132','Shawnee','SHAWNEE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:11','1900-01-01 00:00:00',1,0,1),(25011,'16379','Shchelkovo','SHCHELKOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25012,'16380','Shcherbinka','SHCHERBINKA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25013,'31881','Sheboygan','SHEBOYGAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:13','1900-01-01 00:00:00',1,0,1),(25014,'8876','Shedfield','SHEDFIELD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25015,'34418','Shediac','SHEDIAC',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25016,'8877','Sheering','SHEERING',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25017,'8878','Sheerness','SHEERNESS',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25018,'11064','Shefayim','SHEFAYIM',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:15','1900-01-01 00:00:00',1,0,1),(25019,'21527','Sheffield','SHEFFIELD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:16','1900-01-01 00:00:00',1,0,1),(25020,'37147','Sheffield','SHEFFIELD',NULL,'','UNITED KINGDOM','',0,0,469,'2016-10-17 11:57:16','1900-01-01 00:00:00',1,0,1),(25021,'38881','Shefford','SHEFFORD',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25022,'40834','Shekavati','SHEKAVATI',NULL,'','India','',0,0,101,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25023,'23975','Shekou','SHEKOU',NULL,'','China','',0,0,46,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25024,'27771','Shelbina','SHELBINA',NULL,'','United States','',0,0,231,'2016-10-17 11:57:17','1900-01-01 00:00:00',1,0,1),(25025,'31390','Shelburne','SHELBURNE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:18','1900-01-01 00:00:00',1,0,1),(25026,'29526','Shelby','SHELBY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:19','1900-01-01 00:00:00',1,0,1),(25027,'33730','Shelbyville','SHELBYVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:21','1900-01-01 00:00:00',1,0,1),(25028,'20285','Sheldon','SHELDON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:23','1900-01-01 00:00:00',1,0,1),(25029,'16381','Shelepikha','SHELEPIKHA',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:57:24','1900-01-01 00:00:00',1,0,1),(25030,'18910','Shell Beach','SHELL BEACH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:24','1900-01-01 00:00:00',1,0,1),(25031,'18911','Shelter Island','SHELTER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:57:26','1900-01-01 00:00:00',1,0,1),(25032,'31619','Shelton','SHELTON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:27','1900-01-01 00:00:00',1,0,1),(25033,'20287','Shenandoah','SHENANDOAH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:28','1900-01-01 00:00:00',1,0,1),(25034,'15247','Shenandoah','SHENANDOAH',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:57:28','1900-01-01 00:00:00',1,0,1),(25035,'23910','Shenxiang','SHENXIANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25036,'23636','Shenyang','SHENYANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25037,'23976','Shenzhen','SHENZHEN',NULL,'','China','Shenzhen',0,0,46,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25038,'25355','Shepard','SHEPARD',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:30','1900-01-01 00:00:00',1,0,1),(25039,'32044','Shepherdstown','SHEPHERDSTOWN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:31','1900-01-01 00:00:00',1,0,1),(25040,'26935','Shepparton','SHEPPARTON',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:31','1900-01-01 00:00:00',1,0,1),(25041,'8880','Shepperton','SHEPPERTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25042,'39820','Shepshed','SHEPSHED',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25043,'40305','Shepton Beauchamp','SHEPTON BEAUCHAMP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:32','1900-01-01 00:00:00',1,0,1),(25044,'21528','Sherborn','SHERBORN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25045,'8882','Sherborne','SHERBORNE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25046,'26553','Sherbrook','SHERBROOK',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25047,'22896','Sherbrooke','SHERBROOKE',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:33','1900-01-01 00:00:00',1,0,1),(25048,'28020','Sheridan','SHERIDAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:34','1900-01-01 00:00:00',1,0,1),(25049,'8883','Sheringham','SHERINGHAM',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:35','1900-01-01 00:00:00',1,0,1),(25050,'30930','Sherman','SHERMAN',NULL,'','United States','',0,0,231,'2016-10-17 11:57:35','1900-01-01 00:00:00',1,0,1),(25051,'29118','Sherrill','SHERRILL',NULL,'','United States','',0,0,231,'2016-10-17 11:57:37','1900-01-01 00:00:00',1,0,1),(25052,'36462','S-hertogenbosch','S-HERTOGENBOSCH',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:57:38','1900-01-01 00:00:00',1,0,1),(25053,'28081','Sherwood','SHERWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:38','1900-01-01 00:00:00',1,0,1),(25054,'25356','Sherwood Park','SHERWOOD PARK',NULL,'','Canada','',0,0,39,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25055,'23638','Sheshan','SHESHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25056,'9343','Shetland','SHETLAND',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:41','1900-01-01 00:00:00',1,0,1),(25057,'9943','Sheung Wan','SHEUNG WAN',NULL,'','Hong Kong','',0,0,98,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25058,'37111','Shibam','SHIBAM',NULL,'','Yemen','',0,0,240,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25059,'42883','Shibata','SHIBATA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25060,'8884','Shifnal','SHIFNAL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:42','1900-01-01 00:00:00',1,0,1),(25061,'43988','Shigar','SHIGAR',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25062,'34901','Shigatse','SHIGATSE',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25063,'17446','Shihlin','SHIHLIN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25064,'23810','Shijiazhuang','SHIJIAZHUANG',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25065,'23895','Shijingshan','SHIJINGSHAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25066,'35757','Shikabe','SHIKABE',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25067,'37614','Shikotsu-toya National Park Area','SHIKOTSU-TOYA NATIONAL PARK AREA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25068,'23639','Shilibao','SHILIBAO',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25069,'42385','Shilin - Stone Forest','SHILIN - STONE FOREST',NULL,'','China','',0,0,46,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25070,'3874','Shillavo','SHILLAVO',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25071,'8885','Shillingford','SHILLINGFORD',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:43','1900-01-01 00:00:00',1,0,1),(25072,'30167','Shillington','SHILLINGTON',NULL,'','United States','',0,0,231,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25073,'10654','Shillong','SHILLONG',NULL,'','India','Shillong',42,0,101,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25074,'20751','Shiloh','SHILOH',NULL,'','United States','',0,0,231,'2016-10-17 11:57:44','1900-01-01 00:00:00',1,0,1),(25075,'23640','Shilong','SHILONG',NULL,'','China','',0,0,46,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25076,'43925','Shimada','SHIMADA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25077,'13339','Shimajiri','SHIMAJIRI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25078,'13192','Shimamoto','SHIMAMOTO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25079,'13340','Shimizu','SHIMIZU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25080,'13341','Shimoda','SHIMODA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25081,'44223','Shimoga','SHIMOGA',NULL,'','India','',0,0,101,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25082,'13193','Shimogyo','SHIMOGYO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:45','1900-01-01 00:00:00',1,0,1),(25083,'13194','Shimojishima','SHIMOJISHIMA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25084,'43939','Shimoni','SHIMONI',NULL,'','Kenya','',0,0,113,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25085,'35760','Shimonoseki','SHIMONOSEKI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25086,'42873','Shimukappu','SHIMUKAPPU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25087,'17416','Shindian','SHINDIAN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25088,'38326','Shinonsen','SHINONSEN',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25089,'42874','Shintoku','SHINTOKU',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25090,'43926','Shintomi','SHINTOMI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25091,'17470','Shinyanga','SHINYANGA',NULL,'','Tanzania','',0,0,214,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25092,'17417','Shioulin','SHIOULIN',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25093,'8886','Shipley','SHIPLEY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:46','1900-01-01 00:00:00',1,0,1),(25094,'30168','Shippensburg','SHIPPENSBURG',NULL,'','United States','',0,0,231,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25095,'15165','Ships Cove','SHIPS COVE',NULL,'','New Zealand','',0,0,157,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25096,'20985','Shipshewana','SHIPSHEWANA',NULL,'','United States','',0,0,231,'2016-10-17 11:57:47','1900-01-01 00:00:00',1,0,1),(25097,'40744','Shipston On Stour','SHIPSTON ON STOUR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:48','1900-01-01 00:00:00',1,0,1),(25098,'8887','Shipton','SHIPTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:48','1900-01-01 00:00:00',1,0,1),(25099,'35436','Shiraz','SHIRAZ',NULL,'','Iran','',0,0,103,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25100,'10597','Shirdi','SHIRDI',NULL,'','India','Shirdi',5,0,101,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25101,'3875','Shire','SHIRE',NULL,'','Ethiopia','',0,0,70,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25102,'8888','Shiremoor','SHIREMOOR',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25103,'29119','Shirley','SHIRLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:49','1900-01-01 00:00:00',1,0,1),(25104,'41088','Shirley -Solihull','SHIRLEY -SOLIHULL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25105,'13342','Shiroko','SHIROKO',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25106,'23779','Shishi','SHISHI',NULL,'','China','',0,0,46,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25107,'17771','Shishmaref','SHISHMAREF',NULL,'','United States','',0,0,231,'2016-10-17 11:57:50','1900-01-01 00:00:00',1,0,1),(25108,'42579','Shivpatinagar','SHIVPATINAGAR',NULL,'','India','',0,0,101,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25109,'37666','Shivpuri','SHIVPURI',NULL,'','India','Shivpuri',15,0,101,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25110,'43830','Shiyan','SHIYAN',NULL,'','China','',0,0,46,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25111,'37233','Shizukishi','SHIZUKISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25112,'35761','Shizukuishi','SHIZUKUISHI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25113,'13411','Shizuoka','SHIZUOKA',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25114,'43563','Shkodra','SHKODRA',NULL,'','Albania','',0,0,2,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25115,'34313','Shoal Bay','SHOAL BAY',NULL,'','Australia','',0,0,13,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25116,'13343','Shonai','SHONAI',NULL,'','Japan','',0,0,110,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25117,'22415','Shopsdorf','SHOPSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:57:51','1900-01-01 00:00:00',1,0,1),(25118,'8889','Shoreditch','SHOREDITCH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25119,'31391','Shoreham','SHOREHAM',NULL,'','United States','',0,0,231,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25120,'8890','Shoreham-by-sea','SHOREHAM-BY-SEA',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:52','1900-01-01 00:00:00',1,0,1),(25121,'31620','Shoreline','SHORELINE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25122,'11077','Shoresh','SHORESH',NULL,'','Israel','',0,0,106,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25123,'27516','Shoreview','SHOREVIEW',NULL,'','United States','',0,0,231,'2016-10-17 11:57:53','1900-01-01 00:00:00',1,0,1),(25124,'20752','Shorewood','SHOREWOOD',NULL,'','United States','',0,0,231,'2016-10-17 11:57:54','1900-01-01 00:00:00',1,0,1),(25125,'28415','Short Hills','SHORT HILLS',NULL,'','United States','',0,0,231,'2016-10-17 11:57:54','1900-01-01 00:00:00',1,0,1),(25126,'17952','Shorter','SHORTER',NULL,'','United States','',0,0,231,'2016-10-17 11:57:55','1900-01-01 00:00:00',1,0,1),(25127,'20401','Shoshone','SHOSHONE',NULL,'','United States','',0,0,231,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25128,'17418','Shoufeng','SHOUFENG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25129,'43380','Shoumen','SHOUMEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:57:56','1900-01-01 00:00:00',1,0,1),(25130,'18205','Show Low','SHOW LOW',NULL,'','United States','',0,0,231,'2016-10-17 11:57:57','1900-01-01 00:00:00',1,0,1),(25131,'21259','Shreveport','SHREVEPORT',NULL,'','United States','',0,0,231,'2016-10-17 11:57:58','1900-01-01 00:00:00',1,0,1),(25132,'30169','Shrewsbury','SHREWSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:57:58','1900-01-01 00:00:00',1,0,1),(25133,'7300','Shrewsbury','SHREWSBURY',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:59','1900-01-01 00:00:00',1,0,1),(25134,'40113','Shrewton','SHREWTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:57:59','1900-01-01 00:00:00',1,0,1),(25135,'10697','Shrirampur','SHRIRAMPUR',NULL,'','India','',0,0,101,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25136,'7301','Shropshire','SHROPSHIRE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25137,'43831','Shuangfu','SHUANGFU',NULL,'','China','',0,0,46,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25138,'2451','Shubra Al Khaymah','SHUBRA AL KHAYMAH',NULL,'','Egypt','',0,0,65,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25139,'24815','Shumen','SHUMEN',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25140,'43927','Shunan','SHUNAN',NULL,'','Japan','',0,0,110,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25141,'23641','Shunde','SHUNDE',NULL,'','China','',0,0,46,'2016-10-17 11:58:00','1900-01-01 00:00:00',1,0,1),(25142,'17772','Shungnak','SHUNGNAK',NULL,'','United States','',0,0,231,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25143,'23896','Shunyi','SHUNYI',NULL,'','China','',0,0,46,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25144,'8891','Shurdington','SHURDINGTON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25145,'8892','Shustoke','SHUSTOKE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25146,'26321','Shute Harbour','SHUTE HARBOUR',NULL,'','Australia','',0,0,13,'2016-10-17 11:58:01','1900-01-01 00:00:00',1,0,1),(25147,'16447','Shuvalovo','SHUVALOVO',NULL,'','Russian Federation','',0,0,181,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25148,'13344','Shuzenji','SHUZENJI',NULL,'','Japan','',0,0,110,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25149,'40835','Siana','SIANA',NULL,'','India','',0,0,101,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25150,'38125','Siargao','SIARGAO',NULL,'','Philippines','',0,0,173,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25151,'21530','Siasconset','SIASCONSET',NULL,'','United States','',0,0,231,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25152,'44244','Siaton','SIATON',NULL,'','Philippines','',0,0,173,'2016-10-17 11:58:02','1900-01-01 00:00:00',1,0,1),(25153,'41443','Siauliai','SIAULIAI',NULL,'','Lithuania','',0,0,125,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25154,'38939','Siavonga','SIAVONGA',NULL,'','Zambia','',0,0,242,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25155,'12543','Sibari','SIBARI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25156,'9975','Sibenik','SIBENIK',NULL,'','Croatia','',0,0,55,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25157,'15328','Sibi','SIBI',NULL,'','Pakistan','',0,0,166,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25158,'20289','Sibley','SIBLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:03','1900-01-01 00:00:00',1,0,1),(25159,'10598','Sibpur','SIBPUR',NULL,'','India','',0,0,101,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25160,'37710','Sibson','SIBSON',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25161,'14385','Sibu','SIBU',NULL,'','Malaysia','',0,0,132,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25162,'25537','Sicamous','SICAMOUS',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:04','1900-01-01 00:00:00',1,0,1),(25163,'12544','Siculiana','SICULIANA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25164,'9594','Sidari','SIDARI',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25165,'8893','Sidcup','SIDCUP',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25166,'37925','Siderno','SIDERNO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:05','1900-01-01 00:00:00',1,0,1),(25167,'17167','Sidi Bou Said','SIDI BOU SAID',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25168,'13708','Sidi Brahim','SIDI BRAHIM',NULL,'','Morocco','',0,0,148,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25169,'43567','Sidi Fredj','SIDI FREDJ',NULL,'','Algeria','',0,0,3,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25170,'1742','Sidi-bou-said','SIDI-BOU-SAID',NULL,'','Tunisia','',0,0,220,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25171,'8894','Sidmouth','SIDMOUTH',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:06','1900-01-01 00:00:00',1,0,1),(25172,'29529','Sidney','SIDNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:07','1900-01-01 00:00:00',1,0,1),(25173,'25538','Sidney','SIDNEY',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:08','1900-01-01 00:00:00',1,0,1),(25174,'27284','Sieber','SIEBER',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25175,'15674','Siedlce','SIEDLCE',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25176,'569','Siegburg','SIEGBURG',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25177,'570','Siegen','SIEGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25178,'22416','Siegerland','SIEGERLAND',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:09','1900-01-01 00:00:00',1,0,1),(25179,'337','Siegsdorf','SIEGSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25180,'13452','Siem Reap','SIEM REAP',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25181,'2013','Siemensstadt','SIEMENSSTADT',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25182,'43628','Siemianowice Slaskie','SIEMIANOWICE SLASKIE',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:10','1900-01-01 00:00:00',1,0,1),(25183,'35510','Siena-colle Di Val D','SIENA-COLLE DI VAL D',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25184,'35585','Siena-monteriggioni','SIENA-MONTERIGGIONI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25185,'35691','Siena-monticiano','SIENA-MONTICIANO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25186,'741','Sierksdorf','SIERKSDORF',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:11','1900-01-01 00:00:00',1,0,1),(25187,'40128','Sierning','SIERNING',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:12','1900-01-01 00:00:00',1,0,1),(25188,'18914','Sierra City','SIERRA CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:12','1900-01-01 00:00:00',1,0,1),(25189,'35163','Sierra Di Ferro','SIERRA DI FERRO',NULL,'','France','',0,0,76,'2016-10-17 11:58:13','1900-01-01 00:00:00',1,0,1),(25190,'2824','Sierras De Aralar Y Urbasa','SIERRAS DE ARALAR Y URBASA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25191,'23362','Sierre','SIERRE',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25192,'19613','Siesta Key','SIESTA KEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:14','1900-01-01 00:00:00',1,0,1),(25193,'44052','Siewierz','SIEWIERZ',NULL,'','Poland','',0,0,174,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25194,'24400','Siezenheim','SIEZENHEIM',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25195,'40291','Sigean','SIGEAN',NULL,'','France','',0,0,76,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25196,'16231','Sighisoara','SIGHISOARA',NULL,'','Romania','',0,0,179,'2016-10-17 11:58:15','1900-01-01 00:00:00',1,0,1),(25197,'8895','Sighthill','SIGHTHILL',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25198,'13613','Sigiriya','SIGIRIYA',NULL,'','Sri Lanka','',0,0,200,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25199,'10995','Siglufjordur','SIGLUFJORDUR',NULL,'','Iceland','',0,0,100,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25200,'18915','Signal Hill','SIGNAL HILL',NULL,'','United States','',0,0,231,'2016-10-17 11:58:16','1900-01-01 00:00:00',1,0,1),(25201,'37944','Signes','SIGNES',NULL,'','France','',0,0,76,'2016-10-17 11:58:17','1900-01-01 00:00:00',1,0,1),(25202,'20290','Sigourney','SIGOURNEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25203,'40290','Sigoyer','SIGOYER',NULL,'','France','',0,0,76,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25204,'23363','Sigriswil','SIGRISWIL',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25205,'16657','Sigtuna','SIGTUNA',NULL,'','Sweden','',0,0,209,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25206,'3421','Siguenza','SIGUENZA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25207,'13671','Sigulda','SIGULDA',NULL,'','Latvia','',0,0,119,'2016-10-17 11:58:18','1900-01-01 00:00:00',1,0,1),(25208,'13453','Sihanoukville','SIHANOUKVILLE',NULL,'','Cambodia','',0,0,37,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25209,'35821','Siheung','SIHEUNG',NULL,'','South Korea','',0,0,197,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25210,'13523','Sihung-dong','SIHUNG-DONG',NULL,'','Korea, Republic Of','',0,0,0,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25211,'4004','Siilinjarvi','SIILINJARVI',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25212,'17360','Siirt','SIIRT',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25213,'23911','Sijing','SIJING',NULL,'','China','',0,0,46,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25214,'17098','Sikao','SIKAO',NULL,'','Thailand','',0,0,215,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25215,'27773','Sikeston','SIKESTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:19','1900-01-01 00:00:00',1,0,1),(25216,'9728','Sikinos','SIKINOS',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25217,'40788','Silandro','SILANDRO',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25218,'13991','Silao','SILAO',NULL,'','Mexico','',0,0,141,'2016-10-17 11:58:20','1900-01-01 00:00:00',1,0,1),(25219,'10599','Silchar','SILCHAR',NULL,'','India','Silchar',10,0,101,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25220,'41070','Sile','SILE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25221,'12921','Silea','SILEA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25222,'34016','Siler City','SILER CITY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25223,'39507','Silherovice','SILHEROVICE',NULL,'','Czech Republic','',0,0,58,'2016-10-17 11:58:21','1900-01-01 00:00:00',1,0,1),(25224,'16922','Silhouette Island','SILHOUETTE ISLAND',NULL,'','Seychelles','',0,0,188,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25225,'18916','Silicon Valley','SILICON VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25226,'17300','Silifke','SILIFKE',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25227,'37168','Siliguri','SILIGURI',NULL,'','India','Siliguri',12,0,101,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25228,'24810','Silistra','SILISTRA',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25229,'17312','Silivri','SILIVRI',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25230,'2159','Silkeborg','SILKEBORG',NULL,'','Denmark','',0,0,59,'2016-10-17 11:58:22','1900-01-01 00:00:00',1,0,1),(25231,'2487','Silleda','SILLEDA',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25232,'38888','Sillian','SILLIAN',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25233,'4562','Silly En Gouffern','SILLY EN GOUFFERN',NULL,'','France','',0,0,76,'2016-10-17 11:58:23','1900-01-01 00:00:00',1,0,1),(25234,'18078','Siloam Springs','SILOAM SPRINGS',NULL,'','United States','',0,0,231,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25235,'17023','Silom - Sathom','SILOM - SATHOM',NULL,'','Thailand','',0,0,215,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25237,'23084','Sils-maria','SILS-MARIA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:24','1900-01-01 00:00:00',1,0,1),(25238,'33538','Silt','SILT',NULL,'','United States','',0,0,231,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25239,'37591','Siltakyla','SILTAKYLA',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25240,'23364','Silvaplana','SILVAPLANA',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25241,'10629','Silvassa','SILVASSA',NULL,'','India','Silvassa',47,0,101,'2016-10-17 11:58:25','1900-01-01 00:00:00',1,0,1),(25242,'33539','Silvercreek','SILVERCREEK',NULL,'','United States','',0,0,231,'2016-10-17 11:58:30','1900-01-01 00:00:00',1,0,1),(25243,'31621','Silverdale','SILVERDALE',NULL,'','United States','',0,0,231,'2016-10-17 11:58:30','1900-01-01 00:00:00',1,0,1),(25244,'33541','Silverton','SILVERTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:31','1900-01-01 00:00:00',1,0,1),(25245,'15947','Silves','SILVES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:32','1900-01-01 00:00:00',1,0,1),(25246,'12548','Silvi Marina','SILVI MARINA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25247,'39038','Silz','SILZ',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25248,'23948','Simao','SIMAO',NULL,'','China','',0,0,46,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25249,'34638','Simcoe','SIMCOE',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25250,'42336','Simeri Crichi','SIMERI CRICHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:33','1900-01-01 00:00:00',1,0,1),(25251,'11450','Simeri-crichi','SIMERI-CRICHI',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25252,'17517','Simferopol','SIMFEROPOL',NULL,'','Ukraine','',0,0,227,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25253,'18917','Simi Valley','SIMI VALLEY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:34','1900-01-01 00:00:00',1,0,1),(25254,'6538','Simiane-collongue','SIMIANE-COLLONGUE',NULL,'','France','',0,0,76,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25255,'15061','Simikot','SIMIKOT',NULL,'','Nepal','Simikot',0,0,153,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25256,'23749','Siming','SIMING',NULL,'','China','',0,0,46,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25257,'10641','Simla','SIMLA',NULL,'','India','',0,0,101,'2016-10-17 11:58:35','1900-01-01 00:00:00',1,0,1),(25258,'38105','Simmerath','SIMMERATH',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25259,'24539','Simmering','SIMMERING',NULL,'','Austria','',0,0,14,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25260,'8896','Simonburn','SIMONBURN',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25261,'32497','Simon\'s Town','SIMON\'S TOWN',NULL,'','South Africa','',0,0,195,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25262,'7302','Simonstone','SIMONSTONE',NULL,'','United Kingdom','',0,0,229,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25263,'40378','Simontornya','SIMONTORNYA',NULL,'','Hungary','',0,0,99,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25264,'25893','Simpson Bay','SIMPSON BAY',NULL,'','Netherlands Antilles','',0,0,155,'2016-10-17 11:58:36','1900-01-01 00:00:00',1,0,1),(25265,'30404','Simpsonville','SIMPSONVILLE',NULL,'','United States','',0,0,231,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25266,'15062','Simra','SIMRA',NULL,'','Nepal','',0,0,153,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25267,'16875','Simrishamn','SIMRISHAMN',NULL,'','Sweden','',0,0,209,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25268,'19155','Simsbury','SIMSBURY',NULL,'','United States','',0,0,231,'2016-10-17 11:58:37','1900-01-01 00:00:00',1,0,1),(25269,'16232','Sinaia','SINAIA',NULL,'','Romania','',0,0,179,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25270,'12549','Sinalunga','SINALUNGA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25271,'9596','Sinarades','SINARADES',NULL,'','Greece','',0,0,86,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25272,'2250','Sindal','SINDAL',NULL,'','Denmark','',0,0,59,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25273,'22645','Sindelfingen','SINDELFINGEN',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25274,'24786','Sinemoretz','SINEMORETZ',NULL,'','Bulgaria','',0,0,34,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25275,'16064','Sines','SINES',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:38','1900-01-01 00:00:00',1,0,1),(25276,'3932','Sinetta','SINETTA',NULL,'','Finland','',0,0,75,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25277,'2932','Sineu','SINEU',NULL,'','Spain','',0,0,199,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25278,'16532','Singapore','SINGAPORE',NULL,'','Singapore','Singapore',33,0,190,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25279,'10264','Singaraja','SINGARAJA',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25280,'19615','Singer Island','SINGER ISLAND',NULL,'','United States','',0,0,231,'2016-10-17 11:58:39','1900-01-01 00:00:00',1,0,1),(25281,'10200','Singkep','SINGKEP',NULL,'','Indonesia','',0,0,102,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25282,'34314','Singleton','SINGLETON',NULL,'','Australia','',0,0,13,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25283,'37242','Siniscola','SINISCOLA',NULL,'','Italy','',0,0,107,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25284,'38456','Sinjhuang','SINJHUANG',NULL,'','Taiwan','',0,0,212,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25285,'44313','Sinop','SINOP',NULL,'','Turkey','',0,0,222,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25286,'37715','Sins','SINS',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25287,'14956','Sinsen','SINSEN',NULL,'','Norway','',0,0,164,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25288,'22647','Sinsheim','SINSHEIM',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:40','1900-01-01 00:00:00',1,0,1),(25289,'14660','Sint Maarten','SINT MAARTEN',NULL,'','Netherlands','',0,0,154,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25290,'41097','Sint Niklaas','SINT NIKLAAS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25291,'24646','Sint-agatha-berchem','SINT-AGATHA-BERCHEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25292,'24647','Sint-gillis','SINT-GILLIS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25293,'24648','Sint-jans-molenbeek','SINT-JANS-MOLENBEEK',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25294,'24614','Sint-katelijne-waver','SINT-KATELIJNE-WAVER',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25295,'24649','Sint-lambrechts-woluwe','SINT-LAMBRECHTS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25296,'24720','Sint-laureins','SINT-LAUREINS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25297,'38066','Sint-martens-latem','SINT-MARTENS-LATEM',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25298,'24746','Sint-niklaas','SINT-NIKLAAS',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:41','1900-01-01 00:00:00',1,0,1),(25299,'30932','Sinton','SINTON',NULL,'','United States','',0,0,231,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25300,'24650','Sint-pieters-woluwe','SINT-PIETERS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25301,'16012','Sintra','SINTRA',NULL,'','Portugal','',0,0,175,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25302,'24651','Sint-stevens-woluwe','SINT-STEVENS-WOLUWE',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25303,'24688','Sint-truiden','SINT-TRUIDEN',NULL,'','Belgium','',0,0,21,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25304,'661','Sinzig','SINZIG',NULL,'','Germany','',0,0,83,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25305,'10106','Siofok','SIOFOK',NULL,'','Hungary','',0,0,99,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25306,'23365','Sion','SION',NULL,'','Switzerland','',0,0,210,'2016-10-17 11:58:42','1900-01-01 00:00:00',1,0,1),(25307,'20291','Sioux Center','SIOUX CENTER',NULL,'','United States','',0,0,231,'2016-10-17 11:58:43','1900-01-01 00:00:00',1,0,1),(25308,'34639','Sioux Lookout','SIOUX LOOKOUT',NULL,'','Canada','',0,0,39,'2016-10-17 11:58:45','1900-01-01 00:00:00',1,0,1);
/*!40000 ALTER TABLE `tb_master_geo_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_master_geo_country`
--

DROP TABLE IF EXISTS `tb_master_geo_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_master_geo_country` (
  `contsysId` int NOT NULL AUTO_INCREMENT,
  `contId` int NOT NULL,
  `title` varchar(256) NOT NULL,
  `code` varchar(100) NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`contsysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_master_geo_country`
--

LOCK TABLES `tb_master_geo_country` WRITE;
/*!40000 ALTER TABLE `tb_master_geo_country` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_master_geo_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_accom`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_accom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_accom` (
  `AgencySysId` bigint NOT NULL,
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `MPType` smallint NOT NULL,
  `ItemSourceType` smallint NOT NULL DEFAULT '0',
  `AirType` smallint NOT NULL DEFAULT '0',
  `AccomType` smallint NOT NULL DEFAULT '0',
  `IsForCancellation` tinyint NOT NULL DEFAULT '0',
  `CustGrSysId` bigint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL DEFAULT '0',
  `IsSameForAll` tinyint NOT NULL DEFAULT '0',
  `StdMarkUpPer` decimal(18,2) NOT NULL,
  `MarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TaxPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupVal` decimal(18,0) NOT NULL DEFAULT '0',
  `CommssionType` smallint NOT NULL DEFAULT '0',
  `CommssionVal` decimal(18,2) NOT NULL DEFAULT '0.00',
  `DiscountPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountVal` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountMsg` varchar(50) DEFAULT NULL,
  `Details` varchar(500) DEFAULT NULL,
  `ValidTill` datetime(3) NOT NULL,
  `IsServiceChrgIncludeInTax` tinyint NOT NULL DEFAULT '0',
  `ApproveDate` datetime(3) NOT NULL,
  `CreateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsApproved` tinyint NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`MPType`,`ItemSourceType`,`AccomType`,`IsForCancellation`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_accom`
--

LOCK TABLES `tb_mp_stdmarkup_accom` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_accom` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_accom` VALUES (35,35,2,0,0,1,0,0,1,1,0,1000.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-04 00:00:00.000',0,'2022-04-04 00:00:00.000','2022-04-04 17:08:22',NULL,1,0,1),(35,35,2,0,0,2,0,0,1,1,0,800.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-04 00:00:00.000',0,'2022-04-04 00:00:00.000','2022-04-04 17:08:23',NULL,1,0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_accom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_air`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_air`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_air` (
  `AgencySysId` bigint NOT NULL,
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `MPType` smallint NOT NULL,
  `ItemSourceType` varchar(55) NOT NULL,
  `AirType` smallint NOT NULL DEFAULT '0',
  `AccomType` int DEFAULT NULL,
  `IsForCancellation` tinyint NOT NULL DEFAULT '0',
  `CustGrSysId` bigint NOT NULL,
  `Currency` smallint NOT NULL,
  `MarkUpType` smallint NOT NULL DEFAULT '0',
  `IsSameForAll` tinyint NOT NULL DEFAULT '0',
  `StdMarkUpPer` decimal(18,2) NOT NULL,
  `MarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TaxPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscAtMarkupVal` decimal(18,0) NOT NULL DEFAULT '0',
  `CommssionType` smallint NOT NULL DEFAULT '0',
  `CommssionVal` decimal(18,2) NOT NULL DEFAULT '0.00',
  `DiscountPer` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountVal` decimal(18,0) NOT NULL DEFAULT '0',
  `DiscountMsg` varchar(50) NOT NULL,
  `Details` varchar(500) NOT NULL,
  `ValidTill` datetime(3) NOT NULL,
  `IsServiceChrgIncludeInTax` tinyint NOT NULL DEFAULT '0',
  `ApproveDate` datetime(3) NOT NULL,
  `CreateDate` datetime(3) DEFAULT NULL,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsApproved` tinyint NOT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`AgencySysId`,`MPType`,`ItemSourceType`,`AirType`,`IsForCancellation`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_air`
--

LOCK TABLES `tb_mp_stdmarkup_air` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_air` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_air` VALUES (35,35,1,'0',1,NULL,0,0,1,1,0,200.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-04 00:00:00.000',18,'2022-04-04 00:00:00.000',NULL,NULL,1,0,1),(35,35,1,'0',2,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-04 00:00:00.000',18,'2022-04-04 00:00:00.000',NULL,NULL,1,0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_air` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_bus`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_bus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_bus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime(3) DEFAULT NULL,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_bus`
--

LOCK TABLES `tb_mp_stdmarkup_bus` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_bus` VALUES (1,1,0,18,'2022-11-18 11:22:26.000','2022-11-18 11:22:26.000',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_car`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_car`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_car` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int DEFAULT NULL,
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime(3) DEFAULT CURRENT_TIMESTAMP(3),
  `UpdateDate` datetime(3) DEFAULT CURRENT_TIMESTAMP(3),
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_car`
--

LOCK TABLES `tb_mp_stdmarkup_car` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_car` VALUES (1,1,0,18,'2022-11-22 10:52:37.000','2022-11-22 10:52:41.000',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_shared_proposal`
--

DROP TABLE IF EXISTS `tb_shared_proposal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_shared_proposal` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `MasterAgencySysId` int NOT NULL,
  `FlightNumber` varchar(100) NOT NULL,
  `AirlineName` varchar(100) DEFAULT NULL,
  `TravelDate` datetime DEFAULT NULL,
  `SearchTraceId` varchar(250) NOT NULL,
  `NetFare` float NOT NULL DEFAULT '0',
  `Commission` float NOT NULL DEFAULT '0',
  `NetPrice` float NOT NULL DEFAULT '0',
  `FinalPrice` float NOT NULL DEFAULT '0',
  `ExtraMarkup` float NOT NULL DEFAULT '0',
  `ExtraMarkupOnGST` float NOT NULL DEFAULT '0',
  `UserSysId` int NOT NULL,
  `CustEmail` varchar(100) NOT NULL,
  `CustName` varchar(100) NOT NULL,
  `CustMobile` varchar(100) DEFAULT NULL,
  `flightData` longtext,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_shared_proposal`
--

LOCK TABLES `tb_shared_proposal` WRITE;
/*!40000 ALTER TABLE `tb_shared_proposal` DISABLE KEYS */;
INSERT INTO `tb_shared_proposal` VALUES (1,10382,35,'UK-772','Vistara','2022-02-24 10:25:00','cefc3-932ee-759f6-a5f9e',3634.7,0,3634.7,3870.7,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"UK-772\",\"SegFlightNumberArr\":\"UK-772\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2022-02-24T10:25\",\"LocalFromTime\":\"2022-02-24 10:25\",\"FromUTCTime\":\"2022-02-24T10:25\",\"LocalToTime\":\"2022-02-24 13:00\",\"ToUTCTime\":\"2022-02-24T13:00\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3634.7,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"ApiResultIndex\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T13:00\",\"SegFlightNumber\":\"UK-772\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:23','2022-01-25 12:00:23',0,0),(2,10382,35,'UK-776','Vistara','2022-02-24 17:35:00','cefc3-932ee-759f6-a5f9e',3634.7,0,3634.7,3870.7,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"UK-776\",\"SegFlightNumberArr\":\"UK-776\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-02-24T17:35\",\"LocalFromTime\":\"2022-02-24 17:35\",\"FromUTCTime\":\"2022-02-24T17:35\",\"LocalToTime\":\"2022-02-24 20:20\",\"ToUTCTime\":\"2022-02-24T20:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3634.7,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"ApiResultIndex\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T20:20\",\"SegFlightNumber\":\"UK-776\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:23','2022-01-25 12:00:23',0,0),(3,10382,35,'I5-552','AirAsia India','2022-02-24 07:40:00','cefc3-932ee-759f6-a5f9e',3632.4,0,3632.4,3868.4,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"I5-552\",\"SegFlightNumberArr\":\"I5-552, I5-482\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2022-02-24T07:40\",\"LocalFromTime\":\"2022-02-24 07:40\",\"FromUTCTime\":\"2022-02-24T07:40\",\"LocalToTime\":\"2022-02-24 22:15\",\"ToUTCTime\":\"2022-02-24T22:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":595,\"LAYOVERDuration\":\"9h 55m\",\"FlyingMinutes\":875,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"14h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.4,\"PublishedFareTxt\":\"3,632\",\"ApiResultIndex\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2276,\"Tax\":1120.4,\"YQTax\":0,\"OtherCharges\":969,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3396.4,\"PublishedFare\":3632.4,\"PublishedFareAgent\":3632.4,\"OfferedFareAgent\":3632.4,\"OfferedFare\":3396.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"ApiResultIndex\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1120.4,\"TotalBaseFare\":3396.4,\"BaseFareCal\":3432.4,\"BaseFare\":2276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":116,\"MFT\":5.4,\"OT\":969,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3632.4,\"CostToCustomer\":3632.4,\"BaseFareCal\":3432.4,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3432.4,\"intOfferedFare\":3396.4,\"intPublishFare\":3396.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-02-24T10:05\",\"SegFlightNumber\":\"I5-552\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":595,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"9h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T22:15\",\"SegFlightNumber\":\"I5-482\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-24T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:23','2022-01-25 12:00:23',0,0),(4,10382,35,'I5-588','AirAsia India','2022-02-24 13:30:00','cefc3-932ee-759f6-a5f9e',3632.4,0,3632.4,3868.4,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"I5-588\",\"SegFlightNumberArr\":\"I5-588, I5-1561\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2022-02-24T13:30\",\"LocalFromTime\":\"2022-02-24 13:30\",\"FromUTCTime\":\"2022-02-24T13:30\",\"LocalToTime\":\"2022-02-24 20:35\",\"ToUTCTime\":\"2022-02-24T20:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":155,\"LAYOVERDuration\":\"2h 35m\",\"FlyingMinutes\":425,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"7h 5m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.4,\"PublishedFareTxt\":\"3,632\",\"ApiResultIndex\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2276,\"Tax\":1120.4,\"YQTax\":0,\"OtherCharges\":969,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3396.4,\"PublishedFare\":3632.4,\"PublishedFareAgent\":3632.4,\"OfferedFareAgent\":3632.4,\"OfferedFare\":3396.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"ApiResultIndex\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1120.4,\"TotalBaseFare\":3396.4,\"BaseFareCal\":3432.4,\"BaseFare\":2276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":116,\"MFT\":5.4,\"OT\":969,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3632.4,\"CostToCustomer\":3632.4,\"BaseFareCal\":3432.4,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3432.4,\"intOfferedFare\":3396.4,\"intPublishFare\":3396.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-02-24T16:15\",\"SegFlightNumber\":\"I5-588\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":155,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"2h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T20:35\",\"SegFlightNumber\":\"I5-1561\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-02-24T18:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:50\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:23','2022-01-25 12:00:23',0,0),(5,10382,35,'UK-772','Vistara','2022-02-24 10:25:00','cefc3-932ee-759f6-a5f9e',3634.7,0,3634.7,3870.7,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"UK-772\",\"SegFlightNumberArr\":\"UK-772\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2022-02-24T10:25\",\"LocalFromTime\":\"2022-02-24 10:25\",\"FromUTCTime\":\"2022-02-24T10:25\",\"LocalToTime\":\"2022-02-24 13:00\",\"ToUTCTime\":\"2022-02-24T13:00\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3634.7,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"ApiResultIndex\":\"15-2-10-4813680172_1CCUBOMUK772_23466856022426397\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T13:00\",\"SegFlightNumber\":\"UK-772\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:29','2022-01-25 12:00:29',0,0),(6,10382,35,'UK-776','Vistara','2022-02-24 17:35:00','cefc3-932ee-759f6-a5f9e',3634.7,0,3634.7,3870.7,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"UK-776\",\"SegFlightNumberArr\":\"UK-776\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-02-24T17:35\",\"LocalFromTime\":\"2022-02-24 17:35\",\"FromUTCTime\":\"2022-02-24T17:35\",\"LocalToTime\":\"2022-02-24 20:20\",\"ToUTCTime\":\"2022-02-24T20:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3634.7,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"ApiResultIndex\":\"15-2-10-4813680172_2CCUBOMUK776_23466856022428711\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T20:20\",\"SegFlightNumber\":\"UK-776\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T17:35\",\"TripIndicator\":\"\",\"Baggage\":\"1  Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:35\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:29','2022-01-25 12:00:29',0,0),(7,10382,35,'I5-552','AirAsia India','2022-02-24 07:40:00','cefc3-932ee-759f6-a5f9e',3632.4,0,3632.4,3868.4,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"I5-552\",\"SegFlightNumberArr\":\"I5-552, I5-482\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2022-02-24T07:40\",\"LocalFromTime\":\"2022-02-24 07:40\",\"FromUTCTime\":\"2022-02-24T07:40\",\"LocalToTime\":\"2022-02-24 22:15\",\"ToUTCTime\":\"2022-02-24T22:15\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":595,\"LAYOVERDuration\":\"9h 55m\",\"FlyingMinutes\":875,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"14h 35m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.4,\"PublishedFareTxt\":\"3,632\",\"ApiResultIndex\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2276,\"Tax\":1120.4,\"YQTax\":0,\"OtherCharges\":969,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3396.4,\"PublishedFare\":3632.4,\"PublishedFareAgent\":3632.4,\"OfferedFareAgent\":3632.4,\"OfferedFare\":3396.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"ApiResultIndex\":\"22-4813680172_0CCUDELI5552DELBOMI5482_23466854070069218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1120.4,\"TotalBaseFare\":3396.4,\"BaseFareCal\":3432.4,\"BaseFare\":2276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":116,\"MFT\":5.4,\"OT\":969,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3632.4,\"CostToCustomer\":3632.4,\"BaseFareCal\":3432.4,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3432.4,\"intOfferedFare\":3396.4,\"intPublishFare\":3396.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-02-24T10:05\",\"SegFlightNumber\":\"I5-552\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":595,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"9h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T22:15\",\"SegFlightNumber\":\"I5-482\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-24T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:29','2022-01-25 12:00:29',0,0),(8,10382,35,'I5-588','AirAsia India','2022-02-24 13:30:00','cefc3-932ee-759f6-a5f9e',3632.4,0,3632.4,3868.4,200,36,11551,'amit@reisentours.com','AMIT','9810227237','{\"FlightNumber\":\"I5-588\",\"SegFlightNumberArr\":\"I5-588, I5-1561\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"13:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2022-02-24T13:30\",\"LocalFromTime\":\"2022-02-24 13:30\",\"FromUTCTime\":\"2022-02-24T13:30\",\"LocalToTime\":\"2022-02-24 20:35\",\"ToUTCTime\":\"2022-02-24T20:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":155,\"LAYOVERDuration\":\"2h 35m\",\"FlyingMinutes\":425,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"7h 5m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3632.4,\"PublishedFareTxt\":\"3,632\",\"ApiResultIndex\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2276,\"Tax\":1120.4,\"YQTax\":0,\"OtherCharges\":969,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":116,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3396.4,\"PublishedFare\":3632.4,\"PublishedFareAgent\":3632.4,\"OfferedFareAgent\":3632.4,\"OfferedFare\":3396.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"ApiResultIndex\":\"22-4813680172_2CCUBLRI5588BLRBOMI51561_23466854070083249\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1120.4,\"TotalBaseFare\":3396.4,\"BaseFareCal\":3432.4,\"BaseFare\":2276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":116,\"MFT\":5.4,\"OT\":969,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3632.4,\"CostToCustomer\":3632.4,\"BaseFareCal\":3432.4,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3432.4,\"intOfferedFare\":3396.4,\"intPublishFare\":3396.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.4,\"CostToAgent\":3632.4,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-02-24T16:15\",\"SegFlightNumber\":\"I5-588\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":155,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"2h 35m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T20:35\",\"SegFlightNumber\":\"I5-1561\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-02-24T18:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:50\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-01-25 12:00:29','2022-01-25 12:00:29',0,0);
/*!40000 ALTER TABLE `tb_shared_proposal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_contactus_address`
--

DROP TABLE IF EXISTS `tb_tbb2c_contactus_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_contactus_address` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `address` varchar(255) DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  PRIMARY KEY (`DesSysId`),
  UNIQUE KEY `DesSysId` (`DesSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_contactus_address`
--

LOCK TABLES `tb_tbb2c_contactus_address` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_tbb2c_destinations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_destinations` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `ContinentId` int DEFAULT NULL,
  `sightseeingIds` varchar(256) DEFAULT NULL,
  `description` text,
  `otherDescription` text,
  `regionDescription` varchar(1000) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `similarDestinations` varchar(256) DEFAULT NULL,
  `FAQ` text,
  `whyUseUs` text,
  `topTravelBlog` text,
  `popularPackages` varchar(256) DEFAULT NULL,
  `seotitle` varchar(256) DEFAULT NULL,
  `destinationImage` varchar(256) DEFAULT NULL,
  `DesId` int DEFAULT NULL,
  `IsFeatured` int DEFAULT NULL,
  `DisplayOnFooter` tinyint(1) DEFAULT NULL,
  `DisplayIndex` smallint DEFAULT NULL,
  `Title` varchar(450) DEFAULT NULL,
  `region_id` bigint DEFAULT NULL,
  `stateId` int DEFAULT NULL,
  `Activities` varchar(200) DEFAULT NULL,
  `Tours` int DEFAULT NULL,
  `Hotels` int DEFAULT NULL,
  `DetailText` text,
  `Image` varchar(765) DEFAULT NULL,
  `Bannerimg` varchar(765) DEFAULT NULL,
  `Countries` text,
  `CountryIds` varchar(765) DEFAULT NULL,
  `DestDescription` text,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `CreatedBy` bigint DEFAULT NULL,
  `UpdatedBy` bigint DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsActive` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  `packageListTitle` varchar(500) DEFAULT NULL,
  `packageListKeyword` varchar(500) DEFAULT NULL,
  `packageListDescription` varchar(500) DEFAULT NULL,
  `destinationTitle` varchar(500) DEFAULT NULL,
  `destinationKeyword` varchar(500) DEFAULT NULL,
  `destinationDescription` varchar(500) DEFAULT NULL,
  `package_list_header` varchar(2000) DEFAULT NULL,
  `package_list_footer` varchar(2000) DEFAULT NULL,
  `destination_header` varchar(2000) DEFAULT NULL,
  `destination_footer` varchar(2000) DEFAULT NULL,
  `DisplayOnHeader` tinyint(1) NOT NULL DEFAULT '0',
  `exploreHomeDestination` int DEFAULT '0',
  `Keyword` varchar(250) DEFAULT NULL,
  `Metatag` varchar(250) DEFAULT NULL,
  `seoHcontent` text,
  `seoFcontent` text,
  `heading1` text,
  `heading2` text,
  `destIcon` varchar(256) DEFAULT NULL,
  `displayOnActivity` int NOT NULL DEFAULT '1',
  PRIMARY KEY (`DesSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=388 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tb_tbb2c_destinations` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_destinations` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_destinations` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28058,NULL,NULL,NULL,'Udaipur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34288,NULL,NULL,NULL,'Trivandrum',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(3,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,27156,1,NULL,NULL,'Thekkady',0,NULL,NULL,3,NULL,NULL,'3_1675158654.jpg','3_1675158654.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34557,NULL,NULL,NULL,'Tawang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,'Shimla',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25073,NULL,NULL,NULL,'Shillong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32511,NULL,NULL,NULL,'Port Blair',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34567,NULL,NULL,NULL,'Neil Island',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(9,NULL,NULL,'Explore the best of Kerala - Book Kerala Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18697,1,NULL,NULL,'Munnar',3,NULL,NULL,3,NULL,NULL,'9_1675152707.jpg','9_1675152707.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'Munnar Kerala, Kerala holiday tour packages, Kerala vacation, Munnar tour, best places to visit in Kerala, Kerala holiday tour packages, Kerala Tour Packages, Holiday Tour Packages for Kerala','Tour Packages for Munnar, Kerala','','',NULL,NULL,NULL,1),(10,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,16593,1,NULL,NULL,'Manali',4,NULL,NULL,3,NULL,NULL,'10_1675152191.jpg','10_1675152191.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14578,NULL,NULL,NULL,'Kumarakom',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(12,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14570,NULL,NULL,NULL,'Kullu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(13,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34441,NULL,NULL,NULL,'Kufri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(14,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14455,NULL,NULL,NULL,'Kovalam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(15,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14275,NULL,NULL,NULL,'Kochi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(16,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,13741,1,NULL,NULL,'Kaziranga National Park',4,NULL,NULL,3,NULL,NULL,'16_1683957108.jpg','16_1683957108.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(17,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13520,NULL,NULL,NULL,'Kanyakumari',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(18,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,12995,1,NULL,NULL,'Jaipur',4,NULL,NULL,1,NULL,NULL,'18_1675149815.jpg','18_1622180317.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(19,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11658,0,NULL,NULL,'Havelock Island',1,NULL,NULL,2,NULL,NULL,'19_1675149459.jpg','19_1669097704.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(20,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11240,1,NULL,NULL,'Guwahati',2,NULL,NULL,4,NULL,NULL,'20_1683958186.jpg','20_1683958186.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(21,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7934,NULL,NULL,NULL,'Dirang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(22,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7701,0,NULL,NULL,'Delhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(23,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5765,NULL,NULL,NULL,'Chandigarh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(24,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34561,NULL,NULL,NULL,'Bomdila',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(25,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34462,NULL,NULL,NULL,'Bhalukpong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(26,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,266,1,0,NULL,'Agra',0,NULL,NULL,10,NULL,NULL,'26_1675146839.jpg','26_1675146839.jpg','India','101',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(27,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37443,NULL,NULL,NULL,'Kyiv',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2021-08-17 11:24:43','2021-08-17 11:24:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(28,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25924,NULL,NULL,NULL,'St. Petersburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russian Federation','181',NULL,'2021-08-17 11:24:43','2021-08-17 11:24:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(29,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19932,NULL,NULL,NULL,'Odessa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ukraine','227',NULL,'2021-08-17 11:24:43','2021-08-17 11:24:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(30,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18488,NULL,NULL,NULL,'Moscow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Russian Federation','181',NULL,'2021-08-17 11:24:43','2021-08-17 11:24:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(31,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37907,NULL,NULL,NULL,'Chakrata',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(32,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37069,NULL,NULL,NULL,'Mawlynnong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(33,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36513,NULL,NULL,NULL,'Dawki',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(34,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36491,NULL,NULL,NULL,'Mawsynram',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(35,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36425,NULL,NULL,NULL,'York',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(36,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,30548,1,NULL,NULL,'Zurich',9,NULL,NULL,4,NULL,NULL,'36_1684481489.jpg','36_1684481489.jpg','Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(37,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30417,NULL,NULL,NULL,'Zaragoza',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(38,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29388,NULL,NULL,NULL,'Wattens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(39,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34021,NULL,NULL,NULL,'Warwick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28729,NULL,NULL,NULL,'Vienna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(41,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28449,NULL,NULL,NULL,'Varanasi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(42,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28359,NULL,NULL,NULL,'Valencia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(43,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35524,NULL,NULL,NULL,'Turtuk',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(44,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35292,NULL,NULL,NULL,'Tso moriri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(45,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27116,NULL,NULL,NULL,'Tezpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(46,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26114,NULL,NULL,NULL,'Stirling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(47,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35502,NULL,NULL,NULL,'Srinagar UT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(48,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25897,NULL,NULL,NULL,'Srinagar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(49,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,25651,1,NULL,NULL,'Sonmarg',4,NULL,NULL,3,NULL,NULL,'49_1674816773.jpg','49_1674816773.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(50,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35409,NULL,NULL,NULL,'Somnath',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(51,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25504,NULL,NULL,NULL,'Snowdonia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(52,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,25278,1,NULL,NULL,'Singapore',7,NULL,NULL,2,NULL,NULL,'52_1675159024.jpg','52_1675159024.jpg','Singapore','190',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(53,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25075,NULL,NULL,NULL,'Shilong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'China','46',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(54,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35295,NULL,NULL,NULL,'Sham Valley',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(55,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34461,NULL,NULL,NULL,'Sarchu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(56,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35528,NULL,NULL,NULL,'Salzburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(57,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24007,NULL,NULL,NULL,'Salisbury',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(58,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,23018,NULL,NULL,NULL,'Rishikesh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(59,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22593,NULL,NULL,NULL,'Ranthambore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(60,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22582,NULL,NULL,NULL,'Ranikhet',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(61,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34379,NULL,NULL,NULL,'Pokhran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(62,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,21687,1,NULL,NULL,'Pokhara',0,NULL,NULL,3,NULL,NULL,'62_1675157160.jpg','62_1675157160.jpg','Nepal','153',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(63,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21061,NULL,NULL,NULL,'Pembroke',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(64,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,20925,1,NULL,NULL,'Pattaya',0,NULL,NULL,3,NULL,NULL,'64_1675156798.jpg','64_1675156798.jpg','Thailand','215',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(65,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,20822,1,NULL,NULL,'Paris',9,NULL,NULL,2,NULL,NULL,'65_1675156634.jpg','65_1675156634.jpg','France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(66,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35281,NULL,NULL,NULL,'Pangong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(67,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20685,NULL,NULL,NULL,'Pamplona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(68,NULL,NULL,'Explore Jammu and Kashmir - Book Tour Packages for Pahalgam with Reisen Tours. Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,20566,1,NULL,NULL,'Pahalgam',4,NULL,NULL,2,NULL,NULL,'68_1675156435.jpg','68_1674813863.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Tour Packages for Pahalgam, jammu and kashmir tour packages , Tour Packages for jammu kashmir tour package, jammu and kashmir honeymoon packages, kashmir tour packages, gulmarg tour packages, kashmir tour package for family, kashmir holiday packages','Tour Packages for Pahalgam, Jammu and Kashmir','','',NULL,NULL,NULL,1),(69,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20496,NULL,NULL,NULL,'Oxford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(70,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20236,NULL,NULL,NULL,'Orient',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(71,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19797,NULL,NULL,NULL,'Nuwara Eliya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(72,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35282,NULL,NULL,NULL,'Nubra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(73,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19391,NULL,NULL,NULL,'Nice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(74,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18892,1,NULL,NULL,'Nainital',0,NULL,NULL,3,NULL,NULL,'74_1675153382.jpg','74_1675153382.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(75,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18869,NULL,NULL,NULL,'Nagarkot',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(76,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18776,1,NULL,NULL,'Mussoorie',4,NULL,NULL,10,NULL,NULL,'76_1675153118.jpg','76_1675153118.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(77,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18551,NULL,NULL,NULL,'Mount Abu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(78,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18308,1,1,NULL,'Montreux',0,NULL,NULL,2,NULL,NULL,'78_1677829010.jpg','78_1677829010.jpg','Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(79,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18014,1,NULL,NULL,'Monaco',0,NULL,NULL,3,NULL,NULL,'79_1675152530.jpg','79_1675152530.jpg','Monaco','145',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(80,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18013,NULL,NULL,NULL,'Monaco',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(81,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16946,NULL,NULL,NULL,'Marseille',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(82,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16480,NULL,NULL,NULL,'Malaga',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(83,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16314,NULL,NULL,NULL,'Madrid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(84,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34642,NULL,NULL,NULL,'Lugano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(85,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16028,NULL,NULL,NULL,'Lucknow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(86,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16022,NULL,NULL,NULL,'Lucerne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(87,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15952,NULL,NULL,NULL,'Lourdes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(88,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35251,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(89,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15836,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(90,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,15229,1,NULL,NULL,'Leh',0,NULL,NULL,3,NULL,NULL,'90_1675151728.jpg','90_1675151728.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(91,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35391,NULL,NULL,NULL,'Lamayuru',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(92,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31555,NULL,NULL,NULL,'Lake District',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(93,NULL,NULL,'Explore Enchanting Ladakh – Book Mesmerizing Ladakh Holiday Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,34296,1,NULL,NULL,'Ladakh',4,NULL,NULL,3,NULL,NULL,'93_1675151480.jpg','93_1674808467.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Best Ladakh holiday tour packages, Ladakh Tour Packages, Book Ladakh tour packages, Ladakh holiday packages with hotels, Tour Packages, Holiday Packages, ladakh road trip, leh ladakh bike tour packages','Best Ladakh Holiday Tour Packages','','',NULL,NULL,NULL,1),(94,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31462,NULL,NULL,NULL,'La Rochelle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(95,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34484,NULL,NULL,NULL,'Khajjiar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(96,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13683,NULL,NULL,NULL,'Katra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(97,NULL,NULL,'Explore Kathmandu, Nepal – Book Kathmandu Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,13672,1,NULL,NULL,'Kathmandu',13,NULL,NULL,10,NULL,NULL,'97_1675150719.jpg','97_1675150719.jpg','Nepal','153',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Tour packages for Kathmandu, Kathmandu tour packages from india,Things to do in Nepal, Kathmandu holiday packages, kathmandu nepal tour, nepal tour package for couple, nepal tour package for family, nepal tour package from delhi','Tour Packages for Kathmandu','','',NULL,NULL,NULL,1),(98,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13569,NULL,NULL,NULL,'Kargil',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(99,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13493,NULL,NULL,NULL,'Kandy',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(100,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13184,NULL,NULL,NULL,'Jodhpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(101,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,35366,1,NULL,NULL,'Jispa',4,NULL,NULL,5,NULL,NULL,'101_1680688934.jpg','101_1680688934.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(102,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,12996,1,NULL,NULL,'Jaisalmer',0,NULL,NULL,3,NULL,NULL,'102_1675150541.jpg','102_1675150541.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12756,NULL,NULL,NULL,'Interlaken',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(104,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,12747,1,NULL,NULL,'Innsbruck',5,NULL,NULL,4,NULL,NULL,'104_1683959080.jpg','104_1683959080.jpg','Austria','14',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(105,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11273,NULL,NULL,NULL,'Habarana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(106,NULL,NULL,'Explore Kashmir - Book Gulmarg Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11197,1,NULL,NULL,'Gulmarg',4,NULL,NULL,10,NULL,NULL,'106_1669096361.jpg','106_1669096361.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'jammu and kashmir tour packages , gulmarg tour packages, jammu and kashmir honeymoon packages, kashmir tour packages, cheapest tour packages for kashmir, kashmir tour package for family, kashmir holiday packages','Gulmarg Tour Packages','','',NULL,NULL,NULL,1),(107,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10810,NULL,NULL,NULL,'Granada',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(108,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10494,NULL,NULL,NULL,'Glasgow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(109,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10276,NULL,NULL,NULL,'Geneva',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(110,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,10106,1,NULL,NULL,'Gangtok',2,NULL,NULL,4,NULL,NULL,'110_1683876454.jpg','110_1683876454.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(111,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8778,NULL,NULL,NULL,'Engelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(112,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8520,NULL,NULL,NULL,'Edinburgh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(113,NULL,NULL,'Book your Dwarka tour packages with Reisen Tours at best price',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,34523,1,NULL,NULL,'Dwarka',10,NULL,NULL,4,NULL,NULL,'113_1684563679.jpg',NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Dwarka tour packages, Dwarka Temple Tour, Book Dwarka holiday packages','Book Dwarka Tour Packages','','',NULL,NULL,NULL,1),(114,NULL,NULL,'Explore Dubai – Book Tour Packages for Dubai from India with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,8219,1,NULL,NULL,'Dubai',13,NULL,NULL,10,NULL,NULL,'114_1675147390.jpg','114_1671174342.jpg','United Arab Emirates','228',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'dubai tour packages from india, best time to visit Dubai, places to visit in Dubai, Dubai holiday packages, dubai marina dhow cruise, desert safari dubai, dubai packages from delhi, international tour packages, international tour packages for family','Book Tour Packages for Dubai From India','','',NULL,NULL,NULL,1),(115,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35410,NULL,NULL,NULL,'Dhordo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(116,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,7824,1,NULL,NULL,'Dharamshala',4,NULL,NULL,4,NULL,NULL,'116_1683874838.jpg','116_1683874838.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(117,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,7556,1,NULL,NULL,'Darjeeling',2,NULL,NULL,4,NULL,NULL,'117_1683874630.jpg','117_1683874630.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(118,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7506,NULL,NULL,NULL,'Dambulla',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(119,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,7478,1,NULL,NULL,'Dalhousie',4,NULL,NULL,5,NULL,NULL,'119_1683872912.jpg','119_1683872912.jpg','India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6917,NULL,NULL,NULL,'Corbett',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(121,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,6689,1,NULL,NULL,'Colombo',7,NULL,NULL,4,NULL,NULL,'121_1683874299.jpg','121_1683874299.jpg','Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(122,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6675,NULL,NULL,NULL,'Colmar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(123,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6561,NULL,NULL,NULL,'Cochin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(124,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6042,NULL,NULL,NULL,'Chester',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(125,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34563,NULL,NULL,NULL,'Cherrapunji',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(126,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5735,NULL,NULL,NULL,'Chamonix',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(127,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5145,NULL,NULL,NULL,'Cardiff',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5005,NULL,NULL,NULL,'Cannes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(129,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4662,NULL,NULL,NULL,'Caernarfon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(130,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30598,NULL,NULL,NULL,'Bordeaux',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(131,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3517,NULL,NULL,NULL,'Bodhgaya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(132,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3213,NULL,NULL,NULL,'Bilbao',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(133,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3209,NULL,NULL,NULL,'Bikaner',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3153,NULL,NULL,NULL,'Biarritz',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(135,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2949,0,NULL,NULL,'Bentota',7,NULL,NULL,4,NULL,NULL,'135_1683873567.jpg','135_1683873567.jpg','Sri Lanka','200',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(136,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2532,NULL,NULL,NULL,'Bath',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(137,NULL,NULL,'Explore Barcelona – Book Barcelona Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2352,1,1,NULL,'Barcelona',0,NULL,NULL,3,NULL,NULL,'137_1674564815.jpg','137_1674564815.jpg','Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'spain tour packages, spain trip cost, spain travel packages, spain trip cost from india, barcelona trip, international travel, holiday packages, Book Europe tour packages','Book Tour Packages for Barcelona','','',NULL,NULL,NULL,1),(138,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2266,NULL,NULL,NULL,'Bangkok',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thailand','215',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(139,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1860,NULL,NULL,NULL,'Avignon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(140,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1270,NULL,NULL,NULL,'Aranjuez',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Spain','199',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(141,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,650,NULL,NULL,NULL,'Allahabad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(142,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,296,NULL,NULL,NULL,'Ahmedabad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14438,NULL,NULL,NULL,'Kottayam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-01-24 14:36:10','2022-01-24 14:36:10',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(144,NULL,NULL,'Book tour packages for Alleppey at best price.',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,670,1,NULL,NULL,'Alleppey',3,NULL,NULL,10,NULL,NULL,'144_1675145981.jpg','144_1675145981.jpg','India','101',NULL,'2022-01-24 14:36:10','2022-01-24 14:36:10',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Alleppey tour packages, Holiday packages for Alleppey, Kerala tour packages','Tour Packages For Alleppey','>script>Tour Packages For Alleppey</script>','',NULL,NULL,NULL,1),(145,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,98584,NULL,NULL,NULL,'AGRA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-11-10 12:24:23','2022-11-10 12:24:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(146,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,71771,1,NULL,NULL,'ANDAMAN AND NICOBAR ISLANDS',0,NULL,NULL,3,NULL,NULL,'146_1675146401.jpg','146_1675146401.jpg','India','101',NULL,'2022-11-10 12:24:23','2022-11-10 12:24:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34517,NULL,NULL,NULL,'Somnath',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-11-10 12:24:23','2022-11-10 12:24:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(148,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35570,NULL,NULL,NULL,'Ayodhya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-11-10 12:24:23','2022-11-10 12:24:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(149,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,24283,1,NULL,NULL,'Sapa',0,NULL,NULL,3,NULL,NULL,'149_1675158860.jpg','149_1675158860.jpg','Vietnam','236',NULL,'2022-11-14 15:43:37','2022-11-14 15:43:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(150,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11487,0,NULL,NULL,'Hanoi',7,NULL,NULL,10,NULL,NULL,'150_1675149172.jpg','150_1674565128.jpg','Vietnam','236',NULL,'2022-11-14 15:43:37','2022-11-14 15:43:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(151,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11405,1,NULL,NULL,'Halong',7,NULL,NULL,10,NULL,NULL,'151_1675148823.jpg','151_1674564972.jpg','Vietnam','236',NULL,'2022-11-14 15:43:37','2022-11-14 15:43:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(152,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,35626,1,NULL,NULL,'Gabala',5,NULL,NULL,10,NULL,NULL,'152_1675148231.jpg','152_1675148231.jpg','Azerbaijan','15',NULL,'2022-11-15 15:05:08','2022-11-15 15:05:08',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(153,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2099,1,NULL,NULL,'Baku',5,NULL,NULL,10,NULL,NULL,'153_1675147229.jpg','153_1675147229.jpg','Azerbaijan','15',NULL,'2022-11-15 15:05:08','2022-11-15 15:05:08',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(154,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,26873,1,NULL,NULL,'Tashkent',0,NULL,NULL,3,NULL,NULL,'154_1675159221.jpg','154_1675159221.jpg','Uzbekistan','232',NULL,'2022-11-25 10:46:11','2022-11-25 10:46:11',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(155,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35760,NULL,NULL,NULL,'Nusa Dua',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2022-11-25 11:30:03','2022-11-25 11:30:03',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(156,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28053,NULL,NULL,NULL,'Ubud',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2022-11-25 11:30:03','2022-11-25 11:30:03',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(157,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14633,NULL,NULL,NULL,'Kuta',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2022-11-25 11:30:04','2022-11-25 11:30:04',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14107,NULL,NULL,NULL,'Kintamani',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2022-11-25 11:30:04','2022-11-25 11:30:04',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(159,NULL,NULL,'Book Bali Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2136,1,1,NULL,'Bali',0,NULL,NULL,2,NULL,NULL,'159_1674564006.jpg','159_1674563947.jpg','Indonesia','102',NULL,'2022-11-25 11:30:04','2022-11-25 11:30:04',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'indonesia tour, indonesia tour packages, bali tour, bali packages, bali honeymoon package, bali tour package, bali holiday packages, bali trip cost from india, trip to bali from india, bali tour package from india','Book Tour Packages for Bali','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"TouristAttraction\",\r\n  \"name\": \"Bali For Kids And Families Tour Package\",\r\n  \"description\": \"Explore the family-friendly attractions and activities in Bali with our special tour package designed for kids and families.\",\r\n  \"image\": \"https://ibb.co/tQwX2y7\",\r\n  \"url\": \"https://www.reisentours.com/detail/tour-package-for-indonesia-indonesia/bali-for-kids-and-families-131-1-50912-1-0.html\",\r\n  \"offers\": {\r\n    \"@type\": \"Offer\",\r\n    \"price\": \"29,039\",\r\n    \"priceCurrency\": \"INR\",\r\n    \"availability\": \"http://schema.org/InStock\",\r\n    \"validFrom\": \"2023-09-01\",\r\n    \"validThrough\": \"2023-12-31\"\r\n  },\r\n  \"touristType\": \"http://schema.org/Family\",\r\n  \"touristSeason\": \"Year-round\",\r\n  \"touristDestination\": \"Bali, Indonesia\",\r\n  \"provider\": {\r\n    \"@type\": \"Travel Agency\",\r\n    \"name\": \"Reisen Tours\",\r\n    \"url\": \"https://www.reisentours.com/\",\r\n    \"sameAs\": [\r\n      \"https://www.facebook.com/reisentoursind/\",\r\n      \"https://www.instagram.com/reisentours232/\"\r\n    ]\r\n  }\r\n}\r\n</script>','',NULL,NULL,NULL,1),(160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7835,NULL,NULL,NULL,'Dhulikhel',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2022-11-28 13:40:05','2022-11-28 13:40:05',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(161,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36977,NULL,NULL,NULL,'Marari',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(162,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26421,NULL,NULL,NULL,'Sunway Lagoon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malaysia','132',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24061,NULL,NULL,NULL,'Samarkand',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(164,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,30568,1,NULL,NULL,'Kuala Lumpur',0,NULL,NULL,3,NULL,NULL,'164_1675151314.jpg','164_1675151314.jpg','Malaysia','132',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(165,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10289,NULL,NULL,NULL,'Genting Highlands',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Malaysia','132',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(166,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35495,NULL,NULL,NULL,'Charvak',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Uzbekistan','232',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(167,NULL,NULL,'Explore Malaysia – Book Cameron Highlands Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,4865,1,1,NULL,'Cameron Highlands',0,NULL,NULL,2,NULL,NULL,'167_1674564329.jpg','167_1674564329.jpg','Malaysia','132',NULL,'2022-12-02 16:17:24','2022-12-02 16:17:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'Book Tour Packages for Cameron Highlands, malaysia tour package, malaysia honeymoon package, malaysia trip, malaysia package, malaysia travel package, malaysia package, international tour packages, international honeymoon packages, low cost holidays','Book Tour Packages for Cameron Highlands','','',NULL,NULL,NULL,1),(168,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,74406,NULL,NULL,NULL,'AGRA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-12-10 13:35:37','2022-12-10 13:35:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(169,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,69426,NULL,NULL,NULL,'BALI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2022-12-10 13:35:37','2022-12-10 13:35:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(170,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,41886,NULL,NULL,NULL,'LUCKNOW',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2022-12-10 13:35:37','2022-12-10 13:35:37',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(171,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,30251,1,NULL,NULL,'Yerevan',5,NULL,NULL,2,NULL,NULL,'171_1675160114.jpg','171_1675160114.jpg','Armenia','11',NULL,'2022-12-15 18:46:49','2022-12-15 18:46:49',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(172,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27852,NULL,NULL,NULL,'Tsaghkadzor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Armenia','11',NULL,'2022-12-15 18:46:49','2022-12-15 18:46:49',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,39236,NULL,NULL,NULL,'Kakheti',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Georgia','82',NULL,'2022-12-16 12:08:57','2022-12-16 12:08:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(174,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35805,NULL,NULL,NULL,'Signagi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Georgia','82',NULL,'2022-12-16 12:08:57','2022-12-16 12:08:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(175,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,26928,1,NULL,NULL,'Tbilisi',5,NULL,NULL,2,NULL,NULL,'175_1671173419.jpg','175_1671173419.jpg','Georgia','82',NULL,'2022-12-16 12:08:57','2022-12-16 12:08:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(176,NULL,NULL,'Explore Odisha - Book Odisha Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,22260,1,NULL,NULL,'Puri',0,NULL,NULL,3,NULL,NULL,'176_1674820445.jpg','176_1674820445.jpg','India','101',NULL,'2022-12-23 13:54:49','2022-12-23 13:54:49',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'Odisha tour packages, puri tour package, Book tour packages for Odisha, orissa tour package, odisha family tour packages, puri tours, Odisha Tour','Puri Tour Packages','','',NULL,NULL,NULL,1),(177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3141,NULL,NULL,NULL,'Bhubaneswar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-23 13:54:49','2022-12-23 13:54:49',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(178,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34291,NULL,NULL,NULL,'Konark',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-12-27 17:54:21','2022-12-27 17:54:21',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(179,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25180,NULL,NULL,NULL,'Siem Reap',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Cambodia','37',NULL,'2023-01-09 13:59:43','2023-01-09 13:59:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(180,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21313,NULL,NULL,NULL,'Phnom Penh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Cambodia','37',NULL,'2023-01-09 13:59:43','2023-01-09 13:59:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(181,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,85133,1,NULL,NULL,'TE PUIA',0,NULL,NULL,3,NULL,NULL,'181_1675158394.jpg','181_1675158394.jpg','New Zealand','157',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(182,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,85072,1,NULL,NULL,'WAITOMO CAVES',0,NULL,NULL,3,NULL,NULL,'182_1675159613.jpg','182_1675159613.jpg','New Zealand','157',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(183,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,23350,1,NULL,NULL,'Rotorua',0,NULL,NULL,3,NULL,NULL,'183_1675157850.jpg','183_1675157796.jpg','New Zealand','157',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(184,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,21319,1,NULL,NULL,'Phuket',0,NULL,NULL,3,NULL,NULL,'184_1675156993.jpg','184_1675156993.jpg','Thailand','215',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(185,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,14466,1,NULL,NULL,'Krabi',0,NULL,NULL,3,NULL,NULL,'185_1675150901.jpg','185_1675150901.jpg','Thailand','215',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(186,NULL,NULL,'Explore Auckland – Book Auckland Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1751,1,1,NULL,'Auckland',0,NULL,NULL,2,NULL,NULL,'186_1675146123.jpg','186_1674563628.jpg','New Zealand','157',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'Tour packages for Auckland, New Zealand vacation, Auckland tour, Book Auckland holiday packages, New Zealand holiday packages, best places to visit in new Zealand, new zealand tourist attractions','Book Tour Packages for Auckland','','',NULL,NULL,NULL,1),(187,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,72128,1,NULL,NULL,'NUBRA VALLEY',0,NULL,NULL,3,NULL,NULL,'187_1675153640.jpg','187_1675153640.jpg','India','101',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(188,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,40948,NULL,NULL,NULL,'QUEENSTOWN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(189,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,35426,1,NULL,NULL,'Wellington',0,NULL,NULL,3,NULL,NULL,'189_1675159963.jpg','189_1675159963.jpg','New Zealand','157',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(190,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,22373,1,NULL,NULL,'Queenstown',0,NULL,NULL,3,NULL,NULL,'190_1675157482.jpg','190_1675157482.jpg','New Zealand','157',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(191,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,9774,1,NULL,NULL,'Franz Josef',0,NULL,NULL,3,NULL,NULL,'191_1675148008.jpg','191_1675148008.jpg','New Zealand','157',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(192,NULL,NULL,'Explore New Zealand – Book Christchurch Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,6244,1,1,NULL,'Christchurch',0,NULL,NULL,3,NULL,NULL,'192_1675147699.jpg','192_1674564525.jpg','New Zealand','157',NULL,'2023-01-21 13:21:23','2023-01-21 13:21:23',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'Tour packages for Christchurch, New Zealand vacation, Christchurch tour, Book Christchurch holiday packages, New Zealand holiday packages, best places to visit in new Zealand, new zealand tourist attractions, international tour packages','Book Tour Packages for Christchurch','','',NULL,NULL,NULL,1),(193,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12905,NULL,NULL,NULL,'Istanbul',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-01-31 18:42:26','2023-01-31 18:42:26',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5094,NULL,NULL,NULL,'Cappadocia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-01-31 18:42:26','2023-01-31 18:42:26',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(195,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71774,NULL,NULL,NULL,'RANTHAMBORE NATIONAL PARK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36347,NULL,NULL,NULL,'Kom Ombo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(197,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36152,NULL,NULL,NULL,'Edfu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22270,NULL,NULL,NULL,'Pushkar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(199,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19466,NULL,NULL,NULL,'Nile Cruise',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16153,NULL,NULL,NULL,'Luxor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4701,NULL,NULL,NULL,'Cairo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1664,NULL,NULL,NULL,'Aswan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(203,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,367,NULL,NULL,NULL,'Ajmer',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(204,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,46974,NULL,NULL,NULL,'DELHI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-02-23 18:28:01','2023-02-23 18:28:01',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(205,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,46928,NULL,NULL,NULL,'LUCKNOW',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-02-23 18:28:01','2023-02-23 18:28:01',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(206,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,45085,NULL,NULL,NULL,'COLOMBO',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Brazil','30',NULL,'2023-02-23 18:28:01','2023-02-23 18:28:01',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(207,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7477,NULL,NULL,NULL,'Dalhousie',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-02-23 18:28:01','2023-02-23 18:28:01',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,102102,NULL,NULL,NULL,'WELLINGTON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2023-02-24 11:52:07','2023-02-24 11:52:07',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13231,NULL,NULL,NULL,'Jordan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-02-24 11:52:07','2023-02-24 11:52:07',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6243,NULL,NULL,NULL,'Christchurch',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2023-02-24 11:52:07','2023-02-24 11:52:07',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,82648,NULL,NULL,NULL,'TROU D\'EAU DOUCE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mauritius','139',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,73025,NULL,NULL,NULL,'MENGWI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(213,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36243,NULL,NULL,NULL,'Curepipe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mauritius','139',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28111,NULL,NULL,NULL,'Uluwatu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17162,NULL,NULL,NULL,'Mauritius',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mauritius','139',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15976,NULL,NULL,NULL,'Lovina',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2808,NULL,NULL,NULL,'Belle Mare',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mauritius','139',NULL,'2023-03-27 11:32:26','2023-03-27 11:32:26',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(218,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2692,NULL,NULL,NULL,'Bedugul',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2023-03-27 11:32:26','2023-03-27 11:32:26',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,82475,NULL,NULL,NULL,'MEDHUFUSHI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Maldives','133',NULL,'2023-03-29 13:51:35','2023-03-29 13:51:35',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16505,NULL,NULL,NULL,'Maldives',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Maldives','133',NULL,'2023-03-29 13:51:35','2023-03-29 13:51:35',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,46882,NULL,NULL,NULL,'PARIS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24496,NULL,NULL,NULL,'Schaffhausen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18283,NULL,NULL,NULL,'Montmartre',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31634,NULL,NULL,NULL,'Lausanne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11078,NULL,NULL,NULL,'Gstaad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(226,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8582,NULL,NULL,NULL,'Eiffel Tower - Orsay Museum (7)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2023-04-05 17:15:39','2023-04-05 17:15:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(227,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71928,NULL,NULL,NULL,'MAHE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-04-07 13:36:14','2023-04-07 13:36:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24933,NULL,NULL,NULL,'Seychelles',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Seychelles','188',NULL,'2023-04-07 13:36:14','2023-04-07 13:36:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22038,NULL,NULL,NULL,'Praslin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Seychelles','188',NULL,'2023-04-07 13:36:14','2023-04-07 13:36:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16384,NULL,NULL,NULL,'Mahe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Seychelles','188',NULL,'2023-04-07 13:36:14','2023-04-07 13:36:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31307,NULL,NULL,NULL,'La Digue',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Seychelles','188',NULL,'2023-04-07 13:36:14','2023-04-07 13:36:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(232,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,44612,NULL,NULL,NULL,'WANGDUE PHODRANG',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bhutan','25',NULL,'2023-04-21 12:47:42','2023-04-21 12:47:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(233,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27176,NULL,NULL,NULL,'Thimphu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bhutan','25',NULL,'2023-04-21 12:47:42','2023-04-21 12:47:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35141,NULL,NULL,NULL,'Punakha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bhutan','25',NULL,'2023-04-21 12:47:42','2023-04-21 12:47:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20849,NULL,NULL,NULL,'Paro',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bhutan','25',NULL,'2023-04-21 12:47:42','2023-04-21 12:47:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10616,NULL,NULL,NULL,'Gold Coast',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2023-04-21 12:47:42','2023-04-21 12:47:42',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30178,NULL,NULL,NULL,'Yamunotri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:14','2023-05-01 13:47:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(238,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28264,NULL,NULL,NULL,'Uttarkashi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:14','2023-05-01 13:47:14',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34295,NULL,NULL,NULL,'Rudraprayag',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21043,NULL,NULL,NULL,'Pelling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(241,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18821,NULL,NULL,NULL,'Mysore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(242,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,13758,1,NULL,NULL,'Kedarnath',4,NULL,NULL,4,NULL,NULL,'242_1683957358.jpg','242_1683957358.jpg','India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(243,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11530,1,NULL,NULL,'Haridwar',4,NULL,NULL,4,NULL,NULL,'243_1683958557.jpg','243_1683958557.jpg','India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(244,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,34396,1,NULL,NULL,'Guptakashi',4,NULL,NULL,4,NULL,NULL,'244_1683957790.jpg','244_1683957790.jpg','India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(245,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,10105,1,NULL,NULL,'Gangotri',4,NULL,NULL,4,NULL,NULL,'245_1683875203.jpg','245_1683875203.jpg','India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(246,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6879,NULL,NULL,NULL,'Coorg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34474,NULL,NULL,NULL,'Barkot',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(248,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,2001,1,NULL,NULL,'Badrinath',4,NULL,NULL,4,NULL,NULL,'248_1683873185.jpg','248_1683873185.jpg','India','101',NULL,'2023-05-01 13:47:15','2023-05-01 13:47:15',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,84288,NULL,NULL,NULL,'ZURICH',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Netherlands','154',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(250,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,79321,NULL,NULL,NULL,'CAPPADOCIA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,47843,NULL,NULL,NULL,'MILAN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(252,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28260,NULL,NULL,NULL,'Utrecht',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Netherlands','154',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32390,NULL,NULL,NULL,'Padova',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17686,NULL,NULL,NULL,'Milan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(255,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,11878,1,NULL,NULL,'Heppenheim',9,NULL,NULL,4,NULL,NULL,'255_1683876966.jpg','255_1683876966.jpg','Germany','83',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(256,NULL,NULL,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1373,1,NULL,NULL,'Arezzo',9,NULL,NULL,3,NULL,NULL,'256_1683871352.jpg','256_1683871352.jpg','Italy','107',NULL,'2023-05-11 14:58:13','2023-05-11 14:58:13',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(257,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,108797,NULL,NULL,NULL,'Alkefjellet',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(258,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,108787,NULL,NULL,NULL,'Ytre Norskøya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Svalbard & Jan Mayen Islands','207',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,108782,NULL,NULL,NULL,'Ittoqqortoormiit',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greenland','87',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,108781,NULL,NULL,NULL,'Ny Ålesund',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71779,NULL,NULL,NULL,'SASAN GIR',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71011,NULL,NULL,NULL,'SVALBARD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,70379,NULL,NULL,NULL,'ITTOQQORTOORMIIT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greenland','87',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,42042,NULL,NULL,NULL,'NORWAY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,41117,NULL,NULL,NULL,'PICTON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(266,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2262,NULL,NULL,NULL,'Bengaluru',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37223,NULL,NULL,NULL,'Drake Passage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Antarctica','8',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29865,NULL,NULL,NULL,'Winnipeg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(269,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29412,NULL,NULL,NULL,'Wayanad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33966,NULL,NULL,NULL,'Vik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(271,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33965,NULL,NULL,NULL,'Vik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(272,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,28230,NULL,NULL,NULL,'Ushuaia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Argentina','10',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(273,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26487,NULL,NULL,NULL,'Svalbard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35408,NULL,NULL,NULL,'Sasangir',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22839,NULL,NULL,NULL,'Reykjavik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(276,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21359,NULL,NULL,NULL,'Picton',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'New Zealand','157',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21358,NULL,NULL,NULL,'Picton',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(278,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20161,NULL,NULL,NULL,'Ooty',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(279,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15875,NULL,NULL,NULL,'Longyearbyen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Norway','164',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14622,NULL,NULL,NULL,'Kusadasi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13501,NULL,NULL,NULL,'Kangerlussuaq',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greenland','87',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(282,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13345,NULL,NULL,NULL,'Kaikoura',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'New Zealand','157',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31137,NULL,NULL,NULL,'Iceland',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10450,NULL,NULL,NULL,'Gir National Park',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-15 16:27:25','2023-05-15 16:27:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6284,NULL,NULL,NULL,'Churchill',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Canada','39',NULL,'2023-05-15 16:27:25','2023-05-15 16:27:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,408,NULL,NULL,NULL,'Akureyri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Iceland','100',NULL,'2023-05-15 16:27:25','2023-05-15 16:27:25',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,99970,NULL,NULL,NULL,'DUBAI FESTIVAL CITY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'United Arab Emirates','228',NULL,'2023-05-16 17:22:56','2023-05-16 17:22:56',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,86802,NULL,NULL,NULL,'JORDAN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Philippines','173',NULL,'2023-05-16 17:22:56','2023-05-16 17:22:56',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(289,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35802,NULL,NULL,NULL,'Singapore Cruise',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Singapore','190',NULL,'2023-05-16 17:22:56','2023-05-16 17:22:56',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26205,NULL,NULL,NULL,'Strasbourg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2023-05-16 17:22:56','2023-05-16 17:22:56',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20687,NULL,NULL,NULL,'Pamukkale',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-05-16 17:22:56','2023-05-16 17:22:56',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18694,NULL,NULL,NULL,'Munich',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17345,NULL,NULL,NULL,'Meiringen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17267,NULL,NULL,NULL,'Mcleodganj',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15461,NULL,NULL,NULL,'Liechtenstein',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Liechtenstein','124',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34559,NULL,NULL,NULL,'Lachung',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9259,NULL,NULL,NULL,'Fatehpur Sikri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4527,NULL,NULL,NULL,'Bursa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1151,NULL,NULL,NULL,'Antalya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,974,NULL,NULL,NULL,'Amritsar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-16 17:22:57','2023-05-16 17:22:57',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,40979,NULL,NULL,NULL,'DENMARK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Australia','13',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27969,NULL,NULL,NULL,'Turkey',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19685,NULL,NULL,NULL,'Norway',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13230,NULL,NULL,NULL,'Jordan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35355,NULL,NULL,NULL,'Hong Kong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Hong Kong','503',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10913,NULL,NULL,NULL,'Greece',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4700,NULL,NULL,NULL,'Cairo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3985,NULL,NULL,NULL,'Brazil',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2778,NULL,NULL,NULL,'Belgium',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2051,NULL,NULL,NULL,'Bahrain',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bahrain','17',NULL,'2023-05-19 11:15:59','2023-05-19 11:15:59',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(311,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71686,NULL,NULL,NULL,'SIDHI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37394,NULL,NULL,NULL,'Madai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(313,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37115,NULL,NULL,NULL,'Satpura Range',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(314,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,36727,NULL,NULL,NULL,'Pachmarhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34549,NULL,NULL,NULL,'Sonamarg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25100,NULL,NULL,NULL,'Shirdi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22831,NULL,NULL,NULL,'Rewa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34487,NULL,NULL,NULL,'Rangat',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(319,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21077,NULL,NULL,NULL,'Pench',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20728,NULL,NULL,NULL,'Panna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(321,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,20526,NULL,NULL,NULL,'Pachmarhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(322,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19034,NULL,NULL,NULL,'Nashik',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34367,NULL,NULL,NULL,'Mayabunder',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16041,NULL,NULL,NULL,'Ludwigshafen',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(325,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34548,NULL,NULL,NULL,'Kurukshetra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(326,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,35393,NULL,NULL,NULL,'Khardongla',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(327,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13508,NULL,NULL,NULL,'Kanha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(328,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13211,NULL,NULL,NULL,'Jomsom',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nepal','153',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(329,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12971,NULL,NULL,NULL,'Jabalpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34491,NULL,NULL,NULL,'Diglipur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(331,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34297,NULL,NULL,NULL,'Chitrakoot',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(332,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4304,NULL,NULL,NULL,'Brussels',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(333,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3139,NULL,NULL,NULL,'Bhopal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(334,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34486,NULL,NULL,NULL,'Baratang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(335,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2249,NULL,NULL,NULL,'Bandhavgarh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(336,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1790,NULL,NULL,NULL,'Aurangabad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34386,NULL,NULL,NULL,'Amarkantak',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,109265,NULL,NULL,NULL,'Zurich',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2023-06-10 17:38:17','2023-06-10 17:38:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(339,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37158,NULL,NULL,NULL,'Tsomoriri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-06-10 17:38:17','2023-06-10 17:38:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37010,NULL,NULL,NULL,'South Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-06-10 17:38:17','2023-06-10 17:38:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(341,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,37009,NULL,NULL,NULL,'North Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-06-10 17:38:17','2023-06-10 17:38:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10576,NULL,NULL,NULL,'Goa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-06-10 17:38:17','2023-06-10 17:38:17',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,109303,NULL,NULL,NULL,'Cappadocia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(344,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8430,NULL,NULL,NULL,'Port Elizabeth',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,89905,NULL,NULL,NULL,'WELLINGTON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(346,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,69368,NULL,NULL,NULL,'HERAKLION',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(347,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,51295,NULL,NULL,NULL,'NEW CAIRO',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,43668,NULL,NULL,NULL,'QOBUSTAN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Azerbaijan','15',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,29751,NULL,NULL,NULL,'Wilderness',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,33898,NULL,NULL,NULL,'Usa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(351,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27427,NULL,NULL,NULL,'Tokyo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(352,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,26381,NULL,NULL,NULL,'Sun City',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(353,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24264,NULL,NULL,NULL,'Santorini',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(354,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21591,NULL,NULL,NULL,'Plettenberg Bay',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,32378,NULL,NULL,NULL,'Osaka',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(356,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18996,NULL,NULL,NULL,'Nara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(357,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18804,NULL,NULL,NULL,'Mykonos',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16375,NULL,NULL,NULL,'Mahabaleshwar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(359,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14674,NULL,NULL,NULL,'Kyoto',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14261,NULL,NULL,NULL,'Knysna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(361,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13434,NULL,NULL,NULL,'Kamakura',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13189,NULL,NULL,NULL,'Johannesburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(363,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12496,NULL,NULL,NULL,'Hurghada',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Egypt','65',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11911,NULL,NULL,NULL,'Hermanus',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11358,NULL,NULL,NULL,'Hakone',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Japan','110',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5069,NULL,NULL,NULL,'Cape Town',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'South Africa','195',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1681,NULL,NULL,NULL,'Athens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(368,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1680,NULL,NULL,NULL,'Athens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Greece','86',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13146,NULL,NULL,NULL,'Jim Corbett National Park',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-07-24 11:10:18','2023-07-24 11:10:18',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(370,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27345,NULL,NULL,NULL,'Tirana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,25410,NULL,NULL,NULL,'Skopje',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Macedonia','129',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24302,NULL,NULL,NULL,'Saranda',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(373,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22558,NULL,NULL,NULL,'Ranakpur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22538,NULL,NULL,NULL,'Ramnagar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(375,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19969,NULL,NULL,NULL,'Ohrid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Macedonia','129',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(376,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19543,NULL,NULL,NULL,'Noida',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,34298,NULL,NULL,NULL,'Meerut',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(378,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16241,NULL,NULL,NULL,'Macedonia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'USA','231',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11225,NULL,NULL,NULL,'Gurgaon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10479,NULL,NULL,NULL,'Gjirokaster',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8366,NULL,NULL,NULL,'Durres',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(382,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2956,NULL,NULL,NULL,'Berat',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,451,NULL,NULL,NULL,'Albania',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Albania','2',NULL,'2023-09-02 15:07:40','2023-09-02 15:07:40',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,110324,NULL,NULL,NULL,'Meghalaya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Indonesia','102',NULL,'2024-02-06 10:49:28','2024-02-06 10:49:28',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(385,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,72476,NULL,NULL,NULL,'SUNDARBAN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2024-02-06 10:49:28','2024-02-06 10:49:28',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(386,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,71775,NULL,NULL,NULL,'JAIPUR DISTRICT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2024-02-06 10:49:28','2024-02-06 10:49:28',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14323,NULL,NULL,NULL,'Kolkata',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2024-02-06 10:49:28','2024-02-06 10:49:28',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `tb_tbb2c_destinations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_tbb2c_newsletter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_newsletter` (
  `news_letter_id` int NOT NULL AUTO_INCREMENT,
  `news_letter_email` varchar(255) NOT NULL,
  `created_date` datetime NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`news_letter_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_newsletter`
--

LOCK TABLES `tb_tbb2c_newsletter` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_newsletter` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_newsletter` VALUES (1,'muskancatpl@gmail.com','2021-05-14 10:52:42','1'),(2,'Berenice68@yahoo.com','2021-05-19 13:54:05','1'),(3,'baibhav@catpl.co.in','2021-08-11 15:57:56','1');
/*!40000 ALTER TABLE `tb_tbb2c_newsletter` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_tbb2c_packages_master`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_packages_master` (
  `PkgSysId` bigint NOT NULL AUTO_INCREMENT,
  `GTXPkgId` bigint NOT NULL,
  `GTXPkgSourceId` smallint NOT NULL,
  `AgencySysId` bigint NOT NULL,
  `IsFeatured` int NOT NULL,
  `lastMinuteDeal` int NOT NULL DEFAULT '0',
  `DisplayIndex` smallint NOT NULL,
  `PackageCategory` text,
  `ShortJsonInfo` text,
  `ItemType` tinyint DEFAULT '0',
  `PackageType` tinyint DEFAULT '0',
  `PackageSubType` tinyint DEFAULT '0',
  `LongJsonInfo` longtext NOT NULL,
  `Destinations` varchar(2000) CHARACTER SET latin1 COLLATE latin1_swedish_ci 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 NOT NULL,
  `Image` varchar(255) DEFAULT NULL,
  `MainImage` varchar(255) DEFAULT NULL,
  `hotelWebImage` varchar(500) DEFAULT NULL,
  `MinPax` smallint NOT NULL,
  `PackTypeMask` varchar(50) NOT NULL,
  `PackRangeType` smallint NOT NULL,
  `PkgValidFrom` datetime NOT NULL,
  `PkgValidUntil` datetime NOT NULL,
  `BookingValidUntil` datetime NOT NULL,
  `StarRating` tinyint NOT NULL,
  `Countries` mediumtext NOT NULL,
  `CountryIds` varchar(255) NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `CreatedBy` bigint NOT NULL,
  `UpdatedBy` bigint 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,
  `Description` text,
  `Metatag` text,
  `broucher` varchar(256) DEFAULT NULL,
  `packageNameUrl` varchar(500) DEFAULT NULL,
  `visaFAQ` text,
  `festivals` varchar(500) DEFAULT NULL,
  `packageItinerary` text,
  `oldPrice` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`PkgSysId`),
  FULLTEXT KEY `PackageSearchString` (`PackageSearchString`)
) ENGINE=InnoDB AUTO_INCREMENT=339 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tb_tbb2c_packages_master` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_packages_master` DISABLE KEYS */;
INSERT INTO `tb_tbb2c_packages_master` VALUES (1,25742,1,6049,1,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\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"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\":\"2021-05-05\",\"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\":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\":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\":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\":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\"},{\"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\"}]},\"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\":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\":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\":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;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,NULL,2,'',0,'2021-05-05 00:00:00','2021-09-30 00:00:00','2021-09-30 00:00:00',3,'India','101','2021-05-05 00:00:00','2021-05-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'discovery-of-kerala',NULL,NULL,NULL,0),(2,25647,1,6049,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Culture,Romantic,Offbeat,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":25647,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/3_Sisters_of_North_East_17.jpg\",\"BookingValidUntill\":\"2021-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Meghalaya, Assam, and Arunachal Pradesh are two very famous tourist hotspots of North East India. Owing to the presence of scores of tourist charms, they have always been a dream destination for travelers. With our special Assam and Arunachal Pradesh tour package, we ensure that you get the opportunity of exploring every tourist attraction of these two magnificent destinations. Be it wildlife or jeep safari in Kaziranga National Park, or a visit to the Kalachakra-Gompa, we provide everything. Our expert guides are well aware of every nook and corner of these destinations and thus, they plan a hassle-free trip for you&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"3 Sisters of North East\",\"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,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Culture,Romantic,Offbeat,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2021-05-05\",\"To\":\"2021-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481607,\"Name\":\"Best Holiday Inn\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.567575\",\"Long\":\"91.887069\",\"Address\":\"Upper Lachumiere, Lachumiere, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481609,\"Name\":\"Hotel Gateway Shillong\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5750211\",\"Long\":\"91.88229249999999\",\"Address\":\"Keating Rd, Police bazaar, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":421490,\"Name\":\"Hotel Polo Towers\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.580827\",\"Long\":\"91.886859\",\"Address\":\"Polo Grounds,Meghalaya,India, 793001\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"Hotel Polo Towers is the only four star hotel in Shillong (Meghalaya - INDIA) at a distance of 35 kms from Umroi Airport and 128 kms away from Borjhar (Guwahati).\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/4142\\/41426\\/images\\/Hotel_Polo_Towers_1.jpg_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":34462,\"Title\":\"Bhalukpong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481612,\"Name\":\"The Centre Point Shillong\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5759828\",\"Long\":\"91.8828283\",\"Address\":\"Khyndailad, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":34462,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481613,\"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\":34462,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481614,\"Name\":\"The Greenwood Hotel\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.6656523\",\"Long\":\"92.7689084\",\"Address\":\"Baruachuburi, P.O, Dekargaon, Ketekibari, Tezpur, Assam 784501, India\"},\"Images\":[],\"CityId\":34462,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":7934,\"Title\":\"Dirang\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":34557,\"Title\":\"Tawang\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":34561,\"Title\":\"Bomdila\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481625,\"Name\":\"Lungta Residency\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.2631178\",\"Long\":\"92.4235475\",\"Address\":\"Centre point, NH13, Cona County, Bomdila, Arunachal Pradesh 790001\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481626,\"Name\":\"OYO 63314 Hotel Nambrog\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.259573\",\"Long\":\"92.41606\",\"Address\":\"National Highway 229, near PWD Garage, Cona County, Bomdila, Arunachal Pradesh 790001\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481627,\"Name\":\"Hotel Tsepal Yangjom\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.2633071\",\"Long\":\"92.42051959999999\",\"Address\":\"Main Market, Cona County, Bomdila, Arunachal Pradesh 790001\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":13741,\"Title\":\"Kaziranga National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480381,\"Name\":\"Hotel Kaziranga Holiday\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.6029735\",\"Long\":\"93.4117917\",\"Address\":\"Village =Kohora Kohora, p\\/o=Kaziranga National park, No.1 Sildubi, Assam 785609, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481628,\"Name\":\"Landmark Woods\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.5676467\",\"Long\":\"93.1865448\",\"Address\":\"Kaziranga, Assam 782136, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481629,\"Name\":\"Infinity Resorts Kaziranga\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.594388\",\"Long\":\"93.4484272\",\"Address\":\"P.O.Kaziranga, Golaghat District, Bochagaon, Assam 785109, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":92936,\"Name\":\"Cygnett Inn Repose\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1741\",\"Long\":\"91.7582\",\"Address\":\"ABC G.S. Road Tarun Nagar 2nd By-Lane \"},\"Images\":{\"Image\":[{\"ImagId\":2042959,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_11_t.jpg\"},{\"ImagId\":2042960,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_12_t.jpg\"},{\"ImagId\":2042961,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_14_t.jpg\"},{\"ImagId\":2042962,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/0e3dd616_t.jpg\"},{\"ImagId\":2042963,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/976a3514_t.jpg\"},{\"ImagId\":2042964,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/0b424e47_t.jpg\"},{\"ImagId\":2042965,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/2d7a80a9_t.jpg\"},{\"ImagId\":2042966,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/34fff9ae_t.jpg\"},{\"ImagId\":2042967,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/a5b4e6ac_t.jpg\"},{\"ImagId\":2042968,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/4670e92e_t.jpg\"},{\"ImagId\":2042969,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/ceb1281c_t.jpg\"},{\"ImagId\":2042970,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_9_t.jpg\"},{\"ImagId\":2042971,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_13_t.jpg\"},{\"ImagId\":2042972,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_10_t.jpg\"},{\"ImagId\":2042973,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_6_t.jpg\"},{\"ImagId\":2042974,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_7_t.jpg\"},{\"ImagId\":2042975,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_8_t.jpg\"},{\"ImagId\":2042976,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_3_t.jpg\"},{\"ImagId\":2042977,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_5_t.jpg\"},{\"ImagId\":2042978,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_1_t.jpg\"}]},\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10970000\\/10966100\\/10966031\\/10966031_11_t.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":414211,\"Name\":\"Hotel Kiranshree Portico\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.179346\",\"Long\":\"91.75167\",\"Address\":\"East Manipuri Road, Paltan Bazar, Paltan Bazar, GUWAHATI, ASSAM, India, Pin-781008, 781008\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"Featuring a multi-cuisine restaurant, Hotel Kiranshree Portico is a value for money accommodation offering complimentary Wi-Fi connectivity to its patrons. The property in Guwahati is 0.5 km from Guwahati Railway Station and 8 km from Kamakhya Temple.  With its 61 air-conditioned rooms to choose from, the property in Guwahati offers a comfortable stay to its patrons. Conveniences available in the rooms include fruit basket, tea\\/coffee maker, television, in-room safe, telephone, bottled drinking water, newspaper, mini-bar, work desk, separate seating area, and attached bathroom with the facility of hot\\/cold running water.   Apart from good accommodation in Guwahati, Hotel Kiranshree Portico provides valet parking, laundry, 24-hour room service, doctor on call, car rental, and currency exchange to its patrons. Facilities available on the premises include travel assistance, front desk, confectionery shop, business center, and fitness center to name a few.   The property is accessible from travel hubs, such as Assam State Transport Corporation (0.5 km) and Lokpriya Gopinath Bordoloi International Airport (22 km). A few of the must visit tourist attractions include Umananda Temple (2 km), Assam State Zoo Cum Botanical Garden (5 km) and Silsako Lake (12 km).null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/tyd\\/kbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":480386,\"Name\":\"Arna Residency\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.18355500000001\",\"Long\":\"91.76140149999999\",\"Address\":\"Arna residency, 138, UNB Rd, Silphukuri, Guwahati, Assam 781003, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&rsquo;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&rsquo;s waters. It&rsquo;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"184352\",\"Title\":\"Day 01 \\u2013 Arrive Guwahati \\u2013 Shillong (110 kms \\/ approx. 3 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Transfer from Guwahati airport\\/railway station to Shillong en route visit Umium Lake. Shillong became the first capital of the State of Meghalaya. Located in undulating pine-covered hills, the city has a milder climate than tropical India. The city center is 1496m above sea level and currently has a population of around 270,000. Home to several waterfalls, it is also known as the Scotland of the East. The British legacy is still visible in the architecture and food habits of the population. Overnight at Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":421490,\"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\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184355\",\"Title\":\"Day 02 \\u2013 Shillong \\u2013 Cherrapunjee \\u2013 Shillong (60 kms \\/ approx. 2 hours each way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel and drive to Cherrapunjee. Cherrapunji in Meghalaya is one of the wettest places on the planet and the only place in India to receive rain throughout the year. The town of Cherrapunji is nestled in the East Khasi Hills about 50 km southwest of the state&rsquo;s capital, Shillong. Cherrapunji, also known as Sohra or Churra, means &lsquo;the land of oranges&rsquo;. The cliffs of Cherrapunji also offer stunning views of the plains of Bangladesh. Visit Arwah Cave, Nahkhalikai Falls, Mwasmai Cave, Seven Sister Falls, Dainthlen Waterfalls and Eco Park, and Rama Krishna Mission Museum. Return back to Shillong en route visit Shillong peak and Elephant Falls. Overnight at Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":421490,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184358\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"184361\",\"Title\":\"Day 03 \\u2013 Shillong \\u2013 Tezpur (250 kms \\/ approx. 5.5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Breakfast at the hotel and drive to Tezpur. Little more than a utilitarian stopover for travelers journeying into Arunachal Pradesh or Upper Assam, Tezpur is a charming town with some beautifully kept parks, attractive lakes, and enchanting views of the mighty Brahmaputra River as it laps the town&rsquo;s edge. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481614,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184364\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"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\":\"184367\",\"Title\":\"Day 04 \\u2013 Tezpur \\u2013 Dirang (200 kms \\/ approx. 7 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast drive to Dirang. Dirang is an almost picture-perfect Tibetan &ndash; Monpa stone village marred only by the main road. Above the picturesque stone houses rises a steep rocky hill topped with Old Dirangs Gompa and several walls. Overnight at Dirang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"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\":\"184370\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"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\":\"184373\",\"Title\":\"Day 05 \\u2013 Dirnag \\u2013 Tawang (150kms \\/ approx. 5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast drive to Tawang. En route witness the snowcapped Sella Pass at 14000 ft and the Jaswant Garh War Memorial. (Legend has it that Jaswant (Mahavir Chakra Awardee (Posthumous) of 4th Batallion Garhwal Rifles), fought a lone battle against the invading Chinese during the 1962 war. His spirit is still believed to protect the place). Tawang is situated at an altitude of 3500m. The natural beauty and solitude of Gudpi and Chong-Chugmi ranges, Tawang chu River, and Tawang Valley are mesmerizing. The inhabitants of the districts are all of Monpa tribes except Shyo village which is dominated by people of Tibetan Origin. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"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\":5475,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5467,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5470,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184376\",\"Title\":\"Day 06 - Tawang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast at the hotel. Proceed for sightseeing of 400 years (17th century) old Tawang Monastery which is the second largest monastery in the world after Potala Palace in Tibet. The building is about 113 feet long and 80 feet wide and houses valuable antiquities, books, and manuscripts-handwritten and printed. Later visit Tawang War Memorial, a 40-foot high multi-hued memorial, has a structure constructed in stupa design. Dedicated to the martyrs of the Sino-Indo War held in 1962, this memorial is nestled among beautiful peaks, which overlooks the Tawang-Chu valley. Rest of the day free to stroll around the streets of the town. Overnight in Tawang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"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\":5469,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5470,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184379\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"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\":\"184382\",\"Title\":\"Day 08 \\u2013 Bomdila \\u2013 Kaziranga (220 kms \\/ approx. 5.6 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Breakfast at the hotel and drive to Bomdila. Bomdila is the headquarters of the West Kameng district located at the height of 8500 ft above sea level. It has a lot of attractions for the tourists with its cool climate, Apple orchards, artistic people, snow-capped Himalayan peaks, and Buddhist Gompas. The Buddhist monastery of Bomdila is the repository of culture. Explore the town in the afternoon. Overnight at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481625,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481626,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481627,\"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\":5426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5422,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184385\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"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\":\"184388\",\"Title\":\"Day 08 \\u2013 Bomdila \\u2013 Kaziranga (220 kms \\/ approx. 5.6 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast drive from Bomdila to Kaziranga. Kaziranga National park is a world heritage site famous for the Great Indian One Horned Rhinoceros. The landscape of Kaziranga is of sheer forest, tall elephant grass, rugged reeds, marshes, and shallow pools. Kaziranga also has a good number of Tigers and is home to a large breeding population of Elephants, Wild Water Buffalo, and Swamp Deer. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480381,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481629,\"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\":8382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8421,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11143,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14951,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184391\",\"Title\":\"Day 09 - Kaziranga\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Early morning elephant ride at the park &amp; return to the hotel for breakfast. Later Jeep Safari in the Central Range of the park. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480381,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481629,\"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\":8382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8421,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184394\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"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\":\"184397\",\"Title\":\"Day 10 \\u2013 Kaziranga \\u2013 Guwahati (230 kms \\/ approx. 4-5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>After breakfast drive from Kaziranga to Guwahati. The gateway to the northeast and the largest and most cosmopolitan city in the region, Guwahati serves as the starting block for most Northeast itineraries. It&rsquo;s a somewhat featureless city &ndash; ITINERARY a prosaic heap of glass and concrete for the most part &ndash; but there are a scattering of interesting temples to explore. Walk its back alleys and old quarters, however, and you will be able to salvage a generous amount of local flavor that lingers amid its suburban sprawl of ponds, palm trees, small single-story traditional houses, and old colonial-era mansions. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480386,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":92936,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414211,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184400\",\"Title\":\"Day 11 - Guwahati\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>After breakfast visit Kamakhya temple - The temple is dedicated to the goddess Kamakhya an incarnation of Sati. It is on Nilachal hill, says the Shiva Purana, that the yoni or creative organ of Sati fell when Vishnu, in a bid to save the world from the Shiva&rsquo;s tandava nritta or dance of destruction, cut her dead body into 51 pieces with his Sudarshan chakra. Also visit Navagraha temple, Umananda temple, Balaji Temple, state Zoo. Overnight in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480386,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":92936,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414211,\"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\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184403\",\"Title\":\"Day 12 \\u2013 Departure Guwahati\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>After breakfast transfer to the airport\\/railway station in time for onward connection<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":\"25647\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38808.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30408,\"priceDoubleOcc\":\"38808.00\",\"priceSingleOcc\":77616,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38808.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30408,\"priceDoubleOcc\":\"38808.00\",\"priceSingleOcc\":77616,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38808.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30408,\"priceDoubleOcc\":\"38808.00\",\"priceSingleOcc\":77616,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38808.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30408,\"priceDoubleOcc\":\"38808.00\",\"priceSingleOcc\":77616,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38808.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30408,\"priceDoubleOcc\":\"38808.00\",\"priceSingleOcc\":77616,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38808.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":42588,\"priceDoubleOcc\":\"57078.00\",\"priceSingleOcc\":95886,\"priceExtraBed\":\"13608.00\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57078.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25648\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46683.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":36834,\"priceDoubleOcc\":\"46683.00\",\"priceSingleOcc\":93366,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46683.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":36834,\"priceDoubleOcc\":\"46683.00\",\"priceSingleOcc\":93366,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46683.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":36834,\"priceDoubleOcc\":\"46683.00\",\"priceSingleOcc\":93366,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46683.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":36834,\"priceDoubleOcc\":\"46683.00\",\"priceSingleOcc\":93366,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46683.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":36834,\"priceDoubleOcc\":\"46683.00\",\"priceSingleOcc\":93366,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46683.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":49014,\"priceDoubleOcc\":\"64953.00\",\"priceSingleOcc\":111636,\"priceExtraBed\":\"17136.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"64953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25649\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59724.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48846,\"priceDoubleOcc\":\"59724.00\",\"priceSingleOcc\":119448,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48846,\"priceDoubleOcc\":\"59724.00\",\"priceSingleOcc\":119448,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48846,\"priceDoubleOcc\":\"59724.00\",\"priceSingleOcc\":119448,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48846,\"priceDoubleOcc\":\"59724.00\",\"priceSingleOcc\":119448,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":48846,\"priceDoubleOcc\":\"59724.00\",\"priceSingleOcc\":119448,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":61026,\"priceDoubleOcc\":\"77994.00\",\"priceSingleOcc\":137718,\"priceExtraBed\":\"27090.00\",\"priceWithoutBed\":\"21672.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"77994.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\":\"25647\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36960.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":73920,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":73920,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":73920,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":73920,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":73920,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":40560,\"priceDoubleOcc\":\"54360.00\",\"priceSingleOcc\":91320,\"priceExtraBed\":\"12960.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25648\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44460.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":35080,\"priceDoubleOcc\":\"44460.00\",\"priceSingleOcc\":88920,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":35080,\"priceDoubleOcc\":\"44460.00\",\"priceSingleOcc\":88920,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":35080,\"priceDoubleOcc\":\"44460.00\",\"priceSingleOcc\":88920,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":35080,\"priceDoubleOcc\":\"44460.00\",\"priceSingleOcc\":88920,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":35080,\"priceDoubleOcc\":\"44460.00\",\"priceSingleOcc\":88920,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46680,\"priceDoubleOcc\":\"61860.00\",\"priceSingleOcc\":106320,\"priceExtraBed\":\"16320.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61860.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25649\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56880.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46520,\"priceDoubleOcc\":\"56880.00\",\"priceSingleOcc\":113760,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46520,\"priceDoubleOcc\":\"56880.00\",\"priceSingleOcc\":113760,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46520,\"priceDoubleOcc\":\"56880.00\",\"priceSingleOcc\":113760,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46520,\"priceDoubleOcc\":\"56880.00\",\"priceSingleOcc\":113760,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":46520,\"priceDoubleOcc\":\"56880.00\",\"priceSingleOcc\":113760,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-23\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":58120,\"priceDoubleOcc\":\"74280.00\",\"priceSingleOcc\":131160,\"priceExtraBed\":\"25800.00\",\"priceWithoutBed\":\"20640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"74280.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;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\":{\"184352\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[184352],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184355\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[184355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184358\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[184358],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184361\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[184361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184364\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[184364],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184367\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[184367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184370\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[184370],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184373\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[184373],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184376\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[184376],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184379\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[184379],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184382\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[184382],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184385\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[184385],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184388\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[184388],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184391\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[184391],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184394\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[184394],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184397\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[184397],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184400\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[184400],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184403\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[184403],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Shillong,Bhalukpong,Dirang,Tawang,Bomdila,Kaziranga National Park,Guwahati','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Bhalukpong,Arunachal Pradesh,Dirang,Tawang,Bomdila,Kaziranga National Park,Assam,Guwahati',NULL,'25073,34462,7934,34557,34561,13741,11240',36960,77994,11,NULL,NULL,NULL,2,'',0,'2021-05-05 00:00:00','2021-09-30 00:00:00','2021-09-30 00:00:00',3,'India','101','2021-05-05 00:00:00','2021-05-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'3-sisters-of-north-east',NULL,NULL,NULL,0),(3,25064,1,6049,0,0,0,'Honeymoon,Family,Religious,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":25064,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Heady_Himachal_II_15.png\",\"BookingValidUntill\":\"2021-07-02\",\"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 honeymooners to spend some quality time in serenity. Our six nights and seven days&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\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Heady Himachal II\",\"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\",\"PackageType\":\"Honeymoon,Family,Religious,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2021-05-05\",\"To\":\"2021-07-02\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":219762,\"Name\":\"Fairmount Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.096485\",\"Long\":\"77.185485\",\"Address\":\"Earls Field Estate, Near St. Bedes College, Himachal Pradesh, Shimla, India, , , 171002\"},\"Images\":{\"Image\":[{\"ImagId\":4789898,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=ytl9DmwCsAOMI8k2tU0mDV06\\/W655FNtf\\/8ULNJvYGUjHjovDt0\\/Aj3UFgQ48VmgAYCoFeg+cd8=\"}]},\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=ytl9DmwCsAOMI8k2tU0mDV06\\/W655FNtf\\/8ULNJvYGUjHjovDt0\\/Aj3UFgQ48VmgAYCoFeg+cd8=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":212187,\"Name\":\"Snow Valley Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.0992\",\"Long\":\"77.1738\",\"Address\":\"Ghora Chowki ( Near Kachi Ghatti ) \"},\"Images\":{\"Image\":[{\"ImagId\":4744568,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/fce3d10f_t.jpg\"},{\"ImagId\":4744569,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/82335e89_t.jpg\"},{\"ImagId\":4744570,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/bad84d2b_t.jpg\"},{\"ImagId\":4744571,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/beba4165_t.jpg\"},{\"ImagId\":4744572,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/bf97a526_t.jpg\"},{\"ImagId\":4744573,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_89_t.jpg\"},{\"ImagId\":4744574,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_90_t.jpg\"},{\"ImagId\":4744575,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/1a4cdf8e_t.jpg\"},{\"ImagId\":4744576,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/e04f32c1_t.jpg\"},{\"ImagId\":4744577,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/bd98d2ce_t.jpg\"},{\"ImagId\":4744578,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/f43cb1f6_t.jpg\"},{\"ImagId\":4744579,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/d6770164_t.jpg\"},{\"ImagId\":4744580,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/9a1bfde4_t.jpg\"},{\"ImagId\":4744581,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/ac8880c3_t.jpg\"},{\"ImagId\":4744582,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/b68a59cc_t.jpg\"},{\"ImagId\":4744583,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/dbe93d4e_t.jpg\"},{\"ImagId\":4744584,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/c1e2653d_t.jpg\"},{\"ImagId\":4744585,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/4a840002_t.jpg\"},{\"ImagId\":4744586,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/1647e37a_t.jpg\"},{\"ImagId\":4744587,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/69ad15c5_t.jpg\"},{\"ImagId\":4744588,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/f5953353_t.jpg\"},{\"ImagId\":4744589,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_88_t.jpg\"},{\"ImagId\":4744590,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_87_t.jpg\"},{\"ImagId\":4744591,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_86_t.jpg\"},{\"ImagId\":4744592,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_83_t.jpg\"},{\"ImagId\":4744593,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_82_t.jpg\"},{\"ImagId\":4744594,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_81_t.jpg\"},{\"ImagId\":4744595,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_79_t.jpg\"},{\"ImagId\":4744596,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_76_t.jpg\"},{\"ImagId\":4744597,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_72_t.jpg\"},{\"ImagId\":4744598,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_85_t.jpg\"},{\"ImagId\":4744599,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_80_t.jpg\"},{\"ImagId\":4744600,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_77_t.jpg\"},{\"ImagId\":4744601,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_73_t.jpg\"},{\"ImagId\":4744602,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_13_t.jpg\"},{\"ImagId\":4744603,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_18_t.jpg\"},{\"ImagId\":4744604,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_14_t.jpg\"},{\"ImagId\":4744605,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_74_t.jpg\"},{\"ImagId\":4744606,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/12809108_84_t.jpg\"}]},\"CityId\":1,\"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 Snow Valley Resorts in Shimla, you&amp;apos;ll be convenient to Sankat Mochan Temple and Viceregal Lodge.  This hotel is within close proximity of State Museum and Himachal Pradesh University.&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 72 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have complimentary toiletries and slippers. 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;Enjoy recreation amenities such as a health club or take in the view from a terrace. Additional features at this hotel include complimentary wireless Internet access, complimentary babysitting\\/childcare, 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;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours).&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. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/13000000\\/12810000\\/12809200\\/12809108\\/fce3d10f_t.jpg\",\"AccoAminitiesMask\":\"111011000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":219799,\"Name\":\"East Bourne Resort & Spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.088438\",\"Long\":\"77.16794\",\"Address\":\"Near Bishop Cotton School, , Khalini, SHIMLA, HIMACHAL PRADESH, India, Pin-171002, , , \"},\"Images\":{\"Image\":[{\"ImagId\":4789935,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=a12Wzatglc1nsUWIgtWXhATD\\/DSE6+F3VeSPbME9pCW4oSWIlL1Tr0fW2keYZxRVU6Vy39rUVlgghxigwaDUWGmOmGDidJ3LX6Cb\\/YhIha4=\"}]},\"CityId\":1,\"Brief\":\"Featuring an indoor heated pool, East Bourne Resort &amp; Spa is a popular property in Shimla. This hotel is located at Near Bishop Cotton School and is 4km from Shimla Railway Station.   This resort with 72 rooms offers spacious accommodation on in Shimla. In-room amenities include hair dryer, tea\\/coffee maker, mini bar, LCD television, direct dial telephone and bathroom amenities. null\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=a12Wzatglc1nsUWIgtWXhATD\\/DSE6+F3VeSPbME9pCW4oSWIlL1Tr0fW2keYZxRVU6Vy39rUVlgghxigwaDUWGmOmGDidJ3LX6Cb\\/YhIha4=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":353,\"Title\":\"Christ Church\",\"Description\":\"Christ Church is the second oldest church in North India.It was built in Neo-Gothic style of architecture it took nearly thirteen years to construct it.. The Church have something unique and exciting which makes it the favourite destination of people of all age groups. The church literally glows when it is lighted up at night. while in winters it dons the look of a magnificent castle. This majestic church has appeared in a number of famous Bollywood movies such as Black and 3 Idiots makes it a popular tourist attraction that people love to visit.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1044384,\"Long\":77.1734606,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Christ_Church_1_1518247962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1874,\"Title\":\"Viceregal Lodge\",\"Description\":\"Viceregal Lodge is also known as Rashtrapati Niwas.It  was designed by British architect Henry Irwin and built in the Jacobethan style during the regime of Lord Dufferin. Its construction started in 1880 and was completed in 1888.Viceregal Lodge was formerly the residence of the British Viceroy of India.It has some of the most ancient articles and photographs going back to the times of the British rule. Viceregal Lodge is the most historically significant and architectural impressive building of the region that makes for a pleasant half-day excursion.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1046052,\"Long\":77.1734242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Viceregal_Lodge_1_1518252363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1031,\"Title\":\"Mahasu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":31.1014267999999,\"Long\":77.5031764,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/\\\\N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2401,\"Title\":\"Kullu\",\"Description\":\"Kullu or Kulu is the capital town of the Kullu district in the Indian state of Himachal Pradesh. It is located on the banks of the Beas River in the Kullu Valley about 10 kilometres north of the airport at Bhuntar.\",\"CurrencyType\":0,\"CityId\":14570,\"CityName\":\"Kullu\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"Kullu_16593_1504604585.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\":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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":413921,\"Name\":\"Honeymoon Inn\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.245608070862\",\"Long\":\"77.189798361938\",\"Address\":\"Left Bank, Aleo\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Honeymoon Inn in Manali, you&#039;ll be minutes from Rahala Falls and Tibetan Monastary.  This hotel is within close proximity of Hadimba Temple and Vashist Springs.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Stay in one of 59 guestrooms featuring LCD televisions. Your room comes with a memory foam bed. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature deep soaking bathtubs and rainfall showerheads.&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 concierge services. Additional features at this hotel include an arcade\\/game room, a fireplace in the lobby, 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, where you can take in a garden view, or stay in and take advantage of 24-hour room service. Breakfast is 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 computer station, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/1d\\/5f\\/1d5fb7f7dd6d4e56643ad665de553960e9948c33.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":474327,\"Name\":\"3* Manali Heights\",\"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\"},{\"RefHotelId\":474651,\"Name\":\"4*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\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":353,\"Title\":\"Christ Church\",\"Description\":\"Christ Church is the second oldest church in North India.It was built in Neo-Gothic style of architecture it took nearly thirteen years to construct it.. The Church have something unique and exciting which makes it the favourite destination of people of all age groups. The church literally glows when it is lighted up at night. while in winters it dons the look of a magnificent castle. This majestic church has appeared in a number of famous Bollywood movies such as Black and 3 Idiots makes it a popular tourist attraction that people love to visit.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1044384,\"Long\":77.1734606,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Christ_Church_1_1518247962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1874,\"Title\":\"Viceregal Lodge\",\"Description\":\"Viceregal Lodge is also known as Rashtrapati Niwas.It  was designed by British architect Henry Irwin and built in the Jacobethan style during the regime of Lord Dufferin. Its construction started in 1880 and was completed in 1888.Viceregal Lodge was formerly the residence of the British Viceroy of India.It has some of the most ancient articles and photographs going back to the times of the British rule. Viceregal Lodge is the most historically significant and architectural impressive building of the region that makes for a pleasant half-day excursion.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1046052,\"Long\":77.1734242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Viceregal_Lodge_1_1518252363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1031,\"Title\":\"Mahasu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":31.1014267999999,\"Long\":77.5031764,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/\\\\N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2401,\"Title\":\"Kullu\",\"Description\":\"Kullu or Kulu is the capital town of the Kullu district in the Indian state of Himachal Pradesh. It is located on the banks of the Beas River in the Kullu Valley about 10 kilometres north of the airport at Bhuntar.\",\"CurrencyType\":0,\"CityId\":14570,\"CityName\":\"Kullu\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"Kullu_16593_1504604585.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\":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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":60354,\"Name\":\"Lemon Tree Chandigarh\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.7021049\",\"Long\":\"76.8000091\",\"Address\":\"Plot No. 3 MW Industrial Area Phase I\"},\"Images\":{\"Image\":[{\"ImagId\":1311822,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/63\\/LTIXCCHA01_C.jpg\"},{\"ImagId\":1311823,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/86\\/LTIXCCHA03_A.jpg\"},{\"ImagId\":1311824,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/95\\/LTIXCCHA03_(2)_A.jpg\"},{\"ImagId\":1311825,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/452\\/6.37.01.12_Conference_room_A.jpg\"},{\"ImagId\":1311826,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/461\\/6.37.01.05_Executive_room_A.jpg\"},{\"ImagId\":1311827,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/470\\/6.37.01.13_Life_Fitness_gym_A.jpg\"},{\"ImagId\":1311828,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/479\\/6.37.01.11_Slounge_A.jpg\"},{\"ImagId\":1311829,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/77\\/LTIXCCHA02_A.jpg\"},{\"ImagId\":1311830,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/425\\/6.37.01.09_Executive_suite_2_A.jpg\"},{\"ImagId\":1311831,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/434\\/6.37.01.08_Executive_suite_A.jpg\"},{\"ImagId\":1311832,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/443\\/6.37.01.10_Citrus_Cafe_A.jpg\"},{\"ImagId\":1311833,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/193\\/LTIXCCHA04_(5)_A.jpg\"},{\"ImagId\":1311834,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/104\\/LTIXCCHA04_A.jpg\"},{\"ImagId\":1311835,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/113\\/LTIXCCHA04_(1)_A.jpg\"},{\"ImagId\":1311836,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/151\\/LTIXCCHA04_(2)_A.jpg\"},{\"ImagId\":1311837,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/166\\/LTIXCCHA04_(3)_A.jpg\"},{\"ImagId\":1311838,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/362\\/6.37.01.14_Swimming_Pool_A.jpg\"},{\"ImagId\":1311839,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/371\\/6.37.01.01_Facade_C.jpg\"},{\"ImagId\":1311840,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/380\\/6.37.01.02_Reception_A.jpg\"},{\"ImagId\":1311841,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/389\\/6.37.01.06_Studio_room_A.jpg\"},{\"ImagId\":1311842,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/398\\/6.37.01.03_Lobby_seating_A.jpg\"},{\"ImagId\":1311843,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/407\\/6.37.01.07_Bathroom%2C_Studio_A.jpg\"},{\"ImagId\":1311844,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/720\\/416\\/6.37.01.04_Superior_room_A.jpg\"},{\"ImagId\":1311845,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/184\\/LTIXCCHA04_(4)_A.jpg\"}]},\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/44\\/510\\/63\\/LTIXCCHA01_C.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimmin Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"},{\"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\":480580,\"Name\":\"The Fern Residency\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.7014738\",\"Long\":\"76.79117169999999\",\"Address\":\"28\\/8 Phase II, Industrial &amp; Business Park, Industrial Area Phase II, Chandigarh, 160002, India\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":353,\"Title\":\"Christ Church\",\"Description\":\"Christ Church is the second oldest church in North India.It was built in Neo-Gothic style of architecture it took nearly thirteen years to construct it.. The Church have something unique and exciting which makes it the favourite destination of people of all age groups. The church literally glows when it is lighted up at night. while in winters it dons the look of a magnificent castle. This majestic church has appeared in a number of famous Bollywood movies such as Black and 3 Idiots makes it a popular tourist attraction that people love to visit.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1044384,\"Long\":77.1734606,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Christ_Church_1_1518247962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1874,\"Title\":\"Viceregal Lodge\",\"Description\":\"Viceregal Lodge is also known as Rashtrapati Niwas.It  was designed by British architect Henry Irwin and built in the Jacobethan style during the regime of Lord Dufferin. Its construction started in 1880 and was completed in 1888.Viceregal Lodge was formerly the residence of the British Viceroy of India.It has some of the most ancient articles and photographs going back to the times of the British rule. Viceregal Lodge is the most historically significant and architectural impressive building of the region that makes for a pleasant half-day excursion.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1046052,\"Long\":77.1734242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Viceregal_Lodge_1_1518252363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1031,\"Title\":\"Mahasu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":31.1014267999999,\"Long\":77.5031764,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/\\\\N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2401,\"Title\":\"Kullu\",\"Description\":\"Kullu or Kulu is the capital town of the Kullu district in the Indian state of Himachal Pradesh. It is located on the banks of the Beas River in the Kullu Valley about 10 kilometres north of the airport at Bhuntar.\",\"CurrencyType\":0,\"CityId\":14570,\"CityName\":\"Kullu\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"Kullu_16593_1504604585.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\":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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"179616\",\"Title\":\"Day 01 \\u2013Arrival in Delhi \\u2013Drive to Shimla (340 kms \\/ approx. 7hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Delhi 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 looks 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 the evening at leisure. Overnight stay in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":219762,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":212187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":219799,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"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\":\"179619\",\"Title\":\"Day 02 \\u2013Trip 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. In the afternoon return to Shimla and visit Viceregal Lodge, Christ Church, St. Michael&#39;s Cathedral (Subject to availability due to Current restriction -COVID 19), and visitJakhu the temple. 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\":219762,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":212187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":219799,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":353,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1672,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1874,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1031,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"179622\",\"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\":\"179625\",\"Title\":\"Day 03 \\u2013Shimla \\u2013Kullu \\u2013Manali (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 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 ranges. 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 the evening at leisure. Overnight stay in Manali.<\\/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\":[{\"IsIncluded\":true,\"Id\":2401,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"179628\",\"Title\":\"Day04 \\u2013Sightseeing in Manali\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>In the morning after breakfast, go on an adventurous drive to Solang valley &ndash;a major attraction, without which the trip remains incomplete. All the 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 the 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\":[{\"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\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1041,\"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\":\"179631\",\"Title\":\"Day 05 \\u2013Rohtang Pass & Atal Tunnel\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, we shall move to Rohtang pass (13,050ft) via Kothi, Gulaba, Beas Nala and Marhi. Spend some time at Rohtang pass and then continue your journey to Koksarafter descending down from the opposite side. En-route lunch (at own), we shall move to the northern end (North Portal) of the Atal tunnel after crossing the Chandra bridge. Enjoy traversing the world&rsquo;s longest highway tunnel above 10,000ft from sea level. The tunnel is equipped with ultra-modern safety and other technical instruments. You will not lose your mobile network and high-speed 4G internet (BSNL only) even inside the tunnel. Then you will exit the tunnel from its southern end (South portal) at Dhundi. You will observe that you had entered the tunnel from the barren but beautiful land of Lahaul and exited at the green place at Dhundi. Then continue your trip to Solang valley. After spending some time at Solang, return back to Manali. At Solang, you can enjoy Gondola rides (ropeway), horse riding, zorbing, paragliding, ATV ride, and many more adventure activities. Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":474327,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":413921,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":474651,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1485,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"179634\",\"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\":\"179637\",\"Title\":\"Day 06 \\u2013Drive from Manali \\u2013Chandigarh (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\",\"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\":480580,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":60354,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"179640\",\"Title\":\"Day 07 \\u2013Drive From Chandigarh\\u2013Delhi (240 kms \\/ approx. 5 hours) Departure from Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, you will be transferred to Delhi 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\":\"25064\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24050.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19730,\"priceDoubleOcc\":\"24050.25\",\"priceSingleOcc\":48100.5,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24050.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19730,\"priceDoubleOcc\":\"24050.25\",\"priceSingleOcc\":48100.5,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24050.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19730,\"priceDoubleOcc\":\"24050.25\",\"priceSingleOcc\":48100.5,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24050.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19730,\"priceDoubleOcc\":\"24050.25\",\"priceSingleOcc\":48100.5,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24050.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19730,\"priceDoubleOcc\":\"24050.25\",\"priceSingleOcc\":48100.5,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24050.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22596,\"priceDoubleOcc\":\"28350.00\",\"priceSingleOcc\":52400.25,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"6678.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25065\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28046.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23200,\"priceDoubleOcc\":\"28046.55\",\"priceSingleOcc\":56093.1,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28046.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23200,\"priceDoubleOcc\":\"28046.55\",\"priceSingleOcc\":56093.1,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28046.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23200,\"priceDoubleOcc\":\"28046.55\",\"priceSingleOcc\":56093.1,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28046.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23200,\"priceDoubleOcc\":\"28046.55\",\"priceSingleOcc\":56093.1,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28046.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23200,\"priceDoubleOcc\":\"28046.55\",\"priceSingleOcc\":56093.1,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28046.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26067,\"priceDoubleOcc\":\"32346.30\",\"priceSingleOcc\":60392.85,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"11491.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32346.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25066\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33273.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27777,\"priceDoubleOcc\":\"33273.45\",\"priceSingleOcc\":66546.9,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33273.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27777,\"priceDoubleOcc\":\"33273.45\",\"priceSingleOcc\":66546.9,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33273.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27777,\"priceDoubleOcc\":\"33273.45\",\"priceSingleOcc\":66546.9,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33273.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27777,\"priceDoubleOcc\":\"33273.45\",\"priceSingleOcc\":66546.9,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33273.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27777,\"priceDoubleOcc\":\"33273.45\",\"priceSingleOcc\":66546.9,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33273.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30643,\"priceDoubleOcc\":\"37573.20\",\"priceSingleOcc\":70846.65,\"priceExtraBed\":\"16783.20\",\"priceWithoutBed\":\"14137.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37573.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25064\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22905.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18790,\"priceDoubleOcc\":\"22905.00\",\"priceSingleOcc\":45810,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18790,\"priceDoubleOcc\":\"22905.00\",\"priceSingleOcc\":45810,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18790,\"priceDoubleOcc\":\"22905.00\",\"priceSingleOcc\":45810,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18790,\"priceDoubleOcc\":\"22905.00\",\"priceSingleOcc\":45810,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18790,\"priceDoubleOcc\":\"22905.00\",\"priceSingleOcc\":45810,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":21520,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":49905,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"6360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25065\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26711.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22095,\"priceDoubleOcc\":\"26711.00\",\"priceSingleOcc\":53422,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26711.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22095,\"priceDoubleOcc\":\"26711.00\",\"priceSingleOcc\":53422,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26711.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22095,\"priceDoubleOcc\":\"26711.00\",\"priceSingleOcc\":53422,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26711.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22095,\"priceDoubleOcc\":\"26711.00\",\"priceSingleOcc\":53422,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26711.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22095,\"priceDoubleOcc\":\"26711.00\",\"priceSingleOcc\":53422,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26711.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24825,\"priceDoubleOcc\":\"30806.00\",\"priceSingleOcc\":57517,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"10944.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30806.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25066\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31689.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26454,\"priceDoubleOcc\":\"31689.00\",\"priceSingleOcc\":63378,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26454,\"priceDoubleOcc\":\"31689.00\",\"priceSingleOcc\":63378,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26454,\"priceDoubleOcc\":\"31689.00\",\"priceSingleOcc\":63378,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26454,\"priceDoubleOcc\":\"31689.00\",\"priceSingleOcc\":63378,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26454,\"priceDoubleOcc\":\"31689.00\",\"priceSingleOcc\":63378,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-03\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":29184,\"priceDoubleOcc\":\"35784.00\",\"priceSingleOcc\":67473,\"priceExtraBed\":\"15984.00\",\"priceWithoutBed\":\"13464.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35784.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;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\":{\"179616\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[179616],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179619\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[179619],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179622\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[179622],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179625\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[179625],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179628\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[179628],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179631\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[179631],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179634\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[179634],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179637\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[179637],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179640\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[179640],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shimla,Manali,Chandigarh','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh,Delhi,Kullu,Kufri','','1,16593,5765',22905,37573,6,'3_1671614564_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2021-05-05 00:00:00','2021-07-02 00:00:00','2021-07-02 00:00:00',3,'India','101','2021-05-05 00:00:00','2021-05-05 00:00:00',1,1,'1','1','1','','','',NULL,'heady-himachal-ii',NULL,NULL,NULL,0),(4,24989,1,6049,0,0,0,'Honeymoon,Adventure,Beach,Family,Culture,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":24989,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Island_Hopping_in_Andaman_79.png\",\"BookingValidUntill\":\"2021-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Andaman Island is a beautiful archipelago located in the eastern part of the Bay of Bengal. With crystal clear water, clean surroundings, and a peaceful ambiance, the eco-friendly beaches of Andaman Island are no less than a paradise for all beach lovers. This breath-taking archipelago has the potential to thrill and mesmerize travelers from around the world with its uniqueness and sheer natural beauty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We offer 6 nights and 7 days Andaman Island Tour, which is mainly designed keeping in mind the needs and demands of beach enthusiasts who want to spend their vacation near the blue ocean water and enjoy the cool breeze. Our Andaman Island Tour is a perfect holiday cocktail with sea, sand, and sun to retreat from the busy city life.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Island Hopping in Andaman\",\"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,Beach,Family,Culture,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2021-05-05\",\"To\":\"2021-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480356,\"Name\":\"Hotel TSG Grand\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6333293\",\"Long\":\"92.72085969999999\",\"Address\":\"Great Andaman Trunk Rd, Dollygunj, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":413619,\"Name\":\"Hotel TSG Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.632758984246\",\"Long\":\"92.721921921635\",\"Address\":\"Andaman Trunk Road, Dolly Gunj, Port Blair 744103\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"TSG Grand a perfect paradigm which provides premium lifestyle is located three kilometers away from Port Blair Airport. This two-storey hotel boasts of 56 well furnished rooms that are well-equipped with mini bar. Book lovers can enjoy reading books in well set book shop. Guests are been provided with modern hotel facilities like 24 hour front desk, wedding services, exhibit space, gift shops, etc.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/7f\\/7b\\/7f7bffeb0979fafc4541ed6854ba23273c47992b.jpg\",\"AccoAminitiesMask\":\"1110000010001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":193665,\"Name\":\"Sinclairs Bayview\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.663902\",\"Long\":\"92.755639\",\"Address\":\"South Point Port Blair\"},\"Images\":{\"Image\":[{\"ImagId\":4329510,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/475\\/959\\/INDBAYVIEW-1_C.jpg\"},{\"ImagId\":4329511,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/475\\/950\\/INDBAYVIEW-4_A.jpg\"},{\"ImagId\":4329512,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/475\\/941\\/INDBAYVIEW-3_A.jpg\"},{\"ImagId\":4329513,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/475\\/930\\/INDBAYVIEW-2_A.jpg\"}]},\"CityId\":32511,\"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 Sinclairs Bayview Port Blair in Port Blair, you&amp;apos;ll be in the historical district and minutes from Aberdeen Clock Tower, and close to Rajiv Gandhi Water Sports Complex.  This hotel is within close proximity of Cellular Jail and Anthropological Museum.&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 46 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and slippers. 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 advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. This hotel also features complimentary wireless Internet access, concierge services, and wedding services. The shuttle (surcharge) will take you to the nearby beach or shopping center.&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 room service (during limited hours). 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 limo\\/town car service, complimentary newspapers in the lobby, and luggage storage. Planning an event in Port Blair? This hotel has 1453 square feet (135 square meters) of space consisting of a conference center and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a cruise ship terminal shuttle.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/475\\/959\\/INDBAYVIEW-1_C.jpg\",\"AccoAminitiesMask\":\"111100000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimmin Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":480355,\"Name\":\"Lemon Tree\'s Keys Select Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6500754\",\"Long\":\"92.7312312\",\"Address\":\"Opp. to Airport Gate, Lamba Line, Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6550,\"Title\":\"Bharatpur Beach, Neil Island, Bharatpur\",\"Description\":\"The best beach in Neil Island is Bharathpur Beach.  Tourists from all over the world love Bharathpur because of its backdrop unimaginably designed by the creator. The lagoon with shallow and clear water is an ideal space for family to have fun and enjoy the level best. The 500 km long beach has a lot of options for the kids to play and simply laugh.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Bharatpur_Beach,_Neil_Island,__34567_1530778332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":474140,\"Name\":\"TSG Blue Resort\\/Symphony Palms\\/Sands Marina or sim\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":480357,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0117653\",\"Long\":\"93.0071687\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":97162,\"Name\":\"Silversand Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0249\",\"Long\":\"92.9907\",\"Address\":\"No. 5, Vijay Nagar Beach \"},\"Images\":{\"Image\":[{\"ImagId\":2123877,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_13_t.jpg\"},{\"ImagId\":2123878,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_20_t.jpg\"},{\"ImagId\":2123879,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_27_t.jpg\"},{\"ImagId\":2123880,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_28_t.jpg\"},{\"ImagId\":2123881,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_3_t.jpg\"},{\"ImagId\":2123882,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_4_t.jpg\"},{\"ImagId\":2123883,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_9_t.jpg\"},{\"ImagId\":2123884,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_15_t.jpg\"},{\"ImagId\":2123885,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_8_t.jpg\"},{\"ImagId\":2123886,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_10_t.jpg\"},{\"ImagId\":2123887,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_11_t.jpg\"},{\"ImagId\":2123888,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_21_t.jpg\"},{\"ImagId\":2123889,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_22_t.jpg\"},{\"ImagId\":2123890,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_2_t.jpg\"},{\"ImagId\":2123891,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_23_t.jpg\"},{\"ImagId\":2123892,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_5_t.jpg\"},{\"ImagId\":2123893,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_7_t.jpg\"},{\"ImagId\":2123894,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_14_t.jpg\"},{\"ImagId\":2123895,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_17_t.jpg\"},{\"ImagId\":2123896,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_19_t.jpg\"},{\"ImagId\":2123897,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_24_t.jpg\"},{\"ImagId\":2123898,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_25_t.jpg\"},{\"ImagId\":2123899,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_26_t.jpg\"},{\"ImagId\":2123900,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_29_t.jpg\"},{\"ImagId\":2123901,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_30_t.jpg\"},{\"ImagId\":2123902,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_6_t.jpg\"},{\"ImagId\":2123903,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_31_t.jpg\"},{\"ImagId\":2123904,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_12_t.jpg\"}]},\"CityId\":11658,\"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 SilverSand Beach Resort in Havelock Island, you&amp;apos;ll be near the beach and within the region of Henry Lawrence Island.&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 39 air-conditioned rooms featuring refrigerators and minibars. Flat-screen televisions are provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include desks and coffee\\/tea makers, 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 in the views from a garden and make use of amenities such as 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;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours). 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;The front desk is staffed during limited hours. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9810000\\/9807400\\/9807319\\/9807319_13_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6550,\"Title\":\"Bharatpur Beach, Neil Island, Bharatpur\",\"Description\":\"The best beach in Neil Island is Bharathpur Beach.  Tourists from all over the world love Bharathpur because of its backdrop unimaginably designed by the creator. The lagoon with shallow and clear water is an ideal space for family to have fun and enjoy the level best. The 500 km long beach has a lot of options for the kids to play and simply laugh.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Bharatpur_Beach,_Neil_Island,__34567_1530778332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480358,\"Name\":\"Symphony Summer Sands\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8157514\",\"Long\":\"93.04810289999999\",\"Address\":\"Ram Nagar Beach, Neil Island, Ram Nagar, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":480359,\"Name\":\"Silver Sand Beach Resort Neil\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8288688\",\"Long\":\"93.030726\",\"Address\":\"Neil Kendra, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":480360,\"Name\":\"Symphony Summer Sands\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.8157514\",\"Long\":\"93.04810289999999\",\"Address\":\"Ram Nagar Beach, Neil Island, Ram Nagar, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6550,\"Title\":\"Bharatpur Beach, Neil Island, Bharatpur\",\"Description\":\"The best beach in Neil Island is Bharathpur Beach.  Tourists from all over the world love Bharathpur because of its backdrop unimaginably designed by the creator. The lagoon with shallow and clear water is an ideal space for family to have fun and enjoy the level best. The 500 km long beach has a lot of options for the kids to play and simply laugh.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Bharatpur_Beach,_Neil_Island,__34567_1530778332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178979\",\"Title\":\"Arrival at Port Blair\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Arrive at Port Blair in the morning\\/afternoon by flight and transfer to Hotel. After some rest visit the famous Cellular Jail (Entry closes @ 1545 hrs), Cellular Jail, also known as Kalapani is an old colonial prison situated in Port Blair, the capital of Andaman and Nicobar Islands. Constructed by the Britishers during their colonial rule in India, Cellular Jail was used particularly to exile political prisoners where they were subjected to many atrocities at the hands of the British. The jail complex is now maintained by the Government of India and it is recognized as the national memorial monument that showcases the life of prisoners during the British era and then attend the enthralling Sound and Light Show at Cellular Jail - where the heroic saga of the Indian freedom struggle is brought alive. The sound and light show at Cellular Jail are showcased as a conversation between an Atma (Spirit) and a Pipal Tree in the legendary actor Om Puri&#39;s Voice. The show is approximately 45 - 50 minutes. Later drop back to Hotel.<\\/p>\\r\\n\\r\\n<p>&bull;Our person will be waiting at the exit of the airport with your name on the placard. Kindly collect your luggage and walk to the exit gate point.<\\/p>\\r\\n\\r\\n<p>&bull;Our Tour Manager will brief you daily and on the first day will take you through the itinerary in detail and request you to spare time for the same.<\\/p>\\r\\n\\r\\n<p>&bull;In case your flight lands in the afternoon we may take you straight from the airport to Cellular Jail so that you are able to watch the light and sound show.<\\/p>\\r\\n\\r\\n<p>&bull;Once Cellular Jail visit is over guest will have to exit the Jail premises and wait at the garden opp to Jail and re-enter the Jail as per the timing of the Sound &amp; Light Show<\\/p>\\r\\n\\r\\n<p>&bull;Guest can avail refreshments like Tea, Coffee, Samosa, Coconut water, etc near the garden which is opposite the cellular jail on a direct payment basis<\\/p>\\r\\n\\r\\n<p>&bull;Please note that the vehicles are not allowed to stop outside cellular Jail, hence guests will be dropped approx. 400 Mtrs before Cellular Jail and will have to walk from the parking point until Jail. Once the Jail \\/ S&amp;L show visit is done the guest will have to walk again to the parking point to board the vehicle<\\/p>\\r\\n\\r\\n<p>&bull;Light and Sound Show at 1800 hrs or 1900 Hrs, depending on ticket availability<\\/p>\\r\\n\\r\\n<p>&bull;Cellular Jail is closed on Monday<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480356,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Ac Standard Room\"},{\"IsIncluded\":false,\"Id\":413619,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Ac Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480355,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":193665,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":2804,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178982\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"178985\",\"Title\":\"Day 02 \\u2013 Port Blair - Havelock\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Departure by Private \\/ Government Ferry (PB HL) from Port Blair &ndash; Havelock (Swaraj Dweep). The ferry takes 1.5-2.5 Hrs to reach Havelock (Swaraj Dweep) (Proceed inside the jetty with your own luggage as our staff is not allowed inside the jetty and once you enter the jetty proceed to the ferry counter and show the printout of your ticket and get the boarding stamped and then wait for the boarding announcement and then proceed with your luggage towards the ferry and any big luggage is to be handed over to the ferry staff and hand luggage to be carried on board and once you reach the destination collect your luggage outside the ferry and proceed towards the exit of the terminal). Our person will be waiting at the exit of the gate with Guest Names on a Placard. Proceed to selected Hotel and between around 1430 hrs - 1530 hrs proceed to Beach No 7* (Radhanagar Beach) rated as the &lsquo;Best Beach in Asia&rsquo; by Time Magazine and unwind and relax and enjoy the pristine white sand beach. To get the best view of Radhanagar Beach, we would recommend you to go in the water until Hip Level. Once there, turn around and you will see the Clean Blue Waters + the mystic white sand and the magical green trees, and this is the best view one can have of Radhanagar Beach. There are some local shops where guests purchase some snacks and refreshments. Evening at Leisure.<\\/p>\\r\\n\\r\\n<p>&bull; Kindly remind the hotel to provide packed breakfast at Port Blair since the same is not included at Havelock (Swaraj Dweep)<\\/p>\\r\\n\\r\\n<p>&bull; Carry valid Photo id (PAN Card not accepted) as the same is checked before boarding ferry<\\/p>\\r\\n\\r\\n<p>&bull; ALCOHOL cannot be carried on board the inter-island vessels (Private\\/ Govt)<\\/p>\\r\\n\\r\\n<p>&bull; Guest cannot swim in the water after sunset.<\\/p>\\r\\n\\r\\n<p>&bull; There are limited cars on Havelock (Swaraj Dweep) and hence guests are requested to adhere to the timelines shared by the Tour Manager.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":474140,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480357,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":97162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178988\",\"Title\":\"Day 03 \\u2013 Excursion to Elephant Beach \\/ Light House\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Embark on the most memorable excursion to Elephant Beach or Light House by sharing boat (Elephant Beach was called so as it was an Elephant Training Camp run by the Forest Department in the 1990s. The same is not operational now and there are no Elephants at Elephant Beach). The journey time is 30-45 mins and spends some time on the breathtaking white sands of Elephant Beach and you can enjoy a variety of Fruit Chats, Coconut Water, Samosa chat and Jalmuri, etc on direct payment basis and also you can also go for some water sports activities like Snorkeling, Sea Walk, Jet Ski, Glass bottom Boat, Banana Boat Ride, Sofa boat ride, Parasailing, etc on Direct payment. It&rsquo;s also a great place to just spend the day lying on the beach and relaxing. The beach is very scenic with fallen trees and white sand giving the photographer some interesting shots. The reef here starts very close to shore at a depth of about 1 meter. The large reef is mostly made up of hard coral and has plenty of marine life. Return back after 3 hrs in the same sharing boat back to Beach No 1. Our tour manager will meet and greet and assist with car transfers to proceed to Hotel. Evening at Leisure.<\\/p>\\r\\n\\r\\n<p>&bull; The boats to EB are managed by a boat association that needs individual guests to fill a consent form after which boats are allotted based on rotation and sharing basis.<\\/p>\\r\\n\\r\\n<p>&bull; Due to limited boats&nbsp;guests may have to wait until their boat is allotted and we have no control over the wait time.<\\/p>\\r\\n\\r\\n<p>&bull; Please carry a change of clothes, a towel, cap, sunglasses, and sunscreen and wear comfortable clothing for this trip.<\\/p>\\r\\n\\r\\n<p>&bull; Incase Elephant Beach trip is not operating due to sea conditions then the guest will be taken to Light House.<\\/p>\\r\\n\\r\\n<p>&bull; Guest can purchase water, snacks from shops nearby the counter before proceeding on the trip as nothing is available at Elephant Beach. Do not Litter on the beach and throw waste only in the dustbins.<\\/p>\\r\\n\\r\\n<p>&bull; DRINKING is strictly prohibited on Elephant Beach.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":474140,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480357,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":97162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":481,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178991\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"178994\",\"Title\":\"Day 04 \\u2013 Havelock \\u2013 Neil Island\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Check out and return from Havelock (Swaraj Dweep) to Neil (Shaheed Dweep) by Private \\/ Government Ferry (HL NL) The ferry takes 1 hr to reach and once you reach the destination collect your luggage outside the ferry and proceed towards the exit of the terminal where our person will be waiting with your guest name on the Placard and transfer to Hotel in Neil (Shaheed Dweep) Island. Enjoy a comfortable overnight stay at Hotel in Neil (Shaheed Dweep) Island. Evening leisure.<\\/p>\\r\\n\\r\\n<p>&bull; Do note that all hotels on Havelock (Swaraj Dweep) have an early morning check out time and late checkout is provided at the discretion of the hotel management<\\/p>\\r\\n\\r\\n<p>&bull; Guest should be at private ferry counter for check-in at least an hour before vessel departure time<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480360,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480359,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":480358,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"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\":\"178997\",\"Title\":\"Day 05 \\u2013 Neil Island \\u2013 Port Blair\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Wake up to the quaint and mesmerizing Neil Island (Shaheed Dweep) also called the Vegetable bowl of Andaman&rsquo;s. Check Out and then proceed for the three beach visit covering Bharatpur (famous for Water Sports including Glass Bottom Boat Ride, Jet Ski, Snorkeling, Scuba Diving, Speed Boat Ride, etc on Direct Payment Basis), Laxmanpur beach (famous for its views as one can see Havelock Island on 01 sides and Port Blair on the other on a clear day) and Natural Bridge (also known as Howrah Bridge by the locals - this can be accessed only during the Low Tide). Return back to Port Blair by Private \\/ Government Ferry (NL PB) from Neil Island (Shaheed Dweep) to Port Blair. Our person will be waiting at the exit of the harbor and provide a meet and greet and then and drop you at PB Hotel. Evening at Leisure.<\\/p>\\r\\n\\r\\n<p>&bull; The beach visit is subject to tide schedule and our local rep will update you on the preferred time to visit.<\\/p>\\r\\n\\r\\n<p>&bull; Do note that all hotels on Neil (Shaheed Dweep) Island have an early morning check out time and late checkout is provided at the discretion of the hotel management<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480360,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480359,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":480358,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":6550,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"179000\",\"Title\":\"Day 06 \\u2013 Departure from Port Blair\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Check out from Port Blair Hotel as per check-out time after which we will take you straight to the Airport to board your departure flight. Depart with sweet memories of these stunning Islands. Do note that all hotels on Port Blair have an early morning check-out time and late checkout is provided at the discretion of the hotel management and subject to availability. Port Blair Airport is a small airport with heavy rush and request all guest to be at the airport at least 1.5 hrs before departure flight timing...<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"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\":\"24989\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24340.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":22713,\"priceDoubleOcc\":\"24340.90\",\"priceSingleOcc\":48681.8,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24340.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":22713,\"priceDoubleOcc\":\"24340.90\",\"priceSingleOcc\":48681.8,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24340.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":22713,\"priceDoubleOcc\":\"24340.90\",\"priceSingleOcc\":48681.8,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24340.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":22713,\"priceDoubleOcc\":\"24340.90\",\"priceSingleOcc\":48681.8,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24340.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":22713,\"priceDoubleOcc\":\"24340.90\",\"priceSingleOcc\":48681.8,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24340.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":24311,\"priceDoubleOcc\":\"26737.50\",\"priceSingleOcc\":51078.4,\"priceExtraBed\":\"19458.00\",\"priceWithoutBed\":\"15456.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24990\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29778.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":27690,\"priceDoubleOcc\":\"29778.10\",\"priceSingleOcc\":59556.2,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29778.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":27690,\"priceDoubleOcc\":\"29778.10\",\"priceSingleOcc\":59556.2,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29778.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":27690,\"priceDoubleOcc\":\"29778.10\",\"priceSingleOcc\":59556.2,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29778.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":27690,\"priceDoubleOcc\":\"29778.10\",\"priceSingleOcc\":59556.2,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29778.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":27690,\"priceDoubleOcc\":\"29778.10\",\"priceSingleOcc\":59556.2,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29778.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":29288,\"priceDoubleOcc\":\"32174.70\",\"priceSingleOcc\":61952.8,\"priceExtraBed\":\"23515.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32174.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44102.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37562,\"priceDoubleOcc\":\"44102.50\",\"priceSingleOcc\":88205,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44102.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37562,\"priceDoubleOcc\":\"44102.50\",\"priceSingleOcc\":88205,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44102.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37562,\"priceDoubleOcc\":\"44102.50\",\"priceSingleOcc\":88205,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44102.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37562,\"priceDoubleOcc\":\"44102.50\",\"priceSingleOcc\":88205,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44102.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37562,\"priceDoubleOcc\":\"44102.50\",\"priceSingleOcc\":88205,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44102.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":39160,\"priceDoubleOcc\":\"46499.10\",\"priceSingleOcc\":90601.6,\"priceExtraBed\":\"24481.20\",\"priceWithoutBed\":\"17553.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46499.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24989\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23282.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":21726,\"priceDoubleOcc\":\"23282.60\",\"priceSingleOcc\":46565.2,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23282.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":21726,\"priceDoubleOcc\":\"23282.60\",\"priceSingleOcc\":46565.2,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23282.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":21726,\"priceDoubleOcc\":\"23282.60\",\"priceSingleOcc\":46565.2,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23282.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":21726,\"priceDoubleOcc\":\"23282.60\",\"priceSingleOcc\":46565.2,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23282.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":21726,\"priceDoubleOcc\":\"23282.60\",\"priceSingleOcc\":46565.2,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23282.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":23254,\"priceDoubleOcc\":\"25575.00\",\"priceSingleOcc\":48857.6,\"priceExtraBed\":\"18612.00\",\"priceWithoutBed\":\"14784.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25575.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24990\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28483.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":26487,\"priceDoubleOcc\":\"28483.40\",\"priceSingleOcc\":56966.8,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":26487,\"priceDoubleOcc\":\"28483.40\",\"priceSingleOcc\":56966.8,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":26487,\"priceDoubleOcc\":\"28483.40\",\"priceSingleOcc\":56966.8,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":26487,\"priceDoubleOcc\":\"28483.40\",\"priceSingleOcc\":56966.8,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":26487,\"priceDoubleOcc\":\"28483.40\",\"priceSingleOcc\":56966.8,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":28015,\"priceDoubleOcc\":\"30775.80\",\"priceSingleOcc\":59259.2,\"priceExtraBed\":\"22492.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30775.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42185.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35929,\"priceDoubleOcc\":\"42185.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35929,\"priceDoubleOcc\":\"42185.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35929,\"priceDoubleOcc\":\"42185.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35929,\"priceDoubleOcc\":\"42185.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35929,\"priceDoubleOcc\":\"42185.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-01\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37457,\"priceDoubleOcc\":\"44477.40\",\"priceSingleOcc\":86662.4,\"priceExtraBed\":\"23416.80\",\"priceWithoutBed\":\"16790.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44477.40\",\"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;Air tickets and airport taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle at disposal at Port Blair &amp;amp; Havelock&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any extra excursions or sightseeing apart from the suggested tour itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Porter Charges, Guide Charges including Cellular Jail &amp;amp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ross Island and Camera Ticket charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Other meals not mentioned laundry, telephone calls, and incidentals.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera \\/ Video camera fees applicable at the monument&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;5-night accommodation in well-appointed rooms as mentioned above hotels or equivalent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers and Sightseeing as per itinerary by private tourist vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan as mentioned above&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entry tickets, and ferry tickets to all sightseeing places.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Port Blair - Havelock + Havelock - Neil + Neil - Port&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Blair by Private \\/ Government Ferry&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excursion to Elephant Beach\\/ Light House subject to weather conditions&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\":{\"178979\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178979],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178982\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178982],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178985\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178985],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178988\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178988],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178991\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178991],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178994\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178994],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178997\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178997],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"179000\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[179000],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island','','32511,11658,34567',23283,46499,5,'4_1674900448_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2021-05-05 00:00:00','2021-08-31 00:00:00','2021-08-31 00:00:00',3,'India','101','2021-05-05 00:00:00','2021-05-05 00:00:00',1,1,'1','1','1','','','',NULL,'island-hopping-in-andaman',NULL,NULL,NULL,0),(5,25698,1,6049,1,0,0,'Honeymoon,Adventure,Family,Heritage,Culture,Weekend,Festivals and Events,Romantic,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":25698,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Golden_Triangle_and_Udaipur_82.jpg\",\"BookingValidUntill\":\"2021-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Golden triangle the most favored tour among tourists is a complete package of India&amp;rsquo;s most prominent cities. Golden triangle with fabulous art and architecture, historic monuments, and rich cultural heritage when combined with the romantic city of lakes Udaipur enhances the charm of the trip making it all the more aspiring. During the Golden Triangle &amp;amp; Udaipur tour, the tourist can see the best destinations of India like Delhi, Jaipur, and Agra which are ancient and historical cities, where the visitors can explore forts, places, and monuments. The three cities make a triangle from where the clients can go and discover the religious, cultural, and traditional values. Apart from these three cities, the visitors can have a wonderful trip to Udaipur, which is popularly known for its lakes and well-decorated forts. Further, in Udaipur, the tourists can also come close to the villagers and enjoy the vibrant multicolored festivals, fairs, art, and musical performance&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Golden Triangle and Udaipur\",\"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\",\"PackageType\":\"Honeymoon,Adventure,Family,Heritage,Culture,Weekend,Festivals and Events,Romantic,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2021-05-05\",\"To\":\"2021-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":219640,\"Name\":\"SK Premium Park (Formerly Park Plaza New Delhi Har\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.63034078336736\",\"Long\":\"77.11350917567142\",\"Address\":\"1B, Sub District Centre Hari Nagar, 110064 New Delhi, India, Delhi, India, \"},\"Images\":{\"Image\":[{\"ImagId\":4789780,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhMTJBB2SyU2Pg2ZMj9rB7qFfXNB\\/DpEBk3Y27VnlG6W\\/dianStPD9KPIEKKaRI3bswijgvRQxMgW44o7PgQj9o\"}]},\"CityId\":7701,\"Brief\":\"Featuring a rooftop outdoor swimming pool and restaurant, Premium Park New Delhi Hari Nagar also offers free Wi-Fi. It is a 15-minute drive from Safdarjung Domestic and Indira Gandhi International Airport.Premium Park New Delhi Hari Nagar is less than 16 km from nearby attractions including Connaught Place and India Gate.Modern rooms include wood furnishings and a flat-screen cable TV. Room amenities include a work desk, minibar and tea\\/coffee maker.The hotel offers a 24-hour front desk and a fitness centre for guests to work-out. Airport transfers can be arranged and free valet parking is available.Coffee and fresh bread is available 24-hours at the Mosaic restaurant, which features a wide selection of a la carte menu items. Guests can choose from a variety of spirits, cocktails, beer and wine at the hotel&rsquo;s pub.The SK Premium Park (Formerly Park Plaza New Delhi Hari Nagar) is a  hotel. Located in DELHI area..\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhMTJBB2SyU2Pg2ZMj9rB7qFfXNB\\/DpEBk3Y27VnlG6W\\/dianStPD9KPIEKKaRI3bswijgvRQxMgW44o7PgQj9o\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":352537,\"Name\":\"The Claridges\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.600531697938\",\"Long\":\"77.216280698776\",\"Address\":\"12 Dr APJ Abdul Kalam Road, 110011 New Delhi, Dr APJ Abdul Kalam Road\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;A stay at The Claridges New Delhi places you in the heart of New Delhi, minutes from Gandhi Smriti and close to Humayun&#039;s Tomb.  This 5-star hotel is within close proximity of Lodhi Garden and India International Centre.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 132 individually decorated guestrooms, featuring refrigerators and plasma televisions. Rooms have private balconies. Digital programming and DVD players are provided for your entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with showers feature designer toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Relax and unwind with massages and body treatments. You&#039;re sure to appreciate the recreational amenities, including a health club, an outdoor pool, and bicycles to rent. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can get to nearby shops on the 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 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 24-hour business center, limo\\/town car service, and express check-in. Event facilities at this hotel consist of a conference center 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\\/02\\/dc\\/02dc90ee4f834eefe8381e0d18c732cda9e3b882.jpg\",\"AccoAminitiesMask\":\"1000000000001110000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":219553,\"Name\":\"LE MERIDIEN DELHI\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.6193670299637\",\"Long\":\"77.2190701961517\",\"Address\":\"Windsor Place, Delhi, India, 110001\"},\"Images\":{\"Image\":[{\"ImagId\":4789693,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhTAOcVjJE2DSOalW1gFzJswT43Mwe6Xn06x5iHtAefLq\\/ptXlC5FSbLJZhduM2cf9mfA03E3rVWk7\\/pUYtIHLO\"}]},\"CityId\":7701,\"Brief\":\"The hotel is conveniently located in the centre of the city, within a 2 km radius of major central government offices, Parliament House, the Presidential Palace, Rashtrapathi Bhawan and the bustling commercial and shopping district of Connaught Place. Indira Gandhi International Airport is located roughly 16 km from the hotel.FacilitiesGuests are welcomed in the lobby. The upper floors can be reached by lift. Amenities include currency exchange facilities. Gastronomic options include a restaurant, a caf&eacute; and a bar. Guests arriving in their own vehicles can park in the car park. Additional services include room service and a laundry. There is a business area with a conference room and a business centre.RoomsAll rooms feature air conditioning and a bathroom. A safe and a minibar also feature. A fridge and tea and coffee making equipment contribute to a comfortable stay. Internet access, a telephone, a TV and wireless internet access are provided as standard. In each of the bathrooms, guests will find a shower, a bathtub, a hairdryer and bathrobes.Sports\\/EntertainmentThe hotel offers an outdoor pool. The hot tub offers revitalisation. Active guests have various leisure options to choose from, including tennis, a gym and a spa. A disco provides entertainment. MealsThe hotel offers the following bookable meals and board options: breakfast, lunch and dinner.PaymentAll major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.The LE MERIDIEN DELHI is a Tourist, Modern, Business, City hotel, Full Service hotel. Located in DELHI 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=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhTAOcVjJE2DSOalW1gFzJswT43Mwe6Xn06x5iHtAefLq\\/ptXlC5FSbLJZhduM2cf9mfA03E3rVWk7\\/pUYtIHLO\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &mdash; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":21418,\"Name\":\"Howard Plaza The Fern\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.164327974783\",\"Long\":\"78.038238286972\",\"Address\":\"Fatehabad Road Agra 282 001\"},\"Images\":{\"Image\":[{\"ImagId\":517343,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/369\\/_AKP3378_C.jpg\"},{\"ImagId\":517344,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/360\\/_AKP3428_A.jpg\"},{\"ImagId\":517345,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/378\\/_AKP3350_A.jpg\"},{\"ImagId\":517346,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/351\\/_AKP3389_A.jpg\"},{\"ImagId\":517347,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/387\\/_AKP3324_A.jpg\"},{\"ImagId\":517348,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/396\\/_AKP3489_A.jpg\"},{\"ImagId\":517349,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/414\\/_AKP3488_A.jpg\"},{\"ImagId\":517350,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/405\\/_AKP3512_A.jpg\"},{\"ImagId\":517351,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/423\\/_AKP3504_A.jpg\"},{\"ImagId\":517352,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/432\\/Exterior_C.jpg\"}]},\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/34\\/211\\/369\\/_AKP3378_C.jpg\",\"AccoAminitiesMask\":\"110110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimmin Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":21517,\"Name\":\"Hotel The Taj Vilas\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1671\",\"Long\":\"78.0324\",\"Address\":\"Fatehabad Road opposite Hotel Trident\"},\"Images\":{\"Image\":[{\"ImagId\":518530,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_12_t.jpg\"},{\"ImagId\":518531,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_15_t.jpg\"},{\"ImagId\":518532,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_9_t.jpg\"},{\"ImagId\":518533,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_11_t.jpg\"},{\"ImagId\":518534,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_8_t.jpg\"},{\"ImagId\":518535,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_5_t.jpg\"},{\"ImagId\":518536,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_13_t.jpg\"},{\"ImagId\":518537,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_6_t.jpg\"},{\"ImagId\":518538,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_10_t.jpg\"},{\"ImagId\":518539,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_7_t.jpg\"},{\"ImagId\":518540,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_4_t.jpg\"},{\"ImagId\":518541,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_3_t.jpg\"},{\"ImagId\":518542,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_2_t.jpg\"},{\"ImagId\":518543,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_1_t.jpg\"},{\"ImagId\":518544,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_18_t.jpg\"}]},\"CityId\":266,\"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 Taj Vilas in Agra, you&amp;apos;ll be convenient to Mosque and the Jawab and Taj Mahal.  This hotel is within close proximity of Agra Fort and Itmad-ud-Daulah&amp;apos;s Tomb.&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;Treat yourself to a stay in one of the 68 individually decorated guestrooms, featuring fireplaces and 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. Conveniences include laptop-compatible 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 the convenience of ski-in\\/ski-out access at this hotel, which also features a 24-hour fitness center. Additional features 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.&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, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6320000\\/6315700\\/6315677\\/6315677_12_t.jpg\",\"AccoAminitiesMask\":\"111001000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":355569,\"Name\":\"Crystal Sarovar Premiere\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1574\",\"Long\":\"78.050461\",\"Address\":\"Fatehabad Road, Agra 282001, Fatehabad Road\"},\"Images\":[],\"CityId\":266,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Centrally located in Agra, Crystal Sarovar Premiere Agra is convenient to Agra Fort and Sadar Bazar.  This 5-star hotel is convenient to Itmad-ud-Daulah&#039;s Tomb.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 112 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have showers and complimentary 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;Treat yourself with massages and body treatments. You&#039;re sure to appreciate the recreational amenities, including a health club and an outdoor pool. Additional features at this hotel include complimentary wireless Internet access, concierge services, and wedding services.&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. 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 complimentary high-speed (wired) Internet access, a 24-hour business center, and express check-in. Event facilities at this hotel consist of a conference center and meeting rooms. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/39\\/76\\/3976f7c02548b3a7dcfd87f30c056d0d59a01cb0.jpg\",\"AccoAminitiesMask\":\"1010000010001100100\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &mdash; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104920,\"Name\":\"Lemon Tree Premier\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.935323\",\"Long\":\"75.791716\",\"Address\":\"Nirwan Marg Bani Park\"},\"Images\":{\"Image\":[{\"ImagId\":2282542,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/883\\/LTJAILTP01_C.jpg\"},{\"ImagId\":2282543,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/891\\/LTJAILTP02_A.jpg\"},{\"ImagId\":2282544,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/902\\/LTJAILTP03_A.jpg\"},{\"ImagId\":2282545,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/910\\/LTJAILTP03_(1)_A.jpg\"},{\"ImagId\":2282546,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/918\\/LTJAILTP06_A.jpg\"}]},\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/52\\/501\\/883\\/LTJAILTP01_C.jpg\",\"AccoAminitiesMask\":\"111110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimmin Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":413255,\"Name\":\"Four Points By Sheraton Jaipur City Square\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.864861036743\",\"Long\":\"75.795489102601\",\"Address\":\"City Square, Vasundhara Colony, Tonk Road, Jaipur 302018, Rajasthan\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Centrally located in Jaipur, Four Points by Sheraton Jaipur, City Square is convenient to World Trade Park and Sawai Mansingh Stadium.  This 4-star hotel is within close proximity of Birla Temple and Central Park.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 114 air-conditioned rooms featuring minibars and LCD televisions. Wireless Internet access (surcharge) keeps you connected, and cable programming is available for your entertainment. Partially open bathrooms with showers feature rainfall showerheads and complimentary toiletries. 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;Don&#039;t miss out on the many recreational opportunities, including a 24-hour health club, an outdoor pool, and a steam room. This hotel also features wireless Internet access (surcharge), 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 stay in and take advantage of the hotel&#039;s 24-hour room service. Meet other guests and eat at a complimentary reception. 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, express check-in, and express check-out. Event facilities at this hotel consist of conference space and meeting rooms. Guests may use a train station pick-up service for a surcharge, and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/03\\/99\\/0399da00824f8269dc1e8208be2f9e7320760590.jpg\",\"AccoAminitiesMask\":\"1010000000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"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\"},{\"RefHotelId\":413433,\"Name\":\"Hotel Vesta Maurya Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.915415\",\"Long\":\"75.811031\",\"Address\":\"S-35-A, Arvind Marg, Near M.I. Road,,Rajasthan,India, 302001\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"Hotel Vesta Maurya Palace, Jaipur, a centrally located sophisticated hotel is ideal for business travel as well as a relaxed holiday. The traditional hospitality, welcoming ambience and flawless personalised services attracts the discerned travellers. This modern hotel offers a host of amenities for business and leisure, tasty meals and soothing accommodations.\\n\\n&lt;b&gt;Location:&lt;\\/b&gt;\\nHotel Vesta Maurya Palace is situated at Arvind Marg, near M.I. road. Prominent tourist hotspots in the vicinity include Hawa Mahal (Approx. 3km) and Albert Hall Museum (Approx. 2km). Hawa Mahal is a five-storey structure beautiful latticework built for the women folk. Made of red and pink sandstone, this historic monument also houses an archaeological museum. Amber Fort, Jaipur Zoo and Lakshmi Narayan Temple are some of the significant tourist locations worth exploring. \\n\\nJaipur International Airport: 15 km (approx.)\\nJaipur Railway Station: 4 km (approx.)\\n\\n&lt;b&gt;Hotel Features:&lt;\\/b&gt;\\nA pleasant ambience and a comfortable stay with essential amenities can be enjoyed by the guests at this hotel. The necessary amenities for the guests are room service, internet, 24-hour front desk, air conditioning, elevators, parking, travel desk, 24-hour security and doctor-on-call. Well-equipped banquet facilities and wedding services are available for hosting informal events. The hotel houses a pool and health club for rejuvenation. The business centre equipped with conference facilities, business services and audio visual equipment fulfil the needs of corporate travellers. ATM\\/Cash machine and non-smoking rooms are additional benefits. Chandragupt, the indoor multi-cuisine restaurant offers tempting meals while The Spirit of Jeypore, a tastefully designed in-house bar offers quality beverages.\\n\\n&lt;b&gt;Rooms:&lt;\\/b&gt;\\nRoyal deluxe, studio and suite rooms are available for lodging at Hotel Vesta Maurya Palace. These air conditioned rooms are contemporary and smartly furnished. The wooden flooring enhances the overall look of the rooms while the in-room amenities such as LCD colour TV, telephone, tea\\/coffee maker, Wi-Fi access, refrigerator and writing desk offers much-needed convenience during the stay.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3141\\/314197\\/images\\/_MG_8014_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &mdash; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":225663,\"Name\":\"juSTa Rajputana\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.552949\",\"Long\":\"73.70264\",\"Address\":\"Hiran Magri, Sector-11, Near Savina Nath,Rajasthan,India, 313001\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"&lt;b&gt;Four-star Resort in the City of Lakes.&lt;\\/b&gt;\\n\\nRajputana Udaipur-A Justa Resort is a 4-star property with large and spacious rooms set against the backdrop of the Aravallis. The resort features lush green lawns and water bodies and houses an all-day Restaurant with an Alfresco dinning, a Bar by the Pool Garden and a &quot;Winter Grill by the Poolside&quot;. The resort also has a private stud farm, Spa, a Conference Hall and a swimming pool and is ideal for both the business and leisure traveler.\\n\\n&lt;b&gt;Location:&lt;\\/b&gt;\\nRajputana Resort is located near Math Savina, 10 minutes from Udaipur&#039;s city center. The resort is located within accessible distance from a lot of places of tourist interest like - City Palace (4 kms), Lake Pichhola (4kms), Fateh Sagar Palace (4.5KM), Jag Mandir (4.5 kms), Monsoon Palace (15 kms), Jagdish Temple (5 kms) and Maharana Pratap Memorial (8 kms). Tourists can also take heritage walks around the city or indulge in boating in the nearby Lake Pichola and Lake Fateh Sagar.\\n\\nDistance from Udaipur City Railway Station: 4 kms (approx)\\nDistance from Udaipur Airport: 24 kms (approx)\\n\\n&lt;b&gt;Features:&lt;\\/b&gt;\\nThe resort has a multi-cuisine restaurant serving Indian, Continental and traditional Rajasthani cuisine, and also features a Bar &amp; Lounge. The resort has a swimming pool and open lawns for banquets, cocktail dinners, weddings and other events. There&#039;s a Conference Hall with audio-visual equipment and Wireless Internet facility is also available. There is ample parking space for guest&#039;s vehicles and Car Rental service is also provided by the resort. Some of the activities organized by the resort include Garden Walks, Theme Dinners, Barbeque &amp; Grill, Carom, Chess, Bonfire, Trekking and Boat rides.\\n\\n&lt;b&gt;Rooms:&lt;\\/b&gt;\\nThe resort has 46 rooms fitted with Rajasthani interiors and come equipped with a seating area and attached bathrooms.\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivLBKF\\/OCO1uSXdXwLZqTZDwB59J7nInoAgTZ\\/2Bkh8X1nB5cjbR99Bm56swuiCbwE4=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":225716,\"Name\":\"RAMADA RESORT (Formerly Lotus Lake View Resort)\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.583565\",\"Long\":\"73.648759\",\"Address\":\"Kodiyat Road Rampura Choraha, Udaipur, Rajasthan 313 001, Udaipur, India, \"},\"Images\":[],\"CityId\":28058,\"Brief\":\"Location\\nThe resort is located in Udaipur, &ldquo;the city of lakes and palaces&rdquo;. It is set on one of the hills of Aravali Range, with a breath-taking view of the beautiful Ranges and Pichola Lake. The railway station is only 7 km away and the airport is 28 km away from the hotel.\\nFacilities\\nServices such as a safe and currency exchange facilities make for a comfortable stay. Internet access and wireless internet access are available in the public areas. Gastronomic options offered by the establishment include a restaurant and a dining area. A newspaper stand is also among the amenities at the establishment. Guests arriving in their own vehicles can park in the car park. Additional services include a childcare service, medical assistance, a transfer service, room service and a laundry.\\nRooms\\nAll accommodation units feature air conditioning and a bathroom. A balcony completes the range of amenities available in most rooms. The accommodation units each feature a double bed. A safe and a minibar also feature. The accommodation units offer a range of amenities, including tea and coffee making equipment. Convenient features include internet access, a telephone, a TV, a DVD player and wireless internet access. Each accommodation unit includes a bathroom with a shower.\\nSports\\/Entertainment\\nThe swimming pool is ideal for a refreshing dip. Active guests have various leisure options to choose from, including a gym, a spa, a sauna, massage treatments and Ayurveda. \\nMeals\\nThe establishment offers breakfast as a bookable board option.The RAMADA RESORT (Formerly Lotus Lake View Resort) is a Tourist hotel. Located in UDAIPUR area. Shopping is within walking distance and the nightlife\\/restaurants are right next to the hotel.\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhOpc+yPG5FGSrKGyIByFVcTu0RLBzKm7vhc+de4S9yIhjMK4uhnRo52ynSxNdkDq9cc0G\\/BIFjUFMeYW6Qu4yd\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481666,\"Name\":\"Bloom Boutique | Lake Pichola\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5829086\",\"Long\":\"73.6758175\",\"Address\":\"Dr.Chhagan Nath Ji Ki Bari, Outside Bhrampole, Ambamata, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481667,\"Name\":\"j\\u00fcSTa Rajputana Resort and Convention Centre\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.552939\",\"Long\":\"73.70264\",\"Address\":\"Math Marg, Sector 11, Savina, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481668,\"Name\":\"Bloom Boutique | Lake Pichola\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5829086\",\"Long\":\"73.6758175\",\"Address\":\"Dr.Chhagan Nath Ji Ki Bari, Outside Bhrampole, Ambamata, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &mdash; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":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\":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},{\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"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\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"184732\",\"Title\":\"Day 01 \\u2013 Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Delhi and check-in at the hotel. 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. Overnight in Delhi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":219640,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":352537,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":219553,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184735\",\"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. Enjoy a rickshaw ride in Chandni Chowk, the busiest market in Old Delhi&hellip;noisy, chaotic and uniquely Indian. 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\":[{\"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\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184738\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"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\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184741\",\"Title\":\"Day 03 \\u2013 Delhi \\u2013 Agra (210 kms \\/ approx. 4 hours)\",\"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\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":21418,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":355569,\"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\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184744\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"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\":\"184747\",\"Title\":\"Day 04 \\u2013 Agra \\u2013 Jaipur (230 kms \\/ approx. 5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast you will leave to Jaipur. On the way, you will visit Abhaneri and Fatehpur Sikri. Abhaneri &ndash; Abhaneri is a village in the Dausa district of Rajasthan state in India. The place is popular for the Chand Baori step well and Harshat Mata Temple. Fatehpur Sikri- 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; 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\":413433,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":104920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":413255,\"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\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184750\",\"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 carved latticework windows was designed so the ladies of the palace could look out onto the 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\":[{\"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\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184753\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"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\":\"184756\",\"Title\":\"Day 06 \\u2013 Jaipur \\u2013 Udaipur (390 kms \\/ approx. 6.5 hrous)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, proceed to Udaipur. Arrive Udaipur and check in to your hotel and relax. Rest of the day at leisure. Overnight in Udaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481668,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":225663,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":225716,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184759\",\"Title\":\"Day 07 \\u2013 Sightseeing in Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, proceed for full-day tour of Udaipur. Visit the City Palace, standing on the east bank of Lake Pichola. The complex is a massive series of palaces built at different times from 1559. The balconies of the palace provide panoramic views of the Lake Palace Hotel and Jag Mandir on one side, and the city of Udaipur on the other. The paintings, mosaics, intricately carved &#39;chhatris&#39; and the architecturally brilliant facade all contribute to making your visit to the City Palace a truly memorable experience. Thereafter, visit a picturesque garden, Sahelion ki Bari. You will visit also visit Jagdish Temple, which 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. In the evening, enjoy a boat ride on Lake Pichola (depending upon the water level of lake), which is an artificial fresh water lake, created in the year 1362 AD. Rest of the day at leisure. Overnight in Udaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481666,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481667,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":225716,\"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\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":720,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1360,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"184762\",\"Title\":\"Day 08 \\u2013 Departure from Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast, you will be transferred to Udaipur airport for return flight back home.<\\/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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25698\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23749.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19543,\"priceDoubleOcc\":\"23749.95\",\"priceSingleOcc\":47499.9,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23749.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19543,\"priceDoubleOcc\":\"23749.95\",\"priceSingleOcc\":47499.9,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23749.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19543,\"priceDoubleOcc\":\"23749.95\",\"priceSingleOcc\":47499.9,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23749.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19543,\"priceDoubleOcc\":\"23749.95\",\"priceSingleOcc\":47499.9,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23749.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19543,\"priceDoubleOcc\":\"23749.95\",\"priceSingleOcc\":47499.9,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23749.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23649,\"priceDoubleOcc\":\"29908.20\",\"priceSingleOcc\":53658.15,\"priceExtraBed\":\"11130.00\",\"priceWithoutBed\":\"6190.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29908.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25699\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28820.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24108,\"priceDoubleOcc\":\"28820.40\",\"priceSingleOcc\":57640.8,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24108,\"priceDoubleOcc\":\"28820.40\",\"priceSingleOcc\":57640.8,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24108,\"priceDoubleOcc\":\"28820.40\",\"priceSingleOcc\":57640.8,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24108,\"priceDoubleOcc\":\"28820.40\",\"priceSingleOcc\":57640.8,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24108,\"priceDoubleOcc\":\"28820.40\",\"priceSingleOcc\":57640.8,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28214,\"priceDoubleOcc\":\"34978.65\",\"priceSingleOcc\":63799.05,\"priceExtraBed\":\"14683.20\",\"priceWithoutBed\":\"11839.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34978.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25700\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33441.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28205,\"priceDoubleOcc\":\"33441.45\",\"priceSingleOcc\":66882.9,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33441.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28205,\"priceDoubleOcc\":\"33441.45\",\"priceSingleOcc\":66882.9,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33441.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28205,\"priceDoubleOcc\":\"33441.45\",\"priceSingleOcc\":66882.9,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33441.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28205,\"priceDoubleOcc\":\"33441.45\",\"priceSingleOcc\":66882.9,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33441.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28205,\"priceDoubleOcc\":\"33441.45\",\"priceSingleOcc\":66882.9,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33441.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":32311,\"priceDoubleOcc\":\"39599.70\",\"priceSingleOcc\":73041.15,\"priceExtraBed\":\"17732.40\",\"priceWithoutBed\":\"12180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39599.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25698\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22619.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18613,\"priceDoubleOcc\":\"22619.00\",\"priceSingleOcc\":45238,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18613,\"priceDoubleOcc\":\"22619.00\",\"priceSingleOcc\":45238,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18613,\"priceDoubleOcc\":\"22619.00\",\"priceSingleOcc\":45238,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18613,\"priceDoubleOcc\":\"22619.00\",\"priceSingleOcc\":45238,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18613,\"priceDoubleOcc\":\"22619.00\",\"priceSingleOcc\":45238,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22523,\"priceDoubleOcc\":\"28484.00\",\"priceSingleOcc\":51103,\"priceExtraBed\":\"10600.00\",\"priceWithoutBed\":\"5896.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28484.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25700\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31849.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26862,\"priceDoubleOcc\":\"31849.00\",\"priceSingleOcc\":63698,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31849.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26862,\"priceDoubleOcc\":\"31849.00\",\"priceSingleOcc\":63698,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31849.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26862,\"priceDoubleOcc\":\"31849.00\",\"priceSingleOcc\":63698,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31849.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26862,\"priceDoubleOcc\":\"31849.00\",\"priceSingleOcc\":63698,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31849.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26862,\"priceDoubleOcc\":\"31849.00\",\"priceSingleOcc\":63698,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31849.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-26\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":30772,\"priceDoubleOcc\":\"37714.00\",\"priceSingleOcc\":69563,\"priceExtraBed\":\"16888.00\",\"priceWithoutBed\":\"11600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37714.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;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\":{\"184732\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[184732],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184735\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[184735],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184738\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[184738],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184741\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[184741],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184744\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[184744],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184747\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[184747],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184750\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[184750],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184753\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[184753],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184756\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[184756],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184759\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[184759],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"184762\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[184762],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Delhi,Agra,Jaipur,Udaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Udaipur',NULL,'7701,266,12995,28058',22619,39600,7,NULL,NULL,NULL,2,'',0,'2021-05-05 00:00:00','2021-09-30 00:00:00','2021-09-30 00:00:00',3,'India','101','2021-05-05 00:00:00','2021-05-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'golden-triangle-and-udaipur',NULL,NULL,NULL,0),(6,25746,1,6049,1,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":25746,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2021-07-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"20000- 30000 price\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6049,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":6049,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Travergy\",\"Name\":\"kerala package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6344\",\"SupplierName\":\"Travergy\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2021-05-11\",\"To\":\"2021-07-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":419227,\"Name\":\"Las Palmas Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.079170460157\",\"Long\":\"77.084959150787\",\"Address\":\"National Highway 49, Devikulam Post Office, Munnar 685613, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Las Palmas is perfectly located for both business and leisure guests in Munnar. The property features a wide range of facilities to make your stay a pleasant experience. 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer are on the list of things guests can enjoy. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Las Palmas the perfect choice for your stay in Munnar.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/03\\/f5\\/03f5b32d18f2f22cc32cf386331f5d3fd3dedfc9.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481742,\"Name\":\"Hotel Hillview Munnar\",\"Star\":\"3.00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0699495\",\"Long\":\"77.0611169\",\"Address\":\"Near Blossom Hydel Park, SH 16, Moolakadai, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1100001000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":6,\"Title\":\"Spa\"}],\"IsfromAPI\":false,\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":277,\"Title\":\"Cardamom Hills\",\"Description\":\"The Cardamom Mountains being part of the southern part of European Ghats situated in southern east Kerala and Tamil Nadu southern west at South Indian. Their name comes through the cardamom liven expanded in much of e hills&amp;#039; awesome level, which also facilitates spice up and java. The European Ghats, Periyar Sub-Cluster such as Cardamom Mountains, is into concern through the UNESCO Globe Culture Panel for selection as Globe Culture Site.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.166667,\"Long\":77.066667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/550\\/thumb\\/Cardamom Hills_237.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":13650,\"Title\":\"Chengulam Dam\",\"Description\":\"Chengulam Dam Munnar is the latest dam site in Munnar area which is slowly turning out to be busy place and developed boating centre recently. Multiple options of peddle boats, speed boats and large boats. Fantastic views make it a wonderful photo point.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Chengulam_Dam_18697_1579524313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":339,\"Title\":\"Chithirapuram\",\"Description\":\"Exuding an old world charm, visitors revel in Chithirapuram&amp;rsquo;s sleepy little cottages, bungalows, old playgrounds and courts. Home of the Pallivasal Hydel Power Project, it is a veritable haven for those seeking a serene and secluded getaway.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4315\\/thumb\\/Chithirapuram_695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":388,\"Title\":\"CSI Christ Church\",\"Description\":\"This church is located on a small hillock, right next to the BellMount Resort. The church is more than a 100 years old and is a reminder of the British Legacy of Tea Planters in Old Munnar and the missionaries who arrived here.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6317\\/thumb\\/CSI Christ Church_418.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":480,\"Title\":\"Elephant Arrival Spot\",\"Description\":\"On the way to Top Station, one will encounter a vast expanse of lime green tinge surrounded by lush green hills. Elephant trails and morsels are a common sight on this grassland which is aptly called the Elephant Arrival Spot. 18 Km from Munnar, here one can experience the joy of riding the biggest mammal - a majestic elephant. It is a fun place for kids as well as enthusiastic adults. The elephants are well trained and comfortable to ride. A mahout accompanies every elephant while keeping your safety in check. The ride is inexpensive and quite affordable.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6580\\/thumb\\/Elephant Arrival Spot_354.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":277,\"Title\":\"Cardamom Hills\",\"Description\":\"The Cardamom Mountains being part of the southern part of European Ghats situated in southern east Kerala and Tamil Nadu southern west at South Indian. Their name comes through the cardamom liven expanded in much of e hills&amp;#039; awesome level, which also facilitates spice up and java. The European Ghats, Periyar Sub-Cluster such as Cardamom Mountains, is into concern through the UNESCO Globe Culture Panel for selection as Globe Culture Site.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.166667,\"Long\":77.066667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/550\\/thumb\\/Cardamom Hills_237.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":13650,\"Title\":\"Chengulam Dam\",\"Description\":\"Chengulam Dam Munnar is the latest dam site in Munnar area which is slowly turning out to be busy place and developed boating centre recently. Multiple options of peddle boats, speed boats and large boats. Fantastic views make it a wonderful photo point.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Chengulam_Dam_18697_1579524313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":339,\"Title\":\"Chithirapuram\",\"Description\":\"Exuding an old world charm, visitors revel in Chithirapuram&amp;rsquo;s sleepy little cottages, bungalows, old playgrounds and courts. Home of the Pallivasal Hydel Power Project, it is a veritable haven for those seeking a serene and secluded getaway.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4315\\/thumb\\/Chithirapuram_695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":388,\"Title\":\"CSI Christ Church\",\"Description\":\"This church is located on a small hillock, right next to the BellMount Resort. The church is more than a 100 years old and is a reminder of the British Legacy of Tea Planters in Old Munnar and the missionaries who arrived here.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6317\\/thumb\\/CSI Christ Church_418.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null},{\"RefSSId\":480,\"Title\":\"Elephant Arrival Spot\",\"Description\":\"On the way to Top Station, one will encounter a vast expanse of lime green tinge surrounded by lush green hills. Elephant trails and morsels are a common sight on this grassland which is aptly called the Elephant Arrival Spot. 18 Km from Munnar, here one can experience the joy of riding the biggest mammal - a majestic elephant. It is a fun place for kids as well as enthusiastic adults. The elephants are well trained and comfortable to ride. A mahout accompanies every elephant while keeping your safety in check. The ride is inexpensive and quite affordable.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6580\\/thumb\\/Elephant Arrival Spot_354.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"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\":6344,\"SupplierName\":\"Travergy\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"185105\",\"Title\":\"bangalore to munnar\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>test<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419227,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4293,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":277,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":318,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":388,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":480,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185106\",\"Title\":\"munnar sightseeing\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>hdfsdjfjy<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419227,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":388,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":1157,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185107\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"185108\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"185109\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25746\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":12833,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":12833,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":12833,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":12833,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":12833,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-01\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":13200,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.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\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;ghyghgygyh&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\":{\"185105\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[185105],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185106\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[185106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185107\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[185107],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185108\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[185108],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185109\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[185109],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Munnar,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady',NULL,'18697,27156',15950,16500,3,NULL,NULL,NULL,2,'',0,'2021-05-11 00:00:00','2021-07-30 00:00:00','2021-07-30 00:00:00',3,'India','101','2021-05-14 15:41:20','2021-05-11 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kerala-package',NULL,NULL,NULL,0),(7,26961,1,6049,0,0,0,'Honeymoon,Adventure,Family,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":26961,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/dekho_russia_1627912345.jpg\",\"BookingValidUntill\":\"2021-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"St. Petersburg\",\"DestinationPlacesSysId\":25924,\"SourcePlaces\":\"Moscow\",\"SourcePlaceSysId\":18488,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"DEKHO RUSSIA\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"5845\",\"SupplierName\":\"One Above Russia\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Offbeat,Leisure\",\"Validity\":{\"From\":\"2021-08-16\",\"To\":\"2021-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25924,\"Title\":\"St. Petersburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25924,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5266,\"Title\":\"City Tour (by car)\",\"Description\":\"Visit the beautiful sites of Moscow on this fully guided city tour\\r\\nVisit the beautiful sites of Moscow with this fully guided tour of the city. You&rsquo;ll see the most famous sites as well as the most historic foundations.\\r\\n\\r\\nMake your way around Red Square with scenes of glorious architecture with St. Basil&rsquo;s Cathedral, the Lenin Mausoleum and State Historical Museum. \\r\\n\\r\\nThen continue along the peaceful Moska River embankment as you take in the breath-taking views of the Kremlin before you reach the Cathedral of Christ the Saviour, New Maiden&rsquo;s Convent and Moscow State University.\\r\\n\\r\\nThe tour doesn&rsquo;t stop there as you get taken to Sparrow Hills&rsquo; observation spot to see Moscow at its finest with a spectacular panoramic view. Travel on through the Memorial Complex at Poklonnaya Hill and Victory Park, Triumphal Arch, Kutuzov Avenue, New Arbat, Boulevard Ring, Pushkin Square, Tverskaya Street before finishing this grand tour at Manezhnaya Square.\\r\\n\\r\\nFull of sights and culture, this tour is the perfect way to see all the wonders of the city of Moscow.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527338007.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":5268,\"Title\":\"Kremlin & The Cathedrals (by car)\",\"Description\":\"Deep within the authentic walls of the mighty Kremlin\\r\\nThe Kremlin sits in the heart of Moscow as one of its most impressive buildings.\\r\\n\\r\\nThe list of its famous historic events are endless as it holds the ancient Sobornaya Square and many Cathedrals.\\r\\n\\r\\nYou&rsquo;ll have the opportunity to see all of these glorious buildings including the Assumption Cathedral where Russia Tsars and Emperors were crowned, the Cathedral of the Archangel where grand Princes are buried as well as the Cathedral of the Annunciation, Church of the Deposition of the Robe, Patriarch&rsquo;s Chambers and the beautiful architecture of Ivan the Great Bell Tower.\\r\\n\\r\\nSpot the symbolic Tsar Canon and Tsar Bell and, when in Senate Square, pick out the buildings of the former Senate and Arsenal.\\r\\n\\r\\nAs one of the most historic, impressive, unique buildings, the Kremlin Palace was once the home of powerful Russian Tsars and today, the home of the Russian President.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527338202.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":5272,\"Title\":\"Poklonnaya Hill, Victory Park\",\"Description\":\"Watch Russian history come alive\\r\\nYour guide will take you on a journey and reveal the extreme struggle for survival that the country encountered during the Great Patriotic War, followed by a pictorial illustration of the events that transpired during the course of the war. \\r\\n\\r\\nIn various parts of the park, you will find a memorial mosque, a memorial synagogue, a Holocaust museum, and a Russian Orthodox Church, to honour the War Heroes who laid down their lives to defend their country. You will visit the Museum of the Great Patriotic War, which contains the collection of memorabilia that paints a vivid picture of the Great Patriotic War, all of which have a different story to tell you. \\r\\n\\r\\nYour tour guide will lead you to the exhibition of weapons, military equipment, sculptures, and war-time s, as well as photographs taken from that period. Inside the museum, there are six remarkable war scene dioramas and an art gallery, covering in great detail, the events that occurred during the war, and the proceedings that led the Soviet Union on the road to victory. After your tour concludes, your guide will accompany you back to your accommodation.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527339155.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":10363,\"Title\":\"Red Square, test\",\"Description\":\"Red Square is a city square in Moscow, Russia. It separates the Kremlin, the former royal citadel and now the official residence of the President of Russia, from a historic merchant quarter known as Kitai-gorod\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/Red_Square,_test_18488_1563876302.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":8891,\"Title\":\"THE METRO moscow\",\"Description\":\"The Moscow Metro has its own never-to-be-forgotten charm. It was opened in 1935 and became one of the USSR&amp;rsquo;s most, special architectural projects. That is why most of the central underground stations look like a museum. Every station has its own mood, different decorations and fascinating story. Take a journey in Moscow underground to get an unforgettable sacrament, of the city.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":55.8112551,\"Long\":37.8372086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/THE_METRO_moscow_18488_1554113099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null}]}},{\"CityId\":18488,\"Title\":\"Moscow\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18488,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5266,\"Title\":\"City Tour (by car)\",\"Description\":\"Visit the beautiful sites of Moscow on this fully guided city tour\\r\\nVisit the beautiful sites of Moscow with this fully guided tour of the city. You&rsquo;ll see the most famous sites as well as the most historic foundations.\\r\\n\\r\\nMake your way around Red Square with scenes of glorious architecture with St. Basil&rsquo;s Cathedral, the Lenin Mausoleum and State Historical Museum. \\r\\n\\r\\nThen continue along the peaceful Moska River embankment as you take in the breath-taking views of the Kremlin before you reach the Cathedral of Christ the Saviour, New Maiden&rsquo;s Convent and Moscow State University.\\r\\n\\r\\nThe tour doesn&rsquo;t stop there as you get taken to Sparrow Hills&rsquo; observation spot to see Moscow at its finest with a spectacular panoramic view. Travel on through the Memorial Complex at Poklonnaya Hill and Victory Park, Triumphal Arch, Kutuzov Avenue, New Arbat, Boulevard Ring, Pushkin Square, Tverskaya Street before finishing this grand tour at Manezhnaya Square.\\r\\n\\r\\nFull of sights and culture, this tour is the perfect way to see all the wonders of the city of Moscow.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527338007.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":5268,\"Title\":\"Kremlin & The Cathedrals (by car)\",\"Description\":\"Deep within the authentic walls of the mighty Kremlin\\r\\nThe Kremlin sits in the heart of Moscow as one of its most impressive buildings.\\r\\n\\r\\nThe list of its famous historic events are endless as it holds the ancient Sobornaya Square and many Cathedrals.\\r\\n\\r\\nYou&rsquo;ll have the opportunity to see all of these glorious buildings including the Assumption Cathedral where Russia Tsars and Emperors were crowned, the Cathedral of the Archangel where grand Princes are buried as well as the Cathedral of the Annunciation, Church of the Deposition of the Robe, Patriarch&rsquo;s Chambers and the beautiful architecture of Ivan the Great Bell Tower.\\r\\n\\r\\nSpot the symbolic Tsar Canon and Tsar Bell and, when in Senate Square, pick out the buildings of the former Senate and Arsenal.\\r\\n\\r\\nAs one of the most historic, impressive, unique buildings, the Kremlin Palace was once the home of powerful Russian Tsars and today, the home of the Russian President.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527338202.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":5272,\"Title\":\"Poklonnaya Hill, Victory Park\",\"Description\":\"Watch Russian history come alive\\r\\nYour guide will take you on a journey and reveal the extreme struggle for survival that the country encountered during the Great Patriotic War, followed by a pictorial illustration of the events that transpired during the course of the war. \\r\\n\\r\\nIn various parts of the park, you will find a memorial mosque, a memorial synagogue, a Holocaust museum, and a Russian Orthodox Church, to honour the War Heroes who laid down their lives to defend their country. You will visit the Museum of the Great Patriotic War, which contains the collection of memorabilia that paints a vivid picture of the Great Patriotic War, all of which have a different story to tell you. \\r\\n\\r\\nYour tour guide will lead you to the exhibition of weapons, military equipment, sculptures, and war-time s, as well as photographs taken from that period. Inside the museum, there are six remarkable war scene dioramas and an art gallery, covering in great detail, the events that occurred during the war, and the proceedings that led the Soviet Union on the road to victory. After your tour concludes, your guide will accompany you back to your accommodation.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/36_1527339155.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":10363,\"Title\":\"Red Square, test\",\"Description\":\"Red Square is a city square in Moscow, Russia. It separates the Kremlin, the former royal citadel and now the official residence of the President of Russia, from a historic merchant quarter known as Kitai-gorod\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/Red_Square,_test_18488_1563876302.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null},{\"RefSSId\":8891,\"Title\":\"THE METRO moscow\",\"Description\":\"The Moscow Metro has its own never-to-be-forgotten charm. It was opened in 1935 and became one of the USSR&amp;rsquo;s most, special architectural projects. That is why most of the central underground stations look like a museum. Every station has its own mood, different decorations and fascinating story. Take a journey in Moscow underground to get an unforgettable sacrament, of the city.\",\"CurrencyType\":0,\"CityId\":18488,\"CityName\":\"Moscow\",\"Lat\":55.8112551,\"Long\":37.8372086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18488\\/sightseeing\\/THE_METRO_moscow_18488_1554113099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":5845,\"SupplierName\":\"One Above Russia\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"193164\",\"Title\":\"DAY 01 \\u2013 MOSCOW.\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Meet with driver and transfer to the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18488,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"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\":\"193165\",\"Title\":\"Day 02 \\u2013 MOSCOW Coach & Guide from 10:00 to16:00 hrs\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at hotel 10:00 Meeting with the guide and departure for excursion Moscow City Tour<\\/p>\\r\\n\\r\\n<p><strong>Moscow City Tour<\\/strong><\\/p>\\r\\n\\r\\n<p>A half-day orientation tour that will take you around the city and cover Moscow&rsquo;s landmarks from outside: Moscow University, Ostankino Tower, Seven Sisters, Peters Statue, New Maiden Convent, The White House of the Russian Federation, Moscow&rsquo;s boulevards, Sparrow Hills.<\\/p>\\r\\n\\r\\n<p><strong>Visit the Kremlin (with audioguide)<\\/strong><\\/p>\\r\\n\\r\\n<p>The word &ldquo;Kremlin&rdquo; in Russian means fortress, and in early Rus, every important town had a fortress encircled by a wall where the main buildings, churches, and cathedrals were located and protected. The Moscow fortress, the cradle of the city, is the main fortress in the country and has been designated by UNESCO as a World Heritage Site. Its walls, 19 meters high and 2235 meters long, tower above the Moskva River and Red Square and are made from eight-kilogram bricks.<\\/p>\\r\\n\\r\\n<p><strong>Visit of the Red Square<\\/strong><\\/p>\\r\\n\\r\\n<p>Red Square is regarded as one of the most famous squares in Europe and the world. In addition, it has been a UNESCO World Heritage Site since 1990.<\\/p>\\r\\n\\r\\n<p><strong>Visit of the GUM<\\/strong><\\/p>\\r\\n\\r\\n<p>Nowadays GUM is a trade center and a museum at the same time. It&#39;s one of the largest trade centers in Europe. There are more than thousands of different shops.<\\/p>\\r\\n\\r\\n<p><strong>Metro tour<\\/strong><\\/p>\\r\\n\\r\\n<p>Visit Metro tour. Take our Moscow Metro Tour and discover why our subway is recognized as the most beautiful in the world!<\\/p>\\r\\n\\r\\n<p><strong>Visit Victory park<\\/strong><\\/p>\\r\\n\\r\\n<p>Victory Park is a memorial complex dedicated to Russia&rsquo;s victory over Nazi Germany. It is located in the historic area of Moscow known as Poklonnaya Hill, which means &quot;Bow Hill&quot;.&nbsp;<\\/p>\\r\\n\\r\\n<p>Transfer to the hotel 18:00 Overnight at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18488,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"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\":[{\"IsIncluded\":true,\"Id\":5266,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5268,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5272,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":10363,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8891,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193166\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18488,\"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\":\"193173\",\"Title\":\"Day 03 \\u2013 MOSCOW \\u2013 ST. PETERSBURG Coach in MOSCOW for transfer Coach in ST. PETERSBURG for transfer to hotel\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Breakfast at hotel Check-out Meet with our driver and departure to the railway station Departure to St. Petersburg by SAPSAN train (2nd class) &ndash; consider MORNING train<\\/p>\\r\\n\\r\\n<p>Arrival to St. Petersburg Meet with our driver at railway station Transfer to hotel for check-in Overnight at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25924,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"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\":\"193174\",\"Title\":\"Day 04 \\u2013 ST. PETERSBURG Coach & Guide from 10:00 \\u2013 16:00 hrs\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast at hotel 10:00 Meeting with the guide and departure for excursion<\\/p>\\r\\n\\r\\n<p><strong>City tour with photo stops<\\/strong><\\/p>\\r\\n\\r\\n<p>This is a 3-hour orientation tour that will take you around the city and to the famous stops and buildings of St. Petersburg: Nevsky avenue; the Bronze Horseman; Blood of the Savior Cathedral and the majestic Isaac Cathedral will also be covered in the tour.<\\/p>\\r\\n\\r\\n<p><strong>Visit of Nevsky prospect<\\/strong><\\/p>\\r\\n\\r\\n<p>The Nevsky today functions as the main thoroughfare in Saint Petersburg. The majority of the city&#39;s shopping and nightlife takes place on or immediately off Nevsky Prospekt.<\\/p>\\r\\n\\r\\n<p><strong>Visit the Kazan Cathedral<\\/strong><\\/p>\\r\\n\\r\\n<p>Kazan Cathedral is a cathedral of the Russian Orthodox Church; it is dedicated to Our Lady of Kazan, one of the most venerated icons in Russia.<\\/p>\\r\\n\\r\\n<p><strong>Visit Peter &amp; Paul Fortress territory<\\/strong><\\/p>\\r\\n\\r\\n<p>The Peter and Paul Fortress is the oldest landmark of the city. It was built back in 1704 by the founder of the city, Peter the Great. After Peter &amp; Paul fortress became the main Russian prison for political criminals. Moreover, during the Red Terror of the KGB, it has become a place of execution.<\\/p>\\r\\n\\r\\n<p>16:00 Overnight at the hotel<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25924,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"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\":\"193175\",\"Title\":\"Day 05 \\u2013 ST. PETERSBURG Free Day (no services)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Day is free to spend at your leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25924,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"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\":\"193176\",\"Title\":\"Day 6 \\u2013 ST. PETERSBURG \\u2013 DEPARTURE Coach & Guide for the transferDay 6 \\u2013 ST. PETERSBURG \\u2013 DEPARTURE Coach & Guide for the transfer\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast at hotel Check-out Meet with our English-Speaking guide Time for shopping at Pulkovo Outlet Transfer to the airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25924,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"26961\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29489.97\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":29490,\"priceDoubleOcc\":\"29489.97\",\"priceSingleOcc\":43651.82,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29489.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":30379,\"priceDoubleOcc\":\"30822.85\",\"priceSingleOcc\":44984.7,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30822.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":31378,\"priceDoubleOcc\":\"32322.34\",\"priceSingleOcc\":46484.19,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32322.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":33655,\"priceDoubleOcc\":\"35737.84\",\"priceSingleOcc\":49899.689999999995,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35737.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34044,\"priceDoubleOcc\":\"36320.97\",\"priceSingleOcc\":50482.82,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36320.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34821,\"priceDoubleOcc\":\"37487.24\",\"priceSingleOcc\":51649.09,\"priceExtraBed\":\"20826.24\",\"priceWithoutBed\":\"8330.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37487.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"26961\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28173.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":28173,\"priceDoubleOcc\":\"28173.45\",\"priceSingleOcc\":41703.08,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28173.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":29022,\"priceDoubleOcc\":\"29446.83\",\"priceSingleOcc\":42976.46,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29446.83\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":29977,\"priceDoubleOcc\":\"30879.38\",\"priceSingleOcc\":44409.01,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30879.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":32153,\"priceDoubleOcc\":\"34142.41\",\"priceSingleOcc\":47672.04,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34142.41\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":32524,\"priceDoubleOcc\":\"34699.50\",\"priceSingleOcc\":48229.13,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34699.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-02\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":33267,\"priceDoubleOcc\":\"35813.70\",\"priceSingleOcc\":49343.329999999994,\"priceExtraBed\":\"19896.50\",\"priceWithoutBed\":\"7958.61\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35813.70\",\"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 International\\/Domestic Airfare -Delhi-Moscow \\/ St. Petersburg - Moscow - Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Dinners and lunches&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Personal Medical insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;All Extras in the hotels, during meals and personal expenses during the tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Visa charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips to Guides and Drivers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;All expenses not mentioned in &amp;quot;our rates include the following specific services&amp;quot;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Remittance charge&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;PCR TEST&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;&amp;nbsp;Accommodation on twin sharing basis at the hotels 4*&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Standard check-in time at hotels 15:00, check-out 12:00&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Buffet 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;&amp;nbsp;Transport for transfers &amp;amp; excursions: on SIC bases&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;GUIDE for transfers &amp;amp; excursions: Local English Speaking Guide&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Sapsan Train Ticket 2nd class from Moscow to St.Petersburg&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Entrances fee to monuments, places of visit &amp;amp; shows as llustrated in the daywise itinerary below: -&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Ex MSk Citytour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Ex SPb Citytour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Ex MSK Park of Victory&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Ex SPb Nevskiy&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ex MSk Kremlin with audioguide&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ex SPb Kazan cathedral&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ex MSk Gum &amp;amp; Red Square walking tour&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ex SPb Peter and Pauls Fortress territory&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ex MSk Metro&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visa support letter via email. IN CASE ORIGINAL VSL IS REQUIRED - ADDITIONAL COURIER CHARGES WILL APPLY&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All currently applicable taxes in Russia&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\":{\"193164\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[193164],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193165\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193165],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193166\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193166],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193173\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193173],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193174\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193174],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193175\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[193175],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193176\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193176],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','St. Petersburg,Moscow','Moscow,Eastern Europe,Russia,St. Petersburg,Russian Federation',NULL,'25924,18488',28173,37487,5,NULL,NULL,NULL,2,'',0,'2021-08-16 00:00:00','2021-08-31 00:00:00','2021-08-31 00:00:00',3,'Russian Federation,Russia','181,507','2021-08-16 00:00:00','2021-08-16 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'dekho-russia',NULL,NULL,NULL,0),(8,26613,1,6049,0,0,0,'Honeymoon,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":26613,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Majestic_Ukraine_9.jpg\",\"BookingValidUntill\":\"2021-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4539,\"AgencyIdB2C\":6049,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Odessa\",\"DestinationPlacesSysId\":19932,\"SourcePlaces\":\"Kyiv\",\"SourcePlaceSysId\":37443,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Majestic Ukraine\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6502\",\"SupplierName\":\"One Above Ukraine\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2021-08-16\",\"To\":\"2021-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":37443,\"Title\":\"Kyiv\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":483308,\"Name\":\"Premier Hotel Rus\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"50.4358606\",\"Long\":\"30.523915\",\"Address\":\"Hospitalna St, 4, Kyiv, Ukraine, 01601\"},\"Images\":[],\"CityId\":37443,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6502,\"SupplierName\":\"One Above Ukraine\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":483309,\"Name\":\"President Hotel\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"50.43586200000001\",\"Long\":\"30.526027\",\"Address\":\"Hospitalna St, 12, Kyiv, Ukraine, 01601\"},\"Images\":[],\"CityId\":37443,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6502,\"SupplierName\":\"One Above Ukraine\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":483310,\"Name\":\"Holiday Inn Kyiv\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"50.4265822\",\"Long\":\"30.51540559999999\",\"Address\":\"Velyka Vasylkivska St, 100, Kyiv, Ukraine, 03150\"},\"Images\":[],\"CityId\":37443,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6502,\"SupplierName\":\"One Above Ukraine\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":19932,\"Title\":\"Odessa\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"191113\",\"Title\":\"Arrive in Kyiv\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Transfer from Airport, Check-in hotel&nbsp;<\\/p>\\r\\n\\r\\n<p>Followed by Kyiv Old City tour-:&nbsp;<\\/p>\\r\\n\\r\\n<p>Visit UNESCO Heritage Sites&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Volodymyr Cathedral,<\\/li>\\r\\n\\t<li>Golden Gate,<\\/li>\\r\\n\\t<li>Opera House,<\\/li>\\r\\n\\t<li>St. Michael&rsquo;s Cathedral,<\\/li>\\r\\n\\t<li>St. Andrew&rsquo;s Church<\\/li>\\r\\n\\t<li>Andrew Uzviz,<\\/li>\\r\\n\\t<li>Funicular Cable Car,<\\/li>\\r\\n\\t<li>Kyiv Metro.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Lunch at Local Restaurant&nbsp;<\\/p>\\r\\n\\r\\n<p>Drop off at Hotel or Shopping Mall<\\/p>\\r\\n\\r\\n<p>Overnight Kyiv<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37443,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":483308,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":483309,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":483310,\"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\":\"191116\",\"Title\":\"Visit World War 2 Museum\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Visit World War 2 Museum,<\\/p>\\r\\n\\r\\n<p>Lunch at a local restaurant,<\\/p>\\r\\n\\r\\n<p>Drop off at Hotel or Shopping Mall<\\/p>\\r\\n\\r\\n<p>Overnight Kyiv<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37443,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":483308,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":483309,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":483310,\"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\":\"191119\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37443,\"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\":\"191122\",\"Title\":\"Departure to Odessa\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Arrive in Odessa<\\/p>\\r\\n\\r\\n<p>Lunch in a local restaurant<\\/p>\\r\\n\\r\\n<p>Followed by Odesa Beach Tour, Arcadia with transportation<\\/p>\\r\\n\\r\\n<p>Drop off Hotel<\\/p>\\r\\n\\r\\n<p>Overnight in&nbsp;Odessa<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19932,\"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\":\"191125\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19932,\"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\":\"191128\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19932,\"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\":\"26613\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31240.79\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":31188,\"priceDoubleOcc\":\"31240.79\",\"priceSingleOcc\":44310.91,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31240.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":32144,\"priceDoubleOcc\":\"32675.32\",\"priceSingleOcc\":45745.44,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32675.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":33100,\"priceDoubleOcc\":\"34109.85\",\"priceSingleOcc\":47179.97,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34109.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34057,\"priceDoubleOcc\":\"35544.37\",\"priceSingleOcc\":48614.490000000005,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35544.37\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35013,\"priceDoubleOcc\":\"36978.90\",\"priceSingleOcc\":50049.020000000004,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36978.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35969,\"priceDoubleOcc\":\"38413.42\",\"priceSingleOcc\":51483.54,\"priceExtraBed\":\"27495.08\",\"priceWithoutBed\":\"23908.76\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38413.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26614\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33631.67\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":33047,\"priceDoubleOcc\":\"33631.67\",\"priceSingleOcc\":46542.409999999996,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33631.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34004,\"priceDoubleOcc\":\"35066.19\",\"priceSingleOcc\":47976.93,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35066.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34960,\"priceDoubleOcc\":\"36500.72\",\"priceSingleOcc\":49411.46,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36500.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35916,\"priceDoubleOcc\":\"37935.25\",\"priceSingleOcc\":50845.99,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37935.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":36873,\"priceDoubleOcc\":\"39369.77\",\"priceSingleOcc\":52280.509999999995,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39369.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37829,\"priceDoubleOcc\":\"40804.30\",\"priceSingleOcc\":53715.04,\"priceExtraBed\":\"29885.97\",\"priceWithoutBed\":\"27893.56\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40804.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"26615\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43354.57\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":40857,\"priceDoubleOcc\":\"43354.57\",\"priceSingleOcc\":65669.42,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43354.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":41442,\"priceDoubleOcc\":\"44231.22\",\"priceSingleOcc\":66546.07,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44231.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":42026,\"priceDoubleOcc\":\"45107.88\",\"priceSingleOcc\":67422.73,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45107.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":42611,\"priceDoubleOcc\":\"45984.53\",\"priceSingleOcc\":68299.38,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45984.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":43195,\"priceDoubleOcc\":\"46861.18\",\"priceSingleOcc\":69176.03,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46861.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":43833,\"priceDoubleOcc\":\"47817.54\",\"priceSingleOcc\":70132.39,\"priceExtraBed\":\"33870.75\",\"priceWithoutBed\":\"31878.36\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47817.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"26613\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32700.64\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":32645,\"priceDoubleOcc\":\"32700.64\",\"priceSingleOcc\":46381.52,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32700.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":33646,\"priceDoubleOcc\":\"34202.20\",\"priceSingleOcc\":47883.079999999994,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34202.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34647,\"priceDoubleOcc\":\"35703.76\",\"priceSingleOcc\":49384.64,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35703.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35648,\"priceDoubleOcc\":\"37205.32\",\"priceSingleOcc\":50886.2,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37205.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":36649,\"priceDoubleOcc\":\"38706.89\",\"priceSingleOcc\":52387.77,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38706.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37650,\"priceDoubleOcc\":\"40208.44\",\"priceSingleOcc\":53889.32,\"priceExtraBed\":\"28779.90\",\"priceWithoutBed\":\"32700.64\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40208.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26614\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35203.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":34592,\"priceDoubleOcc\":\"35203.25\",\"priceSingleOcc\":48717.29,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35203.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":35593,\"priceDoubleOcc\":\"36704.80\",\"priceSingleOcc\":50218.840000000004,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36704.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":36594,\"priceDoubleOcc\":\"38206.36\",\"priceSingleOcc\":51720.4,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38206.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":37595,\"priceDoubleOcc\":\"39707.92\",\"priceSingleOcc\":53221.96,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39707.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":38596,\"priceDoubleOcc\":\"41209.48\",\"priceSingleOcc\":54723.520000000004,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41209.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":39597,\"priceDoubleOcc\":\"42711.04\",\"priceSingleOcc\":56225.08,\"priceExtraBed\":\"31282.51\",\"priceWithoutBed\":\"35203.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42711.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"26615\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45380.48\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":42767,\"priceDoubleOcc\":\"45380.48\",\"priceSingleOcc\":68738.08,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45380.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":43378,\"priceDoubleOcc\":\"46298.10\",\"priceSingleOcc\":69655.7,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46298.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":43990,\"priceDoubleOcc\":\"47215.73\",\"priceSingleOcc\":70573.33,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47215.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":44602,\"priceDoubleOcc\":\"48133.34\",\"priceSingleOcc\":71490.94,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48133.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":45214,\"priceDoubleOcc\":\"49050.96\",\"priceSingleOcc\":72408.56,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49050.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-05\",\"To\":\"2021-08-31\",\"Currency\":1,\"priceTripleOcc\":45881,\"priceDoubleOcc\":\"50052.00\",\"priceSingleOcc\":73409.6,\"priceExtraBed\":\"35453.50\",\"priceWithoutBed\":\"45380.48\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50052.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;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;\\r\\n\\t&lt;p&gt;4 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 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\":{\"191113\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[191113],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"191116\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[191116],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"191119\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[191119],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"191122\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[191122],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"191125\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[191125],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"191128\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[191128],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Kyiv,Odessa','Kyiv,Eastern Europe,Ukraine,Odessa',NULL,'37443,19932',31241,50052,4,NULL,NULL,NULL,2,'',0,'2021-08-16 00:00:00','2021-09-30 00:00:00','2021-09-30 00:00:00',3,'Ukraine','227','2021-08-16 00:00:00','2021-08-16 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'majestic-ukraine',NULL,NULL,NULL,0),(9,27201,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":27201,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kerala_package_6n7d_1628057694.jpg\",\"BookingValidUntill\":\"2021-09-29\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerela Package 6Nights\\/7Days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kovalam\",\"DestinationPlacesSysId\":14455,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kerala Package 6N\\/7D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-29\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6561,\"Title\":\"Cochin\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":14578,\"Title\":\"Kumarakom\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"194823\",\"Title\":\"Arrival at Cochin\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>. Arrrival at cochin airport.<\\/p>\\r\\n\\r\\n<p>.&nbsp;Pick up in cab arranged by Taj Malabar as per scheduled flight&nbsp;timing.<\\/p>\\r\\n\\r\\n<p>. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"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\":\"194824\",\"Title\":\"Taj Malabar Resort & Spa\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>. Enjoy your&nbsp;breakfast, lunch &amp; dinner at the hotel.<\\/p>\\r\\n\\r\\n<p>. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"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\":\"194825\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"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\":\"194826\",\"Title\":\"Departure for Taj Kumarakom Resort & Spa\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>. Breakfast at Taj Malabar<\\/p>\\r\\n\\r\\n<p>.&nbsp;Pick up in cab arranged by Taj Kumarakom by 1200 hours for drop at Taj Kumarakom<\\/p>\\r\\n\\r\\n<p>. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"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\":\"194827\",\"Title\":\"Enjoy at Taj Kumarakom Resort & Spa\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>. Enjoy your&nbsp;breakfast, lunch &amp; dinner at the hotel.<\\/p>\\r\\n\\r\\n<p>. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"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\":\"194828\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"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\":\"194877\",\"Title\":\"Departure for Taj Green Cove & Spa\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"<p>. Breakfast at Taj Kumarakom Resort &amp; Spa<\\/p>\\r\\n\\r\\n<p>.&nbsp;&nbsp;Pick up in cab arranged by Taj Kovalam by 1200 hours for drop at Taj Kovalam.<\\/p>\\r\\n\\r\\n<p>. Overnight stay at Taj Kovalam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"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\":\"194878\",\"Title\":\"Taj Green Cove & Spa\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"<p>. Enjoy your breakfast, lunch &amp; dinner.<\\/p>\\r\\n\\r\\n<p>. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"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\":\"194879\",\"Title\":\"Departure to Trivandrum Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>. Enjoy your breakfast at hotel.<\\/p>\\r\\n\\r\\n<p>.&nbsp;&nbsp;Departure&nbsp;for&nbsp;Trivandrum airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"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\":\"27201\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-09\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":77000,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"38500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.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\":{\"194823\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[194823],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"194824\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[194824],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194825\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[194825],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194826\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[194826],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194827\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[194827],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194828\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[194828],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194877\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[194877],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"194878\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[194878],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"194879\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[194879],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Cochin,Kumarakom,Kovalam','Cochin,Kerala,Indian Subcontinent,South India,India,Kumarakom,Kovalam',NULL,'6561,14578,14455',38500,38500,6,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-29 00:00:00','2021-09-29 00:00:00',3,'India','101','2022-12-01 15:55:55','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kerala-package-6n/7d',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (10,25416,1,35,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\":35,\"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\":\"2021-08-26\",\"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\":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\"},{\"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\":\"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\":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\":\"\\tDeluxe 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\"},{\"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\":\"\\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\":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\"},{\"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\":\"\\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\":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\":\"\\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}]}}]},\"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\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&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',NULL,'27116,7934,34557,34561,34462',13621,32188,7,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'anmol-arunachal',NULL,NULL,NULL,0),(11,24963,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24963,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_04_Hills_and_River_of_North_East_92.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 04 Hills and River of North East\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":92930,\"Name\":\"Rialto\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.18339\",\"Long\":\"91.74548425\",\"Address\":\"GNB Road, Panbazar, Near Panbazar Flyover \"},\"Images\":{\"Image\":[{\"ImagId\":2042855,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\"},{\"ImagId\":2042856,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/aff.bstatic.com\\/images\\/hotel\\/max300\\/430\\/43086123.jpg\"},{\"ImagId\":2042857,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189671.jpg?s=312x\"},{\"ImagId\":2042858,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189673.jpg?s=312x\"},{\"ImagId\":2042859,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189674.jpg?s=312x\"}]},\"CityId\":11240,\"Brief\":\"Located in Fancy Bazaar, Hotel Rialto is a perfect starting point from which to explore Guwahati. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Service-minded staff will welcome and guide you at the Hotel Rialto. Guestrooms are fitted with all the amenities you need for a good night&#039;s sleep. In some of the rooms, guests can find air conditioning, wake-up service, telephone, fan, television. The hotel offers various recreational opportunities. Friendly staff, great facilities and close proximity to all that Guwahati has to offer are three great reasons you should stay at Hotel Rialto.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467891,\"Name\":\"D Courtyard\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"RG Baruah Rd, Rajdhani Nursery, Opp, Ganeshguri, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817951,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_01617278795.jpg\"},{\"ImagId\":4817952,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_11617278795.jpg\"},{\"ImagId\":4817953,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_21617278795.jpg\"},{\"ImagId\":4817954,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_31617278795.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel &amp;#39;D&amp;#39; Courtyard is reckoned among the luxury budget hotels in Guwahati. Most significantly the hotel aims to provide luxurious standard within budget without compromising with your comforts. We enrich the stay of our visitors with our holistic approach of delivering excellent services. Our personalized and customized services suit every guest unique needs. A part from the significant hotels in guwahati, we stand high considering the amenities and services we offer. Our professional and experienced staff aims to satisfy an individual&rsquo;s specific needs with full efficiency. Quality, elegance and comfort are what make it one of the best luxury budget hotels in Guwahati, Assam. The hotel with its host of facilities and services is designed to meet every need of leisure \\/ travel \\/ banquet \\/ conferencing services with best hospitality industry standards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 34 well appointed guest keys and suites are elegantly designed and the delectable dinning option, technologically advanced conferencing features exquisite recreation facilities as well as warm and attentive services are just some of the things that make Hotel &amp;#39;D&amp;#39; Courtyard, Guwahati a preferred destination of pure bliss.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_c68865f572bfcd7ac30b170f1de0f9281582891299.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":414204,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.185057\",\"Long\":\"91.74441\",\"Address\":\"MLN Road, Panbazar, Panbazar, GUWAHATI, ASSAM, India, Pin-781001, 781001\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"Hotel Mayflower is located 1 km from Guwahati Railway Station and 7 km from Guwahati Zoo. This property in Guwahati provides guests with free breakfast and internet access.  This accommodation has 21 well-maintained guestrooms equipped with amenities like television, mirror, wake-up calls and wardrobe. The rooms also have separate sitting area and attached bathroom. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maq\\/oyf\\/fbs\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467889,\"Name\":\"Shoolin Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"G.S. Road Opp Indian Oil Petrol Pump, Rukmini Gaon, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817961,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_01617279603.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Located in Rukmini Gaon of Guwahati City, we are ideally located within the conveniences of city life yet distant enough from it&rsquo;s over buzz. Something we all love from time to time. Hotel Shoolin Grand is equipped with premium infrastructure and services that guarantee a pleasurable stay. If you are looking for a uber luxurious experience, we have 45 premium category rooms, including three suites, and a multi-speciality spa with a unisex beauty salon. Food lovers can delight in the vast range of dishes in our multicuisine restaurant and experiment with tastes and flavors. While ensuring our guests the most comfortable stay, we also provide facilities of baby care room and kids play zone. We are also open for conferences and private events with our well set-up conference and banquet halls. So the next time you plan a visit to Guwahati or a carefree staycation, choose leisure, comfort, and impeccable facilities&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_9c4b5dba1c71af56b3d93db827f671a41582890981.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Excutive room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467887,\"Name\":\"Kiranshree Grand\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"New Airport Road Mirzapur, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817962,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_01617279793.jpg\"},{\"ImagId\":4817963,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_11617279793.jpg\"},{\"ImagId\":4817964,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_21617279793.jpg\"},{\"ImagId\":4817965,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_31617279793.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;The historic city of Guwahati is the gateway to India&rsquo;s Northeast and Kiranshree Grand stands with pride at the gateway of Guwahati city. Just a few steps away from the Lokapriya Gopinath Bordoloi International Airport, this Hotel cum Resort is also ideal for anyone making a stopover on a trip to any other part of the northeastern region. The location of the hotel helps you travel to any part of Assam or the rest of the Northeast without getting stuck in the city traffic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The elegantly designed hotel cum resort boasts of 122 luxurious rooms and suites with state of the art facilities and 24x7 services and is spread over 6 acres of land. The moment you step inside the property, the wide pathway that leads to the main lobby of the hotel will awe you with its grandeur. On one side of the pathway is the high boundary wall covered in green vines while on the other side is the vast parking zone. As the pathway comes to an end you will see the beautiful palm court ahead and the main lobby on your right. The ardour to strike a fine balance between nature and modern lifestyle is visible all throughout the campus and the lobby is no different. While our reception desk carries out the formalities of check-in, maybe you can find some time to admire the architecture and decorations of the enormously spacious lobby that transcends space and dimension through the glass walls on three sides.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can choose from Club Rooms, Grand Suites and Presidential Suites to meet your accomodational requirements during business trips, holidays etc. Or confine yourself in any of the Honeymoon Suites, to enjoy some intimate, romantic moments with your special one. Every floor of the residential blocks has a spacious lounge to relax.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_b5720a0bf7d7ce57d46dbd074ff16f6e1582890297.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\":\"Club room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178778\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178783\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178788\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19106,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178793\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"178798\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati. Arrive and check in at hotel. Visit Srimanta Sankardev Kalakshetra a place where Assamese history and culture is presented, You may also visit the Assam Film Museum to know the History of Assamese Cinema. Visit GTAC Tea Lounge to enjoy a cup of finest Assam Tea and also carry some Tea back home. Here you will find the finest quality of Organic, CTC, Orthodox, Green Tea, White Tea, Purple Tea etc. Evening you may take a River Cruise (Direct Payment) on the mighty River Brahmaputra. You may also visit the local market. Assam is famous for Assam Silk particularly Golden Muga Silk, Assam Tea, Bamboo and Cane Products. Overnight stay in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":92930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414204,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Excutive room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":243,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178803\",\"Title\":\"Guwahati\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast check out from hotel. As time permits we may take a tour of the Kamakhya Temple and other Temples in Guwahati namely Purva Tirupati Shri Balaji Temple, Sukreswar Temple, Navagraha Temple, Umananda Temple at the Peacock Island which is the smallest inhabited River Island in the World, Assam State Museum, Dighali Pukhuri (Lake), State Zoo cum Botanical Garden, Planetarium and the Assam State Emporiums. With everlasting memories transfer to Guwahati airport\\/railway station for onward journey.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":81,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":82,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1697,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8373.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7194,\"priceDoubleOcc\":\"9079.55\",\"priceSingleOcc\":20944.55,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9079.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7465,\"priceDoubleOcc\":\"9485.22\",\"priceSingleOcc\":21350.22,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9485.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7901,\"priceDoubleOcc\":\"10139.49\",\"priceSingleOcc\":22004.489999999998,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10139.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9689,\"priceDoubleOcc\":\"12822.11\",\"priceSingleOcc\":24687.11,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12822.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8797.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7438,\"priceDoubleOcc\":\"9502.17\",\"priceSingleOcc\":21706.17,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9502.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8605,\"priceDoubleOcc\":\"11252.54\",\"priceSingleOcc\":23456.54,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11252.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8145,\"priceDoubleOcc\":\"10562.11\",\"priceSingleOcc\":22766.11,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10562.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9987,\"priceDoubleOcc\":\"13324.96\",\"priceSingleOcc\":25528.96,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13324.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11785.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8931,\"priceDoubleOcc\":\"11785.90\",\"priceSingleOcc\":27040.9,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11785.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9402,\"priceDoubleOcc\":\"12493.28\",\"priceSingleOcc\":27748.28,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12493.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9673,\"priceDoubleOcc\":\"12898.95\",\"priceSingleOcc\":28153.95,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8933,\"priceDoubleOcc\":\"11789.29\",\"priceSingleOcc\":27044.29,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11789.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10110,\"priceDoubleOcc\":\"13555.48\",\"priceSingleOcc\":28810.48,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11900,\"priceDoubleOcc\":\"16239.23\",\"priceSingleOcc\":31494.23,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16239.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14284.33\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11939,\"priceDoubleOcc\":\"15027.87\",\"priceSingleOcc\":32768.87,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15027.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13283,\"priceDoubleOcc\":\"17043.79\",\"priceSingleOcc\":34784.79,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17043.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12683,\"priceDoubleOcc\":\"16144.31\",\"priceSingleOcc\":33885.31,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16144.31\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14284,\"priceDoubleOcc\":\"18545.56\",\"priceSingleOcc\":36286.56,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18545.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18707.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15055,\"priceDoubleOcc\":\"18707.15\",\"priceSingleOcc\":40742.15,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18707.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15550,\"priceDoubleOcc\":\"19448.43\",\"priceSingleOcc\":41483.43,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19448.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15765,\"priceDoubleOcc\":\"19771.61\",\"priceSingleOcc\":41806.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19771.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15052,\"priceDoubleOcc\":\"18702.63\",\"priceSingleOcc\":40737.630000000005,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18702.63\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16292,\"priceDoubleOcc\":\"20562.61\",\"priceSingleOcc\":42597.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20562.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17893,\"priceDoubleOcc\":\"22963.86\",\"priceSingleOcc\":44998.86,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22963.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7854.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6749,\"priceDoubleOcc\":\"8517.10\",\"priceSingleOcc\":19647.1,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8517.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7002,\"priceDoubleOcc\":\"8897.64\",\"priceSingleOcc\":20027.64,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8897.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7412,\"priceDoubleOcc\":\"9511.38\",\"priceSingleOcc\":20641.379999999997,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9511.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9089,\"priceDoubleOcc\":\"12027.82\",\"priceSingleOcc\":23157.82,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12027.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8252.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6978,\"priceDoubleOcc\":\"8913.54\",\"priceSingleOcc\":20361.54,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8913.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8072,\"priceDoubleOcc\":\"10555.48\",\"priceSingleOcc\":22003.48,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7640,\"priceDoubleOcc\":\"9907.82\",\"priceSingleOcc\":21355.82,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9907.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9368,\"priceDoubleOcc\":\"12499.52\",\"priceSingleOcc\":23947.52,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12499.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11055.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8378,\"priceDoubleOcc\":\"11055.80\",\"priceSingleOcc\":25365.8,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11055.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8820,\"priceDoubleOcc\":\"11719.36\",\"priceSingleOcc\":26029.36,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11719.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12099.90\",\"priceSingleOcc\":26409.9,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12099.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8380,\"priceDoubleOcc\":\"11058.98\",\"priceSingleOcc\":25368.98,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11058.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9484,\"priceDoubleOcc\":\"12715.76\",\"priceSingleOcc\":27025.760000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12715.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11163,\"priceDoubleOcc\":\"15233.26\",\"priceSingleOcc\":29543.260000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15233.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13399.46\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11199,\"priceDoubleOcc\":\"14096.94\",\"priceSingleOcc\":30738.940000000002,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14096.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12460,\"priceDoubleOcc\":\"15987.98\",\"priceSingleOcc\":32629.98,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15987.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11897,\"priceDoubleOcc\":\"15144.22\",\"priceSingleOcc\":31786.22,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15144.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13399,\"priceDoubleOcc\":\"17396.72\",\"priceSingleOcc\":34038.72,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17396.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17548.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14123,\"priceDoubleOcc\":\"17548.30\",\"priceSingleOcc\":38218.3,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17548.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"18243.66\",\"priceSingleOcc\":38913.66,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18243.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14788,\"priceDoubleOcc\":\"18546.82\",\"priceSingleOcc\":39216.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18546.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14120,\"priceDoubleOcc\":\"17544.06\",\"priceSingleOcc\":38214.06,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17544.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15283,\"priceDoubleOcc\":\"19288.82\",\"priceSingleOcc\":39958.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19288.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16785,\"priceDoubleOcc\":\"21541.32\",\"priceSingleOcc\":42211.32,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21541.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178778\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178778],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178783\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178788\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178793\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178793],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178798\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178798],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178803\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178803],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong,Guwahati','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Assam,Cherrapunji,Dawki',NULL,'25073,11240',7855,22964,4,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-04-hills-and-river-of-north-east',NULL,NULL,NULL,0),(12,24950,1,35,0,0,0,'Adventure,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24950,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_03_Stunning_Shillong_30.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 03 Stunning Shillong\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178695\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178700\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178705\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178710\",\"Title\":\"Shillong - Laitlum Canyons -Krang Suri Falls - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast we proceed to Laitlum Canyons for some breathtaking views. We then visit Krang Suri Falls. It is one of the best waterfalls in Meghalaya. You can also swim in a naturally formed pool here. You can also go behind the waterfall and see the water falling in front of you. Evening return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14868,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9193,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178715\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12226.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12226.60\",\"priceSingleOcc\":28046.6,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12226.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9574,\"priceDoubleOcc\":\"12976.92\",\"priceSingleOcc\":28796.92,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12976.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9857,\"priceDoubleOcc\":\"13401.80\",\"priceSingleOcc\":29221.8,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13401.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9075,\"priceDoubleOcc\":\"12227.73\",\"priceSingleOcc\":28047.73,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12227.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10330,\"priceDoubleOcc\":\"14111.44\",\"priceSingleOcc\":29931.440000000002,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14111.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12214,\"priceDoubleOcc\":\"16936.44\",\"priceSingleOcc\":32756.44,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16936.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14633.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12430,\"priceDoubleOcc\":\"15424.50\",\"priceSingleOcc\":33504.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15424.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12656,\"priceDoubleOcc\":\"15763.50\",\"priceSingleOcc\":33843.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15763.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13221,\"priceDoubleOcc\":\"16611.00\",\"priceSingleOcc\":34691,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16611.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14916,\"priceDoubleOcc\":\"19153.50\",\"priceSingleOcc\":37233.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19153.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20147.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16645,\"priceDoubleOcc\":\"20938.90\",\"priceSingleOcc\":44442.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20938.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16871,\"priceDoubleOcc\":\"21277.90\",\"priceSingleOcc\":44781.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21277.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17436,\"priceDoubleOcc\":\"22125.40\",\"priceSingleOcc\":45629.4,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22125.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19131,\"priceDoubleOcc\":\"24667.90\",\"priceSingleOcc\":48171.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24667.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11469.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8512,\"priceDoubleOcc\":\"11469.20\",\"priceSingleOcc\":26309.2,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11469.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8981,\"priceDoubleOcc\":\"12173.04\",\"priceSingleOcc\":27013.04,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12173.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9247,\"priceDoubleOcc\":\"12571.60\",\"priceSingleOcc\":27411.6,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12571.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8513,\"priceDoubleOcc\":\"11470.26\",\"priceSingleOcc\":26310.260000000002,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11470.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9691,\"priceDoubleOcc\":\"13237.28\",\"priceSingleOcc\":28077.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13237.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11457,\"priceDoubleOcc\":\"15887.28\",\"priceSingleOcc\":30727.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15887.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13727.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11660,\"priceDoubleOcc\":\"14469.00\",\"priceSingleOcc\":31429,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14469.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11872,\"priceDoubleOcc\":\"14787.00\",\"priceSingleOcc\":31747,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14787.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12402,\"priceDoubleOcc\":\"15582.00\",\"priceSingleOcc\":32542,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15582.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"17967.00\",\"priceSingleOcc\":34927,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17967.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18899.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15614,\"priceDoubleOcc\":\"19641.80\",\"priceSingleOcc\":41689.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19641.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15826,\"priceDoubleOcc\":\"19959.80\",\"priceSingleOcc\":42007.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19959.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16356,\"priceDoubleOcc\":\"20754.80\",\"priceSingleOcc\":42802.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20754.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17946,\"priceDoubleOcc\":\"23139.80\",\"priceSingleOcc\":45187.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23139.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178695\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178700\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178705\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178710\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178710],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178715\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Cherrapunji,Dawki,Mawlynnong',NULL,'25073',8335,24668,4,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-03-stunning-shillong',NULL,NULL,NULL,0),(13,24945,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24945,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/no_02_marvelous_meghalaya_1627052297.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 02 Marvelous Meghalaya \",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467886,\"Name\":\"Sohra Plaza\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Situated in the wettest place on the planet (though not currently), this homestay offers you a comfortable and homely stay. Since there is almost no construction around this place, you get unobstructed views of the landscape of Khasi Hills.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467886\\/4650_6773560e9a6877706160c30298f3233d1582890001.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\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":479704,\"Name\":\"Smoky Falls Mae Fi Resort\",\"Star\":\"3.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2403781\",\"Long\":\"91.676958\",\"Address\":\"Tyrna Enroute to Nongriat, via Sohra Cherrapunjee Cherrapunji, Tyrna, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Smoky Falls Mae Fi Resort is located at Tyrna Village, 7 km from Cherrapunjee enroute to the Double decker living root bridge and Rainbow Falls, Nongriat. You can stay at our resort and park your car here and get down to Nongriat. The trek from here is about an hour. The resort has a view point, where you can see many waterfalls falling down from Sohra \\/ Cherrapunjee mountain range.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479704\\/4650_6657b8ec009c75e090169b3e236037d81617359955.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467882,\"Name\":\"San Naela Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Land mark - Near NIT , SOHRA , Pynshadkhurai - Shella Road Saitsohpen, Cherrapunji&lrm;, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Resort San-Nael-La organize any enjoyable and memorable event you require. A truly remarkable destination where We try to keep your stay as special as you are. With experienced team in hospitality industry, we are second to none and can offer better service within your budget. It is very popular for its restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467882\\/4650_bd829c9e9e583c10af878ebf50c561ec1582889677.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467880,\"Name\":\"Pala Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kutmadan, Sohra, Cherrapunji, Shillong, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;&nbsp;At Pala Resort, we pride ourselves in outstanding services. Our Staffs would make sure that our esteemed guests feel relaxed and at home, we are happy to provide and offer:&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467880\\/4650_34a8b9a4ed689bd8198ad424f24ec46b1582889526.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 Cottage\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178670\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check-in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178675\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178680\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"178685\",\"Title\":\"Shillong - Cherrapunji  (65 KM | 1.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Overnight stay in Cherrapunji.Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Overnight stay in Cherrapunji.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178690\",\"Title\":\"Cherrapunji - Guwahati (165 KM | 4.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast today check out and proceed to Guwahati. Enroute in Shillong (If Time Permits) visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24945\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7175.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5465,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5865,\"priceDoubleOcc\":\"7774.40\",\"priceSingleOcc\":17944.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7774.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5714,\"priceDoubleOcc\":\"7548.40\",\"priceSingleOcc\":17718.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7548.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5465,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6467,\"priceDoubleOcc\":\"8678.40\",\"priceSingleOcc\":18848.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8678.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7974,\"priceDoubleOcc\":\"10938.40\",\"priceSingleOcc\":21108.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10938.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24946\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7175.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5594,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5993,\"priceDoubleOcc\":\"7774.40\",\"priceSingleOcc\":17944.4,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7774.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5842,\"priceDoubleOcc\":\"7548.40\",\"priceSingleOcc\":17718.4,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7548.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5895,\"priceDoubleOcc\":\"7627.50\",\"priceSingleOcc\":17797.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7627.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6347,\"priceDoubleOcc\":\"8305.50\",\"priceSingleOcc\":18475.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8305.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7854,\"priceDoubleOcc\":\"10565.50\",\"priceSingleOcc\":20735.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10565.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24947\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9252.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6993,\"priceDoubleOcc\":\"9252.44\",\"priceSingleOcc\":21682.440000000002,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9252.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7394,\"priceDoubleOcc\":\"9853.60\",\"priceSingleOcc\":22283.6,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9853.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7605,\"priceDoubleOcc\":\"10170.00\",\"priceSingleOcc\":22600,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10170.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6993,\"priceDoubleOcc\":\"9252.44\",\"priceSingleOcc\":21682.440000000002,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9252.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7998,\"priceDoubleOcc\":\"10759.86\",\"priceSingleOcc\":23189.86,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10759.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9488,\"priceDoubleOcc\":\"12995.00\",\"priceSingleOcc\":25425,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11147.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9060,\"priceDoubleOcc\":\"11147.45\",\"priceSingleOcc\":25272.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11147.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9481,\"priceDoubleOcc\":\"11780.25\",\"priceSingleOcc\":25905.25,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11780.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9662,\"priceDoubleOcc\":\"12051.45\",\"priceSingleOcc\":26176.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12051.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9060,\"priceDoubleOcc\":\"11147.45\",\"priceSingleOcc\":25272.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11147.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10114,\"priceDoubleOcc\":\"12729.45\",\"priceSingleOcc\":26854.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12729.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11470,\"priceDoubleOcc\":\"14763.45\",\"priceSingleOcc\":28888.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14763.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24949\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13904.65\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11164,\"priceDoubleOcc\":\"13904.65\",\"priceSingleOcc\":30572.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13904.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11583,\"priceDoubleOcc\":\"14531.80\",\"priceSingleOcc\":31199.3,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14531.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11763,\"priceDoubleOcc\":\"14803.00\",\"priceSingleOcc\":31470.5,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14803.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11164,\"priceDoubleOcc\":\"13904.65\",\"priceSingleOcc\":30572.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13904.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12219,\"priceDoubleOcc\":\"15486.65\",\"priceSingleOcc\":32154.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15486.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13571,\"priceDoubleOcc\":\"17515.00\",\"priceSingleOcc\":34182.5,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17515.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\":\"24945\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6731.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5127,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5501,\"priceDoubleOcc\":\"7292.80\",\"priceSingleOcc\":16832.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7292.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5360,\"priceDoubleOcc\":\"7080.80\",\"priceSingleOcc\":16620.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7080.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5127,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6067,\"priceDoubleOcc\":\"8140.80\",\"priceSingleOcc\":17680.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8140.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7480,\"priceDoubleOcc\":\"10260.80\",\"priceSingleOcc\":19800.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10260.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24946\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6731.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5247,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5622,\"priceDoubleOcc\":\"7292.80\",\"priceSingleOcc\":16832.8,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7292.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5480,\"priceDoubleOcc\":\"7080.80\",\"priceSingleOcc\":16620.8,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7080.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5530,\"priceDoubleOcc\":\"7155.00\",\"priceSingleOcc\":16695,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7155.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5954,\"priceDoubleOcc\":\"7791.00\",\"priceSingleOcc\":17331,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7791.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7367,\"priceDoubleOcc\":\"9911.00\",\"priceSingleOcc\":19451,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9911.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24947\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8679.28\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6560,\"priceDoubleOcc\":\"8679.28\",\"priceSingleOcc\":20339.28,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8679.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6936,\"priceDoubleOcc\":\"9243.20\",\"priceSingleOcc\":20903.2,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9243.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7134,\"priceDoubleOcc\":\"9540.00\",\"priceSingleOcc\":21200,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9540.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6560,\"priceDoubleOcc\":\"8679.28\",\"priceSingleOcc\":20339.28,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8679.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7503,\"priceDoubleOcc\":\"10093.32\",\"priceSingleOcc\":21753.32,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10093.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8900,\"priceDoubleOcc\":\"12190.00\",\"priceSingleOcc\":23850,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10456.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8498,\"priceDoubleOcc\":\"10456.90\",\"priceSingleOcc\":23706.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10456.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8894,\"priceDoubleOcc\":\"11050.50\",\"priceSingleOcc\":24300.5,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11050.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9064,\"priceDoubleOcc\":\"11304.90\",\"priceSingleOcc\":24554.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11304.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8498,\"priceDoubleOcc\":\"10456.90\",\"priceSingleOcc\":23706.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10456.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9488,\"priceDoubleOcc\":\"11940.90\",\"priceSingleOcc\":25190.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11940.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10760,\"priceDoubleOcc\":\"13848.90\",\"priceSingleOcc\":27098.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13848.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24949\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13043.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10473,\"priceDoubleOcc\":\"13043.30\",\"priceSingleOcc\":28678.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13043.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10865,\"priceDoubleOcc\":\"13631.60\",\"priceSingleOcc\":29266.6,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13631.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11035,\"priceDoubleOcc\":\"13886.00\",\"priceSingleOcc\":29521,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13886.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10473,\"priceDoubleOcc\":\"13043.30\",\"priceSingleOcc\":28678.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13043.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11462,\"priceDoubleOcc\":\"14527.30\",\"priceSingleOcc\":30162.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14527.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12731,\"priceDoubleOcc\":\"16430.00\",\"priceSingleOcc\":32065,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178670\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178670],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178675\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178675],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178680\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178680],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178685\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178685],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178690\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178690],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong,Cherrapunji','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Guwahati,Dawki',NULL,'25073,34563',6731,17515,3,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-02-marvelous-meghalaya',NULL,NULL,NULL,0),(14,24788,1,35,0,0,0,'Adventure,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":24788,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_08_Mesmerizing_Meghalaya_76.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#984806&quot;&gt;Please Note&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All tours can be fully customized to meet your requirement. You can change the number of days at any destination, add or delete any sightseeing in the itinerary as per your interest, change the hotel and\\/or the room category, change the transport used for the tour, choose a meal plan suitable to you.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 08 Mesmerizing Meghalaya\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4409\",\"SupplierName\":\"Assam Holidays 1\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20576,\"Title\":\"M\\u0101wsynr\\u0101m\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.2975363,\"Long\":91.58263559999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20577,\"Title\":\"Mawphlang Sacred Grove\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.4452356,\"Long\":91.7488968,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15494,\"Title\":\"Indo Bangladesh Border\",\"Description\":\"The Bangladesh&amp;ndash;India border, known locally as the International Border (IB), is an international ... The children were setting fishing nets near the border. ... Assam. Mankachar Land Customs Stations(India) and Rowmari post ... state of Tripura, the second largest city of Northeast India that borders Bangladesh in the east.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Indo_Bangladesh_Border_36513_1584183964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467886,\"Name\":\"Sohra Plaza\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Situated in the wettest place on the planet (though not currently), this homestay offers you a comfortable and homely stay. Since there is almost no construction around this place, you get unobstructed views of the landscape of Khasi Hills.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467886\\/4650_6773560e9a6877706160c30298f3233d1582890001.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":479704,\"Name\":\"Smoky Falls Mae Fi Resort\",\"Star\":\"3.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2403781\",\"Long\":\"91.676958\",\"Address\":\"Tyrna Enroute to Nongriat, via Sohra Cherrapunjee Cherrapunji, Tyrna, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Smoky Falls Mae Fi Resort is located at Tyrna Village, 7 km from Cherrapunjee enroute to the Double decker living root bridge and Rainbow Falls, Nongriat. You can stay at our resort and park your car here and get down to Nongriat. The trek from here is about an hour. The resort has a view point, where you can see many waterfalls falling down from Sohra \\/ Cherrapunjee mountain range.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479704\\/4650_6657b8ec009c75e090169b3e236037d81617359955.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467882,\"Name\":\"San Naela Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Land mark - Near NIT , SOHRA , Pynshadkhurai - Shella Road Saitsohpen, Cherrapunji&lrm;, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Resort San-Nael-La organize any enjoyable and memorable event you require. A truly remarkable destination where We try to keep your stay as special as you are. With experienced team in hospitality industry, we are second to none and can offer better service within your budget. It is very popular for its restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467882\\/4650_bd829c9e9e583c10af878ebf50c561ec1582889677.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467880,\"Name\":\"Pala Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kutmadan, Sohra, Cherrapunji, Shillong, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;&nbsp;At Pala Resort, we pride ourselves in outstanding services. Our Staffs would make sure that our esteemed guests feel relaxed and at home, we are happy to provide and offer:&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467880\\/4650_34a8b9a4ed689bd8198ad424f24ec46b1582889526.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Cottage\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20576,\"Title\":\"M\\u0101wsynr\\u0101m\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.2975363,\"Long\":91.58263559999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20577,\"Title\":\"Mawphlang Sacred Grove\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.4452356,\"Long\":91.7488968,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15494,\"Title\":\"Indo Bangladesh Border\",\"Description\":\"The Bangladesh&amp;ndash;India border, known locally as the International Border (IB), is an international ... The children were setting fishing nets near the border. ... Assam. Mankachar Land Customs Stations(India) and Rowmari post ... state of Tripura, the second largest city of Northeast India that borders Bangladesh in the east.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Indo_Bangladesh_Border_36513_1584183964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"177397\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177402\",\"Title\":\"Shillong - Laitlum Canyons -Krang Suri Falls - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast we proceed to Laitlum Canyons for some breathtaking views. We then visit Krang Suri Falls. It is one of the best waterfalls in Meghalaya. You can also swim in a naturally formed pool here. You can also go behind the waterfall and see the water falling in front of you. After Lunch return back to Shillong. Visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14868,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9193,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177407\",\"Title\":\"Shillong \\u2013 Mawsynram \\u2013 Mawphlang Sacred Forest \\u2013 Shillong ( 60 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawsynram which as per the new geological reports receives the highest rainfall in the world. The area is known for its many caves. Later visit Mawphlang Sacred Grove. It is one of the biggest Sacred Groves in Meghalaya.It is a well preserved forest by local community. Nothing can be taken out from the forest as this is being protected by the local deities. Visit Khasi model village. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177412\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"177417\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Cherrapunjee (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Transfer to Cherrapunjee. Overnight in Cherrapunjee.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177422\",\"Title\":\"Cherrapunjee Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Cherrapunjee. After breakfast visit Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening free. Overnight stay in Cherrapunjee.<\\/p>\\r\\n\\r\\n<p><strong>Optional<\\/strong> - We proceed for a full day trekking to the Double Decker Living Root Bridge at Nongriat Village. We have to trek down 3200 steps approximately each way to the Double Decker Living Root Bridge. We can further trek down to the Rainbow Falls which take about 60 to 90 minutes from the Double Decker Living Root Bridge.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7071,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177427\",\"Title\":\"Cherrapunji  - Guwahati Departure (160 KM | 4.5 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast today Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24788\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11448.03\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8777,\"priceDoubleOcc\":\"11448.03\",\"priceSingleOcc\":27833.03,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11448.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9372,\"priceDoubleOcc\":\"12340.73\",\"priceSingleOcc\":28725.73,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12340.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9706,\"priceDoubleOcc\":\"12841.32\",\"priceSingleOcc\":29226.32,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12841.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8781,\"priceDoubleOcc\":\"11453.68\",\"priceSingleOcc\":27838.68,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11453.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10257,\"priceDoubleOcc\":\"13667.35\",\"priceSingleOcc\":30052.35,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13667.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12479,\"priceDoubleOcc\":\"17000.85\",\"priceSingleOcc\":33385.85,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24789\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10690.93\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8348,\"priceDoubleOcc\":\"10690.93\",\"priceSingleOcc\":25945.93,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10690.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8957,\"priceDoubleOcc\":\"11605.10\",\"priceSingleOcc\":26860.1,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11605.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9272,\"priceDoubleOcc\":\"12077.44\",\"priceSingleOcc\":27332.440000000002,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12077.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8348,\"priceDoubleOcc\":\"10690.93\",\"priceSingleOcc\":25945.93,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10690.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9823,\"priceDoubleOcc\":\"12904.60\",\"priceSingleOcc\":28159.6,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12904.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12046,\"priceDoubleOcc\":\"16238.10\",\"priceSingleOcc\":31493.1,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16238.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14781.53\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11271,\"priceDoubleOcc\":\"14781.53\",\"priceSingleOcc\":33991.53,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14781.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11863,\"priceDoubleOcc\":\"15670.84\",\"priceSingleOcc\":34880.84,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15670.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12196,\"priceDoubleOcc\":\"16170.30\",\"priceSingleOcc\":35380.3,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16170.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11271,\"priceDoubleOcc\":\"14781.53\",\"priceSingleOcc\":33991.53,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14781.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12746,\"priceDoubleOcc\":\"16994.07\",\"priceSingleOcc\":36204.07,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16994.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14968,\"priceDoubleOcc\":\"20327.57\",\"priceSingleOcc\":39537.57,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20327.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24791\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17933.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14667,\"priceDoubleOcc\":\"17933.10\",\"priceSingleOcc\":39968.1,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17933.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15312,\"priceDoubleOcc\":\"18899.25\",\"priceSingleOcc\":40934.25,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15562,\"priceDoubleOcc\":\"19274.41\",\"priceSingleOcc\":41309.41,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19274.41\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14672,\"priceDoubleOcc\":\"17939.88\",\"priceSingleOcc\":39974.880000000005,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17939.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16223,\"priceDoubleOcc\":\"20266.55\",\"priceSingleOcc\":42301.55,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20266.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18219,\"priceDoubleOcc\":\"23261.05\",\"priceSingleOcc\":45296.05,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23261.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24792\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22068.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17828,\"priceDoubleOcc\":\"22068.90\",\"priceSingleOcc\":48058.9,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22068.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18466,\"priceDoubleOcc\":\"23026.01\",\"priceSingleOcc\":49016.009999999995,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23026.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18711,\"priceDoubleOcc\":\"23393.26\",\"priceSingleOcc\":49383.259999999995,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23393.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17832,\"priceDoubleOcc\":\"22075.68\",\"priceSingleOcc\":48065.68,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22075.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19383,\"priceDoubleOcc\":\"24402.35\",\"priceSingleOcc\":50392.35,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24402.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21380,\"priceDoubleOcc\":\"27396.85\",\"priceSingleOcc\":53386.85,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27396.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24788\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10738.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8233,\"priceDoubleOcc\":\"10738.86\",\"priceSingleOcc\":26108.86,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10738.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8792,\"priceDoubleOcc\":\"11576.26\",\"priceSingleOcc\":26946.260000000002,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11576.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9105,\"priceDoubleOcc\":\"12045.84\",\"priceSingleOcc\":27415.84,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12045.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8237,\"priceDoubleOcc\":\"10744.16\",\"priceSingleOcc\":26114.16,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10744.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9621,\"priceDoubleOcc\":\"12820.70\",\"priceSingleOcc\":28190.7,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12820.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11706,\"priceDoubleOcc\":\"15947.70\",\"priceSingleOcc\":31317.7,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15947.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24789\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10028.66\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7831,\"priceDoubleOcc\":\"10028.66\",\"priceSingleOcc\":24338.66,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10028.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8402,\"priceDoubleOcc\":\"10886.20\",\"priceSingleOcc\":25196.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10886.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8698,\"priceDoubleOcc\":\"11329.28\",\"priceSingleOcc\":25639.28,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11329.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7831,\"priceDoubleOcc\":\"10028.66\",\"priceSingleOcc\":24338.66,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10028.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9215,\"priceDoubleOcc\":\"12105.20\",\"priceSingleOcc\":26415.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12105.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11300,\"priceDoubleOcc\":\"15232.20\",\"priceSingleOcc\":29542.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15232.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13865.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10572,\"priceDoubleOcc\":\"13865.86\",\"priceSingleOcc\":31885.86,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13865.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11129,\"priceDoubleOcc\":\"14700.08\",\"priceSingleOcc\":32720.08,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14700.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11441,\"priceDoubleOcc\":\"15168.60\",\"priceSingleOcc\":33188.6,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15168.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10572,\"priceDoubleOcc\":\"13865.86\",\"priceSingleOcc\":31885.86,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13865.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11956,\"priceDoubleOcc\":\"15941.34\",\"priceSingleOcc\":33961.34,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15941.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14041,\"priceDoubleOcc\":\"19068.34\",\"priceSingleOcc\":37088.34,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19068.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24791\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16822.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13759,\"priceDoubleOcc\":\"16822.20\",\"priceSingleOcc\":37492.2,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16822.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14363,\"priceDoubleOcc\":\"17728.50\",\"priceSingleOcc\":38398.5,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17728.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14598,\"priceDoubleOcc\":\"18080.42\",\"priceSingleOcc\":38750.42,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18080.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13763,\"priceDoubleOcc\":\"16828.56\",\"priceSingleOcc\":37498.56,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16828.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15218,\"priceDoubleOcc\":\"19011.10\",\"priceSingleOcc\":39681.1,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19011.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17091,\"priceDoubleOcc\":\"21820.10\",\"priceSingleOcc\":42490.1,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21820.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24792\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20701.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16723,\"priceDoubleOcc\":\"20701.80\",\"priceSingleOcc\":45081.8,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20701.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17322,\"priceDoubleOcc\":\"21599.62\",\"priceSingleOcc\":45979.619999999995,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21599.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17551,\"priceDoubleOcc\":\"21944.12\",\"priceSingleOcc\":46324.119999999995,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21944.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16728,\"priceDoubleOcc\":\"20708.16\",\"priceSingleOcc\":45088.16,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20708.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18183,\"priceDoubleOcc\":\"22890.70\",\"priceSingleOcc\":47270.7,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22890.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20055,\"priceDoubleOcc\":\"25699.70\",\"priceSingleOcc\":50079.7,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25699.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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;&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;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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"177397\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[177397],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177402\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[177402],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177407\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[177407],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177412\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[177412],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177417\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[177417],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177422\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[177422],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177427\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[177427],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Shillong,Cherrapunji','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Mawsynram,Dawki,Mawlynnong',NULL,'25073,34563',10029,27397,5,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-08-mesmerizing-meghalaya',NULL,NULL,NULL,0),(15,24690,1,35,0,0,0,'Wildlife,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":24690,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_11_North_East_Triangle_68.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 11 North East Triangle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4409\",\"SupplierName\":\"Assam Holidays 1\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,Car On Disposal\",\"PackageType\":\"Wildlife,Family,Hill Station\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13741,\"Title\":\"Kaziranga National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467876,\"Name\":\"Florican Lodge\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"AT Rd, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;KAZIRANGA FLORICAN is located by the National Highway 37 (ASEAN Highway 1) at Kohora in the heart of Kaziranga National Park, Assam. Here attention to details create a soothing blend of warm, effortless service and harmonious spaces!&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467876\\/4650_04f7f6f92c0f4905a6e18c38b39f35af1582888914.jpg\",\"AccoAminitiesMask\":\"1100010000000001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467875,\"Name\":\"Wild Grass Lodge\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, Resort Borgos, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;The Wild Grass Lodge is a jungle lodge located outside of kaziranga national park, 200 kms from guwahati, assam. It is built in an attractive rural style kind of architecture, with grounds having more than 40 species of trees over 200 species of shrubs, creepers and climbers. You will feel here perfect harmony of nature.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467875\\/4650_805691cb2c59fa1e24e9eece632b9c641582886856.jpg\",\"AccoAminitiesMask\":\"1100010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467874,\"Name\":\"Dhanshree Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, Bogorijuri, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Dhanshree Resort offers a variety of spacious rooms and which were recently redesigned with comfortable and modern wooden furniture. Comfort, style, and value are hallmarks of dhanshree Resort accommodations. Wooden furniture including sofa, center table with wardrobe provides an elegant atmosphere.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467874\\/4650_1f5805cc60d7fd7285b44d20c7148eec1582886712.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467873,\"Name\":\"IORA The Retreat\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Bogorijuri, Kohora, Kaziranga National Park, Resort Borgos, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Iora Resort spread in 20 acre with 4 star amenities and 42 rooms is a good option to stay in Kaziranga National Park.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467873\\/4650_985019eeee56c6be38bef58c156570841582886398.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467872,\"Name\":\"Resort Borgos\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, No.2 Sildubi, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Resort Borgos offers impeccable service and all the essential amenities to invigorate travelers. Guests of the hotel can enjoy on-site features like 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer.&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467872\\/4650_c58de72a0c8d9967eb5b686d3e369db31582885013.jpg\",\"AccoAminitiesMask\":\"1110000000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467892,\"Name\":\"Hotel Rialto\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"GNB Rd, Pan Bazaar, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817947,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_01617278634.jpg\"},{\"ImagId\":4817948,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_11617278635.jpg\"},{\"ImagId\":4817949,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_21617278635.jpg\"},{\"ImagId\":4817950,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_01617278658.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel Rialto is a value for money accommodation offering a comfortable stay to its patrons. Guests can enjoy the delicacies at the in-house pure vegetarian restaurant. Arranged over five floors, guests have an option to choose from its 34 well-kept rooms that are equipped amenities in the rooms include toiletries, makeup mirror, mini-fridge, drinking water, flat-screen TV, telephone, comfortable bed, side table, sofa bed, work desk, separate seating area, and attached bathroom with the facility of hot\\/cold running water. This hotel in Guwahati features car parking, front desk, travel counter, and conference hall on its premises. Guests are offered laundry, room service, housekeeping, and doctor on call during their stay.Hotel Rialto is at a distance of Guwahati Railway Station, which is 1 km away, 1 km from Assam State Transport Corporation, 6 km from the Assam State Zoo Cum Botanical Garden and 22 km from Lokpriya Gopinath Bordoloi International Airport. Nearby points of interest to drop by are Kamakhya Temple (7 km), Silsako Lake (11 km) , and Umananda Temple (1 km).&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_b9c878b62fbdb948b7715129b6e02faf1582891612.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467891,\"Name\":\"D Courtyard\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"RG Baruah Rd, Rajdhani Nursery, Opp, Ganeshguri, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817951,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_01617278795.jpg\"},{\"ImagId\":4817952,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_11617278795.jpg\"},{\"ImagId\":4817953,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_21617278795.jpg\"},{\"ImagId\":4817954,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_31617278795.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel &amp;#39;D&amp;#39; Courtyard is reckoned among the luxury budget hotels in Guwahati. Most significantly the hotel aims to provide luxurious standard within budget without compromising with your comforts. We enrich the stay of our visitors with our holistic approach of delivering excellent services. Our personalized and customized services suit every guest unique needs. A part from the significant hotels in guwahati, we stand high considering the amenities and services we offer. Our professional and experienced staff aims to satisfy an individual&rsquo;s specific needs with full efficiency. Quality, elegance and comfort are what make it one of the best luxury budget hotels in Guwahati, Assam. The hotel with its host of facilities and services is designed to meet every need of leisure \\/ travel \\/ banquet \\/ conferencing services with best hospitality industry standards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 34 well appointed guest keys and suites are elegantly designed and the delectable dinning option, technologically advanced conferencing features exquisite recreation facilities as well as warm and attentive services are just some of the things that make Hotel &amp;#39;D&amp;#39; Courtyard, Guwahati a preferred destination of pure bliss.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_c68865f572bfcd7ac30b170f1de0f9281582891299.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467890,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"MLN Road, Pan Bazaar, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817955,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_01617279253.jpg\"},{\"ImagId\":4817956,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_11617279253.jpg\"},{\"ImagId\":4817957,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_21617279253.jpg\"},{\"ImagId\":4817958,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_31617279253.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;We at Mayflower Hotel are bundled up with all comforts of modern day hospitality industry. Being a luxurious hotel, we understand the meaning of hospitality and treat you in a way that you feel at home. To your surprise, our room rates are amazing. You can also choose our premium range of rooms or suites at a much competitive price.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Booking in advance would help us in giving you a warm reception. If you have any query, send us a mail on &ldquo;reservation@mayflowerhotel.in.net&rdquo;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We also take this opportunity to thank our regular guests, for whom this website aims to provide all kind of information and latest updates. We welcome your suggestions to help us serve you better.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;So Come &amp; Enjoy with your Family &amp; Friends!&lt;br \\/&gt;\\r\\n&nbsp;&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_23d03b3e2d2bea930271959af28a36121582891147.jpg\",\"AccoAminitiesMask\":\"1000010000001001001\",\"AccoAminities\":[{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467889,\"Name\":\"Shoolin Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"G.S. Road Opp Indian Oil Petrol Pump, Rukmini Gaon, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817961,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_01617279603.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Located in Rukmini Gaon of Guwahati City, we are ideally located within the conveniences of city life yet distant enough from it&rsquo;s over buzz. Something we all love from time to time. Hotel Shoolin Grand is equipped with premium infrastructure and services that guarantee a pleasurable stay. If you are looking for a uber luxurious experience, we have 45 premium category rooms, including three suites, and a multi-speciality spa with a unisex beauty salon. Food lovers can delight in the vast range of dishes in our multicuisine restaurant and experiment with tastes and flavors. While ensuring our guests the most comfortable stay, we also provide facilities of baby care room and kids play zone. We are also open for conferences and private events with our well set-up conference and banquet halls. So the next time you plan a visit to Guwahati or a carefree staycation, choose leisure, comfort, and impeccable facilities&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_9c4b5dba1c71af56b3d93db827f671a41582890981.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467887,\"Name\":\"Kiranshree Grand\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"New Airport Road Mirzapur, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817962,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_01617279793.jpg\"},{\"ImagId\":4817963,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_11617279793.jpg\"},{\"ImagId\":4817964,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_21617279793.jpg\"},{\"ImagId\":4817965,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_31617279793.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;The historic city of Guwahati is the gateway to India&rsquo;s Northeast and Kiranshree Grand stands with pride at the gateway of Guwahati city. Just a few steps away from the Lokapriya Gopinath Bordoloi International Airport, this Hotel cum Resort is also ideal for anyone making a stopover on a trip to any other part of the northeastern region. The location of the hotel helps you travel to any part of Assam or the rest of the Northeast without getting stuck in the city traffic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The elegantly designed hotel cum resort boasts of 122 luxurious rooms and suites with state of the art facilities and 24x7 services and is spread over 6 acres of land. The moment you step inside the property, the wide pathway that leads to the main lobby of the hotel will awe you with its grandeur. On one side of the pathway is the high boundary wall covered in green vines while on the other side is the vast parking zone. As the pathway comes to an end you will see the beautiful palm court ahead and the main lobby on your right. The ardour to strike a fine balance between nature and modern lifestyle is visible all throughout the campus and the lobby is no different. While our reception desk carries out the formalities of check-in, maybe you can find some time to admire the architecture and decorations of the enormously spacious lobby that transcends space and dimension through the glass walls on three sides.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can choose from Club Rooms, Grand Suites and Presidential Suites to meet your accomodational requirements during business trips, holidays etc. Or confine yourself in any of the Honeymoon Suites, to enjoy some intimate, romantic moments with your special one. Every floor of the residential blocks has a spacious lounge to relax.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_b5720a0bf7d7ce57d46dbd074ff16f6e1582890297.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Club room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"176774\",\"Title\":\"Guwahati - Kaziranga National Park (230 KM  4.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Guwahati. Meet and be assisted by our representative at the airport\\/Railway Station. Transfer to Kaziranga National Park, the home of the One Horn Indian Rhinoceros. Check in at your hotel\\/Lodge\\/resort. Evening you may visit Orchid Park and the nearby Tea Plantations. Overnight stay at Kaziranga National Park.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467875,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467874,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467873,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467872,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive 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\":14951,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176779\",\"Title\":\"Kaziranga National Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning explore Kaziranga National Park on back of elephant. Apart from world&#39;s endangered One Horn Indian Rhinoceros, the Park sustains half the world&#39;s population of genetically pure Wild Water Buffaloes, over 1000 Wild elephants and perhaps the densest population of Royal Bengal Tiger anywhere. Kaziranga National Park is also a bird watcher&#39;s paradise and home to some 500 species of Birds. The Crested Serpent Eagle, Palla&#39;s Fishing Eagle, Greyheaded Fishing Eagle, Swamp Partridge, Bar-headed goose, whistling Teal, Bengal Florican, Storks, Herons and Pelicans are some of the species found here. We will return to the resort for breakfast. Afternoon we proceed for a jeep safari. Evening come back to the hotel. Overnight stay at Kaziranga National Park.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467875,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467874,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467873,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467872,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive 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\":8382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8421,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176784\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"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\":\"176789\",\"Title\":\"Kaziranga National Park\\u2013 Shillong (280 Km | 6 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast drive to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176794\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM  1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit&nbsp; Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176799\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176804\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"176809\",\"Title\":\"Shillong - Guwahati (100 KM  3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati. Arrive and check in at hotel. Visit Srimanta Sankardev Kalakshetra a place where Assamese history and culture is presented, You may also visit the Assam Film Museum to know the History of Assamese Cinema. Visit GTAC Tea Lounge to enjoy a cup of finest Assam Tea and also carry some Tea back home. Here you will find the finest quality of Organic, CTC, Orthodox, Green Tea, White Tea, Purple Tea etc. Evening you may take a River Cruise (Direct Payment) on the mighty River Brahmaputra. You may also visit the local market. Assam is famous for Assam Silk particularly Golden Muga Silk, Assam Tea, Bamboo and Cane Products. Overnight stay in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467892,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467890,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176814\",\"Title\":\"Guwahati Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast check out from hotel. As time permits we may take a tour of the Kamakhya Temple and other Temples in Guwahati namely Purva Tirupati Shri Balaji Temple, Sukreswar Temple, Navagraha Temple, Umananda Temple at the Peacock Island which is the smallest inhabited River Island in the World, Assam State Museum, Dighali Pukhuri (Lake), State Zoo cum Botanical Garden, Planetarium and the Assam State Emporiums.&nbsp;With everlasting memories transfer to Guwahati airport\\/railway station for onward journey.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":81,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":82,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1697,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15198.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12755,\"priceDoubleOcc\":\"15198.50\",\"priceSingleOcc\":36103.5,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15198.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13245,\"priceDoubleOcc\":\"15933.00\",\"priceSingleOcc\":36838,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15933.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13867,\"priceDoubleOcc\":\"16865.25\",\"priceSingleOcc\":37770.25,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16865.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12767,\"priceDoubleOcc\":\"15216.58\",\"priceSingleOcc\":36121.58,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15216.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13904,\"priceDoubleOcc\":\"16921.75\",\"priceSingleOcc\":37826.75,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16921.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17162,\"priceDoubleOcc\":\"21809.00\",\"priceSingleOcc\":42714,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24691\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14102.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":11732,\"priceDoubleOcc\":\"14102.40\",\"priceSingleOcc\":14102.4,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14102.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":14501,\"priceDoubleOcc\":\"18255.15\",\"priceSingleOcc\":18255.15,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18255.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":17759,\"priceDoubleOcc\":\"23142.40\",\"priceSingleOcc\":45742.4,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23142.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13334,\"priceDoubleOcc\":\"16498.00\",\"priceSingleOcc\":37968,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13824,\"priceDoubleOcc\":\"17232.50\",\"priceSingleOcc\":38702.5,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17232.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14464,\"priceDoubleOcc\":\"18193.00\",\"priceSingleOcc\":39663,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18193.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13369,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":38019.979999999996,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14505,\"priceDoubleOcc\":\"18255.15\",\"priceSingleOcc\":39725.15,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18255.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17764,\"priceDoubleOcc\":\"23142.40\",\"priceSingleOcc\":44612.4,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23142.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24692\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20463.17\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":17752,\"priceDoubleOcc\":\"22788.71\",\"priceSingleOcc\":22788.71,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22788.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":21010,\"priceDoubleOcc\":\"27675.96\",\"priceSingleOcc\":54795.96,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27675.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16197,\"priceDoubleOcc\":\"20453.00\",\"priceSingleOcc\":46443,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20453.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16819,\"priceDoubleOcc\":\"21386.38\",\"priceSingleOcc\":47376.380000000005,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21386.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17407,\"priceDoubleOcc\":\"22267.78\",\"priceSingleOcc\":48257.78,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22267.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16203,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":46453.17,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17754,\"priceDoubleOcc\":\"22788.71\",\"priceSingleOcc\":48778.71,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22788.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21013,\"priceDoubleOcc\":\"27677.09\",\"priceSingleOcc\":53667.09,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27677.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25255.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":22462,\"priceDoubleOcc\":\"27713.25\",\"priceSingleOcc\":27713.25,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27713.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25456,\"priceDoubleOcc\":\"32205.00\",\"priceSingleOcc\":64410,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32205.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20830,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":55765.5,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21485,\"priceDoubleOcc\":\"26238.60\",\"priceSingleOcc\":56748.6,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26238.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21990,\"priceDoubleOcc\":\"26995.70\",\"priceSingleOcc\":57505.7,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26995.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20830,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":55765.5,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22468,\"priceDoubleOcc\":\"27713.25\",\"priceSingleOcc\":58223.25,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27713.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25463,\"priceDoubleOcc\":\"32205.00\",\"priceSingleOcc\":62715,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32205.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31142.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":27495,\"priceDoubleOcc\":\"33600.55\",\"priceSingleOcc\":33600.55,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33600.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":30489,\"priceDoubleOcc\":\"38092.30\",\"priceSingleOcc\":75382.3,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38092.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25847,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":67302.8,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26502,\"priceDoubleOcc\":\"32125.90\",\"priceSingleOcc\":68285.9,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32125.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27007,\"priceDoubleOcc\":\"32883.00\",\"priceSingleOcc\":69043,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32883.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25847,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":67302.8,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27485,\"priceDoubleOcc\":\"33600.55\",\"priceSingleOcc\":69760.55,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33600.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":30480,\"priceDoubleOcc\":\"38092.30\",\"priceSingleOcc\":74252.3,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38092.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14257.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11965,\"priceDoubleOcc\":\"14257.00\",\"priceSingleOcc\":33867,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14257.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12425,\"priceDoubleOcc\":\"14946.00\",\"priceSingleOcc\":34556,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14946.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13008,\"priceDoubleOcc\":\"15820.50\",\"priceSingleOcc\":35430.5,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15820.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11977,\"priceDoubleOcc\":\"14273.96\",\"priceSingleOcc\":33883.96,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14273.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13043,\"priceDoubleOcc\":\"15873.50\",\"priceSingleOcc\":35483.5,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15873.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16099,\"priceDoubleOcc\":\"20458.00\",\"priceSingleOcc\":40068,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24691\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15476.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12508,\"priceDoubleOcc\":\"15476.00\",\"priceSingleOcc\":35616,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15476.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12967,\"priceDoubleOcc\":\"16165.00\",\"priceSingleOcc\":36305,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16165.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13568,\"priceDoubleOcc\":\"17066.00\",\"priceSingleOcc\":37206,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17066.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12541,\"priceDoubleOcc\":\"15524.76\",\"priceSingleOcc\":35664.76,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15524.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13607,\"priceDoubleOcc\":\"17124.30\",\"priceSingleOcc\":37264.3,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17124.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16663,\"priceDoubleOcc\":\"21708.80\",\"priceSingleOcc\":41848.8,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21708.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24692\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19186.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15193,\"priceDoubleOcc\":\"19186.00\",\"priceSingleOcc\":43566,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19186.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15777,\"priceDoubleOcc\":\"20061.56\",\"priceSingleOcc\":44441.56,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20061.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16328,\"priceDoubleOcc\":\"20888.36\",\"priceSingleOcc\":45268.36,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20888.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15200,\"priceDoubleOcc\":\"19195.54\",\"priceSingleOcc\":43575.54,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19195.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16654,\"priceDoubleOcc\":\"21377.02\",\"priceSingleOcc\":45757.020000000004,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21377.02\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19711,\"priceDoubleOcc\":\"25962.58\",\"priceSingleOcc\":50342.58,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25962.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23691.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19539,\"priceDoubleOcc\":\"23691.00\",\"priceSingleOcc\":52311,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23691.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20154,\"priceDoubleOcc\":\"24613.20\",\"priceSingleOcc\":53233.2,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24613.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20628,\"priceDoubleOcc\":\"25323.40\",\"priceSingleOcc\":53943.4,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25323.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19539,\"priceDoubleOcc\":\"23691.00\",\"priceSingleOcc\":52311,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23691.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21076,\"priceDoubleOcc\":\"25996.50\",\"priceSingleOcc\":54616.5,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25996.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23885,\"priceDoubleOcc\":\"30210.00\",\"priceSingleOcc\":58830,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30210.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29213.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24246,\"priceDoubleOcc\":\"29213.60\",\"priceSingleOcc\":63133.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29213.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24861,\"priceDoubleOcc\":\"30135.80\",\"priceSingleOcc\":64055.8,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30135.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30846.00\",\"priceSingleOcc\":64766,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30846.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24246,\"priceDoubleOcc\":\"29213.60\",\"priceSingleOcc\":63133.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29213.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25783,\"priceDoubleOcc\":\"31519.10\",\"priceSingleOcc\":65439.1,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31519.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":28592,\"priceDoubleOcc\":\"35732.60\",\"priceSingleOcc\":69652.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35732.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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. 01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#f39c12&quot;&gt;&lt;strong&gt;Value Added Services&lt;\\/strong&gt;&lt;\\/span&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":30,\"ExtraValue\":\"2000\",\"IsPercentage\":false,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"7857\",\"Value\":\"0\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"7862\",\"Value\":\"25\"},{\"DaysBefore\":7,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"7867\",\"Value\":\"50\"},{\"DaysBefore\":3,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 3 Days\",\"TPRulesSysId\":\"7872\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"176774\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[176774],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176779\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[176779],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176784\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176784],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176789\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176789],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176794\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[176794],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176799\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[176799],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176804\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[176804],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176809\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[176809],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176814\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[176814],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Kaziranga National Park,Shillong,Guwahati','Kaziranga National Park,Assam,Indian Subcontinent,Northeast India,India,Shillong,Meghalaya,Guwahati,Cherrapunji,Dawki,Mawlynnong',NULL,'13741,25073,11240',14102,38092,6,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-11-north-east-triangle',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (16,24664,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24664,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Package_no_01_Shillong_Beauty_94.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#984806&quot;&gt;Please Note&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All our tours can be fully customized to meet your requirement. You can change the number of days at any destination, add or delete any sightseeing in the itinerary as per your interest, change the hotel and\\/or the room category, change the transport used for the tour, choose a meal plan suitable to you.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 01 Shillong Beauty\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":20083,\"Title\":\"DOUBLE DECKER LIVING ROOT BRIDGE\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"176627\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176632\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM  1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit&nbsp; Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176637\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":19106,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20083,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176642\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24664\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6854.58\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5620,\"priceDoubleOcc\":\"7458.00\",\"priceSingleOcc\":17628,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5846,\"priceDoubleOcc\":\"7797.00\",\"priceSingleOcc\":17967,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7797.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6223,\"priceDoubleOcc\":\"8362.00\",\"priceSingleOcc\":18532,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8362.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7729,\"priceDoubleOcc\":\"10622.00\",\"priceSingleOcc\":20792,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10622.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24665\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6854.58\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5620,\"priceDoubleOcc\":\"7458.00\",\"priceSingleOcc\":17628,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5846,\"priceDoubleOcc\":\"7797.00\",\"priceSingleOcc\":17967,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7797.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6223,\"priceDoubleOcc\":\"8362.00\",\"priceSingleOcc\":18532,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8362.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7729,\"priceDoubleOcc\":\"10622.00\",\"priceSingleOcc\":20792,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10622.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24666\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9362.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6934,\"priceDoubleOcc\":\"9362.05\",\"priceSingleOcc\":21792.05,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9362.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7336,\"priceDoubleOcc\":\"9964.34\",\"priceSingleOcc\":22394.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7562,\"priceDoubleOcc\":\"10303.34\",\"priceSingleOcc\":22733.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10303.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6934,\"priceDoubleOcc\":\"9362.05\",\"priceSingleOcc\":21792.05,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9362.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7939,\"priceDoubleOcc\":\"10868.34\",\"priceSingleOcc\":23298.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10868.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9445,\"priceDoubleOcc\":\"13128.34\",\"priceSingleOcc\":25558.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13128.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24667\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11175.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9066,\"priceDoubleOcc\":\"11175.70\",\"priceSingleOcc\":25300.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11175.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9487,\"priceDoubleOcc\":\"11808.50\",\"priceSingleOcc\":25933.5,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11808.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9668,\"priceDoubleOcc\":\"12079.70\",\"priceSingleOcc\":26204.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12079.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9066,\"priceDoubleOcc\":\"11175.70\",\"priceSingleOcc\":25300.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11175.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10120,\"priceDoubleOcc\":\"12757.70\",\"priceSingleOcc\":26882.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12757.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11476,\"priceDoubleOcc\":\"14791.70\",\"priceSingleOcc\":28916.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14791.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24668\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15311.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15311.50\",\"priceSingleOcc\":33391.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15311.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12645,\"priceDoubleOcc\":\"15944.30\",\"priceSingleOcc\":34024.3,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15944.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12826,\"priceDoubleOcc\":\"16215.50\",\"priceSingleOcc\":34295.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16215.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15311.50\",\"priceSingleOcc\":33391.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15311.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13278,\"priceDoubleOcc\":\"16893.50\",\"priceSingleOcc\":34973.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16893.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14634,\"priceDoubleOcc\":\"18927.50\",\"priceSingleOcc\":37007.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18927.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\":\"24664\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6429.96\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5272,\"priceDoubleOcc\":\"6996.00\",\"priceSingleOcc\":16536,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6996.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5484,\"priceDoubleOcc\":\"7314.00\",\"priceSingleOcc\":16854,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7314.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5837,\"priceDoubleOcc\":\"7844.00\",\"priceSingleOcc\":17384,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7844.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7250,\"priceDoubleOcc\":\"9964.00\",\"priceSingleOcc\":19504,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24665\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6429.96\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5272,\"priceDoubleOcc\":\"6996.00\",\"priceSingleOcc\":16536,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6996.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5484,\"priceDoubleOcc\":\"7314.00\",\"priceSingleOcc\":16854,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7314.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5837,\"priceDoubleOcc\":\"7844.00\",\"priceSingleOcc\":17384,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7844.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7250,\"priceDoubleOcc\":\"9964.00\",\"priceSingleOcc\":19504,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24666\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8782.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6505,\"priceDoubleOcc\":\"8782.10\",\"priceSingleOcc\":20442.1,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8782.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6882,\"priceDoubleOcc\":\"9347.08\",\"priceSingleOcc\":21007.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9347.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7094,\"priceDoubleOcc\":\"9665.08\",\"priceSingleOcc\":21325.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9665.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6505,\"priceDoubleOcc\":\"8782.10\",\"priceSingleOcc\":20442.1,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8782.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7447,\"priceDoubleOcc\":\"10195.08\",\"priceSingleOcc\":21855.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10195.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8860,\"priceDoubleOcc\":\"12315.08\",\"priceSingleOcc\":23975.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12315.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24667\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10483.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8504,\"priceDoubleOcc\":\"10483.40\",\"priceSingleOcc\":23733.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8900,\"priceDoubleOcc\":\"11077.00\",\"priceSingleOcc\":24327,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11077.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9069,\"priceDoubleOcc\":\"11331.40\",\"priceSingleOcc\":24581.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11331.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8504,\"priceDoubleOcc\":\"10483.40\",\"priceSingleOcc\":23733.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9493,\"priceDoubleOcc\":\"11967.40\",\"priceSingleOcc\":25217.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11967.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10765,\"priceDoubleOcc\":\"13875.40\",\"priceSingleOcc\":27125.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13875.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24668\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14363.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14363.00\",\"priceSingleOcc\":31323,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14363.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11861,\"priceDoubleOcc\":\"14956.60\",\"priceSingleOcc\":31916.6,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14956.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15211.00\",\"priceSingleOcc\":32171,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15211.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14363.00\",\"priceSingleOcc\":31323,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14363.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12455,\"priceDoubleOcc\":\"15847.00\",\"priceSingleOcc\":32807,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15847.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13727,\"priceDoubleOcc\":\"17755.00\",\"priceSingleOcc\":34715,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17755.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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;Value Added Services&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"176627\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[176627],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176632\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[176632],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176637\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176637],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176642\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[176642],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Dawki,Mawlynnong',NULL,'25073',6430,18928,3,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-01-shillong-beauty',NULL,NULL,NULL,0),(17,26999,1,35,0,0,0,'Family,Leisure,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":26999,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/ladakh_suv_expedition_srinagar_to_leh_ladakh_1627307633.png\",\"BookingValidUntill\":\"2021-09-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Get ready for one of the most exciting journey exploring the beautiful Ladakh. This journey will take you through some of the most breathtaking and challenging but yet so peaceful and magnificent landscapes found on this planet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For millions of years of permanence, the Himalayas with freezing mountain streams, high altitude gorgeous passes, majestically laden plains and enormous mountain lakes in Leh Ladakh region have left a lasting impression on the lucky ones who have got a chance to travel to this remote Himalayan region. Broad evergreen valleys and majestic snow-capped ranges, ornate temples and meditative ceremonies, serenity and vibrant celebrations, bustling cities, and remote wilderness, deep gorges, and breathtaking passes, make a truly spectacular setting for a travel enthusiast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be treated to long strokes, open roads and spectacular views all while climbing the world&amp;rsquo;s highest motorable passes. A trip to Leh Ladakh is a dream of every traveller and definitely, the journey of a lifetime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are bringing some of the best routes for you to experience. Select your favourite route and get ready for this extraordinary journey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":5568,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5568,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Srinagar UT\",\"SourcePlaceSysId\":35502,\"AgencyName\":\"International Youth Club\",\"Name\":\"Ladakh SUV Expedition (Srinagar to Leh)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"5885\",\"SupplierName\":\"International Youth Club\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Sightseeing\",\"PackageType\":\"Family,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35502,\"Title\":\"Srinagar UT\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479941,\"Name\":\"Deluxe Swiss Camps and Hotels \",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481148,\"Name\":\"Houseboats\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480037,\"Name\":\"Hotel Zojila Residency Kargil\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13569,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480048,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481082,\"Name\":\"Three Rosses\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481083,\"Name\":\"The Himalaya\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481084,\"Name\":\"Cho Palace\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.15090789999999\",\"Long\":\"77.5645227\",\"Address\":\"Skara Near Badami Baug Leh Jammu and Kashmir, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481075,\"Name\":\"Nubra Eco Village\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"101000000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481076,\"Name\":\"The Nature Nest\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481078,\"Name\":\"The Ladakh Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481079,\"Name\":\"100 Sky Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481080,\"Name\":\"Goodluck Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"193408\",\"Title\":\"Arrival in Srinagar\\/Sonmarg:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On landing at the Srinagar Airport, meet our representative and transfer to the pre-booked accommodation for an overnight stay in Sonamarg. In the evening, our tour captain will give you a little brief about the journey and itinerary.<\\/p>\\r\\n\\r\\n<p><em>Dinner &amp; Overnight Stay at Srinagar<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479941,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481148,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19066,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19065,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193409\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":\"193410\",\"Title\":\"Srinagar\\/Sonmarg to Kargil:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, travel to Kargil, the main battleground during the Kargil war 1999, passing through Kargil. En route, you will meander through the thrilling Zojila pass and Drass, the second coldest inhabited place on earth. Visit the Tiger Hills and other famous peaks in Kargil. You will reach Kargil by evening, on arriving check in to the hotel. Relax and spend time with your friends.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner &amp; Overnight Stay in Kargil<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480037,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19067,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1785,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193411\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":\"193412\",\"Title\":\"Kargil to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>As morning gilds over the skies, after breakfast, you will head towards Leh. On the way, you will visit the Dha-Hanu village, where the last race of Indo-Aryans resides. You will be amazed to see people adorned with jewellery and flowers. En route, you will also see the beautiful confluence of Zanskar and Indus River, the intriguing phenomenon of Magnetic Hills and the divine visit at Gurudwara Pather Sahib. After exploration, return back to your hotel for an overnight stay.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19068,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19059,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193413\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"193414\",\"Title\":\"Leh to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Wake up to a refreshing morning and travel to Nubra Valley, a cold desert with vast&nbsp;landscapes and mountain ranges. Feel the thrill of crossing one of the highest motorable passes in the world, Khardung La. Once you reach Nubra, enjoy a camel ride in the desert mountains of Hunder (additional cost). Overnight stay will be provided in Nubra.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19911,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193415\",\"Title\":\"Nubra Valley to Turtuk Village to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After the sun peeps out, you will pack your bags as you will leave for Turtuk village which was under Pakistan before 1971. Nestled in the Nubra tehsil, 205 km from the Leh town, on the banks of the Shyok River, it is the last village before LOC. With stunning beauty throughout the valley, you will be blessed with views you might have not seen before. After exploring Turtuk you will travel back towards Nubra.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19061,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193416\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"193417\",\"Title\":\"Nubra Valley to Pangong Tso:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Prepare for another day of a daring off-roading experience as you traverse through untamed paths in the high mountains. The route leads to the beautiful Pangong Tso (lake) via Shyok river or Wari La Pass. It is quite challenging yet thrilling and is generally used by the army. On arrival, train your sights on the enchanting blue lake. After sightseeing, you will leave for Tangste for overnight stay. (*In case Pangong Tso is closed then we shall ride back to Leh and do the day excusrion to Pangong Tso on the next day in suv\\/tempo traveller)<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Pangong Tso<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481078,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481079,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481080,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193418\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"193419\",\"Title\":\"Pangong Tso to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>In the morning, get set for yet another journey exhilarating ride as you head back to Leh, via Chang La pass (the third highest mountain pass in the world) and Choglamsar. En route, stop at the famous Druk White Lotus School, featured in the blockbuster Bollywood movie &lsquo;3 Idiots&rsquo; and Shanti Stupa, a beautiful white-domed Buddhist stupa surrounded by a stunning scenery of vast mountains. As you return back to Leh, you will check-in to the hotel.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19062,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193420\",\"Title\":\"Leh Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After the Breakfast. Get transfer to the airport on your own to board the flight for your onward journey.<\\/p>\\r\\n\\r\\n<p><em>Trip Ends<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"26999\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":23667,\"priceDoubleOcc\":\"19500.00\",\"priceSingleOcc\":70250,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"20750.00\",\"priceSingleOcc\":71500,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":25750,\"priceDoubleOcc\":\"22625.00\",\"priceSingleOcc\":73375,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":27833,\"priceDoubleOcc\":\"25750.00\",\"priceSingleOcc\":76500,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":32000,\"priceDoubleOcc\":\"32000.00\",\"priceSingleOcc\":82750,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":44500,\"priceDoubleOcc\":\"50750.00\",\"priceSingleOcc\":101500,\"priceExtraBed\":\"25750.00\",\"priceWithoutBed\":\"22625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50750.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\":\"26999\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17940.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":21773,\"priceDoubleOcc\":\"17940.00\",\"priceSingleOcc\":64630,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17940.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"19090.00\",\"priceSingleOcc\":65780,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":23690,\"priceDoubleOcc\":\"20815.00\",\"priceSingleOcc\":67505,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20815.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":25607,\"priceDoubleOcc\":\"23690.00\",\"priceSingleOcc\":70380,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":29440,\"priceDoubleOcc\":\"29440.00\",\"priceSingleOcc\":76130,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":40940,\"priceDoubleOcc\":\"46690.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"23690.00\",\"priceWithoutBed\":\"20815.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 like Telephone, Laundry, Tips and Table Drinks etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any type of insurance-Medical, Accidental, theft&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Rail fare other than what in mentioned in &amp;ldquo;Inclusions&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any lunch and other meals not mentioned in package inclusions&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and monument entry fees during sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost incurred due to extension, change of itinerary due to natural calamities, road, blocks, vehicle breakdown, union issues and factors beyond our control&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional accommodation \\/ food cost incurred due to any delay&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra luggage other than allowed one 60 liters of rucksack\\/backpack shall be charged at Rs. 250 per day\\/10 kg&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything that is not mentioned in the Inclusion sections&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation in Hotels \\/ Camps \\/ Guest Houses on double \\/ triple sharing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals - Breakfast and Dinner. Dinner on Check in Day to Breakfast on Check out Day&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of experienced Road Captain from Himachal &amp;amp; Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Leh Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner Line permit of all participants&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;SUV or Sedan upto 6 Pax. For more than 6 Pax, there will be Tempo Traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport, Railway station or Bus stop pick up or drop&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"193408\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[193408],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193409\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193409],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193410\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193410],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193411\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193411],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193412\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193412],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193413\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193413],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193414\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193414],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193415\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[193415],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193416\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193416],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193417\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193417],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193418\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193418],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193419\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193419],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193420\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[193420],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Srinagar UT,Kargil,Leh,Nubra,Pangong','Srinagar UT,Uttarakhand,Indian Subcontinent,North India,India,Kargil,Jammu and kashmir,Leh,Ladakh,Nubra,Pangong,Turtuk',NULL,'35502,13569,15229,35282,35281',17940,50750,7,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-15 00:00:00','2021-09-15 00:00:00',3,'India','101','2022-12-01 12:16:26','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'ladakh-suv-expedition-(srinagar-to-leh)',NULL,NULL,NULL,0),(18,26994,1,35,0,0,0,'Family,Leisure,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":26994,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/ladakh_suv_expedition_srinagar_leh_srinagar_1627305317.png\",\"BookingValidUntill\":\"2021-09-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Get ready for one of the most exciting journey exploring the beautiful Ladakh. This journey will take you through some of the most breathtaking and challenging but yet so peaceful and magnificent landscapes found on this planet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For millions of years of permanence, the Himalayas with freezing mountain streams, high altitude gorgeous passes, majestically laden plains and enormous mountain lakes in Leh Ladakh region have left a lasting impression on the lucky ones who have got a chance to travel to this remote Himalayan region. Broad evergreen valleys and majestic snow-capped ranges, ornate temples and meditative ceremonies, serenity and vibrant celebrations, bustling cities, and remote wilderness, deep gorges, and breathtaking passes, make a truly spectacular setting for a travel enthusiast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be treated to long strokes, open roads and spectacular views all while climbing the world&amp;rsquo;s highest motorable passes. A trip to Leh Ladakh is a dream of every traveller and definitely, the journey of a lifetime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are bringing some of the best routes for you to experience. Select your favourite route and get ready for this extraordinary journey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":5568,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5568,\"DestinationPlaces\":\"Srinagar UT\",\"DestinationPlacesSysId\":35502,\"SourcePlaces\":\"Srinagar UT\",\"SourcePlaceSysId\":35502,\"AgencyName\":\"International Youth Club\",\"Name\":\"Ladakh SUV Expedition (Srinagar Leh Srinagar)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"5885\",\"SupplierName\":\"International Youth Club\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Sightseeing\",\"PackageType\":\"Family,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35502,\"Title\":\"Srinagar UT\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479941,\"Name\":\"Deluxe Swiss Camps and Hotels \",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481148,\"Name\":\"Houseboats\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19064,\"Title\":\"Fotu La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20131,\"Title\":\"Shikara Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480037,\"Name\":\"Hotel Zojila Residency Kargil\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13569,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19064,\"Title\":\"Fotu La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20131,\"Title\":\"Shikara Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480048,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481082,\"Name\":\"Three Rosses\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481083,\"Name\":\"The Himalaya\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481084,\"Name\":\"Cho Palace\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.15090789999999\",\"Long\":\"77.5645227\",\"Address\":\"Skara Near Badami Baug Leh Jammu and Kashmir, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19064,\"Title\":\"Fotu La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20131,\"Title\":\"Shikara Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481075,\"Name\":\"Nubra Eco Village\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"101000000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481076,\"Name\":\"The Nature Nest\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19064,\"Title\":\"Fotu La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20131,\"Title\":\"Shikara Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481078,\"Name\":\"The Ladakh Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481079,\"Name\":\"100 Sky Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481080,\"Name\":\"Goodluck Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19064,\"Title\":\"Fotu La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20131,\"Title\":\"Shikara Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"193379\",\"Title\":\"Arrival in Srinagar\\/Sonmarg:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On landing at the Srinagar Airport, meet our representative and transfer to the pre-booked house for an overnight stay in Sonamarg. In the evening, our tour captain will give you a little brief about the journey and itinerary.<\\/p>\\r\\n\\r\\n<p><em>Dinner &amp; Overnight Stay at Srinagar<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479941,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481148,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"193380\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":\"193381\",\"Title\":\"Srinagar\\/Sonmarg to Kargil:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, travel to Kargil, the main battleground during the Kargil war 1999, passing through Kargil. En route, you will meander through the thrilling Zojila pass and Drass, the second coldest inhabited place on earth. Visit the Tiger Hills and other famous peaks in Kargil. You will reach Kargil by evening, on arriving check in to the hotel. Relax and spend time with your friends.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner &amp; Overnight Stay in Kargil<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480037,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1785,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19067,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193382\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":\"193383\",\"Title\":\"Kargil to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>As morning gilds over the skies, after breakfast, you will head towards Leh. On the way, you will visit the Dha-Hanu village, where the last race of Indo-Aryans resides. You will be amazed to see people adorned with jewelry and flowers. En route, you will also see the beautiful confluence of Zanskar and Indus River, the intriguing phenomenon of Magnetic Hills and the divine visit at Gurudwara Pather Sahib. After exploration, return back to your hotel for an overnight stay.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19068,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19059,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193384\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"193385\",\"Title\":\"Leh to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Wake up to a refreshing morning and travel to Nubra Valley, a cold desert with vast landscapes and mountain ranges. Feel the thrill of crossing one of the highest motorable pass in the world, Khardung La. Once you reach Nubra, enjoy a camel ride in the desert mountains of Hunder (additional cost). Overnight stay will be provided in Nubra.<\\/p>\\r\\n\\r\\n<p><em>Bikes &amp; SUV, Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19911,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193386\",\"Title\":\"Nubra Valley to Turtuk Village to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After the sun peeps out, you will pack your bags as you will leave for Turtuk village which was under Pakistan before 1971. Nestled in the Nubra tehsil, 205 km from the Leh town, on the banks of the Shyok River, it is the last village before LOC. With stunning beauty throughout the valley, you will be blessed with views you might have not seen before. After exploring Turtuk you will travel back towards Nubra.<\\/p>\\r\\n\\r\\n<p><em>Bikes &amp; SUV, Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19061,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193387\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"193388\",\"Title\":\"Nubra Valley to Pangong Tso:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Prepare for another day of a daring off-roading experience as you traverse through untamed paths in the high mountains. The route leads to the beautiful Pangong Tso (lake) via Shyok river or Wari La Pass. It is quite challenging yet thrilling and is generally used by the army. On arrival, train your sights on the enchanting blue lake. After sightseeing, you will leave for Tangste for overnight stay. (*In case Pangong Tso is closed then we shall ride back to Leh and do the day excusrion to Pangong Tso on the next day in suv\\/tempo traveller)<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Pangong Tso<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481078,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481079,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481080,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193389\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"193390\",\"Title\":\"Pangong Tso to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>In the morning, get set for yet another journey exhilarating ride as you head back to Leh, via Chang La pass (the third highest mountain pass in the world) and Choglamsar. En route, stop at the famous Druk White Lotus School, featured in the blockbuster Bollywood movie &lsquo;3 Idiots&rsquo; and Shanti Stupa, a beautiful white-domed Buddhist stupa surrounded by a stunning scenery of vast mountains. As you return back to Leh, you will check-in to the hotel.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19063,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193391\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"193392\",\"Title\":\"Leh to Kargil:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>As soon as the morning unfolds today, you will leave from Leh Ladakh, to explore the famous town of Kargil. You can visit the Buddhist monastery of Lamayuru, which is settled at a height 3,510 m. Later drive on Fotu La mountain pass and then drive to Kargil. Stay the night in camps.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Kargil<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480037,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19064,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":959,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193393\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":\"193394\",\"Title\":\"Kargil to Sonmarg\\/Srinagar:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"<p>Today begin your journey to Srinagar, where you may visit numerous attractions such as Shalimar Bagh and take a Shikara ride on the picturesque Dal Lake. In the evening, rest at your pre-booked stay.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Sonmarg\\/Srinagar<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479941,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481148,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19065,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19066,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20131,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193395\",\"Title\":\"Srinagar Fly out Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Complete your amazing Himalayan excursion by taking the flight from Srinagar. If your flight is scheduled late, you can explore Srinagar at your own leisure.<\\/p>\\r\\n\\r\\n<p><em>Breakfast &amp; Check Out<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":\"26994\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":32000,\"priceDoubleOcc\":\"25750.00\",\"priceSingleOcc\":98375,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":33250,\"priceDoubleOcc\":\"27625.00\",\"priceSingleOcc\":100250,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":35125,\"priceDoubleOcc\":\"30437.50\",\"priceSingleOcc\":103062.5,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30437.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":38250,\"priceDoubleOcc\":\"35125.00\",\"priceSingleOcc\":107750,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":44500,\"priceDoubleOcc\":\"44500.00\",\"priceSingleOcc\":117125,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"72625.00\",\"priceSingleOcc\":145250,\"priceExtraBed\":\"35125.00\",\"priceWithoutBed\":\"35125.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"72625.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\":\"26994\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23690.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":29440,\"priceDoubleOcc\":\"23690.00\",\"priceSingleOcc\":90505,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":30590,\"priceDoubleOcc\":\"25415.00\",\"priceSingleOcc\":92230,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25415.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":32315,\"priceDoubleOcc\":\"28002.50\",\"priceSingleOcc\":94817.5,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28002.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":35190,\"priceDoubleOcc\":\"32315.00\",\"priceSingleOcc\":99130,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32315.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":40940,\"priceDoubleOcc\":\"40940.00\",\"priceSingleOcc\":107755,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40940.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":58190,\"priceDoubleOcc\":\"66815.00\",\"priceSingleOcc\":133630,\"priceExtraBed\":\"32315.00\",\"priceWithoutBed\":\"32315.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"66815.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 like Telephone, Laundry, Tips and Table Drinks etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any type of insurance-Medical, Accidental, theft&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Rail fare other than what in mentioned in &amp;ldquo;Inclusions&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any lunch and other meals not mentioned in package inclusions&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and monument entry fees during sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost incurred due to extension, change of itinerary due to natural calamities, road, blocks, vehicle breakdown, union issues and factors beyond our control&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional accommodation \\/ food cost incurred due to any delay&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra luggage other than allowed one 60 liters of rucksack\\/backpack shall be charged at Rs. 250 per day\\/10 kg&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything that is not mentioned in the Inclusion sections&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation in Hotels \\/ Camps \\/ Guest Houses on double \\/ triple sharing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals - Breakfast and Dinner. Dinner on Check in Day to Breakfast on Check out Day&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of experienced Road Captain from Himachal &amp;amp; Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Leh Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner Line permit of all participants&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;SUV or Sedan upto 6 Pax. For more than 6 Pax, there will be Tempo Traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport, Railway station or Bus stop pick up or drop&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"193379\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[193379],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193380\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193380],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193381\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193381],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193382\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193382],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193383\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193383],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193384\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193384],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193385\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193385],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193386\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[193386],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193387\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193387],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193388\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193388],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193389\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193389],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193390\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193390],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193391\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[193391],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193392\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[193392],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193393\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[193393],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193394\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[193394],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193395\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[193395],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Srinagar UT,Kargil,Leh,Nubra,Pangong','Srinagar UT,Uttarakhand,Indian Subcontinent,North India,India,Kargil,Jammu and kashmir,Leh,Nubra,Pangong,Turtuk',NULL,'35502,13569,15229,35282,35281',23690,72625,9,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-15 00:00:00','2021-09-15 00:00:00',3,'India','101','2022-12-01 12:16:29','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'ladakh-suv-expedition-(srinagar-leh-srinagar)',NULL,NULL,NULL,0),(19,26969,1,35,0,0,0,'Family,Leisure,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":26969,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/ladakh_suv_expedition_srinagar_leh_manali_1627294651.png\",\"BookingValidUntill\":\"2021-09-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Get ready for one of the most exciting journey exploring the beautiful Ladakh. This journey will take you through some of the most breathtaking and challenging but yet so peaceful and magnificent landscapes found on this planet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For millions of years of permanence, the Himalayas with freezing mountain streams, high altitude gorgeous passes, majestically laden plains and enormous mountain lakes in Leh Ladakh region have left a lasting impression on the lucky ones who have got a chance to travel to this remote Himalayan region. Broad evergreen valleys and majestic snow-capped ranges, ornate temples and meditative ceremonies, serenity and vibrant celebrations, bustling cities, and remote wilderness, deep gorges, and breathtaking passes, make a truly spectacular setting for a travel enthusiast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be treated to long strokes, open roads and spectacular views all while climbing the world&amp;rsquo;s highest motorable passes. A trip to Leh Ladakh is a dream of every traveller and definitely, the journey of a lifetime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are bringing some of the best routes for you to experience. Select your favourite route and get ready for this extraordinary journey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":5568,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5568,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Srinagar UT\",\"SourcePlaceSysId\":35502,\"AgencyName\":\"International Youth Club\",\"Name\":\"Ladakh SUV Expedition (Srinagar Leh Manali)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"5885\",\"SupplierName\":\"International Youth Club\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Sightseeing\",\"PackageType\":\"Family,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35502,\"Title\":\"Srinagar UT\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479941,\"Name\":\"Deluxe Swiss Camps and Hotels \",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481148,\"Name\":\"Houseboats\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35502,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480037,\"Name\":\"Hotel Zojila Residency Kargil\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13569,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480048,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481082,\"Name\":\"Three Rosses\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481083,\"Name\":\"The Himalaya\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481084,\"Name\":\"Cho Palace\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.15090789999999\",\"Long\":\"77.5645227\",\"Address\":\"Skara Near Badami Baug Leh Jammu and Kashmir, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481075,\"Name\":\"Nubra Eco Village\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"101000000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481076,\"Name\":\"The Nature Nest\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481078,\"Name\":\"The Ladakh Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481079,\"Name\":\"100 Sky Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481080,\"Name\":\"Goodluck Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35292,\"Title\":\"Tso moriri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":484016,\"Name\":\"Dorjey Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35292,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":484019,\"Name\":\"Tso Kar Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35292,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":484020,\"Name\":\"Swiss Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35292,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":34461,\"Title\":\"Sarchu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":484021,\"Name\":\"Garja Hills Swiss Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34461,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":484022,\"Name\":\"Gold Drop Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34461,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481088,\"Name\":\"Meridian Adventure Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481089,\"Name\":\"Riverside Rafting Camps\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481090,\"Name\":\"Manu Vatika\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481091,\"Name\":\"BD Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481092,\"Name\":\"Manali Green\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481093,\"Name\":\"Park Paradise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":453,\"Title\":\"Drass Valley\",\"Description\":\"The Drass valley starts from the base of the Zojila pass, the Himalayan gateway to Ladakh. For centuries its inhabitants are known to have negotiated this formidable pass even during the most risky period in the late autumn or early spring, when the whole sector remains snow-bound and is subject to frequent snow storms, to transport traders merchandise across and to help stranded travellers to traverse it. By virtue of their mastery over the pass they had established a monopoly over the carrying trade during the heydays of the Pan-Asian trade. A hardly people enduring with fortitude and harshness of the valley winter, the inhabitants of Drass can well be described as the guardians of Ladakh gateway. The inhabitants here are Dard and Muslims. There is a bank and tourist bungalow in Drass.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.5538522,\"Long\":76.1348944,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4283\\/thumb\\/Drass Valley_830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1785,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is a mountain in the Drass-Kargil area of Jammu &amp;amp; Kashmir, India. It is one of the highest peaks in the area and was the subject of a battle during the 1999 India-Pakistan Kargil War. Its recapture was one of the most important objectives for Indian forces during the Kargil War.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":32.7040254,\"Long\":74.8712036,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1418\\/thumb\\/Kargil War Peaks_800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19067,\"Title\":\"Zojila Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19068,\"Title\":\"Dha-Hanu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19911,\"Title\":\"Camel Ride (Additional Cost)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20121,\"Title\":\"Shyok River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19913,\"Title\":\"Wari La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20122,\"Title\":\"Tso Moriri Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35292,\"CityName\":\"Tso moriri\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20123,\"Title\":\"Tsokar Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20124,\"Title\":\"Lachung La\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20125,\"Title\":\"More Plains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":20126,\"Title\":\"Gata Loops\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34461,\"CityName\":\"Sarchu\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"193212\",\"Title\":\"Arrival in Srinagar\\/Sonmarg:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On landing at the Srinagar Airport, meet our representative and transfer to the pre-booked house for an overnight stay in Sonamarg. In the evening, our team will give you a little brief about the journey and itinerary.<\\/p>\\r\\n\\r\\n<p><em>Dinner &amp; Overnight Stay at Srinagar<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479941,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"},{\"IsIncluded\":false,\"Id\":481148,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"193213\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":\"193214\",\"Title\":\"Srinagar\\/Sonmarg to Kargil:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, ride to Kargil, the main battleground during the Kargil war 1999, passing through Kargil. En route, you will meander through the thrilling Zojila pass and Drass, the second coldest inhabited place on earth. Visit the Tiger Hills and other famous peaks in Kargil. You will reach Kargil by evening, on arriving check in to the hotel. Relax and spend time with your friends.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner &amp; Overnight Stay in Kargil<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480037,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1785,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19067,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193215\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":\"193216\",\"Title\":\"Kargil to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>As morning gilds over the skies, after breakfast, you will head towards Leh. On the way, you will visit the Dha-Hanu village, where the last race of Indo-Aryans resides. You will be amazed to see people adorned with jewellery and flowers. En route, you will also see the beautiful confluence of Zanskar and Indus River, the intriguing phenomenon of Magnetic Hills and the divine visit at Gurudwara Pather Sahib. After exploration, return back to your hotel for an overnight stay.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19068,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19059,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193217\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"193221\",\"Title\":\"Leh to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Wake up to a refreshing morning and travel to Nubra Valley, a cold desert with vast&nbsp;landscapes and mountain ranges. Feel the thrill of crossing one of the highest motorable passes in the world, Khardung La. Once you reach Nubra, enjoy a camel ride in the desert mountains of Hunder (additional cost). Overnight stay will be provided in Nubra.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19911,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193222\",\"Title\":\"Nubra Valley to Turtuk Village to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After the sun peeps out, you will pack your bags as you will leave for Turtuk village which was under Pakistan before 1971. Nestled in the Nubra tehsil, 205 km from the Leh town, on the banks of the Shyok River, it is the last village before LOC. With stunning beauty throughout the valley, you will be blessed with views you might have not seen before. After exploring Turtuk you will travel back towards Nubra.<\\/p>\\r\\n\\r\\n<p><em>Bikes &amp; SUV, Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481075,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481076,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19061,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193223\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"193227\",\"Title\":\"Nubra Valley to Pangong Tso:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Prepare for another day of a daring off-roading experience as you traverse through untamed paths in the high mountains. The route leads to the beautiful Pangong Tso (lake) via Shyok river or Wari La Pass. It is quite challenging yet thrilling and is generally used by the army. On arrival, train your sights on the enchanting blue lake. (*In case Pangong Tso is closed then we shall ride back to Leh and do the day excusrion to Pangong Tso on the next day in suv\\/tempo traveller)<\\/p>\\r\\n\\r\\n<p><em>Bikes &amp; SUV, Breakfast, Dinner and Overnight Stay in Pangong Tso<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481078,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481079,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481080,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":20121,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19913,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193228\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"193229\",\"Title\":\"Pangong Tso to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>In the morning, get set for yet another journey exhilarating ride as you head back to Leh, via Chang La pass (the third highest mountain pass in the world) and Choglamsar. En route, stop at the famous Druk White Lotus School, featured in the blockbuster Bollywood movie &lsquo;3 Idiots&rsquo; and Shanti Stupa, a beautiful white-domed Buddhist stupa surrounded by a stunning scenery of vast mountains.<\\/p>\\r\\n\\r\\n<p><em>Bikes &amp; SUV, Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480048,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193230\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"193231\",\"Title\":\"Leh to Tso-Moriri:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>Post breakfast, we will travel to Tso-Moriri.<\\/p>\\r\\n\\r\\n<p>Tso-Moriri lake in Changthang region of Ladakh is one of the most beautiful, calm and sacred (for ladakhis) high altitude lakes in India. In fact, it is the largest high altitude lake in India that is entirely in Indian Territory. This beautiful blue pallet lake is about 7 KM wide at its broadest point and about 19 KM long. Being part of the wetland reserve under Ramsar site, it is actual known as Tso-Moriri Wetland Conservation Reserve and one cannot pitch any tents or construct anything near the banks of the lake. It is the highest Ramsar site in the world. A large number of flora and fauna is found in the region. Since, it is very near to the Line of Actual Control, one need to get Inner Line Permit to visit Tso Moriri.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Tso-Moriri<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35292,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484016,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":484019,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":484020,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20122,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193232\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35292,\"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\":\"193233\",\"Title\":\"Tso-Moriri to Sarchu:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"<p>With the energy revamped and the heart ready to take in more, we begin our day amidst the beautiful mountains and fill up on breakfast. The journey from Tsomoriri to Sarchu will challenge us, amaze us, and leave us asking for more. We will visit the Tsokar lake before we reach Sarchu. We will also be crossing Naki la (15,647 ft), and Lachung la (16,616 ft) and travel across the famous More plains and Gata Loops!<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Sarchu<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34461,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":484022,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20123,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19054,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20124,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20125,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20126,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"193234\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34461,\"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\":\"193235\",\"Title\":\"Sarchu to Kullu Manali:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":10,\"Program\":\"<p>This is the final leg of our ritual road trip. We start our day early as we leave for Manali. The route is slightly rough, so this day we shall try and cover the maximum distance with minimum stopovers. We arrive in Manali by the evening. Later, we all celebrate the completion of our epic road journey.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Manali<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481088,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481092,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":481093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"193236\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"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\":\"193237\",\"Title\":\"Kullu Manali to Delhi Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Trip Ends today after breakfast, we check out of the hotel at 10AM and explore the nearby cafes with our fellow travelers, reliving and relishing the beautiful journey that was once a dream and how it has become not just an achievement, but a chronicle! Leave for Delhi in the evening via an overnight Volvo bus, taking with us memories worth a lifetime and friendships to cherish forever!<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Manali<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"193238\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p><em>Trip Ends<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"26969\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27312.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":30438,\"priceDoubleOcc\":\"27312.50\",\"priceSingleOcc\":101500,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27312.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":31688,\"priceDoubleOcc\":\"29187.50\",\"priceSingleOcc\":103375,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29187.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":33563,\"priceDoubleOcc\":\"32000.00\",\"priceSingleOcc\":106187.5,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":36688,\"priceDoubleOcc\":\"36687.50\",\"priceSingleOcc\":110875,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36687.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":42938,\"priceDoubleOcc\":\"46062.50\",\"priceSingleOcc\":120250,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46062.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":61688,\"priceDoubleOcc\":\"74187.50\",\"priceSingleOcc\":148375,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"32000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"74187.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26969\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25127.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":28003,\"priceDoubleOcc\":\"25127.50\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25127.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":29153,\"priceDoubleOcc\":\"26852.50\",\"priceSingleOcc\":95105,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26852.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":30878,\"priceDoubleOcc\":\"29440.00\",\"priceSingleOcc\":97692.5,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":33753,\"priceDoubleOcc\":\"33752.50\",\"priceSingleOcc\":102005,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33752.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":39503,\"priceDoubleOcc\":\"42377.50\",\"priceSingleOcc\":110630,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42377.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":56753,\"priceDoubleOcc\":\"68252.50\",\"priceSingleOcc\":136505,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"68252.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 like Telephone, Laundry, Tips and Table Drinks etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any type of insurance-Medical, Accidental, theft&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Rail fare other than what in mentioned in &amp;ldquo;Inclusions&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any lunch and other meals not mentioned in package inclusions&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and monument entry fees during sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost incurred due to extension, change of itinerary due to natural calamities, road, blocks, vehicle breakdown, union issues and factors beyond our control&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional accommodation \\/ food cost incurred due to any delay&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra luggage other than allowed one 60 liters of rucksack\\/backpack shall be charged at Rs. 250 per day\\/10 kg&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything that is not mentioned in the Inclusion sections&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation in Hotels \\/ Camps \\/ Guest Houses on double \\/ triple sharing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals - Breakfast and Dinner. Dinner on Check in Day to Breakfast on Check out Day&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of experienced Road Captain from Himachal &amp;amp; Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Leh Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner Line permit of all participants&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;SUV or Sedan upto 6 Pax. For more than 6 Pax, there will be Tempo Traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport, Railway station or Bus stop pick up or drop&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"193212\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[193212],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193213\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193213],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193214\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[193214],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193215\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193215],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193216\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[193216],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193217\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193217],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193221\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[193221],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193222\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[193222],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193223\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193223],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193227\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[193227],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193228\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193229\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[193229],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193230\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[193230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193231\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[193231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193232\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[193232],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193233\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[193233],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193234\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[193234],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193235\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[193235],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"193236\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[193236],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"193237\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[193237],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}},\"193238\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[193238],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Srinagar UT,Kargil,Leh,Nubra,Pangong,Tso moriri,Sarchu,Manali,Delhi','Srinagar UT,Uttarakhand,Indian Subcontinent,North India,India,Kargil,Jammu and kashmir,Leh,Nubra,Pangong,Tso moriri,Sarchu,Manali,Himachal Pradesh,Delhi',NULL,'35502,13569,15229,35282,35281,35292,34461,16593,7701',25128,74188,11,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-15 00:00:00','2021-09-15 00:00:00',3,'India','101','2022-12-01 12:16:32','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'ladakh-suv-expedition-(srinagar-leh-manali)',NULL,NULL,NULL,0),(20,24931,1,35,0,0,0,'Family,Leisure,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":24931,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Ladakh_SUV_Expedition_(Leh_to_Leh)_24.jpg\",\"BookingValidUntill\":\"2021-09-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Get ready for one of the most exciting journey exploring the beautiful Ladakh. This journey will take you through some of the most breathtaking and challenging but yet so peaceful and magnificent landscapes found on this planet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For millions of years of permanence, the Himalayas with freezing mountain streams, high altitude gorgeous passes, majestically laden plains and enormous mountain lakes in Leh Ladakh region have left a lasting impression on the lucky ones who have got a chance to travel to this remote Himalayan region. Broad evergreen valleys and majestic snow-capped ranges, ornate temples and meditative ceremonies, serenity and vibrant celebrations, bustling cities, and remote wilderness, deep gorges, and breathtaking passes, make a truly spectacular setting for a travel enthusiast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be treated to long strokes, open roads and spectacular views all while climbing the world&amp;rsquo;s highest motorable passes. A trip to Leh Ladakh is a dream of every traveller and definitely, the journey of a lifetime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are bringing some of the best routes for you to experience. Select your favourite route and get ready for this extraordinary journey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":5568,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5568,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"International Youth Club\",\"Name\":\"Ladakh SUV Expedition (Leh to Leh)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"5885\",\"SupplierName\":\"International Youth Club\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Sightseeing\",\"PackageType\":\"Family,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178561\",\"Title\":\"Arrival in Leh:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arriving in Leh, get briefed on the programme and upcoming events of your journey. Thereafter, transfer to the guesthouse and enjoy an overnight stay.<\\/p>\\r\\n\\r\\n<p><em>Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"178562\",\"Title\":\"Leh Local Sightseeing:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After having sumptuous breakfast , the group will leave for a sightseeing to Pathar sahib Gurudwara , magnetic hill and watch the nbeauty of the confluence of River Indua and Zanskar. The ride to these places will be through NH1 Leh Srinagar Highway surrounded by army checkposts and camps. One would enjoy a smooth ride over the highway as one would on an air strip with an added advantage of scenic views.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":[{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19059,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178563\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"178564\",\"Title\":\"Leh to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Wake up to a refreshing morning and travel to Nubra Valley, a cold desert with vast landscapes and mountain ranges. Feel the thrill of crossing one of the highest motorable passes in the world, Khardung La. Once you reach Nubra, enjoy a camel ride in the desert mountains of Hunder (additional cost). Overnight stay will be provided in Nubra<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178565\",\"Title\":\"Nubra Valley to Turtuk Village to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After the sun peeps out, you will pack your bags as you will leave for Turtuk village which was under Pakistan before 1971. Nestled in the Nubra tehsil, 205 km from the Leh town, on the banks of the Shyok River, it is the last village before LOC. With stunning beauty throughout the valley, you will be blessed with views you might have not seen before. After exploring Turtuk you will ride back towards Nubra.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":[{\"IsIncluded\":true,\"Id\":19061,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178566\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"178567\",\"Title\":\"Nubra Valley to Pangong Tso:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Prepare for another day of a daring off-roading experience as you traverse through untamed paths in the high mountains. The route leads to the beautiful Pangong Tso (lake) via Shyok river or Wari La Pass. It is quite challenging yet thrilling and is generally used by the army. On arrival, train your sights on the enchanting blue lake. After sightseeing, you will leave for Tangste for overnight stay. (*In case Pangong Tso is closed then we shall ride back to Leh and do the day excusrion to Pangong Tso on the next day in suv\\/tempo traveller)<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Pangong Tso<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":[{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7257,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178568\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"178569\",\"Title\":\"Pangong Tso to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>In the morning, get set for yet another journey exhilarating ride as you head back to Leh, via Chang La pass (the third highest mountain pass in the world) and Choglamsar. En route, stop at the famous Druk White Lotus School, featured in the blockbuster Bollywood movie &lsquo;3 Idiots&rsquo; and Shanti Stupa, a beautiful white-domed Buddhist stupa surrounded by a stunning scenery of vast mountains.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":[{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178570\",\"Title\":\"Leh Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Get transfer to the airport on your own to board the flight for your onward journey. Trip Ends.<\\/p>\\r\\n\\r\\n<p><em>Breakfast<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"24931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":14292,\"priceDoubleOcc\":\"13250.00\",\"priceSingleOcc\":42125,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":14708,\"priceDoubleOcc\":\"13875.00\",\"priceSingleOcc\":42750,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":15333,\"priceDoubleOcc\":\"14812.50\",\"priceSingleOcc\":43687.5,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14812.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":16375,\"priceDoubleOcc\":\"16375.00\",\"priceSingleOcc\":45250,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":18458,\"priceDoubleOcc\":\"19500.00\",\"priceSingleOcc\":48375,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":24708,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"14812.50\",\"priceWithoutBed\":\"14812.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.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\":\"24931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11236.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":12119,\"priceDoubleOcc\":\"11236.00\",\"priceSingleOcc\":35722,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11236.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":12473,\"priceDoubleOcc\":\"11766.00\",\"priceSingleOcc\":36252,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11766.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":13003,\"priceDoubleOcc\":\"12561.00\",\"priceSingleOcc\":37047,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12561.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":13886,\"priceDoubleOcc\":\"13886.00\",\"priceSingleOcc\":38372,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13886.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":15653,\"priceDoubleOcc\":\"16536.00\",\"priceSingleOcc\":41022,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16536.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":20953,\"priceDoubleOcc\":\"24486.00\",\"priceSingleOcc\":48972,\"priceExtraBed\":\"12561.00\",\"priceWithoutBed\":\"12561.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24486.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 like Telephone, Laundry, Tips and Table Drinks etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any type of insurance-Medical, Accidental, theft&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Rail fare other than what in mentioned in &amp;ldquo;Inclusions&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any lunch and other meals not mentioned in package inclusions&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and monument entry fees during sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost incurred due to extension, change of itinerary due to natural calamities, road, blocks, vehicle breakdown, union issues and factors beyond our control&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional accommodation \\/ food cost incurred due to any delay&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra luggage other than allowed one 60 liters of rucksack\\/backpack shall be charged at Rs. 250 per day\\/10 kg&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything that is not mentioned in the Inclusion sections&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation in Hotels \\/ Camps \\/ Guest Houses on double \\/ triple sharing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals - Breakfast and Dinner. Dinner on Check in Day to Breakfast on Check out Day&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of experienced Road Captain from Himachal &amp;amp; Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Leh Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner Line permit of all participants&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;SUV or Sedan upto 6 Pax. For more than 6 Pax, there will be Tempo Traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport, Railway station or Bus stop pick up or drop&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178561\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178561],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178562\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178563\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178564\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178564],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178565\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178566\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178567\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178567],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178568\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[178568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178569\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[178569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178570\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[178570],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Leh,Nubra,Pangong','Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Nubra,Pangong,Turtuk',NULL,'15229,35282,35281',11236,28875,6,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-15 00:00:00','2021-09-15 00:00:00',3,'India','101','2022-12-01 12:16:35','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'ladakh-suv-expedition-(leh-to-leh)',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (21,24889,1,35,0,0,0,'Family,Leisure,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":24889,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Ladakh_SUV_Expedition_(Manali_Leh_Srinagar)_80.jpg\",\"BookingValidUntill\":\"2021-09-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Get ready for one of the most exciting journey exploring the beautiful Ladakh. This journey will take you through some of the most breathtaking and challenging but yet so peaceful and magnificent landscapes found on this planet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For millions of years of permanence, the Himalayas with freezing mountain streams, high altitude gorgeous passes, majestically laden plains and enormous mountain lakes in Leh Ladakh region have left a lasting impression on the lucky ones who have got a chance to travel to this remote Himalayan region. Broad evergreen valleys and majestic snow-capped ranges, ornate temples and meditative ceremonies, serenity and vibrant celebrations, bustling cities, and remote wilderness, deep gorges, and breathtaking passes, make a truly spectacular setting for a travel enthusiast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be treated to long strokes, open roads and spectacular views all while climbing the world&amp;rsquo;s highest motorable passes. A trip to Leh Ladakh is a dream of every traveller and definitely, the journey of a lifetime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are bringing some of the best routes for you to experience. Select your favourite route and get ready for this extraordinary journey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":5568,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5568,\"DestinationPlaces\":\"Srinagar UT\",\"DestinationPlacesSysId\":35502,\"SourcePlaces\":\"Manali\",\"SourcePlaceSysId\":16593,\"AgencyName\":\"International Youth Club\",\"Name\":\"Ladakh SUV Expedition (Manali Leh Srinagar)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"5885\",\"SupplierName\":\"International Youth Club\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Sightseeing\",\"PackageType\":\"Family,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2021-09-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35366,\"Title\":\"Jispa\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}},{\"CityId\":35502,\"Title\":\"Srinagar UT\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":1070,\"Title\":\"Manu Temple\",\"Description\":\"Manu Temple is dedicated to holy sage Manu,who is believed to be the creator of human race. It is said to be the only temple of Manu in India.The temple is in Pagoda style of structure which offers quite a glimpse into history, spirituality as well as a fascinating style of architecture.The temple is surrounded by breathtaking view of mountains and valleys. The Manu temple holds a  great amount of significance for the pilgrims.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manu_Temple_16593_1518519632.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19047,\"Title\":\"Atal Tunnel\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35366,\"CityName\":\"Jispa\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19050,\"Title\":\"Chandrabhaga River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19051,\"Title\":\"Chenab\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19053,\"Title\":\"Deepak Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19056,\"Title\":\"Lachulung La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19054,\"Title\":\"Nakeela Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19052,\"Title\":\"Suraj Taal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19057,\"Title\":\"Tanglang La Pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19055,\"Title\":\"Whisky Nallah\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19049,\"Title\":\"Zingzingbar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19058,\"Title\":\"Indus River\",\"Description\":\"&lt;p&gt;Here you can see the confluence of two beautiful rivers Indus and Zanskar. Indus arrives from China and meet Zanskar River at Sangam Point in Leh.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/5568_1617183908.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19059,\"Title\":\"Zanskar River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19060,\"Title\":\"Hunder\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19061,\"Title\":\"Turtuk Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19062,\"Title\":\"Choglamsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19063,\"Title\":\"Druk White Lotus School\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"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\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":959,\"Title\":\"Lamayuru\",\"Description\":\"Lamayuru or Yuru Monastery is a Tibetan Buddhist monastery in Lamayouro, Leh district, India. It is situated on the Srinagar-Leh highway 15 kilometres east of the Fotu La at a height of 3,510 metres.\",\"CurrencyType\":0,\"CityId\":13569,\"CityName\":\"Kargil\",\"Lat\":34.2832931,\"Long\":76.7733263,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5088\\/thumb\\/Lamayuru_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19065,\"Title\":\"Dal Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null},{\"RefSSId\":19066,\"Title\":\"Shalimar Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35502,\"CityName\":\"Srinagar UT\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":5885,\"SupplierName\":\"International Youth Club\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178221\",\"Title\":\"Delhi to Kullu Manali:\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>On the first day of your trip, board a Volvo bus to Manali from Delhi. It will be an overnight journey so make sure that you are well prepared.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"178222\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"178223\",\"Title\":\"Arrival in Kullu Manali:\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"<p>Once you reach Manali, check in at the riverside swiss camps and have some rest. Today&rsquo;s day is rest and acclimatization day. You may enjoy a relaxing nature walk on your own to Hadimba Temple and Manu temple around Beas River. Hadimba Temple is truly one-of-a-kind, as it is dedicated to Hadimba Devi, wife of the mighty Bhima from the Hindu epic Mahabharata. Manu Temple located near river Beas is dedicated to sage Manu, the creator of the world.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner &amp; Overnight Stay at Riverside Camps in Kullu<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"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\":[{\"IsIncluded\":true,\"Id\":168,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2788,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1070,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178224\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"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\":\"178225\",\"Title\":\"Kullu Manali to Jispa\\/Billing via Atal Tunnel:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Your long-awaited journey to Ladakh finally begins on this day. Pack your bags and get set for a thrilling experience. On the way, you will pass Vashisht Hot Springs. Although Manali is known for its freezing temperatures, these hot springs which are located 6 km from the town, have temperatures ranging from 43-50 &deg;C. You will then visit Solang Valley, known for a variety of winter sports. Once you reach Jipsa, an overnight stay will be provided.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Swiss Camps at Jispa\\/Billing<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35366,\"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\":[{\"IsIncluded\":true,\"Id\":19047,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178226\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35366,\"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\":\"178227\",\"Title\":\"Jispa\\/Billing to Leh via Sarchu:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>On this day, gear up for an adventure as you cross the 16,043-ft-high Bara-lacha la Pass in the Zanskar Range. The rough patches of Darcha and Zingzingbar will give you an adrenaline boost. You will also get to spend some time near Chandrabhaga river (also known as Chenab) so make sure that you have a camera handy and take mesmerizing pictures. En route, you can visit Suraj Taal and Deepak Taal, two breath-taking lakes in the Lahaul and Spiti region. On your journey towards Leh, the hub of Ladakh region, the route will take you through Nakeela Pass, Whisky Nallah, Lachulung La Pass, Pang, More Plains, and Tanglang La Pass. When you reach Leh, check in at the accommodation and stay overnight.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnights Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":[{\"IsIncluded\":true,\"Id\":3586,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19051,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19053,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19056,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19054,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19052,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19057,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19055,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19049,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178228\",\"Title\":\"Leh Local Sightseeing:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After having sumptuous breakfast , the group will leave for a sightseeing to Pathar sahib Gurudwara , magnetic hill and watch the nbeauty of the confluence of River Indua and Zanskar. The ride to these places will be through NH1 Leh Srinagar Highway surrounded by army checkposts and camps. One would enjoy a smooth ride over the highway as one would on an air strip with an added advantage of scenic views.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":[{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19059,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178229\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"178230\",\"Title\":\"Leh to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Wake up to a refreshing morning and travel to Nubra Valley, a cold desert with vast landscapes and mountain ranges. Feel the thrill of crossing one of the highest motorable passes in the world, Khardung La. Once you reach Nubra, enjoy a camel ride in the desert mountains of Hunder (additional cost). Overnight stay will be provided in Nubra<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":[{\"IsIncluded\":true,\"Id\":19060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178231\",\"Title\":\"Nubra Valley to Turtuk Village to Nubra Valley:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After the sun peeps out, you will pack your bags as you will leave for Turtuk village which was under Pakistan before 1971. Nestled in the Nubra tehsil, 205 km from the Leh town, on the banks of the Shyok River, it is the last village before LOC. With stunning beauty throughout the valley, you will be blessed with views you might have not seen before. After exploring Turtuk you will ride back towards Nubra.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Nubra Valley<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":[{\"IsIncluded\":true,\"Id\":19061,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178232\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"178233\",\"Title\":\"Nubra Valley to Pangong Tso:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>Prepare for another day of a daring off-roading experience as you traverse through untamed paths in the high mounatains. The route leads to the beautiful Pangong Tso (lake) via Shyok river or Wari La Pass. It is quite challenging yet thrilling and is generally used by the army. On arrival, train your sights on the enchanting blue lake. After sightseeing, you will leave for Tangste for overnight stay. (*In case Pangong Tso is closed then we shall ride back to Leh and do the day excusrion to Pangong Tso on the next day in suv\\/tempo traveller)<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Pangong Tso<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":[{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178234\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"178235\",\"Title\":\"Pangong Tso to Leh:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"<p>In the morning, get set for yet another journey as you travel back to Leh, via Chang La pass (the third highest mountain pass in the world) and Choglamsar. En route, stop at the famous Druk White Lotus School, featured in the blockbuster Bollywood movie &lsquo;3 Idiots&rsquo; and Shanti Stupa, a beautiful white-domed Buddhist stupa surrounded by a stunning scenery of vast mountains.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Leh<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178236\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"178237\",\"Title\":\"Leh to Kargil:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":10,\"Program\":\"<p>As soon as the morning unfolds today, you will embark the suv expedition to Leh Ladakh, which involves exploring the town of Kargil. You can visit the Buddhist monastery of Lamayuru, which is settled at a height 3,510 m. Later drive on Fotu La mountain pass and then drive to Kargil. Stay the night in camps.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Kargil<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":[{\"IsIncluded\":true,\"Id\":959,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178238\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"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\":\"178239\",\"Title\":\"Kargil to Srinagar:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":11,\"Program\":\"<p>Today embark on the suv expedition to Srinagar, where you may visit numerous attractions such as Shalimar Bagh and take a Shikara ride on the picturesque Dal Lake. In the evening, rest at your pre-booked stay.<\\/p>\\r\\n\\r\\n<p><em>Breakfast, Dinner and Overnight Stay in Sonmarg\\/Srinagar<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":[{\"IsIncluded\":true,\"Id\":19065,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19066,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178240\",\"Title\":\"Srinagar Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>Complete your amazing Himalayan excursion by taking the flight from Srinagar. If your flight is scheduled late, you can explore Srinagar at your own leisure.<\\/p>\\r\\n\\r\\n<p><em>Breakfast &amp; Check Out<\\/em><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35502,\"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\":\"24889\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27312.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":30438,\"priceDoubleOcc\":\"27312.50\",\"priceSingleOcc\":101500,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27312.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":31688,\"priceDoubleOcc\":\"29187.50\",\"priceSingleOcc\":103375,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29187.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":33563,\"priceDoubleOcc\":\"32000.00\",\"priceSingleOcc\":106187.5,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":36688,\"priceDoubleOcc\":\"36687.50\",\"priceSingleOcc\":110875,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36687.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":42938,\"priceDoubleOcc\":\"46062.50\",\"priceSingleOcc\":120250,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46062.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":61688,\"priceDoubleOcc\":\"74187.50\",\"priceSingleOcc\":148375,\"priceExtraBed\":\"32000.00\",\"priceWithoutBed\":\"27312.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"25.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"74187.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24889\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25127.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":28003,\"priceDoubleOcc\":\"25127.50\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25127.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":29153,\"priceDoubleOcc\":\"26852.50\",\"priceSingleOcc\":95105,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26852.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":30878,\"priceDoubleOcc\":\"29440.00\",\"priceSingleOcc\":97692.5,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":33753,\"priceDoubleOcc\":\"33752.50\",\"priceSingleOcc\":102005,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33752.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":39503,\"priceDoubleOcc\":\"42377.50\",\"priceSingleOcc\":110630,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42377.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-28\",\"To\":\"2021-09-15\",\"Currency\":1,\"priceTripleOcc\":56753,\"priceDoubleOcc\":\"68252.50\",\"priceSingleOcc\":136505,\"priceExtraBed\":\"29440.00\",\"priceWithoutBed\":\"29440.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"68252.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 like Telephone, Laundry, Tips and Table Drinks etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any type of insurance-Medical, Accidental, theft&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Rail fare other than what in mentioned in &amp;ldquo;Inclusions&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any lunch and other meals not mentioned in package inclusions&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and monument entry fees during sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost incurred due to extension, change of itinerary due to natural calamities, road, blocks, vehicle breakdown, union issues and factors beyond our control&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional accommodation \\/ food cost incurred due to any delay&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra luggage other than allowed one 60 liters of rucksack\\/backpack shall be charged at Rs. 250 per day\\/10 kg&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything that is not mentioned in the Inclusion sections&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation in Hotels \\/ Camps \\/ Guest Houses on double \\/ triple sharing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals - Breakfast and Dinner. Dinner on Check in Day to Breakfast on Check out Day&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of experienced Road Captain from Himachal &amp;amp; Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Leh Ladakh&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner Line permit of all participants&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;SUV or Sedan upto 6 Pax. For more than 6 Pax, there will be Tempo Traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport, Railway station or Bus stop pick up or drop&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178221\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178221],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}},\"178222\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178222],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178223\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178223],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178224\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178224],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178225\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178225],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178226\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178226],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178227\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178227],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178228\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178229\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[178229],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178230\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[178230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178231\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[178231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178232\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[178232],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178233\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[178233],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178234\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[178234],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178235\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[178235],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178236\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[178236],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178237\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[178237],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178238\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[178238],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178239\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[178239],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"178240\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[178240],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Delhi,Manali,Jispa,Leh,Nubra,Pangong,Kargil,Srinagar UT','Delhi,Indian Subcontinent,North India,India,Manali,Himachal Pradesh,Jispa,Srinagar UT,Uttarakhand,Pangong,Jammu and kashmir,Leh,Kargil,Nubra',NULL,'7701,16593,35366,15229,35282,35281,13569,35502',25128,74188,11,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2021-09-15 00:00:00','2021-09-15 00:00:00',3,'India','101','2022-12-01 12:16:37','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'ladakh-suv-expedition-(manali-leh-srinagar)',NULL,NULL,NULL,0),(22,27782,1,35,1,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":27782,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/switzerl\\u00e2\\u20ac\\u201c_7_nights__8_days_1629545606.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The city of Zurich,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;A global center for banking and finance lies at the north end of Lake Zurich in northern Switzerland.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The picturesque lanes of the central Altstadt (Old Town), on either side of the Limmat River, reflect its pre-medieval history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Waterfront promenades like the Limmatquai follow the river toward the 17th-century Rathaus (town hall).&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Zurich\",\"DestinationPlacesSysId\":30548,\"SourcePlaces\":\"Zurich\",\"SourcePlaceSysId\":30548,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Switzerland \\u00e2\\u20ac\\u201c 7 Nights \\/ 8 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,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour\",\"Validity\":{\"From\":\"2022-12-06\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"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\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":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\":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\":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\":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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.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\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16022,\"Title\":\"Lucerne\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16022,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":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\":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\":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\":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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.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\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":18308,\"Title\":\"Montreux\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18308,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":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\":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\":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\":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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.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\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"198671\",\"Title\":\"Zurich - Rhine Falls &acirc;&euro;&ldquo; Zurich. (Switzerland)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive at Zurich airport,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Where you will be greeted by your Tour representative and then proceed&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;To view the magnificent Rhine Falls&lt;strong&gt;&lt;span style=&quot;color:blue&quot;&gt;. &lt;\\/span&gt;&lt;\\/strong&gt;Later city tour of Zurich.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Overnight at &lt;\\/strong&gt;&lt;strong&gt;Hotel in Zurich.&lt;\\/strong&gt;&lt;\\/p&gt;\\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\"}],\"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\":\"198672\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"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\":\"198673\",\"Title\":\"Zurich &acirc;&euro;&ldquo; Engelberg &acirc;&euro;&ldquo; Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After a continental breakfast at your hotel,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;we take you on one of the most memorable experiences of your Europe tour &amp;ndash; visiting Mt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Titlis and Lucerne.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Adventure awaits you in a sensational cable car ride up to Mt. Titlis.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marvel at the world&amp;rsquo;s first revolving cable-car ride, a truly once-in-a-lifetime experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Remain spellbound as you ascend the snow-clad mountains.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Experience the snow and ice on top of Mt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Titlis, also a chance to ride, &amp;lsquo;Ice Flyer&amp;rsquo;. At 3,020 meters a breathtaking panorama unfolds.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Next, we proceed to scenic Lucerne, where you will have an opportunity to visit the Lion Monument and the Kapell Brucke (wooden bridge).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will have some free time to shop for some famous Swiss watches, knives, and chocolates.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;Overnight at &lt;\\/strong&gt;&lt;strong&gt;Hotel in Lucerne.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4384,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20423,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14450,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20424,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20421,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20422,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4383,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20420,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198674\",\"Title\":\"Lucerne &acirc;&euro;&ldquo; Lake of Lugano &acirc;&euro;&ldquo; Swiss Miniature &acirc;&euro;&ldquo; Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast depart for Lugano to visit Swiss Miniature Park &amp;amp; Scenic Lake Lugano. On&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;the way to Lugano, we are passing through an 18 Km long tunnel of St.Gothard which is&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;known as Gothard Pass. Arrive Lugano &amp;amp; Visit Swiss Miniature. If you want to have an&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;overview of Switzerland and spend a nice time in a wonderful region, don&amp;#39;t miss&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Swissminiatur, an exciting place and a must-see attraction for everyone visiting this&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;beautiful country. Lunch with kitchen caravan. Later visit the beautiful Lake of Lugano.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Depart Back to hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Overnight at Hotel in Lucerne.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":7625,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8902,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5103,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198675\",\"Title\":\" Lucerne &acirc;&euro;&ldquo; Jungfrau &acirc;&euro;&ldquo; Trummelbach Fall &acirc;&euro;&ldquo; Interlaken &acirc;&euro;&ldquo; Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;This morning, after a continental breakfast, proceed for an adventurous ride to visit Jungfraujoch&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ndash; the Top of Europe, for a memorable encounter with snow and ice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will be amazed at the scenic&amp;nbsp;splendor that you see from aboard the &amp;lsquo;cogwheel train, which takes you to a height of&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3,454 metersto reach Jungfraujoch!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the Ice Palace on top of the longest glacier in the Alps.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A visit to the Sphinx is also included. Later board your coach for Trummelbach Falls. Visit&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Trummelbach falls.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later, we visit Interlaken, a charming city nestled between two lakes and&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;surrounded by the splendid Bernese Oberland Mountains.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Treasure these wonderful moments as you drive back to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;Overnight at &lt;\\/strong&gt;&lt;strong&gt;Hotel in Lucerne.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":7625,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8902,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5103,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198676\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"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\":\"198677\",\"Title\":\"Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;\\/strong&gt;After breakfast at your hotel,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The day is free at leisure to explore the city on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;Overnight at Hotel in Lucerne.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18308,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"198678\",\"Title\":\"Lucerne &acirc;&euro;&ldquo; Geneva - Montreux &acirc;&euro;&ldquo; Montreux.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After a continental breakfast at your hotel, proceed further for a tour of Geneva.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It&amp;rsquo;s &amp;nbsp;Includes &lt;strong&gt;Jet De Eau&lt;\\/strong&gt; famous water fountain on the lake,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head Quarters like &lt;strong&gt;WHO, ILO, &amp;nbsp;Red Cross, UNICEF &amp;amp; Broken chair. Later visit Montreux&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;The beautiful city on Lake lemon.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Later t&lt;\\/strong&gt;ransfer to the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;Overnight at &lt;\\/strong&gt;&lt;strong&gt;Hotel in Montreux.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18308,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":7623,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198679\",\"Title\":\"Montreux.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;&amp;nbsp;Post breakfast Check out &amp;amp; depart for a full day excursion&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ldquo;Glacier 3000&amp;rdquo;. &amp;nbsp;Welcome to &lt;strong&gt;&amp;ldquo;Glacier 3000&amp;rdquo;&lt;\\/strong&gt; the year-round destination for snow sports fans &amp;amp; one-day Excursions.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In addition to snow sports, you will experience the glacier in many different ways.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy the beautiful countryside on the sled pulled by a team of huskies &amp;amp; take a tour with the snow bus&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also, enjoy the fast ride on the Alpine coaster which will increase your adrenaline level in no time.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;Overnight at &lt;\\/strong&gt;&lt;strong&gt;Hotel in Montreux.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18308,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"198712\",\"Title\":\"Montreux - Zurich &acirc;&euro;&ldquo; India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Depart for Zurich Airport to catch your flight for onwards destination.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18308,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"27782\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"174716.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":199134,\"priceDoubleOcc\":\"174716.70\",\"priceSingleOcc\":426033.34,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":174716.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2009.7,\"COSTSO\":4900.5,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":200792,\"priceDoubleOcc\":\"177203.09\",\"priceSingleOcc\":428519.73,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":177203.09,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2038.3,\"COSTSO\":4929.1,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":203278,\"priceDoubleOcc\":\"180932.67\",\"priceSingleOcc\":432249.31000000006,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":180932.67,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2081.2,\"COSTSO\":4972,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":219025,\"priceDoubleOcc\":\"204553.38\",\"priceSingleOcc\":455870.02,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":204553.38,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2352.9,\"COSTSO\":5243.7,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":250201,\"priceDoubleOcc\":\"251316.64\",\"priceSingleOcc\":502633.28,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":251316.64,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2890.8,\"COSTSO\":5781.6,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":250201,\"priceDoubleOcc\":\"251316.64\",\"priceSingleOcc\":502633.28,\"priceExtraBed\":\"226165.84\",\"priceWithoutBed\":\"166205.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":251316.64,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1911.8,\"CEB\":2601.5,\"COSTDO\":2890.8,\"COSTSO\":5781.6,\"CostQuad\":null,\"ACEB\":2852.3,\"COSTTO\":2852.3}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"27782\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"166775.03\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":190083,\"priceDoubleOcc\":\"166775.03\",\"priceSingleOcc\":406668.18,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":166775.03,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":1918.35,\"COSTSO\":4677.75,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":191665,\"priceDoubleOcc\":\"169148.41\",\"priceSingleOcc\":409041.56,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":169148.41,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":1945.65,\"COSTSO\":4705.05,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":194038,\"priceDoubleOcc\":\"172708.46\",\"priceSingleOcc\":412601.61,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":172708.46,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":1986.6,\"COSTSO\":4746,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":209070,\"priceDoubleOcc\":\"195255.50\",\"priceSingleOcc\":435148.65,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":195255.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":2245.95,\"COSTSO\":5005.35,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":238828,\"priceDoubleOcc\":\"239893.15\",\"priceSingleOcc\":479786.3,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":239893.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":2759.4,\"COSTSO\":5518.8,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65},{\"From\":\"2021-08-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":238828,\"priceDoubleOcc\":\"239893.15\",\"priceSingleOcc\":479786.3,\"priceExtraBed\":\"215885.58\",\"priceWithoutBed\":\"158650.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":239893.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":1824.9,\"CEB\":2483.25,\"COSTDO\":2759.4,\"COSTSO\":5518.8,\"CostQuad\":null,\"ACEB\":2722.65,\"COSTTO\":2722.65}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;&lt;strong&gt;.&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&lt;\\/ul&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,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&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;\\/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;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;7 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;All sightseeing as per Itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rhine Falls.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Glacier 3000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Zurich city tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt. Titlis with Ice Flyer.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Lucerne City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jungfrau-The Top of Europe.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Trummelbach Falls.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Interlaken Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to Le &amp;ndash; Gruyere village &amp;amp; Castle.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Montreux Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Geneva city tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Swiss Miniature and Lake Lugano.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"198671\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[198671],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198672\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[198672],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198673\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[198673],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198674\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[198674],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198675\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[198675],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198676\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[198676],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198677\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[198677],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198678\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[198678],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198679\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[198679],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198712\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[198712],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Zurich,Lucerne,Montreux','Zurich,Switzerland,Lucerne,Montreux,Engelberg,Geneva,Interlaken',NULL,'30548,16022,18308',166775,251317,7,NULL,NULL,NULL,2,'',0,'2022-12-06 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Switzerland','210','2022-12-06 13:56:07','2022-12-06 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'switzerland-–-7-nights-/-8-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (23,27654,1,35,1,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour,Luxury Tours',NULL,1,1,0,'{\"package\":{\"TPId\":27654,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/palaces__castle_tour_1629358585.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;London, city,&amp;nbsp;capital of the United Kingdom.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It is among the oldest of the world&amp;#39;s great cities&amp;mdash;its history spanning nearly two millennia&amp;mdash;and one of the most cosmopolitan.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;By far Britain&amp;#39;s largest metropolis,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It is also the country&amp;#39;s economic,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transportation, and cultural centre.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"London\",\"DestinationPlacesSysId\":15836,\"SourcePlaces\":\"London\",\"SourcePlaceSysId\":15836,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Palaces & Castle Tour\",\"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,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour,Luxury Tours\",\"Validity\":{\"From\":\"2021-08-26\",\"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\":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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":36425,\"Title\":\"York\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":36425,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":26114,\"Title\":\"Stirling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":26114,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.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\":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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":25504,\"Title\":\"Snowdonia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25504,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":5145,\"Title\":\"Cardiff\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":5145,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.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\":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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":20496,\"Title\":\"Oxford\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20496,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u2019s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20525,\"Title\":\"the Queen\\u2019s Scottish\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20526,\"Title\":\"the Palace of Holyrood House.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20527,\"Title\":\"York Minster Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26114,\"CityName\":\"Stirling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":20529,\"Title\":\"Author Beatrix Potter\\u2019s Hill Top Farm.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20530,\"Title\":\"the ancient city of Chester.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25504,\"CityName\":\"Snowdonia\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u2019 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"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\":20536,\"Title\":\"Salisbury.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20537,\"Title\":\"the mysterious prehistoric monument of Stonehenge.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20496,\"CityName\":\"Oxford\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"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\":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\":147,\"Title\":\"BAPS Shri Swaminarayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5471937,\"Long\":-0.2600335,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5858\\/thumb\\/BAPS Shri Swaminarayan Mandir_421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7872,\"Title\":\"Bicester Village, Bicester, UK\",\"Description\":\"Bicester Village is an outlet shopping centre on the outskirts of Bicester, a town in Oxfordshire, England. It is owned by Value Retail plc.The centre opened in 1995.\\r\\nMost of its stores are in the luxury goods and designer clothing sector. The centre is the second most visited location in the United Kingdom by Chinese tourists, after Buckingham Palace.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Bicester_Village,_Bicester,_UK_15836_1545632369.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":207,\"Title\":\"Big Ben\",\"Description\":\"Big Ben is the nickname for the Great Bell of the clock at the north end of the Palace of Westminster in London and is usually extended to refer to both the clock and the clock tower. The official name of the tower in which Big Ben is located was originally the Clock Tower, but it was renamed Elizabeth Tower in 2012 to mark the Diamond Jubilee of Elizabeth II. The tower was designed by Augustus Pugin in a neo-gothic style.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2122\\/thumb\\/Big Ben_437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":231,\"Title\":\"Borough Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5055169,\"Long\":-0.0910475,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6005\\/thumb\\/Borough Market_128.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\":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\":380,\"Title\":\"Covent Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3227\\/thumb\\/Covent Garden_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":386,\"Title\":\"Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5294\\/thumb\\/Cruise_194.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":417,\"Title\":\"Design Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.502999,\"Long\":-0.071926,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5998\\/thumb\\/Design Museum_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":571,\"Title\":\"Globe Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5960\\/thumb\\/Globe Theatre_827.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":636,\"Title\":\"Hampton Court Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.403813,\"Long\":-0.3376701,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5950\\/thumb\\/Hampton Court Palace_506.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":686,\"Title\":\"House Of Parliament\",\"Description\":\"The Palace of Westminster serves as the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its occupants, the Palace lies on the north bank of the River Thames in the City of Westminster, in central London, England.\\r\\nIts name, which derives from the neighbouring Westminster Abbey, may refer to either of two structures: the Old Palace, a medieval building-complex destroyed by fire in 1834, or its replacement, the New Palace that stands today.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2121\\/thumb\\/House Of Parliament_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":695,\"Title\":\"Hyde Park\",\"Description\":\"Hyde Park is a Grade I-listed major park in Central London. It is the largest of four Royal Parks that form a chain from the entrance of Kensington Palace through Kensington Gardens and Hyde Park, via Hyde Park Corner and Green Park past the main entrance to Buckingham Palace. The park is divided by the Serpentine and the Long Water lakes. The park was established by Henry VIII in 1536 when he took the land from Westminster Abbey and used it as a hunting ground. It opened to the public in 1637 and quickly became popular, particularly for May Day parades.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4894138,\"Long\":-0.1230915,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1520\\/thumb\\/Hyde Park_809.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\":967,\"Title\":\"Legoland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5956\\/thumb\\/LEGOLAND&Acirc;&reg;_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":968,\"Title\":\"Leicester Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5948\\/thumb\\/Leicester Square_738.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":985,\"Title\":\"London Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6003\\/thumb\\/London Bridge_251.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":862,\"Title\":\"Kensington Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.506987,\"Long\":-0.179165,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5959\\/thumb\\/Kensington Palace_763.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"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\":989,\"Title\":\"London Transport Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5122737,\"Long\":-0.1234492,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6000\\/thumb\\/London Transport Museum_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":990,\"Title\":\"London Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5955\\/thumb\\/London Zoo_216.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":997,\"Title\":\"Lord\'s Cricket Ground\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282403,\"Long\":-0.1727677,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/806\\/thumb\\/Lord&#039;s Cricket Ground_65.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\":1073,\"Title\":\"Marble Arch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2133\\/thumb\\/Marble Arch_444.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1161,\"Title\":\"Musical Theatre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5876\\/thumb\\/Musical Theatre_205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1214,\"Title\":\"Natural History Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4950781,\"Long\":-0.1828713,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6001\\/thumb\\/Natural History Museum_677.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":988,\"Title\":\"London Hop-On Hop-Off\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4309209,\"Long\":-0.0936496,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5453\\/thumb\\/London Hop-On Hop-Off_926.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\":1873,\"Title\":\"Vibrant - Piccadilly Circus\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5195539,\"Long\":-0.0973964,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2135\\/thumb\\/Vibrant Piccadilly_997.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\":1674,\"Title\":\"St. Paul\'s Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5137342,\"Long\":-0.0987943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3988\\/thumb\\/St. Pauls Cathedral_173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1636,\"Title\":\"Soho Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5996\\/thumb\\/Soho Square_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1467,\"Title\":\"Regent\'s Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5282712,\"Long\":-0.1498235,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5951\\/thumb\\/Regents Park_123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1350,\"Title\":\"Penguin Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5357941,\"Long\":-0.1519305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5954\\/thumb\\/Penguin Beach_558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1322,\"Title\":\"Parliament Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4975764,\"Long\":-0.1350731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1613\\/thumb\\/Parliament Square_319.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1359,\"Title\":\"Piccadilly Circus\",\"Description\":\"Piccadilly Circus is a busy square in the heart of London. It is famous for the fountain that was installed here at the end of the nineteenth century and for the neon advertising that turned the square into a miniature version of Times Square. The Circus lies at the intersection of five main roads: Regent Street, Shaftesbury Avenue, Piccadilly Street, Covent Street and Haymarket.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.49264,\"Long\":-0.222373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1519\\/thumb\\/Piccadilly Circus_179.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},{\"RefSSId\":1493,\"Title\":\"Royal Albert Hall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.500613,\"Long\":-0.1756085,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5958\\/thumb\\/Royal Albert Hall, London_782.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1282,\"Title\":\"Palace Of Westminster\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4998403,\"Long\":-0.1246627,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1319,\"Title\":\"Park Lane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2134\\/thumb\\/Park Lane_923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1645,\"Title\":\"Southwark Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5082463,\"Long\":-0.0877234,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6004\\/thumb\\/Southwark Cathedral_798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1916,\"Title\":\"Westminster Abbey\",\"Description\":\"Westminster Abbey, formally titled the Collegiate Church of Saint Peter at Westminster, is a large, mainly Gothic abbey church in the City of Westminster, London, England, just to the west of the Palace of Westminster. It is one of the United Kingdom&amp;#039;s most notable religious buildings and the traditional place of coronation and burial site for English and, later, British monarchs. The building itself was a Benedictine monastic church until the monastery was dissolved in 1539. Between 1540 and 1556, the abbey had the status of a cathedral.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4988998,\"Long\":-0.1282744,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1614\\/thumb\\/Westminster Abbey_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1665,\"Title\":\"St Paul Cathedral\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5134058,\"Long\":-0.1506916,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5949\\/thumb\\/St Paul Cathedral_774.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"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\":1763,\"Title\":\"The Household Cavalry Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5046005,\"Long\":-0.1273738,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5952\\/thumb\\/The Household Cavalry Museum_831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1806,\"Title\":\"Trafalgar Square\",\"Description\":\"Trafalgar Square is a public square in the City of Westminster, Central London, built around the area formerly known as Charing Cross. Its name commemorates the Battle of Trafalgar, a British naval victory in the Napoleonic Wars with France and Spain that took place on 21 October 1805 off the coast of Cape Trafalgar. The site of Trafalgar Square had been a significant landmark since the 13th century and originally contained the King&amp;#039;s Mews. After George IV moved the mews to Buckingham Palace, the area was redeveloped by John Nash, but progress was slow after his death, and the square did not open until 1844.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.508039,\"Long\":-0.128069,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2124\\/thumb\\/Trafalgar Square_190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1914,\"Title\":\"Wembley Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5567009,\"Long\":-0.2796655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5953\\/thumb\\/Wembley Stadium_204.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"197854\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p><span style=\\\"color:black\\\">Arrive at London&rsquo;s Heathrow airport. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Here they will be met by their Tour Leader who will escort you to the private luxury coach &amp; transfer you to your hotel. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Later, travel into central London for a River Thames Cruise and a ride on the London eye.<\\/span><\\/p>\\r\\n\\r\\n<p><strong>Overnight at Windsor.<\\/strong><\\/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\":1478,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":987,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197855\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"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\":\"197856\",\"Title\":\" London \\u2013 Stratford On Avon \\u2013 Warwick - York.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p><span style=\\\"color:black\\\">Today the group will head off early to Shakespeare&rsquo;s Stratford Upon Avon.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">There will be time here for a look around Anne Hathaway&#39;s Cottage, Shakespeare&rsquo;s birthplace and all Stratford&rsquo;s top sight.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">After lunch here we will head to nearby Warwick for a look around the fantastic Warwick Castle. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">After Warwick Castle, the group will head back in their coach up to the delightful city of York.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">After checking into their hotel, the group will head into the center of this ancient Viking city for dinner and a walk down The Shambles, <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Britain&rsquo;s most picturesque street.<\\/span><\\/p>\\r\\n\\r\\n<p><strong>Overnight at York.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36425,\"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\":20521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20522,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20523,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20524,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197857\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36425,\"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\":\"197858\",\"Title\":\" York \\u2013 Edinburgh \\u2013 Stirling.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today is an extremely busy day.<\\/p>\\r\\n\\r\\n<p>We will start with a tour of the incredible York Minster Cathedral before heading back into the coach and north to the world-famous city of Edinburgh.<\\/p>\\r\\n\\r\\n<p>This afternoon and evening we will explore Edinburgh&rsquo;s most famous sights &ndash; Edinburgh Castle and the Queen&rsquo;s Scottish residence the Palace of Holyrood House.<\\/p>\\r\\n\\r\\n<p>After dinner in Edinburgh, we will head across to the historic city of Stirling to check into our accommodation.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at Stirling.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26114,\"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\":20525,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20526,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20527,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197859\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26114,\"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\":\"197860\",\"Title\":\"Stirling \\u2013 Glasgow \\u2013 Lake District.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><span style=\\\"color:black\\\">We will begin the day in Stirling with a tour of Scotland&rsquo;s most historic and famous castle, <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Stirling Castle. It&rsquo;s here that we will also see the monument to Scottish legend William &lsquo;Braveheart&rsquo; Wallace. <\\/span><\\/p>\\r\\n\\r\\n<p>There&rsquo;s no time to lose here as we head down to the city of Glasgow for a quick city tour before heading further south and back into England to the incredible Lake District.<\\/p>\\r\\n\\r\\n<p>It&rsquo;s here that we will spend the night.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at<\\/strong> <strong>Lake District.<\\/strong><\\/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\":\"197861\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"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\":\"197862\",\"Title\":\" Lake District \\u2013 Chester \\u2013 Snowdonia.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p><span style=\\\"color:black\\\">This morning we will make the most of the beautiful English Lake country where we can visit Author Beatrix Potter&rsquo;s Hill Top Farm. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">There may be time for a quick cup of tea here before we head further south and stop in at the ancient city of Chester. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Parts of this famous city date back to Roman times and here we will take a tour of the wonderful and unusual cathedral. <\\/span><\\/p>\\r\\n\\r\\n<p>After Chester, we will head into Wales right through the mountain region of Snowdonia.<\\/p>\\r\\n\\r\\n<p>It&rsquo;s in this area that we will spend the night on the north coast of Wales.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at<\\/strong> <strong>Snowdonia.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25504,\"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\":20529,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20530,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197863\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25504,\"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\":\"197864\",\"Title\":\"Snowdonia \\u2013 Caernarfon \\u2013 Pembrokeshire \\u2013 Cardiff.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p><span style=\\\"color:black\\\">This morning we will start the day by exploring the wonderful Caernarfon castle. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">You may even go past mount Snowdon herself! <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">After this, we will head south down the coastal route past mountains, sea, castles, and maybe even a dolphin or 2!<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">We will eventually end up in the center of Wales&rsquo; capital city Cardiff. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Staying in the center will be an easy walk to a nearby restaurant for dinner. <\\/span><\\/p>\\r\\n\\r\\n<p><strong>Overnight at Cardiff.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5145,\"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\":20531,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20532,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197865\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5145,\"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\":\"197866\",\"Title\":\"Cardiff \\u2013 Bath.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p><span style=\\\"color:black\\\">This morning we will have a quick tour around Cardiff and visit Cardiff Castle.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">From here we will head back into England to England&rsquo;s most beautiful small city Bath. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">In this ancient Roman city, we will take a tour of the fantastically well preserved Roman Baths.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Bath is one of the most romantic cities you will find and here we will spend the night right in the heart.<\\/span><\\/p>\\r\\n\\r\\n<p><strong>Overnight<\\/strong> <strong>at Bath.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/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\":\"197867\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"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\":\"197868\",\"Title\":\" Bath - Salisbury \\u2013 Oxford.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p><span style=\\\"color:black\\\">This morning we will leave Bath and travel to the city of Salisbury.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Where we will visit the cathedral and take a group tour of this remarkable structure which boasts the country&rsquo;s highest steeple. <\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">Salisbury Cathedral is also the cathedral on which the recent book and TV drama &lsquo;Pillars of the Earth&rsquo; was based.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">From Salisbury, we will go over to what may well be the highlight of the trip, the mysterious prehistoric monument of Stonehenge.<\\/span><\\/p>\\r\\n\\r\\n<p><span style=\\\"color:black\\\">&nbsp;After studying these incredible stone pillars, we will continue our journey to Oxford where we will stay the night and have dinner. <\\/span><\\/p>\\r\\n\\r\\n<p>If we arrive in time, we will take a tour of Blenheim Palace,<\\/p>\\r\\n\\r\\n<p>One of England&rsquo;s grandest stately homes.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at Oxford.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20496,\"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\":20536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20537,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197869\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20496,\"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\":\"197870\",\"Title\":\"Oxford \\u2013 Windsor.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>This morning we may go a little slower as we take in some of Oxford&rsquo;s magnificent museums and colleges.<\\/p>\\r\\n\\r\\n<p>After lunch here we will head back towards London and visit Windsor.<\\/p>\\r\\n\\r\\n<p>Our hotel here is directly opposite Europe&rsquo;s largest inhabited palace and home to Queen Elizabeth II herself,<\\/p>\\r\\n\\r\\n<p>Windsor Castle. We will take a full tour of the castle and head to nearby Eton for a look around the amazing old educational buildings and church there.<\\/p>\\r\\n\\r\\n<p>In the evening we will return to Windsor for our first 2 night&rsquo;s stay in a wonderful hotel.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at Windsor.<\\/strong><\\/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\":1270,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197871\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Today is our London sightseeing day.<\\/p>\\r\\n\\r\\n<p>We will be joined by a professional blue badge guide who will take us all over London today.<\\/p>\\r\\n\\r\\n<p>We will see St Paul&rsquo;s Cathedral, the Tower of London Museum to see the Koh-i-Noor Diamond, Tower Bridge,<\\/p>\\r\\n\\r\\n<p>&#39;Changing the Guards&#39; ceremony at Buckingham Palace (subject to operation),<\\/p>\\r\\n\\r\\n<p>Piccadilly Circus, Westminster Abbey, Big Ben, River Thames, Prime Minister&#39;s Downing Street, Trafalgar Square, Houses of Parliament, Hyde Park.<\\/p>\\r\\n\\r\\n<p><strong>Overnight at Windsor.<\\/strong><\\/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\":7874,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":147,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":207,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":231,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":247,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":249,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":303,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":380,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":571,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":636,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":686,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":695,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":700,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":968,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":985,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":862,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":986,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":987,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":989,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":990,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":997,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1010,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1214,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":988,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7873,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1873,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1802,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1674,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1636,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1467,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1350,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1322,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7870,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1478,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1282,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1319,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1645,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1916,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1665,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1685,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1763,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1803,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1914,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197872\",\"Title\":\"Will Miss You London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Today is a free day.<\\/p>\\r\\n\\r\\n<p>The coach will collect the group in the morning with their baggage and look after it while the group is dropped in London city center.<\\/p>\\r\\n\\r\\n<p>Today can be used for shopping or visiting sights that have not been covered such as the British Museum or the Victoria and Albert Museum or even Buckingham Palace itself.<\\/p>\\r\\n\\r\\n<p>The group will be collected at a suitable time or place to be taken to the airport in time for the return flight home.<\\/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\":\"27654\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"176138.59\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":206626,\"priceDoubleOcc\":\"176138.59\",\"priceSingleOcc\":448517.85,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"176138.59\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":216502,\"priceDoubleOcc\":\"190952.20\",\"priceSingleOcc\":463331.46,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"190952.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":213889,\"priceDoubleOcc\":\"187033.76\",\"priceSingleOcc\":459413.02,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"187033.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":232876,\"priceDoubleOcc\":\"215514.12\",\"priceSingleOcc\":487893.38,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"215514.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":270786,\"priceDoubleOcc\":\"272379.26\",\"priceSingleOcc\":544758.52,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"272379.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":270786,\"priceDoubleOcc\":\"272379.26\",\"priceSingleOcc\":544758.52,\"priceExtraBed\":\"245141.34\",\"priceWithoutBed\":\"180917.18\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"272379.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27654\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"168132.29\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":197234,\"priceDoubleOcc\":\"168132.29\",\"priceSingleOcc\":428130.68000000005,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"168132.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":206661,\"priceDoubleOcc\":\"182272.56\",\"priceSingleOcc\":442270.95,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"182272.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":204167,\"priceDoubleOcc\":\"178532.22\",\"priceSingleOcc\":438530.61,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"178532.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":222291,\"priceDoubleOcc\":\"205718.03\",\"priceSingleOcc\":465716.42000000004,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"205718.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":258478,\"priceDoubleOcc\":\"259998.39\",\"priceSingleOcc\":519996.78,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"259998.39\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-19\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":258478,\"priceDoubleOcc\":\"259998.39\",\"priceSingleOcc\":519996.78,\"priceExtraBed\":\"233998.55\",\"priceWithoutBed\":\"172693.67\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"259998.39\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 is not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&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;&amp;nbsp;&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;&lt;em&gt;Note:&lt;\\/em&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/p&gt;\\r\\n\\t&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, 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. However, all the services will remain the same.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\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;\\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\\t&lt;li&gt;&lt;span style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;&lt;strong&gt;10 nights accommodation in a 3-star hotel.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Daily Breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Driver with private transport throughout. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Entry into the following: &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Shakespeare&amp;rsquo;s birthplace, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Anne Hathaway&amp;#39;s House, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Warwick Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;York Minster Cathedral, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Palace of Holyrood House, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Edinburgh Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Stirling Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Beatrix Potter&amp;rsquo;s Hill Top farm, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chester Cathedral, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Caernarfon Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cardiff Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Roman Baths and Pump Room, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Stonehenge, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Blenheim Palace, Park &amp;amp; Gardens, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Windsor Castle, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Salisbury Cathedral, &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;London Eye, &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Thames River Cruise.&lt;\\/strong&gt;&lt;span style=&quot;color:black&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#006600&quot;&gt; &lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/span&gt;&lt;span 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"197854\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[197854],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197855\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[197855],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197856\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[197856],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197857\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197857],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197858\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197858],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197859\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[197859],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197860\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[197860],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197861\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197861],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197862\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197862],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197863\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197863],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197864\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197864],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197865\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197865],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197866\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197866],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197867\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[197867],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197868\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[197868],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197869\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[197869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197870\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[197870],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197871\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[197871],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197872\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[197872],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','London,York,Stirling,Lake District,Snowdonia,Cardiff,Bath,Oxford','London,Western Europe,UNITED KINGDOM,York,Stirling,Lake District,Snowdonia,Cardiff,Bath,Oxford,Caernarfon,Chester,Edinburgh,Glasgow,Pembroke,Salisbury,Warwick',NULL,'15836,36425,26114,31555,25504,5145,2532,20496',168132,272379,10,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'UNITED KINGDOM','469','2022-12-09 18:13:46','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'palaces-castle-tour',NULL,NULL,NULL,0),(24,27598,1,35,1,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":27598,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/highlights_of_spain_1629283938.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Malaga- This City is famous for giving to&amp;nbsp;the world Pablo Picasso,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;So there are many unique museums, gorgeous buildings, and fascinating history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The region also has some of the nation&amp;#39;s best food.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On top of that, the weather is mild,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The temperature rarely falls below 10&amp;deg; C and it can get very hot in summer.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Madrid\",\"DestinationPlacesSysId\":16314,\"SourcePlaces\":\"Madrid\",\"SourcePlaceSysId\":16314,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Highlights Of Spain. \",\"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,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Evening Party Cruise\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16314,\"Title\":\"Madrid\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16314,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20461,\"Title\":\"Malaga City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16480,\"CityName\":\"Malaga\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20462,\"Title\":\"Garnada City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10810,\"CityName\":\"Granada\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20463,\"Title\":\"Valencia City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00efc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&uuml;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u2019s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00f3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u2019s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20464,\"Title\":\"Orientation tour of Zaragoza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16480,\"Title\":\"Malaga\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16480,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20461,\"Title\":\"Malaga City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16480,\"CityName\":\"Malaga\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20462,\"Title\":\"Garnada City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10810,\"CityName\":\"Granada\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20463,\"Title\":\"Valencia City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00efc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&uuml;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u2019s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00f3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u2019s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20464,\"Title\":\"Orientation tour of Zaragoza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10810,\"Title\":\"Granada\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10810,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20461,\"Title\":\"Malaga City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16480,\"CityName\":\"Malaga\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20462,\"Title\":\"Garnada City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10810,\"CityName\":\"Granada\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20463,\"Title\":\"Valencia City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00efc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&uuml;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u2019s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00f3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u2019s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20464,\"Title\":\"Orientation tour of Zaragoza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28359,\"Title\":\"Valencia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28359,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20461,\"Title\":\"Malaga City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16480,\"CityName\":\"Malaga\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20462,\"Title\":\"Garnada City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10810,\"CityName\":\"Granada\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20463,\"Title\":\"Valencia City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00efc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&uuml;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u2019s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00f3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u2019s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20464,\"Title\":\"Orientation tour of Zaragoza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":2352,\"Title\":\"Barcelona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20461,\"Title\":\"Malaga City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16480,\"CityName\":\"Malaga\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20462,\"Title\":\"Garnada City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10810,\"CityName\":\"Granada\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20463,\"Title\":\"Valencia City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00efc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&uuml;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u2019s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00f3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u2019s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20464,\"Title\":\"Orientation tour of Zaragoza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"197517\",\"Title\":\"India-Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive in Madrid and transfer to your Hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at your leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Madrid.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"197518\",\"Title\":\"Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Guided City tour of Madrid.<\\/p>\\r\\n\\r\\n<p>Overnight in Madrid.<br \\/>\\r\\n<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":20460,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197519\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"197520\",\"Title\":\"Madrid-Malaga.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Check out &amp; depart to Malaga.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at your leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Malaga.<br \\/>\\r\\n<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16480,\"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\":\"197521\",\"Title\":\"Malaga.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Guided City tour of Malaga.<\\/p>\\r\\n\\r\\n<p>Overnight in Malaga.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16480,\"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\":20461,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197522\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16480,\"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\":\"197523\",\"Title\":\"Malaga-Garnada\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Check out &amp; depart to Granada.<\\/p>\\r\\n\\r\\n<p>Guided City tour of Granada.<\\/p>\\r\\n\\r\\n<p>Overnight in Granada.<br \\/>\\r\\n<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10810,\"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\":20462,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197524\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10810,\"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\":\"197525\",\"Title\":\"Garnada-Valencia.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Check out &amp; depart to Valencia.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at your leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Valencia.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28359,\"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\":\"197526\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28359,\"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\":\"197527\",\"Title\":\"Valencia.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Guided City tour of Valencia.<\\/p>\\r\\n\\r\\n<p>Overnight in Valencia.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":20463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20448,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197528\",\"Title\":\"Valencia-Barcelona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Check out &amp; depart to Barcelona.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at your leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Barcelona.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":\"197529\",\"Title\":\"Barcelona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Guided City tour of Barcelona.<\\/p>\\r\\n\\r\\n<p>Overnight in Barcelona.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":12082,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12083,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20446,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20445,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20450,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197530\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":\"197531\",\"Title\":\"Barcelona - Zaragoza \\u2013 Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Check out &amp; depart to Zaragoza.<\\/p>\\r\\n\\r\\n<p>Orientation tour of Zaragoza.<\\/p>\\r\\n\\r\\n<p>Depart to Madrid.<\\/p>\\r\\n\\r\\n<p>Overnight in Madrid.<br \\/>\\r\\n<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":20464,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197532\",\"Title\":\"Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Check out &amp; depart to Madrid Airport,<\\/p>\\r\\n\\r\\n<p>To board your flight back home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"27598\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"189999.52\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":227431,\"priceDoubleOcc\":\"189999.52\",\"priceSingleOcc\":497083.98,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"189999.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":227431,\"priceDoubleOcc\":\"189999.52\",\"priceSingleOcc\":497083.98,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"189999.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":224109,\"priceDoubleOcc\":\"185017.20\",\"priceSingleOcc\":492101.66000000003,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"185017.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":251065,\"priceDoubleOcc\":\"225450.77\",\"priceSingleOcc\":532535.23,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"225450.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":305488,\"priceDoubleOcc\":\"307084.46\",\"priceSingleOcc\":614168.92,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"307084.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":305488,\"priceDoubleOcc\":\"307084.46\",\"priceSingleOcc\":614168.92,\"priceExtraBed\":\"276423.92\",\"priceWithoutBed\":\"183867.42\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"307084.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27598\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"181363.18\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":217093,\"priceDoubleOcc\":\"181363.18\",\"priceSingleOcc\":474489.25,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"181363.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":217093,\"priceDoubleOcc\":\"181363.18\",\"priceSingleOcc\":474489.25,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"181363.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":213923,\"priceDoubleOcc\":\"176607.32\",\"priceSingleOcc\":469733.39,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"176607.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":239653,\"priceDoubleOcc\":\"215203.01\",\"priceSingleOcc\":508329.08,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"215203.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":291602,\"priceDoubleOcc\":\"293126.07\",\"priceSingleOcc\":586252.14,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"293126.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":291602,\"priceDoubleOcc\":\"293126.07\",\"priceSingleOcc\":586252.14,\"priceExtraBed\":\"263859.19\",\"priceWithoutBed\":\"175509.81\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"293126.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 is not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&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.&amp;nbsp;&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, 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,&amp;nbsp;we will sometimes amend\\/alter the itinerary. However, all the services will remain the same.&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 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\\r\\n\\t&lt;p&gt;&lt;strong&gt;* 10 Nights accommodation in 3 Star Hotel&lt;br \\/&gt;\\r\\n\\t* Daily Breakfast&lt;br \\/&gt;\\r\\n\\t* Van Services as per itinerary.&lt;br \\/&gt;\\r\\n\\t* Guided city tour of Madrid.&lt;br \\/&gt;\\r\\n\\t* Guided city tour of Malaga.&lt;br \\/&gt;\\r\\n\\t* Guided city tour of Granada.&lt;br \\/&gt;\\r\\n\\t* Guided city tour of Valencia.&lt;br \\/&gt;\\r\\n\\t* Guided city tour of Barcelona.&lt;\\/strong&gt;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"197517\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[197517],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197518\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[197518],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197519\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197519],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197520\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197520],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197521\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[197521],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197522\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197522],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197523\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197523],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197524\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197524],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197525\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197525],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197526\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197526],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197527\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197527],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197528\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[197528],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197529\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[197529],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197530\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[197530],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197531\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[197531],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197532\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[197532],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Madrid,Malaga,Granada,Valencia,Barcelona','Madrid,Western Europe,Spain,Malaga,Granada,Valencia,Barcelona,Zaragoza',NULL,'16314,16480,10810,28359,2352',176607,307084,10,NULL,NULL,NULL,2,'',0,'2021-08-26 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Spain','199','2022-12-09 18:13:50','2021-08-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'highlights-of-spain.',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (25,27564,1,35,1,0,0,'Honeymoon,Adventure,Beach,Family,Sports,Cruise,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":27564,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/south_of_france_with_spain_1629271343.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Nice is known for its&amp;nbsp;fantastic climate,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;fabulous beaches, and beautiful coastline with mesmerizing views.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also for its fantastic architecture with Belle Epoque and Baroque influenced buildings.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Madrid\",\"DestinationPlacesSysId\":16314,\"SourcePlaces\":\"Nice\",\"SourcePlaceSysId\":19391,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"South of France with Spain \",\"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,Cab,Airport Transfers,Activity,Sightseeing,Bonfire,Camping\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Sports,Cruise,Festivals and Events,Romantic,Shopping and Nightlife,Activites Tour,Road Trip\",\"Validity\":{\"From\":\"2022-12-06\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":19391,\"Title\":\"Nice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16946,\"Title\":\"Marseille\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16946,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1860,\"Title\":\"Avignon\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1860,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":30598,\"Title\":\"Bordeaux\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30598,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":3213,\"Title\":\"Bilbao\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":3213,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":2352,\"Title\":\"Barcelona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28359,\"Title\":\"Valencia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28359,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16314,\"Title\":\"Madrid\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16314,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3221,\"Title\":\"Boulevard de la Croisette\",\"Description\":\" Boulevard de la Croisette is one of the most fashionable streets on the French Riviera.It is a wide walkway which runs between the sandy beach and the coastal road, on which you&#039;ll find all the fancy hotels and posh boutiques. This walkway is also the gate to some of Cannes best beaches, both public ones and private beaches. Boulevard de la Croisette is the best place to witness how this city came to be one of the luxury capitals of France. The street is full of luxurious shops &amp; hotels.You will also find many free events and activities such as music concerts here during the summer months.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.547573,\"Long\":7.0305634,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Boulevard_de_la_Croisette_5005_1517817806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3225,\"Title\":\"Cannes Beach\",\"Description\":\"Cannes is famous for its sandy beaches, with gorgeous views and calm Mediterranean waters ideal for bathing. Including the nearby iles de Lerin and Esterel coastline, there are seven kilometers of beach property in Cannes which include the&Acirc;&nbsp;Mace Beach&Acirc;&nbsp;and the&Acirc;&nbsp;Zamenhof Beach, located off the Boulevard de la Croisette. These beaches charge a small fee for use of the lounge chairs and parasols. There are also public use beaches which are free of charge such as the&Acirc;&nbsp;Plage de la Casinoalong the Boulevard de la Croisette,La Bocca Beach, a quiet beach with gorgeous views and golden sand, the&Acirc;&nbsp;Plages du Midi, a long sandy beach near the center of Cannes and&Acirc;&nbsp;Moure Rouge Beach&Acirc;&nbsp;near the fishing ports. The lesser-known&Acirc;&nbsp;Les Rochers&Acirc;&nbsp;beach is the best choice for snorkeling.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5487989,\"Long\":7.0033968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Plage_du_Midi__5005_1517823432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3227,\"Title\":\"Casino Croisette\",\"Description\":\"The Casino Croisette is France&#039;s most highly frequented casino.It  attracts both locals and tourists looking for fun, games, and live music. Casino Croisette was opened in 1997, offers a relaxed piano-bar ambience and affordable drinks. Apart from standard games like roulette and blackjack, you can try slot machines, video poker, and weekly poker tournaments.It is a one-stop shop with a restaurant and the popular nightclub  Le Jimmy Club,but remember to dress the part, men are required to wear jackets.\",\"CurrencyType\":0,\"CityId\":5005,\"CityName\":\"Cannes\",\"Lat\":43.5510548,\"Long\":7.0170737,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5005\\/sightseeing\\/Casino_Croisette_5005_1517827755.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20438,\"Title\":\"Avignon.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16946,\"CityName\":\"Marseille\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20441,\"Title\":\"Pamplona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20442,\"Title\":\"the Ancient Kingdom of Navarra\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3213,\"CityName\":\"Bilbao\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20444,\"Title\":\"Montju\\u00c3\\u00afc\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20446,\"Title\":\"The city center\\u00e2\\u20ac\\u2122s Plaza Catalunya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20445,\"Title\":\"the Houses Batll\\u00c3\\u00b3 and Mila and the Sagrada Familia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20443,\"Title\":\"The Olympic Stadium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20449,\"Title\":\"palm trees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20447,\"Title\":\"Tarragona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20450,\"Title\":\"The old quarter\\u00e2\\u20ac\\u2122s narrow streets past fine gothic houses and typical patios.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20448,\"Title\":\"Valencia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"197223\",\"Title\":\"India-Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive Nice and transfer to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The day is free at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"197224\",\"Title\":\"Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, we depart for a city tour of Nice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;City tour of Nice includes major sights and monuments, including the old city, the flower market,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Castle Hill, the port, Matisse Museum, and the Promenade des Anglais.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":20433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20435,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20437,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20436,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197225\",\"Title\":\" Nice &acirc;&euro;&ldquo; Monaco &acirc;&euro;&ldquo; Monte Carlo - Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, We depart for Monaco &amp;amp; Monte Carlo Casino.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the Old Town of Monaco, Cathedral,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cousteau Oceanographic Museum and see the changing of the Palace Guards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Continue to tour Monte-Carlo with a lap on the Formula One Grand Prix circuit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will have free time at Casino Square to amuse yourself with luxury shopping, stunning gardens, megayachts,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Chic casinos or simply watching the rich and beautiful in their favorite haunt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":3190,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3196,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197226\",\"Title\":\" Nice - Cannes &acirc;&euro;&ldquo; Marseille.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, We visit Cannes &amp;amp; Marseille.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We drive by the Croisette boulevard to the film festival palace and feel like a star as we walk up the world-famous steps.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marseille is also a significant cultural destination with 17 museums, 42 theatres, and 7000 cinema seats.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A cultural melting pot now widely recognized and demonstrated by the designation of Marseille as European Capital of Culture 2013,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marseille&amp;#39;s, 20 city-based museums cover all the historical periods, from ancient to contemporary art, from archaeology to the Fine Arts,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;And even uncovering earthenware and the motorbike, which rival each other in originality.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Marseille.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":3221,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3225,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3227,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197227\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"197228\",\"Title\":\"Marseille &acirc;&euro;&ldquo; Avignon.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head to Avignon today for a visit to the beautiful city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guided city tour of Avignon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Avignon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16946,\"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\":20438,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197229\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16946,\"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\":\"197230\",\"Title\":\" Avignon &acirc;&euro;&ldquo; Bordeaux.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Start the Day,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;By motoring through the Grand Champagne wine-growing area and head towards Bordeaux on the banks of the Garonne.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guided Bordeaux walking tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Bordeaux.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"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\":3161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3165,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3177,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197231\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"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\":\"197232\",\"Title\":\"Bordeaux&acirc;&euro;&ldquo;Biarritz&acirc;&euro;&ldquo;Bilbao, Spain.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Leave the Landes region.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Biarritz, An ancient fishing village turned trendy seaside resort,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Before crossing the border into Spain.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in the Basque capital and port town of Bilbao. &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"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\":20440,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20439,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197233\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"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\":\"197238\",\"Title\":\"Bilbao&acirc;&euro;&ldquo;Pamplona&acirc;&euro;&ldquo;Barcelona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Depart Bilbao, This morning and stop in Pamplona,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Capital of the Ancient Kingdom of Navarra,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Before reaching Barcelona,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Catalonia&amp;rsquo;s lively and Beautiful Capital.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3213,\"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\":20441,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20442,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197239\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3213,\"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\":\"197240\",\"Title\":\"Barcalona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;This morning&amp;rsquo;s included sightseeing with a drive around Montju&amp;iuml;c to see&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Olympic Stadium and a great panoramic view of the port and city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You arrive at The city center&amp;rsquo;s Plaza Catalunya and to,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Paseo de Gracia to marvel at Gaudi&amp;rsquo;s architectural masterpieces in the Houses Batll&amp;oacute; and Mila and the Sagrada Familia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":12082,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12083,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20446,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20445,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20443,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197241\",\"Title\":\" Barcelona&acirc;&euro;&ldquo;Valencia.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Pass through fragrant orange groves and,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Charming seaside resorts past Tarragona and on to Valencia, known for having hosted America&amp;#39;s Cup in 2005.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy excursion drive along wide avenues lined with fig and palm trees,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;And along The old quarter&amp;rsquo;s narrow streets past fine gothic houses and typical patios.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":20449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20450,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20448,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197242\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":\"197243\",\"Title\":\"Valencia.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;After breakfast,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The day is free at leisure to explore the city on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Valencia.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28359,\"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\":\"197244\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28359,\"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\":\"197245\",\"Title\":\" Valencia&acirc;&euro;&ldquo;Cuenca&acirc;&euro;&ldquo;Aranjuez&acirc;&euro;&ldquo;Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;Leave the coast and head inland,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stopping in the Historical towns of Cuenca and Aranjuez,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Situated on the Castilian Plain.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel on to Madrid, The Spanish capital,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With time to enjoy a relaxed evening.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"197246\",\"Title\":\"Madrid.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"&lt;p&gt;Situated 2,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;180 feet above sea level,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Spaniards say Madrid is the nearest thing to heaven.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guided sightseeing starts with a full panoramic drive by way of the Avenida Mayor, Puerta del Sol,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Parliament Square, and a picture stop outside the Royal Palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later move to Toledo. Toledo is most rewarding, too!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The splendid setting of this old walled city above the Tagus was made famous in El Greco&amp;rsquo;s painting,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;And even now it&amp;rsquo;s like a great open-air museum.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":10937,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4694,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"197247\",\"Title\":\"See You Soon Madrid. \",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"&lt;p&gt;After Breakfast,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check out &amp;amp; depart to Madrid airport to board your flight back home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"27564\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"226504.73\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":285047,\"priceDoubleOcc\":\"226504.73\",\"priceSingleOcc\":226504.73,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":226504.73,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":2600.4,\"COSTSO\":2600.4,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":304274,\"priceDoubleOcc\":\"255344.80\",\"priceSingleOcc\":255344.8,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":255344.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":2931.5,\"COSTSO\":2931.5,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":297439,\"priceDoubleOcc\":\"245092.68\",\"priceSingleOcc\":245092.68,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":245092.68,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":2813.8,\"COSTSO\":2813.8,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":333529,\"priceDoubleOcc\":\"299227.70\",\"priceSingleOcc\":299227.7,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":299227.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":3435.3,\"COSTSO\":3435.3,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":406284,\"priceDoubleOcc\":\"408360.05\",\"priceSingleOcc\":408360.05,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":408360.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":4688.2,\"COSTSO\":4688.2,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":406284,\"priceDoubleOcc\":\"408360.05\",\"priceSingleOcc\":408360.05,\"priceExtraBed\":\"367543.21\",\"priceWithoutBed\":\"248733.63\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":408360.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2855.6,\"CEB\":4219.6,\"COSTDO\":4688.2,\"COSTSO\":4688.2,\"CostQuad\":null,\"ACEB\":4616.7,\"COSTTO\":4616.7}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27564\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"216209.06\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":272091,\"priceDoubleOcc\":\"216209.06\",\"priceSingleOcc\":216209.06,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":216209.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":2482.2,\"COSTSO\":2482.2,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":290443,\"priceDoubleOcc\":\"243738.22\",\"priceSingleOcc\":243738.22,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":243738.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":2798.25,\"COSTSO\":2798.25,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":283919,\"priceDoubleOcc\":\"233952.11\",\"priceSingleOcc\":233952.11,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":233952.11,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":2685.9,\"COSTSO\":2685.9,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":318369,\"priceDoubleOcc\":\"285626.44\",\"priceSingleOcc\":285626.44,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":285626.44,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":3279.15,\"COSTSO\":3279.15,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":387817,\"priceDoubleOcc\":\"389798.23\",\"priceSingleOcc\":389798.23,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":389798.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":4475.1,\"COSTSO\":4475.1,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85},{\"From\":\"2021-08-18\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":387817,\"priceDoubleOcc\":\"389798.23\",\"priceSingleOcc\":389798.23,\"priceExtraBed\":\"350836.70\",\"priceWithoutBed\":\"237427.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":389798.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":2725.8,\"CEB\":4027.8,\"COSTDO\":4475.1,\"COSTSO\":4475.1,\"CostQuad\":null,\"ACEB\":4406.85,\"COSTTO\":4406.85}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 is not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;&lt;span id=&quot;cke_bm_1143S&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&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&lt;\\/ul&gt;\\r\\n\\r\\n&lt;ul&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;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&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, 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. However, all the services will remain the same.&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 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\\t&lt;li&gt;&lt;strong&gt;* 13 Nights accommodation in 3 Star Hotel &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Daily Breakfast &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Van Services as per itinerary. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Nice.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Orientation Tour Of Monaco &amp;amp; Monte Carlo. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Marseille. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Avignon.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided walking city tour of Bordeaux. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Orientation Tour of Biarritz. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Orientation Tour of Pamplona. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Barcelona. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Orientation Tour of Valencia. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Orientation Tour of Cuenca &amp;amp; Aranjuez. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Madrid.&lt;\\/strong&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"197223\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[197223],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197224\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[197224],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197225\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[197225],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197226\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[197226],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197227\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197227],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197228\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[197228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197229\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197229],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197230\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[197230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197231\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197232\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[197232],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197233\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[197233],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197238\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[197238],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197239\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[197239],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197240\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[197240],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197241\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[197241],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197242\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[197242],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197243\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[197243],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197244\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[197244],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197245\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[197245],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197246\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[197246],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"197247\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[197247],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Nice,Marseille,Avignon,Bordeaux,Bilbao,Barcelona,Valencia,Madrid','Nice,Western Europe,France,Marseille,Avignon,Bordeaux,Bilbao,Spain,Barcelona,Valencia,Madrid,Aranjuez,Biarritz,Cannes,Monaco,Montecarlo,Pamplona',NULL,'19391,16946,1860,30598,3213,2352,28359,16314',216209,408360,13,NULL,NULL,NULL,2,'',0,'2022-12-06 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'France,Spain','76,199','2022-12-09 18:13:38','2022-12-06 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'south-of-france-with-spain',NULL,NULL,NULL,0),(26,29470,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":29470,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/dubai_package_1636194836.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Dubai is&amp;nbsp;located on the eastern coast of the Arabian Peninsula&amp;nbsp;and in the southwest corner of the Arabian Gulf. To its southeast sits the Sultanate of Oman. Dubai is the second largest emirate in the United Arab Emirates (UAE), after the Emirate of Abu Dhabi, which is located to its south.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&amp;nbsp;Dubai 5N-6D Package&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:black&quot;&gt;INCLUSIONS&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;05 Night Accommodation in above Hotel or Similar&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Daily Breakfast at Hotel&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;03 dinner from Indian Restaurant without transfers&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Half Day Dubai City tour on sic basis+&amp;nbsp;Burj khlaifa 124 floor nonprime ticket + Dubai Aquarium Tunnel &amp;amp; Under Water zoo visit with tickets and transfers&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Dubai Creek Dhow Cruise with Buffet Dinner on SIC basis&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Desert Safari with BBQ Dinner on SIC basis&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Visa + Insurance&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;5% VAT&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#222222&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;&amp;middot;&lt;\\/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:black&quot;&gt;Return transfer From\\/ to Dubai Airport on private basis&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Dubai Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"1169\",\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2021-11-10\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":487895,\"Name\":\"Smana Hotel Al Raffa - \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0631\\u0641\\u0627\\u0639\\u0629 - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2501165\",\"Long\":\"55.2827212\",\"Address\":\"37 \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0631\\u0641\\u0627\\u0639\\u0629 - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"210180\",\"Title\":\"Arrival in Dubai & Day at Leisure\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On your arrival in Dubai, our representative will welcome you and drop you at the hotel. Spend day at leisure. Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":487895,\"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\":\"210182\",\"Title\":\"Dubai: Enjoy the desert safari\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After you have a wholesome breakfast at your hotel, the afternoon will be at your leisure. You can spend it as you like. Later in the afternoon, we will take you for a safari in the scenic sand dunes, a reserved premier site in Dubai. A Dubai desert safari is the ultimate travel experience on a&nbsp;tour to Dubai. You can also enjoy a belly dance and have a lavish barbecue dinner today.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":487895,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":487895,\"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\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"210184\",\"Title\":\"Dubai: City tour , Burj Khalifa, Dubai Aquarium Tunnel & Underwater Zoo\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After a hearty breakfast at the hotel, set out for a city tour of glitzy Dubai city. On this tour, you will visit some of the most prominent landmarks of Dubai such as Jumeirah Mosque, explore rich and tempting shops at Meena Bazaar and catch a glimpse of astoundingly amazing views of Burj Al Arab. If you have negotiating skills go there. Bur Dubai Meena Bazar is a place you get everything. Also, enjoy the observation deck of the great Burj Khalifa. Also, visit Dubai Aquarium Tunnel &amp; Underwater Zoo.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":487895,\"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\":[{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3626,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"210186\",\"Title\":\"Creek Side Dhow Cruise\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Have a wholesome breakfast at your hotel&nbsp;.&nbsp;Enjoy the Dubai Creek, Cruising down Dubai creek is a must and novel experience while in Dubai. Have your dinner on a Dhow Cruise with the fascinating lights of Dubai creek with Music and Tanura Dance show.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":487895,\"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\":[{\"IsIncluded\":true,\"Id\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"210188\",\"Title\":\"Spend the day at leisure\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>The day is all yours!<\\/p>\\r\\n\\r\\n<p>A relaxed start to the Day 5&nbsp;with a toothsome traditional breakfast, you can spend the day as you like it. You can stay indoors and just relax or go out and explore the nearby attractions in the beautiful city, Dubai. You can go out and look for local attractions, have a shopping spree in local markets of Dubai or enjoy the traditional exotic cuisine of Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":487895,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":487895,\"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\":\"210190\",\"Title\":\" Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Abide Dubai with a promise to visit again soon!<\\/p>\\r\\n\\r\\n<p>After a hearty breakfast, we will transfer you to the airport . from here you will departure back home with beautiful and new memories of a blissful Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"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\":\"29470\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"37620.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25080,\"priceDoubleOcc\":\"37620.00\",\"priceSingleOcc\":37620,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29471\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"40462.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26975,\"priceDoubleOcc\":\"40462.40\",\"priceSingleOcc\":40462.4,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40462.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29470\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"35910.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23940,\"priceDoubleOcc\":\"35910.00\",\"priceSingleOcc\":35910,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29471\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"38623.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25749,\"priceDoubleOcc\":\"38623.20\",\"priceSingleOcc\":38623.2,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38623.20\",\"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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;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 - Minimum of the below to be charged.&amp;nbsp;&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp;&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\",\"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 25 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 25 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 Flights\\/ Hotel&amp;nbsp;and season\\/off season time.&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\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 25 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 avance 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\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;5%GST &amp;amp; 5% TCS will be charged extra.&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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\",\"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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbsp;staying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"210180\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[210180],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"210182\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[210182],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"210184\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[210184],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"210186\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[210186],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"210188\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[210188],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"210190\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[210190],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',35910,40462,5,NULL,NULL,NULL,2,'',0,'2021-11-10 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'United Arab Emirates','228','2023-09-04 11:08:39','2021-11-10 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'dubai-package',NULL,NULL,NULL,0),(27,29625,1,35,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\":35,\"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\":\"2021-11-25\",\"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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":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\":2168,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":971,\"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\":905,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":179,\"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\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&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,Gulmarg,Pahalgam','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg','','25897,11197,20566',17850,42350,5,'27_1668578877_0.jpg',NULL,NULL,2,'',0,'2021-11-25 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-12-01 10:29:42','2021-11-25 00:00:00',1,1,'0','0','0','','','',NULL,'heaven-on-earth',NULL,NULL,NULL,0),(28,28937,1,35,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\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours And 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\":\"2022-12-01\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486061,\"Name\":\"Studio M Arabian Plaza Hotel and 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 - &Oslash;&acute;&Oslash;&sect;&Oslash;&plusmn;&Oslash;&sup1; &Oslash;&pound;&Oslash;&uml;&Ugrave;&circ; &Oslash;&uml;&Ugrave;&fnof;&Oslash;&plusmn; &Oslash;&sect;&Ugrave;&bdquo;&Oslash;&micro;&Oslash;&macr;&Ugrave;&Scaron;&Ugrave;&sbquo; - &Oslash;&sect;&Ugrave;&bdquo;&Oslash;&reg;&Oslash;&uml;&Ugrave;&Scaron;&Oslash;&micro;&Ugrave;&Scaron; - &Oslash;&macr;&Oslash;&uml;&Ugrave;&Scaron; - 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\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Jumeirah Creekside Hotel is centrally located in Dubai, walking distance from Dubai Tennis Stadium and close to Dubai Creek Golf &amp;amp; Yacht Club. This 5-star hotel is within close proximity of Deira City Centre and Dubai Creek.&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 292 air-conditioned rooms featuring refrigerators and iPod docking stations. Your room comes with a Select Comfort bed. 42-inch LCD televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and rainfall showerheads.&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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You&amp;apos;re sure to appreciate the recreational amenities, which include 2 outdoor swimming pools, a complimentary water park, and outdoor tennis courts. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to the beach or shopping on the complimentary shuttle.&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 one of the hotel&amp;apos;s dining establishments, which include 2 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.&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, limo\\/town car service, and express check-in. Planning an event in Dubai? This hotel has 45478 square feet (4225 square meters) of space consisting 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.&amp;lt;\\/p&amp;gt;\",\"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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"206331\",\"Title\":\"Day 1 :&Acirc;&nbsp;Arrive in Dubai\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Marhaba! Welcome to&amp;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Today is at Leisure and mandatory quarantine for 1 day until a negative PCR report is received.&lt;\\/p&gt;\\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\":\"&lt;p&gt;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&amp;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 &amp;lsquo;abra&amp;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After, Proceed to Ain Dubai. Translating literally to &amp;lsquo;Dubai Eye&amp;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later, we will proceed to JBR to Enjoy the View at the Palms.&amp;nbsp;The View&amp;nbsp;at&amp;nbsp;Palm Jumeirah&amp;nbsp;promises its visitors a memorable journey &amp;amp; mesmerizing&amp;nbsp;views&amp;nbsp;of&amp;nbsp;Dubai&amp;#39;s&amp;nbsp;skyline through its 240 metres high observation deck.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After an exciting day, proceed to the hotel to rest and overnight at the hotel.&lt;\\/p&gt;\\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\":\"&lt;p&gt;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.&lt;\\/p&gt;\\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 &amp; Resorts \\/ IMG Park \\/ Dubai Frame + Miracle Garden + Global Village\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today after breakfast, choose from &lt;strong&gt;one&lt;\\/strong&gt; of the options below and spend your day as per your mood!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Dubai Parks &amp;amp; Resorts (One day 2 Park tickets included),&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;strong&gt;OR &lt;\\/strong&gt;Visit IMG Park to spend your day with your family,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;OR&lt;\\/strong&gt;&amp;nbsp;visit Dubai Frame, later proceed to Miracle Garden and then spend your evening at Global Villiage!&lt;\\/p&gt;\\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\":\"&lt;p&gt;The morning after breakfast, Later Visit the Dubai EXPO 2020.&amp;nbsp;Discover the marvellous EXPO 2020. Expo 2020 can be seen as a type of &amp;ldquo;World Fair,&amp;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.&amp;nbsp;&lt;\\/p&gt;\\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\":\"&lt;p&gt;Enjoy your breakfast at the hotel. After breakfast, check out of the hotel and&amp;nbsp;proceed to the airport for your flight back home with fond memories!&lt;\\/p&gt;\\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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42028,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31360,\"CEB\":42028,\"COSTDO\":42028,\"COSTSO\":75628,\"CostQuad\":null,\"ACEB\":42028,\"COSTTO\":42028}]}]},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50008,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":36960,\"CEB\":50008,\"COSTDO\":50008,\"COSTSO\":92344,\"CostQuad\":null,\"ACEB\":50008,\"COSTTO\":50008}]}]},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53760,\"CEB\":60480,\"COSTDO\":62384,\"COSTSO\":116704,\"CostQuad\":null,\"ACEB\":62384,\"COSTTO\":62384}]}]}]}}]},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40151.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29960,\"CEB\":40151.75,\"COSTDO\":40151.75,\"COSTSO\":72251.75,\"CostQuad\":null,\"ACEB\":40151.75,\"COSTTO\":40151.75}]}]},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47775.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35310,\"CEB\":47775.5,\"COSTDO\":47775.5,\"COSTSO\":88221.5,\"CostQuad\":null,\"ACEB\":47775.5,\"COSTTO\":47775.5}]}]},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599},{\"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,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51360,\"CEB\":57780,\"COSTDO\":59599,\"COSTSO\":111494,\"CostQuad\":null,\"ACEB\":59599,\"COSTTO\":59599}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&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,\"QuadPrice\":false,\"fixedInventory\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',40152,62384,5,NULL,NULL,NULL,2,'',0,'2022-12-01 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'United Arab Emirates','228','2022-12-01 10:29:20','2022-12-01 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'expo-2020-5-nights',NULL,NULL,NULL,0),(29,28935,1,35,0,0,0,'Adventure,Family,Romantic,Shopping and Nightlife,Group Tours,Educational Tours,Day Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":28935,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/grtour_of_france_19_nights_\\u00e2\\u20ac\\u201c_20_days_1632997205.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;What is so good about France?&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;France entices people of all ages with some of the world&amp;#39;s most iconic landmarks, world-class art and architecture, sensational food, stunning beaches, glitzy ski resorts, beautiful countryside, and a staggering amount of history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Once in life, we all should visit France.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Paris\",\"DestinationPlacesSysId\":20822,\"SourcePlaces\":\"Paris\",\"SourcePlaceSysId\":20822,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Grand Tour of France: 19 Nights \\u00e2\\u20ac\\u201c 20 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,Airport Transfers,Intercity Transfers,Activity,Sightseeing\",\"PackageType\":\"Adventure,Family,Romantic,Shopping and Nightlife,Group Tours,Educational Tours,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"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\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":6675,\"Title\":\"Colmar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6675,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":15952,\"Title\":\"Lourdes\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15952,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":30598,\"Title\":\"Bordeaux\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30598,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":31462,\"Title\":\"La Rochelle\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":31462,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":19391,\"Title\":\"Nice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1860,\"Title\":\"Avignon\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1860,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":5735,\"Title\":\"Chamonix\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":5735,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"206301\",\"Title\":\"India &acirc;&euro;&ldquo; Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in Paris &amp;amp; check into your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Paris.&lt;\\/p&gt;\\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\"}],\"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\":\"206302\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Guided city tour of Paris.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Eiffel Tower. Seine River Cruise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Paris.&lt;\\/p&gt;\\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\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15631,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206303\",\"Title\":\"Disney.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Full-day tour to Disney Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Paris.&lt;\\/p&gt;\\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\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3155,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206304\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\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\":\"206305\",\"Title\":\"Paris &acirc;&euro;&ldquo; Dijon - Colmar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Dijon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dijon Orientation Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Colmar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"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\":\"206306\",\"Title\":\"Colmar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Guided walking tour of Colmar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Colmar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"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\":\"206307\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"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\":\"206308\",\"Title\":\"Colmar &acirc;&euro;&ldquo; Chamonix.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Chamonix.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the Day is free at leisure to explore Chamonix on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Chamonix.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"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\":\"206309\",\"Title\":\"Chamonix.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Full day tour to Aiguille du midi cable car - Panoramic Mont-Blanc Gondola.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Chamonix.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"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\":\"206310\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"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\":\"206311\",\"Title\":\"Chamonix &acirc;&euro;&ldquo; Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Nice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure to explore Nice on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"206312\",\"Title\":\"Nice &acirc;&euro;&ldquo; Monaco &acirc;&euro;&ldquo; Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Visit Monaco. Visit Monte Carlo Casino. Visit Fragonard Perfume Factory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":3190,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206313\",\"Title\":\"Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;The rest of the Day is free at leisure to explore Nice on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"206314\",\"Title\":\"Nice &acirc;&euro;&ldquo; Cannes - Saint-Tropez &acirc;&euro;&ldquo; Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Orientation tour of Cannes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Orientation tour of Saint Tropez.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Nice.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"206315\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"206316\",\"Title\":\"Nice &acirc;&euro;&ldquo; Marseille &acirc;&euro;&ldquo; Avignon.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Marseille.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Orientation tour of Marseille.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later depart to Avignon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Orientation tour of Avignon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Avignon.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"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\":\"206317\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"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\":\"206318\",\"Title\":\"Avignon &acirc;&euro;&ldquo; Lourdes.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Lourdes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guided city tour of Lourdes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Lourdes.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15952,\"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\":\"206319\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15952,\"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\":\"206320\",\"Title\":\"Lourdes &acirc;&euro;&ldquo; Bordeaux.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to Bordeaux.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guided city tour of Bordeaux.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Bordeaux.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"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\":20440,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3165,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3177,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206321\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"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\":\"206322\",\"Title\":\"Bordeaux &acirc;&euro;&ldquo; La Rochella.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to La Rochelle.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in La Rochelle.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"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\":\"206323\",\"Title\":\"La Rochelle.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"&lt;p&gt;The rest of the Day is free at leisure to explore La Rochelle on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in La Rochelle.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"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\":\"206324\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":17,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"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\":\"206325\",\"Title\":\"La Rochelle - Chateau De Fontainebleau &acirc;&euro;&ldquo; Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to visit chateau de Fontainebleau.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed to Paris.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Paris.&lt;\\/p&gt;\\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\"}],\"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\":\"206326\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"&lt;p&gt;The rest of the Day is free at leisure to explore Paris on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in La Paris.&lt;\\/p&gt;\\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\"}],\"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\":\"206327\",\"Title\":\"Paris &acirc;&euro;&ldquo; India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":19,\"Program\":\"&lt;p&gt;Check out &amp;amp; depart to CDG airport to board your flight back home.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\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}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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. However, all the services will remain the same?&lt;\\/li&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;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;&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;Guided city tour of Paris.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Eiffel Tower.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Seine River Cruise.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Disney Park.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Dijon Orientation tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided walking tour of Colmar.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Chamonix.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to Aiguille De Midi &amp;ndash; Mount Blanc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Monaco &amp;amp; Monte Carlo Casino. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Fragonard Perfume Factory.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Cannes. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Saint Tropez.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Marseille. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Avignon.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Lourdes.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Bordeaux.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to La Rochelle.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to Chateau De Fontainebleau.&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 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"206301\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[206301],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206302\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[206302],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206303\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[206303],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206304\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206304],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206305\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206305],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206306\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[206306],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206307\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206307],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206308\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206308],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206309\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[206309],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206310\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[206310],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206311\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[206311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206312\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[206312],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206313\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[206313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206314\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[206314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206315\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206316\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206317\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206318\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206319\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206320\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206321\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206322\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206323\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[206323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206324\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[206324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206325\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[206325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206326\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[206326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206327\":{\"19\":{\"Sequence\":[19],\"TPInvnSysId\":[206327],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Paris,Colmar,Lourdes,Bordeaux,La Rochelle,Nice,Avignon,Chamonix','Paris,Western Europe,France,Colmar,Chamonix,Nice,Avignon,Lourdes,Bordeaux,La Rochelle',NULL,'20822,6675,15952,30598,31462,19391,1860,5735',0,0,18,NULL,NULL,NULL,2,'',0,'2022-12-01 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'France','76','2022-12-01 12:16:20','2022-12-01 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'grand-tour-of-france:-19-nights-–-20-days',NULL,NULL,NULL,0),(30,30083,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30083,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/amazing_andaman_5_nights_6_days_1638346884.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Andaman Islands are an Indian archipelago in the Bay of Bengal. These roughly 300 islands are known for their palm-lined, white-sand beaches, mangroves and tropical rainforests. Coral reefs supporting marine life such as sharks and rays make for popular diving and snorkeling sites.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing Andaman 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2021-12-01\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489377,\"Name\":\"Symphony Samudra Beachside Jungle Resort And Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.5080318\",\"Long\":\"92.7039842\",\"Address\":\"next to Biological Park Chidyatapu Beach, Port Blair, Andaman and Nicobar Islands 744105, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489366,\"Name\":\"Symphony Resorts\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6648662\",\"Long\":\"92.7389549\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2303,\"Title\":\"Neil Island\",\"Description\":\"Neil is an island of the Andaman Islands, located in Ritchie&amp;#039;s Archipelago, lies 36 km northeast from Port Blair. Neil Island is known for its magnificent biodiversity, unexplored coral reefs, white sandy beaches and tropical woodlands. It is perfect for a peaceful time off with its laid-back vibe and lucid charm. Explore the island&amp;rsquo;s villages or indulge in water sports in the crystal clear water. Spend quality time at the long deserted beaches of Andaman&amp;rsquo;s rustic masterpiece, Neil Island.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.832919,\"Long\":93.052612,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Neil_Island_32511_1519645121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21995,\"Title\":\"Sitapur beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8329186,\"Long\":93.052612,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21996,\"Title\":\"Bharatpur Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489357,\"Name\":\"Havelock Country Homes\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0386457\",\"Long\":\"92.98287859999999\",\"Address\":\"Govind Nagar, 1 , South, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2303,\"Title\":\"Neil Island\",\"Description\":\"Neil is an island of the Andaman Islands, located in Ritchie&amp;#039;s Archipelago, lies 36 km northeast from Port Blair. Neil Island is known for its magnificent biodiversity, unexplored coral reefs, white sandy beaches and tropical woodlands. It is perfect for a peaceful time off with its laid-back vibe and lucid charm. Explore the island&amp;rsquo;s villages or indulge in water sports in the crystal clear water. Spend quality time at the long deserted beaches of Andaman&amp;rsquo;s rustic masterpiece, Neil Island.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.832919,\"Long\":93.052612,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Neil_Island_32511_1519645121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21995,\"Title\":\"Sitapur beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8329186,\"Long\":93.052612,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21996,\"Title\":\"Bharatpur Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489379,\"Name\":\"The Aura Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.821431\",\"Long\":\"93.061296\",\"Address\":\"Beach No. 5, Sitapur Beach, Neil Islands, Port Blair, Andaman and Nicobar Islands 744104, India\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":481,\"Title\":\"Elephant Beach (Sea Walk)\",\"Description\":\"Elephant Beach is an ideal destination for water sports and one of the known hotspots for snorkeling at Havelock Islands. Its rich coral reef structure and amazing underwater marine life will certainly spellbind you and offers water sports like diving, snorkelling, swimming, bird-watching, trekking and kayaking. This place is ideal for relaxing spending a leisure time with food and drinks. Being famous for its coral reefs, sea walking is also one of the popular water activity here.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0071274,\"Long\":92.9766644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Elephant_Beach_11658_1519391150.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2303,\"Title\":\"Neil Island\",\"Description\":\"Neil is an island of the Andaman Islands, located in Ritchie&amp;#039;s Archipelago, lies 36 km northeast from Port Blair. Neil Island is known for its magnificent biodiversity, unexplored coral reefs, white sandy beaches and tropical woodlands. It is perfect for a peaceful time off with its laid-back vibe and lucid charm. Explore the island&amp;rsquo;s villages or indulge in water sports in the crystal clear water. Spend quality time at the long deserted beaches of Andaman&amp;rsquo;s rustic masterpiece, Neil Island.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.832919,\"Long\":93.052612,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Neil_Island_32511_1519645121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21995,\"Title\":\"Sitapur beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8329186,\"Long\":93.052612,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21996,\"Title\":\"Bharatpur Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214167\",\"Title\":\"Arrive Port Blair - Cellular Jail - Light and Sound Show:\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive Port Blair - Cellular Jail - Light and Sound Show: On arrive at Port Blair airport, meet our representative and get escorted to the hotel. Check-in at the hotel and relax. Afterwards, proceed to Cellular Jail (National Memorial). At evening, we move for the Light and Sound Show at Cellular Jail where the saga of the freedom struggle will be brought alive. Overnight stay at the hotel. at Cellular Jail where the saga of the freedom struggle will be brought alive. Overnight stay at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489377,\"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\":[{\"IsIncluded\":true,\"Id\":2804,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214168\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"214169\",\"Title\":\"Port Blair - Havelock Island - Radhanagar Beach:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast, we will start our journey towards Havelock Island via ferry from Port Blair Harbor. On arrival at Havelock Island, our representative will welcome and escort you to the hotel. Check into the hotel and relax. Post, we proceed to Radhanagar Beach (Beach No. 7) - the Times Magazine rated it as the finest beach among the best beaches in Asia. It is an ideal place for swimming, sea bathing and basking on the sun kissed beach. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489357,\"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\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214170\",\"Title\":\"Havelock - Excursion to Elephant Beach\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast you will embark on the most memorable snorkeling trip to Elephant Beach, just 40 min by Boat. This beach offers snorkelers calm blue crystal clear shallow waters and is the perfect spot for beginner snorkelers. The boat goes right up to the beach and it&#39;s so easy to slip on your gear and just start snorkeling. It&#39;s also a great place to just spend the day lying on the beach and relaxing. The beach is very scenic with fallen trees and white sand giving the photographer some interesting shots. The reef here starts very close to shore at a depth of about 1 metre. The large reef is mostly made up of hard coral and has plenty of marine life. (Note- This trip is subject to weather conditions and visibility).and Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489357,\"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\":[{\"IsIncluded\":true,\"Id\":481,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214171\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"214172\",\"Title\":\"Havelock Island - Neil Island\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, we will start our journey towards Neil Island via ferry from Havelock Harbor. On arrival at Neil Island, our representative will welcome and escort you to the Hotel. Check into the hotel and the rest of the evening is at leisure. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489379,\"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\":[{\"IsIncluded\":true,\"Id\":2303,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214173\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"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\":\"214174\",\"Title\":\"Neil Island - Port Blair\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, visit Sitapur beach and Bharatpur Beach, followed by visit to the Coral Point. Later, we will proceed back to Port Blair (via ferry). Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489366,\"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\":[{\"IsIncluded\":true,\"Id\":21995,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":21996,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214175\",\"Title\":\"Depart from Andaman Islands\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, we will drop to Port Blair \\/ Harbor for Return journey. Tour ends with happy memories<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30083\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29040.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29040,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"20900.00\",\"priceWithoutBed\":\"14850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.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\":\"30083\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27720.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"19950.00\",\"priceWithoutBed\":\"14175.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Accommodation in the mentioned or hotels.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Daily breakfast except on day of arrival.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All Sightseeing and transfers in Private Air-Conditioned Car as per itinerary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All entry and ferry tickets wherever applicable as per the itinerary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Trip to Asia&amp;#39;s No. 1 Beach. Trip to Elephant Beach.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sound And Light Show at the Cellular Jail.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Havelock trip in Ferries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All currently applicable hotel taxes except GST.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"214167\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214167],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214168\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214168],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214169\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214169],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214170\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214170],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214171\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214171],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214172\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214172],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214173\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214173],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214174\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214174],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214175\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214175],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island','','32511,11658,34567',27720,29040,5,'30_1674826207_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2021-12-01 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2023-06-23 17:13:05','2021-12-01 00:00:00',1,1,'1','1','0','','','',NULL,'amazing-andaman-5-nights-6-days',NULL,NULL,NULL,0),(31,30097,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30097,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/reisen_tours_new_year_volvo_package_03_night_04_days_1638357285.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Manali is a high-altitude Himalayan resort town in India&amp;rsquo;s northern Himachal Pradesh state. It has a reputation as a backpacking center and honeymoon destination. Set on the Beas River, it&amp;rsquo;s a gateway for skiing in the Solang Valley and trekking in Parvati Valley. It&amp;#39;s also a jumping-off point for paragliding, rafting and mountaineering in the Pir Panjal mountains, home to 4,000m-high Rohtang Pass&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Manali\",\"DestinationPlacesSysId\":16593,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"NEW YEAR VOLVO PACKAGE 03 NIGHT 04 DAYS \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Bus\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2021-12-02\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489397,\"Name\":\"Nitesh hotel or Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21997,\"Title\":\"Evening check in the hotel and evening free\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214234\",\"Title\":\"Day 01:- Delhi \\u2013 Manali (550kms\\/12Hrs - Before one day overnight journey )\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arrival at Delhi , we will meet you and transfer to Manali . Evening check in the hotel and evening free .Dinner and overnight stay at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489397,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21997,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214235\",\"Title\":\"Day 02 : Manali Local Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After, Morning take breakfast .We will visit local places like Hadimba Devi Temple, Manu Temple, Vashisth Temple, Club house, Monasteries. Evening free to visit Mall Road or visit Local Sightseeing by Byke on Direct Payment Basis. Evening Return to Hotel. Dinner &amp; Overnight stay at hotel.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n1. Hadimba Devi Temple&ndash;<br \\/>\\r\\nIt chief central of interest in Manali, dedicated to the goddess Hadimba , the Wife of Bheema of Mahabharata Fame, This is wooden temple, In the dense forest of magnificent deodar, is about 2.5 Kms from the Mall. It is a pleasant stroll to the temple which was built in 1553 A.D.<br \\/>\\r\\n2. Vashisht Temple-<br \\/>\\r\\nVashisht (3.5 kms from Mall):- Hot Sulphur Water springs &ndash; Which is widely believed as an effective skin diseases healer and Posses various medical Properties. Nearby it is the pyramidal stone temple dedicated to vashisht Muni &amp; lord Rama temple.<br \\/>\\r\\n3. Tibetan-Monastery-<br \\/>\\r\\nTibetan Monastery (0.5 Kms):- This Gadhan Thekchoking Gompa dominates the Tibetan area builtin 1969. The main attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.<br \\/>\\r\\n4. Club House<br \\/>\\r\\nClub House (2 Kms from Mall):-&nbsp;Club house is famous for a amusement activities like skating, Disco Theque, auditorium etc.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489397,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":1781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1860,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214236\",\"Title\":\"Day 03 :Manali \\u2013 Solang Valley ( Snow Point)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>MMorning after Breakfast Full Day Sightseeing Solang Valley. Evening Free For leisure Activity Overnight stay at hotel Manali.<br \\/>\\r\\nSolang Valley-<br \\/>\\r\\nSolang Valley in Manali is located at a distance of 13 kms in a side valley at the top of the Kullu valley is a splendid valley between Solang village and Beas Kund. Solang valley offers the view of glaciers and snow-capped mountains and peaks. Solang Valley has fine ski slopes. The Mountaineering Institute of Manali has installed a ski lift for training purpose. Located here is a hut and guest house of the Mountaineering and Allied sports Institute, Manali. Now a few hotels have also come up. The winter skiing festival is organised in Solang Valley. Sking and Paragliding are two main activities are organised here. Apart from this many other adventure sports are available like Zorbing, Horse riding &amp; Snow Motor Bikes riding etc. Evening Return to Hotel. Dinner &amp; Overnight stay at hotel.<br \\/>\\r\\nPS: Rohtang Pass excursion is not included our package cost, due to Manali Taxi Union. It will be chargeable extra payable directly by the guests as per the taxi union permit.<br \\/>\\r\\nNote: Rohtang Pass will be closed on every Tuesday &amp; sightseeing tour will be possible on subject weather condition.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489397,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"214237\",\"Title\":\"Day 04:- Manali \\u2013 Delhi (550km ) 12-13 Hrs.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Morning after breakfast check out from hotel and proceed to Delhi. Drop at Delhi airport, railway station with onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"30097\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12100.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.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-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12100,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":24200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.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\":\"30097\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-05\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11550,\"priceDoubleOcc\":\"11550.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"214234\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214234],\"Remark\":[\"&lt;p&gt;BUS STAND TO MANALI HOTEL&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1,2\"]}},\"214235\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214235],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214236\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214236],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214237\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214237],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Manali','Manali,Himachal Pradesh,Indian Subcontinent,North India,India',NULL,'16593',11550,12100,3,NULL,NULL,NULL,2,'',0,'2021-12-02 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2021-12-02 12:31:40','2021-12-02 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'new-year-volvo-package-03-night-04-days',NULL,NULL,NULL,0),(32,30100,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30100,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir_-_captivating_kashmir_05_night_06_days_1638360788.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Srinagar is the largest city and the summer capital of Jammu and Kashmir, India. It lies in the Kashmir Valley on the banks of the Jhelum River, a tributary of the Indus, and Dal and Anchar lakes. The city is known for its natural environment, gardens, waterfronts and houseboats.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kashmir - Captivating Kashmir 05 Night 06 Days \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489403,\"Name\":\"Khyber Group of Houseboats or simialr in Srinagar.\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489404,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489407,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21999,\"Title\":\"Evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":88,\"Title\":\"Avantipur Temple Ruins\",\"Description\":\"One is a Shiva Temple, which is renovated and in daily use. The larger, the Avantiswami Temple is now a ruin. King Awantivarman, who ruled Kashmir from 853 to 888 AD built both temples and dedicated the larger, the Avantiswami Temple to the Hindu God Vishnu.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2995\\/thumb\\/Avantipur Ruins_766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22000,\"Title\":\"Evening is free for leisure activities.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489405,\"Name\":\"Hotel Green Heights\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9169005\",\"Long\":\"75.2881\",\"Address\":\"Main road, Srichen, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21999,\"Title\":\"Evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":88,\"Title\":\"Avantipur Temple Ruins\",\"Description\":\"One is a Shiva Temple, which is renovated and in daily use. The larger, the Avantiswami Temple is now a ruin. King Awantivarman, who ruled Kashmir from 853 to 888 AD built both temples and dedicated the larger, the Avantiswami Temple to the Hindu God Vishnu.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2995\\/thumb\\/Avantipur Ruins_766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22000,\"Title\":\"Evening is free for leisure activities.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489406,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21999,\"Title\":\"Evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":88,\"Title\":\"Avantipur Temple Ruins\",\"Description\":\"One is a Shiva Temple, which is renovated and in daily use. The larger, the Avantiswami Temple is now a ruin. King Awantivarman, who ruled Kashmir from 853 to 888 AD built both temples and dedicated the larger, the Avantiswami Temple to the Hindu God Vishnu.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2995\\/thumb\\/Avantipur Ruins_766.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22000,\"Title\":\"Evening is free for leisure activities.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214253\",\"Title\":\"Hotel: Itinerary Day 1 Khyber Group of Houseboats or simialr in Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Srinagar: On arrival at the Srinagar airport (on your own), you will be received by Company representative \\/ driver. Once you board your vehicle, you will proceed to the deluxe houseboat. Later in the evening proceed for shikara ride in Dal Lake. Dinner and overnight will be on board the houseboat. Lake. Dinner and overnight will be on board the houseboat<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489403,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214254\",\"Title\":\"Srinagar - Excursion to Sonmarg (90 kms \\/ 4 hours one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, depart for full day excursion to Sonmarg. Enjoy beautiful snow capped peaks and glaciers. Return to the hotel in Srinagar by evening. Dinner and overnight stay will be at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489404,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":21998,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214255\",\"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\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214256\",\"Title\":\"Srinagar - Pahalgam (110 kms \\/ 4 \\u00bd hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Today after breakfast, check out from Srinagar and proceed for Pahalgam. En route visit Avantipura Ruins. On arrival at Pahalgam, check in to your hotel. Evening is free for leisure activities. Dinner and overnight stay is at the hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489405,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":21999,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":88,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214257\",\"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\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214258\",\"Title\":\"Pahalgam - Gulmarg (140 kms \\/ 5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Gulmarg. On arrival, check into your hotel. Afternoon proceed for gondola ride up to first phase. Please note that no outside vehicle is allowed in Gulmarg. You need to take local vehicle \\/ Ponies on direct payment basis as local taxi union does not allow outside vehicle to do sightseeing. Driver will help you in booking local taxi \\/ Pony. Evening is free for leisure activities. Dinner and overnight will be at hotel in Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489406,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214259\",\"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\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214260\",\"Title\":\"Gulmarg - Srinagar (90 kms \\/ 3 \\u00bd hours one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Srinagar. On arrival, check into your hotel. Later enjoy local sightseeing of Srinagar covering the famous Mughal Gardens. Evening is free for shopping. Dinner and overnight stay is at the hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489407,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22001,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214261\",\"Title\":\"Srinagar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today after breakfast, check out from your hotel and proceed to Srinagar airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30100\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24090.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24090,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.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\":\"30100\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22995.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22995,\"priceDoubleOcc\":\"22995.00\",\"priceSingleOcc\":45990,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22995.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\":{\"214253\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214253],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214254\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214254],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214255\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214255],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214256\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214256],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214257\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214257],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214258\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214258],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214259\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214259],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214260\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214260],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214261\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214261],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg',NULL,'25897,20566,11197',22995,24090,5,NULL,NULL,NULL,2,'',0,'2021-12-10 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2021-12-10 13:49:29','2021-12-10 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kashmir-captivating-kashmir-05-night-06-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (33,30113,1,35,1,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30113,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/sri_lankan_paradise_6_nights_7_days_1638429587.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Sri Lanka, formerly known as Ceylon, and officially the Democratic Socialist Republic of Sri Lanka, is an island country in South Asia. It lies in the Indian Ocean, southwest of the Bay of Bengal, and southeast of the Arabian Sea; it is separated from the Indian subcontinent by the Gulf of Mannar and the Palk Strait.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Kandy\",\"SourcePlaceSysId\":13493,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Sri Lankan Paradise 6 Nights 7 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13493,\"Title\":\"Kandy\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489431,\"Name\":\"Lagone City kandy\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489432,\"Name\":\"Hotel Topaz Kandy\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.290153999999999\",\"Long\":\"80.624955\",\"Address\":\"Anniewatta Road, Kandy 20000, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489433,\"Name\":\"The Grand Kandyan Hotel\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.3029974\",\"Long\":\"80.63702479999999\",\"Address\":\"89, 10 Lady Gordon&#039;s Drive, Kandy 20000, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22014,\"Title\":\"Pinnawela Elephant\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22015,\"Title\":\"Ramboda Anjaneyar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22003,\"Title\":\"Ramboda Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":7.054507299999999,\"Long\":80.7055791,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22004,\"Title\":\"Ashoka Vatika\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7385,\"Title\":\"Seetha Amman Temple\",\"Description\":\"The Seetha Amman Temple is dedicated to Sita, the spouse of Lord Rama, arranged in the slopes of Nuwara Eliya, is treated with persevering dedication by Hindus, as it is thought to be the main such sanctuary on the planet. The temple is based in the Seetha Eliya village also called Sita Eliya. It is found five kilometers along the street from Nuwara Eliya to Kandy. History has it this is where King Ravana held Sita imprisoned. It is seen in highly esteem by hindu followers.\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19797\\/sightseeing\\/1748_1542086713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8049,\"Title\":\"Cinnamon Gardens\",\"Description\":\"Cinnamon Gardens is an affluent neighbourhood of Colombo, Sri Lanka located 3 kilometers south-east from Colombo&amp;#039;s centre. Cinnamon Gardens is named from the former cinnamon plantation in this area. In the year 1789, there were 289 acres of cinnamon trees in the gardens.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.542,\"Long\":79.514,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Cinnamon_Gardens_6689_1546688379.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489463,\"Name\":\"Mount Breeze\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.8404855\",\"Long\":\"79.8632312\",\"Address\":\"No: 22\\/5A Off De Saram Rd, Dehiwala-Mount Lavinia 10350, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489464,\"Name\":\"Fairway Colombo\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.934011999999999\",\"Long\":\"79.843948\",\"Address\":\"7 Hospital St, Colombo 00100, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489465,\"Name\":\"Marino Beach Colombo\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.900206799999999\",\"Long\":\"79.8522756\",\"Address\":\"590 Marine Drive, Colombo 00300, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22014,\"Title\":\"Pinnawela Elephant\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22015,\"Title\":\"Ramboda Anjaneyar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22003,\"Title\":\"Ramboda Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":7.054507299999999,\"Long\":80.7055791,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22004,\"Title\":\"Ashoka Vatika\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7385,\"Title\":\"Seetha Amman Temple\",\"Description\":\"The Seetha Amman Temple is dedicated to Sita, the spouse of Lord Rama, arranged in the slopes of Nuwara Eliya, is treated with persevering dedication by Hindus, as it is thought to be the main such sanctuary on the planet. The temple is based in the Seetha Eliya village also called Sita Eliya. It is found five kilometers along the street from Nuwara Eliya to Kandy. History has it this is where King Ravana held Sita imprisoned. It is seen in highly esteem by hindu followers.\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19797\\/sightseeing\\/1748_1542086713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8049,\"Title\":\"Cinnamon Gardens\",\"Description\":\"Cinnamon Gardens is an affluent neighbourhood of Colombo, Sri Lanka located 3 kilometers south-east from Colombo&amp;#039;s centre. Cinnamon Gardens is named from the former cinnamon plantation in this area. In the year 1789, there were 289 acres of cinnamon trees in the gardens.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.542,\"Long\":79.514,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Cinnamon_Gardens_6689_1546688379.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":2949,\"Title\":\"Bentota\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489446,\"Name\":\"Blue Beach Island\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"5.960741100000001\",\"Long\":\"80.7199414\",\"Address\":\"Nilwella Rd, Nilwella, Sri Lanka\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489448,\"Name\":\"earls reef\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.4647318\",\"Long\":\"79.9750955\",\"Address\":\"Maradana Rd, Beruwala, Sri Lanka\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489451,\"Name\":\"citrus  bentota\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22014,\"Title\":\"Pinnawela Elephant\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22015,\"Title\":\"Ramboda Anjaneyar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22003,\"Title\":\"Ramboda Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":7.054507299999999,\"Long\":80.7055791,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22004,\"Title\":\"Ashoka Vatika\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7385,\"Title\":\"Seetha Amman Temple\",\"Description\":\"The Seetha Amman Temple is dedicated to Sita, the spouse of Lord Rama, arranged in the slopes of Nuwara Eliya, is treated with persevering dedication by Hindus, as it is thought to be the main such sanctuary on the planet. The temple is based in the Seetha Eliya village also called Sita Eliya. It is found five kilometers along the street from Nuwara Eliya to Kandy. History has it this is where King Ravana held Sita imprisoned. It is seen in highly esteem by hindu followers.\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19797\\/sightseeing\\/1748_1542086713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8049,\"Title\":\"Cinnamon Gardens\",\"Description\":\"Cinnamon Gardens is an affluent neighbourhood of Colombo, Sri Lanka located 3 kilometers south-east from Colombo&amp;#039;s centre. Cinnamon Gardens is named from the former cinnamon plantation in this area. In the year 1789, there were 289 acres of cinnamon trees in the gardens.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.542,\"Long\":79.514,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Cinnamon_Gardens_6689_1546688379.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":19797,\"Title\":\"Nuwara Eliya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489434,\"Name\":\"Gregorys Bungalow\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.9562858\",\"Long\":\"80.7844358\",\"Address\":\"07 Upper Lake Rd, Labugolla 58400, Sri Lanka\"},\"Images\":[],\"CityId\":19797,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489436,\"Name\":\"Galway Heights Hotel\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.9650607\",\"Long\":\"80.78102679999999\",\"Address\":\"Upper Lake Rd, Nuwara Eliya 22200, Sri Lanka\"},\"Images\":[],\"CityId\":19797,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489439,\"Name\":\"Golden Ridge  Nuwara Eliya\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":19797,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22014,\"Title\":\"Pinnawela Elephant\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22015,\"Title\":\"Ramboda Anjaneyar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22003,\"Title\":\"Ramboda Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":7.054507299999999,\"Long\":80.7055791,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22004,\"Title\":\"Ashoka Vatika\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7385,\"Title\":\"Seetha Amman Temple\",\"Description\":\"The Seetha Amman Temple is dedicated to Sita, the spouse of Lord Rama, arranged in the slopes of Nuwara Eliya, is treated with persevering dedication by Hindus, as it is thought to be the main such sanctuary on the planet. The temple is based in the Seetha Eliya village also called Sita Eliya. It is found five kilometers along the street from Nuwara Eliya to Kandy. History has it this is where King Ravana held Sita imprisoned. It is seen in highly esteem by hindu followers.\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19797\\/sightseeing\\/1748_1542086713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8049,\"Title\":\"Cinnamon Gardens\",\"Description\":\"Cinnamon Gardens is an affluent neighbourhood of Colombo, Sri Lanka located 3 kilometers south-east from Colombo&amp;#039;s centre. Cinnamon Gardens is named from the former cinnamon plantation in this area. In the year 1789, there were 289 acres of cinnamon trees in the gardens.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.542,\"Long\":79.514,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Cinnamon_Gardens_6689_1546688379.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214334\",\"Title\":\"Airport - Pinnawala - Kandy:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in Sri Lanka and transfer to Kandy. (Travel time approx: 03 and &amp;frac12; hrs) En route visit *Pinnawela Elephant Orphanage - App. 55 miles from Colombo, off the Colombo - Kandy road is Pinnawela, where an orphanage was started in 1975 to house the abandoned and the wounded elephants. The number of elephants has increased to started in 1975 to house the abandoned and the wounded elephants. The number of elephants has increased to more than 65 now; including Baby Elephants brought from various parts, as well as the 23 babies born, as a result of the captive breeding programme. The best time to visit is the feeding time from 0930-1000 hrs and 1330-1400 hrs and the bathing time from 1000-1030 hrs and 1400-1430 hrs when all the elephants are taken to the river close by. Overnight stay at a Hotel in Kandy&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489431,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489432,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489433,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22014,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214337\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"214340\",\"Title\":\"Kandy - Nuwara Eliya\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Breakfast at the Hotel. Today morning you will be going to Nuwara Eliya (Travel time approx: 02 and 1\\/2hrs) Visit *Peradeniya Royal Botanical Garden Continue to *Nuwara Eliya En route visit Ramboda Anjaneyar Temple, Tea *Peradeniya Royal Botanical Garden Continue to *Nuwara Eliya En route visit Ramboda Anjaneyar Temple, Tea Plantation and Ramboda Falls On arrival to Nuwara Eliya, leisure @ the hotel Overnight stay at a Hotel in Nuwara Eliya&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489436,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489439,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22015,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22003,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214343\",\"Title\":\"Nuwara Eliya\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Breakfast at the Hotel Afternoon proceed to Nuwara Eliya and enjoy the scenic beauty of hill country *Nuwara Eliya - The &amp;#39;Little England&amp;#39; of Sri Lanka, is set against beautiful backdrops of Mountains, Valleys, Waterfalls and Tea Plantations. It is supposed to be one of the coolest places in the Island, but it is really just like an English spring day, although the temperature does drop at night. All around Nuwara Eliya you will see evidence of the British day, although the temperature does drop at night. All around Nuwara Eliya you will see evidence of the British influence, houses like country cottages or Queen Ann style mansions. The Victoria Park, in the middle of the town, is a lovely place for a stroll or a picnic and is also good for Birding as you get some rare birds in this Park. Seasons may be absent elsewhere in Sri Lanka, but here you can read them by the flowers, which bloom in the spring (March to May) and the fall (August and September). These are the &amp;quot;seasons&amp;quot; when low-country folk flock to Nuwara Eliya to escape the sea level heat and humidity. Visit *Seetha Amman Temple \\/ Ashoka Vatika Overnight stay at a Hotel in Nuwara Eliya&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489436,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489439,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7385,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214346\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"214358\",\"Title\":\"Nuwara Eliya - Bentota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast at the Hotel.Proceed to *Bentota (Travel time approx: 06hrs). Arrive in the Hotel and Check in Overnight stay at a Hotel in Bentota&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489451,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"214361\",\"Title\":\"Bentota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Breakfast at the hotel. Commence a city tour and sightseeing at Bentota - *Maadu River Ride \\/ Kosgoda Turtle Hatchery \\/ Bentota Water Sports (Jet Ski, Banana Ride and Tube Ride) Overnight stay at a Hotel in Bentota&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489451,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22007,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22008,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214364\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"214367\",\"Title\":\"Bentota - Colombo\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;*Colombo - a drive through the city taking you to the busy commercial areas as well as the tree-lined residential, Cinnamon Gardens. Visit Fort, the former British administrative center and military garrison, Sea Street - the Goldsmith&amp;#39;s quarters in the heart of Pettah, the Bazaar area, where is also a Hindu Temple with elaborate stone carvings, and the Dutch Church of Wolfendhal dating back to 1749. Also visit the BMICH, see the replica of Avukana Buddha and the Independence Square. *Shopping in Colombo.......visit *ODEL Unlimited provides ample opportunity indulge, not only in shopping for designer wear apparel for the whole family, but also take taste buds on a voyage of discovery. Overnight stay at a Hotel in Colombo Overnight stay at a Hotel in Colombo&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489463,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489464,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22012,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8049,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22013,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214370\",\"Title\":\"Colombo - Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Breakfast at the Hotel After Breakfast you will be transferred to the airport for your departure flight back to India. End of Tour and services.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30113\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42402.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42403,\"priceDoubleOcc\":\"42402.80\",\"priceSingleOcc\":84805.6,\"priceExtraBed\":\"33921.80\",\"priceWithoutBed\":\"29681.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42402.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29681.3,\"CEB\":33921.8,\"COSTDO\":42402.8,\"COSTSO\":84805.6,\"CostQuad\":null,\"ACEB\":42402.8,\"COSTTO\":42402.8}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30114\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49200.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49201,\"priceDoubleOcc\":\"49200.80\",\"priceSingleOcc\":98401.6,\"priceExtraBed\":\"39360.20\",\"priceWithoutBed\":\"34439.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49200.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34439.9,\"CEB\":39360.2,\"COSTDO\":49200.8,\"COSTSO\":98401.6,\"CostQuad\":null,\"ACEB\":49200.8,\"COSTTO\":49200.8}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30115\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56100.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56100,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":112200,\"priceExtraBed\":\"44880.00\",\"priceWithoutBed\":\"39270.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39270,\"CEB\":44880,\"COSTDO\":56100,\"COSTSO\":112200,\"CostQuad\":null,\"ACEB\":56100,\"COSTTO\":56100}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30113\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40475.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40475,\"priceDoubleOcc\":\"40475.40\",\"priceSingleOcc\":80950.8,\"priceExtraBed\":\"32379.90\",\"priceWithoutBed\":\"28332.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40475.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28332.15,\"CEB\":32379.9,\"COSTDO\":40475.4,\"COSTSO\":80950.8,\"CostQuad\":null,\"ACEB\":40475.4,\"COSTTO\":40475.4}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30114\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46964.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46964,\"priceDoubleOcc\":\"46964.40\",\"priceSingleOcc\":93928.8,\"priceExtraBed\":\"37571.10\",\"priceWithoutBed\":\"32874.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46964.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32874.45,\"CEB\":37571.1,\"COSTDO\":46964.4,\"COSTSO\":93928.8,\"CostQuad\":null,\"ACEB\":46964.4,\"COSTTO\":46964.4}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30115\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53550,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":107100,\"priceExtraBed\":\"42840.00\",\"priceWithoutBed\":\"37485.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":37485,\"CEB\":42840,\"COSTDO\":53550,\"COSTSO\":107100,\"CostQuad\":null,\"ACEB\":53550,\"COSTTO\":53550}]}]}]}}]}]},\"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\":{\"214334\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214334],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214337\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214337],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214340\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214340],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214343\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214346\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214346],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214358\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214358],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214361\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214364\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214364],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214367\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214370\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[214370],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Kandy,Colombo,Bentota,Nuwara Eliya','Kandy,Indian Subcontinent,Sri Lanka,Nuwara Eliya,Bentota,Colombo','','13493,6689,2949,19797',40475,56100,6,'',NULL,'[{\"day\":1,\"images\":\"Sri Lanka.jpg\"},{\"day\":2,\"images\":\"Sri Lanka (1).jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Sri Lanka (2).jpg\"},{\"day\":5,\"images\":\"Sri Lanka (4).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Sri Lanka (3).jpg\"}]',2,'',0,'2022-12-01 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Sri Lanka','200','2023-06-23 17:13:05','2022-12-01 00:00:00',1,1,'1','1','0','','','Book Sri Lanka Tour Packages',NULL,'sri-lankan-paradise-6-nights-7-days',NULL,NULL,NULL,0),(34,30092,1,35,0,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\":35,\"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-03\",\"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\":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}]}},{\"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}]}}]},\"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;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&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,Gulmarg,Pahalgam','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg','','25897,11197,20566',20738,51217,6,'34_1668578975_0.jpg',NULL,NULL,2,'',0,'2021-12-03 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-12-01 10:29:45','2021-12-03 00:00:00',1,1,'0','0','0','','','',NULL,'exotic-kashmir',NULL,NULL,NULL,0),(35,28885,1,35,0,0,0,'Honeymoon,Adventure,Romantic,Shopping and Nightlife,By Cab,Group Tours,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":28885,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/switzerl\\u00e2\\u20ac\\u201c_austria_16_days_1632900983.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Australia is&amp;nbsp;an island continent&amp;nbsp;and the world&amp;#39;s sixth-largest country (7,682,300 sq km). Lying between the Indian and Pacific oceans, the country is approximately 4,000 km from east to west and 3,200 km from north to south, with a coastline 36,735 km long. Canberra is Australia&amp;#39;s capital city.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Vienna\",\"DestinationPlacesSysId\":28729,\"SourcePlaces\":\"Engelberg\",\"SourcePlaceSysId\":8778,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Switzerland \\u00e2\\u20ac\\u201c Austria: 16 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,Romantic,Shopping and Nightlife,By Cab,Group Tours,Day Tour\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"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\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":35528,\"Title\":\"Salzburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":35528,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28729,\"Title\":\"Vienna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28729,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16022,\"Title\":\"Lucerne\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16022,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":34642,\"Title\":\"Lugano\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34642,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":12756,\"Title\":\"Interlaken\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12756,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.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\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.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\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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\":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\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205950\",\"Title\":\"Zurich &acirc;&euro;&ldquo; Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in Zurich and transfer to your hotel in Engelberg.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The rest of the day is free at leisure.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"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\":\"205951\",\"Title\":\"Engelberg (Mt.Titlis) &acirc;&euro;&ldquo; Lucerne Cruise - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast at your hotel, we take you on one of the most memorable experiences of visiting Mt. Titlis.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Adventure awaits you in a sensational cable car ride up to Mt. Titlis.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marvel at the world&amp;rsquo;s first revolving cable-car ride, a truly once-in-a-lifetime experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Remain spellbound as you ascend the snow-clad mountains.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Experience the snow and ice on top of Mt. Titlis, also a chance to ride, &amp;lsquo;Ice Flyer&amp;rsquo;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;At 3,020 meters a breathtaking panorama unfolds.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later evening enjoys a cruise on Lake Lucerne.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"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\":7625,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8902,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5103,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7734,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205952\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"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\":\"205953\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Lugano &acirc;&euro;&ldquo; Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast depart for Lugano to visit Swiss Miniature Park &amp;amp; Scenic Lake Lugano.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On the way to Lugano, we are passing through an 18 Km long tunnel of St.Gothard which is known as Gothard Pass.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrive Lugano &amp;amp; Visit Swiss Miniature.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If you want to have an overview of Switzerland and spend a nice time in a wonderful region, don&amp;#39;t miss Swiss miniature, an exciting place and a must-see attraction for everyone visiting this beautiful country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later visit the beautiful Lake of Lugano.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Depart back to the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34642,\"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\":7734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15663,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205954\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34642,\"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\":\"205955\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Grindelwald (Mt.Jungfraujoch) - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;This morning, after breakfast, proceed for an adventurous ride to visit Jungfraujoch &amp;ndash; the Top of Europe, for a memorable encounter with snow and ice.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will be amazed at the scenic splendor that you see from aboard the &amp;lsquo;cogwheel train, which takes you to a height of 3,454 meters to reach Jungfraujoch.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the Ice Palace on top of the longest glacier in the Alps.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A visit to the Sphinx is also included.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12756,\"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\":15664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7613,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205956\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12756,\"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\":\"205957\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Schilthorn &acirc;&euro;&ldquo; Interlaken - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, depart to visit Schilthorn.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later, we visit Interlaken, a charming city nestled between two lakes and surrounded by the splendid Bernese Oberland Mountains.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Treasure these wonderful moments and later evening drive back to your hotel.&lt;\\/p&gt;\\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\"}],\"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\":\"205958\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Rhine Falls &acirc;&euro;&ldquo; Zurich &acirc;&euro;&ldquo; Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, depart to visit the magnificent Rhine Falls. Later afternoon Visit Zurich City. Enjoy your time on Bahnhofstrasse.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The main shopping zone is concentrated in the city center, which makes it ideal for pedestrians.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The famous Bahnhofstrasse - one of the most beautiful shopping areas in Europe - is a must. Elegant fashion stores, department stores, boutiques with top quality products (shoes, furs, accessories, porcelain, jewelry, and watches), banks, and pastry shops.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\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\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205959\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Gstaad - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Post breakfast, depart for a full-day excursion to &amp;ldquo;Glacier 3000&amp;rdquo;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Welcome to &amp;ldquo;Glacier 3000&amp;rdquo; the year around destination for snow sports fans &amp;amp; one-day Excursions.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In addition to snow sports, you will experience the glacier in many different ways.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy the beautiful countryside on the sled pulled by a team of huskies &amp;amp; take a tour with the snow bus.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also, enjoy the fast ride on the Alpine coaster which will increase your adrenaline level in no time.&lt;\\/p&gt;\\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\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7734,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205960\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\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\":\"205961\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Geneva &acirc;&euro;&ldquo; Montreux &acirc;&euro;&ldquo; Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast at your hotel, proceed further for a tour of Geneva.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It&amp;rsquo;s Includes Jet De Eau famous water fountain on the lake, Head Quarters like WHO, ILO, Red Cross, UNICEF &amp;amp; Broken chair.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later visit Montreux, the beautiful city on lake lemon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later transfer to the hotel.&lt;\\/p&gt;\\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\"}],\"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\":\"205962\",\"Title\":\"Engelberg &acirc;&euro;&ldquo; Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;After breakfast, Check out and depart to visit Innsbruck.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrive in Innsbruck and enjoy the beauties of the charming city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Berg Isel ski jump, Wilten Basilica, Maria-Theresien-Street, and the Old Town, with its famous Golden Roof.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\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\"}],\"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\":\"205963\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\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\":\"205964\",\"Title\":\"Innsbruck &acirc;&euro;&ldquo; Wattens &acirc;&euro;&ldquo; Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;After breakfast, drive through the Inn Valley to Wattens to visit the world-famous Swarovski Crystal Worlds, where you can admire crystal works of art by many famous artists (e.g. Salvador Dali).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Experience a view of the surreal landscape of a glittering galaxy, the inside of a crystal dome with changing patterns of light and sound.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205965\",\"Title\":\"Innsbruck &acirc;&euro;&ldquo; Salzburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;After breakfast, Check out and depart to visit Salzburg, where spires and domes rise in the shadow of Hohensalzburg Castle, one of the largest medieval fortresses in Europe.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Admire the city featured in &amp;lsquo;The Sound of Music&amp;rsquo; during your tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;View Mozart&amp;rsquo;s birthplace and family house in the picturesque Getreidegasse, and the Domplatz dominated by Salzburg Cathedral.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205966\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"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\":\"205967\",\"Title\":\"Salzburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;After breakfast depart for the Journey through the Bavarian Alps, via the Alpenstrasse, along the King&amp;#39;s Lake River to the Obersalzberg - famous for Hitler&amp;#39;s retreat, the Eagle&amp;#39;s Nest.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Here, the highlight of your tour awaits as you tour the 450-year-old salt mines.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Wearing traditional miners&amp;#39; clothes, you enter the mines and hear historic as well as legendary tales of the fascinating underground world.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205968\",\"Title\":\"Salzburg &acirc;&euro;&ldquo; Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"&lt;p&gt;After breakfast, check out and depart to Vienna.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrive in Vienna and the rest of the Day is free at Leisure.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":\"205969\",\"Title\":\"Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"&lt;p&gt;After breakfast enjoy Vienna city sightseeing&amp;rsquo;s.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We drive through the &lt;strong&gt;City Park&lt;\\/strong&gt;, the &lt;strong&gt;Austrian&amp;nbsp;Mint&lt;\\/strong&gt;, and the &lt;strong&gt;Hundertwasserhaus&lt;\\/strong&gt; on the way to the &lt;strong&gt;Prater Amusement Park&lt;\\/strong&gt; with the &lt;strong&gt;Giant Ferris Wheel&lt;\\/strong&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We then show you to the &lt;strong&gt;Danube Island&lt;\\/strong&gt; and the &lt;strong&gt;Copa Cagrana&lt;\\/strong&gt;, the &lt;strong&gt;Danube Park&lt;\\/strong&gt;, the &lt;strong&gt;Danube Tower&lt;\\/strong&gt; and the &lt;strong&gt;United Nations headquarters&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":15565,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15552,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6158,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15562,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205970\",\"Title\":\"Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"&lt;p&gt;After breakfast, enjoy the tour of Schonbrunn Palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can experience the luxurious splendor of the Great Gallery, the Oriental charm of the Chinese Cabinets as well as the astonishingly modest style of decoration in Emperor Franz Joseph&amp;#39;s private suite.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Yellow Salon contains a precious secretary - the only object at Sch&amp;ouml;bnrunn that once belonged to Queen Marie Antoinette of France, who was guillotined in 1793. Later,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;the magnificent Hall of Ceremonies, the imposing Gobelin Salon with its exquisite Brussels tapestries as well as the room knew on Maria Theresia&amp;#39;s time as the Feketin Room later renamed the Millions Room on account of its precious paneling of rare rosewood.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":15565,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15552,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6158,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15562,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15549,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3904,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15550,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15547,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15551,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205971\",\"Title\":\"Vienna &acirc;&euro;&ldquo; India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"&lt;p&gt;After Breakfast, check out and depart to Vienna airport to board your flight for onwards destination.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":\"28885\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"324821.12\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":378958,\"priceDoubleOcc\":\"324821.12\",\"priceSingleOcc\":819205.35,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":324821.12,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":3746.6,\"COSTSO\":9449,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":397269,\"priceDoubleOcc\":\"352286.91\",\"priceSingleOcc\":846671.1399999999,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":352286.91,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":4063.4,\"COSTSO\":9765.8,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":389703,\"priceDoubleOcc\":\"340938.20\",\"priceSingleOcc\":835322.4299999999,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":340938.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":3932.5,\"COSTSO\":9634.9,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":424035,\"priceDoubleOcc\":\"392436.56\",\"priceSingleOcc\":886820.79,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":392436.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":4526.5,\"COSTSO\":10228.9,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":492000,\"priceDoubleOcc\":\"494384.23\",\"priceSingleOcc\":988768.46,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":494384.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":5702.4,\"COSTSO\":11404.8,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":492000,\"priceDoubleOcc\":\"494384.23\",\"priceSingleOcc\":988768.46,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":494384.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3847.8,\"CEB\":5132.6,\"COSTDO\":5702.4,\"COSTSO\":11404.8,\"CostQuad\":null,\"ACEB\":5619.9,\"COSTTO\":5619.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28885\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"310056.53\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":361733,\"priceDoubleOcc\":\"310056.53\",\"priceSingleOcc\":781968.75,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":310056.53,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":3576.3,\"COSTSO\":9019.5,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":379211,\"priceDoubleOcc\":\"336273.87\",\"priceSingleOcc\":808186.09,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":336273.87,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":3878.7,\"COSTSO\":9321.9,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":371989,\"priceDoubleOcc\":\"325441.01\",\"priceSingleOcc\":797353.23,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":325441.01,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":3753.75,\"COSTSO\":9196.95,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":404761,\"priceDoubleOcc\":\"374598.54\",\"priceSingleOcc\":846510.76,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":374598.54,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":4320.75,\"COSTSO\":9763.95,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":469636,\"priceDoubleOcc\":\"471912.22\",\"priceSingleOcc\":943824.44,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":471912.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":5443.2,\"COSTSO\":10886.4,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":469636,\"priceDoubleOcc\":\"471912.22\",\"priceSingleOcc\":943824.44,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":471912.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":3672.9,\"CEB\":4899.3,\"COSTDO\":5443.2,\"COSTSO\":10886.4,\"CostQuad\":null,\"ACEB\":5364.45,\"COSTTO\":5364.45}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;&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;\\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;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;&lt;strong&gt;8 Nights accomodation in Engelberg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;2 Nights&amp;#39; accommodation in Innsbruck.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;2 Nights&amp;#39; accommodation in Salzburg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Nights&amp;#39; accommodation in Vienna.&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;Mt.Jungfraujoch.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt.Titlis.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Glacier 3000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Schilthorn.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Interlaken.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cruise on Lake Lucerne.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Rhine Falls.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Zurich tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Geneva.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Swarovski Crystal Museum and Showroom.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Innsbruck City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided Salzburg city Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Bavarian Mountains and Salt-Mines Tour from Salzburg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Vienna Guided City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided tour of Schonbrunn Palace in Vienna.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205950\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205950],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205951\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205951],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205952\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205952],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205953\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205953],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205954\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205954],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205955\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205955],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205956\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205956],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205957\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205957],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205958\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205958],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205959\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205959],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205960\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205960],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205961\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205961],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205962\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[205962],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205963\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205963],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205964\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205964],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205965\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205965],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205966\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205966],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205967\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205967],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205968\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[205968],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205969\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[205969],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205970\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[205970],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205971\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[205971],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Innsbruck,Salzburg,Vienna,Lucerne,Lugano,Interlaken,Engelberg','Lucerne,Switzerland,Lugano,Interlaken,Engelberg,Innsbruck,Eastern Europe,Austria,Salzburg,Vienna,Wattens',NULL,'12747,35528,28729,16022,34642,12756,8778',310057,494384,15,NULL,NULL,NULL,2,'',0,'2022-12-01 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Austria,Switzerland','14,210','2022-12-09 18:13:42','2022-12-01 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'switzerland-–-austria:-16-days',NULL,NULL,NULL,0),(36,30159,1,35,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30159,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/magical_kerala_5_nights_6_days_1638535576.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, a state on India&amp;#39;s tropical Malabar Coast, has nearly 600km of Arabian Sea shoreline. It&amp;#39;s known for its palm-lined beaches and backwaters, a network of canals. Inland are the Western Ghats, mountains whose slopes support tea, coffee and spice plantations as well as wildlife. National parks like Eravikulam and Periyar, plus Wayanad and other sanctuaries, are home to elephants, langur monkeys and tigers.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Magical kerala 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489555,\"Name\":\"Clouds Valley Leisure Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0746742\",\"Long\":\"77.0616127\",\"Address\":\"Kannan Devan Hills, Moolakadai, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489556,\"Name\":\"Windermere Estate\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0548838\",\"Long\":\"77.0677068\",\"Address\":\"Pothamedu Pothamedu, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489557,\"Name\":\"Clouds Valley Leisure Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0746742\",\"Long\":\"77.0616127\",\"Address\":\"Kannan Devan Hills, Moolakadai, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489558,\"Name\":\"Blanket Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.051616\",\"Long\":\"77.057221\",\"Address\":\"Attukad Waterfalls, Aluva - Munnar Rd, Pallivasal, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22053,\"Title\":\"Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22054,\"Title\":\"endangered Nilgiri Tahr\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22082,\"Title\":\"A visit to Periyar provides you the opportunity to see wildlife at close ranges, besides the varied vegetation and a wide variety of birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22083,\"Title\":\"You may enjoy boating, swimming, fishing; meditation and yoga or go on sightseeing tours. The tour itinerary includes tours to the Kumarakom Bird Sanctuary.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":14578,\"Title\":\"Kumarakom\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489681,\"Name\":\"Oxygen Resorts Alleppey\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.500718299999997\",\"Long\":\"76.3493677\",\"Address\":\"Finishing Point Road, Thathampally, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\" 2N STANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489682,\"Name\":\"Niraamaya Retreats Backwaters and Beyond\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.610192799999998\",\"Long\":\"76.43191829999999\",\"Address\":\"Pallichira Road, Vayitharamattom, Kumarakom, Kerala 686563, India\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489683,\"Name\":\"Ramada by Wyndham Alleppey\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.502653299999999\",\"Long\":\"76.3518607\",\"Address\":\"Nehru Trophy Boat Race Finishing Point Stadium, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22053,\"Title\":\"Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22054,\"Title\":\"endangered Nilgiri Tahr\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22082,\"Title\":\"A visit to Periyar provides you the opportunity to see wildlife at close ranges, besides the varied vegetation and a wide variety of birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22083,\"Title\":\"You may enjoy boating, swimming, fishing; meditation and yoga or go on sightseeing tours. The tour itinerary includes tours to the Kumarakom Bird Sanctuary.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489561,\"Name\":\"Holiday Vista Luxury Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.606565\",\"Long\":\"77.16543419999999\",\"Address\":\"1\\/594, Kottayam - Kumily Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489562,\"Name\":\"Kofiland\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6112317\",\"Long\":\"77.14731909999999\",\"Address\":\"NH 220, Kottayam - Kumily Rd, Springvalley, Periyar, Kerala 685533, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":489680,\"Name\":\"The Elephant Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6026504\",\"Long\":\"77.17148809999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22053,\"Title\":\"Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22054,\"Title\":\"endangered Nilgiri Tahr\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22082,\"Title\":\"A visit to Periyar provides you the opportunity to see wildlife at close ranges, besides the varied vegetation and a wide variety of birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22083,\"Title\":\"You may enjoy boating, swimming, fishing; meditation and yoga or go on sightseeing tours. The tour itinerary includes tours to the Kumarakom Bird Sanctuary.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214672\",\"Title\":\"Arrival Cochin - Transfer to Munnar (140 kms \\/ 4 hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Drive to Munnar, arrive by the afternoon. Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489557,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"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\":22053,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214675\",\"Title\":\"Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today morning after breakfast visit Mattupetty dam which has an artificial lake built by a small hydroelectric project. Echo Point is known for the natural echo affect it produces. Tea Museum (Closed on Mondays) explains about the processing of tea and history of Munnar and Eravikulam National Park is known as the natural habitat of processing of tea and history of Munnar and Eravikulam National Park is known as the natural habitat of endangered Nilgiri Tahr. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489557,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"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\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22054,\"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\":\"214678\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"214683\",\"Title\":\"Munnar - Thekkady (110 kms \\/ 4 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast drive through spice gardens to Thekkady. On arrival in Thekkady Check in to hotel. Thekkady houses one of world&amp;#39;s most fascinating natural wildlife sanctuaries. A visit to Periyar provides you the opportunity to see wildlife at close ranges, besides the varied vegetation and a wide variety of birds. Lying at an altitude of 700-1900 m above sea level, Periyar has a cool and comfortable climate. Out here, you can also go for treks and 700-1900 m above sea level, Periyar has a cool and comfortable climate. Out here, you can also go for treks and mountain walks or visit spice plantation or elephant rides or enjoy boat ride at Lake Periyar (On direct payment basis)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489561,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489680,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"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\":22082,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214686\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"214689\",\"Title\":\"hekkady -Alleppey \\/ Kottayam (130 kms \\/4 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Kumarakom \\/ Alleppey and arrive by the afternoon Check into the hotel and enjoy rest of the day at leisure or take an optional cruise on the backwaters. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489681,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"2N STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489682,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489683,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"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\":\"214692\",\"Title\":\"Alleppey \\/ Kottayam\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;There is a hoard of things that you may choose to do during the first half of the Day. You may enjoy boating, swimming, fishing; meditation and yoga or go on sightseeing tours. The tour itinerary includes tours to the Kumarakom Bird Sanctuary. You spend the rest of the evening at leisure and stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489681,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"2N STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489682,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":489683,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"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\":22083,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214695\",\"Title\":\"Alleppey \\/ Kottayam - Cochin (95 Kms\\/2.5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Cochin and transfer to airport\\/railway station for your onward journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30159\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20348.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20349,\"priceDoubleOcc\":\"20348.90\",\"priceSingleOcc\":40697.8,\"priceExtraBed\":\"16278.90\",\"priceWithoutBed\":\"14245.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20348.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14245,\"CEB\":16278.9,\"COSTDO\":20348.9,\"COSTSO\":40697.8,\"CostQuad\":null,\"ACEB\":20348.9,\"COSTTO\":20348.9}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30160\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28598.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"22878.90\",\"priceWithoutBed\":\"20020.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28598.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20020,\"CEB\":22878.9,\"COSTDO\":28598.9,\"COSTSO\":57197.8,\"CostQuad\":null,\"ACEB\":28598.9,\"COSTTO\":28598.9}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30161\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57638.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57639,\"priceDoubleOcc\":\"57638.90\",\"priceSingleOcc\":115277.8,\"priceExtraBed\":\"46112.00\",\"priceWithoutBed\":\"40348.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57638.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40348,\"CEB\":46112,\"COSTDO\":57638.9,\"COSTSO\":115277.8,\"CostQuad\":null,\"ACEB\":57638.9,\"COSTTO\":57638.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30159\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19423.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19424,\"priceDoubleOcc\":\"19423.95\",\"priceSingleOcc\":38847.9,\"priceExtraBed\":\"15538.95\",\"priceWithoutBed\":\"13597.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19423.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13597.5,\"CEB\":15538.95,\"COSTDO\":19423.95,\"COSTSO\":38847.9,\"CostQuad\":null,\"ACEB\":19423.95,\"COSTTO\":19423.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30160\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27298.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"21838.95\",\"priceWithoutBed\":\"19110.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27298.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19110,\"CEB\":21838.95,\"COSTDO\":27298.95,\"COSTSO\":54597.9,\"CostQuad\":null,\"ACEB\":27298.95,\"COSTTO\":27298.95}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30161\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55018.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55019,\"priceDoubleOcc\":\"55018.95\",\"priceSingleOcc\":110037.9,\"priceExtraBed\":\"44016.00\",\"priceWithoutBed\":\"38514.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55018.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38514,\"CEB\":44016,\"COSTDO\":55018.95,\"COSTSO\":110037.9,\"CostQuad\":null,\"ACEB\":55018.95,\"COSTTO\":55018.95}]}]}]}}]}]},\"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\":{\"214672\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214672],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214675\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214675],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214678\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214678],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214683\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214683],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214686\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214686],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214689\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214689],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214692\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214692],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214695\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Munnar,Kumarakom,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Kumarakom',NULL,'18697,14578,27156',19424,57639,5,NULL,NULL,NULL,2,'',0,'2022-12-01 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-12-01 15:54:19','2022-12-01 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'magical-kerala-5-nights-6-days',NULL,NULL,NULL,0),(37,30247,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":30247,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/02_night_03_days_vaishno_devi_1638872063.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The journey to the Holy Shrine of Mata Vaishno Devi is an enchanting journey of the places where Mata Vaishnavi had spent some time while observing various spiritual disciplines and penances. The culmination of this journey is at the Holy Cave where She merged Her Human form with the astral form of Her creators, the three Supreme Energies.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jammu\",\"DestinationPlacesSysId\":13021,\"SourcePlaces\":\"Jammu\",\"SourcePlaceSysId\":13021,\"AgencyName\":\"Reisen Tours\",\"Name\":\"02 Night 03 Days Vaishno devi\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7544\",\"SupplierName\":\"My tour My Choice Pvt Ltd \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Train Station Transfers\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2021-12-07\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13683,\"Title\":\"Katra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489803,\"Name\":\"Hotel The Royal Krishna\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.9907443\",\"Long\":\"74.93311130000001\",\"Address\":\"kashmir road, Katra, Jammu and Kashmir 182301\"},\"Images\":[],\"CityId\":13683,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7544,\"SupplierName\":\"My tour My Choice Pvt Ltd \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1845,\"Title\":\"Vaishno Devi Mandir\",\"Description\":\"Vaishno Devi, also known as Mata Rani, Trikuta and Vaishnavi, is a manifestation of the Hindu Goddess Mata Adi Shakti also known as Chandi\\/Durga. The words maa and mata are commonly used in India for mother, and thus are often used in connection with Vaishno Devi. Vaishno Devi Mandir is a Hindu temple dedicated to the Hindu Goddess, located in Katra at the Trikuta Mountains within the Indian state of Jammu and Kashmir.\",\"CurrencyType\":0,\"CityId\":13683,\"CityName\":\"Katra\",\"Lat\":32.7266016,\"Long\":74.8570259,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/196\\/thumb\\/Vaishno Devi Mandir_162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7544,\"SupplierName\":\"My tour My Choice Pvt Ltd \",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215230\",\"Title\":\" Day 01: Jammu \\u2013 Katra \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Our services will start with your arrival at Jammu Tawi Railway Station \\/ Airport, meet our representative and transfer to the Katra. Check in your hotel &amp; relax. Rest of the day is free at leisure. Overnight stay at Katra.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489803,\"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\":\"215231\",\"Title\":\"Day 02: Katra \\u2013 Vaishnodevi \\u2013 Katra {14 Kms Trek- One Way}\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After early breakfast, start your Holy Journey to Mata Vaishnodevi Darshan. Ponies and palkies can be hired from Banganga {at your own cost} After puja , aarti &amp; darshan, return back to Katra by the late evening. Overnight stay at Katra.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489803,\"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\":1845,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215232\",\"Title\":\"Day 03: Katra \\u2013 Jammu  drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast drive towards Jammu and later transfer to airport \\/ Railway station to catch flight \\/ train.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"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\":\"30247\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5720.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.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\":\"30247\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5460.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215230\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215231\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215232\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215232],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Katra','Katra,Jammu and kashmir,Indian Subcontinent,North India,India',NULL,'13683',5460,5720,2,NULL,NULL,NULL,2,'',0,'2021-12-07 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2021-12-07 17:16:19','2021-12-07 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'02-night-03-days-vaishno-devi',NULL,NULL,NULL,0),(38,30322,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30322,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/golden_tringle_with_mathura_04_night_05_days_1639037211.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;NEWDELHI (1) AGRA (1) JAIPUR (2)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;GOLDEN TRIANGLE WITH MATHURA (4 Nights \\/5 Days)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Tringle with Mathura 04 Night 05 Days \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Train Station Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489961,\"Name\":\"Hotel La Vista\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.648734\",\"Long\":\"77.198492\",\"Address\":\"938\\/3, Elahi Bux Rd, beside Barshala, Sewak Chember, Block 49A, Nai Walan, Karol Bagh, Delhi, 110055, India\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22148,\"Title\":\"Rashtrapati Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22149,\"Title\":\"PINK CITY JAIPUR\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489962,\"Name\":\"Hotel Light House\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.42075669999999\",\"Long\":\"87.31340999999999\",\"Address\":\"Midnapore Railway Station Rd, Keranitola, Midnapore, West Bengal 721101, India\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22148,\"Title\":\"Rashtrapati Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22149,\"Title\":\"PINK CITY JAIPUR\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489963,\"Name\":\"Hotel Royal View\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9464346\",\"Long\":\"75.8472996\",\"Address\":\"Ramgarhmode, Bibi Fatima Colony, R-18, Jaipur, Rajasthan 302002, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22148,\"Title\":\"Rashtrapati Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22149,\"Title\":\"PINK CITY JAIPUR\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215745\",\"Title\":\"Day 01: Delhi Railway Station \\/ Airport &acirc;&euro;&ldquo;Hotel + Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Meet &amp;amp; Greet on arrival at Delhi Railway Station \\/ Airport &amp;amp; transfer to Hotel. On arrival check-in to hotel. later visit Qutub Minar, Humayun Tomb, Lotus Temple, Rajghat,&amp;nbsp; Parliament House*, Rashtrapati Bhawan*, &amp;amp; India Gate. Overnight stay at Delhi.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489961,\"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\":[{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1321,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215746\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"215747\",\"Title\":\"Day 02: Delhi &acirc;&euro;&ldquo;Agra Sightseeing (216 Km \\/ 3 &Acirc;&frac12; hrs) via Mathura\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After Breakfast drive to another historical and romantic city - Agra. enroute visit Mathura sisght seeing , On arrival check-in to your hotel. Afternoon visit The world famous Taj Mahal - the most precious gift of love built by Emperor Shah Jahan for his loving wife Mumtaz. Overnight stay at Agra.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489962,\"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\":[{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215748\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"215749\",\"Title\":\"Day 03: Agra &acirc;&euro;&ldquo;Jaipur via Fatehpur Sikri (245 Km \\/ 4 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast check out from hotel visit Red Fort after that&amp;nbsp; proceed to the Pink City of Jaipur. Enroute visit Fatehpur Sikri - once the capital of Mughal Emperor Akbar. Also visit the Buland Darwaza, the largest gateway in the world. On arrival at Jaipur, check into your hotel. Overnight stay at Jaipur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489963,\"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\":[{\"IsIncluded\":true,\"Id\":22149,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215750\",\"Title\":\"Day 04: Jaipur Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast start for full day local sightseeing in Jaipur. Visit Amber Fort &amp;amp; Palace, &amp;quot;Gaitore&amp;quot; Cenetophs (Front View), take a photo stop at Jal Mahal, City Palace &amp;amp; Museum, Jantar Mantar (Observatory) &amp;amp; take a photo stop at Hawa Mahal. Evening free for leisure. Overnight stay at Jaipur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489963,\"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\":[{\"IsIncluded\":true,\"Id\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215751\",\"Title\":\"Day 05: Jaipur - Delhi Railway Station \\/ Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast check out from hotel and transfer to Delhi Railway Station \\/ Airport for your onward journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11000,\"CEB\":13200,\"COSTDO\":16500,\"COSTSO\":33000,\"ACEB\":16500,\"COSTTO\":16500}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15750,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"12600.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10500,\"CEB\":12600,\"COSTDO\":15750,\"COSTSO\":31500,\"ACEB\":15750,\"COSTTO\":15750}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215745\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215745],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215746\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215746],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215747\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215747],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215748\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215748],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215749\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215749],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215750\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215750],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215751\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215751],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Delhi,Agra,Jaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan',NULL,'7701,266,12995',15750,16500,4,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-06-23 17:13:05','2022-11-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'golden-tringle-with-mathura-04-night-05-days',NULL,NULL,NULL,0),(39,30324,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30324,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/mesmerizing_uttarakh5_nights_6_days_1639045146.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Uttarakhand, a state in northern India crossed by the Himalayas, is known for its Hindu pilgrimage sites. Rishikesh, a major centre for yoga study, was made famous by the Beatles&amp;rsquo; 1968 visit. The city hosts the evening Ganga Aarti, a spiritual gathering on the sacred Ganges River. The state&amp;#39;s forested Jim Corbett National Park shelters Bengal tigers and other native wildlife.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mesmerizing Uttarakhand 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18776,\"Title\":\"Mussoorie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489977,\"Name\":\"Ceyone Hotels- Classic Fall Resort\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.4367136\",\"Long\":\"78.08270519999999\",\"Address\":\"Classic Fall Resort Village Bhatta, near Bhatta Water Fall, Bhatta Gaon, Mussoorie, Uttarakhand 248179, India\"},\"Images\":[],\"CityId\":18776,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3001,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&acirc;&euro;&trade;s Uttarakhand State. Rich in flora and fauna, it&acirc;&euro;&trade;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/36_1517049572.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1476,\"Title\":\"River Kosi\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.396318,\"Long\":79.127414,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/River_Kosi_6917_1519304271.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":6917,\"Title\":\"Corbett\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489978,\"Name\":\"Beyond Stay Vasavana Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.47385169999999\",\"Long\":\"79.1499664\",\"Address\":\"NH309, Ramnagar Garjiya, near Jim Corbett National Park, Dhikuli, Uttarakhand 244715, India\"},\"Images\":[],\"CityId\":6917,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3001,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&acirc;&euro;&trade;s Uttarakhand State. Rich in flora and fauna, it&acirc;&euro;&trade;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/36_1517049572.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1476,\"Title\":\"River Kosi\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.396318,\"Long\":79.127414,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/River_Kosi_6917_1519304271.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":18892,\"Title\":\"Nainital\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489979,\"Name\":\"Sterling Nainital\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.3865665\",\"Long\":\"79.49315899999999\",\"Address\":\"7th Milestone, Nainital - Bhowali Rd, Jokhia, Naina Range, Uttarakhand 263132, India\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3001,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&acirc;&euro;&trade;s Uttarakhand State. Rich in flora and fauna, it&acirc;&euro;&trade;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/36_1517049572.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1476,\"Title\":\"River Kosi\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.396318,\"Long\":79.127414,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/River_Kosi_6917_1519304271.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215765\",\"Title\":\"Pick Up from Delhi drive to Mussoorie (285 kms \\/ approx 08 Hrs):\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome onboard a wonderful one of the most happening destinations - Uttarakhand! Today, we start a scenic drive from the Delhi meeting point towards Mussoorie. Famous as &amp;#39;Queen of Hills&amp;#39; the place is truly mesmerising. Mussoorie is very well known for amazing views. Check in at the resort and relax. In Evening Enjoy Mall Road, Over-night at the resort. Note - Tourists coming down from other cities on their own have to reach Delhi latest by 10:00 am on the day of departure. The pickup will be from Meeting Point (Hotel Peridot or Similar) and the vehicles shall depart at 11.00 am fro&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489977,\"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\":[{\"IsIncluded\":true,\"Id\":1045,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215766\",\"Title\":\"Mussoorie City Tour:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today after breakfast visit Kempty Falls, 15 kms from Mussoorie on the new road to Yamunotri. A bath in the pool at the foot of the falls is a must-do for tourists thronging the spot. Steps lead down to the pool around which tea stalls, shops selling towels, and bathing suits have come up. Mussoorie Lake, The lake is placed at a scenic location about 6 km before Mussoorie on the Dehradun-Mussoorie Road. One can get down at Dhobi Ghat from where the lake is just within walking distance. Surroundings of the lake include the mesmerizing views of Doon Valley and the verdant hills of Mussoorie. There are pedalled boats to enjoy the calmness of the lovely lake. It is a perfect picnic spot for family and couples to spend fun and quality time. Evening a stroll on the Mall road for souvenir shopping.&amp;nbsp; overnight at Mussoorie.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489977,\"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\":[{\"IsIncluded\":true,\"Id\":1162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215767\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"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\":\"215768\",\"Title\":\"Mussoorie - Corbett (209 Kms \\/ 4 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Early morning get transferred to Corbett, check-in at Hotel. Visit Garjia Temple along with river Kosi , Corbett National park. Jim Corbett National Park is India&amp;#39;s National Park in India. In Evening Enjoy Jeep Safari (Cost Own ) Overnight at Resorts ( Jeep Safari Cost Own ) Note: Jeep Safari is not included in the package, it needs to be booked online with correct passanger names and age as per id proofs. The safari booking site opens the dates 45 days prior, customers can book the same online http:\\/\\/www.corbettnationalpark.in\\/online-corbett-safari-booking.htm.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489978,\"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\":[{\"IsIncluded\":true,\"Id\":3001,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1476,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215769\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"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\":\"215770\",\"Title\":\"Corbett to Nainital ( 151 Kms \\/ approx 04 Hrs):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After Breakfast Drive to one of the most happening Nainital. Situated in the Himalayan ranges, Nainital is a picturesque hill station in Uttarakhand. Check in at the resort and relax. In Evening Enjoy Mall Road , Over-night at the resort.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489979,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1045,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215771\",\"Title\":\"In Nainital Lake Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today morning after a filling delicious breakfast, visit Bhimtal, Naukuchiyatal and Sattal then spend time on the mall road.) After ample of Shopping time, return to your hotel. Overnight in the resort.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489979,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1543,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215772\",\"Title\":\"Transfer to Delhi (310 kms \\/ approx 08 hours):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Today after breakfast, wave a goodbye to Uttarakhand and drive to Delhi by road. Arrival Delhi drop At Airport. Note - Guests, who would like to book their return journeys out of Delhi, can book their flights\\/trains after 6pm on the last day of tour - subject the traffic, road conditions and the time group checks out in the morning. Ideally, the guests should reach Delhi before 4 pm in the evening. Please consult with out Holiday Experts for more details. or more details&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30324\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27498.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27499,\"priceDoubleOcc\":\"27498.90\",\"priceSingleOcc\":54997.8,\"priceExtraBed\":\"23098.90\",\"priceWithoutBed\":\"18698.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27498.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18698.9,\"CEB\":23098.9,\"COSTDO\":27498.9,\"COSTSO\":54997.8,\"ACEB\":27498.9,\"COSTTO\":27498.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30324\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26248.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"22048.95\",\"priceWithoutBed\":\"17848.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17848.95,\"CEB\":22048.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"ACEB\":26248.95,\"COSTTO\":26248.95}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215765\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215765],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"215766\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215766],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"215767\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215767],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215768\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215768],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"215769\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215769],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215770\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215770],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"215771\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215771],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"215772\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[215772],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Mussoorie,Corbett,Nainital','Mussoorie,Uttarakhand,Indian Subcontinent,North India,India,Corbett,Nainital',NULL,'18776,6917,18892',26249,27499,5,NULL,NULL,NULL,1,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-06-23 17:13:05','2022-11-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'mesmerizing-uttarakhand-5-nights-6-days',NULL,NULL,NULL,0),(40,30347,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30347,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir_-_captivating_kashmir_05_night_06_days_1639120935.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Srinagar is the largest city and the summer capital of Jammu and Kashmir, India. It lies in the Kashmir Valley on the banks of the Jhelum River, a tributary of the Indus, and Dal and Anchar lakes. The city is known for its natural environment, gardens, waterfronts and houseboats.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kashmir - Captivating Kashmir 05 Night 06 Days \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490027,\"Name\":\"Khyber Houseboat \\/ Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490028,\"Name\":\"Khyber Houseboat \\/ Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490029,\"Name\":\"Khyber Houseboat \\/ Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490030,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490031,\"Name\":\"The Kabo Luxury Boutique Hotel\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.06416120000001\",\"Long\":\"74.80833059999999\",\"Address\":\"opp. Tagore Hall, Iqbal Park, Wazir Bagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490032,\"Name\":\"Four Points by Sheraton Srinagar\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490040,\"Name\":\"Shalimar Bagh Mughal Garden\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1485015\",\"Long\":\"74.869602\",\"Address\":\"Chinar chowk, Shalimar, Srinagar, Jammu and Kashmir 191121\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490041,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490042,\"Name\":\"The Kabo Luxury Boutique Hotel\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.06416120000001\",\"Long\":\"74.80833059999999\",\"Address\":\"opp. Tagore Hall, Iqbal Park, Wazir Bagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490043,\"Name\":\"Four Points by Sheraton Srinagar\",\"Star\":\".00\",\"Rating\":\"4.30\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490034,\"Name\":\"Hotel Green Heights\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9169005\",\"Long\":\"75.2881\",\"Address\":\"Main road, Srichen, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490035,\"Name\":\"THE CHINAR RESORT AND SPA\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9432242\",\"Long\":\"75.2894033\",\"Address\":\"11 LADDI, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490036,\"Name\":\"Royal Hillton Pahalgam\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0094007\",\"Long\":\"75.3190486\",\"Address\":\"Circuit Road Pahalgam Pahalgam Jammu and Kashmir, Pahalgam, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490037,\"Name\":\"Royal Park Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.05726\",\"Long\":\"74.40209\",\"Address\":\"Gulmarg Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490038,\"Name\":\"ROSE WOOD GULMARG\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0340311\",\"Long\":\"74.3664252\",\"Address\":\"near Gandola, Gulmarg, Jammu and Kashmir 193101\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":490039,\"Name\":\"The Vintage Gulmarg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.05553199999999\",\"Long\":\"74.401264\",\"Address\":\"2739, Circular Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22001,\"Title\":\"Evening is free for shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215881\",\"Title\":\"Srinagar:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arrival at the Srinagar airport (on your own), you will be received by Company representative \\/ driver. Once you board your vehicle, you will proceed to the deluxe houseboat. Later in the evening proceed for shikara ride in Dal Lake. Dinner and overnight will be on board the houseboat. Lake. Dinner and overnight will be on board the houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490027,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490029,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215884\",\"Title\":\"Srinagar - Excursion to Sonmarg (90 kms \\/ 4 hours one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, depart for full day excursion to Sonmarg. Enjoy beautiful snow capped peaks and glaciers. Return to the hotel in Srinagar by evening. Dinner and overnight stay will be at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490027,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490031,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490029,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490032,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":21998,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215887\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215890\",\"Title\":\"Srinagar - Pahalgam (110 kms \\/ 4 \\u00bd hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Today after breakfast, check out from Srinagar and proceed for Pahalgam. En route visit Avantipura Ruins. On arrival at Pahalgam, check in to your hotel. Evening is free for leisure activities. Dinner and overnight stay is at the hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490035,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490036,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22174,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215893\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215896\",\"Title\":\"Pahalgam - Gulmarg (140 kms \\/ 5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Gulmarg. On arrival, check into your hotel. Afternoon proceed for gondola ride up to first phase. Please note that no outside vehicle is allowed in Gulmarg. You need to take local vehicle \\/ Ponies on direct payment basis as local taxi union does not allow outside vehicle to do sightseeing. Driver will help you in booking local taxi \\/ Pony. Evening is free for leisure activities. Dinner and overnight will be at hotel in Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490037,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490038,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490039,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215899\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215902\",\"Title\":\"Srinagar (90 kms \\/ 3 \\u00bd hours one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Srinagar. On arrival, check into your hotel. Later enjoy local sightseeing of Srinagar covering the famous Mughal Gardens. Evening is free for shopping. Dinner and overnight stay is at the hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490040,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490041,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490043,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22001,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215905\",\"Title\":\"Srinagar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today after breakfast, check out from your hotel and proceed to Srinagar airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28743.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28744,\"priceDoubleOcc\":\"28743.75\",\"priceSingleOcc\":57487.5,\"priceExtraBed\":\"21000.00\",\"priceWithoutBed\":\"12600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28743.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30348\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45806.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45806,\"priceDoubleOcc\":\"45806.25\",\"priceSingleOcc\":91612.5,\"priceExtraBed\":\"36750.00\",\"priceWithoutBed\":\"21000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30349\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56332.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":56333,\"priceDoubleOcc\":\"56332.50\",\"priceSingleOcc\":112665,\"priceExtraBed\":\"39900.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56332.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27375.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27375,\"priceDoubleOcc\":\"27375.00\",\"priceSingleOcc\":54750,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"12000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30348\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43625.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43625,\"priceDoubleOcc\":\"43625.00\",\"priceSingleOcc\":87250,\"priceExtraBed\":\"35000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30349\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53650,\"priceDoubleOcc\":\"53650.00\",\"priceSingleOcc\":107300,\"priceExtraBed\":\"38000.00\",\"priceWithoutBed\":\"25000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215881\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215881],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215884\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215884],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215887\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215887],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215890\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215890],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215893\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215893],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215896\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215896],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215899\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215899],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215902\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215902],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215905\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[215905],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg',NULL,'25897,20566,11197',27375,56333,5,NULL,NULL,NULL,2,'',0,'2021-12-10 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2023-04-19 16:04:46','2021-12-10 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kashmir-captivating-kashmir-05-night-06-days',NULL,NULL,NULL,0),(41,30363,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30363,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/great_rann_utsav_3n_1639132140.jpg\",\"BookingValidUntill\":\"2023-03-28\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The desert plains of Rann of Kutch transforms into an oasis of domestic and foreign tourists during Rann Utsav, which is organized by Gujarat Tourism every year during 4 months of winter. Rann Utsav, the carnival of music, dance and folklore, offers an excellent opportunity to the tourists to indulge in leisure, pleasure, and merriment. This year, the festival of Rann Utsav is organized with the enlarged scale and scope from 1st November, 2021 to 28th February 2022. The wholesome package of nature&amp;rsquo;s splendor, fun, entertainment, adventure, leisure, sightseeing, and cultural ecstasy is waiting to be explored.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;One of the largest districts in India, Kutch offers a variety of attractions in addition to the famous Rann Utsav festival. If a trip to Rann Utsav 2021-2022 is on the cards, let&amp;rsquo;s explore the places of interest in Kutch.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bhuj\",\"DestinationPlacesSysId\":3142,\"SourcePlaces\":\"Bhuj\",\"SourcePlaceSysId\":3142,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Great Rann Utsav 3N \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-28\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35410,\"Title\":\"Dhordo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490072,\"Name\":\"White Rann Camping and Hospitality Tent City\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35410,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":490073,\"Name\":\"White Rann Camping and Hospitality Tent City Phase 1 or similar in Dhordo.\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35410,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22181,\"Title\":\"Mandvi has beautiful white sand\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35410,\"CityName\":\"Dhordo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22182,\"Title\":\"Shyamji Krishna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35410,\"CityName\":\"Dhordo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"216018\",\"Title\":\"Arrive Bhuj:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Check-in time: 12:30 PM Transfers from Bhuj to Tent City, Dhordo on fixed timings: 08:15 AM From Railway Station, Bhuj and Airport, Bhuj 10:00 AM From Railway Station, Bhuj 01:30 PM From Railway Station, Bhuj 03:30 PM From Airport, Bhuj Above timing are for fixed departures and subject to change. No Complimentary transfers PM From Airport, Bhuj Above timing are for fixed departures and subject to change. No Complimentary transfers will be available after above timings. Individual transfer is available on request [Chargeable]. Allotment of tent to guests arriving before Check-In time will be subject to availability. Distance from Bhuj to Tent City, Dhordo is approx. 85 km, which takes about 1 hr 45 min. Complimentary refreshment will be served en route Dhordo in the bus. Arrival at Tent City, Dhordo from Bhuj 10:00 AM Onwards 12:30 PM Onwards Welcome and Check-in 12:30 PM to 02:30 PM Lunch at respective dining area 02:30 PM to 04:00 PM Enjoy in-house activities 04:00 PM to 05:00 PM Evening Tea\\/Coffee 05:00 PM to 05:30 PM Transfer to White Rann to witness the grandeur of sunset. Mode of transfer can be through Camel Cart \\/ Bus on first come, first serve basis.07:00 PM to 07:30 PM Return transfer to Tent City, Dhordo 07:30 PM to 10:00 PM Dinner at respective dining area 09:00 PM to 10:30 PM Enjoy the culture of Kutch along with entertaining activities .&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490073,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":\"216019\",\"Title\":\"In Dhordo:\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;06:00 AM to 06:30 AM Morning Tea 06:30 AM to 07:30 AM Yoga Session 07:30 AM to 08:30 AM Breakfast at respective dining area 08:30 AM onwards Complimentary tour to Mandvi. Kutch Mandvi is an important beach famous among travellers for peace and solitude. Mandvi has beautiful white sand, serene locales and enchanting sunset views. Dist. from Tent City is approx. 140 kms one way. 11:30 AM to 12:30 PM Visit Shyamji Krishna Varma Memorial Shyamji Krishna Varma was born on 4th October 1857 in the Mandvi Town of Kutch District of Gujarat. He was one of the foremost freedom fighters in the history of freedom movement of India. The memorial&amp;#39;s objective is to pay tribute to the contribution of Shyamji Krishna Varma and also to educate the young generation about those great Indians who sacrificed everything for the country&amp;#39;s freedom. 01:30 PM to 02:00 PM Visit Vijay Vilas Palace The great palace of Mandvi was built in 1929 by his highness Maharao Vijay Singhji, The Maharao of Kutch, as a summer resort. This palace has a domed terrace that gives a panoramic view of the sea. It has interiors made like offices where the king used to work. 02:00 PM to 03:30 PM Lunch 03:00 PM to 05:30 PM Enjoy leisure at private beach. This beach is regarded as one of the finest beaches on Gujarat. shoreline. A great family spot to spend a quality time where you can swim and enjoy a nice view of the coastline. 05:30 PM onwards Return transfer to Tent City, Dhordo 09:00 PM to 10:00 PM Dinner at respective dining area 09:00 PM to 10:30 PM Enjoy the culture of Kutch along with entertaining activities.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490073,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":22181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22182,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216020\",\"Title\":\"In Dhordo:\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;06:00 AM to 06:30 AM Morning Tea 06:30 AM to 07:30 AM Yoga Session 06:30 AM to 07:00 AM Transfer to White Rann to witness the grandeur of sunrise 07:30 AM to 10:00 AM Breakfast at respective dining area 10:00 AM to 12:30 PM Enjoy in-house activities 12:30 PM to 02:30 PM Lunch at respective dining area 02:30 PM to 07:30 PM Complimentary tour to Kala Dungar (Black Hill). Kala Dungar is the highest point in Kutch. On the route visit to Handicraft Village &amp;#39;Gandhi nu Gaam&amp;#39; Tea \\/ Coffee shall be provided at Kala Dungar. Complimentary Refreshment in bus. 07:30 PM to 10:30 PM Dinner at respective dining area. 09:00 PM to 10:30 PM Enjoy the culture of Kutch along with entertaining activities.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":490073,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":\"216021\",\"Title\":\"Depart Dhordo:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;06:00 AM to 07:00 AM Morning Tea 06:30 AM to 07:30 AM Yoga Session 07:30 AM to 09:30 AM Breakfast at respective dining area 9:30 AM Check-out from Tent City. Departure to Bhuj - Complimentary sightseeing places of interest in Bhuj. *Complimentary sightseeing - places of interest in Bhuj Sri Swaminarayan Temple (Approx. time 20 min) Made of marble, intricate carvings adorn the pillars and ceiling of the most expensive temple built in the state of Gujarat recently. Kutch Museum (Approx. time 30 min) A visit to the Kutch Museum, to learn about the history of tribal and folk tradition of the district, will help you get to know about present-day people and their lives. Remember that visiting a museum is a great way to learn about history, but tribals are not merely part of history, they are a major part of Kutch&amp;#39;s (and India&amp;#39;s) population and cultural identity today. (Kutch museum remains closed on Wednesday). Bhujodi (Approx. time 40 minutes) Hiralaxmi Craft Park - a vision to preserve, restore and promote the arts of Kutch and making them accessible to masses. This handicraft Village is where live artisans can be seen the arts of Kutch and making them accessible to masses. This handicraft Village is where live artisans can be seen creating their crafts. The cost of entry ticket (if any) will be borne by the guest. In case guest has to reach Railway Station \\/ Airport \\/ Bus Stand earlier for their onward journey, they will have to arrange on their own. Time of any such departure to be notified at the reception at the time of checkin&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35410,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30363\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22319.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22319,\"priceDoubleOcc\":\"22319.00\",\"priceSingleOcc\":44638,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"12100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22319,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12100,\"CEB\":16500,\"COSTDO\":22319,\"COSTSO\":44638,\"ACEB\":22319,\"COSTTO\":22319}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30363\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21304.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5},{\"From\":\"2022-01-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21305,\"priceDoubleOcc\":\"21304.50\",\"priceSingleOcc\":42609,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"11550.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21304.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11550,\"CEB\":15750,\"COSTDO\":21304.5,\"COSTSO\":42609,\"ACEB\":21304.5,\"COSTTO\":21304.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"216018\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[216018],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216019\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[216019],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216020\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216020],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216021\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216021],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Dhordo','Dhordo,Gujarat,Indian Subcontinent,West India,India',NULL,'35410',21305,22319,3,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-28 00:00:00','2023-03-28 00:00:00',3,'India','101','2023-06-23 17:13:05','2022-11-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'great-rann-utsav-3n',NULL,NULL,NULL,0),(42,30365,1,35,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30365,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kathamndu_with_pokhara_by_surface_5_nights_6_days_1639133814.jpg\",\"BookingValidUntill\":\"2022-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kathmandu, Nepal&amp;#39;s capital, is set in a valley surrounded by the Himalayan mountains. At the heart of the old city&amp;rsquo;s mazelike alleys is Durbar Square, which becomes frenetic during Indra Jatra, a religious festival featuring masked dances. Many of the city&amp;#39;s historic sites were damaged or destroyed by a 2015 earthquake. Durbar Square&amp;#39;s palace, Hanuman Dhoka, and Kasthamandap, a wooden Hindu temple, are being rebuilt.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kathamndu With Pokhara By Surface 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490084,\"Name\":\"The Amadablam Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7056583\",\"Long\":\"85.3478406\",\"Address\":\"Pashupati Vision Complex, \\u091a\\u0915\\u094d\\u0930\\u092a\\u0925, \\u0915\\u093e\\u0920\\u092e\\u093e\\u0921\\u094c\\u0901 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490085,\"Name\":\"Vivanta Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6767301\",\"Long\":\"85.31088749999999\",\"Address\":\"Jhamsikhel Road 03, Lalitpur 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490086,\"Name\":\"Yak & Yeti Shop\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7142499\",\"Long\":\"85.3132547\",\"Address\":\"Tridevi Sadak, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490091,\"Name\":\"The Amadablam Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7056583\",\"Long\":\"85.3478406\",\"Address\":\"Pashupati Vision Complex, \\u091a\\u0915\\u094d\\u0930\\u092a\\u0925, \\u0915\\u093e\\u0920\\u092e\\u093e\\u0921\\u094c\\u0901 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490092,\"Name\":\"Vivanta Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6767301\",\"Long\":\"85.31088749999999\",\"Address\":\"Jhamsikhel Road 03, Lalitpur 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490093,\"Name\":\"Hotel Yak & Yeti\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7116556\",\"Long\":\"85.3200951\",\"Address\":\"Durbar Marg, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Pashupatinath_Temple_13672_1518068971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/18_1503318072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Swayambhunath_13672_1518075035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22183,\"Title\":\"Bindebasini Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34379,\"CityName\":\"Pokhran\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34379,\"Title\":\"Pokhran\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490088,\"Name\":\"Hotel Lake Paradise\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2129197\",\"Long\":\"83.9631205\",\"Address\":\"nahar marga, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490089,\"Name\":\"Atithi Resort & SPA Pvt. Ltd.\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2067766\",\"Long\":\"83.9665318\",\"Address\":\"Lake Side, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490090,\"Name\":\"Atithi Resort & SPA Pvt. Ltd.\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2067766\",\"Long\":\"83.9665318\",\"Address\":\"Lake Side, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Pashupatinath_Temple_13672_1518068971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/18_1503318072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Swayambhunath_13672_1518075035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22183,\"Title\":\"Bindebasini Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34379,\"CityName\":\"Pokhran\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"216026\",\"Title\":\"Day 1\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Meeting at airport upon arrival by Local&nbsp;representative . Kathmandu is the capital of Nepal and the Kathmandu Valley is the political and cultural heart of the Kingdom. The urban sprawl that makes up modern Kathmandu is in fact two cities, Patan and Kathmandu. Overnight at hotel. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490086,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216029\",\"Title\":\"Kathmandu (Sightseeing\'s):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>This morning you will be taken for a visit of the Hindu culture in Nepal, Pashupatinath. This is the place where holy saddhus pray and cremations on the Bagmati River are carried out. We then continue to the holiest shrine for the Buddhist culture in Nepal, Bouddhanath, with its large stupa, this is the place where all devout Buddhists come for a pilgrimage. After completion of these two spots, you will be taken take you for a visit to Patan. Also known as Lalitpur , the city of beauty is separated from Kathmandu only by the Bagmati River and is the second largest town in the valley. Lalitpur is fragmented from other cities due to its substantive architectural ancient masterpieces. Patan&#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater Patan&#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater concentration of temples per sq. meter than in Kathamandu or Bhaktapur. Within the city also lies the Tibetan refugee center, home to most of the valley&#39;s Tibetan population. While technically refugees, the Tibetans are some of the wealthiest people in the valley because of the carpet industry they operate. For those looking to bring home a fine Tibetan carpet, this is the place to shop. You will then go to Swayambhunath the golden spire of the 5th-century Swayambhu stupa is adorned with a colorful fluttering of prayer flags; it crowns a hill overlooking the Kathmandu Valley and offers fantastic views over the city of Kathmandu. Swayambhunath is one of the most recognizable symbols in Nepal and the painted eyes of Buddha watch all who ascend the worn stone steps.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490086,\"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\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3354,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216032\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"216035\",\"Title\":\"Kathmandu - Pokhara:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Drive to Pokhara. Pokhara is 210 kms from Kathmandu and is a 7 hours drive approx. From Pokhara town (2,352 feet) in good weather there are splendid views right from the hotel. On the way you have an option of doing the river rafting or visit the Manakamna Temple &quot; Goddess of Fulfilling Wishes&quot; where you are taken by a cable ride of 10 mins. Overnight at hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490088,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490090,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216038\",\"Title\":\"Pokhara:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>You will visit Bindebasini Temple. This is one of the oldest temples in Pokhara was a part of Kaski Kingdom, the main deity of the temple, Goddess Durga, was brought from India. Apart from the peace and tranquility that can be felt in this region, the premises of the temple offers a good view of the Himalaya on a clear day. The temple is in the area of the bazaar, hence a journey of the old bazaar can be combined with a visit to the temple. Sightseeing to Devi&#39;s fall, also known as Patale Chango is an awesome waterfall lying 2 km southwest of Pokhara. During summer and rainy season, the waterfall takes its real form, with gushing water splashing and making its way through the rocks. Just opposite of Devi&#39;s fall, on the other side of the road, there is Gupteshwor Cave. This cave is popular for the different natural forms made from limestone deposits. Photography is strictly prohibited inside the cave. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490088,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490090,\"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\":22183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216041\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"216044\",\"Title\":\"Pokhara - Kathmandu:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Retracing the same path, drive back to Kathmandu and transfer to Hotel. Rest day at leisure. One can indulge in shopping or visit the casinos trying their lady luck. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490092,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490093,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216047\",\"Title\":\"Kathmandu Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast you will be transferred to the airport in time to board your flight for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30365\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22778.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30868.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36223.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30365\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21694.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29399.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34499.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"216026\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[216026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216029\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[216029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216032\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216035\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216035],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216038\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216038],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216041\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[216041],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216044\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[216044],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216047\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[216047],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Kathmandu,Pokhran','Kathmandu,Indian Subcontinent,Nepal,Pokhran,Rajasthan,North India,India,Pokhara',NULL,'13672,34379',21694,36224,5,NULL,NULL,NULL,2,'',0,'2021-12-10 00:00:00','2022-01-31 00:00:00','2022-01-31 00:00:00',3,'Nepal,India','153,101','2021-12-10 17:00:13','2021-12-10 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'kathamndu-with-pokhara-by-surface-5-nights-6-days',NULL,NULL,NULL,0),(43,30368,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30368,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/uttarakh-_corbett_with_mussoorie_3_nights_4_days_1639140510.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Mussoorie is a hill station and a municipal board in the Dehradun district of the Indian state of Uttarakhand. It is about 35 kilometres from the state capital of Dehradun and 290 km north of the national capital of New Delhi. The hill station is in the foothills of the Garhwal Himalayan range.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Uttarakhand - Corbett With Mussoorie 3 Nights 4 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Only Breakfast,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18776,\"Title\":\"Mussoorie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490106,\"Name\":\"Hotel Paradise Continental\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.4553424\",\"Long\":\"78.0813123\",\"Address\":\"The Mall, Kulri, Picture Palace, opp. Sai Baba Temple, The Mall Road, Mussoorie, Uttarakhand 248179, India\"},\"Images\":[],\"CityId\":18776,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":952,\"Title\":\"Lal Tibba\",\"Description\":\"Every year tourists visit the hill queen that is Mussoorie. A popular tourist destination and world famous Hill Station since the colonial period. This small sleepy city served as the summer capital of British India during the colonial era. Mussoorie has innumerable tourist attractions of which the Lal Tibba or Red Hill is a notable one. The following article is a comprehensive guide on the same and will try to cover all the major topics. And Lal Tibba famous for  Viewpoint photo point and sightseeing.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4363022,\"Long\":78.0786377,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Lal_Tibba_18776_1518275856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1155,\"Title\":\"Municipal Garden\",\"Description\":\"Municipal garden is known as Company Garden Municipal garden is an ideal family. With a large colonial garden green lawns a fountain in the center a lake 800 different species of flowers and a nursery with a wide range for sale this is a beautiful for tourists visiting the hill station. Attraction is there. Do not miss the huge Chinese tree in the garden and take a small boat ride on the lake. Located just a few kilometers from the Library Point it easily reaches and makes for a great evening pit-stop. By recruiting rickshaws cycles pony and cars tourists can go to this garden. Apart from this this place can also be reached on walking pedestrians Waverly Convent School Road.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Municipal_Garden_18776_1518421387.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3001,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&rsquo;s Uttarakhand State. Rich in flora and fauna, it&rsquo;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/36_1517049572.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":6917,\"Title\":\"Corbett\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490107,\"Name\":\"Rio Duke Resort\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.46375459999999\",\"Long\":\"79.1482821\",\"Address\":\"NH-121, Ramnagar Ranikhet Highway, Dhikuli Village, Jim Corbett National Park, Ramnagar, Uttarakhand 244715, India\"},\"Images\":[],\"CityId\":6917,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":952,\"Title\":\"Lal Tibba\",\"Description\":\"Every year tourists visit the hill queen that is Mussoorie. A popular tourist destination and world famous Hill Station since the colonial period. This small sleepy city served as the summer capital of British India during the colonial era. Mussoorie has innumerable tourist attractions of which the Lal Tibba or Red Hill is a notable one. The following article is a comprehensive guide on the same and will try to cover all the major topics. And Lal Tibba famous for  Viewpoint photo point and sightseeing.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4363022,\"Long\":78.0786377,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Lal_Tibba_18776_1518275856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1155,\"Title\":\"Municipal Garden\",\"Description\":\"Municipal garden is known as Company Garden Municipal garden is an ideal family. With a large colonial garden green lawns a fountain in the center a lake 800 different species of flowers and a nursery with a wide range for sale this is a beautiful for tourists visiting the hill station. Attraction is there. Do not miss the huge Chinese tree in the garden and take a small boat ride on the lake. Located just a few kilometers from the Library Point it easily reaches and makes for a great evening pit-stop. By recruiting rickshaws cycles pony and cars tourists can go to this garden. Apart from this this place can also be reached on walking pedestrians Waverly Convent School Road.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Municipal_Garden_18776_1518421387.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3001,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&rsquo;s Uttarakhand State. Rich in flora and fauna, it&rsquo;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/36_1517049572.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"216050\",\"Title\":\"Delhi - Mussoorie ( 290Kms\\/07 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive at Delhi airport or railway station, and there our representative will meet you. We will then drive towards Mussoorie. Upon arrival check into the hotel. overnight stay. Mussoorie. Upon arrival check into the hotel. overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490106,\"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\":\"216051\",\"Title\":\"Mussoorie ( Local City Tour )\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Morning after breakfast we will take you for a full day sightseeing tour of Mussoorie, tour includes Lal Tibba - The highest point in Mussoorie, located in Landour area, the oldest inhabited place in Mussoorie. Gun Hill - The second highest point in Mussoorie, offers a panoramic view of the Himalayas. Municipal Gardens - Also known as Botanical Gardens of Mussoorie has an artificially created lake, which is a perfect picnic spot with boating facilities. Kempty Falls - 15 kms from Mussoorie on the Yamunotri Road is the most fascinating and the biggest waterfall. Camel&#39;s Back Road - The place offers a picturesque view of the sunset and a life like resemblance of a sitting camel. Back Road - The place offers a picturesque view of the sunset and a life like resemblance of a sitting camel. Municipal Garden - An artificially created lake is a perfect picnic spot with boating facilities. Overnight stay at Mussoorie. Note :- Lal Tibba , Gun Hill , Camel&#39;s Back Road ( Car Drop On Mall Road All Point on Mall Road)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490106,\"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\":[{\"IsIncluded\":true,\"Id\":952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1155,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216052\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"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\":\"216053\",\"Title\":\"Mussoorie to Corbett ( 192 kms\\/06Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Check out from hotel after having a delectable breakfast. Travel to Corbett, On arrival check in to your pre booked hotel. Lunch at your own cost at any good Hotel or Restaurant. Hotel is near as per your flexibility move for local sightseeing around Jim Corbett National Park, Garjiya Mata Temple , Corbett Fall, Overnight stay at Hotel. ( Safari Not Includes ) Not Includes )<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490107,\"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\":[{\"IsIncluded\":true,\"Id\":3001,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2456,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2457,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216054\",\"Title\":\"Corbett - Delhi (240 Kms\\/ 06Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Early morning wake up call, time to join our naturalist for your Jeep safari into Corbett National park, in search of Tiger and other wild animals. After safari fresh n up at wildlife resort, followed by hot mouth watering breakfast, after breakfast drive back to Delhi. On reaching we will transfer you to airport or railway station for your journey back home. ( Safari Not Includes )<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30368\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16498.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16499,\"priceDoubleOcc\":\"16498.90\",\"priceSingleOcc\":32997.8,\"priceExtraBed\":\"12098.90\",\"priceWithoutBed\":\"7698.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30368\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15748.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15749,\"priceDoubleOcc\":\"15748.95\",\"priceSingleOcc\":31497.9,\"priceExtraBed\":\"11548.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15748.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"216050\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[216050],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216051\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[216051],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216052\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216052],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216053\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216053],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216054\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216054],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Mussoorie,Corbett','Mussoorie,Uttarakhand,Indian Subcontinent,North India,India,Corbett','','18776,6917',15749,16499,3,'',NULL,'[{\"day\":1,\"images\":\"Mussoorie (1).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"}]',2,'',0,'2021-12-10 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2023-06-23 17:13:05','2021-12-10 00:00:00',1,1,'1','1','0','','','',NULL,'uttarakhand-corbett-with-mussoorie-3-nights-4-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (44,30331,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30331,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/north_east_package-_07n08d_1639057919.jpg\",\"BookingValidUntill\":\"2022-01-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;North East Package&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Duration&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; 07 Nights \\/ 08 Days&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Destination &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:&amp;nbsp; Cherrapunjee (02 Nts), Shillong (02 Nts), Kaziranga National Park (02 Nts) &amp;amp; Guwahati (01 Nt)&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Cherrapunji\",\"SourcePlaceSysId\":34563,\"AgencyName\":\"Reisen Tours\",\"Name\":\"North East Package- 07N\\/08D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7484\",\"SupplierName\":\"Koyeli Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-01-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490060,\"Name\":\"Saimika Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.28791369999999\",\"Long\":\"91.70398929999999\",\"Address\":\"Cherrapunji&lrm;, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Naitung Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490061,\"Name\":\"Jiva Resort Cherrapunjee\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.26094239999999\",\"Long\":\"91.74754759999999\",\"Address\":\"near Saitsohpen, Kutmadan, Cherrapunji&lrm;, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490062,\"Name\":\"Polo Orchid Resort Cherrapunjee\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.23386069999999\",\"Long\":\"91.7344344\",\"Address\":\"Mawsmai-Nongthymmai Road, near Water Falls, Cherrapunji&lrm;, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Dew Drop Cottage\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null}]}},{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":421478,\"Name\":\"Hotel Poinisuk\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.575\",\"Long\":\"91.8857\",\"Address\":\"Laitumkhrah Main Road, Shillong 793003, Meghalaya\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"Stop at Hotel Poinisuk to discover the wonders of Shillong. The hotel has everything you need for a comfortable stay. Free Wi-Fi in all rooms, daily housekeeping, 24-hour security, taxi service, express check-in\\/check-out are on the list of things guests can enjoy. Television LCD\\/plasma screen, additional bathroom, additional toilet, carpeting, cleaning products can be found in selected guestrooms. The hotel offers various recreational opportunities. For reliable service and professional staff, Hotel Poinisuk caters to your needs.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1010000010001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":421490,\"Name\":\"Hotel Polo Towers\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.580827\",\"Long\":\"91.886859\",\"Address\":\"Polo Grounds,Meghalaya,India, 793001\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"Hotel Polo Towers is the only four star hotel in Shillong (Meghalaya - INDIA) at a distance of 35 kms from Umroi Airport and 128 kms away from Borjhar (Guwahati).\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/4142\\/41426\\/images\\/Hotel_Polo_Towers_1.jpg_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Premier Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":212081,\"Name\":\"Ri Kynjai - Serenity By The Lake\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5755\",\"Long\":\"91.8842\",\"Address\":\"U.C.C. Road, Umniuh Khawn, \"},\"Images\":{\"Image\":[{\"ImagId\":4742899,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15082815140035284453.jpg?s=312x\"},{\"ImagId\":4742900,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15021811030025422802.jpg?s=312x\"},{\"ImagId\":4742901,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15082815140035284426.jpg?s=312x\"},{\"ImagId\":4742902,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15082815140035284427.jpg?s=312x\"},{\"ImagId\":4742903,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15082815140035284429.jpg?s=312x\"}]},\"CityId\":25073,\"Brief\":\"Ri Kynjai Serenity by the Lake Resort is conveniently located in the popular Shillong area. The hotel has everything you need for a comfortable stay. Facilities like daily housekeeping, taxi service, 24-hour room service, car park, room service are readily available for you to enjoy. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Ri Kynjai Serenity by the Lake Resort.\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/111\\/111480\\/111480_15082815140035284453.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Lake View Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null}]}},{\"CityId\":13741,\"Title\":\"Kaziranga National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490108,\"Name\":\"D\\u2019Courtyard Resort\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.5880813\",\"Long\":\"93.41705309999999\",\"Address\":\"HCQ8+6RM, Bogorijuri, Assam 785609, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490109,\"Name\":\"IORA The Retreat\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.584254\",\"Long\":\"93.416569\",\"Address\":\"Bogorijuri, Kaziranga National Park, Kohora, Assam 785609, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490110,\"Name\":\"Vivanta by Taj - Guwahati\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1251964\",\"Long\":\"91.81731400000001\",\"Address\":\"613, Mahapurush Sriamanta Sankradeva, Road, Khanapara, Guwahati, Assam 781022, India\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490101,\"Name\":\"Mayflower Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1850568\",\"Long\":\"91.74440779999999\",\"Address\":\"MLN Road, Pan Bazaar, Guwahati, Assam 781001, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490102,\"Name\":\"The Guwahati Address\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.172975\",\"Long\":\"91.77745000000002\",\"Address\":\"45\\/46 RG Baruah Road, Zoo Rd, Tiniali, Ambikagirinagar, Guwahati, Assam 781024, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490103,\"Name\":\"Vivanta by Taj - Guwahati\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1251964\",\"Long\":\"91.81731400000001\",\"Address\":\"613, Mahapurush Sriamanta Sankradeva, Road, Khanapara, Guwahati, Assam 781022, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7484,\"SupplierName\":\"Koyeli Travel\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215948\",\"Title\":\" Guwahati Airport (GAU) \\/ Railway Station - Cherrapunjee\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p><strong>Cherrapunjee (4690Ft \\/ 1430 Mts \\/ 200 Kms \\/ 05 to 07 Hrs Drive approx)<\\/strong><\\/p>\\r\\n\\r\\n<p>Meet &amp; greet upon arrival and then drive to Cherrapunjee. Enroute visit Barapani Lake which is also known as Umiam Lake &amp; Elephant falls. On arrival at Cherrapunjee. Check in to hotel. Overnight in Cherrapunjee hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>Note:<\\/p>\\r\\n\\r\\n<p>Guests are requested to book early arrival flight.<\\/p>\\r\\n\\r\\n<p>Sightseeing only possible if guest are arriving in morning.<\\/p>\\r\\n\\r\\n<p>Most waterfalls get dried in winter.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490060,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Naitung Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Dew Drop Cottage\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215951\",\"Title\":\"Cherrapunjee  \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p><strong>Cherrapunjee (4690 Ft \\/ 1430 Mts)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast go for a trek to Double Decker&nbsp;Living&nbsp;Root&nbsp;Bridge (Closed on Sunday)&nbsp;-&nbsp;3-4 hours from the starting point (depending on the Fitness of the guest). Distance 4 km down and up 1000 feet approx. This trek goes downhill through village Sohsarat. The steps are relatively steeper in two short stretches. Half the distance is covered by steps going downhill. Then there is a jungle path going along the sides of the hill leading to the&nbsp;Living Root&nbsp;Bridge&nbsp;with a few steps after short stretches of sloping foot path. Moss thrives on these sandstone steps during the monsoon and makes them slippery. Back trek to starting point and evening at leisure. Overnight at Cherrapunjee.<\\/p>\\r\\n\\r\\n<p>Note: Assistance of a local boy is mandatory for the trek to Double Decker Living Root Bridge. The supplement cost extra for the same.<\\/p>\\r\\n\\r\\n<p>OR<\\/p>\\r\\n\\r\\n<p><strong>Cherrapunjee (4690Ft \\/ 1430 Mts \\/ 60 Kms approx)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast visit &ndash; Arwah Cave \\/ Mawsmai Cave, Seven Sisters Falls and Nohkalikai Falls. Later back to hotel. Overnight stay at Cherrapunjee.<\\/p>\\r\\n\\r\\n<p>Note : Most waterfalls get dried in winter.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490060,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Naitung Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior 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\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215954\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"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\":\"215957\",\"Title\":\"Cherrapunjee \\u2013 Mawlynnong \\u2013 Dawki \\u2013 Shillong  \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p><strong>Mawlynnong (4906 Ft \\/ 1496 Mts \\/ 80 Kms \\/ 03 to 04 Hrs drive approx oneway from Cherrapunjee)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Dawki Lake (5904 Ft \\/ 1800 Mts \\/ 30 Kms \\/ 01 to 02 Hrs drive approx oneway from Mawlynnong)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Shillong (5002 Ft \\/ 1525 Mts, 90 Kms \\/ 03 to 04 Hrs drive approx oneway from Dawki Lake)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast drive to Mawlynnong &ndash; &ldquo;Asia&rsquo;s Cleanest Village&rdquo;. Mawlynnong offers many interesting sights such as the living root bridge and another strange natural phenomenon of a boulder balancing on another small rock. After village visit drive to Dawki and visit border area. Drive back to Shillong for overnight stay.<\\/p>\\r\\n\\r\\n<p>Note : It is advice able to carry packet lunch.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421478,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":421490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premier Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":212081,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Lake View 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\":\"215960\",\"Title\":\"Shillong - Excursion to Mwaphlang + Shillong Local Sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><strong>Mwaphlang (4906 Ft \\/ 1496 Mts \\/ 30 Kms \\/ 01 to 02 Hrs drive approx oneway from Shillong)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast, proceed to visit in and around Shillong. Visit the outskirts of Shillong - Mawphlang Sacred Forest, Elephant Falls, Shillong Peak (Depending on Army Permission).&nbsp;After sightseeing back to Shillong visit Cathedral Cathotic Church - In the heart of the city, there stands a beautiful cathedral of Roman&nbsp;Catholics&nbsp;dedicated to Mary Help of Christian. Overnight stay at Shillong&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>Note :<\\/p>\\r\\n\\r\\n<p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Most waterfalls get dried in winter.<\\/p>\\r\\n\\r\\n<p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It is advice able to carry packet lunch.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421478,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":421490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premier Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":212081,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Lake View Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215963\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"215966\",\"Title\":\"Shillong - Kaziranga National Park \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p><strong>Kaziranga National Park (197 Ft\\/ 60 Mts, 290 Kms \\/ 07 to 08 Hrs drive approx)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast transfer to Kaziranga. En route visit Don Bosco Museum &amp; Wards Lake. Arrive and check in at hotel. Overnight stay at Kaziranga.<\\/p>\\r\\n\\r\\n<p><strong>Kaziranga National Park:<\\/strong><\\/p>\\r\\n\\r\\n<p>In the heart of Assam, covering an area of 430 sq-kms, is inhabited by the world&#39;s largest population of one-horned rhinoceroses, as well as many mammals, including tigers, elephants, panthers and bears, and thousands of birds. In 1985, it was declared a World Heritage Site by UNESCO for its unique natural environment.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490108,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490109,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490110,\"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\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215969\",\"Title\":\"Kaziranga National Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p><strong>Kaziranga National Park (197 Ft\\/ 60 Mts)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast go for Elephant Ride \\/ Jeep Safari (subjected to availability &amp; operational condition- on additional cost) to one Range. After lunch go for Jeep Safari (subjected to availability &amp; operational condition- on additional cost) to the other Range. Overnight at Kaziranga.<\\/p>\\r\\n\\r\\n<p>Important note:<\\/p>\\r\\n\\r\\n<p>1. Entry ticket &amp; Jeep safari are all regulated and controlled by the forest Dept. Govt. of Assam. We do not have any control on the booking of entry ticket &amp; Jeep safari.<\\/p>\\r\\n\\r\\n<p>2. Elephant rides are conducted and controlled by the forest department. We cannot confirm the same in advance. The ticket counter for booking opens only in the evening, one day prior to the ride. Only after securing the tickets, we can confirm the ride for you.<\\/p>\\r\\n\\r\\n<p>3. If there is an increase in the cost for jungle activities by the Forest Department \\/ hike in fuel price, then there will be supplement cost applicable on &amp; above the quoted package cost.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490108,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490109,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490110,\"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\":\"215972\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"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\":\"215975\",\"Title\":\"Kaziranga National Park - Guwahati\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p><strong>Guwahati (1148 Ft \\/ 350 Mts, 250 Kms \\/ 05 to 06 Hrs drive approx)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast check out and drive to Guwahati. Check in to hotel. Later visit Kamakhya temple (on direct payment) &ndash; it is situated at the top of the Nilachal Hill at about 800 feet above the sea level. The entire temple complex not only comprises of many other temples but also a whole set of people connected with them. Apart from the main Devi temple, it also comprises of some other major temples of Devi Kali, Tara, Bagala, Chinnamasta, Bhuvanesvari, Bhairavi and Dhumavati (Notes-Timing 08:00 A.M till 01:00 P.M &amp; 3:00 P.M till its gets dark). Evening go for Sunset river cruise (subjected to operational condition - on additional cost). Overnight at Guwahati.<\\/p>\\r\\n\\r\\n<p>Notes:<\\/p>\\r\\n\\r\\n<p>The Cruise in the Brahmaputra River is subjected to water level &amp; operational condition. If the water level increases then the cruise will not be operational.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490101,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490102,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490103,\"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\":\"215978\",\"Title\":\"Guwahati Hotel -  Guwahati Airport \\/ Railway Station for onward connection  \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p><strong>Guwahati (1148 Ft \\/ 350 Mts, 25 Kms \\/ 01 Hrs drive approx)<\\/strong><\\/p>\\r\\n\\r\\n<p>After breakfast drive to Guwahati Airport \\/ Railway Station for your onward connection.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":\"30331\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":19763,\"priceDoubleOcc\":\"25520.00\",\"priceSingleOcc\":59290,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25520.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":19763,\"priceDoubleOcc\":\"25520.00\",\"priceSingleOcc\":59290,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25520.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":19763,\"priceDoubleOcc\":\"25520.00\",\"priceSingleOcc\":59290,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25520.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":21817,\"priceDoubleOcc\":\"28600.00\",\"priceSingleOcc\":62370,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":21303,\"priceDoubleOcc\":\"27830.00\",\"priceSingleOcc\":61600,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27830.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":24383,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":66220,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"4840.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30332\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33880.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"33880.00\",\"priceSingleOcc\":83820,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"33880.00\",\"priceSingleOcc\":83820,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":27720,\"priceDoubleOcc\":\"33880.00\",\"priceSingleOcc\":83820,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":29773,\"priceDoubleOcc\":\"36960.00\",\"priceSingleOcc\":86900,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36960.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":29260,\"priceDoubleOcc\":\"36190.00\",\"priceSingleOcc\":86130,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":32413,\"priceDoubleOcc\":\"40920.00\",\"priceSingleOcc\":90860,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30333\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"72490.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":60133,\"priceDoubleOcc\":\"72490.00\",\"priceSingleOcc\":205370,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"72490.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":60133,\"priceDoubleOcc\":\"72490.00\",\"priceSingleOcc\":205370,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"72490.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":60133,\"priceDoubleOcc\":\"72490.00\",\"priceSingleOcc\":205370,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"72490.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":62260,\"priceDoubleOcc\":\"75680.00\",\"priceSingleOcc\":208560,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"75680.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":61747,\"priceDoubleOcc\":\"74910.00\",\"priceSingleOcc\":207790,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"74910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":64827,\"priceDoubleOcc\":\"79530.00\",\"priceSingleOcc\":212410,\"priceExtraBed\":\"25630.00\",\"priceWithoutBed\":\"10010.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"79530.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\":\"30331\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24360.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"24360.00\",\"priceSingleOcc\":56595,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"24360.00\",\"priceSingleOcc\":56595,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"24360.00\",\"priceSingleOcc\":56595,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":20825,\"priceDoubleOcc\":\"27300.00\",\"priceSingleOcc\":59535,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":20335,\"priceDoubleOcc\":\"26565.00\",\"priceSingleOcc\":58800,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26565.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":23275,\"priceDoubleOcc\":\"30975.00\",\"priceSingleOcc\":63210,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"4620.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30332\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32340.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"32340.00\",\"priceSingleOcc\":80010,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"32340.00\",\"priceSingleOcc\":80010,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":26460,\"priceDoubleOcc\":\"32340.00\",\"priceSingleOcc\":80010,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":28420,\"priceDoubleOcc\":\"35280.00\",\"priceSingleOcc\":82950,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35280.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":27930,\"priceDoubleOcc\":\"34545.00\",\"priceSingleOcc\":82215,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34545.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":30940,\"priceDoubleOcc\":\"39060.00\",\"priceSingleOcc\":86730,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30333\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69195.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":57400,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":196035,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69195.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":57400,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":196035,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69195.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":57400,\"priceDoubleOcc\":\"69195.00\",\"priceSingleOcc\":196035,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69195.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":59430,\"priceDoubleOcc\":\"72240.00\",\"priceSingleOcc\":199080,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"72240.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":58940,\"priceDoubleOcc\":\"71505.00\",\"priceSingleOcc\":198345,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71505.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-01-15\",\"Currency\":1,\"priceTripleOcc\":61880,\"priceDoubleOcc\":\"75915.00\",\"priceSingleOcc\":202755,\"priceExtraBed\":\"24465.00\",\"priceWithoutBed\":\"9555.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"75915.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rooms &amp;amp; rates are subject to the availabilty at the time of confirmation.&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;5% GST Extra.&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215948\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215948],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215951\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215951],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215954\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215954],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215957\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215957],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215960\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[215960],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215963\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215963],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215966\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[215966],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215969\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[215969],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215972\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[215972],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215975\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[215975],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"215978\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[215978],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Cherrapunji,Shillong,Kaziranga National Park,Guwahati','Cherrapunji,Meghalaya,Indian Subcontinent,Northeast India,India,Shillong,Kaziranga National Park,Assam,Guwahati',NULL,'34563,25073,13741,11240',24360,79530,7,NULL,NULL,NULL,2,'',0,'2021-12-10 00:00:00','2022-01-15 00:00:00','2022-01-15 00:00:00',3,'India','101','2023-06-01 17:33:24','2021-12-10 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'north-east-package-07n/08d',NULL,NULL,NULL,0),(45,30372,1,35,1,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":30372,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/pattaya_and_bangkok_-_5_nights_6_days_1639202317.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Bangkok, Thailand&amp;rsquo;s capital, is a large city known for ornate shrines and vibrant street life. The boat-filled Chao Phraya River feeds its network of canals, flowing past the Rattanakosin royal district, home to opulent Grand Palace and its sacred Wat Phra Kaew Temple. Nearby is Wat Pho Temple with an enormous reclining Buddha and, on the opposite shore, Wat Arun Temple with its steep steps and Khmer-style spire.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Bangkok\",\"SourcePlaceSysId\":2266,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Pattaya And Bangkok - 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490217,\"Name\":\"Golden Sea Pattaya\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9265615\",\"Long\":\"100.8831833\",\"Address\":\"316\\/152 Moo 10 Chalermprakiat Rd Soi Chalermprakiat 33 Nongprue Muang Pattaya, Amphoe Bang Lamung, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490218,\"Name\":\"Grand Bella Hotel Pattaya\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9352044\",\"Long\":\"100.8872075\",\"Address\":\"336\\/26 M.9 Muang Pattaya, Amphoe Bang Lamung, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490219,\"Name\":\"Garden Cliff Resort and Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9698469\",\"Long\":\"100.8865543\",\"Address\":\"220\\/21 &agrave;&cedil;&laquo;&agrave;&cedil;&iexcl;&agrave;&cedil;&sup1;&agrave;&sup1;&circ;&agrave;&cedil;&mdash;&agrave;&cedil;&micro;&agrave;&sup1;&circ; 5 Soi Pho Samphan, Muang Pattaya, Amphoe Bang Lamung, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":4646,\"Title\":\"Golden Buddha\",\"Description\":\"The Golden Buddha, officially titled Phra Phuttha Maha Suwana Patimakon is a gold statue, with a weight of 5.5 tons (5,500 kilograms). It is located in the temple of Wat Traimit, Bangkok, Thailand. At one point in its history the statue was covered with a layer of stucco and coloured glass to conceal its true value\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/36_1524483061.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8512,\"Title\":\"Marble Temple\",\"Description\":\"Wat Benchamabophit Dusitvanaram is a Buddhist temple in the Dusit district of Bangkok, Thailand. Also known as the marble temple, it is one of Bangkok&amp;#039;s best-known temples and a major tourist attraction. It typifies Bangkok&amp;#039;s ornate style of high gables, stepped-out roofs and elaborate finials.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Marble_Temple_2266_1551335732.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490233,\"Name\":\"FuramaXclusive Sukhumvit\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7461309\",\"Long\":\"100.5513246\",\"Address\":\"27 Soi Sukhumvit 1, Klongtoey-Nua Khet Watthana, Krung Thep Maha Nakhon 10110, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490221,\"Name\":\"Avani Atrium Bangkok Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7469825\",\"Long\":\"100.5702056\",\"Address\":\"1880 New Petchaburi Rd, Khwaeng Bang Kapi, Khet Huai Khwang, Krung Thep Maha Nakhon 10310, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490222,\"Name\":\"Lancaster Bangkok\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7489297\",\"Long\":\"100.5674611\",\"Address\":\"Lancaster Bangkok Hotel, 1777 Phetchaburi Rd, Bangkapi, Khet Huai Khwang, Krung Thep Maha Nakhon 10310, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490317,\"Name\":\"FuramaXclusive Sukhumvit\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7461309\",\"Long\":\"100.5513246\",\"Address\":\"27 Soi Sukhumvit 1, Klongtoey-Nua Khet Watthana, Krung Thep Maha Nakhon 10110, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490318,\"Name\":\"Avani Atrium Bangkok Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7469825\",\"Long\":\"100.5702056\",\"Address\":\"1880 New Petchaburi Rd, Khwaeng Bang Kapi, Khet Huai Khwang, Krung Thep Maha Nakhon 10310, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490319,\"Name\":\"Lancaster Bangkok\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7489297\",\"Long\":\"100.5674611\",\"Address\":\"Lancaster Bangkok Hotel, 1777 Phetchaburi Rd, Bangkapi, Khet Huai Khwang, Krung Thep Maha Nakhon 10310, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":4646,\"Title\":\"Golden Buddha\",\"Description\":\"The Golden Buddha, officially titled Phra Phuttha Maha Suwana Patimakon is a gold statue, with a weight of 5.5 tons (5,500 kilograms). It is located in the temple of Wat Traimit, Bangkok, Thailand. At one point in its history the statue was covered with a layer of stucco and coloured glass to conceal its true value\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/36_1524483061.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":8512,\"Title\":\"Marble Temple\",\"Description\":\"Wat Benchamabophit Dusitvanaram is a Buddhist temple in the Dusit district of Bangkok, Thailand. Also known as the marble temple, it is one of Bangkok&amp;#039;s best-known temples and a major tourist attraction. It typifies Bangkok&amp;#039;s ornate style of high gables, stepped-out roofs and elaborate finials.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Marble_Temple_2266_1551335732.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"216064\",\"Title\":\"Arrive Thailand - Pattaya:\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to the capital of Thailand - Bangkok! Upon your arrival at the Suvarnabhumi International Airport, present the Thailand Pass QR Code (or COE) to the Health Control to carry out checks and proceed to Immigration. Undergo the RT-PCR COVID-19 test on arrival (Children aged under 6 years have a saliva test) Collect your luggage and transfer by a private vehicle towards the resort city of Pattaya. Download and install the MorChana application at the hotel. Arrive at your hotel in Pattaya. Standard check in time is between 1400-1500 hrs. Pattaya is one of the Thailand&amp;#39;s largest resort cities. As a beach resort with city status, Pattaya has something for everyone. Most beach resorts rely on their natural surroundings; Pattaya makes an all-out attempt to provide the best of everything- recreation, entertainment, sightseeing and fun.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490218,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490219,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216067\",\"Title\":\"Pattaya: Coral Island Tour:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Post breakfast, set out to explore the fascinating Coral Island. Coral Island is a lovely spot catering to all kinds of tourist. Whether you want to laze around on the island&amp;#39;s soft white sand or you want to get livelier and enjoy a few water sports (on your own). Enjoy Lunch. Rest of the Day is at your disposal to explore Pattaya on your own.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490218,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490219,\"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\":2020,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216070\",\"Title\":\"Pattaya: Day at Leisure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Today, the day is free to enjoy the city \\/ beach.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490218,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490219,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216073\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"216076\",\"Title\":\"Pattaya - Bangkok (90 min approx) enroute Bangkok Temple and City Tour with Golden Buddha Temple and Marble Temple of Buddha:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, take a seat in coach transfer to Bangkok as per the scheduled time. Bangkok offers to visitors not only the cosmopolitan amenities they would expect from other big cities, but also a unique treasure house of cultural attractions. Bangkok has a feast of attractions to offer, glittering Buddhist temples of great beauty, magnificent palaces, classical dance extravaganzas, numerous shopping centers and its people&amp;#39;s way of life. Arrive and enjoy a Temple and City Tour of Bangkok. Bangkok takes great pride in a large number of fascinating temples and enjoy a Temple and City Tour of Bangkok. Bangkok takes great pride in a large number of fascinating temples around the capital. After city tour proceed towards your hotel in Bangkok. Standard check in time is between 1400 hrs to 1500 hrs&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490233,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490222,\"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\":4646,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8512,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216079\",\"Title\":\"Bangkok: Day at Leisure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today after breakfast, the day is free to enjoy the city.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490317,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490318,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490319,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216082\",\"Title\":\"Depart Bangkok:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;This morning after breakfast, you will be transferred to the airport for your flight back home to India.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30372\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21188.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21188,\"priceDoubleOcc\":\"21188.20\",\"priceSingleOcc\":42376.4,\"priceExtraBed\":\"16390.00\",\"priceWithoutBed\":\"13079.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21188.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13079,\"CEB\":16390,\"COSTDO\":21188.2,\"COSTSO\":42376.4,\"ACEB\":21188.2,\"COSTTO\":21188.2}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30373\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24789.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"24789.60\",\"priceSingleOcc\":49579.2,\"priceExtraBed\":\"19679.00\",\"priceWithoutBed\":\"14916.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24789.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14916,\"CEB\":19679,\"COSTDO\":24789.6,\"COSTSO\":49579.2,\"ACEB\":24789.6,\"COSTTO\":24789.6}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30374\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33364.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33364,\"priceDoubleOcc\":\"33364.10\",\"priceSingleOcc\":66728.2,\"priceExtraBed\":\"27390.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33364.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19690,\"CEB\":27390,\"COSTDO\":33364.1,\"COSTSO\":66728.2,\"ACEB\":33364.1,\"COSTTO\":33364.1}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30372\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20225.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20225,\"priceDoubleOcc\":\"20225.10\",\"priceSingleOcc\":40450.2,\"priceExtraBed\":\"15645.00\",\"priceWithoutBed\":\"12484.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20225.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12484.5,\"CEB\":15645,\"COSTDO\":20225.1,\"COSTSO\":40450.2,\"ACEB\":20225.1,\"COSTTO\":20225.1}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30373\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23662.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23663,\"priceDoubleOcc\":\"23662.80\",\"priceSingleOcc\":47325.6,\"priceExtraBed\":\"18784.50\",\"priceWithoutBed\":\"14238.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23662.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14238,\"CEB\":18784.5,\"COSTDO\":23662.8,\"COSTSO\":47325.6,\"ACEB\":23662.8,\"COSTTO\":23662.8}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30374\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31847.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31848,\"priceDoubleOcc\":\"31847.55\",\"priceSingleOcc\":63695.1,\"priceExtraBed\":\"26145.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31847.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18795,\"CEB\":26145,\"COSTDO\":31847.55,\"COSTSO\":63695.1,\"ACEB\":31847.55,\"COSTTO\":31847.55}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"216064\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[216064],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216067\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[216067],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216070\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216070],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216073\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216073],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216076\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216076],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"216079\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[216079],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216082\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[216082],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Pattaya,Bangkok','Pattaya,South East Asia,Thailand,Bangkok',NULL,'20925,2266',20225,33364,5,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Thailand','215','2023-06-23 17:13:05','2022-11-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'pattaya-and-bangkok-5-nights-6-days',NULL,NULL,NULL,0),(46,31075,1,35,1,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31075,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/singapore_getaway_1641536116.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Republic of Singapore, is a&amp;nbsp;sovereign&amp;nbsp;island&amp;nbsp;city-state&amp;nbsp;in&amp;nbsp;maritime Southeast Asia. It lies about one degree of latitude (137 kilometres or 85 miles) north of the&amp;nbsp;equator, off the southern tip of the&amp;nbsp;Malay Peninsula, bordering the&amp;nbsp;Straits of Malacca&amp;nbsp;to the west, the&amp;nbsp;Riau Islands&amp;nbsp;(Indonesia) to the south, and the&amp;nbsp;South China Sea&amp;nbsp;to the east. The country&amp;#39;s territory is composed of one&amp;nbsp;main island,&amp;nbsp;63 satellite islands and islets, and&amp;nbsp;one outlying islet, the combined area of which has increased by 25% since the country&amp;#39;s independence as a result of extensive&amp;nbsp;land reclamation&amp;nbsp;projects. It has the&amp;nbsp;second greatest population density in the world. With a multicultural population and recognising the need to respect cultural identities, Singapore has four&amp;nbsp;official languages;&amp;nbsp;English,&amp;nbsp;Malay,&amp;nbsp;Mandarin, and&amp;nbsp;Tamil. English is the&amp;nbsp;lingua franca.&amp;nbsp;Multiracialism&amp;nbsp;is enshrined in the constitution and continues to shape&amp;nbsp;national policies&amp;nbsp;in education, housing, and politics.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Singapore Getaway\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492165,\"Name\":\"hotel grand central\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492159,\"Name\":\"Orchard Rendezvous\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492158,\"Name\":\"Grand Copthorne\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492182,\"Name\":\"Hotel Grand Central\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492183,\"Name\":\"Orchard Rendezvous\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492184,\"Name\":\"Grand Copthorne\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":12004,\"Title\":\"Madame Tussauds\",\"Description\":\"Madame Tussauds Singapore is a Wax museum and tourist attraction at the Imbiah Lookout of Sentosa Island in Singapore. It officially opened on 25 October 2014 as the seventh Asian branch of the Madame Tussauds chain of wax attractions worldwide.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Madame_Tussauds_25278_1573893439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3678,\"Title\":\"SINGAPORE FLYER\",\"Description\":\"The Singapore Flyer is a giant Ferris wheel in Singapore. It has 28 air-conditioned capsules, each able to accommodate 28 passengers, and incorporates a three-storey terminal building.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2892988,\"Long\":103.8631368,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SINGAPORE_FLYER_25278_1530614974.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting&amp;#039;s bid for the right to build Singapore&amp;#039;s second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks &amp;amp; Resorts markets the park as a &amp;quot;one-of-its-kind theme park in Asia&amp;quot; and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221065\",\"Title\":\"Arrive at Singapore:\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Singapore! Upon arrival at the airport, there will be an &amp;quot;on-arrival PCR test&amp;quot; at the Changi Airport. Guests will be transferred to their hotel by private transfers and they will have to be under self isolation in the hotel room for 24 hrs.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492159,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492158,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221068\",\"Title\":\"Night Safari\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy your breakfast and enjoy day at leisure. Evening proceed to enjoy the Night Safari is the world&amp;#39;s first nocturnal zoo and is one of the most sought-after Evening proceed to enjoy the Night Safari is the world&amp;#39;s first nocturnal zoo and is one of the most sought-after tourist delights in Singapore. Hop on board the tram for a 40-minute journey of wild animal encounters! The Night Safari is an open-air zoo set in a humid tropical forest. It is open only at night. It is divided into eight geographical zones, which can be explored either on foot via three walking trails or by tram. Get a chance to come up with lions, tigers, tapirs, deer etc. Set in a forest clearing, the &amp;#39;Creatures of the Night Show&amp;#39; is a 20-minute animal presentation which will introduce you to nocturnal animals, from the elusive owl to nimble binturongs to intuitive civets Note: Due to current Covid norms, Night Safari is operational only from Thursdays to Sundays&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492159,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492158,\"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\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221071\",\"Title\":\"Singapore City Tour with Flyer and Afternoon Sentosa Package (One Way Cable Car + Madame Tussauds + SEA Aquarium):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Post breakfast, set out to explore the Welcome to a guided tour of Singapore city. Orient yourself with key attractions like the amazing Orchard Road, a major multi-use centre Suntec City and the largest water feature in the world, &amp;#39;The Fountain of Wealth&amp;#39;. Get excited about clicking selfies at the Merlion Park against the iconic mythical creature The Merlion. Be ready to be amazed by the Singapore Flyer pass by. Drive along the Marina Bay Sands and the awesome Helix Bridge. Scramble along and take in the aroma of the delightful Little India and China Town. Enjoy the Majestic view of Singapore from flyer. Later proceed to visit Sentosa Island - Singapore&amp;#39;s premier island resort getaway. The 500- hectare island resort is home to an exciting array of themed attractions, lush rain forests, and golden sandy beaches. Enjoy the short scenic cable car ride from Mount Faber. Experience the stars at Madame Tussauds and last but not least enjoy the SEA Aquarium Note: Singapore Flyer will be operational from Wednesday - Sunday Madame Tussauds will be closed on Tuesdays and Wednesday for weekly maintenance SEA Aquarium will be closed on Wednesday for weekly maintenance&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492159,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492158,\"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\":12004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3678,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221074\",\"Title\":\"Universal Studio\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Morning breakfast, later Start your journey to Hollywood movie theme park - Universal Studios&amp;trade; forms part of Resorts World&amp;trade; Sentosa. Among the park&amp;#39;s many rides and exciting attractions are Battlestar Galactica&amp;trade;, the world&amp;#39;s tallest pair of duelling roller coasters and Far Far Away Castle&amp;trade;, the first castle from the world of Shrek where you can experience the amazing Shrek 4-D&amp;trade; attraction. One of the biggest spectacles in live entertainment is based on the movie Waterworld&amp;trade;. The action comes gushing to life in a tidal wave of death-defying stunts, explosions and thrilling action. Enjoy Jurassic Park Rapids Adventure&amp;trade;, tidal wave of death-defying stunts, explosions and thrilling action. Enjoy Jurassic Park Rapids Adventure&amp;trade;, Madagascar: A Crate Adventure&amp;trade; and Revenge of the Mummy&amp;trade;, TRANSFORMERS The Ride and many more. Note: Due to current Covid norms, Universal Studios is operational only from Thursdays to Sundays&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492182,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492183,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492184,\"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\":2162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221077\",\"Title\":\"Depart from Singapore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Morning after breakfast; you will be transferred to the airport for your flight back home to India.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"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\":\"31075\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59692.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59693,\"priceDoubleOcc\":\"59692.50\",\"priceSingleOcc\":119385,\"priceExtraBed\":\"50178.45\",\"priceWithoutBed\":\"41869.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59692.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41869.8,\"CEB\":50178.45,\"COSTDO\":59692.5,\"COSTSO\":119385,\"ACEB\":59692.5,\"COSTTO\":59692.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31076\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"67751.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":67751,\"priceDoubleOcc\":\"67751.25\",\"priceSingleOcc\":135502.5,\"priceExtraBed\":\"56361.90\",\"priceWithoutBed\":\"50269.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67751.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50269.8,\"CEB\":56361.9,\"COSTDO\":67751.25,\"COSTSO\":135502.5,\"ACEB\":67751.25,\"COSTTO\":67751.25}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"74095.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":74095,\"priceDoubleOcc\":\"74095.35\",\"priceSingleOcc\":148190.7,\"priceExtraBed\":\"62869.80\",\"priceWithoutBed\":\"52369.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74095.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":52369.8,\"CEB\":62869.8,\"COSTDO\":74095.35,\"COSTSO\":148190.7,\"ACEB\":74095.35,\"COSTTO\":74095.35}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31075\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57987.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":57987,\"priceDoubleOcc\":\"57987.00\",\"priceSingleOcc\":115974,\"priceExtraBed\":\"48744.78\",\"priceWithoutBed\":\"40673.52\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57987,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40673.52,\"CEB\":48744.78,\"COSTDO\":57987,\"COSTSO\":115974,\"ACEB\":57987,\"COSTTO\":57987}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31076\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"65815.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":65816,\"priceDoubleOcc\":\"65815.50\",\"priceSingleOcc\":131631,\"priceExtraBed\":\"54751.56\",\"priceWithoutBed\":\"48833.52\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65815.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48833.52,\"CEB\":54751.56,\"COSTDO\":65815.5,\"COSTSO\":131631,\"ACEB\":65815.5,\"COSTTO\":65815.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"71978.34\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71978,\"priceDoubleOcc\":\"71978.34\",\"priceSingleOcc\":143956.68,\"priceExtraBed\":\"61073.52\",\"priceWithoutBed\":\"50873.52\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71978.34,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":50873.52,\"CEB\":61073.52,\"COSTDO\":71978.34,\"COSTSO\":143956.68,\"ACEB\":71978.34,\"COSTTO\":71978.34}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;PCR \\/ swab test on arrival and at departure&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;International flights and departure taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visa Charges \\/ Visa On Arrival guaranteed letter Personal expenses,&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;tips and gratuities&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel insurance&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All drink and beverages&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Peak season or Public holidays surcharge&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;if any Any services not mentioned in the inclusion list&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&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;5% TCS Extra&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;Meals&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Daily Breakfast except on Day 01&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Evening Night Safari with return private transfers&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Morning City tour with flyer with return private transfers&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Sentosa Afternoon (One Way Cable Car +Madame Tussauds + SEA Aquarium) with return private transfers&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Full Day Universal Studios with return private transfers&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Return Airport Transfers on private basis&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221065\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221065],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221068\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221068],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221071\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221071],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221074\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221074],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221077\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221077],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Singapore','Singapore,South East Asia,Orient',NULL,'25278',57987,74095,4,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Singapore','190','2022-12-09 16:11:28','2022-11-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'singapore-getaway',NULL,NULL,NULL,0),(47,31105,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31105,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/heavenly_himachal_1641546961.jpg\",\"BookingValidUntill\":\"2022-03-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\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Heavenly Himachal\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492206,\"Name\":\"Manla Homes Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.1529433\",\"Long\":\"77.190489\",\"Address\":\"Mohanpur Rd, Baldeyan, Himachal Pradesh 171007, India\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492208,\"Name\":\"Comfort Inn Snowpark by Choice Hotels International\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2378614\",\"Long\":\"77.1935566\",\"Address\":\"Aleo, Manali, Himachal Pradesh 175131, India\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492211,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221318\",\"Title\":\"Arrival Delhi To Shimla\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome onboard a wonderful tour with one of the most happening destinations - Himachal! Today, we start a scenic drive from the Delhi meeting point towards Shimla. Situated in the Himalayan ranges, Shimla is a scenic drive from the Delhi meeting point towards Shimla. Situated in the Himalayan ranges, Shimla is a picturesque hill station in Himachal Pradesh. Check-in at the resort and relax. Over-night at the resort Note - Tourists coming down from other cities on their own have to reach Delhi latest by 10:00 am on the day of departure. The pickup will be from Meeting Point (Hotel Peridot or Similar) and the vehicles shall depart at 11.00 am from the respective hotel and Tourists coming down from other cities on their own have to reach latest by 10:00 am on the day of departure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492206,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"221319\",\"Title\":\"Shimla Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<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. Later drive to Kufri derives its name from &#39;Kufri&#39; which means lake. It is especially popular among trekkers. 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. 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 of Shopping time, return to your hotel for a mouth watering dinner. Overnight in the resort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492206,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1046,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1188,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1546,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221320\",\"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\":\"221321\",\"Title\":\"Shimla To Manali (290 Kms \\/ Approx 08-09 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast, depart for Manali by road. Enjoy the scenic beauty of enchanting Kullu Valley while you drive to Manali. In Hinduism, Manu was said to have survived a great flood that destroyed the rest of the world. He then recreated mankind in this Kullu Valley town. Boost your adrenaline rush while you enjoy White Water Rafting in the gushing waters of the Beas River (own Cost). check in at the hotel. Overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":\"221322\",\"Title\":\"Manali (Excursion Solang Valley)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After early breakfast 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. Enjoy Dinner and overnight in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221323\",\"Title\":\"Manali (Excursion Naggar With Local City Tour Of Manali)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Today morning after breakfast, visit 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. Prof. Late Nicholas Roerich, a reputed artist had chosen Naggar as his residence when he came to India in 1929. The house has now been converted in an art gallery which houses numbers of rare paintings and other specimen of art in Naggar. After lunch, enjoy Manali 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). Overnight in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1051,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1175,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221324\",\"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\":\"221325\",\"Title\":\"Manali To Chandigarh (298 Kms \\/ Approx 08-09 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Today after breakfast, wave a goodbye to Manali and drive to Zirakpur\\/Panchkula by road. . Later check in at the hotel in Zirakpur\\/Panchkula. Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492211,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"221326\",\"Title\":\"Departure From Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Last day of the tour, today after early breakfast, proceed to Delhi . The mesmerizing tour concludes as the coach drops you at Delhi Domestic Airport. You can aboard your further connection for your place with innumerable Himachal memories! Note - Guests, who would like to book their return journeys out of Delhi, can book their flights\\/trains after 6pm on the last day of tour - subject the traffic, road conditions and the time group checks out in the morning. Ideally, the guests should reach Delhi before 4pm in the evening. Please consult with out Holiday Experts for more details.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31105\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19419.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31105\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18864.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"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\":{\"221318\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"221319\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221320\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221321\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221322\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221323\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221324\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221325\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221326\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[221326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shimla,Manali,Chandigarh','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh',NULL,'1,16593,5765',18865,19420,6,NULL,NULL,NULL,2,'',0,'2022-01-07 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-07 00:00:00','2022-01-07 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'heavenly-himachal',NULL,NULL,NULL,0),(48,31121,1,35,1,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31121,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/himachal_-_experience_of_manali_by_volvo_1641551904.jpg\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Manali is a high-altitude Himalayan resort town in India&amp;rsquo;s northern Himachal Pradesh state. It has a reputation as a backpacking center and honeymoon destination. Set on the Beas River, it&amp;rsquo;s a gateway for skiing in the Solang Valley and trekking in Parvati Valley. It&amp;#39;s also a jumping-off point for paragliding, rafting and mountaineering in the Pir Panjal mountains, home to 4,000m-high Rohtang Pass.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Himachal - Experience Of Manali By Volvo \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Sightseeing,Volvo\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492230,\"Name\":\"Nitesh hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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&Auml;\\u0081layas. 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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1229,\"Title\":\"Nehru Kund\",\"Description\":\"The Nehru Kund is present on the Manali Keylong road in the beautiful state of Himachal Pradesh.It is a famous for photography, nature, serenity.Nehru Kund is named after the first Prime Minister of India, Dr. Jawaharlal Nehru, as he used to drink water from this spring whenever he stayed in Manali.The water in the Kund is so clear and is famed for its great taste.It also complements the surroundings with its well preserved pristine sublimity. It is a famous location  amongst all the tourists to enjoy some quiet and serene time with family and friends.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Nehru_Kund_16593_1518516813.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2029,\"Title\":\"Manikaran (Gurdwara Shri Gurunanak Dev ji)\",\"Description\":\"Manikaran is a small town located in the Parvati Valley on river Parvati, northeast of Bhuntar in the Kullu District of Himachal Pradesh. It is at an altitude of 1760 m and famous for its hot water springs and beautiful landscapes. There are many small temples in the town, making it a significant pilgrimage centre for Hindus too. The town also has a famous Gurudwara called Manikaran Sahib and it is frequented by Sikhs from all over the country. An experimental geothermal energy plant has also been set up here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.0270084,\"Long\":77.3449107,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Manikaran_(Gurdwara_Shri_Gurun_16593_1521528372.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221439\",\"Title\":\"Delhi to Manali by AC Volvo Bus\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Transfer from Delhi to Manali by AC Volvo Bus -Overnight journey - (540kms one way \\/ approx 15 hours drive \\/ gaining a height of 6,726 feet above sea level) Welcome onboard a wonderful And one of the most happening destinations - Manali! Today, aboard your AC Volvo bus from a convenient pick-up point (refer &amp;#39;Notes&amp;#39; below) and depart for Manali by road. The Semi-sleeper Coach bus from a convenient pick-up point (refer &amp;#39;Notes&amp;#39; below) and depart for Manali by road. The Semi-sleeper Coach offers you a mind-blowing view to the adjacent Himalayan Valleys. Enjoy the scenic beauty of enchanting Kullu Valley while you drive to Manali. In Hinduism, Manu was said to have survived a great flood that destroyed the rest of the world. He then recreated mankind in this Kullu Valley town. Overnight drive to Manali in the Bus.&lt;\\/p&gt;\\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\":\"221440\",\"Title\":\"Arrival Manali - Half day Local City Tour\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Today morning, reach Manali and get transferred into your hotel. Check-In at the hotel and relax. The day is free for you for leisure activities or to sit back and get acclimatized to the beautiful weather of Manali. Afternoon visit Hadimba Temple, Vashisth Kund, Nehru Kund, Tibetan Monastery and Van Vihar. Hadimba temple, also known as the Doongri Temple, is a four-tiered pagoda-like wooden temple standing in deodar trees and has beautiful the Doongri Temple, is a four-tiered pagoda-like wooden temple standing in deodar trees and has beautiful carvings on its or Namental door. Dedicated to Hadimba, the wife of Bhim, this temple is the venue for an annual fair held during May. Nehru Kund, a natural spring of clean cold water N\\/named after the late Prime Minister Jawahar Lal Nehru, who used to drink water from this spring during his stay in Manali. This spring is believed to be coming from &amp;#39;Bhrigu Lake&amp;#39;. Club House, 2kms from the town, has indoor games and some picnic spots around the clubhouse. Vashishta Springs is 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. Evening on the mall road (on own) where you can buy souvenirs and handicrafts (on your own) for your loved ones... Overnight in hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492230,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1051,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1229,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1860,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221441\",\"Title\":\"Manali - Day Excursion Solang Valley\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy the morning breakfast at the hotel and later get ready for an excursion to visit the Solang Valley. Solang Valley is outstandingly beautiful and is an ideal spot to view the majestic snow covered Himalayas, serene natural surroundings, pristine lake and fairy white snow round the year. After covering the sightseeing back to the hotel. Dinner and overnight stay in hote&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492230,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221442\",\"Title\":\"Manali - Day Excursion Excursion to Kullu ( Manikaran Sahib)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Today enjoy full day excursion to Kullu Valley your tour also includes visit to Manikaran Sahib Gurudwara (Sri Gurunank Dev Ji Gurudwara). Take holy dip in Manikaran&amp;#39;s sacred hot springs. Also visit Lord Shiva and Lord Rama Temple. Return back to Manali. Overnight Manali. Rama Temple. Return back to Manali. Overnight Manali.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492230,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":2029,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221443\",\"Title\":\"Manali to Delhi by AC Volvo Bus\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast relaxes and the afternoon will be dropped at the Manali Bus stand for your onwards Journey in a Semi Sleeper AC Volvo to Delhi. The mesmerizing tour concludes as the coach drops you at Delhi on the next day at approx 0800 hours. Overnight drive to Delhi in the Bus.&lt;\\/p&gt;\\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\":\"221444\",\"Title\":\"Arrive Delhi\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;Arrival At Delhi . You can aboard your further connection for your place with innumerable Himachal memories!&lt;\\/p&gt;\\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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10498.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10499,\"priceDoubleOcc\":\"10498.95\",\"priceSingleOcc\":20997.9,\"priceExtraBed\":\"9448.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10498.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8398.95,\"CEB\":9448.95,\"COSTDO\":10498.95,\"COSTSO\":20997.9,\"ACEB\":10498.95,\"COSTTO\":10498.95}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10198.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10199,\"priceDoubleOcc\":\"10198.98\",\"priceSingleOcc\":20397.96,\"priceExtraBed\":\"9178.98\",\"priceWithoutBed\":\"8158.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10198.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8158.98,\"CEB\":9178.98,\"COSTDO\":10198.98,\"COSTSO\":20397.96,\"ACEB\":10198.98,\"COSTTO\":10198.98}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;p&gt;Volvo Tickets: Delhi - Manali - Delhi&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pick Up and Drop from the Volvo Bus Stand&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Half day Sight Seeing in Manali&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Full Day Sight Seeing to Kullu- Manikaran.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Full Day Sight Seeing to Solang Valley&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;3 Breakfasts and 3 Dinners&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All Transfer And Sightseeing By Alto Car .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All currently applicable hotel taxes except GST @ Current Rate&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221439\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"221440\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221440],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221441\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221441],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221442\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221442],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221443\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221443],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221444\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221444],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Manali','Manali,Himachal Pradesh,Indian Subcontinent,North India,India',NULL,'16593',10199,10499,5,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'India','101','2023-02-06 10:45:13','2022-11-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'himachal-experience-of-manali-by-volvo',NULL,NULL,NULL,0),(49,31144,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31144,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/sterling_mount_abu_-_family_getaway_1641558661.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Mount Abu is a hill station in western India&amp;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&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Mount Abu\",\"DestinationPlacesSysId\":18551,\"SourcePlaces\":\"Mount Abu\",\"SourcePlaceSysId\":18551,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Sterling, Mount Abu - Family Getaway\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18551,\"Title\":\"Mount Abu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492253,\"Name\":\"Sterling Mount Abu\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5864506\",\"Long\":\"72.72492009999999\",\"Address\":\"Sterling, Aranya Village, Neel Kanth Rd, Dhundai Village, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221615\",\"Title\":\"Sterling Mount Abu or similar in Mount Abu\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive Mount Abu Check in Hotel , Rest of the day , Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"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\":\"221616\",\"Title\":\"Sterling Mount Abu or similar in Mount Abu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Day at leisure<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492253,\"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\":\"221617\",\"Title\":\"Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, check out of the resort for your onward journey<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"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\":\"31144\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6149.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6149,\"priceDoubleOcc\":\"6149.00\",\"priceSingleOcc\":12298,\"priceExtraBed\":\"5599.00\",\"priceWithoutBed\":\"5049.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6149.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\":\"31144\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5869.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5870,\"priceDoubleOcc\":\"5869.50\",\"priceSingleOcc\":11739,\"priceExtraBed\":\"5344.50\",\"priceWithoutBed\":\"4819.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5869.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221615\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221615],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221616\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221616],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221617\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Mount Abu','Mount Abu,Rajasthan,Indian Subcontinent,North India,India',NULL,'18551',5870,6149,2,NULL,NULL,NULL,2,'',0,'2022-01-07 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2023-05-15 16:27:12','2022-01-07 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'sterling-mount-abu-family-getaway',NULL,NULL,NULL,0),(50,31426,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31426,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kathmu_pokhara_nagarkot_1642156739.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Nepal Package- 04N-05D Kathmandu, Pokhara and Nagarkot&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Nagarkot\",\"DestinationPlacesSysId\":18869,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kathmandu, Pokhara and Nagarkot\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422280,\"Name\":\"The Amadablam Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7138\",\"Long\":\"85.3145\",\"Address\":\"Ring Road, Pingalsthan, Gaushala, Kathmandu\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at The Amadablam Hotel in Kathmandu, you&#039;ll be in the historical district and minutes from Royal Nepal Golf Course and close to Pashupatinath Temple.  This spa hotel is within close proximity of Guhyeshwari Temple and Chabahil.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 60 air-conditioned rooms featuring minibars and LCD televisions. Wireless Internet access (surcharge) keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and slippers. 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and a hair salon.&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 room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily from 7 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 24-hour business center, dry cleaning\\/laundry services, and a 24-hour front desk. 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\\/62\\/30\\/62307ad633bd76f40075186ec4254636a27cdf08.jpg\",\"AccoAminitiesMask\":\"1010000100001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490085,\"Name\":\"Vivanta Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6767301\",\"Long\":\"85.31088749999999\",\"Address\":\"Jhamsikhel Road 03, Lalitpur 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":422341,\"Name\":\"Yak and Yeti\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.711586\",\"Long\":\"85.320006\",\"Address\":\"P.O. Box: 1016, Kathmandu\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Hotel Yak &amp; Yeti is in the heart of Kathmandu, walking distance from Narayanhity Palace Museum and Hari Shanker Temple.  This 5-star hotel is close to Pashupatinath Temple and Boudhanath.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 270 air-conditioned rooms featuring refrigerators and minibars. Wireless Internet access (surcharge) keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers 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. You&#039;re sure to appreciate the recreational amenities, which include 2 spa tubs, outdoor tennis courts, and a sauna. Additional features at this Art Deco hotel include wireless Internet access (surcharge), 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 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.&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-in, and express check-out. Planning an event in Kathmandu? This hotel has facilities measuring 8504 square feet (790 square meters), including a conference center. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/05\\/3f\\/053fd9b3ee6198e824064a67002a0f967d020eb7.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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":21687,\"Title\":\"Pokhara\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492773,\"Name\":\"Hotel Lake Paradise\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2129197\",\"Long\":\"83.9631205\",\"Address\":\"nahar marga, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":21687,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":160343,\"Name\":\"Atithi Resort and Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2102\",\"Long\":\"83.9653\",\"Address\":\"Shanti Patan, Lakeside \"},\"Images\":{\"Image\":[{\"ImagId\":3518523,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_4_t.jpg\"},{\"ImagId\":3518524,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_5_t.jpg\"},{\"ImagId\":3518525,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_6_t.jpg\"},{\"ImagId\":3518526,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_14_t.jpg\"},{\"ImagId\":3518527,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_17_t.jpg\"},{\"ImagId\":3518528,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_12_t.jpg\"},{\"ImagId\":3518529,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_15_t.jpg\"},{\"ImagId\":3518530,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_10_t.jpg\"},{\"ImagId\":3518531,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_13_t.jpg\"},{\"ImagId\":3518532,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_16_t.jpg\"},{\"ImagId\":3518533,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_20_t.jpg\"},{\"ImagId\":3518534,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_21_t.jpg\"},{\"ImagId\":3518535,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_24_t.jpg\"},{\"ImagId\":3518536,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_19_t.jpg\"},{\"ImagId\":3518537,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_22_t.jpg\"},{\"ImagId\":3518538,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_30_t.jpg\"},{\"ImagId\":3518539,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_27_t.jpg\"},{\"ImagId\":3518540,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_34_t.jpg\"},{\"ImagId\":3518541,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_26_t.jpg\"},{\"ImagId\":3518542,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_35_t.jpg\"},{\"ImagId\":3518543,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_36_t.jpg\"},{\"ImagId\":3518544,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_37_t.jpg\"},{\"ImagId\":3518545,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_38_t.jpg\"},{\"ImagId\":3518546,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_39_t.jpg\"},{\"ImagId\":3518547,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_40_t.jpg\"},{\"ImagId\":3518548,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_41_t.jpg\"},{\"ImagId\":3518549,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_42_t.jpg\"},{\"ImagId\":3518550,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_43_t.jpg\"}]},\"CityId\":21687,\"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 Pokhara, Atithi Resort &amp;amp; Spa is close to Barahi Temple and Devi&amp;apos;s Fall.  This 4-star resort is within close proximity of World Peace Stupa and Pokhara International Mountain Museum.&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 51 individually decorated guestrooms, featuring minibars and LCD 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 rainfall showerheads and complimentary toiletries.&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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find an outdoor pool and a sauna. Additional amenities at this resort 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 in a coffee shop\\/caf&eacute;. Or stay in and take advantage of the resort&amp;apos;s 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars\\/lounges.&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 resort consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5510000\\/5506500\\/5506451\\/5506451_4_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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":18869,\"Title\":\"Nagarkot\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492778,\"Name\":\"Hotel Himalayan Villa\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7230665\",\"Long\":\"85.5275024\",\"Address\":\"Baluwapati Deupur 44812, Nepal\"},\"Images\":[],\"CityId\":18869,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492779,\"Name\":\"Hotel Himalayan Villa\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7230665\",\"Long\":\"85.5275024\",\"Address\":\"Baluwapati Deupur 44812, Nepal\"},\"Images\":[],\"CityId\":18869,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492780,\"Name\":\"Club Himalaya Nagarkot Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7169584\",\"Long\":\"85.52050679999999\",\"Address\":\"Club Himalaya Nagarkot Resort, Nagarkot Road, 44812, Nepal\"},\"Images\":[],\"CityId\":18869,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223484\",\"Title\":\"Arrive Kathmandu\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Meeting at airport upon arrival by Our Airport Representative. Transfer to hotel. Kathmandu is the capital of Nepal and the Kathmandu Valley is the political and cultural heart of the Kingdom. The urban sprawl that makes up and the Kathmandu Valley is the political and cultural heart of the Kingdom. The urban sprawl that makes up modern Kathmandu is in fact two cities, Patan and Kathmandu.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422280,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":422341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium 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\":\"223487\",\"Title\":\"Kathmandu (Sightseeing&#039;s):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;This morning you will be taken for a visit of the Hindu culture in Nepal, Pashupatinath. This is the place where holy saddhus pray and cremations on the Bagmati River are carried out. We then continue to the holiest shrine for the Buddhist culture in Nepal, Bouddhanath, with its large stupa, this is the place where all devout Buddhists come for a pilgrimage. After completion of these two spots, you will be taken take you for a visit to Patan. Also known as Lalitpur , the city of beauty is separated from Kathmandu only by the Bagmati River and is the second largest town in the valley. Lalitpur is fragmented from other cities due to its substantive architectural ancient masterpieces. Patan&amp;#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater Patan&amp;#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater concentration of temples per sq. meter than in Kathamandu or Bhaktapur. Within the city also lies the Tibetan refugee center, home to most of the valley&amp;#39;s Tibetan population. While technically refugees, the Tibetans are some of the wealthiest people in the valley because of the carpet industry they operate. For those looking to bring home a fine Tibetan carpet, this is the place to shop. You will then go to Swayambhunath the golden spire of the 5th-century Swayambhu stupa is adorned with a colorful fluttering of prayer flags; it crowns a hill overlooking the Kathmandu Valley and offers fantastic views over the city of Kathmandu. Swayambhunath is one of the most recognizable symbols in Nepal and the painted eyes of Buddha watch all who ascend the worn stone steps.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422280,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":422341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223490\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"223493\",\"Title\":\"Kathmandu to Pokhara (210 Kms \\/ 07 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Drive to Pokhara. Pokhara is 210 Km and is a 07 hours drive from Kathmandu. From Pokhara town (2,352 feet) the 25,000+ peaks of the Annapurna and Dhaulagiri ranges rise a scant 20 miles away with no intervening ridges to spoil the view. Later you will visit Bindebasini Temple. This is one of the oldest temples in Pokhara was a part of Kaski Kingdom, the main deity of the temple, Goddess Durga, was brought from India. Apart from the peace and tranquility that can be felt in this region, the premises of the temple offers a good view of the Himalaya on a clear day. The temple is in the area of the bazaar, hence a journey of the old bazaar can be combined with a visit to the temple. Sightseeing to Devi&amp;#39;s fall, also known as Patale Chango is an awesome waterfall lying 2 km southwest of Pokhara. During summer and rainy season, the waterfall takes its real form, with gushing water splashing and making its way through the rocks. Just opposite of Devi&amp;#39;s fall, on the other side of the road, there is Gupteshwor Cave. This cave is popular for the different natural forms made from limestone deposits. Photography is strictly prohibited inside the cave. Overnight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492773,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":160343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2343,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223496\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"223499\",\"Title\":\"Pokhara \\/ Nagarkot (242 Kms \\/ 08 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Drive back to Kathmandu. Continue drive to Nagarkot. Nagarkot is situated 32 kilometers, 02hrs drive east of Kathmandu at an altitude of 2,175 meters. The panoramic view of the major peaks including Mt. Everest can be seen from here. This place is also famous for viewing sunrise and sunset. Overnight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18869,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492778,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492779,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492780,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium 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\":\"223502\",\"Title\":\"Nagarkot \\/ Airport:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Drive straight to the airport which is 1.5 hours drive approx to board flight for onward journey&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18869,\"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\":\"31426\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26068.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26069,\"priceDoubleOcc\":\"26068.90\",\"priceSingleOcc\":52137.8,\"priceExtraBed\":\"19468.90\",\"priceWithoutBed\":\"10668.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26068.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10668.9,\"CEB\":19468.9,\"COSTDO\":26068.9,\"COSTSO\":52137.8,\"ACEB\":26068.9,\"COSTTO\":26068.9}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31427\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31898.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31899,\"priceDoubleOcc\":\"31898.90\",\"priceSingleOcc\":63797.8,\"priceExtraBed\":\"25298.90\",\"priceWithoutBed\":\"10998.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31898.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10998.9,\"CEB\":25298.9,\"COSTDO\":31898.9,\"COSTSO\":63797.8,\"ACEB\":31898.9,\"COSTTO\":31898.9}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31428\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35748.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"35748.90\",\"priceSingleOcc\":71497.8,\"priceExtraBed\":\"29148.90\",\"priceWithoutBed\":\"14848.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35748.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14848.9,\"CEB\":29148.9,\"COSTDO\":35748.9,\"COSTSO\":71497.8,\"ACEB\":35748.9,\"COSTTO\":35748.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31426\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24883.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24884,\"priceDoubleOcc\":\"24883.95\",\"priceSingleOcc\":49767.9,\"priceExtraBed\":\"18583.95\",\"priceWithoutBed\":\"10183.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24883.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10183.95,\"CEB\":18583.95,\"COSTDO\":24883.95,\"COSTSO\":49767.9,\"ACEB\":24883.95,\"COSTTO\":24883.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31427\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30448.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30449,\"priceDoubleOcc\":\"30448.95\",\"priceSingleOcc\":60897.9,\"priceExtraBed\":\"24148.95\",\"priceWithoutBed\":\"10498.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30448.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10498.95,\"CEB\":24148.95,\"COSTDO\":30448.95,\"COSTSO\":60897.9,\"ACEB\":30448.95,\"COSTTO\":30448.95}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31428\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34123.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34124,\"priceDoubleOcc\":\"34123.95\",\"priceSingleOcc\":68247.9,\"priceExtraBed\":\"27823.95\",\"priceWithoutBed\":\"14173.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34123.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14173.95,\"CEB\":27823.95,\"COSTDO\":34123.95,\"COSTSO\":68247.9,\"ACEB\":34123.95,\"COSTTO\":34123.95}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223484\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223484],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"223487\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223487],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"223490\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223490],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223493\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223493],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"223496\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223496],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223499\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223499],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"223502\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223502],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Kathmandu,Pokhara,Nagarkot','Kathmandu,Indian Subcontinent,Nepal,Pokhara,Nagarkot',NULL,'13672,21687,18869',24884,35749,4,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Nepal','153','2022-12-01 13:25:36','2022-11-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kathmandu-pokhara-and-nagarkot',NULL,NULL,NULL,0),(51,31702,1,35,0,0,0,'Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31702,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kerala-hills--backwaters_1643004359.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Munnar is a town in the Western Ghats mountain range in India&amp;rsquo;s Kerala state. A hill station and former resort for the British Raj elite, it&amp;#39;s surrounded by rolling hills dotted with tea plantations established in the late 19th century. Eravikulam National Park, a habitat for the endangered mountain goat Nilgiri tahr, is home to the Lakkam Waterfalls, hiking trails and 2,695m-tall Anamudi Peak.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kerala-hills-and-backwaters\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Beach,Family\",\"Validity\":{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493362,\"Name\":\"Clouds Valley Leisure Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0746742\",\"Long\":\"77.0616127\",\"Address\":\"Kannan Devan Hills, Moolakadai, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493363,\"Name\":\"Windermere Estate\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0548838\",\"Long\":\"77.0677068\",\"Address\":\"Pothamedu Pothamedu, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493364,\"Name\":\"\\u092c\\u094d\\u0932\\u0902\\u0915\\u0947\\u091f \\u0939\\u094b\\u091f\\u0932 & \\u0938\\u094d\\u092a\\u093e | \\u0932\\u0915\\u094d\\u091c\\u093c\\u0930\\u0940 5 \\u0938\\u094d\\u091f\\u093e\\u0930 \\u0930\\u0947\\u0938\\u094b\\u0930\\u094d\\u091f\\u094d\\u0938 \\u0907\\u0928 \\u092e\\u0941\\u0928\\u094d\\u0928\\u093e\\u0930\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.051616\",\"Long\":\"77.057221\",\"Address\":\"Attukad Waterfalls, Aluva - Munnar Rd, Pallivasal, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493365,\"Name\":\"Windermere Estate\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0548838\",\"Long\":\"77.0677068\",\"Address\":\"Pothamedu Pothamedu, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22053,\"Title\":\"Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22054,\"Title\":\"endangered Nilgiri Tahr\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":863,\"Title\":\"Kerala Backwaters (Boat Ride)\",\"Description\":\"Kerala is known for its panoramic backwater stretches, lush green paddy fields, highlands and beaches. A major backwater stretch lies in Kottayam district, where a network of rivers and canals empty into the great expanse of water called the Vembanad Lake. Located at Kumarakom 16 km from Kottayam town, the Vembanad Lake, an enchanting picnic spot and a fast developing backwater tourism destination, offers boating, fishing and sightseeing experiences that are truly exhilarating.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":10.8505159,\"Long\":76.2710833,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3929\\/thumb\\/Kerala Backwaters (Boat Ride)_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493367,\"Name\":\"Oxygen Resorts\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.500718299999997\",\"Long\":\"76.3493677\",\"Address\":\"Finishing Point Road, Thathampally, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493368,\"Name\":\"Ramada by Wyndham Alleppey\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.502653299999999\",\"Long\":\"76.3518607\",\"Address\":\"Nehru Trophy Boat Race Finishing Point Stadium, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":493369,\"Name\":\"Niraamaya Retreats Backwaters & Beyond\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.610192799999998\",\"Long\":\"76.43191829999999\",\"Address\":\"Pallichira Road, Vayitharamattom, Kumarakom, Kerala 686563, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22053,\"Title\":\"Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22054,\"Title\":\"endangered Nilgiri Tahr\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":863,\"Title\":\"Kerala Backwaters (Boat Ride)\",\"Description\":\"Kerala is known for its panoramic backwater stretches, lush green paddy fields, highlands and beaches. A major backwater stretch lies in Kottayam district, where a network of rivers and canals empty into the great expanse of water called the Vembanad Lake. Located at Kumarakom 16 km from Kottayam town, the Vembanad Lake, an enchanting picnic spot and a fast developing backwater tourism destination, offers boating, fishing and sightseeing experiences that are truly exhilarating.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":10.8505159,\"Long\":76.2710833,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3929\\/thumb\\/Kerala Backwaters (Boat Ride)_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"225647\",\"Title\":\"Arrival Cochin - Transfer to Munnar (140kms\\/4hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive in Cochin and Drive towards Munnar. En route experience the scenic waterfalls and drives. Munnar is a picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations picturesque hill station situated in the eastern part of Kerala; lush green-carpeted tea and coffee plantations surround it. The beautiful landscapes, cozy weather, and the smell of tealeaves make Munnar one of the most sought-after destinations in South India. Munnar is situated near the Anaimudi Peak, the highest peak in the Western Ghats. Stay overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493362,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493363,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493364,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493365,\"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\":22053,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225650\",\"Title\":\"Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Today morning after breakfast visit Mattupetty dam which has an artificial lake built by a small hydroelectric project. Echo Point is known for the natural echo affect it produces. Tea Museum (Closed on Mondays) explains about the processing of tea and history of Munnar and Eravikulam National Park is known as the natural habitat of processing of tea and history of Munnar and Eravikulam National Park is known as the natural habitat of endangered Nilgiri Tahr. Stay overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493362,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493363,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493364,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493365,\"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\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22054,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225653\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225656\",\"Title\":\"Munnar - Kumarakom \\/ Alleppey (180kms \\/ 5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, check out of the hotel. Drive to Kumarakom \\/ Alleppey and arrive by the afternoon Check into the hotel and enjoy rest of the day at leisure or take an optional cruise on the backwaters. Stay overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493367,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493368,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493369,\"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\":863,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225659\",\"Title\":\"Kumarakom\\/Alleppey - Cochin (95 kms \\/ 2.5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, check out of the hotel. Drive to Cochin and transfer to airport\\/railway station for your onward journey<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31702\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12868.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12869,\"priceDoubleOcc\":\"12868.90\",\"priceSingleOcc\":25737.8,\"priceExtraBed\":\"9790.00\",\"priceWithoutBed\":\"5060.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12868.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31703\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21668.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21669,\"priceDoubleOcc\":\"21668.90\",\"priceSingleOcc\":43337.8,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31704\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33988.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33989,\"priceDoubleOcc\":\"33988.90\",\"priceSingleOcc\":67977.8,\"priceExtraBed\":\"21879.00\",\"priceWithoutBed\":\"13189.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33988.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31702\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12283.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12284,\"priceDoubleOcc\":\"12283.95\",\"priceSingleOcc\":24567.9,\"priceExtraBed\":\"9345.00\",\"priceWithoutBed\":\"4830.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12283.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31703\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20683.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20684,\"priceDoubleOcc\":\"20683.95\",\"priceSingleOcc\":41367.9,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20683.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31704\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32443.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32444,\"priceDoubleOcc\":\"32443.95\",\"priceSingleOcc\":64887.9,\"priceExtraBed\":\"20884.50\",\"priceWithoutBed\":\"12589.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32443.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"225647\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[225647],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225650\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[225650],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225653\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[225653],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225656\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[225656],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225659\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[225659],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Munnar,Alleppey','Munnar,Kerala,Indian Subcontinent,South India,India,Alleppey,Kumarakom',NULL,'18697,670',12284,33989,3,NULL,NULL,NULL,2,'',0,'2022-01-24 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2023-02-06 10:56:03','2022-01-24 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'kerala-hills-and-backwaters',NULL,NULL,NULL,0),(52,31709,1,35,0,0,0,'Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":31709,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/exotic-kerala_1669095727\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, a state on India&amp;#39;s tropical Malabar Coast, has nearly 600km of Arabian Sea shoreline. It&amp;#39;s known for its palm-lined beaches and backwaters, a network of canals. Inland are the Western Ghats, mountains whose slopes support tea, coffee and spice plantations as well as wildlife. National parks like Eravikulam and Periyar, plus Wayanad and other sanctuaries, are home to elephants, langur monkeys and tigers&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Exotic Kerala\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Hill Station\",\"Validity\":{\"From\":\"2022-11-22\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6561,\"Title\":\"Cochin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493372,\"Name\":\"Travancore Court - A Four Star Business Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.967168999999998\",\"Long\":\"76.2851065\",\"Address\":\"Warriam Rd, near Lotus Club, Ernakulam South, Ernakulam, Kerala 682016, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493373,\"Name\":\"Travancore Court - A Four Star Business Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.967168999999998\",\"Long\":\"76.2851065\",\"Address\":\"Warriam Rd, near Lotus Club, Ernakulam South, Ernakulam, Kerala 682016, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493374,\"Name\":\"Olive Downtown\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.967126200000001\",\"Long\":\"76.3001531\",\"Address\":\"28\\/286 Kadavanthra, Jn, Kochi, Kerala 682020, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493375,\"Name\":\"Port Muziris\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.1600951\",\"Long\":\"76.3852653\",\"Address\":\"Vip Road Opposite Kochi International Airport Nedumbassery, Vappalassery, Kochi, Kerala 683572, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493377,\"Name\":\"Clouds Valley Leisure Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0746742\",\"Long\":\"77.0616127\",\"Address\":\"Kannan Devan Hills, Moolakadai, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493378,\"Name\":\"Blanket Hotel and Spa | Luxury 5 Star Resorts in Munnar\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.051616\",\"Long\":\"77.057221\",\"Address\":\"Attukad Waterfalls, Aluva - Munnar Rd, Pallivasal, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493379,\"Name\":\"Windermere Estate\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0548838\",\"Long\":\"77.0677068\",\"Address\":\"Pothamedu Pothamedu, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493380,\"Name\":\"Holiday Vista Luxury Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.606565\",\"Long\":\"77.16543419999999\",\"Address\":\"1\\/594, Kottayam - Kumily Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493381,\"Name\":\"The Elephant Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6026504\",\"Long\":\"77.17148809999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493382,\"Name\":\"Kofiland\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.611166299999999\",\"Long\":\"77.1473594\",\"Address\":\"NH 220, Kottayam - Kumily Rd, Springvalley, Periyar, Kerala 685533, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493384,\"Name\":\"Oxygen Resorts\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.500718299999997\",\"Long\":\"76.3493677\",\"Address\":\"Finishing Point Road, Thathampally, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493385,\"Name\":\"Ramada by Wyndham Alleppey\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.502653299999999\",\"Long\":\"76.3518607\",\"Address\":\"Nehru Trophy Boat Race Finishing Point Stadium, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":493386,\"Name\":\"Niraamaya Retreats Backwaters and Beyond\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.610192799999998\",\"Long\":\"76.43191829999999\",\"Address\":\"Pallichira Road, Vayitharamattom, Kumarakom, Kerala 686563, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"225671\",\"Title\":\"Arrival Cochin\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in Cochin and transfer to the hotel. Check into the hotel and enjoy rest of the day at leisure. Late in the afternoon, take a sightseeing tour of Cochin visiting the Dutch Palace, St. Francis Church, Jewish Synagogue and afternoon, take a sightseeing tour of Cochin visiting the Dutch Palace, St. Francis Church, Jewish Synagogue and see the Chinese fishing nets on the harbour. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493372,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493373,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493374,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493375,\"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\":3746,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3777,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225674\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"225677\",\"Title\":\"Cochin - Munnar (135kms\\/4hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Munnar, a beautiful hill station. Arrive by the afternoon. Check into the hotel and enjoy rest of the day at leisure or one can go and explore the local market. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493379,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225680\",\"Title\":\"Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, take a sightseeing tour of Munnar visiting the Eravikulam National Park, Mattupetty Dam, Old Munnar Town and the town market. Enjoy rest of the day at leisure. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493379,\"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\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225683\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"225686\",\"Title\":\"Munnar - Thekkady (110kms\\/3.5hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Thekkady and arrive by the afternoon. Check into the hotel and enjoy rest of the day at leisure or take an optional boat cruise in Periyar Wildlife Sanctuary. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493380,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493381,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493382,\"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\":1351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225689\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"225692\",\"Title\":\"Thekkady - Kottayam\\/Alleppey (130kms\\/4hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Kottayam\\/Alleppey and arrive by the afternoon, Check into the hotel and enjoy rest of the day at leisure or take an optional cruise on the backwaters. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493385,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493386,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"225695\",\"Title\":\"Kottayam\\/Alleppey - Cochin (95 kms\\/2.5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Cochin and transfer to airport\\/railway station for your onward journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31709\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19578.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19579,\"priceDoubleOcc\":\"19578.90\",\"priceSingleOcc\":39157.8,\"priceExtraBed\":\"19578.90\",\"priceWithoutBed\":\"19578.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9570,\"CEB\":12978.9,\"COSTDO\":19578.9,\"COSTSO\":39157.8,\"ACEB\":19578.9,\"COSTTO\":19578.9}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31710\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30798.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30799,\"priceDoubleOcc\":\"30798.90\",\"priceSingleOcc\":61597.8,\"priceExtraBed\":\"21767.90\",\"priceWithoutBed\":\"13945.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30798.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13945.8,\"CEB\":21767.9,\"COSTDO\":30798.9,\"COSTSO\":61597.8,\"ACEB\":30798.9,\"COSTTO\":30798.9}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31711\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"51478.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":51479,\"priceDoubleOcc\":\"51478.90\",\"priceSingleOcc\":102957.8,\"priceExtraBed\":\"32864.70\",\"priceWithoutBed\":\"19688.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51478.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19688.9,\"CEB\":32864.7,\"COSTDO\":51478.9,\"COSTSO\":102957.8,\"ACEB\":51478.9,\"COSTTO\":51478.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31709\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18688.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18688.95\",\"priceSingleOcc\":37377.9,\"priceExtraBed\":\"12388.95\",\"priceWithoutBed\":\"9135.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18688.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9135,\"CEB\":12388.95,\"COSTDO\":18688.95,\"COSTSO\":37377.9,\"ACEB\":18688.95,\"COSTTO\":18688.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31710\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29398.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29398.95\",\"priceSingleOcc\":58797.9,\"priceExtraBed\":\"20778.45\",\"priceWithoutBed\":\"13311.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29398.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13311.9,\"CEB\":20778.45,\"COSTDO\":29398.95,\"COSTSO\":58797.9,\"ACEB\":29398.95,\"COSTTO\":29398.95}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31711\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49138.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95},{\"From\":\"2022-01-24\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":49139,\"priceDoubleOcc\":\"49138.95\",\"priceSingleOcc\":98277.9,\"priceExtraBed\":\"31370.85\",\"priceWithoutBed\":\"18793.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49138.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18793.95,\"CEB\":31370.85,\"COSTDO\":49138.95,\"COSTSO\":98277.9,\"ACEB\":49138.95,\"COSTTO\":49138.95}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"225671\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[225671],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225674\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[225674],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225677\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[225677],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225680\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[225680],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225683\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[225683],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225686\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[225686],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225689\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[225689],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225692\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[225692],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"225695\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[225695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Cochin,Munnar,Thekkady,Alleppey','Cochin,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey,Kottayam',NULL,'6561,18697,27156,670',18689,51479,5,NULL,NULL,NULL,2,'',0,'2022-11-22 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-12-01 13:24:57','2022-11-22 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'exotic-kerala',NULL,NULL,NULL,0),(53,11,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"11\",\"VisaName\":\"Tourist Visa\",\"Nationality\":\"India\",\"VisaAdultRates\":2160,\"VisaChildRates\":2160,\"VisaInfantRates\":2160,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"\",\"CurrencyType\":0,\"Country\":\"United Arab Emirates\",\"VisaRequired\":2,\"VisaCategory\":1,\"DocName1\":null,\"DocFileName1\":null,\"DocName2\":null,\"DocFileName2\":null,\"DocName3\":null,\"DocFileName3\":null,\"DocName4\":null,\"DocFileName4\":null,\"DocName5\":null,\"DocFileName5\":null,\"DocName6\":null,\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Visa On Arrival\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":null,\"VisaValidity\":\"30\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":null,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":null,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',2160,2160,0,NULL,NULL,NULL,0,'',0,'2022-07-14 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2022-07-14 11:40:29','2022-07-14 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(54,12,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"12\",\"VisaName\":\"Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6700,\"VisaChildRates\":6700,\"VisaInfantRates\":6700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\"60\",\"VisaDuration\":\"30\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"500.00\",\"CurrencyType\":3,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"300.00\",\"CurrencyType\":3,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',6700,6700,0,NULL,NULL,NULL,0,'',0,'2022-07-14 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2022-07-14 11:40:37','2022-07-14 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'tourist-visa',NULL,NULL,NULL,0),(55,31280,1,35,1,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31280,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/rajasthan-adventure--history_1641894307.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jaipur is the capital of India&amp;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 &amp;ldquo;Pink City&amp;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&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Jaipur\",\"SourcePlaceSysId\":12995,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Rajasthan-adventure-and-history\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-11-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492514,\"Name\":\"Hotel The Livin\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9311293\",\"Long\":\"75.8005287\",\"Address\":\"18, Bani Park, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492515,\"Name\":\"Vesta International\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9146246\",\"Long\":\"75.7912757\",\"Address\":\"Linking Road,, S-3, Jaipur Rd, Near Ajmer Flyover, Gopalbari, Jaipur, Rajasthan 302001, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492517,\"Name\":\"Royal Orchid Central Jaipur\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9247407\",\"Long\":\"75.7936217\",\"Address\":\"No. A-26, A\\/2, Jaisingh Highway, Banipark, Kanti Nagar, Bani Park, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":22593,\"Title\":\"Ranthambore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492521,\"Name\":\"Ranthambhore National Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.0186016\",\"Long\":\"76.3756439\",\"Address\":\"Ranthambhore Rd, opposite Saras Dairy, Saptar, Sawai Madhopur, Rajasthan 322001, India\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492522,\"Name\":\"The Pugmark - A Wildlife Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.0483922\",\"Long\":\"76.4045202\",\"Address\":\"Village Khilchipur, Ranthambhore Rd, Sawai Madhopur, Rajasthan 322001, India\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492523,\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222518\",\"Title\":\"Jaipur\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival check in at the hotel, relax and later proceed to visit the City Palace in the afternoon, which is still the formal residence of the royal family. Also visit Chandra Mahal, Shri Govind Deo Temple and the City Palace formal residence of the royal family. Also visit Chandra Mahal, Shri Govind Deo Temple and the City Palace Museum that has the private collection of Jaipur Maharajas. We also visit Jantar Mantar, a stone observatory, which is the largest of Jai Singh&amp;#39;s five remarkable observatories. Overnight stay at the hotel in Jaipur&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492514,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492515,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1601,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222521\",\"Title\":\"Jaipur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast we proceed to visit the Amber Fort, located 11 kilometers away from Jaipur. En-route, visit the Hawa Mahal. Amber was the ancient capital of Kachawaha dynasty before Jai Singh founded Jaipur. Ride an elephant to reach the gates of the fort. In the afternoon take a walk through the colorful Bazaar of Jaipur and visit a factory to reach the gates of the fort. In the afternoon take a walk through the colorful Bazaar of Jaipur and visit a factory to see the famous block printing work, which is a specialty of Jaipur. In the evening we drive through the new city of Jaipur and visit Laxmi Narayan Mandir- a Hindu temple built in white marble. Overnight stay at the hotel in Jaipur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492514,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492515,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222524\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222527\",\"Title\":\"Jaipur to Ranthambore (190 kms\\/4.5 hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Check out and today continue on your journey to Ranthambore. Check in to the hotel and relax. Spend the day at leisure and enjoy the in-house amenities. Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492521,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492522,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492523,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222530\",\"Title\":\"Ranthambore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy breakfast and spend the day at leisure or head out for safari (by shared gypsy on direct payment basis). Stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492521,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492522,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492523,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222533\",\"Title\":\"Ranthambore To Jaipur (190 kms\\/4.5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel. Drive to Jaipur and transfer to airport\\/railway station for your onward journey&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19250,\"priceDoubleOcc\":\"19950.00\",\"priceSingleOcc\":34650,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3150,\"CEB\":10500,\"COSTDO\":19950,\"COSTSO\":34650,\"ACEB\":17850,\"COSTTO\":17850},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19950,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":36750,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3150,\"CEB\":10500,\"COSTDO\":21000,\"COSTSO\":36750,\"ACEB\":17850,\"COSTTO\":17850},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20650,\"priceDoubleOcc\":\"22050.00\",\"priceSingleOcc\":38850,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4200,\"CEB\":10500,\"COSTDO\":22050,\"COSTSO\":38850,\"ACEB\":17850,\"COSTTO\":17850},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21350,\"priceDoubleOcc\":\"23100.00\",\"priceSingleOcc\":40950,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4200,\"CEB\":10500,\"COSTDO\":23100,\"COSTSO\":40950,\"ACEB\":17850,\"COSTTO\":17850},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22400,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5250,\"CEB\":10500,\"COSTDO\":24150,\"COSTSO\":43050,\"ACEB\":18900,\"COSTTO\":18900},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23100,\"priceDoubleOcc\":\"25200.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5250,\"CEB\":10500,\"COSTDO\":25200,\"COSTSO\":46200,\"ACEB\":18900,\"COSTTO\":18900},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":13650,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":8400,\"COSTSO\":13650,\"ACEB\":4200,\"COSTTO\":4200},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":13650,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":8400,\"COSTSO\":13650,\"ACEB\":4200,\"COSTTO\":4200},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"8925.00\",\"priceSingleOcc\":14175,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8925,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":8925,\"COSTSO\":14175,\"ACEB\":4200,\"COSTTO\":4200},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"9450.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":9450,\"COSTSO\":14700,\"ACEB\":4200,\"COSTTO\":4200},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":8050,\"priceDoubleOcc\":\"9975.00\",\"priceSingleOcc\":15225,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":9975,\"COSTSO\":15225,\"ACEB\":4200,\"COSTTO\":4200},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":15750,\"priceExtraBed\":\"3150.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2100,\"CEB\":3150,\"COSTDO\":10500,\"COSTSO\":15750,\"ACEB\":4200,\"COSTTO\":4200}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27508.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27509,\"priceDoubleOcc\":\"27508.95\",\"priceSingleOcc\":55017.9,\"priceExtraBed\":\"23098.95\",\"priceWithoutBed\":\"18898.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27508.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18898.95,\"CEB\":23098.95,\"COSTDO\":27508.95,\"COSTSO\":55017.9,\"ACEB\":27508.95,\"COSTTO\":27508.95}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30028.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30029,\"priceDoubleOcc\":\"30028.95\",\"priceSingleOcc\":60057.9,\"priceExtraBed\":\"24778.95\",\"priceWithoutBed\":\"19528.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30028.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19528.95,\"CEB\":24778.95,\"COSTDO\":30028.95,\"COSTSO\":60057.9,\"ACEB\":30028.95,\"COSTTO\":30028.95}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22999.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3000,\"CEB\":10000,\"COSTDO\":19000,\"COSTSO\":33000,\"ACEB\":17000,\"COSTTO\":17000},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3000,\"CEB\":10000,\"COSTDO\":20000,\"COSTSO\":35000,\"ACEB\":17000,\"COSTTO\":17000},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":10000,\"COSTDO\":21000,\"COSTSO\":37000,\"ACEB\":17000,\"COSTTO\":17000},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4000,\"CEB\":10000,\"COSTDO\":22000,\"COSTSO\":39000,\"ACEB\":17000,\"COSTTO\":17000},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":10000,\"COSTDO\":23000,\"COSTSO\":41000,\"ACEB\":18000,\"COSTTO\":18000},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22999,\"priceDoubleOcc\":\"22999.00\",\"priceSingleOcc\":45998,\"priceExtraBed\":\"19999.00\",\"priceWithoutBed\":\"14999.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22999,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5000,\"CEB\":10000,\"COSTDO\":24000,\"COSTSO\":44000,\"ACEB\":18000,\"COSTTO\":18000},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":6867,\"priceDoubleOcc\":\"8240.00\",\"priceSingleOcc\":13390,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":8240,\"COSTSO\":13390,\"ACEB\":4120,\"COSTTO\":4120},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":6867,\"priceDoubleOcc\":\"8240.00\",\"priceSingleOcc\":13390,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":8240,\"COSTSO\":13390,\"ACEB\":4120,\"COSTTO\":4120},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7210,\"priceDoubleOcc\":\"8755.00\",\"priceSingleOcc\":13905,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8755,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":8755,\"COSTSO\":13905,\"ACEB\":4120,\"COSTTO\":4120},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7553,\"priceDoubleOcc\":\"9270.00\",\"priceSingleOcc\":14420,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9270,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":9270,\"COSTSO\":14420,\"ACEB\":4120,\"COSTTO\":4120},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":7897,\"priceDoubleOcc\":\"9785.00\",\"priceSingleOcc\":14935,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9785,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":9785,\"COSTSO\":14935,\"ACEB\":4120,\"COSTTO\":4120},{\"From\":\"2022-07-19\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":8240,\"priceDoubleOcc\":\"10300.00\",\"priceSingleOcc\":15450,\"priceExtraBed\":\"3090.00\",\"priceWithoutBed\":\"2060.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":3,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2060,\"CEB\":3090,\"COSTDO\":10300,\"COSTSO\":15450,\"ACEB\":4120,\"COSTTO\":4120}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26199.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26199,\"priceDoubleOcc\":\"26199.00\",\"priceSingleOcc\":52398,\"priceExtraBed\":\"21999.00\",\"priceWithoutBed\":\"17999.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26199,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17999,\"CEB\":21999,\"COSTDO\":26199,\"COSTSO\":52398,\"ACEB\":26199,\"COSTTO\":26199}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28599.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28599.00\",\"priceSingleOcc\":57198,\"priceExtraBed\":\"23599.00\",\"priceWithoutBed\":\"18599.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28599,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18599,\"CEB\":23599,\"COSTDO\":28599,\"COSTSO\":57198,\"ACEB\":28599,\"COSTTO\":28599}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":30,\"ExtraValue\":\"6000\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"10161\",\"Value\":\"30\"}],\"BuspickupLocation\":[],\"TransferData\":{\"222518\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222518],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222521\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222521],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222524\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222524],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222527\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222527],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222530\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222530],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222533\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222533],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Jaipur,Ranthambore','Jaipur,Rajasthan,Indian Subcontinent,North India,India,Ranthambore',NULL,'12995,22593',8240,30029,4,NULL,NULL,NULL,2,'',0,'2022-11-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-06-23 17:13:05','2022-11-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'rajasthan-adventure-and-history',NULL,NULL,NULL,0),(56,3240,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3240\",\"VisaName\":\"Australia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":8336,\"VisaChildRates\":8336,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Australia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;1. Passport copy&amp;nbsp;of all used\\/unused pages of the applicant passport with a minimum validity of 6 months at the time of travel [Original passport is NOT required].&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. Photograph&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. 1 Application Form No. 1419.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4. 1 Application Form No. 956.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;5. 1 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;White background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without sunglasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&amp;nbsp;not previously used in a visa&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;6. Covering letter&amp;nbsp;(Addressed to The Australian High Commission).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;7. Personal Latest Bank Statement&amp;nbsp;(3 months)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;8. Salary Slips&amp;nbsp;(Last 03 Months)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;9. Income Tax Papers&amp;nbsp;for last 03 yrs&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;10. Aadhar card or Voter Id card is mandatory&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;11. If invited by someone&amp;nbsp;(relative\\/friend etc), then below 3 documents are also required:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy and visa copy of invitee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relationship proof between applicant and invitee&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;12. Stay Itinerary (hotel).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;13. Copy of Old or current Australia visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;14. Travel Exemption mandatory for all applicants (Except applicants who have their immediate family members residing in Australia)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;15. Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee - Proof of employment&amp;nbsp;and&amp;nbsp;Pay slip&amp;nbsp;of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company&amp;nbsp;- Cover letter on&amp;nbsp;company`s letter head&amp;nbsp;, company`s&amp;nbsp;Original 3 month`s bank statement&amp;nbsp;(with bank seal and signature),&amp;nbsp;ITR&amp;nbsp;(for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student School ID card&amp;nbsp;is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement,&amp;nbsp;pension statements&amp;nbsp;for the last 3 months;&amp;nbsp;proof of regular income&amp;nbsp;generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;16. If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note : We require email confirmation for processing in fast track category&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical Requirement&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Health Insurance&amp;nbsp;must if above 70 years. (ALL PAX ABOVE 70 YEARS TO GO THROUGH MEDICALS).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;151.52 AUD-&amp;nbsp;Visa Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Additional Fast Track Fee of AUD 1162.62 NON REFUNDABLE .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Payment Mode-Credit Card and Debit Card only.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;DD and Cash mode is no longer accepted from 1st June 2017&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Processing Time&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;30 working days.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Disclaimer :&lt;br \\/&gt;\\r\\n* Applicants to check themselves for COVID related travel advisory\\/guidelines before their travel.&lt;br \\/&gt;\\r\\n* Jetsave only facilitates visa related process and shall not bear any liability for any travel disruption or inconvenience if caused during the travel.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"30\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Australia','Australia',NULL,'13',8336,8336,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Australia','13','2023-05-19 11:45:49','2023-05-19 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'australia-tourist-visa',NULL,NULL,NULL,0),(57,43612,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":43612,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/europe-all_1667991699\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Europe is a peninsula of the Eurasian supercontinent and is bordered by the Arctic Ocean to the north, the Atlantic Ocean to the west, and the Mediterranean, Black, and Caspian seas to the south&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Paris\",\"DestinationPlacesSysId\":20822,\"SourcePlaces\":\"Zurich\",\"SourcePlaceSysId\":30548,\"AgencyName\":\"Reisen Tours\",\"Name\":\"EUROPE ALL\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Guided Tours,Cruise\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":4304,\"Title\":\"Brussels\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":525384,\"Name\":\"Best Western Hotel Brussels South\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"50.7757994\",\"Long\":\"4.300761200000001\",\"Address\":\"E19 Paris, 1601 Brussel, Belgium\"},\"Images\":[],\"CityId\":4304,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34395,\"Title\":\"Rhine River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":49.2313352,\"Long\":8.386074899999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34396,\"Title\":\"Cologne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.937531,\"Long\":6.9602786,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":525388,\"Name\":\"Moxy Paris Bastille\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.85770780000001\",\"Long\":\"2.369855100000001\",\"Address\":\"34\\/36 Rue St Sabin, 75011 Paris, France\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34395,\"Title\":\"Rhine River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":49.2313352,\"Long\":8.386074899999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34396,\"Title\":\"Cologne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.937531,\"Long\":6.9602786,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":16041,\"Title\":\"Ludwigshafen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":525383,\"Name\":\"ACHAT Hotel M\\u00fcnchen S\\u00fcd\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.0959111\",\"Long\":\"11.5125508\",\"Address\":\"Perchtinger Str. 3, 81379 M&uuml;nchen, Germany\"},\"Images\":[],\"CityId\":16041,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34395,\"Title\":\"Rhine River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":49.2313352,\"Long\":8.386074899999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34396,\"Title\":\"Cologne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.937531,\"Long\":6.9602786,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":30548,\"Title\":\"Zurich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":401746,\"Name\":\"ibis Zurich Messe-Airport\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"47.415988\",\"Long\":\"8.558517\",\"Address\":\"Heidi Abel-Weg, ZURICH-OERLIKON 5 8050 ZURICH  CH, 8050\"},\"Images\":[],\"CityId\":30548,\"Brief\":\"Our affordable ibis Z&Atilde;&frac14;rich Messe Airport hotel is just a 10-minute walk from the Hallenstadion and Zurich exhibition center. A shuttle bus service for hotel guests takes you from the airport to the hotel and back again. The renovated hotel boasts 252 comfortable rooms with air conditioning, a contemporary restaurant, car park and 3 meeting rooms. WIFI access is available free of charge. Our bar is open 24 hours a day and will serve you drinks and snacks with a smile.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/22\\/228519\\/228519a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"BB\"},{\"RefHotelId\":401601,\"Name\":\"Holiday Inn Express Zurich Airport\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"47.451834\",\"Long\":\"8.537358\",\"Address\":\"Hofwisenstrasse 30, Rumlang, Zurich 8153\"},\"Images\":[],\"CityId\":30548,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;When you stay at Holiday Inn Express Zurich Airport in Ruemlang, you&#039;ll be near the airport and convenient to Kart-Bahn Zurich Ruemlang and BodyFlying.  This hotel is within close proximity of Hallen und Freibad Kloten and Rope and Adventure Park Zurich.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 163 air-conditioned rooms featuring flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and hair dryers. Conveniences include phones, as well as desks and coffee\\/tea makers.&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. Additional features at this hotel include concierge services, gift shops\\/newsstands, and a television in a common area.&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 Holiday Inn Express Zurich Airport. 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 complimentary wired Internet access, a 24-hour business center, and complimentary newspapers in the lobby. Planning an event in Ruemlang? This hotel has 0 square feet (0 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is complimentary at scheduled times.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0c\\/cc\\/0ccc9d4a189a9099d163a0ea3b41e5cf0e971e40.jpg\",\"AccoAminitiesMask\":\"1010000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34395,\"Title\":\"Rhine River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":49.2313352,\"Long\":8.386074899999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34396,\"Title\":\"Cologne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.937531,\"Long\":6.9602786,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"314557\",\"Title\":\"Welcome to Zurich:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;The Tour Manager \\/ Station Manager will meet you outside Zurich airport. Proceed for dinner and then to the hotel and check&amp;ndash;in.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":401601,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"314558\",\"Title\":\"Visit Mt. Titlis &ndash; Orientation tour of Lucerne:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;This morning, proceed to Mt Titlis where you will take cable car rides including the world&amp;rsquo;s first rotating cable car, the Rotair &amp;ndash; to the top of Mt. Titlis at 3,020 meters. Do not forget to visit the &amp;ldquo;Cliff Walk&amp;rdquo; a suspension bridge along the cliff of Mt. Titlis.&amp;rdquo; Later proceed for an orientation tour of Lucerne: See the Lion Monument, Kapell Brucke with some free time to shop for famous Swiss watches, knives and chocolates.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":401601,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double 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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"314559\",\"Title\":\"Day at leisure OR Excursion to Jungfraujoch with Lunch and Interlaken (Optional):\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":3,\"Program\":\"&lt;p&gt;Today, the day is at leisure OR you can join us on an adventurous ride to visit Jungfraujoch - The Top of Europe. Take a cable car from Grindelward Terminal to Eigergletscher followed by a train to Jungfraujoch &amp;ndash; the Top of Europe OR cogwheel train from Lauterbrunnen \\/ Grindelwald Grund to a height of 3,454 meters to Europe&amp;rsquo;s highest railway station. Visit the Ice Palace and the Sphinx observatory deck to view the longest glacier in the Alps. Later, take a photo stop at Interlaken.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":401601,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34394,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"314560\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\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\":\"314561\",\"Title\":\"See Rhine falls &ndash; Black Forest &ndash; Orientation tour of Heidelberg:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;This morning, check out &amp;amp; drive to Schaffhausen to see the Rhine Falls. Next visit the heart of Black Forest, for a demonstration on cuckoo clocks. Later drive to Heidelberg for an orientation tour.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16041,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"314562\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16041,\"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\":\"314563\",\"Title\":\"Rhine River cruise &ndash; Cologne Cathedral:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Today, check out &amp;amp; enjoy a scenic cruise on the River Rhine. Next proceed to Cologne. Visit the Cologne Cathedral. Later, drive to Brussels.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4304,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34396,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"314564\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4304,\"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\":\"314565\",\"Title\":\"Orientation tour of Brussels &ndash; Guided city tour of Paris:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;This morning, check out and proceed for an orientation tour of Brussels. Visit the Grand Place and see the Manneken Pis statue. Next drive to Paris and enjoy a guided city tour: See the Alexander Bridge, Arc de Triumph, Concorde Square, Opera House, Invalides, Champs Elysees and much more.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":525388,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":9756,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12612,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"314566\",\"Title\":\"Eiffel Tower (2nd Level) &ndash; Disneyland Park OR Studios (Optional) OR La Vallee shopping Village (Optional):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Check out and visit the Eiffel Tower (2nd level). Later you have a choice to join us for Disneyland Park OR Disneyland Studios and enjoy rides (upto 4 hours) OR you can opt for a shopping experience at La Vallee Village with transfers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later in the evening travel back to your&amp;nbsp;home with pleasant memories of your European tour, which we are sure you will treasure for a lifetime.&lt;\\/p&gt;\\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\":[{\"IsIncluded\":true,\"Id\":2226,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3155,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43612\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46402.51\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":46403,\"priceDoubleOcc\":\"46402.51\",\"priceSingleOcc\":111366.04000000001,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46402.51,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":550,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":49496,\"priceDoubleOcc\":\"51042.77\",\"priceSingleOcc\":116006.29999999999,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51042.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":605,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":51352,\"priceDoubleOcc\":\"53826.92\",\"priceSingleOcc\":118790.45,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53826.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":638,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":52590,\"priceDoubleOcc\":\"55683.02\",\"priceSingleOcc\":120646.54999999999,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55683.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":660,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":53827,\"priceDoubleOcc\":\"57539.12\",\"priceSingleOcc\":122502.65,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57539.12,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":682,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":55683,\"priceDoubleOcc\":\"60323.27\",\"priceSingleOcc\":125286.79999999999,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60323.27,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":715,\"COSTSO\":\"700.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":550,\"COSTTO\":550}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"314557\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[314557],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314558\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[314558],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314559\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[314559],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314560\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[314560],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"314561\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[314561],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314562\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[314562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"314563\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[314563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314564\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[314564],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"314565\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[314565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"314566\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[314566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Brussels,Paris,Ludwigshafen,Zurich','Zurich,Europe,Switzerland,Ludwigshafen,Western Europe,Germany,Brussels,Belgium,Paris,France','','4304,20822,16041,30548',46403,60323,6,'',NULL,'[{\"day\":1,\"images\":\"Zurich (2).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Jungfraujoch.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Rhine River Cruise.jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Belgium,France,Germany,Switzerland','21,76,83,210','2023-06-23 17:13:06','2023-05-25 00:00:00',1,1,'1','1','0','','','',NULL,'europe-all',NULL,NULL,NULL,0),(58,43966,1,35,1,0,0,'Honeymoon,Family,Cruise',NULL,1,1,0,'{\"package\":{\"TPId\":43966,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/hanoi--sapa--halong--hanoi-dn_1668247431\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Discover and enjoy the unmatchable natural beauty and cultural complexities of Vietnam. It&amp;rsquo;s a popular destination amongst&amp;nbsp;tourists, especially from India.&amp;nbsp;Tourism&amp;nbsp;in&amp;nbsp;Vietnam&amp;nbsp;offers variety of sightseeing and entertainment options. With its rich culture of art and craft, the country is known for its impressive markets especially in larger metropolises like Ho Chi Minh City and Hanoi.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Hanoi\",\"DestinationPlacesSysId\":11487,\"SourcePlaces\":\"Hanoi\",\"SourcePlaceSysId\":11487,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Vietnam Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12442\",\"SupplierName\":\"Novi Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,All Meals,Sightseeing,Guided Tours,Bus,Cruise,All Transfers\",\"PackageType\":\"Honeymoon,Family,Cruise\",\"Validity\":{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":24283,\"Title\":\"Sapa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526376,\"Name\":\"Sapa Green Forest Hotel - Sapa Convention Center\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.336729\",\"Long\":\"103.8410858\",\"Address\":\"01 Ph? Xu&acirc;n Vi&ecirc;n, TT. Sa Pa, Sa Pa, L&agrave;o Cai 31736, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526377,\"Name\":\"Halong Dragon Cruise\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.037211\",\"Long\":\"105.851402\",\"Address\":\"5 P. H&agrave;ng Chi?u, ??ng Xu&acirc;n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526379,\"Name\":\"Thang Long Opera Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.028272\",\"Long\":\"105.8573468\",\"Address\":\"1C Ph? T&ocirc;ng ??n, 1C P. T&ocirc;ng ??n, L&yacute; Th&aacute;i T?, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526381,\"Name\":\"Spa Charme\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.790436\",\"Long\":\"106.947166\",\"Address\":\"L&ocirc; B1, L&ecirc; Du?n, Khu Ph??c h?i, TT. Long Th&agrave;nh, Long Th&agrave;nh, ??ng Nai, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526382,\"Name\":\"Sapa Charm Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"22.3296304\",\"Long\":\"103.8455028\",\"Address\":\"M??ng Hoa, Sa Pa, L&agrave;o Cai, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526413,\"Name\":\"Hong Ha Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.0278039\",\"Long\":\"105.8580638\",\"Address\":\"204 ?. Tr?n Quang Kh?i, Tr&agrave;ng Ti?n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Twin Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526383,\"Name\":\"Novotel Hanoi Thai Ha\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.009892\",\"Long\":\"105.824023\",\"Address\":\"Wd, 2 P. Th&aacute;i H&agrave;, Str, ??ng ?a, H&agrave; N?i 100000, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double\\/Twin\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526385,\"Name\":\"Pao\'s Sapa Leisure Hotel\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"22.3268721\",\"Long\":\"103.8468316\",\"Address\":\"M??ng Hoa, TT. Sa Pa, Sa Pa, L&agrave;o Cai 661300, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double\\/Twin\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526412,\"Name\":\"Hong Ha Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.0278039\",\"Long\":\"105.8580638\",\"Address\":\"204 ?. Tr?n Quang Kh?i, Tr&agrave;ng Ti?n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":24283,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Twin Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":34834,\"Title\":\"Halong Bay\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":11405,\"CityName\":\"Halong\",\"Lat\":20.9100512,\"Long\":107.1839024,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/11405\\/sightseeing\\/35_1668405830.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null}]}},{\"CityId\":11487,\"Title\":\"Hanoi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526417,\"Name\":\"Halong Dragon Cruise\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.037211\",\"Long\":\"105.851402\",\"Address\":\"5 P. H&agrave;ng Chi?u, ??ng Xu&acirc;n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":11487,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":34834,\"Title\":\"Halong Bay\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":11405,\"CityName\":\"Halong\",\"Lat\":20.9100512,\"Long\":107.1839024,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/11405\\/sightseeing\\/35_1668405830.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null}]}},{\"CityId\":11405,\"Title\":\"Halong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526415,\"Name\":\"Halong Dragon Cruise\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.037211\",\"Long\":\"105.851402\",\"Address\":\"5 P. H&agrave;ng Chi?u, ??ng Xu&acirc;n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":11405,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":34834,\"Title\":\"Halong Bay\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":11405,\"CityName\":\"Halong\",\"Lat\":20.9100512,\"Long\":107.1839024,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/11405\\/sightseeing\\/35_1668405830.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"316883\",\"Title\":\"India &ndash; Noi Bai Airport &ndash; Sapa &ndash; Moana Check-in point &ndash; Tinh Night Market (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive Noi Bai Airport \\/ Transfer to Sapa \\/ Breakfast at stop on highway \\/ Lunch at Vietnamese restaurant \\/&lt;br \\/&gt;\\r\\nHotel check in \\/ Moana Check-in Viewpoint \\/ Dinner at Vietnamese restaurant \\/ Tinh Market Sapa \\/&lt;br \\/&gt;\\r\\nOvernight at Hotel, Sapa&lt;br \\/&gt;\\r\\nBreakfast at highway stop: Local Vietnamese Food such as Bread and Egg \\/ Noodle \\/ &amp;hellip;&lt;br \\/&gt;\\r\\nLunch: Vietnamese food&lt;br \\/&gt;\\r\\nDinner: Vietnamese food &amp;ndash; Vietnam Salmon Hotpot&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24283,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526376,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"},{\"IsIncluded\":false,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"},{\"IsIncluded\":false,\"Id\":526413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":526379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":526381,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":526382,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"},{\"IsIncluded\":true,\"Id\":526383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"},{\"IsIncluded\":false,\"Id\":526385,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"}],\"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\":\"316886\",\"Title\":\"Sapa &ndash; Cat Cat Village &ndash; Tien Sa Waterfall &ndash; Sunworld Fansipan Legend (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Breakfast Buffet at Hotel \\/ Cat Cat Village \\/ Tien Sa Waterfall \\/ Lunch at Fansipan restaurant \\/ Sunworld&lt;br \\/&gt;\\r\\nFansipan Legend &amp;amp; Check in Sapa Station \\/ Visit Fansipan Mountain by Cable Car (roundtrip) \\/ Fansipan&lt;br \\/&gt;\\r\\nPeak (3,143m height) \\/ Dinner at Vietnamese restaurant \\/ Overnight at Hotel, Sapa&lt;br \\/&gt;\\r\\nLunch: Buffet in Fansipan Restaurant (International Style)&lt;br \\/&gt;\\r\\nDinner: Vietnamese food &amp;ndash; Vietnam Salmon Hotpot&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24283,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":526376,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"},{\"IsIncluded\":true,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"},{\"IsIncluded\":false,\"Id\":526412,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"},{\"IsIncluded\":false,\"Id\":526413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Twin Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":false,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":true,\"Id\":526379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":526382,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":526377,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"},{\"IsIncluded\":true,\"Id\":526383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"},{\"IsIncluded\":false,\"Id\":526385,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"}],\"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\":\"316889\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24283,\"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\":\"316892\",\"Title\":\"Sapa &ndash; Hanoi &ndash; Hanoi City Tour &ndash; Massage (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Breakfast Buffet at Hotel \\/ Check out hotel 07.30 \\/ Transfer to Hanoi \\/ Lunch at Indian restaurant \\/ Check in&lt;br \\/&gt;\\r\\nHotel \\/ Ba Dinh Square \\/ Ho Chi Minh Mausoleum \\/ Ho Chi Minh Residence \\/ One Pillar Pagoda \\/ Hoan&lt;br \\/&gt;\\r\\nKiem Lake \\/ Massage at Huong Sen Healthcare Center \\/ Dinner at Indian restaurant \\/ Overnight at Hotel,&lt;br \\/&gt;\\r\\nHanoi&lt;br \\/&gt;\\r\\nLunch: Indian food&lt;br \\/&gt;\\r\\nDinner: Indian food&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"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\":\"316895\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"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\":\"316898\",\"Title\":\"Hanoi &ndash; Halong &ndash; Halong Bay Boat Trip (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast Buffet at Hotel \\/ Transfer to Halong \\/ Take a boat trip to visit Halong Bay (World Heritage by&lt;br \\/&gt;\\r\\nUNESCO) \\/ Lunch on Boat \\/ Lan Ha Bay \\/ Bright Cave and Dark Cave \\/ Kayak and Swimming \\/ Overnight&lt;br \\/&gt;\\r\\non cruise, Halong&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Lunch: On Cruise (Vietnam Style)&lt;br \\/&gt;\\r\\nDinner: On Cruise (Vietnam Style)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11405,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526415,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":526415,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":526415,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316901\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11405,\"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\":\"316904\",\"Title\":\"Halong &ndash; Halong Bay Boat Trip &ndash; Hanoi (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Breakfast Buffet on cruise \\/ Tra Bau Fish Village \\/ Lunch on boat \\/ Back to Tuan Chau Port \\/ Transfer to&lt;br \\/&gt;\\r\\nHanoi \\/ Check in Hotel \\/ Free &amp;amp; easy \\/ Water Puppet show (20.00 Sat, Sun only) \\/ Dinner at Indian restaurant&lt;br \\/&gt;\\r\\n\\/ Overnight at Hotel, Hanoi&lt;br \\/&gt;\\r\\nLunch: On Cruise (Vietnamese or Western Style)&lt;br \\/&gt;\\r\\nDinner: Indian food&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526417,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":526417,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":526417,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"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\":\"316907\",\"Title\":\"Hanoi &ndash; Hanoi City Tour &ndash; India (B\\/L\\/- for DEL option, B\\/L\\/D for BOM option)\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":6,\"Program\":\"&lt;p&gt;Breakfast Buffet at Hotel \\/ City tour by minibus at Old Quarter \\/ Temple of Literature \\/ Lunch at Indian&lt;br \\/&gt;\\r\\nrestaurant \\/ Check out Hotel \\/ Transfer to Noi Bai Airport for departure &amp;ndash; END TOUR.&lt;br \\/&gt;\\r\\nLunch: Indian food&lt;br \\/&gt;\\r\\nDinner: Indian food (only for itinerary start from Mumbai)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"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\":\"43966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49404.28\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"49404.28\",\"priceSingleOcc\":159098.52000000002,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49404.28,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":584.1,\"COSTSO\":1881,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"50706.84\",\"priceSingleOcc\":160401.08000000002,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50706.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":599.5,\"COSTSO\":1896.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"52939.80\",\"priceSingleOcc\":162634.04,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52939.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":625.9,\"COSTSO\":1922.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"56754.44\",\"priceSingleOcc\":166448.68,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56754.44,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":671,\"COSTSO\":1967.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"64569.81\",\"priceSingleOcc\":174264.05,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64569.81,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":763.4,\"COSTSO\":2060.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"49404.28\",\"priceDoubleOcc\":\"84108.23\",\"priceSingleOcc\":193802.47,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":84108.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":994.4,\"COSTSO\":2291.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":584.1,\"COSTTO\":584.1}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50334.68\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"50334.68\",\"priceSingleOcc\":162820.13,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50334.68,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":595.1,\"COSTSO\":1925,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"51637.24\",\"priceSingleOcc\":164122.69,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51637.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":610.5,\"COSTSO\":1940.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"53870.20\",\"priceSingleOcc\":166355.65,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53870.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":636.9,\"COSTSO\":1966.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"57684.85\",\"priceSingleOcc\":170170.3,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57684.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":682,\"COSTSO\":2011.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"65500.22\",\"priceSingleOcc\":177985.66999999998,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65500.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":774.4,\"COSTSO\":2104.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"50334.68\",\"priceDoubleOcc\":\"85038.62\",\"priceSingleOcc\":197524.07,\"priceExtraBed\":\"50334.68\",\"priceWithoutBed\":\"50334.68\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85038.62,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":595.1,\"CEB\":595.1,\"COSTDO\":1005.4,\"COSTSO\":2335.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":595.1,\"COSTTO\":595.1}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43968\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"60103.89\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"60103.89\",\"priceSingleOcc\":192127.76,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60103.89,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":710.6,\"COSTSO\":2271.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"61406.44\",\"priceSingleOcc\":193430.31,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61406.44,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":726,\"COSTSO\":2286.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"63639.41\",\"priceSingleOcc\":195663.28,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63639.41,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":752.4,\"COSTSO\":2313.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"67454.06\",\"priceSingleOcc\":199477.93,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67454.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":797.5,\"COSTSO\":2358.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"75269.43\",\"priceSingleOcc\":207293.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75269.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":889.9,\"COSTSO\":2450.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"60103.89\",\"priceDoubleOcc\":\"94807.83\",\"priceSingleOcc\":226831.7,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94807.83,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1120.9,\"COSTSO\":2681.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":710.6,\"COSTTO\":710.6}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"316883\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[316883],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316886\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316886],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316889\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316889],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316892\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316892],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316895\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316895],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316898\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316898],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316901\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[316901],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316904\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[316904],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316907\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[316907],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Sapa,Hanoi,Halong','Sapa,South East Asia,Vietnam,Orient,Hanoi,Halong','','24283,11487,11405',49404,94808,5,'58_1669274544_0.jpg,58_1669274544_1.jpg,58_1669274544_2.jpg',NULL,'[{\"day\":1,\"images\":\"pexels-marcus-nguyen-980221.jpg\"},{\"day\":2,\"images\":\"pexels-vo-thuy-tien-2602490.jpg\"},{\"day\":3,\"images\":\"pexels-hugo-heimendinger-2984369.jpg\"},{\"day\":4,\"images\":\"pexels-quang-nguyen-vinh-2582757.jpg\"},{\"day\":5,\"images\":\"pexels-nguy\\u1ec5n-anh-v\\u0169-2796627 (1).jpg\"},{\"day\":6,\"images\":\"pexels-ian-slater-2219701.jpg\"}]',2,'',0,'2023-09-22 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'Vietnam','236','2023-09-22 13:33:21','2023-09-22 00:00:00',1,1,'1','1','0','Vietnam holiday packages from India, Vietnam Holiday Packages At Best Rates, Vietnam holiday packages, Vietnam vacation, Cruise trip, best time to visit Vietnam, places to visit in Vietnam, best places to visit in Vietnam,  Vietnam tourism','Get Vietnam Holiday Packages At Best Rates \r\nPackage Includes: Hotel Accommodation, Meal Full Board, Tour Guide, Sightseeing, Hanoi City Tour,  Entrance Tickets, Airport Pickup & Drop, 2D & 1N Cruise Trip','Vietnam Holiday Packages From India',NULL,'vietnam-tour-package',NULL,NULL,NULL,0),(59,44026,1,35,1,0,0,'Honeymoon',NULL,1,1,0,'{\"package\":{\"TPId\":44026,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/azerbaijan-honeymoon-package_1668430610\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Azerbaijan, the nation and former Soviet republic, is bounded by the Caspian Sea and Caucasus Mountains, which span Asia and Europe. Its capital, Baku, is famed for its medieval walled Inner City. Within the Inner City lies the Palace of the Shirvanshahs, a royal retreat dating to the 15th century, and the centuries-old stone Maiden Tower, which dominates the city skyline.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Baku\",\"DestinationPlacesSysId\":2099,\"SourcePlaces\":\"Baku\",\"SourcePlaceSysId\":2099,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Azerbaijan Honeymoon Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12471\",\"SupplierName\":\"ONS Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Sightseeing,Visa\",\"PackageType\":\"Honeymoon\",\"Validity\":{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2099,\"Title\":\"Baku\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5447,\"Title\":\"Yanardag Burning Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which fire continuously on a slope on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan . Flames jet into the air 3 metres from a thin, porous sandstone layer.Administratively, Yanar Dag belongs to Absheron District of Azerbaijan.Yanar Dag is described by the Geological Survey of Azerbaijan as &amp;quot;Intensive flames, to 1 metre high, develop for 15 metres along the base of a 2&amp;ndash;4-metre-high and 200-metre-long tectonic scarp.The surface flames result from the steady gas falling from underlying soils.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.501861,\"Long\":49.89125,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Yanardag_Burning_Mountain_2099_1527763425.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5519,\"Title\":\"National Museum, Baku\",\"Description\":\"The National Museum of History of Azerbaijan is the largest museum in Azerbaijan, located in Baku, in the former mansion of Azerbaijani oil magnate and philanthropist Haji Zeynalabdin Taghiyev. It was founded in 1920 and opened to visitor in 1921.At the second floor of Taghiyev&amp;#039;s residence, side by side there are two major ballrooms. One is based on eastward designs (Mauritanian) style and the other, on Occidental design. The Oriental Room has large plate glass windows, gilded arches, highly analogical walls, ceilings and chandeliers. The lines in the Occidental Room are more perpendicular to each other &amp;ndash; rectangular.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3694979,\"Long\":49.8401199,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/National_Museum,_Baku_2099_1527830236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5466,\"Title\":\"Sheki City\",\"Description\":\"Found to the west of Baku, this is famed as one of the oldest human settlements in all of the Caucasus and is said to date back 2500 years. Sheki City was a stop off on the Silk Road and was famous for exquisite silks and other textiles. This tradition is still very much alive in Sheki City today, and visitors here will find ornate embroidery and other local handicrafts on offer. In addition to the arts and crafts found in this city, there are also castles, mosques, and even ancient bathhouses, as well as the Palace of Seki Khans that has stood since the 18th Century. This is even more impressive as an architectural wonder when you consider that the palace was built in its entirety without the use of nails. Make sure to check out the beautiful wall paintings and carved windows when you visit.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.1974753,\"Long\":47.1571241,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Sheki_City_2099_1527765830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34921,\"Title\":\"Palace of Shaki Khans\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.2044309,\"Long\":47.1976001,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}},{\"CityId\":35626,\"Title\":\"Gabala\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5447,\"Title\":\"Yanardag Burning Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which fire continuously on a slope on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan . Flames jet into the air 3 metres from a thin, porous sandstone layer.Administratively, Yanar Dag belongs to Absheron District of Azerbaijan.Yanar Dag is described by the Geological Survey of Azerbaijan as &amp;quot;Intensive flames, to 1 metre high, develop for 15 metres along the base of a 2&amp;ndash;4-metre-high and 200-metre-long tectonic scarp.The surface flames result from the steady gas falling from underlying soils.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.501861,\"Long\":49.89125,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Yanardag_Burning_Mountain_2099_1527763425.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5519,\"Title\":\"National Museum, Baku\",\"Description\":\"The National Museum of History of Azerbaijan is the largest museum in Azerbaijan, located in Baku, in the former mansion of Azerbaijani oil magnate and philanthropist Haji Zeynalabdin Taghiyev. It was founded in 1920 and opened to visitor in 1921.At the second floor of Taghiyev&amp;#039;s residence, side by side there are two major ballrooms. One is based on eastward designs (Mauritanian) style and the other, on Occidental design. The Oriental Room has large plate glass windows, gilded arches, highly analogical walls, ceilings and chandeliers. The lines in the Occidental Room are more perpendicular to each other &amp;ndash; rectangular.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3694979,\"Long\":49.8401199,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/National_Museum,_Baku_2099_1527830236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5466,\"Title\":\"Sheki City\",\"Description\":\"Found to the west of Baku, this is famed as one of the oldest human settlements in all of the Caucasus and is said to date back 2500 years. Sheki City was a stop off on the Silk Road and was famous for exquisite silks and other textiles. This tradition is still very much alive in Sheki City today, and visitors here will find ornate embroidery and other local handicrafts on offer. In addition to the arts and crafts found in this city, there are also castles, mosques, and even ancient bathhouses, as well as the Palace of Seki Khans that has stood since the 18th Century. This is even more impressive as an architectural wonder when you consider that the palace was built in its entirety without the use of nails. Make sure to check out the beautiful wall paintings and carved windows when you visit.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.1974753,\"Long\":47.1571241,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Sheki_City_2099_1527765830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34921,\"Title\":\"Palace of Shaki Khans\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.2044309,\"Long\":47.1976001,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}},{\"CityId\":35649,\"Title\":\"Sheki\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5447,\"Title\":\"Yanardag Burning Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which fire continuously on a slope on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan . Flames jet into the air 3 metres from a thin, porous sandstone layer.Administratively, Yanar Dag belongs to Absheron District of Azerbaijan.Yanar Dag is described by the Geological Survey of Azerbaijan as &amp;quot;Intensive flames, to 1 metre high, develop for 15 metres along the base of a 2&amp;ndash;4-metre-high and 200-metre-long tectonic scarp.The surface flames result from the steady gas falling from underlying soils.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.501861,\"Long\":49.89125,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Yanardag_Burning_Mountain_2099_1527763425.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5519,\"Title\":\"National Museum, Baku\",\"Description\":\"The National Museum of History of Azerbaijan is the largest museum in Azerbaijan, located in Baku, in the former mansion of Azerbaijani oil magnate and philanthropist Haji Zeynalabdin Taghiyev. It was founded in 1920 and opened to visitor in 1921.At the second floor of Taghiyev&amp;#039;s residence, side by side there are two major ballrooms. One is based on eastward designs (Mauritanian) style and the other, on Occidental design. The Oriental Room has large plate glass windows, gilded arches, highly analogical walls, ceilings and chandeliers. The lines in the Occidental Room are more perpendicular to each other &amp;ndash; rectangular.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3694979,\"Long\":49.8401199,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/National_Museum,_Baku_2099_1527830236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5466,\"Title\":\"Sheki City\",\"Description\":\"Found to the west of Baku, this is famed as one of the oldest human settlements in all of the Caucasus and is said to date back 2500 years. Sheki City was a stop off on the Silk Road and was famous for exquisite silks and other textiles. This tradition is still very much alive in Sheki City today, and visitors here will find ornate embroidery and other local handicrafts on offer. In addition to the arts and crafts found in this city, there are also castles, mosques, and even ancient bathhouses, as well as the Palace of Seki Khans that has stood since the 18th Century. This is even more impressive as an architectural wonder when you consider that the palace was built in its entirety without the use of nails. Make sure to check out the beautiful wall paintings and carved windows when you visit.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.1974753,\"Long\":47.1571241,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Sheki_City_2099_1527765830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34921,\"Title\":\"Palace of Shaki Khans\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.2044309,\"Long\":47.1976001,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"317247\",\"Title\":\"ARRIVAL IN BAKU\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive at Heydar Aliyev International Airport, met by representative and transfer to Hotel.&lt;br \\/&gt;\\r\\nCheck-in to Hotel.&lt;br \\/&gt;\\r\\nFresh n up &amp;amp; Relax at Hotel.&lt;br \\/&gt;\\r\\nEnjoy your Honeymoon Night with a special Candle Light Dinner.&lt;br \\/&gt;\\r\\nOvernight stay in Baku.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"317248\",\"Title\":\"ATESHGAH &amp; BURNING MOUNTAIN TOUR | HYDER ALIYEV MUSEUM\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;&lt;strong&gt;Ateshgah Fire Temple&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nThe guide will pick you up either from Sahil metro exit or your accommodation (has to be specified in &amp;quot;Extras&amp;quot; during&lt;br \\/&gt;\\r\\ncheckout) and start heading to the ancient zoroastrian temple &amp;quot;Ateshgah&amp;quot; which is considered as an authentic Azerbaijani&lt;br \\/&gt;\\r\\nexotic site to visit. It is located approximately 30 km from the center of Baku in the suburb of Surakhany. You will learn a&lt;br \\/&gt;\\r\\nlot about the temple from your guide, particularly, more about the history of creation of such a temple in Baku and&lt;br \\/&gt;\\r\\nunique natural phenomenon of burning natural gas outlets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Yanar Dagh (&amp;quot;Burning Mountain&amp;quot;)&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIn the second part of visit, after visiting the temple you will go directly to &amp;quot;Yanar Dag&amp;quot; (&amp;quot;Burning Mountain&amp;quot;), located not&lt;br \\/&gt;\\r\\ntoo far from Ateshgah Temple. It is the most famous and popular tourist site of the &amp;ldquo;eternal flame&amp;rdquo; in Azerbaijan.&lt;br \\/&gt;\\r\\nActually, it is rather a hill than a mountain, with natural gas burning on its slope from ancient times.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":4859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5447,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317249\",\"Title\":\"GOBUSTAN AND MUD VOLCANO TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;The tour will start off from Gobustan Museum, where you will see ancient human bones, work tools used back to&lt;br \\/&gt;\\r\\nthousand years ago during the Mesolithic period. Gobustan geographical region is situated in the west-south of Baku. The&lt;br \\/&gt;\\r\\nmeaning of the word &amp;laquo;Gobustan&amp;raquo; is derived from two words &amp;laquo;gobu&amp;raquo; &amp;ndash; &amp;laquo;ravine&amp;raquo; and &amp;laquo;stan&amp;raquo;- &amp;laquo;place&amp;raquo;, i.e. ravine area. The&lt;br \\/&gt;\\r\\nword &amp;laquo;gobu&amp;raquo; is also of Turkic origin and means &amp;laquo;a dried up river valley&amp;raquo;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nAfter visiting Gobustan Museum, you will advance to the mountain in order to see real rock paintings in the open air&lt;br \\/&gt;\\r\\nmuseum. Later on, the tour will proceed to the Mud Volcano which is 20 mins away from Gobustan National Museum.&lt;br \\/&gt;\\r\\nAzerbaijan keeps the first place in the world for the number of mud volcanoes. About 300 mud volcanoes are to be found&lt;br \\/&gt;\\r\\nin Azerbaijan &amp;ndash; at the shore, in the sea and on islands. During this trip you will get a great chance to see these rare and&lt;br \\/&gt;\\r\\nactive volcanoes from very close distance. Your tour will end at drop you off at your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":5706,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5519,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317250\",\"Title\":\"SHEKI TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;We will pick you up from Baku early morning at 7:00AM. From there you will head directly to one of the ancient cities of&lt;br \\/&gt;\\r\\nAzerbaijan &amp;ndash; Sheki. After around 4 and a half hours, reaching Sheki, we will go to the house that you will stay overnight.&lt;br \\/&gt;\\r\\nAs soon as we finish with accommodating, you will visit authentic national restaurant to taste typical food of Sheki. To&lt;br \\/&gt;\\r\\nburn some calories, enjoy the beauty of the city and learn about its history, you will take 3-hour walking tour around the&lt;br \\/&gt;\\r\\ncity with the local guide. We will explore the city and visit major points &amp;ndash; Palace of Sheki Khans, Caravanserai, old&lt;br \\/&gt;\\r\\nAlbanian temple and, of course, sweet houses famous for their &amp;ldquo;halva&amp;rdquo;s. We will have a tea break, so you have some rest&lt;br \\/&gt;\\r\\nbefore visiting Kish village and Albanian church.&lt;br \\/&gt;\\r\\nYou will also have time for shopping, if necessary.&lt;br \\/&gt;\\r\\nOvernight Stay in Sheki.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":5466,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34921,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317251\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"317252\",\"Title\":\"GABALA TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;On the next day, boost your appetite with fresh and juicy breakfast, as it&amp;rsquo;s time to say goodbye to Sheki. We will visit&lt;br \\/&gt;\\r\\nsecond major destination, Gabala, a city surrounded by Caucasus Mountains. We will go to Tufandag Summer-Winter&lt;br \\/&gt;\\r\\nComplex and take a cable car to enjoy the view of some high points of Greater Caucasus. Later, we&amp;rsquo;ll head to Nohur Lake&lt;br \\/&gt;\\r\\nin Gabala. Enjoy the beautiful nature of Nohur.&lt;br \\/&gt;\\r\\nWe will visit to Yeddi Gozel Waterfall - The name of the waterfall means seven beauties. There are seven steps to go up&lt;br \\/&gt;\\r\\nthe mountain. The waterfall is situated in the wood near the main road near West of Vandam. Although the waterfall is&lt;br \\/&gt;\\r\\nhard to climb, it is worth visiting. Each year thousands of people visit the waterfall.&lt;br \\/&gt;\\r\\nVisit to Gabala Shooting Centre. Explore the local market in Gabala.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nEnjoy your time in mountains.&lt;br \\/&gt;\\r\\nOvernight Stay in Gabala.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35626,\"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\":\"317253\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35626,\"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\":\"317254\",\"Title\":\"BAKU CITY AND OLD CITY WALKING TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;On the next day, boost your appetite with breakfast, as it&amp;rsquo;s time to say goodbye to Gabala. We will head to Baku.&lt;br \\/&gt;\\r\\nDig into the past, present and future of Baku in Half-Day Baku City Sightseeing Tour. Whether you are a first-time visitor&lt;br \\/&gt;\\r\\nor just want to know more about the city, this tour is for you. You&amp;rsquo;ll discover the major sights of Baku located both in old&lt;br \\/&gt;\\r\\npart of Baku called &amp;ldquo;Ichari Shahar&amp;rdquo; and more modern parts of seaside boulevard, uphill parks and buildings. You will get to&lt;br \\/&gt;\\r\\nknow the evolution of Baku since its establishment in the V century through Soviet era up to its independence. Your guide&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;will lead you along the most remarkable monuments and buildings, so you can take memorable shots on your way. Half-&lt;br \\/&gt;\\r\\nDay Baku City Sightseeing Tour covers most of the sights you can visit and see.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Baku Old Town &amp;quot;Icharishahar&amp;quot; &lt;\\/strong&gt;- As soon as you meet your guide at the exit of Icharishahar metro station, we will enter&lt;br \\/&gt;\\r\\nBaku Old Town, called &amp;quot;Icharishahar&amp;quot;. Old Town of Baku is a beautiful maze, full of narrow streets, surprising sights, old&lt;br \\/&gt;\\r\\nwooden balconies, stone roads and an atmosphere that you&amp;#39;ll never forget. A discovery by itself, every time you visit this&lt;br \\/&gt;\\r\\npart of the city. Your guide will tell you stories of locals about the Old Town and how it was changed and developed&lt;br \\/&gt;\\r\\nthroughout the history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Fountain Square&lt;\\/strong&gt; - Our second stop, the Fountain Square, was one of the first ever parks created in Azerbaijan and was&lt;br \\/&gt;\\r\\nfull of mansions of oil magnates. It&amp;#39;s located in the central street of Baku and was called &amp;quot;Torgovaya&amp;quot;, translated as the&lt;br \\/&gt;\\r\\ntrading street. Until 90s this street was full of merchants trading souvenirs, vintage accessories and clothings.&lt;br \\/&gt;\\r\\nMuseum of Miniature Books - used to be in the Guinness Books of World Records until recently, but still it has a great&lt;br \\/&gt;\\r\\ncollection of miniature and even almost microscopic books. A small museum that will be our first stop on our way to&lt;br \\/&gt;\\r\\ndiscover more!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Palace of the Shirvanshahs&lt;\\/strong&gt; - Next, enter the Shirvanshahs&amp;rsquo; Palace, the central part of ancient Shiranshahs kingdom and&lt;br \\/&gt;\\r\\ndive into the spirit of Islamic civilization while passing through the courtyard and king&amp;rsquo;s private rooms. Get to know the&lt;br \\/&gt;\\r\\nhistory of the palace and visit the mausoleums that witnessed many troubles for the past two centuries.&lt;br \\/&gt;\\r\\nMaiden Tower - Second place we will visit is the most remarkable and mysterious monument &amp;ndash; the Maiden Tower, built&lt;br \\/&gt;\\r\\nin the south-east part of the Old Town. Once you immerse yourself into the experience of discovering such extraordinary&lt;br \\/&gt;\\r\\nbuilding, you will know why it is considered as the symbol of Baku.&lt;br \\/&gt;\\r\\nBaku Boulevard - Before we head to Baku Boulevard, we will have an hour-long lunch break, so you can take some rest,&lt;br \\/&gt;\\r\\nbut also enjoy national dishes made by the soulful Azerbaijani people. Our guide will give you few options for lunch and&lt;br \\/&gt;\\r\\nit&amp;#39;s completely up to you what to eat and drink. If you choose Food &amp;amp; Drinks included option when booking, your guide&lt;br \\/&gt;\\r\\nwill take you to a national restaurant located in the downtown.&lt;br \\/&gt;\\r\\nLittle Venice - restored into a new grand look, will be our third stop. It&amp;#39;s not a long stop, but a view of the small oasis in&lt;br \\/&gt;\\r\\nBaku Boulevard.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Carpet Museum&lt;\\/strong&gt; - After we enter Baku Boulevard, we will head to the Carpet Museum. The museum is a must see if you&lt;br \\/&gt;\\r\\nare in Baku at least for a day.&lt;br \\/&gt;\\r\\nBaku Funicular - Enjoy the ride in a funicular while getting a short glimpse of Baku city up above from the hills of Baku.&lt;br \\/&gt;\\r\\nFlame Towers - Right by the Martyrs&amp;#39; Lane, you will see the Flame Towers, famous for their unique modern architectural&lt;br \\/&gt;\\r\\ndesign.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Martyrs Lane&lt;\\/strong&gt; - Martyrs&amp;#39; Alley is an exhibition of Azerbaijanis&amp;#39; courage against Soviet occupation. Get a glimpse of the end&lt;br \\/&gt;\\r\\nof totalitarian Soviet regime during our visit of Martyrs&amp;#39; Alley.&lt;br \\/&gt;\\r\\nDaghustu Park (&amp;quot;Uphill Park&amp;quot;) - At the Uphill Park, you will get a chance to see stunning view of the city. Great spot for&lt;br \\/&gt;\\r\\nselfies to show off your visit to Azerbaijan! :)&lt;br \\/&gt;\\r\\nBaku Ferris Wheel - is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The&lt;br \\/&gt;\\r\\nwheel is 60 meters tall and has 30 cabins, each holding eight people. It makes a complete turn in 30 to 40 minutes.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35649,\"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\":7294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5717,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317255\",\"Title\":\"DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Breakfast in morning.&lt;br \\/&gt;\\r\\nTransfer to Airport for Departure to India with sweet memories of the tour.&lt;br \\/&gt;\\r\\nTour ends with sweet memories&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35649,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44026\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"63137.92\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":63138,\"priceDoubleOcc\":\"63137.92\",\"priceSingleOcc\":126275.84,\"priceExtraBed\":\"63137.92\",\"priceWithoutBed\":\"63137.92\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63137.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":768.9,\"CEB\":768.9,\"COSTDO\":768.9,\"COSTSO\":1537.8,\"ACEB\":768.9,\"COSTTO\":768.9}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44026\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"60268.02\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95},{\"From\":\"2022-11-14\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":60268,\"priceDoubleOcc\":\"60268.02\",\"priceSingleOcc\":120536.04,\"priceExtraBed\":\"60268.02\",\"priceWithoutBed\":\"60268.02\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60268.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":733.95,\"CEB\":733.95,\"COSTDO\":733.95,\"COSTSO\":1467.9,\"ACEB\":733.95,\"COSTTO\":733.95}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"317247\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[317247],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317248\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[317248],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317249\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[317249],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317250\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317250],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317251\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317251],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317252\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317252],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317253\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317253],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317254\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317254],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"317255\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[317255],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Baku,Gabala,Sheki','Baku,Eurasia,Azerbaijan,Gabala,Sheki','','2099,35626,35649',60268,63138,6,'59_1668432625_0.jpg',NULL,NULL,2,'',0,'2022-11-14 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Azerbaijan','15','2023-01-10 17:34:53','2022-11-14 00:00:00',1,1,'0','0','0','','','',NULL,'azerbaijan-honeymoon-package',NULL,NULL,NULL,0),(60,34539,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":34539,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/azerbaijan_package_04n-05d_1649242441.png\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Azerbaijan, the nation and former Soviet republic, is bounded by the Caspian Sea and Caucasus Mountains, which span Asia and Europe. Its capital, Baku, is famed for its medieval walled Inner City. Within the Inner City lies the Palace of the Shirvanshahs, a royal retreat dating to the 15th century, and the centuries-old stone Maiden Tower, which dominates the city skyline.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Baku\",\"DestinationPlacesSysId\":2099,\"SourcePlaces\":\"Baku\",\"SourcePlaceSysId\":2099,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Azerbaijan Package 04N-05D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12471\",\"SupplierName\":\"ONS Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2099,\"Title\":\"Baku\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502693,\"Name\":\"Altus Hotel Baku\",\"Star\":\".00\",\"Rating\":\"2.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.40978749999999\",\"Long\":\"49.8614645\",\"Address\":\"2, 16 ?hm?d R?c?bli, Bak?, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":526564,\"Name\":\"West Shine Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.40894369999999\",\"Long\":\"49.8615702\",\"Address\":\"????? ?????? ???????? 2\\/11 ??? No 11, ?hm?d R?c?bli, Bak? 1054, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":526566,\"Name\":\"ALBA HOTEL&SPA BAKU\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.41029549999999\",\"Long\":\"49.8596843\",\"Address\":\"3\\/28 ?hm?d R?c?bli, Bak? 1075, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5441,\"Title\":\"Ateshgah temple, Baku, Azerbaijan\",\"Description\":\"The Baku Ateshgah , often called the &amp;quot;Fire Temple of Baku&amp;quot; is a castle-like holy temple in Surakhani town ,a suburb in Baku, Azerbaijan.Based on Persian and Indian record, the temple was used as a Hindu, Sikh, and Zoroastrian place of prayer. &amp;quot;Atash&amp;quot; (&Oslash;&cent;&Oslash;&ordf;&Oslash;&acute;) is the parsi word for fire.The Temple of Fire &amp;quot;Ateshgah&amp;quot; was named for List of World Heritage Sites, UNESCO in 1998 by Gulnara Mehmandarova.It was also featured on an episode of Globe Trekker.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.4157269,\"Long\":50.0089908,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Ateshgah_temple,_Baku,_Azerbai_2099_1527762417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25676,\"Title\":\"Haydar Aliyev Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.4197529,\"Long\":46.9289593,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":4862,\"Title\":\"Yanar Dag Fiery Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which blazes continuously on a hillside on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan. Flames jet into the air 3 metres from a thin, porous sandstone layer. \\r\\nUnlike mud volcanoes, the Yanar Dag flame burns fairly steadily, as it involves a steady seep of gas from the subsurface. It is claimed that the Yanar Dag flame was only noted when accidentally lit by a shepherd in the 1950s. There is no seepage of mud or liquid, which distinguishes it from the nearby mud volcanoes of Gobustan.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.5018764,\"Long\":49.8824952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525428190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34942,\"Title\":\"Da?\\u00fcst\\u00fc park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3577668,\"Long\":49.82880439999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34941,\"Title\":\"Flame Towers\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3594951,\"Long\":49.82656,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25757,\"Title\":\"Ichari Sheher\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5465,\"Title\":\"Maiden Tower, Baku, Azerbaijan\",\"Description\":\"Baku historian Sara Ashurbayli calculated that the tower must have been built in the 4th to 6th centuries AD. This was because of the tower&amp;rsquo;s unusual construction, the difference between the stone used in the tower and the stone of the obsolete city surrounding it and the different, legends about the Maiden Tower.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3660878,\"Long\":49.8372691,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Maiden_Tower,_Baku,_Azerbaijan_2099_1527765756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7299,\"Title\":\"Martyrs\' Lane & Highland Park\",\"Description\":\"It is a burial place of Azerbaijani and Turkish soldiers who were killed in the battles for Baku in 1918. Also, the graves of the martyrs who died for their country in the war in 90s are situated here. But the most picturesque corner of Baku is Highland park. From here you get the opportunity to panorama of beautiful Baku city\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3566852,\"Long\":49.8282397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540377578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25751,\"Title\":\"Mini-Venice\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3611053,\"Long\":49.8357514,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"247756\",\"Title\":\"ARRIVAL IN BAKU\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Heydar Aliyev International Airport, met by representative and transfer to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fresh n up &amp;amp; Relax at Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy Baku on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Baku.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247757\",\"Title\":\"ATESHGAH &amp; BURNING MOUNTAIN TOUR | HYDER ALIYEV MUSEUM\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;&lt;strong&gt;Ateshgah Fire Temple&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nThe guide will pick you up either from Sahil metro exit or your accommodation (has to be specified in &amp;quot;Extras&amp;quot;&lt;br \\/&gt;\\r\\nduring checkout) and start heading to the ancient zoroastrian temple &amp;quot;Ateshgah&amp;quot; which is considered as an&lt;br \\/&gt;\\r\\nauthentic Azerbaijani exotic site to visit. It is located approximately 30 km from the center of Baku in the suburb of&lt;br \\/&gt;\\r\\nSurakhany. You will learn a lot about the temple from your guide, particularly, more about the history of creation&lt;br \\/&gt;\\r\\nof such a temple in Baku and unique natural phenomenon of burning natural gas outlets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Yanar Dagh (&amp;quot;Burning Mountain&amp;quot;)&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIn the second part of visit, after visiting the temple you will go directly to &amp;quot;Yanar Dag&amp;quot; (&amp;quot;Burning Mountain&amp;quot;),&lt;br \\/&gt;\\r\\nlocated not too far from Ateshgah Temple. It is the most famous and popular tourist site of the &amp;ldquo;eternal flame&amp;rdquo; in&lt;br \\/&gt;\\r\\nAzerbaijan. Actually, it is rather a hill than a mountain, with natural gas burning on its slope from ancient times.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Hyder Aliyev Centre&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIt is a 57,500 m2 (619,000 sq ft) building complex in Baku, Azerbaijan designed by Iraqi-British architect Zaha&lt;br \\/&gt;\\r\\nHadid. The Heydar Aliyev Centre represents a fluid form which emerges by the folding of the landscape&amp;rsquo;s natural&lt;br \\/&gt;\\r\\ntopography and by the wrapping of individual functions of the Centre. All functions of the Center, together with&lt;br \\/&gt;\\r\\nentrances, are represented by folds in a single continuous surface.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5441,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4862,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247758\",\"Title\":\"GOBUSTAN AND MUD VOLCANO TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;The tour will start off from Gobustan Museum, where you will see ancient human bones, work tools used back to&lt;br \\/&gt;\\r\\nthousand years ago during the Mesolithic period. Gobustan geographical region is situated in the west-south of&lt;br \\/&gt;\\r\\nBaku. The meaning of the word &amp;laquo;Gobustan&amp;raquo; is derived from two words &amp;laquo;gobu&amp;raquo; &amp;ndash; &amp;laquo;ravine&amp;raquo; and &amp;laquo;stan&amp;raquo;- &amp;laquo;place&amp;raquo;, i.e.&lt;br \\/&gt;\\r\\nravine area. The word &amp;laquo;gobu&amp;raquo; is also of Turkic origin and means &amp;laquo;a dried up river valley&amp;raquo;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nAfter visiting Gobustan Museum, you will advance to the mountain in order to see real rock paintings in the open&lt;br \\/&gt;\\r\\nair museum. Later on, the tour will proceed to the Mud Volcano which is 20 mins away from Gobustan National&lt;br \\/&gt;\\r\\nMuseum. Azerbaijan keeps the first place in the world for the number of mud volcanoes. About 300 mud&lt;br \\/&gt;\\r\\nvolcanoes are to be found in Azerbaijan &amp;ndash; at the shore, in the sea and on islands. During this trip you will get a&lt;br \\/&gt;\\r\\ngreat chance to see these rare and active volcanoes from very close distance. Your tour will end at drop you off at&lt;br \\/&gt;\\r\\nyour hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5706,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247759\",\"Title\":\"BAKU CITY AND OLD CITY WALKING TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;On the next day, boost your appetite with breakfast, as it&amp;rsquo;s time to say goodbye to Gabala. We will head to Baku.&lt;br \\/&gt;\\r\\nDig into the past, present and future of Baku in Half-Day Baku City Sightseeing Tour. Whether you are a first-time&lt;br \\/&gt;\\r\\nvisitor or just want to know more about the city, this tour is for you. You&amp;rsquo;ll discover the major sights of Baku&lt;br \\/&gt;\\r\\nlocated both in old part of Baku called &amp;ldquo;Ichari Shahar&amp;rdquo; and more modern parts of seaside boulevard, uphill parks&lt;br \\/&gt;\\r\\nand buildings. You will get to know the evolution of Baku since its establishment in the V century through Soviet&lt;br \\/&gt;\\r\\nera up to its independence. Your guide will lead you along the most remarkable monuments and buildings, so you&lt;br \\/&gt;\\r\\ncan take memorable shots on your way. Half-Day Baku City Sightseeing Tour covers most of the sights you can visit&lt;br \\/&gt;\\r\\nand see.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Old Town &amp;quot;Icharishahar&amp;quot;&lt;\\/strong&gt; - As soon as you meet your guide at the exit of Icharishahar metro station, we will&lt;br \\/&gt;\\r\\nenter Baku Old Town, called &amp;quot;Icharishahar&amp;quot;. Old Town of Baku is a beautiful maze, full of narrow streets, surprising&lt;br \\/&gt;\\r\\nsights, old wooden balconies, stone roads and an atmosphere that you&amp;#39;ll never forget. A discovery by itself, every&lt;br \\/&gt;\\r\\ntime you visit this part of the city. Your guide will tell you stories of locals about the Old Town and how it was&lt;br \\/&gt;\\r\\nchanged and developed throughout the history.&lt;br \\/&gt;\\r\\nFountain Square - Our second stop, the Fountain Square, was one of the first ever parks created in Azerbaijan and&lt;br \\/&gt;\\r\\nwas full of mansions of oil magnates. It&amp;#39;s located in the central street of Baku and was called &amp;quot;Torgovaya&amp;quot;,&lt;br \\/&gt;\\r\\ntranslated as the trading street. Until 90s this street was full of merchants trading souvenirs, vintage accessories&lt;br \\/&gt;\\r\\nand clothings.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Museum of Miniature Books&lt;\\/strong&gt; - used to be in the Guinness Books of World Records until recently, but still it has a&lt;br \\/&gt;\\r\\ngreat collection of miniature and even almost microscopic books. A small museum that will be our first stop on our&lt;br \\/&gt;\\r\\nway to discover more!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Palace of the Shirvanshahs&lt;\\/strong&gt; - Next, enter the Shirvanshahs&amp;rsquo; Palace, the central part of ancient Shiranshahs kingdom&lt;br \\/&gt;\\r\\nand dive into the spirit of Islamic civilization while passing through the courtyard and king&amp;rsquo;s private rooms. Get to&lt;br \\/&gt;\\r\\nknow the history of the palace and visit the mausoleums that witnessed many troubles for the past two centuries.&lt;br \\/&gt;\\r\\nMaiden Tower - Second place we will visit is the most remarkable and mysterious monument &amp;ndash; the Maiden Tower,&lt;br \\/&gt;\\r\\nbuilt in the south-east part of the Old Town. Once you immerse yourself into the experience of discovering such&lt;br \\/&gt;\\r\\nextraordinary building, you will know why it is considered as the symbol of Baku.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Boulevard &lt;\\/strong&gt;- Before we head to Baku Boulevard, we will have an hour-long lunch break, so you can take some&lt;br \\/&gt;\\r\\nrest, but also enjoy national dishes made by the soulful Azerbaijani people. Our guide will give you few options for&lt;br \\/&gt;\\r\\nlunch and it&amp;#39;s completely up to you what to eat and drink. If you choose Food &amp;amp; Drinks included option when&lt;br \\/&gt;\\r\\nbooking, your guide will take you to a national restaurant located in the downtown.&lt;br \\/&gt;\\r\\nLittle Venice - restored into a new grand look, will be our third stop. It&amp;#39;s not a long stop, but a view of the small&lt;br \\/&gt;\\r\\noasis in Baku Boulevard.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Carpet Museum&lt;\\/strong&gt; - After we enter Baku Boulevard, we will head to the Carpet Museum. The museum is a must see&lt;br \\/&gt;\\r\\nif you are in Baku at least for a day.&lt;br \\/&gt;\\r\\nBaku Funicular - Enjoy the ride in a funicular while getting a short glimpse of Baku city up above from the hills of&lt;br \\/&gt;\\r\\nBaku.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Flame Towers&lt;\\/strong&gt; - Right by the Martyrs&amp;#39; Lane, you will see the Flame Towers, famous for their unique modern&lt;br \\/&gt;\\r\\narchitectural design.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Martyrs Lane&lt;\\/strong&gt; - Martyrs&amp;#39; Alley is an exhibition of Azerbaijanis&amp;#39; courage against Soviet occupation. Get a glimpse of&lt;br \\/&gt;\\r\\nthe end of totalitarian Soviet regime during our visit of Martyrs&amp;#39; Alley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Daghustu Park (&amp;quot;Uphill Park&amp;quot;)&lt;\\/strong&gt; - At the Uphill Park, you will get a chance to see stunning view of the city. Great&lt;br \\/&gt;\\r\\nspot for selfies to show off your visit to Azerbaijan! :)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Ferris Wheel&lt;\\/strong&gt; - is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan.&lt;br \\/&gt;\\r\\nThe wheel is 60 meters tall and has 30 cabins, each holding eight people. It makes a complete turn in 30 to 40&lt;br \\/&gt;\\r\\nminutes.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5717,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34942,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34941,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25757,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7299,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25751,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5471,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247760\",\"Title\":\"Departure- \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Airport for Departure to India with sweet memories of the tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends with sweet memories&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"34539\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":10,\"Price\":\"16789.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17610,\"priceDoubleOcc\":\"16789.45\",\"priceSingleOcc\":21624.11,\"priceExtraBed\":\"15383.00\",\"priceWithoutBed\":\"11427.37\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16789.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":136.5,\"CEB\":183.75,\"COSTDO\":200.55,\"COSTSO\":258.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":229.95,\"COSTTO\":229.95},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16789,\"priceDoubleOcc\":\"15558.81\",\"priceSingleOcc\":20393.47,\"priceExtraBed\":\"15383.00\",\"priceWithoutBed\":\"11427.37\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15558.81,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":136.5,\"CEB\":183.75,\"COSTDO\":185.85,\"COSTSO\":243.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":229.95,\"COSTTO\":229.95},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18313,\"priceDoubleOcc\":\"17844.29\",\"priceSingleOcc\":22678.95,\"priceExtraBed\":\"15383.00\",\"priceWithoutBed\":\"11427.37\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17844.29,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":136.5,\"CEB\":183.75,\"COSTDO\":213.15,\"COSTSO\":270.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":229.95,\"COSTTO\":229.95},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":19251,\"priceDoubleOcc\":\"19250.73\",\"priceSingleOcc\":24085.39,\"priceExtraBed\":\"15383.00\",\"priceWithoutBed\":\"11427.37\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19250.73,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":136.5,\"CEB\":183.75,\"COSTDO\":229.95,\"COSTSO\":287.7,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":229.95,\"COSTTO\":229.95}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST &amp;amp; TCS will be charged extra&amp;nbsp;&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\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visa &amp;amp; travel insurance&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"247756\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[247756],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247757\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[247757],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247758\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[247758],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247759\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[247759],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247760\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[247760],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Baku','Baku,Eurasia,Azerbaijan','','2099',15559,19251,4,'60_1669268762_0.jpg,60_1669268913_0.jpg,60_1669268913_2.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Azerbaijan','15','2023-06-30 11:33:44','2023-06-30 00:00:00',1,1,'1','1','0','Best Azerbaijan holiday packages from India, Azerbaijan vacation, Europe trip, best time to visit Azerbaijan, hotels, flights, airline tickets, places to visit in Azerbaijan, best places to visit in Azerbaijan, Azerbaijan holiday packages from India','Package Includes: Hotel Accommodation, Buffet Breakfasts, Tour Guide, Sightseeing, City Tour, Shopping Tour, Entrance Tickets Airport Pickup & Drop, E-Visa','Best Azerbaijan Holiday Packages From India',NULL,'azerbaijan-package-04n-05d',NULL,NULL,NULL,0),(61,44043,1,35,0,0,0,'Honeymoon,Family,Heritage,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44043,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/azerbaijan-package-n-d_1668491140\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Azerbaijan, the nation and former Soviet republic, is bounded by the Caspian Sea and Caucasus Mountains, which span Asia and Europe. Its capital, Baku, is famed for its medieval walled Inner City. Within the Inner City lies the Palace of the Shirvanshahs, a royal retreat dating to the 15th century, and the centuries-old stone Maiden Tower, which dominates the city skyline.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Baku\",\"DestinationPlacesSysId\":2099,\"SourcePlaces\":\"Baku\",\"SourcePlaceSysId\":2099,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Azerbaijan Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12471\",\"SupplierName\":\"ONS Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Family,Heritage,Group Tours\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2099,\"Title\":\"Baku\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526564,\"Name\":\"West Shine Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.40894369999999\",\"Long\":\"49.8615702\",\"Address\":\"????? ?????? ???????? 2\\/11 ??? No 11, ?hm?d R?c?bli, Bak? 1054, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":526566,\"Name\":\"ALBA HOTEL&SPA BAKU\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.41029549999999\",\"Long\":\"49.8596843\",\"Address\":\"3\\/28 ?hm?d R?c?bli, Bak? 1075, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":526574,\"Name\":\"Altus Hotel Baku\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.4097949\",\"Long\":\"49.86150609999999\",\"Address\":\"2, 16 ?hm?d R?c?bli, Bak?, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":34033,\"Name\":\"Park Inn by Radisson Azerbaijan Baku\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.37158\",\"Long\":\"49.848972\",\"Address\":\"Azadlig Avenue 1 1000 Baku\"},\"Images\":{\"Image\":[{\"ImagId\":785835,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/539\\/904\\/_DSC3024_A.jpg\"},{\"ImagId\":785836,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/539\\/984\\/_DSC3155_A.jpg\"},{\"ImagId\":785837,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/539\\/872\\/view_A.jpg\"},{\"ImagId\":785838,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/484\\/IMG_0209ready_A.jpg\"},{\"ImagId\":785839,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/540\\/31\\/_I2R0278_A.jpg\"},{\"ImagId\":785840,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/222\\/IMG_0274ready_A.jpg\"},{\"ImagId\":785841,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/500\\/IMG_3523ready_A.jpg\"},{\"ImagId\":785842,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/756\\/IMG_3633ready_A.jpg\"},{\"ImagId\":785843,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/764\\/IMG_3696ready_A.jpg\"},{\"ImagId\":785844,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/822\\/772\\/IMG_3720ready_A.jpg\"},{\"ImagId\":785845,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/439\\/IMG_0352ready_A.jpg\"},{\"ImagId\":785846,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/539\\/IMG_1705ready_A.jpg\"},{\"ImagId\":785847,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/634\\/IMG_1558ready_A.jpg\"},{\"ImagId\":785848,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/646\\/IMG_2076ready_Fizuli_A.jpg\"},{\"ImagId\":785849,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/607\\/IMG_2052ready_A.jpg\"},{\"ImagId\":785850,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/615\\/IMG_2149ready_A.jpg\"},{\"ImagId\":785851,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/623\\/IMG_2813ready_A.jpg\"},{\"ImagId\":785852,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/631\\/IMG_2857ready_A.jpg\"},{\"ImagId\":785853,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/639\\/IMG_2887ready_A.jpg\"},{\"ImagId\":785854,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/349\\/IMG_0798ready_natavan_A.jpg\"},{\"ImagId\":785855,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/586\\/IMG_0761ready_nizami_A.jpg\"},{\"ImagId\":785856,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/594\\/IMG_1087ready_natavan_A.jpg\"},{\"ImagId\":785857,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/602\\/IMG_1027ready_nasimi_A.jpg\"},{\"ImagId\":785858,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/610\\/IMG_0783ready_natavan_A.jpg\"},{\"ImagId\":785859,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/618\\/IMG_1488ready_A.jpg\"},{\"ImagId\":785860,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/626\\/IMG_1920ready_vazeh_A.jpg\"},{\"ImagId\":785861,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/824\\/575\\/IMG_0919ready_A.jpg\"},{\"ImagId\":785862,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/841\\/IMG_2476ready_A.jpg\"},{\"ImagId\":785863,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/849\\/IMG_2948_A.jpg\"},{\"ImagId\":785864,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/857\\/IMG_3010_A.jpg\"},{\"ImagId\":785865,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/658\\/IMG_2518ready_A.jpg\"},{\"ImagId\":785866,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/674\\/IMG_4077_A.jpg\"},{\"ImagId\":785867,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/682\\/IMG_4090_A.jpg\"},{\"ImagId\":785868,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/690\\/IMG_4129_A.jpg\"},{\"ImagId\":785869,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/698\\/IMG_4143_A.jpg\"},{\"ImagId\":785870,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/706\\/IMG_4171_A.jpg\"},{\"ImagId\":785871,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/793\\/IMG_1232_A.jpg\"},{\"ImagId\":785872,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/801\\/IMG_1443ready_A.jpg\"},{\"ImagId\":785873,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/809\\/IMG_1864ready_A.jpg\"},{\"ImagId\":785874,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/817\\/IMG_2338_A.jpg\"},{\"ImagId\":785875,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/825\\/IMG_1881ready_A.jpg\"},{\"ImagId\":785876,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/833\\/IMG_1284_A.jpg\"},{\"ImagId\":785877,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/865\\/IMG_3150_A.jpg\"},{\"ImagId\":785878,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/883\\/881\\/IMG_3821ready_A.jpg\"},{\"ImagId\":785879,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/884\\/14\\/IMG_1188_A.jpg\"},{\"ImagId\":785880,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/884\\/22\\/IMG_2433_A.jpg\"},{\"ImagId\":785881,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/884\\/134\\/IMG_0886ready_A.jpg\"}]},\"CityId\":2099,\"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 Park Inn by Radisson Azerbaijan Baku places you in the heart of Baku, walking distance from Government House and Azerbaijan State Academic Opera and Ballet Theatre.  This 4-star hotel is within close proximity of Heydar Aliyev Palace and Fountain 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 248 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 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;Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless Internet access 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/caf&eacute;, and 24-hour room service is provided. Meet other guests and eat at a complimentary reception. 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 Baku? This hotel has 9397 square feet (873 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/539\\/904\\/_DSC3024_A.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":371041,\"Name\":\"Ramada Baku Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.3063672126624\",\"Long\":\"49.8025166988373\",\"Address\":\"Shikhov Beach 1023, Baku, \"},\"Images\":[],\"CityId\":2099,\"Brief\":\"Ramada Baku is located on the beautiful shore of the Caspian Sea, but also not so far from the downtown. It is only 7 km to Iceri Seher Metro Exit and 33 km to Heydar Aliyev International Airport\\n&lt;br&gt;Ramada Baku is ready to host the ones who are eager to discover, live and enlive Baku\\n&lt;br&gt;70 luxurious guest rooms, 8 villas and presidential suite of\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/14\\/119b21861015f10840e143e3bc0c9999-1134303.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":502693,\"Name\":\"Altus Hotel Baku\",\"Star\":\".00\",\"Rating\":\"2.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.40978749999999\",\"Long\":\"49.8614645\",\"Address\":\"2, 16 ?hm?d R?c?bli, Bak?, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":371081,\"Name\":\"Park Inn by Radisson\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.372206\",\"Long\":\"49.849898\",\"Address\":\"AZADLIG AVE. 1 1000 BAKU  AZ, 1000\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"Conveniently set in the middle of the business and shopping districts, this Baku hotel&#039;s location places guests near attractions, business sites and major retails outlets. Travellers also appreciate our proximity to Heydar Aliyev International Airport, just 25 minutes away. The hotel houses 248 comfortable rooms and suites with Free Wireless High-speed Internet. Rooms provide breathtaking views of the Caspian Sea or Baku cityscape. This Baku hotel&#039;s conference facilities comprise 5 versatile meeting rooms and a grand ballroom with spacious foyer.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/15\\/155307\\/155307a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":34071,\"Name\":\"Ramada Baku\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.305987\",\"Long\":\"49.802822\",\"Address\":\"Salyan Hwy Shikhov Beach 1023 Baku\"},\"Images\":{\"Image\":[{\"ImagId\":786669,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/206\\/19169_c2_A.jpg\"},{\"ImagId\":786670,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/226\\/19169_g1_A.jpg\"},{\"ImagId\":786671,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/198\\/19169_b6_A.jpg\"},{\"ImagId\":786672,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/194\\/19169_b5_A.jpg\"},{\"ImagId\":786673,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/190\\/19169_b1_A.jpg\"},{\"ImagId\":786674,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/202\\/19169_c1_A.jpg\"},{\"ImagId\":786675,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/210\\/19169_e1_A.jpg\"},{\"ImagId\":786676,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/214\\/19169_e2_A.jpg\"},{\"ImagId\":786677,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/222\\/19169_f2_A.jpg\"},{\"ImagId\":786678,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/230\\/19169_g3_A.jpg\"}]},\"CityId\":2099,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Ramada Baku in Baku, you&amp;apos;ll be on the waterfront and within the vicinity of Baku Crystal Hall and Azerbaijan State Philharmonic Hall.  This 4-star hotel is within the vicinity of Palace of the Shirvan Shahs and Maiden&amp;apos;s Tower.&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 30 air-conditioned rooms featuring kitchens. Rooms have private patios. Wired and wireless Internet access is complimentary, and flat-screen televisions with satellite programming provide entertainment. Conveniences include laptop-compatible 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;Relax on the private beach or enjoy other recreational amenities such as a health club and an outdoor pool. Additional features at this hotel include complimentary wireless Internet access, supervised childcare\\/activities, 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;Relax with a refreshing drink at one of the 2 bars\\/lounges. 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 complimentary high-speed (wired) Internet access, a business center, and express check-in. Event facilities at this hotel consist of conference space and meeting rooms. A roundtrip airport shuttle is provided at no charge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/27\\/199\\/206\\/19169_c2_A.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\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25676,\"Title\":\"Haydar Aliyev Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.4197529,\"Long\":46.9289593,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5447,\"Title\":\"Yanardag Burning Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which fire continuously on a slope on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan . Flames jet into the air 3 metres from a thin, porous sandstone layer.Administratively, Yanar Dag belongs to Absheron District of Azerbaijan.Yanar Dag is described by the Geological Survey of Azerbaijan as &amp;quot;Intensive flames, to 1 metre high, develop for 15 metres along the base of a 2&amp;ndash;4-metre-high and 200-metre-long tectonic scarp.The surface flames result from the steady gas falling from underlying soils.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.501861,\"Long\":49.89125,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Yanardag_Burning_Mountain_2099_1527763425.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":17881,\"Title\":\"Nohur Lake\",\"Description\":\"Magnetizing Lake Nohur with its beautiful view to Caucasus Mountains, fresh air and deep water is something that entices tourists from all over the world. The visitors are so much amazed by the beauty of Lake Nohur, that they revisit the country to visit this lake. The tranquil atmosphere and chirping sound of birds create an ideal relaxation ambience to escape from the busy schedule of the city. Although swimming in the lake is prohibited, but you can go for fishing. You can also choose a boat or catamaran ride and relish the surrounding scenery. As the lake is beautifully situated at the end of the roads a bit hard to pass, you can reach by car. Road to Lake Nohur is on the Baku-Gabala highway, near the village of Nohurqishlag.\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35626\\/sightseeing\\/tNohur_Lake_35626_1604992777.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34948,\"Title\":\"Yeddi Gozel Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":40.9753297,\"Long\":47.913748,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25755,\"Title\":\"Tufandag Mountain Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.0331223,\"Long\":47.88688090000001,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34936,\"Title\":\"Baku Boulevard\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3703993,\"Long\":49.84997019999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34942,\"Title\":\"Da?\\u00fcst\\u00fc park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3577668,\"Long\":49.82880439999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34935,\"Title\":\"Museum of Miniature Books\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.36634939999999,\"Long\":49.83254129999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25757,\"Title\":\"Ichari Sheher\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34941,\"Title\":\"Flame Towers\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3594951,\"Long\":49.82656,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34940,\"Title\":\"Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3602636,\"Long\":49.8330832,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5465,\"Title\":\"Maiden Tower, Baku, Azerbaijan\",\"Description\":\"Baku historian Sara Ashurbayli calculated that the tower must have been built in the 4th to 6th centuries AD. This was because of the tower&amp;rsquo;s unusual construction, the difference between the stone used in the tower and the stone of the obsolete city surrounding it and the different, legends about the Maiden Tower.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3660878,\"Long\":49.8372691,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Maiden_Tower,_Baku,_Azerbaijan_2099_1527765756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7299,\"Title\":\"Martyrs\' Lane & Highland Park\",\"Description\":\"It is a burial place of Azerbaijani and Turkish soldiers who were killed in the battles for Baku in 1918. Also, the graves of the martyrs who died for their country in the war in 90s are situated here. But the most picturesque corner of Baku is Highland park. From here you get the opportunity to panorama of beautiful Baku city\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3566852,\"Long\":49.8282397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540377578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25751,\"Title\":\"Mini-Venice\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3611053,\"Long\":49.8357514,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34937,\"Title\":\"Baku Boulevard\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3703993,\"Long\":49.84997019999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34949,\"Title\":\"Nizami Ganjavi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3696066,\"Long\":49.835182,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}},{\"CityId\":35626,\"Title\":\"Gabala\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25676,\"Title\":\"Haydar Aliyev Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.4197529,\"Long\":46.9289593,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5447,\"Title\":\"Yanardag Burning Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which fire continuously on a slope on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan . Flames jet into the air 3 metres from a thin, porous sandstone layer.Administratively, Yanar Dag belongs to Absheron District of Azerbaijan.Yanar Dag is described by the Geological Survey of Azerbaijan as &amp;quot;Intensive flames, to 1 metre high, develop for 15 metres along the base of a 2&amp;ndash;4-metre-high and 200-metre-long tectonic scarp.The surface flames result from the steady gas falling from underlying soils.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.501861,\"Long\":49.89125,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Yanardag_Burning_Mountain_2099_1527763425.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5444,\"Title\":\"Gobustan Rock Arts,baku\",\"Description\":\"Gobustan Rock Art Cultural Landscape covers three areas of a land of rocky boulders rising out of the semi-desert of central Azerbaijan, with an outstanding collection of more than 6,000 rock engravings carry testimony to 40,000 years of rock art. The site also features the remains of inhabited caves, settlements also burials, all mirror an intensive human use by the settler of the area during the wet period that followed the last Ice Age, from the Upper Paleolithic to the Middle Ages. The site, which covers an area of 537 ha, is part of the larger safe Gobustan cover.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.1114461,\"Long\":49.3783861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Gobustan_Rock_Arts,baku_2099_1548336211.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":17881,\"Title\":\"Nohur Lake\",\"Description\":\"Magnetizing Lake Nohur with its beautiful view to Caucasus Mountains, fresh air and deep water is something that entices tourists from all over the world. The visitors are so much amazed by the beauty of Lake Nohur, that they revisit the country to visit this lake. The tranquil atmosphere and chirping sound of birds create an ideal relaxation ambience to escape from the busy schedule of the city. Although swimming in the lake is prohibited, but you can go for fishing. You can also choose a boat or catamaran ride and relish the surrounding scenery. As the lake is beautifully situated at the end of the roads a bit hard to pass, you can reach by car. Road to Lake Nohur is on the Baku-Gabala highway, near the village of Nohurqishlag.\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35626\\/sightseeing\\/tNohur_Lake_35626_1604992777.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34948,\"Title\":\"Yeddi Gozel Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":40.9753297,\"Long\":47.913748,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25755,\"Title\":\"Tufandag Mountain Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.0331223,\"Long\":47.88688090000001,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34936,\"Title\":\"Baku Boulevard\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3703993,\"Long\":49.84997019999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34942,\"Title\":\"Da?\\u00fcst\\u00fc park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3577668,\"Long\":49.82880439999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34935,\"Title\":\"Museum of Miniature Books\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.36634939999999,\"Long\":49.83254129999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25757,\"Title\":\"Ichari Sheher\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7294,\"Title\":\"Fountains Square\",\"Description\":\"Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan.\\r\\n\\r\\nThe square is a public gathering place, especially after business hours and during the weekend. It is an attractive tourist destination with many boutiques, restaurants, shops, hotels and passage. It starts from the Istiglaliyyat Street and walls of the Icheri Sheher and stretches through Nizami Street, also called in popular culture as the Torgovaya street running parallel to Baku Boulevard. The fountains square is a location where the city authorities hold many public festivals, shows and celebrations.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3711149,\"Long\":49.836698,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540375439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34941,\"Title\":\"Flame Towers\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3594951,\"Long\":49.82656,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34940,\"Title\":\"Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3602636,\"Long\":49.8330832,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":5465,\"Title\":\"Maiden Tower, Baku, Azerbaijan\",\"Description\":\"Baku historian Sara Ashurbayli calculated that the tower must have been built in the 4th to 6th centuries AD. This was because of the tower&amp;rsquo;s unusual construction, the difference between the stone used in the tower and the stone of the obsolete city surrounding it and the different, legends about the Maiden Tower.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3660878,\"Long\":49.8372691,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Maiden_Tower,_Baku,_Azerbaijan_2099_1527765756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":7299,\"Title\":\"Martyrs\' Lane & Highland Park\",\"Description\":\"It is a burial place of Azerbaijani and Turkish soldiers who were killed in the battles for Baku in 1918. Also, the graves of the martyrs who died for their country in the war in 90s are situated here. But the most picturesque corner of Baku is Highland park. From here you get the opportunity to panorama of beautiful Baku city\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3566852,\"Long\":49.8282397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540377578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":25751,\"Title\":\"Mini-Venice\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3611053,\"Long\":49.8357514,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34937,\"Title\":\"Baku Boulevard\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3703993,\"Long\":49.84997019999999,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null},{\"RefSSId\":34949,\"Title\":\"Nizami Ganjavi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3696066,\"Long\":49.835182,\"Image\":\"0\",\"SupplierSysId\":12471,\"SupplierName\":\"ONS Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"317339\",\"Title\":\"ARRIVAL IN BAKU\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Heydar Aliyev International Airport, met by representative and transfer to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fresh n up &amp;amp; Relax at Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy Baku on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Baku.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"317341\",\"Title\":\"ATESHGAH &amp; BURNING MOUNTAIN TOUR | HYDER ALIYEV MUSEUM\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;&lt;strong&gt;Ateshgah Fire Temple&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nThe guide will pick you up either from Sahil metro exit or your accommodation (has to be specified in &amp;quot;Extras&amp;quot;&lt;br \\/&gt;\\r\\nduring checkout) and start heading to the ancient zoroastrian temple &amp;quot;Ateshgah&amp;quot; which is considered as an&lt;br \\/&gt;\\r\\nauthentic Azerbaijani exotic site to visit. It is located approximately 30 km from the center of Baku in the suburb of&lt;br \\/&gt;\\r\\nSurakhany. You will learn a lot about the temple from your guide, particularly, more about the history of creation&lt;br \\/&gt;\\r\\nof such a temple in Baku and unique natural phenomenon of burning natural gas outlets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Yanar Dagh (&amp;quot;Burning Mountain&amp;quot;)&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIn the second part of visit, after visiting the temple you will go directly to &amp;quot;Yanar Dag&amp;quot; (&amp;quot;Burning Mountain&amp;quot;),&lt;br \\/&gt;\\r\\nlocated not too far from Ateshgah Temple. It is the most famous and popular tourist site of the &amp;ldquo;eternal flame&amp;rdquo; in&lt;br \\/&gt;\\r\\nAzerbaijan. Actually, it is rather a hill than a mountain, with natural gas burning on its slope from ancient times.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Hyder Aliyev Centre&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIt is a 57,500 m2 (619,000 sq ft) building complex in Baku, Azerbaijan designed by Iraqi-British architect Zaha&lt;br \\/&gt;\\r\\nHadid. The Heydar Aliyev Centre represents a fluid form which emerges by the folding of the landscape&amp;rsquo;s natural&lt;br \\/&gt;\\r\\ntopography and by the wrapping of individual functions of the Centre. All functions of the Center, together with&lt;br \\/&gt;\\r\\nentrances, are represented by folds in a single continuous surface.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":34033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":371041,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5447,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317343\",\"Title\":\"GOBUSTAN AND MUD VOLCANO TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;The tour will start off from Gobustan Museum, where you will see ancient human bones, work tools used back to&lt;br \\/&gt;\\r\\nthousand years ago during the Mesolithic period. Gobustan geographical region is situated in the west-south of&lt;br \\/&gt;\\r\\nBaku. The meaning of the word &amp;laquo;Gobustan&amp;raquo; is derived from two words &amp;laquo;gobu&amp;raquo; &amp;ndash; &amp;laquo;ravine&amp;raquo; and &amp;laquo;stan&amp;raquo;- &amp;laquo;place&amp;raquo;, i.e.&lt;br \\/&gt;\\r\\nravine area. The word &amp;laquo;gobu&amp;raquo; is also of Turkic origin and means &amp;laquo;a dried up river valley&amp;raquo;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nAfter visiting Gobustan Museum, you will advance to the mountain in order to see real rock paintings in the open&lt;br \\/&gt;\\r\\nair museum. Later on, the tour will proceed to the Mud Volcano which is 20 mins away from Gobustan National&lt;br \\/&gt;\\r\\nMuseum. Azerbaijan keeps the first place in the world for the number of mud volcanoes. About 300 mud&lt;br \\/&gt;\\r\\nvolcanoes are to be found in Azerbaijan &amp;ndash; at the shore, in the sea and on islands. During this trip you will get a&lt;br \\/&gt;\\r\\ngreat chance to see these rare and active volcanoes from very close distance. Your tour will end at drop you off at&lt;br \\/&gt;\\r\\nyour hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":34033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":371041,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5706,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317345\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"317347\",\"Title\":\"GABALA TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;On the next day, boost your appetite with fresh and juicy breakfast, as it&amp;rsquo;s time to say goodbye to Sheki. We will&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;visit second major destination, Gabala, a city surrounded by Caucasus Mountains. We will go to Tufandag Summer-&lt;br \\/&gt;\\r\\nWinter Complex and take a cable car to enjoy the view of some high points of Greater Caucasus. Later, we&amp;rsquo;ll head&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;to Nohur Lake in Gabala. Enjoy the beautiful nature of Nohur.&lt;br \\/&gt;\\r\\nWe will visit to Yeddi Gozel Waterfall - The name of the waterfall means seven beauties. There are seven steps to&lt;br \\/&gt;\\r\\ngo up the mountain. The waterfall is situated in the wood near the main road near West of Vandam. Although the&lt;br \\/&gt;\\r\\nwaterfall is hard to climb, it is worth visiting. Each year thousands of people visit the waterfall.&lt;br \\/&gt;\\r\\nVisit to Gabala Shooting Centre. Explore the local market in Gabala.&lt;br \\/&gt;\\r\\nEnjoy your time in mountains.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35626,\"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\":17881,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34948,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25755,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317349\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35626,\"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\":\"317351\",\"Title\":\"BAKU CITY AND OLD CITY WALKING TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;On the next day, boost your appetite with breakfast, as it&amp;rsquo;s time to say goodbye to Gabala. We will head to Baku.&lt;br \\/&gt;\\r\\nDig into the past, present and future of Baku in Half-Day Baku City Sightseeing Tour. Whether you are a first-time&lt;br \\/&gt;\\r\\nvisitor or just want to know more about the city, this tour is for you. You&amp;rsquo;ll discover the major sights of Baku&lt;br \\/&gt;\\r\\nlocated both in old part of Baku called &amp;ldquo;Ichari Shahar&amp;rdquo; and more modern parts of seaside boulevard, uphill parks&lt;br \\/&gt;\\r\\nand buildings. You will get to know the evolution of Baku since its establishment in the V century through Soviet&lt;br \\/&gt;\\r\\nera up to its independence. Your guide will lead you along the most remarkable monuments and buildings, so you&lt;br \\/&gt;\\r\\ncan take memorable shots on your way. Half-Day Baku City Sightseeing Tour covers most of the sights you can visit&lt;br \\/&gt;\\r\\nand see.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Old Town &amp;quot;Icharishahar&amp;quot;&lt;\\/strong&gt; - As soon as you meet your guide at the exit of Icharishahar metro station, we will&lt;br \\/&gt;\\r\\nenter Baku Old Town, called &amp;quot;Icharishahar&amp;quot;. Old Town of Baku is a beautiful maze, full of narrow streets, surprising&lt;br \\/&gt;\\r\\nsights, old wooden balconies, stone roads and an atmosphere that you&amp;#39;ll never forget. A discovery by itself, every&lt;br \\/&gt;\\r\\ntime you visit this part of the city. Your guide will tell you stories of locals about the Old Town and how it was&lt;br \\/&gt;\\r\\nchanged and developed throughout the history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Fountain Square&lt;\\/strong&gt; - Our second stop, the Fountain Square, was one of the first ever parks created in Azerbaijan and&lt;br \\/&gt;\\r\\nwas full of mansions of oil magnates. It&amp;#39;s located in the central street of Baku and was called &amp;quot;Torgovaya&amp;quot;,&lt;br \\/&gt;\\r\\ntranslated as the trading street. Until 90s this street was full of merchants trading souvenirs, vintage accessories&lt;br \\/&gt;\\r\\nand clothings.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Museum of Miniature Books&lt;\\/strong&gt; - used to be in the Guinness Books of World Records until recently, but still it has a&lt;br \\/&gt;\\r\\ngreat collection of miniature and even almost microscopic books. A small museum that will be our first stop on our&lt;br \\/&gt;\\r\\nway to discover more!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Palace of the Shirvanshahs&lt;\\/strong&gt; - Next, enter the Shirvanshahs&amp;rsquo; Palace, the central part of ancient Shiranshahs kingdom&lt;br \\/&gt;\\r\\nand dive into the spirit of Islamic civilization while passing through the courtyard and king&amp;rsquo;s private rooms. Get to&lt;br \\/&gt;\\r\\nknow the history of the palace and visit the mausoleums that witnessed many troubles for the past two centuries.&lt;br \\/&gt;\\r\\nMaiden Tower - Second place we will visit is the most remarkable and mysterious monument &amp;ndash; the Maiden Tower,&lt;br \\/&gt;\\r\\nbuilt in the south-east part of the Old Town. Once you immerse yourself into the experience of discovering such&lt;br \\/&gt;\\r\\nextraordinary building, you will know why it is considered as the symbol of Baku.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Baku Boulevard&lt;\\/strong&gt; - Before we head to Baku Boulevard, we will have an hour-long lunch break, so you can take some&lt;br \\/&gt;\\r\\nrest, but also enjoy national dishes made by the soulful Azerbaijani people. Our guide will give you few options for&lt;br \\/&gt;\\r\\nlunch and it&amp;#39;s completely up to you what to eat and drink. If you choose Food &amp;amp; Drinks included option when&lt;br \\/&gt;\\r\\nbooking, your guide will take you to a national restaurant located in the downtown.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Little Venice&lt;\\/strong&gt; - restored into a new grand look, will be our third stop. It&amp;#39;s not a long stop, but a view of the small&lt;br \\/&gt;\\r\\noasis in Baku Boulevard.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Carpet Museum&lt;\\/strong&gt; - After we enter Baku Boulevard, we will head to the Carpet Museum. The museum is a must see&lt;br \\/&gt;\\r\\nif you are in Baku at least for a day.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Funicular&lt;\\/strong&gt; - Enjoy the ride in a funicular while getting a short glimpse of Baku city up above from the hills of&lt;br \\/&gt;\\r\\nBaku.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Flame Towers&lt;\\/strong&gt; - Right by the Martyrs&amp;#39; Lane, you will see the Flame Towers, famous for their unique modern&lt;br \\/&gt;\\r\\narchitectural design.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Martyrs Lane&lt;\\/strong&gt; - Martyrs&amp;#39; Alley is an exhibition of Azerbaijanis&amp;#39; courage against Soviet occupation. Get a glimpse of&lt;br \\/&gt;\\r\\nthe end of totalitarian Soviet regime during our visit of Martyrs&amp;#39; Alley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Daghustu Park (&amp;quot;Uphill Park&amp;quot;) &lt;\\/strong&gt;- At the Uphill Park, you will get a chance to see stunning view of the city. Great&lt;br \\/&gt;\\r\\nspot for selfies to show off your visit to Azerbaijan! :)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Baku Ferris Wheel&lt;\\/strong&gt; - is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan.&lt;br \\/&gt;\\r\\nThe wheel is 60 meters tall and has 30 cabins, each holding eight people. It makes a complete turn in 30 to 40&lt;br \\/&gt;\\r\\nminutes.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":371081,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":34071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34936,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5717,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34942,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34935,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25757,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34941,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34940,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7299,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25751,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317353\",\"Title\":\"BAKU SHOPPING TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Shopping prices in Baku are quite cheaper than in the most of countries all over the world. Visit to Genclik Mall&lt;br \\/&gt;\\r\\nlocated in 10 minutes distance form city center. Genjlik mall is the biggest Mall in Baku and contains over 80&lt;br \\/&gt;\\r\\nstores, big bowling halls, the biggest movie halls, 3D cinema, Playground for children, Bravo supermarket, VIP&lt;br \\/&gt;\\r\\nrestaurants, food courts. Shopping here is not boring even for men, you can enjoy your time while your woman is&lt;br \\/&gt;\\r\\nshopping.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nStart shopping in Park Boulevard which is a multi-storey shopping mall located on Baku Boulevard, downtown&lt;br \\/&gt;\\r\\nBaku, Azerbaijan. It consists of six floors, including two underground floors. The general area of the mall is 17,000&lt;br \\/&gt;\\r\\nsquare meters. Shopping in Baku is quite cheap&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nThe most beautiful shopping street in the city is Nizami Ganjavi, whose length is 3.5 km. The street is full of&lt;br \\/&gt;\\r\\nbeautiful century buildings, that house elite boutiques, perfumery and jewelry salons and elite gastronomic shops&lt;br \\/&gt;\\r\\nnowadays.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":526566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":502693,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":34033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":34071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":371081,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":34071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34937,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34949,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317355\",\"Title\":\"DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Airport for Departure to India with sweet memories of the tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends with sweet memories&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"44043\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35915.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":38947,\"priceDoubleOcc\":\"35915.55\",\"priceSingleOcc\":49372.28,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35915.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":425.7,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":40741,\"priceDoubleOcc\":\"38606.90\",\"priceSingleOcc\":52063.630000000005,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38606.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":457.6,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":40370,\"priceDoubleOcc\":\"38050.07\",\"priceSingleOcc\":51506.8,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38050.07,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":451,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":39628,\"priceDoubleOcc\":\"36936.41\",\"priceSingleOcc\":50393.14,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36936.41,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":437.8,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":42226,\"priceDoubleOcc\":\"40834.21\",\"priceSingleOcc\":54290.94,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40834.21,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":484,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":45010,\"priceDoubleOcc\":\"45010.44\",\"priceSingleOcc\":58467.17,\"priceExtraBed\":\"36008.36\",\"priceWithoutBed\":\"27006.26\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45010.44,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":320.1,\"CEB\":426.8,\"COSTDO\":533.5,\"COSTSO\":\"145.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":533.5,\"COSTTO\":533.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44044\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"51692.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":54755,\"priceDoubleOcc\":\"51692.40\",\"priceSingleOcc\":70717.43,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51692.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":612.7,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":56611,\"priceDoubleOcc\":\"54476.55\",\"priceSingleOcc\":73501.58,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54476.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":645.7,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":55869,\"priceDoubleOcc\":\"53362.89\",\"priceSingleOcc\":72387.92,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53362.89,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":632.5,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":55436,\"priceDoubleOcc\":\"52713.25\",\"priceSingleOcc\":71738.28,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52713.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":624.8,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":58034,\"priceDoubleOcc\":\"56611.07\",\"priceSingleOcc\":75636.1,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56611.07,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":671,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":60880,\"priceDoubleOcc\":\"60880.11\",\"priceSingleOcc\":79905.14,\"priceExtraBed\":\"48722.64\",\"priceWithoutBed\":\"36657.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60880.11,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":434.5,\"CEB\":577.5,\"COSTDO\":721.6,\"COSTSO\":\"205.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":721.6,\"COSTTO\":721.6}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"317339\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[317339],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317341\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[317341],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317343\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[317343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317345\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317345],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317347\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317347],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317349\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317349],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317351\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317351],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317353\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317353],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317355\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[317355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Baku,Gabala','Baku,Eurasia,Azerbaijan,Gabala','','2099,35626',35916,60880,6,'61_1674901298_0.jpg,61_1674901298_1.jpg,61_1674901298_2.jpg',NULL,'[{\"day\":1,\"images\":\"lloyd-alozie-wX_9ZhIErpg-unsplash (2).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"leman-Bmx9tlDdWXo-unsplash (2).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Azerbaijan','15','2023-06-23 17:13:05','2023-05-25 00:00:00',1,1,'1','1','0','Azerbaijan vacation, Europe trip, best time to visit Azerbaijan, hotels, flights, airline tickets, places to visit in Azerbaijan, best places to visit in Azerbaijan, Azerbaijan holiday packages from India','Package Includes: Hotel Accommodation, Buffet Breakfasts, Tour Guide, Sightseeing, City Tour, Shopping Tour, Entrance Tickets Airport Pickup & Drop, E-Visa','Book Azerbaijan Tour Packages',NULL,'azerbaijan-package',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (62,37366,1,35,1,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":37366,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/dubai_tour_package_3n4d_1657278313.jpeg\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Dubai is one of seven emirates that forms the United Arab Emirates (UAE). Often recognised for its iconic towers, man-made islands and malls, Dubai is undoubtedly a success story as is this young country itself.Dubai is a city of&amp;nbsp;skyscrapers, ports, and beaches, where big business takes place alongside sun-seeking tourism. Because of its large expatriate population, it feels like a Middle Eastern melting pot, and the atmosphere is generally tolerant. Religious affiliations are not a prominent aspect of city life.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"DUBAI TOUR PACKAGE 3N\\/4D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-11-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":218072,\"Name\":\"Citymax Bur Dubai\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\", , , \"},\"Images\":{\"Image\":[{\"ImagId\":4788212,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"\"}]},\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512575,\"Name\":\"Jacob\'s Garden Hotel - Al Rolla Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2570574\",\"Long\":\"55.28955369999999\",\"Address\":\"316 Al Rolla Rd - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":512574,\"Name\":\"Jacob\'s Garden Hotel - Al Rolla Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2570574\",\"Long\":\"55.28955369999999\",\"Address\":\"316 Al Rolla Rd - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"CP\"}]},\"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\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"267869\",\"Title\":\"ARRIVAL &amp; TRANSFER TO HOTEL\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Meeting on arrival &amp;amp; tranfer to hotel(check in 1400 Hrs) pick up for Dhow Cruise at creek with dinner.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":218072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512575,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":\"267871\",\"Title\":\"HALF DAY DUBAI CITY TOUR\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;0900hrs pick up for half day dubai city tour after city tour drop back at the hotel on SIC Basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1500hrs pick up for desert safari with BBQ dinner and belly dance&amp;nbsp;on SIC Basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;overnight stay at hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":218072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512575,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":\"267873\",\"Title\":\"VISIT DUBAI MALL AND BHURJ KHALIFA\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy breakfast at the hotel morning free for personal activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1600Hrs pick up for Dubai Mall and Bhurj khalifa (124th floor, Non-prime time ) after burj khalifa tour drop back at the hotel&amp;nbsp;on SIC Basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":218072,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":512574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":512575,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"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\":\"267875\",\"Title\":\"DEPARTURE FOR DUBAI AIRPORT \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy breakfast at the hotel check-out from the hotel and departure for dubai airport.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"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\":\"37366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17050.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"17050.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":17050,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":17050,\"COSTTO\":17050},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"17050.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":17050,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":17050,\"COSTTO\":17050},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"17050.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":17050,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":17050,\"COSTTO\":17050},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"17050.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":17050,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":17050,\"COSTTO\":17050},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"17050.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":17050,\"COSTSO\":34100,\"CostQuad\":null,\"ACEB\":17050,\"COSTTO\":17050},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":39050,\"priceExtraBed\":\"17050.00\",\"priceWithoutBed\":\"17050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17050,\"CEB\":17050,\"COSTDO\":22000,\"COSTSO\":39050,\"CostQuad\":null,\"ACEB\":22000,\"COSTTO\":22000}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"37367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18425.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":36850,\"priceExtraBed\":\"18425.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":18425,\"COSTDO\":18425,\"COSTSO\":36850,\"CostQuad\":null,\"ACEB\":18425,\"COSTTO\":18425}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"37366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16585.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16585,\"priceDoubleOcc\":\"16585.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":16585,\"COSTSO\":33170,\"CostQuad\":null,\"ACEB\":16585,\"COSTTO\":16585},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16585,\"priceDoubleOcc\":\"16585.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":16585,\"COSTSO\":33170,\"CostQuad\":null,\"ACEB\":16585,\"COSTTO\":16585},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16585,\"priceDoubleOcc\":\"16585.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":16585,\"COSTSO\":33170,\"CostQuad\":null,\"ACEB\":16585,\"COSTTO\":16585},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16585,\"priceDoubleOcc\":\"16585.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":16585,\"COSTSO\":33170,\"CostQuad\":null,\"ACEB\":16585,\"COSTTO\":16585},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":16585,\"priceDoubleOcc\":\"16585.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16585,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":16585,\"COSTSO\":33170,\"CostQuad\":null,\"ACEB\":16585,\"COSTTO\":16585},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":19795,\"priceDoubleOcc\":\"21400.00\",\"priceSingleOcc\":37985,\"priceExtraBed\":\"16585.00\",\"priceWithoutBed\":\"16585.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16585,\"CEB\":16585,\"COSTDO\":21400,\"COSTSO\":37985,\"CostQuad\":null,\"ACEB\":21400,\"COSTTO\":21400}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"37367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17922.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5},{\"From\":\"2022-07-09\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":17923,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"17922.50\",\"priceWithoutBed\":\"17922.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17922.5,\"CEB\":17922.5,\"COSTDO\":17922.5,\"COSTSO\":35845,\"CostQuad\":null,\"ACEB\":17922.5,\"COSTTO\":17922.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 ratesrges extra&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;5% TCS will be charged extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Creek Dhow Cruise with Buffet Dinner&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 Desert Safari with BBQ Dinner, Tanoura &amp;amp; Belly Dance Show&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entry Ticket to Level 124 At The Top - Burj Khalifa (Non-Peak Hours)&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 unless mentioned.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Return Airport transfers on pvt 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\",\"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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"267869\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[267869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"267871\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[267871],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"267873\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[267873],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"267875\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[267875],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',16585,22000,3,NULL,NULL,NULL,2,'',0,'2022-11-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'United Arab Emirates','228','2022-12-01 13:23:31','2022-11-25 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'dubai-tour-package-3n/4d',NULL,NULL,NULL,0),(63,34516,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":34516,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/tashkent_package_1649157382.png\",\"BookingValidUntill\":\"2023-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Tashkent&lt;\\/strong&gt;&lt;strong&gt; (Capital of Uzbekistan)- 04 Nights-05 Days&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tashkent is the capital city of Uzbekistan. It&amp;rsquo;s known for its many museums and its mix of modern and Soviet-era architecture. The Amir Timur Museum houses manuscripts, weapons and other relics from the Timurid dynasty. Nearby, the huge State Museum of History of Uzbekistan has centuries-old Buddhist artifacts. The city&amp;rsquo;s skyline is distinguished by Tashkent Tower, which offers city views from its observation deck.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Tashkent\",\"DestinationPlacesSysId\":26873,\"SourcePlaces\":\"Tashkent\",\"SourcePlaceSysId\":26873,\"AgencyName\":\"Reisen Tours\",\"Name\":\"TASHKENT PACKAGE\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Sightseeing\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2022-11-25\",\"To\":\"2023-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26873,\"Title\":\"Tashkent\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502616,\"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, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":502618,\"Name\":\"Uzbekistan\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.3108785\",\"Long\":\"69.2859639\",\"Address\":\"2 O&#039;zbekiston Ovozi ko&#039;chasi, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AP\"}]},\"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: &acirc;&euro;&oelig;Justice is force&acirc;&euro;\\u009d. 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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":4776,\"Title\":\"The Monument of  Courage\",\"Description\":\"April 26, 1966 is a date which became the most tragic in the history of Tashkent. There was a strong earthquake 8 balls on the Richter scale at 5 hours 24 minutes in Tashkent, destroyed more than 2 million square meters of living space, 78,000 families were homeless.\\r\\n10 years later in 1976, approximately the place where was the epicenter earthquake epicenter, the monument of &quot;Courage&quot; was erected &quot;. The main composition of the monument is a cube that splits the crack to the foot of a bronze sculpture, depicting the figure of a woman holding a baby, as well as a man, protecting them from impending disaster. Tashkent was reconstructed not only by residents of other regions of the country, but also construction groups from all over the Soviet Union. After 3.5 years the city was completely restored and new houses were taken by the first settlers.\\r\\nDespite the fact that after the tragic events went by a long time, residents still come to the monument to honor those people who took a part in the reconstruction of Tashkent. Thanks to them our city became more beautiful.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":4.355,\"Long\":98.44,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729730.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":4832,\"Title\":\"Broadway Street\",\"Description\":\"Sailgokh Street, known locally as &acirc;&euro;&tilde;Broadway&acirc;&euro;&trade;, has some street artists and painters, who display their original artworks. The Broadway street is in the very center of Tashkent and connects two main squares of the city, Amir Temur and Independent squares.\\r\\n\\r\\nThere are many shopping centers, fashion shops, boutiques, restaurants, and cafes are located on and around the Broadway in Tashkent. Here you may also pick up some handmade crafts, souvenirs and bric-a-bracs.\\r\\n\\r\\nTashkent&acirc;&euro;&trade;s Broadway is also one of the greenest parks in the city with a huge area of shady trees and beautiful fountains.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.1115472,\"Long\":-73.8583806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1525065191.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":4835,\"Title\":\"Charvak Lakes\",\"Description\":\"Lake Charvak is a water reservoir in Bostanliq District in the northern part of Tashkent Region, Uzbekistan, separating Ugam (north), Pskem (east), and Chatkal (south) ranges. The reservoir was created by erecting a 168 m (551 ft) high stone dam (Charvak Hydropower Station) on the Chirchiq River, a short distance downstream from the confluence of Pskem, Ko&#039;ksu and Chatkal rivers in the western Tian Shan mountains, which provide the main volume of water. Currently the confluence cannot be seen and all three rivers discharge directly into Charvak. The reservoir capacity is 2 km3 (0.48 cu mi)\\r\\nLake Charvak is the uppermost of the several reservoirs made on the Chirchiq River. Downstream, there are Khodzhikent Reservoir and Gazalkent Reservoir, which have a much smaller area.\\r\\n\\r\\nThe dam construction was started in 1964 and completed in 1970. About 150 archaeological sites were submerged under water when the reservoir was filled up. These sites were investigated by the Institute of History and Archaeology of Uzbekistan before the dam was constructed.\\r\\n\\r\\nLake Charvak is a popular resort in Tashkent region and thousands of holiday makers from all over Uzbekistan and neighbouring countries visit the reservoir. Villages on the banks of Charvak such as Yusufhona, Burchmulla, Nanay, Chorvoq, Sidjak, Bogustan, and their surroundings offer wide range of hotels, dachas, houses and tapchans to accommodate tourists. Yusufhona is also a popular place among paragliders and provides facilities for this sport.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.6348704,\"Long\":70.0443594,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1525065498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":25667,\"Title\":\"Chimgan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.5509943,\"Long\":70.0250065,\"Image\":\"0\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":25668,\"Title\":\"Uzumfermer.uz ????????? ? ??????????\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.35596210000001,\"Long\":69.4369926,\"Image\":\"0\",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"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&acirc;&euro;&trade;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\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"247614\",\"Title\":\" Arrival to Tashkent \",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive to Tashkent&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at Tashkent Airport&amp;nbsp;meets &amp;amp; greets service outside of arrival hall. The custom procedures will take about 1 hour. The guests will be met by the local English speaking escort guide.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 bottles of 1lt of water to be given per person&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;13.00- Lunch&amp;nbsp; at the Indian Restaurant&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tashkent evening&amp;nbsp;&amp;nbsp; City Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit: Tashkent &amp;ldquo;CENTRAL PARK NEW &amp;ldquo; &amp;amp; Enjoy&amp;nbsp; Fountain Show &amp;amp;&amp;nbsp; Love&amp;nbsp;&amp;nbsp; Garden&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Time for leisure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;20.00 -Dinner at Indian Restaurant with traditional, Bollywood Show&amp;nbsp; program&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Tashkent&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247615\",\"Title\":\"Tashkent &ndash; City tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;09.00 Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10.00 Start city tour: Khasti Imam Complex, Independence Square, Broadway street, Amir Temur Square with museum, Monument of Courage, Broadway street, Repressions park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;20.00- Dinner at Indian Restaurant&amp;nbsp; with show&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight&amp;nbsp; stay at the hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502616,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":502618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":4776,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4832,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4774,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247616\",\"Title\":\"Tashkent &ndash; Charwak &ndash; Tashkent\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;08.00 Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;09.00 Transfer to Charwak Lake (2 hours).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;11.00 Arrive to Chimgan Mountains and take a ride on a cable car.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;15.00 Free time for photo shooting, walking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;17.00 Transfer back to Tashkent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;19.00 Arrive in Tashkent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;20.00- Dinner at&amp;nbsp; Indian Restaurant with show&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502616,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":502618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4835,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25667,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247617\",\"Title\":\"Tashkent   visit   to  Uzumfermer.uz   \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;09.00 Early breakfast at Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10.00 Transfer to &amp;ldquo;Uzumfermer&amp;rdquo;&amp;nbsp;&amp;nbsp; Tashkent&amp;nbsp;&amp;nbsp; around&amp;nbsp; 30min drive&amp;nbsp; from Tashkent City&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Spend an unforgettable day learning about winemaking&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Also visit&amp;nbsp; there Exotic&amp;nbsp; Garden&amp;nbsp; , Moon&amp;nbsp; Gate&amp;nbsp; , Pond&amp;nbsp; with&amp;nbsp; waterfall , Chinese&amp;nbsp;&amp;nbsp; Tea House , Pine Forest&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;13.00- Lunch at&amp;nbsp; farm&amp;nbsp;&amp;nbsp; &amp;amp; enjoy photo shooting&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or wine&amp;nbsp; tasting at your own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;16.00- Back to Tashkent&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;19.00- Dinner at Indian Restaurant with show&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502616,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":502618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":25668,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247618\",\"Title\":\"Tashkent&ndash; Departure\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shopping Tour visit : Samarkand Darvoza Mall , Chorsu&amp;nbsp; Bazaar&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;13.00- Lunch at Indian Restaurant&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;18.00-Transfer to Tashkent International Airport to take flight.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the tour!&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4832,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST&amp;nbsp; &amp;amp; TCS will be charged extra&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\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visa &amp;amp; Travel Insurance&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"247614\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[247614],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247615\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[247615],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247616\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[247616],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247617\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[247617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247618\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[247618],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Tashkent','Tashkent,Central Asia,Uzbekistan,Eurasia',NULL,'26873',0,0,4,NULL,NULL,NULL,2,'',0,'2022-11-25 00:00:00','2023-04-30 00:00:00','2023-04-30 00:00:00',3,'Uzbekistan','232','2022-11-25 18:53:05','2022-11-25 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'tashkent-package',NULL,NULL,NULL,0),(64,38256,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":38256,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/explore-bali_1669356268\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;One among 17,500 islands, Bali&amp;#39;s beauty is unique and incomparable.&amp;nbsp;Known for its fascinating jungles, terraced rice fields, legendary volcanoes, mystical temples and stunning beaches, this island is a welcoming haven for travellers from all over the world.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bali\",\"DestinationPlacesSysId\":2136,\"SourcePlaces\":\"Bali\",\"SourcePlaceSysId\":2136,\"AgencyName\":\"Reisen Tours\",\"Name\":\"EXPLORE BALI\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-11-26\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2136,\"Title\":\"Bali\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3375,\"Title\":\"Kintamani\",\"Description\":\"In Kintamani, check out these wonderful list of things and make your holiday more interesting and fun. From the trekking to some exciting activities, this island beckons us all. Sunrise trekking in Bali is very famous among tourists around the world.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.25739,\"Long\":115.354871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Kintamani_2136_1519378562.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7921,\"Title\":\"Ubud Swing\",\"Description\":\"The Bali Swing is the new toursm activity in Bali and it has become such a popular activity in Bali.\\r\\nHowever, the original and best is Ubud, but to day there hundreds of others have sprung up all over Bali with breathtaking views.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.5098,\"Long\":115.2654,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ubud_Swing_2136_1546086487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2139,\"Title\":\"Alas Kedaton Monkey Forest\",\"Description\":\"Alas Kedaton Monkey Forest and Sanctuary (&amp;#039;Obyek Wisata Alam Alas Kedaton&amp;#039; in its local designation) is located in the village of Kutuh in the district of Marga, Tabanan, approximately 25km northeast of Denpasar, the island&amp;rsquo;s provincial capital city, and 4.5km from Tabanan. The small forest of 12ha is inhabited by hundreds of grey long-tailed macaques (Macaca fascicularis). Alas Kedaton Monkey Forest is easily regarded as the island&amp;rsquo;s &amp;lsquo;other monkey forest&amp;rsquo; after the most prominent and often visited Ubud Monkey Forest with its band of monkeys. Kedaton is rather off the beaten track as it is located quite far from the main tourist destinations of the island.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.529483,\"Long\":115.15534,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/21_1501061412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2141,\"Title\":\"Nusa Dua Beach\",\"Description\":\"Nusa Dua, was designed to be an &amp;lsquo;all-inclusive&amp;rsquo; type of tourist destination. The Indonesian Tourism Development Centre or ITDC (formerly Bali Tourism Development Centre \\/ BTDC) is a main enclave of world-class hotels, complete with an upmarket shopping complex with well-maintained facilities, and with a luxurious 18-hole golf course, white-golden sandy beaches and many other nearby highlights. The name &amp;#039;Nusa Dua&amp;#039; is derived from the two small islands on its eastern shoreline. Though it&amp;rsquo;s the most developed area in Bali, it still houses many temples, a museum, and many other attractions to see and visit. The enclave is an idyllic place for honeymooners and for those who bring the entire family for a memorable Bali holiday.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.794096,\"Long\":115.230162,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Nusa_Dua_Beach_2136_1519039865.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"273490\",\"Title\":\"ARRIVAL IN BALI AIRPORT \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Our Driver will Pick Up at Airport holding sign with your name, so will be easy for you to find us in airport, just looking sign with your name and our Driver will be welcome you with friendly smile.&amp;nbsp;The itinerary is flexible, we can go to hotel or directly go for the tour.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273491\",\"Title\":\"KINTAMANI &amp; UBUD TOUR \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;ENJOY YOUR BREAKFAST AND GET READY FOR KINTAMANI &amp;amp; UBUD TOUR. (The Kintamani Volcano is an active volcano&amp;nbsp;and a very popular trek. The captivating Mount Batur surrounds the 13-sq-km Batur caldera lake. Those with a penchant for adventure can take a winding road down to the lakeshore).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3375,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7921,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273492\",\"Title\":\"HALF DAY MONKEY FOREST\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;Ready for Monkey Forest tour Get up close and personal with four different species of monkeys -the Mantled Howler Monkey, the White-Faced Capuchin Monkey, Geoffroy&amp;rsquo;s Tamarin Monkey, and the Lemurine Owl Monkey - as they climb on you and snatch food. Discover many other wild animals including crocodiles, toucans, sloths, iguanas, turtles, and numerous exotic birds.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2139,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273493\",\"Title\":\"TRANSFER TO NUSA DUA\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Nusa Dua is good for luxury hotel holidays, white sandy beaches and cultural day tours. Whereas Seminyak has a wider range of accommodation, food, cheaper prices and things to do&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2141,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273494\",\"Title\":\"FREE FOR LEISURE \",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy your free time&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"273495\",\"Title\":\"DAPARTURE FROM BALI \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out from hotel and transfers to airport&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"38256\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18034.47\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"38256\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18034.47\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2},{\"From\":\"2022-08-01\",\"To\":\"2022-09-01\",\"Currency\":1,\"priceTripleOcc\":18034,\"priceDoubleOcc\":\"18034.47\",\"priceSingleOcc\":36068.94,\"priceExtraBed\":\"18034.47\",\"priceWithoutBed\":\"18034.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":1,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18034.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":222.2,\"CEB\":222.2,\"COSTDO\":222.2,\"COSTSO\":444.4,\"CostQuad\":null,\"ACEB\":222.2,\"COSTTO\":222.2}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"273490\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[273490],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273491\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[273491],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273492\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[273492],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273493\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[273493],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273494\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[273494],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"273495\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[273495],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Bali','Bali,South East Asia,Indonesia,Orient,Kintamani,Kuta,Ubud,Nusa Dua',NULL,'2136',18034,18034,5,NULL,NULL,NULL,2,'',0,'2022-11-26 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Indonesia','102','2022-11-26 18:27:56','2022-11-26 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'explore-bali',NULL,NULL,NULL,0),(65,44587,1,35,1,0,0,'Honeymoon,Beach,Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":44587,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/bali-tour-package_1669458320\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;One among 17,500 islands, Bali&amp;#39;s beauty is unique and incomparable.&amp;nbsp;Known for its fascinating jungles, terraced rice fields, legendary volcanoes, mystical temples and stunning beaches, this island is a welcoming haven for travellers from all over the world.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bali\",\"DestinationPlacesSysId\":2136,\"SourcePlaces\":\"Bali\",\"SourcePlaceSysId\":2136,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Bali Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12595\",\"SupplierName\":\"STS World PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Water Sports\",\"PackageType\":\"Honeymoon,Beach,Family,Religious\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2136,\"Title\":\"Bali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":384856,\"Name\":\"KUTA CENTRAL PARK BALI\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-8.710457\",\"Long\":\"115.179369\",\"Address\":\"Jl. Patih Jelantik, Kuta, Bali, Indonesia, 80361\"},\"Images\":[],\"CityId\":2136,\"Brief\":\"Location\\nThe hotel is located in the midst of Kuta&amp;#039;s Central Park area on the pulse of all goods things in Bali. While the hotel&amp;#039;s immediate neighbourhood is ideal for exploring by foot, the hotel&acirc;&euro;&trade;s location makes it also an ideal vantage point from which to explore the rest of the island. Guests can reach the hotel within 15 minutes&amp;#039; drive from Ngurah Rai International Airport.\\nFacilities\\nThe establishment was built in 2011. The establishment comprises a total of 223 accommodation units. Lift access is provided to the upper floors. Services such as a cloakroom, a safe and currency exchange facilities make for a comfortable stay. Internet access and wireless internet access are available in the public areas. Gastronomic options include a restaurant, a dining area, a breakfast room, a caf&Atilde;&copy; and a bar. The grounds of the establishment feature a playground and an attractive garden. A TV room is also among the amenities at the establishment. Guests arriving by car can park their vehicles in the garage or car park. Additional services include medical assistance, room service and a laundry.\\nRooms\\nAll accommodation units feature air conditioning and a bathroom. A balcony or terrace is also included as standard. Each accommodation unit features a double bed or a king-size bed. A safe is also available. The rooms offer a range of amenities, including tea and coffee making equipment. An ironing set is also available to guests. Most accommodation units are equipped with internet access, a telephone, a TV, a radio and a stereo system. Wheelchair-accessible rooms are also bookable. In the bathrooms, guests will find a shower, a bathtub and a hairdryer.\\nSports\\/Entertainment\\nThe establishment offers an outdoor pool and a children&amp;#039;s pool. Sun loungers provide a great place to sunbathe. The poolside bar serves a selection of refreshing drinks. With water skiing, jet skiing, a motorboat, a banana boat and aquafit, fans of watersports will have plenty to choose from. A gym and badminton are some of the sports and leisure options available at the establishment. Various wellness options are offered, including a spa, a sauna, a steam bath, massage treatments and a solarium. An entertainment programme for children and a kids&amp;#039; club are among the available leisure options. \\nMeals\\nVarious meals and board options are bookable. Guests can choose from breakfast, lunch, dinner, B &amp;amp; B, half board and All-inclusive. Staff are also happy to prepare special dietary cuisine. Special deals can be enjoyed at the establishment. Drinks are included for guests.\\nPayment\\nThe following credit cards are accepted at the establishment: American Express, VISA, Diners Club, JCB and MasterCard.The KUTA CENTRAL PARK BALI is a Tourist, Modern, Business, Leisure, Design Trendy hotel. Located in KUTA area. Shopping is within walking distance and the nightlife\\/restaurants are within walking distance from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/56\\/564895\\/p9JsESKZ_2eadd346dd2d18933d69943f72011158.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior \\u2013 Twin\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2141,\"Title\":\"Nusa Dua Beach\",\"Description\":\"Nusa Dua, was designed to be an &amp;lsquo;all-inclusive&amp;rsquo; type of tourist destination. The Indonesian Tourism Development Centre or ITDC (formerly Bali Tourism Development Centre \\/ BTDC) is a main enclave of world-class hotels, complete with an upmarket shopping complex with well-maintained facilities, and with a luxurious 18-hole golf course, white-golden sandy beaches and many other nearby highlights. The name &amp;#039;Nusa Dua&amp;#039; is derived from the two small islands on its eastern shoreline. Though it&amp;rsquo;s the most developed area in Bali, it still houses many temples, a museum, and many other attractions to see and visit. The enclave is an idyllic place for honeymooners and for those who bring the entire family for a memorable Bali holiday.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.794096,\"Long\":115.230162,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Nusa_Dua_Beach_2136_1519039865.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3107,\"Title\":\"Uluwatu Temple Tour\",\"Description\":\"Pura Luhur Uluwatu or Uluwatu Temple is a famous Balinese sea temple in Bali, built at the top (ulu) of a 70 meter high cliff or rock (watu) projecting into the sea. It is one of the nine directional temples of Bali meant to protect it from evil spirits. Pura Luhur Uluwatu is renowned for its magnificent location, enjoy sunset delights with direct views overlooking the beautiful Indian Ocean. A Kecak dance is performed everyday at the adjacent cliff-top stage.\\r\\nThe temple is inhabited by monkeys, who are notorious for grabbing attractive items such as sunglasses and cameras.However, they can be calmer when approached with peanuts or bananas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.8291,\"Long\":115.0849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Uluwatu_Temple_2136_1517466836.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7918,\"Title\":\"Water Sports TRIO(Jet Skii  Banana Boat  Parraselling)\",\"Description\":\"Enjoy water sports in Bali including Jet Skii,Banana Boat, Parraselling.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Water_Sports_TRIO(Jet_Skii__Ba_2136_1574167993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3090,\"Title\":\"Pura Tanah Lot Temple\",\"Description\":\"Pura Tanah Lot temple is a extremely popular tourist destination. It does have cultural significance to the Balinese, situated on theTanah Lot which is  the small island floating on the sea.\\r\\nThis temple is very famous among tourist destinations in Bali with spectacular view of sunset  and cultural icon for photography. It is one of the most important and venerated sea temples for the Balinese.\\r\\nNowadays, there are some eateries that will open up for sunset drinks and meals.There are also many souvenir stalls surrounding the area, catering to the tourists.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.621213,\"Long\":115.086807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Pura_Tanah_Lot_2136_1517404245.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2111,\"Title\":\"Ulun Danu Beratan Temple-Bedugul Temple\",\"Description\":\"Pura Ulun Danu Beratan, or Pura Bratan, is a major Shaivite water temple on Bali, Indonesia. The temple complex is located on the shores of Lake Bratan in the mountains near Bedugul.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.275177,\"Long\":115.166849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ulun_Danu_Beratan_Temple_2136_1519040347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":12595,\"SupplierName\":\"STS World PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"321927\",\"Title\":\"ARRIVAL IN BALI\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Bali Ngurah Rai&amp;nbsp;International&amp;nbsp;Airport, met by representative and transfer to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fresh n up &amp;amp; Relax at Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy Bali on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Bali&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":384856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior \\u2013 Twin\"}],\"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\":\"321928\",\"Title\":\"Watersport Activity Tour &amp; Uluwatu Temple Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for&amp;nbsp;watersport&amp;nbsp; activities like Banana Boat Riding, Parasailing &amp;amp; Jet Ski (ETD - 1000 hrs - 1400 hrs)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After enjoying watersport activities get ready for visit to&amp;nbsp;Uluwatu Temple (ETD 1600 hrs - ETA 1900 hrs)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back hotel with a memorable day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":384856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior \\u2013 Twin\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2141,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7918,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321929\",\"Title\":\"Kintamani Tours With Ubud Village\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half Day Bali Swing with Indonesian lunch on private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":384856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior \\u2013 Twin\"}],\"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\":\"321930\",\"Title\":\"Ulun Danu Temple Tour &amp;  Tanah Lot Temple Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get Ready for Ulun Danu Temple visit. (ETD 1000 hrs - ETA 1400 hrs)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After Ulun Danu continue your tour to the Tanah Lot Temple. (ETD 1400 hrs - ETA 1900 hrs)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back hotel with a memorable day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":384856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior \\u2013 Twin\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3090,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2111,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321931\",\"Title\":\"DAPARTURE FROM BALI \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check out from hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers to airport&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44587\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14663.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":14663,\"priceDoubleOcc\":\"14663.20\",\"priceSingleOcc\":29326.4,\"priceExtraBed\":\"13178.32\",\"priceWithoutBed\":\"7517.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14663.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":89.1,\"CEB\":156.2,\"COSTDO\":173.8,\"COSTSO\":\"158.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":173.8,\"COSTTO\":173.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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;04 Hotel Nights accommodation on&amp;nbsp; twin sharing basis..&amp;nbsp;&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 booked.&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 unless mentioned.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;English speaking driver cum guide assistance&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"321927\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[321927],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321928\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[321928],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"321929\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[321929],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"321930\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[321930],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"321931\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[321931],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bali','Bali,South East Asia,Indonesia,Orient','','2136',14663,14663,4,'65_1671258900_0.jpg,65_1671258900_1.jpg,65_1671259015_0.jpg,65_1671259015_1.jpg,65_1671259015_2.jpg',NULL,'[{\"day\":1,\"images\":\"harry-kessell-eE2trMn-6a0-unsplash.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"pexels-mikhail-nilov-6965510.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"pexels-nick-wehrli-5282602.jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Indonesia','102','2023-06-23 17:13:05','2023-05-25 00:00:00',1,1,'1','1','0','Bali tour package, Bali holiday packages, 4N/5D Bali tour, Bali vacation package, Bali travel package, Bali adventure tour, Bali beach tour, Bali temple tour, Bali sightseeing tour','Book our 4N/5D Bali tour package and experience a memorable vacation in Bali. Our Bali holiday packages offer the perfect mix of adventure and relaxation. Explore Bali\'s stunning beaches, temples, and lush greenery.','Book 4N/5D Bali Tour Package | Bali Holiday Packages',NULL,'bali-tour-package',NULL,NULL,NULL,0),(66,44634,1,35,0,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":44634,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/nepal-tour_1669618715\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kathmandu - Dhulikhel Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12600\",\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422369,\"Name\":\"Hotel Arts Kathmandu\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.715874\",\"Long\":\"85.310395\",\"Address\":\"CHAKSIBARI MARG, THAMEL - 44600 KATHMANDU  NP, 44600\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"Hotel Arts Kathmandu, luxury 3 star hotels in kathmandu. Located in the heart of thamel. The hotel has a spa centre and sauna, and guests can enjoy a drink at the bar. Free private parking is available on site. Thamel Chowk is 300 m from Hotel Arts Kathmandu, while Kathmandu Durbar Square is 1.9 km from the property. Tribhuvan Airport is 5.7 km away.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/45\\/459381\\/459381a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527928,\"Name\":\"Woodapple Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7166397\",\"Long\":\"85.30796749999999\",\"Address\":\"Kaldhara 16, ???????? 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room Double\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527929,\"Name\":\"Hotel Yak & Yeti\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7116556\",\"Long\":\"85.3200951\",\"Address\":\"Durbar Marg, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527939,\"Name\":\"Woodapple Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7166397\",\"Long\":\"85.30796749999999\",\"Address\":\"Kaldhara 16, ???????? 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35820,\"Title\":\"Bhaktapur Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6720744,\"Long\":85.42810229999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35821,\"Title\":\"Kailashnath Mahadev Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6460953,\"Long\":85.47417999999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/swayambhunath_13672_1667467360.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":7835,\"Title\":\"Dhulikhel\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527930,\"Name\":\"Aagantuk Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6327139\",\"Long\":\"85.5429731\",\"Address\":\"View Tower Marg, Dhulikhel 45210, Nepal\"},\"Images\":[],\"CityId\":7835,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527931,\"Name\":\"Himalaya Drishya Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"27.6275481\",\"Long\":\"85.5469772\",\"Address\":\"Unnamed Road, ??????? 45200, Nepal\"},\"Images\":[],\"CityId\":7835,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527932,\"Name\":\"Himalaya Drishya Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"27.6275481\",\"Long\":\"85.5469772\",\"Address\":\"Unnamed Road, ??????? 45200, Nepal\"},\"Images\":[],\"CityId\":7835,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Double Standard Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35820,\"Title\":\"Bhaktapur Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6720744,\"Long\":85.42810229999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35821,\"Title\":\"Kailashnath Mahadev Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6460953,\"Long\":85.47417999999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/swayambhunath_13672_1667467360.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"322389\",\"Title\":\"Arrival In Kathmandu, Nepal\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive Kathmandu Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet with orepresentative at airport who will welcome you with Khada\\/garland (welcoming Culture in Nepal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-In.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527928,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Room Double\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"322392\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"322395\",\"Title\":\"KATHMANDU SIGHTSEEING &amp; DRIVE TO DHULIKHEL\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing starts with Pashupatinath Temple ( Famous Holy Hindu Temple ) .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing of Bouddhanath Stupa (one of the biggest Stupa in the World).&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Dhulikhel. By road it takes around 1 &amp;amp; half hour to reach Dhulikhel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the Dhulikhel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7835,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":527931,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Double Standard Room\"},{\"IsIncluded\":false,\"Id\":527932,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Double Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"},{\"IsIncluded\":false,\"Id\":527931,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Double\\/Twin\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322398\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7835,\"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\":\"322401\",\"Title\":\"DHULIKHEL TO KATHMANDU VIA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive back to Kathmandu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way visit Saga Temple (Tallest Lord Shiva Statue)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If time permits, you can visit Bhaktapur Durbar Square .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Kathmandu.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35820,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35821,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322404\",\"Title\":\"KATHMANDU TO CHANDRAGIRI\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Chandragiri hills cable car station to go up to the Chandragiri Hills (2551m), enjoy view of Kathmandu and magnificent Himalayas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then visit Swayambhunath Stupa (The Stupa for Faith &amp;nbsp;&amp;amp; Harmony).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening time is free for individual activities by your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3354,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322407\",\"Title\":\"DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, morning is free for individual activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Please be ready 3 hours before the flight and transfer to airport for the final destination as per schedule.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"44634\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"16280.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":17398,\"priceDoubleOcc\":\"16280.00\",\"priceSingleOcc\":51700,\"priceExtraBed\":\"14726.80\",\"priceWithoutBed\":\"9817.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16280,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9817.5,\"CEB\":14726.8,\"COSTDO\":16280,\"COSTSO\":\"32200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19635,\"COSTTO\":19635},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":18022,\"priceDoubleOcc\":\"17215.00\",\"priceSingleOcc\":52635,\"priceExtraBed\":\"14726.80\",\"priceWithoutBed\":\"9817.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9817.5,\"CEB\":14726.8,\"COSTDO\":17215,\"COSTSO\":\"32200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19635,\"COSTTO\":19635},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":18425,\"priceDoubleOcc\":\"17820.00\",\"priceSingleOcc\":53240,\"priceExtraBed\":\"14726.80\",\"priceWithoutBed\":\"9817.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9817.5,\"CEB\":14726.8,\"COSTDO\":17820,\"COSTSO\":\"32200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19635,\"COSTTO\":19635},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":19635,\"priceDoubleOcc\":\"19635.00\",\"priceSingleOcc\":55055,\"priceExtraBed\":\"14726.80\",\"priceWithoutBed\":\"9817.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9817.5,\"CEB\":14726.8,\"COSTDO\":19635,\"COSTSO\":\"32200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19635,\"COSTTO\":19635}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44635\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"19525.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":20185,\"priceDoubleOcc\":\"19525.00\",\"priceSingleOcc\":59290,\"priceExtraBed\":\"17201.80\",\"priceWithoutBed\":\"11467.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19525,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11467.5,\"CEB\":17201.8,\"COSTDO\":19525,\"COSTSO\":\"36150.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21505,\"COSTTO\":21505},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":20808,\"priceDoubleOcc\":\"20460.00\",\"priceSingleOcc\":60225,\"priceExtraBed\":\"17201.80\",\"priceWithoutBed\":\"11467.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11467.5,\"CEB\":17201.8,\"COSTDO\":20460,\"COSTSO\":\"36150.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21505,\"COSTTO\":21505},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":21505,\"priceDoubleOcc\":\"21505.00\",\"priceSingleOcc\":61270,\"priceExtraBed\":\"17201.80\",\"priceWithoutBed\":\"11467.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21505,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11467.5,\"CEB\":17201.8,\"COSTDO\":21505,\"COSTSO\":\"36150.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21505,\"COSTTO\":21505},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":22458,\"priceDoubleOcc\":\"22935.00\",\"priceSingleOcc\":62700,\"priceExtraBed\":\"17201.80\",\"priceWithoutBed\":\"11467.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22935,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11467.5,\"CEB\":17201.8,\"COSTDO\":22935,\"COSTSO\":\"36150.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21505,\"COSTTO\":21505}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44636\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"28435.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":29553,\"priceDoubleOcc\":\"28435.00\",\"priceSingleOcc\":84370,\"priceExtraBed\":\"23842.50\",\"priceWithoutBed\":\"15895.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28435,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15895,\"CEB\":23842.5,\"COSTDO\":28435,\"COSTSO\":\"50850.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31790,\"COSTTO\":31790},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":30177,\"priceDoubleOcc\":\"29370.00\",\"priceSingleOcc\":85305,\"priceExtraBed\":\"23842.50\",\"priceWithoutBed\":\"15895.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29370,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15895,\"CEB\":23842.5,\"COSTDO\":29370,\"COSTSO\":\"50850.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31790,\"COSTTO\":31790},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":30873,\"priceDoubleOcc\":\"30415.00\",\"priceSingleOcc\":86350,\"priceExtraBed\":\"23842.50\",\"priceWithoutBed\":\"15895.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15895,\"CEB\":23842.5,\"COSTDO\":30415,\"COSTSO\":\"50850.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31790,\"COSTTO\":31790},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":31790,\"priceDoubleOcc\":\"31790.00\",\"priceSingleOcc\":87725,\"priceExtraBed\":\"23842.50\",\"priceWithoutBed\":\"15895.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31790,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15895,\"CEB\":23842.5,\"COSTDO\":31790,\"COSTSO\":\"50850.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31790,\"COSTTO\":31790}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"322389\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[322389],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322392\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322392],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322395\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322395],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"2\"]}},\"322398\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322398],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322401\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322401],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"2\"]}},\"322404\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322404],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"2\"]}},\"322407\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[322407],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kathmandu,Dhulikhel','Kathmandu,Indian Subcontinent,Nepal,Dhulikhel','','13672,7835',16280,31790,4,'',NULL,'[{\"day\":1,\"images\":\"samrat-khadka-VaeXuio0rn0-unsplash.jpg\"},{\"day\":2,\"images\":\"11.jpg\"},{\"day\":3,\"images\":\"13.jpg\"},{\"day\":4,\"images\":\"14.jpg\"},{\"day\":5,\"images\":\"16.jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Nepal','153','2023-06-23 17:13:06','2023-05-25 00:00:00',1,1,'1','1','0','','','',NULL,'kathmandu-dhulikhel-tour',NULL,NULL,NULL,0),(67,33387,1,35,0,0,0,'Adventure,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":33387,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Riyadh\",\"DestinationPlacesSysId\":23057,\"SourcePlaces\":\"Jeddah\",\"SourcePlaceSysId\":13067,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Jeddah & Riyadh Combo\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Airport Transfers,Activity,Sightseeing\",\"PackageType\":\"Adventure,Family,Heritage,Culture,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-11-28\",\"To\":\"2023-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13067,\"Title\":\"Jeddah\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":106278,\"Name\":\"Radisson Blu Plaza Jeddah\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.556\",\"Long\":\"39.1689\",\"Address\":\"King Abdullah Road Jeddah 21332 Western Province Saudi Arabia\"},\"Images\":{\"Image\":[{\"ImagId\":2327565,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_22_t.jpg\"},{\"ImagId\":2327566,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_23_t.jpg\"},{\"ImagId\":2327567,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_25_t.jpg\"},{\"ImagId\":2327568,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_28_t.jpg\"},{\"ImagId\":2327569,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_51_t.jpg\"},{\"ImagId\":2327570,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_82_t.jpg\"},{\"ImagId\":2327571,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_135_t.jpg\"},{\"ImagId\":2327572,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_138_t.jpg\"},{\"ImagId\":2327573,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_151_t.jpg\"},{\"ImagId\":2327574,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_157_t.jpg\"},{\"ImagId\":2327575,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_159_t.jpg\"},{\"ImagId\":2327576,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_184_t.jpg\"},{\"ImagId\":2327577,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_141_t.jpg\"},{\"ImagId\":2327578,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_130_t.jpg\"},{\"ImagId\":2327579,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_174_t.jpg\"},{\"ImagId\":2327580,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_150_t.jpg\"},{\"ImagId\":2327581,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_133_t.jpg\"},{\"ImagId\":2327582,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_140_t.jpg\"},{\"ImagId\":2327583,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_179_t.jpg\"},{\"ImagId\":2327584,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_183_t.jpg\"},{\"ImagId\":2327585,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_158_t.jpg\"},{\"ImagId\":2327586,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_154_t.jpg\"},{\"ImagId\":2327587,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_168_t.jpg\"},{\"ImagId\":2327588,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_188_t.jpg\"},{\"ImagId\":2327589,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_195_t.jpg\"},{\"ImagId\":2327590,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_196_t.jpg\"},{\"ImagId\":2327591,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_200_t.jpg\"},{\"ImagId\":2327592,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_202_t.jpg\"},{\"ImagId\":2327593,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_205_t.jpg\"},{\"ImagId\":2327594,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_201_t.jpg\"},{\"ImagId\":2327595,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/ee29c6b9_t.jpg\"},{\"ImagId\":2327596,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3f326e21_t.jpg\"},{\"ImagId\":2327597,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/fe3d04bb_t.jpg\"},{\"ImagId\":2327598,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/537fe208_t.jpg\"},{\"ImagId\":2327599,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3891f5a7_t.jpg\"},{\"ImagId\":2327600,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/6157d34c_t.jpg\"},{\"ImagId\":2327601,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/16a49c65_t.jpg\"},{\"ImagId\":2327602,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/269e3dfd_t.jpg\"},{\"ImagId\":2327603,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/56dd5a3f_t.jpg\"},{\"ImagId\":2327604,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/49b3f0ab_t.jpg\"},{\"ImagId\":2327605,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d15d3c18_t.jpg\"},{\"ImagId\":2327606,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/67648ea7_t.jpg\"},{\"ImagId\":2327607,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/6f856e04_t.jpg\"},{\"ImagId\":2327608,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a1f43cf6_t.jpg\"},{\"ImagId\":2327609,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/37ee403d_t.jpg\"},{\"ImagId\":2327610,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/48ac1d65_t.jpg\"},{\"ImagId\":2327611,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/f95170d6_t.jpg\"},{\"ImagId\":2327612,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/3ad18491_t.jpg\"},{\"ImagId\":2327613,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/41ea81d5_t.jpg\"},{\"ImagId\":2327614,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a723d97b_t.jpg\"},{\"ImagId\":2327615,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/308db4dc_t.jpg\"},{\"ImagId\":2327616,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d28540c6_t.jpg\"},{\"ImagId\":2327617,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/df51dd0f_t.jpg\"},{\"ImagId\":2327618,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/537e8003_t.jpg\"},{\"ImagId\":2327619,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/01408d41_t.jpg\"},{\"ImagId\":2327620,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/059ce3ab_t.jpg\"},{\"ImagId\":2327621,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/0c296021_t.jpg\"},{\"ImagId\":2327622,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/61cce70f_t.jpg\"},{\"ImagId\":2327623,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/ad988cd8_t.jpg\"},{\"ImagId\":2327624,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/b75d590b_t.jpg\"},{\"ImagId\":2327625,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/fa8cb3ef_t.jpg\"},{\"ImagId\":2327626,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/a3f041a7_t.jpg\"},{\"ImagId\":2327627,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/35ee2018_t.jpg\"},{\"ImagId\":2327628,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/55fcf7b1_t.jpg\"},{\"ImagId\":2327629,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/d0774bf9_t.jpg\"},{\"ImagId\":2327630,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/de417ad5_t.jpg\"},{\"ImagId\":2327631,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/dfe71d35_t.jpg\"},{\"ImagId\":2327632,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/f2806a27_t.jpg\"},{\"ImagId\":2327633,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/8bd0edea_t.jpg\"}]},\"CityId\":13067,\"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 Radisson Blu Plaza Hotel, Jeddah in Jeddah, you&amp;apos;ll be in a shopping district and minutes from Al Salaam Mall, and close to Andalus Mall.  This 4-star hotel is within close proximity of King Abdulaziz University and Gate to Makkah.&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 fireplaces and LED televisions. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. 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;Take advantage of recreation opportunities including a health club and an indoor pool. Additional amenities at this hotel include 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 in a coffee shop\\/caf&eacute;. 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 complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. A roundtrip airport shuttle is available for a surcharge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11680000\\/11673000\\/11672905\\/11672905_22_t.jpg\",\"AccoAminitiesMask\":\"111110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24768,\"Title\":\"4x4 Desert Safari with Dinner\",\"Description\":\"&lt;p&gt;We will board our 4x4, and drive you to impressive golden sand dunes. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee &amp; tea.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647007968.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24767,\"Title\":\"Jeddah Half Day City Tour\",\"Description\":\"&lt;p&gt;Enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local&lt;\\/p&gt;&lt;p&gt;Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647008449.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24781,\"Title\":\"Half Day Ad-Diriyah Tour\",\"Description\":\"&lt;p&gt;\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t&lt;\\/p&gt;&lt;div class=&quot;page&quot; title=&quot;Page 8&quot;&gt;\\r\\n\\t\\t\\t&lt;div class=&quot;layoutArea&quot;&gt;\\r\\n\\t\\t\\t\\t&lt;div class=&quot;column&quot;&gt;\\r\\n\\t\\t\\t\\t\\t&lt;p&gt;&lt;span style=&quot;font-size: 7.000000pt font-family: &#039;Arial&#039;&quot;&gt;We drive for 30 minutes to Ad-Diriyah, located on the western bank of the Wadi Hanifah, a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of\\r\\nthe Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its\\r\\nimportance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi\\r\\narchitecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from\\r\\nAsia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city , we have the\\r\\nopportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10\\r\\nyears.&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077857.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24780,\"Title\":\"Half Day Riyadh City Tour\",\"Description\":\"&lt;p&gt;\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t&lt;\\/p&gt;&lt;div class=&quot;page&quot; title=&quot;Page 8&quot;&gt;\\r\\n\\t\\t\\t&lt;div class=&quot;layoutArea&quot;&gt;\\r\\n\\t\\t\\t\\t&lt;div class=&quot;column&quot;&gt;\\r\\n\\t\\t\\t\\t\\t&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts\\r\\na unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace that was the\\r\\nroyal residence where King Abdulaziz hosted his court. The palace was named after its square 40 by 40-&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;meter shape and is now one of the city&rsquo;s main museums. &lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;Adjacent to the\\r\\n&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;palace, a modern building hosts a collection of King Abdulaziz&rsquo;s personal items which we will tour briefly. These places illu&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;strate the heart of the birth of the Saudi nation.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077652.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":23057,\"Title\":\"Riyadh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":169663,\"Name\":\"Golden Tulip Andalusia\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.680133291189\",\"Long\":\"46.691131174833\",\"Address\":\"P.O.BOX 57749 OLAYA-RIYADH 11584 Riyadh SAUDI ARABIA Saudi Arabia\"},\"Images\":{\"Image\":[{\"ImagId\":3747850,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/91\\/1105734cdmsgalileovfm_img_pho_000_nc__36987_Guest_Room___A.jpg\"},{\"ImagId\":3747851,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/111\\/1105734cdmsgalileovfm_img_pho_000_nc__36990_Lobby___A.jpg\"},{\"ImagId\":3747852,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/101\\/1105734cdmsgalileovfm_img_pho_000_nc__36991_Lobby___A.jpg\"},{\"ImagId\":3747853,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/121\\/1105734cdmsgalileovfm_img_pho_000_nc__36992_Restaurant___A.jpg\"},{\"ImagId\":3747854,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/131\\/1105734cdmsgalileovfm_img_pho_000_nc__36998_Lobby___A.jpg\"}]},\"CityId\":23057,\"Brief\":\"The hotel is located on the main street, Olaya, next to King Fahad and Gulf highways and within walking distance of the main shopping and financial district. It&rsquo;s only 35 km\\/15 minutes away from King Khalid International Airport and 2 km from the exhibition centre and the diplomatic quarter.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/8\\/441\\/91\\/1105734cdmsgalileovfm_img_pho_000_nc__36987_Guest_Room___A.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24768,\"Title\":\"4x4 Desert Safari with Dinner\",\"Description\":\"&lt;p&gt;We will board our 4x4, and drive you to impressive golden sand dunes. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee &amp; tea.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647007968.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24767,\"Title\":\"Jeddah Half Day City Tour\",\"Description\":\"&lt;p&gt;Enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local&lt;\\/p&gt;&lt;p&gt;Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13067,\"CityName\":\"Jeddah\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13067\\/sightseeing\\/4539_1647008449.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24781,\"Title\":\"Half Day Ad-Diriyah Tour\",\"Description\":\"&lt;p&gt;\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t&lt;\\/p&gt;&lt;div class=&quot;page&quot; title=&quot;Page 8&quot;&gt;\\r\\n\\t\\t\\t&lt;div class=&quot;layoutArea&quot;&gt;\\r\\n\\t\\t\\t\\t&lt;div class=&quot;column&quot;&gt;\\r\\n\\t\\t\\t\\t\\t&lt;p&gt;&lt;span style=&quot;font-size: 7.000000pt font-family: &#039;Arial&#039;&quot;&gt;We drive for 30 minutes to Ad-Diriyah, located on the western bank of the Wadi Hanifah, a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of\\r\\nthe Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its\\r\\nimportance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi\\r\\narchitecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from\\r\\nAsia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city , we have the\\r\\nopportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10\\r\\nyears.&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077857.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":24780,\"Title\":\"Half Day Riyadh City Tour\",\"Description\":\"&lt;p&gt;\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t&lt;\\/p&gt;&lt;div class=&quot;page&quot; title=&quot;Page 8&quot;&gt;\\r\\n\\t\\t\\t&lt;div class=&quot;layoutArea&quot;&gt;\\r\\n\\t\\t\\t\\t&lt;div class=&quot;column&quot;&gt;\\r\\n\\t\\t\\t\\t\\t&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts\\r\\na unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace that was the\\r\\nroyal residence where King Abdulaziz hosted his court. The palace was named after its square 40 by 40-&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;meter shape and is now one of the city&rsquo;s main museums. &lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;Adjacent to the\\r\\n&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;palace, a modern building hosts a collection of King Abdulaziz&rsquo;s personal items which we will tour briefly. These places illu&lt;\\/span&gt;&lt;span style=&quot;font-size: 7pt&quot;&gt;strate the heart of the birth of the Saudi nation.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t\\t&lt;\\/div&gt;\\r\\n\\t\\t&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":23057,\"CityName\":\"Riyadh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23057\\/sightseeing\\/4539_1647077652.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"238563\",\"Title\":\"Arrival in Jeddah\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Marhaba, Welcome to Arabia! On your arrival at the airport in Jeddah, you will be transferred to your hotel on a private basis by one of our representatives. After reaching the hotel, take your time to freshen up and relax as the rest of the day is free at leisure to explore the beautiful city on your own. Later in the evening, you can opt for one of our optional activities to explore Jeddah!&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Optional Tours:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;&lt;strong&gt;Full-Day Taif Tour with Lunch (8 Hrs):&lt;\\/strong&gt;&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We will start our journey towards the downtown of the city of Taif to take a stroll in its traditional market &amp;ldquo;Barhat Al Qazzaz Souq&amp;rdquo;, visit the stone-built house that is now transformed into a cafe?, followed by a stop to see &amp;ldquo;Al-Kaki Palace&amp;rdquo; from there we head back to mountains of Taif located over the Al Hada Mountains above Mecca and on the Eastern slopes of the Al-Sarawat mountains. We drive heading to have a traditional meal stop at one of the good local restaurants. The city of Taif has cool and green. In summer, Saudi people, as well as GCC citizens, travel to TAIF for its Green nature and its weather, its beautiful scenery and the town&amp;rsquo;s relaxed atmosphere. Our tour will lead us to an enjoyable drive to the majestic panoramic view of al Hada mountain. We will pass by a Rose Farm and perfume factory. The old stone paths, cars that passing through the road from Al Hada, seeing the Cable Car. From there we move back on our way to the city of JEDDAH.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;&lt;strong&gt;Stargazing in the Desert (5 Hrs):&lt;\\/strong&gt;&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;About an hour drive from the city of Jeddah, we would arrive at Khur Al-Shadaiq beach area, there we will get the perfect spot to take a dip in the Red Sea, followed by a vessel trip to see the nearby island, after which we serve a light meal and wait for the stars to shine while we have a brief about the upcoming tourists&amp;rsquo; attractions in the area like the under-going megaproject The Red Sea before we move back to Jeddah.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at the mentioned hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":106278,\"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\":\"238564\",\"Title\":\"Jeddah Half Day City Tour + Desert Safari \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, we will start our tour by visiting Old Jeddah. Our guide will tell you amazing stories about Jeddah and its surroundings. We will enjoy a wonderful walk-in Al-Balad, the old part of the city. This walking tour of the old town will take you along all the less known must-see local spots: Old Market hidden gems, Old Jeddah hidden galleries, local Jeddah food only for locals... While visiting Al-Balad, visitors will be taken to see Beit Nassif, one of the prominent renovated structures in the old city, which dates back to the mid-1800s. The five-story building provides a rare opportunity for visitors to experience the blend of traditional architecture with modernity. We will see also the Baghdadi house. We will also visit the Old gold market in Gabel street and the Ukash Mosque. We will end our tour driving towards the Jeddah Corniche which is the 30 km coastal resort area of the city of Jeddah. We will pass by the Al Rahmah Mosque. Located along the Red Sea, the Corniche features a coastal road, recreation areas, pavilions and large-scale civic sculptures as well as King Fahd&amp;#39;s Fountain, the highest fountain in the world. Later, we continue for our Arabian Desert Adventure!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;4x4 Desert Safari with Dinner:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We will explore the Saudi desert that surrounds the city of Jeddah. We will board our 4x4, and drive you to impressive sand dunes near Jeddah. followed and of course some dune bashing with our expert Bedouin drivers. After these activities, we will have a relaxing time between the dunes where we serve a nice meal, water, juices, and coffee &amp;amp; tea. We will then return back to the Jeddah hotel after an hour approximately.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":106278,\"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\":[{\"IsIncluded\":true,\"Id\":24768,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238565\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13067,\"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\":\"238566\",\"Title\":\"Half day Riyadh city tour + Half day Ad-Diriyah tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, check out of the hotel and transfer to the airport for your flights to Riyadh. Arrival transfer to the hotel to relax and freshen up. In the afternoon after lunch, we proceed to Discover the live city of RIYADH. We start our tour of mystic Riyadh by visiting the National Museum. The primary custodian of Saudi national heritage and culture, it is a place of learning and discovery that hosts a unique collection of artefacts and covers the whole history of the Arabian Peninsula right up to modern times. After that, we head to the nearby Murrabba Palace which was the royal residence where King Abdulaziz hosted his court. The palace was named after it&amp;#39;s square 40 by 40-meter shape and is now one of the city&amp;rsquo;s main museums. Adjacent to the palace, a modern building hosts a collection of King Abdulaziz&amp;rsquo;s personal items which we will tour briefly. These places illustrate the heart of the birth of the Saudi nation. Later, we proceed to Ad-Diriyah.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Ad-Diriyah,&lt;\\/strong&gt; located on the western bank of the Wadi Hanifah, is a dry riverbed where water flows only after big rains. Ad-Diriyah used to be the capital of the Najd (the central plateau of the Arabian Peninsula) from the 15th century until the beginning of the 18th century. It is the birthplace of the first Saudi Kingdom and its importance in the history of the Arabian Peninsula was highlighted when it was listed as UNESCO World Heritage Site, in 2010, as the most brilliant example of Najdi architecture. The history of Ad-Diriyah goes back thousands of years as it was on an ancient trade and pilgrimage route, acting as a meeting point for those travelling to or from Asia, Africa and Europe. Our visit to the site allows us to admire its incredible architecture before returning to downtown Riyadh. As we drive towards the city, we have the opportunity to admire the rapid development of this cosmopolitan capital, planned by the Saudi government to become the biggest metropole in the Middle East in the next 10 years.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the tour, we head to a local Arabic restaurant for an authentic Arabic meal experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Proceed to the hotel for an overnight stay in Riyadh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":169663,\"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\":[{\"IsIncluded\":true,\"Id\":24781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24780,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"238567\",\"Title\":\"Day Free in Riyadh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today after breakfast, you can explore the beautiful city of Riyadh on your own and shop around in the local Riyadh markets for souvenirs. Or, you can opt for some more amazing adventures in Riyadh by Atlas Holidays!&amp;nbsp;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&lt;strong&gt;Optional Tours:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&lt;em&gt;Edge of the World with Dinner (7 Hrs):&lt;\\/em&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;An exciting drive to the amazing &amp;ldquo;Edge of the World&amp;rdquo;, located on the 1000 kilometre-long Tuwaiq escarpment where the viewpoints from the top of the 300-meter-high cliffs are particularly dramatic. On our way to the most famous natural wonder of Riyadh Province, we visit a restored traditional village, Sadous, whose architecture is typical of the Najd (central Arabia) before we start the off-road drive towards Edge of the World. En route, we stop by the Bats Cave and once at Edge of the World we can hike along the majestic cliffs and enjoy the breathtaking viewpoints. Whilst enjoying traditional coffee, tea and a light meal there is an explanation about Saudi culture while we watch the picturesque sunset.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;&lt;strong&gt;Morning Safari (4hrs):&lt;\\/strong&gt;&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We head southwest for approximately one hour into some of the most beautiful dunes of the Riyadh province, where we have the opportunity to enjoy fun activities like sand-boarding and dune bashing in a pristine and secluded sand dune sea. Depending on the season we will visit a nearby Bedouin campsite to enjoy traditional coffee and tea and see their herd of camels. On top of the dunes, we serve a light meal, drinks, coffee &amp;amp; tea after which we will return back to the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":169663,\"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\":\"238568\",\"Title\":\"Riyadh: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Breakfast. This morning you will be able to enjoy the pool or other activities. Depending on your time of flight transfer to JEDDAH airport for departure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Flight back home with Amazing Arabian Adventure and memories!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23057,\"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\":\"33387\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"65780.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":65780,\"priceDoubleOcc\":\"65780.00\",\"priceSingleOcc\":93380,\"priceExtraBed\":\"39836.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39836,\"COSTDO\":65780,\"COSTSO\":93380,\"CostQuad\":null,\"ACEB\":65780,\"COSTTO\":65780},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":60088,\"priceDoubleOcc\":\"60087.50\",\"priceSingleOcc\":80787.5,\"priceExtraBed\":\"40250.00\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":40250,\"COSTDO\":60087.5,\"COSTSO\":80787.5,\"CostQuad\":null,\"ACEB\":60087.5,\"COSTTO\":60087.5},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":66125,\"priceDoubleOcc\":\"66125.00\",\"priceSingleOcc\":93725,\"priceExtraBed\":\"39847.50\",\"priceWithoutBed\":\"34500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34500,\"CEB\":39847.5,\"COSTDO\":66125,\"COSTSO\":93725,\"CostQuad\":null,\"ACEB\":66125,\"COSTTO\":66125}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33387\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62920.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-03-12\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":62920,\"priceDoubleOcc\":\"62920.00\",\"priceSingleOcc\":89320,\"priceExtraBed\":\"38104.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38104,\"COSTDO\":62920,\"COSTSO\":89320,\"CostQuad\":null,\"ACEB\":62920,\"COSTTO\":62920},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-05-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":57475,\"priceDoubleOcc\":\"57475.00\",\"priceSingleOcc\":77275,\"priceExtraBed\":\"38500.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38500,\"COSTDO\":57475,\"COSTSO\":77275,\"CostQuad\":null,\"ACEB\":57475,\"COSTTO\":57475},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250},{\"From\":\"2022-10-01\",\"To\":\"2023-04-30\",\"Currency\":1,\"priceTripleOcc\":63250,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"38115.00\",\"priceWithoutBed\":\"33000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33000,\"CEB\":38115,\"COSTDO\":63250,\"COSTSO\":89650,\"CostQuad\":null,\"ACEB\":63250,\"COSTTO\":63250}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;2 Nights&amp;nbsp;Accommodation in the above mentioned hotel or similar in Jeddah.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Nights&amp;nbsp;Accommodation in the above mentioned hotel or similar in Riyadh.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Buffet breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personalized meet &amp;amp; assist upon arrival at the Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Round trip transfers from the airport to the hotel and vice versa by a deluxe air-conditioned vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half-day Jeddah area tour in English.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;4x4 Desert Safari with dinner in Jeddah.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Internal flight ticket from Jeddah - Riyadh.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half-day Riyadh area tour in English.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half-day Ad-Diriyah tour with dinner.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on a private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Local 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"238563\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[238563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238564\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[238564],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238565\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[238565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238566\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[238566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238567\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[238567],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"238568\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[238568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Jeddah,Riyadh','Jeddah,Middle East,Saudi Arabia,Riyadh',NULL,'13067,23057',57475,66125,4,NULL,NULL,NULL,2,'',0,'2022-11-28 00:00:00','2023-04-30 00:00:00','2023-04-30 00:00:00',3,'Saudi Arabia','186','2022-11-28 14:27:12','2022-11-28 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'jeddah-riyadh-combo',NULL,NULL,NULL,0),(68,44657,1,35,0,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":44657,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/kathmu-pokhara-tour_1669628815\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kathmandu - Pokhara Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12600\",\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422369,\"Name\":\"Hotel Arts Kathmandu\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.715874\",\"Long\":\"85.310395\",\"Address\":\"CHAKSIBARI MARG, THAMEL - 44600 KATHMANDU  NP, 44600\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"Hotel Arts Kathmandu, luxury 3 star hotels in kathmandu. Located in the heart of thamel. The hotel has a spa centre and sauna, and guests can enjoy a drink at the bar. Free private parking is available on site. Thamel Chowk is 300 m from Hotel Arts Kathmandu, while Kathmandu Durbar Square is 1.9 km from the property. Tribhuvan Airport is 5.7 km away.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/45\\/459381\\/459381a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527993,\"Name\":\"Woodapple Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7166397\",\"Long\":\"85.30796749999999\",\"Address\":\"Kaldhara 16, ???????? 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527929,\"Name\":\"Hotel Yak & Yeti\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7116556\",\"Long\":\"85.3200951\",\"Address\":\"Durbar Marg, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":528003,\"Name\":\"Woodapple Hotel and Spa\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7166397\",\"Long\":\"85.30796749999999\",\"Address\":\"Kaldhara 16, ???????? 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35820,\"Title\":\"Bhaktapur Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6720744,\"Long\":85.42810229999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35828,\"Title\":\"Nepal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6752242,\"Long\":85.32454829999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":21687,\"Title\":\"Pokhara\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527996,\"Name\":\"Hotel Pokhara Batika\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7180034\",\"Long\":\"85.30701429999999\",\"Address\":\"P894+6R2, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":21687,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":527997,\"Name\":\"White Pearl Pokhara\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"28.2081212\",\"Long\":\"83.95955300000001\",\"Address\":\"Barahi Path, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":21687,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":160378,\"Name\":\"Hotel Landmark Pokhara\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2102\",\"Long\":\"83.9653\",\"Address\":\"Lakeside Pokhara Nepal\"},\"Images\":{\"Image\":[{\"ImagId\":3519322,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_29_t.jpg\"},{\"ImagId\":3519323,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_30_t.jpg\"},{\"ImagId\":3519324,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_32_t.jpg\"},{\"ImagId\":3519325,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_27_t.jpg\"},{\"ImagId\":3519326,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_26_t.jpg\"},{\"ImagId\":3519327,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_31_t.jpg\"},{\"ImagId\":3519328,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_33_t.jpg\"},{\"ImagId\":3519329,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_34_t.jpg\"},{\"ImagId\":3519330,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_36_t.jpg\"},{\"ImagId\":3519331,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_37_t.jpg\"},{\"ImagId\":3519332,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_38_t.jpg\"},{\"ImagId\":3519333,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_39_t.jpg\"},{\"ImagId\":3519334,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_40_t.jpg\"},{\"ImagId\":3519335,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_41_t.jpg\"}]},\"CityId\":21687,\"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 Hotel Landmark Pokhara in Pokhara, you&amp;apos;ll be near the airport and minutes from Barahi Temple, and close to World Peace Stupa. This hotel is within close proximity of Devi&amp;apos;s Fall and Pokhara International Mountain Museum.&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 75 air-conditioned guestrooms. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have separate bathtubs and showers and complimentary toiletries.&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 facials. Additional amenities at this hotel include complimentary wireless Internet access, shopping on site, 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 at one of the hotel&amp;apos;s 2 restaurants, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink at one of the 2 bars\\/lounges. Breakfast is available for a fee.&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. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5560000\\/5559300\\/5559290\\/5559290_29_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":160329,\"Name\":\"Temple Tree Resort and Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.205864\",\"Long\":\"83.963364\",\"Address\":\"Gaurighat Lakeside 6\"},\"Images\":{\"Image\":[{\"ImagId\":3518092,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_21_t.jpg\"},{\"ImagId\":3518093,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_25_t.jpg\"},{\"ImagId\":3518094,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_22_t.jpg\"},{\"ImagId\":3518095,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_23_t.jpg\"},{\"ImagId\":3518096,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_12_t.jpg\"},{\"ImagId\":3518097,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_11_t.jpg\"},{\"ImagId\":3518098,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_7_t.jpg\"},{\"ImagId\":3518099,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_4_t.jpg\"},{\"ImagId\":3518100,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_45_t.jpg\"},{\"ImagId\":3518101,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_47_t.jpg\"},{\"ImagId\":3518102,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_48_t.jpg\"},{\"ImagId\":3518103,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_49_t.jpg\"},{\"ImagId\":3518104,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_51_t.jpg\"},{\"ImagId\":3518105,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_52_t.jpg\"},{\"ImagId\":3518106,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_53_t.jpg\"},{\"ImagId\":3518107,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_54_t.jpg\"},{\"ImagId\":3518108,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_44_t.jpg\"},{\"ImagId\":3518109,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_55_t.jpg\"},{\"ImagId\":3518110,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_56_t.jpg\"},{\"ImagId\":3518111,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_57_t.jpg\"},{\"ImagId\":3518112,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_33_t.jpg\"},{\"ImagId\":3518113,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_35_t.jpg\"},{\"ImagId\":3518114,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_36_t.jpg\"},{\"ImagId\":3518115,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_37_t.jpg\"},{\"ImagId\":3518116,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_38_t.jpg\"},{\"ImagId\":3518117,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_40_t.jpg\"},{\"ImagId\":3518118,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_41_t.jpg\"},{\"ImagId\":3518119,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_42_t.jpg\"},{\"ImagId\":3518120,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_43_t.jpg\"},{\"ImagId\":3518121,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_46_t.jpg\"},{\"ImagId\":3518122,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_28_t.jpg\"},{\"ImagId\":3518123,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_29_t.jpg\"},{\"ImagId\":3518124,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_30_t.jpg\"},{\"ImagId\":3518125,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_32_t.jpg\"},{\"ImagId\":3518126,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_34_t.jpg\"}]},\"CityId\":21687,\"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 Temple Tree Resort &amp;amp; SPA in Pokhara, you&amp;apos;ll be convenient to Barahi Temple and World Peace Stupa.  This spa hotel is within close proximity of Devi&amp;apos;s Fall and Pokhara International Mountain Museum.&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 49 air-conditioned rooms featuring LCD televisions. Your room comes with a pillowtop bed. 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 rainfall showerheads and complimentary toiletries.&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. You&amp;apos;re sure to appreciate the recreational amenities, including a health club and an outdoor pool. This Art Deco hotel also features complimentary wireless Internet access, concierge services, and barbecue grills.&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 one of the hotel&amp;apos;s dining establishments, which include 2 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.&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. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4630000\\/4627200\\/4627197\\/4627197_21_t.jpg\",\"AccoAminitiesMask\":\"110110001000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35820,\"Title\":\"Bhaktapur Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6720744,\"Long\":85.42810229999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":35828,\"Title\":\"Nepal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6752242,\"Long\":85.32454829999999,\"Image\":\"0\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12600,\"SupplierName\":\"Apoorva Tours &amp; Travel Pvt. Ltd.\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"322541\",\"Title\":\"ARRIVAL\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive Kathmandu Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet with our representative who will welcome you with Khada\\/garland (welcoming Culture in Nepal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers to the hotel by Tourist vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"322544\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"322547\",\"Title\":\"KATHMANDU TO POKHARA\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Depart to Pokhara..If you want to go by flight it will take half an hour (It costs supplementary INR 4,000 ). By road it needs 6-7 hours (205km) to reach Pokhara.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch on the highway.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Check-In.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Pokhara.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527996,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":527997,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":160378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"322550\",\"Title\":\"POKHARA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Drive up to the Sarankot hill for sunrise view from the mountain early in the morning at 5:30 (half an hour to reach at the top\\/ two hours for sightseeing\\/ half an hour to come down)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way we will visit Bindabasini temple (Old Temple of Pokhara).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After breakfast, start Pokhara valley sightseeing including, Davis falls (Water Fall), Gupteshwor cave (Hidden Mahadev Cave).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is for extra activities like Paragliding, Ultra-light flight, Zip- Flying and Bungee- Jumping, which is the best fun work in Pokhara to feel the Himalayas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Afternoon is time for the shopping and boating on Fewa Lake (Fourth Largest Lake of Nepal), visit Talbarahi temple (Located in the middle of Fewa Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Check-In.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Pokhara.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527996,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":527997,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":160378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2336,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322553\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"322556\",\"Title\":\"POKHARA TO KATHMANDU\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel 6-8 o&amp;rsquo;clock.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Departure to Kathmandu. If you want to go by flight it will take half an hour. By road needs 6-7 hours (205km) to reach Kathmandu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch on the highway.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way you can visit Manakamana Temple ( Goddess of Wishes Fulfilling ).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the time is free for individual activities by own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35824,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322559\",\"Title\":\"KATHMANDU SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing starts with Pashupatinath Temple ( Famous Holy Hindu Temple ) .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After this we will do sightseeing of Bouddhanath Stupa (one of the biggest Stupa in the World).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Do lunch in one of the Palace area&amp;rsquo;s restaurants.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After lunch drive to Patan city for sightseeing (Patan Durbar Square, Krishna Temple, Golden temple, Patan museum).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the time is free for individual activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35820,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35828,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322562\",\"Title\":\"DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, morning is free for individual activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Please be ready 3 hours before the flight and transfer to airport for the final destination as per schedule.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"44657\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"17930.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":20002,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":60005,\"priceExtraBed\":\"18109.30\",\"priceWithoutBed\":\"12072.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17930,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12072.5,\"CEB\":18109.3,\"COSTDO\":17930,\"COSTSO\":\"38250.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24145,\"COSTTO\":24145},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":22092,\"priceDoubleOcc\":\"21065.00\",\"priceSingleOcc\":63140,\"priceExtraBed\":\"18109.30\",\"priceWithoutBed\":\"12072.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21065,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12072.5,\"CEB\":18109.3,\"COSTDO\":21065,\"COSTSO\":\"38250.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24145,\"COSTTO\":24145},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":23375,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":65065,\"priceExtraBed\":\"18109.30\",\"priceWithoutBed\":\"12072.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12072.5,\"CEB\":18109.3,\"COSTDO\":22990,\"COSTSO\":\"38250.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24145,\"COSTTO\":24145},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":24145,\"priceDoubleOcc\":\"24145.00\",\"priceSingleOcc\":66220,\"priceExtraBed\":\"18109.30\",\"priceWithoutBed\":\"12072.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12072.5,\"CEB\":18109.3,\"COSTDO\":24145,\"COSTSO\":\"38250.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24145,\"COSTTO\":24145}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44658\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"22330.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":24310,\"priceDoubleOcc\":\"22330.00\",\"priceSingleOcc\":72875,\"priceExtraBed\":\"21202.50\",\"priceWithoutBed\":\"14135.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14135,\"CEB\":21202.5,\"COSTDO\":22330,\"COSTSO\":\"45950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28270,\"COSTTO\":28270},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":26217,\"priceDoubleOcc\":\"25190.00\",\"priceSingleOcc\":75735,\"priceExtraBed\":\"21202.50\",\"priceWithoutBed\":\"14135.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25190,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14135,\"CEB\":21202.5,\"COSTDO\":25190,\"COSTSO\":\"45950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28270,\"COSTTO\":28270},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27115.00\",\"priceSingleOcc\":77660,\"priceExtraBed\":\"21202.50\",\"priceWithoutBed\":\"14135.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27115,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14135,\"CEB\":21202.5,\"COSTDO\":27115,\"COSTSO\":\"45950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28270,\"COSTTO\":28270},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":28270,\"priceDoubleOcc\":\"28270.00\",\"priceSingleOcc\":78815,\"priceExtraBed\":\"21202.50\",\"priceWithoutBed\":\"14135.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28270,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14135,\"CEB\":21202.5,\"COSTDO\":28270,\"COSTSO\":\"45950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28270,\"COSTTO\":28270}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44659\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"36080.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":37602,\"priceDoubleOcc\":\"36080.00\",\"priceSingleOcc\":100925,\"priceExtraBed\":\"30484.30\",\"priceWithoutBed\":\"20322.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20322.5,\"CEB\":30484.3,\"COSTDO\":36080,\"COSTSO\":\"58950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":40645,\"COSTTO\":40645},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":38592,\"priceDoubleOcc\":\"37565.00\",\"priceSingleOcc\":102410,\"priceExtraBed\":\"30484.30\",\"priceWithoutBed\":\"20322.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37565,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20322.5,\"CEB\":30484.3,\"COSTDO\":37565,\"COSTSO\":\"58950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":40645,\"COSTTO\":40645},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":39875,\"priceDoubleOcc\":\"39490.00\",\"priceSingleOcc\":104335,\"priceExtraBed\":\"30484.30\",\"priceWithoutBed\":\"20322.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39490,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20322.5,\"CEB\":30484.3,\"COSTDO\":39490,\"COSTSO\":\"58950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":40645,\"COSTTO\":40645},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":40645,\"priceDoubleOcc\":\"40645.00\",\"priceSingleOcc\":105490,\"priceExtraBed\":\"30484.30\",\"priceWithoutBed\":\"20322.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40645,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20322.5,\"CEB\":30484.3,\"COSTDO\":40645,\"COSTSO\":\"58950.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":40645,\"COSTTO\":40645}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"322541\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[322541],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322544\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322544],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322547\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322547],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"322550\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322550],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"322553\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322553],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322556\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322556],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"322559\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[322559],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"322562\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[322562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kathmandu,Pokhara','Kathmandu,Indian Subcontinent,Nepal,Pokhara','','13672,21687',17930,40645,5,'',NULL,'[{\"day\":1,\"images\":\"10.jpg\"},{\"day\":2,\"images\":\"kaushal-subedi-zRWq-7SWVSU-unsplash (1).jpg\"},{\"day\":3,\"images\":\"meera-pankhania-7cENZhgyf7c-unsplash.jpg\"},{\"day\":4,\"images\":\"09.jpg\"},{\"day\":5,\"images\":\"15.jpg\"},{\"day\":6,\"images\":\"16.jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Nepal','153','2023-06-23 17:13:06','2023-05-25 00:00:00',1,1,'1','1','0','Best Nepal holiday packages, Nepal vacation, Nepal trip, best time to visit Nepal, hotels in Nepal, flights for Nepal, airline tickets for Nepal, places to visit in Nepal, best places to visit in Nepal, Nepal holiday packages','Explore the best of Nepal - Book Nepal Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book Nepal Tour Packages',NULL,'kathmandu-pokhara-tour',NULL,NULL,NULL,0),(69,43474,1,35,0,0,0,'Honeymoon,Family,Religious,Heritage,Shopping and Nightlife,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":43474,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/simply-istanbul_1667302388\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Simply Istanbul\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4934\",\"SupplierName\":\"55 DMC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Religious,Heritage,Shopping and Nightlife,Leisure,Group Tours\",\"Validity\":{\"From\":\"2022-11-29\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":524999,\"Name\":\"Ergenekon\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0472153\",\"Long\":\"28.9849648\",\"Address\":\"Ergenekon, Dolapdere Cd. no:108, 34375 ?i?li\\/?stanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":525000,\"Name\":\"Atro Hotel\",\"Star\":\"3.00\",\"Rating\":\"3.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.0472153\",\"Long\":\"28.9849648\",\"Address\":\"Ergenekon, Dolapdere Cd. no:108, 34375 Istanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"&lt;p&gt;Situated in Istanbul, 400 m from Istanbul Congress Center, Atro Hotel features accommodation with a shared lounge, free private parking and a garden. A Turkish bath and a car rental service are available for guests. The accommodation offers a 24-hour front desk, room service and currency exchange for guests.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A free shuttle service to Taksime and Osmanbey metro is provided.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The hotel offers 4-star accommodation with a sauna.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Popular points of interest near Atro Hotel include Taksim Square, Istiklal Street and Dolmabahce Clock Tower. The nearest airport is Istanbul Ataturk, 16 km from the accommodation, and the property offers a paid airport shuttle service.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_525000\\/4539_0f8ca5c421245bff30d469e4836b904a1667300915.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":403766,\"Name\":\"Taksim Express Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0455067837571\",\"Long\":\"28.9863592386246\",\"Address\":\"Cumhuriyet Cad. No:135 Harbiye, Sisli, \"},\"Images\":[],\"CityId\":12905,\"Brief\":\"In the center of the city, TRYP Istanbul Taksim is just a few steps from Lutfi Kirdar Convention and Exhibition Centre. The hotel has a sauna, fitness center, and air-conditioned rooms with Wi-Fi.\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/17\\/cf13c025e2397b122b7234bf5b1f9e8e-60307.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":430883,\"Name\":\"Nova Plaza Taksim Square\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.039839733612\",\"Long\":\"28.984655449074\",\"Address\":\"Lamartin Caddesi 21, Beyoglu, 34200 Istanbul\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Nova Plaza Taksim Square is in the heart of Istanbul, walking distance from Taksim Square and Dot.  This hotel is close to Topkapi Palace and Suleymaniye Mosque.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 105 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 showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and complimentary newspapers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Be sure to enjoy recreational amenities including a sauna and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and a television in a common area.&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. 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, a 24-hour front desk, and luggage storage. This hotel has 3 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/02\\/00\\/020085a296a6aa837e9617b5bc96c56078a435e0.jpg\",\"AccoAminitiesMask\":\"1010001010001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; Palace, or the Seraglio, is a large museum in the east of the Fatih district of Istanbul in Turkey. In the 15th and 16th centuries, it served as the main residence and administrative headquarters of the Ottoman sultans.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1600251600.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":6070,\"Title\":\"SULTANAHMET IMPERIAL MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque or Sultan Ahmet Mosque (Turkish: Sultan Ahmet Camii) is a historic mosque located in Istanbul, Turkey. A popular tourist site, the Sultan Ahmed Mosque continues to function as a mosque today men still kneel in prayer on the mosque&#039;s lush red carpet after the call to prayer. The Blue Mosque, as it is popularly known, was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice. Hand-painted blue tiles adorn the mosque&acirc;&euro;&trade;s interior walls, and at night the mosque is bathed in blue as lights frame the mosque&acirc;&euro;&trade;s five main domes, six minarets and eight secondary domes. It sits next to the Hagia Sophia, another popular tourist site.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/130_1529996772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4934,\"SupplierName\":\"55 DMC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"313585\",\"Title\":\"Arrival: Istanbul\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Marhaba! Arrive at Istanbul Airport!&amp;nbsp;On your way, you will also witness the twinkling lights of Europe from Tarabya to Bebek. Later, you are transferred to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Upon arrival in Istanbul, you are dropped to your hotel where you can relax and freshen up. In the evening, you can opt for a Boshphorus Dinner Cruise &lt;strong&gt;(Extra Cost)&lt;\\/strong&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This night cruise is an enchanting experience and you will be served a &amp;lsquo;welcome drink&amp;rsquo; as soon as you board the cruise. Passing through the moonlight, your cruise will glide past Hotel Kempinski, Dolmabahce Palace on the European shores and the Beylerbeyi Palace, Kanlica and Anatolian Fortress from the Asian side. The Dinner Cruise will host you with live Turking entertainment including Turkish Folk &amp;amp; belly dance. The cruise will host an open buffet including Turkish specialities, unlimited local drinks, and barbeque.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"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\":\"313588\",\"Title\":\"Istanbul City tour \",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, you proceed for a full-day Istanbul City Tour. You begin in the Old City of Istanbul and visit the &amp;lsquo;Sultanahmet Centre&amp;rsquo; in the heart of the old city. Next is the Hagia (St.) Sophia, a basilica known for its incredible architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Just opposite the Hagia is the Blue Mosque which is famous for its blue Iznik tiles and 6 unique minarets built in the name of Sultan Ahmet. There is also the Hippodrome, a center of all the sportive, political, and eventive activities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Obelisk of Theodosius, Serpentine Column, and German Fountain of Wilhelm II is the famous monuments decorating the Hippodrome.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Grand Bazaar in Istanbul is one of the most famous shopping destinations and hosts the biggest &amp;lsquo;souk&amp;rsquo; in the world with approx 4000 shops selling antiques, jewelry, gold, carpets, leatherware, and souvenirs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After lunch, you proceed to Topkapi Palace, the Imperial Residence of Ottoman sultans exhibiting Chinese porcelain, weapons, and calligraphy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will also visit the Suleymaniye Mosque - built in the name of Suleyman, the magnificent during the 16th century which is famous for its architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post the tour, you will be transferred to the hotel for a comfortable stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"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\":11096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11095,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":27505,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17287,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6070,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313591\",\"Title\":\"Bursa Day trip from Istanbul \",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast today, we check out from the hotel and our journey begins. Drive to Bursa, former Ottoman Capital which was founded by the Bitnynian King Prusias I Cholus &amp;quot;the Lame&amp;quot; (reigned 228-185 BC), and he also gave his name -altered to the Hellenistic &amp;quot;Prusa&amp;quot;- the city. Legend has it that the great Carthaginian general Hannibal helped him to choose the site. The city is frequently cited as &amp;quot;Ye&amp;Aring;&amp;Yuml;il Bursa&amp;quot; (meaning &amp;quot;Green Bursa&amp;quot;) in a reference to the beautiful parks and gardens located across its urban tissue, as well as to the vast forests in rich variety that extend in its surrounding region.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The city is synonymous with the mountain Uludag which towers behind the city core and which is also a famous ski resort. The mausoleums of early Ottoman sultans are located in Bursa and the numerous edifices built throughout the Ottoman period constitute the city&amp;#39;s main landmarks. The surrounding fertile plain, its thermal baths, several interesting museums, notably a rich museum of archaeology, and a rather orderly urban growth are further principal elements that complete Bursa&amp;#39;s overall picture. We also visit Orhan Ghazi Mosque which is the first Ottoman Mosque with a lead dome built in 1392.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Highlights of the day:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tophane District Clock Tower&lt;br \\/&gt;\\r\\nCity Panoramic Views&lt;br \\/&gt;\\r\\nOsman Ghazi &amp;amp; Orhan Ghazi Tomb&lt;br \\/&gt;\\r\\nCable Car To Uludag Mountain&lt;br \\/&gt;\\r\\nAfter a fun-filled day exploring Bursa, we check in at the hotel for a comfortable overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Distance from Istanbul to Bursa: 160 km approx.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Time: 2 hours 10 min approx. per way&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"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\":17317,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313594\",\"Title\":\"Princess Island Tour (Istanbul)\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast At The Hotel, Departure From Hotel To Harbor.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nHighlights On Below:&lt;br \\/&gt;\\r\\nSailing To Buyukada Passing Through Kinaliada, Burgazada, Heybeliada. Spare Time On Island With Marvelous Beauty.&lt;br \\/&gt;\\r\\nBack To Harbor And Sailing Back To Istanbul Harbor.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Lunch At The Local Restaurant.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nDrive Back To Hotel for a comfortable over night stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":524999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":525000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":403766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":430883,\"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\":5699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"313597\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Check Out From Hotel, Meet With Your Driver, The Private Transfer Will Start From Your Hotel To Istanbul Airport, It Will Take Around 1 Hr. 30 Min. According To Traffic, Have A Safe Flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"43474\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"25466.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":26072,\"priceDoubleOcc\":\"25466.00\",\"priceSingleOcc\":36380,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25466,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":25466,\"COSTSO\":36380,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":26572,\"priceDoubleOcc\":\"26215.00\",\"priceSingleOcc\":37129,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":26215,\"COSTSO\":37129,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28712,\"priceDoubleOcc\":\"29425.00\",\"priceSingleOcc\":40339,\"priceExtraBed\":\"22202.50\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":22202.5,\"COSTDO\":29425,\"COSTSO\":40339,\"CostQuad\":null,\"ACEB\":27285,\"COSTTO\":27285}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43475\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26964.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27606,\"priceDoubleOcc\":\"26964.00\",\"priceSingleOcc\":45475,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26964,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":26964,\"COSTSO\":45475,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28177,\"priceDoubleOcc\":\"27820.00\",\"priceSingleOcc\":46331,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":27820,\"COSTSO\":46331,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":30103,\"priceDoubleOcc\":\"30709.00\",\"priceSingleOcc\":49220,\"priceExtraBed\":\"24075.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30709,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":24075,\"COSTDO\":30709,\"COSTSO\":49220,\"CostQuad\":null,\"ACEB\":28890,\"COSTTO\":28890}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43476\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"34240.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":34953,\"priceDoubleOcc\":\"34240.00\",\"priceSingleOcc\":59920,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":34240,\"COSTSO\":59920,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":35310,\"priceDoubleOcc\":\"34775.00\",\"priceSingleOcc\":60455,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":34775,\"COSTSO\":60455,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":37450,\"priceDoubleOcc\":\"37985.00\",\"priceSingleOcc\":63665,\"priceExtraBed\":\"28890.00\",\"priceWithoutBed\":\"19260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37985,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19260,\"CEB\":28890,\"COSTDO\":37985,\"COSTSO\":63665,\"CostQuad\":null,\"ACEB\":36380,\"COSTTO\":36380}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"43474\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26656.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27291,\"priceDoubleOcc\":\"26656.00\",\"priceSingleOcc\":38080,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26656,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":26656,\"COSTSO\":38080,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":27813,\"priceDoubleOcc\":\"27440.00\",\"priceSingleOcc\":38864,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":27440,\"COSTSO\":38864,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":30053,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":42224,\"priceExtraBed\":\"23240.00\",\"priceWithoutBed\":\"16240.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16240,\"CEB\":23240,\"COSTDO\":30800,\"COSTSO\":42224,\"CostQuad\":null,\"ACEB\":28560,\"COSTTO\":28560}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"43475\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"28224.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":28896,\"priceDoubleOcc\":\"28224.00\",\"priceSingleOcc\":47600,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28224,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":28224,\"COSTSO\":47600,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":29493,\"priceDoubleOcc\":\"29120.00\",\"priceSingleOcc\":48496,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":29120,\"COSTSO\":48496,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":31509,\"priceDoubleOcc\":\"32144.00\",\"priceSingleOcc\":51520,\"priceExtraBed\":\"25200.00\",\"priceWithoutBed\":\"17920.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32144,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17920,\"CEB\":25200,\"COSTDO\":32144,\"COSTSO\":51520,\"CostQuad\":null,\"ACEB\":30240,\"COSTTO\":30240}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43476\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"35840.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":36587,\"priceDoubleOcc\":\"35840.00\",\"priceSingleOcc\":62720,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35840,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":35840,\"COSTSO\":62720,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":36960,\"priceDoubleOcc\":\"36400.00\",\"priceSingleOcc\":63280,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":36400,\"COSTSO\":63280,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080},{\"From\":\"2022-11-01\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":39200,\"priceDoubleOcc\":\"39760.00\",\"priceSingleOcc\":66640,\"priceExtraBed\":\"30240.00\",\"priceWithoutBed\":\"20160.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20160,\"CEB\":30240,\"COSTDO\":39760,\"COSTSO\":66640,\"CostQuad\":null,\"ACEB\":38080,\"COSTTO\":38080}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;4 Nights accomodation as mentioned above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast at the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport \\/ Hotel transfers on a private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Istanbul City Tour on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bursa Tour on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Princess Island Tour on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;GST &amp;amp; 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"313585\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[313585],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313588\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[313588],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313591\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[313591],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313594\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[313594],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"313597\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[313597],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Istanbul','Istanbul,Central Asia,Turkey,Eurasia',NULL,'12905',25466,39760,4,NULL,NULL,NULL,2,'',0,'2022-11-29 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Turkey','222','2022-11-29 17:25:00','2022-11-29 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'simply-istanbul',NULL,NULL,NULL,0),(70,31320,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31320,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/uttarakh-_nainital_with_ranikhet_1641966616.jpg\",\"BookingValidUntill\":\"2023-06-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Nainital is a Himalayan resort town in the Kumaon region of India&amp;rsquo;s Uttarakhand state, at an elevation of roughly 2,000m. Formerly a British hill station, it&amp;rsquo;s set around Nainital Lake, a popular boating site with Naina Devi Hindu Temple on its north shore. A cable car runs to Snow View observation point (at 2,270m), with vistas over the town and mountains including Nanda Devi, Uttarakhand&amp;rsquo;s highest peak.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Ranikhet\",\"DestinationPlacesSysId\":22582,\"SourcePlaces\":\"Nainital\",\"SourcePlaceSysId\":18892,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Uttarakhand - Nainital With Ranikhet\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2023-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18892,\"Title\":\"Nainital\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492602,\"Name\":\"Rio Grand Hotel\",\"Star\":\".00\",\"Rating\":\"3.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.3900039\",\"Long\":\"79.44651560000001\",\"Address\":\"State Highway 41, Dhampur Bend,, Kaladungi Road, near Cave Garden, Ayarpatta, Nainital, Uttarakhand 263002, India\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492603,\"Name\":\"The Pavillion Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.3958996\",\"Long\":\"79.4492361\",\"Address\":\"near High Court, Mallital, Nainital, Uttarakhand 263001, India\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492604,\"Name\":\"Cygnett Resort Mountain Breeze Nainital\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.338175\",\"Long\":\"79.4820419\",\"Address\":\"House no.118, near Petrol Pump, Jeolikote, Uttarakhand 263127, India\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":773,\"Title\":\"Jhula Devi Temple\",\"Description\":\"Jhula Devi Temple is the place of attraction at the Ranikhet hill station. This Indian state is situated at 7 km from the town of Ranikhet near Choubatia Gardens of Almora district in Uttarakhand. The present temple complex was constructed in 1935. The innumerable bell hanging around the temple complex is the proof of divine and medical powers of &amp;quot;Ma Jhula Devi&amp;quot;. It is said that the temple is about 700 years old. Chobatia was a thick forest full of wild animals. Leopards and tigers used to attack people and carry their animals. People were scared and prayed for &amp;quot;Ma Durga&amp;quot; to protect them from dangerous wild animals.\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":29.6433615,\"Long\":79.4321825,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1139\\/thumb\\/Jhula Devi Temple_407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22899,\"Title\":\"visit the Nanda Devi Temple and Kasar Devi Temple and the Bright End Corner. Later, proceed to Ranikhet.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":22582,\"Title\":\"Ranikhet\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492605,\"Name\":\"Hotel Pool Retreat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":22582,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492606,\"Name\":\"Himalayan Eco Lodges Majkhali Woods\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.6739213\",\"Long\":\"79.51166119999999\",\"Address\":\"MGF6+HM7, Dida Avam Dida Chak, Uttarakhand 263652, India\"},\"Images\":[],\"CityId\":22582,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492607,\"Name\":\"Xomotel Ranikhet Heights\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.6590036\",\"Long\":\"79.4114816\",\"Address\":\"Chillianaula, Birla Boys School Road, Ranikhet, Uttarakhand 263645, India\"},\"Images\":[],\"CityId\":22582,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":773,\"Title\":\"Jhula Devi Temple\",\"Description\":\"Jhula Devi Temple is the place of attraction at the Ranikhet hill station. This Indian state is situated at 7 km from the town of Ranikhet near Choubatia Gardens of Almora district in Uttarakhand. The present temple complex was constructed in 1935. The innumerable bell hanging around the temple complex is the proof of divine and medical powers of &amp;quot;Ma Jhula Devi&amp;quot;. It is said that the temple is about 700 years old. Chobatia was a thick forest full of wild animals. Leopards and tigers used to attack people and carry their animals. People were scared and prayed for &amp;quot;Ma Durga&amp;quot; to protect them from dangerous wild animals.\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":29.6433615,\"Long\":79.4321825,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1139\\/thumb\\/Jhula Devi Temple_407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":22899,\"Title\":\"visit the Nanda Devi Temple and Kasar Devi Temple and the Bright End Corner. Later, proceed to Ranikhet.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222799\",\"Title\":\"Delhi - Nainital (310kms\\/8hr)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;&amp;quot;Nainital&amp;quot; is one of the most famous hill stations nearby Delhi and located around its most prominent lake Naini. It is blessed with scenic natural splendour and varied natural resources. It is believed that prominent lake Naini. It is blessed with scenic natural splendour and varied natural resources. It is believed that Naini Lake is one of the 64 Shakti Peethas, or religious sites where parts of the charred body of Sati (Parvati) fell on earth while being carried by Lord Shiva. The spot where Sati&amp;#39;s eyes or(Nain) fell, came to be called Nain-tal or [lake of the eye.] The goddess Shakti is worshipped at the Naina Devi Temple on the north shore of the present day lake. On arrival check in at hotel. After lunch day free at leisure, Evening free for boat ride at Naini Lake or you can stroll at Mall road. Overnight stay at Hote&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492602,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492603,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492604,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"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\":\"222802\",\"Title\":\"Nainital (Local Sightseeing)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Morning after breakfast we will take you for a sightseeing tour of Nainital drive for lake tour of Bhim Tal, Sat Tal, Naukuchia Tal. Drive back to Hotel, visit to Evening stroll at Mall Road. Overnight stay at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492602,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492603,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492604,\"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\":2449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1045,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1543,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222805\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"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\":\"222808\",\"Title\":\"Nainital to Ranikhet ( 60kms\\/02Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After a sumptuous breakfast, proceed to Almora. When you reach, visit the Nanda Devi Temple and Kasar Devi Temple and the Bright End Corner. Later, proceed to Ranikhet. Check-in at the hotel and then freshen up. In Ranikhet, you get to see the Jhula Devi Temple, Ram Mandir, and Rani Jheel. As the dusk knocks, enjoy your overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22582,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492605,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492606,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492607,\"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\":773,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22899,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222811\",\"Title\":\"Ranikhet - Delhi (350 Kms\\/ 09Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After taking a good breakfast, drive to New Delhi for your journey onwards. You shall be dropped at your given location in Delhi. Special Note: Vehicle such as mini coaches and tempo traveler are not allowed to enter Nainital . The transfers to the hotel along with the sightseeing needs to be done on direct payment basis by the guests or Supplements applicable as per the Cost.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22582,\"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\":\"31320\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14698.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14699,\"priceDoubleOcc\":\"14698.95\",\"priceSingleOcc\":29397.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"7348.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14698.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7348.95,\"CEB\":10498.95,\"COSTDO\":14698.95,\"COSTSO\":29397.9,\"CostQuad\":null,\"ACEB\":14698.95,\"COSTTO\":14698.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31321\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17848.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17849,\"priceDoubleOcc\":\"17848.95\",\"priceSingleOcc\":35697.9,\"priceExtraBed\":\"12598.95\",\"priceWithoutBed\":\"9448.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17848.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9448.95,\"CEB\":12598.95,\"COSTDO\":17848.95,\"COSTSO\":35697.9,\"CostQuad\":null,\"ACEB\":17848.95,\"COSTTO\":17848.95}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26248.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26249,\"priceDoubleOcc\":\"26248.95\",\"priceSingleOcc\":52497.9,\"priceExtraBed\":\"19948.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26248.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12598.95,\"CEB\":19948.95,\"COSTDO\":26248.95,\"COSTSO\":52497.9,\"CostQuad\":null,\"ACEB\":26248.95,\"COSTTO\":26248.95}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31320\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14278.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14279,\"priceDoubleOcc\":\"14278.98\",\"priceSingleOcc\":28557.96,\"priceExtraBed\":\"10198.98\",\"priceWithoutBed\":\"7138.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14278.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7138.98,\"CEB\":10198.98,\"COSTDO\":14278.98,\"COSTSO\":28557.96,\"CostQuad\":null,\"ACEB\":14278.98,\"COSTTO\":14278.98}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31321\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17338.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17339,\"priceDoubleOcc\":\"17338.98\",\"priceSingleOcc\":34677.96,\"priceExtraBed\":\"12238.98\",\"priceWithoutBed\":\"9178.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17338.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9178.98,\"CEB\":12238.98,\"COSTDO\":17338.98,\"COSTSO\":34677.96,\"CostQuad\":null,\"ACEB\":17338.98,\"COSTTO\":17338.98}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31322\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25498.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25499,\"priceDoubleOcc\":\"25498.98\",\"priceSingleOcc\":50997.96,\"priceExtraBed\":\"19378.98\",\"priceWithoutBed\":\"12238.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":2,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25498.98,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12238.98,\"CEB\":19378.98,\"COSTDO\":25498.98,\"COSTSO\":50997.96,\"CostQuad\":null,\"ACEB\":25498.98,\"COSTTO\":25498.98}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222799\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222799],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222802\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222802],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222805\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222805],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222808\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222808],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222811\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222811],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[]}}','Nainital,Ranikhet','Nainital,Uttarakhand,Indian Subcontinent,North India,India,Ranikhet','','18892,22582',14279,26249,3,'',NULL,'[{\"day\":1,\"images\":\"nainital.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Ranikhet.jpg\"},{\"day\":4,\"images\":\"nainital (1).jpg\"}]',2,'',0,'2022-12-01 00:00:00','2023-06-30 00:00:00','2023-06-30 00:00:00',3,'India','101','2023-06-23 17:13:05','2022-12-01 00:00:00',1,1,'1','1','0','','','',NULL,'uttarakhand-nainital-with-ranikhet',NULL,NULL,NULL,0),(71,44841,1,35,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":44841,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/winter-kerala-package_1669882877\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, a state on India&amp;#39;s tropical Malabar Coast, has nearly 600km of Arabian Sea shoreline. It&amp;#39;s known for its palm-lined beaches and backwaters, a network of canals. Inland are the Western Ghats, mountains whose slopes support tea, coffee and spice plantations as well as wildlife. National parks like Eravikulam and Periyar, plus Wayanad and other sanctuaries, are home to elephants, langur monkeys and tigers&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Winter Kerala Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-12-01\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365265,\"Name\":\"HOTEL BLACK FOREST\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.033922\",\"Long\":\"76.987559\",\"Address\":\"Near Kallar Waterfalls, Vattiyar, Munnar, Kerala, Kerala, Munnar, India, 685612\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":141543,\"Name\":\"Ambady\'s Falling Waters\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.088868\",\"Long\":\"77.059475\",\"Address\":\"Kurisupara Kallar- Mangulam Road\"},\"Images\":{\"Image\":[{\"ImagId\":3115696,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_13_t.jpg\"},{\"ImagId\":3115697,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_8_t.jpg\"},{\"ImagId\":3115698,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_34_t.jpg\"},{\"ImagId\":3115699,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_27_t.jpg\"},{\"ImagId\":3115700,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_21_t.jpg\"},{\"ImagId\":3115701,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_30_t.jpg\"},{\"ImagId\":3115702,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_33_t.jpg\"},{\"ImagId\":3115703,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_18_t.jpg\"},{\"ImagId\":3115704,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_23_t.jpg\"},{\"ImagId\":3115705,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_41_t.jpg\"},{\"ImagId\":3115706,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_36_t.jpg\"},{\"ImagId\":3115707,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_43_t.jpg\"},{\"ImagId\":3115708,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_37_t.jpg\"},{\"ImagId\":3115709,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_38_t.jpg\"},{\"ImagId\":3115710,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_39_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Falling Waters in Munnar, you&amp;apos;ll be close to Dreamland Children Park.  This hotel is within the vicinity of Attukad Waterfall and Carmal 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 12 guestrooms. Rooms have private balconies or patios. Cable television is provided for your entertainment. Private bathrooms with showers feature complimentary 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;Take advantage of recreation opportunities such as an outdoor tennis court or take in the view from a rooftop terrace and a garden. This hotel also features complimentary wireless Internet access, 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours).&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, luggage storage, and a safe deposit box at the front desk. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10980000\\/10971500\\/10971445\\/10971445_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":141540,\"Name\":\"Tea Castle\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.03102\",\"Long\":\"77.047321\",\"Address\":\"Chitrapuram PO Munnar 685565\"},\"Images\":{\"Image\":[{\"ImagId\":3115674,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\"},{\"ImagId\":3115675,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_002.jpg\"},{\"ImagId\":3115676,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_003.jpg\"},{\"ImagId\":3115677,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_004.jpg\"},{\"ImagId\":3115678,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_005.jpg\"},{\"ImagId\":3115679,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_006.jpg\"}]},\"CityId\":18697,\"Brief\":\"Tea Castle is a luxury hotel located 4 kms from Munnar located in the tea valley view in Chitrapuram. It is conveniently situated with easy access to all the major tourist attraction in and around Munnar. A nature lovers haven on Earth it is flanked by an evergreen carpet of tea plantations on the one side and stunning views of valleys on the other.\",\"MainImg\":\"https:\\/\\/cdn.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"100000000000100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":141563,\"Name\":\"Eastend Munnar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Temple Road \"},\"Images\":{\"Image\":[{\"ImagId\":3116080,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_1_t.jpg\"},{\"ImagId\":3116081,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_2_t.jpg\"},{\"ImagId\":3116082,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_4_t.jpg\"},{\"ImagId\":3116083,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_5_t.jpg\"},{\"ImagId\":3116084,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_6_t.jpg\"},{\"ImagId\":3116085,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_7_t.jpg\"},{\"ImagId\":3116086,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_8_t.jpg\"},{\"ImagId\":3116087,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_9_t.jpg\"},{\"ImagId\":3116088,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_11_t.jpg\"},{\"ImagId\":3116089,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_12_t.jpg\"},{\"ImagId\":3116090,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_13_t.jpg\"},{\"ImagId\":3116091,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_14_t.jpg\"},{\"ImagId\":3116092,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_15_t.jpg\"},{\"ImagId\":3116093,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_16_t.jpg\"},{\"ImagId\":3116094,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_17_t.jpg\"},{\"ImagId\":3116095,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_18_t.jpg\"},{\"ImagId\":3116096,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_19_t.jpg\"},{\"ImagId\":3116097,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_20_t.jpg\"},{\"ImagId\":3116098,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_21_t.jpg\"},{\"ImagId\":3116099,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_22_t.jpg\"},{\"ImagId\":3116100,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_24_t.jpg\"},{\"ImagId\":3116101,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_28_t.jpg\"},{\"ImagId\":3116102,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_31_t.jpg\"},{\"ImagId\":3116103,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_34_t.jpg\"},{\"ImagId\":3116104,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_37_t.jpg\"},{\"ImagId\":3116105,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_44_t.jpg\"},{\"ImagId\":3116106,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_25_t.jpg\"},{\"ImagId\":3116107,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_32_t.jpg\"},{\"ImagId\":3116108,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_35_t.jpg\"},{\"ImagId\":3116109,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_38_t.jpg\"},{\"ImagId\":3116110,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_41_t.jpg\"},{\"ImagId\":3116111,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_23_t.jpg\"},{\"ImagId\":3116112,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_26_t.jpg\"},{\"ImagId\":3116113,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_29_t.jpg\"},{\"ImagId\":3116114,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_36_t.jpg\"},{\"ImagId\":3116115,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_39_t.jpg\"},{\"ImagId\":3116116,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_42_t.jpg\"},{\"ImagId\":3116117,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_27_t.jpg\"},{\"ImagId\":3116118,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_30_t.jpg\"},{\"ImagId\":3116119,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_33_t.jpg\"},{\"ImagId\":3116120,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_40_t.jpg\"},{\"ImagId\":3116121,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_43_t.jpg\"},{\"ImagId\":3116122,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_45_t.jpg\"},{\"ImagId\":3116123,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_46_t.jpg\"},{\"ImagId\":3116124,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_49_t.jpg\"},{\"ImagId\":3116125,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_50_t.jpg\"},{\"ImagId\":3116126,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_52_t.jpg\"},{\"ImagId\":3116127,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_51_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Eastend Munnar is in the heart of Munnar, walking distance from Mount Carmel Church and Carmal Church.  This hotel is within close proximity of St. Thomas Marthoma and Tata Tea Museum.&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 38 guestrooms. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and separate sitting areas, 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 in the views from a garden and make use of amenities such as gift shops\\/newsstands 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/caf&eacute;, and room service (during limited hours) is provided.&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 a 24-hour front desk. This hotel has 2 meeting rooms available for events. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794283\\/2794283_1_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419260,\"Name\":\"The Munnar Queen\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Near CSI Church, Chithirapuram South, Munnar 685565, Idukki, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at The Munnar Queen in Chithirapuram, you&#039;ll be close to Dreamland Children Park and Attukad Waterfall.  This hotel 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 48 guestrooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take advantage of recreation opportunities such as an outdoor pool or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless Internet access, supervised childcare\\/activities, and tour\\/ticket assistance. 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;Grab a bite at one of the hotel&#039;s 2 restaurants, 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, express check-in, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and a meeting room. Guests may use a shuttle from the airport to the hotel for a surcharge, and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/a3\\/49\\/a349ec73208f2a9dcb1e22e20d8daf62757ad8d2.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528323,\"Name\":\"Tea Village\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0256387\",\"Long\":\"77.047915\",\"Address\":\"SOUTH, Munnar Bypass, DIST, Chithirapuram, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":24475,\"Name\":\"Pagoda Resorts\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.50076\",\"Long\":\"76.3463\",\"Address\":\"CCNB Road, Chungam \"},\"Images\":{\"Image\":[{\"ImagId\":578944,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\"},{\"ImagId\":578945,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_8_t.jpg\"},{\"ImagId\":578946,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_7_t.jpg\"},{\"ImagId\":578947,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_6_t.jpg\"},{\"ImagId\":578948,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_5_t.jpg\"},{\"ImagId\":578949,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_4_t.jpg\"},{\"ImagId\":578950,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_3_t.jpg\"},{\"ImagId\":578951,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_2_t.jpg\"},{\"ImagId\":578952,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_1_t.jpg\"}]},\"CityId\":670,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Pagoda Resorts in Alappuzha, you&amp;apos;ll be convenient to Alappuzha Beach.  This hotel is within the region of Vembanad Lake and Kumarakom Boat Jetty.&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 2 air-conditioned rooms featuring refrigerators. Conveniences include phones and 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;Relax and unwind with massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a health club and an outdoor pool. Additional amenities at this Art Deco hotel include wireless Internet access (surcharge), an arcade\\/game room, and wedding 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 satisfying meal at a restaurant serving guests of Pagoda Resorts. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet 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, express check-in, and express check-out. Planning an event in Alappuzha? This hotel has facilities measuring 3229 square feet (300 square meters), including a conference center. A train station pick-up service is provided at no charge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\",\"AccoAminitiesMask\":\"101110000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528331,\"Name\":\"Palmgrove Lake Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.519682699999997\",\"Long\":\"76.3558918\",\"Address\":\"NT Ward, Punnamada, Alappuzha, Kerala 688006, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528329,\"Name\":\"Hotel Sandra Palace Thekkady\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605950199999999\",\"Long\":\"77.16780829999999\",\"Address\":\"J549+94M, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":485637,\"Name\":\"Grand Thekkady\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6036527\",\"Long\":\"77.168032\",\"Address\":\"Lake Palace Ferry, Thekkady, Kumily, Tamil Nadu 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528330,\"Name\":\"Hotel PepperVine Thekkady\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605043199999999\",\"Long\":\"77.17271389999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685536, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":262,\"Title\":\"Bustling Spice Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6318\\/thumb\\/Bustling Spice Market_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"324003\",\"Title\":\"Arrival Cochin - Transfer to Munnar (150 kms \\/ 4 hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Arrival at Cochin &amp;amp; Proceed to Munnar { 150 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel &amp;amp; Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day at Leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":141543,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":141563,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":528323,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324006\",\"Title\":\"Local Sight Seeing in Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have Brekafast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Go For Local Sight Seeing in and Around Munnar Like Mattupatty Dam, Echo Point, Tea Plantation Visit, Rajamalai, Ervikulam National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Back to the Hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":141543,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":141563,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":528323,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1735,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1740,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324009\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"324012\",\"Title\":\"Munnar to Periyar Thekkady { 125 Kms Drive, 4 Hours }\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed to Periyar Thekkady.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Around 3 Pm go for the Wildlife Sanctuary Visit by Boat Safari { Own Cost }.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening go for Spice Shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":485637,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528330,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":227,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":262,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324015\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"324018\",\"Title\":\"Thekkady - Alleppey (160kms\\/4hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early Morning After Breakfast Check Out.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then Proceed to Alleppey\\/Kumarakom { 160 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into the Hotel \\/ Resort and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening go for the Backwater Ride in the Lush Green Village of Kerala { Own Cost }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":24475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528331,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324021\",\"Title\":\"Alleppey - Cochin (100 kms\\/2.5 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out of the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Cochin and transfer to airport for your onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the Memorable Trip to the God&amp;#39;s Own Country.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"44841\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12375.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9900,\"priceDoubleOcc\":\"12375.00\",\"priceSingleOcc\":24750,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":12375,\"COSTSO\":24750,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44842\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13475.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10633,\"priceDoubleOcc\":\"13475.00\",\"priceSingleOcc\":26950,\"priceExtraBed\":\"4400.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3850,\"CEB\":4400,\"COSTDO\":13475,\"COSTSO\":26950,\"CostQuad\":null,\"ACEB\":4950,\"COSTTO\":4950}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44843\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18150.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500},{\"From\":\"2023-01-11\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4400,\"CEB\":4950,\"COSTDO\":18150,\"COSTSO\":36300,\"CostQuad\":null,\"ACEB\":5500,\"COSTTO\":5500}]}]}]}}]}]},\"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\":{\"324003\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[324003],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324006\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[324006],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324009\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[324009],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324012\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[324012],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324015\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[324015],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324018\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[324018],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324021\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[324021],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[]}}','Munnar,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey','','18697,670,27156',12375,18150,4,'',NULL,'[{\"day\":1,\"images\":\"mountain-g3e00443cc_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"houseboat-cruise-gc5674b59f_640.jpg\"},{\"day\":4,\"images\":\"pexels-noble-mathew-14678678 (1).jpg\"},{\"day\":5,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2022-12-01 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2023-03-30 12:33:49','2022-12-01 00:00:00',1,1,'0','0','0','Best Kerala holiday packages, Kerala vacation, Kerala trip, best time to visit Kerala, hotels in Kerala, flights for Kerala, airline tickets for Kerala, places to visit in Kerala, best places to visit in Kerala, Kerala holiday packages','Explore the best of Kerala - Book Kerala Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Holiday Packages for Kerala',NULL,'winter-kerala-package',NULL,NULL,NULL,0),(72,44855,1,35,1,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":44855,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/exotic-kerala-package_1669888427\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, a state on India&amp;#39;s tropical Malabar Coast, has nearly 600km of Arabian Sea shoreline. It&amp;#39;s known for its palm-lined beaches and backwaters, a network of canals. Inland are the Western Ghats, mountains whose slopes support tea, coffee and spice plantations as well as wildlife. National parks like Eravikulam and Periyar, plus Wayanad and other sanctuaries, are home to elephants, langur monkeys and tigers.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Exotic Kerala Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365265,\"Name\":\"HOTEL BLACK FOREST\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.033922\",\"Long\":\"76.987559\",\"Address\":\"Near Kallar Waterfalls, Vattiyar, Munnar, Kerala, Kerala, Munnar, India, 685612\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":141540,\"Name\":\"Tea Castle\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.03102\",\"Long\":\"77.047321\",\"Address\":\"Chitrapuram PO Munnar 685565\"},\"Images\":{\"Image\":[{\"ImagId\":3115674,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\"},{\"ImagId\":3115675,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_002.jpg\"},{\"ImagId\":3115676,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_003.jpg\"},{\"ImagId\":3115677,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_004.jpg\"},{\"ImagId\":3115678,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_005.jpg\"},{\"ImagId\":3115679,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_006.jpg\"}]},\"CityId\":18697,\"Brief\":\"Tea Castle is a luxury hotel located 4 kms from Munnar located in the tea valley view in Chitrapuram. It is conveniently situated with easy access to all the major tourist attraction in and around Munnar. A nature lovers haven on Earth it is flanked by an evergreen carpet of tea plantations on the one side and stunning views of valleys on the other.\",\"MainImg\":\"https:\\/\\/cdn.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"100000000000100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419260,\"Name\":\"The Munnar Queen\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Near CSI Church, Chithirapuram South, Munnar 685565, Idukki, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at The Munnar Queen in Chithirapuram, you&#039;ll be close to Dreamland Children Park and Attukad Waterfall.  This hotel 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 48 guestrooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take advantage of recreation opportunities such as an outdoor pool or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless Internet access, supervised childcare\\/activities, and tour\\/ticket assistance. 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;Grab a bite at one of the hotel&#039;s 2 restaurants, 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, express check-in, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference space and a meeting room. Guests may use a shuttle from the airport to the hotel for a surcharge, and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/a3\\/49\\/a349ec73208f2a9dcb1e22e20d8daf62757ad8d2.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":36977,\"Title\":\"Marari\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528351,\"Name\":\"Renai Blue Waters Cherai\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.1413477\",\"Long\":\"76.1791872\",\"Address\":\"Cherai Beach Rd, Cherai, Kochi, Kerala 683514, India\"},\"Images\":[],\"CityId\":36977,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528352,\"Name\":\"SEA LAGOON HEALTH RESORT\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.1443354\",\"Long\":\"76.1779739\",\"Address\":\"Cherai, Kochi, Kerala 683514, India\"},\"Images\":[],\"CityId\":36977,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":24475,\"Name\":\"Pagoda Resorts\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.50076\",\"Long\":\"76.3463\",\"Address\":\"CCNB Road, Chungam \"},\"Images\":{\"Image\":[{\"ImagId\":578944,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\"},{\"ImagId\":578945,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_8_t.jpg\"},{\"ImagId\":578946,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_7_t.jpg\"},{\"ImagId\":578947,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_6_t.jpg\"},{\"ImagId\":578948,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_5_t.jpg\"},{\"ImagId\":578949,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_4_t.jpg\"},{\"ImagId\":578950,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_3_t.jpg\"},{\"ImagId\":578951,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_2_t.jpg\"},{\"ImagId\":578952,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_1_t.jpg\"}]},\"CityId\":670,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Pagoda Resorts in Alappuzha, you&amp;apos;ll be convenient to Alappuzha Beach.  This hotel is within the region of Vembanad Lake and Kumarakom Boat Jetty.&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 2 air-conditioned rooms featuring refrigerators. Conveniences include phones and 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;Relax and unwind with massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a health club and an outdoor pool. Additional amenities at this Art Deco hotel include wireless Internet access (surcharge), an arcade\\/game room, and wedding 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 satisfying meal at a restaurant serving guests of Pagoda Resorts. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet 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, express check-in, and express check-out. Planning an event in Alappuzha? This hotel has facilities measuring 3229 square feet (300 square meters), including a conference center. A train station pick-up service is provided at no charge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\",\"AccoAminitiesMask\":\"101110000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528331,\"Name\":\"Palmgrove Lake Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.519682699999997\",\"Long\":\"76.3558918\",\"Address\":\"NT Ward, Punnamada, Alappuzha, Kerala 688006, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528329,\"Name\":\"Hotel Sandra Palace Thekkady\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.605950199999999\",\"Long\":\"77.16780829999999\",\"Address\":\"J549+94M, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":485637,\"Name\":\"Grand Thekkady\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6036527\",\"Long\":\"77.168032\",\"Address\":\"Lake Palace Ferry, Thekkady, Kumily, Tamil Nadu 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419349,\"Name\":\"Holiday Vista\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6117679484883\",\"Long\":\"77.157182692065\",\"Address\":\"KK Road, Kumily, Thekkady 685509, Idukki District, Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Holiday Vista is 180 km from Cochin International Airport and 80 km from Kottayam Railway Station.Just a 5-minute walk from the famous Periyar Lake and Periyar Wild Life Sanctuary, this Thekkady property offers rooms with a fan, 3 food and beverage options, as well as a spa.Rooms come with tiled flooring and wooden furnishings. They are fitted with a flat-screen TV with satellite channels, a desk and wardrobe. The en suite bathroom offers a shower and free toiletries.Guests can relax at Holiday Vista&amp;apos;s spa, which offers Ayurvedic treatments. There is also a fitness centre, a travel desk and 24-hour front desk. Laundry services are available.Mirage Restaurant serves Indian and International dishes. Holiday Vista&amp;apos;s roof top restaurant, Palm Jumeirah offers Indian specialities. Beverages and light refreshments are offered at Lecasa Coffee Shop.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/24\\/b1\\/24b10dd6ab6df0935b04914bbcc56c62faa5ffd7.jpg\",\"AccoAminitiesMask\":\"1110101000001111100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1735,\"Title\":\"Tea Factory\",\"Description\":\"The Tea Factory visit one of the major activity at Munnar as Munnar is an attractive destination with the world&amp;#039;s best and renowned tea estates. There are more than 30 tea estates in and around Munnar. Among them, most of the plantations are taken over by the Tata&amp;#039;s Group Kannan Devan Tea Estate. There are some of the major tea estates in Munnar namely Harrison Malayalam, AVT Tea, Michael&amp;#039;s tea, Brooke Bond and Tata Tea. It is one of the biggest centers of tea trade in India.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Factory_18697_1521638927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"324108\",\"Title\":\"Arrival Cochin - Transfer to Munnar (150 kms \\/ 4 hrs Journey)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Cochin &amp;amp; Proceed to Munnar { 150 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel &amp;amp; Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day at Leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324111\",\"Title\":\"Local Sight Seeing in and Around Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have Brekafast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Go For Local Sight Seeing in and Around Munnar Like Mattupatty Dam, Echo Point, Tea Plantation Visit, Rajamalai, Ervikulam National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Back to the Hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1735,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1740,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324114\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"324117\",\"Title\":\"Munnar to Periyar Thekkady { 125 Kms. Drive, 4 hours Journey }\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed to Periyar Thekkady.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Around 3 Pm go for the Wildlife Sanctuary Visit by Boat Safari { Own Cost }.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening go for Spice Shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":485637,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419349,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":227,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324120\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"324123\",\"Title\":\"Thekkady - Alleppey (160 Kms. Drive, 4 hours Journey }\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early Morning After Breakfast Check Out.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then Proceed to Alleppey\\/Kumarakom { 160 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into the Hotel \\/ Resort and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening go for the Backwater Ride in the Lush Green Village of Kerala { Own Cost }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":24475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528331,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324126\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"324129\",\"Title\":\"Alleppey To Marari { 50 Kms. Drive, 1 hours Journey }\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning After Breakfast Checkout from the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed to Marari { 50 Kms. Drive, 1 hours Journey }.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Enjoy the Beach and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36977,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528351,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528351,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528352,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324132\",\"Title\":\"Departure From Cochin\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out of the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Cochin and transfer to airport for your onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the Memorable Trip to the God&amp;#39;s Own Country.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36977,\"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\":\"44855\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"17325.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14025,\"priceDoubleOcc\":\"17325.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6325.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5500,\"CEB\":6325,\"COSTDO\":17325,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7425,\"COSTTO\":7425},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14025,\"priceDoubleOcc\":\"17325.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6325.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5500,\"CEB\":6325,\"COSTDO\":17325,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7425,\"COSTTO\":7425},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14025,\"priceDoubleOcc\":\"17325.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6325.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5500,\"CEB\":6325,\"COSTDO\":17325,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7425,\"COSTTO\":7425}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44856\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"18425.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14942,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6325,\"CEB\":7150,\"COSTDO\":18425,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7975,\"COSTTO\":7975},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14942,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6325,\"CEB\":7150,\"COSTDO\":18425,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7975,\"COSTTO\":7975},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14942,\"priceDoubleOcc\":\"18425.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7150.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18425,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6325,\"CEB\":7150,\"COSTDO\":18425,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7975,\"COSTTO\":7975}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44857\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"23650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18700,\"priceDoubleOcc\":\"23650.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7700.00\",\"priceWithoutBed\":\"6875.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6875,\"CEB\":7700,\"COSTDO\":23650,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8800,\"COSTTO\":8800},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18700,\"priceDoubleOcc\":\"23650.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7700.00\",\"priceWithoutBed\":\"6875.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6875,\"CEB\":7700,\"COSTDO\":23650,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8800,\"COSTTO\":8800},{\"From\":\"2023-05-25\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18700,\"priceDoubleOcc\":\"23650.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7700.00\",\"priceWithoutBed\":\"6875.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6875,\"CEB\":7700,\"COSTDO\":23650,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8800,\"COSTTO\":8800}]}]}]}}]}]},\"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\":{\"324108\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[324108],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324111\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[324111],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324114\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[324114],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324117\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[324117],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324120\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[324120],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324123\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[324123],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324126\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[324126],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324129\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[324129],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324132\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[324132],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Munnar,Marari,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Marari','','18697,36977,670,27156',17325,23650,5,'',NULL,'[{\"day\":1,\"images\":\"munnar-g75f0abc97_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"houseboat-kerala-g52a1b7f86_640.jpg\"},{\"day\":5,\"images\":\"beach-gfcbd8c80c_640.jpg\"},{\"day\":6,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-25 00:00:00',1,1,'1','1','0','Book tour packages for Kerala, Kerala vacation, Kerala trip, best time to visit Kerala, hotels in Kerala, flights for Kerala, airline tickets for Kerala, places to visit in Kerala, best places to visit in Kerala, Kerala holiday packages','Explore the best of Kerala - Book Kerala Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book Tour Packages For Kerala',NULL,'exotic-kerala-package',NULL,NULL,NULL,0),(73,44951,1,35,0,0,0,'Honeymoon,Beach',NULL,1,1,0,'{\"package\":{\"TPId\":44951,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/uzbekistan-nd_1669964056\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Uzbekistan is a Central Asian nation and former Soviet republic. It&amp;#39;s known for its mosques, mausoleums and other sites linked to the Silk Road, the ancient trade route between China and the Mediterranean. Samarkand, a major city on the route, contains a landmark of Islamic architecture: the Registan, a plaza bordered by 3 ornate, mosaic-covered religious schools dating to the 15th and 17th centuries.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Tashkent\",\"DestinationPlacesSysId\":26873,\"SourcePlaces\":\"Tashkent\",\"SourcePlaceSysId\":26873,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Uzbekistan 4N\\/5D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing\",\"PackageType\":\"Honeymoon,Beach\",\"Validity\":{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26873,\"Title\":\"Tashkent\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528411,\"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, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528412,\"Name\":\"Uzbekistan\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.3108785\",\"Long\":\"69.2859639\",\"Address\":\"2 O&#039;zbekiston Ovozi ko&#039;chasi, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528414,\"Name\":\"Milan Hotel\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.2856761\",\"Long\":\"69.255961\",\"Address\":\"4, 6 ????? ???????????, ??????? 100100, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528420,\"Name\":\"Uzbekistan\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.3108785\",\"Long\":\"69.2859639\",\"Address\":\"2 O&#039;zbekiston Ovozi ko&#039;chasi, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":528424,\"Name\":\"Uzbekistan Hotel\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.3113642\",\"Long\":\"69.28267819999999\",\"Address\":\"45 Mirzamakhmud Musakhanov Street, ???????, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"FB\"}]},\"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: &acirc;&euro;&oelig;Justice is force&acirc;&euro;\\u009d. 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4832,\"Title\":\"Broadway Street\",\"Description\":\"Sailgokh Street, known locally as &acirc;&euro;&tilde;Broadway&acirc;&euro;&trade;, has some street artists and painters, who display their original artworks. The Broadway street is in the very center of Tashkent and connects two main squares of the city, Amir Temur and Independent squares.\\r\\n\\r\\nThere are many shopping centers, fashion shops, boutiques, restaurants, and cafes are located on and around the Broadway in Tashkent. Here you may also pick up some handmade crafts, souvenirs and bric-a-bracs.\\r\\n\\r\\nTashkent&acirc;&euro;&trade;s Broadway is also one of the greenest parks in the city with a huge area of shady trees and beautiful fountains.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.1115472,\"Long\":-73.8583806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1525065191.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4781,\"Title\":\"Memorial of Repressions Victims\",\"Description\":\"The Museum of Victims of Political Repression in Tashkent is dedicated to the memory of the people who fought for the independence of Uzbekistan and who were killed by the government. The Museum is one of the youngest museums in Uzbekistan as it was established on 31 August 2002, by the edict of President of Republic Uzbekistan Islam Karimov. The Museum was first located in a very small park area in front of the Tashkent TV tower, however, nowadays the museum has expanded rapidly, and has become part of a large memorial complex. The museum can be expressed as the sad pages of Uzbekistan&#039;s history from the mid-19th century to the second half of the 20th century.\\r\\n\\r\\nThe exhibits at the Museum of Victims of Political Repression in Tashkent are made up of photographs, s and personal belongings of those killed. The repression started in 1860 when the Russian Empire waged a colonial war in Central Asia. The empire did not only destroy and conqueror the cities, but they also killed a huge number of people. Instead of this, the exhibits describe the time of the Soviet Union, after the October Revolution about Stalin&#039;s regime which was one of the bloodiest periods in the history of modern Uzbekistan and about the more than 800 criminal cases under the &quot;Cotton case&quot; of the late 1980s. There are maquettes of the concentration camps and prisons where prisoners lived. The biggest stand at the Museum is the &#039;Prison van&#039;, on which people were taken to the prison by the commissars.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":49.8075753,\"Long\":73.0561001,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524734701.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5404,\"Title\":\"Hazrat Imam Complex tashkent\",\"Description\":\"This is the official religious center in the city and, of course, one of the top Tashkent tourist attractions. Composed of mosques with turquoise domes, not very different from the ones in Samarkand, Hazrat Imam Complex is the main reason to visit Tashkent and the place where you will understand why this Central Asian metropolis had been such an important place. Among all the buildings, Muyi Mubarak Library is the most important, as it contains the world&amp;rsquo;s oldest Quran and a relic which is nothing less than a hair from Prophet Muhammad, or at least that&amp;rsquo;s what they claim.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3369337,\"Long\":69.239049,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/Hazrat_Imam_Complex_tashkent_26873_1527664864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4776,\"Title\":\"The Monument of  Courage\",\"Description\":\"April 26, 1966 is a date which became the most tragic in the history of Tashkent. There was a strong earthquake 8 balls on the Richter scale at 5 hours 24 minutes in Tashkent, destroyed more than 2 million square meters of living space, 78,000 families were homeless.\\r\\n10 years later in 1976, approximately the place where was the epicenter earthquake epicenter, the monument of &quot;Courage&quot; was erected &quot;. The main composition of the monument is a cube that splits the crack to the foot of a bronze sculpture, depicting the figure of a woman holding a baby, as well as a man, protecting them from impending disaster. Tashkent was reconstructed not only by residents of other regions of the country, but also construction groups from all over the Soviet Union. After 3.5 years the city was completely restored and new houses were taken by the first settlers.\\r\\nDespite the fact that after the tragic events went by a long time, residents still come to the monument to honor those people who took a part in the reconstruction of Tashkent. Thanks to them our city became more beautiful.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":4.355,\"Long\":98.44,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729730.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4835,\"Title\":\"Charvak Lakes\",\"Description\":\"Lake Charvak is a water reservoir in Bostanliq District in the northern part of Tashkent Region, Uzbekistan, separating Ugam (north), Pskem (east), and Chatkal (south) ranges. The reservoir was created by erecting a 168 m (551 ft) high stone dam (Charvak Hydropower Station) on the Chirchiq River, a short distance downstream from the confluence of Pskem, Ko&#039;ksu and Chatkal rivers in the western Tian Shan mountains, which provide the main volume of water. Currently the confluence cannot be seen and all three rivers discharge directly into Charvak. The reservoir capacity is 2 km3 (0.48 cu mi)\\r\\nLake Charvak is the uppermost of the several reservoirs made on the Chirchiq River. Downstream, there are Khodzhikent Reservoir and Gazalkent Reservoir, which have a much smaller area.\\r\\n\\r\\nThe dam construction was started in 1964 and completed in 1970. About 150 archaeological sites were submerged under water when the reservoir was filled up. These sites were investigated by the Institute of History and Archaeology of Uzbekistan before the dam was constructed.\\r\\n\\r\\nLake Charvak is a popular resort in Tashkent region and thousands of holiday makers from all over Uzbekistan and neighbouring countries visit the reservoir. Villages on the banks of Charvak such as Yusufhona, Burchmulla, Nanay, Chorvoq, Sidjak, Bogustan, and their surroundings offer wide range of hotels, dachas, houses and tapchans to accommodate tourists. Yusufhona is also a popular place among paragliders and provides facilities for this sport.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.6348704,\"Long\":70.0443594,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1525065498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25667,\"Title\":\"Chimgan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.5509943,\"Long\":70.0250065,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25668,\"Title\":\"Uzumfermer.uz ????????? ? ??????????\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.35596210000001,\"Long\":69.4369926,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"324722\",\"Title\":\"Arrival In Tashkent \",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive to Tashkent airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at Tashkent Airport&amp;nbsp;meets &amp;amp; greets service outside of arrival hall.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The guests will be met by the local English speaking escort guide.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at Indian Restaurant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tashkent evening City Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit: Tashkent &amp;ldquo;CENTRAL PARK NEW &amp;ldquo; &amp;amp; Enjoy Fountain Show &amp;amp; Love Garden.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Time for leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner at Indian Restaurant with traditional, Bollywood Show program.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Tashkent.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528412,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528420,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"324724\",\"Title\":\"Tashkent &ndash; City Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Start city tour: Khasti Imam Complex, Independence Square, Broadway street, Amir Temur Square with museum, Monument of Courage, Broadway street, Repressions park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner at Indian Restaurant&amp;nbsp; with show&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528412,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528420,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe 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\":4832,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5404,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4776,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4774,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324726\",\"Title\":\"Tashkent &ndash; Charvak &ndash; Tashkent\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Charwak Lake (2 hours).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive to Chimgan Mountains and take a ride on a cable car.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time for photo shooting, walking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer back to Tashkent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive in Tashkent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner at&amp;nbsp; Indian Restaurant with show&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528412,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528420,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4835,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25667,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324728\",\"Title\":\"Tashkent   visit   to  Uzumfermer.uz\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early breakfast at Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to &amp;ldquo;Uzumfermer&amp;rdquo; Tashkent&amp;nbsp; around 30 min drive&amp;nbsp; from Tashkent City&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spend an unforgettable day learning about winemaking&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Also visit&amp;nbsp; there Exotic&amp;nbsp; Garden, Moon Gate, Pond with waterfall, Chinese Tea House, Pine Forest&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at farm &amp;amp; enjoy photo shooting or wine tasting at your own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to Tashkent&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner at Indian Restaurant with show&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528412,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528420,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"},{\"IsIncluded\":false,\"Id\":528424,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":25668,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"324730\",\"Title\":\"Tashkent&ndash; Departure\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Buffet breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shopping Tour visit : Samarkand Darvoza Mall , Chorsu&amp;nbsp; Bazaar&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at Indian Restaurant&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Tashkent International Airport to take flight.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the tour!&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"44951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18608.02\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"18608.02\",\"priceSingleOcc\":32564.03,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18608.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":220,\"COSTSO\":385,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"19538.42\",\"priceSingleOcc\":33494.43,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19538.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":231,\"COSTSO\":396,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"20934.01\",\"priceSingleOcc\":34890.02,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20934.01,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":247.5,\"COSTSO\":412.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"22329.62\",\"priceSingleOcc\":36285.63,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22329.62,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":264,\"COSTSO\":429,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"25120.82\",\"priceSingleOcc\":39076.83,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25120.82,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":297,\"COSTSO\":462,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"27912.03\",\"priceDoubleOcc\":\"31633.62\",\"priceSingleOcc\":45589.63,\"priceExtraBed\":\"18608.02\",\"priceWithoutBed\":\"13956.01\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31633.62,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":165,\"CEB\":220,\"COSTDO\":374,\"COSTSO\":539,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":330,\"COSTTO\":330}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19538.42\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"19538.42\",\"priceSingleOcc\":38146.44,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19538.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":231,\"COSTSO\":451,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"23260.02\",\"priceSingleOcc\":41868.04,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23260.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":275,\"COSTSO\":495,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"24190.42\",\"priceSingleOcc\":42798.44,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24190.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":286,\"COSTSO\":506,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"26516.42\",\"priceSingleOcc\":45124.44,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26516.42,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":313.5,\"COSTSO\":533.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"28377.23\",\"priceSingleOcc\":46985.25,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28377.23,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":335.5,\"COSTSO\":555.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5},{\"From\":\"2023-09-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"30238.02\",\"priceDoubleOcc\":\"34424.83\",\"priceSingleOcc\":53032.850000000006,\"priceExtraBed\":\"19538.42\",\"priceWithoutBed\":\"15816.81\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34424.83,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":187,\"CEB\":231,\"COSTDO\":407,\"COSTSO\":627,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":357.5,\"COSTTO\":357.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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;Accommodation in mentioned hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals: FULL BOARD (&amp;nbsp; 5 LUNCHES , 4 &amp;nbsp;DINNERS )&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation in transports with driver.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Professional English speaking guides.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City tours according to tour program.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One liter of mineral water p\\/p during city tours.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Visit&amp;nbsp; to&amp;nbsp; Tashkent&amp;nbsp; Uzum Fermer &amp;nbsp;&amp;amp; other&amp;nbsp; sightseeing places&amp;nbsp; as per&amp;nbsp; Itinerary&amp;nbsp;&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"324722\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[324722],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"324724\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[324724],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324726\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[324726],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324728\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[324728],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"324730\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[324730],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Tashkent','Tashkent,Central Asia,Uzbekistan,Eurasia,Samarkand,Charvak','','26873',18608,34425,4,'',NULL,'[{\"day\":1,\"images\":\"station-gaa2984ab9_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"wines-g86e21d5f9_640.jpg\"},{\"day\":5,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-09-22 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'Uzbekistan','232','2023-09-22 13:41:51','2023-09-22 00:00:00',1,1,'1','1','0','Best Uzbekistan holiday packages from India, Tashkent Uzbekistan vacation, Tashkent Uzbekistan holiday packages, Tashkent trip, best time to visit Uzbekistan, hotels in Uzbekistan, flights for Uzbekistan, airline tickets for Uzbekistan, places to visit in Uzbekistan, best places to visit in Uzbekistan, Uzbekistan holiday packages','Explore the best of Uzbekistan- Book Uzbekistan Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Tashkent Uzbekistan holiday packages from India',NULL,'uzbekistan-4n/5d-tour-package',NULL,NULL,NULL,0),(74,44994,1,35,0,0,0,'Honeymoon,Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":44994,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/malaysia_1669970622\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Malaysia is a Southeast Asian country occupying parts of the Malay Peninsula and the island of Borneo. It&amp;#39;s known for its beaches, rainforests and mix of Malay, Chinese, Indian and European cultural influences. The capital, Kuala Lumpur, is home to colonial buildings, busy shopping districts such as Bukit Bintang and skyscrapers such as the iconic, 451m-tall Petronas Twin Towers.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kuala Lumpur\",\"DestinationPlacesSysId\":30568,\"SourcePlaces\":\"Cameron Highlands\",\"SourcePlaceSysId\":4865,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Malaysia Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12683\",\"SupplierName\":\"Nam Ho DMC Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Honeymoon,Beach,Family\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":4865,\"Title\":\"Cameron Highlands\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528458,\"Name\":\"Century Pines Resort Cameron Highlands\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"4.4719212\",\"Long\":\"101.3811091\",\"Address\":\"Jalan Masjid, Tanah Rata, 39000 Tanah Rata, Pahang, Malaysia\"},\"Images\":[],\"CityId\":4865,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528459,\"Name\":\"Zenith Cameron\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"4.469079199999999\",\"Long\":\"101.3777208\",\"Address\":\"Jalan Majlis, Tanah Rata, 39000 Tanah Rata, Pahang, Malaysia\"},\"Images\":[],\"CityId\":4865,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2159,\"Title\":\"Snow World Theme Park\",\"Description\":\"Tired of the rides at the theme parks? How about visiting the winter wonderland at Snow World. With temperatures as low as -3&Acirc;&deg; Celsius, you will almost forget about Malaysia&acirc;&euro;&trade;s hot and humid weather. Build your very own snowman, experience the thrilling Cresta Run snow slide or go ice skating. At Snow World, you and your family can do all this at any time of the year! And don&acirc;&euro;&trade;t forget to wear your woollens!\",\"CurrencyType\":0,\"CityId\":10289,\"CityName\":\"Genting Highlands\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10289\\/sightseeing\\/21_1501163207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null}]}},{\"CityId\":30568,\"Title\":\"Kuala Lumpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528462,\"Name\":\"Metro Hotel Bukit Bintang\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.142654\",\"Long\":\"101.708204\",\"Address\":\"208, Jln Pudu, Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":221009,\"Name\":\"Cosmo Hotel Kuala Lumpur\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.148756000000000\",\"Long\":\"101.697075000000000\",\"Address\":\"13 15 Leboh Ampang Kuala Lumpur 50050 Wilayah Persekutuan Malaysia, , Malaysia, \"},\"Images\":{\"Image\":[{\"ImagId\":4791085,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=hpRBSdtPJNrQuwRo5I\\/exPbdtjJGoRI2R1Qo2\\/mGLJmRgCsFQbnsI2E2ZrP9UHfVwZ+JtHPmBZQRR\\/ImhSECUw==\"}]},\"CityId\":30568,\"Brief\":\"Located in Lebuh Ampang, within walking distance to some of the city?s banking institutions and popular attractions such as Central Market, the historical landmark of Sultan Abdul Samad Building and Merdeka Square, Chinatown as well as a host of shopping enclaves. Coffeehouse served daily breakfast, lunch and dinner. This is a modern building. This accommodation has a small lobby. Furnished in neutral colour, every room offers a soft, classy interior. Some facilities provided in the rooms include a flat-screen TV, seating area and a work desk. .\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2159,\"Title\":\"Snow World Theme Park\",\"Description\":\"Tired of the rides at the theme parks? How about visiting the winter wonderland at Snow World. With temperatures as low as -3&Acirc;&deg; Celsius, you will almost forget about Malaysia&acirc;&euro;&trade;s hot and humid weather. Build your very own snowman, experience the thrilling Cresta Run snow slide or go ice skating. At Snow World, you and your family can do all this at any time of the year! And don&acirc;&euro;&trade;t forget to wear your woollens!\",\"CurrencyType\":0,\"CityId\":10289,\"CityName\":\"Genting Highlands\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10289\\/sightseeing\\/21_1501163207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"325024\",\"Title\":\"Arrival In Cameron Highlands\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Kuala Lumpur International Airport &amp;amp; Proceed to Cameron Highlands&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel &amp;amp; Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day at Leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4865,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528458,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528459,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"325026\",\"Title\":\"Highlands Full Day Discovery\\t\\t\\t\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have Brekafast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for Highlands full day discovery&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Back to the Hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4865,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528458,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528459,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"325028\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4865,\"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\":\"325030\",\"Title\":\"Cameron Highlands - Kuala Lumpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have Brekafast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for Kuala Lumpur.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-In &amp;amp; relax&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Kuala Lumpur Night Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to hotel &amp;amp; stay overnight&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":221009,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"325032\",\"Title\":\"Sunway Lagoon Day Tour\\t\\t\\t\\t\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Get ready &amp;amp; have breakfast in morning&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for Sunway Lagoon full day tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":221009,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"325034\",\"Title\":\"Genting Highlands Day Tour\\t\\t\\t\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Get ready &amp;amp; have breakfast in morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for Genting Highlands full day tour with two way cable car.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":221009,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2159,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"325036\",\"Title\":\"Departure from Kuala Lumpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out of the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to airport for your onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the Memorable Trip .&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"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\":\"44994\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"39534.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39534.95\",\"priceSingleOcc\":49743.5,\"priceExtraBed\":\"37864.45\",\"priceWithoutBed\":\"31924.93\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39534.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":378.4,\"CEB\":448.8,\"COSTDO\":468.6,\"COSTSO\":\"110.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40184.57\",\"priceSingleOcc\":50393.119999999995,\"priceExtraBed\":\"37864.45\",\"priceWithoutBed\":\"31924.93\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40184.57,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":378.4,\"CEB\":448.8,\"COSTDO\":476.3,\"COSTSO\":\"110.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44995\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"45288.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45288.86\",\"priceSingleOcc\":60601.69,\"priceExtraBed\":\"43711.17\",\"priceWithoutBed\":\"33409.82\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45288.86,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":396,\"CEB\":518.1,\"COSTDO\":536.8,\"COSTSO\":\"165.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45938.49\",\"priceSingleOcc\":61251.32,\"priceExtraBed\":\"43711.17\",\"priceWithoutBed\":\"33409.82\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45938.49,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":396,\"CEB\":518.1,\"COSTDO\":544.5,\"COSTSO\":\"165.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"325024\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[325024],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"325026\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[325026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325028\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[325028],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"325030\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[325030],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325032\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[325032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325034\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[325034],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325036\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[325036],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cameron Highlands,Kuala Lumpur','Cameron Highlands,South East Asia,Malaysia,Orient,Kuala Lumpur,Genting Highlands,Sunway Lagoon','','4865,30568',39535,45938,5,'',NULL,'[{\"day\":1,\"images\":\"tea-gd45923cba_640.jpg\"},{\"day\":2,\"images\":\"cameron-g16068c025_640.jpg\"},{\"day\":3,\"images\":\"pexels-zukiman-mohamad-94420.jpg\"},{\"day\":4,\"images\":\"98.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Malaysia','132','2023-06-23 17:13:06','2023-05-25 00:00:00',1,1,'1','1','0','Malaysia, Malaysia tour packages, Malaysia tour packages from India, Kuala Lumpur vacation, Malaysia trip, best time to visit Malaysia, hotels in Malaysia, flights for Malaysia, airline tickets for Malaysia, places to visit in Malaysia, best places to visit in Malaysia, Malaysia holiday packages','Explore the best of Malaysia - Book Malaysia Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Malaysia Tour Packages',NULL,'malaysia-tour-package',NULL,NULL,NULL,0),(75,45014,1,35,1,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":45014,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/singapore-nd_1669978879\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Republic of Singapore, is a&amp;nbsp;sovereign&amp;nbsp;island&amp;nbsp;city-state&amp;nbsp;in&amp;nbsp;maritime Southeast Asia. It lies about one degree of latitude (137 kilometres or 85 miles) north of the&amp;nbsp;equator, off the southern tip of the&amp;nbsp;Malay Peninsula, bordering the&amp;nbsp;Straits of Malacca&amp;nbsp;to the west, the&amp;nbsp;Riau Islands&amp;nbsp;(Indonesia) to the south, and the&amp;nbsp;South China Sea&amp;nbsp;to the east. The country&amp;#39;s territory is composed of one&amp;nbsp;main island,&amp;nbsp;63 satellite islands and islets, and&amp;nbsp;one outlying islet, the combined area of which has increased by 25% since the country&amp;#39;s independence as a result of extensive&amp;nbsp;land reclamation&amp;nbsp;projects. It has the&amp;nbsp;second greatest population density in the world. With a multicultural population and recognising the need to respect cultural identities, Singapore has four&amp;nbsp;official languages;&amp;nbsp;English,&amp;nbsp;Malay,&amp;nbsp;Mandarin, and&amp;nbsp;Tamil. English is the&amp;nbsp;lingua franca.&amp;nbsp;Multiracialism&amp;nbsp;is enshrined in the constitution and continues to shape&amp;nbsp;national policies&amp;nbsp;in education, housing, and politics.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Singapore 4N\\/5D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12683\",\"SupplierName\":\"Nam Ho DMC Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528475,\"Name\":\"Belilios Lane\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3074194\",\"Long\":\"103.8518354\",\"Address\":\"22 Belilios Ln, Singapore 219962\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Cozy Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528476,\"Name\":\"Tyrwhitt Road\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3122769\",\"Long\":\"103.8606598\",\"Address\":\"165 Tyrwhitt Rd, Singapore 207569\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia&amp;#039;s most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore&amp;#039;s Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2812,\"Title\":\"Luge &amp; Sky Ride\",\"Description\":\"Luge &amp;amp; Sky Ride is an adventurous park located in Singapore which offers most of the rides which are sporting in nature for both kids and adults. The best part about this is that it involves kids within it.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Luge_&amp;_Sky_Ride__25278_1515655479.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2817,\"Title\":\"Singapore Cable Car\",\"Description\":\"The Singapore Cable Car is a gondola lift providing an aerial link from Mount Faber (Faber Peak Singapore) on the main island of Singapore to the resort island of Sentosa across the Keppel Harbour. Opened on 15 February 1974, it was the first aerial ropeway system in the world to span a harbour. However, it is not the first aerial ropeway system to span the sea. For instance, Awashima Kaij&Aring;\\u008d Ropeway in Japan, built in 1964, goes over a short strait to an island.Although referred to by its operators as a cable car, the listed system is in fact a monocable gondola lift and not an aerial tramway\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2648398,\"Long\":103.81851,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Singapore_Cable_Car_25278_1515678316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2810,\"Title\":\"Wings Of Time Singapore\",\"Description\":\"Wings Of Time Singapore is a modern venue featuring a nightly show with colorful lights, lasers, water fountains &amp;amp; 3D effects.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Wings_Of_Time_Singapore_25278_1515654925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3687,\"Title\":\"SANDS SKY PARK\",\"Description\":\"Marina Bay Sands SkyPark really offers a taste of the highlife by viewing Singapore from above. It offers a 360-degree panorama, with nothing but a sheet of glass and a few wires between you and the view.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2847443,\"Long\":103.8607121,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SANDS_SKY_PARK_25278_1530614001.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":12683,\"SupplierName\":\"Nam Ho DMC Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"325222\",\"Title\":\"ARRIVAL IN SINGAPORE\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Singapore airport, met by representative and transfer to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fresh n up &amp;amp; Relax at Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Night Safari tour on seat-in-coach basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Singapore&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"325224\",\"Title\":\"Singapore Familiarization Drive\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for&amp;nbsp;Singapore Familiarisation Drive on seat-in-coach basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back hotel with a memorable day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&amp;nbsp; &amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"325226\",\"Title\":\"Sentosa Island Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for&amp;nbsp;Sentosa Island Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy&amp;nbsp;Sentosa Saver (01 way cable car with Sentosa cable line + Luge &amp;amp; Skyride (02 ride) + Wings of time 0740pm) on seat-in-coach basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back hotel with a memorable day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2812,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2817,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2810,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"325228\",\"Title\":\"Gardens By The Bay &amp; Sands Sky Park Tour\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for&amp;nbsp;Gardens By The Bay &amp;amp; Sands Sky Park Tour&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back hotel with a memorable day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":528476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3687,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"325230\",\"Title\":\"DAPARTURE FROM SINGAPORE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check out from hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers to airport&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45014\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"43716.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"43716.44\",\"priceSingleOcc\":67848.66,\"priceExtraBed\":\"37312.12\",\"priceWithoutBed\":\"24317.85\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43716.44,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":288.2,\"CEB\":442.2,\"COSTDO\":518.1,\"COSTSO\":804.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45572.77\",\"priceSingleOcc\":69704.98999999999,\"priceExtraBed\":\"37312.12\",\"priceWithoutBed\":\"24317.85\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45572.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":288.2,\"CEB\":442.2,\"COSTDO\":540.1,\"COSTSO\":826.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45015\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"53647.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53647.78\",\"priceSingleOcc\":87061.62,\"priceExtraBed\":\"48450.07\",\"priceWithoutBed\":\"26174.18\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53647.78,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":310.2,\"CEB\":574.2,\"COSTDO\":635.8,\"COSTSO\":1031.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54854.39\",\"priceSingleOcc\":88268.23,\"priceExtraBed\":\"48450.07\",\"priceWithoutBed\":\"26174.18\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54854.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":310.2,\"CEB\":574.2,\"COSTDO\":650.1,\"COSTSO\":1046.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"325222\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[325222],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325224\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[325224],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325226\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[325226],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325228\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[325228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"325230\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[325230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Singapore','Singapore,South East Asia,Orient','','25278',43716,54854,4,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Singapore','190','2023-09-04 16:36:54','2023-09-04 00:00:00',1,1,'1','1','0','Best Singapore holiday packages from India, Singapore vacation, Singapore trip, best time to visit Singapore, hotels in Singapore, flights for Singapore, airline tickets for Singapore, places to visit in Singapore, best places to visit in Singapore, Singapore holiday packages','Explore the best of Singapore- Book Singapore Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Singapore Tour Packages from India',NULL,'singapore-4n/5d',NULL,NULL,NULL,0),(76,43950,1,35,1,0,0,'Honeymoon,Family,Cruise,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":43950,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/hanoi-dn_1668236801\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Discover and enjoy the unmatchable natural beauty and cultural complexities of Vietnam. It&amp;rsquo;s a popular destination amongst&amp;nbsp;tourists, especially from India.&amp;nbsp;Tourism&amp;nbsp;in&amp;nbsp;Vietnam&amp;nbsp;offers variety of sightseeing and entertainment options. With its rich culture of art and craft, the country is known for its impressive markets especially in larger metropolises like Ho Chi Minh City and Hanoi.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Hanoi\",\"DestinationPlacesSysId\":11487,\"SourcePlaces\":\"Hanoi\",\"SourcePlaceSysId\":11487,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Hanoi Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12442\",\"SupplierName\":\"Novi Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,All Meals,Airport Transfers,Sightseeing,Guided Tours,Bus,Travel Insurance,All Transfers\",\"PackageType\":\"Honeymoon,Family,Cruise,Group Tours\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11487,\"Title\":\"Hanoi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":96162,\"Name\":\"Hong Ha Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.0318\",\"Long\":\"105.848\",\"Address\":\"25 Thach Loi - Noi Bai Airport Area Hanoi\"},\"Images\":{\"Image\":[{\"ImagId\":2107347,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14091810160022225011.jpg?s=312x\"},{\"ImagId\":2107348,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14091810160022224955.jpg?s=312x\"},{\"ImagId\":2107349,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14090910470021963178.jpg?s=312x\"},{\"ImagId\":2107350,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14091810160022224948.jpg?s=312x\"},{\"ImagId\":2107351,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14091810160022224951.jpg?s=312x\"}]},\"CityId\":11487,\"Brief\":\"Set in a prime location of Hanoi, Hong Ha Airport Hotel puts everything the city has to offer just outside your doorstep. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Free Wi-Fi in all rooms, 24-hour front desk, luggage storage, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Comfortable guestrooms ensure a good night&#039;s sleep with some rooms featuring facilities such as internet access &ndash; wireless (complimentary), air conditioning, wake-up service, desk, mini bar. The hotel offers various recreational opportunities. Friendly staff, great facilities and close proximity to all that Hanoi has to offer are three great reasons you should stay at Hong Ha Airport Hotel.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/730\\/730022\\/730022_14091810160022225011.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":95910,\"Name\":\"Thang Long Opera\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.028384610136\",\"Long\":\"105.85717731537\",\"Address\":\"1C TONG DAN STREET,HOAN KIEM DISTRICT,HANOI, VIETNAM \"},\"Images\":{\"Image\":[{\"ImagId\":2100570,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_a_001.jpg\"},{\"ImagId\":2100571,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_w_002.jpg\"},{\"ImagId\":2100572,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_r_003.jpg\"},{\"ImagId\":2100573,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_w_004.jpg\"},{\"ImagId\":2100574,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_w_005.jpg\"},{\"ImagId\":2100575,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_w_006.jpg\"}]},\"CityId\":11487,\"Brief\":\"Ideally situated in the centre of the commercial and financial areas of Hanoi.It&#039;s only 5 minutes walk from the Hanoi Opera House and Hoan Kiem Lake. Rooms are simply finished with basic facilities to ensure a comfortable stay.The Thang Long Opera Hotel is convenient and suitable for both leisure and business travellers that are a limited budget.\\n\\n71 rooms including suites provide guests with extensive international services and facilities. Each room is tastefully designed to ensure the utmost comfort and convenience of our guests.\\n\\nBiz cluB located at the Lobby level offers Vietnamese and European cuisines. The bar serves a wide range of wines, spirits, cocktails and all day menu.\",\"MainImg\":\"https:\\/\\/cdn.hotelbeds.com\\/giata\\/08\\/081130\\/081130a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"100000001000100000\",\"AccoAminities\":[{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"},{\"RefHotelId\":526344,\"Name\":\"Novotel Hanoi Thai Ha\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.009892\",\"Long\":\"105.824023\",\"Address\":\"Wd, 2 P. Th&aacute;i H&agrave;, Str, ??ng ?a, H&agrave; N?i 100000, Vietnam\"},\"Images\":[],\"CityId\":11487,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13628,\"Title\":\"Hanoi City Tour\",\"Description\":\"Explore the most famous sites in city. Tour starts with the Temple of Literature, which is well known as the first university of Vietnam. Then we visit the Museum of Ethnology, ranked at most favorite museums in Vietnam. You will see many exhibits, photographs and actual houses inhabited by some of the 54 ethnic people in Vietnam. It will offer a truly colorful introduction to these ethnic tribes. Lunch will be served at an Indian restaurant around 12:00. After lunch at around 14:00 continue trip to Tran Quoc Pagoda, The oldest Pagoda in Hanoi. Then we come back to visit the peaceful lake of Hoan Kiem with Ngoc Son temple with one hour cyclo around Hanoi Old Quarter. Then enjoy Water Puppet Show at 17:00, then comeback to hotel. Overnight in Hanoi. Transfer, entrance fee, guide, breakfast, lunch, cyclo, water puppet show.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/11487\\/sightseeing\\/hanoi_city_tour_11487_1665563184.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6339,\"Title\":\"Ho Chi Minh Complex\",\"Description\":\"Ho Chi Minh is the great father of Vietnam, who dedicated his life to save the country from invaders. This complex is entirely dedicated to him, because this is the only place where he had declared the independence of Vietnam.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0367789,\"Long\":105.8346447,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Ho_Chi_Minh_Complex__11487_1530616450.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6343,\"Title\":\"Hoan Kiem Lake\",\"Description\":\"Hoan Kiem Lake means &amp;quot;Lake of the Returned Sword&amp;quot; or &amp;quot;Lake of the Restored Sword&amp;quot;, also known as Ho Guom (Sword Lake), is a lake in the historical center. The lake is one of the major scenic spots in the city and serves as a focal point for its public life.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0286669,\"Long\":105.8521484,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Hoan_Kiem_Lake_11487_1530617724.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":17949,\"Title\":\"Uncle Ho&rsquo;s (Ho Chi Minh President) Mausoleum\",\"Description\":\"Ho Chi Minh Mausoleum in Ba Dinh Square is one of the most visited attractions in Hanoi. It is the final resting place of Ho Chi Minh, the most iconic and popular leader of Vietnam, known to his people as &amp;lsquo;Uncle Ho&amp;rsquo;. His body is preserved here in a glass case at the Ho Chi Minh Mausoleum in central Hanoi (albeit against his wishes).\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/11487\\/sightseeing\\/uncle_ho&rsquo;s_ho_chi_minh_pres_11487_1687331866.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":34834,\"Title\":\"Halong Bay\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":11405,\"CityName\":\"Halong\",\"Lat\":20.9100512,\"Long\":107.1839024,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/11405\\/sightseeing\\/35_1668405830.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null}]}},{\"CityId\":11405,\"Title\":\"Halong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":526415,\"Name\":\"Halong Dragon Cruise\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.037211\",\"Long\":\"105.851402\",\"Address\":\"5 P. H&agrave;ng Chi?u, ??ng Xu&acirc;n, Ho&agrave;n Ki?m, H&agrave; N?i, Vietnam\"},\"Images\":[],\"CityId\":11405,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13628,\"Title\":\"Hanoi City Tour\",\"Description\":\"Explore the most famous sites in city. Tour starts with the Temple of Literature, which is well known as the first university of Vietnam. Then we visit the Museum of Ethnology, ranked at most favorite museums in Vietnam. You will see many exhibits, photographs and actual houses inhabited by some of the 54 ethnic people in Vietnam. It will offer a truly colorful introduction to these ethnic tribes. Lunch will be served at an Indian restaurant around 12:00. After lunch at around 14:00 continue trip to Tran Quoc Pagoda, The oldest Pagoda in Hanoi. Then we come back to visit the peaceful lake of Hoan Kiem with Ngoc Son temple with one hour cyclo around Hanoi Old Quarter. Then enjoy Water Puppet Show at 17:00, then comeback to hotel. Overnight in Hanoi. Transfer, entrance fee, guide, breakfast, lunch, cyclo, water puppet show.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/11487\\/sightseeing\\/hanoi_city_tour_11487_1665563184.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6339,\"Title\":\"Ho Chi Minh Complex\",\"Description\":\"Ho Chi Minh is the great father of Vietnam, who dedicated his life to save the country from invaders. This complex is entirely dedicated to him, because this is the only place where he had declared the independence of Vietnam.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0367789,\"Long\":105.8346447,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Ho_Chi_Minh_Complex__11487_1530616450.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6343,\"Title\":\"Hoan Kiem Lake\",\"Description\":\"Hoan Kiem Lake means &amp;quot;Lake of the Returned Sword&amp;quot; or &amp;quot;Lake of the Restored Sword&amp;quot;, also known as Ho Guom (Sword Lake), is a lake in the historical center. The lake is one of the major scenic spots in the city and serves as a focal point for its public life.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0286669,\"Long\":105.8521484,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Hoan_Kiem_Lake_11487_1530617724.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":6342,\"Title\":\"Temple of Literature\",\"Description\":\"The Temple of Literature is a Temple of Confucius in Hanoi.  The art works are given away as gifts or are used as home decorations for special occasions. The gate opens onto three pathways which continues through the complex.\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":21.0300231,\"Long\":105.8363875,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11487\\/sightseeing\\/Temple_of_Literature_11487_1530617432.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":17949,\"Title\":\"Uncle Ho&rsquo;s (Ho Chi Minh President) Mausoleum\",\"Description\":\"Ho Chi Minh Mausoleum in Ba Dinh Square is one of the most visited attractions in Hanoi. It is the final resting place of Ho Chi Minh, the most iconic and popular leader of Vietnam, known to his people as &amp;lsquo;Uncle Ho&amp;rsquo;. His body is preserved here in a glass case at the Ho Chi Minh Mausoleum in central Hanoi (albeit against his wishes).\",\"CurrencyType\":0,\"CityId\":11487,\"CityName\":\"Hanoi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/11487\\/sightseeing\\/uncle_ho&rsquo;s_ho_chi_minh_pres_11487_1687331866.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null},{\"RefSSId\":34834,\"Title\":\"Halong Bay\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":11405,\"CityName\":\"Halong\",\"Lat\":20.9100512,\"Long\":107.1839024,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/11405\\/sightseeing\\/35_1668405830.jpg\",\"SupplierSysId\":12442,\"SupplierName\":\"Novi Travel\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"316779\",\"Title\":\"India &ndash; Hanoi &ndash; Hanoi city tour (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive Noi Bai Airport \\/ Transfer to Hanoi \\/ Breakfast \\/ Temple of Literature \\/ Ba Dinh Square \\/ Ho Chi&lt;br \\/&gt;\\r\\nMinh Mausoleum \\/ Ho Chi Minh Residence \\/ One Pillar Pagoda \\/ Lunch at Indian restaurant \\/ City tour by&lt;br \\/&gt;\\r\\nminibus at Old Quarter \\/ Hoan Kiem Lake \\/ Check in hotel \\/ Dinner at Indian restaurant \\/ Free and easy \\/&lt;br \\/&gt;\\r\\nOvernight at Hotel, Hanoi&lt;br \\/&gt;\\r\\nBreakfast: Vietnamese food&lt;br \\/&gt;\\r\\nLunch: Indian food&lt;br \\/&gt;\\r\\nDinner: Indian food&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":96162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":95910,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":526344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":13628,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6342,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17949,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316781\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"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\":\"316783\",\"Title\":\"Hanoi &ndash; Halong &ndash; Halong Bay Boat Trip (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Breakfast Buffet at Hotel \\/ Transfer to Halong \\/ Take a boat trip to visit Halong Bay (World Heritage by&lt;br \\/&gt;\\r\\nUNESCO) \\/ Lunch on Boat \\/ Lan Ha Bay \\/ Bright Cave and Dark Cave \\/ Kayak and Swimming \\/ Dinner on&lt;br \\/&gt;\\r\\nboat \\/ Overnight on Cruise, Halong&lt;br \\/&gt;\\r\\nLunch: On Cruise (Vietnamese Style)&lt;br \\/&gt;\\r\\nDinner: On Cruise (Vietnamese Style)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11405,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":526415,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":526415,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"316785\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11405,\"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\":\"316787\",\"Title\":\"Halong &ndash; Halong Bay Boat Trip &ndash; Hanoi (B\\/L\\/D)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Breakfast Buffet on cruise \\/ Tra Bau Fish Village \\/ Lunch on boat \\/ Back to Tuan Chau Port \\/ Transfer to&lt;br \\/&gt;\\r\\nHanoi \\/ Check in Hotel \\/ Free &amp;amp; easy \\/ Water Puppet show (20.00 Sat, Sun only) \\/ Dinner at Indian restaurant&lt;br \\/&gt;\\r\\n\\/ Overnight at Hotel, Hanoi&lt;br \\/&gt;\\r\\nLunch: On Cruise (Vietnamese or Western Style)&lt;br \\/&gt;\\r\\nDinner: Indian food&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":96162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":95910,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":526344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"316789\",\"Title\":\"Hanoi &ndash; Trang Tien Plaza &ndash; Massage &ndash; Departure to India (B\\/L\\/- for DEL option, B\\/L\\/D for BOM option)\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast at hotel \\/ Free and easy for shopping at Trang Tien Plaza \\/ Massage at Huong Sen Healthcare&lt;br \\/&gt;\\r\\nCenter \\/ Lunch at Indian restaurant \\/ Hotel check out \\/ Transfer to Noi Bai Airport for departure &amp;ndash; END&lt;br \\/&gt;\\r\\nTOUR&lt;br \\/&gt;\\r\\nLunch: Indian food&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11487,\"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\":\"43950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30941.81\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":30942,\"priceDoubleOcc\":\"30941.81\",\"priceSingleOcc\":106538.28,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30941.81,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":369.6,\"COSTSO\":1272.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":31469,\"priceDoubleOcc\":\"31732.94\",\"priceSingleOcc\":107329.41,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31732.94,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":379.05,\"COSTSO\":1282.05,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":32700,\"priceDoubleOcc\":\"33578.90\",\"priceSingleOcc\":109175.37,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33578.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":401.1,\"COSTSO\":1304.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":34048,\"priceDoubleOcc\":\"35600.67\",\"priceSingleOcc\":111197.14,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35600.67,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":425.25,\"COSTSO\":1328.25,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":38443,\"priceDoubleOcc\":\"42193.38\",\"priceSingleOcc\":117789.85,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42193.38,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":504,\"COSTSO\":1407,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":47526,\"priceDoubleOcc\":\"55818.33\",\"priceSingleOcc\":131414.8,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55818.33,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":666.75,\"COSTSO\":1569.75,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":369.6,\"COSTTO\":369.6}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"43951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35776.47\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":35776,\"priceDoubleOcc\":\"35776.47\",\"priceSingleOcc\":121042.27,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35776.47,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":427.35,\"COSTSO\":1445.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":35952,\"priceDoubleOcc\":\"36040.18\",\"priceSingleOcc\":121305.98000000001,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36040.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":430.5,\"COSTSO\":1449,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37535,\"priceDoubleOcc\":\"38413.56\",\"priceSingleOcc\":123679.36,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38413.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":458.85,\"COSTSO\":1477.35,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":39468,\"priceDoubleOcc\":\"41314.35\",\"priceSingleOcc\":126580.15,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41314.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":493.5,\"COSTSO\":1512,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":43278,\"priceDoubleOcc\":\"47028.04\",\"priceSingleOcc\":132293.84,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47028.04,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":561.75,\"COSTSO\":1580.25,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":52361,\"priceDoubleOcc\":\"60652.99\",\"priceSingleOcc\":145918.79,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60652.99,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":724.5,\"COSTSO\":1743,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":427.35,\"COSTTO\":427.35}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"316779\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[316779],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316781\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316781],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316783\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[316783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316785\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316785],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"316787\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[316787],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"316789\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[316789],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Hanoi,Halong','Hanoi,South East Asia,Vietnam,Orient,Halong','','11487,11405',30942,60653,3,'76_1670305470_0.jpg,76_1670305470_1.jpg,76_1670305470_2.jpg,76_1670305470_3.jpg',NULL,'[{\"day\":1,\"images\":\"hanoi-g69599a3a9_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"ha-long-bay-g133f72ffc_640.jpg\"},{\"day\":4,\"images\":\"halong-g73b650b80_640.jpg\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Vietnam','236','2023-06-30 11:23:16','2023-06-30 00:00:00',1,1,'1','1','0','Vietnam Holiday Package At Best Rates, 3N/4D Vietnam holiday package, Vietnam vacation, Cruise trip, best time to visit Vietnam, places to visit in Vietnam, best places to visit in Vietnam, Vietnam holiday packages from India, Vietnam tourism, Hanoi Tour, Halong Tour','Explore Mesmerizing Vietnam – Book 3N/4D mesmerizing Vietnam Tour Packages at best rates with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Get Vietnam Holiday Packages at Best Rate',NULL,'hanoi-tour-package',NULL,NULL,NULL,0),(77,45222,1,35,0,0,0,'Honeymoon,Family,Cruise,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":45222,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/explore-dubai_1670567037\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;One of the seven emirates of the United Arab Emirates, Dubai is opulence personified. The City of Gold is known for its amazing architecture, breath-taking landmarks, the magnificent shopping festival (of course) and the warmth of its people. Dubai has just about everything you would need for a perfect holiday trip.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Explore Dubai\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Cruise\",\"PackageType\":\"Honeymoon,Family,Cruise,Leisure\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":213903,\"Name\":\"City max Al  Barsha\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"P.O. BOX 25030, Behind Mall of Emirates, Dubai, , \"},\"Images\":{\"Image\":[{\"ImagId\":4783973,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"\"}]},\"CityId\":8219,\"Brief\":\"No description was found.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":529193,\"Name\":\"Jacob\'s Garden Hotel - Al Rolla Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2569678\",\"Long\":\"55.2901454\",\"Address\":\"316 Al Rolla Rd - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":529194,\"Name\":\"DoubleTree by Hilton Dubai M Square Hotel & Residences - Sheikh Khalifa Bin Zayed Street - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2506061\",\"Long\":\"55.3007587\",\"Address\":\"68X2+X7H - Sheikh Khalifa Bin Zayed St - Al Mankhool - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3876,\"Title\":\"Marina Dhow Cruise\",\"Description\":\"Dubai Marina Luxury Dhow Dinner Cruise is one of the most loved and unique dining experience. The dinner offers views of some of the gorgeous vistas of Dubai. You can choose to stay in the upper deck, which is an open-air arrangement or in the lower deck, which is an air-conditioned deck.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/8219\\/sightseeing\\/15828_dhow-marina-01.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"326849\",\"Title\":\" Arrival In Dubai\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at the Dubai Airport, our tour representative will escort you to one of our listed hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at the hotel where you can relax in the comfort room.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the afternoon is at your leisure you can spend the whole day relaxing and napping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the evening you will enjoy your time in the Creek Dhow Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A &amp;#39;Dhow&amp;#39; is a traditional wooden vessel that has been renovated into a floating restaurant that&amp;#39;s why it is one of the most popular dinner cruises in Dubai.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529193,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326852\",\"Title\":\"Dubai City Tour &amp; Burj Khalifa\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On the 2nd Day after breakfast you will head for the Dubai City tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed for a sightseeing tour to the Burj Khalifa, world&amp;#39;s tallest tower.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get to the observation deck to enjoy the picturesque view of Dubai.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529193,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":3723,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"326855\",\"Title\":\" Desert Safari with Bbq Dinner &amp; Tanoura Show, Belly Dance\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Dubai trip can never be completed without a Desert Safari and Burj Khalifa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dubai desert safari surrounding in the sandy desert is an exciting and electrifying experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Evening Desert Safari grants a thrilling ride over the sand dune, camel ride, and sand boarding.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Before stopping at the desert camp to enjoy an Arabian Feast, the Barbecue dinner buffet is served during the Belly dance, Tanoura Dance and Haridi show.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529193,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":\"326858\",\"Title\":\"Departure from Dubai\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast at Hotel. Check out from Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Keep your luggage at Clock room of the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Full day free for Shopping on your own (No Transport Services for local use from our side)&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return back to hotel by 1700hrs&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our car will pcik you at 1730hrs and transfer to Airport in time to connect your flight&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"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\":\"45222\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"28030.51\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28030.51\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28030.51,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":332.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28030.51\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28030.51,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":332.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28030.51\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28030.51,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":332.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45223\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31371.89\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31371.89\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31371.89,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":371.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31371.89\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31371.89,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":371.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31371.89\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31371.89,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":371.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45224\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"35827.07\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35827.07\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35827.07,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":424.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35827.07\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35827.07,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":424.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35827.07\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35827.07,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":424.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% GST Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"326849\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[326849],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"326852\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[326852],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"326855\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[326855],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"326858\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[326858],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates','','8219',28031,35827,3,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'United Arab Emirates','228','2023-09-04 16:32:10','2023-09-04 00:00:00',1,1,'1','1','0','Best Dubai holiday packages from India, Dubai vacation, Dubai trip, best time to visit Dubai, hotels in Dubai, flights for Dubai, airline tickets for Dubai, places to visit in Dubai, best places to visit in Dubai, Dubai holiday packages','Explore the best of Dubai- Book Dubai Holiday Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Dubai Holiday Packages from India',NULL,'explore-dubai',NULL,NULL,NULL,0),(78,3256,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3256\",\"VisaName\":\"Italy Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7800,\"VisaChildRates\":7800,\"VisaInfantRates\":7800,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Italy\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20 year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Forms (Printed back to back, ONLY)&amp;nbsp;to be filled and duly signed by the passenger in his own handwriting only.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Data Protection Form (EU)&amp;nbsp;is mandatory to be signed by the applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Italy) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, IIIrd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Other proofs&amp;nbsp;of adequate financial ties\\/ guarantees.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide a&amp;nbsp;ATTESTED AFFIDAVIT&amp;nbsp;from relevant home department is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In Case of Honeymoon couples&amp;nbsp;spouse name MUST to be endorsed on the passport. or original marriage certificate attested from home dept. and ministry of external affairs in Delhi and also note before marriage without endorsement of spouse name we can apply with engagement Photograph (Fresh ones i.e. NOT used earlier for any visa) and wedding card.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Declaration Form and Data Protection form are mandatory and to be signed by the applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;on letter head\\/blank sheet from pax authorizing&amp;nbsp;Mr Pavan \\/ Jagdish \\/Vasudevan&amp;nbsp;of Jetsave to submit the documents on his behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Italy) with mentioning duration of visit, purpose of visit, expenses clause .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE :-&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n1.Incase of minors, the visa application form is to be signed by both the parents.&lt;br \\/&gt;\\r\\n2.Appointment for visa submission to be taken through VFS web site.&lt;br \\/&gt;\\r\\n3.East India issued passport to be applied in Kolkata.&lt;br \\/&gt;\\r\\n4.Embassy have stopped accepting the passports which are handwritten or have any observation on the front data page Hence, all such passport holders are requested to get a fresh passport booklet to apply for Visa.&lt;br \\/&gt;\\r\\n5.The Embassy reserves the right to ask for additional documents and\\/or for a personal interview&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIMPORTANT INSTRUCTIONS FOR BIOMETRIC:&lt;br \\/&gt;\\r\\nFrom 2nd November 2015,&amp;nbsp;Biometric is mandatory&amp;nbsp;which will be&amp;nbsp;valid for 59 months.&lt;br \\/&gt;\\r\\nPersonal appearance for visa application submission is mandatory for every traveler after 2nd November.&lt;br \\/&gt;\\r\\nApplicants who have&amp;nbsp;undertaken the biometric after 2nd November, are NOT required to go for biometric again for next 59 months and&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nKindly note that in case of&amp;nbsp;any shortcoming in visa form or documents, the applicants would be asked to&amp;nbsp;take a fresh appointment and visit again. Hence,&amp;nbsp;&lt;br \\/&gt;\\r\\nPlease do send us your passports and documents&amp;nbsp;at least 2 days in advance&amp;nbsp;so that we may check documents, take the appointment and prepare the documentation for visa submission.&lt;br \\/&gt;\\r\\nFollowing travelers are exempted from Biometric&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Children under 12 years of age&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Persons for whom the collection of fingerprints is physically impossible&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sovereigns and other senior members of a royal family, Heads of State and members of the national Governments (with their official delegations and spouses) if they travel for official purposes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant who have VIS printed on their last Schengen visa (provided the last Schengen visa is issued within 59 months)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Biometric will be&amp;nbsp;valid for a period of 59 months, hence, the travelers who have&amp;nbsp;undergone biometric for Schengen country after 2nd November 2015, will&amp;nbsp;NOT NEED to undergo biometric&amp;nbsp;for their next Schengen travel in next 59 months.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-17\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"}],\"PlanFee\":[]}','Italy','Italy',NULL,'107',7800,7800,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Italy','107','2022-12-12 17:00:33','2022-12-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'italy-tourist-visa',NULL,NULL,NULL,0),(79,3255,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3255\",\"VisaName\":\"RUSSIA TOURIST VISA\",\"Nationality\":null,\"VisaAdultRates\":6200,\"VisaChildRates\":6200,\"VisaInfantRates\":6200,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Russia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Original Valid passport&amp;nbsp;with at least six months validity from the date of travel. Passport should have&amp;nbsp;at least 2 blank pages which are face to face&amp;nbsp;with each other&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form&amp;nbsp;(To be online by pax, through the website&amp;nbsp;https:\\/\\/visa.kdmid.ru). Form should be&amp;nbsp;printed on A-4 size format while printing. Location for Submission to be selected as&amp;nbsp;VFS New Delhi. At the time of giving print, the option for A-4 has to be selected manually in place of Letter.&amp;nbsp;Address on the visa form should be EXACTLY SAME&amp;nbsp;as that mentioned on the passport. Even the punctuation of address in visa form should match with the passport&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Form will be of 2 pages which should be Printed only back to back&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;of 35mm \\/45 mm white background and 80% face area.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourist confirmation letter&amp;nbsp;(fax or scanned copy can be submitted) stating that the tourist is going to be hosted by a Russian Organization which is authorized to carry out tour operator activities and is registered in the Unified Federal Register of Tour Operators under a unique reference number; It should contain all vital data of the tourist (full name, date of birth, sex, nationality and passport number), duration of stay (date of entry and exit), number of entries granted by the visa, full title of the Russian tour operator issuing the invitation, its unique reference number (MVT) and the list of paid tourist services (transport, accommodation, excursions, etc.), personal signature of the head of the tour agency together with the organization`s official seal.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of passport(first and last page).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Notarized Authority letter&amp;nbsp;on&amp;nbsp;Stamp Paper of INR 100&amp;nbsp;(duly signed by applicant and notarized) required by the applicant if the agent is submitting the case.&amp;nbsp;If not, then after visa processing, VFS will not handover the passport&amp;nbsp;to the Agent&amp;nbsp;and Courier it&amp;nbsp;to applicant`s address at the&amp;nbsp;cost of Rs 500 per passport&amp;nbsp;( not required in case of courier collection from vfs).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Date should be with a gap of&amp;nbsp;7 working days&amp;nbsp;(for Normal processing) or&amp;nbsp;6 working days&amp;nbsp;(for urgent processing) from the date of submission, as the issued&amp;nbsp;visa start date is after 3 working days from date of collection.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Application Form to be filled completely by APPLICANT only.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Application Form should be printed on A-4 size format while printing. At the time of giving print, the option for A-4 has to be selected manually in place of Letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Address on the visa form should be EXACTLY SAME as that mentioned on the passport. Even the punctuation of address in visa form should match with the passport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Form will have 2 pages and should be printed back to back&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Russia','Russia',NULL,'507',6200,6200,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Russia','507','2022-12-12 17:00:34','2022-12-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'russia-tourist-visa',NULL,NULL,NULL,0),(80,3236,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3236\",\"VisaName\":\"Vietnam Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":4800,\"VisaChildRates\":4800,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Vietnam\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"VIETNAM VISA FORM\",\"DocFileName1\":null,\"DocName2\":\"TOURIST UNDERTAKING\",\"DocFileName2\":null,\"DocName3\":\"VISA FORM\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;For Sticker Visa :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;with at least a 6 month validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(white background, recent camera clicked photo)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to The Visa Officer, Embassy Of The Socialist Republic Of Vietnam, New Delhi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary&amp;nbsp;(ticket)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For E-Visa :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1- Passport copy&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2- Photo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3- Cover letter&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4- Complete ticket&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;5- Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Processing Time&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All visas are subject to approval from MFA - Hanoi.&lt;br \\/&gt;\\r\\nNormally 4-5 Working Days (from embassy)&lt;br \\/&gt;\\r\\n3 TO 5 WORKING DAYS for E-Visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Disclaimer :&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\n* Applicants to check themselves for COVID related travel advisory\\/guidelines before their travel.&lt;br \\/&gt;\\r\\n* Jetsave only facilitates visa related process and shall not bear any liability for any travel disruption or inconvenience if caused during the travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;17, Kautilya Marg, Chanakyapuri, New Delhi 110 021, INDIA,&lt;br \\/&gt;\\r\\nPhone: (011-26879852&lt;br \\/&gt;\\r\\nFax: 011-26879869,&lt;br \\/&gt;\\r\\nEmail: sqdelhi@del3.vsnl.net.in , ebsvnin@yahoo.com.vn&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 Working Days\",\"VisaValidity\":\"30 days \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Vietnam','Vietnam',NULL,'236',4800,4800,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Vietnam','236','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0','Vietnam Tourist Visa, Vietnam Visa Requirements, Visa to Visit Vietnam, Apply for Vietnam Visa, Fast Visa Processing, Vietnam Travel Documents, Online Visa Application, Visa Assistance Services, Affordable Visa Services, Vietnam Visa Information, Visa Processing Time, Expedited Visa Services, Visa Support for Vietnam, Tourist Visa Expertise, Entry Requirements for Vietnam, Vietnam Visa Fees, Visa Agency for Vietnam','Discover the beauty of Vietnam with ease! Our expert team offers quick and efficient tourist visa services. Apply for your Vietnam tourist visa hassle-free.','Vietnam Tourist Visa Service | Fast and Hassle-Free Visa Application',NULL,'vietnam-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(81,3252,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3252\",\"VisaName\":\"JAPAN TOURIST VISA\",\"Nationality\":null,\"VisaAdultRates\":2000,\"VisaChildRates\":2000,\"VisaInfantRates\":2000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Japan\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Form (TYPED only)&amp;nbsp;Signed by the applicant (No Handwritten forms&amp;nbsp;will be accepted) to be printed on separate sheets&amp;nbsp;NOT back to back&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(2x2 inches Recent camera clicked with white background only ).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to&amp;nbsp;The Visa Officer, Embassy of Japan, New Delhi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Itinerary (Hotel).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary (Ticket)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day to day tour itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Updated 6 months (ORIGINAL) bank statement&amp;nbsp;with seal and stamp on all the pages from the signing authority with Applicant name and address&amp;nbsp;(must be printed on A4 sheet only).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IT return&amp;nbsp;for the last 2 years only&amp;nbsp;- Personal.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Incase of invitation, Resident Permit copy of invitee is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Japan Questionnair Form is mandatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Japan Embassy has made it mandatory to provide Applicant`s email id and Mobile number in the visa form. As there is no E-mail option available in the Visa application form, it has to be mentioned after Applicant`s residential address.&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;&lt;strong&gt;IMPORTANT NOTE&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n1.Old Passport Booklets are&amp;nbsp;MANDATORY&amp;nbsp;to be attached with the Latest Passport&lt;br \\/&gt;\\r\\n2.Visa form needs to be&amp;nbsp;TYPED ONLY&amp;nbsp;as the Embassy will not accept any handwritten form&lt;br \\/&gt;\\r\\n3.All documents (including bank statements) should only be printed on A4 size sheet&lt;br \\/&gt;\\r\\n4.If applicant have bank statements on large sheets, please copy them on A4 size sheets and enclose it with the visa application&lt;br \\/&gt;\\r\\n5.The Documents should only be printed on one side. Pages with printing on both sides are not acceptable any longer&lt;br \\/&gt;\\r\\n6.Please&amp;nbsp;DO NOT&amp;nbsp;staples any sheets&lt;br \\/&gt;\\r\\n7.Only 03 months updated bank statement is required. Additional bank statements will be returned henceforth&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nEmbassy has stopped accepting scanned copy of documents from now onwards, Hence please send all the documentsd original hard copies to avoid any delay in submission.&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;Special Instructions&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;PLEASE NOTE THE AREA WISE JURISDICTION OF EMBASSY\\/CONSULATE&amp;nbsp;-&lt;br \\/&gt;\\r\\nEMBASSY OF JAPAN, NEW DELHI JURISDICTION&amp;nbsp;:&lt;br \\/&gt;\\r\\nAndaman and Nicobar Islands, Arunachal Pradesh, Assam, Chandigarh, Delhi, Haryana, Himachal Pradesh, Jammu and Kashmir, Lakshadweep, Manipur, Meghalaya, Mizoram, Nagaland, Punjab, Rajasthan, Sikkim, Tripura, Uttaranchal, Uttar Pradesh .&lt;br \\/&gt;\\r\\nCONSULATE OF JAPAN BANGALORE&amp;nbsp;- Karnataka&lt;br \\/&gt;\\r\\nCONSULATE GENERAL OF JAPAN CHENNAI JURISDICTION&amp;nbsp;- Andhra Pradesh, Kerala, Pondicherry, Tamil Nadu&lt;br \\/&gt;\\r\\nCONSULATE GENERAL OF JAPAN KOLKATA JURISDICTION&amp;nbsp;-Bihar,Jharkhand, Orissa, West Bengal&lt;br \\/&gt;\\r\\nCONSULATE GENERAL OF JAPAN MUMBAI JURISDICTION&amp;nbsp;- Chhattisgarh, Dadar and nagar haveli, Daman and Diu, Goa, Gujarat, Madhya Pradesh, Maharashtra&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5-7\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Japan','Japan',NULL,'110',2000,2000,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Japan','110','2022-12-12 17:00:43','2022-12-12 00:00:00',1,1,'1','1','0','Tourist Visa, Japanese Tourist Visa, Japan Visa Application, Japan Visa Assistance, Japan Travel Visa, Tourist Visa for Japan, Japan Visa Requirements, Japan Visa Online, Japan Visa Services, Japan Visa Process, Japan Visa Consultant, Visa to Japan, How to Apply for Japan Visa, Japan Visa for Tourists, Japan Visa Information, Japan Visa Fees, Visa for Japan, Japan Visa Support','Planning a trip to Japan? Our professional visa services make getting your Japan tourist visa a breeze. Apply online with ease.','Japan Tourist Visa Services | Apply for Japanese Tourist Visa Online',NULL,'japan-tourist-visa','[{\"question\":\"I want to go to Japan. Do I need a visa?\",\"answer\":\"People of some countries (or from some regions) do not need a visa if their period of stay in Japan is 90 days or less and they are not going to be engaged in income-earning activities. Refer to the List of Countries and Regions that have Visa Exemption Arrangements with Japan.\"},{\"question\":\"Is it necessary to go to the Japanese Embassy \\/ Consulate General by myself to apply for a visa?\",\"answer\":\"There are four ways to apply for a visa: (1) the visa applicant him\\/herself goes directly to the Japanese Embassy \\/ Consulate General, (2) the visa applicant writes a Letter of Proxy and get a proxy to go to the Japanese Embassy \\/ Consulate General in his \\/ her place, (3) the visa applicant uses an accredited travel agent approved by the Japanese Embassy \\/ Consulate General and (4) the visa applicant uses the JAPAN eVISA website and apply for visa online. However, depending on the circumstances in your country or region, there are cases that the documents should only be submitted by the applicant him\\/herself going to the Japanese Embassy\\/Consulate General, or through an accredited travel agent. Check with the embassy or consulate general to which you plan to apply before making the application. For information on the countries\\/region where the JAPAN eVISA website is available, please refer to the online visa application page.\"},{\"question\":\"Why was my visa application not accepted?\",\"answer\":\"If any of the following cases apply to you, your application may not be accepted.\\r\\n\\r\\n(1) Applications from persons holding Japanese nationality\\r\\n(2) The application is made to the Japanese Embassy \\/ Consulate General outside your country (region) of birth or country (region) of residence\\r\\n(3) You currently hold a valid visa or re-entry permit\\r\\n(4) Your previous visa application to visit Japan for a specific purpose was rejected and you reapply to visit Japan for the same purpose within six months from the rejection\\r\\n(5) The visa application is already being processed at a different Japanese Embassy \\/ Consulate General\\r\\n(6) There are some errors or omissions in the submitted documents\\r\\n(7) The period of validity or the visa attachment space of your passport is insufficient\\r\\n(8) The application is made by a person who does not have the qualifications to make a proxy application\\r\\n(9) An application for issuance of a Certificate of Eligibility is still pending\"}]',NULL,NULL,0),(82,3253,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3253\",\"VisaName\":\"GREECE TOURIST VISA\",\"Nationality\":null,\"VisaAdultRates\":6700,\"VisaChildRates\":6700,\"VisaInfantRates\":6700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Greece\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20 year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;OLD passports&amp;nbsp;All Old passports are mandatory to be submitted along with the latest passport&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 visa application Form&amp;nbsp;filled online at&amp;nbsp;http:\\/\\/in-gr.gvcworld.eu . This form needs to be&amp;nbsp;printed and signed&amp;nbsp;by the applicant at the appropriate places.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering letter&amp;nbsp;(addressed to Embassy Of Greece), with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR),&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id) (Except for GTA Hotel Bookings).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;PAN Card copy&amp;nbsp;(MUST).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated Personal bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank with account holder name and address.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Spouse travelling together Spouse name to be endorsed in both the passports otherwise Original Marriage Certificate required apostille from MEA&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;authorizing&amp;nbsp;Mr Rajneesh \\/ Mr Rakesh \\/ Mr Vasudevan\\/Mr Sumit of JETSAVE&amp;nbsp;to submit and collect documents on applicant s behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE:&lt;br \\/&gt;\\r\\n1.)Blank Passport holder or passport without Schengen travelled TWICE, will have to come for personal interview on the dates provided by embassy after submission of their visa applications&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n2.) Embassy have stopped accepting the passports which are handwritten or have any observation on the front data page Hence, all such passport holders are requested to get a fresh passport booklet to apply for Visa.&lt;br \\/&gt;\\r\\n3.The Embassy reserves the right to ask for additional documents and\\/or for a personal interview&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n4.)It is mandatory to submit the&amp;nbsp;supporting documents individually for all family members travelling together&amp;nbsp;. For example, if a family of 4 people is applying for visa, then the supporting documents need to be submitted for all 4 family members (i.e. supporting documents of the Husband (main applicant) needs to be photocopied to make a total of 4 sets for 4 people). Hence, before sending us the visa applications please make photocopies of all supporting documents (of the main applicant) for all family members along with their visa applications.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n5.)Please note that the&amp;nbsp;photocopies of all pages of the current passport&amp;nbsp;is also mandatory&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n6.)In case you fail to send us the photocopies of the documents (as explained above),&amp;nbsp;Jetsave will be doing it at our end. However, in such case, all photocopy work&amp;nbsp;will be chargeable&amp;nbsp;and there&amp;nbsp;may be one day delay in submission&amp;nbsp;due to this extra photocopy work that we may require to do for your visa application.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIMPORTANT INSTRUCTIONS FOR BIOMETRIC:&lt;br \\/&gt;\\r\\nFrom 2nd November 2015,&amp;nbsp;Biometric is mandatory&amp;nbsp;which will be&amp;nbsp;valid for 59 months.&lt;br \\/&gt;\\r\\nPersonal appearance for visa application submission is mandatory for every traveler after 2nd November.&lt;br \\/&gt;\\r\\nApplicants who have&amp;nbsp;undertaken the biometric after 2nd November, are NOT required to go for biometric again for next 59 months and JETSAVE SHALL BE SUBMITTING AND COLLECTING THEIR CASES.&lt;br \\/&gt;\\r\\nJetsave provides very premium services for Schengen as listed below:-&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Appointment Taking&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Documentation Assistance and Scrutiny&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Fee Preparation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meet and Assist For Biometric&lt;br \\/&gt;\\r\\nSubmission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Collection&lt;br \\/&gt;\\r\\nDispatch of Passports&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nKindly note that in case of&amp;nbsp;any shortcoming in visa form or documents, the applicants would be asked to&amp;nbsp;take a fresh appointment and visit again. Hence,&amp;nbsp;WE STRONGLY RECOMMEND TAKING EXPERT SERVICE OF JETSAVE TO AVOID ANY SUCH HASSLE OR RE-VISIT FOR VISA SUBMISSION.&lt;br \\/&gt;\\r\\nPlease do send us your passports and documents&amp;nbsp;at least 2 days in advance&amp;nbsp;so that we may check documents, take the appointment and prepare the documentation for visa submission.&lt;br \\/&gt;\\r\\nFollowing travelers are exempted from Biometric&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Children under 12 years of age&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Persons for whom the collection of fingerprints is physically impossible&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sovereigns and other senior members of a royal family, Heads of State and members of the national Governments (with their official delegations and spouses) if they travel for official purposes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant who have VIS printed on their last Schengen visa (provided the last Schengen visa is issued within 59 months)AND have also travelled on that visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE - If the applicant has a Schengen visa issued with Biometrics,&amp;nbsp;BUT has NOT travelled to Schengen Country on that visa, He\\/She will be&amp;nbsp;REQUIRED TO APPEAR FOR BIOMETRICS again&amp;nbsp;personally.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBiometric will be&amp;nbsp;valid for a period of 59 months, hence, the travelers who have&amp;nbsp;undergone biometric for Schengen country after 2nd November 2015 and travelled, will&amp;nbsp;NOT NEED to undergo biometric&amp;nbsp;for their next Schengen travel in next 59 months.&lt;br \\/&gt;\\r\\nJETSAVE SHALL BE SUBMITTING AND COLLECTING THEIR VISAS WITHOUT PERSONAL APPEARANCE OF THE APPLICANTS.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nMINOR TRAVELLING ALONE OR WITH A GUARDIAN TO PROVIDE NOC ON NOTARIZED AFFIDAVIT (ON RS 10 STAMP PAPER) FROM BOTH PARENTS.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical Requirement&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of&amp;nbsp;Euro 30,000.&amp;nbsp;For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Greece','Greece',NULL,'86',6700,6700,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Greece','86','2023-05-17 17:39:50','2022-12-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'greece-tourist-visa',NULL,NULL,NULL,0),(83,3254,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3254\",\"VisaName\":\"SOUTH AFRICA\",\"Nationality\":null,\"VisaAdultRates\":3200,\"VisaChildRates\":3200,\"VisaInfantRates\":3200,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Africa\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least 3 month validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 visa application Form&amp;nbsp;filled in BLOCK LETTER and with BLACK PEN.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)(Camera Clicked, Passport size with white back ground).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, South African High Commission mentioning entry and exit dates.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A separate MOTIVATION LETTER required if specifically requesting for an Multiple entry visa&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel booking on letter head of the hotel with address and contact details with the applicant`s name&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day to Day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Ticket ( hold PNR)&amp;nbsp;(Paper tkt \\/ Etkt)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;if somebody is inviting&amp;nbsp;passenger from South Africa and Sponsoring the trip then sponsor`s bank statement, sponsor`s visa, permit , id copy is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant`s&amp;nbsp;Original Personal Bank Statement, till date (3 months) with bank address, bank seal ,sign and contact details.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Proof of financial&amp;nbsp;(Last 03 month`s bank statement) of Applicant (Original with Bank Seal and Signature), and healthy Bank Balance.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel Confirmation ( Online booking will do but must show the applicants`s name, Hotel address, hotel contact details). Day to day tour itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Parent consent letter with nottary if&amp;nbsp;minor child is travelling.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marriage certificate copy if spouse name is not endorsed&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Honeymoon couple marriage card or marriage photgraph&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Parent consent letter of one parent is in South Africa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Cover letter mentioning Applicant`s email id, contact number and current residence address.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE&lt;br \\/&gt;\\r\\n1.The Covering Letter, Invitation&lt;br \\/&gt;\\r\\nthe Ticket should show the exact dates of Entry-Exit from South Africa. Visa applications without matching Entry-Exit dates will not be accepted.&lt;br \\/&gt;\\r\\n2. Visa Application Form to be filled in&amp;nbsp;BLOCK LETTERS&amp;nbsp;and use&amp;nbsp;BLACK INK&amp;nbsp;only.&lt;br \\/&gt;\\r\\n3.&amp;nbsp;BIRTH CERTIFICATE&amp;nbsp;mandatory in case applicant is below 18years of age in&amp;nbsp;ALL CATEGORIES.&lt;br \\/&gt;\\r\\n4. All Gujarat issued passport\\/ applicants residing in Gujarat applying as a group to submit their visa application at the South Africa consulate Mumbai ONLY.&lt;br \\/&gt;\\r\\nCarry birth certificate of child at the time of travel if spouse name is not endorsed&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical Requirement&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;As per Embassy Update Dated 18-June-2015: All travelers that have visited a yellow fever belt country during the last 12 months e.g.(Angola, Argentina, Benin, Bolivia, Brazil, Burkina Faso, Burundi, Cameroon, Central African Republic, Chad, Colombia, Guinea-Bissau, Congo, Ivory Coast, DR of Congo, Ecuador, Equatorial Guinea, Ethiopia, French Guyana, Gabon, Gambia, Ghana, Guinea, Kenya, Liberia, Mali, Mauritania, Niger, Nigeria, Panama, Parague, Peru, Rwanda, Sao Toma and Pricipe, Senegal, Sierra Leone, Somalia, Sudan, Suriname, Togo, Trinidad and Tobago, Uganda, United Republic of Tanzania, Venezuela, Zambia).must attach a their yellow fever certificate along with visa application, it is also advisable for them to take it along when they travel in order to produce it at the Port of Entry if so requested by Department of Health.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"8\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','South Africa','South Africa',NULL,'195',3200,3200,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Africa','195','2022-12-12 17:00:37','2022-12-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'south-africa',NULL,NULL,NULL,0),(84,3203,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3203\",\"VisaName\":\"UAE tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6000,\"VisaChildRates\":6000,\"VisaInfantRates\":6000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport (First and Last page scan copy)with at-least 6 month validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Scan Photograph (please refer to Special Instructions column for specifications)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Insurance&amp;nbsp;(Mandatory for each applicant ).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Confirmed Ticket&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;PAN CARD copy&amp;nbsp;of all applicants&amp;nbsp;above 18 years of age.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE&amp;nbsp;:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All travellers are&amp;nbsp;required to have below documents&amp;nbsp;in their possession before arrival in Dubai.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Health Declaration Form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Quarantine Undertaking Form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;PCR test report for COVID (with negative status)&amp;nbsp;issued&amp;nbsp;48HRS before&amp;nbsp;date of departure. This report has to be from Government Hospitals or Government Approved Private Hospitals\\/Labs&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Health&amp;nbsp;Insurance&amp;nbsp;valid for the ENTIRE duration of the&amp;nbsp;visa validity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covid test prior 48 hrs to departure&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE:&lt;br \\/&gt;\\r\\n1.All Nepali passport holders need to carry NOC from the ministry of External Affairs of Nepal (or Embassy of Nepal)&lt;br \\/&gt;\\r\\n2. Indian Passport holders with valid US visa (with validity more than 6 months) or US Green Card (with passport validity more than 6-month) can enter UAE (from any point of entry) for a period of 14 days (with VoA Fee of AED 100), with an option for a one-time extension of the same period (with additional fee of AED 250).&lt;br \\/&gt;\\r\\nChildren below 19 years of age should have 1 elder person accompanying from family (with same surname). Visa of children below 19 years need to apply with relative`s visa OR in case the relative already has a valid UAE visa, his\\/her visa copy needs to be shared while applying for the visa of child below 19 years&lt;br \\/&gt;\\r\\nAdults above 70 years, should be accompanied family member (with same surname) . Visa of such applicants years need to apply with relative`s visa OR in case the relative already has a valid UAE visa, his\\/her visa copy needs to be shared while applying for the visa of such applicant.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nKindly note, all travelers must hold a valid round trip ticket&lt;br \\/&gt;\\r\\nAED2000 (Cash\\/Credit card). In case the Immigration finds that the traveler doesn&lt;br \\/&gt;\\r\\nrsquo;t have the return ticket he\\/she will be deported back to the Origin destination at the expense of the related airline. Please note all Return Air Tickets will be validate\\/ checked on the system by the Immigration.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Special Instructions&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please be informed that the applicant must be required to follow the below instructions and specifications while attaching the personal photo to all GDRFA applications. The photographs must be:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;no more than -6months old&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;40 - 35mm in width&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;close up of your head and top of your shoulders so that your face takes up %80 - 70 of the photograph&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;in sharp focus and clear&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;of high quality with no ink marks or creases&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;show you looking directly at the camera&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;show your skin tones naturally&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;have appropriate brightness and contrast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;be printed on high-quality paper, and at high-resolution Photographs taken with a digital camera must be of high-quality color.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;be color neutral&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;show your eyes open and clearly visible - no hair across your eyes&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;show you facing square onto the camera, not looking over one shoulder (portrait style) or tilted, and showing both edges of your face clearly&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;be taken with a plain light-colored background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;be taken with uniform lighting and not show shadows or flash reflections on your face and no red eye&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photograph must show your eyes clearly with no flash reflection off the glasses, and make sure that the frames do not cover any part of your eye&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Show you alone (no chair backs, toys, or other people visible, looking at the camera with a neutral expression and your mouth closed&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"}],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',6000,6000,0,NULL,NULL,NULL,0,'',0,'2022-12-10 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-06-23 17:13:04','2022-12-10 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uae-tourist-visa',NULL,NULL,NULL,0),(85,45347,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":45347,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/exotic-azerbaijan-tour_1670829780\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Azerbaijan, the nation and former Soviet republic, is bounded by the Caspian Sea and Caucasus Mountains, which span Asia and Europe. Its capital, Baku, is famed for its medieval walled Inner City. Within the Inner City lies the Palace of the Shirvanshahs, a royal retreat dating to the 15th century, and the centuries-old stone Maiden Tower, which dominates the city skyline.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Baku\",\"DestinationPlacesSysId\":2099,\"SourcePlaces\":\"Baku\",\"SourcePlaceSysId\":2099,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Exotic Azerbaijan Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2099,\"Title\":\"Baku\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":529492,\"Name\":\"Midtown Hotel Baku\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.3828908\",\"Long\":\"49.8381816\",\"Address\":\"103 S?m?d Vur?un, Bak?, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":529493,\"Name\":\"PROMENADE HOTEL\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.36488120000001\",\"Long\":\"49.8364108\",\"Address\":\"13b Neft&ccedil;il?r Prospekti, Bak?, Azerbaijan\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":34936,\"Title\":\"Baku Boulevard\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3703993,\"Long\":49.84997019999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5438,\"Title\":\"Baku City Tour\",\"Description\":\"Baku is the capital and largest city of Azerbaijan, as well as the largest city on the Caspian Sea. The city is the scientific, cultural and industrial center of Azerbaijan. Usually goods for Novruz begins a month before to the festival. Each of forthcoming 4 weeks is devoted to one of the four elements and called similarly in Azerbaijan. Each Tuesday people celebrate the day of one of the four elements - water, fire, earth and wind.\\r\\nThe city is famous for its harsh winds, which is reflected in its nickname, the &amp;quot;City of Winds&amp;quot;.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.368355,\"Long\":49.835703,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Baku_City_Tour_2099_1527761916.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25676,\"Title\":\"Haydar Aliyev Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.4197529,\"Long\":46.9289593,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7299,\"Title\":\"Martyrs\' Lane & Highland Park\",\"Description\":\"It is a burial place of Azerbaijani and Turkish soldiers who were killed in the battles for Baku in 1918. Also, the graves of the martyrs who died for their country in the war in 90s are situated here. But the most picturesque corner of Baku is Highland park. From here you get the opportunity to panorama of beautiful Baku city\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3566852,\"Long\":49.8282397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1540377578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17881,\"Title\":\"Nohur Lake\",\"Description\":\"Magnetizing Lake Nohur with its beautiful view to Caucasus Mountains, fresh air and deep water is something that entices tourists from all over the world. The visitors are so much amazed by the beauty of Lake Nohur, that they revisit the country to visit this lake. The tranquil atmosphere and chirping sound of birds create an ideal relaxation ambience to escape from the busy schedule of the city. Although swimming in the lake is prohibited, but you can go for fishing. You can also choose a boat or catamaran ride and relish the surrounding scenery. As the lake is beautifully situated at the end of the roads a bit hard to pass, you can reach by car. Road to Lake Nohur is on the Baku-Gabala highway, near the village of Nohurqishlag.\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35626\\/sightseeing\\/tNohur_Lake_35626_1604992777.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34948,\"Title\":\"Yeddi Gozel Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":40.9753297,\"Long\":47.913748,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25755,\"Title\":\"Tufandag Mountain Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.0331223,\"Long\":47.88688090000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5453,\"Title\":\"Absheron National Park, Azerbaijan\",\"Description\":\"In the Azizbeyov region of the city of Baku, Absheron National Park spans 783 hectares of protected land and is the perfect place to come to witness the stunning flora and fauna of Azerbaijan. The national park has a whole host of local wildlife such as gazelles, birds, jackals, badgers, and Caspian seals. The land here is mostly dry which lends itself to romantic rolling sand dunes and reed like grass that sways in the wind. The waters here are also known to be crystal clear and teaming with wildlife including the occasional sea snake. If you want to catch sight of the famed Caspian seals, you need to aim to visit from September onwards.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3128207,\"Long\":50.3451888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Absheron_National_Park,_Azerba_2099_1527764145.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5441,\"Title\":\"Ateshgah temple, Baku, Azerbaijan\",\"Description\":\"The Baku Ateshgah , often called the &amp;quot;Fire Temple of Baku&amp;quot; is a castle-like holy temple in Surakhani town ,a suburb in Baku, Azerbaijan.Based on Persian and Indian record, the temple was used as a Hindu, Sikh, and Zoroastrian place of prayer. &amp;quot;Atash&amp;quot; (&Oslash;&cent;&Oslash;&ordf;&Oslash;&acute;) is the parsi word for fire.The Temple of Fire &amp;quot;Ateshgah&amp;quot; was named for List of World Heritage Sites, UNESCO in 1998 by Gulnara Mehmandarova.It was also featured on an episode of Globe Trekker.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.4157269,\"Long\":50.0089908,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Ateshgah_temple,_Baku,_Azerbai_2099_1527762417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4862,\"Title\":\"Yanar Dag Fiery Mountain\",\"Description\":\"Yanar Dag is a natural gas fire which blazes continuously on a hillside on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan. Flames jet into the air 3 metres from a thin, porous sandstone layer. \\r\\nUnlike mud volcanoes, the Yanar Dag flame burns fairly steadily, as it involves a steady seep of gas from the subsurface. It is claimed that the Yanar Dag flame was only noted when accidentally lit by a shepherd in the 1950s. There is no seepage of mud or liquid, which distinguishes it from the nearby mud volcanoes of Gobustan.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.5018764,\"Long\":49.8824952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525428190.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"327561\",\"Title\":\"Arrival In Baku\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Haydar Aliyev International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcoming by our company representative&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"327563\",\"Title\":\"Baku City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Baku City tour:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Avenue of Martyrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Highland Park&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking excursion through Old City:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excursion through Baku Boulevard&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking excursion through Nizami street&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting Haydar Aliyev Centre (photostop)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Baku&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34936,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5438,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5717,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7299,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"327565\",\"Title\":\"Gabala City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Gabala&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gabala city tour:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Exploring Nohur lake&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting 7 Gozel waterfall&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Trip to Tufandag mountain by cable car&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to Baku&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Baku&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17881,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34948,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25755,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"327567\",\"Title\":\"Absheron Peninsula tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Absheron Peninsula tour:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting Atashgah fire temple&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Exploring Yanardag fire mountain&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Baku&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":529492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":529493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5441,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4862,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"327569\",\"Title\":\"Departure From Baku\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-out from the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the Airport&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"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\":\"45347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"45015.87\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45015.87\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45015.87,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":533.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45015.87\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45015.87,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":533.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45015.87\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45015.87,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":533.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45348\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"47336.28\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47336.28\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47336.28,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":561,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47336.28\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47336.28,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":561,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47336.28\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47336.28,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":561,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% GST Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"327561\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[327561],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"327563\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[327563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"327565\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[327565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"327567\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[327567],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"327569\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[327569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Baku','Baku,Eurasia,Azerbaijan,Gabala','','2099',45016,47336,4,'85_1670849899_1.jpg,85_1670849899_2.jpg,85_1670849899_3.jpg',NULL,'[{\"day\":1,\"images\":\"baku-eye-gaadf725cb_640.jpg\"},{\"day\":2,\"images\":\"Untitled design (50).jpg\"},{\"day\":3,\"images\":\"image-largejpg.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Azerbaijan','15','2023-09-04 16:29:00','2023-09-04 00:00:00',1,1,'1','1','0','','','',NULL,'exotic-azerbaijan-tour',NULL,NULL,NULL,0),(86,3200,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3200\",\"VisaName\":\"Singapore Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":2540,\"VisaChildRates\":2540,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Singapore\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;(along with old passports) with at least 6 month validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy&amp;nbsp;of 1st, 2nd, last page and observation page (if any)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa application form&amp;nbsp;duly filled and signed by pax&amp;nbsp;mentioning his\\/her direct contact number on it.. Row number 1 should have the SURNAME and row number 2 should have the NAME of the applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(latest one, not used in any previous visa, passport size with 80% face coverage, matt finish, with white background - see footnote for more specifications)&amp;nbsp;1 photo to be pasted&amp;nbsp;on the visa application form should be signed cross in such a manner that half of the signatures are on the form and half on the photo.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to The Visa Officer, Singapore High Commission [In case of own business(on company letterhead mentioning the name and designation). In case of Employed (On company letterhead mentioning the designation OR if covering letter on plain paper then NOC from Company mentioning the designation)].&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary&amp;nbsp;(ticket)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For applicants in service&amp;nbsp;- Need to give original NOC or Leave from Present working company&amp;nbsp;or else original visiting card and employee id card copy&amp;nbsp;OR For applicants running their own business need to give request letter ONLY on their company`s Letter Head with active telephone numbers\\/ Salary slips of 3 months and salary accounts statement of 6 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicants must be fully vaccinated with WHO EUL vaccines at least two weeks before arrival in Singapore.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Children aged from 12 years to 15 years cannot travel to Singapore without the ICA approval&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Children aged from 15 years to 18 years can travel to Singapore only if they are fully vaccinated from Covaxin or Covishield.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant has to apply for Arrival card 3 days before travel&amp;nbsp;https:\\/\\/eservices.ica.gov.sg\\/sgarrivalcard\\/&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It is mandatory for the applicants to provide their personal&amp;nbsp;mobile number, Email id and Annual income&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Accommodation details ( name, address, phone number and email id of the hotel) are mandatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Incase applicant`s passport is not issued from North India but the applicant is applying visa from Delhi then rent agreement, electricity bill, water bill or phone bill of north region is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FOR AN INCENTIVE GROUP&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passport&amp;nbsp;with at least 6 months validity from the date of travel&lt;br \\/&gt;\\r\\n2 photos&amp;nbsp;(passport sized) with 80% face coverage (matt finish) with white background&lt;br \\/&gt;\\r\\nVisa Application Form&amp;nbsp;dully filled and signed&lt;br \\/&gt;\\r\\nCovering letter&amp;nbsp;on the Letter head of the corporate organizing the tour. This letter should have a&amp;nbsp;clear mention of the number of travellers&amp;nbsp;of the group along with their list with&amp;nbsp;respective passport details. Also, the&amp;nbsp;travel dates and duration of stay&amp;nbsp;should be clearly mentioned on the covering letter.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nAuthorization Letter&amp;nbsp;(to Authorize Jetsave for visa processing) on the Letter head of the corporate organizing the tour (signatory should be same). This letter should have a&amp;nbsp;clear mention of the number of travellers&amp;nbsp;of the group along with their list with&amp;nbsp;respective passport details. Also, the&amp;nbsp;travel dates and duration of stay&amp;nbsp;should be clearly mentioned on this letter.&lt;br \\/&gt;\\r\\nMobile number&amp;nbsp;of each traveller&lt;br \\/&gt;\\r\\nHotel confirmation&amp;nbsp;is mandatory&lt;br \\/&gt;\\r\\nAir Ticket&amp;nbsp;is mandatory&lt;br \\/&gt;\\r\\nLand Arrangement from Singapore Tour Operator on its Letter head&amp;nbsp;(Scanned Copy will do)&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nFor every Group, we need to take prior permission from the Embassy and the Embassy will take 24 - 48 hours (except on Holidays) to approve the group. Kindly note that after Embassy may ask for any additional documents while giving approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThe Embassy issues visas for either 35 days (mostly), 3 months or 2 years (and Visa validity is at embassys discretion).&lt;br \\/&gt;\\r\\nSuggestion&lt;br \\/&gt;\\r\\nApply for visa within 35 days of your travel and not earlier because the validity of the visa is 35 days on most of the cases.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&lt;strong&gt;NOTE-&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nFor the cases demanding Residence Proof, one of the Following docs shall be accepted as Residence Proof:&lt;br \\/&gt;\\r\\n1. Latest Rent agreement deed (on stamp paper) OR&lt;br \\/&gt;\\r\\n2. Latest Land line Bill.&lt;br \\/&gt;\\r\\nIf anyone inviting the applicant then we need invitation from the Invitee\\/Sponsor with Name, Address and Contact details of the Sponsor along with his\\/her FIN CARD COPY.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Singapore','Singapore',NULL,'190',2540,2540,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Singapore','190','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0','Singapore Tourist Visa, Singapore Visa Application, Tourist Visa Assistance, Visa Requirements for Singapore, Singapore Visa Online, Singapore Visa Fees, Visa Processing Time, Singapore Visa Consultants, Visa Application Support, Singapore Visitor Visa, Tourist Visa for Singapore, Singapore Visa Documentation, Singapore Visa for Tourists, Visa Application Form, Singapore Visa Information, Visa Appointment Singapore','Looking for a hassle-free Singapore tourist visa? We offer expert assistance with Singapore visa applications. Fast and reliable service.','Apply for Singapore Tourist Visa Online | Visa Experts at Your Service',NULL,'singapore-tourist-visa','[{\"question\":\"Do I need an entry visa to go to Singapore?\",\"answer\":\"Unless you are a visa-exempt national, you will need a Singapore visit visa to travel to Singapore. The Singapore government has made the process of obtaining a SIngapore visa online easy and smooth, allowing you to apply online from your own home. Get Singapore visa for Indians in just 4 days with reisentours.com\"},{\"question\":\"How long can I stay in Singapore on a tourist visa?\",\"answer\":\"The duration of your stay on a tourist visa depends on the type of visa you are granted, but it typically ranges from 30 days to 90 days. Extensions may be possible in some cases.\"},{\"question\":\"What are the basic requirements for a Singapore tourist visa?\",\"answer\":\"While requirements may vary depending on your nationality, common requirements include a valid passport, a completed visa application form, proof of sufficient funds for your stay, a return ticket, and accommodation details.\"}]',NULL,NULL,0),(87,2386,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"2386\",\"VisaName\":\"UAE Tourist E Visa\",\"Nationality\":null,\"VisaAdultRates\":17000,\"VisaChildRates\":17000,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;E Visa&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport (First and Last page scan copy)with at-least 6 month validity from the date of travel&amp;nbsp;(Passport should have both First and Last name ).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Scan Photograph (please refer to Special Instructions column for specifications)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed travel dates&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;PAN CARD copy&amp;nbsp;of all applicants&amp;nbsp;above 18 years of age.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3-4 Days\",\"VisaValidity\":\"60\",\"VisaDuration\":\"60 \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',17000,17000,0,NULL,NULL,NULL,0,'',0,'2023-07-26 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-07-26 12:32:09','2023-07-26 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uae-tourist-e-visa',NULL,NULL,NULL,0),(88,3196,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3196\",\"VisaName\":\"EGYPT BUSINESS VISA\",\"Nationality\":null,\"VisaAdultRates\":7700,\"VisaChildRates\":7700,\"VisaInfantRates\":7700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Egypt\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Form.&amp;nbsp;(To be filled by the applicant)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (35*45 white background)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter.&amp;nbsp;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&amp;nbsp;- Scanned copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal last Six months Original Bank Statements&amp;nbsp;with Bank Seal or Till date updated Original Bank Passbook with a minimum balance of Rs 1 Lakh.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;National ID copy of inviter who is signing the invitation letter&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&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;Please note that from now onwards&amp;nbsp;Egypt visa will be STAY VISA&amp;nbsp;and&amp;nbsp;NOT the entry visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Or in other words, now the&amp;nbsp;travellers cannot stay in Egypt beyond the visa validity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Also, please note that from now onwards, the&amp;nbsp;visa start date will be as per the ticket provided&amp;nbsp;along with the visa application.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"}],\"PlanFee\":[]}','Egypt','Egypt',NULL,'65',7700,7700,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Egypt','65','2023-06-23 17:13:04','2022-12-12 00:00:00',1,1,'1','1','0','Egypt Business Visa, Egypt Visa Application, Egypt Visa Requirements, Business Visa for Egypt, Egypt Visa Online, Egypt Visa for Business Travelers, Egypt Visa Assistance, Egypt Visa for Foreign Investors, Egypt Visa Processing Time, Egypt Visa Fees, Egypt Visa Documents, Egypt Visa Eligibility, Egypt Visa Extension , Egypt Work Visa, Egypt Travel Visa, Visa Services in Egypt, Egypt Visa for Meetings, Egypt Visa for Conferences, Egypt Visa for Trade Missions, Egypt Visa Consultation','Simplify your Egypt business visa application process with our expert services. We provide fast and reliable Egypt visa assistance. Apply online now!','Egypt Business Visa Services | Apply for Egypt Business Visa Online',NULL,'egypt-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(89,3195,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3195\",\"VisaName\":\"EGYPT BUSINESS VISA \",\"Nationality\":null,\"VisaAdultRates\":5500,\"VisaChildRates\":5500,\"VisaInfantRates\":5500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Egypt\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form.&amp;nbsp;(To be filled by the applicant)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (35*45 white background)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter.&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Invitation Letter&amp;nbsp;- Scanned copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal last Six months Original Bank Statements&amp;nbsp;with Bank Seal or Till date updated Original Bank Passbook with a minimum balance of Rs 1 Lakh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;National ID copy of inviter who is signing the invitation letter&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&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;Please note that from now onwards&amp;nbsp;Egypt visa will be STAY VISA&amp;nbsp;and&amp;nbsp;NOT the entry visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Or in other words, now the&amp;nbsp;travellers cannot stay in Egypt beyond the visa validity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also, please note that from now onwards, the&amp;nbsp;visa start date will be as per the ticket provided&amp;nbsp;along with the visa application.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"}],\"PlanFee\":[]}','Egypt','Egypt',NULL,'65',5500,5500,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Egypt','65','2023-02-23 18:23:37','2022-12-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'egypt-business-visa',NULL,NULL,NULL,0),(90,3194,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3194\",\"VisaName\":\"EGYP TOURIST VISA\",\"Nationality\":null,\"VisaAdultRates\":2700,\"VisaChildRates\":2700,\"VisaInfantRates\":2700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Egypt\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Form.&amp;nbsp;(To be filled by the applicant)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;with white background and semi matt finish.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Confirmation from Egyptian tour operator.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day wise Itinerary&amp;nbsp;from Egyptian tour operator.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Return Ticket (or ticket with Live PNR) .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal last Six months Original Bank Statements&amp;nbsp;with Bank Seal or Till date updated Original Bank Passbook with a minimum balance of Rs 1 Lakh.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;NOTE:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nIf Applicant is student, then ID card copy of the institution in which he\\/she is studying, is MUST&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please note that from now onwards&amp;nbsp;Egypt visa will be STAY VISA&amp;nbsp;and&amp;nbsp;NOT the entry visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Or in other words, now the&amp;nbsp;travellers cannot stay in Egypt beyond the visa validity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also, please note that from now onwards, the&amp;nbsp;visa start date will be as per the ticket provided&amp;nbsp;along with the visa application.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Egypt','Egypt',NULL,'65',2700,2700,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Egypt','65','2023-06-23 17:13:04','2022-12-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'egyp-tourist-visa',NULL,NULL,NULL,0),(91,3172,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3172\",\"VisaName\":\"Turkey \",\"Nationality\":null,\"VisaAdultRates\":7500,\"VisaChildRates\":7500,\"VisaInfantRates\":7500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Turkey\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"},{\"DocSysId\":\"4\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Two Recent coloured photographs,White background ,Matt or semi matt finish, 60% to 80% face coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Turkey','Turkey',NULL,'222',7500,7500,0,NULL,NULL,NULL,0,'',0,'2022-12-12 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Turkey','222','2023-05-17 15:46:21','2022-12-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'turkey',NULL,NULL,NULL,0),(92,45397,1,35,1,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":45397,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/nepal-pilgrim-tour_1670927341\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Nepal Pilgrim Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422369,\"Name\":\"Hotel Arts Kathmandu\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.715874\",\"Long\":\"85.310395\",\"Address\":\"CHAKSIBARI MARG, THAMEL - 44600 KATHMANDU  NP, 44600\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"Hotel Arts Kathmandu, luxury 3 star hotels in kathmandu. Located in the heart of thamel. The hotel has a spa centre and sauna, and guests can enjoy a drink at the bar. Free private parking is available on site. Thamel Chowk is 300 m from Hotel Arts Kathmandu, while Kathmandu Durbar Square is 1.9 km from the property. Tribhuvan Airport is 5.7 km away.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/45\\/459381\\/459381a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":529641,\"Name\":\"Hotel Shambala\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7416417\",\"Long\":\"85.338437\",\"Address\":\"P8VP+MRM, Bansbari Rd, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":527929,\"Name\":\"Hotel Yak & Yeti\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7116556\",\"Long\":\"85.3200951\",\"Address\":\"Durbar Marg, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":35820,\"Title\":\"Bhaktapur Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6720744,\"Long\":85.42810229999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2342,\"Title\":\"Kathmandu Durbar Square\",\"Description\":\"The Kathmandu Durbar Square  is also known as Hanuman Dhoka.The outer complexof Durbar Square is renowned for many interesting temples as Kumari Ghar  Kasthamandap  Shiv-Parbati Temple Jagannath Temple Big Bell etc while the inner complex comprises the old palace area Hanuman-dhoka and its courtyards as Nasal Choke Mul Choke Sundari Choke Basantapur Durbar and other. Besides the magnificent temples and shrines.Kathmandu Durbar Square never fails to impress first time visitors with its intricate wood carvings and rich history.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.704283,\"Long\":85.307355,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/kathmu_durbar_square_13672_1667470079.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36438,\"Title\":\"Kumari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6911707,\"Long\":85.3180644,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/swayambhunath_13672_1667467360.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"327842\",\"Title\":\"Arrive Kathmandu\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive Kathmandu Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet with our representative who will welcome you with Khada\\/garland (welcoming Culture in Nepal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers to the hotel by Tourist vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the day is leisure on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"327845\",\"Title\":\"HALF DAY City tour of Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy a&amp;nbsp;Half Day&amp;nbsp;city tour of Kathmandu&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit temples of&amp;nbsp;Pashupatinath&amp;nbsp;&amp;amp;&amp;nbsp;Boudhanath.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the evening is free to enjoy exploring the markets, pubs and casinos on own.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"327848\",\"Title\":\" HALF DAY City tour of Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy a&amp;nbsp;Half Day&amp;nbsp;city tour of Kathmandu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Swayambhunath, temple of the living Goddess and stroll through the&amp;nbsp;old Durbar Square.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the evening is free to enjoy exploring the markets, pubs and casinos on own.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":529641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527929,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35820,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2342,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36438,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3354,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"327851\",\"Title\":\" Return home with happy memories\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, morning is free for individual activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Please be ready 3 hours before the flight and transfer to airport for the final destination as per schedule.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"45397\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"8360.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":8690,\"priceDoubleOcc\":\"8360.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8360,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":5500,\"COSTDO\":8360,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9350,\"COSTTO\":9350},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":8910,\"priceDoubleOcc\":\"8690.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":5500,\"COSTDO\":8690,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9350,\"COSTTO\":9350},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":9350,\"priceDoubleOcc\":\"9350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3080,\"CEB\":5500,\"COSTDO\":9350,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9350,\"COSTTO\":9350}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45398\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"9900.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":10193,\"priceDoubleOcc\":\"9900.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6380.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3740,\"CEB\":6380,\"COSTDO\":9900,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10780,\"COSTTO\":10780},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":10413,\"priceDoubleOcc\":\"10230.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6380.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10230,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3740,\"CEB\":6380,\"COSTDO\":10230,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10780,\"COSTTO\":10780},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":10780,\"priceDoubleOcc\":\"10780.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6380.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3740,\"CEB\":6380,\"COSTDO\":10780,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10780,\"COSTTO\":10780}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45399\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":14777,\"priceDoubleOcc\":\"14520.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4070,\"CEB\":8800,\"COSTDO\":14520,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15290,\"COSTTO\":15290},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15070,\"priceDoubleOcc\":\"14960.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4070,\"CEB\":8800,\"COSTDO\":14960,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15290,\"COSTTO\":15290},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15290,\"priceDoubleOcc\":\"15290.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15290,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4070,\"CEB\":8800,\"COSTDO\":15290,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15290,\"COSTTO\":15290}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% GST Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"327842\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[327842],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"327845\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[327845],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"327848\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[327848],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"327851\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[327851],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kathmandu','Kathmandu,Indian Subcontinent,Nepal','','13672',8360,15290,3,'92_1670933363_0.jpg,92_1670933363_1.jpg,92_1670933363_2.jpg',NULL,'[{\"day\":1,\"images\":\"pexels-bimal-ranabhat-2104882.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"pexels-sterry-larson-3770090.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Nepal','153','2023-09-04 14:56:25','2023-09-04 00:00:00',1,1,'1','1','0','Pilgrimage Tour Packages, Nepal, holy sites, temples, monasteries, spiritual tour, inner peace, Tour Packages for Nepal','Explore the spiritual side of Nepal with our Pilgrimage Tour Packages. Visit holy sites, temples, and monasteries and find inner peace. Book now!','Book Pilgrimage Tour Packages for Nepal',NULL,'nepal-pilgrim-tour',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (93,45517,1,35,1,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":45517,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/armenia-package_1671108584\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;&lt;strong&gt;Whether you are a history addict, nature lover, a foodie, or adventure-seeker, Armenia has something for you.&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Armenia to explore historical sites, be in awe of its impressive architecture, take great natural and cultural photographs, enjoy delicious food and drinks, have fun with friends at bars and clubs, and get a good dose of adrenaline-pumping adventurous activities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;&lt;strong&gt;Warm Hospitality&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Since our welcoming nature is already the stuff of legends, Armenia might as well be synonymous with hospitality! There are no strangers here - just family you have not met yet. You will feel this vibe across Armenia, including Yerevan and the countryside.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;Safety &amp;amp; Comfort&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Feel a total sense of security. With a low crime rate, Armenia is an obvious choice for family trips. You can go anywhere, anytime, and feel a sense of belonging. Enjoy late-night walks alone or with your family in Yerevan or any other location in Armenia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;Within Budget&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Armenia is an affordable destination. You can enjoy delicious food, travel to various sightseeing places, and have drinks at bars for a truly low price. Armenia is your go-to if you are looking for a quick and refreshingly affordable trip!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;&lt;strong&gt;All-in-one Destination&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Despite its tiny size, Armenia has a lot to offer. Do you want to go hiking? Armenia has more than 60 hiking trails you can take. Want to go on a gastro tour? There are plenty of options to dive into the flavors of local Armenian food and drink. Are you interested in adventure, history, and culture? Go ziplining, rafting, or visit several of our hundreds of tourist attractions.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Yerevan\",\"DestinationPlacesSysId\":30251,\"SourcePlaces\":\"Yerevan\",\"SourcePlaceSysId\":30251,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Armenia Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":30251,\"Title\":\"Yerevan\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530054,\"Name\":\"Messier 53 Hotel Yerevan\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.1751119\",\"Long\":\"44.52105780000001\",\"Address\":\"15\\/4 Vardanants St, Yerevan 0010, Armenia\"},\"Images\":[],\"CityId\":30251,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530056,\"Name\":\"DoubleTree by Hilton Yerevan City Centre\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.171967\",\"Long\":\"44.50836189999999\",\"Address\":\"4\\/2 Grigor Lusavorich Street, Yerevan 0015, Armenia\"},\"Images\":[],\"CityId\":30251,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5415,\"Title\":\"Tsitsernakaberd Armenian Genocide Memorial Complex, Tsitsernakaberd Hwy, Yerevan, Armenia\",\"Description\":\"The country&amp;rsquo;s memorial in honor of all of the victims of the Armenian Genocide, Tsitsernakaberd is an absolute must-see for any visitor of Yerevan. In the center of the memorial itself is an eternal flame that has been burning since the initiation ceremony on the opening day of the memorial, and all around it, visitors place flowers in commemoration of the lives lost.\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.185821,\"Long\":44.490303,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30251\\/sightseeing\\/Tsitsernakaberd_Armenian_Genoc_30251_1527675698.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5443,\"Title\":\"The Cascade\",\"Description\":\"The downtown Kenton area of Yerevan with the Monument neighbourhood, the Cascade is a massive stairway in the Armenian capital of Yerevan. Located in the centre of Yerevan, the Cascade is within close proximity to other staggering landmarks such the Matenadaran and the Opera and Ballet Theatre. The Cascade complex comprises of a beautiful, monumental stairway with a series of escalators, and an elaborate network of courtyards, outdoor gardens, and halls with intricate architecture displaying the rich cultural heritage and history of Armenia.\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.1911065,\"Long\":44.5156219,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30251\\/sightseeing\\/The_Cascade__30251_1527762576.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5414,\"Title\":\"Yerevan Opera Theater\",\"Description\":\"This theater has been an emblematic part of Armenian culture since its doors opened in 1933 while the nation was under Soviet rule. Based on Tamanian&amp;#039;s design and under the supervision of his son the theatre hall was completed in 1939, and the opera building was renamed after Alexander Spendiaryan. Large-scale construction works did not finish until 1953, when the entire building was finally completed with its current shape.\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.1858221,\"Long\":44.5150673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30251\\/sightseeing\\/Yerevan_Opera_Theater_30251_1527675301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36548,\"Title\":\"Republic Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.1776945,\"Long\":44.51265110000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36549,\"Title\":\"Mother Armenia monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.19517560000001,\"Long\":44.5247179,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25512,\"Title\":\"sevanavank monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25592,\"Title\":\"Lake Sevan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.3449984,\"Long\":45.3351942,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36550,\"Title\":\"Kecharis Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.5338516,\"Long\":44.7159767,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36551,\"Title\":\"Dalma Garden Mall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.1795323,\"Long\":44.4880795,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36552,\"Title\":\"Vernissage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30251,\"CityName\":\"Yerevan\",\"Lat\":40.1754468,\"Long\":44.5188868,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"328593\",\"Title\":\"Arrival in Yerevan\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival in Yerevan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the selected hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Yerevan.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30251,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530054,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530056,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"328595\",\"Title\":\"Yerevan City tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for City tour in Yerevan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to&amp;nbsp;Tsitsernakaberd&amp;nbsp;- a Monument to the Armenian Genocide Victims, as well as the Genocide Victims&amp;rsquo; Museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Cascade complex, which is considered the modern art center of Yerevan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to one of the biggest and oldest mosques in Caucasus &amp;ldquo;Blue mosque&amp;rdquo;, which is situated in the heart of Yerevan city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Yerevan.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30251,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530054,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530056,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5443,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36548,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36549,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328597\",\"Title\":\"Yerevan - Tsaghkadzor - Lake Sevan - Shopping in Yerevan\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Tsaghkadzor (means &amp;ldquo;gorge of flowers&amp;rdquo;) town, the magical place of forested mountain.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Short walking tour around the small town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Opportunity to go up to the mountain peaks by ropeway.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Kecharis monastery.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to&amp;nbsp;Lake Sevan, one of the wonders in Armenia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Sevanavank Monastery (9th century), which stands in its greatness on the peninsula, overlooking the lake for centuries.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive back to&amp;nbsp;Yerevan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to&amp;nbsp;Vernissage, an open-air exhibition-market.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drop to Dalma Garden or Yerevan Mall for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Yerevan.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30251,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530054,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530056,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":25512,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25592,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36550,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36551,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36552,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328599\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-out.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Zvartnots International Airport.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30251,\"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\":\"45517\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"26916.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":28464,\"priceDoubleOcc\":\"26916.70\",\"priceSingleOcc\":36198.32,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26916.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":319,\"COSTSO\":429,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":374,\"COSTTO\":374},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":29701,\"priceDoubleOcc\":\"28773.03\",\"priceSingleOcc\":38054.65,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28773.03,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":341,\"COSTSO\":451,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":374,\"COSTTO\":374},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":31558,\"priceDoubleOcc\":\"31557.51\",\"priceSingleOcc\":40839.13,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31557.51,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":374,\"COSTSO\":484,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":374,\"COSTTO\":374},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":34651,\"priceDoubleOcc\":\"36198.33\",\"priceSingleOcc\":45479.950000000004,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36198.33,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":429,\"COSTSO\":539,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":374,\"COSTTO\":374}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45518\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"32021.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":33259,\"priceDoubleOcc\":\"32021.60\",\"priceSingleOcc\":43623.63,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32021.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":379.5,\"COSTSO\":517,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":423.5,\"COSTTO\":423.5},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":34497,\"priceDoubleOcc\":\"33877.92\",\"priceSingleOcc\":45479.95,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33877.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":401.5,\"COSTSO\":539,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":423.5,\"COSTTO\":423.5},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":36662,\"priceDoubleOcc\":\"37126.50\",\"priceSingleOcc\":48728.53,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37126.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":440,\"COSTSO\":577.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":423.5,\"COSTTO\":423.5},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":39756,\"priceDoubleOcc\":\"41767.31\",\"priceSingleOcc\":53369.34,\"priceExtraBed\":\"10209.78\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41767.31,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":121,\"COSTDO\":495,\"COSTSO\":632.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":423.5,\"COSTTO\":423.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"328593\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[328593],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328595\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[328595],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328597\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[328597],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328599\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[328599],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Yerevan','Yerevan,Eurasia,Armenia,Tsaghkadzor','','30251',26917,41767,3,'93_1671110618_0.jpg,93_1671110618_1.jpg,93_1671110618_2.jpg,93_1671110618_3.jpg',NULL,'[{\"day\":1,\"images\":\"armenia-geec1313f7_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"armenia-g905cc8ceb_640.jpg\"},{\"day\":4,\"images\":\"aircraft-g1cea786b0_640.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Armenia','11','2023-09-04 14:49:49','2023-09-04 00:00:00',1,1,'1','1','0','Holiday Packages for Armenia, Best Armenia holiday packages, Armenia vacation, Armenia trip, best time to visit Armenia, hotels in Armenia, flights for Armenia, airline tickets for Armenia, places to visit in Armenia, best places to visit in Armenia, Armenia holiday packages','Explore the beautiful Armenia - Book Armenia Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Holiday Packages for Armenia',NULL,'armenia-package',NULL,NULL,NULL,0),(94,45528,1,35,1,0,0,'Honeymoon,Family,Hill Station,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":45528,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/beautiful-georgia-tour_1671169843\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;History of Georgia is the history of struggling for freedom. Nearly all the largest empires in the world attempted to possess this land. But after all, we amazingly managed to survive and preserve our independence. There were times when several huge invaders at the same time struggled for having influence over Georgia. The reason of all these wars was strategic location of Georgia between Europe and Asia on the major trade artery - Silk Road.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You are about to discover a country of diverse culture, rich history and unique artifacts. Georgia is home to the first human outside of Africa who settled down here about 2 million years ago. Georgia is an ancient country at the crossroads of the Eastern and Western civilizations, where the European and Asian way of life and traditions merge for thousands of years. Indeed this country has a lot of amazing things to show you and tell you!&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIt is impossible to visit Georgia and not get charmed by its traditional architecture, that counts more than 1300 years. On the streets of the city, river canyons and mountain peaks you will see ancient unique domed temples painted with frescoes created based on Bible.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Tbilisi\",\"DestinationPlacesSysId\":26928,\"SourcePlaces\":\"Tbilisi\",\"SourcePlaceSysId\":26928,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Beautiful Georgia Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station,Heritage,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26928,\"Title\":\"Tbilisi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530083,\"Name\":\"Hotel Light House\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.696973\",\"Long\":\"44.812777\",\"Address\":\"8 Samreklo St, T&#039;bilisi 0179, Georgia\"},\"Images\":[],\"CityId\":26928,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530084,\"Name\":\"Ramada by Wyndham Tbilisi Old City\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.6923964\",\"Long\":\"44.82296279999999\",\"Address\":\"14 Aleksandre Tsurtsumia St, T&#039;bilisi 0103, Georgia\"},\"Images\":[],\"CityId\":26928,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5393,\"Title\":\"Old Town Tbilisi\",\"Description\":\"This historic capital city in the heart of Georgia has been built and rebuilt dozens of times&amp;mdash;yet the cobblestone streets of its famed Old Town neighborhood have somehow remained untouched.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6936011,\"Long\":44.7947772,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/Old_Town_Tbilisi_26928_1527662254.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5398,\"Title\":\"Georgian National Museum\",\"Description\":\"The Georgian National Museum unifies several leading museums in Georgia. It was established within the framework of structural, institutional, and legal reforms aimed at modernizing the management of the institutions united within this network, and at coordinating research and educational activities. Since its formation on December 30, 2004, the Museum has been directed by Professor David Lordkipanidze.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6960597,\"Long\":44.8001781,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/Georgian_National_Museum_26928_1527662532.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17908,\"Title\":\"Gergeti Trinity Church\",\"Description\":\"The idea to build a new cathedral to commemorate 1,500 years of autocephaly of the Georgian Orthodox Church and 2,000 years from the birth of Jesus emerged as early as 1989, a crucial year for the national awakening of the then-Soviet republic of Georgia. In May 1989, the Georgian Orthodox Patriarchate and the authorities of Tbilisi announced an international contest for the &amp;quot;Holy Trinity Cathedral&amp;quot; project. No winner was chosen at the first round of the contest when more than a hundred projects were submitted. Finally the design by architect Archil Mindiashvili won.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/Gergeti_Trinity_Church_26928_1605179052.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5402,\"Title\":\"Metekhi Cathedral\",\"Description\":\"Metekhi is a historic neighborhood of Tbilisi, Georgia, located on the elevated cliff that overlooks the Mtkvari river. The neighborhood is home to the eponymous Metekhi Church of Assumption.The district was one of the earliest inhabited areas on the city&amp;rsquo;s territory.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6901671,\"Long\":44.8112739,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/Metekhi_Cathedral_26928_1527663929.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4756,\"Title\":\"Narikala Fortress\",\"Description\":\"Narikala is an ancient fortress overlooking Tbilisi, the capital of Georgia, and the Kura River. The fortress consists of two walled sections on a steep hill between the sulphur baths and the botanical gardens of Tbilisi. On the lower court there is the recently restored St Nicholas church. Newly built in 1996&acirc;&euro;&ldquo;1997, it replaces the original 13th-century church that was destroyed in a fire. The new church is of &quot;prescribed cross&quot; type, having doors on three sides. The internal part of the church is decorated with the frescos showing scenes both from the Bible and history of Georgia.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6880158,\"Long\":44.8063114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/48_1524562248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36559,\"Title\":\"Saint Trinity Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.69765159999999,\"Long\":44.8164521,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36560,\"Title\":\"Abanotubani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.68798379999999,\"Long\":44.8111543,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36561,\"Title\":\"Karvasla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.71907849999999,\"Long\":44.8026159,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36562,\"Title\":\"Bridge Of Peace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6929285,\"Long\":44.8083228,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25630,\"Title\":\"Bodbe\'s St. Nino\'s Convent\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6065624,\"Long\":45.933395,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17904,\"Title\":\"Greater Caucasus\",\"Description\":\"The range stretches for about 1,200 kilometres (750 mi) from west-northwest to east-southeast, between the Taman Peninsula of the Black Sea to the Absheron Peninsula of the Caspian Sea: from the Western Caucasus in the vicinity of Sochi on the northeastern shore of the Black Sea and reaching nearly to Baku on the Caspian.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/Greater_Caucasus_26928_1605177761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17877,\"Title\":\"High Caucasus Mountains\",\"Description\":\"The Caucasus Mountains include the Greater Caucasus in the north and Lesser Caucasus in the south. The Greater Caucasus runs west-northwest to east-southeast, from the Caucasian Natural Reserve in the vicinity of Sochi on the northeastern shore of the Black Sea nearly to Baku on the Caspian Sea.\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26928\\/sightseeing\\/High_Caucasus_Mountains_26928_1604667781.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25629,\"Title\":\"Sighnaghi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26928,\"CityName\":\"Tbilisi\",\"Lat\":41.6111031,\"Long\":45.9271436,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"328690\",\"Title\":\"Arrival In Tbilisi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at&amp;nbsp;Tbilisi&amp;nbsp;International&amp;nbsp;Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the selected hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Tbilisi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26928,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":530084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"328692\",\"Title\":\" Tbilisi City Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready for&amp;nbsp;Tbilisi city tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Start your walking tour from Sameba Cathedral and Metekhi temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next we &amp;quot;flight&amp;quot; on the cable car to the ancient fortress Narikala.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We continue with &amp;quot;Abanotubani&amp;quot; - district in the old part of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A bit farther you can see several interesting monuments and &amp;quot;Karvasla&amp;quot;(caravanserai) turned into a city museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later you will be amazed by Sioni Cathedral with its stored Christian relics.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next stop: the residence of the Patriarch&amp;nbsp;and the oldest temple of the city - Anchishati.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit&amp;nbsp;bizarre puppet theater of artist, director, writer, screenwriter and sculptor Rezo Gabriadze.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore&amp;nbsp;Pushkin Square and the building of the seminary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later back to hotel, Overnight in Tbilisi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26928,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":530084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":5393,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5398,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17908,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5402,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4756,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36559,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36561,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36562,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328694\",\"Title\":\"Signaghi- &#039;The city of love&#039; Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit&amp;nbsp;Kakheti - known wine-making region of Georgia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Bodbe Convent&amp;nbsp;one of the holiest shrines of the Georgian Church.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The next destination is the &amp;quot;city of music, art and love&amp;quot; - Signaghi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to hotel,&amp;nbsp;Overnight in Tbilisi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26928,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":530084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":25630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17904,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17877,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25629,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328696\",\"Title\":\"Free day in Tbilisi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day free for individual activities by your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to hotel,&amp;nbsp;Overnight in Tbilisi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26928,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":530084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"328698\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Check-out.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the Airport.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26928,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45528\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"21735.87\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21735.87\",\"priceSingleOcc\":30241.22,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21735.87,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":257.6,\"COSTSO\":358.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"22680.91\",\"priceSingleOcc\":31186.260000000002,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22680.91,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":268.8,\"COSTSO\":369.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24570.99\",\"priceSingleOcc\":33076.340000000004,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24570.99,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":291.2,\"COSTSO\":392,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31658.77\",\"priceSingleOcc\":40164.12,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31658.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":375.2,\"COSTSO\":476,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45529\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":10,\"Price\":\"24570.99\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24570.99\",\"priceSingleOcc\":36856.48,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24570.99,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":291.2,\"COSTSO\":436.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"26461.06\",\"priceSingleOcc\":38746.55,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26461.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":313.6,\"COSTSO\":459.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28351.14\",\"priceSingleOcc\":40636.63,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28351.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":336,\"COSTSO\":481.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29296.18\",\"priceSingleOcc\":41581.67,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29296.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":347.2,\"COSTSO\":492.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35438.93\",\"priceSingleOcc\":47724.42,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35438.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":420,\"COSTSO\":565.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra.&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"328690\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[328690],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328692\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[328692],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328694\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[328694],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328696\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[328696],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328698\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[328698],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Tbilisi','Tbilisi,Eurasia,Georgia,Signagi,Kakheti','','26928',21736,35439,4,'94_1671173815_0.jpg,94_1671173815_1.jpg,94_1671173815_2.jpg',NULL,'[{\"day\":1,\"images\":\"pexels-maria-orlova-4916521.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"nikolay-werner-DQqL_ikGtyc-unsplash.jpg\"},{\"day\":4,\"images\":\"pexels-rudolf-kirchner-2759804.jpg\"},{\"day\":5,\"images\":\"aircraft-g1cea786b0_640.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'Georgia','82','2023-09-04 13:21:50','2023-09-04 00:00:00',1,1,'1','1','0','Georgia Tour Package at Best Price, Book Georgia Tour Packages, Georgia holiday packages, Georgia Sightseeing, Georgia tour packages with stay','Explore the beautiful Georgia - Book Georgia Tour Packages at best price. Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book Georgia Tour Packages',NULL,'beautiful-georgia-tour',NULL,NULL,NULL,0),(95,45617,1,35,1,0,0,'Honeymoon,Family,Cruise,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":45617,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/dubai-tour-package_1671449876\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;One of the seven emirates of the United Arab Emirates, Dubai is opulence personified. The City of Gold is known for its amazing architecture, breath-taking landmarks, the magnificent shopping festival (of course) and the warmth of its people. Dubai has just about everything you would need for a perfect holiday trip.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Dubai Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Cruise,Leisure\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530497,\"Name\":\"Citymax Hotel Al Barsha at the Mall. - Al Barsha Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.1155814\",\"Long\":\"55.2039814\",\"Address\":\"Behind Mall of the Emirates - Al Barsha Rd - Al Barsha - Barsha - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3876,\"Title\":\"Marina Dhow Cruise\",\"Description\":\"Dubai Marina Luxury Dhow Dinner Cruise is one of the most loved and unique dining experience. The dinner offers views of some of the gorgeous vistas of Dubai. You can choose to stay in the upper deck, which is an open-air arrangement or in the lower deck, which is an air-conditioned deck.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/8219\\/sightseeing\\/15828_dhow-marina-01.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"329361\",\"Title\":\" Arrival In Dubai\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at the Dubai Airport, our tour representative will escort you to one of our listed hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at the hotel where you can relax in the comfort room.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the afternoon is at your leisure you can spend the whole day relaxing and napping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the evening you will enjoy your time in the Creek Dhow Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A &amp;#39;Dhow&amp;#39; is a traditional wooden vessel that has been renovated into a floating restaurant that&amp;#39;s why it is one of the most popular dinner cruises in Dubai.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"329362\",\"Title\":\"Dubai City Tour &amp; Burj Khalifa Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On the 2nd Day after breakfast you will head for the Dubai City tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed for a sightseeing tour to the Burj Khalifa, world&amp;#39;s tallest tower.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get to the observation deck to enjoy the picturesque view of Dubai.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":3723,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"329363\",\"Title\":\" Desert Safari with Bbq Dinner \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Dubai trip can never be completed without a Desert Safari and Burj Khalifa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dubai desert safari surrounding in the sandy desert is an exciting and electrifying experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Evening Desert Safari grants a thrilling ride over the sand dune, camel ride, and sand boarding.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Before stopping at the desert camp to enjoy an Arabian Feast, the Barbecue dinner buffet is served during the Belly dance, Tanoura Dance and Haridi show.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"329364\",\"Title\":\"Departure from Dubai \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast at Hotel. Check out from Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Keep your luggage at Clock room of the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Full day free for Shopping on your own (No Transport Services for local use from our side)&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return back to hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfer to Airport&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"45617\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"19845.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19845.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19845.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":235.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19845.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19845.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":235.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19845.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19845.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":235.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19845.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19845.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":235.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45617\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"18605.43\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"18605.43\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18605.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":220.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"18605.43\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18605.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":220.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"18605.43\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18605.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":220.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"18605.43\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18605.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":220.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"329361\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[329361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"329362\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[329362],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"329363\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[329363],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"329364\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[329364],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates','','8219',18605,19846,3,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"travel-gdb9186bd2_640.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'United Arab Emirates','228','2023-09-04 13:15:25','2023-09-04 00:00:00',1,1,'1','1','0','Dubai tour package, Dubai tour package from India, Dubai holiday packages from Delhi, Dubai tour packages from India, Dubai travel package, Dubai packages from India, Dubai packages from Delhi, Book Dubai Tour Packages for 3N/4D, 3N 4D dubai tour packages qqqqqqqqqqq','Explore the best of Dubai- Book Dubai Tour Packages for 3N/4D from Delhi at best price. Get the comfortable transport, sightseeing, meals, activities & stay. For the best offers & deals contact us.','Book Dubai Tour Packages For 3N/4D',NULL,'dubai-tour-package',NULL,NULL,NULL,0),(96,45783,1,35,0,0,0,'Adventure,Wildlife,Beach,Family,Religious,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":45783,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/splendors-of-odisha_1671781835\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;&lt;strong&gt;Odishaaah! Discover surprise in every corner&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Majestic mountains, serene beaches, spectacular wildlife, unique arts &amp;amp; crats, breathtaking waterfalls, interesting culture and some gorgeous landscapes &amp;ndash; that&amp;rsquo;s how the charm of Odisha is!Wherever you visit, you&amp;rsquo;ll find something spectacular here, and the state will give you loads of memories to take back.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Explore Odisha, India&amp;rsquo;s Best Kept Secret &amp;ndash;places and destinations that&amp;rsquo;ll make you go&amp;nbsp;aah!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bhubaneswar\",\"DestinationPlacesSysId\":3141,\"SourcePlaces\":\"Bhubaneswar\",\"SourcePlaceSysId\":3141,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Splendors Of Odisha\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Beach,Family,Religious,Heritage\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":3141,\"Title\":\"Bhubaneswar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530983,\"Name\":\"Nilay Residency\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"20.343154\",\"Long\":\"85.8080939\",\"Address\":\"Near CTTC, No.36\\/A, Infocity Ave, Chandaka Industrial Estate, Patia, Bhubaneswar, Odisha 751024, India\"},\"Images\":[],\"CityId\":3141,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530984,\"Name\":\"Hotel Miland Palace\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"20.2658327\",\"Long\":\"85.84700939999999\",\"Address\":\"Plot No. 540, Hotel Milind Palace, Cuttack Rd, near Budheswari Temple, Budheswari Colony, Laxmisagar, Bhubaneswar, Odisha 751006, India\"},\"Images\":[],\"CityId\":3141,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530985,\"Name\":\"VITS Bhubaneswar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"20.2731175\",\"Long\":\"85.8512815\",\"Address\":\"A\\/19, Puri - Cuttack Rd, near Jatri Niwas, Laxmisagar, Bhubaneswar, Odisha 751006, India\"},\"Images\":[],\"CityId\":3141,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":42441,\"Name\":\"Empires Hotel Bhubaneswar\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"20.28\",\"Long\":\"85.8346\",\"Address\":\"5-B,Shaheed Nagar \"},\"Images\":{\"Image\":[{\"ImagId\":937985,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130715180301910.jpg?s=312x\"},{\"ImagId\":937986,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130214161105553.png?s=312x\"},{\"ImagId\":937987,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130211193154030.png?s=312x\"},{\"ImagId\":937988,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130211193241374.png?s=312x\"},{\"ImagId\":937989,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130211193140186.png?s=312x\"}]},\"CityId\":3141,\"Brief\":\"Stop at Empires Hotel to discover the wonders of Bhubaneswar. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Service-minded staff will welcome and guide you at the Empires Hotel. Some of the well-appointed guestrooms feature television LCD\\/plasma screen, internet access &ndash; wireless, air conditioning, desk, mini bar. Access to the hotel&#039;s fitness center, outdoor pool will further enhance your satisfying stay. Empires Hotel combines warm hospitality with a lovely ambiance to make your stay in Bhubaneswar unforgettable.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/433\\/433456\\/433456_130715180301910.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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":973,\"Title\":\"Lingaraj Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2342524,\"Long\":85.8329079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1102\\/thumb\\/ Lingaraj Temple_169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1421,\"Title\":\"Raja Rani Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2423639,\"Long\":85.842865,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1103\\/thumb\\/Raja Rani Temple_403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1826,\"Title\":\"Udayagiri And Khandagiri Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2960587,\"Long\":85.8245398,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3704\\/thumb\\/Udayagiri And Khandagiri Caves_300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1195,\"Title\":\"Nandankanan Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.4594618,\"Long\":85.8812267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3296\\/thumb\\/Nandankanan Zoo_523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1264,\"Title\":\"Orissa State Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2555038,\"Long\":85.8402452,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4000\\/thumb\\/Orissa State Museum_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1809,\"Title\":\"Tribal Research Institute Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2794621,\"Long\":85.8089406,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5061\\/thumb\\/Tribal Museum_225.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36834,\"Title\":\"Ekamra Haat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2782121,\"Long\":85.84018449999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36835,\"Title\":\"Bhitarkanika National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35565,\"CityName\":\"Bhitarkanika\",\"Lat\":20.7489358,\"Long\":87.00079579999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36837,\"Title\":\"Konark Sun Temple\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8875953,\"Long\":86.0945364,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/22260\\/sightseeing\\/35_1671789207.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":994,\"Title\":\"Lord Jagannath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8125885,\"Long\":85.8288843,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5064\\/thumb\\/Lord Jagannath Temple_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":330,\"Title\":\"Chilika Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8133822,\"Long\":85.8314655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/588\\/thumb\\/Chilika Lake_206.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35565,\"Title\":\"Bhitarkanika\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530986,\"Name\":\"Esturian Cottage\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35565,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":973,\"Title\":\"Lingaraj Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2342524,\"Long\":85.8329079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1102\\/thumb\\/ Lingaraj Temple_169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1421,\"Title\":\"Raja Rani Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2423639,\"Long\":85.842865,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1103\\/thumb\\/Raja Rani Temple_403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1826,\"Title\":\"Udayagiri And Khandagiri Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2960587,\"Long\":85.8245398,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3704\\/thumb\\/Udayagiri And Khandagiri Caves_300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1195,\"Title\":\"Nandankanan Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.4594618,\"Long\":85.8812267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3296\\/thumb\\/Nandankanan Zoo_523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1264,\"Title\":\"Orissa State Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2555038,\"Long\":85.8402452,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4000\\/thumb\\/Orissa State Museum_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1809,\"Title\":\"Tribal Research Institute Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2794621,\"Long\":85.8089406,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5061\\/thumb\\/Tribal Museum_225.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36834,\"Title\":\"Ekamra Haat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2782121,\"Long\":85.84018449999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36835,\"Title\":\"Bhitarkanika National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35565,\"CityName\":\"Bhitarkanika\",\"Lat\":20.7489358,\"Long\":87.00079579999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36837,\"Title\":\"Konark Sun Temple\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8875953,\"Long\":86.0945364,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/22260\\/sightseeing\\/35_1671789207.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":994,\"Title\":\"Lord Jagannath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8125885,\"Long\":85.8288843,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5064\\/thumb\\/Lord Jagannath Temple_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":330,\"Title\":\"Chilika Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8133822,\"Long\":85.8314655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/588\\/thumb\\/Chilika Lake_206.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":22260,\"Title\":\"Puri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":165324,\"Name\":\"Naren Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7977\",\"Long\":\"85.8269\",\"Address\":\"C. T. Road \"},\"Images\":{\"Image\":[{\"ImagId\":3655795,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/290\\/1165260cdmssabrevfm_img_pho_000_nc__743791_Conference_Hal_A.jpg\"},{\"ImagId\":3655796,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/300\\/1165260cdmssabrevfm_img_pho_000_nc__743794_Reception___A.jpg\"},{\"ImagId\":3655797,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/309\\/1165260cdmssabrevfm_img_pho_000_nc__743795_Hotel_View___C.jpg\"},{\"ImagId\":3655798,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/318\\/1165260cdmssabrevfm_img_pho_000_nc__743797_Hotel_View_I___C.jpg\"},{\"ImagId\":3655799,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/327\\/1165260cdmssabrevfm_img_pho_000_nc__743801_Restaurant___A.jpg\"},{\"ImagId\":3655800,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/336\\/1165260cdmssabrevfm_img_pho_000_nc__743806_Room___A.jpg\"},{\"ImagId\":3655801,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/345\\/1165260cdmssabrevfm_img_pho_000_nc__743809_Room_I___A.jpg\"},{\"ImagId\":3655802,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/354\\/1165260cdmssabrevfm_img_pho_000_nc__743811_Room_II___A.jpg\"},{\"ImagId\":3655803,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/363\\/1165260cdmssabrevfm_img_pho_000_nc__743812_Swimming_Pool__A.jpg\"}]},\"CityId\":22260,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Naren Palace in Puri, you&amp;apos;ll be on the beach and convenient to Narendra Sagar and Jagannath Temple.  This hotel is within close proximity of Puri Beach.&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 37 air-conditioned rooms featuring minibars. Rooms have private balconies or patios. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries.&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 indoor pool or take in the view from a rooftop terrace and a garden.&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 room service (during limited hours).&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, luggage storage, and laundry facilities. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/290\\/1165260cdmssabrevfm_img_pho_000_nc__743791_Conference_Hal_A.jpg\",\"AccoAminitiesMask\":\"101100000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530988,\"Name\":\"Hotel ShreehariGrand\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"19.8073736\",\"Long\":\"85.82174979999999\",\"Address\":\"MARCHIKOT SQUARE BEFORE AGRAWAL&#039;S PURE VEG, Basanta Rd, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530989,\"Name\":\"Empires Hotel Puri\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7861866\",\"Long\":\"85.7954985\",\"Address\":\"Sipasarubali Baliapanda, New Marine Drive Rd, Baliapanda Housing Board Colony, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530990,\"Name\":\"Blue Lily Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"19.7881751\",\"Long\":\"85.7957089\",\"Address\":\"New Marine Drive Rd, Baliapanda, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":973,\"Title\":\"Lingaraj Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2342524,\"Long\":85.8329079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1102\\/thumb\\/ Lingaraj Temple_169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1421,\"Title\":\"Raja Rani Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2423639,\"Long\":85.842865,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1103\\/thumb\\/Raja Rani Temple_403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1826,\"Title\":\"Udayagiri And Khandagiri Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2960587,\"Long\":85.8245398,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3704\\/thumb\\/Udayagiri And Khandagiri Caves_300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1195,\"Title\":\"Nandankanan Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.4594618,\"Long\":85.8812267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3296\\/thumb\\/Nandankanan Zoo_523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1264,\"Title\":\"Orissa State Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2555038,\"Long\":85.8402452,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4000\\/thumb\\/Orissa State Museum_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1809,\"Title\":\"Tribal Research Institute Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2794621,\"Long\":85.8089406,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5061\\/thumb\\/Tribal Museum_225.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36834,\"Title\":\"Ekamra Haat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3141,\"CityName\":\"Bhubaneswar\",\"Lat\":20.2782121,\"Long\":85.84018449999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36835,\"Title\":\"Bhitarkanika National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35565,\"CityName\":\"Bhitarkanika\",\"Lat\":20.7489358,\"Long\":87.00079579999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36837,\"Title\":\"Konark Sun Temple\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8875953,\"Long\":86.0945364,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/22260\\/sightseeing\\/35_1671789207.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":994,\"Title\":\"Lord Jagannath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8125885,\"Long\":85.8288843,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5064\\/thumb\\/Lord Jagannath Temple_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":330,\"Title\":\"Chilika Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8133822,\"Long\":85.8314655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/588\\/thumb\\/Chilika Lake_206.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"330363\",\"Title\":\"Arrival In Bhubaneswar\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at the Bhubaneswar airport or railway station and transfer to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post check in and refreshment.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If time permits visit to Lingaraj Temple &amp;amp; Rajarani Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit to Udayagiri and Khandagiri Caves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3141,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530983,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530984,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":42441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":973,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1421,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1826,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330365\",\"Title\":\" Bhubaneswar City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, visit to State Museum and Orissa Museum of Tribal Art and Artifacts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to Nandankanan Zoological Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the evening visit to Ekamra Haat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to hotels for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3141,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530983,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530984,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":42441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1195,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1264,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1809,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330367\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3141,\"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\":\"330369\",\"Title\":\"Bhubaneswar To Bhitarkanika \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast, check out and drive to Bhitarkanika.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bhitarkanika Mangrove Forest is the world&amp;#39;s largest and most relevant nesting ground for the endangered Olive Ridley Turtles. Every year, nearly a million Olive Ridley Turtles lay over 84 million eggs on the Gahirmatha Beach, which lies along the Bhitarnika Mangrove Forest, inside the Gahirmatha National Park. Bhitarkanika Mangrove Forest is a natural and wildlife reserve that is home to over 55 species of mangroves, 170 species of birds and a large population of saltwater crocodiles, hawksbill and leatherback turtles, endangered king cobra and the Indian rock python covering an area of 672 square kilometer national park.This mangrove forest in India is also a dream come true for birdwatchers as migratory and resident birds such as Asian Openbill stork, six species of kingfisher, five species of egrets and the black-headed ibis can be spotted.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Bhitarkanika.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35565,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":36835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330371\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35565,\"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\":\"330373\",\"Title\":\" Bhitarkanika - Konark - Puri\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast, check out and drive to Puri.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En- route stop over at Konark and visit to one of the most majestic sites in entire Odisha the Chariot of the Sun God Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later continue to reach Puri.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive and check in to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening at leisure and overnight stay at the hotel in Puri.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":530990,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":36837,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330375\",\"Title\":\"Puri (Excursion to Satapada) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast, visit to Lord Jagannath Temple - one of the four most sacred Hindu pilgrimage sites from Char Dhams.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post darshan and prayers drive to Satapada to look over the mesmerizing Chilika Lake and its migratory birds (seasonal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One can opt for a motor boat ride (on own expense) in the Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to Puri hotel for overnight stay&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":530990,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":994,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330377\",\"Title\":\"Bhubaneswar Drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out and at time drive back to Bhubaneswar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drop of at Airport or railway station.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"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\":\"45783\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"21213.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21213.50\",\"priceSingleOcc\":38830,\"priceExtraBed\":\"3300.00\",\"priceWithoutBed\":\"1650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21213.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1650,\"CEB\":3300,\"COSTDO\":21213.5,\"COSTSO\":38830,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21213.50\",\"priceSingleOcc\":38830,\"priceExtraBed\":\"3300.00\",\"priceWithoutBed\":\"1650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21213.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1650,\"CEB\":3300,\"COSTDO\":21213.5,\"COSTSO\":38830,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21213.50\",\"priceSingleOcc\":38830,\"priceExtraBed\":\"3300.00\",\"priceWithoutBed\":\"1650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21213.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1650,\"CEB\":3300,\"COSTDO\":21213.5,\"COSTSO\":38830,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45784\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"25228.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"25228.50\",\"priceSingleOcc\":47217.5,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"2475.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25228.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2475,\"CEB\":5500,\"COSTDO\":25228.5,\"COSTSO\":47217.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"25228.50\",\"priceSingleOcc\":47217.5,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"2475.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25228.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2475,\"CEB\":5500,\"COSTDO\":25228.5,\"COSTSO\":47217.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"25228.50\",\"priceSingleOcc\":47217.5,\"priceExtraBed\":\"5500.00\",\"priceWithoutBed\":\"2475.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25228.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2475,\"CEB\":5500,\"COSTDO\":25228.5,\"COSTSO\":47217.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"330363\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[330363],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"330365\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[330365],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"330367\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[330367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"330369\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[330369],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"330371\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[330371],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"330373\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[330373],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"330375\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[330375],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"330377\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[330377],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bhubaneswar,Bhitarkanika,Puri','Bhubaneswar,Odisha,Indian Subcontinent,East India,India,Bhitarkanika,West Bengal,Puri','','3141,35565,22260',21214,25229,5,'',NULL,'[{\"day\":1,\"images\":\"temple-g1947efe03_640.jpg\"},{\"day\":2,\"images\":\"suchismita-sahoo-aEO1tuMpqb8-unsplash (1).jpg\"},{\"day\":3,\"images\":\"subhadeep-dishant-k79MtOSivNs-unsplash.jpg\"},{\"day\":4,\"images\":\"konark-gb91ca2f5a_640.jpg\"},{\"day\":5,\"images\":\"milind-buranpur-_5zHOhStiS4-unsplash.jpg\"},{\"day\":6,\"images\":\"www.reisentours.com (11).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 13:11:47','2023-09-04 00:00:00',1,1,'1','1','0','','','',NULL,'splendors-of-odisha',NULL,NULL,NULL,0),(97,45790,1,35,0,0,0,'Adventure,Beach,Family,Religious,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":45790,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/short-break-to-puri_1671787859\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;color:#2980b9&quot;&gt;&lt;strong&gt;Odishaaah! Discover surprise in every corner&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Majestic mountains, serene beaches, spectacular wildlife, unique arts &amp;amp; crats, breathtaking waterfalls, interesting culture and some gorgeous landscapes &amp;ndash; that&amp;rsquo;s how the charm of Odisha is!Wherever you visit, you&amp;rsquo;ll find something spectacular here, and the state will give you loads of memories to take back.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Explore Odisha, India&amp;rsquo;s Best Kept Secret &amp;ndash;places and destinations that&amp;rsquo;ll make you go&amp;nbsp;aah!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bhubaneswar\",\"DestinationPlacesSysId\":3141,\"SourcePlaces\":\"Bhubaneswar\",\"SourcePlaceSysId\":3141,\"AgencyName\":\"Reisen Tours\",\"Name\":\"SHORT BREAK TO PURI\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Adventure,Beach,Family,Religious,Heritage\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":22260,\"Title\":\"Puri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":165324,\"Name\":\"Naren Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7977\",\"Long\":\"85.8269\",\"Address\":\"C. T. Road \"},\"Images\":{\"Image\":[{\"ImagId\":3655795,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/290\\/1165260cdmssabrevfm_img_pho_000_nc__743791_Conference_Hal_A.jpg\"},{\"ImagId\":3655796,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/300\\/1165260cdmssabrevfm_img_pho_000_nc__743794_Reception___A.jpg\"},{\"ImagId\":3655797,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/309\\/1165260cdmssabrevfm_img_pho_000_nc__743795_Hotel_View___C.jpg\"},{\"ImagId\":3655798,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/318\\/1165260cdmssabrevfm_img_pho_000_nc__743797_Hotel_View_I___C.jpg\"},{\"ImagId\":3655799,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/327\\/1165260cdmssabrevfm_img_pho_000_nc__743801_Restaurant___A.jpg\"},{\"ImagId\":3655800,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/336\\/1165260cdmssabrevfm_img_pho_000_nc__743806_Room___A.jpg\"},{\"ImagId\":3655801,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/345\\/1165260cdmssabrevfm_img_pho_000_nc__743809_Room_I___A.jpg\"},{\"ImagId\":3655802,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/354\\/1165260cdmssabrevfm_img_pho_000_nc__743811_Room_II___A.jpg\"},{\"ImagId\":3655803,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/363\\/1165260cdmssabrevfm_img_pho_000_nc__743812_Swimming_Pool__A.jpg\"}]},\"CityId\":22260,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Naren Palace in Puri, you&amp;apos;ll be on the beach and convenient to Narendra Sagar and Jagannath Temple.  This hotel is within close proximity of Puri Beach.&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 37 air-conditioned rooms featuring minibars. Rooms have private balconies or patios. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries.&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 indoor pool or take in the view from a rooftop terrace and a garden.&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 room service (during limited hours).&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, luggage storage, and laundry facilities. Guests may use a roundtrip airport shuttle for a surcharge, and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/749\\/290\\/1165260cdmssabrevfm_img_pho_000_nc__743791_Conference_Hal_A.jpg\",\"AccoAminitiesMask\":\"101100000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530988,\"Name\":\"Hotel ShreehariGrand\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"19.8073736\",\"Long\":\"85.82174979999999\",\"Address\":\"MARCHIKOT SQUARE BEFORE AGRAWAL&#039;S PURE VEG, Basanta Rd, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530989,\"Name\":\"Empires Hotel Puri\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7861866\",\"Long\":\"85.7954985\",\"Address\":\"Sipasarubali Baliapanda, New Marine Drive Rd, Baliapanda Housing Board Colony, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":530990,\"Name\":\"Blue Lily Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"19.7881751\",\"Long\":\"85.7957089\",\"Address\":\"New Marine Drive Rd, Baliapanda, Puri, Odisha 752001, India\"},\"Images\":[],\"CityId\":22260,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":330,\"Title\":\"Chilika Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8133822,\"Long\":85.8314655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/588\\/thumb\\/Chilika Lake_206.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":716,\"Title\":\"Jagannath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.7993698,\"Long\":85.8025373,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/587\\/thumb\\/Jagannath Temple_717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36837,\"Title\":\"Konark Sun Temple\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8875953,\"Long\":86.0945364,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/22260\\/sightseeing\\/35_1671789207.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1441,\"Title\":\"Ramchandi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8564603,\"Long\":86.0606128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5065\\/thumb\\/Ramchandi Temple_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36849,\"Title\":\"Chandrabhaga beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.8661664,\"Long\":86.1154473,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1413,\"Title\":\"Raghurajpur\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":20.9516658,\"Long\":85.0985236,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5063\\/thumb\\/Raghurajpur_730.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36850,\"Title\":\"Sakhigopala Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22260,\"CityName\":\"Puri\",\"Lat\":19.94840379999999,\"Long\":85.80874999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"330435\",\"Title\":\"Arrival Bhubaneswar - Puri\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Bhubaneswar Airport\\/ Railway station and drive directly to Puri.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reach Puri and check in to your pre-booked hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post refreshment, visit to Lord Jagannath Temple - one of the four most sacred Hindu pilgrimage sites from Char Dhams.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post darshan and prayers drive to Satapada to look over the mesmerizing Chilika Lake and its migratory birds (seasonal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One can opt for a motor boat ride (on own expense) in the Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to Puri hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":530990,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":330,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330437\",\"Title\":\"Puri (excursion to Konark)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast, start for an excursion to Konark.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive through the marine drive visiting the Ramachandi Temple &amp;amp; Chandrabhaga Beach on the way.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reach Konark and visit to one of the most majestic sites in entire Odisha the Chariot of the Sun God Temple.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to Puri hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":530990,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":36837,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1441,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330439\",\"Title\":\" Puri (excursion to Raghurajpur &amp; Sakhigopal) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast, enjoy an excursion trip to Raghurajpur - an artisans village with every house showcasing lavishly painted the age-old tradition paintings on canvas, skil (tassar) and other varieties like Pattachitra, papiermache, masks, stone idols, sculptures, wooden idols and toys.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One can purchase these artifacts on direct payment basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit to Sakhigopal famous for Lord Krishna temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening return back to Puri hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":530988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":530989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":530990,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36850,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"330441\",\"Title\":\"Puri - Bhubaneswar Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out and at time drive back to Bhubaneswar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drop of at Airport or railway station.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22260,\"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\":\"45790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"11440.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"11440.00\",\"priceSingleOcc\":20900,\"priceExtraBed\":\"1650.00\",\"priceWithoutBed\":\"825.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":825,\"CEB\":1650,\"COSTDO\":11440,\"COSTSO\":20900,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"11440.00\",\"priceSingleOcc\":20900,\"priceExtraBed\":\"1650.00\",\"priceWithoutBed\":\"825.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":825,\"CEB\":1650,\"COSTDO\":11440,\"COSTSO\":20900,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"11440.00\",\"priceSingleOcc\":20900,\"priceExtraBed\":\"1650.00\",\"priceWithoutBed\":\"825.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":825,\"CEB\":1650,\"COSTDO\":11440,\"COSTSO\":20900,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45791\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":26730,\"priceExtraBed\":\"2640.00\",\"priceWithoutBed\":\"1485.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1485,\"CEB\":2640,\"COSTDO\":14300,\"COSTSO\":26730,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":26730,\"priceExtraBed\":\"2640.00\",\"priceWithoutBed\":\"1485.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1485,\"CEB\":2640,\"COSTDO\":14300,\"COSTSO\":26730,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":26730,\"priceExtraBed\":\"2640.00\",\"priceWithoutBed\":\"1485.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":1485,\"CEB\":2640,\"COSTDO\":14300,\"COSTSO\":26730,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"330435\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[330435],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"330437\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[330437],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"330439\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[330439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"330441\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[330441],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Puri','Puri,Odisha,Indian Subcontinent,East India,India,Konark','','22260',11440,14300,3,'97_1671789612_0.jpg,97_1671789612_1.jpg,97_1671789612_2.jpg,97_1671789612_3.jpg',NULL,'[{\"day\":1,\"images\":\"beacon-island.jpg\"},{\"day\":2,\"images\":\"temple-g1947efe03_640.jpg\"},{\"day\":3,\"images\":\"208028281Raghurajpur_Main.jpg\"},{\"day\":4,\"images\":\"www.reisentours.com (11).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 13:05:53','2023-09-04 00:00:00',1,1,'1','1','0','','','',NULL,'short-break-to-puri',NULL,NULL,NULL,0),(98,46357,1,35,0,0,0,'Honeymoon,Adventure,Beach,Family,Cruise',NULL,1,1,0,'{\"package\":{\"TPId\":46357,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/dubai--getaway_1672812397\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;One of the seven emirates of the United Arab Emirates, Dubai is opulence personified. The City of Gold is known for its amazing architecture, breath-taking landmarks, the magnificent shopping festival (of course) and the warmth of its people. Dubai has just about everything you would need for a perfect holiday trip.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Dubai 2023 Getaway\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Cruise,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Cruise\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":213903,\"Name\":\"City max Al  Barsha\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"P.O. BOX 25030, Behind Mall of Emirates, Dubai, , \"},\"Images\":{\"Image\":[{\"ImagId\":4783973,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"\"}]},\"CityId\":8219,\"Brief\":\"No description was found.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":532386,\"Name\":\"Wescott Hotel - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"25.26331129999999\",\"Long\":\"55.28960660000001\",\"Address\":\"Al Souq Al Kabeer - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481830,\"Name\":\"Jacob\'s Garden Hotel - Al Rolla Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2568872\",\"Long\":\"55.29010899999999\",\"Address\":\"316 Al Rolla Rd - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Twin Sharing AC Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":5431,\"Name\":\"Orchid Vue Hotel\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"25.256551\",\"Long\":\"55.29809\",\"Address\":\"1a Street Bur Dubai P.O. Box 185170\"},\"Images\":{\"Image\":[{\"ImagId\":129584,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_16_t.jpg\"},{\"ImagId\":129585,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_1_t.jpg\"},{\"ImagId\":129586,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_11_t.jpg\"},{\"ImagId\":129587,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_14_t.jpg\"},{\"ImagId\":129588,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_2_t.jpg\"},{\"ImagId\":129589,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_3_t.jpg\"},{\"ImagId\":129590,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_15_t.jpg\"},{\"ImagId\":129591,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_6_t.jpg\"},{\"ImagId\":129592,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_10_t.jpg\"},{\"ImagId\":129593,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_4_t.jpg\"},{\"ImagId\":129594,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_7_t.jpg\"},{\"ImagId\":129595,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_5_t.jpg\"},{\"ImagId\":129596,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_13_t.jpg\"},{\"ImagId\":129597,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_8_t.jpg\"},{\"ImagId\":129598,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_9_t.jpg\"},{\"ImagId\":129599,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_12_t.jpg\"},{\"ImagId\":129600,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_17_t.jpg\"},{\"ImagId\":129601,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_18_t.jpg\"},{\"ImagId\":129602,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_23_t.jpg\"},{\"ImagId\":129603,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_22_t.jpg\"},{\"ImagId\":129604,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_25_t.jpg\"},{\"ImagId\":129605,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_21_t.jpg\"},{\"ImagId\":129606,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_24_t.jpg\"},{\"ImagId\":129607,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_27_t.jpg\"},{\"ImagId\":129608,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_20_t.jpg\"},{\"ImagId\":129609,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_19_t.jpg\"},{\"ImagId\":129610,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_26_t.jpg\"}]},\"CityId\":8219,\"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 Orchid Vue Hotel in Dubai (Bur Dubai), you&amp;apos;ll be minutes from BurJuman Mall and Dubai Museum. This hotel is within close proximity of Textile Souk and Grand Mosque.&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 123 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs 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;Enjoy a range of recreational amenities, including a nightclub, an outdoor pool, and a sauna. This hotel also features complimentary wireless Internet access, 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;Enjoy a meal at a restaurant or in a coffee shop\\/caf&eacute;. 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 business center, dry cleaning\\/laundry services, and luggage storage. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10130000\\/10120200\\/10120110\\/10120110_16_t.jpg\",\"AccoAminitiesMask\":\"111100100001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Twin Sharing AC Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":218155,\"Name\":\"CROWNE PLAZA - DUBAI\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.22030000\",\"Long\":\"55.28020000\",\"Address\":\"P.O. BOX 23215, \\nDUBAI, \\nU.A.E., Sheikh Zayed Road, , , \"},\"Images\":{\"Image\":[{\"ImagId\":4788295,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICj7LhRYuT1RY+ClRs27teEFnxnZJMfiYbX4fETs728CeV3JCOeEu6HG4sNafNm5F2sVFqnp7tp7s2xGYw26lar2mRgMVpndE71oZl0pKLntiyEqGNxOQyR7\"}]},\"CityId\":8219,\"Brief\":\"Directly in the heart of the city, Crowne Plaza Dubai is perfect for both business and leisure travelers alike. Within easy walking distance of Dubai International Convention Center and just 5 minutes away from tourist attractions such as the worlds tallest building Burj Khalifa and Dubai mall. The hotel offers 568 luxurious rooms, suites and apartments. With 13 restaurants and bars covering International, Italian, French, American, Brazilian, Arabic and Japanese cuisine along with selected wines and spirits, Crowne Plaza Dubai offers an unrivalled dining experience.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Twin Sharing AC Room\",\"MealTypeName\":\"BB\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3628,\"Title\":\"Abu Dhabi City tour\",\"Description\":\"See the sights of Abu Dhabi on a coach tour from Dubai. With a knowledgeable guide, visit the capital city of the United Arab Emirates and visit its impressive monuments. You&amp;rsquo;ll learn about Abu Dhabi&amp;rsquo;s culture, history and attractions.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.4919711,\"Long\":54.3586401,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/assets\\/images\\/Sightseeing\\/15190_abu-dhabi-citz-tour-slide.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"333849\",\"Title\":\" Arrival In Dubai\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at the Dubai Airport, our tour representative will escort you to one of our listed hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at the hotel where you can relax in the comfort room.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the afternoon is at your leisure you can spend the whole day relaxing and napping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the evening you will enjoy your time in the Creek Dhow Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A &amp;#39;Dhow&amp;#39; is a traditional wooden vessel that has been renovated into a floating restaurant that&amp;#39;s why it is one of the most popular dinner cruises in Dubai.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"},{\"IsIncluded\":false,\"Id\":532386,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481830,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"},{\"IsIncluded\":false,\"Id\":5431,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":218155,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Twin Sharing AC Room\"}],\"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\":\"333852\",\"Title\":\"Dubai City Tour &amp; Burj Khalifa Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On the 2nd Day after breakfast you will head for the Dubai City tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed for a sightseeing tour to the Burj Khalifa, world&amp;#39;s tallest tower.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get to the observation deck to enjoy the picturesque view of Dubai.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"},{\"IsIncluded\":false,\"Id\":532386,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481830,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"},{\"IsIncluded\":false,\"Id\":5431,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":218155,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Twin Sharing AC Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3628,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333855\",\"Title\":\" Desert Safari with BBQ Dinner \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Dubai trip can never be completed without a Desert Safari and BBQ Dinner.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dubai desert safari surrounding in the sandy desert is an exciting and electrifying experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Evening Desert Safari grants a thrilling ride over the sand dune, camel ride, and sand boarding.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Before stopping at the desert camp to enjoy an Arabian Feast, the Barbecue dinner buffet is served during the Belly dance, Tanoura Dance and Haridi show.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":213903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"},{\"IsIncluded\":false,\"Id\":532386,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Twin Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481830,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"},{\"IsIncluded\":false,\"Id\":5431,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Twin Sharing AC Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":218155,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Twin Sharing AC 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\":\"333858\",\"Title\":\"Departure from Dubai \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast at Hotel. Check out from Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Keep your luggage at Clock room of the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Full day free for Shopping on your own (No Transport Services for local use from our side)&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return back to hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfer to Airport&amp;nbsp;&lt;\\/p&gt;\\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\":\"46357\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"23204.06\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23204.06\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23204.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":275,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23204.06\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23204.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":275,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23204.06\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23204.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":275,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23204.06\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23204.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":275,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46358\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"27106.56\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27106.56\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27106.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":321.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27106.56\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27106.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":321.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27106.56\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27106.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":321.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27106.56\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27106.56,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":321.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46359\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"33751.36\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33751.36\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33751.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":400,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33751.36\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33751.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":400,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33751.36\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33751.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":400,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33751.36\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33751.36,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":400,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46357\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"20790.84\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20790.84\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":246.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20790.84\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":246.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20790.84\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":246.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20790.84\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20790.84,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":246.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46358\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"24287.48\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24287.48\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24287.48,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":287.84,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24287.48\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24287.48,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":287.84,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24287.48\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24287.48,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":287.84,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24287.48\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24287.48,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":287.84,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46359\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"30241.22\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30241.22\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30241.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":358.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30241.22\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30241.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":358.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30241.22\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30241.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":358.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30241.22\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30241.22,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":358.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"333849\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[333849],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333852\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[333852],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"333855\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[333855],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"333858\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[333858],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates','','8219',20791,33751,3,'98_1672818143_0.jpg,98_1672818143_1.jpeg,98_1672818143_2.jpg',NULL,'[{\"day\":1,\"images\":\"downtown-g979e6e47a_640.jpg\"},{\"day\":2,\"images\":\"dubai-g2fadd6e5b_640.jpg\"},{\"day\":3,\"images\":\"a6.jpg\"},{\"day\":4,\"images\":\"aircraft-g7f685ab8c_640.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'United Arab Emirates','228','2023-09-04 12:55:57','2023-09-04 00:00:00',1,1,'1','1','0','marina dhow cruise, Dubai 2023 Getaway, desert safari, dubai tour package, dubai honeymoon package, dubai packages from india, dubai tour packages from india, cheapest dubai holiday packages, dubai tour packages from delhi, dubai holiday package, Dubai Tour Packages at Best Price111','Dubai 2023 Getaway - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!1111','Book Dubai Tour Packages at Best Price1111',NULL,'dubai-2023-getaway',NULL,NULL,NULL,0),(99,46760,1,35,0,0,0,'Honeymoon,Family,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":46760,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/cambodia-glimpse_1673250259\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Cambodia Tourism&amp;nbsp;is about tropical beaches, historical monuments, lively nightlife, and beautiful countryside.&amp;nbsp;Due to its moderate tropical weather, Cambodia has been attracting thousands of tourists every year. During&amp;nbsp;travel to Cambodia,&amp;nbsp;experiences some of its best days in the cold and dry months from November to February. It is the peak tourist season in Cambodia when the temperature goes down to 20&amp;deg;C making the Cambodia trip experience very pleasant and exciting for the tourists. The city of&amp;nbsp;Phnom Penh, the capital of Cambodia, is a fine specimen of the country&amp;#39;s contemporary culture.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Phnom Penh\",\"DestinationPlacesSysId\":21313,\"SourcePlaces\":\"Siem Reap\",\"SourcePlaceSysId\":25180,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Cambodia Glimpse\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25180,\"Title\":\"Siem Reap\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533581,\"Name\":\"Ta Prohm Hotel and Spa\",\"Star\":\"3.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.3530765\",\"Long\":\"103.8542153\",\"Address\":\"Mondul 1, Svaydangkum Commune, Angkor, Pokambor Ave, Krong Siem Reap, Cambodia\"},\"Images\":{\"Image\":[{\"ImagId\":4826172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_01686133733.jpg\"},{\"ImagId\":4826173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_11686133734.jpg\"},{\"ImagId\":4826174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_21686133734.jpg\"},{\"ImagId\":4826175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_31686133735.jpg\"},{\"ImagId\":4826176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_41686133735.jpg\"}]},\"CityId\":25180,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533581\\/35_53bbd728776fe0910269520c167f9e891686133733.jpg\",\"AccoAminitiesMask\":\"111111111000111101011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":533583,\"Name\":\"HARI Residence & Spa\",\"Star\":\"4.00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.350879\",\"Long\":\"103.8519928\",\"Address\":\"City Center, BBU Road l Old Market Area Siem Reap, Krong Siem Reap 17252, Cambodia\"},\"Images\":{\"Image\":[{\"ImagId\":4825847,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_01684932768.jpg\"},{\"ImagId\":4825848,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_11684932769.jpg\"},{\"ImagId\":4825849,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_21684932769.jpg\"},{\"ImagId\":4825850,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_31684932770.jpg\"},{\"ImagId\":4825851,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_41684932771.jpg\"}]},\"CityId\":25180,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533583\\/35_42fd2f082fb27c827005b465b421e77e1684932768.jpg\",\"AccoAminitiesMask\":\"111111111000110101010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":212952,\"Name\":\"Borei Angkor Resort and Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.359686442494\",\"Long\":\"103.86688917875\",\"Address\":\"National Road 6 Banteay Chas\"},\"Images\":{\"Image\":[{\"ImagId\":4761423,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/906\\/1-Exterior_Lobby_A.jpg\"},{\"ImagId\":4761424,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/914\\/Superior_Double_1_A.jpg\"},{\"ImagId\":4761425,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/922\\/Landmark_Double_1_A.jpg\"},{\"ImagId\":4761426,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/930\\/Royal_Suite_1_A.jpg\"},{\"ImagId\":4761427,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/938\\/Borei_Suite_4_A.jpg\"},{\"ImagId\":4761428,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/946\\/Deluxe_Double_1_A.jpg\"},{\"ImagId\":4761429,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/954\\/Borei_Suite_3_A.jpg\"},{\"ImagId\":4761430,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/962\\/Landmark_Twin_2_A.jpg\"},{\"ImagId\":4761431,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/970\\/1-Landmark_Triple_A.jpg\"},{\"ImagId\":4761432,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/978\\/Superior_Twin_1_A.jpg\"},{\"ImagId\":4761433,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/986\\/Royal_Suite_9_A.jpg\"}]},\"CityId\":25180,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You&amp;apos;ll be centrally located in Siem Reap with a stay at Borei Angkor Resort &amp;amp; Spa, minutes from Miniature Replicas of Angkor&rsquo;s Temples and Shrine to Preah Ang Check and Preah Ang Chom.  This 5-star hotel is within close proximity of Siem Reap Royal Residence and Royal Garden.&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 188 air-conditioned rooms featuring fireplaces and LCD televisions. Your Select Comfort bed comes with down comforters. Rooms have private balconies. Wired and wireless Internet access is complimentary, while DVD players and satellite programming provide entertainment.&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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a health club, an outdoor pool, and a spa tub. Additional features 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 one of the hotel&amp;apos;s 2 restaurants and 2 coffee shops\\/caf&eacute;s, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 3 bars\\/lounges. 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 complimentary high-speed (wired) Internet access, a 24-hour business center, and limo\\/town car service. Planning an event in Siem Reap? This hotel has facilities measuring 4682 square feet (435 square meters), including meeting rooms. A roundtrip airport shuttle is complimentary (available 24 hours).&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/705\\/906\\/1-Exterior_Lobby_A.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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":37839,\"Title\":\"West Baray\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4320874,\"Long\":103.7926475,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37840,\"Title\":\"Wat Thmei\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.3828501,\"Long\":103.8596699,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37841,\"Title\":\"Artisans Angkor\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.3527111,\"Long\":103.8518313,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2553,\"Title\":\"Angkor Thom, Bayon\",\"Description\":\"The Bayon was built during the reign of the famous King Jayavarman VII from the late 12th century to early 13th century. Bayon is located in the heart of Angkor Thom capital city. A Buddhist temple, it is the last mountain temple that was built in the style of Khmer Arts and consecrated to this religion. The Bayon Temple is one of the most famous after Angkor Wat, and millions of tourists come each year to see it.\\r\\nThe Bayon was built nearly 100 years after Angkor Wat. While its basic and earliest structure of the temple are unknown, it is clear that Bayon temple was built on the top of another older monument and that it was not built during a single construction period. The Bayon temple consists of 54 towers which represent the Khmer Empire Period (Angkor period). The main tower is located in the center and called &acirc;&euro;&oelig;the Gold Tower&acirc;&euro;\\u009d showing four faces. The iconography of the four faces represent the Bodhisattva Avalokiteshvara &acirc;&euro;&ldquo; Lokeshvara &acirc;&euro;&ldquo; and they are generally believed to to be the four faces of King Jayavarman VII demonstrating the omnipresence of the king. The faces also symbolize the four smiling faces which are the charming smile, sad smile, glad smile and beautiful smile. In total we have about 200 different faces in our culture.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4413567,\"Long\":103.8588791,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/36_1511846571.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6518,\"Title\":\"Angkor Wat (Angkor Archaeological Park)\",\"Description\":\"Angkor Wat is a temple complex in Cambodia and one of the largest religious monuments in the world, on a site measuring 162.6 hectares. Originally constructed as a Hindu temple dedicated to the god Vishnu for the Khmer Empire, it was gradually transformed into a Buddhist temple towards the end of the 12th century.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4124693,\"Long\":103.8669857,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/Angkor_Wat_(Angkor_Archaeologi_25180_1530771624.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6139,\"Title\":\"The Terrace of the Leper King\",\"Description\":\"The Terrace of the Leper King Preah Lean Sdach Kumlung) is located in the northwest corner of the Royal Square of Angkor Thom, Cambodia.It was built in the Bayon style under Jayavarman VII, though its modern name derives from a 15th-century sculpture discovered at the site. The statue depicts the Hindu god Yama, the god of death.The statue was called the &amp;quot;Leper King&amp;quot; because discolouration and moss growing on it was reminiscent of a person with leprosy, and also because it fit in with a Cambodian legend of an Angkorian king Yasovarman I who had leprosy. The name that the Cambodians know him by, however, is Dharmaraja, as this is what was etched at the bottom of the original statue.The U-shaped structure is thought by some to have been used as a royal cremation site.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530081068.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6138,\"Title\":\"The Elephants Terrace\",\"Description\":\"The Terrace of the Elephants is part of the walled city of Angkor Thom, a ruined temple complex in Cambodia. The terrace was used by Angkor&amp;#039;s king Jayavarman VII as a platform from which to view his victorious returning army. It was attached to the palace of Phimeanakas, of which only a few ruins remain.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530080797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6146,\"Title\":\"Ta Prohm Temple\",\"Description\":\"Ta Prohm,  is the modern name of the temple at Angkor, Siem Reap Province, Cambodia, built in the Bayon style largely in the late 12th and early 13th centuries and originally called Rajavihara . Located approximately one kilometre east of Angkor Thom and on the southern edge of the East Baray, it was founded by the Khmer King Jayavarman VII as a Mahayana Buddhist monastery and university. Unlike most Angkorian temples, Ta Prohm is in much the same condition in which it was found: the photogenic and atmospheric combination of trees growing out of the ruins and the jungle surroundings have made it one of Angkor&#039;s most popular temples with visitors. UNESCO inscribed Ta Prohm on the World Heritage List in 1992. Today, it is one of the most visited complexes in Cambodia&acirc;&euro;&trade;s Angkor region. The conservation and restoration of Ta Prohm is a partnership project of the Archaeological Survey of India and the APSARA (Authority for the Protection and Management of Angkor and the Region of Siem Reap)\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530082222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6137,\"Title\":\"The Royal Enclosure\",\"Description\":\"The Royal Enclosure is  a walled-off area slightly to the north and west of the centre of Angkor Tom and which housed the palace complex of the Angkor kings. The palace itself was constructed of wood so nothing remains except for said surrounding walls which were constructed out of laterite, the sandstone-clad entrance gopuras and some stone lined bathing pools.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/The_Royal_Enclosure_25180_1549447896.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5024,\"Title\":\"Phimeanakas Temple\",\"Description\":\"Phimeanakas at Angkor, Cambodia, is a Hindu temple in the Khleang style, built at the end of the 10th century, during the reign of Rajendravarman, then completed by Suryavarman I in the shape of a three tier pyramid as a Hindu temple. On top of the pyramid there was a tower, while on the edge of top platform there are galleries. Phimeanakas is located inside the walled enclosure of the Royal Palace of Angkor Thom north of Baphuon.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4457149,\"Long\":103.854084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/48_1525932212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5022,\"Title\":\"Bayon Temple\",\"Description\":\"The Bayon is a well-known and richly decorated Khmer temple at Angkor in Cambodia. Built in the late 12th or early 13th century as the official state temple of the Mahayana Buddhist King Jayavarman VII, the Bayon stands at the centre of Jayavarman&#039;s capital, Angkor Thom. Following Jayavarman&#039;s death, it was modified and augmented by later Hindu and Theravada Buddhist kings in accordance with their own religious preferences.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4415592,\"Long\":103.856719,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/48_1525931534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2558,\"Title\":\"Floating Village \",\"Description\":\"The floating villages at Tonle Sap Lake have become something of an interest for tourists visiting Siem Reap. The fascination with people who live in floating houses, travel to floating schools and eat at floating restaurants is quite an attraction for the many visitors that come to Cambodia.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":36.0472398,\"Long\":-85.758302,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/36_1511849074.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37842,\"Title\":\"Wat Bo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":13.3563126,\"Long\":103.8617518,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6505,\"Title\":\"Cambodia National Museum\",\"Description\":\"The traditional Khmer building that houses the national collection was built in 1920. In The extremely bright display of ancient Khmer artistry, with more than 1,800 objects on display, is a must visit for anyone with an interest in Cambodian history. The major highlights of the museum galleries are the Vishnu head excavated near the vast temple complex of Angkor Wat the incredible Angkorian collection, with statues from the temples of Koh Ker and Angkor Thom and the large exhibit of pre-Angkorian artifacts that trace Cambodia&amp;#039;s Funan and Chenla periods.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5655744,\"Long\":104.929212,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Cambodia_National_Museum_21313_1530770226.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6516,\"Title\":\"Independence Monument phnom penh\",\"Description\":\"The patch of grass that intersects Sihanouk and Norodom Boulevards is home to Phnom Penh&amp;#039;s Independence Monument, built to celebrate Cambodia&amp;#039;s independence from French colonial rule in 1953. The sandstone structure represents an Angkorian temple, decorated with nagas (multi-headed snakes). As well as show the nation&amp;#039;s independence, the monument is now also a memorial to Cambodia&amp;#039;s war-dead. Just a short stroll from the monument is the green stretch of Wat Botum Park, where you&amp;#039;ll find the Cambodia-Vietnam Friendship Monument, built in 1979 after Vietnamese forces had defeated the Khmer Rouge.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5563738,\"Long\":104.9282099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Independence_Monument_phnom_pe_21313_1530771240.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6502,\"Title\":\"Royal Palace, Phnom Penh, Cambodia\",\"Description\":\"The highlight of Phnom Penh is the beautiful Royal Palace the seat and residence of Cambodia&amp;#039;s royal family since the 1860s. The spired-roof pavilions of the complex are an excellent example of classic Khmer architecture the Throne Hall area and the Silver sacred building set within manicured gardens  are open to the public for visiting. The Throne Hall was built in 1917, replacing an earlier wooden structure.The Silver sacred building is famed for being the home of the Emerald Buddha statue and a mammoth 90-kilogram Gold Buddha statue studded with thousands of diamonds. The Silver sacred building escaped the brutal destruction of the Khmer Rouge reign and so still contains some beautiful artifacts. The interior ceiling mural depicts the Cambodian epic poem, the Reamker, which is based on the story of the Indian Ramayana.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.563902,\"Long\":104.9312521,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Royal_Palace,_Phnom_Penh,_Camb_21313_1530769995.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6512,\"Title\":\"Russian Market phnom penh\",\"Description\":\"Phnom Penh&amp;#039;s : disorderly and lively Russian Market buzz with local life, and produces some great shopping opportunities as well. You&amp;#039;ll find everything here from tacky souvenirs (much made in neighboring Thailand rather than locally produced) to beautifully-made local wooden handicrafts and Cambodian silks, along with bundles of stalls selling exceedingly cheap clothing. This is not the place to come for some midday browsing, as temperatures increases within the market, so aim for an early morning visit. The market opens for business at 6am. This is also just the place to put your haggling hat on and try out your bargaining skills. The market&amp;#039;s real name is Psar Tuol Tom Pong, but earned its name due to the number of Russian foreign residents of Phnom Penh who used to shop here\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5404653,\"Long\":104.9145999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Russian_Market_phnom_penh_21313_1530770993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6508,\"Title\":\"Tuol Sleng Museum\",\"Description\":\"In the Khmer Rouge&amp;#039;s Security Prison S-21 that some of the regime&amp;#039;s worst torture cruelty were carried out. More than 17,000 people passed through these gates between 1975 and 1978, accused of betraying the revolution in some way. Nearly all prisoners brought here were once themselves members of the Khmer Rouge who were turned on during one of the regime&amp;#039;s many internal purges. The visiting experience is made ever more visceral by the displayed photographic evidence hanging on the walls of the sparse cells next to empty beds. S-21 was exceedingly well-managed by Comrade Duch (the head of the prison) who made sure that extensive records were kept. As the prison was hastily abandoned when the Vietnamese took Phnom Penh in 1979, the detailed notes and photographs have survived.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.549599,\"Long\":104.9176754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Tuol_Sleng_Museum_21313_1530770443.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":21313,\"Title\":\"Phnom Penh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":158004,\"Name\":\"Angkor International Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.5623\",\"Long\":\"104.923\",\"Address\":\"50, Street 148, Sangkat Phsar Kandal I \"},\"Images\":{\"Image\":[{\"ImagId\":3463898,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_2_t.jpg\"},{\"ImagId\":3463899,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_12_t.jpg\"},{\"ImagId\":3463900,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_15_t.jpg\"},{\"ImagId\":3463901,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_18_t.jpg\"},{\"ImagId\":3463902,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_7_t.jpg\"},{\"ImagId\":3463903,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_13_t.jpg\"},{\"ImagId\":3463904,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_3_t.jpg\"},{\"ImagId\":3463905,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_9_t.jpg\"},{\"ImagId\":3463906,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_16_t.jpg\"},{\"ImagId\":3463907,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_19_t.jpg\"},{\"ImagId\":3463908,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_8_t.jpg\"},{\"ImagId\":3463909,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_11_t.jpg\"},{\"ImagId\":3463910,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_14_t.jpg\"},{\"ImagId\":3463911,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_23_t.jpg\"},{\"ImagId\":3463912,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_20_t.jpg\"},{\"ImagId\":3463913,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_31_t.jpg\"},{\"ImagId\":3463914,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_34_t.jpg\"},{\"ImagId\":3463915,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_25_t.jpg\"},{\"ImagId\":3463916,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_32_t.jpg\"},{\"ImagId\":3463917,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_35_t.jpg\"},{\"ImagId\":3463918,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_29_t.jpg\"},{\"ImagId\":3463919,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_36_t.jpg\"},{\"ImagId\":3463920,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_27_t.jpg\"},{\"ImagId\":3463921,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_33_t.jpg\"},{\"ImagId\":3463922,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_38_t.jpg\"},{\"ImagId\":3463923,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_37_t.jpg\"},{\"ImagId\":3463924,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_40_t.jpg\"},{\"ImagId\":3463925,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_43_t.jpg\"},{\"ImagId\":3463926,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_46_t.jpg\"},{\"ImagId\":3463927,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_39_t.jpg\"},{\"ImagId\":3463928,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_42_t.jpg\"},{\"ImagId\":3463929,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_45_t.jpg\"},{\"ImagId\":3463930,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_41_t.jpg\"},{\"ImagId\":3463931,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_47_t.jpg\"},{\"ImagId\":3463932,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_50_t.jpg\"},{\"ImagId\":3463933,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_57_t.jpg\"},{\"ImagId\":3463934,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_61_t.jpg\"},{\"ImagId\":3463935,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_52_t.jpg\"},{\"ImagId\":3463936,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_55_t.jpg\"},{\"ImagId\":3463937,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_58_t.jpg\"},{\"ImagId\":3463938,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_66_t.jpg\"},{\"ImagId\":3463939,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_69_t.jpg\"},{\"ImagId\":3463940,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_51_t.jpg\"},{\"ImagId\":3463941,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_54_t.jpg\"},{\"ImagId\":3463942,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_62_t.jpg\"},{\"ImagId\":3463943,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_65_t.jpg\"},{\"ImagId\":3463944,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_68_t.jpg\"},{\"ImagId\":3463945,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_53_t.jpg\"},{\"ImagId\":3463946,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_56_t.jpg\"},{\"ImagId\":3463947,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_59_t.jpg\"},{\"ImagId\":3463948,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_60_t.jpg\"},{\"ImagId\":3463949,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_63_t.jpg\"},{\"ImagId\":3463950,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_64_t.jpg\"},{\"ImagId\":3463951,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_67_t.jpg\"},{\"ImagId\":3463952,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_71_t.jpg\"},{\"ImagId\":3463953,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_84_t.jpg\"},{\"ImagId\":3463954,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_88_t.jpg\"},{\"ImagId\":3463955,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_91_t.jpg\"},{\"ImagId\":3463956,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_73_t.jpg\"},{\"ImagId\":3463957,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_80_t.jpg\"},{\"ImagId\":3463958,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_85_t.jpg\"},{\"ImagId\":3463959,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_74_t.jpg\"},{\"ImagId\":3463960,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_78_t.jpg\"},{\"ImagId\":3463961,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_82_t.jpg\"},{\"ImagId\":3463962,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_86_t.jpg\"},{\"ImagId\":3463963,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_89_t.jpg\"},{\"ImagId\":3463964,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_75_t.jpg\"},{\"ImagId\":3463965,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_87_t.jpg\"},{\"ImagId\":3463966,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_90_t.jpg\"},{\"ImagId\":3463967,\"Type\":\"Thumbnail\",\"Order\":70,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_95_t.jpg\"},{\"ImagId\":3463968,\"Type\":\"Thumbnail\",\"Order\":71,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_101_t.jpg\"},{\"ImagId\":3463969,\"Type\":\"Thumbnail\",\"Order\":72,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_104_t.jpg\"},{\"ImagId\":3463970,\"Type\":\"Thumbnail\",\"Order\":73,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_107_t.jpg\"},{\"ImagId\":3463971,\"Type\":\"Thumbnail\",\"Order\":74,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_117_t.jpg\"},{\"ImagId\":3463972,\"Type\":\"Thumbnail\",\"Order\":75,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_120_t.jpg\"},{\"ImagId\":3463973,\"Type\":\"Thumbnail\",\"Order\":76,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_123_t.jpg\"},{\"ImagId\":3463974,\"Type\":\"Thumbnail\",\"Order\":77,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_130_t.jpg\"},{\"ImagId\":3463975,\"Type\":\"Thumbnail\",\"Order\":78,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_133_t.jpg\"},{\"ImagId\":3463976,\"Type\":\"Thumbnail\",\"Order\":79,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_136_t.jpg\"},{\"ImagId\":3463977,\"Type\":\"Thumbnail\",\"Order\":80,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_97_t.jpg\"},{\"ImagId\":3463978,\"Type\":\"Thumbnail\",\"Order\":81,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_100_t.jpg\"},{\"ImagId\":3463979,\"Type\":\"Thumbnail\",\"Order\":82,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_103_t.jpg\"},{\"ImagId\":3463980,\"Type\":\"Thumbnail\",\"Order\":83,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_106_t.jpg\"},{\"ImagId\":3463981,\"Type\":\"Thumbnail\",\"Order\":84,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_113_t.jpg\"},{\"ImagId\":3463982,\"Type\":\"Thumbnail\",\"Order\":85,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_98_t.jpg\"},{\"ImagId\":3463983,\"Type\":\"Thumbnail\",\"Order\":86,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_105_t.jpg\"},{\"ImagId\":3463984,\"Type\":\"Thumbnail\",\"Order\":87,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_108_t.jpg\"},{\"ImagId\":3463985,\"Type\":\"Thumbnail\",\"Order\":88,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_111_t.jpg\"},{\"ImagId\":3463986,\"Type\":\"Thumbnail\",\"Order\":89,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_114_t.jpg\"},{\"ImagId\":3463987,\"Type\":\"Thumbnail\",\"Order\":90,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_121_t.jpg\"},{\"ImagId\":3463988,\"Type\":\"Thumbnail\",\"Order\":91,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_124_t.jpg\"},{\"ImagId\":3463989,\"Type\":\"Thumbnail\",\"Order\":92,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_127_t.jpg\"},{\"ImagId\":3463990,\"Type\":\"Thumbnail\",\"Order\":93,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_96_t.jpg\"},{\"ImagId\":3463991,\"Type\":\"Thumbnail\",\"Order\":94,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_99_t.jpg\"},{\"ImagId\":3463992,\"Type\":\"Thumbnail\",\"Order\":95,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_102_t.jpg\"},{\"ImagId\":3463993,\"Type\":\"Thumbnail\",\"Order\":96,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_112_t.jpg\"},{\"ImagId\":3463994,\"Type\":\"Thumbnail\",\"Order\":97,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_115_t.jpg\"},{\"ImagId\":3463995,\"Type\":\"Thumbnail\",\"Order\":98,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_125_t.jpg\"},{\"ImagId\":3463996,\"Type\":\"Thumbnail\",\"Order\":99,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_128_t.jpg\"},{\"ImagId\":3463997,\"Type\":\"Thumbnail\",\"Order\":100,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_131_t.jpg\"},{\"ImagId\":3463998,\"Type\":\"Thumbnail\",\"Order\":101,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_138_t.jpg\"},{\"ImagId\":3463999,\"Type\":\"Thumbnail\",\"Order\":102,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_141_t.jpg\"},{\"ImagId\":3464000,\"Type\":\"Thumbnail\",\"Order\":103,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_144_t.jpg\"},{\"ImagId\":3464001,\"Type\":\"Thumbnail\",\"Order\":104,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_147_t.jpg\"},{\"ImagId\":3464002,\"Type\":\"Thumbnail\",\"Order\":105,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_134_t.jpg\"},{\"ImagId\":3464003,\"Type\":\"Thumbnail\",\"Order\":106,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_137_t.jpg\"},{\"ImagId\":3464004,\"Type\":\"Thumbnail\",\"Order\":107,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_140_t.jpg\"},{\"ImagId\":3464005,\"Type\":\"Thumbnail\",\"Order\":108,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_143_t.jpg\"},{\"ImagId\":3464006,\"Type\":\"Thumbnail\",\"Order\":109,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_116_t.jpg\"},{\"ImagId\":3464007,\"Type\":\"Thumbnail\",\"Order\":110,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_119_t.jpg\"},{\"ImagId\":3464008,\"Type\":\"Thumbnail\",\"Order\":111,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_126_t.jpg\"},{\"ImagId\":3464009,\"Type\":\"Thumbnail\",\"Order\":112,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_129_t.jpg\"},{\"ImagId\":3464010,\"Type\":\"Thumbnail\",\"Order\":113,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_132_t.jpg\"},{\"ImagId\":3464011,\"Type\":\"Thumbnail\",\"Order\":114,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_135_t.jpg\"},{\"ImagId\":3464012,\"Type\":\"Thumbnail\",\"Order\":115,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_142_t.jpg\"},{\"ImagId\":3464013,\"Type\":\"Thumbnail\",\"Order\":116,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_145_t.jpg\"},{\"ImagId\":3464014,\"Type\":\"Thumbnail\",\"Order\":117,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_139_t.jpg\"},{\"ImagId\":3464015,\"Type\":\"Thumbnail\",\"Order\":118,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_146_t.jpg\"}]},\"CityId\":21313,\"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 Angkor International Hotel, you&amp;apos;ll be centrally located in Phnom Penh, steps from Kandal Market and minutes from Wat Ounalom.  This hotel is close to Royal Palace and Tuol Sleng Genocide Museum.&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 80 air-conditioned rooms featuring minibars. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with bathtubs or showers feature designer toiletries and slippers. 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;Pamper yourself with onsite massages or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless Internet access and concierge 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 the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). 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 complimentary high-speed (wired) Internet access, a 24-hour business center, and limo\\/town car service. A shuttle from the airport to the hotel is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6050000\\/6049000\\/6048965\\/6048965_2_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":533587,\"Name\":\"HM Grand Central Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.5612283\",\"Long\":\"104.9231455\",\"Address\":\"#42, Street 208, Village II, Sangkat Beuong Reang, Khan Daun Penh Phnom Penh City, Samdach Chakrei Ponn St. (208), Phnom Penh, Cambodia\"},\"Images\":{\"Image\":[{\"ImagId\":4825842,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_01684931946.jpg\"},{\"ImagId\":4825843,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_11684931946.jpg\"},{\"ImagId\":4825844,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_21684931947.jpg\"},{\"ImagId\":4825845,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_31684931947.jpg\"},{\"ImagId\":4825846,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_41684931948.jpg\"}]},\"CityId\":21313,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533587\\/35_81ac204bf1926cccec0d7b65fb182e9b1684931945.jpg\",\"AccoAminitiesMask\":\"111111100000110101010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Premiere Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":157988,\"Name\":\"Sokha Phnom Penh Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.568543369328\",\"Long\":\"104.93725603307\",\"Address\":\"KeoChenda, Phum 1 Sangkat Chroy Changvar\"},\"Images\":{\"Image\":[{\"ImagId\":3463217,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_108_t.jpg\"},{\"ImagId\":3463218,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_113_t.jpg\"},{\"ImagId\":3463219,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_127_t.jpg\"},{\"ImagId\":3463220,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_145_t.jpg\"},{\"ImagId\":3463221,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_147_t.jpg\"},{\"ImagId\":3463222,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_89_t.jpg\"},{\"ImagId\":3463223,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_150_t.jpg\"},{\"ImagId\":3463224,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_151_t.jpg\"},{\"ImagId\":3463225,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_152_t.jpg\"},{\"ImagId\":3463226,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_153_t.jpg\"},{\"ImagId\":3463227,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_154_t.jpg\"},{\"ImagId\":3463228,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_155_t.jpg\"},{\"ImagId\":3463229,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_157_t.jpg\"},{\"ImagId\":3463230,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_158_t.jpg\"},{\"ImagId\":3463231,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_159_t.jpg\"},{\"ImagId\":3463232,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_161_t.jpg\"},{\"ImagId\":3463233,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_162_t.jpg\"},{\"ImagId\":3463234,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_164_t.jpg\"},{\"ImagId\":3463235,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_165_t.jpg\"},{\"ImagId\":3463236,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_166_t.jpg\"},{\"ImagId\":3463237,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_167_t.jpg\"},{\"ImagId\":3463238,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_168_t.jpg\"},{\"ImagId\":3463239,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_169_t.jpg\"},{\"ImagId\":3463240,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_170_t.jpg\"},{\"ImagId\":3463241,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_171_t.jpg\"},{\"ImagId\":3463242,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_173_t.jpg\"},{\"ImagId\":3463243,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_175_t.jpg\"},{\"ImagId\":3463244,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_176_t.jpg\"},{\"ImagId\":3463245,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_177_t.jpg\"},{\"ImagId\":3463246,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_178_t.jpg\"},{\"ImagId\":3463247,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_179_t.jpg\"},{\"ImagId\":3463248,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_180_t.jpg\"},{\"ImagId\":3463249,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_181_t.jpg\"},{\"ImagId\":3463250,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_183_t.jpg\"},{\"ImagId\":3463251,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_184_t.jpg\"},{\"ImagId\":3463252,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_187_t.jpg\"},{\"ImagId\":3463253,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_188_t.jpg\"},{\"ImagId\":3463254,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_189_t.jpg\"},{\"ImagId\":3463255,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_190_t.jpg\"},{\"ImagId\":3463256,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_191_t.jpg\"},{\"ImagId\":3463257,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_192_t.jpg\"},{\"ImagId\":3463258,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_194_t.jpg\"},{\"ImagId\":3463259,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_195_t.jpg\"},{\"ImagId\":3463260,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_196_t.jpg\"},{\"ImagId\":3463261,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_197_t.jpg\"},{\"ImagId\":3463262,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_199_t.jpg\"},{\"ImagId\":3463263,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_200_t.jpg\"},{\"ImagId\":3463264,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_201_t.jpg\"},{\"ImagId\":3463265,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_202_t.jpg\"},{\"ImagId\":3463266,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_203_t.jpg\"},{\"ImagId\":3463267,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_204_t.jpg\"},{\"ImagId\":3463268,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_205_t.jpg\"},{\"ImagId\":3463269,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_206_t.jpg\"},{\"ImagId\":3463270,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_207_t.jpg\"},{\"ImagId\":3463271,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_208_t.jpg\"},{\"ImagId\":3463272,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_209_t.jpg\"},{\"ImagId\":3463273,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_211_t.jpg\"},{\"ImagId\":3463274,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_212_t.jpg\"},{\"ImagId\":3463275,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_213_t.jpg\"},{\"ImagId\":3463276,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_214_t.jpg\"},{\"ImagId\":3463277,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_215_t.jpg\"},{\"ImagId\":3463278,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_216_t.jpg\"},{\"ImagId\":3463279,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_217_t.jpg\"},{\"ImagId\":3463280,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_218_t.jpg\"},{\"ImagId\":3463281,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_219_t.jpg\"},{\"ImagId\":3463282,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_220_t.jpg\"},{\"ImagId\":3463283,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_221_t.jpg\"},{\"ImagId\":3463284,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_222_t.jpg\"},{\"ImagId\":3463285,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_223_t.jpg\"},{\"ImagId\":3463286,\"Type\":\"Thumbnail\",\"Order\":70,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_224_t.jpg\"},{\"ImagId\":3463287,\"Type\":\"Thumbnail\",\"Order\":71,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_225_t.jpg\"},{\"ImagId\":3463288,\"Type\":\"Thumbnail\",\"Order\":72,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_226_t.jpg\"},{\"ImagId\":3463289,\"Type\":\"Thumbnail\",\"Order\":73,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_227_t.jpg\"},{\"ImagId\":3463290,\"Type\":\"Thumbnail\",\"Order\":74,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_228_t.jpg\"},{\"ImagId\":3463291,\"Type\":\"Thumbnail\",\"Order\":75,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_229_t.jpg\"},{\"ImagId\":3463292,\"Type\":\"Thumbnail\",\"Order\":76,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_231_t.jpg\"},{\"ImagId\":3463293,\"Type\":\"Thumbnail\",\"Order\":77,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_232_t.jpg\"},{\"ImagId\":3463294,\"Type\":\"Thumbnail\",\"Order\":78,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_233_t.jpg\"},{\"ImagId\":3463295,\"Type\":\"Thumbnail\",\"Order\":79,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_234_t.jpg\"},{\"ImagId\":3463296,\"Type\":\"Thumbnail\",\"Order\":80,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_235_t.jpg\"},{\"ImagId\":3463297,\"Type\":\"Thumbnail\",\"Order\":81,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_237_t.jpg\"},{\"ImagId\":3463298,\"Type\":\"Thumbnail\",\"Order\":82,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_238_t.jpg\"},{\"ImagId\":3463299,\"Type\":\"Thumbnail\",\"Order\":83,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_239_t.jpg\"},{\"ImagId\":3463300,\"Type\":\"Thumbnail\",\"Order\":84,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_240_t.jpg\"},{\"ImagId\":3463301,\"Type\":\"Thumbnail\",\"Order\":85,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_244_t.jpg\"},{\"ImagId\":3463302,\"Type\":\"Thumbnail\",\"Order\":86,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_245_t.jpg\"},{\"ImagId\":3463303,\"Type\":\"Thumbnail\",\"Order\":87,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_246_t.jpg\"},{\"ImagId\":3463304,\"Type\":\"Thumbnail\",\"Order\":88,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_249_t.jpg\"},{\"ImagId\":3463305,\"Type\":\"Thumbnail\",\"Order\":89,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/8cb4228f_t.jpg\"},{\"ImagId\":3463306,\"Type\":\"Thumbnail\",\"Order\":90,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/20f56136_t.jpg\"},{\"ImagId\":3463307,\"Type\":\"Thumbnail\",\"Order\":91,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/388ab98d_t.jpg\"},{\"ImagId\":3463308,\"Type\":\"Thumbnail\",\"Order\":92,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/8b6d50be_t.jpg\"},{\"ImagId\":3463309,\"Type\":\"Thumbnail\",\"Order\":93,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/ebe8ef28_t.jpg\"},{\"ImagId\":3463310,\"Type\":\"Thumbnail\",\"Order\":94,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/5810dac7_t.jpg\"},{\"ImagId\":3463311,\"Type\":\"Thumbnail\",\"Order\":95,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/7ea01ef2_t.jpg\"},{\"ImagId\":3463312,\"Type\":\"Thumbnail\",\"Order\":96,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/7f74a88e_t.jpg\"},{\"ImagId\":3463313,\"Type\":\"Thumbnail\",\"Order\":97,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/b58a658f_t.jpg\"},{\"ImagId\":3463314,\"Type\":\"Thumbnail\",\"Order\":98,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/c9c93366_t.jpg\"},{\"ImagId\":3463315,\"Type\":\"Thumbnail\",\"Order\":99,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/82f15859_t.jpg\"},{\"ImagId\":3463316,\"Type\":\"Thumbnail\",\"Order\":100,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/a7d1fe49_t.jpg\"},{\"ImagId\":3463317,\"Type\":\"Thumbnail\",\"Order\":101,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/d1235c59_t.jpg\"}]},\"CityId\":21313,\"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 Sokha Phnom Penh Hotel in Phnom Penh (Riverside), you&amp;apos;ll be minutes from Riverfront Park and Royal Palace.  This 4.5-star hotel is within close proximity of Wat Ounalom and Kandal Market.&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 549 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with separate bathtubs and showers feature designer 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as a nightclub, outdoor tennis courts, and a health club. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride on the complimentary shuttle, which operates within 5 km.&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 one of the hotel&amp;apos;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 a refreshing drink from a poolside bar or one of the 3 bars\\/lounges.&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, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Planning an event in Phnom Penh? This hotel has 9677 square feet (899 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9020000\\/9017400\\/9017309\\/9017309_108_t.jpg\",\"AccoAminitiesMask\":\"110111100001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":37839,\"Title\":\"West Baray\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4320874,\"Long\":103.7926475,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37840,\"Title\":\"Wat Thmei\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.3828501,\"Long\":103.8596699,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37841,\"Title\":\"Artisans Angkor\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.3527111,\"Long\":103.8518313,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2553,\"Title\":\"Angkor Thom, Bayon\",\"Description\":\"The Bayon was built during the reign of the famous King Jayavarman VII from the late 12th century to early 13th century. Bayon is located in the heart of Angkor Thom capital city. A Buddhist temple, it is the last mountain temple that was built in the style of Khmer Arts and consecrated to this religion. The Bayon Temple is one of the most famous after Angkor Wat, and millions of tourists come each year to see it.\\r\\nThe Bayon was built nearly 100 years after Angkor Wat. While its basic and earliest structure of the temple are unknown, it is clear that Bayon temple was built on the top of another older monument and that it was not built during a single construction period. The Bayon temple consists of 54 towers which represent the Khmer Empire Period (Angkor period). The main tower is located in the center and called &acirc;&euro;&oelig;the Gold Tower&acirc;&euro;\\u009d showing four faces. The iconography of the four faces represent the Bodhisattva Avalokiteshvara &acirc;&euro;&ldquo; Lokeshvara &acirc;&euro;&ldquo; and they are generally believed to to be the four faces of King Jayavarman VII demonstrating the omnipresence of the king. The faces also symbolize the four smiling faces which are the charming smile, sad smile, glad smile and beautiful smile. In total we have about 200 different faces in our culture.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4413567,\"Long\":103.8588791,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/36_1511846571.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6518,\"Title\":\"Angkor Wat (Angkor Archaeological Park)\",\"Description\":\"Angkor Wat is a temple complex in Cambodia and one of the largest religious monuments in the world, on a site measuring 162.6 hectares. Originally constructed as a Hindu temple dedicated to the god Vishnu for the Khmer Empire, it was gradually transformed into a Buddhist temple towards the end of the 12th century.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4124693,\"Long\":103.8669857,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/Angkor_Wat_(Angkor_Archaeologi_25180_1530771624.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6139,\"Title\":\"The Terrace of the Leper King\",\"Description\":\"The Terrace of the Leper King Preah Lean Sdach Kumlung) is located in the northwest corner of the Royal Square of Angkor Thom, Cambodia.It was built in the Bayon style under Jayavarman VII, though its modern name derives from a 15th-century sculpture discovered at the site. The statue depicts the Hindu god Yama, the god of death.The statue was called the &amp;quot;Leper King&amp;quot; because discolouration and moss growing on it was reminiscent of a person with leprosy, and also because it fit in with a Cambodian legend of an Angkorian king Yasovarman I who had leprosy. The name that the Cambodians know him by, however, is Dharmaraja, as this is what was etched at the bottom of the original statue.The U-shaped structure is thought by some to have been used as a royal cremation site.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530081068.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6138,\"Title\":\"The Elephants Terrace\",\"Description\":\"The Terrace of the Elephants is part of the walled city of Angkor Thom, a ruined temple complex in Cambodia. The terrace was used by Angkor&amp;#039;s king Jayavarman VII as a platform from which to view his victorious returning army. It was attached to the palace of Phimeanakas, of which only a few ruins remain.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530080797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6146,\"Title\":\"Ta Prohm Temple\",\"Description\":\"Ta Prohm,  is the modern name of the temple at Angkor, Siem Reap Province, Cambodia, built in the Bayon style largely in the late 12th and early 13th centuries and originally called Rajavihara . Located approximately one kilometre east of Angkor Thom and on the southern edge of the East Baray, it was founded by the Khmer King Jayavarman VII as a Mahayana Buddhist monastery and university. Unlike most Angkorian temples, Ta Prohm is in much the same condition in which it was found: the photogenic and atmospheric combination of trees growing out of the ruins and the jungle surroundings have made it one of Angkor&#039;s most popular temples with visitors. UNESCO inscribed Ta Prohm on the World Heritage List in 1992. Today, it is one of the most visited complexes in Cambodia&acirc;&euro;&trade;s Angkor region. The conservation and restoration of Ta Prohm is a partnership project of the Archaeological Survey of India and the APSARA (Authority for the Protection and Management of Angkor and the Region of Siem Reap)\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/130_1530082222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6137,\"Title\":\"The Royal Enclosure\",\"Description\":\"The Royal Enclosure is  a walled-off area slightly to the north and west of the centre of Angkor Tom and which housed the palace complex of the Angkor kings. The palace itself was constructed of wood so nothing remains except for said surrounding walls which were constructed out of laterite, the sandstone-clad entrance gopuras and some stone lined bathing pools.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/The_Royal_Enclosure_25180_1549447896.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5024,\"Title\":\"Phimeanakas Temple\",\"Description\":\"Phimeanakas at Angkor, Cambodia, is a Hindu temple in the Khleang style, built at the end of the 10th century, during the reign of Rajendravarman, then completed by Suryavarman I in the shape of a three tier pyramid as a Hindu temple. On top of the pyramid there was a tower, while on the edge of top platform there are galleries. Phimeanakas is located inside the walled enclosure of the Royal Palace of Angkor Thom north of Baphuon.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4457149,\"Long\":103.854084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/48_1525932212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5022,\"Title\":\"Bayon Temple\",\"Description\":\"The Bayon is a well-known and richly decorated Khmer temple at Angkor in Cambodia. Built in the late 12th or early 13th century as the official state temple of the Mahayana Buddhist King Jayavarman VII, the Bayon stands at the centre of Jayavarman&#039;s capital, Angkor Thom. Following Jayavarman&#039;s death, it was modified and augmented by later Hindu and Theravada Buddhist kings in accordance with their own religious preferences.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":13.4415592,\"Long\":103.856719,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/48_1525931534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2558,\"Title\":\"Floating Village \",\"Description\":\"The floating villages at Tonle Sap Lake have become something of an interest for tourists visiting Siem Reap. The fascination with people who live in floating houses, travel to floating schools and eat at floating restaurants is quite an attraction for the many visitors that come to Cambodia.\",\"CurrencyType\":0,\"CityId\":25180,\"CityName\":\"Siem Reap\",\"Lat\":36.0472398,\"Long\":-85.758302,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25180\\/sightseeing\\/36_1511849074.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37842,\"Title\":\"Wat Bo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":13.3563126,\"Long\":103.8617518,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6505,\"Title\":\"Cambodia National Museum\",\"Description\":\"The traditional Khmer building that houses the national collection was built in 1920. In The extremely bright display of ancient Khmer artistry, with more than 1,800 objects on display, is a must visit for anyone with an interest in Cambodian history. The major highlights of the museum galleries are the Vishnu head excavated near the vast temple complex of Angkor Wat the incredible Angkorian collection, with statues from the temples of Koh Ker and Angkor Thom and the large exhibit of pre-Angkorian artifacts that trace Cambodia&amp;#039;s Funan and Chenla periods.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5655744,\"Long\":104.929212,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Cambodia_National_Museum_21313_1530770226.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6516,\"Title\":\"Independence Monument phnom penh\",\"Description\":\"The patch of grass that intersects Sihanouk and Norodom Boulevards is home to Phnom Penh&amp;#039;s Independence Monument, built to celebrate Cambodia&amp;#039;s independence from French colonial rule in 1953. The sandstone structure represents an Angkorian temple, decorated with nagas (multi-headed snakes). As well as show the nation&amp;#039;s independence, the monument is now also a memorial to Cambodia&amp;#039;s war-dead. Just a short stroll from the monument is the green stretch of Wat Botum Park, where you&amp;#039;ll find the Cambodia-Vietnam Friendship Monument, built in 1979 after Vietnamese forces had defeated the Khmer Rouge.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5563738,\"Long\":104.9282099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Independence_Monument_phnom_pe_21313_1530771240.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6502,\"Title\":\"Royal Palace, Phnom Penh, Cambodia\",\"Description\":\"The highlight of Phnom Penh is the beautiful Royal Palace the seat and residence of Cambodia&amp;#039;s royal family since the 1860s. The spired-roof pavilions of the complex are an excellent example of classic Khmer architecture the Throne Hall area and the Silver sacred building set within manicured gardens  are open to the public for visiting. The Throne Hall was built in 1917, replacing an earlier wooden structure.The Silver sacred building is famed for being the home of the Emerald Buddha statue and a mammoth 90-kilogram Gold Buddha statue studded with thousands of diamonds. The Silver sacred building escaped the brutal destruction of the Khmer Rouge reign and so still contains some beautiful artifacts. The interior ceiling mural depicts the Cambodian epic poem, the Reamker, which is based on the story of the Indian Ramayana.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.563902,\"Long\":104.9312521,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Royal_Palace,_Phnom_Penh,_Camb_21313_1530769995.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6512,\"Title\":\"Russian Market phnom penh\",\"Description\":\"Phnom Penh&amp;#039;s : disorderly and lively Russian Market buzz with local life, and produces some great shopping opportunities as well. You&amp;#039;ll find everything here from tacky souvenirs (much made in neighboring Thailand rather than locally produced) to beautifully-made local wooden handicrafts and Cambodian silks, along with bundles of stalls selling exceedingly cheap clothing. This is not the place to come for some midday browsing, as temperatures increases within the market, so aim for an early morning visit. The market opens for business at 6am. This is also just the place to put your haggling hat on and try out your bargaining skills. The market&amp;#039;s real name is Psar Tuol Tom Pong, but earned its name due to the number of Russian foreign residents of Phnom Penh who used to shop here\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.5404653,\"Long\":104.9145999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Russian_Market_phnom_penh_21313_1530770993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6508,\"Title\":\"Tuol Sleng Museum\",\"Description\":\"In the Khmer Rouge&amp;#039;s Security Prison S-21 that some of the regime&amp;#039;s worst torture cruelty were carried out. More than 17,000 people passed through these gates between 1975 and 1978, accused of betraying the revolution in some way. Nearly all prisoners brought here were once themselves members of the Khmer Rouge who were turned on during one of the regime&amp;#039;s many internal purges. The visiting experience is made ever more visceral by the displayed photographic evidence hanging on the walls of the sparse cells next to empty beds. S-21 was exceedingly well-managed by Comrade Duch (the head of the prison) who made sure that extensive records were kept. As the prison was hastily abandoned when the Vietnamese took Phnom Penh in 1979, the detailed notes and photographs have survived.\",\"CurrencyType\":0,\"CityId\":21313,\"CityName\":\"Phnom Penh\",\"Lat\":11.549599,\"Long\":104.9176754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21313\\/sightseeing\\/Tuol_Sleng_Museum_21313_1530770443.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"336497\",\"Title\":\"SIEM REAP ARRIVAL- VISIT SIEM REAP @ NOON NIGHT\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival at airport you will be met and transferred to the hotel by our local representative.&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then visit West Baray Big Pond, a &amp;ldquo;baray&amp;rdquo; is a water reservoir built by the ancient Khmer people.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then turn to Wat Thmei (Killing Field) contains a unique glass-walled stupa containing the bones of victims of the Khmer Rouge. Some of the bones were recovered from a nearby well while others are the remains of soldiers who died on a nearby battlefield.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Come back to visit the &amp;quot;Les Artisans d&amp;#39;Angkor &amp;ndash; Chantiers Ecole&amp;quot; the Finest Authentic Khmer Arts and Crafts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome buffet dinner with Apsara Dance Show (at your own account).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel in Siem Reap.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25180,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533581,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":533583,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":212952,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37839,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37840,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37841,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336500\",\"Title\":\"FULLDAY ANGKOR TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready to explore South Gate of Angkor Thom known as Big Angkor, 3km walled and moated royal city&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The famous Bayon Temple was an architectural muddle, in part because it was constructed in a somewhat piecemeal fashion for over a century.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Terrace of the Elephants is an impressive, two and a half meter tall, 300-meter-long terrace wall adorned with carved elephants and gradual that spans the heart of Angkor Thom in front of Baphuon - huge temple mountain in the heart of Angkor Thom, Royal Palace Area and Phimeanakas - impressive rite and sandstone pyramid.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Terrace of the Leper King is at the north end of the Terrace of the Elephants, a double terrace wall with deeply carved nag as, demons and other mythological beings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Last you will visit Ta Prohm temple which is a wonderful combination of human genius and natural beauty. Giant trees have grown here for centuries.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Afternoon visit Angkor Wat temple, the founder of the temple was Suryavarman II who reined Cambodia from 1113 to 1152 and built the five towers in the 12th century to dedicate to the Hindu God Vishnu. The plan of the pyramidal conception of the temple combined with spaces, alleys, ditches is an ancient masterpiece of architectural design and construction .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time to have funny time at bars and pubs at Angkor night market.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel in Siem Reap.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25180,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533581,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":533583,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":212952,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2553,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6518,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6139,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6138,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6146,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6137,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5024,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336503\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25180,\"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\":\"336506\",\"Title\":\" SIEM REAP VISIT - EXPRESS BUS TP PHNOM PENH\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast visit Floating Villages, located 10 kilometers south of Siem Reap.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take a ride in a traditional wooden boat on the Tonle Sap, the &amp;quot;Great Lake&amp;quot; of Cambodia and the largest in Asia. Here you&amp;rsquo;ll see plenty of examples of the Khmer way of life on the Tonle Sap.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then visit Wat Bo founded in the 18th century, a highly respected pagoda contains very unique wall paintings of the Reamker (Ramayana) that are said to be late 19th century and Local Market.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at local restaurant (at your own account) before heading to BUS STATION for shuttle bus departure to Phnom Penh (If you prefer taking the flight for route Siem Reap -Phnom Penh, please see below for our surcharge)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome to Phnom Penh &amp;ndash; the city retains its traditional Khmer and colonial styles with French villas and large tree-line sidewalk. .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel in Phnom Penh.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21313,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":158004,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":533587,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premiere Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":157988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2558,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37842,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336509\",\"Title\":\"FULL DAY PHNOM PENH TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast visit the impressive colourful Khmer-style royal palace complex build in 1866 by the Predecessors of King Norodom.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nearby is Silver pagoda (the emerald Buddha temple), where contain plenty of Buddha Statues decorated and made by gold, diamond, gemstone and silver.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We will stop at Independence monument and explore the National museum; a beautiful Khmer architecture building contains more than 5000 art antiques made by bronze, wood, gold, silver, copper, sandstone and others.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We pass through the river-front park where 4 rivers met at a junction include mystical Mekong.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walk up to sacred hill Phnom Daun Penh &amp;ndash; also the name of a pagoda and name of the capital nowadays.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Afternoon we continue to Tuol Sleng prison now is Genocide Museum, the most secret part of the Khmer Rouge regime. It&amp;rsquo;s also called S-21 (abbreviated for Security Office 21), a Khmer Rouge&amp;#39;s premier security camp, specifically designed for the interrogation and extermination of anti-Angkor elements.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave the relics of the bad history of Cambodia we will have lunch (at your own cost) before going shopping around Russian market, enjoy the bustling daily activities of the locals.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel in Phnom Penh.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21313,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":158004,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":533587,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premiere Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":157988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6505,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6516,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6502,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6512,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6508,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336512\",\"Title\":\"PHNOM PENH DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;This morning after breakfast check out from hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to airport for your flight back home or your next destination.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of trip.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21313,\"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\":\"46760\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"25802.91\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":19739,\"priceDoubleOcc\":\"25802.91\",\"priceSingleOcc\":33413.84,\"priceExtraBed\":\"7610.93\",\"priceWithoutBed\":\"7610.93\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25802.91,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":90.2,\"CEB\":90.2,\"COSTDO\":305.8,\"COSTSO\":396,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":90.2,\"COSTTO\":90.2},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":20296,\"priceDoubleOcc\":\"26638.26\",\"priceSingleOcc\":34249.19,\"priceExtraBed\":\"7610.93\",\"priceWithoutBed\":\"7610.93\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26638.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":90.2,\"CEB\":90.2,\"COSTDO\":315.7,\"COSTSO\":405.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":90.2,\"COSTTO\":90.2},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":23885,\"priceDoubleOcc\":\"32021.60\",\"priceSingleOcc\":39632.53,\"priceExtraBed\":\"7610.93\",\"priceWithoutBed\":\"7610.93\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32021.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":90.2,\"CEB\":90.2,\"COSTDO\":379.5,\"COSTSO\":469.7,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":90.2,\"COSTTO\":90.2},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":27288,\"priceDoubleOcc\":\"37126.50\",\"priceSingleOcc\":44737.43,\"priceExtraBed\":\"7610.93\",\"priceWithoutBed\":\"7610.93\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37126.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":90.2,\"CEB\":90.2,\"COSTDO\":440,\"COSTSO\":530.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":90.2,\"COSTTO\":90.2}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46761\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"28401.77\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28401.77\",\"priceSingleOcc\":39075.64,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28401.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":336.6,\"COSTSO\":463.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29144.30\",\"priceSingleOcc\":39818.17,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29144.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":345.4,\"COSTSO\":471.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34434.82\",\"priceSingleOcc\":45108.69,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34434.82,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":408.1,\"COSTSO\":534.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39818.16\",\"priceSingleOcc\":50492.030000000006,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39818.16,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":471.9,\"COSTSO\":598.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46762\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"41396.04\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41396.04\",\"priceSingleOcc\":65342.630000000005,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41396.04,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":490.6,\"COSTSO\":774.4,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"42138.57\",\"priceSingleOcc\":66085.16,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42138.57,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":499.4,\"COSTSO\":783.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47429.10\",\"priceSingleOcc\":71375.69,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47429.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":562.1,\"COSTSO\":845.9,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53090.88\",\"priceSingleOcc\":77037.47,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53090.88,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":629.2,\"COSTSO\":913,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"336497\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[336497],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"336500\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[336500],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336503\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336503],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"336506\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336506],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336509\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[336509],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336512\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[336512],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Siem Reap,Phnom Penh','Siem Reap,South East Asia,Cambodia,Orient,Phnom Penh','','25180,21313',25803,53091,4,'99_1673252914_0.jpg,99_1673252914_1.jpg,99_1673252914_2.jpg,99_1673252914_3.jpg,99_1673252914_4.jpg',NULL,'[{\"day\":1,\"images\":\"pexels-monyserei-ra-12098898.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Cambodia','37','2023-09-04 12:51:13','2023-09-04 00:00:00',1,1,'1','1','0','Book Cambodia tour packages from India, Cambodia Tour Packages, Book 4N 5D Cambodia Tour Packages, Book Cambodia tour packages from India , Tour Packages, Holiday Packages','Explore Cambodia – Book 4N 5D Cambodia Tour Packages from India with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book 4N 5D Cambodia Tour Packages From India',NULL,'cambodia-glimpse',NULL,NULL,NULL,0),(100,46806,1,35,1,0,0,'Honeymoon,Beach,Family,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":46806,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/delight-krabi-phuket-with-flights_1673264648\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Phuket is Thailand&amp;#39;s largest island and one of the most popular tourist destinations in Southeast Asia. This island is rich in natural resources and has the perfect weather for agriculture while providing colorful tropical vistas. The terrain is varied supporting a variety of plants and animals, addition to agricultural.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Phuket\",\"DestinationPlacesSysId\":21319,\"SourcePlaces\":\"Phuket\",\"SourcePlaceSysId\":21319,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Delight Krabi and Phuket \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,All Transfers\",\"PackageType\":\"Honeymoon,Beach,Family,Day Tour\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533655,\"Name\":\"Centra by Centara Phu Pano Resort Krabi\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.0358273\",\"Long\":\"98.8348936\",\"Address\":\"879 Moo 2, Soi Ao Nang 11, Krabi, 81180, Thailand\"},\"Images\":{\"Image\":[{\"ImagId\":4825837,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_01684930542.jpg\"},{\"ImagId\":4825838,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_11684930543.jpg\"},{\"ImagId\":4825839,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_21684930543.jpg\"},{\"ImagId\":4825840,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_31684930544.jpg\"},{\"ImagId\":4825841,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_41684930544.jpg\"}]},\"CityId\":14466,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533655\\/35_f8fd4e484ffae5cae04d89d8a6bfbf271684930542.jpg\",\"AccoAminitiesMask\":\"111110101000110101010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":26762,\"Title\":\"Four Island Tours\",\"Description\":\"A must visit Sightseeing and Activity in Krabi. Enjoy the Exciting Island Hopping to the tropical hot spots in the Krabi Sea which includes: Phra Nang Cave, Tup Isl., Chicken Isl. and Poda Isl. Enjoy the Swimming, snorkeling, sunbathing, exploring and photography are the main activities to enjoy which are not included in the package cost but guests can enjoy at their own.\\r\\nExpect plenty of sun, a rich variety of corals and fishes, crystal clear waters and white powdery sand beaches,\\r\\n lined with coconut palms. Fast and fun.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Four_Island_Tours_14466_1652617224.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3836,\"Title\":\"Koh Khai Islands\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.8911825,\"Long\":98.5154646,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Koh_Khai_Islands_21319_1519387120.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37892,\"Title\":\"Koh Poda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":7.971022499999999,\"Long\":98.80940400000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":28528,\"Title\":\"Phi Phi Island Tour By Big Boat\",\"Description\":\"Enjoy this tour with a view of lush limestone peaks rise from the tropical sea. You will see some of the most popular destinations by a Big Boat including Maya Bay, the Monkey Beach (famous for its cheeky namesake residents) and Viking Cave while discovering this tropical island. \\r\\n\\r\\nThe Colourful marine life will provide you with an experience that will leave a forever imprint in your mind for years to come.\\r\\n\\r\\nOne can also opt for activities like swimming, snorkeling and superb diving.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Phi_Phi_Island_Tour_By_Big_Boa_14466_1658899909.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":28840,\"Title\":\"James Bond Island, Thailand\",\"Description\":\"The islands are limestone karst towers and are a part of Ao Phang Nga National Park. Since 1974, when they were featured in the James Bond movie The Man with the Golden Gun, Khao Phing Kan and Ko Ta Pu &amp;ndash; both separately and collectively &amp;ndash; have been popularly called James Bond Island.\\r\\nBased on your Itinerary you may have the choice of kayaking, swimming, and a buffet lunch on the boat or can do at your own.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/James_Bond_Island,_Thailand_21319_1659486810.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3799,\"Title\":\"Phang Nga Bay\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.2445516,\"Long\":98.5635062,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phang_Nga_Bay_21319_1519365764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37901,\"Title\":\"Ko Tapu (James Bond Island)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.2742912,\"Long\":98.5007928,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37902,\"Title\":\"Ko Panyi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.359446,\"Long\":98.5171802,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37903,\"Title\":\"The Naka Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.057352999999997,\"Long\":98.458411,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37904,\"Title\":\"Monkey Cave\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.4288543,\"Long\":98.47181379999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533660,\"Name\":\"Nap Patong\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.899834700000001\",\"Long\":\"98.29898639999999\",\"Address\":\"5\\/56 Haad Patong Road, Pa Tong, Kathu District, Phuket 83150, Thailand\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111111111000110100011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":26762,\"Title\":\"Four Island Tours\",\"Description\":\"A must visit Sightseeing and Activity in Krabi. Enjoy the Exciting Island Hopping to the tropical hot spots in the Krabi Sea which includes: Phra Nang Cave, Tup Isl., Chicken Isl. and Poda Isl. Enjoy the Swimming, snorkeling, sunbathing, exploring and photography are the main activities to enjoy which are not included in the package cost but guests can enjoy at their own.\\r\\nExpect plenty of sun, a rich variety of corals and fishes, crystal clear waters and white powdery sand beaches,\\r\\n lined with coconut palms. Fast and fun.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Four_Island_Tours_14466_1652617224.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3836,\"Title\":\"Koh Khai Islands\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.8911825,\"Long\":98.5154646,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Koh_Khai_Islands_21319_1519387120.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37892,\"Title\":\"Koh Poda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":7.971022499999999,\"Long\":98.80940400000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":28528,\"Title\":\"Phi Phi Island Tour By Big Boat\",\"Description\":\"Enjoy this tour with a view of lush limestone peaks rise from the tropical sea. You will see some of the most popular destinations by a Big Boat including Maya Bay, the Monkey Beach (famous for its cheeky namesake residents) and Viking Cave while discovering this tropical island. \\r\\n\\r\\nThe Colourful marine life will provide you with an experience that will leave a forever imprint in your mind for years to come.\\r\\n\\r\\nOne can also opt for activities like swimming, snorkeling and superb diving.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Phi_Phi_Island_Tour_By_Big_Boa_14466_1658899909.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":28840,\"Title\":\"James Bond Island, Thailand\",\"Description\":\"The islands are limestone karst towers and are a part of Ao Phang Nga National Park. Since 1974, when they were featured in the James Bond movie The Man with the Golden Gun, Khao Phing Kan and Ko Ta Pu &amp;ndash; both separately and collectively &amp;ndash; have been popularly called James Bond Island.\\r\\nBased on your Itinerary you may have the choice of kayaking, swimming, and a buffet lunch on the boat or can do at your own.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/James_Bond_Island,_Thailand_21319_1659486810.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3799,\"Title\":\"Phang Nga Bay\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.2445516,\"Long\":98.5635062,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phang_Nga_Bay_21319_1519365764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37901,\"Title\":\"Ko Tapu (James Bond Island)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.2742912,\"Long\":98.5007928,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37902,\"Title\":\"Ko Panyi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.359446,\"Long\":98.5171802,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37903,\"Title\":\"The Naka Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.057352999999997,\"Long\":98.458411,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37904,\"Title\":\"Monkey Cave\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":8.4288543,\"Long\":98.47181379999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"336774\",\"Title\":\"Arrival at Phuket - Transfer to Krabi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon arrival at Phuket Airport, meet our local tour coordinator who will meet and greet you at the specified area and transfer you to your Krabi hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in to your hotel (Standard Check in time: 1400 - 1500 hours) and relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is free at your own leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening you can go out and get acquainted to your nearby areas and relish some freshly made cuisines at local seaside restaurants.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later return to hotel and sleep relaxed.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533655,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior 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\":\"336775\",\"Title\":\"Krabi Four Island Tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, proceed for Krabi Four Island Day Trip.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the islands of Koh Tup, Koh Gai, Koh Poda and Phra Nang Cave Beach via boat on this day trip from Krabi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Start your day trip in the morning by first going to the scenic Koh Tup Island, famed for its tidal sandbank.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wonder at the unique formation of shoals and picturesque coastline.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next, head over to Koh Gai Island, also known as Chicken Island for its similar appearance to the head of a chicken. Here dive into the exquisite, azure water for a swim or go snorkelling to closely observe the variety of sea creatures.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Break for a delicious picnic lunch at Koh Poda Island and take time to relax on the white sandy beach, snooze in the sun, and observe the stunning scenery.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your last stop is at the breathtaking Phra Nang Cave Beach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the grotto caves, watch as daring climbers ascend the rocks, and swim in the warm waters inside the caves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533655,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":26762,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3836,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37892,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336776\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"336777\",\"Title\":\"Transfer from Krabi to Phuket\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Take your fill at breakfast early morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pack your bags and check out from the hotel. Today we bid goodbye to Krabi and further our vacation to a much more exotic destination - Phuket.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at Phuket, check in to your hotel (Standard Check in time: 1400 - 1500 hours) and relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is free at your own leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening you can go out and get acquainted to your nearby areas and relish some freshly made cuisines at local seaside restaurants.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later return to hotel and sleep relaxed.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533660,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"336778\",\"Title\":\"Full Day Phi Phi Island Tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will start for the Phi Phi Island Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;This is the most popular tour-experience in Thailand, and a &amp;#39;must&amp;#39; for first-time visitors to the Land of Smiles.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breathtaking limestone cliffs rise straight out of the emerald green water.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Phi Phi&amp;#39;s are 40 kilometers southeast of Phuket in the Andaman Sea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The six islands include Phi Phi Don &amp;ndash; home to the bohemian town of Phi Phi Islands, and Phi Phi Leh &amp;ndash; site of the spectacular Maya Bay which is famous for its role in the movie &amp;ldquo;The Beach&amp;rdquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The islands are laced with occasional powdery white beaches and coral reefs teeming with exotic life.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;They beckon you to unforgettable swimming and snorkeling in the clear tropical waters(National Park fees 400THB not included).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A tour of Phi Phi presents you with great sightseeing and chances to take a plunge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You&amp;#39;ll see Maya Bay, Loh Samah Bay, Pileh Cove, Viking Cave and Monkey Beach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later return to hotel and sleep relaxed.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533660,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":28528,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336779\",\"Title\":\"James Bond Island With Transfers And Lunch\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will start for the James Bond Island Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cruise along the beautiful Phang Nga Bay and discover the famous James Bond Island.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The amazing and stunning stone rock of Ko Tapu is a tall islet that spans looms over 20 metres (66 feet) above sea level.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rock was the filming site for the 1974 James Bond film, The Man with the Golden Gun.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Afterwards, travel to Talu Island by canoe (at extra cost) and explore its sea caves with experienced paddlers as your guide.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Glide through the waterways of the mangrove swamps and marvel at the beautiful lagoons as you explore hidden stalactite caves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then refuel with tasty, fresh local seafood at the floating village of Ko Panyi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue your journey to Naka Island and swim in the crystal blue waters.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Alternatively, relax on the stunning beach with its lush coconut groves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take in the sight of the idyllic landscapes of the Phuket coastline before your return trip to the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If you are doing the tour on long tail boat, you will also be visiting the famous Monkey Cave of Wat Suwan Kuha.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the many interconnected caves in the mountain and admire the gold reclining Buddha image at the temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later return to hotel and relax.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533660,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28840,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3799,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37901,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37902,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37903,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37904,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"336780\",\"Title\":\"Departure from Phuket\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, checkout from your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be picked up and transfered to the airport to catch your flight back home.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your trip ends with sweet memories.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46806\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"33900.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33900.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33900.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33900.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33900.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33900.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33900.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33900.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33900.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33900.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;ul&gt;\\r\\n\\t&lt;li&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Airline seats and hotel rooms are subject to availability at the time of confirmation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of unavailability in the listed hotels, arrangement for an alternate accommodation will be made in a hotel of similar standard.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;There will be no refund for unused nights or early check-out (In case of Medical condition it completely depends on hotel policy).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in and check-out times at hotels would be as per hotel policies. Early check-in or late check-out is subject to availability and may be chargeable by the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The price does not include expenses of personal nature, such as laundry, telephone calls, room service, alcoholic beverages, mini bar charges, tips, portage, camera fees etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We reserves the right to modify the itinerary at any point, due to reasons including but not limited to: Force Majeure events, strikes, fairs, festivals, weather conditions, traffic problems, overbooking of hotels \\/ flights, cancellation \\/ re-routing of flights, closure of \\/ entry restrictions at a place of visit, etc. While we will do our best to make suitable alternate arrangements, we would not be held liable for any refunds\\/compensation claims arising out of this.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case a flight gets cancelled, we will not be liable to provide any alternate flights within the same cost, any additional cost incurred for the same shall be borne by the traveler.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If your stay falls on special dates (like 24th December, 31st December, 14th February, etc.) when hotel organize gala dinner, then there may be mandatory Gala Dinner Charges additional that you need to pay at the hotel directly.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Country guidelines may change without notice, hence do check travel rules and your eligibility for travel on the regulatory website of the respective country\\/state, before booking your travel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport fees, immunization costs, city taxes at the hotel and local departure taxes (wherever applicable)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional enhancements like room or flight upgrades, or local camera or video fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing, activities and experiences outside of the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Early check-in or late check-out from hotels (unless otherwise specified)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast, lunches, dinners and drinks (alcoholic and non-alcoholic), unless specified in the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any international and\\/or domestic flights, unless explicitly mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excess baggage charges, and where applicable, baggage not included in your fare&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips for services and experiences&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Visa required, unless mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Read useful information and terms for more on what is included and excluded&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"336774\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[336774],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"336775\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[336775],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336776\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336776],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"336777\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[336777],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336778\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[336778],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336779\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[336779],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"336780\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[336780],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Krabi,Phuket','Krabi,South East Asia,Thailand,Phuket','','14466,21319',33901,33901,5,'100_1673334462_0.jpg,100_1673334462_1.jpg,100_1673334462_2.jpg,100_1673334462_3.jpg',NULL,'[{\"day\":1,\"images\":\"pexels-sane-noor-6938750.jpg\"},{\"day\":2,\"images\":\"man-g1ef642f7e_640.jpg\"},{\"day\":3,\"images\":\"phi-phi-island-gf2132901c_640.jpg\"},{\"day\":4,\"images\":\"island-gbd046ac77_640.jpg\"},{\"day\":5,\"images\":\"monolithic-part-of-the-waters-gfa73a1d2c_640.jpg\"},{\"day\":6,\"images\":\"phuket-gaf3ad1d6f_640.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Thailand','215','2023-09-04 12:45:57','2023-09-04 00:00:00',1,1,'1','1','0','Best Thailand holiday packages, Phuket vacation, Krabi tour, Book Thailand holiday packages, Thailand holiday packages with hotels, Thailand holiday packages with flights, places to visit in Thailand, Book Delight Krabi And Phuket Tour Package, Best holiday packages for Thailand, Mesmerizing Thailand holiday packages','Delight Krabi and Phuket - Book Delight Krabi and Phuket Tour Package with the best travel agency in Delhi, Reisen Tours','Book Krabi And Phuket Tour Package',NULL,'delight-krabi-and-phuket',NULL,NULL,NULL,0),(101,46949,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Culture,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":46949,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/north-new-zealtrip_1673419429\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;New&amp;nbsp;Zealand&amp;#39;s North Island offers island sanctuaries and lively cities with a large helping of culture and history for a truly diverse holiday experience.&amp;nbsp;From cone shaped mountains to picturesque golden beaches, geothermal wonders, and just as many Lord of the Rings-inspired locations, add these fabulous attractions into your North Island itinerary.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Rotorua\",\"DestinationPlacesSysId\":23350,\"SourcePlaces\":\"Auckland\",\"SourcePlaceSysId\":1751,\"AgencyName\":\"Reisen Tours\",\"Name\":\"North New Zealand Trip\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Culture,Road Trip\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1751,\"Title\":\"Auckland\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533916,\"Name\":\"The Quadrant Hotel & Suites Waterloo Quadrant\",\"Star\":\"4.00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-36.8481788\",\"Long\":\"174.7710113\",\"Address\":\"10 Waterloo Quadrant, Auckland CBD, Auckland 1010, New Zealand\"},\"Images\":[],\"CityId\":1751,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":37996,\"Title\":\"Waiheke Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":-36.8000487,\"Long\":175.1009721,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37997,\"Title\":\"Auckland Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":-36.86411299999999,\"Long\":174.719685,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37998,\"Title\":\"Cathedral Caves Cathedral Caves Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-46.60809949999999,\"Long\":169.3799006,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4976,\"Title\":\"Te Puia Geyser\",\"Description\":\"Situated in Rotorua, Te Puia is an iconic destination for visitors.  Along with access to the world famous Pohutu geyser, visitors have an opportunity to see M&Auml;\\u0081ori cultural performances, live kiwi, boiling mud pools, native bush and the National Schools of Wood Carving and Weaving. These are the threads that form the fabric of Te Puia, fitting its role as kaitiaki (guardian) of M&Auml;\\u0081ori culture for future generations.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.165172,\"Long\":176.245451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/48_1525777238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":23350,\"Title\":\"Rotorua\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":171223,\"Name\":\"Lake Rotorua Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-38.127420521097\",\"Long\":\"176.2377719414\",\"Address\":\"131 Lake Road Koutu\"},\"Images\":{\"Image\":[{\"ImagId\":3779498,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/650a6fd4_t.jpg\"},{\"ImagId\":3779499,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/6c35dc8c_t.jpg\"},{\"ImagId\":3779500,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/c0c69380_t.jpg\"},{\"ImagId\":3779501,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/ae650aa4_t.jpg\"},{\"ImagId\":3779502,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/045803b3_t.jpg\"},{\"ImagId\":3779503,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/0f910076_t.jpg\"},{\"ImagId\":3779504,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/e6d3fcc8_t.jpg\"},{\"ImagId\":3779505,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/a533d91e_t.jpg\"},{\"ImagId\":3779506,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/a617a5f2_t.jpg\"},{\"ImagId\":3779507,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/26f91035_t.jpg\"},{\"ImagId\":3779508,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/83a2ad83_t.jpg\"},{\"ImagId\":3779509,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/c1e8376a_t.jpg\"},{\"ImagId\":3779510,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/20a04221_t.jpg\"},{\"ImagId\":3779511,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/23266559_t.jpg\"},{\"ImagId\":3779512,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/26e8943f_t.jpg\"},{\"ImagId\":3779513,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/6d441eef_t.jpg\"},{\"ImagId\":3779514,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/97f511b1_t.jpg\"},{\"ImagId\":3779515,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/b38ae033_t.jpg\"},{\"ImagId\":3779516,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/28b96115_t.jpg\"},{\"ImagId\":3779517,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/f3f7a226_t.jpg\"},{\"ImagId\":3779518,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/b576f0a8_t.jpg\"},{\"ImagId\":3779519,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/2ef25c6c_t.jpg\"},{\"ImagId\":3779520,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/43978823_t.jpg\"},{\"ImagId\":3779521,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/4880c4e7_t.jpg\"},{\"ImagId\":3779522,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/b2d9cac5_t.jpg\"},{\"ImagId\":3779523,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_41_t.jpg\"},{\"ImagId\":3779524,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/360b010e_t.jpg\"},{\"ImagId\":3779525,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/55538d6c_t.jpg\"},{\"ImagId\":3779526,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/c749da69_t.jpg\"},{\"ImagId\":3779527,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/e9fdc234_t.jpg\"},{\"ImagId\":3779528,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/7567ce7c_t.jpg\"},{\"ImagId\":3779529,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/f20ed7af_t.jpg\"},{\"ImagId\":3779530,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_32_t.jpg\"},{\"ImagId\":3779531,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_34_t.jpg\"},{\"ImagId\":3779532,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_35_t.jpg\"},{\"ImagId\":3779533,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_36_t.jpg\"},{\"ImagId\":3779534,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_38_t.jpg\"},{\"ImagId\":3779535,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_31_t.jpg\"},{\"ImagId\":3779536,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_37_t.jpg\"},{\"ImagId\":3779537,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_40_t.jpg\"},{\"ImagId\":3779538,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_42_t.jpg\"},{\"ImagId\":3779539,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_17_t.jpg\"},{\"ImagId\":3779540,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_26_t.jpg\"},{\"ImagId\":3779541,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_23_t.jpg\"},{\"ImagId\":3779542,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_29_t.jpg\"},{\"ImagId\":3779543,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_28_t.jpg\"},{\"ImagId\":3779544,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_30_t.jpg\"},{\"ImagId\":3779545,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_22_t.jpg\"},{\"ImagId\":3779546,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_24_t.jpg\"},{\"ImagId\":3779547,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_8_t.jpg\"},{\"ImagId\":3779548,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_9_t.jpg\"},{\"ImagId\":3779549,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_10_t.jpg\"},{\"ImagId\":3779550,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_14_t.jpg\"},{\"ImagId\":3779551,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_27_t.jpg\"},{\"ImagId\":3779552,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_11_t.jpg\"},{\"ImagId\":3779553,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_21_t.jpg\"},{\"ImagId\":3779554,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_25_t.jpg\"},{\"ImagId\":3779555,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_13_t.jpg\"},{\"ImagId\":3779556,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_19_t.jpg\"},{\"ImagId\":3779557,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_20_t.jpg\"},{\"ImagId\":3779558,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_12_t.jpg\"},{\"ImagId\":3779559,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/5087920_7_t.jpg\"}]},\"CityId\":23350,\"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 Rotorua, Lake Rotorua Hotel is in the suburbs and minutes from Kuirau Park and Rotorua Hospital.  This 4-star motel is within close proximity of St. Faith&amp;apos;s Anglican Church and Tama-te-Kapua Meeting House.&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 38 guestrooms featuring refrigerators and flat-screen televisions. Rooms have private balconies or patios. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary 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;Enjoy recreational amenities such as an outdoor pool and a spa tub. This motel also features complimentary wireless Internet access, tour\\/ticket assistance, and barbecue grills.&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;Continental breakfasts are available daily for a fee.&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 computer station, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5090000\\/5088000\\/5087920\\/650a6fd4_t.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":37996,\"Title\":\"Waiheke Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":-36.8000487,\"Long\":175.1009721,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37997,\"Title\":\"Auckland Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":-36.86411299999999,\"Long\":174.719685,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":37998,\"Title\":\"Cathedral Caves Cathedral Caves Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-46.60809949999999,\"Long\":169.3799006,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4976,\"Title\":\"Te Puia Geyser\",\"Description\":\"Situated in Rotorua, Te Puia is an iconic destination for visitors.  Along with access to the world famous Pohutu geyser, visitors have an opportunity to see M&Auml;\\u0081ori cultural performances, live kiwi, boiling mud pools, native bush and the National Schools of Wood Carving and Weaving. These are the threads that form the fabric of Te Puia, fitting its role as kaitiaki (guardian) of M&Auml;\\u0081ori culture for future generations.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.165172,\"Long\":176.245451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/48_1525777238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"337584\",\"Title\":\"Arrival at Auckland\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Kia Ora! Welcome to New Zealand, the youngest country on Earth! On arrival in Auckland, &amp;#39;The City of Sails&amp;#39;, you will be welcomed by our representative and transferred to your hotel. Auckland is a blend of islands, Polynesian culture, glistening harbours and modern city environment. The rest of the day is at leisure for you to explore the city and discover why it is one of the best places in the world to visit.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"337585\",\"Title\":\"Waiheke Island Winery Day Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready for&amp;nbsp;Waiheke Island Winery Day Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel to **Waiheke Island** from **Auckland** on this **winery tour** that emphasises all the highlights of many vineyards and wineries that it has to offer - journey aboard a luxury coach to enjoy some great wine tasting experiences at three of the best vineyards in the area.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your knowledgeable and experienced tour drive will provide you with interesting and informative commentary along the way as we head for, and make stops at **Mudbrick Vineyard**, **The Goldie Room** and **Te Whau Vineyards** throughout the course of the day and indulge in both beautiful wines and tasty local produce.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Once the vineyard portion of the tour is over, you are free to either board a ferry and head back to the mainland, or take advantage of your included All Day Bus Pass to continue exploring yet more of **Waiheke**&amp;#39;s amazing **New Zealand**-style highlights!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel &amp;amp; overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":37996,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337586\",\"Title\":\"Explore Auckland Zoo\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready to explore Auckland Zoo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Buy your Auckland Zoo tickets here and spend a day at an informative and entertaining animal world to get up close with a host of both exotic and native New Zealand creatures! One of the best and most widely-acclaimed wildlife attractions in the southern hemisphere, Auckland Zoo is home to over 875 individual animals from 138 different species all set in comfortable, park-like surrounds within easy reach from the city centre. With tickets to this award-winning zoo, you&amp;#39;ll have face to face encounters with the likes of elephants, lions, zebras, giraffes and many other exotics as well as New Zealand&amp;#39;s most famous animal icon - the Kiwi. Auckland Zoo also features a range of entertaining and educational daily shows and animal encounters that provide further insight into all aspects of the animal kingdom.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Set out in sections that are arranged by continent, you&amp;#39;re able to explore the likes of Africa, Australia, Asia and more all amongst a logical and easy to navigate layout. Auckland Zoo is one of Auckland&amp;#39;s true must-do attractions and is an essential experience in NZ&amp;#39;s largest city that both adults and kids alike will love. Add all the animal fun on offer to the friendly and knowledgeable zookeepers who are happy to share information with you, and you&amp;#39;ve got a great value day out in Auckland, so grab your Auckland Zoo tickets online today!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get back to the hotel and relax.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":37997,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337587\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"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\":\"337588\",\"Title\":\"Auckland - Rotorua (Self-drive) via Waitamo Caves\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check-out from your hotel and travel southeast to the town of Matamata.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On-the way visit the Waitamo Gloworm Caves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover New Zealand&amp;#39;s natural wonder of Waitomo Glowworm Caves on a guided boat trip. Glide by boat through this underground complex, watching millions of tiny bioluminescent insects lighting up the rocky limestone. Explore this cave complex, including a chance to visit the Cathedral Cave on foot. The caves were formed over 30 million years ago and comprise 2 levels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The upper level is dry and includes the entrance to the cave and formations known as the Catacombs, the Pipe Organ, and the Banquet Chamber.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the lower level are stream passages and the Cathedral.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Begin on foot as your local guide brings the caves to life with stories about their history.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then, board a boat and marvel at the light display as you glide silently through the starry wonderland of the Glowworm Grotto.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later reach Rotorua and check-in at your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":171223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":37998,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14864,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337589\",\"Title\":\"Full day Pavilion Pools Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready to experience iconic geothermal bath.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Polynesian Spa is New Zealand&amp;rsquo;s original and iconic geothermal bathing experience, with exclusive access to both acidic and alkaline natural mineral springs, and unique spa therapies for the ultimate in rest and relaxation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relax and rejuvenate in this area reserved for adults and young adults 12 and over with calming hot pools, a beautiful reflexology walk and a deep pool to allow for a swim.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit the legendary Pohutu Geyser in&amp;nbsp;Te Puia, just five minutes from Rotorua city central.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":171223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4976,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337590\",\"Title\":\"Departure from Rotorua\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Today morning have your breakfast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check-out from your hotel, and leave for the airport. Y&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ou will be transferred to the Rotorua airport, to catch your flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46949\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"37138.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37138.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37138.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37138.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37138.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37138.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37138.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37138.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37138.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37138.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"337584\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[337584],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337585\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337585],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337586\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337586],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337587\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337587],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337588\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337588],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337589\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[337589],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337590\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[337590],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Auckland,Rotorua','Auckland,Oceania,New Zealand,Rotorua,WAITOMO CAVES,TE PUIA','','1751,23350',37138,37138,5,'',NULL,'[{\"day\":1,\"images\":\"new-zealand-ga1dcb809e_640.jpg\"},{\"day\":2,\"images\":\"wine-gc0702269f_640.jpg\"},{\"day\":3,\"images\":\"17-3.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"passenger-traffic-g14ee957d3_640.jpg\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'New Zealand','157','2023-06-30 11:13:06','2023-06-30 00:00:00',1,1,'1','1','0','New Zealand tour packages at best price, Book New Zealand holiday tour packages, New Zealand Tour Packages, Book North New Zealand holiday packages from India , North New Zealand holiday packages with hotels, Tour Packages, Holiday Packages, New Zealand Tour','Book New Zealand Tour Packages from India at Best Price - Get the comfortable transport, sightseeing, meals, activities & stay.','New Zealand Tour Packages at Best Price',NULL,'north-new-zealand-trip',NULL,NULL,NULL,0),(102,46968,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":46968,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/south-new-zealtrip_1673425340\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;From wildlife&amp;nbsp;to wineries,&amp;nbsp;glacial valleys&amp;nbsp;to star-filled skies, the South Island offers adventure in all its forms. Choose to explore just one region, or road trip from Picton all the way down to Bluff. No matter which destinations you choose to explore on this long, mountainous island, you&amp;#39;ll be constantly open-mouthed before the incredible scenery.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Queenstown\",\"DestinationPlacesSysId\":22373,\"SourcePlaces\":\"Christchurch\",\"SourcePlaceSysId\":6244,\"AgencyName\":\"Reisen Tours\",\"Name\":\"South New Zealand Trip\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6244,\"Title\":\"Christchurch\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":63825,\"Name\":\"Ibis Christchurch\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-43.531955385609\",\"Long\":\"172.63603806496\",\"Address\":\"Hereford Street  107 8140 Christchurch\"},\"Images\":{\"Image\":[{\"ImagId\":1423358,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/449\\/5983_ho_00_p_2048x1536_A.jpg\"},{\"ImagId\":1423359,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/453\\/5983_ho_01_p_2048x1536_A.jpg\"},{\"ImagId\":1423360,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/457\\/5983_ho_02_p_2048x1536_A.jpg\"},{\"ImagId\":1423361,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/67\\/609\\/80\\/5983_ho_03_p_2048x1536_A.jpg\"},{\"ImagId\":1423362,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/464\\/5983_ro_00_p_2048x1536_A.jpg\"},{\"ImagId\":1423363,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/474\\/5983_ro_02_p_2048x1536_A.jpg\"},{\"ImagId\":1423364,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/479\\/5983_ro_03_p_2048x1536_A.jpg\"},{\"ImagId\":1423365,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/502\\/5983_ba_00_p_2048x1536_A.jpg\"},{\"ImagId\":1423366,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/506\\/5983_ba_01_p_2048x1536_A.jpg\"},{\"ImagId\":1423367,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/421\\/644\\/5983_rs_00_p_3000x2250_A.jpg\"},{\"ImagId\":1423368,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/510\\/5983_sm_00_p_2048x1536_A.jpg\"},{\"ImagId\":1423369,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/64\\/672\\/903\\/5983_sm_01_p_2048x1536_A.jpg\"},{\"ImagId\":1423370,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/64\\/672\\/908\\/5983_sm_02_p_2048x1536_A.jpg\"},{\"ImagId\":1423371,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/937\\/812\\/5983_sm_03_p_2048x1536_A.jpg\"},{\"ImagId\":1423372,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/418\\/978\\/5983_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":1423373,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/418\\/982\\/5983_de_01_p_2048x1536_A.jpg\"},{\"ImagId\":1423374,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/418\\/986\\/5983_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":1423375,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/418\\/990\\/5983_de_03_p_2048x1536_A.jpg\"}]},\"CityId\":6244,\"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 ibis Christchurch, you&amp;apos;ll be centrally located in Christchurch, steps from Christchurch I-SITE and Chalice.  This hotel is within close proximity of Restart Mall and Cashel 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 155 air-conditioned guestrooms. Cable programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Bathrooms have showers and hair dryers. 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;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make use of convenient amenities, which include wireless Internet access (surcharge) 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 satisfying meal at a restaurant serving guests of ibis Christchurch. 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 computer station, complimentary newspapers in the lobby, and a 24-hour front desk. Planning an event in Christchurch? This hotel has facilities measuring 861 square feet (80 square meters), including a meeting room. Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/761\\/449\\/5983_ho_00_p_2048x1536_A.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17707,\"Title\":\"International Antarctic Centre\",\"Description\":\"The International Antarctic Centre is located in the suburb of Harewood, Christchurch, New Zealand, close to Christchurch International Airport. It is one of the major tourist attractions of the city.\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6244\\/sightseeing\\/International_Antarctic_Centre_6244_1602159095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38019,\"Title\":\"Puzzling World Wanaka-Luggate Highway\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":-44.69699199999999,\"Long\":169.161698,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":9774,\"Title\":\"Franz Josef\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":84628,\"Name\":\"Glacier View Motel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-43.367044445768\",\"Long\":\"170.18650531769\",\"Address\":\"SH 6 Franz Josef Glacier\"},\"Images\":{\"Image\":[{\"ImagId\":1861811,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/136\\/872\\/Glacier_A.jpg\"}]},\"CityId\":9774,\"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 Franz Josef Glacier, Glacier View Motel is convenient to Glacier Hot Pools and Westcoast Wildlife Centre.  This motel is within close proximity of Our Lady of the Alps and St James Anglican 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 15 guestrooms, featuring kitchenettes with refrigerators and microwaves. High-speed (wired) Internet access (surcharge) is available to keep you connected. Conveniences include phones and coffee\\/tea makers.&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;Make use of convenient amenities, which include tour\\/ticket assistance and barbecue grills.&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;Continental breakfasts are available daily for a fee.&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) and laundry facilities. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/33\\/136\\/872\\/Glacier_A.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17707,\"Title\":\"International Antarctic Centre\",\"Description\":\"The International Antarctic Centre is located in the suburb of Harewood, Christchurch, New Zealand, close to Christchurch International Airport. It is one of the major tourist attractions of the city.\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6244\\/sightseeing\\/International_Antarctic_Centre_6244_1602159095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38019,\"Title\":\"Puzzling World Wanaka-Luggate Highway\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":-44.69699199999999,\"Long\":169.161698,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":22373,\"Title\":\"Queenstown\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":165937,\"Name\":\"Novotel Queenstown Lakeside\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-45.033494090264\",\"Long\":\"168.66263508797\",\"Address\":\"Cnr Earl St and Marine Parade 9384 Queenstown\"},\"Images\":{\"Image\":[{\"ImagId\":3668220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/188\\/5308_ho_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/192\\/5308_ho_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/196\\/5308_ho_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/200\\/5308_ho_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/358\\/5308_ho_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668225,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/362\\/5308_ho_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668226,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/208\\/5308_ro_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668227,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/216\\/5308_ro_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668228,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/372\\/5308_ro_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668229,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/376\\/5308_ro_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668230,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/220\\/5308_rs_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668231,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/224\\/5308_rs_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668232,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/228\\/5308_rs_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668233,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/386\\/5308_rs_03_p_3000x2250_A.jpg\"},{\"ImagId\":3668234,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/390\\/5308_rs_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668235,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/394\\/5308_rs_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668236,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/398\\/5308_ba_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668237,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/72\\/5308_sm_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668238,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/598\\/5308_sm_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668239,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/428\\/5308_sm_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668240,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/263\\/5308_sm_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668241,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/60\\/5308_sl_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668242,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/422\\/5308_sl_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668243,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/580\\/5308_sl_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668244,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/256\\/5308_sl_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668245,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/248\\/5308_sl_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668246,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/410\\/5308_ba_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668247,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/406\\/5308_ba_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668248,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/560\\/5308_ba_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668249,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/244\\/5308_ba_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668250,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/76\\/5308_sm_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668251,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/675\\/5308_rod2blv_00_p_1024x768_A.jpg\"},{\"ImagId\":3668252,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/271\\/5308_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668253,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/276\\/5308_fa_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668254,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/281\\/5308_fa_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668255,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/287\\/5308_fa_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668256,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/292\\/5308_fa_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668257,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/297\\/5308_fa_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668258,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/304\\/5308_go_00_p_3000x2250_A.jpg\"},{\"ImagId\":3668259,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/309\\/5308_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668260,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/315\\/5308_de_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668261,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/320\\/5308_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668262,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/331\\/5308_de_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668263,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/337\\/5308_de_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668264,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/689\\/5308_rod2cgs_00_p_1024x768_A.jpg\"},{\"ImagId\":3668265,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/701\\/5308_rokgblv_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668266,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/706\\/5308_rokgc_00_p_1024x768_A.jpg\"}]},\"CityId\":22373,\"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 Novotel Queenstown Lakeside, you&amp;apos;ll be centrally located in Queenstown, steps from Williams Cottage and Church of St Peters.  This 4-star hotel is within close proximity of Queenstown Mall and Toi o Tahuna.&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 273 air-conditioned rooms featuring minibars and LCD televisions. Rooms have private balconies or patios. Satellite programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Private bathrooms with shower\\/tub combinations feature complimentary 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;Enjoy recreation amenities such as a spa tub or take in the view from a garden. Additional features at this hotel include wireless Internet access (surcharge), 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast and dinner, or stay in and take advantage of 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 computer station, express check-in, and express check-out. Planning an event in Queenstown? This hotel has facilities measuring 646 square feet (60 square meters), including a meeting room. Limited parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/188\\/5308_ho_00_p_2048x1536_A.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":17707,\"Title\":\"International Antarctic Centre\",\"Description\":\"The International Antarctic Centre is located in the suburb of Harewood, Christchurch, New Zealand, close to Christchurch International Airport. It is one of the major tourist attractions of the city.\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6244\\/sightseeing\\/International_Antarctic_Centre_6244_1602159095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38019,\"Title\":\"Puzzling World Wanaka-Luggate Highway\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":-44.69699199999999,\"Long\":169.161698,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"337711\",\"Title\":\"Arrival at Christchurch\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Kia Ora! Welcome to New Zealand, the youngest country on Earth!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival in Christchurch, &amp;#39;The Garden City&amp;#39;, you will collect your rental car at the airport and drive to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Christchurch is New Zealand&amp;#39;s second-largest city and the gateway to the South Island. Bordered by hills and the Pacific Ocean.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;There is nowhere else in the world where, within two hours of an international airport, you can ski at a world-class alpine resort, play golf, bungy jump, raft, mountain bike, hot-air balloon, wind surf, whale watch and visit internationally-acclaimed wineries and gardens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the day is at leisure for you to explore the city with its numerous heritage structures, museums, parks, gardens, cafes, malls and restaurants.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":63825,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"337712\",\"Title\":\"Christchurch Botanical Gardens Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in the morning.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No trip to **Christchurch** is complete without a visit to the **Botanic Gardens** and there is no better way to discover the astounding natural beauty of this central city oasis than on a **Caterpillar Garden Tour**!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore International Antarctic Centre.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":63825,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":17707,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337713\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"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\":\"337714\",\"Title\":\"Transfer from Christchurch to Franz Joseph\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast depart Christchurch and travel beside the Waimakariri River, over the Southern Alps and onto the alpine village of Arthur&amp;#39;s Pass before arriving in Greymouth.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel south along the rugged West Coast to arrive at the glacier region of Franz Josef and fox Glaciers.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check in and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9774,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":84628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38014,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38018,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337715\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9774,\"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\":\"337716\",\"Title\":\"Self-drive Transfer to Queenstown (via Wanaka) - Visit Puzzling World\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today morning check-out from your hotel. Drive to Wanaka.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome to Wanaka&amp;#39;s wonderful world of weirdness with an admission ticket to Puzzling World. Upon arrival, be met with the famous Tumbling Towers and The Leaning Tower of Wanaka, which offers great photo opportunities as friends or family appear to hold, push, or rip out the tower, foundations and all. Then, head into the Puzzle Centre, where dozens of puzzles await the curious and a massive kaleidoscope ceiling looks on from above, is a visual treat in itself. Encouraging problem solving, exercise and fun, the modern maze format with over-bridges and underpasses has created the world&amp;rsquo;s first truly 3-D Great Maze. The Illusion Rooms are sure to challenge reality as 5 unique rooms, along with ever-changing &amp;ldquo;walls of wonder&amp;rdquo;, exhibitions and the latest displays will leave you thinking &amp;ldquo;what the..?!&amp;rdquo; Outside, The Great Maze encourages problem-solving, exercise, and fun.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed to Queenstown and check-in.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165937,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38019,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337717\",\"Title\":\"Skyline Gondola Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready for Skyline Gondola Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ride the Queenstown gondola and enjoy scenic views over Lake Wakatipu and the Remarkables range.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165937,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":16559,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337718\",\"Title\":\"Departure from Queenstown\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today morning after breakfast check-out from your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be transferred to the airport to catch your return flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46968\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"65035.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"65035.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65035.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":65035.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"65035.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65035.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":65035.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"65035.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65035.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":65035.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"337711\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[337711],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337712\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337712],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337713\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337713],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337714\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337714],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337715\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337716\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337716],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337717\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[337717],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337718\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[337718],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Christchurch,Franz Josef,Queenstown','Christchurch,Oceania,New Zealand,Franz Josef,Queenstown','','6244,9774,22373',65035,65035,5,'',NULL,'[{\"day\":1,\"images\":\"pexels-mb-5864390.jpg\"},{\"day\":2,\"images\":\"download (12).jpeg\"},{\"day\":3,\"images\":\"franz-g2da2e8b3a_640.jpg\"},{\"day\":4,\"images\":\"lake-wanaka-g3f2cac790_640.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"passenger-traffic-g14ee957d3_640.jpg\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'New Zealand','157','2023-06-30 11:11:35','2023-06-30 00:00:00',1,1,'1','1','0','New Zealand tour packages from India, New Zealand tour packages at best price, South New Zealand Tour Packages, Book Mesmerizing South New Zealand Tour Packages, Book South New Zealand holiday packages from India , South New Zealand holiday packages with hotels, Tour Packages, Holiday Packages','Book New Zealand Tour Packages from India at Best Price - Get the comfortable transport, sightseeing, meals, activities & stay.','New Zealand Tour Packages at Best Price',NULL,'south-new-zealand-trip',NULL,NULL,NULL,0),(103,46978,1,35,1,0,0,'Honeymoon,Adventure,Family,Hill Station,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":46978,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/highlights-of-new-zeal_1673430533\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Explore off-the-beaten-track destinations or hop between the North and South Islands to explore what each region has to offer. No matter how long you&amp;#39;re travelling for, one thing is for certain; you&amp;#39;ll never run out of places to see in New&amp;nbsp;Zealand.&amp;nbsp;Diverse scenery and unique culture mean there is a wide range of things to see and do while travelling around New&amp;nbsp;Zealand.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Queenstown\",\"DestinationPlacesSysId\":22373,\"SourcePlaces\":\"Auckland\",\"SourcePlaceSysId\":1751,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Highlights Of New Zealand\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Culture\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1751,\"Title\":\"Auckland\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533916,\"Name\":\"The Quadrant Hotel & Suites Waterloo Quadrant\",\"Star\":\"4.00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-36.8481788\",\"Long\":\"174.7710113\",\"Address\":\"10 Waterloo Quadrant, Auckland CBD, Auckland 1010, New Zealand\"},\"Images\":[],\"CityId\":1751,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":23350,\"Title\":\"Rotorua\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":171172,\"Name\":\"Novotel Rotorua Lakeside\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-38.13232\",\"Long\":\"176.251246\",\"Address\":\"Tutanekai Street P.O. Box 348\"},\"Images\":{\"Image\":[{\"ImagId\":3778320,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/37\\/1874_ho_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778321,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/41\\/1874_ho_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778322,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/45\\/1874_ho_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778323,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/739\\/959\\/1874_ho_03_p_2048x1536_A.jpg\"},{\"ImagId\":3778324,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/49\\/1874_ro_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778325,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/53\\/1874_ro_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778326,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/57\\/1874_ro_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778327,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/867\\/757\\/1874_ro_03_p_2048x1536_A.jpg\"},{\"ImagId\":3778328,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/739\\/967\\/1874_rs_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778329,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/739\\/971\\/1874_rs_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778330,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/739\\/975\\/1874_rs_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778331,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/61\\/1874_ba_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778332,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/65\\/1874_ba_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778333,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/69\\/1874_ba_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778334,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/891\\/881\\/1874_ba_03_p_2048x1536_A.jpg\"},{\"ImagId\":3778335,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/73\\/1874_sl_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778336,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/83\\/1874_sm_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778337,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/87\\/1874_sm_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778338,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/91\\/1874_sm_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778339,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/891\\/902\\/1874_sm_03_p_2048x1536_A.jpg\"},{\"ImagId\":3778340,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/717\\/1874_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778341,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/721\\/1874_fa_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778342,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/729\\/1874_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":3778343,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/733\\/1874_de_01_p_2048x1536_A.jpg\"},{\"ImagId\":3778344,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/737\\/1874_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":3778345,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/404\\/741\\/1874_de_03_p_2048x1536_A.jpg\"},{\"ImagId\":3778346,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/497\\/64\\/1874_roa2c_00_p_1024x768_A.jpg\"},{\"ImagId\":3778347,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/497\\/76\\/1874_roksb_00_p_1024x768_A.jpg\"},{\"ImagId\":3778348,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/497\\/88\\/1874_roqeblv_00_p_1024x768_A.jpg\"},{\"ImagId\":3778349,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/497\\/96\\/1874_rostj_00_p_1024x768_A.jpg\"}]},\"CityId\":23350,\"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 Novotel Rotorua Lakeside in Rotorua, you&amp;apos;ll be minutes from Matariki Hangi &amp;amp; Maori Cultural Performance and Rotorua i-SITE Visitor Centre.  This 4.5-star hotel is within close proximity of Sir Howard Morrison Performing Arts Centre and Rotorua Hospital.&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 199 air-conditioned rooms featuring refrigerators and minibars. Digital television is provided for your entertainment. Conveniences include laptop-compatible 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 a range of recreational amenities, including an indoor pool, a spa tub, and a sauna. This hotel also features wireless Internet access (surcharge), 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 in a coffee shop\\/caf&eacute;. 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 express check-in, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and meeting rooms. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/990\\/37\\/1874_ho_00_p_2048x1536_A.jpg\",\"AccoAminitiesMask\":\"101100000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35426,\"Title\":\"Wellington\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533986,\"Name\":\"Atura Wellington Hawkestone Street\",\"Star\":\"3.00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-41.2747688\",\"Long\":\"174.7762909\",\"Address\":\"24 Hawkestone Street, Thorndon, Wellington 6011, New Zealand\"},\"Images\":{\"Image\":[{\"ImagId\":4825833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533986\\/35_01684923574.jpg\"},{\"ImagId\":4825834,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533986\\/35_11684923574.jpg\"},{\"ImagId\":4825835,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533986\\/35_21684923575.jpg\"},{\"ImagId\":4825836,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533986\\/35_31684923575.jpg\"}]},\"CityId\":35426,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533986\\/35_9d1c1ae38bbc8a893237abd1f766c3401684923573.jpg\",\"AccoAminitiesMask\":\"111011101110110101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":6244,\"Title\":\"Christchurch\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533988,\"Name\":\"Fino Hotel and Suites Kilmore Street\",\"Star\":\"5.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-43.5264315\",\"Long\":\"172.6345053\",\"Address\":\"87 Kilmore Street, Christchurch Central City, Christchurch 8013, New Zealand\"},\"Images\":{\"Image\":[{\"ImagId\":4825829,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533988\\/35_01684922795.jpg\"},{\"ImagId\":4825830,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533988\\/35_11684922795.jpg\"},{\"ImagId\":4825831,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533988\\/35_21684922796.jpg\"},{\"ImagId\":4825832,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533988\\/35_31684922796.jpg\"}]},\"CityId\":6244,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533988\\/35_1a82093077d5e40bac51f7b02c2dd21f1684922794.jpg\",\"AccoAminitiesMask\":\"110000000100100101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":9774,\"Title\":\"Franz Josef\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533992,\"Name\":\"The Terrace\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-43.3871884\",\"Long\":\"170.1838429\",\"Address\":\"15 Cowan Street, Franz Josef \\/ Waiau 7886, New Zealand\"},\"Images\":{\"Image\":[{\"ImagId\":4825825,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533992\\/35_01684922281.jpg\"},{\"ImagId\":4825826,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533992\\/35_11684922282.jpg\"},{\"ImagId\":4825827,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533992\\/35_21684922282.jpg\"},{\"ImagId\":4825828,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533992\\/35_31684922283.jpg\"}]},\"CityId\":9774,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_533992\\/35_57422b979fd24a164428922059e56ea61684922281.jpg\",\"AccoAminitiesMask\":\"110000100000110001011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":22373,\"Title\":\"Queenstown\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":165937,\"Name\":\"Novotel Queenstown Lakeside\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-45.033494090264\",\"Long\":\"168.66263508797\",\"Address\":\"Cnr Earl St and Marine Parade 9384 Queenstown\"},\"Images\":{\"Image\":[{\"ImagId\":3668220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/188\\/5308_ho_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/192\\/5308_ho_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/196\\/5308_ho_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/200\\/5308_ho_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/358\\/5308_ho_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668225,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/362\\/5308_ho_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668226,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/208\\/5308_ro_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668227,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/216\\/5308_ro_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668228,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/372\\/5308_ro_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668229,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/376\\/5308_ro_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668230,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/220\\/5308_rs_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668231,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/224\\/5308_rs_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668232,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/228\\/5308_rs_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668233,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/386\\/5308_rs_03_p_3000x2250_A.jpg\"},{\"ImagId\":3668234,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/390\\/5308_rs_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668235,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/394\\/5308_rs_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668236,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/398\\/5308_ba_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668237,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/72\\/5308_sm_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668238,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/598\\/5308_sm_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668239,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/428\\/5308_sm_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668240,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/263\\/5308_sm_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668241,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/60\\/5308_sl_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668242,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/422\\/5308_sl_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668243,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/580\\/5308_sl_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668244,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/256\\/5308_sl_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668245,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/248\\/5308_sl_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668246,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/410\\/5308_ba_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668247,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/726\\/406\\/5308_ba_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668248,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/925\\/560\\/5308_ba_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668249,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/244\\/5308_ba_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668250,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/801\\/76\\/5308_sm_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668251,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/675\\/5308_rod2blv_00_p_1024x768_A.jpg\"},{\"ImagId\":3668252,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/271\\/5308_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668253,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/276\\/5308_fa_01_p_2048x1536_A.jpg\"},{\"ImagId\":3668254,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/281\\/5308_fa_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668255,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/287\\/5308_fa_03_p_2048x1536_A.jpg\"},{\"ImagId\":3668256,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/292\\/5308_fa_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668257,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/297\\/5308_fa_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668258,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/304\\/5308_go_00_p_3000x2250_A.jpg\"},{\"ImagId\":3668259,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/309\\/5308_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668260,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/315\\/5308_de_01_p_3000x2250_A.jpg\"},{\"ImagId\":3668261,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/320\\/5308_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":3668262,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/331\\/5308_de_04_p_3000x2250_A.jpg\"},{\"ImagId\":3668263,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/559\\/337\\/5308_de_05_p_3000x2250_A.jpg\"},{\"ImagId\":3668264,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/689\\/5308_rod2cgs_00_p_1024x768_A.jpg\"},{\"ImagId\":3668265,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/701\\/5308_rokgblv_00_p_2048x1536_A.jpg\"},{\"ImagId\":3668266,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/598\\/706\\/5308_rokgc_00_p_1024x768_A.jpg\"}]},\"CityId\":22373,\"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 Novotel Queenstown Lakeside, you&amp;apos;ll be centrally located in Queenstown, steps from Williams Cottage and Church of St Peters.  This 4-star hotel is within close proximity of Queenstown Mall and Toi o Tahuna.&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 273 air-conditioned rooms featuring minibars and LCD televisions. Rooms have private balconies or patios. Satellite programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Private bathrooms with shower\\/tub combinations feature complimentary 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;Enjoy recreation amenities such as a spa tub or take in the view from a garden. Additional features at this hotel include wireless Internet access (surcharge), 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast and dinner, or stay in and take advantage of 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 computer station, express check-in, and express check-out. Planning an event in Queenstown? This hotel has facilities measuring 646 square feet (60 square meters), including a meeting room. Limited parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/998\\/188\\/5308_ho_00_p_2048x1536_A.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14864,\"Title\":\"Waitomo Glowworm Caves\",\"Description\":\"&lt;p style=&quot;padding: 0px margin-bottom: 15px line-height: 26px background-attachment: scroll !important&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;Travel from Auckland south through the rich farmland of the Waikato to the world famous&Acirc;&nbsp;&lt;\\/span&gt;WaitomoJourney underground on a subterranean adventure through limestone chambers and passages. Be suspended in awe and silence, surrounded by cave decorations and a galaxy of tiny living lights found in the Waitomo Glowworm Caves.As you glide quietly beneath the lights of thousands of glowworms, it is only the gentle sound of dripping water that reminds you that you are deep underground and not beneath a star filled sky. Return to Auckland in the afternoon.For over 100 years Waitomo Glowworm Caves have attracted millions of people from all over the world. The moment you enter this subterranean wonderland you&#039;ll discover an ancient underground labyrinth of limestone caves and grottos, and marvel at amazing stalactites and stalagmites - mother nature&#039;s decorations created by nature.\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23350\\/sightseeing\\/2404_1582628800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38000,\"Title\":\"Polynesian Spa Hinemoa Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":-38.13789469999999,\"Long\":176.2582214,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38028,\"Title\":\"Wellington Zoo Daniell Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.3195802,\"Long\":174.7845428,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38029,\"Title\":\"Zealandia Te M?ra a Tane Waiapu Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2908984,\"Long\":174.7535089,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38030,\"Title\":\"Mount Victoria Lookout Lookout Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2960571,\"Long\":174.7943104,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38032,\"Title\":\"Space Place at Carter Observatory Salamanca Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2842603,\"Long\":174.7670304,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38033,\"Title\":\"Museum of New Zealand Te Papa Tongarewa Cable Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":-41.2904563,\"Long\":174.7820894,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38013,\"Title\":\"Christchurch Botanic Gardens Rolleston Avenue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":-43.5306989,\"Long\":172.6232211,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38018,\"Title\":\"Franz Josef Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.4606523,\"Long\":170.1860509,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38014,\"Title\":\"Waimakariri River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9774,\"CityName\":\"Franz Josef\",\"Lat\":-43.2408805,\"Long\":171.9684166,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16559,\"Title\":\"Gondola Ride\",\"Description\":\"Take a ride in Queenstown&acirc;&euro;&trade;s iconic Skyline Gondola to experience unforgettable views of Queenstown and the surrounding mountains, enjoy the thrill of the downhill Luge, settle in for a delicious meal or coffee at our Market Kitchen Cafe, and more.\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22373\\/sightseeing\\/4889_1591861798.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"337775\",\"Title\":\"Arrival at Auckland\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Kia Ora! Welcome to New Zealand, the youngest country on Earth!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival in Auckland, &amp;#39;The City of Sails&amp;#39;, you will be welcomed by our representative and transferred to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Auckland is a blend of islands, Polynesian culture, glistening harbours and modern city environment.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the day is at leisure for you to explore the city and discover why it is one of the best places in the world to visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"337776\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"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\":\"337777\",\"Title\":\"Auckland - Rotorua (Self-drive) via Waitamo Caves\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today check-out from your hotel and travel southeast to the town of Matamata. On-the way visit the Waitamo Gloworm Caves.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover New Zealand&amp;#39;s natural wonder of Waitomo Glowworm Caves on a guided boat trip.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Glide by boat through this underground complex, watching millions of tiny bioluminescent insects lighting up the rocky limestone.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore this cave complex, including a chance to visit the Cathedral Cave on foot. The caves were formed over 30 million years ago and comprise 2 levels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The upper level is dry and includes the entrance to the cave and formations known as the Catacombs, the Pipe Organ, and the Banquet Chamber.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the lower level are stream passages and the Cathedral. Begin on foot as your local guide brings the caves to life with stories about their history.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then, board a boat and marvel at the light display as you glide silently through the starry wonderland of the Glowworm Grotto.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later reach Rotorua and check-in at your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":171172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":14864,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337778\",\"Title\":\"Full day Pavilion Pools Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Polynesian Spa is New Zealand&amp;rsquo;s original and iconic geothermal bathing experience, with exclusive access to both acidic and alkaline natural mineral springs, and unique spa therapies for the ultimate in rest and relaxation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Polynesian Spa&amp;rsquo;s geothermal hot mineral waters are sourced from two natural springs and feed into 28 hot mineral pools. The slightly acidic Priest Spring waters relieve tired muscles, aches and pains while the alkaline waters of the Rachel Spring nourish the skin.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relax and rejuvenate in this area reserved for adults and young adults 12 and over with calming hot pools, a beautiful reflexology walk and a deep pool to allow for a swim.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":171172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38000,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337779\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"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\":\"337780\",\"Title\":\"Transfer from Rotorua to Wellington\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;In the morning check-out from your hotel and you will be transferred to the airport to catch your flight to Wellington.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival in Wellington, you will be transferred and check-in to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The rest of the day is at leisure in this compact city, filled with culture and character.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nestled between the harbour and the hills, the downtown area is ideal for explorations on foot. Enjoy cafes, restaurants, museums and all kinds of shops.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dance, theatre and musical performances are a Wellington specialty.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35426,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"337781\",\"Title\":\"Wellington Hop On Hop Off\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;See all the best of Wellington&amp;#39;s highlights at your own pace with this great value hop on, hop off bus tour that includes a full day access to 10 top stops! One of New Zealand&amp;#39;s most pleasant cities, Wellington has a cavalcade of attractions and landmarks that range from the historical and cultural, to the scenic, to those rich with wildlife and much more, and on this day tour you&amp;#39;ll be able to form your own ideal itinerary and see only those that most appeal to you. Get up close with native NZ animals at the likes of Wellington Zoo and ZEALANDIA, take in panoramic views of the city and its surrounds from the Mount Victoria Lookout, learn about space and the stars at the Carter Observatory, or get a firsthand look at local culture at hotspots Te Papa, the Museum of Wellington City and much, much more.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The bus runs regularly from stop to stop throughout the day beginning at 9.30am and with the last ride at 2.30pm, making for one of the most pleasant and budget-friendly ways to take in all the local essentials and customise your visit to Wellington however you see fit. As an added bonus, you&amp;#39;ll also receive discounted rates on selected attractions included on the itinerary. For the ultimate in sightseeing flexibility, book your hop on hop off Wellington tour online today!&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35426,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38028,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38029,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38030,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38032,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38033,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337782\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35426,\"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\":\"337783\",\"Title\":\"Transfer from Wellington to Christchurch\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;In the morning after breakfast check-out from your hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then you will be transferred to the airport to catch your flight to Christchurch.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival in Christchurch, you will be transferred and check-in to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spend the rest of the day exploring Christchurch on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"337784\",\"Title\":\"Christchurch Botanical Gardens Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;No trip to **Christchurch** is complete without a visit to the **Botanic Gardens** and there is no better way to discover the astounding natural beauty of this central city oasis than on a **Caterpillar Garden Tour**! The **Christchurch Botanic Gardens** were first established in 1863 and now boasts 75 acres of exotic and indigenous plants and trees making this one of the best and most cherished **Christchurch attractions**. This fully **guided garden tour** is led by gardening experts taking you on an electric, solar-powered shuttle or &amp;ldquo;Caterpillar&amp;rdquo; to discover the natural beauty, history and culture of the Garden City. This **all-weather activity** is comfortable, eco-friendly and flexible as you can hop-on and hop-off at any clearly marked stop along the route. One ticket is valid for two days giving you plenty of time to explore the quiet corners and open lawns, relax, have a picnic, and feed the ducks while watching the punters float down the Avon River. Each season presents its own magical scenery with the fiery colours of autumn, a dusting of winter snow or the lush greens and colourful flowers of spring and summer - no matter what time of year you visit, the grounds are always well-maintained and looking their absolute best. The **Christchurch Botanic Gardens** are located right in the city centre so a **Caterpillar Garden Tour** is a great way to get your bearings and take in the beautiful sights of the garden city.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533988,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38013,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337785\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"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\":\"337786\",\"Title\":\"Transfer from Christchurch to Franz Joseph\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Depart Christchurch and travel beside the Waimakariri River, over the Southern Alps and onto the alpine village of Arthur&amp;#39;s Pass before arriving in Greymouth.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel south along the rugged West Coast to arrive at the glacier region of Franz Josef and fox Glaciers.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later hotel check in.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9774,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533992,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":38018,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38014,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337787\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9774,\"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\":\"337788\",\"Title\":\"Transfer from Franz Josef to Queenstown - Evening Skyline Gondola\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Travel down the West Coast, past spectacular mountain ranges and native forests and lakes to the Haast Pass, gateway to the World Heritage Westland National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue around the shores of Lake Hawea to arrive in the alpine resort of Queenstown.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening make your way to the base of the Queenstown gondola, located within walking distance from downtown. Take a seat on the gondola for an exciting ascent to Bob&amp;#39;s Peakat Skyline where the Stratosfare Restaurant and Bar awaits.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;During the ride, soak up the magnificent mountain views of the Remarkables, Coronet Peak, Queenstown and the aquamarine waters of Lake Wakatipu &amp;mdash; part of Southern Lakes region of New Zealand&amp;#39;s South Island.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the skyline restaurant, fill your plate with a delicious buffet, with your choice of 4-course lunch or 6-course dinner.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sink your teeth into local favorites including South Island salmon, seafood, salads, roast meats and desserts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to your hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165937,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":16559,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337789\",\"Title\":\"Skyline Gondola Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast get ready for&amp;nbsp;Skyline Gondola Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ride the Queenstown gondola and enjoy scenic views over Lake Wakatipu and the Remarkables range.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later back to hotel &amp;amp; overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":165937,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":16559,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"337790\",\"Title\":\"Departure from Queenstown\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today morning after breakfast check-out from your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be transferred to the airport to catch your return flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46978\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"99377.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"99377.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99377.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":99377.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"99377.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99377.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":99377.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"99377.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99377.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":99377.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"337775\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[337775],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337776\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337776],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337777\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[337777],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"337778\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[337778],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337779\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337779],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337780\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[337780],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337781\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[337781],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337782\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[337782],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337783\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[337783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337784\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[337784],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337785\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[337785],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337786\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[337786],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337787\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[337787],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"337788\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[337788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337789\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[337789],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"337790\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[337790],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Auckland,Rotorua,Wellington,Christchurch,Franz Josef,Queenstown','Auckland,Oceania,New Zealand,Rotorua,Wellington,Christchurch,Franz Josef,Queenstown','','1751,23350,35426,6244,9774,22373',99377,99377,10,'',NULL,'[{\"day\":1,\"images\":\"new-zealand-gf92bab3f0_640.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"8.jpeg\"},{\"day\":4,\"images\":\"1 (2).jpg\"},{\"day\":5,\"images\":\"2 (2).jpg\"},{\"day\":6,\"images\":\"3 (2).jpg\"},{\"day\":7,\"images\":\"4 (2).jpg\"},{\"day\":8,\"images\":\"5 (2).jpg\"},{\"day\":9,\"images\":\"7.jpg\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"passenger-traffic-g14ee957d3_640.jpg\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'New Zealand','157','2023-06-30 11:09:46','2023-06-30 00:00:00',1,1,'1','1','0','Book New Zealand tour packages from India, Book New Zealand tour packages, New Zealand Tour Packages, Book New Zealand holiday packages from India, Tour Packages, Holiday Packages','Book New Zealand Tour Packages from India - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book New Zealand Tour Packages from India',NULL,'highlights-of-new-zealand',NULL,NULL,NULL,0),(104,47015,1,35,1,0,0,'Adventure,Offbeat,Group Tours,Activites Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":47015,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/enchanting-ladakh-bike-tour_1673503044\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Leh Ladakh Bike Trip&amp;nbsp;is &amp;lsquo;The Dream Ride&amp;rsquo; for every biker, around the globe. And why not! As it drives you alongside the scenic deep blue lakes, rocky terrains, flamboyant green mountains, snow-capped peaks, and free-flowing waterfalls. Ride across some of the world&amp;rsquo;s highest passes touching an altitude of 18,380 ft. on Leh Ladakh bike tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Get ready to explore heaven on bike&amp;nbsp;with&amp;nbsp;Reisen Tours bike tour ladakh.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Enchanting Ladakh Bike Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Guided Tours,Bike,Self Driven Bike\",\"PackageType\":\"Adventure,Offbeat,Group Tours,Activites Tour,Road Trip\",\"Validity\":{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534065,\"Name\":\"Jigmet Guest house\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1652787\",\"Long\":\"77.58224729999999\",\"Address\":\"5H8J+4V9, Upper Tukcha Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38060,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35391,\"CityName\":\"Lamayuru\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35391,\"Title\":\"Lamayuru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534068,\"Name\":\"Hotel Grand Moonland\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.2835625\",\"Long\":\"76.76656249999999\",\"Address\":\"7QM8+CJF, Lamayouro, 194106\"},\"Images\":[],\"CityId\":35391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38060,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35391,\"CityName\":\"Lamayuru\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":72128,\"Title\":\"NUBRA VALLEY\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534069,\"Name\":\"Horcho guest house\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.58937559999999\",\"Long\":\"77.46326549999999\",\"Address\":\"HFQ7+Q82, Choskor road, Hunder, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38060,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35391,\"CityName\":\"Lamayuru\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534070,\"Name\":\"The Regal Camp\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.910616\",\"Long\":\"78.4548679\",\"Address\":\"Spangmik Pangong Lake, Leh Ladakh Jammu and Kashmir, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38060,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35391,\"CityName\":\"Lamayuru\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338024\",\"Title\":\"Arrival at Leh Airport\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Leh airport, you&amp;rsquo;ll be received by our representative and transferred to the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in to the hotel for a complete day of rest wherein welcome tea and coffee will be served by the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post lunch, visit Leh Market, Leh Palace and Shanti Stupa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534065,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338025\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338026\",\"Title\":\"Leh - Lamayuru  130 Kms\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, leave on your bike to Lamayuru enroute you can visit Liker Monastery, Magnetic hill and Gurudwara Pathar Sahib.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Lamayuru by evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534068,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38060,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338027\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338028\",\"Title\":\"Lamayuru- Leh\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After the Breakfast, leave on your bike and you can visit Lamayuru&amp;nbsp; monastery (one of the oldest monasteries in central Ladakh) and&amp;nbsp; Alchi monastery.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive at Leh by evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534065,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338029\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338030\",\"Title\":\"Leh - Nubra Valley\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast, you&amp;rsquo;ll be driven to Nubra Valley via Khardungla (Highest Motorable road in the World, 18,380 ft) .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You&amp;rsquo;ll reach Hundur by afternoon.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at Camp, for the rest of the day, one is free to explore Deskit, Hunder Villages and camel Safari in Sand Dunes between Deskit and Hunder Village.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at guest house&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534069,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38063,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338031\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338032\",\"Title\":\"Nubra Valley &ndash; Pangong via Shayok 150 Kms\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast, visit Deskit Monastery where you can have a magnificent view of Nubra Valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After the visit, you&amp;rsquo;ll be driven&amp;nbsp; to Pangong Lake via the Shayok route.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You&amp;rsquo;ll arrive at Pangong lake by afternoon.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight&amp;nbsp; in Camp.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":38064,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338033\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338034\",\"Title\":\"Pangong Lake &ndash; Leh\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Early in the morning, enjoy the picturesque view of the sunrise on the lake.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After Breakfast drive back to Leh, enroute visit Hemis, Thiksey Monastery and Shey Palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534065,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":true,\"Id\":3577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338035\",\"Title\":\"Departure from Leh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early in the morning, you&amp;rsquo;ll be&amp;nbsp; transferred to Leh airport to board a flight back to your destination.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Journey ends with Sweet Memories of Ladakh.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"47015\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"39695.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39695.25\",\"priceSingleOcc\":46520.25,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39695.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39695.25,\"COSTSO\":46520.25,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"42401.10\",\"priceSingleOcc\":49226.1,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42401.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":42401.1,\"COSTSO\":49226.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47813.85\",\"priceSingleOcc\":54638.85,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47813.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":47813.85,\"COSTSO\":54638.85,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"64051.05\",\"priceSingleOcc\":70876.05,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64051.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":64051.05,\"COSTSO\":70876.05,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Bike should be in good condition to take this tour (For Passenger without Bike)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Through servicing of the bike should be done before start of tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Motorcycle driving license &amp;amp; bike documents should be legal and valid.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Helmet: Compulsory for both, biker \\/ pillion rider.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Participants should be medically fit to undertake this tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anyone suffering from breathing problem, asthma, heart problem or any major medical problem should avoid this tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On Expedition riders will be required to drive a stretch of 250 km. without fuelling facility. They have to carry additional fuel &amp;amp; fuel drums along with them.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No last moment cancellation will be accepted.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Changes and alterations of single points in our travel conditions which are necessary during our tour are agreed to as long as they don&amp;#39;t change the style of the tour significant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Organizers reserve the right to adjust the route slightly before the start of the tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the participant is not able to complete the tour or to consume benefits included in the price of the tour, for reasons neither caused by him nor the organizers, or should he not be able to complete the tour, he \\/ she has no right to claim a refund.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Damage of bike on tour should be borne by biker.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% Goods &amp;amp; services tax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fuel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Any Flight Tickets.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of major mechanical damage, participant will have to pay for replaced parts and for servicing done by the local shop.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accident damage will have to be paid by the rider.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Soft drinks, beverages, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal expenses like tips, telephone calls, laundry etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Expenses incurred due to any factors beyond our control like natural calamities, landslides, political insurgencies etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any services \\/ meals not mentioned in Cost Includes.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Bike ( R.E. Himalayan ) with Helmet&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation in budget hotel on Twin Sharing Basis with Breakfast &amp;amp; Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All the feasible sightseeing places mentioned as per the tour plan mentioned above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guide cum Mechanic&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back up of one Vehicle for any breakdown by health or any other issues&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guidance with bike preparation and physical conditioning on trip.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladakh entry fee and monument entrances.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338024\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338024],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338025\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338025],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338026\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338027\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338027],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338028\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338028],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338029\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338030\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338030],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338031\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[338031],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338032\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[338032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338033\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[338033],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338034\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[338034],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338035\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[338035],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,Lamayuru,NUBRA VALLEY,Pangong','Leh,Ladakh,Indian Subcontinent,North India,India,Lamayuru,Jammu and kashmir,NUBRA VALLEY,Pangong','','15229,35391,72128,35281',39695,64051,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-06-30 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-30 11:06:49','2023-06-30 00:00:00',1,1,'1','1','0','Leh Ladakh Bike Tour Packages, Book Bike tour packages , Tour Packages, Holiday Packages, bike tour, ladakh bike trip, adventure bike, leh ladakh bike trip, ladakh road trip, delhi to ladakh bike trip, leh ladakh road trip, leh ladakh bike tour packages','Explore Enchanting Ladakh Bike Tour – Book Mesmerizing Ladakh Bike Tour Packages with Reisen Tours.','Leh Ladakh Bike Tour Packages',NULL,'enchanting-ladakh-bike-tour',NULL,NULL,NULL,0),(105,47021,1,35,1,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":47021,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/wonders-of-ladakh_1673507255\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Land of High Passes, Ladakh, the newly created Union Territory in India (previously a part of Jammu &amp;amp; Kashmir), boasts a landscape that can leave you with your jaws dropped. It is a place where the landscape changes dramatically; it is truly astonishing to see the mountains, snow, cold desert, alpine meadows and lakes at a short distance from each other. Tourism in Ladakh is an absolute delight for nature lovers as well as adventurers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Adorned with the lofty barren mountains, Ladakh is home to some of the highest motorable passes like Khardung La (5359 m), Marsimik La (5582 m), and Chang La (5360 m), and alpine lakes like Pangong Tso (4350 m) and Tso Moriri (4522 m). Ladakh is further divided into three regions - Leh, Nubra, and Zanskar, and each region has several places to see.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Ladakh is majorly popular amongst the adventurers who feel welcomed by the number of adrenaline rushing activities offered here. The union territory is amongst the top trekking destinations in India with amazing and unmatched treks like the popular Frozen River Trek\\/Chadar Trek. Ladakh also has opportunities for mountaineering, motor biking, mountain biking, white water rafting and more.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Wonders of Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Intercity Transfers,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":119278,\"Name\":\"Hotel Mahay Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Upper Tuckha Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620642,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_11_t.jpg\"},{\"ImagId\":2620643,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_4_t.jpg\"},{\"ImagId\":2620644,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_21_t.jpg\"},{\"ImagId\":2620645,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_22_t.jpg\"},{\"ImagId\":2620646,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_2_t.jpg\"},{\"ImagId\":2620647,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_15_t.jpg\"},{\"ImagId\":2620648,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_17_t.jpg\"},{\"ImagId\":2620649,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_20_t.jpg\"},{\"ImagId\":2620650,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_18_t.jpg\"},{\"ImagId\":2620651,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_23_t.jpg\"},{\"ImagId\":2620652,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_16_t.jpg\"},{\"ImagId\":2620653,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_13_t.jpg\"},{\"ImagId\":2620654,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_1_t.jpg\"},{\"ImagId\":2620655,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_9_t.jpg\"},{\"ImagId\":2620656,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_6_t.jpg\"},{\"ImagId\":2620657,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_14_t.jpg\"},{\"ImagId\":2620658,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_12_t.jpg\"},{\"ImagId\":2620659,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_8_t.jpg\"},{\"ImagId\":2620660,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_7_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 Mahay Palace is connected to the airport and minutes from Leh Temple and Namgyal Tsemo Gompa.  This hotel is within close proximity of Sankar Gompa and Shanti Stupa.&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 18 guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include desks, housekeeping is provided daily, and rollaway\\/extra beds (surcharge) 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 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 room service (during limited hours).&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. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427300\\/10427290\\/10427290_11_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534089,\"Name\":\"Hotel Om Ladakh\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1660153\",\"Long\":\"77.574658\",\"Address\":\"National Highway 1D, Upper Tukcha Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534090,\"Name\":\"Lotus Hotel\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1692245\",\"Long\":\"77.5835451\",\"Address\":\"upper karzoo, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":72128,\"Title\":\"NUBRA VALLEY\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534069,\"Name\":\"Horcho guest house\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.58937559999999\",\"Long\":\"77.46326549999999\",\"Address\":\"HFQ7+Q82, Choskor road, Hunder, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534093,\"Name\":\"Hunder Residency\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5895161\",\"Long\":\"77.47121829999999\",\"Address\":\"Youmbok House, Nubra Valley, Hunder, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38063,\"Title\":\"Deskit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":72128,\"CityName\":\"NUBRA VALLEY\",\"Lat\":34.5485043,\"Long\":77.55621,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338063\",\"Title\":\"Leh Airport Pickup\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Leh airport, meet and greet by our representative and transfer to your reserved accommodation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in to the hotel and get proper rest to acclimatize.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later, in the evening visit the Leh Market, Leh Palace and Shanti Stupa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119278,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":534089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338066\",\"Title\":\"Leh - Sham Valley - Leh (140 Kms | 5-6 hrs approx.) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed for an excursion to Sham Valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Likir, Alchi Monastery, Sangam (Confluence of Zanskar &amp;amp; Indus Rivers), Magnetic Hill, Pathar Sahib Gurudwara and Hall of Fame museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to hotel in Leh &amp;amp; overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119278,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":534089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38070,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338069\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"338072\",\"Title\":\"Leh - Nubra Valley (128 Kms | 4-5 hrs approx.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast drive to Nubra Valley via Khardungla (Highest Motorable road in the world, 18,380 ft).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You can take short breaks at roadside cafes and scenic points for photography.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check in to the hotel\\/camp\\/guest house.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Post lunch, enjoy camel safari (double humped camel which are found only in Ladakh &amp;amp; Mongolia) at the Sand Dunes between Deskit &amp;amp; Hundur Village.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel\\/camp\\/guest house.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534069,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":534093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":534093,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38064,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338075\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"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\":\"338078\",\"Title\":\"Nubra - Pangong Lake via Shyok river road (150 Kms | 6-7 hrs approx)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast leave for Pangong Lake 14,500 ft, drive of 6 &amp;ndash; 7 hrs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrival at Camp, Later free time at Leisure and enjoy the color changing lake and the sun set on the banks of lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at camp\\/hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\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\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338081\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"338084\",\"Title\":\"Pangong Lake &ndash; Leh (140 Kms | 4-5 hrs approx.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning enjoy the picturesque view of Sun rise on lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After Breakfast drive back to Leh, en route visit Thiksey Monastery and Shey Palace.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119278,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":534089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2644,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338087\",\"Title\":\"Leh Airport Drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning transfer to Leh airport to board flight back to destination.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Journey Ends.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\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\":\"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\":\"47021\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"20335.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20335.70\",\"priceSingleOcc\":30538.2,\"priceExtraBed\":\"10202.50\",\"priceWithoutBed\":\"5626.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20335.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5626.5,\"CEB\":10202.5,\"COSTDO\":20335.7,\"COSTSO\":30538.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24454.10\",\"priceSingleOcc\":34656.6,\"priceExtraBed\":\"10202.50\",\"priceWithoutBed\":\"5626.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24454.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5626.5,\"CEB\":10202.5,\"COSTDO\":24454.1,\"COSTSO\":34656.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36811.50\",\"priceSingleOcc\":47014,\"priceExtraBed\":\"10202.50\",\"priceWithoutBed\":\"5626.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36811.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5626.5,\"CEB\":10202.5,\"COSTDO\":36811.5,\"COSTSO\":47014,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47022\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"22863.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"22863.50\",\"priceSingleOcc\":34887.6,\"priceExtraBed\":\"12024.10\",\"priceWithoutBed\":\"6072.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22863.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6072,\"CEB\":12024.1,\"COSTDO\":22863.5,\"COSTSO\":34887.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"26983.00\",\"priceSingleOcc\":39007.1,\"priceExtraBed\":\"12024.10\",\"priceWithoutBed\":\"6072.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26983,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6072,\"CEB\":12024.1,\"COSTDO\":26983,\"COSTSO\":39007.1,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39340.40\",\"priceSingleOcc\":51364.5,\"priceExtraBed\":\"12024.10\",\"priceWithoutBed\":\"6072.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39340.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6072,\"CEB\":12024.1,\"COSTDO\":39340.4,\"COSTSO\":51364.5,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47023\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"24835.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"24835.80\",\"priceSingleOcc\":38387.8,\"priceExtraBed\":\"13552.00\",\"priceWithoutBed\":\"6017.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24835.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6017,\"CEB\":13552,\"COSTDO\":24835.8,\"COSTSO\":38387.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28954.20\",\"priceSingleOcc\":42506.2,\"priceExtraBed\":\"13552.00\",\"priceWithoutBed\":\"6017.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28954.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6017,\"CEB\":13552,\"COSTDO\":28954.2,\"COSTSO\":42506.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41311.60\",\"priceSingleOcc\":54863.6,\"priceExtraBed\":\"13552.00\",\"priceWithoutBed\":\"6017.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41311.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6017,\"CEB\":13552,\"COSTDO\":41311.6,\"COSTSO\":54863.6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Prices valid from 01st April 2023 to 31st October 2023.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;50% payment for confirming the tour &amp;amp; balance payment to be deposited before the trip starts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Final Confirmation will be provided on full payment.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle Provided as per the mentioned tour plan (Point to Point Basis only)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Refund or Compensation for any unused services \\/ transportation in any circumstances.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Extra charges applicable if any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond our control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any airfare.&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 \\/ Museum Entrances, Rafting &amp;amp; Camel ride.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of local tour guide.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ldquo;Prices included&amp;rdquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips, Insurance, Laundry, Phone Calls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral, Aerated)&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 our control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&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;Meal Plan MAP (Breakfast and Dinner) as per tour plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp; Fro Ex Leh Airport Transfers (For Ex Leh Packages only)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfer\\/sightseeing as per itinerary (point to point) using Non&amp;nbsp; AC Crysta in Premium&amp;amp; Luxury category.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfer\\/sightseeing as per itinerary (point to point) using Non AC Crysta in Premium and Luxury, Toyota&amp;nbsp; Innova in&amp;nbsp; Super Deluxe\\/Deluxe\\/Standard\\/Budget category.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;12 Seater Force Tempo Traveler for 6 \\/ 8 \\/ 10 \\/ 12 person as per above selected tour package (Point to Point)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Oxygen Cylinder in each vehicle for visit to Nubra, Pangong Lake, Hanle &amp;amp; Tsomoriri Lake visits only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily 02 mineral water bottle during the sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line permit \\/ Environmental permit, Ladakh Entry Fees, Wild Life Fees &amp;amp; Red Cross society fee.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% Goods and Services 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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338063\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338063],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338066\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338066],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"338069\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338069],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338072\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338072],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"338075\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338075],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338078\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338078],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"338081\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[338081],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338084\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[338084],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"338087\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[338087],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,NUBRA VALLEY,Pangong','Leh,Ladakh,Indian Subcontinent,North India,India,NUBRA VALLEY,Pangong,Sham Valley','','15229,72128,35281',20336,41312,5,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:43:28','2023-09-04 00:00:00',1,1,'1','1','0','','','',NULL,'wonders-of-ladakh',NULL,NULL,NULL,0),(106,47032,1,35,1,0,0,'Adventure',NULL,1,1,0,'{\"package\":{\"TPId\":47032,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/snow-leopard-trek-with-camping_1673512117\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Hemis National Park is one of the major attractions in Ladakh that pulls a number of adventurists and animal lovers from all over the world. It stretches at an elevation of 4100 meters and covers up the entire Rumbak Valley. The national park is the home to varied species of animals including Snow Leopards and Himalayan birds. The Snow Leopard Trek, which is one of the popular winter treks in the Ladakh region, lies into a territory where human hospitality evanesces and brings forth a wild stretch of rugged mountains dotted with animals like snow leopards, Tibetan wolves, blue sheep, horned sheep and Eurasian Brown Bear and more. It is also an abode to several species of birds like the Golden Eagle, different species of vultures and migratory birds.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Being on the move on the Snow Leopard Trek in Ladakh, one encounters surprises at each turn. The trek allows one to get acquainted with the folklore of Rumbak Valley. It thus brings one to an indigenous territory astir over the savage breath in the midst of the cold desert and gust of freezing wind.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Snow Leopard Trek with Camping\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"All Meals,Guided Tours,Camping,Trekking\",\"PackageType\":\"Adventure\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534090,\"Name\":\"Lotus Hotel\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1692245\",\"Long\":\"77.5835451\",\"Address\":\"upper karzoo, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"FB\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38076,\"Title\":\"Hemis National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.7187211,\"Long\":77.38822239999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38075,\"Title\":\"Hemis National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.7187211,\"Long\":77.38822239999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38077,\"Title\":\"Hemis National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.7187211,\"Long\":77.38822239999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"338131\",\"Title\":\"Delhi to Leh, Explore Leh and acclimatize\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at the domestic airport at Leh 11,500 ft above the sea level, capital of Ladakh.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The dramatic views of this high altitude desert is punctuated by sharp snowy peaks.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reach your hotel where you&amp;rsquo;ll receive welcome tea. Take a rest till noon.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After lunch, join our local crew and the Snow Leopard Conservancy staff for a briefing, then you&amp;rsquo;ll have free time to explore Leh on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;It is important to rest on the first few days at high altitude.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome dinner with the Conservancy staff.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spend your night at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338132\",\"Title\":\"Walking Tour of Leh\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Take a guided walking tour of Leh town, including a visit to Leh Palace, Known as &amp;ldquo;Lachen Palkhar&amp;rdquo; which was built at the beginning of 17th century AD, Victory Peak, and the old quarter.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the gift shop and headquarters of LEDeG, a conservation organization working to preserve the environment and Ladakhi&amp;rsquo;s traditional ways of life.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Night stay at the hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338133\",\"Title\":\"Leh to Zingchen, Trek to Camp\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a hearty pre-trek breakfast, drive to Zingchen via Spituk&amp;nbsp; Bridge and start walking towards Rumbak .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continuing up the gorge, you&amp;rsquo;ll have a dramatic entry to the Snow Leopard&amp;rsquo;s high altitude home at the Hemis National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enroute watch amidst the cliffs and at the base of rocks where they mark their turf for signs of snow leopard, and other wildlife.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tonight you&amp;rsquo;ll be staying&amp;nbsp; in a tent, at a wildlife study camp.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your trekking time is approximately 3-4 hrs. With Elevation: 12,400&amp;rsquo;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338134\",\"Title\":\"Wholesome journey of your adventure starts\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;The wholesome journey of your adventure starts here with full days of tracking Snow Leopard and its wildlife prey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hemis National Park is home to blue sheep, argali (a large horned sheep), numerous mountain and migratory birds, as well as an occasional Tibetan wolf.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are likely to see signs of Snow Leopard as winter is the time that they descend to lower elevations.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If lucky, you&amp;rsquo;ll actually see one perched high in the rocks or balanced on a near vertical ridge. Return to camp for some hot servings and warming tea and share tales of the day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight is in Camp.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338135\",\"Title\":\"Wildlife Viewing\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;This morning get up and have scenic view of Hemis National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After breakfast start exploring.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are likely to see signs of Snow Leopard as winter is the time that they descend to lower elevations.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If lucky, you&amp;rsquo;ll actually see one perched high in the rocks or balanced on a near vertical ridge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to camp for some hot servings and warming tea and share tales of the day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight is in Camp.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38075,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338136\",\"Title\":\"Explore Hemis National Park\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Hemis National Park is home to blue sheep, argali (a large horned sheep), numerous mountain and migratory birds, as well as an occasional Tibetan wolf.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are likely to see signs of Snow Leopard as winter is the time that they descend to lower elevations.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If lucky, you&amp;rsquo;ll actually see one perched high in the rocks or balanced on a near vertical ridge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to camp for some hot servings and warming tea and share tales of the day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight is in Camp.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38077,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338137\",\"Title\":\"Trek to Zingchen, and Return to Leh\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today is the final day of your trekking, say goodbye to your hosts and hike down-valley past familiar Snow Leopard haunts and piles of carved Tibetan prayer stones to the road head at Zingchen; 2-3 hrs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Leh, and check into a hotel for your first real bed after a week!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534090,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"338138\",\"Title\":\"Leh to Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Early morning you&amp;rsquo;ll be dropped at the Leh airport for your flight back home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"47032\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"55535.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"55535.70\",\"priceSingleOcc\":61343.7,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55535.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":55535.7,\"COSTSO\":61343.7,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"60458.20\",\"priceSingleOcc\":66266.2,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60458.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":60458.2,\"COSTSO\":66266.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"73582.30\",\"priceSingleOcc\":79390.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73582.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":73582.3,\"COSTSO\":79390.3,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flight tickets from Delhi-Leh-Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sleeping Bags, trekking shoes and clothing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses, Personal binocular or Optional Tours \\/ Extra Meals Ordered&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ldquo;Prices Included&amp;rdquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips, Insurance, Laundry, Phone Calls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral, Aerated)&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;Stay on Twin Sharing basis with all meals in A class hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All meals on trek&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Transportation by Innova,Scorpio &amp;amp; Tempo Traveller&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guide services throughout the tour in Ladakh&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;National Park entrance fees &amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Snow Leopard Foundation Fee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ponies for luggage&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camping equipment( Member ,kitchen ,toilet and dining&amp;nbsp; tents, mattress, kitchen equipment, cook, helpers)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spotting Scope and walkie talkie during the trek.&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;Clothing (Heavy Warm Feather Jacket, Warm philes jacket, woolen and windproof gloves , Warm hat, woolen Socks, Warm Windproof Trouser, Sweaters etc)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Trekking shoes (Water proof).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun glass with UV Protection&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Torch with extra batteries.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen lotion and cold cream.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sleeping bag for &amp;ndash; 25.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Light towel (should be thin, quick drying kind).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Chapstick or lip balm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water bottles. The insulated water bottles are good but even normal water bottles will suffice.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera, memory-cards, batteries etc (carry enough spare batteries. Electricity is not available on the slopes)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal toiletries\\/windcheater\\/Tissue rolls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If available then a Pair of walking sticks.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;An identification card (like Passport,driving license, voters ID card etc), along with a photocopy.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"338131\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[338131],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338132\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[338132],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338133\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[338133],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338134\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[338134],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338135\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[338135],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338136\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[338136],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"338137\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[338137],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"338138\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[338138],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh','Leh,Ladakh,Indian Subcontinent,North India,India','','15229',55536,73582,7,'',NULL,'[{\"day\":1,\"images\":\"hans-jurgen-mager-MrW_AqAFNR0-unsplash (1).jpg\"},{\"day\":2,\"images\":\"mountains-g2864f3933_640.jpg\"},{\"day\":3,\"images\":\"images (1).jpeg\"},{\"day\":4,\"images\":\"things-to-do-in-Hemis-National-Park.jpg\"},{\"day\":5,\"images\":\"snow-leopard-tambako-the-jaguar-flickr-2.jpg\"},{\"day\":6,\"images\":\"main_1551252620_copy.jpg\"},{\"day\":7,\"images\":\"download (14).jpeg\"},{\"day\":8,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:34:56','2023-09-04 00:00:00',1,1,'1','1','0','ladakh trip, trekking tour, trekking trip, trekking in ladakh, trekking packages, ladakh trek, trekking tour packages, ladakh trekking packages, chadar trek package, trekking trip package, chadar trekking, book a trek, ladakh camping, Ladakh Trekking Package with Camping','Explore Enchanting Ladakh – Book Mesmerizing Ladakh Snow Leopard Trek with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Book Ladakh Trekking Package with Camping',NULL,'snow-leopard-trek-with-camping',NULL,NULL,NULL,0),(107,47671,1,35,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":47671,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mesmerizing Turkey Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":1149,\"Title\":\"Antakya\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"342206\",\"Title\":\"Arrival In Istanbul\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"342209\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"342212\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"342215\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1149,\"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\":\"342218\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1149,\"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\":\"342221\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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\":\"342224\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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\":\"47671\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":10,\"Price\":\"17250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19550,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":21850,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":17250,\"COSTSO\":21850,\"CostQuad\":null,\"ACEB\":24150,\"COSTTO\":24150},{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":24150,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":19550,\"COSTSO\":24150,\"CostQuad\":null,\"ACEB\":24150,\"COSTTO\":24150},{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21850,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":20700,\"COSTSO\":25300,\"CostQuad\":null,\"ACEB\":24150,\"COSTTO\":24150},{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22617,\"priceDoubleOcc\":\"21850.00\",\"priceSingleOcc\":26450,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21850,\"COSTSO\":26450,\"CostQuad\":null,\"ACEB\":24150,\"COSTTO\":24150},{\"From\":\"2023-01-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24150,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":28750,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":24150,\"COSTSO\":28750,\"CostQuad\":null,\"ACEB\":24150,\"COSTTO\":24150}]}]}]}}]}]},\"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\":{\"342206\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[342206],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342209\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[342209],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342212\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[342212],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342215\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[342215],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342218\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[342218],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342221\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[342221],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342224\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[342224],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[]}}','Istanbul,Cappadocia,Antakya','Istanbul,Central Asia,Turkey,Eurasia,Antakya,Cappadocia',NULL,'12905,5094,1149',17250,24150,4,NULL,NULL,NULL,2,'',0,'2023-01-23 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'Turkey','222','2023-01-23 17:22:08','2023-01-23 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'mesmerizing-turkey-tour',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (108,45950,1,35,0,0,0,'Honeymoon,Adventure,Family,Cruise,Hill Station,Heritage,Culture,Shopping and Nightlife',NULL,1,1,0,'{\"package\":{\"TPId\":45950,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/explore-turkey_1672213006\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism in Turkey&amp;nbsp;is focused largely on a variety of historical sites, and on seaside resorts along its&amp;nbsp;Aegean&amp;nbsp;and&amp;nbsp;Mediterranean Sea&amp;nbsp;coasts. Turkey has also become a popular destination for&amp;nbsp;culture, spa, and health care.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cappadocia\",\"DestinationPlacesSysId\":5094,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Explore Turkey\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"1810\",\"SupplierName\":\"Dook travel Pvt. ltd.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Lunch,Intercity Transfers,Guided Tours,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Cruise,Hill Station,Heritage,Culture,Shopping and Nightlife\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531489,\"Name\":\"Cankurtaran\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0041703\",\"Long\":\"28.9798811\",\"Address\":\"Cankurtaran, Amiral Tafdil Sk. No:19, 34122 Fatih\\/?stanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":531491,\"Name\":\"Kocatepe\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.040852\",\"Long\":\"28.983691\",\"Address\":\"Abd&uuml;lhakhamit CAD, Kocatepe, taksim no:58, 34437 Beyo?lu\\/?stanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5772,\"Title\":\"shopping tour istanbul\",\"Description\":\"Get a great introduction to the city&#039;s stores and markets\\r\\nMake the most of your time in Turkey\\r\\nFind high fashion and handicrafts\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/995_1528702339.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37148,\"Title\":\"Taksim Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":41.0370023,\"Long\":28.9850917,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; Palace, or the Seraglio, is a large museum in the east of the Fatih district of Istanbul in Turkey. In the 15th and 16th centuries, it served as the main residence and administrative headquarters of the Ottoman sultans.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1600251600.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":6072,\"Title\":\"GRAND COVERED BAZAAR\",\"Description\":\"The Grand Bazaar in Istanbul is one of the largest and oldest covered markets in the world, with 61 covered streets and over 4,000 shops which attract between 250,000 and 400,000 visitors daily.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/130_1529997475.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17680,\"Title\":\"Buyukada\",\"Description\":\"B&amp;uuml;y&amp;uuml;kada is the largest of the nine so-called Princes&amp;#039; Islands in the Sea of Marmara, near Istanbul, with an area of about 2 square miles. It is officially a neighbourhood in the Adalar district of Istanbul Province, Turkey.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Buyukada_12905_1602139919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17681,\"Title\":\"Rose Valley\",\"Description\":\"One of the nicest and most most beautiful places to go walking in Cappadocia in in Red and Rose Valley . The two valleys are next to each other and are easily combined. Start at Sunset point (near Ortahisar) and hike down through first Red Valley and then continue on the Rose Valley. At the top of Red Valley you can stop for lunch or a cold drink at Ibrahim&amp;#039;s place - Kizilvadi Restaurant (www.kizilvadi.com). This must be the most pretty and serene places to eat in the whole region. It&amp;#039;s right in the valley surrounded by flowers, cave churches and fields full of fruit trees and grape vines. The owner Ibrahim and his family (3 generations of them in all) are extremely nice and serve traditional and very tasty home made food. It a great place to relax and escape the heat during walking through the surrounding valleys.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rose_Valley_5094_1602143039.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":6080,\"Title\":\"Devrent Valley\",\"Description\":\"DEVRENT VALLEY. Devrent Valley, which is also known as Imaginary Valley and also as Pink Valley does not have cave churches like the other valleys of Cappadocia. There are no Roman castles or Roman tombs in Devrent Valley, either. Actually it was never inhabited.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/130_1530000501.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":4944,\"Title\":\"Cavusin\",\"Description\":\"Cavusin or the Old Greek Village is one of the off-beat places in Cappadocia, Turkey. Located around 5kms from the major tourism hub Goreme, this unexplored spot has a marvellous historical tale to tell. The major highlight of splendour structure is the old and quaint church at the top of the rock overlooking the entire old town at its best. A small village in Cappadocia is one of the oldest settlements, once it used to be home to locals is now one of the best sunset spots in the area. A must visit off-beat place when in Turkey!\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6727959,\"Long\":34.8306852,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525753813.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11659,\"Title\":\"PASABAG (MONKS VALLEY)\",\"Description\":\"Pasabag in Cappadocia is located on the road to Zelve, coming from Goreme or Avanos. Highly remarkable earth pillars can be seen here, in the middle of a vineyard, hence the name of the place which means: the Pacha&#039;s vineyard. Pacha means &quot;General&quot;, the military rank, in Turkish and it is a very common nick name. This site is also called&Acirc;&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;color: rgb(51, 51, 51) font-family: Verdana, Arial, Helvetica, sans-serif font-size: 11px background-color: rgb(239, 236, 219)&quot;&gt;Monks Valley&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana, Arial, Helvetica, sans-serif font-size: 11px background-color: rgb(239, 236, 219)&quot;&gt;. The name was derived from some cones carved in tuff stones which stand apart. Currently, there is a vineyard and a number of tuff cones standing right next to the road.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37156,\"Title\":\"\\u00d6zkonak Underground City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.8066237,\"Long\":34.84016280000001,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37157,\"Title\":\"Esbelli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6353432,\"Long\":34.8907752,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null}]}},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531504,\"Name\":\"gaferli mah\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"38.6432948\",\"Long\":\"34.8364296\",\"Address\":\"gaferli mah, M&uuml;ze Cd. No:52, 50180 G&ouml;reme\\/Nev?ehir Merkez\\/Nev?ehir, Turkey\"},\"Images\":[],\"CityId\":5094,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":531506,\"Name\":\"Esbelli\",\"Star\":\"3.00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"38.6357663\",\"Long\":\"34.9026967\",\"Address\":\"Esbelli, Dolay-2 Sk. No:14, 50400 &Uuml;rg&uuml;p\\/Nev?ehir, Turkey\"},\"Images\":{\"Image\":[{\"ImagId\":4826177,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531506\\/35_01686134508.jpg\"},{\"ImagId\":4826178,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531506\\/35_11686134509.jpg\"},{\"ImagId\":4826179,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531506\\/35_21686134509.jpg\"},{\"ImagId\":4826180,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531506\\/35_31686134510.jpg\"}]},\"CityId\":5094,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531506\\/35_7903b0d73730ed6a0f609146dc82819c1686134508.jpg\",\"AccoAminitiesMask\":\"111000001000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5772,\"Title\":\"shopping tour istanbul\",\"Description\":\"Get a great introduction to the city&#039;s stores and markets\\r\\nMake the most of your time in Turkey\\r\\nFind high fashion and handicrafts\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/995_1528702339.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37148,\"Title\":\"Taksim Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":41.0370023,\"Long\":28.9850917,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; Palace, or the Seraglio, is a large museum in the east of the Fatih district of Istanbul in Turkey. In the 15th and 16th centuries, it served as the main residence and administrative headquarters of the Ottoman sultans.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1600251600.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":6072,\"Title\":\"GRAND COVERED BAZAAR\",\"Description\":\"The Grand Bazaar in Istanbul is one of the largest and oldest covered markets in the world, with 61 covered streets and over 4,000 shops which attract between 250,000 and 400,000 visitors daily.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/130_1529997475.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17680,\"Title\":\"Buyukada\",\"Description\":\"B&amp;uuml;y&amp;uuml;kada is the largest of the nine so-called Princes&amp;#039; Islands in the Sea of Marmara, near Istanbul, with an area of about 2 square miles. It is officially a neighbourhood in the Adalar district of Istanbul Province, Turkey.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Buyukada_12905_1602139919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":17681,\"Title\":\"Rose Valley\",\"Description\":\"One of the nicest and most most beautiful places to go walking in Cappadocia in in Red and Rose Valley . The two valleys are next to each other and are easily combined. Start at Sunset point (near Ortahisar) and hike down through first Red Valley and then continue on the Rose Valley. At the top of Red Valley you can stop for lunch or a cold drink at Ibrahim&amp;#039;s place - Kizilvadi Restaurant (www.kizilvadi.com). This must be the most pretty and serene places to eat in the whole region. It&amp;#039;s right in the valley surrounded by flowers, cave churches and fields full of fruit trees and grape vines. The owner Ibrahim and his family (3 generations of them in all) are extremely nice and serve traditional and very tasty home made food. It a great place to relax and escape the heat during walking through the surrounding valleys.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rose_Valley_5094_1602143039.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":6080,\"Title\":\"Devrent Valley\",\"Description\":\"DEVRENT VALLEY. Devrent Valley, which is also known as Imaginary Valley and also as Pink Valley does not have cave churches like the other valleys of Cappadocia. There are no Roman castles or Roman tombs in Devrent Valley, either. Actually it was never inhabited.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/130_1530000501.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":4944,\"Title\":\"Cavusin\",\"Description\":\"Cavusin or the Old Greek Village is one of the off-beat places in Cappadocia, Turkey. Located around 5kms from the major tourism hub Goreme, this unexplored spot has a marvellous historical tale to tell. The major highlight of splendour structure is the old and quaint church at the top of the rock overlooking the entire old town at its best. A small village in Cappadocia is one of the oldest settlements, once it used to be home to locals is now one of the best sunset spots in the area. A must visit off-beat place when in Turkey!\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6727959,\"Long\":34.8306852,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525753813.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":11659,\"Title\":\"PASABAG (MONKS VALLEY)\",\"Description\":\"Pasabag in Cappadocia is located on the road to Zelve, coming from Goreme or Avanos. Highly remarkable earth pillars can be seen here, in the middle of a vineyard, hence the name of the place which means: the Pacha&#039;s vineyard. Pacha means &quot;General&quot;, the military rank, in Turkish and it is a very common nick name. This site is also called&Acirc;&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;color: rgb(51, 51, 51) font-family: Verdana, Arial, Helvetica, sans-serif font-size: 11px background-color: rgb(239, 236, 219)&quot;&gt;Monks Valley&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana, Arial, Helvetica, sans-serif font-size: 11px background-color: rgb(239, 236, 219)&quot;&gt;. The name was derived from some cones carved in tuff stones which stand apart. Currently, there is a vineyard and a number of tuff cones standing right next to the road.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37156,\"Title\":\"\\u00d6zkonak Underground City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.8066237,\"Long\":34.84016280000001,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null},{\"RefSSId\":37157,\"Title\":\"Esbelli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6353432,\"Long\":34.8907752,\"Image\":\"0\",\"SupplierSysId\":1810,\"SupplierName\":\"Dook travel Pvt. ltd.\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"331729\",\"Title\":\"Arrival at Istanbul Airport\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from Airport to Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Taksim Square,&amp;nbsp;then stroll down the shopping and nightlife hub of Istiklal Street&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accompanied by a local guide, explore the Taksim and Nevizade districts&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the area&amp;rsquo;s hidden passageways and little-known sights, and walk down to see the Galata Tower.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time &amp;ndash; can explore night activities at you own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Optional Tour (Bosphorus Dinner cruise with drinks and Turkish night show)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":531491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5772,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331730\",\"Title\":\"Full Day Istanbul Tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pick up from hotel for full day Istanbul tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Hippodrome&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;Ancient Hippodrome was the scene of chariot races, with the three monuments; the Obelisk of Theodosius, the bronze Serpentine Column and the Column of Constantine.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Sultanahmed Imperial Mosque (Blue Mosque)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;Across from Hagia Sophia Grand Mosque, it was built in the 16th century by the architect Mehmet, is known as the BLUE MOSQUE because of its magnificent interior decoration of blue Iznik tiles.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Hagia Sophia Grand Mosque (Inside)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;The Hagia Sophia Grand Mosque, previously known as the Church of Divine Wisdom, is simply the best of its kind! Hagia Sophia Grand Mosque is the greatest surviving example of Byzantine Architecture. For 1000 years, it was once the largest church in the world, decorated with stunning 6th century golden mosaics.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;14:00 lunch at Indian restaurant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;After lunch continue the tour in old city:&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Top Kapi Palace (Inside)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;The great palace of the Ottoman sultans from the 15th to the 19th centuries. The palace houses an exquisite collection of crystal, silver, and Chinese porcelain. Robes worn by the sultans and their families, the famous jewels of the Imperial Treasury, miniatures, and the Holy Mantle; enshrining relics of the Prophet Mohammed.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Shopping in Grand Bazaar&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;Grand Bazaar of Istanbul is one of the oldest and largest markets in the world. The Bazaar encompasses 64 streets, 4000 shops, restaurants, and banks, making it almost its own little city. It is often considered to be among the very first shopping malls in the world.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Free time &amp;ndash; can explore night activities at you own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":531491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8962,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11095,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17287,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6072,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331731\",\"Title\":\"Prince&rsquo;s Islands Tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour to Princess Island&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cruise the beautiful Marmara Sea to Princes&amp;#39; Island by boat. Buyukada (grand island) the largest island of Prince&amp;rsquo;s Islands in the Marmara Sea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Orientation tour of the island with one of the public electrical vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at local restaurant ( local cuisine, drinks are excluded).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After lunch free time on the island. In the late afternoon cruise back to the Istanbul.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time &amp;ndash; can explore night activities at your own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":531491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17680,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331732\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"331733\",\"Title\":\"Flight to Cappadocia\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from hotel to Istanbul airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flight to Cappadocia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Kayseri airport and transfer to Cappadocia hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch at Indian restaurant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free time &amp;ndash; can explore night activities at you own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in hotel.&lt;br \\/&gt;\\r\\n\\t&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531504,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":531506,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"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\":\"331734\",\"Title\":\"Full day Cappadocia tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full day Cappadocia tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Ozkonak Underground City&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;On the northern slopes of Mount Idis, as you hunch to stroll the tiny corridors of this ancient city you&amp;#39;ll feel very big compared to the people who once lived here. Likely built in the Byzantine era, though perhaps even older, &amp;Ouml;zkonak Underground City was rediscovered in the 70&amp;#39;s&amp;nbsp; by a local farmer who wondered where his excess crop water was going. Turns out it was going into a huge subterranean city stretching ten floors deep and able to house 60,000 people.&lt;br \\/&gt;\\r\\nReaching a depth of 40 meters in total, today only the first four floors of &amp;Ouml;zkonak Underground City are open. As you wander the tiny corridors, you&amp;#39;ll see the sophistication of the city which had a built- communication system made up of pipes that connected all 10 levels. Look out for holes in the walls too &amp;mdash; these provided ventilation in the event that &amp;Ouml;zkonak city would have to close itself off to the outside world if enemies tried to invade. The underground city also had its own winery and water well, and if enemies did get too close, well &amp;Ouml;zkonak&amp;rsquo;s inhabitants were more than ready to pour hot oil on them through secret holes designed for that very purpose.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cavusin Valley&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;The quiet Cappadocian village of &amp;Ccedil;avu?in is famous for three things: beautiful churches, abandoned rock houses, and great hiking opportunities. The village is dominated by its cliff from which a clutter of empty cave houses spill down precariously, making for a fun place to explore. The area of the village where people live today is nice and quiet &amp;mdash; most people work in agriculture and you&amp;rsquo;ll see that the little cafe by the mosque is the local hotspot.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Love Valley&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;Love Valley Cappadocia is a place of natural wonders. Home to giant, tricky shaped monuments that were left by mother nature and are now a huge hit amongst tourist.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Devrent Valley &amp;ndash; Imagination Valley&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;Devrent Valley (also spelled as Dervent Valley) reveals many different rock formations . The small fairy chimneys in the valley form a lunar landscape, or moonscape, by their strange look. The valley also has many animal shaped rocks. It looks like a sculpture zoo made by nature. Some of the most important, or the easiest seen animal shapes are camel, snake, seals, and dolphin. If you let your imagination run free you will find many others. It is like looking at clouds and seeing a dragon. There is even a rock pillar which looks like Virgin Mary, holding Jesus Christ&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Three Beauties&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;One of the most important symbols of Cappadocia, the Legend of Three Beauties takes its name from the fairy chimney of two adults and a child. So why have we defined these fairy chimneys as adults and a child? When you learn the legend, you will fully understand what we mean.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Pasabaglar &amp;ndash; Monk Valley&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&quot;margin-left:40px&quot;&gt;This breath-taking valley is famous for its having wonderful lanscape and the best various collection of fairy chimneys in Cappadocia. With this aspect, it reminds of the people&amp;#39;s mind that the fascinating place looks like the museum of fairy chimneys. Also its extraordinary scene creates a metaphysical world by relaxing the spirit of visitors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Free time &amp;ndash; can explore night activities at you own&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531504,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":531506,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17681,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6080,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4944,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11659,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37156,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37157,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331735\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Checkout from the hotel. Transfer to Kayseri airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flight to Istanbul.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return flight from Istanbul.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"104489.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"104489.00\",\"priceSingleOcc\":122628,\"priceExtraBed\":\"99990.00\",\"priceWithoutBed\":\"83589.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":104489,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":83589,\"CEB\":99990,\"COSTDO\":104489,\"COSTSO\":122628,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"331729\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[331729],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331730\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[331730],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"331731\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[331731],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"331732\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[331732],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331733\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[331733],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"331734\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[331734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"331735\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[331735],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Istanbul,Cappadocia','Istanbul,Central Asia,Turkey,Eurasia,Cappadocia','','12905,5094',104489,104489,5,'108_1675074972_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Turkey','222','2023-09-04 13:02:04','2023-09-04 00:00:00',1,1,'1','1','0','Book Turkey holiday packages from India, Turkey tour, Istanbul trip, best time to visit Turkey, hotels, flights, airline tickets, places to visit in Turkey, Cappadocia holiday packages, Turkey holiday packages from India','Book Turkey Holiday Packages - Package Includes: Hotel Accommodation, Buffet Breakfasts, Tour Guide, Sightseeing, City Tour, Shopping Tour, Entrance Tickets, Airport Pickup & Drop','Turkey holiday packages from India',NULL,'explore-turkey',NULL,NULL,NULL,0),(109,49482,1,35,1,0,0,'Adventure,Wildlife,Family,Religious,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":49482,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/jaipur-with-ranthambore-national-park-tour_1676438158\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;A tour of Jaipur and Ranthambore National Park can be an exciting and memorable experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jaipur is the capital city of the state of Rajasthan, India. It is known for its vibrant culture, historic landmarks, and colorful markets.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ranthambore National Park is a wildlife sanctuary located in Sawai Madhopur district of Rajasthan. It is home to several endangered species, including tigers, leopards, sloth bears, and Indian gazelles.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Jaipur With Ranthambore National Park Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Jungle Safari,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family,Religious,Heritage,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538942,\"Name\":\"Hotel Classic Inn\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22871,\"Title\":\"Laxmi Narayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49,\"Title\":\"Ana Sagar Lake\",\"Description\":\"Ana Sagar Lake is an artificial lake. Lake is founded by the grandfather of Prithivi Raj Chauhan, King Anaji Chauhan and is one of the largest lake of India.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4745925,\"Long\":74.6195474,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Ana_Sagar_Lake_367_1528802582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":241,\"Title\":\"Brahma Temple\",\"Description\":\"Also called the Jagatpita Brahma Mandir. Constructed of marble and stone, it has a unique architecture along with the majestic red pinnacle. The bird motif of the sacred structure gives it a distinctive identity. Inside the place of worship, images of Brahma adorn the sanctum sanctorum. Married men are not allowed entry into the sanctum sanctorum as this place is reserved only for ascetics or sanyasis.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4880275,\"Long\":74.5658902,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/59\\/thumb\\/Brahma Temple_409.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1544,\"Title\":\"Savitri Temple\",\"Description\":\"Given that the trek to reach here tiresome, it is considered to be undertaking a punishment for any sins that you may have committed.  This multi-faceted view is truly engaging and visiting these places is amongst the pleasurable things to do in Pushkar.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4612573,\"Long\":74.5433415,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6107\\/thumb\\/Savitri Temple_292.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1397,\"Title\":\"Pushkar Lake\",\"Description\":\"This lake is surrounded by more than fifty bathing ghats. It is a sacred water body for Hindus and is where the Pushkar Fair is held.  The lake is generally full through the year and has different varieties of fish. The surrounding regions are home to exotic flora and fauna. Numerous migratory birds visit the water body during certain seasons.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4871515,\"Long\":74.5540177,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/58\\/thumb\\/Pushkar Lake_95.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5849,\"Title\":\"Dhai Din Ka Jhonpra, Lakhan Kothri, Ajmer, Rajasthan, India\",\"Description\":\"&amp;quot;Adhai Din Ka Jhonpra&amp;quot; literally means &amp;quot;shed of two-and-a-half days&amp;quot;.  The mosque was constructed  with materials from destroyed Hindu and Jain temples. It is one of the oldest mosques in India, and the oldest surviving monument in Ajmer.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.455216,\"Long\":74.6251458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dhai_Din_Ka_Jhonpra,_Lakhan_Ko_367_1528803794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":545,\"Title\":\"Ganesh Temple\",\"Description\":\"The temple offers a glimpse of modern Indian architecture. Consisting of three domes which symbolise the three main religions of India. The main attraction, which is the idol of Lord Ganesha is in a sitting posture and the trunk is towards the left, which is considered very auspicious. A massive idol of mushak, on which Lord Ganesha was said to ride, is also placed in front of the Ganesh idol.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4121\\/thumb\\/Ganesh Temple_179.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"355965\",\"Title\":\"Arrival at Delhi - Transfer to Jaipur\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Delhi Airport\\/ Railway station and drive to Jaipur, on arrival check into the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spend the evening at leisure. If time permits visit Laxminarayan Temple (Birla Mandir) &amp;amp; Chokhi Dhani &amp;ndash; An Ethnic Village Resort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy Rajasthani cuisine with live folk dance and music.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538942,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":22871,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":346,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"355966\",\"Title\":\"Full Day Excursion to Ajmer &amp; Pushkar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After early breakfast start for full day excursion to Ajmer &amp;amp; Pushkar. Drive to Ajmer (145Kms\\/2.5Hrs). It is a pilgrimage center for the shrine of the Sufi Saint Khwaja Moinuddin Chishti.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the famous dargah of Moinuddin Chishti also known as Ajmer Sharif Dargah or Ajmer Sharif. Later proceed to the mosque Adhai-Din-Ka Jhonpara, commissioned by Qutb-ud-Din-Aibak, on orders of Muhammad Ghori, in 1192. Proced to Ana Sagar Lake - an artificial lake situated in the city of Ajmer and spread over 13Kms. There is an island in the center of the lake which is accessible by boat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ajmer also serves as a base for visiting Pushkar (15 km), an ancient Hindu pilgrimage city. Visit the various ghats, holy Pushkar Lake, Rangji temple, Man Mahal &amp;amp; Savitri Temple. There are more than 400 hundred temples in Pushkar but the main attraction being the temple of Lord Brahma, the only temple in India dedicated to Brahma. Return to hotel by evening. Overnight stay at Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538942,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":398,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1544,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1397,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"355967\",\"Title\":\"Full Day Trip to Ranthambore National Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast proceed to Ranthambore National Park and head out on an afternoon jeep safari on the lookout for tigers and other wildlife. Jeep Safari is on direct payment basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ranthambore has finest tiger reserves of India and considered as the best place to spot a tiger in his own natural habitat. Vehicles used for safari in Ranthambore National Park - Canter (20 Seater) OR Jeep (6 Seater). Timings for entry into, and exit from, the park vary according to the season. In winters, due to the shorter duration of daylight hours, the morning entry time is delayed and evening exit time is preponed. Morning Safari timings - 7AM to 10:30AM &amp;amp; Afternoon Safari timings are 2PM to 5:30PM. Visit Ranthambore Fort built in 994 A.D. atop high creek 200 meters above sea level, Ganesh Temple, Padam Talao Lake is known for its abundance of water lilies.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening drive back to Jaipur. Overnight stay at Jaipur hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538942,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":545,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"355968\",\"Title\":\"Transfer from Jaipur to Delhi - Departure from Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from the hotel and proceed to Delhi Airport \\/ Railway station (260kms\\/6Hrs) for your onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends and memories begin.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49482\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"14275.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14275.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14275.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14275.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14275.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14275.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14275.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14275.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14275.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14275.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"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\":{\"355965\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[355965],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"355966\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[355966],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"355967\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[355967],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"355968\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[355968],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Jaipur','Jaipur,Rajasthan,Indian Subcontinent,North India,India,Ajmer,Pushkar,RANTHAMBORE NATIONAL PARK','','12995',14276,14276,3,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"pic (35).jpg\"},{\"day\":4,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:31:25','2023-09-04 00:00:00',1,1,'1','1','0','Jaipur tour, Ranthambore National Park tour, Rajasthan travel, cultural tourism, wildlife tourism, luxury tour, India tour, guided tour, holiday package, tour operator','Experience the rich cultural heritage and wildlife of Rajasthan with our Jaipur with Ranthambore National Park Tour. Discover the stunning beauty of Jaipur, the Pink City, and witness the majestic tigers at Ranthambore National Park.','Jaipur with Ranthambore National Park Tour',NULL,'jaipur-with-ranthambore-national-park-tour',NULL,NULL,NULL,0),(110,49495,1,35,1,0,0,'Family,Religious,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":49495,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/best-of-rajasthan---jaipur-jodhpur-udaipur_1676444056\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;A tour of Jaipur, Jodhpur, and Udaipur is a popular itinerary in Rajasthan, India.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jaipur, the capital city of Rajasthan, is known as the Pink City due to its buildings&amp;#39; pink color. Jaipur is famous for its stunning forts, palaces, and vibrant markets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jodhpur, also known as the Blue City, is famous for its magnificent forts, palaces, and colorful bazaars.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Udaipur, also known as the City of Lakes, is famous for its beautiful palaces, lakes, and gardens.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The best time to visit Jaipur, Jodhpur, and Udaipur is from October to March when the weather is pleasant. During this time, you can also participate in various festivals and events in these cities, such as the Jaipur Literature Festival and the Jodhpur International Kite Festival.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Finally, don&amp;#39;t forget to try the local cuisine of Rajasthan, which is known for its spicy and savory flavors. Some of the must-try dishes include Dal Baati Churma, Gatte ki Sabzi, Laal Maas, Pyaaz Kachori, and Mawa Kachori.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Jaipur\",\"SourcePlaceSysId\":12995,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Best of Rajasthan - Jaipur, Jodhpur and Udaipur\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Family,Religious,Heritage,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538961,\"Name\":\"The Wall Street Beacon\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":780,\"Title\":\"Johari Bazaar\",\"Description\":\"Jaipur is home to India&amp;rsquo;s largest and the most fabulous collection of jewelry of all types. There are many markets in Jaipur selling precious stones &amp;amp; gems, semi-precious stones, and jewelry with a limited warranty. And Johari Bazaar is one of the earliest Jaipur shopping places where you can buy all these. The plethora of choices and amazing designs will leave you spellbound, especially the wonderful handmade, delicate jewelry.\\r\\n\\r\\nSpecialty: Shop for jewelry with precious gemstones and handmade necklaces which are just beautiful and available at reasonable prices at this Jaipur market.\\r\\n\\r\\nOpen: All 7 days open  Johari Bazaar Jaipur Timings &amp;ndash; 11 am to 10 pm\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9021543,\"Long\":75.7543933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Johari_Bazaar_12995_1519713181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39793,\"Title\":\"Amer fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":485,\"Title\":\"Elephant Ride\",\"Description\":\"This is the most attractive thing in jaipur tour. Ones tour cannot be completed unless one has this. The elephants are decorated and painted really well and offer a very enjoyable ride to the fort top.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9031205,\"Long\":75.7979863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Elephant_Ride_12995_1529062753.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":551,\"Title\":\"Garden Of The Maidens\",\"Description\":\"Saheliyon ki Bari is one of the significant traveler destinations in Udaipur, Rajasthan. Actually meaning the &amp;#039;greenery enclosure of ladies&amp;#039;, this greenhouse was worked for the gathering of 48 orderlies that a princess carried alongside her. Situated beneath the bank of the Fateh Sagar Lake, the patio has numerous pools, wellsprings, and water channels that upgrade the atmosphere of the spot. As per legend the greenery enclosure was built to help the Queen&amp;#039;s ladies have a fabulous time and peace far from the political ruses of the primary royal residence. The Queen and her friends used to appreciate unlimited hours of unwinding and fun and that clarifies the name of this nature-favored patio nursery.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Garden_Of_The_Maidens_28058_1529405797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1228,\"Title\":\"Nehru Garden\",\"Description\":\"Nehru Garden is named after the main Prime Minister of India, Jawaharlal Nehru. Initiated on his introduction to the world commemoration on fourteenth November, 1967, it is an oval formed island. Situated in the focal point of Fateh Sagar, it neglects the old Moti Mahal of Maharana Pratap. Inside its zone of 4.5 sections of land, the recreation center contains bloom gardens and a lily lake. Drinking fountains looking like those in Brindavan Gardens of Mysore likewise enhance the recreation center. Pyramid molded, the wellsprings are of channel sort. In the north-west of the recreation center lies a pontoon formed skimming eatery. By water crafts, travelers can achieve this park from one side of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5836599,\"Long\":73.6959468,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Nehru_Garden_28058_1529404475.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1883,\"Title\":\"Vintage &amp; Classic Car Collection Museum\",\"Description\":\"On fifteenth February 2000, The Vintage and Classic Car Collection, The Palace Udaipur was uncovered completely to the overall population. This introduction permitted guests to welcome this amazing accumulation of autos interestingly. The Vintage and Classic Car Collection is an auto accumulation and a gallery with a distinction. Every one of the vehicles on show have had a place with the Maharanas of Mewar over a significant time span. In spite of a few vehicles being more than seventy years of age, every one has been meticulously reestablished so they are in working request. The gathering is housed in the first previous Mewar State Motor Garage, a great setting for such a fine combination of vehicles. The bougainvillea - covered Garden Hotel and Restaurant, a property of HRH Group of Hotels, Udaipur, is likewise contained inside the carport&amp;#039;s grounds. The semi-round engine carport with its forecourt is housed inside a more noteworthy yard, making a wonderful hideaway from the clamor of the avenues. One of the first Shell petrol pump is as yet remaining, as well as in a usable condition. The engine carport itself was worked during a period when the main autos around the local area had a place with the Mewar State Motor Garage and the present day environment make this carport as superbly a la mode as it should dependably have been\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Vintage_&amp;_Classic_Car_Collecti_28058_1529402976.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":107769,\"Name\":\"Niralidhani Ethnic Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.265410934992\",\"Long\":\"72.962924537038\",\"Address\":\"Siddhanath Circle Chopasni Road\"},\"Images\":{\"Image\":[{\"ImagId\":2358438,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_40_t.jpg\"},{\"ImagId\":2358439,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_41_t.jpg\"},{\"ImagId\":2358440,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_44_t.jpg\"},{\"ImagId\":2358441,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_57_t.jpg\"},{\"ImagId\":2358442,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_58_t.jpg\"},{\"ImagId\":2358443,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_59_t.jpg\"},{\"ImagId\":2358444,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_53_t.jpg\"},{\"ImagId\":2358445,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_60_t.jpg\"},{\"ImagId\":2358446,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_61_t.jpg\"},{\"ImagId\":2358447,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_62_t.jpg\"},{\"ImagId\":2358448,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/2e00d4c3_t.jpg\"},{\"ImagId\":2358449,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/63eccee0_t.jpg\"},{\"ImagId\":2358450,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/30c6d44d_t.jpg\"},{\"ImagId\":2358451,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/0c407819_t.jpg\"},{\"ImagId\":2358452,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/f7516458_t.jpg\"},{\"ImagId\":2358453,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/5facdffc_t.jpg\"},{\"ImagId\":2358454,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/cabdfe34_t.jpg\"},{\"ImagId\":2358455,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_43_t.jpg\"},{\"ImagId\":2358456,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_46_t.jpg\"},{\"ImagId\":2358457,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_49_t.jpg\"},{\"ImagId\":2358458,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_50_t.jpg\"},{\"ImagId\":2358459,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_54_t.jpg\"},{\"ImagId\":2358460,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_55_t.jpg\"},{\"ImagId\":2358461,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_56_t.jpg\"},{\"ImagId\":2358462,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_22_t.jpg\"},{\"ImagId\":2358463,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_24_t.jpg\"},{\"ImagId\":2358464,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_25_t.jpg\"},{\"ImagId\":2358465,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_27_t.jpg\"},{\"ImagId\":2358466,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_28_t.jpg\"},{\"ImagId\":2358467,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_36_t.jpg\"}]},\"CityId\":13184,\"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 Jodhpur, Niralidhani Ethnic Resort is in the business district and within the vicinity of Mehrangarh Fort and Sardar Market.  This hotel is within the vicinity of Jaswant Thada and Umaid Bhawan Palace.&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 34 individually decorated guestrooms, featuring minibars and LCD televisions. Your room comes with a memory foam bed. Rooms have private lanais. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature rainfall showerheads and complimentary toiletries.&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 recreational amenities such as an outdoor pool and bicycles to rent. Additional amenities at this Art Deco hotel include complimentary wireless Internet access, babysitting\\/childcare, and shopping on site. 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;Grab a bite at one of the hotel&amp;apos;s 2 restaurants, 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 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 a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Planning an event in Jodhpur? This hotel has 2400 square feet (223 square meters) of space consisting of conference space and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a train station pick-up service.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_40_t.jpg\",\"AccoAminitiesMask\":\"110101000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":780,\"Title\":\"Johari Bazaar\",\"Description\":\"Jaipur is home to India&amp;rsquo;s largest and the most fabulous collection of jewelry of all types. There are many markets in Jaipur selling precious stones &amp;amp; gems, semi-precious stones, and jewelry with a limited warranty. And Johari Bazaar is one of the earliest Jaipur shopping places where you can buy all these. The plethora of choices and amazing designs will leave you spellbound, especially the wonderful handmade, delicate jewelry.\\r\\n\\r\\nSpecialty: Shop for jewelry with precious gemstones and handmade necklaces which are just beautiful and available at reasonable prices at this Jaipur market.\\r\\n\\r\\nOpen: All 7 days open  Johari Bazaar Jaipur Timings &amp;ndash; 11 am to 10 pm\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9021543,\"Long\":75.7543933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Johari_Bazaar_12995_1519713181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39793,\"Title\":\"Amer fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":485,\"Title\":\"Elephant Ride\",\"Description\":\"This is the most attractive thing in jaipur tour. Ones tour cannot be completed unless one has this. The elephants are decorated and painted really well and offer a very enjoyable ride to the fort top.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9031205,\"Long\":75.7979863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Elephant_Ride_12995_1529062753.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":551,\"Title\":\"Garden Of The Maidens\",\"Description\":\"Saheliyon ki Bari is one of the significant traveler destinations in Udaipur, Rajasthan. Actually meaning the &amp;#039;greenery enclosure of ladies&amp;#039;, this greenhouse was worked for the gathering of 48 orderlies that a princess carried alongside her. Situated beneath the bank of the Fateh Sagar Lake, the patio has numerous pools, wellsprings, and water channels that upgrade the atmosphere of the spot. As per legend the greenery enclosure was built to help the Queen&amp;#039;s ladies have a fabulous time and peace far from the political ruses of the primary royal residence. The Queen and her friends used to appreciate unlimited hours of unwinding and fun and that clarifies the name of this nature-favored patio nursery.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Garden_Of_The_Maidens_28058_1529405797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1228,\"Title\":\"Nehru Garden\",\"Description\":\"Nehru Garden is named after the main Prime Minister of India, Jawaharlal Nehru. Initiated on his introduction to the world commemoration on fourteenth November, 1967, it is an oval formed island. Situated in the focal point of Fateh Sagar, it neglects the old Moti Mahal of Maharana Pratap. Inside its zone of 4.5 sections of land, the recreation center contains bloom gardens and a lily lake. Drinking fountains looking like those in Brindavan Gardens of Mysore likewise enhance the recreation center. Pyramid molded, the wellsprings are of channel sort. In the north-west of the recreation center lies a pontoon formed skimming eatery. By water crafts, travelers can achieve this park from one side of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5836599,\"Long\":73.6959468,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Nehru_Garden_28058_1529404475.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1883,\"Title\":\"Vintage &amp; Classic Car Collection Museum\",\"Description\":\"On fifteenth February 2000, The Vintage and Classic Car Collection, The Palace Udaipur was uncovered completely to the overall population. This introduction permitted guests to welcome this amazing accumulation of autos interestingly. The Vintage and Classic Car Collection is an auto accumulation and a gallery with a distinction. Every one of the vehicles on show have had a place with the Maharanas of Mewar over a significant time span. In spite of a few vehicles being more than seventy years of age, every one has been meticulously reestablished so they are in working request. The gathering is housed in the first previous Mewar State Motor Garage, a great setting for such a fine combination of vehicles. The bougainvillea - covered Garden Hotel and Restaurant, a property of HRH Group of Hotels, Udaipur, is likewise contained inside the carport&amp;#039;s grounds. The semi-round engine carport with its forecourt is housed inside a more noteworthy yard, making a wonderful hideaway from the clamor of the avenues. One of the first Shell petrol pump is as yet remaining, as well as in a usable condition. The engine carport itself was worked during a period when the main autos around the local area had a place with the Mewar State Motor Garage and the present day environment make this carport as superbly a la mode as it should dependably have been\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Vintage_&amp;_Classic_Car_Collecti_28058_1529402976.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":225071,\"Name\":\"Le Roi Udaipur\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.568317\",\"Long\":\"73.699069\",\"Address\":\"Multi Functional Complex, City Railway Station,Rajasthan,India, 313001\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"Strategically located right in front of the Udaipur City Railway Station, Le ROI Udaipur is a brand new hotel with tastefully crafted rooms offering you a budget stay in the heart of Udaipur along with casual dining restaurant and banqueting facilities. Realising the bustling ambiance around, the hotel is bent to offer you an accommodation with a blend of peace and tranquillity. With the rolling Airavali Hills as a backdrop,the design of the hotel draws heavily from the rich Rajasthani heritage and culture and appears no less than a palace.\\n\\nIn close proximity to Roadways Bus Stand and other major destinations in and around Udaipur, Le ROI Udaipur is just a 30 minute drive from Maharana Pratap or Dabok Airport. Business traveller or leisure, the hotel serves as an ideal destination with opulent accommodation and delicious food at affordable price.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":780,\"Title\":\"Johari Bazaar\",\"Description\":\"Jaipur is home to India&amp;rsquo;s largest and the most fabulous collection of jewelry of all types. There are many markets in Jaipur selling precious stones &amp;amp; gems, semi-precious stones, and jewelry with a limited warranty. And Johari Bazaar is one of the earliest Jaipur shopping places where you can buy all these. The plethora of choices and amazing designs will leave you spellbound, especially the wonderful handmade, delicate jewelry.\\r\\n\\r\\nSpecialty: Shop for jewelry with precious gemstones and handmade necklaces which are just beautiful and available at reasonable prices at this Jaipur market.\\r\\n\\r\\nOpen: All 7 days open  Johari Bazaar Jaipur Timings &amp;ndash; 11 am to 10 pm\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9021543,\"Long\":75.7543933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Johari_Bazaar_12995_1519713181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39793,\"Title\":\"Amer fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":485,\"Title\":\"Elephant Ride\",\"Description\":\"This is the most attractive thing in jaipur tour. Ones tour cannot be completed unless one has this. The elephants are decorated and painted really well and offer a very enjoyable ride to the fort top.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9031205,\"Long\":75.7979863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Elephant_Ride_12995_1529062753.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":551,\"Title\":\"Garden Of The Maidens\",\"Description\":\"Saheliyon ki Bari is one of the significant traveler destinations in Udaipur, Rajasthan. Actually meaning the &amp;#039;greenery enclosure of ladies&amp;#039;, this greenhouse was worked for the gathering of 48 orderlies that a princess carried alongside her. Situated beneath the bank of the Fateh Sagar Lake, the patio has numerous pools, wellsprings, and water channels that upgrade the atmosphere of the spot. As per legend the greenery enclosure was built to help the Queen&amp;#039;s ladies have a fabulous time and peace far from the political ruses of the primary royal residence. The Queen and her friends used to appreciate unlimited hours of unwinding and fun and that clarifies the name of this nature-favored patio nursery.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Garden_Of_The_Maidens_28058_1529405797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1228,\"Title\":\"Nehru Garden\",\"Description\":\"Nehru Garden is named after the main Prime Minister of India, Jawaharlal Nehru. Initiated on his introduction to the world commemoration on fourteenth November, 1967, it is an oval formed island. Situated in the focal point of Fateh Sagar, it neglects the old Moti Mahal of Maharana Pratap. Inside its zone of 4.5 sections of land, the recreation center contains bloom gardens and a lily lake. Drinking fountains looking like those in Brindavan Gardens of Mysore likewise enhance the recreation center. Pyramid molded, the wellsprings are of channel sort. In the north-west of the recreation center lies a pontoon formed skimming eatery. By water crafts, travelers can achieve this park from one side of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5836599,\"Long\":73.6959468,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Nehru_Garden_28058_1529404475.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1883,\"Title\":\"Vintage &amp; Classic Car Collection Museum\",\"Description\":\"On fifteenth February 2000, The Vintage and Classic Car Collection, The Palace Udaipur was uncovered completely to the overall population. This introduction permitted guests to welcome this amazing accumulation of autos interestingly. The Vintage and Classic Car Collection is an auto accumulation and a gallery with a distinction. Every one of the vehicles on show have had a place with the Maharanas of Mewar over a significant time span. In spite of a few vehicles being more than seventy years of age, every one has been meticulously reestablished so they are in working request. The gathering is housed in the first previous Mewar State Motor Garage, a great setting for such a fine combination of vehicles. The bougainvillea - covered Garden Hotel and Restaurant, a property of HRH Group of Hotels, Udaipur, is likewise contained inside the carport&amp;#039;s grounds. The semi-round engine carport with its forecourt is housed inside a more noteworthy yard, making a wonderful hideaway from the clamor of the avenues. One of the first Shell petrol pump is as yet remaining, as well as in a usable condition. The engine carport itself was worked during a period when the main autos around the local area had a place with the Mewar State Motor Garage and the present day environment make this carport as superbly a la mode as it should dependably have been\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Vintage_&amp;_Classic_Car_Collecti_28058_1529402976.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"356088\",\"Title\":\"Arrival at Jaipur - Jaipur Half Day Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon arrival in Jaipur, our team will greet you. You&amp;rsquo;ll be transferred to the hotel and check-in. Depending on your arrival time, we can go on half-day sightseeing around Jaipur and visit the famed historical City Palace. This historically significant structure served as the ceremonial and administrative seat of the Maharaja of Jaipur until 1949 and has been standing since 1727, since Jaipur serves as the capital city. The Hawa Mahal is another palace you don&amp;rsquo;t want to miss, located at the edge of the City Palace of Jaipur. Dubbed as the &amp;ldquo;Palace of Breeze,&amp;rdquo; it&amp;rsquo;s the hangout location of royal ladies who had to observe &amp;ldquo;pardah&amp;rdquo; to watch any street processions and activities without showing their face in public.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Jantar Mantar is the observatory that houses a collection of 20 astronomical instruments built by the founder of Jaipur, Rajput king Sawai Jai Singh II. The masonry construction of the instruments each has its own characteristics and was particularly the epitome of innovations in it.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then in the evening you visit the Johari Bazaar, which is a shopper&amp;rsquo;s paradise located nearby the Hawa Mahal, living up to its name which literally means the Jeweller&amp;rsquo;s Market. Or we can visit Choki Dhani (optional), a mock village that embodies the culture, food, and beauty of Rajasthan, including a 12.5-acre garden and a bazaar that is away from bustling city life.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll return to the hotel at night to spend the night.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":346,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":780,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356089\",\"Title\":\"Jaipur Full-Day Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, get ready for a full day of exploring Jaipur. We start from the Amber Fort, where visitors can enjoy an Elephant ride (optional), located in the 4 km2 town of Amer. Built in 1592, it overlooks Maota Lake and features impressive characteristics of Rajput architecture. Then we enjoy a relaxing visit to the Keysar Kiary Garden that has beautiful elegant pavilions and is part of the Amber Fort complex.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Not far from here is the Shila Devi Temple, which worships the famous idol of Durga. Located within the Amer Fort, this goddess was introduced by Raja Man Singh 1 and has a statue constructed in her image within the sanctum. The Sheesh Mahal is another destination not to be missed, located within the Lahore Fort, near the city of Lahore.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll stop at Panna Meena Bawri, a stepwell and designated bathing place for Indian queens, on our way back to the hotel. And the Man Sagar Lake which was a manmade lake created by blocking the flow of the Dravyavati river back in 1610.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll explore Hawa Mahal and the famous City Palace today if we couldn&amp;rsquo;t the day before.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We spend overnight at the hotel after.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":39793,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":485,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356090\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"356091\",\"Title\":\"Transfer from Jaipur to Jodhpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from hotel and transfer to Jodhpur (336 Km \\/6 hrs).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check into your hotel and relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening free for own activity.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":107769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"356092\",\"Title\":\"Full-Day Jodhpur City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we&amp;rsquo;ll start on our city tour with the famous Mehrangarh Fort, also known as the &amp;ldquo;Citadel of the Sun&amp;rdquo;. This famous tourist spot covers over 1,200 acres of land in Jodhpur, a huge complex constructed in 1459 and continued to be developed with most of the prominent features we see now originating from the 17th century. Located on a hilltop, this formidable fortress looks absolutely magnificent from afar as the red sandstone wall gets reflected against the sun, a view worthy of the Rathore kings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we&amp;rsquo;ll visit the Jaswant Thada, a marble cenotaph built in 1899 by Maharaja Sardar Singh in memoriam of Maharaja Jaswant Singh II, his father. So beautiful is the burial ground that it&amp;rsquo;s earned the title &amp;ldquo;Taj Mahal of Marwar.&amp;rdquo;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we moved to Umaid Bhawan Palace Museum, a building that was built between 1928 and 1943. It is the largest private residence in India, with a part of the building converted into luxurious suites, managed by Taj Hotels. The grand yellow sandstone palace features over 26 acres of gardens with marvelous architectural design and glows gold during the sunset.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We return to our hotel in the evening to rest for the night.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":107769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1113,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1832,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356093\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"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\":\"356094\",\"Title\":\"Transfer from Jodhpur to Udaipur enroute Ranakpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast at the hotel, we check out from the hotel and we head out of Jodhpur to Udaipur, but not forgetting our stop at the Jain Temples of Ranakpur. This famous temple is dedicated to Tirthankara Rishabhanatha and finished its construction in the 15th century as the largest known temples of Jain.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arrival in Udaipur, we check in at the hotel and rest up at night.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"356095\",\"Title\":\"Full day Udaipur Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we go on a full-day city tour in Udaipur. We start from the Udaipur City Palace, the largest Rajasthan royal complex, home of the old Kings. The majestic complex brags a large assortment of Mahals, courtyards, and pavilions. Take in the impressive architecture that adorn the corridors, terraces, and the hanging gardens. While at the City Palace, you can visit nearby famous attractions such as Amar Vilas, Taj Fateh Prakash Palace, Krishna Vilas, Manak Mahal, Mor Chowk, Sheesh Mahal, Zenana Mahal, and Rang Bhawan Inn which brags a view of the lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jagdish Temple is next in the list, built by Maharana Jagat Singh where people can worship Lord Vishnu. And then the Vintage Car Museum which is a bit away from the City Palace is a heaven for automobile lovers. The Fateh Sagar Lake is another main tourist attraction in Udaipur, a gorgeous picturesque spot, featuring the second largest artificial lake in the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;And within the lake is a small island where the Nehru Garden is built on. This beautiful garden has a boat-shaped floating restaurant that serves a gorgeous city view while dining. Saheliyon-ki-Bari is another destination we don&amp;rsquo;t want to miss. It is a gorgeous garden, popular for the view that features a lotus pool and carved marble elephants. Also known as the Courtyard of Maidens, this garden is a delightful retreat from the modern city, built by Rana Sangram Singh. Then we head to Shilpgram, a complex where rural arts and crafts are most dense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You also don&amp;rsquo;t want to miss Lake Pichola, known for the exquisite sunset view. Take in the rare sunset view as well as the City Palace from a distance on your east bank with the gardens in the south. The Summer Palace &amp;ldquo;Sajjan Garh&amp;rdquo; also looks unbelievable during the sunset.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We return to the hotel after a fulfilling day to rest for the night in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":498,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":551,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1715,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1360,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1228,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":720,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1883,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356096\",\"Title\":\"Departure from Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we set off to Maharana Pratap Smarak, a hilltop site to commemorate the battle from the 16th century. It is a tranquil location, away from the lively city of Udaipur. Then we&amp;rsquo;ll head to Bhartiya Lok Kala Mandal, another destination in Udaipur which is a cultural institution where you can observe the preservation of folk art, culture, songs, and festivals of Rajasthan, Gujarat, and Madhya Pradesh (if time permits).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we&amp;rsquo;ll take you to Udaipur airport or the railway station and end the tour there.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49495\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"27652.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27652.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27652.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27652.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27652.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27652.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27652.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27652.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27652.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27652.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"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\":{\"356088\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[356088],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"356089\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[356089],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356090\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[356090],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"356091\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[356091],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356092\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[356092],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356093\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[356093],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"356094\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[356094],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356095\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[356095],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356096\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[356096],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Jaipur,Jodhpur,Udaipur','Jaipur,Rajasthan,Indian Subcontinent,North India,India,Jodhpur,Udaipur','','12995,13184,28058',27653,27653,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"pic (38).jpg\"},{\"day\":4,\"images\":\"pic (37).jpg\"},{\"day\":5,\"images\":\"pic (41).jpg\"},{\"day\":6,\"images\":\"pic (39).jpg\"},{\"day\":7,\"images\":\"pic (40).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:28:16','2023-09-04 00:00:00',1,1,'1','1','0','Rajasthan Tour Packages, Book Rajasthan tour packages, Best of Rajasthan, Jaipur tour packages, mount abu tour packages, jodhpur tour package, Udaipur tour package','Best of Rajasthan - Jaipur, Jodhpur and Udaipur\r\nPackage Includes: Hotel Accommodation, Meal, Tour Guide, Sightseeing, Airport Pickup & Drop','Best of Rajasthan - Jaipur, Jodhpur and Udaipur',NULL,'best-of-rajasthan-jaipur-jodhpur-and-udaipur',NULL,NULL,NULL,0),(111,49564,1,35,0,0,0,'Honeymoon,Wildlife,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":49564,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/darjeeling-gangtok-tour-package_1676613271\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Darjeeling and Gangtok are two popular destinations in the northeastern part of India. Darjeeling is known for its beautiful tea gardens, stunning views of the Himalayas, and British colonial architecture. Gangtok, on the other hand, is the capital city of Sikkim and is famous for its rich culture, monasteries, and natural beauty.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Siliguri\",\"DestinationPlacesSysId\":25227,\"SourcePlaces\":\"Siliguri\",\"SourcePlaceSysId\":25227,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Darjeeling Gangtok Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Wildlife,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539235,\"Name\":\"Hotel Sikkim Retreat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":539237,\"Name\":\"Regal Residency\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2266,\"Title\":\"Nathu La\",\"Description\":\"Nathu la, One of the highest drive able roads in the world, is a mountain pass in the Himalayan peaks that co-joins Sikkim and China. Nathu la Pass is situated on the Indo-Chinese border and is one of the biggest tourist attractions in India. Tourists flock here every year for trekking in the valley and enjoying the scenic beauty. It also offers an opportunity to see beautiful snow peaks encircling the area.  It&amp;#039;s closed on Mondays and Tuesdays for public.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3866112,\"Long\":88.8308771,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502444794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22771,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1732,\"Title\":\"Tashi View Point\",\"Description\":\"It offers a sweeping view of Kanchenjunga snow peaks on a clear day. In fact the view of sunrise from here is unforgettable, you will see the peaks dazzling with changing colors.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/304\\/thumb\\/Tashi View Point_81.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2252,\"Title\":\"Shanti viewpoint\",\"Description\":\"Its a view point to look at Gangtok city and is on the way to Ramtek Monastery from Gangtok. Stop and take a break to enjoy the sheer beauty of nature visible from the Shanti View point.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.2977174,\"Long\":88.5741645,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502020038.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1469,\"Title\":\"Research Institute Of Tibetology\",\"Description\":\"The institute employs researchers and one of its new research programs is a project which seeks to  the social history of Sikkim&amp;#039;s approximated 60 monasteries and record this on a computer. Another project seeks to digitize and  old and rare photographs of Sikkim for knowledge distribution.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3164998,\"Long\":88.6062231,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3891\\/thumb\\/Research Institute Of Tibetology_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1472,\"Title\":\"Ridge Park Flower Show\",\"Description\":\"The flower exhibition complex is situated just below the Ridge Park and adjacent to the White Memorial Hall that draws numerous visitors during the annual flower exhibition. Located not very far from the main town, one can easily walk to the flower exhibition center or take a cab. Here you can find many varieties of Orchids and other flowers most of the year, but best time to visit this place is around April-May (spring season), when the management gathers and showcases fresh varieties of orchids and other flowers from around the state. The climate of Sikkim is exceedingly conducive to cultivate orchids and other variety of flowers. The Government of Sikkim invites participants from the neighboring states also to participate in the annual flower show contest.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3321836,\"Long\":88.6158528,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/301\\/thumb\\/Ridge Park Flower Show_864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2257,\"Title\":\"Namgyal Institute of Tibetology\",\"Description\":\"Namgyal Institute of Tibetology is a Tibet museum in Gangtok, Sikkim, India. The foundation stone of the institute was laid by the 14th Dalai Lama on 10 February 1957 and it was opened officially by the Prime Minister of India Pandit Jawahar lal Nehru on 1 October 1958.The NIT library holds one of the largest collections of Tibetan works in the world outside Tibet and a museum of Tibetan iconography and religious art. The institute&amp;#039;s main building is an imposing monument and a splendid example of Sikkimese architecture.NIT offer plenty of insight and knowledge about Tibetan culture to their visitors and is a must visit place.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502022253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":445,\"Title\":\"Do-drul Chorten Stupa\",\"Description\":\"Dro-dul Chorten is a stupa in Gangtok in the Indian state of Sikkim. The stupa was built by Trulshik Rinpoche, head of the Nyingma order of Tibetan Buddhism in 1945. ... The stupa is surrounded by Chorten Lakahang and Guru Lakhang, where two statues of Guru Rinpoche are present.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/298\\/thumb\\/Do-Drul Chorten Stupa_70.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22764,\"Title\":\"Directorate of Handicraft & Handloom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":492,\"Title\":\"Enchey Monastery\",\"Description\":\"The Enchey Monastery was established in 1909 above Gangtok, the capital city of Sikkim in the Northeastern Indian state. It belongs to the Nyingma order of Vajrayana Buddhism.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/36_1519716491.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":831,\"Title\":\"Kanchenjunga Mountain\",\"Description\":\"These mountains offer a breath taking view of the surrounding areas. One can also enjoy the unforgettable view of the Sun Rise and Sun Set and admire the beauty of nature.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0395315,\"Long\":88.2801785,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/896\\/thumb\\/Kanchenjunga Mountain_817.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539242,\"Name\":\"\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":539244,\"Name\":\"hotel yuma\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":539245,\"Name\":\"traveller paradise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2266,\"Title\":\"Nathu La\",\"Description\":\"Nathu la, One of the highest drive able roads in the world, is a mountain pass in the Himalayan peaks that co-joins Sikkim and China. Nathu la Pass is situated on the Indo-Chinese border and is one of the biggest tourist attractions in India. Tourists flock here every year for trekking in the valley and enjoying the scenic beauty. It also offers an opportunity to see beautiful snow peaks encircling the area.  It&amp;#039;s closed on Mondays and Tuesdays for public.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3866112,\"Long\":88.8308771,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502444794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22771,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1732,\"Title\":\"Tashi View Point\",\"Description\":\"It offers a sweeping view of Kanchenjunga snow peaks on a clear day. In fact the view of sunrise from here is unforgettable, you will see the peaks dazzling with changing colors.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/304\\/thumb\\/Tashi View Point_81.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2252,\"Title\":\"Shanti viewpoint\",\"Description\":\"Its a view point to look at Gangtok city and is on the way to Ramtek Monastery from Gangtok. Stop and take a break to enjoy the sheer beauty of nature visible from the Shanti View point.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.2977174,\"Long\":88.5741645,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502020038.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1469,\"Title\":\"Research Institute Of Tibetology\",\"Description\":\"The institute employs researchers and one of its new research programs is a project which seeks to  the social history of Sikkim&amp;#039;s approximated 60 monasteries and record this on a computer. Another project seeks to digitize and  old and rare photographs of Sikkim for knowledge distribution.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3164998,\"Long\":88.6062231,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3891\\/thumb\\/Research Institute Of Tibetology_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1472,\"Title\":\"Ridge Park Flower Show\",\"Description\":\"The flower exhibition complex is situated just below the Ridge Park and adjacent to the White Memorial Hall that draws numerous visitors during the annual flower exhibition. Located not very far from the main town, one can easily walk to the flower exhibition center or take a cab. Here you can find many varieties of Orchids and other flowers most of the year, but best time to visit this place is around April-May (spring season), when the management gathers and showcases fresh varieties of orchids and other flowers from around the state. The climate of Sikkim is exceedingly conducive to cultivate orchids and other variety of flowers. The Government of Sikkim invites participants from the neighboring states also to participate in the annual flower show contest.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3321836,\"Long\":88.6158528,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/301\\/thumb\\/Ridge Park Flower Show_864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2257,\"Title\":\"Namgyal Institute of Tibetology\",\"Description\":\"Namgyal Institute of Tibetology is a Tibet museum in Gangtok, Sikkim, India. The foundation stone of the institute was laid by the 14th Dalai Lama on 10 February 1957 and it was opened officially by the Prime Minister of India Pandit Jawahar lal Nehru on 1 October 1958.The NIT library holds one of the largest collections of Tibetan works in the world outside Tibet and a museum of Tibetan iconography and religious art. The institute&amp;#039;s main building is an imposing monument and a splendid example of Sikkimese architecture.NIT offer plenty of insight and knowledge about Tibetan culture to their visitors and is a must visit place.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502022253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":445,\"Title\":\"Do-drul Chorten Stupa\",\"Description\":\"Dro-dul Chorten is a stupa in Gangtok in the Indian state of Sikkim. The stupa was built by Trulshik Rinpoche, head of the Nyingma order of Tibetan Buddhism in 1945. ... The stupa is surrounded by Chorten Lakahang and Guru Lakhang, where two statues of Guru Rinpoche are present.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/298\\/thumb\\/Do-Drul Chorten Stupa_70.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22764,\"Title\":\"Directorate of Handicraft & Handloom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":492,\"Title\":\"Enchey Monastery\",\"Description\":\"The Enchey Monastery was established in 1909 above Gangtok, the capital city of Sikkim in the Northeastern Indian state. It belongs to the Nyingma order of Vajrayana Buddhism.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/36_1519716491.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":831,\"Title\":\"Kanchenjunga Mountain\",\"Description\":\"These mountains offer a breath taking view of the surrounding areas. One can also enjoy the unforgettable view of the Sun Rise and Sun Set and admire the beauty of nature.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0395315,\"Long\":88.2801785,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/896\\/thumb\\/Kanchenjunga Mountain_817.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"356844\",\"Title\":\"Arrival and Transfer to Gangtok\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Our representative will be there to receive the Guest at Bagdogra Airport (IXB. He will be assisting for the transfer to&amp;nbsp;Gangtok. Gangtok&amp;nbsp;the capital of Sikkim Suits all from tranquility to adventure, land of monastery, mystic rituals &amp;amp; festivals at an height of 1670 meters \\/ 5480 feet and is the most visited spot of India. It is one of the most beautiful towns with varieties of Rhododendron, Orchids and butterflies - Nearly 135 kilometers 4 &amp;frac12; - 5 hours drive.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening free to roam around M G Road (Mall) or local Shopping center.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight&amp;nbsp;stay at&amp;nbsp;Gangtok.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539237,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"356845\",\"Title\":\"Excursion to Tsomgo Lake &amp; Baba Mandir\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excursion to Tsomgo Lake &amp;amp; Baba Mandir ( New ) nearly 40 kilometers. The Lake is oval shaped lake nearly 50 feet deep. Generally covered in snow for most of the year the year. This lake is home to the Brahmini ducks &amp;amp; many migratory birds.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nearby is the sacred Baba Mandir known to be a very holy site for all.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nathu La Pass to Republic of China is nearly 20 kilometers and is optional tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to&amp;nbsp;Gangtok, Evening free to roam around M G Road (Mall) or local Shopping center.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight&amp;nbsp;stay at&amp;nbsp;Gangtok&amp;nbsp;(Incase of Landslide or due to any other reasons if Tshangu Lake is closed then an alternate sightseeing will be provided).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539237,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":2266,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2255,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22771,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356846\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"356847\",\"Title\":\"Gangtok Local Sight Seeing (Half Day) &amp; Transfer to Darjeeling\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Drive for visit to Directorate of Handicrafts &amp;amp; Handloom, Research Institute of Tibetology, Do Drul Chorten (Stupa), Enchey Monastery,White Hall, Flower Show, one of the finest monastery where His holy Dalai Lama stayed for some time, Various View Point, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to&amp;nbsp;Darjeeling&amp;nbsp;&amp;ndash;&amp;nbsp;Darjeeling&amp;nbsp;is nearly 135 Kilometers 3 &amp;ndash; 3 &amp;frac12; hours - At an height of 2123 meters \\/ 70001 feet lies the land of breathtaking beauty, sloping tea gardens with spectacular views of the Mount Everest &amp;ndash; Popularly known as the Queen of the hills and is also known for the&amp;nbsp;Darjeeling&amp;nbsp;Himalayan Railway (DHR Of UNESCO heritage tag), Himalayan Mountaineering Institute (HMI).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel, Evening free at leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight&amp;nbsp;stay at&amp;nbsp;Darjeeling.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539242,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539244,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539245,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1732,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2252,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1469,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":445,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22764,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":492,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356848\",\"Title\":\"Darjeeling Local Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning at around 3:45 AM drive to 8000 feet \\/ 2440 meters through primitive forests of oak, magnolia to Tiger Hillto view sunrise over Kanchendzonga Peak (subject to clear weather).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way back visit Ghoom Monastery, Peace memorial &amp;amp; Batasia Loop.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to hotel for breakfast .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After breakfast rest for half an hour After breakfast next round of sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half Day city tour includes Padmaja Naidu Zoological Park, Tea Estate, Peace Pagoda.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to hotel, Evening free to stroll around the area.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at&amp;nbsp;Darjeeling.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539242,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539244,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539245,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":1275,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":831,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1737,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"356849\",\"Title\":\"Departure &ndash; Darjeeling to Siliguri\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast transfer to Bagdogra airport for your departure flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"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\":\"49564\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"29700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29700,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29700,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29700,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"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\":{\"356844\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[356844],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"356845\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[356845],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356846\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[356846],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"356847\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[356847],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356848\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[356848],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"356849\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[356849],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gangtok,Darjeeling','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Darjeeling,West Bengal,East India','','10106,7556',29700,29700,4,'',NULL,'[{\"day\":1,\"images\":\"pic (44).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"pic (46).jpg\"},{\"day\":5,\"images\":\"pic (45).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:26:13','2023-09-04 00:00:00',1,1,'1','1','0','Darjeeling Gangtok tour package, Sikkim Darjeeling tour package, Best Darjeeling Gangtok tour itinerary, Darjeeling Gangtok holiday package, 5 days darjeeling and gangtok tour package, Darjeeling tea garden tour, Gangtok sightseeing package, Best time to visit Darjeeling Gangtok, Darjeeling Gangtok honeymoon package, Gangtok city tour, Darjeeling Himalayan Railway tour, Gangtok monasteries tour, Northeast India tour package, Darjeeling Gangtok budget tour','Discover the stunning beauty of Darjeeling and Gangtok with our 5-day tour itinerary. From tea gardens to monasteries, experience the rich culture and natural beauty of these popular destinations in northeastern India. Customize your trip and make unforgettable memories','Explore the Best of Darjeeling and Gangtok - 5 Day Tour',NULL,'darjeeling-gangtok-tour-package',NULL,NULL,NULL,0),(112,49646,1,35,1,0,0,'Honeymoon,Family,Cruise,Heritage,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":49646,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/enchanting-egypt-tour_1676873968\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Welcome to Egypt, a land of ancient wonders and modern culture! Our Egypt tour will take you on a journey through time, where you will discover the rich history of this beautiful country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We begin our tour in Cairo, the capital of Egypt, where we will visit the world-famous Pyramids of Giza. These magnificent structures are over 4,500 years old and are the only remaining Wonder of the Ancient World. We will also visit the Great Sphinx, a massive statue that guards the pyramids and has been a symbol of Egypt for thousands of years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Next, we will explore the city of Luxor, known as the world&amp;#39;s greatest open-air museum. Here, we will visit the Temple of Karnak, the largest temple complex ever built by man, and the Luxor Temple, one of the most beautiful temples in Egypt. We will also take a cruise down the Nile River, the lifeblood of Egypt, and admire the beautiful scenery along the way.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our tour also includes a visit to the Valley of the Kings, where the tombs of the pharaohs are located. Here, we will discover the fascinating stories and legends of the ancient Egyptian rulers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our journey ends in the vibrant city of Alexandria, where we will explore the Bibliotheca Alexandrina, one of the largest and most impressive libraries in the world. We will also visit the beautiful Montazah Palace, a stunning example of Arabic and European architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This Egypt tour is an unforgettable experience that will take you on a journey through time and allow you to discover the rich culture and history of this incredible country. Join us on this adventure and discover the wonders of Egypt for yourself!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cairo\",\"DestinationPlacesSysId\":4701,\"SourcePlaces\":\"Cairo\",\"SourcePlaceSysId\":4701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Enchanting Egypt Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,All Meals,Intercity Transfers,Sightseeing,Guided Tours,Cruise\",\"PackageType\":\"Honeymoon,Family,Cruise,Heritage,River Cruises\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":4701,\"Title\":\"Cairo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":52864,\"Name\":\"Pyramids Park Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.000050091941\",\"Long\":\"31.116381883621\",\"Address\":\"Alexandria Desert Road P.O. Box 70\"},\"Images\":{\"Image\":[{\"ImagId\":1151212,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/301\\/957\\/21021_ext_001_C.jpg\"},{\"ImagId\":1151213,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/301\\/995\\/21021_int_001_A.jpg\"},{\"ImagId\":1151214,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/302\\/40\\/21021_int_002_A.jpg\"},{\"ImagId\":1151215,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/302\\/49\\/21021_int_003_A.jpg\"},{\"ImagId\":1151216,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/21\\/302\\/58\\/21021_int_004_A.jpg\"},{\"ImagId\":1151217,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/302\\/67\\/21021_room_001_A.jpg\"},{\"ImagId\":1151218,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/302\\/76\\/21021_room_002_A.jpg\"}]},\"CityId\":4701,\"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 Giza (Giza - Pyramids), Pyramids Park Resort Cairo is close to Pyramids at Giza and Great Sphinx of Giza. This 5-star hotel is within the vicinity of Dream Park and Dreamland Golf Course.&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 470 air-conditioned rooms featuring minibars and LCD televisions. Rooms have private balconies. Wireless Internet access (surcharge) keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs feature complimentary toiletries and bidets.&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 recreational opportunities offered, including an outdoor pool, an outdoor tennis court, and a fitness center. This Art Deco hotel also features complimentary wireless Internet access, 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;Enjoy a meal at one of the hotel&amp;apos;s dining establishments, which include 3 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Mingle with other guests at a complimentary reception, held daily. Relax with a refreshing drink at one of the 2 bars\\/lounges. Buffet breakfasts are available daily for a fee.&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, limo\\/town car service, and express check-in. Planning an event in Giza? This hotel has 5533 square feet (514 square meters) of space consisting of a conference center and meeting rooms. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/21\\/301\\/957\\/21021_ext_001_C.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":377566,\"Name\":\"Grand Pyramids\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"29.988347240000000\",\"Long\":\"31.151651830000000\",\"Address\":\"53 Studio Misr Road Mariottia, G&Atilde;&reg;za Cairo Egypt, Egypt, \"},\"Images\":[],\"CityId\":4701,\"Brief\":\"The hotel is located close to the Pyramids - overlooking the great treasure of Egypt. The hotel is a short walk away from the famous Sakkara and Giza Pyramids. The rooms are spacious and designed in a classical style with blue carpets and high quality brown furniture and marble tiled bathrooms. There are Egyptian ornaments and artwork. There are three restaurants and snack bars which offer international, Italian and local cuisine. A traditional Egyptian - Arabian building around a courtyard\\/Pool area in yellow\\/beige colour and 7 floors high. A wonderful huge lobby with seating areas and marble tiles. This is a new hotel in a superb location for the culture traveller to explore the Pyramids and Cairo.\\n1108 hm\",\"MainImg\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/UN\\/CAI\\/CAI-GRA3-1.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539607,\"Name\":\"PRINCES SARA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539609,\"Name\":\"NILE DOLPHIN\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539610,\"Name\":\"OPERA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539612,\"Name\":\"Nile Premium\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539613,\"Name\":\"Moon Dance\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539614,\"Name\":\"Al Hambra\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"PJ5J+482, El Halfa Street Gezira El Bairat, Egypt\"},\"Images\":{\"Image\":[{\"ImagId\":4825822,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_01684921151.jpg\"},{\"ImagId\":4825823,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_11684921151.jpg\"},{\"ImagId\":4825824,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_21684921152.jpg\"}]},\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_6a36fd1b33af01f09f5a354b9b31cd5a1684921150.jpg\",\"AccoAminitiesMask\":\"110001010010110100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":377630,\"Name\":\"Ramses Hilton\",\"Star\":\"5.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.050508\",\"Long\":\"31.231978\",\"Address\":\"CORNIHE EL NIL STREET, DOKKI 1115 12344 CAIRO  EG, 12344\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"This elegant luxury hotel lies at the heart of Cairo on the eastern bank of the River Nile, offering glorious view of Nile and the Pyramids. Cairo&#039;s countless entertainment venues as well as sights of interest are to be found in the immediate vicinity. Public transport may be found only 100 m from the hotel.This comfortable hotel comprises a caf&Atilde;&copy;, and three bars including a rooftop cocktail bar.Six &Atilde;&nbsp; la carte restaurants, a nightclub and conference facilities, with a capacity of up to 840 people are also available within the hotel. Guests arriving by car will find a car park available.The rooms come with a bathroom and well equipped as standard, some of them also feature views of the Nile.The outdoor complex offers guests a swimming pool, a bar and a sun terrace with sun loungers. Guests may relax in the sauna or the steam room. Sports enthusiasts may like to use the gym.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/00\\/006602\\/006602a_hb_f_002.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":52835,\"Name\":\"Grand Nile Tower\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"30.034482836912\",\"Long\":\"31.227082014084\",\"Address\":\"Corniche El Nile P.O. Box 2288\"},\"Images\":{\"Image\":[{\"ImagId\":1150776,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/810\\/733\\/int001_A.jpg\"},{\"ImagId\":1150777,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/810\\/742\\/ext001_C.jpg\"},{\"ImagId\":1150778,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/873\\/711\\/room001_A.jpg\"},{\"ImagId\":1150779,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/873\\/720\\/map001_A.jpg\"}]},\"CityId\":4701,\"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 Grand Nile Tower places you in the heart of Cairo, convenient to Cairo Opera House and Cairo Tower.  This 5-star hotel is within close proximity of American University of Cairo and League of Arab States.&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 716 air-conditioned rooms featuring minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs feature hair dryers 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;Be sure to enjoy recreational amenities, including a nightclub, a health club, and an outdoor pool. Additional features at this hotel include complimentary wireless Internet access, babysitting\\/childcare (surcharge), 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;Grab a bite at one of the hotel&amp;apos;s 4 restaurants, or stay in and take advantage of 24-hour room service. While enjoying a refreshing dip in the hotel pool, you can order your favorite drink at the 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, limo\\/town car service, and express check-out. Planning an event in Cairo? This hotel has 29052 square feet (2700 square meters) of space consisting of conference space and meeting rooms. Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/810\\/733\\/int001_A.jpg\",\"AccoAminitiesMask\":\"110111100001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13476,\"Title\":\"Egyptian Museum\",\"Description\":\"&lt;p&gt;Take a trip to the intriguing Egyptian Museum that houses the world&acirc;&euro;&trade;s largest collection of 120,000 ancient Egyptian artefacts featuring the renowned Tutankhamen collection with its magnificent gold death mask and sarcophagus and the royal Mummy room that has an additional eleven Pharaonic dignitaries.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/48_1579155234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14132,\"Title\":\"Khan El Khalili Bazaar\",\"Description\":\"Khan el-Khalili is a famous bazaar and souq in the historic center of Cairo, Egypt. The bazaar district is one of Cairo&amp;#039;s main attractions for tourists and Egyptians alike. It is also home to many Egyptian artisans and workshops involved in the production of traditional crafts and souvenirs.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Khan_El_Khalili_Bazaar_4701_1580216906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10533,\"Title\":\"Philae Temple\",\"Description\":\"Philae is an island in the reservoir of the Aswan Low Dam, downstream of the Aswan Dam and Lake Nasser, Egypt. Philae was originally located near the expansive First Cataract of the Nile in Upper Egypt and was the site of an Egyptian temple complex.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":24.0251708,\"Long\":32.8846429,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/2627_1564830530.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14133,\"Title\":\"High Dam and unfinished Obelisque\",\"Description\":\"The Aswan Dam, or more specifically since the 1960s, the Aswan High Dam, is an embankment dam built across the Nile in Aswan, Egypt, between 1960 and 1970. Its significance largely eclipsed the previous Aswan Low Dam initially completed in 1902 downstream.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/High_Dam_and_unfinished_Obelis_1664_1580217146.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14135,\"Title\":\"Kom Ombo Temple\",\"Description\":\"The Temple of Kom Ombo is an unusual double temple in the town of Kom Ombo in Aswan Governorate, Upper Egypt. It was constructed during the Ptolemaic dynasty, 180&amp;ndash;47 BC. Some additions to it were later made during the Roman period.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Kom_Ombo_Temple_1664_1580217356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14139,\"Title\":\"Edfu Temple\",\"Description\":\"The Temple of Edfu is an Egyptian temple located on the west bank of the Nile in Edfu, Upper Egypt. The city was known in the Hellenistic period as Koin&Auml;&ldquo; Greek: &aacute;&frac14;&circ;&amp;pi;&Iuml;&OElig;&amp;lambda;&amp;lambda;&amp;omega;&amp;nu;&amp;omicron;&amp;sigmaf; &amp;pi;&Iuml;&OElig;&amp;lambda;&amp;iota;&amp;sigmaf; and Latin Apollonopolis Magna, after the chief god Horus, who was identified as Apollo under the interpretatio graeca.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Edfu_Temple_1664_1580275410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14140,\"Title\":\"Valley of Kings\",\"Description\":\"The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Valley_of_Kings_16153_1580276049.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13495,\"Title\":\"Karnak Temple\",\"Description\":\"&lt;p&gt;Karnak is the modern-day name for the ancient site of the Temple of Amun Ra at Thebes, and one of the must-visit places in Egypt. It was also called Pr-Imn, which means the House of Amon. The temple complex of Karnak is the most magnificent tourist spot in Luxor. It&acirc;&euro;&trade;s a delight to explore the colossal monuments of the Karnak Temple.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":1664,\"Title\":\"Aswan\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539607,\"Name\":\"PRINCES SARA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539609,\"Name\":\"NILE DOLPHIN\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539610,\"Name\":\"OPERA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539612,\"Name\":\"Nile Premium\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539613,\"Name\":\"Moon Dance\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539614,\"Name\":\"Al Hambra\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"PJ5J+482, El Halfa Street Gezira El Bairat, Egypt\"},\"Images\":{\"Image\":[{\"ImagId\":4825822,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_01684921151.jpg\"},{\"ImagId\":4825823,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_11684921151.jpg\"},{\"ImagId\":4825824,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_21684921152.jpg\"}]},\"CityId\":1664,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_6a36fd1b33af01f09f5a354b9b31cd5a1684921150.jpg\",\"AccoAminitiesMask\":\"110001010010110100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13476,\"Title\":\"Egyptian Museum\",\"Description\":\"&lt;p&gt;Take a trip to the intriguing Egyptian Museum that houses the world&acirc;&euro;&trade;s largest collection of 120,000 ancient Egyptian artefacts featuring the renowned Tutankhamen collection with its magnificent gold death mask and sarcophagus and the royal Mummy room that has an additional eleven Pharaonic dignitaries.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/48_1579155234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14132,\"Title\":\"Khan El Khalili Bazaar\",\"Description\":\"Khan el-Khalili is a famous bazaar and souq in the historic center of Cairo, Egypt. The bazaar district is one of Cairo&amp;#039;s main attractions for tourists and Egyptians alike. It is also home to many Egyptian artisans and workshops involved in the production of traditional crafts and souvenirs.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Khan_El_Khalili_Bazaar_4701_1580216906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10533,\"Title\":\"Philae Temple\",\"Description\":\"Philae is an island in the reservoir of the Aswan Low Dam, downstream of the Aswan Dam and Lake Nasser, Egypt. Philae was originally located near the expansive First Cataract of the Nile in Upper Egypt and was the site of an Egyptian temple complex.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":24.0251708,\"Long\":32.8846429,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/2627_1564830530.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14133,\"Title\":\"High Dam and unfinished Obelisque\",\"Description\":\"The Aswan Dam, or more specifically since the 1960s, the Aswan High Dam, is an embankment dam built across the Nile in Aswan, Egypt, between 1960 and 1970. Its significance largely eclipsed the previous Aswan Low Dam initially completed in 1902 downstream.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/High_Dam_and_unfinished_Obelis_1664_1580217146.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14135,\"Title\":\"Kom Ombo Temple\",\"Description\":\"The Temple of Kom Ombo is an unusual double temple in the town of Kom Ombo in Aswan Governorate, Upper Egypt. It was constructed during the Ptolemaic dynasty, 180&amp;ndash;47 BC. Some additions to it were later made during the Roman period.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Kom_Ombo_Temple_1664_1580217356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14139,\"Title\":\"Edfu Temple\",\"Description\":\"The Temple of Edfu is an Egyptian temple located on the west bank of the Nile in Edfu, Upper Egypt. The city was known in the Hellenistic period as Koin&Auml;&ldquo; Greek: &aacute;&frac14;&circ;&amp;pi;&Iuml;&OElig;&amp;lambda;&amp;lambda;&amp;omega;&amp;nu;&amp;omicron;&amp;sigmaf; &amp;pi;&Iuml;&OElig;&amp;lambda;&amp;iota;&amp;sigmaf; and Latin Apollonopolis Magna, after the chief god Horus, who was identified as Apollo under the interpretatio graeca.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Edfu_Temple_1664_1580275410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14140,\"Title\":\"Valley of Kings\",\"Description\":\"The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Valley_of_Kings_16153_1580276049.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13495,\"Title\":\"Karnak Temple\",\"Description\":\"&lt;p&gt;Karnak is the modern-day name for the ancient site of the Temple of Amun Ra at Thebes, and one of the must-visit places in Egypt. It was also called Pr-Imn, which means the House of Amon. The temple complex of Karnak is the most magnificent tourist spot in Luxor. It&acirc;&euro;&trade;s a delight to explore the colossal monuments of the Karnak Temple.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":36347,\"Title\":\"Kom Ombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539607,\"Name\":\"PRINCES SARA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539609,\"Name\":\"NILE DOLPHIN\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539610,\"Name\":\"OPERA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539612,\"Name\":\"Nile Premium\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539613,\"Name\":\"Moon Dance\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539614,\"Name\":\"Al Hambra\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"PJ5J+482, El Halfa Street Gezira El Bairat, Egypt\"},\"Images\":{\"Image\":[{\"ImagId\":4825822,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_01684921151.jpg\"},{\"ImagId\":4825823,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_11684921151.jpg\"},{\"ImagId\":4825824,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_21684921152.jpg\"}]},\"CityId\":36347,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_6a36fd1b33af01f09f5a354b9b31cd5a1684921150.jpg\",\"AccoAminitiesMask\":\"110001010010110100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13476,\"Title\":\"Egyptian Museum\",\"Description\":\"&lt;p&gt;Take a trip to the intriguing Egyptian Museum that houses the world&acirc;&euro;&trade;s largest collection of 120,000 ancient Egyptian artefacts featuring the renowned Tutankhamen collection with its magnificent gold death mask and sarcophagus and the royal Mummy room that has an additional eleven Pharaonic dignitaries.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/48_1579155234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14132,\"Title\":\"Khan El Khalili Bazaar\",\"Description\":\"Khan el-Khalili is a famous bazaar and souq in the historic center of Cairo, Egypt. The bazaar district is one of Cairo&amp;#039;s main attractions for tourists and Egyptians alike. It is also home to many Egyptian artisans and workshops involved in the production of traditional crafts and souvenirs.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Khan_El_Khalili_Bazaar_4701_1580216906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10533,\"Title\":\"Philae Temple\",\"Description\":\"Philae is an island in the reservoir of the Aswan Low Dam, downstream of the Aswan Dam and Lake Nasser, Egypt. Philae was originally located near the expansive First Cataract of the Nile in Upper Egypt and was the site of an Egyptian temple complex.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":24.0251708,\"Long\":32.8846429,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/2627_1564830530.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14133,\"Title\":\"High Dam and unfinished Obelisque\",\"Description\":\"The Aswan Dam, or more specifically since the 1960s, the Aswan High Dam, is an embankment dam built across the Nile in Aswan, Egypt, between 1960 and 1970. Its significance largely eclipsed the previous Aswan Low Dam initially completed in 1902 downstream.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/High_Dam_and_unfinished_Obelis_1664_1580217146.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14135,\"Title\":\"Kom Ombo Temple\",\"Description\":\"The Temple of Kom Ombo is an unusual double temple in the town of Kom Ombo in Aswan Governorate, Upper Egypt. It was constructed during the Ptolemaic dynasty, 180&amp;ndash;47 BC. Some additions to it were later made during the Roman period.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Kom_Ombo_Temple_1664_1580217356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14139,\"Title\":\"Edfu Temple\",\"Description\":\"The Temple of Edfu is an Egyptian temple located on the west bank of the Nile in Edfu, Upper Egypt. The city was known in the Hellenistic period as Koin&Auml;&ldquo; Greek: &aacute;&frac14;&circ;&amp;pi;&Iuml;&OElig;&amp;lambda;&amp;lambda;&amp;omega;&amp;nu;&amp;omicron;&amp;sigmaf; &amp;pi;&Iuml;&OElig;&amp;lambda;&amp;iota;&amp;sigmaf; and Latin Apollonopolis Magna, after the chief god Horus, who was identified as Apollo under the interpretatio graeca.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Edfu_Temple_1664_1580275410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14140,\"Title\":\"Valley of Kings\",\"Description\":\"The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Valley_of_Kings_16153_1580276049.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13495,\"Title\":\"Karnak Temple\",\"Description\":\"&lt;p&gt;Karnak is the modern-day name for the ancient site of the Temple of Amun Ra at Thebes, and one of the must-visit places in Egypt. It was also called Pr-Imn, which means the House of Amon. The temple complex of Karnak is the most magnificent tourist spot in Luxor. It&acirc;&euro;&trade;s a delight to explore the colossal monuments of the Karnak Temple.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":16153,\"Title\":\"Luxor\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539607,\"Name\":\"PRINCES SARA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539609,\"Name\":\"NILE DOLPHIN\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539610,\"Name\":\"OPERA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539612,\"Name\":\"Nile Premium\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539613,\"Name\":\"Moon Dance\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":539614,\"Name\":\"Al Hambra\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"PJ5J+482, El Halfa Street Gezira El Bairat, Egypt\"},\"Images\":{\"Image\":[{\"ImagId\":4825822,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_01684921151.jpg\"},{\"ImagId\":4825823,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_11684921151.jpg\"},{\"ImagId\":4825824,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_21684921152.jpg\"}]},\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_539614\\/35_6a36fd1b33af01f09f5a354b9b31cd5a1684921150.jpg\",\"AccoAminitiesMask\":\"110001010010110100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":13476,\"Title\":\"Egyptian Museum\",\"Description\":\"&lt;p&gt;Take a trip to the intriguing Egyptian Museum that houses the world&acirc;&euro;&trade;s largest collection of 120,000 ancient Egyptian artefacts featuring the renowned Tutankhamen collection with its magnificent gold death mask and sarcophagus and the royal Mummy room that has an additional eleven Pharaonic dignitaries.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/48_1579155234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14132,\"Title\":\"Khan El Khalili Bazaar\",\"Description\":\"Khan el-Khalili is a famous bazaar and souq in the historic center of Cairo, Egypt. The bazaar district is one of Cairo&amp;#039;s main attractions for tourists and Egyptians alike. It is also home to many Egyptian artisans and workshops involved in the production of traditional crafts and souvenirs.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Khan_El_Khalili_Bazaar_4701_1580216906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10533,\"Title\":\"Philae Temple\",\"Description\":\"Philae is an island in the reservoir of the Aswan Low Dam, downstream of the Aswan Dam and Lake Nasser, Egypt. Philae was originally located near the expansive First Cataract of the Nile in Upper Egypt and was the site of an Egyptian temple complex.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":24.0251708,\"Long\":32.8846429,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/2627_1564830530.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14133,\"Title\":\"High Dam and unfinished Obelisque\",\"Description\":\"The Aswan Dam, or more specifically since the 1960s, the Aswan High Dam, is an embankment dam built across the Nile in Aswan, Egypt, between 1960 and 1970. Its significance largely eclipsed the previous Aswan Low Dam initially completed in 1902 downstream.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/High_Dam_and_unfinished_Obelis_1664_1580217146.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14135,\"Title\":\"Kom Ombo Temple\",\"Description\":\"The Temple of Kom Ombo is an unusual double temple in the town of Kom Ombo in Aswan Governorate, Upper Egypt. It was constructed during the Ptolemaic dynasty, 180&amp;ndash;47 BC. Some additions to it were later made during the Roman period.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Kom_Ombo_Temple_1664_1580217356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14139,\"Title\":\"Edfu Temple\",\"Description\":\"The Temple of Edfu is an Egyptian temple located on the west bank of the Nile in Edfu, Upper Egypt. The city was known in the Hellenistic period as Koin&Auml;&ldquo; Greek: &aacute;&frac14;&circ;&amp;pi;&Iuml;&OElig;&amp;lambda;&amp;lambda;&amp;omega;&amp;nu;&amp;omicron;&amp;sigmaf; &amp;pi;&Iuml;&OElig;&amp;lambda;&amp;iota;&amp;sigmaf; and Latin Apollonopolis Magna, after the chief god Horus, who was identified as Apollo under the interpretatio graeca.\",\"CurrencyType\":0,\"CityId\":1664,\"CityName\":\"Aswan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1664\\/sightseeing\\/Edfu_Temple_1664_1580275410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14140,\"Title\":\"Valley of Kings\",\"Description\":\"The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Valley_of_Kings_16153_1580276049.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13495,\"Title\":\"Karnak Temple\",\"Description\":\"&lt;p&gt;Karnak is the modern-day name for the ancient site of the Temple of Amun Ra at Thebes, and one of the must-visit places in Egypt. It was also called Pr-Imn, which means the House of Amon. The temple complex of Karnak is the most magnificent tourist spot in Luxor. It&acirc;&euro;&trade;s a delight to explore the colossal monuments of the Karnak Temple.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"357550\",\"Title\":\"Arrival In Cairo - Welcome to land of the Pharaohs\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today we&amp;#39;ll begin your Egypt tour package as your tour manager meets and assists you at Cairo International Airport and then they will escort you to the hotel by exclusive air-conditioned deluxe vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;At hotel the tour manager will assist with a smooth check-in and review your Egypt holiday itinerary with you to establish and confirm pick-up times for each activity.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":52864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":377566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":377630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":52835,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"357552\",\"Title\":\"Pyramids and Cairo Sightseeing\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at your hotel in Cairo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then you&amp;#39;ll be meet by your personal guide who will accompany you to Giza Plateau to visit one of the seven wonders of the ancient world, the Great Pyramids of Cheops, Chephren and Mykerinus, famous Sphinx, and Valley temple facing the great statue.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch will be served at a good quality local restaurant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then transfer to enjoy the Egyptian Museum to discover the treasure room for the child king Tutankhamen&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we&amp;#39;ll drive to Islamic Cairo, where you will be able to explore Khan El Khalili, Cairo&amp;rsquo;s old bazaar and much more&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we&amp;#39;ll return you to your hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":52864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":377566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":52835,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":true,\"Id\":377630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":13476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17866,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14132,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357554\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"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\":\"357556\",\"Title\":\"Fly Cairo to Aswan - Nile Cruise Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at your hotel in Cairo&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then transfer to the airport to travel to Aswan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arrival we&amp;#39;ll embark on your Nile River Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After lunch you&amp;#39;ll visit the world-famous High Dam and the awesome Philae temple, which is devoted to the two goddesses Isis and Hathor&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner on board and overnight in Aswan&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1664,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":10533,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14133,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357558\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1664,\"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\":\"357560\",\"Title\":\"KomOmbo \\/ Edfu (Nile Cruise)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Sail to Kom Ombo, having breakfast on board before visiting the Kom Ombo Temple, which is shared by two gods: Sobek and Haeroris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sail to Edfu, enjoying lunch on board. Then we&amp;#39;ll visit the best-preserved cult temple in Egypt, Horus Temple in Edfu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy afternoon tea during while sailing to Esna.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner and overnight on board&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36347,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14135,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14139,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357562\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36347,\"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\":\"357564\",\"Title\":\"Luxor West Bank\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Sail to Luxor, having breakfast on board before visiting the West Bank, take an excursion to the royal cemetery for 62 Pharaohs, Valley of the Kings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next we&amp;#39;ll visit the mortuary Temple of Queen Hatshepsut, which was built by the architects of the New Kingdom for the Pharaoh Hatshepsut approximately in the 15th century BC, at El-Deir El-Bahari and the Colossi of Memnon.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Luxor&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16153,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":13494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14140,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14141,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357566\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16153,\"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\":\"357568\",\"Title\":\"Luxor East Bank (Nile Cruise- Cairo)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast on board.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Disembark from your Nile cruise after breakfast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then transfer to visit Karnak temples.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the afternoon transfer to Airport to catch your flight to Cairo&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Over Night at Cairo Hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":52864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":377566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":52835,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":true,\"Id\":377630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539607,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539609,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539613,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":539614,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":13495,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357570\",\"Title\":\"Cairo - Fly Back Home\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Breakfast at the hotel with free time at your leisure, then you will be transferred to Cairo International Airport for your final departure&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"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\":\"49646\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"803.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":803,\"priceDoubleOcc\":\"803.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"642.60\",\"priceWithoutBed\":\"521.85\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":803.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":521.85,\"CEB\":642.6,\"COSTDO\":803.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":803.25,\"COSTTO\":803.25},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":803,\"priceDoubleOcc\":\"803.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"642.60\",\"priceWithoutBed\":\"521.85\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":803.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":521.85,\"CEB\":642.6,\"COSTDO\":803.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":803.25,\"COSTTO\":803.25},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":803,\"priceDoubleOcc\":\"803.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"642.60\",\"priceWithoutBed\":\"521.85\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":803.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":521.85,\"CEB\":642.6,\"COSTDO\":803.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":803.25,\"COSTTO\":803.25}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49647\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"918.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":919,\"priceDoubleOcc\":\"918.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"735.00\",\"priceWithoutBed\":\"597.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":918.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":597.45,\"CEB\":735,\"COSTDO\":918.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":918.75,\"COSTTO\":918.75},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":919,\"priceDoubleOcc\":\"918.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"735.00\",\"priceWithoutBed\":\"597.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":918.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":597.45,\"CEB\":735,\"COSTDO\":918.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":918.75,\"COSTTO\":918.75},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":919,\"priceDoubleOcc\":\"918.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"735.00\",\"priceWithoutBed\":\"597.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":918.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":597.45,\"CEB\":735,\"COSTDO\":918.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":918.75,\"COSTTO\":918.75}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;TCS 5% Extra&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;International Airfare&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entry visa to Egypt&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Any optional tours&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Personal spending Tipping 5$ Per Person Per Day will collect Upon arrival for all Hotel and Nile cruise stuff and to all drivers&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;Meet and greet service by our representatives at airports Assistance of our guest relations during your stay&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers to\\/from airport &amp;amp; hotel by a private air-conditioned vehicle&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Domestic flight ticket Cairo to Aswan and Luxor to Cairo&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Accommodation for 3 nights in Cairo 5* including daily breakfast&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Accommodation for 3 nights on 5* Nile Cruise on full board&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All sightseeing tours in Cairo (Private Tours)&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All sightseeing tours on the cruise (Private Tours)&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;English-speaking tour guide during your trips&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees to all sites as indicated on the itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals at hotel, Nile cruise and during your tours as mentioned in the itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Bottled water during the trip Portage when needed&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All service charges and 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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"357550\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[357550],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357552\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[357552],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357554\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[357554],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357556\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[357556],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357558\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[357558],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357560\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[357560],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357562\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[357562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357564\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[357564],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357566\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[357566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357568\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[357568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357570\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[357570],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cairo,Aswan,Kom Ombo,Luxor','Cairo,Northern Africa,Egypt,Aswan,Kom Ombo,Luxor,Nile Cruise,Edfu','','4701,1664,36347,16153',803,919,6,'112_1676878304_0.jpg,112_1676878304_1.jpg,112_1676878304_2.jpg,112_1676878304_3.jpg,112_1676878304_4.jpg',NULL,'[{\"day\":1,\"images\":\"pic (51).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"pic (52).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Egypt','65','2023-09-04 12:23:29','2023-09-04 00:00:00',1,1,'1','1','0','Enchanting Egypt Tour, Cairo, Pyramids, Nile Cruise, Aswan, Luxor, ancient wonders, Pharaohs, Valley of the Kings, Karnak Temple, Giza Pyramids, Sphinx, Egyptian Museum, egypt tour','Experience the best of Egypt on this Enchanting Egypt Tour. Visit Cairo and explore the Pyramids before embarking on a Nile Cruise to Aswan and Luxor.','Enchanting Egypt Tour - Explore Cairo with Pyramids and Nile Cruise',NULL,'enchanting-egypt-tour',NULL,NULL,NULL,0),(113,3985,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3985\",\"VisaName\":\"Brazil Tourist Visa \",\"Nationality\":null,\"VisaAdultRates\":9500,\"VisaChildRates\":9500,\"VisaInfantRates\":9500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Brazil\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Brazil','Brazil',NULL,'30',9500,9500,0,NULL,NULL,NULL,0,'',0,'2023-02-23 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Brazil','30','2023-06-23 17:13:04','2023-02-23 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'brazil-tourist-visa',NULL,NULL,NULL,0),(114,3986,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3986\",\"VisaName\":\"Australia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":9500,\"VisaChildRates\":9500,\"VisaInfantRates\":9500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Australia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Paper Visa:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy&amp;nbsp;of all used\\/unused pages of the applicant passport with a minimum validity of 6 months at the time of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Photograph (35 x 45) white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Application Form&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;(Addressed to The Australian High Commission).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Latest Bank Statement for last 6 months with Seal &amp;amp; sign&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Income Tax Papers&amp;nbsp;for last 03 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar card or Voter Id card is mandatory&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Old or current Australia visa&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If invited by someone&amp;nbsp;(relative\\/friend etc), then below 3 documents are also required:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy and visa copy of invitee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relationship proof between applicant and invitee&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;In case of Employee &amp;ndash;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proof of employment&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pay slip&amp;nbsp;of last 3 months.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;In case applicant is the proprietor \\/ owner of the company&amp;nbsp;&amp;ndash;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cover letter on&amp;nbsp;company`s letter head&amp;nbsp;,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Company`s&amp;nbsp;Original 6 month`s bank statement&amp;nbsp;(with bank seal and signature),&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ITR&amp;nbsp;(for 3 years),&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For student&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID card&amp;nbsp;is required.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If the applicant is retired-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of retirement,&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;pension statements&amp;nbsp;for the last 3 months;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;proof of regular income&amp;nbsp;generated by ownership of property or business.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If applicant is travelling for honeymoon&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;1\\/50-G, Shantipath, New Delhi&lt;br \\/&gt;\\r\\nTel : 41399900\\/41221000&lt;br \\/&gt;\\r\\nFax : 26887536&lt;br \\/&gt;\\r\\nEmail : immigration.india@dfat.gov.au&lt;br \\/&gt;\\r\\nWebsite: www.immi.gov.au&lt;br \\/&gt;\\r\\nWebsite: www.indiaembassy.gov.au&lt;br \\/&gt;\\r\\nWebsite: www.vfs-au-in.com&lt;\\/p&gt;\",\"PrecessingTime\":\"15-20 working days\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Australia','Australia',NULL,'13',9500,9500,0,NULL,NULL,NULL,0,'',0,'2023-07-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Australia','13','2023-07-24 13:45:42','2023-07-24 00:00:00',1,1,'1','1','0','Australia Tourist Visa, Australian Visitor Visa, Tourist Visa Assistance, Australia Visa Application, Visa for Australia, Visa Requirements for Australia, Australia Travel Visa, Apply for Australian Tourist Visa, Australia Visa Services, Australian Tourist Visa Experts, Visa Processing for Australia, Australia Travel Documentation, Tourist Visa for Australia, Visa Consultants Australia, Online Visa for Australia','Planning a trip to Australia? Our visa experts make applying for an Australian Tourist Visa hassle-free. Get expert assistance today.','Australia Tourist Visa Services | Apply for Australia Tourist Visa',NULL,'australia-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(115,3198,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3198\",\"VisaName\":\"GERMANY \",\"Nationality\":null,\"VisaAdultRates\":9574,\"VisaChildRates\":5774,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Germany\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"VISA FORM (PERFORMA ONLY)\",\"DocFileName1\":null,\"DocName2\":\"Travel Health Insurance\",\"DocFileName2\":null,\"DocName3\":\"Authorization letter\",\"DocFileName3\":null,\"DocName4\":\"COVAXIN DECLARATION FORM\",\"DocFileName4\":null,\"DocName5\":\"GERMANY CHECKLIST VISIT FORM\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of first and last page of the passport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Power of Attorney Form&amp;nbsp;(Annexure A) This is Authority Letter from Pax authorising&amp;nbsp;Mr Pavan \\/ Jagdish \\/Vasudevan of Jetsave - -(only required if biometric is already done for previous Schengen visa)&amp;nbsp;to submit the documents on his behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Declaration Form&amp;nbsp;(Annexure C).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Cover letter&amp;nbsp;to&amp;nbsp;The Visa Officer, Embassy of Germany&amp;nbsp;with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letters&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi - 110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal IT papers&amp;nbsp;latest 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bank statement&amp;nbsp;of the applicant - last 6 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companys letter head ,companys Original 3 months bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If Pax going to meet relative there the relative to send&amp;nbsp;original sponsorship letter&amp;nbsp;from there known as&amp;nbsp;Deaccuiel obtained from town hall in Germany.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;in case&amp;nbsp;biometrics not needed and Jetsave is submitting the application on behalf of the applicant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of final Covid vaccination certificate.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;6\\/50-G, Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 011-44199143, 44199199&lt;br \\/&gt;\\r\\nFax : 26873117, 26877623&lt;br \\/&gt;\\r\\nEmail : info.germanin@vfshelpline.com, info@new-delhi.diplo.de ,info.german@vfshelpline.com&lt;br \\/&gt;\\r\\nwww.vfs-germany.co.in,www.new-delhi.diplo.de&lt;\\/p&gt;\",\"PrecessingTime\":\"4 weeks\",\"VisaValidity\":\"180 days \",\"VisaDuration\":\"90 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Germany','Germany',NULL,'83',9574,9574,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Germany','83','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'germany',NULL,NULL,NULL,0),(116,3199,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3199\",\"VisaName\":\"SPAIN TOURIST VISA\",\"Nationality\":null,\"VisaAdultRates\":12698,\"VisaChildRates\":9015,\"VisaInfantRates\":9015,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Spain\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;issued with validity of maximum 10 years&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;valid for at least&amp;nbsp;THREE MONTHS longer than the intended stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;have at least&amp;nbsp;TWO BLANK PAGES&amp;nbsp;to affix the visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;should be along with&amp;nbsp;all old passport booklets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Handwritten&amp;nbsp;passports, Passports with&amp;nbsp;observation&amp;nbsp;and passports of&amp;nbsp;20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of Front and Last page of the passport.(Mandatory)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Form&amp;nbsp;filled with blue pen and duly signed by the passenger in his own handwriting only ,with Applicant email id and mobile number mentioned on it.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Declaration form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2&amp;nbsp;Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Spain with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi - 110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id) .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, as per the travel dates, with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pan Card Copy(Mandatory).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 2 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Salary slips of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-, company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student, leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photo and wedding card from both side&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 year or at least six months personal bank statement&amp;nbsp;with original sign and stamp of the bank (online bank statements are not acceptable). (Both the parent`s).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Last 03 years Income Tax Return (ITR)&amp;nbsp;(both the parent`s)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of applicant visiting a relative, family or friends&amp;nbsp;in Spain then the following 2 documents are mandatory -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Invitation issued by&amp;nbsp;Policia Nacional de Espa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ntilde;a&amp;nbsp;. (to be submitted in original along with a photocopy )&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Attested copy of the passport&amp;nbsp;and the DNI or residence card of the person living in Spain.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Checklist&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;from applicant authorising&amp;nbsp;Mr Vasudsevan\\/Jagdish\\/Pawan&amp;nbsp;to submit passports on applicants behalf and also need to declare that applicant can appear for personal interview if embassy asked..&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/li&gt;\\r\\n&lt;\\/ul&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;NOTES:&lt;br \\/&gt;\\r\\n1. Embassy have stopped accepting the passports which are handwritten or have any observation on the front data page Hence, all such passport holders are requested to get a fresh passport booklet to apply for Visa.&lt;br \\/&gt;\\r\\n2.The Embassy reserves the right to ask for additional documents and\\/or for a personal interview.&lt;br \\/&gt;\\r\\n3. It is mandatory to submit the&amp;nbsp;supporting documents individually for all family members travelling together&amp;nbsp;. For example, if a family of 4 people is applying for visa, then the supporting documents need to be submitted for all 4 family members (i.e. supporting documents of the Husband (main applicant) needs to be photocopied to make a total of 4 sets for 4 people). Hence, before sending us the visa applications please make photocopies of all supporting documents (of the main applicant) for all family members along with their visa applications.&lt;br \\/&gt;\\r\\n1.Incase of minors, the visa application form is to be signed by both the parents.&lt;br \\/&gt;\\r\\n2.Appointment for visa submission to be taken through VFS web site.&lt;br \\/&gt;\\r\\n3.East India issued passport to be applied in Kolkata.&lt;br \\/&gt;\\r\\n4.Embassy have stopped accepting the passports which are handwritten or have any observation on the front data page Hence, all such passport holders are requested to get a fresh passport booklet to apply for Visa.&lt;br \\/&gt;\\r\\n5.The Embassy reserves the right to ask for additional documents and\\/or for a personal interview&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIMPORTANT INSTRUCTIONS FOR BIOMETRIC:&lt;br \\/&gt;\\r\\nFrom 2nd November 2015,&amp;nbsp;Biometric is mandatory&amp;nbsp;which will be&amp;nbsp;valid for 59 months.&lt;br \\/&gt;\\r\\nPersonal appearance for visa application submission is mandatory for every traveler after 2nd November.&lt;br \\/&gt;\\r\\nApplicants who have&amp;nbsp;undertaken the biometric after 2nd November, are NOT required to go for biometric again for next 59 months and JETSAVE SHALL BE SUBMITTING THEIR CASES.&lt;br \\/&gt;\\r\\nJetsave provides very premium services for Schengen as listed below:-&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Appointment Taking&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Documentation Assistance and Scrutiny&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Fee Preparation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meet and Assist For Biometric&lt;br \\/&gt;\\r\\nSubmission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dispatch of Passports&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nKindly note that in case of&amp;nbsp;any shortcoming in visa form or documents, the applicants would be asked to&amp;nbsp;take a fresh appointment and visit again. Hence,&amp;nbsp;WE STRONGLY RECOMMEND TAKING EXPERT SERVICE OF JETSAVE TO AVOID ANY SUCH HASSLE OR RE-VISIT FOR VISA SUBMISSION.&lt;br \\/&gt;\\r\\nPlease do send us your passports and documents&amp;nbsp;at least 2 days in advance&amp;nbsp;so that we may check documents, take the appointment and prepare the documentation for visa submission.&lt;br \\/&gt;\\r\\nFollowing travelers are exempted from Biometric&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Children under 12 years of age&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Persons for whom the collection of fingerprints is physically impossible&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sovereigns and other senior members of a royal family, Heads of State and members of the national Governments (with their official delegations and spouses) if they travel for official purposes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant who have VIS printed on their last Schengen visa (provided the last Schengen visa is issued within 59 months)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBiometric will be&amp;nbsp;valid for a period of 59 months, hence, the travelers who have&amp;nbsp;undergone biometric for Schengen country after 2nd November 2015, will&amp;nbsp;NOT NEED to undergo biometric&amp;nbsp;for their next Schengen travel in next 59 months.&lt;br \\/&gt;\\r\\nJETSAVE SHALL BE SUBMITTING THEIR VISAS WITHOUT PERSONAL APPEARANCE OF THE APPLICANTS.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Spain','Spain',NULL,'199',12698,12698,0,NULL,NULL,NULL,0,'',0,'2023-02-23 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Spain','199','2023-06-23 17:13:04','2023-02-23 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'spain-tourist-visa',NULL,NULL,NULL,0),(117,3201,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3201\",\"VisaName\":\"Canada tourist visa\",\"Nationality\":null,\"VisaAdultRates\":185,\"VisaChildRates\":185,\"VisaInfantRates\":185,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"CAD       \",\"CurrencyType\":6,\"Country\":\"Canada\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"CANADA TRV FORM\",\"DocFileName1\":null,\"DocName2\":\"AUTHORITY LETTER\",\"DocFileName2\":null,\"DocName3\":\"CANADA CONSENT FORM\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form&amp;nbsp;(to be filled online and sent along with the barcode receipt automatically generated after clicking VALIDATE button on the visa form).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Process for opening Canada TRV form :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;(1)&amp;nbsp;Click on Canada TRV form,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;(2) Download the form in your computer&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;(3) Open the form from your downloads and type in the details.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All Form need to be&amp;nbsp;filled SAME as per the passport and must be SIGNED by the applicant&amp;nbsp;him\\/herself.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Family Sheet Form&amp;nbsp;to be filled completely (without any blanks) and it has to be signed by the applicant himself and not by anyone else.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3&amp;nbsp;VFS Consent Form&amp;nbsp;to be filled in and signed by the applicants only.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Two copies&amp;nbsp;of Original Barcode Receipt sheet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(only white background).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;(addressed to Canadian High Commission).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of Income Tax Papers&amp;nbsp;for last 3 years (Personal).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bank Statement&amp;nbsp;for last 6 months (Personal).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sponsorship&amp;nbsp;Letter from Canada and status proof of inviter in Canada&amp;nbsp;(TAX papers, Employment Letter, Salary Slip, bank Statement) from Canada person.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Leave letter&amp;nbsp;from school in case of Student.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Consent letter&amp;nbsp;from Parents\\/Guardian if below 18 years and travelling alone.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Salary Slip&amp;nbsp;(last 3 months).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay itinerary (hotel)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;- to be signed by the applicant.&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;Note-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If Family visit then following documents required from sponsor:&lt;br \\/&gt;\\r\\na. Initiation.&lt;br \\/&gt;\\r\\nb. Passport and Work\\/Residence Permit copy.&lt;br \\/&gt;\\r\\nc. RECENT T-4 (Notice of Assessment).&lt;br \\/&gt;\\r\\nProof of Employment&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nPlease note that the information on visa form needs to EXACTLY SAME AS GIVEN ON THE PASSPORT.&lt;br \\/&gt;\\r\\nVisa form need to be SIGNED BY THE APPLICANT HIM\\/HERSELF and not by anyone else on his\\/her behalf.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIf an applicant does not have any given name or surname in the passport, Request you to please enter name mentioned in the passport at family name field in the visa application form and leave the given name blank. Please do not put N\\/A in the name field.&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;Special Instructions&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE&lt;br \\/&gt;\\r\\nUnder the new CAN+ program, Indian nationals who have travelled to Canada within the last 10 years or have valid United States visa will be eligible for simpler and expedited visa processing&amp;nbsp;(SUSPENDED AS OF NOW)&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBiometric Instructions :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Biometic is mandatory w.e.f. 31st December 2018&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Below 14 Years and above 79 Years are Exempted from Biometric&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Biometric is required once in 10 years&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicants who qualify for or hold a diplomatic or official visaapplicants who qualify for or hold a diplomatic or official visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the visa gets rejected, the Biometric is not required again but the evidence of Biometric which was previously given is required at the the time of reapplying the case&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Signature is required as per Passport on all forms.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;U.S. visa holders transiting through Canada&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;7\\/8, Shantipath, New Delhi&lt;br \\/&gt;\\r\\nTel : 41782000&lt;br \\/&gt;\\r\\nFax : 41782031&lt;br \\/&gt;\\r\\nEmail : delhi@dfait-maeci.gc.ca&lt;br \\/&gt;\\r\\nweb : www.vfsglobal.ca\\/canada\\/india\\/&lt;\\/p&gt;\",\"PrecessingTime\":\"4 Months\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Canada','Canada',NULL,'39',185,185,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Canada','39','2023-06-23 17:13:04','2023-05-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'canada-tourist-visa',NULL,NULL,NULL,0),(118,2385,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"2385\",\"VisaName\":\"test visa\",\"Nationality\":null,\"VisaAdultRates\":1000,\"VisaChildRates\":800,\"VisaInfantRates\":600,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Afghanistan\",\"VisaRequired\":2,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Visa On Arrival\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;test doc required&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"120days\",\"VisaValidity\":\"60\",\"VisaDuration\":\"60\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"100.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"50.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Afghanistan','Afghanistan',NULL,'477',1000,1000,0,NULL,NULL,NULL,0,'',0,'2023-02-23 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Afghanistan','477','2023-02-24 10:50:43','2023-02-23 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'test-visa',NULL,NULL,NULL,0),(119,3999,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3999\",\"VisaName\":\"UK Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":85955,\"VisaChildRates\":85955,\"VisaInfantRates\":85955,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"30 Days\",\"VisaValidity\":\"10 Years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',85955,85955,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-06-23 17:13:05','2023-02-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uk-tourist-visa',NULL,NULL,NULL,0),(120,3998,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3998\",\"VisaName\":\"UK Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":69400,\"VisaChildRates\":69400,\"VisaInfantRates\":69400,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"30 Days\",\"VisaValidity\":\"5 Years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',69400,69400,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-27 10:35:33','2023-02-24 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'uk-tourist-visa',NULL,NULL,NULL,0),(121,3997,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3997\",\"VisaName\":\"UK Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":11500,\"VisaChildRates\":11500,\"VisaInfantRates\":11500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"UK PERFORMA\",\"DocFileName1\":\"visa_document_1_3997.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Sticker Visa:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;Self Employed:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 months salary slip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Objection Certificate from Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 011-26872161&lt;br \\/&gt;\\r\\nFax : 26872882&lt;\\/p&gt;\",\"PrecessingTime\":\"3 weeks\",\"VisaValidity\":\"6 Months\",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',11500,11500,0,NULL,NULL,NULL,0,'',0,'2023-07-27 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-27 10:35:30','2023-07-27 00:00:00',1,1,'1','1','0','UK Tourist Visa, UK Visitor Visa, UK Tourist Visa Application, UK Tourist Visa Requirements, UK Visa Assistance, Tourist Visa for UK, UK Tourist Visa Process, Visit UK Visa, Applying for UK Tourist Visa, UK Tourist Visa Services, UK Visa Consultants, UK Visa Information, UK Visa Support, UK Visa Documentation, UK Visa Fees, Tourist Visa to England, Visa for UK Travel, UK Visa for Tourism, Visa for UK Vacation','Looking for a hassle-free UK Tourist Visa application? We provide expert guidance and support for a smooth process.','Get Your UK Visitor Visa Easily | Expert Assistance',NULL,'uk-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(122,3996,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3996\",\"VisaName\":\"Thailand Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3400,\"VisaChildRates\":3400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Thailand\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"THAILAND VISA FORM\",\"DocFileName1\":null,\"DocName2\":\"TOURIST VISA CHECKLIST\",\"DocFileName2\":null,\"DocName3\":\"TRANSIT VISA CHECKLIST\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Original Valid passport&amp;nbsp;with at least 6 month validity from the date of travel with&amp;nbsp;TWO OPPOSITE BLANK PAGES.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Form&amp;nbsp;to be filled with&amp;nbsp;BLUE PEN ONLY&amp;nbsp;and not with any other color pen.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NO OVER WRITING OR STRIKING OR WHITENER ON VISA FORM&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Passport Size, recently clicked with face covering 80% of photo, colored and white background and contrast foreground).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to THE VISA CONSULAR, The Royal Thai Embassy mentioning the name of the person responsible for bearing the expenses of the entire trip&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;(Preferably showing departure after 5 working days as per Embassy) on airlines letterhead&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel Confirmation&amp;nbsp;mentioning the names of all the applicants\\/guests on&amp;nbsp;Hotel Letterhead&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Latest 6 months Original Bank Statement&amp;nbsp;of showing healthy balance&amp;nbsp;(i.e. minimum INR 50,000 per person sponsored).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ndash; Sealed and signed by the Bank&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourist Visa Checklist&amp;nbsp;- Please download this checklist in visa form section of our website.&amp;nbsp;Kindly&amp;nbsp;fill in the Name, Passport Number&amp;nbsp;on the top of the checklist and&amp;nbsp;sign in Declaration&amp;nbsp;at the bottom of the checklist&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;GROUP VISA REQUIREMENTS&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Valid passport&amp;nbsp;with at least 6 month validity from the date of travel with&amp;nbsp;TWO OPPOSITE BLANK PAGES.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Form&amp;nbsp;to be filled with&amp;nbsp;BLUE PEN ONLY&amp;nbsp;and not with any other color pen.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NO OVER WRITING OR STRIKING OR WHITENER ON VISA FORM&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Passport Size, recently clicked with face covering 80% of photo, colored and white background and contrast foreground).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Company registration Certificate&amp;nbsp;of the Sponsoring Corporate\\/Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Company GST Certificate&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;on&amp;nbsp;Letter Head&amp;nbsp;from Organizing Company&amp;nbsp;(with Seal and Signature)&amp;nbsp;with undertaking for timely return to native Country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Corporate to mention that It takVes&amp;nbsp;full responsibility \\/ Guarantee of all the travellers&amp;nbsp;during the trip&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;List of passengers&amp;nbsp;on Letter Head&amp;nbsp;from Organizing Company with Serial Number, names, passport details (Passport Number, Expiry), Travel Dates&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Corporate to mention in cover letter that it&amp;nbsp;authorises Jetsave India Tours Pvt Ltd&amp;nbsp;for submission and collection of visa applications&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of&amp;nbsp;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;(Preferably showing departure after 5 working days as per Embassy) on airlines letterhead&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy&amp;nbsp;of&amp;nbsp;Hotel Confirmation&amp;nbsp;mentioning the names of all the applicants\\/guests on&amp;nbsp;Hotel Letterhead&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Latest 6 months Original Bank Statement&amp;nbsp;of the Sponsoring Corporate\\/Company showing healthy balance&amp;nbsp;(i.e. minimum INR 50,000 per person sponsored).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ndash; Sealed and signed by the Bank&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3 years ITR required form the sponsoring Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourist Visa Checklist&amp;nbsp;- Please download this checklist in visa form section of our website.&amp;nbsp;Kindly&amp;nbsp;fill in the Name, Passport Number&amp;nbsp;on the top of the checklist and&amp;nbsp;sign in Declaration&amp;nbsp;at the bottom of the checklist&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;TOURIST MULTIPLE ENTRY VISA REQUIREMENTS&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel, withTWO OPPOSITE BLANK PAGES.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Form&amp;nbsp;to be filled with&amp;nbsp;BLUE PEN ONLY&amp;nbsp;and not with any other color pen.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Passport Size, recently clicked with face covering 80% of photo, colored and white background and contrast foreground).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to THE VISA COUNSLAR The Royal Thai Embassy mentioning the name of the person responsible for bearing the expenses of the entire trip.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;COMPANY ID CARD.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Confirmed Ticket&amp;nbsp;(Preferably showing departure after 5 working days as per Embassy).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel confirmation&amp;nbsp;mentioning the names of all the applicants\\/guests(or detailing the same in covering letter) along with Confirmation number, Hotel Name, address and contact details.[If Hotel Booking came out a dummy then visa shall be refused].&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Latest 6 month Original Bank Statement&amp;nbsp;with a minimum balance of&amp;nbsp;INR 5,00,000\\/- consecutively for last 6 months&amp;nbsp;in the account (per person) with original Bank Seal and Signatures&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pan card copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal IT returns&amp;nbsp;for latest assessment year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupational Details&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For students:&amp;nbsp;Letter from school\\/university certifying student status, and copy of student ID.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For business proprietors: Certificate of Incorporation, and Memorandum of Association (MoA).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For small business proprietors: Service Tax Registration Certificate, VAT Registration Certificate, Business License, or Certificate of Importer Exporter Code (At least one of these 4 documents), and bank statement of the company for the last 6 months&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourist Visa Checklist&amp;nbsp;- Please download this checklist in visa form section of our website. Kindly&amp;nbsp;fill in the Name, Passport Number&amp;nbsp;on the top of the checklist and&amp;nbsp;sign in Declaration&amp;nbsp;at the bottom of the checklist.&amp;nbsp;Kindly send us this checklist individually, signed by each applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;E visa process -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Color Copy of Passport Front and last page in JPG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photographs in JPF&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel Confirmation with details of all the applicants in PDF&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Ticket confirmation in PDF&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;F-4\\/5 Vasant Vihar,New Delhi, 110057&lt;br \\/&gt;\\r\\nTel : 011-49774100&lt;br \\/&gt;\\r\\nFax: 2615 0128-29&lt;br \\/&gt;\\r\\nEmail : info@vfs-thailand.co.in&lt;br \\/&gt;\\r\\nWebsite : www.vfs-thailand.co.in&lt;br \\/&gt;\\r\\nThailand Visa Application Center (THAI VFS)&lt;br \\/&gt;\\r\\n702-707, 7th Floor,&lt;br \\/&gt;\\r\\nPrakash Deep Building,&lt;br \\/&gt;\\r\\n7 Tolstoy Marg, Connaught Place,&lt;br \\/&gt;\\r\\nNew Delhi - 110 001.&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"60 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Thailand','Thailand',NULL,'215',3400,3400,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Thailand','215','2023-07-22 15:25:21','2023-05-19 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'thailand-tourist-visa',NULL,NULL,NULL,0),(123,3995,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3995\",\"VisaName\":\"Switzerland\",\"Nationality\":null,\"VisaAdultRates\":10068,\"VisaChildRates\":6618,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Switzerland\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"SWITZERLAND VISA FORM\",\"DocFileName1\":null,\"DocName2\":\"AUTHORIZATION FORM\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;2 clear photocopies of passports&amp;nbsp;first and last pages.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Visa Application Form&amp;nbsp;to be filled and duly signed&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;4&amp;nbsp;Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;White background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;not previously used in a visa&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Switzerland) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id) .&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original updated Personal bank statement&amp;nbsp;for last 3 months with bank seal and signature from the authorized person from the Bank.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of final Covid vaccination certificate.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Occupation proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (see the website of the Member State of destination)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If bride or groom is not employed, then the Financials of the parents are required i.e.&amp;nbsp;ITR for last 3 years and&amp;nbsp;1 year or at least six months personal bank statement&amp;nbsp;with original sign and stamp of the bank (online bank statements are not acceptable)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;Nyaya Marg, New Delhi&lt;br \\/&gt;\\r\\nTel : 011 4995 9520 \\/ 500&lt;br \\/&gt;\\r\\nFax : 011 4995 9529&lt;br \\/&gt;\\r\\nEmail : ndh.visa@eda.admin.ch&lt;br \\/&gt;\\r\\nWebsite : www.eda.admin.ch\\/newdelhi&lt;br \\/&gt;\\r\\nVFS WEB : vfs-ch-in.com&lt;\\/p&gt;\",\"PrecessingTime\":\"15 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Switzerland','Switzerland',NULL,'210',10068,10068,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Switzerland','210','2023-06-23 17:13:04','2023-05-19 00:00:00',1,1,'1','1','0','Switzerland Tourist Visa, Visa Assistance for Switzerland, Switzerland Visa Requirements, Switzerland Travel Visa, Swiss Visa Application Process, Tourist Visa for Switzerland, Switzerland Visa Consultants, Switzerland Visa Information, Switzerland Visa Fees, Switzerland Visa Appointment, Schengen Visa for Switzerland, Switzerland Visa for Tourism, Switzerland Visa for Indian Citizens, Switzerland Visa Processing Time, Multiple Entry Tourist Visa for Switzerland, Switzerland Visa for Family','Discover Switzerland hassle-free with our expert tourist visa services. We assist you in obtaining your Switzerland tourist visa, ensuring a smooth and memorable trip. Contact us today!','Switzerland Tourist Visa Services | Visa Application Assistance',NULL,'switzerland','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(124,3994,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3994\",\"VisaName\":\"South Korea Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":5100,\"VisaChildRates\":5100,\"VisaInfantRates\":5100,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Korea\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Application Form.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;35 x 45 MM with white background.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer Embassy of South Korea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Hotel confirmation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal IT returns&amp;nbsp;of previous 2 years(Mandatory).(in case Applicant unable to provide the same, pax to provide the reason separately on the Company Letter Head)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal latest 6 months Bank Statement with Applicant name&amp;nbsp;(in case Applicant unable to provide the same, pax to provide the reason separately on the Company Letter Head).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Last 1 year salary slips&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Declaration Form to be signed by the applicant. (Please refer to our visa form section for downloading this form).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Occupation proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of Employee&amp;nbsp;- Typed Employment Certificate on company letter head (Please find attached the Specimen in&amp;nbsp;Form Section) and&amp;nbsp;6 months Salary slip&amp;nbsp;with Indian company stamp.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case applicant is the proprietor \\/ owner of the company-: Photocopy of Business Registration Certificate ,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In Case of Honeymoon couples&amp;nbsp;spouse name MUST to be endorsed on the passport. or original marriage certificate attested from home dept. and ministry of external affairs in Delhi and also note before marriage without endorsement of spouse name we can apply with engagement Photograph (Fresh ones i.e. NOT used earlier for any visa) and wedding card.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5-7\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','South Korea','South Korea',NULL,'197',5100,5100,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Korea','197','2023-06-23 17:13:04','2023-02-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'south-korea-tourist-visa',NULL,NULL,NULL,0),(125,3993,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3993\",\"VisaName\":\"Saudi Business Visa\",\"Nationality\":null,\"VisaAdultRates\":17600,\"VisaChildRates\":17600,\"VisaInfantRates\":17600,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Saudi Arabia\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Original passport of the applicant (Current passport&amp;nbsp;with 06 months validity&amp;nbsp;and old passport, if any)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Two latest photographs (Photo specification: Size 35 X 45 mm, 80% Face with white background matt finish, ear visible without specs.)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;CR Copy of Saudi company&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Cover letter from the WORKPLACE Company addressed to:&amp;nbsp;The Head of Consular Section, Royal Embassy of Saudi Arabia, New Delhi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Degree certificate of the applicant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Recommendation letter from any Chamber of commerce where the WORKPLACE Company is registered addressed to:&amp;nbsp;The Head of Consular Section, Royal Embassy of Saudi Arabia, New Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Saudi Arabia','Saudi Arabia',NULL,'186',17600,17600,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Saudi Arabia','186','2023-06-23 17:13:04','2023-02-24 00:00:00',1,1,'1','1','0','Saudi business visa, Saudi Arabia business visa application, Saudi visa requirements, Business visa for Saudi Arabia, Saudi business visa assistance, Saudi visa consultants, Business visa application support, Business travel to Saudi Arabia','Get your Saudi business visa hassle-free with our expert visa services. Fast, reliable, and tailored to your needs. Apply now!','Saudi Business Visa Services | Expert Visa Assistance',NULL,'saudi-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(126,3992,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3992\",\"VisaName\":\"Nigeria Business Visa\",\"Nationality\":null,\"VisaAdultRates\":36200,\"VisaChildRates\":36200,\"VisaInfantRates\":36200,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Nigeria\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport with at least six month validity from the date of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photos 80% face size white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter on company&amp;#39;s letter head mentioning the purpose of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter from&amp;nbsp;Nigerian&amp;nbsp;Company.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitee&amp;#39;s passport copy&amp;nbsp;(if signing authority of the invitation letter is&amp;nbsp;Nigerian)&amp;nbsp;else you need to give passport copy (1st, 2nd and last page),visa&amp;nbsp;copy and residence permit copy&amp;nbsp;(if signing authority is Indian)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Incorporation certificate copy of&amp;nbsp;Nigerian&amp;nbsp;Company&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Bank Statement&amp;nbsp;of last 3 months&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Note:&amp;nbsp;In the invitation letter please mention :&amp;nbsp;During his stay in&amp;nbsp;Nigeria,the Company will take full immigration responsibilities for him.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;express&amp;nbsp;fee&amp;nbsp;Rs 7000 extra if&amp;nbsp;required&amp;nbsp; (2-3 working days)&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-20\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Nigeria','Nigeria',NULL,'160',36200,36200,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Nigeria','160','2023-06-23 17:13:05','2023-02-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'nigeria-business-visa',NULL,NULL,NULL,0),(127,3991,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3991\",\"VisaName\":\"New Zealand Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":12643,\"VisaChildRates\":12643,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"New Zealand\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"NEWZEALAND FAMILY SHEET FORM\",\"DocFileName1\":null,\"DocName2\":\"NEWZEALAND TRANSIT VISA FORM\",\"DocFileName2\":null,\"DocName3\":\"BUSINESS & TOURIST VISA FORM INZ1017\",\"DocFileName3\":null,\"DocName4\":\"VISITOR VISA CHECKLIST\",\"DocFileName4\":null,\"DocName5\":\"VISA-TRANSFER-FORM INZ1023\",\"DocFileName5\":null,\"DocName6\":\"Visa Form\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;having minimum validity of Six months at the time of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Photos&amp;nbsp;35X45 mm&amp;nbsp;size&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa form&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar card copy of applicant&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter from applicant mentioning the purpose of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel booking&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Bank Statement of last 6 months of the applicant&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Income Tax Papers last 03 years&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;proof employment of the applicant Salary Slip, NOC letter ,Bank Statement&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"&lt;p&gt;Valid passport&amp;nbsp;having minimum validity of Six months at the time of travel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Photos&amp;nbsp;35X45 mm&amp;nbsp;size&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Aadhar card copy of applicant&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter from applicant mentioning the purpose of travel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel booking&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Bank Statement of last 6 months of the applicant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Income Tax Papers last 03 years&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;proof employment of the applicant Salary Slip, NOC letter ,Bank Statement&amp;nbsp;&lt;\\/p&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;Sir Edmund Hillary Marg, Chanakyapuri, New Delhi - 110021&lt;br \\/&gt;\\r\\nTel : 42596300&lt;br \\/&gt;\\r\\nFax : 42596301&lt;br \\/&gt;\\r\\nEmail : nzhc@ndf.vsnl.net.in&lt;\\/p&gt;\",\"PrecessingTime\":\"78 Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','New Zealand','New Zealand',NULL,'157',12643,12643,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'New Zealand','157','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0','New Zealand tourist visa, NZ visitor visa, Tourist visa for New Zealand, New Zealand travel visa, Applying for a NZ tourist visa, New Zealand visa requirements, Visa application assistance, Tourist visa processing time, How to get a New Zealand tourist visa, NZ visa consultant, Visa for New Zealand tourism, Online visa application for NZ, Expedited tourist visa services, NZ tourist visa fee, New Zealand entry requirements, Visa application support, Affordable New Zealand tourist visa','Explore the stunning beauty of New Zealand hassle-free with our expert tourist visa services. We assist you in securing your NZ visitor visa quickly and efficiently.','New Zealand Tourist Visa Services | Apply for a NZ Visitor Visa Online',NULL,'new-zealand-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(128,3990,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3990\",\"VisaName\":\"Malaysia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3000,\"VisaChildRates\":3000,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Malaysia\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"MALAYSIA VISA FORM\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Single\\/Multiple entry E- VISA&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;1&amp;nbsp;Passport copy&amp;nbsp;front and back (in Colour) JPG format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;2 White background&amp;nbsp;photographs&amp;nbsp;JPG format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;3&amp;nbsp;Ticket&amp;nbsp;confirmation in PDF format&amp;nbsp;with ticket number&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;4&amp;nbsp;Hotel&amp;nbsp;confirmation in PDF format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;5 Personal Three Months bank statement with minimum balance of USD 1000\\/-&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;6 Vaccination certificate&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;7 Birth certificate mandatory of children below 12 years&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Note&amp;nbsp;- All the documents should be properly scanned. Phone clicked documents shall not be accepted.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"&lt;p&gt;Single\\/Multiple entry E- VISA&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1&amp;nbsp;Passport copy&amp;nbsp;front and back (in Colour) JPG format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 White background&amp;nbsp;photographs&amp;nbsp;JPG format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3&amp;nbsp;Ticket&amp;nbsp;confirmation in PDF format&amp;nbsp;with ticket number&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4&amp;nbsp;Hotel&amp;nbsp;confirmation in PDF format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;5 Personal Three Months bank statement with minimum balance of USD 1000\\/-&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;6 Vaccination certificate&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;7 Birth certificate mandatory of children below 12 years&amp;nbsp;in PDF format&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&amp;nbsp;- All the documents should be properly scanned. Phone clicked documents shall not be accepted.&lt;\\/p&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;50-M, Satya Marg, New Delhi&lt;br \\/&gt;\\r\\nTel : 26111291, 26111292, 26111293&lt;br \\/&gt;\\r\\nFax : 24121084&lt;br \\/&gt;\\r\\nEmail : newdelhi@imi.gov.my&lt;\\/p&gt;\",\"PrecessingTime\":\"10-12 working Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Malaysia','Malaysia',NULL,'132',3000,3000,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Malaysia','132','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0','Malaysia tourist visa, Malaysia travel visa, Malaysia visa application, Malaysia eVisa, Malaysia visa requirements, Visa for Malaysia, Malaysia visa online, Malaysia tourist visa fees, Malaysia visa processing time, Malaysia visa for tourists, How to apply for Malaysia tourist visa, Malaysia visa assistance, Malaysia visa consultants, Malaysia visa for international travellers, Malaysia visa documentation, Malaysia visa validity, Malaysia visa support, Malaysia visa application form, Malaysia visa information','Planning a trip to Malaysia? Our visa experts simplify the Malaysia tourist visa application process. Apply online for your travel visa and explore Malaysia hassle-free.','Malaysia Tourist Visa Services | Apply for Malaysia Travel Visa Online',NULL,'malaysia-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(129,3989,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3989\",\"VisaName\":\"Jordan Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6680,\"VisaChildRates\":6680,\"VisaInfantRates\":6680,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Jordan\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;The Applicant should have a passport valid for at least 6 months beyond the intended stay in Jordan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A photocopy of the passport page containing the personal details and the address.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One visa form (photocopy allowed).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One passport-size photograph with white background.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Booking&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed onward\\/ return air ticket, it is advisable if you have the air ticket issued by Royal Jordanian Airlines or sector in and out of Jordan should be on their airline this will support the application.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Jordan','Jordan',NULL,'111',6680,6680,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Jordan','111','2023-06-23 17:13:05','2023-02-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'jordan-tourist-visa',NULL,NULL,NULL,0),(130,3988,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3988\",\"VisaName\":\"Cambodia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":4000,\"VisaChildRates\":4000,\"VisaInfantRates\":4000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Cambodia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport validity of more than six months balance at the time of entry&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Recent passport-size photo in digital format (JPEG or PNG format)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\"\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Cambodia','Cambodia',NULL,'37',4000,4000,0,NULL,NULL,NULL,0,'',0,'2023-02-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Cambodia','37','2023-06-23 17:13:05','2023-02-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'cambodia-tourist-visa',NULL,NULL,NULL,0),(131,50912,1,35,1,0,0,'Adventure,Wildlife,Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":50912,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/bali-for-kids-families_1679735549\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Bali is a great destination for kids and families as it offers a wide range of activities and attractions that are suitable for all ages. Here are some recommendations to make the most of your family trip to Bali:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Water parks: Bali has a number of water parks that are perfect for kids, such as Waterbom Bali and Splash Water Park. These parks offer a variety of slides, pools, and water activities that will keep your kids entertained for hours.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Beaches: Bali is known for its beautiful beaches, and many of them are family-friendly. Some of the best beaches for families include Kuta Beach, Sanur Beach, and Nusa Dua Beach. These beaches offer calm waters, soft sand, and plenty of amenities like restaurants and beach clubs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bali Safari and Marine Park: This park is a popular attraction for families as it allows you to get up close with exotic animals like elephants, tigers, and lions. You can also enjoy a safari ride and watch animal shows.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ubud Monkey Forest: This is a great place to take kids who love animals as it is home to over 600 long-tailed macaques. You can walk through the forest and watch the monkeys play and interact with each other.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cultural activities: Bali has a rich culture and history, and there are plenty of cultural activities that are suitable for families. Consider visiting a traditional Balinese dance performance, taking a cooking class to learn how to make Balinese cuisine, or exploring local temples and villages.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Family-friendly resorts: Bali has a number of family-friendly resorts that offer amenities like kids&amp;#39; clubs, playgrounds, and swimming pools with slides. Consider staying at one of these resorts to make your family trip more enjoyable.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Remember to also take necessary precautions for safety when traveling with kids, such as wearing sunscreen and keeping an eye on them at all times. Have a great family trip to Bali!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bali\",\"DestinationPlacesSysId\":2136,\"SourcePlaces\":\"Bali\",\"SourcePlaceSysId\":2136,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Bali for Kids and Families\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Water Sports,Jungle Safari,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Beach,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2136,\"Title\":\"Bali\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41943,\"Title\":\" Tukad Cepung Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2912,\"Title\":\"kintamani &amp; Ubud Tour\",\"Description\":\"Visit to Bali Kinatamani Volcano with Ubud Village is a one-day tour package, which is included in the category of tourism activities throughout the day in Bali, which looks at the Bali volcano which is known as Mount Batur and its beautiful lake, Ubud is famous for watching the rooftop of Tegalalang, a wonderful Bali Terrace farming landscape for 8 to 9 hours and one of the other great places of interest In areas such as.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.509271,\"Long\":115.271201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/kintamani_&amp;_Ubud_Tour_2136_1519377975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3092,\"Title\":\"Mount Batur\",\"Description\":\"Mount Batur volcano is one of the blessed mountain according to Hindu believe. Mount Batur (Gunung Batur) is 1717 m above sea level can be climbed to enjoy an unforgettable SUNRISE from the top of an active volcano.\\r\\nThe hike along the well-marked trails is relatively easy and the views are spectacular, stretching all the way across the Batur caldera the surrounding mountain range and beautiful Lake Batur,the island&amp;#039;s main source of irrigation water. The lake is 16 kilometres wide and is a popular fishing spot. Mount Batur is best for those who are simply curious to explore new adventures and the natural beauty.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.2401,\"Long\":115.3775,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Mount_Batur_2136_1517461873.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2113,\"Title\":\"Ubud Traditional Art Market\",\"Description\":\"The Ubud Art Market, locally referred to as &amp;#039;Pasar Seni Ubud&amp;#039; is located opposite the the Puri Saren Royal Ubud Palace and is open daily. Here you can find beautiful silk scarves, lightweight shirts, handmade woven bags, baskets or hats statues, kites and many other hand-crafted goods. Most of the goods found at the Ubud Market are made in the neighbouring villages of Pengosekan, Tegallalang, Payangan and Peliatan. The location of the Ubud Art Market which is centred among the art producing villages, and being just opposite the royal palace which is a centre point to Ubud itself, make it a strategic shopping place for Balinese handicrafts and souvenirs. The Ubud market also serves as a setting for the Hollywood movie Eat Pray Love, which shows a scene where actress Julia Roberts opposite a male character strolling through the stalls which are frequently visited by foreign and domestic visitors in real life. Naturally, bargaining is essential.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.50706,\"Long\":115.262597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ubud_Traditional_Art_Market_2136_1519040058.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3376,\"Title\":\"Ubud village\",\"Description\":\"Bali Ubud Tours are the best Bali Full Day Tour Package and very popular Bali Day Tours in Bali Islands for a Full Day Journey to Visit Tourist Destination and other interest places in Ubud Village the center art and culture in Bali islands.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.499041,\"Long\":115.265079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ubud_tour_2136_1519379883.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14116,\"Title\":\"BANANA BOAT ride\",\"Description\":\"You Are Here: Home &amp;raquo; Banana Boat Rides Bali\\r\\nBanana Boat Rides Bali At Tanjung Benoa Beach By Aditya Water Sport\\r\\n257\\r\\nSHARES\\r\\nShare\\r\\nTweet\\r\\nBali island well-known as the best holiday destination in Southeast Asia, especially if you have a vacation with children and family. How about you, are you interested in having a family vacation to Bali? For sure, most of you will say yes! Therefore, on this page, you will find information regarding one of the favorite family-friendly things to do in Bali, which is banana boat rides Bali at Tanjung Benoa beach. The Banana boat rides in Bali is one of Bali water sports activities which held at sea.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/BANANA_BOAT_ride_2136_1580209402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14111,\"Title\":\"TANJUNG BENOA BEACH\",\"Description\":\"Located at the tip of the spectacular Tanjung Benoa Peninsula, the Tanjung Benoa Resort is comprised of 185 rooms which include suites and villas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/TANJUNG_BENOA_BEACH__2136_1580208455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3107,\"Title\":\"Uluwatu Temple Tour\",\"Description\":\"Pura Luhur Uluwatu or Uluwatu Temple is a famous Balinese sea temple in Bali, built at the top (ulu) of a 70 meter high cliff or rock (watu) projecting into the sea. It is one of the nine directional temples of Bali meant to protect it from evil spirits. Pura Luhur Uluwatu is renowned for its magnificent location, enjoy sunset delights with direct views overlooking the beautiful Indian Ocean. A Kecak dance is performed everyday at the adjacent cliff-top stage.\\r\\nThe temple is inhabited by monkeys, who are notorious for grabbing attractive items such as sunglasses and cameras.However, they can be calmer when approached with peanuts or bananas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.8291,\"Long\":115.0849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Uluwatu_Temple_2136_1517466836.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7918,\"Title\":\"Water Sports TRIO(Jet Skii  Banana Boat  Parraselling)\",\"Description\":\"Enjoy water sports in Bali including Jet Skii,Banana Boat, Parraselling.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Water_Sports_TRIO(Jet_Skii__Ba_2136_1574167993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3411,\"Title\":\"Bali Safari &amp; Marine Park\",\"Description\":\"Bali Safari and Marine Park offer exciting theme park activities in Bali&amp;#039;s island to see any kind of wild animal species. \\r\\nAn incredible adventure in Safari, in the wildlife, Sumatran Tiger in the Sumatra forest, and elephants rotating with a hippo near Lake Hippos in Africa. Explore hundreds of animal life and spend your days, enjoy 60 rare species, in which some rare and endangered species such as Komodo, Orang Utan, and Bali Mynah and much more can see you in Bali Safari and Marine Park\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.58029,\"Long\":115.345645,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Bali_Safari_&amp;_Marine_Park_2136_1518156664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41950,\"Title\":\"Banjar Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41949,\"Title\":\"Gitgit Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41948,\"Title\":\"Lovina Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2111,\"Title\":\"Ulun Danu Beratan Temple-Bedugul Temple\",\"Description\":\"Pura Ulun Danu Beratan, or Pura Bratan, is a major Shaivite water temple on Bali, Indonesia. The temple complex is located on the shores of Lake Bratan in the mountains near Bedugul.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.275177,\"Long\":115.166849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ulun_Danu_Beratan_Temple_2136_1519040347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"367928\",\"Title\":\"Arrival at Bali\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Bali International Airport Ngurah Rai (DPS).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Our representative will welcome you at the airport then transfer to your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"367930\",\"Title\":\"Full Day Ubud Kintamani Tour with Tukad Cepung Waterfalls\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed for Kintamani tours which will guide you around some of the most desirable and beautiful areas located in the northeast of Bali including incredible views of the Mount Batur volcano and the lakes of the area. As with most tours the eight hour tour begins at 9am at your personal hotel where air conditioned transport to the first locations that are traditional markets where cheap and beautiful gold and sliver where can be purchased and examined as well as carving of grand size and smaller examples that may make practical gifts or souvenirs. The Tukad Cepung Waterfall is one of the best among Bali waterfalls. You will be captivated by the beauty of the waterfall. A beautiful sight that you will see when you visit the waterfall, is the sun rays reflecting in the glistening water projecting a rainbow, which seems absolutely ethereal. The waterfall is well hidden between rocks and once you visit the place, you will be filled with a sense of peace of tranquility in the cool atmosphere of the Tukad Cepung Waterfall. Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41943,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2912,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3092,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2113,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3376,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367932\",\"Title\":\"Water Sports Half Day - Uluwatu Kecak Dance\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Experience Tanjung Benoa beach with the water recreational rides; banana boat, jet ski, and flying fish. You will have 1 time of Banana boat where you sit on an inflatable boat with banana shape and pulled by a speed boat moving around Tanjung Benoa costal water. 1 time ride on personal watercraft called jet ski guided by instructor, and 1 time ride of inflatable boat in flying fish-shaped, will be pulled by a speedboat with a high speed so it can lift and fly into the air. Your speedboat captain will bring you to the ocean to ride your flying fish boat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening proceed for tour of Uluwatu Temple. Hanging on a cliff 100 m above the ocean, Uluwatu Temple is a great sight. In the meanwhile, you see the Kecak Dance performed by 50 dancers. Matter of fact, this dance is the only one based on vocals than instrument, dating far back into Balinese history, prior to the use of instruments.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14116,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14111,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7918,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367934\",\"Title\":\"Safari World and Marine Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Ride on the back of an elephant! Your Elephant Back Safari ticket will give you access to a fun and truly unforgettable experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your ticket includes access to our amazing shows, a safari journey and our aquarium.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Child between 3 - 12 years old (Free for child below 3 years)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3411,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367936\",\"Title\":\"Full Day North Bali Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proceed for a full day tour of North Bali starting with Bedugul fruit and vegetable market where local products are supplied.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We move on to visit Ulun danu Temple &amp;ndash; a peaceful Hindu temple on the banks of Lake Beratan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We then head north to cross the ridge of Bali&amp;rsquo;s central mountain range on the way to Lovina, north Bali most famous and exotic beach resort, while seeing Gitgit waterfalls enroute.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way back, a stop will be be made at Banjar village hot spring.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41950,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41949,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41948,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2111,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367938\",\"Title\":\"Departure from Bali\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer to Bali International Airport Ngurah Rai (DPS).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"50912\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"29038.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29038.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29038.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29038.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29038.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29038.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29038.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29038.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29038.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":29038.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50913\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31238.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31238.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31238.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31238.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31238.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31238.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31238.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31238.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31238.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31238.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"367928\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[367928],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367930\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[367930],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"367932\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[367932],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"367934\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[367934],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"367936\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[367936],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"367938\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[367938],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bali','Bali,South East Asia,Indonesia,Orient,Ubud,Uluwatu','','2136',29039,31239,5,'',NULL,'[{\"day\":1,\"images\":\"pic (88).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"pic (90).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"pic (89).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Indonesia','102','2023-09-04 12:21:50','2023-09-04 00:00:00',1,1,'1','1','0','Bali family tour, Family-friendly Bali vacation, tour packages for bali, Bali tour packages, Things to do in Bali with kids, Bali water parks for kids, Bali Safari and Marine Park, Bali cultural experiences for families, Family resorts in Bali, Ubud Monkey Forest with kids, Best beaches in Bali for families, Bali vacation for families, Bali family tour, Bali Tour Packages for Kids and Families','Embark on a family-friendly adventure to Bali and experience the island\'s top attractions and activities. From exciting water parks and beautiful beaches to exotic wildlife encounters and cultural experiences, this tour package offers something for everyone. Stay at a family-friendly resort and create unforgettable memories with your loved ones in the breathtaking beauty of Bali.','Bali Tour Packages for Kids and Families',NULL,'bali-for-kids-and-families',NULL,NULL,NULL,0),(132,50925,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":50925,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/glimpses-of-bali_1679740188\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&amp;quot;Glimpses of Bali: A Journey Through the Island&amp;#39;s Culture, Nature, and Spirituality&amp;quot;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Experience the best of Bali with this tour package that offers a glimpse into the island&amp;#39;s rich culture, stunning nature, and spiritual traditions. Explore the temples and traditional villages, enjoy the beautiful beaches, take a hike through the lush rice terraces, and witness the mesmerizing sunset views. Immerse yourself in the Balinese spirituality with a visit to a local healer or yoga class. Stay in hand-picked accommodations that reflect the island&amp;#39;s unique charm and hospitality. This journey through Bali will leave you with unforgettable memories and a deeper appreciation of this magical destination.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bali\",\"DestinationPlacesSysId\":2136,\"SourcePlaces\":\"Bali\",\"SourcePlaceSysId\":2136,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Glimpses of Bali\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Water Sports,Jungle Safari,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Heritage,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2136,\"Title\":\"Bali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545520,\"Name\":\"Mercure Bali Legian\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4824749,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_01680167975.jpg\"},{\"ImagId\":4824750,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_11680167976.jpg\"},{\"ImagId\":4824751,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_21680167977.jpg\"},{\"ImagId\":4824752,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_31680167977.jpg\"},{\"ImagId\":4824753,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_41680167978.jpg\"},{\"ImagId\":4824769,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_01680168564.jpeg\"},{\"ImagId\":4824770,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_11680168564.jpeg\"},{\"ImagId\":4824771,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_21680168565.jpeg\"},{\"ImagId\":4824772,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_31680168565.jpeg\"}]},\"CityId\":2136,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545520\\/35_d4a513732c203a3e67cb373dd831abe01680168563.jpeg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2110,\"Title\":\"Celuk Village (Sukawati)\",\"Description\":\"Celuk Village is formerly as a traditional Balinese village located in the entrance gate of Gianyar Regency ad has changed into a tourist attraction with its trademark in the form of gold and silver. The village located in Sukawati District, Gianyar Regency has the uniqueness and excellent in production of gold and silver handicrafts. Almost all the families and villagers are Balinese who professional, skilled and art soul to develop the creative design and variety of products related to the gold and silvers. This craft village with long historical has been producing gold and silvers that penetrating the local, national and international markets. Various type of jewelry, either as souvenirs or export commodities are produced in this village includes variation type of rings, necklaces, earrings, hairpins, brooch and others. In addition to this, the artisans at Celuk Village are responding to the market demands and also produce the modern products such as medal, models and culture symbols.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.601752,\"Long\":115.273387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/21_1500880195.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2912,\"Title\":\"kintamani &amp; Ubud Tour\",\"Description\":\"Visit to Bali Kinatamani Volcano with Ubud Village is a one-day tour package, which is included in the category of tourism activities throughout the day in Bali, which looks at the Bali volcano which is known as Mount Batur and its beautiful lake, Ubud is famous for watching the rooftop of Tegalalang, a wonderful Bali Terrace farming landscape for 8 to 9 hours and one of the other great places of interest In areas such as.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.509271,\"Long\":115.271201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/kintamani_&amp;_Ubud_Tour_2136_1519377975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3092,\"Title\":\"Mount Batur\",\"Description\":\"Mount Batur volcano is one of the blessed mountain according to Hindu believe. Mount Batur (Gunung Batur) is 1717 m above sea level can be climbed to enjoy an unforgettable SUNRISE from the top of an active volcano.\\r\\nThe hike along the well-marked trails is relatively easy and the views are spectacular, stretching all the way across the Batur caldera the surrounding mountain range and beautiful Lake Batur,the island&amp;#039;s main source of irrigation water. The lake is 16 kilometres wide and is a popular fishing spot. Mount Batur is best for those who are simply curious to explore new adventures and the natural beauty.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.2401,\"Long\":115.3775,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Mount_Batur_2136_1517461873.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41971,\"Title\":\"Singapadu Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3431,\"Title\":\"Tirta Empul\",\"Description\":\"Tirta Empul is an important temple complex and holy mountain spring, which is located in the village of Manukaya of central Bali. This site serves as a great set of a traditional story about good versus evil, it is also a national cultural heritage site. \\r\\nTirta Empul, which means &amp;#039;holy water spring&amp;#039; is actually the name of the water source located inside the temple. The spring feeds several amortization baths, pools and fish ponds around the outer perimeter, which Tukad Pakerisan in all the streams of the Pekerisan River. Many sites and many other archaeological relics in the entire area belong to local myths and legends.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.415682,\"Long\":115.3153701,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Tirta_Empul_2136_1518161845.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3035,\"Title\":\"Goa Gajah( Elephant cave)\",\"Description\":\"Goa Gajah also known as Elephant cave is carved into a rock face and one will enter through the cavernous mouth of a demonic creature. \\r\\nElephant Cave Temple built in 11th century, as a spiritual place for meditation. Inside the T-shaped cave one can see remains of the lingam, the phallic symbol of the Hindu god Shiva, and its female counterpart the yoni, and a statue of the elephant-headed god Ganesha. There are no Elephants inside the cave but derived its name from the Elephant river which flows through it.\\r\\nThis excavated site has many interesting monuments such as tanks, shrines, statues,etc.\",\"CurrencyType\":0,\"CityId\":28053,\"CityName\":\"Ubud\",\"Lat\":8.5234,\"Long\":115.2872,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28053\\/sightseeing\\/Goa_Gajah(_Elephant_cave)_28053_1517925437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14116,\"Title\":\"BANANA BOAT ride\",\"Description\":\"You Are Here: Home &amp;raquo; Banana Boat Rides Bali\\r\\nBanana Boat Rides Bali At Tanjung Benoa Beach By Aditya Water Sport\\r\\n257\\r\\nSHARES\\r\\nShare\\r\\nTweet\\r\\nBali island well-known as the best holiday destination in Southeast Asia, especially if you have a vacation with children and family. How about you, are you interested in having a family vacation to Bali? For sure, most of you will say yes! Therefore, on this page, you will find information regarding one of the favorite family-friendly things to do in Bali, which is banana boat rides Bali at Tanjung Benoa beach. The Banana boat rides in Bali is one of Bali water sports activities which held at sea.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/BANANA_BOAT_ride_2136_1580209402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14111,\"Title\":\"TANJUNG BENOA BEACH\",\"Description\":\"Located at the tip of the spectacular Tanjung Benoa Peninsula, the Tanjung Benoa Resort is comprised of 185 rooms which include suites and villas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/TANJUNG_BENOA_BEACH__2136_1580208455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3107,\"Title\":\"Uluwatu Temple Tour\",\"Description\":\"Pura Luhur Uluwatu or Uluwatu Temple is a famous Balinese sea temple in Bali, built at the top (ulu) of a 70 meter high cliff or rock (watu) projecting into the sea. It is one of the nine directional temples of Bali meant to protect it from evil spirits. Pura Luhur Uluwatu is renowned for its magnificent location, enjoy sunset delights with direct views overlooking the beautiful Indian Ocean. A Kecak dance is performed everyday at the adjacent cliff-top stage.\\r\\nThe temple is inhabited by monkeys, who are notorious for grabbing attractive items such as sunglasses and cameras.However, they can be calmer when approached with peanuts or bananas.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.8291,\"Long\":115.0849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Uluwatu_Temple_2136_1517466836.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7918,\"Title\":\"Water Sports TRIO(Jet Skii  Banana Boat  Parraselling)\",\"Description\":\"Enjoy water sports in Bali including Jet Skii,Banana Boat, Parraselling.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Water_Sports_TRIO(Jet_Skii__Ba_2136_1574167993.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2139,\"Title\":\"Alas Kedaton Monkey Forest\",\"Description\":\"Alas Kedaton Monkey Forest and Sanctuary (&amp;#039;Obyek Wisata Alam Alas Kedaton&amp;#039; in its local designation) is located in the village of Kutuh in the district of Marga, Tabanan, approximately 25km northeast of Denpasar, the island&amp;rsquo;s provincial capital city, and 4.5km from Tabanan. The small forest of 12ha is inhabited by hundreds of grey long-tailed macaques (Macaca fascicularis). Alas Kedaton Monkey Forest is easily regarded as the island&amp;rsquo;s &amp;lsquo;other monkey forest&amp;rsquo; after the most prominent and often visited Ubud Monkey Forest with its band of monkeys. Kedaton is rather off the beaten track as it is located quite far from the main tourist destinations of the island.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.529483,\"Long\":115.15534,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/21_1501061412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3090,\"Title\":\"Pura Tanah Lot Temple\",\"Description\":\"Pura Tanah Lot temple is a extremely popular tourist destination. It does have cultural significance to the Balinese, situated on theTanah Lot which is  the small island floating on the sea.\\r\\nThis temple is very famous among tourist destinations in Bali with spectacular view of sunset  and cultural icon for photography. It is one of the most important and venerated sea temples for the Balinese.\\r\\nNowadays, there are some eateries that will open up for sunset drinks and meals.There are also many souvenir stalls surrounding the area, catering to the tourists.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":8.621213,\"Long\":115.086807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Pura_Tanah_Lot_2136_1517404245.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41972,\"Title\":\"Taman Ayun Royal Family Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41950,\"Title\":\"Banjar Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41949,\"Title\":\"Gitgit Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":41948,\"Title\":\"Lovina Beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2111,\"Title\":\"Ulun Danu Beratan Temple-Bedugul Temple\",\"Description\":\"Pura Ulun Danu Beratan, or Pura Bratan, is a major Shaivite water temple on Bali, Indonesia. The temple complex is located on the shores of Lake Bratan in the mountains near Bedugul.\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.275177,\"Long\":115.166849,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Ulun_Danu_Beratan_Temple_2136_1519040347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3411,\"Title\":\"Bali Safari &amp; Marine Park\",\"Description\":\"Bali Safari and Marine Park offer exciting theme park activities in Bali&amp;#039;s island to see any kind of wild animal species. \\r\\nAn incredible adventure in Safari, in the wildlife, Sumatran Tiger in the Sumatra forest, and elephants rotating with a hippo near Lake Hippos in Africa. Explore hundreds of animal life and spend your days, enjoy 60 rare species, in which some rare and endangered species such as Komodo, Orang Utan, and Bali Mynah and much more can see you in Bali Safari and Marine Park\",\"CurrencyType\":0,\"CityId\":2136,\"CityName\":\"Bali\",\"Lat\":-8.58029,\"Long\":115.345645,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2136\\/sightseeing\\/Bali_Safari_&amp;_Marine_Park_2136_1518156664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"368008\",\"Title\":\"Arrival at Bali\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Bali International Airport Ngurah Rai (DPS).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Our representative will welcome you at the airport then transfer to your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior 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\":\"368009\",\"Title\":\"Full Day Ubud + Kintamani + Volcano\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have breakfast at the hotel and proceed for full day tour of Ubud and Kintamani.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With the smoky Agung Volcano in the backdrop, Mount and Lake Batur will keep you mesmerised.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take a stop to watch the famous Barong and Keris dance performance at Singapadu Village.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Celuk the center of gold and silver works, Mas the center of woodcarvings, Ubud the center of Balinese paintings, Goa Gajah (elephant cave) and the holy springs of Tirta Empul at Tampaksiring.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2110,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2912,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3092,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41971,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3431,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3035,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368010\",\"Title\":\"Water Sports Half Day - Uluwatu Kecak Dance\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Experience Tanjung Benoa beach with the water recreational rides; banana boat, jet ski, and flying fish. You will have 1 time of Banana boat where you sit on an inflatable boat with banana shape and pulled by a speed boat moving around Tanjung Benoa costal water. 1 time ride on personal watercraft called jet ski guided by instructor, and 1 time ride of inflatable boat in flying fish-shaped, will be pulled by a speedboat with a high speed so it can lift and fly into the air. Your speedboat captain will bring you to the ocean to ride your flying fish boat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening proceed for tour of Uluwatu Temple. Hanging on a cliff 100 m above the ocean, Uluwatu Temple is a great sight. In the meanwhile, you see the Kecak Dance performed by 50 dancers. Matter of fact, this dance is the only one based on vocals than instrument, dating far back into Balinese history, prior to the use of instruments.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14116,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14111,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7918,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368011\",\"Title\":\"Monkey Forest + Taman Ayun Temple and Tanah Lot\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today&amp;#39;s tour, you will be taken to Taman Ayun Royal Family Temple at Mengwi Village and there after tour to Alas Kedaton Monkey Forest.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Final stop will be at spectacular Tanah Lot Temple which stands proudly inside the ocean on the rock.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shopping time is available on this visit for any kind of Balinese handicraft products good for souvenirs and or for collection.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Best recommendation to reach Tanah Lot at least 5 PM for sunset view (if weather permitted).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2139,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3090,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41972,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368012\",\"Title\":\"Full Day North Bali Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proceed for a full day tour of North Bali starting with Bedugul fruit and vegetable market where local products are supplied.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We move on to visit Ulun danu Temple &amp;ndash; a peaceful Hindu temple on the banks of Lake Beratan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We then head north to cross the ridge of Bali&amp;rsquo;s central mountain range on the way to Lovina, north Bali most famous and exotic beach resort, while seeing Gitgit waterfalls enroute.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way back, a stop will be be made at Banjar village hot spring.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41950,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41949,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":41948,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2111,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368013\",\"Title\":\"Safari World and Marine Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Ride on the back of an elephant! Your Elephant Back Safari ticket will give you access to a fun and truly unforgettable experience.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your ticket includes access to our amazing shows, a safari journey and our aquarium.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Child between 3 - 12 years old (Free for child below 3 years)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545520,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3411,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368014\",\"Title\":\"Departure from Bali\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Transfer to Bali International Airport Ngurah Rai (DPS).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2136,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50925\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"39928.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-05\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39928.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39928.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39928.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-05\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39928.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39928.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39928.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-05\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39928.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39928.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39928.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"368008\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[368008],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"368009\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[368009],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368010\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[368010],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368011\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[368011],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368012\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[368012],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368013\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[368013],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368014\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[368014],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bali','Bali,South East Asia,Indonesia,Orient,Bedugul,Kintamani,Lovina,Ubud,Uluwatu,MENGWI','','2136',39929,39929,6,'',NULL,'[{\"day\":1,\"images\":\"pic (88).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"pic (89).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Indonesia','102','2023-09-04 12:18:49','2023-09-04 00:00:00',1,1,'1','1','0','Bali tour packages, Bali travel packages from India, Bali honeymoon packages, Bali vacation packages, Bali family packages, Bali holiday packages, Bali group packages, Bali sightseeing packages, Bali adventure packages, Bali beach packages','Book your Bali tour packages from India with us and explore the best of Bali\'s beaches, temples, waterfalls, and more. Our Bali tour packages are customizable and cater to all your travel needs.','Bali Tour Packages - Book Bali Tour Packages From India',NULL,'glimpses-of-bali',NULL,NULL,NULL,0),(133,50968,1,35,1,0,0,'Honeymoon,Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":50968,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/anelia-beach-resort---nd-tour-package_1679895595\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Experience paradise with our 4-night, 5-day tour package at Anelia Beach Resort! Located in the heart of Flic en Flac on the west coast of Mauritius, this resort offers stunning ocean views, delicious cuisine, and endless activities. Our package includes accommodations in a deluxe room, daily breakfast and dinner, airport transfers, and a variety of water sports and land activities. Relax on the beach, snorkel in the crystal-clear waters, or explore the local culture with our guided tours. Book now and make unforgettable memories in this tropical haven!&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Mauritius\",\"DestinationPlacesSysId\":17162,\"SourcePlaces\":\"Mauritius\",\"SourcePlaceSysId\":17162,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Anelia Beach Resort - 4N\\/5D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":17162,\"Title\":\"Mauritius\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544694,\"Name\":\"anelia resort & spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4824745,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544694\\/35_01680164278.jpg\"},{\"ImagId\":4824746,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544694\\/35_11680164278.jpg\"},{\"ImagId\":4824747,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544694\\/35_21680164279.jpg\"},{\"ImagId\":4824748,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544694\\/35_31680164279.jpg\"}]},\"CityId\":17162,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544694\\/35_7eafb78b559ca1ab44a7ab1496c3806b1680164291.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2137,\"Title\":\"Ganga Talao\",\"Description\":\"Ganga Talao  is a crater lake situated in a secluded mountain area in the district of Savanne, deep in the heart of Mauritius. It is about 1800 feet above sea level. The first group of pilgrims who went to Ganga Talao were from the village of \\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nGanga Talao otherwise called Grand Bassin is a pit lake situatd in an isolates mountain region in the area of Savanne, somewhere down in the heart of Mauritius. It is around 1800 feet above ocean level. The principal gathering of explorers who went to Ganga Talao were from the town of Triolet and it was driven by Pandit Giri Gossayne from Terre Rouge in 1898. It is viewed as the most sacrosanct Hindu spot in Mauritius. There is a temple committed to Lord Shiva and different Gods including Lord Hanuman, Goddess Lakshmi, and others along the Grand Bassin. Amid Shivaratri, numerous explorers in Mauritius walk exposed feet from their homes to the lake. The crater lake is one of the most important hindu pilgrimage sites outside of India. During the week there is an idyllic and calm atmosphere at Grand Bassin, whereas between the end of febuary and the beginning of march crowds of pilgrims are heading to the lake: when Maha-Shivaratree is celebrated, more than 400.000 believers make the pilgrimage to Ganga Talao to make sacrifices to their gods. \\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nTriolet and it was led by Pandit Giri Gossayne from Terre Rouge in 1898.\\r\\n\\r\\n\\r\\n\\r\\nIt is considered the most sacred Hindu place in Mauritius.\\r\\nThe Sagar Shiv Mandir is located on the bank of the lake and \\r\\n\\r\\n\\r\\n\\r\\n\\r\\nis dedicated to Lord Shiva. There are temples dedicated to other Gods including Lord Hanuman, Goddess Ganga, and \\r\\n\\r\\n\\r\\n\\r\\n\\r\\nLord Ganesh along the Grand Bassin. During Shivaratri, many pilgrims in Mauritius walk bare feet from their homes to\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n the lake.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nGanga Talao otherwise called Grand Bassin is a pit lake situatd in an isolates mountain region in the area of Savanne, somewhere down in the heart of Mauritius. It is around 1800 feet above ocean level. The principal gathering of explorers who went to Ganga Talao were from the town of Triolet and it was driven by Pandit Giri Gossayne from Terre Rouge in 1898. It is viewed as the most sacrosanct Hindu spot in Mauritius. There is a temple committed to Lord Shiva and different Gods including Lord Hanuman, Goddess Lakshmi, and others along the Grand Bassin. Amid Shivaratri, numerous explorers in Mauritius walk exposed feet from their homes to the lake. The crater lake is one of the most important hindu pilgrimage sites outside of India. During the week there is an idyllic and calm atmosphere at Grand Bassin, whereas between the end of febuary and the beginning of march crowds of pilgrims are heading to the lake: when Maha-Shivaratree is celebrated, more than 400.000 believers make the pilgrimage to Ganga Talao to make sacrifices to their gods. \\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":-20.41802,\"Long\":57.491722,\"Image\":\"Ganga_Talao_17162_1503472052.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2138,\"Title\":\"Mangal Mahadev\",\"Description\":\"Mangal Mahadev is a 33 m (108 ft) tall sculpture of the Hindu god Shiva standing with his Trishula (trident) at the entrance of Ganga Talao (Grand Bassin), a crater lake situated in the district of Savanne in Mauritius. It is a faithful copy of the Shiva statue in Sursagar lake in Vadodara,Gujarat in India and is the tallest statue in Mauritius.\\r\\nMangal Mahadev Monument was inaugurated in 2007 and the &quot;Sthapan&quot; was done during the Maha Shivratri period of 2008. It is considered the most sacred Hindu place in Mauritius.There are temples dedicated to other Gods including Durga, Hanuman, Lakshmi and Ganesh around the Shiva Temple and Mangal Mahadev statue on the banks of the Grand Bassin. During Shivaratri, many pilgrims in Mauritius walk bare feet from their homes to the lake and pray at the feet of the Lord&#039;s sculpture. It has been proposed that there will be a statue of Devi Parvati as Durga Maa Bhavani of 33 m (108 ft) as well next to the Mangal Mahadev statue in near future.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/21_1501220084.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17941,\"Title\":\"Town of Curepipe\",\"Description\":\"Curepipe also known as La Ville-Lumi&amp;egrave;re, is a town in Mauritius, located in the Plaines Wilhems District, the eastern part also lies in the Moka District. The town is administered by the Municipal Council of Curepipe. Curepipe lies at a higher elevation, often referred to as the &amp;quot;Central Plateau&amp;quot;.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Town_of_Curepipe_17162_1605530970.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2366,\"Title\":\"Ile Aux Cerfs Island\",\"Description\":\"Ile Aux Cerfs Island is also known as the deer island.It  is a privately owned island near the east coast of Mauritius in the Flacq District. This island constitutes of around 100 hectares of land and is famous for its sandy beaches, beautiful lagoon and big selection of activities and facilities. Ile Aux Cerfs Island offers beach restaurants, an adventure park, a wide array of water sports and an 18-hole golf course as well as untouched tranquil beaches.Ile Aux Cerfs Island recently became one of the most popular tourist destination in Mauritius.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":-20.272354,\"Long\":57.804111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Ile_Aux_Cerfs_Island_17162_1517983243.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2365,\"Title\":\"Mauritius south tour\",\"Description\":\"Go for at least full day tour to the South and South West areas of Mauritius if you are here for 5, 6 days. This tour will cover many attractions. Plan a trip to Mauritius south tour with your loved ones and get ready to discover some magnificent wonders.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":20.016379,\"Long\":57.569572,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Mauritius_south_tour_17162_1519120310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"368343\",\"Title\":\"Arrival at Mauritius\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Representative who will assist you with the transfer to the hotel in Mauritius where you check-in.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is at leisure to explore this beautiful city on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mauritius, a sparkling crystal in the turquoise waters of the Indian Ocean, will fascinate you.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The contrast of colours, cultures and tastes makes the island so charming that the scene is set for an unforgettable holiday.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mauritius, a melting pot where past and present are smoothly blended together, offers an essential beauty that will compel to return to its shores time and time again.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Mauritius&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544694,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Superior 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\":\"368344\",\"Title\":\"Mauritius - Day at Leisure\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast rest of the day at leisure on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544694,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Superior 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\":\"368345\",\"Title\":\"South Island Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, Drive to Curepipe.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the ship making factory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shopping at the duty free shops in Floreal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;View the scenic town of Curepipe &amp;amp; its surroundings from the extinct crater of Trou aux Cerfs. Afternoon stop at Grand Bassin (Ganga Talao) sacred lake &amp;amp; view the stunning 108 feet statue of &amp;ldquo;Mangal Mahadev&amp;rdquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit 23 Coloured Earth, the visit to the reserve includes: the visit of Green valleys, Plateaus, Hills, Lakes, Waterfalls, Rivers, Volcanic ashes, 23 Coloured Earth, endemic and Indigenous Flora and fauna and access to the many facilities of the reserve such as the Kids Garden, Cafeteria and the restaurant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive back to hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544694,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2137,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2138,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17941,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368346\",\"Title\":\"Ile Aux Cerfs Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, Drive to Belle Mare to enjoy aquatic activities like parasailing, undersea walk, waterfall visit or banana tube ride (all activities on extra cost basis).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Trou d&amp;rsquo;Eau douce for the speedboat transfer to Ile aux Cerfs, the islet with the most beautiful beach and the clearest turquoise water.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are free to explore the island till around 3:30 pm.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later, return back to mainland by speedboat and drive back to hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544694,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2366,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2365,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"368347\",\"Title\":\"Departure from Mauritius\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Check-out from your hotel and transfer to airport.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50968\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"46528.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"46528.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46528.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":46528.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"46528.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46528.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":46528.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"46528.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46528.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":46528.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"368343\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[368343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"368344\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[368344],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"368345\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[368345],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368346\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[368346],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"368347\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[368347],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Mauritius','Mauritius,East African Islands','','17162',46529,46529,4,'',NULL,'[{\"day\":1,\"images\":\"pic (96).jpg\"},{\"day\":2,\"images\":\"pic (97).jpg\"},{\"day\":3,\"images\":\"pic (98).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"pic (89).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Mauritius','139','2023-09-04 12:16:27','2023-09-04 00:00:00',1,1,'1','1','0','holiday packages, tour packages, mauritius packages, trip packages, mauritius holiday packages, mauritius tour package, mauritius trip cost from india, mauritius tour, mauritius trip, holiday mauritius, mauritius package from india, mauritius tour package from india, mauritius 5 days package cost, tours india, tours and packages, trip to mauritius from india, mauritius trip package, mauritius trip from india, mauritius island holiday packages, tours holiday packages','Discover paradise with our 4N/5D Mauritius tour package at Anelia Beach Resort. Enjoy ocean views, delicious cuisine, and endless activities with accommodations, airport transfers, and guided tours included. Book now and make unforgettable memories!','Anelia Beach Resort - 4N/5D Tour Package | Mauritius Tour Package',NULL,'anelia-beach-resort-4n/5d-tour-package',NULL,NULL,NULL,0),(134,51057,1,35,1,0,0,'Honeymoon,Adventure,Beach,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":51057,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/medhufushi-islresort_1680077467\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Medhufushi Island Resort is a heaven of peace and relaxation. An air of tranquility pervades the idyllic island which is adorned with shady coconut trees and tropical flowers. Surrounding the island is a spectacular lagoon in shades of turquoise and shimmering azure blue. If you want to get away from it all and experience affordable, laid-back rustic at a Maldives resort, you can&amp;rsquo;t find anywhere better than Medhufushi Island Resort.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Maldives\",\"DestinationPlacesSysId\":16505,\"SourcePlaces\":\"Maldives\",\"SourcePlaceSysId\":16505,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Medhufushi Island Resort\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,All Meals,Water Sports,Villas,Seaplane,Speed Boat,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Beach,Romantic\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":82475,\"Title\":\"MEDHUFUSHI\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545281,\"Name\":\"Medhufushi Island Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4824740,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_01680164027.jpg\"},{\"ImagId\":4824741,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_11680164027.jpg\"},{\"ImagId\":4824742,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_21680164028.jpg\"},{\"ImagId\":4824743,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_31680164028.jpg\"},{\"ImagId\":4824744,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_41680164029.jpg\"}]},\"CityId\":82475,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545281\\/35_e6b831b9bc1dbef46f34fe3e1f8476281680164026.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"369071\",\"Title\":\"Arrival in Maldives\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Maldives - Indian Ocean&amp;#39;s most sought-after beach escape, an archipelago of 1,190 coral islands south west of Sri Lanka. Upon arrival at Male Airport, get transferred to your hotel\\/resort by speedboat or seaplane (if included as part of the inclusions).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":82475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545281,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"369072\",\"Title\":\"Day at Leisure - Water Activities (optional at extra cost)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After an appetizing breakfast, you are free to relax on the beach or try some water activities like snorkelling, scuba diving, windsurfing, canoeing etc (at extra price).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":82475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545281,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"369073\",\"Title\":\"Day at Leisure - Water Activities (optional at extra cost)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After an appetizing breakfast, you are free to relax on the beach or try some water activities like snorkelling, scuba diving, windsurfing, canoeing etc (at extra price).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":82475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545281,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"369074\",\"Title\":\"Departure from Maldives\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy a hearty breakfast and check-out from the hotel\\/resort as you embark on your journey back home. You will be transferred (if transfers are included as part of the inclusions) to Male International Airport to catch your flight back home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":82475,\"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\":\"51057\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"53788.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53788.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53788.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53788.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53788.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53788.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53788.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53788.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53788.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53788.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"369071\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[369071],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369072\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369072],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369073\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369073],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369074\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369074],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','MEDHUFUSHI','MEDHUFUSHI,Indian Subcontinent,Maldives','','82475',53789,53789,3,'134_1680081526_0.jpg,134_1680081526_1.jpg,134_1680081526_2.jpg,134_1680081526_3.jpg,134_1680081526_4.jpg',NULL,'[{\"day\":1,\"images\":\"Untitled design (8).jpg\"},{\"day\":2,\"images\":\"Mauritius-Safari (4).jpg\"},{\"day\":3,\"images\":\"Mauritius-Safari (3).jpg\"},{\"day\":4,\"images\":\"Mauritius-Safari (5).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Maldives','133','2023-09-04 12:13:41','2023-09-04 00:00:00',1,1,'1','1','0','Explore the tropical paradise of Medhufushi Island Resort with our 3 nights/4 days Maldives tour package. Immerse yourself in luxury and soak up the sun, sand, and sea in the Maldives.','maldives holiday packages, maldives tour package from india, medhufushi island resort price, island tour packages, Medhufushi Island Resort, Maldives water villa tour, 3 nights/4 days Maldives package, Luxury Maldives resort, Maldives beach holiday, Maldives vacation package, Medhufushi Island Resort water villas, Maldives honeymoon package, Maldives diving experience, 3N\\4D Maldives Tour Package','Medhufushi Island Tour Package - 3N\\4D Maldives Tour Package',NULL,'medhufushi-island-resort',NULL,NULL,NULL,0),(135,51077,1,35,1,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":51077,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/glimpses-of-sikkim--darjeeling_1680091498\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Sikkim and Darjeeling are two popular tourist destinations located in the northeastern part of India. Both places are known for their scenic beauty, cultural heritage, and pleasant climate. Here are some glimpses of what you can expect to see and experience in Sikkim and Darjeeling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sikkim:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;The capital city of Sikkim, Gangtok, is located in the Eastern Himalayas and is known for its picturesque views of the Himalayan range.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Rumtek Monastery is one of the most famous Buddhist monasteries in Sikkim, and is known for its unique architecture and beautiful paintings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Yumthang Valley, also known as the Valley of Flowers, is located in North Sikkim and is a popular tourist spot for its beautiful flowers and stunning landscapes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Tsomgo Lake, located on the way to Nathula Pass, is a popular tourist destination for its serene and tranquil surroundings.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Darjeeling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;The Darjeeling Himalayan Railway, also known as the &amp;quot;Toy Train,&amp;quot; is a UNESCO World Heritage Site and offers a scenic ride through the picturesque hills of Darjeeling.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Tiger Hill is one of the most popular tourist spots in Darjeeling and offers stunning views of the sunrise over the Himalayas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Darjeeling Tea Gardens are famous for their lush green tea plantations and offer a unique experience to visitors.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Peace Pagoda, located on the slopes of the Jalapahar hill, is a beautiful Buddhist temple and offers panoramic views of Darjeeling.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;In addition to these attractions, Sikkim and Darjeeling are also known for their rich cultural heritage and offer a unique blend of different cultures and traditions. Whether you are a nature lover, a history buff, or a foodie, Sikkim and Darjeeling have something to offer for everyone.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Darjeeling\",\"DestinationPlacesSysId\":7556,\"SourcePlaces\":\"Gangtok\",\"SourcePlaceSysId\":10106,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Glimpses Of Sikkim & Darjeeling\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22767,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":401,\"Title\":\"Darjeeling City Tour\",\"Description\":\"One of the hill stations situated in India which provides with the diverse beauty in itself. A day spent is not enough to capture the beauty of the entire city and one needs to spend at least 2-3 days.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2006\\/thumb\\/City Tour_548.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22767,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":401,\"Title\":\"Darjeeling City Tour\",\"Description\":\"One of the hill stations situated in India which provides with the diverse beauty in itself. A day spent is not enough to capture the beauty of the entire city and one needs to spend at least 2-3 days.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2006\\/thumb\\/City Tour_548.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"369256\",\"Title\":\"Arrival Njp Railway Station \\/ (IXB) Bagdogra Airport and Transfer to Gangtok\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival at NJP Railway Station \\/ (IXB) Bagdogra Airport, (413 Ft \\/ 126 Mts) board your vehicle to Gangtok (5412 Ft \\/1650Mts, 130 Kms \\/ 04 to 05 Hrs.).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in and overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"369257\",\"Title\":\"Tshangu Lake &amp; Baba Mandir Day Excursion\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, start for excursion to Tshangu Lake (12400Ft \\/ 3780 Mts \\/ 43 Kms in 02 Hrs.) &amp;amp; New Baba Mandir (13100 Ft \\/ 3994 Mts \\/ 16 Kms in 01 Hrs. one way from Tshangu Lake). (In case of Landslide or due to any other reasons if Tshangu Lake is closed then an alternate sightseeing will be provided)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":2183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":112,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369258\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"369259\",\"Title\":\"Transfer from Gangtok to Darjeeling\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Transfer to Darjeeling (6710 Ft \\/ 2046 Mts, 115 Kms \\/ 04 to 05 Hrs.)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"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\":\"369260\",\"Title\":\"Day at Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;You are free to spend the day exploring the city at your leisure and shop.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"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\":401,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":402,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1343,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369261\",\"Title\":\"Departure Darjeeling and transfer to Njp Railway Station \\/ (Ixb) Bagdogra Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast proceed to NJP Railway Station \\/ (IXB) Bagdogra Airport (413 Ft \\/ 126 Mts, 100Kms \\/ 03 to 04 Hrs.) for your onward connection.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"51077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"28890.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28890.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28890,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28890.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28890,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28890.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28890,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28890.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28890,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28890,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"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\":{\"369256\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[369256],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369257\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369257],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369258\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369258],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369259\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369259],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369260\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369260],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369261\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[369261],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gangtok,Darjeeling','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Darjeeling,West Bengal,East India','','10106,7556',28890,28890,4,'',NULL,'[{\"day\":1,\"images\":\"Mauritius-Safari (13).jpg\"},{\"day\":2,\"images\":\"Mauritius-Safari (15).jpg\"},{\"day\":3,\"images\":\"Mauritius-Safari (18).jpg\"},{\"day\":4,\"images\":\"Mauritius-Safari (17).jpg\"},{\"day\":5,\"images\":\"Mauritius-Safari (16).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:10:14','2023-09-04 00:00:00',1,1,'1','1','0','Sikkim and Darjeeling tour, 4N/5D package, Sikkim & Darjeeling 4N/5D tour package, book 4N/5D tour package for Sikkim, book tour package for Sikkim','Experience the scenic beauty and cultural richness of Sikkim and Darjeeling with our 4N/5D tour package. Book now to explore the stunning landscapes and local attractions.','Glimpses Of Sikkim & Darjeeling - Book 4N/5D Tour Package For Sikkim',NULL,'glimpses-of-sikkim-darjeeling',NULL,NULL,NULL,0),(136,51085,1,35,1,0,0,'Honeymoon,Wildlife,Family,Hill Station,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":51085,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/paradise-on-earth---kerala-nd_1680158718\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala is a mesmerizing state located in the southwestern region of India, known for its serene backwaters, palm-lined beaches, and lush green landscapes. A Kerala tour package offers a perfect blend of cultural experiences, scenic beauty, and relaxation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The tour typically includes visits to popular destinations like Kochi, Munnar, Alleppey, and Kovalam, where travelers can indulge in a variety of activities such as sightseeing, wildlife safaris, houseboat cruises, and beach walks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The tour also offers a chance to explore the local culture and cuisine, with opportunities to try authentic dishes like appam, puttu, and seafood delicacies. Travelers can also witness traditional art forms like Kathakali and Mohiniyattam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Kerala tour package is ideal for nature lovers, adventure enthusiasts, and those seeking a break from the hustle and bustle of city life. With its breathtaking beauty and warm hospitality, Kerala promises a memorable and enriching travel experience.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kochi\",\"DestinationPlacesSysId\":14275,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Paradise on Earth - Kerala 4N\\/5D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Wildlife,Family,Hill Station,River Cruises\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545699,\"Name\":\"The Breeze Munnar\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"The Breeze, Eaty City, Anachal, Chitrapuram.p.o, Munnar\"},\"Images\":{\"Image\":[{\"ImagId\":4825819,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545699\\/35_01684845228.jpg\"},{\"ImagId\":4825820,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545699\\/35_11684845229.jpg\"},{\"ImagId\":4825821,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545699\\/35_21684845230.jpg\"}]},\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545699\\/35_23d79677a993131f7c4eb63f7286318f1684845227.jpg\",\"AccoAminitiesMask\":\"110000000000110000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":790,\"Title\":\"Jungle Jeep Safari\",\"Description\":\"Welcome to Gavi Eco-TourismThis is one of the most popular programmes in Thekkady. The jeep safari toGavi, picturesque land, is the major off-the-track destination ideal for a wilderness retreat replete with trekking, birding, canoeing and facilities for boarding. This biological garden, with hills and valleys, tropical forests, sprawling grass lands, sholas, cascading waterfalls and cardamom plantation, is home for many endangered species like lion tailed macaque; nilgiri tahrs etc. Trekking through forest under trained Guide after break fast.Return by 12.30,have south Indian Vegetarian lunch and thereafter boating in GaviLake(row boat),visit cardamom plantations and curing house,Sabarimala view point..Return after evening tea by 3.30 PM.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545701,\"Name\":\"Jungle Park Resorts\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"LAKE ROAD, Thekkady, Kumily, Kerala \"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":790,\"Title\":\"Jungle Jeep Safari\",\"Description\":\"Welcome to Gavi Eco-TourismThis is one of the most popular programmes in Thekkady. The jeep safari toGavi, picturesque land, is the major off-the-track destination ideal for a wilderness retreat replete with trekking, birding, canoeing and facilities for boarding. This biological garden, with hills and valleys, tropical forests, sprawling grass lands, sholas, cascading waterfalls and cardamom plantation, is home for many endangered species like lion tailed macaque; nilgiri tahrs etc. Trekking through forest under trained Guide after break fast.Return by 12.30,have south Indian Vegetarian lunch and thereafter boating in GaviLake(row boat),visit cardamom plantations and curing house,Sabarimala view point..Return after evening tea by 3.30 PM.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":227,\"Title\":\"Boat Safari\",\"Description\":\"The tourist centre at Thekkady offers two-hour boating trips, arranged by the Kerala Tourism Development Corporation, at the artificial lake near the sanctuary. A herd of elephants or a wandering family of deer are common sights near the lake. In the hot months of March and April, visitors stand a better chance of viewing wildlife as the animals come to the lake frequently for drinking water. You may be able to spot herds of Gaur, Sambar and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/38_1521632640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":790,\"Title\":\"Jungle Jeep Safari\",\"Description\":\"Welcome to Gavi Eco-TourismThis is one of the most popular programmes in Thekkady. The jeep safari toGavi, picturesque land, is the major off-the-track destination ideal for a wilderness retreat replete with trekking, birding, canoeing and facilities for boarding. This biological garden, with hills and valleys, tropical forests, sprawling grass lands, sholas, cascading waterfalls and cardamom plantation, is home for many endangered species like lion tailed macaque; nilgiri tahrs etc. Trekking through forest under trained Guide after break fast.Return by 12.30,have south Indian Vegetarian lunch and thereafter boating in GaviLake(row boat),visit cardamom plantations and curing house,Sabarimala view point..Return after evening tea by 3.30 PM.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"369314\",\"Title\":\"Arrival at Cochin &amp; Proceed to Munnar &ndash; (130 Kms &ndash; Approx 4 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival at Cochin, proceed to Munnar. A breathtakingly beautiful - haven of peace and tranquility which cannot be portrayed in a single canvas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Situated at 1,600m above sea level with unending expanse of tea plantations - pristine valleys and mountains, you&amp;rsquo;re often up above the clouds watching veils of mist clinging to the mountain tops.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Among the exotic flora found in the forests and grasslands here is the Neelakurinji\\/Strobilanthes. This flower which bathes the hills in blue once in every twelve years, will bloom next in 2018. On the way to Munnar visit Cheeyappara &amp;amp; Valara waterfalls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Cheeyappara Waterfall cascades down in seven steps. Valara has a chain of waterfalls surrounded by thick green forests. Overnight stay at Hotel.&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545699,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":318,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1847,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369315\",\"Title\":\"Munnar Full Day Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed for sightseeing of Munnar. Visit Mattupetty Dam (ticket price extra), a storage concrete gravity dam built in the mountains. Mattupetty offers many fascinating sights to relish. Besides the tea plantations &amp;amp; the rolling grasslands, the Shola forests in and around Mattupetty are ideal for trekking and are habitat to a variety of birds.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit Kundala Dam (ticket price extra), the famous Neela Kurunji flowers which bloom once in twelve years, bloom in the hills and valleys around Kundala lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enroute visit Echo Point &amp;amp; Pothamedu View Point. Echo Point always has a greenish look as it is covered with abundant green sceneries. View Point is perfect to enjoy the spectacular beauty of the coffee, tea &amp;amp; cardamom plantations. They are an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking. Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545699,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1377,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369316\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"369317\",\"Title\":\"Transfer from Munnar to Thekkady - (85 Kms - Approx 3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out from hotel &amp;amp; proceed to Thekkady.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Thekkady is considered as a heaven for natural spices. The Periyar forests of Thekkady is one of the finest wildlife reserves in India. Periyar encompasses 777 sq km &amp;amp; a 26-sq-km artificial lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at hotel &amp;amp; later head out for sightseeing to visit the Periyar Wildlife Sanctuary (ticket price extra), it is home to herds of wild Elephants, Sambar, Tigers, Gaur, Lion-tailed Macaques, Nilgiri Langurs &amp;amp; more. The place can sometimes feel a bit like Disneyland-in-the-Ghats, but its mountain scenery &amp;amp; jungle walks make for an enjoyable visit. Evening enjoy the boat cruise in the lake (at additional cost) to spot wild animals. Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545701,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":227,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":790,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369318\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"369319\",\"Title\":\"Transfer from Thekkady to Alleppey - (135 Kms - Approx 4 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out from hotel and proceed to Alleppey which has an immense natural beauty and is also known as the &amp;ldquo;Venice of the East&amp;rdquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;It is famous for backwater cruising and boat race.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into your hotel\\/houseboat &amp;amp; cruise (if staying in houseboat) through the Narrow Canal amidst the Paddy Fields, Coconut Lagoons and Coir Villages in Alleppey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Alleppey.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"369320\",\"Title\":\"Departure from Alleppey + Sightseeing in Kochi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out from hotel &amp;amp; proceed towards Kochi. On reaching Kochi, visit Fort Cochi. Walk and see the suspended Chinese fishing nets, which were introduced by traders from the court of Kublai Khan in the 14th century. Kochi fishermen still use these fishing nets to earn their livelihoods.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue your stroll down to St Francis Church, the oldest European church in India. Finish your tour at Mattancherry Palace (Closed on Fridays). It was built by the Portuguese and presented to the Raja of Kochi in 1555. The palace is famous for its stunning murals portraying scenes from Hindu tales, such as the Ramayana and Mahabharata. Next door is the Paradesi (also called Pardesi) Synagogue (Closed on Fridays &amp;amp; Saturdays), the oldest active synagogue in South India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed towards Cochin Airport for departure, back to home with beautiful memories of God&amp;#39;s Own Country.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":2535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2803,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3746,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"51085\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"15499.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"15499.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15499.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":15499.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"15499.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15499.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":15499.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"15499.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15499.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":15499.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"369314\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[369314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369315\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369316\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369317\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369318\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369319\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369320\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[369320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Munnar,Thekkady,Alleppey','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Cochin','','18697,27156,670',15500,15500,4,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Mauritius-Safari (12).jpg\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:07:36','2023-09-04 00:00:00',1,1,'1','1','0','Kerala tour package, 4N/5D Kerala tour, Paradise on earth, Kerala travel itinerary, Best destinations in Kerala, Serene beauty of Kerala, Picturesque Kerala, Kerala accommodation, Kerala activities, Kerala tourism','Explore the serene and picturesque beauty of Kerala with our 4N/5D tour package. Experience paradise on earth with our curated itinerary that covers the best destinations, accommodation, and activities.','Paradise On Earth - Book 4N/5D Tour Package For Kerala',NULL,'paradise-on-earth-kerala-4n/5d-tour-package',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (137,51124,1,35,1,0,0,'Honeymoon,Adventure,Family,Heritage,Culture,Private',NULL,1,1,0,'{\"package\":{\"TPId\":51124,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/amazing-rajasthan--nd-tour-package_1680171800\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Delhi-Agra-Jaipur-Jodhpur-Udaipur tour is a popular tourist circuit in India, often referred to as the &amp;quot;Golden Triangle with Jodhpur and Udaipur&amp;quot;. It is a perfect itinerary for travelers who want to explore India&amp;#39;s rich cultural heritage, historical monuments, and natural beauty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Here&amp;#39;s a brief overview of the cities and their major attractions:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Delhi: The capital city of India, Delhi is home to some of the country&amp;#39;s most iconic landmarks, including the Red Fort, Qutub Minar, India Gate, and Jama Masjid.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Agra: Agra is famous for the stunning Taj Mahal, one of the seven wonders of the world. Other notable attractions include the Agra Fort and the Fatehpur Sikri.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jaipur: Known as the &amp;quot;Pink City&amp;quot;, Jaipur is famous for its rich cultural heritage, including the Hawa Mahal, City Palace, and Amer Fort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jodhpur: Known as the &amp;quot;Blue City&amp;quot;, Jodhpur is famous for its blue-painted houses and the majestic Mehrangarh Fort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Udaipur: Udaipur is often called the &amp;quot;City of Lakes&amp;quot; and is famous for its stunning lakeside palaces and gardens, including the City Palace, Lake Palace, and Saheliyon-ki-Bari.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing Rajasthan | 8N\\/9D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Intercity Transfers,Sightseeing,Guided Tours,Bonfire,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Heritage,Culture,Private\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545632,\"Name\":\"Le ROI Express Paharganj\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42350,\"Title\":\"Banke Bihari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42348,\"Title\":\"Gita Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42349,\"Title\":\"Seva Kunj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42347,\"Title\":\"Vishram Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42346,\"Title\":\"Vrindavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39794,\"Title\":\"AMER FORT\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42354,\"Title\":\"Man Sagar Lake\",\"Description\":\"&lt;br&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680176574.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42353,\"Title\":\"Panna Meena Bawri\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680178055.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1573,\"Title\":\"Sheesh Mahal\",\"Description\":\"This marvelous creation provides the visitor with a very fascinating view of blend of islamic architecture with rajputana architecture which provides a heart throbbing view and is just not to be a missed artifact.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sheesh_Mahal_12995_1519645463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1030,\"Title\":\"Maharana Pratap Memorial\",\"Description\":\"The memorial comprises a life-sized bronze statue of Maharana Pratap balanced on his loyal and favorite horse, Chetak.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/164\\/thumb\\/Maharana Pratap Memorial_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545634,\"Name\":\"Howard Plaza - The Fern Agra\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Fatehabad Rd, Bansal Nagar, Tajganj, Agra, Uttar Pradesh \"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"110100101000100101001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42350,\"Title\":\"Banke Bihari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42348,\"Title\":\"Gita Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42349,\"Title\":\"Seva Kunj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42347,\"Title\":\"Vishram Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42346,\"Title\":\"Vrindavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39794,\"Title\":\"AMER FORT\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42354,\"Title\":\"Man Sagar Lake\",\"Description\":\"&lt;br&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680176574.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42353,\"Title\":\"Panna Meena Bawri\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680178055.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1573,\"Title\":\"Sheesh Mahal\",\"Description\":\"This marvelous creation provides the visitor with a very fascinating view of blend of islamic architecture with rajputana architecture which provides a heart throbbing view and is just not to be a missed artifact.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sheesh_Mahal_12995_1519645463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1030,\"Title\":\"Maharana Pratap Memorial\",\"Description\":\"The memorial comprises a life-sized bronze statue of Maharana Pratap balanced on his loyal and favorite horse, Chetak.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/164\\/thumb\\/Maharana Pratap Memorial_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42350,\"Title\":\"Banke Bihari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42348,\"Title\":\"Gita Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42349,\"Title\":\"Seva Kunj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42347,\"Title\":\"Vishram Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42346,\"Title\":\"Vrindavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39794,\"Title\":\"AMER FORT\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42354,\"Title\":\"Man Sagar Lake\",\"Description\":\"&lt;br&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680176574.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42353,\"Title\":\"Panna Meena Bawri\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680178055.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1573,\"Title\":\"Sheesh Mahal\",\"Description\":\"This marvelous creation provides the visitor with a very fascinating view of blend of islamic architecture with rajputana architecture which provides a heart throbbing view and is just not to be a missed artifact.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sheesh_Mahal_12995_1519645463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1030,\"Title\":\"Maharana Pratap Memorial\",\"Description\":\"The memorial comprises a life-sized bronze statue of Maharana Pratap balanced on his loyal and favorite horse, Chetak.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/164\\/thumb\\/Maharana Pratap Memorial_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":107769,\"Name\":\"Niralidhani Ethnic Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.265410934992\",\"Long\":\"72.962924537038\",\"Address\":\"Siddhanath Circle Chopasni Road\"},\"Images\":{\"Image\":[{\"ImagId\":2358438,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_40_t.jpg\"},{\"ImagId\":2358439,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_41_t.jpg\"},{\"ImagId\":2358440,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_44_t.jpg\"},{\"ImagId\":2358441,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_57_t.jpg\"},{\"ImagId\":2358442,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_58_t.jpg\"},{\"ImagId\":2358443,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_59_t.jpg\"},{\"ImagId\":2358444,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_53_t.jpg\"},{\"ImagId\":2358445,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_60_t.jpg\"},{\"ImagId\":2358446,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_61_t.jpg\"},{\"ImagId\":2358447,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_62_t.jpg\"},{\"ImagId\":2358448,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/2e00d4c3_t.jpg\"},{\"ImagId\":2358449,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/63eccee0_t.jpg\"},{\"ImagId\":2358450,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/30c6d44d_t.jpg\"},{\"ImagId\":2358451,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/0c407819_t.jpg\"},{\"ImagId\":2358452,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/f7516458_t.jpg\"},{\"ImagId\":2358453,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/5facdffc_t.jpg\"},{\"ImagId\":2358454,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/cabdfe34_t.jpg\"},{\"ImagId\":2358455,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_43_t.jpg\"},{\"ImagId\":2358456,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_46_t.jpg\"},{\"ImagId\":2358457,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_49_t.jpg\"},{\"ImagId\":2358458,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_50_t.jpg\"},{\"ImagId\":2358459,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_54_t.jpg\"},{\"ImagId\":2358460,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_55_t.jpg\"},{\"ImagId\":2358461,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_56_t.jpg\"},{\"ImagId\":2358462,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_22_t.jpg\"},{\"ImagId\":2358463,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_24_t.jpg\"},{\"ImagId\":2358464,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_25_t.jpg\"},{\"ImagId\":2358465,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_27_t.jpg\"},{\"ImagId\":2358466,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_28_t.jpg\"},{\"ImagId\":2358467,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_36_t.jpg\"}]},\"CityId\":13184,\"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 Jodhpur, Niralidhani Ethnic Resort is in the business district and within the vicinity of Mehrangarh Fort and Sardar Market.  This hotel is within the vicinity of Jaswant Thada and Umaid Bhawan Palace.&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 34 individually decorated guestrooms, featuring minibars and LCD televisions. Your room comes with a memory foam bed. Rooms have private lanais. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature rainfall showerheads and complimentary toiletries.&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 recreational amenities such as an outdoor pool and bicycles to rent. Additional amenities at this Art Deco hotel include complimentary wireless Internet access, babysitting\\/childcare, and shopping on site. 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;Grab a bite at one of the hotel&amp;apos;s 2 restaurants, 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 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 a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Planning an event in Jodhpur? This hotel has 2400 square feet (223 square meters) of space consisting of conference space and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a train station pick-up service.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4530000\\/4521200\\/4521185\\/4521185_40_t.jpg\",\"AccoAminitiesMask\":\"110101000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42350,\"Title\":\"Banke Bihari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42348,\"Title\":\"Gita Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42349,\"Title\":\"Seva Kunj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42347,\"Title\":\"Vishram Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42346,\"Title\":\"Vrindavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39794,\"Title\":\"AMER FORT\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42354,\"Title\":\"Man Sagar Lake\",\"Description\":\"&lt;br&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680176574.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42353,\"Title\":\"Panna Meena Bawri\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680178055.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1573,\"Title\":\"Sheesh Mahal\",\"Description\":\"This marvelous creation provides the visitor with a very fascinating view of blend of islamic architecture with rajputana architecture which provides a heart throbbing view and is just not to be a missed artifact.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sheesh_Mahal_12995_1519645463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1030,\"Title\":\"Maharana Pratap Memorial\",\"Description\":\"The memorial comprises a life-sized bronze statue of Maharana Pratap balanced on his loyal and favorite horse, Chetak.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/164\\/thumb\\/Maharana Pratap Memorial_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":225071,\"Name\":\"Le Roi Udaipur\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.568317\",\"Long\":\"73.699069\",\"Address\":\"Multi Functional Complex, City Railway Station,Rajasthan,India, 313001\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"Strategically located right in front of the Udaipur City Railway Station, Le ROI Udaipur is a brand new hotel with tastefully crafted rooms offering you a budget stay in the heart of Udaipur along with casual dining restaurant and banqueting facilities. Realising the bustling ambiance around, the hotel is bent to offer you an accommodation with a blend of peace and tranquillity. With the rolling Airavali Hills as a backdrop,the design of the hotel draws heavily from the rich Rajasthani heritage and culture and appears no less than a palace.\\n\\nIn close proximity to Roadways Bus Stand and other major destinations in and around Udaipur, Le ROI Udaipur is just a 30 minute drive from Maharana Pratap or Dabok Airport. Business traveller or leisure, the hotel serves as an ideal destination with opulent accommodation and delicious food at affordable price.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Silver Deluxe With Balcony City View\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42350,\"Title\":\"Banke Bihari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42348,\"Title\":\"Gita Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42349,\"Title\":\"Seva Kunj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42347,\"Title\":\"Vishram Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42346,\"Title\":\"Vrindavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":346,\"Title\":\"Chokhi Dhani\",\"Description\":\"Chokhi Dhani is a prominent and astounding fascination of Jaipur. It is an ethnic town resort offering all of you kind of diversion alternatives including move, music, nourishment and lodging in illustrious styles. You can stay here for a day or increasingly and get acquainted with the energetic society of Rajasthan. In the event that you are staying here at the town resort then you can investigate the area all alone, yet the principle festivity begins at night with a jolting feel. The night exercises at Chokhi Dhani incorporate enchantment appears, manikin appears, Rajasthani move, Rajasthani people music, future tellers, gymnastics on a bamboo and fortunes anticipating parrots. There are likewise fascinating exercises and enterprises that will keep you totally drew in, similar to camel ride, elephant ride and stallion ride and boating.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.7646679,\"Long\":75.8335257,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Chokhi_Dhani_12995_1519644563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":39794,\"Title\":\"AMER FORT\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42354,\"Title\":\"Man Sagar Lake\",\"Description\":\"&lt;br&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680176574.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42353,\"Title\":\"Panna Meena Bawri\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/12995\\/sightseeing\\/35_1680178055.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1573,\"Title\":\"Sheesh Mahal\",\"Description\":\"This marvelous creation provides the visitor with a very fascinating view of blend of islamic architecture with rajputana architecture which provides a heart throbbing view and is just not to be a missed artifact.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sheesh_Mahal_12995_1519645463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1832,\"Title\":\"Umaid Bhawan Palace\",\"Description\":\"It is one of the largest private residences in the world.  In addition to being of utmost historical value, this attraction offers amazing encounters ranging from heritage walks to unforgettable dining experiences.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2784254,\"Long\":73.0369438,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/38\\/thumb\\/Umaid Bhawan Palace_527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1715,\"Title\":\"Taj Lake Palace\",\"Description\":\"Situated in Udaipur, this 5-star property is stylish and unique. It also offers a lake, a Jacuzzi and 24-hour room service.This luxury resort provides a coffee bar, meeting rooms and valet parking. It offers babysitting services, a currency exchange and a reception that operates 24 hours a day.Every elegant room at Taj Lake Palace Udaipur comes with a mini bar and slippers, and the bathrooms feature showers and bathrobes. They all have bottled water, a flat-screen TV and a sofa bed. Taj Lake Palace offers a range of places to dine, including Pontoon and Amrit Sagar. A wide selection of dining options are also found in the surrounding area.Taj Lake Palace Hotel Udaipur is close to the area&amp;#039;s well-known sightseeing attractions, including City Palace Udaipur which is a short walk away. The friendly staff at the tour desk are available to book and organise activities in Udaipur.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5753655,\"Long\":73.6921182,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Taj_Lake_Palace_28058_1529403421.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1030,\"Title\":\"Maharana Pratap Memorial\",\"Description\":\"The memorial comprises a life-sized bronze statue of Maharana Pratap balanced on his loyal and favorite horse, Chetak.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/164\\/thumb\\/Maharana Pratap Memorial_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"369455\",\"Title\":\"Arrival at Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Our representatives will greet you upon your arrival at the airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You&amp;rsquo;ll be brought to your hotel and to spend the rest of the day at your leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll spend overnight in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545632,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Double 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\":\"369456\",\"Title\":\"Delhi City Tour + Shopping\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Have breakfast in the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed to enjoy a full day city tour of Delhi. Visit Raj Ghat (closed on Monday), drive past Jama Masjid and the Red Fort (closed on Monday).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the afternoon visit Qutub Minar, India Gate, and the Lotus Temple (closed on Monday).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;During your tour drive past the President&amp;#39;s House, Parliament House and the Government Secretariat Buildings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening free for Shopping at Chandni Chowk.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at a hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545632,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":596,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1321,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36604,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369457\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"369458\",\"Title\":\"Transfer from Delhi to Agra Via Mathura\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast check out from your hotel and transfer to Agra.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enroute visit Vrindavan (185Kms\\/3Hrs). Vrindavan is the city where Lord Krishna spent his childhood days. There are many temples dedicated to worship of Radha &amp;amp; Krishna.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Mathura - The Braj Bhoomi, 11 km from Vrindavan. Mathura houses lots of places which had importance in the life of Lord Krishna. Shri Krishna Janm Bhoomi is the place where Lord Krishna was born, Dwarakeesh Temple - where Lord Krishna was present as a king, Vishram Ghat, Gita Mandir, Seva Kunj and Banke Bihari Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Agra (58Kms\\/1.5Hrs).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check-in to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545634,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42350,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42348,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42347,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42346,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369459\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"369460\",\"Title\":\"Transfer from Agra to Jaipur Via Fatehpur Sikri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed to the Jaipur (240Kms\\/5Hrs)\\/ Enroute visit Fatehpur Sikri - once the capital of Mughal Emperor Akbar and Buland Darwaza, the largest gateway in the world.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fatehpur Sikri is a UNESCO world heritage site and a famous tourist attraction located 40Kms from Agra. It was the short-lived capital of the Mughal empire. The purpose of building the city was Akbar&amp;rsquo;s intention to honour the Sufi saint Salim Chishti and the entire palace complex is built around the saint&amp;rsquo;s tomb. Today the city stands as one of the most preserved specimens of Mughal Architecture in India. It houses Jodha Bai&amp;#39;s palace. Jama Mosque, Buland Darwaza , Paanch Mahal, and a Tomb of Salim Chisti.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Buland Darwaza or &amp;quot;Gate of Victory&amp;quot; is the grand doorway that leads to the Fatehpur Sikri from Agra. The grand door is the result of 12 years of continuous hard work. Made up of red sandstone and decorated with white and black marbles it is 50 metres from the ground.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later continue your drive to Jaipur. Check into your hotel and relax. Visit Chokhi Dhani &amp;ndash; An Ethnic Village Resort (entry at own cost).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy Rajasthani cuisine with live folk dance and music.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to hotel. Overnight stay at Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":346,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369461\",\"Title\":\"Jaipur Full-Day Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, get ready for a full day of exploring Jaipur. We start from the Amber Fort, where visitors can enjoy an Elephant ride (optional), located in the 4 km2 town of Amer. Built in 1592, it overlooks Maota Lake and features impressive characteristics of Rajput architecture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we enjoy a relaxing visit to the Keysar Kiary Garden that has beautiful elegant pavilions and is part of the Amber Fort complex.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Not far from here is the Shila Devi Temple, which worships the famous idol of Durga. Located within the Amer Fort, this goddess was introduced by Raja Man Singh 1 and has a statue constructed in her image within the sanctum. The Sheesh Mahal is another destination not to be missed, located within the Lahore Fort, near the city of Lahore.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll stop at Panna Meena Bawri, a stepwell and designated bathing place for Indian queens, on our way back to the hotel. And the Man Sagar Lake which was a manmade lake created by blocking the flow of the Dravyavati river back in 1610.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll explore Hawa Mahal and the famous City Palace today if we couldn&amp;rsquo;t the day before.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We spend overnight at the hotel after.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":39794,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42354,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42353,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1573,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369462\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"369463\",\"Title\":\"Transfer from Jaipur to Jodhpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from hotel and transfer to Jodhpur (336 Km \\/6 hrs).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check into your hotel and relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening free for own activity.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":107769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"369464\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"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\":\"369465\",\"Title\":\"Jodhpur Half day Sightseeing &amp; Transfer To Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast start for half day sightseeing covering Umaid Bhawan Palace, Mehrangarh Fort and Jaswant Thada.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After that transfer to Udaipur. On arrival check-in to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening take a breathtaking boat tour over the picturesque Lake Pichola (at your own cost) to admire the royal buildings around the Lake and enjoy the scenic sunset view. From the lake you have a wonderful view of the City Palace stretching along the east bank, while the south bank has pleasant gardens running down to the waterside.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Silver Deluxe With Balcony City View\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1360,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1113,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1832,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369466\",\"Title\":\"Full day Udaipur Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we go on a full-day city tour in Udaipur. We start from the Udaipur City Palace, the largest Rajasthan royal complex, home of the old Kings. The majestic complex brags a large assortment of Mahals, courtyards, and pavilions. Take in the impressive architecture that adorn the corridors, terraces, and the hanging gardens. While at the City Palace, you can visit nearby famous attractions such as Amar Vilas, Taj Fateh Prakash Palace, Krishna Vilas, Manak Mahal, Mor Chowk, Sheesh Mahal, Zenana Mahal, and Rang Bhawan Inn which brags a view of the lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jagdish Temple is next in the list, built by Maharana Jagat Singh where people can worship Lord Vishnu. And then the Vintage Car Museum which is a bit away from the City Palace is a heaven for automobile lovers. The Fateh Sagar Lake is another main tourist attraction in Udaipur, a gorgeous picturesque spot, featuring the second largest artificial lake in the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;And within the lake is a small island where the Nehru Garden is built on. This beautiful garden has a boat-shaped floating restaurant that serves a gorgeous city view while dining. Saheliyon-ki-Bari is another destination we don&amp;rsquo;t want to miss. It is a gorgeous garden, popular for the view that features a lotus pool and carved marble elephants. Also known as the Courtyard of Maidens, this garden is a delightful retreat from the modern city, built by Rana Sangram Singh. Then we head to Shilpgram, a complex where rural arts and crafts are most dense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You also don&amp;rsquo;t want to miss Lake Pichola, known for the exquisite sunset view. Take in the rare sunset view as well as the City Palace from a distance on your east bank with the gardens in the south. The Summer Palace &amp;ldquo;Sajjan Garh&amp;rdquo; also looks unbelievable during the sunset.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We return to the hotel after a fulfilling day to rest for the night in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225071,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Silver Deluxe With Balcony City View\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":145,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":498,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":720,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1715,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1825,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369467\",\"Title\":\"Departure From Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we set off to Maharana Pratap Smarak, a hilltop site to commemorate the battle from the 16th century. It is a tranquil location, away from the lively city of Udaipur. Then we&amp;rsquo;ll head to Bhartiya Lok Kala Mandal, another destination in Udaipur which is a cultural institution where you can observe the preservation of folk art, culture, songs, and festivals of Rajasthan, Gujarat, and Madhya Pradesh (if time permits).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then we&amp;rsquo;ll take you to Udaipur airport or the railway station and end the tour there.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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\":193,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1030,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"51124\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"34785.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34785.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34785.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":34785.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34785.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34785.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":34785.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34785.70\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34785.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":34785.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"369455\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[369455],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369456\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369456],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369457\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369457],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369458\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369458],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369459\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369459],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369460\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369460],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369461\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[369461],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369462\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[369462],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369463\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[369463],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369464\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[369464],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369465\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[369465],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369466\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[369466],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369467\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[369467],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Jodhpur,Udaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Jodhpur,Udaipur','','7701,266,12995,13184,28058',34786,34786,8,'',NULL,'[{\"day\":1,\"images\":\"Mauritius-Safari (25).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Mauritius-Safari (24).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Mauritius-Safari (23).jpg\"},{\"day\":7,\"images\":\"Mauritius-Safari (22).jpg\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"Mauritius-Safari (26).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 12:00:00','2023-09-04 00:00:00',1,1,'1','1','0','Rajasthan tour package, Golden Triangle tour, Delhi Agra Jaipur tour, Jodhpur tour, Udaipur tour, 8 nights 9 days Rajasthan tour, Rajasthan culture and architecture tour, India travel package','Explore the beauty of Rajasthan with our 8 nights/9 days Golden Triangle tour package. Witness the incredible history, culture, and architecture of Rajasthan while visiting Delhi, Agra, Jaipur, Jodhpur, and Udaipur. Book now!','Golden Triangle With Amazing Rajasthan | Book 8N/9D Rajasthan Tour Package',NULL,'amazing-rajasthan-|-8n/9d-tour-package',NULL,NULL,NULL,0),(138,51141,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":51141,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/amazing-north-east---nd-tour-package_1680246417\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;North East Package&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Duration&amp;nbsp;&amp;nbsp; &amp;nbsp;: &amp;nbsp;06 Nights \\/ 07 Days&lt;br \\/&gt;\\r\\nDestination &amp;nbsp;&amp;nbsp; &amp;nbsp;: &amp;nbsp;Tezpur (01 Nt) - Dirang (01 Nt), Tawang (02 Nts), Bomdila (01 Nt) &amp;ndash; Guwahati (01 Nt)&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing North East - 06N\\/07D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":27116,\"Title\":\"Tezpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545662,\"Name\":\"KRC Palace\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Elegant Executive Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5423,\"Title\":\"Sessa Orchid Sanctuary,Bomdila\",\"Description\":\"Sessa Orchid Sanctuary is a 100 km2 safe area of India in the Himalayan foothills in Bhalukpong Forest Division of West Kameng District, Arunachal Pradesh. It meet Eaglenest Wildlife Sanctuary to the southwest. It is a part of the Kameng Protected Area Complex (KPAC), which is an Elephant Reserve. See map. The department of Environment &amp;amp; Forests has developed trekking routes for visitors to enjoy the natural home  of orchids. There are deep gorges and valleys, high peaks and rugged placethat are rewarding for nature lovers and adventure tourists\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Sessa_Orchid_Sanctuary,Bomdila_34561_1527753036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42372,\"Title\":\"Dirang Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":9253,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery will captivate you with its beauty and alluring vistas. One of the largest in India and the second largest in the world, Tawang Monastery is a 400-year-old Buddhist Temple offering charming views and the stunning interiors with a high golden statue of Lord Buddha is a must visit in Tawang.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":91.8577194,\"Long\":27.5867261,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/48_1556251162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7934,\"Title\":\"Dirang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545664,\"Name\":\"Pemaling Lords Inn\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7934,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5423,\"Title\":\"Sessa Orchid Sanctuary,Bomdila\",\"Description\":\"Sessa Orchid Sanctuary is a 100 km2 safe area of India in the Himalayan foothills in Bhalukpong Forest Division of West Kameng District, Arunachal Pradesh. It meet Eaglenest Wildlife Sanctuary to the southwest. It is a part of the Kameng Protected Area Complex (KPAC), which is an Elephant Reserve. See map. The department of Environment &amp;amp; Forests has developed trekking routes for visitors to enjoy the natural home  of orchids. There are deep gorges and valleys, high peaks and rugged placethat are rewarding for nature lovers and adventure tourists\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Sessa_Orchid_Sanctuary,Bomdila_34561_1527753036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42372,\"Title\":\"Dirang Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":9253,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery will captivate you with its beauty and alluring vistas. One of the largest in India and the second largest in the world, Tawang Monastery is a 400-year-old Buddhist Temple offering charming views and the stunning interiors with a high golden statue of Lord Buddha is a must visit in Tawang.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":91.8577194,\"Long\":27.5867261,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/48_1556251162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34557,\"Title\":\"Tawang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545671,\"Name\":\"Tawang Heights\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34557,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5423,\"Title\":\"Sessa Orchid Sanctuary,Bomdila\",\"Description\":\"Sessa Orchid Sanctuary is a 100 km2 safe area of India in the Himalayan foothills in Bhalukpong Forest Division of West Kameng District, Arunachal Pradesh. It meet Eaglenest Wildlife Sanctuary to the southwest. It is a part of the Kameng Protected Area Complex (KPAC), which is an Elephant Reserve. See map. The department of Environment &amp;amp; Forests has developed trekking routes for visitors to enjoy the natural home  of orchids. There are deep gorges and valleys, high peaks and rugged placethat are rewarding for nature lovers and adventure tourists\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Sessa_Orchid_Sanctuary,Bomdila_34561_1527753036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42372,\"Title\":\"Dirang Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":9253,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery will captivate you with its beauty and alluring vistas. One of the largest in India and the second largest in the world, Tawang Monastery is a 400-year-old Buddhist Temple offering charming views and the stunning interiors with a high golden statue of Lord Buddha is a must visit in Tawang.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":91.8577194,\"Long\":27.5867261,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/48_1556251162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34561,\"Title\":\"Bomdila\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545672,\"Name\":\"Tsepal Yangjom\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5423,\"Title\":\"Sessa Orchid Sanctuary,Bomdila\",\"Description\":\"Sessa Orchid Sanctuary is a 100 km2 safe area of India in the Himalayan foothills in Bhalukpong Forest Division of West Kameng District, Arunachal Pradesh. It meet Eaglenest Wildlife Sanctuary to the southwest. It is a part of the Kameng Protected Area Complex (KPAC), which is an Elephant Reserve. See map. The department of Environment &amp;amp; Forests has developed trekking routes for visitors to enjoy the natural home  of orchids. There are deep gorges and valleys, high peaks and rugged placethat are rewarding for nature lovers and adventure tourists\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Sessa_Orchid_Sanctuary,Bomdila_34561_1527753036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42372,\"Title\":\"Dirang Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":9253,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery will captivate you with its beauty and alluring vistas. One of the largest in India and the second largest in the world, Tawang Monastery is a 400-year-old Buddhist Temple offering charming views and the stunning interiors with a high golden statue of Lord Buddha is a must visit in Tawang.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":91.8577194,\"Long\":27.5867261,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/48_1556251162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":414204,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.185057\",\"Long\":\"91.74441\",\"Address\":\"MLN Road, Panbazar, Panbazar, GUWAHATI, ASSAM, India, Pin-781001, 781001\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"Hotel Mayflower is located 1 km from Guwahati Railway Station and 7 km from Guwahati Zoo. This property in Guwahati provides guests with free breakfast and internet access.  This accommodation has 21 well-maintained guestrooms equipped with amenities like television, mirror, wake-up calls and wardrobe. The rooms also have separate sitting area and attached bathroom. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maq\\/oyf\\/fbs\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5423,\"Title\":\"Sessa Orchid Sanctuary,Bomdila\",\"Description\":\"Sessa Orchid Sanctuary is a 100 km2 safe area of India in the Himalayan foothills in Bhalukpong Forest Division of West Kameng District, Arunachal Pradesh. It meet Eaglenest Wildlife Sanctuary to the southwest. It is a part of the Kameng Protected Area Complex (KPAC), which is an Elephant Reserve. See map. The department of Environment &amp;amp; Forests has developed trekking routes for visitors to enjoy the natural home  of orchids. There are deep gorges and valleys, high peaks and rugged placethat are rewarding for nature lovers and adventure tourists\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Sessa_Orchid_Sanctuary,Bomdila_34561_1527753036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42372,\"Title\":\"Dirang Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":9253,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery will captivate you with its beauty and alluring vistas. One of the largest in India and the second largest in the world, Tawang Monastery is a 400-year-old Buddhist Temple offering charming views and the stunning interiors with a high golden statue of Lord Buddha is a must visit in Tawang.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":91.8577194,\"Long\":27.5867261,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/48_1556251162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"369611\",\"Title\":\"Arrival at Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY) &ndash; Tezpur\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY)&amp;nbsp; and then transfer to Tezpur. Check in &amp;amp; Overnight at Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Elegant Executive Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369612\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369613\",\"Title\":\"Tezpur &ndash; Local sightseeing - Dirang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast drive to Dirang.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute at Tipi visit Orchid Center and visit Sessa Orchid Sanctuary (blooming is from end March till May), reach Dirang and visit the Dirang Monastery.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check into the hotel and overnight at Dirang.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545664,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14870,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5423,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42372,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369614\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369615\",\"Title\":\"Dirang &ndash; Local Sightseeing - Tawang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast drive to Tawang, enroute you will visit Sella Pass and Sella Lake situated at an altitude of 13476 ft.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also visit Jaswant Ghar and before reaching Tawang visit the Nunarang fall.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reach Tawang and check in to the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at Tawang.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5467,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5475,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5479,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369616\",\"Title\":\"Tawang &ndash; Bumla Pass, Madhuri (ShunGatser) Lake &amp; PTSO Lake - Tawang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today morning after early breakfast, you will drive to Bumla Pass which is located about 37 km away from Tawang at the Indo-China border over 15,200 ft above sea level. A further drive will take you to visit high altitude lake called as Shunga-tser Lake, popularly known as Madhuri Lake located 35, kms away from Tawang near the China Border.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The drive to Shunga-tser Lake is full of thrill and one can still see the war bankers that had been used during the Chinese aggression in 1962. Nestled amidst the pristine mountains and picturesque surrounding, It was formed in the aftermath of the 1950 earthquake. Prior to the earthquake, this piece of land used to be employed as the grazing ground for the cattle. The evidence of it can be seen in the protruding trunks of the dead trees from the middle of the lake. The lake has been under supervision of Army men, who have also arranged for a cafeteria nearby. Tourists can relish on the delicious Momos, Maggis topped with a cup of tasty coffee or tea. Tourists can also take to trekking around the lake while enjoying the gentle lashes of the pleasant breeze around. During return take a photo stop at the beautiful PTSO lake en route (17 kms away from Tawang, Pangong Tang Tso Lake popularly known as PT Tso which is an extremely scenic drive with bird&amp;rsquo;s eye view of the township below).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later in the afternoon drive back to hotel. On the way back visit Ani Gompha.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rest of the evening at leisure. Overnight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":14871,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5477,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369617\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369618\",\"Title\":\"Tawang - Bomdila\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, today visit Tawang Monastery. Later drive to Bomdila. Overnight stay at Bomdila.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545672,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":9253,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369619\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369620\",\"Title\":\"Bomdila- Guwahati \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast transfer to Guwahati. Upon reaching, check in &amp;amp; over night at Guwahati.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414204,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Irish Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"369621\",\"Title\":\"Guwahati - Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY) for departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast transfer to Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY) for onwards connection.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"51141\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"25145.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":19046,\"priceDoubleOcc\":\"25145.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6848.00\",\"priceWithoutBed\":\"4066.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4066,\"CEB\":6848,\"COSTDO\":25145,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6848,\"COSTTO\":6848},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":19973,\"priceDoubleOcc\":\"26536.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6848.00\",\"priceWithoutBed\":\"4066.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26536,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4066,\"CEB\":6848,\"COSTDO\":26536,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6848,\"COSTTO\":6848},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":29389,\"priceDoubleOcc\":\"40660.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6848.00\",\"priceWithoutBed\":\"4066.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40660,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4066,\"CEB\":6848,\"COSTDO\":40660,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6848,\"COSTTO\":6848}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"369611\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[369611],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369612\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369612],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369613\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[369613],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369614\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369614],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369615\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[369615],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369616\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[369616],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369617\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[369617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369618\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[369618],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369619\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[369619],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"369620\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[369620],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"369621\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[369621],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Tezpur,Dirang,Tawang,Bomdila,Guwahati','Tezpur,Assam,Indian Subcontinent,Northeast India,India,Dirang,Arunachal Pradesh,Tawang,Bomdila,Guwahati','','27116,7934,34557,34561,11240',25145,40660,6,'',NULL,'[{\"day\":1,\"images\":\"Mauritius-Safari (29).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Mauritius-Safari (30).jpg\"},{\"day\":7,\"images\":\"Mauritius-Safari (31).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:57:36','2023-09-04 00:00:00',1,1,'1','1','0','6N/7D tour package, Arunachal Pradesh Tour Package, North East India holiday, North East India adventure, North East India culture, North East India traditions, Arunachal tour package, North East India tour, 6N/7D Arunachal Pradesh itinerary, travel to Arunachal Pradesh, cultural tour of North East India, adventure tour in Arunachal Pradesh','Explore the unexplored beauty of North East India with our 6N/7D Arunachal Tour Package. Immerse yourself in the mesmerizing landscapes and diverse cultures of Arunachal Pradesh. Book now for an unforgettable experience.','North East India Tour | 6N/7D Arunachal Pradesh Tour Package',NULL,'amazing-north-east-06n/07d-tour-package',NULL,NULL,NULL,0),(139,51309,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Culture,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":51309,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/best-of-shimla--manali_1680674003\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Clear your mind in Shimla and Manali. Experience the panoramic views of the Himalayas.Enjoy a breath-taking drive through Snow Point on the road to Rohtang Pass. Pray at Hadimba Temple and participate in adventure activities in Solang Valley. Visit Kufri - a haven for nature enthusiasts and wildlife lovers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Hand-picked 5 nights of accommodations in two places&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing tours on a Private Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Kufri and experience the panoramic views of the Himalayas&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full day Manali tour including Vashist Kund and Hadimba Devi Temple&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Best Of Shimla & Manali\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Culture,Road Trip\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546338,\"Name\":\"Hotel Lords Garden Glory\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":251,\"Title\":\"Buddhist Monastery\",\"Description\":\"The statue of the Lord Buddha presides in the monastery. The Gadhan Thekchoking Gompa is situated near the Mall in Manali. The monastery is run by the local people who gather funds through donations.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517999005.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081chal 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2742,\"Title\":\"Vashist Hot Water Spring\",\"Description\":\"The Vashisht Hot Water Spring is one of the famous attractions of this region and is believed to have medicinal value in the hot springs. It is also said to cure many skin diseases. Many people go to the Vashisht baths to take a dip and rid themselves of skin infections and diseases. The village of Vashist is famous for its sulphurous Hot Water Springs. The springs can also be enjoyed in privacy at the Turkish-styles bath houses which are available here. Here one can beat the cold of Manali and spend some time in this enchanting hot water springs.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2668416,\"Long\":77.1875332,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashist_Hot_Water_Spring_16593_1521184984.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546340,\"Name\":\"\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":546341,\"Name\":\"Hotel Angels Inn\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":251,\"Title\":\"Buddhist Monastery\",\"Description\":\"The statue of the Lord Buddha presides in the monastery. The Gadhan Thekchoking Gompa is situated near the Mall in Manali. The monastery is run by the local people who gather funds through donations.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517999005.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081chal 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2742,\"Title\":\"Vashist Hot Water Spring\",\"Description\":\"The Vashisht Hot Water Spring is one of the famous attractions of this region and is believed to have medicinal value in the hot springs. It is also said to cure many skin diseases. Many people go to the Vashisht baths to take a dip and rid themselves of skin infections and diseases. The village of Vashist is famous for its sulphurous Hot Water Springs. The springs can also be enjoyed in privacy at the Turkish-styles bath houses which are available here. Here one can beat the cold of Manali and spend some time in this enchanting hot water springs.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2668416,\"Long\":77.1875332,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashist_Hot_Water_Spring_16593_1521184984.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"370917\",\"Title\":\"Arrival at Chandigarh - Transfer to Shimla\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival at Chandigarh Airport, we drive to Shimla, the capital of Himachal Pradesh. This beautiful hill resort was the erstwhile summer capital of the British. It is one of the top tourist destinations in India owing to its mild climate, meandering streets and snow-clad mountains. Often referred to as the &amp;#39;Queen of Hill Stations&amp;rsquo;, Shimla is perched at a height of around 2000 meters above sea level. Besides its natural beauty, what attracts hordes of tourists to this place is the opportunity to indulge in various adventure activities, such as trekking, mountaineering, and skiing. Once you reach Shimla, complete the check-in formalities at the hotel and take some rest. stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370918\",\"Title\":\"Kufri Excursion - Shimla Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a delicious breakast this morning, get ready to venture into Kufri - a haven for nature enthusiasts and wildlife lovers. With panoramic views of the Himalayas, steep hikes, adventure sports and quite a few fun and interesting sightseeing attractions, Kufri is a great place to unwind.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Popular specially with trekkers, the splendid weather and stunning natural beauty make Kufri an ideal summer getaway. Interestingly, Kufri is also the venue for an annual winter sports festival held in February. With the oldest skiing slopes in Himachal Pradesh, Kufri is also famously referred to as a ski destination. Himalayan Nature Park in the outskirts is home to over 180 varieties of fauna.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After, visit the famous Mall Road in Shimla. Also check out the pleasant small square Scandal Point and Jhakoo Temple. Return to your hotel and have a tasty dinner. Overnight stay at hotel in Shimla.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":672,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1546,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370919\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370928\",\"Title\":\"Transfer from Shimla to Manali\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, get ready to drive to Manali - one of the most popular hill stations in India situated at a height of 6260 ft above sea level. The exquisite River Beas flows through the town of Manali, creating a spellbinding landscape against the massive peaks of the valley. Upon arrival, check in to your hotel and get comfortable with your splendid surroundings. Your evening is free for leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Both an ancient site and a modern town, Manali is a fairyland dotted with a number of tourist attractions such as the Rohtang Pass and Solang Valley nearby. Whats more, it is flocked by honeymooners and family vacationers all through the year. It is also fast emerging as an adventure destination with activities such as zorbing, paragliding and white water rafting. Overnight stay at your hotel in Manali.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":546341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":168,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370929\",\"Title\":\"Day Excursion to Rohtang Pass (at Own Cost)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After an early breakfast, get ready to go on an excursion to the iconic tourist attraction in Himachal - Rohtang Pass. Enjoy a breathtaking drive through Snow Point on the road to Rohtang Pass (closed on Tuesdays). After a certain point, only vehicles with permit are allowed to proceed on Manali - Rohtang highway. You have to take the vehicle with permit (at your own cost) to travel further to Rohtang Pass.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;An iconic tourist attraction in Manali, Rohtang Pass (13,054 ft) is located on the watershed between the water basins of the Chenab River and the Beas River. Besides Lahaul and Spiti, Rohtang Pass also serves as the gateway to Pangi and the valley of Leh. Manali-Leh Highway, a part of NH 21, transverses Rohtang Pass. The Pass offers visitors beautiful sights of glaciers and mountain peaks such as Geypan and Lahaul Valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to hotel and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":546341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1485,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3521,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370930\",\"Title\":\"Full Day Manali Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, walk through Manali town visiting newly constructed Buddhist Monastery and the handicraft centre. Later, visit the 450 years old temple dedicated to Hadimba Devi, Jagatsukh and Vashist kund.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hadimba Devi Temple - is an ancient cave temple dedicated to Hidimbi Devi, wife of Bhima, a figure in the Indian epic Mah?bh?rata. The temple is surrounded by a cedar forest at the foot of the Him?layas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vashisht, an extremely picturesque little place clinging to the steep hill side. On the way up to the village you come upon the Vashist hot baths where a natural sulphur spring is piped into a modern bath-house.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to hotel by late afternoon. Rest of the day at leisure. Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":546341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":251,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2788,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":719,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1860,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370931\",\"Title\":\"Departure from Manali to Chandigarh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out and proceed to Chandigarh (by road) - the best planned city in India. This spic and span green city is an architectural marvel. Upon arrival, you will be transferred to the airport\\/railway station to board your flight\\/train back home. Your trip in Himachal has come to an end. Let the memories begin!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"51309\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"16904.93\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"16904.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16904.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16904.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"16904.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16904.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16904.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"16904.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16904.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16904.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"370917\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[370917],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370918\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[370918],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370919\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[370919],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370928\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[370928],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370929\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[370929],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370930\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[370930],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370931\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[370931],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Shimla,Manali','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Kufri','','1,16593',16905,16905,5,'139_1680675460_0.jpg,139_1680675460_1.jpg,139_1680675460_2.jpg,139_1680675460_3.jpg,139_1680675460_4.jpg,139_1680675460_5.jpg,139_1680675460_6.jpg,139_1680675460_7.jpg',NULL,'[{\"day\":1,\"images\":\"Mauritius-Safari (34).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Mauritius-Safari (32).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:54:41','2023-09-04 00:00:00',1,1,'1','1','0','Shimla and Manali tourism guide, Shimla and Manali tour package, Best of Shimla and Manali tour, Book Shimla and Manali tour package, Shimla and Manali tour deals, Best Shimla and Manali tour package offers, Book Shimla and Manali tour package, Shimla and Manali tour discounts, Shimla and Manali tour price','Experience the best of Himachal Pradesh on our Shimla & Manali Tour Package. Enjoy breathtaking views of the Himalayas, explore cultural landmarks, and indulge in adventure activities. Book now for the ultimate Himalayan adventure!','Shimla & Manali Tour Package: Explore Himalayan Beauty in 6 Days',NULL,'best-of-shimla-manali',NULL,NULL,NULL,0),(140,51310,1,35,1,0,0,'Honeymoon,Adventure,Family,Religious,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":51310,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/magnificent-himachal_1680677031\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Himachal Pradesh is a scenic abode to witness the pristine landscapes, an adventure lover&amp;rsquo;s paradise and one of the most popular pilgrimage places in India. Get ready to venture into Kufri - a haven for nature enthusiasts and wildlife lovers.Here dramatic forested gorges rise to skylines of snow-capped glaciated peaks through a landscape that ranges from high-altitude desert to dripping rhododendron forest. Both an ancient site and a modern town, Manali is a fairyland dotted with a number of tourist attractions such as the Rohtang Pass and Solang Valley nearby. At 8500 ft above mean sea level, the preferred location for adventure activities in Himachal Pradesh, Solang Valley is a must-see for adrenaline junkies. The experience after visiting will be filled with beautiful memories.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Daily breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hand-picked accommodation for all nights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Indulge in various adventurous activities, such as trekking, mountaineering, and skiing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Kufri - a haven for nature enthusiasts and wildlife lovers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excursion to the iconic tourist attraction in Himachal - Rohtang Pass&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Solang Valley&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Kangra Art Museum, Tea Gardens and Kunal Pathri Temple&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Magnificent Himachal \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Religious,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546353,\"Name\":\"Hotel The Paal\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1669,\"Title\":\"St. John Church\",\"Description\":\"St. John&amp;#039;s Chruch is one of the most important churches in Himachal Pradesh. Located on the way to Mcleodganj, this neo-gothic church is the oldest structure of Dharamsala. This church  was built in dedication to John the Baptist. T  in 1852. Also to Lord Elgin who was one of the viceroys of India, and was buried here in 1863 A.D.\\r\\nFamous as &amp;#039;St. John in the Wilderness&amp;#039; because it is situated in the majestic &amp;#039;Deodar&amp;#039; forest. \\r\\nIts main attraction, the Belgian stained-glass windows were donated by the wife of Lord Elgin.\\r\\nThe structure is so powerful that it survived the 1905 earthquake, which destroyed most buildings in Dharamshala.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426426,\"Long\":76.3181806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/St._John_Church_7824_1518251083.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42580,\"Title\":\"Kunal Pathri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546354,\"Name\":\"The Xanadu By Mastiff\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hadimba Temple Rd, next to DPS School, Siyal, Manali, Himachal Pradesh \"},\"Images\":{\"Image\":[{\"ImagId\":4825816,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546354\\/35_01684844464.jpg\"},{\"ImagId\":4825817,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546354\\/35_11684844464.jpg\"},{\"ImagId\":4825818,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546354\\/35_21684844465.jpg\"}]},\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546354\\/35_49dd14c9f3d8c3c0178b2d010cd56cb81684844463.jpg\",\"AccoAminitiesMask\":\"110000000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1669,\"Title\":\"St. John Church\",\"Description\":\"St. John&amp;#039;s Chruch is one of the most important churches in Himachal Pradesh. Located on the way to Mcleodganj, this neo-gothic church is the oldest structure of Dharamsala. This church  was built in dedication to John the Baptist. T  in 1852. Also to Lord Elgin who was one of the viceroys of India, and was buried here in 1863 A.D.\\r\\nFamous as &amp;#039;St. John in the Wilderness&amp;#039; because it is situated in the majestic &amp;#039;Deodar&amp;#039; forest. \\r\\nIts main attraction, the Belgian stained-glass windows were donated by the wife of Lord Elgin.\\r\\nThe structure is so powerful that it survived the 1905 earthquake, which destroyed most buildings in Dharamshala.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426426,\"Long\":76.3181806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/St._John_Church_7824_1518251083.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42580,\"Title\":\"Kunal Pathri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7824,\"Title\":\"Dharamshala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546364,\"Name\":\"Hotel 360 by D\'Polo\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Vill. Mohli, Khanyara Rd, near Norbulingka Institute, Dharamshala, Himachal Pradesh 176218\"},\"Images\":{\"Image\":[{\"ImagId\":4825812,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546364\\/35_01684842998.jpg\"},{\"ImagId\":4825813,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546364\\/35_11684842999.jpg\"},{\"ImagId\":4825814,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546364\\/35_21684842999.jpg\"},{\"ImagId\":4825815,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546364\\/35_31684843000.jpg\"}]},\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546364\\/35_ed93d38ed3b90d3146f8e4d700a3c9fe1684842998.jpg\",\"AccoAminitiesMask\":\"111001001101100001010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1669,\"Title\":\"St. John Church\",\"Description\":\"St. John&amp;#039;s Chruch is one of the most important churches in Himachal Pradesh. Located on the way to Mcleodganj, this neo-gothic church is the oldest structure of Dharamsala. This church  was built in dedication to John the Baptist. T  in 1852. Also to Lord Elgin who was one of the viceroys of India, and was buried here in 1863 A.D.\\r\\nFamous as &amp;#039;St. John in the Wilderness&amp;#039; because it is situated in the majestic &amp;#039;Deodar&amp;#039; forest. \\r\\nIts main attraction, the Belgian stained-glass windows were donated by the wife of Lord Elgin.\\r\\nThe structure is so powerful that it survived the 1905 earthquake, which destroyed most buildings in Dharamshala.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426426,\"Long\":76.3181806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/St._John_Church_7824_1518251083.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42580,\"Title\":\"Kunal Pathri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7478,\"Title\":\"Dalhousie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546367,\"Name\":\"Hotel Snow Ark Dalhousie\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":672,\"Title\":\"Himalayan Nature Park\",\"Description\":\"This park is one of the most popular and favorite tourist spot in the area. The Himalayan Nature Park is home to various endangered and rare species of flora and fauna.In the park animals and birds move around comfortably in a huge enclosure.Some of the species found here are snow leopards and musk deer. The beauty of this national park is also in its massive size covering the whole of which one must enroll in the 7-8 day trekking trip which starts at the Sai Rops Tourist centre.Camping arrangements can also be done but prior permission has to be taken from Divisional Forest Officer.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Himalayan_Nature_Park_1_1518251967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3521,\"Title\":\"Lahaul Valley\",\"Description\":\"Lahual has snow-covered mountains, lush green fields, milky white rivers and streams, placid lakes and mountain passes that make it a picture perfect location. Its simple rustic charm, festivals, folk dances and culture attracts tourists from all over the world, situated on the Indo-Tibetan border in the north Indian state of Himachal Pradesh. Lahaul Valley is a thriving centre of Tibetan Buddhism and home to several Buddhist monasteries which are repositories of culture and art. Called as the Barren Splendour of Himachal Pradesh, the Lahaul valley is perfect for hiking, trekking and adventure drives.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.6192107,\"Long\":77.3783789,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Lahaul_Valley_16593_1521094364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1669,\"Title\":\"St. John Church\",\"Description\":\"St. John&amp;#039;s Chruch is one of the most important churches in Himachal Pradesh. Located on the way to Mcleodganj, this neo-gothic church is the oldest structure of Dharamsala. This church  was built in dedication to John the Baptist. T  in 1852. Also to Lord Elgin who was one of the viceroys of India, and was buried here in 1863 A.D.\\r\\nFamous as &amp;#039;St. John in the Wilderness&amp;#039; because it is situated in the majestic &amp;#039;Deodar&amp;#039; forest. \\r\\nIts main attraction, the Belgian stained-glass windows were donated by the wife of Lord Elgin.\\r\\nThe structure is so powerful that it survived the 1905 earthquake, which destroyed most buildings in Dharamshala.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426426,\"Long\":76.3181806,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/St._John_Church_7824_1518251083.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42580,\"Title\":\"Kunal Pathri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"370954\",\"Title\":\"Arrival at Chandigarh - Transfer to Shimla\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival at Chandigarh Airport, we drive to Shimla, the capital of Himachal Pradesh. This beautiful hill resort was the erstwhile summer capital of the British. It is one of the top tourist destinations in India owing to its mild climate, meandering streets and snow-clad mountains. Often referred to as the &amp;#39;Queen of Hill Stations&amp;rsquo;, Shimla is perched at a height of around 2000 meters above sea level. Besides its natural beauty, what attracts hordes of tourists to this place is the opportunity to indulge in various adventure activities, such as trekking, mountaineering, and skiing. Once you reach Shimla, complete the check-in formalities at the hotel and take some rest. stay overnight at the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370955\",\"Title\":\"Kufri Excursion - Shimla Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a delicious breakast this morning, get ready to venture into Kufri - a haven for nature enthusiasts and wildlife lovers. With panoramic views of the Himalayas, steep hikes, adventure sports and quite a few fun and interesting sightseeing attractions, Kufri is a great place to unwind.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Popular specially with trekkers, the splendid weather and stunning natural beauty make Kufri an ideal summer getaway. Interestingly, Kufri is also the venue for an annual winter sports festival held in February. With the oldest skiing slopes in Himachal Pradesh, Kufri is also famously referred to as a ski destination. Himalayan Nature Park in the outskirts is home to over 180 varieties of fauna.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After, visit the famous Mall Road in Shimla. Also check out the pleasant small square Scandal Point and Jhakoo Temple. Return to your hotel and have a tasty dinner. Overnight stay at hotel in Shimla.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":672,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1546,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370956\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370957\",\"Title\":\"Transfer from Shimla to Manali\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, get ready to drive to Manali - one of the most popular hill stations in India situated at a height of 6260 ft above sea level. The exquisite River Beas flows through the town of Manali, creating a spellbinding landscape against the massive peaks of the valley. Upon arrival, check in to your hotel and get comfortable with your splendid surroundings. Your evening is free for leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Both an ancient site and a modern town, Manali is a fairyland dotted with a number of tourist attractions such as the Rohtang Pass and Solang Valley nearby. Whats more, it is flocked by honeymooners and family vacationers all through the year. It is also fast emerging as an adventure destination with activities such as zorbing, paragliding and white water rafting. Overnight stay at your hotel in Manali.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546354,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":168,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370958\",\"Title\":\"Day Excursion to Rohtang Pass (at Own Cost)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After an early breakfast, get ready to go on an excursion to the iconic tourist attraction in Himachal - Rohtang Pass. Enjoy a breathtaking drive through Snow Point on the road to Rohtang Pass (closed on Tuesdays). After a certain point, only vehicles with permit are allowed to proceed on Manali - Rohtang highway. You have to take the vehicle with permit (at your own cost) to travel further to Rohtang Pass.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;An iconic tourist attraction in Manali, Rohtang Pass (13,054 ft) is located on the watershed between the water basins of the Chenab River and the Beas River. Besides Lahaul and Spiti, Rohtang Pass also serves as the gateway to Pangi and the valley of Leh. Manali-Leh Highway, a part of NH 21, transverses Rohtang Pass. The Pass offers visitors beautiful sights of glaciers and mountain peaks such as Geypan and Lahaul Valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return back to hotel and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546354,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1485,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3521,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370959\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370960\",\"Title\":\"Transfer from Manali to Dharamshala - Half Day Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out and hit the road to Dharamshala. Dalai Lama&amp;rsquo;s home and winter capital of Himachal Pradesh in the Kangra district, Dharamshala is exactly what it means - &amp;lsquo;rest house for pilgrims&amp;rsquo;. The high snowclad Dhauladhar ranges are an exquisite backdrop to the hill resort of Dharamsala. Look forward to views of numerous streams of clear water and dense pine &amp;amp; deodar forests trailing you all the way, cool clean air, beautiful surroundings and fantastic views of the mountain ranges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On the way, feel the cool breeze in your hair and take in the stunning, scenic sights around you. Upon arrival in Dharamshala, check-in at the hotel. Later embark on a sightseeing visit to the famous Tibetan Medical Centre, where treatment is done using rare Tibetan medicines.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;St. John Church, which is one of the oldest churches of this region. It is widely acknowledged for its Belgian stained-glass windows, which were donated by Lady Elgin. Other than these attractions, some other places to visit include Kangra Art Museum, Tea Gardens and Kunal Pathri Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546364,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3532,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370961\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370962\",\"Title\":\"Transfer from Dharamshala to Dalhousie\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out from your hotel after breakfast. Later, hit the road to Dalhousie - a famous hill station and unique summer retreat in Himachal. Watch for curious painted rock carvings of Buddhist deities along the south side of the ridge. The ravishing rhododendrons, gorgeous greens and pristine air add to the beauty of Dalhousie. Quite a few Tibetan refugees have found and made their homes in Dalhousie as well. You can also choose to visit the British-era churches of St John (1863) and St Francis (1894) or wander around the market areas of Subhash Chowk and Gandhi Chowk. Your evening is free for leisure activities. Overnight stay at hotel in Dalhousie.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546367,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1670,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"370963\",\"Title\":\"Departure from Dalhousie to Chandigarh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast we checkout from hotel and proceed for Chandigarh by road (around 8 hour journey).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival you will be transferred to the airport\\/railway station to board the flight\\/Train back to home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"51310\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"28139.93\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28139.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28139.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28139.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28139.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28139.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28139.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28139.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28139.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28139.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"370954\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[370954],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370955\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[370955],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370956\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[370956],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370957\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[370957],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370958\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[370958],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370959\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[370959],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370960\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[370960],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370961\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[370961],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"370962\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[370962],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"370963\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[370963],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Shimla,Manali,Dharamshala,Dalhousie','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Dharamshala,Dalhousie','','1,16593,7824,7478',28140,28140,6,'140_1680850393_0.jpg',NULL,'[{\"day\":1,\"images\":\"Mauritius-Safari (32).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Dalhousie.jpg\"},{\"day\":7,\"images\":\"Dalhousie (1).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:52:59','2023-09-04 00:00:00',1,1,'1','1','0','Himachal Pradesh tour package, Shimla-Manali-Dharamshala-Dalhousie tour, scenic beauty, Best places to visit in Himachal Pradesh, Adventure activities in Himachal Pradesh, Best time to visit Himachal Pradesh, Himachal Pradesh travel guide, 6N/7D Himachal tour package, Colonial architecture in India, Spiritual tourism in India, Himachal tour package','Discover the majestic landscapes and cultural heritage of Himachal Pradesh with our 6N/7D Magnificent Himachal tour package. Explore colonial Shimla, scenic Manali, spiritual Dharamshala, and charming Dalhousie.','Magnificent Himachal Tour Package | 6N/7D Himachal Tour Package',NULL,'magnificent-himachal',NULL,NULL,NULL,0),(141,51341,1,35,0,0,0,'Honeymoon,Cruise,Hill Station,Heritage,Romantic,Luxury Tours,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":51341,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/romantic-switzerlparis-summer_1680691690\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;A tour of Switzerland and Paris is a popular travel itinerary that combines the stunning natural beauty of Switzerland with the rich culture and history of Paris. Here are some of the highlights you can expect to experience on a tour of Switzerland and Paris:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Switzerland:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Swiss Alps: With their snow-capped peaks, pristine lakes, and picturesque villages, the Swiss Alps offer breathtaking scenery and a range of outdoor activities, including hiking, skiing, and mountain biking.&lt;br \\/&gt;\\r\\nSwiss cities: Switzerland is home to a number of beautiful cities, including Zurich, Geneva, and Lucerne, each with its own unique attractions, from medieval architecture to world-class museums.&lt;br \\/&gt;\\r\\nChocolate and cheese: Switzerland is known for its delicious chocolate and cheese, and a tour of Switzerland wouldn&amp;#39;t be complete without sampling these culinary delights.&lt;br \\/&gt;\\r\\nParis:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Eiffel Tower: One of the most iconic landmarks in the world, the Eiffel Tower offers stunning views of the city and is a must-see attraction for any visitor to Paris.&lt;br \\/&gt;\\r\\nThe Louvre: The world&amp;#39;s largest art museum, the Louvre is home to some of the most famous works of art, including the Mona Lisa.&lt;br \\/&gt;\\r\\nThe Champs-&amp;Eacute;lys&amp;eacute;es: One of the most famous streets in the world, the Champs-&amp;Eacute;lys&amp;eacute;es is lined with luxury shops, restaurants, and theaters, and is a popular destination for both locals and tourists.&lt;br \\/&gt;\\r\\nA tour of Switzerland and Paris can be customized to fit your interests and preferences, whether you&amp;#39;re interested in outdoor adventure, cultural attractions, or simply enjoying the local cuisine and scenery.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Paris\",\"DestinationPlacesSysId\":20822,\"SourcePlaces\":\"Geneva\",\"SourcePlaceSysId\":10276,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Romantic Switzerland and Paris (Summer 2023)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,All Meals,Airport Transfers,Activity,Sightseeing,Guided Tours,Cruise,Travel Insurance,All Transfers\",\"PackageType\":\"Honeymoon,Cruise,Hill Station,Heritage,Romantic,Luxury Tours,River Cruises\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":31634,\"Title\":\"Lausanne\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":183894,\"Name\":\"Hotel Continental\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"46.517476634295\",\"Long\":\"6.6300451755524\",\"Address\":\"Place de la Gare 2 1001 Lausanne\"},\"Images\":{\"Image\":[{\"ImagId\":4100084,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/741\\/2016_double-economy-room-1_A.jpg\"},{\"ImagId\":4100085,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/417\\/941\\/Continental-outside-hotel_A.jpg\"},{\"ImagId\":4100086,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/53\\/2016-hotel-outside-2_A.jpg\"},{\"ImagId\":4100087,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/813\\/722\\/Continental-rooms-singleeconomy-bed_A.jpg\"},{\"ImagId\":4100088,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/765\\/2016_double-economy-room-2_A.jpg\"},{\"ImagId\":4100089,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/69\\/Continental-bathrooms-doubleeconomy_2014_A.jpg\"},{\"ImagId\":4100090,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/813\\/738\\/Continental-rooms-doubleeconomy_A.jpg\"},{\"ImagId\":4100091,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/5\\/2016_single-eco-room-3_A.jpg\"},{\"ImagId\":4100092,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/709\\/2016_double-classic-room-3_A.jpg\"},{\"ImagId\":4100093,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/13\\/2016_single-eco-room-1_A.jpg\"},{\"ImagId\":4100094,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/45\\/2016-hotel-outside-1_A.jpg\"},{\"ImagId\":4100095,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/773\\/2016_breakfast-room-7_A.jpg\"},{\"ImagId\":4100096,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/719\\/2016_breakfast-room-1_A.jpg\"},{\"ImagId\":4100097,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/749\\/2016_breakfast-room-5_A.jpg\"},{\"ImagId\":4100098,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/37\\/2016_meeting-room-rio-sotchi-1_A.jpg\"},{\"ImagId\":4100099,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/813\\/842\\/Continental-meetingroom-Londres_A.jpg\"},{\"ImagId\":4100100,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/989\\/2016_meeting-room-hans-erni-1_A.jpg\"},{\"ImagId\":4100101,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/997\\/2016_meeting-room-marathon-4_A.jpg\"},{\"ImagId\":4100102,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/21\\/2016_meeting-room-rio-sotchi-5_A.jpg\"},{\"ImagId\":4100103,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/20\\/61\\/2016-lobby_A.jpg\"},{\"ImagId\":4100104,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/781\\/2016_le-pain-quotidien-2_A.jpg\"},{\"ImagId\":4100105,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/77\\/160\\/605\\/Foto_02.06.16%2C_18_37_33_A.jpg\"},{\"ImagId\":4100106,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/77\\/160\\/621\\/Foto_02.06.16%2C_18_38_30_landscape_A.jpg\"}]},\"CityId\":31634,\"Brief\":\"The hotel is located directly on the main railway station square, only few minutes from Lake Geneva. Public transportation is accessible in front of the hotel and offers perfect connectivity to both business and leisure destinations. This hotel in Lausanne is perfect to explore city life or for a business meeting. Facilities include a reception desk, complimentary Wi-Fi, shops and a coffee shop in addition to 3 conference rooms.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/19\\/741\\/2016_double-economy-room-1_A.jpg\",\"AccoAminitiesMask\":\"110000001010000100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42629,\"Title\":\"Olympic Museum Lausanne (Musee Olympique)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42630,\"Title\":\"TOM Caf\\u00e9\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42631,\"Title\":\"Glacier 3000\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42632,\"Title\":\"town of Gstaad\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42635,\"Title\":\"Chateau Chillon\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42636,\"Title\":\"Einstein\'s house\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42637,\"Title\":\"Shopping at the Bahnofstrasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42638,\"Title\":\"Fraumunster church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42639,\"Title\":\"Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;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&Atilde;&copy; 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&Atilde;&acute;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Atilde;&permil;lys&Atilde;&copy;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&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":30548,\"Title\":\"Zurich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546457,\"Name\":\"Swiss-Belhotel Du Parc Baden\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"R&ouml;merstrasse 24, 5400 Baden, Switzerland\"},\"Images\":{\"Image\":[{\"ImagId\":4825807,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_01684842012.jpg\"},{\"ImagId\":4825808,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_11684842012.jpg\"},{\"ImagId\":4825809,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_21684842013.jpg\"},{\"ImagId\":4825810,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_31684842013.jpg\"},{\"ImagId\":4825811,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_41684842014.jpg\"}]},\"CityId\":30548,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546457\\/35_a3a138f4571418454ed721cf05bf767c1684842011.jpg\",\"AccoAminitiesMask\":\"110001001100101101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42629,\"Title\":\"Olympic Museum Lausanne (Musee Olympique)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42630,\"Title\":\"TOM Caf\\u00e9\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42631,\"Title\":\"Glacier 3000\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42632,\"Title\":\"town of Gstaad\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42635,\"Title\":\"Chateau Chillon\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42636,\"Title\":\"Einstein\'s house\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42637,\"Title\":\"Shopping at the Bahnofstrasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42638,\"Title\":\"Fraumunster church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42639,\"Title\":\"Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;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&Atilde;&copy; 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&Atilde;&acute;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Atilde;&permil;lys&Atilde;&copy;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&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546462,\"Name\":\"Mercure Paris CDG Airport & Convention Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Paris Charles de Gaulle Airport, Roissyp&ocirc;le Ouest, Rte de la Commune, 95713, France\"},\"Images\":{\"Image\":[{\"ImagId\":4825802,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_01684840661.jpg\"},{\"ImagId\":4825803,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_11684840662.jpg\"},{\"ImagId\":4825804,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_21684840662.jpg\"},{\"ImagId\":4825805,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_31684840663.jpg\"},{\"ImagId\":4825806,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_41684840663.jpg\"}]},\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546462\\/35_bb29187cd208ad829043cd2100ee97e91684840661.jpg\",\"AccoAminitiesMask\":\"111111101000110100001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42629,\"Title\":\"Olympic Museum Lausanne (Musee Olympique)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42630,\"Title\":\"TOM Caf\\u00e9\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42631,\"Title\":\"Glacier 3000\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42632,\"Title\":\"town of Gstaad\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7623,\"Title\":\"Freddie Mercury Statue\",\"Description\":\"Freddie Mercury (born Farrokh Bulsara 5 September 1946 &amp;ndash; 24 November 1991) was a British singer-songr and record producer, best known as the lead vocalist of the rock band Queen. He is regarded as one of the greatest singers in the history of popular music, and was known for his flamboyant stage persona and four-octave vocal range.\",\"CurrencyType\":0,\"CityId\":18308,\"CityName\":\"Montreux\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18308\\/sightseeing\\/Freddie_Mercury_Statue_18308_1545030580.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42635,\"Title\":\"Chateau Chillon\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31634,\"CityName\":\"Lausanne\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42636,\"Title\":\"Einstein\'s house\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42637,\"Title\":\"Shopping at the Bahnofstrasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42638,\"Title\":\"Fraumunster church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42639,\"Title\":\"Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;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&Atilde;&copy; 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&Atilde;&acute;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Atilde;&permil;lys&Atilde;&copy;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&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&Atilde;&copy;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"371184\",\"Title\":\"Arrival At Geneva - Transfer To Lausanne - Visit The Olympic Museum\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Switzerland! You will be greeted by your friendly Travel Professional outside the baggage hall. Next, we then proceed to a very conveniently located hotel to check-in near Lake Geneva. Later we visit the world famous Olympic Museum at Laussane. Step into the museum&amp;rsquo;s 3000 square meters of exhibition space, featuring over 1500 exhibits and 150 screens to create the ultimate visitor experience. From the permanent exhibition to the Olympic Park and the TOM Caf&amp;eacute;, you&amp;rsquo;ll leave with memorable stories to tell. Overnight in Lake Geneva Region.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31634,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":183894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7610,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42630,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371185\",\"Title\":\"Trip To Gstaad - Glacier 3000\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Breakfast at the hotel. Today visit Glacier 3000 near Gstaad. Travel by cable car to the Glacier 3000. Once on top, there are various activities for young and old. The 1 kilometre Alpine Coaster, the world&amp;rsquo;s highest bobsleigh track, is a must. There are also husky dog sled rides, the snow bus and skiing galore. There are also 2 restaurants- Botta 3000 and the Oldegg where you can enjoy anything from small snacks to local specialities with the spectacular view thrown in for free. While returning back you can opt to spend a couple of hours at the small town of Gstaad. This gorgeous walking city boasts a high-end and sophisticated aura that attracts celebs and world-travelers from all over. Gstaad can be considered the more exclusive and local alternative to St. Moritz &amp;ndash; with it&amp;rsquo;s luxurious charm and upscale environment. Return to your hotel after a fun filled day. Overnight in Lake Geneva Region.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31634,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":183894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42631,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42632,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371186\",\"Title\":\"Lavaux Vineyards - Unesco World Heritage Site - Chocolate Factory And The Chillon Castle\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast we begin our day with a trip to the Lavaux Vineyards. A trip to the terraced Lavaux Vineyards is at the top of most visitors&amp;#39; hit lists. Take a stroll through the labyrinth of vines or hop on a train tour around the UNESCO World Heritage Site before heading to the wine cellar to sample the region&amp;rsquo;s beloved Chasselas wine. We continue our journey to Maison Cailler-Nestl&amp;eacute; chocolate factory. Learn everything about the history of Swiss chocolate making tradition followed by chocolate tasting. We stop by Montreux on the way back where you can click some pics outside the statue of Freddie Mercury on the banks of Lake Geneva. Visit one of Switzerland&amp;rsquo;s most magnificent and historic locations, the Chateau Chillon, located on the shores of Lake Geneva. Explore the Castle&amp;rsquo;s courtyards and its underground area where Gothic-style vaults and numerous legends await you. Wander the Great Halls, where the Savoy family held their sumptuous banquets, or visit the rooms in which the Duke of Savoy and his family spent their everyday life. Overnight stay in the Lake Geneva Region.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31634,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":183894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7623,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42635,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371187\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31634,\"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\":\"371188\",\"Title\":\"Proceed To Zurich - Berne Orientation Tour - Shopping In Zurich\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast we leave for Zurich. On the way we stop in Bern, the capital city of Switzerland. We stop by the Clock Tower and outside Einstein&amp;#39;s house for some photos. Albert Einstein&amp;rsquo;s house in Bern is where he developed his famous theory of relativity. Later we reach Zurich and check in. Spend the evening exploring Zurich town, shopping at the Bahnofstrasse or visiting the Fraumunster church. Overnight in Zurich.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42636,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42637,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42638,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371189\",\"Title\":\"Visit Mt. Titlis- Enjoy Cable Car Rides\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Today enjoy amazing scenery, a once in a lifetime experience with an exhilarating tip to the top of Mt Titlis at 3020 metres on various cable cars including Rotair, the world&amp;rsquo;s first revolving cable car. Get a breath taking unrestricted 360 degrees stunning view of the dazzling snow caped peak, deep crevasses and pristine white snow fields, dotted with massive ice boulders from every angle. Do not forget to visit the &amp;ldquo;Cliff Walk&amp;rdquo; the highest suspension bridge in Europe along the cliff of Mt.Titlis. Later proceed on an orientation tour of Lucerne one of most beautiful cities in Switzerland. Visit the Lion Monument, Kapell Brucke with some free time to shop for famous Swiss watches, knives and chocolates.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":42639,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371190\",\"Title\":\"A Magical Alpine Excursion To The Top Of Europe\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Get set for a memorable magical alpine excursion to Jungfraujoch &amp;ndash; The Top of Europe, a high&amp;ndash;point of your tour. This tour is not included and can be added at extra cost. First we proceed to Grindelwald Terminal. The new 3S-Bahn Eiger Express takes you from the Grindelwald Terminal to the Eigergletscher station in just 15 minutes. There you board a cogwheel train to reach the highest railway station in Europe at 11,333 feet &amp;ndash; a world of eternal ice and snow. Visit the Ice Palace where artistes create their work of art in ice. Visit the Sphinx observatory deck to experience a breath-taking panoramic view of the longest glacier in the Alps - Aletsch Glacier.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Zurich.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":34394,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42640,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42641,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371191\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"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\":\"371192\",\"Title\":\"Breath Taking Rhine Falls At Schaffhausen - Arrive At Paris\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;This morning after the buffet breakfast Stop at Schaffhausen where you will see the magnificent Rhine Falls - Europe&amp;rsquo;s biggest and most spectacular falls. Later relax in your coach as we proceed to the beautiful city of Paris. The journey is a bit long so we arrive by early evening. You have free time at night to opt for shows like the Moulin Rouge (at additional costs) or explore Paris in night Overnight stay at Paris.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371193\",\"Title\":\"Guided City Tour Of Paris\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today we proceed for a guided city tour of Paris. Marvel at the finest Parisian tourist attractions, Place Vend&amp;ocirc;me, Place de l&amp;rsquo;Op&amp;eacute;ra Garnier, Mus&amp;eacute;e d&amp;rsquo;Orsay, Place de la Concorde, Champs Elys&amp;eacute;es, one of the most recognised fashionable avenues in the world, Arc de Triomphe, Alexander Bridge, Les Invalides and several others. Next we visit the iconic Eiffel Tower &amp;ndash; 2nd Level, and get a stunning view of the city from the top. With its famous tapering cast iron tip, the Eiffel Tower is not just the symbol of Paris but of all of France. Later in the day, visit Montmartre known for its artist&amp;rsquo;s history. Take a Funicular to the top and see the white domed Basilica of Sacre-Coeur, a popular landmark and the second most visited Monument of Paris. Next we take a romantic cruise down the river Seine, one of the world&amp;rsquo;s most scenic cruise, flanked by exquisite monuments like Notre Dame, Eiffel Tower, Louvre, Orsay Museum and many more. Gliding under one bridge to one another with a view of the finest monuments in the heart of bustling Paris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Paris.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3147,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4531,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17983,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9756,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8686,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3132,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4381,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371194\",\"Title\":\"Enjoy Your Fun Filled Day At Disneyland Paris\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;This day experience a day full of excitement at this popular amusement park. The destination to relax and enjoy different kind of thrill rides and studio movies with your loved ones. You may choose between Disney Parks, where fairy tales take flight across five incredible lands filled with classic attractions, shows and street parades with Disney Characters OR you may visit the Walt Disney Studios Park and be astounded by the outstanding stunt shows, watch a film being made and see real-life sets used for creating blockbuster movies. Overnight in Paris.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546462,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard\"}],\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371195\",\"Title\":\"Fly Back Home\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Your memorable holiday ends, today it&amp;rsquo;s time to fly back home. Say goodbye to the wonderful new friends you have made on the tour. Check out and depart for the Airport with pleasant memories of your European trip which you will cherish for a lifetime.&lt;\\/p&gt;\\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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51341\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"263134.02\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"263134.02\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":263134.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3118.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"263134.02\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":263134.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3118.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"263134.02\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":263134.02,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3118.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"371184\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[371184],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371185\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371185],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371186\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371186],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371187\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371187],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371188\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371188],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371189\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371189],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371190\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[371190],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371191\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[371191],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371192\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[371192],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371193\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[371193],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371194\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[371194],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371195\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[371195],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Lausanne,Zurich,Paris','Lausanne,Europe,Switzerland,Zurich,Paris,Western Europe,France,Eiffel Tower - Orsay Museum (7),Geneva,Gstaad,Montmartre,Montreux,Schaffhausen','','31634,30548,20822',263134,263134,9,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"Dalhousie (4).jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Dalhousie (3).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Dalhousie (5).jpg\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"Dalhousie (7).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'Switzerland,France','210,76','2023-09-04 11:49:39','2023-09-04 00:00:00',1,1,'1','1','0','Switzerland Tour Package, Paris Tour Package, Romantic Switzerland and Paris Tour, Summer 2023 Packages, Reisen Tours','Explore the breathtaking beauty of Switzerland and Paris with our Romantic Switzerland and Paris Tour Package for Summer 2023. Book now with Reisen Tours and create unforgettable memories.','Romantic Switzerland and Paris Tour Package 2023 | Reisen Tours',NULL,'romantic-switzerland-and-paris-(summer-2023)',NULL,NULL,NULL,0),(142,51432,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Sports,Cruise',NULL,1,1,0,'{\"package\":{\"TPId\":51432,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/roam-around-seychelles_1680853540\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Seychelles is a group of 115 islands in the Indian Ocean, off the coast of East Africa. The islands are known for their stunning beaches, clear blue waters, and diverse marine life, making Seychelles a popular tourist destination.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourism is a major industry in Seychelles, contributing significantly to the country&amp;#39;s economy. The Seychelles Tourism Board is responsible for promoting the country as a tourist destination and developing its tourism industry.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visitors to Seychelles can enjoy a range of activities, including swimming, snorkeling, scuba diving, fishing, and sailing. The islands also offer opportunities for hiking, birdwatching, and exploring the local culture and history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Some of the most popular tourist attractions in Seychelles include the beaches of Anse Lazio, Anse Source d&amp;#39;Argent, and Beau Vallon, as well as the Vallee de Mai Nature Reserve, which is home to the rare Coco de Mer palm tree. The capital city of Victoria also offers a range of cultural and historical sites, including the Sir Selwyn Selwyn-Clarke Market, the Seychelles National Botanical Gardens, and the Victoria Clock Tower.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Seychelles has a wide range of accommodation options, including luxury resorts, guesthouses, and self-catering apartments. The country is also known for its Creole cuisine, which combines African, French, Indian, and Chinese influences.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Mahe\",\"DestinationPlacesSysId\":16384,\"SourcePlaces\":\"Mahe\",\"SourcePlaceSysId\":16384,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Roam Around Seychelles\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Sightseeing,Cruise,Villas,Ferry\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Sports,Cruise\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":22038,\"Title\":\"Praslin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546706,\"Name\":\"Acajou Beach Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Anse Volbert, Cote d&#039;Or, Seychelles\"},\"Images\":{\"Image\":[{\"ImagId\":4825797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_01684835080.jpg\"},{\"ImagId\":4825798,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_11684835081.jpg\"},{\"ImagId\":4825799,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_21684835081.jpg\"},{\"ImagId\":4825800,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_31684835082.jpg\"},{\"ImagId\":4825801,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_41684835082.jpg\"}]},\"CityId\":22038,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546706\\/35_e0978bc278cfb9797a477e7c52c084591684835080.jpg\",\"AccoAminitiesMask\":\"111111101000110000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42777,\"Title\":\"sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22038,\"CityName\":\"Praslin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42778,\"Title\":\"Reef Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42779,\"Title\":\"Peaks of paradise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":31307,\"Title\":\"La Digue\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546707,\"Name\":\"Le Domaine de L\'Orangeraie\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"La Passe, Seychelles\"},\"Images\":{\"Image\":[{\"ImagId\":4825792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_01684834264.jpg\"},{\"ImagId\":4825793,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_11684834265.jpg\"},{\"ImagId\":4825794,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_21684834266.jpg\"},{\"ImagId\":4825795,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_31684834266.jpg\"},{\"ImagId\":4825796,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_41684834267.jpg\"}]},\"CityId\":31307,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546707\\/35_473e275f0d3098a7bccc5ebfc86061291684834263.jpg\",\"AccoAminitiesMask\":\"111101101000110101001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Double Villa\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42777,\"Title\":\"sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22038,\"CityName\":\"Praslin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42778,\"Title\":\"Reef Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42779,\"Title\":\"Peaks of paradise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":24933,\"Title\":\"Seychelles\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546711,\"Name\":\"Berjaya Beau Vallon Bay Resort & Casino\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Beau Vallon Bay Victoria Mahe, Beau Vallon, Seychelles\"},\"Images\":{\"Image\":[{\"ImagId\":4825787,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_01684826286.jpg\"},{\"ImagId\":4825788,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_11684826286.jpg\"},{\"ImagId\":4825789,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_21684826287.jpg\"},{\"ImagId\":4825790,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_31684826287.jpg\"},{\"ImagId\":4825791,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_41684826288.jpg\"}]},\"CityId\":24933,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546711\\/35_cdc2cdd91354bd205056f31b860c17c01684826285.jpg\",\"AccoAminitiesMask\":\"111101111000110100011\",\"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\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42777,\"Title\":\"sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":22038,\"CityName\":\"Praslin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42778,\"Title\":\"Reef Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42779,\"Title\":\"Peaks of paradise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":24933,\"CityName\":\"Seychelles\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"371869\",\"Title\":\"Arrive Mahe and transfer to Praslin\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;We arrive at Mahe airport and proceed for transfer to Mahe ferry terminal to board your ferry to Praslin.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at Praslin, transfer from ferry terminal to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Praslin is Seychelles&amp;rsquo; second largest island where the vegetation is so special it was once seriously believed to be the original site of the Garden of Eden.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Praslin.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22038,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546706,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"371870\",\"Title\":\"Sunset Cruise (including Snacks &amp; Drinks)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Tour starts at 5pm to enjoy the magical sunsets and experience a romantic tropical&amp;nbsp;sunset&amp;nbsp;at sea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anse Georgette&amp;nbsp;is a truly beautiful spot for watching the sunset.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Snacks &amp;amp; soft drinks is served until 7.15pm.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22038,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546706,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42777,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371871\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22038,\"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\":\"371872\",\"Title\":\"Transfer from Praslin to La Digue\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Breakfast at the hotel. Transfer from your hotel to jetty to catch the 30 minute boat ride to La Digue. When you arrive at the jetty in La Digue you will be collected and taken over to your hotel. Set foot on this magical island where the main forms of transport are still bicycle and ox-cart, you will feel yourself transported back to yesteryear. Steeped in tradition, La Digue is one of the most popular spots for enjoying a unique, island-style way of life at a wonderfully unhurried pace. Check-in to your hotel. Remainder of the day at your leisure to self-explore this beautiful island. Overnight stay at your hotel in La Digue&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31307,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546707,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Double Villa\"}],\"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\":\"371873\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31307,\"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\":\"371874\",\"Title\":\"Transfer from La Digue to Mahe\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel. Today you will be collected from your hotel and taken over to the jetty in time for the ferry to Mahe.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;This journey by ferry takes approximately 90 minutes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;When you arrive on Mahe you will be met and taken to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Remainder of the day at your disposal for self-exploration.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at your hotel in Mahe.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24933,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546711,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"371875\",\"Title\":\"Mahe Self Exploration Or Choose Excursion\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complete day is at your leisure to self-explore the attractions of this island. A&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;lternatively, you may choose to explore the island and its surrounding with choice of excursions that are available with us.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excursion selection: Full Day Reef Safari \\/ Full Day Peaks of paradise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at your hotel in Mahe.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24933,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546711,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42778,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42779,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371876\",\"Title\":\"Mahe Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-out as per hotel policy and later transfer to the airport for your direct flight to India.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24933,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"51432\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"74304.46\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"74304.46\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74304.46,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":880.61,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"74304.46\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74304.46,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":880.61,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"74304.46\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":74304.46,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":880.61,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"371869\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[371869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371870\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371870],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371871\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371871],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371872\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371872],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371873\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371873],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371874\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371874],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371875\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371875],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371876\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[371876],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Praslin,La Digue,Seychelles','Praslin,East African Islands,Seychelles,La Digue,Mahe','','22038,31307,24933',74304,74304,5,'',NULL,'[{\"day\":1,\"images\":\"Dalhousie (17).jpg\"},{\"day\":2,\"images\":\"sunsetcruise.jpg\"},{\"day\":3,\"images\":\"Dalhousie (14).jpg\"},{\"day\":4,\"images\":\"Dalhousie (19).jpg\"},{\"day\":5,\"images\":\"Dalhousie (16).jpg\"},{\"day\":6,\"images\":\"Dalhousie (20).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Seychelles','188','2023-09-04 11:46:59','2023-09-04 00:00:00',1,1,'1','1','0','Seychelles tour packages, Seychelles vacation packages, Seychelles travel deals, Seychelles beach vacation, Seychelles island hopping, Seychelles honeymoon package, Seychelles luxury tour, Seychelles adventure tour','Discover the stunning beauty of Seychelles with our exclusive Seychelles tour packages. We offer unbeatable deals and customizable itineraries for your dream vacation. Book now with Reisen Tours.','Seychelles Tour Package - Roam Around Seychelles with Reisen Tours',NULL,'roam-around-seychelles',NULL,NULL,NULL,0),(143,51496,1,35,1,0,0,'Adventure,Wildlife,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51496,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/simply-gold-coast---nd-tour-package_1680941887\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;The Gold Coast is a coastal city located in the state of Queensland, Australia. It is known for its beautiful beaches, vibrant nightlife, theme parks, and water sports. The city stretches along 57 km of coastline and is home to a population of over 600,000 people.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Some of the top attractions on the Gold Coast include:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Surfers Paradise Beach: One of the most famous beaches in Australia, Surfers Paradise Beach is known for its golden sand and great surf.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Theme Parks: The Gold Coast is home to several world-class theme parks, including Dreamworld, Sea World, Warner Bros. Movie World, and Wet&amp;#39;n&amp;#39;Wild.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Hinterland: The Gold Coast Hinterland is a beautiful natural area with rainforests, waterfalls, and walking trails.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;SkyPoint Observation Deck: Located in Surfers Paradise, the SkyPoint Observation Deck offers stunning views of the Gold Coast from 230 meters above ground.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Burleigh Heads: This beachside suburb is known for its trendy cafes, boutique shops, and beautiful beach.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Overall, the Gold Coast is a popular holiday destination for both Australians and international visitors, offering a mix of relaxation, adventure, and entertainment.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Gold Coast\",\"DestinationPlacesSysId\":10616,\"SourcePlaces\":\"Gold Coast\",\"SourcePlaceSysId\":10616,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Simply Gold Coast - 4N\\/5D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,Water Sports,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10616,\"Title\":\"Gold Coast\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546849,\"Name\":\"Novotel Surfers Paradise\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Cnr Of Surfers Paradise Blvd And, Hanlan St, Surfers Paradise QLD 4217, Australia\"},\"Images\":{\"Image\":[{\"ImagId\":4825777,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_01684822071.jpg\"},{\"ImagId\":4825778,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_11684822072.jpg\"},{\"ImagId\":4825779,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_21684822072.jpg\"},{\"ImagId\":4825780,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_31684822073.jpg\"},{\"ImagId\":4825781,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_41684822073.jpg\"}]},\"CityId\":10616,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_546849\\/35_26639ad35190a6247be59754ce4d59ea1684822070.jpg\",\"AccoAminitiesMask\":\"111111111000110101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2170,\"Title\":\"Warner Bros. Movie World\",\"Description\":\"Warner Bros. Movie World (more commonly referred to as Movie World) is a movie related theme park on the Gold Coast, Queensland, Australia. It is owned and operated by Village Roadshow since the take over from Time Warner and is the only movie related park in Australia. It was opened on the 3rd of June 1991.\\r\\nThe park contains various movie-themed rides and attractions ranging from motion simulators to roller coasters and slow river rides. In addition, famous characters also patrol the park, allowing visitors the chance to take photos with them. These include Batman, Austin Powers, Marilyn Monroe, Scooby-Doo and Shaggy and various Looney Tunes characters. Minor street shows including skits and singing performances are also present. The All-Star Parade showcases characters alongside vehicles and movie-themed floats.\\r\\nThere are a number of active film studios within the Movie World complex. House of Wax, the first Scooby-Doo film, the 2003 Peter Pan film, Ghost Ship, The Condemned and Fortress are amongst the many films and television series produced at Warner Roadshow Studios, adjoining Warner Bros. Movie World\",\"CurrencyType\":0,\"CityId\":10616,\"CityName\":\"Gold Coast\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10616\\/sightseeing\\/21_1501483873.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4884,\"Title\":\"Sea World\",\"Description\":\"Sea World is a marine mammal park, oceanarium, and theme park located on the Gold Coast, Queensland, Australia. It includes rides, animal exhibits and other attractions, and it promotes conservation through education and the rescue and rehabilitation of sick, injured or orphaned wildlife. The park is commercially linked to Warner Bros. Movie World and Wet&#039;n&#039;Wild Gold Coast as part of the theme park division of Village Roadshow.\",\"CurrencyType\":0,\"CityId\":10616,\"CityName\":\"Gold Coast\",\"Lat\":-27.957236,\"Long\":153.423327,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10616\\/sightseeing\\/48_1525503179.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42828,\"Title\":\"Curumbin Wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10616,\"CityName\":\"Gold Coast\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"372343\",\"Title\":\"Arrival at Gold Coast Airport\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival in Gold Coast, board your coach for your transfer to your hotel in Gold Coast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in to the hotel. You have the rest of the day free to explore your surroundings and visit nearby shopping areas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel in Gold Coast.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10616,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"372344\",\"Title\":\"Full Day Tour To Movie World\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today after breakfast proceed for a full day tour to Movie World. Experience the magic and excitement of a world where everyone&amp;rsquo;s a star at Warner Bros- Movie World! Experience the fun and thrill of a galactic proportion as you take on the steepest drop in the world. The amazing new Green Lantern Rollercoaster ride is in a league of its own! While you&amp;rsquo;re here, get lost in a world of fantasy and fun, meet your favourite stars and super-heroes and experience the exhilaration of world-class adventure rides and movie attractions including the awesome Batwing Spaceshot and the adrenalin pumping Superman Escape. Kids will love the colourful Kids&amp;rsquo; WB! Fun Zone takes you into a magical cartoon world for the young and for the young at heart! Other not-to-miss attractions include, the multi-million dollar live action stunt show &amp;lsquo;Hollywood Stunt Driver&amp;rsquo;, presented by Castrol Edge and the spectacular Star Parade. Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10616,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2170,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"372345\",\"Title\":\"Full Day Tour To Sea World\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Today after breakfast proceed for a full day tour to Sea World. Get below the surface to discover a world of fun and adventure at Sea World. Flip in and out with the dolphins; seal this new friendship with a kiss or dare to dive with the predators of the undersea! Dive into the Sea World, as you are transported to the wonderful underwater world of Bikini Bottom that comes to life right before your eyes with extravagant floats, stunning water displays and spectacular thematic boats in the world&amp;rsquo;s first SpongeBob parade! Later, sing and dance to an educational stage show, as you help Dora the Explorer and friends find each other in a delightful live show &amp;lsquo;Dora&amp;rsquo;s Best Friends Adventure&amp;rsquo;. Scale new heights at Castaway Bay &amp;ndash; the World&amp;rsquo;s best adventure playground. Enter the amazing frozen world of Penguin Encounter, home to the King Penguin. Be enchanted by the charm and beauty of the iconic Sea World dolphins in their new show &amp;lsquo;Imagine&amp;rsquo; while the clever and hilarious Sea Lions will have you in stitches in their new show &amp;lsquo;Fish Detectives&amp;rsquo;. With a host of exciting rides, shows and attractions, Sea World offers a complete day of fun. Return back to your hotel in the evening for overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10616,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4884,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"372346\",\"Title\":\"Full Day Tour to Currumbin Wildlife Sanctuary\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast proceed for a day tour to Curumbin Wildlife Sanctuary. Currumbin Wildlife Sanctuary on the Gold Coast has long been one of the most popular attractions in south-east Queensland, and it isn&amp;#39;t hard to see why. You can cuddle up to and have your photo taken with a koala, get up close with crocodiles, hand-feed the many friendly kangaroos and much, much more. Be sure to stay around for the daily Rainbow Lorikeet feeding - one of the main attractions - with two demonstrations in the morning from 8am and afternoon from 4pm! Return back to your hotel in the evening for overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10616,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42828,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"372347\",\"Title\":\"Departure from Gold Coast\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After a sumptuous breakfast at hotel, check out of the hotel and board your coach for your transfer to the Gold Coast airport. Check-in to board your return flight back home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10616,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"51496\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"46088.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"46088.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46088.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":46088.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"46088.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46088.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":46088.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5$ TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"372343\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[372343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"372344\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[372344],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"372345\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[372345],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"372346\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[372346],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"372347\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[372347],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gold Coast','Gold Coast,Oceania,Australia','','10616',46089,46089,4,'143_1680945924_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Dalhousie (22).jpg\"},{\"day\":5,\"images\":\"Dalhousie (23).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'Australia','13','2023-09-04 11:43:40','2023-09-04 00:00:00',1,1,'1','1','0','Gold Coast tour packages, 4 nights/5 days package, Gold Coast beaches, Gold Coast theme parks, natural wonders of Gold Coast, Simply Gold Coast tour package, Reisen Tours, affordable Gold Coast tour','Discover the beauty of Gold Coast with our Simply Gold Coast tour package. Explore the stunning beaches, thrilling theme parks, and natural wonders of the region. Book now and enjoy a 4-night stay with Reisen Tours.','Experience the Best of Gold Coast - 4 Nights/5 Days Tour | Reisen Tours',NULL,'simply-gold-coast-4n/5d-tour-package',NULL,NULL,NULL,0),(144,52110,1,35,1,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":52110,\"IsCF\":1,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/classic-tale-of-kashmir-with-flights_1681897245\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The land of Jammu and Kashmir hides secretly beautiful sceneries and vantage points. Gulmarg remains as a favourite place for tourists to stay while exploring the area to the max, waking up to the sights that live up to this place&amp;rsquo;s name that meant the Meadow of Flowers. With the Himalayan Mountains as your background, visit Srinagar for the Gondola ride that takes you up to the resort area. You can opt for walking or horse-riding tour here and we&amp;rsquo;ll start with the Maharani Temple, built by the wife of the last Dogra King, dedicated to Lord Shiva and Goddess Parvati. Then head to St. Mary&amp;rsquo;s Church, a tranquil place that features the aesthetics of a countryside chapel, a calming place that lets relieve stress. The Gondola ride can go higher to close to Afarwat Peak and stops at the shoulder at the height of 3.747m. From Gulmarg, we head into Pahalgam, an excursion that starts with the green Chandanwari, a gem that serves as a vantage point of Lidder River on one side and a view of the mountain on the other. At this point is covered by snow, snow-sledging becomes a famous activity around here. We head to Aru Valley next known for the quite and beautiful village of Aru. Take in the breath-taking view of the green valley and a backdrop of the clear blue sky that meets the emerald horizon at the end. Then to the film set of the Bollywood movie, the Betaab Valley which has become a must-visit of this area. It&amp;rsquo;s also become a popular camping site since. After Srinagar, we&amp;rsquo;ll also spend another day exploring Sonamarg, which starts with a scenic 3-hour drive that won&amp;rsquo;t feel as tiring. Once we&amp;rsquo;re at the city, you&amp;rsquo;ll see why this place is the Meadow of gold, starting with the Thajwas Glacier that&amp;rsquo;s just 3km from where the road stops. You can explore the area on ponies or on foot, enjoying the stunning view of frozen lakes, green forest, snow-capped mountains, the kind of view that comes out of a fairy-tale book. You&amp;rsquo;ll also past by waterfalls and streams before we reach the Shakhdar Hill where you&amp;rsquo;ll get a higher view point of the glaciers from. You can play snow-sledging from here or just take in the view of the high mountain pass Zojila and snap some Instagram-worthy pictures. There&amp;rsquo;s also rafting expedition available for those interested.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Classic Tale of Kashmir - 4N\\/5D Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492659,\"Name\":\"Hotel Pine Spring\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0477903\",\"Long\":\"74.38241359999999\",\"Address\":\"next to Gandola, Gulmarg, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43468,\"Title\":\"Afarwat Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43467,\"Title\":\"Kongdori Valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43465,\"Title\":\"Maharani Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43466,\"Title\":\"St. Mary\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43469,\"Title\":\"Thajwas Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":414652,\"Name\":\"Clarks INN Srinagar\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0618612\",\"Long\":\"74.8153063\",\"Address\":\"203,Jawahar nagar, Srinagar, Srinagar, India, 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Jawahar Nagar\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":414727,\"Name\":\"Wangnoo Sheraton Group of Houseboats\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"P.o, Box no&#039; 84, Jammu and Kashmir, Srinagar, India, , , 190001, \"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Set in a prime location of Srinagar, Wangnoo Sheraton Group of Houseboats puts everything the city has to offer just outside your doorstep. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Service-minded staff will welcome and guide you at the Wangnoo Sheraton Group of Houseboats. Some of the well-appointed guestrooms feature television LCD\\/plasma screen, complimentary instant coffee, dressing room, electric blanket, free welcome drink. Entertain the hotel&#039;s recreational facilities, including garden, water sports (motorized), water sports (non-motorized). Friendly staff, great facilities and close proximity to all that Srinagar has to offer are three great reasons you should stay at Wangnoo Sheraton Group of Houseboats.\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=lLdKYi18YEiML+TprZkTabTwwwPgGXxCQkEoOgYSSU4Xe50nZAjSHJtDbvLBJGNrQzFd4WBxk0BeEwQY9PMp1jZrKmy\\/eTXbj8YM3+EUCkQ4joa9QIyuMg==\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43468,\"Title\":\"Afarwat Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43467,\"Title\":\"Kongdori Valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43465,\"Title\":\"Maharani Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43466,\"Title\":\"St. Mary\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43469,\"Title\":\"Thajwas Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"377247\",\"Title\":\"Arrival At Srinagar And Transfer To Gulmarg\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Once we&amp;rsquo;ve arrived at Gulmarg from Srinagar, we&amp;rsquo;ll head to the hotel for check-in for overnight stay at Gulmarg hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492659,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"377248\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":\"377249\",\"Title\":\"Gulmarg Sightseeing And Transfer To Srinagar Hotel\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast in Gulmarg, get ready for a tour around the area before we head to Srinagar. Located over 52 km from Srinagar, Gulmarg is a hill station and town that has been visited by millions for its exquisite view of the Himalayan Mountain. You will be dropped roughly 1 km from the Gondola ride which will take you up to over 2.500m above sea level to Gulmarg Resort. You can choose to go by foot or pay extra for ATV or horse ride for a trip around the area. You can take pony rides to visit Maharani Temple &amp;amp; St. Mary&amp;rsquo;s Church at extra cost.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From the resort, the gondola can go further up to two stages of height if you wish to pay extra cost for the trips. The first stage starts from the Gulmarg Resort to the Kongdoori Station which is located within Kongdori Valley. While the second stage starts from the ropeway that has 36 cabins and 18 towers to near the Afarwat Peak at 3,747m height of Kongdoori Mountain, the shoulder of Afarwat Peak at 4,200m. The Gondola Ride starts at 10AM until 5PM and you can ride up at any time of the schedule.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;While at the resort, you can visit the Maharani Temple, built in 1915 by Mohini Bai Sisodia who was the last Dogra King of Jammu and Kashmir. It was a royal temple dedicated to Lord Shiva and Goddess Parvati, and also goes by the name Mohineshwar Shivalalaya. The wife of Maharaja Hair Singh would give her fervent prayers at this temple that is filled with tranquillity and peace. It is also surrounded by gorgeous view of Gulmarg.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The St. Mary&amp;rsquo;s Church that was constructed over 110 years ago still stand strong today with renovation that was done in 2003. It looks absolutely gorgeous during winter when it snows as the colour white puts the green-tiled roof in stark contrast. The church gives the vibe of a countryside chapel with the overall decent size, decorated walls, and simple designs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Once you&amp;rsquo;ve explored everything you want to explore and take in all the view you want, we&amp;rsquo;ll drive from Gulmarg to Srinagar and help you check-in. Spend the night in Srinagar.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414652,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43468,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43467,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43466,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"377250\",\"Title\":\"Full-day Excursion To Pahalgam\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast at the hotel in Srinagar, we head out for an excursion to Pahalgam. Enjoy the scenic drive that goes into the national highway 1A before entering Anantnag, the second largest city in Kashmir, then back to the wild as we drive along the Lidder River to Pahalgam. With so many gorgeous places to visit and sights to see, we suggest renting a local taxi who&amp;rsquo;ll be able to take you around the area on a private basis, exploring Pahalgam Valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Around 16kms from Pahalgam is Chandanwari, a lush area in the valley that&amp;rsquo;s famous as a snow-sledging area. Hail a cab from Pahalgram for a roundtrip here which takes around 4-5 hours back and forth. While the ride can be quite long, it is one that you can enjoy with the Lidder River flowing on one side and the snow-capped mountain on the other. Have fun in the snow and make some snowballs to throw at your friends before heading back down. For a less boring trip, you can sledge down the side for an unforgettable experience. There are also several picnic spots that are easily accessible from the road.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We can ride on to the next destination, which is a village in the Aru Valley. This beautiful village is snuggled amongst the green grass and lush forest of Trans-Himalaya. With clear blue sky hanging above and the mist that hints the slightly cool weather of this area, it&amp;rsquo;s the perfect getaway that lets you forget your hectic life. It is the smallest hill station in the state, but surrounded by the native pines and conifer forests, the meadows are truly mesmerizing. Trekkers love to just stop and take in the majestic view of this small paradise which is covered in white during winter.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From Aru Valley, we head to Betaab Valley that was previously known as Hagan Valley. It earned a new name after the movie Betaab was filmed here in 1983, hence the Betaab Valley. It&amp;rsquo;s not just a former film setting &amp;ndash; this valley is a wondrous gorge of nature&amp;rsquo;s beauty where you can listen to the songs of birds and is often the destination tourists head to in Kashmir. For those who wish to drown in the sight and place longer, this place is a popular camping site as well since it&amp;rsquo;s located not far from Pahalgam.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We keep driving and exit the valleys for Srinagar. Head back to the hotel for another night in Srinagar.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414652,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"377251\",\"Title\":\"Transfer From Hotel To Houseboat And Full-day Excursion To Sonamarg\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we&amp;rsquo;ll head out today for an excursion to Sonamarg, a pretty place that&amp;rsquo;s about 98 kms from Srinagar. It&amp;rsquo;s be a three-hour drive of beautiful views to Sonamarg, which is located on the edge of Kashmir. Sonamarg means &amp;ldquo;Meadow of Gold&amp;rdquo; and it truly lives up to its name with an absolutely fascinating view of the meadow while neighbouring Ladakh. The background of this view is the snow-capped mountain with alpine trees on all sides and flowers blooming everywhere, one of the best for flower viewing in all of Jammu and Kashmir.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From the field, we can head to Thajwas Glacier that&amp;rsquo;s just 3km from where you park. The journey can only be done on foot or ponies at an extra cost. Take it slow and enjoy the process of reaching there as it is one of the most eventful treks which you&amp;rsquo;ll pass by the lush greenery and then a frozen lake. It is pretty strenuous, but the view also includes gorgeous waterfalls and streams. The trek heads up to the Shakhdar Hill that has a high viewpoint of the glaciers that cover the lake and the hill. Snow sledging is also available here even during summer and can be hired from Gujars who offer rides across the glacier. At an extra cost, a pony ride to the glacier is also available. You can also walk across the glacier once you&amp;rsquo;re here. Take care to not slip from the melting snow. Up here, the view of the high mountain pass Zojila at 3528m above sea level with a sweeping view of the lush green meadow around the beautiful blue lake. Rafting expedition at an extra cost is also available.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll head back to Srinagar after heading back down from the hill. We&amp;rsquo;ll drive and check-in to the houseboat for your overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"377257\",\"Title\":\"Transfer From Hotel To Houseboat And Full-day Excursion To Sonamarg\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we&amp;rsquo;ll head out today for an excursion to Sonamarg, a pretty place that&amp;rsquo;s about 98 kms from Srinagar. It&amp;rsquo;s be a three-hour drive of beautiful views to Sonamarg, which is located on the edge of Kashmir. Sonamarg means &amp;ldquo;Meadow of Gold&amp;rdquo; and it truly lives up to its name with an absolutely fascinating view of the meadow while neighbouring Ladakh. The background of this view is the snow-capped mountain with alpine trees on all sides and flowers blooming everywhere, one of the best for flower viewing in all of Jammu and Kashmir.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From the field, we can head to Thajwas Glacier that&amp;rsquo;s just 3km from where you park. The journey can only be done on foot or ponies at an extra cost. Take it slow and enjoy the process of reaching there as it is one of the most eventful treks which you&amp;rsquo;ll pass by the lush greenery and then a frozen lake. It is pretty strenuous, but the view also includes gorgeous waterfalls and streams. The trek heads up to the Shakhdar Hill that has a high viewpoint of the glaciers that cover the lake and the hill. Snow sledging is also available here even during summer and can be hired from Gujars who offer rides across the glacier. At an extra cost, a pony ride to the glacier is also available. You can also walk across the glacier once you&amp;rsquo;re here. Take care to not slip from the melting snow. Up here, the view of the high mountain pass Zojila at 3528m above sea level with a sweeping view of the lush green meadow around the beautiful blue lake. Rafting expedition at an extra cost is also available.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll head back to Srinagar after heading back down from the hill. We&amp;rsquo;ll drive and check-in to the houseboat for your overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414727,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21998,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43469,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"377258\",\"Title\":\"Departure From Srinagar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, we&amp;rsquo;ll check-out and transfer you to Srinagar Airport for your scheduled flight.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We&amp;rsquo;ll bid you goodbye as you head to your next destination.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52110\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36806.93\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36806.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36806.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36806.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36806.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36806.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36806.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36806.93\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36806.93,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36806.93,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"377247\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[377247],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"377248\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[377248],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"377249\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[377249],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"377250\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[377250],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"377251\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[377251],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"377257\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[377257],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"377258\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[377258],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gulmarg,Srinagar','Gulmarg,Jammu and kashmir,Indian Subcontinent,North India,India,Srinagar,Pahalgam,Sonmarg','','11197,25897',36807,36807,4,'144_1681899597_0.jpg,144_1681899597_1.jpg',NULL,'[{\"day\":1,\"images\":\"Dalhousie (38).jpg\"},{\"day\":2,\"images\":\"Dalhousie (39).jpg\"},{\"day\":3,\"images\":\"Dalhousie (42).jpg\"},{\"day\":4,\"images\":\"Dalhousie (37).jpg\"},{\"day\":5,\"images\":\"Dalhousie (41).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:41:22','2023-09-04 00:00:00',1,1,'1','1','0','4n 5d kashmir tour package, kashmir tour package, jammu kashmir tour package, kashmir tour, kashmir trip, kashmir packages, kashmir trip package, holiday packages, tour packages, jammu and kashmir tour packages, kashmir itinerary, kashmir holiday packages, kashmir travel packages','Discover the beauty of Kashmir with our 4N-5D tour packages. Enjoy breathtaking views, indulge in local cuisine, and create unforgettable memories. Book now with Reisen Tours.','Book Kashmir Tour Package For 4N 5D',NULL,'classic-tale-of-kashmir-4n/5d-tour-package',NULL,NULL,NULL,0),(145,52197,1,35,1,0,0,'Honeymoon,Family,Hill Station,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":52197,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/enchanting-bhutan-tour_1682055768\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Paro\",\"DestinationPlacesSysId\":20849,\"SourcePlaces\":\"Paro\",\"SourcePlaceSysId\":20849,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Enchanting Bhutan Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15729\",\"SupplierName\":\"Heat Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":27176,\"Title\":\"Thimphu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549585,\"Name\":\"Tara Phyendeling\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Changlam Plaza, Thimphu\"},\"Images\":{\"Image\":[{\"ImagId\":4825782,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_01684825791.jpg\"},{\"ImagId\":4825783,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_11684825792.jpg\"},{\"ImagId\":4825784,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_21684825792.jpg\"},{\"ImagId\":4825785,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_31684825793.jpg\"},{\"ImagId\":4825786,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_41684825793.jpg\"}]},\"CityId\":27176,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549585\\/35_5436d0721ddb9fc5305073861e71385d1684825790.jpg\",\"AccoAminitiesMask\":\"111011111000110101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":356540,\"Name\":\"City Hotel Thimphu\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.47316\",\"Long\":\"89.63931\",\"Address\":\"Chang Lam - Dungkhor Lam Junction,\"},\"Images\":[],\"CityId\":27176,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at City Hotel Thimphu in Thimphu, you&#039;ll be minutes from Zangto Pelri Lhakhang and Weekend Market.  This hotel is within close proximity of Voluntary Artists Studio Thimphu and Changlimithang Stadium.&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 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with 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;Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access.&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). 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 a 24-hour front desk. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43580,\"Title\":\"Tamchog Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43581,\"Title\":\"Photo break at Chuzom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43582,\"Title\":\"Sangaygang View Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43583,\"Title\":\"Buddha Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43584,\"Title\":\"Institute for Zorig Chusum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43585,\"Title\":\"Textiles Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43586,\"Title\":\"Zangthopelri Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43587,\"Title\":\"Simply Bhutan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43588,\"Title\":\"Motithang Takin Preservation Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2078,\"Title\":\"Dochula Pass\",\"Description\":\"The Dochula Pass is a mountain pass in the snow covered Himalayas within Bhutan on the road from Thimpu to Punakha where 108 memorial chortens or stupas known as &amp;quot;Druk Wangyal Chortens&amp;quot; have been built by Ashi Dorji Wangmo Wangchuk, the eldest Queen Mother. Apart from the chortens there is a monastery called the Druk Wangyal Lhakhang (temple), built in honour of the fourth Druk Gyalpo (head of the state of Bhutan), Jigme Singye Wangchuck the open grounds in its front yard is a venue for the annual Dochula Druk Wangyel Festival. The pass with 108 memorial chortens is adjacent to the country&amp;#039;s first Royal Botanical Park.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":27.4891476,\"Long\":89.7562194,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/dochula_pass_27176_1667566767.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2090,\"Title\":\"Punakha Dzong\",\"Description\":\"The Punakha Dzong, is the administrative centre of Punakha District in Punakha, Bhutan. Constructed by Ngawang Namgyal, 1st Zhabdrung Rinpoche, in 1637&acirc;&euro;&ldquo;38, it is the second oldest and second largest dzong in Bhutan and one of its most majestic structures. The dzong houses the sacred relics of the southern Drukpa Lineage of the Kagyu school of Tibetan Buddhism, including the Rangjung Kasarpani and the sacred remains of Ngawang Namgyal and the tert&Atilde;&para;n Pema Lingpa.\\r\\nPunakha Dzong was the administrative centre and the seat of the Government of Bhutan until 1955, when the capital was moved to Thimphu. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5822039,\"Long\":89.8630947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Punakha_Dzong_35141_1497090461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2091,\"Title\":\"Chimi Lhakhang\",\"Description\":\"Chimi Lhakhang is dedicated to Lama Drukpa Kunley (also known as the Divine Madman) and is popular among childless Bhutanese couples as a temple to seek blessings for fertility. The hike up to the temple should be an easy 20 to 30 minutes walk as the trail cuts through a flat paddy field and gentle slope. The paddy fields, with their golden and yellow blooms, is really an unforgettable experience!\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5271469,\"Long\":89.8780641,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Chimi_Lhakhang_35141_1497092569.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2244,\"Title\":\"Royal Botanical Garden\",\"Description\":\"Royal Botanical Garden was established in April 1999 by the Royal Government of Bhutan to display Nation&amp;acirc;&amp;euro;&amp;trade;s flora to the visitors and study it scientifically. The inauguration date of the Royal Botanic Garden commemorates the silver jubilee celebration of His Majesty the King Jigme Singye Wangchuk&amp;#039;s accession to the throne. The master plan of the Garden involves landscaping, soil improvement, irrigation systems and technical capacity. \\r\\n\\r\\nPlaced under the National Biodiversity Centre along with a herbarium, a seed gene bank, an agro-biodiversity unit, and an animal diversity section, the Botanical Garden aims to be a conservation area for scientific studies, be an educational resource for schoolchildren and visitors, display the rich varieties of the flora of the country and provide a recreational site for the public. The plant life forms represented here belong to different climactic zones. The Buddhist philosophy has been represented here by including a prayer wheel and chorten in the design of the garden, which makes it an ideal place for spiritual reflection and appreciate Nature.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":43.2899264,\"Long\":-79.8761253,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/royal_botanical_garden_27176_1667557019.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2576,\"Title\":\"Dungtse lhakhang\",\"Description\":\"Jangtsa Dumgtseg Lhakhang [zlum brtshegs lha khang] is a Buddhist temple in western Bhutan. The temple is notable as it is in the form of a chorten, very rare in Bhutan. It is located on the edge of a hill between the Paro valley and the Dopchari valley, across the bridge from Paro. The Buddhist iconography depicted in the Chorten is considered a unique repository of the Drukpa Kagyu school.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"http:\\/\\/demo.tripsbank.com\\/\\/public\\/upload\\/city\\/20849\\/sightseeing\\/15468_dungtse_lhakhang_Paro.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9239,\"Title\":\"Ta Dzong\",\"Description\":\"Ta Dzong is the place to unravel the legends and myths of Bhutan. Make your way to the National Museum of Bhutan and know more about the country&rsquo;s ancient prestige. The conch shell-shaped structure was reopened as a cultural museum in 1968 and preserves Bhutanese architectures, artifacts, relics, and Thangka paintings.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":89.425466,\"Long\":27.4287465,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/48_1556095762.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2073,\"Title\":\"Rinpung Dzong \",\"Description\":\"Rinpung Dzong is a large dzong - Buddhist monastery and fortress - of the Drukpa Lineage of the Kagyu school in Paro District, Bhutan. It houses the district Monastic Body and government administrative offices of Paro Dzongkhag. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":27.4264955,\"Long\":89.423139,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/Rinpung_Dzong__20849_1497011643.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43589,\"Title\":\"Kichu Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}},{\"CityId\":35141,\"Title\":\"Punakha\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549586,\"Name\":\"Kichu Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kichu Resort Complex, Lango Paro BT 12001, Bhutan\"},\"Images\":{\"Image\":[{\"ImagId\":4825762,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_01684741033.jpg\"},{\"ImagId\":4825763,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_11684741033.jpg\"},{\"ImagId\":4825764,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_21684741034.jpg\"},{\"ImagId\":4825765,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_31684741034.jpg\"},{\"ImagId\":4825766,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_41684741035.jpg\"}]},\"CityId\":35141,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549586\\/35_5b67f8fd4f16af7c178cbd43e77c9b471684741032.jpg\",\"AccoAminitiesMask\":\"111000101000101000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":549587,\"Name\":\"Zhingkham\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"GPO No. 888, Below Logodama School, Punakha 13001, Bhutan\"},\"Images\":[],\"CityId\":35141,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001101000110100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43580,\"Title\":\"Tamchog Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43581,\"Title\":\"Photo break at Chuzom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43582,\"Title\":\"Sangaygang View Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43583,\"Title\":\"Buddha Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43584,\"Title\":\"Institute for Zorig Chusum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43585,\"Title\":\"Textiles Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43586,\"Title\":\"Zangthopelri Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43587,\"Title\":\"Simply Bhutan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43588,\"Title\":\"Motithang Takin Preservation Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2078,\"Title\":\"Dochula Pass\",\"Description\":\"The Dochula Pass is a mountain pass in the snow covered Himalayas within Bhutan on the road from Thimpu to Punakha where 108 memorial chortens or stupas known as &amp;quot;Druk Wangyal Chortens&amp;quot; have been built by Ashi Dorji Wangmo Wangchuk, the eldest Queen Mother. Apart from the chortens there is a monastery called the Druk Wangyal Lhakhang (temple), built in honour of the fourth Druk Gyalpo (head of the state of Bhutan), Jigme Singye Wangchuck the open grounds in its front yard is a venue for the annual Dochula Druk Wangyel Festival. The pass with 108 memorial chortens is adjacent to the country&amp;#039;s first Royal Botanical Park.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":27.4891476,\"Long\":89.7562194,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/dochula_pass_27176_1667566767.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2090,\"Title\":\"Punakha Dzong\",\"Description\":\"The Punakha Dzong, is the administrative centre of Punakha District in Punakha, Bhutan. Constructed by Ngawang Namgyal, 1st Zhabdrung Rinpoche, in 1637&acirc;&euro;&ldquo;38, it is the second oldest and second largest dzong in Bhutan and one of its most majestic structures. The dzong houses the sacred relics of the southern Drukpa Lineage of the Kagyu school of Tibetan Buddhism, including the Rangjung Kasarpani and the sacred remains of Ngawang Namgyal and the tert&Atilde;&para;n Pema Lingpa.\\r\\nPunakha Dzong was the administrative centre and the seat of the Government of Bhutan until 1955, when the capital was moved to Thimphu. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5822039,\"Long\":89.8630947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Punakha_Dzong_35141_1497090461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2091,\"Title\":\"Chimi Lhakhang\",\"Description\":\"Chimi Lhakhang is dedicated to Lama Drukpa Kunley (also known as the Divine Madman) and is popular among childless Bhutanese couples as a temple to seek blessings for fertility. The hike up to the temple should be an easy 20 to 30 minutes walk as the trail cuts through a flat paddy field and gentle slope. The paddy fields, with their golden and yellow blooms, is really an unforgettable experience!\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5271469,\"Long\":89.8780641,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Chimi_Lhakhang_35141_1497092569.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2244,\"Title\":\"Royal Botanical Garden\",\"Description\":\"Royal Botanical Garden was established in April 1999 by the Royal Government of Bhutan to display Nation&amp;acirc;&amp;euro;&amp;trade;s flora to the visitors and study it scientifically. The inauguration date of the Royal Botanic Garden commemorates the silver jubilee celebration of His Majesty the King Jigme Singye Wangchuk&amp;#039;s accession to the throne. The master plan of the Garden involves landscaping, soil improvement, irrigation systems and technical capacity. \\r\\n\\r\\nPlaced under the National Biodiversity Centre along with a herbarium, a seed gene bank, an agro-biodiversity unit, and an animal diversity section, the Botanical Garden aims to be a conservation area for scientific studies, be an educational resource for schoolchildren and visitors, display the rich varieties of the flora of the country and provide a recreational site for the public. The plant life forms represented here belong to different climactic zones. The Buddhist philosophy has been represented here by including a prayer wheel and chorten in the design of the garden, which makes it an ideal place for spiritual reflection and appreciate Nature.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":43.2899264,\"Long\":-79.8761253,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/royal_botanical_garden_27176_1667557019.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2576,\"Title\":\"Dungtse lhakhang\",\"Description\":\"Jangtsa Dumgtseg Lhakhang [zlum brtshegs lha khang] is a Buddhist temple in western Bhutan. The temple is notable as it is in the form of a chorten, very rare in Bhutan. It is located on the edge of a hill between the Paro valley and the Dopchari valley, across the bridge from Paro. The Buddhist iconography depicted in the Chorten is considered a unique repository of the Drukpa Kagyu school.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"http:\\/\\/demo.tripsbank.com\\/\\/public\\/upload\\/city\\/20849\\/sightseeing\\/15468_dungtse_lhakhang_Paro.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9239,\"Title\":\"Ta Dzong\",\"Description\":\"Ta Dzong is the place to unravel the legends and myths of Bhutan. Make your way to the National Museum of Bhutan and know more about the country&rsquo;s ancient prestige. The conch shell-shaped structure was reopened as a cultural museum in 1968 and preserves Bhutanese architectures, artifacts, relics, and Thangka paintings.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":89.425466,\"Long\":27.4287465,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/48_1556095762.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2073,\"Title\":\"Rinpung Dzong \",\"Description\":\"Rinpung Dzong is a large dzong - Buddhist monastery and fortress - of the Drukpa Lineage of the Kagyu school in Paro District, Bhutan. It houses the district Monastic Body and government administrative offices of Paro Dzongkhag. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":27.4264955,\"Long\":89.423139,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/Rinpung_Dzong__20849_1497011643.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43589,\"Title\":\"Kichu Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}},{\"CityId\":20849,\"Title\":\"Paro\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549589,\"Name\":\"Rema Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4825757,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_01684738757.jpg\"},{\"ImagId\":4825758,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_11684738758.jpg\"},{\"ImagId\":4825759,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_21684738758.jpg\"},{\"ImagId\":4825760,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_31684738759.jpg\"},{\"ImagId\":4825761,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_41684738759.jpg\"}]},\"CityId\":20849,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549589\\/35_32bda90e4bdd97685f9716a1b5af97b71684738756.jpg\",\"AccoAminitiesMask\":\"101010101100100000010\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":549590,\"Name\":\"Tashi Namgay Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"CC2C+7Q5, Opposite Paro International Airport, Paro, Bhutan\"},\"Images\":{\"Image\":[{\"ImagId\":4825752,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_01684738255.jpg\"},{\"ImagId\":4825753,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_11684738256.jpg\"},{\"ImagId\":4825754,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_21684738256.jpg\"},{\"ImagId\":4825755,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_31684738257.jpg\"},{\"ImagId\":4825756,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_41684738257.jpg\"}]},\"CityId\":20849,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549590\\/35_c6c461f98e6b62680c6f344f1bed1e451684738255.jpg\",\"AccoAminitiesMask\":\"111010101010100100011\",\"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\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43580,\"Title\":\"Tamchog Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43581,\"Title\":\"Photo break at Chuzom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43582,\"Title\":\"Sangaygang View Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43583,\"Title\":\"Buddha Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43584,\"Title\":\"Institute for Zorig Chusum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43585,\"Title\":\"Textiles Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43586,\"Title\":\"Zangthopelri Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43587,\"Title\":\"Simply Bhutan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43588,\"Title\":\"Motithang Takin Preservation Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2078,\"Title\":\"Dochula Pass\",\"Description\":\"The Dochula Pass is a mountain pass in the snow covered Himalayas within Bhutan on the road from Thimpu to Punakha where 108 memorial chortens or stupas known as &amp;quot;Druk Wangyal Chortens&amp;quot; have been built by Ashi Dorji Wangmo Wangchuk, the eldest Queen Mother. Apart from the chortens there is a monastery called the Druk Wangyal Lhakhang (temple), built in honour of the fourth Druk Gyalpo (head of the state of Bhutan), Jigme Singye Wangchuck the open grounds in its front yard is a venue for the annual Dochula Druk Wangyel Festival. The pass with 108 memorial chortens is adjacent to the country&amp;#039;s first Royal Botanical Park.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":27.4891476,\"Long\":89.7562194,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/dochula_pass_27176_1667566767.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2090,\"Title\":\"Punakha Dzong\",\"Description\":\"The Punakha Dzong, is the administrative centre of Punakha District in Punakha, Bhutan. Constructed by Ngawang Namgyal, 1st Zhabdrung Rinpoche, in 1637&acirc;&euro;&ldquo;38, it is the second oldest and second largest dzong in Bhutan and one of its most majestic structures. The dzong houses the sacred relics of the southern Drukpa Lineage of the Kagyu school of Tibetan Buddhism, including the Rangjung Kasarpani and the sacred remains of Ngawang Namgyal and the tert&Atilde;&para;n Pema Lingpa.\\r\\nPunakha Dzong was the administrative centre and the seat of the Government of Bhutan until 1955, when the capital was moved to Thimphu. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5822039,\"Long\":89.8630947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Punakha_Dzong_35141_1497090461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2091,\"Title\":\"Chimi Lhakhang\",\"Description\":\"Chimi Lhakhang is dedicated to Lama Drukpa Kunley (also known as the Divine Madman) and is popular among childless Bhutanese couples as a temple to seek blessings for fertility. The hike up to the temple should be an easy 20 to 30 minutes walk as the trail cuts through a flat paddy field and gentle slope. The paddy fields, with their golden and yellow blooms, is really an unforgettable experience!\",\"CurrencyType\":0,\"CityId\":35141,\"CityName\":\"Punakha\",\"Lat\":27.5271469,\"Long\":89.8780641,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35141\\/sightseeing\\/Chimi_Lhakhang_35141_1497092569.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2244,\"Title\":\"Royal Botanical Garden\",\"Description\":\"Royal Botanical Garden was established in April 1999 by the Royal Government of Bhutan to display Nation&amp;acirc;&amp;euro;&amp;trade;s flora to the visitors and study it scientifically. The inauguration date of the Royal Botanic Garden commemorates the silver jubilee celebration of His Majesty the King Jigme Singye Wangchuk&amp;#039;s accession to the throne. The master plan of the Garden involves landscaping, soil improvement, irrigation systems and technical capacity. \\r\\n\\r\\nPlaced under the National Biodiversity Centre along with a herbarium, a seed gene bank, an agro-biodiversity unit, and an animal diversity section, the Botanical Garden aims to be a conservation area for scientific studies, be an educational resource for schoolchildren and visitors, display the rich varieties of the flora of the country and provide a recreational site for the public. The plant life forms represented here belong to different climactic zones. The Buddhist philosophy has been represented here by including a prayer wheel and chorten in the design of the garden, which makes it an ideal place for spiritual reflection and appreciate Nature.\",\"CurrencyType\":0,\"CityId\":27176,\"CityName\":\"Thimphu\",\"Lat\":43.2899264,\"Long\":-79.8761253,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27176\\/sightseeing\\/royal_botanical_garden_27176_1667557019.jpg\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2576,\"Title\":\"Dungtse lhakhang\",\"Description\":\"Jangtsa Dumgtseg Lhakhang [zlum brtshegs lha khang] is a Buddhist temple in western Bhutan. The temple is notable as it is in the form of a chorten, very rare in Bhutan. It is located on the edge of a hill between the Paro valley and the Dopchari valley, across the bridge from Paro. The Buddhist iconography depicted in the Chorten is considered a unique repository of the Drukpa Kagyu school.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"http:\\/\\/demo.tripsbank.com\\/\\/public\\/upload\\/city\\/20849\\/sightseeing\\/15468_dungtse_lhakhang_Paro.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9239,\"Title\":\"Ta Dzong\",\"Description\":\"Ta Dzong is the place to unravel the legends and myths of Bhutan. Make your way to the National Museum of Bhutan and know more about the country&rsquo;s ancient prestige. The conch shell-shaped structure was reopened as a cultural museum in 1968 and preserves Bhutanese architectures, artifacts, relics, and Thangka paintings.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":89.425466,\"Long\":27.4287465,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/48_1556095762.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":2073,\"Title\":\"Rinpung Dzong \",\"Description\":\"Rinpung Dzong is a large dzong - Buddhist monastery and fortress - of the Drukpa Lineage of the Kagyu school in Paro District, Bhutan. It houses the district Monastic Body and government administrative offices of Paro Dzongkhag. It is listed as a tentative site in Bhutan&#039;s Tentative List for UNESCO inclusion.\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":27.4264955,\"Long\":89.423139,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20849\\/sightseeing\\/Rinpung_Dzong__20849_1497011643.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43589,\"Title\":\"Kichu Lhakhang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20849,\"CityName\":\"Paro\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"378026\",\"Title\":\"Paro Airport (PBH) &ndash; Enroute Sightseeing - Thimphu \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival at Paro Airport and after completing your Visa \\/ Permit formalities you will be received by our Bhutan representative who will assist you in boarding your vehicle for transfer from Paro Airport to Thimphu, the capital town of Bhutan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Based on time availability, en route stop at Tamchog Lhakhang (Iron Bridge) &amp;amp; Photo break at Chuzom (Confluence) Meeting point of Thimpu River (Wong Chu) &amp;amp; Paro River (Pa Chu).&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at Thimphu, check in to the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27176,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549585,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":356540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43581,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378028\",\"Title\":\"Thimphu &ndash; Full Day Local sightseeing - Thimphu\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast go for Thimphu sightseeing covering Sangaygang View Point (BBS Tower) which is located at an elevation of (2865 Mts \\/ 9397Fts), which offers an exquisite view of the whole town of Thimphu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then after visit Buddha Point (Kuensel Phodong), Institute for Zorig Chusum (Traditional Art &amp;amp; Craft School) (Entrance fee INR 100 (Approx) per person Adult \\/ Child) (Closed on Saturday , Sunday, National Holiday &amp;amp; During Summer &amp;amp; Winter Vacations), Textiles Museum (Entrance fee INR 250 (Approx) per person Adult \\/ Child),&amp;nbsp; Handicrafts Shops (Entrance fee INR 100 (Approx) (Closed on Saturday, Sunday &amp;amp; National Holiday),&amp;nbsp; Zangthopelri Lhakhang (Monastery), Simply Bhutan (Entrance fee INR 1000 (Approx) per person Adult \\/ Child) (Closed on National Holiday), Motithang Takin Preservation Centre (Entrance fee INR 300 (Approx) per person Adult \\/ Child) (Closed on Every Monday).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later return back to the hotel.&amp;nbsp; Overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27176,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549585,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":356540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43582,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43584,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43585,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43586,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43587,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43588,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378030\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27176,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"378032\",\"Title\":\"Thimphu - Punakha Local Sightseeing - Punakha \\/ Wangdi\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, checkout and then drive from Thimphu to Punakha \\/ Wangdi, which is the last town on the highway before entering Central Bhutan.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The drive is over Dochu La pass (3080Mts \\/ 10102Fts) which is very scenic with fascinating view of mountains of Bhutan.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Punakha Dzong (Entrance fee of INR 500 (Approx) per person Adult \\/ Child), If time permit visit the Suspension Bridge and then proceed to Chimi Lhakhang (Monastery) (Entrance fee INR 1000 (Approx) per person Adult \\/ Child). Overnight at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35141,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549586,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549587,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2078,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2090,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2091,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378034\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35141,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"378036\",\"Title\":\"Punakha \\/ Wangdi via Lampari - Paro\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, checkout &amp;amp; then transfer from Punakha\\/ Wangdi to Paro.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En route stop at Lamperi to visit Royal Botanical Garden (Entrance fee INR 100 (Approx) per person Adult \\/ Child).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival Paro, check in to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20849,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549589,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549590,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2244,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378038\",\"Title\":\"Paro - Full day Local Sightseeing - Paro\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast go for Paro Sightseeing visit Dungtse Lhakhang, Then stop at Bird eye view point from this point picturesque Paro Valley can be seen from this point and the small Paro International airport in the middle of all of that looks stunning. Ideal time to go here would be between 10-11 AM.Then visit&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ta Dzong (Entrance fee INR 300 (Approx) per person Adult \\/ Child) (National Museum-Closed on National Holiday), Rinpung Dzong (Entrance fee INR 1000 (Approx) per person Adult \\/ Child), Kichu Lhakhang (Entrance fee INR 500 (Approx) per person Adult \\/ Child).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel. Overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20849,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549589,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549590,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9239,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43589,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378040\",\"Title\":\"Paro - Paro Airport (PBH)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast checkout and then transfer from Paro to Paro Airport (PBH), for onwards connection.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20849,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"52197\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"35417.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":33027,\"priceDoubleOcc\":\"35417.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"19153.00\",\"priceWithoutBed\":\"16050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35417,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16050,\"CEB\":19153,\"COSTDO\":35417,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28248,\"COSTTO\":28248},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":36808,\"priceDoubleOcc\":\"41088.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"19153.00\",\"priceWithoutBed\":\"16050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41088,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16050,\"CEB\":19153,\"COSTDO\":41088,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28248,\"COSTTO\":28248},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":42729,\"priceDoubleOcc\":\"49969.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"19153.00\",\"priceWithoutBed\":\"16050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16050,\"CEB\":19153,\"COSTDO\":49969,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28248,\"COSTTO\":28248}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52198\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"38520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":36416,\"priceDoubleOcc\":\"38520.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22791.00\",\"priceWithoutBed\":\"16264.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16264,\"CEB\":22791,\"COSTDO\":38520,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":32207,\"COSTTO\":32207},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":40196,\"priceDoubleOcc\":\"44191.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22791.00\",\"priceWithoutBed\":\"16264.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44191,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16264,\"CEB\":22791,\"COSTDO\":44191,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":32207,\"COSTTO\":32207},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":46188,\"priceDoubleOcc\":\"53179.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22791.00\",\"priceWithoutBed\":\"16264.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53179,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16264,\"CEB\":22791,\"COSTDO\":53179,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":32207,\"COSTTO\":32207}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"378026\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[378026],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378028\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[378028],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378030\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378030],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378032\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378032],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378034\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[378034],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378036\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[378036],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378038\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[378038],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378040\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[378040],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Thimphu,Punakha,Paro','Thimphu,Indian Subcontinent,Bhutan,Punakha,Paro,WANGDUE PHODRANG','','27176,35141,20849',35417,53179,5,'145_1682062895_0.jpg,145_1682062895_1.jpg,145_1682062895_2.jpg',NULL,'[{\"day\":1,\"images\":\"Bhutan (4).jpg\"},{\"day\":2,\"images\":\"Bhutan (2).jpg\"},{\"day\":3,\"images\":\"Bhutan (1).jpg\"},{\"day\":4,\"images\":\"Bhutan.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Bhutan (3).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Bhutan','25','2023-09-04 11:38:17','2023-09-04 00:00:00',1,1,'1','1','0','Bhutan tour package, Bhutan 5N/6D tour, Thimphu tour package, Punakha tour package, Wangdi tour package, Paro tour package, Paro airport, Bhutan holiday package','Discover the beauty and magic of Bhutan with our 5-night, 6-day tour package. Immerse yourself in the local culture, explore ancient temples and stunning landscapes, and create unforgettable memories.','Book Enchanting Bhutan Tour Package | 5N 6D Tour Package',NULL,'enchanting-bhutan-tour',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (146,52256,1,35,1,0,0,'Honeymoon,Family,Hill Station,Culture,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":52256,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/mesmerising-ladakh-tour_1682142237\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Ladakh (meaning land of high mountain passes) is a mountainous region in North India. Leh, the main city is situated at 3500m above sea level nestled in the great Himalayan, Karakoram, Zanskar and Ladakh ranges. Ladakh is known for remote mountain beauty, studded with monasteries and stupas. Ladakh is often referred as &amp;quot;Little Tibet&amp;quot; due to its geographical proximity and strong links to Tibetan culture. Leh is at 3500m above sea level so acclimatization can get difficult because of high altitude. It is advisable to spend at least two days to acclimatize before you set out for your adventures. Drink plenty of water or other fluids such as soup, tea and juice. Ladakh is a rain shadow region of the Himalayas, the annual average rainfall in Leh is 100 mm. In summer, temperature reaches 25&amp;deg;C and it drops down to -15&amp;deg;C in winter. The high passes are closed during winter due to heavy snowfall. Languages Ladakhi, Zanskari, Tibetan, English and Hindi - The predominant language is Ladakhi, it is closely related to Tibetan though is not mutually intelligible with it. A Ladakhi phrasebook &amp;quot;Getting Started in Ladakhi&amp;quot; by Melong publication is available in bookstores.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mesmerising Ladakh Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station,Culture,Road Trip\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549891,\"Name\":\"Sankar Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Road, Sankar Rd, near Sankar Monastery, Yurtung, Leh, Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4825749,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549891\\/35_01684737354.jpg\"},{\"ImagId\":4825750,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549891\\/35_11684737354.jpg\"},{\"ImagId\":4825751,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549891\\/35_21684737355.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549891\\/35_aaca06bf1a47619ae0e204795bdbe3b41684737353.jpg\",\"AccoAminitiesMask\":\"111000000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43617,\"Title\":\"Pangong Tso\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":72128,\"Title\":\"NUBRA VALLEY\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549892,\"Name\":\"Nubra Summer Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43617,\"Title\":\"Pangong Tso\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549894,\"Name\":\"TIH Pangong Delight Camps and Cottages\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38070,\"Title\":\"Likir Gompa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2931967,\"Long\":77.21511,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2630,\"Title\":\"Zanskar Range\",\"Description\":\"Zanskar or Zangskar (Ladakhi: zangs dkar ) is a subdistrict or tehsil of the Kargil district, which lies in the eastern half of the Indian state of Jammu and Kashmir. The administrative centre is Padum. Zanskar, together with the neighbouring region of Ladakh, was briefly a part of the kingdom of Guge in Western Tibet.\\r\\n\\r\\nThe Zanskar Range is a mountain range in the Indian state of Jammu and Kashmir that separates Zanskar from Ladakh. Geologically, the Zanskar Range is part of the Tethys Himalaya, an approximately 100-km-wide synclinorium formed by strongly folded and imbricated, weakly metamorphosed sedimentary series. The average height of the Zanskar Range is about 6,000 m (19,700 ft). Its eastern part is known as Rupshu.\\r\\n\\r\\nIt also separates Kinnaur District from Spiti in Himachal Pradesh. The highest peaks of Himachal are in the Zanskar Range.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.25,\"Long\":77.6666667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516704122.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3541,\"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&#039;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":38064,\"Title\":\"Diskit Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":34.5411283,\"Long\":77.56117220000002,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43617,\"Title\":\"Pangong Tso\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"378448\",\"Title\":\"Arrive Leh\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival Leh by morning flight and transfer to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After welcome drink complete day at rest for acclimatization to the height altitude of Leh (3500 meters).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner and overnight in hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"378449\",\"Title\":\" Leh - Excursion To Sham Valley (65 Kms \\/ 04 Hrs &ndash; One Way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast you drive downstream along the River Indus on Leh &amp;ndash; Kargil Highway. And start our sightseeing with Hall Of Fame (Museum Constructed by India Army) near Leh is worth a visit for every Indian, and proceed further to Gurudwara Patthar Sahib at an altitude of 3600 Mtrs about 22 Kms from Leh was constructed in memory of Guru Nanak Dev ji Nestled deep in the Himalayas, A drive of another 4 km took us to Magnetic Hill which defies the law of gravity. As you move ahead from Magnetic Hills, just before Nimmu Village, there comes a famous Confluence Of Two Rivers Indus River coming from Tibet (left) and Zanskar River coming from Zanskar Valley (right). After visiting confluence we head to Alchi Gompa, The complex of temples located within the village is the most celebrated of Ladakh&amp;rsquo;s monasteries and dates back to the 11th century. After visiting Alchi we back towards leh enroute visiting Likir Monastery was built in 11th century and was again re-built in 18th century and houses a 25 feet Lord gold covered Buddha Statue. In the late afternoon drive to the city for an orientation walk in the markets&amp;sbquo; followed by a visit to Shanti Stupa&amp;sbquo; Leh palace.Later we drive back to Leh. Dinner and overnight at Hotel in Leh.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":38070,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378450\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"378451\",\"Title\":\"Leh&ndash;nubra Valley Via Khardung La 18,390 Ft. (120 Kms \\/ 4 &ndash; 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast we drive to Nubra Valley. The road journey from Leh to Nubra Valley passes over Khardung La (The Highest Motorable Road In The World) at 5,602 Mtrs \\/ 18,390 Ft, around 39 km from Leh. From the pass, one can see all the way south over the Indus valley to seemingly endless peaks and ridges of the Zanskar range, and north to the giants of the Saser massif. Nubra Valley is popularly known as Ldumra or the valley of flowers. It is situated in the north of Ladakh between the Karakoram and Ladakh ranges of the Himalayas. The average altitude of the valley is 10,000 Ft. above sea level. Upon arrival in Nubra we check in at our Camp \\/ Hotel in Hunder for Overnight stay. In the evening you can walk around the tiny villages to see how the locals live in this part of the world. Overnight Stay at the Camp or Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549892,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2630,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378452\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"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\":\"378453\",\"Title\":\"Nubra Valley To Pangong Lake (150 Kms \\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After an early breakfast we check out from Camp or hotel and drive towards Hunder where you have opportunity to ride on a bacterian camel (double humped) amidst the sand dunes of this high altitude desert with snowcapped mountains on the horizon. On the return stop at Diskit which is the headquarter town of Nubra Valley. Stroll around the bazaar observing the shops and local people going about their daily chores. Later we drive towards Pangong Tso via Agham Shyok Valley. Some of the road patches in areas are extremely tough (towards nubra side) in terms of road conditions but no doubt the journey is very scenic! Later after crossing this adventurous part we drive further towards Durbuk Tangtse for Pangong you pass through few small villages of Changthang and finally you can have a sudden view of the Pangong lake situated at 14,000 feet (4,267 m).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Upon arrival we check in at our Camp\\/Hotel Near Pangong lake Dinner &amp;amp; Overnight at the Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38064,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378454\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"378455\",\"Title\":\"Pangong Lake To Leh Via Changla (140 Kms \\/ 6 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Morning at leisure to explore the beauty of lake and later we drive back to Leh via Changla Pass 5486 Mtrs en route visiting Hemis Gompa, the largest monastic foundation of Drukpa Kagyu Order of Tibetan Buddhism. And futher to Thiksey an impressive complex rising tier upon tier on a hill above the village and another 5 Kms driving through a picturesque landscape we reach to Shey Palace, The ancient capital of Ladakh &amp;amp; 3 Idiots Rancho School.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drive further to Leh. Dinner &amp;amp; Overnight at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378456\",\"Title\":\"Day At Leisure\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Today you are free to explore on your own.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"378457\",\"Title\":\"Depart Leh (Fly Out)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Tour concludes. Through a punctual transfer to the Domestic Airport to catch the flight for your onward destination.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52256\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"40948.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40948.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40948.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40948.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40948.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40948.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40948.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"378448\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[378448],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378449\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[378449],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378450\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378450],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378451\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378451],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378452\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[378452],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378453\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[378453],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378454\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[378454],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378455\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[378455],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378456\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[378456],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378457\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[378457],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,NUBRA VALLEY,Pangong','Leh,Ladakh,Indian Subcontinent,North India,India,NUBRA VALLEY,Pangong','','15229,72128,35281',40949,40949,6,'146_1682149559_0.jpg,146_1682149621_0.jpg',NULL,'[{\"day\":1,\"images\":\"Dawki (1).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Dawki (2).jpg\"},{\"day\":7,\"images\":\"Dawki (3).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:31:35','2023-09-04 00:00:00',1,1,'1','1','0','Ladakh tour package, 6 Nights/7 Days Ladakh tour, Leh Ladakh tour, Ladakh vacation, Ladakh holiday, monasteries in Ladakh, Ladakh culture, Leh tour package','Explore the stunning beauty of Ladakh with our 6 Nights/7 Days tour package. Immerse yourself in the breathtaking landscapes, monasteries, and culture of Ladakh.','Book Ladakh Tour Package for 6N/7D',NULL,'mesmerising-ladakh-tour',NULL,NULL,NULL,0),(147,52258,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Hill Station,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":52258,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/magical-north-east-tour_1682145875\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Magical North East Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"15729\",\"SupplierName\":\"Heat Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Hill Station,Culture\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549903,\"Name\":\"7Sister falls\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Nohsngithiang View, Mawblang, Cherrapunji, Meghalaya \"},\"Images\":{\"Image\":[{\"ImagId\":4825744,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_01684736529.jpg\"},{\"ImagId\":4825745,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_11684736529.jpg\"},{\"ImagId\":4825746,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_21684736530.jpg\"},{\"ImagId\":4825747,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_31684736530.jpg\"},{\"ImagId\":4825748,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_41684736531.jpg\"}]},\"CityId\":34563,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549903\\/35_dc29087b16c5d003a5b46932d4ab10771684736528.jpg\",\"AccoAminitiesMask\":\"101000000000100000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":549904,\"Name\":\"Manah Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43625,\"Title\":\"Umium Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43626,\"Title\":\"Duwan Sin Syiem\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43627,\"Title\":\"Mawphlang Sacred Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&acirc;&euro;&trade;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&acirc;&euro;&trade;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&acirc;&euro;&trade;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&acirc;&euro;&trade;s waters. It&acirc;&euro;&trade;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}},{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549906,\"Name\":\"The Majestic\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Charm Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":549907,\"Name\":\"Poinisuk Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"NON AC Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43625,\"Title\":\"Umium Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43626,\"Title\":\"Duwan Sin Syiem\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43627,\"Title\":\"Mawphlang Sacred Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&acirc;&euro;&trade;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&acirc;&euro;&trade;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&acirc;&euro;&trade;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&acirc;&euro;&trade;s waters. It&acirc;&euro;&trade;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}},{\"CityId\":13741,\"Title\":\"Kaziranga National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549908,\"Name\":\"D\\u2019Courtyard Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":549909,\"Name\":\"Hongthor Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, Engle Pathar, Kohora, Assam 785609\"},\"Images\":{\"Image\":[{\"ImagId\":4825734,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_01684734331.jpg\"},{\"ImagId\":4825735,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_11684734332.jpg\"},{\"ImagId\":4825736,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_21684734332.jpg\"},{\"ImagId\":4825737,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_31684734333.jpg\"},{\"ImagId\":4825738,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_41684734334.jpg\"}]},\"CityId\":13741,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549909\\/35_b5db02e4f6fee17f5b0d8b0334c39d861684734331.jpg\",\"AccoAminitiesMask\":\"101000000000111100000\",\"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\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43625,\"Title\":\"Umium Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43626,\"Title\":\"Duwan Sin Syiem\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43627,\"Title\":\"Mawphlang Sacred Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&acirc;&euro;&trade;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&acirc;&euro;&trade;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&acirc;&euro;&trade;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&acirc;&euro;&trade;s waters. It&acirc;&euro;&trade;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":549910,\"Name\":\"The Ornate\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Dr.B.Baruah Road, Ulubari Opp. Nehru Stadium, 781007 Guwahati\"},\"Images\":{\"Image\":[{\"ImagId\":4825739,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_01684735216.jpg\"},{\"ImagId\":4825740,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_11684735216.jpg\"},{\"ImagId\":4825741,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_21684735218.jpg\"},{\"ImagId\":4825742,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_31684735218.jpg\"},{\"ImagId\":4825743,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_41684735218.jpg\"}]},\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_549910\\/35_fc39b3d9a068e2c77052db6b49e37da21684735215.jpg\",\"AccoAminitiesMask\":\"111000001000101001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":549911,\"Name\":\"Hotel Daaysco Ole Allo\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Elegant Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43625,\"Title\":\"Umium Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43626,\"Title\":\"Duwan Sin Syiem\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":43627,\"Title\":\"Mawphlang Sacred Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&acirc;&euro;&trade;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&acirc;&euro;&trade;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":11143,\"Title\":\"Kaziranga National Park\",\"Description\":\"Kaziranga National Park is a protected area in the northeast Indian state of Assam. Spread across the floodplains of the Brahmaputra River, its forests, wetlands and grasslands are home to tigers, elephants and the world&acirc;&euro;&trade;s largest population of Indian one-horned rhinoceroses. Ganges River dolphins swim in the park&acirc;&euro;&trade;s waters. It&acirc;&euro;&trade;s visited by many rare migratory birds, and gray pelicans roost near Kaziranga village.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/2645_1568287151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":15729,\"SupplierName\":\"Heat Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"378473\",\"Title\":\"Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY) -Cherrapunjee\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meet and Greet on arrival at Guwahati Airport (GAU) \\/ Guwahati Railway Station (GHY)and transfer to Cherrapunjee.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En route you will visit the largest manmade lake of Northeast India &amp;ndash;Umium Lake (also known as Barapani Lake), Elephant Fall &amp;amp; Duwan Sin Syiem (View Point).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reached Cherrapunjee, check in at the Hotel. Overnight at Cherrapunjee.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43625,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43626,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378475\",\"Title\":\"Cherrapunjee &ndash; Double Decker &ndash; Cherrapunjee (Long &amp; Tiring Day)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast go for a trek to Double Decker&amp;nbsp;Living&amp;nbsp;Root&amp;nbsp;Bridge&amp;nbsp;&amp;ndash;&amp;nbsp;3 to 4 hours walk oneway from the starting point(depending on the Fitness of the guest). The distance cover is around 4 km one-way with down and up of 1000 feet height approx. This trek goes downhill through village Sohsarat. The steps are relatively steeper in two short stretches. Half the distance is covered by steps going downhill. Then there is a jungle path going along the sides of the hill leading to the&amp;nbsp;Living Root&amp;nbsp;Bridge&amp;nbsp;with a few steps after short stretches of sloping foot path. Moss thrives on these sandstone steps during the monsoon and makes them slippery, hence one need to be extra careful. Later trek back to the starting point and then board your vehicle to drive back to the hotel. Overnight at Cherrapunjee.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549903,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7071,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378477\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"378479\",\"Title\":\"Cherrapunjee &ndash; Mawlynnong&ndash; Dawki &ndash; Shillong(Long &amp; Tiring Day) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Wake up early and have your breakfast and drive to Mawlynnong. Today you can explore the cleanest village Mawlynnong in the world. You can take the sky walk to have a spectacular view of the Single living Root Bridge.&lt;br \\/&gt;\\r\\nAfter lunch drive to Dawki. Dawki is the gateway to Bangladesh where major export and import transactions take place. It is a splendid drive of 45 kilometers passing through deep gorges and ravines, which is certainly a thrilling experience. On approaching Dawki is the Umngot River, The Umngot River is the natural boundary between Ri Pnar or Jaintia Hills with Hima Khyrim of Khasi hills over which a single span suspension bridge was constructed. Drive to Shillong for overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Charm Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549907,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"NON AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19106,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378481\",\"Title\":\"Shillong- Excursion to Mawphlang + Shillong local Sightseeing &ndash; Shillong\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast&amp;nbsp;go for a excursion to Mawphlang Sacred Forest.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed for the local sightseeing visit Don Bosco Museum (Sunday Closed), Ward&amp;rsquo;s Lake located at the heart of the city which is popular for its garden walks and boating, Lady Hydari Park &amp;amp; Cathedral of Mary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at Shillong.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Charm Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549907,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"NON AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43627,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378483\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"378485\",\"Title\":\"Shillong - Kaziranga\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast drive to Kaziranga. Upon arrival at Kaziranga, check in at hotel. Overnight stay at Kaziranga.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"AC Executive 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\":\"378487\",\"Title\":\"Kaziranga &ndash; Local Sightseeing - Kaziranga\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast go for Optional: Elephant Ride \\/ Jeep Safari (subjected to availability &amp;amp; operational condition) to one Range.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After lunch go for Optional: Jeep Safari (subjected to availability &amp;amp; operational condition) to the other Range.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Kaziranga National Orchid And Biodiversity Park (Subjected to time availability &amp;amp; operational condition).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at Kaziranga.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"AC Executive Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8421,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11143,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14951,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378489\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":\"378491\",\"Title\":\"Kaziranga - Guwahati Sightseeing (Temple)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast check out and proceed to Guwahati &amp;amp; depending on the availability of time, sightseeing of Umananda Temple &amp;amp; Navegraha Temple. Overnight at Guwahati&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":549910,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":549911,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Elegant Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"378493\",\"Title\":\"Guwahati Airport Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast transfer to Guwahati airport&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"52258\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"28770.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28770.00\",\"priceSingleOcc\":36015,\"priceExtraBed\":\"6720.00\",\"priceWithoutBed\":\"2730.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28770,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2730,\"CEB\":6720,\"COSTDO\":28770,\"COSTSO\":36015,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28770.00\",\"priceSingleOcc\":36015,\"priceExtraBed\":\"6720.00\",\"priceWithoutBed\":\"2730.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28770,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2730,\"CEB\":6720,\"COSTDO\":28770,\"COSTSO\":36015,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34650.00\",\"priceSingleOcc\":41895,\"priceExtraBed\":\"6720.00\",\"priceWithoutBed\":\"2730.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2730,\"CEB\":6720,\"COSTDO\":34650,\"COSTSO\":41895,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52259\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"32445.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":42000,\"priceExtraBed\":\"9555.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32445,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3675,\"CEB\":9555,\"COSTDO\":32445,\"COSTSO\":42000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"38220.00\",\"priceSingleOcc\":47775,\"priceExtraBed\":\"9555.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3675,\"CEB\":9555,\"COSTDO\":38220,\"COSTSO\":47775,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"378473\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[378473],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378475\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[378475],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378477\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378477],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378479\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[378479],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378481\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[378481],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378483\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[378483],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378485\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[378485],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378487\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[378487],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378489\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[378489],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"378491\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[378491],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"378493\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[378493],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cherrapunji,Shillong,Kaziranga National Park,Guwahati','Cherrapunji,Meghalaya,Indian Subcontinent,Northeast India,India,Shillong,Kaziranga National Park,Assam,Guwahati','','34563,25073,13741,11240',28770,38220,7,'',NULL,'[{\"day\":1,\"images\":\"Dawki (6).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Dawki (4).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Dawki (7).jpg\"},{\"day\":8,\"images\":\"Dawki (5).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:29:37','2023-09-04 00:00:00',1,1,'1','1','0','North East Tour Package, 7 Nights/8 Days North East Tour, Arunachal Pradesh tour package, magical north east tour, Cherrapunjee tour, Kaziranga National park tour, shillong tour, Assam tour package, Explore North East','Explore the natural beauty and cultural heritage of the North East with our 7 nights/8 days tour package. Book now with Reisen Tours to experience the breathtaking landscapes and unique traditions of this enchanting region.','Book North East Tour Package For 7N/8D',NULL,'magical-north-east-tour',NULL,NULL,NULL,0),(148,52437,1,35,1,0,0,'Family,Religious,Hill Station,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":52437,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/char-dham-yatra---nd_1682493942\",\"BookingValidUntill\":\"2023-11-10\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Char Dham Yatra is a pilgrimage circuit in the Indian state of Uttarakhand. The four sacred sites that make up the Char Dham Yatra are Yamunotri, Gangotri, Kedarnath, and Badrinath.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Yamunotri is the source of the Yamuna River and is home to the Yamunotri Temple. Gangotri is the origin of the Ganges River and is home to the Gangotri Temple. Kedarnath is the site of the Kedarnath Temple, which is dedicated to Lord Shiva. Badrinath is home to the Badrinath Temple, which is dedicated to Lord Vishnu.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Char Dham Yatra is considered to be one of the most sacred pilgrimages in Hinduism. It is believed that undertaking this pilgrimage can wash away one&amp;#39;s sins and provide spiritual liberation. The pilgrimage season typically runs from April\\/May to November, with the peak season being from May to June.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The yatra typically starts from Yamunotri, then proceeds to Gangotri, Kedarnath, and finally to Badrinath. The entire circuit covers a distance of approximately 1,600 km, and pilgrims typically undertake the journey by foot or on mules, with some portions being accessible by vehicles.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Char Dham Yatra - 11N\\/12D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Family,Religious,Hill Station,Road Trip\",\"Validity\":{\"From\":\"2023-04-26\",\"To\":\"2023-11-10\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11530,\"Title\":\"Haridwar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550742,\"Name\":\"Hotel Hill View\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11530,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34474,\"Title\":\"Barkot\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550756,\"Name\":\"HOTEL PRINCE\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34474,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":28264,\"Title\":\"Uttarkashi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550763,\"Name\":\"MANERI LAKE\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":28264,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34396,\"Title\":\"Guptakashi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550764,\"Name\":\"CAMP SHIVAAYA\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34396,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":13758,\"Title\":\"Kedarnath\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":2001,\"Title\":\"Badrinath\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550765,\"Name\":\"HOTEL NEW GOKUL\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2001,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34295,\"Title\":\"Rudraprayag\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550769,\"Name\":\"Srikot Castle\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34295,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":745,\"Title\":\"Jamnabai Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5093\\/thumb\\/Jamnabai Kund_220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1925,\"Title\":\"Yamunotri Temple\",\"Description\":\"The holy abode of Goddess Yamuna is situated near the foot of Kalind Parbat (peak) and on a side of Banderpoonch Parbat. Nestled in the intimidating Himalayas, Yamunotri temple is believed to be constructed by the king of Tehri, Naresh Sudarshan Shah in 1839. One of the Chota Char Dham pilgrimage sites, the stunning setting of the temple is enough to fill the hearts of the devotees with wonder. Yamuna River jets down from one side of the temple, which houses Goddess Yamuna in the form of a black marble idol. Ganga Devi too finds her place, in white stone, by the side of Yamuna.\\r\\nThe temple of Yamuna closes its portals as winter approaches on Yama Dwitiya (second day after Diwali or on Bhai Dooj). Devi&amp;#039;s winter address is Kharsali village where she reaches in a palanquin and will remain for the entire period of winters. On Akshaya Tritiya (occurring on April\\/May), the goddess comes back to grace Yamunotri again. Both closing and opening ceremonies of the Yamunotri shrine are brought about with celebrations, elaborate rituals and vedic chants.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9968657,\"Long\":78.4616526,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3327\\/thumb\\/Yamunotri Temple_153.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1711,\"Title\":\"Surya Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5092\\/thumb\\/Surya&Atilde;&sbquo;&Acirc;&nbsp;Kund_234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1888,\"Title\":\"Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3583\\/thumb\\/Vishwanath Temple_898.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1559,\"Title\":\"Shakti Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.7268307,\"Long\":78.4354042,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6754\\/thumb\\/Shakti Temple_843.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":653,\"Title\":\"Harsil Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5096\\/thumb\\/Harsil village_460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":182,\"Title\":\"Bhagirathi River\",\"Description\":\"Bhagirathi River originates from Gaumukh, which is located at the base of Gangotri and Khatilang glaciers in Uttarakhand. Gaumukh is about 18 km from the town of Gangotri, and is regarded as the birth place of Ganga on earth. At Gangotri, the revered Ganga Goddess is worshipped in the Gangotri temple, which is one of the Chota Char Dham temples in Garhwal. The river embarks on a course extending for about 205 km, in which it is joined by small streams and rivers. Bhagirathi ends its journey when its forms a union with Alaknanda to create Ganga at Devprayag.\",\"CurrencyType\":0,\"CityId\":10105,\"CityName\":\"Gangotri\",\"Lat\":30.9946945,\"Long\":78.9398402,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5098\\/thumb\\/Bhagirathi River_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43822,\"Title\":\"Gangotri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43823,\"Title\":\"Submerged Shivling\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1054,\"Title\":\"Mandakini River\",\"Description\":\"Originating at Chorabari glacier near the ancient temple jyotirlinga of Kedarnath, is the tributary of Alaknanda, Mandakini River. Literally translating into, the calm or the unhurried one, the river flows gracefully past the temple to meet with Alaknanda River at Rudraprayag, a holy Panch Prayag location. The river accompanies you all along the NH 107which allows you to have a scenic driving experience on the hills. Further River Alaknanda flows towards Devprayag to meet Bhagirathi, forming the holiest of the holy river in India, Ganga. Utilised by the locals in many ways and supporting an ecosystem the river is worshipped everywhere it travels through.\",\"CurrencyType\":0,\"CityId\":28264,\"CityName\":\"Uttarkashi\",\"Lat\":30.9615749,\"Long\":78.3387066,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5635\\/thumb\\/Mandakini River_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43824,\"Title\":\"Ardhnarishwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34396,\"CityName\":\"Guptakashi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":859,\"Title\":\"Kedarnath Temple\",\"Description\":\"Kedarnath Dham, located in the Rudraprayag district of Uttarakhand, is one of the most paramount locations for worshipers of Shiva. The air appears to be reverberating with the name of Lord Shiva amid the mighty snow-clad peaks, enchanting meadows and forests of the lower mountain range of Himalayas. Situated in a breathtaking location, near the source of Mandakini River and at the height of 3,584 meters, Kedarnath Dham celebrates the greatness of Lord Shiva. Kedarnath temple is one of the 12 Jyotir Lingams and is also the most important temple among the Panch Kedars (group of 5 Shiva temples in Garhwal Himalayas). It is also one of the significant temples of the sacred Chota Char Dham Yatra in Uttarakhand, raising the glory of the place to further heights.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7534462,\"Long\":79.0645056,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3337\\/thumb\\/kedarnath temple_401.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":558,\"Title\":\"Gaurikund\",\"Description\":\"Gauri Kund is a Hindu pilgrimage site and base camp for trek to Kedarnath Temple, in Uttarakhand, India. It is situated at an altitude of 6502 feet above mean sea level in the Garhwal Himalayas. Gauri Kund is connected with Shiva&amp;#039;s wife Parvati, also known as Gauri. In Hindu folklore, Gauri committed to penance involving many ascetic and yogic practices to win over Shiva&amp;#039;s affections. Local tradition claims that Gauri Kund is the spot where Gauri lived while carrying out these practices and it was here that Shiva finally admitted His love for Her. They were married at Triyugi Narayan, which is located nearby. There are hot springs in Gaurikund and they are converted to bathing places.\",\"CurrencyType\":0,\"CityId\":13758,\"CityName\":\"Kedarnath\",\"Lat\":30.7346267,\"Long\":79.0668943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5099\\/thumb\\/Gaurikund_956.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":307,\"Title\":\"Charanpaduka\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4085\\/thumb\\/Charanpaduka_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":240,\"Title\":\"Brahma Kapal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7506642,\"Long\":79.4971911,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4083\\/thumb\\/Brahma Kapal _830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":196,\"Title\":\"Bheem Pul\",\"Description\":\"The Bheem pul is located at the point where the Saraswati river meets River Alaknanda at a tremendous speed. Legend has it that when the Pandavas of the epic Mahabharata were taking their final journey to heaven called swargarohan, they happened to pass through a point near the Badrinath Temple, where they had to cross the Saraswati river. When their wife, Draupadi, was unable to cross the river, Bheema brought a huge rock and placed it above the river stream in such a way that it served as a bridge. That rock is now known as the Bheem Pul and is located in Mana village near Badrinath. If you visit the Bheem Pul, you will also come across a shop which is advertised as the last shop on this side of the Indian border.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5963\\/thumb\\/Bheem Pul_2.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1202,\"Title\":\"Narada Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4082\\/thumb\\/Narada Kund_979.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43825,\"Title\":\"Badrinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1727,\"Title\":\"Tapt Kund\",\"Description\":\"The Tapt Kund is a group of natural sulphur springs situated on the bank of River Alaknanda beside the Badrinarayan Temple. It is said that when Lord Vishnu was happy with Agni Dev&amp;rsquo;s (Fire God&amp;rsquo;s) penance, he granted a boon to eternally reside in the form of this kund here. The kund can incinerate the sins of all the devotees who come to take a holy dip in it. Don&amp;rsquo;t you think it is a miracle of sorts, for such hot springs to reside amid all the low temperatures around? Indeed, nature never fails to astound us. Also, the kund is considered to be therapeutic and possessing medicinal properties! A dip here is considered to be a good cure for skin diseases.\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7325809,\"Long\":79.5069867,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4080\\/thumb\\/Tapt Kund_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1896,\"Title\":\"Vyas Gufa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2001,\"CityName\":\"Badrinath\",\"Lat\":30.7433085,\"Long\":79.4937634,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5102\\/thumb\\/Vyas Gufa_904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43826,\"Title\":\"Mana Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34295,\"CityName\":\"Rudraprayag\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43827,\"Title\":\"Ram Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":43828,\"Title\":\"Laxman Jhula (Rishikesh)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11530,\"CityName\":\"Haridwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"379913\",\"Title\":\"Delhi &ndash; Haridwar ( 250 KM \\/\\/ 5-6 Hrs )\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Today Morning Pick up from Delhi Airport \\/ Station and proceed to Haridwar Reach Haridwar in the Evening.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11530,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"379914\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11530,\"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\":\"379915\",\"Title\":\" Haridwar - Barkot (220kms\\/7-8hr)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Today Morning after Breakfast drive to Barkot via Mussoorie, enroute visit Kempty Fall (Suggestible to have your lunch at Kempty fall depend on travel situation as further no good restaurants are available before Badkot). Later drive straight to Barkot, transfer to your Hotel. Overnight stay at Barkot.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Barkot is known for its scenic natural beauty. Located at the confluence of Yamuna and tons rivers. At an elevation of over 4,000 ft, apple orchards ringed by the Himalayan range.Barkot offers panoramic views of the snowcapped mountains of Bandar Poonch. Barkot is an important stopover en route to Yamunotri and Gangotri, among the four Char Dham Pilgrimages. (Weather - Generally pleasant in summer, the temperature ranges from 25-30 degree Celsius, Winter: The Days are pleasantly cool but the nights are cold,temp ranges from 10 deg to 05 deg)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34474,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"379916\",\"Title\":\"Barkot - Yamunotri - Barkot {36kms drive &amp; 6kms Trek (one side)}\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Early morning, Drive to Jankichatti\\/Phoolchatti, trek start from here to Yamunotri (6kms). Either by walk or by horse or by Doli at own cost. Arr. Yamunotri, One can cook rice by packing it in a cloth and dipping it in the hot water of the hot kund. Pilgrims take this cooked rice home as &amp;quot;Prasad&amp;quot;. Here near the temple &amp;quot;Pooja&amp;quot; can be offered to DivyaShila, After taking bath in JamunabaiKund&amp;#39;s warm water and having &amp;quot;Darshan&amp;quot; of pious &amp;quot;Yamunaji&amp;quot; returning to Jankichatti. Return back to Barkot, Overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Yamunotri Temple: Maharani Gularia of Jaipur built the temple in the 19th Century. It was destroyed twice in the present century and rebuilt again. Surya Kund: There are a Number of thermal springs in the vicinity of the temple, which flows into numerous pools. The most important of these is Surya Kund.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34474,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":745,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1711,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379917\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34474,\"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\":\"379933\",\"Title\":\" Barkot - Uttarkashi (100kms\\/4hr)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Drive to Uttarkashi. Check in Hotel, Later at evening visit Vishwanath Temple. Night Halt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Uttarkashi is situated on the Ganges, lies next to a hill named VarunParvat, on confluence of two rivers Varuna and Asi, has a ghat called Manikarnika Ghat and has a temple dedicated to Shiva (Kashi Vishwanath Temple) in the center of the town. Vishwanath temple - Vishwanath temple is one of the oldest Shiva temples in Northern India. Re-constructed in 1857 by Maharani Khaneti Devi of Tehri State in the ancient architectural style. It is situated at the heart of the town. A massive iron trident, symbolic of divine mother&amp;rsquo;s, is erected and worshiped from time immemorial at the temple complex. Ganeshji, SakshiGopal, Markandeya Rishi&amp;rsquo;s small shrines are also part of the temple complex. Akhand Jyoti as well as Akhand Abhishek, special aarti at morning and evening are offered. As per Skunda Puran, Uttarkashi is known as &amp;lsquo;Saumya Varanasi&amp;rsquo;, the abode of Lord Shiva in Kaliyug and counted as one of the twelve Jyotirlingas.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Shakti temple - Right in front of the Vishwanath temple is Shakti temple. It has a big &amp;lsquo;Trishul&amp;rsquo; of about 6 meters in height and a circumference of 90 cms. at bottom. Though there are different views about the making of this, the upper part of it seems to be made up of iron and the lower one is of copper. As per the epics this Shakti was thrown on the devils by the Goddess Durga(Shakti), hence it gets its name. Since then this Shakti is erected over here&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28264,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550763,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1888,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1559,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379934\",\"Title\":\"Uttarkashi - Gangotri - Uttarkashi (100kms\\/3-4 each side)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;We proceed to Gangotri (3048 mts), enroute we enjoy picturesque Harsil village, Bhagirathi River and the most magnificent view of the Himalayas. After Gangotri Darshan we return to Uttarkashi. Overnight stay at Uttarkashi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Gangotri Temple: The temple, constructed by the Gorkha General Amar Singh Thapa in the 18th Century, is situated on the right bank of Bhagirathi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Submerged Shivling: Submerged in the river, this natural rock Shivling is the place where, according to mythology Lord Shiva sat when he received the Ganga in his matted lock. It is visible in winter months when water level decreases.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28264,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550763,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":653,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43822,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43823,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379935\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28264,\"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\":\"379936\",\"Title\":\"Uttarkashi &ndash; Guptkashi (220kms\\/8-9hr)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Drive straight to Guptkashi via Moolgarh &amp;amp; Lambgoan. Enroute you can see the beautiful river Mandakini at Tilwara. The Mandakini river comes from Kedarnath, drive along side the river to reach Guptakashi. On arrival Check In at the Hotel, evening visit Ardhnarishwar Temple. Overnight stay at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The name Guptkashi means &amp;quot;Hidden Benares. Mythology describes how when the Pandava brothers were searching for a glimpse of Shiva, Shivji first concealed himself at GuptKashi, but later fled from them further up the valley to Kedarnath, where the Pandavas finally got their wish fulfilled. There are more tangible connections as well-the Kedarnath pandas (hereditary pilgrimage priests) live in GuptKashi during the winter months, and after the Kedarnath temple closes for the winter, the image of Kedarnath passes through GuptKashi on its way to Ukhimath (across the valley), where it stays for the winter.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34396,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550764,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1054,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43824,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379937\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34396,\"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\":\"379938\",\"Title\":\"Guptkashi - Kedarnath (30kms by road &amp; 19kms Trek)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After medical check-up proceed to Sonprayag, Trek start from Sonprayag to Kedarnath (3584 mts) by pony \\/ Doli. Tour members should carry personal medicines, heavy woolen, toiletries and clothes for an overnight halt at Kedarnath. Visit Kedarnath Temple. Overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kedarnath: The Kedarnath shrine, one of the 12 jyotirlingas of Lord Shiva, is a scenic spot situated, against the backdrop of the majestic Kedarnath range. Kedar is another name of Lord Shiva, the protector and the destroyer. According to legend, the Pandavas after having won over the Kaurava in the Kurukshetra war, felt guilty of having killed their own brothers and sought the blessings of Lord Shiva for redemption. He eluded them repeatedly and while fleeing took refuge at Kedarnath in the form of a bull. On being followed he dived into the ground, leaving his hump on the surface. The r! emaining portions of Lord Shiva appeared at four other places and are worshipped there as his manifestations. The arms appeared at Tungnath, the face at Rudranath, the belly at Madhmaheshwar and his locks (hair) with head at Kalpeshwar. Kedarnath and the four abovementioned shrines are treated as PanchKedar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13758,\"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\":859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":558,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379939\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13758,\"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\":\"379946\",\"Title\":\"Kedarnath &ndash; Guptkashi (19Kms Down Trek &amp; 30kms\\/1hr by Road)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;Early morning, after Temple Darshan trek down to Sonprayag. Further drive to Guptkashi. Check in Hotel. Night Halt.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34396,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550764,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"379947\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34396,\"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\":\"379957\",\"Title\":\" Guptkashi - Badrinath (215kms\\/7hr) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;Drive to Badrinath via Joshimath. Check in Hotel. Later at evening visit Badrinath Temple for Aarti. Overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Badrinath one of the &amp;#39;Four Dhams&amp;#39; is one of the most celebrated pilgrimage spots of the country and is situated at an elevation of 3,133 meters, guarded on either side by the two mountain ranges known as Nar &amp;amp; Narayan with the towering Neelkanth Peak providing a splendid backdrop. This revered spot was once carpeted with wild berries. Thus the place got the name &amp;quot;Badri van&amp;quot;, meaning &amp;quot;forest of berries&amp;quot;. TaptKund : Natural thermal springs on the bank of the river Alaknanda, where it is customary to bathe before entering the Badrinath temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Narad Kund : A recess in the river, near TaptKund, forming a pool from where the Badrinath idol was recovered. BrahamaKapal : A flat platform on the bank of river Alaknanda. Hindus perform proppitiating rites for their deceased ancestors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Charanpaduka : 3kms. away is a beautiful meadow where the footprint of Lord Vishnu is seen on a boulder. Mata MurtyTemple : Devoted to the mother of Sri Badrinathji. Other important temples include SeshNetra Temple, Urvashi Temple and Charanpaduka.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mana Village : Inhabited by an Indo-Mongolian tribe, it is the last Indian village before Tibet. Vasundhara : As the name suggests, vasundhara is a magnificent water fall. This place is 5 kms. fromBadrinath out of which 2 kms. ismotorableuptoMana.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2001,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550765,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":307,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":240,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1202,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43825,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379958\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2001,\"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\":\"379965\",\"Title\":\" Badrinath &ndash; RUDRAPRAYAG\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;Early morning, pilgrims after having a bath in the Taptkund have the Darshan of Badrivishal. Brahamakapal is significant for PinddanShraddh of ancestors (Pitrus). There are other interesting sightseeing spot like Mana, VyasGufa, Maatamoorti, Charanpaduka, Bhimkund and the &amp;quot;Mukh&amp;quot; of the Saraswati River. Just within the three kms of Badrinathjee.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later drive back to Rudraprayag&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34295,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1727,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1896,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43826,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379966\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34295,\"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\":\"379967\",\"Title\":\"Rudraprayag &ndash; Haridwar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":11,\"Program\":\"&lt;p&gt;Today Morning Check out from Hotel and drop to Haridwar on way visit Rishikesh Ram Jhula , Laxman Jhula Evening Reach Haridwar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check in the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11530,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43827,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43828,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379968\",\"Title\":\"Drop to Delhi \",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;After breakfast, checkout from hotel. Departure to Delhi.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11530,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52437\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"27285.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-26\",\"To\":\"2023-11-10\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27285.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27285,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27285,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-04-26\",\"To\":\"2023-11-10\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27285.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27285,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27285,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-04-26\",\"To\":\"2023-11-10\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"26215.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":26215,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-04-26\",\"To\":\"2023-11-10\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35845.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35845,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35845,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"379913\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[379913],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379914\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[379914],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379915\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[379915],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379916\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[379916],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379917\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[379917],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379933\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[379933],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379934\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[379934],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379935\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[379935],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379936\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[379936],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379937\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[379937],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379938\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[379938],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379939\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[379939],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379946\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[379946],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379947\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[379947],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379957\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[379957],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379958\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[379958],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379965\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[379965],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379966\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[379966],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379967\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[379967],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"379968\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[379968],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0}}','Haridwar,Barkot,Uttarkashi,Guptakashi,Kedarnath,Badrinath,Rudraprayag','Haridwar,Uttarakhand,Indian Subcontinent,North India,India,Barkot,Uttarkashi,Guptakashi,Kedarnath,Badrinath,Rudraprayag,Gangotri,Yamunotri','','11530,34474,28264,34396,13758,2001,34295',26215,35845,11,'',NULL,'[{\"day\":1,\"images\":\"Untitled design - 2023-04-26T151005.663.jpg\"},{\"day\":2,\"images\":\"Untitled design - 2023-04-26T151019.635.jpg\"},{\"day\":3,\"images\":\"Untitled design - 2023-04-26T150604.114.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"\"},{\"day\":12,\"images\":\"\"}]',2,'',0,'2023-04-26 00:00:00','2023-11-10 00:00:00','2023-11-10 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-04-26 00:00:00',1,1,'1','1','0','','','',NULL,'char-dham-yatra-11n/12d','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(149,52561,1,35,1,0,0,'Honeymoon,Beach,Family,Religious,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":52561,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/amazing-sri-lanka-tour_1682682845\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Colombo\",\"SourcePlaceSysId\":6689,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing Sri Lanka Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Transfers\",\"PackageType\":\"Honeymoon,Beach,Family,Religious,Heritage\",\"Validity\":{\"From\":\"2023-04-28\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2949,\"Title\":\"Bentota\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":551258,\"Name\":\"Wunderbar Beach Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe King Room (Pool View)\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22005,\"Title\":\"Bentota City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":6.4250208,\"Long\":79.9977613,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2685,\"Title\":\"Jami-ul-anwar Jumma Masjidh\",\"Description\":\"The mosque is one of the oldest mosques in Colombo and a popular tourist site in the city. It is a distinctive red and white candy-striped two-storey building, with a clock tower. It is a hybrid style of architecture, that draws elements from native Indo-Islamic and Indian architecture, and combines it with the Gothic revival and Neo-classical styles.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":7.5686616,\"Long\":80.5974489,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Jami-ul-anwar_Jumma_Masjidh_6689_1519286967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8052,\"Title\":\"St. Lucia&#039;s Cathedral\",\"Description\":\"St. Lucia&amp;#039;s Cathedral is the seat of the Archbishop of the Roman Catholic Archdiocese of Colombo in Sri Lanka. The Cathedral is located at Kotahena, in the north east of Colombo, on 18,240 sq. ft. of land, and is dedicated to Saint Lucy. It traces its origins to a small structure for worship built during Dutch occupation.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.565,\"Long\":79.515,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/St._Lucia&#039;s_Cathedral_6689_1546689694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3056,\"Title\":\"National Museum\",\"Description\":\"The Colombo museum at the was established on 1 January 1877.A large 9th-century stone Buddha greets you when you enter Sri Lanka, which gets better each year.  The Kandyan monarchs throne and crown including, many other exhibits telling the story of ancient Sri Lanka.The building of the Colombo Museum was declared by Governor Gregory. This is one of the best-preserved ancient statues found on the island and is hailed by historians as a sculpting masterpiece.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9105,\"Long\":79.861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/National_Museum_6689_1517488423.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17982,\"Title\":\"Bandaranaike Memorial International\",\"Description\":\"The Bandaranaike Memorial International Conference Hall, is a convention center located in Colombo, Sri Lanka. Built between 1970 and 1973, the convention centre was a gift from the People&amp;#039;s Republic of China in memory of Solomon Ridgeway Dias Bandaranaike, Prime Minister.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Bandaranaike_Memorial_Internat_6689_1606137703.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":401052,\"Name\":\"Fairway Colombo\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.9339031587303\",\"Long\":\"79.843968406364\",\"Address\":\"07 Hospital Street, Colombo 01, Colombo 00100\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Fairway Colombo, you&#039;ll be centrally located in Colombo, steps from Dutch Hospital Shopping Precinct and Colombo World Trade Center.  This 4-star hotel is within close proximity of Pettah Market and Galle Face Green.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself to a stay in one of the 181 individually furnished guestrooms, featuring fireplaces and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. 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 recreation amenities such as a 24-hour fitness center or take in the view from a rooftop terrace. This hotel also features complimentary wireless Internet access, concierge services, and a fireplace in the lobby. The shuttle (surcharge) will take you to the nearby casino or shopping center.&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. Mingle with other guests at a complimentary reception, held daily. 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 limo\\/town car service, express check-in, and express check-out. 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\\/e0\\/41\\/e0410851f4b8bf2cfaeb06044c2ddba77bc74d75.jpg\",\"AccoAminitiesMask\":\"1000000000001110000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22005,\"Title\":\"Bentota City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":6.4250208,\"Long\":79.9977613,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22007,\"Title\":\"Kosgoda Turtle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22008,\"Title\":\"Maadu River Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22012,\"Title\":\"British administrative center and military garrison\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22013,\"Title\":\"Dutch Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2685,\"Title\":\"Jami-ul-anwar Jumma Masjidh\",\"Description\":\"The mosque is one of the oldest mosques in Colombo and a popular tourist site in the city. It is a distinctive red and white candy-striped two-storey building, with a clock tower. It is a hybrid style of architecture, that draws elements from native Indo-Islamic and Indian architecture, and combines it with the Gothic revival and Neo-classical styles.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":7.5686616,\"Long\":80.5974489,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Jami-ul-anwar_Jumma_Masjidh_6689_1519286967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8052,\"Title\":\"St. Lucia&#039;s Cathedral\",\"Description\":\"St. Lucia&amp;#039;s Cathedral is the seat of the Archbishop of the Roman Catholic Archdiocese of Colombo in Sri Lanka. The Cathedral is located at Kotahena, in the north east of Colombo, on 18,240 sq. ft. of land, and is dedicated to Saint Lucy. It traces its origins to a small structure for worship built during Dutch occupation.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.565,\"Long\":79.515,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/St._Lucia&#039;s_Cathedral_6689_1546689694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3056,\"Title\":\"National Museum\",\"Description\":\"The Colombo museum at the was established on 1 January 1877.A large 9th-century stone Buddha greets you when you enter Sri Lanka, which gets better each year.  The Kandyan monarchs throne and crown including, many other exhibits telling the story of ancient Sri Lanka.The building of the Colombo Museum was declared by Governor Gregory. This is one of the best-preserved ancient statues found on the island and is hailed by historians as a sculpting masterpiece.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9105,\"Long\":79.861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/National_Museum_6689_1517488423.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17982,\"Title\":\"Bandaranaike Memorial International\",\"Description\":\"The Bandaranaike Memorial International Conference Hall, is a convention center located in Colombo, Sri Lanka. Built between 1970 and 1973, the convention centre was a gift from the People&amp;#039;s Republic of China in memory of Solomon Ridgeway Dias Bandaranaike, Prime Minister.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Bandaranaike_Memorial_Internat_6689_1606137703.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"380910\",\"Title\":\"Arrival at Colombo - Transfer to Bentota\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Colombo airport. You will be met by our representative and transferred to Bentota.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arrival at Bentota check-in to your hotel and relax for some time.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is free for you to explore Bentota on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551258,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe King Room (Pool View)\"}],\"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\":\"380911\",\"Title\":\"Bentota City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proceed for full day city tour of Bentota covering the Koskoda Turtle Hatchery and Maadu river. The Turtle Hatchery at Kosgoda is a conservation project that is helping to sustain and enhance the stability of sea turtles.You can visit the Hatchery, observe its activities and learn about these fascinating creatures.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Maadu River offers very popular boat trips down the river where you can arrange to visit temples, cinnamon estates and other nature resorts. This area is a preserved wild life sanctuary. You can also enjoy water sports at Bentota&amp;#39;s beaches (at extra cost).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On completion return back to the hotel for overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551258,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe King Room (Pool View)\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22005,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22007,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22008,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"380912\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"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\":\"380913\",\"Title\":\"Transfer from Bentota hotel to Colombo hotel\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast check out from Bentota hotel and proceed to Colombo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check in to your hotel and relax. Spend your evening at leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Try your luck at the famous Casinos or indulge in shopping at Odel &amp;amp; Mondy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at Colombo hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"380914\",\"Title\":\"Colombo City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Colombo is the business and commercial center and the new capital is Sri Jayawardhanapura Kotte, only a few miles away. Colombo was only a small seaport, which came into prominence in the 16th Century with the arrival of the Portuguese in 1505 and the development of it as a major Harbor took place during the British period. Colombo became the capital of Sri Lanka in 1815 after Kandyan Kingdom was ceded to the British. The remains of the buildings during the period of the Portuguese, Dutch and British rule are found in every area of the city. None of the Portuguese &amp;amp; Dutch fortifications are found today but some of their buildings and churches could be seen in the Fort &amp;amp; Pettah areas. Visit Fort, the former British administrative center and military garrison, Sea Street - the Goldsmith&amp;rsquo;s quarters in the heart of Pettah, the Bazaar area where there is also a Hindu Temple with elaborate stone carvings, the Kayman&amp;rsquo;s Gate with the Belfry at the original gate to enter the Fort, the Dutch Church of Wolfendhaal dating back to 1749, Kelaniya Buddhist Temple dating to 6th C.B.C., Davatagaha Mosque, Colombo Museum and the Natural History Museum are some of the sites to be visited. Also visit the BMICH (Bandaranaike Memorial International Conference Hall), see the replica of Avukana Buddha in front and the Independence Memorial. Take out time for some shopping before returning back to your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22012,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22784,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22013,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17981,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2685,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8052,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3056,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17982,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"380915\",\"Title\":\"Departure from Colombo\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Check-out from your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later you will be transferred to the airport to catch your return flight back home.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends with happy memories.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52561\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"23800.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-28\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23800.35\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23800.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":23800.35,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-04-28\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23800.35\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23800.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":23800.35,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-04-28\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"23800.35\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23800.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":23800.35,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"380910\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[380910],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"380911\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[380911],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"380912\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[380912],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"380913\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[380913],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"380914\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[380914],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"380915\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[380915],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0}}','Bentota,Colombo','Bentota,Indian Subcontinent,Sri Lanka,Colombo','','2949,6689',23800,23800,4,'',NULL,'[{\"day\":1,\"images\":\"Untitled design - 2023-04-28T174558.268.jpg\"},{\"day\":2,\"images\":\"Untitled design - 2023-04-28T174631.638.jpg\"},{\"day\":3,\"images\":\"Untitled design - 2023-04-28T174919.504.jpg\"},{\"day\":4,\"images\":\"Untitled design - 2023-04-28T174545.547.jpg\"},{\"day\":5,\"images\":\"Untitled design - 2023-04-28T174617.222.jpg\"}]',2,'',0,'2023-04-28 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'Sri Lanka','200','2023-06-23 17:13:07','2023-04-28 00:00:00',1,1,'1','1','0','Sri Lanka tour package, Colombo tour, Bentota tour, Sri Lanka travel, Sri Lanka vacation, beach vacation, cultural tour, Sri Lanka itinerary, things to do in Sri Lanka, Sri Lanka attractions','Immerse yourself in the beauty of Sri Lanka with our incredible tour package that takes you to the top destinations of Colombo and Bentota. Enjoy the stunning beaches, rich history, delicious cuisine and more.','Explore the Best of Sri Lanka with Our Amazing Tour Package | Colombo & Bentota',NULL,'amazing-sri-lanka-tour',NULL,NULL,NULL,0),(150,52621,1,35,1,0,0,'Honeymoon,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":52621,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/the-himalayan-wonders---nd_1682919831\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Embark on a captivating journey to the enchanting destinations of Gangtok, Pelling, and Darjeeling. This 6-day, 5-night package offers an exhilarating opportunity to explore the rich cultural heritage, breathtaking natural beauty, and serene spirituality of these Himalayan regions. Commence your journey with a 2-night stay in Gangtok, the capital city of Sikkim, where you can marvel at the stunning views of the snow-capped Himalayas and explore the vibrant local markets. Take a stroll along the picturesque MG Road, visit the iconic Rumtek Monastery, and indulge in the delicious local cuisine.Enroute we will have Ravangla Buddha Park tour. Buddha Park is a must visit place by every traveller. This famous attraction serves as an important landmark to the Buddhist community Next, head to Pelling, a serene hill station known for its scenic beauty and religious significance. Spend a night amidst the tranquil surroundings, visit the majestic Pemayangtse Monastery, and witness the awe-inspiring Kanchenjunga Waterfalls. Finally, end your journey in Darjeeling, the quintessential hill station that needs no introduction. Spend 2 nights exploring the charming town, visiting the iconic Tiger Hill to witness the stunning sunrise, sipping on a cup of delicious Darjeeling tea, and taking a ride on the famous Darjeeling Himalayan Railway, a UNESCO World Heritage site. With comfortable accommodation, delicious meals, and expert guidance throughout the journey, this package promises to be a memorable sojourn in the lap of the majestic Himalayas.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Gangtok 2 nights, Pelling 1 night and Darjeeling 2 nights.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast will be provided.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Transfers And Sightseeing Point to Point On Private Basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tsomgo Lake and Baba Mandir Excursion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gangtok Half Day Sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ravangla Buddha Park Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pelling Full Day Sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Darjeeling Full Day Sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tool Tax, Parking and Driver&amp;rsquo;s Bata&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Siliguri\",\"DestinationPlacesSysId\":25227,\"SourcePlaces\":\"Siliguri\",\"SourcePlaceSysId\":25227,\"AgencyName\":\"Reisen Tours\",\"Name\":\"The Himalayan Wonders - 5N\\/6D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":551485,\"Name\":\"The Royal Heritage\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Jeewan Theeng Marg, Development Area, Gangtok, Sikkim \"},\"Images\":{\"Image\":[{\"ImagId\":4825726,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551485\\/35_01684584528.jpg\"},{\"ImagId\":4825727,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551485\\/35_11684584528.jpg\"},{\"ImagId\":4825728,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551485\\/35_21684584529.jpg\"}]},\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551485\\/35_b96b0c5336e33543c0dc68db278662db1684584527.jpg\",\"AccoAminitiesMask\":\"110001000000111100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22767,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44095,\"Title\":\"Buddha Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44096,\"Title\":\"Cho Djo Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17016,\"Title\":\"Chenrezig Statue &amp; Skywalk\",\"Description\":\"Nestled at an altitude of 7,200 feet above the sea level lies the spectacular Skywalk of Pelling along with the fourth tallest statue of Chenrezig. It was inaugurated in November 2018 and since then it has flourished to become one of the famous tourist attractions. It is the India&amp;#039;s first Skywalk and home to a 137 feet statue of Chenrezig making it a Buddhist pilgrimage site. Chenrezig also known as Avalokiteshvara is the early manifestation of Buddha&amp;#039;s compassion. \\r\\n\\r\\nSkywalk opening hours: The opening time of the Pelling Skywalk is 9 am to 6 pm, the 9 hours provided gives ample amount of time for the people to get a chance of enjoying this thrilling walk.\\r\\n\\r\\nSkywalk tickets: Though it is the India&amp;rsquo;s first Skywalk the entrance fee is very reasonable and affordable for everyone.The fee is Rs. 20 for local and Rs. 50 for non-local.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21043\\/sightseeing\\/Chenrezig_Statue_&amp;_Skywalk_21043_1595328128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1349,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"The unique feature of the monastery is that there is an intricately carved wooden structure located on the top floor     displaying a heavenly sphere known as &amp;lsquo;Zangdokpalri&amp;rsquo;.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2582\\/thumb\\/Pemayangtse Monastery_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":564,\"Title\":\"Ghoom Monastery\",\"Description\":\"Old Ghoom Monastery is the popular name of Yiga Choeling. The monastery belongs to the Gelukpa or the Yellow Hat sect and is known for its 15 feet-high statue of the Maitreya Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/685\\/thumb\\/Ghoom Monastery_40.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44100,\"Title\":\"Mall Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44097,\"Title\":\"Tenzing-Gombu Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44099,\"Title\":\"the Japanese Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44098,\"Title\":\"Tibetan Refugee Self Help Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":21043,\"Title\":\"Pelling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":551486,\"Name\":\"Magpie Pachhu Village Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Chumbong Village, Pelling, Sikkim \"},\"Images\":{\"Image\":[{\"ImagId\":4825723,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551486\\/35_01684583836.jpg\"},{\"ImagId\":4825724,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551486\\/35_11684583837.jpg\"},{\"ImagId\":4825725,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551486\\/35_21684583837.jpg\"}]},\"CityId\":21043,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551486\\/35_2682034a49c75d30d83bbdfbd1542f7c1684583836.jpg\",\"AccoAminitiesMask\":\"111000100000111101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Comfort Special Balcony\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22767,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44095,\"Title\":\"Buddha Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44096,\"Title\":\"Cho Djo Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17016,\"Title\":\"Chenrezig Statue &amp; Skywalk\",\"Description\":\"Nestled at an altitude of 7,200 feet above the sea level lies the spectacular Skywalk of Pelling along with the fourth tallest statue of Chenrezig. It was inaugurated in November 2018 and since then it has flourished to become one of the famous tourist attractions. It is the India&amp;#039;s first Skywalk and home to a 137 feet statue of Chenrezig making it a Buddhist pilgrimage site. Chenrezig also known as Avalokiteshvara is the early manifestation of Buddha&amp;#039;s compassion. \\r\\n\\r\\nSkywalk opening hours: The opening time of the Pelling Skywalk is 9 am to 6 pm, the 9 hours provided gives ample amount of time for the people to get a chance of enjoying this thrilling walk.\\r\\n\\r\\nSkywalk tickets: Though it is the India&amp;rsquo;s first Skywalk the entrance fee is very reasonable and affordable for everyone.The fee is Rs. 20 for local and Rs. 50 for non-local.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21043\\/sightseeing\\/Chenrezig_Statue_&amp;_Skywalk_21043_1595328128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1349,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"The unique feature of the monastery is that there is an intricately carved wooden structure located on the top floor     displaying a heavenly sphere known as &amp;lsquo;Zangdokpalri&amp;rsquo;.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2582\\/thumb\\/Pemayangtse Monastery_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":564,\"Title\":\"Ghoom Monastery\",\"Description\":\"Old Ghoom Monastery is the popular name of Yiga Choeling. The monastery belongs to the Gelukpa or the Yellow Hat sect and is known for its 15 feet-high statue of the Maitreya Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/685\\/thumb\\/Ghoom Monastery_40.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44100,\"Title\":\"Mall Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44097,\"Title\":\"Tenzing-Gombu Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44099,\"Title\":\"the Japanese Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44098,\"Title\":\"Tibetan Refugee Self Help Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":551489,\"Name\":\"Sumi Vista Suites & Spa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Rock Ville, Dr Zakir Hussain Rd, near DIG Banglow TV Tower, Tungsung Basti, Darjeeling, West Bengal \"},\"Images\":{\"Image\":[{\"ImagId\":4825719,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551489\\/35_01684583383.jpg\"},{\"ImagId\":4825720,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551489\\/35_11684583384.jpg\"},{\"ImagId\":4825721,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551489\\/35_21684583384.jpg\"},{\"ImagId\":4825722,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551489\\/35_31684583385.jpg\"}]},\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_551489\\/35_0dc1ba93690b65f3aa9454763b45355b1684583383.jpg\",\"AccoAminitiesMask\":\"111001000000110101010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22767,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44095,\"Title\":\"Buddha Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44096,\"Title\":\"Cho Djo Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17016,\"Title\":\"Chenrezig Statue &amp; Skywalk\",\"Description\":\"Nestled at an altitude of 7,200 feet above the sea level lies the spectacular Skywalk of Pelling along with the fourth tallest statue of Chenrezig. It was inaugurated in November 2018 and since then it has flourished to become one of the famous tourist attractions. It is the India&amp;#039;s first Skywalk and home to a 137 feet statue of Chenrezig making it a Buddhist pilgrimage site. Chenrezig also known as Avalokiteshvara is the early manifestation of Buddha&amp;#039;s compassion. \\r\\n\\r\\nSkywalk opening hours: The opening time of the Pelling Skywalk is 9 am to 6 pm, the 9 hours provided gives ample amount of time for the people to get a chance of enjoying this thrilling walk.\\r\\n\\r\\nSkywalk tickets: Though it is the India&amp;rsquo;s first Skywalk the entrance fee is very reasonable and affordable for everyone.The fee is Rs. 20 for local and Rs. 50 for non-local.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21043\\/sightseeing\\/Chenrezig_Statue_&amp;_Skywalk_21043_1595328128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1349,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"The unique feature of the monastery is that there is an intricately carved wooden structure located on the top floor     displaying a heavenly sphere known as &amp;lsquo;Zangdokpalri&amp;rsquo;.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2582\\/thumb\\/Pemayangtse Monastery_877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":564,\"Title\":\"Ghoom Monastery\",\"Description\":\"Old Ghoom Monastery is the popular name of Yiga Choeling. The monastery belongs to the Gelukpa or the Yellow Hat sect and is known for its 15 feet-high statue of the Maitreya Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/685\\/thumb\\/Ghoom Monastery_40.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44100,\"Title\":\"Mall Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44097,\"Title\":\"Tenzing-Gombu Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44099,\"Title\":\"the Japanese Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44098,\"Title\":\"Tibetan Refugee Self Help Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"381354\",\"Title\":\"Arrival Njp Railway Station \\/ (IXB) Bagdogra Airport and Transfer to Gangtok\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;On arrival at NJP Railway Station \\/ (IXB) Bagdogra Airport, (413 Ft \\/ 126 Mts) board your vehicle to Gangtok (5412 Ft \\/1650Mts, 130 Kms \\/ 04 to 05 Hrs.).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in and overnight at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381355\",\"Title\":\"Tshangu Lake &amp; Baba Mandir Day Excursion\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a delicious breakfast embark on an exciting excursion to Tshangu Lake and New Baba Mandir.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Tshangu Lake, situated at an altitude of 12400Ft\\/3780Mts and 43Kms away, is a mesmerizing sight to behold with its crystal-clear waters surrounded by snow-capped peaks.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The New Baba Mandir, located at an altitude of 13100Ft\\/3994Mts and 16Kms away from Tshangu Lake, is a famous shrine dedicated to Baba Harbhajan Singh, a soldier of the Indian Army who died in 1968.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The journey to both places is equally exhilarating, offering breathtaking views of the surrounding mountains and valleys.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After spending some time at the lake and the shrine, return to the hotel in the evening for a comfortable stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":22767,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381356\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381357\",\"Title\":\"Transfer from Gangtok to Pelling with Ravangla Buddha Park Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast you will be transferred to Pelling.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enroute we will have Ravangla Buddha Park tour. Buddha Park is a must visit place by every traveller. This famous attraction serves as an important landmark to the Buddhist community; it was constructed on account of the 2550th birth anniversary of Lord Gautama Buddha in 2006. And to erect the 130 - foot high statue Ravangla was chosen. This divine comeliness fenced in by lush eco garden also helps promote pilgrimage tourism in Sikkim. Buddha Park is almost entirely covered by tinkers and both international and domestic tourists admiring the scenic charm of the memorial and its surrounding beauty.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In addition, Cho Djo Lake is also located within the complex giving it an added attraction to visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later on we will proceed to Pelling.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in the hotel and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21043,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551486,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Comfort Special Balcony\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44095,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44096,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381358\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21043,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381359\",\"Title\":\"Pelling Half Day Sightseeing &amp; Transfer to Darjeeling\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, set out on a relaxed half-day sightseeing tour of Pelling.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sites To Visit: SKY WALK, Pemayangtse Monastery and Rabdentse Ruins.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Darjeeling (7380 Ft \\/ 2250 Mts, 125 Kms \\/ 05 to 06 Hrs).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17016,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1349,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1407,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381360\",\"Title\":\"Tiger Hill 3 Point &amp; Mixed Point Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Rise and shine! Begin your day with a thrilling adventure to Tiger Hill, Ghoom monastery &amp;amp; Batasia Loop.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After a fulfilling breakfast, get ready for a full day tour of Darjeeling&amp;#39;s most fascinating attractions. We will visit the Himalayan Mountaineering Institute, Padmaja Naidu Zoological Park, and take a Darjeeling Ropeway Ride for breathtaking views.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Don&amp;#39;t miss the opportunity to climb the Tenzing-Gombu Rock and visit the Tibetan Refugee Self Help Centre, the Japanese Temple, and the Peace Pagoda.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End the day with a panoramic view of the Tea Estate before heading back to the hotel by early evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening, take a leisurely stroll along Mall Road for stunning views of Darjeeling or indulge in some shopping at the local market area.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spend the night at the hotel and wake up refreshed for the next day&amp;#39;s adventures.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":402,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":564,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2202,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44100,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1275,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44099,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44098,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1786,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381361\",\"Title\":\"Departure Darjeeling and transfer to Njp Railway Station \\/ (Ixb) Bagdogra Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast proceed to NJP Railway Station \\/ (IXB) Bagdogra Airport (413 Ft \\/ 126 Mts, 100Kms \\/ 03 to 04 Hrs.) for your onward connection.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"52621\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"19528.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19528.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19528.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":19528.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19528.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19528.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":19528.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"19528.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19528.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":19528.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"381354\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[381354],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"381355\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[381355],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381356\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[381356],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"381357\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[381357],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381358\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[381358],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"381359\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[381359],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381360\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[381360],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381361\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[381361],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gangtok,Pelling,Darjeeling','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Pelling,Darjeeling,West Bengal,East India','','10106,21043,7556',19529,19529,5,'',NULL,'[{\"day\":1,\"images\":\"sikkim.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Buddha Park.jpg\"},{\"day\":4,\"images\":\"Rabdentse Ruins.jpg\"},{\"day\":5,\"images\":\"Tiger Hill.jpg\"},{\"day\":6,\"images\":\"Siliguri Airport.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 11:23:14','2023-09-04 00:00:00',1,1,'1','1','0','Sikkim tour package, 5N/6D tour of Sikkim, Himalayan wonders, Explore Sikkim\'s beauty, Majestic Himalayan landscapes, Cultural heritage of Sikkim, Best Sikkim tour itinerary, Sikkim travel guide, Adventure in Sikkim, Sikkim sightseeing attractions','Explore the breathtaking beauty of Sikkim with our 5n/6d tour package \'The Himalayan Wonders\'. Visit the stunning landscapes, ancient monasteries, and experience the unique culture of Sikkim. Book your tour now!','Discover The Himalayan Wonders with our 5N/6D Sikkim Tour Package',NULL,'the-himalayan-wonders-5n/6d',NULL,NULL,NULL,0),(151,52624,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":52624,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/exotic-mysore--coorg_1682923593\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bengaluru\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Exotic Mysore & Coorg\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Heritage,Culture\",\"Validity\":{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142170,\"Name\":\"Sandesh the Prince\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Superior Room\",\"MealTypeName\":\"BB\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":456,\"Title\":\"Dubare Forest\",\"Description\":\"Dubare is known for its elephant camp, a forest camp on the banks of the river Kaveri in the district of Kodagu. It is an important base for the Karnataka Forest Department&amp;#039;s elephants.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3685023,\"Long\":75.9049493,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/289\\/thumb\\/Dubare Forest_58.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":551495,\"Name\":\"Hotel Coorg International\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":456,\"Title\":\"Dubare Forest\",\"Description\":\"Dubare is known for its elephant camp, a forest camp on the banks of the river Kaveri in the district of Kodagu. It is an important base for the Karnataka Forest Department&amp;#039;s elephants.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3685023,\"Long\":75.9049493,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/289\\/thumb\\/Dubare Forest_58.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"381379\",\"Title\":\"Arrival at Bangalore &amp; Transfer from Bangalore to Mysore\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome to Bangalore airport\\/railway station.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get assistance and transfer to Mysore (150 km\\/3.5 hr), popularly known as &amp;#39;The City of Palaces&amp;#39;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check in to your hotel and relax. The evening is free for leisure and own activity.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Have a comfortable overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":142170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Executive Superior 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\":\"381380\",\"Title\":\"Half Day Mysore Sightseeing with Brindavan Garden\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Mysore is the cultural capital of Karnataka with excellent architectures, historical sites, shrines and scenic beauty. Today proceed on a short tour of Mysore city covering Chamundi Hills, Bull Temple, St. Philomena&amp;rsquo;s Church &amp;amp; Brindavan Gardens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the famous Chamundi Hills, 3489ft above the sea levels and highest peak of Mysore housing the Chamundeshwari Temple, known for its amazing architecture and spiritual essence. Get a bird&amp;#39;s view of entire Mysore city from the top of these hills.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Big Bull - about 16 feet in height and 24 feet long, this Nandi atop the Chamundi Hills is the third largest in India, carved in granite, black because of regular anointing with oil and other sacred waters.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the beautiful Gothic architecture of St. Philomena&amp;rsquo;s Church. The twin towers of the church stand majestically at 175 feet, the design resembles St. Patrick&amp;rsquo;s cathedral at New York and Cologne Cathedral.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening visit Krishna Raja Sagara Dam built over the River Cauvery near to the conjunction of three rivers namely, Cauvery, Hemavathi &amp;amp; Lakshmana Thirtha. Get mesmerised by colourful &amp;amp; stunning Brindavan Gardens known for its symmetric design and illuminated terrace gardens. The main attraction at the Brindavan Gardens is the beautiful array of musical fountains. Coupled with laser lights, these fountains are synchronised to music and go live at the time when the garden is lit up.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mysore is also a shopping destination. Explore shopping at the local market. Take home Mysore silk saris, Mysore sandalwood artefacts &amp;amp; handicrafts, incense sticks, coffee, wooden toys and traditional Mysore paintings called Ganjifa paintings. Return back to hotel. Overnight stay at Mysore hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":142170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Executive Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381381\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"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\":\"381382\",\"Title\":\"Transfer from Mysore to Coorg\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast checkout from hotel &amp;amp; and proceed to Coorg (120Kms\\/3Hrs).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Coorg is one of the affluent hill stations of Karnataka and also referred as &amp;quot;The Scotland of India&amp;quot;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check in to your hotel and relax. Evening free for own activity.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"381383\",\"Title\":\"Coorg Half Day Sightseeing Tour - Dubare Elephant Camp &amp; Nisargdhama\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast proceed for half day Coorg Sightseeing. Visit Dubare Elephant Camp &amp;amp; Cauvery Nisargdhama today.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Dubare Elephant Camp - An ideal destination to learn about the various aspects of the history, ecology, and biology of elephants, as well as see a large number of Asiatic elephants stroll through peacefully as they enjoy their natural habitat. Being an elephant camp, the most popular activity is elephant riding. One may also partake in various aspects of caring for and interacting with elephants such as feeding them ragi, jaggery, and bananas, witnessing the bathing of the elephants as they enjoy the river, and watching oil being applied to their body and tusks to protect and enhance them. Apart from this, one can also engage in nature-related activities like bird watching and fishing or opt for adventure experiences like trekking, coracle rides and river rafting.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nisargadharma Island: This is an ecological park which is a popular holiday destination for all nature lovers and is sure to give you a much-needed break from the busy city life. It is equipped with a deer park, a lake for boating, provisions for elephant rides and a small snack shack. You need to pass a small bridge over the joyfully flowing River Kaveri to enter this island, and it can be best enjoyed just post monsoon; when the entire island is brimming with lush greens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed to hotel and relax. Evening free for own activity. Overnight stay at Coorg hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":551495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":456,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"381384\",\"Title\":\"Transfer from Coorg to Bangalore &amp; Departure from Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from the hotel and transfer to Bangalore Airport \\/ Railway station (267km \\/ 6hr) for onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends with lifetime memories.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"52624\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"21735.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21735,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21735,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21735,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"381379\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[381379],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"381380\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[381380],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381381\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[381381],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"381382\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[381382],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381383\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[381383],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"381384\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[381384],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0}}','Mysore,Coorg','Mysore,Karnataka,Indian Subcontinent,South India,India,Coorg','','18821,6879',21735,21735,4,'',NULL,'[{\"day\":1,\"images\":\"Karnataka (1).jpg\"},{\"day\":2,\"images\":\"Karnataka (2).jpg\"},{\"day\":3,\"images\":\"Karnataka (5).jpg\"},{\"day\":4,\"images\":\"Karnataka (4).jpg\"},{\"day\":5,\"images\":\"Karnataka (4).jpg\"}]',2,'',0,'2023-05-01 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-01 00:00:00',1,1,'1','1','0','Mysore and Coorg Heritage Tour, Coorg and Mysore Hill Station Tour, Karnataka Cultural Tour, South India Nature Tour, Mysore Palace and Coorg Plantations Tour, Coorg Wildlife and Mysore History Tour, Abbey Falls Trekking Tour, Coorg Wildlife Sanctuary Tour, Mysore Sightseeing Tour, Book Your Mysore and Coorg Tour Now, Affordable Mysore and Coorg Tour Package','Book our 4N/5D tour package to Mysore and Coorg and discover the breathtaking beauty of these two enchanting destinations in South India. Enjoy the best of culture, history, and nature as you explore the royal city of Mysore and the picturesque hill town of Coorg. Book now to experience an unforgettable journey.','Explore Mysore and Coorg in 4N/5D Tour Package | Book Now',NULL,'exotic-mysore-coorg',NULL,NULL,NULL,0),(152,53006,1,35,0,0,0,'Honeymoon,Family,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":53006,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/explore-magical-spain_1683702409\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Barcelona\",\"DestinationPlacesSysId\":2352,\"SourcePlaces\":\"Madrid\",\"SourcePlaceSysId\":16314,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Explore Magical Spain\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture\",\"Validity\":{\"From\":\"2023-05-10\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16314,\"Title\":\"Madrid\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":126900,\"Name\":\"Travelodge Madrid Torrelaguna Hotel\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.444416641378\",\"Long\":\"-3.6554197643918\",\"Address\":\"Calle Torrelaguna 69 28027 Madrid\"},\"Images\":{\"Image\":[{\"ImagId\":2779961,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/666\\/336\\/TorrelagunaExterior_A.jpg\"},{\"ImagId\":2779962,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/666\\/353\\/Travelodge_Double_Room_A.jpg\"},{\"ImagId\":2779963,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/666\\/371\\/torrelagunabarcafe_A.jpg\"},{\"ImagId\":2779964,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/666\\/393\\/torrelagunabathroom_A.jpg\"}]},\"CityId\":16314,\"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 Travelodge Madrid Torrelaguna in Madrid (Avenida America), you&amp;apos;ll be close to Las Ventas and Madrid Congress Centre.  This hotel is within close proximity of Bullfighting Museum and Parque de Berlin.&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 74 air-conditioned rooms featuring flat-screen televisions. Wireless Internet access (surcharge) keeps you connected, and digital programming is available for your entertainment. Bathrooms have bathtubs or showers and hair dryers. Conveniences include phones, as well as desks and blackout drapes\\/curtains.&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;Make use of convenient amenities, which include complimentary wireless Internet access 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;You can find a meal at a coffee shop\\/caf&eacute; serving guests of Travelodge Madrid Torrelaguna, or stop in at a snack bar\\/deli. 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 express check-in, a 24-hour front desk, and a safe deposit box at the front desk.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/666\\/336\\/TorrelagunaExterior_A.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":44490,\"Title\":\"Las Ventas Bullring\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44491,\"Title\":\"historic city center of Madrid\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44492,\"Title\":\"Plaza de la Villa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44493,\"Title\":\"Plaza Mayor\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44494,\"Title\":\"Plaza de Oriente\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44495,\"Title\":\"Manzanares River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44496,\"Title\":\"Barrio G\\u00f3tico\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44497,\"Title\":\"Pla\\u00e7a del Rei\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44498,\"Title\":\"Pla\\u00e7a de Sant Jaume\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44499,\"Title\":\"Las Ramblas\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44500,\"Title\":\"Cathedral of Barcelona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44501,\"Title\":\"Passeig de Gr\\u00e0cia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44502,\"Title\":\"Gaudi Houses\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44503,\"Title\":\"Casa Batll\\u00f3\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44504,\"Title\":\"Casa Mil\\u00e0\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44505,\"Title\":\"Barceloneta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44506,\"Title\":\"Montju\\u00efc Mountain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44507,\"Title\":\"Tablao Cordob\\u00e9s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":2352,\"Title\":\"Barcelona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":552985,\"Name\":\"Sercotel Porta Barcelona\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":44490,\"Title\":\"Las Ventas Bullring\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44491,\"Title\":\"historic city center of Madrid\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44492,\"Title\":\"Plaza de la Villa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4694,\"Title\":\"Puerta del Sol\",\"Description\":\"The Puerta del Sol is a public square in Madrid, one of the best known and busiest places in the city. This is the centre of the radial network of Spanish roads. The square also contains the famous clock whose bells mark the traditional eating of the Twelve Grapes and the beginning of a new year. The New Year&#039;s celebration has been broadcast live on national television since 31 December 1962.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.4169473,\"Long\":-3.7057172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523956926.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44493,\"Title\":\"Plaza Mayor\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44494,\"Title\":\"Plaza de Oriente\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44495,\"Title\":\"Manzanares River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10937,\"Title\":\"Puerta de Alcal\\u00c3\\u00a1\",\"Description\":\"Located in the center of the Plaza de la Independencia, the Puerta de Alcal&Atilde;&iexcl; is one of the five old royal gates that gave access to the city, built by mandate of Carlos III to replace a previous one dating back to the 16th century. This monumental gate, inaugurated in 1778, is located next to the Retiro Park and it includes streets as prominent as Alcal&Atilde;&iexcl;, Alfonso XII or Serrano, and is one of the tourist icons of Madrid.\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.419992,\"Long\":-3.6887369999999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/2627_1569067288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4699,\"Title\":\"Toledo Bridge\",\"Description\":\"Admire the charming Toledo Stone Bridge across the calm Manzanares River built in a Baroque style in the 17th century. The soothing reflection of the bridge on the crystal clear waters is said to be one of the best views of the Madrid City!\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":40.3996515,\"Long\":-3.717124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16314\\/sightseeing\\/48_1523957761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12082,\"Title\":\"La Sagrada Familia\",\"Description\":\"The Bas&amp;iacute;lica de la Sagrada Fam&amp;iacute;lia, also known as the Sagrada Fam&amp;iacute;lia, is a large unfinished Roman Catholic minor basilica in Barcelona, Catalonia. Designed by Catalan architect Antoni Gaud&amp;iacute;, his work on the building is part of a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/La_Sagrada_Familia_2352_1574316750.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12083,\"Title\":\"Park G&uuml;ell\",\"Description\":\"Eusebi G&amp;uuml;ell was an influential Catalan businessman, member of a bourgeois family in the city. This millionaire served several professions, such as painter, r, chemist and biologist. At the same time, was also a deputy of Catalan, plunge into politics, being created Earl of Alfonso XIII in 1910.\\r\\n\\r\\nG&amp;uuml;ell Gaud&amp;iacute; met the young man in 1878, a year before he was received as an architect. On that occasion, he was struck by a cabinet made by Gaudi for the Universal Exhibition in Paris.\\r\\n\\r\\nFrom the outset established a good relationship and shared tastes and interests. G&amp;uuml;ell Gaud&amp;iacute; could feel unique and innovative spirit. What most interested him was the perception that he had about the nature and its close linkage with the work of man himself for whom something was also interested in chemistry and biology.\\r\\n\\r\\nIn this way become a sort of patron of the architect. Relying on their hands and intellect to design and build works like the Palau G&amp;uuml;ell, Finca and Bodegas G&amp;uuml;ell Pavilions G&amp;uuml;ell, and the Crypt in Colonia G&amp;uuml;ell.\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2352\\/sightseeing\\/Park_G&Atilde;&frac14;ell_2352_1574317187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44496,\"Title\":\"Barrio G\\u00f3tico\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44497,\"Title\":\"Pla\\u00e7a del Rei\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44498,\"Title\":\"Pla\\u00e7a de Sant Jaume\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44499,\"Title\":\"Las Ramblas\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44500,\"Title\":\"Cathedral of Barcelona\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44501,\"Title\":\"Passeig de Gr\\u00e0cia\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44502,\"Title\":\"Gaudi Houses\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44503,\"Title\":\"Casa Batll\\u00f3\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44504,\"Title\":\"Casa Mil\\u00e0\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44505,\"Title\":\"Barceloneta\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44506,\"Title\":\"Montju\\u00efc Mountain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44507,\"Title\":\"Tablao Cordob\\u00e9s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384403\",\"Title\":\"Arrival in Madrid\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in Madrid and check into your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":126900,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Twin 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\":\"384404\",\"Title\":\"Las Ventas Bullring Entrance Ticket and Bullfighting Museum\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Get inside Madrid&amp;#39;s most famous bullfighting stadium, Las Ventas Bullring, with this 45-minute audio-guided tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Learn about the traditions and culture of bullfighting as you see key stadium sites including the network of alleyways lining the main ring and the stands where audiences yell and cheer.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stop by the Door of Madrid (Puerte Grande), where winning bullfighters make their celebratory departure, and get a chance to admire the intricate architecture of this elaborately-designed stadium.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your Madrid bullring tour includes the entrance fee and audio guide.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Continue on at your own pace to the Bullfighting Museum of Madrid and see works such as engravings from the tauromachy of Goya, bullfighters dresses from the twentieth century, a section devoted exclusively to Manolete and a large testimonial sample of the birth of the historic Las Ventas bullring.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":126900,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44490,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384405\",\"Title\":\"Madrid Sightseeing Tour with Prado Museum\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Check in at our office and join us on the first part of the tour, a one hour walking tour through the streets of the historic city center of Madrid. Discover emblematic places you cannot miss! Stroll around Plaza de la Villa, the famous Plaza Mayor, Puerta del Sol and Plaza de Oriente. Then board one of our air-conditioned buses for a ride through the city. Remember to bring your camera or Smartphone! Leave Plaza de Oriente and head to the magnificent Puerta de Toledo. Did you know its construction dates back from the Napoleonic era? See the oldest bridge in Madrid and drive next to the Manzanares River, from where you will have great views of the Royal Palace and the Almudena Cathedral. Pass by Mayor Street, Puerta del Sol square and the Las Cortes quarter on your way to the Paseo del Prado. Admire the architecture of the Old Madrid arriving into the Las Letras Quarter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drive by Cibeles Fountain, where Real Madrid fans celebrate the team victories. Do not miss Puerta de Alcal&amp;aacute;, the most famous of the five ancient gates into the city. The last sights you will see on the tour are the Santiago Bernab&amp;eacute;u stadium through Paseo de la Castellana street and Colon square.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;But no trip to Madrid would be completed without a visit to the Prado Museum. Thus, a local guide will pick you up from our office for a tour to the same. Follow your guide through the Museum on a visit of the most important paintings. Admire great European artworks by el Bosco, el Greco, Velazquez, Goya and Rubens. Discover the aim of the original building and why it changed to hold one of the most important art galleries in the world. The current exhibition holds more than 1.000 paintings of four different centuries.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":126900,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44491,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44492,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4694,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":10937,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384406\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"384407\",\"Title\":\"Fly from Madrid to Barcelona\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today check-out and travel on your own to the Madrid airport to take the flight to Barcelona.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival at Barcelona, the Catalonian capital you will be transfered to hotel and check-in and relax for some time.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Double 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\":\"384408\",\"Title\":\"Barcelona Hop on Hop off Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today you will have the opportunity to experience the city on your pace with the sightseeing Hop on-Hop off tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Barcelona, the capital of Catalonia, is a Mediterranean and cosmopolitan city with Roman remains, medieval quarters and beautiful examples of 20th century Modernism and avant-garde. It is no surprise that emblematic constructions by the Catalan architects Antoni Gaud&amp;iacute; and Llu&amp;iacute;s Dom&amp;eacute;nech i Montaner have been declared World Heritage Sites by the UNESCO. The city&amp;rsquo;s original site, which was surrounded by walls in the Roman period, is today the Barrio G&amp;oacute;tico (Gothic Quarter). Along narrow streets, with small squares and charming corners, you will find civil and religious Gothic constructions, and medieval palaces standing around the impressive cathedral.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Pla&amp;ccedil;a del Rei is a square with an array of spectacular buildings and at the Pla&amp;ccedil;a de Sant Jaume you can find important institutions, such as the Regional Parliament and the City Hall. On the other hand, one of the best places to catch the rhythm of the city is called Las Ramblas, one of the main arteries of the historic quarter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":12082,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12083,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44496,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44497,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44498,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384409\",\"Title\":\"Barcelona Highlights with Sagrada Familia - Flamenco Show\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;For the first part of the activity, enjoy a walking tour of the Born neighborhood and the Gothic Quarter. Stroll down one of the most important streets in the city until you reach the Cathedral of Barcelona. You will have some free time to visit the same on your own. Meet your guide again to continue the walking tour. Walk the narrow streets of the oldest part of the city and discover the many secrets it holds. Marvel at the quaint medieval places hidden to the crowds and learn about their huge historical significance. Did you know the Gothic Quarter shelters the Old Jewish Quarter of Barcelona?&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Follow your guide to Pla&amp;ccedil;a Catalunya to board an air conditioned coach for a panoramic tour through the city. Drive through Passeig de Gr&amp;agrave;cia and admire the most popular Gaudi Houses, Casa Batll&amp;oacute; and Casa Mil&amp;agrave; (La Pedrera). Notice some the most important modernist fa&amp;ccedil;ades. Next, listen to your guide&amp;rsquo;s explanations as we drive near the sea. Discover the changes to the coastline of Barcelona for the Olympic Games in 1992. See the Olympic Port, the beach and the fisherman&amp;rsquo;s quarter from the bus, called Barceloneta.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head to the Montju&amp;iuml;c Mountain, main scenery of the Olympic Games in 1992. Ride the cable car for amazing views over the city. At the end of the tour we will stop in the MNAC viewpoint to see one of the most beautiful panoramic views of the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Between both parts of the tour you will have 1hour of free time for lunch.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Start the tour from our office next to Sagrada Familia. Remember you must check in at least 15 minutes before the starting time of the activity. An experienced guide will pick you up from the office and walk you to the Basilica.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enter the monument and discover the ultimate must-see landmark in Barcelona. Learn about the history and significance of Sagrada Familia by the hand of your local guide. Marvel at the astonishing interior, rich in symbolism inspired on natural wonders. Walk freely around the nave whilst listening to your guide&amp;rsquo;s explanations of Gaud&amp;iacute;&amp;rsquo;s masterpiece on your headsets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Take in all the details of the perfect fusion between architecture and spirituality. Tour the outside fa&amp;ccedil;ades and wonder at the magnificence of details. At the end of your tour you can stay inside Sagrada Familia and visit the museum. An exhibition of drawings, models and pictures narrate the story of the Basilica. The museum also displays information on Gaud&amp;iacute;&amp;rsquo;s life and career. Will you miss it out? Of great international prestige, the Tablao Cordob&amp;eacute;s is one of the most important and well-known flamenco venues in Spain.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy the duende (magic and charm) of an authentic flamenco show. Feel the intimacy, warmth and closeness of this ancient culture. Dive into the experience and free your senses in a unique scenic room. The show gathers no more than 180 people around the stage, resembling a Flamenco family party. In this unique setting this type of flamenco is transmitted in a way that cannot be learned in an academy. The humble wicker chairs you will sit on are a reproduction of the ones present in these gatherings. The vaulted architecture of the room, copy of a cave, allows the characteristic natural sound of flamenco, to come across the space clean and vibrant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The dinner option for the activity consists on a gourmet menu created by the chef Jordi Navarro. Composed of 32 different hot and cold specialities of typical Spanish cuisine.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It is composed of 32 different hot and cold specialities of typical Spanish cuisine. Including famous dishes such as paella, ham, pinchos, tapas and much more. Fulfil all your cravings with 8 desserts from a wide selection of pastries and fruit. Drinks included without limitation (wine, sangria, beer, soft drinks, mineral water and coffee).&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44500,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44501,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44502,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44503,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44504,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44505,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44506,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44507,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384410\",\"Title\":\"Departure from Barcelona\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Today we head back home after a fun filled and wonderful tour. Check-out after breakfast and head for the airport for your flight home. We hope you carry some wonderful and magnificent memories of your holiday and request you to spare a few minutes, in giving us a feedback about your holiday.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53006\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"53458.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-10\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53458.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53458.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53458.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-05-10\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53458.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53458.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53458.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"384403\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[384403],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384404\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[384404],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384405\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[384405],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384406\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384406],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384407\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384407],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384408\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384408],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384409\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[384409],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384410\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[384410],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0}}','Madrid,Barcelona','Madrid,Western Europe,Spain,Barcelona','','16314,2352',53459,53459,6,'',NULL,'[{\"day\":1,\"images\":\"Spain (9).jpg\"},{\"day\":2,\"images\":\"Spain (1).jpg\"},{\"day\":3,\"images\":\"Spain (6).jpg\"},{\"day\":4,\"images\":\"Spain (5).jpg\"},{\"day\":5,\"images\":\"Spain (3).jpg\"},{\"day\":6,\"images\":\"Spain (8).jpg\"},{\"day\":7,\"images\":\"Spain (4).jpg\"}]',2,'',0,'2023-05-10 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'Spain','199','2023-06-23 17:13:07','2023-05-10 00:00:00',1,1,'1','1','0','Spain tour package , Spain 6 nights/7 days tou package, Best Spain tour package, Unforgettable Spain vacation, Explore Spain\'s highlights, Top attractions in Spain, Authentic Spanish experience, Guided tour of Spain, Spain sightseeing package, Affordable Spain travel package, Spain holiday package, Spain adventure tour, Spain group tour','Embark on an unforgettable journey through the enchanting landscapes and vibrant cities of Spain with our Explore Magical Spain tour package. Immerse yourself in the rich culture, indulge in delicious cuisine, and explore iconic landmarks. Book your 6-night adventure now!','Book Spain Tour Package For 6 Nights/7 Days',NULL,'explore-magical-spain',NULL,NULL,NULL,0),(153,53054,1,35,1,0,0,'Honeymoon,Family,Cruise,Hill Station,Culture,Shopping and Nightlife,Group Tours,Luxury Tours,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":53054,\"IsCF\":1,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/wonders-of-europe_1683791403\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#000000&quot;&gt;Highlights&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Stay in good 4 star hotels in Europe&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Continental Breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;11 Indian Jain\\/Vegetarian\\/Non-Vegetarian Lunches&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;12 Indian Jain\\/Vegetarian\\/Non-Vegetarian Dinners&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Transfers and Tours by Luxury AC Coach&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10% additional discount at McArthurGlen Shopping Outlet&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Schengen Visa Charges and Travel Insurance Included&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guaranteed Schengen Visa Appointments&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of a English\\/Hindi Experienced Tour Manager&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Milan\",\"DestinationPlacesSysId\":17686,\"SourcePlaces\":\"Paris\",\"SourcePlaceSysId\":20822,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Wonders Of Europe\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,All Meals,Sightseeing,Guided Tours,Visa,Cruise,All Transfers\",\"PackageType\":\"Honeymoon,Family,Cruise,Hill Station,Culture,Shopping and Nightlife,Group Tours,Luxury Tours,River Cruises\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":379089,\"Name\":\"Novotel Massy Palaiseau\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.718586\",\"Long\":\"2.263963\",\"Address\":\"18-20 Rue Emile Baudot  91120 PALAISEAU  FR, 91120\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"The hotel is located 800 m from the RER and TGV train station, 12 km south of Paris. It is close to a number of businesses, making it an ideal accommodation for business trips to Massy Palaiseau. Close to the A6 and A10 motorways, the hotel is also a great place for a family vacation. It offers 147 quiet guestrooms, 8 meeting rooms for conferences with up to 150 participants, and an array of other amenities and services which guests will find useful. Guests can relax and enjoy various refreshments in the hotel&#039;s bar and caf&Atilde;&copy; while the restaurant provides on-site dining 24 hours a day. Visitors of all ages are sure to enjoy the outdoor swimming pool. The hotel also has a well-tended garden where guests can relax with a book or enjoy a walk.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/09\\/098930\\/098930a_hb_ba_002.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":28260,\"Title\":\"Utrecht\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553114,\"Name\":\"Fletcher Hotel-Restaurant Amersfoort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Stichtse Rotonde 11, 3818 GV Amersfoort, Netherlands\"},\"Images\":{\"Image\":[{\"ImagId\":4825705,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_01684580135.jpg\"},{\"ImagId\":4825706,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_11684580135.jpg\"},{\"ImagId\":4825707,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_21684580136.jpg\"},{\"ImagId\":4825708,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_31684580136.jpg\"},{\"ImagId\":4825709,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_41684580137.jpg\"}]},\"CityId\":28260,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553114\\/35_d6a223813ef8eaadaf45f85877b85bae1684580134.jpg\",\"AccoAminitiesMask\":\"111000001000100101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":11878,\"Title\":\"Heppenheim\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":98290,\"Name\":\"Michel Hotel Heppenheim\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"49.6428088\",\"Long\":\"8.6440098\",\"Address\":\"Siegfriedstra&szlig;e 1 64646 Heppenheim\"},\"Images\":{\"Image\":[{\"ImagId\":2148199,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/251\\/44390b_A.jpg\"},{\"ImagId\":2148200,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/255\\/44390e_A.jpg\"},{\"ImagId\":2148201,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/259\\/44390i_A.jpg\"},{\"ImagId\":2148202,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/267\\/44390m_A.jpg\"},{\"ImagId\":2148203,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/271\\/44390o_A.jpg\"},{\"ImagId\":2148204,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/275\\/44390r_A.jpg\"},{\"ImagId\":2148205,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/311\\/44390ro123901_A.jpg\"},{\"ImagId\":2148206,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/907\\/338\\/44390ro129626_A.jpg\"},{\"ImagId\":2148207,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/283\\/44390s_A.jpg\"},{\"ImagId\":2148208,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/287\\/44390x_A.jpg\"},{\"ImagId\":2148209,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/315\\/44390ro123902_A.jpg\"},{\"ImagId\":2148210,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/299\\/44390w_A.jpg\"},{\"ImagId\":2148211,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/303\\/44390y_A.jpg\"},{\"ImagId\":2148212,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/307\\/44390a_A.jpg\"},{\"ImagId\":2148213,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/279\\/44390ro123905_A.jpg\"}]},\"CityId\":11878,\"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 Heppenheim an der Bergstrasse, Michel Hotel Heppenheim is within the vicinity of Lorsch Abbey and Evangelische Kirche Rimbach.  This hotel is within the vicinity of Rimbacher Rathaus and Evangelische Kirche Zotzenbach.&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 111 air-conditioned rooms featuring flat-screen televisions. High-speed (wired) 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 desks, housekeeping is provided daily, and cribs\\/infant beds (complimentary) 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;Make use of convenient amenities such as wireless Internet access (surcharge), a hair salon, and shopping on site. This hotel also features a television in a common area 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;Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily for a fee.&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. Planning an event in Heppenheim an der Bergstrasse? This hotel has 1076 square feet (100 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and extended parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/65\\/760\\/251\\/44390b_A.jpg\",\"AccoAminitiesMask\":\"100000000000010000\",\"AccoAminities\":[{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":30548,\"Title\":\"Zurich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553115,\"Name\":\"Sihlpark Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Chaltenbodenstrasse 16, 8834 Schindellegi, Switzerland\"},\"Images\":{\"Image\":[{\"ImagId\":4825696,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553115\\/35_01684578198.jpg\"},{\"ImagId\":4825697,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553115\\/35_11684578198.jpg\"},{\"ImagId\":4825698,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553115\\/35_21684578199.jpg\"},{\"ImagId\":4825699,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553115\\/35_31684578199.jpg\"}]},\"CityId\":30548,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553115\\/35_4762586c90d12b21ffee9504679c2af51684578197.jpg\",\"AccoAminitiesMask\":\"111000001000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":12747,\"Title\":\"Innsbruck\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":103213,\"Name\":\"Alphotel Innsbruck\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"47.264997187777\",\"Long\":\"11.428849697113\",\"Address\":\"Bernhard-H&ouml;fel-Stra&szlig;e 16 6020 Innsbruck\"},\"Images\":{\"Image\":[{\"ImagId\":2248557,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/752\\/Reception_A.jpg\"},{\"ImagId\":2248558,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/37\\/390\\/282\\/Guest_Room_A.jpg\"},{\"ImagId\":2248559,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/764\\/Restaurant9_A.jpg\"},{\"ImagId\":2248560,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/760\\/Restaurant_A.jpg\"},{\"ImagId\":2248561,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/776\\/Breakfast_A.jpg\"},{\"ImagId\":2248562,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/748\\/Exterior_Winter_C.jpg\"},{\"ImagId\":2248563,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/768\\/Business_Room_A.jpg\"}]},\"CityId\":12747,\"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 Alphotel in Innsbruck (Amras), you&amp;apos;ll be minutes from DEZ Shopping Center and close to Tyrolean Provincial Museum.  This 4-star hotel is within close proximity of Ambras Castle and Lake Baggersee.&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 136 air-conditioned rooms featuring minibars and flat-screen televisions. 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 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;Pamper yourself with a visit to the spa, which offers massages. You&amp;apos;re sure to appreciate the recreational amenities, including a sauna and bicycles to rent. This hotel also features complimentary wireless Internet access, ski storage, and shopping on site.&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 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. A complimentary hot\\/cold 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 complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Planning an event in Innsbruck? This hotel has 3229 square feet (300 square meters) of space consisting of a conference center and meeting rooms. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/722\\/752\\/Reception_A.jpg\",\"AccoAminitiesMask\":\"111000100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":32390,\"Title\":\"Padova\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553116,\"Name\":\"UNAWAY Hotel Occhiobello\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Via Eridania, 36, 45030 Santa Maria Maddalena RO, Italy\"},\"Images\":{\"Image\":[{\"ImagId\":4825700,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_01684578982.jpg\"},{\"ImagId\":4825701,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_11684578983.jpg\"},{\"ImagId\":4825702,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_21684578983.jpg\"},{\"ImagId\":4825703,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_31684578984.jpg\"},{\"ImagId\":4825704,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_41684578984.jpg\"}]},\"CityId\":32390,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553116\\/35_fc6eda537ea71753ea2eac60bf6e31a01684578982.jpg\",\"AccoAminitiesMask\":\"111010001010100001011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":1373,\"Title\":\"Arezzo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":28731,\"Name\":\"Hotel Planet\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.371521\",\"Long\":\"11.876284\",\"Address\":\"Loc. Rigutino Est 161\\/162 52100 Arezzo\"},\"Images\":{\"Image\":[{\"ImagId\":670313,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_48_t.jpg\"},{\"ImagId\":670314,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_49_t.jpg\"},{\"ImagId\":670315,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_50_t.jpg\"},{\"ImagId\":670316,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_51_t.jpg\"},{\"ImagId\":670317,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_52_t.jpg\"},{\"ImagId\":670318,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_53_t.jpg\"},{\"ImagId\":670319,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_54_t.jpg\"},{\"ImagId\":670320,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_55_t.jpg\"},{\"ImagId\":670321,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_56_t.jpg\"},{\"ImagId\":670322,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_58_t.jpg\"},{\"ImagId\":670323,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_59_t.jpg\"},{\"ImagId\":670324,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_47_t.jpg\"},{\"ImagId\":670325,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_61_t.jpg\"},{\"ImagId\":670326,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_76_t.jpg\"},{\"ImagId\":670327,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_77_t.jpg\"},{\"ImagId\":670328,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_62_t.jpg\"},{\"ImagId\":670329,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_64_t.jpg\"},{\"ImagId\":670330,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_65_t.jpg\"},{\"ImagId\":670331,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_66_t.jpg\"},{\"ImagId\":670332,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_67_t.jpg\"},{\"ImagId\":670333,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_68_t.jpg\"},{\"ImagId\":670334,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_69_t.jpg\"},{\"ImagId\":670335,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_70_t.jpg\"},{\"ImagId\":670336,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_71_t.jpg\"},{\"ImagId\":670337,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_72_t.jpg\"},{\"ImagId\":670338,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_74_t.jpg\"},{\"ImagId\":670339,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_75_t.jpg\"},{\"ImagId\":670340,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_78_t.jpg\"}]},\"CityId\":1373,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Planet in Arezzo, you&amp;apos;ll be connected to a shopping center and within the vicinity of Cassero Tower and Archaeological Museum.  This 4-star hotel is within the vicinity of Vasari Loggia and Municipal 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 94 individually furnished guestrooms, featuring refrigerators and minibars. Wired and wireless Internet access is complimentary, while 56-cm LCD televisions with satellite programming provide entertainment. Private bathrooms with shower\\/tub combinations feature jetted bathtubs and complimentary toiletries. 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;Relax and unwind with body treatments and facials. You can take advantage of recreational amenities such as a sauna and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and wedding 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 bite to eat at a coffee shop\\/caf&eacute;, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours). 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 complimentary high-speed (wired) Internet access, a business center, and express check-in. Planning an event in Arezzo? This hotel has 2500 square feet (232 square meters) of space consisting of a conference center and meeting rooms. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/1000000\\/930000\\/921100\\/921015\\/921015_48_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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-&Atilde;&permil;lys&Atilde;&copy;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c3\\u2030toile\",\"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&Atilde;&sect;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12612,\"Title\":\"City tour with a local guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44549,\"Title\":\"Grand Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44551,\"Title\":\"Photograph at the Atomium\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44550,\"Title\":\"St. Michael\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28260,\"CityName\":\"Utrecht\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44552,\"Title\":\"Keukenhof Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11878,\"CityName\":\"Heppenheim\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44555,\"Title\":\"Boat ride at the Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44554,\"Title\":\"Heart of the Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44553,\"Title\":\"Mercedes Benz Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44556,\"Title\":\"Aletsch Glacier\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42640,\"Title\":\"Ice Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34394,\"Title\":\"Jungfraujoch - Top of Europe\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.5474555,\"Long\":7.9852835,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":42641,\"Title\":\"Sphinx observatory deck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44557,\"Title\":\"Cliff Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44560,\"Title\":\"Kapell Brucke\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44559,\"Title\":\"Lion Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44558,\"Title\":\"Orientation tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12716,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":12669,\"Title\":\"VADUZ\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44561,\"Title\":\"Boat ride over the Giudecca Canal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44563,\"Title\":\"Bridge of Sighs\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44562,\"Title\":\"St Mark\\u2019s Basilica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44564,\"Title\":\"Duomo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44565,\"Title\":\"Florence\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44566,\"Title\":\"Piazza Della Signoria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44569,\"Title\":\"Basilica of St. Peter\\u2019s\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44567,\"Title\":\"guided city tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44570,\"Title\":\"Trevi Fountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44568,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44573,\"Title\":\"Galleri Vittorio Emanuelle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44574,\"Title\":\"gelato\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1373,\"CityName\":\"Arezzo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384738\",\"Title\":\"Arrive Into Paris - The City Of Romance, Lights And Glamour\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome! Today we board our flight to one of the most beautiful &amp;amp; fashionable city - Paris. Get greeted by your Friendly Travel Professional on arrival, who will later escort you to your hotel and assist with your check in. After check in relax in the comfort of your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Paris.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":379089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":\"384739\",\"Title\":\"Guided City Tour Of Paris. Visit To Eiffel Tower 2nd Level. Enjoy A Romantic Cruise On The River Seine.\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today we proceed for a guided city tour of Paris. Marvel at the finest Parisian tourist attractions, Place Vend&amp;ocirc;me, Place de l&amp;rsquo;Op&amp;eacute;ra Garnier, Mus&amp;eacute;e d&amp;rsquo;Orsay, Place de la Concorde, Champs Elys&amp;eacute;es, one of the most recognised fashionable avenues in the world, Arc de Triomphe, Alexander Bridge, Les Invalides and several others. Next we visit the iconic Eiffel Tower &amp;ndash; 2nd Level, and get a stunning view of the city from the top. With its famous tapering cast iron tip, the Eiffel Tower is not just the symbol of Paris but of all of France. Next we take a romantic cruise down the river Seine, one of the world&amp;rsquo;s most scenic cruise, flanked by exquisite monuments like Notre Dame, Eiffel Tower, Louvre, Orsay Museum and many more. Gliding under one bridge to one another with a view of the finest monuments in the heart of bustling Paris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Paris.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":379089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":9756,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12612,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4381,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384740\",\"Title\":\"Enjoy Your Fun Filled Day At Disneyland&reg; Paris\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;This day experience a day full of excitement at this popular amusement park. The destination to relax and enjoy different kind of thrill rides and studio movies with your loved ones. You may choose between Disney Parks, where fairy tales take flight across five incredible lands filled with classic attractions, shows and street parades with Disney Characters OR you may visit the Walt Disney Studios Park and be astounded by the outstanding stunt shows, watch a film being made and see real-life sets used for creating blockbuster movies.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Paris.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":379089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":3155,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384741\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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\":\"384742\",\"Title\":\"Onto Brussels. Visit Grand Place And Manneken Pis Statue Photo Stop At Atomium\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today we proceed to Brussels, Headquarters of the European Union and capital of Belgium. On arrival in Brussels we visit one of Europe&amp;rsquo;s most beautiful squares, the Grand Place, home to the medieval Town Hall and the fabled Manneken Pis statue. Drive past St. Michael&amp;rsquo;s Church and stop for a photograph at the Atomium. Later we proceed to Netherlands where we stop for overnight stay.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Netherlands.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28260,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553114,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44549,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44551,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44550,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384743\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28260,\"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\":\"384744\",\"Title\":\"Explore Amsterdam With Canal Cruise\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Check out and proceed to the Dutch capital Amsterdam. Relax in your coach as we proceed to the city of Lisse to tour the legendary Keukenhof Gardens (till 15th May). Be astounded by the vast numbers of tulips, daffodils and hyacinths, that create dazzling ranges of colour. From 16th May we visit Madurodam a miniature park to see a range of perfect 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. Feel like a giant amidst models of palaces, canals, windmills, harbours, airport and other Holland attractions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Board a glass-topped boat where you will experience the best of this historical city. Thrive on the city&amp;rsquo;s vibrant past with its 1,000 bridges and quaint old houses. We then drive towards Cologne, a 2000 years old city spanning the Rhine river and famous for Eau de Cologne.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Germany.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11878,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":98290,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44552,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384745\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11878,\"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\":\"384746\",\"Title\":\"See The Mercedez Museum. Travel To The Heart Of The Black Forest. See The Largest Waterfall In Switzerland - The Rhine Falls\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Check out, relax in your coach as today&amp;rsquo;s day will be a charming experience for any car enthusiast. We will be visiting the Mercedes Benz Museum which covers history of the Mercedes-Benz brand and the brands associated with it till date. (On Monday&amp;rsquo;s when the museum is closed, you will be taken on a boat ride at the Rhine Falls) Later continue your drive to the heart of the Black Forest, known for its dense, evergreen forests and picturesque villages. You will be enthralled at the scenic beauty of the quaint villages in the heart of Black Forest region. Witness a demonstration of how cuckoo clocks are made. Sit back and enjoy the scenic drive towards Switzerland. Visit Schaffhausen, where you see the magnificent Rhine Falls &amp;ndash; Europe&amp;rsquo;s biggest and most spectacular falls. Incase of museum being closed, we will be opting for a thrilling experience at Rhine Falls with a boat ride. Witness the magnificent falls as we sail upclose to the falls. Later drive to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Zurich&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553115,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44555,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44554,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44553,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384747\",\"Title\":\"A Magical Alpine Excursion To The Top Of Europe\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Get set for a memorable magical alpine excursion to Jungfraujoch &amp;ndash; The Top of Europe, a high&amp;ndash;point of your tour. This tour is not included and can be added at extra cost. First we proceed to Grindelwald Terminal. The new 3S-Bahn Eiger Express takes you from the Grindelwald Terminal to the Eigergletscher station in just 15 minutes. There you board a cogwheel train to reach the highest railway station in Europe at 11,333 feet &amp;ndash; a world of eternal ice and snow. Visit the Ice Palace where artistes create their work of art in ice. Visit the Sphinx observatory deck to experience a breath-taking panoramic view of the longest glacier in the Alps - Aletsch Glacier.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Central Switzerland.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553115,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44556,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42640,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34394,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42641,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384748\",\"Title\":\"Visit Mt. Titlis- Enjoy The World&rsquo;s First Rotating Cable Car, The Rotair &ndash; To The Top Of Mt. Titlis At 3,020 Metres\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today enjoy amazing scenery, a once in a lifetime experience with an exhilarating trip to the top of Mt Titlis at 3020 metres on various cable cars including Rotair, the world&amp;rsquo;s first revolving cable car. Get a breath taking unrestricted 360 degrees stunning view of the dazzling snow caped peak, deep crevasses and pristine white snow fields, dotted with massive ice boulders from every angle. Do not forget to visit the &amp;ldquo;Cliff Walk&amp;rdquo; the highest suspension bridge in Europe along the cliff of Mt.Titlis. Later proceed on an orientation tour of Lucerne one of most beautiful cities in Switzerland. Visit the Lion Monument, Kapell Brucke with some free time to shop for famous Swiss watches, knives and chocolates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Central Switzerland.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553115,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44557,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44559,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4383,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44558,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384749\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"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\":\"384750\",\"Title\":\"Drive To Innsbruck &ndash; The Tyrolean Capital Of Picturesque Austria.\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Relax in your coach as you take a scenic drive to Innsbruck. En route arrive in Vaduz, the capital of Liechtenstein, a tiny principality nestled between Switzerland and Austria. It lies entirely within the Alps and covering an area of just sixty-two square miles. Liechtenstein is the sixth smallest independent nation in the world. It follows a policy of neutrality and is one of the few countries in the world that maintains no military. Next proceed to Wattens, to visit the Swarovski World of Crystals and marvel at the crystalline works of art. Later enjoy an orientation tour of the beautiful city, Innsbruck. See the Golden Roof with its fire gilded copper tiles, a characteristic landmark of Innsbruck, walk down cobblestone pathways of Maria Theresien Strasse. You can sit at one of the many outdoor cafes, admire the magnificent baroque architecture and relive medieval European culture. The splendid Alps in the background provide a perfect picture-postcard setting.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Innsbruck.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":103213,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":12669,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384751\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"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\":\"384752\",\"Title\":\"Welcome To Venice - The Floating City Of Italy\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Check out of your hotel and proceed towards Venice &amp;ndash; Italy. City of Beautiful Monuments, Serpentine Canals, city that inspired poetry and passion through the ages. Arrive at the pier in Venice, where we board a private boat. Enjoy your ride while you sail over the Giudecca Canal, to arrive at St. Mark&amp;rsquo;s Square &amp;ndash; the main square of Venice. View St Mark&amp;rsquo;s Basilica - one of the best examples of Byzantine architecture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness the famed Bell Tower and Clock Tower with the dominant sign of the Zodiac and current phase of the moon. See the Bridge of Sighs, made of white lime stone, that passes over the Rio di Palazzo, connecting the old prisons with interrogations rooms at the Doge&amp;rsquo;s Palace. Treasure a romantic Gondola ride in a flat bottomed Venetian rowing boat, amidst the stunning backdrop of baroque buildings. This truly is the best way to enjoy this enchanting city. We return to the pier and later check in to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Padova.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32390,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553116,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44561,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44563,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44562,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384753\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32390,\"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\":\"384754\",\"Title\":\"View The Remarkable And Famous Leaning Tower Of Pisa\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;This morning check out and drive to Florence &amp;ndash; the cradle of the Renaissance. View the Duomo &amp;ndash; the city&amp;rsquo;s most iconic landmark, the Campanile and the Baptistery with its Gates to Paradise. Also see the Piazza Della Signoria &amp;ndash; an open-air museum crammed with Renaissance sculptures, edged by historic cafes and presided over by the magnificent Palazzo Vecchio and the famed Ponte Vecchio (bridge) across the River Arno. Next, drive to Piazzale Michelangelo to get a spectacular panoramic view of the city. Later proceed towards Pisa. On arrival see the Square of Miracles with the stupendous Leaning Tower of Pisa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Florence region.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44564,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44565,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44566,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384755\",\"Title\":\"All Roads Lead To Rome &ndash; The Eternal City\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":12,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today check-out and proceed towards the eternal city of Rome. Enjoy a guided city tour of Rome with an expert English-speaking local guide. Next visit the Vatican City &amp;ndash; the smallest country in the world (Please note shorts or sleeveless vests are not allowed). Visit the divinely beautiful basilica of St. Peter&amp;rsquo;s. Get mesmerized by the works of Michelangelo and Bernini. We continue and then drive to view the magnificent Colosseum, a vast amphitheatre that is still well preserved. Next, Visit the beautiful Trevi Fountains. The Legend says that tossing a coin over your shoulder gets you back to Rome. Later we drive back to Arezzo for overnight stay.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Arezzo.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":44569,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44567,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44570,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44568,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384756\",\"Title\":\"Sightseeing In Milan - Fly Back Home\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today morning after breakfast we will drive towards Milan. Upon reaching Milan we will spend time visiting the magnificient Duomo (from outside). It is a sight to capture and remember. We will also spend some time at the Galleri Vittorio Emanuelle. Time permitting you can also have some famous gelato (at own cost).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later we make our way for the Airport with pleasant memories of your European trip which you will cherish for a lifetime.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1373,\"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\":44573,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44574,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53054\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"288968.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"288968.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":288968.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":288968.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"288968.90\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":288968.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":288968.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"384738\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[384738],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384739\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[384739],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384740\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[384740],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384741\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384741],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384742\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384742],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384743\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384743],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384744\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384744],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384745\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[384745],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384746\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[384746],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384747\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[384747],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384748\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[384748],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384749\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[384749],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384750\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[384750],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384751\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[384751],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384752\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[384752],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384753\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[384753],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384754\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[384754],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384755\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[384755],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"384756\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[384756],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Paris,Utrecht,Heppenheim,Zurich,Innsbruck,Padova,Arezzo','Paris,Western Europe,France,Utrecht,Netherlands,Heppenheim,Germany,Zurich,Europe,Switzerland,Innsbruck,Eastern Europe,Austria,Padova,Italy,Arezzo,Milan','','20822,28260,11878,30548,12747,32390,1373',288969,288969,12,'',NULL,'[{\"day\":1,\"images\":\"paris.jpg\"},{\"day\":2,\"images\":\"europe (7).jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"brussels.jpg\"},{\"day\":5,\"images\":\"europe (8).jpg\"},{\"day\":6,\"images\":\"europe.jpg\"},{\"day\":7,\"images\":\"europe (1).jpg\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"europe (3).jpg\"},{\"day\":11,\"images\":\"europe (2).jpg\"},{\"day\":12,\"images\":\"europe (5).jpg\"},{\"day\":13,\"images\":\"europe (4).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'France,Netherlands,Germany,Switzerland,Austria,Italy','76,154,83,210,14,107','2023-09-04 11:20:39','2023-09-04 00:00:00',1,1,'1','1','0','','','',NULL,'wonders-of-europe','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (154,53276,1,35,1,0,0,'Wildlife,Family,Religious,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":53276,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/dwarka-somnath-gir-tour-package_1684129031\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Ahmedabad\",\"DestinationPlacesSysId\":296,\"SourcePlaces\":\"Ahmedabad\",\"SourcePlaceSysId\":296,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Ahmedabad Dwarka Somnath Gir Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Wildlife,Family,Religious,Heritage\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":296,\"Title\":\"Ahmedabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553745,\"Name\":\"Kanak Beacon Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"110000000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":12,\"Title\":\"Adalaj Stepwell\",\"Description\":\"Adalaj Stepwell is located in the village of Adalaj and built in 1499 by Queen Rudabai, this stepwell served as a place for relaxation for pilgrims and caravans in the earlier years. It was constructed in Indo-Islamic architectural style, with the belief that villagers would visit the well to collect water, offer their prayers to deities carved on the walls and rest for some time. The walls are beautifully carved with scenes of women churning buttermilk, kings, dancers and musicians. Since direct sunlight does not reach the interiors of the stepwell or vav, the temperature is apparently six degrees cooler than the outside. A unique feature of this  stepwell of Gujarat, that this is the only one with three entrance stairs.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.1682064,\"Long\":72.5866107,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Adalaj_Stepwell_296_1518613394.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":693,\"Title\":\"Hutheesing Jain Temple\",\"Description\":\"Hutheesing Jain Temple is considered to be one of the architectural masterpieces in Ahmedabad,  famous for its architecture and unique design that consists of intricate carvings as the main aesthetic element. The temple was built in 1848 AD by Seth Hutheesing, as a dedication to the 15th Jain Trithanakara called Dharmnath. Home to 52 shrines, each consists of an image of a tirthankara. Made from beautiful white marble, it is a delight to see. \\r\\nThe layout of the temple makes it one of the most beautiful temples in the country and is well worth a visit, has a dome on the main front and carved galleries on the other side.It also have the Mahavir Stambha (about 78 ft tall) that stands right at the entrance of the temple.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0396505,\"Long\":72.5922008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Hutheesing_Jain_Temple_296_1518608614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3806,\"Title\":\"Kankaria Lake\",\"Description\":\"Kankaria Lake is the largest lake in Ahmedabad, a 550 years old artificial lake, built in 15th century by  the Sultan Qutbuddin . The lake is an ideal picnic spot for families as the lakefront has been developed by the Ahmedabad city governments  into an entertainment  zone. This Lakefront offers some of the best facilities like tethered balloon safari, train ride, ultra-modern high-speed rides, water park, zoo, kid&amp;rsquo;s city, food stall, butterfly park, aquarium and many other entertainment facilities. Every year in the month of December, a week-long festival, Kankaria Carnival kicks off celebrating the cultural and historical heritage of Ahmedabad.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0062573,\"Long\":72.6025503,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Kankaria_Lake_296_1519366438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44830,\"Title\":\"Sabarmati Riverfront\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44829,\"Title\":\"Sardar Vallabhbhai Patel Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44828,\"Title\":\"Sarkhej Roza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3800,\"Title\":\"Siddi Sayed Mosque\",\"Description\":\"Siddi Sayed Mosque is one of the most photographed monuments, and an iconic landmark in Ahmedabad. Famous for its unique window designs, it was built in 1573 towards end of the Gujarat Sultanate, under the Mughal rule. The carved jaalis in the windows of the western wall are known worldwide. The major highlight of this mosque catches the attention of almost every tourist is the lattice work that resembles the famous &amp;#039;tree of life&amp;quot; motif with intertwined trees and foliage. Logo of the prestigious educational institute, Indian Institute of Ahmedabad, is based on this motif too. The carvings look like fine lace filigree work, well appreciated as it has been done with excellent delicacy.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.026985,\"Long\":72.580993,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Siddi_Sayed_Mosque_296_1519650650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5819,\"Title\":\"Gita Temple\",\"Description\":\"The beautifully capturing white marble structure has depiction of the hymns of the Gita intricately engraved on the walls. this marvelous architecture beauty is constructed in such a manner that visitors can here their voice - as an echo - inside the temple.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8869787,\"Long\":70.4154807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Gita_Temple_34517_1528786333.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5814,\"Title\":\"Parshuram Temple\",\"Description\":\"One of the rare temple dedicated to Lord Parshuram.  It is believed, that it was here that lord Shiva finally relieved Parshuram of his curse.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8879934,\"Long\":70.4011621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Parshuram_Temple_34517_1528785300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5809,\"Title\":\"Triveni Sangam Temple,\",\"Description\":\"Triveni Sangam is believed to be a very sacred Moksha Tirtha for Hindus. this point is the meeting point of river Hiran, Kapila, and Saraswati. People believe that a dip in the river at this holy ghat cleanses the body and spirit of all sins committed in his life. The Laxminarayan and Gita Temple are located on the shores of the ghats.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8814221,\"Long\":70.413809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Triveni_Sangam_Temple,__34517_1528784537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44831,\"Title\":\"Crocodile breeding farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44832,\"Title\":\"Gir Information centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/71779\\/sightseeing\\/35_1684566160.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2430,\"Title\":\"Devaliya Safari Park (Gir Interpretation Zone)\",\"Description\":\"Devalia Safari Park also known as &amp;ldquo;Gir Interpretation Zone&amp;rdquo;, is the establishment of particular eco-tourism zone to minimize overload of tourists from Gir Forest Visit and to offer whole wildlife of Gir at single place in safe habitats. This Zone comprises of 412 Ha Chain linked fences area which is regarded as &amp;lsquo;Gir in a nutshell&amp;rsquo; covering all habitat types and wildlife of Gir. The basic motive of creating this facility is to provide an opportunity of viewing lions and other animals in their natural habitat within a short period of time at cheaper rates. There are animals like Asiatic lions, Leopards, Blue Bull, Sambhar, Chital, Black buck, Wild Boar etc. The presence of Savana habitat and rare birds is also another attraction of the area.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":21.1693505,\"Long\":70.5032763,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Devaliya_Safari_Park_(Gir_Inte_34517_1519388353.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34523,\"Title\":\"Dwarka\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553747,\"Name\":\"The Fern Sattva Resort Dwarka\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Baradia Village, Dwarka Taluka, Dwarka \"},\"Images\":{\"Image\":[{\"ImagId\":4825691,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_01684570149.jpg\"},{\"ImagId\":4825692,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_11684570149.jpg\"},{\"ImagId\":4825693,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_21684570150.jpg\"},{\"ImagId\":4825694,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_31684570150.jpg\"},{\"ImagId\":4825695,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_41684570151.jpg\"}]},\"CityId\":34523,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553747\\/35_8dfdf5f1b3dab11f3c61051003ed0f181684570148.jpg\",\"AccoAminitiesMask\":\"111111100000110100001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Winter Green Room Double\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Winter Green Room Double\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":12,\"Title\":\"Adalaj Stepwell\",\"Description\":\"Adalaj Stepwell is located in the village of Adalaj and built in 1499 by Queen Rudabai, this stepwell served as a place for relaxation for pilgrims and caravans in the earlier years. It was constructed in Indo-Islamic architectural style, with the belief that villagers would visit the well to collect water, offer their prayers to deities carved on the walls and rest for some time. The walls are beautifully carved with scenes of women churning buttermilk, kings, dancers and musicians. Since direct sunlight does not reach the interiors of the stepwell or vav, the temperature is apparently six degrees cooler than the outside. A unique feature of this  stepwell of Gujarat, that this is the only one with three entrance stairs.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.1682064,\"Long\":72.5866107,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Adalaj_Stepwell_296_1518613394.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":693,\"Title\":\"Hutheesing Jain Temple\",\"Description\":\"Hutheesing Jain Temple is considered to be one of the architectural masterpieces in Ahmedabad,  famous for its architecture and unique design that consists of intricate carvings as the main aesthetic element. The temple was built in 1848 AD by Seth Hutheesing, as a dedication to the 15th Jain Trithanakara called Dharmnath. Home to 52 shrines, each consists of an image of a tirthankara. Made from beautiful white marble, it is a delight to see. \\r\\nThe layout of the temple makes it one of the most beautiful temples in the country and is well worth a visit, has a dome on the main front and carved galleries on the other side.It also have the Mahavir Stambha (about 78 ft tall) that stands right at the entrance of the temple.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0396505,\"Long\":72.5922008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Hutheesing_Jain_Temple_296_1518608614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3806,\"Title\":\"Kankaria Lake\",\"Description\":\"Kankaria Lake is the largest lake in Ahmedabad, a 550 years old artificial lake, built in 15th century by  the Sultan Qutbuddin . The lake is an ideal picnic spot for families as the lakefront has been developed by the Ahmedabad city governments  into an entertainment  zone. This Lakefront offers some of the best facilities like tethered balloon safari, train ride, ultra-modern high-speed rides, water park, zoo, kid&amp;rsquo;s city, food stall, butterfly park, aquarium and many other entertainment facilities. Every year in the month of December, a week-long festival, Kankaria Carnival kicks off celebrating the cultural and historical heritage of Ahmedabad.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0062573,\"Long\":72.6025503,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Kankaria_Lake_296_1519366438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44830,\"Title\":\"Sabarmati Riverfront\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44829,\"Title\":\"Sardar Vallabhbhai Patel Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44828,\"Title\":\"Sarkhej Roza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3800,\"Title\":\"Siddi Sayed Mosque\",\"Description\":\"Siddi Sayed Mosque is one of the most photographed monuments, and an iconic landmark in Ahmedabad. Famous for its unique window designs, it was built in 1573 towards end of the Gujarat Sultanate, under the Mughal rule. The carved jaalis in the windows of the western wall are known worldwide. The major highlight of this mosque catches the attention of almost every tourist is the lattice work that resembles the famous &amp;#039;tree of life&amp;quot; motif with intertwined trees and foliage. Logo of the prestigious educational institute, Indian Institute of Ahmedabad, is based on this motif too. The carvings look like fine lace filigree work, well appreciated as it has been done with excellent delicacy.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.026985,\"Long\":72.580993,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Siddi_Sayed_Mosque_296_1519650650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5819,\"Title\":\"Gita Temple\",\"Description\":\"The beautifully capturing white marble structure has depiction of the hymns of the Gita intricately engraved on the walls. this marvelous architecture beauty is constructed in such a manner that visitors can here their voice - as an echo - inside the temple.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8869787,\"Long\":70.4154807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Gita_Temple_34517_1528786333.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5814,\"Title\":\"Parshuram Temple\",\"Description\":\"One of the rare temple dedicated to Lord Parshuram.  It is believed, that it was here that lord Shiva finally relieved Parshuram of his curse.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8879934,\"Long\":70.4011621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Parshuram_Temple_34517_1528785300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5809,\"Title\":\"Triveni Sangam Temple,\",\"Description\":\"Triveni Sangam is believed to be a very sacred Moksha Tirtha for Hindus. this point is the meeting point of river Hiran, Kapila, and Saraswati. People believe that a dip in the river at this holy ghat cleanses the body and spirit of all sins committed in his life. The Laxminarayan and Gita Temple are located on the shores of the ghats.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8814221,\"Long\":70.413809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Triveni_Sangam_Temple,__34517_1528784537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44831,\"Title\":\"Crocodile breeding farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44832,\"Title\":\"Gir Information centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/71779\\/sightseeing\\/35_1684566160.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2430,\"Title\":\"Devaliya Safari Park (Gir Interpretation Zone)\",\"Description\":\"Devalia Safari Park also known as &amp;ldquo;Gir Interpretation Zone&amp;rdquo;, is the establishment of particular eco-tourism zone to minimize overload of tourists from Gir Forest Visit and to offer whole wildlife of Gir at single place in safe habitats. This Zone comprises of 412 Ha Chain linked fences area which is regarded as &amp;lsquo;Gir in a nutshell&amp;rsquo; covering all habitat types and wildlife of Gir. The basic motive of creating this facility is to provide an opportunity of viewing lions and other animals in their natural habitat within a short period of time at cheaper rates. There are animals like Asiatic lions, Leopards, Blue Bull, Sambhar, Chital, Black buck, Wild Boar etc. The presence of Savana habitat and rare birds is also another attraction of the area.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":21.1693505,\"Long\":70.5032763,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Devaliya_Safari_Park_(Gir_Inte_34517_1519388353.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":34517,\"Title\":\"Somnath\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553748,\"Name\":\"The Fern Residency Somnath\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Corner Railway Station Veraval - Govindapara - Talala Road, behind Somnath, Somnath\"},\"Images\":{\"Image\":[{\"ImagId\":4825690,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553748\\/35_11684568383.jpg\"}]},\"CityId\":34517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111001000010100101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Winter Green Room Double\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Winter Green Room Double\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":12,\"Title\":\"Adalaj Stepwell\",\"Description\":\"Adalaj Stepwell is located in the village of Adalaj and built in 1499 by Queen Rudabai, this stepwell served as a place for relaxation for pilgrims and caravans in the earlier years. It was constructed in Indo-Islamic architectural style, with the belief that villagers would visit the well to collect water, offer their prayers to deities carved on the walls and rest for some time. The walls are beautifully carved with scenes of women churning buttermilk, kings, dancers and musicians. Since direct sunlight does not reach the interiors of the stepwell or vav, the temperature is apparently six degrees cooler than the outside. A unique feature of this  stepwell of Gujarat, that this is the only one with three entrance stairs.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.1682064,\"Long\":72.5866107,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Adalaj_Stepwell_296_1518613394.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":693,\"Title\":\"Hutheesing Jain Temple\",\"Description\":\"Hutheesing Jain Temple is considered to be one of the architectural masterpieces in Ahmedabad,  famous for its architecture and unique design that consists of intricate carvings as the main aesthetic element. The temple was built in 1848 AD by Seth Hutheesing, as a dedication to the 15th Jain Trithanakara called Dharmnath. Home to 52 shrines, each consists of an image of a tirthankara. Made from beautiful white marble, it is a delight to see. \\r\\nThe layout of the temple makes it one of the most beautiful temples in the country and is well worth a visit, has a dome on the main front and carved galleries on the other side.It also have the Mahavir Stambha (about 78 ft tall) that stands right at the entrance of the temple.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0396505,\"Long\":72.5922008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Hutheesing_Jain_Temple_296_1518608614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3806,\"Title\":\"Kankaria Lake\",\"Description\":\"Kankaria Lake is the largest lake in Ahmedabad, a 550 years old artificial lake, built in 15th century by  the Sultan Qutbuddin . The lake is an ideal picnic spot for families as the lakefront has been developed by the Ahmedabad city governments  into an entertainment  zone. This Lakefront offers some of the best facilities like tethered balloon safari, train ride, ultra-modern high-speed rides, water park, zoo, kid&amp;rsquo;s city, food stall, butterfly park, aquarium and many other entertainment facilities. Every year in the month of December, a week-long festival, Kankaria Carnival kicks off celebrating the cultural and historical heritage of Ahmedabad.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0062573,\"Long\":72.6025503,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Kankaria_Lake_296_1519366438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44830,\"Title\":\"Sabarmati Riverfront\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44829,\"Title\":\"Sardar Vallabhbhai Patel Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44828,\"Title\":\"Sarkhej Roza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3800,\"Title\":\"Siddi Sayed Mosque\",\"Description\":\"Siddi Sayed Mosque is one of the most photographed monuments, and an iconic landmark in Ahmedabad. Famous for its unique window designs, it was built in 1573 towards end of the Gujarat Sultanate, under the Mughal rule. The carved jaalis in the windows of the western wall are known worldwide. The major highlight of this mosque catches the attention of almost every tourist is the lattice work that resembles the famous &amp;#039;tree of life&amp;quot; motif with intertwined trees and foliage. Logo of the prestigious educational institute, Indian Institute of Ahmedabad, is based on this motif too. The carvings look like fine lace filigree work, well appreciated as it has been done with excellent delicacy.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.026985,\"Long\":72.580993,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Siddi_Sayed_Mosque_296_1519650650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5819,\"Title\":\"Gita Temple\",\"Description\":\"The beautifully capturing white marble structure has depiction of the hymns of the Gita intricately engraved on the walls. this marvelous architecture beauty is constructed in such a manner that visitors can here their voice - as an echo - inside the temple.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8869787,\"Long\":70.4154807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Gita_Temple_34517_1528786333.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5814,\"Title\":\"Parshuram Temple\",\"Description\":\"One of the rare temple dedicated to Lord Parshuram.  It is believed, that it was here that lord Shiva finally relieved Parshuram of his curse.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8879934,\"Long\":70.4011621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Parshuram_Temple_34517_1528785300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5809,\"Title\":\"Triveni Sangam Temple,\",\"Description\":\"Triveni Sangam is believed to be a very sacred Moksha Tirtha for Hindus. this point is the meeting point of river Hiran, Kapila, and Saraswati. People believe that a dip in the river at this holy ghat cleanses the body and spirit of all sins committed in his life. The Laxminarayan and Gita Temple are located on the shores of the ghats.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8814221,\"Long\":70.413809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Triveni_Sangam_Temple,__34517_1528784537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44831,\"Title\":\"Crocodile breeding farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44832,\"Title\":\"Gir Information centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/71779\\/sightseeing\\/35_1684566160.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2430,\"Title\":\"Devaliya Safari Park (Gir Interpretation Zone)\",\"Description\":\"Devalia Safari Park also known as &amp;ldquo;Gir Interpretation Zone&amp;rdquo;, is the establishment of particular eco-tourism zone to minimize overload of tourists from Gir Forest Visit and to offer whole wildlife of Gir at single place in safe habitats. This Zone comprises of 412 Ha Chain linked fences area which is regarded as &amp;lsquo;Gir in a nutshell&amp;rsquo; covering all habitat types and wildlife of Gir. The basic motive of creating this facility is to provide an opportunity of viewing lions and other animals in their natural habitat within a short period of time at cheaper rates. There are animals like Asiatic lions, Leopards, Blue Bull, Sambhar, Chital, Black buck, Wild Boar etc. The presence of Savana habitat and rare birds is also another attraction of the area.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":21.1693505,\"Long\":70.5032763,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Devaliya_Safari_Park_(Gir_Inte_34517_1519388353.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":71779,\"Title\":\"SASAN GIR\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553755,\"Name\":\"Sukhsagar Gir Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Bhalchel Rd, Sasan, Gujarat \"},\"Images\":[],\"CityId\":71779,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553755\\/35_0200f8b9597b33dd78f2083033db02e51684559075.jpg\",\"AccoAminitiesMask\":\"110100000000011101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":71779,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":12,\"Title\":\"Adalaj Stepwell\",\"Description\":\"Adalaj Stepwell is located in the village of Adalaj and built in 1499 by Queen Rudabai, this stepwell served as a place for relaxation for pilgrims and caravans in the earlier years. It was constructed in Indo-Islamic architectural style, with the belief that villagers would visit the well to collect water, offer their prayers to deities carved on the walls and rest for some time. The walls are beautifully carved with scenes of women churning buttermilk, kings, dancers and musicians. Since direct sunlight does not reach the interiors of the stepwell or vav, the temperature is apparently six degrees cooler than the outside. A unique feature of this  stepwell of Gujarat, that this is the only one with three entrance stairs.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.1682064,\"Long\":72.5866107,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Adalaj_Stepwell_296_1518613394.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":693,\"Title\":\"Hutheesing Jain Temple\",\"Description\":\"Hutheesing Jain Temple is considered to be one of the architectural masterpieces in Ahmedabad,  famous for its architecture and unique design that consists of intricate carvings as the main aesthetic element. The temple was built in 1848 AD by Seth Hutheesing, as a dedication to the 15th Jain Trithanakara called Dharmnath. Home to 52 shrines, each consists of an image of a tirthankara. Made from beautiful white marble, it is a delight to see. \\r\\nThe layout of the temple makes it one of the most beautiful temples in the country and is well worth a visit, has a dome on the main front and carved galleries on the other side.It also have the Mahavir Stambha (about 78 ft tall) that stands right at the entrance of the temple.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0396505,\"Long\":72.5922008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Hutheesing_Jain_Temple_296_1518608614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3806,\"Title\":\"Kankaria Lake\",\"Description\":\"Kankaria Lake is the largest lake in Ahmedabad, a 550 years old artificial lake, built in 15th century by  the Sultan Qutbuddin . The lake is an ideal picnic spot for families as the lakefront has been developed by the Ahmedabad city governments  into an entertainment  zone. This Lakefront offers some of the best facilities like tethered balloon safari, train ride, ultra-modern high-speed rides, water park, zoo, kid&amp;rsquo;s city, food stall, butterfly park, aquarium and many other entertainment facilities. Every year in the month of December, a week-long festival, Kankaria Carnival kicks off celebrating the cultural and historical heritage of Ahmedabad.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0062573,\"Long\":72.6025503,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Kankaria_Lake_296_1519366438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44830,\"Title\":\"Sabarmati Riverfront\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44829,\"Title\":\"Sardar Vallabhbhai Patel Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44828,\"Title\":\"Sarkhej Roza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":3800,\"Title\":\"Siddi Sayed Mosque\",\"Description\":\"Siddi Sayed Mosque is one of the most photographed monuments, and an iconic landmark in Ahmedabad. Famous for its unique window designs, it was built in 1573 towards end of the Gujarat Sultanate, under the Mughal rule. The carved jaalis in the windows of the western wall are known worldwide. The major highlight of this mosque catches the attention of almost every tourist is the lattice work that resembles the famous &amp;#039;tree of life&amp;quot; motif with intertwined trees and foliage. Logo of the prestigious educational institute, Indian Institute of Ahmedabad, is based on this motif too. The carvings look like fine lace filigree work, well appreciated as it has been done with excellent delicacy.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.026985,\"Long\":72.580993,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Siddi_Sayed_Mosque_296_1519650650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5819,\"Title\":\"Gita Temple\",\"Description\":\"The beautifully capturing white marble structure has depiction of the hymns of the Gita intricately engraved on the walls. this marvelous architecture beauty is constructed in such a manner that visitors can here their voice - as an echo - inside the temple.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8869787,\"Long\":70.4154807,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Gita_Temple_34517_1528786333.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5814,\"Title\":\"Parshuram Temple\",\"Description\":\"One of the rare temple dedicated to Lord Parshuram.  It is believed, that it was here that lord Shiva finally relieved Parshuram of his curse.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8879934,\"Long\":70.4011621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Parshuram_Temple_34517_1528785300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5809,\"Title\":\"Triveni Sangam Temple,\",\"Description\":\"Triveni Sangam is believed to be a very sacred Moksha Tirtha for Hindus. this point is the meeting point of river Hiran, Kapila, and Saraswati. People believe that a dip in the river at this holy ghat cleanses the body and spirit of all sins committed in his life. The Laxminarayan and Gita Temple are located on the shores of the ghats.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.8814221,\"Long\":70.413809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Triveni_Sangam_Temple,__34517_1528784537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44831,\"Title\":\"Crocodile breeding farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44832,\"Title\":\"Gir Information centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":71779,\"CityName\":\"SASAN GIR\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/city\\/71779\\/sightseeing\\/35_1684566160.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2430,\"Title\":\"Devaliya Safari Park (Gir Interpretation Zone)\",\"Description\":\"Devalia Safari Park also known as &amp;ldquo;Gir Interpretation Zone&amp;rdquo;, is the establishment of particular eco-tourism zone to minimize overload of tourists from Gir Forest Visit and to offer whole wildlife of Gir at single place in safe habitats. This Zone comprises of 412 Ha Chain linked fences area which is regarded as &amp;lsquo;Gir in a nutshell&amp;rsquo; covering all habitat types and wildlife of Gir. The basic motive of creating this facility is to provide an opportunity of viewing lions and other animals in their natural habitat within a short period of time at cheaper rates. There are animals like Asiatic lions, Leopards, Blue Bull, Sambhar, Chital, Black buck, Wild Boar etc. The presence of Savana habitat and rare birds is also another attraction of the area.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":21.1693505,\"Long\":70.5032763,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Devaliya_Safari_Park_(Gir_Inte_34517_1519388353.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"386594\",\"Title\":\"Arrival At Ahmedabad With Full Day Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival in the historical capital of Gujarat - Ahmedabad.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed to visit Gandhi Ashram, Hatheesingh Jain Temple, Sidi Sayed Mosque, Sarkhej Roza, Sardar Vallabhbhai Patel Museum (Monday Close), etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After noon proceed to visit Adalaj Step well and Kankaria Lake (Monday Close).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy light and sound show (at own cost).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balane your day at leisure. At night you can visit Sabarmati Riverfront also.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553745,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":12,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":693,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1503,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44830,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44829,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44828,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3800,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386595\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"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\":\"386596\",\"Title\":\"Transfer From Ahmedabad To Dwarka\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After morning breakfast today we will proceed to the sacred town of Dwarka.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dwarka is one of the foremost Chardham four sacred Hindu pilgrimage sites and is one of the Sapta Puri seven most ancient religious cities in the country.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Dwarkadeesh Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take a holy dip in Gomti River.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Winter Green Room Double\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Winter Green Room Double\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6557,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8640,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386597\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34523,\"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\":\"386598\",\"Title\":\"Transfer from Dwarka to Somnath + Somnath Temple\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today morning after breakfast check out from the hotel transfer to Somnath.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Somnath Temple - is the first among the twelve Jyotirlinga shrines of the God Shiva.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On day of arrival check in to the hotel. Later proceed to visit BhalkaTirth, Triveni Sangam, Geeta Mandir, Chopati &amp;amp; Somnath Temple. In the evening attend Aarti and later watch a light and Sound show run by Gujarat Tourism.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553748,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Winter Green Room Double\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Winter Green Room Double\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2429,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5819,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5814,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2428,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5809,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386599\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34517,\"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\":\"386600\",\"Title\":\"Transfer from Somnath to Sasangir\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today, proceed to Sasangir. Sasangir, is the home of the Asiatic Lion.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the afternoon Visit Gir Interpretation Zone at Devaliya. Crocodile breeding farm, Gir Information centre.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Watch movie on lion at Gir Information centre in the evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":71779,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553755,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44831,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44832,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2430,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386601\",\"Title\":\"Transfer from Gir National Park to Ahmedabad and Departure from Ahmedabad\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today after breakfast, check-out from your hotel and get transferred to Ahmedabad Airport \\/ railway station for onward journey.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour ends with sweet recollection.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":71779,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53276\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"21678.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21678.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21678.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21678.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21678.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21678.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21678.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21678.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21678.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21678.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"386594\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[386594],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386595\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[386595],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386596\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[386596],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386597\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[386597],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386598\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[386598],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386599\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[386599],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386600\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[386600],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386601\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[386601],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Ahmedabad,Dwarka,Somnath,SASAN GIR','Ahmedabad,Gujarat,Indian Subcontinent,West India,India,Dwarka,Somnath,SASAN GIR,Gir National Park,Sasangir','','296,34523,34517,71779',21678,21678,4,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Somnath  (1).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Gujarat.jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'India','101','2023-09-04 11:18:10','2023-09-04 00:00:00',1,1,'1','1','0','Ahmedabad tour, Dwarka tour, Somnath tour, Gir tour, tour package, vibrant cities, rich history, book now, Gujarat experience, Gujarat tour package','Explore vibrant cities and rich history. Book now for an unforgettable Gujarat experience!','Book Ahmedabad Dwarka Somnath Gir Tour Package',NULL,'ahmedabad-dwarka-somnath-gir-tour-package','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(155,53299,1,35,0,0,0,'Honeymoon,Cruise,Heritage,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":53299,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/turkish-honeymoon_1684136327\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Old City Tour, Bosphorus Cruise, Princess Islands, Goreme Open Air, Fairy Chimneys, Ephesus Tour&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visit the Topkapi Palace, the great palace of the Ottoman sultans from the 15th to the 19th centuries&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Admire the magnificience of the Blue Mosque because of its blue Iznik tiles&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cruise along the waters of the Bosphorus, view the Asian and European sides during your cruise&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy a scenic cruise on the Marmara Sea and marvel at the stunning views as the cool breeze blows&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit B&amp;uuml;y&amp;uuml;kada, a popular summer resort on one of the islands, once used by princes during the Byzantine era&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit UNESCO World Heritage Sites in Cappadocia&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover G&amp;ouml;reme Open Air Museum&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walk in the ancient roads, in ancient Ephesus, where Apostle Paul and John walked&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;See Great Theatre, Celsus Library, Temple of Hadrian, Agora, Public Toilets and more&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kusadasi\",\"DestinationPlacesSysId\":14622,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Turkish Honeymoon\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Cruise,All Transfers\",\"PackageType\":\"Honeymoon,Cruise,Heritage,Romantic\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553780,\"Name\":\"Ramada by Wyndham\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Molla G&uuml;rani, Turgut &Ouml;zal Millet Cd No:82, 34093 Fatih\\/?stanbul, T&uuml;rkiye\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_553780\\/35_dce037076cf6a92e77dfaab6a63bd8291684560102.jpg\",\"AccoAminitiesMask\":\"111010100000100101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double 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\":12905,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17680,\"Title\":\"Buyukada\",\"Description\":\"B&amp;uuml;y&amp;uuml;kada is the largest of the nine so-called Princes&amp;#039; Islands in the Sea of Marmara, near Istanbul, with an area of about 2 square miles. It is officially a neighbourhood in the Adalar district of Istanbul Province, Turkey.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Buyukada_12905_1602139919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44899,\"Title\":\"Spice Bazaar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6080,\"Title\":\"Devrent Valley\",\"Description\":\"DEVRENT VALLEY. Devrent Valley, which is also known as Imaginary Valley and also as Pink Valley does not have cave churches like the other valleys of Cappadocia. There are no Roman castles or Roman tombs in Devrent Valley, either. Actually it was never inhabited.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/130_1530000501.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44900,\"Title\":\"Isa Bey Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44905,\"Title\":\"Leather Fashion show\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44903,\"Title\":\"Shrine of Mother Mary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44904,\"Title\":\"Temple Of Artemis\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44901,\"Title\":\"Temple Of Hadrian\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44902,\"Title\":\"Trajan Fountain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":404259,\"Name\":\"Cappadocia Cave Resort and Spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"38.632871\",\"Long\":\"34.806775\",\"Address\":\"TEKELLI MAHALLESI GOREME CADDESI UCHISAR NEVSEHIR 83 50240 CAPPADOCIA  TR, 50240\"},\"Images\":[],\"CityId\":5094,\"Brief\":\"Region&#039;s only Spa Hotel with cave-therapy rooms overlooking the magnificent and beautiful Red Valley.\\nThis unique location offers an uninterrupted panorama highlighted by mesmerizing sunrise and sunset vistas which have been described as &quot;charming&quot;, &quot;amazing&quot; and &quot;epic&quot;.\\nGuests sleep in millenia-old caves and rock-cut rooms that bring the aura of the old settlements and the spirit of the ancient village back to life.\\n\\nThis luxury resort, opened in 2008 and has had the most successful three years where it has been recognized and awarded by many organizations for its uniqueness, quality and Luxury concept.\\n\\nBreathtaking panoramic view over the magical lunar landscape of Cappadocia; dining experiences, cozy and intimate accommodations, a very exclusive, private spa and memories to last a lifetime.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/10\\/109542\\/109542a_hb_k_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17680,\"Title\":\"Buyukada\",\"Description\":\"B&amp;uuml;y&amp;uuml;kada is the largest of the nine so-called Princes&amp;#039; Islands in the Sea of Marmara, near Istanbul, with an area of about 2 square miles. It is officially a neighbourhood in the Adalar district of Istanbul Province, Turkey.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Buyukada_12905_1602139919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44899,\"Title\":\"Spice Bazaar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6080,\"Title\":\"Devrent Valley\",\"Description\":\"DEVRENT VALLEY. Devrent Valley, which is also known as Imaginary Valley and also as Pink Valley does not have cave churches like the other valleys of Cappadocia. There are no Roman castles or Roman tombs in Devrent Valley, either. Actually it was never inhabited.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/130_1530000501.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44900,\"Title\":\"Isa Bey Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44905,\"Title\":\"Leather Fashion show\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44903,\"Title\":\"Shrine of Mother Mary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44904,\"Title\":\"Temple Of Artemis\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44901,\"Title\":\"Temple Of Hadrian\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44902,\"Title\":\"Trajan Fountain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":14622,\"Title\":\"Kusadasi\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":11096,\"Title\":\"BLUE MOSQUE\",\"Description\":\"The Sultan Ahmed Mosque is a historic mosque located in Istanbul, Turkey. It remains a functioning mosque, while also attracting large numbers of tourist visitors. It was constructed between 1609 and 1616 during the rule of Ahmed I. Its K&Atilde;&frac14;lliye contains Ahmed&#039;s tomb, a madrasah and a hospice.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568267671.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":11095,\"Title\":\"HAGIA SOPHIYA\",\"Description\":\"Hagia Sophia is the former Greek Orthodox Christian patriarchal cathedral, later an Ottoman imperial mosque and now a museum in Istanbul, Turkey. Built in AD 537 at the beginning of the Middle Ages, it was famous in particular for its massive dome.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2627_1568268892.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17680,\"Title\":\"Buyukada\",\"Description\":\"B&amp;uuml;y&amp;uuml;kada is the largest of the nine so-called Princes&amp;#039; Islands in the Sea of Marmara, near Istanbul, with an area of about 2 square miles. It is officially a neighbourhood in the Adalar district of Istanbul Province, Turkey.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Buyukada_12905_1602139919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5699,\"Title\":\"Princess Island Tour\",\"Description\":\"Princess Islands Tour Cruise in Marmara Sea to Princes&#039; Islands by ferry from Em&Auml;&plusmn;nonu at 10:10. You will reach Buyukada (Prinkipo) at 11:45 after a cheery ferry ride with the companionship of seagulls, will make your day magical with only the slight touch. Buyukada, the Greek Prinkipo, is the largest and most beautiful of the Princes&acirc;&euro;&trade; Isles. This is the only one of the islands that most people visit and it is the summer resort par excellence.\\r\\n\\r\\nTour of the island with horse-drawn carriages (phaeton). You can&acirc;&euro;&trade;t take your eyes off the authentic Buyukada houses along the road and the colorful flowers in the gardens.\\r\\nAfter lunch stop at a local restaurant you will return with 15:00 ferry\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44899,\"Title\":\"Spice Bazaar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6080,\"Title\":\"Devrent Valley\",\"Description\":\"DEVRENT VALLEY. Devrent Valley, which is also known as Imaginary Valley and also as Pink Valley does not have cave churches like the other valleys of Cappadocia. There are no Roman castles or Roman tombs in Devrent Valley, either. Actually it was never inhabited.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/130_1530000501.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44900,\"Title\":\"Isa Bey Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44905,\"Title\":\"Leather Fashion show\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44903,\"Title\":\"Shrine of Mother Mary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44904,\"Title\":\"Temple Of Artemis\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44901,\"Title\":\"Temple Of Hadrian\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":44902,\"Title\":\"Trajan Fountain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14622,\"CityName\":\"Kusadasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"386756\",\"Title\":\"Arrival at Istanbul\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meet at the airport Transfer to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be given your room key and the rest of the day is yours to explore Istanbul.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553780,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double 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\":\"386757\",\"Title\":\"Istanbul City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;See the sights of Istanbul on a half-day tour that takes in the city&amp;rsquo;s famous historical landmarks and cultural sites.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hippodrome - The center of sport activites in Constantinople, capital of the Byzantine empire, today named Sultanahmet Meydani, with its four monuments;The German Fountain of Wilhelm II, Egyptian Obelisk, Serpentine Column (Spiral Column).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Blue Mosque (Sultanahmet Mosque) - Built by the architect Mimar Sedefkar Mehmet aga. Until 19th century was the traditional point for the pilgrimage to Mecca.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hagia Sophia Museum - The best known Christian church in Turkey, one of the greatest marvels of architecture, which was constructed as a basilica in the 6th century by Emperor Justinian.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553780,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":11096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11095,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8962,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386758\",\"Title\":\"Full Day Princess Islands\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast there is no better way to escape the bustle of Istanbul for a day than with a visit to the idyllic&amp;nbsp;Princes&amp;rsquo; Islands Travel by boat from Istanbul.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy cool breezes and charming sights along the way to&amp;nbsp;B&amp;uuml;y&amp;uuml;kada, the largest Island in the chain.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Famous for their mild climates, lush vegetation, and ornate&amp;nbsp;Ottoman Houses, all the islands are&amp;nbsp; unspoiled by traffic.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Instead of cars there are carriages, called phaetons, which we will use to tour the island and its beautiful scenery studded with elegant mansions draped with purple bougainvillea, reminiscent of a more leisured and graceful era.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We will enjoy our lunch at the best of one of the many excellent fresh fish restaurants that line the waterfront, gazing across the Asian shore of Istanbul, so close -&amp;nbsp; though it feels worlds away.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at Istanbul.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553780,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17680,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5699,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386759\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"386760\",\"Title\":\"Bosphorus Cruise and Spice Bazaar - Istanbul - Kayseri - Cappadocia\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast you will be picked-up from your hotel to visit the Spice Bazaar (or Egyptian Bazaar). Filled with spices, dried fruits, nuts and seeds, lokum (Turkish delight) and other edibles, Spice Bazaar has a smell of the fragrance of the exotic East. Then join a boat excursion on the Bosphorus on a shared tour. Enjoy viewing Ottoman palaces, Bosphorus bridge, citadels, centuries-old mansions and the European and Asian shorelines at the same time. After the tour, you will be transferred to your hotel at around 12:45 pm.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from hotel to airport in Istanbul to board the flight for Kayseri.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival, you will be transferred from airport in Kayseri to hotel in Cappadocia. Check-in at your hotel and relax.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404259,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":44899,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":10304,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386761\",\"Title\":\"Full Day Cappadocia with Goreme &amp; Uchisar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Our first real encounter with Cappadocia almost Martian landscape is in the Dervent valley. We visit Pasabag&amp;rsquo;s &amp;ldquo;fairy chimneys&amp;rdquo;, where the voice of the wind harmonizes with songs of the fairies. From here we pause at Avanos center of terracotta art which is a popular destination because of its attractive old town with cobbled streets, and views over the river and is its production of earthenware pottery, it is also the most economic activity in the town. The ceramic trade in this district and its countless pottery factories date right back to the Hittites, and the ceramic clay from the red silt of the K?z?l?rmak has always been used. A visit to ceramic &amp;amp; tile center to see how the ceramics made by hand. After lunch we visit the famous Goreme Open Air Museum to see the best examples of Byzantine art in Cappadocia. People of Goreme, at the heart of the Cappadocia Region, realized that these soft rocks could be easily carved out to form houses, churches, monasteries. These Christian sanctuaries contain many examples of Byzantine art from the post-iconoclastic period. These frescoes are a unique artistic achievement from this period. You visit a carpet cooperative, where you&amp;#39;ll see how exquisite Turkish carpets are hand-woven. We complete the tour with a panoramic view of the valleys of Cappadocia.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404259,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6080,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4947,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386762\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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\":\"386763\",\"Title\":\"Cappadocia - Kusadasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Transfer from hotel in Cappadocia to airport in Kayseri, to board the flight to Izmir (Seat in coach).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival in Izmir, proceed and check in to the hotel in Kusadasi.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14622,\"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\":\"386764\",\"Title\":\"Ephesus Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;The tour starting with Isa Bey Mosque, then drive to an ancient Greek city, later a major Roman city, on the west coast of&amp;nbsp;Asia Minor which called Ephesus, stroll past the celsus library, the Temple Of Hadrian and the Trajan Fountain in the Ancient Ephesus.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After walking on the historical marble street the Great Theater where St. Paul preached will meet at the end.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Open buffed lunch in a local Turkish restaurant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the afternoon will visit the carpet cooperative to see how the Turkish carpets are made by hand.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Proceed to shrine of Mother Mary, it is believed where she spent recent years of her life.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Temple Of Artemis (Diana), on the side of one of the seven wonders of ancient World.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;At the end Leather Fashion show will be full of fun.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14622,\"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\":44900,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44905,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44903,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44904,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44901,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"386765\",\"Title\":\"Departure from Kusadasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today, you will be transferred from your hotel in Kusadasi to the airport in Izmir.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later, take a connecting flight from Izmir to Istanbul for your flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14622,\"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}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"386756\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[386756],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386757\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[386757],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386758\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[386758],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386759\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[386759],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386760\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[386760],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386761\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[386761],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386762\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[386762],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"386763\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[386763],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386764\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[386764],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"386765\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[386765],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Istanbul,Cappadocia,Kusadasi','Istanbul,Central Asia,Turkey,Eurasia,Cappadocia,Kusadasi','','12905,5094,14622',0,0,7,'',NULL,'[{\"day\":1,\"images\":\"Turkey (2).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Turkey (1).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Turkey (3).jpg\"},{\"day\":7,\"images\":\"Turkey (5).jpg\"},{\"day\":8,\"images\":\"Turkey (6).jpg\"}]',2,'',0,'2023-09-04 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'Turkey','222','2023-09-04 11:14:59','2023-09-04 00:00:00',1,1,'1','1','0','Turkey tour package, Turkey honeymoon package, tour package for Turkey, Istanbul tour package, Cappadocia tour package','','Book Turkey Tour Package At Best Price',NULL,'turkish-honeymoon','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(156,52062,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":52062,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/kerala-escapade-a--night-journey-through-cochin-munnar-thekkady-alleppey-kumarakom_1682594579\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Experience the best of Kerala&amp;#39;s diverse landscape with this 6-night itinerary that takes you from the vibrant city of Cochin to the tranquil backwaters of Alleppey, via the misty hills of Munnar and the wildlife-rich forests of Thekkady. Discover the rich history and culture of Cochin, trek through tea gardens in Munnar, go on a wildlife safari in Thekkady, and unwind on a houseboat in Alleppey&amp;#39;s serene backwaters before concluding your trip with a visit to the picturesque village of Kumarakom.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Kumarakom\",\"DestinationPlacesSysId\":14578,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Fly Creative\",\"Name\":\"Kerala Escapade: A 6-Night Journey through Cochin, Munnar, Thekkady, Alleppey, and Kumarakom\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6561,\"Title\":\"Cochin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534819,\"Name\":\"Broad Bean Hotel Kochi\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.962708899999999\",\"Long\":\"76.3181342\",\"Address\":\"Service Road, NH Bypass, opp. KSEB Office, Vyttila, Kochi, Kerala 682019, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111000000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43440,\"Title\":\"Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":540479,\"Name\":\"Hotel White House Munnar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43440,\"Title\":\"Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530654,\"Name\":\"Spices Lap Resort Thekkady\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.733367399999997\",\"Long\":\"77.1527696\",\"Address\":\"Thekkady, Vandanmedu, Kerala 685508, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43440,\"Title\":\"Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":537107,\"Name\":\"Alleppey Deluxe Houseboat\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5014469\",\"Long\":\"76.3517957\",\"Address\":\"G922+HPF, Finishing Point Road, Punnamada, Finishing Point, Alappuzha, Kerala 688013, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43440,\"Title\":\"Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":14578,\"Title\":\"Kumarakom\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":419719,\"Name\":\"Lakesong Kumarakom\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5942417034272\",\"Long\":\"76.425954052917\",\"Address\":\"Ammankari Road, Kumarakom 686563\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"Lakesong lies on Ammankari road  nestled among the serene backwaters of Kumarakom, 95 kms from Kochi International airport  and 159 kms from Trivandrum International airport.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/45\\/02\\/45024ea09b5a30c7e7789c4db9bc323d90e1cf02.jpg\",\"AccoAminitiesMask\":\"1010001000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43440,\"Title\":\"Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"376905\",\"Title\":\"Day 01: Cochin\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from Cochin Airport\\/ Railway Station and transfer to Cochin City, Check&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;into the hotel and free for relax. Afternoon start the City tour visiting Jewish&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Synagogue, Dutch Palace, St. Francis Church, Santa Cruz Basilica and Chinese&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fishing Nets. Overnight stay at Cochin.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":43408,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3746,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43409,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43440,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376906\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376907\",\"Title\":\"Day 02: Cochin - Munnar\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast transfer to Munnar (140 Kms \\/ 4 hrs) the lovely hill station, filled&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;with tea plantations and misty mountains. The drive to Munnar is very scenic&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;crossing the narrow hair &amp;ndash; pin roads where you see beautiful valleys, tea gardens&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;and small waterfalls on the way. Vallera waterfalls. Sightseeing includes&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pothenmedu view point. Check into hotel. Overnight stay at Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":540479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43410,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376908\",\"Title\":\"Day 03 : Munnar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast proceed to Munnar, on the way visit tea and spice plantations,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cheeyappara waterfalls, view point etc. Arrive Munnar and check in your hotel. Rest&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;of the day free for your own activities. Mattupetty Dam, Echo point, kundala dam,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rajamalai &amp;ndash; where we have ERAVIKULAM National Park, you could find NILGIRI&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;THAR, an endangered species, Tea museum. Overnight at hotel in Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":540479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":43412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"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\":\"376909\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376910\",\"Title\":\"Day 04: Munnar &ndash; Thekkady\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, proceed to Thekkady. Transfer to hotel &amp;amp; relax. Afternoon, Proceed&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;for sightseeing &amp;ndash;The Periyar wildlife sanctuary is thick evergreen forest, declared a&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tiger Reserve in 1978 The splendid artificial lake formed by the Mullaperiyar dam&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;across the Periyar River adds to the charm of the park. You can also do things in&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Thekkady like - Boat cruises on the Periyar Lake, visit cardamom, pepper, tea &amp;amp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;coffee plantation. Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530654,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1153,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":276,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376911\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376912\",\"Title\":\"Day 05: Thekkady &ndash; Alleppey\",\"MealPlanInclude\":\"Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Breakfast at hotel, transfer to Alleppey, check into houseboat, and enjoy &amp;amp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;experience the full day back water life. Cruise will cover the canals &amp;amp; village area&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;also. Lunch, evening tea, dinner &amp;amp; breakfast will be serving at houseboat. The food is&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;authentic kerala cuisine. Overnight stay at Houseboat.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537107,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"376913\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376914\",\"Title\":\"Day 06: Alleppey &ndash; Kumarakom\",\"MealPlanInclude\":\"Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast check out from the houseboat and proceed to Kumarakom. World&amp;rsquo;s&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;one and only beautiful &amp;amp; delighted backwater destination, check in to the resort the&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;day free to explore the resort, with the surroundings of backwater. Overnight stay at&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kumarakom.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419719,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"376915\",\"Title\":\"Day 07: Kumarakom &ndash; Cochin\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Cochin airport \\/ railway&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;station to board the flight \\/ train back to home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":5,\"Type\":\"Premium\",\"TPSysId\":\"52062\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"54800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":54800,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"52062\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"49800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49800,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"376905\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[376905],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376906\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376906],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376907\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376907],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376908\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[376908],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376909\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376909],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376910\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376910],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376911\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376911],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376912\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376912],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376913\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[376913],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376914\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[376914],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376915\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[376915],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cochin,Munnar,Thekkady,Alleppey,Kumarakom','Cochin,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey,Kumarakom',NULL,'6561,18697,27156,670,14578',49800,54800,6,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kerala-escapade:-a-6-night-journey-through-cochin-munnar-thekkady-alleppey-and-kumarakom',NULL,NULL,NULL,0),(157,52054,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":52054,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/beautiful-kerala---id_1682594647\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;5 NIGHTS \\/ 6 DAYS&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Alleppey\",\"DestinationPlacesSysId\":670,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Fly Creative\",\"Name\":\"Beautiful Kerala - ID 24\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6561,\"Title\":\"Cochin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534819,\"Name\":\"Broad Bean Hotel Kochi\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.962708899999999\",\"Long\":\"76.3181342\",\"Address\":\"Service Road, NH Bypass, opp. KSEB Office, Vyttila, Kochi, Kerala 682019, India\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111000000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":540479,\"Name\":\"Hotel White House Munnar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530654,\"Name\":\"Spices Lap Resort Thekkady\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.733367399999997\",\"Long\":\"77.1527696\",\"Address\":\"Thekkady, Vandanmedu, Kerala 685508, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530849,\"Name\":\"Warmth Lake Haven\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.426419500000002\",\"Long\":\"76.376659\",\"Address\":\"Chempumpuram P.O, near Pulikkal Kavu Temple, Kuttanad Taluk, Kerala 688505, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43408,\"Title\":\"Dutch Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43409,\"Title\":\"Santa Cruz Basilica and Chinese  Fishing Nets\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43410,\"Title\":\"Pothenmedu view point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43411,\"Title\":\"Vallera waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43412,\"Title\":\"spice plantations\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43413,\"Title\":\"Cheeyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1153,\"Title\":\"Mullaperiyar Dam\",\"Description\":\"The Supreme Court specified that the three panels, working in tandem, would only look into preparing a disaster management plan. It said other concerns pertaining to the dam&acirc;&euro;&trade;s stability and lifespan would continue to be examined by an existing committee set up in 2014.\\r\\n\\r\\nThursday&acirc;&euro;&trade;s order was in response to a petition filed by Kerala resident Russel Joy, who had moved the court on behalf of three million people living in the vicinity of the reservoir. The petition claimed that their lives would be in danger if the dam were to burst, as the hilly terrain would make the water &acirc;&euro;&oelig;rush like a bullet&acirc;&euro;\\u009d and cover the thickly populated area in no time.\\r\\n\\r\\nThis fear of a possible calamity that would put millions of lives at risk has underscored the tussle between the two states over the Mullaperiyar dam for close to five decades now. Over the years, the dam has been the subject of numerous legal battles and there are multiple threads to the Mullaperiyar story &acirc;&euro;&ldquo; of safety, historicity and anxieties over the sharing of resources.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802343.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":276,\"Title\":\"Cardamom Factory\",\"Description\":\"A tour of the cardamom processing factory located next to the planter&amp;#039;s bungalow is a fascinating experience. tourist will get to witness at close quarters how cardamom is cleaned, processed and packed. One can also sample some of the finest quality cardamom pods and perhaps take samples back home.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4500\\/thumb\\/Cardamom Factory_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"376834\",\"Title\":\"Day 01: Cochin\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from Cochin Airport\\/ Railway Station and transfer to Cochin City, Check&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;into the hotel and free for relax. Afternoon start the City tour visiting Jewish&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Synagogue, Dutch Palace, St. Francis Church, Santa Cruz Basilica and Chinese&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fishing Nets. Overnight stay at Cochin.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":43408,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3746,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43409,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376835\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376836\",\"Title\":\"Day 02: Cochin - Munnar\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast transfer to Munnar (140 Kms \\/ 4 hrs) the lovely hill station, filled&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;with tea plantations and misty mountains. The drive to Munnar is very scenic&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;crossing the narrow hair &amp;ndash; pin roads where you see beautiful valleys, tea gardens&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;and small waterfalls on the way. Vallera waterfalls. Sightseeing includes&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pothenmedu view point. Check into hotel. Overnight stay at Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":540479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43410,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43411,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376837\",\"Title\":\"Day 03 : Munnar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast proceed to Munnar, on the way visit tea and spice plantations,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cheeyappara waterfalls, view point etc. Arrive Munnar and check in your hotel. Rest&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;of the day free for your own activities. Mattupetty Dam, Echo point, kundala dam,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rajamalai &amp;ndash; where we have ERAVIKULAM National Park, you could find NILGIRI&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;THAR, an endangered species, Tea museum. Overnight at hotel in Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":540479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":43412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1740,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376838\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376839\",\"Title\":\"Day 04: Munnar &ndash; Thekkady\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, proceed to Thekkady. Transfer to hotel &amp;amp; relax. Afternoon, Proceed&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;for sightseeing &amp;ndash;The Periyar wildlife sanctuary is thick evergreen forest, declared a&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tiger Reserve in 1978 The splendid artificial lake formed by the Mullaperiyar dam&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;across the Periyar River adds to the charm of the park. You can also do things in&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Thekkady like - Boat cruises on the Periyar Lake, visit cardamom, pepper, tea &amp;amp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;coffee plantation. Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530654,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1153,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":276,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376840\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"376841\",\"Title\":\"Day 05: Thekkady &ndash; Alleppey\",\"MealPlanInclude\":\"Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Breakfast at hotel, transfer to Alleppey, check into houseboat, and enjoy &amp;amp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;experience the full day back water life. Cruise will cover the canals &amp;amp; village area&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;also. Lunch, evening tea, dinner &amp;amp; breakfast will be serving at houseboat. The food is&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;authentic kerala cuisine. Overnight stay at Houseboat.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"376842\",\"Title\":\"Day 06: Alleppey &ndash; Cochin\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast check out from the houseboat and proceed to Cochin airport \\/&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;railway station to board the flight \\/ train back to home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":5,\"Type\":\"Premium\",\"TPSysId\":\"52054\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"44000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"44000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":44000,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"52054\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"39000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-18\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39000,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"376834\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[376834],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376835\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376835],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376836\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376836],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376837\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[376837],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376838\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376838],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376839\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376839],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376840\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376840],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376841\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376841],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"376842\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[376842],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cochin,Munnar,Thekkady,Alleppey','Cochin,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey',NULL,'6561,18697,27156,670',39000,44000,5,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'beautiful-kerala-id-24',NULL,NULL,NULL,0),(158,51920,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51920,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/discovering-the-best-of-south-india-bangalore-coorg-wayanad-mysore-tour_1682594926\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Explore the vibrant city of Bangalore before heading to Coorg, known for its picturesque landscapes and coffee plantations. Continue to Wayanad, a lush region with waterfalls and wildlife sanctuaries, before ending your trip in Mysore, home to historic palaces and colorful markets.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Mysore\",\"DestinationPlacesSysId\":18821,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Discovering the Best of South India: Bangalore, Coorg, Wayanad, and Mysore Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538556,\"Name\":\"PALM ERA COORG \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_538556\\/33971_cbb1a542d8a51c9a70e0035bb699573f1682512484.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538558,\"Name\":\"COORG CLIFF RESORTS \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533713,\"Name\":\"Le Coffee Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6582799\",\"Long\":\"76.25530289999999\",\"Address\":\"Chulliyode Road, M754+847, Sultan Bathery, Kerala 673592, India\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541819,\"Name\":\"Vythiri Resort \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541819\\/33971_b9297e92b7488c6471387d772cd203991682079572.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541820,\"Name\":\"VYTHIRI HOLIDAY RESORT\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541820\\/33971_7a6278eb85e66b357706496e9f68caf81682079544.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375756\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375758\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375760\",\"Title\":\"Pick up from the arrival and proceed to Coorg.\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Pick up from the arrival and proceed to Coorg. Enroute visit Tibetian Golden Temple,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NisargaDhama. On arrival check in to a hotel. Evening visit Raja&amp;#39;s Seat. Overnight stay @&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375762\",\"Title\":\"After breakfast Proceed to Talacaveri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast Proceed to Talacaveri, Bhagamandala, Omkareshwara Temple and Abby&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Falls. Overnight stay @ Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375764\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375766\",\"Title\":\"After breakfast, checkout and proceed to Wayanad\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed to Wayanad enroute visit Edakkal Caves, View Point&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp; Chain Tree, Overnight stay @ Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42756,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375768\",\"Title\":\"After  breakfast  proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay  Way\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After&amp;nbsp; breakfast&amp;nbsp; proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541820,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42757,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375770\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375772\",\"Title\":\"Afer Breakfast Check out and proceed to Mysore.\",\"MealPlanInclude\":\"Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Afer Breakfast Check out and proceed to Mysore. Check into the Hotel on arrival. Later&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;visit Chamundi Hills, bull Temple, Maharaja Palace. Evening proceed to Brindavan Gardens.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375774\",\"Title\":\"MYSORE - BANGALORE DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Bangalore airport to board the flight back to home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51920\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31706.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31706.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31706,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31706,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33024.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33024,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36635.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36635,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51921\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"44211.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"44211.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44211,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":44211,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45611.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45611,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":45611,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49473.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49473,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49473,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51920\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36706.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36706.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36706,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36706,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"38024.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":38024,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41635.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41635,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51921\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"49211.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49211.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49211,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49211,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50611.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50611,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50611,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54473.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54473,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":54473,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375756\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375756],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375758\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375758],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375760\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375760],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375762\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375762],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375764\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375764],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375766\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375766],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375768\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375768],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375770\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375770],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375772\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375772],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375774\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375774],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Coorg,Mysore,Wayanad','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Coorg,Wayanad,Kerala,Mysore',NULL,'2262,6879,18821,29412',31706,54473,6,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'discovering-the-best-of-south-india:-bangalore-coorg-wayanad-and-mysore-tour',NULL,NULL,NULL,0),(159,51918,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51918,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/south-india-hill-stations-odyssey-a--day-bangalore-coorg-mysore-ooty-tour_1682595399\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Embark on a scenic 7-day tour of South India&amp;#39;s most popular destinations with this itinerary. Begin your journey in the bustling city of Bangalore, also known as the Silicon Valley of India, before heading to the picturesque hill station of Coorg for two nights. Explore the coffee plantations and lush forests of Coorg before proceeding to the cultural hub of Mysore, where you can visit majestic palaces and ancient temples. Finally, wrap up your trip with a visit to Ooty, the &amp;quot;Queen of Hill Stations,&amp;quot; and take in the stunning views of the Nilgiri Mountains while enjoying the pleasant weather and tranquil surroundings.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Ooty\",\"DestinationPlacesSysId\":20161,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"South India Hill Stations Odyssey: A 7-Day Bangalore, Coorg, Mysore, and Ooty Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538556,\"Name\":\"PALM ERA COORG \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_538556\\/33971_cbb1a542d8a51c9a70e0035bb699573f1682512484.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538558,\"Name\":\"COORG CLIFF RESORTS \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422070,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.413611\",\"Long\":\"76.69806\",\"Address\":\"Welbeck Circle, Club Road, Club Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Located 1 km away from Ooty Railway Station, Hotel Wellbeck residency is a luxury hotel offering 24 hour room service. The hotel features a multi-cuisine restaurant which offers wide variety of cuisines. Ooty Lake is located at a distance of 2 km from the hotel.  This hotel in Ooty has well furnished rooms with various modern amenities.Some of the in-room amenities include a TV, tea coffee maker,safe and a mini fridge. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/ryl\\/hbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538513,\"Name\":\"GEM PARK OOTY \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375734\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375736\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375738\",\"Title\":\"Pick up from the arrival and proceed to Coorg.\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Pick up from the arrival and proceed to Coorg. Enroute visit Tibetian Golden Temple,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NisargaDhama. On arrival check in to a hotel. Evening visit Raja&amp;#39;s Seat. Overnight stay @&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375740\",\"Title\":\"After breakfast Proceed to Talacaveri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast Proceed to Talacaveri, Bhagamandala, Omkareshwara Temple and Abby&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Falls. Overnight stay @ Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375742\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375744\",\"Title\":\"Afer Breakfast Check out and proceed to Mysore.\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast Check out and proceed to Mysore. Check into Hotel on arrival.&amp;nbsp; Later visit Maharaja&amp;rsquo;s Palace.&amp;nbsp;&amp;nbsp; Evening proceed to Brindavan Garden. Overnight stay @ Mysore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375746\",\"Title\":\"After breakfast Maharaja&rsquo;s Palace, Chamundi Hill, Big Bull, St. Philomena&rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast Maharaja&amp;rsquo;s Palace, Cham,undi Hill Big Bull, St. Philomena&amp;rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42663,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":715,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375748\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375750\",\"Title\":\"After breakfast checkout and proceed to Ooty.\",\"MealPlanInclude\":\"Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Ooty. On arrival in Ooty checking to a hotel. Evening visit&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Botanical Gardens &amp;amp; Ooty Lake. Overnight stay @ Ooty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42752,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375752\",\"Title\":\"After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea f\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea factory and Tea Gardens) and Doddabetta Peak. Overnight stay Ooty.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42665,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375754\",\"Title\":\"After breakfast checkout and proceed to Bangalore or Coimbatore to board your train or flight.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Bangalore or Coimbatore to board your train or flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51918\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"39515.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"39515.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39515,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":39515,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41279.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41279,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41279,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45730.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":45730,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51919\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"55895.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"55895.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55895,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":55895,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"57659.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57659,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":57659,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"62110.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":62110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":62110,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51918\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"34515.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"34515.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34515,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":34515,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36279.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36279,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36279,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40730.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40730,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51919\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"50895.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50895.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50895,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50895,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"52659.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52659,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":52659,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"57110.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":57110,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375734\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375736\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375736],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375738\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375738],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375740\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375740],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375742\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375742],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375744\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375744],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375746\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375746],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375748\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375748],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375750\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375750],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375752\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375752],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375754\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[375754],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Coorg,Ooty,Mysore','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Coorg,Mysore,Ooty,Tamil Nadu',NULL,'2262,6879,20161,18821',34515,62110,7,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'south-india-hill-stations-odyssey:-a-7-day-bangalore-coorg-mysore-and-ooty-tour',NULL,NULL,NULL,0),(160,51872,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51872,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/karnataka-discovery-a--day-bangalore-coorg-mysore-tour_1682595586\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Uncover the best of Karnataka&amp;#39;s scenic beauty and cultural heritage with this 6-day itinerary. Begin your journey in the vibrant city of Bangalore and make your way to the picturesque hill station of Coorg for a 3-night stay. Immerse yourself in the stunning landscapes, explore the coffee plantations, and indulge in adventure activities. Next, head to Mysore, also known as the cultural capital of the state, where you can discover the rich history, visit majestic palaces, and admire the intricate architecture. With a perfect mix of nature, adventure, and culture, this tour promises to be an unforgettable experience.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Mysore\",\"DestinationPlacesSysId\":18821,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Karnataka Discovery: A 6-Day Bangalore, Coorg, and Mysore Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42794,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":373,\"Title\":\"Coorg City Tour\",\"Description\":\"Getting lost in the greenery and beauty of the Coorg is the best thing that one can do and enjoy the day .\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3374942,\"Long\":75.8069082,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3601\\/thumb\\/Coorg City Tour_510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42829,\"Title\":\"Ranganathaswamy Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538556,\"Name\":\"PALM ERA COORG \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_538556\\/33971_cbb1a542d8a51c9a70e0035bb699573f1682512484.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538558,\"Name\":\"COORG CLIFF RESORTS \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42794,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":373,\"Title\":\"Coorg City Tour\",\"Description\":\"Getting lost in the greenery and beauty of the Coorg is the best thing that one can do and enjoy the day .\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3374942,\"Long\":75.8069082,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3601\\/thumb\\/Coorg City Tour_510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42829,\"Title\":\"Ranganathaswamy Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42794,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":373,\"Title\":\"Coorg City Tour\",\"Description\":\"Getting lost in the greenery and beauty of the Coorg is the best thing that one can do and enjoy the day .\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3374942,\"Long\":75.8069082,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3601\\/thumb\\/Coorg City Tour_510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42829,\"Title\":\"Ranganathaswamy Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375708\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375710\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375712\",\"Title\":\"Pick up from the arrival and proceed to Coorg.\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Pick up from the arrival and proceed to Coorg. Enroute visit Tibetian Golden Temple,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NisargaDhama. On arrival check in to a hotel. Evening visit Raja&amp;#39;s Seat. Overnight stay @&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375714\",\"Title\":\"After breakfast Proceed to Talacaveri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast Proceed to Talacaveri, Bhagamandala, Omkareshwara Temple and Abby&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Falls. Overnight stay @ Coorg.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375716\",\"Title\":\"After breakfast proceed to visit Dubare Elephant Camp and Later in the day Leisure \\/ City Shoppihng . Overnight stay @ Coorg.\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast proceed to visit Dubare Elephant Camp and Later in the day Leisure \\/ City Shoppihng . Overnight stay @ Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42794,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":373,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375718\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375720\",\"Title\":\"Afer Breakfast Check out and proceed to Mysore.\",\"MealPlanInclude\":\"Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed to Mysore. Enroute visit Srirangapatna (Dariya Daulat Bagh, Gumbaz, Tippu Fort and Ranganathaswamy Temple). Check in to Hotel on arrival. Evening proceed to Brindavan Gardens. Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42662,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42741,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42829,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":133,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375722\",\"Title\":\"After breakfast Maharaja&rsquo;s Palace, Chamundi Hill, Big Bull, St. Philomena&rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast Maharaja&amp;rsquo;s Palace, Chamundi Hill, Big Bull, St. Philomena&amp;rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42663,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":715,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375724\",\"Title\":\"MYSORE - BANGALORE DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Bangalore airport to board the flight back to home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51872\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"35053.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35053.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35053,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35053,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36659.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36659,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36659,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40690.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40690,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51873\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"48764.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"48764.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48764,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":48764,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50454.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50454,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":54735,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51872\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"30053.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30053.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30053,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":30053,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31659.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31659,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31659,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35690.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35690,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35690,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51873\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"43764.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"43764.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43764,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":43764,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45454.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":45454,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49735,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375708\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375708],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375710\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375710],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375712\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375712],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375714\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375714],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375716\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375716],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375718\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375718],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375720\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375720],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375722\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375722],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375724\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375724],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Coorg,Mysore','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Coorg,Mysore','','2262,6879,18821',30053,54735,6,'',NULL,'[{\"day\":1,\"images\":\"Iskcon Temple.jpg\"},{\"day\":2,\"images\":\"Tibetian Golden Temple.jpg\"},{\"day\":3,\"images\":\"Abby  Falls.jpg\"},{\"day\":4,\"images\":\"Dubare Elephant Camp.jpg\"},{\"day\":5,\"images\":\"Dariya Daulat Bagh.jpg\"},{\"day\":6,\"images\":\"Maharaja Palace.jpg\"},{\"day\":7,\"images\":\"Bangalore Airport.jpg\"}]',2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0','','','',NULL,'karnataka-discovery:-a-6-day-bangalore-coorg-and-mysore-tour',NULL,NULL,NULL,0),(161,51870,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51870,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/south-india-heritage-nature-trail-a--night-bangalore-mysore-wayanad-tou_1682595963\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Discover the heritage and natural beauty of South India with this 7-day itinerary that takes you from the bustling city of Bangalore to the tranquil hills of Wayanad, via the cultural hub of Mysore. Explore the history and architecture of Bangalore and Mysore, including iconic landmarks like the Bangalore Palace and Mysore Palace, before immersing yourself in the lush greenery and misty mountains of Wayanad. Go on jungle safaris, visit tea and spice plantations, and witness the stunning waterfalls that dot the landscape. This tour promises to be a perfect blend of heritage, adventure, and nature.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Wayanad\",\"DestinationPlacesSysId\":29412,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"South India Heritage and Nature Trail: A 6-Night Bangalore, Mysore, and Wayanad Tou\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1707,\"Title\":\"Sunrise Valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":11.544874,\"Long\":76.2131474,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1046\\/thumb\\/Sunrise Valley_812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43170,\"Title\":\"city shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43171,\"Title\":\"Leisure\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1707,\"Title\":\"Sunrise Valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":11.544874,\"Long\":76.2131474,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1046\\/thumb\\/Sunrise Valley_812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43170,\"Title\":\"city shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43171,\"Title\":\"Leisure\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533713,\"Name\":\"Le Coffee Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6582799\",\"Long\":\"76.25530289999999\",\"Address\":\"Chulliyode Road, M754+847, Sultan Bathery, Kerala 673592, India\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541819,\"Name\":\"Vythiri Resort \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541819\\/33971_b9297e92b7488c6471387d772cd203991682079572.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42663,\"Title\":\"St. Philomena\\u2019s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":715,\"Title\":\"Jagan Mohan Palace\",\"Description\":\"The palace is one of the seven palaces of the royal city of Mysore and one of the most beautiful contributions of the Wodeyar Kings of the city during their regime. The Jaganmohan Palace was constructed in 1861 by the king, His Highness Krishnaraja Wodeyar III as an alternate retreat for the royal family. The palace is built in traditional Hindu style.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1044\\/thumb\\/Jagan Mohan Palace_83.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1707,\"Title\":\"Sunrise Valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":11.544874,\"Long\":76.2131474,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1046\\/thumb\\/Sunrise Valley_812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43170,\"Title\":\"city shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":43171,\"Title\":\"Leisure\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375339\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375341\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375343\",\"Title\":\"After breakfast proceed to Mysore. En route visit Srirangapatna(DariyaDaulatBagh, Gumbaz, Tippu Fort\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast proceed to Mysore. En route visit Srirangapatna(DariyaDaulatBagh, Gumbaz, Tippu Fort and Temple).On arrival check in to hotel. Evening proceed to Brindavan Garden. Overnight stay Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42662,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42741,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375345\",\"Title\":\"After breakfast Maharaja&rsquo;s Palace, Chamundi Hill, Big Bull, St. Philomena&rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast Maharaja&amp;rsquo;s Palace, Chamundi Hill, Big Bull, St. Philomena&amp;rsquo;s Church, Jagan Mohan Palace(Art Gallery) and Zoo, Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42663,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":715,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1167,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375347\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"375349\",\"Title\":\"After breakfast, checkout and proceed to Wayanad  \",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed to Wayanad enroute visit Edakkal Caves, View Point &amp;amp; Chain Tree, Overnight stay @ Wayanad&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42756,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375351\",\"Title\":\"After  breakfast  proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay  Way\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After&amp;nbsp; breakfast&amp;nbsp; proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42738,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375353\",\"Title\":\"After breakfast proceed to visit the Valley or City Shopping or Leisure. Overnight stay @ Wayanad\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast proceed to visit the Valley or City Shopping or Leisure. Overnight stay @ Wayanad&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1707,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43170,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43171,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375355\",\"Title\":\"After breakfast checkout and proceed to Bangalore to board your train or flight.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Bangalore to board your train or flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51870\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36103.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36103.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36103,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36103,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37446.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37446,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40953.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40953,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40953,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51871\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"48764.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"48764.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48764,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":48764,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50454.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50454,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":54735,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51870\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31103.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31103.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31103,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31103,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"32446.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":32446,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35953.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35953,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35953,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51871\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"43764.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"43764.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43764,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":43764,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45454.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45454,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":45454,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-14\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49735.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49735,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49735,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375339\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375339],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375341\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375341],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375343\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375345\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375345],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375347\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375347],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375349\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375349],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375351\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375351],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375353\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375353],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"375355\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Mysore,Wayanad','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Mysore,Wayanad,Kerala','','2262,18821,29412',31103,54735,6,'',NULL,'[{\"day\":1,\"images\":\"radha_krishna_temple_bangalore.jpg\"},{\"day\":2,\"images\":\"Dariya Daulat Bagh.jpg\"},{\"day\":3,\"images\":\"Chamundi Hill.jpg\"},{\"day\":4,\"images\":\"Edakkal Caves.jpg\"},{\"day\":5,\"images\":\"Kanthanpara falls.jpg\"},{\"day\":6,\"images\":\"Wayanad Valley.jpg\"},{\"day\":7,\"images\":\"Bangalore Airport.jpg\"}]',2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0','','','',NULL,'south-india-heritage-and-nature-trail:-a-6-night-bangalore-mysore-and-wayanad-tou',NULL,NULL,NULL,0),(162,51741,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51741,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/discover-south-indias-hill-stations-heritage-a--day-bangalore-coorg-wayanad-mysore-tou_1682596086\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Embark on a scenic 6-day tour of South India&amp;#39;s most popular hill stations and cultural hub with this itinerary. Start your journey in the bustling city of Bangalore and proceed to Coorg, where you can explore the lush greenery and coffee plantations for two nights. Next, make your way to the tranquil hills of Wayanad and indulge in adventure activities like trekking and wildlife spotting. Finally, conclude your tour with a visit to the cultural hub of Mysore, where you can explore the majestic palaces, ancient temples, and vibrant markets. This tour promises to be a perfect blend of nature, adventure, and culture&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Mysore\",\"DestinationPlacesSysId\":18821,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Discover South India\'s Hill Stations and Heritage: A 6-Day Bangalore, Coorg, Wayanad, and Mysore Tou\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538556,\"Name\":\"PALM ERA COORG \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_538556\\/33971_cbb1a542d8a51c9a70e0035bb699573f1682512484.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538558,\"Name\":\"COORG CLIFF RESORTS \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533713,\"Name\":\"Le Coffee Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6582799\",\"Long\":\"76.25530289999999\",\"Address\":\"Chulliyode Road, M754+847, Sultan Bathery, Kerala 673592, India\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541819,\"Name\":\"Vythiri Resort \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541819\\/33971_b9297e92b7488c6471387d772cd203991682079572.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42781,\"Title\":\"Tibetian Golden Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42782,\"Title\":\"Talacaveri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42783,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"374298\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374300\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"374302\",\"Title\":\"Pick up from the arrival and proceed to Coorg.\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Pick up from the arrival and proceed to Coorg. Enroute visit Tibetian Golden Temple,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NisargaDhama. On arrival check in to a hotel. Evening visit Raja&amp;#39;s Seat. Overnight stay @&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374304\",\"Title\":\"After breakfast Proceed to Talacaveri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast Proceed to Talacaveri, Bhagamandala, Omkareshwara Temple and Abby&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Falls. Overnight stay @ Coorg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538556,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538558,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374306\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"374308\",\"Title\":\"After breakfast, checkout and proceed to Wayanad\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed to Wayanad enroute visit Edakkal Caves, View Point&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp; Chain Tree, Overnight stay @ Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42756,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374310\",\"Title\":\"After  breakfast  proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay  Way\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After&amp;nbsp; breakfast&amp;nbsp; proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42737,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374312\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"374314\",\"Title\":\"Afer Breakfast Check out and proceed to Mysore.\",\"MealPlanInclude\":\"Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Afer Breakfast Check out and proceed to Mysore. Check into the Hotel on arrival. Later&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;visit Chamundi Hills, bull Temple, Maharaja Palace. Evening proceed to Brindavan Gardens.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay @ Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"374316\",\"Title\":\"MYSORE - BANGALORE DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Bangalore airport to board the flight back to home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51741\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36706.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36706.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36706,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36706,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"38024.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":38024,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41635.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41635,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51742\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"49211.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49211.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49211,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49211,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50611.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50611,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50611,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"54473.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54473,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":54473,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51741\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31706.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31706.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31706,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31706,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33024.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33024,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36635.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36635,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51742\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"44211.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"44211.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44211,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":44211,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"45611.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45611,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":45611,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-12\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"49473.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49473,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":49473,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"374298\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[374298],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374300\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[374300],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"374302\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[374302],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374304\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[374304],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374306\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[374306],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"374308\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[374308],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374310\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[374310],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374312\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[374312],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"374314\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[374314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"374316\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[374316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Coorg,Mysore,Wayanad','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Coorg,Wayanad,Kerala,Mysore','','2262,6879,18821,29412',31706,54473,6,'',NULL,'[{\"day\":1,\"images\":\"Iskcon Temple.jpg\"},{\"day\":2,\"images\":\"Tibetian Golden Temple.jpg\"},{\"day\":3,\"images\":\"Talacaveri.jpg\"},{\"day\":4,\"images\":\"Edakkal Caves.jpg\"},{\"day\":5,\"images\":\"Kanthanpara falls.jpg\"},{\"day\":6,\"images\":\"mysore (1).jpg\"},{\"day\":7,\"images\":\"Bangalore Airport.jpg\"}]',2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0','','','',NULL,'discover-south-india\'s-hill-stations-and-heritage:-a-6-day-bangalore-coorg-wayanad-and-mysore-tou',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (163,51380,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51380,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/hill-station-heritage-trail-bangalore-wayanad-ooty-mysore-in--days_1682599238\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Hill Station and Heritage Trail is a 7-day tour package that takes you on an enchanting journey through the stunning hill stations and heritage sites of South India. The tour starts in Bangalore, where you&amp;#39;ll explore the city&amp;#39;s vibrant markets, magnificent temples, and iconic landmarks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From there, you&amp;#39;ll head to Wayanad, nestled in the Western Ghats of Kerala, known for its natural beauty and wildlife sanctuaries. You&amp;#39;ll get to experience the lush greenery, trek through the hills, visit tea and spice plantations, and explore the famous Edakkal Caves.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Next, you&amp;#39;ll travel to Ooty, the Queen of Hill Stations, located in the Nilgiri Hills of Tamil Nadu. Here, you&amp;#39;ll enjoy the breathtaking views of the mountains, lakes, and gardens. You&amp;#39;ll also get to ride the Toy Train, a UNESCO World Heritage Site that takes you through some of the most scenic routes in India.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The final leg of the journey takes you to Mysore, the cultural capital of Karnataka, known for its rich heritage and palaces. You&amp;#39;ll get to visit the famous Mysore Palace, explore the city&amp;#39;s vibrant markets, and indulge in local delicacies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overall, the Hill Station and Heritage Trail package offers a perfect blend of adventure, culture, and relaxation, making it an ideal package for families, couples, and solo travelers looking to explore the best of South India&amp;#39;s hill stations and heritage sites in just 7 days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Mysore\",\"DestinationPlacesSysId\":18821,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Hill Station and Heritage Trail: Bangalore, Wayanad, Ooty, and Mysore in 7 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":418457,\"Name\":\"The Palladium, Bengaluru\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.978671\",\"Long\":\"77.579471\",\"Address\":\"39,2nd Main,6nd cross,Opp.Corporation High School 0 560009 BENGALURU  IN, 560009\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"Hotel combines great ambience with impeccable personaliz service.Property consists of 42 rooms.Guests can enjoy the convenience of 24-hour reception. There is a currency exchange on the premises. Guests can relax with a daily newspaper offered by the newspaper stand. Guests can avail themselves of the key collection service. There is mobile phone coverage throughout the Hotel. Guests can take advantage of room service to enjoy breakfast in bed. In case of illness, guests can make use of the medical service. The property is wheelchair-accessible. There is an on-site car park. Guests may enjoy a cup of coffee over the morning newspaper provided by the Hotel. Security is provided 24 hours a day.\\nIndira Gandhi Musical Fountain Park is 3.5 km from The Palladium, and Bangalore Palace is 3.7 km from the property. Kempegowda International Airport is 27.4 km away.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/57\\/579602\\/579602a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42735,\"Title\":\"View Point & Chain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42740,\"Title\":\"visit Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533713,\"Name\":\"Le Coffee Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6582799\",\"Long\":\"76.25530289999999\",\"Address\":\"Chulliyode Road, M754+847, Sultan Bathery, Kerala 673592, India\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541819,\"Name\":\"Vythiri Resort \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541819\\/33971_b9297e92b7488c6471387d772cd203991682079572.jpg\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42735,\"Title\":\"View Point & Chain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42740,\"Title\":\"visit Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42735,\"Title\":\"View Point & Chain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42740,\"Title\":\"visit Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422070,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.413611\",\"Long\":\"76.69806\",\"Address\":\"Welbeck Circle, Club Road, Club Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Located 1 km away from Ooty Railway Station, Hotel Wellbeck residency is a luxury hotel offering 24 hour room service. The hotel features a multi-cuisine restaurant which offers wide variety of cuisines. Ooty Lake is located at a distance of 2 km from the hotel.  This hotel in Ooty has well furnished rooms with various modern amenities.Some of the in-room amenities include a TV, tea coffee maker,safe and a mini fridge. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/ryl\\/hbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538513,\"Name\":\"GEM PARK OOTY \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42735,\"Title\":\"View Point & Chain\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42738,\"Title\":\"Kuruvadeep Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42740,\"Title\":\"visit Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"371488\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":418457,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371490\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371492\",\"Title\":\"After breakfast, checkout and proceed to Wayanad enroute visit Edakkal Caves, View Point &amp; Chain Tree, Overnight stay @ Wayanad.\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed to Wayanad enroute visit Edakkal Caves, View Point &amp;amp; Chain&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tree, Overnight stay @ Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42735,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371494\",\"Title\":\"After  breakfast  proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay  Way\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After&amp;nbsp; breakfast&amp;nbsp; proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":541819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42738,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371496\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371498\",\"Title\":\"After breakfast checkout and proceed to Ooty,\",\"MealPlanInclude\":\"Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Ooty, on arrival in Ooty checkin to a hotel. After lunch, Ooty&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;lake, Botanical Gardens. Overnight stay @ Ooty&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371500\",\"Title\":\"After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea f\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea factory and Tea Gardens) and Doddabetta Peak. Overnight stay Ooty.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42665,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371502\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371504\",\"Title\":\"OOTY - MYSORE\",\"MealPlanInclude\":\"Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Mysore. On arrival check inn to the hotel or directly proceed for a sightseeing -&amp;nbsp;.&amp;nbsp; Later visit Maharaja&amp;rsquo;s Palace.&amp;nbsp;&amp;nbsp; Evening proceed to Brindavan Garden. Overnight stay in hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371506\",\"Title\":\"Mysore Local Day Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After Breakfast, proceed to visit Chamundi Hill, Big Bull and Later visit Srirangapatna(Dariya Daulat&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bagh, Gumbaz, Tippu Fort and Temple).Overnight stay @ Mysore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42740,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42662,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42741,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371508\",\"Title\":\"MYSORE - BANGALORE DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and proceed to Bangalore&amp;nbsp;or Mysore to board your train or flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51380\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"41710.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"41710.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41710,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"43235.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43235,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":43235,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47485.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47485,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":47485,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51381\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"55520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"55520.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":55520,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"56042.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56042,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":56042,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"61293.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61293,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":61293,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51380\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36710.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36710.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36710,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"38235.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38235,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":38235,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"42485.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42485,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":42485,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51381\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"50520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50520.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50520,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"51042.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51042,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":51042,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"56293.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56293,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":56293,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"371488\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[371488],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371490\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371490],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371492\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371492],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371494\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371494],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371496\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371496],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371498\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371498],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371500\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371500],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371502\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[371502],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371504\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[371504],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371506\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[371506],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371508\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[371508],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Wayanad,Mysore,Ooty','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Wayanad,Kerala,Ooty,Tamil Nadu,Mysore',NULL,'2262,29412,18821,20161',36710,61293,7,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'hill-station-and-heritage-trail:-bangalore-wayanad-ooty-and-mysore-in-7-days',NULL,NULL,NULL,0),(164,51383,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51383,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/southern-triangle-tour-bangalore-mysore-ooty-in--days_1682598967\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Southern Triangle Tour is a 4-day tour package that covers the beautiful destinations of Bangalore, Mysore, and Ooty in South India. The tour starts in Bangalore, the capital city of Karnataka, known for its buzzing nightlife, pleasant weather, and rich cultural heritage. You&amp;#39;ll get to explore the city&amp;#39;s famous landmarks, gardens, and markets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From there, you&amp;#39;ll move on to Mysore, the cultural capital of Karnataka, where you&amp;#39;ll be mesmerized by the city&amp;#39;s rich history and architecture, including the magnificent Mysore Palace. You&amp;#39;ll also get to visit the Chamundeshwari Temple, which is located atop a hill and provides a panoramic view of the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The next leg of the journey takes you to Ooty, the Queen of Hill Stations, located in the Nilgiri Hills of Tamil Nadu. Here, you&amp;#39;ll be captivated by the serene landscapes, including tea gardens, valleys, and mountains. You&amp;#39;ll also get to experience the Toy Train ride, which takes you through some of the most scenic routes in the country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overall, the Southern Triangle Tour offers a perfect blend of adventure, culture, and relaxation, making it an ideal package for families, couples, and solo travelers looking to explore the best of South India in just 4 days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Ooty\",\"DestinationPlacesSysId\":20161,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Southern Triangle Tour: Bangalore, Mysore, and Ooty in 4 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422070,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.413611\",\"Long\":\"76.69806\",\"Address\":\"Welbeck Circle, Club Road, Club Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Located 1 km away from Ooty Railway Station, Hotel Wellbeck residency is a luxury hotel offering 24 hour room service. The hotel features a multi-cuisine restaurant which offers wide variety of cuisines. Ooty Lake is located at a distance of 2 km from the hotel.  This hotel in Ooty has well furnished rooms with various modern amenities.Some of the in-room amenities include a TV, tea coffee maker,safe and a mini fridge. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/ryl\\/hbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538513,\"Name\":\"GEM PARK OOTY \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42650,\"Title\":\"Vidana Soudha\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42752,\"Title\":\"Dolphin Nose,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"371510\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42650,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371512\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371514\",\"Title\":\"After breakfast proceed to Mysore. En route visit Srirangapatna(DariyaDaulatBagh,)\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast proceed to Mysore. En route visit Srirangapatna(Dariya Daulat Bagh, Gumbaz, Tippu&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fort and Temple). On arrival check in to hotel. Later visit Maharaja Palace and evening proceed to&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Brindavan Garden. Overnight stay @ Mysore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42662,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42741,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371516\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371518\",\"Title\":\"After breakfast checkout and proceed to Ooty.\",\"MealPlanInclude\":\"Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to visit Chamundi Hill and Big bull. Afternoon proceed to Ooty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival in Ooty checkin to a hotel. Evening visit Botanical Gardens &amp;amp; Ooty Lake. Overnight stay @&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Ooty.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371520\",\"Title\":\"After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea f\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea factory and Tea Gardens) and Doddabetta Peak. Overnight stay Ooty.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42752,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371522\",\"Title\":\"After breakfast checkout and proceed to Bangalore or Coimbatore to board your train or flight.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Bangalore or Coimbatore to board your train or flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51383\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"26590.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"26590.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26590,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":26590,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27489.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27489,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27489,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"30055.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30055,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":30055,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51384\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"36933.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"36933.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36933,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":36933,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37825.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37825,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40398.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40398,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40398,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51383\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"21590.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21590.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21590,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21590,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"22489.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22489,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":22489,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"25055.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25055,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":25055,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51384\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"31933.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"31933.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31933,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":31933,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"32825.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32825,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":32825,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35398.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35398,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35398,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"371510\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[371510],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371512\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371512],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371514\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371514],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371516\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371516],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371518\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371518],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371520\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371520],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371522\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371522],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Mysore,Ooty','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Mysore,Ooty,Tamil Nadu','','2262,18821,20161',21590,40398,4,'',NULL,'[{\"day\":1,\"images\":\"Iskcon Temple.jpg\"},{\"day\":2,\"images\":\"Maharaja Palace.jpg\"},{\"day\":3,\"images\":\"Ooty Lake.jpg\"},{\"day\":4,\"images\":\"Dolphin Nose.jpg\"},{\"day\":5,\"images\":\"Bangalore Airport.jpg\"}]',2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','1','','','',NULL,'southern-triangle-tour:-bangalore-mysore-and-ooty-in-4-days',NULL,NULL,NULL,0),(165,51396,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":51396,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/33971\\/package\\/images\\/southern-bliss-tour-bangalore-mysore-wayanad-ooty-in--days_1682598849\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":3,\"DETAILS\":\"&lt;p&gt;Southern Bliss Tour is a 6-day tour package that covers some of the most enchanting destinations in South India. The tour starts in Bangalore, the bustling IT hub of the country, where you&amp;#39;ll get to explore the city&amp;#39;s famous landmarks, gardens, and markets. From there, you&amp;#39;ll move on to Mysore, the cultural capital of Karnataka, where you&amp;#39;ll be mesmerized by the city&amp;#39;s rich history and architecture, including the magnificent Mysore Palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The next leg of the journey takes you to Wayanad, a serene hill station in Kerala, where you&amp;#39;ll be surrounded by lush green forests, waterfalls, and wildlife sanctuaries. You&amp;#39;ll get to experience the natural beauty of Wayanad with visits to popular attractions such as the Edakkal Caves and the Soochipara Falls.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The tour then moves on to Ooty, the Queen of Hill Stations, located in the Nilgiri Hills of Tamil Nadu. Here, you&amp;#39;ll be captivated by the serene landscapes, including tea gardens, valleys, and mountains. You&amp;#39;ll also get to experience the Toy Train ride, which takes you through some of the most scenic routes in the country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overall, the Southern Bliss Tour offers a perfect blend of adventure, culture, and relaxation, making it an ideal package for families, couples, and solo travelers looking to explore the best of South India in just 6 days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":33971,\"AgencyIdB2C\":35,\"AgencyIdB2B\":33971,\"DestinationPlaces\":\"Ooty\",\"DestinationPlacesSysId\":20161,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Fly Creative\",\"Name\":\"Southern Bliss Tour: Bangalore, Mysore, Wayanad, and Ooty in 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14364\",\"SupplierName\":\"Flycreative\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":546094,\"Name\":\"Hotel Palladiam suite\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546095,\"Name\":\"Fortune JP Celestial\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544401,\"Name\":\"Hotel Rio meridean\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534833,\"Name\":\"Hotel Sandesh The Prince\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3092408\",\"Long\":\"76.6623608\",\"Address\":\"No 3 Nethra Nivas, Nazarbad Main Rd, Nazarbad, Mysuru, Karnataka 570010, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422070,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.413611\",\"Long\":\"76.69806\",\"Address\":\"Welbeck Circle, Club Road, Club Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Located 1 km away from Ooty Railway Station, Hotel Wellbeck residency is a luxury hotel offering 24 hour room service. The hotel features a multi-cuisine restaurant which offers wide variety of cuisines. Ooty Lake is located at a distance of 2 km from the hotel.  This hotel in Ooty has well furnished rooms with various modern amenities.Some of the in-room amenities include a TV, tea coffee maker,safe and a mini fridge. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/ryl\\/hbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":538513,\"Name\":\"GEM PARK OOTY \",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"111100000000110000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533713,\"Name\":\"Le Coffee Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6582799\",\"Long\":\"76.25530289999999\",\"Address\":\"Chulliyode Road, M754+847, Sultan Bathery, Kerala 673592, India\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":546644,\"Name\":\"coorg cliff\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42662,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42661,\"Title\":\"Srirangapatna(DariyaDaulatBagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42741,\"Title\":\"tipu fort and temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42734,\"Title\":\"Edakkal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42756,\"Title\":\"View Point & Chain Tree,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42736,\"Title\":\"Pookat lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42737,\"Title\":\"Kanthanpara falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42757,\"Title\":\"Kuruvadeep Island.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"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\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42664,\"Title\":\"Sim\\u2019s Park lam\\u2019s Rock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42665,\"Title\":\"Dolphin Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":42739,\"Title\":\"Tea factory and Tea Gardens)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14364,\"SupplierName\":\"Flycreative\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"371621\",\"Title\":\"ARRIVAL BENGALURU\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;temple. Overnight stay @ Bangalore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":546094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371623\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371625\",\"Title\":\"After breakfast proceed to Mysore. En route visit Srirangapatna(DariyaDaulatBagh, Gumbaz, Tippu Fort\",\"MealPlanInclude\":\"Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast proceed to Mysore. En route visit Srirangapatna(DariyaDaulatBagh, Gumbaz, Tippu Fort and Temple).On arrival check in to hotel. Evening proceed to Brindavan Garden. Overnight stay Mysore&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544401,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534833,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42662,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42741,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371627\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371629\",\"Title\":\"After breakfast, checkout and visit Chamundi Hill, Big Bull , Maharaja Palace, and proceed to Wayana\",\"MealPlanInclude\":\"Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, checkout and proceed visit Chamumdi Hills &amp;amp; Big Bull. Later proceed to&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Wayanad enroute visit Edakkal Caves, View Point &amp;amp; Chain Tree, Overnight stay @ Wayanad&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546644,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42756,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371631\",\"Title\":\"After  breakfast  proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay  Way\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After&amp;nbsp; breakfast&amp;nbsp; proceed to Pookat lake, Kanthanpara falls, Kuruvadeep Island. Overnight stay Wayanad.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":546644,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42757,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371633\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"371635\",\"Title\":\"After breakfast checkout and proceed to Ooty,\",\"MealPlanInclude\":\"Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Ooty, on arrival in Ooty checkin to a hotel. After lunch, Ooty&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;lake, Botanical Gardens. Overnight stay @ Ooty&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371637\",\"Title\":\"After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea f\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast Proceed to Coonoor. Coonoor Sight Seeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea factory and Tea Gardens) and Doddabetta Peak. Overnight stay Ooty.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":538513,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":42664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42665,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"371639\",\"Title\":\"After breakfast checkout and proceed to Bangalore or Mysore to board your train or flight.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast checkout and proceed to Bangalore or Mysore to board your train or flight.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"51396\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"37020.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"37020.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37020,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"38340.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":38340,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"40765.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40765,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":40765,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51397\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"52245.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"52245.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52245,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":52245,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"53565.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53565,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":53565,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"55990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":10000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":55990,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51396\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"32020.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"32020.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":32020,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33340.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33340,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33340,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"35765.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35765,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35765,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"51397\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"47245.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"47245.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47245,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":47245,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"48565.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48565,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":48565,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-04-06\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"50990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":5000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50990,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"371621\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[371621],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371623\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371623],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371625\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[371625],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371627\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371627],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371629\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[371629],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371631\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[371631],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371633\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371633],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"371635\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[371635],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371637\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[371637],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"371639\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[371639],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Mysore,Ooty,Wayanad','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Mysore,Wayanad,Kerala,Ooty,Tamil Nadu',NULL,'2262,18821,20161,29412',32020,55990,6,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'southern-bliss-tour:-bangalore-mysore-wayanad-and-ooty-in-6-days',NULL,NULL,NULL,0),(166,52004,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":52004,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/svalbard-cruise-to-the-farthest-north_1681731527\",\"BookingValidUntill\":\"2024-08-17\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Offering a genuinely amazing experience of the arctic islands, including a stunning trip to West Spitsbergen, Nordaustlandet, and Kvit&amp;oslash;ya. This cruise will take you close to the geographic north pole where we will have the opportunity to bask in the arctic sun along the pack ice edge.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Here we will give you an incredible adventure experience of the north of Svalbard to see the beautiful scenery and animals. We will aim to land on Kvitya, a historically significant place with a huge walrus population.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Highlights&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Explore Svalbard, the world&amp;rsquo;s northernmost town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness Arctic Wildlife such as Polar Bears, Whales, and Walruses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit The great glacier in front of Schweigaards Breen for taking a few snaps of breathtaking views.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sail toward the north pole almost at the 82nd parallel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Set foot on Spitsbergen&amp;#39;s most northern territory in the Seven Islands at Rossiya&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Longyearbyen\",\"DestinationPlacesSysId\":15875,\"SourcePlaces\":\"Longyearbyen\",\"SourcePlaceSysId\":15875,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\" Svalbard Cruise to the Farthest North\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15624\",\"SupplierName\":\"Albatros Expedition Cruises\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"All Meals,Cruise\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-08-17\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26487,\"Title\":\"Svalbard\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43357,\"Title\":\"Embarkation Svalbard\",\"Description\":\"&lt;p&gt;Embarkation Svalbard&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26487,\"CityName\":\"Svalbard\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/26487\\/sightseeing\\/43249_1681732326.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43362,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26487,\"CityName\":\"Svalbard\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43363,\"Title\":\"Dj\\u00fapav\\u00edk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42335,\"Title\":\"Hiking on the Eastern Coast\",\"Description\":\"&lt;p&gt;At Sea&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680161325.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42327,\"Title\":\"Nordaustlandet\",\"Description\":\"&lt;p&gt;Nordaustlandet&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157073.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42328,\"Title\":\"Kraemerpynten\",\"Description\":\"&lt;p&gt;Kraemerpynten&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157475.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42329,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157979.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42332,\"Title\":\"At Sea in Svalbard\",\"Description\":\"&lt;p&gt;At Sea in Svalbard&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680158793.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42333,\"Title\":\"Krossfjorden\",\"Description\":\"&lt;p&gt;Krossfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680159053.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42334,\"Title\":\"Disembarkation in Longyearbyen\",\"Description\":\"&lt;p&gt;Disembarkation in Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680159295.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":37150,\"Title\":\"At Sea\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545468,\"Name\":\"Adventure Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37150,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_545468\\/43249_a3b0efc2ec4f13278190c4fb0714f4821680161960.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43357,\"Title\":\"Embarkation Svalbard\",\"Description\":\"&lt;p&gt;Embarkation Svalbard&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26487,\"CityName\":\"Svalbard\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/26487\\/sightseeing\\/43249_1681732326.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43362,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":26487,\"CityName\":\"Svalbard\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43363,\"Title\":\"Dj\\u00fapav\\u00edk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42335,\"Title\":\"Hiking on the Eastern Coast\",\"Description\":\"&lt;p&gt;At Sea&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680161325.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42327,\"Title\":\"Nordaustlandet\",\"Description\":\"&lt;p&gt;Nordaustlandet&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157073.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42328,\"Title\":\"Kraemerpynten\",\"Description\":\"&lt;p&gt;Kraemerpynten&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157475.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42329,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680157979.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42332,\"Title\":\"At Sea in Svalbard\",\"Description\":\"&lt;p&gt;At Sea in Svalbard&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680158793.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42333,\"Title\":\"Krossfjorden\",\"Description\":\"&lt;p&gt;Krossfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680159053.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42334,\"Title\":\"Disembarkation in Longyearbyen\",\"Description\":\"&lt;p&gt;Disembarkation in Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680159295.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"376448\",\"Title\":\"Explore Svalbard \\/ Embarkation\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;You land at Longyearbyen, the administrative hub of Spitsbergen, the largest of the Svalbard archipelago&amp;#39;s islands. Take a trip around this old mining town, where the parish church and Svalbard Museum are noteworthy sights. Despite its harsh appearance, the landscape is home to over a hundred plant species. The ship departs Isfjorden in the early evening, where you may see your first minke whale of the trip.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26487,\"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\":[{\"IsIncluded\":true,\"Id\":43357,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43362,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376449\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26487,\"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\":\"376450\",\"Title\":\"The First of the Fjords\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;As you sail to Raudfjorden on Spitsbergen&amp;#39;s north shore, you take in an immense fjord overflowing with glaciers and perhaps even ringed and bearded seals. Its fjord&amp;#39;s cliffs and shoreline are also home to prolific seabird colonies, a bounty of lush flora, and perhaps even polar bears. You pass by the island of Moffen in the evening, where a sizable herd of walruses may be found.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43363,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42251,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376451\",\"Title\":\"Fjord- Fueled Hikes\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Next, you pass into Beverleysundet, which was previously explored in 1898 by the Swedish-Russian Arc-of-Meridian Expedition. From here, head east around Scoresby Island into Rijpfjord, where the German Wehrmacht ran the meteorological station Haudegen (no longer accessible) until September 1945. The plan at Zorgdragerfjord is to have one group walk the eastern coast while the other traverses the north side of Arkvatnet, across Havsuldalen, to the entrance of Duvefjorden.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42335,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376452\",\"Title\":\"The Great Glacier Front of Schweigaards Breen\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;As you move farther east into Nordaustlandet, you arrive at the location where, in 1928, Italian captain Sora attempted to save the Nobile Expedition. The enormous glacier front of Schweigaardbreen is the main attraction here, but you may also land nearby Firkantbukta, giving you the opportunity to gain some height and snap a few shots from a higher vantage point. We may also cruise to Soraberget and Behounekodden, Nobile&amp;#39;s telegraphist.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42327,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376453\",\"Title\":\"Ice Cap at Kvit&oslash;ya\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;You are attempting to travel today to the remote, eastward location of Kvitya, which is near Russian land. Only a tiny portion of this island is bare due to the massive ice sheet that covers it. You arrive at Andr&amp;eacute;eneset&amp;#39;s westernmost point, the spot where the Swedish explorer S. A. Andr&amp;eacute;e and his friends died in 1897. Kraemerpynten, which is another goal for the day and is home to a significant population of walruses, is located in the far east of the island.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42328,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376454\",\"Title\":\"Farthest North\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;We sail due North toward the North Pole and if sea ice allows, we expect to reach your northernmost point, at the 82nd parallel. While retracing your route southwest, keep watch for polar bears and elusive Greenland (bowhead) whales, and a very rare narwhal. This is the time of year when we have seen Ross&amp;rsquo;s gulls in the area.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42329,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376455\",\"Title\":\"&nbsp;The Seven Islands\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;We could set foot on Spitsbergen&amp;#39;s most northern territory in the Seven Islands at Rossya. There are remnants of the Swedish-Russian Arc of Meridian Expedition on Vesle Tavleya. (1899). We frequently encounter a herd of walruses on Phippsya. This area is home to polar bears, so the ship might stop among the pack ice for a while before turning back towards the west.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376456\",\"Title\":\"Incredible Krossfjorden Scenery\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;We&amp;#39;re entering Krossfjorden today, on Spitsbergen&amp;#39;s major island, where you&amp;#39;ll travel through breathtakingly beautiful alpine mountaintops, functional glaciers, and a veritable jungle of lush flora.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42333,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376457\",\"Title\":\"Disembarkation in Longyearbyen\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;No matter how magnificent an experience may be, it must finally end. In Longyearbyen, you disembark, bringing with you memories to share on whatever journey awaits you.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42334,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"52004\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":1150,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"52004\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":1150,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150},{\"From\":\"2024-08-17\",\"To\":\"2024-08-17\",\"Currency\":2,\"priceTripleOcc\":1150,\"priceDoubleOcc\":1150,\"priceSingleOcc\":\"1150.00\",\"priceExtraBed\":1150,\"priceWithoutBed\":1150,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1150,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1150,\"CWOB\":1150,\"CEB\":1150,\"COSTDO\":1150,\"COSTSO\":\"1150.00\",\"ACEB\":1150}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any airfare, whether on scheduled or charter flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pre- and post-land arrangements.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport and visa expenses.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government arrival and departure taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals ashore.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Baggage, cancellation, and personal insurance (which is strongly recommended).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excess baggage charges and all items of a personal nature such as laundry, bar, beverage charges, and telecommunication charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer supplement for bus shuttle between Akureyri (ship) and Radhus Reykjavikur \\/ city hall in Vonarstraeti (6 hours).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The customary gratuity at the end of the voyages for stewards and other service personnel aboard (guidelines will be provided).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Voyage aboard the indicated vessel as indicated in the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All meals throughout the voyage aboard the ship including snacks, coffee, and tea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All shore excursions and activities throughout the voyage by Zodiac.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Program of lectures by noted naturalists and leadership by experienced expedition staff.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free use of rubber boots and snowshoes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers and baggage handling between the airport, hotels, and ship only for those passengers on the group flights to Longyearbyen.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All miscellaneous service taxes and port charges throughout the program.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;AECO fees and governmental taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Comprehensive pre-departure material.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"376448\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[376448],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376449\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376449],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376450\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376450],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376451\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[376451],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376452\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376452],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376453\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376453],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376454\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[376454],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376455\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[376455],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376456\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[376456],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376457\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[376457],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"15875\":{\"CityName\":\"Longyearbyen\",\"FlightInv\":{\"1\":{\"742\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"743\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20240817\":{\"FromDate\":\"2024-08-17\",\"FromDateDMY\":\"17\\/08\\/2024\",\"AdultCost\":1150,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Svalbard,At Sea','Svalbard,Scandinavia,Norway,At Sea,On Transit',NULL,'26487,37150',94498,94498,8,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-08-17 00:00:00','2024-08-17 00:00:00',3,'Norway,On Transit','164,2528','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'svalbard-cruise-to-the-farthest-north',NULL,NULL,NULL,0),(167,51967,1,35,0,0,0,'Adventure',NULL,1,1,0,'{\"package\":{\"TPId\":51967,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/apex-antarctica-with-polar-circle_1681713620\",\"BookingValidUntill\":\"2024-02-02\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Antarctica, the world&amp;#39;s least visited but most stunning continent becomes accessible to you. Its topography lowers to the sea and climbs to the mountains with jaw-dropping changes, with kilometres of white snow and ice as far as the eye can see. A luxury cruise liner brings you not only to the Antarctic Peninsula but also to the Antarctic Circle at approximately 66 degrees 33 minutes south of the Equator, as well as the South Shetland Islands and Elephant Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Given the scenery, activities such as sea kayaking and snowshoeing provide a distinct excitement. This encounter is unlike any other in the world. Specialized guides and naturalists ensure that every dollar spent on the tour is well spent.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Highlights&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Round trip from Ushuaia; the southernmost city of the world&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the actual Antarctic Circle at 66 degrees 33 minutes south of the Equator&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore South Shetland Island, King George Island, Elephant Island, Weddel Sea, and Detaille Island&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Expedition leaders and polar guides are present throughout the trip to ensure a safe and knowledgeable experience&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Traverse the infamous Drake&amp;rsquo;s passage, also known as a rite of passage for many sailors&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Abundant opportunities to see exclusive wildlife like penguins, whales and species of seals&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional Sea kayaking amidst floating ice chunks, Icebergs, snow sheets, mountains and fjords. Surround yourself with glaciated peaks and look below at crystal-clear waters&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Snowshoeing &amp;amp; Hiking&amp;nbsp; - View the South pole from the highest points.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Zodiac boats are present on the ship to ferry you around for exploration or for safety needs&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Ushuaia\",\"DestinationPlacesSysId\":28230,\"SourcePlaces\":\"Ushuaia\",\"SourcePlaceSysId\":28230,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"Apex Antarctica With Polar Circle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15624\",\"SupplierName\":\"Albatros Expedition Cruises\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"All Meals,Cruise\",\"PackageType\":\"Adventure\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-02-02\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":37223,\"Title\":\"Drake Passage\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37223,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42174,\"Title\":\"Embarkation in Ushuaia\",\"Description\":\"&lt;p&gt;Embarkation in Ushuaia&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28230,\"CityName\":\"Ushuaia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680070478.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42176,\"Title\":\"Drake Passage\",\"Description\":\"&lt;p&gt;Drake Passage&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37223,\"CityName\":\"Drake Passage\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679989885.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42178,\"Title\":\"King George Island\",\"Description\":\"&lt;p&gt;King George Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679990150.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42233,\"Title\":\"Antarctic Peninsula\",\"Description\":\"&lt;p&gt;Antarctic Peninsula&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680066507.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43278,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43280,\"Title\":\"Crystal Sound\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43281,\"Title\":\"Detaille Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43279,\"Title\":\"Pleneau and Petermann Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43282,\"Title\":\"Larsen Ice Shelf \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42210,\"Title\":\"Penguin Colonies\",\"Description\":\"&lt;p&gt;Penguin Colonies&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001650.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43283,\"Title\":\"Weddell Sea\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42212,\"Title\":\"At Sea in Antarctica\",\"Description\":\"&lt;p&gt;At Sea in Antarctica&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680002091.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42208,\"Title\":\"Weddell Seals\",\"Description\":\"&lt;p&gt;Weddell Seals&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001398.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42234,\"Title\":\"Elephant Island\",\"Description\":\"&lt;p&gt;Elephant Island&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680067451.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43284,\"Title\":\"Drake&rsquo;s Passage\",\"Description\":\"&lt;p&gt;Drake&rsquo;s Passage&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42239,\"Title\":\"Cape Horn\",\"Description\":\"&lt;p&gt;Cape Horn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680069071.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43285,\"Title\":\"Ushuaia\",\"Description\":\"&lt;p&gt;Ushuaia Argentina&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715415.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":28230,\"Title\":\"Ushuaia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":28230,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42174,\"Title\":\"Embarkation in Ushuaia\",\"Description\":\"&lt;p&gt;Embarkation in Ushuaia&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28230,\"CityName\":\"Ushuaia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680070478.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42176,\"Title\":\"Drake Passage\",\"Description\":\"&lt;p&gt;Drake Passage&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37223,\"CityName\":\"Drake Passage\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679989885.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42178,\"Title\":\"King George Island\",\"Description\":\"&lt;p&gt;King George Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679990150.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42233,\"Title\":\"Antarctic Peninsula\",\"Description\":\"&lt;p&gt;Antarctic Peninsula&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680066507.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43278,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43280,\"Title\":\"Crystal Sound\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43281,\"Title\":\"Detaille Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43279,\"Title\":\"Pleneau and Petermann Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43282,\"Title\":\"Larsen Ice Shelf \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42210,\"Title\":\"Penguin Colonies\",\"Description\":\"&lt;p&gt;Penguin Colonies&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001650.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43283,\"Title\":\"Weddell Sea\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42212,\"Title\":\"At Sea in Antarctica\",\"Description\":\"&lt;p&gt;At Sea in Antarctica&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680002091.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42208,\"Title\":\"Weddell Seals\",\"Description\":\"&lt;p&gt;Weddell Seals&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001398.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42234,\"Title\":\"Elephant Island\",\"Description\":\"&lt;p&gt;Elephant Island&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680067451.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43284,\"Title\":\"Drake&rsquo;s Passage\",\"Description\":\"&lt;p&gt;Drake&rsquo;s Passage&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42239,\"Title\":\"Cape Horn\",\"Description\":\"&lt;p&gt;Cape Horn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680069071.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43285,\"Title\":\"Ushuaia\",\"Description\":\"&lt;p&gt;Ushuaia Argentina&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715415.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":37150,\"Title\":\"At Sea\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37150,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":42174,\"Title\":\"Embarkation in Ushuaia\",\"Description\":\"&lt;p&gt;Embarkation in Ushuaia&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28230,\"CityName\":\"Ushuaia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680070478.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42176,\"Title\":\"Drake Passage\",\"Description\":\"&lt;p&gt;Drake Passage&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37223,\"CityName\":\"Drake Passage\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679989885.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42178,\"Title\":\"King George Island\",\"Description\":\"&lt;p&gt;King George Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679990150.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42233,\"Title\":\"Antarctic Peninsula\",\"Description\":\"&lt;p&gt;Antarctic Peninsula&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680066507.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43278,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43280,\"Title\":\"Crystal Sound\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43281,\"Title\":\"Detaille Island\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43279,\"Title\":\"Pleneau and Petermann Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43282,\"Title\":\"Larsen Ice Shelf \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42210,\"Title\":\"Penguin Colonies\",\"Description\":\"&lt;p&gt;Penguin Colonies&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001650.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43283,\"Title\":\"Weddell Sea\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42212,\"Title\":\"At Sea in Antarctica\",\"Description\":\"&lt;p&gt;At Sea in Antarctica&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680002091.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42208,\"Title\":\"Weddell Seals\",\"Description\":\"&lt;p&gt;Weddell Seals&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001398.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42234,\"Title\":\"Elephant Island\",\"Description\":\"&lt;p&gt;Elephant Island&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680067451.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43284,\"Title\":\"Drake&rsquo;s Passage\",\"Description\":\"&lt;p&gt;Drake&rsquo;s Passage&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42239,\"Title\":\"Cape Horn\",\"Description\":\"&lt;p&gt;Cape Horn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680069071.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43285,\"Title\":\"Ushuaia\",\"Description\":\"&lt;p&gt;Ushuaia Argentina&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681715415.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"376029\",\"Title\":\"Embarkation in Ushuaia\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Embark on the expedition ship in Ushuaia, Argentina, and attend a mandatory briefing, which provides you with the necessary safety drills for your trip to Antarctica followed by a sumptuous dinner with your companions.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28230,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42174,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376030\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28230,\"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\":\"376031\",\"Title\":\"At Sea, Crossing Drake&rsquo;s Passage\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;We go via the famous Drake Passage, a body of water that connects the freezing Antarctic with the milder Atlantic and Pacific Oceans. The Drake Passage is noted for its strong westerly winds, rough seas, and the moniker &amp;quot;The Roaring Fifties.&amp;quot; Even so, you may rest assured aboard the adventure vessel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37223,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42176,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376032\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37223,\"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\":\"376033\",\"Title\":\"South Shetland and King George Islands\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;When you arrive between the South Shetland Islands and the west coast of the Antarctic Peninsula, enjoy the company of seabirds, penguins, and whales amidst the snow-filled Fjords. Weather permitting, you will head to King George Island as you make small groups, travel to extraordinary places aboard the zodiac and unravel the mysteries of the continent.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42178,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376034\",\"Title\":\"Exploring the Antarctic Peninsula\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;The presence of animals multiplies by tens of thousands as the white shimmer of Antarctica looms on our horizon, with various kinds of energetic penguins, inquisitive seals, nesting birds, and the spray of marine creatures. The ship crew shares their experiences through engaging shows and presentations, imparting knowledge about the wonders of Antarctic wildlife, history, and environment. The ship allows you to enjoy spectacular views while carrying out your daily events with your companions.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42233,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43278,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376035\",\"Title\":\"The Antarctic Circle and Residing Islands\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;The Antarctic Peninsula is teeming with wildlife, including leopard, fur, and Weddell seals on Cuverville Island, humpback whales in Gerlache Strait, Paradise Bay, and orcas in the majestic Lemaire Channel. Maybe we&amp;#39;ll go as far south as the Antarctic Circle, which is around 66 degrees 33 minutes south of the Equator. Pleneau and Petermann Islands, Crystal Sound, and Detaille Island might make landings in this remote and rarely visited location.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43280,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43281,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42238,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43279,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376036\",\"Title\":\"Larsen Ice Shelf and Penguin Colonies\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Perhaps we&amp;#39;ll make our way to the Antarctic Sound, named in 1902 by the Swedish ship Antarctic, where the captain and expedition crew will keep a close eye on the massive tabular icebergs that form from the floating Larsen Ice Shelf further south. We would want to make both continental and island landings along the coasts of Antarctic Sound and the Weddell Sea, keeping an eye out for some of the abnormally big penguin colonies that have lately been seen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43282,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42210,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43283,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376037\",\"Title\":\"Shore of Weddel Sea\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;The timetable and activities for the following several days will be determined by the weather, swell, and ice. The captain and expedition leader will decide on the route and beach landings, which will be disclosed to guests via regularly scheduled briefings.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42212,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376038\",\"Title\":\"Exploring the Antarctic Peninsula\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;Because of the significant sea ice and massive bergs in the Weddell Sea, navigation through this remote nature is at the limit of what is possible; your captain and expedition leader is well aware that shifting ice means that no individual part of this area can be guaranteed as accessible at any time, so they will collaborate to find the most magnificent opportunities. This is part of the wonder of this region of the world, and you&amp;#39;ll be seeing a place few people have ever seen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42208,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376039\",\"Title\":\"Elephant Island\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;As our adventure comes to a conclusion, we&amp;#39;ll try and navigate to Elephant Island, home to elephant seals, or perhaps through sections of the same path as Shackleton&amp;#39;s dramatic lifeboat escape (weather permitting). While a landing is uncertain, we expect to view Point Wild, where the Elephant Island party waited for the rescue boat. That legendary chapter of expedition history feels appropriate to finish our Antarctic excursions this time.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42234,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376040\",\"Title\":\"At Sea, Crossing Drake&rsquo;s Passage\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"&lt;p&gt;We start heading back towards Argentina as we enter Drake&amp;rsquo;s Passage. During our time at sea, a variety of activities will be organized on board, providing the ideal opportunity to socialize with fellow travelers who are equally passionate about exploring the world, enjoy lectures by our expedition team on board, visit our shop, unwind in the spa, or enjoy the ship&amp;#39;s facilities designed to provide a comfortable relaxing time.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43284,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376041\",\"Title\":\"At Sea, Crossing Cape Horn\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":11,\"Program\":\"&lt;p&gt;We will cruise through Cape Horn, a famed maritime landmark and the southern tip of South America, on our way back to the calms of Beagle Channel and Ushuaia.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42239,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"376042\",\"Title\":\"Disembarkation in Ushuaia\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;As you arrive back at Ushuaia, disembark the ship an bid farewell to your breathtaking and Apex Antarctic experience.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":43285,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":3601,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":3601,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601},{\"From\":\"2024-02-02\",\"To\":\"2024-02-02\",\"Currency\":2,\"priceTripleOcc\":3601,\"priceDoubleOcc\":3601,\"priceSingleOcc\":\"3601.00\",\"priceExtraBed\":3601,\"priceWithoutBed\":3601,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3601,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3601,\"CWOB\":3601,\"CEB\":3601,\"COSTDO\":3601,\"COSTSO\":\"3601.00\",\"ACEB\":3601}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation, meals, excursions, and transfers other than those included in the itinerary&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Single-room supplement and stateroom upgrades&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal travel insurance.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal expenses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gratuities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything else not mentioned in Inclusions&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;12-day\\/11-night cruise with accommodation in a shared outside double stateroom with private facilities&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shuttle transfers to ship from the city center\\/from the ship to the city center or airport (Ushuaia)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Zodiac landings and excursions as per itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Expedition parka&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rubber boot rentals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guiding and lectures by our expedition leader and team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Special Photo Workshop&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;English-speaking expedition team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visual Journal link after voyage including voyage log, gallery, maps, species list, and more!&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board on the ship - breakfast, lunch, dinner, and afternoon snacks&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free tea and coffee 24 hours daily&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome and farewell cocktails&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Taxes&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"376029\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[376029],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376030\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376030],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376031\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[376031],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376032\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[376032],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376033\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[376033],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376034\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[376034],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376035\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[376035],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376036\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[376036],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376037\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[376037],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376038\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[376038],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376039\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[376039],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376040\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[376040],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376041\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[376041],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"376042\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[376042],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"28230\":{\"CityName\":\"Ushuaia\",\"FlightInv\":{\"1\":{\"740\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"741\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20240202\":{\"FromDate\":\"2024-02-02\",\"FromDateDMY\":\"02\\/02\\/2024\",\"AdultCost\":3601,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Drake Passage,Ushuaia,At Sea','Ushuaia,South America,Argentina,Drake Passage,Antarctica,At Sea,On Transit',NULL,'37223,28230,37150',295902,295902,11,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-02-02 00:00:00','2024-02-02 00:00:00',3,'Antarctica,Argentina,On Transit','8,10,2528','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'apex-antarctica-with-polar-circle',NULL,NULL,NULL,0),(168,51886,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":51886,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/svalbard-to-eastern-greenlcruise-with-delete-package_1681474909\",\"BookingValidUntill\":\"2024-08-28\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Presenting truly magnificent experience of these arctic islands which comprises a&amp;nbsp; breathtaking journey to Spitsbergen, Longyearbyen, Greenland, and Iceland.&amp;nbsp;The Spitsbergen and Northeast Greenland tour travels through stunning landscapes. The voyage travels through areas inhabited by seals, seagulls, whales, and polar bears, culminating in a midnight glimpse of the Northern Lights.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Akureyri\",\"DestinationPlacesSysId\":408,\"SourcePlaces\":\"Longyearbyen\",\"SourcePlaceSysId\":15875,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"Svalbard to Eastern Greenland Cruise with Northern Lights\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15626\",\"SupplierName\":\"OceanWide Expedition Cruises\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-08-28\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":108782,\"Title\":\"Ittoqqortoormiit\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":548143,\"Name\":\"Ocean Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":108782,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_548143\\/43249_9d343510548b2558b639ad40391543051681540893.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43215,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42257,\"Title\":\"East Greenland\",\"Description\":\"&lt;p&gt;East Greenland&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680076336.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41766,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679557427.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42273,\"Title\":\"Antarctic Sound\",\"Description\":\"&lt;p&gt;Antarctic Sound&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080182.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43216,\"Title\":\"Teufel Schloss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42277,\"Title\":\"Alpefjord\",\"Description\":\"&lt;p&gt;Alpefjord&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080584.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43218,\"Title\":\"Musk Oxen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43217,\"Title\":\"Zodiac Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42279,\"Title\":\"Antarctic Havn\",\"Description\":\"&lt;p&gt;Antarctic Havn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080908.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42280,\"Title\":\"Denmark Island\",\"Description\":\"&lt;p&gt;Denmark Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081421.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43219,\"Title\":\"Scoresbysund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43220,\"Title\":\"Zodiac Sailing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42282,\"Title\":\"Rode Fjord\",\"Description\":\"&lt;p&gt;Rode Fjord&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081588.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42283,\"Title\":\"Arctic Hares\",\"Description\":\"&lt;p&gt;Arctic Hares&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081793.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42295,\"Title\":\"Scoresbysund\",\"Description\":\"&lt;p&gt;Scoresbysund&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108782,\"CityName\":\"Ittoqqortoormiit\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680085979.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43221,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights Hunting&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539718.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43223,\"Title\":\"Departure From Akureyri\",\"Description\":\"&lt;p&gt;Departure From Akureyri&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539875.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":408,\"Title\":\"Akureyri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":548143,\"Name\":\"Ocean Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":408,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_548143\\/43249_9d343510548b2558b639ad40391543051681540893.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43215,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42257,\"Title\":\"East Greenland\",\"Description\":\"&lt;p&gt;East Greenland&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680076336.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41766,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679557427.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42273,\"Title\":\"Antarctic Sound\",\"Description\":\"&lt;p&gt;Antarctic Sound&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080182.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43216,\"Title\":\"Teufel Schloss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42277,\"Title\":\"Alpefjord\",\"Description\":\"&lt;p&gt;Alpefjord&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080584.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43218,\"Title\":\"Musk Oxen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43217,\"Title\":\"Zodiac Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42279,\"Title\":\"Antarctic Havn\",\"Description\":\"&lt;p&gt;Antarctic Havn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080908.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42280,\"Title\":\"Denmark Island\",\"Description\":\"&lt;p&gt;Denmark Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081421.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43219,\"Title\":\"Scoresbysund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43220,\"Title\":\"Zodiac Sailing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42282,\"Title\":\"Rode Fjord\",\"Description\":\"&lt;p&gt;Rode Fjord&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081588.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42283,\"Title\":\"Arctic Hares\",\"Description\":\"&lt;p&gt;Arctic Hares&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081793.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42295,\"Title\":\"Scoresbysund\",\"Description\":\"&lt;p&gt;Scoresbysund&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108782,\"CityName\":\"Ittoqqortoormiit\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680085979.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43221,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights Hunting&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539718.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43223,\"Title\":\"Departure From Akureyri\",\"Description\":\"&lt;p&gt;Departure From Akureyri&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539875.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":15875,\"Title\":\"Longyearbyen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":548143,\"Name\":\"Ocean Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15875,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_548143\\/43249_9d343510548b2558b639ad40391543051681540893.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43215,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42257,\"Title\":\"East Greenland\",\"Description\":\"&lt;p&gt;East Greenland&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680076336.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41766,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679557427.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42273,\"Title\":\"Antarctic Sound\",\"Description\":\"&lt;p&gt;Antarctic Sound&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080182.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43216,\"Title\":\"Teufel Schloss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42277,\"Title\":\"Alpefjord\",\"Description\":\"&lt;p&gt;Alpefjord&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080584.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43218,\"Title\":\"Musk Oxen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43217,\"Title\":\"Zodiac Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42279,\"Title\":\"Antarctic Havn\",\"Description\":\"&lt;p&gt;Antarctic Havn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080908.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42280,\"Title\":\"Denmark Island\",\"Description\":\"&lt;p&gt;Denmark Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081421.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43219,\"Title\":\"Scoresbysund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43220,\"Title\":\"Zodiac Sailing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42282,\"Title\":\"Rode Fjord\",\"Description\":\"&lt;p&gt;Rode Fjord&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081588.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42283,\"Title\":\"Arctic Hares\",\"Description\":\"&lt;p&gt;Arctic Hares&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081793.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42295,\"Title\":\"Scoresbysund\",\"Description\":\"&lt;p&gt;Scoresbysund&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108782,\"CityName\":\"Ittoqqortoormiit\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680085979.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43221,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights Hunting&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539718.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43223,\"Title\":\"Departure From Akureyri\",\"Description\":\"&lt;p&gt;Departure From Akureyri&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539875.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":37150,\"Title\":\"At Sea\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":548143,\"Name\":\"Ocean Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37150,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_548143\\/43249_9d343510548b2558b639ad40391543051681540893.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43215,\"Title\":\"Svalbard Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42251,\"Title\":\"Raudfjorden\",\"Description\":\"&lt;p&gt;Raudfjorden&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680075651.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42257,\"Title\":\"East Greenland\",\"Description\":\"&lt;p&gt;East Greenland&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680076336.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41766,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679557427.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42273,\"Title\":\"Antarctic Sound\",\"Description\":\"&lt;p&gt;Antarctic Sound&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080182.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43216,\"Title\":\"Teufel Schloss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42277,\"Title\":\"Alpefjord\",\"Description\":\"&lt;p&gt;Alpefjord&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080584.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43218,\"Title\":\"Musk Oxen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43217,\"Title\":\"Zodiac Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42279,\"Title\":\"Antarctic Havn\",\"Description\":\"&lt;p&gt;Antarctic Havn&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680080908.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42280,\"Title\":\"Denmark Island\",\"Description\":\"&lt;p&gt;Denmark Island&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081421.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43219,\"Title\":\"Scoresbysund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43220,\"Title\":\"Zodiac Sailing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42282,\"Title\":\"Rode Fjord\",\"Description\":\"&lt;p&gt;Rode Fjord&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081588.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42283,\"Title\":\"Arctic Hares\",\"Description\":\"&lt;p&gt;Arctic Hares&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680081793.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42295,\"Title\":\"Scoresbysund\",\"Description\":\"&lt;p&gt;Scoresbysund&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108782,\"CityName\":\"Ittoqqortoormiit\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680085979.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43221,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights Hunting&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539718.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43223,\"Title\":\"Departure From Akureyri\",\"Description\":\"&lt;p&gt;Departure From Akureyri&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1681539875.jpg\",\"SupplierSysId\":15626,\"SupplierName\":\"OceanWide Expedition Cruises\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375562\",\"Title\":\"Explore Svalbard \\/ Embarkation\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;You land at Longyearbyen, the administrative hub of Spitsbergen, the largest of the Svalbard archipelago&amp;#39;s islands. Take a trip around this old mining town, where the parish church and Svalbard Museum are noteworthy sights. Despite its harsh appearance, the landscape is home to over a hundred plant species. The ship departs Isfjorden in the early evening, where you may see your first minke whale of the trip.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15875,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":548143,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43215,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375563\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15875,\"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\":\"375564\",\"Title\":\"Raudfjorden Route\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;As you sail to Raudfjorden on Spitsbergen&amp;#39;s north shore, you take in an immense fjord overflowing with glaciers and perhaps even ringed and bearded seals. Its fjord&amp;#39;s cliffs and shoreline are also home to prolific seabird colonies, a bounty of lush flora, and perhaps even polar bears.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42251,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375565\",\"Title\":\"At Sea\\/ Onward to East Greenland\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Depending on the circumstances, you might finally catch a glimpse of the sharp tip of the east Greenland sea ice flashing in front of you.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42238,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375566\",\"Title\":\"At Sea\\/ Onward to East Greenland\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Here, keep an eye out for whales and migratory seagulls.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42257,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375567\",\"Title\":\"Tundra, Mountains, and Icebergs\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;You could navigate through the sea ice as you get closer to Greenland to enter Foster Bay and land in Myggebugten. A vast tundra home to musk oxen and geese on the tiny lakes lies beyond the ancient hunters&amp;#39; house, where Norwegian trappers hunted polar bears and Arctic fox in the early 20th century. From here, you may take a boat across Kaiser Franz Josef Fjord, which is bordered by mighty mountains and icebergs with brilliant interiors. Sofia Sound, a smaller canal, offers an alternative option.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":41766,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375568\",\"Title\":\"The Islands of Antarctic Sound\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;You reach Teufel Schloss, a peak with layered rock, also known as &amp;quot;the devil&amp;#39;s castle.&amp;quot; Blomsterbugt, the planned landing location, is on the other side of the strait. The islets of Ruth, Maria, and Ella are located in Antarctic Sound, which you enter in the afternoon. The most probable location for a land is Maria.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42273,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43216,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375569\",\"Title\":\"Alpefjord&rsquo;s Lofty Peaks\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;As you approach Segels&amp;auml;llskapets Fjord in the morning, the north side is bordered by the streaked hills of the Berzelius Mountains. At your feet are old sedimentary rocks when you arrive on the south coast. A short hike brings you close to a lake where there is a high possibility you will see musk oxen, Arctic hares, and ptarmigans. The ship docks in Alpefjord in the afternoon, so called because of the spire-like mountains that surround it.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then, you can set out on a Zodiac cruise around Gully Glacier, which formerly barred entry to the waters&amp;#39; core. As you travel further along the strait, you have a truly unforgettable Greenland journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42277,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43218,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43217,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375570\",\"Title\":\"The Arctic Autumn Sights\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;You spend the first half of the day at Antarctic Havn, a large valley where you may see herds of musk oxen. The limited greenery at this time of year is decorated with the flaming tones of the fall.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42279,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375571\",\"Title\":\" Inuit Neighborhood of Yesteryear\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;After sailing along the glaciated Volquart Boons Kyst, you arrive in Scoresbysund today. Together with a visit to the basalt columns and ice formations at Vikingebugt, you could also take pleasure in a Zodiac sail around one of the glacier fronts.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Denmark Island in the afternoon, where you may see the remnants of an Inuit community that was abandoned some 200 years ago. The summer cottages are indicated by the circular stone tent rings, whereas the winter dwellings are closer to a little cape.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The cemetery sites, bear-proof meat caches, and easily visible entrances all attest to the sites&amp;#39; excellent preservation. You keep sailing westward through berg-filled fjords until dusk.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42280,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43219,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43220,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375572\",\"Title\":\"Colors of the Cape\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;The destination is a Zodiac tour close to R&amp;oslash;de &amp;Oslash;, one of the most popular iceberg attractions in the world. The stark blue-white of the icebergs contrasts strikingly with the ominous crimson backdrop of the sediment slopes. Sail around the northern portions of R&amp;oslash;de Fjord in the afternoon for a chance to view musk oxen and pleasant fall scenery.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":548143,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42282,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375573\",\"Title\":\"Enormous Bergs, Arctic Hares\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":11,\"Program\":\"&lt;p&gt;You come across enormous icebergs early in the morning, some of which are over 100 meters (328 feet) high and more than a kilometer (0.6 miles) long. Although the fjord only extends around 400 meters deep, the majority of them are grounded (1,312 feet). Following your landing, Hall Bredning may be seen well, and there is a considerable chance that you will observe Arctic hares.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":548143,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42283,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375574\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":\"375575\",\"Title\":\" Settlement at Scoresbysund\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":12,\"Program\":\"&lt;p&gt;You arrive on a tundra today on Liverpool Land near Rush Inlet. Ittoqqortoormiit, the largest community in Scoresbysund with roughly 500 residents, is the destination for the afternoon. You may purchase stamps for your postcards at the post office, or you can simply take a stroll around to observe the sledge dogs and the drying skins of seals and musk oxen. As you travel south in the late afternoon, you pass through the scenic Blosseville Coast.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108782,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":548143,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42295,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375576\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108782,\"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\":\"375579\",\"Title\":\"Sea Life Under the Northern Lights\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":13,\"Program\":\"&lt;p&gt;On a sea day, you can see whales, seagulls, and at night, the entrancing northern lights.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":408,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":548143,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43221,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375580\",\"Title\":\"Journey&rsquo;s End at Akureyri\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"&lt;p&gt;All journeys, no matter how spectacular, must come to an end at some point. You disembark at Akureyri, where you may transfer (T) by chartered bus (a six-hour travel that must be booked in advance) to the Reykjavik city hall, bringing memories with you wherever your next adventure takes you.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":408,\"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\":[{\"IsIncluded\":true,\"Id\":43223,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51886\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":1750,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51886\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":1750,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-18\",\"To\":\"2024-08-18\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-25\",\"To\":\"2024-08-25\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750},{\"From\":\"2024-08-28\",\"To\":\"2024-08-28\",\"Currency\":2,\"priceTripleOcc\":1750,\"priceDoubleOcc\":1750,\"priceSingleOcc\":\"1750.00\",\"priceExtraBed\":1750,\"priceWithoutBed\":1750,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":1750,\"CWOB\":1750,\"CEB\":1750,\"COSTDO\":1750,\"COSTSO\":\"1750.00\",\"ACEB\":1750}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any airfare, whether on scheduled or charter flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pre- and post-land arrangements.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport and visa expenses.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government arrival and departure taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals ashore.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Baggage, cancellation, and personal insurance (which is strongly recommended).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Excess baggage charges and all items of a personal nature such as laundry, bar, beverage charges&amp;nbsp; &amp;nbsp; &amp;nbsp; and telecommunication charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer supplement for bus shuttle between Akureyri (ship) and Radhus Reykjavikur \\/ city hall in Vonarstraeti (6 hours).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The customary gratuity at the end of the voyages for stewards and other service personnel aboard (guidelines will be provided).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Voyage aboard the indicated vessel as indicated in the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All meals throughout the voyage aboard the ship including snacks, coffee, and tea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All shore excursions and activities throughout the voyage by Zodiac.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Program of lectures by noted naturalists and leadership by experienced expedition staff.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free use of rubber boots and snowshoes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers and baggage handling between the airport, hotels, and ship only for those passengers on the group flights to Longyearbyen.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All miscellaneous service taxes and port charges throughout the program.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;AECO fees and governmental taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Comprehensive pre-departure material.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375562\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375563\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375564\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375564],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375565\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375566\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375567\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375567],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375568\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375569\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375570\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[375570],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375571\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[375571],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375572\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[375572],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375573\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[375573],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375574\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[375574],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375575\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[375575],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375576\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[375576],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375579\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[375579],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375580\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[375580],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"15875\":{\"CityName\":\"Longyearbyen\",\"FlightInv\":{\"1\":{\"736\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"737\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20240818\":{\"FromDate\":\"2024-08-18\",\"FromDateDMY\":\"18\\/08\\/2024\",\"AdultCost\":1750,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240825\":{\"FromDate\":\"2024-08-25\",\"FromDateDMY\":\"25\\/08\\/2024\",\"AdultCost\":1750,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240828\":{\"FromDate\":\"2024-08-28\",\"FromDateDMY\":\"28\\/08\\/2024\",\"AdultCost\":1750,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Ittoqqortoormiit,Akureyri,Longyearbyen,At Sea','Longyearbyen,Scandinavia,Norway,At Sea,On Transit,Ittoqqortoormiit,North America,Greenland,Akureyri,Iceland',NULL,'108782,408,15875,37150',143808,143808,13,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-08-28 00:00:00','2024-08-28 00:00:00',3,'Greenland,Iceland,Norway,On Transit','87,100,164,2528','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'svalbard-to-eastern-greenland-cruise-with-northern-lights',NULL,NULL,NULL,0),(169,51879,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":51879,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/the-greenlvoyage-by-sea_1681470786\",\"BookingValidUntill\":\"2023-09-04\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Experience true Arctic splendour on this journey covering the East, South, and West Coast Greenland by an expedition cruise. The purpose of this tour is to provide maximum enjoyment to travellers by taking them as close to icy and pristine Arctic nature.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Follow in the footsteps of the Vikings who first settled on Greenland&amp;rsquo;s West Coast. Tickmark the most famous highlights of Greenland: the Eqip Sermia Glacier and Disko Bay. Visit the land of Polar Bears, Arctic Whales, Walruses, Seals, and millions of sea birds by cruising through gigantic icebergs on a newly built ship.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This tour is filled with natural beauty and wildlife, and options for adventure activities such as Kayaking, Icefjord Sightseeing by flight and travelling via Zodiac boats right up to icebergs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Departure Date&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4 September 2023 - Departure from Reykjavik or Copenhagen&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;For Pricing, Please Refer Terms and Conditions Tab&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Highlights&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour the dramatic East, South, and West coasts of Greenland&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the world-famous Eqip Sermia Glacier and Disko Bay&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Witness Arctic Wildlife such as Polar Bears, Whales, and Walruses&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel aboard a newly built expedition ship with comfortable rooms, a spa, a swimming pool, and jacuzzis&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Ilulissat, the Iceberg capital of the world&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cruise through narrow fjords of the picturesque Prince Christain Sound&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Adventure activity options of Kayaking, iceberg air safari, and Zodiac Boat travel&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Reykjavik\",\"DestinationPlacesSysId\":22839,\"SourcePlaces\":\"Kangerlussuaq\",\"SourcePlaceSysId\":13501,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"The Greenland Voyage by Sea\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15624\",\"SupplierName\":\"Albatros Expedition Cruises\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-09-04\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13501,\"Title\":\"Kangerlussuaq\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13501,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41800,\"Title\":\"Kangerlussuaq Fjord\",\"Description\":\"&lt;p&gt;Kangerlussuaq&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13501,\"CityName\":\"Kangerlussuaq\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13501\\/sightseeing\\/43249_1679572025.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43192,\"Title\":\"Sisimiut\",\"Description\":\"&lt;p&gt;Sisimiut&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472306.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43195,\"Title\":\"Eqip Sermia Glacier\",\"Description\":\"&lt;p&gt;Eqip Sermia Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472329.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41768,\"Title\":\"Ilulissat\",\"Description\":\"&lt;p&gt;Ilulissat&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679558250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43196,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43197,\"Title\":\"Ilimanaq Glacier\",\"Description\":\"&lt;p&gt;Ilimanaq Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472557.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43198,\"Title\":\"Eric the Red\\u2019s Settlement\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43200,\"Title\":\"Sermermiut Settlement\",\"Description\":\"&lt;p&gt;Sermermiut Settlement&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472899.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43199,\"Title\":\"Tjodhildur\'s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43201,\"Title\":\"Cape Farewell\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43202,\"Title\":\"Prince Christian Sound\",\"Description\":\"&lt;p&gt;Prince Christian Sound&lt;\\/p&gt;&lt;div style=&quot;text-align: justify&quot;&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681473129.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43203,\"Title\":\"Skjoldungen\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 12px text-align: start&quot;&gt;Skjoldungen&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681474183.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42206,\"Title\":\"Antarctic Wildlife\",\"Description\":\"&lt;p&gt;Antarctic Wildlife&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001132.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43689,\"Title\":\"At Sea\",\"Description\":\"&lt;p&gt;At Sea&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328114.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43691,\"Title\":\"Disembarkation\",\"Description\":\"&lt;p&gt;Disembarkation&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328312.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":408,\"Title\":\"Akureyri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":408,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41800,\"Title\":\"Kangerlussuaq Fjord\",\"Description\":\"&lt;p&gt;Kangerlussuaq&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13501,\"CityName\":\"Kangerlussuaq\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13501\\/sightseeing\\/43249_1679572025.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43192,\"Title\":\"Sisimiut\",\"Description\":\"&lt;p&gt;Sisimiut&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472306.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43195,\"Title\":\"Eqip Sermia Glacier\",\"Description\":\"&lt;p&gt;Eqip Sermia Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472329.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41768,\"Title\":\"Ilulissat\",\"Description\":\"&lt;p&gt;Ilulissat&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679558250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43196,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43197,\"Title\":\"Ilimanaq Glacier\",\"Description\":\"&lt;p&gt;Ilimanaq Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472557.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43198,\"Title\":\"Eric the Red\\u2019s Settlement\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43200,\"Title\":\"Sermermiut Settlement\",\"Description\":\"&lt;p&gt;Sermermiut Settlement&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472899.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43199,\"Title\":\"Tjodhildur\'s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43201,\"Title\":\"Cape Farewell\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43202,\"Title\":\"Prince Christian Sound\",\"Description\":\"&lt;p&gt;Prince Christian Sound&lt;\\/p&gt;&lt;div style=&quot;text-align: justify&quot;&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681473129.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43203,\"Title\":\"Skjoldungen\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 12px text-align: start&quot;&gt;Skjoldungen&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681474183.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42206,\"Title\":\"Antarctic Wildlife\",\"Description\":\"&lt;p&gt;Antarctic Wildlife&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001132.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43689,\"Title\":\"At Sea\",\"Description\":\"&lt;p&gt;At Sea&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328114.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43691,\"Title\":\"Disembarkation\",\"Description\":\"&lt;p&gt;Disembarkation&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328312.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":37150,\"Title\":\"At Sea\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543809,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37150,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543809\\/43249_d3830883603e9143407495adb5b4082f1679565503.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41800,\"Title\":\"Kangerlussuaq Fjord\",\"Description\":\"&lt;p&gt;Kangerlussuaq&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13501,\"CityName\":\"Kangerlussuaq\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13501\\/sightseeing\\/43249_1679572025.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43192,\"Title\":\"Sisimiut\",\"Description\":\"&lt;p&gt;Sisimiut&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472306.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43195,\"Title\":\"Eqip Sermia Glacier\",\"Description\":\"&lt;p&gt;Eqip Sermia Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472329.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42238,\"Title\":\"Humpback Whale\",\"Description\":\"&lt;p&gt;Humpback Whale&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680068864.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41768,\"Title\":\"Ilulissat\",\"Description\":\"&lt;p&gt;Ilulissat&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1679558250.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43196,\"Title\":\"Educational Session\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43197,\"Title\":\"Ilimanaq Glacier\",\"Description\":\"&lt;p&gt;Ilimanaq Glacier&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472557.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43198,\"Title\":\"Eric the Red\\u2019s Settlement\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43200,\"Title\":\"Sermermiut Settlement\",\"Description\":\"&lt;p&gt;Sermermiut Settlement&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681472899.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43199,\"Title\":\"Tjodhildur\'s Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43201,\"Title\":\"Cape Farewell\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43202,\"Title\":\"Prince Christian Sound\",\"Description\":\"&lt;p&gt;Prince Christian Sound&lt;\\/p&gt;&lt;div style=&quot;text-align: justify&quot;&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681473129.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43203,\"Title\":\"Skjoldungen\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 12px text-align: start&quot;&gt;Skjoldungen&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1681474183.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":42206,\"Title\":\"Antarctic Wildlife\",\"Description\":\"&lt;p&gt;Antarctic Wildlife&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37150,\"CityName\":\"At Sea\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/37150\\/sightseeing\\/43249_1680001132.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43689,\"Title\":\"At Sea\",\"Description\":\"&lt;p&gt;At Sea&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328114.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43691,\"Title\":\"Disembarkation\",\"Description\":\"&lt;p&gt;Disembarkation&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":408,\"CityName\":\"Akureyri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/408\\/sightseeing\\/43249_1682328312.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"375401\",\"Title\":\"Ship Embarkation in Kangerlussuaq\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Board a chartered flight from either Reykjavik or Copenhagen to arrive at Kangerlussuaq in Greenland. Head towards the western coast to embark on the expedition ship and check into your room. Before dinner, your Expedition Leader will take you through the safety drills as you cruise through the Kangerlussuaq fjord.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13501,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":41800,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375402\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13501,\"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\":\"375403\",\"Title\":\"Sisimiut\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;As you wake up in the morning, you would have arrived at Sisiumut, which is a colorful town and the second largest city in Greenland. Inhabitants have been living in this city on and off since 2500 BC. The oldest house in this town dates back to 1756. Explore the area and immerse yourself in Greenland&amp;rsquo;s culture.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43192,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375404\",\"Title\":\"Disko Island and the Eqip Sermia Glacier\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;The ship will arrive at Disko Island, which is famous throughout the world for whale watching. Wander through the town, visiting the octagonal church, nicknamed &amp;ldquo;God&amp;rsquo;s Inkpot&amp;rdquo;, as well as a local community centre that will be hosting a traditional Greenlandic &amp;ldquo;kaffemik&amp;rdquo;, which is a friendly gathering with coffee, cake, traditional dances and music.&lt;br \\/&gt;\\r\\nLater, head towards the Eqip Sermia Glacier. This natural beauty is jaw-dropping with a massive facade of ice. The ship will try to go as close to the ice edge, giving you up close views.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43195,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42238,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375405\",\"Title\":\"Ilulissat\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Arrive in Ilulissat, the Iceberg capital of the world. This fjord region is a UNESCO World Heritage Site, depicting sheer beauty and massive icebergs. You have the opportunity to participate in an optional activity of the ice fjords tour by boat. Alternatively, you can also opt for the optional activity of an ice fjord tour by flight. In the evening, the ship will continue southward.&amp;nbsp;&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":41768,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375406\",\"Title\":\"At Sea\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Catch a glimpse of migrating sea birds on the ocean deck, unwind in the swimming pool, or attend an educational session onboard about Arctic wildlife as the ship makes its journey along Greenland&amp;rsquo;s coast.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43197,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375407\",\"Title\":\"Explore Nuuk\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Fill your lungs with fresh, icy air as you enter the capital city of Greenland. Nuuk is also referred to as the smallest capital city of the world and is most famous for Humpback whale sightings. After exploring Nuuk, return to the ship to continue with your journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":42238,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375408\",\"Title\":\"Eric the Red&rsquo;s Settlement\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Immerse yourself in Viking history as the ship banks at Eriksfjord, named after the Norse sailor who initially came to Greenland. Visit Tjodhildur&amp;#39;s church, which was the first church on the North American continent. After lunch, the ship will sail out of Eriksfjord close to Qooroq Isfjord.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43198,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43200,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43199,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375409\",\"Title\":\"Cape Farewell and Prince Christian Sound\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;On this day you will pass through Cape Farewell, which is Greenland&amp;rsquo;s southernmost point, and famous for its gale-force winds. The ship sails through the beautiful Prince Christian Sound, which is a 60 km long waterway, from the settlement Aapilattoq in the heart of the fjord lands of South West Greenland to the Atlantic in the east.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43201,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43202,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375410\",\"Title\":\"Island of Skjoldungen\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;Arrive in the untouched and remote part of Greenland as you reach the Eastern Coast and the island of Skjoldungen. Situated at 63&amp;deg; N, the island is surrounded by narrow, steep fjords and glaciers, and with plenty of the cool, crisp, and clean air of the ever-present and nearby ice sheet. Acclaimed Norwegian explorer Fridjof Nansen came here in the late summer of 1888 in search of a suitable ascension point for the first inland ice crossing. Up to 100 people lived here in this region around 1975, and you can still see the remains of settlements in this region.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43203,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"375411\",\"Title\":\"At Sea \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;Catch a glimpse of migrating sea birds on the ocean deck, unwind in the swimming pool, or attend an educational session onboard about Arctic wildlife as the ship makes its journey along Greenland&amp;rsquo;s coast. Enjoy a farewell drink as the ship heads towards Iceland this day.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37150,\"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\":[{\"IsIncluded\":true,\"Id\":42206,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379263\",\"Title\":\"At Sea\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;Catch a glimpse of migrating sea birds on the ocean deck, unwind in the swimming pool, or attend an educational session onboard about Arctic wildlife as the ship makes its journey along Greenland&amp;rsquo;s coast. Enjoy a farewell drink as the ship heads towards&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":408,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":43689,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379264\",\"Title\":\"&nbsp;Disembark in Reykjavik\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Bid farewell to the crew and your cruise experience as you disembark in the capital city of Iceland; Reykjavik.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":408,\"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\":[{\"IsIncluded\":true,\"Id\":43691,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51879\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":2026,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51879\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":2026,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026},{\"From\":\"2023-09-04\",\"To\":\"2023-09-04\",\"Currency\":2,\"priceTripleOcc\":2026,\"priceDoubleOcc\":2026,\"priceSingleOcc\":\"2026.00\",\"priceExtraBed\":2026,\"priceWithoutBed\":2026,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2026,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2026,\"CWOB\":2026,\"CEB\":2026,\"COSTDO\":2026,\"COSTSO\":\"2026.00\",\"ACEB\":2026}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Senior Travel Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Single cabin supplement and stateroom upgrade&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals and drinks on land&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Beverages in addition to coffee and tea around the clock, as well as juices and the like, included for breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flightseeing with Airzafari in Ilulissat, day 4&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sailing between icebergs in Ilulissat, day 4&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Other purchase excursions and extra events&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ocean Atlantic crew allowance (approximately $ 14 per day per participant)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Expenses for medicines and other personal necessities&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything else not mentioned under &amp;quot;Price includes&amp;quot;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;10 nights&amp;rsquo; accommodation on the expedition ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flight from Reykjavik or Copenhagen to Kangerlussuaq&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;English Speaking Expedition Team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Church visit and &amp;lsquo;kaffemik&amp;rsquo; in Qeqertarsuaq&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Town and settlement walks in Qeqertarsuaq, Ilulissat &amp;amp; Nuuk&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Museum visits in Qeqertarsuaq and Ilulissat, Nuuk&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Slow-crusing in Zodiacs in fjords&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inspiring and enriching lectures onboard by qualified lecturers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board on the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Coffee, tea and afternoon snacks on the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Taxes, tariffs, and AECO fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guiding and lectures by our experienced expedition leader and team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Special photo workshop&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome and farewell cocktails&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Digital visual journal link after the voyage, including voyage log, gallery, species list, and more!&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"375401\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[375401],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375402\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375402],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375403\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[375403],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375404\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[375404],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375405\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[375405],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375406\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[375406],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375407\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[375407],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375408\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[375408],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375409\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[375409],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375410\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[375410],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"375411\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[375411],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379263\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[379263],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379264\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[379264],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"13501\":{\"CityName\":\"Kangerlussuaq\",\"FlightInv\":{\"1\":{\"728\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"729\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230904\":{\"FromDate\":\"2023-09-04\",\"FromDateDMY\":\"04\\/09\\/2023\",\"AdultCost\":2026,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kangerlussuaq,Akureyri,At Sea','Kangerlussuaq,North America,Greenland,At Sea,On Transit,Akureyri,Scandinavia,Iceland,Reykjavik',NULL,'13501,408,37150',166488,166488,10,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2023-09-04 00:00:00','2023-09-04 00:00:00',3,'Greenland,Iceland,On Transit','87,100,2528','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'the-greenland-voyage-by-sea',NULL,NULL,NULL,0),(170,51644,1,35,0,0,0,'Adventure',NULL,1,1,0,'{\"package\":{\"TPId\":51644,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/northern-lights-glacier-lagoon-icel_1681209697\",\"BookingValidUntill\":\"2024-04-04\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;This journey takes you to some of the most spectacular places in Iceland. In addition, we will take you on a hunt for the fascinating Northern Lights. The highlights include the famous Geysir, the unique glacial lagoon J&amp;ouml;kuls&amp;aacute;rl&amp;oacute;n, and much more. The tour is scheduled to maximize your chance of seeing the Northern Lights. Please note that we cannot guarantee the Northern Lights, as they are a natural phenomenon that can be unpredictable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Reykjavik\",\"DestinationPlacesSysId\":22839,\"SourcePlaces\":\"Reykjavik\",\"SourcePlaceSysId\":22839,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"Northern Lights and Glacier Lagoon Iceland\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15633\",\"SupplierName\":\"Snaeland\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Only Breakfast\",\"PackageType\":\"Adventure\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-04-04\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":22839,\"Title\":\"Reykjavik\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542905,\"Name\":\"Hotel Klettur\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":22839,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542905\\/43249_b7db23baa97bd0c90a123101fbce34bf1678952671.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"EP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":40891,\"Title\":\"Reykjavik\",\"Description\":\"&lt;p&gt;Reykjavik&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22839\\/sightseeing\\/43249_1678093716.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43180,\"Title\":\"Geothermal Greenhouse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43178,\"Title\":\"Golden Circle \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43179,\"Title\":\"Gullfoss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":42927,\"Title\":\"Thingvellir National Park\",\"Description\":\"&lt;p&gt;Thingvellir National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/33966\\/sightseeing\\/43249_1681210328.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":42928,\"Title\":\"Glacier Lagoon\",\"Description\":\"&lt;p&gt;Glacier Lagoon&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/33966\\/sightseeing\\/43249_1681210465.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":8298,\"Title\":\"Seljalandsfoss\",\"Description\":\"Seljalandsfoss is a waterfall in Iceland. Seljalandsfoss is located in the South Region in Iceland right by Route 1 and the road that leads to porsmork Road 249. The waterfall drops 60 m (197 ft) and is part of the Seljalands River that has its origin in the volcano glacier Eyjafjallaj&amp;ouml;kull.\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22839\\/sightseeing\\/Seljalandsfoss_22839_1548046276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":8286,\"Title\":\"Blue Lagoon\",\"Description\":\"The Blue Lagoon (Icelandic: Bl&amp;aacute;a l&amp;oacute;ni&amp;eth;) is a geothermal spa in southwestern Iceland. The spa is located in a lava field near Grindav&amp;iacute;k on the Reykjanes Peninsula, in a location favourable for geothermal power, and is supplied by water used in the nearby Svartsengi geothermal power station. The Blue Lagoon is approximately 20 km (12 mi) from Keflav&amp;iacute;k International Airport, and is one of the most visited attractions in Iceland.\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22839\\/sightseeing\\/Blue_Lagoon__22839_1547894751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":41498,\"Title\":\"Departure Day\",\"Description\":\"&lt;p&gt;Departure Day&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22839\\/sightseeing\\/43249_1679121833.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null}]}},{\"CityId\":33966,\"Title\":\"Vik\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":547312,\"Name\":\"Hotel Katla\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":33966,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_547312\\/43249_e069da06de590e50e4097548f7ac0fec1681211808.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":40891,\"Title\":\"Reykjavik\",\"Description\":\"&lt;p&gt;Reykjavik&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22839\\/sightseeing\\/43249_1678093716.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43180,\"Title\":\"Geothermal Greenhouse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43178,\"Title\":\"Golden Circle \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":43179,\"Title\":\"Gullfoss\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":42927,\"Title\":\"Thingvellir National Park\",\"Description\":\"&lt;p&gt;Thingvellir National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/33966\\/sightseeing\\/43249_1681210328.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":42928,\"Title\":\"Glacier Lagoon\",\"Description\":\"&lt;p&gt;Glacier Lagoon&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":33966,\"CityName\":\"Vik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/33966\\/sightseeing\\/43249_1681210465.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":8298,\"Title\":\"Seljalandsfoss\",\"Description\":\"Seljalandsfoss is a waterfall in Iceland. Seljalandsfoss is located in the South Region in Iceland right by Route 1 and the road that leads to porsmork Road 249. The waterfall drops 60 m (197 ft) and is part of the Seljalands River that has its origin in the volcano glacier Eyjafjallaj&amp;ouml;kull.\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22839\\/sightseeing\\/Seljalandsfoss_22839_1548046276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":8286,\"Title\":\"Blue Lagoon\",\"Description\":\"The Blue Lagoon (Icelandic: Bl&amp;aacute;a l&amp;oacute;ni&amp;eth;) is a geothermal spa in southwestern Iceland. The spa is located in a lava field near Grindav&amp;iacute;k on the Reykjanes Peninsula, in a location favourable for geothermal power, and is supplied by water used in the nearby Svartsengi geothermal power station. The Blue Lagoon is approximately 20 km (12 mi) from Keflav&amp;iacute;k International Airport, and is one of the most visited attractions in Iceland.\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22839\\/sightseeing\\/Blue_Lagoon__22839_1547894751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null},{\"RefSSId\":41498,\"Title\":\"Departure Day\",\"Description\":\"&lt;p&gt;Departure Day&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22839,\"CityName\":\"Reykjavik\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22839\\/sightseeing\\/43249_1679121833.jpg\",\"SupplierSysId\":15633,\"SupplierName\":\"Snaeland\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"373568\",\"Title\":\"Welcome to Iceland\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival at Keflavik airport and transfer to Hotel Klettur (transfer not included)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22839,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542905,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"EP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":40891,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"373569\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22839,\"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\":\"373570\",\"Title\":\"The Golden Circle\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;We visit the famous Golden Circle with its highlights: &lt;strong&gt;Thingvellir National Park&lt;\\/strong&gt;, the geothermal area in Geysir, and the golden waterfall Gullfoss. We also visit a geothermal greenhouse.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":33966,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":547312,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43178,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43179,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":42927,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"373571\",\"Title\":\"Glacier Lagoon\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;We make our way east along the south coast, where we visit the J&amp;ouml;kuls&amp;aacute;rl&amp;oacute;n glacial lagoon and Skaftafell National Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":33966,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":547312,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42928,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"373572\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":33966,\"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\":\"373573\",\"Title\":\"Volcanoes &amp; Waterfalls&nbsp;\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Along the south, we visit the waterfalls Seljalandsfoss and Sk&amp;oacute;gafoss. In Hvolsv&amp;ouml;llur, we visit the interactive lava center. In the afternoon, we visit the Blue Lagoon (entrance is optional).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22839,\"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\":[{\"IsIncluded\":true,\"Id\":8298,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8286,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"373574\",\"Title\":\"Departure from Iceland\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Transfer from Hotel to the airport (Transfer not included)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22839,\"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\":[{\"IsIncluded\":true,\"Id\":41498,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51644\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":966,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"51644\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":966,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-09-28\",\"To\":\"2023-09-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-05\",\"To\":\"2023-10-05\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-12\",\"To\":\"2023-10-12\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-19\",\"To\":\"2023-10-19\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-10-26\",\"To\":\"2023-10-26\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-02\",\"To\":\"2023-11-02\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-09\",\"To\":\"2023-11-09\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-16\",\"To\":\"2023-11-16\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-23\",\"To\":\"2023-11-23\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-11-30\",\"To\":\"2023-11-30\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-07\",\"To\":\"2023-12-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2023-12-14\",\"To\":\"2023-12-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-11\",\"To\":\"2024-01-11\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-18\",\"To\":\"2024-01-18\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-01-25\",\"To\":\"2024-01-25\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-01\",\"To\":\"2024-02-01\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-08\",\"To\":\"2024-02-08\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-15\",\"To\":\"2024-02-15\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-22\",\"To\":\"2024-02-22\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-02-29\",\"To\":\"2024-02-29\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-07\",\"To\":\"2024-03-07\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-14\",\"To\":\"2024-03-14\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-21\",\"To\":\"2024-03-21\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-03-28\",\"To\":\"2024-03-28\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966},{\"From\":\"2024-04-04\",\"To\":\"2024-04-04\",\"Currency\":32,\"priceTripleOcc\":966,\"priceDoubleOcc\":966,\"priceSingleOcc\":\"966.00\",\"priceExtraBed\":966,\"priceWithoutBed\":966,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":966,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":966,\"CWOB\":966,\"CEB\":966,\"COSTDO\":966,\"COSTSO\":\"966.00\",\"ACEB\":966}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;GST5% &amp;nbsp;for Indian Nationals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;TCS5% for Indian Nationals&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Optional Add-Ons&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Blue Lagoon admission including towel and 1 drink: &amp;euro;96&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A private airport transfer&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;(1-3 persons): One-way &amp;euro;188&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;(4-6 persons): One-way &amp;euro;214&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Shared big bus airport transfer: One-way &amp;euro;42&amp;nbsp;&lt;br \\/&gt;\\r\\n\\t&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Fully escorted tour with local guide on day 2, 3 and 4&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 night accommodation in Hotel Klettur Reykjavik, standard rooms.. 2 night accommodation in Hotel Katla, standard rooms with breakfast. Super Truck and Ice Cave tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome drinks&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast on days 2,3,4,5&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"373568\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[373568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373569\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[373569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373570\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[373570],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373571\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[373571],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373572\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[373572],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373573\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[373573],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"373574\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[373574],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"22839\":{\"CityName\":\"Reykjavik\",\"FlightInv\":{\"1\":{\"734\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"735\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230928\":{\"FromDate\":\"2023-09-28\",\"FromDateDMY\":\"28\\/09\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231005\":{\"FromDate\":\"2023-10-05\",\"FromDateDMY\":\"05\\/10\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231012\":{\"FromDate\":\"2023-10-12\",\"FromDateDMY\":\"12\\/10\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231019\":{\"FromDate\":\"2023-10-19\",\"FromDateDMY\":\"19\\/10\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231026\":{\"FromDate\":\"2023-10-26\",\"FromDateDMY\":\"26\\/10\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231102\":{\"FromDate\":\"2023-11-02\",\"FromDateDMY\":\"02\\/11\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231109\":{\"FromDate\":\"2023-11-09\",\"FromDateDMY\":\"09\\/11\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231116\":{\"FromDate\":\"2023-11-16\",\"FromDateDMY\":\"16\\/11\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231123\":{\"FromDate\":\"2023-11-23\",\"FromDateDMY\":\"23\\/11\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231130\":{\"FromDate\":\"2023-11-30\",\"FromDateDMY\":\"30\\/11\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231207\":{\"FromDate\":\"2023-12-07\",\"FromDateDMY\":\"07\\/12\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20231214\":{\"FromDate\":\"2023-12-14\",\"FromDateDMY\":\"14\\/12\\/2023\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240111\":{\"FromDate\":\"2024-01-11\",\"FromDateDMY\":\"11\\/01\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240118\":{\"FromDate\":\"2024-01-18\",\"FromDateDMY\":\"18\\/01\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240125\":{\"FromDate\":\"2024-01-25\",\"FromDateDMY\":\"25\\/01\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240201\":{\"FromDate\":\"2024-02-01\",\"FromDateDMY\":\"01\\/02\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240208\":{\"FromDate\":\"2024-02-08\",\"FromDateDMY\":\"08\\/02\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240215\":{\"FromDate\":\"2024-02-15\",\"FromDateDMY\":\"15\\/02\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240222\":{\"FromDate\":\"2024-02-22\",\"FromDateDMY\":\"22\\/02\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240229\":{\"FromDate\":\"2024-02-29\",\"FromDateDMY\":\"29\\/02\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240307\":{\"FromDate\":\"2024-03-07\",\"FromDateDMY\":\"07\\/03\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240314\":{\"FromDate\":\"2024-03-14\",\"FromDateDMY\":\"14\\/03\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240321\":{\"FromDate\":\"2024-03-21\",\"FromDateDMY\":\"21\\/03\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240328\":{\"FromDate\":\"2024-03-28\",\"FromDateDMY\":\"28\\/03\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240404\":{\"FromDate\":\"2024-04-04\",\"FromDateDMY\":\"04\\/04\\/2024\",\"AdultCost\":966,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Reykjavik,Vik','Reykjavik,Scandinavia,Iceland,Vik',NULL,'22839,33966',8596,86495,4,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-04-04 00:00:00','2024-04-04 00:00:00',3,'Iceland','100','2023-06-23 17:13:07','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'northern-lights-and-glacier-lagoon-iceland',NULL,NULL,NULL,0),(171,50157,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":50157,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/arctic-canada--northern-lights--polar-bear-discovery_1678086722\",\"BookingValidUntill\":\"2024-02-28\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Canada boasts multiple settings that represent true Arctic experiences, with winter lands, frozen lakes, northern lights, boreal forests and splendid wildlife.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This tour is focused on giving you a taste of these adventures, based around the city of Churchill in Manitoba. Churchill sits just beneath the auroral oval, making it one of the greatest spots on the planet to see the awe-inspiring northern lights.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This journey allows you to view this magnificent night-sky spectacle from the tundra. Immerse yourself in stunning northern landscapes as we drive to a new and remote place each night for great aurora viewing!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;By day, you&amp;#39;ll learn about the history and culture of this remote northern village through snowshoeing, an adventurous dog sled trip through the boreal forest, a visit to the Itsanitaq Museum, and more!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This excursion includes an evening at Dan&amp;#39;s Diner, an exclusive dining experience on the Churchill River&amp;#39;s frozen banks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Highlights&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Multiple opportunities to view the stunning Northern Lights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel to the Canadian Tundra to find Arctic wildlife&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The culinary experience at Dan&amp;rsquo;s Diner, situated on the frozen banks of Churchill river&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy dog sledding on frozen lakes and rivers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Participate in Snowshoeing while looking for Arctic wildlife&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel by the official Tundra Buggy, a vehicle with large windows made for wildlife exploration&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Itsanitaq Museum to learn more about the Inuit and native tribes&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Churchill\",\"DestinationPlacesSysId\":6284,\"SourcePlaces\":\"Winnipeg\",\"SourcePlaceSysId\":29865,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"Arctic Canada | Northern Lights & Polar Bear Discovery\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15636\",\"SupplierName\":\"Frontiers North\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"All Meals\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-02-28\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":29865,\"Title\":\"Winnipeg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544956,\"Name\":\"The Tundra Inn\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29865,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544956\\/43249_28dd4e46aa9ecf52d60669ca4547ad881679988943.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"EP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43049,\"Title\":\"Arrival in Winnipeg\",\"Description\":\"&lt;p&gt;Arrival in Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40881,\"Title\":\"Winnipeg City\",\"Description\":\"&lt;p&gt;Winnipeg City&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/29865\\/sightseeing\\/43249_1678087872.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43050,\"Title\":\"Churchill City Tour\",\"Description\":\"&lt;p&gt;Churchill City Tour&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43051,\"Title\":\"Itsanitaq Museum\",\"Description\":\"&lt;p&gt;Itsanitaq Museum&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40882,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088279.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43052,\"Title\":\"Polar Bear Holding Facility\",\"Description\":\"&lt;p&gt;Polar Bear Holding Facility&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43053,\"Title\":\"Snowshoeing\",\"Description\":\"&lt;p&gt;Snowshoeing&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43062,\"Title\":\"Polar Bears International House\",\"Description\":\"&lt;p&gt;Polar Bears International House&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43058,\"Title\":\"Tundra Buggy Ride\",\"Description\":\"&lt;p&gt;Tundra Buggy Ride&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43059,\"Title\":\"Dan&rsquo;s diner, a Culinary Experience\",\"Description\":\"&lt;p&gt;Dan&rsquo;s diner, a Culinary Experience&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40883,\"Title\":\"Polar Bears\",\"Description\":\"&lt;p&gt;Canada Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088582.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43060,\"Title\":\"Thanadelthur Lounge\",\"Description\":\"&lt;p&gt;Thanadelthur Lounge\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40884,\"Title\":\"Dog Sledding\",\"Description\":\"&lt;p&gt;Dog Sledding&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088823.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40887,\"Title\":\"Parks Canada Visitor Center\",\"Description\":\"&lt;p&gt;Parks Canada visitor Center&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1679056429.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43061,\"Title\":\"Departure from Winnipeg\",\"Description\":\"&lt;p&gt;Departure from Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40888,\"Title\":\"Winnipeg\",\"Description\":\"&lt;p&gt;Departure from Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/29865\\/sightseeing\\/43249_1679056542.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null}]}},{\"CityId\":6284,\"Title\":\"Churchill\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544975,\"Name\":\"The Polar Inn\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6284,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544975\\/43249_4e8f713addfa08f9506febea08522a091679989196.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"AI\"},{\"RefHotelId\":544972,\"Name\":\"The Tundra Inn\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6284,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544972\\/43249_434f9087d859aec6c35264e3bbe0a8601679988977.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"AI\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":43049,\"Title\":\"Arrival in Winnipeg\",\"Description\":\"&lt;p&gt;Arrival in Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40881,\"Title\":\"Winnipeg City\",\"Description\":\"&lt;p&gt;Winnipeg City&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/29865\\/sightseeing\\/43249_1678087872.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43050,\"Title\":\"Churchill City Tour\",\"Description\":\"&lt;p&gt;Churchill City Tour&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43051,\"Title\":\"Itsanitaq Museum\",\"Description\":\"&lt;p&gt;Itsanitaq Museum&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40882,\"Title\":\"Northern Lights Hunting\",\"Description\":\"&lt;p&gt;Northern Lights&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088279.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43052,\"Title\":\"Polar Bear Holding Facility\",\"Description\":\"&lt;p&gt;Polar Bear Holding Facility&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43053,\"Title\":\"Snowshoeing\",\"Description\":\"&lt;p&gt;Snowshoeing&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43062,\"Title\":\"Polar Bears International House\",\"Description\":\"&lt;p&gt;Polar Bears International House&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43058,\"Title\":\"Tundra Buggy Ride\",\"Description\":\"&lt;p&gt;Tundra Buggy Ride&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43059,\"Title\":\"Dan&rsquo;s diner, a Culinary Experience\",\"Description\":\"&lt;p&gt;Dan&rsquo;s diner, a Culinary Experience&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40883,\"Title\":\"Polar Bears\",\"Description\":\"&lt;p&gt;Canada Polar Bear&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088582.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43060,\"Title\":\"Thanadelthur Lounge\",\"Description\":\"&lt;p&gt;Thanadelthur Lounge\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40884,\"Title\":\"Dog Sledding\",\"Description\":\"&lt;p&gt;Dog Sledding&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1678088823.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40887,\"Title\":\"Parks Canada Visitor Center\",\"Description\":\"&lt;p&gt;Parks Canada visitor Center&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6284\\/sightseeing\\/43249_1679056429.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":43061,\"Title\":\"Departure from Winnipeg\",\"Description\":\"&lt;p&gt;Departure from Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6284,\"CityName\":\"Churchill\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null},{\"RefSSId\":40888,\"Title\":\"Winnipeg\",\"Description\":\"&lt;p&gt;Departure from Winnipeg&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":29865,\"CityName\":\"Winnipeg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/29865\\/sightseeing\\/43249_1679056542.jpg\",\"SupplierSysId\":15636,\"SupplierName\":\"Frontiers North\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"361881\",\"Title\":\"Arrival in Winnipeg\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive in the city of Winnipeg and check into your accommodation. Explore the city at your leisure&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals included: None&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29865,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544956,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"EP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43049,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40881,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"361882\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29865,\"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\":\"361883\",\"Title\":\"Churchill City Tour \\/ Itsanitaq Museum \\/ Northern Lights\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Board a flight from Winnipeg to remote and pristine Churchill. Embark on a guided bus tour to view this Tundra region and explore the Polar Bear Holding Facility and Inukshuk. Later, visit the Itsanitaq Museum which contains Canada&amp;rsquo;s finest Inuit carvings, kayaks, and artifacts. Then get ready for an adventure as you make your way to the boreal forest to hunt for the stunning northern lights in the dark skies of Manitoba.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals included: B, L, D&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6284,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43051,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40882,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43052,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"361884\",\"Title\":\"&nbsp;Snowshoeing and Culinary Experience\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Visit the Polar Bears International house to learn about the majestic animals and their habitat. Then continue to Chiurchill&amp;rsquo;s boreal forest where you get to enjoy snowshoeing in the beautiful Arctic setting. Later, board the Tundra Buggy which takes you to Dan&amp;rsquo;s Diner, a culinary experience delivering the finest Arctic cuisine in such a remote location. Post dinner, head out to the open Tundra to hunt for northern lights again.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals included: B, L, D&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6284,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":544975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43053,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43059,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40883,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"361885\",\"Title\":\"Dog Sledding &amp; Thanadelthur Lounge\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Post breakfast, you have the opportunity to enjoy dog sliding on frozen lakes and snow as local dogs and huskies give you the thrill of the activity. Then travel by Tundra Buggy across a frozen river to the Thanadelthur Lounge, a location specially designed for northern lights viewing, containing panoramic windows and a rooftop observatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals included: B, L, D&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6284,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":544975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":43060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43058,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40882,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40884,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"361886\",\"Title\":\"Parks Canada Visitor Center\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;On our last day in Churchill, head to the Parks Canada Visitor Center to view exclusive wildlife and fur trade history. Then head to the airport to board a flight back to Winnipeg and check into your accommodation for the night.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals included: B, L, D&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6284,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":544975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":40887,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"361887\",\"Title\":\"Departure from Winnipeg\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;Say goodbye to Winnipeg as your Canadian Arctic Northern Lights Adventure culminates. Head to the airport to board your flight back home.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: None&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6284,\"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\":[{\"IsIncluded\":true,\"Id\":43061,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40888,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50157\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":6299,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50157\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":6299,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-23\",\"To\":\"2024-02-23\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299},{\"From\":\"2024-02-28\",\"To\":\"2024-02-28\",\"Currency\":6,\"priceTripleOcc\":6299,\"priceDoubleOcc\":6299,\"priceSingleOcc\":\"6299.00\",\"priceExtraBed\":6299,\"priceWithoutBed\":6299,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":6299,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":6,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":6299,\"CWOB\":6299,\"CEB\":6299,\"COSTDO\":6299,\"COSTSO\":\"6299.00\",\"ACEB\":6299}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any personal expenses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;International flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals on days 1 and 6&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips, gratuities, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything else not mentioned in Inclusions&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;5 nights&amp;rsquo; accommodation in deluxe hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dan&amp;rsquo;s Diner Culinary Experience&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return flight from Winnipeg to Churchill&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast, Lunch, and dinner from days 2 to 5&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel by the official Tundra Buggy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Activities of Dog Sledding and snowshoeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entry to Itsanitaq Museum&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guided walk in the boreal forest to hunt for Northern Lights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Access to Thanadelthur Lounge for Northern Lights Viewing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entry to Parks Canada Visitor Center&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Churchill City Guided Bus Tour&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"361881\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[361881],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361882\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[361882],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361883\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[361883],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361884\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[361884],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361885\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[361885],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361886\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[361886],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"361887\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[361887],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"29865\":{\"CityName\":\"Winnipeg\",\"FlightInv\":{\"1\":{\"688\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"689\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20240223\":{\"FromDate\":\"2024-02-23\",\"FromDateDMY\":\"23\\/02\\/2024\",\"AdultCost\":6299,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240228\":{\"FromDate\":\"2024-02-28\",\"FromDateDMY\":\"28\\/02\\/2024\",\"AdultCost\":6299,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Winnipeg,Churchill','Winnipeg,North America,Canada,Churchill',NULL,'29865,6284',382006,382006,5,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-02-28 00:00:00','2024-02-28 00:00:00',3,'Canada','39','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'arctic-canada-|-northern-lights-polar-bear-discovery',NULL,NULL,NULL,0),(172,49901,1,35,1,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":49901,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/self-drive-holiday-in-new-zeal_1677492102\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;New Zealand is among the southernmost countries of the world and probably tops the charts among the most beautiful countries as well. With a postcard-like landscape immersed with mountains, lakes, fjords, coastal drives, blooming flowers and glaciers, New Zealand attracts millions of tourists year-round.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nThis tour covers most of the popular Kiwi destinations and ensures that travellers get maximum utility from their journey to New Zealand. Explore Auckland, Rotorua, Queenstown, Milford Sound, Wellington, Christchurch, and Mount Cook, to completely immerse yourself in this magical country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nMilford Sound and Mount Cook; towering fjords &amp;amp; mountains respectively are so impressive and exquisite in nature that they are often part of travellers&amp;rsquo; bucket lists for the beauty they entail. Over 10 nights, you visit other popular attractions such as the Hobbiton Set, Lake Taupo, Mt Cook, Mitre Peak, and a cruise along Milford Sound, to discover the vast rainforests, and waterfalls.&amp;nbsp;&lt;br \\/&gt;\\r\\nA country so marvellous, New Zealand guarantees prime satisfaction with ecstatic expectations. &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab &amp;gt;&amp;gt;&amp;gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nHighlights&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Mount Cook National Park; the highest mountain in New Zealand&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Milford Sound; world-famous majestic fjord&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Queenstown: The Adventure Capital of the World&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Traditional Maori Cultural Show&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cruise along Milford Sound&lt;br \\/&gt;\\r\\n\\t&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Queenstown\",\"DestinationPlacesSysId\":22373,\"SourcePlaces\":\"Auckland\",\"SourcePlaceSysId\":1751,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"Self Drive Holiday in New Zealand\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15623\",\"SupplierName\":\"NZ Sidekick\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Only Breakfast\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1751,\"Title\":\"Auckland\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542737,\"Name\":\"Hotel Fable Auckland\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1751,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542737\\/43249_10c10c158f09b697e12bdd8f402f39aa1678968655.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"EP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":23350,\"Title\":\"Rotorua\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542968,\"Name\":\"Millennium Hotel Rotorua\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":23350,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542968\\/43249_5b7f08df15ee33a1f0190e6cc999c84d1678969258.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":35426,\"Title\":\"Wellington\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542740,\"Name\":\"Bolton Hotel Wellington\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35426,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542740\\/43249_23a06b5cdc9f3fcfc54602cb798a8a6e1678969455.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":6244,\"Title\":\"Christchurch\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542746,\"Name\":\"The George Hotel Christchurch\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6244,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542746\\/43249_9c03fce3651ad6d16989dc6c54e7e8351678969625.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":22373,\"Title\":\"Queenstown\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542747,\"Name\":\"Hermitage Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":22373,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542747\\/43249_ef153c7dde8e844873189947c00d8f221678969722.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":542969,\"Name\":\"Millennium Hotel Queenstown\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":22373,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542969\\/43249_90da17c475b5da5f87031470de5ef3001679033222.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":21359,\"Title\":\"Picton\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542743,\"Name\":\"Chateau Marlborough\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21359,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542743\\/43249_c9f510558cc42982fc0e01ca0c52a8301678969516.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}},{\"CityId\":13345,\"Title\":\"Kaikoura\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":542745,\"Name\":\"Bendamere House B&B\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13345,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_542745\\/43249_a5753abd95c7e8c9e7f61818ace4e41a1678969568.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41347,\"Title\":\"Auckland\",\"Description\":\"&lt;p&gt;Auckland, based around 2 large harbours, is a major city in the north of New Zealand&rsquo;s North Island. In the centre, the iconic Sky Tower has views of Viaduct Harbour, which is full of superyachts and lined with bars and cafes. Auckland Domain, the city&rsquo;s oldest park, is based around an extinct volcano and is home to the formal Wintergardens.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1751,\"CityName\":\"Auckland\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/1751\\/sightseeing\\/43249_1678859551.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41346,\"Title\":\"Hobbit Movie Set\",\"Description\":\"&lt;p&gt;Hobbit Movie Set&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678858894.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41348,\"Title\":\"Maori Village\",\"Description\":\"&lt;p&gt;Maori Village&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":23350,\"CityName\":\"Rotorua\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/23350\\/sightseeing\\/43249_1678860012.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41349,\"Title\":\"Lake Taupo\",\"Description\":\"&lt;p&gt;Lake Taup? is a large crater lake in New Zealand&#039;s North Island, located in the caldera of the Taup? Volcano. The lake is the namesake of the town of Taup?, which sits on a bay in the lake&#039;s northeastern shore.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35426,\"CityName\":\"Wellington\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/35426\\/sightseeing\\/43249_1678860823.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41350,\"Title\":\"Picton\",\"Description\":\"&lt;p&gt;Picton is a town on the north coast of the South Island, in New Zealand. It&rsquo;s known as a gateway to the islands and inlets of the Marlborough Sounds. The Edwin Fox Maritime Museum is a 19th-century former convict and cargo ship.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21359,\"CityName\":\"Picton\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/21359\\/sightseeing\\/43249_1678861196.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41351,\"Title\":\"Kaikoura Range\",\"Description\":\"&lt;p&gt;The Kaik?ura Ranges are two parallel ranges of mountains located in the northeast of the South Island of New Zealand. The two ranges are visible from a great distance, including from the southern coast of the North Island.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":13345,\"CityName\":\"Kaikoura\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/13345\\/sightseeing\\/43249_1678861455.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41352,\"Title\":\"Whale Watching\",\"Description\":\"Whale Watching&nbsp;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678862657.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41353,\"Title\":\"Aoraki \\/ Mount Cook National Park\",\"Description\":\"&lt;p&gt;Aoraki \\/ Mount Cook National Park&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":6244,\"CityName\":\"Christchurch\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/6244\\/sightseeing\\/43249_1678863020.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41354,\"Title\":\"Lake Pukaki\",\"Description\":\"&lt;p&gt;Lake Pukaki is the largest of three roughly parallel alpine lakes running north&ndash;south along the northern edge of the Mackenzie Basin on New Zealand&#039;s South Island. The others are Lakes Tekapo and Ohau.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1679297039.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41358,\"Title\":\"Fiordland National Park\",\"Description\":\"&lt;p&gt;Fiordland National Park is in the southwest of New Zealand&rsquo;s South Island. It&rsquo;s known for the glacier-carved fiords of Doubtful and Milford sounds. A beech forest trail on the sandy Milford shore offers views of towering Mitre Peak.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678863630.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null},{\"RefSSId\":41359,\"Title\":\"Queenstown\",\"Description\":\"&lt;p&gt;Queenstown, New Zealand, sits on the shores of the South Island&rsquo;s Lake Wakatipu, set against the dramatic Southern Alps. Renowned for adventure sports, it&rsquo;s also a base for exploring the region&rsquo;s vineyards and historic mining towns.&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22373,\"CityName\":\"Queenstown\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/22373\\/sightseeing\\/43249_1678864115.jpg\",\"SupplierSysId\":15623,\"SupplierName\":\"NZ Sidekick\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"359526\",\"Title\":\"Arrival in Auckland\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive at the &lt;strong&gt;Auckland &lt;\\/strong&gt;airport and check into your hotel. Spend the day relaxing and orienting yourself with the &amp;ldquo;City of Sails&amp;rdquo; at your leisure.&lt;br \\/&gt;\\r\\nOptional Activity - We recommend enjoying the Harbour Cruise Dinner Experience for stunning views of the city downtown while enjoying delicious food on the cruise.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542737,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"EP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41347,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359527\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1751,\"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\":\"359528\",\"Title\":\"Hobbiton Set \\/ Rotorua\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Post breakfast, collect your car to begin your self-drive holiday, and journey to Middle Earth and the Hobbiton Movie Set, made famous by the&lt;strong&gt; Lord of the Rings and the Hobbit&lt;\\/strong&gt;. At the end of the tour, travel south to Rotorua and check into your accommodation.&lt;br \\/&gt;\\r\\nDriving info - 220kms \\/ 2.6 hrs&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41346,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359529\",\"Title\":\" Explore Rotorua\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Home to several prominent Maori tribes, a visit to one of the Maori Villages should be high on your agenda, as should an excursion to the Polynesian Spa for an invigorating soak in its natural mineral hot springs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nSpike your adrenaline at Velocity Valley Adventure Park on stomach-dropping attractions such as static &lt;strong&gt;skydiving&lt;\\/strong&gt;, or a giant swing reaching 130 km per hour. Alternatively, head up the Rotorua Gondola for soaring lake views, and ride the luge at night for an extra thrill.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nOptional Activity - &amp;nbsp;We recommend enjoying the Polynesian Spa where there are a number of differently heated water pools overlooking the Rotorua Landscape. The pool temperatures range from 36 degrees celsius to 42 degrees celsius which are therapeutic for your body.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41348,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359530\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23350,\"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\":\"359531\",\"Title\":\"Travel to Wellington \\/ Zealandia by Night Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Drive along New Zealand&amp;rsquo;s largest lake, &lt;strong&gt;Lake Taupo&lt;\\/strong&gt; before reaching the capital city of Wellington. Take a night tour of &lt;strong&gt;Zealandia Wildlife Sanctuary &lt;\\/strong&gt;to witness Kiwi foraging on the forest floor, tuatara hunting for food, glowworms shining, tiny Maud Island frogs in their enclosure, pateke (brown teal) ducks feeding at night and kaka (parrots) coming in to roost.&lt;br \\/&gt;\\r\\nDriving info - 441kms \\/ 5.3 hours&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35426,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542740,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41349,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359532\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35426,\"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\":\"359533\",\"Title\":\"Ferry to Picton\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Drop your rental car at a center and board the inter-islander ferry to travel to &lt;strong&gt;Picton &lt;\\/strong&gt;on the South Island. Collect your rental car from here and drive for a short distance to arrive at Blenheim, where you check into your accommodation for the night.&lt;br \\/&gt;\\r\\nOptional Activity - We suggest you do a half-day wine tour to try out award-winning wines from one of the best wineries in the region.&lt;br \\/&gt;\\r\\nDriving info - 25kms \\/ 0.3 hours&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21359,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542743,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41350,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359534\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21359,\"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\":\"359535\",\"Title\":\"Travel to Kaikoura\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Cross the &amp;#39;dry hills&amp;#39; of Marlborough and head towards one of the most spectacular coastlines of the South Island, the Kaikoura Coast. The road hugs the shore for around 50 kilometers and offers many chances to view native wildlife. To the east is the South Pacific Ocean and to the west the towering &lt;strong&gt;Kaikoura Ranges.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Driving info - 110kms \\/ 1.3hours&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542745,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359536\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13345,\"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\":\"359537\",\"Title\":\"Travel to Christchurch \\/ Whale Watching\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;&lt;strong&gt;Whale Watch&lt;\\/strong&gt; Kaikoura offers a once-in-a-lifetime, up-close encounter with the giant Sperm Whale. You are also likely to encounter New Zealand fur seals, dusky dolphins and albatross on this whale-watching experience. Then head towards Christchurch and check into your accommodation for the night.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Driving info - 178kms \\/ 2.5 hours&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41352,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359538\",\"Title\":\"Mt Cook National Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Travel west, across the fertile Canterbury Plains to Lake Tekapo and the Church of the Good Shepherd. Both of which provide avenues for filling up your picture gallery.&amp;nbsp; This small group, fully-guided day trip combines all of the key highlights in the area with the famous Lake Tekapo, &lt;strong&gt;Aoraki\\/Mount Cook National Park&lt;\\/strong&gt; and &lt;strong&gt;Tasman Glacier&lt;\\/strong&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Embark on a Glacier Tour, where you have the opportunity of seeing tall glaciers as old as 500 years up close in a boat. This kind of tour is one of only three in the world.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Driving info - 350kms \\/ 4.1 hours&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41353,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359539\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6244,\"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\":\"359540\",\"Title\":\"Arrival in Queenstown\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Take in the last views of Mount Cook as you travel to Queenstown. Witness &lt;strong&gt;Lake Pukaki&lt;\\/strong&gt; and Cromwell; regions that provide multiple photographing opportunities. Enjoy Queenstown at your leisure.&lt;br \\/&gt;\\r\\nOptional Activity - We recommend doing a Appellation Boutique Wine Tour. Experience a tasting journey through three of Central Otago&amp;rsquo;s incredibly scenic and varying wine sub-regions; Gibbston, Bannockburn and Cromwell. Visit three boutique vineyards, tasting their unique cool climate wines and discover why the Central Otago region has become world-renowned in its own right.&lt;br \\/&gt;\\r\\nDriving info - 257kms \\/ 3 hours&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":542969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41354,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359541\",\"Title\":\"Milford Sound via Flight\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Post breakfast, fly above the rugged backcountry of Central Otago. Witness what the power of nature has created over the years, as you journey over Mt Aspiring National Park and the world heritage-listed &lt;strong&gt;Fiordland National Park&lt;\\/strong&gt;. Arrive at Milford Sound, and board a cruise to explore this world-famous, mighty fjord, with Mitre Peak towering in front of you along grand spectacles of waterfalls, rainforests, and wildlife. Fly back to Queenstown for the night.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":542747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":542969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41358,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"359542\",\"Title\":\"Departure From Queenstown\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Post breakfast, head towards the Queenstown airport to catch your flight back home.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22373,\"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\":[{\"IsIncluded\":true,\"Id\":41359,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49901\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":3335,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49901\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":3335,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335},{\"From\":\"2023-04-27\",\"To\":\"2023-12-31\",\"Currency\":2,\"priceTripleOcc\":3335,\"priceDoubleOcc\":3335,\"priceSingleOcc\":\"3335.00\",\"priceExtraBed\":3335,\"priceWithoutBed\":3335,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":3335,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":3335,\"CWOB\":3335,\"CEB\":3335,\"COSTDO\":3335,\"COSTSO\":\"3335.00\",\"ACEB\":3335}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;International round-trip flight to New Zealand&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any personal expenses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gratuities, tips etc&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything else not mentioned in the inclusions&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from Auckland Airport to Auckland accommodation&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10 nights&amp;rsquo; accommodation in 4-Star Hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rental car as selected for the entire trip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rental Car Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rental Car GPS, Unlimited kms, airport and ferry fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel guide and in country support&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return flight to and from Milford Sound&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Te Ra Daytime experience at Te Puia&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hobbiton Movie Set Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Zealandia by Night Wildlife Sanctuary Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wellington to Picton ferry&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Whale Watching Tour at Kaikoura&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily breakfast&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"359526\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[359526],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359527\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[359527],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359528\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[359528],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359529\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[359529],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359530\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[359530],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359531\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[359531],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359532\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[359532],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359533\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[359533],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359534\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[359534],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359535\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[359535],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359536\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[359536],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359537\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[359537],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359538\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[359538],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359539\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[359539],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359540\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[359540],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359541\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[359541],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"359542\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[359542],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Auckland,Rotorua,Wellington,Christchurch,Queenstown,Picton,Kaikoura','Auckland,Oceania,New Zealand,Rotorua,Wellington,Picton,Kaikoura,Christchurch,Queenstown','','1751,23350,35426,6244,22373,21359,13345',274057,274057,10,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"\"}]',2,'',0,'2023-05-15 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'New Zealand','157','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','0','New Zealand Tour, Self drive holidays in New Zealand, Auckland Tour, Rotorua, Wellington, Christchurch, Queenstown, Picton, Kaikoura Tours Packages, New Zealand Tours Packages','Book self drive holidays in New Zealand','New Zealand Self Drive Holidays',NULL,'self-drive-holiday-in-new-zealand',NULL,NULL,NULL,0),(173,49966,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":49966,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/package\\/images\\/the-svalbard-exploration-cruise_1677737006\",\"BookingValidUntill\":\"2024-07-03\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Explore Svalbard; the Arctic land which is the last stop before the North Pole by an expedition cruise. The purpose of this tour is to provide maximum enjoyment to travellers by taking them as close to icy and pristine Arctic nature, as well as the North Pole.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Follow the icy, rugged coastline of this Norwegian island which serves as a base for many expeditions to the North Pole. Visit the land of Polar Bears, Arctic Whales, Walruses, Seals, and millions of sea birds by cruising through gigantic icebergs on a newly built ship.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This tour is filled with natural beauty and wildlife, and options for adventure activities such as Kayaking, Snowshoeing, and traveling via Zodiac boats right up to icebergs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Departer Dates :&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;26 June 2024&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3 July 2024&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Pricing, Please Refer Terms and Conditions Tab&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Highlights&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Explore Svalbard, the last stop before the North Pole&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Longyearbyen, one of the northernmost towns in the world&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reach 80&amp;deg; north when you cruise towards Sju&amp;oslash;yane, close to the pack ice.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness Arctic Wildlife such as Polar Bears, Whales, and Walruses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel aboard a newly built expedition ship with comfortable rooms, a spa, a swimming pool, and jacuzzis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness the natural phenomena of the Midnight Sun, where the sun never sets&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Go up close to the massive Lillieh&amp;ouml;&amp;ouml;k Glacier&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Adventure activity options of Kayaking, Snowshoeing, and Zodiac Boat travel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":43249,\"AgencyIdB2C\":35,\"AgencyIdB2B\":43249,\"DestinationPlaces\":\"Longyearbyen\",\"DestinationPlacesSysId\":15875,\"SourcePlaces\":\"Longyearbyen\",\"SourcePlaceSysId\":15875,\"AgencyName\":\"Holiday Moods Adventures\",\"Name\":\"The Svalbard Exploration Cruise\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15624\",\"SupplierName\":\"Albatros Expedition Cruises\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-15\",\"To\":\"2024-07-03\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15875,\"Title\":\"Longyearbyen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544030,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15875,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544030\\/43249_b8fc7d335403408aca4f4debf23408d51679570885.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41785,\"Title\":\"Lilliehook Glacier\",\"Description\":\"&lt;p&gt;Lilliehook Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679569084.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43328,\"Title\":\"Fjortende Juli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43329,\"Title\":\"Arctic Birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41797,\"Title\":\"Ytre Norsk&oslash;ya\",\"Description\":\"&lt;p&gt;Ytre Norsk&oslash;ya&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108787\\/sightseeing\\/43249_1679570387.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43330,\"Title\":\"Spitsbergen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41787,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569707.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41786,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569453.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43331,\"Title\":\"Island of Sju\\u00f8yane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41788,\"Title\":\"Monaco Glacier\",\"Description\":\"&lt;p&gt;Monaco Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569874.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41789,\"Title\":\"NY London\",\"Description\":\"&lt;p&gt;NY London&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108781\\/sightseeing\\/43249_1679570060.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43332,\"Title\":\"Arctic Wildlife\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41798,\"Title\":\"Longyearbyen City\",\"Description\":\"&lt;p&gt;Longyearbyen City&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679570586.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":108797,\"Title\":\"Alkefjellet\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544030,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":108797,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544030\\/43249_b8fc7d335403408aca4f4debf23408d51679570885.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41785,\"Title\":\"Lilliehook Glacier\",\"Description\":\"&lt;p&gt;Lilliehook Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679569084.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43328,\"Title\":\"Fjortende Juli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43329,\"Title\":\"Arctic Birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41797,\"Title\":\"Ytre Norsk&oslash;ya\",\"Description\":\"&lt;p&gt;Ytre Norsk&oslash;ya&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108787\\/sightseeing\\/43249_1679570387.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43330,\"Title\":\"Spitsbergen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41787,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569707.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41786,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569453.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43331,\"Title\":\"Island of Sju\\u00f8yane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41788,\"Title\":\"Monaco Glacier\",\"Description\":\"&lt;p&gt;Monaco Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569874.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41789,\"Title\":\"NY London\",\"Description\":\"&lt;p&gt;NY London&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108781\\/sightseeing\\/43249_1679570060.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43332,\"Title\":\"Arctic Wildlife\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41798,\"Title\":\"Longyearbyen City\",\"Description\":\"&lt;p&gt;Longyearbyen City&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679570586.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":108781,\"Title\":\"Ny \\u00c5lesund\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544030,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":108781,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544030\\/43249_b8fc7d335403408aca4f4debf23408d51679570885.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41785,\"Title\":\"Lilliehook Glacier\",\"Description\":\"&lt;p&gt;Lilliehook Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679569084.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43328,\"Title\":\"Fjortende Juli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43329,\"Title\":\"Arctic Birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41797,\"Title\":\"Ytre Norsk&oslash;ya\",\"Description\":\"&lt;p&gt;Ytre Norsk&oslash;ya&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108787\\/sightseeing\\/43249_1679570387.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43330,\"Title\":\"Spitsbergen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41787,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569707.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41786,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569453.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43331,\"Title\":\"Island of Sju\\u00f8yane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41788,\"Title\":\"Monaco Glacier\",\"Description\":\"&lt;p&gt;Monaco Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569874.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41789,\"Title\":\"NY London\",\"Description\":\"&lt;p&gt;NY London&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108781\\/sightseeing\\/43249_1679570060.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43332,\"Title\":\"Arctic Wildlife\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41798,\"Title\":\"Longyearbyen City\",\"Description\":\"&lt;p&gt;Longyearbyen City&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679570586.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}},{\"CityId\":108787,\"Title\":\"Ytre Norsk\\u00f8ya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":544030,\"Name\":\"Expedition Cruise\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":108787,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_544030\\/43249_b8fc7d335403408aca4f4debf23408d51679570885.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room \",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41782,\"Title\":\"Longyearbyen\",\"Description\":\"&lt;p&gt;Longyearbyen&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679568392.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41785,\"Title\":\"Lilliehook Glacier\",\"Description\":\"&lt;p&gt;Lilliehook Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679569084.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43328,\"Title\":\"Fjortende Juli\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43329,\"Title\":\"Arctic Birds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41797,\"Title\":\"Ytre Norsk&oslash;ya\",\"Description\":\"&lt;p&gt;Ytre Norsk&oslash;ya&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108787\\/sightseeing\\/43249_1679570387.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43330,\"Title\":\"Spitsbergen\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108787,\"CityName\":\"Ytre Norsk\\u00f8ya\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41787,\"Title\":\"Walrus\",\"Description\":\"&lt;p&gt;Walrus&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569707.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41786,\"Title\":\"Polar Bear\",\"Description\":\"&lt;p&gt;Polar Bear&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569453.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43331,\"Title\":\"Island of Sju\\u00f8yane\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41788,\"Title\":\"Monaco Glacier\",\"Description\":\"&lt;p&gt;Monaco Glacier&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108797,\"CityName\":\"Alkefjellet\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108797\\/sightseeing\\/43249_1679569874.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41789,\"Title\":\"NY London\",\"Description\":\"&lt;p&gt;NY London&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/108781\\/sightseeing\\/43249_1679570060.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":43332,\"Title\":\"Arctic Wildlife\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":108781,\"CityName\":\"Ny \\u00c5lesund\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null},{\"RefSSId\":41798,\"Title\":\"Longyearbyen City\",\"Description\":\"&lt;p&gt;Longyearbyen City&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":15875,\"CityName\":\"Longyearbyen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/43249\\/city\\/15875\\/sightseeing\\/43249_1679570586.jpg\",\"SupplierSysId\":15624,\"SupplierName\":\"Albatros Expedition Cruises\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"360180\",\"Title\":\"&nbsp;Ship Embarkation in Longyearbyen\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Board a chartered flight from Oslo to arrive at &lt;strong&gt;Longyearbyen&lt;\\/strong&gt;, one of the northernmost towns in the world. Head towards the coast to embark on the expedition ship and check into your room. Before dinner, your Expedition Leader will take you through the safety drills as you cruise through the Advent fjord.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15875,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41782,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360181\",\"Title\":\"The Lillieh&ouml;&ouml;k Glacier\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;The captain will try to dock the ship as you reach M&amp;ouml;llerhamna, where you will be able to see thousands of Arctic birds migrating during the summertime. You will cross Regnardneset in the innermost area of Krossfjorden, which is one of the most beautiful regions in the world. In the afternoon, depending on the weather, you would be able to participate in a Zodiac cruise and go right up close to the&lt;strong&gt; Lilliehook Glacier.&lt;\\/strong&gt; You would also be visiting Fjortende Juli, where the glacier Fjortende Juli-Breen calves into the fjord.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15875,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41785,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43328,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43329,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360182\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15875,\"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\":\"360183\",\"Title\":\"Smeerenburg and Ytre Norsk&oslash;ya\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;As you enter northwest Svalbard, which was declared a National Park in 1973, weather permitting, the day could begin with a Zodiac cruise in Danskergattet, looking for seals in Virgohamna, before reaching Smeerenburg, the legendary whaling town of 17th century. Explore the town of Spitzbergen before heading towards &lt;strong&gt;Ytre Norsk&amp;oslash;ya&lt;\\/strong&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108787,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41797,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360184\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108787,\"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\":\"360185\",\"Title\":\"Alkefjellet Region and Torrelnesset\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;A wildlife-heavy day, this morning, the ship will cruise slowly past the Alkefjellet region, giving you a view of stunning, steep cliffs, which is home to the Br&amp;uuml;nichs guillemots birds. You would then head towards the polar desert landscapes of Torrelnesset, where an abundance of &lt;strong&gt;Walrus &lt;\\/strong&gt;population will welcome you.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41787,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360186\",\"Title\":\"Polar Bear Region at 80 Degrees North\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Get ready for some thrill as the captain tries to take the ship to almost 80 Degrees north. You would go to the edge of the Polar Ice pack, where you will have the opportunity to see Polar Bears. Enjoy sessions on Polar Bears and the Arctic environment on board. Later, the ship heads to the island of Sju&amp;oslash;yane, which is 1000 km north of Norway&amp;rsquo;s mainland. Walk on this barren, icy terrain where you will get to see some more Arctic birdlife.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41786,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43331,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360187\",\"Title\":\"Texas Bar and the Monaco Glacier\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Cruise along the mighty &lt;strong&gt;Monaco Glacier&lt;\\/strong&gt;, where you will be able to see miles of icebergs wherever you look. Many hunters stayed here in winter and built cabins, which are known as Texas Cabins. The most popular cabin is called the Texas Bar, which you would be able to explore and walk around.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41788,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360188\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108797,\"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\":\"360189\",\"Title\":\"Ny &Aring;lesund and Ny London\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;As you wake up in the morning, you would have arrived at &lt;strong&gt;Kongsfjord&lt;\\/strong&gt;. The ship docks at Ny &amp;Aring;lesund, where you might have a chance to go for a stroll in the remote town which hosts scientific research stations. Later, visit the abandoned marble mining town of Ny London, and stroll around the settlement, where again, you might experience some Arctic wildlife before returning back to the ship.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108781,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":544030,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41789,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":43332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360190\",\"Title\":\"Disembarkation in Longyearbyen\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Bid farewell to the crew and your cruise experience as you disembark in Longyearbyen. A transfer to the airport will be arranged for you.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":108781,\"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\":[{\"IsIncluded\":true,\"Id\":41798,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":2446,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":2446,\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-06-26\",\"To\":\"2024-06-26\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446},{\"From\":\"2024-07-03\",\"To\":\"2024-07-03\",\"Currency\":2,\"priceTripleOcc\":2446,\"priceDoubleOcc\":2446,\"priceSingleOcc\":\"2446.00\",\"priceExtraBed\":2446,\"priceWithoutBed\":2446,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":2446,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"COSTTO\":2446,\"CWOB\":2446,\"CEB\":2446,\"COSTDO\":2446,\"COSTSO\":\"2446.00\",\"ACEB\":2446}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;International flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Extra excursions and activities not mentioned in the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel accommodation in embarkation\\/disembarkation locations&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Single-room supplement and cabin upgrades&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals not on board the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Beverages (Other than coffee and tea and dinner-drink package)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips for the crew&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal expenses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel, cancellation, and senior insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under &amp;rsquo;Inclusions&amp;rsquo;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;8-day\\/7-night cruise on the expedition ship in a shared outside double room with a private bathroom in the category chosen&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Charter flights Oslo-Longyearbyen-Oslo&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;English-speaking expedition staff&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guided walks with the expedition team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nature hikes and Zodiac cruises per itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Information briefings and lectures by the expedition team&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Special photo workshop&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board on the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner drink package&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free coffee, tea, and afternoon snacks on the ship&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome and farewell cocktails&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Taxes, tariffs, and landing fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Digital visual journal link after the voyage, including voyage log, gallery, species list, and more&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n&lt;quillbot-extension-portal&gt;&lt;\\/quillbot-extension-portal&gt;\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"360180\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[360180],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360181\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[360181],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360182\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[360182],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360183\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[360183],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360184\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[360184],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360185\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[360185],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360186\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[360186],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360187\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[360187],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360188\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[360188],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360189\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[360189],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360190\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[360190],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"15875\":{\"CityName\":\"Longyearbyen\",\"FlightInv\":{\"1\":{\"756\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"757\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20240626\":{\"FromDate\":\"2024-06-26\",\"FromDateDMY\":\"26\\/06\\/2024\",\"AdultCost\":2446,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20240703\":{\"FromDate\":\"2024-07-03\",\"FromDateDMY\":\"03\\/07\\/2024\",\"AdultCost\":2446,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Longyearbyen,Alkefjellet,Ny Ålesund,Ytre Norskøya','Longyearbyen,Scandinavia,Norway,Ytre Norskøya,Svalbard & Jan Mayen Islands,Alkefjellet,Ny Ålesund',NULL,'15875,108797,108781,108787',200993,200993,7,NULL,NULL,NULL,2,'',0,'2023-05-15 00:00:00','2024-07-03 00:00:00','2024-07-03 00:00:00',3,'Norway,Svalbard & Jan Mayen Islands','164,207','2023-06-23 17:13:06','2023-05-15 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'the-svalbard-exploration-cruise',NULL,NULL,NULL,0),(174,32282,1,35,0,0,0,'Family,Culture,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":32282,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/magical_dubai_1644242410.jpg\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Dubai is a city and emirate in the United Arab Emirates known for luxury shopping, ultramodern architecture, and a lively nightlife scene. Burj Khalifa, an 830m-tall tower, dominates the skyscraper-filled skyline. At its foot lies Dubai Fountain, with jets and lights choreographed to music.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Magical Dubai\",\"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,Sightseeing,Visa\",\"PackageType\":\"Family,Culture,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":443487,\"Name\":\"Citymax Hotel Bur Dubai\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2507560572169\",\"Long\":\"55.2918666601181\",\"Address\":\"Al Kuwait Street, Bur Dubai, \"},\"Images\":[],\"CityId\":8219,\"Brief\":\"Citymax Hotel Bur Dubai is just twenty minutes from Dubai International airport.Heritage sites, the Dubai Creek and diving village are literally a stone&acirc;&euro;&trade;s throw away. The financial and World Trade Centre are as easily accessible.\\n\\n* Check in time is 2 PM and check out time updated to 12 PM\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/17\\/e84492841912918ea1af346b0ffd8a94-50029.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":443437,\"Name\":\"Grand Excelsior Hotel - Bur Dubai\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2505716869558\",\"Long\":\"55.2922716736794\",\"Address\":\"Kuwait Street, Bur Dubai, \"},\"Images\":[],\"CityId\":8219,\"Brief\":\"Welcome to Grand Excelsior Hotel &acirc;&euro;&ldquo; Bur Dubai. The hotel is located in the heart of Bur Dubai\\\\\\\\\\\\&#039;&#039;s commercial district, it creates a striking landmark, which is dynamic in style and incorporates a Dhow shaped interior. \\n\\nIt stands tall and proud as the symbol of timeless Arabian hospitality. \\n\\nBur Dubai\\\\\\\\\\\\&#039;&#039;s premier hotel provides the highest level of service, ultimate in comfort and style, with exquisite cuisine, relaxing leisure facilities and extensive banquet &amp; conference services. \\n\\nAs the name suggests, the Dhow is traditional in roots, value and hospitality yet, non traditional and unconventional in a lot of other ideas and ideals. \\n\\nDubai\\\\\\\\\\\\&#039;&#039;s first Premium Property in Bur Dubai, is steeped in Arabic traditions and well equipped with the world\\\\\\\\\\\\&#039;&#039;s finest cuisine, specialty restaurants, Bar Lounge, and an authentic living experience in the most calm, peaceful, and posh residential vicinities of Dubai. \\n\\nMinutes away from the World Trade Center and the Business District of Dubai, Dhow Palace Hotel is definitely the most thoughtful way to enjoy one\\\\\\\\\\\\&#039;&#039;s stay in Dubai. \\n\\nAs history shows the only way to cross the Gulf Sea was on a Dhow and this hasn\\\\\\\\\\\\&#039;&#039;t changed even today. Experience the same journey to sail through Dubai\\\\\\\\\\\\&#039;&#039;s cityscape.Provides the highest level of service, ultimate in comfort...\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/ec5d4c5c82d20fa58affdf739949905a-241213.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":4991,\"Name\":\"Crowne Plaza Dubai Deira\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.270588781271\",\"Long\":\"55.32701164484\",\"Address\":\"Salahuddin Road Deira\"},\"Images\":{\"Image\":[{\"ImagId\":120418,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/561\\/DXBCP_4548882132_A.jpg\"},{\"ImagId\":120419,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/345\\/210\\/DXBCP-Healthclub1_A.jpg\"},{\"ImagId\":120420,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/450\\/DXBCP_3945638114_4385375777_A.jpg\"},{\"ImagId\":120421,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/470\\/DXBCP_4195982979_9557550154_A.jpg\"},{\"ImagId\":120422,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/522\\/DXBCP_4195978149_4043011137_A.jpg\"},{\"ImagId\":120423,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/530\\/DXBCP_4195981628_4950648941_A.jpg\"},{\"ImagId\":120424,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/538\\/DXBCP_4195978326_1773587554_A.jpg\"},{\"ImagId\":120425,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/586\\/DXBCP_3945637409_3238073945_A.jpg\"},{\"ImagId\":120426,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/110\\/DXBCP_4195979365_A.jpg\"},{\"ImagId\":120427,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/86\\/DXBCP_4193806532_A.jpg\"},{\"ImagId\":120428,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/154\\/DXBCP_4193807052_A.jpg\"},{\"ImagId\":120429,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/82\\/DXBCP_3945624757_A.jpg\"},{\"ImagId\":120430,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/146\\/DXBCP_4195979032_A.jpg\"},{\"ImagId\":120431,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/102\\/DXBCP_4184955312_A.jpg\"},{\"ImagId\":120432,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/553\\/DXBCP_4548884843_A.jpg\"},{\"ImagId\":120433,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/130\\/DXBCP_4195978399_A.jpg\"},{\"ImagId\":120434,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/56\\/DXBCP_4250459766_A.jpg\"},{\"ImagId\":120435,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/545\\/DXBCP_4548883362_A.jpg\"},{\"ImagId\":120436,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/64\\/DXBCP_4192985028_A.jpg\"},{\"ImagId\":120437,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/68\\/DXBCP_4195993354_A.jpg\"},{\"ImagId\":120438,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/72\\/DXBCP_3945639721_A.jpg\"},{\"ImagId\":120439,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/76\\/DXBCP_4195987244_A.jpg\"},{\"ImagId\":120440,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/80\\/DXBCP_4195991986_A.jpg\"},{\"ImagId\":120441,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/84\\/DXBCP_4184955793_A.jpg\"},{\"ImagId\":120442,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/90\\/DXBCP_4192985008_A.jpg\"},{\"ImagId\":120443,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/94\\/DXBCP_4184919158_A.jpg\"},{\"ImagId\":120444,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/98\\/DXBCP_3938557066_A.jpg\"},{\"ImagId\":120445,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/102\\/DXBCP_4250462940_A.jpg\"},{\"ImagId\":120446,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/110\\/DXBCP_4192987045_A.jpg\"},{\"ImagId\":120447,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/114\\/DXBCP_3948294274_A.jpg\"},{\"ImagId\":120448,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/118\\/DXBCP_4195993200_A.jpg\"},{\"ImagId\":120449,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/536\\/DXBCP_4548886944_A.jpg\"},{\"ImagId\":120450,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/124\\/DXBCP_4182943198_A.jpg\"},{\"ImagId\":120451,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/118\\/DXBCP_4193812594_A.jpg\"},{\"ImagId\":120452,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/130\\/DXBCP_3945626926_A.jpg\"},{\"ImagId\":120453,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/134\\/DXBCP_35890207_A.jpg\"},{\"ImagId\":120454,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/138\\/DXBCP_4195992491_A.jpg\"},{\"ImagId\":120455,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/142\\/DXBCP_4192985348_A.jpg\"},{\"ImagId\":120456,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/158\\/DXBCP_4195979126_A.jpg\"},{\"ImagId\":120457,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/122\\/DXBCP_4195980377_A.jpg\"},{\"ImagId\":120458,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/142\\/DXBCP_4195980282_A.jpg\"},{\"ImagId\":120459,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/158\\/DXBCP_4182943453_A.jpg\"},{\"ImagId\":120460,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/601\\/DXBCP_4548884395_A.jpg\"},{\"ImagId\":120461,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/641\\/DXBCP_4548884070_A.jpg\"},{\"ImagId\":120462,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/586\\/DXBCP_4548880064_A.jpg\"},{\"ImagId\":120463,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/176\\/DXBCP_4195985018_A.jpg\"},{\"ImagId\":120464,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/114\\/DXBCP_4195989713_A.jpg\"},{\"ImagId\":120465,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/190\\/DXBCP_4182942894_A.jpg\"},{\"ImagId\":120466,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/134\\/DXBCP_4193812067_A.jpg\"},{\"ImagId\":120467,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/94\\/DXBCP_4195979415_A.jpg\"},{\"ImagId\":120468,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/212\\/DXBCP_3938819964_A.jpg\"},{\"ImagId\":120469,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/216\\/DXBCP_4193810372_A.jpg\"},{\"ImagId\":120470,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/220\\/DXBCP_4182946511_A.jpg\"},{\"ImagId\":120471,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/226\\/DXBCP_4192984880_A.jpg\"},{\"ImagId\":120472,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/232\\/DXBCP_3945624868_A.jpg\"},{\"ImagId\":120473,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/236\\/DXBCP_4195991056_A.jpg\"},{\"ImagId\":120474,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/242\\/DXBCP_4195992395_A.jpg\"},{\"ImagId\":120475,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/622\\/DXBCP_4548883059_A.jpg\"},{\"ImagId\":120476,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/250\\/DXBCP_4193806682_A.jpg\"},{\"ImagId\":120477,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/256\\/DXBCP_4192985069_A.jpg\"},{\"ImagId\":120478,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/126\\/DXBCP_4192984841_A.jpg\"},{\"ImagId\":120479,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/266\\/DXBCP_4195993278_A.jpg\"},{\"ImagId\":120480,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/138\\/DXBCP_4193812382_A.jpg\"},{\"ImagId\":120481,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/272\\/DXBCP_3936036885_A.jpg\"},{\"ImagId\":120482,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/106\\/DXBCP_4184955511_A.jpg\"},{\"ImagId\":120483,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/278\\/DXBCP_4193810648_A.jpg\"},{\"ImagId\":120484,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/282\\/DXBCP_4192985049_A.jpg\"},{\"ImagId\":120485,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/288\\/DXBCP_4195988809_A.jpg\"},{\"ImagId\":120486,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/296\\/DXBCP_4192985655_A.jpg\"},{\"ImagId\":120487,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/304\\/DXBCP_4192984964_A.jpg\"},{\"ImagId\":120488,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/320\\/DXBCP_3945624789_A.jpg\"},{\"ImagId\":120489,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/78\\/DXBCP_4192984862_A.jpg\"},{\"ImagId\":120490,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/339\\/DXBCP_4195978258_A.jpg\"},{\"ImagId\":120491,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/577\\/DXBCP_4548887828_A.jpg\"},{\"ImagId\":120492,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/348\\/DXBCP_4195978060_A.jpg\"},{\"ImagId\":120493,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/353\\/DXBCP_4182945619_A.jpg\"},{\"ImagId\":120494,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/98\\/DXBCP_4184954950_A.jpg\"},{\"ImagId\":120495,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/362\\/DXBCP_4184918853_A.jpg\"},{\"ImagId\":120496,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/370\\/DXBCP_4192987063_A.jpg\"},{\"ImagId\":120497,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/569\\/DXBCP_4548887481_A.jpg\"},{\"ImagId\":120498,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/150\\/DXBCP_4195979957_A.jpg\"},{\"ImagId\":120499,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/582\\/953\\/DXBCP_4550783304_A.jpg\"},{\"ImagId\":120500,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/90\\/DXBCP_4193813002_A.jpg\"},{\"ImagId\":120501,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/582\\/972\\/DXBCP_4550783332_A.jpg\"},{\"ImagId\":120502,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/825\\/DXBCP_4193809964_A.jpg\"},{\"ImagId\":120503,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/689\\/DXBCP_3938998858_A.jpg\"},{\"ImagId\":120504,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/801\\/DXBCP_4182944269_A.jpg\"},{\"ImagId\":120505,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/794\\/DXBCP_3941338727_A.jpg\"},{\"ImagId\":120506,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/839\\/DXBCP_4193809355_A.jpg\"},{\"ImagId\":120507,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/895\\/DXBCP_4182944338_A.jpg\"},{\"ImagId\":120508,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/787\\/DXBCP_1621782997_A.jpg\"},{\"ImagId\":120509,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/871\\/DXBCP_1621370028_A.jpg\"},{\"ImagId\":120510,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/832\\/DXBCP_4250456670_A.jpg\"},{\"ImagId\":120511,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/709\\/DXBCP_3936161953_A.jpg\"},{\"ImagId\":120512,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/695\\/DXBCP_4193809023_A.jpg\"},{\"ImagId\":120513,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/773\\/DXBCP_1653680580_A.jpg\"},{\"ImagId\":120514,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/877\\/DXBCP_4182944674_A.jpg\"},{\"ImagId\":120515,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/745\\/DXBCP_4193809533_A.jpg\"},{\"ImagId\":120516,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/887\\/DXBCP_4182944972_A.jpg\"},{\"ImagId\":120517,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/853\\/DXBCP_4193808780_A.jpg\"},{\"ImagId\":120518,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/766\\/DXBCP_3936210178_A.jpg\"},{\"ImagId\":120519,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/717\\/DXBCP_3932300726_A.jpg\"},{\"ImagId\":120520,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/681\\/DXBCP_4182944445_A.jpg\"},{\"ImagId\":120521,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/703\\/DXBCP_3936095958_A.jpg\"},{\"ImagId\":120522,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/779\\/DXBCP_3938963111_A.jpg\"},{\"ImagId\":120523,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/752\\/DXBCP_3945628475_A.jpg\"},{\"ImagId\":120524,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/655\\/DXBCP_4193807879_A.jpg\"},{\"ImagId\":120525,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/859\\/DXBCP_4193807436_A.jpg\"},{\"ImagId\":120526,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/661\\/DXBCP_1621787437_A.jpg\"},{\"ImagId\":120527,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/731\\/DXBCP_3945628506_A.jpg\"},{\"ImagId\":120528,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/817\\/DXBCP_3903466757_A.jpg\"},{\"ImagId\":120529,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/759\\/DXBCP_3945628573_A.jpg\"},{\"ImagId\":120530,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/865\\/DXBCP_3945628441_A.jpg\"},{\"ImagId\":120531,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/668\\/DXBCP_4193810195_A.jpg\"},{\"ImagId\":120532,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/809\\/DXBCP_4182945069_A.jpg\"},{\"ImagId\":120533,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/675\\/DXBCP_3936019145_A.jpg\"},{\"ImagId\":120534,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/845\\/DXBCP_4182943574_A.jpg\"},{\"ImagId\":120535,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/723\\/DXBCP_4182944830_A.jpg\"}]},\"CityId\":8219,\"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 Crowne Plaza Dubai Deira places you in the heart of Dubai, walking distance from Reef Mall and Hamarain Centre.  This 5-star hotel is within close proximity of Al Ghurair Centre and Fish Roundabout.&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 300 air-conditioned rooms featuring iPod docking stations and plasma 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 shower\\/tub combinations feature deep soaking bathtubs and rainfall showerheads.&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;Don&amp;apos;t miss out on the many recreational opportunities, including a health club, an outdoor pool, and a sauna. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can get to nearby shops on the complimentary shuttle.&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 one of the hotel&amp;apos;s 3 restaurants and 2 coffee shops\\/caf&eacute;s, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars\\/lounges.&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 high-speed (wired) Internet access, a 24-hour business center, and express check-in. Planning an event in Dubai? This hotel has 15042 square feet (1397 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.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/561\\/DXBCP_4548882132_A.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\":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\":5928,\"Title\":\"Burj Al Arab\",\"Description\":\"The Burj Al Arab(Tower of the Arabs) is a luxury hotel located in Dubai, United Arab Emirates.It is the third tallest hotel in the world (although 39 of its total height is made up of non-occupiable space.Burj Al Arab stands on an artificial island 280 m (920 ft) from Jumeirah Beach and is connected to the mainland by a private curving bridge. The shape of the structure is designed to resemble the sail of a ship. It has a helipad near the roof at a height of 210 m (689 ft) above ground.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/8219\\/sightseeing\\/15422_20120813060112!Burj_Al_Arab,_Dubai,_by_Joi_Ito_Dec2007.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":23494,\"Title\":\"Dubai Aquarium &amp; Underwater Zoo Tickets only\",\"Description\":\"&lt;p&gt;Dubai Aquarium &amp; Underwater Zoo is home to thousands of aquatic animals, comprising over 140 species. Over 400 Sharks and Rays live in our 10 million litre tank, including Sand Tiger Sharks, Giant Groupers, and a host of other marine species. A series of carefully designed experiences will allow our visitors to come face to face with our aquatic residents for memorable moments with friends and family.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1975134,\"Long\":55.2785005,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"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\":3122,\"Title\":\"Palm Jumeirah Island\",\"Description\":\"Palm Jumeirah is the world&amp;rsquo;s largest man-made island and is comprised of a two kilometre long trunk (stem), a crown made up of 17 fronds (leafs) and a surrounding crescent (curve). The  tree-shaped Palm Jumeirah was built entirely from sand and rocks only. The island itself is five kilometers by five kilometers.\\r\\nDubai is known for its world&amp;#039;s first: Palm Jumeirah is first artificial island, which looks like a stylised palm tree from SPACE, was originally billed as the Eighth Wonder of the World. Palm Jumeirah is one of the three artificial Palm Islands and its creation is started in 2001. As of November 2011, only Palm Jumeirah has been completed. The island is known for glitzy hotels, shopping malls, posh apartment towers and upmarket global restaurants.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1124,\"Long\":55.139,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Palm_Jumeirah_8219_1517479431.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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"229761\",\"Title\":\"Arrival at Dubai \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Kickstart your first day in Dubai&amp;nbsp;with the splendid Dhow Cruise!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On your arrival at the airport in Dubai, you will be transferred to your hotel on a private basis by one of our representatives. On your way to the hotel, you will witness many of the important and huge buildings which glorify the charm of Dubai. After reaching the hotel, take your time to freshen up and relax as the rest of the day is free for touring the city on the Dhow Cruise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;While in Dubai, experiencing the royal buffet dinner on the Dhow Cruise is a must. Dubai Dhow Cruise will not only pamper you with the royal feels but also enable you to witness the city onboard in full glory. Relish the authentic and traditional cuisine of the city with your family on your&amp;nbsp;Dubai vacation.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229764\",\"Title\":\"Dubai: Half-day Dubai City Tour with Burj Khalifa 124th Floor Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;The second day of your&amp;nbsp;holiday package to Dubai&amp;nbsp;promises to pamper the traveller in you.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fill yourself with a delicious breakfast, and prepare yourself for discovering the wonders of Dubai on a half-day city tour with our 6 day Dubai packages.&amp;nbsp;Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world&amp;rsquo;s only seven-star hotel and the Atlantis Hotel, perched atop the crescent-shaped Palm Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Encounter colourful dioramas and enlightening historic exhibits on a visit to Dubai Museum. Post digging into the history of Emirates and their traditional culture, choose to laze around or take a dip in the warm waters of Jumeirah Beach. Behold stunning bird&amp;#39;s-eye views from atop the Burj Khalifa -- the tallest building in the world.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Set foot in Dubai&amp;rsquo;s top tourist attractions, and gaze at the glimmering skyline of Dubai from Burj Khalifa observation deck on the 124th floor!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Optional&lt;\\/strong&gt;:&amp;nbsp;Request for premium slots of Burj Khalifa while customizing your Dubai tour package.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tip:&amp;nbsp;Indians can get to Armani, Saffron, or Indego by Vineet for some yummy desi delicacies.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":5928,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":23494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3122,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229767\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;This day of your&amp;nbsp;Dubai holiday&amp;nbsp;brings to you a ride on velvety Arabian sands &amp;amp; some cultural entertainment&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Have a wholesome breakfast at your hotel and spend the first half of the day leisurely. In the evening, get ready for Desert Safari. Indulge in a number of activities that are a highlight of your&amp;nbsp;Dubai 5 day package,&amp;nbsp;like dune bashing, camel riding, sandboarding, and jeep racing.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Satiate your hunger with a number of mouth-watering Arabian delicacies &amp;amp; enjoy cultural performances like belly dance, Tanura show, and a fire show by trained artists. Enjoy off-roading on the sand dunes. Later, get to your hotel and end the third fun-filled day of your Dubai 4 nights, 5 days package.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Optional:&lt;\\/strong&gt;&amp;nbsp;Engage in various exciting activities during your Dubai Desert Safari like camel riding, quad biking, and more (charges extra)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":\"229770\",\"Title\":\"Dubai Mall Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today, An exhilarating day awaits you!&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can opt to explore the world&amp;rsquo;s largest suspended aquariums housing!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Optional: &lt;\\/strong&gt;After a mouth-watering breakfast, you will hop off to Dubai Aquarium located inside the Dubai Mall. The 10-million litre Dubai Aquarium tank, located on the Ground Level of The Dubai Mall, is one of the largest suspended aquariums in the world. There are numerous ways you can experience the main Aquarium tank, which measures 51 metres in length, 20 metres in width and 11 metres in height. Find yourself wandering off, untamed, and fall in love with this place. the rest of the day will be at leisure. Go all out, shopping in the mall or check out the nearby places on your own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Request for Dubai Aquarium &amp;amp; Underwater Zoo while customizing your Dubai tour package.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":\"229773\",\"Title\":\"Dubai: Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Spend the day at your convenience!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Begin the day with a delicious breakfast at the hotel. The day is at leisure and you can plan it as per your comfort and ease. Since Dubai is famous for shopping and is home to the biggest and most luxurious shopping malls, on a leisure day, you can plan a visit to these malls. You can go out and see Dubai Mall, BurJuman Mall, Mall of Emirates, Ibn Battuta Mall, and Dubai Outlet Mall. After exploring the biggest shopping destinations, come back to the hotel for a sound sleep.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":\"229776\",\"Title\":\"Day 6: Dubai - Goodbye!\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;And here comes an end to the joyous vacation as the last day of your&amp;nbsp;Dubai holiday package&amp;nbsp;arrives!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Have a scrumptious breakfast at the hotel and spend the early part of the day at leisure. Shop for some sweet Emirati souvenirs before getting transferred to the airport for boarding your flight back home with beautiful memories of your&amp;nbsp;Dubai trip.&lt;\\/p&gt;\\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\":\"32282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28050.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28050,\"priceDoubleOcc\":\"28050.00\",\"priceSingleOcc\":56100,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":28050,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26583,\"priceDoubleOcc\":\"25850.00\",\"priceSingleOcc\":53900,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":25850,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27170,\"priceDoubleOcc\":\"26730.00\",\"priceSingleOcc\":54780,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26730,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":26730,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26803,\"priceDoubleOcc\":\"26180.00\",\"priceSingleOcc\":54230,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26180,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":26180,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27390,\"priceDoubleOcc\":\"27060.00\",\"priceSingleOcc\":55110,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":27060,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28050,\"priceDoubleOcc\":\"28050.00\",\"priceSingleOcc\":56100,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"15950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28050,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15950,\"CEB\":17600,\"COSTDO\":28050,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32283\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31240.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":31240,\"priceDoubleOcc\":\"31240.00\",\"priceSingleOcc\":52140,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":31240,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"29480.00\",\"priceSingleOcc\":50380,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29480,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":29480,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30360,\"priceDoubleOcc\":\"29920.00\",\"priceSingleOcc\":50820,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29920,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":29920,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29993,\"priceDoubleOcc\":\"29370.00\",\"priceSingleOcc\":50270,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29370,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":29370,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30433,\"priceDoubleOcc\":\"30030.00\",\"priceSingleOcc\":50930,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":30030,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":31240,\"priceDoubleOcc\":\"31240.00\",\"priceSingleOcc\":52140,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"17600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17600,\"CEB\":26400,\"COSTDO\":31240,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":31240,\"COSTTO\":31240}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32284\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":35200,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":63800,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":35200,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33000,\"priceDoubleOcc\":\"31900.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":31900,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33587,\"priceDoubleOcc\":\"32780.00\",\"priceSingleOcc\":61380,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":32780,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33880,\"priceDoubleOcc\":\"33220.00\",\"priceSingleOcc\":61820,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33220,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":33220,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":34467,\"priceDoubleOcc\":\"34100.00\",\"priceSingleOcc\":62700,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34100,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":34100,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":35200,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":63800,\"priceExtraBed\":\"34100.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":34100,\"COSTDO\":35200,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35200,\"COSTTO\":35200}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27285.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27285,\"priceDoubleOcc\":\"27285.00\",\"priceSingleOcc\":54570,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27285,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":27285,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":25858,\"priceDoubleOcc\":\"25145.00\",\"priceSingleOcc\":52430,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":25145,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26429,\"priceDoubleOcc\":\"26001.00\",\"priceSingleOcc\":53286,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26001,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":26001,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26072,\"priceDoubleOcc\":\"25466.00\",\"priceSingleOcc\":52751,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25466,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":25466,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26643,\"priceDoubleOcc\":\"26322.00\",\"priceSingleOcc\":53607,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26322,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":26322,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27285,\"priceDoubleOcc\":\"27285.00\",\"priceSingleOcc\":54570,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"15515.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27285,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15515,\"CEB\":17120,\"COSTDO\":27285,\"COSTSO\":\"25500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27285,\"COSTTO\":27285}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32283\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30388.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30388,\"priceDoubleOcc\":\"30388.00\",\"priceSingleOcc\":50718,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30388,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":30388,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29247,\"priceDoubleOcc\":\"28676.00\",\"priceSingleOcc\":49006,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28676,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":28676,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29532,\"priceDoubleOcc\":\"29104.00\",\"priceSingleOcc\":49434,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29104,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":29104,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29175,\"priceDoubleOcc\":\"28569.00\",\"priceSingleOcc\":48899,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28569,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":28569,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29603,\"priceDoubleOcc\":\"29211.00\",\"priceSingleOcc\":49541,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29211,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":29211,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30388,\"priceDoubleOcc\":\"30388.00\",\"priceSingleOcc\":50718,\"priceExtraBed\":\"25680.00\",\"priceWithoutBed\":\"17120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30388,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17120,\"CEB\":25680,\"COSTDO\":30388,\"COSTSO\":\"19000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30388,\"COSTTO\":30388}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32284\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34240.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":34240,\"priceDoubleOcc\":\"34240.00\",\"priceSingleOcc\":62060,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":34240,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32100,\"priceDoubleOcc\":\"31030.00\",\"priceSingleOcc\":58850,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31030,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":31030,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32671,\"priceDoubleOcc\":\"31886.00\",\"priceSingleOcc\":59706,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31886,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":31886,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32956,\"priceDoubleOcc\":\"32314.00\",\"priceSingleOcc\":60134,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32314,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":32314,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33527,\"priceDoubleOcc\":\"33170.00\",\"priceSingleOcc\":60990,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33170,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":33170,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240},{\"From\":\"2023-05-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":34240,\"priceDoubleOcc\":\"34240.00\",\"priceSingleOcc\":62060,\"priceExtraBed\":\"33170.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34240,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":33170,\"COSTDO\":34240,\"COSTSO\":\"26000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34240,\"COSTTO\":34240}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any international or domestic airfare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any RT-PCR Test Charges (Covid-19 test).&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, 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;5 nights accommodation on a twin sharing basis with breakfast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;30 Days Dubai Visa with Covid Insurance.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dhow Cruise Creek with Dinner SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dubai City Tour SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Burj Khalifa 124th floor observation deck entry (Non-prime time).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Desert Safari with BBQ Dinner SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers in Dubai.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All applicable entry tickets included and transfers on SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"229761\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[229761],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229764\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[229764],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229767\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[229767],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229770\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[229770],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229773\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[229773],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229776\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[229776],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates','','8219',25145,35200,5,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Dubai Mall (1).jpg\"},{\"day\":5,\"images\":\"Bur Juman Mall.jpg\"},{\"day\":6,\"images\":\"Meena Bazar.jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'United Arab Emirates','228','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'magical-dubai',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (175,47219,1,35,0,0,0,'Honeymoon,Family,Culture,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":47219,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/dubai-free-and-easy_1673704065\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Welcome to Dubai - a place with endless possibilities ..!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Erstwhile fishing village in the Arabian Gulf, Dubai today is one of the most modern cities in the world. One of the seven emirates that make up the United Arab Emirates, Dubai is home to more than 200 nationalities and offers an unforgettable experience to all its visitors. Discover the warm hospitality, rich culinary heritage and proud traditions that make up Dubai&amp;#39;s vibrant culture. Whether it is the banks of Dubai creek, or at the Top of Burj Khalifa, the World&amp;#39;s Tallest Building, Dubai lives and breathes a sense of possibility and innovation. With an unparalled coastline, beautiful desert and magnificent city scapes, memories are just waiting to be made here.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With the Dubai Free and Easy Package, you get the chance to explore Dubai at your own pace.You could also choose from a host of optional sightseeing tours to make the most of your trip.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Dubai - Free & Easy\",\"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,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Culture,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":5371,\"Name\":\"Smana Hotel Al Raffa\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2153\",\"Long\":\"55.2744\",\"Address\":\"AL Mina Road P.O. Box 49789\"},\"Images\":{\"Image\":[{\"ImagId\":128464,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/145\\/12\\/01_Exterior_view_(Exterior_view)_C.jpg\"},{\"ImagId\":128465,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/516\\/02_Lobby_view_(Lobby_view)_A.jpg\"},{\"ImagId\":128466,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/524\\/03_Guest_room_(Guest_room)_A.jpg\"},{\"ImagId\":128467,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/532\\/04_Suite_(Suite)_A.jpg\"},{\"ImagId\":128468,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/540\\/05_Pool_view_(Pool_view)_A.jpg\"},{\"ImagId\":128469,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/548\\/06_Guest_room_(Guest_room)_A.jpg\"},{\"ImagId\":128470,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/556\\/07_Health_club_(Health_club)_A.jpg\"},{\"ImagId\":128471,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/377\\/581\\/08_Restaurant_(Restaurant)_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"Ideally located, The hotel is a short drive to Dubai International Airport, offers a quick access to the Dubai world Trade Centre to Jumeira Beach in just a few minutes and is only five minutes away from the busy Bur Dubai Business District, Bur Juman Shopping Center, Wafi and all the benefits of Dubai?s top retail and entertainment destinations.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/145\\/12\\/01_Exterior_view_(Exterior_view)_C.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":405018,\"Name\":\"Ibis Styles Dubai Jumeira\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.240105\",\"Long\":\"55.273179\",\"Address\":\"Al Mina Road  2nd December Street  Jumeira 1  121252 DUBAI  AE, 121252\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"The property is perfect for both corporate and leisure travellers, thanks to its prime location and easy accessibility. Guests staying in its 191 rooms and executive suites will enjoy its modern and chic interiors, plus premium in-room amenities including flat screen TV, personal safe box, minibar, IDD phone and much more. A fully-equipped gym and temperature-controlled indoor swimming pool are available for guests who wish to relax and rejuvenate within the comfort of the hotel.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/43\\/431721\\/431721a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":405774,\"Name\":\"FOUR POINTS SHERATON BUR DUBAI\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2576479427058\",\"Long\":\"55.2997562597717\",\"Address\":\"Khalid Bin Walid Street, Dubai, United Arab Emirates, 33196\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Duba&Atilde;&macr;. A wide selection of shopping and entertainment venues are all located in the near vicinity as well as the World Trade Centre, the Computer Plaza, the Meena Bazar, the Al Khaleej Centre, Nad Al Sheba race track, the Emirates Golf Club, Jumeirah Beach and the&Acirc;&nbsp;Duba&Atilde;&macr; Museum. Guests will reach&Acirc;&nbsp;Duba&Atilde;&macr; international airport in around 15 minutes.\\nFacilities\\nThe hotel features 125 accommodation units. A lobby and a reception are available to guests. A lift can be used to access the upper floors. Amenities include a safe and currency exchange facilities. Internet access (for a fee) and wireless internet access are available in the public areas. Gastronomic options include a restaurant, a caf&Atilde;&copy; and a bar. Shopping facilities are available. Parking facilities available to guests include a garage and a car park. Other services include a hairdressing salon. A shuttle service is offered. A conference area with a conference room and a business centre is available.\\nRooms\\nAll rooms feature air conditioning and a bathroom. A safe and a minibar also feature. The accommodation units 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 wireless internet access. Each of the bathrooms features a shower, a bathtub, a hairdryer and bathrobes.\\nSports\\/Entertainment\\nA refreshing dip in the indoor or outdoor pool can be pleasantly cooling on hot days. A terrace, sun loungers and parasols are available. The hot tub offers revitalisation. The poolside bar serves a selection of refreshing drinks. Leisure options at the hotel also include a gym, a spa and a sauna. Further available options include a nightclub. \\nMeals\\nVarious meals and board options are bookable. Guests can choose from breakfast, lunch, dinner, half board and full board.\\nPayment\\nThe following credit cards are accepted at the hotel: American Express, VISA, Diners Club, JCB and MasterCard.The FOUR POINTS SHERATON BUR DUBAI is a Tourist, Modern, Business, City hotel, Full Service hotel. Located in City Centre - Bur Dubai area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/30\\/30774\\/x2kKTveM_864aa48250e3612b2889bb23efb56e8f.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"},{\"RefHotelId\":534454,\"Name\":\"Crowne Plaza Dubai Jumeirah\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2405091\",\"Long\":\"55.2753567\",\"Address\":\"Al Mina St - Al Hudaiba - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":534455,\"Name\":\"Marriott Resort Palm Jumeirah\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.106963\",\"Long\":\"55.14574399999999\",\"Address\":\"Palm West Beach Palm - Jumeirah Road - The Palm Jumeirah - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"&lt;p&gt;Located on the beach of the iconic Palm Jumeirah, the first Marriott Resort in Dubai offers the best of both worlds, catering to both the leisure seeking and dynamic business traveler. With the convenient&nbsp;conjunction to Dubai&rsquo;s Sheikh Zayed Road, connecting the downtown area and the Burj Khalifa with the main shopping malls and business districts, the resort is the ideal starting point to explore all that Dubai has to offer. Our rooms have private balconies and offer deluxe bedding, complimentary Wi-Fi and 24-hour room service. Enjoy a swim in the resort&rsquo;s beachside pool, workout in the fitness centre or relax at the Saray Spa. Young travelers can enjoy their own space at the Kids Club. The resort has 10 restaurants which include Korean, Italian, Japanese and Mexican cuisines. In front of the resort is the Palm West Beach promenade where guests can relax on the resort&rsquo;s private beach, swim or enjoy water sports in the waters of the Arabian Gulf, explore the restaurants along the promenade and more!&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_534455\\/4539_1957c9cef9d783aab04a24839339ea691674042991.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"PALM DELUXE\",\"MealTypeName\":\"BB\"}]},\"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\":42445,\"Title\":\"Yas Water World (General Pass) with Transfers\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":42446,\"Title\":\"Laguna Waterpark with Transfers\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":35919,\"Title\":\"Half Day City Tour\",\"Description\":\"&lt;p&gt;Dubai has consolidated its place as one of the top tourist destinations in the world. Glittering cityscape, high rises, some of the tallest ones in the world, an urbane jungle with a thrifty life. But is that all the Bedouin town has to offer? The natural is as beautiful as the human-made. Desert safaris and dunes visitations are must-do things while you are on the Dubai Tour. Don&#039;t forget to visit the sandy beaches and the lush hotels and restaurants with a touch of exquisite and luxury.&lt;br&gt;&lt;\\/p&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/8219\\/sightseeing\\/4539_1669798795.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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"339218\",\"Title\":\"Arrival at Dubai - Dhow Cruise with Dinner (Creek)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to the dazzling Emirati city. Our representative will receive you at the Dubai International airport to escort you to the hotel. After a smooth check-in process, settle down in your comfortable room and de-stress yourself.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, the Dhow Cruise makes the first day of your&amp;nbsp;Dubai holiday package&amp;nbsp;exciting. Sail across the Dubai creek, listening to soothing Bollywood and traditional Arabic music, witnessing the glittering skyline of Dubai. The first evening of your 5 day&amp;nbsp;Dubai trip&amp;nbsp;will be marked by an unlimited international buffet dinner on board and then you will be transferred to your hotel for a cosy overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"PALM DELUXE\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"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\":\"339223\",\"Title\":\"Dubai: Half-day Dubai city tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;The second day of your&amp;nbsp;holiday package to Dubai&amp;nbsp;promises to pamper the traveller in you&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fill yourself with a delicious breakfast, and prepare yourself for discovering the wonders of Dubai on a half-day city tour.&amp;nbsp;Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world&amp;rsquo;s only seven-star hotel and the Atlantis Hotel, perched atop the crescent-shaped Palm Island (photo stops at Burj Al Arab and Atlantis Hotel).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Encounter colourful dioramas and enlightening historic exhibits on a visit to Dubai Museum. Post digging into the history of Emirates and their traditional culture, choose to laze around or take a dip in the warm waters of Jumeirah Beach. Behold stunning bird&amp;#39;s-eye views from atop the Burj Khalifa -- the tallest building in the world. Or, indulge in some retail therapy at the city&amp;rsquo;s prominent shopping malls. End your eventful day with a sound sleep at your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tip:&amp;nbsp;Indians can get to Armani, Saffron, or Indego by Vineet for some yummy desi delicacies.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":42445,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":42446,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35919,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"339228\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;This day of your&amp;nbsp;Dubai holiday&amp;nbsp;brings to you a ride on velvety Arabian sands &amp;amp; some cultural entertainment&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Have a wholesome breakfast at your hotel and spend the first half of the day leisurely. In the afternoon, get ready for Desert Safari. Indulge in a number of activities that are a highlight of your&amp;nbsp;Dubai package,&amp;nbsp;like dune bashing, camel riding and jeep racing.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Satiate your hunger with a number of mouth-watering Arabian delicacies &amp;amp; enjoy cultural performances like belly dance, Tanura show, and a fire show by trained artists. Enjoy off-roading on the sand dunes. Later, get to your hotel and end the third fun-filled day of your Dubai 4 nights, 5 days package.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Optional:&lt;\\/strong&gt;&amp;nbsp;Engage in various exciting activities during your Dubai Desert Safari like camel riding, quad biking, and more (charges extra)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"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\":\"339233\",\"Title\":\"Day at Leisure - Optional Activities\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today is a day to do optional activities in Dubai. There are many things to do in Dubai, depending on your interests. Some popular options include:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Exploring the Dubai Mall, one of the largest shopping centers in the world, and visiting the Dubai Fountain, which performs choreographed water and light shows.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Taking a desert safari, which typically includes a 4x4 drive through the dunes, a camel ride, and a traditional Arabian BBQ dinner.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Going Skiing at Ski Dubai, an indoor ski resort and snow park&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting the Palm Jumeirah, an artificially created island in the shape of a palm tree, home to the famous Atlantis The Palm Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting the Dubai Creek and checking out the traditional souks (markets) for some great shopping deals.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Taking a trip to the Dubai Marina and walking along the waterfront promenade, admiring the yachts and boats.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting the Dubai Miracle Garden, which features a wide variety of flowers arranged in creative and colorful displays.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoying the beaches like Jumeirah Beach and Kite Beach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visiting the Dubai Opera, which hosts a variety of performances and shows.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;You can pick and choose based on your interests and preferences.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please let us know if you need more suggestions or information on any of these activities.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5371,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":405018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405774,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":534454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":534455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"339238\",\"Title\":\"Time for Shopping - Airport Drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy the last breakfast of your Dubai Free and Easy Tour followed&amp;nbsp; by check out and transfer to airport for your onward \\/ return flight. Time permitting you can enjoy some last minute shopping at the Gold Souq, Meena Bazaar or the many malls around.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories of your Dubai Trip ..!!!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30793.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30363,\"priceDoubleOcc\":\"30793.40\",\"priceSingleOcc\":45450.9,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"18535.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30793.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18535,\"CEB\":26785,\"COSTDO\":30793.4,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29502,\"COSTTO\":29502}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47220\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33154.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":32388,\"priceDoubleOcc\":\"33154.00\",\"priceSingleOcc\":52239,\"priceExtraBed\":\"21296.00\",\"priceWithoutBed\":\"18425.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33154,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18425,\"CEB\":21296,\"COSTDO\":33154,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":30855,\"COSTTO\":30855}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47221\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40359.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":38878,\"priceDoubleOcc\":\"40359.00\",\"priceSingleOcc\":66649,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"20625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40359,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20625,\"CEB\":26785,\"COSTDO\":40359,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":35915,\"COSTTO\":35915}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47222\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42427.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41283,\"priceDoubleOcc\":\"42427.00\",\"priceSingleOcc\":70785,\"priceExtraBed\":\"26785.00\",\"priceWithoutBed\":\"19580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42427,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19580,\"CEB\":26785,\"COSTDO\":42427,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":38995,\"COSTTO\":38995}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47223\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"94902.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":88293,\"priceDoubleOcc\":\"94902.50\",\"priceSingleOcc\":175736,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"21615.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":94902.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21615,\"CEB\":32450,\"COSTDO\":94902.5,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":75075,\"COSTTO\":75075}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"47219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29393.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28983,\"priceDoubleOcc\":\"29393.70\",\"priceSingleOcc\":43384.95,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"17692.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29393.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17692.5,\"CEB\":25567.5,\"COSTDO\":29393.7,\"COSTSO\":\"13325.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28161,\"COSTTO\":28161}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47220\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31647.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30916,\"priceDoubleOcc\":\"31647.00\",\"priceSingleOcc\":49864.5,\"priceExtraBed\":\"20328.00\",\"priceWithoutBed\":\"17587.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31647,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17587.5,\"CEB\":20328,\"COSTDO\":31647,\"COSTSO\":\"17350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29452.5,\"COSTTO\":29452.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47221\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38524.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":37111,\"priceDoubleOcc\":\"38524.50\",\"priceSingleOcc\":63619.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"19687.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38524.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19687.5,\"CEB\":25567.5,\"COSTDO\":38524.5,\"COSTSO\":\"23900.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":34282.5,\"COSTTO\":34282.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47222\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40498.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":39407,\"priceDoubleOcc\":\"40498.50\",\"priceSingleOcc\":67567.5,\"priceExtraBed\":\"25567.50\",\"priceWithoutBed\":\"18690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40498.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18690,\"CEB\":25567.5,\"COSTDO\":40498.5,\"COSTSO\":\"25780.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":37222.5,\"COSTTO\":37222.5}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47223\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"90588.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":84280,\"priceDoubleOcc\":\"90588.75\",\"priceSingleOcc\":167748,\"priceExtraBed\":\"30975.00\",\"priceWithoutBed\":\"20632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90588.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20632.5,\"CEB\":30975,\"COSTDO\":90588.75,\"COSTSO\":\"73485.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71662.5,\"COSTTO\":71662.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Peak Season \\/ Exhibition Period Supplement Cost&amp;nbsp;&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;04 Nights accommodation on twin \\/ double sharing basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per hotel plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Half Day Dubai City Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dhow Cruise with Dinner (Dubai Creek)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Desert Safari with Barbeque Dinner, Shows and Activities&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;UAE Tourist Visa Processing&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"339218\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[339218],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339223\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[339223],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339228\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[339228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339233\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[339233],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"339238\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[339238],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates,DUBAI FESTIVAL CITY','','8219',29394,94903,4,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Desert Safari.jpg\"},{\"day\":5,\"images\":\"Meena Bazar.jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'United Arab Emirates','228','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'dubai-free-easy',NULL,NULL,NULL,0),(176,52443,1,35,0,0,0,'Honeymoon,Adventure,Family,Religious,Heritage,Culture,Romantic,Shopping and Nightlife,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":52443,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Turkey Highlights\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15197\",\"SupplierName\":\"Thistle Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Welcome Drink,Airport Transfers,Activity,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Family,Religious,Heritage,Culture,Romantic,Shopping and Nightlife,Activites Tour\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":404025,\"Name\":\"CVK Taksim Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Siraselviler Caddesi No: 11, Istanbul, Turkey, \"},\"Images\":[],\"CityId\":12905,\"Brief\":\"Welcome to the CVK Taksim Hotel Istanbul which is located in Istanbul and close to the Taksim Republic Art Gallery and the Taksim Gezi Park. This hotel built in 2010 is rated for its location and its cleanliness. The main hotel amenities are babysitting or childcare (surcharge), supervised childcare &amp; activities (surcharge), coffee shop or caf&Atilde;&copy;, coffee &amp; tea in lobby, bar &amp; lounge and 24-hour front desk. Additional amenities include restaurant (&Atilde;&nbsp; la carte), rooftop terrace, carpeted, facilities for disabled guests, non-smoking rooms, designated smoking areas, heating, ironing facilities, beauty shop, fax &amp; photocopying, meeting &amp; banquet facilities, complimentary newspapers in lobby, dry cleaning &amp; laundry service, laundry facilities, luggage storage, porter, room service and television in lobby. This hotel accepts the following payment types: American Express, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel will appeal to solo travellers and couples.This 4 star hotel is within close proximity of the Istanbul Archaeology Museum and the Ataturk Cultural Center. The closest airports to the hotel are Ataturk Intl. and Sabiha Gokcen Intl.The hotel is housed in a modern mid-rise building.The hotel has business facilities including 24-hour business center, business center, multiple large conference rooms and multiple small meeting rooms. Wellness facilities include hair salon, massage - spa treatment room(s), fitness facilities, sauna, spa services on site and Turkish bath.Make yourself at home in one of the relaxing 85 air conditioned rooms. The main room amenities are cribs &amp; infant beds (complimentary), cable TV service, satellite TV service, premium TV channels, soundproofed rooms and air conditioning. Additional room amenities include daily housekeeping, desk, direct-dial phone, flat-panel TV, hair dryer (on request), slippers, minibar, pay movies and phone.Eating and drinking facilities include restaurant (&Atilde;&nbsp; la carte), coffee shop or caf&Atilde;&copy;, coffee &amp; tea in lobby and bar &amp; lounge.The hotel has a 24-hour reception. Chargeable parking is possible nearby.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/CVKI\\/CVKI_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":5698,\"Title\":\"Istanbul City tour\",\"Description\":\"Visit the  ancient Roman Hippodrome, famous the Blue Mosque renowned for its striking blue Iznik tiled interior. After lunch in a local restaurant in the old town you will visit Imperial Palace of Topkapi from which Ottoman Sultans ruled their grand empire for over 400 years.  From Topkapi Palace you will walk down the Sogukcesme Street where you can see good examples of Ottoman Houses and finally visit the Grand Bazaar\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":21340,\"Title\":\"cappadocia city tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":15595,\"Title\":\"Hot Air Balloon Tour\",\"Description\":\"Cappadocia Hot Air Balloon Rides are one of the best ways to discover and explore the area of Cappadocia. While you are soaring between the rock formations in the deep valleys of Cappadocia onboard your Hot Air Balloon, you will close your eyes and listen to the sound of silence and peace.\\r\\n\\r\\n\\r\\nCappadocia Balloon Flights are getting more popular every year due to perfect weather conditions and amazing scenery which Cappadocia offers to the guests from all around the World.\\r\\n\\r\\n\\r\\nRoyal Balloon - Cappadocia is an ISO 9001:2015 Certified Ballooning Company, &quot;Top Rated on TripAdvisor&quot;, a proud &quot;American Express Selects Member&quot; serving &quot;Royal &amp; Exclusive&quot; Cappadocia Hot Air Balloon Flights over the spectacular and breathtaking lunarscape of Cappadocia. Experienced - Worldwide known Hot Air Balloon Pilots of Royal Balloon - Cappadocia will be delighted to see you on board and take you for an unforgettable Cappadocia Balloon Tour.\\r\\n\\r\\n\\r\\nBallooning in Cappadocia, is without doubt a &quot;must do&quot; and let us treat you Royal with a Luxury and Exclusive Hot Air Balloon Adventure over Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/4539_1591679451.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null}]}},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550729,\"Name\":\"Cappadocia Caves Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Aydinli Orta Mahallesi Zeybek Sokak No:3 Goreme (Cappadocia) \\/Nevsehir TURKEY\"},\"Images\":[],\"CityId\":5094,\"Brief\":\"&lt;p&gt;Nestled in a historic village surrounded by G&ouml;reme National Park, this quaint stone hotel is 2 km from the G&ouml;reme Open Air Museum and 4 km from the D302 road.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring exposed stone walls, the old-world rooms provide free Wi-Fi, flat-screen TVs, and tea and coffeemaking facilities. Suites add sitting areas.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Some offer whirlpool tubs, balconies, vaulted ceilings and\\/or exposed wood beams.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_550729\\/4539_d9f779f4936c09aba34fb8725cb433e61682506676.jpg\",\"AccoAminitiesMask\":\"111101100010111000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":5698,\"Title\":\"Istanbul City tour\",\"Description\":\"Visit the  ancient Roman Hippodrome, famous the Blue Mosque renowned for its striking blue Iznik tiled interior. After lunch in a local restaurant in the old town you will visit Imperial Palace of Topkapi from which Ottoman Sultans ruled their grand empire for over 400 years.  From Topkapi Palace you will walk down the Sogukcesme Street where you can see good examples of Ottoman Houses and finally visit the Grand Bazaar\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":21340,\"Title\":\"cappadocia city tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":15595,\"Title\":\"Hot Air Balloon Tour\",\"Description\":\"Cappadocia Hot Air Balloon Rides are one of the best ways to discover and explore the area of Cappadocia. While you are soaring between the rock formations in the deep valleys of Cappadocia onboard your Hot Air Balloon, you will close your eyes and listen to the sound of silence and peace.\\r\\n\\r\\n\\r\\nCappadocia Balloon Flights are getting more popular every year due to perfect weather conditions and amazing scenery which Cappadocia offers to the guests from all around the World.\\r\\n\\r\\n\\r\\nRoyal Balloon - Cappadocia is an ISO 9001:2015 Certified Ballooning Company, &quot;Top Rated on TripAdvisor&quot;, a proud &quot;American Express Selects Member&quot; serving &quot;Royal &amp; Exclusive&quot; Cappadocia Hot Air Balloon Flights over the spectacular and breathtaking lunarscape of Cappadocia. Experienced - Worldwide known Hot Air Balloon Pilots of Royal Balloon - Cappadocia will be delighted to see you on board and take you for an unforgettable Cappadocia Balloon Tour.\\r\\n\\r\\n\\r\\nBallooning in Cappadocia, is without doubt a &quot;must do&quot; and let us treat you Royal with a Luxury and Exclusive Hot Air Balloon Adventure over Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/4539_1591679451.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"379994\",\"Title\":\"Arrival: Istanbul\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Marhaba! Arrive at Istanbul Airport!&amp;nbsp;On your way, you will also witness the twinkling lights of Europe from Tarabya to Bebek. Later, you are transferred to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Upon arrival in Istanbul, you are dropped to your hotel where you can relax and freshen up. In the evening, enjoy Boshphorus Dinner Cruise&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This night cruise is an enchanting experience and you will be served a &amp;lsquo;welcome drink&amp;rsquo; as soon as you board the cruise. Passing through the moonlight, your cruise will glide past Hotel Kempinski, Dolmabahce Palace on the European shores and the Beylerbeyi Palace, Kanlica and Anatolian Fortress from the Asian side. The Dinner Cruise will host you with live Turking entertainment including Turkish Folk &amp;amp; belly dance. The cruise will host an open buffet including Turkish specialities, unlimited local drinks, and barbeque.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404025,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27505,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379995\",\"Title\":\"Istanbul City tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today, explore the fascinating city of Istanbul on a full-day guided tour. Istanbul is a unique city that spans two continents, with a rich history and diverse culture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Your tour will begin with a visit to the iconic Blue Mosque, which is one of the most famous landmarks of Istanbul. The mosque is famous for its beautiful blue tiles and stunning architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Next, visit the Hagia Sophia, a magnificent structure that was once a church and later a mosque, and now serves as a museum. The building boasts stunning Byzantine architecture and impressive artwork.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;You will also visit the Topkapi Palace, which was the residence of the Ottoman sultans for over 400 years. The palace boasts stunning architecture and impressive collections of artifacts, including the famous Topkapi Dagger and the Spoonmaker&amp;#39;s Diamond.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later visit the Grand Bazaar, one of the largest and oldest covered markets in the world. The bazaar is home to over 4,000 shops, selling everything from spices and textiles to jewellery and ceramics.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening, you can relax at your hotel or explore the city on your own.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404025,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5698,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379996\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"379997\",\"Title\":\"Istanbul - Cappadocia\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Today, check out of your hotel in Istanbul and proceed to the airport for your flight to Cappadocia. The flight duration is approximately 1 hour and 15 minutes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Upon arrival in Cappadocia, you will be transferred to your hotel. Cappadocia is a unique region in central Turkey known for its surreal landscape of fairy chimneys, cave dwellings, and underground cities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After checking in at your hotel, take some time to rest and relax. You can explore the surrounding area and check out the local markets or try some traditional Turkish cuisine at one of the local restaurants.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, you can join an optional traditional Turkish night show, which includes traditional dances and live music. Or, you can relax and enjoy the amenities of your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"379998\",\"Title\":\"Cappadocia City tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After Breakfast, start with your city tour of Cappadocia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This tour will include the Devrent Valley where you will see the different types of fairy chimneys. The famous chimneys include ones with caps, cones, mushroom-like forms, and pointed rocks.&amp;nbsp;You will also visit the Pasabaglari (Monks Valley) where you will see fairy chimneys with multiple stems and caps. There is also a Chapel dedicated to St. Simeon and a hermit&amp;#39;s shelter that has a fairy chimney with three heads.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Next on the tour would be the Goreme Open Air Museum where religious education was started. You will also visit the chapels and monasteries carved into the fairy chimneys from the 10th and 13th centuries with frescos painted on the walls.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The next stop is the Pigeon Valley where you will see a lot of pigeons and hear about how they used to help the send messages and fertilize the grapes. The last point on your tour would be the Uchisar Castle which resembles an Ortahisar in style. The top of the citadel provides an amazing panoramic view of the surrounding area.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post the tour, you are transferred to the hotel for check-in and a comfortable stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21340,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"379999\",\"Title\":\"Hot Air Balloon Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Start your day early with a hot air balloon tour over Cappadocia. This is a once-in-a-lifetime experience that offers stunning views of the unique landscape of Cappadocia. You will see the sunrise over the fairy chimneys and rock formations while drifting over the valleys and mountains. The balloon ride typically lasts for 1 hour, and you will be back in your hotel in time for breakfast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After breakfast, you have the day at leisure to explore this beautiful city on own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, you can enjoy a sunset over the fairy chimneys or relax in your hotel and enjoy the amenities.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15595,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"380000\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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\":\"380005\",\"Title\":\"Cappadocia to Istanbul\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast check out from your Cappadocia Hotel and transfer to the airport for flight to Istanbul. On arrival at Istanbul airport meet and assist and transfer to your centrally located hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check In and time to freshen up and relax. Later you can enjoy some last minute shopping at the many malls, street side shops and bazaar&amp;#39;s.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Istanbul hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404025,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"380006\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Today post breakfast day free till your transfer to Istanbul Airport for your onward \\/ return flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories of your Turkey Highlights trip...!!!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"52443\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"109945.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":87963,\"priceDoubleOcc\":\"109945.00\",\"priceSingleOcc\":153945,\"priceExtraBed\":\"88000.00\",\"priceWithoutBed\":\"77000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77000,\"CEB\":88000,\"COSTDO\":109945,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44000,\"COSTTO\":44000}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"52443\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"106946.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85564,\"priceDoubleOcc\":\"106946.50\",\"priceSingleOcc\":149746.5,\"priceExtraBed\":\"85600.00\",\"priceWithoutBed\":\"74900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106946.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74900,\"CEB\":85600,\"COSTDO\":106946.5,\"COSTSO\":\"40000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42800,\"COSTTO\":42800}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&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, roadblocks, and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;02 Night&amp;rsquo;s Accommodation in Istanbul &amp;ndash; CVK Taksim Hotel or similar 4*&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;03 Night&amp;rsquo;s Accommodation in Cappadocia &amp;ndash; Cappadocia Caves Hotel or similar 4* Deluxe&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;01 Night Accommodation in Istanbul - CVK Taksim Hotel or similar 4*&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Daily Breakfast in the Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Airport transfers on private \\/ sharing basis in Cappadocia and Istanbul&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sightseeing tours as per itinerary on Seat in Coach (SIC) Basis&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hot Air Balloon Ride at Cat valley&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cappadocia City Tour&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bosphorous Cruise with Dinner&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Istanbul City Tour&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa Processing &amp;amp; Travel Insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Local meet and assist on arrival&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"379994\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[379994],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379995\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[379995],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379996\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[379996],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379997\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[379997],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"379998\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[379998],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"379999\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[379999],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"380000\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[380000],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"380005\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[380005],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"380006\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[380006],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Istanbul,Cappadocia','Istanbul,Central Asia,Turkey,Eurasia,Cappadocia','','12905,5094',106947,109945,6,'176_1684561938_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"turkey (10).jpg\"},{\"day\":4,\"images\":\"turkey (9).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"turkey (11).jpg\"},{\"day\":7,\"images\":\"turkey (12).jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Turkey','222','2023-06-23 17:13:07','2023-05-16 00:00:00',1,1,'1','1','1','','','',NULL,'turkey-highlights',NULL,NULL,NULL,0),(177,50693,1,35,1,0,0,'Family,Religious,Heritage,Culture,Educational Tours',NULL,1,1,0,'{\"package\":{\"TPId\":50693,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/golden-triangle-with-ziyarat---e---dargah_1679397903\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:justify&quot;&gt;The three most popular tourist destinations in northwest India,&amp;nbsp;Delhi, Agra and Jaipur&amp;nbsp;are together known as the &amp;ldquo;Golden Triangle.&amp;rdquo; All these three cities are well-connected by road. Each of them is located 200-250 kilometres from each other, thus forming an imaginary triangle on the map.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The golden triangle tour is a quintessential introduction to the rich culture, tradition and history of India. These 3 cities are bestowed with a beautiful amalgamation of Mughal, Persian, and Hindu Architectural buildings that reflect the rich history, glory, and grandeur. And the best part of this tour, besides the regular sightseeing is visiting the famous dargah&amp;#39;s&amp;nbsp;like Hazrat Nizamuddin Auliya in Delhi, Itmad-Ud-Daulah in Agra and&amp;nbsp;Dargah Sharif in Ajmer providing solace and inner peace.&amp;nbsp;Get an insight about the history of Sufi Saints and seek their blessings. With this tour, explore the timeless &amp;#39;Land of Dargahs&amp;#39; and connect with the Almighty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"GOLDEN TRIANGLE WITH ZIYARAT - E - DARGAH \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family,Religious,Heritage,Culture,Educational Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543811,\"Name\":\"Oaks Inn Plaza at Delhi Airport\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":543812,\"Name\":\"Bloomrooms at Janpath\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":364297,\"Name\":\"THE PARK NEW DELHI\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.6289706\",\"Long\":\"77.21605003\",\"Address\":\"15 Parliament Street, New Delhi, Delhi, India, 110001\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"Location\\nThe hotel is located in the heart of the business, shopping and entertainment centre of the city, Connaught Place. It is 23 km away from the international airport, 16 km away from the domestic airport and 2 km away from the New Delhi railway station.\\nFacilities\\nThe hotel features 220 accommodation units. A lobby and a reception are available to guests. A lift provides easy access to the upper floors. Amenities include a safe and currency exchange facilities. Internet access is available in public areas. Gastronomic options offered by the hotel include a restaurant, a caf&Atilde;&copy; and a bar. Shopping facilities are available. A garden is among the features contributing to a pleasant stay. Guests travelling in their own vehicles can make use of the available parking spaces. Among the additional services available are medical assistance, room service, a laundry and a hairdressing salon. In addition, a conference room and a business centre are also available.\\nRooms\\nAll rooms feature air conditioning and a bathroom. Among the amenities are a safe and a minibar. Tea and coffee making equipment is included as standard. Convenient features include internet access, a telephone, a TV, a DVD player and wireless internet access. Wheelchair-accessible accommodation units are also bookable. In the bathrooms, guests will find a shower, a bathtub and a hairdryer.\\nSports\\/Entertainment\\nThe hotel offers an outdoor pool. Various refreshing drinks are available from the poolside bar. Leisure options at the hotel include a gym, a spa and a steam bath. For a fee, a sauna and massage treatments are also available. \\nMeals\\nThe hotel offers the following bookable meals and board options: breakfast and B &amp;amp; B.\\nPayment\\nAll major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.THE PARK NEW DELHI is a Tourist, Business, Leisure, Boutique, City hotel hotel. Located in City Centre area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41556,\"Title\":\"Jama Masjid, Humayun\'s Tomb, Safdarjang Tomb, Hazrat Nizamuddin Auliya, Lodhi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":18611,\"Title\":\"Qutub Minar (Tower of Victory), India Gate (War Memorial), drive past the President\'s House, Parliament House and the Secretariat Buildings, Raj Ghat and Shanti Vana - the cremation sites of Mahatma Gandhi and Jawaharlal Nehru, Lotus Temple [Bahia Temple], Lakshminarayan Temple (a modern Hindu temple), drive pas the Jama Masjid and Red Fort.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1624,\"Title\":\"Sisodiya Rani Bagh\",\"Description\":\"The place consists of tiered multi-level gardens with fountains, watercourses and painted pavilions. A double-storeyed palace occupies the top terrace of the garden. The palace has many galleries, pavilions and beautiful murals depicting scenes from the life of lord Krishna. The palace lies on Jaipur Agara highway.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.8935122,\"Long\":75.8657702,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sisodiya_Rani_Bagh_12995_1519645089.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":49,\"Title\":\"Ana Sagar Lake\",\"Description\":\"Ana Sagar Lake is an artificial lake. Lake is founded by the grandfather of Prithivi Raj Chauhan, King Anaji Chauhan and is one of the largest lake of India.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4745925,\"Long\":74.6195474,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Ana_Sagar_Lake_367_1528802582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5850,\"Title\":\"Clock Tower\",\"Description\":\"Clock Tower, situated at Church Road, Alwar, is a royal facade of the ancient Rajput reign which gives commanding view of the near by locality.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4567561,\"Long\":74.6365424,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Clock_Tower_367_1528804116.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5849,\"Title\":\"Dhai Din Ka Jhonpra, Lakhan Kothri, Ajmer, Rajasthan, India\",\"Description\":\"&amp;quot;Adhai Din Ka Jhonpra&amp;quot; literally means &amp;quot;shed of two-and-a-half days&amp;quot;.  The mosque was constructed  with materials from destroyed Hindu and Jain temples. It is one of the oldest mosques in India, and the oldest surviving monument in Ajmer.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.455216,\"Long\":74.6251458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dhai_Din_Ka_Jhonpra,_Lakhan_Ko_367_1528803794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":591,\"Title\":\"Government Museum\",\"Description\":\"Ajmer Government Museum is also known as &amp;#039;Magazine&amp;#039;.  Ajmer Government Museum has precious Sculptures, inions, pre-historic section, miniature paintings, arms and armor and objects of art and crafts.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3162\\/thumb\\/Government Museum_395.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":367,\"Title\":\"Ajmer\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543818,\"Name\":\"Hotel Ajmer Tower\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hotel Ajmer Tower, 3rd Floor, Kutchery Road, Rajasthan 305001\"},\"Images\":[],\"CityId\":367,\"Brief\":\"&lt;p&gt;Hotel Ajmer Tower is located in the heart of the city offering neat and clean rooms.&nbsp;The hotel is a convenient 5-minute walk from the railway station and just 1.2 kms from Ajmer Sharif.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543818\\/4539_2adc8bf86e708297031d3ca621af6c401679487939.jpg\",\"AccoAminitiesMask\":\"111000000000111000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":543819,\"Name\":\"Hotel Grand Xenia\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"FH4V+GM6, Hathi Kheda, Foy Sagar Rd, Ajmer, Rajasthan 305001\"},\"Images\":[],\"CityId\":367,\"Brief\":\"&lt;p&gt;In a modern building with distant mountain views, this sophisticated hotel is 3 km from National Highway 58, 4 km from Ana Sagar Lake and 6 km from Adhai Din Ka Jhonpra, 1 of India&amp;#39;s oldest mosques.&nbsp;The warmly furnished rooms feature Wi-Fi, flat-screen TVs, minibars, and tea and coffeemaking facilities. Room service is available 24 hours. Suites add separate living areas with sofas.&nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There&amp;#39;s a chic rooftop restaurant offering panoramic mountain views, as well as a relaxed bar and lounge. Other amenities include a spa, an exercise room, an outdoor pool and a sauna. There&amp;#39;s also a game room with foosball and air hockey.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543819\\/4539_ec96f95b97a5195cac5bf8c2d4b175321679486906.jpg\",\"AccoAminitiesMask\":\"111111111010111111011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":543820,\"Name\":\"Gulaab Niwaas Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":367,\"Brief\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Built with a blend of Colonial and Mughal styles, this palatial hotel is 1.8 km from Pushkar Lake, 3 km from Pushkar Terminus train station and 13 kms from Ajmer Sharif Dargah.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The relaxed rooms feature Colonial-style furniture and private city-view balconies, as well as sitting areas, flat-screen TVs and Wi-Fi (fees may apply). Room service is available.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The dining hall with a city-view terrace serves vegetarian cuisine. Horses are kept on-site and made available to experienced riders. There&amp;#39;s also a garden with an outdoor pool and a sundeck.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543820\\/4539_00c2c80b2b0fdceb41138527f29ea2171679486475.jpg\",\"AccoAminitiesMask\":\"111101010010111000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41556,\"Title\":\"Jama Masjid, Humayun\'s Tomb, Safdarjang Tomb, Hazrat Nizamuddin Auliya, Lodhi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":18611,\"Title\":\"Qutub Minar (Tower of Victory), India Gate (War Memorial), drive past the President\'s House, Parliament House and the Secretariat Buildings, Raj Ghat and Shanti Vana - the cremation sites of Mahatma Gandhi and Jawaharlal Nehru, Lotus Temple [Bahia Temple], Lakshminarayan Temple (a modern Hindu temple), drive pas the Jama Masjid and Red Fort.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1624,\"Title\":\"Sisodiya Rani Bagh\",\"Description\":\"The place consists of tiered multi-level gardens with fountains, watercourses and painted pavilions. A double-storeyed palace occupies the top terrace of the garden. The palace has many galleries, pavilions and beautiful murals depicting scenes from the life of lord Krishna. The palace lies on Jaipur Agara highway.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.8935122,\"Long\":75.8657702,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sisodiya_Rani_Bagh_12995_1519645089.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":49,\"Title\":\"Ana Sagar Lake\",\"Description\":\"Ana Sagar Lake is an artificial lake. Lake is founded by the grandfather of Prithivi Raj Chauhan, King Anaji Chauhan and is one of the largest lake of India.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4745925,\"Long\":74.6195474,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Ana_Sagar_Lake_367_1528802582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5850,\"Title\":\"Clock Tower\",\"Description\":\"Clock Tower, situated at Church Road, Alwar, is a royal facade of the ancient Rajput reign which gives commanding view of the near by locality.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4567561,\"Long\":74.6365424,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Clock_Tower_367_1528804116.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5849,\"Title\":\"Dhai Din Ka Jhonpra, Lakhan Kothri, Ajmer, Rajasthan, India\",\"Description\":\"&amp;quot;Adhai Din Ka Jhonpra&amp;quot; literally means &amp;quot;shed of two-and-a-half days&amp;quot;.  The mosque was constructed  with materials from destroyed Hindu and Jain temples. It is one of the oldest mosques in India, and the oldest surviving monument in Ajmer.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.455216,\"Long\":74.6251458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dhai_Din_Ka_Jhonpra,_Lakhan_Ko_367_1528803794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":591,\"Title\":\"Government Museum\",\"Description\":\"Ajmer Government Museum is also known as &amp;#039;Magazine&amp;#039;.  Ajmer Government Museum has precious Sculptures, inions, pre-historic section, miniature paintings, arms and armor and objects of art and crafts.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3162\\/thumb\\/Government Museum_395.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543816,\"Name\":\"Hotel Grand Lotus Inn\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Lotus road, Nearby Ashadeep building, Mahal Rd, opposite Akshay Patra temple, Jagatpura, Jaipur, Rajasthan 302017\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"&lt;p&gt;Hotel Grand Lotus Inn, is located only 10 minutes from Jaipur International Airport, Designed in traditional Rajasthani Style, all rooms feature air-conditioner, satellite flat-screen TV, hot water etc.&nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Other features include Free Wi-fi, adequate parking space, garden for outdoor events, functions &amp; gatherings. Nearby tourist attractions include Chokhi Dhani Village, Akshay Patra temple, Jhalani safari park, Jagatpura shooting range, World trade park, Gaurav tower etc.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543816\\/4539_a4452d735ba865a1cba702348eff7f8b1679491022.jpg\",\"AccoAminitiesMask\":\"101000000000110000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":423000,\"Name\":\"Hotel Narain Niwas Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.89809059958\",\"Long\":\"75.813909381615\",\"Address\":\"Narain Singh Road, Kanota Bagh, Jaipur 302004, Rajasthan\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"This 4 star hotel is located in the city centre of Jaipur. It is a short drive away from the Birla Temple and the nearest station is not available. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 37 rooms are equipped with safe and air conditioning.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/2a\\/43\\/2a4361583603a33a9a50cfb90f8b35023f2c3f9f.jpg\",\"AccoAminitiesMask\":\"1010001010001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":543817,\"Name\":\"Devi Ratn an IHCL Hotel\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Jaipur Agra Rd, Jamdoli, Ballupura, Rajasthan 302031\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"&lt;p&gt;Mixing contemporary decor with traditional local accents, this chic, high-end hotel is 8 km from Jal Mahal lake palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring black-and-white tiled floors, the colourful, innovative rooms come with free Wi-Fi, flat-screens, and tea and coffeemakers. Most include PlayStations, and some have funky murals. Upgraded rooms have gardens, while elegant villas provide plunge pools. Room service is available.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThere are 3 slick restaurants, including a rooftop eatery, along with a hip bar with a terrace. Other amenities include an outdoor pool and a hot tub, plus a spa, a gym and kids&amp;#39; activities.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_543817\\/4539_a51af4e1a93a671c3d1f80acf403ba1e1679489873.jpg\",\"AccoAminitiesMask\":\"111011111110111101011\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41556,\"Title\":\"Jama Masjid, Humayun\'s Tomb, Safdarjang Tomb, Hazrat Nizamuddin Auliya, Lodhi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":18611,\"Title\":\"Qutub Minar (Tower of Victory), India Gate (War Memorial), drive past the President\'s House, Parliament House and the Secretariat Buildings, Raj Ghat and Shanti Vana - the cremation sites of Mahatma Gandhi and Jawaharlal Nehru, Lotus Temple [Bahia Temple], Lakshminarayan Temple (a modern Hindu temple), drive pas the Jama Masjid and Red Fort.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1624,\"Title\":\"Sisodiya Rani Bagh\",\"Description\":\"The place consists of tiered multi-level gardens with fountains, watercourses and painted pavilions. A double-storeyed palace occupies the top terrace of the garden. The palace has many galleries, pavilions and beautiful murals depicting scenes from the life of lord Krishna. The palace lies on Jaipur Agara highway.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.8935122,\"Long\":75.8657702,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sisodiya_Rani_Bagh_12995_1519645089.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":49,\"Title\":\"Ana Sagar Lake\",\"Description\":\"Ana Sagar Lake is an artificial lake. Lake is founded by the grandfather of Prithivi Raj Chauhan, King Anaji Chauhan and is one of the largest lake of India.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4745925,\"Long\":74.6195474,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Ana_Sagar_Lake_367_1528802582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5850,\"Title\":\"Clock Tower\",\"Description\":\"Clock Tower, situated at Church Road, Alwar, is a royal facade of the ancient Rajput reign which gives commanding view of the near by locality.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4567561,\"Long\":74.6365424,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Clock_Tower_367_1528804116.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5849,\"Title\":\"Dhai Din Ka Jhonpra, Lakhan Kothri, Ajmer, Rajasthan, India\",\"Description\":\"&amp;quot;Adhai Din Ka Jhonpra&amp;quot; literally means &amp;quot;shed of two-and-a-half days&amp;quot;.  The mosque was constructed  with materials from destroyed Hindu and Jain temples. It is one of the oldest mosques in India, and the oldest surviving monument in Ajmer.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.455216,\"Long\":74.6251458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dhai_Din_Ka_Jhonpra,_Lakhan_Ko_367_1528803794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":591,\"Title\":\"Government Museum\",\"Description\":\"Ajmer Government Museum is also known as &amp;#039;Magazine&amp;#039;.  Ajmer Government Museum has precious Sculptures, inions, pre-historic section, miniature paintings, arms and armor and objects of art and crafts.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3162\\/thumb\\/Government Museum_395.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543813,\"Name\":\"Fab Hotel Alpine Tajganj\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":413186,\"Name\":\"Howard Plaza The Fern\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.162897\",\"Long\":\"78.03663\",\"Address\":\"Fatehabad Road, , Fatehabad Road, AGRA, UTTAR PRADESH, India, Pin-282001, 282001\"},\"Images\":[],\"CityId\":266,\"Brief\":\"A stay at Howard Plaza The Fern accompanies an eye-appealing view of the Taj Mahal. This luxurious Agra hotel also offers high-speed internet access and features a fully equipped fitness center within the premises. It is located at a distance of 6 km from Idgah Railway Station and 5 km from Agra Fort.   It comprises of 86 spacious and well-kept rooms for accommodation. Minibar, premium bedding, flat screen television, direct dial phones and attached bathroom with basic bath amenities are few of the conveniences. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/8\\/nxd\\/maw\\/wym\\/gbv\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":543814,\"Name\":\"Holiday Inn Agra MG Road\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":41556,\"Title\":\"Jama Masjid, Humayun\'s Tomb, Safdarjang Tomb, Hazrat Nizamuddin Auliya, Lodhi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":18611,\"Title\":\"Qutub Minar (Tower of Victory), India Gate (War Memorial), drive past the President\'s House, Parliament House and the Secretariat Buildings, Raj Ghat and Shanti Vana - the cremation sites of Mahatma Gandhi and Jawaharlal Nehru, Lotus Temple [Bahia Temple], Lakshminarayan Temple (a modern Hindu temple), drive pas the Jama Masjid and Red Fort.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1624,\"Title\":\"Sisodiya Rani Bagh\",\"Description\":\"The place consists of tiered multi-level gardens with fountains, watercourses and painted pavilions. A double-storeyed palace occupies the top terrace of the garden. The palace has many galleries, pavilions and beautiful murals depicting scenes from the life of lord Krishna. The palace lies on Jaipur Agara highway.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.8935122,\"Long\":75.8657702,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Sisodiya_Rani_Bagh_12995_1519645089.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":49,\"Title\":\"Ana Sagar Lake\",\"Description\":\"Ana Sagar Lake is an artificial lake. Lake is founded by the grandfather of Prithivi Raj Chauhan, King Anaji Chauhan and is one of the largest lake of India.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4745925,\"Long\":74.6195474,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Ana_Sagar_Lake_367_1528802582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5850,\"Title\":\"Clock Tower\",\"Description\":\"Clock Tower, situated at Church Road, Alwar, is a royal facade of the ancient Rajput reign which gives commanding view of the near by locality.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4567561,\"Long\":74.6365424,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Clock_Tower_367_1528804116.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":5849,\"Title\":\"Dhai Din Ka Jhonpra, Lakhan Kothri, Ajmer, Rajasthan, India\",\"Description\":\"&amp;quot;Adhai Din Ka Jhonpra&amp;quot; literally means &amp;quot;shed of two-and-a-half days&amp;quot;.  The mosque was constructed  with materials from destroyed Hindu and Jain temples. It is one of the oldest mosques in India, and the oldest surviving monument in Ajmer.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.455216,\"Long\":74.6251458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dhai_Din_Ka_Jhonpra,_Lakhan_Ko_367_1528803794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":591,\"Title\":\"Government Museum\",\"Description\":\"Ajmer Government Museum is also known as &amp;#039;Magazine&amp;#039;.  Ajmer Government Museum has precious Sculptures, inions, pre-historic section, miniature paintings, arms and armor and objects of art and crafts.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3162\\/thumb\\/Government Museum_395.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"366346\",\"Title\":\"Arrive Delhi - Transfer to Hotel\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrival at Delhi Airport \\/ Railway Station, meet and assist by the chauffeur and transfer to your hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check In Hotel and time free to freshen up and relax. Local sightseeing in Delhi as time permits.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Delhi Hotel&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543811,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":543812,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":364297,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"366349\",\"Title\":\"Delhi Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy breakfast in the hotel. Later proceed on a full day New Delhi Sightseeing tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drive past India Gate, Parliament House, Rashtrapati Bhavan, Red Fort, Embassies Area. Visit \\/ Photo Stop at &amp;quot;The Lotus Temple&amp;quot; OR Bahai Temple, Qutub Minar, Gandhi Smriti etc.&amp;nbsp; .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the famous Jama Masjid, Humayun&amp;#39;s Tomb, Safdarjang Tomb, Hazrat Nizamuddin Auliya, Lodhi Tomb and Qutub Minar .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back to your hotel in the evening. Overnight stay in Delhi hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543811,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":543812,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":364297,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":41556,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18611,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"366352\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"366355\",\"Title\":\"Delhi -  Agra \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, check out and drive to Agra.This historical city stands 200 km south of New Delhi, on the banks of river Yamuna. Over three centuries ago, it was a powerful Mughal capital and the most important city of northern India. It was at this time that Agra&amp;#39;s many timeless architectural wonders were born: the wonderful Taj Mahal, the awesome Agra Fort, and the sprawling Sikandara - a whole city in itself.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check In Hotel. Later visit the world famous Taj Mahal and Agra Fort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Agra hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543813,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":413186,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":543814,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"366358\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"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\":\"366361\",\"Title\":\"Agra - Fatehpur Sikri - Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Breakfast in the hotel. Later check out and drive to Jaipur.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute visit Fatehpur Sikri&amp;nbsp;which was founded as the capital of Mughal Empire in 1571 by Emperor Akbar, serving this role from 1571 to 1585, when Akbar abandoned it due to a campaign in Punjab and was later completely abandoned in 1610.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later continue your drive to Jaipur. Check In hotel in Jaipur and time free to relax. Overnight in Jaipur.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543816,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":423000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":543817,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"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\":\"366364\",\"Title\":\"Jaipur Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Breakfast in the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Jaipur, also known as Pink City, is a famous tourist destination of Rajasthan. One of the main attractions of Jaipur is exploring the mighty Amber Fort (here you can enjoy a Elephant ride&amp;nbsp; (optional) or get a chance to click a few pictures with the elephants). Visit the Gaitor Ki Chhatriyan, City Palace, Hawa Mahal, Jantar Mantar and other monuments to explore the history of the royal families.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Also enjoy shopping in the Shopper&amp;#39;s Paradise - Bapu Bazaar which is one of the oldest and best markets of Jaipur. Back to your hotel by evening for overnight stay.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543816,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":423000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":543817,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":39,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1624,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"366367\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"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\":\"366370\",\"Title\":\"Jaipur - Ajmer \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out from your Hotel and drive to Ajmer which is located around 136 Kms from Jaipur.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;One of the most visited places of Ajmer; the Ajmer Dargah is a Sufi shrine which is believed to be one of the holiest places in Rajasthan. Khwaja Moinuddin Chishti, who was a Persian Sufi saint, is enshrined in this place owing to his secular preaching&amp;#39;s. Besides the Ajmer Dargah, you may also visit Anasagar Lake, Taragarh Fort, Clock Tower, Government Museum etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Ajmer hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":367,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543818,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":543819,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":543820,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5850,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":398,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":591,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"366373\",\"Title\":\"Ajmer - Jaipur Airport \\/ Train Station\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Enjoy last breakfast of your Golden Triangle Tour. Then check out and drive to Jaipur Railway Station \\/ Airport for your return \\/ onward journey.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories and spiritual bliss..!!!&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":367,\"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\":\"50693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19745.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18297,\"priceDoubleOcc\":\"19745.00\",\"priceSingleOcc\":35695,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":19745,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18297,\"priceDoubleOcc\":\"19745.00\",\"priceSingleOcc\":35695,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":19745,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18297,\"priceDoubleOcc\":\"19745.00\",\"priceSingleOcc\":35695,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":19745,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15767,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":15950,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15767,\"priceDoubleOcc\":\"15950.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":15950,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18297,\"priceDoubleOcc\":\"19745.00\",\"priceSingleOcc\":35695,\"priceExtraBed\":\"14850.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19745,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9790,\"CEB\":14850,\"COSTDO\":19745,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15400,\"COSTTO\":15400}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35475.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29883,\"priceDoubleOcc\":\"35475.00\",\"priceSingleOcc\":55825,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":35475,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29883,\"priceDoubleOcc\":\"35475.00\",\"priceSingleOcc\":55825,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":35475,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29883,\"priceDoubleOcc\":\"35475.00\",\"priceSingleOcc\":55825,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":35475,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":26767,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":51150,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":30800,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":26767,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":51150,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":30800,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29883,\"priceDoubleOcc\":\"35475.00\",\"priceSingleOcc\":55825,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"10450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35475,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10450,\"CEB\":18150,\"COSTDO\":35475,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18700,\"COSTTO\":18700}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"50695\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37217,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":70400,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":45650,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37217,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":70400,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":45650,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37217,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":70400,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":45650,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"40975.00\",\"priceSingleOcc\":65725,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":40975,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":34100,\"priceDoubleOcc\":\"40975.00\",\"priceSingleOcc\":65725,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":40975,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37217,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":70400,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"20900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20900,\"CEB\":32450,\"COSTDO\":45650,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20350,\"COSTTO\":20350}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19206.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17798,\"priceDoubleOcc\":\"19206.50\",\"priceSingleOcc\":34721.5,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19206.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":19206.5,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17798,\"priceDoubleOcc\":\"19206.50\",\"priceSingleOcc\":34721.5,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19206.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":19206.5,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17798,\"priceDoubleOcc\":\"19206.50\",\"priceSingleOcc\":34721.5,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19206.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":19206.5,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15337,\"priceDoubleOcc\":\"15515.00\",\"priceSingleOcc\":31030,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15515,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":15515,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15337,\"priceDoubleOcc\":\"15515.00\",\"priceSingleOcc\":31030,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15515,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":15515,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17798,\"priceDoubleOcc\":\"19206.50\",\"priceSingleOcc\":34721.5,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"9523.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19206.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9523,\"CEB\":14445,\"COSTDO\":19206.5,\"COSTSO\":\"14500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14980,\"COSTTO\":14980}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34507.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29068,\"priceDoubleOcc\":\"34507.50\",\"priceSingleOcc\":54302.5,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34507.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":34507.5,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29068,\"priceDoubleOcc\":\"34507.50\",\"priceSingleOcc\":54302.5,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34507.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":34507.5,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29068,\"priceDoubleOcc\":\"34507.50\",\"priceSingleOcc\":54302.5,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34507.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":34507.5,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":26037,\"priceDoubleOcc\":\"29960.00\",\"priceSingleOcc\":49755,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":29960,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":26037,\"priceDoubleOcc\":\"29960.00\",\"priceSingleOcc\":49755,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":29960,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":29068,\"priceDoubleOcc\":\"34507.50\",\"priceSingleOcc\":54302.5,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"10165.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34507.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10165,\"CEB\":17655,\"COSTDO\":34507.5,\"COSTSO\":\"18500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18190,\"COSTTO\":18190}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"50695\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44405.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":36202,\"priceDoubleOcc\":\"44405.00\",\"priceSingleOcc\":68480,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44405,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":44405,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":36202,\"priceDoubleOcc\":\"44405.00\",\"priceSingleOcc\":68480,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44405,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":44405,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":36202,\"priceDoubleOcc\":\"44405.00\",\"priceSingleOcc\":68480,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44405,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":44405,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":33170,\"priceDoubleOcc\":\"39857.50\",\"priceSingleOcc\":63932.5,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39857.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":39857.5,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":33170,\"priceDoubleOcc\":\"39857.50\",\"priceSingleOcc\":63932.5,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39857.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":39857.5,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795},{\"From\":\"2023-03-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":36202,\"priceDoubleOcc\":\"44405.00\",\"priceSingleOcc\":68480,\"priceExtraBed\":\"31565.00\",\"priceWithoutBed\":\"20330.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44405,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20330,\"CEB\":31565,\"COSTDO\":44405,\"COSTSO\":\"22500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19795,\"COSTTO\":19795}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test) unless 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.&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;02 Nights Accommodation in Delhi on Twin Sharing Basis&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Night Accommodation in Agra&amp;nbsp;on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Nights Accommodation in Jaipur&amp;nbsp;on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Night Accommodation in Ajmer&amp;nbsp;on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing tours by private a\\/c vehicle (Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in any hilly areas).&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"366346\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[366346],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366349\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[366349],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366352\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[366352],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366355\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[366355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366358\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[366358],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366361\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[366361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366364\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[366364],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366367\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[366367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366370\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[366370],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"366373\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[366373],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Ajmer,Jaipur,Agra','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Ajmer,Fatehpur Sikri','','7701,367,12995,266',15515,45650,6,'',NULL,'[{\"day\":1,\"images\":\"Delhi (1).jpg\"},{\"day\":2,\"images\":\"Delhi (2).jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Ajmer Dargah.jpg\"},{\"day\":7,\"images\":\"jaipur airport.jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'golden-triangle-with-ziyarat-e-dargah',NULL,NULL,NULL,0),(178,50797,1,35,0,0,0,'Honeymoon,Adventure,Family,Religious,Romantic,Shopping and Nightlife,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":50797,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/best-of-turkey_1679493960\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Turkey is a multilayered delight blessed with a Mediterranean climate, rich history with ancient wonders and ruins influenced by the Ottoman Empire. The rich cultural legacy of Turkey is shaped by centuries of history and the influence of the various peoples that have inhabited its territory over several millennia; it is home to&amp;nbsp;19 UNESCO World Heritage Sites&amp;nbsp;and is&amp;nbsp;among the most visited&amp;nbsp;countries in the world.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The &lt;strong&gt;Best of Turkey Package&lt;\\/strong&gt; is designed to appeal both, culture-seekers and beach-buffs. Istanbul is the entry point for most travellers&amp;mdash;a vast city straddling Europe and Asia. While Istanbul possesses a wealth of things for tourists to see and do, other cities like Cappadocia, Antalya, Bursa etc. have their own appeal. Wherever you go, don&amp;rsquo;t forget to try the turkish coffee and desserts; enjoying flowery Turkish Delight and gooey-flaky baklava is mandatory.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Antalya\",\"SourcePlaceSysId\":1151,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"BEST OF TURKEY\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"15197\",\"SupplierName\":\"Thistle Travel\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Religious,Romantic,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1151,\"Title\":\"Antalya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":404314,\"Name\":\"WIND OF LARA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"36.8595974\",\"Long\":\"30.8685914\",\"Address\":\"KEMERAGZI MAH. MEYDAN BULVARI 1003 . 07110 ANTALYA  TR, 07110\"},\"Images\":[],\"CityId\":1151,\"Brief\":\"Through its happiness concept including rewarding details, &acirc;&euro;&tilde;Wind of Lara Hotel &amp; SPA provides customized preference experience to all its customers. Our guests may enjoy thepeace and tranquility at our hotel department or have fun with entertainment sand activities on our beach.\\nProviding service at Antalya Lara, 19km from Antalya City Center and 12 km from Antalya Airport, Wind Of Lara Hotel &amp; SPA redefines a perfect holiday customized for you withpeace and entertainments.&#039;\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/57\\/578861\\/578861a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":27498,\"Title\":\"Antalya Old City &amp; Waterfall Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px text-align: left&quot;&gt;Your visit to Antalya&#039;s magnificent landscape must include a trip to one of its resplendent waterfalls, which is a natural wonder. This tour is for those, who want to enjoy a cool day in Antalya and those who want to explore a wonder of nature.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655370994.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655387261.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":15595,\"Title\":\"Hot Air Balloon Tour\",\"Description\":\"Cappadocia Hot Air Balloon Rides are one of the best ways to discover and explore the area of Cappadocia. While you are soaring between the rock formations in the deep valleys of Cappadocia onboard your Hot Air Balloon, you will close your eyes and listen to the sound of silence and peace.\\r\\n\\r\\n\\r\\nCappadocia Balloon Flights are getting more popular every year due to perfect weather conditions and amazing scenery which Cappadocia offers to the guests from all around the World.\\r\\n\\r\\n\\r\\nRoyal Balloon - Cappadocia is an ISO 9001:2015 Certified Ballooning Company, &quot;Top Rated on TripAdvisor&quot;, a proud &quot;American Express Selects Member&quot; serving &quot;Royal &amp; Exclusive&quot; Cappadocia Hot Air Balloon Flights over the spectacular and breathtaking lunarscape of Cappadocia. Experienced - Worldwide known Hot Air Balloon Pilots of Royal Balloon - Cappadocia will be delighted to see you on board and take you for an unforgettable Cappadocia Balloon Tour.\\r\\n\\r\\n\\r\\nBallooning in Cappadocia, is without doubt a &quot;must do&quot; and let us treat you Royal with a Luxury and Exclusive Hot Air Balloon Adventure over Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/4539_1591679451.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":25726,\"Title\":\"Uchisar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":13764,\"Title\":\"Pasabag valley\",\"Description\":\"Pasabag in Cappadocia is located on the road to Zelve, coming from Goreme or Avanos. Highly remarkable earth pillars can be seen here, in the middle of a vineyard, hence the name of the place which means: the Pacha&amp;#039;s vineyard. Pacha means &amp;quot;General&amp;quot;, the military rank, in Turkish and it is a very common nick name. This site is also called Monks Valley. The name was derived from some cones carved in tuff stones which stand apart.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Pasabag_valley_12905_1579694422.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":5698,\"Title\":\"Istanbul City tour\",\"Description\":\"Visit the  ancient Roman Hippodrome, famous the Blue Mosque renowned for its striking blue Iznik tiled interior. After lunch in a local restaurant in the old town you will visit Imperial Palace of Topkapi from which Ottoman Sultans ruled their grand empire for over 400 years.  From Topkapi Palace you will walk down the Sogukcesme Street where you can see good examples of Ottoman Houses and finally visit the Grand Bazaar\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null}]}},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":550729,\"Name\":\"Cappadocia Caves Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Aydinli Orta Mahallesi Zeybek Sokak No:3 Goreme (Cappadocia) \\/Nevsehir TURKEY\"},\"Images\":[],\"CityId\":5094,\"Brief\":\"&lt;p&gt;Nestled in a historic village surrounded by G&ouml;reme National Park, this quaint stone hotel is 2 km from the G&ouml;reme Open Air Museum and 4 km from the D302 road.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring exposed stone walls, the old-world rooms provide free Wi-Fi, flat-screen TVs, and tea and coffeemaking facilities. Suites add sitting areas.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Some offer whirlpool tubs, balconies, vaulted ceilings and\\/or exposed wood beams.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_550729\\/4539_d9f779f4936c09aba34fb8725cb433e61682506676.jpg\",\"AccoAminitiesMask\":\"111101100010111000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":27498,\"Title\":\"Antalya Old City &amp; Waterfall Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px text-align: left&quot;&gt;Your visit to Antalya&#039;s magnificent landscape must include a trip to one of its resplendent waterfalls, which is a natural wonder. This tour is for those, who want to enjoy a cool day in Antalya and those who want to explore a wonder of nature.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655370994.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655387261.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":15595,\"Title\":\"Hot Air Balloon Tour\",\"Description\":\"Cappadocia Hot Air Balloon Rides are one of the best ways to discover and explore the area of Cappadocia. While you are soaring between the rock formations in the deep valleys of Cappadocia onboard your Hot Air Balloon, you will close your eyes and listen to the sound of silence and peace.\\r\\n\\r\\n\\r\\nCappadocia Balloon Flights are getting more popular every year due to perfect weather conditions and amazing scenery which Cappadocia offers to the guests from all around the World.\\r\\n\\r\\n\\r\\nRoyal Balloon - Cappadocia is an ISO 9001:2015 Certified Ballooning Company, &quot;Top Rated on TripAdvisor&quot;, a proud &quot;American Express Selects Member&quot; serving &quot;Royal &amp; Exclusive&quot; Cappadocia Hot Air Balloon Flights over the spectacular and breathtaking lunarscape of Cappadocia. Experienced - Worldwide known Hot Air Balloon Pilots of Royal Balloon - Cappadocia will be delighted to see you on board and take you for an unforgettable Cappadocia Balloon Tour.\\r\\n\\r\\n\\r\\nBallooning in Cappadocia, is without doubt a &quot;must do&quot; and let us treat you Royal with a Luxury and Exclusive Hot Air Balloon Adventure over Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/4539_1591679451.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":25726,\"Title\":\"Uchisar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":13764,\"Title\":\"Pasabag valley\",\"Description\":\"Pasabag in Cappadocia is located on the road to Zelve, coming from Goreme or Avanos. Highly remarkable earth pillars can be seen here, in the middle of a vineyard, hence the name of the place which means: the Pacha&amp;#039;s vineyard. Pacha means &amp;quot;General&amp;quot;, the military rank, in Turkish and it is a very common nick name. This site is also called Monks Valley. The name was derived from some cones carved in tuff stones which stand apart.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Pasabag_valley_12905_1579694422.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":5698,\"Title\":\"Istanbul City tour\",\"Description\":\"Visit the  ancient Roman Hippodrome, famous the Blue Mosque renowned for its striking blue Iznik tiled interior. After lunch in a local restaurant in the old town you will visit Imperial Palace of Topkapi from which Ottoman Sultans ruled their grand empire for over 400 years.  From Topkapi Palace you will walk down the Sogukcesme Street where you can see good examples of Ottoman Houses and finally visit the Grand Bazaar\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null}]}},{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519353,\"Name\":\"CVK Taksim Hotel Istanbul\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_519353\\/4539_d65d88223092cda09e02e6ad9f57e6881682677778.jpg\",\"AccoAminitiesMask\":\"111011101010111100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":27498,\"Title\":\"Antalya Old City &amp; Waterfall Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px text-align: left&quot;&gt;Your visit to Antalya&#039;s magnificent landscape must include a trip to one of its resplendent waterfalls, which is a natural wonder. This tour is for those, who want to enjoy a cool day in Antalya and those who want to explore a wonder of nature.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655370994.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1151\\/sightseeing\\/4539_1655387261.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":15595,\"Title\":\"Hot Air Balloon Tour\",\"Description\":\"Cappadocia Hot Air Balloon Rides are one of the best ways to discover and explore the area of Cappadocia. While you are soaring between the rock formations in the deep valleys of Cappadocia onboard your Hot Air Balloon, you will close your eyes and listen to the sound of silence and peace.\\r\\n\\r\\n\\r\\nCappadocia Balloon Flights are getting more popular every year due to perfect weather conditions and amazing scenery which Cappadocia offers to the guests from all around the World.\\r\\n\\r\\n\\r\\nRoyal Balloon - Cappadocia is an ISO 9001:2015 Certified Ballooning Company, &quot;Top Rated on TripAdvisor&quot;, a proud &quot;American Express Selects Member&quot; serving &quot;Royal &amp; Exclusive&quot; Cappadocia Hot Air Balloon Flights over the spectacular and breathtaking lunarscape of Cappadocia. Experienced - Worldwide known Hot Air Balloon Pilots of Royal Balloon - Cappadocia will be delighted to see you on board and take you for an unforgettable Cappadocia Balloon Tour.\\r\\n\\r\\n\\r\\nBallooning in Cappadocia, is without doubt a &quot;must do&quot; and let us treat you Royal with a Luxury and Exclusive Hot Air Balloon Adventure over Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/4539_1591679451.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":25726,\"Title\":\"Uchisar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":13764,\"Title\":\"Pasabag valley\",\"Description\":\"Pasabag in Cappadocia is located on the road to Zelve, coming from Goreme or Avanos. Highly remarkable earth pillars can be seen here, in the middle of a vineyard, hence the name of the place which means: the Pacha&amp;#039;s vineyard. Pacha means &amp;quot;General&amp;quot;, the military rank, in Turkish and it is a very common nick name. This site is also called Monks Valley. The name was derived from some cones carved in tuff stones which stand apart.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/Pasabag_valley_12905_1579694422.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":27505,\"Title\":\"Bosphorus Dinner Cruise\",\"Description\":\"&lt;ul class=&quot;product-overview__list&quot; style=&quot;box-sizing: inherit max-height: 1e06px padding-left: 0px list-style-type: none margin-right: 0px margin-bottom: 0px margin-left: 0px color: rgb(80, 80, 80) font-family: sans-serif&quot;&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Cruise your way between Europe and Asia via the Bosphorus Strait, which&nbsp;&lt;\\/span&gt;divides Turkey by separating Anatolia from Thrace.&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;li class=&quot;product-overview__list-item&quot; style=&quot;box-sizing: inherit max-height: 1e06px display: flex margin-bottom: 10px&quot;&gt;&lt;span class=&quot;product-overview__list-item-icon tours-icon-focus&quot; style=&quot;box-sizing: inherit max-height: 1e06px speak: none font-feature-settings: normal font-variant-numeric: normal font-variant-east-asian: normal line-height: 1 -webkit-font-smoothing: antialiased margin-top: 5px margin-right: 10px !important font-family: tours-app !important display: inline-block !important&quot;&gt;&lt;\\/span&gt;&lt;div style=&quot;box-sizing: inherit max-height: 1e06px&quot;&gt;&lt;p style=&quot;box-sizing: inherit max-height: 1e06px margin-bottom: 0px&quot;&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e06px background-color: transparent&quot;&gt;Enjoy the traditional folk dance and belly dance music performances and admire the talent of the artists!&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1655388160.jpg\",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":5698,\"Title\":\"Istanbul City tour\",\"Description\":\"Visit the  ancient Roman Hippodrome, famous the Blue Mosque renowned for its striking blue Iznik tiled interior. After lunch in a local restaurant in the old town you will visit Imperial Palace of Topkapi from which Ottoman Sultans ruled their grand empire for over 400 years.  From Topkapi Palace you will walk down the Sogukcesme Street where you can see good examples of Ottoman Houses and finally visit the Grand Bazaar\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/968_1528459752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":15197,\"SupplierName\":\"Thistle Travel\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"367102\",\"Title\":\"Arrive Antalya - Check In Hotel - Explore the beautiful surroundings\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon your arrival at the Antalya airport, meet and assist and transfer to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After checking in, take some time to rest and freshen up before heading out to explore the city (on own). Antalya is a beautiful coastal city with a rich history and culture, so there are many things to see and do.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, head to the marina to enjoy the sunset and dinner (on own). There are plenty of seafood restaurants with beautiful views of the Mediterranean Sea, making for a perfect end to your first day in Antalya.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"367103\",\"Title\":\"Antalya: Old City &amp; Waterfall tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Start your day with a traditional Turkish breakfast at the hotel. Then, meet your tour guide for a walking tour of the old city. Explore the narrow streets and admire the Ottoman-era architecture of the buildings, mosques, and historic landmarks. You will also visit Hadrian&amp;#39;s Gate, a magnificent Roman monument that marks the entrance to the old town.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Next, head to the Duden Waterfalls, located just a short drive away from the city center. The waterfall is situated on the Duden River and cascades over the cliffs into the Mediterranean Sea. You can take a scenic walk along the river and admire the natural beauty of the area.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;After the waterfall tour, return to the old city for lunch at one of the local restaurants. You can try traditional Turkish dishes such as kebabs, meze, or pide. In the afternoon, you can explore the Antalya bazaar, where you can find a variety of goods, including souvenirs, spices, textiles, and jewelry.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening, head to the top of Kaleici to enjoy a panoramic view of the city and watch the sunset. You can find several rooftop restaurants and cafes in the area that offer stunning views of the sea and the Taurus Mountains.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27498,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17303,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367104\",\"Title\":\"Pamukkale Day Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After Breakfast, take a day trip to Pamukkale, a UNESCO World Heritage Site famous for its white travertine terraces and ancient Roman city of Hierapolis. The tour will take approximately 3 hours each way, so be prepared for an early start.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;After arriving in Pamukkale, you will have time to explore the natural wonders of the terraces and the ancient ruins of Hierapolis. The white terraces are formed by the accumulation of calcium carbonate, and you can walk on the terraces, take photos, and even dip your feet in the warm pools.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In Hierapolis, you can see the remains of ancient Roman baths, temples, and theaters, including the well-preserved amphitheater. You can also visit the Hierapolis Archaeology Museum to learn more about the history of the region.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;After the tour, return to Antalya in the evening. You can spend the rest of the evening exploring the city on your own, trying different restaurants or relaxing at your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":404314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18887,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367105\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"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\":\"367106\",\"Title\":\"Antalya To Cappadocia\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today, check out of your hotel in Antalya and proceed to the airport for your flight to Cappadocia. The flight duration is approximately 1 hour and 15 minutes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Upon arrival in Cappadocia, you will be transferred to your hotel. Cappadocia is a unique region in central Turkey known for its surreal landscape of fairy chimneys, cave dwellings, and underground cities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After checking in at your hotel, take some time to rest and relax. You can explore the surrounding area and check out the local markets or try some traditional Turkish cuisine at one of the local restaurants.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, you can join an optional traditional Turkish night show, which includes traditional dances and live music or you can relax and enjoy the amenities of your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"367107\",\"Title\":\"Hot Air Balloon Tour and Cappadocia Red Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Start your day early with a hot air balloon tour over Cappadocia. This is a once-in-a-lifetime experience that offers stunning views of the unique landscape of Cappadocia. You will see the sunrise over the fairy chimneys and rock formations while drifting over the valleys and mountains. The balloon ride typically lasts for 1 hour, and you will be back in your hotel in time for breakfast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After breakfast, join a half-day Red Tour to explore the best sights of Cappadocia. The tour includes visits to the Goreme Open Air Museum, where you can see the early Christian churches and frescoes, and the Pasabag Valley, which is known for its fairy chimneys and rock formations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You will also visit the Uchisar Castle, which is the highest point in Cappadocia and offers stunning panoramic views of the region. The tour will also include a visit to the pottery workshop in Avanos, where you can see the traditional techniques of pottery-making.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the afternoon, you can explore the town of Urgup, which is known for its beautiful architecture and traditional bazaars. You can shop for souvenirs or try some local delicacies at one of the cafes or restaurants.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, you can enjoy a sunset over the fairy chimneys or relax in your hotel and enjoy the amenities.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":550729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4947,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25726,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13764,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367108\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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\":\"367109\",\"Title\":\"Cappadocia to Istanbul\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today, check out of your hotel in Cappadocia and proceed to the airport for your flight to Istanbul. The flight duration is approximately 1 hour and 20 minutes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Upon arrival in Istanbul, you will be transferred to your hotel. After checking in and freshening up, get ready for an evening Bosphorus dinner cruise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The Bosphorus Strait is a narrow waterway that connects the Black Sea to the Sea of Marmara, and it divides Istanbul into two continents - Europe and Asia. During the dinner cruise, you will have the opportunity to enjoy a delicious meal while cruising along the Bosphorus and admiring the stunning views of the city&amp;#39;s skyline and landmarks, such as the Blue Mosque, Topkapi Palace, and Galata Tower.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;You can also enjoy live entertainment during the cruise, including traditional Turkish music and belly dancing performances. After the cruise, you will be transferred back to your hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27505,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367110\",\"Title\":\"Istanbul City tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today, explore the fascinating city of Istanbul on a full-day guided tour. Istanbul is a unique city that spans two continents, with a rich history and diverse culture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Your tour will begin with a visit to the iconic Blue Mosque, which is one of the most famous landmarks of Istanbul. The mosque is famous for its beautiful blue tiles and stunning architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Next, visit the Hagia Sophia, a magnificent structure that was once a church and later a mosque, and now serves as a museum. The building boasts stunning Byzantine architecture and impressive artwork.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;You will also visit the Topkapi Palace, which was the residence of the Ottoman sultans for over 400 years. The palace boasts stunning architecture and impressive collections of artifacts, including the famous Topkapi Dagger and the Spoonmaker&amp;#39;s Diamond.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later visit the Grand Bazaar, one of the largest and oldest covered markets in the world. The bazaar is home to over 4,000 shops, selling everything from spices and textiles to jewellery and ceramics.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening, you can relax at your hotel or explore the city on your own.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5698,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367111\",\"Title\":\"Day at Leisure - Bursa Day trip from Istanbul (Optional)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After breakfast today, you have the day at leisure. Perhaps&amp;nbsp;you can opt for a day trip to Bursa, a historic city located south of Istanbul, known for its Ottoman architecture, silk production, and hot springs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The tour will include a visit to the Green Mosque and Tomb, which is famous for its intricate tilework and calligraphy. You will also visit the Grand Mosque, which is one of the largest mosques in Turkey.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Afterward, you will take a cable car ride up to Uludag Mountain, which is the highest peak in western Turkey. The mountain is known for its stunning views of the surrounding countryside and is a popular destination for skiing and winter sports.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening, return to Istanbul and relax at your hotel or explore the city on your own. You can visit one of the many museums or galleries, such as the Istanbul Modern Art Museum, or enjoy the city&amp;#39;s vibrant nightlife.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17317,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"367112\",\"Title\":\"Istanbul: Day at Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today, enjoy a day at leisure in Istanbul. You can explore the city on your own, visit some of the attractions you missed on the previous days, or simply relax and soak up the atmosphere of this vibrant city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;One option is to visit Taksim Square, a lively area in central Istanbul known for its shops, restaurants, and nightlife. Taksim Square is home to the famous Istiklal Avenue, a pedestrian street that is lined with shops, cafes, and historic buildings.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;You can also visit the Galata Tower, a medieval tower that offers stunning views of the city, or the Dolmabahce Palace, which is a magnificent Ottoman-era palace that was once the residence of the sultans.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening, you can enjoy dinner at one of the many restaurants in Taksim Square or head to one of the city&amp;#39;s popular rooftop bars for a drink and panoramic views of the city skyline.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":519353,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"367113\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Today, it is time to say goodbye to Turkey as you check out of your hotel and proceed to the airport for your flight back home or to your next destination. Depending on the time of your flight, you may have some free time to do some last-minute souvenir shopping or sightseeing in Istanbul.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We hope you had a wonderful time exploring the beautiful country of Turkey and that you will take back many fond memories of your trip. Safe travels!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":\"50797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"144969.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":144969,\"priceDoubleOcc\":\"144969.00\",\"priceSingleOcc\":211794,\"priceExtraBed\":\"115973.00\",\"priceWithoutBed\":\"107800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":144969,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":107800,\"CEB\":115973,\"COSTDO\":144969,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":144969,\"COSTTO\":144969}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"141015.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3},{\"From\":\"2023-04-26\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":141015,\"priceDoubleOcc\":\"141015.30\",\"priceSingleOcc\":206017.8,\"priceExtraBed\":\"112810.10\",\"priceWithoutBed\":\"104860.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":141015.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":104860,\"CEB\":112810.1,\"COSTDO\":141015.3,\"COSTSO\":\"60750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":141015.3,\"COSTTO\":141015.3}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&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 for optional Sightseeing Tour&amp;nbsp;&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;03 Nights Accommodation in Antalya on twin \\/ double sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Nights Accommodation in Cappadocia on twin \\/ double sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;04 Nights Accommodation in Istanbul on twin \\/ double sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on SIC basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance as per travel duration&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Turkey Visa Processing Charges&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"367102\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[367102],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367103\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[367103],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367104\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[367104],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367105\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[367105],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367106\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[367106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"367107\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[367107],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367108\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[367108],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367109\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[367109],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367110\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[367110],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367111\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[367111],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367112\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[367112],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"367113\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[367113],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Antalya,Cappadocia,Istanbul','Antalya,Central Asia,Turkey,Eurasia,Cappadocia,Istanbul,Bursa,Pamukkale','','1151,5094,12905',141015,144969,9,'',NULL,'[{\"day\":1,\"images\":\"Antalya (1).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Cappadocia.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"Galata Tower.jpg\"},{\"day\":10,\"images\":\"Turkey (13).jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Turkey','222','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'best-of-turkey',NULL,NULL,NULL,0),(179,50601,1,35,0,0,0,'Honeymoon,Adventure,Beach,Family,Heritage,Culture,Romantic,Shopping and Nightlife,Leisure,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":50601,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-06-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Thailand is a destination to experience more than one thing. From the amazing food, art, travel and culture to living locally like Thais, exploring Thainess &amp;ndash; Thailand offers you all.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Phuket is among the finest islands around the world with warm, sunny weather all year round. This tropical island offers long stretches of powdery beaches with an option to explore.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Krabi is famous for its scenic view and breathtaking Beaches and Islands. Its coral reef vistas are also one of the world&amp;#39;s most beautiful, which makes this beach destination a great spot for coral diving.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Phuket\",\"DestinationPlacesSysId\":21319,\"SourcePlaces\":\"Krabi\",\"SourcePlaceSysId\":14466,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"KRABI AND PHUKET HIGHLIGHTS\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"14289\",\"SupplierName\":\"Destination Siam Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Welcome Drink,Airport Transfers,Intercity Transfers,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Heritage,Culture,Romantic,Shopping and Nightlife,Leisure,Activites Tour\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-06-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":543049,\"Name\":\"Hula Hula Resort and Spa Krabi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14466,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":36346,\"Title\":\"Morning Half Day Phuket City Tour with Guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":28528,\"Title\":\"Phi Phi Island Tour By Big Boat\",\"Description\":\"Enjoy this tour with a view of lush limestone peaks rise from the tropical sea. You will see some of the most popular destinations by a Big Boat including Maya Bay, the Monkey Beach (famous for its cheeky namesake residents) and Viking Cave while discovering this tropical island. \\r\\n\\r\\nThe Colourful marine life will provide you with an experience that will leave a forever imprint in your mind for years to come.\\r\\n\\r\\nOne can also opt for activities like swimming, snorkeling and superb diving.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Phi_Phi_Island_Tour_By_Big_Boa_14466_1658899909.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":534172,\"Name\":\"Fisherman Harbour Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":36346,\"Title\":\"Morning Half Day Phuket City Tour with Guide\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":28528,\"Title\":\"Phi Phi Island Tour By Big Boat\",\"Description\":\"Enjoy this tour with a view of lush limestone peaks rise from the tropical sea. You will see some of the most popular destinations by a Big Boat including Maya Bay, the Monkey Beach (famous for its cheeky namesake residents) and Viking Cave while discovering this tropical island. \\r\\n\\r\\nThe Colourful marine life will provide you with an experience that will leave a forever imprint in your mind for years to come.\\r\\n\\r\\nOne can also opt for activities like swimming, snorkeling and superb diving.\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14466\\/sightseeing\\/Phi_Phi_Island_Tour_By_Big_Boa_14466_1658899909.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"365587\",\"Title\":\"Krabi: Arrival &amp; Leisure Day\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Sawasdee! Welcome to Thailand&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival at Phuket OR Krabi Airport, clear your immigation and baggage collection followed by meet and assist in the arrival hall.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our airport representative will assist you with the transfers to your hotel in Krabi. Check In Hotel on arrival and rest of the day is free to freshen up and relax in the comforts of your hotel room.&amp;nbsp;In the evening you may explore the nearby Cafe&amp;#39;s, or take a relaxing Thai Massage or stroll on the peaceful Ao Nang Beach.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back to your hotel for comfortable overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"},{\"IsIncluded\":false,\"Id\":543049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"365588\",\"Title\":\"Krabi: Four Island Tour via Long Tail Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;p&gt;Get ready for a fun-filled four island hopping tour!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post breakfast, you will be taken for a four island hopping tour. It is recommended for you to carry your sunglasses, swimsuit, and a towel. Today, you will mostly be in the water so it&amp;rsquo;s better to be prepared with all the necessaries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the famous Koh Gai &amp;ndash; the Chicken Island and see for yourself where it got its nickname, Explore the lesser known tiny islands of Koh Tub and Koh Mor,&amp;nbsp;Discover the magnificent Phra Nang Cave Beach on the Railay Peninsula.&amp;nbsp;Enjoy Thai Lunch during the tour. Later in the afternoon, return to hotel and rest of the day is free for you to relax.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Krabi Hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":543049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":38045,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3838,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"365589\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"365590\",\"Title\":\"Transfer from Krabi to Phuket - Enroute visit Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After a sumptous breakfast, check out from your Krabi hotel and transfer to Phuket Hotel. The driving time is around 4 Hours.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute, give the sand and sea a break and dive into the unbelievably blue waters of Krabi&amp;rsquo;s Emerald and Blue Pools. Take a dip in the therapeutic hot springs and visit the impressive Tiger Cave Temple with a special 3-In-1 Tour .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later continue your drive to Phuket. On arrival at Phuket Hotel check in and time free to relax.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Perhaps you may visit the famous Phuket beaches like Patong, Kata or Karon. Patong area is also the undisputed nightlife centre of Phuket.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in your Phuket Hotel.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":39970,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"365591\",\"Title\":\"Phuket: City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After breakfast, proceed for your city tour of Phuket.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;The tour will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&amp;#39;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Wat Chalong, Big Buddha,&amp;nbsp;Gems factory&amp;nbsp;and a Cashew Nut Factory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Return to the hotel and end the day with a peaceful overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":36346,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"365592\",\"Title\":\"Phuket: Phi Phi Island Tour by Speed Boat OR Big Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":5,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today after an early breakfast, proceed for the much awaited and the most popular tour-experience in Phuket - The Phi Phi Island Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Breathtaking limestone cliffs rise straight out of the emerald green water. The Phi Phi&amp;#39;s are 40 kilometers southeast of Phuket in the Andaman Sea. The six islands include Phi Phi Don &amp;ndash; home to the bohemian town of Phi Phi Islands, and Phi Phi Leh &amp;ndash; site of the spectacular Maya Bay which is famous for its role in the movie &amp;ldquo;The Beach&amp;rdquo;. The islands are laced with occasional powdery white beaches and coral reefs teeming with exotic life. They beckon you to unforgettable swimming and snorkeling in the clear tropical waters.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA tour of Phi Phi presents you with great sightseeing and chances to take a plunge. You&amp;#39;ll see Maya Bay, Loh Samah Bay, Pileh Cove, Viking Cave and Monkey Beach. Thai Lunch will be served at Phi Phi Don Island.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Return to Phuket Mainland early evening followed by drop to your hotel. Evening is at leisure to relax or enjoy shopping at the many malls and street side shops.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight in Phuket Hotel&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":534172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":28528,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"365593\",\"Title\":\"Phuket: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;The final day and the final goodbye!!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On your final day, post breakfast in the hotel, you proceed to checkout. Then you&amp;rsquo;re dropped off at the international airport. With this we see you off with a bagful of memories and experiences to cherish, hoping that you enjoyed this trip.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"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\":\"50601\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20350.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":20717,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":33550,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":20350,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"20900.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":20900,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"20900.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":20900,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22183,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":35750,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":22550,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23650,\"priceDoubleOcc\":\"24750.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24750,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":24750,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":25117,\"priceDoubleOcc\":\"26950.00\",\"priceSingleOcc\":40150,\"priceExtraBed\":\"19360.00\",\"priceWithoutBed\":\"13200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13200,\"CEB\":19360,\"COSTDO\":26950,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21450,\"COSTTO\":21450}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50601\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19795.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":20152,\"priceDoubleOcc\":\"19795.00\",\"priceSingleOcc\":32635,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":19795,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":20508,\"priceDoubleOcc\":\"20330.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":20330,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":20508,\"priceDoubleOcc\":\"20330.00\",\"priceSingleOcc\":33170,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20330,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":20330,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21578,\"priceDoubleOcc\":\"21935.00\",\"priceSingleOcc\":34775,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21935,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":21935,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23005,\"priceDoubleOcc\":\"24075.00\",\"priceSingleOcc\":36915,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":24075,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865},{\"From\":\"2023-03-17\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24432,\"priceDoubleOcc\":\"26215.00\",\"priceSingleOcc\":39055,\"priceExtraBed\":\"18832.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26215,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":18832,\"COSTDO\":26215,\"COSTSO\":\"12000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865,\"COSTTO\":20865}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;G.S.T will be payable extra as per applicable rate on the final total billing amount&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;TCS (currently 5%) is payable on the land arrangement cost. The same amount will be refunded \\/ adjusted after filling the Income Tax Returns.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Thailand Visa Cost (On arrival visa costs Thai Baht 2000 Per Person)&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;National Park Fees during Phi Phi Island Tour \\/ 4 Island Tour is payable directly on tour by the guests&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;02 Nights Accommodation in Krabi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Phuket&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport and Inter Hotel Transfers on Private Basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;4 Island Tour on SIC with Long Tail Boat Transfers and Thai Lunch&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phuket City Tour on Seat In Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phi Phi Island Tour on SIC with Big Boat Transfers and Thai Lunch&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable Hotel Taxes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance valid for duration of stay in Thailand&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"365587\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[365587],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365588\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[365588],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365589\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[365589],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365590\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[365590],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365591\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[365591],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365592\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[365592],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"365593\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[365593],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Krabi,Phuket','Krabi,South East Asia,Thailand,Phuket','','14466,21319',19795,26950,5,'179_1685787314_0.jpg',NULL,'[{\"day\":1,\"images\":\"Thailand (3).jpg\"},{\"day\":2,\"images\":\"Thailand (4).jpg\"},{\"day\":3,\"images\":\"Thailand (9).jpg\"},{\"day\":4,\"images\":\"Thailand (10).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Thailand (2).jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-06-15 00:00:00','2023-06-15 00:00:00',3,'Thailand','215','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'krabi-and-phuket-highlights',NULL,NULL,NULL,0),(180,50198,1,35,0,0,0,'Honeymoon,Adventure,Family,Religious,Hill Station,Heritage,Culture,Romantic,Leisure,Private',NULL,1,1,0,'{\"package\":{\"TPId\":50198,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/himachal-delights-with-holy-amritsar_1678113732\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Himachal Pradesh is one of the most famous tourist destination in India with several hill stations like Shimla, Manali, Narkanda, Palampur, Dharamshala, Khajjiar, Dalhousie etc offering mesmerizing scenery, cool climate, rapid rivers, influence of tibetan culture, tasty food and many outdoor activities such as rock climbing, mountain biking, skiing, paragliding, trekking.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Himachal Delights is THE holiday package to go with to discover breathtaking views, spiritually charged monuments, adventure sports, history, religion, warmth and love all in one state.&amp;nbsp;Add to it the chance to experience true Punjabi culture and fascinating history with a stay in Amritsar.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Amritsar\",\"DestinationPlacesSysId\":974,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"HIMACHAL DELIGHTS WITH HOLY AMRITSAR\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Lunch,Airport Transfers,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Religious,Hill Station,Heritage,Culture,Romantic,Leisure,Private\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541519,\"Name\":\"Hotel Golden Oak Shimla\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3482,\"Title\":\"Tibet Museum\",\"Description\":\"The Tibetan Museum or Tibet Museum is a fine specimen of Tibetan architecture in Mcleodganj and was primarily built to preserve the history and culture of Tibet. It also tells the story of the Chinese occupation and the continuing Tibetan resistance and exodus, through photographs, video and clear English-language display panels. The Museum is located in the complex of Dalai Lamba&amp;#039;s Temple, and it also covers the work life of Dalai Lama.\\r\\n \\r\\nThe stories of the lives of people have been showcased beautifully in the form of paintings and snaps, and lectures and exhibitions also conducted in the premises. The museum has also been a major tourist attraction from visitors all across the world.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2325474,\"Long\":76.3248874,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Tibet_Museum_7824_1518250115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40969,\"Title\":\"Naddi viewpoint\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":390,\"Title\":\"Dainkund Peak\",\"Description\":\"Picturesque mountain peak with a temple at the top &amp;amp; scenic views along the uphill trek.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3023\\/thumb\\/Dainkund Peak_313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":16526,\"Title\":\"local sightseeings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1297,\"Title\":\"Panchpula\",\"Description\":\"The word Panchpula means five bridges and it is the place where a descending stream flows and feeds several pools. Panchpula is the main stream that supplies water to cities of Dalhousie and Balloon. The stream originates from Dain Kund and falls down into a quaint abyss and then finally reaches the waterworks of Panchpula.\\r\\nA monument has been built where several streams meet at Panchpula in the memory of Sardar Ajit Singh, who was a freedom fighter and uncle of Bhagat Singh. On the way to Panchpula is Satdhara, a union of seven tiny springs. It is believed that the fresh waters of Satdhara contain healing medical properties. Thus, while travelling to Panchpula, most of the tourists halt at this spring fall and collect the water.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5364551,\"Long\":75.9824737,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/548\\/thumb\\/Panchpula_5.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1687,\"Title\":\"Subhash Baoli\",\"Description\":\"Named after the famous freedom fighter Subhash Chandra Bose, this is a perennial spring which has medicinal properties and believed to have cured the freedom fighter of his ill health. Located 1 km away from Gandhi Chowk, this tribute to the leader is an ideal spot for picnics and evening strolls. Situated near these springs is a beautiful waterfall which flows into a glacial stream.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5363578,\"Long\":75.9761667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/547\\/thumb\\/Subhash Baoli_744.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":809,\"Title\":\"Kalatop Khajjiar Sanctuary\",\"Description\":\"Kalatop Khajjiar Sanctuary is a animal sanctuary at Kalatop and Khajjiar in the Chamba district of Himachal Pradesh, India. The sanctuary area is well laid out for trekking trails both at Kalatop and Khajjiar. There is a dense deodar and  Pheasants, serow and black bear are some of the common animals found here. The sanctuary lies in the path of the Ravi River, and is surrounded by coniferous and oak forests.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5316695,\"Long\":76.014284,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3477\\/thumb\\/Kalatop Khajjiar Sanctuary_399.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":464,\"Title\":\"Durgiana Temple\",\"Description\":\"The Durgiana Temple(&agrave;&uml;&brvbar;&agrave;&copy;\\u0081&agrave;&uml;&deg;&agrave;&uml;&mdash;&agrave;&uml;&iquest;&agrave;&uml;&dagger;&agrave;&uml;&uml;&agrave;&uml;&frac34; &agrave;&uml;&reg;&agrave;&copy;&deg;&agrave;&uml;&brvbar;&agrave;&uml;&iquest;&agrave;&uml;&deg;), also known as Lakshmi Narayan Temple, Durga Tirath and Sitla Mandir, is a premier temple situated in the city of Amritsar, Punjab, India.Though a Hindu temple, its architecture is similar to the Golden Temple. This temple derives its name from the Goddess Durga, the chief Goddess deified and worshipped here. Idols of Goddess Laksmi (goddess of wealth) and Vishnu (the protector of the world) are also deified here and worshipped.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.631036,\"Long\":74.8689879,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/509\\/thumb\\/Durgiana Temple_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":424662,\"Name\":\"Hotel Manali Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Opposite Headquarter 38 BRTF, Aleo, New Manali, 175131,Himachal Pradesh,India, 175131\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/2044\\/2044702\\/images\\/IMG_20170602_195704_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3482,\"Title\":\"Tibet Museum\",\"Description\":\"The Tibetan Museum or Tibet Museum is a fine specimen of Tibetan architecture in Mcleodganj and was primarily built to preserve the history and culture of Tibet. It also tells the story of the Chinese occupation and the continuing Tibetan resistance and exodus, through photographs, video and clear English-language display panels. The Museum is located in the complex of Dalai Lamba&amp;#039;s Temple, and it also covers the work life of Dalai Lama.\\r\\n \\r\\nThe stories of the lives of people have been showcased beautifully in the form of paintings and snaps, and lectures and exhibitions also conducted in the premises. The museum has also been a major tourist attraction from visitors all across the world.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2325474,\"Long\":76.3248874,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Tibet_Museum_7824_1518250115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40969,\"Title\":\"Naddi viewpoint\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":390,\"Title\":\"Dainkund Peak\",\"Description\":\"Picturesque mountain peak with a temple at the top &amp;amp; scenic views along the uphill trek.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3023\\/thumb\\/Dainkund Peak_313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":16526,\"Title\":\"local sightseeings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1297,\"Title\":\"Panchpula\",\"Description\":\"The word Panchpula means five bridges and it is the place where a descending stream flows and feeds several pools. Panchpula is the main stream that supplies water to cities of Dalhousie and Balloon. The stream originates from Dain Kund and falls down into a quaint abyss and then finally reaches the waterworks of Panchpula.\\r\\nA monument has been built where several streams meet at Panchpula in the memory of Sardar Ajit Singh, who was a freedom fighter and uncle of Bhagat Singh. On the way to Panchpula is Satdhara, a union of seven tiny springs. It is believed that the fresh waters of Satdhara contain healing medical properties. Thus, while travelling to Panchpula, most of the tourists halt at this spring fall and collect the water.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5364551,\"Long\":75.9824737,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/548\\/thumb\\/Panchpula_5.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1687,\"Title\":\"Subhash Baoli\",\"Description\":\"Named after the famous freedom fighter Subhash Chandra Bose, this is a perennial spring which has medicinal properties and believed to have cured the freedom fighter of his ill health. Located 1 km away from Gandhi Chowk, this tribute to the leader is an ideal spot for picnics and evening strolls. Situated near these springs is a beautiful waterfall which flows into a glacial stream.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5363578,\"Long\":75.9761667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/547\\/thumb\\/Subhash Baoli_744.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":809,\"Title\":\"Kalatop Khajjiar Sanctuary\",\"Description\":\"Kalatop Khajjiar Sanctuary is a animal sanctuary at Kalatop and Khajjiar in the Chamba district of Himachal Pradesh, India. The sanctuary area is well laid out for trekking trails both at Kalatop and Khajjiar. There is a dense deodar and  Pheasants, serow and black bear are some of the common animals found here. The sanctuary lies in the path of the Ravi River, and is surrounded by coniferous and oak forests.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5316695,\"Long\":76.014284,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3477\\/thumb\\/Kalatop Khajjiar Sanctuary_399.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":464,\"Title\":\"Durgiana Temple\",\"Description\":\"The Durgiana Temple(&agrave;&uml;&brvbar;&agrave;&copy;\\u0081&agrave;&uml;&deg;&agrave;&uml;&mdash;&agrave;&uml;&iquest;&agrave;&uml;&dagger;&agrave;&uml;&uml;&agrave;&uml;&frac34; &agrave;&uml;&reg;&agrave;&copy;&deg;&agrave;&uml;&brvbar;&agrave;&uml;&iquest;&agrave;&uml;&deg;), also known as Lakshmi Narayan Temple, Durga Tirath and Sitla Mandir, is a premier temple situated in the city of Amritsar, Punjab, India.Though a Hindu temple, its architecture is similar to the Golden Temple. This temple derives its name from the Goddess Durga, the chief Goddess deified and worshipped here. Idols of Goddess Laksmi (goddess of wealth) and Vishnu (the protector of the world) are also deified here and worshipped.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.631036,\"Long\":74.8689879,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/509\\/thumb\\/Durgiana Temple_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":7478,\"Title\":\"Dalhousie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541773,\"Name\":\"Pax GRACE Mount Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3482,\"Title\":\"Tibet Museum\",\"Description\":\"The Tibetan Museum or Tibet Museum is a fine specimen of Tibetan architecture in Mcleodganj and was primarily built to preserve the history and culture of Tibet. It also tells the story of the Chinese occupation and the continuing Tibetan resistance and exodus, through photographs, video and clear English-language display panels. The Museum is located in the complex of Dalai Lamba&amp;#039;s Temple, and it also covers the work life of Dalai Lama.\\r\\n \\r\\nThe stories of the lives of people have been showcased beautifully in the form of paintings and snaps, and lectures and exhibitions also conducted in the premises. The museum has also been a major tourist attraction from visitors all across the world.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2325474,\"Long\":76.3248874,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Tibet_Museum_7824_1518250115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40969,\"Title\":\"Naddi viewpoint\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":390,\"Title\":\"Dainkund Peak\",\"Description\":\"Picturesque mountain peak with a temple at the top &amp;amp; scenic views along the uphill trek.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3023\\/thumb\\/Dainkund Peak_313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":16526,\"Title\":\"local sightseeings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1297,\"Title\":\"Panchpula\",\"Description\":\"The word Panchpula means five bridges and it is the place where a descending stream flows and feeds several pools. Panchpula is the main stream that supplies water to cities of Dalhousie and Balloon. The stream originates from Dain Kund and falls down into a quaint abyss and then finally reaches the waterworks of Panchpula.\\r\\nA monument has been built where several streams meet at Panchpula in the memory of Sardar Ajit Singh, who was a freedom fighter and uncle of Bhagat Singh. On the way to Panchpula is Satdhara, a union of seven tiny springs. It is believed that the fresh waters of Satdhara contain healing medical properties. Thus, while travelling to Panchpula, most of the tourists halt at this spring fall and collect the water.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5364551,\"Long\":75.9824737,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/548\\/thumb\\/Panchpula_5.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1687,\"Title\":\"Subhash Baoli\",\"Description\":\"Named after the famous freedom fighter Subhash Chandra Bose, this is a perennial spring which has medicinal properties and believed to have cured the freedom fighter of his ill health. Located 1 km away from Gandhi Chowk, this tribute to the leader is an ideal spot for picnics and evening strolls. Situated near these springs is a beautiful waterfall which flows into a glacial stream.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5363578,\"Long\":75.9761667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/547\\/thumb\\/Subhash Baoli_744.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":809,\"Title\":\"Kalatop Khajjiar Sanctuary\",\"Description\":\"Kalatop Khajjiar Sanctuary is a animal sanctuary at Kalatop and Khajjiar in the Chamba district of Himachal Pradesh, India. The sanctuary area is well laid out for trekking trails both at Kalatop and Khajjiar. There is a dense deodar and  Pheasants, serow and black bear are some of the common animals found here. The sanctuary lies in the path of the Ravi River, and is surrounded by coniferous and oak forests.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5316695,\"Long\":76.014284,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3477\\/thumb\\/Kalatop Khajjiar Sanctuary_399.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":464,\"Title\":\"Durgiana Temple\",\"Description\":\"The Durgiana Temple(&agrave;&uml;&brvbar;&agrave;&copy;\\u0081&agrave;&uml;&deg;&agrave;&uml;&mdash;&agrave;&uml;&iquest;&agrave;&uml;&dagger;&agrave;&uml;&uml;&agrave;&uml;&frac34; &agrave;&uml;&reg;&agrave;&copy;&deg;&agrave;&uml;&brvbar;&agrave;&uml;&iquest;&agrave;&uml;&deg;), also known as Lakshmi Narayan Temple, Durga Tirath and Sitla Mandir, is a premier temple situated in the city of Amritsar, Punjab, India.Though a Hindu temple, its architecture is similar to the Golden Temple. This temple derives its name from the Goddess Durga, the chief Goddess deified and worshipped here. Idols of Goddess Laksmi (goddess of wealth) and Vishnu (the protector of the world) are also deified here and worshipped.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.631036,\"Long\":74.8689879,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/509\\/thumb\\/Durgiana Temple_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":974,\"Title\":\"Amritsar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541777,\"Name\":\"Hotel Amritsar Grand\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":974,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3482,\"Title\":\"Tibet Museum\",\"Description\":\"The Tibetan Museum or Tibet Museum is a fine specimen of Tibetan architecture in Mcleodganj and was primarily built to preserve the history and culture of Tibet. It also tells the story of the Chinese occupation and the continuing Tibetan resistance and exodus, through photographs, video and clear English-language display panels. The Museum is located in the complex of Dalai Lamba&amp;#039;s Temple, and it also covers the work life of Dalai Lama.\\r\\n \\r\\nThe stories of the lives of people have been showcased beautifully in the form of paintings and snaps, and lectures and exhibitions also conducted in the premises. The museum has also been a major tourist attraction from visitors all across the world.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2325474,\"Long\":76.3248874,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Tibet_Museum_7824_1518250115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40969,\"Title\":\"Naddi viewpoint\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":390,\"Title\":\"Dainkund Peak\",\"Description\":\"Picturesque mountain peak with a temple at the top &amp;amp; scenic views along the uphill trek.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3023\\/thumb\\/Dainkund Peak_313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":16526,\"Title\":\"local sightseeings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1297,\"Title\":\"Panchpula\",\"Description\":\"The word Panchpula means five bridges and it is the place where a descending stream flows and feeds several pools. Panchpula is the main stream that supplies water to cities of Dalhousie and Balloon. The stream originates from Dain Kund and falls down into a quaint abyss and then finally reaches the waterworks of Panchpula.\\r\\nA monument has been built where several streams meet at Panchpula in the memory of Sardar Ajit Singh, who was a freedom fighter and uncle of Bhagat Singh. On the way to Panchpula is Satdhara, a union of seven tiny springs. It is believed that the fresh waters of Satdhara contain healing medical properties. Thus, while travelling to Panchpula, most of the tourists halt at this spring fall and collect the water.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5364551,\"Long\":75.9824737,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/548\\/thumb\\/Panchpula_5.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1687,\"Title\":\"Subhash Baoli\",\"Description\":\"Named after the famous freedom fighter Subhash Chandra Bose, this is a perennial spring which has medicinal properties and believed to have cured the freedom fighter of his ill health. Located 1 km away from Gandhi Chowk, this tribute to the leader is an ideal spot for picnics and evening strolls. Situated near these springs is a beautiful waterfall which flows into a glacial stream.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5363578,\"Long\":75.9761667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/547\\/thumb\\/Subhash Baoli_744.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":809,\"Title\":\"Kalatop Khajjiar Sanctuary\",\"Description\":\"Kalatop Khajjiar Sanctuary is a animal sanctuary at Kalatop and Khajjiar in the Chamba district of Himachal Pradesh, India. The sanctuary area is well laid out for trekking trails both at Kalatop and Khajjiar. There is a dense deodar and  Pheasants, serow and black bear are some of the common animals found here. The sanctuary lies in the path of the Ravi River, and is surrounded by coniferous and oak forests.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5316695,\"Long\":76.014284,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3477\\/thumb\\/Kalatop Khajjiar Sanctuary_399.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":464,\"Title\":\"Durgiana Temple\",\"Description\":\"The Durgiana Temple(&agrave;&uml;&brvbar;&agrave;&copy;\\u0081&agrave;&uml;&deg;&agrave;&uml;&mdash;&agrave;&uml;&iquest;&agrave;&uml;&dagger;&agrave;&uml;&uml;&agrave;&uml;&frac34; &agrave;&uml;&reg;&agrave;&copy;&deg;&agrave;&uml;&brvbar;&agrave;&uml;&iquest;&agrave;&uml;&deg;), also known as Lakshmi Narayan Temple, Durga Tirath and Sitla Mandir, is a premier temple situated in the city of Amritsar, Punjab, India.Though a Hindu temple, its architecture is similar to the Golden Temple. This temple derives its name from the Goddess Durga, the chief Goddess deified and worshipped here. Idols of Goddess Laksmi (goddess of wealth) and Vishnu (the protector of the world) are also deified here and worshipped.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.631036,\"Long\":74.8689879,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/509\\/thumb\\/Durgiana Temple_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":7824,\"Title\":\"Dharamshala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541763,\"Name\":\"Hotel AK Continental\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":3482,\"Title\":\"Tibet Museum\",\"Description\":\"The Tibetan Museum or Tibet Museum is a fine specimen of Tibetan architecture in Mcleodganj and was primarily built to preserve the history and culture of Tibet. It also tells the story of the Chinese occupation and the continuing Tibetan resistance and exodus, through photographs, video and clear English-language display panels. The Museum is located in the complex of Dalai Lamba&amp;#039;s Temple, and it also covers the work life of Dalai Lama.\\r\\n \\r\\nThe stories of the lives of people have been showcased beautifully in the form of paintings and snaps, and lectures and exhibitions also conducted in the premises. The museum has also been a major tourist attraction from visitors all across the world.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2325474,\"Long\":76.3248874,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Tibet_Museum_7824_1518250115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40969,\"Title\":\"Naddi viewpoint\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":536,\"Title\":\"Gandhi Chowk\",\"Description\":\"Gandhi Chowk is the most famous and main attraction in Dalhousie. It is a shopping place because there are many different types of shopping material available. Formerly known as GPO, Gandhi Chowk is a spirited plaza with abundant bistros and shops.Among the many shops situated here is the Tibetan market is worth a visit as it sells multiple goods ranging from traditional handicrafts to electronic goods.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5391696,\"Long\":75.9696297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2782\\/thumb\\/Gandhi Chowk_27.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":390,\"Title\":\"Dainkund Peak\",\"Description\":\"Picturesque mountain peak with a temple at the top &amp;amp; scenic views along the uphill trek.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3023\\/thumb\\/Dainkund Peak_313.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":16526,\"Title\":\"local sightseeings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1297,\"Title\":\"Panchpula\",\"Description\":\"The word Panchpula means five bridges and it is the place where a descending stream flows and feeds several pools. Panchpula is the main stream that supplies water to cities of Dalhousie and Balloon. The stream originates from Dain Kund and falls down into a quaint abyss and then finally reaches the waterworks of Panchpula.\\r\\nA monument has been built where several streams meet at Panchpula in the memory of Sardar Ajit Singh, who was a freedom fighter and uncle of Bhagat Singh. On the way to Panchpula is Satdhara, a union of seven tiny springs. It is believed that the fresh waters of Satdhara contain healing medical properties. Thus, while travelling to Panchpula, most of the tourists halt at this spring fall and collect the water.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5364551,\"Long\":75.9824737,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/548\\/thumb\\/Panchpula_5.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1687,\"Title\":\"Subhash Baoli\",\"Description\":\"Named after the famous freedom fighter Subhash Chandra Bose, this is a perennial spring which has medicinal properties and believed to have cured the freedom fighter of his ill health. Located 1 km away from Gandhi Chowk, this tribute to the leader is an ideal spot for picnics and evening strolls. Situated near these springs is a beautiful waterfall which flows into a glacial stream.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5363578,\"Long\":75.9761667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/547\\/thumb\\/Subhash Baoli_744.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":809,\"Title\":\"Kalatop Khajjiar Sanctuary\",\"Description\":\"Kalatop Khajjiar Sanctuary is a animal sanctuary at Kalatop and Khajjiar in the Chamba district of Himachal Pradesh, India. The sanctuary area is well laid out for trekking trails both at Kalatop and Khajjiar. There is a dense deodar and  Pheasants, serow and black bear are some of the common animals found here. The sanctuary lies in the path of the Ravi River, and is surrounded by coniferous and oak forests.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5316695,\"Long\":76.014284,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3477\\/thumb\\/Kalatop Khajjiar Sanctuary_399.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":464,\"Title\":\"Durgiana Temple\",\"Description\":\"The Durgiana Temple(&agrave;&uml;&brvbar;&agrave;&copy;\\u0081&agrave;&uml;&deg;&agrave;&uml;&mdash;&agrave;&uml;&iquest;&agrave;&uml;&dagger;&agrave;&uml;&uml;&agrave;&uml;&frac34; &agrave;&uml;&reg;&agrave;&copy;&deg;&agrave;&uml;&brvbar;&agrave;&uml;&iquest;&agrave;&uml;&deg;), also known as Lakshmi Narayan Temple, Durga Tirath and Sitla Mandir, is a premier temple situated in the city of Amritsar, Punjab, India.Though a Hindu temple, its architecture is similar to the Golden Temple. This temple derives its name from the Goddess Durga, the chief Goddess deified and worshipped here. Idols of Goddess Laksmi (goddess of wealth) and Vishnu (the protector of the world) are also deified here and worshipped.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.631036,\"Long\":74.8689879,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/509\\/thumb\\/Durgiana Temple_72.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"362605\",\"Title\":\"Day 01: Arrival at Chandigarh - Drive to Shimla (115 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"362606\",\"Title\":\"Day 02: Trip to Kufri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy your breakfast in the hotel. Later drive to Kufri. 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&amp;rsquo;s famous boulevard, Mall Road. See fine specimens of colonial architecture, snack at the various eateries in the market or shop for souvenirs. Dinner and overnight stay in Shimla.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362607\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"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\":\"362608\",\"Title\":\"Day 03: Shimla - Kullu - Manali (280 kms \\/ approx. 8 Hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;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 &amp;lsquo;habitable end of the world&amp;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;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.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"362609\",\"Title\":\"Visit Solang Valley - Enjoy various activities \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Today after breakfast, visit the Solang Valley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Solang Valley derives its name from combination of words Solang and Nallah. It is a side valley at the top of the Kullu Valley in Himachal Pradesh, India 14 km northwest of the resort town Manali on the way to Rohtang Pass, and is known for its summer and winter sport conditions.&amp;nbsp;Solang Valley is the most ideal destination to experience adventure sports and activities in Manali. All through the year, the valley of Solang is available with all its rich experiences for the tourists. The beautiful Solang Valley is only around 15 kilometers far from Manali.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay in Manali Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"362610\",\"Title\":\"Day at Leisure in Manali - Enjoy some optional tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, enjoy full day at leisure in Manali. Alternatively, you may explore the destination offering numerous adventure sports and other places of interest.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay in Manali.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1860,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":168,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1041,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362611\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"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\":\"362617\",\"Title\":\"Transfer from Manali to Dharamshala  \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today after breakfast, check out and start your drive to the spiritual dwelling of Himachal Pradesh, Dharamshala. The distance is around 245 Kms from Manali to Dharamshala and takes around 7 hrs. Dharamshala is also known as &amp;quot;Little or Mini Lhasa&amp;quot;.&amp;nbsp;The trail between Manali and Dharamshala is filled with an abundance of nature&amp;rsquo;s bounty and is home to beautiful lakes and waterfalls.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;On arrival at Dharamshala \\/ Mcleodganj, check in hotel at time free to freshen up and relax. Later explore the market area and surroundings near your hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Dinner and overnight stay in Dharamshala \\/ Mcleodganj Hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Evening \\/free time for Relaxation. Overnight at Dharamshala.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541763,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"362618\",\"Title\":\"Dharamshala and Mcleodganj Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Post breakfast, we start with the orientation tour of Dharamshala and Mcleodganj.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;McLeod Ganj, also spelt McLeodganj, is a suburb of Dharamshala in the Kangra district of Himachal Pradesh, India. It is known as &amp;quot;Little Lhasa&amp;quot; or &amp;quot;Dhasa&amp;quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj which treats the suburb as its Capital-in-exile. We visit Bhagsunag Temple, Water Falls and&amp;nbsp; Dalai Lama Monastery.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later we visit the Dal Lake &amp;ndash; known for its scenic beauty.Some other attractions are the Naddi Viewpoint, International Cricket Stadium, War Memorial, tea Garden etc.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Finally enjoy shopping at Macleodganj Bazaar in evening \\/ free time for Relaxation. Dinner and overnight at Dharamshala.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541763,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":394,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3482,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":184,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40969,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362619\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"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\":\"362620\",\"Title\":\"Dharamshala - Dalhousie (120 Kms  - 4 Hrs Drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After your breakfast in the Dharamshala hotel, check out and start your drive to Dalhousie (approx. 4 hrs drive).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Enjoy the scenic vistas en route while traveling on the winding roads. You can enjoy the mesmerizing views of the mighty snow-clad peaks. On arrival in Dalhousie, check in hotel and time free to relax and freshen up. Dalhousie is nestled in the lap of the Dhauladhar range and was established by Lord Dalhousie in 1850&amp;#39;s. This is a popular hill station that experiences salubrious weather throughout the year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the afternoon, visit Panchpulla, where you can enjoy quality time with your loved ones amidst serene nature. There is a waterfall that originates from the north of Dayakund and there are several streams that make this place looks more appealing and beautiful. Adorned with numerous natural pools, Panchpulla also comprises a monument that was built to commemorate the freedom fighter Sardar Ajit Singh. After spending time there, head towards Subhash Baoli, which is named after Netaji Subhash Chandra Bose who has spent a lot of time there. Enjoy the natural beauty of the overlooking mountains and delight in the scenic vistas. Afterwards, visit the Bhulwani Mata Temple, which is located at Bara Pathar. This is one of the most revered shrines of the town. Offer prayers at the temple and seek blessings.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later in the evening stroll nearby the resort or visit the renowned markets of the hill town to enjoy shopping and savor local delicacies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Dinner and overnight stay in Dalhousie.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541773,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":390,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16526,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1297,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1687,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362621\",\"Title\":\"Khajjiar Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;Wake up to a healthy breakfast and then embark on the full-day sightseeing tour of Dalhousie and Khajjiar.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Khajjiar is situated in the Kalatop Wildlife Sanctuary. This hill town is popularly called &amp;lsquo;Mini Switzerland of India&amp;rsquo;. Sprawling meadow encompassed by a dense forest of cedar and deodar, Khajjiar is a quaint a dreamy place where you can enjoy the vacation amidst the lush greenery. Soak in the serene aura of the tranquil environs. Adorned by a picturesque Khajjiar Lake, this idyllic town offers a plethora of thrilling activities in which you can indulge such as zorbing, paragliding, horse riding, and trekking.&amp;nbsp;Enjoy the sightseeing tour of Khajjiar and then return to Dalhousie in the evening.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and overnight stay in Dalhousie hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541773,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":871,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":809,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362622\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"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\":\"362625\",\"Title\":\"\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":10,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After a relaxed breakfast in the comforts of your beautiful Dalhousie hotel, time to check out and start drive to Amritsar (Approx 4 1\\/2 Hrs) .&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Upon arrival in Amritsar check in to your hotel. Time to freshen up. Then head for the Wagah- Attari border to watch Flag Retreat Ceremony. Wagah an army outpost to INDO &amp;ndash; PAK border (30 Kms from Amritsar) where the daily highlights is the evening &amp;ldquo;Beating Retreat Ceremony&amp;quot;. Soldiers from both the countries march in perfect drill, going through the steps of bringing down their respective National Flags. End the day by sunset with nationalistic fervor amidst thunderous applause. Evening is free for shopping and visiting the Golden Temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Return to hotel for Dinner and overnight in Amritsar.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1897,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362626\",\"Title\":\"Amritsar Sightseeing - Transfer to Airport \\/ Train Station for return \\/ onward journey\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Enjoy the last breakfast of the tour in your Amritsar hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later check out and visit the famous sights of Amritsar like Harimandir Sahib (Golden Temple), Jallianwala Bagh, Durgiana Temple etc. Then head to the airport \\/ train station for your return flight .\\/ train.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories of your Himachal Pradesh with Armritsar Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\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\":739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":464,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50198\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29627,\"priceDoubleOcc\":\"33550.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":33550,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29627,\"priceDoubleOcc\":\"33550.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":33550,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":34467,\"priceDoubleOcc\":\"40810.00\",\"priceSingleOcc\":74360,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":40810,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29627,\"priceDoubleOcc\":\"33550.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":33550,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":30433,\"priceDoubleOcc\":\"34760.00\",\"priceSingleOcc\":68310,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":34760,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":34467,\"priceDoubleOcc\":\"40810.00\",\"priceSingleOcc\":74360,\"priceExtraBed\":\"18150.00\",\"priceWithoutBed\":\"18150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18150,\"CEB\":18150,\"COSTDO\":40810,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21780,\"COSTTO\":21780}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50198\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32635.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28819,\"priceDoubleOcc\":\"32635.00\",\"priceSingleOcc\":65270,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":32635,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28819,\"priceDoubleOcc\":\"32635.00\",\"priceSingleOcc\":65270,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":32635,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33527,\"priceDoubleOcc\":\"39697.00\",\"priceSingleOcc\":72332,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39697,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":39697,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28819,\"priceDoubleOcc\":\"32635.00\",\"priceSingleOcc\":65270,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32635,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":32635,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29603,\"priceDoubleOcc\":\"33812.00\",\"priceSingleOcc\":66447,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33812,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":33812,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186},{\"From\":\"2023-03-08\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":33527,\"priceDoubleOcc\":\"39697.00\",\"priceSingleOcc\":72332,\"priceExtraBed\":\"17655.00\",\"priceWithoutBed\":\"17655.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39697,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17655,\"CEB\":17655,\"COSTDO\":39697,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21186,\"COSTTO\":21186}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test) unless 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.&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 style=&quot;text-align: justify;&quot;&gt;02 Nights Accommodation in Shimla on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;03 Nights Accommodation in Manali on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;02 Nights&amp;nbsp;Accommodation in Dharamshala on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;02 Nights&amp;nbsp;Accommodation in Dalhousie on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;01 Night Accommodation in Amritsar on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;Daily Breakfast and Dinner in the Hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&gt;All transfers and sightseeing as per the itinerary by private vehicle (Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in Hilly areas)&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align: justify;&quot;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"362605\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[362605],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362606\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[362606],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362607\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362607],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362608\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362608],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362609\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[362609],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362610\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[362610],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362611\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362611],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362617\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362618\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[362618],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362619\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[362619],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362620\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[362620],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362621\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[362621],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362622\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[362622],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362625\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[362625],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362626\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[362626],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Shimla,Manali,Dalhousie,Amritsar,Dharamshala','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Dharamshala,Dalhousie,Amritsar,Punjab,Mcleodganj,Khajjiar','','1,16593,7478,974,7824',32635,40810,10,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','1','Himachal Delights, Holy Amritsar tour, himachal tour package, Himalayan beauty, cultural wonders, book now','Discover the majestic beauty of Himachal Pradesh and the spiritual aura of Amritsar with our tour package. Immerse in Himalayan landscapes & cultural wonders. Book now!','Himachal Delights & Holy Amritsar Tour | Book Now!',NULL,'himachal-delights-with-holy-amritsar',NULL,NULL,NULL,0),(181,50015,1,35,1,0,0,'Adventure,Family,Religious,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":50015,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/majestic-europe_1677764058\",\"BookingValidUntill\":\"2023-07-19\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Europe is such an artistic, dazzling, romantic, gorgeous, historic, splendid, and inspiring place to travel that it&amp;rsquo;s hard to be bored when you visit. Coach tours are fun, convenient and offer a great cultural experience of the cities you visit. With the Majestic Europe Tour we have put in all our efforts to ensure you see and experience the world famous sights from 5 of Europe&amp;rsquo;s most beautiful countries ie; Germany, Austria, Liechtenstein, Switzerland and France. Add to it some mouth-watering Halal Meals specially curated for Lunch and Dinner by the chefs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This vacation itinerary allows the group to experience different European cities and their respective charms. Majestic Europe Tour is truly your ticket to an unforgettable, action-packed exploration of Europe!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":35,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Paris\",\"DestinationPlacesSysId\":20822,\"SourcePlaces\":\"Munich\",\"SourcePlaceSysId\":18694,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"MAJESTIC EUROPE\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,All Meals,Welcome Drink,Sightseeing,Guided Tours,Visa,Travel Insurance,All Transfers\",\"PackageType\":\"Adventure,Family,Religious,Heritage,Culture\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-19\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12747,\"Title\":\"Innsbruck\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541079,\"Name\":\"Hotel Alpenhof\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4824320,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_541079\\/4539_01677918604.jpeg\"}]},\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15557,\"Title\":\"Munich Tour - BMW Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot; trip=&quot;&quot; sans=&quot;&quot; vf&quot;,=&quot;&quot; &quot;trip=&quot;&quot; sans&quot;,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start=&quot;&quot; white-space:=&quot;&quot; pre-wrap&quot;=&quot;&quot;&gt;Hundreds of thousands of people visit BMW&#039;s four-cilinder BMW tower and the bowl-shaped museum next to it each year. The museum showcases the technical development of cars and motorcycles and also has some exhibits about the history of the company. Many old cars and motorcycles are on display along a spiral ramp that curls along the inside of the bowl-shaped building.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18694,\"CityName\":\"Munich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18694\\/sightseeing\\/4539_1677917643.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"&lt;p&gt;The Maria Theresa Street, named after Empress Maria Theresa is one of Innsbruck&#039;s most famous streets with a glorious remnant of the city&#039;s baroque past, dating back 700 years. Now a pedestrian promenade, the street, which is located outside Old Town, is lined with palaces once owned by the city&#039;s aristocracy, as well as cafes, shops and landmarks like St. Anne&#039;s Column and the Triumphal Arch.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677916412.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Swarovski Crystal Worlds&nbsp;&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;in Wattens, Tyrol, weaves a spell around every visitor: a&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;water-spouting giant&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;that magically lures the beholder into a hidden world, where&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Chambers of Wonder&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;fire up the imagination. His face has become a globally-recognised icon and the attraction has seen more than 12 million visitors pass through its doors.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677917759.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 57, 69) font-family: Poppins, sans-serif font-size: 16px text-align: left&quot;&gt;Coming from a renown past of trading, Innsbruck has become an emblematic city for the market culture that dates back to at least the 12th century. Magnificent mountain landscapes and a picturesque town frames the perfect destination for peace, quiet, relaxation, winter sports or summer activities, not to mention several monument-buildings, art fairs and galleries, as well as churches that beautifully embody its rich history. Embark on a walking tour adventure to follow the footsteps of emperors, dukes, and royal houses that greatly influenced Austrian Tyrol&rsquo;s capital!&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677917856.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40746,\"Title\":\"Vaduz City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(42, 45, 50) font-family: Poppins, Helvetica, Arial, sans-serif font-size: 16px text-align: start&quot;&gt;On our city tour we show you Vaduz, with all its charm. During the ride you will also learn the most important things, both about the country and the princely house, as well as about history and current affairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677917951.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40825,\"Title\":\"Mt. Titlis\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot;Trip Sans VF&quot;, &quot;Trip Sans&quot;, Arial, sans-serif font-size: 16px text-align: start white-space: pre-wrap&quot;&gt;TITLIS is the jewel in Central Switzerland&#039;s crown at 10,000 FT and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes.The TITLIS ski area is home to more than 80 kilometres of pistes, with slopes to suit every ability. The season lasts from October until May. And in the summer, the mountain is a mecca for hikers and outdoor enthusiasts.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677918424.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40747,\"Title\":\"Gstaad\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Gstaad is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Its soaring mountains and prestigious international boarding schools have long made it a holiday destination for royalty and celebrities. Cable cars connect surrounding ski areas such as Wispile and Rinderberg, with hundreds of kilometers of all-level pistes and cross-country trails.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907967.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40749,\"Title\":\"Lake Geneva\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Lake Geneva is a deep&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Lake&quot; title=&quot;Lake&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;lake&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;on the north side of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Alps&quot; title=&quot;Alps&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Alps&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, shared between&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Switzerland&quot; title=&quot;Switzerland&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Switzerland&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;. It is one of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_largest_lakes_of_Europe&quot; title=&quot;List of largest lakes of Europe&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;largest lakes in Western Europe&lt;\\/a&gt;.&nbsp;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Sixty per cent of t&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;he lake belongs to Switzerland (the cantons of&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Vaud&quot; title=&quot;Vaud&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Vaud&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;,&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Canton_of_Geneva&quot; title=&quot;Canton of Geneva&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Geneva&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Valais&quot; title=&quot;Valais&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Valais&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;) and forty per cent &lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;to France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677846071.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40748,\"Title\":\"Montreux\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Montreux is a traditional resort town on Lake Geneva. Nestled between steep hills and the lakeside, it&#039;s known for its mild microclimate and the Montreux Jazz Festival, held in July. The town&#039;s promenade is lined with flowers, sculptures, Mediterranean trees and grand Belle &Eacute;poque buildings.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907797.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20398,\"Title\":\"Strasbourg City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Strasbourg is the capital city of the Grand Est region, formerly Alsace, in northeastern France. It&#039;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences. Its Gothic Cath&eacute;drale Notre-Dame features daily shows from its astronomical clock and sweeping views of the Rhine River from partway up its 142m spire.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26205,\"CityName\":\"Strasbourg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/26205\\/sightseeing\\/4539_1677918056.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Black Forest is a mountainous region in southwest Germany, bordering France. Known for its dense, evergreen forests and picturesque villages, it is often associated with the Brothers Grimm fairy tales. It&#039;s renowned for its spas and the cuckoo clocks produced in the region since the 1700s. The region&rsquo;s largest town, Freiburg, is filled with Gothic buildings and surrounded by vineyards.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;On this English language Black Forest day&nbsp;&lt;\\/span&gt;&lt;span style=&quot;font-weight: bold color: rgb(95, 99, 104) font-family: arial, sans-serif text-align: left&quot;&gt;tour&lt;\\/span&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;&nbsp;you will ride through a beautiful valley in the Central Black Forest with a chance to stop at a medieval town.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40087,\"Title\":\"Palace of Versailles\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Palace of Versailles is a former royal residence built by King Louis XIV located in Versailles, about 12 miles west of Paris, France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677918201.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40750,\"Title\":\"Paris Grand Mosque\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Grand Mosque of Paris,&nbsp;&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;also known as the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Great Mosque of Paris&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;or simply the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Paris Mosque&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, is located in the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/5th_arrondissement_of_Paris&quot; title=&quot;5th arrondissement of Paris&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;5th arrondissement&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and is one of the largest&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mosque&quot; title=&quot;Mosque&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;mosques&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;text-align: start&quot;&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;. There are prayer rooms, an outdoor garden, a small library, a gift shop, along with a caf&eacute;&nbsp;and restaurant.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;It is the oldest mosque in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Metropolitan_France&quot; title=&quot;Metropolitan France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif&quot;&gt;Metropolitan France&lt;\\/a&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677843119.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":26205,\"Title\":\"Strasbourg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541134,\"Name\":\"Holiday Inn Express Strasbourg\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":26205,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15557,\"Title\":\"Munich Tour - BMW Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot; trip=&quot;&quot; sans=&quot;&quot; vf&quot;,=&quot;&quot; &quot;trip=&quot;&quot; sans&quot;,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start=&quot;&quot; white-space:=&quot;&quot; pre-wrap&quot;=&quot;&quot;&gt;Hundreds of thousands of people visit BMW&#039;s four-cilinder BMW tower and the bowl-shaped museum next to it each year. The museum showcases the technical development of cars and motorcycles and also has some exhibits about the history of the company. Many old cars and motorcycles are on display along a spiral ramp that curls along the inside of the bowl-shaped building.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18694,\"CityName\":\"Munich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18694\\/sightseeing\\/4539_1677917643.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"&lt;p&gt;The Maria Theresa Street, named after Empress Maria Theresa is one of Innsbruck&#039;s most famous streets with a glorious remnant of the city&#039;s baroque past, dating back 700 years. Now a pedestrian promenade, the street, which is located outside Old Town, is lined with palaces once owned by the city&#039;s aristocracy, as well as cafes, shops and landmarks like St. Anne&#039;s Column and the Triumphal Arch.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677916412.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Swarovski Crystal Worlds&nbsp;&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;in Wattens, Tyrol, weaves a spell around every visitor: a&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;water-spouting giant&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;that magically lures the beholder into a hidden world, where&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Chambers of Wonder&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;fire up the imagination. His face has become a globally-recognised icon and the attraction has seen more than 12 million visitors pass through its doors.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677917759.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 57, 69) font-family: Poppins, sans-serif font-size: 16px text-align: left&quot;&gt;Coming from a renown past of trading, Innsbruck has become an emblematic city for the market culture that dates back to at least the 12th century. Magnificent mountain landscapes and a picturesque town frames the perfect destination for peace, quiet, relaxation, winter sports or summer activities, not to mention several monument-buildings, art fairs and galleries, as well as churches that beautifully embody its rich history. Embark on a walking tour adventure to follow the footsteps of emperors, dukes, and royal houses that greatly influenced Austrian Tyrol&rsquo;s capital!&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677917856.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40746,\"Title\":\"Vaduz City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(42, 45, 50) font-family: Poppins, Helvetica, Arial, sans-serif font-size: 16px text-align: start&quot;&gt;On our city tour we show you Vaduz, with all its charm. During the ride you will also learn the most important things, both about the country and the princely house, as well as about history and current affairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677917951.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40825,\"Title\":\"Mt. Titlis\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot;Trip Sans VF&quot;, &quot;Trip Sans&quot;, Arial, sans-serif font-size: 16px text-align: start white-space: pre-wrap&quot;&gt;TITLIS is the jewel in Central Switzerland&#039;s crown at 10,000 FT and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes.The TITLIS ski area is home to more than 80 kilometres of pistes, with slopes to suit every ability. The season lasts from October until May. And in the summer, the mountain is a mecca for hikers and outdoor enthusiasts.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677918424.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40747,\"Title\":\"Gstaad\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Gstaad is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Its soaring mountains and prestigious international boarding schools have long made it a holiday destination for royalty and celebrities. Cable cars connect surrounding ski areas such as Wispile and Rinderberg, with hundreds of kilometers of all-level pistes and cross-country trails.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907967.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40749,\"Title\":\"Lake Geneva\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Lake Geneva is a deep&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Lake&quot; title=&quot;Lake&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;lake&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;on the north side of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Alps&quot; title=&quot;Alps&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Alps&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, shared between&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Switzerland&quot; title=&quot;Switzerland&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Switzerland&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;. It is one of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_largest_lakes_of_Europe&quot; title=&quot;List of largest lakes of Europe&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;largest lakes in Western Europe&lt;\\/a&gt;.&nbsp;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Sixty per cent of t&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;he lake belongs to Switzerland (the cantons of&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Vaud&quot; title=&quot;Vaud&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Vaud&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;,&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Canton_of_Geneva&quot; title=&quot;Canton of Geneva&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Geneva&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Valais&quot; title=&quot;Valais&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Valais&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;) and forty per cent &lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;to France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677846071.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40748,\"Title\":\"Montreux\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Montreux is a traditional resort town on Lake Geneva. Nestled between steep hills and the lakeside, it&#039;s known for its mild microclimate and the Montreux Jazz Festival, held in July. The town&#039;s promenade is lined with flowers, sculptures, Mediterranean trees and grand Belle &Eacute;poque buildings.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907797.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20398,\"Title\":\"Strasbourg City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Strasbourg is the capital city of the Grand Est region, formerly Alsace, in northeastern France. It&#039;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences. Its Gothic Cath&eacute;drale Notre-Dame features daily shows from its astronomical clock and sweeping views of the Rhine River from partway up its 142m spire.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26205,\"CityName\":\"Strasbourg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/26205\\/sightseeing\\/4539_1677918056.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Black Forest is a mountainous region in southwest Germany, bordering France. Known for its dense, evergreen forests and picturesque villages, it is often associated with the Brothers Grimm fairy tales. It&#039;s renowned for its spas and the cuckoo clocks produced in the region since the 1700s. The region&rsquo;s largest town, Freiburg, is filled with Gothic buildings and surrounded by vineyards.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;On this English language Black Forest day&nbsp;&lt;\\/span&gt;&lt;span style=&quot;font-weight: bold color: rgb(95, 99, 104) font-family: arial, sans-serif text-align: left&quot;&gt;tour&lt;\\/span&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;&nbsp;you will ride through a beautiful valley in the Central Black Forest with a chance to stop at a medieval town.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40087,\"Title\":\"Palace of Versailles\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Palace of Versailles is a former royal residence built by King Louis XIV located in Versailles, about 12 miles west of Paris, France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677918201.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40750,\"Title\":\"Paris Grand Mosque\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Grand Mosque of Paris,&nbsp;&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;also known as the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Great Mosque of Paris&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;or simply the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Paris Mosque&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, is located in the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/5th_arrondissement_of_Paris&quot; title=&quot;5th arrondissement of Paris&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;5th arrondissement&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and is one of the largest&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mosque&quot; title=&quot;Mosque&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;mosques&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;text-align: start&quot;&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;. There are prayer rooms, an outdoor garden, a small library, a gift shop, along with a caf&eacute;&nbsp;and restaurant.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;It is the oldest mosque in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Metropolitan_France&quot; title=&quot;Metropolitan France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif&quot;&gt;Metropolitan France&lt;\\/a&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677843119.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":192104,\"Name\":\"Courtyard By Marriott D\\u00e9fense West\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.912441860091\",\"Long\":\"2.2311365604401\",\"Address\":\"91 Blvd Charles De Gaulle 92700 Colombes\"},\"Images\":{\"Image\":[{\"ImagId\":4293743,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/776\\/parcf_phototour71_A.jpg\"},{\"ImagId\":4293744,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/756\\/parcf_phototour69_A.jpg\"},{\"ImagId\":4293745,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/772\\/parcf_phototour70_A.jpg\"},{\"ImagId\":4293746,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/796\\/parcf_phototour58_A.jpg\"},{\"ImagId\":4293747,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/804\\/parcf_phototour11_A.jpg\"},{\"ImagId\":4293748,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/808\\/parcf_phototour72_A.jpg\"},{\"ImagId\":4293749,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/816\\/parcf_phototour15_A.jpg\"},{\"ImagId\":4293750,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/848\\/parcf_phototour74_A.jpg\"},{\"ImagId\":4293751,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/844\\/parcf_phototour73_A.jpg\"},{\"ImagId\":4293752,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/852\\/parcf_phototour75_A.jpg\"},{\"ImagId\":4293753,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/856\\/parcf_phototour76_A.jpg\"},{\"ImagId\":4293754,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/860\\/parcf_phototour67_A.jpg\"},{\"ImagId\":4293755,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/864\\/parcf_phototour23_A.jpg\"},{\"ImagId\":4293756,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/868\\/parcf_phototour24_A.jpg\"},{\"ImagId\":4293757,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/436\\/77\\/parcf_phototour82_A.jpg\"},{\"ImagId\":4293758,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/436\\/81\\/parcf_phototour83_A.jpg\"},{\"ImagId\":4293759,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/436\\/85\\/parcf_phototour85_A.jpg\"},{\"ImagId\":4293760,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/436\\/89\\/parcf_phototour84_A.jpg\"}]},\"CityId\":20822,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Courtyard by Marriott Paris La Defense West - Colombes in Colombes, you&amp;apos;ll be connected to the convention center and close to Grande Arche and Theatre Andre Malraux.  This 4-star hotel is within the vicinity of Arc de Triomphe and Roland Garros.&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 150 air-conditioned rooms featuring refrigerators and flat-screen televisions. Wireless Internet access (surcharge) keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include laptop-compatible 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;Take advantage of recreation opportunities such as a 24-hour fitness center or take in the view from a terrace and a garden. This hotel also features complimentary wireless Internet access, gift shops\\/newsstands, and a fireplace in the lobby.&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, where you can enjoy drinks at a bar and dine alfresco (weather permitting). Snacks are also available at a coffee shop\\/caf&eacute;. 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, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Planning an event in Colombes? This hotel has facilities measuring 904 square feet (84 square meters), including meeting rooms. Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/29\\/973\\/776\\/parcf_phototour71_A.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15557,\"Title\":\"Munich Tour - BMW Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot; trip=&quot;&quot; sans=&quot;&quot; vf&quot;,=&quot;&quot; &quot;trip=&quot;&quot; sans&quot;,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start=&quot;&quot; white-space:=&quot;&quot; pre-wrap&quot;=&quot;&quot;&gt;Hundreds of thousands of people visit BMW&#039;s four-cilinder BMW tower and the bowl-shaped museum next to it each year. The museum showcases the technical development of cars and motorcycles and also has some exhibits about the history of the company. Many old cars and motorcycles are on display along a spiral ramp that curls along the inside of the bowl-shaped building.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18694,\"CityName\":\"Munich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18694\\/sightseeing\\/4539_1677917643.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"&lt;p&gt;The Maria Theresa Street, named after Empress Maria Theresa is one of Innsbruck&#039;s most famous streets with a glorious remnant of the city&#039;s baroque past, dating back 700 years. Now a pedestrian promenade, the street, which is located outside Old Town, is lined with palaces once owned by the city&#039;s aristocracy, as well as cafes, shops and landmarks like St. Anne&#039;s Column and the Triumphal Arch.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677916412.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Swarovski Crystal Worlds&nbsp;&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;in Wattens, Tyrol, weaves a spell around every visitor: a&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;water-spouting giant&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;that magically lures the beholder into a hidden world, where&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Chambers of Wonder&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;fire up the imagination. His face has become a globally-recognised icon and the attraction has seen more than 12 million visitors pass through its doors.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677917759.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 57, 69) font-family: Poppins, sans-serif font-size: 16px text-align: left&quot;&gt;Coming from a renown past of trading, Innsbruck has become an emblematic city for the market culture that dates back to at least the 12th century. Magnificent mountain landscapes and a picturesque town frames the perfect destination for peace, quiet, relaxation, winter sports or summer activities, not to mention several monument-buildings, art fairs and galleries, as well as churches that beautifully embody its rich history. Embark on a walking tour adventure to follow the footsteps of emperors, dukes, and royal houses that greatly influenced Austrian Tyrol&rsquo;s capital!&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677917856.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40746,\"Title\":\"Vaduz City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(42, 45, 50) font-family: Poppins, Helvetica, Arial, sans-serif font-size: 16px text-align: start&quot;&gt;On our city tour we show you Vaduz, with all its charm. During the ride you will also learn the most important things, both about the country and the princely house, as well as about history and current affairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677917951.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40825,\"Title\":\"Mt. Titlis\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot;Trip Sans VF&quot;, &quot;Trip Sans&quot;, Arial, sans-serif font-size: 16px text-align: start white-space: pre-wrap&quot;&gt;TITLIS is the jewel in Central Switzerland&#039;s crown at 10,000 FT and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes.The TITLIS ski area is home to more than 80 kilometres of pistes, with slopes to suit every ability. The season lasts from October until May. And in the summer, the mountain is a mecca for hikers and outdoor enthusiasts.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677918424.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40747,\"Title\":\"Gstaad\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Gstaad is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Its soaring mountains and prestigious international boarding schools have long made it a holiday destination for royalty and celebrities. Cable cars connect surrounding ski areas such as Wispile and Rinderberg, with hundreds of kilometers of all-level pistes and cross-country trails.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907967.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40749,\"Title\":\"Lake Geneva\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Lake Geneva is a deep&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Lake&quot; title=&quot;Lake&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;lake&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;on the north side of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Alps&quot; title=&quot;Alps&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Alps&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, shared between&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Switzerland&quot; title=&quot;Switzerland&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Switzerland&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;. It is one of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_largest_lakes_of_Europe&quot; title=&quot;List of largest lakes of Europe&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;largest lakes in Western Europe&lt;\\/a&gt;.&nbsp;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Sixty per cent of t&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;he lake belongs to Switzerland (the cantons of&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Vaud&quot; title=&quot;Vaud&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Vaud&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;,&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Canton_of_Geneva&quot; title=&quot;Canton of Geneva&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Geneva&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Valais&quot; title=&quot;Valais&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Valais&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;) and forty per cent &lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;to France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677846071.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40748,\"Title\":\"Montreux\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Montreux is a traditional resort town on Lake Geneva. Nestled between steep hills and the lakeside, it&#039;s known for its mild microclimate and the Montreux Jazz Festival, held in July. The town&#039;s promenade is lined with flowers, sculptures, Mediterranean trees and grand Belle &Eacute;poque buildings.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907797.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20398,\"Title\":\"Strasbourg City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Strasbourg is the capital city of the Grand Est region, formerly Alsace, in northeastern France. It&#039;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences. Its Gothic Cath&eacute;drale Notre-Dame features daily shows from its astronomical clock and sweeping views of the Rhine River from partway up its 142m spire.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26205,\"CityName\":\"Strasbourg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/26205\\/sightseeing\\/4539_1677918056.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Black Forest is a mountainous region in southwest Germany, bordering France. Known for its dense, evergreen forests and picturesque villages, it is often associated with the Brothers Grimm fairy tales. It&#039;s renowned for its spas and the cuckoo clocks produced in the region since the 1700s. The region&rsquo;s largest town, Freiburg, is filled with Gothic buildings and surrounded by vineyards.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;On this English language Black Forest day&nbsp;&lt;\\/span&gt;&lt;span style=&quot;font-weight: bold color: rgb(95, 99, 104) font-family: arial, sans-serif text-align: left&quot;&gt;tour&lt;\\/span&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;&nbsp;you will ride through a beautiful valley in the Central Black Forest with a chance to stop at a medieval town.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40087,\"Title\":\"Palace of Versailles\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Palace of Versailles is a former royal residence built by King Louis XIV located in Versailles, about 12 miles west of Paris, France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677918201.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40750,\"Title\":\"Paris Grand Mosque\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Grand Mosque of Paris,&nbsp;&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;also known as the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Great Mosque of Paris&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;or simply the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Paris Mosque&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, is located in the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/5th_arrondissement_of_Paris&quot; title=&quot;5th arrondissement of Paris&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;5th arrondissement&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and is one of the largest&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mosque&quot; title=&quot;Mosque&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;mosques&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;text-align: start&quot;&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;. There are prayer rooms, an outdoor garden, a small library, a gift shop, along with a caf&eacute;&nbsp;and restaurant.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;It is the oldest mosque in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Metropolitan_France&quot; title=&quot;Metropolitan France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif&quot;&gt;Metropolitan France&lt;\\/a&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677843119.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":18694,\"Title\":\"Munich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":381686,\"Name\":\"Holiday Inn Express Munich City - East\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.1404\",\"Long\":\"11.5728\",\"Address\":\"Neumarkter Strasse 85B, Munchen, Bayern\"},\"Images\":[],\"CityId\":18694,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Holiday Inn Express Munich City - East in Munich (Berg am Laim), you&#039;ll be close to Siemens Headquarters and English Garden.  This hotel is within close proximity of Maximilianeum and Praterinsel.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. 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 the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless Internet access.&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, or stay in and take advantage of 24-hour room service.&lt;\\/p&gt;\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15557,\"Title\":\"Munich Tour - BMW Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot; trip=&quot;&quot; sans=&quot;&quot; vf&quot;,=&quot;&quot; &quot;trip=&quot;&quot; sans&quot;,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start=&quot;&quot; white-space:=&quot;&quot; pre-wrap&quot;=&quot;&quot;&gt;Hundreds of thousands of people visit BMW&#039;s four-cilinder BMW tower and the bowl-shaped museum next to it each year. The museum showcases the technical development of cars and motorcycles and also has some exhibits about the history of the company. Many old cars and motorcycles are on display along a spiral ramp that curls along the inside of the bowl-shaped building.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18694,\"CityName\":\"Munich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18694\\/sightseeing\\/4539_1677917643.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"&lt;p&gt;The Maria Theresa Street, named after Empress Maria Theresa is one of Innsbruck&#039;s most famous streets with a glorious remnant of the city&#039;s baroque past, dating back 700 years. Now a pedestrian promenade, the street, which is located outside Old Town, is lined with palaces once owned by the city&#039;s aristocracy, as well as cafes, shops and landmarks like St. Anne&#039;s Column and the Triumphal Arch.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677916412.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Swarovski Crystal Worlds&nbsp;&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;in Wattens, Tyrol, weaves a spell around every visitor: a&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;water-spouting giant&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;that magically lures the beholder into a hidden world, where&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Chambers of Wonder&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;fire up the imagination. His face has become a globally-recognised icon and the attraction has seen more than 12 million visitors pass through its doors.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677917759.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 57, 69) font-family: Poppins, sans-serif font-size: 16px text-align: left&quot;&gt;Coming from a renown past of trading, Innsbruck has become an emblematic city for the market culture that dates back to at least the 12th century. Magnificent mountain landscapes and a picturesque town frames the perfect destination for peace, quiet, relaxation, winter sports or summer activities, not to mention several monument-buildings, art fairs and galleries, as well as churches that beautifully embody its rich history. Embark on a walking tour adventure to follow the footsteps of emperors, dukes, and royal houses that greatly influenced Austrian Tyrol&rsquo;s capital!&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677917856.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40746,\"Title\":\"Vaduz City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(42, 45, 50) font-family: Poppins, Helvetica, Arial, sans-serif font-size: 16px text-align: start&quot;&gt;On our city tour we show you Vaduz, with all its charm. During the ride you will also learn the most important things, both about the country and the princely house, as well as about history and current affairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677917951.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40825,\"Title\":\"Mt. Titlis\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot;Trip Sans VF&quot;, &quot;Trip Sans&quot;, Arial, sans-serif font-size: 16px text-align: start white-space: pre-wrap&quot;&gt;TITLIS is the jewel in Central Switzerland&#039;s crown at 10,000 FT and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes.The TITLIS ski area is home to more than 80 kilometres of pistes, with slopes to suit every ability. The season lasts from October until May. And in the summer, the mountain is a mecca for hikers and outdoor enthusiasts.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677918424.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40747,\"Title\":\"Gstaad\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Gstaad is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Its soaring mountains and prestigious international boarding schools have long made it a holiday destination for royalty and celebrities. Cable cars connect surrounding ski areas such as Wispile and Rinderberg, with hundreds of kilometers of all-level pistes and cross-country trails.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907967.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40749,\"Title\":\"Lake Geneva\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Lake Geneva is a deep&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Lake&quot; title=&quot;Lake&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;lake&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;on the north side of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Alps&quot; title=&quot;Alps&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Alps&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, shared between&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Switzerland&quot; title=&quot;Switzerland&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Switzerland&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;. It is one of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_largest_lakes_of_Europe&quot; title=&quot;List of largest lakes of Europe&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;largest lakes in Western Europe&lt;\\/a&gt;.&nbsp;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Sixty per cent of t&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;he lake belongs to Switzerland (the cantons of&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Vaud&quot; title=&quot;Vaud&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Vaud&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;,&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Canton_of_Geneva&quot; title=&quot;Canton of Geneva&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Geneva&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Valais&quot; title=&quot;Valais&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Valais&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;) and forty per cent &lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;to France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677846071.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40748,\"Title\":\"Montreux\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Montreux is a traditional resort town on Lake Geneva. Nestled between steep hills and the lakeside, it&#039;s known for its mild microclimate and the Montreux Jazz Festival, held in July. The town&#039;s promenade is lined with flowers, sculptures, Mediterranean trees and grand Belle &Eacute;poque buildings.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907797.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20398,\"Title\":\"Strasbourg City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Strasbourg is the capital city of the Grand Est region, formerly Alsace, in northeastern France. It&#039;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences. Its Gothic Cath&eacute;drale Notre-Dame features daily shows from its astronomical clock and sweeping views of the Rhine River from partway up its 142m spire.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26205,\"CityName\":\"Strasbourg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/26205\\/sightseeing\\/4539_1677918056.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Black Forest is a mountainous region in southwest Germany, bordering France. Known for its dense, evergreen forests and picturesque villages, it is often associated with the Brothers Grimm fairy tales. It&#039;s renowned for its spas and the cuckoo clocks produced in the region since the 1700s. The region&rsquo;s largest town, Freiburg, is filled with Gothic buildings and surrounded by vineyards.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;On this English language Black Forest day&nbsp;&lt;\\/span&gt;&lt;span style=&quot;font-weight: bold color: rgb(95, 99, 104) font-family: arial, sans-serif text-align: left&quot;&gt;tour&lt;\\/span&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;&nbsp;you will ride through a beautiful valley in the Central Black Forest with a chance to stop at a medieval town.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40087,\"Title\":\"Palace of Versailles\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Palace of Versailles is a former royal residence built by King Louis XIV located in Versailles, about 12 miles west of Paris, France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677918201.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40750,\"Title\":\"Paris Grand Mosque\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Grand Mosque of Paris,&nbsp;&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;also known as the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Great Mosque of Paris&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;or simply the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Paris Mosque&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, is located in the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/5th_arrondissement_of_Paris&quot; title=&quot;5th arrondissement of Paris&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;5th arrondissement&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and is one of the largest&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mosque&quot; title=&quot;Mosque&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;mosques&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;text-align: start&quot;&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;. There are prayer rooms, an outdoor garden, a small library, a gift shop, along with a caf&eacute;&nbsp;and restaurant.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;It is the oldest mosque in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Metropolitan_France&quot; title=&quot;Metropolitan France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif&quot;&gt;Metropolitan France&lt;\\/a&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677843119.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":17345,\"Title\":\"Meiringen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":12446,\"Name\":\"Das Hotel Sherlock Holmes\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"46.725809791243\",\"Long\":\"8.1908923387528\",\"Address\":\"Alpbachallee 3 3860 Meiringen\"},\"Images\":{\"Image\":[{\"ImagId\":305355,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/7\\/587\\/426\\/73338_EXT_01_E_C.jpg\"},{\"ImagId\":305356,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/7\\/587\\/430\\/73338_REC_01_E_A.jpg\"},{\"ImagId\":305357,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/7\\/587\\/434\\/73338_ROOM_01_E_A.jpg\"}]},\"CityId\":17345,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Das Hotel Sherlock Holmes in Meiringen, you&amp;apos;ll be near ski lifts and minutes from Sherlock Holmes Museum and Meiringen-Hasliberg Cable Car.  This ski hotel is within close proximity of Reichenbach Falls and Reuti - Bidmi Cable Car.&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 56 guestrooms. Rooms have private balconies. Wireless Internet access (surcharge) is available to keep you connected. Bathrooms have bathtubs or showers 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;Spend the day on the slopes, or enjoy recreational amenities including an indoor pool and a sauna. This hotel also features wireless Internet access (surcharge), concierge services, and ski storage.&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 Das Hotel Sherlock Holmes. 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, multilingual staff, and luggage storage. A train station pick-up service is provided at no charge, and self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/7\\/587\\/426\\/73338_EXT_01_E_C.jpg\",\"AccoAminitiesMask\":\"101100000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15557,\"Title\":\"Munich Tour - BMW Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot; trip=&quot;&quot; sans=&quot;&quot; vf&quot;,=&quot;&quot; &quot;trip=&quot;&quot; sans&quot;,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start=&quot;&quot; white-space:=&quot;&quot; pre-wrap&quot;=&quot;&quot;&gt;Hundreds of thousands of people visit BMW&#039;s four-cilinder BMW tower and the bowl-shaped museum next to it each year. The museum showcases the technical development of cars and motorcycles and also has some exhibits about the history of the company. Many old cars and motorcycles are on display along a spiral ramp that curls along the inside of the bowl-shaped building.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18694,\"CityName\":\"Munich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18694\\/sightseeing\\/4539_1677917643.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"&lt;p&gt;The Maria Theresa Street, named after Empress Maria Theresa is one of Innsbruck&#039;s most famous streets with a glorious remnant of the city&#039;s baroque past, dating back 700 years. Now a pedestrian promenade, the street, which is located outside Old Town, is lined with palaces once owned by the city&#039;s aristocracy, as well as cafes, shops and landmarks like St. Anne&#039;s Column and the Triumphal Arch.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677916412.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Swarovski Crystal Worlds&nbsp;&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;in Wattens, Tyrol, weaves a spell around every visitor: a&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;water-spouting giant&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;that magically lures the beholder into a hidden world, where&nbsp;&lt;\\/span&gt;&lt;strong style=&quot;font-weight: bold color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;Chambers of Wonder&lt;\\/strong&gt;&lt;span style=&quot;color: rgb(45, 52, 62) font-family: Overpass, sans-serif font-size: 16px text-align: start&quot;&gt;&nbsp;fire up the imagination. His face has become a globally-recognised icon and the attraction has seen more than 12 million visitors pass through its doors.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/12747\\/sightseeing\\/4539_1677917759.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 57, 69) font-family: Poppins, sans-serif font-size: 16px text-align: left&quot;&gt;Coming from a renown past of trading, Innsbruck has become an emblematic city for the market culture that dates back to at least the 12th century. Magnificent mountain landscapes and a picturesque town frames the perfect destination for peace, quiet, relaxation, winter sports or summer activities, not to mention several monument-buildings, art fairs and galleries, as well as churches that beautifully embody its rich history. Embark on a walking tour adventure to follow the footsteps of emperors, dukes, and royal houses that greatly influenced Austrian Tyrol&rsquo;s capital!&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677917856.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40746,\"Title\":\"Vaduz City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(42, 45, 50) font-family: Poppins, Helvetica, Arial, sans-serif font-size: 16px text-align: start&quot;&gt;On our city tour we show you Vaduz, with all its charm. During the ride you will also learn the most important things, both about the country and the princely house, as well as about history and current affairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677917951.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40825,\"Title\":\"Mt. Titlis\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: &quot;Trip Sans VF&quot;, &quot;Trip Sans&quot;, Arial, sans-serif font-size: 16px text-align: start white-space: pre-wrap&quot;&gt;TITLIS is the jewel in Central Switzerland&#039;s crown at 10,000 FT and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes.The TITLIS ski area is home to more than 80 kilometres of pistes, with slopes to suit every ability. The season lasts from October until May. And in the summer, the mountain is a mecca for hikers and outdoor enthusiasts.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30548\\/sightseeing\\/4539_1677918424.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40747,\"Title\":\"Gstaad\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Gstaad is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Its soaring mountains and prestigious international boarding schools have long made it a holiday destination for royalty and celebrities. Cable cars connect surrounding ski areas such as Wispile and Rinderberg, with hundreds of kilometers of all-level pistes and cross-country trails.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907967.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40749,\"Title\":\"Lake Geneva\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Lake Geneva is a deep&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Lake&quot; title=&quot;Lake&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;lake&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;on the north side of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Alps&quot; title=&quot;Alps&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Alps&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, shared between&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Switzerland&quot; title=&quot;Switzerland&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Switzerland&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;. It is one of the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_largest_lakes_of_Europe&quot; title=&quot;List of largest lakes of Europe&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;largest lakes in Western Europe&lt;\\/a&gt;.&nbsp;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Sixty per cent of t&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;he lake belongs to Switzerland (the cantons of&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Vaud&quot; title=&quot;Vaud&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Vaud&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;,&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Canton_of_Geneva&quot; title=&quot;Canton of Geneva&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Geneva&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Valais&quot; title=&quot;Valais&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;Valais&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;) and forty per cent &lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;to France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677846071.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40748,\"Title\":\"Montreux\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Montreux is a traditional resort town on Lake Geneva. Nestled between steep hills and the lakeside, it&#039;s known for its mild microclimate and the Montreux Jazz Festival, held in July. The town&#039;s promenade is lined with flowers, sculptures, Mediterranean trees and grand Belle &Eacute;poque buildings.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":17345,\"CityName\":\"Meiringen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/17345\\/sightseeing\\/4539_1677907797.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20398,\"Title\":\"Strasbourg City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Strasbourg is the capital city of the Grand Est region, formerly Alsace, in northeastern France. It&#039;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences. Its Gothic Cath&eacute;drale Notre-Dame features daily shows from its astronomical clock and sweeping views of the Rhine River from partway up its 142m spire.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":26205,\"CityName\":\"Strasbourg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/26205\\/sightseeing\\/4539_1677918056.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Black Forest is a mountainous region in southwest Germany, bordering France. Known for its dense, evergreen forests and picturesque villages, it is often associated with the Brothers Grimm fairy tales. It&#039;s renowned for its spas and the cuckoo clocks produced in the region since the 1700s. The region&rsquo;s largest town, Freiburg, is filled with Gothic buildings and surrounded by vineyards.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;On this English language Black Forest day&nbsp;&lt;\\/span&gt;&lt;span style=&quot;font-weight: bold color: rgb(95, 99, 104) font-family: arial, sans-serif text-align: left&quot;&gt;tour&lt;\\/span&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;&nbsp;you will ride through a beautiful valley in the Central Black Forest with a chance to stop at a medieval town.&lt;\\/span&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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40087,\"Title\":\"Palace of Versailles\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Palace of Versailles is a former royal residence built by King Louis XIV located in Versailles, about 12 miles west of Paris, France.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677918201.jpeg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":40750,\"Title\":\"Paris Grand Mosque\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;The&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Grand Mosque of Paris,&nbsp;&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;also known as the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Great Mosque of Paris&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;or simply the&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Paris Mosque&lt;\\/b&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;, is located in the&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/5th_arrondissement_of_Paris&quot; title=&quot;5th arrondissement of Paris&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;5th arrondissement&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;and is one of the largest&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mosque&quot; title=&quot;Mosque&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;mosques&lt;\\/a&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&nbsp;in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/France&quot; title=&quot;France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif text-align: start&quot;&gt;France&lt;\\/a&gt;&lt;span style=&quot;text-align: start&quot;&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;. There are prayer rooms, an outdoor garden, a small library, a gift shop, along with a caf&eacute;&nbsp;and restaurant.&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 34) font-family: sans-serif&quot;&gt;It is the oldest mosque in&nbsp;&lt;\\/span&gt;&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Metropolitan_France&quot; title=&quot;Metropolitan France&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial background-color: rgb(255, 255, 255) font-family: sans-serif&quot;&gt;Metropolitan France&lt;\\/a&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/20822\\/sightseeing\\/4539_1677843119.jpg\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"360579\",\"Title\":\"Day 01: Willkommen in Munich, Deutschland ..!! Orientation tour of Munich \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome! Today we board our flight to one of the most beautiful and third largest cities of Germany, Munich known for its rich history, cultural heritage, and vibrant atmosphere. With a mix of traditional and modern elements, Munich offers a unique travel experience for visitors of all ages. After clearing Immigration and collecting Baggage, the group will proceed straight to hotel, where you check in and relax in the comfort of the hotel. Enroute to the hotel we will do fascinating Orientation tour of this beautiful and elegant city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight in Munich. &amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18694,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":381686,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"360580\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18694,\"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\":\"360581\",\"Title\":\"Munich city tour &ndash; Visit to BMW Welt - Scenic drive towards Austria\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Today morning enjoy your continental buffet breakfast. Check out from the hotel and start with a scenic orientation tour of Munich and feel the zest of this exhilarating city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;During the tour take a stroll through Marienplatz, the central square of Munich, and admire the beautiful architecture of the New Town Hall. Cover many other important sites of the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later the group will visit BMW showroom. BMW Welt, located in Munich, Germany, is a multi-functional customer engagement centre and exhibition space for BMW. It showcases the latest BMW models, as well as a variety of other BMW products and to see the latest models on display.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We then continue our Journey towards Austria for our two nights stay. Austria a very beautiful country that is known for its stunning mountain scenery, rich cultural heritage and vibrant cities. After checking into your hotel in Innsbruck, relax in the comforts of the room or we suggest to stroll around the town centre admiring the traditional Tyrolean architecture and local shops.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Innsbruck.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541079,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15557,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360582\",\"Title\":\"Orientation Tour of Innsbruck - Funicular ride to Visit Hungerburg mountain - Visit Swarovski Crystal Museum, the dazzling world of crystals\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today we proceed for an orientation tour of Innsbruck, one of the beautiful cities of Austria.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Begin your exploration at Herzog Friedrich Street in the Centre of Innsbruck. Admire Innsbruck&amp;rsquo;s famous shining landmark, the Golden Roof. It is considered the city&amp;#39;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. Later walk down cobblestone pathways of Maria Theresien Stresses and live through the medieval European culture. A delight to explore, the neighbourhood is a collection of cobblestone streets, boutiques, medieval buildings, and sidewalk cafes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later the group will take the Hungerburgbahn Funicular: The Hungerburgbahn is a funicular that takes visitors from the city centre of Innsbruck up to the Hungerburg Mountain which is known for its stunning views of the city and the surrounding mountains. After exploring the Hungerburg Mountain, return to Innsbruck via the funicular and enjoy rest of your day in the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;In the evening we will proceed to Wattens to discover the home of Swarovski: where you will visit the Swarovski Crystal World - one of the most visited attractions in Austria.&amp;nbsp;The&amp;nbsp;Swarovski Crystal World in Wattens, Tyrol, weaves a spell around every visitor: a&amp;nbsp;water-spouting giant&amp;nbsp;that magically lures the beholder into a hidden world, where&amp;nbsp;Chambers of Wonder&amp;nbsp;fire up the imagination. His face has become a globally-recognized icon and the attraction has seen more than 12 million visitors pass through its doors.&amp;nbsp; During the visit you explore 16 Chambers of Wonder to see works of many artists, designers, and architects who interpreted crystals in their own unique ways and experience the magic of crystal in a dimension that has never been seen before.&amp;nbsp;A great opportunity to buy a souvenir for your family.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight in Innsbruck.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541079,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14448,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20420,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360583\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"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\":\"360584\",\"Title\":\"Drive towards Liechtenstein - Orientation tour of Vaduz - Scenic drive towards Switzerland - On arrival orientation tour of Zurich city\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After breakfast we check out and proceed towards Switzerland. Enroute our first stop is the Alpine principality of Liechtenstein, the sixth-smallest country in the world. Stopping in Vaduz, the peaceful capital of Liechtenstein, which is landlocked by its two wealthy neighbours, Switzerland and Austria. Discover Vaduz during a short but sweet orientation tour, in which you will learn the most interesting facts about the city, the local lifestyle and the modern transformation of the city. During the tour we will visit Peter-Kaiser-Platz&amp;nbsp;(Pass By)-The Liechtenstein State Square, where&amp;nbsp;the government buildings are located and immediately after that the 2007 newly created parliament building. Later you will have free time to explore and feel spellbound in a charming atmosphere.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later we will continue our journey towards scenic Switzerland. With magical views unfolding outside our windows we&amp;#39;ll find ourselves in Switzerland. You are now completely surrounded by nature&amp;rsquo;s beauty. Literally, you can turn in any direction and you will see snow-capped peaks, clear-blue lakes and scenic beauty. Breathe in the fresh air and enjoy your time in this idyllic place. On arrival in to Zurich we will proceed for tour of the beautiful city with visit to Altstadt old town, Graumunster Fraumunster church and you will have free time to Stroll near Picturesque Zurich lake.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight in Switzerland.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":12446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":40746,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4384,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360585\",\"Title\":\"Visit to Mt Titlis - Orientation tour of Lucerne with Visit to Lion Monument and Kappelbrucke bridge - Free time for shopping\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today enjoy amazing scenery, a once in a lifetime experience with an exhilarating trip to the top of Mt Titlis.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;At 3020 meters (10000 ft) above the sea level, TITLIS is the jewel in Central Switzerland&amp;#39;s crown and the only publicly accessible glacier in the area. You will feel on top of the world as you take in the spectacular panoramic views of snow-covered mountains and unspoilt Alpine landscapes. The journey to the Titlis is truly an adventure in itself. First take the TITLIS Xpress gondola to the middle station, then continue your journey in the TITLIS Rotair, the world&amp;rsquo;s first revolving cable car, all the way to the top. Get a breath taking unrestricted 360 degrees stunning view of the dazzling snow caped peak, deep crevasses and pristine white snow fields, dotted with massive ice boulders from every angle. Do not forget to visit the &amp;ldquo;Cliff Walk&amp;rdquo; the highest suspension bridge in Europe along the cliff of Mt Titlis. Later we proceed to Lucerne. famous for its wooden bridges, cobbled lanes and beautiful setting against the lake it&amp;#39;s named after. Here we&amp;#39;ll visit Lion monument,&amp;nbsp;a giant dying lion carved out of a wall of sandstone rock, which commemorates the Swiss Guards who were massacred in 1792 during the French Revolution. later we&amp;rsquo;ll visit Kappelbrucke Wooden Bridge - World&amp;rsquo;s oldest covered wooden bridge spanning the River Reuss. Later Free time to shop for famous Swiss watches, knives, souvenirs and chocolates. Spend the evening exploring!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight in Switzerland.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":12446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40825,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7625,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360586\",\"Title\":\"Visit one of the most beautiful Town of Switzerland, Gstaad - Orientation tour of Montreux and short cruise on Lake Geneva \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After breakfast, enjoy amazing scenery, a once in a lifetime experience with an exhilarating trip to scenic part of Switzerland.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;We will start our tour with visit to one of the most beautiful Town of Switzerland &amp;ndash; Gstaad which is an upscale resort town in the Bernese Oberland region of the Swiss Alps. Many of the famous Indian Movies have been pictured in this beautiful town. Upon arrival we visit Gstaad Village (1,050 m above sea level) and walk around exploring the enchanting Alpine architecture.&amp;nbsp;Your jaw will drop at the endless panoramas the place offers. Later we drive towards Montreux. Montreux probably has the most beautiful promenade in all of Switzerland. After a short orientation tour with your tour Manger, we will head for short Cruise on Lake Geneva (Lac L&amp;eacute;man). Enjoy free time to explore at your leisure, before we jump back on the coach, and continue our drive to the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight stay in Switzerland.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":12446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":40747,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":40748,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360587\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17345,\"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\":\"360588\",\"Title\":\"Visit Europe&rsquo;s biggest and most stunning site, The Rhine Falls - Drive to the Heart of Black Forest - Visit Lake Titisee - Orientation tour of Strasbourg\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Enjoy your breakfast in the hotel. Today our first stop will be at Schaffhausen where you will see the magnificent Rhine Falls - Europe&amp;rsquo;s biggest and most stunning site. Take tons of selfies in front of this amazing natural phenomenon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later we continue our tour to the heart of Black Forest known for its picturesque woods mostly consisting of pines and firs. Black Forest offers some of Europe&amp;rsquo;s finest immersion in nature. The name Black Forest comes from the general dark colour of the numerous pine trees that grow in this region, and both the Black Forest gateau and cuckoo clock originate from this region. You will be enthralled at the scenic beauty of the quaint villages in the heart of black forest. Original&amp;nbsp;German Cuckoo Clocks&amp;nbsp;made in&amp;nbsp;Black Forest.&amp;nbsp;Black Forest wood carvers and clockmakers alike are considered to be the best in the world. Witness a demonstration of how cuckoo clocks are made. This the ideal place to pick up a few souvenirs from the local shops. Here you will also see the beautiful lake Titisee. It is the largest alpine lake in Germany with drinking water quality.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;We then head to Strasbourg. Strasbourg is the Capital of Christmas, famous for Christmas Market which holds a place in the history books of Alsatian Christmases&amp;nbsp;due to its longevity. First held in 1570, the famous &amp;ldquo;Christkindelsm&amp;auml;rik&amp;rdquo; is considered to be the oldest Christmas market in France. It&amp;#39;s also the formal seat of the European Parliament and sits near the German border, with culture and architecture blending German and French influences.&amp;nbsp;On arrival enjoy the orientation tour of Strasbourg. See the magnificent city, Photo stop at the famous cathedral Notre dame de Strasbourg. Enjoy some leisurely free time exploring the charming Old Town.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight stay in Strasbourg.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26205,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541134,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20398,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14450,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360589\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26205,\"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\":\"360590\",\"Title\":\"Drive towards Paris - Orientation Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After a sumptous breakfast, check out and take your transfer to Paris, one of the lovely and elegant city of France..!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Paris is a dream destination and the most visited city in Europe and has more bucket list items and must-see attractions than many other cities. On arrival we make our way to heart of Paris, the &amp;lsquo;City of Lights&amp;rsquo;. We&amp;#39;ll take you on a driving orientation tour of the French capital; get your cameras ready - you&amp;rsquo;ll be seeing some of the city&amp;rsquo;s most treasured landmarks, including the Eiffel Tower, Alexander Bridge and the Arc de Triomphe! Immerse yourself in the culture and architecture of the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight stay in Paris.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":192104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"360591\",\"Title\":\"Guided city tour of Paris - Admission to the Eiffel Tower (3rd Level) OR the Montparnasse Tower - Guided Tour of Versailles Palace\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;Breakfast followed by city tour of Paris. Feel the zest of the city with an exhilarating city tour that includes the best-loved Parisian sights &amp;ndash; Arc de Triumph, Champs Elysees, Concorde Square, Opera House, Napol&amp;eacute;on&amp;#39;s Les Invalids, Alexander Bridge, and many more sights.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Today during the tour your group will also ascend either the Eiffel Tower (3rd Level) or the Montparnasse Tower to appreciate the spectacular view of Paris in all her glory. The Eiffel Tower&amp;mdash; or as the French call it, La Tour Eiffel&amp;mdash;is one of the world&amp;#39;s most recognizable landmarks.&amp;nbsp;This crown jewel of the Paris skyline and iconic symbol of France is at its most spectacular seen up close. See Paris from above and from a completely new perspective. Capture incredible photos of Paris from the top of the tower.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later we will visit the Palace of Versailles. Palace Constructed primarily in the 17th century, this magnificent royal palace was home to Marie Antoinette and Louis XIV (the Sun King). Your group will tour the chateau including the Grand Apartment, the Chapel, and the Hall of Mirror&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Paris.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":192104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":40087,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14455,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360592\",\"Title\":\"Visit to The Grand Mosque of Paris - Free time to explore the city on your own. Enjoy the Seine River Cruise \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;After breakfast, we start our day with a visit to The Grand Mosque of Paris, also known as the Great Mosque of Paris for prayer. It is located in the 5th arrondissement and is one of the largest mosques in France. Later you can explore the city on your own as you have time at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening Enhance your Paris sightseeing experience on a romantic Sightseeing cruise on the River Seine. Feel the love in the air as you drift along the river Seine on this romantic cruise. After embarking at the base of the Eiffel Tower, see the Cathedral of Notre Dame, Ile de la Cite, the rivers beautiful bridges, historical monuments, and many more Parisian Sights. Enjoy the specially planned Paris by Night Tour with Lamp-lit bridges, a sparkling Eiffel Tower, &amp;amp; many&amp;nbsp;more sights. This evening we&amp;#39;ll fall in love with everything Paris on a dreamy night-time tour.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Paris.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":192104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":40750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4381,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"360593\",\"Title\":\"Free time for shopping - Bon voyage - Homebound flight\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":11,\"Program\":\"&lt;p&gt;After breakfast, enjoy some last minute shopping depending on your flight time. Later drive onwards to the Airport for your onwards \\/ homebound flight.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories of your Majestic Europe Trip ...!!!&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50015\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"192000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":192000,\"priceDoubleOcc\":\"192000.00\",\"priceSingleOcc\":242000,\"priceExtraBed\":\"143000.00\",\"priceWithoutBed\":\"106000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":12000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":192000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":106000,\"CEB\":143000,\"COSTDO\":192000,\"COSTSO\":\"38000.00\",\"ACEB\":192000,\"COSTTO\":192000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50015\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"187000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-05\",\"To\":\"2023-07-05\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-07-19\",\"Currency\":1,\"priceTripleOcc\":187000,\"priceDoubleOcc\":\"187000.00\",\"priceSingleOcc\":232000,\"priceExtraBed\":\"138000.00\",\"priceWithoutBed\":\"101000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":7000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":187000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":101000,\"CEB\":138000,\"COSTDO\":187000,\"COSTSO\":\"38000.00\",\"ACEB\":187000,\"COSTTO\":187000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Govt Tax of 5% over and above the Tour Cost mentioned.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;TCS(5% or 10%)is applicable on GST inclusive price for international tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in Airfare, Visa fees, Airport taxes, Govt Taxes, Fuel Surcharges and any applicability of new taxes from Govt.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any up gradation in Airline class or hotel room category.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost of Air ticket deviation charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Increase in the rate of exchange leading to an increase in all land arrangements which may come in to effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost of pre or post tour hotel accommodation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any extra expense such as route change, Airline change, Date change, Accommodation facilities, etc incurred due to the unforeseen, unavoidable forced majeuere circumstances during the tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost of insurance for 60 years and above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Porterage, laundry, telephone charges, shopping, wines &amp;amp; beverages, items of personal nature and food or drink which is not part of a set group menu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any extra cost incurred on behalf of an individual due to illness, accident, hospitalization, or any personal emergency.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any services or activity charges other than those included in the group tour itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To and fro Air fare, Airport transfers, visa fees to join\\/leave the group for joining and leaving guests.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything specifically not mentioned in the &amp;#39;inclusions&amp;#39; column.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;10 Nights accommodation in 3* \\/ 4* category hotels with well appointed rooms as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Continental Buffet Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch and Dinner as per itinerary at hotel \\/ indian restaurant (Indian Jain \\/ Vegetarian \\/ Non-Vegetarian Lunches (Halal Food)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing tours by air-conditioned coach&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Germany, Austria, Liechtenstein, Switzerland&amp;nbsp; and France as per itinerary&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return economy class airfare including taxes (Ex-Mumbai)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Schengen Visa Processing Charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance valid for your duration of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of professional and experienced tour manager&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Bottled Water in the coaches during sightseeing tours (500 ml x 02 per person x per day)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Travel Kit&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"360579\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[360579],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360580\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[360580],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360581\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[360581],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360582\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[360582],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360583\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[360583],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360584\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[360584],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360585\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[360585],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360586\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[360586],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360587\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[360587],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360588\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[360588],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360589\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[360589],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360590\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[360590],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360591\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[360591],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360592\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[360592],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"360593\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[360593],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"18676\":{\"CityName\":\"Mumbai\",\"FlightInv\":{\"1\":{\"587\":{\"FlightType\":1,\"AirlineName\":\"Emirates\",\"AirlineCode\":\"EK-505\",\"DepartureAirportCode\":\"BOM\",\"DepartureAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"DepartureTime\":\"10:25:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"DXB\",\"ArrivalAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"ArrivalTime\":\"12:10:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"},\"591\":{\"FlightType\":1,\"AirlineName\":\"Emirates\",\"AirlineCode\":\"ek-51\",\"DepartureAirportCode\":\"DXB\",\"DepartureAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"DepartureTime\":\"15:55:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"MUC\",\"ArrivalAirportName\":\"Munich, DE - Franz Josef Strauss Airport (MUC)\",\"ArrivalTime\":\"17:35:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"588\":{\"FlightType\":2,\"AirlineName\":\"Emirates\",\"AirlineCode\":\"EK-74\",\"DepartureAirportCode\":\"CDG\",\"DepartureAirportName\":\"Paris, FR - Charles De Gaulle (Roissy) Airport (CDG)\",\"DepartureTime\":\"14:25:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"DXB\",\"ArrivalAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"ArrivalTime\":\"00:15:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"},\"592\":{\"FlightType\":2,\"AirlineName\":\"Emirates\",\"AirlineCode\":\"EK-504\",\"DepartureAirportCode\":\"DXB\",\"DepartureAirportName\":\"Dubai, AE - Dubai Intl Airport (DXB)\",\"DepartureTime\":\"03:55:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"BOM\",\"ArrivalAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"ArrivalTime\":\"08:25:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230511\":{\"FromDate\":\"2023-05-11\",\"FromDateDMY\":\"11\\/05\\/2023\",\"AdultCost\":74999,\"InfantCost\":11999,\"B2BAdultMarkup\":1,\"B2BInfantMarkup\":1,\"B2CAdultMarkup\":1,\"B2CInfantMarkup\":1,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230705\":{\"FromDate\":\"2023-07-05\",\"FromDateDMY\":\"05\\/07\\/2023\",\"AdultCost\":74999,\"InfantCost\":11999,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230719\":{\"FromDate\":\"2023-07-19\",\"FromDateDMY\":\"19\\/07\\/2023\",\"AdultCost\":74999,\"InfantCost\":11999,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Innsbruck,Strasbourg,Paris,Munich,Meiringen','Munich,Western Europe,Germany,Innsbruck,Eastern Europe,Austria,Meiringen,Europe,Switzerland,Strasbourg,France,Paris,Gstaad,Liechtenstein,Lucerne,Zurich','','12747,26205,20822,18694,17345',187000,192000,10,'',NULL,'[{\"day\":1,\"images\":\"europe (11).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"europe (12).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"europe (13).jpg\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"europe (14).jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-07-19 00:00:00','2023-07-19 00:00:00',3,'Austria,France,Germany,Switzerland','14,76,83,210','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'majestic-europe',NULL,NULL,NULL,0),(182,50186,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station,Romantic,Private',NULL,1,1,0,'{\"package\":{\"TPId\":50186,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/himachal-highlights_1678106950\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Himachal Pradesh a North Indian State in the Himalayas, is home to scenic snow clad mountain towns, like Shimla, Manali, Dharamshala etc, It also has a strongTibetan presence which is reflected in its Buddhist Tempples and Monasteries. The region is also well known for its Trekking, Climbing and Skiing Resorts.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Himachal Highlights Package gives 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. You also get the opportunity to visit the various sghts in Chandigarh .&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"HIMACHAL HIGHLIGHTS\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Airport Transfers,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Romantic,Private\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541519,\"Name\":\"Hotel Golden Oak Shimla\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":212138,\"Name\":\"Hotel CK International\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.0992\",\"Long\":\"77.1738\",\"Address\":\"4th Floor Modern ISBT Tutikandi \"},\"Images\":{\"Image\":[{\"ImagId\":4743899,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_3_t.jpg\"},{\"ImagId\":4743900,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_6_t.jpg\"},{\"ImagId\":4743901,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_13_t.jpg\"},{\"ImagId\":4743902,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_17_t.jpg\"},{\"ImagId\":4743903,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_20_t.jpg\"},{\"ImagId\":4743904,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_23_t.jpg\"},{\"ImagId\":4743905,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_26_t.jpg\"},{\"ImagId\":4743906,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_21_t.jpg\"},{\"ImagId\":4743907,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_24_t.jpg\"},{\"ImagId\":4743908,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_27_t.jpg\"},{\"ImagId\":4743909,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_30_t.jpg\"},{\"ImagId\":4743910,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_38_t.jpg\"},{\"ImagId\":4743911,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_32_t.jpg\"},{\"ImagId\":4743912,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_39_t.jpg\"},{\"ImagId\":4743913,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_29_t.jpg\"},{\"ImagId\":4743914,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_31_t.jpg\"},{\"ImagId\":4743915,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_33_t.jpg\"},{\"ImagId\":4743916,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_34_t.jpg\"},{\"ImagId\":4743917,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_35_t.jpg\"},{\"ImagId\":4743918,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_36_t.jpg\"},{\"ImagId\":4743919,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_9_t.jpg\"},{\"ImagId\":4743920,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_12_t.jpg\"},{\"ImagId\":4743921,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_15_t.jpg\"},{\"ImagId\":4743922,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_4_t.jpg\"},{\"ImagId\":4743923,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_7_t.jpg\"},{\"ImagId\":4743924,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_10_t.jpg\"},{\"ImagId\":4743925,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_5_t.jpg\"},{\"ImagId\":4743926,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_8_t.jpg\"},{\"ImagId\":4743927,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_11_t.jpg\"},{\"ImagId\":4743928,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_14_t.jpg\"},{\"ImagId\":4743929,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_16_t.jpg\"},{\"ImagId\":4743930,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_22_t.jpg\"},{\"ImagId\":4743931,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_25_t.jpg\"},{\"ImagId\":4743932,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_28_t.jpg\"}]},\"CityId\":1,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You&amp;apos;ll be centrally located in Shimla with a stay at Hotel CK International, minutes from State Museum and Viceregal Lodge. This hotel is within close proximity of Sankat Mochan Temple and Himachal Pradesh University.&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 40 guestrooms featuring minibars and LED televisions. Rooms have private balconies. Digital programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Bathrooms have showers and complimentary toiletries.&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;Pamper yourself with a visit to the spa, which offers massages. This hotel also features wireless Internet access (surcharge), a television in a common area, 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;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.&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 an elevator (lift). A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/7000000\\/6480000\\/6475700\\/6475687\\/6475687_3_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":434943,\"Name\":\"The Zion - An Amritara Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Sankat Mochan (Old Muhal Badai), Himachal Pradesh, Shimla, India, , , 171006, \"},\"Images\":[],\"CityId\":1,\"Brief\":\"The Zion - An Amritara Resort is a popular choice amongst travelers in Shimla, whether exploring or just passing through. Featuring a satisfying list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, daily housekeeping, taxi service, 24-hour front desk are on the list of things guests can enjoy. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. For reliable service and professional staff, The Zion - An Amritara Resort caters to your needs.\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=lLdKYi18YEiSEpm42lE3U+H2tUZhBAiLCsQzmnkwlK\\/ADlTybd\\/WogjcL8BVK2FocKQ2lLM18TgWQOvCjSrQVCXIfbwputdKdLVAMSx6a9Gw1VKwzlgG5w==\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":541521,\"Name\":\"Hotel Erica Royal Crown\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541524,\"Name\":\"Hotel Swan\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":541523,\"Name\":\"Best Western Zirakpur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":424662,\"Name\":\"Hotel Manali Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Opposite Headquarter 38 BRTF, Aleo, New Manali, 175131,Himachal Pradesh,India, 175131\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/2044\\/2044702\\/images\\/IMG_20170602_195704_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":128993,\"Name\":\"De Vivendi Resorts Manali\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.219834\",\"Long\":\"77.185865\",\"Address\":\"Naggar Road Prini\"},\"Images\":{\"Image\":[{\"ImagId\":2824731,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_56_t.jpg\"},{\"ImagId\":2824732,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_44_t.jpg\"},{\"ImagId\":2824733,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_51_t.jpg\"},{\"ImagId\":2824734,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_41_t.jpg\"},{\"ImagId\":2824735,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_42_t.jpg\"},{\"ImagId\":2824736,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_48_t.jpg\"},{\"ImagId\":2824737,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_55_t.jpg\"},{\"ImagId\":2824738,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_58_t.jpg\"},{\"ImagId\":2824739,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_43_t.jpg\"},{\"ImagId\":2824740,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_46_t.jpg\"},{\"ImagId\":2824741,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_49_t.jpg\"},{\"ImagId\":2824742,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_52_t.jpg\"},{\"ImagId\":2824743,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_59_t.jpg\"},{\"ImagId\":2824744,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_62_t.jpg\"},{\"ImagId\":2824745,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_47_t.jpg\"},{\"ImagId\":2824746,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_50_t.jpg\"},{\"ImagId\":2824747,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_53_t.jpg\"},{\"ImagId\":2824748,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_54_t.jpg\"},{\"ImagId\":2824749,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_57_t.jpg\"},{\"ImagId\":2824750,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_60_t.jpg\"},{\"ImagId\":2824751,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_61_t.jpg\"},{\"ImagId\":2824752,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_32_t.jpg\"},{\"ImagId\":2824753,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_38_t.jpg\"},{\"ImagId\":2824754,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_40_t.jpg\"},{\"ImagId\":2824755,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_33_t.jpg\"},{\"ImagId\":2824756,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_34_t.jpg\"},{\"ImagId\":2824757,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_36_t.jpg\"},{\"ImagId\":2824758,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_16_t.jpg\"},{\"ImagId\":2824759,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_19_t.jpg\"},{\"ImagId\":2824760,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_20_t.jpg\"},{\"ImagId\":2824761,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_21_t.jpg\"},{\"ImagId\":2824762,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_22_t.jpg\"},{\"ImagId\":2824763,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_25_t.jpg\"},{\"ImagId\":2824764,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_27_t.jpg\"},{\"ImagId\":2824765,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_28_t.jpg\"},{\"ImagId\":2824766,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_29_t.jpg\"},{\"ImagId\":2824767,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_4_t.jpg\"},{\"ImagId\":2824768,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_10_t.jpg\"},{\"ImagId\":2824769,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_12_t.jpg\"},{\"ImagId\":2824770,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_13_t.jpg\"}]},\"CityId\":16593,\"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 Manali, De Vivendi Resorts Manali is in the mountains and convenient to Tibetan Monastary and Shiva Temple.  This hotel is within close proximity of Hadimba Temple and Vashist Springs.&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 43 guestrooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. 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;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities including a nightclub and a health club. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and a television in a common 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). 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 complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. This hotel has 2 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4440000\\/4431100\\/4431073\\/4431073_56_t.jpg\",\"AccoAminitiesMask\":\"111010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":299,\"Title\":\"Chandigarh City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7333148,\"Long\":76.7794179,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6277\\/thumb\\/Chandigarh City Tour_680.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"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\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":7255,\"Title\":\"Pinjore Garden\",\"Description\":\"Yadavindra Gardens, formerly Pinjore Gardens, is a historic 17th century garden located in Pinjore city of Panchkula district in the Indian state of Haryana.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Pinjore_Garden__5765_1538047200.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"362083\",\"Title\":\"Day 01: Arrival at Chandigarh - Drive to Shimla (115 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":212138,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":434943,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"362086\",\"Title\":\"Day 02: Trip to Kufri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy your breakfast in the hotel. Later drive to Kufri. 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&amp;rsquo;s famous boulevard, Mall Road. See fine specimens of colonial architecture, snack at the various eateries in the market or shop for souvenirs. Dinner and overnight stay in Shimla.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541519,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":212138,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":434943,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362089\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"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\":\"362092\",\"Title\":\"Day 03: Shimla - Kullu - Manali (280 kms \\/ approx. 8 Hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;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 &amp;lsquo;habitable end of the world&amp;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;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.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":2403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362095\",\"Title\":\"Visit Solang Valley - Enjoy various activities \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Today after breakfast, visit the Solang Valley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Solang Valley derives its name from combination of words Solang and Nallah. It is a side valley at the top of the Kullu Valley in Himachal Pradesh, India 14 km northwest of the resort town Manali on the way to Rohtang Pass, and is known for its summer and winter sport conditions.&amp;nbsp;Solang Valley is the most ideal destination to experience adventure sports and activities in Manali. All through the year, the valley of Solang is available with all its rich experiences for the tourists. The beautiful Solang Valley is only around 15 kilometers far from Manali.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay in Manali Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":2403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362098\",\"Title\":\"Day 05: Day at Leisure in Manali - Enjoy some optional tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, enjoy full day at leisure in Manali. Alternatively, you may explore the destination offering numerous adventure sports and other places of interest.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay in Manali.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424662,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":128993,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":1051,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362101\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"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\":\"362104\",\"Title\":\"Day 06: Drive from Manali - Chandigarh (300 kms \\/ approx. 9 hours) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, check out from Manali and drive towards Chandigarh. Check in hotel in Chandigarh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Time permitting, visit Pinjore Garden and Nek Chand&amp;#39;s Rock Garden which consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap &amp;amp; other kinds of wastes materials.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay in Chandigarh&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":541521,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":541524,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":541523,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":299,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1480,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7255,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"362107\",\"Title\":\"Day 07: Departure from Chandigarh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast, you will be transferred to Chandigarh airport for your onwards \\/ return flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories of your Himachal Highlights Tour..!!!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"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\":\"50186\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23520.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22885,\"priceDoubleOcc\":\"23128.00\",\"priceSingleOcc\":37128,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23128,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23128,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23147,\"priceDoubleOcc\":\"23520.00\",\"priceSingleOcc\":37520,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23520,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23520,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22366,\"priceDoubleOcc\":\"22349.60\",\"priceSingleOcc\":36349.6,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22349.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":22349.6,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22885,\"priceDoubleOcc\":\"23128.00\",\"priceSingleOcc\":37128,\"priceExtraBed\":\"15568.00\",\"priceWithoutBed\":\"11424.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23128,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11424,\"CEB\":15568,\"COSTDO\":23128,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22400,\"COSTTO\":22400}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50187\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26040.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24621,\"priceDoubleOcc\":\"23912.00\",\"priceSingleOcc\":39032,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23912,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":23912,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24621,\"priceDoubleOcc\":\"23912.00\",\"priceSingleOcc\":39032,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23912,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":23912,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24696,\"priceDoubleOcc\":\"24024.00\",\"priceSingleOcc\":39144,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24024,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":24024,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26040,\"priceDoubleOcc\":\"26040.00\",\"priceSingleOcc\":41160,\"priceExtraBed\":\"14560.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26040,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12320,\"CEB\":14560,\"COSTDO\":26040,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26040,\"COSTTO\":26040}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50188\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29736.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28392,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":57456,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":27720,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28392,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":57456,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27720,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":27720,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27645,\"priceDoubleOcc\":\"26600.00\",\"priceSingleOcc\":56336,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":26600,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":29736,\"priceDoubleOcc\":\"29736.00\",\"priceSingleOcc\":59472,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"12880.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12880,\"CEB\":15120,\"COSTDO\":29736,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29736,\"COSTTO\":29736}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"50186\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22470.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21864,\"priceDoubleOcc\":\"22095.50\",\"priceSingleOcc\":35470.5,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22095.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22095.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":22113,\"priceDoubleOcc\":\"22470.00\",\"priceSingleOcc\":35845,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22470,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22470,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21368,\"priceDoubleOcc\":\"21351.85\",\"priceSingleOcc\":34726.85,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21351.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":21351.85,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":21864,\"priceDoubleOcc\":\"22095.50\",\"priceSingleOcc\":35470.5,\"priceExtraBed\":\"14873.00\",\"priceWithoutBed\":\"10914.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22095.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10914,\"CEB\":14873,\"COSTDO\":22095.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21400,\"COSTTO\":21400}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"50187\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24877.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23522,\"priceDoubleOcc\":\"22844.50\",\"priceSingleOcc\":37289.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22844.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22844.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23522,\"priceDoubleOcc\":\"22844.50\",\"priceSingleOcc\":37289.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22844.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22844.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":23594,\"priceDoubleOcc\":\"22951.50\",\"priceSingleOcc\":37396.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22951.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":22951.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":24878,\"priceDoubleOcc\":\"24877.50\",\"priceSingleOcc\":39322.5,\"priceExtraBed\":\"13910.00\",\"priceWithoutBed\":\"11770.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24877.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11770,\"CEB\":13910,\"COSTDO\":24877.5,\"COSTSO\":\"13500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24877.5,\"COSTTO\":24877.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"50188\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28408.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27125,\"priceDoubleOcc\":\"26482.50\",\"priceSingleOcc\":54891,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26482.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":26482.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":27125,\"priceDoubleOcc\":\"26482.50\",\"priceSingleOcc\":54891,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26482.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":26482.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":26411,\"priceDoubleOcc\":\"25412.50\",\"priceSingleOcc\":53821,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25412.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":25412.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5},{\"From\":\"2023-03-06\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":28409,\"priceDoubleOcc\":\"28408.50\",\"priceSingleOcc\":56817,\"priceExtraBed\":\"14445.00\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28408.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":14445,\"COSTDO\":28408.5,\"COSTSO\":\"26550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28408.5,\"COSTTO\":28408.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test) unless 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.&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;02 Nights Accommodation in Shimla on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Manali on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Night Accommodation in Chandigarh on Twin Sharing Basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast and Dinner in the Hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary by private vehicle (Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in Hilly areas)&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"362083\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[362083],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362086\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[362086],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362089\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362089],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362092\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[362092],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362095\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[362095],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362098\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[362098],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362101\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362101],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362104\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[362104],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"362107\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[362107],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Shimla,Chandigarh,Manali','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh','','1,5765,16593',21352,29736,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','Himachal Pradesh tour, Himachal tour package, Himachal Pradesh tour package, book himachal Pradesh tour package','Immerse in the breathtaking landscapes and serene hill stations of Himachal Pradesh. Discover charming towns and book your unforgettable journey now!','Explore the Beauty of Himachal Pradesh: Book Our Tour Package',NULL,'himachal-highlights',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (183,49346,1,35,0,0,0,'Honeymoon,Beach,Family,Sports,Heritage,Culture,Shopping and Nightlife,Day Tour,Rail Land',NULL,1,1,0,'{\"package\":{\"TPId\":49346,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/spanish-highlights_1676125064\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Spain boasts a mix of ancient Roman classical inspiration, which is mixed with intricate Moorish medieval designs. This has resulted in some of Europe&amp;#39;s most unique and colorful architecture that is both distinctly Mediterranean and classical at the same time. Its also known for the beautiful beaches with over 300 days of sunshine each year making it one of the most visited country in Europe.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Madrid, Spain&amp;#39;s capital and largest city is&amp;nbsp;best known for its grand palaces, parks, and excellent museums, such as the&amp;nbsp;Prado Museum&amp;nbsp;and the&amp;nbsp;Reina Sofia Museum.&amp;nbsp;El Retiro Park&amp;nbsp;is Madrid&amp;#39;s version of New York&amp;#39;s Central Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Barcelona, on Spain&amp;#39;s north-eastern Mediterranean coast, is ideal for a beach-centric vacation, both within the city itself and nearby.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Barcelona\",\"DestinationPlacesSysId\":2352,\"SourcePlaces\":\"Madrid\",\"SourcePlaceSysId\":16314,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"SPANISH HIGHLIGHTS \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Beach,Family,Sports,Heritage,Culture,Shopping and Nightlife,Day Tour,Rail Land\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16314,\"Title\":\"Madrid\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538920,\"Name\":\"Hotel Regente\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16314,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":538921,\"Name\":\"Hotel Princessa Plaza\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16314,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":39841,\"Title\":\"Flamenco Show\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":39843,\"Title\":\"Girona and Costa Brava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":39842,\"Title\":\"Barcelona Hop-On-Hop-Off Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}},{\"CityId\":2352,\"Title\":\"Barcelona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":538925,\"Name\":\"Hotel Best Front Maritim\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":39841,\"Title\":\"Flamenco Show\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":39843,\"Title\":\"Girona and Costa Brava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":20460,\"Title\":\"Madrid City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16314,\"CityName\":\"Madrid\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null},{\"RefSSId\":39842,\"Title\":\"Barcelona Hop-On-Hop-Off Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2352,\"CityName\":\"Barcelona\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"354739\",\"Title\":\"ARRIVAL IN MADRID   \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today on arrival in Madrid, transfer from Madrid Airport to Madrid Hotel. Check In to your hotel and time at leisure to freshen-up and relax .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Later in the day you may take a leisurely stroll around the city center and get a feel of the city. Visit the Royal Palace of Madrid and admire its stunning architecture. Explore the famous Prado Museum, which houses a vast collection of Spanish and European art.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight stay in Madrid Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538921,\"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\":\"354741\",\"Title\":\"Madrid Hop-On-Hop-Off Tour - Flamenco Show \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today after breakfast explore this beautiful and interesting city of Madrid at your own pace with a Full Day Hop-On-Hop-Off pass.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Start the day with a visit to the Retiro Park, a beautiful green space in the heart of Madrid.&amp;nbsp;Stop by the Puerta del Sol, one of the most famous landmarks in the city, and watch the hustle and bustle of Madrid&amp;#39;s busy streets.&amp;nbsp;Visit the Mercado de San Miguel, a historic food market with a variety of stalls selling local cuisine and snacks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore the Plaza Mayor, a beautiful square surrounded by historic buildings and cafes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;End the day with a traditional Spanish flamenco show.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538921,\"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\":39841,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":39843,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":39843,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20460,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"354743\",\"Title\":\"Day at Leisure - Toledo Sightseeing Tour (Optional)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Post breakfast you have the day at leisure to relax or explore the city on own. Perhaps we would recommend an excursion tour to Toledo (optional tour).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Toledo is a nearby town with a rich history and stunning views.&amp;nbsp;Visit the Toledo Cathedral, one of the finest examples of Gothic architecture in Spain.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore the Alc&amp;aacute;zar of Toledo, a castle built on a hill overlooking the city.&amp;nbsp;Walk through the narrow streets of the Jewish Quarter and visit the Synagogue of Santa Mar&amp;iacute;a la Blanca.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return to Madrid in the evening. Overnight stay in Madrid Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538921,\"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\":\"354745\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16314,\"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\":\"354747\",\"Title\":\"Madrid to Barcelona Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Post breakfast, check out and transfer to railway station for your train to Barcelona.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check-in to your hotel and take a short break to refresh.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later you may visit the Gothic Quarter, one of the most charming areas of the city, with narrow, winding streets and historic buildings.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Admire the stunning architecture of the Sagrada Familia, Antoni Gaudi&amp;#39;s famous unfinished cathedral. In the evening you may visit the The Ramblas,&amp;nbsp;one of the most famous and iconic boulevards of Barcelona also famous for&amp;nbsp;street performers including human statues.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Barcelona Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"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\":\"354749\",\"Title\":\"Barcelona Hop-On-Hop-Off Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After a sumptous breakfast, start your Barcelona Sightseeing Tour with a Hop-On-Hop-Off Pass.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Park G&amp;uuml;ell, another creation by Antoni Gaudi, with a colorful collection of mosaics, sculptures and gardens.&amp;nbsp;Explore the Picasso Museum, which houses a vast collection of works by the famous Spanish artist.&amp;nbsp;Walk along La Rambla, a lively pedestrian street lined with shops, cafes, and street performers.&amp;nbsp;Visit the Gothic Cathedral of Barcelona and admire its stunning stained glass windows.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;End the day with a trip to the Barceloneta Beach, where you can relax and enjoy the Mediterranean sea.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Barcelona Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"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\":39842,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"354751\",\"Title\":\"Day at leisure - Optional Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy breakfast in the hotel. You have rest of the day at leisure to relax. Perhaps we would recommend an optional tour to Montserrat OR&amp;nbsp; Girona and Costa Brava.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Montserrat Tour:&amp;nbsp;&lt;\\/strong&gt;Escape the busy city of Barcelona and head to Catalonia&amp;rsquo;s most famous mountain range, Montserrat. Ride the railway to the top of the mountains, admire stunning natural landscapes, visit the local monastery, and learn about this history-rich location.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Girona and Costa Brava:&amp;nbsp;&lt;\\/strong&gt;Explore the breathtaking landscapes and whitewashed villages of the Costa Brava, and the medieval architecture of Girona on a small-group tour from Barcelona. Travel back in time as you discover Roman and medieval history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Barcelona Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":538925,\"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\":\"354753\",\"Title\":\"Transfer to Barcelona Airport - Return \\/ Onward Flight \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Enjoy last breakfast of your Spanish Highlights Tour. Later check out and transfer to Barcelona Airport for your flight.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories ...!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2352,\"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\":\"49346\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"79970.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":79970,\"priceDoubleOcc\":\"79970.00\",\"priceSingleOcc\":134970,\"priceExtraBed\":\"71940.00\",\"priceWithoutBed\":\"61600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79970,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":61600,\"CEB\":71940,\"COSTDO\":79970,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":79970,\"COSTTO\":79970}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"86350.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86350,\"priceDoubleOcc\":\"86350.00\",\"priceSingleOcc\":150150,\"priceExtraBed\":\"77660.00\",\"priceWithoutBed\":\"64680.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":64680,\"CEB\":77660,\"COSTDO\":86350,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86350,\"COSTTO\":86350}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49346\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"77789.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":77789,\"priceDoubleOcc\":\"77789.00\",\"priceSingleOcc\":131289,\"priceExtraBed\":\"69978.00\",\"priceWithoutBed\":\"59920.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77789,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":59920,\"CEB\":69978,\"COSTDO\":77789,\"COSTSO\":\"50000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":77789,\"COSTTO\":77789}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"83995.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995},{\"From\":\"2023-02-14\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":83995,\"priceDoubleOcc\":\"83995.00\",\"priceSingleOcc\":146055,\"priceExtraBed\":\"75542.00\",\"priceWithoutBed\":\"62916.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83995,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":62916,\"CEB\":75542,\"COSTDO\":83995,\"COSTSO\":\"58000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":83995,\"COSTTO\":83995}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;06 Nights Accommodation on Double \\/ Twin sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on a sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on private basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spain Visa Processing Charges (Regular)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"354739\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[354739],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354741\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[354741],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354743\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[354743],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354745\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[354745],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354747\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[354747],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354749\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[354749],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354751\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[354751],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"354753\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[354753],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Madrid,Barcelona','Madrid,Western Europe,Spain,Barcelona','','16314,2352',77789,86350,6,'',NULL,'[{\"day\":1,\"images\":\"Royal Palace of Madrid.jpg\"},{\"day\":2,\"images\":\"Retiro Park.jpg\"},{\"day\":3,\"images\":\"Alc\\u00e1zar of Toledo.jpg\"},{\"day\":4,\"images\":\"Sagrada Familia.jpg\"},{\"day\":5,\"images\":\"_Park G\\u00fcell.jpg\"},{\"day\":6,\"images\":\"Girona and Costa Brava.jpg\"},{\"day\":7,\"images\":\"Barcelona Airport.jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Spain','199','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'spanish-highlights',NULL,NULL,NULL,0),(184,49121,1,35,0,0,0,'Honeymoon,Adventure,Beach,Family,Culture,Romantic,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":49121,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/phuket-krabi-delights_1675769644\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Thailand Delights is one of the best selling holiday package for travellers looking to explore all of Thailand from pristine beaches to Buddha temples, malls to fancy restaurants, vibrant culture and heritage to buzzing nightlife. This trip will take you to some of the most popular cities of Thailand such as Phuket, Krabi, Pattaya and Bangkok where you can explore and enjoy the most.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Phuket\",\"SourcePlaceSysId\":21319,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Thailand Delights \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"14289\",\"SupplierName\":\"Destination Siam Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Speed Boat\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Culture,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539497,\"Name\":\"Aonang Buri Resort Krabi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14466,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":439043,\"Name\":\"Poonsiri  Resort Krabi\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.0596097\",\"Long\":\"98.792247617\",\"Address\":\"211 Moo 4 81180 AONANG DISTRICT, KRABI  TH, 81180\"},\"Images\":[],\"CityId\":14466,\"Brief\":\"This comfortable Resort is set in Ao Nang Beach. The 35 welcoming accommodation units offer a perfect place to relax at the end of the day. This Resort was established in 2015. In addition, Wi-Fi access is offered at the establishment. The front desk offers 24-hour reception. The property&#039;s rooms are provided with facilities for children such as a cot if necessary. No pets are allowed on the premises. Travellers arriving by car may leave their vehicle at the accommodation&#039;s parking spaces. Guests can make use of the airport transfer service. Patrons may pamper their taste buds at the establishment&#039;s gastronomic venue. Poonsiri Resort Krabi may charge a fee for some services.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/61\\/617405\\/617405a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":10024,\"Name\":\"Holiday Inn Resort Krabi Ao Nang Beach\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.0399858327833\",\"Long\":\"98.815230131149\",\"Address\":\"123 Moo 3 Ao Nang Beach\"},\"Images\":{\"Image\":[{\"ImagId\":247558,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/978\\/KBVAN_4588840922_A.jpg\"},{\"ImagId\":247559,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/80\\/KBVAN_3555538448_A.jpg\"},{\"ImagId\":247560,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/192\\/KBVAN_3923776892_A.jpg\"},{\"ImagId\":247561,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/902\\/KBVAN_3619520885_A.jpg\"},{\"ImagId\":247562,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/960\\/KBVAN_3923855630_A.jpg\"},{\"ImagId\":247563,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/944\\/KBVAN_3607706023_A.jpg\"},{\"ImagId\":247564,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/894\\/KBVAN_3643966629_A.jpg\"},{\"ImagId\":247565,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/854\\/KBVAN_3927205104_A.jpg\"},{\"ImagId\":247566,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/998\\/KBVAN_3575440497_A.jpg\"},{\"ImagId\":247567,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/878\\/KBVAN_3643967237_A.jpg\"},{\"ImagId\":247568,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/951\\/KBVAN_3571698320_A.jpg\"},{\"ImagId\":247569,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/936\\/KBVAN_3643966649_A.jpg\"},{\"ImagId\":247570,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/983\\/KBVAN_3575441014_A.jpg\"},{\"ImagId\":247571,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/870\\/KBVAN_3643967551_A.jpg\"},{\"ImagId\":247572,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/976\\/KBVAN_3643966601_A.jpg\"},{\"ImagId\":247573,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/886\\/KBVAN_3927205126_A.jpg\"},{\"ImagId\":247574,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/990\\/KBVAN_3950000622_A.jpg\"},{\"ImagId\":247575,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/862\\/KBVAN_3650940632_A.jpg\"},{\"ImagId\":247576,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/928\\/KBVAN_3607678534_A.jpg\"},{\"ImagId\":247577,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/968\\/KBVAN_3607678554_A.jpg\"},{\"ImagId\":247578,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/76\\/KBVAN_3571699503_A.jpg\"},{\"ImagId\":247579,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/162\\/KBVAN_3933556809_A.jpg\"},{\"ImagId\":247580,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/204\\/KBVAN_3933563997_A.jpg\"},{\"ImagId\":247581,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/144\\/KBVAN_3598150569_A.jpg\"},{\"ImagId\":247582,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/64\\/KBVAN_3571701297_A.jpg\"},{\"ImagId\":247583,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/150\\/KBVAN_3551787923_A.jpg\"},{\"ImagId\":247584,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/106\\/KBVAN_3574895831_A.jpg\"},{\"ImagId\":247585,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/232\\/910\\/KBVAN_3619524149_A.jpg\"},{\"ImagId\":247586,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/134\\/KBVAN_3574929933_A.jpg\"},{\"ImagId\":247587,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/200\\/KBVAN_3574870144_A.jpg\"},{\"ImagId\":247588,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/208\\/KBVAN_3612729387_A.jpg\"},{\"ImagId\":247589,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/24\\/KBVAN_3551727396_8202188581_A.jpg\"},{\"ImagId\":247590,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/180\\/KBVAN_3923621840_A.jpg\"},{\"ImagId\":247591,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/158\\/KBVAN_3607706084_A.jpg\"},{\"ImagId\":247592,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/154\\/KBVAN_3861919301_A.jpg\"},{\"ImagId\":247593,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/20\\/KBVAN_3551647079_970352431_A.jpg\"},{\"ImagId\":247594,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/65\\/38\\/16\\/KBVAN_3551609828_8745254291_A.jpg\"},{\"ImagId\":247595,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/130\\/KBVAN_3923661984_A.jpg\"},{\"ImagId\":247596,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/92\\/KBVAN_3923711057_A.jpg\"},{\"ImagId\":247597,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/254\\/84\\/KBVAN_3926325421_A.jpg\"},{\"ImagId\":247598,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/42\\/KBVAN_4589005139_A.jpg\"},{\"ImagId\":247599,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/972\\/KBVAN_4589007027_A.jpg\"},{\"ImagId\":247600,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/985\\/KBVAN_4589003970_A.jpg\"},{\"ImagId\":247601,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/992\\/KBVAN_4589000804_A.jpg\"},{\"ImagId\":247602,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/998\\/KBVAN_4589001571_A.jpg\"},{\"ImagId\":247603,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/4\\/KBVAN_4589000968_A.jpg\"},{\"ImagId\":247604,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/17\\/KBVAN_4589001337_A.jpg\"},{\"ImagId\":247605,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/37\\/KBVAN_4589002162_A.jpg\"},{\"ImagId\":247606,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/346\\/331\\/KBVAN_4604301419_A.jpg\"},{\"ImagId\":247607,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/128\\/31\\/KBVAN_4589004801_A.jpg\"},{\"ImagId\":247608,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/337\\/172\\/KBVAN_4604257679_A.jpg\"},{\"ImagId\":247609,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/11\\/KBVAN_4589002961_A.jpg\"},{\"ImagId\":247610,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/78\\/153\\/KBVAN_3950000753_A.jpg\"},{\"ImagId\":247611,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/346\\/345\\/KBVAN_4604301466_A.jpg\"},{\"ImagId\":247612,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/126\\/24\\/KBVAN_4589005111_A.jpg\"},{\"ImagId\":247613,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/387\\/KBVAN_4589008162_A.jpg\"},{\"ImagId\":247614,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/393\\/KBVAN_4589035630_A.jpg\"},{\"ImagId\":247615,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/401\\/KBVAN_4589050533_A.jpg\"},{\"ImagId\":247616,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/127\\/408\\/KBVAN_4589007200_A.jpg\"},{\"ImagId\":247617,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/129\\/668\\/KBVAN_4589058323_A.jpg\"}]},\"CityId\":14466,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You&amp;apos;ll be centrally located in Aonang Beach with a stay at Holiday Inn Resort Krabi Ao Nang Beach, minutes from Ao Nang Krabi Boxing Stadium and Nopparat Thara Beach.  This 4-star resort is within close proximity of Ao Phra Nang Beach and Ao Phai Plong.&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 173 air-conditioned rooms featuring refrigerators and DVD players. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms have hair dryers and slippers.&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 and unwind with massages, body treatments, and facials. You&amp;apos;re sure to appreciate the recreational amenities, which include 3 outdoor swimming pools, a waterslide, and a 24-hour fitness center. This resort also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), 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;Satisfy your appetite at the resort&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink at a beach bar, a poolside bar, or one of 3 bars\\/lounges.&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, dry cleaning\\/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/76\\/125\\/978\\/KBVAN_4588840922_A.jpg\",\"AccoAminitiesMask\":\"111100001000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;&lt;em style=&quot;outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important&quot;&gt;Gear up for a full day city tour at Phuket!&lt;\\/em&gt;&lt;\\/p&gt;&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&#039;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365882,\"Name\":\"Prince Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.753920499613\",\"Long\":\"100.51509082317\",\"Address\":\"488\\/800 Damrongrak Road Bo Bae Tower 10100 Bangkok  Damrongrak Road\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"Enjoying a central location in Bangkok close to Chinatown, this city hotel places guests just 4 kms from the town centre in the downtown governmental and commercial area of the city. Guests of Prince Palace are will find themselves within easy reach of the variety of cultural and historic points of interest this intriguing city has to offer. There are many shopping districts in close proximity to the hotel including Bangkok&#039;s main shopping area of Siam Square. Transfer time to the airport is a mere 45 minutes.Located on the site which once served as &acirc;&euro;&oelig;Mahanak Palace&acirc;&euro;\\u009d, the hotel occupies the 11th to 32nd floors of the Bobae Tower, where guests can find a shopping paradise beneath them of over 1,000 shops. This hotel is the ideal choice for conferences offering a business centre and extensive meeting and conference facilities.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/05\\/a0\\/05a0fea339d24f0dc4eab3d32c0d9dbc172af278.jpg\",\"AccoAminitiesMask\":\"1110101010101100110\",\"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\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":174434,\"Name\":\"Citadines Sukhumvit 16\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.733596\",\"Long\":\"100.560862\",\"Address\":\"38 Sukhumvit 16, Sukhumvit Road Klongtoey\"},\"Images\":{\"Image\":[{\"ImagId\":3873152,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/282\\/full_citadines_bangkok_sukhumvit_16_kitchen_A.jpg\"},{\"ImagId\":3873153,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/290\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Lobby-HR_A.jpg\"},{\"ImagId\":3873154,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/306\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Swimming_Pool-HR_A.jpg\"},{\"ImagId\":3873155,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/314\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Facade-HR_A.jpg\"},{\"ImagId\":3873156,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/322\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_03-HR_A.jpg\"},{\"ImagId\":3873157,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/330\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_02-HR_A.jpg\"},{\"ImagId\":3873158,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/72\\/924\\/795\\/SR_Thailand_BKK_Cit_Sukhumvit_16_Studio_Exe_01-HR_A.jpg\"}]},\"CityId\":2266,\"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 Citadines Sukhumvit 16 Bangkok, you&amp;apos;ll be centrally located in Bangkok, walking distance from Terminal 21 Shopping Mall and close to Dinosaur Planet.  This hotel is within close proximity of Benjakitti Park and Embassy of India.&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 79 air-conditioned rooms featuring kitchens with full-sized refrigerators\\/freezers and microwaves. LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. 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;Don&amp;apos;t miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless Internet access and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the complimentary area shuttle.&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;Continental breakfasts are available daily for a fee.&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, a 24-hour front desk, and an elevator (lift). Planning an event in Bangkok? This hotel features 0 square feet (0 square meters) of event facilities. A roundtrip airport shuttle is provided for a surcharge (available on request), and limited parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/751\\/282\\/full_citadines_bangkok_sukhumvit_16_kitchen_A.jpg\",\"AccoAminitiesMask\":\"110100000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":174309,\"Name\":\"Novotel Bangkok On Siam Square\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.74446567927\",\"Long\":\"100.53505718708\",\"Address\":\"Siam Square Soi 6 10330 Bangkok\"},\"Images\":{\"Image\":[{\"ImagId\":3870018,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/859\\/1031_ho_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870019,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/897\\/1031_ho_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870020,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/909\\/1031_ro_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870021,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/919\\/1031_ro_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870022,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/928\\/1031_ro_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870023,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/940\\/1031_ro_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870024,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/949\\/1031_ro_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870025,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/958\\/1031_ro_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870026,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/962\\/1031_rs_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870027,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/966\\/1031_rs_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870028,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/970\\/1031_rs_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870029,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/974\\/1031_rs_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870030,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/978\\/1031_rs_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870031,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/986\\/1031_rs_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870032,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/993\\/1031_ba_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870033,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/0\\/1031_ba_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870034,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/772\\/923\\/1031_ba_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870035,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/245\\/437\\/1031_ba_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870036,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/985\\/48\\/1031_sl_01_p_2048x1536_A.jpg\"},{\"ImagId\":3870037,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/38\\/1031_sl_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870038,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/46\\/1031_sp_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870039,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/51\\/1031_sm_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870040,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/56\\/1031_sm_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870041,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/60\\/1031_sm_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870042,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/813\\/65\\/1031_sm_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870043,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/801\\/1031_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":3870044,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/796\\/1031_fa_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870045,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/801\\/1031_fa_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870046,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/816\\/1031_fa_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870047,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/822\\/1031_fi_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870048,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/813\\/1031_sm_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870049,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/827\\/1031_sw_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870050,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/833\\/1031_de_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870051,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/208\\/823\\/1031_de_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870052,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/848\\/1031_de_02_p_3000x2250_A.jpg\"},{\"ImagId\":3870053,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/853\\/1031_de_03_p_3000x2250_A.jpg\"},{\"ImagId\":3870054,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/859\\/1031_de_04_p_3000x2250_A.jpg\"},{\"ImagId\":3870055,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/572\\/865\\/1031_de_05_p_3000x2250_A.jpg\"},{\"ImagId\":3870056,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/149\\/1031_rokgb_00_p_1024x768_A.jpg\"},{\"ImagId\":3870057,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/153\\/1031_roksb_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870058,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/165\\/1031_roska_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870059,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/169\\/1031_roskd_00_p_1024x768_A.jpg\"},{\"ImagId\":3870060,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/173\\/1031_rosqd_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870061,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/177\\/1031_rosuiroo_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870062,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/185\\/1031_rotwb_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870063,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/440\\/246\\/1031_rotwc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3870064,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/440\\/250\\/1031_rokgaef_01_p_3000x2250_A.jpg\"},{\"ImagId\":3870065,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/725\\/193\\/1031_rosqd_01_p_3000x2250_A.jpg\"}]},\"CityId\":2266,\"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 Novotel Bangkok On Siam Square, you&amp;apos;ll be centrally located in Bangkok, steps from Sea Life Bangkok Ocean World and minutes from Siam Paragon Mall.  This 4-star hotel is close to Grand Palace and Temple of the Emerald Buddha.&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 426 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.&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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find an outdoor pool, a spa tub, and a sauna. Additional amenities at this hotel include complimentary wireless Internet access, babysitting\\/childcare (surcharge), and a television in a common 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 one of the hotel&amp;apos;s dining establishments, which include 2 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. Buffet breakfasts are available daily for a fee.&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, limo\\/town car service, and express check-in. Event facilities at this hotel consist 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.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/812\\/859\\/1031_ho_01_p_3000x2250_A.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;&lt;em style=&quot;outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important&quot;&gt;Gear up for a full day city tour at Phuket!&lt;\\/em&gt;&lt;\\/p&gt;&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&#039;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":539479,\"Name\":\"Kokotel Pattaya South Beach Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":510636,\"Name\":\"Centara Pattaya Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9412129\",\"Long\":\"100.888749\",\"Address\":\"78\\/140 Moo 9 Nongprue, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"&lt;p&gt;Within easy walking distance of the popular four-kilometre-long Pattaya Beach,&nbsp;Centara Pattaya Hotel&nbsp;provides a relaxing retreat in the midst of all the action.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_510636\\/4539_46d38035629392e5d6d65aa2d3d62b811655288941.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":510637,\"Name\":\"Dusit Thani Pattaya\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9506774\",\"Long\":\"100.8853687\",\"Address\":\"5 240\\/2 Beach Rd, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"&lt;p&gt;Dusit Thani Pattaya&nbsp;enjoys a five-star status and the resort hotel presents a luxurious blend of city comforts and beach relaxation for individual travellers&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_510637\\/4539_43f7d241933615ba8904fda9c18f46e61655289047.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;&lt;em style=&quot;outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important&quot;&gt;Gear up for a full day city tour at Phuket!&lt;\\/em&gt;&lt;\\/p&gt;&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&#039;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}},{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":537998,\"Name\":\"Patong Lodge Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"284 1 Thanon Phrabarami, Pa Tong, Kathu District, Phuket \"},\"Images\":[],\"CityId\":21319,\"Brief\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Surrounded by lush trees and gardens, this casual hotel is 2 km from Patong Beach, 5 km from the Tiger Kingdom Phuket wildlife preserve and 18 km from the prominent Buddhist temple, Wat Chalong.&nbsp;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThe laid-back rooms feature wood furnishings and free Wi-Fi, as well as satellite TV, safes and minibars. Upgraded rooms add balconies, some with pool or sea views, plus tea and coffeemakers. A poolside suite adds a separate living room and direct pool access.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_537998\\/4539_b13ce0f7302e05b6e6de3f635c08609a1675778449.jpeg\",\"AccoAminitiesMask\":\"111111101010111110001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":539499,\"Name\":\"Deevana Patong Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":365363,\"Name\":\"Wyndham Sea Pearl Resort Phuket\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"12 Prabaramee Road, Kathu, Phuket, Thailand, , , 83150, \"},\"Images\":[],\"CityId\":21319,\"Brief\":\"Wyndham Sea Pearl Resort Phuket is perfectly located for both business and leisure guests in Phuket. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Facilities like 24-hour room service, free Wi-Fi in all rooms, 24-hour security, daily housekeeping, 24-hour front desk are readily available for you to enjoy. Guestrooms are fitted with all the amenities you need for a good night&#039;s sleep. In some of the rooms, guests can find closet, complimentary tea, towels, slippers, separate living room. Enjoy the hotel&#039;s recreational facilities, including yoga room, hot tub, fitness center, sauna, golf course (within 3 km), before retiring to your room for a well-deserved rest. Convenience and comfort makes Wyndham Sea Pearl Resort Phuket the perfect choice for your stay in Phuket.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":38045,\"Title\":\"4 Island tour Krabi Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3838,\"Title\":\"Phuket FantaSea Show\",\"Description\":\"Phuket Fantasea Show is inspired by Thailand&amp;#039;s rich and exotic heritage, and not only showcases the charm and beauty of Thailand, but also enriches ancient Thai traditions with the wonder of cutting-edge technology and special effects. This includes acrobatics, illusions, pyrotechnics, stunts, aerial performances and more. It involves a cast and crew of over 400 people, 44 elephants, three tigers, 40 goats, 40 chickens and 400 pigeons.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.956388,\"Long\":98.287511,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_FantaSea_Show_21319_1519386719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":38044,\"Title\":\"James Bond Island Tour on Long Tail Boat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14466,\"CityName\":\"Krabi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39970,\"Title\":\"Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":39968,\"Title\":\"Emerald Pool\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":27291,\"Title\":\"Phuket City Tour\",\"Description\":\"&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;&lt;em style=&quot;outline: 0px padding: 0px border: 0px background: transparent vertical-align: baseline line-height: inherit font-family: inherit !important margin: 0px !important font-size: inherit !important&quot;&gt;Gear up for a full day city tour at Phuket!&lt;\\/em&gt;&lt;\\/p&gt;&lt;p style=&quot;outline: 0px font-family: Lato, sans-serif padding: 0px border: 0px background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline line-height: inherit color: rgb(62, 62, 62) text-align: start margin-bottom: 8px !important&quot;&gt;It will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata, and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&#039;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Gems factory, Wat Chalong, and a Cashew Nut Factory.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/4539_1654585793.jpg\",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3439,\"Title\":\"Nong Nooch Tropical Garden\",\"Description\":\"Nong Nooch Tropical Botanical Garden is a 500-acre botanical garden and tourist attraction at kilometer 163 on Sukhumvit Road in Chonburi Province, Thailand. It can be reached via bus, taxi or private land transportation. It is also a major scientific center dedicated to cycads, with its own Cycad Gene Bank.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":12.7645754,\"Long\":100.9346578,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Nong_Nooch_Tropical_Garden__20925_1518172090.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null},{\"RefSSId\":3403,\"Title\":\"Safari World\",\"Description\":\"Safari World run by Safari World Public Limited in Thailand is a famous tourist attraction in Bangkok. There are two parks in the Safari World named Marine Park and Safari Park. In 1988 the park was opened for a total of 480 acres of open zoo and 180 acres for its bird park. A major upgrade to increase the effectiveness of land use began on April 17 1989 and was developed for holidays in its total area which now includes an open zoo and a marine park on 200 acres of land.A drive through the park takes about 45 minutes. Hundreds of animals from all over the world are present here.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":13.8667652,\"Long\":100.7063843,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/Safari_World_Bangkok,_Thailand_2266_1518097783.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":14289,\"SupplierName\":\"Destination Siam Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"353024\",\"Title\":\"Krabi: Arrival &amp; Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Sawadee! Welcome to Thailand&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After arriving at Phuket International Airport and clearing your visa on arrival \\/ immigration, meet and assist by our airport representative holding your name placard. Our airport representative will meet you in the arrival hall and from there, you will be transferred to a hotel in Krabi. The driving time is around 3 hours. On arrival at Krabi, check in at your hotel and rest of the day is free to relax.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening you may visit the famous beaches of Aonang or Railay.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in your Krabi Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":439043,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":10024,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353027\",\"Title\":\"Krabi: Four Island Tour via Long Tail Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;p&gt;Get ready for a fun-filled four island hopping tour!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post breakfast, you will be taken for a four island hopping tour. It is recommended for you to carry your sunglasses, swimsuit, and a towel. Today, you will mostly be in the water so it&amp;rsquo;s better to be prepared with all the necessaries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the famous Koh Gai &amp;ndash; the Chicken Island and see for yourself where it got its nickname, Explore the lesser known tiny islands of Koh Tub and Koh Mor,&amp;nbsp;Discover the magnificent Phra Nang Cave Beach on the Railay Peninsula.&amp;nbsp;Enjoy Thai Lunch during the tour. Later in the afternoon, return to hotel and rest of the day is free for you to relax.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Krabi Hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539497,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":439043,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":10024,\"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\":38045,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3838,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":38044,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353030\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"353033\",\"Title\":\"Transfer from Krabi to Phuket - Enroute visit Emerald Pool, Hot Water Springs and Tiger Cave Temple\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After a sumptous breakfast, check out from your Krabi hotel and transfer to Phuket Hotel. The driving time is around 4 Hours.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute, give the sand and sea a break and dive into the unbelievably blue waters of Krabi&amp;rsquo;s Emerald and Blue Pools. Take a dip in the therapeutic hot springs and visit the impressive Tiger Cave Temple with a special 3-In-1 Tour .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later continue your drive to Phuket. On arrival at Phuket Hotel check in and time free to relax.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Perhaps you may visit the famous Phuket beaches like Patong, Kata or Karon. Patong area is also the undisputed nightlife centre of Phuket.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in your Phuket Hotel.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"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\":39970,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":39968,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353036\",\"Title\":\"Phuket: Phi Phi Island Tour by Speed Boat OR Big Boat\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":4,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Today after an early breakfast, proceed for the much awaited and the most popular tour-experience in Phuket - The Phi Phi Island Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Breathtaking limestone cliffs rise straight out of the emerald green water. The Phi Phi&amp;#39;s are 40 kilometers southeast of Phuket in the Andaman Sea. The six islands include Phi Phi Don &amp;ndash; home to the bohemian town of Phi Phi Islands, and Phi Phi Leh &amp;ndash; site of the spectacular Maya Bay which is famous for its role in the movie &amp;ldquo;The Beach&amp;rdquo;. The islands are laced with occasional powdery white beaches and coral reefs teeming with exotic life. They beckon you to unforgettable swimming and snorkeling in the clear tropical waters.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA tour of Phi Phi presents you with great sightseeing and chances to take a plunge. You&amp;#39;ll see Maya Bay, Loh Samah Bay, Pileh Cove, Viking Cave and Monkey Beach. Thai Lunch will be served at Phi Phi Don Island.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Return to Phuket Mainland early evening followed by drop to your hotel. Evening is at leisure to relax or enjoy shopping at the many malls and street side shops.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight in Phuket Hotel&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"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\":2444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353039\",\"Title\":\"Phuket: City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, proceed for your city tour of Phuket.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The tour will start with a drive that will take you across Patong, Karon, and Kata. Moving forward, you will visit 3 Beaches Viewpoints. From here, you can witness scenic views of Karon, Kata Noi, Kata and Koh Pu Island. Then, you will be taken for a leisurely drive around Phuket&amp;#39;s west coastline. It will start from Patong and will take you to the end of the island. The city tour will also take you to the Wat Chalong, Big Buddha,&amp;nbsp;Gems factory&amp;nbsp;and a Cashew Nut Factory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return to the hotel and end the day with a peaceful overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":537998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":539499,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365363,\"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\":27291,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"353042\",\"Title\":\"Phuket: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;The final day and the final goodbye!!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On your final day, after an early breakfast in the hotel, proceed to checkout. Take your transfer from hotel to Phuket airport. With this we see you off with a bagful of memories and experiences to cherish..!!&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"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\":\"357237\",\"Title\":\"Transfer from Phuket to Bangkok - Onwards drive to Pattaya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After a healthy breakfast, complete your check out process and say good bye to Phuket. Take your transfer and proceed to Phuket airport for your flight to Bangkok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival at Bangkok Airport, meet and assist at exit gate followed by drive to Pattaya (Approx. 2 Hrs). Pattaya is one of the most sought after cities of Thailand famous for its lively atmosphere, beautiful beach, water sports and a vibrant nightlife.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check-In to your Pattaya hotel. Afternoon at leisure to frehsen up and relax.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening visit the famous Alcazar Cabaret Show.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rest of the day is free to explore this beautiful beach side town at your own pace. Overnight stay in Pattaya Hotel&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":510636,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":510637,\"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\":2819,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357240\",\"Title\":\"Pattaya: Visit the Nong Nooch Tropical Garden\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast, visit the magnificently landscaped Nong Nooch Tropical Garden.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Set over 600 Acres of land, Nong Nooch Tropical Garden is one of the 10 most beautiful gardens in the world showcasing more than 12,000 range of plants &amp;amp; landscaping. Watch some entertaining events including the Thai Boxing &amp;amp; Cultural Show, Amazing Elephant Show etc. Also discover the unique areas of orchids, fountains, topiary, waterfalls, cactus, ferns, bonsai,&amp;nbsp; Mini Stonehenge &amp;amp; Pottery Park..!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back to your hotel in the afternoon. Rest of the day is at leisure. Perhaps you can take a relaxing Thai Massage.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Pattaya Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":539479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":510636,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":510637,\"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\":3439,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357243\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"357246\",\"Title\":\"Transfer to Bangkok - Temple and City Tour \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast today, our representative will transfer you to Bangkok which is a 2 hrs drive.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy your city tour of Bangkok followed by check in at hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your tour starts with visit to Wat Traimit, the temple famous for holding the largest Golden Buddha in the world, standing at five meters in height and over five and half tonnes. Then you&amp;#39;ll pass through the Chinatown area to glimpse the cultural diversity of this city followed by visit to Wat Pho, an ancient Buddhist temple complex, which holds more Buddha statues than any other temple in the country. Your last stop is at the Marble Temple, or Wat Benchamabopit, the most beautiful of Bangkok&amp;#39;s temples, and made of imported Italian marble. You will experience Bangkok&amp;#39;s cultural richness and diversity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After city tour, check in at hotel in Bangkok. Evening is free to enjoy shopping in the shopper&amp;#39;s paradise, Bangkok with many malls and street side shops around your hotel.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Bangkok.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":174434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":174309,\"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\":2821,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357249\",\"Title\":\"Bangkok Safari World and Marine Park Tour with Lunch\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":9,\"Program\":\"&lt;p&gt;Enjoy a sumptous buffet breakfast in the hotel. Later proceed on your Safari World and Marine Park Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Safari World is an animal and leisure park based in Bangkok. Comprising two themes; Safari Park and Marine Park, the park offers its visitors a variety of entertainment options and activities for both, adults and children. Safari Park takes visitors on a ride where you have the opportunity to meet hundreds of wild animals in their natural habitat, while Marine Park has a large number of aquatic animals on display.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There are many entertaining shows also performed through the day featuring sea lions, dolphins, tigers besides a Hollywood Chowboy Stunt Show with plenty of thrill and action.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Lunch is served inside the park (Indian OR International Buffet)&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return to your hotel in the evening. Later you may explore the nearby street shops or malls.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Bangkok Hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":174434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":174309,\"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\":3403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"357252\",\"Title\":\"Bangkok: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;After having breakfast, check out from the hotel and keep your luggage with the hotel concierge.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy some last minute shopping followed by drop to Bangkok Airport for your homebound \\/ onward flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Take a plethora of memories with you to cherish for eternity...!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"49121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59713.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59714,\"priceDoubleOcc\":\"59713.50\",\"priceSingleOcc\":93263.5,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"41580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41580,\"CEB\":47850,\"COSTDO\":59713.5,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":59713.5,\"COSTTO\":59713.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49122\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"71346.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":71346,\"priceDoubleOcc\":\"71346.00\",\"priceSingleOcc\":110396,\"priceExtraBed\":\"56980.00\",\"priceWithoutBed\":\"57200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71346,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":57200,\"CEB\":56980,\"COSTDO\":71346,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":71346,\"COSTTO\":71346}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"49123\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"89210.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":89199,\"priceDoubleOcc\":\"89210.00\",\"priceSingleOcc\":131450,\"priceExtraBed\":\"89177.00\",\"priceWithoutBed\":\"68640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":89210,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":68640,\"CEB\":89177,\"COSTDO\":89210,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":89177,\"COSTTO\":89177}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"49121\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"58084.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":58085,\"priceDoubleOcc\":\"58084.95\",\"priceSingleOcc\":90719.95,\"priceExtraBed\":\"46545.00\",\"priceWithoutBed\":\"40446.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58084.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40446,\"CEB\":46545,\"COSTDO\":58084.95,\"COSTSO\":\"30500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58084.95,\"COSTTO\":58084.95}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"49122\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69400.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69400,\"priceDoubleOcc\":\"69400.20\",\"priceSingleOcc\":107385.2,\"priceExtraBed\":\"55426.00\",\"priceWithoutBed\":\"55640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69400.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":55640,\"CEB\":55426,\"COSTDO\":69400.2,\"COSTSO\":\"35500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":69400.2,\"COSTTO\":69400.2}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"49123\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"86777.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9},{\"From\":\"2023-02-18\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":86766,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":127865,\"priceExtraBed\":\"86744.90\",\"priceWithoutBed\":\"66768.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":66768,\"CEB\":86744.9,\"COSTDO\":86777,\"COSTSO\":\"38400.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86744.9,\"COSTTO\":86744.9}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab (Thailand Visa on Arrival is 2200 THB Per Person for Express Visa Processing)&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, roadblocks, and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Accommodation for 03 Nights in selected Phuket Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Accommodation for 02 Nights in selected Krabi Hotel&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Accommodation for 02 Nights in selected Pattaya Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Accommodation for 02 Nights in selected Bangkok Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Daily Breakfast in the Hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Lunch \\/ Dinner as per itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;All airport \\/ inter hotel transfers on private basis&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;All sightseeing tours as per the itinerary on sharing basis (SIC)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Phuket City Tour&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Phi Phi Island Tour in Phuket including Thai Lunch&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Emerald Pool + Hot Water Springs + Tiger Cave Temple Tour enroute from Phuket to Krabi OR V.V&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- 4 Island Tour from Krabi by Long Tail Boat including Thai Lunch&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Alcazar Show in Pattaya&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Nong Nooch Village Tour in Pattaya&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Bangkok Temple and City Tour&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;- Bangkok Safari World and Marine Park Tour including lunch&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Speed Boat \\/ Big Boat \\/ Long Tail Boat transfers on sharing basis in Phuket and Krabi&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Travel Insurance valid for your duration of stay in Thailand&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Meet and Assist at Phuket \\/ Bangkok Airport&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;*Note: Air-Conditioner in vehicles&amp;nbsp;may not operate in Hilly areas.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"353024\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[353024],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353027\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[353027],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353030\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[353030],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353033\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[353033],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353036\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[353036],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353039\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[353039],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"353042\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[353042],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"357237\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[357237],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357240\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[357240],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357243\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[357243],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357246\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[357246],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357249\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[357249],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"357252\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[357252],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Krabi,Bangkok,Pattaya,Phuket','Krabi,South East Asia,Thailand,Phuket,Pattaya,Bangkok','','14466,2266,20925,21319',58085,89210,9,'',NULL,'[{\"day\":1,\"images\":\"Thailand (14).jpg\"},{\"day\":2,\"images\":\"Thailand (4).jpg\"},{\"day\":3,\"images\":\"Thailand (15).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"Thailand (12).jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Thailand','215','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'thailand-delights',NULL,NULL,NULL,0),(185,46437,1,35,0,0,0,'Honeymoon,Family,Offbeat,Leisure,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":46437,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/offbeat-singapore_1672833407\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Singapore is unique on its own and is very much famous for its shopping, heritage sites, beautiful architectures,&amp;nbsp;cuisines&amp;nbsp;and many more.&amp;nbsp;With &amp;quot;Offbeat Singapore&amp;quot; package, we have left the beaten path of going with the regular sightseeing&amp;rsquo;s and instead, added some hidden gems and obscure places that are a wonder so you don&amp;#39;t just visit Singapore...Soak all of it..!!!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Offbeat Singapore\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13448\",\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Offbeat,Leisure,River Cruises\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531571,\"Name\":\"Hotel Chancellor\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3011349\",\"Long\":\"103.8421518\",\"Address\":\"28 Cavenagh Rd, Singapore 229635\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"&lt;p&gt;In a glass-fronted building off the Central Expressway, this modern hotel is a 6-minute walk from Somerset subway station, a 13-minute walk from the bustling shops of Orchard Road and 5 km&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;from the waterfront Gardens by the Bay.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nCasual rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs, and minifridges, plus tea and coffeemaking facilities. Upgraded rooms add rainfall showers.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA breakfast buffet is served in a sleek, bi-level cafe overlooking a lush courtyard, which also offers other meals. Other amenities include a striking rooftop lap pool flanked by a wooden deck, plus 5 conference rooms.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531571\\/4539_55424d0f16ceccf0fbed1646f2b69d561672301196.jpeg\",\"AccoAminitiesMask\":\"111111110110111110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":440160,\"Name\":\"V HOTEL LAVENDER\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"70 Jellicoe Road, Singapore, 208767, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 4 star hotel is located in the city centre of Singapore and was established in 2011. It is a short drive away from the Raffles City and the nearest station is Kallang Road. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 888 rooms are equipped with hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/640\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":442532,\"Name\":\"PENINSULA EXCELSIOR\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"5 Coleman Street, Singapore, 179805, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 3 star hotel is located in the city centre of Singapore and was established in 1974. It is close to the Clarke Quay and the nearest station is City Hall. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 591 rooms are equipped with minibar, hairdryer, safe and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/280\\/lr\\/01ext.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426045,\"Name\":\"PARKROYAL on Kitchener Road\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"181 Kitchener Road, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"In the heart of Singapore, the PARKROYAL on Kitchener Road hotel (part of Park Royal Hotels &amp; Resorts) is close to the Sri Veeramakaliamman Temple and the Malay Heritage Centre (Istana Kampong Gelam). This hotel built in 1983 is rated for its location and its rooms. The main hotel amenities are coffee shop or caf&Atilde;&copy;, bar &amp; lounge, 24-hour front desk, elevator, free WiFi and multilingual staff. Additional amenities include restaurant (&Atilde;&nbsp; la carte), restaurant (buffet), facilities for disabled guests, ironing facilities, non-smoking rooms, designated smoking areas, tours &amp; ticket assistance, bridal suite, currency exchange, ironing service, shoeshine, tour desk, trouser press and fax &amp; photocopying. This hotel accepts the following payment types: American Express, Diners Club, JCB International, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel is recommended for groups of friends and couples.This 4 star hotel is within close proximity of the Haw Par Villa (Tiger Balm Gardens) and the Underwater World. The closest airports to the hotel are Changi and Senai Intl.The hotel occupies a modern high-rise property featuring an angular, decorative facade with some prominent panelling.The hotel has business facilities including business center and multiple small meeting rooms. This hotel provides the following swimming facilities: children&#039;s swimming pool and outdoor swimming pool. Wellness facilities include 24-hour fitness facilities, sauna, spa services on site and steam room.Relax in one of the lovely 532 air conditioned rooms at PARKROYAL on Kitchener Road. The main room amenities are air conditioning, in-room safe and hair dryer. Additional room amenities include bathrobes, hair dryer (on request), slippers, complimentary newspaper, complimentary toiletries, complimentary weekday newspaper, adjoining rooms and daily housekeeping.Eating and drinking facilities include restaurant (&Atilde;&nbsp; la carte), restaurant (buffet), coffee shop or caf&Atilde;&copy; and bar &amp; lounge. Shopping facilities include gift shops or newsstand.Free parking is possible onsite. The hotel has a 24-hour reception.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/P3K\\/P3K_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426094,\"Name\":\"ONE FARRER HOTEL AND SPA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1 Farrer Park Station Road, Singapore, 217562, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 5 star hotel is located in the city centre of Singapore and was established in 2014. It is close to the Little India and the nearest station is Farrer Park MRT. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 243 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/515\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3678,\"Title\":\"SINGAPORE FLYER\",\"Description\":\"The Singapore Flyer is a giant Ferris wheel in Singapore. It has 28 air-conditioned capsules, each able to accommodate 28 passengers, and incorporates a three-storey terminal building.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2892988,\"Long\":103.8631368,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SINGAPORE_FLYER_25278_1530614974.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting&amp;#039;s bid for the right to build Singapore&amp;#039;s second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks &amp;amp; Resorts markets the park as a &amp;quot;one-of-its-kind theme park in Asia&amp;quot; and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41008,\"Title\":\"Marina Bay Sands \",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41009,\"Title\":\"Snow City Singapore\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41010,\"Title\":\"River Wonders at Mandai Zoo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":6337,\"Title\":\"Singapore Zoo, Singapore\",\"Description\":\"hyrfh\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":78.5676,\"Long\":667.454,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Singapore_Zoo,_Singapore_25278_1530611433.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41012,\"Title\":\"01 Night Extension in Hotel V Lavender\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41013,\"Title\":\"01 Night Extension in Hotel Park Royal on Kitchener Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41014,\"Title\":\"01 Night Extension in Hotel Peninsula Excelsior\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41015,\"Title\":\"01 Night Extension in Hotel Peninsula Excelsior\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":41016,\"Title\":\"01 Night Extension in One Farrer Hotel and Spa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"\",\"SupplierSysId\":13680,\"SupplierName\":\"BNB Holidays Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":37587,\"Title\":\"museum of ice cream\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(142, 21, 55) font-family: Centrano2, sans-serif font-size: 16px text-align: start&quot;&gt;There is no museum in the world where you can learn about ice cream by basking in a pink Californian beach, reminiscing your childhood in the locally-inspired dragon playground or taking a dip in a pool filled with millions of sprinkles. This is the only place in the world where anything is possible. Get ready to be transported into a world where all your wildest ice cream dreams come true.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1672906998.jpg\",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":37586,\"Title\":\"Airport Boulevard\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Jewel Changi Airport is a nature-themed entertainment and retail complex surrounded by and linked to Changi Airport, Singapore, linked to one of its passenger terminals. Its centrepiece is the world&#039;s tallest indoor waterfall, the Rain Vortex, that is surrounded by a terraced forest setting.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.3600986,\"Long\":103.9895888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1672907102.jpg\",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"334310\",\"Title\":\"Singapore: Arrival - Visit Singapore Flyer\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Singapore; the Lion City !&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Once you arrive at the Singapore Changi International Airport, our representative will heartily greet you and transfer you to the pre-reserved hotel in private transportation. Upon arrival, you will sign into the hotel and spend the day at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, visit the famous Singapore Flyer, Asia&amp;#39;s largest giant observation wheel located in the heart of downtown Marina Bay. It is high on thrills for tourists and locals alike. Step into one of the 28 fully air-conditioned glass capsules, and be transported on a 30-minute journey of stunning day and night scenes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the tour, you will return to the hotel for an overnight stay&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"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\":3678,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334315\",\"Title\":\"SINGAPORE: DUCK TOUR - AFTERNOON TILL SUNSET AT SENTOSA ISLAND\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast in the hotel head for an exciting DUCK Tour, a unique way to experience Singapore.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There is no better way to tour Singapore than catching a ride on the ORIGINAL DUCKtours.More than a tour, it&amp;rsquo;s 60 minutes of full-on thrill where you go on a voyage to discover the past, present and possibly the future. Hear the captivating Singapore story from our well-loved DUCKtainers commentating onboard the craft while you capture snapshots of the city&amp;rsquo;s major monuments.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post lunch discover endless fun and surprises at the Afternoon Till Sunset at Sentosa Tour, from amazing attractions, action packed activities pristine beaches to lush greenery. Some of the activities included in your package are cable car ride (one way), 5 in 1 Madame Tussauds, Sky Helix &amp;amp; Wings of Time. You may add other activities as desired directly at the island (own cost)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfer back to your hotel by late evening.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"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\":3676,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":2162,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41008,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41009,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41010,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":6337,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41012,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41013,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41014,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41015,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":41016,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334320\",\"Title\":\"VISIT MUSEUM OF ICE CREAM - GARDENS BY THE BAY \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After a leisurely breakfast, start your day with the visit to one of its kind &amp;quot;Museum of Ice-Cream&amp;quot;.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There is no museum in the world where you can learn about ice cream by basking in a pink Californian beach, reminiscing your childhood in the locally-inspired dragon playground or taking a dip in a pool filled with millions of sprinkles. This is the only place in the world where anything is possible. Get ready to be transported into a world where all your wildest ice cream dreams come true.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afternoon is at leisure to relax.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Early evening head for another famous attraction of Singapore - Gardens by the Bay.&amp;nbsp;A national garden and premier horticultural attraction for local and international visitors, Gardens by the Bay is a showpiece of horticulture and garden artistry that presents the plant kingdom in a whole new way, entertaining while educating visitors with plants seldom seen in this part of the world, ranging from species in cool, temperate climates to tropical forests and habitats. Your package includes entrance to 01 Dome and the Supertree.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfer back to hotel for overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"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\":2163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334325\",\"Title\":\"Singapore: Leisure Day\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Spend the fourth day of the tour at leisure&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Start the day with a wholesome breakfast at the hotel and then plan the day ahead as per your convenience. Since the day is at leisure, you can either stay at the hotel and relax or choose to go out and enjoy some optional activities like Axe Throwing, River Wonders, Singapore Zoo, Night Safari, Universal Studios, S.E.A&amp;nbsp; Aquarium, Snow City etc.&amp;nbsp; &amp;nbsp;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nOvernight stay in your Singapore Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"334330\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Post breakfast check out and enjoy some last minute shopping at the many malls &amp;amp; street side shops before proceeding to the airport for your onward \\/ homebound flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head to the Jewel Changi Airport and visit the Canopy Park (entrance included), a space to unwind and experience what it means to be called the Best Airport in the World.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Canopy Park, located at the topmost level (L5) of Jewel, welcomes the young and young at heart with an array of exciting play attractions.From mazes to bouncing nets, it&amp;#39;s all fun. Take a stroll along creative garden trails, glide down giant slides or hide in bowls of gentle mist. Spend hours at play, or simply relax at one of many charming diners.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After exploring the Canopy Park, head onwards to the respective gate for your flight.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home fond memories..!!!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"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\":37586,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46437\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55165.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54432,\"priceDoubleOcc\":\"55165.00\",\"priceSingleOcc\":74954,\"priceExtraBed\":\"50545.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55165,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50545,\"COSTDO\":55165,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52965,\"COSTTO\":52965}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57640.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":57310,\"priceDoubleOcc\":\"57640.00\",\"priceSingleOcc\":85965,\"priceExtraBed\":\"50985.00\",\"priceWithoutBed\":\"39985.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57640,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39985,\"CEB\":50985,\"COSTDO\":57640,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":56650,\"COSTTO\":56650}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":59033,\"priceDoubleOcc\":\"59400.00\",\"priceSingleOcc\":89650,\"priceExtraBed\":\"53625.00\",\"priceWithoutBed\":\"41910.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":41910,\"CEB\":53625,\"COSTDO\":59400,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":58300,\"COSTTO\":58300}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69850.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":69007,\"priceDoubleOcc\":\"69850.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"62920.00\",\"priceWithoutBed\":\"46970.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46970,\"CEB\":62920,\"COSTDO\":69850,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":67320,\"COSTTO\":67320}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46441\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"71775.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":70583,\"priceDoubleOcc\":\"71775.00\",\"priceSingleOcc\":107690,\"priceExtraBed\":\"63030.00\",\"priceWithoutBed\":\"48400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":48400,\"CEB\":63030,\"COSTDO\":71775,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":68200,\"COSTTO\":68200}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46437\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52657.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":51958,\"priceDoubleOcc\":\"52657.50\",\"priceSingleOcc\":71547,\"priceExtraBed\":\"48247.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52657.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48247.5,\"COSTDO\":52657.5,\"COSTSO\":\"17990.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50557.5,\"COSTTO\":50557.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46438\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55020.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54705,\"priceDoubleOcc\":\"55020.00\",\"priceSingleOcc\":82057.5,\"priceExtraBed\":\"48667.50\",\"priceWithoutBed\":\"38167.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55020,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38167.5,\"CEB\":48667.5,\"COSTDO\":55020,\"COSTSO\":\"25750.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":54075,\"COSTTO\":54075}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46439\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":56350,\"priceDoubleOcc\":\"56700.00\",\"priceSingleOcc\":85575,\"priceExtraBed\":\"51187.50\",\"priceWithoutBed\":\"40005.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":40005,\"CEB\":51187.5,\"COSTDO\":56700,\"COSTSO\":\"27500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":55650,\"COSTTO\":55650}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46440\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"66675.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":65870,\"priceDoubleOcc\":\"66675.00\",\"priceSingleOcc\":101850,\"priceExtraBed\":\"60060.00\",\"priceWithoutBed\":\"44835.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66675,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":44835,\"CEB\":60060,\"COSTDO\":66675,\"COSTSO\":\"33500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64260,\"COSTTO\":64260}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46441\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"68512.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":67375,\"priceDoubleOcc\":\"68512.50\",\"priceSingleOcc\":102795,\"priceExtraBed\":\"60165.00\",\"priceWithoutBed\":\"46200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":68512.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":46200,\"CEB\":60165,\"COSTDO\":68512.5,\"COSTSO\":\"32650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":65100,\"COSTTO\":65100}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&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, 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;04 nights accommodation on a twin \\/ double sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Breakfast in the Hotel&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on private basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Singapore Flyer&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Afternoon till Sunset at Sentosa (90 Tokens)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gardens by the Bay (01 Dome + Super Tree)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Singapore Duck Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Museum of Ice Cream&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Canopy Park at Jewel Changi Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Singapore Tourist Visa Processing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable Hotel 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"334310\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[334310],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334315\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[334315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334320\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[334320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334325\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[334325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"334330\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[334330],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Singapore','Singapore,South East Asia,Orient',NULL,'25278',52658,71775,4,NULL,NULL,NULL,2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Singapore','190','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'offbeat-singapore',NULL,NULL,NULL,0),(186,46191,1,35,1,0,0,'Honeymoon,Family,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":46191,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/singapore-highlights_1672650765\",\"BookingValidUntill\":\"2023-07-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The story of Singapore is rich with twists, turns and triumphs.&amp;nbsp;Get to know how far Singapore has come through the city&amp;#39;s colourful past with the &amp;quot;Singapore Highlights&amp;quot; package.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore some of the famous and most visited sightseeing places like Sentosa Island, Night Safari, Gardens by the Bay etc. during your stay in Singapore.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Singapore\",\"SourcePlaceSysId\":25278,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Singapore Highlights\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13448\",\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Activites Tour\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-07-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531571,\"Name\":\"Hotel Chancellor\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.3011349\",\"Long\":\"103.8421518\",\"Address\":\"28 Cavenagh Rd, Singapore 229635\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"&lt;p&gt;In a glass-fronted building off the Central Expressway, this modern hotel is a 6-minute walk from Somerset subway station, a 13-minute walk from the bustling shops of Orchard Road and 5 km&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;from the waterfront Gardens by the Bay.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nCasual rooms with floor-to-ceiling windows feature free Wi-Fi, flat-screen TVs, and minifridges, plus tea and coffeemaking facilities. Upgraded rooms add rainfall showers.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA breakfast buffet is served in a sleek, bi-level cafe overlooking a lush courtyard, which also offers other meals. Other amenities include a striking rooftop lap pool flanked by a wooden deck, plus 5 conference rooms.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_531571\\/4539_55424d0f16ceccf0fbed1646f2b69d561672301196.jpeg\",\"AccoAminitiesMask\":\"111111110110111110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":440160,\"Name\":\"V HOTEL LAVENDER\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"70 Jellicoe Road, Singapore, 208767, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 4 star hotel is located in the city centre of Singapore and was established in 2011. It is a short drive away from the Raffles City and the nearest station is Kallang Road. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 888 rooms are equipped with hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/640\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":442532,\"Name\":\"PENINSULA EXCELSIOR\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"5 Coleman Street, Singapore, 179805, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 3 star hotel is located in the city centre of Singapore and was established in 1974. It is close to the Clarke Quay and the nearest station is City Hall. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre\\/gym. All 591 rooms are equipped with minibar, hairdryer, safe and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/280\\/lr\\/01ext.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426045,\"Name\":\"PARKROYAL on Kitchener Road\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"181 Kitchener Road, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"In the heart of Singapore, the PARKROYAL on Kitchener Road hotel (part of Park Royal Hotels &amp; Resorts) is close to the Sri Veeramakaliamman Temple and the Malay Heritage Centre (Istana Kampong Gelam). This hotel built in 1983 is rated for its location and its rooms. The main hotel amenities are coffee shop or caf&Atilde;&copy;, bar &amp; lounge, 24-hour front desk, elevator, free WiFi and multilingual staff. Additional amenities include restaurant (&Atilde;&nbsp; la carte), restaurant (buffet), facilities for disabled guests, ironing facilities, non-smoking rooms, designated smoking areas, tours &amp; ticket assistance, bridal suite, currency exchange, ironing service, shoeshine, tour desk, trouser press and fax &amp; photocopying. This hotel accepts the following payment types: American Express, Diners Club, JCB International, MasterCard and Visa. Cash not accepted. Pets not allowed. The hotel is recommended for groups of friends and couples.This 4 star hotel is within close proximity of the Haw Par Villa (Tiger Balm Gardens) and the Underwater World. The closest airports to the hotel are Changi and Senai Intl.The hotel occupies a modern high-rise property featuring an angular, decorative facade with some prominent panelling.The hotel has business facilities including business center and multiple small meeting rooms. This hotel provides the following swimming facilities: children&#039;s swimming pool and outdoor swimming pool. Wellness facilities include 24-hour fitness facilities, sauna, spa services on site and steam room.Relax in one of the lovely 532 air conditioned rooms at PARKROYAL on Kitchener Road. The main room amenities are air conditioning, in-room safe and hair dryer. Additional room amenities include bathrobes, hair dryer (on request), slippers, complimentary newspaper, complimentary toiletries, complimentary weekday newspaper, adjoining rooms and daily housekeeping.Eating and drinking facilities include restaurant (&Atilde;&nbsp; la carte), restaurant (buffet), coffee shop or caf&Atilde;&copy; and bar &amp; lounge. Shopping facilities include gift shops or newsstand.Free parking is possible onsite. The hotel has a 24-hour reception.\",\"MainImg\":\"https:\\/\\/www.travco.co.uk\\/images\\/hotels\\/P3K\\/P3K_FRONT.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":426094,\"Name\":\"ONE FARRER HOTEL AND SPA\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1 Farrer Park Station Road, Singapore, 217562, Singapore, Singapore, \"},\"Images\":[],\"CityId\":25278,\"Brief\":\"This 5 star hotel is located in the city centre of Singapore and was established in 2014. It is close to the Little India and the nearest station is Farrer Park MRT. The Hotel has an outdoor swimming pool and a fitness centre\\/gym. All 243 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/www.miki.co.uk\\/live\\/hotel\\/mikiNet\\/image\\/v1.0\\/SG\\/18001\\/515\\/lr\\/ex.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Mint Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia&amp;#039;s most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore&amp;#039;s Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":13448,\"SupplierName\":\"Tour East Singapore (1996) Pte Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"333113\",\"Title\":\"Singapore: Arrival and Night Safari\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Singapore - The Garden City&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Once you reach the Singapore Airport, our representative will heartily greet you and transfer you to your hotel. Upon arrival, you will sign into the hotel and spend the day at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In the evening, you will visit one of the kind zoo &amp;ldquo;Night Safari&amp;rdquo;. It is the first nocturnal zoo globally with around 2500 animals from 130 species. It has played an essential role in the conservation of endangered animals. The nocturnal zoo also hosts a number of cultural shows and traditional tribal dance performances, where you can get a glimpse of Singapore&amp;rsquo;s rich traditions. You can witness the animal&amp;rsquo;s natural behaviour in the nighttime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the tour, you will return to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333118\",\"Title\":\"Singapore: Half-day City Tour &amp; Gardens by the Bay\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Have breakfast and go for the Singapore Half-day City Tour. This tour will take you to the most famous monuments in the city like Art Museum, Financial District, Central Business District, Civilian War Memorial, and Civic District. Next, see Suntec City, Marina Bay, and the icon of Singapore - the Merlion Statue. At the end of the half-day city tour indulge in shopping at Plaza Singapura.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nEarly evening visit Gardens by the Bay, a nature park spanning 101 hectares in the Central Region of Singapore, adjacent to the Marina Reservoir. The park consists of three waterfront gardens: Bay South Garden, Bay East Garden and Bay Central Garden.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333123\",\"Title\":\"Singapore: Visit to Sentosa Island \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast,&amp;nbsp;you will explore Sentosa Island which is Singapore&amp;rsquo;s premier island resort getaway. This 500-hectare resort island is home to an exciting array of themed attractions, award-winning spa retreats, and resort accommodations alongside lush rainforests and golden sandy beaches.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your Sentosa package includes one way scenic Cable Car Ride, 5 in 1 Madame Tussauds, Sky Helix and Wings of Time Show.&amp;nbsp; &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After a wonderful day, return to the hotel for an overnight stay.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":440160,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":442532,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":426045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":426094,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Mint Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"333128\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Post breakfast check out and enjoy some last minute shopping at the many malls &amp;amp; street side shops before proceeding to the airport for your onward \\/ homebound flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home fond memories..!!!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46191\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43945.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43633,\"priceDoubleOcc\":\"43945.00\",\"priceSingleOcc\":57695,\"priceExtraBed\":\"37950.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27500,\"CEB\":37950,\"COSTDO\":43945,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43010,\"COSTTO\":43010}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46192\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":45283,\"priceDoubleOcc\":\"45650.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"39160.00\",\"priceWithoutBed\":\"29150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":29150,\"CEB\":39160,\"COSTDO\":45650,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44550,\"COSTTO\":44550}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46193\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47080.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":46603,\"priceDoubleOcc\":\"47080.00\",\"priceSingleOcc\":69630,\"priceExtraBed\":\"40480.00\",\"priceWithoutBed\":\"30085.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47080,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":30085,\"CEB\":40480,\"COSTDO\":47080,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45650,\"COSTTO\":45650}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46194\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54945.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":54597,\"priceDoubleOcc\":\"54945.00\",\"priceSingleOcc\":81895,\"priceExtraBed\":\"47850.00\",\"priceWithoutBed\":\"34100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54945,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34100,\"CEB\":47850,\"COSTDO\":54945,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":53900,\"COSTTO\":53900}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46195\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":55183,\"priceDoubleOcc\":\"56650.00\",\"priceSingleOcc\":83600,\"priceExtraBed\":\"48950.00\",\"priceWithoutBed\":\"34650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":56650,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34650,\"CEB\":48950,\"COSTDO\":56650,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46191\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41947.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":41650,\"priceDoubleOcc\":\"41947.50\",\"priceSingleOcc\":55072.5,\"priceExtraBed\":\"36225.00\",\"priceWithoutBed\":\"26250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41947.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":26250,\"CEB\":36225,\"COSTDO\":41947.5,\"COSTSO\":\"12500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41055,\"COSTTO\":41055}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46192\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43575.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":43225,\"priceDoubleOcc\":\"43575.00\",\"priceSingleOcc\":64050,\"priceExtraBed\":\"37380.00\",\"priceWithoutBed\":\"27825.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27825,\"CEB\":37380,\"COSTDO\":43575,\"COSTSO\":\"19500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":42525,\"COSTTO\":42525}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46193\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44940.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":44485,\"priceDoubleOcc\":\"44940.00\",\"priceSingleOcc\":66465,\"priceExtraBed\":\"38640.00\",\"priceWithoutBed\":\"28717.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":28717.5,\"CEB\":38640,\"COSTDO\":44940,\"COSTSO\":\"20500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43575,\"COSTTO\":43575}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46194\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52447.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52115,\"priceDoubleOcc\":\"52447.50\",\"priceSingleOcc\":78172.5,\"priceExtraBed\":\"45675.00\",\"priceWithoutBed\":\"32550.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52447.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32550,\"CEB\":45675,\"COSTDO\":52447.5,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":51450,\"COSTTO\":51450}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46195\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54075.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875},{\"From\":\"2023-04-01\",\"To\":\"2023-07-31\",\"Currency\":1,\"priceTripleOcc\":52675,\"priceDoubleOcc\":\"54075.00\",\"priceSingleOcc\":79800,\"priceExtraBed\":\"46725.00\",\"priceWithoutBed\":\"33075.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":33075,\"CEB\":46725,\"COSTDO\":54075,\"COSTSO\":\"24500.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49875,\"COSTTO\":49875}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&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, 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;03 nights accommodation on twin \\/ double sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable Hotel Taxes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Singapore Tourist Visa Processing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;&amp;nbsp;&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"333113\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[333113],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333118\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[333118],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333123\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[333123],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"333128\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[333128],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Singapore','Singapore,South East Asia,Orient','','25278',41948,56650,3,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"singapore.jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-07-31 00:00:00','2023-07-31 00:00:00',3,'Singapore','190','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'singapore-highlights',NULL,NULL,NULL,0),(187,46073,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":46073,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/magical-mauritius_1672395742\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Mauritius is the perfect destination for a romantic getaway or a family holiday with its idyllic beaches, wide array of sightseeings, leisure and water sports activities, hotels appealing to romance and stunning sceneries. Whether you are on holidays with your loved ones or on your honeymoon, your stay in Mauritius promises to be unforgettable.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Mauritius\",\"DestinationPlacesSysId\":17162,\"SourcePlaces\":\"Mauritius\",\"SourcePlaceSysId\":17162,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Magical Mauritius\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"13483\",\"SupplierName\":\"SILVER WINGS TRAVELS\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Welcome Drink,Airport Transfers,Sightseeing,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Leisure\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":17162,\"Title\":\"Mauritius\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2364,\"Title\":\"Mauritius north tour\",\"Description\":\"Explore the North area of Mauritius,it has lot to discover. Whether you are on your honeymoon trip or family tour this is the best place where you can enjoy to the full.This tour offers you to discover and visit all the main tourist sights, attractions and places of interest of the North of Mauritius.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":20.016379,\"Long\":57.569572,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Mauritius_north_tour_17162_1519121851.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":13483,\"SupplierName\":\"SILVER WINGS TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":2366,\"Title\":\"Ile Aux Cerfs Island\",\"Description\":\"Ile Aux Cerfs Island is also known as the deer island.It  is a privately owned island near the east coast of Mauritius in the Flacq District. This island constitutes of around 100 hectares of land and is famous for its sandy beaches, beautiful lagoon and big selection of activities and facilities. Ile Aux Cerfs Island offers beach restaurants, an adventure park, a wide array of water sports and an 18-hole golf course as well as untouched tranquil beaches.Ile Aux Cerfs Island recently became one of the most popular tourist destination in Mauritius.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":-20.272354,\"Long\":57.804111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Ile_Aux_Cerfs_Island_17162_1517983243.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":13483,\"SupplierName\":\"SILVER WINGS TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":2365,\"Title\":\"Mauritius south tour\",\"Description\":\"Go for at least full day tour to the South and South West areas of Mauritius if you are here for 5, 6 days. This tour will cover many attractions. Plan a trip to Mauritius south tour with your loved ones and get ready to discover some magnificent wonders.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":20.016379,\"Long\":57.569572,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17162\\/sightseeing\\/Mauritius_south_tour_17162_1519120310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":13483,\"SupplierName\":\"SILVER WINGS TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":2370,\"Title\":\"Casela Nature &amp; Leisure Park, Cascavelle, Mauritius\",\"Description\":\"The Casela Nature and Leisure Park is situated in the western piece of Mauritius between Flic en Flac and Tamarin. The recreation center covers a zone of around 14 ha. In the recreation center you can see around 1500 flying creatures of more than 150 species and an assortment of creatures, for example, the great goliath turtles and different warm blooded animals, for example, lions and monkeys. The recreation center is set up with an assortment of excellent intriguing plants and blossoms. In addition on the grounds of the recreation center are found the tasty eatery Le Mirador and a wonderful post point with dazzling perspectives over the west drift. Guided visits through the recreation center are not offered but rather everybody gets an aide leaflet at the passage in which are given quickly portrayals of the individual creatures. Term: You can spend one hour in the recreation center and a few hours in the event that you take as much time as necessary to enjoy it.\",\"CurrencyType\":0,\"CityId\":17162,\"CityName\":\"Mauritius\",\"Lat\":-20.290871,\"Long\":57.403514,\"Image\":\"Casela_Nature_&amp;_Leisure_Park,__17162_1503479850.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":13483,\"SupplierName\":\"SILVER WINGS TRAVELS\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"332520\",\"Title\":\"ARRIVE MAURITIUS - TRANSFER TO HOTEL \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;As you arrive at the Sir Seewoosagur Ramgoolam International Airport for your holiday in Mauritius, clear immigration and baggage collection followed by meet and assist by our airport representative. Get transferred to your resort and complete the check-in formalities.&amp;nbsp;&lt;br \\/&gt;\\r\\nYour evening is at leisure and you can utilize it to spend quality time with your family. Head to the nearby beaches or splurge at the local markets.&lt;br \\/&gt;\\r\\nCome back to the resort for a delicious dinner and cozy stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":\"332525\",\"Title\":\"MAURITIUS - NORTH ISLAND TOUR \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After a sumptuous breakfast gear up for a full day excursion trip to the North Island of Mauritius.&lt;br \\/&gt;\\r\\nVisit major tourist attractions such as the Place D&amp;rsquo;Armes, reminiscent of the colonial French era and the Champ de Mars Racecourse.&amp;nbsp;Le Caudan Waterfront, which is a popular commercial hub in Port Louis is also a part of your day&amp;rsquo;s itinerary.&amp;nbsp;Home to casinos, luxury shops, and fine dine restaurants, Le Caudan is the place where everyone can truly have a wonderful time.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Return to the resort for a delicious dinner and have a good night&amp;rsquo;s sleep.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":2364,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332530\",\"Title\":\"MAURITIUS -ILE AUX CERF TOUR\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;After a delicious breakfast in the resort, you will be transferred to the beautiful Ile Aux Cerfs Island. The most famous island in Mauritius, your holiday in Mauritius would be incomplete without a trip to this scintillating island.&lt;br \\/&gt;\\r\\nSoak up the sun and indulge in thrilling water sports activities (own cost). Choose from a range of adventurous water sports such as parasailing, snorkeling, underwater sea walk and speed boat rides and have a wonderful time.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Head back to your resort for a delectable dinner and warm stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":2366,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332535\",\"Title\":\"DAY AT LEISURE TO ENJOY WATER SPORTS ACTIVITIES \\/ OPTIONAL SIGHTSEEING (OWN COST)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After a hearty breakfast, you have the day at leisure to relax in the comforts of your room or perhaps explore the beautiful beaches of Mauritius and enjoy some water sports activities or some optional sightseeing tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and overnight stay in your Mauritius resort.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":\"332540\",\"Title\":\"MAURITIUS -SOUTH ISLAND TOUR \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Begin your day with a delicious breakfast followed by South Island Tour of Mauritius.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the Model Ship Factory, Duty-Free Shop - Adamas, Stop at Trou aux Cerfs Volcanic Crater (Viewpoint) at Curepipe with its 7 coloured earth, Chamarel Water falls followed by visit to the Sacred Lake of Grand Bassin Ganga Talao &amp;amp; Shivji Temple.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfer back to the hotel for dinner and overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":2365,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332545\",\"Title\":\"VISIT TO CASELA PARK + INTERACTION WITH CHEETAH* (15 MINUTES) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy breakfast in the resort followed by an exciting day trip to Casela Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Casela is one of the most popular leisure and attraction parks in Mauritius offering a variety of fun and thrilling activities to individuals, families and corporates.&amp;nbsp;The park spans over 350 hectares and is divided into 5 zones, each with its own unique characteristic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your Casela Park entrance includes viewing of giraffe, pygmy hippo, camels and llamas, Petting Farm, Children&amp;#39;s playground, walk thru the aviary, safari photo, big cat viewing and giraffe viewing, Tortoise Pen + Bus Safari Tour + 1 Ride at Tulawaka Gold Coaster + Interaction with Cheetah for 15 minutes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;* Interaction with Cheetah is allowed only for adults with minimum 5 ft height.&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back to you resort for Dinner and Overnight Stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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\":2370,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332550\",\"Title\":\"DEPARTURE \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Enjoy a healthy breakfast before checking out from the resort as your Magical Mauritius package ends today. Get transferred to the airport and board your homebound flight.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with fond memories ...!!!&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17162,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46073\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47795.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47117,\"priceDoubleOcc\":\"47795.00\",\"priceSingleOcc\":68200,\"priceExtraBed\":\"27940.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47795,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22000,\"CEB\":27940,\"COSTDO\":47795,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45760,\"COSTTO\":45760}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46074\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57145.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":55513,\"priceDoubleOcc\":\"57145.00\",\"priceSingleOcc\":91905,\"priceExtraBed\":\"37290.00\",\"priceWithoutBed\":\"32450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":57145,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":32450,\"CEB\":37290,\"COSTDO\":57145,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":52250,\"COSTTO\":52250}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46075\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"79189.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":77048,\"priceDoubleOcc\":\"79189.00\",\"priceSingleOcc\":136499,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79189,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79189,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":72765,\"COSTTO\":72765}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46076\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"92950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":90823,\"priceDoubleOcc\":\"92950.00\",\"priceSingleOcc\":144210,\"priceExtraBed\":\"41717.50\",\"priceWithoutBed\":\"11880.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":92950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11880,\"CEB\":41717.5,\"COSTDO\":92950,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":86570,\"COSTTO\":86570}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"116710.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114369,\"priceDoubleOcc\":\"116710.00\",\"priceSingleOcc\":189530,\"priceExtraBed\":\"43945.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116710,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":43945,\"COSTDO\":116710,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":109686.5,\"COSTTO\":109686.5}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"46073\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46491.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45832,\"priceDoubleOcc\":\"46491.50\",\"priceSingleOcc\":66340,\"priceExtraBed\":\"27178.00\",\"priceWithoutBed\":\"21400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46491.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21400,\"CEB\":27178,\"COSTDO\":46491.5,\"COSTSO\":\"18550.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":44512,\"COSTTO\":44512}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46074\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55586.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":53999,\"priceDoubleOcc\":\"55586.50\",\"priceSingleOcc\":89398.5,\"priceExtraBed\":\"36273.00\",\"priceWithoutBed\":\"31565.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55586.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31565,\"CEB\":36273,\"COSTDO\":55586.5,\"COSTSO\":\"31600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50825,\"COSTTO\":50825}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"46075\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"77029.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74946,\"priceDoubleOcc\":\"77029.30\",\"priceSingleOcc\":132776.3,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77029.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":77029.3,\"COSTSO\":\"52100.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":70780.5,\"COSTTO\":70780.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"46076\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"90415.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88346,\"priceDoubleOcc\":\"90415.00\",\"priceSingleOcc\":140277,\"priceExtraBed\":\"40579.75\",\"priceWithoutBed\":\"11556.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90415,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11556,\"CEB\":40579.75,\"COSTDO\":90415,\"COSTSO\":\"46600.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":84209,\"COSTTO\":84209}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"46077\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"113527.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111250,\"priceDoubleOcc\":\"113527.00\",\"priceSingleOcc\":184361,\"priceExtraBed\":\"42746.50\",\"priceWithoutBed\":\"12305.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":113527,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12305,\"CEB\":42746.5,\"COSTDO\":113527,\"COSTSO\":\"66200.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":106695.05,\"COSTTO\":106695.05}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mauritius Visa (free on arrival).&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, 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;06 nights accommodation on a twin \\/ double sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast and Dinner in the Hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;North Island Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;South Island Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ile Aux Cerfs Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to Casela Park with Cheetah Interaction* (15 minutes).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers on sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Tours and sightseeing as per the itinerary on sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"332520\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[332520],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332525\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332525],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332530\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[332530],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332535\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332535],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332540\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[332540],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332545\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[332545],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332550\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[332550],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Mauritius','Mauritius,East African Islands','','17162',46492,116710,6,'',NULL,'[{\"day\":1,\"images\":\"Mauritius.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Mauritius (3).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Mauritius (1).jpg\"},{\"day\":7,\"images\":\"Mauritius (2).jpg\"}]',2,'',0,'2023-05-16 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'Mauritius','139','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'magical-mauritius',NULL,NULL,NULL,0),(188,36488,1,35,0,0,0,'Honeymoon,Beach,Family,Culture,Weekend,Shopping and Nightlife,Women Only',NULL,1,1,0,'{\"package\":{\"TPId\":36488,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/pattaya__bangkok_combo_1654670976.jpg\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Tour Highlights:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bangkok, the capital city of Thailand is a place known for its vibrant and exciting atmosphere and holds rich history and culture. The land of glittering shrines and dynamic street life, known to locals as Krung Thep, the &amp;lsquo;City of Angels&amp;rsquo; Whether you enjoy spending your time in Bangkok visiting the renowned temples of Wat Pho or Wat Phra Kaew, strolling along the small paths in Chinatown, savouring the flavours of exceptional Thai cuisines or haggling in the Chatuchak Weekend Market, this place has it all.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On the other hand, Pattaya is a city that comes out alive in the night. It is known as a carefree party town where people seek endless rollicking good times. From luxurious beach cafes to bustling street markets, from diving into the blue sea to dancing till the dawn in the town&amp;rsquo;s hottest party spot, Pattaya has all the ingredients for the perfect vacation.&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;Quick info:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Destinations Covered:&amp;nbsp;Bangkok, Pattaya&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Duration:&amp;nbsp;5 Days, 4 Nights&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Start Point:&amp;nbsp;Bangkok International Airport (BKK)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;End Point:&amp;nbsp;Bangkok International Airport (BKK)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Inclusions:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Accommodation:&amp;nbsp;2 nights accommodation in Bangkok &amp;amp; 2 nights accommodation in Pattaya&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals:&amp;nbsp;Breakfast as per the itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transfers:&amp;nbsp;Airport Pick up and drop as per your flight timings on a private basis and comfortable and hygienic vehicle for sightseeing on all days as per the itinerary on sharing basis.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Transport:&amp;nbsp;Comfortable and hygienic vehicle for sightseeing on all days as per the itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visa assistance:&amp;nbsp;It will be provided (Charges are not included)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guide:&amp;nbsp;Professional driver cum guide to help you explore this beautiful city&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;Things not to miss:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Get a glimpse of the Thai Royalty by visiting Grand Palace.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Take in the bliss of tranquillity at Lumphini Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stroll around the vibrant streets of Chinatown and relish the flavours of your favourite cuisines.&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;Destination Info:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Official Name:&amp;nbsp;Kingdom of Thailand&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Currency:&amp;nbsp;Thai Baht&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Time Zone:&amp;nbsp;GMT+7&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;How To Reach?&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bangkok is well connected internationally, visitors to the country can embark at the massive Suvarnabhumi or the smaller Don Mueang Airport. There are direct flights from major cities of India like Ahmedabad, Delhi, Mumbai, and Kolkatta which take approx 5 hours to reach!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"9,775\\/- to 17,600\\/-\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Bangkok\",\"SourcePlaceSysId\":2266,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Pattaya + Bangkok Combo\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"9932\",\"SupplierName\":\"TravelBiz Asia\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Family,Culture,Weekend,Shopping and Nightlife,Women Only\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":509822,\"Name\":\"Mike Hotel\",\"Star\":\"3.00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9269973\",\"Long\":\"100.8760477\",\"Address\":\"564\\/2, 10 Thanon Pattayasaisong, Muang Pattaya, Amphoe Bang Lamung, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_509822\\/4539_c0d490179777f95392587e2a87ee057b1654346080.jpg\",\"AccoAminitiesMask\":\"111000000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":509823,\"Name\":\"Pattaya Discovery Beach Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.9423577\",\"Long\":\"100.884931\",\"Address\":\"489 Thanon Pattaya Nuea, 6\\/1 Muang Pattaya, Amphoe Bang Lamung, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_509823\\/4539_0fad5f88d432563833aab5159cc981421654346211.jpg\",\"AccoAminitiesMask\":\"110110100000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":174184,\"Name\":\"Ambassador Hotel Bangkok\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.742386557633\",\"Long\":\"100.55762529373\",\"Address\":\"171 Soi 11 Bangkok 10110\"},\"Images\":{\"Image\":[{\"ImagId\":3866938,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/63\\/782\\/Swimming_Pool_A.jpg\"},{\"ImagId\":3866939,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/302\\/Amtel_Suite_A.jpg\"},{\"ImagId\":3866940,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/286\\/Privilege_Room_(Tower_Wing)_A.jpg\"},{\"ImagId\":3866941,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/294\\/Privilege_Suite_A.jpg\"},{\"ImagId\":3866942,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/278\\/Deluxe_Room_(Tower_Wing)_A.jpg\"},{\"ImagId\":3866943,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/254\\/Standard_Room_(Main_Wing)_A.jpg\"},{\"ImagId\":3866944,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/262\\/Superior_Room_(Tower_Wing)_A.jpg\"},{\"ImagId\":3866945,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/68\\/212\\/270\\/Superior_Suite_A.jpg\"}]},\"CityId\":2266,\"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 Ambassador Bangkok Hotel in Bangkok (Sukhumvit), you&amp;apos;ll be minutes from Chuvit Garden and close to Terminal 21 Shopping Mall.  This 4-star hotel is convenient to Siam Paragon 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 760 air-conditioned rooms featuring refrigerators and LED televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. 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).&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. Dining is also available at a coffee shop\\/caf&eacute;, and 24-hour room service is provided. 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, limo\\/town car service, and complimentary newspapers in the lobby. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/30\\/63\\/782\\/Swimming_Pool_A.jpg\",\"AccoAminitiesMask\":\"111110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":509824,\"Name\":\"Aloft Bangkok Sukhumvit 11\",\"Star\":\"4.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.7442254\",\"Long\":\"100.5565378\",\"Address\":\"35 Soi Sukhumvit 11, Klongtoey-Nua, Khet Watthana, Krung Thep Maha Nakhon 10110, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_509824\\/4539_2618a66b5c3e6914f6a87134d42bb3351654346392.jpg\",\"AccoAminitiesMask\":\"111110000010100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":9932,\"SupplierName\":\"TravelBiz Asia\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"261454\",\"Title\":\"Arrival in Bangkok - Transfer to Pattaya\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon your arrival at Bangkok airport, our&amp;nbsp;representative will transfer you to Pattaya which is approximately 147 km from Bangkok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On your way to Pattaya, witness the beautiful countryside covered in lush greenery.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reach Pattaya and proceed with the check-in formalities. Spend the rest of the day at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can stroll around the famous Pattaya street and explore the various nightclubs, markets, local cafes and so much more.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head back to the hotel for an overnight stay. Overnight stay in Pattaya.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":509822,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":509823,\"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\":\"261456\",\"Title\":\"Pattaya: Coral Island Tour\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy a wholesome breakfast and get ready for a fascinating Coral Island Tour in a shared speedboat.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;Tour Duration: 5 Hours | Pick up\\/Drop Point: Hotel | Transfers: Shared transfers | Pick up Time: 8:00 AM&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The representative will pick you up from the hotel in a shared transfer and take you to the port where you&amp;#39;ll board the speedboat.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hop on a speed boat which will take around 45 minutes to reach Coral Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;One can indulge in many activities as the Island offers a variety of fun water activities to do and find something you&amp;#39;ve always wanted to try.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the most famous beach Tawaen Beach, where there is a small harbour lined with small tourist shops.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Choose from snorkelling, sea walker diving, parasailing, jet-skiing, and many more such activities (&lt;em&gt;additional&lt;\\/em&gt; &lt;em&gt;cost)&lt;\\/em&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stroll around the white sandy beaches and watch the waves rushing over the boulders.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After an adventurous day, head back to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Pattaya.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":509822,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":509823,\"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\":2020,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"261458\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"261460\",\"Title\":\"Pattaya: Transfer to Bangkok\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast today, our representative will transfer you to Bangkok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Capture the beautiful sight of the Grand Palace, adorned with beautiful architecture and intricate details and get to know why even after 150 years, the monument is the spiritual heart of the Thai kingdom.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can also visit Wat Phra Kaew or the Temple of Emerald Buddha, located within the grounds of the Grand Palace and enshrines the Emerald Buddha image carefully carved from a single block of jade.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Make your way towards Kuan Yim Shrine (Thian Fa Foundation), and experience a peaceful time while praying to the goddess of mercy (basically in Mahayana Buddhism) and see the beauty of the colourful shrine which is about 900 years old.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Wat Benchamabopit or Marble Temple, one of the most modern works of Thai religious architecture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Continue the tour by passing through the beautiful city scenery of the colourful floating market and Chinatown.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The bustling business area of Chinatown is especially known for its gold jewellery shops where the atmosphere is totally changed at night - hordes of food stalls line the streets.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Taste the flavours of delicious Thai Cuisines, stroll around the streets and collect souvenirs for your loved ones.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head back to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Bangkok.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":174184,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":509824,\"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\":2821,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"261462\",\"Title\":\"Bangkok: Day at Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, spend the rest of the day leisurely.&amp;nbsp;One can stroll around the markets, explore local cafes and witness the extraordinary beauty of the city of angels.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;em&gt;&lt;strong&gt;You can also choose to indulge in optional activities today (contact our holiday expert to know more).&amp;nbsp;&lt;\\/strong&gt;&lt;\\/em&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Head back to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the hotel in Bangkok.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":174184,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"},{\"IsIncluded\":false,\"Id\":174184,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":509824,\"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\":\"261464\",\"Title\":\"Bangkok: Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After having breakfast, check out from the hotel and get transferred to the Bangkok airport for your return flight back home.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Take a plethora of memories with you to cherish for eternity.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"36488\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9775.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10848,\"priceDoubleOcc\":\"9775.00\",\"priceSingleOcc\":20642.5,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":9775,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10848,\"priceDoubleOcc\":\"9775.00\",\"priceSingleOcc\":20642.5,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":9775,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10848,\"priceDoubleOcc\":\"9775.00\",\"priceSingleOcc\":20642.5,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":9775,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10848,\"priceDoubleOcc\":\"9775.00\",\"priceSingleOcc\":20642.5,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9775,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":9775,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":11584,\"priceDoubleOcc\":\"10879.00\",\"priceSingleOcc\":21746.5,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10879,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":10879,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":12573,\"priceDoubleOcc\":\"12362.50\",\"priceSingleOcc\":23230,\"priceExtraBed\":\"12995.00\",\"priceWithoutBed\":\"9775.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12362.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9775,\"CEB\":12995,\"COSTDO\":12362.5,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12995,\"COSTTO\":12995}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"36489\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"18400.00\",\"priceWithoutBed\":\"13800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13800,\"CEB\":18400,\"COSTDO\":18400,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18400,\"COSTTO\":18400}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"36488\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9095.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10094,\"priceDoubleOcc\":\"9095.00\",\"priceSingleOcc\":19206.5,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9095,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":9095,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10094,\"priceDoubleOcc\":\"9095.00\",\"priceSingleOcc\":19206.5,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9095,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":9095,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10094,\"priceDoubleOcc\":\"9095.00\",\"priceSingleOcc\":19206.5,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9095,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":9095,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10094,\"priceDoubleOcc\":\"9095.00\",\"priceSingleOcc\":19206.5,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9095,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":9095,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":10778,\"priceDoubleOcc\":\"10122.20\",\"priceSingleOcc\":20233.7,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10122.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":10122.2,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":11699,\"priceDoubleOcc\":\"11502.50\",\"priceSingleOcc\":21614,\"priceExtraBed\":\"12091.00\",\"priceWithoutBed\":\"9095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11502.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9095,\"CEB\":12091,\"COSTDO\":11502.5,\"COSTSO\":\"9450.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":12091,\"COSTTO\":12091}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"36489\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17120.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120},{\"From\":\"2023-05-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17120,\"priceDoubleOcc\":\"17120.00\",\"priceSingleOcc\":34240,\"priceExtraBed\":\"17120.00\",\"priceWithoutBed\":\"12840.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12840,\"CEB\":17120,\"COSTDO\":17120,\"COSTSO\":\"16000.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17120,\"COSTTO\":17120}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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;2 nights accommodation in Pattaya.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 nights accommodation in Bangkok.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily breakfast at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Coral Island tour with lunch on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bangkok city tour on a sharing basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from Bangkok Airport to Pattaya Hotel on a private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from Pattaya Hotel to Bangkok Hotel on a private basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from Bangkok Hotel to Bangkok Airport on a private basis.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"261454\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[261454],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"261456\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[261456],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"261458\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[261458],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"261460\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[261460],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"261462\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[261462],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"261464\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[261464],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Pattaya,Bangkok','Pattaya,South East Asia,Thailand,Bangkok','','20925,2266',9095,18400,4,'',NULL,'[{\"day\":1,\"images\":\"Thailand (11).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Thailand (13).jpg\"},{\"day\":5,\"images\":\"Thailand (12).jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Thailand','215','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'pattaya-+-bangkok-combo',NULL,NULL,NULL,0),(189,46057,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station,Heritage,Culture,Romantic,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":46057,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/kashmir-ki-kali_1672729668\",\"BookingValidUntill\":\"2023-09-03\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kashmir:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kashmir is also commonly known as &amp;lsquo;Paradise on Earth&amp;rsquo;. From the majestic snow-capped mountain ranges to the meandering rivers and the pristine lakes, every square inch of Kashmir is filled with endless charm. Kashmir must be travelled, explored, lived, but most importantly, Kashmir must be felt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Once you visit Kashmir, the charming beauty of this place will be forever etched in your memory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A valley between the Great Himalayas and the Pir Panjal mountain range, Kashmir is a land of simplicity and unimaginable beauty&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Kashmir ki Kali 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Heritage,Culture,Romantic,Leisure,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-09-03\"},\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"332430\",\"Title\":\"Arrive Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive at Srinagar, where you will be met upon arrival and transferred to your Hotel .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This afternoon, enjoy a Shikara ride on Dal Lake visiting floating vegetable gardens etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332431\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"332432\",\"Title\":\"Srinagar - Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After an early breakfast, leave for Pahalgam, the Valley of Shepherds via Srinagar. Drive through saffron fields, the pine forest and along the Lidder River. Arrive Pahalgam and transfer to your hotel. Rest of the day at leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight at the hotel in Pahalgam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"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\":\"332433\",\"Title\":\"Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, depart for excursion trip to Chandanwadi (Subject to weather &amp;amp; union condition), Starting point of Amarnath Yatra &amp;amp; Betab valley, Located on the way to Chandanwari, the valley was named Betaab after the bollywood movie by the same name! Earlier known as Hajan Valley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Post lunch, (On Your Own) proceed for trip to Aru Valley - which ls a tourist spot 11 km from Pahalgam noted for its scenic meadows, and mountains, it is a base camp for trekking to the Kolhoi Glacier and Tarsar Lake. The village lies of the left bank of the Aru River, which is a tributary of the Lidder River. Dinner and Overnight at the hotel in Pahalgam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332434\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"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\":\"332435\",\"Title\":\"Pahalgam &ndash; Gulmarg \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, enjoy a picturesque drive to Gulmarg, the Meadow of Flowers, 2730 mts above sea level Gulmarg offers spectacular views of snow-capped mountain peaks, conifer forests and green meadows; it is home to the highest is hole golf course of the world. Arrive Gulmarg and transfer to hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy a Gondola ride (Gandola ride is subject to weather conditions) to Khilanmarg (lst Phase) for a breathtaking view of Nanga Parbat. One can opt for gondola cable car ride for 2nd level (Optional). You may enjoy an optional sledge ride on the snow covered slopes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":582,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332436\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":\"332437\",\"Title\":\"Gulmarg &ndash; Srinagar \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, proceed back to Srinagar. On arrival, check into your hotel. Later, proceed for half day Srinagar sightseeing covering the famous Mughal gardens, Chashme Shahi Gardens, Nishat Bagh, Abode of Pleasure on the shore of the Dal Lake, Shalimar bagh, Abode of Love built by Jehangir for his wife Empress Noor Jehan.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also visit Shankracharya Temple (243 steps).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rest of the day free for shopping on your own. Dinner and Overnight at the hotel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":1148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1563,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332438\",\"Title\":\"Srinagar - Sonmarg - Srinagar    \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Today after Breakfast,Day Free at Liesure OR&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can proceed for a OPTIONAL day excursion to Sonmarg (Golden Meadow). Sonmarg lies in Sind Valley streamed with flowers and surrounded by mountains. Sonmarg is also the base for some interesting treks to the high altitude of Himalayan Lakes. Enjoy horse riding upto Thajiwas glacier and sledge riding on snow (Optional). While returning back to Srinagar, visit Manasbal Lake (Yet another mesmerizing Lake of the Valley) and Kheer Bhawani Temple which is the most important temple for the followers of Historical Vedic religion in Kashmir known to the Kashmiri Pandits.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay at hotel in Srinagar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"332439\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Today after breakfast, transfer to Srinagar airport to board the return flight with Happy Memories!!&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile: &lt;a href=&quot;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46057\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43809.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":43809,\"priceDoubleOcc\":\"43809.00\",\"priceSingleOcc\":65713,\"priceExtraBed\":\"43809.00\",\"priceWithoutBed\":\"34285.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43809,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":34285,\"CEB\":43809,\"COSTDO\":43809,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":43809,\"COSTTO\":43809}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46057\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45999.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":45999,\"priceDoubleOcc\":\"45999.45\",\"priceSingleOcc\":68998.65,\"priceExtraBed\":\"45999.45\",\"priceWithoutBed\":\"35999.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45999.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":35999.25,\"CEB\":45999.45,\"COSTDO\":45999.45,\"COSTSO\":\"21904.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":45999.45,\"COSTTO\":45999.45}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"13015\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"13016\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"13017\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"332430\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[332430],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332431\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332431],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332432\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332432],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332433\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[332433],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332434\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332434],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332435\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332435],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332436\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[332436],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332437\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[332437],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332438\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[332438],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332439\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[332439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FromDate\":{\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230525\":{\"FromDate\":\"2023-05-25\",\"FromDateDMY\":\"25\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230512\":{\"FromDate\":\"2023-05-12\",\"FromDateDMY\":\"12\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230429\":{\"FromDate\":\"2023-04-29\",\"FromDateDMY\":\"29\\/04\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg,Sonmarg','','25897,20566,11197',43809,45999,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"Pahalgam.jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Gulmarg.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Sonmarg.jpg\"},{\"day\":7,\"images\":\"Srinagar airport.jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-09-03 00:00:00','2023-09-03 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','Kashmir tour package, Book Kashmir tour package, Kashmir holiday tour packages, paradise on Earth, serene landscapes, Dal Lake, Himalayan vistas, book now','Immerse yourself in serene landscapes, experience Dal Lake\'s tranquility, and witness the breathtaking Himalayan vistas. Book now for an unforgettable journey to Kashmir\'s paradise on Earth.','Book Kashmir Tour Package: Explore the Beauty of Paradise',NULL,'kashmir-ki-kali-2023',NULL,NULL,NULL,0),(190,44604,1,35,0,0,0,'Family,Hill Station,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44604,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/dashing-darjeeling_1672729040\",\"BookingValidUntill\":\"2023-06-09\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Darjeeling&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;is a town and municipality in the northernmost region of the&amp;nbsp;Indian state&amp;nbsp;of&amp;nbsp;West Bengal. Located in the&amp;nbsp;Eastern Himalayas, it has an average elevation of 2,045 metres (6,709&amp;nbsp;ft). To the west of Darjeeling lies the easternmost province of&amp;nbsp;Nepal, to the east the&amp;nbsp;Kingdom of Bhutan, to the north the Indian state of&amp;nbsp;Sikkim, and farther north the&amp;nbsp;Tibet Autonomous Region&amp;nbsp;region of&amp;nbsp;China.&amp;nbsp;Bangladesh&amp;nbsp;lies to the south and southeast, and most of the state of West Bengal lies to the south and southwest, connected to the Darjeeling region by a narrow&amp;nbsp;tract.&amp;nbsp;Kangchenjunga, the world&amp;#39;s third-highest mountain, rises to the north and is prominently visible on clear days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Bagdogra\",\"DestinationPlacesSysId\":2012,\"SourcePlaces\":\"Bagdogra\",\"SourcePlaceSysId\":2012,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Dashing Darjeeling 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family,Hill Station,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-06-09\"},\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":95,\"Title\":\"Baba Harbhajan Singh Memorial Temple\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh (30 August 1946 &amp;ndash; 4 October 1968) was an Indian army soldier who died in 1968 near the Nathu La in eastern Sikkim, India. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honour. He was accorded the status of saint by believers who refer to him as the Baba (saintly father).\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Baba_Harbhajan_Singh_Memorial__10106_1496747022.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2254,\"Title\":\"Seven Sisters Waterfalls\",\"Description\":\"The gurgling water of the fall plunges out of the lush green vegetation plastering the rugged cliffs, falls over the limestones making a thunderous sound. It is the perfect hot spot for those who are into photography. It is also an ideal picnic spot for the families with kids. Great place for everyone to just relax and enjoy the nature.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":62.1071148,\"Long\":7.0941854,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021489.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2259,\"Title\":\"Naga Waterfall\",\"Description\":\"You will encounter this awesome water fall enroute to Lachung. It is a popular spot to stop and take a break for pictures and enjoy the Himalayan mountain range view. Views from here are amazing and waterfall itself is very refreshing.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.6890569,\"Long\":88.7429723,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34559\\/sightseeing\\/18_1502022561.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2193,\"Title\":\"Yumthang Valley\",\"Description\":\"The Yumthang Valley is a nature sanctuary with river, hot springs, Yaks surrounded by the Himalayan mountains, located at a distance of 150 kilometers from Gangtok. The name Yumthang Valley means &amp;#039;Valley of Flowers&amp;quot; and it doesn&amp;#039;t disappoints. Other than the wonderful views of vast valley of flowers, Yumthang also offers lovely views of the mountain peaks such as Pauhunri and Shundu Tsenpa forming the backdrop of the river Teesta. Before entering the Yumthang valley, there is a hot water spring too with medicinal properties.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.8267952,\"Long\":88.6958087,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501494403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37221,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":34559,\"Title\":\"Lachung\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34559,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":95,\"Title\":\"Baba Harbhajan Singh Memorial Temple\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh (30 August 1946 &amp;ndash; 4 October 1968) was an Indian army soldier who died in 1968 near the Nathu La in eastern Sikkim, India. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honour. He was accorded the status of saint by believers who refer to him as the Baba (saintly father).\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Baba_Harbhajan_Singh_Memorial__10106_1496747022.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2254,\"Title\":\"Seven Sisters Waterfalls\",\"Description\":\"The gurgling water of the fall plunges out of the lush green vegetation plastering the rugged cliffs, falls over the limestones making a thunderous sound. It is the perfect hot spot for those who are into photography. It is also an ideal picnic spot for the families with kids. Great place for everyone to just relax and enjoy the nature.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":62.1071148,\"Long\":7.0941854,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021489.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2259,\"Title\":\"Naga Waterfall\",\"Description\":\"You will encounter this awesome water fall enroute to Lachung. It is a popular spot to stop and take a break for pictures and enjoy the Himalayan mountain range view. Views from here are amazing and waterfall itself is very refreshing.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.6890569,\"Long\":88.7429723,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34559\\/sightseeing\\/18_1502022561.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2193,\"Title\":\"Yumthang Valley\",\"Description\":\"The Yumthang Valley is a nature sanctuary with river, hot springs, Yaks surrounded by the Himalayan mountains, located at a distance of 150 kilometers from Gangtok. The name Yumthang Valley means &amp;#039;Valley of Flowers&amp;quot; and it doesn&amp;#039;t disappoints. Other than the wonderful views of vast valley of flowers, Yumthang also offers lovely views of the mountain peaks such as Pauhunri and Shundu Tsenpa forming the backdrop of the river Teesta. Before entering the Yumthang valley, there is a hot water spring too with medicinal properties.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.8267952,\"Long\":88.6958087,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501494403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37221,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":21043,\"Title\":\"Pelling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":21043,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":95,\"Title\":\"Baba Harbhajan Singh Memorial Temple\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh (30 August 1946 &amp;ndash; 4 October 1968) was an Indian army soldier who died in 1968 near the Nathu La in eastern Sikkim, India. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honour. He was accorded the status of saint by believers who refer to him as the Baba (saintly father).\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Baba_Harbhajan_Singh_Memorial__10106_1496747022.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2254,\"Title\":\"Seven Sisters Waterfalls\",\"Description\":\"The gurgling water of the fall plunges out of the lush green vegetation plastering the rugged cliffs, falls over the limestones making a thunderous sound. It is the perfect hot spot for those who are into photography. It is also an ideal picnic spot for the families with kids. Great place for everyone to just relax and enjoy the nature.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":62.1071148,\"Long\":7.0941854,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021489.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2259,\"Title\":\"Naga Waterfall\",\"Description\":\"You will encounter this awesome water fall enroute to Lachung. It is a popular spot to stop and take a break for pictures and enjoy the Himalayan mountain range view. Views from here are amazing and waterfall itself is very refreshing.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.6890569,\"Long\":88.7429723,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34559\\/sightseeing\\/18_1502022561.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2193,\"Title\":\"Yumthang Valley\",\"Description\":\"The Yumthang Valley is a nature sanctuary with river, hot springs, Yaks surrounded by the Himalayan mountains, located at a distance of 150 kilometers from Gangtok. The name Yumthang Valley means &amp;#039;Valley of Flowers&amp;quot; and it doesn&amp;#039;t disappoints. Other than the wonderful views of vast valley of flowers, Yumthang also offers lovely views of the mountain peaks such as Pauhunri and Shundu Tsenpa forming the backdrop of the river Teesta. Before entering the Yumthang valley, there is a hot water spring too with medicinal properties.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.8267952,\"Long\":88.6958087,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501494403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37221,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":95,\"Title\":\"Baba Harbhajan Singh Memorial Temple\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh (30 August 1946 &amp;ndash; 4 October 1968) was an Indian army soldier who died in 1968 near the Nathu La in eastern Sikkim, India. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honour. He was accorded the status of saint by believers who refer to him as the Baba (saintly father).\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Baba_Harbhajan_Singh_Memorial__10106_1496747022.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2181,\"Title\":\"Tsomgo lake\",\"Description\":\"Tsomgo Lake, also known Changu Lake, is a glacial lake in the East Sikkim district, some 40 kms from the capital Gangtok. Located at an elevation of 3,753 m (12,313 ft), the lake remains frozen during the winter season. The lake surface reflects different colors with change of seasons and is held in great reverence by the local Sikkimese people. Buddhist monks prognosticate after studying the changing colors of the lake.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3745576,\"Long\":88.7632283,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501488816.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2254,\"Title\":\"Seven Sisters Waterfalls\",\"Description\":\"The gurgling water of the fall plunges out of the lush green vegetation plastering the rugged cliffs, falls over the limestones making a thunderous sound. It is the perfect hot spot for those who are into photography. It is also an ideal picnic spot for the families with kids. Great place for everyone to just relax and enjoy the nature.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":62.1071148,\"Long\":7.0941854,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021489.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2259,\"Title\":\"Naga Waterfall\",\"Description\":\"You will encounter this awesome water fall enroute to Lachung. It is a popular spot to stop and take a break for pictures and enjoy the Himalayan mountain range view. Views from here are amazing and waterfall itself is very refreshing.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.6890569,\"Long\":88.7429723,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34559\\/sightseeing\\/18_1502022561.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2193,\"Title\":\"Yumthang Valley\",\"Description\":\"The Yumthang Valley is a nature sanctuary with river, hot springs, Yaks surrounded by the Himalayan mountains, located at a distance of 150 kilometers from Gangtok. The name Yumthang Valley means &amp;#039;Valley of Flowers&amp;quot; and it doesn&amp;#039;t disappoints. Other than the wonderful views of vast valley of flowers, Yumthang also offers lovely views of the mountain peaks such as Pauhunri and Shundu Tsenpa forming the backdrop of the river Teesta. Before entering the Yumthang valley, there is a hot water spring too with medicinal properties.\",\"CurrencyType\":0,\"CityId\":34559,\"CityName\":\"Lachung\",\"Lat\":27.8267952,\"Long\":88.6958087,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501494403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37221,\"Title\":\"Pemayangtse Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1407,\"Title\":\"Rabdentse Ruins\",\"Description\":\"Rabdentse was the second capital of the former Kingdom of Sikkim.  The old palace and monastery complex are in ruins, and now Archaeological Survey of India.\",\"CurrencyType\":0,\"CityId\":21043,\"CityName\":\"Pelling\",\"Lat\":27.3197716,\"Long\":88.2400333,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2844\\/thumb\\/Rabdentse Ruins_559.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"322101\",\"Title\":\" IXB Airport - Gangtok \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Meet and greet on arrival at Bagdogra International Airport and transfer to Gangtok (5,500 Ft.). On arrival check-in to the hotel and rest of the day at leisure. Overnight stay at Gangtok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"322102\",\"Title\":\"Excursion to Tsomgo Lake and Baba Mandir\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, wake up early to start the day with an Optional visit to Nathula pass. Located at the distance of 56 kms from Gangtok, the Nathula pass had been used to be a corridor of passage between India and Tibet which is now a border for India and China(Optional). The permission to visit the place must be taken in advance to witness the highest memorable roads in the world. The alpine flora and its surrounding make the journey a remarkable memory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Further, start for an excursion to Tsomgo Lake (12,400 ft. \\/ 37 Kms. \\/ 02 Hrs. from Gangtok). This high-altitude lake is a beautiful place to visit. While reaching through the mesmerizing landscapes and views of Kanchenjunga at distance, once you reach the actual place,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;you will be surprised to witness the scenic beauty of the lake and its surroundings. Afterwards, drive to Baba Mandir (13,200 ft. \\/ 16 Kms. \\/ 01 Hrs. from Tsomgo Lake). The temple is built and dedicated to the memory of great Indian army soldiers, folk heroes, and saint Baba Harbhajan Singharbhajansingh in the list is Bakthang Waterfalls (4.5 Kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Crystal clear water and outstanding Zipline make it the first choice of place to visit. Back to Hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and overnight stay at Gangtok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breafast, Dinner&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":95,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2254,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322103\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"322104\",\"Title\":\"Gangtok - Lachung \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, check out from hotel and proceed to Lachung (8,738 Ft.) in North&amp;nbsp;Sikkim. On the way, take a break at some beautiful spots that are worth seeing and visiting like Naga Waterfall, The Confluence of Lachen Chu (River) and Lachung Chu (River) at Chungthang and Bhim Nala Waterfall. On arrival at Lachung, check into your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay at Lachung.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34559,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2259,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322105\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34559,\"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\":\"322106\",\"Title\":\"Lachung - Yumthang Valley - Gangtok \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Early Morning, you can choose to visit Zero point Optional. Also known as Yume Samdong, zero point is at an altitude of 15300 Ft above the sea level. The panoramic views of snow-clad mountains and picturesque surroundings near the Indo China border makes it a must in to the list of places to visit. After reaching there, there is no further civilian road beyond this point that is the reason why it is known as Zero point.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On the way back, drive to Yumthang Valley which is known as Valley of Flowers (12,000 ft \\/ 26 Kms \\/ 1&amp;frac12; Hrs. one way).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Yumthang is the summer grazing ground of the yaks and winter playgrounds of yetis. On the way back, visit Hot Spring, which is considered to have medicinal properties. Back to hotel for lunch (ON YOUR OWN) and drive to Gangtok (5,500 Ft.). On the way, if the weather is clear you may get to see the mighty Khangchendzonga from Singhik view point. On arrival at Gangtok check-in to your hotel for dinner and overnight stay at Gangtok.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You may visit M G road for shopping on your own if time permits.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2193,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322107\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"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\":\"322108\",\"Title\":\"Gangtok - Pelling\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, start for Pelling (6,300 Ft. \\/ 120 Kms. \\/ 5 Hrs.). On the way to Pelling, visit Darap Village. This is a place which is occupied by Limboo community. Its calming ambiance, wide rolling ranch lands and Peddy fields oozes the feeling of peace and tranquillity. Feel the spirituality and peace upon the short visit of the place. Drive further by 15 Kmts to reach Pelling. On arrival, check-in to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and overnight stay at Pelling.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21043,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"322109\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21043,\"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\":\"322110\",\"Title\":\"Pelling &ndash; Darjeeling Enroute Pelling Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, transfer to Darjeeling (6,950 Ft.).&amp;nbsp; In the second half cover the Pemayangtse monastery, Rabdantse ruins (2nd capital of Sikkim), On arrival at Darjeeling, check into your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay at Darjeeling.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":37221,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1407,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322111\",\"Title\":\"Darjeeling Full Day Sightseeing with Tiger Hill\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Early morning (4:00 AM) visit Tiger Hill (Subject to availability of Permit \\/ Token) and then back to hotel. After breakfast, starting at&amp;nbsp;8.30 AM, visit Himalayan Mountaineering Institute, P.N. Zoological Park (Thursday closed), Tenzing Rock, Ropeway(Optional), Tea Garden (outer view), Japanese Temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Evening free for shopping or leisure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight stay at Darjeeling.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"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\":1786,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322112\",\"Title\":\"Darjeeling - IXB Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast, check out from hotel and take the departure transfers to New Jalpaiguri Railway Station\\/ Bagdogra International Airport for your onward journey.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile:&lt;a href=&quot;http:\\/\\/https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt; https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44604\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"61904.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":61904,\"priceDoubleOcc\":\"61904.00\",\"priceSingleOcc\":92856,\"priceExtraBed\":\"61904.00\",\"priceWithoutBed\":\"49523.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61904,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":49523,\"CEB\":61904,\"COSTDO\":61904,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":61904,\"COSTTO\":61904}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44604\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"64999.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-05-26\",\"To\":\"2023-05-26\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2},{\"From\":\"2023-06-09\",\"To\":\"2023-06-09\",\"Currency\":1,\"priceTripleOcc\":64999,\"priceDoubleOcc\":\"64999.20\",\"priceSingleOcc\":97498.79999999999,\"priceExtraBed\":\"64999.20\",\"priceWithoutBed\":\"51999.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64999.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":51999.15,\"CEB\":64999.2,\"COSTDO\":64999.2,\"COSTSO\":\"30952.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":64999.2,\"COSTTO\":64999.2}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 mentioned itinerary&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"13012\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"13013\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"13014\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"322101\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[322101],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322102\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322102],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322103\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322103],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322104\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322104],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322105\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322105],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322106\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322107\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[322107],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322108\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[322108],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322109\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[322109],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322110\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[322110],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322111\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[322111],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322112\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[322112],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FromDate\":{\"20230609\":{\"FromDate\":\"2023-06-09\",\"FromDateDMY\":\"09\\/06\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230526\":{\"FromDate\":\"2023-05-26\",\"FromDateDMY\":\"26\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230512\":{\"FromDate\":\"2023-05-12\",\"FromDateDMY\":\"12\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Gangtok,Lachung,Pelling,Darjeeling','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Lachung,Pelling,Darjeeling,West Bengal,East India','','10106,34559,21043,7556',61904,64999,7,'',NULL,'[{\"day\":1,\"images\":\"Gangtok (1).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Darpa Village.jpg\"},{\"day\":6,\"images\":\"Pemayangtse monastery.jpg\"},{\"day\":7,\"images\":\"Tiger Hill (1).jpg\"},{\"day\":8,\"images\":\"Bagdogra Airport.jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-06-09 00:00:00','2023-06-09 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','','','',NULL,'dashing-darjeeling-2023',NULL,NULL,NULL,0),(191,44626,1,35,0,0,0,'Adventure,Family,Hill Station,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44626,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/stunning-south-india_1672319675\",\"BookingValidUntill\":\"2023-05-21\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Bengaluru (also called Bangalore) is the capital of India&amp;#39;s southern Karnataka state. The center of India&amp;#39;s high-tech industry, the city is also known for its parks and nightlife. By Cubbon Park, Vidhana Soudha is a Neo-Dravidian legislative building. Former royal residences include 19th-century Bangalore Palace, modeled after England&amp;rsquo;s Windsor Castle, and Tipu Sultan&amp;rsquo;s Summer Palace, an 18th-century teak structure.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Madikeri is a hill town in southern India. Framed by the Western Ghats mountain range, it&amp;rsquo;s known for the Raja&amp;rsquo;s Seat, a simple monument overlooking forests and rice paddies. In the center, the 17th-century Madikeri Fort features 2 stone elephants at the entrance. Nearby, the domed Omkareshwar Temple is dedicated to the Hindu deity Shiva. To the northwest, cascading Abbey Falls is surrounded by spice plantations.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mysore (or Mysuru), a city in India&amp;#39;s southwestern Karnataka state, was the capital of the Kingdom of Mysore from 1399 to 1947. In its center is opulent Mysore Palace, seat of the former ruling Wodeyar dynasty. The palace blends Hindu, Islamic, Gothic and Rajput styles. Mysore is also home to the centuries-old Devaraja Market, filled with spices, silk and sandalwood.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Bengaluru\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Stunning South India 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-05-21\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":35368,\"Name\":\"JP Cordial\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.979255974096\",\"Long\":\"77.574833035469\",\"Address\":\"68, 68\\/1, Subedhar Chatram Road Bengaluru 560009\"},\"Images\":{\"Image\":[{\"ImagId\":808360,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_18_t.jpg\"},{\"ImagId\":808361,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_22_t.jpg\"},{\"ImagId\":808362,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_21_t.jpg\"},{\"ImagId\":808363,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_24_t.jpg\"},{\"ImagId\":808364,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_17_t.jpg\"},{\"ImagId\":808365,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_20_t.jpg\"},{\"ImagId\":808366,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_23_t.jpg\"},{\"ImagId\":808367,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_16_t.jpg\"},{\"ImagId\":808368,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_19_t.jpg\"}]},\"CityId\":2262,\"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 JP Cordial places you in the heart of Bengaluru, convenient to Race Course Road and Vidhana Soudha. This hotel is within close proximity of Freedom Park and Mantri Square 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 99 individually decorated guestrooms, featuring minibars and LCD televisions. Wireless Internet access (surcharge) keeps you connected, and digital programming is available for your entertainment. Private bathrooms have rainfall showerheads and complimentary toiletries. 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;Pamper yourself with onsite massages or make use of the other amenities, which include complimentary wireless Internet access and concierge services. Additional features at this hotel include a television in a common area and a picnic area. Guests can get to nearby shops 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;Grab a bite to eat at the hotel&amp;apos;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.&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, limo\\/town car service, and express check-in. 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\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2010000\\/2001400\\/2001354\\/2001354_18_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":389,\"Title\":\"Cubbon Park\",\"Description\":\"Cubbon Park, Officially called Sri Chamarajendra Park is a landmark &amp;#039;lung&amp;#039; area of the Bengaluru city. It has a rich recorded history of abundant flora and fauna plantations coupled with numerous impressive and aesthetically located buildings and statues of famous personages. The landscaping in the park creatively integrates natural rock outcrops with thickets of trees, massive bamboos, with grassy expanse and flowerbeds and the monuments within its limits, regulated by the Horticulture Department of the Government of Karnataka.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9721123,\"Long\":77.5939872,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/279\\/thumb\\/Cubbon Park_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":20864,\"Title\":\"elephant camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35817,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4206005,\"Long\":75.74125320000002,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142124,\"Name\":\"Hotel Roopa\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.308389\",\"Long\":\"76.659553\",\"Address\":\"2724\\/C Bangalore Nilgiri Road 570001 Mysore\"},\"Images\":{\"Image\":[{\"ImagId\":3126138,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_18_t.jpg\"},{\"ImagId\":3126139,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_17_t.jpg\"},{\"ImagId\":3126140,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_8_t.jpg\"},{\"ImagId\":3126141,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_1_t.jpg\"},{\"ImagId\":3126142,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_36_t.jpg\"},{\"ImagId\":3126143,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_27_t.jpg\"},{\"ImagId\":3126144,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_51_t.jpg\"},{\"ImagId\":3126145,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_56_t.jpg\"},{\"ImagId\":3126146,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_59_t.jpg\"},{\"ImagId\":3126147,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_53_t.jpg\"},{\"ImagId\":3126148,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_48_t.jpg\"},{\"ImagId\":3126149,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_54_t.jpg\"},{\"ImagId\":3126150,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_58_t.jpg\"},{\"ImagId\":3126151,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_28_t.jpg\"},{\"ImagId\":3126152,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_35_t.jpg\"},{\"ImagId\":3126153,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_42_t.jpg\"},{\"ImagId\":3126154,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_43_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;Located in Mysore, Hotel Roopa is minutes from Mysore Palace and Jaganmohan Palace and Art Gallery.  This hotel is within close proximity of Mysore Zoo.&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 52 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 have showers and complimentary toiletries. Conveniences include desks 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;Pamper yourself with onsite massages and facials. Additional features at this hotel include complimentary wireless Internet access, gift shops\\/newsstands, and a hair salon.&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 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\\/5000000\\/4670000\\/4669200\\/4669181\\/4669181_18_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":389,\"Title\":\"Cubbon Park\",\"Description\":\"Cubbon Park, Officially called Sri Chamarajendra Park is a landmark &amp;#039;lung&amp;#039; area of the Bengaluru city. It has a rich recorded history of abundant flora and fauna plantations coupled with numerous impressive and aesthetically located buildings and statues of famous personages. The landscaping in the park creatively integrates natural rock outcrops with thickets of trees, massive bamboos, with grassy expanse and flowerbeds and the monuments within its limits, regulated by the Horticulture Department of the Government of Karnataka.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9721123,\"Long\":77.5939872,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/279\\/thumb\\/Cubbon Park_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":20864,\"Title\":\"elephant camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35817,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4206005,\"Long\":75.74125320000002,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422070,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.413611\",\"Long\":\"76.69806\",\"Address\":\"Welbeck Circle, Club Road, Club Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Located 1 km away from Ooty Railway Station, Hotel Wellbeck residency is a luxury hotel offering 24 hour room service. The hotel features a multi-cuisine restaurant which offers wide variety of cuisines. Ooty Lake is located at a distance of 2 km from the hotel.  This hotel in Ooty has well furnished rooms with various modern amenities.Some of the in-room amenities include a TV, tea coffee maker,safe and a mini fridge. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/maw\\/ryl\\/hbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":389,\"Title\":\"Cubbon Park\",\"Description\":\"Cubbon Park, Officially called Sri Chamarajendra Park is a landmark &amp;#039;lung&amp;#039; area of the Bengaluru city. It has a rich recorded history of abundant flora and fauna plantations coupled with numerous impressive and aesthetically located buildings and statues of famous personages. The landscaping in the park creatively integrates natural rock outcrops with thickets of trees, massive bamboos, with grassy expanse and flowerbeds and the monuments within its limits, regulated by the Horticulture Department of the Government of Karnataka.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9721123,\"Long\":77.5939872,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/279\\/thumb\\/Cubbon Park_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":20864,\"Title\":\"elephant camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35817,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4206005,\"Long\":75.74125320000002,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":475104,\"Name\":\"Palm Era Resorts\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4457588\",\"Long\":\"75.9200863\",\"Address\":\"Guddehosur, Sunnadakere Road, Kushalnagar, Karnataka 571234, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":389,\"Title\":\"Cubbon Park\",\"Description\":\"Cubbon Park, Officially called Sri Chamarajendra Park is a landmark &amp;#039;lung&amp;#039; area of the Bengaluru city. It has a rich recorded history of abundant flora and fauna plantations coupled with numerous impressive and aesthetically located buildings and statues of famous personages. The landscaping in the park creatively integrates natural rock outcrops with thickets of trees, massive bamboos, with grassy expanse and flowerbeds and the monuments within its limits, regulated by the Horticulture Department of the Government of Karnataka.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9721123,\"Long\":77.5939872,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/279\\/thumb\\/Cubbon Park_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":20864,\"Title\":\"elephant camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35817,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4206005,\"Long\":75.74125320000002,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"322281\",\"Title\":\"Bangalore (Arrival)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival, our driver will greet you at Bangalore Airport\\/Railway Station. Reach &amp;amp; check- in at the hotel and relax for a while in the comforts of your room.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed to visit VidhanaSoudha, Lalbagh, Ashoka Pillar, Cubbon Park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35368,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":389,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322282\",\"Title\":\"Bangalore SS\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy your breakfast with the new sunrise. Then after proceed to Bangalore sightseeing. Visit Iscon Temple and Shopping at&amp;nbsp;MG Road in evening(Optional) .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35368,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322283\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"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\":\"322290\",\"Title\":\"Mysore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy your breakfast with the new sunrise. Then after proceed to Mysore &amp;amp; Check- in at the hotel and relax for a while amidst the comforts of your room.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed to visit Mysore Palace, Brindavan Gardens.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":142124,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":1167,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322291\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"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\":\"322292\",\"Title\":\"Ooty\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed to Ooty, The land where green mountains and azure sky roll down to embrace quivering beds of crimson roses below. Check- in at the hotel and relax for a while amidst the comforts of your room. Visit s,botanical garden&amp;nbsp;,Ooty lake, DoddaBetta park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note : Our vehicle will go to a possible point only at DoddaBetta park. Guests have to go by local vehicles at their own expense.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322293\",\"Title\":\"Ooty SS\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed for the sightseeing Coonoor tea gardens, Sim&amp;rsquo;s park, Dolphin&amp;#39;s nose, Later travel through Nilgiri Mountain Railway (Toy Train) by own expense etc. Overnight stay at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note : Our vehicle will go to a possible point only at Dolphin&amp;rsquo;s Nose. Guests have to go by local vehicles at their own expense.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422070,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"322294\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"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\":\"322295\",\"Title\":\"Coorg\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy your breakfast with the new sunrise. Then after transferred to Coorg &amp;amp; Check- in at the hotel and relax for a while amidst the comforts of your room.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed to visit the spectacular Abbi Falls. Then proceed to Raja&amp;rsquo;s seat where you can enjoy the panoramic view of Misty Coorg Valley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":475104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322296\",\"Title\":\"Coorg SS\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Enjoy your breakfast with the new sunrise. Then after proceed to visit the ancient temple, Omkareshwara which was built in 1860. Proceed to Elephant Dubare Camp in the evening and enjoy shopping for honey, coffee and spices as souvenirs of your tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel\\/Resort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":475104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20864,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35817,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"322297\",\"Title\":\"Departure Transfer\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Enjoy your breakfast with the new sunrise. Then after transfer to Airport \\/ Railway station for departure. Back to home with sweet memories of your tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile: &lt;a href=&quot;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49999.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47619.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 mentioned itinerary&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"13021\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"13022\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"13023\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"322281\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[322281],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322282\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[322282],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322283\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322283],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322290\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[322290],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322291\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322291],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322292\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[322292],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322293\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[322293],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322294\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[322294],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322295\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[322295],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322296\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[322296],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"322297\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[322297],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FromDate\":{\"20230510\":{\"FromDate\":\"2023-05-10\",\"FromDateDMY\":\"10\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230521\":{\"FromDate\":\"2023-05-21\",\"FromDateDMY\":\"21\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Mysore,Ooty,Coorg','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Mysore,Ooty,Tamil Nadu,Coorg','','2262,18821,20161,6879',47619,50000,7,'',NULL,'[{\"day\":1,\"images\":\"South India.jpg\"},{\"day\":2,\"images\":\"South India (1).jpg\"},{\"day\":3,\"images\":\"South India (2).jpg\"},{\"day\":4,\"images\":\"South India (3).jpg\"},{\"day\":5,\"images\":\"South India (4).jpg\"},{\"day\":6,\"images\":\"coorg.jpg\"},{\"day\":7,\"images\":\"South India (6).jpg\"},{\"day\":8,\"images\":\"\"}]',1,'',0,'2023-05-16 00:00:00','2023-05-21 00:00:00','2023-05-21 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','1','South India tour packages, Bengaluru tour, Mysore tour, Ooty tour, Coorg tour, South India travel itinerary, 7 nights/8 days South India package, Best South India tour deals, Cultural experiences in South India, Natural wonders of South India, Historical landmarks in South India, South India vacation packages','Experience the enchanting charm of South India\'s top destinations - Bengaluru, Mysore, Ooty, and Coorg - on our 7N/8D tour package. Book now!','Book South India Tour Packages for 7N/8D',NULL,'stunning-south-india-2023',NULL,NULL,NULL,0),(192,44558,1,35,0,0,0,'Beach,Family,Hill Station,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44558,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/classic-kerala_1672727677\",\"BookingValidUntill\":\"2023-05-21\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;is a&amp;nbsp;state&amp;nbsp;on the&amp;nbsp;Malabar Coast&amp;nbsp;of&amp;nbsp;India. It was formed on 1 November 1956, following the passage of the&amp;nbsp;States Reorganisation Act, by combining&amp;nbsp;Malayalam-speaking regions of the erstwhile regions of&amp;nbsp;Cochin,&amp;nbsp;Malabar,&amp;nbsp;South Canara, and&amp;nbsp;Thiruvithamkoor. Spread over 38,863&amp;nbsp;km2&amp;nbsp;(15,005&amp;nbsp;sq&amp;nbsp;mi), Kerala is the 21st&amp;nbsp;largest Indian state by area. It is bordered by&amp;nbsp;Karnataka&amp;nbsp;to the north and northeast,&amp;nbsp;Tamil Nadu&amp;nbsp;to the east and south, and the&amp;nbsp;Lakshadweep Sea to the west. With 33 million inhabitants as per the&amp;nbsp;2011 census, Kerala is the&amp;nbsp;13th-largest Indian state by population. It is divided into 14&amp;nbsp;districts&amp;nbsp;with the capital being&amp;nbsp;Thiruvananthapuram.&amp;nbsp;Malayalam&amp;nbsp;is the most widely spoken language and is also the official language of the state.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Classic Kerala 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Beach,Family,Hill Station,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-05-21\"},\"Cities\":{\"desc\":null,\"City\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2950,\"Title\":\"Spice garden \",\"Description\":\"Spice growing has been an integral part of Kerala since the beginning of time. As a continuation, several spice gardens exist in the state in different parts. And these garden host the exotic spices. Many of these gardens are located at strategic tourist locations. Thus, being frequented by tourists. The one we visited on way from Cochin to Munnar was also similar.\\r\\nThe Garden that we visited\\r\\nThis garden hosted plants and trees of almost all the spices that are used across India in everyday cooking like turmeric, coriander, chilli, cumin, pepper, cinnamon, cloves, nutmeg etc. It also had plants like vanilla, whose extract is widely used for commercial purposes and as an active flavoring ingredient for many food preparations. Also, it hosted many vegetable plants but they were special.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35793,\"Title\":\"Back waters at Kumarakom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6437768,\"Long\":76.41879089999999,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3745,\"Title\":\"Marine Drive\",\"Description\":\"Marine is a beautiful and picturesque promenade in Kochi which faces towards the backwaters of Kochi. It&#039;s one of the famous must-visit places for tourists and local populace. It&#039;s 140 m walkway that stretches from the Jankar Jetty (north) to the Emakulam Boat Jetty (South). It is situated along the edge of backwaters that begins behind the Children&#039;s Park ending at the Shanmugham Road. It is surfaced with black-dotted, red-carpet ultra tiles. Wooden benches, cast-ironed, weather-proof seating on ash grey tiles offers utmost relaxation.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37172,\"Title\":\"MG Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2950,\"Title\":\"Spice garden \",\"Description\":\"Spice growing has been an integral part of Kerala since the beginning of time. As a continuation, several spice gardens exist in the state in different parts. And these garden host the exotic spices. Many of these gardens are located at strategic tourist locations. Thus, being frequented by tourists. The one we visited on way from Cochin to Munnar was also similar.\\r\\nThe Garden that we visited\\r\\nThis garden hosted plants and trees of almost all the spices that are used across India in everyday cooking like turmeric, coriander, chilli, cumin, pepper, cinnamon, cloves, nutmeg etc. It also had plants like vanilla, whose extract is widely used for commercial purposes and as an active flavoring ingredient for many food preparations. Also, it hosted many vegetable plants but they were special.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35793,\"Title\":\"Back waters at Kumarakom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6437768,\"Long\":76.41879089999999,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3745,\"Title\":\"Marine Drive\",\"Description\":\"Marine is a beautiful and picturesque promenade in Kochi which faces towards the backwaters of Kochi. It&#039;s one of the famous must-visit places for tourists and local populace. It&#039;s 140 m walkway that stretches from the Jankar Jetty (north) to the Emakulam Boat Jetty (South). It is situated along the edge of backwaters that begins behind the Children&#039;s Park ending at the Shanmugham Road. It is surfaced with black-dotted, red-carpet ultra tiles. Wooden benches, cast-ironed, weather-proof seating on ash grey tiles offers utmost relaxation.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37172,\"Title\":\"MG Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2950,\"Title\":\"Spice garden \",\"Description\":\"Spice growing has been an integral part of Kerala since the beginning of time. As a continuation, several spice gardens exist in the state in different parts. And these garden host the exotic spices. Many of these gardens are located at strategic tourist locations. Thus, being frequented by tourists. The one we visited on way from Cochin to Munnar was also similar.\\r\\nThe Garden that we visited\\r\\nThis garden hosted plants and trees of almost all the spices that are used across India in everyday cooking like turmeric, coriander, chilli, cumin, pepper, cinnamon, cloves, nutmeg etc. It also had plants like vanilla, whose extract is widely used for commercial purposes and as an active flavoring ingredient for many food preparations. Also, it hosted many vegetable plants but they were special.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35793,\"Title\":\"Back waters at Kumarakom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6437768,\"Long\":76.41879089999999,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3745,\"Title\":\"Marine Drive\",\"Description\":\"Marine is a beautiful and picturesque promenade in Kochi which faces towards the backwaters of Kochi. It&#039;s one of the famous must-visit places for tourists and local populace. It&#039;s 140 m walkway that stretches from the Jankar Jetty (north) to the Emakulam Boat Jetty (South). It is situated along the edge of backwaters that begins behind the Children&#039;s Park ending at the Shanmugham Road. It is surfaced with black-dotted, red-carpet ultra tiles. Wooden benches, cast-ironed, weather-proof seating on ash grey tiles offers utmost relaxation.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37172,\"Title\":\"MG Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2950,\"Title\":\"Spice garden \",\"Description\":\"Spice growing has been an integral part of Kerala since the beginning of time. As a continuation, several spice gardens exist in the state in different parts. And these garden host the exotic spices. Many of these gardens are located at strategic tourist locations. Thus, being frequented by tourists. The one we visited on way from Cochin to Munnar was also similar.\\r\\nThe Garden that we visited\\r\\nThis garden hosted plants and trees of almost all the spices that are used across India in everyday cooking like turmeric, coriander, chilli, cumin, pepper, cinnamon, cloves, nutmeg etc. It also had plants like vanilla, whose extract is widely used for commercial purposes and as an active flavoring ingredient for many food preparations. Also, it hosted many vegetable plants but they were special.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35793,\"Title\":\"Back waters at Kumarakom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6437768,\"Long\":76.41879089999999,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3745,\"Title\":\"Marine Drive\",\"Description\":\"Marine is a beautiful and picturesque promenade in Kochi which faces towards the backwaters of Kochi. It&#039;s one of the famous must-visit places for tourists and local populace. It&#039;s 140 m walkway that stretches from the Jankar Jetty (north) to the Emakulam Boat Jetty (South). It is situated along the edge of backwaters that begins behind the Children&#039;s Park ending at the Shanmugham Road. It is surfaced with black-dotted, red-carpet ultra tiles. Wooden benches, cast-ironed, weather-proof seating on ash grey tiles offers utmost relaxation.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37172,\"Title\":\"MG Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2950,\"Title\":\"Spice garden \",\"Description\":\"Spice growing has been an integral part of Kerala since the beginning of time. As a continuation, several spice gardens exist in the state in different parts. And these garden host the exotic spices. Many of these gardens are located at strategic tourist locations. Thus, being frequented by tourists. The one we visited on way from Cochin to Munnar was also similar.\\r\\nThe Garden that we visited\\r\\nThis garden hosted plants and trees of almost all the spices that are used across India in everyday cooking like turmeric, coriander, chilli, cumin, pepper, cinnamon, cloves, nutmeg etc. It also had plants like vanilla, whose extract is widely used for commercial purposes and as an active flavoring ingredient for many food preparations. Also, it hosted many vegetable plants but they were special.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":35793,\"Title\":\"Back waters at Kumarakom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6437768,\"Long\":76.41879089999999,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3745,\"Title\":\"Marine Drive\",\"Description\":\"Marine is a beautiful and picturesque promenade in Kochi which faces towards the backwaters of Kochi. It&#039;s one of the famous must-visit places for tourists and local populace. It&#039;s 140 m walkway that stretches from the Jankar Jetty (north) to the Emakulam Boat Jetty (South). It is situated along the edge of backwaters that begins behind the Children&#039;s Park ending at the Shanmugham Road. It is surfaced with black-dotted, red-carpet ultra tiles. Wooden benches, cast-ironed, weather-proof seating on ash grey tiles offers utmost relaxation.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":37172,\"Title\":\"MG Road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"321642\",\"Title\":\"Munnar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival at Cochin. Later, it proceeds to Munnar. This beautiful hill station was once the summer capital of the British Government in India. The never ending vast expanse of tea plantations and the round the year moderate climate makes it a little haven for visitors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at Munnar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"321643\",\"Title\":\"Munnar \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast then visit Tea museum then Visit to Rajamalahouse of the highly endangered mountain goats - the Nilgiri Thars. Then to Echo point and Mattupetty Dam. Speed boating facilities are available here. The dam is flanked by forests and vast expanse of grass land on one side and the Kundala dam, top station, tea plantation on the other Etc&amp;hellip;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at Munnar.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;**Optional activities Elephant ride, Kathakali dance, Mattupetty dam speed boating&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"321644\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"321678\",\"Title\":\"Thekkady\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed to Thekkady. By noon at Thekkady.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Periyar Lake around which the sanctuary is built, for boating. This is the only sanctuary in India where you can have the unique experience of viewing the wild life at close quarters from the safety of boat. Later Enjoy Spice Garden.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Thekkady.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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},{\"IsIncluded\":true,\"Id\":2950,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321679\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"321704\",\"Title\":\"Alleppey\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed to Alleppey. The &amp;quot;Venice of India&amp;quot; noted for its winding waterways and canals. It is an important commercial and business town, manufacturing and exporting coir products and black pepper. Explore the natural beauty of Kerala, the paddy fields, narrow canals, coir villages&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at House Boat.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35793,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321705\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"321715\",\"Title\":\"Kovalam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed to Kovalam. Kovalam - Breath takingly beautiful - a haven of peace and tranquillity - the idyllic tourist Destination in God&amp;#39;s own country. Kovalam offers an excellent diversity with Kovalam beach to suit all desires and occasions.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit lighthouse beach and Hawah&amp;nbsp;Beach.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4388,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321716\",\"Title\":\"Kovalam &ndash; Trivandrum &ndash; Kovalam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast. Later proceed to Trivandrum for city tour covering Napier Museum, Shri Padmanabhaswamy Temple and Zoo. Afternoon leisure at Kovalam and overnight stay at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1606,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13996,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321717\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"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\":\"321718\",\"Title\":\"Cochin\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Enjoy the sumptuous breakfast.. Later proceed to Cochin also known as &amp;quot;Queen of Arabian Sea&amp;quot; due to the long maritime history; Arabs, Chinese, Dutch, British and Portuguese followed the sea routes to Cochin.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;See The fascinating Chinese Fishing nets are typical of Kechi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Fort Kochi, Chinese Fishing Nets as time permits, Marine Drive and MG Road. Overnight stay at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3777,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3745,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":37172,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"321719\",\"Title\":\"Departure transfer\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Transfer to Airport \\/ Railway station. Back to home with sweet memories of your&amp;nbsp;tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile: &lt;a href=&quot;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44558\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46999.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":39166,\"priceDoubleOcc\":\"46999.05\",\"priceSingleOcc\":70498.05,\"priceExtraBed\":\"23499.00\",\"priceWithoutBed\":\"23499.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46999.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":23499,\"CEB\":23499,\"COSTDO\":46999.05,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23499,\"COSTTO\":23499}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44558\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44761.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380},{\"From\":\"2023-05-21\",\"To\":\"2023-05-21\",\"Currency\":1,\"priceTripleOcc\":37301,\"priceDoubleOcc\":\"44761.00\",\"priceSingleOcc\":67141,\"priceExtraBed\":\"22380.00\",\"priceWithoutBed\":\"22380.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44761,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22380,\"CEB\":22380,\"COSTDO\":44761,\"COSTSO\":\"22380.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22380,\"COSTTO\":22380}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Return Airport Transfer.&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 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 mentioned itinerary&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12898\",\"Value\":\"60\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12899\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12900\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"321642\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[321642],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321643\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[321643],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321644\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[321644],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321678\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[321678],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321679\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[321679],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321704\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[321704],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321705\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[321705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321715\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[321715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321716\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[321716],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321717\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[321717],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321718\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[321718],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"321719\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[321719],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"410\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"411\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230521\":{\"FromDate\":\"2023-05-21\",\"FromDateDMY\":\"21\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230507\":{\"FromDate\":\"2023-05-07\",\"FromDateDMY\":\"07\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"18676\":{\"CityName\":\"Mumbai\",\"FlightInv\":{\"1\":{\"412\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"413\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230521\":{\"FromDate\":\"2023-05-21\",\"FromDateDMY\":\"21\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230507\":{\"FromDate\":\"2023-05-07\",\"FromDateDMY\":\"07\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"14275\":{\"CityName\":\"Kochi\",\"FlightInv\":{\"1\":{\"414\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"415\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230521\":{\"FromDate\":\"2023-05-21\",\"FromDateDMY\":\"21\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230507\":{\"FromDate\":\"2023-05-07\",\"FromDateDMY\":\"07\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Munnar,Thekkady,Alleppey,Kovalam,Cochin','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Kovalam,Cochin,Trivandrum',NULL,'18697,27156,670,14455,6561',44761,46999,7,NULL,NULL,NULL,1,'',0,'2023-05-16 00:00:00','2023-05-21 00:00:00','2023-05-21 00:00:00',3,'India','101','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'classic-kerala-2023',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (193,46102,1,35,1,0,0,'Adventure,Family,Religious,Hill Station,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":46102,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/ultimate-uttarakh_1672730015\",\"BookingValidUntill\":\"2023-05-25\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Uttarakhand&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Uttarakhand, a state in northern India crossed by the Himalayas, is known for its Hindu pilgrimage sites. Rishikesh, a major centre for yoga study, was made famous by the Beatles&amp;rsquo; 1968 visit. The city hosts the evening Ganga Aarti, a spiritual gathering on the sacred Ganges River. The state&amp;#39;s forested Jim Corbett National Park shelters Bengal tigers and other native wildlife.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Ultimate Uttarakhand 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Religious,Hill Station,Leisure,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-05-25\"},\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1713,\"Title\":\"Swaminarayan Akshardham Temple\",\"Description\":\"&amp;#039;Akshardham&amp;#039; means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir &amp;ndash; an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony. Timeless Hindu spiritual messages, vibrant devotional traditions and ancient architecture all are echoed in its art and architecture.The mandir is a humble tribute to Bhagwan Swaminarayan (1781- 1830), the avatars, devas and great sages of Hinduism. The traditionally-styled complex was inaugurated on 6 November 2005 with the blessings of HH Pramukh Swami Maharaj and through the devoted efforts of skilled artisans and volunteers.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6326526,\"Long\":77.3069447,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/65\\/thumb\\/Swaminarayan Akshardham Temple_310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":18776,\"Title\":\"Mussoorie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18776,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1713,\"Title\":\"Swaminarayan Akshardham Temple\",\"Description\":\"&amp;#039;Akshardham&amp;#039; means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir &amp;ndash; an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony. Timeless Hindu spiritual messages, vibrant devotional traditions and ancient architecture all are echoed in its art and architecture.The mandir is a humble tribute to Bhagwan Swaminarayan (1781- 1830), the avatars, devas and great sages of Hinduism. The traditionally-styled complex was inaugurated on 6 November 2005 with the blessings of HH Pramukh Swami Maharaj and through the devoted efforts of skilled artisans and volunteers.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6326526,\"Long\":77.3069447,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/65\\/thumb\\/Swaminarayan Akshardham Temple_310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":18892,\"Title\":\"Nainital\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1713,\"Title\":\"Swaminarayan Akshardham Temple\",\"Description\":\"&amp;#039;Akshardham&amp;#039; means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir &amp;ndash; an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony. Timeless Hindu spiritual messages, vibrant devotional traditions and ancient architecture all are echoed in its art and architecture.The mandir is a humble tribute to Bhagwan Swaminarayan (1781- 1830), the avatars, devas and great sages of Hinduism. The traditionally-styled complex was inaugurated on 6 November 2005 with the blessings of HH Pramukh Swami Maharaj and through the devoted efforts of skilled artisans and volunteers.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6326526,\"Long\":77.3069447,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/65\\/thumb\\/Swaminarayan Akshardham Temple_310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":6917,\"Title\":\"Corbett\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6917,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"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\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1713,\"Title\":\"Swaminarayan Akshardham Temple\",\"Description\":\"&amp;#039;Akshardham&amp;#039; means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir &amp;ndash; an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony. Timeless Hindu spiritual messages, vibrant devotional traditions and ancient architecture all are echoed in its art and architecture.The mandir is a humble tribute to Bhagwan Swaminarayan (1781- 1830), the avatars, devas and great sages of Hinduism. The traditionally-styled complex was inaugurated on 6 November 2005 with the blessings of HH Pramukh Swami Maharaj and through the devoted efforts of skilled artisans and volunteers.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6326526,\"Long\":77.3069447,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/65\\/thumb\\/Swaminarayan Akshardham Temple_310.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1162,\"Title\":\"Mussoorie Lake\",\"Description\":\"Mussoorie Lake is a beautiful place in the city of Mussoorie and one of the places which can not remember anyone in this city. Mussoorie is known for its calm setting and the calm nature of the voyages and this lake tells peace and tranquility and the truth. This big lake is well known for boating and you can pedal your way through the lake and spend some quality time with them it is an artificial lake that still feels reality and One gives opportunity to some good ideas of the Doon Valley. While lying on the Mussoorie Dehradun Highway this lake is being visited by many people and one of the people who feel happy in Mussoorie is this favorite place. And this is the famous for Natural beauty amazing adventures scenic setting Seeking Experience serene location and blissful peace.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4585113,\"Long\":78.0737202,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mussoorie_Lake_18776_1518276334.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2457,\"Title\":\"Corbett Fall\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.277785,\"Long\":79.320871,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Corbett_Fall_6917_1519303201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2456,\"Title\":\"Garija Temple\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":6917,\"CityName\":\"Corbett\",\"Lat\":29.494165,\"Long\":79.141201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6917\\/sightseeing\\/Garija_Temple_6917_1519303345.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"332638\",\"Title\":\"DELHI\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival at Delhi airport \\/ railway station and proceed to your hotel and check in &amp;amp; Relax.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then proceed to&amp;nbsp; visit &amp;ldquo;Lotus temple&amp;ldquo; notable for its&amp;nbsp;flowerlike shape, it has become a&amp;nbsp;prominent attraction&amp;nbsp;in the city, houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. After visit &amp;ldquo;The India Gate &amp;ldquo;- it is a war memorial located near the Rajpath on the eastern edge of the &amp;quot;ceremonial axis&amp;quot; of New Delhi, formerly called duty path. In the heart of Old Delhi, &amp;ldquo;Chandni Chowk&amp;rdquo; is a busy shopping area with markets full of spices, dried fruit, silver jewellery and vivid saris, while the narrow side streets are crowded with tiny shops selling essential oils, stationery and traditional Indian sweets.&amp;nbsp;Later go to the &amp;ldquo;Raj Ghat &amp;ldquo;is a memorial dedicated to Mahatma Gandhi in Delhi, India. Originally it was &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;the name of a historic ghat of Old Delhi. Then visit to the The&amp;nbsp;&amp;ldquo; Red Fort &amp;ldquo;or&amp;nbsp; &amp;ldquo; Lal Qila&amp;nbsp;&amp;ldquo; is a historic&amp;nbsp;fort&amp;nbsp;in&amp;nbsp;Old Delhi,&amp;nbsp;Delhi&amp;nbsp;in&amp;nbsp;India&amp;nbsp;that served as the main residence of the&amp;nbsp;Mughal Emperors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay in Delhi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332639\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"332640\",\"Title\":\"DELHI TO MUSSOORIE\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, check out and Drive to &amp;#39;Akshardham&amp;#39;, that means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir &amp;ndash; an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony. Drive to Mussoorie, on arrival, check in to hotel and relax.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay in Mussoorie.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1713,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332641\",\"Title\":\"MUSSOORIE\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, visit &amp;ldquo;Mussoorie Lake &amp;ldquo;is a man-made lake developed as a picnic spot by the City Board and the Mussoorie &amp;ndash; Dehradun Developmental Authority. This tiny lake is created by a natural waterfall cascading nearby. Gigantic Fall with somersault of the streams before hitting the bottom, &amp;ldquo;Kempty Falls&amp;rdquo; is the most popular and one of the oldest tourist spots near Mussoorie. Located at the heart of&amp;nbsp;Mussoorie&amp;nbsp;city, The&amp;nbsp;Mall&amp;nbsp;is famous for picturesque viewpoints providing amazing views of the Doon valley.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay in Mussoorie.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5222,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1047,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332642\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"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\":\"332643\",\"Title\":\"NAINITAL\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, proceed city Nainital. After check in and rest visit &amp;ldquo;Nainital Lake&amp;rdquo;, famously known as&amp;nbsp;&amp;ldquo;Naini Lake&amp;nbsp;&amp;ldquo;is the major attraction of&amp;nbsp;Naintal town&amp;nbsp;as well of Uttarakhand. Surrounded by panoramic seven hills.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later visit A well-known Shakti Peeths of Hindu religion,&amp;ldquo;Naini Devi Temple&amp;rdquo;is sacred place of great devotion in&amp;nbsp;Nainital. Goddess Naini Devi is the diety of Naini Devi Temple and located at northern end of famous&amp;nbsp;Nainital Lake.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay Nainital.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1182,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332644\",\"Title\":\"NAINITAL\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, proceed &amp;ldquo;The Mall ROAD&amp;rdquo; is a most popular name in Nainital city. A busiest road in day time, The Mall runs side by side of the&amp;nbsp;Nainital Lake.&amp;nbsp;Britishers constructed The Mall Road which passes through the centre of Nainital and connects two main ends of&amp;nbsp;Nainital city, Mallital and Tallital .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay in Nainital.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can enjoy the Ropeway in nainital also (on your own).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1045,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332645\",\"Title\":\"NAINITAL\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy breakfast in hotel and enjoy the rest of leisure day in nainital.&amp;nbsp;Dinner and Overnight Stay Nainital.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"332646\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"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\":\"332647\",\"Title\":\"CORBBET\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast, you may opt to go for a Jungle ride to see the Corbett National Park by Jeep or Canter (optional). Rich in flora and fauna, it&amp;#39;s known for its Bengal tigers. Animals like tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds. After a unique wildlife experience, return to the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay Corbett.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"332648\",\"Title\":\"CORBETT\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast, proceed to the Jim Corbett. After check in and some rest visit Garjiya Devi Temple is a noted Devi temple located in the Garjiya village near Ramnagar. Corbett Falls is a scenic water fall and is surrounded by dense teak wood forest. This waterfall is cascading down from a height of 20 m in to a pool. Sound of the waterfall makes perfect melody with chippings of the birds.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner and Overnight Stay Corbett.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2457,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2456,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332649\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;After breakfast, proceed to delhi airport \\/ railway station and drop.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile: &lt;a href=&quot;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6917,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46102\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49999.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":50000,\"priceDoubleOcc\":\"49999.95\",\"priceSingleOcc\":74999.4,\"priceExtraBed\":\"49999.95\",\"priceWithoutBed\":\"39999.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49999.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":39999.75,\"CEB\":49999.95,\"COSTDO\":49999.95,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":49999.95,\"COSTTO\":49999.95}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46102\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47619.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-17\",\"To\":\"2023-05-17\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619},{\"From\":\"2023-05-25\",\"To\":\"2023-05-25\",\"Currency\":1,\"priceTripleOcc\":47619,\"priceDoubleOcc\":\"47619.00\",\"priceSingleOcc\":71428,\"priceExtraBed\":\"47619.00\",\"priceWithoutBed\":\"38095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47619,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":38095,\"CEB\":47619,\"COSTDO\":47619,\"COSTSO\":\"23809.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47619,\"COSTTO\":47619}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"13024\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"13025\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"13026\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"332638\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[332638],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332639\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332639],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332640\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332640],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332641\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[332641],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332642\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332642],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332643\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332643],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332644\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[332644],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332645\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[332645],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332646\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[332646],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332647\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[332647],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332648\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[332648],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332649\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[332649],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FromDate\":{\"20230509\":{\"FromDate\":\"2023-05-09\",\"FromDateDMY\":\"09\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230517\":{\"FromDate\":\"2023-05-17\",\"FromDateDMY\":\"17\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230525\":{\"FromDate\":\"2023-05-25\",\"FromDateDMY\":\"25\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Mussoorie,Nainital,Corbett','Delhi,Indian Subcontinent,North India,India,Mussoorie,Uttarakhand,Nainital,Corbett','','7701,18776,18892,6917',47619,50000,8,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"UK (2).jpg\"},{\"day\":3,\"images\":\"UK (3).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"UK.jpg\"},{\"day\":7,\"images\":\"UK (4).jpg\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"UK (1).jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-05-25 00:00:00','2023-05-25 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-16 00:00:00',1,1,'1','1','0','Uttarakhand tour package, ultimate Uttarakhand tour, Himalayan landscapes, hill stations in Uttarakhand, waterfalls in Uttarakhand, adventure activities, nature and spirituality, book tour package, create memories, unforgettable journey','Uncover Uttarakhand\'s wonders with our Ultimate Uttarakhand Tour Package. Explore the Himalayas, hill stations, waterfalls, and thrilling adventures. Book now!','Book Ultimate Uttarakhand Tour Package',NULL,'ultimate-uttarakhand-2023',NULL,NULL,NULL,0),(194,44167,1,35,0,0,0,'Honeymoon,Adventure,Beach,Romantic,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44167,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/thail-_1672665723\",\"BookingValidUntill\":\"2023-09-03\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Bangkok, Thailand&amp;rsquo;s capital, is a large city known for ornate shrines and vibrant street life.The boat-filled Chao Phraya River feeds its network of canals, flowing past the Rattanakosin royal district, home to the opulent Grand Palace and its sacred Wat Phra Kaew Temple.Nearby is Wat Pho Temple with an enormous reclining Buddha and, on the opposite shore, Wat Arun Temple with its steep steps and Khmer-style spire.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pattaya is a city on Thailand&amp;rsquo;s eastern Gulf coast known for its beaches.A quiet fishing village as recently as the 1960s, it&amp;rsquo;s now lined with resort hotels, high-rise condos, shopping malls, cabaret bars and 24-hour clubs.Nearby, hillside Wat Phra Yai Temple features an 18m-tall golden Buddha. The area also features several designer golf courses, some with views of Pattaya Bay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Phuket City, on Phuket Island, is the capital of Thailand&amp;rsquo;s Phuket Province. In the Old Town, Thalang Road is lined with colorful 19th-century shophouses and Sino-Portuguese buildings.Built in 1903 by a wealthy tin merchant, Baan Chinpracha mansion has Italian floor tiles, shuttered windows and antique furniture. Set in a 1930s manor, the Thai Hua Museum has exhibits on Phuket&amp;rsquo;s culture and history.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Phuket\",\"SourcePlaceSysId\":21319,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Thailand 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Visa\",\"PackageType\":\"Honeymoon,Adventure,Beach,Romantic,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-09-03\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365348,\"Name\":\"Mai House Patong Hill\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.903324\",\"Long\":\"98.313802\",\"Address\":\"5\\/5 Phrabarami Road, Patong, 20 83150 PATONG  TH, 83150\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"ocated on the hill leading to Patong, Mai House Patong Hill offers modern accommodation, an outdoor pool and free WiFi in public areas. During their stays, adult guests can enjoy use of the adult-only pool and children can play in the kid&#039;s club. Patong Beach is 2.2 km away.\\n\\nAir-conditioned rooms and suites features a flat-screen satellite TV, a seating area and a minibar. Suites also include a dining area and some rooms have a spa bath. The en suite bathroom comes with a shower, a hairdryer and free toiletries.\\n\\nLocal and international dishes can be ordered at the on-site restaurant. Other facilities and services at Mai House Patong Hill include a spa, a fitness room and a 24-hour reception. Free private parking is available.\\n\\nWithin a 10-minute drive to Patong&#039;s centre, guests will find various restaurants. Local points of interest include the nightlife on Bangla Road and shopping op\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"318311\",\"Title\":\"Arrival &ndash; Phuket and Phuket city Tour\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival at Phuket Airport, clear immigration and proceed towards and collect your baggage and head to the arrival gate.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meet and greet by our representative and enroute Phuket city Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You enjoy and admire Phuket&amp;rsquo;s natural beauty and culture. You will visit&amp;nbsp; Wat Chalong temple. Visit other attractive places and enjoy there.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the city tour, check in into the hotel. The evening time is Leisure. &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There you can take a rest or you can plan a visit to the nearest market, Shopping Purpose.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner at an Indian restaurant\\/ hotel. Overnight stay at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3887,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318312\",\"Title\":\"Full Day Enjoy the Phi-Phi Island Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Morning after breakfast, we proceeded for a full day after our excursion to Phi-Phi Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can enjoy at Phi Phi Islands snorkeling and sightseeing. Take a glimpse of the famous Maya Bay at Phi Phi Leh and go for a swim in the Pileh Lagoon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;See the monkeys at Monkey Beach and pass by Viking Cave. Then hike up to the Phi Phi Don View Point and enjoy the incredible views.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore the underwater world. Snorkeling and relaxing at Bamboo Island and it&amp;#39;s a beautiful beach. You also enjoy lunch there.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afterwards, proceed to dinner at an Indian restaurant and stay overnight at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Lunch, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318313\",\"Title\":\"Free day  \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy the morning breakfast and take a rest or you can enjoy at nearest shopping area, food, and other activities.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner at an Indian restaurant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at a Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: - Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"318314\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"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\":\"318315\",\"Title\":\"Arrival &ndash; Krabi \",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318316\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318317\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318318\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318319\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318320\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318321\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"318322\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"318323\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44167\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"95238.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44167\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"99999.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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\\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;TCS @5% on total package cost&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;\\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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12865\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12866\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12867\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"318311\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[318311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318312\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[318312],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318313\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[318313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318314\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318315\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318316\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[318316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318317\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318318\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318319\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[318319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318320\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[318320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318321\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[318321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318322\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[318322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318323\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[318323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"352\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"353\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230513\":{\"FromDate\":\"2023-05-13\",\"FromDateDMY\":\"13\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230523\":{\"FromDate\":\"2023-05-23\",\"FromDateDMY\":\"23\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230405\":{\"FromDate\":\"2023-04-05\",\"FromDateDMY\":\"05\\/04\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"21319\":{\"CityName\":\"Phuket\",\"FlightInv\":{\"1\":{\"354\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"355\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230513\":{\"FromDate\":\"2023-05-13\",\"FromDateDMY\":\"13\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230523\":{\"FromDate\":\"2023-05-23\",\"FromDateDMY\":\"23\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230405\":{\"FromDate\":\"2023-04-05\",\"FromDateDMY\":\"05\\/04\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Phuket,Krabi,Bangkok,Pattaya','Phuket,South East Asia,Thailand,Krabi,Pattaya,Bangkok',NULL,'21319,14466,2266,20925',95238,100000,9,NULL,NULL,NULL,1,'',0,'2023-05-16 00:00:00','2023-09-03 00:00:00','2023-09-03 00:00:00',3,'Thailand','215','2023-05-16 00:00:00','2023-05-16 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'thailand-2023',NULL,NULL,NULL,0),(195,44110,1,35,0,0,0,'Honeymoon,Family,Cruise,Shopping and Nightlife,Leisure,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44110,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/premium-singapore-malaysia-cruise_1672656787\",\"BookingValidUntill\":\"2023-09-07\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kuala Lumpur&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kuala Lumpur is the capital city of Malaysia, boasting gleaming skyscrapers, colonial architecture, charming locals, and a myriad of natural attractions. Divided into numerous districts, its main hub is called the Golden Triangle which comprises Bukit Bintang, KLCC, and Chinatown. KL is widely recognized for numerous landmarks, including&amp;nbsp;Petronas Twin Towers&amp;nbsp;(the world&amp;rsquo;s tallest twin skyscrapers), Petaling Street flea market, and Batu Caves, which are over 400 million years old.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Singapore&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Despite being a tiny island and a former fishing village, the modern city of Singapore is filled with so much to explore! Visit the iconic symbol of Singapore at Merlion Park and enjoy views of the waterfront before heading off to Gardens by the Bay where you can witness various flora in bloom. For the best views of the Singapore cityscape, head to the Marina Bay Sands.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If you&amp;#39;re looking for adventure, spend a day at Sentosa Island and indulge in various outdoor activities, or head to Universal Studios Singapore for some heart-pumping fun. You can even visit animals at the Singapore Zoo or the Night Safari, the world&amp;#39;s first nocturnal zoo.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dream Cruise&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Genting&amp;nbsp;Dream&amp;nbsp;is a vessel for your&amp;nbsp;dreams&amp;mdash;it features all the comfort of authentic Asian hospitality, combined with the finest experiences from around the world. ... Our ships feature six slides to experience; gentler ones for the family and faster ones for thrill-seekers.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Kuala Lumpur\",\"SourcePlaceSysId\":30568,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Premium Singapore, Malaysia, Cruise 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Visa\",\"PackageType\":\"Honeymoon,Family,Cruise,Shopping and Nightlife,Leisure,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-09-07\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":30568,\"Title\":\"Kuala Lumpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":221062,\"Name\":\"Swiss Garden Hotel Kuala Lumpur\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"3.144433\",\"Long\":\"101.705591\",\"Address\":\"117 JALAN PUDU 310 55100 KUALA LUMPUR  MY, , , 55100\"},\"Images\":{\"Image\":[{\"ImagId\":4791138,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIIChAnwOW\\/84dgWcpXl1h0cFuUbeKvyH2Tj2m0Kt3HRC5bDspZDleX\\/4Kwc2LCGxc0YEVuFNcpBfJfQ==\"}]},\"CityId\":30568,\"Brief\":\"The stylish and elegant Swiss Garden Hotel Kuala Lumpur enjoys a perfect situation, strategically located in the heart of the city between Bukit Bintang and Chinatown. It features a contemporary style interior design and a wide range of excellent services and amenities including a complimentary scheduled shuttle service to major business and shopping destinations. The famous attractions of the Golden Triangle are just a few steps away; the spectacular Petronas Towers are within walking distance. An ideal hotel both for business and leisure travellers.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin 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\":30568,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16464,\"Title\":\"Kl Tower\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Lato, sans-serif font-size: 13.3333px&quot;&gt;KL TOWER is the seventh tallest telecommunication tower in the world and the tallest in Southeast Asia. Standing at 421m and located in the heart of Kuala Lumpur, the capital city of Malaysia, we offer a unique blend of Cultural, Adventure and Nature experience not found anywhere else in the world.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1599906288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual&amp;#039;s unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28766,\"Title\":\"Putra Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28764,\"Title\":\"Putrajaya city tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28765,\"Title\":\"Putrajya Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting&amp;#039;s bid for the right to build Singapore&amp;#039;s second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks &amp;amp; Resorts markets the park as a &amp;quot;one-of-its-kind theme park in Asia&amp;quot; and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia&amp;#039;s most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore&amp;#039;s Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":35802,\"Title\":\"Singapore Cruise\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":514756,\"Name\":\"Genting Dream Cruise\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35802,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Inside Stateroom\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16464,\"Title\":\"Kl Tower\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Lato, sans-serif font-size: 13.3333px&quot;&gt;KL TOWER is the seventh tallest telecommunication tower in the world and the tallest in Southeast Asia. Standing at 421m and located in the heart of Kuala Lumpur, the capital city of Malaysia, we offer a unique blend of Cultural, Adventure and Nature experience not found anywhere else in the world.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1599906288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual&amp;#039;s unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28766,\"Title\":\"Putra Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28764,\"Title\":\"Putrajaya city tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28765,\"Title\":\"Putrajya Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting&amp;#039;s bid for the right to build Singapore&amp;#039;s second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks &amp;amp; Resorts markets the park as a &amp;quot;one-of-its-kind theme park in Asia&amp;quot; and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia&amp;#039;s most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore&amp;#039;s Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":220591,\"Name\":\"Parc Sovereign - Albert St\",\"Star\":\"4.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"1.303546000000000\",\"Long\":\"103.851151000000000\",\"Address\":\"175 Albert Street Singapore 189970 Singapore, , Singapore, \"},\"Images\":{\"Image\":[{\"ImagId\":4790667,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=hpRBSdtPJNrQuwRo5I\\/exPbdtjJGoRI2R1Qo2\\/mGLJkPNH32i6hs+dKtKiilkvjt+qbVwt80T9aAPYXVCmpQow==\"}]},\"CityId\":25278,\"Brief\":\"The stylish Parc Sovereign Hotel is a 10-minute drive from the popular Orchard Road shopping area. It offers a rooftop pool, a fitness centre and free parking on site. Parc Sovereign Hotel is a 25-minute drive from Changi International Airport. It is a 10-minute walk from both Bugis and Little India MRT Train Stations. Room Size Breakfast is served in the ground floor restaurant offering a light buffet choice.  During lunch and dinner this Canton style restaurant serves a variety of Cantonese style dishes. This is a modern imposing building, typical of modern Singapore. The inviting lobby is well furnished with gold and marble with an eclectic mix sofas and chairs adding to the luxury feel. This is a great choice of hotel for those looking for a base in a lively area of the city.    The hotel also has a swimming pool, gymnasium and small business centre.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":17205,\"Name\":\"V Lavender\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"1.307427\",\"Long\":\"103.861575\",\"Address\":\"70 Jellicoe Road Singapore 208767\"},\"Images\":{\"Image\":[{\"ImagId\":423298,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/72\\/276\\/GZSINVHL(L)_37332620_Facade_1417x1417_5_C.jpg\"}]},\"CityId\":25278,\"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 V Hotel Lavender places you in the heart of Singapore, convenient to Golden Mile Complex and Chinatown Heritage Center.  This hotel is within close proximity of City Square Mall and Mustafa Centre.&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 888 air-conditioned rooms featuring refrigerators and LED televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, as well as phones with free local calls.&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;Be sure to enjoy recreational amenities including an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, gift shops\\/newsstands, and a hair salon.&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 and a garden view. You can also stay in and take advantage of room service (during limited hours). 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 express check-in, express check-out, and dry cleaning\\/laundry services. Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/72\\/276\\/GZSINVHL(L)_37332620_Facade_1417x1417_5_C.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":17235,\"Name\":\"Hotel Boss\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"1.30351\",\"Long\":\"103.853\",\"Address\":\"500 Jalan Sultan #01-01 Singapore 199020\"},\"Images\":{\"Image\":[{\"ImagId\":424163,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_39_t.jpg\"},{\"ImagId\":424164,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_40_t.jpg\"},{\"ImagId\":424165,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_41_t.jpg\"},{\"ImagId\":424166,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_42_t.jpg\"},{\"ImagId\":424167,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_43_t.jpg\"},{\"ImagId\":424168,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_45_t.jpg\"},{\"ImagId\":424169,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_46_t.jpg\"},{\"ImagId\":424170,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_44_t.jpg\"},{\"ImagId\":424171,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_47_t.jpg\"},{\"ImagId\":424172,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_49_t.jpg\"},{\"ImagId\":424173,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_75_t.jpg\"},{\"ImagId\":424174,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_92_t.jpg\"},{\"ImagId\":424175,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_52_t.jpg\"},{\"ImagId\":424176,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_68_t.jpg\"},{\"ImagId\":424177,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_54_t.jpg\"},{\"ImagId\":424178,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_56_t.jpg\"},{\"ImagId\":424179,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_58_t.jpg\"},{\"ImagId\":424180,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_59_t.jpg\"},{\"ImagId\":424181,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_61_t.jpg\"},{\"ImagId\":424182,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_70_t.jpg\"},{\"ImagId\":424183,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_71_t.jpg\"},{\"ImagId\":424184,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_78_t.jpg\"},{\"ImagId\":424185,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_86_t.jpg\"},{\"ImagId\":424186,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_87_t.jpg\"},{\"ImagId\":424187,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_88_t.jpg\"},{\"ImagId\":424188,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_63_t.jpg\"},{\"ImagId\":424189,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_65_t.jpg\"},{\"ImagId\":424190,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_69_t.jpg\"},{\"ImagId\":424191,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_93_t.jpg\"},{\"ImagId\":424192,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_51_t.jpg\"},{\"ImagId\":424193,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_77_t.jpg\"},{\"ImagId\":424194,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_90_t.jpg\"},{\"ImagId\":424195,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_50_t.jpg\"},{\"ImagId\":424196,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_81_t.jpg\"},{\"ImagId\":424197,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_62_t.jpg\"},{\"ImagId\":424198,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_66_t.jpg\"},{\"ImagId\":424199,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_74_t.jpg\"},{\"ImagId\":424200,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_76_t.jpg\"},{\"ImagId\":424201,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_79_t.jpg\"},{\"ImagId\":424202,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_84_t.jpg\"},{\"ImagId\":424203,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_94_t.jpg\"},{\"ImagId\":424204,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_95_t.jpg\"},{\"ImagId\":424205,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_91_t.jpg\"},{\"ImagId\":424206,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_60_t.jpg\"},{\"ImagId\":424207,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_89_t.jpg\"},{\"ImagId\":424208,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_64_t.jpg\"},{\"ImagId\":424209,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_53_t.jpg\"},{\"ImagId\":424210,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_57_t.jpg\"},{\"ImagId\":424211,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_80_t.jpg\"},{\"ImagId\":424212,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_82_t.jpg\"},{\"ImagId\":424213,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_67_t.jpg\"},{\"ImagId\":424214,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_73_t.jpg\"},{\"ImagId\":424215,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_85_t.jpg\"},{\"ImagId\":424216,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_55_t.jpg\"},{\"ImagId\":424217,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_72_t.jpg\"},{\"ImagId\":424218,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_83_t.jpg\"},{\"ImagId\":424219,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_48_t.jpg\"}]},\"CityId\":25278,\"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 Hotel Boss in Singapore (Kampong Glam), you&amp;apos;ll be close to Haji Lane and Chinatown Heritage Center.  This hotel is within close proximity of Golden Mile Complex and Mustafa Centre.&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 1500 air-conditioned rooms featuring LED televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. 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;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Don&amp;apos;t miss out on recreational opportunities including an outdoor pool and a fitness center.&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 2 restaurants.&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 a 24-hour front desk. Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13310000\\/13307900\\/13307850\\/13307850_39_t.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":16466,\"Title\":\"Genting Highland\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Genting Highlands is a high-altitude hill resort in Malaysia, situated in the Titiwangsa Mountains northeast of Kuala Lumpur. Developed since the 1960s, the site comprises hotels, a shopping mall, restaurants and the Casino de Genting. Its Chin Swee Caves Temple sits on forested acreage with mountain views. Genting Skyway, a cable car, connects the resort with the plateau town Gohtong Jaya.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1591616036.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2160,\"Title\":\"Batu Caves\",\"Description\":\"Batu Caves  is a limestone hill that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Sungai Batu (Stone River), which flows past the hill. It is the tenth (Pattu in Tamil) limestone hill from Ampang. Batu Caves is also the name of a nearby village.\\r\\nThe cave is one of the most popular Hindu shrines outside India, and is dedicated to Lord Murugan. It is the focal point of Hindu festival of Thaipusam in Malaysia.\\r\\nBatu Caves in short also referred as 10th Caves or Hill for Lord Muruga as there are six important holy shrines in India and four more in Malaysia. The three others in Malaysia are Kallumalai Temple in Ipoh, Tanneermalai Temple in Penang and Sannasimalai Temple in Malacca.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":3.2378844,\"Long\":101.6840385,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Batu_Caves_30568_1519275435.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":16464,\"Title\":\"Kl Tower\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Lato, sans-serif font-size: 13.3333px&quot;&gt;KL TOWER is the seventh tallest telecommunication tower in the world and the tallest in Southeast Asia. Standing at 421m and located in the heart of Kuala Lumpur, the capital city of Malaysia, we offer a unique blend of Cultural, Adventure and Nature experience not found anywhere else in the world.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/4913_1599906288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2023,\"Title\":\"Kuala Lumpur City Tour\",\"Description\":\"There are plenty of tours in Kuala Lumpur catering to each individual&amp;#039;s unique expectations and budget. For those who want to stay within the confines of the city centre, city tours takes guests on a full day trip to landmarks, while adventure seekers can enjoy thrilling sky and nature tours in Kuala Lumpur.\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30568\\/sightseeing\\/Kuala_Lumpur_City_Tour_30568_1519275658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28766,\"Title\":\"Putra Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28764,\"Title\":\"Putrajaya city tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":28765,\"Title\":\"Putrajya Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2162,\"Title\":\"Universal Studios Singapore\",\"Description\":\"Universal Studios Singapore  is a theme park located within Resorts World Sentosa on Sentosa Island, Singapore. It was a key component of Genting&amp;#039;s bid for the right to build Singapore&amp;#039;s second integrated resort. On 8 December 2006, the Singapore government announced that the consortium had won the bid. Construction of the theme park and the rest of the resort started on 19 April 2007. It is the second Universal Studios theme park to open in Asia (Japan being the first), and the first in Southeast Asia. The official plans for the park were unveiled to the public when Universal Studios Singapore released a park map to the public on 20 October 2009.Universal Studios Singapore has since attracted more than 2 million visitors in the 9 months from its opening.\\r\\nUniversal Parks &amp;amp; Resorts markets the park as a &amp;quot;one-of-its-kind theme park in Asia&amp;quot; and promises that the park will be the only one of its kind in Southeast Asia for the next 30 years\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.249404,\"Long\":103.830321,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Universal_Studios_Singapore_25278_1503574614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":1967,\"Title\":\"City Tour Singapore\",\"Description\":\"Singapore is one of South East Asia&amp;#039;s most energetic and beautiful urban areas and is a door to whatever remains of Asia. Singapore City has been intended to help you find all that you have to know not your visit to Singapore, including lodgings, things to do, eating out, shopping and the sky is the limit from there. Whether you are in Singapore on business, delight, a culinary voyage through Asian sustenance or just rapidly going through you will discover something to take your extravagant. Venture through Singapore&amp;#039;s Ethnic Quarters, shop on Orchard Road, visit the Singapore Zoo, attempt nearby food at a Hawker Center and top everything off with a Singapore Sling at the famous Raffles Hotel. This city is has something for everyone so you plan for atleast 5 days city tour\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.291447,\"Long\":103.857878,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/414_1517916504.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"317797\",\"Title\":\"Arrival-Malaysia\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon Arrival at Kuala Lumpur Airport, meet and greet by our local representative. Check-in Hotel and free on their own.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Relax or enjoy Fun at the nearest shopping area, food, and other activities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pick up for Dinner at Indian Restaurant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"317798\",\"Title\":\"Malaysia\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy breakfast at Hotel. Get ready for the memorable visit of the Full Day Genting highland tour. Genting Highlands houses Malaysia&amp;#39;s only casino resort and colossal theme parks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Take a cable car ride to the top of the highlands and admire the view of the surrounding hills. Begin your journey to Genting Highlands with a beautiful scenic drive along the mountains. The fresh air, take the fastest mono-cable car in the world to reach the top of the hill.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;During the ride, marvel at the beautiful panoramic view of the green tropical rainforest below you. Proceeding to the skyway, stop at a strawberry park where you can experience picking fresh strawberries from the farm. Enjoy the numerous recreational facilities at the indoor and outdoor theme parks.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Discover the corkscrew, euro express roller coaster, turbo drop, super toboggan, and sky venture, which is the one and only skydiving simulator in Asia. Marvel at the panoramic views of mountains and jungles and complete the day with a shopping spree at over 80 shops lining the resort. When you reach the top, visit Malaysia&amp;#39;s only international casino resort, Casino de Genting.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afterward, Proceed to Dinner at Indian Restaurant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":16466,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317799\",\"Title\":\"Malaysia\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy Breakfast At Hotel. Get Ready For The Memorable Visit Putrajaya Tour. The Putrajaya Lake is a lake located at the center of Putrajaya, Malaysia, roughly 33 kilometers south of Kuala Lumpur. This 650-hectare man-made lake is designed to act as a natural cooling system for the city and also for recreation, fishing, and water sports.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Putra Mosque is the principal mosque of Putrajaya, The pink-domed Putra Mosque is constructed with rose-tinted granite and consists of three main functional areas &amp;ndash; the prayer hall, the Sahn, or courtyard, and various learning facilities and function rooms. The mosque can accommodate 15,000 worshippers at any one time.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then, Proceed to Batu Caves. Batu Caves is a mogote that has a series of caves and cave temples in Gombak, Selangor, Malaysia. It takes its name from the Malay word Batu, meaning &amp;#39;rock&amp;#39;. The hill was originally known as Kapal Tanggang from the legend of Si Tanggang. The town nearby is named after the Batu Caves limestone formation. Enjoy their lunch complimentary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After, Proceed to the Kuala Lumpur city tour, Kuala Lumpur is the capital of Malaysia. Its modern skyline is dominated by the 451m-tall Petronas Twin Towers, a pair of glass-and-steel-clad skyscrapers with Islamic motifs. The towers also offer a public sky bridge and observation deck.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then, Proceed to Dinner at Indian Restaurant. &amp;amp; Overnight Stay at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast, Lunch, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":221062,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2160,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16464,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2023,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":28766,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":28764,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":28765,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317800\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"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\":\"317803\",\"Title\":\"Arrival-Cruise\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Enjoy Breakfast at Hotel and check out from the hotel and get transferred to the port to Cruise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the orientation, settle in and relax as the cruise sails through the ocean. Spend some time at the deck and witness as the sun drops below the horizon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy a buffet laden with international culinary delights for dinner and head to your cabin for an overnight stay on the cruise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"}],\"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\":\"317804\",\"Title\":\"Cruise\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Start your day with an English breakfast and spend this day leisurely Singapore Malaysia Tour Package with a Cruise amidst the deep waters.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy the facilities on board and interact with other travelers to make some new friends and happy memories.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can also participate in various activities on the cruise or just sit back in the lounge and enjoy a lazy day.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Have dinner and an overnight stay on board.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast, Lunch, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Inside Stateroom\"}],\"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\":\"317805\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35802,\"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\":\"317806\",\"Title\":\"Arrival-Singapore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy Breakfast at the Cruise and Proceed to the Cruise Terminal. Meet and greet our representative.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check-in the hotel and relax. In the Evening, Pick up for the Garden by the bay. The Gardens by the Bay is a nature park spanning 101 hectares in the Central Region of Singapore, adjacent to the Marina Reservoir. The park consists of three waterfront gardens: Bay South Garden, Bay East Garden, and Bay Central Garden.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afterward, Dinner at Indian Restaurant. &amp;amp; Overnight stay at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal:- Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":220591,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17205,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317807\",\"Title\":\"Singapore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast, proceed to Universal Studio. Universal Studios Singapore is Southeast Asia&amp;rsquo;s first and only Universal Studios theme park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It features 28 rides, shows, and attractions in seven themed zones. It is one of the six Universal Studios theme parks around the world. In the storytelling of Hollywood.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Be transported by adrenaline-pumping rides, and a wide variety of exciting attractions based on the blockbuster movies and television series you know and love so well.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afterward, Dinner at Indian Restaurant. &amp;amp; Overnight stay at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal:- Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":220591,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17205,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2162,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317808\",\"Title\":\"Singapore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast, proceed for a Singapore city tour. Suntec City is a major mixed-use development located in Marina Centre, a subzone of the Downtown Core in Singapore,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 70-ton Merlion statue is&amp;nbsp;one of the city&amp;#39;s most iconic sights &amp;amp; is located in this park. Chinatown&amp;#39;s maze of narrow roads includes Chinatown Food Street, Souvenir shops, and indie boutiques dot the area, offering clothes, crafts, and antiques, while Club Street is full of trendy wine bars.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cultural institutions here include the 1827 Sri Mariamman Temple. Bugis is an area in Singapore that covers Bugis Street now located within the Bugis Junction shopping mall, And Other Famous and Attractive Places.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then, Pick up for Sentosa Island. Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, a unique chance to get up close to some of Singapore&amp;rsquo;s most iconic sights. Appreciate the marvelous views of Sentosa Island from high above as you take a tranquil cable car ride during your Sentosa Island Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Not just that, you&amp;rsquo;ll be visiting and enjoying the Luge &amp;amp; Sky Ride, and Wings of Time, among other highlights on Sentosa Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Then, Dinner at Indian Restaurant &amp;amp; Overnight stays at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast, Dinner.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":220591,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17205,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":17235,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"317809\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Wake up to a lazy breakfast this morning and Check out at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pick up for transfer to Singapore Airport to catch your flight back home with lifelong memories.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal: - Breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Great Memories linger while the tour ends.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Remember to rate us on Google and recommend Best Tours to your friends and families for hassle free vacations.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:center&quot;&gt;Post a review to our profile: &lt;a href=&quot;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&quot;&gt;https:\\/\\/g.page\\/r\\/CfnYM-mVvVveEAo\\/review&lt;\\/a&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44110\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"114000.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":114001,\"priceDoubleOcc\":\"114000.60\",\"priceSingleOcc\":171001.95,\"priceExtraBed\":\"99500.10\",\"priceWithoutBed\":\"85000.65\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":114000.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":85000.65,\"CEB\":99500.1,\"COSTDO\":114000.6,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":114000.6,\"COSTTO\":114000.6}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44110\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"108572.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572},{\"From\":\"2023-05-20\",\"To\":\"2023-05-20\",\"Currency\":1,\"priceTripleOcc\":108572,\"priceDoubleOcc\":\"108572.00\",\"priceSingleOcc\":162859,\"priceExtraBed\":\"94762.00\",\"priceWithoutBed\":\"80953.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108572,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80953,\"CEB\":94762,\"COSTDO\":108572,\"COSTSO\":\"54287.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":108572,\"COSTTO\":108572}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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\\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;TCS @5% on total package cost&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12789\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12790\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12791\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"317797\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[317797],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317798\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[317798],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317799\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[317799],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317800\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317800],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317803\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[317803],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317804\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[317804],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317805\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317805],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317806\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[317806],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317807\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[317807],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317808\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[317808],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"317809\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[317809],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"18676\":{\"CityName\":\"Mumbai\",\"FlightInv\":{\"1\":{\"334\":{\"FlightType\":1,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ-423\",\"DepartureAirportCode\":\"BOM\",\"DepartureAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"DepartureTime\":\"23:40:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"SIN\",\"ArrivalAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"ArrivalTime\":\"07:40:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"05:00\"},\"695\":{\"FlightType\":1,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ-108\",\"DepartureAirportCode\":\"SIN\",\"DepartureAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"DepartureTime\":\"09:20:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"KUL\",\"ArrivalAirportName\":\"Kuala Lumpur, MY - Kuala Lumpur Intl Apt (KUL)\",\"ArrivalTime\":\"10:20:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"01:00\"}},\"2\":{\"335\":{\"FlightType\":2,\"AirlineName\":\"Singapore Airlines\",\"AirlineCode\":\"SQ-424\",\"DepartureAirportCode\":\"SIN\",\"DepartureAirportName\":\"Singapore, SG - Changi Intl Airport (SIN)\",\"DepartureTime\":\"19:00:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"BOM\",\"ArrivalAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"ArrivalTime\":\"22:10:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"05:00\"}}},\"FromDate\":{\"20230510\":{\"FromDate\":\"2023-05-10\",\"FromDateDMY\":\"10\\/05\\/2023\",\"AdultCost\":31000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230520\":{\"FromDate\":\"2023-05-20\",\"FromDateDMY\":\"20\\/05\\/2023\",\"AdultCost\":31000,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kuala Lumpur,Singapore Cruise,Singapore','Kuala Lumpur,South East Asia,Malaysia,Orient,Singapore Cruise,Singapore','','30568,35802,25278',108572,114001,8,'',NULL,'[{\"day\":1,\"images\":\"Kuala Lumpur.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Cruise.jpg\"},{\"day\":5,\"images\":\"Cruise (1).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"Singapore Airport.jpg\"}]',1,'',0,'2023-05-16 00:00:00','2023-09-07 00:00:00','2023-09-07 00:00:00',3,'Malaysia,Singapore','132,190','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','0','Singapore Malaysia tour packages, Dream Cruise experience, Luxury travel Singapore Malaysia, Cruise adventure in Southeast Asia, Sightseeing Singapore Malaysia, Cultural exploration Singapore Malaysia, Best tour packages Singapore Malaysia, Affordable travel Singapore Malaysia, Top attractions Singapore Malaysia, Cruise vacations Southeast Asia','Explore the vibrant beauty of Singapore and Malaysia with our exciting tour packages, featuring an unforgettable Dream Cruise experience. Immerse yourself in the rich cultures, stunning landscapes, and indulge in a luxury cruise adventure. Book now for an extraordinary journey you\'ll cherish forever.','Singapore Malaysia Tour Packages With Dream Cruise',NULL,'premium-singapore-malaysia-cruise-2023',NULL,NULL,NULL,0),(196,4334,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4334\",\"VisaName\":\"Azerbaijan Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":26,\"VisaChildRates\":26,\"VisaInfantRates\":26,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Azerbaijan\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Applicant can fill&amp;nbsp;AZERBAIJAN visa online&amp;nbsp;as well from Electronic visa portal (www.evisa.gov.az) which is valid for 30 days .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The e-Visa is issued within 3 (three) working days.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Documents required for E visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1. Passport copy&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2.Stay Itinerary (Hotel)&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3 Days\",\"VisaValidity\":\"30\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Azerbaijan','Azerbaijan',NULL,'15',26,26,0,NULL,NULL,NULL,0,'',0,'2023-05-16 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Azerbaijan','15','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','0','Azerbaijan Tourist Visa, Azerbaijani Visa Application, Online Visa for Azerbaijan, Azerbaijan Visa Requirements, Azerbaijan eVisa, Tourist Visa Processing, Apply for Azerbaijan Visa, Azerbaijan Visa Fees, Visa Assistance for Azerbaijan, Fast Track Azerbaijan Visa, Baku Travel Visa, Visa for Tourism in Azerbaijan, Azerbaijan Visa Information, How to Get Azerbaijan Visa, Azerbaijan Visa Application Form','Discover the beauty of Azerbaijan with ease. Apply for your Azerbaijani Tourist Visa online through our reliable and efficient visa services. Start your journey now!','Azerbaijan Tourist Visa Services | Apply for Azerbaijani Visa Online',NULL,'azerbaijan-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(197,4336,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4336\",\"VisaName\":\"China Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":8500,\"VisaChildRates\":8500,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"China\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"Sample invitation letter\",\"DocFileName1\":null,\"DocName2\":\"CHINA PERFORMA\",\"DocFileName2\":null,\"DocName3\":\"Health Declaration Form\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid Passport&amp;nbsp;with at least 6 months validity from the date of travel. The passport should also have a minimum of&amp;nbsp;two blank visa pages.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Online visa application Form&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Old passport required (&amp;nbsp;Only if the new passport is a fresh passport)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(recent color Photograph (Fresh ones i.e. NOT used earlier for any visa) with 80% face coverage.) detailed specifications provided in notes below&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Detailed Original Covering Letter&amp;nbsp;addressed to&amp;nbsp;The Visa Officer Embassy of People`s Republic of China New Delhi&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed&amp;nbsp;Stay Itinerary (hotel)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Travel Itinerary (tickets)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original bank statement&amp;nbsp;of 6 months with original seal and signature of Bank on all the pages and with minimum balance should be Rs 1.5 Lakhs per person.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original bank Solvency Letter&amp;nbsp;with Bank original seal and signature&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day wise tour itinerary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of any Foriegn passport holder, a recommendation letter for its respective Country Embassy is mandatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Any Foreigner working in India on Employement visa , FRRO authorisation letter also mandatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covid vaccination certificate&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;China visa form performa ( attached in forms column)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE&lt;br \\/&gt;\\r\\nThe Embassy of China has started issuing few visas with limited stay and validity, i.e. with a validity of less than 3 months and stay shorter than 30 days. Hence, we recommend you to please SEND US THE ACTUAL TRAVEL ITINERARY along with your China visa applications, so that we may submit it along with the visa application accordingly.&lt;br \\/&gt;\\r\\n1.As per the latest update from The Chinese Embassy, New Delhi there will be following THREE ADDITIONAL DOCUMENTS which will be required for visa processing if passport is issued outside the jurisdiction of Delhi Embassy&lt;br \\/&gt;\\r\\n(a)Company ID proof&amp;nbsp;of the applicant&lt;br \\/&gt;\\r\\n(b)A NOC Letter from the company&amp;nbsp;(on company letterhead) for applicant`s China travel and also mentioning the working address of the applicant&lt;br \\/&gt;\\r\\n(c)National Identity Card Copy&amp;nbsp;(e.g. Aadhar card, Voter ID card, Driving License, Ration Card etc.) of the applicant of the state falling in Delhi Jurisdiction. If the National ID Card is not available for Delhi Jurisdiction, then the application needs to be filed as per the Jurisdiction rules andnot in Delhi. (For further details on Jurisdiction, please refer to our website)&lt;br \\/&gt;\\r\\nAll above 3 additional requirements are applicable with immediate effect and the China Embassy will&amp;nbsp;not process any visas if above documents are not submitted&amp;nbsp;along with the passports which are issued outside the jurisdiction of New Delhi.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nPHOTO SPECIFICATIONS:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;It must be a color photo, taken recently within the last 6 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Of 35mm x 45mm dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With 80% face coverage&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With WHITE background only and NOT wearing white clothes&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On GLOSSY paper only (Matte and Semi Matte photographs will not be accepted)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Eyeglasses are allowed except thick-rimmed, tinted or glare glasses. There should NOT be any reflection due to eye glasses&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;No Urgent submission for Foreign passport holders. ( FOREIGN PASSPORT HOLDERS INDIAN VISA SHOULD BE VALID FOR MINIMUM 6 MONTHS)&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;50-D, Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 24675259&lt;br \\/&gt;\\r\\nChina VFS -Tel-41095601, 02&lt;br \\/&gt;\\r\\nFax: 26111105.&lt;br \\/&gt;\\r\\nEmail : delhi.consulate@mfa.gov.cy web : www.visaforchina.in&lt;\\/p&gt;\",\"PrecessingTime\":\"7-10 working days\",\"VisaValidity\":\"90 days\",\"VisaDuration\":\"30 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','China','China',NULL,'46',8500,8500,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'China','46','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'china-tourist-visa',NULL,NULL,NULL,0),(198,4340,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4340\",\"VisaName\":\"Philippines Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3520,\"VisaChildRates\":3520,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Philippines\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Applicant has to come personally for visa submission.&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nApplicants should send an email to the embassy requesting for an appointment and visit the embassy accordingly&lt;br \\/&gt;\\r\\nVisa FREE ENTRY for applicant having&amp;nbsp;VALID MULTIPLE ENTRY&amp;nbsp;USA, UK, Canada, Australia, Schengen, Singapore or Japan&amp;nbsp;Visa OR&amp;nbsp;permanent residence permit&amp;nbsp;of any of these countries&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Valid passport&amp;nbsp;with at least six month validity from the date of leaving Philippines (Old Passports Mandatory).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 visa application Form&amp;nbsp;(Form Should be checked for Single Entry Visa only as the Embassy does not issues Multiple Entry Visas)&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Photograph (Fresh ones i.e. NOT used earlier for any visa). (with white background with 35 x 45mm - Without Cross sign).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of the passport (1st page and last page) is MUST&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter addressed to&amp;nbsp;The Visa Officer, Embassy of Phillipines&amp;nbsp;on Letterhead.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;E ticket with ticket number showing departure after 10 working days from the date of submission.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Itinerary (hotel)&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant`s direct contact number, either landline OR mobile.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Personal Bank Statement&amp;nbsp;for last Six months in original with original bank seal with minimum 1,25,000 balance .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Last 3 years ITR OF applicant with&amp;nbsp;BARCODE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of a married couple&amp;nbsp;travelling together Marriage Certificate is required to be attested by HOME+MEA+EMBASSY and embassy can also ask the same for any couple at random.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If Children below 15 years not accompanied by the Parents&amp;nbsp;then VEG is required to be attested from HOME+MEA+EMBASSY.[Note: VEG is a NOC Letter signed by both the parents on a Stamp Paper attested by Local Govt].&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If Spouse is Philippino&amp;nbsp;then Spouse Name should be indicated in the Visa Applicants passport copy and report of Marriage issued by the Philippines Embassy or Philippines Govt.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"8 working days\",\"VisaValidity\":\"6 Months\",\"VisaDuration\":\"60 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Philippines','Philippines',NULL,'173',3520,3520,0,NULL,NULL,NULL,0,'',0,'2023-05-16 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Philippines','173','2023-06-23 17:13:04','2023-05-16 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'philippines-tourist-visa',NULL,NULL,NULL,0),(199,4339,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4339\",\"VisaName\":\"Iran Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":11000,\"VisaChildRates\":11000,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Iran\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;AVAILABLE ONLY ON SPECIAL APPROVAL FROM THE MINISTRY IN TEHRAN&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kindly check visa application centers\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;with at least 6 months validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Forms&amp;nbsp;(Duly filled - Hand written NOT accepted only Typed.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(80 % face coverage without eyeglasses and the applicant should not be wearing tie, the photo should be, with white background in mat finish paper).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to&amp;nbsp;Embassy Of The Islamic Republic Of Iran&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary (tickets)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Telex approval&amp;nbsp;from Foreign Ministry in Iran along with 3 page Performa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;from the applicant authorizing pacific Travels to submit and collect the passport. This Authority letter should be&amp;nbsp;addressed to Iran Embassy&amp;nbsp;and a sample can be downloaded from the visa forms section of our website&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE&lt;br \\/&gt;\\r\\nAvailable only on special approval from the ministry in Tehran.&lt;br \\/&gt;\\r\\nHandling Charges Applicable&lt;br \\/&gt;\\r\\nEmbassy of The Islamic Republic Of Iran has made it mandatory for applicants to fill visa application forms in electronic (Typed) manner and for this, the Embassy has issued a new version of its visa application form, which is available at our website.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"6-7\",\"VisaValidity\":\"3 Months\",\"VisaDuration\":\"30 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Iran','Iran',NULL,'103',11000,11000,0,NULL,NULL,NULL,0,'',0,'2023-05-16 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Iran','103','2023-06-23 17:13:04','2023-05-16 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'iran-tourist-visa',NULL,NULL,NULL,0),(200,4337,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4337\",\"VisaName\":\"France Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":9531,\"VisaChildRates\":6163,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"France\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"AUTHORITY LETTER\",\"DocFileName1\":null,\"DocName2\":\"FRANCE VISA FORM (PERFORMA ONLY)\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Form&amp;nbsp;to be filled&amp;nbsp;ONLINE WITH BAR CODE PAGE&amp;nbsp;at https:\\/\\/france-visas.gouv.fr\\/ (Manual Forms NOT accepted at all). This form needs to be&amp;nbsp;printed and signed&amp;nbsp;by the applicant at the appropriate places(along with the Barcode pages -&amp;nbsp;PLEASE SEND FULL PRINT OF THE FORM).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Receipt of Visa Application ( a two pager document with barcode) needs to be printed and given along with the visa application.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant mobile number and Email id.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without sunglasses, specs, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of valid&amp;nbsp;USA, UK and Previous Schengen Visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Cover letter&amp;nbsp;to&amp;nbsp;The Visa Officer, Embassy of France&amp;nbsp;with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letters&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original 3 months updated Personal bank statement.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of final Covid vaccination certificate.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Medical Requirement&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of&amp;nbsp;Euro 30,000.&amp;nbsp;For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"&lt;p&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Form&amp;nbsp;to be filled&amp;nbsp;ONLINE WITH BAR CODE PAGE&amp;nbsp;at https:\\/\\/france-visas.gouv.fr\\/ (Manual Forms NOT accepted at all). This form needs to be&amp;nbsp;printed and signed&amp;nbsp;by the applicant at the appropriate places(along with the Barcode pages -&amp;nbsp;PLEASE SEND FULL PRINT OF THE FORM).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Receipt of Visa Application ( a two pager document with barcode) needs to be printed and given along with the visa application.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Applicant mobile number and Email id.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without sunglasses, specs, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of valid&amp;nbsp;USA, UK and Previous Schengen Visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Cover letter&amp;nbsp;to&amp;nbsp;The Visa Officer, Embassy of France&amp;nbsp;with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letters&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR)&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original 3 months updated Personal bank statement.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of final Covid vaccination certificate.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical Requirement&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of&amp;nbsp;Euro 30,000.&amp;nbsp;For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;2\\/50-E, Shantipath, New Delhi&lt;br \\/&gt;\\r\\nTel : 43196100&lt;br \\/&gt;\\r\\nFax : 43196119&lt;br \\/&gt;\\r\\nEmail : webmaster@ambafrance-in.org&lt;br \\/&gt;\\r\\nwww.vfs-france.co.in&lt;\\/p&gt;\",\"PrecessingTime\":\"15 days\",\"VisaValidity\":\"90 days\",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','France','France',NULL,'76',9531,9531,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'France','76','2023-06-23 17:13:04','2023-05-24 00:00:00',1,1,'1','1','0','France Tourist Visa, France Visa Application, Tourist Visa Requirements for France, French Visa Assistance, Visa for France, Visa Application Process, France Travel Documents, Schengen Visa for Tourists, France Visa Services, France Visa Consultants, France Visa Information, Visa Application Support, How to Get a France Tourist Visa, France Visa Fees, Visa Processing Time, Traveling to France, France Tourist Attractions, Visa Application Checklist, France Visa Appointment, Schengen Visa Application','Apply for your France Tourist Visa with ease. Our experienced team ensures your application is complete and accurate. Start your French adventure today!','Visa for France | Tourist Visa Application Guidance and Support',NULL,'france-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(201,3987,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"3987\",\"VisaName\":\"Bangladesh Visa\",\"Nationality\":null,\"VisaAdultRates\":1500,\"VisaChildRates\":1500,\"VisaInfantRates\":1500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Bangladesh\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":\"\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least a 6 month validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport copy&amp;nbsp;of front page and last page&amp;nbsp;and&amp;nbsp;copies of all the visas issued in the passports&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Copies of ONLINE Visa Form, printed and signed by the applicant. Handwritten forms are not accepted.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa).(Note- uploading photo is mandatory while filling up online form).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter&amp;nbsp;on company Letter Head (Addressed to&amp;nbsp;Bangladesh High Commission).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket Itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel confirmation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter ( mentioning detailed address of Bangladesh with contact number) along with Passport copy and visa copy INCASE OF SPONSOR.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Final Covid vaccination certificate&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar card copy&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;NOTE&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nPlease note that Bangladesh embassy does not Issue visa as per ticket \\/ In-Advance travel. Visas are issued for 1 month and single entry only, from the date of issuance of visa.&lt;br \\/&gt;\\r\\nFor Foreign Passports - Valid Visa for India with Valid Residence Permit \\/\\/ OCI Card \\/\\/ PIO Card is must for Visa Processing&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;Plot No.39, Diplomatic Enclave,&lt;br \\/&gt;\\r\\nDr.Radhakrishnan Marg,Chankyapuri,&lt;br \\/&gt;\\r\\nNew Delhi&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\",\"PrecessingTime\":\"10 working days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Bangladesh','Bangladesh',NULL,'18',1500,1500,0,NULL,NULL,NULL,0,'',0,'2023-12-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Bangladesh','18','2023-12-28 18:40:30','2023-12-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'bangladesh-visa',NULL,NULL,NULL,0),(202,4341,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4341\",\"VisaName\":\"Sri Lanka Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":1710,\"VisaChildRates\":1710,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Sri Lanka\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copies of Valid passport&amp;nbsp;with at least 6 month validity from the date of travel. (1st and last page and the observation page if any).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covid 19 vaccination certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"2 days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Sri Lanka','Sri Lanka',NULL,'200',1710,1710,0,NULL,NULL,NULL,0,'',0,'2023-05-16 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Sri Lanka','200','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','0','Sri Lanka Tourist Visa, Sri Lanka Visa Application, Sri Lanka eVisa, Apply for Sri Lanka Visa, Tourist Visa for Sri Lanka, Sri Lanka Visa Requirements, Visa Processing Time Sri Lanka, Sri Lanka Visa Fees, Online Sri Lanka Visa, Sri Lanka Visa for Tourists, Sri Lanka Visa Assistance, Sri Lanka Visa Information, Sri Lanka Visa Process, Visa for Sri Lanka, Visit Sri Lanka','Planning a trip to Sri Lanka? Apply for your tourist visa hassle-free with our online service. Fast approvals and expert assistance.','Sri Lanka Tourist Visa - Easy Online Application Process | Reisen Tours',NULL,'sri-lanka-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(203,4342,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4342\",\"VisaName\":\"Turkey Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":13030,\"VisaChildRates\":13030,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Turkey\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel(old passports mandatory).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 TYPED VISA Form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Fresh Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;of 2.5x2.5 inch&amp;nbsp;size, WHITE background and with matt finish (2 Photograph (Fresh ones i.e. NOT used earlier for any visa) mandatory). Photograph (Fresh ones i.e. NOT used earlier for any visa) should be&amp;nbsp;non-edited.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;addressed to The Visa Officer, Embassy Of Turkiye mentioning duration of visit, purpose of visit, expenses clause.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Air Ticket&amp;nbsp;with&amp;nbsp;live PNR&amp;nbsp;with a gap of 7 working days from date of submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated personal bank statement&amp;nbsp;for last 3 months with bank seal and signature from the authorized person from the Bank.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel reservation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Minors need consent letter from both parents in all cases (even though minor is travelling with both parents). The consent NOC must be on stamp paper with photos of parents and applicant and notarized&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is visiting a Turkish citizen\\/foreigner residing in Turkey; invitation letter including passport number and full name of the applicant and copy of the identity card and bank account of the inviter&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is visiting a Turkish citizen\\/foreigner residing in Turkey; invitation letter including passport number and full name of the applicant and copy of the identity card and bank account of the inviter&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Final Covid 19 vaccination certificate&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC&amp;nbsp;with signatory name, designation and company seal)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head with seal and sign ,companys Original 3 months bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation&amp;nbsp;( Sponsor letter should be attested by the Notary).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If kids are travelling with parents then an affidavit is required from parents for undertaking&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of student- NOC from school and ID card copy is required&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Incase of group requirement - Company Cover letter with naming list (to be appostiled by Jetsave), Company bank statement for last 3 months or bank letter sealed and signed by the bank and Company ITR for last 3 years. Indivisual bank statement and ITR not required for group.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Turkey','Turkey',NULL,'222',13030,13030,0,NULL,NULL,NULL,0,'',0,'2023-05-16 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Turkey','222','2023-06-23 17:13:05','2023-05-16 00:00:00',1,1,'1','1','0','Turkey tourist visa, Turkey visa application, Visa assistance for Turkey, Turkey e-visa, Turkish tourist visa requirements, Visa application support, Travel to Turkey, Visa experts, Turkey visa process, Turkey visit visa, Online visa application, Turkey visa fee, Visa application form, Tourist visa agency','Planning a trip to Turkey? Our visa services ensure a smooth and efficient application process. Trust us for a stress-free experience and start your journey today.','Get Your Turkey Tourist Visa Easily | Expert Visa Services',NULL,'turkey-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(204,4343,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4343\",\"VisaName\":\"USA Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":15540,\"VisaChildRates\":15540,\"VisaInfantRates\":15540,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"USA\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"BLANK-DS-160 (PERFORMA ONLY)\\/WORD\",\"DocFileName1\":null,\"DocName2\":\"AUTHORITY LETTER\",\"DocFileName2\":null,\"DocName3\":\"BLANK-DS-160 (PERFORMA ONLY)\\/PDF\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;For Onlining, following documents are required&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport with validity&amp;nbsp;of more than six months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Performa duly filled by applicant.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Documents to be carried at the time of Submission at OFC and Embassy\\/Consulate&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport with validity&amp;nbsp;of more than six months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;DS-160 Confirmation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Appointment Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Payment Receipt&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, Embassy Of United States Of America from the applicant stating his name, designation, purpose and duration of visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Bank Statement&amp;nbsp;for the last 6 months (preferably).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Income Tax paper&amp;nbsp;for the last 3 years (preferably)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional Dcouments&amp;nbsp;as per below occupational status&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"&lt;p&gt;For Onlining, following documents are required&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passport with validity&amp;nbsp;of more than six months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Performa duly filled by applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Documents to be carried at the time of Submission at OFC and Embassy\\/Consulate&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passport with validity&amp;nbsp;of more than six months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;DS-160 Confirmation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Appointment Letter&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Payment Receipt&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, Embassy Of United States Of America from the applicant stating his name, designation, purpose and duration of visit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Itinerary (hotel)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Bank Statement&amp;nbsp;for the last 6 months (preferably).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax paper&amp;nbsp;for the last 3 years (preferably)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Additional Dcouments&amp;nbsp;as per below occupational status&lt;\\/p&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;Shantipath New Delhi&lt;br \\/&gt;\\r\\nTel: 26889633, 26113033, 24198000&lt;br \\/&gt;\\r\\nFax: 24190017&lt;br \\/&gt;\\r\\nEmail : ndboxmea@state.gov&lt;br \\/&gt;\\r\\nWebsite : www.ustraveldocs.com&lt;\\/p&gt;\",\"PrecessingTime\":\"2-3 working days\",\"VisaValidity\":\"6 months\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','USA','USA',NULL,'231',15540,15540,0,'1684912888.jpg',NULL,NULL,0,'',0,'2023-07-04 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'USA','231','2023-07-04 17:12:56','2023-07-04 00:00:00',1,1,'1','1','0','USA Tourist Visa, Tourist Visa Application, US Visa Assistance, Visitor Visa to USA, US Travel Requirements, Visa for USA Tourism, US Visa Process, US Visa Consultants, Travel Document Services, US Visa Information, Visa Application Checklist, Expedited Visa Services, USA Visa Documentation, Tourist Visa Eligibility, Visa Fee and Processing Time, US Entry Requirements, Tourist Visa FAQ','Explore the USA hassle-free with our expert tourist visa services. We assist you in every step of the application process.','USA Tourist Visa Services | Visa Application Assistance',NULL,'usa-tourist-visa','[{\"question\":\"How do I apply for a USA Tourist Visa from India?\",\"answer\":\"You can apply for a USA Tourist Visa by completing the DS-160 online application form, paying the visa fee, scheduling an appointment at the nearest U.S. Embassy or Consulate, attending a visa interview, and providing the required documentation.\"},{\"question\":\"What documents are required for a USA Tourist Visa application?\",\"answer\":\"Commonly required documents include a valid passport, DS-160 confirmation page, visa fee receipt, a passport-sized photograph, proof of ties to India, and evidence of financial stability.\"},{\"question\":\"How long is a USA Tourist Visa valid for Indians?\",\"answer\":\"The validity of a USA Tourist Visa can vary from 6 months to 10 years, depending on the discretion of the consular officer. The duration of stay per visit is typically up to 6 months.\"},{\"question\":\"Can I extend my stay in the USA on a tourist visa?\",\"answer\":\"Extending your stay on a tourist visa can be challenging. You may apply for an extension in certain cases, but it\'s not guaranteed, and you must have a valid reason for the extension.\"},{\"question\":\"What are the common reasons for visa denial?\",\"answer\":\"Visa denials can occur for various reasons, including insufficient ties to India, inadequate financial resources, incomplete documentation, and concerns about potential overstay in the U.S.\"}]',NULL,NULL,0),(205,4346,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4346\",\"VisaName\":\"Austria Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6620,\"VisaChildRates\":3150,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Austria\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years and should be valid at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form&amp;nbsp;duly filled and signed .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Declaration Form&amp;nbsp;signed by the applicant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Disclaimer Form&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;(Addressed to The Embassy of Austria)with mentioning duration of visit, purpose of visit, expenses clause. Details of all applicants with name, passport number, if applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary\\/Day to Day itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ITR&amp;nbsp;papers for last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Bank Statements (With bank seal and signature)&amp;nbsp;last 3 months with branch address and telephone numbers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment (employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case the applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;signed by the applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS charges&amp;nbsp;Rs. 3604\\/-&amp;nbsp;applicable&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15 Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Austria','Austria',NULL,'14',6620,6620,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Austria','14','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'austria-tourist-visa',NULL,NULL,NULL,0),(206,4347,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4347\",\"VisaName\":\"Bahrain Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":10750,\"VisaChildRates\":10750,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Bahrain\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport first page and last page coloured copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Air Ticket&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank Statement of last 3 month with 1 lakh balance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Signed covering letter if applicant traveling for business purpose&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter required from Bahrain company&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirm Hotel Booking&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Need information:- Occupation \\/Job Title \\/Place Of Work&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3 - 5 business days\",\"VisaValidity\":\"\",\"VisaDuration\":\"14\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Bahrain','Bahrain',NULL,'17',10750,10750,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Bahrain','17','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'bahrain-tourist-visa',NULL,NULL,NULL,0),(207,4349,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4349\",\"VisaName\":\"Belgium Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6720,\"VisaChildRates\":3240,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Belgium\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years and must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and along with old passport booklets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 visa application Form&amp;nbsp;should be filled online (https:\\/\\/visaonweb.diplomatie.be\\/Account\\/Login?ReturnUrl=%2Fen)&amp;nbsp;Hand written visa application forms are not accepted.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Language form&amp;nbsp;(original filled passenger should keep with himself and the copy of the same to be sent to us) with signature.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering letter&amp;nbsp;(addressed to Embassy of Belgium) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, IIIrd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated Personal bank statement&amp;nbsp;for last 3 months with bank seal and signature from the authorized person from the Bank with his name and the signatures and Designation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of a minor who has not reached the age of 18 years AND is travelling with one of the parents only or alone: a notary affidavit mentioning the consent of the parents must be submitted. This document needs to be apostilled.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS charges&amp;nbsp;Rs. 2154\\/-applicable&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"Minimum15 days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"90 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Belgium','Belgium',NULL,'21',6720,6720,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Belgium','21','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'belgium-tourist-visa',NULL,NULL,NULL,0),(208,4350,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4350\",\"VisaName\":\"Czech Republic Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7100,\"VisaChildRates\":3200,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Czech Republic\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of first and last page of the passport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Application Form&amp;nbsp;duly filled and signed.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Czech Republic) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone number and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated bank statement ( for every applicant applying )&amp;nbsp;for last 3 months with bank seal and signature from the authorized person from the Bank&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the bank statement is a joint account and only 1 applicant applying the visa then an NOC on an Notarized affidavit is required (on Rs 10\\/- stamp paper) that the other person has no objection for using this bank statement for visa purpose&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 2 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership dead, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Marriage certificate, if applicant is married and cannot provide evidence of marital status in the passport; copy of ration card, if applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC NOW MANDATORY EVERYTIME&amp;nbsp;for all Applicants applying for the visa&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS Charges - Rs.5298 including courier, SMS and PL charges&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"20 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Czech Republic','Czech Republic',NULL,'58',7100,7100,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Czech Republic','58','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'czech-republic-tourist-visa',NULL,NULL,NULL,0),(209,4351,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4351\",\"VisaName\":\"Denmark Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6600,\"VisaChildRates\":3200,\"VisaInfantRates\":6600,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Denmark\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy&amp;nbsp;of all the pages of current passport booklet along with the BIO PAGE and VALID VISA PAGES of all old passports booklets .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Online Form&amp;nbsp;duly filled and signed by applicant (exact as per the passport details). Link for the Visa form&amp;nbsp;https:\\/\\/applyvisa.um.dk\\/&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter on company letter head&amp;nbsp;(addressed to Royal Danish Embassy) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mobile number of applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return ticket,&amp;nbsp;covering all the sectors (Ticket itinerary is not acceptable).&amp;nbsp;Travel Date should be 20 days after Submission Date&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Latest Personal Bank Statement (ORIGINAL) last 6 months&amp;nbsp;i.e. sealed and signed by Bank Authorities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If PAX has not travelled to Schengen for the last last 3 years and PAX holds blank PPTs, then education degree is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;- Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company- Indian Company registration, company memo, partnership dead, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If any&amp;nbsp;parent not travelling with the child, the parent (who is not travelling) is required to explain the exact reason for the same&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS Charges&amp;nbsp;Rs 1560\\/-&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Denmark','Denmark',NULL,'59',6600,6600,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Denmark','59','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'denmark-tourist-visa',NULL,NULL,NULL,0),(210,4352,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4352\",\"VisaName\":\"Finland Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7100,\"VisaChildRates\":3600,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Finland\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy&amp;nbsp;of Passport front and last page copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Online visa form to be filled on&amp;nbsp;https:\\/\\/finlandvisa.fi\\/&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Print completed the form and&amp;nbsp;Sign the form at 4 places for&amp;nbsp;Multiple entry visa&amp;nbsp;(i.e. at (1) Col No. 37, (2) Next column of Col.37 which says visa fee is not refunded in case of rejection, (3) the next column which says applicable in case of multiple entry visa and (4) at the bottom of the visa form at the end of the vsia form. In case of&amp;nbsp;Single entry visa signatures are needed at 2 places only&amp;nbsp;(i.e. at (1) Col No. 37 and (2) at the bottom of the visa form at the end of the vsia form.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;(addressed to The Embassy of Finland) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return Confirmed ticket,&amp;nbsp;covering all the sectors (Itinerary)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance should have special condition&amp;nbsp;The geographical area for this policy stands changed to worldwide.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Bank statement&amp;nbsp;(for last 6 months) with bank seal and signature&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority Letter&amp;nbsp;duly signed by applicant on A4 sheet authorizing&amp;nbsp;Mr Rajnish \\/Mr Vasudevan&amp;nbsp;for submission of passport on applicant s behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Rs. 1953\\/-VFS Charges&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"90 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Finland','Finland',NULL,'75',7100,7100,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Finland','75','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'finland-tourist-visa',NULL,NULL,NULL,0),(211,4353,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4353\",\"VisaName\":\"Georgia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":4060,\"VisaChildRates\":4060,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Georgia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Visa Stamped on Passport&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visa application completed, signed by the applicant&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;if applicable: Authorization (for 3rd person). In case applicant is a minor: Visa application signed by legal guardian and if applicable: Authorization (for third person)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Document issued within the last 10 years and the validity period of the travel document shall exceed the validity period of the visa by at least three months; it shall not be damaged and shall not contain unofficial records; it shall contain at least two empty pages to place a visa blank in&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Tickets purchased for travel or a booking of such tickets (when travelling with an appropriate means of transport)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of accommodation in Georgia (e.g. A rental agreement for accommodation; hotel reservation; invitation by which the inviting party confirms that he\\/she provides accommodation to the alien; any other document confirming existence of accommodation in Georgia)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of financial funds during the travel to and stay in Georgia (e.g. bank statement for the last three months duly stamped and signed by the bank; receipt of a grant\\/study financing; a sponsor letter; any other document confirming availability of financial funds)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel and health insurance shall be valid for the period of stay in Georgia, which, if necessary, will cover any expenses related to his\\/her health status and death. The travel\\/health insurance shall be valid all over Georgia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Document confirming the purpose of the alien travel to&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the case of a guardian\\/custodian of a citizen of Georgia, or in the case of a person under guardianship\\/ custody of a citizen of Georgia - a document evidencing guardianship and custodianship.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A document evidencing payment of the penalty if an alien was imposed a penalty under the legislation of Georgia for staying in Georgia without legitimate grounds.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To issue a visa to a minor (under 18) and\\/or a person with mental disorders - the consent of legal representative\\/representatives of the minor and\\/or the person with mental disorders along with Birth Certificate needs to be submitted.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15 Days\",\"VisaValidity\":\"4 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Georgia','Georgia',NULL,'82',4060,4060,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Georgia','82','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0','Georgia Tourist Visa, Georgia Visa Application, Georgia Travel Visa, Tourist Visa for Georgia, Georgia Visa Online, Georgia Visa Requirements, Georgia Visa Assistance, Georgia Visa Process, Apply for Georgia Visa, Georgia Visa Information, Georgia Visa Fee, Georgia Visa Document Checklist, Georgia Visa for Tourists, Explore Georgia, Visit Georgia','Simplify your Georgia tourist visa application process with our expert assistance. Apply online hassle-free and explore the beauty of Georgia.','Georgia Tourist Visa Services | Apply for Georgia Visa Online',NULL,'georgia-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(212,4354,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4354\",\"VisaName\":\"Greece Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7040,\"VisaChildRates\":7040,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Greece\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;(APPLIED THROUGH Global Visa Services)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Kindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20 year validity are NOT acceptable.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;OLD passports&amp;nbsp;All Old passports are mandatory to be submitted along with the latest passport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 visa application Form&amp;nbsp;filled online at&amp;nbsp;http:\\/\\/in-gr.gvcworld.eu . This form needs to be&amp;nbsp;printed and signed&amp;nbsp;by the applicant at the appropriate places.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;White background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Covering letter&amp;nbsp;(addressed to Embassy Of Greece), with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Return Ticket (or ticket with Live PNR),&amp;nbsp;covering all the sectors (The gap between submission of the application and travel date should be 35 days. )&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id) (Except for GTA Hotel Bookings).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;PAN Card copy&amp;nbsp;(MUST).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original updated Personal bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank with account holder name and address.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Occupation proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on companies letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deed, establishment license or proprietorship etc are required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spouse travelling together Spouse name to be endorsed in both the passports otherwise Original Marriage Certificate required apostille from MEA&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Personal appearance mandatory everytime while applying for a visa&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GVCW charges&amp;nbsp;Rs. 2640\\/-&lt;br \\/&gt;\\r\\n\\tCourier charges Rs. 700\\/-&lt;br \\/&gt;\\r\\n\\tSMS charges Rs. 120\\/-&lt;br \\/&gt;\\r\\n\\tPL charges Rs. 2500&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"20-25 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Greece','Greece',NULL,'86',7040,7040,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Greece','86','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0','Greece Tourist Visa, Greece Visa Application, Tourist Visa Assistance, Greece Visa Requirements, Visa for Greece, Greece Travel Visa, Visa Application Process, Greece Visa Consultants, Greece Visa Information, Visa Service for Greece, Greece Visa Online, Greece Visa for Tourists, Greece Schengen Visa, Greece Visa Documentation, Greece Visa Appointment, Greece Visa Fees, Visa Processing Time, Greece Visa Support, Traveling to Greece','Explore Greece hassle-free with our expert tourist visa services. We provide comprehensive assistance for Greece visa applications, ensuring a smooth travel experience.','Greece Tourist Visa Services | Visa Application Assistance',NULL,'greece-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(213,4356,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4356\",\"VisaName\":\"Iceland Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7083,\"VisaChildRates\":3120,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Iceland\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Kindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Color Photocopy&amp;nbsp;of all the pages of current passport booklet along with the BIO PAGE and VALID VISA PAGES of all old passports booklets .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Typed Forms&amp;nbsp;duly filled and signed by applicant (exact as per the passport details)&amp;nbsp;http:\\/\\/visa.government.is\\/.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter on company letter head&amp;nbsp;(addressed to Embassy of Iceland) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mobile number of applicant.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return ticket,&amp;nbsp;covering all the sectors (Ticket itinerary is not acceptable).&amp;nbsp;Travel Date should be 20 days after Submission Date&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Latest Personal Bank Statement (ORIGINAL) last 6 months&amp;nbsp;i.e. sealed and signed by Bank Authorities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If PAX has not travelled to Schengen for the last last 3 years and PAX holds blank PPTs, then education degree is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;- Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company- Indian Company registration, company memo, partnership dead, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If any&amp;nbsp;parent not travelling with the child, the parent (who is not travelling) is required to explain the exact reason for the same&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS Charges&amp;nbsp;Rs 2481\\/-&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Iceland','Iceland',NULL,'100',7083,7083,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Iceland','100','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'iceland-tourist-visa',NULL,NULL,NULL,0),(214,4355,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4355\",\"VisaName\":\"Hong Kong\",\"Nationality\":null,\"VisaAdultRates\":500,\"VisaChildRates\":500,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Hong Kong\",\"VisaRequired\":1,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"No\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;W.E.F. 23 JAN 2017 PRE-ARRIVAL REGISTRATION IS MANDATORY BEFORE VISITING HONG KONG (EVEN IF STAY IS UPTO 14 DAYS FOR INDIAN PASSPORT HOLDER).&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"24 hrs\",\"VisaValidity\":\"\",\"VisaDuration\":\"14 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Hong Kong','Hong Kong',NULL,'503',500,500,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Hong Kong','503','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'hong-kong',NULL,NULL,NULL,0),(215,4362,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4362\",\"VisaName\":\"Netherlands Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7010,\"VisaChildRates\":3140,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Netherlands\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Online visa form&amp;nbsp;to be filled and duly signed by the passenger only&amp;nbsp;https:\\/\\/consular.mfaservices.nl\\/schengen-visa\\/short-stay&amp;nbsp;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;addressed to The Visa Officer, Embassy of Netherlands, with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) of 25 working days from submission,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter on Company Letter Head&amp;nbsp;from Pax (please download the format from the FORM SECTION of our website) authorizing Mr Vasudevan\\/Jagdish to submit and collect the documents on applicant s behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&lt;\\/strong&gt;&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015. (Please see instructions below)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Birth Certificate&amp;nbsp;If the applicant is&amp;nbsp;below 18 years&amp;nbsp;of age,&amp;nbsp;Copy of birth certificate&amp;nbsp;needs to be submitted along with all the other documents. In case birth certificate is not in English, its&amp;nbsp;English translation attested by a Notary&amp;nbsp;will be required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS charges&amp;nbsp;Rs 2400\\/-&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15-45 Days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Netherlands','Netherlands',NULL,'154',7010,7010,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Netherlands','154','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'netherlands-tourist-visa',NULL,NULL,NULL,0),(216,4361,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4361\",\"VisaName\":\"Kyrgyzstan Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":50,\"VisaChildRates\":50,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Kyrgyzstan\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Original Passport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invite letter from Kyrgyztan tourism department&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel booking&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Visa application forms&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photos&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cover letter&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5-7 days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Kyrgyzstan','Kyrgyzstan',NULL,'117',50,50,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Kyrgyzstan','117','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kyrgyzstan-tourist-visa',NULL,NULL,NULL,0),(217,4363,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4363\",\"VisaName\":\"Oman Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":12000,\"VisaChildRates\":12000,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Oman\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Scanned copy of passport&amp;nbsp;(First and Last page)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Recent Coloured Scan Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;with&amp;nbsp;Blue&amp;nbsp;background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of VALID Schengen visa or Valid visa to USA, UK, Canada, Australia or Japan&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Hotel booking&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Return ticket&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Pan card&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7-10 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"22\",\"Title\":\"Pan Card\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of Pan Card. ( For Minors, Please upload Pan of parents\\/gaurdian.)&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Oman','Oman',NULL,'165',12000,12000,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Oman','165','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'oman-tourist-visa',NULL,NULL,NULL,0),(218,4365,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4365\",\"VisaName\":\"Nigeria Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":38200,\"VisaChildRates\":38200,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Nigeria\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(YELLOW FEVER CERTIFICATE MUST FOR TRAVEL ONLY)&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original valid passport&amp;nbsp;with at least six month validity from the date of travel and having at least 3 blank pages (for single entry visa) and 5 pages) for multiple entry visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Form&amp;nbsp;to be filled online by the applicant at&amp;nbsp;https:\\/\\/portal.immigration.gov.ng\\/visa\\/freshVisa .(Jetsave also assists in online form filling. For this, we need the information as per the form available in our forms section of our website.)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Recent passport size color Photograph (Fresh ones i.e. NOT used earlier for any visa)).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering letter&amp;nbsp;(Addressed to, Nigerian High Commission).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Copy of Sponsors residence permit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Letter from sponsors employer sponsorship.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary (ticket)&amp;nbsp;(E-Tickets are acceptable) and&amp;nbsp;Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Bank Statement&amp;nbsp;(6 months) with Bank seal.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Certificate of Incorporation&amp;nbsp;of Nigerian company.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bank Statement&amp;nbsp;for last 3 months (E Copy will also do)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 27-Nov-2017. (Please see instructions below)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For Foreign Passports, copy of the OCI Card or residence Permit Copy and Work Permit Copy is&amp;nbsp;MANDATORY&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"25-30 Working Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Nigeria','Nigeria',NULL,'160',38200,38200,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Nigeria','160','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'nigeria-tourist-visa',NULL,NULL,NULL,0),(219,4366,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4366\",\"VisaName\":\"Portugal Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6190,\"VisaChildRates\":3100,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Portugal\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form&amp;nbsp;printed on separate sheets (To be online by applicant on&amp;nbsp;http:\\/\\/www.secomunidades.pt\\/vistos\\/index.php&amp;nbsp;website). [Pls cut the underlined link paste it on the fresh internet browser enabling POPUP].&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After filling in form and submitting, kindly sign on column no 37 and the end and send with other requirements&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;(addressed to The Visa Officer, Embassy of Portugal) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Bank Statement&amp;nbsp;for last&amp;nbsp;12 months, duly&amp;nbsp;signed and stamped&amp;nbsp;by the Bank with&amp;nbsp;name and address of the Account Holder&amp;nbsp;. This statement should be in&amp;nbsp;A-4 Size paper ONLY&amp;nbsp;and not in any other format.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3 years Income Tax Returns&amp;nbsp;(Personal).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment (employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head and Indian company registration&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;on letter head\\/blank sheet from Pax authorizing Mr Sumit \\/ Rakesh \\/ Rajnish of Jetsave to submit the documents on his\\/her behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRICS MANDATORY EACH TIME IF APPLICANT IS APPLYING FOR VISA&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Rs2490\\/-&amp;nbsp;VFS charges per Visa&lt;\\/strong&gt;&amp;nbsp;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Portugal','Portugal',NULL,'175',6190,6190,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Portugal','175','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'portugal-tourist-visa',NULL,NULL,NULL,0),(220,4368,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4368\",\"VisaName\":\"Sweden Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7168,\"VisaChildRates\":3584,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Sweden\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;(APPLIED THROUGH VFS)&amp;nbsp;KINDLY PROVIDE ALL THE DOCUMENTS IN A4 SIZE. PLEASE DO NOT STAPLE ANY DOCUMENTS&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\nKindly check vfs\\/embassy website for latest visa requirements and quarantine rules, as they change frequently without any intimation.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Valid passport&amp;nbsp;must not be older than 10 years also it must be valid for at least THREE MONTHS longer than the intended stay. The passport must also have at least TWO BLANK PAGES to affix the visa and should be along with&amp;nbsp;all old passport booklets. Handwritten passports, Passports with observation and passports of 20-year validity are NOT acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Visa Application Form&amp;nbsp;to be filled and duly signed by the passenger in his own handwriting only + Appenix E (Person Basis).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Consent Form&amp;nbsp;(also called as Data Protection Notice Form) + Medical Form.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Disclaimer Form.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;35mm x 45mm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;80%&amp;nbsp;face coverage, non-smiling [without glasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background and&amp;nbsp;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Covering Letter&amp;nbsp;(Addressed to The Embassy of Sweden) with mentioning duration of visit, purpose of visit, expenses clause .Details of all Applicants with name, passport number, If Applicable&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;should have an instruction to dispatch the passports to the below mentioned address after visa approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please courier my passport&amp;nbsp;to the following address:- Pax Name: __________ Address: 30\\/28, 3rd Floor, (Opp. Mughal Mahal Restaurant) East Patel Nagar, New Delhi -110008&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Insurance&amp;nbsp;as per Schengen specification, matching with ticket dates with risk coverage of Euro 30,000. For downloading the list of Approved Insurance Companies and detailed information on Travel Insurance please visit our visa forms section of our website.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour itinerary \\/Day to day Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Return Ticket (or ticket with Live PNR) ,&amp;nbsp;covering all the sectors&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Confirmed Hotel&amp;nbsp;as per the ticket (with hotel Name, Address, Telephone no and Email. Id)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original updated Personal bank statement&amp;nbsp;for last 6 months with bank seal and signature from the authorized person from the Bank.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Income Tax Return&amp;nbsp;for Last 3 years.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Occupation proof&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of Employee&amp;nbsp;-Proof of employment(employment certificate\\/NOC)and Pay slip of last 3 months.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case applicant is the proprietor \\/ owner of the company-,Cover letter on company`s letter head ,company`s Original 3 month`s bank statement (with bank seal and signature), proof of paid income tax (for 3 years), company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For student- leave letter \\/ report card issued from School and ID is required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is sponsored&amp;nbsp;- proof of sponsorship and\\/or private accommodation by completing a national form of the Schengen State concerned (seethe website of the Member State of destination)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If the applicant is retired- Proof of retirement, pension statements for the last three months; - proof of regular income generated by ownership of property or business.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant is travelling for honeymoon then&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;are required.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If minor is accompanied by one parent\\/travelling alone shall provide aNOTARIZED NOC&amp;nbsp;from other\\/both parents with their passport copy.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authority letter&amp;nbsp;on letter head\\/blank sheet from Pax authorising Mr Pavan \\/ Jagdish \\/Vasudevan of Jetsave to submit the documents on his behalf.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case of applicant going to visit someone then below 3 documents are required :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Invitation letter&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passport copy or National Id card copy of the Inviting person&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A photograph of the applicant with the inviting person.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;BIOMETRIC MANDATORY&amp;nbsp;for all Applicants w.e.f. 02-Nov-2015.&amp;nbsp;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;VFS Charges&amp;nbsp;Rs 2002\\/&lt;\\/strong&gt;&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Sweden','Sweden',NULL,'209',7168,7168,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Sweden','209','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'sweden-tourist-visa',NULL,NULL,NULL,0),(221,4369,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4369\",\"VisaName\":\"Taiwan Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":3800,\"VisaChildRates\":3800,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Taiwan\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Original Valid passport&amp;nbsp;with at least 6 month validity from the date of travel along with all old passports.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Electronic Visa Form&amp;nbsp;to be online by applicant using website&amp;nbsp;https:\\/\\/visawebapp.boca.gov.tw. After Onlining the Electronic Visa Application form a BAR CODE Receipt shall be generated which is to be printed and sent to us along with printouts of Electronic Visa Forms and supporting documents.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Photograph&amp;nbsp;Passport Size3.5cm x 4.5cm, coloured photo upto shoulder level with white background taken within 6 months, with 60% face covered in it. First Photo should be pasted and Second Photo should be clipped, Photograph (Fresh ones i.e. NOT used earlier for any visa) stapled on form will not be accepted).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Photocopy of the 1st, 2nd and last page of the passport is mandatory.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter&amp;nbsp;(Separate for each applicant), addressed to The Visa Officer, Taipei Economic and Cultural Center, New Delhi mentioning applicant`s designation and travel date..&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Itinerary (hotel).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day to day itinerary on tour operator`s letterhead with stamp and sign.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Company Registration Certificate&amp;nbsp;with seal and Signature of Company Registrar\\/ Import Export License Copy \\/ Industrial Licence Copy \\/ Chambers Letter (&amp;nbsp;if Owner).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary (Ticket)&amp;nbsp;(No Ticket Itinerary). Dates on the ticket should match with the cover letter, form etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original Bank Statement personal and company , bank statement of the employee should be of the salary account only, statement is required for last 3 months with Bank Seal and Signatures of the authorizing Signatory and till date.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Last one year`s Company Income Tax Returns as well as Personal Income Tax Returns should be DIGITALLY SIGNED (with barcode only).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If ITR is not there, then Form 16 is required with RIGHT\\/TICK MARK. Form 16 with QUESTION MARK will&amp;nbsp;not be accepted&amp;nbsp;at all.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day to Day itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Original NOC from Universiy \\/ Employer&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Old passport&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"2-3 working days\",\"VisaValidity\":\"3 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Taiwan','Taiwan',NULL,'212',3800,3800,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Taiwan','212','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'taiwan-tourist-visa',NULL,NULL,NULL,0),(222,4370,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4370\",\"VisaName\":\"Uzbekistan Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":1779,\"VisaChildRates\":1779,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Uzbekistan\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;1. Passport copy front and back&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. Photographs&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Applicant Designation and email Id&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4. Ticket Copy&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;5. Hotel&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3 to 4 working days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Uzbekistan','Uzbekistan',NULL,'232',1779,1779,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Uzbekistan','232','2023-06-23 17:13:05','2023-05-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uzbekistan-tourist-visa',NULL,NULL,NULL,0),(223,4371,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4371\",\"VisaName\":\"Armenia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":37,\"VisaChildRates\":37,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Armenia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Forms&amp;nbsp;(TYPED ONLY and SIGNED by Applicant him\\/herself).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Passport size, Camera clicked, latest with white background),&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter&amp;nbsp;(Addressed to Embassy Of The Republic Of Armenia) -&amp;nbsp;TYPED ONLY&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Confirmation&amp;nbsp;from Armenia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day-wise&amp;nbsp;Tour Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Ticket ( with Live PNR)&amp;nbsp;with a gap of at least 7 days from date of submission.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank Statement&amp;nbsp;of the llast 6 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Authority letter&amp;nbsp;authorizing&amp;nbsp;Mr. Deepak, Mr. Rishipal, Mr. Shankar (Jetsave)&amp;nbsp;to submit and collect the documents on applicant`s behalf.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Online Payment receipt&amp;nbsp;. Fee to be paid online by logging on to the website http:\\/\\/www.mfa.am\\/en\\/fees\\/ . After successful payment, print-out of the receipt needs to be taken and submitted along with the visa application&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"120 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Armenia','Armenia',NULL,'11',37,37,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Armenia','11','2023-05-19 11:48:29','2023-05-17 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'armenia-tourist-visa',NULL,NULL,NULL,0),(224,4372,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4372\",\"VisaName\":\"Armenia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7,\"VisaChildRates\":7,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Armenia\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Forms&amp;nbsp;(TYPED ONLY and SIGNED by Applicant him\\/herself).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;(Passport size, Camera clicked, latest with white background),&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter&amp;nbsp;(Addressed to Embassy Of The Republic Of Armenia) -&amp;nbsp;TYPED ONLY&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Confirmation&amp;nbsp;from Armenia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day-wise&amp;nbsp;Tour Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Ticket ( with Live PNR)&amp;nbsp;with a gap of at least 7 days from date of submission.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank Statement&amp;nbsp;of the llast 6 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Authority letter&amp;nbsp;authorizing&amp;nbsp;Mr. Deepak, Mr. Rishipal, Mr. Shankar (Jetsave)&amp;nbsp;to submit and collect the documents on applicant`s behalf.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Online Payment receipt&amp;nbsp;. Fee to be paid online by logging on to the website http:\\/\\/www.mfa.am\\/en\\/fees\\/ . After successful payment, print-out of the receipt needs to be taken and submitted along with the visa application&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"21 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Armenia','Armenia',NULL,'11',7,7,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Armenia','11','2023-05-19 11:48:25','2023-05-17 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'armenia-tourist-visa',NULL,NULL,NULL,0),(225,4373,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4373\",\"VisaName\":\"Armenia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":37,\"VisaChildRates\":37,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Armenia\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy ( Front and Back)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Photos with white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket and Hotel Confirmation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cover letter mentioning duration of stay and applicant`s contact ( mobile number and e-mail id, also mentioning the designation of the applicant)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7 Days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"120 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Armenia','Armenia',NULL,'11',37,37,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Armenia','11','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0','Armenia Tourist Visa, Armenia Visa Application, Tourist Visa for Armenia, Armenia Visa Requirements, Armenia Visa Assistance, Armenia Travel Visa, Armenia Visa Online, Armenian Tourist Visa, Visa for Traveling to Armenia, Armenia Visa Process, Armenia Visa Application Form, Armenia Visa Fees, Armenia Visa for Tourists, Armenia Visit Visa, Armenia Entry Visa, Armenia Visa Information, Armenia Tourist Visa Support, Armenia Visa Consultant, Armenia Visa Documentation','Explore Armenia stress-free with our tourist visa services. We provide expert assistance for Armenia tourist visas, making your travel plans a breeze.','Armenia Tourist Visa Services | Apply for Armenia Tourist Visa Online',NULL,'armenia-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(226,4374,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4374\",\"VisaName\":\"Armenia Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":7,\"VisaChildRates\":7,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Armenia\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy ( Front and Back)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Photos with white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket and Hotel Confirmation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cover letter mentioning duration of stay and applicant`s contact ( mobile number and e-mail id, also mentioning the designation of the applicant)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7 Days\",\"VisaValidity\":\"6 Months\",\"VisaDuration\":\"21 days\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Armenia','Armenia',NULL,'11',7,7,0,NULL,NULL,NULL,0,'',0,'2023-05-17 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Armenia','11','2023-06-23 17:13:05','2023-05-17 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'armenia-tourist-visa',NULL,NULL,NULL,0),(227,2651,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"2651\",\"VisaName\":\"Business Visa\",\"Nationality\":null,\"VisaAdultRates\":185,\"VisaChildRates\":185,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"CAD       \",\"CurrencyType\":6,\"Country\":\"Canada\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"canada form\",\"DocFileName1\":\"Canada Form_1_2651.pdf\",\"DocName2\":\"family details\",\"DocFileName2\":\"CANADA-FAMILY-SHEET-FORM_1_2651.pdf\",\"DocName3\":\"consent form\",\"DocFileName3\":\"Consent1_1_2651.pdf\",\"DocName4\":\"authority letter\",\"DocFileName4\":\"Canada_Authority_Letter_1_2651.pdf\",\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Scanned copy of valid passport&amp;nbsp;with at least 6 months validity from the date of travel (all used pages).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Form&amp;nbsp;(to be filled online and sent along with the barcode receipt automatically generated after clicking VALIDATE button on the visa form).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Process for opening Canada TRV form :&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p style=&#039;margin-left:40px&#039;&gt;(1)&amp;nbsp;Click on Canada TRV form,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&#039;margin-left:40px&#039;&gt;(2) Download the form in your computer&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&#039;margin-left:40px&#039;&gt;(3) Open the form from your downloads and type in the details.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;All Form need to be&amp;nbsp;filled SAME as per the passport and must be SIGNED by the applicant&amp;nbsp;him\\/herself.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Family Sheet Form&amp;nbsp;to be filled completely (without any blanks) and it has to be signed by the applicant himself and not by anyone else.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3&amp;nbsp;VFS Consent Form&amp;nbsp;to be filled in and signed by the applicants only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 scanned&amp;nbsp;Photograph (Fresh one i.e. NOT used earlier for any visa)&amp;nbsp;(only white background).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter&amp;nbsp;(addressed to Canadian High Commission).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Income Tax papers&amp;nbsp;for last 3 years (Company\\/ Personal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank Statement&amp;nbsp;6 months (Company\\/ Personal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Salary Slip&amp;nbsp;for last 3 months.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;VFS GLOBAL&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Address:&amp;nbsp;Delhi- Shivaji Stadium Metro Station, Mezzanine Level, Baba Kharak Singh Rd, Connaught Place, New Delhi, Delhi 110001&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 months\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\" \",\"DocumentSubmission\":1,\"PhysicalInterview\":1,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"4000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Canada','Canada',NULL,'39',185,185,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Canada','39','2023-06-23 17:13:05','2023-05-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'business-visa',NULL,NULL,NULL,0),(228,4367,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4367\",\"VisaName\":\"Qatar Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":0,\"VisaChildRates\":0,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Qatar\",\"VisaRequired\":2,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Visa On Arrival\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visa on Arrival&amp;nbsp;: Following documents are required for Visa on arrival :&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passport must be valid for atleast 6 months&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed return ticket&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Confirmed hotel reservation from approved from the Ministry of Interior for the state of Qatar. Kindly refer to the link https:\\/\\/www.discoverqatar.qa\\/mandatory-hotels-for-visa-on-arrival\\/&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Note - ECR passport holders to check with the airlines before traveling.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"2-3 working days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"5\",\"Title\":\"Passport Scan\",\"Description\":\"&lt;p&gt;Please upload colour scan copy of the first and last page of your current passport which contains the photograph and the personal particular details. Passport must be valid for 6 months beyond the last intended date of departure from this country.&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Qatar','Qatar',NULL,'177',0,0,0,NULL,NULL,NULL,0,'',0,'2023-05-19 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Qatar','177','2023-06-23 17:13:05','2023-05-19 00:00:00',1,1,'1','1','0','Qatar tourist visa, Qatar visit visa, Qatar visa application, Qatar tourist visa requirements, Qatar visa for tourists, Qatar visa online, Qatar visa processing time, Apply for Qatar visa, Qatar visa fees, Qatar travel documents, Qatar visa assistance, Qatar entry requirements, Qatar visa validity, Qatar tourist destinations, Qatar travel tips, Qatar visa for Indian citizens','Explore Qatar with ease. Apply for your Qatar tourist visa online with our expert assistance. Find out the requirements and application process today.','Qatar Tourist Visa Services | Apply for Qatar Visit Visa Online',NULL,'qatar-tourist-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(229,4399,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4399\",\"VisaName\":\"Argentina Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":16550,\"VisaChildRates\":16550,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Argentina\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Valid passport&amp;nbsp;with at least a 6 month validity from the date of travel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 Form&amp;nbsp;(Mentioning applicants direct contact number and email ID) - NOT TO BE PRINTED BACK TO BACK, REQUIRED ON SEPARATE SHEETS ONLY&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2 Recent Coloured&amp;nbsp;Photograph (Fresh ones i.e. NOT used earlier for any visa) should be: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;4 cm x 4 cm&amp;nbsp;in dimension&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On&amp;nbsp;matte finish&amp;nbsp;paper&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;White background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With&amp;nbsp;75%&amp;nbsp;face coverage, non-smiling [without sunglasses, a hat\\/cap or other head covering, unless the applicant wears such items because of their religious belief or ethnic background&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;not previously used in a visa&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter on Letter Head&amp;nbsp;(duly Notarized) with a translated copy in Spanish (on plain sheet). Covering Letter should be addressed to The Embassy of Argentina.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Travel Itinerary (Ticket)&amp;nbsp;having departure date not be less than 21 days.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Onward Visa&amp;nbsp;(if transiting).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Itinerary&amp;nbsp;(hotel).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Day to day itinerary duly Notarized&amp;nbsp;on the Letter Head of Tour Operator.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Letter on the Tour Operators Letter Head&amp;nbsp;undertaking the trip responsibility duly notarized.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Last 3 months Salary Slip&amp;nbsp;the applicant(if Employed)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Personal Latest Income Tax paper&amp;nbsp;(For last 03 year)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;6 months personal Bank statement&amp;nbsp;which must have Bank Seal with signatures and the name of the Bank Officer issuing the bank statement, with complete contact details of bank including the phone number. As embassy would call the bank to verify this account.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prior appointment to be booked at&amp;nbsp;https:\\/\\/forms.gle\\/tLZPCnYXghSq6y9j6&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Declaration form&amp;nbsp;mandatory&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Authorization letter&amp;nbsp;addressing visa officer and authorizing&amp;nbsp;Mr.&amp;nbsp;Mohan Kumar&amp;nbsp;of&amp;nbsp;M\\/S Jetsave India Tours Pvt Ltd&amp;nbsp;to submit and collect the passport on behalf of passenger.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In case the applicant is MD or proprietor of the company,&amp;nbsp;then Company`s ITR and Company`s Registration copy is mandatory to submit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covid-19 vaccination final certificate&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant going to join Cruise then cruise confirmation, cruise itinerary, cruise voucher&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;cruise payment proof is required&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If applicant sponsored by other person then sponsor&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;#39;s last 6 month bank statement, last 3 year ITR&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;occupation proof is required&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;E-Visa :&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Only for Passport holder of India, Nepal and Maldives, For TOURISM Purpose Only&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Link for E-visa Processing&amp;nbsp;http:\\/\\/www.migraciones.gov.ar\\/ave\\/index.htm&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the holders of Valid US Visa (Valid for 6 months)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Validity of ETA will be 3 Months from date of issue&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Stay Period will be 3 Months with multiple Entry\\/Exit&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;( If the applicant wants to apply for sticker visa only then the applicant has to give a declaration form stating that ` If the Embassy calls the applicant for an interview, then the applicant has no obligation regarding it and will appear for the interview`&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;NOTE :&lt;br \\/&gt;\\r\\n1.Embassy may ask for the additional documents&lt;br \\/&gt;\\r\\n2.Original Yellow Fever Certificate is mandatory at the time of travel (Not required for visa processing however)&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nJURISDICTION:&lt;br \\/&gt;\\r\\nAll India Passports except&amp;nbsp;Maharashtra (Businees \\/ Tourist).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Processing Time&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1) Normal processing - after interview 8-10 working days minimum&lt;br \\/&gt;\\r\\n2) Urgent processing - after interview 4-5 working days minimum .&lt;br \\/&gt;\\r\\nE-Visa - Minimum 20 working days&lt;br \\/&gt;\\r\\nThere is no Fixed collection date.&lt;br \\/&gt;\\r\\nCases gets referred and collection depends on approval.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Special Instructions&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We suggest the applicants to apply the visa at least 3 months before the travel date&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"Minimum 20 working days\",\"VisaValidity\":\"6 months \",\"VisaDuration\":\"\",\"DocumentSubmission\":1,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"28\",\"Title\":\"Proof of Occupation\",\"Description\":\"&lt;p&gt;Proof of Occupation in the resident country is to be provided, for example :&amp;nbsp;&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp; GST Certificate&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&amp;nbsp;Employed&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of employment like Salary Slip or Appointment Letter and NOC from Employer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;Student&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID copy.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Leave Sanction Letter from school or School diary mentioning school holidays.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\"},{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"26\",\"Title\":\"Letters addressed to the Embassy\\/Consulate\",\"Description\":\"&lt;p&gt;Letters addressed to the Embassy, for example : Request letter, Covering Letter or Invitation Letter etc.&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"},{\"DocSysId\":\"17\",\"Title\":\"Original Passport\",\"Description\":\"&lt;p&gt;&lt;span style=&#039;color:black&#039;&gt;Original Passport (&lt;\\/span&gt;&amp;nbsp;With Validity of more than 6 months with Minimum 3 Blank Pages)&lt;\\/p&gt;\"}],\"PlanFee\":[]}','Argentina','Argentina',NULL,'10',16550,16550,0,NULL,NULL,NULL,0,'',0,'2023-05-24 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Argentina','10','2023-06-23 17:13:05','2023-05-24 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'argentina-tourist-visa',NULL,NULL,NULL,0),(230,45557,1,35,0,0,0,'Family,Religious,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":45557,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/delhi-kurukshetra-agra_1671264527\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Kurukshetra&lt;\\/strong&gt; is a city in the north Indian state of Haryana. It&amp;#39;s known as the setting of the Hindu epic poem the &amp;quot;Mahabharata.&amp;quot; The text&amp;#39;s great battle is depicted in a large diorama at the Kurukshetra Panorama and Science Centre. West of the city, the town of Jyotisar is a pilgrimage site where, according to the &amp;quot;Mahabharata,&amp;quot; the sacred &amp;quot;Bhagavad Gita&amp;quot; scripture was first delivered.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Located on the banks of River Yamuna in Uttar Pradesh, &lt;strong&gt;Agra&lt;\\/strong&gt; is a popular tourist destination as it is&amp;nbsp;home to one of the 7 wonders of the world, the&amp;nbsp;Taj Mahal. It is&amp;nbsp;a sneak peek into the architectural history and legacy&amp;nbsp;of the Mughal empire with two other&amp;nbsp;UNESCO World Heritage Sites&amp;nbsp;Agra Fort&amp;nbsp;and&amp;nbsp;Fatehpur Sikri.&amp;nbsp;History, architecture, romance all together create the magic of Agra, and hence, makes for a must-visit for anyone living in or visiting India.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Delhi-Kurukshetra-Agra\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing,All Transfers\",\"PackageType\":\"Family,Religious,Heritage\",\"Validity\":{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34548,\"Title\":\"Kurukshetra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":530284,\"Name\":\"Hotel Saffron\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"29.9744341\",\"Long\":\"76.8738405\",\"Address\":\"Pipli Rd, opp. P.N.B Regional Office, Urban Estate, Sector 7, Kurukshetra, Haryana 136118, India\"},\"Images\":[],\"CityId\":34548,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":36597,\"Title\":\"Sthaneshwar Mahadev Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9814274,\"Long\":76.82794679999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36598,\"Title\":\"Srikrishna Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9650568,\"Long\":76.83313650000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36599,\"Title\":\"Kurukshetra Panorama & Science Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9660103,\"Long\":76.83390229999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36600,\"Title\":\"Brahma Sarovar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96197859999999,\"Long\":76.8272132,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36601,\"Title\":\"Jyotisar Assessment Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96205389999999,\"Long\":76.77212,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36602,\"Title\":\"Shri Devikoop Bhadrakali Shaktipeeth Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.97959759999999,\"Long\":76.8312979,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":450196,\"Name\":\"ibis New Delhi Aerocity - An AccorHotels Brand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.55127\",\"Long\":\"77.12375\",\"Address\":\"Asset No 9, Hospitality District, Delhi Aerocity, New Delhi, 110037\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at ibis New Delhi Aerocity - An AccorHotels Brand in New Delhi (South West), you&#039;ll be minutes from Worldmark and Aerocity.  This hotel is within close In New Delhi (South West)\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4810000\\/4804200\\/4804148\\/1fa91f0b_t.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":36597,\"Title\":\"Sthaneshwar Mahadev Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9814274,\"Long\":76.82794679999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36598,\"Title\":\"Srikrishna Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9650568,\"Long\":76.83313650000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36599,\"Title\":\"Kurukshetra Panorama & Science Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9660103,\"Long\":76.83390229999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36600,\"Title\":\"Brahma Sarovar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96197859999999,\"Long\":76.8272132,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36601,\"Title\":\"Jyotisar Assessment Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96205389999999,\"Long\":76.77212,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36602,\"Title\":\"Shri Devikoop Bhadrakali Shaktipeeth Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.97959759999999,\"Long\":76.8312979,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":21471,\"Name\":\"Hotel Taj Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.170003\",\"Long\":\"78.047861\",\"Address\":\"Plot No.538 Near Shilp Gram, Taj Mahal\"},\"Images\":{\"Image\":[{\"ImagId\":517946,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_2_t.jpg\"},{\"ImagId\":517947,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_3_t.jpg\"},{\"ImagId\":517948,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_4_t.jpg\"},{\"ImagId\":517949,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_5_t.jpg\"},{\"ImagId\":517950,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_6_t.jpg\"},{\"ImagId\":517951,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_7_t.jpg\"},{\"ImagId\":517952,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_9_t.jpg\"},{\"ImagId\":517953,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_11_t.jpg\"},{\"ImagId\":517954,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_12_t.jpg\"},{\"ImagId\":517955,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_13_t.jpg\"},{\"ImagId\":517956,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_14_t.jpg\"},{\"ImagId\":517957,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_15_t.jpg\"},{\"ImagId\":517958,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_30_t.jpg\"},{\"ImagId\":517959,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_36_t.jpg\"},{\"ImagId\":517960,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_16_t.jpg\"},{\"ImagId\":517961,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_17_t.jpg\"},{\"ImagId\":517962,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_24_t.jpg\"},{\"ImagId\":517963,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_33_t.jpg\"},{\"ImagId\":517964,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_28_t.jpg\"},{\"ImagId\":517965,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_23_t.jpg\"},{\"ImagId\":517966,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_29_t.jpg\"},{\"ImagId\":517967,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_32_t.jpg\"},{\"ImagId\":517968,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_19_t.jpg\"},{\"ImagId\":517969,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_25_t.jpg\"},{\"ImagId\":517970,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_34_t.jpg\"},{\"ImagId\":517971,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_31_t.jpg\"},{\"ImagId\":517972,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_22_t.jpg\"},{\"ImagId\":517973,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_26_t.jpg\"},{\"ImagId\":517974,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_27_t.jpg\"},{\"ImagId\":517975,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_35_t.jpg\"},{\"ImagId\":517976,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_20_t.jpg\"}]},\"CityId\":266,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Taj Resorts in Agra, you&amp;apos;ll be in the historical district and minutes from Mosque and the Jawab and Taj Mahal. This 4-star hotel is within close proximity of Agra Fort and Itmad-ud-Daulah&amp;apos;s Tomb.&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 28 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access is available to keep you connected. Bathrooms have complimentary 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;Pamper yourself with onsite massages and body treatments. Additional features at this hotel include wireless Internet access (surcharge) 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;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). 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 front desk, luggage storage, and laundry facilities. Guests may use a train station pick-up service for a surcharge, and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4080000\\/4075900\\/4075839\\/4075839_2_t.jpg\",\"AccoAminitiesMask\":\"101100000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":36597,\"Title\":\"Sthaneshwar Mahadev Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9814274,\"Long\":76.82794679999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36598,\"Title\":\"Srikrishna Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9650568,\"Long\":76.83313650000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36599,\"Title\":\"Kurukshetra Panorama & Science Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.9660103,\"Long\":76.83390229999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36600,\"Title\":\"Brahma Sarovar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96197859999999,\"Long\":76.8272132,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36601,\"Title\":\"Jyotisar Assessment Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.96205389999999,\"Long\":76.77212,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36602,\"Title\":\"Shri Devikoop Bhadrakali Shaktipeeth Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34548,\"CityName\":\"Kurukshetra\",\"Lat\":29.97959759999999,\"Long\":76.8312979,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":36604,\"Title\":\"Rashtrapati Bhavan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6143478,\"Long\":77.19942999999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1000,\"Title\":\"Lotus Temple\",\"Description\":\"The Lotus Temple, located in Delhi, India, is a Bah&Atilde;&iexcl;&#039;&Atilde;&shy; House of Worship completed in 1986. Notable for its flowerlike shape, it has become a prominent attraction in the city. Like all Bah&Atilde;&iexcl;&#039;&Atilde;&shy; Houses of Worship, the Lotus Temple is open to all, regardless of religion or any other qualification. The building is composed of 27 free-standing marble-clad &quot;petals&quot; arranged in clusters of three to form nine sides, with nine doors opening onto a central hall with height of slightly over 40 metres and a capacity of 2,500 people.The Lotus Temple has won numerous architectural awards and been featured in hundreds of newspaper and magazine articles. A 2001 CNN report referred to it as the most visited building in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5520725,\"Long\":77.259244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"328919\",\"Title\":\"Delhi To Kurukshetra(185 Kms\\/4 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Pickup From Delhi Airport\\/ Railway Station&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drive to the Kurukshetra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival Visit Sightseeing Sthaneshwar temple, Krishna Museum, Panorma, Brahmsarover, Jyotisar, and Bhadarakali temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After sightseeing chek into the hotel &amp;amp; overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":530284,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":36597,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36598,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36600,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36601,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36602,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328920\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328921\",\"Title\":\"Kurukshetra to Delhi(185 Kms\\/4 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast check out the hotel and move for Delhi&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On reach Visit Delhi sightseeing including Akshardham Temple, Raj Ghat, India Gate. Rastrapati bhavan&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later check into the hotel and Overnight stay in the hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":450196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36604,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328922\",\"Title\":\"Delhi Local Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;This Morning after breakfast&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Qutub minar and Lotus Temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After sightseeing if time permit free for shopping.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back to the hotel and Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":450196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1000,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328923\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328924\",\"Title\":\"Delhi to Agra(210 kms. 4 Hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast check out the hotel and transfer to Agra.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival in Agra, transfer to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afternoon explore the massive red sandstone Agra Fort.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21471,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"328925\",\"Title\":\"Agra Sightseeing - Delhi (210 kms. 4 Hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;This morning after having breakfast.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit the most beautiful building Taj Mahal.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Spend 2-3 hours over there and later drive back to Delhi.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival drop to the Airport \\/ Railway Station for their further journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45557\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"12045.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"12045.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12045,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":12045,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"12430.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12430,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":12430,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-09-04\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"16060.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16060,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16060,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"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\":{\"328919\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[328919],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328920\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[328920],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328921\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[328921],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328922\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[328922],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328923\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[328923],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"328924\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[328924],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"328925\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[328925],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kurukshetra,Delhi,Agra','Kurukshetra,Haryana,Indian Subcontinent,North India,India,Delhi,Agra,Uttar Pradesh','','34548,7701,266',12045,16060,4,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"}]',2,'',0,'2023-09-04 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-09-04 13:18:08','2023-09-04 00:00:00',1,1,'1','1','0','Delhi-Kurukshetra-Agra tour package, Golden Triangle tour, Delhi sightseeing, Kurukshetra heritage, Agra Taj Mahal, historical monuments, cultural tour, India travel, iconic destinations','Embark on a mesmerizing journey through Delhi, Kurukshetra, and Agra with our exclusive tour package. Discover the rich history, architectural marvels, and cultural heritage of these iconic destinations. Book your Golden Triangle tour today!','Book Delhi, Kurukshetra, Agra Tour Package',NULL,'delhi-kurukshetra-agra',NULL,NULL,NULL,0),(231,44759,1,35,0,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":44759,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/mystical-nepal-tour_1669789860\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mystical Nepal Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12631\",\"SupplierName\":\"Fish Tail Tours &amp; Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422413,\"Name\":\"Hotel Tibet International\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7202895104343\",\"Long\":\"85.3594914078712\",\"Address\":\"Boudha, Tusal, Boudhha, \"},\"Images\":[],\"CityId\":13672,\"Brief\":\"The atmosphere of the hotel is friendly and the staff are very helpful. They also boast a roof terrace This lovely little property is full of character and located just a 15 minute walk from the Thamel are, the tourist heart of Kathmandu\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/14\\/5d0eb33637ff35c57eeafecca934d293-1269401.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":110618,\"Name\":\"Hyatt Regency Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.722217481098\",\"Long\":\"85.356538295746\",\"Address\":\"P.O. Box 9609 Taragaon\"},\"Images\":{\"Image\":[{\"ImagId\":2420050,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/31\\/993\\/170\\/HY28971_Exterior_1_C.jpg\"}]},\"CityId\":13672,\"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 Hyatt Regency Kathmandu in Kathmandu (Boudha), you&amp;apos;ll be convenient to Boudhanath and Pashupatinath Temple.  This 5-star resort is within close proximity of Chabahil and Guhyeshwari Temple.&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 280 air-conditioned rooms featuring minibars and LED televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and rainfall showerheads.&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 body treatments and facials. You can take advantage of recreational amenities such as outdoor tennis courts, a health club, and an outdoor pool. This resort also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). If you&amp;apos;d like to spend the day shopping, you can hop on the complimentary shuttle.&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 one of the resort&amp;apos;s dining establishments, which include 2 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Mingle with other guests at a complimentary reception, held daily. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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 high-speed (wired) Internet access, a 24-hour business center, and limo\\/town car service. Planning an event in Kathmandu? This resort has 17001 square feet (1580 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 self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/31\\/993\\/170\\/HY28971_Exterior_1_C.jpg\",\"AccoAminitiesMask\":\"110110110000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe (DBL\\/TWN)\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}},{\"CityId\":13211,\"Title\":\"Jomsom\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528165,\"Name\":\"Hotel Majesty\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.7826064\",\"Long\":\"83.7239189\",\"Address\":\"QPMF+2HV, Beni Jomsom Sadak, Jomsom 33100, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":528164,\"Name\":\"Hotel Majesty\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.7826064\",\"Long\":\"83.7239189\",\"Address\":\"QPMF+2HV, Beni Jomsom Sadak, Jomsom 33100, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":528166,\"Name\":\"Hotel Oms Home\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"28.7315573\",\"Long\":\"83.67543220000002\",\"Address\":\"Beni Jomsom Sadak, Tukuche 20587, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}},{\"CityId\":21687,\"Title\":\"Pokhara\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":160338,\"Name\":\"Barahi\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.208106\",\"Long\":\"83.958911\",\"Address\":\"Lakeside Pokhara-6\"},\"Images\":{\"Image\":[{\"ImagId\":3518301,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_5_t.jpg\"},{\"ImagId\":3518302,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_6_t.jpg\"},{\"ImagId\":3518303,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_7_t.jpg\"},{\"ImagId\":3518304,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_8_t.jpg\"},{\"ImagId\":3518305,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_10_t.jpg\"},{\"ImagId\":3518306,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_11_t.jpg\"},{\"ImagId\":3518307,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_12_t.jpg\"},{\"ImagId\":3518308,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_14_t.jpg\"},{\"ImagId\":3518309,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_15_t.jpg\"},{\"ImagId\":3518310,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_16_t.jpg\"},{\"ImagId\":3518311,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_1_t.jpg\"},{\"ImagId\":3518312,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_4_t.jpg\"},{\"ImagId\":3518313,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_29_t.jpg\"},{\"ImagId\":3518314,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_30_t.jpg\"},{\"ImagId\":3518315,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_31_t.jpg\"},{\"ImagId\":3518316,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_32_t.jpg\"},{\"ImagId\":3518317,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_33_t.jpg\"},{\"ImagId\":3518318,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_34_t.jpg\"},{\"ImagId\":3518319,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_35_t.jpg\"},{\"ImagId\":3518320,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_36_t.jpg\"},{\"ImagId\":3518321,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_37_t.jpg\"},{\"ImagId\":3518322,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_38_t.jpg\"},{\"ImagId\":3518323,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_17_t.jpg\"},{\"ImagId\":3518324,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_18_t.jpg\"},{\"ImagId\":3518325,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_19_t.jpg\"},{\"ImagId\":3518326,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_20_t.jpg\"},{\"ImagId\":3518327,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_21_t.jpg\"},{\"ImagId\":3518328,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_22_t.jpg\"},{\"ImagId\":3518329,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_23_t.jpg\"},{\"ImagId\":3518330,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_24_t.jpg\"},{\"ImagId\":3518331,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_25_t.jpg\"},{\"ImagId\":3518332,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_26_t.jpg\"},{\"ImagId\":3518333,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_27_t.jpg\"},{\"ImagId\":3518334,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_28_t.jpg\"}]},\"CityId\":21687,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Barahi in Pokhara, you&amp;apos;ll be in the mountains and convenient to Barahi Temple and World Peace Stupa.  This hotel is within close proximity of Devi&amp;apos;s Fall and Pokhara International Mountain Museum.&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 85 guestrooms. Rooms have private balconies.&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;Pamper yourself with a visit to the spa, which offers massages and facials. Additional amenities at this Art Deco hotel include babysitting\\/childcare 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;Satisfy your appetite at one of the hotel&amp;apos;s 2 restaurants. Quench your thirst with your favorite drink at a bar\\/lounge. Breakfast is available for a fee.&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. This hotel has 2 meeting rooms available for events. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_5_t.jpg\",\"AccoAminitiesMask\":\"100101000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":160387,\"Name\":\"Fish Tail Lodge\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.200925\",\"Long\":\"83.963994\",\"Address\":\"P.O. Box 10 Lake Side\"},\"Images\":{\"Image\":[{\"ImagId\":3519531,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/434\\/garden_A.jpg\"},{\"ImagId\":3519532,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/442\\/lakeview_A.jpg\"},{\"ImagId\":3519533,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/482\\/view_A.jpg\"},{\"ImagId\":3519534,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/474\\/room_A.jpg\"},{\"ImagId\":3519535,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/490\\/diningroom_A.jpg\"},{\"ImagId\":3519536,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/418\\/Exterior_C.jpg\"},{\"ImagId\":3519537,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/450\\/map_A.jpg\"},{\"ImagId\":3519538,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/458\\/palmcourtroom_A.jpg\"},{\"ImagId\":3519539,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/466\\/pool_A.jpg\"}]},\"CityId\":21687,\"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 Fish Tail Lodge places you in the heart of Pokhara, convenient to Barahi Temple and Devi&amp;apos;s Fall.  This family-friendly hotel is within close proximity of World Peace Stupa and Pokhara International Mountain Museum.&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 60 individually decorated guestrooms, featuring refrigerators and minibars. Rooms have private balconies. 30-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and bidets.&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 body treatments and facials. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. This Colonial hotel also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), and wedding 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;Grab a bite to eat at the hotel&amp;apos;s restaurant, where you can enjoy drinks at a bar, take in a garden view, and even dine alfresco (weather permitting). You can also stay in and take advantage of room service (during limited hours). Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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, limo\\/town car service, and express check-in. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/434\\/garden_A.jpg\",\"AccoAminitiesMask\":\"111101000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"323365\",\"Title\":\"Arrive in Kathmandu\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival in Tribhuvan International airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet with our representative who will welcome you with Khada\\/garland (welcoming Culture in Nepal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Check-In&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening you can head over to Thamel. Have some good time at the bar or a club.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe (DBL\\/TWN)\"}],\"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\":\"323367\",\"Title\":\"Kathmandu City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready to kick-start your cultural discovery.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Pashupatinath Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Make your way to the largest stupa in the world Boudhanath Stupa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue towards, Patan Durbar Square- the center of Fine art.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe (DBL\\/TWN)\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35825,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323369\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"323379\",\"Title\":\"Drive to Pokhara\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Our adventure begins with a scenic drive to Pokhara.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En-route visit to Manakamana Devi Temple by cable car.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Feel free to take a stroll through the city in the evening or relax by the lakeside.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Pokhara.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":160338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160387,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35824,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323381\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"323383\",\"Title\":\"Fly to Jomsom &amp; Drive Muktinath\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning transfer to airport for flight to Jomsom.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-in.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get refreshed walk to the local Jeep stand for further journey to Muktinath.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take holy bath at 108 holy water spouts, visit and pray Jwalamai temple and other temples.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Jomsom and check into hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jomsom.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13211,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528164,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":528166,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35897,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35898,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323385\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13211,\"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\":\"323395\",\"Title\":\"Fly back to Pokhara &amp; sightseeing tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Wake up early and walk to airport for flight back to Pokhara.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-in, get freshen up, have breakfast and rest for a while.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for visit to Bindabasini Temple visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore Davis falls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Move towards Mahadev Cave, also known as Gupteshwor Cave.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Watch the Seti Gorge standing atop the Mahendra Pul.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stride down to the lakeside area in the evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Pokhara&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":160338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160387,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2340,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2336,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2345,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323397\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"323399\",\"Title\":\"Drive back to Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast drive back Kathmandu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arriving, transfer to your respective hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the time free at leisure on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"323401\",\"Title\":\"Depart Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Breakfast in the morning&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Our cheerful representative will drop you off to the airport three hours prior to the flight departure.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The mystic land of the Himalayas holds many more secrets to be told.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Come back again for another adventure visiting our spectacular mountains.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"44759\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"37950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":39013,\"priceDoubleOcc\":\"37950.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37950,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41140,\"COSTTO\":41140},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":41140,\"priceDoubleOcc\":\"41140.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41140,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41140,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41140,\"COSTTO\":41140}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44760\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"47575.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":48565,\"priceDoubleOcc\":\"47575.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":47575,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50545,\"COSTTO\":50545},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":50545,\"priceDoubleOcc\":\"50545.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50545,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50545,\"COSTTO\":50545}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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;Special traditional welcome on arrival at International airport,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport-Hotel-Airport transfers on private vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Night Double\\/Twin sharing accommodation at Kathmandu,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Night Double\\/Twin sharing accommodation at Pokhara,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Night Double\\/Twin sharing accommodation at Jomsom,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily breakfast at hotel you are staying at,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch &amp;amp; Dinner at hotel in Jomsom,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing and transfer as per the itinerary by private a\\/c vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jomsom\\/Muktinath\\/Jomsom&amp;nbsp; by SIC vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Kathmandu city tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Pokhara city tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Muktinath Darshan,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ACAP Permit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mineral Water on board during sightseeing tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Local Sim card with 4G facilities returnable,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All applicable 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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"323365\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[323365],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323367\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[323367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323369\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323369],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323379\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323379],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323381\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[323381],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323383\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[323383],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323385\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[323385],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323395\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[323395],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323397\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[323397],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323399\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[323399],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323401\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[323401],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kathmandu,Jomsom,Pokhara','Kathmandu,Indian Subcontinent,Nepal,Pokhara,Jomsom',NULL,'13672,13211,21687',37950,50545,6,NULL,NULL,NULL,2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Nepal','153','2023-05-25 17:43:07','2023-05-25 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'mystical-nepal-tour',NULL,NULL,NULL,0),(232,53082,1,35,0,0,0,'Honeymoon,Adventure,Wildlife',NULL,1,1,0,'{\"package\":{\"TPId\":53082,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/kashmir-packges----nights---days_1684756317\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;KASHMIR PACKGES 2023- 6 NIGHTS \\/ 7 DAYS&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 21025.00\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Connect India\",\"Name\":\"KASHMIR PACKGES 2023- 6 NIGHTS \\/ 7 DAYS\",\"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,Breakfast & Lunch,Breakfast & Dinner,All Meals,Welcome Drink,Inner Line Permit,Airport Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife\",\"Validity\":{\"From\":\"2023-07-19\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486930,\"Name\":\"any deluxe houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":553161,\"Name\":\"City Grace\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":553162,\"Name\":\"The Victory\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":110,\"Title\":\"Baisaran Valley\",\"Description\":\"Also termed as mini Switzerland, this valley is part of the package designed by pony owners &amp;amp; a must visit place too.It has a perfect settings of vast green valley, magnificent mountains &amp;amp; a perfect sunset.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0030906,\"Long\":75.3342943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1320\\/thumb\\/Baisaran Valley_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1372,\"Title\":\"Pony Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5616\\/thumb\\/Pony Ride_168.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":613,\"Title\":\"Gulmarg Ski Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2943\\/thumb\\/Ski Resort_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":16970,\"Title\":\"Golden Meadow\",\"Description\":\"Just about 80 kms from Srinagar is the beautiful valley of meadows called Sonamarg. Literally meaning meadows of gold. Would advise to travel as early as possible so that you miss the traffic and have more hours in your hand to spend in Sonmarg and if you reach early you might also go to Zozilla Pass and come back.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Golden_Meadow_34549_1594373527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553164,\"Name\":\"Golf View\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":553165,\"Name\":\"AS Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":110,\"Title\":\"Baisaran Valley\",\"Description\":\"Also termed as mini Switzerland, this valley is part of the package designed by pony owners &amp;amp; a must visit place too.It has a perfect settings of vast green valley, magnificent mountains &amp;amp; a perfect sunset.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0030906,\"Long\":75.3342943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1320\\/thumb\\/Baisaran Valley_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1372,\"Title\":\"Pony Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5616\\/thumb\\/Pony Ride_168.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":613,\"Title\":\"Gulmarg Ski Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2943\\/thumb\\/Ski Resort_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":16970,\"Title\":\"Golden Meadow\",\"Description\":\"Just about 80 kms from Srinagar is the beautiful valley of meadows called Sonamarg. Literally meaning meadows of gold. Would advise to travel as early as possible so that you miss the traffic and have more hours in your hand to spend in Sonmarg and if you reach early you might also go to Zozilla Pass and come back.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Golden_Meadow_34549_1594373527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":110,\"Title\":\"Baisaran Valley\",\"Description\":\"Also termed as mini Switzerland, this valley is part of the package designed by pony owners &amp;amp; a must visit place too.It has a perfect settings of vast green valley, magnificent mountains &amp;amp; a perfect sunset.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0030906,\"Long\":75.3342943,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1320\\/thumb\\/Baisaran Valley_543.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1372,\"Title\":\"Pony Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5616\\/thumb\\/Pony Ride_168.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":613,\"Title\":\"Gulmarg Ski Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2943\\/thumb\\/Ski Resort_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1242,\"Title\":\"Nishat Bagh\",\"Description\":\"Nishat Bagh is a terraced Mughal garden built on the eastern side of the Dal Lake, close to Srinagar in the state of Jammu and Kashmir, India. It is the second largest Mughal garden in the Kashmir Valley. The largest in size is the Shalimar Bagh, which is also located on the bank of the Dal Lake. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;Garden of Delight.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1225226,\"Long\":74.8821445,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":16970,\"Title\":\"Golden Meadow\",\"Description\":\"Just about 80 kms from Srinagar is the beautiful valley of meadows called Sonamarg. Literally meaning meadows of gold. Would advise to travel as early as possible so that you miss the traffic and have more hours in your hand to spend in Sonmarg and if you reach early you might also go to Zozilla Pass and come back.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Golden_Meadow_34549_1594373527.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384975\",\"Title\":\"ARRIVAL AT SRINAGAR\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Welcome to Srinagar, The Lake City. On arrival at Srinagar Airport, begin your tour of &amp;#39;Exotic Kashmir&amp;#39;. You will be transferred to Houseboat. After enjoy a romantic &amp;#39;shikara&amp;#39; ride on Dal Lake. Dinner and overnight stay at the Houseboat.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384977\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"384979\",\"Title\":\"Srinagar &ndash; Pahalgam ( 98 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, transfer to Pahalgam, Enroute visit Awantipora Ruins, Saffron Fields. In Pahalgam you can visit: - Aru , Betaab valley (at your own cost). Overnight stay at Pahalgam&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553164,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":553165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":110,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":179,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384981\",\"Title\":\" In Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, In pahalgam one can have a horse ride and can visit Baisaran, Baadyan , Kashmir valley , water fall&amp;nbsp; (at your own cost). Overnight stay at Pahalgam&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553164,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":553165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":110,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":179,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1372,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384983\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"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\":\"384985\",\"Title\":\"Pahalgam - Gulmarg (150Km \\/ Approx. 03 and half Hours) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After healthy breakfast , drive towrds Gulmarg from Pahalgam pass willow trees, fast flowing streams and lust green mealows. GULMARG - the meadow of flowers is an aptterm for idyllic flower - laden meadow offering spectacular view of towering snow capped peaks cover with dense forests of tall conifers and gigantic fir and pine trees. Check in Hotel after arrival. Overnight at Gulmarg.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":613,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":612,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384987\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":\"384989\",\"Title\":\"Gulmarg  to Srinagar + SS of Mughal garden ( 79 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, transfer to srinagar, check in at the hotel. Afternoon, leave for local&amp;nbsp;sightseeing of Srinagar City.&amp;nbsp;Visit: - Mughal&amp;nbsp;&amp;nbsp;gardens: - Chesma Shahi&amp;nbsp;(Mughal Spring), Nishat (The Garden of Bliss),&amp;nbsp;Shalimar (The&amp;nbsp;Abode of Love). Overnight stay at Srinagar&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553161,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":553162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":1242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384991\",\"Title\":\"Srinagar &ndash; Sonmarg &ndash; Srinagar ( 89 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast, transfer to Sonmarg for a daytrip. Enroute see Hazratbal Shrine, Gagangir Tourist Village. The drive from Srinagar to Sonmarg is very beautiful as you will pass through some towns and villages, at many places you can enjoy the view of paddy fields with rivers flowing on one side. In Sonmarg you can visit Thajwas Glacier which is around 4 Kms from Sonmarg, a local taxi has to be hired for it.&amp;nbsp;&amp;nbsp;The name Sonmarg is derived from two Kashmiri words &amp;ldquo;Son&amp;rdquo; &amp;amp; &amp;ldquo;Marg&amp;rdquo; which mean &amp;ldquo;Gold&amp;rdquo; &amp;amp; &amp;ldquo;Meadow&amp;rdquo;, when put together it means &amp;ldquo;Meadow of Gold &amp;#39;&amp;#39;. Return to Srinagar in the evening after enjoying your day. Overnight stay at Srinagar.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553161,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":553162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":16970,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384993\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast, transfer to Srinagar airport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#c0392b&quot;&gt;&lt;strong&gt;Advice your client to traveller as per itinerary and last day we count as drop only, if client do any sightseen on last day it will be extra on direct basic.&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"53082\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14810.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13307,\"priceDoubleOcc\":\"14810.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":14810,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13600,\"priceDoubleOcc\":\"15250.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":15250,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14077,\"priceDoubleOcc\":\"15965.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":15965,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13967,\"priceDoubleOcc\":\"15800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":15800,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15067,\"priceDoubleOcc\":\"17450.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":17450,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17450,\"priceDoubleOcc\":\"21025.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8100.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21025,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5900,\"CEB\":8100,\"COSTDO\":21025,\"COSTSO\":null,\"ACEB\":10300,\"COSTTO\":10300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"53083\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17500,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":20000,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17733,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":20350,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18167,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":21000,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18067,\"priceDoubleOcc\":\"20850.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":20850,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19033,\"priceDoubleOcc\":\"22300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":22300,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21167,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10300.00\",\"priceWithoutBed\":\"8100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8100,\"CEB\":10300,\"COSTDO\":25500,\"COSTSO\":null,\"ACEB\":12500,\"COSTTO\":12500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53082\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13810.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12307,\"priceDoubleOcc\":\"13810.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13810,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":13810,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12600,\"priceDoubleOcc\":\"14250.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14250,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":14250,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13077,\"priceDoubleOcc\":\"14965.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14965,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":14965,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12967,\"priceDoubleOcc\":\"14800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":14800,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14067,\"priceDoubleOcc\":\"16450.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":16450,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16450,\"priceDoubleOcc\":\"20025.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7100.00\",\"priceWithoutBed\":\"4900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20025,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4900,\"CEB\":7100,\"COSTDO\":20025,\"COSTSO\":null,\"ACEB\":9300,\"COSTTO\":9300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"53083\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"19000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":19000,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16733,\"priceDoubleOcc\":\"19350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":19350,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17167,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":20000,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17067,\"priceDoubleOcc\":\"19850.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19850,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":19850,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18033,\"priceDoubleOcc\":\"21300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":21300,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20167,\"priceDoubleOcc\":\"24500.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9300.00\",\"priceWithoutBed\":\"7100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7100,\"CEB\":9300,\"COSTDO\":24500,\"COSTSO\":null,\"ACEB\":11500,\"COSTTO\":11500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"384975\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[384975],\"Remark\":[\"&lt;p&gt;NON AC Vechile&amp;nbsp;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"384977\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[384977],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384979\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[384979],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384981\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[384981],\"Remark\":[\"&lt;p&gt;NON AC Vechile&amp;nbsp;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3,2\"]}},\"384983\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384983],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384985\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384985],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384987\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384987],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384989\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384989],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3,2\"]}},\"384991\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[384991],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384993\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[384993],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg,Sonamarg','','25897,20566,11197',13810,25500,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"MH (20).jpg\"},{\"day\":3,\"images\":\"MH (21).jpg\"},{\"day\":4,\"images\":\"MH (22).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-07-19 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-07-19 10:50:11','2023-07-19 00:00:00',1,1,'1','1','0','Kashmir tour package, 6N/7D Kashmir tour, Book Kashmir tour package, Book Kashmir holiday package 6N/7D','Experience the beauty of Kashmir with our 6N/7D tour package. Explore serene lakes, majestic mountains, and lush valleys. Immerse yourself in the rich culture and warm hospitality. Book now','Book Kashmir Tour Package For 6N/7D',NULL,'kashmir-packges-2023-6-nights-/-7-days',NULL,NULL,NULL,0),(233,53152,1,35,0,0,0,'Adventure,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":53152,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/mentok-kangri---meters_1684756192\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Ladakh, being the land of massive heights and peaks, and the eastern plateau ( Locally known as Chang-thang) is a land extraordinary with mesmerizing lakes like Tsomoriri, Tsokar and Yaya tso. The plateau is also rich in wildlife and also receives a good number of bird migrating to these wonderful high altitude wetlands.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mentok Kangri range lies to the southwest to the Tsomoriri Lake with a distance of 3-4 days including a day for buffer. The Mentok range has 9-10 peaks ranging from 6000 -6500 meters (average).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 115940.00\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"    Mentok Kangri ( 6270 meters )\",\"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,All Meals,Guided Tours,Camping,Trekking,All Transfers\",\"PackageType\":\"Adventure,Hill Station\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486171,\"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\":\"Deluxe\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":3541,\"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&#039;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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":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\":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\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":4365,\"Title\":\"Basgo Fort\",\"Description\":\"The monastery was built for the Namgyal rulers in 1680, Bazgo itself was embedded in the early days of Ladakh and is frequently mentioned in the Ladakhi Chronicles when it was a political and cultural center. In the 15th century, a palace was built in Basgo.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1521026987.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":44730,\"Title\":\"Uleytokpo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":44731,\"Title\":\"Likir Monestary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"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\":20845,\"Title\":\"Magnetic\",\"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\":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}]}},{\"CityId\":37158,\"Title\":\"Tsomoriri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":553536,\"Name\":\"Camping\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":37158,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Tent\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":3541,\"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&#039;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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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\":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\":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\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":4365,\"Title\":\"Basgo Fort\",\"Description\":\"The monastery was built for the Namgyal rulers in 1680, Bazgo itself was embedded in the early days of Ladakh and is frequently mentioned in the Ladakhi Chronicles when it was a political and cultural center. In the 15th century, a palace was built in Basgo.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1521026987.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":44730,\"Title\":\"Uleytokpo\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":44731,\"Title\":\"Likir Monestary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"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\":20845,\"Title\":\"Magnetic\",\"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\":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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"385523\",\"Title\":\"Leh  (Visit Shanti Stupa and Leh Palace in Evening).\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Experience a wonderful flight over the Himalaya. On arrival, you will be receive by&amp;nbsp;Kailash&amp;nbsp;Expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day &amp;amp; and let your body take&amp;nbsp;complete acclimatization. Late afternoon, if health permits, drive to Shanti&amp;nbsp;Stupa&amp;nbsp;&amp;amp; stay back. Overnight Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"385524\",\"Title\":\"Indus Valley Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;-Shey&amp;nbsp;Palace - Visit to&amp;nbsp;Thikse&amp;nbsp;(Height 3230 M) -&amp;nbsp;Hemis&amp;nbsp;Gompa&amp;nbsp;(Height 3450 M)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You begin the day by visiting&amp;nbsp;Hemis&amp;nbsp;Monastery ,thiksey&amp;nbsp;Monastery&amp;nbsp;and then to&amp;nbsp;SheyPalace.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;HEMIS GOMPA, crossing over the Indus at the village of&amp;nbsp;Karu. The most famous of&amp;nbsp;Ladakh&amp;#39;s&amp;nbsp;monasteries,&amp;nbsp;Hemis&amp;nbsp;or&amp;nbsp;Changchub&amp;nbsp;Samstanling(The love palace of the compassionate person),&amp;nbsp;dates back to the 17th century and were&amp;nbsp;built over a period of 40 years (1602 - 1642 A.D.). Today&amp;nbsp;Hemis&amp;nbsp;is well known for its festival or&amp;nbsp;Hemis&amp;nbsp;Tsechu&amp;nbsp;commemorating the birthday of Guru&amp;nbsp;Padmasambhava. In the year of the Monkey (every 12 years) a giant&amp;nbsp;thangkadepicting&amp;nbsp;Guru&amp;nbsp;Padmasambhava&amp;nbsp;is unfurled from the terrace draping the five-storey&amp;nbsp;facade. Delicately wrought in pearls and appliqu&amp;eacute;, it is one of the most famous art treasures of&amp;nbsp;Ladakh. The central courtyard forms the focus for the masked dances held every year in summer. In the&amp;nbsp;dukhang, remnants of the original 17th century murals can be seen.&amp;nbsp;Sheymonastery and palace is located 15 kilometers from&amp;nbsp;Leh&amp;nbsp;town on the&amp;nbsp;Leh&amp;nbsp;-&amp;nbsp;Manaliroad.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Shey&amp;nbsp;palace and the monastery were built in the 16th Century AD. The monastery enshrines the Du-Khang&amp;nbsp;with an almost 10 meter high copper statue of Lord Buddha.&lt;br \\/&gt;\\r\\nKing&amp;nbsp;Deledan&amp;nbsp;Nagmyal&amp;nbsp;built the&amp;nbsp;Shey&amp;nbsp;palace&amp;nbsp;and&amp;nbsp;Shey&amp;nbsp;Palace boasts of the largest victory&amp;nbsp;stupa&amp;nbsp;in&amp;nbsp;Leh, the top of which is made of pure gold. The&amp;nbsp;Shey&amp;nbsp;Palace was the abode of the royal family till 1834 AD when they moved to the&amp;nbsp;Stok&amp;nbsp;palace. The&amp;nbsp;SheyPalace has been taken over by ASI for conservation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;Thikse&amp;nbsp;monastery, which is one of the most vibrant and active monasteries in the region.&amp;nbsp;It dates back to the 16th century and is part of the&amp;nbsp;Gelug-pa Sect. It is headed by successive reincarnations of the&amp;nbsp;Khanpo&amp;nbsp;Rimpoche. The monastery is 12 storied and painted in deep shades of red, ochre and white. It has evolved around a central courtyard with buildings surrounding it from three sides. At one extreme lies the main&amp;nbsp;dukhang, which houses numerous racks containing religious texts. Behind the main alter lies a small chamber that contains images of revered deities.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Continue your drive on a well&amp;nbsp;mettled&amp;nbsp;broad road traveling upstream along the Indus River to&amp;nbsp;Later&amp;nbsp;return back to&amp;nbsp;Leh&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3577,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2644,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"385525\",\"Title\":\"Shyam&nbsp;Valley excursion&nbsp;( 200&nbsp;kms&nbsp;of best driving in the world )\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;Leh&amp;nbsp;&amp;ndash;&amp;nbsp;Lamayuru&amp;nbsp;- (enroute&amp;nbsp;Magnetic Hill\\/Pathar&amp;nbsp;Sahib\\/Sangam.)?&amp;nbsp;Uletokpo&amp;nbsp;to&amp;nbsp;Lehenroute&amp;nbsp;Alchi&amp;nbsp;&amp;nbsp;monastery&amp;nbsp;&amp;nbsp;Basgo&amp;nbsp;Fort ( UNESCO &amp;ndash; world Heritage site )&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;?After a sumptuous breakfast we drive to visit&amp;nbsp;Spituk&amp;nbsp;Monastery,&amp;nbsp;located 2-3&amp;nbsp;kms&amp;nbsp;away from&amp;nbsp;Leh&amp;nbsp;town&amp;nbsp;and&amp;nbsp;continue&amp;nbsp;further&amp;nbsp;to&amp;nbsp;Lamayuru&amp;nbsp;monastery.&amp;nbsp;Enroute&amp;nbsp;visit&amp;nbsp;Gurudwara&amp;nbsp;Pathar&amp;nbsp;Sahib,&amp;nbsp;magical Magnetic Hill, the&amp;nbsp;Sangam&amp;nbsp;( confluence&amp;nbsp;) of&amp;nbsp;Zanskar&amp;nbsp;and Indus river.&amp;nbsp;One can also experience white water river rafting in&amp;nbsp;zanskar&amp;nbsp;river.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute&amp;nbsp;we&amp;nbsp;also&amp;nbsp;start visiting,&amp;nbsp;Alchi, a small village situated on low land, is about 70 km to the west of&amp;nbsp;Leh&amp;nbsp;district and is located on the banks of the River&amp;nbsp;Indus.Alchivillage is very fertile and it is all green with apricot trees on both side of road. This region had influence of Islam, Hinduism and Buddhism because it falls on the route to Turkestan of China but its isolation helped the village and&amp;nbsp;gompas&amp;nbsp;to keep their cultural traditions safe from the outer influences.&lt;br \\/&gt;\\r\\nThe&amp;nbsp;Alchi&amp;nbsp;village is famous for the existence of one of the oldest monasteries in&amp;nbsp;Ladakhknown as&amp;nbsp;Alchi&amp;nbsp;Monastery, which is&amp;nbsp;Ladakh&amp;rsquo;s&amp;nbsp;most valuable heritage.&amp;nbsp;Alchi&amp;nbsp;monastery is a Buddhist worshipping place and study center and is managed by the monks of&amp;nbsp;Likir. The&amp;nbsp;monastery was built, according to local tradition, by the great translator Guru&amp;nbsp;Rinchen&amp;nbsp;Zangpo&amp;nbsp;between 958AD and 1055AD. The building&amp;nbsp;is said to have been built&amp;nbsp;during the 11th century and the architecture of the place is also excellent.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIn&amp;nbsp;Alchi, one can visit the&amp;nbsp;Sumtsek&amp;nbsp;Temple,&amp;nbsp;Vairocana&amp;nbsp;Temple, Lo&amp;nbsp;Tsawa&amp;nbsp;Temple, Manjushree Temple,&amp;nbsp;Kangyur&amp;nbsp;Temple with&amp;nbsp;Stupas, Monk Cells etc. Beautiful wood carving arts, huge Tibetan Styled models of Buddha, Manjushree, historic wall paintings of Buddha&amp;#39;s teachings within a very calm, quite, pristine ambiance made&amp;nbsp;Alchi&amp;nbsp;more valuable. There are five shrines in the&amp;nbsp;Choskor&amp;nbsp;temple&amp;nbsp;complex which&amp;nbsp;has some splendid wall paintings. One of its walls features thousands of miniature sized pictures of the Buddha. It is a perfect place to relax and experience the quintessential Buddhist monastery.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ater&amp;nbsp;drive to&amp;nbsp;Lamayuru&amp;nbsp;village to&amp;nbsp;expereince&amp;nbsp;the&amp;nbsp;Moonland&amp;nbsp;like Landscape, Known as the&amp;nbsp;Moonland. Also visit&amp;nbsp;Lamayuru&amp;nbsp;Monastery by the&amp;nbsp;evening and later drive back to&amp;nbsp;Leh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"385526\",\"Title\":\"Shyam&nbsp;Valley excursion&nbsp;( 200&nbsp;kms&nbsp;of best driving in the world )\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Leh&amp;nbsp;&amp;ndash;&amp;nbsp;Lamayuru&amp;nbsp;- (enroute&amp;nbsp;Magnetic Hill\\/Pathar&amp;nbsp;Sahib\\/Sangam.)?&amp;nbsp;Uletokpo&amp;nbsp;to&amp;nbsp;Lehenroute&amp;nbsp;Alchi&amp;nbsp;&amp;nbsp;monastery&amp;nbsp;&amp;nbsp;Basgo&amp;nbsp;Fort ( UNESCO &amp;ndash; world Heritage site )&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;?After a sumptuous breakfast we drive to visit&amp;nbsp;Spituk&amp;nbsp;Monastery,&amp;nbsp;located 2-3&amp;nbsp;kms&amp;nbsp;away from&amp;nbsp;Leh&amp;nbsp;town&amp;nbsp;and&amp;nbsp;continue&amp;nbsp;further&amp;nbsp;to&amp;nbsp;Lamayuru&amp;nbsp;monastery.&amp;nbsp;Enroute&amp;nbsp;visit&amp;nbsp;Gurudwara&amp;nbsp;Pathar&amp;nbsp;Sahib,&amp;nbsp;magical Magnetic Hill, the&amp;nbsp;Sangam&amp;nbsp;( confluence&amp;nbsp;) of&amp;nbsp;Zanskar&amp;nbsp;and Indus river.&amp;nbsp;One can also experience white water river rafting in&amp;nbsp;zanskar&amp;nbsp;river.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enroute&amp;nbsp;we&amp;nbsp;also&amp;nbsp;start visiting,&amp;nbsp;Alchi, a small village situated on low land, is about 70 km to the west of&amp;nbsp;Leh&amp;nbsp;district and is located on the banks of the River&amp;nbsp;Indus.Alchivillage is very fertile and it is all green with apricot trees on both side of road. This region had influence of Islam, Hinduism and Buddhism because it falls on the route to Turkestan of China but its isolation helped the village and&amp;nbsp;gompas&amp;nbsp;to keep their cultural traditions safe from the outer influences.&lt;br \\/&gt;\\r\\nThe&amp;nbsp;Alchi&amp;nbsp;village is famous for the existence of one of the oldest monasteries in&amp;nbsp;Ladakhknown as&amp;nbsp;Alchi&amp;nbsp;Monastery, which is&amp;nbsp;Ladakh&amp;rsquo;s&amp;nbsp;most valuable heritage.&amp;nbsp;Alchi&amp;nbsp;monastery is a Buddhist worshipping place and study center and is managed by the monks of&amp;nbsp;Likir. The&amp;nbsp;monastery was built, according to local tradition, by the great translator Guru&amp;nbsp;Rinchen&amp;nbsp;Zangpo&amp;nbsp;between 958AD and 1055AD. The building&amp;nbsp;is said to have been built&amp;nbsp;during the 11th century and the architecture of the place is also excellent.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIn&amp;nbsp;Alchi, one can visit the&amp;nbsp;Sumtsek&amp;nbsp;Temple,&amp;nbsp;Vairocana&amp;nbsp;Temple, Lo&amp;nbsp;Tsawa&amp;nbsp;Temple, Manjushree Temple,&amp;nbsp;Kangyur&amp;nbsp;Temple with&amp;nbsp;Stupas, Monk Cells etc. Beautiful wood carving arts, huge Tibetan Styled models of Buddha, Manjushree, historic wall paintings of Buddha&amp;#39;s teachings within a very calm, quite, pristine ambiance made&amp;nbsp;Alchi&amp;nbsp;more valuable. There are five shrines in the&amp;nbsp;Choskor&amp;nbsp;temple&amp;nbsp;complex which&amp;nbsp;has some splendid wall paintings. One of its walls features thousands of miniature sized pictures of the Buddha. It is a perfect place to relax and experience the quintessential Buddhist monastery.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ater&amp;nbsp;drive to&amp;nbsp;Lamayuru&amp;nbsp;village to&amp;nbsp;expereince&amp;nbsp;the&amp;nbsp;Moonland&amp;nbsp;like Landscape, Known as the&amp;nbsp;Moonland. Also visit&amp;nbsp;Lamayuru&amp;nbsp;Monastery by the&amp;nbsp;evening and later drive back to&amp;nbsp;Leh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4365,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44730,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":44731,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20846,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20845,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"385527\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"385528\",\"Title\":\"LEH\\/CHUMATHANG\\/TSOMORIRI(240&nbsp;Kms)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Leave in the morning and drive to&amp;nbsp;Chumathang&amp;nbsp;stop at&amp;nbsp;Upshi&amp;nbsp;for check point. From here the road turns towards left and reach&amp;nbsp;Karu.&amp;nbsp;Chumathang&amp;nbsp;is&amp;nbsp;famousfor&amp;nbsp;medical hot spring &amp;amp; people visit to this place for medical bath. From here a short drive&amp;nbsp;upto&amp;nbsp;Maha&amp;nbsp;bridge the main checking point to enter to this new area. From here the road is rough. On the way visit&amp;nbsp;Sumdah&amp;nbsp;village and another 55&amp;nbsp;kms&amp;nbsp;drive will take you to&amp;nbsp;Tsomoriri. The Lake is breeding grounds for numerous species of birds. Chief among them are the bar headed goose, found in great numbers, crested grebe, the&amp;nbsp;Brahmini&amp;nbsp;duck (ruddy&amp;nbsp;sheldrake) and the brown headed gull. The Lake is 8&amp;nbsp;Kms. Wide and 28&amp;nbsp;Kms&amp;nbsp;long.&amp;nbsp;Overnight in tents.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"},{\"IsIncluded\":false,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"}],\"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\":\"385529\",\"Title\":\"Tsomoriri to Mentok Base .\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Today we start our trek towards Mentok base which is 6 hours trek. Upon arrival we rest and prepare for the next day summit or the same night.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"}],\"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\":\"385530\",\"Title\":\"Buffer day \\/ Summit day.\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;This day is for buffer if submit is not done the previous night. Overnight at&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Camp base or back.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"},{\"IsIncluded\":false,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"}],\"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\":\"385531\",\"Title\":\" Buffer day \\/ Summit day.\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;This day is for buffer if submit is not done the previous night. Overnight at&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Camp base or back.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"},{\"IsIncluded\":false,\"Id\":553536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Tent\"}],\"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\":\"385532\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"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\":\"385533\",\"Title\":\"Today we return to KORZOK&nbsp;\\/&nbsp;PUGA&nbsp;\\/&nbsp;TSOKAR\\/TANGLANGLA\\/LEH\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;Visit&amp;nbsp;Korzok&amp;nbsp;village with its houses and its&amp;nbsp;gompa&amp;nbsp;appearing like a mirage. The few barley fields at&amp;nbsp;Korzok&amp;nbsp;must be among the highest cultivation in the world. In the afternoon visit around the Lake. Dinner and overnight in&amp;nbsp;tents. Drive&amp;nbsp;to&amp;nbsp;Mahe&amp;nbsp;village and the road turns left from here towards&amp;nbsp;Puga&amp;nbsp;Valley. The village is an unforgettable scene of shooting fountain and white clouds hanging upon. This is&amp;nbsp;Butan&amp;nbsp;gas&amp;nbsp;which Puga&amp;nbsp;valley is famous. Continue drive to&amp;nbsp;Tsokar&amp;nbsp;via&amp;nbsp;Polokongka pass (13500 ft.) and visit&amp;nbsp;Tsokar&amp;nbsp;(small Lake) and one can visit&amp;nbsp;Thugkegomp. The place is famous for wild asses are generally seen here grazing and they seem moving in flocks. From here short drive and reach on National Highway route (Leh&amp;nbsp;-&amp;nbsp;Manali). Continue drive towards to&amp;nbsp;Leh&amp;nbsp;via&amp;nbsp;Tanglangla&amp;nbsp;pass (5350&amp;nbsp;Mtrs.) which is the second highest&amp;nbsp;motorable&amp;nbsp;pass in the world.&amp;nbsp;Arrive&amp;nbsp;Leh&amp;nbsp;in the evening.&amp;nbsp;Overnight at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":\"385534\",\"Title\":\"Departure: Leh\\/ Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Early morning transfer to the Kushok Bakula Airport and fly towards the next destination.&amp;nbsp;Leave footprints with take sweet memories of&amp;nbsp;Ladakh!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53152\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"79765.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"79765.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79765,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79765,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"81331.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81331,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":81331,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"86777.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":86777,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":86777,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"90960.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":90960,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"106315.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106315,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":106315,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"115440.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":115440,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53152\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"80265.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"80265.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":80265,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":80265,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"81831.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":81831,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":81831,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"87277.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":87277,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":87277,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"91460.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":91460,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"106815.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106815,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":106815,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-13\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"115940.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":115940,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":115940,\"COSTSO\":null,\"ACEB\":null,\"COSTTO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;A. Travel insurances if any&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;B. Anything that is not mentioned in inclusions&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;C. Personal drinks and tips&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Hotels and trekking days on full board&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All sightseeing and transfer by Innova&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back up by Pick up truck&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Horses&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Camping fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Monastery entrances&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kitchen equipment&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guides for all the dates&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Permits&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Inner line permits&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;All accommodation in base category rooms, unless specified otherwise.Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"385523\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[385523],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"385524\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[385524],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"385525\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[385525],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"385526\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[385526],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"385527\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[385527],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"385528\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[385528],\"Remark\":[\"&lt;p&gt;Trekking&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"385529\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[385529],\"Remark\":[\"&lt;p&gt;Trekking&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"385530\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[385530],\"Remark\":[\"&lt;p&gt;Trekking or rest day&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"385531\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[385531],\"Remark\":[\"&lt;p&gt;Trekking or Rest day&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"385532\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[385532],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"385533\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[385533],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"385534\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[385534],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,Tsomoriri','Leh,Ladakh,Indian Subcontinent,North India,India,Tsomoriri,Pangong,Nubra,Turtuk',NULL,'15229,37158',79765,115940,8,NULL,NULL,NULL,2,'',0,'2023-05-27 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-05-27 12:45:29','2023-05-27 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'mentok-kangri-(-6270-meters-)',NULL,NULL,NULL,0),(234,53790,1,35,0,0,0,'Adventure,Wildlife,Religious,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":53790,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Short trip to Ladakh 2023&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 27350.00\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Short trip to Ladakh 2023\",\"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,Breakfast & Dinner,Inner Line Permit,Cab\",\"PackageType\":\"Adventure,Wildlife,Religious,Hill Station\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":555746,\"Name\":\"Amanathi Ladakh\",\"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\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":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\":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\":3597,\"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\":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&Acirc;&deg;C to 10&Acirc;&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\":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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"391129\",\"Title\":\"Day 1: Arrival (Full day acclimatization)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Experience a wonderful flight over the Himalaya. Onarrival, you will be receive by Kailash expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day &amp;amp; and let your body take complete acclimatization. Later if&amp;nbsp; feels like visit shanty Stupa and Leh Market for shopping an all. Overnight &amp;nbsp; Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":555746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"391130\",\"Title\":\"Hall Of Fame - Magnetic Hill - Gurudwara -Sangam Point\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;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.&amp;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.&amp;nbsp;&lt;br \\/&gt;\\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.&amp;nbsp;&lt;br \\/&gt;\\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.&amp;nbsp;&lt;br \\/&gt;\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;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.&amp;nbsp;&lt;br \\/&gt;\\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.&amp;nbsp;&lt;br \\/&gt;\\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.&amp;nbsp;&lt;br \\/&gt;\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":555746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"391131\",\"Title\":\"Leh - Khardungla pass - Leh \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;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 .&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\nKHARDUNGLA 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.&amp;nbsp;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":555746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"391132\",\"Title\":\"Leh - Pangong - Leh\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Today , we get up early morning visit to Pangong Lake via Changla pass. Enjoy the turquoise color panoramic lake and the magnificent mountains and landscapes which will leave you awestruck . Later drive back to Leh via same route.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":555746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":20849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"391133\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After an early breakfast ,depart to airport for onward destination &amp;hellip;.fly with sweet memories of Ladakh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"53790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17266.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15551,\"priceDoubleOcc\":\"17266.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17266,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":17266,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15907,\"priceDoubleOcc\":\"17800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":17800,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":16440,\"priceDoubleOcc\":\"18600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":18600,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":16573,\"priceDoubleOcc\":\"18800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":18800,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":18023,\"priceDoubleOcc\":\"20975.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":20975,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":22273,\"priceDoubleOcc\":\"27350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"12120.00\",\"priceWithoutBed\":\"9640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9640,\"CEB\":12120,\"COSTDO\":27350,\"COSTSO\":null,\"ACEB\":12120,\"COSTTO\":12120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"53790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16266.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":14551,\"priceDoubleOcc\":\"16266.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16266,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":16266,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":14907,\"priceDoubleOcc\":\"16800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":16800,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15440,\"priceDoubleOcc\":\"17600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":17600,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":15573,\"priceDoubleOcc\":\"17800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":17800,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":17023,\"priceDoubleOcc\":\"19975.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19975,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":19975,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-26\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":21273,\"priceDoubleOcc\":\"26350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11120.00\",\"priceWithoutBed\":\"8640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8640,\"CEB\":11120,\"COSTDO\":26350,\"COSTSO\":null,\"ACEB\":11120,\"COSTTO\":11120,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"391129\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[391129],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"391130\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[391130],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&amp;nbsp;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1,2,3\"]}},\"391131\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[391131],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"391132\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[391132],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3,1,2\"]}},\"391133\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[391133],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh','Leh,Ladakh,Indian Subcontinent,North India,India,Pangong,Khardongla','','15229',16266,27350,4,'234_1685519487_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Leh Airport.jpg\"}]',2,'',0,'2023-05-27 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-27 00:00:00',1,1,'1','1','0','Short Trip Ladakh, Ladakh Tour Package, Himalayan Adventure, Mesmerizing Landscapes, Rich Ladakhi Culture, All-inclusive Tour, Thrilling Experience, Himalayan Exploration, Adventure in Ladakh, Stunning Himalayan Region','Embark on a breathtaking short trip to Ladakh with our all-inclusive tour package. Explore the mesmerizing landscapes, immerse in the rich culture, and experience the thrill of adventure in this stunning Himalayan region.','Book A Short Trip To Ladakh',NULL,'short-trip-to-ladakh-2023',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (235,53058,1,35,0,0,0,'Adventure,Wildlife,Family,Sports,Religious,Hill Station,Culture,Weekend,Romantic,Offbeat,Leisure,By Cab',NULL,1,1,0,'{\"package\":{\"TPId\":53058,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/monasteries-experiences_1684756390\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Monasteries Experiences 2023&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 30300.00\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Monasteries Experiences 2023 \",\"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,Breakfast & Lunch,Breakfast & Dinner,All Meals,Welcome Drink,Inner Line Permit,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Adventure,Wildlife,Family,Sports,Religious,Hill Station,Culture,Weekend,Romantic,Offbeat,Leisure,By Cab\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486171,\"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\":\"Deluxe\",\"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\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":3541,\"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&#039;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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.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\":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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":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\":42780,\"Title\":\"ATV Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"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\":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\":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\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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},{\"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\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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 &acirc;&euro;&ldquo; 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}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545329,\"Name\":\"De Nubra Camp\",\"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\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":3541,\"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&#039;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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.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\":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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":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\":42780,\"Title\":\"ATV Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"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\":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\":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\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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},{\"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\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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 &acirc;&euro;&ldquo; 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}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":545332,\"Name\":\"Buddha delight camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":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\":3541,\"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&#039;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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.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\":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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":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\":42780,\"Title\":\"ATV Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"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\":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\":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\":3537,\"Title\":\"3 idiot Rancho School\",\"Description\":\"This school became famous after the Aamir Khan movie Three Idiots. The name of this school is Druk Padma Karpo School , this is also known as Druk White Lotus school. The clean and eco friendly structures of the school is designed to withstand seismic disturbances. This school was conferred on of the most beautiful schools in the world by BBC London in the year 2016. \\r\\n\\r\\nOn arrival here you will be taken inside the campus with a guide and can visit different parts of the school. You are not allowed to disturb students or take any photographs of them. There is a caf&amp;eacute; and one souvenir shop available inside the campus. Minimum time required is 15 to 20 minutes to visit this beautiful school campus. \\r\\n\\r\\nThe guided tour of Rancho campus is available from 9 AM to 6 PM only.This school was damaged by flood caused by cloudbursts in Aug 2010. \\r\\n\\r\\nThe wall with painting about the three Idiots movie is the most popular spot for the tourist. You can pose for photographs keeping these pictures in the background. \\r\\n\\r\\nThis school is on the way to Shey Palace and Thikse monastery so you can visit this school on a half day sightseeing trip from Leh.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518518663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"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},{\"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\":3577,\"Title\":\"Shey Palace and Monastery\",\"Description\":\"Shey Palace and 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 &acirc;&euro;&ldquo; 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}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384802\",\"Title\":\"Day 1: Arrival (Full day acclimatization)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Experience a wonderful flight over the Himalaya. Onarrival, you will be receive by Kailash expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day &amp;amp; and let your body take complete acclimatization. Later if&amp;nbsp; feels like visit shanty Stupa and Leh Market for shopping an all. Overnight &amp;nbsp; Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384803\",\"Title\":\"Day 2 Leh - Alchi - Leh \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After having a scrumptious breakfast at the hotel, you will have to leave for an exciting day. You will be visiting the Alchi village today. In this excursion, you will visit the 1000-year-old paintings of the Alchi Monastery which is 68 km from Leh. En route, you will also visit the great BasgoGonpa (The mud-brick fortress of Basgo Gompa is perched high in the hills of Ladakh, between the Himalaya and Karakoram Mountain ranges in northern India.)This place is also popular because it is the Sangam of Indus &amp;amp; Zanskar rivers which are the two major rivers in Ladakh.Apart from these places, you will also take a ride on the gravity-defying hill named Magnetic Hill which lies on the route to Alchi. After that, you will also be enjoying the military Hall of Fame which is one of the prime locations of Ladakh. After having a wonderful exploring session, you will then return to the hotel for an overnight stay at hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384804\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"384805\",\"Title\":\"Leh &mdash; Nubra Valley via Khardongla (125km)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After an early breakfast, drive to the picturesque valley of Nubra (also known as Ldumra) via Khardungla Pass (highest motorable road in the world at about 18,380 ft). The journey traverses zig-zag roads surrounded by rugged mountainous terrain and wild lavender which grows mostly in the month of July-August.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival, check-in at Nature&amp;#39;s Nest North&amp;nbsp;camp. By afternoon, enjoy the splendid view of sand dunes and get a ride on the double-humped Bactrian camels, which will teleport you to the old Silk-route times.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at camp\\/hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42780,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384806\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"384811\",\"Title\":\"Disket-Hunder-Pangong Lake (Via Shayok)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Today , we get up early morning visit to Diskit monastery and have wonderful view of Nubra valley. Later drive to Pangong Lake via Shayok.&amp;nbsp;&lt;br \\/&gt;\\r\\nEnjoy the turquoise color panoramic lake and the magnificent mountains and landscapes which will leave you awestruck . Overnight at Camp.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":545332,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20848,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384812\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"384813\",\"Title\":\"Pangong - Leh via Changla \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493130,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384814\",\"Title\":\"Hemis Monastery\\/ Thiksey Monastery \\/ Shey Palace\\/ Sindhu Darshan\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493130,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":true,\"Id\":3577,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3536,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384815\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After an early breakfast ,depart to airport for onward destination &amp;hellip;.fly with sweet memories of Ladakh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53058\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14990.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":13193,\"priceDoubleOcc\":\"14990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":14990,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15860,\"priceDoubleOcc\":\"18990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":18990,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17117,\"priceDoubleOcc\":\"20875.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":20875,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":19211,\"priceDoubleOcc\":\"24016.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24016,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":24016,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17117,\"priceDoubleOcc\":\"20875.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":20875,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":23400,\"priceDoubleOcc\":\"30300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":7750,\"CEB\":9600,\"COSTDO\":30300,\"COSTSO\":null,\"ACEB\":9600,\"COSTTO\":9600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"53058\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13990.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":12193,\"priceDoubleOcc\":\"13990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":13990,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14860,\"priceDoubleOcc\":\"17990.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17990,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":17990,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16117,\"priceDoubleOcc\":\"19875.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":19875,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18211,\"priceDoubleOcc\":\"23016.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23016,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":23016,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16117,\"priceDoubleOcc\":\"19875.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19875,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":19875,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-05-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":22400,\"priceDoubleOcc\":\"29300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"8600.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6750,\"CEB\":8600,\"COSTDO\":29300,\"COSTSO\":null,\"ACEB\":8600,\"COSTTO\":8600,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by NON AC Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"384802\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[384802],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"384803\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[384803],\"Remark\":[\"&lt;p&gt;NON AC Vechile&amp;nbsp;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384804\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[384804],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384805\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[384805],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"384806\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384806],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384811\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[384811],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384812\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384812],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"384813\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[384813],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384814\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[384814],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"384815\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[384815],\"Remark\":[\"&lt;p&gt;NON AC Vechile&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,Nubra,Pangong','Leh,Ladakh,Indian Subcontinent,North India,India,Nubra,Pangong','','15229,35282,35281',13990,30300,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"hunder Leh.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Leh Airport.jpg\"}]',2,'',0,'2023-05-27 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-05-27 00:00:00',1,1,'1','1','0','Leh-Ladakh Monasteries Tour, Buddhist Monasteries in Leh-Ladakh, Cultural Heritage of Leh-Ladakh, Spiritual Retreat in Leh-Ladakh, Scenic Landscapes of Ladakh, Explore Leh-Ladakh\'s Monastic Tradition, Buddhist Pilgrimage in Leh-Ladakh, Leh-Ladakh Monastery Sightseeing, Buddhist Art and Architecture in Ladakh, Leh-Ladakh Monastery Package','Explore the serene beauty of Leh-Ladakh and immerse yourself in the spiritual essence of its ancient monasteries. Book our Leh-Ladakh Monasteries Tour Package and discover a unique blend of breathtaking landscapes and cultural heritage.','Leh-Ladakh Monasteries Tour Package',NULL,'monasteries-experiences-2023',NULL,NULL,NULL,0),(236,46049,1,35,0,0,0,'Religious',NULL,1,1,0,'{\"package\":{\"TPId\":46049,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/offbeat-madhya-pradesh_1672324202\",\"BookingValidUntill\":\"2023-06-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Madhya Pradesh is blessed with very uique experiences and raw places to explore. In same que this tour covers Chitrakoot, place where Lord Ram and Sita spent eleven of their fourteen years of exile in the deep jungles of Chitrakoot. Hanuman Dhara, Sphatikshila, Bharat Milap temple, Gupt Godavari, Janki Kund, Param Kutir and Ram Ghat are therefore major attractions and fascinating places to see in Chitrakoot. Then it comes to Rewa, the palce which introduced the White tiger to the world. Experience the safari in Sanjay Dubri National Park, and at last visit the mouth of river narmada viz is known as life line of Madhya Pradesh.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Jabalpur\",\"DestinationPlacesSysId\":12971,\"SourcePlaces\":\"Satna\",\"SourcePlaceSysId\":24375,\"AgencyName\":\"Connect India\",\"Name\":\"Offbeat Madhya Pradesh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7439\",\"SupplierName\":\"Travel India Tourism Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"Religious\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34297,\"Title\":\"Chitrakoot\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531775,\"Name\":\"MPT Mandakini Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.1671046\",\"Long\":\"80.8690493\",\"Address\":\"Nera Satna, Bus Stop, Janki Kund, Chitrakoot, Madhya Pradesh 485334, India\"},\"Images\":[],\"CityId\":34297,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23255,\"Title\":\"Gupt - Godavari, Hanuman Dhara, Bharat Milap Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gupt - Godavari :&lt;\\/span&gt; 18 km from the town by road is a natural wonder located at some distance upside of a hill. The wonder here is a pair of caves, one high and wide with an entrance through which one can barely pass, and the other, long and narrow with a stream of water running along its base. It is believed that Rama and his brother Lakshman held court in the latter cave, which has two natural, thronelike rocks.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 7 AM to 6 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the caves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hanuman Dhara :&lt;\\/span&gt; Located on a rock-face several hundred feet up a steep hillside is a spring, said to have been created by Rama to assuage Hanuman when the latter returned after setting Lanka afire. A couple of temples commemorate this spot which offers a panoramic view of Chitrakoot. There is an open, paved area here in the shade of a massive peepul tree, a lovely halting place after the long climb up.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 12 PM to 5 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the place.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Koop : &lt;\\/span&gt;Bharat Koop is where Bharat stored holy water collected from all the places of pilgrimage in India. It is a small, isolated spot, a few kilometres from town.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Milap Temple&lt;\\/span&gt;&Acirc;&nbsp;: Bharat Milap Temple is one of the most important temples for Hindus as it is the place where the historical Bharat Milap took place, which refers to the meeting of the four brothers &acirc;&euro;&ldquo; Ram, Lakshman, Shatrughan and Bharat during the period of exile.\\r\\n&lt;\\/p&gt;&lt;p&gt;It is located in the backdrop of the scenic and holy Kamadgiri Hill. It is believed that a circumambulation of the hill absolves one of all their sins. The best time to visit this temple is during the annual festival that takes place here which is attended by millions of devotees.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 9 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643099711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23253,\"Title\":\"Ramghat, Chitrakoot\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Chitrakoot,&lt;\\/span&gt; &#039; the hill of many wonders,&#039; nestles peacefully in the Cnorthern spurs of the Vindhyas, a place of tranquil forest glades and quiet rivers and streams where calm and repose&lt;\\/p&gt;&lt;p&gt;are all- pervading. This loveliest of Nature&#039;s gifts is also hallowed ground, blessed by the gods and sanctified by the faith of pilgrims. For Chitrakoot&#039;s spiritual legacy stretches back to legendary ages: it was in these deep forests that Rama and Sita spent eleven of their fourteen years of exile here, that the great sage Atri and Sati Anusuya meditated and here where the principal trinity of the Hindu pantheon, Brahma, Vishnu and Mahesh took their incarnations. Sufferers and seekers, poets and visionaries, princes and noblemen have, through the ages, sought and found solace in Chitrakoot, drawn inspiration from its sublime natural beauty, gained spiritual strength from its serene temples and, in turn, become part of the hallowed legend that is Chitrakoot.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ramghat : &lt;\\/span&gt;The ghats that line the banks of the river Mandakini reveal a constantly moving and changing kaleidoscope of religious activity.Here, amidst the chanting of hymns and the sweet fragrance of incense, holy men in saffron robes sit in silent meditation or offer the solace of their wisdom to the countless pilgrims who converge here. With the very first rays of dawn that gleam upon the river, Ramghat stirs into life as the devout of all ages take the ritual, purifying dip in the waters and invoke the blessings of the gods. The activity builds up in a crescendo of colour and spontaneous expressions of faith through the day, past high noon, gently diminishing as the setting sun picks out the bright colours of flower petals floating down the river, while the evening boats, &#039;arti&#039; lends its melodious cadences to the deepening dusk. At all times, Ramghat witnesses a deep and abiding faith which finds expression in&lt;\\/p&gt;&lt;p&gt;the rituals which honour the sanctity of Chitrakoot. The rippling blue green waters of the Mandakini can be traversed by readily available for hire.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings : 6:30 PM every day&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643094850.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23254,\"Title\":\"Kamadgiri, Janaki Kund, Sati Anusuya\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Kamadgiri :&lt;\\/span&gt; Kamadgiri, the original Chitrakoot, is a place of prime religious significance. A forested hill, it is skirted all along its base by a chain of temples and is venerated today, as the holy embodiment of Rama. The Bharat Milap temple is located here, marking the spot where Bharat is said to have met Rama to persuade him to return to the throne of Ayodhya. Many are the faithful who perform the ritual circuit (parikrama) of the sacred hill, to ask for a boon or a blessing.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 8 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Janaki Kund :&lt;\\/span&gt; Upstream from Ramghat is a serenely beautiful stretch of the Mandakini, a symphony of nature in tones of earth- brown and leaf-green, the intense blue of the river waters finding a paler echo in the canopy of the sky. In this idyllic pastoral setting, it is said, Sita would bathe in the crystal clear waters, during the years of her exile with Rama. Certainly, this quiet spot seems to have been specially blessed, for an aura of total harmony and quietitude haloes it, setting is apart from the bustle of the everyday world. There are two approaches to Janaki Kund : 2 km up from Ramghat by boat, or by road along a foliage-lined drive.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Visit this area any day from 8 am until 6pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Sati Anusuya&lt;\\/span&gt; : Sati Anusuya is located further upstream, set amidst thick forests that resound to the melody of birdsong all day. It was here that Atri Muni, his wife Anusuya, and their three sons (who were the three incarnations of Brahma, Vishnu and Mahesh), are said to have meditated. The Mandakini is believed to have been created by Anusuya through her meditation. Sati Anusuya lies about 16 km. from the town and can be reached by road - an undulating, curving drive through densely wooded areas.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: Open 24 hours.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643096063.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":105,\"Title\":\"Baghel Museum\",\"Description\":\"Baghel Museum houses the collection belonging to the Maharaja of Rewa. There are hunting tools, weapons that constitute the exhibits of this museum. This museum acts like a royal storehouse where all the special property of Maharaja of Rewa is being kept intact for exhibit.\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":23.7230394,\"Long\":81.0237107,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4854\\/thumb\\/Baghela Museum_582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23271,\"Title\":\"Mukundpur Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mukundpur Zoo&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;The land of Madhya Pradesh is exceptionally blessed with the densest population of tigers in India. Mukundpur Zoo is one such destination where you can find a diverse range of big cats, like Bengal Tigers, Lions, Panthers and the most treasured white Tigers which makes this zoo adds to the range of exceptional wildlife sanctuaries in Madhya Pradesh. \\r\\n&lt;\\/p&gt;&lt;p&gt;The dense forest in Mukundpur serves as a suitable habitat for these big cats and visitors are mostly taken on a safari ride famous as &acirc;&euro;&oelig;White Tiger safari.&acirc;&euro;\\u009d A thrilling safari into the green oasis of Mukundpur Zoo can be an ultimate fun for the wildlife enthusiasts.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timing: Morning 9 AM to 4:30 PM on all days of the week except Wednesdays.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: Zoo entry tickets cost INR 10 per person, however, safaris can be availed at a higher prize for group and family tours&lt;\\/span&gt;.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22831\\/sightseeing\\/6135_1643111819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23242,\"Title\":\"Narmadakund, Shri Jwaleshwar Mahadev\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Narmadakund&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Narmadakund is a temple complex built to signify the origin of the Narmada river. The temple complex consists of 16 stone temples like the Narmada Temple, Lord Shiva Temple, Annapurna Temple, Guru Gorakhnath Temple, Shri Ram Janki Temple and Shri Radha Krishna Temple. Narmadakund covers a sprawling area of 6 acres of land and comprises over 23 statues of various idols. Situated in the centre of Amarkantak, Narmadakund is one of the most significant attractions in the city and therefore reaching the attraction is relatively easy.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Shri Jwaleshwar Mahadev&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Shri Jwaleshwar Mahadev is a temple dedicated to Lord Shiva, one of the Gods of the Hindu triumvirate. It is situated 10 kms away from the town of Amarkantak and towards the north-east of the Narmada Temple. The legend behind the formation of this temple states that when Lord Shiva killed the selfish demon Tripurasura into three pieces, one of the three parts fell near the Narmadakund, which later on turned into the seat of Lord Shiva. This temple houses a black Shiva lingam which is known as Jwaleshwar Mahadev. Another piece of trivia is that Lord Shiva and Parvati lived here because of the resplendence of the place.&lt;\\/p&gt;&lt;p&gt;Situated 1.5 kms from Narmadakund is Sonmuda, the source of the river Sone. From here it flows on to join the Ganga near Patna. Around a kilometre from Narmadakund is Mai ki Bagiya, an orchard,where it is believed, goddess Narmada came to pluck fruits. It is believed to nurture flowers that refuse to blossom elsewhere.&lt;\\/p&gt;&lt;p&gt;Six kilometres from the source of the Narmada, is Kapildhara. It is a spectacular sight as the small stream of the Narmada plunges down a 24 m high vertical cliff-face into a gorge, transforming into a large river. It is believed that in ancient times, the sage Kapil performed severe austerities here. Legend has it that he had ordered Narmada to stop flowing but the river defied him and plunged itself down the cliff. The sacred Kapileshwar Temple is situated nearby.&lt;\\/p&gt;&lt;p&gt;A little downstream from Kapildhara, the Narmada creates another waterfall, Dugdhadhara. Literally, &#039;the milky stream&#039; the fall gets its name from the frothing waters of the river. One of the greatest sages of ancient India, Bhrigu, chose Amarkantak as his place of meditation. Bhrigu ka Mandal, as the spot is now known, can be reached after a difficult, three-hour long&Acirc;&nbsp;trek that passes through dense forests.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643025807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23241,\"Title\":\"Narmada Udgam Temple\",\"Description\":\"&lt;p&gt;The town of Amarkantak is popularly known as teerathraj, or the &#039;king of pilgrimages&#039;. Situated at an altitude of 1,000 in Anuppur district of Madhya Pradesh, Amarkantak lies at the meeting point of the three central Indian hill ranges -Vindhyas, Satpuras and Maikal. This small town with its innumerable temples and holy ponds, and bordered with lofty hills and dense forests, is a sought-after destination both with the spiritually inclined as well as nature-lovers.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;Two great rivers of India, the Narmada and the Sone, arise in Amarkantak. While the Narmada flows westwards, the Sone flows to the east. An interesting legend recounts how once Sone and Narmada were to be wed, but Sone repulsed Narmada and married another. The distraught Narmada changed course and turned westward! Narmada is considered one of the most sacred rivers of India and pilgrims bathe in its waters to wash away their sins. It is believed that the mere sight of the river is enough to purify oneself! Acharming folk tale speaks of the holy Ganga, dressed as a beautiful young woman, visiting Narmada to take a purifying dip in its waters!&lt;\\/p&gt;&lt;p&gt;There are several stories regarding the origin of the Narmada and the river has been bestowed various names, among them, Rewa, Shankari and Maikalsuta.&lt;\\/p&gt;&lt;p&gt;Amarkantak is a place of worship for all the three worlds of Hindu mythology - the heavens, the earth and the netherworld. Gods, gandharvas (celestial beings), asuras (demons), saints and common people are all said to have achieved great spiritual powers here. According to the Puranas, the region was known as Ayodhya and had ashrams of Kapil Muni and Rishi Markand. It is believed that whoever dies at Amarkantak is assured a place in heaven.&lt;\\/p&gt;&lt;p&gt;The small town of Amarkantak has as many as 24 temples. Narmada Udgam, a temple built to mark the source of the Narmada, is considered the holiest place in the town. Facing the Narmada Udgam Temple is the MataNarmada Temple, a shaktipeeth. Just in front of Narmada Udgam is an open pool called the Narmadakund. South of this kund are ancient temples which were built by the Kalachuri king, Karnadeva (1042-1072 AD). Trimukhi Temple dedicated to Shiva, is the oldest temple in the city, constructed between 1042-1122 AD. There is also an 18th century temple, Keshav Narayan Temple, which was built here by the Bhonsle ruler of Nagpur.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Narmada Udgam Temple Timing: 07:00 am - 09:00 pm&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Time required to visit Narmada Udgam Temple: 01:30 Hrs&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643024589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":22831,\"Title\":\"Rewa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531776,\"Name\":\"MPT Vindhya Retreat Road\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5445017\",\"Long\":\"81.3508762\",\"Address\":\"MPT Vindhya Retreat Rd, Ratahara, JIWLA, Madhya Pradesh 486003, India\"},\"Images\":[],\"CityId\":22831,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23255,\"Title\":\"Gupt - Godavari, Hanuman Dhara, Bharat Milap Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gupt - Godavari :&lt;\\/span&gt; 18 km from the town by road is a natural wonder located at some distance upside of a hill. The wonder here is a pair of caves, one high and wide with an entrance through which one can barely pass, and the other, long and narrow with a stream of water running along its base. It is believed that Rama and his brother Lakshman held court in the latter cave, which has two natural, thronelike rocks.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 7 AM to 6 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the caves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hanuman Dhara :&lt;\\/span&gt; Located on a rock-face several hundred feet up a steep hillside is a spring, said to have been created by Rama to assuage Hanuman when the latter returned after setting Lanka afire. A couple of temples commemorate this spot which offers a panoramic view of Chitrakoot. There is an open, paved area here in the shade of a massive peepul tree, a lovely halting place after the long climb up.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 12 PM to 5 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the place.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Koop : &lt;\\/span&gt;Bharat Koop is where Bharat stored holy water collected from all the places of pilgrimage in India. It is a small, isolated spot, a few kilometres from town.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Milap Temple&lt;\\/span&gt;&Acirc;&nbsp;: Bharat Milap Temple is one of the most important temples for Hindus as it is the place where the historical Bharat Milap took place, which refers to the meeting of the four brothers &acirc;&euro;&ldquo; Ram, Lakshman, Shatrughan and Bharat during the period of exile.\\r\\n&lt;\\/p&gt;&lt;p&gt;It is located in the backdrop of the scenic and holy Kamadgiri Hill. It is believed that a circumambulation of the hill absolves one of all their sins. The best time to visit this temple is during the annual festival that takes place here which is attended by millions of devotees.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 9 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643099711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23253,\"Title\":\"Ramghat, Chitrakoot\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Chitrakoot,&lt;\\/span&gt; &#039; the hill of many wonders,&#039; nestles peacefully in the Cnorthern spurs of the Vindhyas, a place of tranquil forest glades and quiet rivers and streams where calm and repose&lt;\\/p&gt;&lt;p&gt;are all- pervading. This loveliest of Nature&#039;s gifts is also hallowed ground, blessed by the gods and sanctified by the faith of pilgrims. For Chitrakoot&#039;s spiritual legacy stretches back to legendary ages: it was in these deep forests that Rama and Sita spent eleven of their fourteen years of exile here, that the great sage Atri and Sati Anusuya meditated and here where the principal trinity of the Hindu pantheon, Brahma, Vishnu and Mahesh took their incarnations. Sufferers and seekers, poets and visionaries, princes and noblemen have, through the ages, sought and found solace in Chitrakoot, drawn inspiration from its sublime natural beauty, gained spiritual strength from its serene temples and, in turn, become part of the hallowed legend that is Chitrakoot.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ramghat : &lt;\\/span&gt;The ghats that line the banks of the river Mandakini reveal a constantly moving and changing kaleidoscope of religious activity.Here, amidst the chanting of hymns and the sweet fragrance of incense, holy men in saffron robes sit in silent meditation or offer the solace of their wisdom to the countless pilgrims who converge here. With the very first rays of dawn that gleam upon the river, Ramghat stirs into life as the devout of all ages take the ritual, purifying dip in the waters and invoke the blessings of the gods. The activity builds up in a crescendo of colour and spontaneous expressions of faith through the day, past high noon, gently diminishing as the setting sun picks out the bright colours of flower petals floating down the river, while the evening boats, &#039;arti&#039; lends its melodious cadences to the deepening dusk. At all times, Ramghat witnesses a deep and abiding faith which finds expression in&lt;\\/p&gt;&lt;p&gt;the rituals which honour the sanctity of Chitrakoot. The rippling blue green waters of the Mandakini can be traversed by readily available for hire.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings : 6:30 PM every day&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643094850.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23254,\"Title\":\"Kamadgiri, Janaki Kund, Sati Anusuya\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Kamadgiri :&lt;\\/span&gt; Kamadgiri, the original Chitrakoot, is a place of prime religious significance. A forested hill, it is skirted all along its base by a chain of temples and is venerated today, as the holy embodiment of Rama. The Bharat Milap temple is located here, marking the spot where Bharat is said to have met Rama to persuade him to return to the throne of Ayodhya. Many are the faithful who perform the ritual circuit (parikrama) of the sacred hill, to ask for a boon or a blessing.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 8 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Janaki Kund :&lt;\\/span&gt; Upstream from Ramghat is a serenely beautiful stretch of the Mandakini, a symphony of nature in tones of earth- brown and leaf-green, the intense blue of the river waters finding a paler echo in the canopy of the sky. In this idyllic pastoral setting, it is said, Sita would bathe in the crystal clear waters, during the years of her exile with Rama. Certainly, this quiet spot seems to have been specially blessed, for an aura of total harmony and quietitude haloes it, setting is apart from the bustle of the everyday world. There are two approaches to Janaki Kund : 2 km up from Ramghat by boat, or by road along a foliage-lined drive.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Visit this area any day from 8 am until 6pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Sati Anusuya&lt;\\/span&gt; : Sati Anusuya is located further upstream, set amidst thick forests that resound to the melody of birdsong all day. It was here that Atri Muni, his wife Anusuya, and their three sons (who were the three incarnations of Brahma, Vishnu and Mahesh), are said to have meditated. The Mandakini is believed to have been created by Anusuya through her meditation. Sati Anusuya lies about 16 km. from the town and can be reached by road - an undulating, curving drive through densely wooded areas.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: Open 24 hours.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643096063.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":105,\"Title\":\"Baghel Museum\",\"Description\":\"Baghel Museum houses the collection belonging to the Maharaja of Rewa. There are hunting tools, weapons that constitute the exhibits of this museum. This museum acts like a royal storehouse where all the special property of Maharaja of Rewa is being kept intact for exhibit.\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":23.7230394,\"Long\":81.0237107,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4854\\/thumb\\/Baghela Museum_582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23271,\"Title\":\"Mukundpur Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mukundpur Zoo&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;The land of Madhya Pradesh is exceptionally blessed with the densest population of tigers in India. Mukundpur Zoo is one such destination where you can find a diverse range of big cats, like Bengal Tigers, Lions, Panthers and the most treasured white Tigers which makes this zoo adds to the range of exceptional wildlife sanctuaries in Madhya Pradesh. \\r\\n&lt;\\/p&gt;&lt;p&gt;The dense forest in Mukundpur serves as a suitable habitat for these big cats and visitors are mostly taken on a safari ride famous as &acirc;&euro;&oelig;White Tiger safari.&acirc;&euro;\\u009d A thrilling safari into the green oasis of Mukundpur Zoo can be an ultimate fun for the wildlife enthusiasts.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timing: Morning 9 AM to 4:30 PM on all days of the week except Wednesdays.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: Zoo entry tickets cost INR 10 per person, however, safaris can be availed at a higher prize for group and family tours&lt;\\/span&gt;.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22831\\/sightseeing\\/6135_1643111819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23242,\"Title\":\"Narmadakund, Shri Jwaleshwar Mahadev\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Narmadakund&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Narmadakund is a temple complex built to signify the origin of the Narmada river. The temple complex consists of 16 stone temples like the Narmada Temple, Lord Shiva Temple, Annapurna Temple, Guru Gorakhnath Temple, Shri Ram Janki Temple and Shri Radha Krishna Temple. Narmadakund covers a sprawling area of 6 acres of land and comprises over 23 statues of various idols. Situated in the centre of Amarkantak, Narmadakund is one of the most significant attractions in the city and therefore reaching the attraction is relatively easy.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Shri Jwaleshwar Mahadev&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Shri Jwaleshwar Mahadev is a temple dedicated to Lord Shiva, one of the Gods of the Hindu triumvirate. It is situated 10 kms away from the town of Amarkantak and towards the north-east of the Narmada Temple. The legend behind the formation of this temple states that when Lord Shiva killed the selfish demon Tripurasura into three pieces, one of the three parts fell near the Narmadakund, which later on turned into the seat of Lord Shiva. This temple houses a black Shiva lingam which is known as Jwaleshwar Mahadev. Another piece of trivia is that Lord Shiva and Parvati lived here because of the resplendence of the place.&lt;\\/p&gt;&lt;p&gt;Situated 1.5 kms from Narmadakund is Sonmuda, the source of the river Sone. From here it flows on to join the Ganga near Patna. Around a kilometre from Narmadakund is Mai ki Bagiya, an orchard,where it is believed, goddess Narmada came to pluck fruits. It is believed to nurture flowers that refuse to blossom elsewhere.&lt;\\/p&gt;&lt;p&gt;Six kilometres from the source of the Narmada, is Kapildhara. It is a spectacular sight as the small stream of the Narmada plunges down a 24 m high vertical cliff-face into a gorge, transforming into a large river. It is believed that in ancient times, the sage Kapil performed severe austerities here. Legend has it that he had ordered Narmada to stop flowing but the river defied him and plunged itself down the cliff. The sacred Kapileshwar Temple is situated nearby.&lt;\\/p&gt;&lt;p&gt;A little downstream from Kapildhara, the Narmada creates another waterfall, Dugdhadhara. Literally, &#039;the milky stream&#039; the fall gets its name from the frothing waters of the river. One of the greatest sages of ancient India, Bhrigu, chose Amarkantak as his place of meditation. Bhrigu ka Mandal, as the spot is now known, can be reached after a difficult, three-hour long&Acirc;&nbsp;trek that passes through dense forests.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643025807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23241,\"Title\":\"Narmada Udgam Temple\",\"Description\":\"&lt;p&gt;The town of Amarkantak is popularly known as teerathraj, or the &#039;king of pilgrimages&#039;. Situated at an altitude of 1,000 in Anuppur district of Madhya Pradesh, Amarkantak lies at the meeting point of the three central Indian hill ranges -Vindhyas, Satpuras and Maikal. This small town with its innumerable temples and holy ponds, and bordered with lofty hills and dense forests, is a sought-after destination both with the spiritually inclined as well as nature-lovers.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;Two great rivers of India, the Narmada and the Sone, arise in Amarkantak. While the Narmada flows westwards, the Sone flows to the east. An interesting legend recounts how once Sone and Narmada were to be wed, but Sone repulsed Narmada and married another. The distraught Narmada changed course and turned westward! Narmada is considered one of the most sacred rivers of India and pilgrims bathe in its waters to wash away their sins. It is believed that the mere sight of the river is enough to purify oneself! Acharming folk tale speaks of the holy Ganga, dressed as a beautiful young woman, visiting Narmada to take a purifying dip in its waters!&lt;\\/p&gt;&lt;p&gt;There are several stories regarding the origin of the Narmada and the river has been bestowed various names, among them, Rewa, Shankari and Maikalsuta.&lt;\\/p&gt;&lt;p&gt;Amarkantak is a place of worship for all the three worlds of Hindu mythology - the heavens, the earth and the netherworld. Gods, gandharvas (celestial beings), asuras (demons), saints and common people are all said to have achieved great spiritual powers here. According to the Puranas, the region was known as Ayodhya and had ashrams of Kapil Muni and Rishi Markand. It is believed that whoever dies at Amarkantak is assured a place in heaven.&lt;\\/p&gt;&lt;p&gt;The small town of Amarkantak has as many as 24 temples. Narmada Udgam, a temple built to mark the source of the Narmada, is considered the holiest place in the town. Facing the Narmada Udgam Temple is the MataNarmada Temple, a shaktipeeth. Just in front of Narmada Udgam is an open pool called the Narmadakund. South of this kund are ancient temples which were built by the Kalachuri king, Karnadeva (1042-1072 AD). Trimukhi Temple dedicated to Shiva, is the oldest temple in the city, constructed between 1042-1122 AD. There is also an 18th century temple, Keshav Narayan Temple, which was built here by the Bhonsle ruler of Nagpur.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Narmada Udgam Temple Timing: 07:00 am - 09:00 pm&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Time required to visit Narmada Udgam Temple: 01:30 Hrs&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643024589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":71686,\"Title\":\"SIDHI\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531777,\"Name\":\"Parsili Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.1633617\",\"Long\":\"81.5013158\",\"Address\":\"Parsili, Madhya Pradesh 486666, India\"},\"Images\":[],\"CityId\":71686,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23255,\"Title\":\"Gupt - Godavari, Hanuman Dhara, Bharat Milap Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gupt - Godavari :&lt;\\/span&gt; 18 km from the town by road is a natural wonder located at some distance upside of a hill. The wonder here is a pair of caves, one high and wide with an entrance through which one can barely pass, and the other, long and narrow with a stream of water running along its base. It is believed that Rama and his brother Lakshman held court in the latter cave, which has two natural, thronelike rocks.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 7 AM to 6 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the caves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hanuman Dhara :&lt;\\/span&gt; Located on a rock-face several hundred feet up a steep hillside is a spring, said to have been created by Rama to assuage Hanuman when the latter returned after setting Lanka afire. A couple of temples commemorate this spot which offers a panoramic view of Chitrakoot. There is an open, paved area here in the shade of a massive peepul tree, a lovely halting place after the long climb up.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 12 PM to 5 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the place.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Koop : &lt;\\/span&gt;Bharat Koop is where Bharat stored holy water collected from all the places of pilgrimage in India. It is a small, isolated spot, a few kilometres from town.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Milap Temple&lt;\\/span&gt;&Acirc;&nbsp;: Bharat Milap Temple is one of the most important temples for Hindus as it is the place where the historical Bharat Milap took place, which refers to the meeting of the four brothers &acirc;&euro;&ldquo; Ram, Lakshman, Shatrughan and Bharat during the period of exile.\\r\\n&lt;\\/p&gt;&lt;p&gt;It is located in the backdrop of the scenic and holy Kamadgiri Hill. It is believed that a circumambulation of the hill absolves one of all their sins. The best time to visit this temple is during the annual festival that takes place here which is attended by millions of devotees.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 9 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643099711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23253,\"Title\":\"Ramghat, Chitrakoot\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Chitrakoot,&lt;\\/span&gt; &#039; the hill of many wonders,&#039; nestles peacefully in the Cnorthern spurs of the Vindhyas, a place of tranquil forest glades and quiet rivers and streams where calm and repose&lt;\\/p&gt;&lt;p&gt;are all- pervading. This loveliest of Nature&#039;s gifts is also hallowed ground, blessed by the gods and sanctified by the faith of pilgrims. For Chitrakoot&#039;s spiritual legacy stretches back to legendary ages: it was in these deep forests that Rama and Sita spent eleven of their fourteen years of exile here, that the great sage Atri and Sati Anusuya meditated and here where the principal trinity of the Hindu pantheon, Brahma, Vishnu and Mahesh took their incarnations. Sufferers and seekers, poets and visionaries, princes and noblemen have, through the ages, sought and found solace in Chitrakoot, drawn inspiration from its sublime natural beauty, gained spiritual strength from its serene temples and, in turn, become part of the hallowed legend that is Chitrakoot.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ramghat : &lt;\\/span&gt;The ghats that line the banks of the river Mandakini reveal a constantly moving and changing kaleidoscope of religious activity.Here, amidst the chanting of hymns and the sweet fragrance of incense, holy men in saffron robes sit in silent meditation or offer the solace of their wisdom to the countless pilgrims who converge here. With the very first rays of dawn that gleam upon the river, Ramghat stirs into life as the devout of all ages take the ritual, purifying dip in the waters and invoke the blessings of the gods. The activity builds up in a crescendo of colour and spontaneous expressions of faith through the day, past high noon, gently diminishing as the setting sun picks out the bright colours of flower petals floating down the river, while the evening boats, &#039;arti&#039; lends its melodious cadences to the deepening dusk. At all times, Ramghat witnesses a deep and abiding faith which finds expression in&lt;\\/p&gt;&lt;p&gt;the rituals which honour the sanctity of Chitrakoot. The rippling blue green waters of the Mandakini can be traversed by readily available for hire.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings : 6:30 PM every day&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643094850.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23254,\"Title\":\"Kamadgiri, Janaki Kund, Sati Anusuya\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Kamadgiri :&lt;\\/span&gt; Kamadgiri, the original Chitrakoot, is a place of prime religious significance. A forested hill, it is skirted all along its base by a chain of temples and is venerated today, as the holy embodiment of Rama. The Bharat Milap temple is located here, marking the spot where Bharat is said to have met Rama to persuade him to return to the throne of Ayodhya. Many are the faithful who perform the ritual circuit (parikrama) of the sacred hill, to ask for a boon or a blessing.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 8 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Janaki Kund :&lt;\\/span&gt; Upstream from Ramghat is a serenely beautiful stretch of the Mandakini, a symphony of nature in tones of earth- brown and leaf-green, the intense blue of the river waters finding a paler echo in the canopy of the sky. In this idyllic pastoral setting, it is said, Sita would bathe in the crystal clear waters, during the years of her exile with Rama. Certainly, this quiet spot seems to have been specially blessed, for an aura of total harmony and quietitude haloes it, setting is apart from the bustle of the everyday world. There are two approaches to Janaki Kund : 2 km up from Ramghat by boat, or by road along a foliage-lined drive.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Visit this area any day from 8 am until 6pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Sati Anusuya&lt;\\/span&gt; : Sati Anusuya is located further upstream, set amidst thick forests that resound to the melody of birdsong all day. It was here that Atri Muni, his wife Anusuya, and their three sons (who were the three incarnations of Brahma, Vishnu and Mahesh), are said to have meditated. The Mandakini is believed to have been created by Anusuya through her meditation. Sati Anusuya lies about 16 km. from the town and can be reached by road - an undulating, curving drive through densely wooded areas.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: Open 24 hours.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643096063.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":105,\"Title\":\"Baghel Museum\",\"Description\":\"Baghel Museum houses the collection belonging to the Maharaja of Rewa. There are hunting tools, weapons that constitute the exhibits of this museum. This museum acts like a royal storehouse where all the special property of Maharaja of Rewa is being kept intact for exhibit.\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":23.7230394,\"Long\":81.0237107,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4854\\/thumb\\/Baghela Museum_582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23271,\"Title\":\"Mukundpur Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mukundpur Zoo&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;The land of Madhya Pradesh is exceptionally blessed with the densest population of tigers in India. Mukundpur Zoo is one such destination where you can find a diverse range of big cats, like Bengal Tigers, Lions, Panthers and the most treasured white Tigers which makes this zoo adds to the range of exceptional wildlife sanctuaries in Madhya Pradesh. \\r\\n&lt;\\/p&gt;&lt;p&gt;The dense forest in Mukundpur serves as a suitable habitat for these big cats and visitors are mostly taken on a safari ride famous as &acirc;&euro;&oelig;White Tiger safari.&acirc;&euro;\\u009d A thrilling safari into the green oasis of Mukundpur Zoo can be an ultimate fun for the wildlife enthusiasts.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timing: Morning 9 AM to 4:30 PM on all days of the week except Wednesdays.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: Zoo entry tickets cost INR 10 per person, however, safaris can be availed at a higher prize for group and family tours&lt;\\/span&gt;.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22831\\/sightseeing\\/6135_1643111819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23242,\"Title\":\"Narmadakund, Shri Jwaleshwar Mahadev\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Narmadakund&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Narmadakund is a temple complex built to signify the origin of the Narmada river. The temple complex consists of 16 stone temples like the Narmada Temple, Lord Shiva Temple, Annapurna Temple, Guru Gorakhnath Temple, Shri Ram Janki Temple and Shri Radha Krishna Temple. Narmadakund covers a sprawling area of 6 acres of land and comprises over 23 statues of various idols. Situated in the centre of Amarkantak, Narmadakund is one of the most significant attractions in the city and therefore reaching the attraction is relatively easy.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Shri Jwaleshwar Mahadev&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Shri Jwaleshwar Mahadev is a temple dedicated to Lord Shiva, one of the Gods of the Hindu triumvirate. It is situated 10 kms away from the town of Amarkantak and towards the north-east of the Narmada Temple. The legend behind the formation of this temple states that when Lord Shiva killed the selfish demon Tripurasura into three pieces, one of the three parts fell near the Narmadakund, which later on turned into the seat of Lord Shiva. This temple houses a black Shiva lingam which is known as Jwaleshwar Mahadev. Another piece of trivia is that Lord Shiva and Parvati lived here because of the resplendence of the place.&lt;\\/p&gt;&lt;p&gt;Situated 1.5 kms from Narmadakund is Sonmuda, the source of the river Sone. From here it flows on to join the Ganga near Patna. Around a kilometre from Narmadakund is Mai ki Bagiya, an orchard,where it is believed, goddess Narmada came to pluck fruits. It is believed to nurture flowers that refuse to blossom elsewhere.&lt;\\/p&gt;&lt;p&gt;Six kilometres from the source of the Narmada, is Kapildhara. It is a spectacular sight as the small stream of the Narmada plunges down a 24 m high vertical cliff-face into a gorge, transforming into a large river. It is believed that in ancient times, the sage Kapil performed severe austerities here. Legend has it that he had ordered Narmada to stop flowing but the river defied him and plunged itself down the cliff. The sacred Kapileshwar Temple is situated nearby.&lt;\\/p&gt;&lt;p&gt;A little downstream from Kapildhara, the Narmada creates another waterfall, Dugdhadhara. Literally, &#039;the milky stream&#039; the fall gets its name from the frothing waters of the river. One of the greatest sages of ancient India, Bhrigu, chose Amarkantak as his place of meditation. Bhrigu ka Mandal, as the spot is now known, can be reached after a difficult, three-hour long&Acirc;&nbsp;trek that passes through dense forests.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643025807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23241,\"Title\":\"Narmada Udgam Temple\",\"Description\":\"&lt;p&gt;The town of Amarkantak is popularly known as teerathraj, or the &#039;king of pilgrimages&#039;. Situated at an altitude of 1,000 in Anuppur district of Madhya Pradesh, Amarkantak lies at the meeting point of the three central Indian hill ranges -Vindhyas, Satpuras and Maikal. This small town with its innumerable temples and holy ponds, and bordered with lofty hills and dense forests, is a sought-after destination both with the spiritually inclined as well as nature-lovers.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;Two great rivers of India, the Narmada and the Sone, arise in Amarkantak. While the Narmada flows westwards, the Sone flows to the east. An interesting legend recounts how once Sone and Narmada were to be wed, but Sone repulsed Narmada and married another. The distraught Narmada changed course and turned westward! Narmada is considered one of the most sacred rivers of India and pilgrims bathe in its waters to wash away their sins. It is believed that the mere sight of the river is enough to purify oneself! Acharming folk tale speaks of the holy Ganga, dressed as a beautiful young woman, visiting Narmada to take a purifying dip in its waters!&lt;\\/p&gt;&lt;p&gt;There are several stories regarding the origin of the Narmada and the river has been bestowed various names, among them, Rewa, Shankari and Maikalsuta.&lt;\\/p&gt;&lt;p&gt;Amarkantak is a place of worship for all the three worlds of Hindu mythology - the heavens, the earth and the netherworld. Gods, gandharvas (celestial beings), asuras (demons), saints and common people are all said to have achieved great spiritual powers here. According to the Puranas, the region was known as Ayodhya and had ashrams of Kapil Muni and Rishi Markand. It is believed that whoever dies at Amarkantak is assured a place in heaven.&lt;\\/p&gt;&lt;p&gt;The small town of Amarkantak has as many as 24 temples. Narmada Udgam, a temple built to mark the source of the Narmada, is considered the holiest place in the town. Facing the Narmada Udgam Temple is the MataNarmada Temple, a shaktipeeth. Just in front of Narmada Udgam is an open pool called the Narmadakund. South of this kund are ancient temples which were built by the Kalachuri king, Karnadeva (1042-1072 AD). Trimukhi Temple dedicated to Shiva, is the oldest temple in the city, constructed between 1042-1122 AD. There is also an 18th century temple, Keshav Narayan Temple, which was built here by the Bhonsle ruler of Nagpur.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Narmada Udgam Temple Timing: 07:00 am - 09:00 pm&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Time required to visit Narmada Udgam Temple: 01:30 Hrs&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643024589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":34386,\"Title\":\"Amarkantak\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":531778,\"Name\":\"MPT Holiday Homes\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.6750324\",\"Long\":\"81.76400439999999\",\"Address\":\"Near Narmada Temple, behind Jain Temple, Amarkantak, Madhya Pradesh 484886, India\"},\"Images\":[],\"CityId\":34386,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23255,\"Title\":\"Gupt - Godavari, Hanuman Dhara, Bharat Milap Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gupt - Godavari :&lt;\\/span&gt; 18 km from the town by road is a natural wonder located at some distance upside of a hill. The wonder here is a pair of caves, one high and wide with an entrance through which one can barely pass, and the other, long and narrow with a stream of water running along its base. It is believed that Rama and his brother Lakshman held court in the latter cave, which has two natural, thronelike rocks.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 7 AM to 6 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the caves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hanuman Dhara :&lt;\\/span&gt; Located on a rock-face several hundred feet up a steep hillside is a spring, said to have been created by Rama to assuage Hanuman when the latter returned after setting Lanka afire. A couple of temples commemorate this spot which offers a panoramic view of Chitrakoot. There is an open, paved area here in the shade of a massive peepul tree, a lovely halting place after the long climb up.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 12 PM to 5 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the place.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Koop : &lt;\\/span&gt;Bharat Koop is where Bharat stored holy water collected from all the places of pilgrimage in India. It is a small, isolated spot, a few kilometres from town.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Bharat Milap Temple&lt;\\/span&gt;&Acirc;&nbsp;: Bharat Milap Temple is one of the most important temples for Hindus as it is the place where the historical Bharat Milap took place, which refers to the meeting of the four brothers &acirc;&euro;&ldquo; Ram, Lakshman, Shatrughan and Bharat during the period of exile.\\r\\n&lt;\\/p&gt;&lt;p&gt;It is located in the backdrop of the scenic and holy Kamadgiri Hill. It is believed that a circumambulation of the hill absolves one of all their sins. The best time to visit this temple is during the annual festival that takes place here which is attended by millions of devotees.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 9 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643099711.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23253,\"Title\":\"Ramghat, Chitrakoot\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Chitrakoot,&lt;\\/span&gt; &#039; the hill of many wonders,&#039; nestles peacefully in the Cnorthern spurs of the Vindhyas, a place of tranquil forest glades and quiet rivers and streams where calm and repose&lt;\\/p&gt;&lt;p&gt;are all- pervading. This loveliest of Nature&#039;s gifts is also hallowed ground, blessed by the gods and sanctified by the faith of pilgrims. For Chitrakoot&#039;s spiritual legacy stretches back to legendary ages: it was in these deep forests that Rama and Sita spent eleven of their fourteen years of exile here, that the great sage Atri and Sati Anusuya meditated and here where the principal trinity of the Hindu pantheon, Brahma, Vishnu and Mahesh took their incarnations. Sufferers and seekers, poets and visionaries, princes and noblemen have, through the ages, sought and found solace in Chitrakoot, drawn inspiration from its sublime natural beauty, gained spiritual strength from its serene temples and, in turn, become part of the hallowed legend that is Chitrakoot.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ramghat : &lt;\\/span&gt;The ghats that line the banks of the river Mandakini reveal a constantly moving and changing kaleidoscope of religious activity.Here, amidst the chanting of hymns and the sweet fragrance of incense, holy men in saffron robes sit in silent meditation or offer the solace of their wisdom to the countless pilgrims who converge here. With the very first rays of dawn that gleam upon the river, Ramghat stirs into life as the devout of all ages take the ritual, purifying dip in the waters and invoke the blessings of the gods. The activity builds up in a crescendo of colour and spontaneous expressions of faith through the day, past high noon, gently diminishing as the setting sun picks out the bright colours of flower petals floating down the river, while the evening boats, &#039;arti&#039; lends its melodious cadences to the deepening dusk. At all times, Ramghat witnesses a deep and abiding faith which finds expression in&lt;\\/p&gt;&lt;p&gt;the rituals which honour the sanctity of Chitrakoot. The rippling blue green waters of the Mandakini can be traversed by readily available for hire.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings : 6:30 PM every day&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643094850.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23254,\"Title\":\"Kamadgiri, Janaki Kund, Sati Anusuya\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Kamadgiri :&lt;\\/span&gt; Kamadgiri, the original Chitrakoot, is a place of prime religious significance. A forested hill, it is skirted all along its base by a chain of temples and is venerated today, as the holy embodiment of Rama. The Bharat Milap temple is located here, marking the spot where Bharat is said to have met Rama to persuade him to return to the throne of Ayodhya. Many are the faithful who perform the ritual circuit (parikrama) of the sacred hill, to ask for a boon or a blessing.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5 AM to 8 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Janaki Kund :&lt;\\/span&gt; Upstream from Ramghat is a serenely beautiful stretch of the Mandakini, a symphony of nature in tones of earth- brown and leaf-green, the intense blue of the river waters finding a paler echo in the canopy of the sky. In this idyllic pastoral setting, it is said, Sita would bathe in the crystal clear waters, during the years of her exile with Rama. Certainly, this quiet spot seems to have been specially blessed, for an aura of total harmony and quietitude haloes it, setting is apart from the bustle of the everyday world. There are two approaches to Janaki Kund : 2 km up from Ramghat by boat, or by road along a foliage-lined drive.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Visit this area any day from 8 am until 6pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Sati Anusuya&lt;\\/span&gt; : Sati Anusuya is located further upstream, set amidst thick forests that resound to the melody of birdsong all day. It was here that Atri Muni, his wife Anusuya, and their three sons (who were the three incarnations of Brahma, Vishnu and Mahesh), are said to have meditated. The Mandakini is believed to have been created by Anusuya through her meditation. Sati Anusuya lies about 16 km. from the town and can be reached by road - an undulating, curving drive through densely wooded areas.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: Open 24 hours.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry fee: There are no charges to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34297,\"CityName\":\"Chitrakoot\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34297\\/sightseeing\\/6135_1643096063.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":105,\"Title\":\"Baghel Museum\",\"Description\":\"Baghel Museum houses the collection belonging to the Maharaja of Rewa. There are hunting tools, weapons that constitute the exhibits of this museum. This museum acts like a royal storehouse where all the special property of Maharaja of Rewa is being kept intact for exhibit.\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":23.7230394,\"Long\":81.0237107,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4854\\/thumb\\/Baghela Museum_582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23271,\"Title\":\"Mukundpur Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mukundpur Zoo&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;The land of Madhya Pradesh is exceptionally blessed with the densest population of tigers in India. Mukundpur Zoo is one such destination where you can find a diverse range of big cats, like Bengal Tigers, Lions, Panthers and the most treasured white Tigers which makes this zoo adds to the range of exceptional wildlife sanctuaries in Madhya Pradesh. \\r\\n&lt;\\/p&gt;&lt;p&gt;The dense forest in Mukundpur serves as a suitable habitat for these big cats and visitors are mostly taken on a safari ride famous as &acirc;&euro;&oelig;White Tiger safari.&acirc;&euro;\\u009d A thrilling safari into the green oasis of Mukundpur Zoo can be an ultimate fun for the wildlife enthusiasts.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timing: Morning 9 AM to 4:30 PM on all days of the week except Wednesdays.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: Zoo entry tickets cost INR 10 per person, however, safaris can be availed at a higher prize for group and family tours&lt;\\/span&gt;.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22831,\"CityName\":\"Rewa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22831\\/sightseeing\\/6135_1643111819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23242,\"Title\":\"Narmadakund, Shri Jwaleshwar Mahadev\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Narmadakund&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Narmadakund is a temple complex built to signify the origin of the Narmada river. The temple complex consists of 16 stone temples like the Narmada Temple, Lord Shiva Temple, Annapurna Temple, Guru Gorakhnath Temple, Shri Ram Janki Temple and Shri Radha Krishna Temple. Narmadakund covers a sprawling area of 6 acres of land and comprises over 23 statues of various idols. Situated in the centre of Amarkantak, Narmadakund is one of the most significant attractions in the city and therefore reaching the attraction is relatively easy.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Shri Jwaleshwar Mahadev&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Shri Jwaleshwar Mahadev is a temple dedicated to Lord Shiva, one of the Gods of the Hindu triumvirate. It is situated 10 kms away from the town of Amarkantak and towards the north-east of the Narmada Temple. The legend behind the formation of this temple states that when Lord Shiva killed the selfish demon Tripurasura into three pieces, one of the three parts fell near the Narmadakund, which later on turned into the seat of Lord Shiva. This temple houses a black Shiva lingam which is known as Jwaleshwar Mahadev. Another piece of trivia is that Lord Shiva and Parvati lived here because of the resplendence of the place.&lt;\\/p&gt;&lt;p&gt;Situated 1.5 kms from Narmadakund is Sonmuda, the source of the river Sone. From here it flows on to join the Ganga near Patna. Around a kilometre from Narmadakund is Mai ki Bagiya, an orchard,where it is believed, goddess Narmada came to pluck fruits. It is believed to nurture flowers that refuse to blossom elsewhere.&lt;\\/p&gt;&lt;p&gt;Six kilometres from the source of the Narmada, is Kapildhara. It is a spectacular sight as the small stream of the Narmada plunges down a 24 m high vertical cliff-face into a gorge, transforming into a large river. It is believed that in ancient times, the sage Kapil performed severe austerities here. Legend has it that he had ordered Narmada to stop flowing but the river defied him and plunged itself down the cliff. The sacred Kapileshwar Temple is situated nearby.&lt;\\/p&gt;&lt;p&gt;A little downstream from Kapildhara, the Narmada creates another waterfall, Dugdhadhara. Literally, &#039;the milky stream&#039; the fall gets its name from the frothing waters of the river. One of the greatest sages of ancient India, Bhrigu, chose Amarkantak as his place of meditation. Bhrigu ka Mandal, as the spot is now known, can be reached after a difficult, three-hour long&Acirc;&nbsp;trek that passes through dense forests.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643025807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23241,\"Title\":\"Narmada Udgam Temple\",\"Description\":\"&lt;p&gt;The town of Amarkantak is popularly known as teerathraj, or the &#039;king of pilgrimages&#039;. Situated at an altitude of 1,000 in Anuppur district of Madhya Pradesh, Amarkantak lies at the meeting point of the three central Indian hill ranges -Vindhyas, Satpuras and Maikal. This small town with its innumerable temples and holy ponds, and bordered with lofty hills and dense forests, is a sought-after destination both with the spiritually inclined as well as nature-lovers.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;Two great rivers of India, the Narmada and the Sone, arise in Amarkantak. While the Narmada flows westwards, the Sone flows to the east. An interesting legend recounts how once Sone and Narmada were to be wed, but Sone repulsed Narmada and married another. The distraught Narmada changed course and turned westward! Narmada is considered one of the most sacred rivers of India and pilgrims bathe in its waters to wash away their sins. It is believed that the mere sight of the river is enough to purify oneself! Acharming folk tale speaks of the holy Ganga, dressed as a beautiful young woman, visiting Narmada to take a purifying dip in its waters!&lt;\\/p&gt;&lt;p&gt;There are several stories regarding the origin of the Narmada and the river has been bestowed various names, among them, Rewa, Shankari and Maikalsuta.&lt;\\/p&gt;&lt;p&gt;Amarkantak is a place of worship for all the three worlds of Hindu mythology - the heavens, the earth and the netherworld. Gods, gandharvas (celestial beings), asuras (demons), saints and common people are all said to have achieved great spiritual powers here. According to the Puranas, the region was known as Ayodhya and had ashrams of Kapil Muni and Rishi Markand. It is believed that whoever dies at Amarkantak is assured a place in heaven.&lt;\\/p&gt;&lt;p&gt;The small town of Amarkantak has as many as 24 temples. Narmada Udgam, a temple built to mark the source of the Narmada, is considered the holiest place in the town. Facing the Narmada Udgam Temple is the MataNarmada Temple, a shaktipeeth. Just in front of Narmada Udgam is an open pool called the Narmadakund. South of this kund are ancient temples which were built by the Kalachuri king, Karnadeva (1042-1072 AD). Trimukhi Temple dedicated to Shiva, is the oldest temple in the city, constructed between 1042-1122 AD. There is also an 18th century temple, Keshav Narayan Temple, which was built here by the Bhonsle ruler of Nagpur.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Narmada Udgam Temple Timing: 07:00 am - 09:00 pm&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: 700&quot;&gt;Time required to visit Narmada Udgam Temple: 01:30 Hrs&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34386,\"CityName\":\"Amarkantak\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34386\\/sightseeing\\/6135_1643024589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"332386\",\"Title\":\"Satna- Chitrakoot\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrival at Satna railway station\\/ Prayagraj Airport transfer to Chitrakoot.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Known as the &amp;#39;Place of Many Wonders&amp;#39;, Chitrakoot nestles in the northern Vindhya range of mountains and has enchanting places to visit. Chitrakoot mountain range includes Kamad Giri, Hanuman Dhara, Janki Kund, Lakshman pahari, and Devangana which are famous religious mountains. It is believed to have got its name owing to the presence of &amp;#39;Cheetal&amp;#39; (deer) in the region.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The city is known to be of great religious and connection with Ramayanya. According to folklore, Lord Ram and Sita spent eleven of their fourteen years of exile in the deep jungles of Chitrakoot. Hanuman Dhara, Sphatikshila, Bharat Milap temple, Gupt Godavari, Janki Kund, Param Kutir and Ram Ghat are therefore major attractions and fascinating places to see in Chitrakoot.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You must not forget to witness the &amp;#39;Deep Daan festival&amp;#39; at Ram Ghat during Diwali and special celebrations on Ram Navmi on your visit to Chitarkoot. Devotees and tourists gather in large numbers to be a part of these cherished events. A spiritual retreat, this town is also said to be the meditation shrine of many legendary sages and is believed to be frequently visited by Gods and Goddesses. The hindu trinity of Brahma, Vishnu and Mahesh are believed to have taken their incarnation in this city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kamadgiri, Yagya Vedi and Anasuya Ashram are some more tourist places in Chitrakoot to be visited. A unique sense of spiritual wonder, Chitarkoot makes you reimagine the prehistoric past in the present.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at Chitrakoot.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34297,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531775,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23255,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23253,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23254,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332387\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34297,\"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\":\"332388\",\"Title\":\"Chitrakoot to Rewa\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Post breakfast check out from hotel and transfer to Rewa.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Blessed with natural beauty, the city of Rewa is situated on the north-western side of Madhya Pradesh. The city has frolicking streams gushing from the mountains and lush green forests.The most visited place in Rewa is a nearby village, Mukundpur,District Satna which is best known for the &amp;#39;White Tiger Zoo &amp;amp; Safari&amp;#39;. It was home to Mohan - the world renowned white tiger. Watching the surreal white tiger strolling in the wild is the moment you can not miss.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The town is surrounded by dizzyingly high yet&amp;nbsp;beautiful waterfalls&amp;nbsp;like Bahuti fall , Keoti fall, Purva fall and Chachai fall. Bahuti waterfall with a height of 142m, is one of the highest falls of the region.Along with these, the city has kept protected our glorious history in the form of ancient monuments and carvings, like the 35 ft. reclining Bhairav Baba statue at the popular Bhairav Baba Temple. The statue, sculpted out from a single rock, is a must-see place to visit in Rewa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Buddhist stupas belonging to Mauryan age at Deur Kothar and marvellous Rewa Fort &amp;amp; museum, Venkat Palace, Govindgarh Palace &amp;amp; lake, and Rani talab make to the list of tourist places to visit in Rewa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at Rewa&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22831,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531776,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Ac 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\":105,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23271,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332389\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22831,\"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\":\"332390\",\"Title\":\"Rewa- Sidhi (Sanjay National Park)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Post breakfast visit sighseeings of Rewa. Later proceed to Sanjay Duberi National Park.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sanjay-Dubri Tiger Reserve is wildlife paradise located in Sidhi district of Madhya Pradesh. The National park was established in 1975. The world famous white tigers &amp;ldquo;MOHAN&amp;rdquo; was found and rescued from the forest of this landscape by Maharaja of Rewa in 1951. He was later reared in an enclosure in Govindgarh and bred to tigress Radha. She delivered first white tigers in captivity, and most of the white tigers present in the zoo across the world are their progeny only. In remembrance, one of the park Range has been named after this White Tiger, &amp;ldquo;Mohan&amp;rdquo;.&amp;nbsp;&lt;br \\/&gt;\\r\\nNow these beautiful Sal forests are not only home for Tigers and hundreds of other species of wild animals but they also form wildlife corridor, connecting Bandhavgarh and Palamau Tiger Reserve. Occasionally the wild elephants from neighboring Chhatisgarh area venture into the forests of tiger reserve for temporary shelter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at Sanjay National Park.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":71686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC 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\":\"332391\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":71686,\"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\":\"332392\",\"Title\":\"Sidhi- Amarkantak\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Early mornming enjoy Jungel Safari at Sanjay Dubri National Park. Take your packed breakfast from Hotel to enjoy during the safari. Later post lunchg transfer to Amarkantak. Overnight stay at Amarkantak.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34386,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531778,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC 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\":\"332393\",\"Title\":\"Amarkantak\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Post breakfast enjoy fullday sighseeing of Amarkantak.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34386,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":531778,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23241,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"332394\",\"Title\":\"Amarkantak _ Jabalpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Post breakfast Check out from hotel treansfer to Jabalpur for onward connection.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34386,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46049\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21860.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":24110,\"priceDoubleOcc\":\"21860.40\",\"priceSingleOcc\":43316.4,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21860.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21860.4,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":24824,\"priceDoubleOcc\":\"22932.00\",\"priceSingleOcc\":44388,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22932,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":22932,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":25896,\"priceDoubleOcc\":\"24540.00\",\"priceSingleOcc\":45996,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24540,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":24540,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":25816,\"priceDoubleOcc\":\"24420.00\",\"priceSingleOcc\":45876,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24420,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":24420,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":28456,\"priceDoubleOcc\":\"28380.00\",\"priceSingleOcc\":49836,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28380,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":28380,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":33376,\"priceDoubleOcc\":\"35760.00\",\"priceSingleOcc\":57216,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":35760,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28608,\"COSTTO\":28608}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46049\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20038.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":22100,\"priceDoubleOcc\":\"20038.70\",\"priceSingleOcc\":39706.7,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20038.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":20038.7,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":22755,\"priceDoubleOcc\":\"21021.00\",\"priceSingleOcc\":40689,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21021,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21021,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":23738,\"priceDoubleOcc\":\"22495.00\",\"priceSingleOcc\":42163,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22495,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":22495,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":23665,\"priceDoubleOcc\":\"22385.00\",\"priceSingleOcc\":42053,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22385,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":22385,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":26085,\"priceDoubleOcc\":\"26015.00\",\"priceSingleOcc\":45683,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26015,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":26015,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224},{\"From\":\"2023-05-16\",\"To\":\"2023-06-30\",\"Currency\":1,\"priceTripleOcc\":30595,\"priceDoubleOcc\":\"32780.00\",\"priceSingleOcc\":52448,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32780,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":32780,\"COSTSO\":\"17880.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":26224,\"COSTTO\":26224}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"332386\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[332386],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332387\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332387],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332388\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[332388],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332389\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[332389],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332390\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[332390],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332391\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332391],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332392\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[332392],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332393\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[332393],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"332394\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[332394],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Chitrakoot,Rewa,SIDHI,Amarkantak','Chitrakoot,Uttar Pradesh,Indian Subcontinent,North India,India,Rewa,Madhya Pradesh,Central India,SIDHI,Amarkantak','','34297,22831,71686,34386',20039,35760,5,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Jabalpur (1).jpg\"},{\"day\":4,\"images\":\"Jabalpur (2).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Jabalpur.jpg\"}]',2,'',0,'2023-05-27 00:00:00','2023-06-30 00:00:00','2023-06-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-27 00:00:00',1,1,'1','1','0','offbeat Madhya Pradesh, unconventional travel, hidden gems, unique experiences, local culture, extraordinary adventures, lesser-known destinations, off the beaten path, offbeat tour package, Madhya Pradesh tourism','Embark on a remarkable journey through offbeat destinations in Madhya Pradesh. Discover hidden gems, immerse in local culture, and experience extraordinary adventures. Book your unforgettable offbeat Madhya Pradesh tour package today!','Explore the Unconventional: Offbeat Madhya Pradesh Tour Package',NULL,'offbeat-madhya-pradesh',NULL,NULL,NULL,0),(237,44280,1,35,0,0,0,'Adventure,Wildlife,Family',NULL,1,1,0,'{\"package\":{\"TPId\":44280,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/wild-life_1669009107\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bhopal\",\"DestinationPlacesSysId\":3139,\"SourcePlaces\":\"Pench\",\"SourcePlaceSysId\":21077,\"AgencyName\":\"Connect India\",\"Name\":\"Wild Life\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7439\",\"SupplierName\":\"Travel India Tourism Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Sightseeing,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21077,\"Title\":\"Pench\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527170,\"Name\":\"MPT Kipling\'s Court\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.7326963\",\"Long\":\"79.34673099999999\",\"Address\":\"Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527171,\"Name\":\"Hotel Rishi Regency\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.7770724\",\"Long\":\"80.34484669999999\",\"Address\":\"National Highway 44, Jabalpur Rd, Maharana Pratap Ward, Katni, Madhya Pradesh 483501, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527172,\"Name\":\"Village Machaan Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.7238675\",\"Long\":\"79.35279419999999\",\"Address\":\"Awarghani -Turia Road, Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527173,\"Name\":\"Pench Jungle Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":3139,\"Title\":\"Bhopal\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493149,\"Name\":\"Hotel Tulsi Casa\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.2267108\",\"Long\":\"77.4371912\",\"Address\":\"236, Zone-II, Near Arya Bhavan, Zone-II, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527152,\"Name\":\"Hotel Atishay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.234447\",\"Long\":\"77.43563499999999\",\"Address\":\"Nr Manohar Dairy, R-55, Chetak Bridge, Zone-I, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527190,\"Name\":\"Sayaji Hotels Ltd.\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.7161122\",\"Long\":\"75.8639482\",\"Address\":\"54, Bhopal - Indore Rd, Siyaganj, Indore, Madhya Pradesh 452010, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":36727,\"Title\":\"Pachmarhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527187,\"Name\":\"MPT Highland pachmarhi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527188,\"Name\":\"MPT Champak Bungalow\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4585202\",\"Long\":\"78.41696089999999\",\"Address\":\"Near Pachmarhi Jheel, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527189,\"Name\":\"The Summer House\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4748522\",\"Long\":\"78.4267775\",\"Address\":\"The Summer House, Civil Lines, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"A\\/c Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12971,\"Title\":\"Jabalpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527176,\"Name\":\"Rishi Regency Jabalpur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527177,\"Name\":\"MPT Kalchuri Huts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527178,\"Name\":\"Narmada Jacksons\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.4080078\",\"Long\":\"80.31914929999999\",\"Address\":\"112 A, Rajiv Vihar, Naubasta, Kanpur, Uttar Pradesh 208021, India\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"319189\",\"Title\":\"Arrival at Nagpur. Transfer to Pench. (80 KMs \\/\\/ 1.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrival at Nagpur, meet and greet with representatives. Transfer to Pench. Pench Tiger Reserve comprises the Indira Priyadarshini Pench National Park and the Pench Mowgli Sanctuary. It is named after the Pench river that flows through it.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rudyard Kipling&amp;#39;s Mowgli&amp;#39;s adventure and his battle with the furious Sher Khan is based on this very landscape in Madhya Pradesh. The places described in the &amp;#39;The Jungle Book&amp;#39; are the locations marked at Alikatta village and the Seeonee hills. This is the reason, Pench Tiger Reserve is also popularly known as &amp;#39;Land of The Jungle Book&amp;#39;. It is also interesting to know that the one best wildlife series on tigers so far, &amp;#39;Tiger : Spy in the Jungle&amp;#39; is also filmed in Pench National Park. The series was shot with the use of `trunk cams&amp;#39; ; the cameras held by elephants&amp;#39; trunks, to follow four newborn tiger cubs all the way to adulthood. A magnificent expanse in Madhya Pradesh, Pench Tiger Reserve, though is a tiger territory but it is also shelters dense population chetal, followed by leopard, sambhar, gaur (Indian bison), chousingha, chinkara, barking deer, small Indian civet, and porcupine and migratory birds such as Malabar pied hornbill, Indian pitta and osprey . The major attractions of the Pench Tiger Reserves are jungle walk, jungle safari, night safari, trekking, wildlife viewing from machaan and village tour Check into the hotel, Evening free for leisure. Overnight stay at Pench.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23259,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35399,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35401,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35402,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319192\",\"Title\":\"Pench\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Pench National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, You can enjoy &amp;ldquo;Travel Dance&amp;rdquo; or &amp;ldquo;Nature Walk&amp;rdquo; on your own. Night Stay at Pench National Park Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35404,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319195\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"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\":\"319198\",\"Title\":\"Pench- Jabalpur (231 KMs \\/\\/ 4.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;This morning post breakfast check out from the hotel, transfer to Jabalpur. Pleasure resort and capital of the Gond kings during the 12th century, Jabalpur was later the seat of the Kalchuri dynasty. The Marathas held sway over Jabalpur until 1817, when the British wrested it from them and left their impression on the spacious cantonment with its colonial residences and barracks. Today Jabalpur is an important administrative center, abustle with commercial activity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check into the hotel, freshen up later embark your sightseeing of Jabalpur, visit- balancing Rock, Pisanhari Ki Madiya, Dhuandhar Fall, Bhedaghat, Chausath Yogini Temple, and Panchwati Nauka Vihar and overnight stay at Jabalpur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527176,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527177,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527178,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23099,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":115,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35406,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35407,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":315,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319201\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"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\":\"319204\",\"Title\":\" Jabalpur- Pachmarhi (296KMs \\/\\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Post breakfast checkout from hotel and transfer to Pachmarhi. Pachmarhi, is Madhya Pradesh&amp;#39;s most verdant gem. A lovely hill resort girdled by the Satpura ranges, it offers absolute tranquility. Bridle paths lead into placid forest groves of wild bamboo and jamun, dense sal forests and delicate bamboo thickets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check into the pre booked hotel later visit after check-in and freshen up later move to visit sightseeing Jata Shankar, Handi Kho, Priyadarshini, Mahadev, Gupt Mahadev, Amba Mai, come back to hotel .night stay at Pachmarhi.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23072,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23078,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23077,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35409,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319207\",\"Title\":\"Pachmarhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After Breakfast, Visit Sightseeings of Pachmarhi &amp;ndash; Pandav Gufa, Museum, Apsara Vihar, Silver Fall, Panchali Kund, Bee Fall, Reechgarh, and Rajendra Giri. ( for this tour gypse need to be booked from local taxi union)Night Stay at Pachmarhi Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23070,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35410,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35415,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319210\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"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\":\"319213\",\"Title\":\"Pachmarhi- Bhopal (210 KMs \\/\\/ 4.5 HRs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out from the hotel and transfer to Bhopal, Enroute to Bhopal visit Bhimbetka. The Vindhya mountain range is covered by huge rocks, and recent discoveries here of over 600 rock shelters (the largest group in the world) have revealed paintings that date back to the early Stone Age. Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. On arrival at Bhopal, Check into the hotel. Later start sightseeing Visit Upper Lake, Lower Lake, and Indira Gandhi Rasthtriya Manav Sangrahalya, Tribal Museum at Bhopal and night stay at Bhopal.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527152,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527190,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23056,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35364,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23051,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319216\",\"Title\":\"Bhopal- Departure\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;After Breakfast Checkout from Hotel. and remaining sightseeing of Bhopal and drop to Bhopal Railway Station for your onward journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"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\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27384.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24323,\"priceDoubleOcc\":\"27384.00\",\"priceSingleOcc\":72888,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":27384,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27103,\"priceDoubleOcc\":\"31554.00\",\"priceSingleOcc\":77058,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":31554,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27103,\"priceDoubleOcc\":\"31554.00\",\"priceSingleOcc\":77058,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":31554,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":26123,\"priceDoubleOcc\":\"30084.00\",\"priceSingleOcc\":75588,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30084,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":30084,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29803,\"priceDoubleOcc\":\"35604.00\",\"priceSingleOcc\":81108,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35604,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":35604,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36403,\"priceDoubleOcc\":\"45504.00\",\"priceSingleOcc\":91008,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45504,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":45504,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34044.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29651,\"priceDoubleOcc\":\"34044.00\",\"priceSingleOcc\":59709.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34044,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":34044,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30763,\"priceDoubleOcc\":\"35712.00\",\"priceSingleOcc\":61377.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35712,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":35712,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32431,\"priceDoubleOcc\":\"38214.00\",\"priceSingleOcc\":63879.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38214,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":38214,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31451,\"priceDoubleOcc\":\"36744.00\",\"priceSingleOcc\":62409.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36744,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":36744,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35131,\"priceDoubleOcc\":\"42264.00\",\"priceSingleOcc\":67929.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42264,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":42264,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":41731,\"priceDoubleOcc\":\"52164.00\",\"priceSingleOcc\":77829.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52164,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":52164,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40884.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35123,\"priceDoubleOcc\":\"40884.00\",\"priceSingleOcc\":89988,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40884,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":40884,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36235,\"priceDoubleOcc\":\"42552.00\",\"priceSingleOcc\":91656,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42552,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":42552,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":37903,\"priceDoubleOcc\":\"45054.00\",\"priceSingleOcc\":94158,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45054,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":45054,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36923,\"priceDoubleOcc\":\"43584.00\",\"priceSingleOcc\":92688,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43584,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":43584,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":40603,\"priceDoubleOcc\":\"49104.00\",\"priceSingleOcc\":98208,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49104,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":49104,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47203,\"priceDoubleOcc\":\"59004.00\",\"priceSingleOcc\":108108,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59004,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":59004,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25102.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22296,\"priceDoubleOcc\":\"25102.00\",\"priceSingleOcc\":66814,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25102,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":25102,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24845,\"priceDoubleOcc\":\"28924.50\",\"priceSingleOcc\":70636.5,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":28924.5,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24845,\"priceDoubleOcc\":\"28924.50\",\"priceSingleOcc\":70636.5,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":28924.5,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23946,\"priceDoubleOcc\":\"27577.00\",\"priceSingleOcc\":69289,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27577,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":27577,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27320,\"priceDoubleOcc\":\"32637.00\",\"priceSingleOcc\":74349,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32637,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":32637,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33370,\"priceDoubleOcc\":\"41712.00\",\"priceSingleOcc\":83424,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41712,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":41712,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31207.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27180,\"priceDoubleOcc\":\"31207.00\",\"priceSingleOcc\":54733.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31207,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":31207,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28200,\"priceDoubleOcc\":\"32736.00\",\"priceSingleOcc\":56262.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":32736,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29729,\"priceDoubleOcc\":\"35029.50\",\"priceSingleOcc\":58556.3,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35029.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":35029.5,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28830,\"priceDoubleOcc\":\"33682.00\",\"priceSingleOcc\":57208.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33682,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":33682,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32204,\"priceDoubleOcc\":\"38742.00\",\"priceSingleOcc\":62268.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38742,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":38742,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":38254,\"priceDoubleOcc\":\"47817.00\",\"priceSingleOcc\":71343.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47817,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":47817,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37477.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32196,\"priceDoubleOcc\":\"37477.00\",\"priceSingleOcc\":82489,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37477,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":37477,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33216,\"priceDoubleOcc\":\"39006.00\",\"priceSingleOcc\":84018,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39006,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":39006,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34745,\"priceDoubleOcc\":\"41299.50\",\"priceSingleOcc\":86311.5,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41299.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":41299.5,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33846,\"priceDoubleOcc\":\"39952.00\",\"priceSingleOcc\":84964,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39952,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":39952,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":37220,\"priceDoubleOcc\":\"45012.00\",\"priceSingleOcc\":90024,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45012,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":45012,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43270,\"priceDoubleOcc\":\"54087.00\",\"priceSingleOcc\":99099,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54087,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":54087,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"319189\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[319189],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319192\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[319192],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319195\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319195],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319198\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319198],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319201\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319201],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319204\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319204],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319207\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[319207],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319210\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319210],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319213\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319213],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319216\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[319216],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Pench,Bhopal,Pachmarhi,Jabalpur','Pench,Indian Subcontinent,India,Jabalpur,Madhya Pradesh,Central India,Pachmarhi,Bhopal','','21077,3139,36727,12971',25102,59004,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"MH (2).jpg\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"}]',2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-05-27 00:00:00','2023-05-27 00:00:00',1,1,'1','1','1','','','',NULL,'wild-life',NULL,NULL,NULL,0),(238,45933,1,35,1,0,0,'Wildlife',NULL,1,1,0,'{\"package\":{\"TPId\":45933,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/wildlife-tour-of-madhya-pradesh_1672173346\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Madhya Pradesh is the heritage heartland of India. The Central province of India, Madhya Pradesh is blessed by nature, encountered by wild animals, stepped in history and alive by wildlife. For those who live it up to the edge and go beyond the ordinary to explore the best of the jungles, holidays in Madhya Pradesh is a treat for them. From deer to wild boar to tigers, Madhya Pradesh is a world of the wild animals. A trip to the wilderness of Madhya Pradesh is a life changing experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Madhya Pradesh, the land of diversity is one of the most exciting wildlife destinations in India. For avid nature lovers, there are 9 National Parks, 6 Tiger Reserves and 25 Wildlife Sanctuaries to quench the adventure thirst. The heart of India, Madhya Pradesh is a kaleidoscope of nature. Plan a jungle tour to Madhya Pradesh to catch the true spirit of the Indian jungle.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bhopal\",\"DestinationPlacesSysId\":3139,\"SourcePlaces\":\"Nagpur\",\"SourcePlaceSysId\":18876,\"AgencyName\":\"Connect India\",\"Name\":\"Wildlife Tour of Madhya Pradesh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7439\",\"SupplierName\":\"Travel India Tourism Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"\",\"PackageType\":\"Wildlife\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21077,\"Title\":\"Pench\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527170,\"Name\":\"MPT Kipling\'s Court\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.7326963\",\"Long\":\"79.34673099999999\",\"Address\":\"Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531447,\"Name\":\"Beyond Stay Mahua Vann Pench\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.73060569999999\",\"Long\":\"79.3808236\",\"Address\":\"Village Kuppitola, Khawasa, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531448,\"Name\":\"Tuli Tiger Corridor\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.7299794\",\"Long\":\"79.3578496\",\"Address\":\"Pench National Park Village-Avarghani,Post-Turia, Seoni, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23214,\"Title\":\"Jungle Safari Bandhavgarh National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;ROYAL BANDHAVGARH\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh in Madhya Pradesh is a place of legendary significance. The ancient Bandhavgarh Fort is of great importance as it is believed to have been gifted by Lord Rama to his younger brother Lakshmana to keep a watch on Lanka. Therefore this fort is named Bandhavgarh as &quot;Bandhav&quot; means brother and &quot;Garh&quot; means fort\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh dates back to 2000 years ago and you will find several man made caves with inions and rock paintings. Once a hunting ground of maharajas, Bandhavgarh is now Bandhavgarh National Park and home to the royal Bengal tiger, 37 other species of mammals, 250 species of birds, 80 species of butterflies.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the place to visit if you want to spot the big cat. India&#039;s top dwelling for tigers, it has the highest density of Royal Bengal tigers in the world. All the white tigers of the world trace their roots to Bandhavgarh National Park.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the first in India to launch &#039;The Hot Air Balloon Safari&#039; for tourists. You can now explore the unseen gems of Bandhavgarh National Park at its resplendent best. An aerial view of the restricted buffer zone and core zone will be an exclusive experience for the safari lovers.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The sight of the majestic tiger, up close and personal, is said to trigger a sense of awe in you, of the kinds you would have only experienced in your childhood. It is believed that the Bandhavgarh Fort was gifted to Lakshmana by his older brother Lord Ram to keep a watch on Lanka.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh gets its name from the ancient Bandhavgarh Fort - &#039;Bandhav&#039; (brother) and &#039;Garh&#039; (fort)\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;From a hunting ground of maharajas to a national park\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;All the white tigers of the world trace their roots to Bandhavgarh. Boasts of the highest density of royal bengal tigers in the world.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;37 species of mammals, 250 species of birds, 80 species of butterflies and more.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Best Season: October to June. The Park is closed from 01 July to 30 September due to rains.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Safari Timings\\tMorning 6:00 AM - 10.00 AM  Evening 3:00 PM - 6:00 PM (Safari Timing Varies as Season Changes)&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2249,\"CityName\":\"Bandhavgarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2249\\/sightseeing\\/6135_1643007807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23100,\"Title\":\"Panna National Park Jungle Safari\",\"Description\":\"&lt;p&gt;While many of us are obsessed with tiger sightings, Panna National Park boasts of seven different species of vultures. This National Park is an ideal place to spot these in their natural habitat. You will also come across a variety of flira and fauna here.\\r\\n&lt;\\/p&gt;&lt;p&gt;Panna has the amazing superpower to, both, calm you and thrill you! The royal past of this destination dates back to mid of 17th Centuary AD, when it became the capital of Maharaja Chhatrasal&#039;s kingdom.&lt;\\/p&gt;&lt;p&gt;The Ken river , which flows through the Reserve from south to north, is home for Gharial and Mugger, and other aquatic fauna and is one of the least polluted rivers and a tributary of Yamuna. It is one of the sixteen perennial rivers of Madhya Pradesh and is truly the life line of the Reserve. Ken offers some of the most spectacular scenery to the visitor while it meanders for some 55 km through the reserve.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20728,\"CityName\":\"Panna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20728\\/sightseeing\\/6135_1642760603.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23075,\"Title\":\"Satpura National Park\",\"Description\":\"&lt;p&gt;Satpura is a famous range of hills in Central India. The name Satpura is originating from a Sanskrit Word Shatpura means &quot;Hundred Mountains&quot;. The range, the name of which means &quot;Seven Folds&quot; forms a watershed between Narmada and Tapti River. Parts of the Satpuras have been folded and up heaved. They regarded as structural uplift or &quot;horst&quot;. Satpura range is a series of Seven Mountains. The whole Satpura range is heavily forested and is very famous for wildlife habitats. Satpura range is a home of world famous National parks, Wildlife Sanctuaries etc. The Satpura ranges therefore has enormous varieties of jungles and wildlife creating it in a happening place for trekking, Safaris, fishing, bird watching, relaxing and for other activities making it a perfect place for Holidays. National and Internationally famous Satpura National Park is also a part of the Satpura ranges of Madhya Pradesh State.Satpura national park covers an area of 524km2 established in 1981. . The park covers an area of 2133.307 sq.km by combining Bori wildlife sanctuary and Pachmarhi Wildlife Sanctuary . From the year 1999, the park was included to Tiger Projects of India and became Bodi-Satpura Tiger Reserve. The Bori-Satpura Tiger Reserve lies in the Mahadev Hills of the Satpura range in the southern parts of the Central Indian Highlands of Madhya Pradesh. Satpura National Park won the TOFT Wildlife Tourism Award in the year 2010 for Most Visitor Friendly wildlife destinations. Satpura National Park is less crowed National Park as compared to other heavily rushed national parks. This park is very silence as you can hear the snoring of the Beer and roaring of the Tigers very clearly. You can enjoy and spend some adventurous days in Satpura National park. It is a best place to see and feel the wildlife very closely. It has a very rich in biodiversity. There is long list of mammals in Satpura national park among which prominent ones are Leopard, Sambar, Chital, Indian Muntjac, Nilgai, Four-Horned Antelope, Chinkara, Wild Boar, Bear, Black Buck, Fox, Porcupine, Flying Squirrel, Mouse Deer, Indian Giant Squirrel etc. The flora consists of mainly Sal, Teak, Tendu, Phyllanthus emblica, Mahua, Bel, Bamboo, and Medicinal Plants. There are huge varieties of birds also including lots of water birds, Hornbills and peacocks etc. Satpura ranges and Satpura national park is the heaven for wildlife and nature lovers.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37394,\"CityName\":\"Madai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/37394\\/sightseeing\\/6135_1642681099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":37394,\"Title\":\"Madai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527149,\"Name\":\"MPT Bison Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.5769713\",\"Long\":\"78.14323069999999\",\"Address\":\"Near Satpura National Park Gate Vill- Sarangpur, Post- Kamti Teh. Sohagpur, Madai, Madhya Pradesh 461771, India\"},\"Images\":[],\"CityId\":37394,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531451,\"Name\":\"Lehar Sa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.5768248\",\"Long\":\"78.14800269999999\",\"Address\":\"14, Madhai, Sarangpur, Madhya Pradesh 461771, India\"},\"Images\":[],\"CityId\":37394,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531452,\"Name\":\"Forsyth Lodge - Satpura National Park\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.5883231\",\"Long\":\"78.1444953\",\"Address\":\"Satpura National Park, No.14\\/1, Village Bija Kheri, Sohagpur, Dist Hoshangabad, Sohagpur, Madhya Pradesh 461771, India\"},\"Images\":[],\"CityId\":37394,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\" premium cottage\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23214,\"Title\":\"Jungle Safari Bandhavgarh National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;ROYAL BANDHAVGARH\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh in Madhya Pradesh is a place of legendary significance. The ancient Bandhavgarh Fort is of great importance as it is believed to have been gifted by Lord Rama to his younger brother Lakshmana to keep a watch on Lanka. Therefore this fort is named Bandhavgarh as &quot;Bandhav&quot; means brother and &quot;Garh&quot; means fort\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh dates back to 2000 years ago and you will find several man made caves with inions and rock paintings. Once a hunting ground of maharajas, Bandhavgarh is now Bandhavgarh National Park and home to the royal Bengal tiger, 37 other species of mammals, 250 species of birds, 80 species of butterflies.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the place to visit if you want to spot the big cat. India&#039;s top dwelling for tigers, it has the highest density of Royal Bengal tigers in the world. All the white tigers of the world trace their roots to Bandhavgarh National Park.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the first in India to launch &#039;The Hot Air Balloon Safari&#039; for tourists. You can now explore the unseen gems of Bandhavgarh National Park at its resplendent best. An aerial view of the restricted buffer zone and core zone will be an exclusive experience for the safari lovers.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The sight of the majestic tiger, up close and personal, is said to trigger a sense of awe in you, of the kinds you would have only experienced in your childhood. It is believed that the Bandhavgarh Fort was gifted to Lakshmana by his older brother Lord Ram to keep a watch on Lanka.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh gets its name from the ancient Bandhavgarh Fort - &#039;Bandhav&#039; (brother) and &#039;Garh&#039; (fort)\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;From a hunting ground of maharajas to a national park\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;All the white tigers of the world trace their roots to Bandhavgarh. Boasts of the highest density of royal bengal tigers in the world.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;37 species of mammals, 250 species of birds, 80 species of butterflies and more.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Best Season: October to June. The Park is closed from 01 July to 30 September due to rains.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Safari Timings\\tMorning 6:00 AM - 10.00 AM  Evening 3:00 PM - 6:00 PM (Safari Timing Varies as Season Changes)&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2249,\"CityName\":\"Bandhavgarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2249\\/sightseeing\\/6135_1643007807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23100,\"Title\":\"Panna National Park Jungle Safari\",\"Description\":\"&lt;p&gt;While many of us are obsessed with tiger sightings, Panna National Park boasts of seven different species of vultures. This National Park is an ideal place to spot these in their natural habitat. You will also come across a variety of flira and fauna here.\\r\\n&lt;\\/p&gt;&lt;p&gt;Panna has the amazing superpower to, both, calm you and thrill you! The royal past of this destination dates back to mid of 17th Centuary AD, when it became the capital of Maharaja Chhatrasal&#039;s kingdom.&lt;\\/p&gt;&lt;p&gt;The Ken river , which flows through the Reserve from south to north, is home for Gharial and Mugger, and other aquatic fauna and is one of the least polluted rivers and a tributary of Yamuna. It is one of the sixteen perennial rivers of Madhya Pradesh and is truly the life line of the Reserve. Ken offers some of the most spectacular scenery to the visitor while it meanders for some 55 km through the reserve.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20728,\"CityName\":\"Panna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20728\\/sightseeing\\/6135_1642760603.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23075,\"Title\":\"Satpura National Park\",\"Description\":\"&lt;p&gt;Satpura is a famous range of hills in Central India. The name Satpura is originating from a Sanskrit Word Shatpura means &quot;Hundred Mountains&quot;. The range, the name of which means &quot;Seven Folds&quot; forms a watershed between Narmada and Tapti River. Parts of the Satpuras have been folded and up heaved. They regarded as structural uplift or &quot;horst&quot;. Satpura range is a series of Seven Mountains. The whole Satpura range is heavily forested and is very famous for wildlife habitats. Satpura range is a home of world famous National parks, Wildlife Sanctuaries etc. The Satpura ranges therefore has enormous varieties of jungles and wildlife creating it in a happening place for trekking, Safaris, fishing, bird watching, relaxing and for other activities making it a perfect place for Holidays. National and Internationally famous Satpura National Park is also a part of the Satpura ranges of Madhya Pradesh State.Satpura national park covers an area of 524km2 established in 1981. . The park covers an area of 2133.307 sq.km by combining Bori wildlife sanctuary and Pachmarhi Wildlife Sanctuary . From the year 1999, the park was included to Tiger Projects of India and became Bodi-Satpura Tiger Reserve. The Bori-Satpura Tiger Reserve lies in the Mahadev Hills of the Satpura range in the southern parts of the Central Indian Highlands of Madhya Pradesh. Satpura National Park won the TOFT Wildlife Tourism Award in the year 2010 for Most Visitor Friendly wildlife destinations. Satpura National Park is less crowed National Park as compared to other heavily rushed national parks. This park is very silence as you can hear the snoring of the Beer and roaring of the Tigers very clearly. You can enjoy and spend some adventurous days in Satpura National park. It is a best place to see and feel the wildlife very closely. It has a very rich in biodiversity. There is long list of mammals in Satpura national park among which prominent ones are Leopard, Sambar, Chital, Indian Muntjac, Nilgai, Four-Horned Antelope, Chinkara, Wild Boar, Bear, Black Buck, Fox, Porcupine, Flying Squirrel, Mouse Deer, Indian Giant Squirrel etc. The flora consists of mainly Sal, Teak, Tendu, Phyllanthus emblica, Mahua, Bel, Bamboo, and Medicinal Plants. There are huge varieties of birds also including lots of water birds, Hornbills and peacocks etc. Satpura ranges and Satpura national park is the heaven for wildlife and nature lovers.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37394,\"CityName\":\"Madai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/37394\\/sightseeing\\/6135_1642681099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20728,\"Title\":\"Panna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527221,\"Name\":\"MPT Jungle Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":20728,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":527223,\"Name\":\"Tendu Leaf Jungle Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.738134\",\"Long\":\"80.004858\",\"Address\":\"Vill. Toriya, P.O Chand NagarTehsil, Rajnagar, Madhya Pradesh 471101, India\"},\"Images\":[],\"CityId\":20728,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23214,\"Title\":\"Jungle Safari Bandhavgarh National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;ROYAL BANDHAVGARH\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh in Madhya Pradesh is a place of legendary significance. The ancient Bandhavgarh Fort is of great importance as it is believed to have been gifted by Lord Rama to his younger brother Lakshmana to keep a watch on Lanka. Therefore this fort is named Bandhavgarh as &quot;Bandhav&quot; means brother and &quot;Garh&quot; means fort\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh dates back to 2000 years ago and you will find several man made caves with inions and rock paintings. Once a hunting ground of maharajas, Bandhavgarh is now Bandhavgarh National Park and home to the royal Bengal tiger, 37 other species of mammals, 250 species of birds, 80 species of butterflies.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the place to visit if you want to spot the big cat. India&#039;s top dwelling for tigers, it has the highest density of Royal Bengal tigers in the world. All the white tigers of the world trace their roots to Bandhavgarh National Park.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the first in India to launch &#039;The Hot Air Balloon Safari&#039; for tourists. You can now explore the unseen gems of Bandhavgarh National Park at its resplendent best. An aerial view of the restricted buffer zone and core zone will be an exclusive experience for the safari lovers.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The sight of the majestic tiger, up close and personal, is said to trigger a sense of awe in you, of the kinds you would have only experienced in your childhood. It is believed that the Bandhavgarh Fort was gifted to Lakshmana by his older brother Lord Ram to keep a watch on Lanka.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh gets its name from the ancient Bandhavgarh Fort - &#039;Bandhav&#039; (brother) and &#039;Garh&#039; (fort)\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;From a hunting ground of maharajas to a national park\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;All the white tigers of the world trace their roots to Bandhavgarh. Boasts of the highest density of royal bengal tigers in the world.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;37 species of mammals, 250 species of birds, 80 species of butterflies and more.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Best Season: October to June. The Park is closed from 01 July to 30 September due to rains.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Safari Timings\\tMorning 6:00 AM - 10.00 AM  Evening 3:00 PM - 6:00 PM (Safari Timing Varies as Season Changes)&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2249,\"CityName\":\"Bandhavgarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2249\\/sightseeing\\/6135_1643007807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23100,\"Title\":\"Panna National Park Jungle Safari\",\"Description\":\"&lt;p&gt;While many of us are obsessed with tiger sightings, Panna National Park boasts of seven different species of vultures. This National Park is an ideal place to spot these in their natural habitat. You will also come across a variety of flira and fauna here.\\r\\n&lt;\\/p&gt;&lt;p&gt;Panna has the amazing superpower to, both, calm you and thrill you! The royal past of this destination dates back to mid of 17th Centuary AD, when it became the capital of Maharaja Chhatrasal&#039;s kingdom.&lt;\\/p&gt;&lt;p&gt;The Ken river , which flows through the Reserve from south to north, is home for Gharial and Mugger, and other aquatic fauna and is one of the least polluted rivers and a tributary of Yamuna. It is one of the sixteen perennial rivers of Madhya Pradesh and is truly the life line of the Reserve. Ken offers some of the most spectacular scenery to the visitor while it meanders for some 55 km through the reserve.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20728,\"CityName\":\"Panna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20728\\/sightseeing\\/6135_1642760603.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23075,\"Title\":\"Satpura National Park\",\"Description\":\"&lt;p&gt;Satpura is a famous range of hills in Central India. The name Satpura is originating from a Sanskrit Word Shatpura means &quot;Hundred Mountains&quot;. The range, the name of which means &quot;Seven Folds&quot; forms a watershed between Narmada and Tapti River. Parts of the Satpuras have been folded and up heaved. They regarded as structural uplift or &quot;horst&quot;. Satpura range is a series of Seven Mountains. The whole Satpura range is heavily forested and is very famous for wildlife habitats. Satpura range is a home of world famous National parks, Wildlife Sanctuaries etc. The Satpura ranges therefore has enormous varieties of jungles and wildlife creating it in a happening place for trekking, Safaris, fishing, bird watching, relaxing and for other activities making it a perfect place for Holidays. National and Internationally famous Satpura National Park is also a part of the Satpura ranges of Madhya Pradesh State.Satpura national park covers an area of 524km2 established in 1981. . The park covers an area of 2133.307 sq.km by combining Bori wildlife sanctuary and Pachmarhi Wildlife Sanctuary . From the year 1999, the park was included to Tiger Projects of India and became Bodi-Satpura Tiger Reserve. The Bori-Satpura Tiger Reserve lies in the Mahadev Hills of the Satpura range in the southern parts of the Central Indian Highlands of Madhya Pradesh. Satpura National Park won the TOFT Wildlife Tourism Award in the year 2010 for Most Visitor Friendly wildlife destinations. Satpura National Park is less crowed National Park as compared to other heavily rushed national parks. This park is very silence as you can hear the snoring of the Beer and roaring of the Tigers very clearly. You can enjoy and spend some adventurous days in Satpura National park. It is a best place to see and feel the wildlife very closely. It has a very rich in biodiversity. There is long list of mammals in Satpura national park among which prominent ones are Leopard, Sambar, Chital, Indian Muntjac, Nilgai, Four-Horned Antelope, Chinkara, Wild Boar, Bear, Black Buck, Fox, Porcupine, Flying Squirrel, Mouse Deer, Indian Giant Squirrel etc. The flora consists of mainly Sal, Teak, Tendu, Phyllanthus emblica, Mahua, Bel, Bamboo, and Medicinal Plants. There are huge varieties of birds also including lots of water birds, Hornbills and peacocks etc. Satpura ranges and Satpura national park is the heaven for wildlife and nature lovers.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37394,\"CityName\":\"Madai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/37394\\/sightseeing\\/6135_1642681099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":2249,\"Title\":\"Bandhavgarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":421033,\"Name\":\"The Wildflower Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.734596\",\"Long\":\"80.999794\",\"Address\":\"Ranchha Road Tala,Bandhavgarh National Park,, DSistrict Umaria, M.P, Village Tala, BANDHAVGARH, MADHYA PRADESH, India, Pin-484661, 484661\"},\"Images\":[],\"CityId\":2249,\"Brief\":\"Located near the Wildlife Museum (3 km), The Wildflower Resort is reachable from the Umaria Railway Station (32 km) and offers internet access.  Spread across 1 km floor, this accommodation has 18 air-conditioned rooms. Each room has a mini-bar, a bathtub, and cookware.  Guests can avail of health spa and childcare services. This Bandhavgarh resort also offers barbeque grills, rental mobile phone, and medical services. It has meditation points and activity rooms on its premises. This resort in Bandhavgarh operates a travel desk.  The Bandhavgarh Fort is at 8 km from this property, the Panpath Wildlife Sanctuary is at 15 km, and the Jwalamukhi Temple is at 17 km. The Wildflower Resort also provides wedding services. It is accessible from the Jabalpur Airport (158 km) and the Jaisinghnagar Main Bus Stop (51 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/qyk\\/fbw\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531450,\"Name\":\"Mogli Jungle Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.7295212\",\"Long\":\"81.0464288\",\"Address\":\"Bijharia, Tala, Bandhavgarh, Umaria, T?la Bandhavgarh, Kuchwahi, Madhya Pradesh 484661, India\"},\"Images\":[],\"CityId\":2249,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":421041,\"Name\":\"Syna Tiger Resort\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.72608\",\"Long\":\"81.02734\",\"Address\":\"Village- Tala ,Tehsil Manpur  , District Umaria, Village Tala, BANDHAVGARH, MADHYA PRADESH, India, Pin-484661, 484661\"},\"Images\":[],\"CityId\":2249,\"Brief\":\"Located near Panpatha Wildlife Sanctuary (16 km), Syna Tiger Resort treats their guests with internet access with WiFi zone. This hotel in Umaria is in the proximity of 32 km from Umaria Bus Stand.   This resort consists of 16 cottages. Rooms have a bottled\\/drinking water, television, direct-dial phone and a make-up mirror. It has an attached bathroom with hot and cold running water supply.  null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/qyd\\/lbu\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23214,\"Title\":\"Jungle Safari Bandhavgarh National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;ROYAL BANDHAVGARH\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh in Madhya Pradesh is a place of legendary significance. The ancient Bandhavgarh Fort is of great importance as it is believed to have been gifted by Lord Rama to his younger brother Lakshmana to keep a watch on Lanka. Therefore this fort is named Bandhavgarh as &quot;Bandhav&quot; means brother and &quot;Garh&quot; means fort\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh dates back to 2000 years ago and you will find several man made caves with inions and rock paintings. Once a hunting ground of maharajas, Bandhavgarh is now Bandhavgarh National Park and home to the royal Bengal tiger, 37 other species of mammals, 250 species of birds, 80 species of butterflies.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the place to visit if you want to spot the big cat. India&#039;s top dwelling for tigers, it has the highest density of Royal Bengal tigers in the world. All the white tigers of the world trace their roots to Bandhavgarh National Park.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the first in India to launch &#039;The Hot Air Balloon Safari&#039; for tourists. You can now explore the unseen gems of Bandhavgarh National Park at its resplendent best. An aerial view of the restricted buffer zone and core zone will be an exclusive experience for the safari lovers.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The sight of the majestic tiger, up close and personal, is said to trigger a sense of awe in you, of the kinds you would have only experienced in your childhood. It is believed that the Bandhavgarh Fort was gifted to Lakshmana by his older brother Lord Ram to keep a watch on Lanka.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh gets its name from the ancient Bandhavgarh Fort - &#039;Bandhav&#039; (brother) and &#039;Garh&#039; (fort)\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;From a hunting ground of maharajas to a national park\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;All the white tigers of the world trace their roots to Bandhavgarh. Boasts of the highest density of royal bengal tigers in the world.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;37 species of mammals, 250 species of birds, 80 species of butterflies and more.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Best Season: October to June. The Park is closed from 01 July to 30 September due to rains.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Safari Timings\\tMorning 6:00 AM - 10.00 AM  Evening 3:00 PM - 6:00 PM (Safari Timing Varies as Season Changes)&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2249,\"CityName\":\"Bandhavgarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2249\\/sightseeing\\/6135_1643007807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23100,\"Title\":\"Panna National Park Jungle Safari\",\"Description\":\"&lt;p&gt;While many of us are obsessed with tiger sightings, Panna National Park boasts of seven different species of vultures. This National Park is an ideal place to spot these in their natural habitat. You will also come across a variety of flira and fauna here.\\r\\n&lt;\\/p&gt;&lt;p&gt;Panna has the amazing superpower to, both, calm you and thrill you! The royal past of this destination dates back to mid of 17th Centuary AD, when it became the capital of Maharaja Chhatrasal&#039;s kingdom.&lt;\\/p&gt;&lt;p&gt;The Ken river , which flows through the Reserve from south to north, is home for Gharial and Mugger, and other aquatic fauna and is one of the least polluted rivers and a tributary of Yamuna. It is one of the sixteen perennial rivers of Madhya Pradesh and is truly the life line of the Reserve. Ken offers some of the most spectacular scenery to the visitor while it meanders for some 55 km through the reserve.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20728,\"CityName\":\"Panna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20728\\/sightseeing\\/6135_1642760603.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23075,\"Title\":\"Satpura National Park\",\"Description\":\"&lt;p&gt;Satpura is a famous range of hills in Central India. The name Satpura is originating from a Sanskrit Word Shatpura means &quot;Hundred Mountains&quot;. The range, the name of which means &quot;Seven Folds&quot; forms a watershed between Narmada and Tapti River. Parts of the Satpuras have been folded and up heaved. They regarded as structural uplift or &quot;horst&quot;. Satpura range is a series of Seven Mountains. The whole Satpura range is heavily forested and is very famous for wildlife habitats. Satpura range is a home of world famous National parks, Wildlife Sanctuaries etc. The Satpura ranges therefore has enormous varieties of jungles and wildlife creating it in a happening place for trekking, Safaris, fishing, bird watching, relaxing and for other activities making it a perfect place for Holidays. National and Internationally famous Satpura National Park is also a part of the Satpura ranges of Madhya Pradesh State.Satpura national park covers an area of 524km2 established in 1981. . The park covers an area of 2133.307 sq.km by combining Bori wildlife sanctuary and Pachmarhi Wildlife Sanctuary . From the year 1999, the park was included to Tiger Projects of India and became Bodi-Satpura Tiger Reserve. The Bori-Satpura Tiger Reserve lies in the Mahadev Hills of the Satpura range in the southern parts of the Central Indian Highlands of Madhya Pradesh. Satpura National Park won the TOFT Wildlife Tourism Award in the year 2010 for Most Visitor Friendly wildlife destinations. Satpura National Park is less crowed National Park as compared to other heavily rushed national parks. This park is very silence as you can hear the snoring of the Beer and roaring of the Tigers very clearly. You can enjoy and spend some adventurous days in Satpura National park. It is a best place to see and feel the wildlife very closely. It has a very rich in biodiversity. There is long list of mammals in Satpura national park among which prominent ones are Leopard, Sambar, Chital, Indian Muntjac, Nilgai, Four-Horned Antelope, Chinkara, Wild Boar, Bear, Black Buck, Fox, Porcupine, Flying Squirrel, Mouse Deer, Indian Giant Squirrel etc. The flora consists of mainly Sal, Teak, Tendu, Phyllanthus emblica, Mahua, Bel, Bamboo, and Medicinal Plants. There are huge varieties of birds also including lots of water birds, Hornbills and peacocks etc. Satpura ranges and Satpura national park is the heaven for wildlife and nature lovers.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37394,\"CityName\":\"Madai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/37394\\/sightseeing\\/6135_1642681099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":13508,\"Title\":\"Kanha\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493155,\"Name\":\"Kinghfisher Resort Kanha\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.3172688\",\"Long\":\"80.48726850000001\",\"Address\":\"481768, MP SH 11B, Mocha, Madhya Pradesh 481111, India\"},\"Images\":[],\"CityId\":13508,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":531449,\"Name\":\"MPT Safari lodge\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.1479716\",\"Long\":\"80.6644743\",\"Address\":\"Village Baihar, Lagma, Madhya Pradesh 481111, India\"},\"Images\":[],\"CityId\":13508,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Ac Standard Room\",\"MealTypeName\":\"AP\"},{\"RefHotelId\":109541,\"Name\":\"Tuli Tiger Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.598322103247\",\"Long\":\"80.371341705322\",\"Address\":\"Kanha National Park Mocha\"},\"Images\":{\"Image\":[{\"ImagId\":2395265,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_3_t.jpg\"},{\"ImagId\":2395266,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_2_t.jpg\"},{\"ImagId\":2395267,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_4_t.jpg\"},{\"ImagId\":2395268,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_5_t.jpg\"},{\"ImagId\":2395269,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_1_t.jpg\"},{\"ImagId\":2395270,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_13_t.jpg\"},{\"ImagId\":2395271,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_8_t.jpg\"},{\"ImagId\":2395272,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_11_t.jpg\"},{\"ImagId\":2395273,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_22_t.jpg\"},{\"ImagId\":2395274,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_9_t.jpg\"},{\"ImagId\":2395275,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_17_t.jpg\"},{\"ImagId\":2395276,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_20_t.jpg\"},{\"ImagId\":2395277,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_16_t.jpg\"},{\"ImagId\":2395278,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_14_t.jpg\"},{\"ImagId\":2395279,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_18_t.jpg\"},{\"ImagId\":2395280,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_19_t.jpg\"},{\"ImagId\":2395281,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_12_t.jpg\"},{\"ImagId\":2395282,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_23_t.jpg\"},{\"ImagId\":2395283,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_15_t.jpg\"},{\"ImagId\":2395284,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_21_t.jpg\"},{\"ImagId\":2395285,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_6_t.jpg\"},{\"ImagId\":2395286,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_7_t.jpg\"}]},\"CityId\":13508,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Tuli Tiger Resort in Khatia, you&amp;apos;ll be close to Khatia Gate Kanha National Park.  This resort is within the region of Central Point Museum.&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 34 air-conditioned rooms featuring minibars. Conveniences include desks and coffee\\/tea makers, 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;Pamper yourself with a visit to the spa, which offers massages and facials. This resort also features complimentary wireless Internet access, concierge services, 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;Take advantage of the resort&amp;apos;s room service (during limited hours). 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 front desk, luggage storage, and laundry facilities. 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\\/12000000\\/11070000\\/11067400\\/11067352\\/11067352_3_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23214,\"Title\":\"Jungle Safari Bandhavgarh National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;ROYAL BANDHAVGARH\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh in Madhya Pradesh is a place of legendary significance. The ancient Bandhavgarh Fort is of great importance as it is believed to have been gifted by Lord Rama to his younger brother Lakshmana to keep a watch on Lanka. Therefore this fort is named Bandhavgarh as &quot;Bandhav&quot; means brother and &quot;Garh&quot; means fort\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh dates back to 2000 years ago and you will find several man made caves with inions and rock paintings. Once a hunting ground of maharajas, Bandhavgarh is now Bandhavgarh National Park and home to the royal Bengal tiger, 37 other species of mammals, 250 species of birds, 80 species of butterflies.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the place to visit if you want to spot the big cat. India&#039;s top dwelling for tigers, it has the highest density of Royal Bengal tigers in the world. All the white tigers of the world trace their roots to Bandhavgarh National Park.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh National Park, Madhya Pradesh is the first in India to launch &#039;The Hot Air Balloon Safari&#039; for tourists. You can now explore the unseen gems of Bandhavgarh National Park at its resplendent best. An aerial view of the restricted buffer zone and core zone will be an exclusive experience for the safari lovers.&Acirc;&nbsp;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The sight of the majestic tiger, up close and personal, is said to trigger a sense of awe in you, of the kinds you would have only experienced in your childhood. It is believed that the Bandhavgarh Fort was gifted to Lakshmana by his older brother Lord Ram to keep a watch on Lanka.&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Bandhavgarh gets its name from the ancient Bandhavgarh Fort - &#039;Bandhav&#039; (brother) and &#039;Garh&#039; (fort)\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;From a hunting ground of maharajas to a national park\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;All the white tigers of the world trace their roots to Bandhavgarh. Boasts of the highest density of royal bengal tigers in the world.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;37 species of mammals, 250 species of birds, 80 species of butterflies and more.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Best Season: October to June. The Park is closed from 01 July to 30 September due to rains.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Safari Timings\\tMorning 6:00 AM - 10.00 AM  Evening 3:00 PM - 6:00 PM (Safari Timing Varies as Season Changes)&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2249,\"CityName\":\"Bandhavgarh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2249\\/sightseeing\\/6135_1643007807.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23100,\"Title\":\"Panna National Park Jungle Safari\",\"Description\":\"&lt;p&gt;While many of us are obsessed with tiger sightings, Panna National Park boasts of seven different species of vultures. This National Park is an ideal place to spot these in their natural habitat. You will also come across a variety of flira and fauna here.\\r\\n&lt;\\/p&gt;&lt;p&gt;Panna has the amazing superpower to, both, calm you and thrill you! The royal past of this destination dates back to mid of 17th Centuary AD, when it became the capital of Maharaja Chhatrasal&#039;s kingdom.&lt;\\/p&gt;&lt;p&gt;The Ken river , which flows through the Reserve from south to north, is home for Gharial and Mugger, and other aquatic fauna and is one of the least polluted rivers and a tributary of Yamuna. It is one of the sixteen perennial rivers of Madhya Pradesh and is truly the life line of the Reserve. Ken offers some of the most spectacular scenery to the visitor while it meanders for some 55 km through the reserve.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20728,\"CityName\":\"Panna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20728\\/sightseeing\\/6135_1642760603.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23075,\"Title\":\"Satpura National Park\",\"Description\":\"&lt;p&gt;Satpura is a famous range of hills in Central India. The name Satpura is originating from a Sanskrit Word Shatpura means &quot;Hundred Mountains&quot;. The range, the name of which means &quot;Seven Folds&quot; forms a watershed between Narmada and Tapti River. Parts of the Satpuras have been folded and up heaved. They regarded as structural uplift or &quot;horst&quot;. Satpura range is a series of Seven Mountains. The whole Satpura range is heavily forested and is very famous for wildlife habitats. Satpura range is a home of world famous National parks, Wildlife Sanctuaries etc. The Satpura ranges therefore has enormous varieties of jungles and wildlife creating it in a happening place for trekking, Safaris, fishing, bird watching, relaxing and for other activities making it a perfect place for Holidays. National and Internationally famous Satpura National Park is also a part of the Satpura ranges of Madhya Pradesh State.Satpura national park covers an area of 524km2 established in 1981. . The park covers an area of 2133.307 sq.km by combining Bori wildlife sanctuary and Pachmarhi Wildlife Sanctuary . From the year 1999, the park was included to Tiger Projects of India and became Bodi-Satpura Tiger Reserve. The Bori-Satpura Tiger Reserve lies in the Mahadev Hills of the Satpura range in the southern parts of the Central Indian Highlands of Madhya Pradesh. Satpura National Park won the TOFT Wildlife Tourism Award in the year 2010 for Most Visitor Friendly wildlife destinations. Satpura National Park is less crowed National Park as compared to other heavily rushed national parks. This park is very silence as you can hear the snoring of the Beer and roaring of the Tigers very clearly. You can enjoy and spend some adventurous days in Satpura National park. It is a best place to see and feel the wildlife very closely. It has a very rich in biodiversity. There is long list of mammals in Satpura national park among which prominent ones are Leopard, Sambar, Chital, Indian Muntjac, Nilgai, Four-Horned Antelope, Chinkara, Wild Boar, Bear, Black Buck, Fox, Porcupine, Flying Squirrel, Mouse Deer, Indian Giant Squirrel etc. The flora consists of mainly Sal, Teak, Tendu, Phyllanthus emblica, Mahua, Bel, Bamboo, and Medicinal Plants. There are huge varieties of birds also including lots of water birds, Hornbills and peacocks etc. Satpura ranges and Satpura national park is the heaven for wildlife and nature lovers.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":37394,\"CityName\":\"Madai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/37394\\/sightseeing\\/6135_1642681099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"331544\",\"Title\":\"Arrive Nagpur | Pench National Park\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Meet and greet with our representative at Nagpur airport\\/railway station.&amp;nbsp;Board our vehicle &amp;amp; proceed for Pench National Park ( 80 kms | 2 hrs drive )&lt;br \\/&gt;\\r\\nArrive Pench, c\\/in &amp;amp; the day at leisure.&lt;br \\/&gt;\\r\\nOvernight Pench National Park.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531447,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":531448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"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\":\"331547\",\"Title\":\"Pench National Park\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Enjoy your morning &amp;amp; aftenoon excursion at Pench National Park. We pick &amp;amp; drop you from your resort after the excursion.&amp;nbsp;Pench National Park derives its name from the Pench River that flows through the park.&amp;nbsp;In 2011, the park won the &amp;quot;Best Management Award&amp;quot;&amp;nbsp;A&amp;nbsp;Pench National Park has been immortalized with it&amp;#39;s description in Ain-i-Akbari, and is the setting of Rudyard Kipling&amp;#39; The Jungle Book.&lt;br \\/&gt;\\r\\nOvernight Pench National Park.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531447,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":531448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35399,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331550\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"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\":\"331553\",\"Title\":\"Pench - Kanha National Park\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Post breakfast, c\\/out &amp;amp; proceed for Kanha National Park.&amp;nbsp;Arrive Kanha National Park, c\\/in &amp;amp; the day at leisure.&amp;nbsp;Spread over an area of 940 sq. km, Kanha National Park is home to a good population of tigers, blackbuck, Indian hare, Chausingha, Indian Pangolin, etc. Not only Kanha is the only largest National Park in Madhya Pradesh but also the best administrated one in Asia. Under Project Tiger, the Kanha Tiger Reserve came into action in 1950. Also, the park is home to almost 350 species of birds and flora as well. Tourists can take a safari ride into the jungle to take a closer look at the tigers and their natural habitat. Bamni Dadar, the highest point in Kanha, is a must visit as it gives a spectacular view of the jungle and sunset.&lt;br \\/&gt;\\r\\nOvernight Kana National Park.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13508,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493155,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531449,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Ac Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":109541,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"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\":\"331556\",\"Title\":\"Kanha National Park\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Kanha National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, You can enjoy &amp;ldquo;Tribal Dance&amp;rdquo; or &amp;ldquo;Nature Walk&amp;rdquo; on your own. Night Stay at Kanha National Park Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13508,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493155,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531449,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":109541,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"331559\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13508,\"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\":\"331562\",\"Title\":\"Kanha- Bandhavghar National Park (250 KMs- 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p style=&quot;text-align:justify&quot;&gt;Post Breakfast Check out from Hotel and transfer to Bandhavghar. Check into hotel and rest of time for lesiure. Bandhavgarh National Park is a national park of India, located in the Umaria district of Madhya Pradesh. The Bandhavgarh National Park brings the perfect blend of nature and heritage. The park is home to a large biodiversity for the visitor to experience. The wildlife safari offers time close to nature in the wild with an expansive lush-green environment. Maharaja Martand Singh of Rewa captured the first white tiger in this region in 1951. This white tiger, Mohan, is now stuffed and on display in the palace of the Maharajas of Rewa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p style=&quot;text-align:justify&quot;&gt;Overnight stay at Bandhvghar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2249,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531450,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Ac Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":421041,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"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\":\"331565\",\"Title\":\"Bandhavghar\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Bandhavgarh National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, attend evening safari at Bandhvaghar National park. Night Stay at Bandhavgarh National Park Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2249,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531450,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":421041,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23214,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331568\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2249,\"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\":\"331571\",\"Title\":\"Bandhvghar - Panna\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;Post breakfast checkout from hotel and transfer to Panna.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Panna, or emerald in Hindi, aptly describes this national park - a green haven for all!&amp;nbsp;Panna Tiger Reserve&amp;nbsp;is a prominent attraction in this town as it is situated at a point where the continuity of Cape Comorin is broken and the great Gangetic plains begin. Tiger, leopard, wild dog, wolf, hyena, sloth bear, and caracal are some of the prominent animals found in this area. The avifauna comprises 200 species, including a host of migratory birds. Apart from the regular animal sightings, you can also spot mugger crocodiles and the long snout gharial on the banks of Ken.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;In 2009, Panna Tiger Reserve was nearly devoid of tiger population. To cope with this problem, several tiger resettlement programme were launched and in a short time, tigers once again populated Panna&amp;#39;s forests.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tourists of Panna Tiger Reserve can also participate in the walk with the Pardhis, a nomadic community that has been hired to help in hunting since Mughal Emperors.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay at PannaMPT .&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20728,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"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\":\"331574\",\"Title\":\"Panna\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Panna National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, attend evening safari at Panna National park. Night Stay at Panna National Park Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20728,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":527223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23100,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331577\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20728,\"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\":\"331580\",\"Title\":\"Panna- Madhai (Satpura National Park)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"&lt;p&gt;Post breakfast checkout from hotel and transfer to Madhai (Satpura National Park).&amp;nbsp;This biodiversity hotspot is a habitat of 52 species of mammals, 31 reptiles, and 300 species of birds, out of which 14 are endangered. Located in the Hoshangabad district of Madhya Pradesh, the Satpura Tiger Reserve is also a habitat for arboreal mammals such as flying squirrels, giant squirrels, leaf-nosed bats, and many more. Tourists can also enjoy an array of pollution-free activities like cycling, canoeing, and trekking. Moreover, the ranges of the Pachmarhi plateau are enriched with Sal forests and teak forests, due to which the Satpura Tiger Reserve is also known as the Northern Extremity of Western Ghats.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival check into the hotel. Overnight stay at Satpura National Park.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37394,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Ac Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531451,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Deluxe Cottage\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":531452,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"premium cottage\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23075,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"331583\",\"Title\":\"Satpura National Park\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":10,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Panna National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, attend evening safari at Panna National park. Night Stay at Panna National Park Hote&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37394,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":531451,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":531452,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"331586\",\"Title\":\"Madhai- Bhopal (190 Kms)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Post breakfast check out from hotel and transfer to Bhopal for onward connection.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37394,\"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\":\"45933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"60050.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":71114,\"priceDoubleOcc\":\"60050.40\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60050.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":60050.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":74720,\"priceDoubleOcc\":\"65460.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":65460,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":80130,\"priceDoubleOcc\":\"73574.40\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":73574.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":73574.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":73480,\"priceDoubleOcc\":\"63600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":63600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":63600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":83680,\"priceDoubleOcc\":\"78900.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":78900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":78900,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":108780,\"priceDoubleOcc\":\"116550.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"58274.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":116550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":58274.4,\"CEB\":null,\"COSTDO\":116550,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":93240,\"COSTTO\":93240}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"72050.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":85194,\"priceDoubleOcc\":\"72050.40\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72050.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":72050.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":88800,\"priceDoubleOcc\":\"77460.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":77460,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":94210,\"priceDoubleOcc\":\"85574.40\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":85574.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":85574.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":87560,\"priceDoubleOcc\":\"75600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":75600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":75600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":97760,\"priceDoubleOcc\":\"90900.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":90900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":90900,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":130060,\"priceDoubleOcc\":\"139350.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"69674.40\",\"priceWithoutBed\":\"69674.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":139350,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":69674.4,\"CEB\":69674.4,\"COSTDO\":139350,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":111480,\"COSTTO\":111480}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45935\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"117050.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":121114,\"priceDoubleOcc\":\"117050.40\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":117050.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":117050.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":124720,\"priceDoubleOcc\":\"122460.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":122460,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":122460,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":130130,\"priceDoubleOcc\":\"130574.40\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":130574.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":130574.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":123480,\"priceDoubleOcc\":\"120600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":120600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":120600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":133680,\"priceDoubleOcc\":\"135900.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":135900,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":135900,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":150780,\"priceDoubleOcc\":\"161550.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"80774.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":161550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":80774.4,\"CEB\":null,\"COSTDO\":161550,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":129240,\"COSTTO\":129240}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"45933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55046.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":65187,\"priceDoubleOcc\":\"55046.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55046.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":55046.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":68493,\"priceDoubleOcc\":\"60005.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60005,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":60005,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":73452,\"priceDoubleOcc\":\"67443.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":67443.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":67443.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":67357,\"priceDoubleOcc\":\"58300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":58300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":58300,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":76707,\"priceDoubleOcc\":\"72325.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":72325,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":99715,\"priceDoubleOcc\":\"106837.50\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"53418.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":106837.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":53418.2,\"CEB\":null,\"COSTDO\":106837.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":85470,\"COSTTO\":85470}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"45934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"66046.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":78094,\"priceDoubleOcc\":\"66046.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66046.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":66046.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":81400,\"priceDoubleOcc\":\"71005.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":71005,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":71005,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":86359,\"priceDoubleOcc\":\"78443.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":78443.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":78443.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":80263,\"priceDoubleOcc\":\"69300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":69300,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":89613,\"priceDoubleOcc\":\"83325.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83325,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":83325,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":119222,\"priceDoubleOcc\":\"127737.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"63868.20\",\"priceWithoutBed\":\"63868.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":127737.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":63868.2,\"CEB\":63868.2,\"COSTDO\":127737.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102190,\"COSTTO\":102190}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"45935\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"107296.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":111021,\"priceDoubleOcc\":\"107296.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":107296.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":107296.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":114327,\"priceDoubleOcc\":\"112255.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":112255,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":112255,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":119285,\"priceDoubleOcc\":\"119693.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":119693.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":119693.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":113190,\"priceDoubleOcc\":\"110550.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":110550,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":110550,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":122540,\"priceDoubleOcc\":\"124575.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":124575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":124575,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":138215,\"priceDoubleOcc\":\"148087.50\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":\"74043.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":148087.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74043.2,\"CEB\":null,\"COSTDO\":148087.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":118470,\"COSTTO\":118470}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&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;Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Round of Jungle Safari in each national park. (Pench, Kanha, Bandhvaghr, Panna, Satpura)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All accommodation in base category rooms, unless specified otherwise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drivers allowance, parking, toll charges and inter- state permit and all applicable 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"331544\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[331544],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"331547\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[331547],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331550\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[331550],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331553\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[331553],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331556\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[331556],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331559\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[331559],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331562\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[331562],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331565\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[331565],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331568\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[331568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331571\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[331571],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331574\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[331574],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331577\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[331577],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331580\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[331580],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331583\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[331583],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"331586\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[331586],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Pench,Madai,Panna,Bandhavgarh,Kanha','Pench,Indian Subcontinent,India,Kanha,Madhya Pradesh,Central India,Bandhavgarh,Panna,Madai,Satpura Range','','21077,37394,20728,2249,13508',55046,161550,10,'238_1685186860_0.jpg,238_1685186860_1.jpg,238_1685186860_2.jpg,238_1685186860_3.jpg',NULL,'[{\"day\":1,\"images\":\"MH (4).jpg\"},{\"day\":2,\"images\":\"MH (7).jpg\"},{\"day\":3,\"images\":\"MH (8).jpg\"},{\"day\":4,\"images\":\"MH (9).jpg\"},{\"day\":5,\"images\":\"MH (10).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"MH (11).jpg\"},{\"day\":8,\"images\":\"MH (13).jpg\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"MH (12).jpg\"},{\"day\":11,\"images\":\"\"}]',2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-27 00:00:00',1,1,'1','1','0','Madhya Pradesh wildlife tour, wildlife safari in Madhya Pradesh, tiger safari in Madhya Pradesh, national parks in Madhya Pradesh, wildlife adventure in India, explore Madhya Pradesh wildlife, wildlife tour packages, wildlife photography in Madhya Pradesh, best wildlife destinations in Madhya Pradesh, wildlife conservation in Madhya Pradesh','Book Wildlife Tour of Madhya Pradesh and experience the untamed beauty of India\'s rich biodiversity. Book your adventure now and immerse yourself in the raw splendor of Madhya Pradesh\'s wildlife.','Book Wildlife Tour of Madhya Pradesh',NULL,'wildlife-tour-of-madhya-pradesh',NULL,NULL,NULL,0),(239,41567,1,35,1,0,0,'Family,Religious,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":41567,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/temple_tour_of_maharashtra_1662619587.jpg\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"9841\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"Connect India\",\"Name\":\"Temple Tour of Maharashtra\",\"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\",\"PackageType\":\"Family,Religious,Culture\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":19034,\"Title\":\"Nashik\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31703,\"Title\":\"Kala Rama Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31591,\"Title\":\"Ramkund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31589,\"Title\":\"Trimbakeshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31734,\"Title\":\"Dwarkamayee Masjid\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1509,\"Title\":\"Sai Baba Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7808071,\"Long\":74.4808625,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/203\\/thumb\\/Shirdi Tample_33.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1518,\"Title\":\"Samadhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3408\\/thumb\\/Samadhi Temple_592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":206,\"Title\":\"Bibi Ka Maqbara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8596163,\"Long\":75.3109706,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1196\\/thumb\\/Bibi Ka Maqbara_992.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":405,\"Title\":\"Daulatabad Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.9379286,\"Long\":75.2243431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1195\\/thumb\\/Daulatabad Fort_363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31735,\"Title\":\"Shanishinganapur\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":29,\"Title\":\"Ajanta Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8973055,\"Long\":75.4011624,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5083\\/thumb\\/Ajanta Caves_50.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":1790,\"Title\":\"Aurangabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":548329,\"Name\":\"7 Apple\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1790,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519589,\"Name\":\"Lemon Tree Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.8749915\",\"Long\":\"75.3655565\",\"Address\":\"R 7\\/2, Airport Rd, CIDCO Cannought, Chilkalthana, Aurangabad, Maharashtra 431210, India\"},\"Images\":[],\"CityId\":1790,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":548330,\"Name\":\"Vivanta\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":1790,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31703,\"Title\":\"Kala Rama Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31591,\"Title\":\"Ramkund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31589,\"Title\":\"Trimbakeshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31734,\"Title\":\"Dwarkamayee Masjid\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1509,\"Title\":\"Sai Baba Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7808071,\"Long\":74.4808625,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/203\\/thumb\\/Shirdi Tample_33.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1518,\"Title\":\"Samadhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3408\\/thumb\\/Samadhi Temple_592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":206,\"Title\":\"Bibi Ka Maqbara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8596163,\"Long\":75.3109706,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1196\\/thumb\\/Bibi Ka Maqbara_992.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":405,\"Title\":\"Daulatabad Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.9379286,\"Long\":75.2243431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1195\\/thumb\\/Daulatabad Fort_363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31735,\"Title\":\"Shanishinganapur\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":29,\"Title\":\"Ajanta Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8973055,\"Long\":75.4011624,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5083\\/thumb\\/Ajanta Caves_50.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":25100,\"Title\":\"Shirdi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519680,\"Name\":\"Renest Shraddha Inn - Shirdi\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7690934\",\"Long\":\"74.48386020000001\",\"Address\":\"Ground floor, Lobby Level, Pimpalwadi Rd, Dattanagar, Shirdi, Maharashtra 423109, India\"},\"Images\":[],\"CityId\":25100,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519953,\"Name\":\"St Laurn -The Spiritual Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7722634\",\"Long\":\"74.4807022\",\"Address\":\"S.No- 5, 19, Rui Shiv Rd, Shirdi, Maharashtra 423109, India\"},\"Images\":[],\"CityId\":25100,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Studio Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":519954,\"Name\":\"Sun-n-Sand Shirdi\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.7729535\",\"Long\":\"74.4796015\",\"Address\":\"G. No. 109\\/P &amp; 124, Shiv Road, Nighoj, Village, Shirdi, Maharashtra 423109, India\"},\"Images\":[],\"CityId\":25100,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":31703,\"Title\":\"Kala Rama Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31591,\"Title\":\"Ramkund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31589,\"Title\":\"Trimbakeshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19034,\"CityName\":\"Nashik\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31734,\"Title\":\"Dwarkamayee Masjid\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1509,\"Title\":\"Sai Baba Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7808071,\"Long\":74.4808625,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/203\\/thumb\\/Shirdi Tample_33.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1518,\"Title\":\"Samadhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3408\\/thumb\\/Samadhi Temple_592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":206,\"Title\":\"Bibi Ka Maqbara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8596163,\"Long\":75.3109706,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1196\\/thumb\\/Bibi Ka Maqbara_992.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":405,\"Title\":\"Daulatabad Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.9379286,\"Long\":75.2243431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1195\\/thumb\\/Daulatabad Fort_363.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":31735,\"Title\":\"Shanishinganapur\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25100,\"CityName\":\"Shirdi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":29,\"Title\":\"Ajanta Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1790,\"CityName\":\"Aurangabad\",\"Lat\":19.8973055,\"Long\":75.4011624,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5083\\/thumb\\/Ajanta Caves_50.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"300001\",\"Title\":\"Arrive Mumbai &ndash; Nashik (170 KMS \\/ 04:00 HRS)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrive at Mumbai Airport \\/ Railways Station. Proceed to Nashik. Welcome to Nashik, the third largest city in Maharashtra paves way to many fascinating forts and royally graceful temples that possess an aura of exuberance! you will be transferred to Hotel. On arrival, check into your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later Visit the famous Trimbakeshwar Temple, one of India&amp;#39;s most sacred temples and one of the 12 most important shrines of Shiva. Someshwara Temple, one of the oldest temples dedicated to Lord Mahadeva situated on the Banks of the Rover Godavari. Visit Ramkund, the bathing tank in the heart of Nashik&amp;#39;s old quarters where hundreds of pilgrims arrive daily to bath and pray. Also visit the Kala Rama Temple which is just a short walk uphill, east of Ramkund. The rest of the evening is at leisure. Overnight in Nashik.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19034,\"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\":[{\"IsIncluded\":true,\"Id\":31703,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":31591,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":31589,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"300005\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19034,\"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\":\"300009\",\"Title\":\"Nashik &ndash; Shirdi (90 KMS \\/ 02:00 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast drive to Shirdi. On arrival, check into your hotel. This holy town is visited by innumerable people every year for viewing the Samadhi Temple of Sri Sai Baba. After visiting this temple, walk over to Dwarkamayee Masjid which is the place where Sai Baba spent a major chunk of his lifetime. You can enjoy the Sai Baba Darshan during Aarti in the evening.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25100,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":519680,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519953,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Studio Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519954,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":31734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1509,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"300013\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25100,\"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\":\"300017\",\"Title\":\"Shirdi &ndash; Shanishinganapur &ndash; Ellora &ndash; Daultabad Fort - Aurangabad\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, leave from Shirdi and proceed to shani shingnapur. After visiting this temple proceed Aurangabad sightseeing of Ellora Caves (closed on Tuesday) &amp;ndash;The World Heritage site, one of the finest examples of rock cut caves, there are 34 caves, Cave 16 is the most famous and has Lord Shiva sculpted on the rocks - the largest monolith in the world. The other popular cave is No.32, a shrine within contains the seated Lord Mahavir, last of the 24 tirthankars of Jainism.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After Ellora proceed to The Daulatabad Fortress was an old Hindu stronghold originally called Devgiri Fort. Seven outer walls and an internal moat protected the fort built by Bhilam Raja of the Yadava dynasty in 1187. It was the prime fortress of many successive dynasties in the Deccan and is considered one of the oldest existing and impregnable forts of India. Emperor Mohammed - Bin -Tughlaq captured and plundered&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;it in the 13th century and made it the second capital of the Delhi Sultanate renaming it Daulatabad. It is famous for its series of trick defences, secret escape routes etc..&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Also visit Bibi - Ka - Maqbara, built in memory of Aurangazeb&amp;#39;s wife RabiaDurrani and meant to surpass the Taj Mahal (built by his father Shah Jehan) in grandeur and Aurangabad Caves (7, 10 &amp;amp; 13) carved out during the 7th century. The most interesting is Cave 7 with a huge figure of Bohisattva Padmapani who is praying for deliverance from eight fears which are illustrated here dramatically in stone. Panchakki or Water Mill, an ingenious creation of Mughal engineers who used it to harness water to run large grinding stones which served as a flour mill. The tomb of a muslim saint lies in the garden beyond the mill. Return back to hotel. Overnight at Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1790,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":548329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519589,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":548330,\"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\":206,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":31735,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"300021\",\"Title\":\"Aurangabad - Ajanta Caves\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast proceed for full day Excursion to Ajanta &amp;ndash; (closed on Monday). These 2nd century caves are fine achievements by Buddhist monks. Beautiful frescoes, wall paintings and vivid sculptures reflect the peak of ancient Indian art and architecture. The horseshoe shaped gorge has 30 caves dividend in two phases. Return back to hotel. Overnight stay at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1790,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":548329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":519589,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":548330,\"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\":29,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"300025\",\"Title\":\"Aurangabad &ndash; Mumbai (360 KMS \\/ 07:00 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast proceed to visit Grishneshwar Temple Visit Shiva Temple. Then proceed to Mumbai Airport \\/ Railway Station for your onward journey. Tour ends with sweet memories&amp;hellip;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1790,\"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\":\"41567\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9618.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":7716,\"priceDoubleOcc\":\"9618.60\",\"priceSingleOcc\":18416.1,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9618.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":9618.6,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":8249,\"priceDoubleOcc\":\"10419.00\",\"priceSingleOcc\":19216.5,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10419,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":10419,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9049,\"priceDoubleOcc\":\"11618.45\",\"priceSingleOcc\":20415.95,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11618.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":11618.45,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":8301,\"priceDoubleOcc\":\"10496.05\",\"priceSingleOcc\":19293.55,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10496.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":10496.05,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"12932.90\",\"priceSingleOcc\":21730.4,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12932.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":12932.9,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":11636,\"priceDoubleOcc\":\"15498.55\",\"priceSingleOcc\":24296.05,\"priceExtraBed\":\"3128.00\",\"priceWithoutBed\":\"2346.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15498.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2346,\"CEB\":3128,\"COSTDO\":15498.55,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3910,\"COSTTO\":3910}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"41568\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12919.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":10683,\"priceDoubleOcc\":\"12919.10\",\"priceSingleOcc\":26487.95,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12919.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":12919.1,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":11370,\"priceDoubleOcc\":\"13950.65\",\"priceSingleOcc\":27519.5,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":13950.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":13950.65,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12402,\"priceDoubleOcc\":\"15497.40\",\"priceSingleOcc\":29066.25,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15497.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":15497.4,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12802,\"priceDoubleOcc\":\"16097.70\",\"priceSingleOcc\":29666.550000000003,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16097.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":16097.7,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13886,\"priceDoubleOcc\":\"17723.80\",\"priceSingleOcc\":31292.65,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17723.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":17723.8,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15496,\"priceDoubleOcc\":\"20138.80\",\"priceSingleOcc\":33707.65,\"priceExtraBed\":\"6210.00\",\"priceWithoutBed\":\"4196.35\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20138.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4196.35,\"CEB\":6210,\"COSTDO\":20138.8,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6210,\"COSTTO\":6210}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"41569\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17547.85\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14075,\"priceDoubleOcc\":\"17547.85\",\"priceSingleOcc\":39800.35,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17547.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":17547.85,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14762,\"priceDoubleOcc\":\"18578.25\",\"priceSingleOcc\":40830.75,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18578.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":18578.25,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15793,\"priceDoubleOcc\":\"20125.00\",\"priceSingleOcc\":42377.5,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20125,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":20125,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15065,\"priceDoubleOcc\":\"19032.50\",\"priceSingleOcc\":41285,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19032.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":19032.5,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17278,\"priceDoubleOcc\":\"22352.55\",\"priceSingleOcc\":44605.05,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22352.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":22352.55,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18888,\"priceDoubleOcc\":\"24767.55\",\"priceSingleOcc\":47020.05,\"priceExtraBed\":\"7128.85\",\"priceWithoutBed\":\"4887.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24767.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4887.5,\"CEB\":7128.85,\"COSTDO\":24767.55,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7128.85,\"COSTTO\":7128.85}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"41570\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26822.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21792,\"priceDoubleOcc\":\"26822.60\",\"priceSingleOcc\":70153.45,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26822.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":26822.6,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22479,\"priceDoubleOcc\":\"27854.15\",\"priceSingleOcc\":71185,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27854.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":27854.15,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23511,\"priceDoubleOcc\":\"29400.90\",\"priceSingleOcc\":72731.75,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29400.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":29400.9,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22782,\"priceDoubleOcc\":\"28307.25\",\"priceSingleOcc\":71638.1,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28307.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":28307.25,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24995,\"priceDoubleOcc\":\"31627.30\",\"priceSingleOcc\":74958.15,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31627.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":31627.3,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":26605,\"priceDoubleOcc\":\"34042.30\",\"priceSingleOcc\":77373.15,\"priceExtraBed\":\"11730.00\",\"priceWithoutBed\":\"5567.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34042.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5567.15,\"CEB\":11730,\"COSTDO\":34042.3,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":11730,\"COSTTO\":11730}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"41567\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8782.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":7045,\"priceDoubleOcc\":\"8782.20\",\"priceSingleOcc\":16814.7,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":8782.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":8782.2,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":7532,\"priceDoubleOcc\":\"9513.00\",\"priceSingleOcc\":17545.5,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9513,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":9513,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":8262,\"priceDoubleOcc\":\"10608.15\",\"priceSingleOcc\":18640.65,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":10608.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":10608.15,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":7579,\"priceDoubleOcc\":\"9583.35\",\"priceSingleOcc\":17615.85,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":9583.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":9583.35,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9062,\"priceDoubleOcc\":\"11808.30\",\"priceSingleOcc\":19840.8,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11808.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":11808.3,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":10624,\"priceDoubleOcc\":\"14150.85\",\"priceSingleOcc\":22183.35,\"priceExtraBed\":\"2856.00\",\"priceWithoutBed\":\"2142.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14150.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":2142,\"CEB\":2856,\"COSTDO\":14150.85,\"COSTSO\":\"7650.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":3570,\"COSTTO\":3570}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"41568\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11795.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9754,\"priceDoubleOcc\":\"11795.70\",\"priceSingleOcc\":24184.65,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11795.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":11795.7,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":10382,\"priceDoubleOcc\":\"12737.55\",\"priceSingleOcc\":25126.5,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12737.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":12737.55,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":11323,\"priceDoubleOcc\":\"14149.80\",\"priceSingleOcc\":26538.75,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14149.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":14149.8,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":11689,\"priceDoubleOcc\":\"14697.90\",\"priceSingleOcc\":27086.85,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14697.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":14697.9,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12678,\"priceDoubleOcc\":\"16182.60\",\"priceSingleOcc\":28571.550000000003,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16182.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":16182.6,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14148,\"priceDoubleOcc\":\"18387.60\",\"priceSingleOcc\":30776.55,\"priceExtraBed\":\"5670.00\",\"priceWithoutBed\":\"3831.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18387.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":3831.45,\"CEB\":5670,\"COSTDO\":18387.6,\"COSTSO\":\"11799.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5670,\"COSTTO\":5670}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"41569\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16021.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12851,\"priceDoubleOcc\":\"16021.95\",\"priceSingleOcc\":36339.45,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16021.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":16021.95,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13478,\"priceDoubleOcc\":\"16962.75\",\"priceSingleOcc\":37280.25,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16962.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":16962.75,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14420,\"priceDoubleOcc\":\"18375.00\",\"priceSingleOcc\":38692.5,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18375,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":18375,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13755,\"priceDoubleOcc\":\"17377.50\",\"priceSingleOcc\":37695,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17377.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":17377.5,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15776,\"priceDoubleOcc\":\"20408.85\",\"priceSingleOcc\":40726.35,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20408.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":20408.85,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17246,\"priceDoubleOcc\":\"22613.85\",\"priceSingleOcc\":42931.35,\"priceExtraBed\":\"6508.95\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22613.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4462.5,\"CEB\":6508.95,\"COSTDO\":22613.85,\"COSTSO\":\"19350.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":6508.95,\"COSTTO\":6508.95}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"41570\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24490.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19897,\"priceDoubleOcc\":\"24490.20\",\"priceSingleOcc\":64053.149999999994,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24490.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":24490.2,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20525,\"priceDoubleOcc\":\"25432.05\",\"priceSingleOcc\":64995,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25432.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":25432.05,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21466,\"priceDoubleOcc\":\"26844.30\",\"priceSingleOcc\":66407.25,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26844.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":26844.3,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20801,\"priceDoubleOcc\":\"25845.75\",\"priceSingleOcc\":65408.7,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25845.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":25845.75,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22821,\"priceDoubleOcc\":\"28877.10\",\"priceSingleOcc\":68440.04999999999,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28877.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":28877.1,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710},{\"From\":\"2023-04-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24291,\"priceDoubleOcc\":\"31082.10\",\"priceSingleOcc\":70645.04999999999,\"priceExtraBed\":\"10710.00\",\"priceWithoutBed\":\"5083.05\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31082.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5083.05,\"CEB\":10710,\"COSTDO\":31082.1,\"COSTSO\":\"37679.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":10710,\"COSTTO\":10710}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"11950\",\"Value\":\"10\"},{\"DaysBefore\":7,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"11954\",\"Value\":\"25\"},{\"DaysBefore\":3,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 3 Days\",\"TPRulesSysId\":\"11958\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"300001\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[300001],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300005\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[300005],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300009\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[300009],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300013\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[300013],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300017\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[300017],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300021\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[300021],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"300025\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[300025],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Nashik,Aurangabad,Shirdi','Nashik,Maharashtra,Indian Subcontinent,West India,India,Shirdi,Aurangabad','','19034,1790,25100',8782,34042,4,'',NULL,'[{\"day\":1,\"images\":\"MH (14).jpg\"},{\"day\":2,\"images\":\"MH (17).jpg\"},{\"day\":3,\"images\":\"MH (16).jpg\"},{\"day\":4,\"images\":\"MH (19).jpg\"},{\"day\":5,\"images\":\"MH (18).jpg\"}]',2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:05','2023-05-27 00:00:00',1,1,'1','1','0','Temple tour Maharashtra, sacred temples Maharashtra, Maharashtra temple itinerary, religious tour Maharashtra, divine temples in Maharashtra, spiritual journey Maharashtra, Maharashtra temple architecture, Maharashtra temple pilgrimage','Embark on a spiritual journey through Maharashtra\'s divine temples. Discover ancient architectural marvels, seek blessings in sacred spaces, and experience the spiritual essence of Maharashtra\'s rich cultural heritage.','Book Temple Tour of Maharashtra',NULL,'temple-tour-of-maharashtra',NULL,NULL,NULL,0),(240,39794,1,35,0,0,0,'Honeymoon,Beach,Family,Romantic,Leisure,By Cab,Group Tours,Luxury Tours',NULL,1,1,0,'{\"package\":{\"TPId\":39794,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/remaining_andaman_1660478153.jpg\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Andaman Islands are an Indian archipelago in the Bay of Bengal. These roughly 300 islands are known for their palm-lined, white-sand beaches, mangroves and tropical rainforests. Coral reefs supporting marine life such as sharks and rays make for popular diving and snorkeling sites. Indigenous Andaman Islanders inhabit the more remote islands, many of which are off limits to visitors.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Connect India\",\"Name\":\"Remaining Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7195\",\"SupplierName\":\"Mountain Edge\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Intercity Transfers,Sightseeing,Ferry\",\"PackageType\":\"Honeymoon,Beach,Family,Romantic,Leisure,By Cab,Group Tours,Luxury Tours\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":514324,\"Name\":\"Hotel Mainak\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4821661,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_514324\\/6135_01659087336.jpg\"}]},\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_514324\\/6135_5a132ed729323e599d494468df20736e1659087336.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":515959,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6648405\",\"Long\":\"92.7390387\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515960,\"Name\":\"Hotel Ami Grace\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6668575\",\"Long\":\"92.7401224\",\"Address\":\"Gurudwara Ln, Aberdeen Bazar, Biggie Line, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516000,\"Name\":\"Lemon Tree Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6501515\",\"Long\":\"92.73127339999999\",\"Address\":\"Opp. to Airport Gate, Lamba Line, Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515962,\"Name\":\"Symphony Samudra Beachside Jungle Resort And Spa\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.5080812\",\"Long\":\"92.7039755\",\"Address\":\"Chidyatapu Beach, next to Biological Park, Port Blair, Andaman and Nicobar Islands 744105, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515961,\"Name\":\"Lemon Tree Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6501515\",\"Long\":\"92.73127339999999\",\"Address\":\"Opp. to Airport Gate, Lamba Line, Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2286,\"Title\":\"North Bay (Coral Island)\",\"Description\":\"North Bay Island, also known as Coral Island is a beautiful beach island, placed just northwards of Port Blair. It is known for vibrant corals, colorful fishes and variety of vegetation. It is ideal place for scuba diving and snorkeling along with coral under water treasures. The beach around the island is very famous for under water corals. Coral island with white sand beaches and surrounded by the pristine beauty of Nature that attract any sea loving human. The Coral reefs are gorgeously decorated by nature to stun the visitor.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/North_Bay_(Coral_Island)_32511_1519649474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29783,\"Title\":\"Limestone Cave Baratang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.0959029,\"Long\":92.7454867,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29782,\"Title\":\"Mud Volcano - ?????? ??????????\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.1297889,\"Long\":92.79198889999999,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29787,\"Title\":\"Ross & Smith Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34491,\"CityName\":\"Diglipur\",\"Lat\":13.3044187,\"Long\":93.0720681,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null}]}},{\"CityId\":34491,\"Title\":\"Diglipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":516760,\"Name\":\"Pristine Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.2266124\",\"Long\":\"93.0451247\",\"Address\":\"Great Andaman Trunk Rd, Kalipur, Diglipur, Andaman and Nicobar Islands 744202, India\"},\"Images\":[],\"CityId\":34491,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2286,\"Title\":\"North Bay (Coral Island)\",\"Description\":\"North Bay Island, also known as Coral Island is a beautiful beach island, placed just northwards of Port Blair. It is known for vibrant corals, colorful fishes and variety of vegetation. It is ideal place for scuba diving and snorkeling along with coral under water treasures. The beach around the island is very famous for under water corals. Coral island with white sand beaches and surrounded by the pristine beauty of Nature that attract any sea loving human. The Coral reefs are gorgeously decorated by nature to stun the visitor.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/North_Bay_(Coral_Island)_32511_1519649474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29783,\"Title\":\"Limestone Cave Baratang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.0959029,\"Long\":92.7454867,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29782,\"Title\":\"Mud Volcano - ?????? ??????????\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.1297889,\"Long\":92.79198889999999,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29787,\"Title\":\"Ross & Smith Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34491,\"CityName\":\"Diglipur\",\"Lat\":13.3044187,\"Long\":93.0720681,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":516187,\"Name\":\"Royal Crown Beach Resort\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0288644\",\"Long\":\"92.9994356\",\"Address\":\"Havelock Swaraj Dweep (Havelock, Andaman and Nicobar Islands 744201, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516188,\"Name\":\"Havelock Country Homes\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0386457\",\"Long\":\"92.98287859999999\",\"Address\":\"Govind Nagar, 1 , South, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516189,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516191,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2286,\"Title\":\"North Bay (Coral Island)\",\"Description\":\"North Bay Island, also known as Coral Island is a beautiful beach island, placed just northwards of Port Blair. It is known for vibrant corals, colorful fishes and variety of vegetation. It is ideal place for scuba diving and snorkeling along with coral under water treasures. The beach around the island is very famous for under water corals. Coral island with white sand beaches and surrounded by the pristine beauty of Nature that attract any sea loving human. The Coral reefs are gorgeously decorated by nature to stun the visitor.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/North_Bay_(Coral_Island)_32511_1519649474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29783,\"Title\":\"Limestone Cave Baratang\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.0959029,\"Long\":92.7454867,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29782,\"Title\":\"Mud Volcano - ?????? ??????????\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":12.1297889,\"Long\":92.79198889999999,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":29787,\"Title\":\"Ross & Smith Islands\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34491,\"CityName\":\"Diglipur\",\"Lat\":13.3044187,\"Long\":93.0720681,\"Image\":\"0\",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"285618\",\"Title\":\"ARRIVE PORT BLAIR\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrive at Port Blair airport, our representative will receive and escorted to the hotel. After check-in at the hotel and little relax, we proceed to covers &lt;strong&gt;Cellular Jail (National Memorial)&lt;\\/strong&gt;, and after at evening, we move for the &lt;strong&gt;Light and Sound Show at Cellular Jail &lt;\\/strong&gt;where the saga of the freedom struggle brought alive.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;The Cellular Jail &lt;\\/strong&gt;has a pride of place in India&amp;rsquo;s freedom struggle. Many a stalwart were imprisoned here. Declared a national memorial, this three-storey prison constructed by Britishers in 1906, is a pilgrimage destination for freedom fighters. This colossal edifice has mutely witnessed the most treacherous of inhumane atrocities borne by the convicts, who were mostly freedom fighters.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The day draws to a gentle close with the &lt;strong&gt;Sound and Light Show at the historic Cellular Jail&lt;\\/strong&gt; which gives you a vivid experience of its strong association with the freedom fighters and their struggle for independence.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2804,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"285623\",\"Title\":\"PORT BLAIR &ndash; ROSS ISLAND (NSCB Dweep) &ndash; NORTH BAY ISLAND (Coral Island)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today, after breakfast we will proceed for a full day cruising towards &lt;strong&gt;Ross Island &amp;amp; North Bay(Coral Island)&lt;\\/strong&gt;.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;First we starts the exhilarating journey (by boat) to &lt;strong&gt;Ross Island (Netaji Subhash Chandra Bose Dweep) &lt;\\/strong&gt;the erstwhile capital of Port Blair during the British regime, it now stands an imposing relic, with the structure almost in debris. A small museum displays photographs and other antiques of the Britishers, relevant to these Islands.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From Ross Island, we proceed for a joyful trip to &lt;strong&gt;North Bay island (Coral Island)&lt;\\/strong&gt; offering exotic coral, colourful fishes and underwater marine life. We can view this colourful corals &amp;amp; underwater marine life.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2286,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2278,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"285628\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"285633\",\"Title\":\"PORT BLAIR - HAVELOCK ISLAND (Swaraj Dweep)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Today morning after breakfast, check out from Port Blair Hotel to visit Havelock Island (renamed to Swaraj Dweep). The Journey of Havelock Island starts by ferry from Port Blair Harbour. The sailing duration is around 90 to 120 minutes. On arrival at Havelock Island, our representative will receive at Harbour and assist to check-in to the resort, overnight stay at Havelock Island.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":516187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":516188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":516191,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"285638\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"285643\",\"Title\":\"HAVELOCK ISLAND - PORT BLAIR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, we check out from the resort and visit &lt;strong&gt;Radhanagar Beach (Beach No. 7)&lt;\\/strong&gt;, the Times Magazine crowned one among the best beaches in Asia. The wide sandy beach is ideal for swimming, play with high tides, sea bathing and basking. There are multiple options for multi-cuisine restaurant for lunch at Havelock and paradise for sea food lovers, post lunch proceed towards Havelock Harbour for return journey towards Port Blair (via ferry) and overnight stay at Port Blair.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":515961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"285648\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"285653\",\"Title\":\"DEPART FROM PORT BLAIR TO DIGLIPUR ISLAND: \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Depart from Port Blair to Diglipur Island (325 KMS) by road through the dense tropical forest and Jarawa Tribal reserve. Often you might see a member of the Jarawa Tribe while passing through the tribal reserve. On your journey you will take the route of Andaman Grand Trunk Road passing through Baratang Island, Rangat &amp;amp; Mayabunder. Reach Diglipur &amp;amp; overnight stay at Diglipur. Experience the lifeline of the Andaman Islands, Vehicle Ferry on your journey. A personal ac vehicle will be provided for your trip to Diglipur Island.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34491,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":29783,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":29782,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"285658\",\"Title\":\"EXCURSION TO ROSS AND SMITH ISLAND AND LATER VISIT ARIAL BAY BEACH:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;This day we visit the heart of Diglipur, Ross and Smith Island. 2 Islands separated by a Sand bar is a treat to see and experience. Your journey begins from Arial Bay Jetty by boat. It takes around 30 minutes by boat to reach the twin Island. Virgin beaches on this island is a treat to experience. Spend your day enjoying the turquoise water and walk on the Sand bar that adjoins both Ross and Smith Island. We then return back from this trip and visit Aerial Bay beach that is one among the turtle nesting grounds in Diglipur. Overnight Stay in Diglipur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34491,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":516760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":29787,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"285663\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34491,\"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\":\"285668\",\"Title\":\"TRAVEL FROM DIGLIPUR TO PORT BLAIR AND VISIT AMBKUNJ BEACH IN RANGAT:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Today we start early from Diglipur and visit Amkunj beach in Rangat. At around 3:00pm we take a convoy through the Jarawa Tribe reserve to reach Port Blair. Overnight stay in Port Blair.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"285673\",\"Title\":\"DEPART FROM ANDAMAN ISLANDS\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Check out from the hotel and head to the airport for your journey back home, with memories of the mesmerizing Andaman and Nicobar Islands.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"39794\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29256.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24304,\"priceDoubleOcc\":\"29256.70\",\"priceSingleOcc\":59092,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29256.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":29256.7,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24501,\"priceDoubleOcc\":\"29552.60\",\"priceSingleOcc\":59387.899999999994,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29552.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":29552.6,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24700,\"priceDoubleOcc\":\"29850.70\",\"priceSingleOcc\":59686,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29850.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":29850.7,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24902,\"priceDoubleOcc\":\"30153.20\",\"priceSingleOcc\":59988.5,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30153.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":30153.2,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":25104,\"priceDoubleOcc\":\"30456.80\",\"priceSingleOcc\":60292.1,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30456.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":30456.8,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":25519,\"priceDoubleOcc\":\"31079.40\",\"priceSingleOcc\":60914.7,\"priceExtraBed\":\"14278.00\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31079.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":14278,\"COSTDO\":31079.4,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14399,\"COSTTO\":14399}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"39795\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32674.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28196,\"priceDoubleOcc\":\"32674.40\",\"priceSingleOcc\":65994.5,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32674.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":32674.4,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28416,\"priceDoubleOcc\":\"33004.40\",\"priceSingleOcc\":66324.5,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33004.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":33004.4,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28638,\"priceDoubleOcc\":\"33337.70\",\"priceSingleOcc\":66657.79999999999,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33337.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":33337.7,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28863,\"priceDoubleOcc\":\"33674.30\",\"priceSingleOcc\":66994.4,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33674.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":33674.3,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29089,\"priceDoubleOcc\":\"34014.20\",\"priceSingleOcc\":67334.29999999999,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34014.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":34014.2,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29553,\"priceDoubleOcc\":\"34709.40\",\"priceSingleOcc\":68029.5,\"priceExtraBed\":\"19239.00\",\"priceWithoutBed\":\"16552.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34709.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16552.8,\"CEB\":19239,\"COSTDO\":34709.4,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19239,\"COSTTO\":19239}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"39796\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35407.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31551,\"priceDoubleOcc\":\"35407.90\",\"priceSingleOcc\":71516.5,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35407.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":35407.9,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31789,\"priceDoubleOcc\":\"35765.40\",\"priceSingleOcc\":71874,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35765.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":35765.4,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32031,\"priceDoubleOcc\":\"36127.30\",\"priceSingleOcc\":72235.9,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36127.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":36127.3,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32274,\"priceDoubleOcc\":\"36492.50\",\"priceSingleOcc\":72601.1,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36492.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":36492.5,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32520,\"priceDoubleOcc\":\"36861.00\",\"priceSingleOcc\":72969.6,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36861,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":36861,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33021,\"priceDoubleOcc\":\"37613.40\",\"priceSingleOcc\":73722,\"priceExtraBed\":\"21417.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37613.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":21417,\"COSTDO\":37613.4,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"39797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41786.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35804,\"priceDoubleOcc\":\"41786.80\",\"priceSingleOcc\":84399.70000000001,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41786.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":41786.8,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36085,\"priceDoubleOcc\":\"42209.20\",\"priceSingleOcc\":84822.1,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42209.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":42209.2,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36369,\"priceDoubleOcc\":\"42634.90\",\"priceSingleOcc\":85247.8,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42634.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":42634.9,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36656,\"priceDoubleOcc\":\"43066.10\",\"priceSingleOcc\":85679,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43066.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":43066.1,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36946,\"priceDoubleOcc\":\"43500.60\",\"priceSingleOcc\":86113.5,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43500.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":43500.6,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":37539,\"priceDoubleOcc\":\"44389.40\",\"priceSingleOcc\":87002.3,\"priceExtraBed\":\"23837.00\",\"priceWithoutBed\":\"17218.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44389.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17218.3,\"CEB\":23837,\"COSTDO\":44389.4,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23837,\"COSTTO\":23837}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"39798\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50045.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43124,\"priceDoubleOcc\":\"50045.60\",\"priceSingleOcc\":101080.1,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50045.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":50045.6,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43461,\"priceDoubleOcc\":\"50550.50\",\"priceSingleOcc\":101585,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50550.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":50550.5,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43801,\"priceDoubleOcc\":\"51060.90\",\"priceSingleOcc\":102095.4,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51060.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":51060.9,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":44145,\"priceDoubleOcc\":\"51576.80\",\"priceSingleOcc\":102611.3,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51576.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":51576.8,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":44493,\"priceDoubleOcc\":\"52098.20\",\"priceSingleOcc\":103132.7,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52098.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":52098.2,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":45202,\"priceDoubleOcc\":\"53161.90\",\"priceSingleOcc\":104196.4,\"priceExtraBed\":\"29282.00\",\"priceWithoutBed\":\"22602.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":53161.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22602.8,\"CEB\":29282,\"COSTDO\":53161.9,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":29282,\"COSTTO\":29282}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"39794\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27926.85\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23199,\"priceDoubleOcc\":\"27926.85\",\"priceSingleOcc\":56406,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27926.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":27926.85,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23388,\"priceDoubleOcc\":\"28209.30\",\"priceSingleOcc\":56688.45,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28209.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":28209.3,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23577,\"priceDoubleOcc\":\"28493.85\",\"priceSingleOcc\":56973,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28493.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":28493.85,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23770,\"priceDoubleOcc\":\"28782.60\",\"priceSingleOcc\":57261.75,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28782.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":28782.6,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23963,\"priceDoubleOcc\":\"29072.40\",\"priceSingleOcc\":57551.55,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29072.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":29072.4,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24359,\"priceDoubleOcc\":\"29666.70\",\"priceSingleOcc\":58145.850000000006,\"priceExtraBed\":\"13629.00\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29666.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":13629,\"COSTDO\":29666.7,\"COSTSO\":\"27123.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13744.5,\"COSTTO\":13744.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"39795\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31189.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":26914,\"priceDoubleOcc\":\"31189.20\",\"priceSingleOcc\":62994.75,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31189.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":31189.2,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27124,\"priceDoubleOcc\":\"31504.20\",\"priceSingleOcc\":63309.75,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31504.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":31504.2,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27336,\"priceDoubleOcc\":\"31822.35\",\"priceSingleOcc\":63627.899999999994,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31822.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":31822.35,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27551,\"priceDoubleOcc\":\"32143.65\",\"priceSingleOcc\":63949.2,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32143.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":32143.65,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27767,\"priceDoubleOcc\":\"32468.10\",\"priceSingleOcc\":64273.649999999994,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32468.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":32468.1,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28209,\"priceDoubleOcc\":\"33131.70\",\"priceSingleOcc\":64937.25,\"priceExtraBed\":\"18364.50\",\"priceWithoutBed\":\"15800.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33131.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15800.4,\"CEB\":18364.5,\"COSTDO\":33131.7,\"COSTSO\":\"30291.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18364.5,\"COSTTO\":18364.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"39796\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33798.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30117,\"priceDoubleOcc\":\"33798.45\",\"priceSingleOcc\":68265.75,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33798.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":33798.45,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30344,\"priceDoubleOcc\":\"34139.70\",\"priceSingleOcc\":68607,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34139.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":34139.7,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30575,\"priceDoubleOcc\":\"34485.15\",\"priceSingleOcc\":68952.45000000001,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34485.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":34485.15,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30807,\"priceDoubleOcc\":\"34833.75\",\"priceSingleOcc\":69301.05,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34833.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":34833.75,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31042,\"priceDoubleOcc\":\"35185.50\",\"priceSingleOcc\":69652.8,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35185.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":35185.5,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31520,\"priceDoubleOcc\":\"35903.70\",\"priceSingleOcc\":70371,\"priceExtraBed\":\"20443.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35903.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":20443.5,\"COSTDO\":35903.7,\"COSTSO\":\"32826.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"39797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"39887.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34176,\"priceDoubleOcc\":\"39887.40\",\"priceSingleOcc\":80563.35,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39887.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":39887.4,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34445,\"priceDoubleOcc\":\"40290.60\",\"priceSingleOcc\":80966.54999999999,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40290.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":40290.6,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34716,\"priceDoubleOcc\":\"40696.95\",\"priceSingleOcc\":81372.9,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40696.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":40696.95,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34990,\"priceDoubleOcc\":\"41108.55\",\"priceSingleOcc\":81784.5,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41108.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":41108.55,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35267,\"priceDoubleOcc\":\"41523.30\",\"priceSingleOcc\":82199.25,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41523.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":41523.3,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35832,\"priceDoubleOcc\":\"42371.70\",\"priceSingleOcc\":83047.65,\"priceExtraBed\":\"22753.50\",\"priceWithoutBed\":\"16435.65\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42371.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16435.65,\"CEB\":22753.5,\"COSTDO\":42371.7,\"COSTSO\":\"38739.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":22753.5,\"COSTTO\":22753.5}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"39798\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47770.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":41164,\"priceDoubleOcc\":\"47770.80\",\"priceSingleOcc\":96485.55,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47770.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":47770.8,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":41486,\"priceDoubleOcc\":\"48252.75\",\"priceSingleOcc\":96967.5,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48252.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":48252.75,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":41810,\"priceDoubleOcc\":\"48739.95\",\"priceSingleOcc\":97454.7,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":48739.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":48739.95,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":42139,\"priceDoubleOcc\":\"49232.40\",\"priceSingleOcc\":97947.15,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49232.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":49232.4,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":42470,\"priceDoubleOcc\":\"49730.10\",\"priceSingleOcc\":98444.85,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49730.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":49730.1,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43147,\"priceDoubleOcc\":\"50745.45\",\"priceSingleOcc\":99460.2,\"priceExtraBed\":\"27951.00\",\"priceWithoutBed\":\"21575.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50745.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":21575.4,\"CEB\":27951,\"COSTDO\":50745.45,\"COSTSO\":\"46395.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27951,\"COSTTO\":27951}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;Air-Conditioned Hotel Accommodation for 7 Nights at specified locations&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return airport \\/ harbour transfers by Private AC car as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All entry permits \\/ tickets, ferry tickets and permits wherever applicable as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast for 7 occasions at respective Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Assistance at all arrival and departure points.&lt;\\/li&gt;\\r\\n&lt;\\/ol&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"285618\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[285618],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285623\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[285623],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285628\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[285628],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285633\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[285633],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285638\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[285638],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285643\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[285643],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285648\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[285648],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285653\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[285653],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285658\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[285658],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285663\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[285663],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285668\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[285668],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"285673\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[285673],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Port Blair,Diglipur,Havelock Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Diglipur,Mayabunder,Baratang,Rangat','','32511,34491,11658',27927,53162,7,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"}]',2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:05','2023-05-27 00:00:00',1,1,'1','1','0','Andaman holiday packages from India, Andaman vacation, Andaman trip, best time to visit Andaman, Andaman holiday packages from India, Andaman tour package, Andaman tour, Book Andaman Tour Package','Embark on an enchanting journey with our Andaman tour package. Book now and experience the perfect blend of adventure and relaxation.','Book Enchanting Andaman Tour Package',NULL,'remaining-andaman',NULL,NULL,NULL,0),(241,39613,1,35,0,0,0,'Honeymoon,Beach,Family,Romantic,Leisure,Group Tours,Luxury Tours',NULL,1,1,0,'{\"package\":{\"TPId\":39613,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/charming_andaman_1660305851.jpg\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Andaman Islands are an Indian archipelago in the Bay of Bengal. These roughly 300 islands are known for their palm-lined, white-sand beaches, mangroves and tropical rainforests. Coral reefs supporting marine life such as sharks and rays make for popular diving and snorkeling sites. Indigenous Andaman Islanders inhabit the more remote islands, many of which are off limits to visitors.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Connect India\",\"Name\":\"Charming Andaman\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7195\",\"SupplierName\":\"Mountain Edge\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Intercity Transfers,Sightseeing,Ferry\",\"PackageType\":\"Honeymoon,Beach,Family,Romantic,Leisure,Group Tours,Luxury Tours\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":514324,\"Name\":\"Hotel Mainak\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4821661,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_514324\\/6135_01659087336.jpg\"}]},\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_514324\\/6135_5a132ed729323e599d494468df20736e1659087336.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515959,\"Name\":\"Hotel Shompen (Symphony Resorts)\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6648405\",\"Long\":\"92.7390387\",\"Address\":\"02, Middle Point, Thomas Colony, Junglighat, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515960,\"Name\":\"Hotel Ami Grace\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6668575\",\"Long\":\"92.7401224\",\"Address\":\"Gurudwara Ln, Aberdeen Bazar, Biggie Line, Port Blair, Andaman and Nicobar Islands 744101, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515961,\"Name\":\"Lemon Tree Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6501515\",\"Long\":\"92.73127339999999\",\"Address\":\"Opp. to Airport Gate, Lamba Line, Junglighat, Port Blair, Andaman and Nicobar Islands 744103, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":515962,\"Name\":\"Symphony Samudra Beachside Jungle Resort And Spa\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.5080812\",\"Long\":\"92.7039755\",\"Address\":\"Chidyatapu Beach, next to Biological Park, Port Blair, Andaman and Nicobar Islands 744105, India\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2286,\"Title\":\"North Bay (Coral Island)\",\"Description\":\"North Bay Island, also known as Coral Island is a beautiful beach island, placed just northwards of Port Blair. It is known for vibrant corals, colorful fishes and variety of vegetation. It is ideal place for scuba diving and snorkeling along with coral under water treasures. The beach around the island is very famous for under water corals. Coral island with white sand beaches and surrounded by the pristine beauty of Nature that attract any sea loving human. The Coral reefs are gorgeously decorated by nature to stun the visitor.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/North_Bay_(Coral_Island)_32511_1519649474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2276,\"Title\":\"Corbyn&#039;s Cove Beach\",\"Description\":\"The Corbyn&amp;rsquo;s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn&amp;rsquo;s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone&amp;#039;s throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn&#039;s_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":516187,\"Name\":\"Royal Crown Beach Resort\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0288644\",\"Long\":\"92.9994356\",\"Address\":\"Havelock Swaraj Dweep (Havelock, Andaman and Nicobar Islands 744201, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516188,\"Name\":\"Havelock Country Homes\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0386457\",\"Long\":\"92.98287859999999\",\"Address\":\"Govind Nagar, 1 , South, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516189,\"Name\":\"Symphony Palms Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0275863\",\"Long\":\"93.0005855\",\"Address\":\"3, Govind Nagar Beach, Havelock Island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":516191,\"Name\":\"Sandyy Wavess Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.0116977\",\"Long\":\"93.0071808\",\"Address\":\"No 5 Vijay Nagar No 5 Havelock island, Andaman and Nicobar Islands 744211, India\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2804,\"Title\":\"Cellular Jail - National Memorial\",\"Description\":\"The Cellular Jail, also known as Kala Pani is located at Port Blair, was completed in the year 1906. Acquired the name &amp;lsquo;Cellular&amp;rsquo; because it is entirely made up of individual cells for the solitary confinement. It was used by the British to exile political prisoners to the remote archipelago. Many notable protestors such as Batukeshwar Dutt, Yogendra Shukla and Vinayak Damodar Savarkar were imprisoned here during the struggle for India&amp;#039;s freedom. The Jail has been declared as a National Memorial Monument, a place of pilgrimage for all freedom loving people.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6738247,\"Long\":92.7479768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Cellular_Jail_-_National_Memor_32511_1519642683.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2286,\"Title\":\"North Bay (Coral Island)\",\"Description\":\"North Bay Island, also known as Coral Island is a beautiful beach island, placed just northwards of Port Blair. It is known for vibrant corals, colorful fishes and variety of vegetation. It is ideal place for scuba diving and snorkeling along with coral under water treasures. The beach around the island is very famous for under water corals. Coral island with white sand beaches and surrounded by the pristine beauty of Nature that attract any sea loving human. The Coral reefs are gorgeously decorated by nature to stun the visitor.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/North_Bay_(Coral_Island)_32511_1519649474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":2276,\"Title\":\"Corbyn&#039;s Cove Beach\",\"Description\":\"The Corbyn&amp;rsquo;s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn&amp;rsquo;s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone&amp;#039;s throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn&#039;s_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7195,\"SupplierName\":\"Mountain Edge\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"284130\",\"Title\":\"ARRIVE PORT BLAIR\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrive at Port Blair airport, our representative will receive and escorted to the hotel. After check-in at the hotel and little relax, we proceed to covers &lt;strong&gt;Cellular Jail (National Memorial)&lt;\\/strong&gt;, and after at evening, we move for the &lt;strong&gt;Light and Sound Show at Cellular Jail &lt;\\/strong&gt;where the saga of the freedom struggle brought alive.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Cellular Jail has a pride of place in India&amp;rsquo;s freedom struggle. Many a stalwart were imprisoned here. Declared a national memorial, this three-storey prison constructed by Britishers in 1906, is a pilgrimage destination for freedom fighters. This colossal edifice has mutely witnessed the most treacherous of inhumane atrocities borne by the convicts, who were mostly freedom fighters.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The day draws to a gentle close with the Sound and Light Show at the historic Cellular Jail which gives you a vivid experience of its strong association with the freedom fighters and their struggle for independence&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":515961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2804,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"284135\",\"Title\":\"PORT BLAIR &ndash; ROSS ISLAND (NSCB Dweep) &ndash; NORTH BAY ISLAND (Coral Island)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today, after breakfast we will proceed for a full day cruising towards &lt;strong&gt;Ross Island &amp;amp; North Bay (Coral Island)&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;First we starts the exhilarating journey (by boat) to &lt;strong&gt;Ross Island (Netaji Subhash Chandra Bose Dweep) &lt;\\/strong&gt;the erstwhile capital of Port Blair during the British regime, it now stands an imposing relic, with the structure almost in debris. A small museum displays photographs and other antiques of the Britishers, relevant to these Islands.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From Ross Island, we proceed for a joyful trip to &lt;strong&gt;North Bay Island (Coral Island) &lt;\\/strong&gt;offering exotic coral, colourful fishes and underwater marine life. We can view this colourful corals &amp;amp; underwater marine life.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":515961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2278,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2286,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"284140\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"284145\",\"Title\":\"PORT BLAIR - HAVELOCK ISLAND (Swaraj Dweep)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Today morning after breakfast, check out from Port Blair Hotel and visit &lt;strong&gt;Corbyn&amp;#39;s Cove Beach&lt;\\/strong&gt;. After that proceed towards Havelock Island (renamed to Swaraj Dweep). The Journey of Havelock Island starts by ferry from Port Blair Harbour. The sailing duration is around 90 to 120 minutes. On arrival at Havelock Island, our representative will receive at Harbour and assist to check-in to the resort, overnight stay at Havelock Island.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":516187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":516188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":516191,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2276,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"284150\",\"Title\":\"HAVELOCK ISLAND (Swaraj Dweep)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, visit &lt;strong&gt;Radhanagar Beach (Beach No. 7)&lt;\\/strong&gt;, the Times Magazine crowned one among the best beaches in Asia. The wide sandy beach is ideal for swimming, play with high tides, sea bathing and basking. There are multiple options for multi-cuisine restaurant at Havelock and paradise for sea food lovers, afternoon free at leisure and overnight stay at Havelock Islands&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":516187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":516188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":516189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":516191,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"284155\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"284160\",\"Title\":\" HAVELOCK ISLAND (Swaraj Dweep) - PORT BLAIR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, we check out from the resort and proceed towards Havelock Harbour for return journey towards Port Blair (via ferry) and overnight stay at Port Blair.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":514324,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":515959,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":515960,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":515961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":515962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"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\":\"284165\",\"Title\":\"DEPART FROM ANDAMAN ISLANDS\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out from the hotel and head to the airport for your journey back home, with memories of the mesmerizing Andaman and Nicobar Islands.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"39613\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14790.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12998,\"priceDoubleOcc\":\"14790.60\",\"priceSingleOcc\":29873.800000000003,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14790.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":14790.6,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13098,\"priceDoubleOcc\":\"14940.20\",\"priceSingleOcc\":30023.4,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14940.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":14940.2,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13199,\"priceDoubleOcc\":\"15090.90\",\"priceSingleOcc\":30174.1,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15090.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":15090.9,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13300,\"priceDoubleOcc\":\"15243.80\",\"priceSingleOcc\":30327,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15243.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":15243.8,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13403,\"priceDoubleOcc\":\"15397.80\",\"priceSingleOcc\":30481,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15397.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":15397.8,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":13613,\"priceDoubleOcc\":\"15712.40\",\"priceSingleOcc\":30795.6,\"priceExtraBed\":\"9171.80\",\"priceWithoutBed\":\"8808.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15712.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8808.8,\"CEB\":9171.8,\"COSTDO\":15712.4,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":9413.8,\"COSTTO\":9413.8}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"39614\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18778.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17371,\"priceDoubleOcc\":\"18778.10\",\"priceSingleOcc\":37926.899999999994,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18778.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":18778.1,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17497,\"priceDoubleOcc\":\"18967.30\",\"priceSingleOcc\":38116.1,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18967.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":18967.3,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17625,\"priceDoubleOcc\":\"19158.70\",\"priceSingleOcc\":38307.5,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19158.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":19158.7,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17754,\"priceDoubleOcc\":\"19352.30\",\"priceSingleOcc\":38501.1,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19352.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":19352.3,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17884,\"priceDoubleOcc\":\"19548.10\",\"priceSingleOcc\":38696.899999999994,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19548.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":19548.1,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18150,\"priceDoubleOcc\":\"19947.40\",\"priceSingleOcc\":39096.2,\"priceExtraBed\":\"14556.30\",\"priceWithoutBed\":\"12378.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19947.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12378.3,\"CEB\":14556.3,\"COSTDO\":19947.4,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14556.3,\"COSTTO\":14556.3}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"39615\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21397.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20871,\"priceDoubleOcc\":\"21397.20\",\"priceSingleOcc\":43217.9,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21397.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":21397.2,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21016,\"priceDoubleOcc\":\"21613.90\",\"priceSingleOcc\":43434.600000000006,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21613.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":21613.9,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21161,\"priceDoubleOcc\":\"21831.70\",\"priceSingleOcc\":43652.4,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21831.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":21831.7,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21308,\"priceDoubleOcc\":\"22052.80\",\"priceSingleOcc\":43873.5,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22052.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":22052.8,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21457,\"priceDoubleOcc\":\"22275.00\",\"priceSingleOcc\":44095.7,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":22275,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21760,\"priceDoubleOcc\":\"22730.40\",\"priceSingleOcc\":44551.100000000006,\"priceExtraBed\":\"18004.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22730.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":18004.8,\"COSTDO\":22730.4,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"39616\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26181.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24061,\"priceDoubleOcc\":\"26181.10\",\"priceSingleOcc\":52880.3,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26181.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":26181.1,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24237,\"priceDoubleOcc\":\"26446.20\",\"priceSingleOcc\":53145.4,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26446.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":26446.2,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24416,\"priceDoubleOcc\":\"26713.50\",\"priceSingleOcc\":53412.7,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26713.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":26713.5,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24595,\"priceDoubleOcc\":\"26983.00\",\"priceSingleOcc\":53682.2,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26983,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":26983,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24777,\"priceDoubleOcc\":\"27255.80\",\"priceSingleOcc\":53955,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27255.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":27255.8,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":25148,\"priceDoubleOcc\":\"27812.40\",\"priceSingleOcc\":54511.600000000006,\"priceExtraBed\":\"19819.80\",\"priceWithoutBed\":\"13406.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27812.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13406.8,\"CEB\":19819.8,\"COSTDO\":27812.4,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19819.8,\"COSTTO\":19819.8}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"39617\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35579.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31940,\"priceDoubleOcc\":\"35579.50\",\"priceSingleOcc\":71861.9,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35579.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":35579.5,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32179,\"priceDoubleOcc\":\"35938.10\",\"priceSingleOcc\":72220.5,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35938.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":35938.1,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32421,\"priceDoubleOcc\":\"36301.10\",\"priceSingleOcc\":72583.5,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36301.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":36301.1,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32666,\"priceDoubleOcc\":\"36668.50\",\"priceSingleOcc\":72950.9,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36668.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":36668.5,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32912,\"priceDoubleOcc\":\"37038.10\",\"priceSingleOcc\":73320.5,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37038.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":37038.1,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33417,\"priceDoubleOcc\":\"37794.90\",\"priceSingleOcc\":74077.3,\"priceExtraBed\":\"24659.80\",\"priceWithoutBed\":\"19033.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37794.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":19033.3,\"CEB\":24659.8,\"COSTDO\":37794.9,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24659.8,\"COSTTO\":24659.8}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"39613\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14118.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12408,\"priceDoubleOcc\":\"14118.30\",\"priceSingleOcc\":28515.9,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14118.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14118.3,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12503,\"priceDoubleOcc\":\"14261.10\",\"priceSingleOcc\":28658.7,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14261.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14261.1,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12599,\"priceDoubleOcc\":\"14404.95\",\"priceSingleOcc\":28802.550000000003,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14404.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14404.95,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12696,\"priceDoubleOcc\":\"14550.90\",\"priceSingleOcc\":28948.5,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14550.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14550.9,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12794,\"priceDoubleOcc\":\"14697.90\",\"priceSingleOcc\":29095.5,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14697.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14697.9,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12994,\"priceDoubleOcc\":\"14998.20\",\"priceSingleOcc\":29395.800000000003,\"priceExtraBed\":\"8754.90\",\"priceWithoutBed\":\"8408.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14998.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8408.4,\"CEB\":8754.9,\"COSTDO\":14998.2,\"COSTSO\":\"13712.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8985.9,\"COSTTO\":8985.9}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"39614\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17924.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16581,\"priceDoubleOcc\":\"17924.55\",\"priceSingleOcc\":36202.95,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17924.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":17924.55,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16702,\"priceDoubleOcc\":\"18105.15\",\"priceSingleOcc\":36383.55,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18105.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":18105.15,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16823,\"priceDoubleOcc\":\"18287.85\",\"priceSingleOcc\":36566.25,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18287.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":18287.85,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16947,\"priceDoubleOcc\":\"18472.65\",\"priceSingleOcc\":36751.05,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18472.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":18472.65,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17071,\"priceDoubleOcc\":\"18659.55\",\"priceSingleOcc\":36937.95,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18659.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":18659.55,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17325,\"priceDoubleOcc\":\"19040.70\",\"priceSingleOcc\":37319.100000000006,\"priceExtraBed\":\"13894.65\",\"priceWithoutBed\":\"11815.65\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19040.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11815.65,\"CEB\":13894.65,\"COSTDO\":19040.7,\"COSTSO\":\"17408.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13894.65,\"COSTTO\":13894.65}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"39615\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20424.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19923,\"priceDoubleOcc\":\"20424.60\",\"priceSingleOcc\":41253.45,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20424.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":20424.6,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20061,\"priceDoubleOcc\":\"20631.45\",\"priceSingleOcc\":41460.3,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20631.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":20631.45,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20199,\"priceDoubleOcc\":\"20839.35\",\"priceSingleOcc\":41668.2,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20839.35,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":20839.35,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20340,\"priceDoubleOcc\":\"21050.40\",\"priceSingleOcc\":41879.25,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21050.4,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":21050.4,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20481,\"priceDoubleOcc\":\"21262.50\",\"priceSingleOcc\":42091.35,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21262.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":21262.5,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20771,\"priceDoubleOcc\":\"21697.20\",\"priceSingleOcc\":42526.05,\"priceExtraBed\":\"17186.40\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21697.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":17186.4,\"COSTDO\":21697.2,\"COSTSO\":\"19837.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"39616\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24991.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22967,\"priceDoubleOcc\":\"24991.05\",\"priceSingleOcc\":50476.649999999994,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24991.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":24991.05,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23136,\"priceDoubleOcc\":\"25244.10\",\"priceSingleOcc\":50729.7,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25244.1,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":25244.1,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23306,\"priceDoubleOcc\":\"25499.25\",\"priceSingleOcc\":50984.85,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25499.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":25499.25,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23477,\"priceDoubleOcc\":\"25756.50\",\"priceSingleOcc\":51242.1,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25756.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":25756.5,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23651,\"priceDoubleOcc\":\"26016.90\",\"priceSingleOcc\":51502.5,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26016.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":26016.9,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24005,\"priceDoubleOcc\":\"26548.20\",\"priceSingleOcc\":52033.8,\"priceExtraBed\":\"18918.90\",\"priceWithoutBed\":\"12797.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26548.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12797.4,\"CEB\":18918.9,\"COSTDO\":26548.2,\"COSTSO\":\"24272.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18918.9,\"COSTTO\":18918.9}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"39617\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33962.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30488,\"priceDoubleOcc\":\"33962.25\",\"priceSingleOcc\":68595.45,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33962.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":33962.25,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30716,\"priceDoubleOcc\":\"34304.55\",\"priceSingleOcc\":68937.75,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34304.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":34304.55,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30947,\"priceDoubleOcc\":\"34651.05\",\"priceSingleOcc\":69284.25,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34651.05,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":34651.05,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31181,\"priceDoubleOcc\":\"35001.75\",\"priceSingleOcc\":69634.95,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35001.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":35001.75,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31416,\"priceDoubleOcc\":\"35354.55\",\"priceSingleOcc\":69987.75,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35354.55,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":35354.55,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9},{\"From\":\"2023-01-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31898,\"priceDoubleOcc\":\"36076.95\",\"priceSingleOcc\":70710.15,\"priceExtraBed\":\"23538.90\",\"priceWithoutBed\":\"18168.15\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36076.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18168.15,\"CEB\":23538.9,\"COSTDO\":36076.95,\"COSTSO\":\"32984.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23538.9,\"COSTTO\":23538.9}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;Air-Conditioned Hotel Accommodation for 5 Nights at specified locations&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return airport \\/ harbour transfers by Private AC car as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All entry permits \\/ tickets, ferry tickets and permits wherever applicable as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Breakfast for 5 occasions at respective Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Assistance at all arrival and departure points.&lt;\\/li&gt;\\r\\n&lt;\\/ol&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"284130\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[284130],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284135\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[284135],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284140\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[284140],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284145\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[284145],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284150\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[284150],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284155\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[284155],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284160\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[284160],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"284165\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[284165],\"Remark\":[\"&lt;p&gt;Specified Sightseeing \\/ transfers in Private AC Car as per the itinerary.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Port Blair,Havelock Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island','','32511,11658',14118,37795,5,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-27 00:00:00',1,1,'1','1','0','Book Andaman tour package, charming Andaman tour, enchanting Andaman tour, pristine beaches, crystal-clear waters, vibrant marine life, Andaman travel, Andaman holiday, Andaman getaway, Andaman vacation','Discover the mesmerizing allure of the Andaman Islands with our charming tour package. Immerse yourself in crystal-clear waters, pristine beaches, and vibrant marine life. Book your Andaman adventure today!','Book Charming Tour Packages of Andaman',NULL,'charming-andaman',NULL,NULL,NULL,0),(242,47749,1,35,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":47749,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/16001\\/package\\/images\\/royal-samsara_1674552444\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Ladakh is a region administered by&amp;nbsp;India&amp;nbsp;as a&amp;nbsp;union territory, which constitutes a part of the larger&amp;nbsp;Kashmir&amp;nbsp;region and has been the subject of dispute between India,&amp;nbsp;Pakistan, and&amp;nbsp;China&amp;nbsp;since 1947. Ladakh is bordered by the&amp;nbsp;Tibet Autonomous Region&amp;nbsp;to the east, the Indian state of&amp;nbsp;Himachal Pradesh&amp;nbsp;to the south, both the Indian-administered union territory of&amp;nbsp;Jammu and Kashmir&amp;nbsp;and the Pakistan-administered&amp;nbsp;Gilgit-Baltistan&amp;nbsp;to the west, and the southwest corner of&amp;nbsp;Xinjiang&amp;nbsp;across the&amp;nbsp;Karakoram Pass&amp;nbsp;in the far north. It extends from the&amp;nbsp;Siachen Glacier&amp;nbsp;in the&amp;nbsp;Karakoram&amp;nbsp;range to the north to the main Great&amp;nbsp;Himalayas&amp;nbsp;to the south.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":16001,\"AgencyIdB2C\":35,\"AgencyIdB2B\":16001,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"The Samsara Holidays\",\"Name\":\"ROYAL SAMSARA\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10925\",\"SupplierName\":\"The Samsara Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Welcome Drink,Inner Line Permit,Airport Transfers,Sightseeing\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-05-29\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":518961,\"Name\":\"Hotel Sankar Residency\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1756379\",\"Long\":\"77.58580309999999\",\"Address\":\"Sankar Road, near Sankar Monastery Road, Yurtung, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518995,\"Name\":\"Hotel Lumbini\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.16293229999999\",\"Long\":\"77.58053880000001\",\"Address\":\"Fort Rd, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518962,\"Name\":\"hotel The Himalaya\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1678173\",\"Long\":\"77.58597\",\"Address\":\"darokhan sankar road chube leh Jammu and Kashmir, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518917,\"Name\":\"The Sipa Ladakh\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.176134\",\"Long\":\"77.57943999999999\",\"Address\":\"Shanti Stupa Rd, Yurtung, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518964,\"Name\":\"HOTEL CITY PALACE\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.164098\",\"Long\":\"77.5767548\",\"Address\":\"Lower Tukcha Road, Lower Tukcha Road, Leh, Jammu &amp; Kashmir, 194101, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518966,\"Name\":\"Hotel Lingzi\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.164339\",\"Long\":\"77.583754\",\"Address\":\"Leh - Ladakh, Fort Road, Leh, Jammu &amp; Kashmir, 194101, Leh Ladakh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518968,\"Name\":\"Ladakh Residency\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519033,\"Name\":\"WH Lharisa Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1522647\",\"Long\":\"77.5722182\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":532293,\"Name\":\"Hotel Sia Residency - Best Hotel in Leh | Good Hotel in Leh\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.14979699999999\",\"Long\":\"77.5677145\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518969,\"Name\":\"The Druk Ladakh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518920,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1564925\",\"Long\":\"77.5806589\",\"Address\":\"P. Namgyal Road Sheynam, Union Territory of Ladkah, Ladakh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":4822111,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_518920\\/16001_01667454836.jpg\"},{\"ImagId\":4822112,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_518920\\/16001_11667454836.jpg\"},{\"ImagId\":4822113,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_518920\\/16001_21667454837.png\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_518920\\/16001_5da1307b040205269c65348a1f2fe9521667454835.jpg\",\"AccoAminitiesMask\":\"111010001010110111100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518972,\"Name\":\"The Zen Ladakh Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1611896\",\"Long\":\"77.57684689999999\",\"Address\":\"Sheldan, Fort Rd, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518973,\"Name\":\"The Abduz\",\"Star\":\".00\",\"Rating\":\"4.50\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":525392,\"Name\":\"CHOSPA HOTEL\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.16130760000001\",\"Long\":\"77.5838558\",\"Address\":\"Old Road, Leh-Ladakh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":518916,\"Name\":\"Hotel Sankar Residency\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1756379\",\"Long\":\"77.58580309999999\",\"Address\":\"Sankar Road, near Sankar Monastery Road, Yurtung, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":519095,\"Name\":\"P3 Camp and restaurant\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9268384\",\"Long\":\"78.4432733\",\"Address\":\"near 3 idiot shooting point, Pangong Lake, Spangmik, Leh, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519096,\"Name\":\"Pangong Delight Camps and Cottages\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9267242\",\"Long\":\"78.4436843\",\"Address\":\"Shotting Point, Pangong Lake, Ladakh 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519098,\"Name\":\"Tso Camp lukung\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.955364\",\"Long\":\"78.430858\",\"Address\":\"XC4J+48X, Lukung, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519100,\"Name\":\"Pangong Sarai Camps\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.8592975\",\"Long\":\"78.52821349999999\",\"Address\":\"VG5H+P78, Pangong Lake Rd, Man, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519101,\"Name\":\"TSO CAMP maan\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.857691\",\"Long\":\"78.5264164\",\"Address\":\"VG5G+3HF, Man, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519102,\"Name\":\"The Kora eco resort\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9058104\",\"Long\":\"78.45662879999999\",\"Address\":\"Pangong Lake road at spangmik leh Jammu and Kashmir, Spangmik, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519103,\"Name\":\"High lake camp\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131\",\"Long\":\"78.66744039999999\",\"Address\":\"Pangong lake pangong lake shooting Point, 194102 Man, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519104,\"Name\":\"The Pangong Inn\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.95872910000001\",\"Long\":\"78.42535409999999\",\"Address\":\"Lukung, Pangong Lake Lukung Jammu and Kashmir, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":519111,\"Name\":\"Misty Hills Cabins\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077457\",\"Long\":\"78.4581539\",\"Address\":\"Pangong lake, near Jio tower, Spangmik, Ladakh 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":72128,\"Title\":\"NUBRA VALLEY\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":523221,\"Name\":\"Nubra summer camp\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.6004074\",\"Long\":\"77.45535149999999\",\"Address\":\"Ombey, Hunder, Ladakh 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":523620,\"Name\":\"Nubra Ethnic Camp\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5853125\",\"Long\":\"77.47031249999999\",\"Address\":\"HFPC+44F, Hunder, Ladakh 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533362,\"Name\":\"The Kyagar\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.62764449999999\",\"Long\":\"77.60986\",\"Address\":\"Tegar Village, Nubra Nubra, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533369,\"Name\":\"Desert Himalaya Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5519307\",\"Long\":\"77.5641273\",\"Address\":\"desert Himalaya resort, nubra Valley, Diskit, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533611,\"Name\":\"Hotel Nubra Sarai\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533643,\"Name\":\"Nubra Ecolodge\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.605333\",\"Long\":\"77.6187137\",\"Address\":\"Nubra Valley, Sumur, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533779,\"Name\":\"Hunder Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587534\",\"Long\":\"77.4661124\",\"Address\":\"Chakzot, Hunder Rd Hunder Jammu and Kashmir, Hunder, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":533841,\"Name\":\"Nubra Delight Camp\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5830206\",\"Long\":\"77.4757896\",\"Address\":\"HFMG+683, Hunder, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":534935,\"Name\":\"Stone Hedge Hotel ladakh\",\"Star\":\".00\",\"Rating\":\"4.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.58367580000001\",\"Long\":\"77.4677399\",\"Address\":\"Hunder, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":536164,\"Name\":\"Hotel Karma Inn\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5852221\",\"Long\":\"77.4711719\",\"Address\":\"Hunder Rd, Hunder, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":536165,\"Name\":\"Hunder Haven\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5866772\",\"Long\":\"77.4697978\",\"Address\":\"Nubra valley, Inner Rd, Hunder, 194401\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":536167,\"Name\":\"La Shayok Resort - Best Resort Hotel in Nubra Ladhakh\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.58442709999999\",\"Long\":\"77.4658634\",\"Address\":\"Nubra Valley, Hunder, 194101\"},\"Images\":[],\"CityId\":72128,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":37158,\"Title\":\"Tsomoriri\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":523219,\"Name\":\"Tsomoriri Hotel Lake View\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.9657542\",\"Long\":\"78.2626641\",\"Address\":\"Tsomoriri Lake, X787+833, Karzok, 194101\"},\"Images\":[],\"CityId\":37158,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":35295,\"Title\":\"Sham Valley\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":536147,\"Name\":\"Namra Hotel Tingmosgang Ladakh\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.32577819999999\",\"Long\":\"76.9951488\",\"Address\":\"Tingmosgang, 194101\"},\"Images\":[],\"CityId\":35295,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":536149,\"Name\":\"Alchi Resort\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.23217950000001\",\"Long\":\"77.1667832\",\"Address\":\"Alchi Road, 65J8+VPF, Alchi Gompa, 194106\"},\"Images\":[],\"CityId\":35295,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":536150,\"Name\":\"Hotel Grand Moonland\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.2835625\",\"Long\":\"76.76656249999999\",\"Address\":\"7QM8+CJF, Lamayouro, 194106\"},\"Images\":[],\"CityId\":35295,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"BASE CATEGORY\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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 &acirc;&euro;&oelig;magnetic hill&acirc;&euro;\\u009d 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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"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\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10925,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"342809\",\"Title\":\"ARRIVE LEH \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival Leh by morning flight and transfer to the hotel. After welcome drink take a complete rest for acclimatization to the height altitude of Leh (3500 meters). In the late afternoon drive to the city for an orientation walk in the markets&amp;sbquo; followed by a visit to Shanti Stupa&amp;sbquo; Leh palace. Dinner and overnight in hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;SHANTI STUPA&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;is situated on a hilltop in Chanspa, Leh district, Ladakh, in the north Indian state of Leh. Shanti Stupa as know Buddhist white-domed stupa. It was built in 1991 by Japanese Buddhist Bhikshu Gyomyo Nakamura. The Shanti Stupa holds the relics of the Buddha at its base, enshrined by the 14th Dalai Lama himself. Shanti stupa provides beautiful and panoramic view of the surrounding landscape. This has become a primary reason for Shanti Stupa to become a popular tourist attraction, apart from its religious.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;LEH PALACE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;also known as &amp;#39;Lhachen Palkhar,&amp;#39; is a 17th-century former royal palace and one of the central attractions in Leh. Built under the patronage of by King Sengge Namgyal, it used to house his family. The nine-storey dun-coloured palace now houses a museum and a prayer room, while the highlight is the sweeping view of Leh and the surrounding Zanskar mountain from the rooftop.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":518961,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518995,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":518917,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518966,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":519033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":532293,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":518920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":525392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"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\":\"342813\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"342817\",\"Title\":\"LEH TO SHAM VALLEY (75 KMS \\/ 4 HRS) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast you drive downstream along the River Indus on Leh &amp;ndash; Kargil Highway. Enroute visiting Gurudwara Patthar Sahib Nestled deep in the Himalayas, A drive of another 4 km took us to Magnetic Hill which defies the law of gravity &amp;amp; further Driving through a picturesque landscape we reached the Confluence of The Indus and Zanskar River, just before Saspul a road to the right takes you for your visit to the Likir Monastery, Likir is one of the most active monasteries in the region. As you drive up to the monastery a recently installed colossal gilded image of the Maitreya out in the open is one of the most impressive sights in Ladakh. After visiting the Monastery, you continue your drive along the River Indus to Tingmosgang en route visiting Ridzong Monastery, there is the option to walk up to the Monastery for those that wish to do so. Hidden at the end of a steep valley, the first view of the Monastery is dramatic. After visiting above places, we drive further and check in at our camp \\/ hotel for overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":536147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536150,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":536147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536150,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":536147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536150,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":536147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"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\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3594,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"342821\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"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\":\"342825\",\"Title\":\"SHAM VALLEY TO LEH VIA LAMAYURU (180 KMS \\/ 05 &ndash; 06 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Post breakfast you drive to the 11th Century Lamayuru Monastery en route visiting the mesmerizing Moon Landscapes (you will believe why the name of this area is Moonland. Exactly the same formations of Land are visible as on the moon), Lamayuru is spectacularly located along the valley plain and surrounded by mountains on all sides. On your return drive to Leh you first visit the Alchi Gompa. The complex of temples located within the village is the most celebrated of Ladakh&amp;rsquo;s monasteries and dates back to the 11th century. After visiting Alchi we drive back to Leh. Finally you arrive back at Leh for an overnight stay at your Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":518916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518995,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":518917,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518966,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":519033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":532293,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":518920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":525392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3594,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3599,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"342829\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"342833\",\"Title\":\"LEH &ndash; CHUMATHANG &ndash; TSOMORIRI (240 KMS \\/ 06 &ndash; 07 HRS) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;In the morning leave for Tsomoriri Lake towards Chumathang, which is famous for medical hot spring and people visit to this place for medical bath. From here a short drive will take you to Mahey Bridge, the main checking point to enter to this new area. On the way visit Sumdah village and another 55 kms drive will take you to Tsomoriri. The Tsomoriri Lake is located at 14,000 ft. near a small village of Korzok. Recently opened to foreigners due to the proximity of the Chinese boarder, the Changthang is a land of wilderness and magnificent landscapes, Tsomoriri Lake is also the breeding ground for numerous species of birds, like the bar headed goose, crested grebe, the Brahmini duck (ruddy sheldrake) and the brown-headed gull. The Tsomorir Lake is 8 kms wide and 28 kms long. Upon arrival we check in at our camp\\/hotel for Overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":523219,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":523219,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":523219,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":523219,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"342837\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37158,\"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\":\"342841\",\"Title\":\"TSOMORIRI &ndash; TSOKAR &ndash; TANGLANGLA &ndash; LEH (240 KMS \\/ 8 HRS) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;After an early breakfast we check out from our camp and visit Korzok village with its houses and its Gompa appearing like a mirage. The few barley fields at Korzok must be among the highest cultivation in the world. Later we drive to Tsokar, The nomadic people Changpas are most outstanding feature of this area. They can be seen moving from one place to other grazing herds of goats, sheep and yaks. Changpas pass their days with their animals and move with their flocks, their only wealth from pasture to pasture according to changing season. Their flocks, their yaks, and goat&amp;rsquo;s hair furnish the raw material of which they make their ropes, their clothes and shoes. All day long men and women are busy milking, churning the milk into butter, making ropes, weaving mats and other fabrics. These people have been completely beyond the pale of all civilizing influences. Even towards the fag end of the twenty first century, they belong to a primitive pre-historic age, The Drive is scenic and Tsokar Lake is one of the best. And after spending some time we proceed further to Leh. Dinner &amp;amp; Overnight at Hotel in Leh.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":518916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":518995,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":true,\"Id\":518917,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":518966,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":519033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":532293,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":518920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":518973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":525392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"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\":\"342845\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"342849\",\"Title\":\"LEH&ndash;NUBRA VALLEY VIA KHARDUNG LA 18,390 FT. (120 KMS \\/ 4 &ndash; 5 HRS) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"&lt;p&gt;Post breakfast we drive to Nubra Valley. The road journey from Leh to Nubra Valley passes over Khardung La (The Highest Motorable Road In The World) at 5,602 Mtrs \\/ 18,390 Ft, around 39 km from Leh. From the pass, one can see all the way south over the Indus valley to seemingly endless peaks and ridges of the Zanskar range, and north to the giants of the Saser massif. Nubra Valley is popularly known as Ldumra or the valley of flowers. It is situated in the north of Ladakh between the Karakoram and Ladakh ranges of the Himalayas. The average altitude of the valley is 10,000 Ft. above sea level. Upon arrival in Nubra we check in at our Camp \\/ Hotel in Hunder for Overnight stay. In the evening you can walk around the tiny villages to see how the locals live in this part of the world. Overnight Stay at the Camp or Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":523221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":533841,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":523221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":523620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":533841,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":533611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":533779,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":true,\"Id\":536164,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"},{\"IsIncluded\":false,\"Id\":536165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"BASE CATEGORY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":533362,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":533369,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":533643,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":534935,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":536167,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"342853\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72128,\"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\":\"342857\",\"Title\":\"NUBRA VALLEY TO PANGONG LAKE (150 KMS \\/ 5 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"&lt;p&gt;After an early breakfast we check out from Camp or hotel and drive towards Hunder where you have opportunity to ride on a bacterian camel (double humped) amidst the sand dunes of this high-altitude desert with snowcapped mountains on the horizon. On the return stop at Diskit which is the headquarter town of Nubra Valley. Stroll around the bazaar observing the shops and local people going about their daily chores. Later we drive towards Pangong Tso via Agham &amp;amp; Shyok Valley. Some of the road patches in areas are extremely tough (towards nubra side) in terms of road conditions but no doubt the journey is very scenic!&amp;nbsp; Later after crossing this adventurous part, we drive further towards Durbuk &amp;amp; Tangtse for Pangong you pass through few small villages of Changthang and finally you can have a sudden view of the Pangong lake situated at 14,000 feet (4,267 m). Upon arrival we check in at our Camp\\/Hotel Near Pangong lake. Dinner &amp;amp; Overnight at the Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":519095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":519096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519098,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":519095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":519096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519098,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":519101,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519102,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519103,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":519104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":519100,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519101,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519103,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519111,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"342861\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"342865\",\"Title\":\"PANGONG LAKE TO LEH VIA CHANGLA (140 KMS \\/ 6 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"&lt;p&gt;Morning at leisure to explore the beauty of lake and later we drive back to Leh via Changla Pass 5486 Mtrs en route visiting Hemis Gompa, the largest monastic foundation of Drukpa Kagyu Order of Tibetan Buddhism. And futher to Thiksey an impressive complex rising tier upon tier on a hill above the village and another 5 Kms driving through a picturesque landscape we reach to Shey Palace, The ancient capital of Ladakh &amp;amp; 3 Idiots Rancho School. Drive further to Leh. Dinner &amp;amp; Overnight at Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":518916,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518962,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518995,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":true,\"Id\":518917,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518966,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":518968,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518969,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":519033,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":532293,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":518920,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":518972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":525392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"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\":\"342869\",\"Title\":\"DEPART LEH (FLY OUT)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Tour concludes. Through a punctual transfer to the Domestic Airport to catch the flight for your onward destination.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"47749\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25648.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":22107,\"priceDoubleOcc\":\"25648.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25648.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":25648.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":23071,\"priceDoubleOcc\":\"27094.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27094.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":27094.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":24517,\"priceDoubleOcc\":\"29263.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29263.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":29263.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":24596,\"priceDoubleOcc\":\"29382.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29382,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":29382,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":28250,\"priceDoubleOcc\":\"34863.60\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34863.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":34863.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":39212,\"priceDoubleOcc\":\"51306.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":51306,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":9930,\"CEB\":15024,\"COSTDO\":51306,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15024,\"COSTTO\":15024}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47750\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29188.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":25411,\"priceDoubleOcc\":\"29188.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29188.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":29188.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":26375,\"priceDoubleOcc\":\"30634.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30634.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":30634.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":27821,\"priceDoubleOcc\":\"32803.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32803.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":32803.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":27900,\"priceDoubleOcc\":\"32922.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32922,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":32922,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":31554,\"priceDoubleOcc\":\"38403.60\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38403.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":38403.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":42516,\"priceDoubleOcc\":\"54846.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"17856.00\",\"priceWithoutBed\":\"11700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54846,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11700,\"CEB\":17856,\"COSTDO\":54846,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":17856,\"COSTTO\":17856}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47751\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43468.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":38629,\"priceDoubleOcc\":\"43468.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43468.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":43468.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":39593,\"priceDoubleOcc\":\"44914.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44914.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":44914.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":41039,\"priceDoubleOcc\":\"47083.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47083.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":47083.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":41118,\"priceDoubleOcc\":\"47202.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47202,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":47202,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":44772,\"priceDoubleOcc\":\"52683.60\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52683.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":52683.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":55734,\"priceDoubleOcc\":\"69126.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"28950.00\",\"priceWithoutBed\":\"18840.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69126,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18840,\"CEB\":28950,\"COSTDO\":69126,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28950,\"COSTTO\":28950}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47752\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"79348.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":68621,\"priceDoubleOcc\":\"79348.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79348.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":79348.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":69585,\"priceDoubleOcc\":\"80794.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":80794.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":80794.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":71031,\"priceDoubleOcc\":\"82963.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":82963.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":82963.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":71110,\"priceDoubleOcc\":\"83082.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":83082,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":83082,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":74764,\"priceDoubleOcc\":\"88563.60\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":88563.6,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":88563.6,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":85726,\"priceDoubleOcc\":\"105006.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"47166.00\",\"priceWithoutBed\":\"31398.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":105006,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":31398,\"CEB\":47166,\"COSTDO\":105006,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":47166,\"COSTTO\":47166}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"47749\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22442.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":19344,\"priceDoubleOcc\":\"22442.70\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22442.7,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":22442.7,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":20187,\"priceDoubleOcc\":\"23707.95\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23707.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":23707.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":21452,\"priceDoubleOcc\":\"25605.30\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25605.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":25605.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":21522,\"priceDoubleOcc\":\"25709.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25709.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":25709.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":24719,\"priceDoubleOcc\":\"30505.65\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30505.65,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":30505.65,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":34311,\"priceDoubleOcc\":\"44892.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13146.00\",\"priceWithoutBed\":\"8688.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44892.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8688.75,\"CEB\":13146,\"COSTDO\":44892.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":13146,\"COSTTO\":13146}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"47750\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25540.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":22235,\"priceDoubleOcc\":\"25540.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25540.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":25540.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":23078,\"priceDoubleOcc\":\"26805.45\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26805.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":26805.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":24343,\"priceDoubleOcc\":\"28702.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28702.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":28702.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":24413,\"priceDoubleOcc\":\"28806.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28806.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":28806.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":27610,\"priceDoubleOcc\":\"33603.15\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33603.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":33603.15,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":37202,\"priceDoubleOcc\":\"47990.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15624.00\",\"priceWithoutBed\":\"10237.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47990.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10237.5,\"CEB\":15624,\"COSTDO\":47990.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15624,\"COSTTO\":15624}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"47751\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38035.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":33801,\"priceDoubleOcc\":\"38035.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38035.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":38035.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":34644,\"priceDoubleOcc\":\"39300.45\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39300.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":39300.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"41197.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41197.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":41197.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":35978,\"priceDoubleOcc\":\"41301.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41301.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":41301.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":39176,\"priceDoubleOcc\":\"46098.15\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":46098.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":46098.15,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":48767,\"priceDoubleOcc\":\"60485.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25331.25\",\"priceWithoutBed\":\"16485.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":60485.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16485,\"CEB\":25331.25,\"COSTDO\":60485.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25331.25,\"COSTTO\":25331.25}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"47752\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69430.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":60044,\"priceDoubleOcc\":\"69430.20\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":69430.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":69430.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":60887,\"priceDoubleOcc\":\"70695.45\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":70695.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":70695.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":62152,\"priceDoubleOcc\":\"72592.80\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72592.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":72592.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":62221,\"priceDoubleOcc\":\"72696.75\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":72696.75,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":72696.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":65419,\"priceDoubleOcc\":\"77493.15\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":77493.15,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":77493.15,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25},{\"From\":\"2023-04-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":75010,\"priceDoubleOcc\":\"91880.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"41270.25\",\"priceWithoutBed\":\"27473.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":91880.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":27473.25,\"CEB\":41270.25,\"COSTDO\":91880.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41270.25,\"COSTTO\":41270.25}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare or Service tax (5%)&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;Anything not specifically mentioned under the head &amp;ldquo;Prices 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;Guide fee, Camera fee &amp;amp; any monument Entrances&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Medical &amp;amp; Travel insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any changes you may choose to make during your tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional costs due to flight cancellation, road blocks etc&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;Assistance upon arrival at Airport\\/Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Traditional welcome in the Hotel with Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;08 Nights Accommodation twin\\/double sharing Basis as per the Itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal Plan - 08 Breakfast &amp;amp; 08 Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return airport and round-trip transfers along with all sightseeing tours by Non-Ac Innova | Tempo Traveller as per the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp; Red Cross fee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All toll taxes\\/Parking fee\\/Driver allowance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladakh Entry Fee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ecological development fee&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"342809\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[342809],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342813\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[342813],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342817\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[342817],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342821\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[342821],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342825\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[342825],\"Remark\":[\"&lt;p&gt;Transfers on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342829\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[342829],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342833\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[342833],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342837\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[342837],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342841\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[342841],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342845\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[342845],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342849\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[342849],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342853\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[342853],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342857\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[342857],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342861\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[342861],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342865\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[342865],\"Remark\":[\"&lt;p&gt;Transportation on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"342869\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[342869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Leh,Pangong,NUBRA VALLEY,Tsomoriri,Sham Valley','Leh,Ladakh,Indian Subcontinent,North India,India,Sham Valley,Tsomoriri,NUBRA VALLEY,Pangong','','15229,35281,72128,37158,35295',22443,105006,8,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"CHUMATHANG.jpg\"},{\"day\":5,\"images\":\"TSOMORIRI.jpg\"},{\"day\":6,\"images\":\"Nubra Valley.jpg\"},{\"day\":7,\"images\":\"PANGONG LAKE.jpg\"},{\"day\":8,\"images\":\"Changla.jpg\"},{\"day\":9,\"images\":\"Leh Airport.jpg\"}]',2,'',0,'2023-05-29 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-23 17:13:06','2023-05-29 00:00:00',1,1,'1','1','0','','','',NULL,'royal-samsara',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (243,54158,1,35,1,0,0,'Honeymoon,Adventure,Beach,Family,Heritage,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":54158,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/amazing-goa_1685601272\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Experience the sun, sand, and sea of Goa on a 5-day getaway. Relax on pristine beaches, indulge in thrilling water sports, witness the magnificent Dudhsagar Waterfalls, and immerse yourself in Goa&amp;#39;s vibrant nightlife. Savor delicious seafood, explore historical attractions, and embrace the captivating charm of this coastal paradise.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Goa\",\"DestinationPlacesSysId\":10576,\"SourcePlaces\":\"Goa\",\"SourcePlaceSysId\":10576,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing Goa Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Heritage,River Cruises\",\"Validity\":{\"From\":\"2023-06-14\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10576,\"Title\":\"Goa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":215145,\"Name\":\"De Alturas Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"15.508881\",\"Long\":\"73.771114\",\"Address\":\"Survey No.42\\/2, Aguada -Siolim Road, Baman Vaddo, Bardez, Candolim,Goa,India, , , 403515\"},\"Images\":{\"Image\":[{\"ImagId\":4785294,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivLkSZ46Cb0VhAr3oogNxJtFKqmO2uuJ9FuoX1l2TcKp1VLOOAHWrRSWkWgkcl4IqgYaH8mv8KGkSgauPvLRWqnZ\"}]},\"CityId\":10576,\"Brief\":\"De Alturas Resort, Goa is an ideal destination for both leisure and business travellers. The classy interiors, magnificent architecture and gracious ambience are perfectly complemented by the warmth and hospitality. The hotel offers an enchanting dining experience which food-lovers would love to cherish.\\n\\n&lt;b&gt;Location: &lt;\\/b&gt;\\nDe Alturas Resort is located at Baman Waddo, Candolim. It is in close proximity to Calangute Beach (Approx. 6km) and Reis Magos Fort (Approx. 6km). Calangute beach is known as the Queen of beaches. As the locals believe, hippies had found this beach during the 60&#039;s. The Calangute beach is a true reflection of Goan beach and preferred place by tourists for a splendid beach experience. Some other famous nearby destinations include Goa Planetarium, Christian Art Museum and Majorda Beach. \\n\\nDistance from Dabolim Airport: Approx. 39kms \\nDistance from Margao Railway Station: Approx. 46kms\\n\\n&lt;b&gt;Hotel Features: &lt;\\/b&gt;\\nDe Alturas Resort offers an array of services for a luxurious experience. The basic amenities include room service, internet, 24-hour front desk, 24-hour room service, 24-hour security and doctor on call. Corporate guests can avail conference facilities, business services, conference suite and meeting facilities. The &#039;Flame N Grill&#039;, restaurant serves wide range of multi-cuisine delicacies. Guests can also enjoy exotic cocktails by the water fountain at the Pool deck bar.\\n\\n&lt;b&gt;Rooms: &lt;\\/b&gt;\\nGuests can choose from superior room, deluxe room, super deluxe and suites. These rooms are elegant, bright and features a luxurious stay. The rooms are equipped with air conditioning, colour television, internet access, mini-bar, safe, telephone and tea\\/coffee maker.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium 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\":10576,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2314,\"Title\":\"Dudhsagar Falls, Sonaulim, Goa, India\",\"Description\":\"Dudhsagar Falls (literally Sea of Milk ) is a four-tiered waterfall located on the Mandovi River in the border of the Indian states of Karnataka and Goa. It is 60 km from Panaji by road and is located on the Madgaon-Belgaum rail route about 46 km east of Madgaon and 80 km south of Belgaum. Dudhsagar Falls is amongst India&amp;#039;s tallest waterfalls with a height of 310 m(1017 feet) and an average width of 30 metres (100 feet).The falls is located in the Bhagwan Mahaveer Sanctuary and Mollem National Park among the Western Ghats. The waterfall forms the border between Karnataka and Goa states. The area is surrounded by a deciduous forests with a rich bio diversity. The falls are not particularly spectacular during the dry season but during the monsoon season however, the falls are fed by rains and form a huge force of water.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":15.314438,\"Long\":74.314307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/Dudhsagar_Falls,_Sonaulim,_Goa_10576_1580727655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1060,\"Title\":\"Mandovi River\",\"Description\":\"The Mandovi River otherwise called Mahadayi&amp;#039;or Mhadei stream, is portrayed as the life saver of the indian condition of Goa. The stream has a length of 77 km, 29 km in Karnataka and 52 km in Goa. It begins from a group of 30 springs at Bhimgad in the Western Ghats in the Belgaum region of Karnataka. The stream has a 2,032 km2 catchment zone in Karnataka and a 1,580 km2 catchment range in Goa. With its cerulean waters, Dudhsagar Falls and Varapoha Falls, it is otherwise called the Gomati in a couple places. The Mandovi and the Zuari are the two essential streams in the condition of Goa. The Mandovi enters Goa from the north by means of the Sattari Taluka in Goa and from Uttara Kannada District of Karnataka close to the Castle Rock Rly. Stn.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":15.490518,\"Long\":73.8080869,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/Mandovi_River_10576_1597650018.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1550,\"Title\":\"Scuba Diving\",\"Description\":\"Scuba diving\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":15.2993265,\"Long\":74.123996,\"Image\":\"Scuba_Diving_10576_1503487923.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":45930,\"Title\":\"Sindhudurg Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":45931,\"Title\":\"Tarkarli beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1064,\"Title\":\"Mangueshi Temple\",\"Description\":\"Shri Manguesh Temple is situated at Mangueshi Village in Pirol, Ponda taluka, Goa it is at a separation of 1km from Mardol and near Nagueshi, Panaji the Capital of Goa is around 22 km and Margao 26 km. The 400-year-old Shri Mangesh sanctuary devoted to Shiva emerges with its basic but stunning ly rich structure. The sanctuary is noted for the columns which are thought to be the most delightful among the sanctuary is Goa. There is a noticeable Nandi Bull which is thought to be the Vahana (Ve-hicle) of Shiva. A wonderful seven-storeyed deepstambha (light tower), remains at the doors in the sanctuary complex. The sanctuary likewise has a superb water tank, which is accepted to be the most seasoned part of the sanctuary. The temple is a modern piece of architecture blended with traditional Hindu pattern. The entrance to the temple bears an image, which wards off every thing impure from the inner precincts of the temple and maintains its sanctity.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":15.445068,\"Long\":73.966769,\"Image\":\"Mangueshi_Temple_10576_1503467756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":159,\"Title\":\"Basilica Of Bom Jesus Church\",\"Description\":\"The Bom Jesus Basilica is Goa&amp;#039;s most renowned church and among the most admired church by Christians worldwide, is partially in wrecks but still holds a model of simplicity and grace, and places a good example of Jesuit architecture. This is the only famous church of Old Goa, which is not coated on the outside, the lime plaster having been exposed off by a ardent Portuguese conservationist in 1950. Situated at Old Goa, 10 km east of Panaji, the Bom Jesus Basilica is a known World Heritage Monument. Bom Jesus&amp;#039; (literally, &amp;#039;Good (or Holy) Jesus&amp;#039;) is the name used for the Ecce Homo in the countries of Portuguese colonization. The Jesuit church is India&amp;rsquo;s first minor basilica, and is considered to be one of the best examples of baroque architecture in India.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":15.5010803,\"Long\":73.9149535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/42_1521283561.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8177,\"Title\":\"Se Cathedral\",\"Description\":\"The S&amp;eacute; Catedral de Santa Catarina, known as Se Cathedral, is the cathedral of the Latin Rite Roman Catholic Archdiocese of Goa and Daman and the seat of the Patriarch of the East Indies. It is located in Old Goa, India.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/Se_Cathedral_10576_1547550101.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":45932,\"Title\":\"Panjim Market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":16236,\"Title\":\"Dona Paula\",\"Description\":\"&lt;p&gt;Dona Paula, named for a Portuguese romantic heroine popular in local folklore, is an affluent area at the mouth of the Zuari River known for its ocean views. Dona Paula View Point is a lookout and promenade, home to Baroness von Leistner&acirc;&euro;&trade;s 1969 &acirc;&euro;&oelig;Image of India&acirc;&euro;\\u009d statue. Quiet Dona Paula Beach offers water sports and souvenir shops. Restaurants offering western and Indian food.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/4891_1589624942.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":45933,\"Title\":\"Mormugao Harbour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1119,\"Title\":\"Miramar Beach\",\"Description\":\"Miramar Beach Situated only three km from Goa&amp;#039;s capital, Panaji, Miramar shoreline is situated at the estuary of waterway Mandovi. The word Miramar is gotten from Portuguese word, which signifies &amp;#039;seeing the ocean&amp;#039;. The shoreline is acclaimed for its brilliant delicate sand and palm trees. It is said that the sand of the shoreline looks brighter in moonlight. The two-km long shoreline is well known and local people and nonnatives visit the shoreline in expansive numbers. It&amp;#039;s a most loved joint for a lackadaisical walk around as the sun sets on the far off skyline. Another fascination of the shoreline is that it offers wonderful perspective of Aguada Fort, worked by the Portuguese to shield their settlement Goa. The fortress is situated crosswise over Mandovi stream.\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":30.374367,\"Long\":-86.358558,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10576\\/sightseeing\\/Miramar_Beach_10576_1597649745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":45934,\"Title\":\"Mandovi River Cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10576,\"CityName\":\"Goa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"393570\",\"Title\":\"Arrival in Goa\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival in Goa, our representative will meet you and help you transfer to your hotel. Check-in into the hotel and spend rest of the day at leisure. Go around exploring the local area at your own pace, or visit the nearest beach to behold the sunset.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215145,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium 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\":\"393571\",\"Title\":\"Day Excursion to Dudhsagar Waterfalls\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, embark on a tour to one of the most beautiful waterfalls of India, Dudhsagar falls. Drive to the tiered waterfall on the Mandovi River, inside Bhagwan Mahavir Wild Life Sanctuary and Mollem National Park. Swim at the foot of the waterfalls whilst enjoying the site of free roaming monkeys around you.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nWhile on your way back to the hotel, stop for Spice Plantation tour (operational from October to May). Catch the sight of collecting and processing of spices by the farmers. Lunch (traditional Goan food) is also available at spice plantation at an extra cost.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215145,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2314,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1060,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"393572\",\"Title\":\"Full Day Scuba Diving\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Scuba Diving pick up is applicable from the following areas (Bambolim, Panjim, Dona Paula, Miramar, Old Goa, Pilar, Nerul, Pilarne, Betim, Britona, Sinquerim, Porvorim, Mapusa, Candolim, Calangute, Baga, Arpora, Anjuna, Vagator). Activities will be included :- Scuba Diving, Under Water Videography, Underwater Photgraphy, Sindhudurg Fort, Malvan, Tarkarli. (Pick-up from Hotel. Scuba diving near the island fort - Sindhudurg built during the reign of Shivajimaharaj in Malvan. 2-3mnts underwater videography per diver, 2-3 underwater photograph per diver. Sightseeing of Fort and prestine Tarkarli beach. Eligibility :- Kids above 8 yrs and adults below 60 yrs with physically, mentally and emotionally able to handle the skills and understand the knowledge will be eligible for this activity, timings 07:00 am - 18:00 pm. Air-conditioned vehicle to &amp;amp; fro hotel transfer on sharing \\/ private basis)&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215145,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1550,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":45930,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":45931,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"393573\",\"Title\":\"South Goa Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, we start our full-day South Goa tour with Shree Mangesh Temple, also called Shri Manguesh Temple, located within Mangeshi Village of Goa. This gorgeous 400-year-old temple is dedicated to Lord Shiva who&amp;rsquo;s worshipped in the form of Lord Mahueshi. Legends says that Lord Shiva who lost everything to Parvati over a game of dice came to Goa and disguised himself as a Tiger. He coincidentally scared Parvati who then asked to be rescued and Lord Shiva transformed back to his original form and followed her back. The name Manguesh came from Parvati who spoke &amp;ldquo;Mam Grisha&amp;rdquo; when asking for help.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nGoa is known for its serious of churches and convents of Old Goa. You don&amp;rsquo;t want to miss the famous Basilica of Bom Jesus, a church from the 1600s and the most popular church of Old Goa. It is within the UNESCO World Heritage Site and remains as an iconic landmark in Goa. Bom Jesus means &amp;ldquo;Good\\/Baby Jesus&amp;rdquo; As you enter the Jesuit church, you&amp;rsquo;ll see what remains some well-preserved remains of baroque architecture brought in by the Portuguese, earning it a place in the Seven Wonders of Portuguese Origin in the World. We&amp;rsquo;ll also visit Church of Our Lady, which is a Gothic-style church first built in 1541 on a hill that overlooks Panjim. The imposing design is credited to a famed architect of his time, Antoni Gaudi. Initially built as a chapel, it became a Paris in 1600 before a major construction took place in 1609 and turned it into the church we know today. In 18th century, the iconic symmetrical zigzag stairs were added and finally, Goa&amp;rsquo;s second largest bell tower in 1871. Then we move to where Goa&amp;rsquo;s largest bell is located, the S&amp;eacute; Catedral de Santa Catarina, a cathedral built to celebrate the Portuguese victory over a Muslim army in 1510 before capturing Old Goa on the day of the feast of Saint Catherine. The construction finished in 1619 since it began in 1562 and houses some of the most historically valuable artworks, paintings, sculptures, and the Chapel of the Cross of Miracles it was said a vision of Christ appeared on the year the construction finished.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nIf you have been dying to shop in Goa, then you&amp;rsquo;ll love Panjim Market, the haven of shopping lovers for local products, souvenirs, snacks, and anything you want in Goa. Take home something of Goa from here and maybe along with gifts to share with your loved ones back home.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBut if being in the crowd has been draining your energy, you&amp;rsquo;ll appreciate the quiet surrounding Dona Paul Beach has to offer. Named after a woman of charity in Portuguese India, Dona Paula Amaral Ant&amp;oacute;nia de Souto Maior, the villagers of Dona Paula renamed their village with hers to honor her memory after her contribution to improve the village&amp;rsquo;s quality of life. Today, people love to visit the beach which is only visited during peak seasons and is considerably sparse of people otherwise. Enjoy the gorgeous view of Mormugao Harbour, a major trading port of India since 1963, as vessels make their way in and out after exporting iron ores that reach 27.33 million tons a year.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nMiramar Beach of Goa is another stunning place you don&amp;rsquo;t want to miss. It used to be called the Gasper Dias Beach and is a hotspot for hangout or take part in watersport activities. Restaurants and bars can also be seen lining up near the beach with a great nightlife aspect as people join the beach party where famous Goan drinks and foods are served.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nSpice up your trip with Mandovi River Cruise at an extra cost. For around one hour, you&amp;rsquo;ll be taken on a ride on luxurious cruise through the Mandovi River and with the sunset as your backdrop. There is live DJ music, traditional dance performances in the Carnival Village before boarding.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nOvernight at hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215145,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1064,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":159,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8177,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":45932,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16236,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":45933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1119,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":45934,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"393574\",\"Title\":\"Departure from Goa\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Check-out from the hotel and get transferred to the airport to board your flight back home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"54158\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21765.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-01\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"21765.45\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21765.45,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21765.45,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"393570\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[393570],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"393571\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[393571],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"393572\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[393572],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"393573\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[393573],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"393574\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[393574],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Goa','Goa,Indian Subcontinent,West India,India,North Goa,South Goa','','10576',21765,21765,4,'',NULL,'[{\"day\":1,\"images\":\"Goa.jpg\"},{\"day\":2,\"images\":\"Dudhsagar Waterfall (1).jpg\"},{\"day\":3,\"images\":\"Scuba Diving.jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Goa (2).jpg\"}]',2,'',0,'2023-06-14 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-06-23 17:13:07','2023-06-14 00:00:00',1,1,'1','1','0','Goa tour package, 4N/5D Goa tour package, Book Goa Tour Package, Goa getaway, best of Goa, Goa holiday package','Experience the best of Goa in just 5 days! Explore stunning beaches, indulge in thrilling adventures, and immerse yourself in the vibrant culture. Book our amazing Goa tour package for an unforgettable 4-night getaway.','Book Amazing 4N/5D Goa Tour Package',NULL,'amazing-goa-tour-package',NULL,NULL,NULL,0),(244,55808,1,35,1,0,0,'Honeymoon,Family,Cruise,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":55808,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-route-of-japan_1687240026\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Tokyo\",\"DestinationPlacesSysId\":27427,\"SourcePlaces\":\"Tokyo\",\"SourcePlaceSysId\":27427,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Best of Japan Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Train Station Transfers,Sightseeing,Guided Tours,Cruise,Train Ticket,All Transfers\",\"PackageType\":\"Honeymoon,Family,Cruise,Heritage\",\"Validity\":{\"From\":\"2023-06-20\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":27427,\"Title\":\"Tokyo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27427,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4926,\"Title\":\"Tokyo Tower\",\"Description\":\"Tokyo Tower is a communications and observation tower in the Shiba-koen district of Minato, Tokyo, Japan. At 332.9 metres, it is the second-tallest structure in Japan. The structure is an Eiffel Tower-inspired lattice tower that is painted white and international orange to comply with air safety regulations. Over 150 million people have visited the tower.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":35.6585848,\"Long\":139.743244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/48_1547702925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7558,\"Title\":\"Asakusa Kannon\",\"Description\":\"Asakusa Kannon Temple (also called Sensoji) is the oldest temple in Tokyo. Its history goes back to 7th century. The legend says that in 628 two local fishermen caught a tiny statue in their net while fishing in the nearby Sumida river. The head of their village recognized it as the image of Kannon, Goddess of mercy. So they built a temple to enshrine and worship the Kannon statue.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/Asakusa_Kannon__27427_1544684269.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10140,\"Title\":\"Nakamise Shopping Street\",\"Description\":\"Numazu Nakamise Shopping Street is a popular shopping area located in Numazu city, Shizuoka Prefecture, Japan. It is a vibrant and bustling pedestrian street that stretches for approximately 500 meters and is lined with more than 60 shops and restaurants.\\r\\nThe street is known for its traditional Japanese architecture and atmosphere, which gives visitors a glimpse of what life was like in Japan in the past. The shops on the street sell a variety of goods, including local souvenirs, traditional Japanese sweets, and seafood from the nearby port.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27427\\/sightseeing\\/nakamise_shopping_street_27427_1680164458.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4918,\"Title\":\"Imperial Palace\",\"Description\":\"The Tokyo Imperial Palace is the primary residence of the Emperor of Japan. It is a large park-like area located in the Chiyoda ward of Tokyo and contains buildings including the main palace, the private residences of the Imperial Family, an archive, museums and administrative offices. It is built on the site of the old Edo Castle. The total area including the gardens is 1.15 square kilometres. During the height of the 1980s Japanese property bubble, the palace grounds were valued by some to be more than the value of all of the real estate in the state of California.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":35.6851793,\"Long\":139.75061,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/48_1525634227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48236,\"Title\":\"Odaiba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48237,\"Title\":\"Kotoku-in Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48238,\"Title\":\"Komachi-dori Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48239,\"Title\":\"Hase-dera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6668,\"Title\":\"Hakone\",\"Description\":\"Hakone, in Japan&#039;s Fuji-Hakone-Izu National Park west of Tokyo, is a mountainous town known for its hot springs resorts (onsen) and views of the iconic volcano Mount Fuji. It also encompasses Hakone Shrine, a Shinto shrine with a red &acirc;&euro;&oelig;torii&acirc;&euro;\\u009d gate overlooking Lake Ashi, which can be toured by boat, as well as the boiling sulphur springs of the Owakudani Valley.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/36_1530874707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6666,\"Title\":\"Mt. Fuji\",\"Description\":\"Japan&acirc;&euro;&trade;s Mt. Fuji is an active volcano about 100 kilometers southwest of Tokyo. Commonly called &acirc;&euro;&oelig;Fuji-san,&acirc;&euro;\\u009d it&acirc;&euro;&trade;s the country&acirc;&euro;&trade;s tallest peak, at 3,776 meters. A pilgrimage site for centuries, it&acirc;&euro;&trade;s considered one of Japan&acirc;&euro;&trade;s 3 sacred mountains, and summit hikes remain a popular activity. Its iconic profile is the subject of numerous works of art, notably Edo Period prints by Hokusai and Hiroshige.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/36_1530874565.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17929,\"Title\":\"Boat Cruise on Lake Ashi\",\"Description\":\"Two companies, Hakone Sightseeing Boats and Izuhakone Sightseeing Boats, operate boats between Moto-Hakone and Hakone-machi at the lake&amp;#039;s southern shores and Togendai and Kojiri at the lake&amp;#039;s northern end. A boat cruise from one end of the lake to the other takes roughly 30 minutes and costs 1050 yen. The Hakone Free Pass is valid on the pirate ship shaped Hakone Sightseeing Boats but not on boats operated by Izuhakone.\",\"CurrencyType\":0,\"CityId\":11358,\"CityName\":\"Hakone\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11358\\/sightseeing\\/Boat_Cruise_on_Lake_Ashi_11358_1605526410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48240,\"Title\":\"Owakudani Ropeway\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48241,\"Title\":\"Lake Kawaguchiko\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7586,\"Title\":\"Osaka Castle\",\"Description\":\"Osaka Castle is a Japanese castle in Ch&Aring;&laquo;&Aring;\\u008d-ku, Osaka, Japan. The castle is one of Japan&amp;#039;s most famous landmarks and it played a major role in the unification of Japan during the sixteenth century of the Azuchi-Momoyama period.\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32378\\/sightseeing\\/Osaka_Castle_32378_1544700694.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48242,\"Title\":\"Namba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48243,\"Title\":\"Shinsaibashi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8158,\"Title\":\"Kiyomizu-dera Temple\",\"Description\":\"Kiyomizudera (&aelig;&cedil;&hellip;&aelig;&deg;&acute;&aring;&macr;&ordm;, literally &amp;quot;Pure Water Temple&amp;quot;) is one of the most celebrated temples of Japan. It was founded in 780 on the site of the Otowa Waterfall in the wooded hills east of Kyoto, and derives its name from the fall&amp;#039;s pure waters. The temple was originally associated with the Hosso sect, one of the oldest schools within Japanese Buddhism, but formed its own Kita Hosso sect in 1965. In 1994, the temple was added to the list of UNESCO world heritage sites.\",\"CurrencyType\":0,\"CityId\":14674,\"CityName\":\"Kyoto\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14674\\/sightseeing\\/Kiyomizu-dera_Temple_14674_1547452234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4920,\"Title\":\"Kinkaku-ji Temple\",\"Description\":\"Kinkaku-ji, officially named Rokuon-ji, is a Zen Buddhist temple in Kyoto, Japan. It is one of the most popular buildings in Japan, attracting a large number of visitors annually. It is designated as a National Special Historic Site and a National Special Landscape, and it is one of 17 locations making up the Historic Monuments of Ancient Kyoto which are World Heritage Sites. The site of Kinkaku-ji was originally a villa called Kitayama-dai, belonging to a powerful statesman, Saionji Kintsune. Kinkaku-ji&#039;s history dates to 1397, when the villa was purchased from the Saionji family by sh&Aring;\\u008dgun Ashikaga Yoshimitsu, and transformed into the Kinkaku-ji complex. When Yoshimitsu died, the building was converted into a Zen temple by his son, according to his wishes.\",\"CurrencyType\":0,\"CityId\":14674,\"CityName\":\"Kyoto\",\"Lat\":35.0393744,\"Long\":135.727054,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14674\\/sightseeing\\/48_1525634686.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7582,\"Title\":\"Deer Park\",\"Description\":\"Nara Park (&aring;&yen;&circ;&egrave;&permil;&macr;&aring;&hellip;&not;&aring;&oelig;&rsquo; Nara K&Aring;\\u008den) is a public park located in the city of Nara, Japan, at the foot of Mount Wakakusa. Established in 1880 it is one of the oldest parks in Japan. Administratively, the park is under the control of Nara Prefecture. The park is one of the &amp;quot;Places of Scenic Beauty&amp;quot; designated by the Ministry of Education, Culture, Sports, Science and Technology (MEXT). Over 1,200 wild sika deer (&atilde;&sbquo;&middot;&atilde;&sbquo;&laquo; or &eacute;&sup1;&iquest; shika) freely roaming around in the park are also under designation of MEXT, classified as natural treasure. While the official size of the park is about 502 hectares (1,240 acres), the area including the grounds of T&Aring;\\u008ddai-ji, K&Aring;\\u008dfuku-ji, and Kasuga Shrine, which are either on the edge or surrounded by Nara Park, is as large as 660 hectares.\",\"CurrencyType\":0,\"CityId\":18996,\"CityName\":\"Nara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18996\\/sightseeing\\/Deer_Park_18996_1544699099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48244,\"Title\":\"Todai-ji Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":32378,\"Title\":\"Osaka\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32378,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4926,\"Title\":\"Tokyo Tower\",\"Description\":\"Tokyo Tower is a communications and observation tower in the Shiba-koen district of Minato, Tokyo, Japan. At 332.9 metres, it is the second-tallest structure in Japan. The structure is an Eiffel Tower-inspired lattice tower that is painted white and international orange to comply with air safety regulations. Over 150 million people have visited the tower.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":35.6585848,\"Long\":139.743244,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/48_1547702925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7558,\"Title\":\"Asakusa Kannon\",\"Description\":\"Asakusa Kannon Temple (also called Sensoji) is the oldest temple in Tokyo. Its history goes back to 7th century. The legend says that in 628 two local fishermen caught a tiny statue in their net while fishing in the nearby Sumida river. The head of their village recognized it as the image of Kannon, Goddess of mercy. So they built a temple to enshrine and worship the Kannon statue.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/Asakusa_Kannon__27427_1544684269.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":10140,\"Title\":\"Nakamise Shopping Street\",\"Description\":\"Numazu Nakamise Shopping Street is a popular shopping area located in Numazu city, Shizuoka Prefecture, Japan. It is a vibrant and bustling pedestrian street that stretches for approximately 500 meters and is lined with more than 60 shops and restaurants.\\r\\nThe street is known for its traditional Japanese architecture and atmosphere, which gives visitors a glimpse of what life was like in Japan in the past. The shops on the street sell a variety of goods, including local souvenirs, traditional Japanese sweets, and seafood from the nearby port.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/27427\\/sightseeing\\/nakamise_shopping_street_27427_1680164458.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4918,\"Title\":\"Imperial Palace\",\"Description\":\"The Tokyo Imperial Palace is the primary residence of the Emperor of Japan. It is a large park-like area located in the Chiyoda ward of Tokyo and contains buildings including the main palace, the private residences of the Imperial Family, an archive, museums and administrative offices. It is built on the site of the old Edo Castle. The total area including the gardens is 1.15 square kilometres. During the height of the 1980s Japanese property bubble, the palace grounds were valued by some to be more than the value of all of the real estate in the state of California.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":35.6851793,\"Long\":139.75061,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/48_1525634227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48236,\"Title\":\"Odaiba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48237,\"Title\":\"Kotoku-in Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48238,\"Title\":\"Komachi-dori Street\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48239,\"Title\":\"Hase-dera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6668,\"Title\":\"Hakone\",\"Description\":\"Hakone, in Japan&#039;s Fuji-Hakone-Izu National Park west of Tokyo, is a mountainous town known for its hot springs resorts (onsen) and views of the iconic volcano Mount Fuji. It also encompasses Hakone Shrine, a Shinto shrine with a red &acirc;&euro;&oelig;torii&acirc;&euro;\\u009d gate overlooking Lake Ashi, which can be toured by boat, as well as the boiling sulphur springs of the Owakudani Valley.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/36_1530874707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6666,\"Title\":\"Mt. Fuji\",\"Description\":\"Japan&acirc;&euro;&trade;s Mt. Fuji is an active volcano about 100 kilometers southwest of Tokyo. Commonly called &acirc;&euro;&oelig;Fuji-san,&acirc;&euro;\\u009d it&acirc;&euro;&trade;s the country&acirc;&euro;&trade;s tallest peak, at 3,776 meters. A pilgrimage site for centuries, it&acirc;&euro;&trade;s considered one of Japan&acirc;&euro;&trade;s 3 sacred mountains, and summit hikes remain a popular activity. Its iconic profile is the subject of numerous works of art, notably Edo Period prints by Hokusai and Hiroshige.\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27427\\/sightseeing\\/36_1530874565.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17929,\"Title\":\"Boat Cruise on Lake Ashi\",\"Description\":\"Two companies, Hakone Sightseeing Boats and Izuhakone Sightseeing Boats, operate boats between Moto-Hakone and Hakone-machi at the lake&amp;#039;s southern shores and Togendai and Kojiri at the lake&amp;#039;s northern end. A boat cruise from one end of the lake to the other takes roughly 30 minutes and costs 1050 yen. The Hakone Free Pass is valid on the pirate ship shaped Hakone Sightseeing Boats but not on boats operated by Izuhakone.\",\"CurrencyType\":0,\"CityId\":11358,\"CityName\":\"Hakone\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11358\\/sightseeing\\/Boat_Cruise_on_Lake_Ashi_11358_1605526410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48240,\"Title\":\"Owakudani Ropeway\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48241,\"Title\":\"Lake Kawaguchiko\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27427,\"CityName\":\"Tokyo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7586,\"Title\":\"Osaka Castle\",\"Description\":\"Osaka Castle is a Japanese castle in Ch&Aring;&laquo;&Aring;\\u008d-ku, Osaka, Japan. The castle is one of Japan&amp;#039;s most famous landmarks and it played a major role in the unification of Japan during the sixteenth century of the Azuchi-Momoyama period.\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32378\\/sightseeing\\/Osaka_Castle_32378_1544700694.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48242,\"Title\":\"Namba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48243,\"Title\":\"Shinsaibashi\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":8158,\"Title\":\"Kiyomizu-dera Temple\",\"Description\":\"Kiyomizudera (&aelig;&cedil;&hellip;&aelig;&deg;&acute;&aring;&macr;&ordm;, literally &amp;quot;Pure Water Temple&amp;quot;) is one of the most celebrated temples of Japan. It was founded in 780 on the site of the Otowa Waterfall in the wooded hills east of Kyoto, and derives its name from the fall&amp;#039;s pure waters. The temple was originally associated with the Hosso sect, one of the oldest schools within Japanese Buddhism, but formed its own Kita Hosso sect in 1965. In 1994, the temple was added to the list of UNESCO world heritage sites.\",\"CurrencyType\":0,\"CityId\":14674,\"CityName\":\"Kyoto\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14674\\/sightseeing\\/Kiyomizu-dera_Temple_14674_1547452234.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4920,\"Title\":\"Kinkaku-ji Temple\",\"Description\":\"Kinkaku-ji, officially named Rokuon-ji, is a Zen Buddhist temple in Kyoto, Japan. It is one of the most popular buildings in Japan, attracting a large number of visitors annually. It is designated as a National Special Historic Site and a National Special Landscape, and it is one of 17 locations making up the Historic Monuments of Ancient Kyoto which are World Heritage Sites. The site of Kinkaku-ji was originally a villa called Kitayama-dai, belonging to a powerful statesman, Saionji Kintsune. Kinkaku-ji&#039;s history dates to 1397, when the villa was purchased from the Saionji family by sh&Aring;\\u008dgun Ashikaga Yoshimitsu, and transformed into the Kinkaku-ji complex. When Yoshimitsu died, the building was converted into a Zen temple by his son, according to his wishes.\",\"CurrencyType\":0,\"CityId\":14674,\"CityName\":\"Kyoto\",\"Lat\":35.0393744,\"Long\":135.727054,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14674\\/sightseeing\\/48_1525634686.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7582,\"Title\":\"Deer Park\",\"Description\":\"Nara Park (&aring;&yen;&circ;&egrave;&permil;&macr;&aring;&hellip;&not;&aring;&oelig;&rsquo; Nara K&Aring;\\u008den) is a public park located in the city of Nara, Japan, at the foot of Mount Wakakusa. Established in 1880 it is one of the oldest parks in Japan. Administratively, the park is under the control of Nara Prefecture. The park is one of the &amp;quot;Places of Scenic Beauty&amp;quot; designated by the Ministry of Education, Culture, Sports, Science and Technology (MEXT). Over 1,200 wild sika deer (&atilde;&sbquo;&middot;&atilde;&sbquo;&laquo; or &eacute;&sup1;&iquest; shika) freely roaming around in the park are also under designation of MEXT, classified as natural treasure. While the official size of the park is about 502 hectares (1,240 acres), the area including the grounds of T&Aring;\\u008ddai-ji, K&Aring;\\u008dfuku-ji, and Kasuga Shrine, which are either on the edge or surrounded by Nara Park, is as large as 660 hectares.\",\"CurrencyType\":0,\"CityId\":18996,\"CityName\":\"Nara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18996\\/sightseeing\\/Deer_Park_18996_1544699099.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48244,\"Title\":\"Todai-ji Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32378,\"CityName\":\"Osaka\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"407244\",\"Title\":\"Arrival at International Airport and Transfer to Hotel\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at the international airport in Tokyo, our representative will meet you and assist with the transfer to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relax and settle in for your exciting journey ahead.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"407245\",\"Title\":\"Full Day Tokyo City Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Start your day with a visit to Tokyo Tower, where you can enjoy breathtaking views of the cityscape.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the historic Asakusa Kannon Temple and stroll through Nakamise Arcade, known for its traditional shops and street food.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Imperial Palace, a symbol of Tokyo&amp;#39;s rich history and the residence of the Emperor.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the futuristic atmosphere of Odaiba, a man-made island with stunning architecture, shopping centers, and entertainment venues.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4926,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7558,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":10140,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4918,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48236,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"407246\",\"Title\":\"Kamakura Tour from Tokyo\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Embark on a day trip to Kamakura, a charming coastal town renowned for its ancient temples and shrines.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the iconic Kotoku-in Temple and marvel at the famous Great Buddha statue.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the lively Komachi-dori Street, lined with shops and eateries offering local delights.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the serene Hase-dera Temple and its beautiful gardens.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":48237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48238,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48239,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"407247\",\"Title\":\"Mt. Fuji &amp; Hakone Tour from Tokyo\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Experience the majestic beauty of Mt. Fuji and the scenic Hakone region on this day tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Mt. Fuji 5th Station and capture breathtaking views of the iconic peak.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy a relaxing cruise ride on Lake Ashi and admire the picturesque surroundings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take a thrilling ride on the Owakudani Ropeway and witness volcanic activity up close.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the charming town of Hakone and take in the natural beauty of Lake Kawaguchiko.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":6668,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6666,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17929,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48240,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48241,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"407248\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"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\":\"407251\",\"Title\":\"Tokyo to Osaka by Bullet Train and Half Day City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Travel from Tokyo to Osaka on a high-speed bullet train and experience Japan&amp;#39;s efficient transportation system.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arrival in Osaka, embark on a half-day city tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the grand Osaka Castle, a magnificent landmark with a rich history.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Namba and Shinsaibashi for a shopping spree, where you can find a variety of trendy boutiques and local shops.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32378,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":7586,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48243,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"407252\",\"Title\":\"Sameday Kyoto &amp; Nara Tour from Osaka\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Explore the cultural treasures of Kyoto and Nara on a day trip from Osaka.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the iconic Kiyomizu Temple, known for its stunning wooden architecture and panoramic views.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the Golden Pavilion, Kinkaku-ji Temple, and its beautiful surrounding gardens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Encounter friendly deer at Nara Deer Park and visit Todai-ji Temple, home to the Great Buddha.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy a leisurely stroll along a shopping street, if time permits.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32378,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":8158,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4920,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7582,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48244,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"407253\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32378,\"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\":\"407261\",\"Title\":\"Osaka to Tokyo by Bullet Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Check out from your Osaka hotel and make your own way to Osaka Station.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Board a bullet train to Tokyo and experience the thrill of high-speed travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive at Tokyo Station and make your own way to your Tokyo hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"407262\",\"Title\":\"Free Day until Departure and Departure Transfer to Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy a free day in Tokyo to explore the city at your own pace, indulge in shopping, or revisit your favorite spots.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening, our private vehicle will transfer you to the airport for your departure, ensuring a smooth and comfortable journey back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27427,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"55808\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"287990.88\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-20\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"287990.88\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":287990.88,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3444,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-20\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"287990.88\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":287990.88,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":3444,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;20% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"407244\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[407244],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"407245\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[407245],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407246\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[407246],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407247\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[407247],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407248\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[407248],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"407251\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[407251],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407252\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[407252],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407253\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[407253],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"407261\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[407261],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"407262\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[407262],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Tokyo,Osaka','Tokyo,Orient,Japan,Osaka,Hakone,Kamakura,Kyoto,Nara','','27427,32378',287991,287991,7,'244_1687244935_0.jpg,244_1687244935_1.jpg,244_1687244935_2.jpg,244_1687244935_3.jpg,244_1687244935_4.jpg',NULL,'[{\"day\":1,\"images\":\"Tokyo Tower.jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Tokyo.jpg\"},{\"day\":4,\"images\":\"Mt. Fuji (1).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Bullet Train.jpg\"},{\"day\":8,\"images\":\"Tokyo Airport.jpg\"}]',2,'',0,'2023-06-20 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Japan','110','2023-06-23 17:13:07','2023-06-20 00:00:00',1,1,'1','1','0','Japan tour package, Tokyo sightseeing tour, Kamakura day trip, Mt. Fuji and Hakone tour, Kyoto and Nara tour, Osaka city tour, Bullet train travel in Japan, Japan itinerary 8 days, Best of Japan travel, Japan cultural heritage exploration','Experience the best of Japan with our 7N 8D tour package. Explore Tokyo\'s iconic landmarks, visit Kamakura\'s historic temples, witness the beauty of Mt. Fuji and Hakone, immerse yourself in Kyoto\'s cultural heritage, and discover Osaka\'s vibrant cityscape. Book now!','7N 8D Best Of Japan Tour Package: Tokyo & Osaka',NULL,'best-of-japan-tour',NULL,NULL,NULL,0),(245,56042,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Cruise,Heritage,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":56042,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/best-of-south-africa-tour_1687415332\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Best Of South Africa Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Activity,Sightseeing,Cruise,Trekking,Self Driven Car\\/Jeep,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Cruise,Heritage,Road Trip\",\"Validity\":{\"From\":\"2023-06-22\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13189,\"Title\":\"Johannesburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":396632,\"Name\":\"Emperors Palace - Peermont Mondior\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-26.144723\",\"Long\":\"28.223416\",\"Address\":\"Emperors Palace 64 Jones Street Jet Park Kempton Park Gauteng, Johannesburg, South Africa, \"},\"Images\":[],\"CityId\":13189,\"Brief\":\"Facilities\\nA safe, internet access, wireless internet access, a restaurant, a breakfast room, a bar and a laundry are available to guests. Shopping facilities are available. Guests arriving in their own vehicles can park in the car park. A shuttle service is offered.\\nRooms\\nAll accommodation units feature air conditioning and a bathroom. A safe and a minibar also feature. The rooms offer a range of amenities, including tea and coffee making equipment. Other features include internet access, a telephone and a TV. In the bathrooms, guests will find a shower and a hairdryer.\\nSports\\/Entertainment\\nGuests have plenty of recreational options, with a range of sport and leisure opportunities. Sun loungers and parasols are also available. Variety is offered by the range of sports and leisure options available at the establishment, including a gym and a beauty salon. Copyright GIATA 2004 - 2015. Multilingual, powered by www.giata.com for client no. 124988\\nMeals\\nBreakfast is bookable as a board option.\\nPayment\\nThe following credit cards are accepted at the establishment: VISA and MasterCard.The Emperors Palace - Peermont Mondior is a  hotel. Located in Johannesburg area.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17721,\"Title\":\"V&amp;A Waterfront\",\"Description\":\"The Victoria &amp;amp; Alfred Waterfront in Cape Town is situated on the Atlantic shore, Table Bay Harbour, the City of Cape Town and Table Mountain. Adrian van der Vyver designed the complex.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/V&amp;A_Waterfront__5069_1602162193.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48523,\"Title\":\"The Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":8430,\"Title\":\"Port Elizabeth\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":560954,\"Name\":\"Kariega River Lodge\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":8430,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Suite\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17721,\"Title\":\"V&amp;A Waterfront\",\"Description\":\"The Victoria &amp;amp; Alfred Waterfront in Cape Town is situated on the Atlantic shore, Table Bay Harbour, the City of Cape Town and Table Mountain. Adrian van der Vyver designed the complex.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/V&amp;A_Waterfront__5069_1602162193.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48523,\"Title\":\"The Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":14261,\"Title\":\"Knysna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":396733,\"Name\":\"The Rex Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-34.0394914337234\",\"Long\":\"23.0452689528465\",\"Address\":\"8 Gray Street, Knysna, \"},\"Images\":[],\"CityId\":14261,\"Brief\":\"With its superior service and exceptional comfort, this impeccably appointed hotel offers travellers a gateway to world-class restaurants, blossoming forests and the shores of the serene lagoon. The luxuriously appointed apartments feature kitchenettes. The hotel has a chic bistro style restaurant.\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/1625ad82f1c13e6097dddf0e3f45ff11-313940.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17721,\"Title\":\"V&amp;A Waterfront\",\"Description\":\"The Victoria &amp;amp; Alfred Waterfront in Cape Town is situated on the Atlantic shore, Table Bay Harbour, the City of Cape Town and Table Mountain. Adrian van der Vyver designed the complex.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/V&amp;A_Waterfront__5069_1602162193.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48523,\"Title\":\"The Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":11911,\"Title\":\"Hermanus\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":560975,\"Name\":\"Misty Waves Boutique Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11911,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Ground Facing\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17721,\"Title\":\"V&amp;A Waterfront\",\"Description\":\"The Victoria &amp;amp; Alfred Waterfront in Cape Town is situated on the Atlantic shore, Table Bay Harbour, the City of Cape Town and Table Mountain. Adrian van der Vyver designed the complex.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/V&amp;A_Waterfront__5069_1602162193.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48523,\"Title\":\"The Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17721,\"Title\":\"V&amp;A Waterfront\",\"Description\":\"The Victoria &amp;amp; Alfred Waterfront in Cape Town is situated on the Atlantic shore, Table Bay Harbour, the City of Cape Town and Table Mountain. Adrian van der Vyver designed the complex.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/V&amp;A_Waterfront__5069_1602162193.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48523,\"Title\":\"The Funicular\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"408922\",\"Title\":\"Arrival in Johannesburg\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at OR Tambo International Airport, you will be met and transferred to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the rest of the day at leisure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396632,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Double 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\":\"408923\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"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\":\"408924\",\"Title\":\"Johannesburg to Port Elizabeth\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Depart from your hotel via hotel shuttle service to OR Tambo International Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fly to Port Elizabeth Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arrival, you will be met and transferred to Kariega River Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy an evening game drive and dinner.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board meals (breakfast, lunch, and dinner) included.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560954,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Luxury Suite\"}],\"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\":\"408925\",\"Title\":\"Game Drives at Kariega River Lodge\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Experience morning and afternoon game drives at Kariega River Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board meals included.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560954,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Luxury Suite\"}],\"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\":\"408926\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"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\":\"408927\",\"Title\":\"Kariega River Lodge to Knysna\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from Kariega River Lodge to Port Elizabeth.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Collect your vehicle and enjoy the afternoon at leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed to Knysna for your John Ben sunset cruise.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396733,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"408928\",\"Title\":\"Full-Day Tour to Oudtshoorn\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy a full-day tour to Oudtshoorn, including visits to the Cango Caves, Cango Wildlife Ranch, and Safari Ostrich Farm.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396733,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":48518,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48519,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48520,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"408929\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"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\":\"408930\",\"Title\":\"Knysna to Hermanus (Self Drive)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Depart from Knysna and travel to Hermanus.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy the day at leisure with optional tours such as ziplining, quad biking, and wine tasting.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11911,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Ground Facing\"}],\"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\":\"408931\",\"Title\":\"Leisure Day in Hermanus\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Spend the day at leisure in Hermanus.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional tours available, including shark cage diving, whale watching, and Segway tours.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11911,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Ground Facing\"}],\"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\":\"408932\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11911,\"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\":\"408933\",\"Title\":\"Hermanus to Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Depart from Hermanus and travel to Cape Town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return your vehicle and make your own way to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the day at leisure exploring the V&amp;amp;A Waterfront.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\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\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17721,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"408934\",\"Title\":\"Private Half-Day City Orientation Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Take a private half-day city orientation tour, including a visit to Table Mountain (including Table Mountain Tickets).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\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\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"408935\",\"Title\":\"Private Full-Day Cape Point &amp; Peninsula Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Enjoy a private full-day tour of Cape Point and the Peninsula.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Highlights include Hout Bay, Seal Island Cruise, Chapman&amp;#39;s Peak, Cape Point Nature Reserve, the Funicular, and Boulders Beach.&lt;\\/p&gt;\\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\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7668,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7670,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48522,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48523,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"408936\",\"Title\":\"Departure from Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from your hotel to Cape Town International Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Board your flight for your journey back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56042\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"140679.26\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-22\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"140679.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":140679.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":30838.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;TCS 20% Extra&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;Daily breakfast&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfers wherever mentioned in a sedan\\/8 seater vehicle (Johannesburg, Port Elizabeth and Cape Town )&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Self Drive &amp;ndash; Knysna to Hermanus&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full day Oudtshoorn Tour -&amp;nbsp; ( incl Cango Caves , Cango Wildlife Ranch and Safari Ostrich Farm )&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Featherbed John Ben cruise 1.5hours&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private half Day city orientation tour including Table Mountain ( incl. Table Mountain Tickets )&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Cape Point &amp;amp; Peninsula Tour (incl. Hout Bay, Seal Island Cruise, Chapmans Peak, Cape Point Nature Reserve, Return Funicular, Boulders Beach)&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"408922\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[408922],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"408923\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[408923],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"408924\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[408924],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408925\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[408925],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408926\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[408926],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"408927\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[408927],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408928\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[408928],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408929\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[408929],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"408930\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[408930],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408931\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[408931],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408932\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[408932],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"408933\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[408933],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408934\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[408934],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408935\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[408935],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"408936\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[408936],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Johannesburg,Port Elizabeth,Knysna,Hermanus,Cape Town','Johannesburg,Southern Africa,South Africa,Port Elizabeth,Knysna,Hermanus,Cape Town','','13189,8430,14261,11911,5069',140679,140679,10,'',NULL,'[{\"day\":1,\"images\":\"South Africa (1).png\"},{\"day\":2,\"images\":\"South Africa (2).png\"},{\"day\":3,\"images\":\"South Africa (3).png\"},{\"day\":4,\"images\":\"South Africa (4).png\"},{\"day\":5,\"images\":\"South Africa (5).png\"},{\"day\":6,\"images\":\"South Africa (6).png\"},{\"day\":7,\"images\":\"South Africa (7).png\"},{\"day\":8,\"images\":\"South Africa (9).png\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"South Africa (8).png\"}]',2,'',0,'2023-06-22 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'South Africa','195','2023-06-23 17:13:07','2023-06-22 00:00:00',1,1,'1','1','0','','','',NULL,'best-of-south-africa-tour',NULL,NULL,NULL,0),(246,56073,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Activites Tour,Road Trip,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":56073,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/south-africa-budget-package_1687426399\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Reisen Tours\",\"Name\":\"South Africa Budget Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Activity,Sightseeing,Cruise,Jungle Safari\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Activites Tour,Road Trip,River Cruises\",\"Validity\":{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13189,\"Title\":\"Johannesburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561044,\"Name\":\"Peermont Metcourt Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13189,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&acirc;&euro;&trade;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 &acirc;&euro;&ldquo; 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 &acirc;&euro;&ldquo; the Tarantula and the Scorpion, and two tube rides &acirc;&euro;&ldquo; 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 &acirc;&euro;&tilde;Chimp &amp; Zee&acirc;&euro;&trade; 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&acirc;&euro;&trade;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48578,\"Title\":\"half-day city orientation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7666,\"Title\":\"Lighthouse\",\"Description\":\"The Green Point Lighthouse, Cape Town is an operational lighthouse on the South African coast. First lit on 12 April 1824, it is located on Mouille Point. The lighthouse was the first solid lighthouse structure on the South African coast and the oldest operational lighthouse in South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Lighthouse_5069_1545042867.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":26381,\"Title\":\"Sun City\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561045,\"Name\":\"Sun City Cabanas\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":26381,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":561046,\"Name\":\"Bakubung Bush Lodge\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":26381,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&acirc;&euro;&trade;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 &acirc;&euro;&ldquo; 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 &acirc;&euro;&ldquo; the Tarantula and the Scorpion, and two tube rides &acirc;&euro;&ldquo; 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 &acirc;&euro;&tilde;Chimp &amp; Zee&acirc;&euro;&trade; 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&acirc;&euro;&trade;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48578,\"Title\":\"half-day city orientation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7666,\"Title\":\"Lighthouse\",\"Description\":\"The Green Point Lighthouse, Cape Town is an operational lighthouse on the South African coast. First lit on 12 April 1824, it is located on Mouille Point. The lighthouse was the first solid lighthouse structure on the South African coast and the oldest operational lighthouse in South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Lighthouse_5069_1545042867.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":14261,\"Title\":\"Knysna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561047,\"Name\":\"Graywood Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14261,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&acirc;&euro;&trade;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 &acirc;&euro;&ldquo; 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 &acirc;&euro;&ldquo; the Tarantula and the Scorpion, and two tube rides &acirc;&euro;&ldquo; 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 &acirc;&euro;&tilde;Chimp &amp; Zee&acirc;&euro;&trade; 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&acirc;&euro;&trade;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48578,\"Title\":\"half-day city orientation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7666,\"Title\":\"Lighthouse\",\"Description\":\"The Green Point Lighthouse, Cape Town is an operational lighthouse on the South African coast. First lit on 12 April 1824, it is located on Mouille Point. The lighthouse was the first solid lighthouse structure on the South African coast and the oldest operational lighthouse in South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Lighthouse_5069_1545042867.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":5069,\"Title\":\"Cape Town\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561049,\"Name\":\"Holiday In Express Cape Town\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5069,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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&acirc;&euro;&trade;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 &acirc;&euro;&ldquo; 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 &acirc;&euro;&ldquo; the Tarantula and the Scorpion, and two tube rides &acirc;&euro;&ldquo; 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 &acirc;&euro;&tilde;Chimp &amp; Zee&acirc;&euro;&trade; 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&acirc;&euro;&trade;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48518,\"Title\":\"Cango Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48519,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48520,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48578,\"Title\":\"half-day city orientation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7666,\"Title\":\"Lighthouse\",\"Description\":\"The Green Point Lighthouse, Cape Town is an operational lighthouse on the South African coast. First lit on 12 April 1824, it is located on Mouille Point. The lighthouse was the first solid lighthouse structure on the South African coast and the oldest operational lighthouse in South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Lighthouse_5069_1545042867.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"409236\",\"Title\":\"Arrival at OR Tambo International Airport\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon arrival, proceed with the Peermont Shuttle service to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day at leisure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561044,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409237\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409238\",\"Title\":\"Transfer to Sun City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, meet and transfer from your hotel to Sun City.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the day at leisure and visit the Valley of Waves.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561045,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"409239\",\"Title\":\"Transfer to Bakubung Bush Lodge\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;In the morning, meet and transfer from Sun City to Bakubung Bush Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy an evening game drive and dinner at the lodge.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409240\",\"Title\":\"Transfer to Bakubung Bush Lodge\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;In the morning, meet and transfer from Sun City to Bakubung Bush Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy an evening game drive and dinner at the lodge.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561046,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409241\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409242\",\"Title\":\"Game Drive and OR Tambo International Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Embark on a morning game drive at Bakubung Bush Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After breakfast, depart for Sun City and transfer to OR Tambo International Airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fly to George Airport and meet the transfer to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy a sunset cruise on the John Ben.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561047,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409243\",\"Title\":\"Oudtshoorn Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Private full-day Oudtshoorn Tour, including visits to Cango Caves, Safari Ostrich Farm, and Cango Wildlife Ranch.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to your hotel and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561047,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":48518,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48519,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48520,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409244\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409245\",\"Title\":\"Drive from Knysna to Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, enjoy a scenic drive from Knysna to Cape Town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day at leisure in Cape Town.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409246\",\"Title\":\"City Orientation Tour and Table Mountain\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Private half-day city orientation tour, including a visit to Table Mountain (including Table Mountain tickets).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the sights of Cape Town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay at your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":48578,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409247\",\"Title\":\"Cape Point &amp; Peninsula Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Private full-day Cape Point &amp;amp; Peninsula Tour, including stops at Hout Bay, Seal Island Cruise, Chapman&amp;rsquo;s Peak, Cape Point Nature Reserve, and Boulders Beach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take the funicular up to the Cape Point lighthouse.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to your hotel and overnight stay.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561049,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7668,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48522,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7666,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7670,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409248\",\"Title\":\"Departure from Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Meet the transfer from your hotel to Cape Town International Airport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Board your flight homebound.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"56073\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59706.06\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"59706.06\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59706.06,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":13088.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"61765.71\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61765.71,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":13539.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"64855.20\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":64855.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14217,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"66938.80\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":66938.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":14673.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"76135.41\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":76135.41,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":16689.75,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-22\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"98240.77\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":98240.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":21535.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;20% TCS Extra&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;Daily breakfast, 1 Dinner&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfers wherever mentioned in a sedan\\/8-seater vehicle (Metcourt to Sun City, Garden Route &amp;amp; Cape Town)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Morning and Evening Game drive&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full day Oudtshoorn Tour (incl. Cango Caves, Safari Ostrich, Cango Wildlife Ranch)&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;John Ben 1.5hr Sun Set Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private half-day city orientation tour including Table Mountain (incl. Table Mountain Tickets)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Cape Point &amp;amp; Peninsula Tour (incl. Hout Bay, Seal Island Cruise, Chapmans Peak, Cape Point Nature Reserve, Return Funicular, Boulders Beach)&amp;nbsp;&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"409236\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[409236],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409237\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[409237],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409238\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[409238],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409239\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[409239],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409240\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[409240],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409241\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[409241],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409242\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[409242],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409243\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[409243],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409244\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[409244],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409245\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[409245],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409246\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[409246],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409247\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[409247],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409248\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[409248],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Johannesburg,Sun City,Knysna,Cape Town','Johannesburg,Southern Africa,South Africa,Sun City,Knysna,Cape Town','','13189,26381,14261,5069',59706,98241,8,'',NULL,'[{\"day\":1,\"images\":\"South Africa (12).png\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"South Africa (13).png\"},{\"day\":4,\"images\":\"South Africa (14).png\"},{\"day\":5,\"images\":\"South Africa (15).png\"},{\"day\":6,\"images\":\"South Africa (11).png\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"South Africa (8).png\"}]',2,'',0,'2023-06-22 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'South Africa','195','2023-06-23 17:13:07','2023-06-22 00:00:00',1,1,'1','1','0','South Africa budget holiday packages, affordable South Africa tours, budget-friendly travel South Africa, cheap vacation packages South Africa, low-cost South Africa holidays, budget safari South Africa, economical travel South Africa, affordable accommodations South Africa, budget-friendly sightseeing South Africa, discounted South Africa tours','Discover the wonders of South Africa on a budget with our affordable holiday packages. Explore breathtaking landscapes, encounter diverse wildlife, and immerse yourself in vibrant culture. Book your South Africa budget holiday package today and create unforgettable memories without breaking the bank.','Book South Africa Budget Holiday Packages',NULL,'south-africa-budget-package',NULL,NULL,NULL,0),(247,56083,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Beach,Romantic,Private,Road Trip,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":56083,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/south-africa-honeymoon-tour-package_1687430517\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Port Elizabeth\",\"SourcePlaceSysId\":8430,\"AgencyName\":\"Reisen Tours\",\"Name\":\"South Africa Honeymoon Tour Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner,Activity,Cruise,Self Driven Car\\/Jeep,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Romantic,Private,Road Trip,River Cruises\",\"Validity\":{\"From\":\"2023-06-22\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8430,\"Title\":\"Port Elizabeth\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":560954,\"Name\":\"Kariega River Lodge\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":8430,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Suite\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48640,\"Title\":\"John Ben sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21591,\"CityName\":\"Plettenberg Bay\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48641,\"Title\":\"Cango Caves,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48642,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48643,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48644,\"Title\":\"V&A Waterfront.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":21591,\"Title\":\"Plettenberg Bay\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":159863,\"Name\":\"Tsala Treetop Lodge\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-34.052157\",\"Long\":\"23.270398\",\"Address\":\"Plettenberg Bay 6600 \"},\"Images\":{\"Image\":[{\"ImagId\":3508592,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_62_t.jpg\"},{\"ImagId\":3508593,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_66_t.jpg\"},{\"ImagId\":3508594,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_67_t.jpg\"},{\"ImagId\":3508595,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_53_t.jpg\"},{\"ImagId\":3508596,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_63_t.jpg\"},{\"ImagId\":3508597,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_52_t.jpg\"},{\"ImagId\":3508598,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_59_t.jpg\"},{\"ImagId\":3508599,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_60_t.jpg\"},{\"ImagId\":3508600,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_68_t.jpg\"},{\"ImagId\":3508601,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_64_t.jpg\"},{\"ImagId\":3508602,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_54_t.jpg\"},{\"ImagId\":3508603,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_58_t.jpg\"},{\"ImagId\":3508604,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_61_t.jpg\"},{\"ImagId\":3508605,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_75_t.jpg\"},{\"ImagId\":3508606,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_74_t.jpg\"},{\"ImagId\":3508607,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_73_t.jpg\"},{\"ImagId\":3508608,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_81_t.jpg\"},{\"ImagId\":3508609,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_72_t.jpg\"},{\"ImagId\":3508610,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_80_t.jpg\"},{\"ImagId\":3508611,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_79_t.jpg\"},{\"ImagId\":3508612,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_78_t.jpg\"},{\"ImagId\":3508613,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_77_t.jpg\"},{\"ImagId\":3508614,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_69_t.jpg\"},{\"ImagId\":3508615,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_82_t.jpg\"},{\"ImagId\":3508616,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_65_t.jpg\"},{\"ImagId\":3508617,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_55_t.jpg\"}]},\"CityId\":21591,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Tsala Treetop Lodge in Plettenberg Bay (Garden Route), you&amp;apos;ll be within the vicinity of Plettenberg Bay Beach. This 5-star lodge is within the region of Robberg Nature Reserve and Jukani Wildlife Park.&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;Treat yourself to a stay in one of the 16 individually decorated guestrooms, featuring fireplaces and private pools. Your room comes with a Select Comfort bed. Rooms have private furnished balconies. Wired and wireless Internet access is complimentary, and flat-screen televisions with satellite programming provide entertainment. Partially open bathrooms with separate bathtubs and showers feature deep soaking bathtubs and designer toiletries.&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, body treatments, and facials. Additional amenities at this lodge include complimentary wireless Internet access, 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;Grab a bite to eat at the lodge&amp;apos;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 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 complimentary high-speed (wired) Internet access, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1040000\\/1030500\\/1030430\\/1030430_62_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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"treetop Suite\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48640,\"Title\":\"John Ben sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21591,\"CityName\":\"Plettenberg Bay\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48641,\"Title\":\"Cango Caves,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48642,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48643,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48644,\"Title\":\"V&A Waterfront.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":29751,\"Title\":\"Wilderness\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":561092,\"Name\":\"Views Boutique Hotel & Spa\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29751,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Sea Facing Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48640,\"Title\":\"John Ben sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21591,\"CityName\":\"Plettenberg Bay\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48641,\"Title\":\"Cango Caves,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48642,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48643,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48644,\"Title\":\"V&A Waterfront.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":11911,\"Title\":\"Hermanus\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":98446,\"Name\":\"The Marine\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-34.417854161998\",\"Long\":\"19.24491673708\",\"Address\":\"Marine Drive P.O. Box 9\"},\"Images\":{\"Image\":[{\"ImagId\":2151150,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/760\\/771\\/32._Rooms_-_Premier_Suite_A.jpg\"},{\"ImagId\":2151151,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/760\\/762\\/25._Rooms_-_Suite_A.jpg\"},{\"ImagId\":2151152,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/923\\/31._Rooms_-_Premier_Suite_5_A.jpg\"},{\"ImagId\":2151153,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/914\\/20._Seafood_at_The_Marine_A.jpg\"},{\"ImagId\":2151154,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/896\\/5._Sun_Lounge_A.jpg\"},{\"ImagId\":2151155,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/905\\/13._The_Pavilion_Restaurant_A.jpg\"},{\"ImagId\":2151156,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/887\\/17._The_Pavilion_Restaurant_Wine_Cellar_A.jpg\"},{\"ImagId\":2151157,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/758\\/878\\/1._The_Marine_Hermanus_A.jpg\"}]},\"CityId\":11911,\"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 The Marine Hermanus in Hermanus, you&amp;apos;ll be near the bay and close to Fernkloof Nature Reserve and Hermanus Beach.  This 5-star hotel is within the region of Whalehaven Winery and Bot River Estuary.&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 42 air-conditioned rooms featuring minibars. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and complimentary weekday 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;Be sure to enjoy recreational amenities including a health club and an outdoor pool. Additional features at this hotel include complimentary wireless Internet access, 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;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 business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and a meeting room. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/760\\/771\\/32._Rooms_-_Premier_Suite_A.jpg\",\"AccoAminitiesMask\":\"110110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48640,\"Title\":\"John Ben sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21591,\"CityName\":\"Plettenberg Bay\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48641,\"Title\":\"Cango Caves,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48642,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48643,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48644,\"Title\":\"V&A Waterfront.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":5069,\"Title\":\"Cape Town\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":56495,\"Name\":\"Radisson Blu Waterfront\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-33.899460098551\",\"Long\":\"18.412184715271\",\"Address\":\"Beach Road Granger Bay\"},\"Images\":{\"Image\":[{\"ImagId\":1227445,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/973\\/Bathroom_01_CPTZA_A.jpg\"},{\"ImagId\":1227446,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/55\\/Meeting_01_CPTZA_A.jpg\"},{\"ImagId\":1227447,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/138\\/Room_07_CPTZA_A.jpg\"},{\"ImagId\":1227448,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/100\\/Restaurant_buffet_06_CPTZA_A.jpg\"},{\"ImagId\":1227449,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/36\\/Fitness_01_CPTZA_A.jpg\"},{\"ImagId\":1227450,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/0\\/Bedroom_Business_09_CPTZA_A.jpg\"},{\"ImagId\":1227451,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/129\\/Room_06_CPTZA_A.jpg\"},{\"ImagId\":1227452,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/148\\/Room_08_CPTZA_A.jpg\"},{\"ImagId\":1227453,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/45\\/Meeting_02_CPTZA_A.jpg\"},{\"ImagId\":1227454,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/177\\/Terrace_Tobago_07_CPTZA_A.jpg\"},{\"ImagId\":1227455,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/109\\/Restaurant_03_CPTZA_A.jpg\"},{\"ImagId\":1227456,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/158\\/Spa_04_CPTZA_A.jpg\"},{\"ImagId\":1227457,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/119\\/Restaurant_05_CPTZA_A.jpg\"},{\"ImagId\":1227458,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/982\\/Bar_Tobagos_05_CPTZA_A.jpg\"},{\"ImagId\":1227459,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/87\\/Reception_01_CPTZA_A.jpg\"},{\"ImagId\":1227460,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/964\\/Bar_04_CPTZA_A.jpg\"},{\"ImagId\":1227461,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/74\\/Pool_05_CPTZA_A.jpg\"},{\"ImagId\":1227462,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/9\\/Bedroom_Suite_05_CPTZA_A.jpg\"},{\"ImagId\":1227463,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/65\\/Meeting_03_CPTZA_A.jpg\"},{\"ImagId\":1227464,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/18\\/Bedroom_Suite_03__CPTZA_A.jpg\"},{\"ImagId\":1227465,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/27\\/Exterior_17_CPTZA_C.jpg\"},{\"ImagId\":1227466,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/991\\/Bedroom_Business_06_CPTZA_A.jpg\"},{\"ImagId\":1227467,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/955\\/Wellness_02_CPTZA_A.jpg\"},{\"ImagId\":1227468,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/165\\/167\\/Spa_05_CPTZA_A.jpg\"}]},\"CityId\":5069,\"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 Radisson Blu Hotel Waterfront, Cape Town in Cape Town (Mouille Point), you&amp;apos;ll be minutes from Metropolitan Golf Club and close to Victoria and Alfred Waterfront.  This 5-star hotel is within close proximity of Cape Town Stadium and Greenpoint Market.&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 177 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with separate bathtubs and showers feature rainfall showerheads and complimentary toiletries. 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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). If you&amp;apos;d like to spend the day shopping, you can hop on the complimentary shuttle.&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 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Breakfast is available for a fee.&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 Cape Town? This hotel has 2303 square feet (214 square meters) of space consisting of a conference center and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/35\\/164\\/973\\/Bathroom_01_CPTZA_A.jpg\",\"AccoAminitiesMask\":\"111110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":48640,\"Title\":\"John Ben sunset cruise\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21591,\"CityName\":\"Plettenberg Bay\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48641,\"Title\":\"Cango Caves,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48642,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48643,\"Title\":\"Safari Ostrich Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29751,\"CityName\":\"Wilderness\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48644,\"Title\":\"V&A Waterfront.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &acirc;&euro;&iexcl;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7668,\"Title\":\"Cape Peninsula\",\"Description\":\"The Cape Peninsula is a generally rocky peninsula that juts out into the Atlantic Ocean at the south-western extremity of the African continent. At the southern end of the peninsula are Cape Point and the Cape of Good Hope. On the northern end is Table Mountain, overlooking Cape Town, South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Peninsula_5069_1545043613.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48522,\"Title\":\"Cape Point Nature Reserve\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":48521,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"409334\",\"Title\":\"Arrival at Port Elizabeth\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at Port Elizabeth Airport, you will be met and transferred to Kariega River Lodge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the evening game drive and dinner at the lodge.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560954,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Suite\"}],\"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\":\"409335\",\"Title\":\"Kariega River Lodge\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning and afternoon game drives.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full board meals, including breakfast, lunch, and dinner.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":560954,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury Suite\"}],\"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\":\"409336\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8430,\"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\":\"409337\",\"Title\":\"Transfer to Knysna\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from Kariega Lodge to Port Elizabeth to collect your vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy the afternoon at leisure before proceeding to Knysna for your John Ben sunset cruise.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21591,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":159863,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"treetop Suite\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":48640,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409338\",\"Title\":\"Scenic Drive around Plettenberg Bay\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Explore the phenomenal beaches in the area.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional picnic basket can be arranged by the hotel at an additional cost.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21591,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":159863,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"treetop Suite\"}],\"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\":\"409339\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21591,\"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\":\"409340\",\"Title\":\"Full-day Tour to Oudtshoorn\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visit the Cango Caves, Cango Wildlife Ranch, and Safari Ostrich Farm.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561092,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Sea Facing Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":48641,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48642,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48643,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409341\",\"Title\":\"Leisure Day in Wilderness\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy your day at leisure, relaxing and indulging in spa treatments at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29751,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":561092,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Sea Facing 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\":\"409342\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29751,\"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\":\"409343\",\"Title\":\"Transfer to Hermanus\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Depart from Wilderness to Hermanus.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy a late lunch on the Harbour before proceeding to your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11911,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":98446,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double 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\":\"409344\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11911,\"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\":\"409345\",\"Title\":\"Transfer to Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Depart from Hermanus to Cape Town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return your vehicle and make your own way to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy your day at leisure exploring the V&amp;amp;A Waterfront.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":56495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":48644,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409346\",\"Title\":\"Private Half Day City Orientation Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Take a private half-day city orientation tour, including a visit to Table Mountain (including Table Mountain tickets).&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":56495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":6332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409347\",\"Title\":\"Private Full Day Cape Point &amp; Peninsula Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Enjoy a private full-day tour to Cape Point and the Peninsula, including stops at Hout Bay, Seal Island Cruise, Chapman&amp;#39;s Peak, Cape Point Nature Reserve, and Boulders Beach.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":56495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7668,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48522,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":48521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7670,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"409348\",\"Title\":\"Departure from Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from your hotel to Cape Town International Airport for your flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56083\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"219856.24\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-22\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"219856.24\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":219856.24,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":31,\"CWOB\":null,\"CEB\":null,\"COSTDO\":48195,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;TCS 20% Extra&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;Daily breakfast&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfers wherever mentioned in a sedan\\/8 seater vehicle (Port Elizabeth and Cape Town)&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Self Drive &amp;ndash; Knysna to Hermanus&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Full day Oudtshoorn Tour -&amp;nbsp; ( incl Cango Caves , Cango Wildlife Ranch and Safari Ostrich Farm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Featherbed John Ben cruise 1.5hours&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private half Day city orientation tour including Table Mountain ( incl. Table Mountain Tickets)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Cape Point &amp;amp; Peninsula Tour (incl. Hout Bay, Seal Island Cruise, Chapmans Peak, Cape Point Nature Reserve, Return Funicular, Boulders Beach)&amp;nbsp;&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"409334\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[409334],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409335\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[409335],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409336\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[409336],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409337\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[409337],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409338\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[409338],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409339\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[409339],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409340\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[409340],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409341\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[409341],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409342\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[409342],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409343\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[409343],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409344\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[409344],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"409345\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[409345],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409346\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[409346],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409347\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[409347],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"409348\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[409348],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Port Elizabeth,Plettenberg Bay,Wilderness,Hermanus,Cape Town','Port Elizabeth,Southern Africa,South Africa,Plettenberg Bay,Wilderness,Hermanus,Cape Town','','8430,21591,29751,11911,5069',219856,219856,10,'',NULL,'[{\"day\":1,\"images\":\"South Africa (17).png\"},{\"day\":2,\"images\":\"South Africa (18).png\"},{\"day\":3,\"images\":\"South Africa (19).png\"},{\"day\":4,\"images\":\"South Africa (20).png\"},{\"day\":5,\"images\":\"South Africa (21).png\"},{\"day\":6,\"images\":\"South Africa (22).png\"},{\"day\":7,\"images\":\"South Africa (23).png\"},{\"day\":8,\"images\":\"South Africa (24).png\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"South Africa (8).png\"}]',2,'',0,'2023-06-22 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'South Africa','195','2023-06-23 17:13:07','2023-06-22 00:00:00',1,1,'1','1','0','Romantic honeymoon tour package, South Africa honeymoon, South Africa Tour Package, Honeymoon Tour Package, South Africa Luxury Tour Package, Book Romantic Honeymoon Tour Package','Experience the perfect blend of romance and adventure with our honeymoon tour package for South Africa. Discover breathtaking landscapes, indulge in luxury accommodations, and create unforgettable memories with your loved one. Book now for an enchanting honeymoon filled with love, wildlife encounters, and scenic beauty.','Book Romantic South Africa Honeymoon Tour Packages',NULL,'south-africa-honeymoon-tour-package',NULL,NULL,NULL,0),(248,24690,1,35,0,0,0,'Wildlife,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":24690,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_11_North_East_Triangle_68.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 11 North East Triangle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4409\",\"SupplierName\":\"Assam Holidays 1\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Activity,Sightseeing,Car On Disposal\",\"PackageType\":\"Wildlife,Family,Hill Station\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13741,\"Title\":\"Kaziranga National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467876,\"Name\":\"Florican Lodge\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"AT Rd, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;KAZIRANGA FLORICAN is located by the National Highway 37 (ASEAN Highway 1) at Kohora in the heart of Kaziranga National Park, Assam. Here attention to details create a soothing blend of warm, effortless service and harmonious spaces!&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467876\\/4650_04f7f6f92c0f4905a6e18c38b39f35af1582888914.jpg\",\"AccoAminitiesMask\":\"1100010000000001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467875,\"Name\":\"Wild Grass Lodge\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, Resort Borgos, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;The Wild Grass Lodge is a jungle lodge located outside of kaziranga national park, 200 kms from guwahati, assam. It is built in an attractive rural style kind of architecture, with grounds having more than 40 species of trees over 200 species of shrubs, creepers and climbers. You will feel here perfect harmony of nature.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467875\\/4650_805691cb2c59fa1e24e9eece632b9c641582886856.jpg\",\"AccoAminitiesMask\":\"1100010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467874,\"Name\":\"Dhanshree Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, Bogorijuri, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Dhanshree Resort offers a variety of spacious rooms and which were recently redesigned with comfortable and modern wooden furniture. Comfort, style, and value are hallmarks of dhanshree Resort accommodations. Wooden furniture including sofa, center table with wardrobe provides an elegant atmosphere.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467874\\/4650_1f5805cc60d7fd7285b44d20c7148eec1582886712.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467873,\"Name\":\"IORA The Retreat\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Bogorijuri, Kohora, Kaziranga National Park, Resort Borgos, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Iora Resort spread in 20 acre with 4 star amenities and 42 rooms is a good option to stay in Kaziranga National Park.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467873\\/4650_985019eeee56c6be38bef58c156570841582886398.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467872,\"Name\":\"Resort Borgos\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kaziranga National Park, No.2 Sildubi, Kohora, Assam\"},\"Images\":[],\"CityId\":13741,\"Brief\":\"&lt;p&gt;Resort Borgos offers impeccable service and all the essential amenities to invigorate travelers. Guests of the hotel can enjoy on-site features like 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer.&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467872\\/4650_c58de72a0c8d9967eb5b686d3e369db31582885013.jpg\",\"AccoAminitiesMask\":\"1110000000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467892,\"Name\":\"Hotel Rialto\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"GNB Rd, Pan Bazaar, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817947,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_01617278634.jpg\"},{\"ImagId\":4817948,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_11617278635.jpg\"},{\"ImagId\":4817949,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_21617278635.jpg\"},{\"ImagId\":4817950,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_01617278658.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel Rialto is a value for money accommodation offering a comfortable stay to its patrons. Guests can enjoy the delicacies at the in-house pure vegetarian restaurant. Arranged over five floors, guests have an option to choose from its 34 well-kept rooms that are equipped amenities in the rooms include toiletries, makeup mirror, mini-fridge, drinking water, flat-screen TV, telephone, comfortable bed, side table, sofa bed, work desk, separate seating area, and attached bathroom with the facility of hot\\/cold running water. This hotel in Guwahati features car parking, front desk, travel counter, and conference hall on its premises. Guests are offered laundry, room service, housekeeping, and doctor on call during their stay.Hotel Rialto is at a distance of Guwahati Railway Station, which is 1 km away, 1 km from Assam State Transport Corporation, 6 km from the Assam State Zoo Cum Botanical Garden and 22 km from Lokpriya Gopinath Bordoloi International Airport. Nearby points of interest to drop by are Kamakhya Temple (7 km), Silsako Lake (11 km) , and Umananda Temple (1 km).&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467892\\/4650_b9c878b62fbdb948b7715129b6e02faf1582891612.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467891,\"Name\":\"D Courtyard\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"RG Baruah Rd, Rajdhani Nursery, Opp, Ganeshguri, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817951,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_01617278795.jpg\"},{\"ImagId\":4817952,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_11617278795.jpg\"},{\"ImagId\":4817953,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_21617278795.jpg\"},{\"ImagId\":4817954,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_31617278795.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel &amp;#39;D&amp;#39; Courtyard is reckoned among the luxury budget hotels in Guwahati. Most significantly the hotel aims to provide luxurious standard within budget without compromising with your comforts. We enrich the stay of our visitors with our holistic approach of delivering excellent services. Our personalized and customized services suit every guest unique needs. A part from the significant hotels in guwahati, we stand high considering the amenities and services we offer. Our professional and experienced staff aims to satisfy an individual&rsquo;s specific needs with full efficiency. Quality, elegance and comfort are what make it one of the best luxury budget hotels in Guwahati, Assam. The hotel with its host of facilities and services is designed to meet every need of leisure \\/ travel \\/ banquet \\/ conferencing services with best hospitality industry standards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 34 well appointed guest keys and suites are elegantly designed and the delectable dinning option, technologically advanced conferencing features exquisite recreation facilities as well as warm and attentive services are just some of the things that make Hotel &amp;#39;D&amp;#39; Courtyard, Guwahati a preferred destination of pure bliss.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_c68865f572bfcd7ac30b170f1de0f9281582891299.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467890,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"MLN Road, Pan Bazaar, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817955,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_01617279253.jpg\"},{\"ImagId\":4817956,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_11617279253.jpg\"},{\"ImagId\":4817957,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_21617279253.jpg\"},{\"ImagId\":4817958,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_31617279253.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;We at Mayflower Hotel are bundled up with all comforts of modern day hospitality industry. Being a luxurious hotel, we understand the meaning of hospitality and treat you in a way that you feel at home. To your surprise, our room rates are amazing. You can also choose our premium range of rooms or suites at a much competitive price.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Booking in advance would help us in giving you a warm reception. If you have any query, send us a mail on &ldquo;reservation@mayflowerhotel.in.net&rdquo;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We also take this opportunity to thank our regular guests, for whom this website aims to provide all kind of information and latest updates. We welcome your suggestions to help us serve you better.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;So Come &amp; Enjoy with your Family &amp; Friends!&lt;br \\/&gt;\\r\\n&nbsp;&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467890\\/4650_23d03b3e2d2bea930271959af28a36121582891147.jpg\",\"AccoAminitiesMask\":\"1000010000001001001\",\"AccoAminities\":[{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467889,\"Name\":\"Shoolin Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"G.S. Road Opp Indian Oil Petrol Pump, Rukmini Gaon, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817961,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_01617279603.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Located in Rukmini Gaon of Guwahati City, we are ideally located within the conveniences of city life yet distant enough from it&rsquo;s over buzz. Something we all love from time to time. Hotel Shoolin Grand is equipped with premium infrastructure and services that guarantee a pleasurable stay. If you are looking for a uber luxurious experience, we have 45 premium category rooms, including three suites, and a multi-speciality spa with a unisex beauty salon. Food lovers can delight in the vast range of dishes in our multicuisine restaurant and experiment with tastes and flavors. While ensuring our guests the most comfortable stay, we also provide facilities of baby care room and kids play zone. We are also open for conferences and private events with our well set-up conference and banquet halls. So the next time you plan a visit to Guwahati or a carefree staycation, choose leisure, comfort, and impeccable facilities&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_9c4b5dba1c71af56b3d93db827f671a41582890981.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467887,\"Name\":\"Kiranshree Grand\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"New Airport Road Mirzapur, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817962,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_01617279793.jpg\"},{\"ImagId\":4817963,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_11617279793.jpg\"},{\"ImagId\":4817964,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_21617279793.jpg\"},{\"ImagId\":4817965,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_31617279793.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;The historic city of Guwahati is the gateway to India&rsquo;s Northeast and Kiranshree Grand stands with pride at the gateway of Guwahati city. Just a few steps away from the Lokapriya Gopinath Bordoloi International Airport, this Hotel cum Resort is also ideal for anyone making a stopover on a trip to any other part of the northeastern region. The location of the hotel helps you travel to any part of Assam or the rest of the Northeast without getting stuck in the city traffic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The elegantly designed hotel cum resort boasts of 122 luxurious rooms and suites with state of the art facilities and 24x7 services and is spread over 6 acres of land. The moment you step inside the property, the wide pathway that leads to the main lobby of the hotel will awe you with its grandeur. On one side of the pathway is the high boundary wall covered in green vines while on the other side is the vast parking zone. As the pathway comes to an end you will see the beautiful palm court ahead and the main lobby on your right. The ardour to strike a fine balance between nature and modern lifestyle is visible all throughout the campus and the lobby is no different. While our reception desk carries out the formalities of check-in, maybe you can find some time to admire the architecture and decorations of the enormously spacious lobby that transcends space and dimension through the glass walls on three sides.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can choose from Club Rooms, Grand Suites and Presidential Suites to meet your accomodational requirements during business trips, holidays etc. Or confine yourself in any of the Honeymoon Suites, to enjoy some intimate, romantic moments with your special one. Every floor of the residential blocks has a spacious lounge to relax.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_b5720a0bf7d7ce57d46dbd074ff16f6e1582890297.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Club room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14951,\"Title\":\"Orchid Park\",\"Description\":\"Orchid Park houses not only an orchid house with over 600 species from Northeast India (April is the best month for blooms), but also bamboo and medicinal herb gardens, a cactus house, and a handicrafts museum. It&amp;#039;s 350m south off NH715 (old NH37), 1.2km east of Kohora&amp;#039;s central crossroads.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/Orchid_Park_13741_1583322791.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8382,\"Title\":\"Elephant Safari (Kaziranga)\",\"Description\":\"Elephant safari is the best way to explore the wide varieties of wildlife in the Kaziranga National Park, area covered by the Elephant Grass can be best viewed trip through elephant&#039;s back, Elephant safari is best enjoyed in the early Morning, during safari one can get opportunity to see herds of Indian Elephants, One-horned Rhinoceros very short distance, a close encounter with the animals in Kaziranga National Park makes the trip memorable, Elephant safari covers Baguri, Hole Path, Mihimukh, Kohora Central Path and Arimarah.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549439219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":8421,\"Title\":\"Jeep Safari (Kaziranga)\",\"Description\":\"Jeep Safari. One can enjoy the main attractions of Kaziranga by Jeep, which is usually accompanied by a guide or escort. Jeep Safari is a wonderful ride through which one can explore tigers, one horned rhinoceros, wild buffaloes, elephants, herd of deer, Pythons, and many other mammals &amp;amp; birds as well.\",\"CurrencyType\":0,\"CityId\":13741,\"CityName\":\"Kaziranga National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13741\\/sightseeing\\/1916_1549866138.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15493,\"Title\":\"River Cruise on Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nature.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/River_Cruise_on_Brahmaputra_11240_1584181616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"176774\",\"Title\":\"Guwahati - Kaziranga National Park (230 KM  4.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Guwahati. Meet and be assisted by our representative at the airport\\/Railway Station. Transfer to Kaziranga National Park, the home of the One Horn Indian Rhinoceros. Check in at your hotel\\/Lodge\\/resort. Evening you may visit Orchid Park and the nearby Tea Plantations. Overnight stay at Kaziranga National Park.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467875,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467874,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467873,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467872,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive 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\":14951,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176779\",\"Title\":\"Kaziranga National Park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning explore Kaziranga National Park on back of elephant. Apart from world&#39;s endangered One Horn Indian Rhinoceros, the Park sustains half the world&#39;s population of genetically pure Wild Water Buffaloes, over 1000 Wild elephants and perhaps the densest population of Royal Bengal Tiger anywhere. Kaziranga National Park is also a bird watcher&#39;s paradise and home to some 500 species of Birds. The Crested Serpent Eagle, Palla&#39;s Fishing Eagle, Greyheaded Fishing Eagle, Swamp Partridge, Bar-headed goose, whistling Teal, Bengal Florican, Storks, Herons and Pelicans are some of the species found here. We will return to the resort for breakfast. Afternoon we proceed for a jeep safari. Evening come back to the hotel. Overnight stay at Kaziranga National Park.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467875,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467874,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467873,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467872,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive 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\":8382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8421,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176784\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13741,\"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\":\"176789\",\"Title\":\"Kaziranga National Park\\u2013 Shillong (280 Km | 6 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast drive to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176794\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM  1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit&nbsp; Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176799\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176804\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"176809\",\"Title\":\"Shillong - Guwahati (100 KM  3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati. Arrive and check in at hotel. Visit Srimanta Sankardev Kalakshetra a place where Assamese history and culture is presented, You may also visit the Assam Film Museum to know the History of Assamese Cinema. Visit GTAC Tea Lounge to enjoy a cup of finest Assam Tea and also carry some Tea back home. Here you will find the finest quality of Organic, CTC, Orthodox, Green Tea, White Tea, Purple Tea etc. Evening you may take a River Cruise (Direct Payment) on the mighty River Brahmaputra. You may also visit the local market. Assam is famous for Assam Silk particularly Golden Muga Silk, Assam Tea, Bamboo and Cane Products. Overnight stay in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467892,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467890,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176814\",\"Title\":\"Guwahati Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast check out from hotel. As time permits we may take a tour of the Kamakhya Temple and other Temples in Guwahati namely Purva Tirupati Shri Balaji Temple, Sukreswar Temple, Navagraha Temple, Umananda Temple at the Peacock Island which is the smallest inhabited River Island in the World, Assam State Museum, Dighali Pukhuri (Lake), State Zoo cum Botanical Garden, Planetarium and the Assam State Emporiums.&nbsp;With everlasting memories transfer to Guwahati airport\\/railway station for onward journey.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":81,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":82,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1697,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15198.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12755,\"priceDoubleOcc\":\"15198.50\",\"priceSingleOcc\":36103.5,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15198.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13245,\"priceDoubleOcc\":\"15933.00\",\"priceSingleOcc\":36838,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15933.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13867,\"priceDoubleOcc\":\"16865.25\",\"priceSingleOcc\":37770.25,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16865.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12767,\"priceDoubleOcc\":\"15216.58\",\"priceSingleOcc\":36121.58,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15216.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13904,\"priceDoubleOcc\":\"16921.75\",\"priceSingleOcc\":37826.75,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16921.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17162,\"priceDoubleOcc\":\"21809.00\",\"priceSingleOcc\":42714,\"priceExtraBed\":\"7869.32\",\"priceWithoutBed\":\"6765.31\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24691\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14102.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":11732,\"priceDoubleOcc\":\"14102.40\",\"priceSingleOcc\":14102.4,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14102.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":13364,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":16549.98,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":14501,\"priceDoubleOcc\":\"18255.15\",\"priceSingleOcc\":18255.15,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18255.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":17759,\"priceDoubleOcc\":\"23142.40\",\"priceSingleOcc\":45742.4,\"priceExtraBed\":\"6991.31\",\"priceWithoutBed\":\"6087.31\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23142.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13334,\"priceDoubleOcc\":\"16498.00\",\"priceSingleOcc\":37968,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16498.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13824,\"priceDoubleOcc\":\"17232.50\",\"priceSingleOcc\":38702.5,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17232.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14464,\"priceDoubleOcc\":\"18193.00\",\"priceSingleOcc\":39663,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18193.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13369,\"priceDoubleOcc\":\"16549.98\",\"priceSingleOcc\":38019.979999999996,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16549.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14505,\"priceDoubleOcc\":\"18255.15\",\"priceSingleOcc\":39725.15,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18255.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17764,\"priceDoubleOcc\":\"23142.40\",\"priceSingleOcc\":44612.4,\"priceExtraBed\":\"7006.00\",\"priceWithoutBed\":\"6102.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23142.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24692\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20463.17\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":16202,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":20463.17,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":17752,\"priceDoubleOcc\":\"22788.71\",\"priceSingleOcc\":22788.71,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22788.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":21010,\"priceDoubleOcc\":\"27675.96\",\"priceSingleOcc\":54795.96,\"priceExtraBed\":\"7678.35\",\"priceWithoutBed\":\"3384.35\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27675.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16197,\"priceDoubleOcc\":\"20453.00\",\"priceSingleOcc\":46443,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20453.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16819,\"priceDoubleOcc\":\"21386.38\",\"priceSingleOcc\":47376.380000000005,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21386.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17407,\"priceDoubleOcc\":\"22267.78\",\"priceSingleOcc\":48257.78,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22267.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16203,\"priceDoubleOcc\":\"20463.17\",\"priceSingleOcc\":46453.17,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20463.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17754,\"priceDoubleOcc\":\"22788.71\",\"priceSingleOcc\":48778.71,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22788.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21013,\"priceDoubleOcc\":\"27677.09\",\"priceSingleOcc\":53667.09,\"priceExtraBed\":\"7684.00\",\"priceWithoutBed\":\"3390.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27677.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25255.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":20823,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":25255.5,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":22462,\"priceDoubleOcc\":\"27713.25\",\"priceSingleOcc\":27713.25,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27713.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25456,\"priceDoubleOcc\":\"32205.00\",\"priceSingleOcc\":64410,\"priceExtraBed\":\"11958.79\",\"priceWithoutBed\":\"8514.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32205.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20830,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":55765.5,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21485,\"priceDoubleOcc\":\"26238.60\",\"priceSingleOcc\":56748.6,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26238.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21990,\"priceDoubleOcc\":\"26995.70\",\"priceSingleOcc\":57505.7,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26995.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20830,\"priceDoubleOcc\":\"25255.50\",\"priceSingleOcc\":55765.5,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25255.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22468,\"priceDoubleOcc\":\"27713.25\",\"priceSingleOcc\":58223.25,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27713.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25463,\"priceDoubleOcc\":\"32205.00\",\"priceSingleOcc\":62715,\"priceExtraBed\":\"11978.00\",\"priceWithoutBed\":\"8588.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32205.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31142.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":25856,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":31142.8,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":27495,\"priceDoubleOcc\":\"33600.55\",\"priceSingleOcc\":33600.55,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33600.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-03-23\",\"To\":\"2021-04-30\",\"Currency\":1,\"priceTripleOcc\":30489,\"priceDoubleOcc\":\"38092.30\",\"priceSingleOcc\":75382.3,\"priceExtraBed\":\"15283.25\",\"priceWithoutBed\":\"9282.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38092.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25847,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":67302.8,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26502,\"priceDoubleOcc\":\"32125.90\",\"priceSingleOcc\":68285.9,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32125.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27007,\"priceDoubleOcc\":\"32883.00\",\"priceSingleOcc\":69043,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32883.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25847,\"priceDoubleOcc\":\"31142.80\",\"priceSingleOcc\":67302.8,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31142.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27485,\"priceDoubleOcc\":\"33600.55\",\"priceSingleOcc\":69760.55,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33600.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":30480,\"priceDoubleOcc\":\"38092.30\",\"priceSingleOcc\":74252.3,\"priceExtraBed\":\"15255.00\",\"priceWithoutBed\":\"9266.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38092.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24690\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14257.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11965,\"priceDoubleOcc\":\"14257.00\",\"priceSingleOcc\":33867,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14257.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12425,\"priceDoubleOcc\":\"14946.00\",\"priceSingleOcc\":34556,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14946.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13008,\"priceDoubleOcc\":\"15820.50\",\"priceSingleOcc\":35430.5,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15820.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11977,\"priceDoubleOcc\":\"14273.96\",\"priceSingleOcc\":33883.96,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14273.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13043,\"priceDoubleOcc\":\"15873.50\",\"priceSingleOcc\":35483.5,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15873.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16099,\"priceDoubleOcc\":\"20458.00\",\"priceSingleOcc\":40068,\"priceExtraBed\":\"7381.84\",\"priceWithoutBed\":\"6346.22\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24691\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15476.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12508,\"priceDoubleOcc\":\"15476.00\",\"priceSingleOcc\":35616,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15476.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12967,\"priceDoubleOcc\":\"16165.00\",\"priceSingleOcc\":36305,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16165.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13568,\"priceDoubleOcc\":\"17066.00\",\"priceSingleOcc\":37206,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17066.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12541,\"priceDoubleOcc\":\"15524.76\",\"priceSingleOcc\":35664.76,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15524.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13607,\"priceDoubleOcc\":\"17124.30\",\"priceSingleOcc\":37264.3,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17124.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16663,\"priceDoubleOcc\":\"21708.80\",\"priceSingleOcc\":41848.8,\"priceExtraBed\":\"6572.00\",\"priceWithoutBed\":\"5724.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21708.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24692\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19186.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15193,\"priceDoubleOcc\":\"19186.00\",\"priceSingleOcc\":43566,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19186.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15777,\"priceDoubleOcc\":\"20061.56\",\"priceSingleOcc\":44441.56,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20061.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16328,\"priceDoubleOcc\":\"20888.36\",\"priceSingleOcc\":45268.36,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20888.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15200,\"priceDoubleOcc\":\"19195.54\",\"priceSingleOcc\":43575.54,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19195.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16654,\"priceDoubleOcc\":\"21377.02\",\"priceSingleOcc\":45757.020000000004,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21377.02\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19711,\"priceDoubleOcc\":\"25962.58\",\"priceSingleOcc\":50342.58,\"priceExtraBed\":\"7208.00\",\"priceWithoutBed\":\"3180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25962.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23691.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19539,\"priceDoubleOcc\":\"23691.00\",\"priceSingleOcc\":52311,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23691.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20154,\"priceDoubleOcc\":\"24613.20\",\"priceSingleOcc\":53233.2,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24613.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20628,\"priceDoubleOcc\":\"25323.40\",\"priceSingleOcc\":53943.4,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25323.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19539,\"priceDoubleOcc\":\"23691.00\",\"priceSingleOcc\":52311,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23691.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21076,\"priceDoubleOcc\":\"25996.50\",\"priceSingleOcc\":54616.5,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25996.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23885,\"priceDoubleOcc\":\"30210.00\",\"priceSingleOcc\":58830,\"priceExtraBed\":\"11236.00\",\"priceWithoutBed\":\"8056.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30210.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24694\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29213.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24246,\"priceDoubleOcc\":\"29213.60\",\"priceSingleOcc\":63133.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29213.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24861,\"priceDoubleOcc\":\"30135.80\",\"priceSingleOcc\":64055.8,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30135.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30846.00\",\"priceSingleOcc\":64766,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30846.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24246,\"priceDoubleOcc\":\"29213.60\",\"priceSingleOcc\":63133.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29213.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25783,\"priceDoubleOcc\":\"31519.10\",\"priceSingleOcc\":65439.1,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31519.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-21\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":28592,\"priceDoubleOcc\":\"35732.60\",\"priceSingleOcc\":69652.6,\"priceExtraBed\":\"14310.00\",\"priceWithoutBed\":\"8692.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35732.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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. 01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#f39c12&quot;&gt;&lt;strong&gt;Value Added Services&lt;\\/strong&gt;&lt;\\/span&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":30,\"ExtraValue\":\"2000\",\"IsPercentage\":false,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"7857\",\"Value\":\"0\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"7862\",\"Value\":\"25\"},{\"DaysBefore\":7,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"7867\",\"Value\":\"50\"},{\"DaysBefore\":3,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 3 Days\",\"TPRulesSysId\":\"7872\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"176774\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[176774],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176779\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[176779],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176784\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176784],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176789\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176789],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176794\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[176794],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176799\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[176799],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176804\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[176804],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176809\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[176809],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"176814\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[176814],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Kaziranga National Park,Shillong,Guwahati','Kaziranga National Park,Assam,Indian Subcontinent,Northeast India,India,Shillong,Meghalaya,Guwahati,Cherrapunji,Dawki,Mawlynnong',NULL,'13741,25073,11240',14102,38092,6,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-11-north-east-triangle',NULL,NULL,NULL,0),(249,24788,1,35,0,0,0,'Adventure,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":24788,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_08_Mesmerizing_Meghalaya_76.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#984806&quot;&gt;Please Note&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All tours can be fully customized to meet your requirement. You can change the number of days at any destination, add or delete any sightseeing in the itinerary as per your interest, change the hotel and\\/or the room category, change the transport used for the tour, choose a meal plan suitable to you.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 08 Mesmerizing Meghalaya\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4409\",\"SupplierName\":\"Assam Holidays 1\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20576,\"Title\":\"M\\u0101wsynr\\u0101m\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.2975363,\"Long\":91.58263559999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20577,\"Title\":\"Mawphlang Sacred Grove\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.4452356,\"Long\":91.7488968,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15494,\"Title\":\"Indo Bangladesh Border\",\"Description\":\"The Bangladesh&amp;ndash;India border, known locally as the International Border (IB), is an international ... The children were setting fishing nets near the border. ... Assam. Mankachar Land Customs Stations(India) and Rowmari post ... state of Tripura, the second largest city of Northeast India that borders Bangladesh in the east.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Indo_Bangladesh_Border_36513_1584183964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}},{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467886,\"Name\":\"Sohra Plaza\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Situated in the wettest place on the planet (though not currently), this homestay offers you a comfortable and homely stay. Since there is almost no construction around this place, you get unobstructed views of the landscape of Khasi Hills.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467886\\/4650_6773560e9a6877706160c30298f3233d1582890001.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":479704,\"Name\":\"Smoky Falls Mae Fi Resort\",\"Star\":\"3.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2403781\",\"Long\":\"91.676958\",\"Address\":\"Tyrna Enroute to Nongriat, via Sohra Cherrapunjee Cherrapunji, Tyrna, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Smoky Falls Mae Fi Resort is located at Tyrna Village, 7 km from Cherrapunjee enroute to the Double decker living root bridge and Rainbow Falls, Nongriat. You can stay at our resort and park your car here and get down to Nongriat. The trek from here is about an hour. The resort has a view point, where you can see many waterfalls falling down from Sohra \\/ Cherrapunjee mountain range.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479704\\/4650_6657b8ec009c75e090169b3e236037d81617359955.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467882,\"Name\":\"San Naela Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Land mark - Near NIT , SOHRA , Pynshadkhurai - Shella Road Saitsohpen, Cherrapunji&lrm;, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Resort San-Nael-La organize any enjoyable and memorable event you require. A truly remarkable destination where We try to keep your stay as special as you are. With experienced team in hospitality industry, we are second to none and can offer better service within your budget. It is very popular for its restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467882\\/4650_bd829c9e9e583c10af878ebf50c561ec1582889677.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467880,\"Name\":\"Pala Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kutmadan, Sohra, Cherrapunji, Shillong, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;&nbsp;At Pala Resort, we pride ourselves in outstanding services. Our Staffs would make sure that our esteemed guests feel relaxed and at home, we are happy to provide and offer:&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467880\\/4650_34a8b9a4ed689bd8198ad424f24ec46b1582889526.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\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Cottage\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20576,\"Title\":\"M\\u0101wsynr\\u0101m\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.2975363,\"Long\":91.58263559999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":20577,\"Title\":\"Mawphlang Sacred Grove\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.4452356,\"Long\":91.7488968,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15494,\"Title\":\"Indo Bangladesh Border\",\"Description\":\"The Bangladesh&amp;ndash;India border, known locally as the International Border (IB), is an international ... The children were setting fishing nets near the border. ... Assam. Mankachar Land Customs Stations(India) and Rowmari post ... state of Tripura, the second largest city of Northeast India that borders Bangladesh in the east.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Indo_Bangladesh_Border_36513_1584183964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7071,\"Title\":\"Double Decker Living Root Bridge\",\"Description\":\"A &amp;#039;root bridge&amp;#039;, it is located in Tryna village. Made of the Indian Rubber Tree this is one of the biggest attractions of Cherrapunji. A unique attraction and quite an innovative mix of nature and engineering. The Umshiang River flows beneath the bridge.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2258523,\"Long\":91.6759035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Double_Decker_Living_Root_Brid_34563_1532428304.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4409,\"SupplierName\":\"Assam Holidays 1\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"177397\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177402\",\"Title\":\"Shillong - Laitlum Canyons -Krang Suri Falls - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast we proceed to Laitlum Canyons for some breathtaking views. We then visit Krang Suri Falls. It is one of the best waterfalls in Meghalaya. You can also swim in a naturally formed pool here. You can also go behind the waterfall and see the water falling in front of you. After Lunch return back to Shillong. Visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14868,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9193,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177407\",\"Title\":\"Shillong \\u2013 Mawsynram \\u2013 Mawphlang Sacred Forest \\u2013 Shillong ( 60 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawsynram which as per the new geological reports receives the highest rainfall in the world. The area is known for its many caves. Later visit Mawphlang Sacred Grove. It is one of the biggest Sacred Groves in Meghalaya.It is a well preserved forest by local community. Nothing can be taken out from the forest as this is being protected by the local deities. Visit Khasi model village. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177412\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"177417\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Cherrapunjee (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Transfer to Cherrapunjee. Overnight in Cherrapunjee.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177422\",\"Title\":\"Cherrapunjee Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Cherrapunjee. After breakfast visit Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening free. Overnight stay in Cherrapunjee.<\\/p>\\r\\n\\r\\n<p><strong>Optional<\\/strong> - We proceed for a full day trekking to the Double Decker Living Root Bridge at Nongriat Village. We have to trek down 3200 steps approximately each way to the Double Decker Living Root Bridge. We can further trek down to the Rainbow Falls which take about 60 to 90 minutes from the Double Decker Living Root Bridge.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7071,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"177427\",\"Title\":\"Cherrapunji  - Guwahati Departure (160 KM | 4.5 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast today Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24788\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11448.03\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8777,\"priceDoubleOcc\":\"11448.03\",\"priceSingleOcc\":27833.03,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11448.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9372,\"priceDoubleOcc\":\"12340.73\",\"priceSingleOcc\":28725.73,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12340.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9706,\"priceDoubleOcc\":\"12841.32\",\"priceSingleOcc\":29226.32,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12841.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8781,\"priceDoubleOcc\":\"11453.68\",\"priceSingleOcc\":27838.68,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11453.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10257,\"priceDoubleOcc\":\"13667.35\",\"priceSingleOcc\":30052.35,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13667.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12479,\"priceDoubleOcc\":\"17000.85\",\"priceSingleOcc\":33385.85,\"priceExtraBed\":\"3435.20\",\"priceWithoutBed\":\"2305.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24789\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10690.93\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8348,\"priceDoubleOcc\":\"10690.93\",\"priceSingleOcc\":25945.93,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10690.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8957,\"priceDoubleOcc\":\"11605.10\",\"priceSingleOcc\":26860.1,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11605.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9272,\"priceDoubleOcc\":\"12077.44\",\"priceSingleOcc\":27332.440000000002,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12077.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8348,\"priceDoubleOcc\":\"10690.93\",\"priceSingleOcc\":25945.93,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10690.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9823,\"priceDoubleOcc\":\"12904.60\",\"priceSingleOcc\":28159.6,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12904.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12046,\"priceDoubleOcc\":\"16238.10\",\"priceSingleOcc\":31493.1,\"priceExtraBed\":\"3661.20\",\"priceWithoutBed\":\"1966.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16238.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14781.53\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11271,\"priceDoubleOcc\":\"14781.53\",\"priceSingleOcc\":33991.53,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14781.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11863,\"priceDoubleOcc\":\"15670.84\",\"priceSingleOcc\":34880.84,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15670.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12196,\"priceDoubleOcc\":\"16170.30\",\"priceSingleOcc\":35380.3,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16170.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11271,\"priceDoubleOcc\":\"14781.53\",\"priceSingleOcc\":33991.53,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14781.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12746,\"priceDoubleOcc\":\"16994.07\",\"priceSingleOcc\":36204.07,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16994.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14968,\"priceDoubleOcc\":\"20327.57\",\"priceSingleOcc\":39537.57,\"priceExtraBed\":\"4248.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20327.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24791\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17933.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14667,\"priceDoubleOcc\":\"17933.10\",\"priceSingleOcc\":39968.1,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17933.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15312,\"priceDoubleOcc\":\"18899.25\",\"priceSingleOcc\":40934.25,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15562,\"priceDoubleOcc\":\"19274.41\",\"priceSingleOcc\":41309.41,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19274.41\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14672,\"priceDoubleOcc\":\"17939.88\",\"priceSingleOcc\":39974.880000000005,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17939.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16223,\"priceDoubleOcc\":\"20266.55\",\"priceSingleOcc\":42301.55,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20266.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18219,\"priceDoubleOcc\":\"23261.05\",\"priceSingleOcc\":45296.05,\"priceExtraBed\":\"8136.00\",\"priceWithoutBed\":\"1762.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23261.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24792\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22068.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17828,\"priceDoubleOcc\":\"22068.90\",\"priceSingleOcc\":48058.9,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22068.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18466,\"priceDoubleOcc\":\"23026.01\",\"priceSingleOcc\":49016.009999999995,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23026.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18711,\"priceDoubleOcc\":\"23393.26\",\"priceSingleOcc\":49383.259999999995,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23393.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17832,\"priceDoubleOcc\":\"22075.68\",\"priceSingleOcc\":48065.68,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22075.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19383,\"priceDoubleOcc\":\"24402.35\",\"priceSingleOcc\":50392.35,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24402.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21380,\"priceDoubleOcc\":\"27396.85\",\"priceSingleOcc\":53386.85,\"priceExtraBed\":\"9345.10\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27396.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24788\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10738.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8233,\"priceDoubleOcc\":\"10738.86\",\"priceSingleOcc\":26108.86,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10738.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8792,\"priceDoubleOcc\":\"11576.26\",\"priceSingleOcc\":26946.260000000002,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11576.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9105,\"priceDoubleOcc\":\"12045.84\",\"priceSingleOcc\":27415.84,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12045.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8237,\"priceDoubleOcc\":\"10744.16\",\"priceSingleOcc\":26114.16,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10744.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9621,\"priceDoubleOcc\":\"12820.70\",\"priceSingleOcc\":28190.7,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12820.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11706,\"priceDoubleOcc\":\"15947.70\",\"priceSingleOcc\":31317.7,\"priceExtraBed\":\"3222.40\",\"priceWithoutBed\":\"2162.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15947.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24789\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10028.66\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7831,\"priceDoubleOcc\":\"10028.66\",\"priceSingleOcc\":24338.66,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10028.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8402,\"priceDoubleOcc\":\"10886.20\",\"priceSingleOcc\":25196.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10886.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8698,\"priceDoubleOcc\":\"11329.28\",\"priceSingleOcc\":25639.28,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11329.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7831,\"priceDoubleOcc\":\"10028.66\",\"priceSingleOcc\":24338.66,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10028.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9215,\"priceDoubleOcc\":\"12105.20\",\"priceSingleOcc\":26415.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12105.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11300,\"priceDoubleOcc\":\"15232.20\",\"priceSingleOcc\":29542.2,\"priceExtraBed\":\"3434.40\",\"priceWithoutBed\":\"1844.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15232.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24790\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13865.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10572,\"priceDoubleOcc\":\"13865.86\",\"priceSingleOcc\":31885.86,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13865.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11129,\"priceDoubleOcc\":\"14700.08\",\"priceSingleOcc\":32720.08,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14700.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11441,\"priceDoubleOcc\":\"15168.60\",\"priceSingleOcc\":33188.6,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15168.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10572,\"priceDoubleOcc\":\"13865.86\",\"priceSingleOcc\":31885.86,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13865.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11956,\"priceDoubleOcc\":\"15941.34\",\"priceSingleOcc\":33961.34,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15941.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14041,\"priceDoubleOcc\":\"19068.34\",\"priceSingleOcc\":37088.34,\"priceExtraBed\":\"3985.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19068.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24791\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16822.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13759,\"priceDoubleOcc\":\"16822.20\",\"priceSingleOcc\":37492.2,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16822.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14363,\"priceDoubleOcc\":\"17728.50\",\"priceSingleOcc\":38398.5,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17728.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14598,\"priceDoubleOcc\":\"18080.42\",\"priceSingleOcc\":38750.42,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18080.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13763,\"priceDoubleOcc\":\"16828.56\",\"priceSingleOcc\":37498.56,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16828.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15218,\"priceDoubleOcc\":\"19011.10\",\"priceSingleOcc\":39681.1,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19011.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17091,\"priceDoubleOcc\":\"21820.10\",\"priceSingleOcc\":42490.1,\"priceExtraBed\":\"7632.00\",\"priceWithoutBed\":\"1653.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21820.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24792\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20701.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16723,\"priceDoubleOcc\":\"20701.80\",\"priceSingleOcc\":45081.8,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20701.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17322,\"priceDoubleOcc\":\"21599.62\",\"priceSingleOcc\":45979.619999999995,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21599.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17551,\"priceDoubleOcc\":\"21944.12\",\"priceSingleOcc\":46324.119999999995,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21944.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16728,\"priceDoubleOcc\":\"20708.16\",\"priceSingleOcc\":45088.16,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20708.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18183,\"priceDoubleOcc\":\"22890.70\",\"priceSingleOcc\":47270.7,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22890.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20055,\"priceDoubleOcc\":\"25699.70\",\"priceSingleOcc\":50079.7,\"priceExtraBed\":\"8766.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25699.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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;&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;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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"177397\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[177397],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177402\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[177402],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177407\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[177407],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177412\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[177412],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177417\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[177417],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177422\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[177422],\"Remark\":[\"&lt;p&gt;Car on disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"177427\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[177427],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}','Shillong,Cherrapunji','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Mawsynram,Dawki,Mawlynnong',NULL,'25073,34563',10029,27397,5,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-08-mesmerizing-meghalaya',NULL,NULL,NULL,0),(250,24945,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24945,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/no_02_marvelous_meghalaya_1627052297.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 02 Marvelous Meghalaya \",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34563,\"Title\":\"Cherrapunji\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467886,\"Name\":\"Sohra Plaza\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Situated in the wettest place on the planet (though not currently), this homestay offers you a comfortable and homely stay. Since there is almost no construction around this place, you get unobstructed views of the landscape of Khasi Hills.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467886\\/4650_6773560e9a6877706160c30298f3233d1582890001.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\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":479704,\"Name\":\"Smoky Falls Mae Fi Resort\",\"Star\":\"3.00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2403781\",\"Long\":\"91.676958\",\"Address\":\"Tyrna Enroute to Nongriat, via Sohra Cherrapunjee Cherrapunji, Tyrna, Meghalaya 793108, India\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Smoky Falls Mae Fi Resort is located at Tyrna Village, 7 km from Cherrapunjee enroute to the Double decker living root bridge and Rainbow Falls, Nongriat. You can stay at our resort and park your car here and get down to Nongriat. The trek from here is about an hour. The resort has a view point, where you can see many waterfalls falling down from Sohra \\/ Cherrapunjee mountain range.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479704\\/4650_6657b8ec009c75e090169b3e236037d81617359955.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467882,\"Name\":\"San Naela Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Land mark - Near NIT , SOHRA , Pynshadkhurai - Shella Road Saitsohpen, Cherrapunji&lrm;, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;Resort San-Nael-La organize any enjoyable and memorable event you require. A truly remarkable destination where We try to keep your stay as special as you are. With experienced team in hospitality industry, we are second to none and can offer better service within your budget. It is very popular for its restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467882\\/4650_bd829c9e9e583c10af878ebf50c561ec1582889677.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467880,\"Name\":\"Pala Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kutmadan, Sohra, Cherrapunji, Shillong, Meghalaya\"},\"Images\":[],\"CityId\":34563,\"Brief\":\"&lt;p&gt;&nbsp;At Pala Resort, we pride ourselves in outstanding services. Our Staffs would make sure that our esteemed guests feel relaxed and at home, we are happy to provide and offer:&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467880\\/4650_34a8b9a4ed689bd8198ad424f24ec46b1582889526.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 Cottage\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178670\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check-in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178675\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178680\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"178685\",\"Title\":\"Shillong - Cherrapunji  (65 KM | 1.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Overnight stay in Cherrapunji.Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Overnight stay in Cherrapunji.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467886,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467882,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467880,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178690\",\"Title\":\"Cherrapunji - Guwahati (165 KM | 4.5 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast today check out and proceed to Guwahati. Enroute in Shillong (If Time Permits) visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34563,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24945\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7175.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5465,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5865,\"priceDoubleOcc\":\"7774.40\",\"priceSingleOcc\":17944.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7774.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5714,\"priceDoubleOcc\":\"7548.40\",\"priceSingleOcc\":17718.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7548.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5465,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6467,\"priceDoubleOcc\":\"8678.40\",\"priceSingleOcc\":18848.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8678.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7974,\"priceDoubleOcc\":\"10938.40\",\"priceSingleOcc\":21108.4,\"priceExtraBed\":\"2045.30\",\"priceWithoutBed\":\"1480.30\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10938.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24946\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7175.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5594,\"priceDoubleOcc\":\"7175.50\",\"priceSingleOcc\":17345.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7175.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5993,\"priceDoubleOcc\":\"7774.40\",\"priceSingleOcc\":17944.4,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7774.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5842,\"priceDoubleOcc\":\"7548.40\",\"priceSingleOcc\":17718.4,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7548.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5895,\"priceDoubleOcc\":\"7627.50\",\"priceSingleOcc\":17797.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7627.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6347,\"priceDoubleOcc\":\"8305.50\",\"priceSingleOcc\":18475.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8305.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7854,\"priceDoubleOcc\":\"10565.50\",\"priceSingleOcc\":20735.5,\"priceExtraBed\":\"2429.50\",\"priceWithoutBed\":\"1469.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10565.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24947\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9252.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6993,\"priceDoubleOcc\":\"9252.44\",\"priceSingleOcc\":21682.440000000002,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9252.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7394,\"priceDoubleOcc\":\"9853.60\",\"priceSingleOcc\":22283.6,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9853.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7605,\"priceDoubleOcc\":\"10170.00\",\"priceSingleOcc\":22600,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10170.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6993,\"priceDoubleOcc\":\"9252.44\",\"priceSingleOcc\":21682.440000000002,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9252.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7998,\"priceDoubleOcc\":\"10759.86\",\"priceSingleOcc\":23189.86,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10759.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9488,\"priceDoubleOcc\":\"12995.00\",\"priceSingleOcc\":25425,\"priceExtraBed\":\"2474.70\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11147.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9060,\"priceDoubleOcc\":\"11147.45\",\"priceSingleOcc\":25272.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11147.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9481,\"priceDoubleOcc\":\"11780.25\",\"priceSingleOcc\":25905.25,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11780.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9662,\"priceDoubleOcc\":\"12051.45\",\"priceSingleOcc\":26176.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12051.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9060,\"priceDoubleOcc\":\"11147.45\",\"priceSingleOcc\":25272.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11147.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10114,\"priceDoubleOcc\":\"12729.45\",\"priceSingleOcc\":26854.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12729.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11470,\"priceDoubleOcc\":\"14763.45\",\"priceSingleOcc\":28888.45,\"priceExtraBed\":\"4883.86\",\"priceWithoutBed\":\"1175.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14763.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24949\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13904.65\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11164,\"priceDoubleOcc\":\"13904.65\",\"priceSingleOcc\":30572.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13904.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11583,\"priceDoubleOcc\":\"14531.80\",\"priceSingleOcc\":31199.3,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14531.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11763,\"priceDoubleOcc\":\"14803.00\",\"priceSingleOcc\":31470.5,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14803.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11164,\"priceDoubleOcc\":\"13904.65\",\"priceSingleOcc\":30572.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13904.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12219,\"priceDoubleOcc\":\"15486.65\",\"priceSingleOcc\":32154.15,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15486.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13571,\"priceDoubleOcc\":\"17515.00\",\"priceSingleOcc\":34182.5,\"priceExtraBed\":\"5683.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17515.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\":\"24945\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6731.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5127,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5501,\"priceDoubleOcc\":\"7292.80\",\"priceSingleOcc\":16832.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7292.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5360,\"priceDoubleOcc\":\"7080.80\",\"priceSingleOcc\":16620.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7080.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5127,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6067,\"priceDoubleOcc\":\"8140.80\",\"priceSingleOcc\":17680.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8140.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7480,\"priceDoubleOcc\":\"10260.80\",\"priceSingleOcc\":19800.8,\"priceExtraBed\":\"1918.60\",\"priceWithoutBed\":\"1388.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10260.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24946\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6731.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5247,\"priceDoubleOcc\":\"6731.00\",\"priceSingleOcc\":16271,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6731.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5622,\"priceDoubleOcc\":\"7292.80\",\"priceSingleOcc\":16832.8,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7292.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5480,\"priceDoubleOcc\":\"7080.80\",\"priceSingleOcc\":16620.8,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7080.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5530,\"priceDoubleOcc\":\"7155.00\",\"priceSingleOcc\":16695,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7155.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5954,\"priceDoubleOcc\":\"7791.00\",\"priceSingleOcc\":17331,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7791.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7367,\"priceDoubleOcc\":\"9911.00\",\"priceSingleOcc\":19451,\"priceExtraBed\":\"2279.00\",\"priceWithoutBed\":\"1378.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9911.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24947\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8679.28\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6560,\"priceDoubleOcc\":\"8679.28\",\"priceSingleOcc\":20339.28,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8679.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6936,\"priceDoubleOcc\":\"9243.20\",\"priceSingleOcc\":20903.2,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9243.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7134,\"priceDoubleOcc\":\"9540.00\",\"priceSingleOcc\":21200,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9540.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6560,\"priceDoubleOcc\":\"8679.28\",\"priceSingleOcc\":20339.28,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8679.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7503,\"priceDoubleOcc\":\"10093.32\",\"priceSingleOcc\":21753.32,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10093.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8900,\"priceDoubleOcc\":\"12190.00\",\"priceSingleOcc\":23850,\"priceExtraBed\":\"2321.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24948\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10456.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8498,\"priceDoubleOcc\":\"10456.90\",\"priceSingleOcc\":23706.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10456.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8894,\"priceDoubleOcc\":\"11050.50\",\"priceSingleOcc\":24300.5,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11050.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9064,\"priceDoubleOcc\":\"11304.90\",\"priceSingleOcc\":24554.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11304.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8498,\"priceDoubleOcc\":\"10456.90\",\"priceSingleOcc\":23706.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10456.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9488,\"priceDoubleOcc\":\"11940.90\",\"priceSingleOcc\":25190.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11940.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10760,\"priceDoubleOcc\":\"13848.90\",\"priceSingleOcc\":27098.9,\"priceExtraBed\":\"4581.32\",\"priceWithoutBed\":\"1102.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13848.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24949\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13043.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10473,\"priceDoubleOcc\":\"13043.30\",\"priceSingleOcc\":28678.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13043.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10865,\"priceDoubleOcc\":\"13631.60\",\"priceSingleOcc\":29266.6,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13631.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11035,\"priceDoubleOcc\":\"13886.00\",\"priceSingleOcc\":29521,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13886.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10473,\"priceDoubleOcc\":\"13043.30\",\"priceSingleOcc\":28678.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13043.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11462,\"priceDoubleOcc\":\"14527.30\",\"priceSingleOcc\":30162.3,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14527.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12731,\"priceDoubleOcc\":\"16430.00\",\"priceSingleOcc\":32065,\"priceExtraBed\":\"5331.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178670\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178670],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178675\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178675],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178680\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178680],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178685\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178685],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178690\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178690],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong,Cherrapunji','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Guwahati,Dawki',NULL,'25073,34563',6731,17515,3,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-02-marvelous-meghalaya',NULL,NULL,NULL,0),(251,24950,1,35,0,0,0,'Adventure,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24950,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_03_Stunning_Shillong_30.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 03 Stunning Shillong\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178695\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178700\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178705\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178710\",\"Title\":\"Shillong - Laitlum Canyons -Krang Suri Falls - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast we proceed to Laitlum Canyons for some breathtaking views. We then visit Krang Suri Falls. It is one of the best waterfalls in Meghalaya. You can also swim in a naturally formed pool here. You can also go behind the waterfall and see the water falling in front of you. Evening return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14868,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9193,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178715\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12226.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12226.60\",\"priceSingleOcc\":28046.6,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12226.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9574,\"priceDoubleOcc\":\"12976.92\",\"priceSingleOcc\":28796.92,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12976.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9857,\"priceDoubleOcc\":\"13401.80\",\"priceSingleOcc\":29221.8,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13401.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9075,\"priceDoubleOcc\":\"12227.73\",\"priceSingleOcc\":28047.73,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12227.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10330,\"priceDoubleOcc\":\"14111.44\",\"priceSingleOcc\":29931.440000000002,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14111.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12214,\"priceDoubleOcc\":\"16936.44\",\"priceSingleOcc\":32756.44,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16936.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14633.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12430,\"priceDoubleOcc\":\"15424.50\",\"priceSingleOcc\":33504.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15424.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12656,\"priceDoubleOcc\":\"15763.50\",\"priceSingleOcc\":33843.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15763.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13221,\"priceDoubleOcc\":\"16611.00\",\"priceSingleOcc\":34691,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16611.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14916,\"priceDoubleOcc\":\"19153.50\",\"priceSingleOcc\":37233.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19153.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20147.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16645,\"priceDoubleOcc\":\"20938.90\",\"priceSingleOcc\":44442.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20938.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16871,\"priceDoubleOcc\":\"21277.90\",\"priceSingleOcc\":44781.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21277.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17436,\"priceDoubleOcc\":\"22125.40\",\"priceSingleOcc\":45629.4,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22125.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19131,\"priceDoubleOcc\":\"24667.90\",\"priceSingleOcc\":48171.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24667.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11469.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8512,\"priceDoubleOcc\":\"11469.20\",\"priceSingleOcc\":26309.2,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11469.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8981,\"priceDoubleOcc\":\"12173.04\",\"priceSingleOcc\":27013.04,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12173.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9247,\"priceDoubleOcc\":\"12571.60\",\"priceSingleOcc\":27411.6,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12571.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8513,\"priceDoubleOcc\":\"11470.26\",\"priceSingleOcc\":26310.260000000002,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11470.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9691,\"priceDoubleOcc\":\"13237.28\",\"priceSingleOcc\":28077.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13237.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11457,\"priceDoubleOcc\":\"15887.28\",\"priceSingleOcc\":30727.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15887.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13727.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11660,\"priceDoubleOcc\":\"14469.00\",\"priceSingleOcc\":31429,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14469.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11872,\"priceDoubleOcc\":\"14787.00\",\"priceSingleOcc\":31747,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14787.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12402,\"priceDoubleOcc\":\"15582.00\",\"priceSingleOcc\":32542,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15582.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"17967.00\",\"priceSingleOcc\":34927,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17967.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18899.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15614,\"priceDoubleOcc\":\"19641.80\",\"priceSingleOcc\":41689.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19641.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15826,\"priceDoubleOcc\":\"19959.80\",\"priceSingleOcc\":42007.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19959.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16356,\"priceDoubleOcc\":\"20754.80\",\"priceSingleOcc\":42802.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20754.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17946,\"priceDoubleOcc\":\"23139.80\",\"priceSingleOcc\":45187.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23139.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178695\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178700\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178705\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178710\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178710],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178715\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Cherrapunji,Dawki,Mawlynnong',NULL,'25073',8335,24668,4,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-03-stunning-shillong',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (252,24963,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24963,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_04_Hills_and_River_of_North_East_92.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 04 Hills and River of North East\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":92930,\"Name\":\"Rialto\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.18339\",\"Long\":\"91.74548425\",\"Address\":\"GNB Road, Panbazar, Near Panbazar Flyover \"},\"Images\":{\"Image\":[{\"ImagId\":2042855,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\"},{\"ImagId\":2042856,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/aff.bstatic.com\\/images\\/hotel\\/max300\\/430\\/43086123.jpg\"},{\"ImagId\":2042857,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189671.jpg?s=312x\"},{\"ImagId\":2042858,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189673.jpg?s=312x\"},{\"ImagId\":2042859,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189674.jpg?s=312x\"}]},\"CityId\":11240,\"Brief\":\"Located in Fancy Bazaar, Hotel Rialto is a perfect starting point from which to explore Guwahati. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Service-minded staff will welcome and guide you at the Hotel Rialto. Guestrooms are fitted with all the amenities you need for a good night&#039;s sleep. In some of the rooms, guests can find air conditioning, wake-up service, telephone, fan, television. The hotel offers various recreational opportunities. Friendly staff, great facilities and close proximity to all that Guwahati has to offer are three great reasons you should stay at Hotel Rialto.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467891,\"Name\":\"D Courtyard\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"RG Baruah Rd, Rajdhani Nursery, Opp, Ganeshguri, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817951,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_01617278795.jpg\"},{\"ImagId\":4817952,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_11617278795.jpg\"},{\"ImagId\":4817953,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_21617278795.jpg\"},{\"ImagId\":4817954,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_31617278795.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel &amp;#39;D&amp;#39; Courtyard is reckoned among the luxury budget hotels in Guwahati. Most significantly the hotel aims to provide luxurious standard within budget without compromising with your comforts. We enrich the stay of our visitors with our holistic approach of delivering excellent services. Our personalized and customized services suit every guest unique needs. A part from the significant hotels in guwahati, we stand high considering the amenities and services we offer. Our professional and experienced staff aims to satisfy an individual&rsquo;s specific needs with full efficiency. Quality, elegance and comfort are what make it one of the best luxury budget hotels in Guwahati, Assam. The hotel with its host of facilities and services is designed to meet every need of leisure \\/ travel \\/ banquet \\/ conferencing services with best hospitality industry standards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 34 well appointed guest keys and suites are elegantly designed and the delectable dinning option, technologically advanced conferencing features exquisite recreation facilities as well as warm and attentive services are just some of the things that make Hotel &amp;#39;D&amp;#39; Courtyard, Guwahati a preferred destination of pure bliss.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_c68865f572bfcd7ac30b170f1de0f9281582891299.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":414204,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.185057\",\"Long\":\"91.74441\",\"Address\":\"MLN Road, Panbazar, Panbazar, GUWAHATI, ASSAM, India, Pin-781001, 781001\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"Hotel Mayflower is located 1 km from Guwahati Railway Station and 7 km from Guwahati Zoo. This property in Guwahati provides guests with free breakfast and internet access.  This accommodation has 21 well-maintained guestrooms equipped with amenities like television, mirror, wake-up calls and wardrobe. The rooms also have separate sitting area and attached bathroom. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maq\\/oyf\\/fbs\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467889,\"Name\":\"Shoolin Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"G.S. Road Opp Indian Oil Petrol Pump, Rukmini Gaon, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817961,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_01617279603.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Located in Rukmini Gaon of Guwahati City, we are ideally located within the conveniences of city life yet distant enough from it&rsquo;s over buzz. Something we all love from time to time. Hotel Shoolin Grand is equipped with premium infrastructure and services that guarantee a pleasurable stay. If you are looking for a uber luxurious experience, we have 45 premium category rooms, including three suites, and a multi-speciality spa with a unisex beauty salon. Food lovers can delight in the vast range of dishes in our multicuisine restaurant and experiment with tastes and flavors. While ensuring our guests the most comfortable stay, we also provide facilities of baby care room and kids play zone. We are also open for conferences and private events with our well set-up conference and banquet halls. So the next time you plan a visit to Guwahati or a carefree staycation, choose leisure, comfort, and impeccable facilities&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_9c4b5dba1c71af56b3d93db827f671a41582890981.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Excutive room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467887,\"Name\":\"Kiranshree Grand\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"New Airport Road Mirzapur, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817962,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_01617279793.jpg\"},{\"ImagId\":4817963,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_11617279793.jpg\"},{\"ImagId\":4817964,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_21617279793.jpg\"},{\"ImagId\":4817965,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_31617279793.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;The historic city of Guwahati is the gateway to India&rsquo;s Northeast and Kiranshree Grand stands with pride at the gateway of Guwahati city. Just a few steps away from the Lokapriya Gopinath Bordoloi International Airport, this Hotel cum Resort is also ideal for anyone making a stopover on a trip to any other part of the northeastern region. The location of the hotel helps you travel to any part of Assam or the rest of the Northeast without getting stuck in the city traffic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The elegantly designed hotel cum resort boasts of 122 luxurious rooms and suites with state of the art facilities and 24x7 services and is spread over 6 acres of land. The moment you step inside the property, the wide pathway that leads to the main lobby of the hotel will awe you with its grandeur. On one side of the pathway is the high boundary wall covered in green vines while on the other side is the vast parking zone. As the pathway comes to an end you will see the beautiful palm court ahead and the main lobby on your right. The ardour to strike a fine balance between nature and modern lifestyle is visible all throughout the campus and the lobby is no different. While our reception desk carries out the formalities of check-in, maybe you can find some time to admire the architecture and decorations of the enormously spacious lobby that transcends space and dimension through the glass walls on three sides.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can choose from Club Rooms, Grand Suites and Presidential Suites to meet your accomodational requirements during business trips, holidays etc. Or confine yourself in any of the Honeymoon Suites, to enjoy some intimate, romantic moments with your special one. Every floor of the residential blocks has a spacious lounge to relax.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_b5720a0bf7d7ce57d46dbd074ff16f6e1582890297.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\":\"Club room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178778\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178783\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178788\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19106,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178793\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":\"178798\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati. Arrive and check in at hotel. Visit Srimanta Sankardev Kalakshetra a place where Assamese history and culture is presented, You may also visit the Assam Film Museum to know the History of Assamese Cinema. Visit GTAC Tea Lounge to enjoy a cup of finest Assam Tea and also carry some Tea back home. Here you will find the finest quality of Organic, CTC, Orthodox, Green Tea, White Tea, Purple Tea etc. Evening you may take a River Cruise (Direct Payment) on the mighty River Brahmaputra. You may also visit the local market. Assam is famous for Assam Silk particularly Golden Muga Silk, Assam Tea, Bamboo and Cane Products. Overnight stay in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":92930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414204,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Excutive room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":243,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178803\",\"Title\":\"Guwahati\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast check out from hotel. As time permits we may take a tour of the Kamakhya Temple and other Temples in Guwahati namely Purva Tirupati Shri Balaji Temple, Sukreswar Temple, Navagraha Temple, Umananda Temple at the Peacock Island which is the smallest inhabited River Island in the World, Assam State Museum, Dighali Pukhuri (Lake), State Zoo cum Botanical Garden, Planetarium and the Assam State Emporiums. With everlasting memories transfer to Guwahati airport\\/railway station for onward journey.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":81,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":82,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1697,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8373.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7194,\"priceDoubleOcc\":\"9079.55\",\"priceSingleOcc\":20944.55,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9079.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7465,\"priceDoubleOcc\":\"9485.22\",\"priceSingleOcc\":21350.22,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9485.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7901,\"priceDoubleOcc\":\"10139.49\",\"priceSingleOcc\":22004.489999999998,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10139.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9689,\"priceDoubleOcc\":\"12822.11\",\"priceSingleOcc\":24687.11,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12822.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8797.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7438,\"priceDoubleOcc\":\"9502.17\",\"priceSingleOcc\":21706.17,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9502.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8605,\"priceDoubleOcc\":\"11252.54\",\"priceSingleOcc\":23456.54,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11252.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8145,\"priceDoubleOcc\":\"10562.11\",\"priceSingleOcc\":22766.11,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10562.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9987,\"priceDoubleOcc\":\"13324.96\",\"priceSingleOcc\":25528.96,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13324.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11785.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8931,\"priceDoubleOcc\":\"11785.90\",\"priceSingleOcc\":27040.9,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11785.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9402,\"priceDoubleOcc\":\"12493.28\",\"priceSingleOcc\":27748.28,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12493.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9673,\"priceDoubleOcc\":\"12898.95\",\"priceSingleOcc\":28153.95,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8933,\"priceDoubleOcc\":\"11789.29\",\"priceSingleOcc\":27044.29,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11789.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10110,\"priceDoubleOcc\":\"13555.48\",\"priceSingleOcc\":28810.48,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11900,\"priceDoubleOcc\":\"16239.23\",\"priceSingleOcc\":31494.23,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16239.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14284.33\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11939,\"priceDoubleOcc\":\"15027.87\",\"priceSingleOcc\":32768.87,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15027.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13283,\"priceDoubleOcc\":\"17043.79\",\"priceSingleOcc\":34784.79,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17043.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12683,\"priceDoubleOcc\":\"16144.31\",\"priceSingleOcc\":33885.31,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16144.31\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14284,\"priceDoubleOcc\":\"18545.56\",\"priceSingleOcc\":36286.56,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18545.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18707.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15055,\"priceDoubleOcc\":\"18707.15\",\"priceSingleOcc\":40742.15,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18707.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15550,\"priceDoubleOcc\":\"19448.43\",\"priceSingleOcc\":41483.43,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19448.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15765,\"priceDoubleOcc\":\"19771.61\",\"priceSingleOcc\":41806.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19771.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15052,\"priceDoubleOcc\":\"18702.63\",\"priceSingleOcc\":40737.630000000005,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18702.63\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16292,\"priceDoubleOcc\":\"20562.61\",\"priceSingleOcc\":42597.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20562.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17893,\"priceDoubleOcc\":\"22963.86\",\"priceSingleOcc\":44998.86,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22963.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7854.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6749,\"priceDoubleOcc\":\"8517.10\",\"priceSingleOcc\":19647.1,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8517.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7002,\"priceDoubleOcc\":\"8897.64\",\"priceSingleOcc\":20027.64,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8897.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7412,\"priceDoubleOcc\":\"9511.38\",\"priceSingleOcc\":20641.379999999997,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9511.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9089,\"priceDoubleOcc\":\"12027.82\",\"priceSingleOcc\":23157.82,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12027.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8252.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6978,\"priceDoubleOcc\":\"8913.54\",\"priceSingleOcc\":20361.54,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8913.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8072,\"priceDoubleOcc\":\"10555.48\",\"priceSingleOcc\":22003.48,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7640,\"priceDoubleOcc\":\"9907.82\",\"priceSingleOcc\":21355.82,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9907.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9368,\"priceDoubleOcc\":\"12499.52\",\"priceSingleOcc\":23947.52,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12499.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11055.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8378,\"priceDoubleOcc\":\"11055.80\",\"priceSingleOcc\":25365.8,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11055.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8820,\"priceDoubleOcc\":\"11719.36\",\"priceSingleOcc\":26029.36,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11719.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12099.90\",\"priceSingleOcc\":26409.9,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12099.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8380,\"priceDoubleOcc\":\"11058.98\",\"priceSingleOcc\":25368.98,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11058.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9484,\"priceDoubleOcc\":\"12715.76\",\"priceSingleOcc\":27025.760000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12715.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11163,\"priceDoubleOcc\":\"15233.26\",\"priceSingleOcc\":29543.260000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15233.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13399.46\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11199,\"priceDoubleOcc\":\"14096.94\",\"priceSingleOcc\":30738.940000000002,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14096.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12460,\"priceDoubleOcc\":\"15987.98\",\"priceSingleOcc\":32629.98,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15987.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11897,\"priceDoubleOcc\":\"15144.22\",\"priceSingleOcc\":31786.22,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15144.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13399,\"priceDoubleOcc\":\"17396.72\",\"priceSingleOcc\":34038.72,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17396.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17548.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14123,\"priceDoubleOcc\":\"17548.30\",\"priceSingleOcc\":38218.3,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17548.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"18243.66\",\"priceSingleOcc\":38913.66,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18243.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14788,\"priceDoubleOcc\":\"18546.82\",\"priceSingleOcc\":39216.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18546.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14120,\"priceDoubleOcc\":\"17544.06\",\"priceSingleOcc\":38214.06,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17544.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15283,\"priceDoubleOcc\":\"19288.82\",\"priceSingleOcc\":39958.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19288.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16785,\"priceDoubleOcc\":\"21541.32\",\"priceSingleOcc\":42211.32,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21541.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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\",\"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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178778\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178778],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178783\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178788\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178793\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178793],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178798\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178798],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178803\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178803],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong,Guwahati','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Assam,Cherrapunji,Dawki',NULL,'25073,11240',7855,22964,4,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-04-hills-and-river-of-north-east',NULL,NULL,NULL,0),(253,25416,1,35,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\":35,\"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\":\"2021-08-26\",\"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\":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\"},{\"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\":\"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\":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\":\"\\tDeluxe 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\"},{\"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\":\"\\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\":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\"},{\"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\":\"\\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\":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\":\"\\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}]}}]},\"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\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&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',NULL,'27116,7934,34557,34561,34462',13621,32188,7,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'anmol-arunachal',NULL,NULL,NULL,0),(254,30247,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":30247,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/02_night_03_days_vaishno_devi_1638872063.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The journey to the Holy Shrine of Mata Vaishno Devi is an enchanting journey of the places where Mata Vaishnavi had spent some time while observing various spiritual disciplines and penances. The culmination of this journey is at the Holy Cave where She merged Her Human form with the astral form of Her creators, the three Supreme Energies.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jammu\",\"DestinationPlacesSysId\":13021,\"SourcePlaces\":\"Jammu\",\"SourcePlaceSysId\":13021,\"AgencyName\":\"Reisen Tours\",\"Name\":\"02 Night 03 Days Vaishno devi\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7544\",\"SupplierName\":\"My tour My Choice Pvt Ltd \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Train Station Transfers\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2021-12-07\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13683,\"Title\":\"Katra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489803,\"Name\":\"Hotel The Royal Krishna\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.9907443\",\"Long\":\"74.93311130000001\",\"Address\":\"kashmir road, Katra, Jammu and Kashmir 182301\"},\"Images\":[],\"CityId\":13683,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7544,\"SupplierName\":\"My tour My Choice Pvt Ltd \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1845,\"Title\":\"Vaishno Devi Mandir\",\"Description\":\"Vaishno Devi, also known as Mata Rani, Trikuta and Vaishnavi, is a manifestation of the Hindu Goddess Mata Adi Shakti also known as Chandi\\/Durga. The words maa and mata are commonly used in India for mother, and thus are often used in connection with Vaishno Devi. Vaishno Devi Mandir is a Hindu temple dedicated to the Hindu Goddess, located in Katra at the Trikuta Mountains within the Indian state of Jammu and Kashmir.\",\"CurrencyType\":0,\"CityId\":13683,\"CityName\":\"Katra\",\"Lat\":32.7266016,\"Long\":74.8570259,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/196\\/thumb\\/Vaishno Devi Mandir_162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7544,\"SupplierName\":\"My tour My Choice Pvt Ltd \",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"215230\",\"Title\":\" Day 01: Jammu \\u2013 Katra \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Our services will start with your arrival at Jammu Tawi Railway Station \\/ Airport, meet our representative and transfer to the Katra. Check in your hotel &amp; relax. Rest of the day is free at leisure. Overnight stay at Katra.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489803,\"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\":\"215231\",\"Title\":\"Day 02: Katra \\u2013 Vaishnodevi \\u2013 Katra {14 Kms Trek- One Way}\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After early breakfast, start your Holy Journey to Mata Vaishnodevi Darshan. Ponies and palkies can be hired from Banganga {at your own cost} After puja , aarti &amp; darshan, return back to Katra by the late evening. Overnight stay at Katra.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489803,\"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\":1845,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"215232\",\"Title\":\"Day 03: Katra \\u2013 Jammu  drop\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast drive towards Jammu and later transfer to airport \\/ Railway station to catch flight \\/ train.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13683,\"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\":\"30247\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5720.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5720,\"priceDoubleOcc\":\"5720.00\",\"priceSingleOcc\":11440,\"priceExtraBed\":\"4620.00\",\"priceWithoutBed\":\"3520.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5720.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\":\"30247\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"5460.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5460,\"priceDoubleOcc\":\"5460.00\",\"priceSingleOcc\":10920,\"priceExtraBed\":\"4410.00\",\"priceWithoutBed\":\"3360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"5460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"215230\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[215230],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215231\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[215231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"215232\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[215232],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Katra','Katra,Jammu and kashmir,Indian Subcontinent,North India,India',NULL,'13683',5460,5720,2,NULL,NULL,NULL,2,'',0,'2021-12-07 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2021-12-07 00:00:00','2021-12-07 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'02-night-03-days-vaishno-devi',NULL,NULL,NULL,0),(255,31211,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31211,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/amazing_north_east_1641802752.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Gangtok is the capital of the mountainous northern Indian state of Sikkim. Established as a Buddhist pilgrimage site in the 1840s, the city became capital of an independent monarchy after British rule ended, but joined India in 1975. Today, it remains a Tibetan Buddhist center and a base for hikers organizing permits and transport for treks through Sikkim&amp;rsquo;s Himalayan mountain ranges.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Darjeeling is a town in India&amp;#39;s West Bengal state, in the Himalayan foothills. Once a summer resort for the British Raj elite, it remains the terminus of the narrow-gauge Darjeeling Himalayan Railway, or &amp;ldquo;Toy Train,&amp;rdquo; completed in 1881. It&amp;#39;s famed for the distinctive black tea grown on plantations that dot its surrounding slopes. Its backdrop is Mt. Kanchenjunga, among the world&amp;rsquo;s highest peaks.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bagdogra\",\"DestinationPlacesSysId\":2012,\"SourcePlaces\":\"Bagdogra\",\"SourcePlaceSysId\":2012,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing North East\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492341,\"Name\":\"Himalayan Heights Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.33432639999999\",\"Long\":\"88.6131711\",\"Address\":\"Paljor Stadium Rd, above Paljor Stadium, Upper Sichey, Arithang, Gangtok, Sikkim 737101, India\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492343,\"Name\":\"Dechen & Palmo Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.3298278\",\"Long\":\"88.6120859\",\"Address\":\"Mahatma Gandhi Marg, Arithang, Gangtok, Sikkim 737102, India\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492344,\"Name\":\"Sterling Gangtok - Orange Village\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.3034841\",\"Long\":\"88.5877704\",\"Address\":\"7th Mile, Samdure, PO- Todong, East Sikkim National Highway, Ranipool, near Sikkim University, Gangtok, Sikkim 737102, India\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22770,\"Title\":\"Directorate of Handicraft & Handloom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":445,\"Title\":\"Do-drul Chorten Stupa\",\"Description\":\"Dro-dul Chorten is a stupa in Gangtok in the Indian state of Sikkim. The stupa was built by Trulshik Rinpoche, head of the Nyingma order of Tibetan Buddhism in 1945. ... The stupa is surrounded by Chorten Lakahang and Guru Lakhang, where two statues of Guru Rinpoche are present.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/298\\/thumb\\/Do-Drul Chorten Stupa_70.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":770,\"Title\":\"Jhakri Water Fall\",\"Description\":\"The park&amp;#039;s statuary and other displays  the Ban Jhakri, or traditional shamanic healer who worships spirits living in caves around the falls. Ban means &amp;quot;forest&amp;quot;, and jh\\u0101kri means &amp;quot;healer&amp;quot;. Banjhakri Falls is a natural waterfall sourced from springs at higher elevation. The cascade is approximately 30 metres\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3371364,\"Long\":88.6096575,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1248\\/thumb\\/Jhakri Water Fall_78.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1469,\"Title\":\"Research Institute Of Tibetology\",\"Description\":\"The institute employs researchers and one of its new research programs is a project which seeks to  the social history of Sikkim&amp;#039;s approximated 60 monasteries and record this on a computer. Another project seeks to digitize and  old and rare photographs of Sikkim for knowledge distribution.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3164998,\"Long\":88.6062231,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3891\\/thumb\\/Research Institute Of Tibetology_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1472,\"Title\":\"Ridge Park Flower Show\",\"Description\":\"The flower exhibition complex is situated just below the Ridge Park and adjacent to the White Memorial Hall that draws numerous visitors during the annual flower exhibition. Located not very far from the main town, one can easily walk to the flower exhibition center or take a cab. Here you can find many varieties of Orchids and other flowers most of the year, but best time to visit this place is around April-May (spring season), when the management gathers and showcases fresh varieties of orchids and other flowers from around the state. The climate of Sikkim is exceedingly conducive to cultivate orchids and other variety of flowers. The Government of Sikkim invites participants from the neighboring states also to participate in the annual flower show contest.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3321836,\"Long\":88.6158528,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/301\\/thumb\\/Ridge Park Flower Show_864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1501,\"Title\":\"Rumtek Monastery\",\"Description\":\"Right outside Gangtok, Dharma Chakra Centre, or Rumtek Monastery, was built in the 16th century and today serves the Karma Kagyu lineage in Sikkim where monks continue rituals dating back 800 years. The Rumtek Monastery is currently the largest in Sikkim and is home to one of the longest running Tibetan Buddhist communities outside of Tibet.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/697\\/thumb\\/Rumtek Monastery_673.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22771,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22772,\"Title\":\"japanese temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492346,\"Name\":\"Jagjeet\'s Yuma - Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.0400254\",\"Long\":\"88.26389999999999\",\"Address\":\"5, Laden-La Road, Chauk Bazaar, Darjeeling, West Bengal 734101, India\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492347,\"Name\":\"Jai Hotels\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.04118679999999\",\"Long\":\"88.26550440000001\",\"Address\":\"JP Sharma Rd, Chauk Bazaar, Darjeeling, West Bengal 734101, India\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492348,\"Name\":\"Hotel Viceroy\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.0397714\",\"Long\":\"88.266199\",\"Address\":\"The Mall 17 Gandhi Road near Clock Tower, Limbugaon, Darjeeling, West Bengal 734101, India\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22770,\"Title\":\"Directorate of Handicraft & Handloom\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":445,\"Title\":\"Do-drul Chorten Stupa\",\"Description\":\"Dro-dul Chorten is a stupa in Gangtok in the Indian state of Sikkim. The stupa was built by Trulshik Rinpoche, head of the Nyingma order of Tibetan Buddhism in 1945. ... The stupa is surrounded by Chorten Lakahang and Guru Lakhang, where two statues of Guru Rinpoche are present.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/298\\/thumb\\/Do-Drul Chorten Stupa_70.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":770,\"Title\":\"Jhakri Water Fall\",\"Description\":\"The park&amp;#039;s statuary and other displays  the Ban Jhakri, or traditional shamanic healer who worships spirits living in caves around the falls. Ban means &amp;quot;forest&amp;quot;, and jh\\u0101kri means &amp;quot;healer&amp;quot;. Banjhakri Falls is a natural waterfall sourced from springs at higher elevation. The cascade is approximately 30 metres\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3371364,\"Long\":88.6096575,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1248\\/thumb\\/Jhakri Water Fall_78.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1469,\"Title\":\"Research Institute Of Tibetology\",\"Description\":\"The institute employs researchers and one of its new research programs is a project which seeks to  the social history of Sikkim&amp;#039;s approximated 60 monasteries and record this on a computer. Another project seeks to digitize and  old and rare photographs of Sikkim for knowledge distribution.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3164998,\"Long\":88.6062231,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3891\\/thumb\\/Research Institute Of Tibetology_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1472,\"Title\":\"Ridge Park Flower Show\",\"Description\":\"The flower exhibition complex is situated just below the Ridge Park and adjacent to the White Memorial Hall that draws numerous visitors during the annual flower exhibition. Located not very far from the main town, one can easily walk to the flower exhibition center or take a cab. Here you can find many varieties of Orchids and other flowers most of the year, but best time to visit this place is around April-May (spring season), when the management gathers and showcases fresh varieties of orchids and other flowers from around the state. The climate of Sikkim is exceedingly conducive to cultivate orchids and other variety of flowers. The Government of Sikkim invites participants from the neighboring states also to participate in the annual flower show contest.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3321836,\"Long\":88.6158528,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/301\\/thumb\\/Ridge Park Flower Show_864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1501,\"Title\":\"Rumtek Monastery\",\"Description\":\"Right outside Gangtok, Dharma Chakra Centre, or Rumtek Monastery, was built in the 16th century and today serves the Karma Kagyu lineage in Sikkim where monks continue rituals dating back 800 years. The Rumtek Monastery is currently the largest in Sikkim and is home to one of the longest running Tibetan Buddhist communities outside of Tibet.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/697\\/thumb\\/Rumtek Monastery_673.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22771,\"Title\":\"Tshangu Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":402,\"Title\":\"Darjeeling Ropeway\",\"Description\":\"The Darjeeling Ropeway is a ropeway in the town of Darjeeling in the Indian state of West Bengal. The ropeway is a popular tourist destination in the town\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.060567,\"Long\":88.2564608,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4657\\/thumb\\/Darjeeling Ropeway_132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22772,\"Title\":\"japanese temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1343,\"Title\":\"Peace Pagoda\",\"Description\":\"Peace Pagoda, Darjeeling or Darjeeling Peace Pagoda is one of the Peace Pagodas designed to provide a focus for people of all races and creeds to help unite them in their search for world peace. It is located in the town of Darjeeling in the Indian state of West Bengal.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0130623,\"Long\":88.2540729,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1352\\/thumb\\/Peace pagoda_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222079\",\"Title\":\"Arrival NJP Station \\/ Bagdogra Airport \\u2013 Gangtok (130 Kms \\/ 04 Hrs):\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>On arrival at NJP Railway Station \\/ (IXB) Bagdogra Airport, (500Ft \\/ 150Mts) will be met by our office Executive who will assist you to board your vehicle to Gangtok (5500 Ft \\/1677 Mts, Check in and over night at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492344,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222082\",\"Title\":\"Gangtok:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Go for a full day sightseeing covering Rumtek Monastery, Jhakri Water Fall, Do-rul Chhorten, Research Institute of Tibetology (Closed on Sunday), Directorate of Handicraft &amp; Handloom (Closed on Sunday) and Flower Show. Overnight at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22770,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":445,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":770,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1469,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1501,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222085\",\"Title\":\"Gangtok\\u2013 Tshangu Lake:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, in the morning, start for excursion to Baba Mandir &amp; Tshangu Lake - situated at a height of 12400Ft \\/ 3780 Mts, with an average depth of 50 ft. The cool water of the Lake is perfectly attuned with the scenic beauty around. Back to Gangtok and Overnight at Hotel. (In case of Land slide or any reason Tshangu Lake is closed we will provided alternate sightseeing). Overnight stay in Hotel at Gangtok.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":2183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22771,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222088\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222093\",\"Title\":\"Gangtok- Darjeeling:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast transfer to Darjeeling (7380 Ft \\/ 2250 Mts, 115 Kms \\/ 05 to 06 Hrs). Overnight at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492346,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492347,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222096\",\"Title\":\"Darjeeling: \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>Early morning tour to Tiger Hills (8364 Ft \\/ 2550 Mts at around 4 AM) to view sunrise over Kanchendzonga Peak (subject to clear weather). On way back visit Ghoom Monastery, Batasia Loop. After breakfast go for a half-day sightseeing of Japanese Temple, Peace pagoda, Padmaja Naidu Himalayan Zoological Park &amp; Himalayan Mountaineering Institute (Closed on Thursday), Darjeeling Ropeway Ride (Ticket cost not included &amp; will be approx INR 180.00 per person) Tenzing &amp; Gombu Rock, Tibetan Refugee Self-Help Center (Closed on Sunday) &amp; panoramic view of Tea Estate. Overnight stay in Hotel at Darjeeling.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492346,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492347,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":402,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2198,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":752,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22772,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1275,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1343,\"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\":\"222099\",\"Title\":\"Darjeeling - NJP Station \\/ Bagdogra Airport (110 km \\/ 03 hours):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast checkout of the hotel &amp; Reach the Bagdogra Airport \\/ Railway Station for your onward connection or way back home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31211\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34648.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34649,\"priceDoubleOcc\":\"34648.95\",\"priceSingleOcc\":69297.9,\"priceExtraBed\":\"34648.95\",\"priceWithoutBed\":\"34648.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31212\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38848.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38849,\"priceDoubleOcc\":\"38848.95\",\"priceSingleOcc\":77697.9,\"priceExtraBed\":\"38848.95\",\"priceWithoutBed\":\"38848.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38848.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31213\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50398.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"50398.95\",\"priceWithoutBed\":\"50398.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31211\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33658.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33659,\"priceDoubleOcc\":\"33658.98\",\"priceSingleOcc\":67317.96,\"priceExtraBed\":\"33658.98\",\"priceWithoutBed\":\"33658.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33658.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31212\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37738.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37739,\"priceDoubleOcc\":\"37738.98\",\"priceSingleOcc\":75477.96,\"priceExtraBed\":\"37738.98\",\"priceWithoutBed\":\"37738.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37738.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31213\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"48958.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48959,\"priceDoubleOcc\":\"48958.98\",\"priceSingleOcc\":97917.96,\"priceExtraBed\":\"48958.98\",\"priceWithoutBed\":\"48958.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48958.98\",\"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\":{\"222079\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222079],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"222082\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222082],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222085\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222085],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222088\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222088],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222093\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222093],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222096\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222096],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222099\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222099],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Gangtok,Darjeeling','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Darjeeling,West Bengal,East India',NULL,'10106,7556',33659,50399,5,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'amazing-north-east',NULL,NULL,NULL,0),(256,31253,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31253,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/splendid_sri_lanka_1641820732.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Colombo\",\"SourcePlaceSysId\":6689,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Splendid Sri Lanka\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"1839\",\"SupplierName\":\"Jetwing Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7506,\"Title\":\"Dambulla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492438,\"Name\":\"Tropical Life Resort & Spa Dambulla\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.843730900000001\",\"Long\":\"80.6394882\",\"Address\":\"Sandalankawatta, Ibbankatuwa, \\u0daf\\u0db9\\u0dd4\\u0dbd\\u0dca\\u0dbd 21100, Sri Lanka\"},\"Images\":[],\"CityId\":7506,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492443,\"Name\":\"Fresco Water Villa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.945736600000002\",\"Long\":\"80.73548579999999\",\"Address\":\"Fresco Water Villa Pvt Ltd, 72\\/A 4TH Mile Post, Sigiriya, Sri Lanka\"},\"Images\":[],\"CityId\":7506,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492715,\"Name\":\"Cinnamon Lodge Habarana\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.035391100000002\",\"Long\":\"80.74920209999999\",\"Address\":\"PO Habarana, Habarana 50150, Sri Lanka\"},\"Images\":[],\"CityId\":7506,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22780,\"Title\":\"SIGIRIYA ROCK\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7506,\"CityName\":\"Dambulla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4440,\"Title\":\"Spice garden\",\"Description\":\"Sri Lanka is known all over the world for its rare spices and herbs. In fact to spice lovers Sri Lankan spices mean an expression of a colorful history and delightful surprise, just like the Island.\\r\\nAt New Ranweli Spice and Herbal Garden you will get the chance of seeing how spices and herbs like Turmeric,  Pepper Corns, Cloves, Cardamom, Nutmeg, Vanilla, Cinnamon, Cocoa, Aloe Vera, etc. are grown in their natural environment.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":13493,\"Title\":\"Kandy\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492449,\"Name\":\"Devon Hotel\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.284489599999998\",\"Long\":\"80.6499863\",\"Address\":\"51 Ampitiya Rd, Kandy 20160, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492450,\"Name\":\"Oak Ray Regency Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.274131\",\"Long\":\"80.6076762\",\"Address\":\"Deveni Rajasinghe Mawatha, Kandy, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492452,\"Name\":\"Mahaweli Reach Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.325217299999998\",\"Long\":\"80.6312102\",\"Address\":\"35 P B A Weerakoon Mawatha, Kandy 20000, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22780,\"Title\":\"SIGIRIYA ROCK\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7506,\"CityName\":\"Dambulla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4440,\"Title\":\"Spice garden\",\"Description\":\"Sri Lanka is known all over the world for its rare spices and herbs. In fact to spice lovers Sri Lankan spices mean an expression of a colorful history and delightful surprise, just like the Island.\\r\\nAt New Ranweli Spice and Herbal Garden you will get the chance of seeing how spices and herbs like Turmeric,  Pepper Corns, Cloves, Cardamom, Nutmeg, Vanilla, Cinnamon, Cocoa, Aloe Vera, etc. are grown in their natural environment.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492454,\"Name\":\"Global Towers\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.877540399999999\",\"Long\":\"79.8572082\",\"Address\":\"11 Marine Dr, Colombo 00600, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492455,\"Name\":\"Galadari Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.9316682\",\"Long\":\"79.84302699999999\",\"Address\":\"64 Lotus Rd, Colombo 00100, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492456,\"Name\":\"Cinnamon Lakeside Colombo\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.929170399999999\",\"Long\":\"79.8492962\",\"Address\":\"115, Sir Chittampalam A Gardiner Mawatha, Colombo 00200, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22780,\"Title\":\"SIGIRIYA ROCK\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7506,\"CityName\":\"Dambulla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4440,\"Title\":\"Spice garden\",\"Description\":\"Sri Lanka is known all over the world for its rare spices and herbs. In fact to spice lovers Sri Lankan spices mean an expression of a colorful history and delightful surprise, just like the Island.\\r\\nAt New Ranweli Spice and Herbal Garden you will get the chance of seeing how spices and herbs like Turmeric,  Pepper Corns, Cloves, Cardamom, Nutmeg, Vanilla, Cinnamon, Cocoa, Aloe Vera, etc. are grown in their natural environment.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660640.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222313\",\"Title\":\"Airport \\/ Pinnawala \\/ Dambulla\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive Sri Lanka &amp; welcome by guide<br \\/>\\r\\nProceed to Pinnawala &amp; visit Pinnawala Elepahnt Orphanage<br \\/>\\r\\nLunch not included<br \\/>\\r\\nProceed to Dambulla<br \\/>\\r\\nDinner &amp; overnight stay in Dambulla<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7506,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492438,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492443,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492715,\"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\":2683,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222316\",\"Title\":\"Dambulla \\/ Sigiriya \\/ Dambulla\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast at hotel visit Sigiriya Rock<br \\/>\\r\\nLunch not included<br \\/>\\r\\nDinner &amp; overnight stay in Dambulla<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7506,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492438,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492443,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492715,\"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\":22780,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222319\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7506,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222322\",\"Title\":\"Dambulla \\/ Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast at hotel proceed to Kandy<br \\/>\\r\\nVisit a spice garden in Matale<br \\/>\\r\\nLunch not included<br \\/>\\r\\nCommence a Kandy city tour<br \\/>\\r\\nVisit Temple of Sacred Tooth Relic<br \\/>\\r\\nDinner &amp; overnight stay in Kandy<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492449,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492450,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492452,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":4439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4440,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3063,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222325\",\"Title\":\"Kandy \\/ Nuwara Eliya \\/ Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast at hotel proceed to Nuwara Eliya<br \\/>\\r\\nVisit a tea factory, tea garden, and waterfall<br \\/>\\r\\nCommence a Nuwara Eliya city tour<br \\/>\\r\\nLunch not included<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\":492449,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492450,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492452,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2693,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22783,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222328\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222331\",\"Title\":\"Kandy \\/ Colombo\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast at hotel proceed to Colombo<br \\/>\\r\\nLunch not included<br \\/>\\r\\nDo a Colombo city tour<br \\/>\\r\\nDinner &amp; overnight stay in Colombo<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492454,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492455,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492456,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22784,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222334\",\"Title\":\"Colombo \\/ Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast proceed to airport for departure<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31253\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19111.21\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19111,\"priceDoubleOcc\":\"19111.21\",\"priceSingleOcc\":38222.42,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19111.21\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19690,\"priceDoubleOcc\":\"19979.90\",\"priceSingleOcc\":39091.11,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19979.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20559,\"priceDoubleOcc\":\"21282.94\",\"priceSingleOcc\":40394.149999999994,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21282.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19111,\"priceDoubleOcc\":\"19111.21\",\"priceSingleOcc\":38222.42,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19111.21\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20559,\"priceDoubleOcc\":\"21282.94\",\"priceSingleOcc\":40394.149999999994,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21282.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24034,\"priceDoubleOcc\":\"26495.08\",\"priceSingleOcc\":45606.29,\"priceExtraBed\":\"19111.21\",\"priceWithoutBed\":\"19111.21\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26495.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31254\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24757.71\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24758,\"priceDoubleOcc\":\"24757.71\",\"priceSingleOcc\":49515.42,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24757.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24758,\"priceDoubleOcc\":\"24757.71\",\"priceSingleOcc\":49515.42,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24757.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25626,\"priceDoubleOcc\":\"26060.74\",\"priceSingleOcc\":50818.45,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26060.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24179,\"priceDoubleOcc\":\"23889.01\",\"priceSingleOcc\":48646.72,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23889.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25337,\"priceDoubleOcc\":\"25626.39\",\"priceSingleOcc\":50384.1,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25626.39\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":28812,\"priceDoubleOcc\":\"30838.54\",\"priceSingleOcc\":55596.25,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30838.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31255\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32575.92\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":32576,\"priceDoubleOcc\":\"32575.92\",\"priceSingleOcc\":65151.84,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32575.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":33445,\"priceDoubleOcc\":\"33878.95\",\"priceSingleOcc\":66454.87,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33878.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34024,\"priceDoubleOcc\":\"34747.65\",\"priceSingleOcc\":67323.57,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34747.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":32576,\"priceDoubleOcc\":\"32575.92\",\"priceSingleOcc\":65151.84,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32575.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34024,\"priceDoubleOcc\":\"34747.65\",\"priceSingleOcc\":67323.57,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34747.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":37499,\"priceDoubleOcc\":\"39959.80\",\"priceSingleOcc\":72535.72,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39959.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31253\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17781.73\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":17782,\"priceDoubleOcc\":\"17781.73\",\"priceSingleOcc\":35563.46,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17781.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":18321,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":36371.729999999996,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19129,\"priceDoubleOcc\":\"19802.38\",\"priceSingleOcc\":37584.11,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19802.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":17782,\"priceDoubleOcc\":\"17781.73\",\"priceSingleOcc\":35563.46,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17781.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19129,\"priceDoubleOcc\":\"19802.38\",\"priceSingleOcc\":37584.11,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19802.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":22362,\"priceDoubleOcc\":\"24651.94\",\"priceSingleOcc\":42433.67,\"priceExtraBed\":\"17781.73\",\"priceWithoutBed\":\"17781.73\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24651.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31254\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23035.43\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":23035,\"priceDoubleOcc\":\"23035.43\",\"priceSingleOcc\":46070.86,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23035.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":23035,\"priceDoubleOcc\":\"23035.43\",\"priceSingleOcc\":46070.86,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23035.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":23844,\"priceDoubleOcc\":\"24247.82\",\"priceSingleOcc\":47283.25,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24247.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":22497,\"priceDoubleOcc\":\"22227.16\",\"priceSingleOcc\":45262.59,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22227.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":23574,\"priceDoubleOcc\":\"23843.69\",\"priceSingleOcc\":46879.119999999995,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23843.69\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26807,\"priceDoubleOcc\":\"28693.25\",\"priceSingleOcc\":51728.68,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28693.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31255\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30309.77\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":30310,\"priceDoubleOcc\":\"30309.77\",\"priceSingleOcc\":60619.54,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30309.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":31118,\"priceDoubleOcc\":\"31522.16\",\"priceSingleOcc\":61831.93,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31522.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":31657,\"priceDoubleOcc\":\"32330.42\",\"priceSingleOcc\":62640.19,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32330.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":30310,\"priceDoubleOcc\":\"30309.77\",\"priceSingleOcc\":60619.54,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30309.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":31657,\"priceDoubleOcc\":\"32330.42\",\"priceSingleOcc\":62640.19,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32330.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34890,\"priceDoubleOcc\":\"37179.99\",\"priceSingleOcc\":67489.76,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"30309.77\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37179.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222313\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222316\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222319\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222322\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222325\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222328\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222328],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222331\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222331],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222334\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222334],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dambulla,Kandy,Colombo','Dambulla,Indian Subcontinent,Sri Lanka,Kandy,Colombo',NULL,'7506,13493,6689',17782,39960,5,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'Sri Lanka','200','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'splendid-sri-lanka',NULL,NULL,NULL,0),(257,31261,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31261,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/gujarat_-_panch_dwarka_1641877433.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;As per&amp;nbsp;Hindu&amp;nbsp;legend, Dwarka was built on a piece of land by Krishna that was reclaimed from the sea. Sage&amp;nbsp;Durvasa&amp;nbsp;once visited Krishna and his wife&amp;nbsp;Rukmini. The sage wished that the pair took him to their palace. The pair readily agreed and started walking with the sage to their palace. After some distance, Rukmini got tired and she requested some water from Krishna. Krishna dug a mythical hole that brought in river&amp;nbsp;Ganga&amp;nbsp;to the place. Sage Durvasa was furious and cursed Rukmini to remain in the place. The temple where Rukmini&amp;#39;s shrine is found, is believed to the place where she stood.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Ahmedabad\",\"SourcePlaceSysId\":296,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Gujarat - Panch Dwarka\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34523,\"Title\":\"Dwarka\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492494,\"Name\":\"Hotel Narayan Inn\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.239728\",\"Long\":\"68.964524\",\"Address\":\"opp. Home Guard Office Home Guard Chowk, Dwarka, Gujarat 361335, India\"},\"Images\":[],\"CityId\":34523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492496,\"Name\":\"Hotel Narayan Inn\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.239728\",\"Long\":\"68.964524\",\"Address\":\"opp. Home Guard Office Home Guard Chowk, Dwarka, Gujarat 361335, India\"},\"Images\":[],\"CityId\":34523,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"RO\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6555,\"Title\":\"Nageshwar temple\",\"Description\":\"Nageshwar Jyotirling Jamnagar Gujarat. The temples at Jageshwar, in the background of Darukavana, the holy Deodar forest. Nageshvara Jyotirlinga is one of the 12 Jyotirlinga shrines mentioned in the Shiva Purana.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530782939.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6556,\"Title\":\"Rukmini temple\",\"Description\":\"The Rukmini Devi Temple is a temple in Dwarka, 2 kilometres away from Dwarka, India. It is dedicated to Rukmini, Krishna&rsquo;s chief queen. The temple is said to be 2,500 years old but in its present form it is inferred to belong to the 12th century.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530783414.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22855,\"Title\":\"visit Shrinathji\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34517,\"Title\":\"Somnath\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492503,\"Name\":\"Hotel Sun Plaza\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"20.899622\",\"Long\":\"70.408045\",\"Address\":\"Somnath Bypass Corner, P. Patan, Somnath, Gir Somnath, Veraval, Gujarat 362268, India\"},\"Images\":[],\"CityId\":34517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492504,\"Name\":\"Regenta Central Somnath\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"20.9256059\",\"Long\":\"70.3959526\",\"Address\":\"Somnath, Veraval Bypass Rd, Bhalpara Part, Gujarat 362268, India\"},\"Images\":[],\"CityId\":34517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6555,\"Title\":\"Nageshwar temple\",\"Description\":\"Nageshwar Jyotirling Jamnagar Gujarat. The temples at Jageshwar, in the background of Darukavana, the holy Deodar forest. Nageshvara Jyotirlinga is one of the 12 Jyotirlinga shrines mentioned in the Shiva Purana.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530782939.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6556,\"Title\":\"Rukmini temple\",\"Description\":\"The Rukmini Devi Temple is a temple in Dwarka, 2 kilometres away from Dwarka, India. It is dedicated to Rukmini, Krishna&rsquo;s chief queen. The temple is said to be 2,500 years old but in its present form it is inferred to belong to the 12th century.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530783414.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22855,\"Title\":\"visit Shrinathji\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":296,\"Title\":\"Ahmedabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492505,\"Name\":\"Orchid\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.07863039999999\",\"Long\":\"72.8558224\",\"Address\":\"Aaram Society Rd, Sahajeevan Society, Siddharath Nagar, Vakola, Santacruz East, Mumbai, Maharashtra 400055, India\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492506,\"Name\":\"Aaram Orchid\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492507,\"Name\":\"Hotel Le Grande Residency\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.0203063\",\"Long\":\"72.5597709\",\"Address\":\"B\\/h., Gujarat College, Old Sharda Mandir, Sheth Mangaldas Rd, nr. Parimal Garden, Ellisbridge, Ahmedabad, Gujarat 380006, India\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6555,\"Title\":\"Nageshwar temple\",\"Description\":\"Nageshwar Jyotirling Jamnagar Gujarat. The temples at Jageshwar, in the background of Darukavana, the holy Deodar forest. Nageshvara Jyotirlinga is one of the 12 Jyotirlinga shrines mentioned in the Shiva Purana.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530782939.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6556,\"Title\":\"Rukmini temple\",\"Description\":\"The Rukmini Devi Temple is a temple in Dwarka, 2 kilometres away from Dwarka, India. It is dedicated to Rukmini, Krishna&rsquo;s chief queen. The temple is said to be 2,500 years old but in its present form it is inferred to belong to the 12th century.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530783414.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22855,\"Title\":\"visit Shrinathji\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492508,\"Name\":\"Hotel Vishnupriya\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.576375\",\"Long\":\"73.694859\",\"Address\":\"No.9 Garden Road, near Gulab Bagh Road, Old City, Brahmpuri, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492509,\"Name\":\"Udaigarh Udaipur\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5789306\",\"Long\":\"73.6827909\",\"Address\":\"21, Lal Ghat Road, behind Jagdish Temple, Old City, Silawatwari, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":8640,\"Title\":\"Shree Dwarkadhish Temple\",\"Description\":\"The Dwarkadhish temple, also known as the Jagat Mandir and occasionally spelled Dwarakadheesh, is a Hindu temple dedicated to the god Krishna, who is worshiped here by the name Dwarkadhish, or &amp;#039;King of Dwarka&amp;#039;. The temple is located at Dwarka, Gujarat, India. Temple was enlarged in the 15th- 16th century. The Dwarkadhish Temple is a Pushtimarg temple.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/Shree_Dwarkadhish_Temple_34523_1552893590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6557,\"Title\":\"Gomti Ghat\",\"Description\":\"On the banks of river Gomti, there is a Shiva temple, as well as smaller shrines of Lord Rama, Lord Krishna and Krishna&#039;s friend Sudama around the ghat, where pilgrims have worshipped for at least 100 years. One can also hire a boat and move across the river to get a panoramic view of Dwarka.\\r\\nGomti Ghat is situated at the mouth of the river. A bath in these waters is believed to purge the soul. The solemnity of this belief contrasts with the lively atmosphere of boys jumping into the waves and turning somersaults as people photograph them.Decorated camels,tea stands,and bearded men selling seashell jwelry by the water add to the ambience. The banks are dotted with innummerable shrines dedicated to Sarasvati, Lakshmi and Samudra (God of the Sea).\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530784388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6555,\"Title\":\"Nageshwar temple\",\"Description\":\"Nageshwar Jyotirling Jamnagar Gujarat. The temples at Jageshwar, in the background of Darukavana, the holy Deodar forest. Nageshvara Jyotirlinga is one of the 12 Jyotirlinga shrines mentioned in the Shiva Purana.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530782939.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6556,\"Title\":\"Rukmini temple\",\"Description\":\"The Rukmini Devi Temple is a temple in Dwarka, 2 kilometres away from Dwarka, India. It is dedicated to Rukmini, Krishna&rsquo;s chief queen. The temple is said to be 2,500 years old but in its present form it is inferred to belong to the 12th century.\",\"CurrencyType\":0,\"CityId\":34523,\"CityName\":\"Dwarka\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34523\\/sightseeing\\/36_1530783414.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2429,\"Title\":\"Bhalka Tirtha, Bhalka, Somnath, Gujarat, India\",\"Description\":\"Bhalka Tirth is one of the major pilgrim attractions, located at the Prabhas Kshetra near Veraval in Saurashtra district of Gujarat. This place is also refer as Shri Krishna Nija Dham Prasthan Tirth or Dehotsarg Tirth. There is a temple and a banyan tree at this Theerth, which are dedicated to Lord Krishna. As per legends, this is the site where Lord Krishna was hit by an arrow, after which he left his mortal body for his heavenly abode, the end of Dwapara Yuga. The footprints of Lord Krishna are installed in a small open shrine. The temple contains a beautiful tribhangi idol of Lord Krishna playing his flute. The festivals of Janmashtami, Holi, Radha-Ashtami, Gopashtami, and Diwali are celebrated with great devotion.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.9116989,\"Long\":70.3837745,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Bhalka_Tirth_34517_1519390495.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2428,\"Title\":\"Somnath Temple, Prabhas Patan, Gujarat, India\",\"Description\":\"Somnath Temple is a significant temple, comprising one of the 12 Jyotirlingas of Lord Shiva. Located in Prabhas Kshetra near Veraval, Somnath Mandir is a symbol of rich cultural heritage of India. This temple is believed to have been built in gold by the moon god Soma, in silver by the sun god Ravi, in wood by Krishna and in stone by the Solanki Rajputs in the 11th century. The present temple, built in 1951, is the 7th reconstruction on the original site. Temple was invaded several times by muslim rulers, but restored to its original glory. Constructed in the Chalukyan style with a shikhara nearly 50 m tall, temple&amp;#039;s architecture includes intricate carvings, silver doors, an impressive Nandi idol and the central shivalinga.\",\"CurrencyType\":0,\"CityId\":34517,\"CityName\":\"Somnath\",\"Lat\":20.4057537,\"Long\":72.877313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34517\\/sightseeing\\/Somnath_Temple_34517_1519390575.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1503,\"Title\":\"Sabarmati Ashram (Gandhi Ashram)\",\"Description\":\"Sabarmati Ashram is the biggest tourist attraction, located on the tranquil and serene stretch of Sabarmati River in Ahmedabad. Once the residence of Mahatma Gandhi and his wife Kasturba, it was also referred to as the &amp;#039;Gandhi Ashram&amp;#039;, &amp;#039;Mahatma Gandhi Ashram&amp;#039; and most importantly, &amp;#039;Satyagraha Ashram&amp;#039; as Gandhi began the famous &amp;#039;Dandi March&amp;#039; from here. \\r\\nThe Mahatma Gandhi Ashram has a number of other buildings within its bounds. The most famous among them is the museum &amp;#039;Gandhi Smarak Sangrahalaya&amp;#039; which has some of Gandhi&amp;#039;s personal letters and photographs on display. Other buildings and sites within the Gandhi Ashram known as Nandini, Vinoba Kutir, Upasana Mandir, and Magan Niwas.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":23.0417764,\"Long\":72.5691175,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/296\\/sightseeing\\/Sabarmati_Ashram_296_1518604492.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22855,\"Title\":\"visit Shrinathji\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222373\",\"Title\":\"Ahmedabad - Dwarka (450Kms )\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Upon arrival in Ahmedabad, we drive to Dwarka. Dwarka: An ancient city, housing one of the principal pilgrimages - &#39;Dwarkadhish temple&#39; of Hindus. According to the legend, Lord Krishna moved to this coastal town to set up a capital. Marine excavations of the Dwarka coast the legend, Lord Krishna moved to this coastal town to set up a capital. Marine excavations of the Dwarka coast have revealed important evidence of an ancient city, which probably include the &#39;Dwarawati&#39; of the &#39;Krishna Lila&#39;. Today, it is not only a major pilgrimage site but a pleasant spot for a beach holiday. Another popular place in Dwarka, part of the Dwarkadhish Temple is Sabha Mandap. It is a 60-pillared hall, which houses almost 2500 years old scriptures. The hall has &#39;jharokhas&#39;, offering a nice view of the nearby flowing Gomti River. Attend evening aarti at Dwarkadhish temple. Overnight stay at Dwarka<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492496,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8640,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222375\",\"Title\":\"Dwarka - Bet Dwarka-Nageshwar Jyotirlinga-Rukmini Temple - Gopi Talav - Dwarka\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Today we visit Bet Dwarka and Nageshwar temple. Bet Dwarka: Bet is situated at 30kms from Dwarka and is surrounded by sea from all sides. One can reach Bet from Dwarka through Okha by road. On reaching Okha port jetty, one can reach Bet through a little sea journey in a launch or in a small boat. Nageshwar Temple or Nagnath Temple is located on the route between Gomati Dwarka and the Bait Dwarka Island on the coast of Saurashtra in Gujarat. The Jyotirlinga enshrined in the Temple of Nagnath is known as Nageshwar Mahadev and attracts thousands of pilgrims all round the year. This powerful Jyotirlinga symbolizes protection from all poisons. It is said that those who pray to the Nageshwar Linga become free of poison. The Rudra Samhita sloka refers to Nageshwar with the phrase &#39;Daarukaavane Naagesham&#39; The Rukmini temple, dating from 12 to 13 Century, was built in honor of Rani Rukmani, princess of Vidharba, which was to be married to Sishupala but fled with Lord Krishna. This small temple, 1.5 km north of the city, is an architectural masterpiece. The temple walls are decorated with beautiful paintings and sculptures. Gopi Talav: This is the place where Lord Krishna used to play with his Gopikas. There is a small pond where it is said that Lord Krishna used to play with the Gopika Strees (Gopika Women). Return to hotel at Dwarka Overnight stay at your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34523,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492496,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6557,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6555,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6556,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222377\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34523,\"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\":\"222379\",\"Title\":\"Dwarka - Somnath (250Kms)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Early morning we proceed for the Somnath Temple (250 km - 05hours drive) for followers of both Shiva and Vishnu. The most important temple and main highlight in Somnath is the Kailash temple with its imposing architecture, a 50-meter high tower, intricate carvings and a number of holy idols and images. Today we also visit the Bhalka teerth in Veraval. Bhalka Tirth: Bhalka Tirtha (Bhalka Pilgrimage) located in the Prabhas Kshetra near Veraval in Saurashtra on the western coast of Gujarat, India, is the place where Lord Krishna was hit by an arrow shot by a hunter named Jara, after which he is said to have left the earth for the heavenly abode. After performing the evening Aarti at Somnath temple and after witnessing the Sound and Light Show we will then visit the beach of Somnath which is very beautiful and a captivating sight to behold. The fresh blue waters, visit the beach of Somnath which is very beautiful and a captivating sight to behold. The fresh blue waters, humming waves, and the cool sands give you a feeling of having landed in a paradise. The beach has pleasant sands, great sea views, camel and pony rides, coconut stalls and snack places. Overnight stay at Somnath.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492503,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492504,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2429,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2428,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222381\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34517,\"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\":\"222383\",\"Title\":\"Somnath - Ahmedabad (400Kms)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today we drive to Ahmedabad. Arrive Ahmedabad, check inn at hotel and later we visit Gandhi Ashram. Gandhi Ashram: On a quiet peaceful stretch of the Sabarmati river, Mahatma Gandhi set up a simple retreat in 1915. This was his Satyagraha Ashram and for many years it was the nerve center of India&#39;s freedom movement. It was from here, in 1930, that Mahatma began his famous Dandi March to the sea to protest against the Salt Tax imposed by the British. Hridaya Kunj, the simple cottage where he lived, is now a national monument and preserved as it was during the Mahatma&#39;s lifetime Overnight at Ahmedabad.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492505,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492506,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492507,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1503,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222385\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"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\":\"222387\",\"Title\":\"Ahmedabad - Dakor - Shamlaji - Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today we drive to visit Dakor, Shamlaji and later proceed to Udaipur for overnight stay. Dakor: Dakor is famous for Ranchorji temple of Lord Krishna. Ranchor is the name given to Lord Krishna when he fled from the battlefield in Mathura while fighting against Jarasandha. The form of Lord Ranchhodrai is that of the Lord Vishnu with four arms. As is usual with Lord Vishnu, he bears the conch, lotus, discus and the mace in his hands. The lower right arm is held up in the Abhaya mudra - giving protection to all those who come to Him. Shamlaji: Shamlaji, also spelled Shamalaji, is a major Hindu pilgrimage center in Aravalli district of Gujarat state of India. The Shamlaji temple is dedicated to Vishnu or Krishna. Several ruins of temples, scattered idols and old brick-works surrounding the place establish the antiquity of the Several ruins of temples, scattered idols and old brick-works surrounding the place establish the antiquity of the place. The present temple dedicated to Shamlaji, a form of Vishnu or a name of Krishna, is built probably in the 11th century in Solanki style and renovated at least 500 years ago. The temple was claimed by Jains in the past. Years ago the Idar State rulers gave the fiefdom of Shamlaji temple to the Modhari Rao Saheb with other villages like Revdar, Devdar, Napada, Khalsa, Sunsar, Modhari, etc. The Rao of Modhari still holds trusteeship of Shamlaji Temple. Overnight stay at Udaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492508,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492509,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"222389\",\"Title\":\"Udaipur - Srinathji - Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today we drive to visit Shrinathji. Nathdwara: Nathdwara is located in the Aravalli hills on the banks of the Banas river , 48 kilometers north-east of Udaipur This town is famous for its temple of Krishna which houses the idol of Shrinathji, a 14th century, The idol was originally worshipped at Mathura and was shifted in 1672 from Govardhan Hills, near Mathura along holy river the Yamuna after being retained at Agra for almost six months, in order to protect it . Literally, Nathdwara means &#39;Gateway to Shrinathji&#39;. As per the religious myths, the shrine at Nathdwara was built in the 17th century at the spot as exactly ordained by Shrinathji himself. The idol of Lord Krishna was being transferred to a safer place from Vrindaban to protect it from the anti-Hindu, When the idol reached the spot at village Sihad or Sinhad, the wheels of bullock cart in which the idol was being transported sank axle-deep in mud and could not be moved any farther. The accompanying priests realized that the particular place was the Lord&#39;s chosen spot and accordingly, a temple was built there under the rule and protection of the then Maharana Raj Singh of Mewar. Shrinathji Temple is also known as &#39;Haveli of Shrinathji&#39;.Nathdwara town is also famous as the Apollo of Mewar. In the town of Nathdwara, Shrinathji temple is the center of attraction, but the town is also famous for its &#39;pichhwai&#39; paintings, (Large paintings on cloth depicting legends from the life of Lord Krishna ) handmade terracottas, ivory articles and milk-made sweets. During the times of Holi, Diwali, and Janmashtami, people throng in large numbers and the place gets overcrowded. Apart from festivals like Holi and Janmashtami, Annakutta (Linked to Krishna lifting Govardhana Hill) is a major festival that is celebrated in the temple with full gusto and fervor. Overnight stay at Udaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492508,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492509,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22855,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222391\",\"Title\":\"Departure From Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Today, take a drop to Udaipur Airport\\/ Railway station for your onward connection.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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\":\"31261\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29557.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29558,\"priceDoubleOcc\":\"29557.50\",\"priceSingleOcc\":59115,\"priceExtraBed\":\"26407.50\",\"priceWithoutBed\":\"22207.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29557.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31262\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36277.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36278,\"priceDoubleOcc\":\"36277.50\",\"priceSingleOcc\":72555,\"priceExtraBed\":\"31027.50\",\"priceWithoutBed\":\"26827.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36277.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31261\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28150.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28150,\"priceDoubleOcc\":\"28150.00\",\"priceSingleOcc\":56300,\"priceExtraBed\":\"25150.00\",\"priceWithoutBed\":\"21150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31262\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34550.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34550,\"priceDoubleOcc\":\"34550.00\",\"priceSingleOcc\":69100,\"priceExtraBed\":\"29550.00\",\"priceWithoutBed\":\"25550.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222373\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222373],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222375\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222375],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222377\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222377],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222379\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222379],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222381\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222381],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222383\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222383],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222385\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222385],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222387\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222387],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222389\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222389],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222391\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[222391],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dwarka,Somnath,Ahmedabad,Udaipur','Dwarka,Gujarat,Indian Subcontinent,West India,India,Somnath,Ahmedabad,Udaipur,Rajasthan,North India',NULL,'34523,34517,296,28058',28150,36278,6,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'gujarat-panch-dwarka',NULL,NULL,NULL,0),(258,31268,1,35,0,0,0,'Wildlife,Beach,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31268,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/sri_lanka_delight_1641882796.jpg\",\"BookingValidUntill\":\"2022-02-28\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Sri Lanka, formerly known as Ceylon, and officially the Democratic Socialist Republic of Sri Lanka, is an island country in South Asia. It lies in the Indian Ocean, southwest of the Bay of Bengal, and southeast of the Arabian Sea; it is separated from the Indian subcontinent by the Gulf of Mannar and the Palk Strait.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Colombo is the commercial capital and largest city of Sri Lanka by population.It is the financial centre of the island and a tourist destination.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kandy is a large city in central Sri Lanka. It&amp;#39;s set on a plateau surrounded by mountains, which are home to tea plantations and biodiverse rainforest. The city&amp;#39;s heart is scenic Kandy Lake (Bogambara Lake), which is popular for strolling. Kandy is famed for sacred Buddhist sites, including the Temple of the Tooth (Sri Dalada Maligawa) shrine, celebrated with the grand Esala Perahera annual procession.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bentota is a resort town on Sri Lanka&amp;rsquo;s southwest coast. Its long Bentota Beach stretches north, where it becomes a sandy strip known as Paradise Island, parallel to Bentota Lagoon. Coral-rich dive sites include Canoe Rock. On Bentota River, centuries-old Galapota Temple has a large Buddha statue. Southeast is Lunuganga, the estate and gardens of architect Geoffrey Bawa. Northeast is his brother Bevis&amp;#39;s Brief Garden.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Colombo\",\"SourcePlaceSysId\":6689,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Sri Lanka Delight\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"1839\",\"SupplierName\":\"Jetwing Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Wildlife,Beach,Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-02-28\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492475,\"Name\":\"Global Towers\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.877540399999999\",\"Long\":\"79.8572082\",\"Address\":\"11 Marine Dr, Colombo 00600, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492483,\"Name\":\"Global Towers\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"6.877540399999999\",\"Long\":\"79.8572082\",\"Address\":\"11 Marine Dr, Colombo 00600, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492476,\"Name\":\"Galadari Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.9316682\",\"Long\":\"79.84302699999999\",\"Address\":\"64 Lotus Rd, Colombo 00100, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492482,\"Name\":\"Galadari Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"6.9316682\",\"Long\":\"79.84302699999999\",\"Address\":\"64 Lotus Rd, Colombo 00100, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492478,\"Name\":\"Cinnamon Lakeside Colombo\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.929170399999999\",\"Long\":\"79.8492962\",\"Address\":\"115, Sir Chittampalam A Gardiner Mawatha, Colombo 00200, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492481,\"Name\":\"Cinnamon Lakeside Colombo\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"6.929170399999999\",\"Long\":\"79.8492962\",\"Address\":\"115, Sir Chittampalam A Gardiner Mawatha, Colombo 00200, Sri Lanka\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4446,\"Title\":\"Pinnawala elephant Orphanage.\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village, 13 km (8.1 mi) northeast of Kegalle town in Sabaragamuwa Province of Sri Lanka. Pinnawala has the largest herd of captive elephants in the world. In 2011, there were 10965 elephants, including 4643 males and 968 females from 3 generations, living in Pinnawala.\\r\\nThe orphanage was founded to care and protect the many orphaned unweaned wild elephants found wandering in and near the forests of Sri Lanka. It was established in 1975 by the Sri Lanka Department of Wildlife Conservation (DWC).\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660382.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22852,\"Title\":\"balapitiya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22851,\"Title\":\"city tour galle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":3097,\"Title\":\"Madu river\",\"Description\":\"A shallow water body The Madu Ganga is in south-west Sri Lanka. The enters the sea at Balapitiya. 64 Naturally discovered islands with lots of passion. also, mangrove caves are stunning when you go through them.About one to one and a half hour in the boat ride on this lake. Fishing nets and foot massage from the colorful fish is fantastic. The south coast of Sri Lanka is the costly but very very interesting place to visit.About one to one and a half hour boat ride on this lake.\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":8.9128,\"Long\":80.9886,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2949\\/sightseeing\\/Madu_river_2949_1517488564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":13493,\"Title\":\"Kandy\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492484,\"Name\":\"Devon Hotel\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.284489599999998\",\"Long\":\"80.6499863\",\"Address\":\"51 Ampitiya Rd, Kandy 20160, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492485,\"Name\":\"Oak Ray Regency Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.274131\",\"Long\":\"80.6076762\",\"Address\":\"Deveni Rajasinghe Mawatha, Kandy, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492487,\"Name\":\"Mahaweli Reach Hotel\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.325217299999998\",\"Long\":\"80.6312102\",\"Address\":\"35 P B A Weerakoon Mawatha, Kandy 20000, Sri Lanka\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4446,\"Title\":\"Pinnawala elephant Orphanage.\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village, 13 km (8.1 mi) northeast of Kegalle town in Sabaragamuwa Province of Sri Lanka. Pinnawala has the largest herd of captive elephants in the world. In 2011, there were 10965 elephants, including 4643 males and 968 females from 3 generations, living in Pinnawala.\\r\\nThe orphanage was founded to care and protect the many orphaned unweaned wild elephants found wandering in and near the forests of Sri Lanka. It was established in 1975 by the Sri Lanka Department of Wildlife Conservation (DWC).\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660382.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22852,\"Title\":\"balapitiya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22851,\"Title\":\"city tour galle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":3097,\"Title\":\"Madu river\",\"Description\":\"A shallow water body The Madu Ganga is in south-west Sri Lanka. The enters the sea at Balapitiya. 64 Naturally discovered islands with lots of passion. also, mangrove caves are stunning when you go through them.About one to one and a half hour in the boat ride on this lake. Fishing nets and foot massage from the colorful fish is fantastic. The south coast of Sri Lanka is the costly but very very interesting place to visit.About one to one and a half hour boat ride on this lake.\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":8.9128,\"Long\":80.9886,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2949\\/sightseeing\\/Madu_river_2949_1517488564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":2949,\"Title\":\"Bentota\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492491,\"Name\":\"Pandanus Beach Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.379734199999999\",\"Long\":\"80.0098175\",\"Address\":\"Yalagama, Induruwa 80510, Sri Lanka\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492492,\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492493,\"Name\":\"Cinnamon Bey Beruwala\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.452224699999999\",\"Long\":\"79.97906789999999\",\"Address\":\"Moragalla, Beruwala, Sri Lanka\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":4446,\"Title\":\"Pinnawala elephant Orphanage.\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village, 13 km (8.1 mi) northeast of Kegalle town in Sabaragamuwa Province of Sri Lanka. Pinnawala has the largest herd of captive elephants in the world. In 2011, there were 10965 elephants, including 4643 males and 968 females from 3 generations, living in Pinnawala.\\r\\nThe orphanage was founded to care and protect the many orphaned unweaned wild elephants found wandering in and near the forests of Sri Lanka. It was established in 1975 by the Sri Lanka Department of Wildlife Conservation (DWC).\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522660382.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22781,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"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\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22782,\"Title\":\"tea garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22783,\"Title\":\"waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22852,\"Title\":\"balapitiya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22851,\"Title\":\"city tour galle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":3097,\"Title\":\"Madu river\",\"Description\":\"A shallow water body The Madu Ganga is in south-west Sri Lanka. The enters the sea at Balapitiya. 64 Naturally discovered islands with lots of passion. also, mangrove caves are stunning when you go through them.About one to one and a half hour in the boat ride on this lake. Fishing nets and foot massage from the colorful fish is fantastic. The south coast of Sri Lanka is the costly but very very interesting place to visit.About one to one and a half hour boat ride on this lake.\",\"CurrencyType\":0,\"CityId\":2949,\"CityName\":\"Bentota\",\"Lat\":8.9128,\"Long\":80.9886,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2949\\/sightseeing\\/Madu_river_2949_1517488564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22784,\"Title\":\"CITY TOUR COLOMBO\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222417\",\"Title\":\"Airport \\/ Colombo\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive Sri Lanka &amp; welcome by guide<br \\/>\\r\\nProceed to Colombo<br \\/>\\r\\nDinner &amp; overnight stay in Colombo<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492483,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492482,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492478,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492481,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222420\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222423\",\"Title\":\"Colombo \\/ Pinnawala \\/ Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast 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\":492484,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":4439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4446,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3063,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222426\",\"Title\":\"Kandy \\/ Nuwara Eliya \\/ Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After 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\":492484,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2693,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22783,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222429\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222432\",\"Title\":\"Kandy \\/ Bentota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After 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\":492491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222435\",\"Title\":\"Bentota \\/ Galle \\/ Balapitiya \\/ Bentota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast proceed to Galle &amp; do a city tour<br \\/>\\r\\nProceed to Balapitiya &amp; do a boat ride in Madu River<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\":492491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22852,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22851,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3097,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222438\",\"Title\":\"Bentota \\/ Colombo \\/ Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast at hotel proceed to Colombo<br \\/>\\r\\nDo a Colombo city tour<br \\/>\\r\\nProceed to airport for departure<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22784,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31268\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19979.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19979.90\",\"priceSingleOcc\":39959.8,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19979.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":20559,\"priceDoubleOcc\":\"20848.59\",\"priceSingleOcc\":40828.490000000005,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20848.59\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21428,\"priceDoubleOcc\":\"22151.62\",\"priceSingleOcc\":42131.520000000004,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22151.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":19980,\"priceDoubleOcc\":\"19979.90\",\"priceSingleOcc\":39959.8,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19979.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":26640,\"priceDoubleOcc\":\"29969.85\",\"priceSingleOcc\":49949.75,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29969.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":37064,\"priceDoubleOcc\":\"45606.30\",\"priceSingleOcc\":65586.20000000001,\"priceExtraBed\":\"19979.90\",\"priceWithoutBed\":\"16505.13\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45606.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31269\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24757.71\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24758,\"priceDoubleOcc\":\"24757.71\",\"priceSingleOcc\":49515.42,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24757.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25626,\"priceDoubleOcc\":\"26060.74\",\"priceSingleOcc\":50818.45,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26060.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":26495,\"priceDoubleOcc\":\"27363.78\",\"priceSingleOcc\":52121.49,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27363.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25047,\"priceDoubleOcc\":\"25192.05\",\"priceSingleOcc\":49949.759999999995,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25192.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31418,\"priceDoubleOcc\":\"34747.65\",\"priceSingleOcc\":59505.36,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34747.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":40105,\"priceDoubleOcc\":\"47778.01\",\"priceSingleOcc\":72535.72,\"priceExtraBed\":\"24757.71\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47778.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31270\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32575.92\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":32576,\"priceDoubleOcc\":\"32575.92\",\"priceSingleOcc\":65151.84,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32575.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":33155,\"priceDoubleOcc\":\"33444.61\",\"priceSingleOcc\":66020.53,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33444.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":34024,\"priceDoubleOcc\":\"34747.65\",\"priceSingleOcc\":67323.57,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34747.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":32576,\"priceDoubleOcc\":\"32575.92\",\"priceSingleOcc\":65151.84,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32575.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":38946,\"priceDoubleOcc\":\"42131.53\",\"priceSingleOcc\":74707.45,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42131.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":47633,\"priceDoubleOcc\":\"55161.90\",\"priceSingleOcc\":87737.82,\"priceExtraBed\":\"32575.92\",\"priceWithoutBed\":\"21717.28\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55161.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31268\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18590.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":19129,\"priceDoubleOcc\":\"19398.25\",\"priceSingleOcc\":37988.25,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19398.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":19937,\"priceDoubleOcc\":\"20610.64\",\"priceSingleOcc\":39200.64,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20610.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24787,\"priceDoubleOcc\":\"27884.99\",\"priceSingleOcc\":46474.990000000005,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27884.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":34486,\"priceDoubleOcc\":\"42433.69\",\"priceSingleOcc\":61023.69,\"priceExtraBed\":\"18590.00\",\"priceWithoutBed\":\"15356.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42433.69\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31269\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23035.43\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":23035,\"priceDoubleOcc\":\"23035.43\",\"priceSingleOcc\":46070.86,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23035.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":23844,\"priceDoubleOcc\":\"24247.82\",\"priceSingleOcc\":47283.25,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24247.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24652,\"priceDoubleOcc\":\"25460.21\",\"priceSingleOcc\":48495.64,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25460.21\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":23305,\"priceDoubleOcc\":\"23439.56\",\"priceSingleOcc\":46474.990000000005,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23439.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":29232,\"priceDoubleOcc\":\"32330.42\",\"priceSingleOcc\":55365.85,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32330.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":37315,\"priceDoubleOcc\":\"44454.33\",\"priceSingleOcc\":67489.76000000001,\"priceExtraBed\":\"23035.43\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44454.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31270\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30309.77\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":30310,\"priceDoubleOcc\":\"30309.77\",\"priceSingleOcc\":60619.54,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30309.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":30849,\"priceDoubleOcc\":\"31118.03\",\"priceSingleOcc\":61427.8,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31118.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31657,\"priceDoubleOcc\":\"32330.42\",\"priceSingleOcc\":62640.19,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32330.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":30310,\"priceDoubleOcc\":\"30309.77\",\"priceSingleOcc\":60619.54,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30309.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":36237,\"priceDoubleOcc\":\"39200.64\",\"priceSingleOcc\":69510.41,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39200.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":44320,\"priceDoubleOcc\":\"51324.55\",\"priceSingleOcc\":81634.32,\"priceExtraBed\":\"30309.77\",\"priceWithoutBed\":\"20206.51\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51324.55\",\"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\":{\"222417\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222417],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222420\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222420],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222423\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222423],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222426\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222426],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222429\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222429],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222432\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222432],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222435\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222435],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222438\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222438],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Colombo,Kandy,Bentota','Colombo,Indian Subcontinent,Sri Lanka,Kandy,Bentota',NULL,'6689,13493,2949',18590,55162,5,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-02-28 00:00:00','2022-02-28 00:00:00',3,'Sri Lanka','200','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'sri-lanka-delight',NULL,NULL,NULL,0),(259,31283,1,35,0,0,0,'Honeymoon,Family,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":31283,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/colourful_rajasthan_1641896409.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Rajasthan is a state in northern India. It covers 342,239 square kilometres or 10.4 percent of India&amp;#39;s total geographical area. It is the largest Indian state by area and the seventh largest by population.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jaipur is the capital of India&amp;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 &amp;ldquo;Pink City&amp;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jodhpur is a city in the Thar Desert of the northwest Indian state of Rajasthan. Its 15th-century Mehrangarh Fort is a former palace that&amp;rsquo;s now a museum, displaying weapons, paintings and elaborate royal palanquins (sedan chairs). Set on on a rocky outcrop, the fort overlooks the walled city, where many buildings are painted the city&amp;rsquo;s iconic shade of blue.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Udaipur, formerly the capital of the Mewar Kingdom, is a city in the western Indian state of Rajasthan. Founded by Maharana Udai Singh II in 1559, it&amp;rsquo;s set around a series of artificial lakes and is known for its lavish royal residences. City Palace, overlooking Lake Pichola, is a monumental complex of 11 palaces, courtyards and gardens, famed for its intricate peacock mosaics.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Jaipur\",\"SourcePlaceSysId\":12995,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Colourful Rajasthan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Heritage\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492524,\"Name\":\"Hotel The Livin\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9311293\",\"Long\":\"75.8005287\",\"Address\":\"18, Bani Park, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492525,\"Name\":\"Welcom Heritage Traditional Haveli\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9269166\",\"Long\":\"75.79057619999999\",\"Address\":\"AC-4-C, Gayatri Marg, Sawai Jai Singh Hwy, Bani Park, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492526,\"Name\":\"Hotel Royal Orchid\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.844936\",\"Long\":\"75.792987\",\"Address\":\"Opposite to BSNL Office Near, Durgapura Flyover, Tonk Rd, Shreeji Nagar, Surya Nagar, Durgapura, Jaipur, Rajasthan 302018, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22870,\"Title\":\"CHANDRA MAHAL\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22871,\"Title\":\"Laxmi Narayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492533,\"Name\":\"Jhalamand Garh Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.209466\",\"Long\":\"73.0650295\",\"Address\":\"Post Office Jhalamand, Jodhpur, Rajasthan 342005, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":107841,\"Name\":\"Jhalamand Garh\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"26.208631\",\"Long\":\"73.06592\",\"Address\":\"P.O. Jhalamand Jodhpur 342005\"},\"Images\":{\"Image\":[{\"ImagId\":2359175,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/219\\/500\\/92A102_P01_Exteriorview_C.jpg\"},{\"ImagId\":2359176,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/219\\/508\\/92A102_P01_Room1_A.jpg\"},{\"ImagId\":2359177,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/219\\/516\\/92A102_P01_Room2_A.jpg\"}]},\"CityId\":13184,\"Brief\":\"The hotel is conveniently situated on the on the Udaipur-Ahmedabad highway, near the Jhalamand village in Jodhpur, Rajasthan, India. Jodhpur Bus Station and the nearest railway station are around 15 km and 13 km away, respectively. Jaipur City is around 340 km away. The hotel is 14 km from Jodhpur Airport.\\n\\nThe hotel combines the best of both cultures, the architectural brilliance of Mewar, coupled with the unmatchable traditional hospitality of Marwar. Renovated in 2008 and offering 18 double rooms, the hotel offers a highly personalised service. Its proximity to Jodhpur, the second largest city in Rajasthan, makes it an ideal place to spend a peaceful holiday in a quiet, rural atmosphere. It gives guests the chance to see a traditional Rajput home and also participate in traditional customs. Hotel facilities include a lobby with 24-hour reception, hotel safe and currency exchange facilities, a TV lounge, a children&#039;s playground, a bar and a restaurant. Room service and a laundry service are also offered, a car park is available for those arriving by car and guests wishing to explore the surrounds can take advantage of the bicycle hire service.\\n\\nThe hotel offers rooms with private bathroom, including shower, bath, hairdryer and hot and cold running water. A direct dial telephone is included in every room. Guests&#039; comfort is ensured by individually regulated air conditioning and heating, and rooms also feature a terrace.\\n\\nEvenings in the hotel are always very exciting with Kalbelia tribal dances, folk music and folk dances, where guests sit around a log wood fire while the artists&#039; movements assume shapes in vibrant colours. A sun terrace with sun loungers is also available.\\n\\nThemed dinners are the highlight of the hotel, organised at a sand hillock just 10 minutes&#039; drive from the Garh. Guests can get a beautiful view of Jhalamand village and the entire lit up city of Jodhpur from here. A breakfast buffet is also served daily.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/219\\/500\\/92A102_P01_Exteriorview_C.jpg\",\"AccoAminitiesMask\":\"101100001000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492535,\"Name\":\"Treehouse Rajbagh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2417505\",\"Long\":\"72.94527049999999\",\"Address\":\"Near Dali Bai Circle, Jaisalmer - Barmer bypaas, Jhanwar Rd, Bhadu Market, Jodhpur, Rajasthan 342008, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":423501,\"Name\":\"Park Plaza Jodhpur - A Sarovar Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.268436\",\"Long\":\"73.03832\",\"Address\":\"Jhalmand House, Airport Road, Jhalamand, JODHPUR, Rajasthan, India, Pin-734201, 734201\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"Park Plaza, located in Jhalamand House on Airport Road, is only few minutes drive from the airport and the railway station. Guest  can rejuvenate at the Spa  center and guest  can avail of free WiFi  throughout the property and free private parking.   The 65 tastefully designed rooms open up to a classic Jharokha a verandah with a stunning view of the cool blue pool and the blue city beyond. Guests can choose between Superior Rooms, Deluxe Rooms and Suites. The aesthetically designed rooms have all the modern amenities, such as Wi-Fi internet connectivity, mini-bar, hair dryer, safe deposit vault, satellite television, tea\\/coffee maker, an en suite bathroom and telephone.    null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/maw\\/wyi\\/gbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492540,\"Name\":\"Jhalamand Garh Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.209466\",\"Long\":\"73.0650295\",\"Address\":\"Post Office Jhalamand, Jodhpur, Rajasthan 342005, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492541,\"Name\":\"Treehouse Rajbagh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2417505\",\"Long\":\"72.94527049999999\",\"Address\":\"Near Dali Bai Circle, Jaisalmer - Barmer bypaas, Jhanwar Rd, Bhadu Market, Jodhpur, Rajasthan 342008, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22870,\"Title\":\"CHANDRA MAHAL\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22871,\"Title\":\"Laxmi Narayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12996,\"Title\":\"Jaisalmer\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492537,\"Name\":\"Hotel Golden Haveli\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9046544\",\"Long\":\"70.912834\",\"Address\":\"Bera Rd, Postal Colony, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492538,\"Name\":\"Hotel Heritage Inn (P) Ltd\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.91664519999999\",\"Long\":\"70.887118\",\"Address\":\"No.4 Hotel Complex, Jaisalmer - Sam - Dhanana Rd, Ram Kund, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492539,\"Name\":\"Hotel Rawalkot Jaisalmer\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9177754\",\"Long\":\"70.9454981\",\"Address\":\"Plot No. 3, Hotel Complex, Jodhpur-Jaisalmer Road, Indira Colony, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22870,\"Title\":\"CHANDRA MAHAL\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22871,\"Title\":\"Laxmi Narayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492542,\"Name\":\"Treehouse Atulya Niwas\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5739208\",\"Long\":\"73.6217672\",\"Address\":\"Kodiyat Main Rd, Near Tehsil Girva, Village Bujhda, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492543,\"Name\":\"The Artist House\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5801165\",\"Long\":\"73.69661959999999\",\"Address\":\"Near, Ashoka Cinema Rd, Thakkre Baba Conlony, Surajpole, Nada Khada, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492544,\"Name\":\"Regenta Central Mewargarh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5873046\",\"Long\":\"73.6561129\",\"Address\":\"Sajjangarh Rd, near Biological Park, Eklavya Colony, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22870,\"Title\":\"CHANDRA MAHAL\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1601,\"Title\":\"Shri Govind Dev Ji Temple\",\"Description\":\"The image of the deity was brought from Vrindavan here by Raja Sawai Jai Singh II, the founder of Jaipur. According to popular legend, Lord Krishna&amp;#039;s image in the temple looks exactly like Krishna&amp;#039;s form during his incarnation on Earth.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9261592,\"Long\":75.8237979,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Shri_Govind_Dev_Ji_Temple_12995_1519645249.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22871,\"Title\":\"Laxmi Narayan Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222536\",\"Title\":\"Arrival at Jaipur:\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon arrival check in at the hotel, relax and later proceed to visit the City Palace in the afternoon, which is still the formal residence of the royal family. Also visit Chandra Mahal, Shri Govind Deo Temple and the City Palace Museum that has the private collection of Jaipur Maharajas. We also visit Jantar Mantar, a stone observatory, which is the largest of Jai Singh&#39;s five remarkable observatories. Overnight stay at the hotel in Jaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492524,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492525,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492526,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22870,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1601,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222539\",\"Title\":\"Jaipur- Amber fort\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast we proceed to visit the Amber Fort, located 11 kilometers away from Jaipur. En-route, visit the Hawa Mahal. Amber was the ancient capital of Kachawaha dynasty before Jai Singh founded Jaipur. Ride an elephant to reach the gates of the fort. In the afternoon take a walk through the colorful Bazaar of Jaipur and visit a factory to see the famous block printing work, which is a specialty of Jaipur. In the evening we drive through the new city of Jaipur and visit Laxmi Narayan Mandir- a Hindu temple built in white marble. Overnight stay at the hotel in Jaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492524,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492525,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492526,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22871,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222542\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222545\",\"Title\":\"Jaipur \\u2013Jodhpur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check out from the Hotel &amp; drive to Jodhpur in the early morning. Jodhpur is the second largest city in Rajasthan and is also known as the blue city as most of the houses of the old city are painted blue. The old city is surrounded by a 10 km long wall, which has 101 bastions and seven gates. On your tour of Jodhpur you visit the Mehrangarh Fort, which was built on a steep hill. The fort is among the best in India with exquisitely latticed windows in residential complexes. Later proceed to visit the Jaswant Thada, a royal cenotaph built in white marble. You also stroll down the markets of Jodhpur.Overnight stay at the hotel in Jodhpur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492533,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":107841,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492535,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492535,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":423501,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1113,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222548\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222551\",\"Title\":\"Jodhpur \\u2013Jaisalmer:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the Hotel &amp; drive through the desert and proceed for Jaisalmer. Jaisalmer is famous for its carved havelis (grand mansions). Jaisalmer is a marvel of beautiful culture and the city is one of the most exotic cities. After reaching Jaisalmer, check in at the Hotel. Overnight stay at the hotel in Jaisalmer.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492537,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492538,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492539,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222554\",\"Title\":\"Jaisalmer:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, go on a sightseeing tour of the city covering stunning Jain temples inside the Sonar Quila. The palace museum inside this fort exhibits a rich collection of imperial dresses and artifacts belonging to the royal family of Jaisalmer, Havelis with convoluted designs and latticed windows such as Patwaon-ki- Haveli and the Gadisar Lake, which seems beautiful at sunset. Late in the evening, drive to some 40 kms away from Jaisalmer to Sam dunes and enjoy the camel cart ride to the Sunset Point (DIRECT PAYAMENT BASIS) and Sam Sand Dunes. Stay overnight in Hotel in Jaisalmer.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492537,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492538,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492539,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":730,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1517,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222557\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222560\",\"Title\":\"Jaisalmer-Jodhpur:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Today, you will drive to the Marwar capital city of Jodhpur, sprawled around the impressive cliff top Meherangarh Fort. Upon arrival check into your hotel. Later visit the imposing Meherangarh Fort.Explore the various museums that house the finest artifacts of the Royal family of Jodhpur.Over night stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492541,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":423501,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1113,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222563\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222566\",\"Title\":\"Jodhpur-Ranakpur-Udaipur:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After breakfast, check out from the Hotel &amp; drive to Udaipur in the morning, visiting the Jain Temple of Ranakpur enroute. This temple is unique as it has 200 pillars, each one carved differently and 29 halls adorned with beautiful carving and sculptures. Check in and overnight stay at the hotel in Udaipur, the City of Lakes.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492542,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492543,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492544,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":730,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222569\",\"Title\":\"Udaipur:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>After breakfast ,start your sightseeing tour with a visit to Sahelion-Ki-Bari. Then proceed to visit the Museum of folk art, which has a rich collection of folk dresses, puppets, dolls, masks, ornaments, folk musical instruments and paintings on display. Afterwards visit the City Palace, the biggest palace complex in India, where four generations of Maharajas added mansions and palaces. You also visit the museum of the palace, which includes the beautiful peacock mosaic and miniature wall paintings of Indian mythology. In the evening take a boat ride on the lake Pichola. Overnight stay at the hotel in Udaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492542,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492543,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492544,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":76,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1360,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22872,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222572\",\"Title\":\"Depart Udaipur:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>After breakfast transferred to airport \\/ railway station to connect onward flight \\/ train.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31283\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"45673.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45674,\"priceDoubleOcc\":\"45673.95\",\"priceSingleOcc\":91347.9,\"priceExtraBed\":\"32025.00\",\"priceWithoutBed\":\"22837.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45673.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31284\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"51658.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46493,\"priceDoubleOcc\":\"51658.95\",\"priceSingleOcc\":103317.9,\"priceExtraBed\":\"25830.00\",\"priceWithoutBed\":\"51658.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51658.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31285\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"71398.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":71399,\"priceDoubleOcc\":\"71398.95\",\"priceSingleOcc\":142797.9,\"priceExtraBed\":\"49980.00\",\"priceWithoutBed\":\"35700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"71398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31283\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44368.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44369,\"priceDoubleOcc\":\"44368.98\",\"priceSingleOcc\":88737.96,\"priceExtraBed\":\"31110.00\",\"priceWithoutBed\":\"22185.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44368.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31284\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50182.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45165,\"priceDoubleOcc\":\"50182.98\",\"priceSingleOcc\":100365.96,\"priceExtraBed\":\"25092.00\",\"priceWithoutBed\":\"50182.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50182.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31285\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"69358.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":69359,\"priceDoubleOcc\":\"69358.98\",\"priceSingleOcc\":138717.96,\"priceExtraBed\":\"48552.00\",\"priceWithoutBed\":\"34680.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"69358.98\",\"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\":{\"222536\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222536],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222539\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222539],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222542\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222542],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222545\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222545],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222548\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222548],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222551\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222551],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222554\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222554],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222557\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222557],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222560\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222560],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222563\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[222563],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222566\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[222566],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222569\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[222569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222572\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[222572],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Jaipur,Jodhpur,Jaisalmer,Udaipur','Jaipur,Rajasthan,Indian Subcontinent,North India,India,Jodhpur,Jaisalmer,Udaipur',NULL,'12995,13184,12996,28058',44369,71399,8,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'colourful-rajasthan',NULL,NULL,NULL,0),(260,30365,1,35,0,0,0,'Honeymoon,Family',NULL,1,1,0,'{\"package\":{\"TPId\":30365,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kathamndu_with_pokhara_by_surface_5_nights_6_days_1639133814.jpg\",\"BookingValidUntill\":\"2022-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kathmandu, Nepal&amp;#39;s capital, is set in a valley surrounded by the Himalayan mountains. At the heart of the old city&amp;rsquo;s mazelike alleys is Durbar Square, which becomes frenetic during Indra Jatra, a religious festival featuring masked dances. Many of the city&amp;#39;s historic sites were damaged or destroyed by a 2015 earthquake. Durbar Square&amp;#39;s palace, Hanuman Dhoka, and Kasthamandap, a wooden Hindu temple, are being rebuilt.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kathamndu With Pokhara By Surface 5 Nights 6 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490084,\"Name\":\"The Amadablam Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7056583\",\"Long\":\"85.3478406\",\"Address\":\"Pashupati Vision Complex, \\u091a\\u0915\\u094d\\u0930\\u092a\\u0925, \\u0915\\u093e\\u0920\\u092e\\u093e\\u0921\\u094c\\u0901 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490085,\"Name\":\"Vivanta Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6767301\",\"Long\":\"85.31088749999999\",\"Address\":\"Jhamsikhel Road 03, Lalitpur 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490086,\"Name\":\"Yak & Yeti Shop\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7142499\",\"Long\":\"85.3132547\",\"Address\":\"Tridevi Sadak, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490091,\"Name\":\"The Amadablam Hotel\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7056583\",\"Long\":\"85.3478406\",\"Address\":\"Pashupati Vision Complex, \\u091a\\u0915\\u094d\\u0930\\u092a\\u0925, \\u0915\\u093e\\u0920\\u092e\\u093e\\u0921\\u094c\\u0901 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490092,\"Name\":\"Vivanta Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.6767301\",\"Long\":\"85.31088749999999\",\"Address\":\"Jhamsikhel Road 03, Lalitpur 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490093,\"Name\":\"Hotel Yak & Yeti\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7116556\",\"Long\":\"85.3200951\",\"Address\":\"Durbar Marg, Kathmandu 44600, Nepal\"},\"Images\":[],\"CityId\":13672,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Pashupatinath_Temple_13672_1518068971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/18_1503318072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Swayambhunath_13672_1518075035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22183,\"Title\":\"Bindebasini Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34379,\"CityName\":\"Pokhran\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34379,\"Title\":\"Pokhran\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":490088,\"Name\":\"Hotel Lake Paradise\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2129197\",\"Long\":\"83.9631205\",\"Address\":\"nahar marga, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490089,\"Name\":\"Atithi Resort & SPA Pvt. Ltd.\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2067766\",\"Long\":\"83.9665318\",\"Address\":\"Lake Side, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":490090,\"Name\":\"Atithi Resort & SPA Pvt. Ltd.\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.2067766\",\"Long\":\"83.9665318\",\"Address\":\"Lake Side, Pokhara 33700, Nepal\"},\"Images\":[],\"CityId\":34379,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Pashupatinath_Temple_13672_1518068971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/18_1503318072.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":3354,\"Title\":\"Swayambhunath\",\"Description\":\"Swayambhunath is the most ancient of all the holy shrines located at the hilltop in Kathmandu valley.Its glittering golden spire are visible for many miles and from all sides of the valley.This sacred pilgrimage site is also home to hundreds of monkeys considered holy to Tibetan Buddhists and Hindus. Swayambhunath is a fascinating jumble of Buddhist and Hindu iconography.The 2015 earthquake failed to tumble Kathmandus best loved temple though a couple of outlying buildings crumbled in the earthquake.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7147791,\"Long\":85.2903796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13672\\/sightseeing\\/Swayambhunath_13672_1518075035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22183,\"Title\":\"Bindebasini Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34379,\"CityName\":\"Pokhran\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"216026\",\"Title\":\"Day 1\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Meeting at airport upon arrival by Local&nbsp;representative . Kathmandu is the capital of Nepal and the Kathmandu Valley is the political and cultural heart of the Kingdom. The urban sprawl that makes up modern Kathmandu is in fact two cities, Patan and Kathmandu. Overnight at hotel. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490086,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216029\",\"Title\":\"Kathmandu (Sightseeing\'s):\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>This morning you will be taken for a visit of the Hindu culture in Nepal, Pashupatinath. This is the place where holy saddhus pray and cremations on the Bagmati River are carried out. We then continue to the holiest shrine for the Buddhist culture in Nepal, Bouddhanath, with its large stupa, this is the place where all devout Buddhists come for a pilgrimage. After completion of these two spots, you will be taken take you for a visit to Patan. Also known as Lalitpur , the city of beauty is separated from Kathmandu only by the Bagmati River and is the second largest town in the valley. Lalitpur is fragmented from other cities due to its substantive architectural ancient masterpieces. Patan&#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater Patan&#39;s central Durbar Square is absolutely packed with temples: Its an architectural center point with a far greater concentration of temples per sq. meter than in Kathamandu or Bhaktapur. Within the city also lies the Tibetan refugee center, home to most of the valley&#39;s Tibetan population. While technically refugees, the Tibetans are some of the wealthiest people in the valley because of the carpet industry they operate. For those looking to bring home a fine Tibetan carpet, this is the place to shop. You will then go to Swayambhunath the golden spire of the 5th-century Swayambhu stupa is adorned with a colorful fluttering of prayer flags; it crowns a hill overlooking the Kathmandu Valley and offers fantastic views over the city of Kathmandu. Swayambhunath is one of the most recognizable symbols in Nepal and the painted eyes of Buddha watch all who ascend the worn stone steps.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490085,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490086,\"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\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3354,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216032\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"216035\",\"Title\":\"Kathmandu - Pokhara:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Drive to Pokhara. Pokhara is 210 kms from Kathmandu and is a 7 hours drive approx. From Pokhara town (2,352 feet) in good weather there are splendid views right from the hotel. On the way you have an option of doing the river rafting or visit the Manakamna Temple &quot; Goddess of Fulfilling Wishes&quot; where you are taken by a cable ride of 10 mins. Overnight at hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490088,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490090,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216038\",\"Title\":\"Pokhara:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>You will visit Bindebasini Temple. This is one of the oldest temples in Pokhara was a part of Kaski Kingdom, the main deity of the temple, Goddess Durga, was brought from India. Apart from the peace and tranquility that can be felt in this region, the premises of the temple offers a good view of the Himalaya on a clear day. The temple is in the area of the bazaar, hence a journey of the old bazaar can be combined with a visit to the temple. Sightseeing to Devi&#39;s fall, also known as Patale Chango is an awesome waterfall lying 2 km southwest of Pokhara. During summer and rainy season, the waterfall takes its real form, with gushing water splashing and making its way through the rocks. Just opposite of Devi&#39;s fall, on the other side of the road, there is Gupteshwor Cave. This cave is popular for the different natural forms made from limestone deposits. Photography is strictly prohibited inside the cave. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490088,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490089,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490090,\"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\":22183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216041\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34379,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"216044\",\"Title\":\"Pokhara - Kathmandu:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Retracing the same path, drive back to Kathmandu and transfer to Hotel. Rest day at leisure. One can indulge in shopping or visit the casinos trying their lady luck. Overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":490091,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":490092,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":490093,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"216047\",\"Title\":\"Kathmandu Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast you will be transferred to the airport in time to board your flight for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"30365\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22778.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":22779,\"priceDoubleOcc\":\"22778.70\",\"priceSingleOcc\":45557.4,\"priceExtraBed\":\"17850.00\",\"priceWithoutBed\":\"9975.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22778.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30868.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":30869,\"priceDoubleOcc\":\"30868.95\",\"priceSingleOcc\":61737.9,\"priceExtraBed\":\"22089.90\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30868.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36223.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":36224,\"priceDoubleOcc\":\"36223.95\",\"priceSingleOcc\":72447.9,\"priceExtraBed\":\"29292.90\",\"priceWithoutBed\":\"18321.45\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36223.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30365\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21694.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":21694,\"priceDoubleOcc\":\"21694.00\",\"priceSingleOcc\":43388,\"priceExtraBed\":\"17000.00\",\"priceWithoutBed\":\"9500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21694.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30366\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29399.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":29399,\"priceDoubleOcc\":\"29399.00\",\"priceSingleOcc\":58798,\"priceExtraBed\":\"21038.00\",\"priceWithoutBed\":\"13678.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29399.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30367\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34499.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-10\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":34499,\"priceDoubleOcc\":\"34499.00\",\"priceSingleOcc\":68998,\"priceExtraBed\":\"27898.00\",\"priceWithoutBed\":\"17449.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34499.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"216026\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[216026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216029\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[216029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216032\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216035\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[216035],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216038\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[216038],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216041\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[216041],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216044\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[216044],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"216047\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[216047],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Kathmandu,Pokhran','Kathmandu,Indian Subcontinent,Nepal,Pokhran,Rajasthan,North India,India,Pokhara',NULL,'13672,34379',21694,36224,5,NULL,NULL,NULL,2,'',0,'2021-12-10 00:00:00','2022-01-31 00:00:00','2022-01-31 00:00:00',3,'Nepal,India','153,101','2021-12-10 00:00:00','2021-12-10 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'kathamndu-with-pokhara-by-surface-5-nights-6-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (261,31292,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31292,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/exqusite-rajasthan_1641899018.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jodhpur is a city in the Thar Desert of the northwest Indian state of Rajasthan. Its 15th-century Mehrangarh Fort is a former palace that&amp;rsquo;s now a museum, displaying weapons, paintings and elaborate royal palanquins (sedan chairs). Set on on a rocky outcrop, the fort overlooks the walled city, where many buildings are painted the city&amp;rsquo;s iconic shade of blue.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Jodhpur\",\"SourcePlaceSysId\":13184,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Exqusite-rajasthan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492546,\"Name\":\"Jhalamand\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2284455\",\"Long\":\"73.0449551\",\"Address\":\"Jhalamand, Jodhpur, Rajasthan, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492547,\"Name\":\"Treehouse Rajbagh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2417505\",\"Long\":\"72.94527049999999\",\"Address\":\"Near Dali Bai Circle, Jaisalmer - Barmer bypaas, Jhanwar Rd, Bhadu Market, Jodhpur, Rajasthan 342008, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492548,\"Name\":\"Park Plaza Jodhpur\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2684362\",\"Long\":\"73.03832109999999\",\"Address\":\"Jhalamand House, Airport Rd, Air Force Area, Jodhpur, Rajasthan 342011, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22891,\"Title\":\"marble Jain Temples in Ranakpur.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":714,\"Title\":\"Jag Mandir\",\"Description\":\"Jag Mandir Palace is a delightful royal residence situated on the southern island of Lake Pichola. The three-storied Palace is a palatial structure made in yellow sandstone and marble. Worked in early years of seventeenth century, Jag Mandir Palace was raised by Maharana Karan Singh to serve as a concealing spot for Prince Khurram (famously known as Shah Jahan). Between the years of 1620-28, Maharana Karan Singh ruled the locale and amid this period Prince Khurram rebelled against his dad. Maharana Karan Singh helped Prince Khurram as he was destined to a Rajput mother. Khurram, joined by his better half and two children left the kingdom. At that point, Maharana Karan gave them a place of refuge in the City Palace of Udaipur. The blue-bloods were unsuccessful in holding fast to the Rajput traditions; accordingly Karan Singh moved them to the Jag Mandir Palace. Around then, Jag Mandir Palace was under development. It is awesome to realize that Mughal Emperor Shah Jahan (Prince Khurram) soaked up a few thoughts, particularly of pieta dura work, for the widely acclaimed Taj Mahal from Jag Mandir Palace, amid his stay in 1623-24. The Palace was finished by Maharana Jagat Singh amid his rule (1628-1652) after the demise of Karan Singh. The present type of the Palace is the aftereffect of further augmentations that were made to it by Maharana Jagat Singh. Discussing the authentic realities, Maharana Swaroop Singh protected various European families in this Palace, amid the rebellion of 1857. \\r\\n\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5683573,\"Long\":73.6997892,\"Image\":\"Jag_Mandir_28058_1500877498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":18551,\"Title\":\"Mount Abu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492549,\"Name\":\"Rising Sun Retreat\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.581565\",\"Long\":\"72.72392599999999\",\"Address\":\"Near Old Municipal Check Post, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492550,\"Name\":\"Hotel Silver Oak\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5900796\",\"Long\":\"72.7139712\",\"Address\":\"near Hotel Vrindavan, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492551,\"Name\":\"Ratan Villas Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.632811\",\"Long\":\"72.7595869\",\"Address\":\"44, Oriya, Opposite Peace Park, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22891,\"Title\":\"marble Jain Temples in Ranakpur.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":714,\"Title\":\"Jag Mandir\",\"Description\":\"Jag Mandir Palace is a delightful royal residence situated on the southern island of Lake Pichola. The three-storied Palace is a palatial structure made in yellow sandstone and marble. Worked in early years of seventeenth century, Jag Mandir Palace was raised by Maharana Karan Singh to serve as a concealing spot for Prince Khurram (famously known as Shah Jahan). Between the years of 1620-28, Maharana Karan Singh ruled the locale and amid this period Prince Khurram rebelled against his dad. Maharana Karan Singh helped Prince Khurram as he was destined to a Rajput mother. Khurram, joined by his better half and two children left the kingdom. At that point, Maharana Karan gave them a place of refuge in the City Palace of Udaipur. The blue-bloods were unsuccessful in holding fast to the Rajput traditions; accordingly Karan Singh moved them to the Jag Mandir Palace. Around then, Jag Mandir Palace was under development. It is awesome to realize that Mughal Emperor Shah Jahan (Prince Khurram) soaked up a few thoughts, particularly of pieta dura work, for the widely acclaimed Taj Mahal from Jag Mandir Palace, amid his stay in 1623-24. The Palace was finished by Maharana Jagat Singh amid his rule (1628-1652) after the demise of Karan Singh. The present type of the Palace is the aftereffect of further augmentations that were made to it by Maharana Jagat Singh. Discussing the authentic realities, Maharana Swaroop Singh protected various European families in this Palace, amid the rebellion of 1857. \\r\\n\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5683573,\"Long\":73.6997892,\"Image\":\"Jag_Mandir_28058_1500877498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492552,\"Name\":\"Treehouse Atulya Niwas\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5739208\",\"Long\":\"73.6217672\",\"Address\":\"Kodiyat Main Rd, Near Tehsil Girva, Village Bujhda, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492554,\"Name\":\"The Artist House\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5801165\",\"Long\":\"73.69661959999999\",\"Address\":\"Near, Ashoka Cinema Rd, Thakkre Baba Conlony, Surajpole, Nada Khada, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492555,\"Name\":\"Regenta Central Mewargarh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5873046\",\"Long\":\"73.6561129\",\"Address\":\"Sajjangarh Rd, near Biological Park, Eklavya Colony, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22891,\"Title\":\"marble Jain Temples in Ranakpur.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":714,\"Title\":\"Jag Mandir\",\"Description\":\"Jag Mandir Palace is a delightful royal residence situated on the southern island of Lake Pichola. The three-storied Palace is a palatial structure made in yellow sandstone and marble. Worked in early years of seventeenth century, Jag Mandir Palace was raised by Maharana Karan Singh to serve as a concealing spot for Prince Khurram (famously known as Shah Jahan). Between the years of 1620-28, Maharana Karan Singh ruled the locale and amid this period Prince Khurram rebelled against his dad. Maharana Karan Singh helped Prince Khurram as he was destined to a Rajput mother. Khurram, joined by his better half and two children left the kingdom. At that point, Maharana Karan gave them a place of refuge in the City Palace of Udaipur. The blue-bloods were unsuccessful in holding fast to the Rajput traditions; accordingly Karan Singh moved them to the Jag Mandir Palace. Around then, Jag Mandir Palace was under development. It is awesome to realize that Mughal Emperor Shah Jahan (Prince Khurram) soaked up a few thoughts, particularly of pieta dura work, for the widely acclaimed Taj Mahal from Jag Mandir Palace, amid his stay in 1623-24. The Palace was finished by Maharana Jagat Singh amid his rule (1628-1652) after the demise of Karan Singh. The present type of the Palace is the aftereffect of further augmentations that were made to it by Maharana Jagat Singh. Discussing the authentic realities, Maharana Swaroop Singh protected various European families in this Palace, amid the rebellion of 1857. \\r\\n\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5683573,\"Long\":73.6997892,\"Image\":\"Jag_Mandir_28058_1500877498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222611\",\"Title\":\"Jodhpur (325 kms. \\/ approx. 7 hour drive)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arrival in Jodhpur railway station \\/Airport day, check into the hotel. The evening is free to explore the textile and<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492546,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492547,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492548,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222614\",\"Title\":\"Jodhpur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>This morning, visit the imposing Meherangarh Fort.Explore the various museums that house the finest artifacts of the Royal family of Jodhpur. The rest of the afternoon is at leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492546,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492547,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492548,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1113,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222617\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222620\",\"Title\":\"Jodhpur-Mt. Abu (320 kms\\/approx 7 hour drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Today, you will drive to only hillstation of Rajasthan, Upon arrival check into your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492549,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492550,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492551,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222623\",\"Title\":\"Mt. Abu\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Mt. Abu - a pleasant retreat set amidst the lush forested hills. Mt. Abu is a green oasis in the barren deserts cape that&#39;s Rajasthan. Visit Dilwara Jain Temples and free time in Nakki Lake and Mall Road. Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492549,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492550,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492551,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":436,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1186,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222626\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222629\",\"Title\":\"Mt. Abu-Udaipur (185 kms\\/approx 3 \\u00bd hour drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Today continue on your journey to Udaipur. Enroute enjoy a visit to the beautifully preserved marble Jain Temples in Ranakpur. Arrive into Udaipur and check in to your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492552,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22891,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222632\",\"Title\":\"Udaipur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Today, you will visit the sprawling City Palace complex along the shores of the Lake Pichola. Visit the exotic palaces and pleasure gardens. Continue to the Saheliyon ki Badi - the Garden of the Maids of Honour for the Royal Ladies of Mewar. The rest of the afternoon is at leisure or you may enjoy a boat ride on the picturesque Lake Pichola, cruising past the spectacular City Palace, Jag Mandir Island and the famous Jag Niwas Island.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492552,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492554,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492555,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1360,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":714,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":359,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222635\",\"Title\":\"Udaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Today you are transferred to the Udaipur airport or Udaipur railway station for your onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31292\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34963.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34964,\"priceDoubleOcc\":\"34963.95\",\"priceSingleOcc\":69927.9,\"priceExtraBed\":\"26563.95\",\"priceWithoutBed\":\"18163.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34963.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31293\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43153.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"43153.95\",\"priceSingleOcc\":86307.9,\"priceExtraBed\":\"32653.95\",\"priceWithoutBed\":\"22153.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43153.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31294\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"54598.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":54599,\"priceDoubleOcc\":\"54598.95\",\"priceSingleOcc\":109197.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54598.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31292\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33964.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33965,\"priceDoubleOcc\":\"33964.98\",\"priceSingleOcc\":67929.96,\"priceExtraBed\":\"25804.98\",\"priceWithoutBed\":\"17644.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33964.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31293\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41920.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41921,\"priceDoubleOcc\":\"41920.98\",\"priceSingleOcc\":83841.96,\"priceExtraBed\":\"31720.98\",\"priceWithoutBed\":\"21520.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41920.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31294\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53038.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":53039,\"priceDoubleOcc\":\"53038.98\",\"priceSingleOcc\":106077.96,\"priceExtraBed\":\"32638.98\",\"priceWithoutBed\":\"22438.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53038.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222611\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222611],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222614\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222614],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222617\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222620\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222620],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222623\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222623],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222626\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222626],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222629\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222629],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222632\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222632],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222635\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[222635],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Jodhpur,Mount Abu,Udaipur','Jodhpur,Rajasthan,Indian Subcontinent,North India,India,Mount Abu,Udaipur',NULL,'13184,18551,28058',33965,54599,6,NULL,NULL,NULL,2,'',0,'2022-01-11 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-11 00:00:00','2022-01-11 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'exqusite-rajasthan',NULL,NULL,NULL,0),(262,31105,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31105,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/heavenly_himachal_1641546961.jpg\",\"BookingValidUntill\":\"2022-03-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\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Heavenly Himachal\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492206,\"Name\":\"Manla Homes Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.1529433\",\"Long\":\"77.190489\",\"Address\":\"Mohanpur Rd, Baldeyan, Himachal Pradesh 171007, India\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492208,\"Name\":\"Comfort Inn Snowpark by Choice Hotels International\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2378614\",\"Long\":\"77.1935566\",\"Address\":\"Aleo, Manali, Himachal Pradesh 175131, India\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"FB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492211,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1051,\"Title\":\"Manali City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1970\\/thumb\\/City Tour_441.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221318\",\"Title\":\"Arrival Delhi To Shimla\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome onboard a wonderful tour with one of the most happening destinations - Himachal! Today, we start a scenic drive from the Delhi meeting point towards Shimla. Situated in the Himalayan ranges, Shimla is a scenic drive from the Delhi meeting point towards Shimla. Situated in the Himalayan ranges, Shimla is a picturesque hill station in Himachal Pradesh. Check-in at the resort and relax. Over-night at the resort Note - Tourists coming down from other cities on their own have to reach Delhi latest by 10:00 am on the day of departure. The pickup will be from Meeting Point (Hotel Peridot or Similar) and the vehicles shall depart at 11.00 am from the respective hotel and Tourists coming down from other cities on their own have to reach latest by 10:00 am on the day of departure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492206,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"221319\",\"Title\":\"Shimla Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<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. Later drive to Kufri derives its name from &#39;Kufri&#39; which means lake. It is especially popular among trekkers. 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. 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 of Shopping time, return to your hotel for a mouth watering dinner. Overnight in the resort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492206,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1046,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1188,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1546,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221320\",\"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\":\"221321\",\"Title\":\"Shimla To Manali (290 Kms \\/ Approx 08-09 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast, depart for Manali by road. Enjoy the scenic beauty of enchanting Kullu Valley while you drive to Manali. In Hinduism, Manu was said to have survived a great flood that destroyed the rest of the world. He then recreated mankind in this Kullu Valley town. Boost your adrenaline rush while you enjoy White Water Rafting in the gushing waters of the Beas River (own Cost). check in at the hotel. Overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":\"221322\",\"Title\":\"Manali (Excursion Solang Valley)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After early breakfast 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. Enjoy Dinner and overnight in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221323\",\"Title\":\"Manali (Excursion Naggar With Local City Tour Of Manali)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Today morning after breakfast, visit 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. Prof. Late Nicholas Roerich, a reputed artist had chosen Naggar as his residence when he came to India in 1929. The house has now been converted in an art gallery which houses numbers of rare paintings and other specimen of art in Naggar. After lunch, enjoy Manali 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). Overnight in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492208,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1051,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1175,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221324\",\"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\":\"221325\",\"Title\":\"Manali To Chandigarh (298 Kms \\/ Approx 08-09 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Today after breakfast, wave a goodbye to Manali and drive to Zirakpur\\/Panchkula by road. . Later check in at the hotel in Zirakpur\\/Panchkula. Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492211,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"221326\",\"Title\":\"Departure From Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Last day of the tour, today after early breakfast, proceed to Delhi . The mesmerizing tour concludes as the coach drops you at Delhi Domestic Airport. You can aboard your further connection for your place with innumerable Himachal memories! Note - Guests, who would like to book their return journeys out of Delhi, can book their flights\\/trains after 6pm on the last day of tour - subject the traffic, road conditions and the time group checks out in the morning. Ideally, the guests should reach Delhi before 4pm in the evening. Please consult with out Holiday Experts for more details.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31105\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19419.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19420,\"priceDoubleOcc\":\"19419.75\",\"priceSingleOcc\":38839.5,\"priceExtraBed\":\"16578.45\",\"priceWithoutBed\":\"14361.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19419.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31105\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18864.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18865,\"priceDoubleOcc\":\"18864.90\",\"priceSingleOcc\":37729.8,\"priceExtraBed\":\"16104.78\",\"priceWithoutBed\":\"13951.56\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18864.90\",\"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\":{\"221318\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"221319\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221320\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221321\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221322\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221323\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221324\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221325\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221326\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[221326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shimla,Manali,Chandigarh','Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh',NULL,'1,16593,5765',18865,19420,6,NULL,NULL,NULL,2,'',0,'2022-01-07 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-07 00:00:00','2022-01-07 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'heavenly-himachal',NULL,NULL,NULL,0),(263,31329,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31329,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/family_adventures_at_majkhali_woods-ranikhet_uttarakh_1641970424.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Ranikhet is a hill station in Uttarakhand State, northern India. It&amp;rsquo;s known for its views of the Himalayas. Hundreds of bells adorn Jhula Devi Temple, dedicated to the Hindu goddess Durga. Fruit trees grow on the terraced orchards of Chaubatia Gardens, with views of peaks including Nanda Devi. Mahatma Gandhi stayed in a hut, Gandhi Kuti, in nearby Tarikhet village during the independence struggle.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Family Adventures At Majkhali Woods-Ranikhet Uttarakhand\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Train Station Transfers\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":22582,\"Title\":\"Ranikhet\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492624,\"Name\":\"Majkhali Woods\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":22582,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":773,\"Title\":\"Jhula Devi Temple\",\"Description\":\"Jhula Devi Temple is the place of attraction at the Ranikhet hill station. This Indian state is situated at 7 km from the town of Ranikhet near Choubatia Gardens of Almora district in Uttarakhand. The present temple complex was constructed in 1935. The innumerable bell hanging around the temple complex is the proof of divine and medical powers of &amp;quot;Ma Jhula Devi&amp;quot;. It is said that the temple is about 700 years old. Chobatia was a thick forest full of wild animals. Leopards and tigers used to attack people and carry their animals. People were scared and prayed for &amp;quot;Ma Durga&amp;quot; to protect them from dangerous wild animals.\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":29.6433615,\"Long\":79.4321825,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1139\\/thumb\\/Jhula Devi Temple_407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":631,\"Title\":\"Haidakhan Temple\",\"Description\":\"HYDHAKHAN TEMPLE is a Hindu temple situated in Chillianuala Almora district of Uttarakhand about 4 km from the famous hill station of Ranikhet. Baba who was Mr. Haidakhan established this beautiful ashram between 1970 and 1984. It is said as the incarnation of Lord Shiva which attracts a large number of devotees from all over the world the devotion and sacred place of this beautiful temple of Haidakhan Maharaj. Navaratri is celebrated here with great enthusiasm in all 9 days with Yagya. During the arti every evening there is a satsang of hymns and people start dancing with themselves. Many devotees from abroad come to this temple to get married in Indian tradition.\",\"CurrencyType\":0,\"CityId\":22582,\"CityName\":\"Ranikhet\",\"Lat\":29.6613092,\"Long\":79.4107477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1084\\/thumb\\/Haidakhan Temple_489.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222865\",\"Title\":\"Arrive Ranikhet\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Pickup From Delhi and Drive To Majkhali Woods, Ranikhet and relax for the evening.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22582,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492624,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"222866\",\"Title\":\"In Ranikhet\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Visit to Chaubatia Garden (apple and apricot orchid), Jhula Devi Temple, Rani Jheel and Haidakhan temple. If time permits do visit Shawl Factory and buy woolen shawls and other clothing. Evening at leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22582,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492624,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":773,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":631,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222867\",\"Title\":\"Depart Ranikhet\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning go for a small hike along the stream and Post breakfast, check out of the resort and Drop At Delhi Airport for your onward journey<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22582,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31329\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15225.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"15225.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"10447.50\",\"priceWithoutBed\":\"15225.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15225.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\":\"31329\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14790.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14790,\"priceDoubleOcc\":\"14790.00\",\"priceSingleOcc\":29580,\"priceExtraBed\":\"10149.00\",\"priceWithoutBed\":\"6630.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222865\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222865],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"222866\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222866],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222867\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222867],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Ranikhet','Ranikhet,Uttarakhand,Indian Subcontinent,North India,India',NULL,'22582',14790,15225,2,NULL,NULL,NULL,2,'',0,'2022-01-12 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-12 00:00:00','2022-01-12 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'family-adventures-at-majkhali-woods-ranikhet-uttarakhand',NULL,NULL,NULL,0),(264,24664,1,35,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24664,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Package_no_01_Shillong_Beauty_94.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#984806&quot;&gt;Please Note&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All our tours can be fully customized to meet your requirement. You can change the number of days at any destination, add or delete any sightseeing in the itinerary as per your interest, change the hotel and\\/or the room category, change the transport used for the tour, choose a meal plan suitable to you.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 01 Shillong Beauty\",\"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\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2021-08-26\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.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\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9189,\"Title\":\"Dainthlen Falls\",\"Description\":\"Dainthlen Falls is one of the most popular spots in Meghalaya, located around 5km from the city. The natural rock carvings near the soft gushing waterfalls narrate the story of a python which was killed at the top of the waterfalls. It is one of the most beautiful waterfalls in the region a must-visit spot.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.6834503,\"Long\":25.2934487,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19257,\"Title\":\"Mawlynnong - Cleanest Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2017637,\"Long\":91.9160305,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":20083,\"Title\":\"DOUBLE DECKER LIVING ROOT BRIDGE\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&rsquo;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9181,\"Title\":\"Ward\'s Lake\",\"Description\":\"Nestled at the center of the city, Ward&rsquo;s Lake is a must-visit spot in Shillong. The refreshing lake encircled with lush gardens and verdant trees is the best place to spend the evening watching the dancing evening show. Take a break and head for a boat ride and enjoy the natural beauty of Ward&rsquo;s Lake.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8863422,\"Long\":25.5754998,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"176627\",\"Title\":\"Guwahati \\u2013 Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176632\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM  1.5 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit&nbsp; Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":483,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9189,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176637\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM  2 Hrs Per Way)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness.&nbsp; It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River Evening return to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":19106,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20083,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"176642\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24664\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6854.58\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5620,\"priceDoubleOcc\":\"7458.00\",\"priceSingleOcc\":17628,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5846,\"priceDoubleOcc\":\"7797.00\",\"priceSingleOcc\":17967,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7797.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6223,\"priceDoubleOcc\":\"8362.00\",\"priceSingleOcc\":18532,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8362.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7729,\"priceDoubleOcc\":\"10622.00\",\"priceSingleOcc\":20792,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10622.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24665\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6854.58\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5620,\"priceDoubleOcc\":\"7458.00\",\"priceSingleOcc\":17628,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7458.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5846,\"priceDoubleOcc\":\"7797.00\",\"priceSingleOcc\":17967,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7797.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5218,\"priceDoubleOcc\":\"6854.58\",\"priceSingleOcc\":17024.58,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6854.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6223,\"priceDoubleOcc\":\"8362.00\",\"priceSingleOcc\":18532,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8362.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7729,\"priceDoubleOcc\":\"10622.00\",\"priceSingleOcc\":20792,\"priceExtraBed\":\"1943.60\",\"priceWithoutBed\":\"1943.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10622.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24666\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9362.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6934,\"priceDoubleOcc\":\"9362.05\",\"priceSingleOcc\":21792.05,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9362.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7336,\"priceDoubleOcc\":\"9964.34\",\"priceSingleOcc\":22394.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7562,\"priceDoubleOcc\":\"10303.34\",\"priceSingleOcc\":22733.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10303.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6934,\"priceDoubleOcc\":\"9362.05\",\"priceSingleOcc\":21792.05,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9362.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7939,\"priceDoubleOcc\":\"10868.34\",\"priceSingleOcc\":23298.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10868.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9445,\"priceDoubleOcc\":\"13128.34\",\"priceSingleOcc\":25558.34,\"priceExtraBed\":\"2079.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13128.34\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24667\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11175.70\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9066,\"priceDoubleOcc\":\"11175.70\",\"priceSingleOcc\":25300.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11175.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9487,\"priceDoubleOcc\":\"11808.50\",\"priceSingleOcc\":25933.5,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11808.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9668,\"priceDoubleOcc\":\"12079.70\",\"priceSingleOcc\":26204.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12079.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9066,\"priceDoubleOcc\":\"11175.70\",\"priceSingleOcc\":25300.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11175.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10120,\"priceDoubleOcc\":\"12757.70\",\"priceSingleOcc\":26882.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12757.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11476,\"priceDoubleOcc\":\"14791.70\",\"priceSingleOcc\":28916.7,\"priceExtraBed\":\"4845.44\",\"priceWithoutBed\":\"1740.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14791.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24668\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15311.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15311.50\",\"priceSingleOcc\":33391.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15311.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12645,\"priceDoubleOcc\":\"15944.30\",\"priceSingleOcc\":34024.3,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15944.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12826,\"priceDoubleOcc\":\"16215.50\",\"priceSingleOcc\":34295.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16215.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15311.50\",\"priceSingleOcc\":33391.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15311.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13278,\"priceDoubleOcc\":\"16893.50\",\"priceSingleOcc\":34973.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16893.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14634,\"priceDoubleOcc\":\"18927.50\",\"priceSingleOcc\":37007.5,\"priceExtraBed\":\"6045.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18927.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\":\"24664\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6429.96\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5272,\"priceDoubleOcc\":\"6996.00\",\"priceSingleOcc\":16536,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6996.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5484,\"priceDoubleOcc\":\"7314.00\",\"priceSingleOcc\":16854,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7314.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5837,\"priceDoubleOcc\":\"7844.00\",\"priceSingleOcc\":17384,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7844.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7250,\"priceDoubleOcc\":\"9964.00\",\"priceSingleOcc\":19504,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24665\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6429.96\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5272,\"priceDoubleOcc\":\"6996.00\",\"priceSingleOcc\":16536,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6996.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5484,\"priceDoubleOcc\":\"7314.00\",\"priceSingleOcc\":16854,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7314.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":4894,\"priceDoubleOcc\":\"6429.96\",\"priceSingleOcc\":15969.96,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6429.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":5837,\"priceDoubleOcc\":\"7844.00\",\"priceSingleOcc\":17384,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7844.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7250,\"priceDoubleOcc\":\"9964.00\",\"priceSingleOcc\":19504,\"priceExtraBed\":\"1823.20\",\"priceWithoutBed\":\"1823.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9964.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24666\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8782.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6505,\"priceDoubleOcc\":\"8782.10\",\"priceSingleOcc\":20442.1,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8782.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6882,\"priceDoubleOcc\":\"9347.08\",\"priceSingleOcc\":21007.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9347.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7094,\"priceDoubleOcc\":\"9665.08\",\"priceSingleOcc\":21325.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9665.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6505,\"priceDoubleOcc\":\"8782.10\",\"priceSingleOcc\":20442.1,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8782.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7447,\"priceDoubleOcc\":\"10195.08\",\"priceSingleOcc\":21855.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10195.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8860,\"priceDoubleOcc\":\"12315.08\",\"priceSingleOcc\":23975.08,\"priceExtraBed\":\"1950.40\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12315.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24667\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10483.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8504,\"priceDoubleOcc\":\"10483.40\",\"priceSingleOcc\":23733.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8900,\"priceDoubleOcc\":\"11077.00\",\"priceSingleOcc\":24327,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11077.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9069,\"priceDoubleOcc\":\"11331.40\",\"priceSingleOcc\":24581.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11331.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8504,\"priceDoubleOcc\":\"10483.40\",\"priceSingleOcc\":23733.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10483.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9493,\"priceDoubleOcc\":\"11967.40\",\"priceSingleOcc\":25217.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11967.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10765,\"priceDoubleOcc\":\"13875.40\",\"priceSingleOcc\":27125.4,\"priceExtraBed\":\"4545.28\",\"priceWithoutBed\":\"1632.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13875.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24668\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14363.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14363.00\",\"priceSingleOcc\":31323,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14363.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11861,\"priceDoubleOcc\":\"14956.60\",\"priceSingleOcc\":31916.6,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14956.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15211.00\",\"priceSingleOcc\":32171,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15211.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14363.00\",\"priceSingleOcc\":31323,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14363.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12455,\"priceDoubleOcc\":\"15847.00\",\"priceSingleOcc\":32807,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15847.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-23\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13727,\"priceDoubleOcc\":\"17755.00\",\"priceSingleOcc\":34715,\"priceExtraBed\":\"5671.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17755.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays 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 - Minimum of the below to be charged.&amp;nbsp&lt;br \\/&gt;\\r\\nthe cancellation policy can be changed subject to terms and conditions of the Airlines\\/ Hotels (which will be advised at the time of the booking)&amp;nbsp&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;\",\"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 Flights\\/Hotel&amp;nbspand 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;Value Added Services&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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 are ISO 9001-2015 certified. 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, &amp;nbspstaying at the best properties. We are Authorised Visa Agents for Singaopre High Commission for North Region.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"176627\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[176627],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176632\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[176632],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176637\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[176637],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"176642\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[176642],\"Remark\":[\"&lt;p&gt;Car on disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Cherrapunji,Dawki,Mawlynnong',NULL,'25073',6430,18928,3,NULL,NULL,NULL,1,'',0,'2021-08-26 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2021-08-26 00:00:00','2021-08-26 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'no-01-shillong-beauty',NULL,NULL,NULL,0),(265,31362,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31362,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/6n7d-_glamorous_kashmir_1641991326.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Srinagar is the largest city and the summer capital of Jammu and Kashmir, India. It lies in the Kashmir Valley on the banks of the Jhelum River, a tributary of the Indus, and Dal and Anchar lakes. The city is known for its natural environment, gardens, waterfronts and houseboats.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"6N7D- Glamorous Kashmir\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7857\",\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492684,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492685,\"Name\":\"Comrade Inn\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0653546\",\"Long\":\"74.8222928\",\"Address\":\"1, Rajbagh, Ikhrajpora, Maharajpur, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492686,\"Name\":\"The Orchard Retreat & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1739314\",\"Long\":\"74.8256966\",\"Address\":\"Pathan Colony, zakura, Srinagar, Jammu and Kashmir 190006\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":1927,\"Title\":\"Yusmarg\",\"Description\":\"Yusmarg or Yousmarg ( meaning &amp;#039;Meadow of Jesus&amp;#039;) is a hill station in the western part of Kashmir Valley in the Indian state of Jammu and Kashmir. It is situated 47 km south of Srinagar the capital of the state.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":33.7852856,\"Long\":74.663464,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3502\\/thumb\\/Yusmarg_218.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492687,\"Name\":\"Hotel Signature\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0713395\",\"Long\":\"74.46108579999999\",\"Address\":\"Gulmarg Road , Wahipora (Tangmarg), Gulmarg, Jammu and Kashmir 193402\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492688,\"Name\":\"Hotel Mama Palace\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0483777\",\"Long\":\"74.3818742\",\"Address\":\"Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492689,\"Name\":\"Hotel Pine Spring\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0477903\",\"Long\":\"74.38241359999999\",\"Address\":\"next to Gandola, Gulmarg, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":1927,\"Title\":\"Yusmarg\",\"Description\":\"Yusmarg or Yousmarg ( meaning &amp;#039;Meadow of Jesus&amp;#039;) is a hill station in the western part of Kashmir Valley in the Indian state of Jammu and Kashmir. It is situated 47 km south of Srinagar the capital of the state.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":33.7852856,\"Long\":74.663464,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3502\\/thumb\\/Yusmarg_218.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492712,\"Name\":\"Hotel Bombay Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04083999999999\",\"Long\":\"75.329407\",\"Address\":\"Chandanwari Rd, Near Bus Stand, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492713,\"Name\":\"Eden Resorts and spa\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.92103660000001\",\"Long\":\"75.2852226\",\"Address\":\"Rafting Point, Movera, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492714,\"Name\":\"THE CHINAR RESORT AND SPA\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9432242\",\"Long\":\"75.2894033\",\"Address\":\"11 LADDI, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":1927,\"Title\":\"Yusmarg\",\"Description\":\"Yusmarg or Yousmarg ( meaning &amp;#039;Meadow of Jesus&amp;#039;) is a hill station in the western part of Kashmir Valley in the Indian state of Jammu and Kashmir. It is situated 47 km south of Srinagar the capital of the state.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":33.7852856,\"Long\":74.663464,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3502\\/thumb\\/Yusmarg_218.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null},{\"RefSSId\":22174,\"Title\":\"Avantipura Ruins\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"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\":7857,\"SupplierName\":\"Sapphire Group\\/ KASHMIR DMC \",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223036\",\"Title\":\" Arrival in Srinagar, city tour\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On your arrival at the Srinagar International Airport, you will be taken for a 35 minutes drive through the heart of New Srinagar city, passing the Abdullah bridge which connects the banks of the Jhelum river. After some rest, a day of local sightseeing that includes a visit to the famous Mughal gardens of Nishat and Shalimar. Dinner and overnight stay in Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492684,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492685,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492686,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223039\",\"Title\":\"Yusmarg day trip \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, set out for an excursion to Yusmarg. Yusmarg, the meadow of Jesus is an apline valley located in Badgam district and covered by snow clad mountains and meadows of pine and fir. This valley mesmerizes tourists with its natural beauty. This is also popular for horse riding, fishing and for skiing during winter. After spending some quality time, return back to Srinagar for overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492684,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492685,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492686,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1927,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223042\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223045\",\"Title\":\"Srinagar to Gulmarg (56 kilometers \\/ 2-3 hrs drive) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast check out from the hotel and proceed towards Gulmarg. Enroute you get to see the beautiful Tangmarg town and drive ahead on a scenic drive of 14 kilometers to Gulmarg. Arrive in Gulmarg early in the afternoon and check in at the hotel. Later, begin a short tour, boarding the Gondola cable car system (the 08 minutes ropeway). Descend back to Gulmarg after an hour and later indulge in some horse-riding. Overnight stay at Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492687,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492688,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492689,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"223048\",\"Title\":\"Gulmarg city tour \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Begin a short tour, boarding the Gondola cable car system (the 08 minutes ropeway). Descend back to Gulmarg after an hour and later indulge in some horse-riding. Dinner and overnight at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492687,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492688,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492689,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223051\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223054\",\"Title\":\"Gulmarg to Pahalgam (152 kilometers \\/ 4-5 hrs drive) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, check out from the hotel and drive to Pahalgam via Pampore, Avantipura and the village of Bijbehara which remains famous as the bread basket of Kashmir. We switch from the national highway 1A at Khanabal and drive through the second largest city of Anantnag. From here the road turns scenic as we drive parallel on the Lidder river flowing from the opposite direction. In Pahalgam, check-in at the hotel and spend the rest of the day at leisure. Overnight stay at the hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492712,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492714,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22174,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223057\",\"Title\":\"Pahalgam city tour \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>In Pahalgam, visit Betaab Valley and Chandanwari as well as take a horse riding trip to Baisaran meadows.(at your own cost). After sightseeing, rest of the day will be at leisure for individual activities. Overnight stay at the hotel.In Pahalgam, visit Betaab Valley and Chandanwari as well as take a horse riding trip to Baisaran meadows.(at your own cost). After sightseeing, rest of the day will be at leisure for individual activities. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492712,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492713,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492714,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":179,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223060\",\"Title\":\"Departure\\/transfers to Srinagar Airport \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, check out from the hotel and we will drop you at Srinagar airport for your onward journey with memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31362\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18354.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18354,\"priceDoubleOcc\":\"18354.00\",\"priceSingleOcc\":36708,\"priceExtraBed\":\"13754.00\",\"priceWithoutBed\":\"9154.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18354.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31363\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29739.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29739,\"priceDoubleOcc\":\"29739.00\",\"priceSingleOcc\":59478,\"priceExtraBed\":\"22839.00\",\"priceWithoutBed\":\"13754.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31364\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46184.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46184,\"priceDoubleOcc\":\"46184.00\",\"priceSingleOcc\":92368,\"priceExtraBed\":\"33534.00\",\"priceWithoutBed\":\"22034.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46184.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\":\"31362\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17556.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17556,\"priceDoubleOcc\":\"17556.00\",\"priceSingleOcc\":35112,\"priceExtraBed\":\"13156.00\",\"priceWithoutBed\":\"8756.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17556.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31363\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28446.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28446,\"priceDoubleOcc\":\"28446.00\",\"priceSingleOcc\":56892,\"priceExtraBed\":\"21846.00\",\"priceWithoutBed\":\"13156.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28446.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31364\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44176.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44176,\"priceDoubleOcc\":\"44176.00\",\"priceSingleOcc\":88352,\"priceExtraBed\":\"32076.00\",\"priceWithoutBed\":\"21076.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44176.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223036\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223036],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223039\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223039],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223042\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223042],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223045\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223045],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223048\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223048],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223051\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223051],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223054\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223054],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223057\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223057],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223060\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223060],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Srinagar,Gulmarg,Pahalgam','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam',NULL,'25897,11197,20566',17556,46184,6,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'6n7d-glamorous-kashmir',NULL,NULL,NULL,0),(266,31390,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31390,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/feel_the_bliss_at_mayfair_darjeeling_west_bengal_1642065162.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Darjeeling is a town in India&amp;#39;s West Bengal state, in the Himalayan foothills. Once a summer resort for the British Raj elite, it remains the terminus of the narrow-gauge Darjeeling Himalayan Railway, or &amp;ldquo;Toy Train,&amp;rdquo; completed in 1881. It&amp;#39;s famed for the distinctive black tea grown on plantations that dot its surrounding slopes. Its backdrop is Mt. Kanchenjunga, among the world&amp;rsquo;s highest peaks.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Darjeeling\",\"DestinationPlacesSysId\":7556,\"SourcePlaces\":\"Darjeeling\",\"SourcePlaceSysId\":7556,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Feel The Bliss At Mayfair Darjeeling, West Bengal\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,B\\/fast & Dinner\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492739,\"Name\":\"Hotel Mayfair \\/ Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223210\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Day 1 Hotel - Mayfair Hill Resort or Similar in Darjeeling Dinner Arrive Darjeeling: Check-in Hotel. Day at Leisure.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>Day 2 Hotel - Mayfair Hill Resort or Similar in Darjeeling Breakfast and Dinner Darjeeling: Stay in the property and day at leisure. Enjoy Various amenities of the resort.<\\/p>\\r\\n\\r\\n<p>Day 3 Breakfast Departure from Darjeeling.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492739,\"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\":\"223211\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492739,\"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\":\"223212\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492739,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31390\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12639.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12639,\"priceDoubleOcc\":\"12639.00\",\"priceSingleOcc\":25278,\"priceExtraBed\":\"10494.00\",\"priceWithoutBed\":\"8778.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12639.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\":\"31390\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12064.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12065,\"priceDoubleOcc\":\"12064.50\",\"priceSingleOcc\":24129,\"priceExtraBed\":\"10017.00\",\"priceWithoutBed\":\"8379.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12064.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223210\":[{\"Sequence\":[0],\"TPInvnSysId\":[223210],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"223211\":[{\"Sequence\":[0],\"TPInvnSysId\":[223211],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"223212\":[{\"Sequence\":[0],\"TPInvnSysId\":[223212],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":0,\"FlightData\":[]}}','Darjeeling','Darjeeling,West Bengal,Indian Subcontinent,East India,India',NULL,'7556',12065,12639,2,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'feel-the-bliss-at-mayfair-darjeeling-west-bengal',NULL,NULL,NULL,0),(267,31190,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31190,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/dharamshala_by_volvo_-_from_delhi_1641794563.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Dharamshala is a city in the Indian state of Himachal Pradesh. Surrounded by cedar forests on the edge of the Himalayas, this hillside city is home to the Dalai Lama and the Tibetan government-in-exile. The Thekchen Ch&amp;ouml;ling Temple Complex is a spiritual center for Tibetan Buddhism, while the Library of Tibetan Works and Archives houses thousands of precious manuscripts.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Dharamshala By Volvo - From Delhi\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Volvo\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7824,\"Title\":\"Dharamshala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492323,\"Name\":\"Little Mastiff Pong View\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.22628899999999\",\"Long\":\"76.31695979999999\",\"Address\":\"Cantt Road, Kangra, Loharkadi Upper Sudher, Dharamshala, Himachal Pradesh 176219, India\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22748,\"Title\":\"Spend time at Leisure or add an activity to your day\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22749,\"Title\":\"Spend time at Leisure or add an activity to your day\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221918\",\"Title\":\"Bus Tickets from Delhi to Dharamshala\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick up time: Between 8PM to 12PM Pick up point : Majnu ka Tila. Duration : Approx 10 hours. Note that the bus will depart one day prior to the date of the package that you have bought. For Example: if you have bought a package for 10th July then your bus will depart from Delhi on 9th Evening.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492323,\"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\":[{\"IsIncluded\":true,\"Id\":22748,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221919\",\"Title\":\" Dharamshala\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Spend time at Leisure or add an activity to your day<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492323,\"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\":[{\"IsIncluded\":true,\"Id\":22749,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221920\",\"Title\":\"Bus Tickets from Dharamshala to Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Pick up time: between 7PM to 10PM Pick up point will be Near Bus Stand Duration :10 hours<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31190\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8400,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":16800,\"priceExtraBed\":\"7350.00\",\"priceWithoutBed\":\"6300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.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\":\"31190\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8000,\"priceDoubleOcc\":\"8000.00\",\"priceSingleOcc\":16000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"6000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221918\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221918],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"221919\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221919],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221920\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221920],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dharamshala','Dharamshala,Himachal Pradesh,Indian Subcontinent,North India,India',NULL,'7824',8000,8400,2,NULL,NULL,NULL,2,'',0,'2022-01-10 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-10 00:00:00','2022-01-10 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'dharamshala-by-volvo-from-delhi',NULL,NULL,NULL,0),(268,31399,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31399,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/wonders-of-assam--meghalaya_1642072807.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Shillong is a hill station in northeast India and capital of the state of Meghalaya. It&amp;rsquo;s known for the manicured gardens at Lady Hydari Park. Nearby, Ward&amp;rsquo;s Lake is surrounded by walking trails. North, the Don Bosco Centre for Indigenous Cultures features displays on the region&amp;rsquo;s native people. Waterfalls include the Elephant Falls to the southwest. East of here, forested Shillong Peak offers city views&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Wonders-of-assam-and-meghalaya\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25075,\"Title\":\"Shilong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492744,\"Name\":\"Landmark Hills\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5671717\",\"Long\":\"91.9023407\",\"Address\":\"Victoria, Nongrim Hills, Laitumukhrah, Nongrimbah, Shillong, Meghalaya 793003, India\"},\"Images\":[],\"CityId\":25075,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492745,\"Name\":\"Hotel Polo Towers\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5767146\",\"Long\":\"91.88794690000002\",\"Address\":\"Polo Grounds, Khyndailad, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25075,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492746,\"Name\":\"Ri Kynjai - Serenity By The Lake\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.664444\",\"Long\":\"91.87856\",\"Address\":\"Umniuh Khwan, UCC Road, Ri Bhoi District, Meghalaya 793122, India\"},\"Images\":[],\"CityId\":25075,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22949,\"Title\":\"En route visit the famous Elephant. At Sohra, stop at the Duwan Sing Syiem view point for mesmerizing views of the Hills. In Cherrapunjee be witness to the gorgeous Seven Sisters (Nohsngithiang) Falls and Nohkalikai Falls. Later take a soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations inside it. Also visit the Ramakrishna Mission\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25075,\"CityName\":\"Shilong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1582,\"Title\":\"Shillong Golf Course\",\"Description\":\"Shillong Golf Course, situated in the East Khasi Hills district in Meghalaya, prides in being one of the oldest, largest and finest natural golf circuits across the world. Owing to its greenery and scenic beauty, the United States Golf Association and Museum has given it the title of &amp;#039;Gleneagle of the East&amp;#039;.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5914266,\"Long\":91.8973838,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5442\\/thumb\\/Shillong Golf Course_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492747,\"Name\":\"Hotel Aster Premier\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1263775\",\"Long\":\"91.81397539999999\",\"Address\":\"near \\u0917\\u0923\\u0947\\u0936 \\u092e\\u0902\\u0926\\u093f\\u0930 \\u0907\\u0902\\u0926\\u0942\\u0930 \\u0938\\u094d\\u091f\\u0947\\u0921\\u093f\\u092f\\u092e, Jaya Nagar, Khanapara, Guwahati, Assam 781028, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492748,\"Name\":\"Hotel Dynasty\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1818932\",\"Long\":\"91.74172209999999\",\"Address\":\"SS Road , Lakhtokia Guwahati - 781 001, Kamarpatty, Fancy Bazaar, Guwahati, Assam 781001, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492749,\"Name\":\"Radisson Blu Hotel Guwahati\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1418104\",\"Long\":\"91.673559\",\"Address\":\"National Highway 37, Gotanagar, Tetelia, Guwahati, Assam 781033, India\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22949,\"Title\":\"En route visit the famous Elephant. At Sohra, stop at the Duwan Sing Syiem view point for mesmerizing views of the Hills. In Cherrapunjee be witness to the gorgeous Seven Sisters (Nohsngithiang) Falls and Nohkalikai Falls. Later take a soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations inside it. Also visit the Ramakrishna Mission\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25075,\"CityName\":\"Shilong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&rsquo;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1582,\"Title\":\"Shillong Golf Course\",\"Description\":\"Shillong Golf Course, situated in the East Khasi Hills district in Meghalaya, prides in being one of the oldest, largest and finest natural golf circuits across the world. Owing to its greenery and scenic beauty, the United States Golf Association and Museum has given it the title of &amp;#039;Gleneagle of the East&amp;#039;.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5914266,\"Long\":91.8973838,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5442\\/thumb\\/Shillong Golf Course_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223305\",\"Title\":\"Guwahati Airport - Shillong (130 Kms\\/ 3 \\u00bd hrs drive)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome on arrival in Guwahati Airport\\/Station and drive to Shillong. En route witness the Umiam Lake or Barapani - is the biggest artificial lake in Meghalaya in midst of sylvan hills adorned by Khasi pines and peerless beauty.If - is the biggest artificial lake in Meghalaya in midst of sylvan hills adorned by Khasi pines and peerless beauty.If time permits visit Cathedral of Marry and Ward&#39;s Lake. Evening free at leisure to explore the region on own. You may take a walk to the famous Police Bazaar for shopping. Overnight in Shillong<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25075,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492744,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492745,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1835,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223308\",\"Title\":\"Shillong - Cherrapunjee - Shillong (60 KMs \\/ 2 hrs-One way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast drive to Cherrapunjee, the wettest place on the earth, for an awesome day trip. En route visit the famous Elephant. At Sohra, stop at the Duwan Sing Syiem view point for mesmerizing views of the Hills. In Cherrapunjee be witness to the gorgeous Seven Sisters (Nohsngithiang) Falls and Nohkalikai Falls. Later take a soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations inside it. Also visit the Ramakrishna Mission. Drive back to Shillong for overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25075,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492744,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492745,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492746,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22949,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223311\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25075,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"223314\",\"Title\":\"Shillong - Guwahati (110 Kms \\/ 3 hrs drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast take a day tour in Shillong covering Don Bosco museum (closed on Sunday), Ward&#39;s Lake and the Golf course (One of the largest Golf courses in Asia is an 18 hole Golf Course is charted amidst a surging valley full of thick pine groves and rhododendron trees.). Later drive back to Guwahati. Check in Hotel. Overnight at Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492748,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492749,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1582,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223317\",\"Title\":\"Guwahai Local Sightseeing\'s:\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast take a tour in Guwahati city covering Kamakhya temple, Navagraha temple (temple of nine planets) and Assam State Museum (closed on Monday). Evening enjoy a River cruise over the river Brahmaputra (cruise charges additional). Overnight in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492747,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492748,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492749,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":243,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223320\",\"Title\":\"Guwahati Airport Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast transfer to Guwahati airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31399\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24198.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24199,\"priceDoubleOcc\":\"24198.90\",\"priceSingleOcc\":48397.8,\"priceExtraBed\":\"17598.90\",\"priceWithoutBed\":\"12098.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24198.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31400\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37398.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37399,\"priceDoubleOcc\":\"37398.90\",\"priceSingleOcc\":74797.8,\"priceExtraBed\":\"30798.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37398.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31401\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52798.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":52799,\"priceDoubleOcc\":\"52798.90\",\"priceSingleOcc\":105597.8,\"priceExtraBed\":\"35198.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31399\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23098.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23099,\"priceDoubleOcc\":\"23098.95\",\"priceSingleOcc\":46197.9,\"priceExtraBed\":\"16798.95\",\"priceWithoutBed\":\"11548.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23098.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31400\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35698.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35699,\"priceDoubleOcc\":\"35698.95\",\"priceSingleOcc\":71397.9,\"priceExtraBed\":\"29398.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35698.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31401\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50398.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50399,\"priceDoubleOcc\":\"50398.95\",\"priceSingleOcc\":100797.9,\"priceExtraBed\":\"33598.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50398.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223305\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223305],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223308\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223308],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223311\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223314\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223317\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223320\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shilong,Guwahati','Shilong,Orient,China,Guwahati,Assam,Indian Subcontinent,Northeast India,India,Shillong',NULL,'25075,11240',23099,52799,4,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'China,India','46,101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'wonders-of-assam-and-meghalaya',NULL,NULL,NULL,0),(269,31402,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31402,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashi_gaya_prayagraj_tour4n5d_1642076712.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Varanasi is a city in the northern Indian state of Uttar Pradesh dating to the 11th century B.C. Regarded as the spiritual capital of India, the city draws Hindu pilgrims who bathe in the Ganges River&amp;rsquo;s sacred waters and perform funeral rites. Along the city&amp;#39;s winding streets are some 2,000 temples, including Kashi Vishwanath, the &amp;ldquo;Golden Temple,&amp;rdquo; dedicated to the Hindu god Shiva.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kashi Gaya Prayagraj Tour(4N\\/5D)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22951,\"Title\":\"ganga aarti\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":547,\"Title\":\"Ganga Ghats\",\"Description\":\"Varanasi known as Banaras is a city situated on the banks of the River Ganges in Uttar Pradesh. Ganga Ghats are main attraction of the holy city Varanasi. Ghats of Ganga are perhaps the holiest spots of Varanasi. It has numbers of Ghats more than 100 ghats along side Ganga. The city is considered sacred by Hindus, Buddhists and Jains. Most of the ghats are bathing ghats, while others are used as cremation sites. Many ghats are associated with legends or mythologies while many ghats are privately owned.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1656\\/thumb\\/Ganga Ghats_247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22957,\"Title\":\"Annand Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22955,\"Title\":\"prayagraj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22956,\"Title\":\"triveni sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22960,\"Title\":\"Sujata Kheerdan Stahal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1751,\"Title\":\"Tergar Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7002716,\"Long\":84.9778532,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2527\\/thumb\\/Tergar Monastery_107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22962,\"Title\":\"Phalgu River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":67,\"Title\":\"Archaeological Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3760533,\"Long\":83.0325155,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2526\\/thumb\\/Archaeological Museum_490.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22968,\"Title\":\"Chaukhandi Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22969,\"Title\":\"Dhamekh Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22970,\"Title\":\"Dharmarajika\\u00a0Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22965,\"Title\":\"Ramnagar Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22971,\"Title\":\"silk market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":3517,\"Title\":\"Bodhgaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":3517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22951,\"Title\":\"ganga aarti\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":547,\"Title\":\"Ganga Ghats\",\"Description\":\"Varanasi known as Banaras is a city situated on the banks of the River Ganges in Uttar Pradesh. Ganga Ghats are main attraction of the holy city Varanasi. Ghats of Ganga are perhaps the holiest spots of Varanasi. It has numbers of Ghats more than 100 ghats along side Ganga. The city is considered sacred by Hindus, Buddhists and Jains. Most of the ghats are bathing ghats, while others are used as cremation sites. Many ghats are associated with legends or mythologies while many ghats are privately owned.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1656\\/thumb\\/Ganga Ghats_247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22957,\"Title\":\"Annand Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22955,\"Title\":\"prayagraj\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22956,\"Title\":\"triveni sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22960,\"Title\":\"Sujata Kheerdan Stahal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1751,\"Title\":\"Tergar Monastery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7002716,\"Long\":84.9778532,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2527\\/thumb\\/Tergar Monastery_107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22962,\"Title\":\"Phalgu River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":67,\"Title\":\"Archaeological Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3760533,\"Long\":83.0325155,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2526\\/thumb\\/Archaeological Museum_490.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22968,\"Title\":\"Chaukhandi Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22969,\"Title\":\"Dhamekh Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22970,\"Title\":\"Dharmarajika\\u00a0Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22965,\"Title\":\"Ramnagar Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22971,\"Title\":\"silk market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223323\",\"Title\":\"Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Varanasi Airport\\/Railway Station, check-in to Hotel &amp; Relax.&nbsp;Afternoon Covering City Temple Tour New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple and Tulsi&nbsp;Manas Mandir, In the evening experience the Ganga Aarti, it refers to the songs sung to praise the deity by offering the lamps. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at&nbsp;Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in&nbsp;a boat. It is a beautiful, resonant, and majestic spectacle with a very precise&nbsp;choreography involving rituals performed by several priests with the sound of&nbsp;bells, drums, cymbals, and Sanskrit mantras, boating (at Own Cost) on the&nbsp;River Ganga. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22951,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":547,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223324\",\"Title\":\"Varanasi (Kashi) - Prayagraj \\u2013Varanasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning at 06:00 AM visit Old Kashi Vishwanath Temple, Annapurna&nbsp;Temple, Vishalakshi Temple &amp; Kal Bhairav Temple then back to hotel&nbsp; &amp; take&nbsp;breakfast then proceed to Prayagraj. After Reach visit the Holy Triveni Sangam,&nbsp;Hanuman Temple, Annand Bhawan and Alopi Devi Temple. After completion&nbsp;of sightseeing back to Varanasi, Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":22958,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22957,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22955,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22956,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22953,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223325\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"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\":\"223326\",\"Title\":\"Varanasi-Bodhgaya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast check out from Hotel &amp; drive to Bodhgaya. After reach check in&nbsp;to hotel, visit Sujata Temple, Sujata Kheerdan Stahal, Mahabodhi Temple,&nbsp;Bodhi Tree, Great Buddha Statue and Monastery. Overnight stay in Bodhgaya.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":228,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22961,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1021,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22960,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22959,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1751,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223327\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"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\":\"223328\",\"Title\":\"Bodhgaya-Gaya-Varanasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Early Morning visit Phalgu River to perform the ritual of Pind Dan. After Pind&nbsp;Dan do Darshan at Vishnu pad Temple and Mangla Gauri Temple evening&nbsp;return back to Varanasi, Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":22964,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22962,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22963,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223329\",\"Title\":\"Varanasi Sarnath Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After Breakfast Check-out from the hotel and Visit Ramnagar Fort &amp; Sarnath &ndash;the city of Lord Buddha where he came to preach his first Sermon after he&nbsp;achieved Enlightenment at Bodhgaya, It contains the most impressive remains,&nbsp;as well as a Modern Temple; visit the Mulagandha kuti Vihara (Main Temple),&nbsp;Archaeological Museum, Chaukhandi Stupa, Dhamekh Stupa, Dharmarajika&nbsp;Stupa and various Monasteries Evening Shopping in Varanasi Silk Market.&nbsp;Evening drop at Varanasi Airport\\/Railway Station for Your Return\\/Onward&nbsp;Journey.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"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\":67,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22968,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22969,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22970,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22965,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22966,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22971,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31402\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15510.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":15510,\"priceDoubleOcc\":\"15510.00\",\"priceSingleOcc\":31020,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"3410.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15510.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\":\"31402\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14805.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":14805,\"priceDoubleOcc\":\"14805.00\",\"priceSingleOcc\":29610,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"3255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14805.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;br \\/&gt;\\r\\n\\t\\uf0b7 Assistance on Arrival&lt;br \\/&gt;\\r\\n\\t\\uf0b7 All sightseeing as per Itinerary by AC Vehicle&lt;br \\/&gt;\\r\\n\\t\\uf0b7 Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;br \\/&gt;\\r\\n\\t\\uf0b7 Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223323\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223324\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223325\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223326\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223327\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223327],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223328\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223328],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223329\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223329],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi,Bodhgaya','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India,Bodhgaya,Bihar,East India',NULL,'28449,3517',14805,15510,4,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'kashi-gaya-prayagraj-tour(4n/5d)',NULL,NULL,NULL,0),(270,31407,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31407,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/delight_kashi_tour_1642077996.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Varanasi is a city in the northern Indian state of Uttar Pradesh dating to the 11th century B.C. Regarded as the spiritual capital of India, the city draws Hindu pilgrims who bathe in the Ganges River&amp;rsquo;s sacred waters and perform funeral rites. Along the city&amp;#39;s winding streets are some 2,000 temples, including Kashi Vishwanath, the &amp;ldquo;Golden Temple,&amp;rdquo; dedicated to the Hindu god Shiva.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Delight Kashi Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223347\",\"Title\":\"Day 01:- Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Varanasi Airport\\/Railway Station, check-in to Hotel Afternoon Covering City Temple Tour&nbsp; New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple and Tulsi Manas Mandir. In the evening experience the Ganga Aarti, it refers to the songs sung to praise the deity by offering the lamps. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in a boat. It is a beautiful, resonant, and majestic spectacle with a very precise choreography involving rituals performed by several priests with the sound of bells, drums, cymbals, and Sanskrit mantras &amp; boating (at Own Cost) on the River Ganga. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223348\",\"Title\":\"Day 02: Varanasi (Kashi) \\u2013 Sarnath \\u2013 Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning at 06:00 AM visit Old Kashi Vishwanath Temple, Annapurna Temple and Vishalakshi Temple &amp; Kal Bhairav Temple then back to hotel &amp; take breakfast, after that check out from Hotel &amp; Visit Sarnath &ndash; the city of Lord Buddha where he came to preach his first Sermon after he achieved Enlightenment at Bodhgaya, It contains the most impressive remains, as well as a Modern Temple; visit the Mulagandha kuti Vihara (Main Temple), Archeological Museum, Chaukhandi Stupa, Dhamekh Stupa, Dharmarajika Stupa and various Monasteries &amp; Shopping in Varanasi Silk Market. Evening drop at Varanasi Airport\\/Railway Station for Your Return\\/Onward Journey<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22967,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31407\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4785.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4785,\"priceDoubleOcc\":\"4785.00\",\"priceSingleOcc\":9570,\"priceExtraBed\":\"3245.00\",\"priceWithoutBed\":\"1045.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4785.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\":\"31407\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"4567.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":4568,\"priceDoubleOcc\":\"4567.50\",\"priceSingleOcc\":9135,\"priceExtraBed\":\"3097.50\",\"priceWithoutBed\":\"997.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4567.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Assistance on Arrival&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;All sightseeing as per Itinerary by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223347\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223347],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223348\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223348],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India',NULL,'28449',4568,4785,1,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'delight-kashi-tour',NULL,NULL,NULL,0),(271,31408,1,35,0,0,0,'Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31408,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashi_with_prayagraj_tour_1642079190.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Varanasi is a city in the northern Indian state of Uttar Pradesh dating to the 11th century B.C. Regarded as the spiritual capital of India, the city draws Hindu pilgrims who bathe in the Ganges River&amp;rsquo;s sacred waters and perform funeral rites. Along the city&amp;#39;s winding streets are some 2,000 temples, including Kashi Vishwanath, the &amp;ldquo;Golden Temple,&amp;rdquo; dedicated to the Hindu god Shiva.Allahabad, officially known as Prayagraj, also known as Ilahabad, is a metropolis in the Indian state of Uttar Pradesh. It is the administrative headquarters of the Allahabad district&amp;mdash;the most populous district in the state and 13th most populous district in India&amp;mdash;and the Allahabad division&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kashi with Prayagraj Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers\",\"PackageType\":\"Religious\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22956,\"Title\":\"triveni sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22957,\"Title\":\"Annand Bhawan\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223349\",\"Title\":\"Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Varanasi Airport\\/Railway Station, check-in to Hotel &amp; Relax, Afternoon Covering City Temple Tour New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple and Tulsi Manas Mandir, In the evening experience the Ganga Aarti, it refers to the songs sung to praise the deity by offering the lamps. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in a boat. It is a beautiful, resonant, and majestic spectacle with a very precise choreography involving rituals performed by several priests with the sound of bells, drums, cymbals, and Sanskrit mantras &amp; boating (at Own Cost) on the River Ganga. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223350\",\"Title\":\"Varanasi (Kashi) \\u2013Sarnath-Ramnagar Fort\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning at 06:00 AM visit Old Kashi Vishwanath Temple, Annapurna Temple, Vishalakshi Temple &amp; Kal Bhairav Temple then back to hotel &amp; take breakfast, Visit Ramnagar Fort &amp; Sarnath &ndash; the city of Lord Buddha where he came to preach his first Sermon after he achieved Enlightenment at Bodhgaya, It contains the most impressive remains, as well as a Modern Temple; visit the Mulagandha kuti Vihara (Main Temple), Archaeological Museum, Chaukhandi Stupa, Dhamekh Stupa, Dharmarajika Stupa and various Monasteries Evening Shopping in Varanasi Silk Market. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22966,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22967,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223351\",\"Title\":\"Varanasi-Vindhyachal-Prayagraj \\u2013Varanasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast proceed to Prayagraj. After Reach visit the Holy Triveni Sangam, Hanuman Temple, Annand Bhawan and Alopi Devi Temple. After completion of sightseeing back to Varanasi, en- route visit Vindhyachal Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22956,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22957,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223352\",\"Title\":\"Varanasi Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After Breakfast check-out from the hotel and Evening drop at Varanasi Airport\\/Railway Station for Your Return\\/Onward Journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"31408\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10560.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10560,\"priceDoubleOcc\":\"10560.00\",\"priceSingleOcc\":21120,\"priceExtraBed\":\"6160.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10560.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\":\"31408\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10080.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":10080,\"priceDoubleOcc\":\"10080.00\",\"priceSingleOcc\":20160,\"priceExtraBed\":\"5880.00\",\"priceWithoutBed\":\"3675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Assistance on Arrival&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;All sightseeing as per Itinerary by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223349\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223349],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223350\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223350],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223351\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223351],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223352\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223352],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India',NULL,'28449',10080,10560,3,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'kashi-with-prayagraj-tour',NULL,NULL,NULL,0),(272,31413,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31413,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/popular_kashi_tour_1642139080.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Varanasi is a city in the northern Indian state of Uttar Pradesh dating to the 11th century B.C. Regarded as the spiritual capital of India, the city draws Hindu pilgrims who bathe in the Ganges River&amp;rsquo;s sacred waters and perform funeral rites. Along the city&amp;#39;s winding streets are some 2,000 temples, including Kashi Vishwanath, the &amp;ldquo;Golden Temple,&amp;rdquo; dedicated to the Hindu god Shiva.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Popular Kashi Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Airport Transfers\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223372\",\"Title\":\"Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Varanasi Airport\\/Railway Station, check-in to Hotel &amp; Relax, In the evening experience the Ganga Aarti, it refers to the songs sung to praise the deity by offering the lamps. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in a boat. It is a beautiful, resonant, and majestic spectacle with a very precise choreography involving rituals performed by several priests with the sound of bells, drums, cymbals, and Sanskrit mantras &amp; boating (at Own Cost) on the River Ganga. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223373\",\"Title\":\"Varanasi (Kashi) Temple Tour \",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Early morning at 06:00 AM visit Old Kashi Vishwanath Temple, Annapurna Temple, Vishalakshi Temple &amp; Kal Bhairav Temple then back to hotel &amp; take breakfast, then Visit Ramnagar Fort, Evening Covering City Temple Tour New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple and Tulsi Manas Mandir &amp; Shopping in Varanasi Silk Market &amp; Test the Varanasi Foods. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223374\",\"Title\":\"Varanasi-Sarnath & Departure\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>Early morning at 5 AM go for Walking Tour at Ghats to see Sun Rise also called the Subah-E-Banaras tour means the mornings of Banaras. The old Buildings, Ashrams &amp; Places along the river side look as colorful as rainbow when the sun light hits them. People taking bath, performing rituals, worshiping to the Sun, it all happens in the Subah-e-Banaras. We start the Boat from Assi Ghat &amp; go all the way to Manikarnika Ghat (The Biggest Cremation Ground of Banaras) and back to Assi Ghat. This Boat Tour is Combination of a Boat Ride (Direct Payment) &amp; Walking Tour of the Southern Part of the Old City to explore the cultural diversity of Varanasi. Back to Hotel &amp; take Breakfast check-out from the hotel and Visit Sarnath &ndash; the city of Lord Buddha where he came to preach his first Sermon after he achieved Enlightenment at Bodhgaya, It contains the most impressive remains, as well as a Modern Temple; visit the Mulagandha kuti Vihara (Main Temple), Archaeological Museum, Chaukhandi Stupa, Dhamekh Stupa, Dharmarajika Stupa and various Monasteries &amp; Shopping in Varanasi Silk Market. Evening drop at Varanasi Airport\\/Railway Station for Your Return\\/Onward Journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"31413\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":15400,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"2750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.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\":\"31413\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7350.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":14700,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"2625.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Assistance on Arrival&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;All sightseeing as per Itinerary by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223372\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223372],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223373\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223373],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223374\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223374],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India',NULL,'28449',7350,7700,2,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'popular-kashi-tour',NULL,NULL,NULL,0),(273,31417,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31417,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/arrival_at_varanasi_kashi_1642140884.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;According to Hindu mythology, Varanasi was founded by&amp;nbsp;Shiva,[28]&amp;nbsp;one of&amp;nbsp;three principal deities&amp;nbsp;along with&amp;nbsp;Brahma&amp;nbsp;and&amp;nbsp;Vishnu. During a fight between Brahma and Shiva, one of Brahma&amp;#39;s five heads was torn off by Shiva. As was the custom, the victor carried the slain adversary&amp;#39;s head in his hand and let it hang down from his hand as an act of ignominy, and a sign of his own bravery. A bridle was also put into the mouth. Shiva thus dishonored Brahma&amp;#39;s head, and kept it with him at all times. When he came to the city of Varanasi in this state, the hanging head of Brahma dropped from Shiva&amp;#39;s hand and disappeared in the ground. Varanasi is therefore considered an extremely holy site.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The&amp;nbsp;Pandavas, the protagonists of the&amp;nbsp;Hindu epic&amp;nbsp;Mahabharata, are said to have visited the city in search of Shiva to atone for their sin of&amp;nbsp;fratricide&amp;nbsp;and&amp;nbsp;Br\\u0101hmanahatya&amp;nbsp;that they had committed during the climactic&amp;nbsp;Kurukshetra War.[30]&amp;nbsp;It is regarded as one of seven holy cities (Sapta Puri) which can provide&amp;nbsp;Moksha;&amp;nbsp;Ayodhya,&amp;nbsp;Mathura,&amp;nbsp;Haridwar, Kashi,&amp;nbsp;Kanchi,&amp;nbsp;Avanti, and&amp;nbsp;Dv\\u0101rak\\u0101&amp;nbsp;are the seven cities known as the givers of liberation.[31]&amp;nbsp;The princesses&amp;nbsp;Ambika and Ambalika&amp;nbsp;of Kashi were wed to the&amp;nbsp;Hastinapur&amp;nbsp;ruler&amp;nbsp;Vichitravirya, and they later gave birth to&amp;nbsp;Pandu&amp;nbsp;and&amp;nbsp;Dhritarashtra.&amp;nbsp;Bhima, a son of Pandu, married a Kashi princess&amp;nbsp;Valandhara&amp;nbsp;and their union resulted in the birth of Sarvaga, who later ruled Kashi. Dhritarasthra&amp;#39;s eldest son&amp;nbsp;Duryodhana&amp;nbsp;also married a Kashi princess Bhanumati, who later bore him a son Lakshman Kumara and a daughter Lakshmanaa.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Arrival at Varanasi (Kashi)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":7435,\"Title\":\"Anand Bhavan\",\"Description\":\"The Anand Bhavan is a historic house museum in Allahabad, India focusing on the Nehru Family. It was bought by Indian political leader Motilal Nehru in the 1930s to serve as the residence of the Nehru family when the original mansion Swaraj Bhavan (previously called Anand Bhavan) was transformed into the local headquarters of the Indian National Congress. Jawahar Planetarium, the planetarium is situated here, which has been striving to inculcate scientific temper among masses through its sky shows on astronomy and science.\",\"CurrencyType\":0,\"CityId\":650,\"CityName\":\"Allahabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/650\\/sightseeing\\/Anand_Bhavan__650_1543825282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1887,\"Title\":\"Vishvanath Temple\",\"Description\":\"Kashi Vishvanath Temple is one of the most famous Hindu temples dedicated to Lord Shiva. It is located in Varanasi, Uttar Pradesh, India. The temple stands on the western bank of the holy river Ganga, and is one of the twelve Jyotirlingas, the holiest of Shiva temples. The main deity is known by the name Vishvanatha or Vishveshvara meaning Ruler of The Universe. Varanasi city is also called Kashi, and hence the temple is popularly called Kashi Vishvanath Temple.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3254276,\"Long\":83.0092803,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5632\\/thumb\\/Vishvanath Temple_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1239,\"Title\":\"Niranjana River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7954523,\"Long\":84.999431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6066\\/thumb\\/Niranjana River_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":650,\"Title\":\"Allahabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":650,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":7435,\"Title\":\"Anand Bhavan\",\"Description\":\"The Anand Bhavan is a historic house museum in Allahabad, India focusing on the Nehru Family. It was bought by Indian political leader Motilal Nehru in the 1930s to serve as the residence of the Nehru family when the original mansion Swaraj Bhavan (previously called Anand Bhavan) was transformed into the local headquarters of the Indian National Congress. Jawahar Planetarium, the planetarium is situated here, which has been striving to inculcate scientific temper among masses through its sky shows on astronomy and science.\",\"CurrencyType\":0,\"CityId\":650,\"CityName\":\"Allahabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/650\\/sightseeing\\/Anand_Bhavan__650_1543825282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1887,\"Title\":\"Vishvanath Temple\",\"Description\":\"Kashi Vishvanath Temple is one of the most famous Hindu temples dedicated to Lord Shiva. It is located in Varanasi, Uttar Pradesh, India. The temple stands on the western bank of the holy river Ganga, and is one of the twelve Jyotirlingas, the holiest of Shiva temples. The main deity is known by the name Vishvanatha or Vishveshvara meaning Ruler of The Universe. Varanasi city is also called Kashi, and hence the temple is popularly called Kashi Vishvanath Temple.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3254276,\"Long\":83.0092803,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5632\\/thumb\\/Vishvanath Temple_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1239,\"Title\":\"Niranjana River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7954523,\"Long\":84.999431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6066\\/thumb\\/Niranjana River_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":16028,\"Title\":\"Lucknow\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16028,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":7435,\"Title\":\"Anand Bhavan\",\"Description\":\"The Anand Bhavan is a historic house museum in Allahabad, India focusing on the Nehru Family. It was bought by Indian political leader Motilal Nehru in the 1930s to serve as the residence of the Nehru family when the original mansion Swaraj Bhavan (previously called Anand Bhavan) was transformed into the local headquarters of the Indian National Congress. Jawahar Planetarium, the planetarium is situated here, which has been striving to inculcate scientific temper among masses through its sky shows on astronomy and science.\",\"CurrencyType\":0,\"CityId\":650,\"CityName\":\"Allahabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/650\\/sightseeing\\/Anand_Bhavan__650_1543825282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1887,\"Title\":\"Vishvanath Temple\",\"Description\":\"Kashi Vishvanath Temple is one of the most famous Hindu temples dedicated to Lord Shiva. It is located in Varanasi, Uttar Pradesh, India. The temple stands on the western bank of the holy river Ganga, and is one of the twelve Jyotirlingas, the holiest of Shiva temples. The main deity is known by the name Vishvanatha or Vishveshvara meaning Ruler of The Universe. Varanasi city is also called Kashi, and hence the temple is popularly called Kashi Vishvanath Temple.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3254276,\"Long\":83.0092803,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5632\\/thumb\\/Vishvanath Temple_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1239,\"Title\":\"Niranjana River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7954523,\"Long\":84.999431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6066\\/thumb\\/Niranjana River_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":3517,\"Title\":\"Bodhgaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":3517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":7435,\"Title\":\"Anand Bhavan\",\"Description\":\"The Anand Bhavan is a historic house museum in Allahabad, India focusing on the Nehru Family. It was bought by Indian political leader Motilal Nehru in the 1930s to serve as the residence of the Nehru family when the original mansion Swaraj Bhavan (previously called Anand Bhavan) was transformed into the local headquarters of the Indian National Congress. Jawahar Planetarium, the planetarium is situated here, which has been striving to inculcate scientific temper among masses through its sky shows on astronomy and science.\",\"CurrencyType\":0,\"CityId\":650,\"CityName\":\"Allahabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/650\\/sightseeing\\/Anand_Bhavan__650_1543825282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22958,\"Title\":\"Alopi Devi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1887,\"Title\":\"Vishvanath Temple\",\"Description\":\"Kashi Vishvanath Temple is one of the most famous Hindu temples dedicated to Lord Shiva. It is located in Varanasi, Uttar Pradesh, India. The temple stands on the western bank of the holy river Ganga, and is one of the twelve Jyotirlingas, the holiest of Shiva temples. The main deity is known by the name Vishvanatha or Vishveshvara meaning Ruler of The Universe. Varanasi city is also called Kashi, and hence the temple is popularly called Kashi Vishvanath Temple.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3254276,\"Long\":83.0092803,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5632\\/thumb\\/Vishvanath Temple_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1239,\"Title\":\"Niranjana River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.7954523,\"Long\":84.999431,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6066\\/thumb\\/Niranjana River_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223405\",\"Title\":\"Arrival at Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrivals at Varanasi Airport\\/Railway Station, Our Representative will Meet &amp; Greet you. Later Transfer to your Pre Booked Hotel; check in to Hotel, After Refreshment Proceed to Temple Tour of Varanasi visiting New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple, Tulsi Manas Mandir, In the evening, experience the Hindu ritual Aarti. Aarti also refer to the songs sung in praise of the deity, when offering of lamps is being offered. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at the Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in a boat. It is a beautiful, resonant, and majestic spectacle with a very precise choreography involving rituals performed by several priests with the sound of bells, drums, cymbals, and Sanskrit mantras &amp;&nbsp;Boating&nbsp;(Direct Payment) on River Ganga,&nbsp;Back to Hotel. Overnight Stay at Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223406\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223407\",\"Title\":\"Varanasi \\u2013Prayagraj\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Moring 5 AM Visit Old Kashi Vishwanath Temple, Annapurna Temple &amp; Kal Bhairav Temple then back to Hotel, take Breakfast then drive to Prayagraj, reach there and visit Triveni Sangam (Prayag) for a Holy dips, Allahabad Fort, Patalpuri Hanuman Temple, Anand Bhawan, Alopi Devi Temple. After sightseeing drive to Hotel &amp; Overnight stay in hotel at Allahabad.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":650,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7435,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22958,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1887,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223408\",\"Title\":\"Allahabad - Chitrakoot \\u2013 Allahabad\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>In the Morning after breakfast drive to Chitrakoot, it is known as &ldquo;Teerth of Teerth&rdquo;. It is considered to be one of the holiest cities in India. Chitrakoot are having spiritual sites mostly. On reaching visit Ram Ghat, on the banks of the Mandakini River. With this, temples are a sight to definitely visit. Sati Anusuya Ashram is a popular religious place of interest. For visiting natural beauty, visit the Pramod van and Dharkundi Ashram. Janaki Kund believed to be the bathing place of Sita on the Mandakini River has clear blue water. Spathic Shila is another prominent tourist attractions as they are believed to be the places where Lord Ram and his wife, Sita stayed. There is a cavern known as Gupt Godavari where the Godavari River flows over rocks set deep inside the cave and the river disappears inside another cave. Bharat Milap, Hanuman Dhara etc. After sightseeing return to Allahabad &amp; overnight stay in hotel at Allahabad.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":650,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223409\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":650,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223410\",\"Title\":\"Allahabad- Ayodhya\\u2013 Lucknow\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast check out from Hotel &amp; Proceed to Ayodhya visit to Saryu River, Hanuman Garhi, Ram Janam Bhumi, Kanak Bhawan, Treta Ke Thakur, and Nageswarnath Temple. Then drive towards Lucknow check-in to hotel. Overnight stay in hotel at Lucknow.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16028,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223411\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16028,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223412\",\"Title\":\"Lucknow - Naimisharanya \\u2013 Varanasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today morning after check-out from hotel drive towards Naimisharanya visit Chakra Teerth, Suth Gaddi, Lalitha Devi, Hanuman Gaddi and Pandav Kila, Vyas Gaddi, Swayambhu Manu and Sathroopa, Dadhich Kund. After completing sightseeing then drive towards Varanasi. Overnight stay at Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223413\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223414\",\"Title\":\"Varanasi-Bodhgaya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After Breakfast Proceed to Gaya, after reach check in to Hotel, after refreshment proceed to Bodhgaya visit Niranjana River, Sujata Temple &amp; Sujata Kheerdan Stahal ,Mahabodhi Temple, Bodhi Tree, Great Buddha Statue, and Monastery, return back to Hotel. Overnight stay in Bodhgaya.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1239,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22959,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1021,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":228,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22961,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223415\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223416\",\"Title\":\"Bodhgaya- Gaya-Varanasi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Morning Perform the Ritual Pind Dan Puja &amp; Visit Mangla Gauri Temple &amp; Vishnu pad Temple. Check out from Hotel &amp; drive to Varanasi, after reach check in to Hotel &amp; Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22964,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22963,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223417\",\"Title\":\"Varanasi \\u2013Sarnath Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After Breakfast &amp; Check out from Hotel. Then take a Excursion to Buddhist Town Sarnath-The hallowed spot where Lord Buddha Preached His First Sermon after Enlightenment in Deer Park, contains the most impressive remains, as well as a Modem Temple, The Dharmarajika, Chaukhandi Stupa &amp; Dhamekh Stupa are Outstanding, There are Newly Built 80 Feet Lord Buddha Statue is the Also a Alteration, There are also the remains of a Monastery &amp; the Beautifully Polished Lion Capital of Ashoka than drop to Varanasi Airport\\/Railway Station for Your Return\\/Onward Journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"31417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26290.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"17490.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.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\":\"31417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25095.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"16695.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Assistance on Arrival&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;All sightseeing as per Itinerary by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223405\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223405],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223406\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223406],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223407\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223407],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223408\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223408],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223409\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223409],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223410\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223410],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223411\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223411],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223412\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223412],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223413\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223413],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223414\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223414],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223415\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223415],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223416\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223416],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223417\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[223417],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi,Allahabad,Lucknow,Bodhgaya','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India,Allahabad,Lucknow,Bodhgaya,Bihar,East India',NULL,'28449,650,16028,3517',25095,26290,7,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'arrival-at-varanasi-(kashi)',NULL,NULL,NULL,0),(274,31420,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31420,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/spiritual_kashi_gaya_prayagraj_ayodhyatour_1642145245.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Ancient&amp;nbsp;Hindu&amp;nbsp;Sanskrit-language epics, such as the&amp;nbsp;Ramayana&amp;nbsp;and the&amp;nbsp;Mahabharata&amp;nbsp;mention a&amp;nbsp;legendary city called Ayodhya, which was the capital of the legendary&amp;nbsp;Ikshvaku&amp;nbsp;kings of Kosala, including Rama.[18]&amp;nbsp;Neither these texts, nor the earlier Sanskrit texts such as the&amp;nbsp;Vedas, mention a city called Saketa. Non-religious, non-legendary ancient Sanskrit texts, such as Panini&amp;#39;s&amp;nbsp;Ashtadhyayi&amp;nbsp;and Patanjali&amp;#39;s commentary on it, do mention Saketa.[18]&amp;nbsp;The later Buddhist text&amp;nbsp;Mahavastu&amp;nbsp;describes Saketa as the seat of the Ikshvaku king Sujata, whose descendants established the&amp;nbsp;Shakya&amp;nbsp;capital&amp;nbsp;Kapilavastu.[19]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The earliest of the Buddhist&amp;nbsp;Pali-language texts&amp;nbsp;and the Jain Prakrit-language texts mention a city called Saketa (Sageya or Saeya in Prakrit) as an important city of the&amp;nbsp;Kosala&amp;nbsp;mahajanapada.[20]&amp;nbsp;Topographical indications in both Buddhist and Jain texts suggest that Saketa is the same as the present-day Ayodhya.[21]&amp;nbsp;For example, according to the&amp;nbsp;Samyutta Nikaya&amp;nbsp;and the&amp;nbsp;Vinaya Pitaka, Saketa was located at a distance of six&amp;nbsp;yojanas from&amp;nbsp;Shravasti. The&amp;nbsp;Vinaya Pitaka&amp;nbsp;mentions that a big river was located between the two cities, and the&amp;nbsp;Sutta Nipata&amp;nbsp;mentions Saketa as the first halting place on the southward road from Shravasti to&amp;nbsp;Pratishthana.[19]&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Varanasi\",\"DestinationPlacesSysId\":28449,\"SourcePlaces\":\"Varanasi\",\"SourcePlaceSysId\":28449,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Spiritual Kashi Gaya Prayagraj AyodhyaTour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7863\",\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22960,\"Title\":\"Sujata Kheerdan Stahal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22962,\"Title\":\"Phalgu River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":67,\"Title\":\"Archaeological Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3760533,\"Long\":83.0325155,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2526\\/thumb\\/Archaeological Museum_490.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22968,\"Title\":\"Chaukhandi Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22969,\"Title\":\"Dhamekh Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22970,\"Title\":\"Dharmarajika\\u00a0Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22971,\"Title\":\"silk market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":35570,\"Title\":\"Ayodhya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":35570,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22960,\"Title\":\"Sujata Kheerdan Stahal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22962,\"Title\":\"Phalgu River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":67,\"Title\":\"Archaeological Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3760533,\"Long\":83.0325155,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2526\\/thumb\\/Archaeological Museum_490.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22968,\"Title\":\"Chaukhandi Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22969,\"Title\":\"Dhamekh Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22970,\"Title\":\"Dharmarajika\\u00a0Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22971,\"Title\":\"silk market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}},{\"CityId\":3517,\"Title\":\"Bodhgaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":3517,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":403,\"Title\":\"Dashashwamedh Ghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.308177,\"Long\":83.009932,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/136\\/thumb\\/Dashashwamedh Ghat_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":463,\"Title\":\"Durga Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.2710954,\"Long\":82.9824121,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6120\\/thumb\\/Durga Mandir_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1530,\"Title\":\"Sankat Mochan Hanuman Temple\",\"Description\":\"Sankat Mochan Hanuman Temple is a Hindu temple in Varanasi, Uttar Pradesh, India and is dedicated to the Hindu God Hanuman. The temple was established by famous Hindu preacher and poet saint Sri Goswami Tulsidas in the early 1500s and is situated on the banks of the Assi river.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1658\\/thumb\\/Sankat Mochan Temple_291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1820,\"Title\":\"Tulsi Manas Temple\",\"Description\":\"Tulsi Manas Mandir is one of the most famous temples in the holy city of Varanasi. This temple has great historical and cultural importance in Hinduism since the ancient Hindu epic Ramcharitmanas was originally written at this place by Hindu poet-saint, reformer and philosopher Goswami Tulsidas in the 16th century.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1659\\/thumb\\/Tulsi Manas Temple_332.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22952,\"Title\":\"Annapurna\\u00a0Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22954,\"Title\":\"Kal Bhairav Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22953,\"Title\":\"Vishalakshi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":228,\"Title\":\"Bodhi Tree (Bodhgaya}\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6959183,\"Long\":84.9911308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6680\\/thumb\\/Bodhi Tree (Bodhgaya}_681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22961,\"Title\":\"Great Buddha Statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":1021,\"Title\":\"Mahabodhi Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":24.6961343,\"Long\":84.9869547,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/132\\/thumb\\/Mahabodhi Temple And Tree_607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22960,\"Title\":\"Sujata Kheerdan Stahal\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22959,\"Title\":\"Sujata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3517,\"CityName\":\"Bodhgaya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22964,\"Title\":\"Mangla Gauri Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22962,\"Title\":\"Phalgu River\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22963,\"Title\":\"Vishnu pad Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":67,\"Title\":\"Archaeological Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3760533,\"Long\":83.0325155,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2526\\/thumb\\/Archaeological Museum_490.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22968,\"Title\":\"Chaukhandi Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22969,\"Title\":\"Dhamekh Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22970,\"Title\":\"Dharmarajika\\u00a0Stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22967,\"Title\":\"Mulagandha kuti Vihara\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null},{\"RefSSId\":22971,\"Title\":\"silk market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7863,\"SupplierName\":\"Kashi Voyages Tours & Travels, Varanasi\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223439\",\"Title\":\"Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Varanasi Airport\\/Railway Station, check-in to Hotel &amp; Relax, Afternoon Covering City Temple Tour New Kashi Vishwanath Temple (BHU) also known as Birla Temple, Sankat Mochan Temple, Durga Temple and Tulsi Manas Mandir, In the evening experience the Ganga Aarti, it refers to the songs sung to praise the deity by offering the lamps. Hindus in India worship the river Ganges as goddess. Every evening in Varanasi, Aarti is performed at Dashashwamedh Ghat. We can watch it from the Ghat or from the waterside in a boat. It is a beautiful, resonant, and majestic spectacle with a very precise choreography involving rituals performed by several priests with the sound of bells, drums, cymbals, and Sanskrit mantras &amp; boating (at Own Cost) on the River Ganga. Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":463,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1530,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1820,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223440\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223441\",\"Title\":\"Varanasi (Kashi) - Prayagraj \\u2013Ayodhya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning at 06:00 AM visit Old Kashi Vishwanath Temple, Annapurna Temple, and Vishalakshi Temple &amp; Kal Bhairav Temple then back to hotel &amp; take breakfast check out from Hotel &amp; Proceed to Prayagraj. After Reach visit the Holy Triveni Sangam, Hanuman Temple, Annand Bhawan and Alopi Devi Temple, after that drive to Ayodhya after reach check in to Hotel &amp; Overnight Stay in Ayodhya.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35570,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22952,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22954,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22953,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223442\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35570,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223443\",\"Title\":\"Ayodhya-Varanasi \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast check out from Hotel &amp; visit city of Lord Rama see The Saryu River, Hanuman Garhi, Ram Janam Bhumi, Kanak Bhawan and Treta Ke Thakur. Afternoon return back to Varanasi, check-in to the hotel and Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223444\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223445\",\"Title\":\"Varanasi-Bodhgaya\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast check out from Hotel &amp; drive to Bodhgaya. After reach check in to hotel, visit Sujata Temple, Sujata Kheerdan Stahal, Mahabodhi Temple, Bodhi Tree, Great Buddha Statue and Monastery. Overnight stay in Bodhgaya.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":228,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22961,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1021,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22960,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22959,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223446\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3517,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223447\",\"Title\":\"Bodhgaya-Gaya-Varanasi\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>Early Morning visit Phalgu River to perform the ritual of Pind Dan. After Pind Dan do Darshan at Vishnu pad Temple and Mangla Gauri Temple evening return back to Varanasi, Overnight Stay in Varanasi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22964,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22962,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22963,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223448\",\"Title\":\"Arrival Varanasi (Kashi)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After Breakfast Check-out from the hotel and Visit Ramnagar Fort &amp; Sarnath &ndash; the city of Lord Buddha where he came to preach his first Sermon after he achieved Enlightenment at Bodhgaya, It contains the most impressive remains, as well as a Modern Temple; visit the Mulagandha kuti Vihara (Main Temple), Archaeological Museum, Chaukhandi Stupa, Dhamekh Stupa, Dharmarajika Stupa and various Monasteries Evening Shopping in Varanasi Silk Market. Evening drop at Varanasi Airport\\/Railway Station for Your Return\\/Onward Journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":67,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22968,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22969,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22970,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22967,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22971,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19910.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19910,\"priceDoubleOcc\":\"19910.00\",\"priceSingleOcc\":39820,\"priceExtraBed\":\"13310.00\",\"priceWithoutBed\":\"7810.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19910.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\":\"31420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19005.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19005,\"priceDoubleOcc\":\"19005.00\",\"priceSingleOcc\":38010,\"priceExtraBed\":\"12705.00\",\"priceWithoutBed\":\"7455.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19005.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transfers by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Assistance on Arrival&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;All sightseeing as per Itinerary by AC Vehicle&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Accommodation on Double\\/Twin Sharing Basis with Breakfast&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Driver charge \\/ Bhatta, Toll, Tax, Parking Charge etc.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223439\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223440\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223440],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223441\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223441],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223442\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223442],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223443\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223443],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223444\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223444],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223445\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223445],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223446\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223446],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223447\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223447],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223448\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223448],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Varanasi,Ayodhya,Bodhgaya','Varanasi,Uttar Pradesh,Indian Subcontinent,North India,India,Ayodhya,Bodhgaya,Bihar,East India',NULL,'28449,35570,3517',19005,19910,5,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-04-30 00:00:00','2022-04-30 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'spiritual-kashi-gaya-prayagraj-ayodhyatour',NULL,NULL,NULL,0),(275,31421,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31421,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/temple_tour_in_sri_lanka_1642152448.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Sri Lanka, formerly known as Ceylon, and officially the Democratic Socialist Republic of Sri Lanka, is an island country in South Asia. It lies in the Indian Ocean, southwest of the Bay of Bengal, and southeast of the Arabian Sea; it is separated from the Indian subcontinent by the Gulf of Mannar and the Palk Strait&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Habarana\",\"SourcePlaceSysId\":11273,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Temple tour in Sri Lanka\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"1839\",\"SupplierName\":\"Jetwing Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11273,\"Title\":\"Habarana\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":11273,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22979,\"Title\":\"visit Muneshwaram & Manawari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22980,\"Title\":\"Visit Tiru Koneswaram Temple & Evening visit Dambulla cave Temple.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22981,\"Title\":\"visit Matale Hindu Temple &\\u00a0Visit Kandy Temple, Peradeniya Botanical Garden, Cultural show, Gem Museum & Gem Shop, Kandy City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22982,\"Title\":\"Visit Hanuman Temple in Ramboda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22983,\"Title\":\"Visit Sitha Amman Temple, Gregory Lake, Victoria Park & Nuwara Eliya City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22984,\"Title\":\"Colombo City tour & Shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":13493,\"Title\":\"Kandy\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22979,\"Title\":\"visit Muneshwaram & Manawari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22980,\"Title\":\"Visit Tiru Koneswaram Temple & Evening visit Dambulla cave Temple.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22981,\"Title\":\"visit Matale Hindu Temple &\\u00a0Visit Kandy Temple, Peradeniya Botanical Garden, Cultural show, Gem Museum & Gem Shop, Kandy City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22982,\"Title\":\"Visit Hanuman Temple in Ramboda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22983,\"Title\":\"Visit Sitha Amman Temple, Gregory Lake, Victoria Park & Nuwara Eliya City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22984,\"Title\":\"Colombo City tour & Shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":19797,\"Title\":\"Nuwara Eliya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19797,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22979,\"Title\":\"visit Muneshwaram & Manawari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22980,\"Title\":\"Visit Tiru Koneswaram Temple & Evening visit Dambulla cave Temple.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22981,\"Title\":\"visit Matale Hindu Temple &\\u00a0Visit Kandy Temple, Peradeniya Botanical Garden, Cultural show, Gem Museum & Gem Shop, Kandy City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22982,\"Title\":\"Visit Hanuman Temple in Ramboda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22983,\"Title\":\"Visit Sitha Amman Temple, Gregory Lake, Victoria Park & Nuwara Eliya City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22984,\"Title\":\"Colombo City tour & Shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}},{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6689,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22979,\"Title\":\"visit Muneshwaram & Manawari Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22980,\"Title\":\"Visit Tiru Koneswaram Temple & Evening visit Dambulla cave Temple.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11273,\"CityName\":\"Habarana\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22981,\"Title\":\"visit Matale Hindu Temple &\\u00a0Visit Kandy Temple, Peradeniya Botanical Garden, Cultural show, Gem Museum & Gem Shop, Kandy City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22982,\"Title\":\"Visit Hanuman Temple in Ramboda\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22983,\"Title\":\"Visit Sitha Amman Temple, Gregory Lake, Victoria Park & Nuwara Eliya City tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19797,\"CityName\":\"Nuwara Eliya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null},{\"RefSSId\":22984,\"Title\":\"Colombo City tour & Shopping\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":1839,\"SupplierName\":\"Jetwing Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223449\",\"Title\":\"Airport \\/ Habarana \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>En route visit Muneshwaram &amp; Manawari Temple.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11273,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22979,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223450\",\"Title\":\"Habarana \\/ Trincomalee \\/ Habarana\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Visit Tiru Koneswaram Temple &amp; Evening visit Dambulla cave Temple.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11273,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22980,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223451\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11273,\"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\":\"223452\",\"Title\":\"Habarana \\/ Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>En route visit Matale Hindu Temple &amp;&nbsp;Visit Kandy Temple, Peradeniya Botanical Garden, Cultural show, Gem Museum &amp; Gem Shop, Kandy City tour<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22981,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223453\",\"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\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223454\",\"Title\":\"Kandy \\/ Nuwara Eliya\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Visit&nbsp;Hanuman Temple in Ramboda<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22982,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223455\",\"Title\":\"Nuwara Eliya\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Visit Sitha Amman Temple, Gregory Lake, Victoria Park &amp; Nuwara Eliya City tour<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22983,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223456\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19797,\"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\":\"223457\",\"Title\":\"Nuwara Eliya \\/ Colombo\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Colombo City tour &amp; Shopping<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":22984,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223458\",\"Title\":\"Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Check out&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31421\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37338.94\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37339,\"priceDoubleOcc\":\"37338.94\",\"priceSingleOcc\":74677.88,\"priceExtraBed\":\"29041.40\",\"priceWithoutBed\":\"18254.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37338.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31421\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35641.71\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35642,\"priceDoubleOcc\":\"35641.71\",\"priceSingleOcc\":71283.42,\"priceExtraBed\":\"27721.33\",\"priceWithoutBed\":\"17424.84\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35641.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223449\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223449],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223450\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223450],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223451\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223451],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223452\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223452],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223453\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223453],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223454\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223454],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223455\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223455],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223456\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223456],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223457\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223457],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223458\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223458],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Habarana,Kandy,Nuwara Eliya,Colombo','Habarana,Indian Subcontinent,Sri Lanka,Kandy,Nuwara Eliya,Colombo',NULL,'11273,13493,19797,6689',35642,37339,6,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'Sri Lanka','200','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'temple-tour-in-sri-lanka',NULL,NULL,NULL,0),(276,31422,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31422,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/explore-shillong_4n5d_1642154357.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Shillong is a hill station in northeast India and capital of the state of Meghalaya. It&amp;rsquo;s known for the manicured gardens at Lady Hydari Park. Nearby, Ward&amp;rsquo;s Lake is surrounded by walking trails. North, the Don Bosco Centre for Indigenous Cultures features displays on the region&amp;rsquo;s native people. Waterfalls include the Elephant Falls to the southwest. East of here, forested Shillong Peak offers city views.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Explore-shillong 4N\\/5D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492769,\"Name\":\"Landmark Hills\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5671717\",\"Long\":\"91.9023407\",\"Address\":\"Victoria, Nongrim Hills, Laitumukhrah, Nongrimbah, Shillong, Meghalaya 793003, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492770,\"Name\":\"Hotel Polo Towers\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5767146\",\"Long\":\"91.88794690000002\",\"Address\":\"Polo Grounds, Khyndailad, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492771,\"Name\":\"Ri Kynjai - Serenity By The Lake\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.664444\",\"Long\":\"91.87856\",\"Address\":\"Umniuh Khwan, UCC Road, Ri Bhoi District, Meghalaya 793122, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":483,\"Title\":\"Elephant Falls\",\"Description\":\"The steps and access path makes one go close to the waterfalls and can admire its beauty which is iconic. The sides of the waterfall are flanked by lush greenery and that adds to the charm of the place.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1225\\/thumb\\/Elephant Falls_734.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223459\",\"Title\":\"Guwahati Airport - Shillong (130 KMS \\/ 3 \\u00bd hrs drive)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome on arrival in Guwahati Airport\\/Station and drive to Shillong. En route witness the Umiam Lake or Barapani - is the biggest artificial lake in Meghalaya in midst of sylvan hills adorned by Khasi pines and peerless beauty. If time permits visit Cathedral of Marry and Ward&#39;s Lake. Evening free at leisure to explore the region on own. You may take a walk to the famous Police Bazaar for shopping. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492771,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1835,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14471,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223462\",\"Title\":\"Shillong - Cherrapunjee - Shillong (60 km \\/ 2 Hrs - One way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast drive to Cherrapunjee, the wettest place on the earth, for an awesome day trip. En route visit the famous Elephant Falls. At Sohra, stop at the Duwan Sing Syiem view point for mesmerizing views of the Hills. In Cherrapunjee be witness to the gorgeous Seven Sisters (Nohsngithiang) Falls and Nohkalikai Falls. Later take a soft cave walk inside the Mawsmai Cave. The limestone cave is a natural wonder with innumerable formations inside it. Also visit the Ramakrishna Mission. Drive back to Shillong for overnight stay. Note: Most of the waterfalls are dry during winter season<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492771,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":483,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223465\",\"Title\":\"Shillong - Mwallynong - Shillong (100 km\\/ 3 hrs\\/ one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast drive to Mwallynong, the cleanest village in Asia, also known as &#39;God&#39;s own Garden&#39;. With over 80 households, the village gives the ambiance of walking in a well maintained park ! Climb the 80 ft Sky Walk at Mawlynnong village for a bird&#39;s eye view of the Village, the plantations and faraway plains of Bangladesh. You will also be acquainted to the Khasi lifestyle, their culture and economy. A trek to the nearby Rewai Village is another interesting activity. Walk down a flight of almost 100 steps to witness nature&#39;s wonder, living-root bridge. The bridges are tangles of massive thick roots, which the local people nature&#39;s wonder, living-root bridge. The bridges are tangles of massive thick roots, which the local people inter-twine to form a bridge that can hold several people at a time. The root bridges, may be up to over a hundred feet long and take ten to fifteen years to become fully functional, but they become very strong in the process. The bridges live and keep growing and strengthen over time. The useful lifespan of the bridges, is thought to be 500-600 years. Later drive to Dawki, a village of the Jaintia community whose prime occupation of fishing. Be mesmerized by the beauty of the Umngot river, also famous for its crystal clear water, so clear that when seen from a distance, it appears as if the boat is floating in mid-air! The Umngot river is the natural boundary between Ri Pnar or Jaintia Hills with Hima Khyrim of Khasi hills over which is a single span suspension bridge was constructed. This is the gateway to Bangladesh where major export and import transactions take place. Enjoy an amazing country boat river ride. Drive up to the Bangladesh border. Later proceed to Shillong for overnight stay<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492771,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"223468\",\"Title\":\"Day Trip to Jowai\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, proceed for a day trip to Jowai. Be witness to the Nartiang Monoliths, a cluster of monoliths which stand as a testimony of Jaintia rulers&#39; strength. Also visit the Nartiang Durga Temple, a 500-year-old Mandir. It is one of the 51 Shakti Peethas of Hindu Mythology. Also witness the Krangsuri Falls for breath-taking views. Later drive to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492769,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492771,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"223471\",\"Title\":\"Guwahati Airport Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast transfer to Guwahati Airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31422\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28598.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28599,\"priceDoubleOcc\":\"28598.90\",\"priceSingleOcc\":57197.8,\"priceExtraBed\":\"21998.90\",\"priceWithoutBed\":\"13198.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28598.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31423\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41798.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41799,\"priceDoubleOcc\":\"41798.90\",\"priceSingleOcc\":83597.8,\"priceExtraBed\":\"32998.90\",\"priceWithoutBed\":\"21998.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41798.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31424\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"58298.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":58299,\"priceDoubleOcc\":\"58298.90\",\"priceSingleOcc\":116597.8,\"priceExtraBed\":\"38498.90\",\"priceWithoutBed\":\"24198.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31422\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27298.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27299,\"priceDoubleOcc\":\"27298.95\",\"priceSingleOcc\":54597.9,\"priceExtraBed\":\"20998.95\",\"priceWithoutBed\":\"12598.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27298.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31423\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"39898.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39899,\"priceDoubleOcc\":\"39898.95\",\"priceSingleOcc\":79797.9,\"priceExtraBed\":\"31498.95\",\"priceWithoutBed\":\"20998.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31424\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55648.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":55649,\"priceDoubleOcc\":\"55648.95\",\"priceSingleOcc\":111297.9,\"priceExtraBed\":\"36748.95\",\"priceWithoutBed\":\"23098.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223459\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223459],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223462\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223462],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223465\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223465],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223468\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223468],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223471\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223471],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati',NULL,'25073',27299,58299,4,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'explore-shillong-4n/5d',NULL,NULL,NULL,0),(277,31432,1,35,0,0,0,'Honeymoon,Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31432,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/family_adventures_at_room_on_the_roof_chakrata_by_himalayan_eco_lodges_uttarakh_1642157895.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Chakrata is a cantonment town and also a sub district\\/tehsil, in Dehradun district in the state of Uttarakhand, India. It lies between the Tons and Yamuna rivers, at an elevation of 2118 m, 98 km from the state capital, Dehradun. Chakrata was originally a cantonment of the British Indian Army.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Family Adventures At Room On The Roof Chakrata By Himalayan Eco Lodges Uttarakhand\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":37907,\"Title\":\"Chakrata\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492777,\"Name\":\"\\u0930\\u0942\\u092e \\u0911\\u0928 \\u0926 \\u0930\\u0942\\u092b\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.57670989999999\",\"Long\":\"77.9351909\",\"Address\":\"Village - Viratkhai, Chakrata, Uttarakhand 248196, India\"},\"Images\":[],\"CityId\":37907,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223526\",\"Title\":\"Arrive Chakrata\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Pickup From Delhi and Drive To Room on the Roof, Chakrata. Evening hike to the sunset point with &quot;masala tea and snacks with a local guide and his &quot;pahadi stories&quot;.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37907,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"223527\",\"Title\":\"In Chakrata\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Post lunch, drive to Tiger fall and enjoy swimming in the natural pool. Enroute visit Chakrata town and visti Chirimiri Sunsent point.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37907,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"223528\",\"Title\":\"Chakrata\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning hike to the sunrise point with &quot;adarak chai&quot;. Post breakfast, drive to local house of Chakrata in Singhor village, meet local people, see the local &quot;panchayat&quot; bhavan and old temples of Mahasu Devta. OR you can drive down to Yamuna river for short rafting stretch with body surfing, river swimming under the guidance of professional river guides. Have picnic lunch by the river Yamuna. While on return, visit the famous temple of Mahasu Devta at Lakhwar<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37907,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":\"223529\",\"Title\":\"Departure:\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, check out of the resort and Drop At Delhi Airport for your onward journey<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":37907,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31432\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18590.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18590,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":37180,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"6490.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.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\":\"31432\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17745.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17745,\"priceDoubleOcc\":\"17745.00\",\"priceSingleOcc\":35490,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"6195.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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;Accommodation In Deluxe Room.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meal ( 03 Breakfast , 03 Dinner ).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Evening hike to the sunset point with &amp;quot;masala tea and snacks with a local guide and his &amp;quot;pahadi stories&amp;quot; Once During the stay.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Morning hike to the sunrise point with &amp;quot;adarak chai&amp;quot; Once During the stay.&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 by AC Vehicle.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;(Please note that AC will be switched off during hills )&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All toll taxes, parking charges, driver allowances.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All currently applicable hotel taxes except GST @ Current Rate&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223526\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223526],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"223527\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223527],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223528\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223528],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223529\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223529],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Chakrata','Chakrata,Uttarakhand,Indian Subcontinent,North India,India',NULL,'37907',17745,18590,3,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'family-adventures-at-room-on-the-roof-chakrata-by-himalayan-eco-lodges-uttarakhand',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (278,31202,1,35,0,0,0,'Family,Religious',NULL,1,1,0,'{\"package\":{\"TPId\":31202,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/uttarakh-_rishikesh_1641799537.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Rishikesh is a city in India&amp;rsquo;s northern state of Uttarakhand, in the Himalayan foothills beside the Ganges River. The river is considered holy, and the city is renowned as a center for studying yoga and meditation. Temples and ashrams (centers for spiritual studies) line the eastern bank around Swarg Ashram, a traffic-free, alcohol-free and vegetarian enclave upstream from Rishikesh town&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Uttarakhand - Rishikesh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family,Religious\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":23018,\"Title\":\"Rishikesh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492329,\"Name\":\"Summit Sanctum Hotel & Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.1283112\",\"Long\":\"78.3226778\",\"Address\":\"Badrinath Highway, near SBI ATM, Tapovan, Rishikesh, Uttarakhand 249192, India\"},\"Images\":[],\"CityId\":23018,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7415,\"Title\":\"Ganga River Rishikesh\",\"Description\":\"Perennial rivers like the Ganges (or Ganga) have been held in high regard by the Hindus in India.. The sacred river originates in an ice cave in the Himalayas around 10,300 ft above sea level. There exists an intimate relationship between nature and the basis of the Indian system of beliefs. The Ganges (or the Ganga) is a religious icon and the source of all the spiritualism in India. The divine river find its mention in all the sacred ures of the Hindus including the Vedas, the Puranas, the Ramayana and the Mahabharata. Several interesting legends are associated with the Ganga, as per the Hindu mythology. It is along the Ganges that one can witness some of the most surreal scenes relating to Hindu customs and traditions. If you are looking for a living lesson on Hinduism, you need to get to the ghats and towns that are located along the banks of this revered river.\",\"CurrencyType\":0,\"CityId\":23018,\"CityName\":\"Rishikesh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/23018\\/sightseeing\\/_Ganga_River_Rishikesh_23018_1543472504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":948,\"Title\":\"Lakshman Jhula\",\"Description\":\"Lakshman Jhula is an iron suspension bridge over the Ganges. Earlier, it was a jute bridge and was later converted into an iron suspension bridge. The bridge is named after Lakshman, Shri Ram&amp;#039;s younger brother because according to the legend, the same jute bridge was used by Lakshman at the same site to cross the Ganga River. This frequently visited tourist spot is an adjoining bridge across the Ganga, connecting the holy shrines of Badrinath and Kedarnath. The jhula provides an excellent panoramic view of the temples and the ganges. Around the bridge is a market famous for wooden items, Rudraksha, holy books, Idols of Gods and Goddesses, gems, local jewelry, and excellent street food.\",\"CurrencyType\":0,\"CityId\":23018,\"CityName\":\"Rishikesh\",\"Lat\":30.126362,\"Long\":78.3299632,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/513\\/thumb\\/Laxman Jhoola_635.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222031\",\"Title\":\"Arrive Delhi, drive to Rishikesh (230 kms \\/ 5 hours)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>On arrival at Delhi railway station, you will be met by our representative \\/ driver who will help you to board your vehicle. Later proceed for the beautiful drive to Rishikesh. On arrival at Rishikesh, check into your hotel. Evening is vehicle. Later proceed for the beautiful drive to Rishikesh. On arrival at Rishikesh, check into your hotel. Evening is free for leisure activities. Overnight at hotel in Rishikesh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23018,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"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\":\"222032\",\"Title\":\"Rishikesh Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast, get ready for yet another beautiful place Rishikesh. Laxman Jhula - Lakshman (Laxman) Jhula, a very long of about 450 ft Iron Bridge suspended over the mighty Ganges River, is constructed in the year 1939. It is situated nearby to Swarga Ashram in Rishikesh. Triveni Ghat - A confluence of three holy important Rivers the situated nearby to Swarga Ashram in Rishikesh. Triveni Ghat - A confluence of three holy important Rivers the Ganges, the Yamuna and the Saraswathy, is a most revered sacred bathing spot in Rishikesh and is situated on the banks of Ganges River. It is of belief that those who take a dip in Triveni Ghat will have salvation, a relief from all sins carried out; the water here has the power to purify them .An impressive view of lamps floated in the river as part of aarti ceremony is pleasing to eyes after the sunset. This is a place where all tourists reaching Rishikesh pay visit without missing. A good place for religious visitors also.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23018,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492329,\"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\":[{\"IsIncluded\":true,\"Id\":7415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":948,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222033\",\"Title\":\"Rishikesh ( Excursion Tehri)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast Day Excursion Tehri to see the Tehri Dam which is one of the World&#39;s biggest hydroelectric ventures outfitting waters of two critical streams of the Himalayas specifically Bhagirathi and Bhilangana. What&#39;s more, the lake gives a hundred chances to the enterprise sweethearts who love to toss alert to the breezes. Be it Scuba Diving, Angling, Canocing, Rowing, Boating, Water bike, speed Boating, Rafting, Kayaking, House Boat, Cruise sculling. Or then again some other water dons that you can think. ( All activity cost guest by own ) , After visit back to rishikesh , Overnight at Rishikesh. OR After breakfast Day Excursion Neelkanth Mahadev Temple is among the most revered shrines dedicated to Lord Shiva that is located around 32 km away from Rishikesh. Positioned on a hill above Swarg Ashram, this ancient temple lies at the confluence of the Pankaja and Madhumati rivers, amid three valleys - Brahmakoot, Vishnukoot and Manikoot. Architecturally, the shrine is quite beautiful and colourful. Visitors can see intricately carved images of Hindu gods and goddesses along with asuras (demons) on the walls of the temple. The shrine is frequently visited by devotees throughout the year, especially on the auspicious day of Mahashivratri. Besides, a drive to this temple is an enthralling experience as one passes through steep and narrow roads as well as gets to admire beautiful mountain ranges in the backdrop. After visit back to rishikesh , Overnight at Rishikesh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23018,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492329,\"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\":\"222034\",\"Title\":\"Rishikesh - Delhi (230 kms \\/ 5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Morning you depart for Delhi. You will be transferred to the railway station in time to proceed to your onward destination. Special Note: Vehicle such as mini coaches and tempo traveler are not allowed to enter Rishikesh . The transfers to the hotel along with the sightseeing needs to be done on direct payment basis by the guests or Supplements applicable as per the Cost.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":23018,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31202\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14298.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14299,\"priceDoubleOcc\":\"14298.90\",\"priceSingleOcc\":28597.8,\"priceExtraBed\":\"10998.90\",\"priceWithoutBed\":\"8798.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14298.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31202\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13648.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13649,\"priceDoubleOcc\":\"13648.95\",\"priceSingleOcc\":27297.9,\"priceExtraBed\":\"10498.95\",\"priceWithoutBed\":\"8398.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13648.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222031\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222031],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"222032\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222033\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222033],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222034\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222034],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Rishikesh','Rishikesh,Uttarakhand,Indian Subcontinent,North India,India',NULL,'23018',13649,14299,3,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'uttarakhand-rishikesh',NULL,NULL,NULL,0),(279,31217,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31217,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/himachal_-_dalhousie_-_khajjiar_-_dharamshala_1641807443.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Khajjiar is a hill station in the north Indian state of Himachal Pradesh. Dating from the 12th century, Khajji Nag Temple is dedicated to a serpent god. Nearby, the high-altitude Khajjiar Lake is surrounded by cedar forest. West, Kalatop Wildlife Sanctuary is home to animals including deer and bears. Farther west, Dalhousie is a hill station with mountain views, dotted with temples and 19th-century British churches.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Amritsar\",\"DestinationPlacesSysId\":974,\"SourcePlaces\":\"Amritsar\",\"SourcePlaceSysId\":974,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Himachal - Dalhousie - Khajjiar - Dharamshala\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7478,\"Title\":\"Dalhousie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492434,\"Name\":\"Hotel Ark Dalhousie By Pax Hotels & Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5353055\",\"Long\":\"75.9774455\",\"Address\":\"Satdhara Road Gandhi Chowk, Moti Tiba, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492435,\"Name\":\"Mohan Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5341133\",\"Long\":\"75.97871549999999\",\"Address\":\"Gandhi Chowk, Dalhousie Khajjiar Rd, Dhupguri, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492437,\"Name\":\"Snow Valley Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5383296\",\"Long\":\"75.9697922\",\"Address\":\"The Mall, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"RO\"},{\"RefHotelId\":492718,\"Name\":\"Hotel Ark Dalhousie By Pax Hotels & Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5353055\",\"Long\":\"75.9774455\",\"Address\":\"Satdhara Road Gandhi Chowk, Moti Tiba, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492719,\"Name\":\"Mohan Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5340801\",\"Long\":\"75.9786429\",\"Address\":\"Gandhi Chowk, Dalhousie Khajjiar Rd, Dhupguri, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492721,\"Name\":\"Snow Valley Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.5383296\",\"Long\":\"75.9697922\",\"Address\":\"The Mall, Dalhousie, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22774,\"Title\":\"evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34484,\"Title\":\"Khajjiar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492722,\"Name\":\"Hotel Mini Swiss Khajjiar\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.551703\",\"Long\":\"76.0608159\",\"Address\":\"Khajjiar, Himachal Pradesh 176304, India\"},\"Images\":[],\"CityId\":34484,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492723,\"Name\":\"Hotel Royal Residency\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34484,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22774,\"Title\":\"evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":7824,\"Title\":\"Dharamshala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492427,\"Name\":\"BobsnBarley - Hotel and Restaurant\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2491403\",\"Long\":\"76.30618190000001\",\"Address\":\"Naddi, McLeod Ganj, Naddi, McLeod Ganj, Dharamshala, Himachal Pradesh 176219, India\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492428,\"Name\":\"Hotel Trinity Heights\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2439392\",\"Long\":\"76.3311214\",\"Address\":\"Taxi Stand, near Bhagsunag Road, Bhagsu Nag, McLeod Ganj, Dharamshala, Himachal Pradesh 176219, India\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492429,\"Name\":\"Hotel D\'s Casa\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2351016\",\"Long\":\"76.3253598\",\"Address\":\"ClubHouse Road, near Liason Office, McLeod Ganj, Himachal Pradesh 176219, India\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22774,\"Title\":\"evening is free for leisure activities\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222120\",\"Title\":\"Arrive Pathankot\\/Amritsar - Dalhousie (Pathankot to Dalhousie 144 kms \\/ approx 4 hrs and Amritsar to Dalhousie 200 kms \\/ approx 6-7 hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive Pathankot\\/Amritsar on own and Proceed to Dalhousie. Once you board your vehicle, you will drive to Dalhousie. Dalhousie is a famous hill station in Himachal famous for snow capped mountains. On arrival at Dalhousie, check into your hotel evening is free for leisure activities. Overnight at hotel in Dalhousie.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492434,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492435,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"RO\",\"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\":22774,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222123\",\"Title\":\"Dalhousie - local sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Today after breakfast, proceed for full day tour of local sightseeing. We will cover all major sightseeing places like Panchpula, Subash baoli, Bara pathar, St Johns church, bakrota hills etc. Evening is free for leisure activities. Overnight at hotel in Dalhousie.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492718,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492719,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222126\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222129\",\"Title\":\"Dalhousie - Khajjiar (20 kms \\/ approx 40 mins)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today after breakfast, check out from hotel and proceed for Khajjiar. Khajjiar is also known as mini Switzerland of India. On arrival at Khajjiar, check into your hotel. Overnight at hotel in Khajjiar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34484,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492722,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492723,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222132\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34484,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"222135\",\"Title\":\"Khajjiar - Dharamshala (124 kms \\/ approx 4 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today after breakfast, check out from hotel and proceed for Dharamshala. On arrival at Dharamshala, check into your hotel. Evening is free for leisure activities. Overnight at hotel in Dharamshala.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492427,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492428,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492429,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222138\",\"Title\":\"Dharamshala - Local sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, proceed for half day sightseeing tour of St John in the Wilderness Church , The War Memorial , Bhagsu Waterfall , Bhagsunath Temple , Dal Lake. Overnight at hotel in Dharamshala.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492427,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492428,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492429,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":184,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":394,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1901,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222141\",\"Title\":\"Dharamshala - Amritsar Departure (252 kms \\/ approx 6 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today after breakfast depart for Amritsar Railway station \\/ Airport for onward journey.<\\/p>\\r\\n\\r\\n<p>Special Note: Vehicle such as mini coaches are not allowed to enter, Dharamshala , Dalhousie . The transfers to the hotel along with the sightseeing needs to be done on direct payment basis by the guests or Supplements applicable as per the Cost.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31217\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26290.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26290,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":52580,\"priceExtraBed\":\"22990.00\",\"priceWithoutBed\":\"19690.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31218\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33990.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33990,\"priceDoubleOcc\":\"33990.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"30690.00\",\"priceWithoutBed\":\"25190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38390.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38390,\"priceDoubleOcc\":\"38390.00\",\"priceSingleOcc\":76780,\"priceExtraBed\":\"32890.00\",\"priceWithoutBed\":\"26290.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38390.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\":\"31217\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25095.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25095,\"priceDoubleOcc\":\"25095.00\",\"priceSingleOcc\":50190,\"priceExtraBed\":\"21945.00\",\"priceWithoutBed\":\"18795.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25095.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31218\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32445.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32445,\"priceDoubleOcc\":\"32445.00\",\"priceSingleOcc\":64890,\"priceExtraBed\":\"29295.00\",\"priceWithoutBed\":\"24045.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31219\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36645.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36645,\"priceDoubleOcc\":\"36645.00\",\"priceSingleOcc\":73290,\"priceExtraBed\":\"31395.00\",\"priceWithoutBed\":\"25095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36645.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222120\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222120],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222123\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222123],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222126\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222126],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222129\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222129],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222132\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222132],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222135\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222135],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222138\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222138],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222141\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222141],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dalhousie,Khajjiar,Dharamshala','Dalhousie,Himachal Pradesh,Indian Subcontinent,North India,India,Khajjiar,Dharamshala',NULL,'7478,34484,7824',25095,38390,5,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'himachal-dalhousie-khajjiar-dharamshala',NULL,NULL,NULL,0),(280,31286,1,35,0,0,0,'Adventure,Family',NULL,1,1,0,'{\"package\":{\"TPId\":31286,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/defining-rajasthan_1641896726.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jaisalmer is a former medieval trading center and a princely state in the western Indian state of Rajasthan, in the heart of the Thar Desert. Known as the &amp;quot;Golden City,&amp;quot; it&amp;#39;s distinguished by its yellow sandstone architecture. Dominating the skyline is Jaisalmer Fort, a sprawling hilltop citadel buttressed by 99 bastions. Behind its massive walls stand the ornate Maharaja&amp;#39;s Palace and intricately carved Jain temples&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Jodhpur\",\"SourcePlaceSysId\":13184,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Defining-rajasthan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family\",\"Validity\":{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12996,\"Title\":\"Jaisalmer\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492527,\"Name\":\"Hotel Golden Haveli\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9046544\",\"Long\":\"70.912834\",\"Address\":\"Bera Rd, Postal Colony, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492528,\"Name\":\"Hotel Heritage Inn (P) Ltd\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.91664519999999\",\"Long\":\"70.887118\",\"Address\":\"No.4 Hotel Complex, Jaisalmer - Sam - Dhanana Rd, Ram Kund, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492529,\"Name\":\"Hotel Rawalkot Jaisalmer\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9177754\",\"Long\":\"70.9454981\",\"Address\":\"Plot No. 3, Hotel Complex, Jodhpur-Jaisalmer Road, Indira Colony, Jaisalmer, Rajasthan 345001, India\"},\"Images\":[],\"CityId\":12996,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1050,\"Title\":\"Manak Chowk\",\"Description\":\"Manak Chowk is famous for its wide variety of items including antiques, leather items, handicrafts, textiles and jewellery. The shops, although small in size, offer plenty of shopping opportunities.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/Manak_Chowk_12996_1529126863.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":847,\"Title\":\"Karni Mata Temple\",\"Description\":\"This sanctuary is known for its sizable populace of rats that are the lasting occupants here. There are around 20,000 rats that live in the sanctuary premises and undoubtedly pull in the consideration of numerous voyagers.\\r\\n\\r\\nThe temple is sculpted from stones and marble, which features silver gates, built by Maharaja Ganga Singh, and a hanging mesh that protects rats from birds.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":27.1321707,\"Long\":73.8256228,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/47\\/thumb\\/Karni Mata Temple_879.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":3209,\"Title\":\"Bikaner\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492530,\"Name\":\"Hotel Chirag\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.9911694\",\"Long\":\"73.3454665\",\"Address\":\"B-8, Sudarshana Nagar, Vallabh Garden, Bikaner, Rajasthan 334003, India\"},\"Images\":[],\"CityId\":3209,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492531,\"Name\":\"Karni Bhawan Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.0391514\",\"Long\":\"73.3384781\",\"Address\":\"Gandhi Colony, Bhaskar Marg, near Bikaner Public School, Karni Nagar, Samta Nagar, Bikaner, Rajasthan 334001, India\"},\"Images\":[],\"CityId\":3209,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492532,\"Name\":\"Maharaja Ganga Mahal\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.0195029\",\"Long\":\"73.3253103\",\"Address\":\"Ganga Niwas, Outside Public Park, Rathkhana Gate, Shardul Colony, Bikaner, Rajasthan 334001, India\"},\"Images\":[],\"CityId\":3209,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1517,\"Title\":\"Sam Sand Dunes\",\"Description\":\"Sam sand dunes are indeed one of the most authentic desert dune sites in whole India.  Here one can find 30 to 60-meter tall sand dunes .\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/32\\/thumb\\/Sam Sand Dunes_590.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1050,\"Title\":\"Manak Chowk\",\"Description\":\"Manak Chowk is famous for its wide variety of items including antiques, leather items, handicrafts, textiles and jewellery. The shops, although small in size, offer plenty of shopping opportunities.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/Manak_Chowk_12996_1529126863.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":847,\"Title\":\"Karni Mata Temple\",\"Description\":\"This sanctuary is known for its sizable populace of rats that are the lasting occupants here. There are around 20,000 rats that live in the sanctuary premises and undoubtedly pull in the consideration of numerous voyagers.\\r\\n\\r\\nThe temple is sculpted from stones and marble, which features silver gates, built by Maharaja Ganga Singh, and a hanging mesh that protects rats from birds.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":27.1321707,\"Long\":73.8256228,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/47\\/thumb\\/Karni Mata Temple_879.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222575\",\"Title\":\"Arrival Jodhpur - Jaisalmer (305 kms\\/6 hrs)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive at Jodhpur and continue you journey to the desert town of Jaisalmer. On arrival, check into the hotel. Later in the afternoon proceed to the famous sand dunes at Sam to enjoy a magnificent sunset. Return back to the hotel for overnight stay..<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492527,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492528,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492529,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1517,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222578\",\"Title\":\"Jaisalmer\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Today after breakfast visit the famous Jaisalmer Fort, a living fort of its kind in the world. Patwon ki Haveli, Manek Chowk, Gadisar Lake are must see in Jaisalmer. Evening at leisure. overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492527,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492528,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492529,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":733,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1340,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":528,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222581\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"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\":\"222584\",\"Title\":\"Jaisalmer to Bikaner (330 kms\\/5 hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, depart from Jaisalmer to Bikaner. On reaching Bikaner, check-in at the hotel and rest. The rest of the evening is free for relaxation. Enjoy overnight stay at the hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492530,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492532,\"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\":\"222587\",\"Title\":\"Bikaner\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, go on a full-day sightseeing tour of Bikaner. Visit the Junagarh Fort and the Karni Mata Temple at Deshnok.Also, visit the prestigious camel breeding farm in the evening. Overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492530,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492532,\"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\":788,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":847,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222590\",\"Title\":\"Bikaner - Jaipur (330 kms -6 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Morning after breakfast drop at the Jaipur Railway station or the airport<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"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\":\"31286\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26563.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26564,\"priceDoubleOcc\":\"26563.95\",\"priceSingleOcc\":53127.9,\"priceExtraBed\":\"21313.95\",\"priceWithoutBed\":\"16063.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26563.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31287\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31918.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31919,\"priceDoubleOcc\":\"31918.95\",\"priceSingleOcc\":63837.9,\"priceExtraBed\":\"25618.95\",\"priceWithoutBed\":\"19318.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31918.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31288\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35908.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"35908.95\",\"priceSingleOcc\":71817.9,\"priceExtraBed\":\"27508.95\",\"priceWithoutBed\":\"19108.95\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35908.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31286\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25804.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25805,\"priceDoubleOcc\":\"25804.98\",\"priceSingleOcc\":51609.96,\"priceExtraBed\":\"20704.98\",\"priceWithoutBed\":\"15604.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25804.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31287\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31006.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31007,\"priceDoubleOcc\":\"31006.98\",\"priceSingleOcc\":62013.96,\"priceExtraBed\":\"24886.98\",\"priceWithoutBed\":\"18766.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31006.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31288\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34882.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34883,\"priceDoubleOcc\":\"34882.98\",\"priceSingleOcc\":69765.96,\"priceExtraBed\":\"26722.98\",\"priceWithoutBed\":\"18562.98\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34882.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222575\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222575],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222578\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222578],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222581\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222581],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222584\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222584],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222587\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222587],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222590\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222590],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Jaisalmer,Bikaner','Jaisalmer,Rajasthan,Indian Subcontinent,North India,India,Bikaner',NULL,'12996,3209',25805,35909,4,NULL,NULL,NULL,2,'',0,'2022-01-11 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-11 00:00:00','2022-01-11 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'defining-rajasthan',NULL,NULL,NULL,0),(281,31306,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31306,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir-heavenly-kashmir_1641903360.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Srinagar is the largest city and the summer capital of Jammu and Kashmir, India. It lies in the Kashmir Valley on the banks of the Jhelum River, a tributary of the Indus, and Dal and Anchar lakes. The city is known for its natural environment, gardens, waterfronts and houseboats&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Kashmir-heavenly-kashmir\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492561,\"Name\":\"Khyber Group of Houseboats or simialr in Srinagar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492562,\"Name\":\"Khyber Group of Houseboats or simialr in Srinagar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492563,\"Name\":\"Khyber Group of Houseboats or simialr in Srinagar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492582,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0846416\",\"Long\":\"74.824288\",\"Address\":\"Khayam Chowk, Dalgate Bridge, near Khyber Hospital, Karapura Pain, Chinar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492583,\"Name\":\"The Kabo Luxury Boutique Hotel\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.06416120000001\",\"Long\":\"74.80833059999999\",\"Address\":\"opp. Tagore Hall, Iqbal Park, Wazir Bagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492584,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492564,\"Name\":\"Hotel Green Heights\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9169005\",\"Long\":\"75.2881\",\"Address\":\"Main road, Srichen, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492565,\"Name\":\"THE CHINAR RESORT AND SPA\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9432242\",\"Long\":\"75.2894033\",\"Address\":\"11 LADDI, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492566,\"Name\":\"Royal Hillton Pahalgam\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0094007\",\"Long\":\"75.3190486\",\"Address\":\"Circuit Road Pahalgam Pahalgam Jammu and Kashmir, Pahalgam, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492579,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492580,\"Name\":\"ROSE WOOD GULMARG\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0340311\",\"Long\":\"74.3664252\",\"Address\":\"near Gandola, Gulmarg, Jammu and Kashmir 193101\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492581,\"Name\":\"The Vintage Gulmarg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.05553199999999\",\"Long\":\"74.401264\",\"Address\":\"2739, Circular Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21998,\"Title\":\"Excursion to Sonmarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222696\",\"Title\":\"Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On arrival at the Srinagar airport (on your own), you will be received by Company representative \\/ driver. Once you board your vehicle, you will proceed to the deluxe houseboat. Later in the evening proceed for shikara ride in Dal Lake. Dinner and overnight will be on board the houseboat. Lake. Dinner and overnight will be on board the houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492561,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492563,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"222699\",\"Title\":\"\",\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222702\",\"Title\":\"Srinagar - Pahalgam (110 kms \\/ 4 \\u00bd hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, depart for full day excursion to Sonmarg. Enjoy beautiful snow capped peaks and glaciers. Return to the hotel in Srinagar by evening. Dinner and overnight stay will be at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492564,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492565,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":21998,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222705\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222708\",\"Title\":\"Pahalgam - Gulmarg (140 kms \\/ 5 \\u00bd hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Gulmarg. On arrival, check into your hotel. Afternoon proceed for gondola ride up to first phase. Please note that no outside vehicle is allowed in Gulmarg. You need to take local vehicle \\/ Ponies on direct payment basis as local taxi union does not allow outside vehicle to do sightseeing. Driver will help you in booking local taxi \\/ Pony. Evening is free for leisure activities. Dinner and overnight stay will be at hotel in Gulmarg<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492579,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492580,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492581,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222711\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"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\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222714\",\"Title\":\"Gulmarg - Srinagar (90 kms \\/ 3 \\u00bd hours one way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the hotel and proceed for Srinagar. On arrival, check into your hotel. Later enjoy local sightseeing of Srinagar covering the famous Mughal Gardens. Evening is free for shopping. Dinner and overnight stay will be at hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492582,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492583,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492584,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222717\",\"Title\":\"Srinagar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today after breakfast, check out from your hotel and proceed to Srinagar airport.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31306\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24806.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24806,\"priceDoubleOcc\":\"24806.25\",\"priceSingleOcc\":49612.5,\"priceExtraBed\":\"18506.25\",\"priceWithoutBed\":\"13256.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24806.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31307\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36618.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":36619,\"priceDoubleOcc\":\"36618.75\",\"priceSingleOcc\":73237.5,\"priceExtraBed\":\"29268.75\",\"priceWithoutBed\":\"20868.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36618.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31308\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44493.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44494,\"priceDoubleOcc\":\"44493.75\",\"priceSingleOcc\":88987.5,\"priceExtraBed\":\"30843.75\",\"priceWithoutBed\":\"22443.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44493.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31306\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24097.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24098,\"priceDoubleOcc\":\"24097.50\",\"priceSingleOcc\":48195,\"priceExtraBed\":\"17977.50\",\"priceWithoutBed\":\"12877.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24097.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31307\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35572.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35573,\"priceDoubleOcc\":\"35572.50\",\"priceSingleOcc\":71145,\"priceExtraBed\":\"28432.50\",\"priceWithoutBed\":\"20272.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35572.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31308\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43222.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43223,\"priceDoubleOcc\":\"43222.50\",\"priceSingleOcc\":86445,\"priceExtraBed\":\"29962.50\",\"priceWithoutBed\":\"21802.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"2.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43222.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222696\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222696],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222699\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222702\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222702],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222705\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222708\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222708],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222711\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222711],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222714\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222714],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222717\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222717],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg,Srinagar UT',NULL,'25897,20566,11197',24098,44494,4,NULL,NULL,NULL,2,'',0,'2022-01-12 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-12 00:00:00','2022-01-12 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'kashmir-heavenly-kashmir',NULL,NULL,NULL,0),(282,31334,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31334,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/3n4d-_srinagar_sonmarg_gulmarg_1641972825.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kashmir,&amp;nbsp; is situated at 1515 m, this northernmost area of the Indian subcontinent is separated from the Pir Panjal Range and surrounded by the Karakorum Range on the North. KASHMIR is a marvel aptly called Paradise on Earth by the Mughals who travelled long distances to spend their summers here. They patronized the development of arts and crafts and left behind a rich heritage of exquisite craftsmanship. They discovered the various hill stations and laid Srinagar&amp;rsquo;s famous Mughal Gardens here. Jammu and Kashmir is divided into 3 main regions Jammu, Kashmir and Ladakh, whereby Kashmir is the principal region of the state. Srinagar is the Summer state capital and is situated at an Altitude of 1,730 metres above sea level. The city is located on both the sides of the Jhelum River, which is called Vyath in Kashmir. The river passes through the city and meanders through the valley, moving onward and deepening in the Wular Lake. The city is famous for its nine old bridges, connecting the two parts of the city.Srinagar means wealth(Lakshmi) and nagar means city. Tourism is the most significant segment of the city&amp;#39;s economy. The city of Srinagar is a gateway to some of the most scenic and beautiful places of the Indian subcontinent. Srinagar is well known for its lakes. Dal Lake with its houseboats is famous all over the world. Srinagar is a small and beautiful city with a wonderful climate. Nagin Lake is another famous lake in the city.&amp;nbsp; History of Kashmir &amp;quot;Kashmir&amp;quot; means &amp;quot;desiccated land&amp;quot; (from the Sanskrit: Ka = water and shimeera = desiccate). In the Rajatarangini, a history of Kashmir written by Kalhana in mid-12th century, it is stated that the valley of Kashmir was formerly a lake. According to Hindu mythology, the lake was drained by the great rishi or sage, Kashyapa, son of Marichi, son of Brahma, by cutting the gap in the hills at Baramulla (Varaha-mula). When Kashmir had been drained, Kashyapa asked Brahmans to settle there. This is still the local tradition, and in the existing physical condition of the country, we may see some ground for the story which has taken this form. The Instrument of Accession in 1947 brought the province under the direct rule of the Republic of India when the then ruler of the province, Maharaja Hari Singh allowed the state to merge into the territory of India, a move which was destined to be one of the most controversial moves in the history of India. Today, Jammu and Kashmir lies at the center of a heated territorial dispute between India and her twin Pakistan, a dispute which has caused 3 direct Indo-Pakistan wars and one indirect war with China. The land is also ruled under Article 370 of the Indian Constitution which allows special provisions to Jammu and Kashmir&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Reisen Tours\",\"Name\":\"3N4D- Srinagar Sonmarg Gulmarg\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492627,\"Name\":\"K2in\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492628,\"Name\":\"HOTEL K2 INN\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.0664098\",\"Long\":\"74.8301777\",\"Address\":\"Hurriyat Rd, Kursu, Rajbagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492629,\"Name\":\"Comrade Inn\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0653546\",\"Long\":\"74.8222928\",\"Address\":\"1, Rajbagh, Ikhrajpora, Maharajpur, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492630,\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":878,\"Title\":\"Kheer Bhawani Temple\",\"Description\":\"Kheer Bhawani is a temple dedicated to the Goddess Kheer Bhawani (originally just Bhawani) constructed over a sacred spring. The worship of Kheer Bhawani is universal among the Hindus of Kashmir. The temple is situated at a distance of 14 miles east of Srinagar near the village of Tul Mul. The term kheer refers to rice pudding that is offered in the spring to propitiate the Goddess, which became part of the name of the temple. \",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":33.778175,\"Long\":76.5761714,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1511939015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"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\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222897\",\"Title\":\"Day 1: Arrival in Srinagar, city tour \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>On your arrival at the Srinagar International Airport, you will be taken for a 35 minutes drive through the heart of New Srinagar city, passing the Abdullah bridge which connects the banks of the Jhelum river. Proceed for an hour of Shikara ride in the lake. After some rest, a day of local sightseeing that includes a visit to the famous Mughal gardens of Nishat and Shalimar. Dinner and overnight stay in hotel \\/ houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492629,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":1579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222900\",\"Title\":\" Sonmarg day trip \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, drive to Sonmarg (90 kms\\/3 hrs) enroute Kheer Bhawani Darshan. On arrival at Sonmarg, visit Thajjwas glacier (own cost) . Return back to Srinagar. Overnight stay in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492629,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":878,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222903\",\"Title\":\"Gulmarg day trip \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After Breakfast, drive to Gulmarg (55 kms\\/2 hrs). You can do Khilanmarg sightseeing here by gondola ride at your own cost, return back to Srinagar. Dinner and overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492629,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492630,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"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\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222906\",\"Title\":\"Drop at Airport\\/Railway Station \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, check out from the hotel and we will assist you with transfers to airport with memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"31334\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10010.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10010,\"priceDoubleOcc\":\"10010.00\",\"priceSingleOcc\":20020,\"priceExtraBed\":\"7810.00\",\"priceWithoutBed\":\"5610.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31335\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13750,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6160.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31336\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22990.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22990,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"15290.00\",\"priceWithoutBed\":\"9790.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.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\":\"31334\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9555.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9555,\"priceDoubleOcc\":\"9555.00\",\"priceSingleOcc\":19110,\"priceExtraBed\":\"7455.00\",\"priceWithoutBed\":\"5355.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31335\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13125.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13125,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"5880.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31336\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21945.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21945,\"priceDoubleOcc\":\"21945.00\",\"priceSingleOcc\":43890,\"priceExtraBed\":\"14595.00\",\"priceWithoutBed\":\"9345.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21945.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222897\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222897],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222900\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222900],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222903\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222903],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222906\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222906],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Srinagar','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Sonmarg',NULL,'25897',9555,22990,3,NULL,NULL,NULL,2,'',0,'2022-01-13 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-13 00:00:00','2022-01-13 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'3n4d-srinagar-sonmarg-gulmarg',NULL,NULL,NULL,0),(283,31125,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31125,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/dubai_summer_package_1641553408.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Dubai is famous for sightseeing attractions such as&amp;nbsp;the Burj Khalifa&amp;nbsp;(the world&amp;#39;s tallest building) and shopping malls that come complete with mammoth aquariums and indoor ski slopes. But this city has many cultural highlights and things to do, as well as all the glamorous modern add-ons. From the time immemorial, Dubai offers a mixture of array of attractions to all the visitors. From the timeless tranquility of the desert to the lively bustle of the souk the land of opportunities welcome every person with arms wide open. In a very small area the Emirates holds large variety of lush green scenic beauty. In a span of a single day, the visitor can explore everything ranging from uneven mountains and overwhelming sand dunes to sandy beaches and lush green parks, from olden houses with wind towers to ultra-modern shopping malls and from sandy villages to deluxe residential districts.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Reisen Tours\",\"Name\":\"DUBAI SUMMER PACKAGE\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"1169\",\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492231,\"Name\":\"Smana Hotel Al Raffa - \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0631\\u0641\\u0627\\u0639\\u0629 - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2501165\",\"Long\":\"55.2827212\",\"Address\":\"37 \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0631\\u0641\\u0627\\u0639\\u0629 - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":492232,\"Name\":\"Jacob\'s Garden Hotel - Al Rolla Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2568872\",\"Long\":\"55.29010899999999\",\"Address\":\"316 Al Rolla Rd - Al Raffa - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"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\":1169,\"SupplierName\":\"CONNECT WORLD TOURISM  TRAVEL SERVICE\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221469\",\"Title\":\"Arrive Dubai- Creek Dhow Cruise\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon your arrival at the Dubai Airport, our tour representative will escort you to one of our listed hotels. Check-in at the hotel where you can relax in the comfort room. The rest of the afternoon is at your leisure you can spend the whole day relaxing and napping. Later in the evening you will enjoy your time in the Creek Dhow Cruise. A &#39;Dhow&#39; is a traditional wooden vessel that has been renovated into a floating restaurant that&#39;s why it is one of the most popular dinner cruises 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\":\"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\":\"221471\",\"Title\":\"Dubai \\u2013 Dubai City tour & Burj Khalifa\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>On the 2nd Day of the Dubai trip you will head for the Dubai City tour and later in the afternoon drop at Burj Khalifa.<\\/p>\\r\\n\\r\\n<p>Dubai City Tour:<\\/p>\\r\\n\\r\\n<p>Visit Dubai in a way with excellent chauffeur service, explore Palm Island, take photographs at the famous Burj Al Arab, and see Dubai Marina Skylarks. The tour drives are available to Dubai Creek Tower, Jumeirah Mosque, Atlantis the Palm, Burj Al Arab, Burj Khalifa, Dubai Mall, and Jumeirah Beach. Tour to the magical Dubai that allows you to create some beautiful memories with the love of your life.<\\/p>\\r\\n\\r\\n<p>Later proceed for a sightseeing tour to the Burj Khalifa, world&#39;s tallest tower. Get to the observation deck to enjoy the picturesque view of Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492231,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492232,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":2011,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221473\",\"Title\":\"Desert Safari with Bbq Dinner & Tanoura Show, Belly Dance\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, get ready to depart for beautiful Desert Safari Tour in the afternoon. Experience a magical evening<\\/p>\\r\\n\\r\\n<p>Desert Safari:<\\/p>\\r\\n\\r\\n<p>Dubai trip can never be completed without a Desert Safari and Burj Khalifa. Dubai desert safari surrounding in the sandy desert is an exciting and electrifying experience. The Evening Desert Safari grants a thrilling ride over the sand dune, camel ride, and sand boarding. Before stopping at the desert camp to enjoy an Arabian Feast, the Barbecue dinner buffet is served during the Belly dance, Tanoura Dance and Haridi show<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492231,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492232,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"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\":\"221475\",\"Title\":\"Dubai \\u2013 Day at Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast in the Hotel The day is at your leisure. You can spend the whole day relaxing and napping. In the evening you can move out of the hotel for shopping. The world&#39;s first rotating skyscrapers and the most amazing man-made archipelagos along with palm-shaped islands. You can enjoy shopping here with your loved ones. Overnight stay at the hotel in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492231,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492232,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"221477\",\"Title\":\" Depart Dubai\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>The delightful Dubai tour ends today. Enjoy a leisurely breakfast. Later in the afternoon check out of the day and opt for some last-minute shopping. In the evening, get assisted transfer to the airport to board your flight for home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"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\":\"31125\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19470.07\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19470,\"priceDoubleOcc\":\"19470.07\",\"priceSingleOcc\":38940.14,\"priceExtraBed\":\"19470.07\",\"priceWithoutBed\":\"19470.07\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31126\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20768.08\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":20768,\"priceDoubleOcc\":\"20768.08\",\"priceSingleOcc\":41536.16,\"priceExtraBed\":\"20768.08\",\"priceWithoutBed\":\"20768.08\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"14.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20768.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31125\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18616.12\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":18616,\"priceDoubleOcc\":\"18616.12\",\"priceSingleOcc\":37232.24,\"priceExtraBed\":\"18616.12\",\"priceWithoutBed\":\"18616.12\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18616.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31126\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19857.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19857.19\",\"priceSingleOcc\":39714.38,\"priceExtraBed\":\"19857.19\",\"priceWithoutBed\":\"19857.19\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"9.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19857.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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;5%GST &amp;amp; 5% TCS will be charge extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221469\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221469],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"221471\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221471],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"221473\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221473],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221475\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221475],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221477\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221477],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',18616,20768,4,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'United Arab Emirates','228','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'dubai-summer-package',NULL,NULL,NULL,0),(284,44167,1,35,0,0,0,'Honeymoon,Adventure,Beach,Romantic,Shopping and Nightlife,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":44167,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4913\\/package\\/images\\/thail-_1672665723\",\"BookingValidUntill\":\"2023-09-03\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Bangkok, Thailand&amp;rsquo;s capital, is a large city known for ornate shrines and vibrant street life.The boat-filled Chao Phraya River feeds its network of canals, flowing past the Rattanakosin royal district, home to the opulent Grand Palace and its sacred Wat Phra Kaew Temple.Nearby is Wat Pho Temple with an enormous reclining Buddha and, on the opposite shore, Wat Arun Temple with its steep steps and Khmer-style spire.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pattaya is a city on Thailand&amp;rsquo;s eastern Gulf coast known for its beaches.A quiet fishing village as recently as the 1960s, it&amp;rsquo;s now lined with resort hotels, high-rise condos, shopping malls, cabaret bars and 24-hour clubs.Nearby, hillside Wat Phra Yai Temple features an 18m-tall golden Buddha. The area also features several designer golf courses, some with views of Pattaya Bay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Phuket City, on Phuket Island, is the capital of Thailand&amp;rsquo;s Phuket Province. In the Old Town, Thalang Road is lined with colorful 19th-century shophouses and Sino-Portuguese buildings.Built in 1903 by a wealthy tin merchant, Baan Chinpracha mansion has Italian floor tiles, shuttered windows and antique furniture. Set in a 1930s manor, the Thai Hua Museum has exhibits on Phuket&amp;rsquo;s culture and history.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4913,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4913,\"DestinationPlaces\":\"Bangkok\",\"DestinationPlacesSysId\":2266,\"SourcePlaces\":\"Phuket\",\"SourcePlaceSysId\":21319,\"AgencyName\":\"Best Tours and Forex PVT LTD\",\"Name\":\"Thailand 2023\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4671\",\"SupplierName\":\"Internal\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Breakfast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Visa\",\"PackageType\":\"Honeymoon,Adventure,Beach,Romantic,Shopping and Nightlife,Group Tours\",\"Validity\":{\"From\":\"2023-05-16\",\"To\":\"2023-09-03\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21319,\"Title\":\"Phuket\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365348,\"Name\":\"Mai House Patong Hill\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.903324\",\"Long\":\"98.313802\",\"Address\":\"5\\/5 Phrabarami Road, Patong, 20 83150 PATONG  TH, 83150\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"ocated on the hill leading to Patong, Mai House Patong Hill offers modern accommodation, an outdoor pool and free WiFi in public areas. During their stays, adult guests can enjoy use of the adult-only pool and children can play in the kid&#039;s club. Patong Beach is 2.2 km away.\\n\\nAir-conditioned rooms and suites features a flat-screen satellite TV, a seating area and a minibar. Suites also include a dining area and some rooms have a spa bath. The en suite bathroom comes with a shower, a hairdryer and free toiletries.\\n\\nLocal and international dishes can be ordered at the on-site restaurant. Other facilities and services at Mai House Patong Hill include a spa, a fitness room and a 24-hour reception. Free private parking is available.\\n\\nWithin a 10-minute drive to Patong&#039;s centre, guests will find various restaurants. Local points of interest include the nightlife on Bangla Road and shopping op\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":21319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double\\/Twin Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":14466,\"Title\":\"Krabi\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}},{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3887,\"Title\":\"Phuket City Tour\",\"Description\":\"Witness the beauty of Phuket unveil right in front of your eyes with a guided sightseeing day tour around the city! Get to visit various viewpoints such as Kata, Nai Harn, and Promthep cape points and revel in the picturesque overlooking views of Phuket.\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phuket_City_Tour_21319_1659485765.jpg\",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null},{\"RefSSId\":2444,\"Title\":\"Phi Phi Island\",\"Description\":\"Ko Phi Phi is one of the most idyllic tropical locations in the world. Made famous in the Hollywood movie The Beach, this picturesque island is a destination for travelers looking to relax, unwind and soak up some serious sun. This Phuket to Phi Phi Islands by express ferry tour with lunch included is the perfect way to experience the beauty of Ko Phi Phi worry free!\",\"CurrencyType\":0,\"CityId\":21319,\"CityName\":\"Phuket\",\"Lat\":7.740738,\"Long\":98.77841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21319\\/sightseeing\\/Phi_Phi_Island_21319_1519391829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4671,\"SupplierName\":\"Internal\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"318311\",\"Title\":\"Arrival &ndash; Phuket and Phuket city Tour\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon arrival at Phuket Airport, clear immigration and proceed towards and collect your baggage and head to the arrival gate.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meet and greet by our representative and enroute Phuket city Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You enjoy and admire Phuket&amp;rsquo;s natural beauty and culture. You will visit&amp;nbsp; Wat Chalong temple. Visit other attractive places and enjoy there.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the city tour, check in into the hotel. The evening time is Leisure. &amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;There you can take a rest or you can plan a visit to the nearest market, Shopping Purpose.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner at an Indian restaurant\\/ hotel. Overnight stay at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3887,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318312\",\"Title\":\"Full Day Enjoy the Phi-Phi Island Tour\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;Morning after breakfast, we proceeded for a full day after our excursion to Phi-Phi Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can enjoy at Phi Phi Islands snorkeling and sightseeing. Take a glimpse of the famous Maya Bay at Phi Phi Leh and go for a swim in the Pileh Lagoon.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;See the monkeys at Monkey Beach and pass by Viking Cave. Then hike up to the Phi Phi Don View Point and enjoy the incredible views.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore the underwater world. Snorkeling and relaxing at Bamboo Island and it&amp;#39;s a beautiful beach. You also enjoy lunch there.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Afterwards, proceed to dinner at an Indian restaurant and stay overnight at the Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: Breakfast, Lunch, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"318313\",\"Title\":\"Free day  \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy the morning breakfast and take a rest or you can enjoy at nearest shopping area, food, and other activities.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dinner at an Indian restaurant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight Stay at a Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meals: - Breakfast, Dinner&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365348,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double\\/Twin 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\":\"318314\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21319,\"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\":\"318315\",\"Title\":\"Arrival &ndash; Krabi \",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318316\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318317\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14466,\"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\":\"318318\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318319\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318320\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"318321\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"318322\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"318323\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44167\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"95238.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":95238,\"priceDoubleOcc\":\"95238.00\",\"priceSingleOcc\":142857,\"priceExtraBed\":\"85714.00\",\"priceWithoutBed\":\"76190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95238,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":76190,\"CEB\":85714,\"COSTDO\":95238,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":95238,\"COSTTO\":95238}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44167\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"99999.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-05-23\",\"To\":\"2023-05-23\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9},{\"From\":\"2023-09-03\",\"To\":\"2023-09-03\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"99999.90\",\"priceSingleOcc\":149999.84999999998,\"priceExtraBed\":\"89999.70\",\"priceWithoutBed\":\"79999.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99999.9,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":79999.5,\"CEB\":89999.7,\"COSTDO\":99999.9,\"COSTSO\":\"47619.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":99999.9,\"COSTTO\":99999.9}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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\\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;TCS @5% on total package cost&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;\\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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"12865\",\"Value\":\"50\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"12866\",\"Value\":\"75\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"12867\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"318311\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[318311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318312\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[318312],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318313\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[318313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318314\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318315\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[318315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318316\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[318316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318317\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318318\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[318318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318319\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[318319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318320\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[318320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318321\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[318321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318322\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[318322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"318323\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[318323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":{\"296\":{\"CityName\":\"Ahmedabad\",\"FlightInv\":{\"1\":{\"352\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"353\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230513\":{\"FromDate\":\"2023-05-13\",\"FromDateDMY\":\"13\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230523\":{\"FromDate\":\"2023-05-23\",\"FromDateDMY\":\"23\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230405\":{\"FromDate\":\"2023-04-05\",\"FromDateDMY\":\"05\\/04\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}},\"21319\":{\"CityName\":\"Phuket\",\"FlightInv\":{\"1\":{\"354\":{\"FlightType\":1,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}},\"2\":{\"355\":{\"FlightType\":2,\"AirlineName\":\"\",\"AirlineCode\":\"\",\"DepartureAirportCode\":\"\",\"DepartureAirportName\":\"\",\"DepartureTime\":\"05:30:00\",\"FromTerminal\":\"\",\"ArrivalAirportCode\":\"\",\"ArrivalAirportName\":\"\",\"ArrivalTime\":\"05:30:00\",\"ToTerminal\":\"\",\"EstimateHours\":\"\"}}},\"FromDate\":{\"20230513\":{\"FromDate\":\"2023-05-13\",\"FromDateDMY\":\"13\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230903\":{\"FromDate\":\"2023-09-03\",\"FromDateDMY\":\"03\\/09\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230523\":{\"FromDate\":\"2023-05-23\",\"FromDateDMY\":\"23\\/05\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"},\"20230405\":{\"FromDate\":\"2023-04-05\",\"FromDateDMY\":\"05\\/04\\/2023\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}},\"bookingvalidityDay\":0,\"eventarray\":[]}}','Phuket,Krabi,Bangkok,Pattaya','Phuket,South East Asia,Thailand,Krabi,Pattaya,Bangkok',NULL,'21319,14466,2266,20925',95238,100000,9,NULL,NULL,NULL,1,'',0,'2023-05-16 00:00:00','2023-09-03 00:00:00','2023-09-03 00:00:00',3,'Thailand','215','2023-05-16 00:00:00','2023-05-16 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'thailand-2023',NULL,NULL,NULL,0),(285,44280,1,35,0,0,0,'Adventure,Wildlife,Family',NULL,1,1,0,'{\"package\":{\"TPId\":44280,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/6135\\/package\\/images\\/wild-life_1669009107\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bhopal\",\"DestinationPlacesSysId\":3139,\"SourcePlaces\":\"Pench\",\"SourcePlaceSysId\":21077,\"AgencyName\":\"Connect India\",\"Name\":\"Wild Life\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7439\",\"SupplierName\":\"Travel India Tourism Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Sightseeing,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family\",\"Validity\":{\"From\":\"2023-05-27\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":21077,\"Title\":\"Pench\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527170,\"Name\":\"MPT Kipling\'s Court\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"21.7326963\",\"Long\":\"79.34673099999999\",\"Address\":\"Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527171,\"Name\":\"Hotel Rishi Regency\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.7770724\",\"Long\":\"80.34484669999999\",\"Address\":\"National Highway 44, Jabalpur Rd, Maharana Pratap Ward, Katni, Madhya Pradesh 483501, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527172,\"Name\":\"Village Machaan Resort\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"21.7238675\",\"Long\":\"79.35279419999999\",\"Address\":\"Awarghani -Turia Road, Awarghani, Kohka, Madhya Pradesh 480881, India\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527173,\"Name\":\"Pench Jungle Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":21077,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":3139,\"Title\":\"Bhopal\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493149,\"Name\":\"Hotel Tulsi Casa\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.2267108\",\"Long\":\"77.4371912\",\"Address\":\"236, Zone-II, Near Arya Bhavan, Zone-II, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527152,\"Name\":\"Hotel Atishay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.234447\",\"Long\":\"77.43563499999999\",\"Address\":\"Nr Manohar Dairy, R-55, Chetak Bridge, Zone-I, Maharana Pratap Nagar, Bhopal, Madhya Pradesh 462011, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527190,\"Name\":\"Sayaji Hotels Ltd.\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.7161122\",\"Long\":\"75.8639482\",\"Address\":\"54, Bhopal - Indore Rd, Siyaganj, Indore, Madhya Pradesh 452010, India\"},\"Images\":[],\"CityId\":3139,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":36727,\"Title\":\"Pachmarhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527187,\"Name\":\"MPT Highland pachmarhi\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527188,\"Name\":\"MPT Champak Bungalow\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4585202\",\"Long\":\"78.41696089999999\",\"Address\":\"Near Pachmarhi Jheel, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527189,\"Name\":\"The Summer House\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4748522\",\"Long\":\"78.4267775\",\"Address\":\"The Summer House, Civil Lines, Pachmarhi, Madhya Pradesh 461881, India\"},\"Images\":[],\"CityId\":36727,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"A\\/c Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12971,\"Title\":\"Jabalpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":527176,\"Name\":\"Rishi Regency Jabalpur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527177,\"Name\":\"MPT Kalchuri Huts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":527178,\"Name\":\"Narmada Jacksons\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.4080078\",\"Long\":\"80.31914929999999\",\"Address\":\"112 A, Rajiv Vihar, Naubasta, Kanpur, Uttar Pradesh 208021, India\"},\"Images\":[],\"CityId\":12971,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Executive\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23259,\"Title\":\"Pench National Park\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Pench National Park&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Pench National Park is located in the heart of India- Madhya Pradesh and covers a total area of 758 sq.km. It is located on the southern part of Madhya Pradesh, to be specific, in the districts of Seoni and Chhindwara, which also shares a boundary with Maharashtra. An additional area of 257 sq.km of this park lies in Maharashtra but is also accessible from Madhya Pradesh. A treasure of rich flora and fauna, this national park has its area segregated in two divisions- a) Priyadarshini National Park and Mowgli Pench Sanctuary which covers an area of 299 sq.km and b) 464 sq.km which is considered as the buffer area. The national park is named after the river- Pench, which while flowing from north to south, divides the national park in almost equal halves namely eastern and western halves. The park is just not home to wildlife but also to humans. There are 10 villages in and around the park out of which one is inside the park named Fulzari and other nine on the periphery.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pench is primarily known for the Royal Bengal tiger. As per the latest Tiger Census, there are approximately 40 tigers in the park. It is also home to 39 species of mammals, 13 species of reptiles, and 3 species of amphibians. You will spot a number of chital, sambar, nilgai, wild pig, gaur and jackals here.&lt;\\/p&gt;&lt;p&gt;Not always a national park, Pench was declared as a sanctuary in 1965 but in 1975, it rose to the status of a National Park. And since it is home to a huge amount of tigers, it was established as a tiger reserve in 1992 and now is working under Project Tiger. Also the beauty of this place has been mentioned in the classic &acirc;&euro;&oelig; The Jungle Book&acirc;&euro;\\u009d by the great Rudyard Kipling.&lt;\\/p&gt;&lt;p&gt;Though Pench National Park looks very similar to the classic tale, it actually is more than that. The national park is home to flora species like Mahua, White Kulu, Salai, Saja, Bijiyasal, Dhaora, Amaltas and many other. Apart from trees, the park is filled with grasslands, plants and saplings.&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;The timings are from 6 AM to 11 AM in the mornings, and then from 3 PM to 6 PM.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21077\\/sightseeing\\/6135_1643106127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35399,\"Title\":\"Jungle safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35400,\"Title\":\"Night Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35401,\"Title\":\"Trekking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35402,\"Title\":\"Wild Life\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35403,\"Title\":\"Jungle Safari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35404,\"Title\":\"Travel Dance\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35405,\"Title\":\"Nature Walk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":21077,\"CityName\":\"Pench\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23099,\"Title\":\"Pisanhari ki Madiya\",\"Description\":\"&lt;p&gt;Pisanhari ki Marhia is a Jain temple built in the 15th century and located in the city of Jabalpur in Madhya Pradesh, India. The temple is named after its creator, a local woman who, according to legend, paid for the construction of the temple with the money she saved from milling flour.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12971\\/sightseeing\\/6135_1642759925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":115,\"Title\":\"Balancing Rocks\",\"Description\":\"A balancing rock, also called balanced rock or precarious boulder, is a naturally occurring geological formation featuring a large rock or boulder, sometimes of substantial size, resting on other rocks, bedrock, or on glacial till. Some formations known by this name only appear to be balancing, but are in fact firmly connected to a base rock by a pedestal or stem.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.1485573,\"Long\":79.9094751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6230\\/thumb\\/Balancing Rocks_463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35406,\"Title\":\"Dhuandhar  Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35407,\"Title\":\"Bhedaghat\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":315,\"Title\":\"Chausath Yogini Temple\",\"Description\":\"Chausath Yogini Temple is one of the oldest heritage sites in India. It was built in the 10th Century AD by the Kalachuri kingdom and has a distinct resemblance to the temples of Khajuraho in structure. The temple is the abode of Goddess Durga along with 64 yoginis.\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":23.0925329,\"Long\":80.0063285,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1379\\/thumb\\/Chausath Yogini Temple_631.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35408,\"Title\":\"Panchwati Nauka Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12971,\"CityName\":\"Jabalpur\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23072,\"Title\":\"Jatashankar\",\"Description\":\"&lt;p&gt;This natural cave is a Hindu shrine located in the northern part of Pachmarhi. Jatashankar lies in a deep ravine, with large boulders perched just above it. This cave is famed for featuring stalagmites, which are revered as naturally formed lingams. Jatashankar caves are incredibly popular among both tourists and pilgrims and are covered by many Pachmarhi sightseeing packages. There are two beautiful spring-fed ponds near these caves as well.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642678834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23078,\"Title\":\"Handi Kho\",\"Description\":\"&lt;p&gt;A mile long trek from Bee-Fall takes one to Handi Khoh, a horse shoe shaped ravine, the edge of which drops a sheer 100m into the earth. The valley is rich in medicinal plants.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749667.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23077,\"Title\":\"Priyadarshni Point\",\"Description\":\"&lt;p&gt;This vantage viewing point marks the place from where Pachmarhi was discovered by Captain Forsyth in 1857. The British developed Pachmarhi as a resort and their influence is embodied in its churches and colonial architecture.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/6135_1642749110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16661,\"Title\":\"Mahadev dhupgarh satpura\",\"Description\":\"Mount Dhupgarh or Dhoopgarh is the highest point in the Mahadeo Hills, Madhya Pradesh, India. Located in Pachmarhi, it has an elevation of 1,352 metres.The top of the hill is a popular area to watch sunsets. Pachmarhi Hill station is located close to the peak.\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Mahadev_dhupgarh_satpura_36727_1592202350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23073,\"Title\":\"Gupt Mahadev Temple\",\"Description\":\"&lt;p&gt;This is a 40 feet long cave that features a Shiva lingam. The entrance to the Gupt Mahadev Temple is an extremely narrow path, which can be passed by eight people at a time. This path leads to the &acirc;&euro;&tilde;Bade Mahadev&acirc;&euro;&trade; that is featured here. At the entrance of the cave, you can also find an enshrined idol of Lord Hanuman. This auspicious temple is regarded as being an important element of any Pachmarhi tour itinerary.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35409,\"Title\":\"Amba Mai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23070,\"Title\":\"Pandav Gufa\",\"Description\":\"&lt;p&gt;There are five distinct rock-cut temples in Pachmarhi that are popularly known as Pandav Gufas or caves. According to certain mythological tales, it is believed that the Pandavas took shelter in these caves during their exile, and hence are popular tourist sites. Archaeological evidence, on the other hand, claims that these caves were constructed by Buddhist monks sometime during the 1st century BC. Regardless of their origin, the caves are a must-visit destination for all visitors on Pachmarhi tours.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35410,\"Title\":\"Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35411,\"Title\":\"Apsara Vihar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35412,\"Title\":\"Silvar Fall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35413,\"Title\":\"Panchali Kund\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16660,\"Title\":\"Bee Fall\",\"Description\":\"Bee falls is a waterfall in Panchmarhi hills and is frequented by visitors who travels in Panchmarhi. The water fall is surrounded by dense forest and with beautiful and awe-striking scenario which beautify the sight even more\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36727\\/sightseeing\\/Bee_Fall_36727_1592201799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35414,\"Title\":\"Reechgarh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35415,\"Title\":\"Rajendra Giri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36727,\"CityName\":\"Pachmarhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23060,\"Title\":\"Bhimbetka\",\"Description\":\"&lt;p&gt;Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. The Bhimbetka Rock Shelter has the oldest-known rock art in India, as well as is one of the largest prehistoric complexes to be seen. \\r\\n&lt;\\/p&gt;&lt;p&gt;An archaeological treasure, Bhimbetka has around 243 rock shelters and have earned the honour of UNESCO World Heritage Site. The paintings found in the rock shelters here have a striking resemblance to the ones discovered in Kakadu National Park in Australia to the cave paintings of Bushmen in Kalahari Desert and Upper Paleolithic Lascaux cave paintings in France.\\r\\n&lt;\\/p&gt;&lt;p&gt;A walkthrough these ancient naturally carved rocks surrounded by dense forests of Bhimbetka will bring alive child-like wonder in you.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642672017.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23056,\"Title\":\"Upper Lake\",\"Description\":\"&lt;p&gt;The Upper Lake is famously known as &acirc;&euro;&tilde;Bada Talab&acirc;&euro;&trade; and is also one of the best places to visit in Bhopal for couples. From enjoying the serenity of the place to clicking some gorgeous pictures, one can also take out some time for the boating activity that travellers love to do here. The upper lake was made in the 11th Century and since then it is the largest manmade lake in the entire country.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642669465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":35364,\"Title\":\"Lower Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23050,\"Title\":\"Indira Gandhi Rashtriya Manav Sangrahalaya\",\"Description\":\"&lt;p&gt;The Indira Gandhi Rashtriya Manav Sangrahalaya is spearheading an interactive Museum Movement in India, to celebrate the simultaneous validity of various valuable cultural patterns evolved over thousands of years. The Organization is working for national integration, and promotes research and training and inter-institutional networking for salvage and revitalization of vanishing but valuable cultural traditions and highlights the unity and diversity and organizes exhibitions to present an integrated story of biological evolutions and variations. The IGRMS, through its exhibitions and salvage activities, demonstrates the aesthetic qualities of India&#039;s traditional life styles local knowledge and mores, and caution the people against unprecedented destruction of ecology, environment, local values, customs, etc. In IGRMS they have categorized their collection in 17 functional categories of Agriculture, Animal Husbandry, Art and Craft, Basketry, Fishing, Games &amp; Amusement, Household, Hunting, Musical, Narcotics, Ornament, Ritual, Spinning &amp; Weaving, Textile, Travel &amp; Transport, Tools and Weapons.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642662298.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23051,\"Title\":\"Madhya Pradesh Tribal Museum\",\"Description\":\"&lt;p&gt;Established in 2013, the museum was inaugurated by former President Pranab Mukherjee and designed by Revathi Kamath. The Tribal Museum in Bhopal was created with the hard work and labors of numerous tribal artists, reaching there in shifts from each corner of the state. Made out of conventional materials such as mud, jute, clay, wood, iron, leaves, hemp, straw along with glass, acrylic, and canvas, the museum is a must-visit in Bhopal. The Tribal Museum is not like any usual museum where dead objects are stored and exhibits are showcased with some contextual information. Rather, it is an ode to the state&acirc;&euro;&trade;s tribal art and culture, celebrating the life lived by the seven indigenous tribes of Madhya Pradesh, including the Gond, Sahariya, Bhariya, Kol, Baiga, Korku, and Bhil. So, the theme of the museum is about tribal life and facts of local aesthetics and traditions. The purpose of the Tribal Museum Bhopal is to raise awareness about tribal culture and life among the general public.&lt;\\/p&gt;&lt;p&gt;One of the most interesting places in your Bhopal sightseeing tour, the museum has a small boutique shop of artefacts, an auditorium, and a restaurant. The plays, poetry, musical performances, and cultural shows, organized at the museum&acirc;&euro;&trade;s amphitheater provide people with an actual inside look at tribal life and culture. Apart from this, you can shop for souvenirs, tribal jewellery, regional books, and other artefacts from the museum shop.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3139,\"CityName\":\"Bhopal\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3139\\/sightseeing\\/6135_1642664003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"319189\",\"Title\":\"Arrival at Nagpur. Transfer to Pench. (80 KMs \\/\\/ 1.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;On arrival at Nagpur, meet and greet with representatives. Transfer to Pench. Pench Tiger Reserve comprises the Indira Priyadarshini Pench National Park and the Pench Mowgli Sanctuary. It is named after the Pench river that flows through it.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rudyard Kipling&amp;#39;s Mowgli&amp;#39;s adventure and his battle with the furious Sher Khan is based on this very landscape in Madhya Pradesh. The places described in the &amp;#39;The Jungle Book&amp;#39; are the locations marked at Alikatta village and the Seeonee hills. This is the reason, Pench Tiger Reserve is also popularly known as &amp;#39;Land of The Jungle Book&amp;#39;. It is also interesting to know that the one best wildlife series on tigers so far, &amp;#39;Tiger : Spy in the Jungle&amp;#39; is also filmed in Pench National Park. The series was shot with the use of `trunk cams&amp;#39; ; the cameras held by elephants&amp;#39; trunks, to follow four newborn tiger cubs all the way to adulthood. A magnificent expanse in Madhya Pradesh, Pench Tiger Reserve, though is a tiger territory but it is also shelters dense population chetal, followed by leopard, sambhar, gaur (Indian bison), chousingha, chinkara, barking deer, small Indian civet, and porcupine and migratory birds such as Malabar pied hornbill, Indian pitta and osprey . The major attractions of the Pench Tiger Reserves are jungle walk, jungle safari, night safari, trekking, wildlife viewing from machaan and village tour Check into the hotel, Evening free for leisure. Overnight stay at Pench.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23259,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35399,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35401,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35402,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319192\",\"Title\":\"Pench\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;At Morning 6 AM, Move to Jungle Safari by Open Gypsy at Pench National Park. Take Breakfast (Packaged by Resort) during Jungle Safari. Back to Hotel, Take Lunch and Relax at Hotel. In the Evening, You can enjoy &amp;ldquo;Travel Dance&amp;rdquo; or &amp;ldquo;Nature Walk&amp;rdquo; on your own. Night Stay at Pench National Park Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527171,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":527172,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527173,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35404,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319195\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21077,\"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\":\"319198\",\"Title\":\"Pench- Jabalpur (231 KMs \\/\\/ 4.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;This morning post breakfast check out from the hotel, transfer to Jabalpur. Pleasure resort and capital of the Gond kings during the 12th century, Jabalpur was later the seat of the Kalchuri dynasty. The Marathas held sway over Jabalpur until 1817, when the British wrested it from them and left their impression on the spacious cantonment with its colonial residences and barracks. Today Jabalpur is an important administrative center, abustle with commercial activity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check into the hotel, freshen up later embark your sightseeing of Jabalpur, visit- balancing Rock, Pisanhari Ki Madiya, Dhuandhar Fall, Bhedaghat, Chausath Yogini Temple, and Panchwati Nauka Vihar and overnight stay at Jabalpur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527176,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527177,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527178,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23099,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":115,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35406,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35407,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":315,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319201\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12971,\"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\":\"319204\",\"Title\":\" Jabalpur- Pachmarhi (296KMs \\/\\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Post breakfast checkout from hotel and transfer to Pachmarhi. Pachmarhi, is Madhya Pradesh&amp;#39;s most verdant gem. A lovely hill resort girdled by the Satpura ranges, it offers absolute tranquility. Bridle paths lead into placid forest groves of wild bamboo and jamun, dense sal forests and delicate bamboo thickets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Check into the pre booked hotel later visit after check-in and freshen up later move to visit sightseeing Jata Shankar, Handi Kho, Priyadarshini, Mahadev, Gupt Mahadev, Amba Mai, come back to hotel .night stay at Pachmarhi.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23072,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23078,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23077,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35409,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319207\",\"Title\":\"Pachmarhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After Breakfast, Visit Sightseeings of Pachmarhi &amp;ndash; Pandav Gufa, Museum, Apsara Vihar, Silver Fall, Panchali Kund, Bee Fall, Reechgarh, and Rajendra Giri. ( for this tour gypse need to be booked from local taxi union)Night Stay at Pachmarhi Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":527187,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527188,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527189,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"A\\/c Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23070,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35410,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35415,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319210\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36727,\"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\":\"319213\",\"Title\":\"Pachmarhi- Bhopal (210 KMs \\/\\/ 4.5 HRs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Check out from the hotel and transfer to Bhopal, Enroute to Bhopal visit Bhimbetka. The Vindhya mountain range is covered by huge rocks, and recent discoveries here of over 600 rock shelters (the largest group in the world) have revealed paintings that date back to the early Stone Age. Cave paintings dating back to approximately 30,000 years. Rock shelters that were home to humans, millennia ago. And a rich flora and fauna surrounding these, indeed, make Bhimbetka a gift to us from our earliest ancestors. On arrival at Bhopal, Check into the hotel. Later start sightseeing Visit Upper Lake, Lower Lake, and Indira Gandhi Rasthtriya Manav Sangrahalya, Tribal Museum at Bhopal and night stay at Bhopal.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493149,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":527152,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":527190,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"AC Executive\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23056,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35364,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23050,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23051,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"319216\",\"Title\":\"Bhopal- Departure\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"&lt;p&gt;After Breakfast Checkout from Hotel. and remaining sightseeing of Bhopal and drop to Bhopal Railway Station for your onward journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3139,\"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\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27384.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24323,\"priceDoubleOcc\":\"27384.00\",\"priceSingleOcc\":72888,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27384,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":27384,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27103,\"priceDoubleOcc\":\"31554.00\",\"priceSingleOcc\":77058,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":31554,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27103,\"priceDoubleOcc\":\"31554.00\",\"priceSingleOcc\":77058,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31554,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":31554,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":26123,\"priceDoubleOcc\":\"30084.00\",\"priceSingleOcc\":75588,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30084,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":30084,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29803,\"priceDoubleOcc\":\"35604.00\",\"priceSingleOcc\":81108,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35604,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":35604,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36403,\"priceDoubleOcc\":\"45504.00\",\"priceSingleOcc\":91008,\"priceExtraBed\":\"13651.20\",\"priceWithoutBed\":\"13651.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45504,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13651.2,\"CEB\":13651.2,\"COSTDO\":45504,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18201.6,\"COSTTO\":18201.6}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34044.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29651,\"priceDoubleOcc\":\"34044.00\",\"priceSingleOcc\":59709.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":34044,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":34044,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":30763,\"priceDoubleOcc\":\"35712.00\",\"priceSingleOcc\":61377.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35712,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":35712,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32431,\"priceDoubleOcc\":\"38214.00\",\"priceSingleOcc\":63879.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38214,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":38214,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":31451,\"priceDoubleOcc\":\"36744.00\",\"priceSingleOcc\":62409.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36744,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":36744,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35131,\"priceDoubleOcc\":\"42264.00\",\"priceSingleOcc\":67929.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42264,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":42264,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":41731,\"priceDoubleOcc\":\"52164.00\",\"priceSingleOcc\":77829.6,\"priceExtraBed\":\"15652.80\",\"priceWithoutBed\":\"15652.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":52164,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15652.8,\"CEB\":15652.8,\"COSTDO\":52164,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20865.6,\"COSTTO\":20865.6}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40884.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":35123,\"priceDoubleOcc\":\"40884.00\",\"priceSingleOcc\":89988,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40884,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":40884,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36235,\"priceDoubleOcc\":\"42552.00\",\"priceSingleOcc\":91656,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":42552,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":42552,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":37903,\"priceDoubleOcc\":\"45054.00\",\"priceSingleOcc\":94158,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45054,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":45054,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":36923,\"priceDoubleOcc\":\"43584.00\",\"priceSingleOcc\":92688,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":43584,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":43584,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":40603,\"priceDoubleOcc\":\"49104.00\",\"priceSingleOcc\":98208,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":49104,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":49104,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":47203,\"priceDoubleOcc\":\"59004.00\",\"priceSingleOcc\":108108,\"priceExtraBed\":\"17701.20\",\"priceWithoutBed\":\"17701.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":20,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59004,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17701.2,\"CEB\":17701.2,\"COSTDO\":59004,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23601.6,\"COSTTO\":23601.6}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"44280\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25102.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":22296,\"priceDoubleOcc\":\"25102.00\",\"priceSingleOcc\":66814,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25102,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":25102,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24845,\"priceDoubleOcc\":\"28924.50\",\"priceSingleOcc\":70636.5,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":28924.5,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":24845,\"priceDoubleOcc\":\"28924.50\",\"priceSingleOcc\":70636.5,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":28924.5,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":23946,\"priceDoubleOcc\":\"27577.00\",\"priceSingleOcc\":69289,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27577,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":27577,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27320,\"priceDoubleOcc\":\"32637.00\",\"priceSingleOcc\":74349,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32637,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":32637,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33370,\"priceDoubleOcc\":\"41712.00\",\"priceSingleOcc\":83424,\"priceExtraBed\":\"12513.60\",\"priceWithoutBed\":\"12513.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41712,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12513.6,\"CEB\":12513.6,\"COSTDO\":41712,\"COSTSO\":\"37920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16684.8,\"COSTTO\":16684.8}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44281\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31207.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":27180,\"priceDoubleOcc\":\"31207.00\",\"priceSingleOcc\":54733.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":31207,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":31207,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28200,\"priceDoubleOcc\":\"32736.00\",\"priceSingleOcc\":56262.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":32736,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":32736,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":29729,\"priceDoubleOcc\":\"35029.50\",\"priceSingleOcc\":58556.3,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35029.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":35029.5,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":28830,\"priceDoubleOcc\":\"33682.00\",\"priceSingleOcc\":57208.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33682,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":33682,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32204,\"priceDoubleOcc\":\"38742.00\",\"priceSingleOcc\":62268.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":38742,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":38742,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":38254,\"priceDoubleOcc\":\"47817.00\",\"priceSingleOcc\":71343.8,\"priceExtraBed\":\"14348.40\",\"priceWithoutBed\":\"14348.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47817,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14348.4,\"CEB\":14348.4,\"COSTDO\":47817,\"COSTSO\":\"21388.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19126.8,\"COSTTO\":19126.8}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"44282\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37477.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":32196,\"priceDoubleOcc\":\"37477.00\",\"priceSingleOcc\":82489,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37477,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":37477,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33216,\"priceDoubleOcc\":\"39006.00\",\"priceSingleOcc\":84018,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39006,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":39006,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":34745,\"priceDoubleOcc\":\"41299.50\",\"priceSingleOcc\":86311.5,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41299.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":41299.5,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":33846,\"priceDoubleOcc\":\"39952.00\",\"priceSingleOcc\":84964,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":39952,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":39952,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":37220,\"priceDoubleOcc\":\"45012.00\",\"priceSingleOcc\":90024,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":45012,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":45012,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8},{\"From\":\"2023-05-16\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":43270,\"priceDoubleOcc\":\"54087.00\",\"priceSingleOcc\":99099,\"priceExtraBed\":\"16226.10\",\"priceWithoutBed\":\"16226.10\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":54087,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16226.1,\"CEB\":16226.1,\"COSTDO\":54087,\"COSTSO\":\"40920.00\",\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21634.8,\"COSTTO\":21634.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"319189\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[319189],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319192\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[319192],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319195\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319195],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319198\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[319198],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319201\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319201],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319204\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[319204],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319207\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[319207],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319210\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319210],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"319213\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[319213],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"319216\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[319216],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Pench,Bhopal,Pachmarhi,Jabalpur','Pench,Indian Subcontinent,India,Jabalpur,Madhya Pradesh,Central India,Pachmarhi,Bhopal',NULL,'21077,3139,36727,12971',25102,59004,6,NULL,NULL,NULL,2,'',0,'2023-05-27 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-05-27 00:00:00','2023-05-27 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'wild-life',NULL,NULL,NULL,0),(286,44759,1,35,1,0,0,'Honeymoon,Adventure,Family,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":44759,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/mystical-nepal-tour_1669789860\",\"BookingValidUntill\":\"2023-08-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Tourism&amp;nbsp;is the largest industry in&amp;nbsp;Nepal&amp;nbsp;and its largest source of&amp;nbsp;foreign exchange&amp;nbsp;and revenue. Possessing eight of the ten highest mountains in the world, Nepal is a hot spot destination for mountaineers, rock climbers and people seeking adventure. The&amp;nbsp;Hindu&amp;nbsp;and&amp;nbsp;Buddhist&amp;nbsp;heritage of Nepal and its cool weather are also strong attractions&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kathmandu\",\"DestinationPlacesSysId\":13672,\"SourcePlaces\":\"Kathmandu\",\"SourcePlaceSysId\":13672,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mystical Nepal Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"12631\",\"SupplierName\":\"Fish Tail Tours &amp; Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station\",\"Validity\":{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13672,\"Title\":\"Kathmandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422413,\"Name\":\"Hotel Tibet International\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.7202895104343\",\"Long\":\"85.3594914078712\",\"Address\":\"Boudha, Tusal, Boudhha, \"},\"Images\":[],\"CityId\":13672,\"Brief\":\"The atmosphere of the hotel is friendly and the staff are very helpful. They also boast a roof terrace This lovely little property is full of character and located just a 15 minute walk from the Thamel are, the tourist heart of Kathmandu\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/14\\/5d0eb33637ff35c57eeafecca934d293-1269401.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":110618,\"Name\":\"Hyatt Regency Kathmandu\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.722217481098\",\"Long\":\"85.356538295746\",\"Address\":\"P.O. Box 9609 Taragaon\"},\"Images\":{\"Image\":[{\"ImagId\":2420050,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/31\\/993\\/170\\/HY28971_Exterior_1_C.jpg\"}]},\"CityId\":13672,\"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 Hyatt Regency Kathmandu in Kathmandu (Boudha), you&amp;apos;ll be convenient to Boudhanath and Pashupatinath Temple.  This 5-star resort is within close proximity of Chabahil and Guhyeshwari Temple.&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 280 air-conditioned rooms featuring minibars and LED televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and rainfall showerheads.&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 body treatments and facials. You can take advantage of recreational amenities such as outdoor tennis courts, a health club, and an outdoor pool. This resort also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). If you&amp;apos;d like to spend the day shopping, you can hop on the complimentary shuttle.&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 one of the resort&amp;apos;s dining establishments, which include 2 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Mingle with other guests at a complimentary reception, held daily. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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 high-speed (wired) Internet access, a 24-hour business center, and limo\\/town car service. Planning an event in Kathmandu? This resort has 17001 square feet (1580 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 self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/31\\/993\\/170\\/HY28971_Exterior_1_C.jpg\",\"AccoAminitiesMask\":\"110110110000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe (DBL\\/TWN)\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}},{\"CityId\":13211,\"Title\":\"Jomsom\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":528165,\"Name\":\"Hotel Majesty\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.7826064\",\"Long\":\"83.7239189\",\"Address\":\"QPMF+2HV, Beni Jomsom Sadak, Jomsom 33100, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":528164,\"Name\":\"Hotel Majesty\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.7826064\",\"Long\":\"83.7239189\",\"Address\":\"QPMF+2HV, Beni Jomsom Sadak, Jomsom 33100, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":528166,\"Name\":\"Hotel Oms Home\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"28.7315573\",\"Long\":\"83.67543220000002\",\"Address\":\"Beni Jomsom Sadak, Tukuche 20587, Nepal\"},\"Images\":[],\"CityId\":13211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}},{\"CityId\":21687,\"Title\":\"Pokhara\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":160338,\"Name\":\"Barahi\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.208106\",\"Long\":\"83.958911\",\"Address\":\"Lakeside Pokhara-6\"},\"Images\":{\"Image\":[{\"ImagId\":3518301,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_5_t.jpg\"},{\"ImagId\":3518302,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_6_t.jpg\"},{\"ImagId\":3518303,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_7_t.jpg\"},{\"ImagId\":3518304,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_8_t.jpg\"},{\"ImagId\":3518305,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_10_t.jpg\"},{\"ImagId\":3518306,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_11_t.jpg\"},{\"ImagId\":3518307,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_12_t.jpg\"},{\"ImagId\":3518308,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_14_t.jpg\"},{\"ImagId\":3518309,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_15_t.jpg\"},{\"ImagId\":3518310,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_16_t.jpg\"},{\"ImagId\":3518311,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_1_t.jpg\"},{\"ImagId\":3518312,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_4_t.jpg\"},{\"ImagId\":3518313,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_29_t.jpg\"},{\"ImagId\":3518314,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_30_t.jpg\"},{\"ImagId\":3518315,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_31_t.jpg\"},{\"ImagId\":3518316,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_32_t.jpg\"},{\"ImagId\":3518317,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_33_t.jpg\"},{\"ImagId\":3518318,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_34_t.jpg\"},{\"ImagId\":3518319,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_35_t.jpg\"},{\"ImagId\":3518320,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_36_t.jpg\"},{\"ImagId\":3518321,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_37_t.jpg\"},{\"ImagId\":3518322,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_38_t.jpg\"},{\"ImagId\":3518323,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_17_t.jpg\"},{\"ImagId\":3518324,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_18_t.jpg\"},{\"ImagId\":3518325,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_19_t.jpg\"},{\"ImagId\":3518326,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_20_t.jpg\"},{\"ImagId\":3518327,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_21_t.jpg\"},{\"ImagId\":3518328,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_22_t.jpg\"},{\"ImagId\":3518329,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_23_t.jpg\"},{\"ImagId\":3518330,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_24_t.jpg\"},{\"ImagId\":3518331,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_25_t.jpg\"},{\"ImagId\":3518332,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_26_t.jpg\"},{\"ImagId\":3518333,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_27_t.jpg\"},{\"ImagId\":3518334,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_28_t.jpg\"}]},\"CityId\":21687,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Hotel Barahi in Pokhara, you&amp;apos;ll be in the mountains and convenient to Barahi Temple and World Peace Stupa.  This hotel is within close proximity of Devi&amp;apos;s Fall and Pokhara International Mountain Museum.&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 85 guestrooms. Rooms have private balconies.&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;Pamper yourself with a visit to the spa, which offers massages and facials. Additional amenities at this Art Deco hotel include babysitting\\/childcare 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;Satisfy your appetite at one of the hotel&amp;apos;s 2 restaurants. Quench your thirst with your favorite drink at a bar\\/lounge. Breakfast is available for a fee.&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. This hotel has 2 meeting rooms available for events. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3900000\\/3891900\\/3891821\\/3891821_5_t.jpg\",\"AccoAminitiesMask\":\"100101000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":160387,\"Name\":\"Fish Tail Lodge\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.200925\",\"Long\":\"83.963994\",\"Address\":\"P.O. Box 10 Lake Side\"},\"Images\":{\"Image\":[{\"ImagId\":3519531,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/434\\/garden_A.jpg\"},{\"ImagId\":3519532,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/442\\/lakeview_A.jpg\"},{\"ImagId\":3519533,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/482\\/view_A.jpg\"},{\"ImagId\":3519534,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/474\\/room_A.jpg\"},{\"ImagId\":3519535,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/490\\/diningroom_A.jpg\"},{\"ImagId\":3519536,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/418\\/Exterior_C.jpg\"},{\"ImagId\":3519537,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/450\\/map_A.jpg\"},{\"ImagId\":3519538,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/458\\/palmcourtroom_A.jpg\"},{\"ImagId\":3519539,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/466\\/pool_A.jpg\"}]},\"CityId\":21687,\"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 Fish Tail Lodge places you in the heart of Pokhara, convenient to Barahi Temple and Devi&amp;apos;s Fall.  This family-friendly hotel is within close proximity of World Peace Stupa and Pokhara International Mountain Museum.&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 60 individually decorated guestrooms, featuring refrigerators and minibars. Rooms have private balconies. 30-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and bidets.&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 body treatments and facials. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. This Colonial hotel also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), and wedding 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;Grab a bite to eat at the hotel&amp;apos;s restaurant, where you can enjoy drinks at a bar, take in a garden view, and even dine alfresco (weather permitting). You can also stay in and take advantage of room service (during limited hours). Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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, limo\\/town car service, and express check-in. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/53\\/734\\/434\\/garden_A.jpg\",\"AccoAminitiesMask\":\"111101000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2339,\"Title\":\"Boudhanath Stupa\",\"Description\":\"Boudhanath Stupa is the largest stupa in Nepal situated in the north side of  Pashupatinath Temple. \\r\\nIts the holiest Tibetan Buddhist temple outside Tibet signifying rich in Buddhist symbolism.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.721378,\"Long\":85.3619399,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/boudhanath_stupa_13672_1667470324.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2335,\"Title\":\"Pashupatinath Temple\",\"Description\":\"Pashupatinath is the largest temple complex in Nepal stretches on both sides of the Bagmati River which is considered holy by Hindus.This Temple is dedicated to Lord Shiva which is the fourth most important religious sites in Asia for devotees of Shiva.The  temple has a gilded roof four sides covered in silver and wood carvings of the finest quality. Pashupatinath is also one of the very few living cultural heritage sites in the world.It is the centre of energy with active participation of people all times of the day every day. The big Maha Shivaratri festival in spring attracts hundreds of thousands of devotees from within Nepal and from India.\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.7104641,\"Long\":85.3486888,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/13672\\/sightseeing\\/pashupatinath_temple_13672_1667470479.jpg\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35825,\"Title\":\"Patan Durbar Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.6726981,\"Long\":85.3253211,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35824,\"Title\":\"Manakamana Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13672,\"CityName\":\"Kathmandu\",\"Lat\":27.9041371,\"Long\":84.58427789999999,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35897,\"Title\":\"Muktinath temple 108\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":27.6226375,\"Long\":85.36345310000002,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":35898,\"Title\":\"Muktinath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13211,\"CityName\":\"Jomsom\",\"Lat\":28.8169071,\"Long\":83.87178180000001,\"Image\":\"0\",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2347,\"Title\":\"Bindhyabasini temple\",\"Description\":\"The temple is situated on a hill near Pokhara old Bazaar, The temple is dedicated to goddess Bhagabati, another godess of Shakti. Especially on Saturdays, worshippers come here to perform sacrifices.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2376685,\"Long\":83.9841814,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2343,\"Title\":\"Devi\'s fall\",\"Description\":\"The water forms an underground tunnel after reaching the bottom. Visitors can try their luck on the luck pond constructed there by throwing and placing the coin on the statue of God.  Likewise, one can find a model of traditional typical Nepali house and a series of statue of Nepali .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1900468,\"Long\":83.9592023,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319135.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2340,\"Title\":\"Gupteshwar Cave\",\"Description\":\"Another cave famous for it&#039;s religious importance located in the southern end of the city, Chorepatan. This cave has a famous Hindu god Shiva. It is opposite to  Devi&#039;s Fall and on going its underground stairwell depth one comes across the waters of Devi&#039;s Fall itself.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.1894857,\"Long\":83.9577485,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503318578.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":8335,\"Title\":\"Gupteshwor Mahadev Cave\",\"Description\":\"Gupteswar Cave is a city shrine dedicated to Lord Shiva. It is a pilgrim site situated about 55 km away Jeypore, Koraput District in the state of Odisha, India. It is a limestone cave, and its main attraction is the gigantic Shiva Linga which is said to be increasing in size. Pilgrims from all over the country come here during the Sravana period, because the yearly Bol Bam yatra is held at this place. Devotees walk to the Gupteshwar during Bol Bam yatra to bath in the maha kund, and then chant near the Shiva Linga.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/Gupteshwor_Mahadev_Cave_21687_1548666636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2336,\"Title\":\"Phewa Lake\",\"Description\":\"Phewa Tal or Fewa Lake is a freshwater lake in Nepal located in the south of the Pokhara Valley. One of Nepal&#039;s most beautiful spots, Phewa Tal is surrounded by a combination of monkey-filled forests and the high white peaks. The reflections in the mirror-like water in the early mornings are something you must see at least once before you die. Hire a boat and row yourself across the lake .\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":28.2153837,\"Long\":83.9453168,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503317751.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null},{\"RefSSId\":2345,\"Title\":\"Seti river gorge\",\"Description\":\"The Seti originates from the snow fields and glaciers around the twin peaks of Api and Nampa in the south facing slopes of the main Himalayas. It has cut a spectacular gorge across the Mahabharat Range and appears to be lost amongst caves and tunnels for a short distance.\",\"CurrencyType\":0,\"CityId\":21687,\"CityName\":\"Pokhara\",\"Lat\":29.2785102,\"Long\":80.9866625,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21687\\/sightseeing\\/18_1503319599.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":12631,\"SupplierName\":\"Fish Tail Tours &amp; Travels\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"323365\",\"Title\":\"Arrive in Kathmandu\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival in Tribhuvan International airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet with our representative who will welcome you with Khada\\/garland (welcoming Culture in Nepal).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Check-In&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening you can head over to Thamel. Have some good time at the bar or a club.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe (DBL\\/TWN)\"}],\"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\":\"323367\",\"Title\":\"Kathmandu City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get ready to kick-start your cultural discovery.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Pashupatinath Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Make your way to the largest stupa in the world Boudhanath Stupa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue towards, Patan Durbar Square- the center of Fine art.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe (DBL\\/TWN)\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2339,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35825,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323369\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"323379\",\"Title\":\"Drive to Pokhara\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Our adventure begins with a scenic drive to Pokhara.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En-route visit to Manakamana Devi Temple by cable car.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Feel free to take a stroll through the city in the evening or relax by the lakeside.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Pokhara.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":160338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160387,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35824,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323381\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"323383\",\"Title\":\"Fly to Jomsom &amp; Drive Muktinath\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning transfer to airport for flight to Jomsom.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-in.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get refreshed walk to the local Jeep stand for further journey to Muktinath.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Take holy bath at 108 holy water spouts, visit and pray Jwalamai temple and other temples.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Jomsom and check into hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jomsom.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13211,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":528165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528164,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":528166,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":35897,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":35898,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323385\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13211,\"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\":\"323395\",\"Title\":\"Fly back to Pokhara &amp; sightseeing tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Wake up early and walk to airport for flight back to Pokhara.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel check-in, get freshen up, have breakfast and rest for a while.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed for visit to Bindabasini Temple visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore Davis falls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Move towards Mahadev Cave, also known as Gupteshwor Cave.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Watch the Seti Gorge standing atop the Mahendra Pul.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stride down to the lakeside area in the evening.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Pokhara&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":160338,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":160387,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2347,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2340,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8335,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2336,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2345,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"323397\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21687,\"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\":\"323399\",\"Title\":\"Drive back to Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast drive back Kathmandu.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Upon arriving, transfer to your respective hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the time free at leisure on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Kathmandu.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":110618,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe 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\":\"323401\",\"Title\":\"Depart Kathmandu\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Breakfast in the morning&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Our cheerful representative will drop you off to the airport three hours prior to the flight departure.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The mystic land of the Himalayas holds many more secrets to be told.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Come back again for another adventure visiting our spectacular mountains.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13672,\"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\":\"44759\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"37950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":39013,\"priceDoubleOcc\":\"37950.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37950,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":37950,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41140,\"COSTTO\":41140},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":41140,\"priceDoubleOcc\":\"41140.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41140,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":41140,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":41140,\"COSTTO\":41140}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"44760\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"47575.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":48565,\"priceDoubleOcc\":\"47575.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":47575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":47575,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50545,\"COSTTO\":50545},{\"From\":\"2023-05-25\",\"To\":\"2023-08-31\",\"Currency\":1,\"priceTripleOcc\":50545,\"priceDoubleOcc\":\"50545.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":50545,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":50545,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":50545,\"COSTTO\":50545}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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;Special traditional welcome on arrival at International airport,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport-Hotel-Airport transfers on private vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Night Double\\/Twin sharing accommodation at Kathmandu,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Night Double\\/Twin sharing accommodation at Pokhara,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Night Double\\/Twin sharing accommodation at Jomsom,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily breakfast at hotel you are staying at,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch &amp;amp; Dinner at hotel in Jomsom,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing and transfer as per the itinerary by private a\\/c vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jomsom\\/Muktinath\\/Jomsom&amp;nbsp; by SIC vehicle,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Kathmandu city tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Pokhara city tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 Full day Muktinath Darshan,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ACAP Permit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mineral Water on board during sightseeing tour,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Local Sim card with 4G facilities returnable,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All applicable 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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"323365\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[323365],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323367\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[323367],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323369\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323369],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323379\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[323379],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323381\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[323381],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323383\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[323383],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323385\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[323385],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323395\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[323395],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323397\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[323397],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"323399\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[323399],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"323401\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[323401],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Kathmandu,Jomsom,Pokhara','Kathmandu,Indian Subcontinent,Nepal,Pokhara,Jomsom','','13672,13211,21687',37950,50545,6,'286_1687601282_0.jpg',NULL,'[{\"day\":1,\"images\":\"Nepal (5).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Nepal (1).jpg\"},{\"day\":4,\"images\":\"Nepal (2).jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Nepal (3).jpg\"},{\"day\":7,\"images\":\"Nepal (4).jpg\"}]',2,'',0,'2023-05-25 00:00:00','2023-08-31 00:00:00','2023-08-31 00:00:00',3,'Nepal','153','2023-05-25 00:00:00','2023-05-25 00:00:00',1,1,'1','1','0','','','',NULL,'mystical-nepal-tour',NULL,NULL,NULL,0),(287,31452,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31452,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/amazing_ladakh_family_group_tour_1642400630.jpg\",\"BookingValidUntill\":\"2022-06-29\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The largest town in Ladakh is&amp;nbsp;Leh, followed by&amp;nbsp;Kargil, each of which headquarters a district.[15]&amp;nbsp;The&amp;nbsp;Leh district&amp;nbsp;contains the&amp;nbsp;Indus,&amp;nbsp;Shyok&amp;nbsp;and&amp;nbsp;Nubra&amp;nbsp;river valleys. The&amp;nbsp;Kargil district&amp;nbsp;contains the&amp;nbsp;Suru,&amp;nbsp;Dras&amp;nbsp;and&amp;nbsp;Zanskar&amp;nbsp;river valleys. The main populated regions are the river valleys, but the mountain slopes also support the pastoral&amp;nbsp;Changpa&amp;nbsp;nomads. The main religious groups in the region are&amp;nbsp;Muslims&amp;nbsp;(mainly&amp;nbsp;Shia) (46%),&amp;nbsp;Buddhists&amp;nbsp;(mainly&amp;nbsp;Tibetan Buddhists) (40%),&amp;nbsp;Hindus&amp;nbsp;(12%) and others (2%).[16][17]&amp;nbsp;Ladakh is one of the most sparsely populated regions in India. Its culture and history are closely related to that of&amp;nbsp;Tibet.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Ladakh was established as a union territory of India on 31 October 2019, following the passage of the&amp;nbsp;Jammu and Kashmir Reorganisation Act. Prior to that, it was part of the&amp;nbsp;Jammu and Kashmir&amp;nbsp;state. Ladakh is the&amp;nbsp;largest&amp;nbsp;and the&amp;nbsp;second least populous&amp;nbsp;union territory of India.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Amazing Ladakh Family Group Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7877\",\"SupplierName\":\"Overland Escape\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-17\",\"To\":\"2022-06-29\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492875,\"Name\":\"Hotel Lhalingkha\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1634738\",\"Long\":\"77.5786176\",\"Address\":\"Tukcha Main Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"},{\"RefHotelId\":492877,\"Name\":\"Hotel Lhalingkha\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1634738\",\"Long\":\"77.5786176\",\"Address\":\"Tukcha Main Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"},{\"RefHotelId\":492900,\"Name\":\"Hotel Lhalingkha\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1634738\",\"Long\":\"77.5786176\",\"Address\":\"Tukcha Main Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null}]}},{\"CityId\":35295,\"Title\":\"Sham Valley\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492876,\"Name\":\"Hotel Grand Moonland\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.2835625\",\"Long\":\"76.76656249999999\",\"Address\":\"Lamayouro, Ladakh 194106\"},\"Images\":[],\"CityId\":35295,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492878,\"Name\":\"Highland Desert Camp\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.6863146\",\"Long\":\"77.567288\",\"Address\":\"Hunder, Nubra Valley, Ladakh, 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492899,\"Name\":\"Deluxe Camp at Pangong Lake\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"AI\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"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&#039;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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3594,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3599,\"Title\":\"Alchi Monastery Leh\",\"Description\":\"Alchi Monastery is situated  in the bank of Indus River and shares a distance of 70 km from Leh.It is Considered as one of the oldest Buddhist learning centers in Northern India.Alchi is an ancient Monastery,constructed by Guru Rinchen Zangpo between 958 and 1055 AD.The elaborate artwork along with wood carving and the amazing huge ancient statues of Buddha attract the tourists from all around.Tourists across the globe explore this place just to enjoy the heavenly beauty and to experience the ancient architecture of the monastery temples.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2237143,\"Long\":77.175207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Alchi_Monastery_Leh_15229_1518765472.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null},{\"RefSSId\":3597,\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"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\":7877,\"SupplierName\":\"Overland Escape\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223691\",\"Title\":\" Delhi to Leh Airport Pickup (4 Kms | 15 minutes approx )  \",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>Arrive at Leh airport from Delhi, meet and greet our representative and they&rsquo;ll transfer you to your reserved accommodation. Check in &nbsp;to the hotel and take proper rest to get acclimatised. Later, in the evening visit the Leh Market, Leh Palace and Shanti Stupa. In the evening enjoy the traditional Ladakhi Cultural Program. &nbsp;Overnight stay in Leh.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492875,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223692\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"223693\",\"Title\":\"Leh \\u2013 Sham valley (170 Kms | 5-6 hrs approx) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, drive to Lamayuru and on the way, visit Gurudwara Pathar Sahib, Magnetic Hill, Sangam (confluence of Zanskar &amp; Indus river) and Liker Monastery. Lunch en route, post lunch drive to visit the mesmerising moon like landscapes and the Lamayuru monastery Overnight stay in Sham&nbsp;<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3594,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223694\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"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\":\"223695\",\"Title\":\"Sham \\u2013 Leh (70 Kms | 3-4 hrs approx) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>After the Breakfast, drive to Leh and en route visit Alchi monastery and Hall of Fame. Arrive at Leh by afternoon. Overnight stay in Leh&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492877,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":3599,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223696\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"223697\",\"Title\":\"Leh - Hunder (Nubra Valley) (128 Kms | 4-5 hrs approx) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>After Breakfast, drive to Nubra Valley via Khardungla (Highest Motorable road in the world, 18,380 ft). You can take short breaks at roadside cafes and scenic points for photography. On reaching Hunder, check in to the hotel\\/camp. Post lunch, enjoy a camel safari (double humped camels that are found only in Ladakh &amp; Mongolia) at the Sand Dunes between Deskit &amp; Hunder Village. Overnight stay in Nubra Valley.&nbsp;<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492878,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":3575,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223698\",\"Title\":\" Hunder - Tyakshi \\u2013 Hunder (170 Kms |5-6 hrs approx.) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, drive to Turtuk (first time opened for the tourist in 2010), this village was captured by the Indian Army in the Indo-Pak war of 1971 from Pakistan, enroute you can visit Tyakshi (it is the border that divides India and Pakistan) O\\/N Nubra Valley.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492878,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":\"223699\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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\":\"223700\",\"Title\":\"Nubra - Pangong Lake via Shyok river road (150 Kms | 6-7 Hrs approx) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"<p>After finishing breakfast, leave for Pangong Lake 14,500 ft, it&rsquo;s a drive of 6 &ndash; 7 Hrs. On the day of arrival at Camp, you&rsquo;ll have free time at your leisure and you can enjoy the colour changing lake and the sun set on the banks of lake. Overnight stay at Pangong Lake.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492899,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":3496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223701\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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\":\"223702\",\"Title\":\" Pangong Lake \\u2013 Leh (140 Kms | 4-5 hrs approx) \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"<p>In the early morning, enjoy the picturesque view of the sunrise on the lake. After Breakfast, drive back to Leh, en route visit Thiksey Monastery and Shey Palace. Overnight stay in Leh.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492900,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AI\",\"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\":3577,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2644,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223703\",\"Title\":\"Leh Airport Drop to Delhi (4 Kms | 15 minutes approx) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Early in the morning you&rsquo;ll be transferred to Leh airport to board the flight back to your destination. Journey Ends.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"31452\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41731.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":40626,\"priceDoubleOcc\":\"41731.80\",\"priceSingleOcc\":94074.20000000001,\"priceExtraBed\":\"30580.00\",\"priceWithoutBed\":\"30580.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41731.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\":\"31452\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"39834.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-01-17\",\"Currency\":1,\"priceTripleOcc\":38779,\"priceDoubleOcc\":\"39834.90\",\"priceSingleOcc\":89798.1,\"priceExtraBed\":\"29190.00\",\"priceWithoutBed\":\"29190.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39834.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Prices Include: &amp;nbsp;Return Ticket Ex Delhi \\/ Mumbai in Economy Class.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Accommodation on twin sharing Basis in above mentioned hotels.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All Meals (Bed Tea, 07 Breakfast, 07 Hot \\/ Pack Lunch, 07 Dinner)&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;To &amp;amp; Fro Leh Airport Transfers.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transportation by Non A\\/C Tempo Traveller (point to point basis only) Ladakh Entry &amp;amp; National Park fees&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&amp;nbsp;Tour Manager cum Guide and Monument Entrances Oxygen in each vehicle for visit to Nubra valley &amp;amp; Pangong Lake.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Traditional Ladakh Cultural program at Hotel Complimentary 01 mineral water &amp;nbsp;per day and snacks - Juice during sightseeing Two Hump Camel Ride at Nubra Valley (15 Min ride only &amp;ndash; Once, for per person) Goods and services Tax&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223691\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223691],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223692\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223692],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223693\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223693],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223694\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223694],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223695\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223696\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223696],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223697\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223697],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223698\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223698],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223699\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223700\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223701\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223701],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223702\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223702],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223703\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[223703],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}','Leh,Sham Valley,Nubra,Pangong','Leh,Ladakh,Indian Subcontinent,North India,India,Sham Valley,Jammu and kashmir,Nubra,Pangong,Lamayuru',NULL,'15229,35295,35282,35281',39835,41732,7,NULL,NULL,NULL,2,'',0,'2022-01-17 00:00:00','2022-06-29 00:00:00','2022-06-29 00:00:00',3,'India','101','2022-01-17 00:00:00','2022-01-17 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'amazing-ladakh-family-group-tour',NULL,NULL,NULL,0),(288,31392,1,35,0,0,0,'Family',NULL,1,1,0,'{\"package\":{\"TPId\":31392,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/feel_the_bliss_at_mayfair_spa_resorts_casino_gangtok_1642067970.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Gangtok is the capital of the mountainous northern Indian state of Sikkim. Established as a Buddhist pilgrimage site in the 1840s, the city became capital of an independent monarchy after British rule ended, but joined India in 1975. Today, it remains a Tibetan Buddhist center and a base for hikers organizing permits and transport for treks through Sikkim&amp;rsquo;s Himalayan mountain ranges&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Gangtok\",\"DestinationPlacesSysId\":10106,\"SourcePlaces\":\"Gangtok\",\"SourcePlaceSysId\":10106,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Feel the bliss at Mayfair Spa Resorts and Casino, Gangtok\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6340\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,B\\/fast & Dinner\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-14\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492742,\"Name\":\"Hotel Mayfair Spa Resort & Casino \\/ Similar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6340,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223220\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Day 1 Mayfair Spa and Resort or Similar in Gangtok Dinner Arrive Gangtok: Check-in to Hotel. Spend the rest of the day at leisure.<\\/p>\\r\\n\\r\\n<p>Day 2 Mayfair Spa and Resort or Similar in Gangtok Breakfast and Dinner Gangtok: Stay in the property and day at leisure. Enjoy Various amenities of the resort.<\\/p>\\r\\n\\r\\n<p>Day 3&nbsp; Breakfast Departure from Gangtok<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"223221\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"223222\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492742,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD 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\":5,\"Type\":\"Premium\",\"TPSysId\":\"31392\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18689.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18689,\"priceDoubleOcc\":\"18689.00\",\"priceSingleOcc\":37378,\"priceExtraBed\":\"13189.00\",\"priceWithoutBed\":\"8789.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18689.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31392\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17839.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17840,\"priceDoubleOcc\":\"17839.50\",\"priceSingleOcc\":35679,\"priceExtraBed\":\"12589.50\",\"priceWithoutBed\":\"8389.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17839.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223220\":[{\"Sequence\":[0],\"TPInvnSysId\":[223220],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"223221\":[{\"Sequence\":[0],\"TPInvnSysId\":[223221],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"223222\":[{\"Sequence\":[0],\"TPInvnSysId\":[223222],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":0,\"FlightData\":[]}}','Gangtok','Gangtok,Sikkim,Indian Subcontinent,Northeast India,India',NULL,'10106',17840,18689,2,NULL,NULL,NULL,2,'',0,'2022-01-14 00:00:00','2022-03-31 00:00:00','2022-03-31 00:00:00',3,'India','101','2022-01-14 00:00:00','2022-01-14 00:00:00',1,1,'1','1','1',NULL,NULL,NULL,NULL,'feel-the-bliss-at-mayfair-spa-resorts-and-casino-gangtok',NULL,NULL,NULL,0),(289,56404,1,35,1,0,0,'Honeymoon,Beach,Family,Cruise,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":56404,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/isls-of-greece_1688023446\",\"BookingValidUntill\":\"2023-12-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;There are many interesting things one can discovery about Greece; it has such an old history. Athens, Greece represents art, wisdom, and freedom because of the many accomplishments the city has made for the country over several years. Greece has fascinating geography, ancient life, and modern life.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"HERAKLION\",\"DestinationPlacesSysId\":69368,\"SourcePlaces\":\"Athens\",\"SourcePlaceSysId\":1680,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Islands Of Greece\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Speed Boat,Ferry,All Transfers\",\"PackageType\":\"Honeymoon,Beach,Family,Cruise,Heritage,Culture\",\"Validity\":{\"From\":\"2023-06-29\",\"To\":\"2023-12-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1680,\"Title\":\"Athens\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1680,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49156,\"Title\":\"Athens Night Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4009,\"Title\":\"Acropolis Museum\",\"Description\":\"The Acropolis Museum was built to house the archaeological remains of the ancient Arcopolis site. It was inaugurated in the summer of 2009 and designed by architect Bernard Tschumi with Michael Photiadis. The Museum hosts its collections across three levels, as well as in the archaeological excavation that lies at its foundations. The story of this museum dates back to the 19th century(first opened in 1876), and is full of scandals and setbacks. The simple exterior of the 226,000-square-foot building, it also has hundreds of marble sculptures.  Among the museum&amp;rsquo;s many treasures are artifacts from the Archaic, Classical, and Roman periods.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9684677,\"Long\":23.7287199,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/acropolis_museum_1680_1669710288.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4033,\"Title\":\"Panathenaic Stadium\",\"Description\":\"The Panathenaic Stadium is one of the most significant monuments not only for Athens, but for the whole Greece. It is one of our city&amp;rsquo;s most popular touristic monument of Greece and one of Athens&amp;rsquo; landmarks. It is nestled in a forest approximately 1.6 km east of the Acropolis and constructed entirely from white marble. This Stadium is one of the oldest stadiums in the world and hosted the first modern Olympic Games in 1896 and has seating to accommodate 45,000 spectators. One can climb the stairs of the stadium and find yourself at a lovely viewpoint to lookout over the city.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9683342,\"Long\":23.7411118,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/panathenaic_stadium_1680_1669641511.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4014,\"Title\":\"Temple of the Olympian Zeus\",\"Description\":\"The Temple of Olympian Zeus is also known as the Olympieion, was built over several centuries starting in 174 BCE and only finally completed by Roman Emperor Hadrian in 131 AD, seven hundred years later. This half-ruined temple is dedicated to Zeus, the chief of the Olympian Gods, stands within a walking distance from the Athens centre, only 700 m south of Syntagma Square. Its unusually tall columns and ambitious layout made the temple one of the largest ever built in the ancient world. There were originally 104 Corinthian columns, each 17 meters high. The graceful ruins of the temple is main attraction.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9693,\"Long\":23.7331,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_the_olympian_zeus_1680_1669709731.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4027,\"Title\":\"Academy of Athens\",\"Description\":\"The Academy of Athens is the national academy of Greece and the highest research establishment in the country. It was established in 1926, and operates under the supervision of the Ministry of Education. Admire the fine marble fa&amp;ccedil;ade and rich sculptural decoration, created by sculptor Leonidas Drosis and took more than a decade to complete. Visit to admire and photograph the beautiful neoclassical architecture and the statues of Apollo and Athena of the academy.The Academy of Athens is situated close to the Acropolis, this iconic building is well worth visiting.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9800843,\"Long\":23.7341955,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/academy_of_athens_1680_1669700490.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4022,\"Title\":\"Benaki Museum\",\"Description\":\"The Benaki Museum is the oldest of the five functioning museums of the Benaki Museum organisation, founded by Anthony Benakis and donated to the Greek state in 1931. Its mission is to show, through its collections, Greek art and material culture from prehistory to the present. The transition from the ancient periods to the Byzantine world is illustrated in the collection of textiles, oil-lamps, clay figurines and bone carvings. By virtue of its collections, known as the museum of Greek civilization, in all its pertinent manifestations. The museum also committed educational activities for children and adults, publications, exhibitions and events, through its collections.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975952,\"Long\":23.740446,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/benaki_museum_1680_1669708878.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17921,\"Title\":\"Cape Sounio\",\"Description\":\"Sounio is famous for its splendid Temple of Poseidon, one of the most celebrated archaeological sites in Europe and the second most important ancient temple in Attica. Summer villas, open-air tavernas and pretty bays are almost hidden from site in the lush vegetation of the Sounio National Park.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/cape_sounio_1680_1665677168.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4015,\"Title\":\"Hadrian&#039;s Arch (The Arch of Hadrian)\",\"Description\":\"The Arch of Hadrian is a triumphal arch, situated near the temple of Olympian Zeus. The construction of this temple started in 131 BC to celebrate the arrival of the Roman Emperor Hadrian and to thank him for his benefactions for the city. The Arch of Pentelic marble is 18 m high, 12,5 m wide and 2,3 m in depth with the symmetrical design. Its architecture resembles a lot to similar Roman arches. The monument has two layers, at the centre of the lower layer there is an arched gate through which people could pass. This arch was constructed in 131 to mark the boundary between the old Athens and Hadrian&amp;#039;s new quarter.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9701976,\"Long\":23.7320281,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/hadrians_arch_the_arch_of_ha_1680_1669709611.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4013,\"Title\":\"Monument of The Unknown Soldier\",\"Description\":\"The Tomb of the Unknown Soldier is a monument in honour of the soldiers who fell in the struggle for Greek Independence, is located below the Greek Parliament in Syntagma Square in Athens. The Tomb is guarded by the Presidential Guard called the &amp;#039;Evzones&amp;#039; in traditional dress, whose intricately orchestrated changing of the guard every hour by the Evzones is a popular tourist attraction in Athens. Visitors will get chance to not only see the tomb itself, but to view the special ceremony performed there and also the opportunity to feed the ubiquitous flocks of pigeons.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975342,\"Long\":23.7363555,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/monument_of_the_unknown_soldie_1680_1669709856.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4021,\"Title\":\"National Archaeological Museum\",\"Description\":\"National Archaeological Museum is the largest archaeological museum in Greece and one of the greatest antiquities museums in the world, founded in the 19th century. Housed in an impressive Neoclassical building with 8,000 square meters of exhibition space, it is a must visiting place for art exhibitions lovers. With more than 11,000 exhibits, the museum has a large collection of artwork dating back to the Neolithic Age, include small vases, working tools, clay vases and other small artifacts that are dating back to the 7th millennium. Over 30 rooms, sculptures from every century can be viewed including ancient Kouroi Egyptian. All are organized into 5 large sections, from sculptures to metallurgy.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9890229,\"Long\":23.7327599,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_archaeological_museum_1680_1669709342.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4030,\"Title\":\"National Garden\",\"Description\":\"The famous National Garden of Athens, a beautiful area to escape the noisy city centre and relax in a lush green environment. It is situated on the north of Syntagma square, covers a vast area of about 16 hectares and they have three entrances. It was created between 1838 and 1840 by order of Queen Amalia, the first queen of Greece. Initially it was named Royal Garden because they it was fenced and only the royal family had the right to walk there. The park was named National Garden and it opened to the public in 1975. The Garden is home to 519 species and varieties of flora, out of which 102 are of Greek, while others come from different countries all over the world.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9728857,\"Long\":23.737394,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_garden_1680_1669699321.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4012,\"Title\":\"Old Parliament ( The Parliament House)\",\"Description\":\"The Parliament House was originally the Royal Palace of King Otto and Queen Amalia, the first monarchs of Greece, overlooking Syntagma Square. Designed in the neoclassical style by Friedrich von Gartner, the palace was completed in 1843. It was used as the Royal Residence until 1924 and housed as the Greek Parliament, since 1934. It is a rectangular building divided into 2 courtyards. The front and the back are fitted with Doric style columns. The offices of the President of the National Assembly, archives and other services are located within the building. It is a must visit place.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9776361,\"Long\":23.7327983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1680\\/sightseeing\\/Old_Parliament_(_The_Parliamen_1680_1520248922.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4010,\"Title\":\"Parthenon\",\"Description\":\"Parthenon is the magnificent temple situated on the Arcopolis of athens. It was built between 447 and 432 BCE by Pheidias and it was dedicated to the city&amp;#039;s patron deity Athena, to thanks her for protecting the city from the Persian Wars. It is considered the epitome of Doric architecture, the simplest of Greek architectural styles. The symbol of ancient Greece, the Parthenon is decorated with sculptures that are considered outstanding examples of Greek art. The temple would remain in use for thousand years, and despite the ravages of time, explosions, looting, and pollution damage, it still dominates the modern city of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9715285,\"Long\":23.7267166,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/parthenon_1680_1669710154.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17918,\"Title\":\"Prime Minister&#039;s Residence\",\"Description\":\"In Athens, Greece, is the official residence of the President of the Hellenic Republic. It served previously as the Royal Palace (often known as the New Royal Palace), until the abolition of the monarchy by the 1973 referendum.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/prime_ministers_residence_1680_1665683891.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4011,\"Title\":\"Syntagma Square\",\"Description\":\"Syntagma Square, known as Constitution Square is the most important square of the city. A major point of commercial, political and social life, this famous square also serves as a destination for travelers and tourists. Constructed in the early 19th century, after Greece&amp;rsquo;s first King Otto moved the capital from Nafplio to Athens in 1834. It was Queen Amalia who commanded the construction of the fountain, as well as the creation of the National Garden, which is located directly right of the Parliament building, make it an easily recognizable sight, topped only of course by the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9756512,\"Long\":23.7340008,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/syntagma_square_1680_1669710082.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4028,\"Title\":\"Temple of Hephaestus\",\"Description\":\"The Temple of Hephaestus is one of the best preserved ancient Greek temples, enshrined to Hephaestus, god of craftsmanship and metalwork. Built between 460 and 420 BC, the temple is made of Pentelic marble, example of the Doric order, which is characterized by the simple circular capitals at the top of columns. It has 6 columns in each close and 13 on each side. It is also known as Thissio called by the Athenians is located in Thission, within the area of the Ancient Agora of Athens. On the east front of the Temple, are sculptures depicting the labours of Hercules.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975595,\"Long\":23.7214521,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_hephaestus_1680_1669701615.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17920,\"Title\":\"The Erechtheion\",\"Description\":\"The Erechtheion or Erechtheum is an ancient Greek temple on the north side of the Acropolis of Athens in Greece which was dedicated to both Athena and Poseidon.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_erechtheion_1680_1665677486.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4029,\"Title\":\"Theatre of Dionysus\",\"Description\":\"The Theatre of Dionysus is referred to as the birthplace of Greek drama, one of the oldest theatre in Greece. It is originally a temple built in the 6th century BC, dedicated to Dionysus, the god of merriment and wine. It has been continuously remodeled over the centuries. It is used to be the largest one in Athens, accommodating up to 17 000 people. The ancient stone theatre in the world has witnessed performances of plays by famous playwrights such as Euripides, Sophocles, and Aristophanes. The best views of the Theatre of Dionysus can be seen from higher up on the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9703658,\"Long\":23.7278553,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/theatre_of_dionysus_1680_1669699453.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4024,\"Title\":\"Tower of the Winds\",\"Description\":\"Tower of the Winds, also called Horologium, meaning as Timepiece, building in Athens erected about 100&amp;ndash;50 BC for measuring time by the Greek astronomer Andronicus of Cyrrhus. That&amp;#039;s why also known as the Clock of Andronicus Cyrrhestes, it is a time-keeping tower on the eastern side of the Roman Agora in Athens. It once had nine sundials and contained a large water clock. This octagonal shape tower is a 12 metre-tall structure with a diameter of 8 metres and made of fine Pentelic marble. Recently cleaned and restored, visitors can now finally enter the tower as it is among the most famous sights of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.974192,\"Long\":23.7270362,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/tower_of_the_winds_1680_1669708643.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17919,\"Title\":\"The Propylaea\",\"Description\":\"In ancient Greek architecture, a propylaea, propylea or propylaia is a monumental gateway. The prototypical Greek example is the propylaea that serves as the entrance to the Acropolis of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_propylaea_1680_1665683698.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4106,\"Title\":\"Mykonos Town (Chora)\",\"Description\":\"Mykonos Town, called Chora by the locals, is a typical Cycladic village built amphitheatrically. It has whitewashed cubic houses with wooden coloured doors, windows and balconies, narrow streets, beautiful churches, lovely chapels and purple bougainvilleas. The heart of the city is great for the walk among the labyrinth streets especially during early morning. Number of cafes, chic boutiques, souvenir shops and fine jeweleries are helping the visitor to enjoy its days in the beautiful capital of Mykonos. Worth seeing in Chora, is the beautiful churches located on the hill of the old Venetian castle.\",\"CurrencyType\":0,\"CityId\":18804,\"CityName\":\"Mykonos\",\"Lat\":37.4467354,\"Long\":25.3288845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18804\\/sightseeing\\/Mykonos_Town_(Chora)_18804_1520336111.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4127,\"Title\":\"Amoudi Bay (Caldera)\",\"Description\":\"The charming port of Amoudi Bay is famous for beautiful views of the caldera, surrounded by striking red cliffs and dotted with white-washed buildings typical to Santorini. It is also famous for its traditional seafood tavernas lined up along the small bay and also for the beautiful sunset it offers from this side of the island. Visitors can enjoy some swimming and cliff diving also which is a popular activity here. Travelers can walk down the 300 steps from the northern city of Oia to the Amoudi Bay but going back up the steep hill is a serious hike.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4605976,\"Long\":25.3707898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Amoudi_Bay_(Caldera)_24264_1520430969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4119,\"Title\":\"Thirassia Island (Therasia)\",\"Description\":\"The Island of Thirassia is located in close proximity to Santorini and the volcanic eruption that happened in the late 17th century BC broke Santorini into many parts and Thirassia emerged as one of those. Also known as, Therasia is today a virgin island which is untouched by tourism and modern life style. The island is only 9 sq. km in size and a walk through villages can also be a wonderful experience. The pure nature and the virgin beaches are the main attractions of Thirassia. Other places to visit are monastery, churches and some hot springs. Trekking can be preferable for visiting attractions. Boat trips are organized to reach the Island from Santorini.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4365762,\"Long\":25.3370947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Thirassia_Island_(Therasia)_24264_1520430510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5788,\"Title\":\"Volcano beauty\",\"Description\":\"the island is also known for the two small islands of black lava positioned at the centre of the basin of Santorini which are, geographically, the youngest islets in the Eastern Mediterranean.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4207552,\"Long\":25.4320242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/VOLCANO_BEAUTY_24264_1528714474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":18804,\"Title\":\"Mykonos\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18804,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49156,\"Title\":\"Athens Night Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4009,\"Title\":\"Acropolis Museum\",\"Description\":\"The Acropolis Museum was built to house the archaeological remains of the ancient Arcopolis site. It was inaugurated in the summer of 2009 and designed by architect Bernard Tschumi with Michael Photiadis. The Museum hosts its collections across three levels, as well as in the archaeological excavation that lies at its foundations. The story of this museum dates back to the 19th century(first opened in 1876), and is full of scandals and setbacks. The simple exterior of the 226,000-square-foot building, it also has hundreds of marble sculptures.  Among the museum&amp;rsquo;s many treasures are artifacts from the Archaic, Classical, and Roman periods.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9684677,\"Long\":23.7287199,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/acropolis_museum_1680_1669710288.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4033,\"Title\":\"Panathenaic Stadium\",\"Description\":\"The Panathenaic Stadium is one of the most significant monuments not only for Athens, but for the whole Greece. It is one of our city&amp;rsquo;s most popular touristic monument of Greece and one of Athens&amp;rsquo; landmarks. It is nestled in a forest approximately 1.6 km east of the Acropolis and constructed entirely from white marble. This Stadium is one of the oldest stadiums in the world and hosted the first modern Olympic Games in 1896 and has seating to accommodate 45,000 spectators. One can climb the stairs of the stadium and find yourself at a lovely viewpoint to lookout over the city.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9683342,\"Long\":23.7411118,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/panathenaic_stadium_1680_1669641511.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4014,\"Title\":\"Temple of the Olympian Zeus\",\"Description\":\"The Temple of Olympian Zeus is also known as the Olympieion, was built over several centuries starting in 174 BCE and only finally completed by Roman Emperor Hadrian in 131 AD, seven hundred years later. This half-ruined temple is dedicated to Zeus, the chief of the Olympian Gods, stands within a walking distance from the Athens centre, only 700 m south of Syntagma Square. Its unusually tall columns and ambitious layout made the temple one of the largest ever built in the ancient world. There were originally 104 Corinthian columns, each 17 meters high. The graceful ruins of the temple is main attraction.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9693,\"Long\":23.7331,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_the_olympian_zeus_1680_1669709731.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4027,\"Title\":\"Academy of Athens\",\"Description\":\"The Academy of Athens is the national academy of Greece and the highest research establishment in the country. It was established in 1926, and operates under the supervision of the Ministry of Education. Admire the fine marble fa&amp;ccedil;ade and rich sculptural decoration, created by sculptor Leonidas Drosis and took more than a decade to complete. Visit to admire and photograph the beautiful neoclassical architecture and the statues of Apollo and Athena of the academy.The Academy of Athens is situated close to the Acropolis, this iconic building is well worth visiting.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9800843,\"Long\":23.7341955,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/academy_of_athens_1680_1669700490.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4022,\"Title\":\"Benaki Museum\",\"Description\":\"The Benaki Museum is the oldest of the five functioning museums of the Benaki Museum organisation, founded by Anthony Benakis and donated to the Greek state in 1931. Its mission is to show, through its collections, Greek art and material culture from prehistory to the present. The transition from the ancient periods to the Byzantine world is illustrated in the collection of textiles, oil-lamps, clay figurines and bone carvings. By virtue of its collections, known as the museum of Greek civilization, in all its pertinent manifestations. The museum also committed educational activities for children and adults, publications, exhibitions and events, through its collections.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975952,\"Long\":23.740446,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/benaki_museum_1680_1669708878.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17921,\"Title\":\"Cape Sounio\",\"Description\":\"Sounio is famous for its splendid Temple of Poseidon, one of the most celebrated archaeological sites in Europe and the second most important ancient temple in Attica. Summer villas, open-air tavernas and pretty bays are almost hidden from site in the lush vegetation of the Sounio National Park.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/cape_sounio_1680_1665677168.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4015,\"Title\":\"Hadrian&#039;s Arch (The Arch of Hadrian)\",\"Description\":\"The Arch of Hadrian is a triumphal arch, situated near the temple of Olympian Zeus. The construction of this temple started in 131 BC to celebrate the arrival of the Roman Emperor Hadrian and to thank him for his benefactions for the city. The Arch of Pentelic marble is 18 m high, 12,5 m wide and 2,3 m in depth with the symmetrical design. Its architecture resembles a lot to similar Roman arches. The monument has two layers, at the centre of the lower layer there is an arched gate through which people could pass. This arch was constructed in 131 to mark the boundary between the old Athens and Hadrian&amp;#039;s new quarter.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9701976,\"Long\":23.7320281,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/hadrians_arch_the_arch_of_ha_1680_1669709611.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4013,\"Title\":\"Monument of The Unknown Soldier\",\"Description\":\"The Tomb of the Unknown Soldier is a monument in honour of the soldiers who fell in the struggle for Greek Independence, is located below the Greek Parliament in Syntagma Square in Athens. The Tomb is guarded by the Presidential Guard called the &amp;#039;Evzones&amp;#039; in traditional dress, whose intricately orchestrated changing of the guard every hour by the Evzones is a popular tourist attraction in Athens. Visitors will get chance to not only see the tomb itself, but to view the special ceremony performed there and also the opportunity to feed the ubiquitous flocks of pigeons.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975342,\"Long\":23.7363555,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/monument_of_the_unknown_soldie_1680_1669709856.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4021,\"Title\":\"National Archaeological Museum\",\"Description\":\"National Archaeological Museum is the largest archaeological museum in Greece and one of the greatest antiquities museums in the world, founded in the 19th century. Housed in an impressive Neoclassical building with 8,000 square meters of exhibition space, it is a must visiting place for art exhibitions lovers. With more than 11,000 exhibits, the museum has a large collection of artwork dating back to the Neolithic Age, include small vases, working tools, clay vases and other small artifacts that are dating back to the 7th millennium. Over 30 rooms, sculptures from every century can be viewed including ancient Kouroi Egyptian. All are organized into 5 large sections, from sculptures to metallurgy.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9890229,\"Long\":23.7327599,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_archaeological_museum_1680_1669709342.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4030,\"Title\":\"National Garden\",\"Description\":\"The famous National Garden of Athens, a beautiful area to escape the noisy city centre and relax in a lush green environment. It is situated on the north of Syntagma square, covers a vast area of about 16 hectares and they have three entrances. It was created between 1838 and 1840 by order of Queen Amalia, the first queen of Greece. Initially it was named Royal Garden because they it was fenced and only the royal family had the right to walk there. The park was named National Garden and it opened to the public in 1975. The Garden is home to 519 species and varieties of flora, out of which 102 are of Greek, while others come from different countries all over the world.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9728857,\"Long\":23.737394,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_garden_1680_1669699321.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4012,\"Title\":\"Old Parliament ( The Parliament House)\",\"Description\":\"The Parliament House was originally the Royal Palace of King Otto and Queen Amalia, the first monarchs of Greece, overlooking Syntagma Square. Designed in the neoclassical style by Friedrich von Gartner, the palace was completed in 1843. It was used as the Royal Residence until 1924 and housed as the Greek Parliament, since 1934. It is a rectangular building divided into 2 courtyards. The front and the back are fitted with Doric style columns. The offices of the President of the National Assembly, archives and other services are located within the building. It is a must visit place.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9776361,\"Long\":23.7327983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1680\\/sightseeing\\/Old_Parliament_(_The_Parliamen_1680_1520248922.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4010,\"Title\":\"Parthenon\",\"Description\":\"Parthenon is the magnificent temple situated on the Arcopolis of athens. It was built between 447 and 432 BCE by Pheidias and it was dedicated to the city&amp;#039;s patron deity Athena, to thanks her for protecting the city from the Persian Wars. It is considered the epitome of Doric architecture, the simplest of Greek architectural styles. The symbol of ancient Greece, the Parthenon is decorated with sculptures that are considered outstanding examples of Greek art. The temple would remain in use for thousand years, and despite the ravages of time, explosions, looting, and pollution damage, it still dominates the modern city of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9715285,\"Long\":23.7267166,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/parthenon_1680_1669710154.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17918,\"Title\":\"Prime Minister&#039;s Residence\",\"Description\":\"In Athens, Greece, is the official residence of the President of the Hellenic Republic. It served previously as the Royal Palace (often known as the New Royal Palace), until the abolition of the monarchy by the 1973 referendum.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/prime_ministers_residence_1680_1665683891.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4011,\"Title\":\"Syntagma Square\",\"Description\":\"Syntagma Square, known as Constitution Square is the most important square of the city. A major point of commercial, political and social life, this famous square also serves as a destination for travelers and tourists. Constructed in the early 19th century, after Greece&amp;rsquo;s first King Otto moved the capital from Nafplio to Athens in 1834. It was Queen Amalia who commanded the construction of the fountain, as well as the creation of the National Garden, which is located directly right of the Parliament building, make it an easily recognizable sight, topped only of course by the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9756512,\"Long\":23.7340008,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/syntagma_square_1680_1669710082.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4028,\"Title\":\"Temple of Hephaestus\",\"Description\":\"The Temple of Hephaestus is one of the best preserved ancient Greek temples, enshrined to Hephaestus, god of craftsmanship and metalwork. Built between 460 and 420 BC, the temple is made of Pentelic marble, example of the Doric order, which is characterized by the simple circular capitals at the top of columns. It has 6 columns in each close and 13 on each side. It is also known as Thissio called by the Athenians is located in Thission, within the area of the Ancient Agora of Athens. On the east front of the Temple, are sculptures depicting the labours of Hercules.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975595,\"Long\":23.7214521,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_hephaestus_1680_1669701615.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17920,\"Title\":\"The Erechtheion\",\"Description\":\"The Erechtheion or Erechtheum is an ancient Greek temple on the north side of the Acropolis of Athens in Greece which was dedicated to both Athena and Poseidon.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_erechtheion_1680_1665677486.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4029,\"Title\":\"Theatre of Dionysus\",\"Description\":\"The Theatre of Dionysus is referred to as the birthplace of Greek drama, one of the oldest theatre in Greece. It is originally a temple built in the 6th century BC, dedicated to Dionysus, the god of merriment and wine. It has been continuously remodeled over the centuries. It is used to be the largest one in Athens, accommodating up to 17 000 people. The ancient stone theatre in the world has witnessed performances of plays by famous playwrights such as Euripides, Sophocles, and Aristophanes. The best views of the Theatre of Dionysus can be seen from higher up on the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9703658,\"Long\":23.7278553,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/theatre_of_dionysus_1680_1669699453.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4024,\"Title\":\"Tower of the Winds\",\"Description\":\"Tower of the Winds, also called Horologium, meaning as Timepiece, building in Athens erected about 100&amp;ndash;50 BC for measuring time by the Greek astronomer Andronicus of Cyrrhus. That&amp;#039;s why also known as the Clock of Andronicus Cyrrhestes, it is a time-keeping tower on the eastern side of the Roman Agora in Athens. It once had nine sundials and contained a large water clock. This octagonal shape tower is a 12 metre-tall structure with a diameter of 8 metres and made of fine Pentelic marble. Recently cleaned and restored, visitors can now finally enter the tower as it is among the most famous sights of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.974192,\"Long\":23.7270362,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/tower_of_the_winds_1680_1669708643.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17919,\"Title\":\"The Propylaea\",\"Description\":\"In ancient Greek architecture, a propylaea, propylea or propylaia is a monumental gateway. The prototypical Greek example is the propylaea that serves as the entrance to the Acropolis of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_propylaea_1680_1665683698.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4106,\"Title\":\"Mykonos Town (Chora)\",\"Description\":\"Mykonos Town, called Chora by the locals, is a typical Cycladic village built amphitheatrically. It has whitewashed cubic houses with wooden coloured doors, windows and balconies, narrow streets, beautiful churches, lovely chapels and purple bougainvilleas. The heart of the city is great for the walk among the labyrinth streets especially during early morning. Number of cafes, chic boutiques, souvenir shops and fine jeweleries are helping the visitor to enjoy its days in the beautiful capital of Mykonos. Worth seeing in Chora, is the beautiful churches located on the hill of the old Venetian castle.\",\"CurrencyType\":0,\"CityId\":18804,\"CityName\":\"Mykonos\",\"Lat\":37.4467354,\"Long\":25.3288845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18804\\/sightseeing\\/Mykonos_Town_(Chora)_18804_1520336111.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4127,\"Title\":\"Amoudi Bay (Caldera)\",\"Description\":\"The charming port of Amoudi Bay is famous for beautiful views of the caldera, surrounded by striking red cliffs and dotted with white-washed buildings typical to Santorini. It is also famous for its traditional seafood tavernas lined up along the small bay and also for the beautiful sunset it offers from this side of the island. Visitors can enjoy some swimming and cliff diving also which is a popular activity here. Travelers can walk down the 300 steps from the northern city of Oia to the Amoudi Bay but going back up the steep hill is a serious hike.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4605976,\"Long\":25.3707898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Amoudi_Bay_(Caldera)_24264_1520430969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4119,\"Title\":\"Thirassia Island (Therasia)\",\"Description\":\"The Island of Thirassia is located in close proximity to Santorini and the volcanic eruption that happened in the late 17th century BC broke Santorini into many parts and Thirassia emerged as one of those. Also known as, Therasia is today a virgin island which is untouched by tourism and modern life style. The island is only 9 sq. km in size and a walk through villages can also be a wonderful experience. The pure nature and the virgin beaches are the main attractions of Thirassia. Other places to visit are monastery, churches and some hot springs. Trekking can be preferable for visiting attractions. Boat trips are organized to reach the Island from Santorini.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4365762,\"Long\":25.3370947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Thirassia_Island_(Therasia)_24264_1520430510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5788,\"Title\":\"Volcano beauty\",\"Description\":\"the island is also known for the two small islands of black lava positioned at the centre of the basin of Santorini which are, geographically, the youngest islets in the Eastern Mediterranean.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4207552,\"Long\":25.4320242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/VOLCANO_BEAUTY_24264_1528714474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":24264,\"Title\":\"Santorini\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":24264,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49156,\"Title\":\"Athens Night Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4009,\"Title\":\"Acropolis Museum\",\"Description\":\"The Acropolis Museum was built to house the archaeological remains of the ancient Arcopolis site. It was inaugurated in the summer of 2009 and designed by architect Bernard Tschumi with Michael Photiadis. The Museum hosts its collections across three levels, as well as in the archaeological excavation that lies at its foundations. The story of this museum dates back to the 19th century(first opened in 1876), and is full of scandals and setbacks. The simple exterior of the 226,000-square-foot building, it also has hundreds of marble sculptures.  Among the museum&amp;rsquo;s many treasures are artifacts from the Archaic, Classical, and Roman periods.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9684677,\"Long\":23.7287199,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/acropolis_museum_1680_1669710288.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4033,\"Title\":\"Panathenaic Stadium\",\"Description\":\"The Panathenaic Stadium is one of the most significant monuments not only for Athens, but for the whole Greece. It is one of our city&amp;rsquo;s most popular touristic monument of Greece and one of Athens&amp;rsquo; landmarks. It is nestled in a forest approximately 1.6 km east of the Acropolis and constructed entirely from white marble. This Stadium is one of the oldest stadiums in the world and hosted the first modern Olympic Games in 1896 and has seating to accommodate 45,000 spectators. One can climb the stairs of the stadium and find yourself at a lovely viewpoint to lookout over the city.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9683342,\"Long\":23.7411118,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/panathenaic_stadium_1680_1669641511.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4014,\"Title\":\"Temple of the Olympian Zeus\",\"Description\":\"The Temple of Olympian Zeus is also known as the Olympieion, was built over several centuries starting in 174 BCE and only finally completed by Roman Emperor Hadrian in 131 AD, seven hundred years later. This half-ruined temple is dedicated to Zeus, the chief of the Olympian Gods, stands within a walking distance from the Athens centre, only 700 m south of Syntagma Square. Its unusually tall columns and ambitious layout made the temple one of the largest ever built in the ancient world. There were originally 104 Corinthian columns, each 17 meters high. The graceful ruins of the temple is main attraction.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9693,\"Long\":23.7331,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_the_olympian_zeus_1680_1669709731.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4027,\"Title\":\"Academy of Athens\",\"Description\":\"The Academy of Athens is the national academy of Greece and the highest research establishment in the country. It was established in 1926, and operates under the supervision of the Ministry of Education. Admire the fine marble fa&amp;ccedil;ade and rich sculptural decoration, created by sculptor Leonidas Drosis and took more than a decade to complete. Visit to admire and photograph the beautiful neoclassical architecture and the statues of Apollo and Athena of the academy.The Academy of Athens is situated close to the Acropolis, this iconic building is well worth visiting.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9800843,\"Long\":23.7341955,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/academy_of_athens_1680_1669700490.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4022,\"Title\":\"Benaki Museum\",\"Description\":\"The Benaki Museum is the oldest of the five functioning museums of the Benaki Museum organisation, founded by Anthony Benakis and donated to the Greek state in 1931. Its mission is to show, through its collections, Greek art and material culture from prehistory to the present. The transition from the ancient periods to the Byzantine world is illustrated in the collection of textiles, oil-lamps, clay figurines and bone carvings. By virtue of its collections, known as the museum of Greek civilization, in all its pertinent manifestations. The museum also committed educational activities for children and adults, publications, exhibitions and events, through its collections.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975952,\"Long\":23.740446,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/benaki_museum_1680_1669708878.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17921,\"Title\":\"Cape Sounio\",\"Description\":\"Sounio is famous for its splendid Temple of Poseidon, one of the most celebrated archaeological sites in Europe and the second most important ancient temple in Attica. Summer villas, open-air tavernas and pretty bays are almost hidden from site in the lush vegetation of the Sounio National Park.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/cape_sounio_1680_1665677168.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4015,\"Title\":\"Hadrian&#039;s Arch (The Arch of Hadrian)\",\"Description\":\"The Arch of Hadrian is a triumphal arch, situated near the temple of Olympian Zeus. The construction of this temple started in 131 BC to celebrate the arrival of the Roman Emperor Hadrian and to thank him for his benefactions for the city. The Arch of Pentelic marble is 18 m high, 12,5 m wide and 2,3 m in depth with the symmetrical design. Its architecture resembles a lot to similar Roman arches. The monument has two layers, at the centre of the lower layer there is an arched gate through which people could pass. This arch was constructed in 131 to mark the boundary between the old Athens and Hadrian&amp;#039;s new quarter.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9701976,\"Long\":23.7320281,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/hadrians_arch_the_arch_of_ha_1680_1669709611.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4013,\"Title\":\"Monument of The Unknown Soldier\",\"Description\":\"The Tomb of the Unknown Soldier is a monument in honour of the soldiers who fell in the struggle for Greek Independence, is located below the Greek Parliament in Syntagma Square in Athens. The Tomb is guarded by the Presidential Guard called the &amp;#039;Evzones&amp;#039; in traditional dress, whose intricately orchestrated changing of the guard every hour by the Evzones is a popular tourist attraction in Athens. Visitors will get chance to not only see the tomb itself, but to view the special ceremony performed there and also the opportunity to feed the ubiquitous flocks of pigeons.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975342,\"Long\":23.7363555,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/monument_of_the_unknown_soldie_1680_1669709856.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4021,\"Title\":\"National Archaeological Museum\",\"Description\":\"National Archaeological Museum is the largest archaeological museum in Greece and one of the greatest antiquities museums in the world, founded in the 19th century. Housed in an impressive Neoclassical building with 8,000 square meters of exhibition space, it is a must visiting place for art exhibitions lovers. With more than 11,000 exhibits, the museum has a large collection of artwork dating back to the Neolithic Age, include small vases, working tools, clay vases and other small artifacts that are dating back to the 7th millennium. Over 30 rooms, sculptures from every century can be viewed including ancient Kouroi Egyptian. All are organized into 5 large sections, from sculptures to metallurgy.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9890229,\"Long\":23.7327599,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_archaeological_museum_1680_1669709342.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4030,\"Title\":\"National Garden\",\"Description\":\"The famous National Garden of Athens, a beautiful area to escape the noisy city centre and relax in a lush green environment. It is situated on the north of Syntagma square, covers a vast area of about 16 hectares and they have three entrances. It was created between 1838 and 1840 by order of Queen Amalia, the first queen of Greece. Initially it was named Royal Garden because they it was fenced and only the royal family had the right to walk there. The park was named National Garden and it opened to the public in 1975. The Garden is home to 519 species and varieties of flora, out of which 102 are of Greek, while others come from different countries all over the world.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9728857,\"Long\":23.737394,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_garden_1680_1669699321.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4012,\"Title\":\"Old Parliament ( The Parliament House)\",\"Description\":\"The Parliament House was originally the Royal Palace of King Otto and Queen Amalia, the first monarchs of Greece, overlooking Syntagma Square. Designed in the neoclassical style by Friedrich von Gartner, the palace was completed in 1843. It was used as the Royal Residence until 1924 and housed as the Greek Parliament, since 1934. It is a rectangular building divided into 2 courtyards. The front and the back are fitted with Doric style columns. The offices of the President of the National Assembly, archives and other services are located within the building. It is a must visit place.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9776361,\"Long\":23.7327983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1680\\/sightseeing\\/Old_Parliament_(_The_Parliamen_1680_1520248922.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4010,\"Title\":\"Parthenon\",\"Description\":\"Parthenon is the magnificent temple situated on the Arcopolis of athens. It was built between 447 and 432 BCE by Pheidias and it was dedicated to the city&amp;#039;s patron deity Athena, to thanks her for protecting the city from the Persian Wars. It is considered the epitome of Doric architecture, the simplest of Greek architectural styles. The symbol of ancient Greece, the Parthenon is decorated with sculptures that are considered outstanding examples of Greek art. The temple would remain in use for thousand years, and despite the ravages of time, explosions, looting, and pollution damage, it still dominates the modern city of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9715285,\"Long\":23.7267166,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/parthenon_1680_1669710154.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17918,\"Title\":\"Prime Minister&#039;s Residence\",\"Description\":\"In Athens, Greece, is the official residence of the President of the Hellenic Republic. It served previously as the Royal Palace (often known as the New Royal Palace), until the abolition of the monarchy by the 1973 referendum.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/prime_ministers_residence_1680_1665683891.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4011,\"Title\":\"Syntagma Square\",\"Description\":\"Syntagma Square, known as Constitution Square is the most important square of the city. A major point of commercial, political and social life, this famous square also serves as a destination for travelers and tourists. Constructed in the early 19th century, after Greece&amp;rsquo;s first King Otto moved the capital from Nafplio to Athens in 1834. It was Queen Amalia who commanded the construction of the fountain, as well as the creation of the National Garden, which is located directly right of the Parliament building, make it an easily recognizable sight, topped only of course by the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9756512,\"Long\":23.7340008,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/syntagma_square_1680_1669710082.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4028,\"Title\":\"Temple of Hephaestus\",\"Description\":\"The Temple of Hephaestus is one of the best preserved ancient Greek temples, enshrined to Hephaestus, god of craftsmanship and metalwork. Built between 460 and 420 BC, the temple is made of Pentelic marble, example of the Doric order, which is characterized by the simple circular capitals at the top of columns. It has 6 columns in each close and 13 on each side. It is also known as Thissio called by the Athenians is located in Thission, within the area of the Ancient Agora of Athens. On the east front of the Temple, are sculptures depicting the labours of Hercules.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975595,\"Long\":23.7214521,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_hephaestus_1680_1669701615.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17920,\"Title\":\"The Erechtheion\",\"Description\":\"The Erechtheion or Erechtheum is an ancient Greek temple on the north side of the Acropolis of Athens in Greece which was dedicated to both Athena and Poseidon.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_erechtheion_1680_1665677486.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4029,\"Title\":\"Theatre of Dionysus\",\"Description\":\"The Theatre of Dionysus is referred to as the birthplace of Greek drama, one of the oldest theatre in Greece. It is originally a temple built in the 6th century BC, dedicated to Dionysus, the god of merriment and wine. It has been continuously remodeled over the centuries. It is used to be the largest one in Athens, accommodating up to 17 000 people. The ancient stone theatre in the world has witnessed performances of plays by famous playwrights such as Euripides, Sophocles, and Aristophanes. The best views of the Theatre of Dionysus can be seen from higher up on the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9703658,\"Long\":23.7278553,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/theatre_of_dionysus_1680_1669699453.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4024,\"Title\":\"Tower of the Winds\",\"Description\":\"Tower of the Winds, also called Horologium, meaning as Timepiece, building in Athens erected about 100&amp;ndash;50 BC for measuring time by the Greek astronomer Andronicus of Cyrrhus. That&amp;#039;s why also known as the Clock of Andronicus Cyrrhestes, it is a time-keeping tower on the eastern side of the Roman Agora in Athens. It once had nine sundials and contained a large water clock. This octagonal shape tower is a 12 metre-tall structure with a diameter of 8 metres and made of fine Pentelic marble. Recently cleaned and restored, visitors can now finally enter the tower as it is among the most famous sights of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.974192,\"Long\":23.7270362,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/tower_of_the_winds_1680_1669708643.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17919,\"Title\":\"The Propylaea\",\"Description\":\"In ancient Greek architecture, a propylaea, propylea or propylaia is a monumental gateway. The prototypical Greek example is the propylaea that serves as the entrance to the Acropolis of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_propylaea_1680_1665683698.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4106,\"Title\":\"Mykonos Town (Chora)\",\"Description\":\"Mykonos Town, called Chora by the locals, is a typical Cycladic village built amphitheatrically. It has whitewashed cubic houses with wooden coloured doors, windows and balconies, narrow streets, beautiful churches, lovely chapels and purple bougainvilleas. The heart of the city is great for the walk among the labyrinth streets especially during early morning. Number of cafes, chic boutiques, souvenir shops and fine jeweleries are helping the visitor to enjoy its days in the beautiful capital of Mykonos. Worth seeing in Chora, is the beautiful churches located on the hill of the old Venetian castle.\",\"CurrencyType\":0,\"CityId\":18804,\"CityName\":\"Mykonos\",\"Lat\":37.4467354,\"Long\":25.3288845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18804\\/sightseeing\\/Mykonos_Town_(Chora)_18804_1520336111.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4127,\"Title\":\"Amoudi Bay (Caldera)\",\"Description\":\"The charming port of Amoudi Bay is famous for beautiful views of the caldera, surrounded by striking red cliffs and dotted with white-washed buildings typical to Santorini. It is also famous for its traditional seafood tavernas lined up along the small bay and also for the beautiful sunset it offers from this side of the island. Visitors can enjoy some swimming and cliff diving also which is a popular activity here. Travelers can walk down the 300 steps from the northern city of Oia to the Amoudi Bay but going back up the steep hill is a serious hike.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4605976,\"Long\":25.3707898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Amoudi_Bay_(Caldera)_24264_1520430969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4119,\"Title\":\"Thirassia Island (Therasia)\",\"Description\":\"The Island of Thirassia is located in close proximity to Santorini and the volcanic eruption that happened in the late 17th century BC broke Santorini into many parts and Thirassia emerged as one of those. Also known as, Therasia is today a virgin island which is untouched by tourism and modern life style. The island is only 9 sq. km in size and a walk through villages can also be a wonderful experience. The pure nature and the virgin beaches are the main attractions of Thirassia. Other places to visit are monastery, churches and some hot springs. Trekking can be preferable for visiting attractions. Boat trips are organized to reach the Island from Santorini.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4365762,\"Long\":25.3370947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Thirassia_Island_(Therasia)_24264_1520430510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5788,\"Title\":\"Volcano beauty\",\"Description\":\"the island is also known for the two small islands of black lava positioned at the centre of the basin of Santorini which are, geographically, the youngest islets in the Eastern Mediterranean.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4207552,\"Long\":25.4320242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/VOLCANO_BEAUTY_24264_1528714474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":69368,\"Title\":\"HERAKLION\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":69368,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49156,\"Title\":\"Athens Night Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4009,\"Title\":\"Acropolis Museum\",\"Description\":\"The Acropolis Museum was built to house the archaeological remains of the ancient Arcopolis site. It was inaugurated in the summer of 2009 and designed by architect Bernard Tschumi with Michael Photiadis. The Museum hosts its collections across three levels, as well as in the archaeological excavation that lies at its foundations. The story of this museum dates back to the 19th century(first opened in 1876), and is full of scandals and setbacks. The simple exterior of the 226,000-square-foot building, it also has hundreds of marble sculptures.  Among the museum&amp;rsquo;s many treasures are artifacts from the Archaic, Classical, and Roman periods.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9684677,\"Long\":23.7287199,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/acropolis_museum_1680_1669710288.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4033,\"Title\":\"Panathenaic Stadium\",\"Description\":\"The Panathenaic Stadium is one of the most significant monuments not only for Athens, but for the whole Greece. It is one of our city&amp;rsquo;s most popular touristic monument of Greece and one of Athens&amp;rsquo; landmarks. It is nestled in a forest approximately 1.6 km east of the Acropolis and constructed entirely from white marble. This Stadium is one of the oldest stadiums in the world and hosted the first modern Olympic Games in 1896 and has seating to accommodate 45,000 spectators. One can climb the stairs of the stadium and find yourself at a lovely viewpoint to lookout over the city.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9683342,\"Long\":23.7411118,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/panathenaic_stadium_1680_1669641511.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4014,\"Title\":\"Temple of the Olympian Zeus\",\"Description\":\"The Temple of Olympian Zeus is also known as the Olympieion, was built over several centuries starting in 174 BCE and only finally completed by Roman Emperor Hadrian in 131 AD, seven hundred years later. This half-ruined temple is dedicated to Zeus, the chief of the Olympian Gods, stands within a walking distance from the Athens centre, only 700 m south of Syntagma Square. Its unusually tall columns and ambitious layout made the temple one of the largest ever built in the ancient world. There were originally 104 Corinthian columns, each 17 meters high. The graceful ruins of the temple is main attraction.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9693,\"Long\":23.7331,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_the_olympian_zeus_1680_1669709731.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4027,\"Title\":\"Academy of Athens\",\"Description\":\"The Academy of Athens is the national academy of Greece and the highest research establishment in the country. It was established in 1926, and operates under the supervision of the Ministry of Education. Admire the fine marble fa&amp;ccedil;ade and rich sculptural decoration, created by sculptor Leonidas Drosis and took more than a decade to complete. Visit to admire and photograph the beautiful neoclassical architecture and the statues of Apollo and Athena of the academy.The Academy of Athens is situated close to the Acropolis, this iconic building is well worth visiting.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9800843,\"Long\":23.7341955,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/academy_of_athens_1680_1669700490.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4022,\"Title\":\"Benaki Museum\",\"Description\":\"The Benaki Museum is the oldest of the five functioning museums of the Benaki Museum organisation, founded by Anthony Benakis and donated to the Greek state in 1931. Its mission is to show, through its collections, Greek art and material culture from prehistory to the present. The transition from the ancient periods to the Byzantine world is illustrated in the collection of textiles, oil-lamps, clay figurines and bone carvings. By virtue of its collections, known as the museum of Greek civilization, in all its pertinent manifestations. The museum also committed educational activities for children and adults, publications, exhibitions and events, through its collections.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975952,\"Long\":23.740446,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/benaki_museum_1680_1669708878.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17921,\"Title\":\"Cape Sounio\",\"Description\":\"Sounio is famous for its splendid Temple of Poseidon, one of the most celebrated archaeological sites in Europe and the second most important ancient temple in Attica. Summer villas, open-air tavernas and pretty bays are almost hidden from site in the lush vegetation of the Sounio National Park.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/cape_sounio_1680_1665677168.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4015,\"Title\":\"Hadrian&#039;s Arch (The Arch of Hadrian)\",\"Description\":\"The Arch of Hadrian is a triumphal arch, situated near the temple of Olympian Zeus. The construction of this temple started in 131 BC to celebrate the arrival of the Roman Emperor Hadrian and to thank him for his benefactions for the city. The Arch of Pentelic marble is 18 m high, 12,5 m wide and 2,3 m in depth with the symmetrical design. Its architecture resembles a lot to similar Roman arches. The monument has two layers, at the centre of the lower layer there is an arched gate through which people could pass. This arch was constructed in 131 to mark the boundary between the old Athens and Hadrian&amp;#039;s new quarter.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9701976,\"Long\":23.7320281,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/hadrians_arch_the_arch_of_ha_1680_1669709611.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4013,\"Title\":\"Monument of The Unknown Soldier\",\"Description\":\"The Tomb of the Unknown Soldier is a monument in honour of the soldiers who fell in the struggle for Greek Independence, is located below the Greek Parliament in Syntagma Square in Athens. The Tomb is guarded by the Presidential Guard called the &amp;#039;Evzones&amp;#039; in traditional dress, whose intricately orchestrated changing of the guard every hour by the Evzones is a popular tourist attraction in Athens. Visitors will get chance to not only see the tomb itself, but to view the special ceremony performed there and also the opportunity to feed the ubiquitous flocks of pigeons.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975342,\"Long\":23.7363555,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/monument_of_the_unknown_soldie_1680_1669709856.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4021,\"Title\":\"National Archaeological Museum\",\"Description\":\"National Archaeological Museum is the largest archaeological museum in Greece and one of the greatest antiquities museums in the world, founded in the 19th century. Housed in an impressive Neoclassical building with 8,000 square meters of exhibition space, it is a must visiting place for art exhibitions lovers. With more than 11,000 exhibits, the museum has a large collection of artwork dating back to the Neolithic Age, include small vases, working tools, clay vases and other small artifacts that are dating back to the 7th millennium. Over 30 rooms, sculptures from every century can be viewed including ancient Kouroi Egyptian. All are organized into 5 large sections, from sculptures to metallurgy.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9890229,\"Long\":23.7327599,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_archaeological_museum_1680_1669709342.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4030,\"Title\":\"National Garden\",\"Description\":\"The famous National Garden of Athens, a beautiful area to escape the noisy city centre and relax in a lush green environment. It is situated on the north of Syntagma square, covers a vast area of about 16 hectares and they have three entrances. It was created between 1838 and 1840 by order of Queen Amalia, the first queen of Greece. Initially it was named Royal Garden because they it was fenced and only the royal family had the right to walk there. The park was named National Garden and it opened to the public in 1975. The Garden is home to 519 species and varieties of flora, out of which 102 are of Greek, while others come from different countries all over the world.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9728857,\"Long\":23.737394,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/national_garden_1680_1669699321.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4012,\"Title\":\"Old Parliament ( The Parliament House)\",\"Description\":\"The Parliament House was originally the Royal Palace of King Otto and Queen Amalia, the first monarchs of Greece, overlooking Syntagma Square. Designed in the neoclassical style by Friedrich von Gartner, the palace was completed in 1843. It was used as the Royal Residence until 1924 and housed as the Greek Parliament, since 1934. It is a rectangular building divided into 2 courtyards. The front and the back are fitted with Doric style columns. The offices of the President of the National Assembly, archives and other services are located within the building. It is a must visit place.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9776361,\"Long\":23.7327983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1680\\/sightseeing\\/Old_Parliament_(_The_Parliamen_1680_1520248922.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4010,\"Title\":\"Parthenon\",\"Description\":\"Parthenon is the magnificent temple situated on the Arcopolis of athens. It was built between 447 and 432 BCE by Pheidias and it was dedicated to the city&amp;#039;s patron deity Athena, to thanks her for protecting the city from the Persian Wars. It is considered the epitome of Doric architecture, the simplest of Greek architectural styles. The symbol of ancient Greece, the Parthenon is decorated with sculptures that are considered outstanding examples of Greek art. The temple would remain in use for thousand years, and despite the ravages of time, explosions, looting, and pollution damage, it still dominates the modern city of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9715285,\"Long\":23.7267166,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/parthenon_1680_1669710154.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17918,\"Title\":\"Prime Minister&#039;s Residence\",\"Description\":\"In Athens, Greece, is the official residence of the President of the Hellenic Republic. It served previously as the Royal Palace (often known as the New Royal Palace), until the abolition of the monarchy by the 1973 referendum.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/prime_ministers_residence_1680_1665683891.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4011,\"Title\":\"Syntagma Square\",\"Description\":\"Syntagma Square, known as Constitution Square is the most important square of the city. A major point of commercial, political and social life, this famous square also serves as a destination for travelers and tourists. Constructed in the early 19th century, after Greece&amp;rsquo;s first King Otto moved the capital from Nafplio to Athens in 1834. It was Queen Amalia who commanded the construction of the fountain, as well as the creation of the National Garden, which is located directly right of the Parliament building, make it an easily recognizable sight, topped only of course by the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9756512,\"Long\":23.7340008,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/syntagma_square_1680_1669710082.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4028,\"Title\":\"Temple of Hephaestus\",\"Description\":\"The Temple of Hephaestus is one of the best preserved ancient Greek temples, enshrined to Hephaestus, god of craftsmanship and metalwork. Built between 460 and 420 BC, the temple is made of Pentelic marble, example of the Doric order, which is characterized by the simple circular capitals at the top of columns. It has 6 columns in each close and 13 on each side. It is also known as Thissio called by the Athenians is located in Thission, within the area of the Ancient Agora of Athens. On the east front of the Temple, are sculptures depicting the labours of Hercules.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.975595,\"Long\":23.7214521,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/temple_of_hephaestus_1680_1669701615.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17920,\"Title\":\"The Erechtheion\",\"Description\":\"The Erechtheion or Erechtheum is an ancient Greek temple on the north side of the Acropolis of Athens in Greece which was dedicated to both Athena and Poseidon.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_erechtheion_1680_1665677486.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4029,\"Title\":\"Theatre of Dionysus\",\"Description\":\"The Theatre of Dionysus is referred to as the birthplace of Greek drama, one of the oldest theatre in Greece. It is originally a temple built in the 6th century BC, dedicated to Dionysus, the god of merriment and wine. It has been continuously remodeled over the centuries. It is used to be the largest one in Athens, accommodating up to 17 000 people. The ancient stone theatre in the world has witnessed performances of plays by famous playwrights such as Euripides, Sophocles, and Aristophanes. The best views of the Theatre of Dionysus can be seen from higher up on the Acropolis.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.9703658,\"Long\":23.7278553,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/theatre_of_dionysus_1680_1669699453.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4024,\"Title\":\"Tower of the Winds\",\"Description\":\"Tower of the Winds, also called Horologium, meaning as Timepiece, building in Athens erected about 100&amp;ndash;50 BC for measuring time by the Greek astronomer Andronicus of Cyrrhus. That&amp;#039;s why also known as the Clock of Andronicus Cyrrhestes, it is a time-keeping tower on the eastern side of the Roman Agora in Athens. It once had nine sundials and contained a large water clock. This octagonal shape tower is a 12 metre-tall structure with a diameter of 8 metres and made of fine Pentelic marble. Recently cleaned and restored, visitors can now finally enter the tower as it is among the most famous sights of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":37.974192,\"Long\":23.7270362,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/tower_of_the_winds_1680_1669708643.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17919,\"Title\":\"The Propylaea\",\"Description\":\"In ancient Greek architecture, a propylaea, propylea or propylaia is a monumental gateway. The prototypical Greek example is the propylaea that serves as the entrance to the Acropolis of Athens.\",\"CurrencyType\":0,\"CityId\":1680,\"CityName\":\"Athens\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/3\\/city\\/1680\\/sightseeing\\/the_propylaea_1680_1665683698.jpg\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4106,\"Title\":\"Mykonos Town (Chora)\",\"Description\":\"Mykonos Town, called Chora by the locals, is a typical Cycladic village built amphitheatrically. It has whitewashed cubic houses with wooden coloured doors, windows and balconies, narrow streets, beautiful churches, lovely chapels and purple bougainvilleas. The heart of the city is great for the walk among the labyrinth streets especially during early morning. Number of cafes, chic boutiques, souvenir shops and fine jeweleries are helping the visitor to enjoy its days in the beautiful capital of Mykonos. Worth seeing in Chora, is the beautiful churches located on the hill of the old Venetian castle.\",\"CurrencyType\":0,\"CityId\":18804,\"CityName\":\"Mykonos\",\"Lat\":37.4467354,\"Long\":25.3288845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18804\\/sightseeing\\/Mykonos_Town_(Chora)_18804_1520336111.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4127,\"Title\":\"Amoudi Bay (Caldera)\",\"Description\":\"The charming port of Amoudi Bay is famous for beautiful views of the caldera, surrounded by striking red cliffs and dotted with white-washed buildings typical to Santorini. It is also famous for its traditional seafood tavernas lined up along the small bay and also for the beautiful sunset it offers from this side of the island. Visitors can enjoy some swimming and cliff diving also which is a popular activity here. Travelers can walk down the 300 steps from the northern city of Oia to the Amoudi Bay but going back up the steep hill is a serious hike.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4605976,\"Long\":25.3707898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Amoudi_Bay_(Caldera)_24264_1520430969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4119,\"Title\":\"Thirassia Island (Therasia)\",\"Description\":\"The Island of Thirassia is located in close proximity to Santorini and the volcanic eruption that happened in the late 17th century BC broke Santorini into many parts and Thirassia emerged as one of those. Also known as, Therasia is today a virgin island which is untouched by tourism and modern life style. The island is only 9 sq. km in size and a walk through villages can also be a wonderful experience. The pure nature and the virgin beaches are the main attractions of Thirassia. Other places to visit are monastery, churches and some hot springs. Trekking can be preferable for visiting attractions. Boat trips are organized to reach the Island from Santorini.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4365762,\"Long\":25.3370947,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/Thirassia_Island_(Therasia)_24264_1520430510.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5788,\"Title\":\"Volcano beauty\",\"Description\":\"the island is also known for the two small islands of black lava positioned at the centre of the basin of Santorini which are, geographically, the youngest islets in the Eastern Mediterranean.\",\"CurrencyType\":0,\"CityId\":24264,\"CityName\":\"Santorini\",\"Lat\":36.4207552,\"Long\":25.4320242,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24264\\/sightseeing\\/VOLCANO_BEAUTY_24264_1528714474.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"412419\",\"Title\":\"Arrival Day\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meet and assist at Athens International Airport and transfer to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is yours to spend to explore this fascinating city. Athens, A magical city. The city with the most glorious history in the world is worshiped by gods and people. The enchanting capital of reece has always been the birthplace of civilization. It is the city where democracy and most of the wise men of ancient times were born. The most important civilization of the ancient world flourished in Athens and relives through superb architectural masterpieces.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional Athens by Night Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation in Athens.&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1680,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":49156,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"412420\",\"Title\":\"City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;From the Acropolis to Omonia Square, with the half-day Athens sightseeing and Acropolis museum tour you&amp;#39;ll see&amp;nbsp; all the famous sites of ancient and modern Athens on this comprehensive morning tour. Offering a perfect overview&amp;nbsp; of the city, this guided half-day tour, the only one which includes a headphone system will help you get your bearings&amp;nbsp; if this is your first visit to Athens.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We start with a photo stop at Panathinaiko Stadium where the first modern Olympic Games took place in 1896. It&amp;nbsp; is the only stadium in the world that is built out of white marble. We then proceed, passing by Zappeion and The&amp;nbsp; Temple of Olympian Zeus. We will then pass the Athens Trilogy which includes the University of Athens, the&amp;nbsp; Academy of Athens and the National Library. We Continue passing by the National Garden, Hadrian&amp;rsquo;s Arch, St.&amp;nbsp; Paul&amp;rsquo;s Church, The Parliament, The Tomb of the Unknown soldier, Schliemann&amp;rsquo;s House (Numismatic Museum),&amp;nbsp; Catholic Cathedral, Old Parliament, Constitution Square, Russian Orthodox Church, and finally the ACROPOLIS&amp;nbsp; where we will visit Propylaea, Temple of Athena Nike, Parthenon, and the Erechtheion with its Porch of Maidens).&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We continue the tour with a short, pleasant walk passing by the Herodion and Dionysus Theater in order to visit the&amp;nbsp; ACROPOLIS museum. We skip the lines of the new museum and proceed to see the main attractions such as votives,&amp;nbsp; artifacts of everyday life, statues from archaic period, Caryatids, and of course the Parthenon hall with the metopes,&amp;nbsp; the pediments and the frieze that will amaze you. Evening free or optional Cape Sounion or Athens by Night tour.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1680,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4009,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4033,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4014,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4027,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4022,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17921,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4015,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4013,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4021,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4030,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4012,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4010,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17918,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4011,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4028,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17920,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4029,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4024,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17919,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"412421\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1680,\"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\":\"412422\",\"Title\":\"Transfer To Mykonos\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast transfer to Mykonos&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation in Mykonos&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18804,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"412423\",\"Title\":\"Day At Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today, after breakfast the day will be free in order to explore the island.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Among the cobbled streets, next to the churches,&amp;nbsp; behind the freshly painted shutters, through the delivery of island living, the heavenly beaches and the liveliness of&amp;nbsp; the night, Mykonos still keeps its secrets: The happiest different moments for everyone, here, on the most famous&amp;nbsp; island in the world, each one of us makes each moment UNIQUE. Mykonos retains full beauty through the passage&amp;nbsp; of time, and is and always will be a perfect host to visitors, offering unlimited vacation and great expectations.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18804,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4106,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"412424\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18804,\"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\":\"412425\",\"Title\":\"Transfer To Santorini\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today, after breakfast you will be picked up from your hotel and transferred at Mykonos port for your ferry embarkation to&amp;nbsp; Santorini Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A thousand sunsets, a thousand memories, a&amp;nbsp; thousand heartbeats, colours of blue red &amp;amp; gold streaking the&amp;nbsp; sky ... this is Santorini island ... Poets have written about it,&amp;nbsp; artists attempt to capture its beauty. Nothing can quite describe&amp;nbsp; ... the unsurpassed magic of Santorini. This tiny Greek island in the Aegean Sea, rich in history &amp;amp; steeped in myth, is situated on&amp;nbsp; the southern east tip of the Cyclades Cluster. Once famous for&amp;nbsp;its seafaring captains &amp;amp; thriving trade from Russia towards&amp;nbsp; England, France &amp;amp; Italy, &amp;amp; even further back in time the biblical&amp;nbsp; volcanic catastrophe of 1500 BC, today Santorini is one of the&amp;nbsp; most popular holiday destinations worldwide.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrival in Santorini and transferred at your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rest of the day is&amp;nbsp; yours to spend in order to explore the island and admire the breathtaking view.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Accommodation in Santorini&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24264,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"412426\",\"Title\":\"Volcano Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today, after breakfast you will be picked up for a cruise at the caldera and it&amp;#39;s hot springs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;During this tour, you will&amp;nbsp; have the unique chance to visit the active volcano of Santorini, walk on dried lava up to its peak, feel the heat&amp;nbsp; underneath your feet and see the steam of sulphuric gasses emerging from the earth&amp;#39;s bowels. Next, you will sail to the&amp;nbsp; thermal springs where you can dive or step down into the blue waters in order to swim towards the springs (35-36&amp;nbsp; C). Last you will visit the traditional sister island of Santorini, Thirassia, where you can either swim, go up to the&amp;nbsp; village or simply relax and have something to eat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return at your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24264,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4127,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4119,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5788,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"412427\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24264,\"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\":\"412428\",\"Title\":\"Transfer To Heraklion\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today you will be transferred to Santorini port for your ferry embarkation to Crete Island.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrival at Heraklio Port&amp;nbsp; and transferred to your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Crete is an island with an exquisite 1,000 kilometre-long coastline dotted with&amp;nbsp; numerous coves, bays and peninsulas, which afford a multitude of soft, sandy beaches along the beautifully blue&amp;nbsp; Mediterranean Sea. After all, it&amp;#39;s among the finest in the world and has established Crete as one of Europe&amp;#39;s most&amp;nbsp; popular holiday destinations. And, of course, the island&amp;#39;s historic importance in today&amp;#39;s world as the home of the&amp;nbsp; Minoan civilization with important archaeological finds at Knossos, Phaistos and Gortys, is evidenced by the tens of&amp;nbsp; thousands of visitors to these sites each year. However, Crete is the largest island in Greece - the fifth largest in the&amp;nbsp; Mediterranean - and, within its diverse area of more than 8,000 square kilometres, there are many other jewels just&amp;nbsp; waiting to be discovered by the more adventurous explorers of holiday treasures.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rest of the day is free in order to&amp;nbsp; explore the island.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":69368,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"412429\",\"Title\":\"Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today, after breakfast the day is yours to spend in order to explore Heraklio (The capital) or experience an optional&amp;nbsp; tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;This city more than lives up to its reputation as being one of the most attractive of the many cities of the&amp;nbsp; Mediterranean! It can satisfy the wishes and demands of a diverse variety of visitors from all over the world, while&amp;nbsp; still providing enjoyment and satisfaction to its permanent residents.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":69368,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"412430\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;Today, after breakfast you will be transferred to Heraklion airport for your departure flight via Athens&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":69368,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56404\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"79800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-12-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"79800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79800,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-12-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"79800.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":79800,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;20% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"412419\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[412419],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"412420\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[412420],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412421\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[412421],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"412422\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[412422],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412423\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[412423],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412424\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[412424],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"412425\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[412425],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412426\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[412426],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412427\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[412427],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"412428\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[412428],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412429\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[412429],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"412430\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[412430],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Athens,Mykonos,Santorini,HERAKLION','Athens,Eastern Europe,Greece,Mykonos,Santorini,HERAKLION','','1680,18804,24264,69368',79800,79800,8,'289_1688026160_0.png',NULL,'[{\"day\":1,\"images\":\"Greece (2).png\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Greece (3).png\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Greece (4).png\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Greece (5).png\"},{\"day\":8,\"images\":\"Greece (6).png\"},{\"day\":9,\"images\":\"Greece (1).png\"}]',2,'',0,'2023-06-29 00:00:00','2023-12-30 00:00:00','2023-12-30 00:00:00',3,'Greece','86','2023-06-29 00:00:00','2023-06-29 00:00:00',1,1,'1','1','0','Islands tour Greece, Amazing Greek islands, Book Greece island tour, Greece travel experience, Greek island hopping, Island vacation in Greece, Greek island tour packages, Greece island exploration, Best Greek island tours, Discovering Greece\'s islands','Experience the breathtaking beauty of Greece\'s amazing islands with our carefully curated tour. Book now for an unforgettable journey filled with stunning landscapes, rich history, and captivating culture.','Book Amazing Islands Tour Of Greece',NULL,'islands-of-greece',NULL,NULL,NULL,0),(290,56472,1,35,1,0,0,'Family,Heritage,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":56472,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/family-tour-of-egypt_1688109128\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Cairo\",\"DestinationPlacesSysId\":4701,\"SourcePlaces\":\"Cairo\",\"SourcePlaceSysId\":4701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Family Tour of Egypt\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Meals,Sightseeing,Cruise,All Transfers\",\"PackageType\":\"Family,Heritage,River Cruises\",\"Validity\":{\"From\":\"2023-07-03\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":4701,\"Title\":\"Cairo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":4701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49361,\"Title\":\"Catacombs of Kom El Shokafa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49362,\"Title\":\"Roman Amphitheater of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49363,\"Title\":\"Pompay\\u2019s Pillar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49364,\"Title\":\"library of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49365,\"Title\":\"Church of St. Mark\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49366,\"Title\":\"El Nabi Daniel Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49367,\"Title\":\"Abbo Elabbas Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49368,\"Title\":\"Quaitbay Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49369,\"Title\":\"The Gardens of Montaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49370,\"Title\":\"Royal Gardens of King Farouk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49371,\"Title\":\"Bridge of Stanley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49372,\"Title\":\"Temple of Philae\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49373,\"Title\":\"The High Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49374,\"Title\":\"Nubian Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17868,\"Title\":\"Temple of Kom-Ombo\",\"Description\":\"Located in the town of Kom-Ombo, about 28 miles north of Aswan, the Temple, dating to the Ptolemy&amp;rsquo;s, is built on a high dune overlooking the Nile. The actual temple was started by Ptolemy VI Philometor in the early second century BC.  Ptolemy XIII built the outer and inner hypostyle halls. The outer enclosure wall and part of the court were built by Augustus sometime after 30 BC, and are mostly gone.  There are also tombs from the Old Kingdom in the vicinity of Kom-Ombo village.\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19466\\/sightseeing\\/Temple_of_Kom-Ombo_19466_1604660412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49375,\"Title\":\"Temple of Edfu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49376,\"Title\":\"Dendera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49377,\"Title\":\"Karnak Temples\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49378,\"Title\":\"Valley of the Kings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49379,\"Title\":\"Bedouin camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49380,\"Title\":\"Great Sphinx\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49381,\"Title\":\"Pyramid of Chephren\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49382,\"Title\":\"Step Pyramids of Zoser\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":19466,\"Title\":\"Nile Cruise\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":562367,\"Name\":\"Nile Cruise Boat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":19466,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49361,\"Title\":\"Catacombs of Kom El Shokafa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49362,\"Title\":\"Roman Amphitheater of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49363,\"Title\":\"Pompay\\u2019s Pillar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49364,\"Title\":\"library of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49365,\"Title\":\"Church of St. Mark\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49366,\"Title\":\"El Nabi Daniel Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49367,\"Title\":\"Abbo Elabbas Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49368,\"Title\":\"Quaitbay Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49369,\"Title\":\"The Gardens of Montaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49370,\"Title\":\"Royal Gardens of King Farouk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49371,\"Title\":\"Bridge of Stanley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49372,\"Title\":\"Temple of Philae\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49373,\"Title\":\"The High Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49374,\"Title\":\"Nubian Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17868,\"Title\":\"Temple of Kom-Ombo\",\"Description\":\"Located in the town of Kom-Ombo, about 28 miles north of Aswan, the Temple, dating to the Ptolemy&amp;rsquo;s, is built on a high dune overlooking the Nile. The actual temple was started by Ptolemy VI Philometor in the early second century BC.  Ptolemy XIII built the outer and inner hypostyle halls. The outer enclosure wall and part of the court were built by Augustus sometime after 30 BC, and are mostly gone.  There are also tombs from the Old Kingdom in the vicinity of Kom-Ombo village.\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19466\\/sightseeing\\/Temple_of_Kom-Ombo_19466_1604660412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49375,\"Title\":\"Temple of Edfu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49376,\"Title\":\"Dendera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49377,\"Title\":\"Karnak Temples\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49378,\"Title\":\"Valley of the Kings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49379,\"Title\":\"Bedouin camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49380,\"Title\":\"Great Sphinx\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49381,\"Title\":\"Pyramid of Chephren\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49382,\"Title\":\"Step Pyramids of Zoser\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":16153,\"Title\":\"Luxor\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16153,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49361,\"Title\":\"Catacombs of Kom El Shokafa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49362,\"Title\":\"Roman Amphitheater of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49363,\"Title\":\"Pompay\\u2019s Pillar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49364,\"Title\":\"library of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49365,\"Title\":\"Church of St. Mark\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49366,\"Title\":\"El Nabi Daniel Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49367,\"Title\":\"Abbo Elabbas Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49368,\"Title\":\"Quaitbay Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49369,\"Title\":\"The Gardens of Montaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49370,\"Title\":\"Royal Gardens of King Farouk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49371,\"Title\":\"Bridge of Stanley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49372,\"Title\":\"Temple of Philae\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49373,\"Title\":\"The High Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49374,\"Title\":\"Nubian Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17868,\"Title\":\"Temple of Kom-Ombo\",\"Description\":\"Located in the town of Kom-Ombo, about 28 miles north of Aswan, the Temple, dating to the Ptolemy&amp;rsquo;s, is built on a high dune overlooking the Nile. The actual temple was started by Ptolemy VI Philometor in the early second century BC.  Ptolemy XIII built the outer and inner hypostyle halls. The outer enclosure wall and part of the court were built by Augustus sometime after 30 BC, and are mostly gone.  There are also tombs from the Old Kingdom in the vicinity of Kom-Ombo village.\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19466\\/sightseeing\\/Temple_of_Kom-Ombo_19466_1604660412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49375,\"Title\":\"Temple of Edfu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49376,\"Title\":\"Dendera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49377,\"Title\":\"Karnak Temples\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49378,\"Title\":\"Valley of the Kings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49379,\"Title\":\"Bedouin camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49380,\"Title\":\"Great Sphinx\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49381,\"Title\":\"Pyramid of Chephren\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49382,\"Title\":\"Step Pyramids of Zoser\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":12496,\"Title\":\"Hurghada\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12496,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":49361,\"Title\":\"Catacombs of Kom El Shokafa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49362,\"Title\":\"Roman Amphitheater of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49363,\"Title\":\"Pompay\\u2019s Pillar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49364,\"Title\":\"library of Alexandria\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49365,\"Title\":\"Church of St. Mark\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49366,\"Title\":\"El Nabi Daniel Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49367,\"Title\":\"Abbo Elabbas Mosque\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49368,\"Title\":\"Quaitbay Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49369,\"Title\":\"The Gardens of Montaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49370,\"Title\":\"Royal Gardens of King Farouk\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49371,\"Title\":\"Bridge of Stanley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49372,\"Title\":\"Temple of Philae\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49373,\"Title\":\"The High Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49374,\"Title\":\"Nubian Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17868,\"Title\":\"Temple of Kom-Ombo\",\"Description\":\"Located in the town of Kom-Ombo, about 28 miles north of Aswan, the Temple, dating to the Ptolemy&amp;rsquo;s, is built on a high dune overlooking the Nile. The actual temple was started by Ptolemy VI Philometor in the early second century BC.  Ptolemy XIII built the outer and inner hypostyle halls. The outer enclosure wall and part of the court were built by Augustus sometime after 30 BC, and are mostly gone.  There are also tombs from the Old Kingdom in the vicinity of Kom-Ombo village.\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19466\\/sightseeing\\/Temple_of_Kom-Ombo_19466_1604660412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49375,\"Title\":\"Temple of Edfu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19466,\"CityName\":\"Nile Cruise\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49376,\"Title\":\"Dendera Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49377,\"Title\":\"Karnak Temples\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":13494,\"Title\":\"Colossi of Memnon\",\"Description\":\"&lt;p&gt;The famous gigantic statues carved out of hard yellowish-brown sandstone that represents Amenophis III seated on a cube-shaped throne, and once stood guard at the entrance to the king&#039;s temple, of which only scanty traces are left. The South Colossus is better preserved to the one in the north. The North Colossus is known for being the &quot;musical statue&acirc;&euro;\\u009d that brought flocks of visitors here during the Roman Imperial period.&Acirc;&nbsp;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/48_1579155607.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49378,\"Title\":\"Valley of the Kings\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":14141,\"Title\":\"Queen Hatshepsut Temple\",\"Description\":\"The Mortuary Temple of Hatshepsut, also known as the Djeser-Djeseru, is a mortuary temple of Ancient Egypt located in Upper Egypt. Built for the Eighteenth Dynasty pharaoh Hatshepsut, it is located beneath the cliffs at Deir el-Bahari on the west bank of the Nile near the Valley of the Kings.\",\"CurrencyType\":0,\"CityId\":16153,\"CityName\":\"Luxor\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16153\\/sightseeing\\/Queen_Hatshepsut_Temple_16153_1580276410.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49379,\"Title\":\"Bedouin camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12496,\"CityName\":\"Hurghada\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17866,\"Title\":\"Great Pyramids of Cheops\",\"Description\":\"The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex bordering present-day Giza in Greater Cairo, Egypt. It is the oldest of the Seven Wonders of the Ancient World, and the only one to remain largely intact.\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4701\\/sightseeing\\/Great_Pyramids_of_Cheops_4701_1604556055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49380,\"Title\":\"Great Sphinx\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49381,\"Title\":\"Pyramid of Chephren\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49382,\"Title\":\"Step Pyramids of Zoser\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4701,\"CityName\":\"Cairo\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"413057\",\"Title\":\"Arrival In Cairo - Welcome to land of the Pharaohs\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive Cairo airport and transfer to hotel by AC vehicle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening Sound and Light Show at the Pyramid.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Discover the majesty of ancient Egypt and famous figures such as Tutankhamun as lights and sound play across pyramids, Sphinx, and desert.&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"413058\",\"Title\":\"Full Day Alexandria Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After being picked up from your hotel, you will travel to Alexandria.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will first visit the insides of the Catacombs of Kom El Shokafa, which is the largest Roman Cemetery and consists of three levels cut into rock.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next, you will drive to visit the Roman Amphitheater of Alexandria, complete with the display of the sunken monuments of Alexandria which were discovered under the East Harbor of Alexandria. You will also drive by Pompay&amp;rsquo;s Pillar, where you will stop for a photo break.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your next stop will be to the library of Alexandria, which is the biggest library in the world, consisting of 8 million books. You can visit its open court where you can see the statue of Alexander the Great and the statue of Ptolemy the first, which was found underwater nearby. You will visit the library&amp;rsquo;s manuscript museum, president Saddat Museum, and impressions of Alexandria Museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The car will then take you to visit the church of St. Mark, the oldest church in Africa. Through your drive you will see the old downtown and the local historical architecture which has Baroque-style designs and Italian and French-style properties.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will then visit the El Nabi Daniel Mosque, which is believed by many people to be related to Alexander the Great&amp;#39;s tomb. It is said to contain the remains of the scholar and venerated teacher Prophet Daniel, and his companion Sidi Lokman el Hakim, a religious story-teller.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The car will then take you to visit the prettiest and biggest mosque in the city, the Abbo Elabbas Mosque, as well as the strangest sight outside it: an old funfair where children play on antique funfair rides and eat candy floss. Opposite is the corniche and the old harbor where you can see the old fishing boats, men fishing and traditional fishermen making nets.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will then continue to see the outside of Quaitbay Castle, which was built on the same site as the ancient Lighthouse of Alexandria, one of the seven wonders of the ancient world.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The car will then take you to the gardens of Montaza. On the way you can take a 2-minute stop by the King of Mango, and drink at Alexandrian&amp;rsquo;s drive thru freshly squeezed juices.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The beautiful coastline and all the views of the city are en-route to Montaza Palace and gardens which is approximately 25 kilometers away, including the old harbor of Alexandria where there are 7,000 monuments underwater.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Once in Montaza Gardens, commonly known as the Love Garden, you will visit the royal gardens of King Farouk.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your way back you will stop over the famous bridge of Stanley, before traveling in comfort back to your hotel in Cairo.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":49361,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49362,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49363,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49364,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49365,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49366,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49368,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49369,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49370,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413059\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"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\":\"413060\",\"Title\":\"Transfer from Cairo to Aswan\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast, transfer from Hotel to Cairo Airport for domestic flight (domestic airfare not included) to Aswan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive in Aswan Airport and meet and assist by our representative.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer from Aswan Airport to the cruise ship.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Embarkation before lunch. Proceed with the visits of Aswan including the Temple of Philae and the High Dam.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Optional excursion Nubian Village.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner on board of the cruise in Aswan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entertainment show at Lounge Bar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight on board of the cruise in Aswan.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562367,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":49372,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49373,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49374,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413061\",\"Title\":\"Optional Excursion to Abu Simbel \\/ Kom Ombo \\/ Edfu\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast on board the cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free Morning in Aswan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch on board of the cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sail to Kom Ombo. Visit the Temple of Kom-Ombo, dedicated for Gods Sobek and Haroeris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sail to Edfu &amp;amp; dinner on board of the cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Edfu entertainment show at Lounge Bar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner &amp;amp; overnight on board of the cruise.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562367,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":17868,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413062\",\"Title\":\"Optional Excursion to Edfu \\/ Esna \\/ Luxor\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast on board of the cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Temple of Edfu, dedicated to the God Horus. (By Horse Carriage).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sail to Esna Lock, Cross Esna lock and continue sailing to Luxor. Lunch during Sailing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entertainment show at Lounge Bar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner &amp;amp; overnight on board of the cruise.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19466,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562367,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"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\":49375,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413063\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19466,\"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\":\"413064\",\"Title\":\"Disembarkation &amp; Dendera Temple Tour and overnight Luxor\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast. Disembarkation. Our guide will pick you up and you will be transferred by an A\\/C vehicle to discover the ancient sites.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With some of ancient Egypt&amp;rsquo;s best-preserved artwork, Dendera Temple is a fascinating Greco-Roman site just 44 miles (70 km.) from Luxor. This half-day tour gives you the flexibility to explore at your own pace, with a private guide to tell the stories behind the colorful paintings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You&amp;rsquo;ll see a vibrant ceiling cleaned of soot, climb into the temple crypt, and follow narrow passageways onto the roof, learning about Egypt&amp;rsquo;s Ptolemaic period along the way.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For your convenience, this tour includes entrance fees and round-trip transport from Luxor hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to the hotel. Overnight in Luxor.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16153,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":49376,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413065\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16153,\"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\":\"413066\",\"Title\":\"Transfer from Luxor to Hurghada\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast at your hotel in Luxor and then you will be accompanied by your English speaking tour guide in a private air-conditioned vehicle to visit the fabulous Karnak Temples the largest place of worship ever built.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lunch will be served in Luxor at local restaurant. After that you will be moved to the West Bank of the river Nile to visit the two colossal statues of Amenhotep III (Colossi of Memnon).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then visit the Valley of the Kings, where the magnificent tombs discovered, you will visit 3 tombs excluding Tutankhamen.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Continue the tour to visit the Hatshepsut temple at El Deir El Bahary, this impressive temple dedicated to the Queen Hatshipsut the only female pharaoh who ruled Egypt.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Finally, you will be transferred from Luxor by a private air-conditioned vehicle back to your hotel in Hurghada for about 04 hours driving.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12496,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":49377,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13494,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49378,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14141,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413067\",\"Title\":\"Hurghada Super Safari Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Discover the desert of Hurghada on an exciting quad tour and ride into the sunrise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit a traditional Bedouin camp and enjoy the hospitality with a black tea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Experience an exceptional adventure and ride on the back of a camel through the desert.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12496,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":49379,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413068\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12496,\"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\":\"413069\",\"Title\":\"Transfer from Hurghada to Cairo\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast our representative will pick you up from your hotel in Hurghada \\/ Gouna by air-conditioned modern vehicle for flight to Cairo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After that our guide will accompany you to discover the Pyramids of Cheops, Chephren and Mykerinus.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then proceed to visit the Great Sphinx, the head of a pharaoh with a lion&amp;rsquo;s body, which dates back to the time of Chephren; the tour also includes a visit to the Valley Temple, which belongs to the Pyramid of Chephren.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enjoy (Optional) lunch at a local restaurant. Move to visit the Step Pyramids of Zoser, the world&amp;rsquo;s oldest major stone structure. It was built in the 3rd Dynasty (around 2630 BC) for King Djoser.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Then transfer to your hotel in Cairo and Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":17866,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49380,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49381,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49382,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413070\",\"Title\":\"Dinner Cruise (5* Like Pharos Or Maxim) Guide Line Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your luxury cruise experience begins with pickup from your hotel in Cairo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive at the port and board a deluxe 5-star boat, the Nile Maxim, for your 2-hour voyage along the Nile from Old Cairo to New Cairo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;As you sail, be amazed by the spectacular sights of Cairo, lit up at night by twinkling lights. Learn about and discover the wonders of this world-famous river, then sit down for a delicious buffet dinner, including an authentic Arabian&amp;nbsp;dessert.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After dinner, be entertained by a traditional&amp;nbsp;Tanoura&amp;nbsp;dance show, bursting with&amp;nbsp;colorful&amp;nbsp;skirts, whirling folk dancers, and uplifting music. There&amp;rsquo;s also a breathtaking belly dancing show too, complete with upbeat Arabic songs that will have you standing from your seat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;At the end of the cruise, sit back and relax as you&amp;rsquo;re transported back to your hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":\"413071\",\"Title\":\"Transfer from Hotel to Cairo Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Today after your breakfast at hotel you will be transferred to Cairo International Airport for your onward journey.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour ends with unforgettable memories.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4701,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56472\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"109933.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"109933.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109933.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":109933.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"109933.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109933.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":109933.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-06-30\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"109933.95\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":109933.95,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":109933.95,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines&amp;nbsp; \\/Hotel\\/Supplier \\/ Transporter \\/ Railway \\/ Cruises \\/ or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"413057\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[413057],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413058\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[413058],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413059\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[413059],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413060\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[413060],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413061\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[413061],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413062\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[413062],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413063\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[413063],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413064\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[413064],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413065\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[413065],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413066\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[413066],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413067\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[413067],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413068\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[413068],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413069\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[413069],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413070\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[413070],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"413071\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[413071],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Cairo,Nile Cruise,Luxor,Hurghada','Cairo,Northern Africa,Egypt,Nile Cruise,Luxor,Hurghada,NEW CAIRO','','4701,19466,16153,12496',109934,109934,10,'290_1688118071_0.jpg,290_1688118071_1.jpg,290_1688118071_2.jpg',NULL,'[{\"day\":1,\"images\":\"Egypt.jpg\"},{\"day\":2,\"images\":\"Egypt (2).jpg\"},{\"day\":3,\"images\":\"Egypt (3).jpg\"},{\"day\":4,\"images\":\"Egypt (5).jpg\"},{\"day\":5,\"images\":\"Egypt (7).jpg\"},{\"day\":6,\"images\":\"Egypt (6).jpg\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"Egypt (8).jpg\"},{\"day\":9,\"images\":\"Egypt (9).jpg\"},{\"day\":10,\"images\":\"Egypt (10).jpg\"},{\"day\":11,\"images\":\"Egypt (11).jpg\"}]',2,'',0,'2023-07-03 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'Egypt','65','2023-07-03 16:59:52','2023-07-03 00:00:00',1,1,'1','1','0','','','',NULL,'family-tour-of-egypt',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (291,56648,1,35,1,0,0,'Family,Hill Station,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":56648,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/mahabaleshwar-family-package_1688372819\",\"BookingValidUntill\":\"2023-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visit Mahabaleshwar at an elevation of 1,372 meters and soak in scenic beauty of the picturesque landscapes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Immerse yourself in a spiritual experience by traveling to the Mahabaleshwar temple and Panch Ganga temple&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;With your Mahabaleshwar family package, soak in the mesmerizing views of the cascading 500 feet high Lingmala Falls&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the popular tourist spots in and around Mahabaleshwar, including the Venna Lake, and Pratapgarh Fort&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Admire the breathtaking vistas at Arthur Seat Point, Elphinstone Point, Lodwick Point, and Kate&amp;rsquo;s Point&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Mahabaleshwar Family Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Family,Hill Station,Heritage\",\"Validity\":{\"From\":\"2023-07-03\",\"To\":\"2023-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16375,\"Title\":\"Mahabaleshwar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1294,\"Title\":\"Panchganga Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9307285,\"Long\":73.6477342,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5802\\/thumb\\/Panchganga Temple_886.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":489,\"Title\":\"Elphinstone Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9242801,\"Long\":73.6625129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1265\\/thumb\\/Elphinstone Point_586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":853,\"Title\":\"Kates Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.92172,\"Long\":73.6556,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1267\\/thumb\\/Kates Point_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49615,\"Title\":\"Lodwick Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49616,\"Title\":\"Elephant\\u2019s Head Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":49617,\"Title\":\"Venna Lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1382,\"Title\":\"Pratapgad Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2559\\/thumb\\/Pratapgad Fort_925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"414361\",\"Title\":\"Arrival In Mahabaleshwar\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon arrival in Mahabaleshwar, get picked up by our representative and escorted to the hotel for hassle-free check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relax in your comfortable rooms and refresh yourselves before exploring the hill station&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Begin the tour as you visit some local attractions like the queen of all points Arthur&amp;rsquo;s Seat, the confluence of five rivers - Panchganga Temple, and the 19th century Krishnabai Temple&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore the Elphinstone Point for some amazing views of the surrounding valley.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;By evening, return to the hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":77,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":489,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414362\",\"Title\":\"Mahabaleshwar Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Start your day with a refreshing morning in the hills and delicious breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Set out for a sightseeing tour on the Mahabaleshwar holiday package for family&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the popular viewpoints of the hill stations including Lodwick Point, Kate&amp;rsquo;s Point, and the Elephant&amp;rsquo;s Head Point, to soak in the&amp;nbsp;breathtaking sceneries all around&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next, proceed towards the 500-feet high Lingmala Falls, and immerse yourself in the serenity of the beautiful Venna Lake&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stroll through the local shops to buy some goodies, buy some fresh strawberries at the Mapro Garden and try out the mouth-watering exotic food available in the hill station&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wrap up the day and return to the hotel in the evening for overnight stay&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":853,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49615,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49616,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":974,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49617,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414363\",\"Title\":\"Pratapgarh Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Relish in the hearty breakfast and gear up for a historical tour in Pratapgarh on the Mahabaleshwar family tour package&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Acquaint yourselves with the pride and valour of the Marathas in Pratapgarh, as you explore the chambers and lakes of the hill fort, and dig into the history of the Maratha Empire&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Admire the enormous statue of Chhatrapati Shivaji and also collect some handicrafts in the hill fort&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Go on a shopping spree to buy some exclusive souvenirs for yourself and your loved ones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to the hotel and enjoy a good night&amp;rsquo;s sleep in your comfortable rooms&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":1382,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414364\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Wake up amidst the serene hills and have a delicious breakfast&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-out from the hotel to finish your Mahabaleshwar family package&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Get transferred to the Pune\\/Mumbai airport or railway station, and have a safe journey back home with tons of memories&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56648\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"11760.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-03\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"11760.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":11760,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-03\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"11760.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":11760,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":11760,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"414361\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[414361],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"414362\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[414362],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414363\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[414363],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414364\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[414364],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Mahabaleshwar','Mahabaleshwar,Maharashtra,Indian Subcontinent,West India,India','','16375',11760,11760,3,'291_1688373445_0.jpg,291_1688373445_1.jpg,291_1688373445_2.jpg,291_1688373445_3.jpg,291_1688373445_4.jpg',NULL,'[{\"day\":1,\"images\":\"Mahabaleshwar (7).jpg\"},{\"day\":2,\"images\":\"Mahabaleshwar (3).jpg\"},{\"day\":3,\"images\":\"Mahabaleshwar (4).jpg\"},{\"day\":4,\"images\":\"Mahabaleshwar (8).jpg\"}]',2,'',0,'2023-07-03 00:00:00','2023-11-30 00:00:00','2023-11-30 00:00:00',3,'India','101','2023-07-03 18:03:32','2023-07-03 00:00:00',1,1,'1','1','0','Mahabaleshwar, family package, 3 nights, 4 days, getaway, scenic beauty, adventure, relaxation, book now','Experience a delightful family getaway with our Mahabaleshwar Family Package. Enjoy 3 nights and 4 days of scenic beauty, adventure, and relaxation. Book now!','Book 3N 4D Mahabaleshwar Family Tour Package',NULL,'mahabaleshwar-family-package',NULL,NULL,NULL,0),(292,56692,1,35,1,0,0,'Honeymoon,Adventure,Family,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":56692,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/azerbaijan-nd-tour_1688458952\",\"BookingValidUntill\":\"2023-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Baku\",\"DestinationPlacesSysId\":2099,\"SourcePlaces\":\"Baku\",\"SourcePlaceSysId\":2099,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Azerbaijan 6N\\/7D Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Heritage\",\"Validity\":{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2099,\"Title\":\"Baku\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":33989,\"Name\":\"Consul Hotel\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.402851285586\",\"Long\":\"49.853049516678\",\"Address\":\"92 c Hasan Aliyev Inqlab\"},\"Images\":{\"Image\":[{\"ImagId\":785223,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/99\\/Fasad_C.jpg\"},{\"ImagId\":785224,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/88\\/Reception_A.jpg\"},{\"ImagId\":785225,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/126\\/restaurant_A.jpg\"},{\"ImagId\":785226,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/144\\/Twin_A.jpg\"},{\"ImagId\":785227,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/117\\/qguest_A.jpg\"},{\"ImagId\":785228,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/135\\/Single_A.jpg\"},{\"ImagId\":785229,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/108\\/Guest_room_A.jpg\"},{\"ImagId\":785230,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/153\\/Twn_A.jpg\"}]},\"CityId\":2099,\"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 Consul Hotel places you in the heart of Baku, convenient to Tofik Bakhramov Stadium and Metro Park.  This hotel is within close proximity of Haydar Aliyev Cultural Center and Heydar Aliyev Palace.&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 31 air-conditioned rooms featuring refrigerators. Rooms have private balconies.&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;Make use of convenient amenities, which include babysitting\\/childcare 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;Enjoy a satisfying meal at a restaurant serving guests of Consul Hotel. 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 express check-in, express check-out, and a 24-hour front desk.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/782\\/99\\/Fasad_C.jpg\",\"AccoAminitiesMask\":\"101001000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":562894,\"Name\":\"Piano Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2099,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5717,\"Title\":\"Baku Old CIty Tour\",\"Description\":\"Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected. In 2007, the Old City had a population of about 3000 people.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5465,\"Title\":\"Maiden Tower, Baku, Azerbaijan\",\"Description\":\"Baku historian Sara Ashurbayli calculated that the tower must have been built in the 4th to 6th centuries AD. This was because of the tower&amp;rsquo;s unusual construction, the difference between the stone used in the tower and the stone of the obsolete city surrounding it and the different, legends about the Maiden Tower.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3660878,\"Long\":49.8372691,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Maiden_Tower,_Baku,_Azerbaijan_2099_1527765756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5489,\"Title\":\"Juma Mosque, Shamakhi\",\"Description\":\"Many of the architectural monuments of Baku were built on the ruins of very old buildings belonging to the pagan period in the history of Azerbaijan. Thus, according to archaeologists, the Maiden Tower is built on the site of a pagan temple. The , cryptof Sabail castle also contains some fragments of the older buildings. Juma mosque in the Icheri-sheher can also be listed among such monuments.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.6318731,\"Long\":48.6363801,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Juma_Mosque,_Shamakhi_2099_1548391811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34935,\"Title\":\"Museum of Miniature Books\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.36634939999999,\"Long\":49.83254129999999,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5471,\"Title\":\"palace of shirvanshahs\",\"Description\":\"UNESCO World Heritage\\r\\nPalace of the Shirvanshahs is the biggest monument of the Shirvan-Absheron branch of Azerbaijan architecture. It is in the Inner City of Baku. There is the main building of the palace, Divanhane, the burial vaults, the shah&amp;#039;s mosque with a minaret, Seyid Yahya Bakuvi&amp;#039;s mausoleum, a portal in the east Murad&amp;#039;s gate, a reservoir and the remnants of the bath-house.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3665848,\"Long\":49.8332821,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/palace_of_shirvanshahs_2099_1527766595.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5519,\"Title\":\"National Museum, Baku\",\"Description\":\"The National Museum of History of Azerbaijan is the largest museum in Azerbaijan, located in Baku, in the former mansion of Azerbaijani oil magnate and philanthropist Haji Zeynalabdin Taghiyev. It was founded in 1920 and opened to visitor in 1921.At the second floor of Taghiyev&amp;#039;s residence, side by side there are two major ballrooms. One is based on eastward designs (Mauritanian) style and the other, on Occidental design. The Oriental Room has large plate glass windows, gilded arches, highly analogical walls, ceilings and chandeliers. The lines in the Occidental Room are more perpendicular to each other &amp;ndash; rectangular.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3694979,\"Long\":49.8401199,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/National_Museum,_Baku_2099_1527830236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5716,\"Title\":\"Ferris Wheel\",\"Description\":\"Baku Ferris Wheel, also known as the Baku Eye, is a Ferris wheel on Baku Boulevard in the Seaside National Park of Baku, capital of Azerbaijan. The wheel was built by the Dutch company Dutch Wheels.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528456522.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":34938,\"Title\":\"Azerbaijan Carpet Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.35992979999999,\"Long\":49.8358238,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17881,\"Title\":\"Nohur Lake\",\"Description\":\"Magnetizing Lake Nohur with its beautiful view to Caucasus Mountains, fresh air and deep water is something that entices tourists from all over the world. The visitors are so much amazed by the beauty of Lake Nohur, that they revisit the country to visit this lake. The tranquil atmosphere and chirping sound of birds create an ideal relaxation ambience to escape from the busy schedule of the city. Although swimming in the lake is prohibited, but you can go for fishing. You can also choose a boat or catamaran ride and relish the surrounding scenery. As the lake is beautifully situated at the end of the roads a bit hard to pass, you can reach by car. Road to Lake Nohur is on the Baku-Gabala highway, near the village of Nohurqishlag.\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35626\\/sightseeing\\/tNohur_Lake_35626_1604992777.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":17880,\"Title\":\"Gabalaland\",\"Description\":\"Gabalaland, which is also called the Disneyland of Gabala. It is in one of the most beautiful regions of Azerbaijani and attracts tourists looking for summer tour packages. Well in comparison with other cities of Azerbaijan Gabala is small in area as well as in sightseeing, but no matter how small Gabala is, this tourist spot is still ruling on number one here. The amusement park is full of slot machines, a laser Maxx playground, and 6D attractions. Also, two racing car tracks, motorcycle tracks, swimming pools, and areas for games like football, volleyball. The complex of gabalaland has artificial seven lakes, and some good cafes and restaurants who serve Azerbaijani cuisine and other continental dishes.&amp;nbsp;\",\"CurrencyType\":0,\"CityId\":35626,\"CityName\":\"Gabala\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35626\\/sightseeing\\/tGabalaland_35626_1604992362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25755,\"Title\":\"Tufandag Mountain Resort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.0331223,\"Long\":47.88688090000001,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5706,\"Title\":\"Gobustan National Park\",\"Description\":\"Gobustan State Reserve located west of the settlement of Gobustan, about 40 miles southwest of the centre of Baku was established in 1966 when the region was declared as a national historical landmark\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/36_1528454053.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4859,\"Title\":\"Ateshgah Temple of Fire Worshippers\",\"Description\":\"The Baku Ateshgah, often called the &quot;Fire Temple of Baku&quot; is a castle-like religious temple in Surakhani town, a suburb in Baku, Azerbaijan. Based on Persian and Indian inions, the temple was used as a Hindu, Sikh, and Zoroastrian place of worship. It was abandoned in the late 19th century, probably due to the dwindling of the Indian population in the area. The natural eternal flame went out in 1969, after nearly a century of exploitation of petroleum and gas in the area, but is now lit by gas piped from the nearby city.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.415731,\"Long\":50.0068021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/48_1525425794.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":5453,\"Title\":\"Absheron National Park, Azerbaijan\",\"Description\":\"In the Azizbeyov region of the city of Baku, Absheron National Park spans 783 hectares of protected land and is the perfect place to come to witness the stunning flora and fauna of Azerbaijan. The national park has a whole host of local wildlife such as gazelles, birds, jackals, badgers, and Caspian seals. The land here is mostly dry which lends itself to romantic rolling sand dunes and reed like grass that sways in the wind. The waters here are also known to be crystal clear and teaming with wildlife including the occasional sea snake. If you want to catch sight of the famed Caspian seals, you need to aim to visit from September onwards.\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.3128207,\"Long\":50.3451888,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/Absheron_National_Park,_Azerba_2099_1527764145.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":25676,\"Title\":\"Haydar Aliyev Centre\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":41.4197529,\"Long\":46.9289593,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":7130,\"Title\":\"Ganjlik Mall\",\"Description\":\"Famous Shopping Mall In Baku\",\"CurrencyType\":0,\"CityId\":2099,\"CityName\":\"Baku\",\"Lat\":40.400307,\"Long\":49.851988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2099\\/sightseeing\\/1211_1533472092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"414753\",\"Title\":\"Arrival at Heydar Aliyev International Airport\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Transfer from Airport to Hotel. Free time&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double 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\":\"414755\",\"Title\":\"BAKU 0LD CITY TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Our tour program starts with Old City or Inner City is the historical core of Baku, the capital of Azerbaijan. The Old City is the most ancient part of Baku, which is surrounded by walls were well protected, Maiden Tower and The Palace of the Shirvan shahs which has been mentioned on UNESCO&amp;rsquo;S World Cultural Heritage list.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10:00 -10:30 Maiden Tower&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;10:30-11:00 The Palace of the Shirvan shahs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;11:00-11:30 Juma Mosque,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;11:30-12:00 Old caravanserais&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;12:00-12:30 Bath houses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;12:30-13:00 Museum of Miniature Books&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;13:00-14:00 : Lunch in Restaurant&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;14:15-15:00 National Carpet Museum&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;15:00-15:30 Little Venice&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ferris Wheel ride 15:45-16:00&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Philharmonia Garden-sometimes called Gubernator&amp;#39;s or Governor&amp;#39;s Park, is a park in Baku, Azerbaijan, next to Baku fortress. The park was established beginning in 1830; ship&amp;#39;s captains coming from Iran were asked to bring a sack of soil to add to it. It was extended in the 1860s and 1870s to 4.6 hectares (11 acres) and originally called Mixaylovba??, Mikhaelovsky Garden, after the governor.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Group will experience the happening street of Nizami Street known for shopping. The street&amp;#39;s history could be traced back to Baku&amp;#39;s town-planning project of 1864. The street runs through the city&amp;#39;s downtown from west to east. It begins from Abdulla Shaig Street, in mountainous part of the city and ends at railroad bed on Sabit Orujov Street, near a monument to Shah Ismail Khatai in &amp;ldquo;Black City&amp;rdquo;. Total length of the street is 3,538 m.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fountains Square is a public square in downtown Baku, capital of Azerbaijan. The square was previously called Parapet and is often referenced to by the same name now. The name of the fountains square derives from the presence of dozens of fountains throughout the square first constructed during Soviet rule of Azerbaijan. The square is a public gathering place, especially after business hours and during the weekend.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;21;30-22;30 DINNER&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to Hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5717,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5489,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34935,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5519,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":34938,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414757\",\"Title\":\"GABALA &amp; TUFANDAG TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proceed to Departure to Gabala in the north-west of Azerbaijan The distance up to Baku 225 km (3hours)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nohur Lake-It is located in Qabala, another region of Azerbaijan that one passes when travelling to Sheki. Lake is not on the way but if you go a bit deeper towards the mountains this beautiful view opens up in front of you.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;14:00-15:00 Lunch in Gabala&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;15:30- 17:30 : Excursion in: Tufandaq&amp;rdquo;Winter-Summer Tourism Complexoffers cable car rides at any time of the year, skiing on the ski tracks of different difficulty level, ski training and ski school, catering service (cafe and restaurants), entertainment centres for kids, hotel and other services.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Gabala Amusement Park&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit to Gabaland - It is located in one of the most picturesque regions of Azerbaijan, this centre attracts summer tourists from Russia,Iran and Turkey .The main attractions are Drop tower, Twister, Swinger, Mini coaster, Techno pop, Butterfly, Bumper cars, Crazy clown, Pedal boats, Italian kiddie rides, Mini jet, Battery moto, Play ground, Trampoline, Lasermaxx, XD theatre, Ice ring dome, Horse &amp;amp; pony riding, Race mania, Nautic jet, Climbing wall, Bungee trampoline, Sky dive&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;17:30-20:30 Back to Baku&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;21:00- 22:30 : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17881,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17880,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25755,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414759\",\"Title\":\"GOBUSTAN &amp; MUD VOLCANOES TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After having breakfast at the hotel , you will go to the historical and national reserve of Gobustan. You will Meet your guide at your hotel in Baku and drive out of the city to Gobustan National Park. The park is actually a hill and mountain site at the southeast end of Azerbaijan&amp;rsquo;s Greater Caucasus mountain ridge. After it , you will visit to the Petroglyphs Museum and explore petroglyphs dating back to 10,000 BC and continue to mud volcanoes in Gobustan Reserve that is home to almost half of world&amp;rsquo;s mud volcanoes. The ancient monuments and sculptures that have been on the mountains for millennia will make your day unforgettable. &amp;bull; &amp;ldquo;Go Bustan &amp;ldquo; Rock Art Cultural Landscapes (at Seventy kilometers from Baku). &amp;bull; Mud Volcanoes in Alat. &amp;bull; &amp;ldquo;Bibi- Heybat&amp;rdquo; Mosque.Note: Mud Volcanoes depend on weather conditions \\/ Gobustan Mud volcanoes tickets include our package.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;17:30-20:30 Back to Baku&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;21:00- 22:30 : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfer to Hotel&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5706,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414761\",\"Title\":\"ABSHERON TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Trip to &amp;quot;Fire Mountain&amp;quot;-&amp;quot;Yanardag&amp;quot; -a mountain on Absheron peninsula , 25 km from north of Baku. Literally, word &amp;quot;Yanardag&amp;quot; means &amp;quot;Blazing mountain&amp;quot;. Blazing bodies of flame dance on stones and floor. Yanar dag is a natural gas fire which blazes continuously on a hillside on the Absheron Peninsula on the Caspian Sea near Baku, the capital of Azerbaijan, which itself is known as the &amp;quot;land of fire.&amp;quot; Tour starts with Ateshgah (Fire Worshippers Temple) Based on Persian and Indian inscriptions, the temple was used as a Hindu and Zoroastrian place of worship. &amp;ldquo;Atash&amp;rdquo; is the Persian word for fire.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;13:00-14:00 LUNCH&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;14:30-15:30 Tour continues with the visit to the charming example of modern achticture - The Heydar Aliyev Center- a 57,500 m2 building complex in Baku, Azerbaijan designed by Iraqi-British architect Zaha Hadid and noted for its distinctive architecture and flowing, curved style that eschews sharp angles. The center is named after Heydar Aliyev, the first secretary of Soviet Azerbaijan from 1969 to 1982, and president of Azerbaijan Republic from October 1993 to October 2003. (Photoshoot outside)&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4859,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414763\",\"Title\":\"SHOPPING TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Shopping tour will start from Ganjlik mall then 28 mall finally you will visit Deniz mall&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":33989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":562894,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"414765\",\"Title\":\"DEPARTURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast in Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Depature to Airport for return flight&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2099,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"56692\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"16061.76\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"16061.76\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16061.76,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":192.15,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14394.14\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14394.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":172.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"14394.14\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14394.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":172.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"28349.43\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28349.43,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":339.15,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56693\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"17553.83\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"17553.83\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17553.83,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":210,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"15973.99\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15973.99,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":191.1,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"15973.99\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15973.99,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":191.1,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-04\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"29929.27\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29929.27,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CWOB\":null,\"CEB\":null,\"COSTDO\":358.05,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&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;5% TCS Extra&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"414753\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[414753],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"414755\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[414755],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414757\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[414757],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414759\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[414759],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414761\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[414761],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414763\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[414763],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"414765\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[414765],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Baku','Baku,Eurasia,Azerbaijan,Gabala,QOBUSTAN','','2099',14394,29929,6,'',NULL,'[{\"day\":1,\"images\":\"Azerbaijan (4).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Azerbaijan (3).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Azerbaijan (2).jpg\"}]',2,'',0,'2023-07-04 00:00:00','2023-11-30 00:00:00','2023-11-30 00:00:00',3,'Azerbaijan','15','2023-07-04 00:00:00','2023-07-04 00:00:00',1,1,'1','1','0','Book Azerbaijan Tour Package, Azerbaijan tour, 6n 7d Azerbaijan tour, Baku Tour Package, Azerbaijan holiday packages','','Book Azerbaijan 6N/7D Tour Packages',NULL,'azerbaijan-6n/7d-tour',NULL,NULL,NULL,0),(293,4803,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4803\",\"VisaName\":\"UAE Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":6400,\"VisaChildRates\":6400,\"VisaInfantRates\":0,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"United Arab Emirates\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3-4 days\",\"VisaValidity\":\"60\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','United Arab Emirates','United Arab Emirates',NULL,'228',6400,6400,0,NULL,NULL,NULL,0,'',0,'2023-07-04 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'United Arab Emirates','228','2023-07-04 00:00:00','2023-07-04 00:00:00',1,1,'1','1','0','UAE tourist visa, UAE visa requirements, UAE visa application, Apply for UAE tourist visa, UAE visa online, UAE tourist visa types, UAE visa process, UAE visa fees, Tourist attractions in UAE, UAE travel tips, UAE visa for tourists, UAE visa information, Visit UAE as a tourist, UAE visa validity, How to get UAE tourist visa','Plan your trip to the UAE with our comprehensive guide on obtaining a tourist visa. Find out the latest visa rules and how to apply hassle-free.','Apply for UAE Tourist Visa From India',NULL,'uae-tourist-visa','[{\"question\":\"What is the duration of a UAE tourist visa for Indian citizens?\",\"answer\":\"Typically, UAE tourist visas for Indian citizens come in various durations, such as 14 days, 30 days, and 90 days. The specific duration depends on your travel plans and the type of visa you apply for.\"},{\"question\":\"What are the eligibility requirements for a UAE tourist visa from India?\",\"answer\":\"The eligibility criteria can vary depending on the type of visa and the UAE\'s immigration policies at the time of application. However, common requirements include a valid passport with a minimum of six months validity, a confirmed return flight ticket, proof of accommodation, sufficient funds to cover your stay, and sometimes a sponsor in the UAE.\"},{\"question\":\"Is it possible to extend a UAE tourist visa from India?\",\"answer\":\"In some cases, it is possible to extend a UAE tourist visa. However, extension policies may change over time, so it\'s essential to check with the UAE immigration authorities or your nearest UAE embassy or consulate for the most up-to-date information.\"},{\"question\":\"How can I apply for a UAE tourist visa as an Indian citizen?\",\"answer\":\"You can apply for a UAE tourist visa through various channels. One common option is to apply through a reputable travel agency or an airline that offers visa services. Alternatively, you can apply online through the official UAE government websites or visit the UAE embassy or consulate in India for visa application procedures.\"},{\"question\":\"What documents do I need to submit when applying for a UAE tourist visa from India?\",\"answer\":\"The required documents may vary based on the type and duration of the visa, but common documents include a completed visa application form, a valid passport, passport-sized photographs, proof of accommodation, confirmed return flight tickets, bank statements to demonstrate sufficient funds, and sometimes an invitation letter or sponsorship if applicable. It\'s advisable to check the specific requirements at the time of your application.\"}]',NULL,NULL,0),(294,56822,1,35,1,0,0,'Honeymoon,Wildlife,Beach,Family,Hill Station,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":56822,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/monsoon-special-nd-tour_1688629098\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Trivandrum\",\"DestinationPlacesSysId\":34288,\"SourcePlaces\":\"Munnar\",\"SourcePlaceSysId\":18697,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Monsoon Special 5N\\/6D Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Wildlife,Beach,Family,Hill Station,River Cruises\",\"Validity\":{\"From\":\"2023-07-06\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365265,\"Name\":\"HOTEL BLACK FOREST\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.033922\",\"Long\":\"76.987559\",\"Address\":\"Near Kallar Waterfalls, Vattiyar, Munnar, Kerala, Kerala, Munnar, India, 685612\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":141540,\"Name\":\"Tea Castle\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.03102\",\"Long\":\"77.047321\",\"Address\":\"Chitrapuram PO Munnar 685565\"},\"Images\":{\"Image\":[{\"ImagId\":3115674,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\"},{\"ImagId\":3115675,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_002.jpg\"},{\"ImagId\":3115676,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_003.jpg\"},{\"ImagId\":3115677,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_004.jpg\"},{\"ImagId\":3115678,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_005.jpg\"},{\"ImagId\":3115679,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_006.jpg\"}]},\"CityId\":18697,\"Brief\":\"Tea Castle is a luxury hotel located 4 kms from Munnar located in the tea valley view in Chitrapuram. It is conveniently situated with easy access to all the major tourist attraction in and around Munnar. A nature lovers haven on Earth it is flanked by an evergreen carpet of tea plantations on the one side and stunning views of valleys on the other.\",\"MainImg\":\"https:\\/\\/cdn.hotelbeds.com\\/giata\\/25\\/256480\\/256480a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"100000000000100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528323,\"Name\":\"Tea Village\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0256387\",\"Long\":\"77.047915\",\"Address\":\"SOUTH, Munnar Bypass, DIST, Chithirapuram, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":86,\"Title\":\"Attukal Waterfalls\",\"Description\":\"The waterfall lays 9 km away from the Munnar town, on the way to Pallivasal.  Attukal offers the beauty of water falling from the top of the mountain. The sight of the roaring water and the rolling hills around is something which you can never delete from your memories.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1415\\/thumb\\/Attukal Waterfalls_231.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1276,\"Title\":\"Padmanabhapuram Palace\",\"Description\":\"Padmanabhapuram Palace is a Travancore era palace located in Padmanabhapuram, Kalkulam taluk of Kanyakumari District, Tamil Nadu. It is also known as Kalkulam Palace.\\r\\nPadmanabhapuram is the former capital city of the erstwhile Hindu Kingdom of Travancore. It is around 20km from Nagercoil, and 60km from Thiruvananthapuram city. The \\r\\npalace is complex inside with an old granite fortress around four kilometers long. The palace is located at the foot of the Veli Hills, which forms a part of the Western Ghats. The\\r\\n river Valli flows nearby. Another palace known as kuttalam Palace is situated in Kuttalam in Tenkasi, Thirunelveli district, Tamil Nadu which is also under the ownership of Kerala government. It is situated in the Tenkasi, Tirunelveli District, Tamil Nadu (before state reorganisation, Kanyakumari District, Chenkottah Taluk, Tenkasi Taluk including the areas of Kuttalam are in the control of Travancore Kingdom in Kerala).\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":10.8505159,\"Long\":76.2710833,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6259\\/thumb\\/Padmanabhapuram Palace_61.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":24487,\"Name\":\"Arcadia Regency\",\"Star\":\"3.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.49617\",\"Long\":\"76.338731\",\"Address\":\"NH47, Near Iron Bridge, Alappuzha, Kerala 688001\"},\"Images\":{\"Image\":[{\"ImagId\":4794027,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (3).jpg\"},{\"ImagId\":4794028,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (4).jpg\"},{\"ImagId\":4794029,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_images (6).jpg\"},{\"ImagId\":4794030,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_images (9).jpg\"},{\"ImagId\":4794031,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/298\\/298496\\/298496_14020618100018269572.jpg?s=312x\"},{\"ImagId\":4794032,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/298\\/298496\\/298496_120222115432.jpg?s=312x\"},{\"ImagId\":4794033,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/298\\/298496\\/298496_14090518260021909261.jpg?s=312x\"},{\"ImagId\":4794034,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/298\\/298496\\/298496_15110319070037446076.jpg?s=312x\"},{\"ImagId\":4794035,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/298\\/298496\\/298496_15110319070037446077.jpg?s=312x\"}]},\"CityId\":670,\"Brief\":\"Set in a prime location of Alleppey, Arcadia Regency Hotel puts everything the city has to offer just outside your doorstep. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. All the necessary facilities, including facilities for disabled guests, Wi-Fi in public areas, car park, room service, airport transfer, are at hand. Each guestroom is elegantly furnished and equipped with handy amenities. Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel&#039;s recreational facilities, including outdoor pool, indoor pool. Arcadia Regency Hotel combines warm hospitality with a lovely ambiance to make your stay in Alleppey unforgettable.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/15008_download (2).jpg\",\"AccoAminitiesMask\":\"1111100000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":24475,\"Name\":\"Pagoda Resorts\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.50076\",\"Long\":\"76.3463\",\"Address\":\"CCNB Road, Chungam \"},\"Images\":{\"Image\":[{\"ImagId\":578944,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\"},{\"ImagId\":578945,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_8_t.jpg\"},{\"ImagId\":578946,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_7_t.jpg\"},{\"ImagId\":578947,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_6_t.jpg\"},{\"ImagId\":578948,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_5_t.jpg\"},{\"ImagId\":578949,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_4_t.jpg\"},{\"ImagId\":578950,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_3_t.jpg\"},{\"ImagId\":578951,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_2_t.jpg\"},{\"ImagId\":578952,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_1_t.jpg\"}]},\"CityId\":670,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;When you stay at Pagoda Resorts in Alappuzha, you&amp;apos;ll be convenient to Alappuzha Beach.  This hotel is within the region of Vembanad Lake and Kumarakom Boat Jetty.&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 2 air-conditioned rooms featuring refrigerators. Conveniences include phones and 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;Relax and unwind with massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a health club and an outdoor pool. Additional amenities at this Art Deco hotel include wireless Internet access (surcharge), an arcade\\/game room, and wedding 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 satisfying meal at a restaurant serving guests of Pagoda Resorts. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet 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, express check-in, and express check-out. Planning an event in Alappuzha? This hotel has facilities measuring 3229 square feet (300 square meters), including a conference center. A train station pick-up service is provided at no charge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1850000\\/1843300\\/1843281\\/1843281_9_t.jpg\",\"AccoAminitiesMask\":\"101110000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":528331,\"Name\":\"Palmgrove Lake Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.519682699999997\",\"Long\":\"76.3558918\",\"Address\":\"NT Ward, Punnamada, Alappuzha, Kerala 688006, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":86,\"Title\":\"Attukal Waterfalls\",\"Description\":\"The waterfall lays 9 km away from the Munnar town, on the way to Pallivasal.  Attukal offers the beauty of water falling from the top of the mountain. The sight of the roaring water and the rolling hills around is something which you can never delete from your memories.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1415\\/thumb\\/Attukal Waterfalls_231.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1276,\"Title\":\"Padmanabhapuram Palace\",\"Description\":\"Padmanabhapuram Palace is a Travancore era palace located in Padmanabhapuram, Kalkulam taluk of Kanyakumari District, Tamil Nadu. It is also known as Kalkulam Palace.\\r\\nPadmanabhapuram is the former capital city of the erstwhile Hindu Kingdom of Travancore. It is around 20km from Nagercoil, and 60km from Thiruvananthapuram city. The \\r\\npalace is complex inside with an old granite fortress around four kilometers long. The palace is located at the foot of the Veli Hills, which forms a part of the Western Ghats. The\\r\\n river Valli flows nearby. Another palace known as kuttalam Palace is situated in Kuttalam in Tenkasi, Thirunelveli district, Tamil Nadu which is also under the ownership of Kerala government. It is situated in the Tenkasi, Tirunelveli District, Tamil Nadu (before state reorganisation, Kanyakumari District, Chenkottah Taluk, Tenkasi Taluk including the areas of Kuttalam are in the control of Travancore Kingdom in Kerala).\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":10.8505159,\"Long\":76.2710833,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6259\\/thumb\\/Padmanabhapuram Palace_61.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":563256,\"Name\":\"Leela Backwater Inn\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563257,\"Name\":\"Soma Palmshore\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":114439,\"Name\":\"Sagara Beach Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.383637\",\"Long\":\"76.981378\",\"Address\":\"Light House Road Kovalam\"},\"Images\":{\"Image\":[{\"ImagId\":2497212,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_24_t.jpg\"},{\"ImagId\":2497213,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_14_t.jpg\"},{\"ImagId\":2497214,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_27_t.jpg\"},{\"ImagId\":2497215,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_25_t.jpg\"},{\"ImagId\":2497216,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_22_t.jpg\"},{\"ImagId\":2497217,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_16_t.jpg\"},{\"ImagId\":2497218,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_21_t.jpg\"},{\"ImagId\":2497219,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_18_t.jpg\"},{\"ImagId\":2497220,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_13_t.jpg\"},{\"ImagId\":2497221,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_17_t.jpg\"},{\"ImagId\":2497222,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_23_t.jpg\"},{\"ImagId\":2497223,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_20_t.jpg\"},{\"ImagId\":2497224,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_26_t.jpg\"},{\"ImagId\":2497225,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_19_t.jpg\"},{\"ImagId\":2497226,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_15_t.jpg\"},{\"ImagId\":2497227,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_12_t.jpg\"},{\"ImagId\":2497228,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_11_t.jpg\"},{\"ImagId\":2497229,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_10_t.jpg\"},{\"ImagId\":2497230,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_9_t.jpg\"},{\"ImagId\":2497231,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_8_t.jpg\"},{\"ImagId\":2497232,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_7_t.jpg\"},{\"ImagId\":2497233,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_6_t.jpg\"},{\"ImagId\":2497234,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_5_t.jpg\"},{\"ImagId\":2497235,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_4_t.jpg\"},{\"ImagId\":2497236,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_3_t.jpg\"},{\"ImagId\":2497237,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_2_t.jpg\"},{\"ImagId\":2497238,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_1_t.jpg\"}]},\"CityId\":14455,\"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 Thiruvananthapuram, Sagara Beach Resort is by the sea, minutes from Lighthouse Beach, and close to Hawah Beach.  This beach hotel is within close proximity of Vizhinjam Beach and Kovalam Beach.&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 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.&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 wireless Internet access (surcharge), babysitting\\/childcare, 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;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 dry cleaning\\/laundry services and an elevator (lift). A roundtrip airport shuttle is complimentary (available on request), and a train station pick-up service is also provided at no charge.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4702700\\/4702673\\/4702673_24_t.jpg\",\"AccoAminitiesMask\":\"101001000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":86,\"Title\":\"Attukal Waterfalls\",\"Description\":\"The waterfall lays 9 km away from the Munnar town, on the way to Pallivasal.  Attukal offers the beauty of water falling from the top of the mountain. The sight of the roaring water and the rolling hills around is something which you can never delete from your memories.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1415\\/thumb\\/Attukal Waterfalls_231.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1739,\"Title\":\"Tea Gardens\",\"Description\":\"Tea Garden has become one of the reasons behind the international fame of the hill station of Munnar and regarded as a prominent hub of tea trade in the country. This hill station is synonymous with rolling hills that are carpeted with verdant plantations of tea. This place is recognised for having some of the best and most beautiful tea gardens across the globe. In present times, the hill station has more than 50 tea gardens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0868868,\"Long\":77.0652156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Gardens_18697_1521638841.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":4388,\"Title\":\"Kovalam Beach\",\"Description\":\"Kovalam Beach is a magnificent and an internationally renowned beach. It has been a favourite haunt of tourists with amassive rocky promontory on the beach that has created a beautiful bay of calm waters ideal for sea bathing. Sunbathing, swimming, herbal body toning massages, special cultural programmes and catamaran cruising are some of the best facilities offered here. The beach complex includes budget cottages, convention facilities, shopping zones, swimming pools, Ayurvedic health resorts, Yoga and Ayurvedic massage centres.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.3888922,\"Long\":76.9760433,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14455\\/sightseeing\\/Kovalam_Beach_14455_1521180275.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1276,\"Title\":\"Padmanabhapuram Palace\",\"Description\":\"Padmanabhapuram Palace is a Travancore era palace located in Padmanabhapuram, Kalkulam taluk of Kanyakumari District, Tamil Nadu. It is also known as Kalkulam Palace.\\r\\nPadmanabhapuram is the former capital city of the erstwhile Hindu Kingdom of Travancore. It is around 20km from Nagercoil, and 60km from Thiruvananthapuram city. The \\r\\npalace is complex inside with an old granite fortress around four kilometers long. The palace is located at the foot of the Veli Hills, which forms a part of the Western Ghats. The\\r\\n river Valli flows nearby. Another palace known as kuttalam Palace is situated in Kuttalam in Tenkasi, Thirunelveli district, Tamil Nadu which is also under the ownership of Kerala government. It is situated in the Tenkasi, Tirunelveli District, Tamil Nadu (before state reorganisation, Kanyakumari District, Chenkottah Taluk, Tenkasi Taluk including the areas of Kuttalam are in the control of Travancore Kingdom in Kerala).\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":10.8505159,\"Long\":76.2710833,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6259\\/thumb\\/Padmanabhapuram Palace_61.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1606,\"Title\":\"Shri Padmanabhaswamy Temple\",\"Description\":\"Padmanabhaswamy Temple is located in Thiruvananthapuram, Kerala, India. The temple is built in an intricate fusion of the indigenous Kerala style and the Tamil style of architecture associated with the temples located in the neighbouring state of Tamil Nadu, featuring high walls, and a 16th-century Gopuram.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4824205,\"Long\":76.942884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/909\\/thumb\\/Shri Pandmanbhaswamy Temple_529.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"415826\",\"Title\":\"Arrival at Cochin Airport\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Cochin &amp;amp; Proceed to Munnar { 150 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into hotel &amp;amp; Relax. Day at Leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528323,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe 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\":\"415829\",\"Title\":\"Munnar Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Brekafast, Go For Local Sight Seeing in and Around Munnar Like Mattupatty Dam, Attukal Waterfalls, Echo Point, Tea Plantation Visit, Rajamalai, Ervikulam National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Back to the Hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365265,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":141540,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528323,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":86,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1739,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415832\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"415835\",\"Title\":\"Transfer To Alleppey\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proceed to Alleppey\\/Kumarakom { 190 Kms Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into the Hotel \\/ Resort and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening go for&amp;nbsp;the Backwater Ride in the Lush Green Village of Kerala { Own Cost }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel and Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":24475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":528331,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe 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\":\"415838\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"415841\",\"Title\":\"Transfer To Kovalam\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proceed to Kovalam { 180Kms. Drive, 4 Hours Journey }&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check into Hotel and Relax.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Day at Leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563256,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":563257,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":114439,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe 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\":\"415844\",\"Title\":\"Local Sightseeing In &amp; Around Trivandrum\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast go for the Local Sight Seeing in and Around Trivandrum Like the Famous Padmanabhaswami Temple, Padmanabhapuram Palace and Evening Relax on the Kovalam Beach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Overnight.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563256,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":563257,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":114439,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4388,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1276,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1606,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415847\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proceed to Trivandrum. { 100 Kms. Drive, 2 Hours Journey }.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;End of the Memorable Trip to the God&amp;#39;s Own Country.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"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\":\"56822\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"16852.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-06\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":13643,\"priceDoubleOcc\":\"16852.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6152.50\",\"priceWithoutBed\":\"5350.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16852.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":5350,\"CEB\":6152.5,\"COSTDO\":16852.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7222.5,\"COSTTO\":7222.5}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56823\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"17922.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-06\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14534,\"priceDoubleOcc\":\"17922.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"6955.00\",\"priceWithoutBed\":\"6152.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17922.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6152.5,\"CEB\":6955,\"COSTDO\":17922.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7757.5,\"COSTTO\":7757.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56824\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"23005.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-06\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18190,\"priceDoubleOcc\":\"23005.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"7490.00\",\"priceWithoutBed\":\"6687.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23005,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6687.5,\"CEB\":7490,\"COSTDO\":23005,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":8560,\"COSTTO\":8560}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"415826\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[415826],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415829\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[415829],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"415832\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[415832],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415835\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[415835],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"415838\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[415838],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415841\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[415841],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"415844\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[415844],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"415847\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[415847],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Munnar,Alleppey,Kovalam','Munnar,Kerala,Indian Subcontinent,South India,India,Alleppey,Kovalam,Trivandrum','','18697,670,14455',16853,23005,5,'',NULL,'[{\"day\":1,\"images\":\"Kerala (2).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Kerala (4).jpg\"},{\"day\":4,\"images\":\"Kerala (3).jpg\"},{\"day\":5,\"images\":\"Kerala (6).jpg\"},{\"day\":6,\"images\":\"Kerala (5).jpg\"}]',2,'',0,'2023-07-06 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-07-06 13:37:12','2023-07-06 00:00:00',1,1,'1','1','0','Kerala monsoon tour, Monsoon special Kerala tour, Kerala backwater cruise, Rainy season in Kerala, Kerala monsoon travel package, Green landscapes of Kerala, Kerala waterfalls during monsoon, Authentic Kerala cuisine, Monsoon attractions in Kerala, Kerala nature during monsoon','Experience the enchanting beauty of Kerala during the monsoon season with our specially curated 5 Nights/6 Days tour. Immerse yourself in the lush green landscapes, enjoy serene backwater cruises, witness cascading waterfalls, and savor the flavors of authentic Kerala cuisine. Book Now!','Book Kerala Monsoon Special 5N/6D Tour Package',NULL,'monsoon-special-5n/6d-tour',NULL,NULL,NULL,0),(295,57163,1,35,0,0,0,'Honeymoon,Hill Station,Heritage,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":57163,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/karnataka-honeymoon-special_1689070365\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bengaluru\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Karnataka Honeymoon Special\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Breakfast & Dinner\",\"PackageType\":\"Honeymoon,Hill Station,Heritage,Romantic\",\"Validity\":{\"From\":\"2023-07-15\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":564194,\"Name\":\"Zip by Spree Hotels Whitefield\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Spree Deluxe Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":139,\"Title\":\"Bangalore Palace\",\"Description\":\"The ground floor consists of an open courtyard containing granite seats covered with fluorescent blue ceramic tiles.[3] It also contains a ballroom for holding private parties. The first floor, containing an elaborate hall known as the Durbar Hall, can be reached by climbing a decorated staircase. This is a sprawling hall where the king used to address the assembly.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9930596,\"Long\":77.5882422,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/911\\/thumb\\/Bangalore Palace_747.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50388,\"Title\":\"Chitrakala Parishath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1190,\"Title\":\"Namdroling Nyingmapa Monastery\",\"Description\":\"Namdroling Monastery is the largest teaching centre of the school of Tibetan Buddhism known as Nyingmapa. It is spread over an area of 80 square feet and was built from Bamboo which was donated by the Indian Government to the Tibetans in exile. Today, it houses many auxiliary structures like educational institutions and a hospital, in addition to being home to about 5,000 members of the Sangha community.   Namdroling Monastery holds some excellent examples of Tibetan architecture and artwork, as seen with the elaborately decorated temple tower and ornate outer walls, intricately adorned with beautiful murals. The red doors have giant golden knockers.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.430894,\"Long\":75.9674149,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/405\\/thumb\\/Tibetan Temples_105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50389,\"Title\":\"Krishna Raja Sagara Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50390,\"Title\":\"Eddakal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50391,\"Title\":\"Jain Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":564195,\"Name\":\"The Windflower Resorts & Spa\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Studio Room\",\"MealTypeName\":\"AP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":139,\"Title\":\"Bangalore Palace\",\"Description\":\"The ground floor consists of an open courtyard containing granite seats covered with fluorescent blue ceramic tiles.[3] It also contains a ballroom for holding private parties. The first floor, containing an elaborate hall known as the Durbar Hall, can be reached by climbing a decorated staircase. This is a sprawling hall where the king used to address the assembly.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9930596,\"Long\":77.5882422,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/911\\/thumb\\/Bangalore Palace_747.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50388,\"Title\":\"Chitrakala Parishath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1190,\"Title\":\"Namdroling Nyingmapa Monastery\",\"Description\":\"Namdroling Monastery is the largest teaching centre of the school of Tibetan Buddhism known as Nyingmapa. It is spread over an area of 80 square feet and was built from Bamboo which was donated by the Indian Government to the Tibetans in exile. Today, it houses many auxiliary structures like educational institutions and a hospital, in addition to being home to about 5,000 members of the Sangha community.   Namdroling Monastery holds some excellent examples of Tibetan architecture and artwork, as seen with the elaborately decorated temple tower and ornate outer walls, intricately adorned with beautiful murals. The red doors have giant golden knockers.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.430894,\"Long\":75.9674149,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/405\\/thumb\\/Tibetan Temples_105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50389,\"Title\":\"Krishna Raja Sagara Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50390,\"Title\":\"Eddakal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50391,\"Title\":\"Jain Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142170,\"Name\":\"Sandesh the Prince\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Executive Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":139,\"Title\":\"Bangalore Palace\",\"Description\":\"The ground floor consists of an open courtyard containing granite seats covered with fluorescent blue ceramic tiles.[3] It also contains a ballroom for holding private parties. The first floor, containing an elaborate hall known as the Durbar Hall, can be reached by climbing a decorated staircase. This is a sprawling hall where the king used to address the assembly.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9930596,\"Long\":77.5882422,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/911\\/thumb\\/Bangalore Palace_747.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50388,\"Title\":\"Chitrakala Parishath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1190,\"Title\":\"Namdroling Nyingmapa Monastery\",\"Description\":\"Namdroling Monastery is the largest teaching centre of the school of Tibetan Buddhism known as Nyingmapa. It is spread over an area of 80 square feet and was built from Bamboo which was donated by the Indian Government to the Tibetans in exile. Today, it houses many auxiliary structures like educational institutions and a hospital, in addition to being home to about 5,000 members of the Sangha community.   Namdroling Monastery holds some excellent examples of Tibetan architecture and artwork, as seen with the elaborately decorated temple tower and ornate outer walls, intricately adorned with beautiful murals. The red doors have giant golden knockers.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.430894,\"Long\":75.9674149,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/405\\/thumb\\/Tibetan Temples_105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50389,\"Title\":\"Krishna Raja Sagara Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50390,\"Title\":\"Eddakal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50391,\"Title\":\"Jain Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":29412,\"Title\":\"Wayanad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":564196,\"Name\":\"Great Trails Wayanad\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Estate Villa Balcony\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":29412,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Estate Villa Balcony\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":139,\"Title\":\"Bangalore Palace\",\"Description\":\"The ground floor consists of an open courtyard containing granite seats covered with fluorescent blue ceramic tiles.[3] It also contains a ballroom for holding private parties. The first floor, containing an elaborate hall known as the Durbar Hall, can be reached by climbing a decorated staircase. This is a sprawling hall where the king used to address the assembly.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9930596,\"Long\":77.5882422,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/911\\/thumb\\/Bangalore Palace_747.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50388,\"Title\":\"Chitrakala Parishath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1190,\"Title\":\"Namdroling Nyingmapa Monastery\",\"Description\":\"Namdroling Monastery is the largest teaching centre of the school of Tibetan Buddhism known as Nyingmapa. It is spread over an area of 80 square feet and was built from Bamboo which was donated by the Indian Government to the Tibetans in exile. Today, it houses many auxiliary structures like educational institutions and a hospital, in addition to being home to about 5,000 members of the Sangha community.   Namdroling Monastery holds some excellent examples of Tibetan architecture and artwork, as seen with the elaborately decorated temple tower and ornate outer walls, intricately adorned with beautiful murals. The red doors have giant golden knockers.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.430894,\"Long\":75.9674149,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/405\\/thumb\\/Tibetan Temples_105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50389,\"Title\":\"Krishna Raja Sagara Dam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1167,\"Title\":\"Mysore Zoo\",\"Description\":\"It is one of the oldest and most popular zoos in India, and is home to a wide range of species i.e 168. The zoo had completed 100 years in 1992. The zoo also has five green anacondas. It also has giraffes, zebras, lions, tigers, white rhinoceroses, and baboons.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3009783,\"Long\":76.6678762,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/234\\/thumb\\/Mysore Zoo_327.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50390,\"Title\":\"Eddakal Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":50391,\"Title\":\"Jain Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":29412,\"CityName\":\"Wayanad\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"418452\",\"Title\":\"Arrival at Bangalore &amp; Half Day Bangalore Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Upon your arrival at Bangalore Airport\\/\\/Railway Station, meet our representative who will greet you and assist you with a comfortable transfer to your hotel. Check in and relax. Bangalore is also known as &amp;#39;The Garden City&amp;#39;. Also a major IT hub, Bangalore is India&amp;#39;s very own Silicon Valley. Visit the famous sites of this vibrant cosmopolitan city to experience a fascinating mix of the old and new.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bangalore Palace is a majestic palace enclosed by beautiful gardens and located in the heart of the city. Its architecture features a wooden structure with intricate carvings and is quite reminiscent of medieval castles and bygone royal culture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sri Radha Krishna Temple is a magnificent shrine and one of the largest ISKCON (International Society for Krishna Consciousness) temples in the world.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Karnataka Chitrakala Parishath is home to museums that feature rare collections, such as Mysore paintings, leather puppets, Russian artists, and various sculptures. Venkatappa Art Gallery is a great stop for art lovers. It features sculptures, paintings, and a good collection of artefacts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lal Bagh Botanical Garden, previously known as the Rose and Cypress garden, got its name from the collection of red roses that bloomed all year round in this garden. It is considered one of the most diverse botanical gardens in South Asia and was built way back in 1760.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vidhana Soudha counts as one of the most imposing as well as the most magnificent buildings in Bangalore. It rises to a height of almost 46 m and is mainly famous for housing the Legislative Chambers of the state government.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your evening is free for leisure and your own activity. Bangalore is great for shopping and a fun night out. Shop for sarees, jewelery, silk, handicrafts and antiques. Go for a pub crawl in the heart of Bangalore! Return to your hotel in the evening. Overnight stay in Bangalore.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":564194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Spree Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":139,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":50388,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"418453\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"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\":\"418454\",\"Title\":\"Transfer from Bangalore to Coorg via Mysore &amp; Kushalnagar\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Early morning post breakfast check out from the hotel and proceed to Coorg (265Kms\\/6Hrs).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;En route visit Mysore Palace (150kms\\/3Hrs): The Maharaja&amp;#39;s Palace is a beautiful three storied stone building of fine grey granite and rich pink marble domes, overlooking this structure is a five-storied 145 foot tower whose domes are gilded in gold. The Palace is set in a carefully laid out gardens. The palace complex has a selection of twelve Hindu temples. The oldest of these was built in the 14th century, while the most recent was built in 1953. Someshvara Temple, dedicated to God Lord Shiva and Lakshmiramana Temple, dedicated to God Lord Vishnu are some of the more famous temples.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next we proceed to Kushalnagar (88Kms\\/2hrs). Visit Bylakuppe - largest Tibetan settlement in South India famous for the Golden Temple (or Namdroling Monastery). It holds some excellent examples of Tibetan architecture and artwork with elaborately decorated temple tower and ornate outer walls, intricately adorned with beautiful murals. The red doors have giant golden knockers. Inside, one has the privilege of witnessing the enormous 40 feet high golden statues of Guru Padmasambhava, Buddha Sakyamuni and Amityaus, surrounded by lovely paintings of various aspects of Tibetan Buddhist mythology.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening transfer to Coorg hotel, check in &amp;amp; unwind. Overnight stay at Coorg.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":564195,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Studio Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1190,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":263,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"418455\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"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\":\"418456\",\"Title\":\"Transfer from Coorg to Mysore &amp; Half Day Mysore Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from the hotel and transfer to Mysore (110km\\/3hr) , also knows as&amp;#39; The City of Palaces&amp;quot;&amp;quot; On arrival check in to the hotel and relax. Later proceed for half day Mysore sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Mysore Zoo it was started by chamaraja Wodeyar X initially as a private Zoo. The Zoo has about 1500 animals, ranging from the opossum to orangutan. This Zoo houses a wide range of animals. Mysuru Zoo was the first in the country to obtain gorilla and penguin&amp;rsquo;s.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later proceed for the famous Mysore Palace (or Maharaja&amp;#39;s Palace). This historical, royal place of residence of the Wadiyars is a splendid architectural feat and houses some of the artifacts from the historic times. The Palace is set in carefully laid out gardens. It is a beautiful three storied stone building of fine gray granite and rich pink marble domes, overlooking this structure is a five-storied 145 foot tower whose domes are gilded in gold.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening Krishna Raja Sagara Dam built over the River Cauvery near to the conjunction of three rivers namely, Cauvery, Hemavathi &amp;amp; Lakshmana Thirtha. Get mesmerised by colorful &amp;amp; stunning Brindavan Gardens known for its symmetric design and illuminated terrace gardens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Explore shopping as Mysore is also an ideal destination for buying Sandalwood products &amp;amp; Silk sarees. Return to hotel in evening. Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":142170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Superior Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":50389,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1167,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"418457\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"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\":\"418458\",\"Title\":\"Transfer from Mysore to Wayanad - Half Day Wayanad Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast checkout from hotel and transfer to Wayanad (180Kms\\/3.5Hrs). Wayanad is a beautiful hill station located on the fringe of Tamil Nadu and Kerala. Wayanad is an ideal destination to explore nature, wildlife and tradition. Set amidst picturesque landscape, it is home to some of the oldest tribes untouched by civilization, charming waterfalls, caves and sprawling plantations of tea, coffee, pepper, cardomom and rubber.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Jain Temple (115Kms from Mysore) dating back to the 13th century, is said to have been built in the prevalent architectural style of the then reigning Vijayanagar Dynasty. Pillars and walls of the temple are sculpted with symbols of Jainism such as Swan in meditative posture, Nagapasham (the entwined snake) and 7 levels to achieve Nirvana.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Eddakal Caves Famous for its rock and wall carvings.The caves measure at a massive length and width of 96 and 22 feet respectively one needs to trek for one and half hour to reach the cave entrance, and another 45 minutes to reach the mouth of the cave. The Edakkal caves are of historical and archaeological significance as it has carvings that date back to the Neolithic era, the late Stone Age.The rock carvings here are of at least three distinct types, with the oldest one dating back to a period as long as 8,000 years ago. Return to hotel in the evening. Check in to your hotel and relax. Evening free for own activity. Overnight stay at Wayanad.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":564196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Estate Villa Balcony\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":50390,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":50391,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"418459\",\"Title\":\"Day At Leisure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Spend the day at leisure, exploring Wayanad by your own.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":564196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Estate Villa Balcony\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Estate Villa Balcony\"},{\"IsIncluded\":false,\"Id\":564196,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Estate Villa Balcony\"}],\"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\":\"418460\",\"Title\":\"Transfer from Wayanad to Bangalore - Departure from Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast check out from the hotel and transfer to Bangalore airport \\/ railway station (280km\\/6hr) with fun filled memories&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29412,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"57163\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"33600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-11\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"33600.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":33600,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":33600,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"418452\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[418452],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"418453\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[418453],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"418454\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[418454],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"418455\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[418455],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"418456\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[418456],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"418457\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[418457],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"418458\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[418458],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"418459\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[418459],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"418460\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[418460],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Coorg,Mysore,Wayanad','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Coorg,Mysore,Wayanad,Kerala','','2262,6879,18821,29412',33600,33600,5,'',NULL,'[{\"day\":1,\"images\":\"Karnataka (7).jpg\"},{\"day\":2,\"images\":\"Karnataka (8).jpg\"},{\"day\":3,\"images\":\"Karnataka (10).jpg\"},{\"day\":4,\"images\":\"Karnataka (11).jpg\"},{\"day\":5,\"images\":\"Karnataka (12).jpg\"},{\"day\":6,\"images\":\"Karnataka (13).jpg\"}]',2,'',0,'2023-07-15 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-07-15 11:22:42','2023-07-15 00:00:00',1,1,'1','1','0','Karnataka honeymoon package, 5 nights/6 days tour, romantic getaway, honeymoon destinations in Karnataka, scenic landscapes, historic monuments, authentic cuisine, unforgettable memories, book now','Experience an enchanting honeymoon in Karnataka with our 5 nights/6 days tour package. Immerse yourself in the beauty of lush landscapes, visit historic monuments, indulge in authentic cuisine, and create unforgettable memories. Book your dream honeymoon today!','Karnataka 5 Nights/6 Days Honeymoon Tour Package',NULL,'karnataka-honeymoon-special',NULL,NULL,NULL,0),(296,46626,1,35,0,0,0,'Religious',NULL,1,1,0,'{\"package\":{\"TPId\":46626,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Madurai:&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Madurai is an energetic, ancient city on the Vaigai River in the South Indian state of Tamil Nadu. Its skyline is dominated by the 14 colorful gopurams (gateway towers) of Meenakshi Amman Temple. Covered in bright carvings of Hindu gods, the Dravidian-style temple is a major pilgrimage site. Millions attend the processions and ceremonies of April&amp;#39;s Chithirai Festival celebrating Meenakshi and Lord Vishnu.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rameswaram:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rameswaram is a town on Pamban Island, in the southeast Indian state of Tamil Nadu. It&amp;rsquo;s known for Ramanathaswamy Temple, a Hindu pilgrimage site with ornate corridors, huge sculpted pillars and sacred water tanks. Devotees bathe in the waters of Agni Theertham, off the beach east of the temple. Gandamadana Parvatham is a hill with island views. A chakra (wheel) here is said to bear an imprint of Lord Rama&amp;rsquo;s feet&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"14,400\\/-\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Madurai\",\"DestinationPlacesSysId\":16319,\"SourcePlaces\":\"Madurai\",\"SourcePlaceSysId\":16319,\"AgencyName\":\"Connect India\",\"Name\":\"Madurai and Rameswaram Tour Package \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6801\",\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Religious\",\"Validity\":{\"From\":\"2023-07-19\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16319,\"Title\":\"Madurai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":533207,\"Name\":\"MMR\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.956871\",\"Long\":\"78.0716049\",\"Address\":\"C7, Parava Market, Madurai, Tamil Nadu 625001, India\"},\"Images\":[],\"CityId\":16319,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6811,\"Title\":\"Agnitheertham\",\"Description\":\"One of the 64 sacred baths in Rameshwaram, the Agnitheertham is one of the most important theertham and receives a large number of tourists each day. Located on the beach side of Sri Ramanathaswamy temple, Agnitheertham is the only theertham sited outside the temple complex. The devotees visiting the theertham offer their prayers to the deity and atone their sins by taking a dip in the holy waters.\",\"CurrencyType\":0,\"CityId\":22535,\"CityName\":\"Rameshwaram\",\"Lat\":9.2886164,\"Long\":79.3213819,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22535\\/sightseeing\\/Agnitheertham__22535_1531305154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6809,\"Title\":\"Five-faced Hanuman Temple\",\"Description\":\"Five-faced Hanuman temple is the most renowned temple in Rameshwara. It has mythological evidence where Hanuman showed his profile with five faces. He is reckoned to be embellished with senthooram at this particular place.\",\"CurrencyType\":0,\"CityId\":22535,\"CityName\":\"Rameshwaram\",\"Lat\":9.2881136,\"Long\":79.3173919,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22535\\/sightseeing\\/Five-faced_Hanuman_Temple_22535_1531304709.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":24641,\"Title\":\"Sri Ramanathaswamy Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Ramanathaswamy Temple is a Hindu temple dedicated to the god Shiva located on Rameswaram island in the state of Tamil Nadu, India. It is also one of the twelve Jyotirlinga temples&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36423,\"CityName\":\"Rameswaram\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36423\\/sightseeing\\/6135_1655882952.jpg\",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":24644,\"Title\":\"nil\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16319,\"CityName\":\"Madurai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":22535,\"Title\":\"Rameshwaram\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6811,\"Title\":\"Agnitheertham\",\"Description\":\"One of the 64 sacred baths in Rameshwaram, the Agnitheertham is one of the most important theertham and receives a large number of tourists each day. Located on the beach side of Sri Ramanathaswamy temple, Agnitheertham is the only theertham sited outside the temple complex. The devotees visiting the theertham offer their prayers to the deity and atone their sins by taking a dip in the holy waters.\",\"CurrencyType\":0,\"CityId\":22535,\"CityName\":\"Rameshwaram\",\"Lat\":9.2886164,\"Long\":79.3213819,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22535\\/sightseeing\\/Agnitheertham__22535_1531305154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":6809,\"Title\":\"Five-faced Hanuman Temple\",\"Description\":\"Five-faced Hanuman temple is the most renowned temple in Rameshwara. It has mythological evidence where Hanuman showed his profile with five faces. He is reckoned to be embellished with senthooram at this particular place.\",\"CurrencyType\":0,\"CityId\":22535,\"CityName\":\"Rameshwaram\",\"Lat\":9.2881136,\"Long\":79.3173919,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22535\\/sightseeing\\/Five-faced_Hanuman_Temple_22535_1531304709.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":24641,\"Title\":\"Sri Ramanathaswamy Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Ramanathaswamy Temple is a Hindu temple dedicated to the god Shiva located on Rameswaram island in the state of Tamil Nadu, India. It is also one of the twelve Jyotirlinga temples&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36423,\"CityName\":\"Rameswaram\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36423\\/sightseeing\\/6135_1655882952.jpg\",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":24644,\"Title\":\"nil\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16319,\"CityName\":\"Madurai\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6801,\"SupplierName\":\"MADRAS TRAVELS AND TOURS PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"335695\",\"Title\":\"Day 01:&nbsp;Madurai&nbsp;Airport &ndash;&nbsp;Madurai\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Day 01:&amp;nbsp;Madurai&amp;nbsp;Airport &amp;ndash;&amp;nbsp;Madurai&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrive at&amp;nbsp;Madurai&amp;nbsp;Airport \\/ Railway station &amp;ndash; Upon arrival transferred&amp;nbsp;to&amp;nbsp;Hotel. Later visit Shri Meenakshi Temple, Thousand Pillar Rock,&amp;nbsp;Madurai&amp;nbsp;Palace and Gandhi Museum. Overnight stay @&amp;nbsp;Madurai&amp;nbsp;Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16319,\"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\":\"335696\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16319,\"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\":\"335697\",\"Title\":\"Day 02: Madurai &ndash; Rameswaram &ndash; 170 km \\/ 03 hrs  \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Morning breakfast at the hotel, check-out drive&amp;nbsp;to&amp;nbsp;Rameswaram, Upon arrival transfer&amp;nbsp;to&amp;nbsp;the Hotel. Later visit Sri Ramanathaswamy Temple, Agni Theeram and Hanuman Temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay @&amp;nbsp;Rameswaram&amp;nbsp;Hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22535,\"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\":6811,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6809,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24641,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"335698\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22535,\"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\":\"335699\",\"Title\":\"Rameswaram &ndash;  Madurai &ndash; 170 km \\/ 03 hrs\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Morning breakfast at the hotel, check-out drive&amp;nbsp;to&amp;nbsp;Madurai, Upon arrival transfer&amp;nbsp;to&amp;nbsp;the Hotel. Day Leisure. Overnight stay @&amp;nbsp;Madurai&amp;nbsp;Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16319,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":533207,\"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\":\"335700\",\"Title\":\"Madurai  &ndash;  Madurai  Airport \\/ Railway station :\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Departure&amp;nbsp;to&amp;nbsp;Madurai&amp;nbsp;Airport \\/ Railway station, for return journey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16319,\"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\":24644,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"14400.00\",\"priceSingleOcc\":28800,\"priceExtraBed\":\"14400.00\",\"priceWithoutBed\":\"14400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":14400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14400,\"CEB\":14400,\"COSTDO\":14400,\"COSTSO\":28800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":14400,\"COSTTO\":14400}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"46626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15120.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":15120,\"priceDoubleOcc\":\"15120.00\",\"priceSingleOcc\":30240,\"priceExtraBed\":\"15120.00\",\"priceWithoutBed\":\"15120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15120,\"CEB\":15120,\"COSTDO\":15120,\"COSTSO\":30240,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15120,\"COSTTO\":15120}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"335695\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[335695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"335696\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[335696],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"335697\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[335697],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"335698\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[335698],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"335699\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[335699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}},\"335700\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[335700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Madurai,Rameshwaram','Madurai,Tamil Nadu,Indian Subcontinent,South India,India,Rameshwaram,Rameswaram',NULL,'16319,22535',14400,15120,3,NULL,NULL,NULL,2,'',0,'2023-07-19 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-07-19 10:49:56','2023-07-19 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'madurai-and-rameswaram-tour-package',NULL,NULL,NULL,0),(297,57619,1,35,1,0,0,'Honeymoon,Wildlife,Family,Hill Station,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":57619,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/beautiful-uttarakhtour_1689745372\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Beautiful Uttarakhand Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Welcome Drink,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Wildlife,Family,Hill Station,Road Trip\",\"Validity\":{\"From\":\"2023-07-19\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18776,\"Title\":\"Mussoorie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565511,\"Name\":\"Sun N Snow Mussoorie\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Library Chowk, The Mall Road, Kapurthala Palace, Motilal Nehru Road, Mussoorie, Uttarakhand\"},\"Images\":{\"Image\":[{\"ImagId\":4826919,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_01689750878.jpg\"},{\"ImagId\":4826920,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_11689750879.jpg\"},{\"ImagId\":4826921,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_21689750880.jpg\"},{\"ImagId\":4826922,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_31689750880.jpg\"},{\"ImagId\":4826923,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_41689750881.jpg\"}]},\"CityId\":18776,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565511\\/35_c1187cc172bd09bcf6334f0584e9ce1c1689750878.jpg\",\"AccoAminitiesMask\":\"111000000000110100010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18776,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51236,\"Title\":\"Corbett Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51235,\"Title\":\"Garjia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":153,\"Title\":\"Bara Patthar (Way To Killbury)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.8360855,\"Long\":77.169855,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/222\\/thumb\\/Bara Patthar_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":473,\"Title\":\"Eco Cave Garden\",\"Description\":\"Eco Cave Garden Nainital has rapidly become a popular destination. Located in Sukhtal or Mallital, it is commonly known on Kaladungi road, it is a natural park maintained by a local park. Eco Cave Garden is a tourist resort visited one of the 5 best places to visit Nainital, Nainital. A network of interconnected rocky caves and hanging gardens, it takes the visitor to a mysterious and ancient dream - gives an explanation to the world and tourists what the hill region forest can offer-easy to read Accessible from the middle of the civilization. Eco Cave Garden Nainital&amp;#039;s journey is a popular thing to visit Nainital in natural tourists and to demand adventure activities in Nainital tourism.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3928654,\"Long\":79.4461061,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Eco_Cave_Garden_18892_1518516731.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":961,\"Title\":\"Lands End\",\"Description\":\"For those who want a real adventure experience, Lands End has provided a close encounter with the long mountains ranges of the Kumaon area. Going by your name, there is a final point at the end of the land where there is no land beyond any established rock. At the height of 2118 meters, from the end of the land, the mountains, forests and peaks can like the view of the surrounding valleys. To reach the end of the land, one can ride a pony or take a bridleway approach. The tourists like Trekking because these marks provide a beautiful view of the mountains. With an incredible view of the valleys, snowed mountains and lakes, the end of the land should go on Nainital tour.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":30.066753,\"Long\":79.0192997,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lands_End_18892_1518503486.gif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1002,\"Title\":\"Lover&#039;s Point\",\"Description\":\"There are two close points of lover&amp;#039;s point and suicide point at Nainital, which they are famous for natural scenes. The lover&amp;#039;s point is really romantic and love is very much appreciated by couples. Tourists choice because of its beauty and height, and often, it is unfortunate that some people have jumped themselves by jumping from the suicide point. In spite of this, the view of the suicide point of view is less exciting than those who see it at Lover&amp;#039;s Point.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lover&#039;s_Point_18892_1518503043.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1181,\"Title\":\"Naina Peak\",\"Description\":\"Also known as China or Cheena Peak or Naina Peak is the highest peak in the city its height is 2615 meters and at a distance of 6 km from the northern end of the city. From the top of the peak only the snow-covered High Himalaya can not see a huge leaning but can also get a panoramic view of the city of Nainital. Summit is a powerful increase from the city of Nainital Additionally for less energetic visitors ponies can be kept in a mallital or snow view. Naina Peak is a quiet place from which mountains can be seen on the Nanda Devi peak and Tibet border. This is a joy for those who love to walk can go for a long walk breath for fresh air and enjoy beautiful beauty.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Peak_18892_1518440859.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1216,\"Title\":\"Naukuchiatal\",\"Description\":\"Naukuchiatal a small picturesque lake village is a destination for those who seek peace and quiet under the shadow of pure nature. As the name of the place states this place is mainly known for its nine-pointed lake which extends up to 1 km in length and up to 40 meters depth. Lying at a distance from the hill station of Nainital this place is also linked to a legend. It is said that a glimpse of all the nine edges of the lake with both feet on the earth can be visible in the smoke to receive the Nirvana. With enough opportunities to rejuvenate your body and soul Naukuchiatal have been blessed with excellent surroundings and a delicate lake. Throughout the year many attractions like beautiful weather and lakes and temples create a frightening experience about your excursions.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3147087,\"Long\":79.6277523,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naukuchiatal_18892_1518439060.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":13146,\"Title\":\"Jim Corbett National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565494,\"Name\":\"Ashoka\'s Tiger Trail Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Jim Corbett National Park, Dhela Rd, Ramnagar, Dhela, Uttarakhand \"},\"Images\":{\"Image\":[{\"ImagId\":4826924,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_01689751188.jpg\"},{\"ImagId\":4826925,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_11689751189.jpeg\"},{\"ImagId\":4826926,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_21689751189.jpg\"},{\"ImagId\":4826927,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_31689751190.jpg\"},{\"ImagId\":4826928,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_41689751190.jpg\"}]},\"CityId\":13146,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565494\\/35_3dc7f516034f6ec8aa7a1feac79d035b1689751188.jpg\",\"AccoAminitiesMask\":\"111101100000110100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":13146,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51236,\"Title\":\"Corbett Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51235,\"Title\":\"Garjia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":153,\"Title\":\"Bara Patthar (Way To Killbury)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.8360855,\"Long\":77.169855,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/222\\/thumb\\/Bara Patthar_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":473,\"Title\":\"Eco Cave Garden\",\"Description\":\"Eco Cave Garden Nainital has rapidly become a popular destination. Located in Sukhtal or Mallital, it is commonly known on Kaladungi road, it is a natural park maintained by a local park. Eco Cave Garden is a tourist resort visited one of the 5 best places to visit Nainital, Nainital. A network of interconnected rocky caves and hanging gardens, it takes the visitor to a mysterious and ancient dream - gives an explanation to the world and tourists what the hill region forest can offer-easy to read Accessible from the middle of the civilization. Eco Cave Garden Nainital&amp;#039;s journey is a popular thing to visit Nainital in natural tourists and to demand adventure activities in Nainital tourism.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3928654,\"Long\":79.4461061,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Eco_Cave_Garden_18892_1518516731.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":961,\"Title\":\"Lands End\",\"Description\":\"For those who want a real adventure experience, Lands End has provided a close encounter with the long mountains ranges of the Kumaon area. Going by your name, there is a final point at the end of the land where there is no land beyond any established rock. At the height of 2118 meters, from the end of the land, the mountains, forests and peaks can like the view of the surrounding valleys. To reach the end of the land, one can ride a pony or take a bridleway approach. The tourists like Trekking because these marks provide a beautiful view of the mountains. With an incredible view of the valleys, snowed mountains and lakes, the end of the land should go on Nainital tour.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":30.066753,\"Long\":79.0192997,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lands_End_18892_1518503486.gif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1002,\"Title\":\"Lover&#039;s Point\",\"Description\":\"There are two close points of lover&amp;#039;s point and suicide point at Nainital, which they are famous for natural scenes. The lover&amp;#039;s point is really romantic and love is very much appreciated by couples. Tourists choice because of its beauty and height, and often, it is unfortunate that some people have jumped themselves by jumping from the suicide point. In spite of this, the view of the suicide point of view is less exciting than those who see it at Lover&amp;#039;s Point.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lover&#039;s_Point_18892_1518503043.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1181,\"Title\":\"Naina Peak\",\"Description\":\"Also known as China or Cheena Peak or Naina Peak is the highest peak in the city its height is 2615 meters and at a distance of 6 km from the northern end of the city. From the top of the peak only the snow-covered High Himalaya can not see a huge leaning but can also get a panoramic view of the city of Nainital. Summit is a powerful increase from the city of Nainital Additionally for less energetic visitors ponies can be kept in a mallital or snow view. Naina Peak is a quiet place from which mountains can be seen on the Nanda Devi peak and Tibet border. This is a joy for those who love to walk can go for a long walk breath for fresh air and enjoy beautiful beauty.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Peak_18892_1518440859.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1216,\"Title\":\"Naukuchiatal\",\"Description\":\"Naukuchiatal a small picturesque lake village is a destination for those who seek peace and quiet under the shadow of pure nature. As the name of the place states this place is mainly known for its nine-pointed lake which extends up to 1 km in length and up to 40 meters depth. Lying at a distance from the hill station of Nainital this place is also linked to a legend. It is said that a glimpse of all the nine edges of the lake with both feet on the earth can be visible in the smoke to receive the Nirvana. With enough opportunities to rejuvenate your body and soul Naukuchiatal have been blessed with excellent surroundings and a delicate lake. Throughout the year many attractions like beautiful weather and lakes and temples create a frightening experience about your excursions.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3147087,\"Long\":79.6277523,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naukuchiatal_18892_1518439060.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":18892,\"Title\":\"Nainital\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565495,\"Name\":\"Hotel Langdale\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hill, Langdale Estate, Ayarpatta, Mallital, Nainital, Uttarakhand\"},\"Images\":{\"Image\":[{\"ImagId\":4826915,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565495\\/35_01689748632.jpg\"},{\"ImagId\":4826916,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565495\\/35_11689748632.jpg\"},{\"ImagId\":4826917,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565495\\/35_21689748633.jpg\"},{\"ImagId\":4826918,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565495\\/35_31689748633.jpg\"}]},\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565495\\/35_48fe2c1fcfaa5344622f4b074c458c811689748631.jpg\",\"AccoAminitiesMask\":\"111001000000110000000\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18892,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5222,\"Title\":\"Kempty falls\",\"Description\":\"Kemtpy Falls is the most famous attraction. The falls are not BIG but, they have setup all the facilities for the tourist which makes a good place to visit. One can walk up the falls or use ropeway to go downhill at the Kempty lake. A good time is spent at this point.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/36_1527082759.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1047,\"Title\":\"Mall Road\",\"Description\":\"The most famous excursion in the queen of hills Mussoorie Mall is the main attraction of the Mall in Mussoorie at an altitude of 2000 meters. Almost every visitor beautiful mall street. Mall Road runs through the city and provides pleasant views of verdant hills and valleys on almost every nook and corner. There is no doubt that the muscular beating artery which gives life. On both sides of the mall tourists can enjoy food and snacks in the small and large restaurant. The Food Stall also offers some sweet dishes on the Mall. There are all items of woollens handicrafts to decorate all the items in the mall.\",\"CurrencyType\":0,\"CityId\":18776,\"CityName\":\"Mussoorie\",\"Lat\":30.4560588,\"Long\":78.0781603,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18776\\/sightseeing\\/Mall_Road_18776_1518416174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51236,\"Title\":\"Corbett Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51235,\"Title\":\"Garjia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13146,\"CityName\":\"Jim Corbett National Park\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":153,\"Title\":\"Bara Patthar (Way To Killbury)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.8360855,\"Long\":77.169855,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/222\\/thumb\\/Bara Patthar_740.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":473,\"Title\":\"Eco Cave Garden\",\"Description\":\"Eco Cave Garden Nainital has rapidly become a popular destination. Located in Sukhtal or Mallital, it is commonly known on Kaladungi road, it is a natural park maintained by a local park. Eco Cave Garden is a tourist resort visited one of the 5 best places to visit Nainital, Nainital. A network of interconnected rocky caves and hanging gardens, it takes the visitor to a mysterious and ancient dream - gives an explanation to the world and tourists what the hill region forest can offer-easy to read Accessible from the middle of the civilization. Eco Cave Garden Nainital&amp;#039;s journey is a popular thing to visit Nainital in natural tourists and to demand adventure activities in Nainital tourism.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3928654,\"Long\":79.4461061,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Eco_Cave_Garden_18892_1518516731.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":961,\"Title\":\"Lands End\",\"Description\":\"For those who want a real adventure experience, Lands End has provided a close encounter with the long mountains ranges of the Kumaon area. Going by your name, there is a final point at the end of the land where there is no land beyond any established rock. At the height of 2118 meters, from the end of the land, the mountains, forests and peaks can like the view of the surrounding valleys. To reach the end of the land, one can ride a pony or take a bridleway approach. The tourists like Trekking because these marks provide a beautiful view of the mountains. With an incredible view of the valleys, snowed mountains and lakes, the end of the land should go on Nainital tour.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":30.066753,\"Long\":79.0192997,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lands_End_18892_1518503486.gif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1002,\"Title\":\"Lover&#039;s Point\",\"Description\":\"There are two close points of lover&amp;#039;s point and suicide point at Nainital, which they are famous for natural scenes. The lover&amp;#039;s point is really romantic and love is very much appreciated by couples. Tourists choice because of its beauty and height, and often, it is unfortunate that some people have jumped themselves by jumping from the suicide point. In spite of this, the view of the suicide point of view is less exciting than those who see it at Lover&amp;#039;s Point.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Lover&#039;s_Point_18892_1518503043.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1045,\"Title\":\"Mall Road\",\"Description\":\"The mall road of Nainital, which runs parallel to Naini Lake, connects the two ends of the hill city, it is Nainitals major shopping, food and cultural center, which is Nainital. It is shopping for some luscious food or local people digging, this mall road is all for you. Mall is the most popular name in the city of Nainital. The busiest road in the day time, The mall runs towards the banks of Nainital Lake, the British built Mall road which passes through the center of Nainital and Nainital connects the two main ends of the city. Although Mallital and tallital are officially nominated as the Govind Ballabh Pant Marg, Mall Road is still popularly known and famous by its last name. Tourists and locals like to walk on the mall to enjoy the beauty of Naini Lake in the evening.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.385181,\"Long\":79.464033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Mall_Road_18892_1518502015.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1180,\"Title\":\"Naina Devi Temple\",\"Description\":\"Naina Devi Temple is a famous Hindu pilgrimage place in Nainital on the edges of Naini Lake. According to the legends Naina Devi Temple came into existence when Lord Shiva was taking the body of Sati and his eyes fell on the ground where the temple is presently present. Temple Nanda attracts thousands of travelers and residents during Ashtami which is a grand festival which runs for eight days in the premises of the Naina Devi temple. Every year a statue immersion ceremony is celebrated here from 1819-19. Other festivals like Navratri and Chaitra attract a huge crowd. By reaching the temple you can easily walk from Nainital main bus stand or take Rickshaw to Mallital bus stand after 300 meters walk.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3868622,\"Long\":79.459841,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Devi_Temple_18892_1518499126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1181,\"Title\":\"Naina Peak\",\"Description\":\"Also known as China or Cheena Peak or Naina Peak is the highest peak in the city its height is 2615 meters and at a distance of 6 km from the northern end of the city. From the top of the peak only the snow-covered High Himalaya can not see a huge leaning but can also get a panoramic view of the city of Nainital. Summit is a powerful increase from the city of Nainital Additionally for less energetic visitors ponies can be kept in a mallital or snow view. Naina Peak is a quiet place from which mountains can be seen on the Nanda Devi peak and Tibet border. This is a joy for those who love to walk can go for a long walk breath for fresh air and enjoy beautiful beauty.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3803039,\"Long\":79.4635658,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naina_Peak_18892_1518440859.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":2449,\"Title\":\"Bhimtal\",\"Description\":\"d\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1182,\"Title\":\"Naini Lake\",\"Description\":\"Situated between the Nainital colony Naini Lake is a beautiful natural fresh body lake. The lake is in a crescent or kidney shape and is one of the famous lakes in the Kumaon area. Naini peak on the northwest Tiffin point on the southwest and snow covered by snow covered in the north the lake offers a breathtaking view especially during the morning and sunset. Naini Lake is a beautiful beauty surrounded by seven peaks like Ayarpata Deopata Handi Bandi Cheena Peak Alma Laria Kanta and Sher ka Danda. The lake can be divided into two separate parts the northern region is called the Mallital and the southern region called the Tallital.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naini_Lake_18892_1518440259.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1216,\"Title\":\"Naukuchiatal\",\"Description\":\"Naukuchiatal a small picturesque lake village is a destination for those who seek peace and quiet under the shadow of pure nature. As the name of the place states this place is mainly known for its nine-pointed lake which extends up to 1 km in length and up to 40 meters depth. Lying at a distance from the hill station of Nainital this place is also linked to a legend. It is said that a glimpse of all the nine edges of the lake with both feet on the earth can be visible in the smoke to receive the Nirvana. With enough opportunities to rejuvenate your body and soul Naukuchiatal have been blessed with excellent surroundings and a delicate lake. Throughout the year many attractions like beautiful weather and lakes and temples create a frightening experience about your excursions.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3147087,\"Long\":79.6277523,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Naukuchiatal_18892_1518439060.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1543,\"Title\":\"Sattal\",\"Description\":\"A group of seven fresh water lakes gift of nature and a hiding of migratory birds and panoramic skins this wonderful place is called Sattal. For lovers of nature lovers and bird watchers there is a secret near the seat which makes it more attractive and the photographers paradise. Sattal is a prominent tourist attraction close to Nainital dotted with several budgets mid-range and luxury hotels. In addition to providing basic amenities the hotel also offers many outdoor activities.\",\"CurrencyType\":0,\"CityId\":18892,\"CityName\":\"Nainital\",\"Lat\":29.3379973,\"Long\":79.5431882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18892\\/sightseeing\\/Sattal_18892_1518435416.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"422025\",\"Title\":\"Arrive Delhi to Mussoorie \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive Delhi. Pick up and transfer by surface to Mussoorie.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Late afternoon arrive in Mussoorie &amp;amp; check in at your hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening at leisure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565511,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422026\",\"Title\":\"Mussoorie Local Sightseeing Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed to visit famous Kempty falls. It is 15 kms approx from Mussoorie. It is popular tourists point in Mussoorie.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;It is famous among tourists to view sunset and sunrise. Also visit mall road.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Back to the hotel. Overnight at Mussoorie.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565511,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5222,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1047,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422027\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18776,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422028\",\"Title\":\"Mussoorie to Jim Corbett National Park\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast check out from hotel and drive to Jim Corbett National Park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The park was named after Jim Corbett, the legendary hunter-naturalist turned author and photographer who spent most years of his life in this area and helped set up this park.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in to your hotel\\/resort. Evening free for sightseeing covering Garjia temple and Corbett fall.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner and overnight stay in Corbett.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":51236,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":51235,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422029\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422030\",\"Title\":\"Jim Corbett National Park to Nainital \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast depart for Nainital by road.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival, check in to the hotel. Proceed for sightseeing tour, holy Naina Devi Temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After that, visit famous tourist spots Eco Cave Garden, Bara Pathar, Lover&amp;#39;s Point, Lands End, Naina Peak etc.(sightseeing will be covered as per time permitting).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In the evening, enjoy shopping at the Mall Road.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dinner and overnight stay at the hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":153,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":473,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":961,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1002,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1045,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1181,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422031\",\"Title\":\"Nainital Lake Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast drive for lake tour of Nainital.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bhimtal is about 25 kilometers from Nainital. It is the largest lake amoung Nainital Lake Tour, Sattal(seven lakes) is about 25 kilometers from Nainital. As name suggests is a group of seven lakes interconnected, Naukuchiatal is about 30 kilometers from Nainital. It is 9 cornered lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive back to Hotel, Dinner &amp;amp; Overnight stay at Hotel.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565495,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1543,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422032\",\"Title\":\"Departure Nainital to Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning after breakfast check out and drive back to Delhi (320 kms \\/ 9 hrs. ).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Delhi in time Board Flight \\/ Train for onward journey.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18892,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"57619\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"20319.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-19\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20319.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20319.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":20319.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20319.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20319.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":20319.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-19\",\"To\":\"2023-12-31\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"20319.30\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20319.3,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":20319.3,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"422025\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[422025],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422026\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[422026],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422027\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[422027],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422028\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[422028],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422029\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[422029],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422030\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[422030],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422031\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[422031],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422032\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[422032],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Mussoorie,Jim Corbett National Park,Nainital','Mussoorie,Uttarakhand,Indian Subcontinent,North India,India,Jim Corbett National Park,Nainital','','18776,13146,18892',20319,20319,5,'',NULL,'[{\"day\":1,\"images\":\"Mussoorie .jpg\"},{\"day\":2,\"images\":\"Kempty Fall.jpg\"},{\"day\":3,\"images\":\"Jim Corbett (1).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Nainital (4).jpg\"}]',2,'',0,'2023-07-19 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'India','101','2023-07-19 12:55:24','2023-07-19 00:00:00',1,1,'1','1','0','Uttarakhand tour packages, 5 nights 6 days Uttarakhand tour, Beautiful Uttarakhand travel, Serene landscapes of Uttarakhand, Snow-capped mountains in Uttarakhand, Explore Uttarakhand culture, Book Uttarakhand holiday package, Best Uttarakhand travel deals, Nature retreat in Uttarakhand, Adventure tours Uttarakhand','Explore the enchanting beauty of Uttarakhand with our 5N/6D tour packages. Immerse yourself in the serene landscapes, snow-capped mountains, and captivating culture. Book now for an unforgettable journey!','Book 5N/6D Beautiful Uttarakhand Tour Packages',NULL,'beautiful-uttarakhand-tour',NULL,NULL,NULL,0),(298,57659,1,35,1,0,0,'Honeymoon,Family,Hill Station,Heritage',NULL,1,1,0,'{\"package\":{\"TPId\":57659,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/southern-triangle-tour-bangalore-mysore--ooty_1689838045\",\"BookingValidUntill\":\"2023-10-18\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Southern Triangle Tour is a 4-day tour package that covers the beautiful destinations of Bangalore, Mysore, and Ooty in South India. The tour starts in Bangalore, the capital city of Karnataka, known for its buzzing nightlife, pleasant weather, and rich cultural heritage. You&amp;#39;ll get to explore the city&amp;#39;s famous landmarks, gardens, and markets.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From there, you&amp;#39;ll move on to Mysore, the cultural capital of Karnataka, where you&amp;#39;ll be mesmerized by the city&amp;#39;s rich history and architecture, including the magnificent Mysore Palace. You&amp;#39;ll also get to visit the Chamundeshwari Temple, which is located atop a hill and provides a panoramic view of the city.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The next leg of the journey takes you to Ooty, the Queen of Hill Stations, located in the Nilgiri Hills of Tamil Nadu. Here, you&amp;#39;ll be captivated by the serene landscapes, including tea gardens, valleys, and mountains. You&amp;#39;ll also get to experience the Toy Train ride, which takes you through some of the most scenic routes in the country.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overall, the Southern Triangle Tour offers a perfect blend of adventure, culture, and relaxation, making it an ideal package for families, couples, and solo travelers looking to explore the best of South India in just 4 days.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Bengaluru\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bengaluru\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Southern Triangle Tour: Bangalore, Mysore & Ooty\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Hill Station,Heritage\",\"Validity\":{\"From\":\"2023-07-20\",\"To\":\"2023-10-18\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":2262,\"Title\":\"Bengaluru\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565731,\"Name\":\"Hotel Palladium suites\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"39, 2nd Main Rd, opp. Corporation High school, 6th cross, Gandhi Nagar, Bengaluru, Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":4826946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565731\\/35_01689849427.jpg\"},{\"ImagId\":4826947,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565731\\/35_11689849427.jpg\"}]},\"CityId\":2262,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565731\\/35_15d9e4c46ff03c39b65a2923c35b203b1689849426.jpg\",\"AccoAminitiesMask\":\"111001000000110100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51343,\"Title\":\"Dariya Daulat Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51344,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51345,\"Title\":\"Tippu Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":256,\"Title\":\"Bull Temple\",\"Description\":\"The Bull Temple, also known as Nandi Temple, is one of the oldest temples in the city of Bengaluru. The temple is popularly called as &amp;#039;Dodda Basavana Gudi&amp;#039; by the locals and is the biggest temple dedicated to Nandi in the world. Nandi, the bull, is the mount or &amp;#039;vahana&amp;#039; of Lord Shiva and the guardian deity of Lord Shiva&amp;#039;s abode, Kailashagiri according to Hindu traditions. The architectural style of the Bull Temple is mainly Dravidian and was constructed by Kempe Gowda.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9436313,\"Long\":77.5678013,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/491\\/thumb\\/Bull Temple_377.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":372,\"Title\":\"Conoor Tea Gardens\",\"Description\":\"The tea garden on the way to conoor in Ooty is famous because of the wide variety of tea leaves found here. It is also a very photogenic area and thus attracts many tollywood directors to shoot many of the scenes here.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3602453,\"Long\":76.8072196,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4212\\/thumb\\/Conoor Tea Gardens_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51346,\"Title\":\"Dolphins Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1619,\"Title\":\"Sims Park\",\"Description\":\"The Sim&amp;#039;s Park is an outstanding sightseeing destination in Coonoor that boasts of being home to over one thousand different species of flora. This unusual park-cum-botanical garden houses beautiful terraces with colourful flowers, lawns and rockeries, which enthral botanists from all across the globe. It is also famous for the annual fruit and vegetable show that takes place here every year in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3577388,\"Long\":76.7978458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2585\\/thumb\\/Sims Park_654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1736,\"Title\":\"Tea Factory\",\"Description\":\"Spread over an area of nearly 1 acre of land, the Ooty Tea Factory is situated amid the blue hills of Nilgiris.  It houses the Tea Museum as well where visitors can learn about the origin of different kinds of tea leaves that are used across the globe along with the history of tea in India and its evolution in the Nilgiris.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1388\\/thumb\\/Tea Factory_971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565744,\"Name\":\"Hotel Rio Meridian\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka \"},\"Images\":{\"Image\":[{\"ImagId\":4826943,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565744\\/35_01689849117.jpg\"},{\"ImagId\":4826944,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565744\\/35_11689849117.jpg\"},{\"ImagId\":4826945,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565744\\/35_21689849118.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565744\\/35_f9c1f587a158682ca174389bef2a31ea1689849116.jpg\",\"AccoAminitiesMask\":\"111101000000110100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51343,\"Title\":\"Dariya Daulat Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51344,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51345,\"Title\":\"Tippu Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":256,\"Title\":\"Bull Temple\",\"Description\":\"The Bull Temple, also known as Nandi Temple, is one of the oldest temples in the city of Bengaluru. The temple is popularly called as &amp;#039;Dodda Basavana Gudi&amp;#039; by the locals and is the biggest temple dedicated to Nandi in the world. Nandi, the bull, is the mount or &amp;#039;vahana&amp;#039; of Lord Shiva and the guardian deity of Lord Shiva&amp;#039;s abode, Kailashagiri according to Hindu traditions. The architectural style of the Bull Temple is mainly Dravidian and was constructed by Kempe Gowda.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9436313,\"Long\":77.5678013,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/491\\/thumb\\/Bull Temple_377.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":372,\"Title\":\"Conoor Tea Gardens\",\"Description\":\"The tea garden on the way to conoor in Ooty is famous because of the wide variety of tea leaves found here. It is also a very photogenic area and thus attracts many tollywood directors to shoot many of the scenes here.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3602453,\"Long\":76.8072196,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4212\\/thumb\\/Conoor Tea Gardens_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51346,\"Title\":\"Dolphins Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1619,\"Title\":\"Sims Park\",\"Description\":\"The Sim&amp;#039;s Park is an outstanding sightseeing destination in Coonoor that boasts of being home to over one thousand different species of flora. This unusual park-cum-botanical garden houses beautiful terraces with colourful flowers, lawns and rockeries, which enthral botanists from all across the globe. It is also famous for the annual fruit and vegetable show that takes place here every year in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3577388,\"Long\":76.7978458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2585\\/thumb\\/Sims Park_654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1736,\"Title\":\"Tea Factory\",\"Description\":\"Spread over an area of nearly 1 acre of land, the Ooty Tea Factory is situated amid the blue hills of Nilgiris.  It houses the Tea Museum as well where visitors can learn about the origin of different kinds of tea leaves that are used across the globe along with the history of tea in India and its evolution in the Nilgiris.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1388\\/thumb\\/Tea Factory_971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":565796,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Welbeck Circle Club Road, Ooty, Tamil Nadu \"},\"Images\":{\"Image\":[{\"ImagId\":4826938,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_01689848496.jpg\"},{\"ImagId\":4826939,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_11689848497.jpg\"},{\"ImagId\":4826940,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_21689848497.jpg\"},{\"ImagId\":4826941,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_31689848498.jpg\"},{\"ImagId\":4826942,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_41689848498.jpg\"}]},\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_565796\\/35_dd28cbf175e17c9eb3cb8bf10784737c1689848496.jpg\",\"AccoAminitiesMask\":\"111001000000110100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6855,\"Title\":\"HAL Aerospace Museum\",\"Description\":\"Inaugurated in 2001 at the Hindustan Aeronautics Limited premises, the museum was established with an objective of educating the public about everything the journey of HAL, one of Asia&amp;#039;s largest and most important aeronautical companies, had to offer - be it historical, scientific or academic. On the one hand, the museum proudly boasts of the giant leaps Indian aviation has taken, both commercially as well as in terms of defence and on the other side, it gives the visitors an all-inclusive aerospace experience in the most effective environment possible.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.955323,\"Long\":77.6835548,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2262\\/sightseeing\\/HAL_Aerospace_Museum_2262_1531396351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":712,\"Title\":\"ISKCON Sri Radha Krishna-Chandra Temple\",\"Description\":\"Sri Radha Krishna Temple has deities of Radha and Krishna located at Rajajinagar, in North Bangalore. It is one of the largest ISKCON temples in the world. Hare Krishna Hill is the hillock on which this temple is situated.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0056589,\"Long\":77.5490896,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/280\\/thumb\\/Iskon Temple_591.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":953,\"Title\":\"Lalbagh Botanical Garden\",\"Description\":\"Lalbagh or Lalbagh Botanical Gardens, meaning The Red Garden in English, is a well-known botanical garden in southern Bengaluru.  Lalbagh houses India&amp;#039;s largest collection of tropical plants, has a lake, and is one of the main tourist attractions in Bengaluru.[1] Lal Bagh is also home to a few species of birds. The commonly sighted birds include Myna, Parakeets, Crows, Brahminy Kite, Pond Heron, Common Egret, Kingfisher, Spotted Owlets, Spotted kite, Spotted Pelican, Ducks, Indian Cormorant, Purple Moor Hen etc.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.953167,\"Long\":77.57325,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/278\\/thumb\\/Lalbagh Botanical Garden_6.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1876,\"Title\":\"Vidhana Soudha\",\"Description\":\"The Vidhana Soudha located in Bengaluru, is the seat of the state legislature of Karnataka. It is constructed in a style sometimes described as Mysore Neo-Dravidian, and incorporates elements of Indo-Saracenic and Dravidian styles.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":13.0204885,\"Long\":77.6157968,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/281\\/thumb\\/Vidhana Soudha_752.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51343,\"Title\":\"Dariya Daulat Bagh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51344,\"Title\":\"Gumbaz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51345,\"Title\":\"Tippu Fort\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":256,\"Title\":\"Bull Temple\",\"Description\":\"The Bull Temple, also known as Nandi Temple, is one of the oldest temples in the city of Bengaluru. The temple is popularly called as &amp;#039;Dodda Basavana Gudi&amp;#039; by the locals and is the biggest temple dedicated to Nandi in the world. Nandi, the bull, is the mount or &amp;#039;vahana&amp;#039; of Lord Shiva and the guardian deity of Lord Shiva&amp;#039;s abode, Kailashagiri according to Hindu traditions. The architectural style of the Bull Temple is mainly Dravidian and was constructed by Kempe Gowda.\",\"CurrencyType\":0,\"CityId\":2262,\"CityName\":\"Bengaluru\",\"Lat\":12.9436313,\"Long\":77.5678013,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/491\\/thumb\\/Bull Temple_377.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":372,\"Title\":\"Conoor Tea Gardens\",\"Description\":\"The tea garden on the way to conoor in Ooty is famous because of the wide variety of tea leaves found here. It is also a very photogenic area and thus attracts many tollywood directors to shoot many of the scenes here.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3602453,\"Long\":76.8072196,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4212\\/thumb\\/Conoor Tea Gardens_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":444,\"Title\":\"Doddabetta Peak\",\"Description\":\"Towering at a staggering height of 8650 feet or 2,623 meters above the sea level, Dodabetta, which literally translates into &amp;#039;big hill&amp;#039; is the highest peak in the Nilgiri Hills. Dodabetta is strategically located between the Western and Eastern Ghats, thus it is an ideal vantage point for the entire Nilgiris. Another unique feature of this hill is that it can be accessed by foot as well as by vehicle, thus appealing to the younger as well the older audience.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/241\\/thumb\\/Doddabetta Peak_186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":51346,\"Title\":\"Dolphins Nose\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1619,\"Title\":\"Sims Park\",\"Description\":\"The Sim&amp;#039;s Park is an outstanding sightseeing destination in Coonoor that boasts of being home to over one thousand different species of flora. This unusual park-cum-botanical garden houses beautiful terraces with colourful flowers, lawns and rockeries, which enthral botanists from all across the globe. It is also famous for the annual fruit and vegetable show that takes place here every year in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.3577388,\"Long\":76.7978458,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2585\\/thumb\\/Sims Park_654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1736,\"Title\":\"Tea Factory\",\"Description\":\"Spread over an area of nearly 1 acre of land, the Ooty Tea Factory is situated amid the blue hills of Nilgiris.  It houses the Tea Museum as well where visitors can learn about the origin of different kinds of tea leaves that are used across the globe along with the history of tea in India and its evolution in the Nilgiris.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.41,\"Long\":76.7,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1388\\/thumb\\/Tea Factory_971.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"422360\",\"Title\":\"Arrival In Bengaluru\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Pickup from arrival. Transfer to a hotel, after lunch visit Lalbagh, Vidana Soudha, Museum and ISKON temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay @ Bangalore&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6855,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":712,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":953,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1876,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422361\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422362\",\"Title\":\"Bengaluru To Mysore\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast proceed to Mysore. En route visit Srirangapatna(Dariya Daulat Bagh, Gumbaz, Tippu Fort and Temple).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival check in to hotel. Later visit Maharaja Palace and evening proceed to Brindavan Garden.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay @ Mysore.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565744,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":51343,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":51344,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":51345,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422363\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422364\",\"Title\":\"Mysore To Ooty\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast checkout and proceed to visit Chamundi Hill and Big bull. Afternoon proceed to Ooty.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival in Ooty checkin to a hotel. Evening visit Botanical Gardens &amp;amp; Ooty Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay @ Ooty.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565796,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"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\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":256,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422365\",\"Title\":\"Proceed For Coonoor Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast Proceed to Coonoor.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Coonoor Sightseeing (Sim&amp;rsquo;s Park lam&amp;rsquo;s Rock, Dolphin Nose, Tea factory and Tea Gardens) and Doddabetta Peak.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay Ooty.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":565796,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":372,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":444,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":51346,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1619,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1736,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"422366\",\"Title\":\"Departure From Bengaluru\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast checkout and proceed to Bangalore or Coimbatore to board your train or flight&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1}]},{\"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\":\"57659\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"27300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-20\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27300,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-20\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27300,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-07-20\",\"To\":\"2023-11-30\",\"Currency\":1,\"priceTripleOcc\":null,\"priceDoubleOcc\":\"27300.00\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":null,\"COSTDO\":27300,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"422360\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[422360],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422361\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[422361],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422362\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[422362],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422363\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[422363],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"422364\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[422364],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422365\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[422365],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"422366\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[422366],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Bengaluru,Mysore,Ooty','Bengaluru,Karnataka,Indian Subcontinent,South India,India,Mysore,Ooty,Tamil Nadu','','2262,18821,20161',27300,27300,4,'',NULL,'[{\"day\":1,\"images\":\"Bangalore (1).jpg\"},{\"day\":2,\"images\":\"Karnataka (18).jpg\"},{\"day\":3,\"images\":\"Karnataka (17).jpg\"},{\"day\":4,\"images\":\"Karnataka (19).jpg\"},{\"day\":5,\"images\":\"Karnataka (20).jpg\"}]',2,'',0,'2023-07-20 00:00:00','2023-10-18 00:00:00','2023-10-18 00:00:00',3,'India','101','2023-07-20 16:08:33','2023-07-20 00:00:00',1,1,'1','1','0','Bangalore tour package, Mysore tour itinerary, Ooty travel package, 4 nights 5 days South India tour, Best Bangalore to Mysore trip, Ooty hill station getaway, Top tourist destinations in Karnataka, South India cultural tour, Karnataka heritage exploration, Bangalore Mysore Ooty sightseeing','Discover South India\'s charm: 4N/5D Bangalore, Mysore & Ooty tour. Rich culture in Bangalore, majestic Mysore Palace, picturesque Ooty landscapes. Book now','Explore the Best of South India: Bangalore, Mysore & Ooty Tour 4N/5D',NULL,'southern-triangle-tour:-bangalore-mysore-ooty',NULL,NULL,NULL,0),(299,4921,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4921\",\"VisaName\":\"UK Tourist Visa\",\"Nationality\":null,\"VisaAdultRates\":42500,\"VisaChildRates\":42500,\"VisaInfantRates\":42500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3 Weeks\",\"VisaValidity\":\"2 Years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',42500,42500,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0','UK Tourist Visa, UK Visitor Visa, UK Tourist Visa Application, UK Tourist Visa Requirements, UK Visa Assistance, Tourist Visa for UK, UK Tourist Visa Process, Visit UK Visa, Applying for UK Tourist Visa, UK Tourist Visa Services, UK Visa Consultants, UK Visa Information, UK Visa Support, UK Visa Documentation, UK Visa Fees, Tourist Visa to England, Visa for UK Travel, UK Visa for Tourism, Visa for UK Vacation','Looking for a hassle-free UK Tourist Visa application? We provide expert guidance and support for a smooth process.','Get Your UK Visitor Visa Easily | Apply For UK Tourist Visa',NULL,'uk-tourist-visa','[{\"question\":\"Is an interview required to obtain a UK visa?\",\"answer\":\"Yes, the final step in the UK visa application process is the interview. You will have a face-to-face interview with UK Visas & Immigration (UKVI) to confirm your identity.\"},{\"question\":\"How do I make a visa interview appointment?\",\"answer\":\"After submission of your visa application via the website of the visa immigration services, you can book a visa interview. Your interview appointment will be confirmed via email. \"},{\"question\":\"What types of questions are asked during the UK visa interview?\",\"answer\":\"The consular\\/embassy official will inquire about your application process, including how you got to the embassy and why you selected that program\\/country. For determining whether you have enough money to cover your daily living and travel costs, the officer could ask you additional questions.\"},{\"question\":\"How long is the interview for a UK visa?\",\"answer\":\"Based on the applicant\'s circumstances, the interview for a UK visa can last anywhere from 10 to 20 minutes. \"}]',NULL,NULL,0),(300,4931,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4931\",\"VisaName\":\"USA Business Visa\",\"Nationality\":null,\"VisaAdultRates\":15540,\"VisaChildRates\":15540,\"VisaInfantRates\":15540,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"USA\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"10-15 working days after submission\",\"VisaValidity\":\"10 years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','USA','USA',NULL,'231',15540,15540,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'USA','231','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0','USA Business Visa, US Business Visa Requirements, B1 Visa for Business, Business Visa Assistance, Visa Consultants USA, USA Visa Application, Business Travel Visa, US Visa Services ','Looking for a hassle-free USA Business Visa? Our experts provide comprehensive assistance for your business travel needs. Get your visa stress-free.','USA Business Visa Services | Expert Visa Assistance',NULL,'usa-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(301,4932,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4932\",\"VisaName\":\"UK Business Visa\",\"Nationality\":null,\"VisaAdultRates\":11500,\"VisaChildRates\":11500,\"VisaInfantRates\":11500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"UK Performa\",\"DocFileName1\":\"visa_document_1_4932.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;Self Employed:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 months salary slip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Objection Certificate from Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;Address&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 26872161, 26870060&lt;br \\/&gt;\\r\\nFax : 26872882&lt;br \\/&gt;\\r\\nEmail: visaqry.newdelhi@fco.gov.uk and web.newdelhi@fco.gov.uk&lt;br \\/&gt;\\r\\nWebsite : http:\\/\\/www.vfsglobal.co.uk\\/India&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 Weeks after submission\",\"VisaValidity\":\"\",\"VisaDuration\":\"6 Months\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',11500,11500,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uk-business-visa',NULL,NULL,NULL,0),(302,4933,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4933\",\"VisaName\":\"UK Business Visa\",\"Nationality\":null,\"VisaAdultRates\":42500,\"VisaChildRates\":42500,\"VisaInfantRates\":42500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"UK Performa\",\"DocFileName1\":\"visa_document_1_4933.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Self Employed:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 months salary slip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Objection Certificate from Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5 Weeks after submission\",\"VisaValidity\":\"2 Years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',42500,42500,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uk-business-visa',NULL,NULL,NULL,0),(303,4934,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4934\",\"VisaName\":\"UK Business Visa\",\"Nationality\":null,\"VisaAdultRates\":75000,\"VisaChildRates\":75000,\"VisaInfantRates\":75000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"UK Performa\",\"DocFileName1\":\"visa_document_1_4934.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Self Employed:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 months salary slip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Objection Certificate from Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;Address&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 26872161, 26870060&lt;br \\/&gt;\\r\\nFax : 26872882&lt;br \\/&gt;\\r\\nEmail: visaqry.newdelhi@fco.gov.uk and web.newdelhi@fco.gov.uk&lt;br \\/&gt;\\r\\nWebsite : http:\\/\\/www.vfsglobal.co.uk\\/India&lt;\\/p&gt;\",\"PrecessingTime\":\"4-4 Weeks after submission\",\"VisaValidity\":\"5 Years\",\"VisaDuration\":\"\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',75000,75000,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uk-business-visa',NULL,NULL,NULL,0),(304,4935,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4935\",\"VisaName\":\"UK Business Visa\",\"Nationality\":null,\"VisaAdultRates\":94000,\"VisaChildRates\":94000,\"VisaInfantRates\":94000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"UK Performa\",\"DocFileName1\":\"visa_document_1_4935.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Sticker Visa:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Self Employed:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 months salary slip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No Objection Certificate from Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Shantipath, New Delhi.&lt;br \\/&gt;\\r\\nTel : 011-26872161&lt;br \\/&gt;\\r\\nFax : 26872882&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 Weeks after submission\",\"VisaValidity\":\"10 Years\",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',94000,94000,0,NULL,NULL,NULL,0,'',0,'2023-07-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-28 10:31:09','2023-07-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'uk-business-visa',NULL,NULL,NULL,0),(305,4936,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4936\",\"VisaName\":\"Malaysia Business Visa\",\"Nationality\":null,\"VisaAdultRates\":3000,\"VisaChildRates\":3000,\"VisaInfantRates\":3000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Malaysia\",\"VisaRequired\":4,\"VisaCategory\":2,\"DocName1\":\"Malaysia Form\",\"DocFileName1\":\"visa_document_1_4936.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"&lt;p&gt;&lt;strong&gt;Single\\/Multiple Entry E- Visa&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Passport copy&amp;nbsp;front and back (in Colour) JPG format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;White background&amp;nbsp;photographs&amp;nbsp;JPG format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Ticket&amp;nbsp;confirmation in PDF format&amp;nbsp;with ticket number&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Hotel&amp;nbsp;confirmation in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Cover Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Personal Three Months bank statement with bank seal &amp;amp; stamp minimum balance of USD 1000\\/-&amp;nbsp;in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Vaccination certificate&amp;nbsp;in PDF format&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Note&amp;nbsp;- All the documents should be properly scanned. Phone clicked documents shall not be accepted.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Photo should be of following specifications:-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;3 color recent photo (3.5x5cm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;without border&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;recent photo&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;with white back ground&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;with 60-70% face coverage&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;upto shoulder length (i.e.both shoulders visible)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;of high quality&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;with no ink mark,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;with no creases&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;with no staple marks&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;It should show you looking directly at the camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;without hat cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;without hair tucked behind ears&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;scanned copy is not accepted&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;color photocopy is not accepted&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;50-M, Satya Marg, New Delhi&lt;br \\/&gt;\\r\\nTel : 26111291, 26111292, 26111293&lt;br \\/&gt;\\r\\nFax : 24121084&lt;br \\/&gt;\\r\\nEmail : newdelhi@imi.gov.my&lt;\\/p&gt;\",\"PrecessingTime\":\"5-6 working days\",\"VisaValidity\":\"3 Months\",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Malaysia','Malaysia',NULL,'132',3000,3000,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Malaysia','132','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0','Malaysia Business Visa, Malaysia Business Visa Services, Malaysia Business Visa Requirements, Malaysia Business Visa Application, Malaysia Visa Assistance, Business Visa for Malaysia, Visa Processing for Malaysia, Malaysia Visa Consultants, Malaysia Visa Application Assistance, Malaysia Business Travel','Explore hassle-free Malaysia business visa services with our expert team. We simplify the application process, ensuring a smooth entry for entrepreneurs and business travelers.','Malaysia Business Visa Services | Expert Visa Assistance',NULL,'malaysia-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(306,4937,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4937\",\"VisaName\":\"Vietnam Business Visa\",\"Nationality\":null,\"VisaAdultRates\":2500,\"VisaChildRates\":2500,\"VisaInfantRates\":2500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Vietnam\",\"VisaRequired\":4,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Scan Passport Front &amp;amp; Back Page in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Scan recent Photo with White Background in JPEG format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Booking in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering Letter in PDF format&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter in PDF format&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"EmbassyAddressText\":\"&lt;p&gt;&lt;strong&gt;Address&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;17, Kautilya Marg, Chanakyapuri, New Delhi 110 021, INDIA,&lt;br \\/&gt;\\r\\nPhone: (011-26879852&lt;br \\/&gt;\\r\\nFax: 011-26879869,&lt;br \\/&gt;\\r\\nEmail: sqdelhi@del3.vsnl.net.in , ebsvnin@yahoo.com.vn&lt;\\/p&gt;\",\"PrecessingTime\":\"4-5 Working Days\",\"VisaValidity\":\"30 days\",\"VisaDuration\":\"30 days\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Vietnam','Vietnam',NULL,'236',2500,2500,0,NULL,NULL,NULL,0,'',0,'2023-07-22 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Vietnam','236','2023-07-22 00:00:00','2023-07-22 00:00:00',1,1,'1','1','0','Vietnam Business Visa, Business Visa for Vietnam, Vietnam Visa Services, Expedited Visa Processing, Visa Assistance Vietnam, Business Travel Visa, Vietnam Visa Application, Visa Requirements Vietnam, Fast Track Visa Vietnam, Vietnam Visa for Meetings, Business Visa Consultancy, Business Visa Support, Business Visa Expertise, Visa for Business Trips, Vietnam Visa Information','Explore our efficient Vietnam Business Visa service, offering fast and hassle-free visa processing for your business travel needs. We provide expert assistance with visa applications, ensuring a smooth and swift process.','Vietnam Business Visa Services | Apply For Vietnam Visa',NULL,'vietnam-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(307,4940,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4940\",\"VisaName\":\"Australia Business Visa\",\"Nationality\":null,\"VisaAdultRates\":9500,\"VisaChildRates\":9500,\"VisaInfantRates\":9500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Australia\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"FAMILY DETAILS\",\"DocFileName1\":\"visa_document_1_4940.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Paper Visa:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy&amp;nbsp;of all used\\/unused pages of the applicant passport with a minimum validity of 6 months at the time of travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Photograph (35 x 45) white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Application Form&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;(Addressed to The Australian High Commission).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal Latest Bank Statement for last 6 months with Seal &amp;amp; sign&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Income Tax Papers&amp;nbsp;for last 03 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar card or Voter Id card is mandatory&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Old or current Australia visa&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If invited by someone&amp;nbsp;(relative\\/friend etc), then below 3 documents are also required:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy and visa copy of invitee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relationship proof between applicant and invitee&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;In case of Employee &amp;ndash;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Proof of employment&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pay slip&amp;nbsp;of last 3 months.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;In case applicant is the proprietor \\/ owner of the company&amp;nbsp;&amp;ndash;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Cover letter on&amp;nbsp;company`s letter head&amp;nbsp;,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company`s&amp;nbsp;Original 6 month`s bank statement&amp;nbsp;(with bank seal and signature),&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR&amp;nbsp;(for 3 years),&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company memo, partnership deal, establishment license or proprietorship etc are required.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For student&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;School ID card&amp;nbsp;is required.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If the applicant is retired-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Proof of retirement,&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;pension statements&amp;nbsp;for the last 3 months;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;proof of regular income&amp;nbsp;generated by ownership of property or business.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If applicant is travelling for honeymoon&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Marriage certificate or Marriage Card and Engagement \\/Marriage Photograph&amp;nbsp;are required.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"&lt;p&gt;1\\/50-G, Shantipath, New Delhi&lt;br \\/&gt;\\r\\nTel : 011-41399900&lt;br \\/&gt;\\r\\nFax : 26887536&lt;\\/p&gt;\",\"PrecessingTime\":\"15- 20 working days\",\"VisaValidity\":\" \",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Australia','Australia',NULL,'13',9500,9500,0,NULL,NULL,NULL,0,'',0,'2023-09-02 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Australia','13','2023-09-02 15:10:52','2023-09-02 00:00:00',1,1,'1','1','0','Australia Business Visa, Business Visa for Australia, Australian Business Visa Application, Visa for Business Travel to Australia, Australia Visa Requirements, Australian Visa Application Process, Australia Visa Eligibility, Australian Business Visa Documentation, Expert Visa Consultants for Australia','Explore our comprehensive Australia Business Visa services. Our expert consultants will assist you in obtaining your Australian Business Visa efficiently. Contact us today!','Australia Business Visa Services | Expert Visa Consultants',NULL,'australia-business-visa','[{\"question\":\"\",\"answer\":\"\"}]',NULL,NULL,0),(308,4950,6,35,1,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4950\",\"VisaName\":\"test\",\"Nationality\":null,\"VisaAdultRates\":1000,\"VisaChildRates\":1000,\"VisaInfantRates\":1000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"China\",\"VisaRequired\":3,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"20\",\"VisaValidity\":\"36\",\"VisaDuration\":\"36\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[{\"DocSysId\":\"27\",\"Title\":\"Biometrics\",\"Description\":\"&lt;p&gt;Biometric Submission&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Your fingerprints and digital photograph will be taken at the VFS. Children less than 5 years need to visit VFS for digital photograph and submission, but are not require to provide their fingerprints. You need to visit VFS for Biometrics, everytime you apply for UK visa.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\"},{\"DocSysId\":\"24\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;&amp;nbsp;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Proof of employment like Salary Slip or Appointment Letter and NOC from Employer&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Student&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Leave Sanction Letter from school and School ID copy.&lt;br \\/&gt;\\r\\nb) Parents have to provide ITR, Bank statement and NOC letter.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If applicant is a minor or travelling with anyone:&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Birth Certificate (original and A4 sized copy)&lt;br \\/&gt;\\r\\nb) Letter of School confirming current school admission and sanctioned leave of absence (original, no copy)&lt;br \\/&gt;\\r\\nc) Consent Letter from both parents regarding child&amp;rsquo;s travel (original, no copy)&lt;br \\/&gt;\\r\\nd) A4 sized copy of Parents&amp;rsquo; Passports&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&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;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\"},{\"DocSysId\":\"23\",\"Title\":\"Basic Requirements\",\"Description\":\"&lt;p&gt;&lt;strong&gt;COVERING LETTER&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Covering Letter from applicant on business letter head stating his name, designation, purpose and duration of visit duly signed by authorized signatory and addressed to the Embassy.&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;If Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Personal ITR for last 3yrs&lt;br \\/&gt;\\r\\nb) Three months salary slip&lt;br \\/&gt;\\r\\nc) Personal Bank Statement for last six months mentioning the Bank&amp;rsquo;s name, Bank&amp;rsquo;s stamp clearly&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;If Self Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Personal &amp;amp; Company ITR for last 3yrs&lt;br \\/&gt;\\r\\nb) Personal &amp;amp; Company Bank Statement for last six months mentioning the Bank&amp;rsquo;s name, Bank&amp;rsquo;s stamp clearly&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Occupation&lt;br \\/&gt;\\r\\nSelf &amp;ndash;Employed&lt;\\/strong&gt;&lt;br \\/&gt;\\r\\na) Company Registration Certificate \\/ Certificate of Incorporation&lt;br \\/&gt;\\r\\nb) Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;br \\/&gt;\\r\\nc) Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm)&lt;br \\/&gt;\\r\\nd) Import \\/ Export License (if applicable)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n&lt;strong&gt;Proof of Accommodation:&lt;\\/strong&gt;&amp;nbsp;Hotel confirmation&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Airline Reservation:&lt;\\/strong&gt;&amp;nbsp;Ticket Itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Travel Insurance&lt;\\/strong&gt;:&amp;nbsp;Overseas Medical Insurance for the stay duration amounting to 30,000 Euros to be submitted in original along with the photocopy&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Invitation Letter:&amp;nbsp;&lt;\\/strong&gt;Invitation Letter (With Invitee person name, address ,Contact no. and Email Id)&lt;\\/p&gt;\"},{\"DocSysId\":\"20\",\"Title\":\"Photo\",\"Description\":\"&lt;p&gt;Please upload one coloured recent scan Photo.&lt;\\/p&gt;\"},{\"DocSysId\":\"19\",\"Title\":\"Photo (35mm X 45mm)\",\"Description\":\"&lt;p&gt;Two Recent Coloured Photographs,White background ,Matt finish, 60% to 80% Face Coverage, Size: 35mm X 45mm&lt;\\/p&gt;\"}],\"PlanFee\":[]}','China','China',NULL,'46',1000,1000,0,NULL,NULL,NULL,0,'',0,'2023-07-27 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'China','46','2023-07-28 10:26:00','2023-07-27 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'test',NULL,NULL,NULL,0),(309,4962,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"4962\",\"VisaName\":\" UK Business Visa -10 Years\",\"Nationality\":null,\"VisaAdultRates\":94000,\"VisaChildRates\":94000,\"VisaInfantRates\":94000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"UNITED KINGDOM\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Sticker Visa&lt;\\/strong&gt;:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel,&amp;nbsp;having minimum two blank back to back page.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Application Form&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 recent passport size photographs with matt finish, 60%-80% face coverage, white background and without border (Size: 35mm x 45mm)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer, British High Commission explaining the reason of travel with name,designation, passport number, purpose and duration of visit, duly signed by authorized signatory with company stamp and addressed to &amp;ndash;The&amp;nbsp;Visa&amp;nbsp;Officer, British High Commission, New Delhi&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Itinerary&amp;nbsp;(ticket).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay Itinerary (hotel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Self Employed:-&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate \\/ Certificate of Incorporation&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company&amp;nbsp;Bank statement for the last 6 months&amp;nbsp;with Seal and Sign.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ITR for 3 yrs&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Articles of Memorandum (Incase the applicant is MD\\/Director)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Proprietorship \\/ Partnership (In case applicant is Proprietor \\/ Partner in a firm&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance sheet of the Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Employed :-&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;6 months salary slip&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;No Objection Certificate from Company.&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5 Weeks after submission\",\"VisaValidity\":\"10 years \",\"VisaDuration\":\" \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"3500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','UNITED KINGDOM','UNITED KINGDOM',NULL,'469',94000,94000,0,NULL,NULL,NULL,0,'',0,'2023-07-31 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'UNITED KINGDOM','469','2023-07-31 13:31:16','2023-07-31 00:00:00',1,1,'1','1','0','UK Business Visa, 10-Year Visa, Long-Term Business Travel, Apply for UK Visa, Business Visa Requirements, Visa Application Process, UK Visa Benefits, Visa Consultation, Business Travel Solutions, UK Visa Expertise','Explore the benefits of the 10-year UK Business Visa. Simplify your frequent business travel with a long-term visa solution. Expert guidance for a smooth application process.','Apply for UK Business Visa (10 Years) | Reisen Tours',NULL,'uk-business-visa-10-years','[{\"question\":\"What is a UK Business Visa with 10 years validity?\",\"answer\":\" The UK Business Visa with a 10-year validity is a type of visa that allows individuals to visit the UK for business-related purposes. It grants multiple entries into the UK within the validity period of 10 years.\"},{\"question\":\"Who is eligible for a UK Business Visa with 10 years validity?\",\"answer\":\"Eligibility criteria typically include having a valid reason for visiting the UK for business purposes, such as attending meetings, conferences, trade events, negotiating contracts, etc. Applicants need to demonstrate their intention to leave the UK at the end of each visit and prove their financial stability to cover their expenses during the trip.\"},{\"question\":\"How do I apply for a UK Business Visa with 10 years validity?\",\"answer\":\"The application process typically involves completing an online application form, submitting required documents (such as passport, financial documents, itinerary, etc.), and attending a visa appointment at a Visa Application Center or embassy\\/consulate. You may also need to provide a letter of invitation or supporting documents from the UK business you\'re visiting.\"}]',NULL,NULL,0),(310,54643,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":54643,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kashmir 4nights 5days&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 22700.00\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Connect India\",\"Name\":\"Kashmir 4nights 5days\",\"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,Breakfast & Dinner,All Meals,Welcome Drink,Inner Line Permit,Airport Transfers\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Culture\",\"Validity\":{\"From\":\"2023-08-19\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486930,\"Name\":\"any deluxe houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":553162,\"Name\":\"The Victory\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1280,\"Title\":\"Pahalgam Sightseeing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3698\\/thumb\\/Pahalgam Sightseen_927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":46791,\"Title\":\"sonamarg\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"397867\",\"Title\":\"Day 1 : &nbsp;Arrival + SS of Mughal Garden + PM shikara ride\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Meet our&amp;nbsp;representative at&amp;nbsp;Srinagar airport and straight leave for local&amp;nbsp;sightseeing of SrinagarCity.&amp;nbsp;Visit: - Mughal&amp;nbsp;&amp;nbsp;gardens: - Nishat (The Garden of Bliss) &amp;amp;amp; Shalimar (The&amp;nbsp;Abode of Love). After sightseeing at Mughal Garden, transfer to Hotel Asian Park \\/ Hotel Milan for Buffet Veg. Lunch &amp;amp;amp; Shikara ride in world famous dal lake for 01 hour (&amp;nbsp;04&amp;nbsp;Pax in 01 boat ). Check Inn Houseboat. Dinner &amp;amp;amp; Overnight stay at Houseboat.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397868\",\"Title\":\"Day 2 : Srinagar &ndash; Pahalgam &ndash; Srinagar (92 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, transfer to Pahalgam for a daytrip, Enroute visit Saffron Fields, Saffron Market, Bat Factory &amp;amp;amp; Apple Orchards. Reach Hotel AS Resort or Hotel Elegant Resort at Movera for Buffet Veg. Lunch. After Lunch move towards&amp;nbsp;&amp;nbsp;to Pahalgam, in Pahalgam you will visit: - Aru , Betaab valley by union car&amp;nbsp;( already included in the package )&amp;nbsp;or&amp;nbsp;one can have horse ride and can visit Baisaran, Baadyan , Kashmir valley , water fall&amp;nbsp;&amp;nbsp;( on your own cost ). Return to Srinagar. Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1280,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397869\",\"Title\":\"Day 3 : :&nbsp;Srinagar &ndash; Sonmarg &ndash; Srinagar ( 89 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, transfer to Sonmarg for a daytrip via Gagangir. The drive from Srinagar to Sonmarg is very beautiful as you will pass through some towns and villages, at many places you can enjoy the view of paddy fields with rivers flowing on one side. We will stop all cars at Hotel Akbar or Hotel Namrose for Buffet Veg Lunch. After Lunch, in Sonmarg you can visit Thajwas Glacier which is around 4 Kms from Sonmarg by Horses or a local taxi has to be hired for Zero Point&amp;nbsp;( both sightseen on your own cost ).&amp;nbsp;&amp;nbsp;The name Sonmarg is derived from two Kashmiri words &amp;ldquo;Son&amp;rdquo; &amp;amp;amp; &amp;ldquo;Marg&amp;rdquo; which mean &amp;ldquo;Gold&amp;rdquo; &amp;amp;amp; &amp;ldquo;Meadow&amp;rdquo;, when put together it means &amp;ldquo;Meadow of Gold&amp;rdquo;. Return to Srinagar. Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":46791,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397870\",\"Title\":\"Day 4 : :&nbsp;Srinagar &ndash; Gulmarg &ndash; Srinagar ( 54 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, transfer to Gulmarg for a daytrip via Tangmarg. Visit the Local Shopping Market on the way to Gulmarg. We will stop all cars at Moon View Restaurant for Lunch. After Lunch, in Gulmarg you take&amp;nbsp;a&amp;nbsp;visit to Bootha Pathri where you have chances of seeing the snow&amp;nbsp;( On your own cost )&amp;nbsp;or can visit Rani Temple, Gulmarg Golf Course &amp;amp;amp; Gulmarg church by walking or by pony (On your own cost). Return to Srinagar.&amp;nbsp;Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":553162,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":612,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397871\",\"Title\":\"Departure\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"&lt;p&gt;After breakfast, transfer to Srinagar airport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#c0392b&quot;&gt;&lt;strong&gt;Advice your client to traveller as per itinerary and last day we count as drop only, if client do any sightseen on last day it will be extra on direct basic.&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"54643\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15616.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14177,\"priceDoubleOcc\":\"15616.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15616,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":15616,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14433,\"priceDoubleOcc\":\"16000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":16000,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14817,\"priceDoubleOcc\":\"16575.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16575,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":16575,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14900,\"priceDoubleOcc\":\"16700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":16700,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15900,\"priceDoubleOcc\":\"18200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":18200,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18900,\"priceDoubleOcc\":\"22700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"8900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1000,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8900,\"CEB\":11000,\"COSTDO\":22700,\"COSTSO\":null,\"ACEB\":11300,\"COSTTO\":11300,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"54643\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15116.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":13677,\"priceDoubleOcc\":\"15116.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15116,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":15116,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"15500.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15500,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":15500,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14317,\"priceDoubleOcc\":\"16075.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16075,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":16075,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"16200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":16200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":16200,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":15400,\"priceDoubleOcc\":\"17700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":17700,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18400,\"priceDoubleOcc\":\"22200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"8400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":8400,\"CEB\":10500,\"COSTDO\":22200,\"COSTSO\":null,\"ACEB\":10800,\"COSTTO\":10800,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"397867\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[397867],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"397868\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[397868],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"397869\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[397869],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"397870\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[397870],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"397871\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[397871],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&amp;nbsp;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":0,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Srinagar','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam','','25897',15116,22700,4,'310_1692428558_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"J&K (4).jpg\"},{\"day\":3,\"images\":\"J&K (2).jpg\"},{\"day\":4,\"images\":\"J&K (5).jpg\"},{\"day\":5,\"images\":\"J&K (3).jpg\"}]',2,'',0,'2023-08-19 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-08-19 00:00:00','2023-08-19 00:00:00',1,1,'1','1','0','','','',NULL,'kashmir-4nights-5days',NULL,NULL,NULL,0),(311,54653,1,35,1,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":54653,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Short trip to Srinagar &amp;nbsp; 3 nights 4 days&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"Rs. 24200.00\\t\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":35,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Connect India\",\"Name\":\"Short trip to Srinagar   3 nights 4 days\",\"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\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2023-08-19\",\"To\":\"2023-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":518865,\"Name\":\"May queen houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":556935,\"Name\":\"Downtown boutique\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":1278,\"Title\":\"Pahalgam City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5455\\/thumb\\/Pahalgam City Tour_158.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"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\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"397920\",\"Title\":\"Day 1 : &nbsp;Arrival + SS of Mughal Garden + PM shikara ride\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Meet our&amp;nbsp;representative at&amp;nbsp;Srinagar airport and straight leave for local&amp;nbsp;sightseeing of SrinagarCity.&amp;nbsp;Visit: - Mughal&amp;nbsp;&amp;nbsp;gardens: - Nishat (The Garden of Bliss) &amp;amp; Shalimar (The&amp;nbsp;Abode of Love). After sightseeing at Mughal Garden, transfer to Hotel Asian Park \\/ Hotel Milan for Buffet Veg. Lunch &amp;amp; Shikara ride in world famous dal lake for 01 hour (&amp;nbsp;04&amp;nbsp;Pax in 01 boat ). Check Inn Houseboat. Dinner &amp;amp; Overnight stay at Houseboat.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":518865,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"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\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397921\",\"Title\":\"Day 2 : Srinagar &ndash; Pahalgam &ndash; Srinagar (92 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, transfer to Pahalgam for a daytrip, Enroute visit Saffron Fields, Saffron Market, Bat Factory &amp;amp; Apple Orchards. Reach Hotel AS Resort or Hotel Elegant Resort at Movera for Buffet Veg. Lunch. After Lunch move towards&amp;nbsp;&amp;nbsp;to Pahalgam, in Pahalgam you will visit: - Aru , Betaab valley by union car&amp;nbsp;( already included in the package )&amp;nbsp;or&amp;nbsp;one can have horse ride and can visit Baisaran, Baadyan , Kashmir valley , water fall&amp;nbsp;&amp;nbsp;( on your own cost ). Return to Srinagar. Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":556935,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1278,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397922\",\"Title\":\"Day 4 : :&nbsp;Srinagar &ndash; Gulmarg &ndash; Srinagar ( 54 kms on way )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast, transfer to Gulmarg for a daytrip via Tangmarg. Visit the Local Shopping Market on the way to Gulmarg. We will stop all cars at Moon View Restaurant for Lunch. After Lunch, in Gulmarg you take&amp;nbsp;a&amp;nbsp;visit to Bootha Pathri where you have chances of seeing the snow&amp;nbsp;( On your own cost )&amp;nbsp;or can visit Rani Temple, Gulmarg Golf Course &amp;amp; Gulmarg church by walking or by pony (On your own cost). Return to Srinagar.&amp;nbsp;Overnight stay at Srinagar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":556935,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":612,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"397923\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, transfer to Srinagar airport.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#c0392b&quot;&gt;&lt;strong&gt;Advice your client to traveller as per itinerary and last day we count as drop only, if client do any sightseen on last day it will be extra on direct basic.&lt;\\/strong&gt;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"54653\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17200,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":18700,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17400,\"priceDoubleOcc\":\"19000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":19000,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17700,\"priceDoubleOcc\":\"19450.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":19450,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17755,\"priceDoubleOcc\":\"19533.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19533,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":19533,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":18533,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":20700,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":20867,\"priceDoubleOcc\":\"24200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"14200.00\",\"priceWithoutBed\":\"11200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":1500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":11200,\"CEB\":14200,\"COSTDO\":24200,\"COSTSO\":null,\"ACEB\":14200,\"COSTTO\":14200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"54653\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16200,\"priceDoubleOcc\":\"17700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":17700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":17700,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16400,\"priceDoubleOcc\":\"18000.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":18000,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16700,\"priceDoubleOcc\":\"18450.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18450,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":18450,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":16755,\"priceDoubleOcc\":\"18533.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":18533,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":18533,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":17533,\"priceDoubleOcc\":\"19700.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19700,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":19700,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null},{\"From\":\"2023-06-07\",\"To\":\"2023-10-31\",\"Currency\":1,\"priceTripleOcc\":19867,\"priceDoubleOcc\":\"23200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"10200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":500,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":10200,\"CEB\":13200,\"COSTDO\":23200,\"COSTSO\":null,\"ACEB\":13200,\"COSTTO\":13200,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"397920\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[397920],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"397921\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[397921],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"397922\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[397922],\"Remark\":[\"&lt;p&gt;NON AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"397923\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[397923],\"Remark\":[\"&lt;p&gt;N0N AC VECHILE&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Srinagar','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam','','25897',17700,24200,3,'311_1692428493_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"J&K (4).jpg\"},{\"day\":3,\"images\":\"J&K (7).jpg\"},{\"day\":4,\"images\":\"J&K (8).jpg\"}]',2,'',0,'2023-08-19 00:00:00','2023-10-31 00:00:00','2023-10-31 00:00:00',3,'India','101','2023-08-19 00:00:00','2023-08-19 00:00:00',1,1,'1','1','0','Kashmir tour package, 3 nights 4 days Kashmir tour, Srinagar sightseeing, Pahalgam exploration, Gulmarg adventure, best travel package, scenic landscapes, Srinagar houseboats, Pahalgam nature trails, Gulmarg gondola ride, Kashmir getaway, Kashmir vacation','Embark on a mesmerizing 3-night, 4-day journey through the breathtaking landscapes of Srinagar, Pahalgam, and Gulmarg. Immerse yourself in the beauty of Kashmir as you explore these iconic destinations. Book your dream getaway today!','Book 3N 4D Kashmir Tour - Srinagar, Pahalgam, Gulmarg',NULL,'short-trip-to-srinagar-3-nights-4-days',NULL,NULL,NULL,0),(312,53003,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Sports,Weekend,Festivals and Events,Romantic,Offbeat,Group Tours,Activites Tour,Luxury Tours,Private,Day Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":53003,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/54784\\/package\\/images\\/jim-corbett-riverside-weekend-package--dn_1683699489\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Mango Bloom River Resort is located in Riverside, Jim Corbett, the excellent service, luxurious rooms and superior facilities make for an unforgettable stay. Free internet access, pool access, activities for kids and adults, horse and camel ride and many more other activities are available within the resort which keeps you high through out your stay. For those driving their own car, parking is available for guests. Always get the assistance you need with front desk services including concierge service and luggage storage.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":54784,\"AgencyIdB2C\":35,\"AgencyIdB2B\":54784,\"DestinationPlaces\":\"Jim Corbett National Park\",\"DestinationPlacesSysId\":13146,\"SourcePlaces\":\"Jim Corbett National Park\",\"SourcePlaceSysId\":13146,\"AgencyName\":\"The Banyan Retreat Resort\",\"Name\":\"Jim Corbett Riverside, Weekend Package -2D\\/3N\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"16514\",\"SupplierName\":\"Mango Bloom River Resort\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,All Meals,Activity\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Sports,Weekend,Festivals and Events,Romantic,Offbeat,Group Tours,Activites Tour,Luxury Tours,Private,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2023-08-19\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13146,\"Title\":\"Jim Corbett National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":552973,\"Name\":\"Mango Bloom River Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":13146,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16514,\"SupplierName\":\"Mango Bloom River Resort\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":44508,\"Title\":\"Corbett Falls\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;Corbett Falls, located near Ramnagar in Uttarakhand, is a mesmerizing natural attraction that draws tourists with its serene beauty. Nestled amidst lush greenery and the foothills of the Himalayas, the waterfall cascades down from a height of around 20 meters, creating a picturesque sight. The crystal-clear water, surrounded by dense forests, offers a refreshing and tranquil ambiance. Visitors can enjoy the scenic beauty, take a dip in the cool waters, or simply relax in the serene surroundings. Corbett Falls is a must-visit destination for nature enthusiasts and those seeking a peaceful retreat in the lap of nature.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":22538,\"CityName\":\"Ramnagar\",\"Lat\":29.394862,\"Long\":79.126566,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/54784\\/city\\/22538\\/sightseeing\\/54784_1683706986.jpg\",\"SupplierSysId\":16514,\"SupplierName\":\"Mango Bloom River Resort\",\"priceaditionals\":null},{\"RefSSId\":761,\"Title\":\"Jeep Safari\",\"Description\":\"Jim Corbett National Park is very famous for open jeep safari. It is the most preferable way to visit the forest. All kind of tourist such as naturalist, wildlife photographers, bird watchers and wildlife enthusiasts are always prefer to enjoy open jeep safari in Jim Corbett National Park.\",\"CurrencyType\":0,\"CityId\":22538,\"CityName\":\"Ramnagar\",\"Lat\":29.3947643,\"Long\":79.1264997,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5602\\/thumb\\/Jeep Safari_269.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16514,\"SupplierName\":\"Mango Bloom River Resort\",\"priceaditionals\":null},{\"RefSSId\":775,\"Title\":\"Jim Corbett National Park\",\"Description\":\"Jim Corbett National Park is a forested wildlife sanctuary in northern India&amp;rsquo;s Uttarakhand State. Rich in flora and fauna, it&amp;rsquo;s known for its Bengal tigers. Animals, including tigers, leopards and wild elephants, roam the Dhikala zone. On the banks of the Ramganga Reservoir, the Sonanadi zone is home to elephants and leopards, along with hundreds of species of birds.\",\"CurrencyType\":0,\"CityId\":22538,\"CityName\":\"Ramnagar\",\"Lat\":29.3947643,\"Long\":79.1264997,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4722\\/thumb\\/Jim Corbett National Park_856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16514,\"SupplierName\":\"Mango Bloom River Resort\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384378\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;Jim Corbett Riverside Weekend Package - 2D\\/3N&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Per Couple: Rs.15000\\/- Offer Price: 20%*Off&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Package Inclusions are:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Riverside Access&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spa ( 20% Off)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Meals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;High Tea&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pool Access&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Live Singing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Indoor\\/Outdoor Kids Play Area&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camel and Horse Riding&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guided Nature Walk To Forest or River Side Evening and Morning&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tea Maker\\/Coffee Maker&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury\"}],\"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\":\"384379\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":44508,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":761,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"384380\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552973,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury\"}],\"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\":\"53003\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"15000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12344,\"priceDoubleOcc\":\"15000.00\",\"priceSingleOcc\":22500,\"priceExtraBed\":null,\"priceWithoutBed\":\"6093.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6093.75,\"CEB\":null,\"COSTDO\":15000,\"COSTSO\":22500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7031.25,\"COSTTO\":7031.25}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"53003\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"12000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9875,\"priceDoubleOcc\":\"12000.00\",\"priceSingleOcc\":18000,\"priceExtraBed\":null,\"priceWithoutBed\":\"4875.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4875,\"CEB\":null,\"COSTDO\":12000,\"COSTSO\":18000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5625,\"COSTTO\":5625}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 or 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"384378\":[{\"Sequence\":[0],\"TPInvnSysId\":[384378],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"384379\":[{\"Sequence\":[0],\"TPInvnSysId\":[384379],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"384380\":[{\"Sequence\":[0],\"TPInvnSysId\":[384380],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Jim Corbett National Park','Jim Corbett National Park,Uttarakhand,Indian Subcontinent,North India,India,Bareilly,Delhi,Ghaziabad,Gurgaon,Lucknow,Noida,Ramnagar,Meerut',NULL,'13146',12000,15000,2,NULL,NULL,NULL,2,'',0,'2023-08-19 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-08-19 11:17:28','2023-08-19 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'jim-corbett-riverside-weekend-package-2d/3n',NULL,NULL,NULL,0),(313,52991,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Weekend,Romantic,Group Tours,Activites Tour,Luxury Tours,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":52991,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/54784\\/package\\/images\\/jim-corbett-weekend-package--dn_1683704010\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Banyan Retreat (Award -Winning Resort) is one of the best and most luxurious resorts in Ramnagar Jim Corbett, which offers Destination Wedding, pre-wedding shoot, stay or many more events which you can organize in a luxurious way and experience most brilliant wildlife. Surrounded by the majestic Himalayan range, the resort offers you to relax, rejuvenate and reconnect with yourself. Valleys, forests, and riverbeds near the resort present a delightful opportunity for nature lovers to witness the beauty first-hand.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":54784,\"AgencyIdB2C\":35,\"AgencyIdB2B\":54784,\"DestinationPlaces\":\"Jim Corbett National Park\",\"DestinationPlacesSysId\":13146,\"SourcePlaces\":\"Jim Corbett National Park\",\"SourcePlaceSysId\":13146,\"AgencyName\":\"The Banyan Retreat Resort\",\"Name\":\"Jim Corbett Weekend Package- 2D\\/3N\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"16484\",\"SupplierName\":\"The Banyan Retreat Resort\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,All Meals,Welcome Drink,Activity\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Weekend,Romantic,Group Tours,Activites Tour,Luxury Tours,Road Trip\",\"Validity\":{\"From\":\"2023-08-19\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":13146,\"Title\":\"Jim Corbett National Park\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":552936,\"Name\":\"The Banyan Retreat Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4825503,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_552936\\/54784_01683634560.jpeg\"},{\"ImagId\":4825504,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_552936\\/54784_11683634561.jpeg\"},{\"ImagId\":4825505,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_552936\\/54784_21683634561.jpg\"}]},\"CityId\":13146,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_552936\\/54784_b85e94641d17e99cb1370e87f0e889701683634560.jpeg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16484,\"SupplierName\":\"The Banyan Retreat Resort\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"384304\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;The Banyan Retreat Resort Jim Corbett- 2N\\/3D Package&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Per Couple: Rs.15000\\/-&amp;nbsp; Offer Price: 20%*Off&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Inclusives are:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meals (Breakfast\\/ Lunch\\/ Dinner)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;High Tea&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Spa (20% Off)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camel and Horse Ride&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Live Singing Event&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guided Nature Walk To Forest&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Indoor\\/ Outdoor Kids Area&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pool Access&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tea Maker\\/ Coffee Maker&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552936,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury\"}],\"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\":\"384305\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552936,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury\"}],\"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\":\"384306\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13146,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":552936,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury\"}],\"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\":\"52991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"15000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":12344,\"priceDoubleOcc\":\"15000.00\",\"priceSingleOcc\":22500,\"priceExtraBed\":null,\"priceWithoutBed\":\"6093.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":25,\"ExcludedPercent\":\"0\",\"PricePerPerson\":15000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":6093.75,\"CEB\":null,\"COSTDO\":15000,\"COSTSO\":22500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":7031.25,\"COSTTO\":7031.25}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"52991\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"12000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-05-15\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":9875,\"priceDoubleOcc\":\"12000.00\",\"priceSingleOcc\":18000,\"priceExtraBed\":null,\"priceWithoutBed\":\"4875.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":0,\"ExcludedPercent\":\"0\",\"PricePerPerson\":12000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":4875,\"CEB\":null,\"COSTDO\":12000,\"COSTSO\":18000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":5625,\"COSTTO\":5625}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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 or 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"1000\",\"IsPercentage\":true,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"13903\",\"Value\":\"15\"}],\"BuspickupLocation\":[],\"TransferData\":{\"384304\":[{\"Sequence\":[0],\"TPInvnSysId\":[384304],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"384305\":[{\"Sequence\":[0],\"TPInvnSysId\":[384305],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"384306\":[{\"Sequence\":[0],\"TPInvnSysId\":[384306],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Jim Corbett National Park','Jim Corbett National Park,Uttarakhand,Indian Subcontinent,North India,India,Delhi,Gurgaon,Lucknow,Noida,Ramnagar,Meerut',NULL,'13146',12000,15000,2,NULL,NULL,NULL,2,'',0,'2023-08-19 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2023-08-19 11:17:31','2023-08-19 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'jim-corbett-weekend-package-2d/3n',NULL,NULL,NULL,0),(314,28808,1,35,1,0,0,'Adventure,Family,Culture,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":28808,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/albaniamacedonia_1654438529.jpg\",\"BookingValidUntill\":\"2023-12-31\",\"AdvBookingDays\":1,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Program Albania &amp;amp; Macedonia invites everyone to discover a land brimming with stunning scenery, rich cultural&amp;nbsp;traditions, historical sites, treasure-filled museums, extraordinary architecture and legendary folklore. You will have the chance to meet local people who will stick on your mind for their warm and friendly approach.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":100,\"PriceRange\":\"449\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":5439,\"AgencyIdB2C\":35,\"AgencyIdB2B\":5439,\"DestinationPlaces\":\"Tirana\",\"DestinationPlacesSysId\":27345,\"SourcePlaces\":\"Skopje\",\"SourcePlaceSysId\":25410,\"AgencyName\":\"TRAVEL ALBANIA\",\"Name\":\"Albania & Macedonia\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6243\",\"SupplierName\":\"TRAVEL ALBANIA\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Car On Disposal\",\"PackageType\":\"Adventure,Family,Culture,Group Tours\",\"Validity\":{\"From\":\"2023-09-18\",\"To\":\"2023-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25410,\"Title\":\"Skopje\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25410,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19709,\"Title\":\"Visit of Skopie\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;Skopie, &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25410,\"CityName\":\"Skopje\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25410\\/sightseeing\\/5439_1624459741.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27221,\"Title\":\"Visit of Ohrid\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 20px&quot;&gt;S&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;ublime Ohrid is Macedonia&#039;s most seductive destination, with an atmospheric old quarter cascading down a graceful hill, crammed full of beautiful churches and topped by the bones of a medieval castle. Its cobbled streets are flanked by traditional restaurants and lakeside cafes, but it&#039;s not a complete tourist circus just yet and still has a lived-in feel &ndash; particularly in the upper reaches of the Old Town.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;Explore Ohrid, a UNESCO World Cultural Heritage site and one of the Balkans&rsquo; most important religious landmarks. Start out from your hotel and cross the Albanian border into Macedonia where you will continue on to the lake side resort of Ohrid. Your morning sightseeing tour includes the church of St. Sofia, the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings and St. Clement`s Church with its icon of the Annunciation. The walking tour will include Car Samuel fortifications, the Ancient theatre, Plaosnik site with many fragments of the byzantine mosaics, St. Kanoe church, built on a rock, by the lake side.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":19969,\"CityName\":\"Ohrid\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19969\\/sightseeing\\/5439_1654425907.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18361,\"Title\":\"Visit of Berat\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Located in central Albania, Berat,&nbsp; Unesco&#039;s World Heritage, bears witness to the coexistence of various religious and cultural communities down the centuries. It features a castle, locally known as the Kala, most of which was built in the 13th century, although its origins date back to the 4th century BC. The citadel area numbers many Byzantine churches, mainly from the 13th century, as well as several mosques built under the Ottoman era which began in 1417.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2956,\"CityName\":\"Berat\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2956\\/sightseeing\\/5439_1654533518.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27233,\"Title\":\"Visit Gjirokaster (Unesco site)\",\"Description\":\"&lt;p&gt;Gjirokastra - the &quot;Stone City&quot;, situated in the southern part of Albania only 1 hour far from Saranda city, on the eastern slope of mountain Mali i Gjere. It is a commercial center in South Albania, it produces foodstuffs, leather, and textiles. There are several 18th-century mosques and churches and an old citadel (rebuilt in the 19th cent.) in the town. Dating probably from the 4th cent., Gjirokast&euml;r passed to the Turks in the 15th cent. It was captured (1811) by Ali Pasha and was the center (late 1800s) of anti-Turkish resistance. In World War II it was occupied by Italy, Greece, and Germany in succession. What strikes the visitors most in Gjirokastra are its typical and characteristic houses which resemble little fortresses, clustered one above the other. Their exterior combines roughness with the beauty of windows, small rooms and light pillars supporting the roofs protruding from the walls. The most attractive feature is the stone which has been masterfully elaborated by the builders. Once Gjirokastra has been called the &quot;city of one thousand steps&quot; or &quot;the stone city&quot;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10479,\"CityName\":\"Gjirokaster\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10479\\/sightseeing\\/5439_1654427741.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18386,\"Title\":\"Visit of Butrinti\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Butrinti, Unesco&#039;s World Heritage, constitutes a very rare combination of archaeology and nature. The property is a microcosm of Mediterranean history, with occupation dating from 50 000 BC, at its earliest evidence, up to the 19th century AD. Prehistoric sites have been identified within the nucleus of Butrint, the small hill surrounded by the waters of Lake Butrint and Vivari Channel, as well as in its wider territory. From 800 BC until the arrival of the Romans, Butrint was influenced by Greek culture, bearing elements of a &acirc;&euro;&oelig;polis&acirc;&euro;? and being settled by Chaonian tribes. In 44 BC Butrint became a Roman colony and expanded considerably on reclaimed marshland, primarily to the south across the Vivari Channel, where an aqueduct was built. In the 5th century AD Butrint became an Episcopal centre it was fortified and substantial early Christian structures were built. After a period of abandonment, Butrint was reconstructed under Byzantine control in the 9th century. Butrint and its territory came under Angevin and then Venetian control in the 14th century. Several attacks by despots of Epirus and then later by Ottomans led to the strengthening and extension of the defensive works of Butrint. At the beginning of the 19th century, a new fortress was added to the defensive system of Butrint at the mouth of the Vivari Channel. It was built by Ali Pasha, an Albanian Ottoman ruler who controlled Butrint and the area until its final abandonment.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":24302,\"CityName\":\"Saranda\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24302\\/sightseeing\\/5439_1624356351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18388,\"Title\":\"Durres\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Durres is one of the oldest towns in Albania and the first and perhaps the most important of the Greek colonies in the country. It was founded at Epidamnus in 627 B.C. by Greeks from Corcyra (present-day Corfu) and Corinth. Greek and Roman authors called it &quot;the Admirable City&quot; for its temple, statues, and other monuments. However, only a few remains remind us of this city glory days, mainly due to earthquakes and, also the fact that Durres has been continuously inhabited through time. Therefore it has been transformed accordingly. The walking tour in Durres will include the Venetian Town 15 century, featuring the close cultural and architectural ties the city had with Venice during the ottoman rule. We proceed along the Byzantine walls from the 4th and 5th century. The second stop will be the Roman ruins of a 2nd century amphitheater. This site associated with the names of Roman Emperors Trajan and Hadrian, it has been one of the most important entertaining attractions. The tour through the galleries will take us to the byzantine church, with its mural mosaics, dating from the 14th century.&nbsp;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8366,\"CityName\":\"Durres\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8366\\/sightseeing\\/5439_1654508412.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18362,\"Title\":\"Visit of Tirana\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The tour starts at Skanderbeg Square, the main destination for all tourists visiting Tirana. A short history about this square and the buildings around it: Palace of Culture, National Bank, the Et&acirc;&euro;&trade;hem Bey Mosque, The Clock Tower and National Museum. Visit of the National Historical Museum to have guidance on the Albanian history. Visit of the 1783&Acirc;&nbsp; Mosque and vist of the Bunk&#039;Art&Acirc;&nbsp; to know more for communist past of Albanians.&lt;br&gt;&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;After that we head to the New Bazaar, but before that we visit the Kadare House, which is the newest museum in Tirana. Here Kadare lived almost 40 years and it is the place where he wrote most of his famous books. We continue to the new Bazaar, which is a newly open space which is also very populated lately. We have a coffee break there and continue to the Tanners Bridge, across the George Bush Street.&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Then we turn back at Pedestrian Street Murat Toptani, until we reach the main Boulevard &acirc;&euro;&oelig;Deshmoret e Kombit&acirc;&euro;\\u009d. We continue to see all the historical places we had in both sides of the Boulevard: Government Buildings, Reja Installation, the Monument of Independence, Rinia Park,&Acirc;&nbsp; the Pyramid- the symbol of communism, then we head to Postbllok Monuments, Palace of Congress and reach Mother Teresa Square. We turn back for a tour to Blloku area, former isolated area during communist regime. It&acirc;&euro;&trade;s up to you if you want to have a drink or a lunch in this place.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27345,\"CityName\":\"Tirana\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27345\\/sightseeing\\/5439_1611772586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null}]}},{\"CityId\":19969,\"Title\":\"Ohrid\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19969,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19709,\"Title\":\"Visit of Skopie\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;Skopie, &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25410,\"CityName\":\"Skopje\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25410\\/sightseeing\\/5439_1624459741.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27221,\"Title\":\"Visit of Ohrid\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 20px&quot;&gt;S&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;ublime Ohrid is Macedonia&#039;s most seductive destination, with an atmospheric old quarter cascading down a graceful hill, crammed full of beautiful churches and topped by the bones of a medieval castle. Its cobbled streets are flanked by traditional restaurants and lakeside cafes, but it&#039;s not a complete tourist circus just yet and still has a lived-in feel &ndash; particularly in the upper reaches of the Old Town.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;Explore Ohrid, a UNESCO World Cultural Heritage site and one of the Balkans&rsquo; most important religious landmarks. Start out from your hotel and cross the Albanian border into Macedonia where you will continue on to the lake side resort of Ohrid. Your morning sightseeing tour includes the church of St. Sofia, the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings and St. Clement`s Church with its icon of the Annunciation. The walking tour will include Car Samuel fortifications, the Ancient theatre, Plaosnik site with many fragments of the byzantine mosaics, St. Kanoe church, built on a rock, by the lake side.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":19969,\"CityName\":\"Ohrid\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19969\\/sightseeing\\/5439_1654425907.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18361,\"Title\":\"Visit of Berat\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Located in central Albania, Berat,&nbsp; Unesco&#039;s World Heritage, bears witness to the coexistence of various religious and cultural communities down the centuries. It features a castle, locally known as the Kala, most of which was built in the 13th century, although its origins date back to the 4th century BC. The citadel area numbers many Byzantine churches, mainly from the 13th century, as well as several mosques built under the Ottoman era which began in 1417.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2956,\"CityName\":\"Berat\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2956\\/sightseeing\\/5439_1654533518.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27233,\"Title\":\"Visit Gjirokaster (Unesco site)\",\"Description\":\"&lt;p&gt;Gjirokastra - the &quot;Stone City&quot;, situated in the southern part of Albania only 1 hour far from Saranda city, on the eastern slope of mountain Mali i Gjere. It is a commercial center in South Albania, it produces foodstuffs, leather, and textiles. There are several 18th-century mosques and churches and an old citadel (rebuilt in the 19th cent.) in the town. Dating probably from the 4th cent., Gjirokast&euml;r passed to the Turks in the 15th cent. It was captured (1811) by Ali Pasha and was the center (late 1800s) of anti-Turkish resistance. In World War II it was occupied by Italy, Greece, and Germany in succession. What strikes the visitors most in Gjirokastra are its typical and characteristic houses which resemble little fortresses, clustered one above the other. Their exterior combines roughness with the beauty of windows, small rooms and light pillars supporting the roofs protruding from the walls. The most attractive feature is the stone which has been masterfully elaborated by the builders. Once Gjirokastra has been called the &quot;city of one thousand steps&quot; or &quot;the stone city&quot;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10479,\"CityName\":\"Gjirokaster\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10479\\/sightseeing\\/5439_1654427741.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18386,\"Title\":\"Visit of Butrinti\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Butrinti, Unesco&#039;s World Heritage, constitutes a very rare combination of archaeology and nature. The property is a microcosm of Mediterranean history, with occupation dating from 50 000 BC, at its earliest evidence, up to the 19th century AD. Prehistoric sites have been identified within the nucleus of Butrint, the small hill surrounded by the waters of Lake Butrint and Vivari Channel, as well as in its wider territory. From 800 BC until the arrival of the Romans, Butrint was influenced by Greek culture, bearing elements of a &acirc;&euro;&oelig;polis&acirc;&euro;? and being settled by Chaonian tribes. In 44 BC Butrint became a Roman colony and expanded considerably on reclaimed marshland, primarily to the south across the Vivari Channel, where an aqueduct was built. In the 5th century AD Butrint became an Episcopal centre it was fortified and substantial early Christian structures were built. After a period of abandonment, Butrint was reconstructed under Byzantine control in the 9th century. Butrint and its territory came under Angevin and then Venetian control in the 14th century. Several attacks by despots of Epirus and then later by Ottomans led to the strengthening and extension of the defensive works of Butrint. At the beginning of the 19th century, a new fortress was added to the defensive system of Butrint at the mouth of the Vivari Channel. It was built by Ali Pasha, an Albanian Ottoman ruler who controlled Butrint and the area until its final abandonment.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":24302,\"CityName\":\"Saranda\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24302\\/sightseeing\\/5439_1624356351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18388,\"Title\":\"Durres\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Durres is one of the oldest towns in Albania and the first and perhaps the most important of the Greek colonies in the country. It was founded at Epidamnus in 627 B.C. by Greeks from Corcyra (present-day Corfu) and Corinth. Greek and Roman authors called it &quot;the Admirable City&quot; for its temple, statues, and other monuments. However, only a few remains remind us of this city glory days, mainly due to earthquakes and, also the fact that Durres has been continuously inhabited through time. Therefore it has been transformed accordingly. The walking tour in Durres will include the Venetian Town 15 century, featuring the close cultural and architectural ties the city had with Venice during the ottoman rule. We proceed along the Byzantine walls from the 4th and 5th century. The second stop will be the Roman ruins of a 2nd century amphitheater. This site associated with the names of Roman Emperors Trajan and Hadrian, it has been one of the most important entertaining attractions. The tour through the galleries will take us to the byzantine church, with its mural mosaics, dating from the 14th century.&nbsp;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8366,\"CityName\":\"Durres\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8366\\/sightseeing\\/5439_1654508412.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18362,\"Title\":\"Visit of Tirana\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The tour starts at Skanderbeg Square, the main destination for all tourists visiting Tirana. A short history about this square and the buildings around it: Palace of Culture, National Bank, the Et&acirc;&euro;&trade;hem Bey Mosque, The Clock Tower and National Museum. Visit of the National Historical Museum to have guidance on the Albanian history. Visit of the 1783&Acirc;&nbsp; Mosque and vist of the Bunk&#039;Art&Acirc;&nbsp; to know more for communist past of Albanians.&lt;br&gt;&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;After that we head to the New Bazaar, but before that we visit the Kadare House, which is the newest museum in Tirana. Here Kadare lived almost 40 years and it is the place where he wrote most of his famous books. We continue to the new Bazaar, which is a newly open space which is also very populated lately. We have a coffee break there and continue to the Tanners Bridge, across the George Bush Street.&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Then we turn back at Pedestrian Street Murat Toptani, until we reach the main Boulevard &acirc;&euro;&oelig;Deshmoret e Kombit&acirc;&euro;\\u009d. We continue to see all the historical places we had in both sides of the Boulevard: Government Buildings, Reja Installation, the Monument of Independence, Rinia Park,&Acirc;&nbsp; the Pyramid- the symbol of communism, then we head to Postbllok Monuments, Palace of Congress and reach Mother Teresa Square. We turn back for a tour to Blloku area, former isolated area during communist regime. It&acirc;&euro;&trade;s up to you if you want to have a drink or a lunch in this place.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27345,\"CityName\":\"Tirana\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27345\\/sightseeing\\/5439_1611772586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null}]}},{\"CityId\":2956,\"Title\":\"Berat\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2956,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19709,\"Title\":\"Visit of Skopie\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;Skopie, &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25410,\"CityName\":\"Skopje\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25410\\/sightseeing\\/5439_1624459741.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27221,\"Title\":\"Visit of Ohrid\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 20px&quot;&gt;S&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;ublime Ohrid is Macedonia&#039;s most seductive destination, with an atmospheric old quarter cascading down a graceful hill, crammed full of beautiful churches and topped by the bones of a medieval castle. Its cobbled streets are flanked by traditional restaurants and lakeside cafes, but it&#039;s not a complete tourist circus just yet and still has a lived-in feel &ndash; particularly in the upper reaches of the Old Town.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;Explore Ohrid, a UNESCO World Cultural Heritage site and one of the Balkans&rsquo; most important religious landmarks. Start out from your hotel and cross the Albanian border into Macedonia where you will continue on to the lake side resort of Ohrid. Your morning sightseeing tour includes the church of St. Sofia, the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings and St. Clement`s Church with its icon of the Annunciation. The walking tour will include Car Samuel fortifications, the Ancient theatre, Plaosnik site with many fragments of the byzantine mosaics, St. Kanoe church, built on a rock, by the lake side.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":19969,\"CityName\":\"Ohrid\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19969\\/sightseeing\\/5439_1654425907.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18361,\"Title\":\"Visit of Berat\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Located in central Albania, Berat,&nbsp; Unesco&#039;s World Heritage, bears witness to the coexistence of various religious and cultural communities down the centuries. It features a castle, locally known as the Kala, most of which was built in the 13th century, although its origins date back to the 4th century BC. The citadel area numbers many Byzantine churches, mainly from the 13th century, as well as several mosques built under the Ottoman era which began in 1417.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2956,\"CityName\":\"Berat\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2956\\/sightseeing\\/5439_1654533518.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27233,\"Title\":\"Visit Gjirokaster (Unesco site)\",\"Description\":\"&lt;p&gt;Gjirokastra - the &quot;Stone City&quot;, situated in the southern part of Albania only 1 hour far from Saranda city, on the eastern slope of mountain Mali i Gjere. It is a commercial center in South Albania, it produces foodstuffs, leather, and textiles. There are several 18th-century mosques and churches and an old citadel (rebuilt in the 19th cent.) in the town. Dating probably from the 4th cent., Gjirokast&euml;r passed to the Turks in the 15th cent. It was captured (1811) by Ali Pasha and was the center (late 1800s) of anti-Turkish resistance. In World War II it was occupied by Italy, Greece, and Germany in succession. What strikes the visitors most in Gjirokastra are its typical and characteristic houses which resemble little fortresses, clustered one above the other. Their exterior combines roughness with the beauty of windows, small rooms and light pillars supporting the roofs protruding from the walls. The most attractive feature is the stone which has been masterfully elaborated by the builders. Once Gjirokastra has been called the &quot;city of one thousand steps&quot; or &quot;the stone city&quot;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10479,\"CityName\":\"Gjirokaster\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10479\\/sightseeing\\/5439_1654427741.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18386,\"Title\":\"Visit of Butrinti\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Butrinti, Unesco&#039;s World Heritage, constitutes a very rare combination of archaeology and nature. The property is a microcosm of Mediterranean history, with occupation dating from 50 000 BC, at its earliest evidence, up to the 19th century AD. Prehistoric sites have been identified within the nucleus of Butrint, the small hill surrounded by the waters of Lake Butrint and Vivari Channel, as well as in its wider territory. From 800 BC until the arrival of the Romans, Butrint was influenced by Greek culture, bearing elements of a &acirc;&euro;&oelig;polis&acirc;&euro;? and being settled by Chaonian tribes. In 44 BC Butrint became a Roman colony and expanded considerably on reclaimed marshland, primarily to the south across the Vivari Channel, where an aqueduct was built. In the 5th century AD Butrint became an Episcopal centre it was fortified and substantial early Christian structures were built. After a period of abandonment, Butrint was reconstructed under Byzantine control in the 9th century. Butrint and its territory came under Angevin and then Venetian control in the 14th century. Several attacks by despots of Epirus and then later by Ottomans led to the strengthening and extension of the defensive works of Butrint. At the beginning of the 19th century, a new fortress was added to the defensive system of Butrint at the mouth of the Vivari Channel. It was built by Ali Pasha, an Albanian Ottoman ruler who controlled Butrint and the area until its final abandonment.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":24302,\"CityName\":\"Saranda\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24302\\/sightseeing\\/5439_1624356351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18388,\"Title\":\"Durres\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Durres is one of the oldest towns in Albania and the first and perhaps the most important of the Greek colonies in the country. It was founded at Epidamnus in 627 B.C. by Greeks from Corcyra (present-day Corfu) and Corinth. Greek and Roman authors called it &quot;the Admirable City&quot; for its temple, statues, and other monuments. However, only a few remains remind us of this city glory days, mainly due to earthquakes and, also the fact that Durres has been continuously inhabited through time. Therefore it has been transformed accordingly. The walking tour in Durres will include the Venetian Town 15 century, featuring the close cultural and architectural ties the city had with Venice during the ottoman rule. We proceed along the Byzantine walls from the 4th and 5th century. The second stop will be the Roman ruins of a 2nd century amphitheater. This site associated with the names of Roman Emperors Trajan and Hadrian, it has been one of the most important entertaining attractions. The tour through the galleries will take us to the byzantine church, with its mural mosaics, dating from the 14th century.&nbsp;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8366,\"CityName\":\"Durres\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8366\\/sightseeing\\/5439_1654508412.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18362,\"Title\":\"Visit of Tirana\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The tour starts at Skanderbeg Square, the main destination for all tourists visiting Tirana. A short history about this square and the buildings around it: Palace of Culture, National Bank, the Et&acirc;&euro;&trade;hem Bey Mosque, The Clock Tower and National Museum. Visit of the National Historical Museum to have guidance on the Albanian history. Visit of the 1783&Acirc;&nbsp; Mosque and vist of the Bunk&#039;Art&Acirc;&nbsp; to know more for communist past of Albanians.&lt;br&gt;&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;After that we head to the New Bazaar, but before that we visit the Kadare House, which is the newest museum in Tirana. Here Kadare lived almost 40 years and it is the place where he wrote most of his famous books. We continue to the new Bazaar, which is a newly open space which is also very populated lately. We have a coffee break there and continue to the Tanners Bridge, across the George Bush Street.&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Then we turn back at Pedestrian Street Murat Toptani, until we reach the main Boulevard &acirc;&euro;&oelig;Deshmoret e Kombit&acirc;&euro;\\u009d. We continue to see all the historical places we had in both sides of the Boulevard: Government Buildings, Reja Installation, the Monument of Independence, Rinia Park,&Acirc;&nbsp; the Pyramid- the symbol of communism, then we head to Postbllok Monuments, Palace of Congress and reach Mother Teresa Square. We turn back for a tour to Blloku area, former isolated area during communist regime. It&acirc;&euro;&trade;s up to you if you want to have a drink or a lunch in this place.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27345,\"CityName\":\"Tirana\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27345\\/sightseeing\\/5439_1611772586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null}]}},{\"CityId\":24302,\"Title\":\"Saranda\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":24302,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19709,\"Title\":\"Visit of Skopie\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;Skopie, &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25410,\"CityName\":\"Skopje\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25410\\/sightseeing\\/5439_1624459741.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27221,\"Title\":\"Visit of Ohrid\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 20px&quot;&gt;S&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;ublime Ohrid is Macedonia&#039;s most seductive destination, with an atmospheric old quarter cascading down a graceful hill, crammed full of beautiful churches and topped by the bones of a medieval castle. Its cobbled streets are flanked by traditional restaurants and lakeside cafes, but it&#039;s not a complete tourist circus just yet and still has a lived-in feel &ndash; particularly in the upper reaches of the Old Town.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;Explore Ohrid, a UNESCO World Cultural Heritage site and one of the Balkans&rsquo; most important religious landmarks. Start out from your hotel and cross the Albanian border into Macedonia where you will continue on to the lake side resort of Ohrid. Your morning sightseeing tour includes the church of St. Sofia, the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings and St. Clement`s Church with its icon of the Annunciation. The walking tour will include Car Samuel fortifications, the Ancient theatre, Plaosnik site with many fragments of the byzantine mosaics, St. Kanoe church, built on a rock, by the lake side.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":19969,\"CityName\":\"Ohrid\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19969\\/sightseeing\\/5439_1654425907.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18361,\"Title\":\"Visit of Berat\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Located in central Albania, Berat,&nbsp; Unesco&#039;s World Heritage, bears witness to the coexistence of various religious and cultural communities down the centuries. It features a castle, locally known as the Kala, most of which was built in the 13th century, although its origins date back to the 4th century BC. The citadel area numbers many Byzantine churches, mainly from the 13th century, as well as several mosques built under the Ottoman era which began in 1417.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2956,\"CityName\":\"Berat\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2956\\/sightseeing\\/5439_1654533518.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27233,\"Title\":\"Visit Gjirokaster (Unesco site)\",\"Description\":\"&lt;p&gt;Gjirokastra - the &quot;Stone City&quot;, situated in the southern part of Albania only 1 hour far from Saranda city, on the eastern slope of mountain Mali i Gjere. It is a commercial center in South Albania, it produces foodstuffs, leather, and textiles. There are several 18th-century mosques and churches and an old citadel (rebuilt in the 19th cent.) in the town. Dating probably from the 4th cent., Gjirokast&euml;r passed to the Turks in the 15th cent. It was captured (1811) by Ali Pasha and was the center (late 1800s) of anti-Turkish resistance. In World War II it was occupied by Italy, Greece, and Germany in succession. What strikes the visitors most in Gjirokastra are its typical and characteristic houses which resemble little fortresses, clustered one above the other. Their exterior combines roughness with the beauty of windows, small rooms and light pillars supporting the roofs protruding from the walls. The most attractive feature is the stone which has been masterfully elaborated by the builders. Once Gjirokastra has been called the &quot;city of one thousand steps&quot; or &quot;the stone city&quot;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10479,\"CityName\":\"Gjirokaster\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10479\\/sightseeing\\/5439_1654427741.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18386,\"Title\":\"Visit of Butrinti\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Butrinti, Unesco&#039;s World Heritage, constitutes a very rare combination of archaeology and nature. The property is a microcosm of Mediterranean history, with occupation dating from 50 000 BC, at its earliest evidence, up to the 19th century AD. Prehistoric sites have been identified within the nucleus of Butrint, the small hill surrounded by the waters of Lake Butrint and Vivari Channel, as well as in its wider territory. From 800 BC until the arrival of the Romans, Butrint was influenced by Greek culture, bearing elements of a &acirc;&euro;&oelig;polis&acirc;&euro;? and being settled by Chaonian tribes. In 44 BC Butrint became a Roman colony and expanded considerably on reclaimed marshland, primarily to the south across the Vivari Channel, where an aqueduct was built. In the 5th century AD Butrint became an Episcopal centre it was fortified and substantial early Christian structures were built. After a period of abandonment, Butrint was reconstructed under Byzantine control in the 9th century. Butrint and its territory came under Angevin and then Venetian control in the 14th century. Several attacks by despots of Epirus and then later by Ottomans led to the strengthening and extension of the defensive works of Butrint. At the beginning of the 19th century, a new fortress was added to the defensive system of Butrint at the mouth of the Vivari Channel. It was built by Ali Pasha, an Albanian Ottoman ruler who controlled Butrint and the area until its final abandonment.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":24302,\"CityName\":\"Saranda\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24302\\/sightseeing\\/5439_1624356351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18388,\"Title\":\"Durres\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Durres is one of the oldest towns in Albania and the first and perhaps the most important of the Greek colonies in the country. It was founded at Epidamnus in 627 B.C. by Greeks from Corcyra (present-day Corfu) and Corinth. Greek and Roman authors called it &quot;the Admirable City&quot; for its temple, statues, and other monuments. However, only a few remains remind us of this city glory days, mainly due to earthquakes and, also the fact that Durres has been continuously inhabited through time. Therefore it has been transformed accordingly. The walking tour in Durres will include the Venetian Town 15 century, featuring the close cultural and architectural ties the city had with Venice during the ottoman rule. We proceed along the Byzantine walls from the 4th and 5th century. The second stop will be the Roman ruins of a 2nd century amphitheater. This site associated with the names of Roman Emperors Trajan and Hadrian, it has been one of the most important entertaining attractions. The tour through the galleries will take us to the byzantine church, with its mural mosaics, dating from the 14th century.&nbsp;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8366,\"CityName\":\"Durres\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8366\\/sightseeing\\/5439_1654508412.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18362,\"Title\":\"Visit of Tirana\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The tour starts at Skanderbeg Square, the main destination for all tourists visiting Tirana. A short history about this square and the buildings around it: Palace of Culture, National Bank, the Et&acirc;&euro;&trade;hem Bey Mosque, The Clock Tower and National Museum. Visit of the National Historical Museum to have guidance on the Albanian history. Visit of the 1783&Acirc;&nbsp; Mosque and vist of the Bunk&#039;Art&Acirc;&nbsp; to know more for communist past of Albanians.&lt;br&gt;&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;After that we head to the New Bazaar, but before that we visit the Kadare House, which is the newest museum in Tirana. Here Kadare lived almost 40 years and it is the place where he wrote most of his famous books. We continue to the new Bazaar, which is a newly open space which is also very populated lately. We have a coffee break there and continue to the Tanners Bridge, across the George Bush Street.&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Then we turn back at Pedestrian Street Murat Toptani, until we reach the main Boulevard &acirc;&euro;&oelig;Deshmoret e Kombit&acirc;&euro;\\u009d. We continue to see all the historical places we had in both sides of the Boulevard: Government Buildings, Reja Installation, the Monument of Independence, Rinia Park,&Acirc;&nbsp; the Pyramid- the symbol of communism, then we head to Postbllok Monuments, Palace of Congress and reach Mother Teresa Square. We turn back for a tour to Blloku area, former isolated area during communist regime. It&acirc;&euro;&trade;s up to you if you want to have a drink or a lunch in this place.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27345,\"CityName\":\"Tirana\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27345\\/sightseeing\\/5439_1611772586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null}]}},{\"CityId\":27345,\"Title\":\"Tirana\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27345,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":19709,\"Title\":\"Visit of Skopie\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;Skopie, &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. &lt;\\/span&gt;&lt;span style=&quot;color:333333&quot;&gt;We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":25410,\"CityName\":\"Skopje\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25410\\/sightseeing\\/5439_1624459741.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27221,\"Title\":\"Visit of Ohrid\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 20px&quot;&gt;S&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;ublime Ohrid is Macedonia&#039;s most seductive destination, with an atmospheric old quarter cascading down a graceful hill, crammed full of beautiful churches and topped by the bones of a medieval castle. Its cobbled streets are flanked by traditional restaurants and lakeside cafes, but it&#039;s not a complete tourist circus just yet and still has a lived-in feel &ndash; particularly in the upper reaches of the Old Town.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;Explore Ohrid, a UNESCO World Cultural Heritage site and one of the Balkans&rsquo; most important religious landmarks. Start out from your hotel and cross the Albanian border into Macedonia where you will continue on to the lake side resort of Ohrid. Your morning sightseeing tour includes the church of St. Sofia, the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings and St. Clement`s Church with its icon of the Annunciation. The walking tour will include Car Samuel fortifications, the Ancient theatre, Plaosnik site with many fragments of the byzantine mosaics, St. Kanoe church, built on a rock, by the lake side.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51) font-family: Verdana font-size: 12px&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":19969,\"CityName\":\"Ohrid\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19969\\/sightseeing\\/5439_1654425907.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18361,\"Title\":\"Visit of Berat\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Located in central Albania, Berat,&nbsp; Unesco&#039;s World Heritage, bears witness to the coexistence of various religious and cultural communities down the centuries. It features a castle, locally known as the Kala, most of which was built in the 13th century, although its origins date back to the 4th century BC. The citadel area numbers many Byzantine churches, mainly from the 13th century, as well as several mosques built under the Ottoman era which began in 1417.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":2956,\"CityName\":\"Berat\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2956\\/sightseeing\\/5439_1654533518.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":27233,\"Title\":\"Visit Gjirokaster (Unesco site)\",\"Description\":\"&lt;p&gt;Gjirokastra - the &quot;Stone City&quot;, situated in the southern part of Albania only 1 hour far from Saranda city, on the eastern slope of mountain Mali i Gjere. It is a commercial center in South Albania, it produces foodstuffs, leather, and textiles. There are several 18th-century mosques and churches and an old citadel (rebuilt in the 19th cent.) in the town. Dating probably from the 4th cent., Gjirokast&euml;r passed to the Turks in the 15th cent. It was captured (1811) by Ali Pasha and was the center (late 1800s) of anti-Turkish resistance. In World War II it was occupied by Italy, Greece, and Germany in succession. What strikes the visitors most in Gjirokastra are its typical and characteristic houses which resemble little fortresses, clustered one above the other. Their exterior combines roughness with the beauty of windows, small rooms and light pillars supporting the roofs protruding from the walls. The most attractive feature is the stone which has been masterfully elaborated by the builders. Once Gjirokastra has been called the &quot;city of one thousand steps&quot; or &quot;the stone city&quot;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10479,\"CityName\":\"Gjirokaster\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10479\\/sightseeing\\/5439_1654427741.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18386,\"Title\":\"Visit of Butrinti\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: Arial, Verdana, sans-serif font-size: 16.6px text-align: left background-color: rgb(238, 238, 238)&quot;&gt;Butrinti, Unesco&#039;s World Heritage, constitutes a very rare combination of archaeology and nature. The property is a microcosm of Mediterranean history, with occupation dating from 50 000 BC, at its earliest evidence, up to the 19th century AD. Prehistoric sites have been identified within the nucleus of Butrint, the small hill surrounded by the waters of Lake Butrint and Vivari Channel, as well as in its wider territory. From 800 BC until the arrival of the Romans, Butrint was influenced by Greek culture, bearing elements of a &acirc;&euro;&oelig;polis&acirc;&euro;? and being settled by Chaonian tribes. In 44 BC Butrint became a Roman colony and expanded considerably on reclaimed marshland, primarily to the south across the Vivari Channel, where an aqueduct was built. In the 5th century AD Butrint became an Episcopal centre it was fortified and substantial early Christian structures were built. After a period of abandonment, Butrint was reconstructed under Byzantine control in the 9th century. Butrint and its territory came under Angevin and then Venetian control in the 14th century. Several attacks by despots of Epirus and then later by Ottomans led to the strengthening and extension of the defensive works of Butrint. At the beginning of the 19th century, a new fortress was added to the defensive system of Butrint at the mouth of the Vivari Channel. It was built by Ali Pasha, an Albanian Ottoman ruler who controlled Butrint and the area until its final abandonment.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":24302,\"CityName\":\"Saranda\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24302\\/sightseeing\\/5439_1624356351.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18388,\"Title\":\"Durres\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Durres is one of the oldest towns in Albania and the first and perhaps the most important of the Greek colonies in the country. It was founded at Epidamnus in 627 B.C. by Greeks from Corcyra (present-day Corfu) and Corinth. Greek and Roman authors called it &quot;the Admirable City&quot; for its temple, statues, and other monuments. However, only a few remains remind us of this city glory days, mainly due to earthquakes and, also the fact that Durres has been continuously inhabited through time. Therefore it has been transformed accordingly. The walking tour in Durres will include the Venetian Town 15 century, featuring the close cultural and architectural ties the city had with Venice during the ottoman rule. We proceed along the Byzantine walls from the 4th and 5th century. The second stop will be the Roman ruins of a 2nd century amphitheater. This site associated with the names of Roman Emperors Trajan and Hadrian, it has been one of the most important entertaining attractions. The tour through the galleries will take us to the byzantine church, with its mural mosaics, dating from the 14th century.&nbsp;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8366,\"CityName\":\"Durres\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8366\\/sightseeing\\/5439_1654508412.jpg\",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null},{\"RefSSId\":18362,\"Title\":\"Visit of Tirana\",\"Description\":\"&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The tour starts at Skanderbeg Square, the main destination for all tourists visiting Tirana. A short history about this square and the buildings around it: Palace of Culture, National Bank, the Et&acirc;&euro;&trade;hem Bey Mosque, The Clock Tower and National Museum. Visit of the National Historical Museum to have guidance on the Albanian history. Visit of the 1783&Acirc;&nbsp; Mosque and vist of the Bunk&#039;Art&Acirc;&nbsp; to know more for communist past of Albanians.&lt;br&gt;&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;After that we head to the New Bazaar, but before that we visit the Kadare House, which is the newest museum in Tirana. Here Kadare lived almost 40 years and it is the place where he wrote most of his famous books. We continue to the new Bazaar, which is a newly open space which is also very populated lately. We have a coffee break there and continue to the Tanners Bridge, across the George Bush Street.&lt;\\/p&gt;&lt;p style=&quot;color: rgb(51, 51, 51) font-family: &quot; helvetica=&quot;&quot; neue&quot;,=&quot;&quot; helvetica,=&quot;&quot; arial,=&quot;&quot; sans-serif=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Then we turn back at Pedestrian Street Murat Toptani, until we reach the main Boulevard &acirc;&euro;&oelig;Deshmoret e Kombit&acirc;&euro;\\u009d. We continue to see all the historical places we had in both sides of the Boulevard: Government Buildings, Reja Installation, the Monument of Independence, Rinia Park,&Acirc;&nbsp; the Pyramid- the symbol of communism, then we head to Postbllok Monuments, Palace of Congress and reach Mother Teresa Square. We turn back for a tour to Blloku area, former isolated area during communist regime. It&acirc;&euro;&trade;s up to you if you want to have a drink or a lunch in this place.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27345,\"CityName\":\"Tirana\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27345\\/sightseeing\\/5439_1611772586.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6243,\"SupplierName\":\"TRAVEL ALBANIA\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205323\",\"Title\":\"Airport of Skopje  - Bitola 174 km\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;&lt;span style=&quot;color:#333333&quot;&gt;A&lt;\\/span&gt;&lt;span style=&quot;color:#333333&quot;&gt;rrival to Skopje Airport, meeting with our guide. Tour of Skopje, city in the west where you can find the signs of East as it was under the rule of Ottoman Empire for a long time. We will spend some time in the old town visiting the Daud Pasha baths, the imposing Mustafa Pasha Mosque or the bustling old market area. Transfer to Bitola. Dinner and overnight in Hotel. &lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19709,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205324\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25410,\"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\":\"205325\",\"Title\":\"Bitola -  Ohrid  68 km \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;&lt;span style=&quot;color:#333333&quot;&gt;Breakfast in hotel. Bitola is an administrative, cultural, industrial, commercial, and educational Centre of the Republic of Macedonia. Walking tour of HERAKLEA - Famous for its dazzling mosaics, ancient theatre and Roman baths, Heraclea is the most vividly preserved city from the Ancient Macedonian Empire surviving in the country. Free time for lunch. &lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:#333333&quot;&gt;Transfer to Ohrid.&amp;nbsp; classified as a &lt;strong&gt;UNESCO`s World Cultural Heritage site&lt;\\/strong&gt;. The sightseeing tour includes the church of St Sofia (11th century), the most eminent medieval monument in Macedonia with magnificent Byzantine fresco paintings, St Cl&amp;eacute;ment&amp;rsquo;s Church with its icon of Annunciation. Free time or optional boat ride to St. Naum Monastery. Accommodation and overnight in Ohrid. &lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19969,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27221,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205326\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19969,\"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\":\"205327\",\"Title\":\"Ohrid  - Berat 161 km\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Breakfast in hotel. Transfer to Berat,&amp;nbsp; UNESCO Heritage Site, called the &amp;quot;city of a thousand windows&amp;quot;, divided into an &amp;quot;upper town&amp;quot; of 14th century origin, rich in Byzantine churches; and a &amp;quot;low town&amp;quot;. adorned with numerous ancient mosques. Its famous districts are the Castle, Mangalemi, and Gorica. Even today, its citadel is inhabited by more than a thousand families. There are countless places of interest in and around the Castle, including early Christian churches, the Cathedral of Santa Maria, and the many mosques built in the 14th, 15th, and 16th centuries. Dinner and overnight in Hotel. &lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2956,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18361,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205328\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2956,\"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\":\"205333\",\"Title\":\"Berat - Gjirokaster - Saranda  158 km + 56 km\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Transfer to the ancient city of &lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Gjirokaster, UNESCO Heritage Site. &lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Many houses in Gjirokaster have a local distinctive style with roofs covered in stone slabs, giving it the nickname &amp;quot;City of Stones&amp;quot;. Of great importance and interest are the castle, the Museum of Arms, the Ethnographic Museum &amp;ndash; also known as Enver Hoxha&amp;rsquo;s home &amp;ndash; and the home of the Zekate family, an important Gjirokaster family. Free time for lunch. 16:00 - 17:00 Transfer to Saranda, stopping on the way to visit a &amp;ldquo;Blue Eye, a naturalistic site.&amp;nbsp; Accommodation and overnight in Ksamil (10 km from Saranda). &lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24302,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":27233,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205334\",\"Title\":\"Saranda  - Butrinti  28 km\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Breakfast in Hotel. Free time to enjoy the seaside. In the afternoon transfer to the archaeological park of Butrint mentioned by Virgil in the Eneid. The city is located across the sea from the Greek island of Corfu, and is one of the most important archaeological sites in the Mediterranean, declared &amp;quot;World Heritage&amp;quot; by UNESCO. The city retains Greek ruins; imposing Roman monuments; an early Christian Church and an Ottoman fort. Butrint has been inhabited almost continuously, from the 8th century B.C. and played an important role in the first &lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Peloponnesian War.&amp;nbsp; Hotel accommodation and overnight in&amp;nbsp; a 4* Hotel in Ksamil (10 km from Saranda)&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24302,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18386,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205335\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24302,\"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\":\"205336\",\"Title\":\"Saranda -   Durres - Tirana   283 km\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Trasfert to&amp;nbsp; Durres, &lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:black&quot;&gt;one of the most ancient cities in Albania, which has the largest port in the country and is the second largest industrial center after Tirana. Durres is located on a small peninsula on the Adriatic coast. The city was colonized by the Greeks in 627 B.C. and was named Epidamnos, later becoming known as Dyrrachium. From the Venetian Tower near the harbor, the medieval city walls take you to the Roman amphitheatre (capacity 15,000 spectators), the largest in the Balkans, dating back to the 2nd century B.C. The amphitheatre contains a Christian crypt with a rare mosaic. Durres has Roman and Byzantine ruins. Free time for lunch. In the afternoon transfer to Tirana, capital city of Albania. Free time. Dinner and overnight in 4* hotel in City Center . &lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18388,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205337\",\"Title\":\"Tirana \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:black&quot;&gt;Breakfast in hotel. Explore the capital city of Albania, including some of the historical highlights, as city centre, Skenderbeg Statue, Et&amp;rsquo;hem Bey Mosque, Clock Tower and expansion of city &lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Tirana&lt;\\/span&gt;&lt;\\/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:black&quot;&gt;, Bunker Art and the National Museum. Free time for lunch.&amp;nbsp; Dinner and overnight in hotel in a 4* Hotel in city center.&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27345,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":18362,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205338\",\"Title\":\"Tirana  -  Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#333333&quot;&gt;Breakfast in hotel. Transfer to airport. End of our services.&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27345,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"28808\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"421.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"421.20\",\"priceSingleOcc\":629.2,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":421.2,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":421.2,\"COSTSO\":629.2,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871},{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"449.80\",\"priceSingleOcc\":657.8,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":449.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":449.8,\"COSTSO\":657.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871},{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"494.00\",\"priceSingleOcc\":702,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":494,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":494,\"COSTSO\":702,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871},{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"566.80\",\"priceSingleOcc\":774.8,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":566.8,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":566.8,\"COSTSO\":774.8,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871},{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"793.00\",\"priceSingleOcc\":1001,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":793,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":793,\"COSTSO\":1001,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871},{\"From\":\"2022-06-18\",\"To\":\"2023-12-31\",\"Currency\":32,\"priceTripleOcc\":\"871.00\",\"priceDoubleOcc\":\"1053.00\",\"priceSingleOcc\":1261,\"priceExtraBed\":\"539.50\",\"priceWithoutBed\":\"539.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":30,\"ExcludedPercent\":\"0\",\"PricePerPerson\":1053,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":32,\"CWOB\":539.5,\"CEB\":539.5,\"COSTDO\":1053,\"COSTSO\":1261,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":871,\"COSTTO\":871}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;7 Nights accommodation in BB in a 4* Hotel on twin sharing basis as per itinerary&amp;nbsp;&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&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;guide cum driver&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205323\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205324\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205325\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205326\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205327\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205327],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205328\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205328],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205333\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205333],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205334\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205334],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205335\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205335],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205336\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205336],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205337\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205337],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205338\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205338],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Skopje,Ohrid,Berat,Saranda,Tirana','Skopje,Eastern Europe,Macedonia,Ohrid,Berat,Albania,Saranda,Tirana,Durres,Gjirokaster',NULL,'25410,19969,2956,24302,27345',421,1053,7,NULL,NULL,NULL,2,'',0,'2023-09-18 00:00:00','2023-12-31 00:00:00','2023-12-31 00:00:00',3,'Macedonia,Albania','129,2','2023-09-18 16:51:06','2023-09-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'albania-macedonia',NULL,NULL,NULL,0),(315,59467,1,35,0,0,0,'Honeymoon,Family,Heritage,Culture,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":59467,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/magical-golden-triangle_1692436858\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Magical Golden Triangle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,All Meals,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture,Group Tours\",\"Validity\":{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":571397,\"Name\":\"The Regent Grand\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double 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\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"MAP\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1383,\"Title\":\"Presidential Palace\",\"Description\":\"The Rashtrapati Bhavan: Presidential Residence&quot; previously &quot;Viceroy&#039;s House&quot;) is the official home of the president located at the Western end of Rajpath in New Delhi, India. It may refer to only the mansion (the 340-room main building) that has the president&#039;s official residence, halls, guest rooms and offices; it may also refer to the entire 130-hectare (320 acre) President Estate that additionally includes huge presidential gardens (Mughal Gardens), large open spaces, residences of bodyguards and staff, stables, other offices and utilities within its perimeter walls. In terms of area, it is one of the largest residences of a head of state in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.61436,\"Long\":77.199621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/34_1513171619.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":531,\"Title\":\"Gaitore\",\"Description\":\"It is a royal cremation ground for the Kachhwaha Rajput kings and the members of the royal family.  A perfect blending of Islamic and Hindu temple architecture, Gaitore has cenotaphs of Sawai Ram Singh, Sawai Madho Singh and Maharaja Sawai Jai Singh II and so on. Among these kings, the cenotaph of Maharaja Sawai Jai Singh II is quite impressive with its intricate peacock carvings and designs on beautiful white marble structure. It is said that the carvings on each cenotaph reflects the taste of the respective king.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9964722,\"Long\":75.8764705,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1322\\/thumb\\/Gaitore_728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":571400,\"Name\":\"Royale Regent\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"MAP\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1383,\"Title\":\"Presidential Palace\",\"Description\":\"The Rashtrapati Bhavan: Presidential Residence&quot; previously &quot;Viceroy&#039;s House&quot;) is the official home of the president located at the Western end of Rajpath in New Delhi, India. It may refer to only the mansion (the 340-room main building) that has the president&#039;s official residence, halls, guest rooms and offices; it may also refer to the entire 130-hectare (320 acre) President Estate that additionally includes huge presidential gardens (Mughal Gardens), large open spaces, residences of bodyguards and staff, stables, other offices and utilities within its perimeter walls. In terms of area, it is one of the largest residences of a head of state in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.61436,\"Long\":77.199621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/34_1513171619.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":531,\"Title\":\"Gaitore\",\"Description\":\"It is a royal cremation ground for the Kachhwaha Rajput kings and the members of the royal family.  A perfect blending of Islamic and Hindu temple architecture, Gaitore has cenotaphs of Sawai Ram Singh, Sawai Madho Singh and Maharaja Sawai Jai Singh II and so on. Among these kings, the cenotaph of Maharaja Sawai Jai Singh II is quite impressive with its intricate peacock carvings and designs on beautiful white marble structure. It is said that the carvings on each cenotaph reflects the taste of the respective king.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9964722,\"Long\":75.8764705,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1322\\/thumb\\/Gaitore_728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":571407,\"Name\":\"Renest Jaipur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"MAP\"}]},\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":596,\"Title\":\"Government Secretariat Buildings\",\"Description\":\"The Secretariat Building or Central Secretariat is where the Cabinet Secretariat is housed, which administers the Government of India. Built in the 1910s, it is home to some of the most important ministries of the Cabinet of India. Situated on Raisina Hill, New Delhi, the Secretariat buildings are two blocks of symmetrical buildings (North Block and South Block) on opposite sides of the great axis of Rajpath, and flanking the Rashtrapati Bhavan (President&amp;#039;s House).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3998\\/thumb\\/Government Secretariat Buildings_761.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1383,\"Title\":\"Presidential Palace\",\"Description\":\"The Rashtrapati Bhavan: Presidential Residence&quot; previously &quot;Viceroy&#039;s House&quot;) is the official home of the president located at the Western end of Rajpath in New Delhi, India. It may refer to only the mansion (the 340-room main building) that has the president&#039;s official residence, halls, guest rooms and offices; it may also refer to the entire 130-hectare (320 acre) President Estate that additionally includes huge presidential gardens (Mughal Gardens), large open spaces, residences of bodyguards and staff, stables, other offices and utilities within its perimeter walls. In terms of area, it is one of the largest residences of a head of state in the world.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.61436,\"Long\":77.199621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/34_1513171619.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":531,\"Title\":\"Gaitore\",\"Description\":\"It is a royal cremation ground for the Kachhwaha Rajput kings and the members of the royal family.  A perfect blending of Islamic and Hindu temple architecture, Gaitore has cenotaphs of Sawai Ram Singh, Sawai Madho Singh and Maharaja Sawai Jai Singh II and so on. Among these kings, the cenotaph of Maharaja Sawai Jai Singh II is quite impressive with its intricate peacock carvings and designs on beautiful white marble structure. It is said that the carvings on each cenotaph reflects the taste of the respective king.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9964722,\"Long\":75.8764705,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1322\\/thumb\\/Gaitore_728.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"437763\",\"Title\":\"Arrive in Delhi\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;The tour starts from Delhi, a city with a long and rich history. According to the Mahabharata, an ancient Indian epic, Delhi was the site of Indraprastha, the capital of the Pandavas. The first historical reference to Delhi is from the 1st century BCE, when a king named Raja Dhilu built a city near the Qutub Minar tower and named it after himself.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Delhi was ruled by various dynasties over the centuries, such as the Tomars, the Chauhans, the Ghurids, the Mamluks, the Khaljis, the Tughlaqs, the Sayyids, the Lodhis, and the Mughals. Each dynasty left its mark on the city by building forts, palaces, mosques, tombs, and other monuments. One of the famous landmarks of Delhi are the Red Fort. In 1803, Delhi was captured by the British East India Company and became part of their colonial empire. The last Mughal emperor, Bahadur Shah II, was deposed by the British after the failed Indian Rebellion of 1857. Delhi became the capital of British India in 1911, when a new city, New Delhi, was built south of the old city by the British architect Edwin Lutyens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After India gained independence in 1947, New Delhi remained the capital of India and became the seat of the Indian government.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Today, Delhi is a metropolis that combines ancient heritage with modern development. It is one of the largest cities in India, as well as a cultural, political, and economic hub. Our Capital City. Here you will witness the country&amp;rsquo;s seat of power &amp;ndash; the parliament house, president&amp;rsquo;s residence, Drive past India gate, the national war memorial, give few moments to pay homage to our Martyrs, Go ahead to Connaught place &amp;ndash; the pulsating heart of Delhi. Shop, enjoy the Culmination of Cuisines.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return to the hotel. Stay overnight in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":571397,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double 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\":371,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":596,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1383,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1321,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437764\",\"Title\":\"Delhi Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Morning city tour of Old Delhi covering Raj Ghat - the memorial at the site where Mahatma Gandhi was cremated, Jama Mosque - the largest Mosque in India and the Red Fort - Once the most opulent fort and palace of the Mughal Empire. One may enjoy the Local food here and move to visit The Qutab Minar, Time permits visit the Lotus Temple and Humayun&amp;rsquo;s Tomb.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":true,\"Id\":571397,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437765\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"437766\",\"Title\":\"Delhi to Agra\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After an early breakfast time to leave for Agra via Sikandra (Approx 220kms \\/ 4-5hrs drive).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sikandra is a suburb of Agra, Uttar Pradesh, India, where the tomb of Emperor Akbar is located. Akbar was the most powerful and influential Mughal emperor, who ruled from 1556 to 1605. He started the construction of his own tomb in 1600, following a Tartar tradition of building one&amp;rsquo;s mausoleum in one&amp;rsquo;s lifetime. He chose a site near the ancient city of Sikandra, which was named after Sikandar Lodhi, a Delhi sultan who ruled from 1488 to 1517. Akbar&amp;rsquo;s son Jahangir completed the tomb in 1613, after his father&amp;rsquo;s death.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Agra and go straight to visit one of the Seven Wonders of the World &amp;ndash; The Taj Mahal. The Taj Mahal is a white marble mausoleum in Agra, Uttar Pradesh, India. It was built by the Mughal emperor Shah Jahan in memory of his beloved wife Mumtaz Mahal, who died in 1631. The construction started in 1632 and was completed in 1648, with the help of thousands of artisans and craftsmen. The Taj Mahal is considered a masterpiece of Mughal architecture, which combines elements of Indian, Persian, and Islamic styles. It is also a symbol of love and beauty, and one of the most visited monuments in the world. The Taj Mahal is a UNESCO World Heritage Site since 1983. Check in at the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Relax or you could just visit the Local Bazaar and explore the local handicrafts and artisans work. Stay overnight in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":true,\"Id\":571400,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437767\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"437768\",\"Title\":\"Agra to Jaipur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out and proceed to Jaipur (approx. 240kms \\/ 5hrs drive) with an enroute excursion to Fatehpur Sikri.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fatehpur Sikri is a historic city in Agra district, Uttar Pradesh, India. It was founded by the Mughal emperor Akbar in 1571 as his new capital, after he won a battle against the Rajputs at a nearby village. The city was built with red sandstone and showcases a blend of Indo-Islamic architecture. It has many remarkable buildings, such as the Jama Masjid, one of the largest mosques in India; the Diwan-i-Khas, a hall of private audience where Akbar met foreign dignitaries; the Panch Mahal, a five-storeyed palace with 176 columns; and the Tomb of Sheikh Salim Chishti, a revered Sufi saint who blessed Akbar with a son. Fatehpur Sikri was abandoned by Akbar in 1585, due to water scarcity and political unrest. It is now a UNESCO World Heritage Site and a popular tourist attraction&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drive to Jaipur. Upon arrival check into the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":true,\"Id\":571407,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"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\":\"437769\",\"Title\":\"Jaipur Sightseeing\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast at the hotel, you will head out for a tour which is the highlight of the city, excursion to the sprawling Amber Fort, which can be enjoyed on an elephant back-ride up the ramparts to the main courtyard. Amber Fort was the ancient capital of the State. This Iconic Fort is an identification and a Journey leaves an impression on mind about the Royalty and Regality of Our Erstwhile Princely state.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit the City Palace (entry closed by 6pm) &amp;ndash; one of the most famous tourist attractions and a major landmark in Jaipur. The beautiful palace was built by Maharaja Sawai Jai Singh during his reign. Among the various forts and palaces of Jaipur, City Palace stands apart, with its outstanding art and architecture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness the architectural marvel of Hawa Mahal which is situated right in the middle of the old city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Follow this up with a visit to the adjoining jewellery market, Shoe market and artefacts etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard Double Room\"},{\"IsIncluded\":true,\"Id\":571407,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"AP\",\"ROOMTYPENAME\":\"Standard Double 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\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":531,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"437770\",\"Title\":\"Departure from Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Today morning after breakfast, it is time to bid goodbye to this Lovely Pink City, Be on time for your transfer and carry loads of memories and a promise to keep exploring this Beautiful World.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"59467\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":30800,\"COSTSO\":55000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200},{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":30800,\"COSTSO\":55000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200},{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":30800,\"COSTSO\":55000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200},{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":30800,\"COSTSO\":55000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200},{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30800,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":30800,\"COSTSO\":55000,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200},{\"From\":\"2023-08-19\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32267,\"priceDoubleOcc\":\"36300.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":36300,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12650,\"CEB\":18700,\"COSTDO\":36300,\"COSTSO\":60500,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":24200,\"COSTTO\":24200}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"437763\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[437763],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437764\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[437764],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437765\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[437765],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437766\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[437766],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437767\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[437767],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"437768\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[437768],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"437769\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[437769],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"437770\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[437770],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan','','7701,266,12995',30800,36300,5,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2023-08-19 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-08-19 00:00:00','2023-08-19 00:00:00',1,1,'1','1','0','Magical Golden Triangle Tour, Golden Triangle India, Delhi Agra Jaipur tour, Taj Mahal exploration, Delhi cultural attractions, Jaipur royal heritage, India travel experiences, Golden Triangle itinerary, Agra historical sites, Best of Delhi Agra Jaipur','Book now and explore Delhi, Agra & Jaipur in the Magical Golden Triangle Tour. Immerse in culture & heritage.','Book Magical Golden Triangle Tour of Delhi, Agra, and Jaipur',NULL,'magical-golden-triangle',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (316,59601,1,35,0,0,0,'Honeymoon,Family,Heritage,Culture,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":59601,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/royal-triangle-of-rajasthan_1692686415\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Udaipur\",\"SourcePlaceSysId\":28058,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Royal Triangle of Rajasthan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"10423\",\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Breakfast & Dinner,All Meals,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture,Group Tours\",\"Validity\":{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":225626,\"Name\":\"Hotel Paras Mahal\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1447,\"Title\":\"Ranakpur Jain Temple\",\"Description\":\"Ranakpur Jain temple or Chaturmukha Dharanavihara is a Jain temple at Ranakpur is dedicated to Tirthankara Rishabhanatha. Dharna Shah, a local Jain businessperson, started construction of the temple in the 15th century following a divine vision. The temple honors Adinath, the first Tirthankar of the present half-cycle according to Jain cosmology. The town of Ranakpur and the temple are named after the provincial ruler monarch, Rana Kumbha who supported the construction of the temple. The Ranakpur temple is one of the largest and most important temples of Jain culture. The temple is located in a village of Ranakpur near Sadri town in the Pali district of Rajasthan. The campus includes various temples such as Chaumukha temple, Surya temple, Parsavanth temple and Amba temple.\",\"CurrencyType\":0,\"CityId\":22558,\"CityName\":\"Ranakpur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22558\\/sightseeing\\/Ranakpur_Jain_Temple_22558_1549612463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1134,\"Title\":\"Moti Mahal\",\"Description\":\"Moti Mahal is the largest and brightest room of the five historic rooms present in the Mehrangarh Fort. Also known as the palace of pearls, it has earned this title through the use of finely crushed seashells and lime plaster brilliantly combined together to give a pearly, polished look to its magnificent surface. This exquisite room is an aesthetic dream come true, adorned with complementary design elements of gold leaves, seashells, mirrors, and the colourful windows, all coming together to please the eye.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/176\\/thumb\\/Moti Mahal_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1356,\"Title\":\"Phool Mahal\",\"Description\":\"The Phool Mahal, or palace of flowers, is the most lavish hall present in the Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/177\\/thumb\\/Phool Mahal_537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1833,\"Title\":\"Umaid Public Gardens\",\"Description\":\"This garden is located inside the palace and serves as a splendid view and admired by every visitor because of its lush green plantation and beautiful surrounding that enhances its beauty.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2920473,\"Long\":73.0324106,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4125\\/thumb\\/Umaid Public Gardens_14.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":241,\"Title\":\"Brahma Temple\",\"Description\":\"Also called the Jagatpita Brahma Mandir. Constructed of marble and stone, it has a unique architecture along with the majestic red pinnacle. The bird motif of the sacred structure gives it a distinctive identity. Inside the place of worship, images of Brahma adorn the sanctum sanctorum. Married men are not allowed entry into the sanctum sanctorum as this place is reserved only for ascetics or sanyasis.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4880275,\"Long\":74.5658902,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/59\\/thumb\\/Brahma Temple_409.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1397,\"Title\":\"Pushkar Lake\",\"Description\":\"This lake is surrounded by more than fifty bathing ghats. It is a sacred water body for Hindus and is where the Pushkar Fair is held.  The lake is generally full through the year and has different varieties of fish. The surrounding regions are home to exotic flora and fauna. Numerous migratory birds visit the water body during certain seasons.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4871515,\"Long\":74.5540177,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/58\\/thumb\\/Pushkar Lake_95.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":423448,\"Name\":\"Zone by The Park Jodhpur\",\"Star\":\"4.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2789\",\"Long\":\"73.028\",\"Address\":\"Jawahar Tower 29 2-A, ITI Circle, Light Industrial Area, Jodhpur 342003, Rajasthan\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"The 4-star Zone By The Park-Jodhpur offers comfort and convenience whether you&#039;re on business or holiday in Jodhpur. Featuring a satisfying list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour room service, 24-hour security, daily housekeeping, postal service are just some of the facilities on offer. Some of the well-appointed guestrooms feature flat screen television, bathroom phone, clothes rack, free welcome drink, mirror. The property offers various recreational opportunities. For reliable service and professional staff, Zone By The Park-Jodhpur caters to your needs.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000100001110000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1447,\"Title\":\"Ranakpur Jain Temple\",\"Description\":\"Ranakpur Jain temple or Chaturmukha Dharanavihara is a Jain temple at Ranakpur is dedicated to Tirthankara Rishabhanatha. Dharna Shah, a local Jain businessperson, started construction of the temple in the 15th century following a divine vision. The temple honors Adinath, the first Tirthankar of the present half-cycle according to Jain cosmology. The town of Ranakpur and the temple are named after the provincial ruler monarch, Rana Kumbha who supported the construction of the temple. The Ranakpur temple is one of the largest and most important temples of Jain culture. The temple is located in a village of Ranakpur near Sadri town in the Pali district of Rajasthan. The campus includes various temples such as Chaumukha temple, Surya temple, Parsavanth temple and Amba temple.\",\"CurrencyType\":0,\"CityId\":22558,\"CityName\":\"Ranakpur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22558\\/sightseeing\\/Ranakpur_Jain_Temple_22558_1549612463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1134,\"Title\":\"Moti Mahal\",\"Description\":\"Moti Mahal is the largest and brightest room of the five historic rooms present in the Mehrangarh Fort. Also known as the palace of pearls, it has earned this title through the use of finely crushed seashells and lime plaster brilliantly combined together to give a pearly, polished look to its magnificent surface. This exquisite room is an aesthetic dream come true, adorned with complementary design elements of gold leaves, seashells, mirrors, and the colourful windows, all coming together to please the eye.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/176\\/thumb\\/Moti Mahal_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1356,\"Title\":\"Phool Mahal\",\"Description\":\"The Phool Mahal, or palace of flowers, is the most lavish hall present in the Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/177\\/thumb\\/Phool Mahal_537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1833,\"Title\":\"Umaid Public Gardens\",\"Description\":\"This garden is located inside the palace and serves as a splendid view and admired by every visitor because of its lush green plantation and beautiful surrounding that enhances its beauty.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2920473,\"Long\":73.0324106,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4125\\/thumb\\/Umaid Public Gardens_14.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":241,\"Title\":\"Brahma Temple\",\"Description\":\"Also called the Jagatpita Brahma Mandir. Constructed of marble and stone, it has a unique architecture along with the majestic red pinnacle. The bird motif of the sacred structure gives it a distinctive identity. Inside the place of worship, images of Brahma adorn the sanctum sanctorum. Married men are not allowed entry into the sanctum sanctorum as this place is reserved only for ascetics or sanyasis.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4880275,\"Long\":74.5658902,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/59\\/thumb\\/Brahma Temple_409.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1397,\"Title\":\"Pushkar Lake\",\"Description\":\"This lake is surrounded by more than fifty bathing ghats. It is a sacred water body for Hindus and is where the Pushkar Fair is held.  The lake is generally full through the year and has different varieties of fish. The surrounding regions are home to exotic flora and fauna. Numerous migratory birds visit the water body during certain seasons.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4871515,\"Long\":74.5540177,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/58\\/thumb\\/Pushkar Lake_95.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":571407,\"Name\":\"Renest Jaipur\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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&Auml;\\u0081ru-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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1825,\"Title\":\"Udaipur City Tour\",\"Description\":\"A magnificent compositional wonder towering over the lake on a slope encompassed by crenallated dividers, it is an aggregation of yards, structures, porches, halls, rooms and hanging gardens. The fundamental passage is through the triple curved entryway, the &amp;quot;Tripolia&amp;quot; with eight marble patios. The maharanas were weighed under the entryway in gold, the equal measure of which was circulated among the masses. The Suraj Gokhada, the overhang of the sun, is the place the Suryavanshi Maharanas of Mewar introduced themselves to the general population in a bad position to reestablish their certainty. The &amp;#039;Mor Chowk&amp;#039; known for its perfect peacock mosaics in glass and the &amp;#039;Chini Chitrashala&amp;#039; noted for its blue and white earthenware production are different attractions in the Palace.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Udaipur_City_Tour_28058_1529403131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1447,\"Title\":\"Ranakpur Jain Temple\",\"Description\":\"Ranakpur Jain temple or Chaturmukha Dharanavihara is a Jain temple at Ranakpur is dedicated to Tirthankara Rishabhanatha. Dharna Shah, a local Jain businessperson, started construction of the temple in the 15th century following a divine vision. The temple honors Adinath, the first Tirthankar of the present half-cycle according to Jain cosmology. The town of Ranakpur and the temple are named after the provincial ruler monarch, Rana Kumbha who supported the construction of the temple. The Ranakpur temple is one of the largest and most important temples of Jain culture. The temple is located in a village of Ranakpur near Sadri town in the Pali district of Rajasthan. The campus includes various temples such as Chaumukha temple, Surya temple, Parsavanth temple and Amba temple.\",\"CurrencyType\":0,\"CityId\":22558,\"CityName\":\"Ranakpur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22558\\/sightseeing\\/Ranakpur_Jain_Temple_22558_1549612463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1134,\"Title\":\"Moti Mahal\",\"Description\":\"Moti Mahal is the largest and brightest room of the five historic rooms present in the Mehrangarh Fort. Also known as the palace of pearls, it has earned this title through the use of finely crushed seashells and lime plaster brilliantly combined together to give a pearly, polished look to its magnificent surface. This exquisite room is an aesthetic dream come true, adorned with complementary design elements of gold leaves, seashells, mirrors, and the colourful windows, all coming together to please the eye.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/176\\/thumb\\/Moti Mahal_456.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1356,\"Title\":\"Phool Mahal\",\"Description\":\"The Phool Mahal, or palace of flowers, is the most lavish hall present in the Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/177\\/thumb\\/Phool Mahal_537.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1833,\"Title\":\"Umaid Public Gardens\",\"Description\":\"This garden is located inside the palace and serves as a splendid view and admired by every visitor because of its lush green plantation and beautiful surrounding that enhances its beauty.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2920473,\"Long\":73.0324106,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4125\\/thumb\\/Umaid Public Gardens_14.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":398,\"Title\":\"Dargah Ajmer Sharif\",\"Description\":\"The shrine has the grave (Maqbara) of the revered saint, Moinuddin Chisti. The dargah of Moinuddin Chishti , is an international waqf.\",\"CurrencyType\":0,\"CityId\":367,\"CityName\":\"Ajmer\",\"Lat\":26.4498954,\"Long\":74.6399163,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/367\\/sightseeing\\/Dargah_Ajmer_Sharif_367_1528801889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":241,\"Title\":\"Brahma Temple\",\"Description\":\"Also called the Jagatpita Brahma Mandir. Constructed of marble and stone, it has a unique architecture along with the majestic red pinnacle. The bird motif of the sacred structure gives it a distinctive identity. Inside the place of worship, images of Brahma adorn the sanctum sanctorum. Married men are not allowed entry into the sanctum sanctorum as this place is reserved only for ascetics or sanyasis.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4880275,\"Long\":74.5658902,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/59\\/thumb\\/Brahma Temple_409.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null},{\"RefSSId\":1397,\"Title\":\"Pushkar Lake\",\"Description\":\"This lake is surrounded by more than fifty bathing ghats. It is a sacred water body for Hindus and is where the Pushkar Fair is held.  The lake is generally full through the year and has different varieties of fish. The surrounding regions are home to exotic flora and fauna. Numerous migratory birds visit the water body during certain seasons.\",\"CurrencyType\":0,\"CityId\":22270,\"CityName\":\"Pushkar\",\"Lat\":26.4871515,\"Long\":74.5540177,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/58\\/thumb\\/Pushkar Lake_95.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA 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\":10423,\"SupplierName\":\"REISEN TOURS INDIA PVT LTD\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"438922\",\"Title\":\"\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrive at Udaipur airport and transfer to the hotel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Udaipur, &amp;#39;The City of Lakes&amp;#39; is admired for its fairy-tale Palaces, Temples, gardens and seven beautiful lakes. Udaipur was the historic capital of the kingdom of Mewar and has many splendid palaces, such as the Lake Palace that floats on Lake Pichola. Udaipur is famous for its arts and crafts, especially its zinc and marble work.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening at leisure. Take a ride to witness the Lakes, shimmering waters, Colourful markets, Palaces and shopping places.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Early Evening (Post Lunch) you could indulge in the Boat ride on the Placid waters of Lake Pichola.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225626,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":1360,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438923\",\"Title\":\"Full day Udaipur Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After Breakfast at hotel depart for the city sightseeing.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Built in 1559 A.D. by Maharaja Udai Singh, the city has been described as the most romantic spot on the continent of India by Col. James Todd.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The places of interest include City Palace which has several carved balconies, arches and decorated pillars, Zenana Mahal, Fateh Prakash, Durbar Hall and Shambhu Niwas.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Also visit Jagdish temple, Sahelion-ki-Bari (queen&amp;#39;s resort for the friends).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening enjoy the Boat ride on the placid waters of Lake Pichola. (In case you haven&amp;rsquo;t done it previous day)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225626,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":22872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1825,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438924\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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\":\"438925\",\"Title\":\"Udaipur to Jodhpur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out from the hotel and drive to Jodhpur (Approx. 250kms \\/ 5-6hrs drive).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Enroute visit to Ranakpur Jain Temple. Ranakpur Jain Temple was built around 1437 CE. This temple is a grand white structure in marble, spread over 4500sqmt, with 1444 pillars in 29 halls with 80 domes and 426 columns; all carved in exquisite detail. The pillars are individually carved and no two pillars are the same. Visiting this temple is a visual treat for the architecture fans.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Arrive Jodhpur and check in to your hotel. Stay overnight in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1447,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438926\",\"Title\":\"Full-Day Jodhpur City Tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, day to explore the Blue City &amp;ndash; Jodhpur. Jodhpur, stronghold of the fierce Rathore clan, was founded in 1459 by Prince Jodha. The city is the second-largest city in Rajasthan &amp;amp; known for its blue buildings and houses.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jodhpur was the seat of the princely state of Jodhpur State and the capital of the Kingdom of Marwar, which has a rich and glorious history.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit the Mehrangarh Fort, situated on a low sandstone hill. Within the fort, visit Moti Mahal and Phool Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Also visit Jaswant Thada, an imposing marble cenotaph, built in memory of Maharaja Jaswant singh II around 1899 and Umaid Public gardens.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1113,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1134,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1356,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1833,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438927\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"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\":\"438928\",\"Title\":\"Jodhpur to Jaipur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Another exciting &amp;amp; long day, while you make your way to the Capital, take a tour of Ajmer\\/ Pushkar (Approx. 350kms \\/ 7- 8hrs drive)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ajmer is a small city famed for having the tomb of Khwaja Moinuddin Chisti.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Once you have finished your offerings and prayers, do not forget to pick up the famous Sohan Halwa from Ajmer.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Next, you can drive another 11kms further down and you reach Pushkar. Pushkar has the rare and famous Lord Brahma temple and Pushkar Lake. The small markets of Pushkar are very colourful and there are many Handicraft stalls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Reach Jaipur in the evening, It&amp;rsquo;s time for leisure evening, Rest well.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Stay overnight in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":571407,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":398,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1397,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438929\",\"Title\":\"Jaipur Sightseeing\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast at the hotel, you will head out for a tour which is the highlight of the city, excursion to the sprawling Amber Fort, which can be enjoyed on an elephant back-ride up the ramparts to the main courtyard. Amber Fort was the ancient capital of the State.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;This Iconic Fort is an identification and a Journey leaves an impression on mind about the Royalty and Regality of Our Erstwhile Princely state.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later visit the City Palace (entry closed by 6pm) &amp;ndash; one of the most famous tourist attractions and a major landmark in Jaipur. The beautiful palace was built by Maharaja Sawai Jai Singh during his reign. Among the various forts and palaces of Jaipur, City Palace stands apart, with its outstanding art and architecture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Also visit the Jantar Mantar &amp;ndash; a collection of 19 astronomical instruments built by Sawai Jai Singh in 1734.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Witness the architectural marvel of Hawa Mahal which is situated right in the middle of the old city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Follow this up with a visit to the adjoining jewellery market, Shoe market and artefacts etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":571407,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"438930\",\"Title\":\" Departure from Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, check out from the hotel and transfer to airport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour concludes with the memories of Royal Rajasthan!&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"59601\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050},{\"From\":\"2023-08-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":32817,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"24200.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":35200,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":24200,\"COSTDO\":35200,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":28050,\"COSTTO\":28050}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"438922\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[438922],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"438923\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[438923],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"438924\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[438924],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"438925\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[438925],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"438926\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[438926],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"438927\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[438927],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"438928\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[438928],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"438929\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[438929],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"438930\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[438930],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Udaipur,Jodhpur,Jaipur','Udaipur,Rajasthan,Indian Subcontinent,North India,India,Jodhpur,Jaipur,Ajmer,Pushkar,Ranakpur','','28058,13184,12995',35200,35200,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"Rajasthan (3).jpg\"},{\"day\":5,\"images\":\"Rajasthan (4).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Rajasthan (5).jpg\"}]',2,'',0,'2023-08-22 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-08-22 00:00:00','2023-08-22 00:00:00',1,1,'1','1','0','Royal Triangle Rajasthan tour, Udaipur Jodhpur Jaipur tour, Rajasthan travel, Heritage sightseeing Udaipur, Jodhpur tour, Jaipur royal tour, Best Rajasthan tour package','Book your Royal Triangle Tour of Rajasthan. Explore Udaipur, Jodhpur & Jaipur for 6N 7D. Unveil the royal legacy of these enchanting cities with our meticulously crafted tour.','Book Royal Triangle Tour of Rajasthan | Udaipur, Jodhpur and Jaipur',NULL,'royal-triangle-of-rajasthan',NULL,NULL,NULL,0),(317,60236,1,35,0,0,0,'Honeymoon,Adventure,Beach,Family,Hill Station,Weekend,Romantic,Shopping and Nightlife,Activites Tour',NULL,1,1,0,'{\"package\":{\"TPId\":60236,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/exotic-andaman_1694070495\",\"BookingValidUntill\":\"2023-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Andaman and Nicobar Islands are a group of islands located in the Bay of Bengal, off the southeastern coast of India. This archipelago is known for its stunning natural beauty, rich biodiversity, and pristine beaches. The islands have a fascinating history, including their use as a British penal colony, particularly during the Indian independence movement. Today, they are an integral part of India and serve as a popular tourist destination. The culture of the Andaman and Nicobar Islands is a mix of various ethnic groups, including indigenous tribes. The majority of the population is made up of Bengalis, Tamils, and other mainland Indian communities. The islands have a unique cultural blend that reflects their diverse population. Tourism is a major industry in the Andaman and Nicobar Islands. Visitors come to enjoy the beautiful beaches, water sports, scuba diving, snorkeling, and exploring the rich marine life and coral reefs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Havelock Island is one of the most famous islands in the Andaman and Nicobar archipelago. It&amp;#39;s located approximately 70 kilometers (43 miles) northeast of the capital, Port Blair. Havelock Island is renowned for its pristine white-sand beaches, with Radhanagar Beach being one of the most popular. It offers excellent opportunities for water sports like snorkeling and scuba diving, with vibrant marine life and coral reefs.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Neil Island is situated southeast of Havelock Island, making it easily accessible by boat. Neil Island is known for its relaxed and laid-back atmosphere. It is famous for its natural rock formations, serene beaches like Bharatpur Beach and Laxmanpur Beach, and opportunities for snorkeling and swimming. The island is also home to a natural bridge formation.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Exotic Andaman \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"19111\",\"SupplierName\":\"MyTourPlanner \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,All Transfers\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Hill Station,Weekend,Romantic,Shopping and Nightlife,Activites Tour\",\"Validity\":{\"From\":\"2023-09-18\",\"To\":\"2023-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":573606,\"Name\":\"Hotel Blue Bridge Homes\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"supply line, Aberdeen Bazar, Aberdeen, Port Blair, Andaman and Nicobar Islands 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"&lt;p&gt;Located in Port Blair in the Andaman Islands region and Mahatma Gandhi Marine National Park reachable within 24 km, Blue Bridge Homes provides accommodation with free WiFi, a children&amp;#39;s playground, a garden, and free private parking. Some of the units include a satellite flat-screen TV, a fully equipped kitchen with a fridge, and a private bathroom with a bath and bathrobes. A vegetarian breakfast is available daily at the homestay. Blue Bridge Homes offers a sun terrace. Mount Harriet National Park is 48 km from Blue Bridge Homes. The nearest airport is Veer Savarkar International, 2 km from the homestay, and the property offers a paid airport shuttle service.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573606\\/4539_663a939b4a9502a5ee41d1a3a06bb5fa1693909034.jpg\",\"AccoAminitiesMask\":\"111001000000100001010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":573608,\"Name\":\"Hotel The G International\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Dollygunj, Port Blair, Andaman and Nicobar Islands 744103\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"&lt;p&gt;Hotel G International is located in the tantalising city of Port Blair and features a 24-hour front desk, multilingual staff, and stellar facilities.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573608\\/4539_fa7a9f43bd3f97a5b8543355846efaad1693909339.jpg\",\"AccoAminitiesMask\":\"111001000000100000010\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":55016,\"Title\":\"Cellular Jail and Light and Sound Show\",\"Description\":\"&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif&quot;&gt;Cellular Jail is a national memorial, and it is a must-visit attraction that reminds us of the hardship our freedom fighters had to go through for the freedom that we are enjoying today.&lt;\\/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif text-align: start&quot;&gt;The Andaman Islands were used by the British to exile notorious criminals immediately after the First War of Independence. Earlier known as &#039;Kalapani&#039;, the Cellular Jail is located in the capital city of Port Blair.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984538.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55017,\"Title\":\"Corbyns Cove Beach\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;Corbyn&#039;s Cove beach is the only developed sea beach in the Port Blair city area. The beach has facilities for water sports, a bar and restaurant, and many eateries. This is a happening place in Port Blair city. It&lt;\\/span&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;&amp;nbsphas a long coastline and many Japanese bunkers on its side. There is a watchtower and beach chairs are maintained by the Port Blair municipal council. You can swim in the enclosed area and lay down to relax on the beach chairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984708.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55068,\"Title\":\"Bharatpur Beach, Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Tranquil, picturesque beach popular for swimming &amp;amp activities like snorkeling &amp;amp scuba diving.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006488.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55069,\"Title\":\"Howrah Bridge at Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;Howrah Bridge or the Neil islands, in particular, is situated 40 kilometers from Port Blair. There are two government boats that ply once a day- one at&amp;nbsp&lt;\\/span&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;6:30 am and second leaves at 11:00 am for Neil Island. The journey time takes around 2 hours. Another way of traveling to Neil Islands is by air-conditioned catamarans suchlike Mackruz which takes merely 90 minutes to travel from Phoenix Bay to Neil Kendra Jetty.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006700.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55018,\"Title\":\"Forest Museum\",\"Description\":\"&lt;h1 style=&quot;margin-top: 0px margin-bottom: 0px padding: 0px 0px 12px outline: 0px font-variant-numeric: normal font-variant-east-asian: normal font-variant-alternates: normal font-kerning: auto font-optical-sizing: auto font-feature-settings: normal font-variation-settings: normal font-stretch: normal font-size: 45px line-height: 55px font-family: clanotnews position: relative text-align: center color: rgb(57, 64, 72)&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt line-height: 18pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-size: 12pt&quot;&gt;Forest Museum is a famous attraction for its wide\\r\\ncollection related to forests and the assortment of trees. This prominent\\r\\nmuseum is a must-visit place in Port Blair and it is managed by the Forest\\r\\nDepartment of Andaman and Nicobar Islands. The major attractions that are set\\r\\non display in this museum include the artifacts that are made from timber,\\r\\ngurjan, oak, satinwood, and padauk.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/h1&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984863.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55019,\"Title\":\"Naval Marine Museum Samudrika\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Samudrika Naval Marine Museum is a museum situated near the Andaman Teal House at Port Blair in India, designed to create awareness on various aspects of the oceanic environment. The museum is maintained by the Indian Navy&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985082.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2282,\"Title\":\"Fisheries Museum\",\"Description\":\"Fisheries Museum is a first-rate museum that exhibits specimens from underwater life in the Andaman Islands. This museum exhibits species of marine life, starting from little fishes and anemones and ending in whales and sharks. There is a huge collection of specimens, almost around 350 different species. There are corals and shells and fossils of the kind, and also skeletons and remains. There are also live exhibits on display of some species.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.671806,\"Long\":92.726369,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Fisheries_Museum_32511_1519650205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55020,\"Title\":\"Science Centre\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: &amp;quotTimes New Roman&amp;quot font-size: medium text-align: start&quot;&gt;The Science Centre is established in 2003,which is located in port blair.It has playground with innovative slides and swings within its compound.Many models are displayed in sceince centre,which explain natural phenomena like the behaviour of fishes according to climates,the way the oceans work,guaranteeing to keep both adults and children fascinated.It is also display the experiments like the liquid painting in innovative manner.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985193.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55021,\"Title\":\"Government Saw Mill, Chatham\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Working 19th-century saw mill, Asia&#039;s largest &amp;amp oldest, with exhibits &amp;amp a shop selling teak objects.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985274.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":573642,\"Name\":\"HONEYMOON BEACH RESORT\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"VIJAYNAGAR,NO-5 SWARAJ DWEEP,HAVELOCK, BEACH, Port Blair, Andaman and Nicobar Islands 744211\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"&lt;p&gt;Honeymoon Beach Resort offers complimentary breakfast to its guests. This resort in Havelock is at a walking distance from the Kala Pathar Beach. This resort has 14 well-appointed rooms. Wardrobe, air-conditioner, balcony and attached bathroom are some of the conveniences offered in the room. Honeymoon Beach Resort provides various facilities that include private beach and travel counter. Medical assistance, laundry and room service are also offered for the convenience of the guests. The resort in Havelock is accessible via travel hub such as Havelock Ferry Ghat (5 km). The closest airport to this property is Veer Savarkar International Airport (62 km). Some of the tourist attractions are Radhanagar Beach (12 km) and Blue Planet Scuba (3 km). Guest can dine-in at the restaurant within the premises. People love the most about this property is its great location and hospitality.&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573642\\/4539_566b5ff0ba8045f9808301b431ca7c8c1693913110.jpg\",\"AccoAminitiesMask\":\"111101000100100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":573643,\"Name\":\"Radhakrishna Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Govindnagar, Havelock Island, Swaraj Dweep, Andaman and Nicobar Islands 744211\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"&lt;p&gt;Off-Highway 4 and across the street from the beach, this low-key resort is a kilometer from the Havelock ferry terminal and 10 km from picturesque Radhanagar Beach.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Built from bamboo and cane stalks, the functional cottages have flat-screen TVs, en suite bathrooms, and patios. Upgraded rooms offer hot and cold water.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nAmenities include a bar and a dining area.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573643\\/4539_9c44556dab8248a05d495f1749a5d2fb1693913415.jpg\",\"AccoAminitiesMask\":\"111101001000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":55016,\"Title\":\"Cellular Jail and Light and Sound Show\",\"Description\":\"&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif&quot;&gt;Cellular Jail is a national memorial, and it is a must-visit attraction that reminds us of the hardship our freedom fighters had to go through for the freedom that we are enjoying today.&lt;\\/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif text-align: start&quot;&gt;The Andaman Islands were used by the British to exile notorious criminals immediately after the First War of Independence. Earlier known as &#039;Kalapani&#039;, the Cellular Jail is located in the capital city of Port Blair.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984538.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55017,\"Title\":\"Corbyns Cove Beach\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;Corbyn&#039;s Cove beach is the only developed sea beach in the Port Blair city area. The beach has facilities for water sports, a bar and restaurant, and many eateries. This is a happening place in Port Blair city. It&lt;\\/span&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;&amp;nbsphas a long coastline and many Japanese bunkers on its side. There is a watchtower and beach chairs are maintained by the Port Blair municipal council. You can swim in the enclosed area and lay down to relax on the beach chairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984708.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55068,\"Title\":\"Bharatpur Beach, Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Tranquil, picturesque beach popular for swimming &amp;amp activities like snorkeling &amp;amp scuba diving.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006488.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55069,\"Title\":\"Howrah Bridge at Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;Howrah Bridge or the Neil islands, in particular, is situated 40 kilometers from Port Blair. There are two government boats that ply once a day- one at&amp;nbsp&lt;\\/span&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;6:30 am and second leaves at 11:00 am for Neil Island. The journey time takes around 2 hours. Another way of traveling to Neil Islands is by air-conditioned catamarans suchlike Mackruz which takes merely 90 minutes to travel from Phoenix Bay to Neil Kendra Jetty.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006700.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55018,\"Title\":\"Forest Museum\",\"Description\":\"&lt;h1 style=&quot;margin-top: 0px margin-bottom: 0px padding: 0px 0px 12px outline: 0px font-variant-numeric: normal font-variant-east-asian: normal font-variant-alternates: normal font-kerning: auto font-optical-sizing: auto font-feature-settings: normal font-variation-settings: normal font-stretch: normal font-size: 45px line-height: 55px font-family: clanotnews position: relative text-align: center color: rgb(57, 64, 72)&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt line-height: 18pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-size: 12pt&quot;&gt;Forest Museum is a famous attraction for its wide\\r\\ncollection related to forests and the assortment of trees. This prominent\\r\\nmuseum is a must-visit place in Port Blair and it is managed by the Forest\\r\\nDepartment of Andaman and Nicobar Islands. The major attractions that are set\\r\\non display in this museum include the artifacts that are made from timber,\\r\\ngurjan, oak, satinwood, and padauk.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/h1&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984863.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55019,\"Title\":\"Naval Marine Museum Samudrika\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Samudrika Naval Marine Museum is a museum situated near the Andaman Teal House at Port Blair in India, designed to create awareness on various aspects of the oceanic environment. The museum is maintained by the Indian Navy&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985082.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2282,\"Title\":\"Fisheries Museum\",\"Description\":\"Fisheries Museum is a first-rate museum that exhibits specimens from underwater life in the Andaman Islands. This museum exhibits species of marine life, starting from little fishes and anemones and ending in whales and sharks. There is a huge collection of specimens, almost around 350 different species. There are corals and shells and fossils of the kind, and also skeletons and remains. There are also live exhibits on display of some species.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.671806,\"Long\":92.726369,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Fisheries_Museum_32511_1519650205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55020,\"Title\":\"Science Centre\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: &amp;quotTimes New Roman&amp;quot font-size: medium text-align: start&quot;&gt;The Science Centre is established in 2003,which is located in port blair.It has playground with innovative slides and swings within its compound.Many models are displayed in sceince centre,which explain natural phenomena like the behaviour of fishes according to climates,the way the oceans work,guaranteeing to keep both adults and children fascinated.It is also display the experiments like the liquid painting in innovative manner.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985193.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55021,\"Title\":\"Government Saw Mill, Chatham\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Working 19th-century saw mill, Asia&#039;s largest &amp;amp oldest, with exhibits &amp;amp a shop selling teak objects.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985274.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null}]}},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":573660,\"Name\":\"CS EMPIRE\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Neil Kendra, Neil Island, Andaman and Nicobar Islands 744104\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"&lt;p&gt;CS Empire is the newly renovated property having 43 rooms with 02 conference halls and a beautiful restaurant with delicious food served at the restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573660\\/4539_81de83e38f7d0d81e90ef92fac24af8f1693914854.jpg\",\"AccoAminitiesMask\":\"111000001000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":573663,\"Name\":\"Reef Valley Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\" Lakshmanpur Shaheed Dweep, Andaman and Nicobar Islands, Andaman and Nicobar Islands 744104\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"&lt;p&gt;Reef Valley Resort&amp;#39;s facilities aim to provide a most fulfilling holiday for our guests. More to that, our eco-friendly resort implements green hotel practices. We recycle, reuse, and rehabilitate for sustainability. We also help boost the environment by presenting eco holidays. We integrate local flora into our landscape and buy local handicrafts and cooking ingredients.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nWith expansion over 1100 sq. ft, these suites are perfect with regards to appreciating life in the lap of extravagance. Each carefully outfitted suite highlights a different living territory, a main room, walk-in closet, and an extravagant bathroom very much furnished with a giant bathtub and a private overhang ignoring the pool. Contemporary design combined with advanced decor and current luxuries adds an appealing charm to these suites.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_573663\\/4539_b16f02d40c5835d2264d10b4b09638711693915224.jpg\",\"AccoAminitiesMask\":\"111101000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":55016,\"Title\":\"Cellular Jail and Light and Sound Show\",\"Description\":\"&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif&quot;&gt;Cellular Jail is a national memorial, and it is a must-visit attraction that reminds us of the hardship our freedom fighters had to go through for the freedom that we are enjoying today.&lt;\\/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent margin-bottom: 0px padding: 0px color: rgb(102, 116, 124) font-family: &quot;Source Sans Pro&quot;, sans-serif text-align: start&quot;&gt;The Andaman Islands were used by the British to exile notorious criminals immediately after the First War of Independence. Earlier known as &#039;Kalapani&#039;, the Cellular Jail is located in the capital city of Port Blair.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984538.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55017,\"Title\":\"Corbyns Cove Beach\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;Corbyn&#039;s Cove beach is the only developed sea beach in the Port Blair city area. The beach has facilities for water sports, a bar and restaurant, and many eateries. This is a happening place in Port Blair city. It&lt;\\/span&gt;&lt;span style=&quot;color: rgb(0, 39, 54) font-family: Montserrat, sans-serif font-size: 18px&quot;&gt;&amp;nbsphas a long coastline and many Japanese bunkers on its side. There is a watchtower and beach chairs are maintained by the Port Blair municipal council. You can swim in the enclosed area and lay down to relax on the beach chairs.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984708.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55068,\"Title\":\"Bharatpur Beach, Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Tranquil, picturesque beach popular for swimming &amp;amp activities like snorkeling &amp;amp scuba diving.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006488.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55069,\"Title\":\"Howrah Bridge at Neil Island\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;Howrah Bridge or the Neil islands, in particular, is situated 40 kilometers from Port Blair. There are two government boats that ply once a day- one at&amp;nbsp&lt;\\/span&gt;&lt;span style=&quot;box-sizing: inherit max-height: 1e+06px color: rgb(80, 80, 80) font-family: sans-serif text-align: start&quot;&gt;6:30 am and second leaves at 11:00 am for Neil Island. The journey time takes around 2 hours. Another way of traveling to Neil Islands is by air-conditioned catamarans suchlike Mackruz which takes merely 90 minutes to travel from Phoenix Bay to Neil Kendra Jetty.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/34567\\/sightseeing\\/4539_1694006700.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55018,\"Title\":\"Forest Museum\",\"Description\":\"&lt;h1 style=&quot;margin-top: 0px margin-bottom: 0px padding: 0px 0px 12px outline: 0px font-variant-numeric: normal font-variant-east-asian: normal font-variant-alternates: normal font-kerning: auto font-optical-sizing: auto font-feature-settings: normal font-variation-settings: normal font-stretch: normal font-size: 45px line-height: 55px font-family: clanotnews position: relative text-align: center color: rgb(57, 64, 72)&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt line-height: 18pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-size: 12pt&quot;&gt;Forest Museum is a famous attraction for its wide\\r\\ncollection related to forests and the assortment of trees. This prominent\\r\\nmuseum is a must-visit place in Port Blair and it is managed by the Forest\\r\\nDepartment of Andaman and Nicobar Islands. The major attractions that are set\\r\\non display in this museum include the artifacts that are made from timber,\\r\\ngurjan, oak, satinwood, and padauk.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/h1&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693984863.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55019,\"Title\":\"Naval Marine Museum Samudrika\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Samudrika Naval Marine Museum is a museum situated near the Andaman Teal House at Port Blair in India, designed to create awareness on various aspects of the oceanic environment. The museum is maintained by the Indian Navy&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985082.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":2282,\"Title\":\"Fisheries Museum\",\"Description\":\"Fisheries Museum is a first-rate museum that exhibits specimens from underwater life in the Andaman Islands. This museum exhibits species of marine life, starting from little fishes and anemones and ending in whales and sharks. There is a huge collection of specimens, almost around 350 different species. There are corals and shells and fossils of the kind, and also skeletons and remains. There are also live exhibits on display of some species.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.671806,\"Long\":92.726369,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Fisheries_Museum_32511_1519650205.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55020,\"Title\":\"Science Centre\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: &amp;quotTimes New Roman&amp;quot font-size: medium text-align: start&quot;&gt;The Science Centre is established in 2003,which is located in port blair.It has playground with innovative slides and swings within its compound.Many models are displayed in sceince centre,which explain natural phenomena like the behaviour of fishes according to climates,the way the oceans work,guaranteeing to keep both adults and children fascinated.It is also display the experiments like the liquid painting in innovative manner.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985193.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null},{\"RefSSId\":55021,\"Title\":\"Government Saw Mill, Chatham\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(60, 64, 67) font-family: Roboto, &amp;quotHelvetica Neue&amp;quot, Arial, sans-serif text-align: left&quot;&gt;Working 19th-century saw mill, Asia&#039;s largest &amp;amp oldest, with exhibits &amp;amp a shop selling teak objects.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/32511\\/sightseeing\\/4539_1693985274.jpg\",\"SupplierSysId\":19111,\"SupplierName\":\"MyTourPlanner \",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"444066\",\"Title\":\"ARRIVAL &ndash; PORTBLAIR &ndash; CELLULAR JAIL &ndash; LIGHT &amp; SOUND SHOW, CORBYN COVE BEACH (CLOSED ON NATIONAL HOLIDAYS)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival to Portblair. Our representative will meet and assist you at the Veer Savarkar Airport. Board the waiting vehicles, drive to your hotel, and check-in. The first half of the day is at leisure or you may visit Corbyn&amp;rsquo;s Cove beach. Later in the afternoon\\/evening, Cellular Jail followed by Light and Sound Show. The Cellular Jail has a pride of place in India&amp;rsquo;s freedom struggle. Many a stalwart was imprisoned here. Declared a national memorial, this three-storey prison constructed by Britishers in 1906, is a pilgrimage destination for freedom fighters. This colossal edifice has mutely witnessed the most treacherous of inhumane atrocities borne by the convicts, who were mostly freedom fighters. The day draws to a gentle close with the Sound and Light Show at the historic Cellular Jail which gives you a vivid experience of its strong association with the freedom fighters and their struggle for independence. Enjoy an overnight stay at Portblair.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Please note: In case you are arriving on Monday, Ross Island will be covered in place of Cellular Jail on Day 01 and the later will be covered on the next available day of the itinerary.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573606,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573608,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":55016,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55017,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"444068\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"444070\",\"Title\":\"PORT BLAIR &ndash; HAVELOCK- RADHANAGAR BEACH (OR BEACH NO. 7)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;Today after breakfast you will transfer to Jetty. Head to the Havelock Island, ferry connecting the two islands. Arrive at Havelock Jetty, you will be met and assisted by our representative. Board the waiting vehicles and drive to the hotel. Check-in at the hotel. After relaxation trip to Radha Nagar Beach (or Beach No. 7) is the jewel in the crown of Havelock Island. Enjoy an overnight stay at Havelock.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573642,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573643,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"444072\",\"Title\":\"HAVELOCK LEISURE\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast enjoy the day at your own. One can enjoy water activities Scuba Diving, Sea Walk etc., or can visit Elephanta Beach (direct payment basis). Enjoy an overnight stay at Havelock.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573642,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573643,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"444074\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"444076\",\"Title\":\"HAVELOCK - NEIL ISLAND \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Today after breakfast we head for a trip to Neil Islands, on arrival our representative will receive you and escort you to the Hotel, After check in and a little relax, we head for Laxman Pur Beach, Bharatpur Beach, and Howrah Bridge. Night stay at Hotel in Neil Island&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573660,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573663,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55068,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55069,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"444078\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"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\":\"444080\",\"Title\":\"NEIL ISLAND - PORT BLAIR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Today after breakfast, return to Port Blair. Enjoy the day at leisure or you can explore the local market on your own. Overnight stay at the Hotel.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573606,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573608,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"444082\",\"Title\":\"PORT BLAIR CITY TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;After breakfast; proceed for a city tour of Port Blair. Visit Ross Island, Anthropological Museum which displays the tools, models habitats, art, and handcrafts of the aboriginal tribes of Andaman &amp;amp; Nicobar Islands, Chatham Saw Mill, Forest Museum, Samdudrika (Naval Marine Museum), Gandhi Park, Fisheries Museum, Science center and water sports complex. Enjoy an overnight stay at Port Blair.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":573606,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":573608,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2278,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55018,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55019,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2282,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55020,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":55021,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"444084\",\"Title\":\"DEPARTURE PORTBLAIR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast at hotel, receive departure transfer to Port Blair airport for your onward journey with an unlimited memory of Andaman tour.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"60236\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21120.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"21120.00\",\"priceSingleOcc\":45650,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":21120,\"COSTSO\":45650,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"21120.00\",\"priceSingleOcc\":45650,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":21120,\"COSTSO\":45650,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"21120.00\",\"priceSingleOcc\":45650,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":21120,\"COSTSO\":45650,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"21120.00\",\"priceSingleOcc\":45650,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":21120,\"COSTSO\":45650,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":46530,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22000,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":22000,\"COSTSO\":46530,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20680.00\",\"priceDoubleOcc\":\"24530.00\",\"priceSingleOcc\":49060,\"priceExtraBed\":\"20680.00\",\"priceWithoutBed\":\"15400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24530,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15400,\"CEB\":20680,\"COSTDO\":24530,\"COSTSO\":49060,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20680,\"COSTTO\":20680}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"60237\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22440.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":22440,\"COSTSO\":48400,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":22440,\"COSTSO\":48400,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":22440,\"COSTSO\":48400,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22440,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":22440,\"COSTSO\":48400,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"23320.00\",\"priceSingleOcc\":49280,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23320,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":23320,\"COSTSO\":49280,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21890.00\",\"priceDoubleOcc\":\"25960.00\",\"priceSingleOcc\":51920,\"priceExtraBed\":\"21890.00\",\"priceWithoutBed\":\"16610.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25960,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16610,\"CEB\":21890,\"COSTDO\":25960,\"COSTSO\":51920,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21890,\"COSTTO\":21890}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"60236\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20544.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"20544.00\",\"priceSingleOcc\":44405,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20544,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":20544,\"COSTSO\":44405,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"20544.00\",\"priceSingleOcc\":44405,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20544,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":20544,\"COSTSO\":44405,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"20544.00\",\"priceSingleOcc\":44405,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20544,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":20544,\"COSTSO\":44405,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"20544.00\",\"priceSingleOcc\":44405,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":20544,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":20544,\"COSTSO\":44405,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"21400.00\",\"priceSingleOcc\":45261,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21400,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":21400,\"COSTSO\":45261,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"20116.00\",\"priceDoubleOcc\":\"23861.00\",\"priceSingleOcc\":47722,\"priceExtraBed\":\"20116.00\",\"priceWithoutBed\":\"14980.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23861,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":14980,\"CEB\":20116,\"COSTDO\":23861,\"COSTSO\":47722,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20116,\"COSTTO\":20116}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"60237\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21828.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"21828.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21828,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":21828,\"COSTSO\":47080,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"21828.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21828,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":21828,\"COSTSO\":47080,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"21828.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21828,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":21828,\"COSTSO\":47080,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"21828.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21828,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":21828,\"COSTSO\":47080,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"22684.00\",\"priceSingleOcc\":47936,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22684,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":22684,\"COSTSO\":47936,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293},{\"From\":\"2023-09-07\",\"To\":\"2023-12-15\",\"Currency\":1,\"priceTripleOcc\":\"21293.00\",\"priceDoubleOcc\":\"25252.00\",\"priceSingleOcc\":50504,\"priceExtraBed\":\"21293.00\",\"priceWithoutBed\":\"16157.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25252,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16157,\"CEB\":21293,\"COSTDO\":25252,\"COSTSO\":50504,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21293,\"COSTTO\":21293}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guide and entrance fees during sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other item not specified in &amp;lsquo;cost includes&amp;rsquo;.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Room Heater Charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mini Bar&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test) unless 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.&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;Accommodation in&amp;nbsp;the mentioned or Similar Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pricing based on base category rooms on DBL Sharing Basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal Plan as Mentioned Above on the Rate Sheet&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Exclusive Vehicle for transfer and sightseeing, It&amp;rsquo;s Point to Point as per the Itinerary, Not in disposal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ferry \\/ Cruise Tickets Included.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All entry tickets and permit charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All Permit &amp;amp; Hotel Taxes (Ex.- GST)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Price valid for Indian National 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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"444066\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[444066],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444068\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[444068],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444070\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[444070],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444072\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[444072],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444074\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[444074],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444076\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[444076],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444078\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[444078],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444080\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[444080],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444082\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[444082],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"444084\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[444084],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island',NULL,'32511,11658,34567',20544,25960,6,NULL,NULL,NULL,2,'',0,'2023-09-18 00:00:00','2023-12-15 00:00:00','2023-12-15 00:00:00',3,'India','101','2023-09-18 00:00:00','2023-09-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'exotic-andaman',NULL,NULL,NULL,0),(318,59892,1,35,0,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Heritage,Romantic,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":59892,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/kerala-bliss_1693223354\",\"BookingValidUntill\":\"2023-12-20\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, often referred to as &amp;quot;God&amp;#39;s Own Country,&amp;quot; is a state in the southwestern region of India known for its stunning natural beauty, diverse landscapes, rich cultural heritage, and tranquil backwaters.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Munnar: Munnar is a popular hill station located in the Western Ghats of Kerala. It&amp;#39;s known for its breathtaking tea plantations, mist-covered mountains, and lush green valleys. The cool climate and picturesque scenery make Munnar a favorite destination for nature enthusiasts, trekkers, and honeymooners.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Thekkady: Thekkady is home to the Periyar National Park and Wildlife Sanctuary, which is renowned for its diverse flora and fauna. The park offers opportunities for wildlife safaris, where you can spot animals like elephants, tigers, deer, and various bird species. The area is also known for its spice plantations, offering visitors a chance to experience the fragrant spices that Kerala is famous for.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Alleppey (Alappuzha): Alleppey is famous for its serene backwaters and intricate network of canals, lagoons, and lakes. Houseboat cruises are a popular way to explore the backwaters, offering a unique experience of floating through picturesque landscapes and experiencing the local way of life. The annual Nehru Trophy Boat Race is a major attraction, featuring traditional snake boat races.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kovalam: Kovalam is a beach town along the Arabian Sea known for its crescent-shaped beaches with golden sands and blue waters. It was once a quiet fishing village that has now transformed into a bustling tourist destination. The Lighthouse Beach, Hawa Beach, and Samudra Beach are the main beaches here, offering opportunities for relaxation, water sports, and beachside dining.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Trivandrum\",\"DestinationPlacesSysId\":34288,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"Kerala Bliss\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6044\",\"SupplierName\":\"Krti Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Heritage,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-09-18\",\"To\":\"2023-12-20\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":572316,\"Name\":\"The Arbour Resort Munnar\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Anachal muthuvankudi, anachal sengulam, Munnar, Kerala 685565\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;The Arbour Resort Munnar offers lodging with an outdoor swimming pool, free private parking, a garden, and a terrace. It is located in Munnar, 14 km from the Munnar Tea Museum. The property is located 30 kilometers from Cheeyappara Waterfalls, 28 km from Anamudi Peak, and 23 km from Mattupetty Dam. The hotel has complimentary WiFi, room service, airport transportation, and a 24-hour front desk.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Air conditioning, a flat-screen TV with satellite channels, a kettle, a shower, complimentary toiletries, and a desk are amenities found in every room. Rooms at the resort come with a seating area.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Arbour Resort Munnar offers a continental breakfast every morning. There is a restaurant on site that serves both Chinese and Indian food. Additionally, halal and vegetarian alternatives&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572316\\/4539_dc418c0b76d4b73724b756d6d6d564411692884691.jpg\",\"AccoAminitiesMask\":\"111100000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":572317,\"Name\":\"Trivers Resort Munnar\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Chithirapuram Powerhouse Road, Munnar, Chithirapuram, Kerala 685565\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;The Trivers Resort Munnar offers lodging with a garden, free private parking, a patio, and a restaurant. It is situated in Munnar, 14 kilometres from the Munnar Tea Museum. A tour desk and a concierge service are provided by this four-star hotel. The hotel has complimentary WiFi, room service, airport transportation, and a 24-hour front desk.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;At the hotel, a desk is available in every room. Certain rooms at Trivers Resort Munnar have mountain views, and every room has a balcony. A flat-screen TV and complimentary amenities are provided in each unit of the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The hotel offers an American, Asian, or vegetarian breakfast. Trivers Resort Munnar offers lodging with an indoor pool.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Anamudi Peak is 29 kilometers away from the hotel, whereas Mattupetty Dam is 23 km away.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572317\\/4539_4a4a8f5cf3c4bfc7c535660e4f0773131692884869.jpg\",\"AccoAminitiesMask\":\"111101100100100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":9,\"Title\":\"Pets\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheeyappara Waterfalls\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Cheeyappara Waterfall is on the Kochi - Madurai Highway, between Neriamangalam and Adimali. It is in Idukki district, Kerala, India. The Cheeyappara Waterfall cascades down in seven steps. This is also a great place for trekking&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948007.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54491,\"Title\":\"Tea Garden.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(55, 65, 81) font-family: S&ouml;hne, ui-sans-serif, system-ui, -apple-system, &amp;quotSegoe UI&amp;quot, Roboto, Ubuntu, Cantarell, &amp;quotNoto Sans&amp;quot, sans-serif, &amp;quotHelvetica Neue&amp;quot, Arial, &amp;quotApple Color Emoji&amp;quot, &amp;quotSegoe UI Emoji&amp;quot, &amp;quotSegoe UI Symbol&amp;quot, &amp;quotNoto Color Emoji&amp;quot font-size: 16px text-align: start white-space-collapse: preserve background-color: rgb(247, 247, 248)&quot;&gt;Visiting these tea gardens can provide you with a unique experience of witnessing the tea cultivation process, enjoying panoramic views of the hills covered in tea plants, and even tasting freshly brewed tea made from the locally grown leaves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949350.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24329,\"Title\":\"Valara Waterfalls.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;The falls is in the close vicinity of National Highway 48. Another kilometer away from&nbsp;&lt;\\/span&gt;&lt;span jsaction=&quot;click:sKUsF&quot; role=&quot;tooltip&quot; tabindex=&quot;0&quot; style=&quot;outline: 0px color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&lt;g-bubble jscontroller=&quot;QVaUhf&quot; data-ci=&quot;&quot; data-du=&quot;200&quot; data-tp=&quot;5&quot; jsaction=&quot;R9S7w:VqIRre&quot; jsshadow=&quot;&quot;&gt;&lt;span jsname=&quot;d6wfac&quot; class=&quot;c5aZPb&quot; data-enable-toggle-animation=&quot;true&quot; data-extra-container-classes=&quot;ZLo7Eb&quot; data-hover-hide-delay=&quot;1000&quot; data-hover-open-delay=&quot;500&quot; data-send-open-event=&quot;true&quot; data-theme=&quot;0&quot; data-width=&quot;250&quot; role=&quot;button&quot; tabindex=&quot;0&quot; jsaction=&quot;vQLyHf&quot; jsslot=&quot;&quot; data-ved=&quot;2ahUKEwiR_OHfo_eAAxVwh1YBHSIxCc8QmpgGegQILRAD&quot; style=&quot;cursor: pointer outline: 0px&quot;&gt;&lt;span jsname=&quot;ukx3I&quot; class=&quot;JPfdse&quot; data-bubble-link=&quot;&quot; data-segment-text=&quot;Cheeyappara&quot; style=&quot;border-bottom: 1px dashed rgba(4, 12, 40, 0.5)&quot;&gt;Cheeyappara&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/g-bubble&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&nbsp;en route to Adimaly is Valara waterfalls.&nbsp;&lt;\\/span&gt;&lt;span style=&quot;background-color: rgba(80, 151, 255, 0.18) color: rgb(4, 12, 40) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;It is a tributary of the Periyar River, and cascades down 200 ft into a gorge&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;. Both the falls are noted for good trekking trails and dense vegetation surrounding them.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949446.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54456,\"Title\":\"Eco Point Munnar\",\"Description\":\"&lt;p itemprop=&quot;deion&quot; style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Echo Point in Munnar is a popular tourist spot among the picturesque Nilgiri Hills. It lies on the banks of a serene lake and offers a panoramic view of the surrounding hills and evergreen forest cover.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Three mountain ranges &ndash; Mudrapuzha, Nallathanni, and Kundala, meet at the Echo Point. And you can walk around the gentle slopes or explore the surrounding tea plantations and spice gardens. You can also hop on a boat or sit by the lake watching the birds. It&rsquo;s heaven for adventure enthusiasts, nature lovers, and photographers.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Munnar Echo Point also provides a lush green surrounding for family picnics. It is known for echoing your voices from the nearby mountains. Visit it on a silent and misty morning, and check it for yourself.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947793.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54501,\"Title\":\"Eravikulam National Park\",\"Description\":\"&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&lt;b&gt;Eravikulam National Park&amp;nbsp&lt;\\/b&gt;is a 97&amp;nbspkm&lt;sup style=&quot;line-height: 1 font-size: 11.2px&quot;&gt;2&lt;\\/sup&gt;&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/National_park&quot; title=&quot;National park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;national park&lt;\\/a&gt;&amp;nbsplocated along the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Western_Ghats&quot; title=&quot;Western Ghats&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Western Ghats&lt;\\/a&gt;&amp;nbspin the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Idukki&quot; class=&quot;mw-redirect&quot; title=&quot;Idukki&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Idukki&lt;\\/a&gt;&amp;nbspand&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Ernakulam_district&quot; title=&quot;Ernakulam district&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Ernakulam districts&lt;\\/a&gt;&amp;nbspof&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kerala&quot; title=&quot;Kerala&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kerala&lt;\\/a&gt;&amp;nbspin India. The park is situated between 10&ordm;05&#039;N and 10&ordm;20&#039; north, and 77&ordm;0&#039; and 77&ordm;10&#039; east and is the first national park in Kerala. It was established in 1978.&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Eravikulam National Park is administered by the Kerala Department of Forests and Wildlife,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Munnar&quot; title=&quot;Munnar&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Munnar&lt;\\/a&gt;&amp;nbspWildlife Division, which also runs the nearby&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mathikettan_Shola_National_Park&quot; title=&quot;Mathikettan Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Mathikettan Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Anamudi_Shola_National_Park&quot; title=&quot;Anamudi Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Anamudi Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Pambadum_Shola_National_Park&quot; class=&quot;mw-redirect&quot; title=&quot;Pambadum Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Pambadum Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Chinnar_Wildlife_Sanctuary&quot; title=&quot;Chinnar Wildlife Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Chinnar Wildlife Sanctuary&lt;\\/a&gt;&amp;nbspand the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kurinjimala_Sanctuary&quot; title=&quot;Kurinjimala Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kurinjimala Sanctuary&lt;\\/a&gt;.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959884.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54502,\"Title\":\"Kundala Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Kundala Dam, also known as Setuparvatipuram Dam, is a masonry gravity dam built on Muthirapuzha River in Mattupetty panchayat of Idukki district in Kerala, India. It is part of the Pallivasal Hydroelectric Project, the first hydroelectric project in Kerala. The dam is considered to be Asia&#039;s first arch dam&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959966.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Mattupetty Dam, near Munnar in Idukki District, is a storage concrete gravity dam built in the mountains of Kerala, India to conserve water for hydroelectricity. Construction of the dam was led by E.U. Philipose, Superintending Engineer, Kerala State Electricity Board&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947891.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":36085,\"Title\":\"Tea Museum Munnar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The KDHP Tea Museum is an industry and history museum situated in Munnar, a town in the Idukki district of Kerala in South India. Tata Tea Museum is its official name, but it&#039;s also known as Nalluthanni Estate where it is located, or Kannan Devan Hills Plantation Tea Museum&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948125.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24331,\"Title\":\"boat ride in Periyar Lake\",\"Description\":\"&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 py-2 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-top: 8px !important padding-bottom: 8px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;text-capitalize&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: black&quot;&gt;Boating At Periyar Lake&lt;\\/span&gt;&lt;\\/div&gt;&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 pb-1 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-top: 0px padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-bottom: 4px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;progText text-none&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: rgb(155, 144, 144)&quot;&gt;&lt;div data-v-05421160=&quot;&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px&quot;&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;span style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px color: rgb(33, 37, 41)&quot;&gt;Periyar Tiger Reserve offers 1.5 hrs boating trips at the lake near the sanctuary. A herd of elephants or a group of sambar deer are common sights near the lake. You may be able to spot herds of Gaur and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.&amp;nbsp&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;br style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px text-align: left&quot;&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/span&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948845.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;As you take a walk along the streets of Kumily or the winding pathways among the plantations, the thing that strikes you first is the lingering aroma in the air. The scent may be of cloves, nutmeg, pepper, cinnamon or cardamom and sometimes a fragrance that combines the scents of two or more spices. The geographical and climatic peculiarities of Kumily such as the cool climate and its elevation from the sea level make it ideal for spice cultivation.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;One of the major spices produced in the area is cardamom. The variety, Cardamom Small, botanically known as Elettaria Cardamom, is the one that is mostly grown here. The thick shrub-like cardamom plant usually grows at an altitude of 600 to 1200 metres from mean sea level (msl). Kerala contributes about 70 percent of the national production of cardamom with the major chunk coming from the plantations of Kumily.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948489.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54657,\"Title\":\"Padmanabha swami Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Shree Padmanabhaswamy Temple is a Hindu temple, dedicated to Maha Vishnu, in Thiruvananthapuram, the capital of the state of Kerala, India. It is widely considered as the world&#039;s richest Hindu temple. The name of the city of &#039;Thiruvananthapuram&#039; in Malayalam and Tamil translates to &quot;The City of Ananta&quot;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693230690.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54659,\"Title\":\"Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Thiruvananthapuram Zoo is located in the city of Thiruvananthapuram, the capital of Kerala, India. It occupies 55 acres of woodland, lakes, and lawns&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693231056.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":572318,\"Name\":\"The Patio Thekkady\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Thekkady Junction, Lake Road, near Mudra Cultural Center, Kumily, Kerala 685509\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"&lt;p&gt;The Patio Thekkady provides lodging with a garden, a communal lounge, and a restaurant in Thekkady. There is a 24-hour front desk and room service available at this 3-star hotel. For guests who want to explore the neighborhood, the hotel offers car rental services in addition to free private parking.&lt;br \\/&gt;\\r\\nThere is a desk and a flat-screen TV in every room, and some accommodations at the hotel have balconies. Each room at The Patio Thekkady is furnished with towels and bed linens.&lt;br \\/&gt;\\r\\nThe hotel offers a continental breakfast to its visitors.&lt;br \\/&gt;\\r\\nThe Patio Thekkady is 144 kilometers from Madurai Airport, the closest airport.&lt;br \\/&gt;\\r\\nIndependent reports indicate that this is the area of Thekkady that visitors enjoy the most.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572318\\/4539_4c7478f024b88f9016e7fa8b71e4159c1692885069.jpg\",\"AccoAminitiesMask\":\"111001000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":572319,\"Name\":\"Woodnote Thekkady\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"&lt;p&gt;Set within a wooded residential area, this laid-back hotel is 18 minutes&amp;#39; walk from Thekkady Park, a kilometre from the SH19 road and 10 km from Mangala Devi Kannagi Temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The understated rooms feature TVs, minibars, and tea and coffeemaking facilities. Upgraded rooms have sitting areas; suites provide separate living rooms. Some quarters add balconies. Room service is available 24\\/7.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nAmenities include a restaurant and a coffee shop, as well as event space and parking.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572319\\/4539_ee19488f8501523d0bca83d2ab9e8c161692885278.jpg\",\"AccoAminitiesMask\":\"111100000000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheeyappara Waterfalls\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Cheeyappara Waterfall is on the Kochi - Madurai Highway, between Neriamangalam and Adimali. It is in Idukki district, Kerala, India. The Cheeyappara Waterfall cascades down in seven steps. This is also a great place for trekking&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948007.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54491,\"Title\":\"Tea Garden.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(55, 65, 81) font-family: S&ouml;hne, ui-sans-serif, system-ui, -apple-system, &amp;quotSegoe UI&amp;quot, Roboto, Ubuntu, Cantarell, &amp;quotNoto Sans&amp;quot, sans-serif, &amp;quotHelvetica Neue&amp;quot, Arial, &amp;quotApple Color Emoji&amp;quot, &amp;quotSegoe UI Emoji&amp;quot, &amp;quotSegoe UI Symbol&amp;quot, &amp;quotNoto Color Emoji&amp;quot font-size: 16px text-align: start white-space-collapse: preserve background-color: rgb(247, 247, 248)&quot;&gt;Visiting these tea gardens can provide you with a unique experience of witnessing the tea cultivation process, enjoying panoramic views of the hills covered in tea plants, and even tasting freshly brewed tea made from the locally grown leaves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949350.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24329,\"Title\":\"Valara Waterfalls.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;The falls is in the close vicinity of National Highway 48. Another kilometer away from&nbsp;&lt;\\/span&gt;&lt;span jsaction=&quot;click:sKUsF&quot; role=&quot;tooltip&quot; tabindex=&quot;0&quot; style=&quot;outline: 0px color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&lt;g-bubble jscontroller=&quot;QVaUhf&quot; data-ci=&quot;&quot; data-du=&quot;200&quot; data-tp=&quot;5&quot; jsaction=&quot;R9S7w:VqIRre&quot; jsshadow=&quot;&quot;&gt;&lt;span jsname=&quot;d6wfac&quot; class=&quot;c5aZPb&quot; data-enable-toggle-animation=&quot;true&quot; data-extra-container-classes=&quot;ZLo7Eb&quot; data-hover-hide-delay=&quot;1000&quot; data-hover-open-delay=&quot;500&quot; data-send-open-event=&quot;true&quot; data-theme=&quot;0&quot; data-width=&quot;250&quot; role=&quot;button&quot; tabindex=&quot;0&quot; jsaction=&quot;vQLyHf&quot; jsslot=&quot;&quot; data-ved=&quot;2ahUKEwiR_OHfo_eAAxVwh1YBHSIxCc8QmpgGegQILRAD&quot; style=&quot;cursor: pointer outline: 0px&quot;&gt;&lt;span jsname=&quot;ukx3I&quot; class=&quot;JPfdse&quot; data-bubble-link=&quot;&quot; data-segment-text=&quot;Cheeyappara&quot; style=&quot;border-bottom: 1px dashed rgba(4, 12, 40, 0.5)&quot;&gt;Cheeyappara&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/g-bubble&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&nbsp;en route to Adimaly is Valara waterfalls.&nbsp;&lt;\\/span&gt;&lt;span style=&quot;background-color: rgba(80, 151, 255, 0.18) color: rgb(4, 12, 40) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;It is a tributary of the Periyar River, and cascades down 200 ft into a gorge&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;. Both the falls are noted for good trekking trails and dense vegetation surrounding them.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949446.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54456,\"Title\":\"Eco Point Munnar\",\"Description\":\"&lt;p itemprop=&quot;deion&quot; style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Echo Point in Munnar is a popular tourist spot among the picturesque Nilgiri Hills. It lies on the banks of a serene lake and offers a panoramic view of the surrounding hills and evergreen forest cover.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Three mountain ranges &ndash; Mudrapuzha, Nallathanni, and Kundala, meet at the Echo Point. And you can walk around the gentle slopes or explore the surrounding tea plantations and spice gardens. You can also hop on a boat or sit by the lake watching the birds. It&rsquo;s heaven for adventure enthusiasts, nature lovers, and photographers.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Munnar Echo Point also provides a lush green surrounding for family picnics. It is known for echoing your voices from the nearby mountains. Visit it on a silent and misty morning, and check it for yourself.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947793.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54501,\"Title\":\"Eravikulam National Park\",\"Description\":\"&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&lt;b&gt;Eravikulam National Park&amp;nbsp&lt;\\/b&gt;is a 97&amp;nbspkm&lt;sup style=&quot;line-height: 1 font-size: 11.2px&quot;&gt;2&lt;\\/sup&gt;&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/National_park&quot; title=&quot;National park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;national park&lt;\\/a&gt;&amp;nbsplocated along the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Western_Ghats&quot; title=&quot;Western Ghats&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Western Ghats&lt;\\/a&gt;&amp;nbspin the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Idukki&quot; class=&quot;mw-redirect&quot; title=&quot;Idukki&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Idukki&lt;\\/a&gt;&amp;nbspand&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Ernakulam_district&quot; title=&quot;Ernakulam district&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Ernakulam districts&lt;\\/a&gt;&amp;nbspof&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kerala&quot; title=&quot;Kerala&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kerala&lt;\\/a&gt;&amp;nbspin India. The park is situated between 10&ordm;05&#039;N and 10&ordm;20&#039; north, and 77&ordm;0&#039; and 77&ordm;10&#039; east and is the first national park in Kerala. It was established in 1978.&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Eravikulam National Park is administered by the Kerala Department of Forests and Wildlife,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Munnar&quot; title=&quot;Munnar&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Munnar&lt;\\/a&gt;&amp;nbspWildlife Division, which also runs the nearby&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mathikettan_Shola_National_Park&quot; title=&quot;Mathikettan Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Mathikettan Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Anamudi_Shola_National_Park&quot; title=&quot;Anamudi Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Anamudi Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Pambadum_Shola_National_Park&quot; class=&quot;mw-redirect&quot; title=&quot;Pambadum Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Pambadum Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Chinnar_Wildlife_Sanctuary&quot; title=&quot;Chinnar Wildlife Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Chinnar Wildlife Sanctuary&lt;\\/a&gt;&amp;nbspand the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kurinjimala_Sanctuary&quot; title=&quot;Kurinjimala Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kurinjimala Sanctuary&lt;\\/a&gt;.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959884.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54502,\"Title\":\"Kundala Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Kundala Dam, also known as Setuparvatipuram Dam, is a masonry gravity dam built on Muthirapuzha River in Mattupetty panchayat of Idukki district in Kerala, India. It is part of the Pallivasal Hydroelectric Project, the first hydroelectric project in Kerala. The dam is considered to be Asia&#039;s first arch dam&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959966.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Mattupetty Dam, near Munnar in Idukki District, is a storage concrete gravity dam built in the mountains of Kerala, India to conserve water for hydroelectricity. Construction of the dam was led by E.U. Philipose, Superintending Engineer, Kerala State Electricity Board&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947891.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":36085,\"Title\":\"Tea Museum Munnar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The KDHP Tea Museum is an industry and history museum situated in Munnar, a town in the Idukki district of Kerala in South India. Tata Tea Museum is its official name, but it&#039;s also known as Nalluthanni Estate where it is located, or Kannan Devan Hills Plantation Tea Museum&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948125.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24331,\"Title\":\"boat ride in Periyar Lake\",\"Description\":\"&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 py-2 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-top: 8px !important padding-bottom: 8px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;text-capitalize&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: black&quot;&gt;Boating At Periyar Lake&lt;\\/span&gt;&lt;\\/div&gt;&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 pb-1 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-top: 0px padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-bottom: 4px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;progText text-none&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: rgb(155, 144, 144)&quot;&gt;&lt;div data-v-05421160=&quot;&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px&quot;&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;span style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px color: rgb(33, 37, 41)&quot;&gt;Periyar Tiger Reserve offers 1.5 hrs boating trips at the lake near the sanctuary. A herd of elephants or a group of sambar deer are common sights near the lake. You may be able to spot herds of Gaur and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.&amp;nbsp&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;br style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px text-align: left&quot;&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/span&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948845.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;As you take a walk along the streets of Kumily or the winding pathways among the plantations, the thing that strikes you first is the lingering aroma in the air. The scent may be of cloves, nutmeg, pepper, cinnamon or cardamom and sometimes a fragrance that combines the scents of two or more spices. The geographical and climatic peculiarities of Kumily such as the cool climate and its elevation from the sea level make it ideal for spice cultivation.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;One of the major spices produced in the area is cardamom. The variety, Cardamom Small, botanically known as Elettaria Cardamom, is the one that is mostly grown here. The thick shrub-like cardamom plant usually grows at an altitude of 600 to 1200 metres from mean sea level (msl). Kerala contributes about 70 percent of the national production of cardamom with the major chunk coming from the plantations of Kumily.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948489.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54657,\"Title\":\"Padmanabha swami Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Shree Padmanabhaswamy Temple is a Hindu temple, dedicated to Maha Vishnu, in Thiruvananthapuram, the capital of the state of Kerala, India. It is widely considered as the world&#039;s richest Hindu temple. The name of the city of &#039;Thiruvananthapuram&#039; in Malayalam and Tamil translates to &quot;The City of Ananta&quot;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693230690.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54659,\"Title\":\"Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Thiruvananthapuram Zoo is located in the city of Thiruvananthapuram, the capital of Kerala, India. It occupies 55 acres of woodland, lakes, and lawns&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693231056.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":572326,\"Name\":\"Paloma Back Water Resort\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Thottuvathala, Kainakary, Kainakary South, Kerala 688501\"},\"Images\":[],\"CityId\":670,\"Brief\":\"&lt;p&gt;Surrounded by paddy fields and coconut groves, this upscale lakeside resort is within 21 minutes&amp;#39; walk of Sacred Heart Church and Kuruppashery Temple. It&amp;#39;s 5 km from Highway 11 and 11 km from Alappuzha Beach.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nElegant rooms with wooden floors and 4-poster beds have balconies offering views of the lake. All rooms feature free Wi-Fi, flat-screen TVs, sitting areas and minibars. Sophisticated villas add private pools. Room service is available.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThere&acute;s a refined restaurant overlooking the lake and a plush pool that has a sundeck. Other amenities include a spa, a gym and a shop selling local handicrafts.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572326\\/4539_5444e0d09c6d5575e0a3305f220d51151692941703.jpeg\",\"AccoAminitiesMask\":\"111101100000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":572327,\"Name\":\"Pagoda Resorts Alappuzha\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Chungam Road, Mullakkal, Alappuzha, Kerala 688011\"},\"Images\":[],\"CityId\":670,\"Brief\":\"&lt;p&gt;This relaxed hotel with Japanese pagoda-style cottages is 3 km from the Ravi Karunakaran Museum and 4 km from Alleppey Beach on the Arabian Sea.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Warmly decorated rooms have satellite TV and antique-inspired furnishings. Upgraded rooms add balconies, minifridges, and tea and coffeemaking facilities, while relaxed cottages offer separate living rooms and terraces. Room service is available 24\\/7.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA free continental, American or buffet-style breakfast is served in an airy restaurant, which offers international fare. Other amenities include an outdoor pool, a bar and a playground, plus a gym, an Ayurveda wellness spa and a steam room.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572327\\/4539_ea2facc3491c51f2cc131e8ff59510cc1692941857.jpeg\",\"AccoAminitiesMask\":\"111101100000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheeyappara Waterfalls\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Cheeyappara Waterfall is on the Kochi - Madurai Highway, between Neriamangalam and Adimali. It is in Idukki district, Kerala, India. The Cheeyappara Waterfall cascades down in seven steps. This is also a great place for trekking&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948007.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54491,\"Title\":\"Tea Garden.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(55, 65, 81) font-family: S&ouml;hne, ui-sans-serif, system-ui, -apple-system, &amp;quotSegoe UI&amp;quot, Roboto, Ubuntu, Cantarell, &amp;quotNoto Sans&amp;quot, sans-serif, &amp;quotHelvetica Neue&amp;quot, Arial, &amp;quotApple Color Emoji&amp;quot, &amp;quotSegoe UI Emoji&amp;quot, &amp;quotSegoe UI Symbol&amp;quot, &amp;quotNoto Color Emoji&amp;quot font-size: 16px text-align: start white-space-collapse: preserve background-color: rgb(247, 247, 248)&quot;&gt;Visiting these tea gardens can provide you with a unique experience of witnessing the tea cultivation process, enjoying panoramic views of the hills covered in tea plants, and even tasting freshly brewed tea made from the locally grown leaves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949350.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24329,\"Title\":\"Valara Waterfalls.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;The falls is in the close vicinity of National Highway 48. Another kilometer away from&nbsp;&lt;\\/span&gt;&lt;span jsaction=&quot;click:sKUsF&quot; role=&quot;tooltip&quot; tabindex=&quot;0&quot; style=&quot;outline: 0px color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&lt;g-bubble jscontroller=&quot;QVaUhf&quot; data-ci=&quot;&quot; data-du=&quot;200&quot; data-tp=&quot;5&quot; jsaction=&quot;R9S7w:VqIRre&quot; jsshadow=&quot;&quot;&gt;&lt;span jsname=&quot;d6wfac&quot; class=&quot;c5aZPb&quot; data-enable-toggle-animation=&quot;true&quot; data-extra-container-classes=&quot;ZLo7Eb&quot; data-hover-hide-delay=&quot;1000&quot; data-hover-open-delay=&quot;500&quot; data-send-open-event=&quot;true&quot; data-theme=&quot;0&quot; data-width=&quot;250&quot; role=&quot;button&quot; tabindex=&quot;0&quot; jsaction=&quot;vQLyHf&quot; jsslot=&quot;&quot; data-ved=&quot;2ahUKEwiR_OHfo_eAAxVwh1YBHSIxCc8QmpgGegQILRAD&quot; style=&quot;cursor: pointer outline: 0px&quot;&gt;&lt;span jsname=&quot;ukx3I&quot; class=&quot;JPfdse&quot; data-bubble-link=&quot;&quot; data-segment-text=&quot;Cheeyappara&quot; style=&quot;border-bottom: 1px dashed rgba(4, 12, 40, 0.5)&quot;&gt;Cheeyappara&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/g-bubble&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&nbsp;en route to Adimaly is Valara waterfalls.&nbsp;&lt;\\/span&gt;&lt;span style=&quot;background-color: rgba(80, 151, 255, 0.18) color: rgb(4, 12, 40) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;It is a tributary of the Periyar River, and cascades down 200 ft into a gorge&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;. Both the falls are noted for good trekking trails and dense vegetation surrounding them.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949446.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54456,\"Title\":\"Eco Point Munnar\",\"Description\":\"&lt;p itemprop=&quot;deion&quot; style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Echo Point in Munnar is a popular tourist spot among the picturesque Nilgiri Hills. It lies on the banks of a serene lake and offers a panoramic view of the surrounding hills and evergreen forest cover.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Three mountain ranges &ndash; Mudrapuzha, Nallathanni, and Kundala, meet at the Echo Point. And you can walk around the gentle slopes or explore the surrounding tea plantations and spice gardens. You can also hop on a boat or sit by the lake watching the birds. It&rsquo;s heaven for adventure enthusiasts, nature lovers, and photographers.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Munnar Echo Point also provides a lush green surrounding for family picnics. It is known for echoing your voices from the nearby mountains. Visit it on a silent and misty morning, and check it for yourself.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947793.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54501,\"Title\":\"Eravikulam National Park\",\"Description\":\"&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&lt;b&gt;Eravikulam National Park&amp;nbsp&lt;\\/b&gt;is a 97&amp;nbspkm&lt;sup style=&quot;line-height: 1 font-size: 11.2px&quot;&gt;2&lt;\\/sup&gt;&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/National_park&quot; title=&quot;National park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;national park&lt;\\/a&gt;&amp;nbsplocated along the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Western_Ghats&quot; title=&quot;Western Ghats&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Western Ghats&lt;\\/a&gt;&amp;nbspin the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Idukki&quot; class=&quot;mw-redirect&quot; title=&quot;Idukki&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Idukki&lt;\\/a&gt;&amp;nbspand&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Ernakulam_district&quot; title=&quot;Ernakulam district&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Ernakulam districts&lt;\\/a&gt;&amp;nbspof&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kerala&quot; title=&quot;Kerala&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kerala&lt;\\/a&gt;&amp;nbspin India. The park is situated between 10&ordm;05&#039;N and 10&ordm;20&#039; north, and 77&ordm;0&#039; and 77&ordm;10&#039; east and is the first national park in Kerala. It was established in 1978.&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Eravikulam National Park is administered by the Kerala Department of Forests and Wildlife,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Munnar&quot; title=&quot;Munnar&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Munnar&lt;\\/a&gt;&amp;nbspWildlife Division, which also runs the nearby&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mathikettan_Shola_National_Park&quot; title=&quot;Mathikettan Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Mathikettan Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Anamudi_Shola_National_Park&quot; title=&quot;Anamudi Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Anamudi Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Pambadum_Shola_National_Park&quot; class=&quot;mw-redirect&quot; title=&quot;Pambadum Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Pambadum Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Chinnar_Wildlife_Sanctuary&quot; title=&quot;Chinnar Wildlife Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Chinnar Wildlife Sanctuary&lt;\\/a&gt;&amp;nbspand the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kurinjimala_Sanctuary&quot; title=&quot;Kurinjimala Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kurinjimala Sanctuary&lt;\\/a&gt;.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959884.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54502,\"Title\":\"Kundala Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Kundala Dam, also known as Setuparvatipuram Dam, is a masonry gravity dam built on Muthirapuzha River in Mattupetty panchayat of Idukki district in Kerala, India. It is part of the Pallivasal Hydroelectric Project, the first hydroelectric project in Kerala. The dam is considered to be Asia&#039;s first arch dam&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959966.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Mattupetty Dam, near Munnar in Idukki District, is a storage concrete gravity dam built in the mountains of Kerala, India to conserve water for hydroelectricity. Construction of the dam was led by E.U. Philipose, Superintending Engineer, Kerala State Electricity Board&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947891.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":36085,\"Title\":\"Tea Museum Munnar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The KDHP Tea Museum is an industry and history museum situated in Munnar, a town in the Idukki district of Kerala in South India. Tata Tea Museum is its official name, but it&#039;s also known as Nalluthanni Estate where it is located, or Kannan Devan Hills Plantation Tea Museum&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948125.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24331,\"Title\":\"boat ride in Periyar Lake\",\"Description\":\"&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 py-2 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-top: 8px !important padding-bottom: 8px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;text-capitalize&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: black&quot;&gt;Boating At Periyar Lake&lt;\\/span&gt;&lt;\\/div&gt;&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 pb-1 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-top: 0px padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-bottom: 4px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;progText text-none&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: rgb(155, 144, 144)&quot;&gt;&lt;div data-v-05421160=&quot;&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px&quot;&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;span style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px color: rgb(33, 37, 41)&quot;&gt;Periyar Tiger Reserve offers 1.5 hrs boating trips at the lake near the sanctuary. A herd of elephants or a group of sambar deer are common sights near the lake. You may be able to spot herds of Gaur and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.&amp;nbsp&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;br style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px text-align: left&quot;&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/span&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948845.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;As you take a walk along the streets of Kumily or the winding pathways among the plantations, the thing that strikes you first is the lingering aroma in the air. The scent may be of cloves, nutmeg, pepper, cinnamon or cardamom and sometimes a fragrance that combines the scents of two or more spices. The geographical and climatic peculiarities of Kumily such as the cool climate and its elevation from the sea level make it ideal for spice cultivation.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;One of the major spices produced in the area is cardamom. The variety, Cardamom Small, botanically known as Elettaria Cardamom, is the one that is mostly grown here. The thick shrub-like cardamom plant usually grows at an altitude of 600 to 1200 metres from mean sea level (msl). Kerala contributes about 70 percent of the national production of cardamom with the major chunk coming from the plantations of Kumily.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948489.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54657,\"Title\":\"Padmanabha swami Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Shree Padmanabhaswamy Temple is a Hindu temple, dedicated to Maha Vishnu, in Thiruvananthapuram, the capital of the state of Kerala, India. It is widely considered as the world&#039;s richest Hindu temple. The name of the city of &#039;Thiruvananthapuram&#039; in Malayalam and Tamil translates to &quot;The City of Ananta&quot;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693230690.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54659,\"Title\":\"Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Thiruvananthapuram Zoo is located in the city of Thiruvananthapuram, the capital of Kerala, India. It occupies 55 acres of woodland, lakes, and lawns&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693231056.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":572625,\"Name\":\"Aadisaktthi Leisure Resort Kovalam\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"227\\/A, KS Rd, Vellar, Kovalam, Kerala 695527\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"&lt;p&gt;The FabHotel Prime Aadisaktthi Ayurveda Village in Kovalam, Tamil Nadu, is 1.1 kilometers from Kovalam Beach and provides lodging with a restaurant, free private parking, an outdoor pool, and a communal lounge. The resort has a garden and is 1.4 kilometers from Hawa Beach, 1.5 km from Light House Beach, and 1.5 km from Bethsaida Hermitage, among other popular destinations. The lodging offers its visitors a 24-hour front desk, room service, and currency exchange.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;A desk, a flat-screen TV, and a private bathroom are amenities offered in every room at the resort. At the Aadisaktthi Leisure Resort in Kovalam, each guest room has air conditioning and a wardrobe.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572625\\/4539_4695b943131add7cff246029cbc8925f1693201441.jpg\",\"AccoAminitiesMask\":\"111101100000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":572628,\"Name\":\"Swagath Holiday Resorts\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Kovalam Beach Rd, near Upasana Hospital, Kovalam, Kerala 695527\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"&lt;p&gt;A short distance from Light House Beach in Trivandrum, Swagath Holiday Resort provides lodging with an outdoor pool, free private parking, a garden, and a terrace. A business center and a concierge service are available at this 3-star hotel. The hotel offers its visitors room service, a front desk open round-the-clock, and currency exchange services.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The hotel&amp;#39;s accommodations come with a flat-screen TV, air conditioning, and a private bathroom with a shower and complimentary toiletries. A few of the rooms also have balconies. Each accommodation at Swagath Holiday Resort is furnished with towels and bed linens.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The daily breakfast includes alternatives for vegetarians, Asians, and continentals. There is a restaurant on-site that serves Chinese, Indian, and local fare. choices for vegetarians and vegans&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_572628\\/4539_9e46c1845c269e8b1067fcde3a4b56841693202970.jpg\",\"AccoAminitiesMask\":\"111100000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheeyappara Waterfalls\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Cheeyappara Waterfall is on the Kochi - Madurai Highway, between Neriamangalam and Adimali. It is in Idukki district, Kerala, India. The Cheeyappara Waterfall cascades down in seven steps. This is also a great place for trekking&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948007.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54491,\"Title\":\"Tea Garden.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(55, 65, 81) font-family: S&ouml;hne, ui-sans-serif, system-ui, -apple-system, &amp;quotSegoe UI&amp;quot, Roboto, Ubuntu, Cantarell, &amp;quotNoto Sans&amp;quot, sans-serif, &amp;quotHelvetica Neue&amp;quot, Arial, &amp;quotApple Color Emoji&amp;quot, &amp;quotSegoe UI Emoji&amp;quot, &amp;quotSegoe UI Symbol&amp;quot, &amp;quotNoto Color Emoji&amp;quot font-size: 16px text-align: start white-space-collapse: preserve background-color: rgb(247, 247, 248)&quot;&gt;Visiting these tea gardens can provide you with a unique experience of witnessing the tea cultivation process, enjoying panoramic views of the hills covered in tea plants, and even tasting freshly brewed tea made from the locally grown leaves.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949350.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24329,\"Title\":\"Valara Waterfalls.\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;The falls is in the close vicinity of National Highway 48. Another kilometer away from&nbsp;&lt;\\/span&gt;&lt;span jsaction=&quot;click:sKUsF&quot; role=&quot;tooltip&quot; tabindex=&quot;0&quot; style=&quot;outline: 0px color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&lt;g-bubble jscontroller=&quot;QVaUhf&quot; data-ci=&quot;&quot; data-du=&quot;200&quot; data-tp=&quot;5&quot; jsaction=&quot;R9S7w:VqIRre&quot; jsshadow=&quot;&quot;&gt;&lt;span jsname=&quot;d6wfac&quot; class=&quot;c5aZPb&quot; data-enable-toggle-animation=&quot;true&quot; data-extra-container-classes=&quot;ZLo7Eb&quot; data-hover-hide-delay=&quot;1000&quot; data-hover-open-delay=&quot;500&quot; data-send-open-event=&quot;true&quot; data-theme=&quot;0&quot; data-width=&quot;250&quot; role=&quot;button&quot; tabindex=&quot;0&quot; jsaction=&quot;vQLyHf&quot; jsslot=&quot;&quot; data-ved=&quot;2ahUKEwiR_OHfo_eAAxVwh1YBHSIxCc8QmpgGegQILRAD&quot; style=&quot;cursor: pointer outline: 0px&quot;&gt;&lt;span jsname=&quot;ukx3I&quot; class=&quot;JPfdse&quot; data-bubble-link=&quot;&quot; data-segment-text=&quot;Cheeyappara&quot; style=&quot;border-bottom: 1px dashed rgba(4, 12, 40, 0.5)&quot;&gt;Cheeyappara&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/g-bubble&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;&nbsp;en route to Adimaly is Valara waterfalls.&nbsp;&lt;\\/span&gt;&lt;span style=&quot;background-color: rgba(80, 151, 255, 0.18) color: rgb(4, 12, 40) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;It is a tributary of the Periyar River, and cascades down 200 ft into a gorge&lt;\\/span&gt;&lt;span style=&quot;color: rgb(32, 33, 36) font-family: &quot;Google Sans&quot;, arial, sans-serif font-size: 20px text-align: left&quot;&gt;. Both the falls are noted for good trekking trails and dense vegetation surrounding them.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692949446.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54456,\"Title\":\"Eco Point Munnar\",\"Description\":\"&lt;p itemprop=&quot;deion&quot; style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Echo Point in Munnar is a popular tourist spot among the picturesque Nilgiri Hills. It lies on the banks of a serene lake and offers a panoramic view of the surrounding hills and evergreen forest cover.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Three mountain ranges &ndash; Mudrapuzha, Nallathanni, and Kundala, meet at the Echo Point. And you can walk around the gentle slopes or explore the surrounding tea plantations and spice gardens. You can also hop on a boat or sit by the lake watching the birds. It&rsquo;s heaven for adventure enthusiasts, nature lovers, and photographers.&lt;\\/p&gt;&lt;p style=&quot;box-sizing: inherit margin-bottom: 1.3rem color: rgb(34, 34, 34) font-family: NotoSans, Helvetica font-size: 17.6px text-align: start&quot;&gt;Munnar Echo Point also provides a lush green surrounding for family picnics. It is known for echoing your voices from the nearby mountains. Visit it on a silent and misty morning, and check it for yourself.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947793.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54501,\"Title\":\"Eravikulam National Park\",\"Description\":\"&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;&lt;b&gt;Eravikulam National Park&amp;nbsp&lt;\\/b&gt;is a 97&amp;nbspkm&lt;sup style=&quot;line-height: 1 font-size: 11.2px&quot;&gt;2&lt;\\/sup&gt;&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/National_park&quot; title=&quot;National park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;national park&lt;\\/a&gt;&amp;nbsplocated along the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Western_Ghats&quot; title=&quot;Western Ghats&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Western Ghats&lt;\\/a&gt;&amp;nbspin the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Idukki&quot; class=&quot;mw-redirect&quot; title=&quot;Idukki&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Idukki&lt;\\/a&gt;&amp;nbspand&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Ernakulam_district&quot; title=&quot;Ernakulam district&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Ernakulam districts&lt;\\/a&gt;&amp;nbspof&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kerala&quot; title=&quot;Kerala&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kerala&lt;\\/a&gt;&amp;nbspin India. The park is situated between 10&ordm;05&#039;N and 10&ordm;20&#039; north, and 77&ordm;0&#039; and 77&ordm;10&#039; east and is the first national park in Kerala. It was established in 1978.&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0.5em margin-bottom: 0.5em color: rgb(32, 33, 34) font-family: sans-serif text-align: start&quot;&gt;Eravikulam National Park is administered by the Kerala Department of Forests and Wildlife,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Munnar&quot; title=&quot;Munnar&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Munnar&lt;\\/a&gt;&amp;nbspWildlife Division, which also runs the nearby&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Mathikettan_Shola_National_Park&quot; title=&quot;Mathikettan Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Mathikettan Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Anamudi_Shola_National_Park&quot; title=&quot;Anamudi Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Anamudi Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Pambadum_Shola_National_Park&quot; class=&quot;mw-redirect&quot; title=&quot;Pambadum Shola National Park&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Pambadum Shola National Park&lt;\\/a&gt;,&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Chinnar_Wildlife_Sanctuary&quot; title=&quot;Chinnar Wildlife Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Chinnar Wildlife Sanctuary&lt;\\/a&gt;&amp;nbspand the&amp;nbsp&lt;a href=&quot;https:\\/\\/en.wikipedia.org\\/wiki\\/Kurinjimala_Sanctuary&quot; title=&quot;Kurinjimala Sanctuary&quot; style=&quot;color: rgb(51, 102, 204) background-image: none background-position: initial overflow-wrap: break-word&quot;&gt;Kurinjimala Sanctuary&lt;\\/a&gt;.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959884.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54502,\"Title\":\"Kundala Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Kundala Dam, also known as Setuparvatipuram Dam, is a masonry gravity dam built on Muthirapuzha River in Mattupetty panchayat of Idukki district in Kerala, India. It is part of the Pallivasal Hydroelectric Project, the first hydroelectric project in Kerala. The dam is considered to be Asia&#039;s first arch dam&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692959966.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;Mattupetty Dam, near Munnar in Idukki District, is a storage concrete gravity dam built in the mountains of Kerala, India to conserve water for hydroelectricity. Construction of the dam was led by E.U. Philipose, Superintending Engineer, Kerala State Electricity Board&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692947891.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":36085,\"Title\":\"Tea Museum Munnar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The KDHP Tea Museum is an industry and history museum situated in Munnar, a town in the Idukki district of Kerala in South India. Tata Tea Museum is its official name, but it&#039;s also known as Nalluthanni Estate where it is located, or Kannan Devan Hills Plantation Tea Museum&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/18697\\/sightseeing\\/4539_1692948125.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24331,\"Title\":\"boat ride in Periyar Lake\",\"Description\":\"&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 py-2 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-top: 8px !important padding-bottom: 8px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;text-capitalize&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: black&quot;&gt;Boating At Periyar Lake&lt;\\/span&gt;&lt;\\/div&gt;&lt;div data-v-05421160=&quot;&quot; class=&quot;flex xs12 pb-1 align-self-center text-left&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding-top: 0px padding-right: 0px padding-left: 0px margin: 0px flex: 0 1 100% max-width: 100% padding-bottom: 4px !important align-self: center !important&quot;&gt;&lt;span data-v-05421160=&quot;&quot; class=&quot;progText text-none&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px font-family: futuraBook font-size: 18px color: rgb(155, 144, 144)&quot;&gt;&lt;div data-v-05421160=&quot;&quot; style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px&quot;&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;span style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px color: rgb(33, 37, 41)&quot;&gt;Periyar Tiger Reserve offers 1.5 hrs boating trips at the lake near the sanctuary. A herd of elephants or a group of sambar deer are common sights near the lake. You may be able to spot herds of Gaur and wild boars in the grasslands adjacent to the shores. A variety of avian fauna such as darters, egrets and kingfishers can be seen resting on dead tree trunks that stick out over the lake. During your boat ride, there is also a high probability of observing the antics of the Smooth Indian Otter.&amp;nbsp&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin-bottom: 16px&quot;&gt;&lt;br style=&quot;background-repeat: no-repeat box-sizing: inherit padding: 0px margin: 0px text-align: left&quot;&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/span&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948845.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;As you take a walk along the streets of Kumily or the winding pathways among the plantations, the thing that strikes you first is the lingering aroma in the air. The scent may be of cloves, nutmeg, pepper, cinnamon or cardamom and sometimes a fragrance that combines the scents of two or more spices. The geographical and climatic peculiarities of Kumily such as the cool climate and its elevation from the sea level make it ideal for spice cultivation.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 20.8px color: rgb(34, 35, 36) font-family: Lato font-size: 16px&quot;&gt;One of the major spices produced in the area is cardamom. The variety, Cardamom Small, botanically known as Elettaria Cardamom, is the one that is mostly grown here. The thick shrub-like cardamom plant usually grows at an altitude of 600 to 1200 metres from mean sea level (msl). Kerala contributes about 70 percent of the national production of cardamom with the major chunk coming from the plantations of Kumily.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/27156\\/sightseeing\\/4539_1692948489.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":75,\"Title\":\"Art Gallery\",\"Description\":\"Art Gallery is situated on the famous Hawah Beach in Kovalam, in the southern state of Kerala. This Gallery is must visit for art lovers and artists alike. The place houses some beautiful sculptures and paintings, mostly representing the ancient traditions.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.4003984,\"Long\":76.9787076,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/907\\/thumb\\/Art Gallery_634.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54657,\"Title\":\"Padmanabha swami Temple\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Shree Padmanabhaswamy Temple is a Hindu temple, dedicated to Maha Vishnu, in Thiruvananthapuram, the capital of the state of Kerala, India. It is widely considered as the world&#039;s richest Hindu temple. The name of the city of &#039;Thiruvananthapuram&#039; in Malayalam and Tamil translates to &quot;The City of Ananta&quot;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693230690.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":54659,\"Title\":\"Zoo\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Thiruvananthapuram Zoo is located in the city of Thiruvananthapuram, the capital of Kerala, India. It occupies 55 acres of woodland, lakes, and lawns&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/14455\\/sightseeing\\/4539_1693231056.jpg\",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":1159,\"Title\":\"Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram (Trivandrum), the capital city of Kerala, India.\\r\\nThe museum was established in 1855. In 1874, the old Museum Building was demolished and foundation for the new building was laid. The new building was named after Lord Napier, the Governor of Madras from 1866-1872.\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":8.5079545,\"Long\":76.9521958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/908\\/thumb\\/Museum_210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6044,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"441227\",\"Title\":\"Cochin Arrival Munnar \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Your friendly representative welcomes you at Cochin Airport or Railway Station and then you embark on your journey to Munnar, a nature lover&amp;#39;s paradise nestled at an altitude of 1800 meters above sea level. On your way to Munnar, stop by Cheeyappara Waterfalls. These cascading waterfalls are a sight to behold, surrounded by lush greenery and rocky terrain. Another natural gem on your route, Valara Waterfalls offers a beautiful view as water rushes down the rock formations. It&amp;#39;s a great place for some quick photos and a refreshing stop. As you continue your journey, you&amp;#39;ll start to notice the plush tea gardens covering the slopes of the hills. The vast tea plantations are a defining feature of Munnar&amp;#39;s landscape. Head to one of the tea estates in Munnar. Experience the serenity and beauty of the tea gardens as you take a leisurely stroll through the rows of tea bushes. Learn about the tea-making process and the significance of tea cultivation in the region. The hilly terrain often creates a mesmerizing spectacle as clouds descend into the mountains. Find a vantage point to soak in this breathtaking view and capture some memorable photographs. After a day of exploring and sightseeing, check into your chosen hotel or resort in Munnar. Freshen up and relax before the evening.&amp;nbsp;&lt;br \\/&gt;\\r\\nOvernight in Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572316,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572317,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24328,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":54491,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24329,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"441229\",\"Title\":\"Munnar Sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After breakfast, proceed for Munnar sightseeing, Head to Eravikulam National Park early in the morning. It&amp;#39;s recommended to reach there as soon as the park opens to avoid crowds. This park is home to the endangered Nilgiri Tahr and offers stunning views of rolling hills covered in lush greenery. After spending some time at the national park, proceed to Mattupetty Dam. This picturesque dam is surrounded by tea plantations and forests. You can take a leisurely stroll around the dam, enjoy the scenic beauty, and even opt for a short boat ride. From Mattupetty Dam, make your way to Kundala Dam. This dam is known for its serene surroundings and the opportunity to take a pedal boat ride on the lake. It&amp;#39;s a great place to unwind and enjoy the tranquility of nature. After Kundala Dam, head to Eco Point. This spot offers stunning panoramic views of the surrounding hills and the lush green landscape. It&amp;#39;s called &amp;quot;Eco Point&amp;quot; because the natural echoes here are quite unique &amp;ndash; you can shout and hear your voice reverberate through the hills. After lunch, visit the Tea Museum. Munnar is renowned for its tea estates, and this museum provides insight into the history of tea production in the region. You can learn about the tea-making process and its significance to the local economy. In the evening you can spend some leisure time exploring the local markets, shopping for souvenirs, or simply relaxing at your Hotel.&lt;br \\/&gt;\\r\\nOvernight in Munnar.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572316,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572317,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":54456,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":54501,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":54502,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24385,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":36085,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"441231\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"441233\",\"Title\":\"Munnar &ndash; Thekkady \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;Enjoy your breakfast at the hotel or resort in Munnar and check out. Begin your journey to Thekkady. The distance between Munnar and Thekkady is approximately 3 Hours. Upon arrival in Thekkady, check into your chosen hotel or resort. Thekkady is known for its rich spice plantations. Embark on a guided tour of a spice plantation that covers various spices like tea, coffee, pepper, and cardamom. Learn about their cultivation and processing. After lunch, head to Periyar Lake, which flows through the Periyar Tiger Reserve. Experience an amazing boat ride on the lake, offering a chance to spot wildlife such as elephants, bison, sambars, deer, and various bird species. The backdrop of the lush forest and serene waters is truly enchanting.After the boat ride, you can spend some time exploring the surroundings or relaxing at your hotel. In the evening, visit the local spice market. Here, you can purchase fresh spices directly from the source. It&amp;#39;s a great opportunity to take home authentic Kerala spices. Enjoy dinner at your hotel or resort in Thekkady at your own personal expense.&lt;br \\/&gt;\\r\\nOvernight in Thekkady.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572318,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572319,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24331,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"441235\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"441237\",\"Title\":\"Thekkady&ndash; Alappuzha \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After enjoying a hearty breakfast at your hotel in Munnar, check out and get ready for your journey to Alleppey. Embark on a picturesque drive to Alleppey, also known as the &amp;quot;Venice of the East.&amp;quot; This drive will give you a glimpse of Kerala&amp;#39;s stunning landscapes as you make your way towards the backwaters.&amp;nbsp;As you arrive in Alleppey, you&amp;#39;ll immediately notice the serene and tranquil ambiance of the backwater region. The town is renowned for its intricate network of canals, lakes, and lagoons.&amp;nbsp;Upon arrival, check in to your chosen hotel or houseboat. If you&amp;#39;re staying on a houseboat, this is a unique and quintessential experience that allows you to live right on the water.&amp;nbsp;Consider taking a Shikara boat cruise through the backwaters. This tranquil ride allows you to immerse yourself in the natural beauty of Alleppey and witness the local life along the waterways. (Note: Additional cost applies).&amp;nbsp;Spend your afternoon leisurely exploring the backwaters. If you&amp;#39;re on a houseboat, you can simply relax and enjoy the changing scenery as you glide along the water. If you&amp;#39;re at a hotel, you can take a walk along the backwaters&amp;#39; edge or enjoy the view from your accommodation.&amp;nbsp;As the sun sets over the backwaters, the ambiance becomes even more magical. Spend the evening relaxing and unwinding, soaking in the peaceful surroundings.&amp;nbsp;Enjoy a comfortable overnight stay at Alleppey.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572327,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572326,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"441239\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"441241\",\"Title\":\" Alappuzha - Kovalam \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;Enjoy a delicious breakfast at your accommodation in Alleppey before checking out.&amp;nbsp;Begin your journey to Kovalam, a beautiful beach town that&amp;#39;s a popular destination for both domestic and international tourists. The drive will take you through picturesque landscapes as you head towards the coast.&amp;nbsp;Upon reaching Kovalam, check in to your hotel and take a moment to relax and freshen up.&amp;nbsp;Kovalam is famous for its three stunning beaches &amp;ndash; Lighthouse Beach, Hawa Beach (also known as Eve&amp;#39;s Beach), and Samudra Beach. Spend your late morning exploring these beautiful stretches of coastline.&amp;nbsp;Kovalam&amp;#39;s beaches offer a range of water activities for enthusiasts. You can choose to indulge in kayaking, swimming, surfing, or even water skiing at your own personal expense. The calm and clear waters of the Arabian Sea make it an ideal spot for enjoying these activities.&amp;nbsp;Spend your evening unwinding by the shoreline, perhaps with a book or simply soaking in the serene atmosphere.&amp;nbsp;After a day of beach exploration and relaxation, return to your hotel to spend a comfortable night in Kovalam.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572625,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"441243\",\"Title\":\"Kovalam - Trivandrum Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;and Check-out: Begin your day with a delicious breakfast at your hotel in Kovalam. Afterward, check out and get ready for a day of sightseeing in Trivandrum (Thiruvananthapuram).&amp;nbsp;Embark on a scenic drive to Trivandrum, the capital city of Kerala. The drive will take you through the urban landscape and give you a glimpse of the city&amp;#39;s culture.&amp;nbsp;&amp;nbsp;Start your sightseeing by visiting the Padmanabha Swami Temple, an iconic Hindu temple dedicated to Lord Vishnu. Admire the intricate Dravidian architecture, towering gopuram (entrance tower), and the spiritual ambiance of the temple.&amp;nbsp;Explore the Kerala Museum, also known as the Napier Museum. This museum houses a rich collection of artifacts, sculptures, paintings, and historical artifacts that offer insights into the cultural heritage of Kerala.&amp;nbsp;Visit the Thiruvananthapuram Zoo, also known as the Trivandrum Zoo. This zoo is home to a diverse range of animals and birds, making it an enjoyable spot for both adults and children, at your own personal cost.&amp;nbsp;Explore the Kerala Art Gallery located within the museum complex. The gallery showcases an impressive collection of historical artifacts, sculptures, and art pieces that provide a glimpse into Kerala&amp;#39;s artistic heritage.&amp;nbsp;After a day of exploration, head back to Kovalam in the evening.&lt;br \\/&gt;\\r\\nSpend the night at your hotel in Kovalam&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":572628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":572625,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":75,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":54657,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":54659,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1159,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"441245\",\"Title\":\"Trivandrum Departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast enjoy some last-minute shopping followed by a drop to Trivandrum airport\\/railway station for your flight\\/train.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back home with wonderful memories of your Colorful Kerala Tour..!!&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"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\":\"59892\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"23128.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-28\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"19824.00\",\"priceDoubleOcc\":\"23128.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"23128.00\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23128,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":23128,\"COSTDO\":23128,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19824,\"COSTTO\":19824}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"59893\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"29120.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-28\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"21280.00\",\"priceDoubleOcc\":\"29120.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"29120.00\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":12,\"ExcludedPercent\":\"0\",\"PricePerPerson\":29120,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":29120,\"COSTDO\":29120,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":21280,\"COSTTO\":21280}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"59892\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"22095.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-28\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"18939.00\",\"priceDoubleOcc\":\"22095.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"22095.50\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":22095.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":22095.5,\"COSTDO\":22095.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18939,\"COSTTO\":18939}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"59893\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"27820.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-08-28\",\"To\":\"2023-12-20\",\"Currency\":1,\"priceTripleOcc\":\"20330.00\",\"priceDoubleOcc\":\"27820.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"27820.00\",\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":7,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27820,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":null,\"CEB\":27820,\"COSTDO\":27820,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":20330,\"COSTTO\":20330}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Entry Fees to Monuments and Palaces.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not Mentioned In the Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tickets, tips, guided, and Entrance Fees\\/ Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Porterage At Hotels And Airports, Tips, Insurance, Laundry, Liquors, Wine, Etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Increase In Taxes Or Fuel Leading To An Increase In Surface Transport.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ayurveda Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any domestic airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket charges and Activity charges are not Included in the Package&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All items of a personal nature.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (COVID-19 test) unless 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;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;li&gt;NOTE:RATES NOT VALID FOR DURGA POOJA, DIWALI, AND XMAS&amp;nbsp; NEW YEAR PERIOD&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Breakfast will be served in all the Hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2-night accommodation in Munnar at the given hotel\\/ resort or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1-night accommodation in Thekkady at the given hotel\\/ resort or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1-night accommodation in Alleppey at the given hotel\\/ resort or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2-night accommodation in Kovalam at the given hotel\\/ resort or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation with base category rooms in all the hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A\\/C Cab for all transfers and sightseeing exactly as per the itinerary. (Sedan Car)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toll, Parking, driver&amp;rsquo;s Bata, road tax &amp;amp; fuel charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pick up From the Airport\\/ Railway Station.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drop at Airport\\/Railway Station&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"441227\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[441227],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441229\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[441229],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441231\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[441231],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441233\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[441233],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441235\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[441235],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441237\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[441237],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441239\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[441239],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441241\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[441241],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441243\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[441243],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"441245\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[441245],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Munnar,Thekkady,Alleppey,Kovalam','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Kovalam',NULL,'18697,27156,670,14455',22096,29120,6,NULL,NULL,NULL,2,'',0,'2023-09-18 00:00:00','2023-12-20 00:00:00','2023-12-20 00:00:00',3,'India','101','2023-09-18 00:00:00','2023-09-18 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kerala-bliss',NULL,NULL,NULL,0),(319,56760,1,35,1,0,0,'Honeymoon,Adventure,Wildlife,Beach,Family,Cruise,Hill Station,Romantic,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":56760,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/package\\/images\\/the-best-of-thailmalaysia-singapore_1688644022\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Thailand is a popular tourist destination known for its vibrant cities, stunning beaches, and rich cultural heritage. Pattaya, located on the eastern Gulf coast, offers a mix of beautiful beaches, water sports, and a lively nightlife scene. Bangkok, the capital of Thailand, is a bustling metropolis that combines modern skyscrapers with traditional temples and markets. Some must-visit attractions include the Grand Palace, Wat Arun (Temple of Dawn), Wat Phra Kaew (Temple of the Emerald Buddha), and the floating markets. Bangkok is also renowned for its shopping malls, street markets, and delicious street food.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nMalaysia is a diverse country with a mix of Malay, Chinese, Indian, and indigenous cultures. Kuala Lumpur, the capital city, is famous for its iconic Petronas Twin Towers, vibrant street markets like Petaling Street, and the historic Sultan Abdul Samad Building. You can also explore Batu Caves, a limestone hill with a series of caves and Hindu temples, or visit the bustling district of Bukit Bintang for shopping and entertainment.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nSingapore is a modern city-state known for its clean streets, futuristic architecture, and multicultural society. Some of the top attractions include Marina Bay Sands, Gardens by the Bay, Sentosa Island, and Universal Studios Singapore. Don&amp;#39;t miss the iconic Merlion statue and explore the vibrant neighborhoods like Chinatown, Little India, and Kampong Glam for a taste of Singapore&amp;#39;s diverse cultures and delicious cuisine. Singapore is also a shopper&amp;#39;s paradise, with a variety of shopping malls and street markets offering everything from high-end fashion to electronics and local souvenirs.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":35,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Singapore\",\"DestinationPlacesSysId\":25278,\"SourcePlaces\":\"Bangkok\",\"SourcePlaceSysId\":2266,\"AgencyName\":\"Atlas Tours And Travels Pvt Ltd\",\"Name\":\"The Best of Thailand, Malaysia, and Singapore \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4432\",\"SupplierName\":\"Nam ho DMC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Cruise,Hill Station,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2023-09-18\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20925,\"Title\":\"Pattaya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":563133,\"Name\":\"Golden Beach Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"519, 27 Pattaya Sai Song Rd, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"&lt;p&gt;Set in a bustling commercial area, this unpretentious hotel is a 10-minute walk from Pattaya Beach and 3 km from the Teddy Bear Museum.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring wood furnishings and floors, the modest rooms offer balconies, minifridges and satellite TV, as well as sitting areas and en suite bathrooms.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBreakfast is available. Other amenities include an outdoor pool and a restaurant.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563133\\/4539_22635c6298834c2bdf106d536d6ff9601688554196.jpg\",\"AccoAminitiesMask\":\"111100000000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563154,\"Name\":\"Nova Platinum Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"562, 10 Muang Pattaya, Bang Lamung District, Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"&lt;p&gt;A 9-minute walk from Walking Street&amp;#39;s nightclubs and a 10-minute walk from a beach, this modern, casual hotel is 9 km from Pattaya Floating Market.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pared-back rooms with warm furnishings feature free Wi-Fi, flat-screen TVs and DVD players, plus minibars, rainfall showers, and tea and coffeemaking equipment. Upgraded rooms add balconies or terraces.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA breakfast buffet and parking are complimentary. There&amp;#39;s a casual restaurant. An outdoor pool surrounded by tropical gardens offers an adjacent bar, 2 hot tubs and a separate lap pool. Other perks include a spa area and a fitness room.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563154\\/4539_e144df847b3bb4c067d84d1aecc8ad811688555252.jpg\",\"AccoAminitiesMask\":\"111111001000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563165,\"Name\":\"Pullman Pattaya Hotel G\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"445, Amart Beach, Na Kluea 18, Pattaya City, Bang Lamung District, Chang Wat Chon Buri 20150, Thailand\"},\"Images\":[],\"CityId\":20925,\"Brief\":\"&lt;p&gt;In tropical gardens overlooking a private beach along the Gulf of Thailand, this upscale resort hotel is 3 km from the hand-carved Sanctuary of Truth and 5 km from scale models at Mini Siam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bright rooms feature balconies with gulf views, flat-screens and Wi-Fi access. Upgraded rooms offer club lounge and direct pool access, while family rooms include kids&amp;#39; rooms with bunk beds. Room service is offered. Kids age 11 and under (2 per room) stay at no extra cost with an adult.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nParking is available. Breakfast is served in an international restaurant. There are 3 bars, including 1 beachfront and 1 alongside an outdoor pool, plus a gym and a spa.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563165\\/4539_a52347b6628174264fdec73ca312b1991688556065.jpg\",\"AccoAminitiesMask\":\"111100101000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3074,\"Title\":\"Chaophraya Dinner Cruise (International Menu)\",\"Description\":\"This luxurious Bangkok dinner cruise tour ship has catered to guests from around the world, and offers the same Thai cuisine, entertaining entertainment and stunning river views. Capable of welcoming up to 290 persons, the Chao Phraya Cruise offers one of the most memorable dinner cruise experiences down the as you take in the riverside scenery. Historic temples and landmarks slowly unfold on your left and right as dinner is served in buffet style, and a live band and professional singers entertain you with a varied performance.\\r\\n\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517571519.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49785,\"Title\":\"Half-Day Kuala Lumpur City Tour with KL Tower\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688558893.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49786,\"Title\":\"Genting Highlands &amp; Batu Caves Shared Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688559174.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49787,\"Title\":\"Singapore City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1688559418.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null}]}},{\"CityId\":2266,\"Title\":\"Bangkok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":563135,\"Name\":\"The Ecotel Bangkok\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"1091 333-4 35 New Petchaburi Rd, Makkasan, Ratchathewi, Bangkok 10400, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"&lt;p&gt;Set 1 km from bustling Pratunam Market, this elegant hotel is 3 km from MBK Center shopping mall and an 8-minute walk from Ratchaprarop Airport Rail Link Station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The straightforward rooms offer free Wi-Fi, flat-screen TVs and minifridges, plus safes. Upgraded rooms add sitting areas. Suites include separate living rooms.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nParking is complimentary. There&amp;#39;s also a restaurant with a terrace. Breakfast is available for a fee.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563135\\/4539_91638f0e7afaf81632fade770bd2e93b1688554374.jpg\",\"AccoAminitiesMask\":\"111000000000100000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563159,\"Name\":\"Indra Regent Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"120 126 Ratchaprarop Rd, Thanon Phaya Thai, Ratchathewi, Bangkok 10400, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"&lt;p&gt;Set in a modern tower in a lively commercial zone, this elegant hotel is a 4-minute walk from Pratunam Market and 3-minute walk from Ratchaprarop skytrain station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring teak furniture, the refined rooms offer Wi-Fi, satellite TV, desks and minibars: some have seating areas. Suites add extras such as living rooms, 4-poster beds and dining tables. Room service is available.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA breakfast buffet is served on a garden terrace. There are 3 swanky restaurants and 2 bars. as well as an outdoor pool, a spa, a gym and a game room.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563159\\/4539_bb0d69134e672d7a766ac6a5d43064841688555403.jpg\",\"AccoAminitiesMask\":\"110001000000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563166,\"Name\":\"Amari Watergate Bangkok\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"847 Phetchaburi Rd, Khwaeng Thanon Phaya Thai, Ratchathewi, Bangkok 10400, Thailand\"},\"Images\":[],\"CityId\":2266,\"Brief\":\"&lt;p&gt;In Bangkok&amp;#39;s vibrant Pratunam area, this upscale, contemporary hotel is 9 minutes&amp;#39; walk from the CentralWorld shopping mall, and 6 km from Wat Phra Kaew temple.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring city, garden or pool views, the warm rooms come with free Wi-Fi, flat-screen TVs and DVD players, as well as tea and coffeemakers, minifridges, and safes. Suites add whirlpool tubs. Club rooms have access to a private lounge offering free breakfast and cocktails.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThere&amp;#39;s a vibrant restaurant serving international dishes, plus a spa, and an outdoor pool with a poolside bar. Other amenities include a gym and 2 squash courts. Breakfast is available (fee).&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563166\\/4539_1267d7faf1e5874f2280e9c6c08c33421688556264.jpg\",\"AccoAminitiesMask\":\"111100101000100011001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3074,\"Title\":\"Chaophraya Dinner Cruise (International Menu)\",\"Description\":\"This luxurious Bangkok dinner cruise tour ship has catered to guests from around the world, and offers the same Thai cuisine, entertaining entertainment and stunning river views. Capable of welcoming up to 290 persons, the Chao Phraya Cruise offers one of the most memorable dinner cruise experiences down the as you take in the riverside scenery. Historic temples and landmarks slowly unfold on your left and right as dinner is served in buffet style, and a live band and professional singers entertain you with a varied performance.\\r\\n\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517571519.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49785,\"Title\":\"Half-Day Kuala Lumpur City Tour with KL Tower\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688558893.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49786,\"Title\":\"Genting Highlands &amp; Batu Caves Shared Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688559174.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49787,\"Title\":\"Singapore City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1688559418.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null}]}},{\"CityId\":30568,\"Title\":\"Kuala Lumpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":563175,\"Name\":\"Metro Hotel Bukit Bintang\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"208, Jln Pudu, Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"&lt;p&gt;This casual hotel in a modern tower is 8 minutes&amp;#39; walk from Berjaya Times Square mall and 2 km from Aquaria KLCC.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nWarmly decorated, relaxed rooms have Wi-Fi access, flat-screens, and tea and coffeemaking facilities. Family rooms sleep up to 4 guests. There&amp;#39;s room service, and kids age 8 and under stay free in parents&amp;#39; room.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nBreakfast is served for a surcharge in a relaxed breakfast room. Meeting space and parking are available.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563175\\/4539_87ccbe9f207345ab3a68c39d3de690fb1688558326.jpg\",\"AccoAminitiesMask\":\"110000000000010001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563378,\"Name\":\"Furama Bukit Bintang\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"136, Jalan Changkat Thambi Dollah, Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"&lt;p&gt;This upscale, high-rise hotel near the bustling Golden Triangle district is 3 km from the Petronas Towers skyscrapers, and a 7-minute walk from the shops and amusement park at Berjaya Times Square.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThe warm rooms offer free Wi-Fi, flat-screens, and tea and coffeemakers. Upgrades add skyline views, and access to a lounge with complimentary breakfast and cocktails. Suites have separate living rooms. Room service is offered 24\\/7.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThere&amp;#39;s an airy buffet restaurant and a modern cocktail lounge, plus a gym, and an outdoor pool with a bar.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563378\\/4539_a96cd25c0f517005b975152321fc05411688651625.jpg\",\"AccoAminitiesMask\":\"111100000000100001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563180,\"Name\":\"Grand Millennium Hotel Kuala Lumpur\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"160, Jln Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia\"},\"Images\":[],\"CityId\":30568,\"Brief\":\"&lt;p&gt;This upscale hotel is a 4-minute stroll from Bukit Bintang monorail station and a 9-minute walk from the Pavilion Kuala Lumpur shopping mall.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Offering floor-to-ceiling windows with city views, the refined rooms feature free Wi-Fi, flat-screens and artwork. Club-level rooms add access to a lounge serving food and drinks; some have sofas. Suites contain separate living rooms, while upgraded suites offer kitchens. Room service is available.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nThere are 4 restaurants serving international, Chinese, Japanese or light fare; 1 has a bar. Other amenities include a gym and an outdoor pool, plus a spa, a beauty salon and a business centre.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563180\\/4539_94ed8e4dafccf5c9c59af264a06ad5bd1688558562.jpg\",\"AccoAminitiesMask\":\"111000100000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3074,\"Title\":\"Chaophraya Dinner Cruise (International Menu)\",\"Description\":\"This luxurious Bangkok dinner cruise tour ship has catered to guests from around the world, and offers the same Thai cuisine, entertaining entertainment and stunning river views. Capable of welcoming up to 290 persons, the Chao Phraya Cruise offers one of the most memorable dinner cruise experiences down the as you take in the riverside scenery. Historic temples and landmarks slowly unfold on your left and right as dinner is served in buffet style, and a live band and professional singers entertain you with a varied performance.\\r\\n\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517571519.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49785,\"Title\":\"Half-Day Kuala Lumpur City Tour with KL Tower\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688558893.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49786,\"Title\":\"Genting Highlands &amp; Batu Caves Shared Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688559174.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49787,\"Title\":\"Singapore City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1688559418.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null}]}},{\"CityId\":25278,\"Title\":\"Singapore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":563147,\"Name\":\"V Hotel Lavender\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\" 70 Jellicoe Rd, Singapore 208767\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"&lt;p&gt;A 4-minute walk from a subway station, this upscale hotel is also 3 km from the Singapore Flyer, an observation wheel with sweeping city views, and 3 km from Marina Bay.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Featuring free Wi-Fi, the straightforward rooms also come with flat-screen TVs and minifridges. Upgraded rooms add sitting areas.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA complimentary breakfast buffet is served in a casual dining room. There&amp;#39;s a laid-back cafe offering open-air dining, along with a gym and an outdoor pool. The building also houses a food court and a number of shops, including a 24-hour convenience store.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563147\\/4539_29451b41c0067232d01bf83427e262f01688555090.jpg\",\"AccoAminitiesMask\":\"111101001000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563163,\"Name\":\"Village Hotel Albert Court\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"180 Albert St, Singapore 189971\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"&lt;p&gt;This modern hotel, set around a cobblestone road is 4 minutes&amp;#39; walk from the Rochor metro station, 3 km from the lively Chinatown district and 6 km from Gardens by the Bay waterfront park.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Offering free Wi-Fi and relaxed decor, the chic rooms also have flat-screen TVs. Upgraded rooms and suites add work desks, as well as access to a club lounge. Room service is available.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nA cosy cafe features Straits Chinese decor. There are multiple restaurants, as well as a lobby bar. Other amenities include 2 hot tubs, a gym and a business centre. Breakfast is extra.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563163\\/4539_8781a3c4da87a60693509dece97b238b1688555926.jpg\",\"AccoAminitiesMask\":\"111001000000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":563170,\"Name\":\"Pan Pacific Singapore\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"7 Raffles Blvd, Singapore 039595\"},\"Images\":[],\"CityId\":25278,\"Brief\":\"&lt;p&gt;Overlooking Marina Bay, this high-end business hotel is a 5-minute walk from Promenade MRT Station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The polished rooms feature glass-enclosed bathrooms and free Wi-Fi, as well as flat-screens, minibars, and tea and coffeemaking facilities. Upgraded rooms add balconies; some offer city views, while others have harbour views and in-room bars. Suites offer living areas and DVD players. Room service is available 24\\/7.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nParking is free. Dining options include Japanese, Chinese and Indian restaurants, plus a buffet-style eatery, a tapas bar and a cafe. There&amp;#39;s also a luxe spa and a gym, as well as a playground, an outdoor pool and meeting space.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/hotel\\/hoteId_563170\\/4539_18bf330faa1085670ab685b63feb42491688556611.jpg\",\"AccoAminitiesMask\":\"111100100000100001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"},{\"AminityId\":20,\"Title\":\"Good Fitness Center\"}],\"IsfromAPI\":false,\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2819,\"Title\":\"Alcazar Show\",\"Description\":\"Alcazar Cabaret Show Pattaya is widely regarded as one of the best ladyboy cabaret shows in Pattaya, which is saying a lot given the amount of high-quality competition for such a title. A 400-member team presents a 70-minute extravaganza of glitzy and glamorous entertainment in the well-established theatre by Pattaya Second Road.\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/217_1517571685.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2020,\"Title\":\"Coral Island\",\"Description\":\"The beautiful beaches of Koh Larn-an idyllic island located  just west of Pattaya &amp;ndash; make a perfect day trip to visit Coral Island by speed boat &amp;ndash; Coral formations and the beautiful underwater life , Take this opportunity to enjoy the various water Sports activities like Parachute , Water Scooter, Banana boat , Under sea walk etc., (Optional cost on your own) Spend the day on the beach  Swimming Snorkeling and Sunbathing\",\"CurrencyType\":0,\"CityId\":20925,\"CityName\":\"Pattaya\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20925\\/sightseeing\\/Coral_Island_20925_1540708439.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2821,\"Title\":\"Bangkok city tour\",\"Description\":\"Breakfast at the hotel. Check out of the hotel and transfer to Bangkok. Enroute enjoy the city and temple tour. Visit the famous &#039;wat traimit&#039; or the golden Buddha made of solid gold weighing five and a half tons, the marble temple or &#039;wat benchamabopit&#039; and &#039;wat po&#039; or the temple of the reclining Buddha, an enormous Buddha covered in gold leaf. Arrive and check in to the hotel. Rest of the day is free for exploring the fabulous shopping centres like sogo department store, MBK centre and Big C on your own. Overnight at the hotel.\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517575707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3074,\"Title\":\"Chaophraya Dinner Cruise (International Menu)\",\"Description\":\"This luxurious Bangkok dinner cruise tour ship has catered to guests from around the world, and offers the same Thai cuisine, entertaining entertainment and stunning river views. Capable of welcoming up to 290 persons, the Chao Phraya Cruise offers one of the most memorable dinner cruise experiences down the as you take in the riverside scenery. Historic temples and landmarks slowly unfold on your left and right as dinner is served in buffet style, and a live band and professional singers entertain you with a varied performance.\\r\\n\",\"CurrencyType\":0,\"CityId\":2266,\"CityName\":\"Bangkok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2266\\/sightseeing\\/217_1517571519.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49785,\"Title\":\"Half-Day Kuala Lumpur City Tour with KL Tower\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688558893.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49786,\"Title\":\"Genting Highlands &amp; Batu Caves Shared Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30568,\"CityName\":\"Kuala Lumpur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/30568\\/sightseeing\\/4539_1688559174.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2022,\"Title\":\"Night Safari\",\"Description\":\"The Night Safari is the world&amp;#039;s first nocturnal zoo and is one of the most popular tourist attractions in Singapore.Hop on to a tram and embark on a journey through the world&amp;rsquo;s first wildlife night park that takes you from the Himalayan foothills to wild equatorial Africa.  One can see over 1,000 animals in eight geographical areas.  The Night Safari currently houses over 2,500 animals representing over 130 species, of which 38 are threatened species.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Night_Safari_25278_1515656114.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":49787,\"Title\":\"Singapore City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/4539\\/city\\/25278\\/sightseeing\\/4539_1688559418.jpg\",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":3676,\"Title\":\"SENTOSA\",\"Description\":\"Sentosa is an island resort off Singapore&amp;rsquo;s southern coast, connected to the city by road, cable car, pedestrian boardwalk and monorail. By Sentosa Station, Tiger Sky Tower has panoramic views that can stretch as far as Indonesia. On the south coast, Palawan Beach is lined with food stalls and bars, and has a suspension bridge to a small offshore island. Palm-lined, crescent-shaped Tanjong Beach is more tranquil.\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.2494041,\"Long\":103.8303209,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/SENTOSA_25278_1530615178.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null},{\"RefSSId\":2163,\"Title\":\"Gardens by the Bay\",\"Description\":\"Gardens by the Bay is a nature park spreading over 101 hectares (250 sections of land) of recovered land in focal Singapore, contiguous the Marina Reservoir. The recreation center comprises of three waterfront gardens: Bay East Garden, Bay South Garden and Bay Central Garden. The biggest of the greenery enclosures is Bay South Garden at 54 hectares (130 sections of land). Gardens by the Bay is a piece of a methodology by the Singapore government to change Singapore from a &amp;quot;Greenhouse City&amp;quot; to a &amp;quot;City in a Garden&amp;quot;. The expressed point is to raise the personal satisfaction by upgrading greenery and verdure in the city. Cove Central Garden will be a connection between Bay South and Bay East Gardens. It remains at 15 hectares (37 sections of land) with a 3-kilometer (1.9 mi) waterfront promenade that takes into account beautiful strolls extending from the downtown area toward the east of Singapore. More improvements of Bay Central Garden are coming in the next couple of years..\",\"CurrencyType\":0,\"CityId\":25278,\"CityName\":\"Singapore\",\"Lat\":1.281568,\"Long\":103.863613,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25278\\/sightseeing\\/Gardens_by_the_Bay_25278_1573892779.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4432,\"SupplierName\":\"Nam ho DMC\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"415353\",\"Title\":\"ARRIVAL IN BANGKOK - TRANSFER TO PATTAYA\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;p&gt;Upon your arrival at Bangkok airport, our&amp;nbsp;representative will transfer you to Pattaya which is approximately 2Hours drive from Bangkok. On your way to Pattaya, witness the beautiful countryside covered in lush greenery. Reach Pattaya and proceed with the check-in formalities. After settling in, head out in the evening to watch the famous Alcazar Cabaret Show. The show features stunning performances by talented transgender artists, showcasing a variety of music, dance, and costumes. Enjoy the captivating performances and immerse yourself in the vibrant atmosphere of the show. After the show, you can explore the nearby area, take a stroll along the beach, or simply relax and soak in the ambiance of Pattaya. Return to your hotel and spend the night in Pattaya.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563133,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563154,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2819,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415356\",\"Title\":\"PATTAYA: CORAL ISLAND TOUR\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":2,\"Program\":\"&lt;p&gt;Enjoy a wholesome breakfast and get ready for a fascinating Coral Island Tour in a shared speedboat. The representative will pick you up from the hotel in a shared transfer and take you to the port where you&amp;#39;ll board the speedboat.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hop on a speed boat which will take around 45 minutes to reach Coral Island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;One can indulge in many activities as the Island offers a variety of fun water activities to do and find something you&amp;#39;ve always wanted to try. Visit the most famous beach Tawaen Beach, where there is a small harbour lined with small tourist shops. Choose from snorkelling, sea walker diving, parasailing, jet-skiing, and many more such activities (additional&amp;nbsp;cost). Stroll around the white sandy beaches and watch the waves rushing over the boulders. After an adventurous day, head back to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563133,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563154,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563165,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2020,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415359\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20925,\"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\":\"415362\",\"Title\":\"PATTAYA - TRANSFER TO BANGKOK -  BANGKOK CITY TOUR.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After breakfast today, our representative will transfer you to Bangkok. Once you arrive in Bangkok, check into your hotel and freshen up.&lt;br \\/&gt;\\r\\nYour tour starts with visit to Wat Traimit, the temple famous for holding the largest Golden Buddha in the world, standing at five meters in height and over five and half tonnes. Then you&amp;#39;ll pass through the Chinatown area to glimpse the cultural diversity of this city followed by visit to Wat Pho, an ancient Buddhist temple complex, which holds more Buddha statues than any other temple in the country. Your last stop is at the Marble Temple, or Wat Benchamabopit, the most beautiful of Bangkok&amp;#39;s temples, and made of imported Italian marble. You will experience Bangkok&amp;#39;s cultural richness and diversity.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After city tour, check in at hotel in Bangkok. Evening is free to enjoy shopping in the shopper&amp;#39;s paradise, Bangkok with many malls and street side shops around your hotel.&amp;nbsp;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Bangkok.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563135,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563159,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563166,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2821,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415365\",\"Title\":\"BANGKOK - CHAO PHARAYE PRINSESS RIVER DINNER CRUISE\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;After breakfast, spend the day exploring Bangkok&amp;#39;s attractions at your own pace. In the evening, make your way to the designated pier for the Chao Phraya Princess River Dinner Cruise. The cruise typically departs in the evening, offering a memorable dining experience along the scenic Chao Phraya River. Embark on the luxury cruise ship and settle into your reserved seating area.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Enjoy a sumptuous buffet dinner with a wide variety of Thai and international dishes as you glide along the river. Admire the illuminated landmarks and the enchanting view of Bangkok&amp;#39;s skyline. Sit back, relax, and enjoy live music and entertainment on board the cruise ship. After the cruise, you will be dropped off at the pier. From there, you can either return to your hotel or explore Bangkok&amp;#39;s nightlife further, depending on your preference. Overnight stay In Bangkok.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563135,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563159,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563166,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3074,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415368\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2266,\"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\":\"415371\",\"Title\":\"DEPARTURE FROM BANGKOK &ndash; ARRIVAL IN MALAYSIA.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After having breakfast, check out from the hotel and get transferred to the Bangkok airport for flight to Malaysia, upon arrival in Malaysia, go through immigration and collect your luggage. You will be transferred to your hotel in Kuala Lumpur City Centre.&amp;nbsp;Check into your hotel and freshen up. Depending on the time of your arrival, you can spend the remainder of the day exploring the nearby area, trying local cuisine, or relaxing at your hotel.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563175,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563180,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"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\":\"415374\",\"Title\":\"HALF DAY KUALA LUMPUR CITY TOUR WITH KL TOWER \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Enjoy breakfast in the hotel.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Later proceed for your Kuala Lumpur Orientation Tour by a comfortable A\\/C Coach. The tour will include Petronas Twin Towers (photo stop), Cocoa Centre, King&amp;#39;s palace (photo stop), National Monument (Photo Stop), National Mosque (photo stop) &amp;amp; Independence Square.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Immerse yourself in the beautiful culture, history and architecture of Kuala Lumpur. On this guided tour, you will get a chance to experience the city&amp;rsquo;s must-see attractions while travelling in a comfortable AC coach. Start off by visiting the mesmerizing views of the city&amp;rsquo;s skyline as you stand in front of the breathtaking Petronas Towers, the tallest twin buildings in the world. Don&amp;#39;t forget to click wonderful photos to cherish for a lifetime. Carry on forward to see the Cocoa Centre, King&amp;#39;s palace (photo stop), National Monument (Photo Stop), National Mosque (photo stop) &amp;amp; Independence Square.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Note: This is a guided tour. Shared transfers included.&amp;quot;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight at the hotel.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563175,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563180,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49785,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415377\",\"Title\":\"MALAYSIA- GENTING FULL DAY TOUR\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Start your day early in the morning, After Breakfast, depart from your hotel in Malaysia. Enroute to Genting Highlands, make a stop at the famous Batu Caves. Explore the massive limestone caves, climb the 272 steps to the Temple Cave, and admire the Hindu shrines and statues. After visiting Batu Caves, continue your journey to Genting Highlands. The drive up the mountain offers scenic views of the surrounding rainforest. Once you arrive at Genting Highlands, take a one-way cable car ride to reach the hilltop resort. Enjoy the breathtaking views of the lush greenery and the cool mountain air during the cable car ride. Upon reaching the top, explore the Indoor Theme Park. It offers a variety of exciting rides, attractions, and entertainment options suitable for all ages. Enjoy thrilling roller coasters, interactive games, and themed experiences. In the late afternoon or early evening, depart from Genting Highlands and head back to your hotel in Malaysia. Overnight stay in Kuala lumper.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563175,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563180,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49786,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415380\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30568,\"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\":\"415392\",\"Title\":\"DEPARTURE FROM MALAYSIA &ndash; ARRIVAL IN SINGAPORE AND NIGHT SAFARI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;After breakfast, check out from the hotel and transfer to Kuala Lumpur Airport for your flight to Singapore. upon arrival in Singapore, go through immigration and collect your luggage. You will be transferred to your hotel in Singapore.&amp;nbsp;Check into your hotel and freshen up and spend the day at leisure. In the evening, you will visit one of the kind zoos &amp;ldquo;Night Safari&amp;rdquo;. It is the first nocturnal zoo globally with around 2500 animals from 130 species. It has played an essential role in the conservation of endangered animals. The nocturnal zoo also hosts a number of cultural shows and traditional tribal dance performances, where you can get a glimpse of Singapore&amp;rsquo;s rich traditions. You can witness the animal&amp;rsquo;s natural behavior in the nighttime.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;After the tour, you will return to the hotel for an overnight stay.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2022,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415395\",\"Title\":\"SINGAPORE: FAMILIARISATION TOUR.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;After Breakfast, his tour will take you to the most famous places around the city like Chinatown, Financial District, Central Business District, Civilian War Memorial, and Civic District. Next, see Suntec City, Marina Bay, and the icon of Singapore - the Merlion Statue.&amp;nbsp;Transfer back to hotel after the tour. Rest of the day is at leisure to relax in the comforts of your room OR enjoy shopping at the many malls and street side shops. You may also select one of the many optional sightseeing tours.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in your Singapore Hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49787,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415398\",\"Title\":\"SINGAPORE &ndash; SENTOSA ADVENTURE \",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;After Breakfast, start your day by making your way to Sentosa Island. Upon arrival at Sentosa, proceed to the designated cable car station and board the one-way cable car ride. Enjoy the panoramic views as you glide over the island and take in the breathtaking sights. Once you reach the other side, disembark from the cable car and make your way to the Luge &amp;amp; Skyride area. Next, head to the Sky Helix, an iconic spiral tower that offers stunning views of Sentosa and its surroundings. Take in the panoramic vistas and capture memorable photos from this elevated vantage point. After enjoying the Sky Helix, you can explore other attractions on Sentosa Island. There are various options to choose from, including Universal Studios Singapore, S.E.A. Aquarium, Adventure Cove Waterpark, and the beach areas at our own personal expense. Spend the rest of the day exploring the attractions and enjoying the offerings of Sentosa Island. In the evening, make your way back to the cable car station or designated transportation area to return to the mainland.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nOvernight in Singapore.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415401\",\"Title\":\"SINGAPORE - GARDENS BY THE BAY\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;After a delicious Breakfast, start your day by making your way to Gardens by the Bay. Upon arrival, explore the outdoor gardens and marvel at the stunning collection of plants, flowers, and trees. Visit iconic attractions within Gardens by the Bay, such as the Supertree Grove, Cloud Forest, and Flower Dome. Take your time to enjoy the beauty of the gardens, walk along the elevated walkways, and admire the unique architectural design.&lt;br \\/&gt;\\r\\nAfter exploring the gardens, make your way to Marina Bay Sands and head up to the Sands SkyPark Observation Deck. After your visit to the Sands SkyPark Observation Deck, you can explore other attractions within Marina Bay Sands, such as the luxury shopping mall, art exhibitions, or dine at one of the world-class restaurants. End your day by heading back to your accommodation or continuing to explore more of Singapore&amp;#39;s vibrant nightlife if you desire.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\nOvernight stay in Singapore.&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":563147,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":563163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":563170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2163,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"415404\",\"Title\":\"DEPARTURE \",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;p&gt;After Breakfast, pack your belongings and check out of your hotel. Depending on your flight departure time, you may have some free time to do some last-minute shopping or visit any attractions in Singapore that you may have missed. Arrive at the airport and go through check-in and immigration procedures. Bid farewell to Singapore and board your flight back home.&lt;br \\/&gt;\\r\\n&lt;br \\/&gt;\\r\\n&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25278,\"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\":\"56760\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"99469.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"101424.25\",\"priceDoubleOcc\":\"99469.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"95657.00\",\"priceWithoutBed\":\"74152.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":99469.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74152,\"CEB\":95657,\"COSTDO\":99469.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":101424.25,\"COSTTO\":101424.25}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56761\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"108071.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"107387.00\",\"priceDoubleOcc\":\"108071.25\",\"priceSingleOcc\":null,\"priceExtraBed\":\"102695.00\",\"priceWithoutBed\":\"77573.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":108071.25,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":77573.25,\"CEB\":102695,\"COSTDO\":108071.25,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":107387,\"COSTTO\":107387}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"56762\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"170924.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"165352.75\",\"priceDoubleOcc\":\"170924.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"143261.25\",\"priceWithoutBed\":\"103868.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":170924.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":103868,\"CEB\":143261.25,\"COSTDO\":170924.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":165352.75,\"COSTTO\":165352.75}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56760\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"95144.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"97014.50\",\"priceDoubleOcc\":\"95144.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"91498.00\",\"priceWithoutBed\":\"70928.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":95144.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":70928,\"CEB\":91498,\"COSTDO\":95144.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":97014.5,\"COSTTO\":97014.5}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56761\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"103372.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"102718.00\",\"priceDoubleOcc\":\"103372.50\",\"priceSingleOcc\":null,\"priceExtraBed\":\"98230.00\",\"priceWithoutBed\":\"74200.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":103372.5,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":74200.5,\"CEB\":98230,\"COSTDO\":103372.5,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":102718,\"COSTTO\":102718}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"56762\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":2,\"Price\":\"163493.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-07-05\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":\"158163.50\",\"priceDoubleOcc\":\"163493.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"137032.50\",\"priceWithoutBed\":\"99352.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":163493,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":99352,\"CEB\":137032.5,\"COSTDO\":163493,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":158163.5,\"COSTTO\":158163.5}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&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;Any domestic or international airfare unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any visa cost unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&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, 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 style=&quot;text-align:justify&quot;&gt;Accommodation for 02 Nights in selected Pattaya Hotel or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Accommodation for 02 Nights in selected Bangkok Hotel or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Accommodation for 03 Nights in selected Kuala Lumpur Hotel or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Accommodation for 04 Nights in selected Singapore Hotel or Similar.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Daily Breakfast in the Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Return airport transfers on Private Basis in Thailand.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Travel Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Tourist Visa Processing&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Coral island tour with lunch by speed boat on SIC&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Alcazar Show on PVT&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Bangkok city tour with 2 temple on PVT&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Chao Pharaye Prinsess River Dinner Cruise on PVT&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Lunch \\/ Dinner as per itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Half Day Kuala Lumpur city tour with KL Tower Entrance&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Genting Full Day Tour&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Night Safari tour IN Singapore on seat-in-coach basis&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Singapore City Tour on seat-in-coach basis.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Sentosa Adventure on seat-in-coach basis.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Gardens by the bay on seat-in-coach basis.&lt;\\/li&gt;\\r\\n\\t&lt;li style=&quot;text-align:justify&quot;&gt;Return airport transfers on seat-in-coach basis&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"415353\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[415353],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415356\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[415356],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415359\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[415359],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415362\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[415362],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415365\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[415365],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415368\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[415368],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415371\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[415371],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415374\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[415374],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415377\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[415377],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415380\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[415380],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415392\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[415392],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415395\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[415395],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415398\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[415398],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415401\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[415401],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"415404\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[415404],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Pattaya,Bangkok,Kuala Lumpur,Singapore','Pattaya,South East Asia,Thailand,Bangkok,Kuala Lumpur,Malaysia,Orient,Singapore','','20925,2266,30568,25278',95145,170925,11,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Malaysia (1).jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"\"},{\"day\":10,\"images\":\"\"},{\"day\":11,\"images\":\"\"},{\"day\":12,\"images\":\"Singapore (3).jpg\"}]',2,'',0,'2023-09-18 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'Thailand,Malaysia,Singapore','215,132,190','2023-09-18 00:00:00','2023-09-18 00:00:00',1,1,'1','1','0','Book the best Of Thailand, Malaysia And Singapore, Southeast Asia tour package, Thailand, Malaysia, and Singapore tour, Best travel deals in Southeast Asia, Explore Southeast Asia with us, Iconic landmarks in Thailand, Malaysia, and Singapore, Vibrant cultures and traditions, Exotic Southeast Asian destinations, Customized travel packages, Southeast Asia adventure, best of Thailand, Malaysia and Singapore','Best of Thailand, Malaysia and Singapore – Book the best of Thailand, Malaysia and Singapore tour package with Reisen Tours. Discover stunning landscapes, vibrant cultures, and iconic landmarks. Book now for a once-in-a-lifetime adventure!','Book The Best of Thailand, Malaysia & Singapore Tour Package',NULL,'the-best-of-thailand-malaysia-and-singapore',NULL,NULL,NULL,0),(320,56553,1,35,0,0,0,'Honeymoon,Beach,Family,Romantic,Offbeat,Group Tours,Women Only,Ocean Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":56553,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/49022\\/package\\/images\\/best-of-andaman---winter_1695021965\",\"BookingValidUntill\":\"2023-12-10\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Andaman tourism offers a mesmerizing experience with its pristine beaches, crystal-clear waters, and lush green landscapes. Travelers can indulge in thrilling water sports like snorkeling, scuba diving, and jet skiing, exploring the vibrant coral reefs and diverse marine life. The archipelago is also home to captivating attractions such as the Cellular Jail, Ross Island, and the picturesque Radhanagar Beach, known for its breathtaking sunsets. Adventure enthusiasts can trek through dense forests, visit limestone caves, and enjoy elephant safaris in the scenic Baratang Island. With its tranquil ambiance and rich cultural heritage, Andaman is a perfect destination for relaxation, exploration, and rejuvenation.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":49022,\"AgencyIdB2C\":35,\"AgencyIdB2B\":49022,\"DestinationPlaces\":\"Port Blair\",\"DestinationPlacesSysId\":32511,\"SourcePlaces\":\"Port Blair\",\"SourcePlaceSysId\":32511,\"AgencyName\":\"HighQ Holiday Shop\",\"Name\":\"Best of Andaman - Winter\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"16330\",\"SupplierName\":\"Evergreen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Activity,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Family,Romantic,Offbeat,Group Tours,Women Only,Ocean Cruises\",\"Validity\":{\"From\":\"2023-09-18\",\"To\":\"2023-12-10\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32511,\"Title\":\"Port Blair\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":413641,\"Name\":\"Hotel Shompen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.6648559\",\"Long\":\"92.7394003\",\"Address\":\"2 Middle Point,Andaman and Nicobar Islands,India, 744101\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"Shompen by Singhotel, Port Blair provides the best to both business and leisure travellers. Its central location, friendly atmosphere and personalized services are sure to appeal to all guests. This hotel is a haven of comfort, convenience and luxury.\\n\\n&lt;b&gt;Location: &lt;\\/b&gt;\\nShompen by Singhotel is located in 2 Middle Point in Port Blair. It is close to Gandhi Park (Approx. 0.5km) and Mini Zoo (Approx. 3km). This zoo is a famous spot amongst tourists as it houses various endangered and commonly found species of animals and birds. Rarest species like Nicobar pigeon, the Andaman pig and the Andaman gecko can be found here. Chidiya Tapu, Forest Museum and Corby&#039;s Cove can also be visited.\\n\\nDistances from Port Blair Airport: Approx. 3km\\n\\n&lt;b&gt;Hotel Features: &lt;\\/b&gt;\\nShompen by Singhotel provides the best of leisure and business facilities. The hotel has a well-equipped conference hall where guests can arrange of corporate events, seminars and meetings. Audio visual equipment, LCD\\/projector, business services, meeting facilities and conference equipments are some business facilities offered. The rooftop banquet area is perfect for organising parties and events. Guests can avail of sight-seeing tours and water sports arranged by the hotel. Other basic facilities provided are laundry, parking, travel desk and doctor-on-call. The bar and lounge are perfect places to relax and enjoy a couple of drinks. Its in-house restaurant offers island specialties, sea food and Indian, Continental and Chinese dishes.\\n\\n&lt;b&gt;Rooms: &lt;\\/b&gt;\\nThis stylish hotel offers standard room non AC, deluxe room AC and family room as accommodation option to the guests. The well-designed rooms feature a plush appeal that creates the perfect relaxing ambience. These rooms are equipped with air conditioning, colour television and telephone with direct dialling.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/4262\\/42623\\/images\\/Hotel_shompen_at_port_blair_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562459,\"Name\":\"Bay Leaf\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562464,\"Name\":\"Lemon Tree\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562465,\"Name\":\"Symphony Samudra Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":32511,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Casa Tropicana\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn&#039;s Cove Beach\",\"Description\":\"The Corbyn&amp;rsquo;s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn&amp;rsquo;s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone&amp;#039;s throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn&#039;s_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2277,\"Title\":\"Cellular Jail (Alfastan Jail)\",\"Description\":\"The Cellular Jail, also known as K&Auml;\\u0081l&Auml;\\u0081 P&Auml;\\u0081n&Auml;&laquo;, was a colonial prison in the Andaman and Nicobar Islands, India. The prison was used by the British especially to exile political prisoners to the remote archipelago\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/414_1521893521.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49456,\"Title\":\"elephant beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2997,\"Title\":\"Bharatpur Beach\",\"Description\":\"Bharatpur Beach is one of the finest and most spectacular beaches of Neil Island, attracts a lot of tourists year-round. The presence of colourful coral reefs makes this seafront popular, which fascinate visitors. These reefs are inhabited by a variety of aquatic creatures that can be seen by taking a ride in a glass bottom boat or by swimming. It is a paradise for photographers owing to its stunning coral reefs and rich marine life. Other water activities are Snorkeling, Jet Ski Ride and Scuba diving.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Bharatpur_Beach_32511_1520496644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49444,\"Title\":\"Natural Coral Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49445,\"Title\":\"Sagarika Emporium Shopping Complex\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null}]}},{\"CityId\":11658,\"Title\":\"Havelock Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":562487,\"Name\":\"Radhakrishna Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562488,\"Name\":\"Aquays Hotels And Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Havelock Plaza\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562476,\"Name\":\"Sandy Waves Beach Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562478,\"Name\":\"CGH Tilar Siro\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":11658,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn&#039;s Cove Beach\",\"Description\":\"The Corbyn&amp;rsquo;s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn&amp;rsquo;s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone&amp;#039;s throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn&#039;s_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2277,\"Title\":\"Cellular Jail (Alfastan Jail)\",\"Description\":\"The Cellular Jail, also known as K&Auml;\\u0081l&Auml;\\u0081 P&Auml;\\u0081n&Auml;&laquo;, was a colonial prison in the Andaman and Nicobar Islands, India. The prison was used by the British especially to exile political prisoners to the remote archipelago\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/414_1521893521.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49456,\"Title\":\"elephant beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2997,\"Title\":\"Bharatpur Beach\",\"Description\":\"Bharatpur Beach is one of the finest and most spectacular beaches of Neil Island, attracts a lot of tourists year-round. The presence of colourful coral reefs makes this seafront popular, which fascinate visitors. These reefs are inhabited by a variety of aquatic creatures that can be seen by taking a ride in a glass bottom boat or by swimming. It is a paradise for photographers owing to its stunning coral reefs and rich marine life. Other water activities are Snorkeling, Jet Ski Ride and Scuba diving.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Bharatpur_Beach_32511_1520496644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49444,\"Title\":\"Natural Coral Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49445,\"Title\":\"Sagarika Emporium Shopping Complex\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null}]}},{\"CityId\":34567,\"Title\":\"Neil Island\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":562479,\"Name\":\"CS Empire\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562480,\"Name\":\"Aquays Hotels And Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Neil Plaza\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562482,\"Name\":\"Sea Shell Neil\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Andaman cottage\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":562489,\"Name\":\"Sea Shell Samsara\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":34567,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Lagoon Garden View\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2276,\"Title\":\"Corbyn&#039;s Cove Beach\",\"Description\":\"The Corbyn&amp;rsquo;s Cove, is a serene and unspoiled soft sandy beach, set in picturesque background of lush green coconut palms and pleasant blue sea. The main attractions of this beach are the inviting water sports activities like surfing, scuba diving and boating. The Corbyn&amp;rsquo;s Cove beach, situated 8 kms from the City centre is the closest Beach from the city. This coconut- palm fringed beach, is ideal for swimming, surfing and sun bathing.\\r\\nThe Waves Restaurant, The Peerless Sarovar Portico Resort and the Hornbill Nest Guest House are at a stone&amp;#039;s throw, from the beach front.  In fact, Peerless Sarovar Portico is the only beach resort inside the city.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.6446655,\"Long\":92.7476013,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Corbyn&#039;s_Cove_Beach_32511_1519651023.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2277,\"Title\":\"Cellular Jail (Alfastan Jail)\",\"Description\":\"The Cellular Jail, also known as K&Auml;\\u0081l&Auml;\\u0081 P&Auml;\\u0081n&Auml;&laquo;, was a colonial prison in the Andaman and Nicobar Islands, India. The prison was used by the British especially to exile political prisoners to the remote archipelago\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/414_1521893521.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2294,\"Title\":\"Sound &amp; Light Show\",\"Description\":\"Cellular Jail show, we experience the Light and Sound show. During this show various artists enact the life of prisoners when Cellular Jail was operational. The light and sound show takes place both in Hindi and English. It&amp;#039;s a must watch show in the Andaman, and is pretty good. Post completion of the tour our team attends you and drop you back to your hotel and resort.\\r\\n\\r\\nTiming of Light and Sound Show : Hindi show starts from 6:00 pm to 7:15 pm on Tuesday, Thursday, Saturday and Sunday. English show starts from 7:15 pm. Jail Museum opens from 9:00 am to 12:00 noon, and from 1:30 pm to 4:45 pm. Close on Mondays.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Sound_&amp;_Light_Show_32511_1519646690.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":1408,\"Title\":\"Radhanagar Beach\",\"Description\":\"Radhanagar Beach, also called as Beach No.7 is counted among the most beautiful beaches of Asia, is incredibly astounding beach located on the gorgeous Andaman Island. The beach has turquoise blue sea and white sand which makes this beach a perfect spot to bask in the midst of nature&amp;#039;s bounty. The breathtaking sight of sunset on this beach makes the tourists forget all the woes of life. Sunbathing, sunset view, swimming and basking in the sun are the best activities to enjoy on Radhanagar Beach.\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":12.0427166,\"Long\":92.9825169,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11658\\/sightseeing\\/Radhanagar_Beach_11658_1519389658.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49456,\"Title\":\"elephant beach\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11658,\"CityName\":\"Havelock Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2997,\"Title\":\"Bharatpur Beach\",\"Description\":\"Bharatpur Beach is one of the finest and most spectacular beaches of Neil Island, attracts a lot of tourists year-round. The presence of colourful coral reefs makes this seafront popular, which fascinate visitors. These reefs are inhabited by a variety of aquatic creatures that can be seen by taking a ride in a glass bottom boat or by swimming. It is a paradise for photographers owing to its stunning coral reefs and rich marine life. Other water activities are Snorkeling, Jet Ski Ride and Scuba diving.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.8364406,\"Long\":93.0316795,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Bharatpur_Beach_32511_1520496644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":6541,\"Title\":\"Laxmanpur Beach\",\"Description\":\"Among the beaches in Andaman, it is ranked no.3 and the major reason for that is the greatest combination of azure water, the long stretch of secluded beach, the tropical trees in the backdrop and the heaven-like peace prevailing around.\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":11.847006,\"Long\":93.0156096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34567\\/sightseeing\\/Laxmanpur_Beach_34567_1530776471.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49444,\"Title\":\"Natural Coral Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34567,\"CityName\":\"Neil Island\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":49445,\"Title\":\"Sagarika Emporium Shopping Complex\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null},{\"RefSSId\":2278,\"Title\":\"Ross Island\",\"Description\":\"Few miles from Port Blair is the Ross Island, once an administrative headquarter for the Britishers, before an earthquake rocked the Island in 1941. The British then left the island and took settlement at Port Blair, since then the Island could never recover from the decay and neglect which had set in. Slowly but steadily the nature took its toll, as banyan trees engulfed the buildings thus replacing the structures created by man. This island makes you nostalgic and takes you back in time when this was an administrative settlement for the Britishers. The Indian Navy has rebuilt some of the old buildings like the bakery and the local stores, from where souvenirs are available.\",\"CurrencyType\":0,\"CityId\":32511,\"CityName\":\"Port Blair\",\"Lat\":11.67583,\"Long\":92.762425,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32511\\/sightseeing\\/Ross_Island_32511_1519650801.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16330,\"SupplierName\":\"Evergreen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"413624\",\"Title\":\"Arrival at Port Blair\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;p&gt;Arrival at Port Blair (Corbyn&amp;#39;s Cove + Jail Museum + Cellular Jail Light &amp;amp; Sound Show).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrival at Port Blair: Upon arrival at the Veer Savarkar International Airport in Port Blair, you will be greeted by a representative who will assist you with the transfer to your hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Corbyn&amp;#39;s Cove Beach: After checking in at the hotel and freshening up, head to Corbyn&amp;#39;s Cove Beach, a beautiful sandy beach located around 7 kilometers from Port Blair. Enjoy the scenic beauty, indulge in water sports, or simply relax and soak up the sun.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Cellular Jail: Next, visit the historic Cellular Jail, also known as Kala Pani. This colonial-era prison played a significant role in India&amp;#39;s struggle for independence. Explore the museum inside the jail, which showcases exhibits and photographs depicting the harsh conditions endured by freedom fighters.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Light &amp;amp; Sound Show: In the evening, witness the spectacular Light &amp;amp; Sound Show at the Cellular Jail. The show narrates the history of the freedom struggle and the sacrifices made by revolutionaries. The combination of light effects and narrations creates a captivating and emotional experience.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562459,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562464,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Tropicana\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2276,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2277,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2294,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413628\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"413632\",\"Title\":\"Port Blair to Havelock\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;p&gt;After the breakfast Transfer from Port Blair to Havelock via Pvt Ferry .&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Radhanagar Beach.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Radhanagar Beach, located on Havelock Island in the Andaman and Nicobar Islands, is renowned as one of Asia&amp;#39;s most beautiful beaches. With its pristine white sands, turquoise waters, and lush green surroundings, it offers a mesmerizing tropical paradise. The beach stretches for about two kilometers and is an ideal spot for sunbathing, swimming, and leisurely walks. The tranquil ambiance and breathtaking sunsets make it a popular destination for couples and nature lovers. The beach is also known for its vibrant coral reefs, making it a fantastic spot for snorkeling and diving to explore the underwater wonders. A visit to Radhanagar Beach is an unforgettable experience, immersing you in the natural beauty of the Andaman Islands.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Over night stay in the hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562488,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Havelock Plaza\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562478,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1408,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413636\",\"Title\":\"Havelock\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;p&gt;After the breakfast Trip to Elephant Beach via Speed Boat (Complimentary Snorkelling at Elephant Beach by Boat Association).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Speed Boat Ride to Elephant Beach: Board the speed boat that will take you to Elephant Beach. Enjoy the thrilling ride as you glide through the azure waters, surrounded by scenic beauty.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Snorkelling at Elephant Beach: Reach Elephant Beach and take advantage of the complimentary snorkelling provided by the Boat Association. Explore the vibrant underwater world, swimming alongside colourful coral reefs and a variety of marine life. Snorkelling equipment will be provided, so you can fully enjoy this immersive experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Beach Time and Relaxation: After snorkelling, spend the rest of the day at Elephant Beach. Enjoy the pristine white sand, take a dip in the clear waters, or simply relax under the shade of palm trees. You can also opt for additional water activities like kayaking or jet skiing, available at your own expense.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562488,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Havelock Plaza\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562476,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562478,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49456,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413640\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11658,\"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\":\"413644\",\"Title\":\"Neil\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;After the breakfast Transfer to Neil via Ferry + (Bharatpur &amp;amp; Laxmanpur Beach + Natural Coral Bridge).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Bharatpur Beach: Upon arrival at Neil Island, head straight to Bharatpur Beach. This beautiful sandy beach is known for its clear turquoise waters and vibrant coral reefs. Spend your morning snorkeling, swimming, or simply relaxing on the beach, soaking up the sun.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Laxmanpur Beach: After lunch, proceed to Laxmanpur Beach, another picturesque beach on Neil Island. This serene beach offers stunning views of the sunset and is an ideal spot for romantic walks along the shoreline. Don&amp;#39;t miss the chance to witness the mesmerizing sunset views here.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Natural Coral Bridge: From Laxmanpur Beach, take a short walk or hire a two-wheeler to visit the Natural Coral Bridge, also known as the Howrah Bridge. This fascinating formation is a natural bridge created by corals and is a unique sight to behold. Explore the area and capture some memorable photographs.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":562479,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562480,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Neil Plaza\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562482,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Andaman cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Lagoon Garden View\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2997,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":49444,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413648\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34567,\"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\":\"413652\",\"Title\":\"Port Blair.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;p&gt;After the breakfast Return back to Port Blair.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Visit Sagarika Emporium Shopping Complex&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Over night stay in the hotel&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562459,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562464,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Tropicana\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":49445,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413656\",\"Title\":\"Day trip to Ross Island\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Day trip to Ross Island (Beautiful Ruins) &amp;amp; North Bay Island (Ideal for Watersports Activities).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Morning Departure: Start your day early by departing from your hotel in Port Blair to the Aberdeen Jetty. Ross Island is located just a short distance away from Port Blair and can be reached by a short boat ride. Check the boat timings in advance and plan accordingly.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Boat Ride to Ross Island: Board the boat that will take you to Ross Island. Enjoy the scenic views as you sail across the sparkling waters of the Andaman Sea.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Arrival at Ross Island: Upon arrival at Ross Island, disembark and begin your exploration of this historic island. Ross Island was once the administrative headquarters of the British in the Andaman Islands and now stands as a fascinating ruin.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Explore the Island: Take a leisurely stroll through the island, surrounded by lush greenery and remnants of British-era buildings. Visit the British Officer&amp;#39;s Quarters, the Chief Commissioner&amp;#39;s House, the Presbyterian Church, and other interesting structures that showcase the island&amp;#39;s colonial past.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sound &amp;amp; Light Show: In the evening, if available, you can enjoy the Sound &amp;amp; Light Show at Ross Island. This captivating show narrates the history of the island and its significance during the British rule.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Picnic or Lunch: Bring a picnic lunch with you or enjoy lunch at the designated area on Ross Island. You can relax and have your meal amidst the natural beauty of the island.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Beach Time: After exploring the island&amp;#39;s historical sites, spend some time at the pristine beaches surrounding Ross Island. Relax on the sandy shores, swim in the crystal-clear waters, or simply enjoy the serene ambiance.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Return to Port Blair&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":562459,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":562464,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":562465,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Casa Tropicana\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2278,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"413660\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Departure from Port Blair - Drop to Airport&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32511,\"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\":\"56553\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"21275.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"16079.30\",\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"16079.30\",\"priceWithoutBed\":\"13153.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":21275,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13153.7,\"CEB\":16079.3,\"COSTDO\":21275,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16079.3,\"COSTTO\":16079.3},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"16079.30\",\"priceDoubleOcc\":\"24955.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"16079.30\",\"priceWithoutBed\":\"13153.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":24955,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":13153.7,\"CEB\":16079.3,\"COSTDO\":24955,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":16079.3,\"COSTTO\":16079.3}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56554\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"27025.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"19837.50\",\"priceDoubleOcc\":\"27025.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"19837.50\",\"priceWithoutBed\":\"16272.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":27025,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16272.5,\"CEB\":19837.5,\"COSTDO\":27025,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19837.5,\"COSTTO\":19837.5},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"19837.50\",\"priceDoubleOcc\":\"30705.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"19837.50\",\"priceWithoutBed\":\"16272.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":30705,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":16272.5,\"CEB\":19837.5,\"COSTDO\":30705,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":19837.5,\"COSTTO\":19837.5}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"56555\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"40248.85\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"25530.00\",\"priceDoubleOcc\":\"40248.85\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25530.00\",\"priceWithoutBed\":\"18354.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":40248.85,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18354,\"CEB\":25530,\"COSTDO\":40248.85,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25530,\"COSTTO\":25530},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"25530.00\",\"priceDoubleOcc\":\"44045.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25530.00\",\"priceWithoutBed\":\"18354.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":44045,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":18354,\"CEB\":25530,\"COSTDO\":44045,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25530,\"COSTTO\":25530}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"56556\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"59110.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"27496.50\",\"priceDoubleOcc\":\"59110.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"27496.50\",\"priceWithoutBed\":\"22011.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":59110,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22011,\"CEB\":27496.5,\"COSTDO\":59110,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27496.5,\"COSTTO\":27496.5},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"27496.50\",\"priceDoubleOcc\":\"65205.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"27496.50\",\"priceWithoutBed\":\"22011.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":15,\"ExcludedPercent\":\"0\",\"PricePerPerson\":65205,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":22011,\"CEB\":27496.5,\"COSTDO\":65205,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":27496.5,\"COSTTO\":27496.5}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"56553\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"19980.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"15100.56\",\"priceDoubleOcc\":\"19980.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15100.56\",\"priceWithoutBed\":\"12353.04\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":19980,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12353.04,\"CEB\":15100.56,\"COSTDO\":19980,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15100.56,\"COSTTO\":15100.56},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"15100.56\",\"priceDoubleOcc\":\"23436.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"15100.56\",\"priceWithoutBed\":\"12353.04\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":23436,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":12353.04,\"CEB\":15100.56,\"COSTDO\":23436,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":15100.56,\"COSTTO\":15100.56}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"56554\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"25380.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"18630.00\",\"priceDoubleOcc\":\"25380.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"18630.00\",\"priceWithoutBed\":\"15282.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":25380,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15282,\"CEB\":18630,\"COSTDO\":25380,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18630,\"COSTTO\":18630},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"18630.00\",\"priceDoubleOcc\":\"28836.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"18630.00\",\"priceWithoutBed\":\"15282.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":28836,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":15282,\"CEB\":18630,\"COSTDO\":28836,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":18630,\"COSTTO\":18630}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"56555\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"37798.92\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"23976.00\",\"priceDoubleOcc\":\"37798.92\",\"priceSingleOcc\":null,\"priceExtraBed\":\"23976.00\",\"priceWithoutBed\":\"17236.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":37798.92,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17236.8,\"CEB\":23976,\"COSTDO\":37798.92,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23976,\"COSTTO\":23976},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"23976.00\",\"priceDoubleOcc\":\"41364.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"23976.00\",\"priceWithoutBed\":\"17236.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":41364,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":17236.8,\"CEB\":23976,\"COSTDO\":41364,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":23976,\"COSTTO\":23976}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"56556\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"55512.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"25822.80\",\"priceDoubleOcc\":\"55512.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25822.80\",\"priceWithoutBed\":\"20671.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":55512,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20671.2,\"CEB\":25822.8,\"COSTDO\":55512,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25822.8,\"COSTTO\":25822.8},{\"From\":\"2023-09-16\",\"To\":\"2023-12-10\",\"Currency\":1,\"priceTripleOcc\":\"25822.80\",\"priceDoubleOcc\":\"61236.00\",\"priceSingleOcc\":null,\"priceExtraBed\":\"25822.80\",\"priceWithoutBed\":\"20671.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":8,\"ExcludedPercent\":\"0\",\"PricePerPerson\":61236,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":1,\"CWOB\":20671.2,\"CEB\":25822.8,\"COSTDO\":61236,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":25822.8,\"COSTTO\":25822.8}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbspis 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%&amp;nbsp payment is to be made for domestic packages before 7&amp;nbspdays of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbspdays 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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbspservices charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbspmerely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbspis always between the User and the concerned service provider.&lt;\\/p&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses like Telephone, Fax, Internet, Laundry.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera Tickets at various places of Sightseeing\\/tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Expenses incurred due to bad weather, Flight or ferry cancellation, &amp;amp; political unrest.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Usage of Vehicles other than the mentioned places in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Gala Dinner Charges if applied by any resort\\/hotel, However, these charges are Mandatory&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;All taxes included&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Expert Tour Coordinator At all Islands&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Breakfast as per the hotel Policy&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Transportation Using Private AC (Dzire\\/Ertiga\\/Xylo) Cab&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All Sightseeing Programs are Accordingly as Mentioned&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entry Permits\\/Entry Tickets\\/Boat Tickets\\/Ferry Tickets Wherever Required.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;24 Hour On-Call Assistance During Your Stay&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Pvt Ferry (Nautika\\/Makruzz\\/GreenOcean\\/Sealink) for Inter-Island Transfer&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Assistance At All Arrival And Departure Points&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Complemontry Snorkeling at Elephant Beach in 5N &amp;amp; 6N packages only.&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 (domestic Travel ) or&amp;nbspPassport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsptravels and tours innovation and consistently offering a rich, unforgettable &amp;amp a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;ampldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amprdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbspTicketing, Hotels, Tours, Forex, Visa MICE&amp;nbspetc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbspIATA Accreditation from Singapore&amp;nbspand&amp;nbspRBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbspUAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbspUzbekistan, Kazakhstan &amp;amp Russia&amp;nbspto various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp hotel company owned by Mahindra Holidays &amp;amp Resorts India Ltd.&amp;nbsp&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbspReisen Referral&amp;nbspis a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp Georgia for MBBS &amp;amp Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"413624\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[413624],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413628\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[413628],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413632\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[413632],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413636\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[413636],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413640\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[413640],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413644\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[413644],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413648\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[413648],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413652\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[413652],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413656\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[413656],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"413660\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[413660],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Port Blair,Havelock Island,Neil Island','Port Blair,Andaman and Nicobar Islands,Indian Subcontinent,South India,India,Havelock Island,Neil Island','','32511,11658,34567',19980,65205,6,'',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Andaman (2).jpg\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"Andaman.jpg\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Andaman (1).jpg\"}]',2,'',0,'2023-09-18 00:00:00','2023-12-10 00:00:00','2023-12-10 00:00:00',3,'India','101','2023-09-18 00:00:00','2023-09-18 00:00:00',1,1,'1','1','0','Book the Best of Andaman Winter Package , Andaman Islands winter package, Best of Andaman travel deal, Winter getaway to Andaman, Explore Andaman\'s beaches and coral reefs, Andaman vacation package, Book Andaman holiday package, Andaman winter adventure, Andaman tour with exclusive winter rates, Tropical paradise in winter, Andaman\'s top attractions in winter','Best of Andaman - Escape to the enchanting Andaman Islands this winter with our exclusive package. Explore pristine beaches, vibrant coral reefs, and lush jungles. Don\'t miss this opportunity – book your Andaman winter getaway now!','Book the Best of Andaman Winter Package Today',NULL,'best-of-andaman-winter',NULL,NULL,NULL,0),(321,61606,1,35,0,0,0,'Honeymoon,Family,Heritage,Weekend,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":61606,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/days-agra-and-jaipur-tour_1696400678\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Glimpse into the royal past of India, the Rajput dynasty and the Mughal Empire with a short 3-days tour of Agra and Jaipur, two of the most important and most visited tourist destinations of India. Agra and Jaipur, together with Delhi form what is known as the Golden Triangle of India. This short 3-day tour is ideal for a visitor to Delhi with limited time in hand, and includes comprehensive sightseeing in both Agra and Jaipur. In Agra, you visit the Taj Mahal, the Agra Fort as well as Fatehpur Sikri. In Jaipur, the tour includes visit to Amber Fort, Hawa Mahal, City Palace and the Jantar Mantar.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"3 Days Agra And Jaipur Tour\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Honeymoon,Family,Heritage,Weekend,Group Tours\",\"Validity\":{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":420949,\"Name\":\"HOTEL UTKARSH VILAS\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1506246350333\",\"Long\":\"78.072809278965\",\"Address\":\"Hotel Utkarsh Vilas,Fatehabad Road,, Agra, India, 282001\"},\"Images\":[],\"CityId\":266,\"Brief\":\"The closest transport terminal to the hotel is Agra Cantt. The railway station is 5 km away. Agra Fort Railway Station is also easily accessible. Other than this, intra-city modes of transport like buses and taxis are available on the hotel&amp;#039;s doorstep. Agra Airport is 6 km away from hotel.\\nFacilities\\nThe establishment comprises a total of 65 accommodation units. A lobby and a reception are available to guests. A lift can be used to access the upper floors. Services such as a safe and currency exchange facilities make for a comfortable stay. Internet access is available in public areas (for a fee). Gastronomic options include a restaurant and a bar. Guests arriving in their own vehicles can park in the car park. Additional services include medical assistance, room service and a laundry.\\nRooms\\nAll accommodation units feature air conditioning and a bathroom. A minibar is also available. In addition, a mini-fridge and tea and coffee making equipment are available. Most rooms are equipped with a telephone and a TV. In the bathrooms, guests will find a shower, a bathtub and a hairdryer.\\nSports\\/Entertainment\\nThe swimming pool is ideal for a refreshing dip. A hot tub provides an opportunity for relaxation. Active guests have various leisure options to choose from, including a gym, a sauna and a steam bath. \\nMeals\\nThe establishment offers B &amp;amp; B as a bookable board option.\\nPayment\\nThe following credit cards are accepted at the establishment: American Express, VISA and MasterCard.The HOTEL UTKARSH VILAS is a Tourist, Business, Leisure, Resort hotel. Located in City  Suburb area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/61\\/61234\\/NF9QMtxn_3c41b59743e7a5e2ddfb6d31aea96006.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"BB\"}]},\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":485,\"Title\":\"Elephant Ride\",\"Description\":\"This is the most attractive thing in jaipur tour. Ones tour cannot be completed unless one has this. The elephants are decorated and painted really well and offer a very enjoyable ride to the fort top.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9031205,\"Long\":75.7979863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Elephant_Ride_12995_1529062753.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104943,\"Name\":\"Mandawa Haveli\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9330453\",\"Long\":\"75.7971044\",\"Address\":\"Sansar Chandra Road Jaipur 302 001\"},\"Images\":{\"Image\":[{\"ImagId\":2283064,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1700000\\/1696100\\/1696055\\/04558fcf_t.jpg\"},{\"ImagId\":2283065,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1700000\\/1696100\\/1696055\\/c4c83030_t.jpg\"},{\"ImagId\":2283066,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1700000\\/1696100\\/1696055\\/62ac5df5_t.jpg\"},{\"ImagId\":2283067,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1700000\\/1696100\\/1696055\\/511007cc_t.jpg\"}]},\"CityId\":12995,\"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 Jaipur, Mandawa Haveli is convenient to Heaven-Piercing Minaret and Ram Niwas Gardens. This historic hotel is within close proximity of Birla Auditorium and Bapu Bazaar.&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 75 air-conditioned rooms featuring minibars. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and ceiling fans, 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 the recreation opportunities such as an outdoor pool or make use of other amenities including a hair salon.&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 2 restaurants. 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 front desk and coffee\\/tea in a common area. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1700000\\/1696100\\/1696055\\/04558fcf_t.jpg\",\"AccoAminitiesMask\":\"100100000000000000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":485,\"Title\":\"Elephant Ride\",\"Description\":\"This is the most attractive thing in jaipur tour. Ones tour cannot be completed unless one has this. The elephants are decorated and painted really well and offer a very enjoyable ride to the fort top.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9031205,\"Long\":75.7979863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Elephant_Ride_12995_1529062753.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"454833\",\"Title\":\"DRIVE DELHI &ndash; AGRA (220 KM \\/ 4 HRS)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your 3 day Agra and Jaipur tour, can begin with a pick up from either Delhi International Airport, or from your hotel in Delhi , where you will be met by our representative and will be driven to the city of love, Agra.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra: Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of Mughal Empire in the 16th &amp;amp; 17th centuries.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra you will again be met by our representative who will then assist you with the check-in formalities. Later in the afternoon the tour guide will pick you up from the hotel for a guided sightseeing tour of Taj Mahal and Agra Fort. Emperor Shah Jahan constructed the Taj Mahal in the memory of his wife Mumtaz Mahal who died during the birth of their child in 1631. The construction of this famous monument is said to have taken 22 years, starting from 1631. Over 20,000 artisans were working day and night for the construction of this landmark. Craftsperson and whizzes were brought from France and Italy. And the chief architect was from Iran. The visit to the Taj Mahal, will long be remembered by you as the highlight of your Agra and Jaipur tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra Fort: Emperor Akbar started construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson; Shah Jahan added more opulent accommodations. There are a number of attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid a white marble mosque, Diwan-e-Am, Diwan-e-Khas, Jhangir&amp;#39;s Palace, Khaas Mahal and Shish Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":420949,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"454834\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"454835\",\"Title\":\"DRIVE AGRA &ndash; JAIPUR (250 KM\\/ 5HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your tour to Jaipur, the Pink city, the next stop on your Agra and Jaipur tour, en-route stopping at Fatehpur Sikri , for a guided tour of this ancient capital.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Fatehpur Sikri: The deserted capital of Emperor Akbar roughly 35 km outside Agra. This city was built in the 16th century, and was abandoned for 12 years due to the paucity of water. The entire city is still intact, and a sight of this city is worth remembering. The Buland Darwaza, is the main entrance to this city. It is 54 m tall. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After visiting Fatehpur Sikri, drive to Jaipur.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jaipur: It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink tinted constructions in the old city. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the Jaipur hotel, you will again be met by our representative and will then be assisted with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104943,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"454836\",\"Title\":\"DRIVE JAIPUR &ndash; DELHI (250 KMS \\/ 5HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing in Jaipur includes: Hawa Mahal (Palace of winds): Constructed by Maharaja Sawaj Pratap Singh in 1799, the Hawa Mahal is one of the Jaipur&amp;rsquo;s main landmarks; the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City Palace: The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This Palace still has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Jantar Mantar (Observatory): It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths, and calculating eclipses. The most striking instrument is the sundial which is 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Amber Fort: The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls. Here you mount an Elephant, to get to the top of the Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After sightseeing in Jaipur, begin the journey back to Delhi. Your 3 day Agra and Jaipur tour ends with a drop either to Delhi International Airport, or at your hotel in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":485,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":737,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"61606\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26744.26\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-10-04\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"26744.26\",\"priceDoubleOcc\":\"26744.26\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":5,\"ExcludedPercent\":\"0\",\"PricePerPerson\":26744.26,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":315,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"454833\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[454833],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"454834\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[454834],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"454835\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[454835],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"454836\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[454836],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Agra,Jaipur','Agra,Uttar Pradesh,Indian Subcontinent,North India,India,Jaipur,Rajasthan',NULL,'266,12995',26744,26744,2,NULL,NULL,NULL,2,'',0,'2023-10-04 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-10-04 13:43:44','2023-10-04 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'3-days-agra-and-jaipur-tour',NULL,NULL,NULL,0),(322,63833,1,35,1,0,0,'Family,Religious,Heritage,Culture,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63833,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-varanasi_1700459669\",\"BookingValidUntill\":\"2024-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;India has diverse and vast charms and for a brief introduction, the Golden Triangle Circuit along with Varanasi is a perfect tour. Encompassing the best destinations of North India, the tour combines the famous tourist circuit, called India&amp;rsquo;s Golden Triangle, which includes the bustling capital New Delhi, the dwelling of the world&amp;rsquo;s famous tribute of love Taj Mahal, Agra and the pink city of Rajasthan, Jaipur with the beautiful holy city by the River Ganges, Varanasi, also called Benares.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Varanasi\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Family,Religious,Heritage,Culture,Group Tours\",\"Validity\":{\"From\":\"2023-11-20\",\"To\":\"2024-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":216096,\"Name\":\"Park Inn By Radisson Lajpat Nagar New Delhi\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.564000000000000\",\"Long\":\"77.235000000000000\",\"Address\":\"Ring Road, Lajpat Nagar, New Delhi Ring Road New Delhi 110024 Delhi India, , India, \"},\"Images\":{\"Image\":[{\"ImagId\":4786245,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"\"}]},\"CityId\":7701,\"Brief\":\"Hotel is located near  Citi Centre Connaught Place within 6 KM  Moolchand Hospital ,Distance 200 meter  AIIMS within 7 km  Apollo &amp; Escorts &amp; Holi Family Hospital within 6 km  New Delhi Railway Station within 14 KM  Nizamuddin Railway Station within 8 km  IGInternational Airport within 13 km With your choice of one king bed or two twin beds 220 Sq Ft, Superior Rooms provide comfort and flexibility during your visit to South Delhi. Start the day with an invigorating shower, and then request a fruit platter to go along with your morning cup of tea or coffee. You can read the headlines of the daily newspaper before heading to your meeting or sightseeing adventure. Savour the flavours at RBG Bar &amp; Grill  The Park Inn in Lajpat Nagar is home to RBG Bar &amp; Grill, our on-site restaurant that serves a wide variety of cuisines. Choose from Chinese dishes, traditional Indian fare and international favourites like gourmet burgers, and then pair your meal with a cool cocktail. For a truly indulgent stay, order your meal through room service to enjoy in the privacy of your room. This is a modern building. This accommodation has a medium lobby. Conveniently located off NH-48, just 20 minutes from the Indira Gandhi International Airport (DEL), the upscale Park Inn by Radisson New Delhi Lajpat Nagar places you in the heart of one of Delhi?s most popular neighbourhoods outside the bustle of the city centre. You?ll be close to the famous clothing shops at Lajpat Nagar Market and the reflection pools at Lotus Temple. In the area for a medical conference, The hotel is near several renowned national hospitals. After a day of walking through the exhibition halls of Pragati Maidan, return to one of our 68 comfortable rooms, each with amenities like Free Wireless High-speed Internet. Hotel Offers Free Wi-fi to all the inhouse guests.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1768,\"Title\":\"The Varuna And Assi Ghat\",\"Description\":\"Assi Ghat is the southernmost ghat in Varanasi. To most visitors to Varanasi, it is known for being a place where long-term foreign students, researchers, and tourists live.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/134\\/thumb\\/The Varuna And The Assi_927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585597,\"Name\":\"Howard Plaza-The Fern\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1768,\"Title\":\"The Varuna And Assi Ghat\",\"Description\":\"Assi Ghat is the southernmost ghat in Varanasi. To most visitors to Varanasi, it is known for being a place where long-term foreign students, researchers, and tourists live.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/134\\/thumb\\/The Varuna And The Assi_927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104989,\"Name\":\"Alsisar Haveli\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.923044\",\"Long\":\"75.804702\",\"Address\":\"Sansar Chandra Road Jaipur\"},\"Images\":{\"Image\":[{\"ImagId\":2283978,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\"},{\"ImagId\":2283979,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/747\\/15439_200717420751_793670_n_A.jpg\"},{\"ImagId\":2283980,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/819\\/alsisar_1_A.jpg\"},{\"ImagId\":2283981,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/835\\/207809_10150223026720752_1087356_n_A.jpg\"},{\"ImagId\":2283982,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/859\\/alsisar_6_A.jpg\"},{\"ImagId\":2283983,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/787\\/15439_200706695751_4941063_n_A.jpg\"},{\"ImagId\":2283984,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/851\\/alsisar_8_A.jpg\"},{\"ImagId\":2283985,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/867\\/alsisar_10_A.jpg\"},{\"ImagId\":2283986,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/771\\/15439_200717440751_8379638_n_A.jpg\"},{\"ImagId\":2283987,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/827\\/alsisar_2_A.jpg\"},{\"ImagId\":2283988,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/795\\/15439_201425465751_4443127_n_A.jpg\"},{\"ImagId\":2283989,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/755\\/15439_200717425751_6595822_n_A.jpg\"},{\"ImagId\":2283990,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/811\\/33728_488562330751_3602921_n_A.jpg\"},{\"ImagId\":2283991,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/739\\/15439_200706680751_4009225_n_A.jpg\"},{\"ImagId\":2283992,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/779\\/15439_200717450751_507733_n_A.jpg\"},{\"ImagId\":2283993,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/763\\/15439_200717435751_5225502_n_A.jpg\"},{\"ImagId\":2283994,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/843\\/alsisar_5_A.jpg\"},{\"ImagId\":2283995,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/921\\/92A095_P01_3458_hotel_view_1295x595_A.jpg\"},{\"ImagId\":2283996,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/929\\/92A095_P01_lobby_1295x595_A.jpg\"},{\"ImagId\":2283997,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/937\\/92A095_P01_restaurant_1295x595_A.jpg\"},{\"ImagId\":2283998,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/945\\/92A095_P01_swimming_pool_1295x595_A.jpg\"},{\"ImagId\":2283999,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/953\\/92A095_P01_room1_1096x822_A.jpg\"}]},\"CityId\":12995,\"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 Jaipur, Alsisar Haveli is close to Heaven-Piercing Minaret and Ram Niwas Gardens.  This historic hotel is within close proximity of Birla Auditorium and Bapu Bazaar.&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 45 individually decorated guestrooms. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with bathtubs or 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;Treat yourself with massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access, wedding services, 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 hotel&amp;apos;s restaurant, where you can enjoy drinks at a bar, take in a garden view, and even dine alfresco (weather permitting). You can also stay in and take advantage of room service (during limited hours). 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 complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1768,\"Title\":\"The Varuna And Assi Ghat\",\"Description\":\"Assi Ghat is the southernmost ghat in Varanasi. To most visitors to Varanasi, it is known for being a place where long-term foreign students, researchers, and tourists live.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/134\\/thumb\\/The Varuna And The Assi_927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":28449,\"Title\":\"Varanasi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":421322,\"Name\":\"The Amayaa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.337699\",\"Long\":\"82.979315\",\"Address\":\"The Mall, Varanasi 221002, Uttar Pradesh\"},\"Images\":[],\"CityId\":28449,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Varanasi, The Amayaa is minutes from JVH Mall and close to Bharat Mata.  This 4-star hotel is within close proximity of Vishwanatha Temple and Sri Annapoorani Devi 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 58 air-conditioned rooms featuring minibars. Wired Internet access (surcharge) is available to keep you connected. Private bathrooms have designer toiletries and bathrobes. Conveniences include phones, as well as complimentary bottled water and a turndown service.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Don&#039;t miss out on recreational opportunities including a health club and an outdoor pool. Additional features at this hotel include concierge services, wedding services, and a television in a common area.&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, or stay in and take advantage of 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 wired Internet access (surcharge), a business center, and complimentary newspapers in the lobby. 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\\/03\\/ed\\/03ed40b6e8dbb8d616c3b3734e8741fb498244e7.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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22966,\"Title\":\"Sarnath\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1768,\"Title\":\"The Varuna And Assi Ghat\",\"Description\":\"Assi Ghat is the southernmost ghat in Varanasi. To most visitors to Varanasi, it is known for being a place where long-term foreign students, researchers, and tourists live.\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3176452,\"Long\":82.9739144,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/134\\/thumb\\/The Varuna And The Assi_927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":849,\"Title\":\"Kashi Vishwanath Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28449,\"CityName\":\"Varanasi\",\"Lat\":25.3301037,\"Long\":83.0274749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1657\\/thumb\\/ Kashi Vishwanath Temple_834.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"472481\",\"Title\":\"ARRIVE DELHI\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;The tour begins with your arrival at the Delhi International Airport. You will be received by our representative. Get escorted to the hotel and assistance with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Delhi, the capital city is a vibrant bustling pot of the ancient and the contemporary era. The city of cities is not one but eight cities, each with its own charms and yet all of it a heart-touching bliss. New Delhi is a city created by the British, while the Old Delhi was the seat of the Mughal Empire from the 17th to 19th centuries. The oldest part of Delhi is Indraprastha, the first of recognized settlements, highlighted in the epic Mahabharata over 3000 years ago. History, heritage, culture, savory food, shopping and many other experiences add to its charm.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Check-in at the hotel, there are no plans for the day.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":216096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472482\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658. The wonders of construction in Jama Masjid are seen in the long stretches of stairs and the massive courtyard.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk is well-known for its flamboyant streets with the famous shopping spots of Old Delhi. It also has the country&amp;rsquo;s best known extensive market for textiles, electronic goods, and watches. Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth-watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free-standing, 42-meter high arch. Formerly called the All India War Memorial, the monument was built in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame honoring the Amar Jawan (Immortal Soldier) burns for the last four decades.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":216096,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472483\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"472484\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585597,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472485\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"472486\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472487\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Hawa Mahal (Palace of Winds):&lt;\\/strong&gt; Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472488\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"472498\",\"Title\":\"FLY JAIPUR TO VARANASI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast at the hotel, you will be met by our representative and he will assist you with the check out formalities. You will then be escorted to the airport in time to board your flight to Varanasi, the next destination on your Golden Triangle with Varanasi tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Varanasi:&lt;\\/strong&gt; Varanasi the &amp;lsquo;eternal city&amp;rsquo; is one of the major pilgrimage spots in India. Also known as Benares or Kashi it is located on the banks of the sacred river Ganges. Over 2000 years Varanasi has been a center of learning. Apart from being a pilgrimage spot in India, Varanasi is also considered as an auspicious place to die, establishing an instant route to heaven. Varanasi is a special place for the Sanskrit scholars and students from all over India are seen here. The ancient city of Varanasi is located along the West bank of the river Ganges. This city extends back from the riverbank ghats in a twisted collection of passageways. These passageways are too cramped for anything but walking. The city extends from Raj Ghat, near the bridge to Asi Ghat near the University.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be met by our representative at the Varanasi Airport and he will escort you to the hotel and help you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later sightseeing of Sarnath.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Sarnath:&lt;\\/strong&gt; Located 12 km from the holy city of Varanasi, Sarnath is the most important pilgrimage site for the Buddhist. Gautam Buddha delivered his first sermon in Sarnath after attaining enlightenment in Bodhgaya. Between the 3rd and 11th century AD several Buddhist structures were constructed in Sarnath that makes it the most expansive ruins amongst different places on the Buddhist trail. Some of the most eminent Buddhist monuments at Sarnath are the Dhamekha stupa and the Chaukhandi stupa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Varanasi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421322,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22966,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472499\",\"Title\":\"VARANASI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;The day begins early with a Dawn Boat Ride on the holy river Ganges. The guide will pick you up from hotel and will take you to the river Ganges. The city and the river Ganges comes alive at dawn, when hundreds and thousands of devotees come to the river to worship the Sun God. The edge of the river looks amazing from a boat at sunrise and this sight is spiritually uplifting. Hinduism is deep and magical; it is everywhere, in the sight of a sparkling temple, in the sound of a sacred bell, in the prayer chants of the priests and in the smell of the flowers.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;After breakfast you will be picked up for a guided sightseeing tour of Varanasi. The tour includes visit to the following places of interests:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Asi Ghat:&lt;\\/strong&gt; Asi Ghat is one of the five extraordinary ghats in India; where the pilgrims are supposed to bathe in all the ghats on the same day and in order. The order is Asi, Dasaswamedh, Barnasangam, Panchganga and finally Manikarnika.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Durga Temple:&lt;\\/strong&gt; Durga Temple was constructed in the 18th century by a Bengali Maharani. This temple is commonly known as the &amp;lsquo;Monkey Temple&amp;rsquo; as many monkeys have made it their home. The construction of this temple is in Nagara style (North Indian style). The temple has a Durga Kund (Kund means Pond or pool). The temple has multi-tiered shikharas and is stained red with ochre, which represents the color of Durga. This temple is closed for non-Hindus.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Kashi-Vishwanath Or Golden Temple:&lt;\\/strong&gt; The Kashi-Vishwanath or the Golden Temple is devoted to lord Shiva as the Lord of the Universe. The original Temple was destroyed by Aurangzeb and he constructed a mosque over it. The New temple is constructed in 1776 by Ahalya Bai of Indore and the Gold plating on the towers of the temples was contributed by Maharaja Ranjit Singh of Lahore. The new temple is located right across the road from its original position. Next to the temple is the Gyan Kupor Well, a.k.a. the well of knowledge. In this temple also the non-Hindus are not allowed.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Varanasi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":421322,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1768,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472500\",\"Title\":\"FLY VARANASI - DELHI &amp; DEPART DELHI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, complete your check-out formalities at the hotel. Get on time transfer to Varanasi Airport to board flight to Delhi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bid goodbye to Golden Triangle with Varanasi as you reach the Delhi Airport for onward journey.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28449,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"63833\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"120928.58\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-30\",\"To\":\"2024-04-30\",\"Currency\":1,\"priceTripleOcc\":\"120928.58\",\"priceDoubleOcc\":\"120928.58\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":120928.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1423.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-30\",\"To\":\"2024-04-30\",\"Currency\":1,\"priceTripleOcc\":\"120928.58\",\"priceDoubleOcc\":\"120928.58\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":120928.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1423.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-30\",\"To\":\"2024-04-30\",\"Currency\":1,\"priceTripleOcc\":\"120928.58\",\"priceDoubleOcc\":\"120928.58\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":120928.58,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1423.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"472481\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[472481],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472482\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[472482],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472483\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472483],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472484\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472484],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472485\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472485],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472486\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472486],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472487\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[472487],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472488\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472488],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472498\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472498],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472499\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[472499],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472500\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[472500],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Varanasi','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Varanasi','','7701,266,12995,28449',120929,120929,7,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"Varanasi (4).jpg\"},{\"day\":7,\"images\":\"Varanasi (3).jpg\"},{\"day\":8,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-20 00:00:00','2024-04-30 00:00:00','2024-04-30 00:00:00',3,'India','101','2023-11-20 00:00:00','2023-11-20 00:00:00',1,1,'1','1','0','Book Golden Triangle Tour With Varanasi, Golden Triangle Varanasi Tour, 7 Nights India Tour, Delhi Agra Jaipur Varanasi, Taj Mahal Agra Tour, Varanasi Spiritual Journey, Delhi Heritage Sites, Jaipur Pink City Tour, Varanasi Ganges Experience, Cultural Golden Triangle, India Heritage Tour Package','Book Golden Triangle Tour With Varanasi. Explore Delhi, Agra, Jaipur, and spiritual Varanasi\'s cultural richness.','Book Golden Triangle Tour With Varanasi',NULL,'golden-triangle-with-varanasi',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (323,63849,1,35,1,0,0,'Family,Heritage,Culture,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63849,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-udaipur_1700463898\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;For a tourist visiting India for the first time, and wanting to spend just 8 days visiting it&amp;rsquo;s highlights, the Golden Triangle tour would be an ideal choice. Including some of the best known culturally rich and historically significant highlights of India, our 8-day tour includes the Golden Triangle with Udaipur. the itinerary starts from the capital city, Delhi, an active metropolis, with a unique combination of the ancient and the contemporary era. Post Delhi, you head east, to Agra, the city famous for the Taj Mahal. Post visiting Agra, head west to the state of Rajasthan, famous for its forts, palaces and tales of valor and gallantry. Post the Golden Triangle, visit Udaipur, amongst the most beautiful cities of India, also known as the city of lakes and the Venice of the East.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Udaipur\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Family,Heritage,Culture,Group Tours\",\"Validity\":{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":214338,\"Name\":\"The Park Delhi\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.628882000000000\",\"Long\":\"77.216146000000000\",\"Address\":\"15 Parliamnet Street New Delhi 110001 India, , India, \"},\"Images\":{\"Image\":[{\"ImagId\":4784420,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=hpRBSdtPJNrQuwRo5I\\/exPbdtjJGoRI2R1Qo2\\/mGLJm8ewqf86KWNDSHYC\\/UtVo5XXdgxFjNnVXFT85ZGfls0g==\"}]},\"CityId\":7701,\"Brief\":\"The hotel is located near the shopping hub of the capital, Connaught Place. Museums, galleries and exhibition grounds are all nearby. The Luxury rooms in Delhi are well spread out over 244 sq. ft. of elegant living area. Enjoy a calming pool view with a host of handpicked amenities and services to suit your In-room business and leisure needs. There are three restaurants to enjoy. One serves international food and is set amongst a backdrop of light effects, creating a &quot;firewall&quot;, low leather sofas and glowing glass tables. The Italian restaurant has a contrasting theme of cool calmness. Open 24 hours, the light blue colour theme compliments the glass bead &quot;waterfall&quot;. Indian food is served in the third restaurant, with a design as futuristic as the other eateries. Clusters of clear light bulbs are suspended above the brown marble tabletops. A modern, high-rise building. The lobby has a remarkable design with a glass bead curtain snaking through the area, and pink velvet sofas. The look is completed with a white, marble reception desk in front of a white limestone wall and floor-to-ceiling windows overlooking the street. A small boutique offers unique gifts of India. An exceptional property with a voguish, cutting-edge design. A contemporary pool area with private cabanas offers a quiet reprise in warmer months, and the recently opened spa offers a number of treatments.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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&Auml;\\u0081ru-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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":21413,\"Name\":\"Jaypee Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.154123418347\",\"Long\":\"78.071175813675\",\"Address\":\"Fatehabad Road Agra 282 003\"},\"Images\":{\"Image\":[{\"ImagId\":517268,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/14\\/334\\/837\\/H67U0L00_A.jpg\"},{\"ImagId\":517269,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/17\\/868\\/469\\/1130382cdms_img_pho_000_nc__409801_Facade___A.jpg\"},{\"ImagId\":517270,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/17\\/868\\/479\\/1130382cdms_img_pho_000_nc__409804_Pool___A.jpg\"},{\"ImagId\":517271,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/14\\/334\\/845\\/H67U0L02_A.jpg\"},{\"ImagId\":517272,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/14\\/334\\/861\\/H67U0L06_A.jpg\"},{\"ImagId\":517273,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/14\\/334\\/873\\/H67U0L09_A.jpg\"},{\"ImagId\":517274,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/14\\/334\\/893\\/H67U0L0E_A.jpg\"},{\"ImagId\":517275,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/868\\/489\\/1130382cdms_img_pho_000_nc__409805_Lobby___A.jpg\"},{\"ImagId\":517276,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/868\\/499\\/1130382cdms_img_pho_000_nc__409811_Room___A.jpg\"},{\"ImagId\":517277,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/868\\/519\\/1130382cdms_img_pho_000_nc__409817_Suite___A.jpg\"},{\"ImagId\":517278,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/868\\/509\\/1130382cdms_img_pho_000_nc__409814_Suite___A.jpg\"}]},\"CityId\":266,\"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 Jaypee Palace Hotel places you in the heart of Agra, convenient to Mosque and the Jawab and Taj Mahal. This 5-star hotel is within the vicinity of Agra Fort and Itmad-ud-Daulah&amp;apos;s Tomb.&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 341 air-conditioned rooms featuring minibars. Your Select Comfort bed comes with down comforters. Wireless Internet access (surcharge) 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;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You&amp;apos;re sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a spa tub. This hotel also features wireless Internet access (surcharge), concierge services, and an arcade\\/game room.&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 one of the hotel&amp;apos;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. A complimentary continental 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 a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. This hotel has 4 meeting rooms available for events. Guests may use a train station pick-up service for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/14\\/334\\/837\\/H67U0L00_A.jpg\",\"AccoAminitiesMask\":\"100110110000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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&Auml;\\u0081ru-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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422986,\"Name\":\"Lemon Tree Premier\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.935323\",\"Long\":\"75.791716\",\"Address\":\"Nirwan Marg, Bani Park, Jaipur 302016\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;In the heart of Jaipur, Lemon Tree Premier, Jaipur is close to Nahargarh Fort and Heaven-Piercing Minaret.  This 4-star hotel is within close proximity of Tripolia Bazar and City 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 air-conditioned rooms featuring refrigerators and LCD 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 safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take advantage of recreational opportunities offered, including a health club, an outdoor pool, and a sauna. Additional features at this hotel include concierge services, a hair salon, and wedding services.&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. 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-in, and express check-out. Event facilities at this hotel consist of a conference center and a meeting room. 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\\/09\\/70\\/097019932053eacaa8263080fa26460f5d0051a5.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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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&Auml;\\u0081ru-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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":423883,\"Name\":\"The LaLit Laxmi Vilas Palace\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.593779338776\",\"Long\":\"73.682748411045\",\"Address\":\"Opposite Fateh Sagar Lake, Udaipur 313004\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;A stay at The Lalit Laxmi Vilas Palace places you in the heart of Udaipur, walking distance from Lake Fatehsagar Udaipur and Maharana Pratap Statue.  This 4.5-star palace is within close proximity of Panchwati Circle and Bharatiya Lok Kala 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 55 individually decorated guestrooms, featuring refrigerators and minibars. Your room comes with a memory foam bed. LCD televisions with digital programming are provided for your entertainment, with wired and wireless Internet access available for a surcharge. Private bathrooms with showers feature complimentary toiletries and hair dryers.&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. Additional amenities at this palace include 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;Enjoy a meal at one of the palace&#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.&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), limo\\/town car service, and express check-in. 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\\/a7\\/06a73809801e4233c54f0df90410e37e1f3c1b24.jpg\",\"AccoAminitiesMask\":\"1000000000001110000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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&Auml;\\u0081ru-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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":22872,\"Title\":\"Sahelion-Ki-Bari\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1360,\"Title\":\"Pichola Lake\",\"Description\":\"Pichola Lake is one of the most beautiful and picturesque lakes of Rajasthan, India. Located in the heart of the city, Pichola Lake is the oldest and one of the largest lakes of Udaipur. In 1362, the beautiful lake was built by Pichhu Banjara during the ruling period of Maharana Lakha. Talking about the dimensions of Pichhola Lake, it is extended to 3 miles in length, 2 miles in width and has depth of 30 feet.The beauty of this lake has not separated anyone to attract towards it. The lake looks more enchanting with its scenic surroundings. Maharana Udai Singh must have been certainly captivated by the charm of this pristine lake with the perfect backdrop of lush green hills as when he founded the city of Udaipur, he enlarged this lake. He also constructed a dam made in stone that falls under the &amp;#039;Badipol&amp;#039; region on the shore of this lake.Pichola Lake is enveloped by lofty Palaces, temples, bathing ghats and elevated hills on all its sides. In the southern part of this lake, there is a hill that is known as Machhala Magra and one can see glimpse of Eklinggarh Fort from here. The City Palace of Udaipur broadens along the eastern banks of this lake. Built by Jagat Singh, Mohan Mandir is situated in the north-east corner of Lake Pichola\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Pichola_Lake_28058_1529404247.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"472612\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle with Udaipur tour begins with your arrival at Delhi International Airport. At the airport, you will be received by our representative. Get assisted with transfer to the hotel and help you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The tour starts from the capital city of India, Delhi. This bustling city is a perfect combination of the age-old and the contemporary era. Delhi has two distinct parts &amp;ndash; New Delhi, the city created in 1911 as the imperial capital of India by the British and the Old Delhi, the Muslim capital of India between the 17th and 19th centuries. In fact there have been at least eight cities on the site of modern Delhi - the earliest known settlements, Indraprastha featured in the Epic Mahabharata cover 3000 years ago. The capital Delhi has always been an important city of the northern region of the sub-continent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214338,\"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\":\"472613\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214338,\"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\":[{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":689,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472614\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"472615\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India. The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21413,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472616\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"472617\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472618\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hawa Mahal (Palace of Winds): Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422986,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472619\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"472620\",\"Title\":\"DRIVE JAIPUR &ndash; UDAIPUR (400 KM\\/ 7 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast at the hotel, you will be met by our representative and he will assist you with the check-out formalities. You will then start your drive to Udaipur, the final destination on your Golden Triangle with Udaipur Tour Package.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Udaipur : &lt;\\/strong&gt;Udaipur, literally meaning &amp;ldquo;the city of Sunrise&amp;rdquo;, was established by a Rajput King, Maharana Uday Singh, in 1567, and this city is now also known as the &amp;ldquo;City of Lakes&amp;rdquo; and also the &amp;ldquo;Venice of the East&amp;rdquo; Udaipur is a moony lake city with its marble whims, attractive hibiscus-covered gardens and elegant fountain porches, which symbolize the glory of Rajput era. Like many other cities in Rajasthan, Udaipur is the heirloom of an honor-bound race that loved the good things in life and often gave up their lives protecting them.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Udaipur hotel, you will again be received by our representative and will then be assisted with check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472621\",\"Title\":\"UDAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the guide will pick you up from the hotel and take you for a guided sightseeing tour of Udaipur. Tour includes following places of interest:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The biggest palace complex in Rajasthan is the grand City Palace towering above the lake. The major parts of the palace are now well- maintained as a museum with an enormous collection of glass, ceramic figures and small canvases.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jagdish Temple:&lt;\\/strong&gt; The famous Jagdish Temple is situated 150 mts from the City Palace. This fine Indo-Aryan Temple was constructed by Maharana Jagat Singh in 1651. This temple treasures a black stone image of Lord Vishnu as Jagannath, Lord of the universe. A brass image of Garuda the Hindu divinity is in a monument in front of the temple.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Saheliyon Ki Bari:&lt;\\/strong&gt; The Saheliyon ki Bari or the garden of the Maids of Honor is situated in the north of the city. It is a small exquisite garden with fountains, stone elephants and a beautiful lotus pond. In the evening, enjoy a boat ride on Lake Pichola.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;The Lake Pichola:&lt;\\/strong&gt; Lake Pichola derives its name from Pichali village. This lake is fenced by hills, palaces, temples, bathing ghats and ridges. There are two island palaces in the Lake Pichola, the Jag Niwas and the Jag Mandir. Jag Niwas was built as the summer residence of Prince of Mewar and is now the famous Lake Palace hotel. The Jag Mandir is built of red sandstone with a marble ceiling. An enchanting way to end your day in Udaipur is by taking a beautiful boat ride in the evening when the City palace in the background unites with the sparkling lake water.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Udaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":22872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1360,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472622\",\"Title\":\"FLY UDAIPUR-DELHI &amp; DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a leisurely breakfast at the hotel, you will be met by our representative and he will assist you with the check-out formalities. The representative will then escort you to the airport to board flight for Delhi to connect your further flight for onward destination.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"63849\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"123732.18\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"123732.18\",\"priceDoubleOcc\":\"123732.18\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":123732.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1456.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"123732.18\",\"priceDoubleOcc\":\"123732.18\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":123732.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1456.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"123732.18\",\"priceDoubleOcc\":\"123732.18\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":123732.18,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1456.4,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"472612\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[472612],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472613\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[472613],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472614\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472614],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472615\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472615],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472616\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472616],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472617\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472617],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472618\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[472618],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472619\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472619],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472620\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472620],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472621\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[472621],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472622\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[472622],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Udaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Udaipur','','7701,266,12995,28058',123732,123732,7,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"udaipur (2).jpg\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-20 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-11-20 00:00:00','2023-11-20 00:00:00',1,1,'1','1','0','Golden Triangle Udaipur Tour, 7 Nights India Itinerary, Delhi Agra Jaipur Udaipur, Taj Mahal Agra Visit, Udaipur Lakeside Beauty, Delhi Heritage Exploration, Jaipur Pink City Attractions, Udaipur City of Lakes, Cultural Golden Triangle, India Heritage Tour Package','Embark on a 7-night, 8-day Golden Triangle & Udaipur tour. Explore Delhi, Agra, Jaipur, and enchanting Udaipur\'s lakeside beauty on this cultural odyssey through India\'s heritage.','7 Nights, 8 Days Golden Triangle & Udaipur Adventure',NULL,'golden-triangle-with-udaipur',NULL,NULL,NULL,0),(324,63853,1,35,1,0,0,'Honeymoon,Family,Heritage,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63853,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle_1700467523\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Golden Triangle package is one of the best tours for someone travelling for the first time to India. This illustrious and admired Golden Triangle of Delhi, Agra and Jaipur, has its own mystic beauty and magical surprises that none of the areas can compare. This package is a poetic image of exotic India that focuses on the great mirth and the most notable parade of the Mughals and the Rajputs. The Golden Triangle tour sets in motion from the city full of life, Delhi and then it takes a twirl towards the city of romance and candor, Agra and finally steps into the city that arrays a pink carpet for all the visitors, Jaipur.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Family,Heritage,Group Tours\",\"Validity\":{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":366870,\"Name\":\"Park Inn By Radisson Blu Lajpat Nagar\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.563666\",\"Long\":\"77.23528\",\"Address\":\"1&amp;2 Ring Road, Lajpat Nagar 1 110024 DELHI  IN, 110024\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"This 4 star hotel is located within the city of New Delhi and was established in 1968. It is a short drive away from the Qutub Minar and the nearest station is Moolchand. The Hotel has a coffee shop and an outdoor swimming pool. All 68 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/12\\/127953\\/127953a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585597,\"Name\":\"Howard Plaza-The Fern\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104989,\"Name\":\"Alsisar Haveli\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.923044\",\"Long\":\"75.804702\",\"Address\":\"Sansar Chandra Road Jaipur\"},\"Images\":{\"Image\":[{\"ImagId\":2283978,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\"},{\"ImagId\":2283979,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/747\\/15439_200717420751_793670_n_A.jpg\"},{\"ImagId\":2283980,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/819\\/alsisar_1_A.jpg\"},{\"ImagId\":2283981,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/835\\/207809_10150223026720752_1087356_n_A.jpg\"},{\"ImagId\":2283982,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/859\\/alsisar_6_A.jpg\"},{\"ImagId\":2283983,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/787\\/15439_200706695751_4941063_n_A.jpg\"},{\"ImagId\":2283984,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/851\\/alsisar_8_A.jpg\"},{\"ImagId\":2283985,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/867\\/alsisar_10_A.jpg\"},{\"ImagId\":2283986,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/771\\/15439_200717440751_8379638_n_A.jpg\"},{\"ImagId\":2283987,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/827\\/alsisar_2_A.jpg\"},{\"ImagId\":2283988,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/795\\/15439_201425465751_4443127_n_A.jpg\"},{\"ImagId\":2283989,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/755\\/15439_200717425751_6595822_n_A.jpg\"},{\"ImagId\":2283990,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/811\\/33728_488562330751_3602921_n_A.jpg\"},{\"ImagId\":2283991,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/739\\/15439_200706680751_4009225_n_A.jpg\"},{\"ImagId\":2283992,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/779\\/15439_200717450751_507733_n_A.jpg\"},{\"ImagId\":2283993,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/763\\/15439_200717435751_5225502_n_A.jpg\"},{\"ImagId\":2283994,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/843\\/alsisar_5_A.jpg\"},{\"ImagId\":2283995,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/921\\/92A095_P01_3458_hotel_view_1295x595_A.jpg\"},{\"ImagId\":2283996,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/929\\/92A095_P01_lobby_1295x595_A.jpg\"},{\"ImagId\":2283997,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/937\\/92A095_P01_restaurant_1295x595_A.jpg\"},{\"ImagId\":2283998,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/945\\/92A095_P01_swimming_pool_1295x595_A.jpg\"},{\"ImagId\":2283999,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/953\\/92A095_P01_room1_1096x822_A.jpg\"}]},\"CityId\":12995,\"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 Jaipur, Alsisar Haveli is close to Heaven-Piercing Minaret and Ram Niwas Gardens.  This historic hotel is within close proximity of Birla Auditorium and Bapu Bazaar.&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 45 individually decorated guestrooms. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with bathtubs or 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;Treat yourself with massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access, wedding services, 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 hotel&amp;apos;s restaurant, where you can enjoy drinks at a bar, take in a garden view, and even dine alfresco (weather permitting). You can also stay in and take advantage of room service (during limited hours). 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 complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"472652\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle trip begins with your arrival at the Delhi International Airport. At the airport, you will be received by our representative and he will escort you to the hotel and help you with the check-in formalities. The tour starts from the capital city- Delhi, the metropolis with an ideal combination of the ancient and the contemporary era. Delhi has two visible parts:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A) New Delhi, the city created by the British, as the royal capital of India in 1911.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;B) The Old Delhi which was considered as the Muslim capital of India between the 17th and the 19th century. There are at least eight cities on the location of modern Delhi among which Indraprastha is one of the first recognized settlements, highlighted in the epic Mahabharata over 3000 years ago. Nevertheless, Delhi has always been one of the major cities in the northern region of the subcontinent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366870,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472653\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366870,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472654\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"472655\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585597,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472656\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"472657\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472658\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hawa Mahal (Palace of Winds): Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472659\",\"Title\":\"DRIVE JAIPUR - DELHI (265 KM\\/05 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast at the hotel, you will be met by our representative and will be assisted with the check out formalities. You will then start your drive to Delhi&amp;#39;s International Airport in time for your flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"63853\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"79528.77\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"79528.77\",\"priceDoubleOcc\":\"79528.77\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79528.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":936.1,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"79528.77\",\"priceDoubleOcc\":\"79528.77\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79528.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":936.1,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"79528.77\",\"priceDoubleOcc\":\"79528.77\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":79528.77,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":936.1,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"472652\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[472652],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472653\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[472653],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472654\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472654],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472655\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472655],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472656\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472656],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472657\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472657],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472658\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[472658],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472659\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472659],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan','','7701,266,12995',79529,79529,5,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"jaipur.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-20 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-11-20 13:51:51','2023-11-20 00:00:00',1,1,'1','1','0','Golden Triangle Tour 5 Nights, Delhi Agra Jaipur Tour, 5-Day India Itinerary, Taj Mahal Visit, Delhi Historical Sites, Jaipur Pink City Tour, Agra Fort Exploration, India Heritage Tour, Short Golden Triangle Package, Cultural Experience in 5 Nights','Discover India\'s iconic Golden Triangle in 5 nights. Visit Delhi, Agra, and Jaipur to witness historical landmarks, the Taj Mahal, and vibrant cultures.','Explore India\'s Golden Triangle in 5 Nights',NULL,'golden-triangle',NULL,NULL,NULL,0),(325,63863,1,35,1,0,0,'Beach,Family,Heritage,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63863,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-goa_1700469439\",\"BookingValidUntill\":\"2024-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;A glimpse into Indian charms with a tour of Golden India with Goa. Our exclusive 11-day holiday in India covers the most favored tourist circuit called the Golden Triangle, combining the busy capital of New Delhi, the dwelling of the world&amp;#39;s famous tribute of love Taj Mahal, Agra and the gateway to Rajasthan, the pink city, Jaipur. This Golden Triangle tour is rounded off with an exotic journey to Goa that would leave even the most of discerning travel enthusiasts asking for more.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Goa\",\"DestinationPlacesSysId\":10576,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Goa\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing,Guided Tours\",\"PackageType\":\"Beach,Family,Heritage,Group Tours\",\"Validity\":{\"From\":\"2023-11-20\",\"To\":\"2024-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":366870,\"Name\":\"Park Inn By Radisson Blu Lajpat Nagar\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.563666\",\"Long\":\"77.23528\",\"Address\":\"1&amp;2 Ring Road, Lajpat Nagar 1 110024 DELHI  IN, 110024\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"This 4 star hotel is located within the city of New Delhi and was established in 1968. It is a short drive away from the Qutub Minar and the nearest station is Moolchand. The Hotel has a coffee shop and an outdoor swimming pool. All 68 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/12\\/127953\\/127953a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585597,\"Name\":\"Howard Plaza-The Fern\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104989,\"Name\":\"Alsisar Haveli\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.923044\",\"Long\":\"75.804702\",\"Address\":\"Sansar Chandra Road Jaipur\"},\"Images\":{\"Image\":[{\"ImagId\":2283978,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\"},{\"ImagId\":2283979,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/747\\/15439_200717420751_793670_n_A.jpg\"},{\"ImagId\":2283980,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/819\\/alsisar_1_A.jpg\"},{\"ImagId\":2283981,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/835\\/207809_10150223026720752_1087356_n_A.jpg\"},{\"ImagId\":2283982,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/859\\/alsisar_6_A.jpg\"},{\"ImagId\":2283983,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/787\\/15439_200706695751_4941063_n_A.jpg\"},{\"ImagId\":2283984,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/851\\/alsisar_8_A.jpg\"},{\"ImagId\":2283985,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/867\\/alsisar_10_A.jpg\"},{\"ImagId\":2283986,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/771\\/15439_200717440751_8379638_n_A.jpg\"},{\"ImagId\":2283987,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/827\\/alsisar_2_A.jpg\"},{\"ImagId\":2283988,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/795\\/15439_201425465751_4443127_n_A.jpg\"},{\"ImagId\":2283989,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/755\\/15439_200717425751_6595822_n_A.jpg\"},{\"ImagId\":2283990,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/811\\/33728_488562330751_3602921_n_A.jpg\"},{\"ImagId\":2283991,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/739\\/15439_200706680751_4009225_n_A.jpg\"},{\"ImagId\":2283992,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/779\\/15439_200717450751_507733_n_A.jpg\"},{\"ImagId\":2283993,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/763\\/15439_200717435751_5225502_n_A.jpg\"},{\"ImagId\":2283994,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/843\\/alsisar_5_A.jpg\"},{\"ImagId\":2283995,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/921\\/92A095_P01_3458_hotel_view_1295x595_A.jpg\"},{\"ImagId\":2283996,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/929\\/92A095_P01_lobby_1295x595_A.jpg\"},{\"ImagId\":2283997,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/937\\/92A095_P01_restaurant_1295x595_A.jpg\"},{\"ImagId\":2283998,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/945\\/92A095_P01_swimming_pool_1295x595_A.jpg\"},{\"ImagId\":2283999,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/218\\/953\\/92A095_P01_room1_1096x822_A.jpg\"}]},\"CityId\":12995,\"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 Jaipur, Alsisar Haveli is close to Heaven-Piercing Minaret and Ram Niwas Gardens.  This historic hotel is within close proximity of Birla Auditorium and Bapu Bazaar.&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 45 individually decorated guestrooms. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with bathtubs or 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;Treat yourself with massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access, wedding services, 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 hotel&amp;apos;s restaurant, where you can enjoy drinks at a bar, take in a garden view, and even dine alfresco (weather permitting). You can also stay in and take advantage of room service (during limited hours). 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 complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/48\\/630\\/803\\/15439_201425470751_3024846_n_A.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":10576,\"Title\":\"Goa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":214971,\"Name\":\"Casa De Goa - Boutique Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Tivai Vaddo, Goa, India, , , 403516, , , \"},\"Images\":{\"Image\":[{\"ImagId\":4785120,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICi78YtqrWuooqbV7OVh5cHxV2e7bfHvPY1pqiXnWk2Jc7nbpApLXgjfop232tHWIMON7SoCZs95zaqXjeS1P16qgAJgx9JwCRZSCdXFXcscBN0pZJx03yhVWXTGxeQkMBdfMT1KCW2Hfvq\\/7UTjh+Sv9wnhRbQGk0x5Rd5gZR\\/S9ULQvU\\/IveLkao\\/PegKDG96Yp1B7\\/Whibw==\"}]},\"CityId\":10576,\"Brief\":\"Casa De Goa - Boutique Resort is a popular choice amongst travelers in Goa, whether exploring or just passing through. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Free Wi-Fi in all rooms, Wi-Fi in public areas, car park, room service, airport transfer are there for guest&#039;s enjoyment. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like carpeting, separate living room, television LCD\\/plasma screen, mirror, smoke detector. Access to the hotel&#039;s hot tub, outdoor pool, spa, massage, pool (kids) will further enhance your satisfying stay. Casa De Goa - Boutique Resort combines warm hospitality with a lovely ambiance to make your stay in Goa unforgettable.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"472702\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle with Goa tour begins with your arrival at Delhi International Airport. At the airport, you will be received by our representative. Get assisted with transfer to the hotel and help you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The tour starts from the capital city of India, Delhi. This bustling city is a perfect combination of the age-old and the contemporary era. Delhi has two distinct parts &amp;ndash; New Delhi, the city created in 1911 as the imperial capital of India by the British and the Old Delhi, the Muslim capital of India between the 17th and 19th centuries. In fact there have been at least eight cities on the site of modern Delhi - the earliest known settlements, Indraprastha featured in the Epic Mahabharata cover 3000 years ago. The capital Delhi has always been an important city of the northern region of the sub-continent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366870,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472703\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366870,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472704\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"472777\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585597,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472778\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"472779\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"472780\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hawa Mahal (Palace of Winds): Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104989,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1253,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"472781\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"472782\",\"Title\":\"FLY JAIPUR &ndash; GOA VIA MUMBAI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After early breakfast at hotel, you will be met by our representative and assisted with check-out formalities. You will then be transferred to the airport in time to board the flight for Goa via Mumbai, the last destination on your Golden Triangle and Goa tour Package.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You will be received at Goa&amp;rsquo;s Dabolim Airport by our representative and will be transferred to your chosen resort hotel. The representative will assist with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Goa: India&amp;rsquo;s favourite and most popular beach destination , Goa is famous for it&amp;rsquo;s endless stretch of white sandy beaches, relaxed atmosphere, popular beach shacks and famous night spots. For those who know, Goa offers a lot more too, in addition to spending your time sipping cocktails on the beach, or choosing what to eat from the freshest sea food offerings, while in Goa, you can also visit Spice Plantations, the nearby Dudhsagar Water falls, and ofcourse the World Heritage Churches and Convents that Goa is famous for.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Goa.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472783\",\"Title\":\"GOA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;Spend the day enjoying the beach and the hotel facilities. Overnight in Goa.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472784\",\"Title\":\"GOA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Spend the day enjoying the beach and the hotel facilities. Overnight in Goa.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"472785\",\"Title\":\"DEPART GOA\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;After a leisurely breakfast at the hotel, you will be met by our representative and he will assist you with the check-out formalities. Your Golden Triangle and Goa Tour ends with a transfer to Goa airport in time for your flight home.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"63863\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"128217.94\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-20\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":\"128217.94\",\"priceDoubleOcc\":\"128217.94\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":128217.94,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1509.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":\"128217.94\",\"priceDoubleOcc\":\"128217.94\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":128217.94,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1509.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-20\",\"To\":\"2024-01-31\",\"Currency\":1,\"priceTripleOcc\":\"128217.94\",\"priceDoubleOcc\":\"128217.94\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":128217.94,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1509.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"472702\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[472702],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472703\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[472703],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472704\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472704],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472777\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[472777],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472778\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472778],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472779\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[472779],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472780\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[472780],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472781\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472781],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"472782\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[472782],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472783\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[472783],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472784\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[472784],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"472785\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[472785],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Goa','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Goa,West India,JAIPUR DISTRICT','','7701,266,12995,10576',128218,128218,8,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"goa (6).jpg\"},{\"day\":7,\"images\":\"goa (7).jpg\"},{\"day\":8,\"images\":\"goa (8).jpg\"},{\"day\":9,\"images\":\"kolkata (2).jpg\"}]',2,'',0,'2023-11-20 00:00:00','2024-01-31 00:00:00','2024-01-31 00:00:00',3,'India','101','2023-11-20 00:00:00','2023-11-20 00:00:00',1,1,'1','1','0','Golden Triangle Goa Tour, 8 Nights India Itinerary, Delhi Agra Jaipur Goa, Taj Mahal Agra Tour, Goa Beach Adventure, Delhi Heritage Sites, Jaipur Pink City Tour, Goa Relaxation Getaway, Cultural Golden Triangle, India Heritage Tour Package','Experience the best of India: 8-night Golden Triangle & Goa tour. Explore Delhi, Agra, Jaipur\'s heritage, and unwind in Goa\'s pristine beaches.','8 Nights Golden Triangle & Goa Adventure',NULL,'golden-triangle-with-goa',NULL,NULL,NULL,0),(326,63926,1,35,1,0,0,'Adventure,Wildlife,Family,Heritage,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63926,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-sunderbans_1700549419\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Golden Triangle and Sunderbans tour combines history, culture, architecture, wildlife, adventure and more. The 11-day tour itinerary starts with Delhi &amp;lsquo;a city of cities&amp;rsquo; that offers a glimpse of the old and the new. Agra is a reminiscence of the Mughal era with grandiose monuments such as the Taj Mahal. Jaipur, the pink city of Rajasthan has a glorious past and several magnificent monuments whisper the celebrated past of the royal Rajputs of Rajasthan. And, added to this tour is Sunderbans, one of the largest mangrove forests in the world and a UNESCO World Heritage Site, home to ferocious tigers and a unique ecosystem.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Kolkata\",\"DestinationPlacesSysId\":14323,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Sunderbans\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Adventure,Wildlife,Family,Heritage,Group Tours\",\"Validity\":{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":214731,\"Name\":\"The Lalit Delhi\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.633291\",\"Long\":\"77.219162\",\"Address\":\"Barakhamba Avenue, Connaught Place,New Delhi, Delhi, Delhi, India, , , 110001\"},\"Images\":{\"Image\":[{\"ImagId\":4784875,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=ytl9DmwCsAOMI8k2tU0mDX8T3kEXUGloONbnLV3BtdRFOId9JGcV8oFdNYfRdrpXsr\\/yWlhkix0=\"}]},\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":218,\"Title\":\"Birla Temple\",\"Description\":\"Birla Mandir in Kolkata, India, is a Hindu temple on Asutosh Chowdhury Avenue, Ballygunge, built by the industrialist Birla family. On Janmashtami, the birthday of Krishna, devotees come from far away places to pay their respect to the deities.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5289761,\"Long\":88.3656668,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/585\\/thumb\\/Birla Temple_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1675,\"Title\":\"St. Paul&#039;s Cathedral Church\",\"Description\":\"St. Paul&amp;#039;s Cathedral is a CNI Cathedral of Anglican background in Kolkata, West Bengal, India, noted for its Gothic architecture. It is the seat of the Diocese of Calcutta. The cornerstone was laid in 1839 the building was completed in 1847. It is said to be the largest cathedral in Kolkata and the first Episcopal Church in Asia. It was also the first cathedral built in the overseas territory of the British Empire.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5459609,\"Long\":88.3478494,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/583\\/thumb\\/St. Pauls Cathedral Church_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1703,\"Title\":\"Sundarbans National Park\",\"Description\":\"Sundarbans National Park is a large coastal mangrove forest, shared by India and Bangladesh. The area is home to the Royal Bengal tiger, plus other endangered species such as the estuarine crocodile and Ganges River dolphin. Boats from Khulna city travel south along the river to a quiet mangrove beach at Kotka. Here, a watchtower offers views of the forest and its birds and animals.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.141524,\"Long\":88.8861387,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/533\\/thumb\\/Sunderbans National Park_341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":21414,\"Name\":\"ITC Mughal\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.160910649999\",\"Long\":\"78.043924570084\",\"Address\":\"Taj Ganj Agra 282 001\"},\"Images\":{\"Image\":[{\"ImagId\":517279,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/232\\/lux422re-115743-Maikhana_Bar_A.jpg\"},{\"ImagId\":517280,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/240\\/lux422po-65401-Swimming_Pool_Dusk_Kaya_Kalp_A.jpg\"},{\"ImagId\":517281,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/248\\/she421br-135062-Metropolitan_Ballroom_A.jpg\"},{\"ImagId\":517282,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/13\\/969\\/21\\/she422ex.49102_lg_C.jpg\"},{\"ImagId\":517283,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/12\\/53\\/102\\/H0CAEL0Z_A.jpg\"},{\"ImagId\":517284,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/12\\/53\\/127\\/h0caeL00_C.jpg\"},{\"ImagId\":517285,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/200\\/lux422gr-115751-Royal_Mughal_Suite_-_Bedroom_A.jpg\"},{\"ImagId\":517286,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/208\\/lux422gr-115748-Presidential_Suite_-_Bedroom_A.jpg\"},{\"ImagId\":517287,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/216\\/she421sl-77015-Sheraton_Link_Cafe_A.jpg\"},{\"ImagId\":517288,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/224\\/lux422re-115758-Taj_Bano_Restaurant_A.jpg\"}]},\"CityId\":266,\"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 ITC Mughal, a Luxury Collection Hotel, Agra, you&amp;apos;ll be centrally located in Agra, convenient to Mosque and the Jawab and Taj Mahal.  This 5-star resort is within close proximity of Agra Fort and Sadar Bazar.&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 233 air-conditioned rooms featuring minibars and LCD televisions. Cable programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Private bathrooms with shower\\/tub combinations 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You&amp;apos;re sure to appreciate the recreational amenities, which include 2 outdoor swimming pools, a health club, and an outdoor tennis court. This resort also features concierge services, babysitting\\/childcare (surcharge), and an arcade\\/game room.&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 one of the resort&amp;apos;s dining establishments, which include 3 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Relax with a refreshing drink at one of the 2 bars\\/lounges.&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 Agra? This resort has 6852 square feet (636.54 square meters) of space consisting of a conference center and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/57\\/125\\/232\\/lux422re-115743-Maikhana_Bar_A.jpg\",\"AccoAminitiesMask\":\"100111110000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":218,\"Title\":\"Birla Temple\",\"Description\":\"Birla Mandir in Kolkata, India, is a Hindu temple on Asutosh Chowdhury Avenue, Ballygunge, built by the industrialist Birla family. On Janmashtami, the birthday of Krishna, devotees come from far away places to pay their respect to the deities.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5289761,\"Long\":88.3656668,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/585\\/thumb\\/Birla Temple_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1675,\"Title\":\"St. Paul&#039;s Cathedral Church\",\"Description\":\"St. Paul&amp;#039;s Cathedral is a CNI Cathedral of Anglican background in Kolkata, West Bengal, India, noted for its Gothic architecture. It is the seat of the Diocese of Calcutta. The cornerstone was laid in 1839 the building was completed in 1847. It is said to be the largest cathedral in Kolkata and the first Episcopal Church in Asia. It was also the first cathedral built in the overseas territory of the British Empire.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5459609,\"Long\":88.3478494,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/583\\/thumb\\/St. Pauls Cathedral Church_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1703,\"Title\":\"Sundarbans National Park\",\"Description\":\"Sundarbans National Park is a large coastal mangrove forest, shared by India and Bangladesh. The area is home to the Royal Bengal tiger, plus other endangered species such as the estuarine crocodile and Ganges River dolphin. Boats from Khulna city travel south along the river to a quiet mangrove beach at Kotka. Here, a watchtower offers views of the forest and its birds and animals.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.141524,\"Long\":88.8861387,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/533\\/thumb\\/Sunderbans National Park_341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104925,\"Name\":\"ITC Rajputana\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.919283538956\",\"Long\":\"75.791551993883\",\"Address\":\"Palace Road Jaipur 302006\"},\"Images\":{\"Image\":[{\"ImagId\":2282638,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/172\\/lux492ex-136607-Exterior_C.jpg\"},{\"ImagId\":2282639,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/198\\/lux492ex-96468-Facade_C.jpg\"},{\"ImagId\":2282640,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/206\\/lux492gr-96457-Thikana_Suite_-_Bed_Room_A.jpg\"},{\"ImagId\":2282641,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/214\\/lux492gr-96454-Thikana_Suite_-_Living_Room_A.jpg\"},{\"ImagId\":2282642,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/222\\/lux492gr-136615-Thikana_Suite_A.jpg\"},{\"ImagId\":2282643,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/230\\/lux492gr-136616-Thikana_Suite_A.jpg\"},{\"ImagId\":2282644,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/238\\/lux492ls-96432-Jharoka_-_The_Pool_Bar_A.jpg\"},{\"ImagId\":2282645,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/246\\/lux492fc-96409-Health_Club_A.jpg\"},{\"ImagId\":2282646,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/302\\/lux492mf-136624-Banquet_Hall_A.jpg\"},{\"ImagId\":2282647,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/310\\/lux492ag-136620-Steps_Down_to_Spa_A.jpg\"}]},\"CityId\":12995,\"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 Jaipur, ITC Rajputana, A Luxury Collection Hotel, Jaipur is convenient to Birla Auditorium and Ram Niwas Gardens.  This 5-star hotel is within close proximity of Central Museum and Heaven-Piercing Minaret.&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 218 air-conditioned rooms featuring refrigerators and minibars. 42-inch LCD televisions with cable programming provide entertainment, while wireless Internet access (surcharge) keeps you connected. Private bathrooms with bathtubs or 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include wireless Internet access (surcharge), a hair salon, and shopping on site.&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 at one of the hotel&amp;apos;s 3 restaurants, or stay in and take advantage of 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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. This hotel has 3 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/172\\/lux492ex-136607-Exterior_C.jpg\",\"AccoAminitiesMask\":\"100100100000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":218,\"Title\":\"Birla Temple\",\"Description\":\"Birla Mandir in Kolkata, India, is a Hindu temple on Asutosh Chowdhury Avenue, Ballygunge, built by the industrialist Birla family. On Janmashtami, the birthday of Krishna, devotees come from far away places to pay their respect to the deities.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5289761,\"Long\":88.3656668,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/585\\/thumb\\/Birla Temple_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1675,\"Title\":\"St. Paul&#039;s Cathedral Church\",\"Description\":\"St. Paul&amp;#039;s Cathedral is a CNI Cathedral of Anglican background in Kolkata, West Bengal, India, noted for its Gothic architecture. It is the seat of the Diocese of Calcutta. The cornerstone was laid in 1839 the building was completed in 1847. It is said to be the largest cathedral in Kolkata and the first Episcopal Church in Asia. It was also the first cathedral built in the overseas territory of the British Empire.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5459609,\"Long\":88.3478494,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/583\\/thumb\\/St. Pauls Cathedral Church_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1703,\"Title\":\"Sundarbans National Park\",\"Description\":\"Sundarbans National Park is a large coastal mangrove forest, shared by India and Bangladesh. The area is home to the Royal Bengal tiger, plus other endangered species such as the estuarine crocodile and Ganges River dolphin. Boats from Khulna city travel south along the river to a quiet mangrove beach at Kotka. Here, a watchtower offers views of the forest and its birds and animals.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.141524,\"Long\":88.8861387,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/533\\/thumb\\/Sunderbans National Park_341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":14323,\"Title\":\"Kolkata\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585826,\"Name\":\"The Oberoi Grand\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14323,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":218,\"Title\":\"Birla Temple\",\"Description\":\"Birla Mandir in Kolkata, India, is a Hindu temple on Asutosh Chowdhury Avenue, Ballygunge, built by the industrialist Birla family. On Janmashtami, the birthday of Krishna, devotees come from far away places to pay their respect to the deities.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5289761,\"Long\":88.3656668,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/585\\/thumb\\/Birla Temple_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1675,\"Title\":\"St. Paul&#039;s Cathedral Church\",\"Description\":\"St. Paul&amp;#039;s Cathedral is a CNI Cathedral of Anglican background in Kolkata, West Bengal, India, noted for its Gothic architecture. It is the seat of the Diocese of Calcutta. The cornerstone was laid in 1839 the building was completed in 1847. It is said to be the largest cathedral in Kolkata and the first Episcopal Church in Asia. It was also the first cathedral built in the overseas territory of the British Empire.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5459609,\"Long\":88.3478494,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/583\\/thumb\\/St. Pauls Cathedral Church_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1703,\"Title\":\"Sundarbans National Park\",\"Description\":\"Sundarbans National Park is a large coastal mangrove forest, shared by India and Bangladesh. The area is home to the Royal Bengal tiger, plus other endangered species such as the estuarine crocodile and Ganges River dolphin. Boats from Khulna city travel south along the river to a quiet mangrove beach at Kotka. Here, a watchtower offers views of the forest and its birds and animals.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.141524,\"Long\":88.8861387,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/533\\/thumb\\/Sunderbans National Park_341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":72476,\"Title\":\"SUNDARBAN\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585829,\"Name\":\"Sunderban Tiger Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":72476,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":218,\"Title\":\"Birla Temple\",\"Description\":\"Birla Mandir in Kolkata, India, is a Hindu temple on Asutosh Chowdhury Avenue, Ballygunge, built by the industrialist Birla family. On Janmashtami, the birthday of Krishna, devotees come from far away places to pay their respect to the deities.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5289761,\"Long\":88.3656668,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/585\\/thumb\\/Birla Temple_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1675,\"Title\":\"St. Paul&#039;s Cathedral Church\",\"Description\":\"St. Paul&amp;#039;s Cathedral is a CNI Cathedral of Anglican background in Kolkata, West Bengal, India, noted for its Gothic architecture. It is the seat of the Diocese of Calcutta. The cornerstone was laid in 1839 the building was completed in 1847. It is said to be the largest cathedral in Kolkata and the first Episcopal Church in Asia. It was also the first cathedral built in the overseas territory of the British Empire.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.5459609,\"Long\":88.3478494,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/583\\/thumb\\/St. Pauls Cathedral Church_222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1703,\"Title\":\"Sundarbans National Park\",\"Description\":\"Sundarbans National Park is a large coastal mangrove forest, shared by India and Bangladesh. The area is home to the Royal Bengal tiger, plus other endangered species such as the estuarine crocodile and Ganges River dolphin. Boats from Khulna city travel south along the river to a quiet mangrove beach at Kotka. Here, a watchtower offers views of the forest and its birds and animals.\",\"CurrencyType\":0,\"CityId\":14323,\"CityName\":\"Kolkata\",\"Lat\":22.141524,\"Long\":88.8861387,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/533\\/thumb\\/Sunderbans National Park_341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"473201\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle with Sundarbans trip begins with your arrival at the Delhi International Airport. At the airport, you will be received by our representative and he will escort you to the hotel and help you with the check-in formalities. The tour starts from the capital city- Delhi, the metropolis with an ideal combination of the ancient and the contemporary era. Delhi has two visible parts:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;A) New Delhi, the city created by the British, as the royal capital of India in 1911.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;B) The Old Delhi which was considered as the Muslim capital of India between the 17th and the 19th century. There are at least eight cities on the location of modern Delhi among which Indraprastha is one of the first recognized settlements, highlighted in the epic Mahabharata over 3000 years ago. Nevertheless, Delhi has always been one of the major cities in the northern region of the subcontinent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double 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\":\"473202\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473203\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"473204\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21414,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"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\":\"473205\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"473206\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"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\":\"473207\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Hawa Mahal (Palace of Winds):&lt;\\/strong&gt; Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double 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\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1253,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473208\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"473209\",\"Title\":\"Fly Jaipur To Kolkata\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;You will be met at the airport. Get assistance with transfer to the hotel and with check in formalities.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Kolkata:&lt;\\/strong&gt; Cultural, historic and charming, Kolkata previously known as Calcutta is East India&amp;rsquo;s most popular city. Nicknamed &amp;lsquo;The City of Joy&amp;rsquo;, it is a city of contrasts and myriad charms. Formerly the capital of British India before Delhi, the city developed from a fishing village to become one of the largest cities in the world. Symbolizing creativity and vibrancy, the city has lovingly adapted to the modern trends and techniques of the world but has not shed the leisurely lifestyle and the calm of its heydays. While Calcutta is a city of enduring charm, it is also a city that evokes extreme emotions. So be ready to experience something totally different. The city is where Mother Teresa worked tirelessly for the poor and homeless and the city where Rabindra Nath Tagore wrote his famous books and to date has the olden charm intact.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Kolkata.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14323,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585826,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double 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\":\"473210\",\"Title\":\"KOLKATA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;p&gt;After breakfast at the hotel, met your tour guide who will accompany you on a full day sightseeing tour of Kolkata. The places to visit include visit include: Victoria Memorial: One of the famous landmarks of Kolkata, the white-marble monument is an excellent architectural gem in Indo-Saracenic revivalist style.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Birla Planetarium:&lt;\\/strong&gt; The astronomy gallery opens up the secrets of the skies and celestial objects in its display. Designed in the typical Indian style of architecture based on the Buddhist stupa of Sanchi, the Birla Planetarium is a popular tourist place.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;St Paul&amp;#39;s Cathedral:&lt;\\/strong&gt; One of the largest cathedrals in India, St. Paul&amp;#39;s Cathedral is noted for Gothic architecture. A popular tourist site for its historic appeal and incredible layout, the cathedral is testimony of the colonial days and the Anglican community that settled in India.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Indian Museum:&lt;\\/strong&gt; A treasure of history and heritage, the Indian Museum has much to keep you occupied. It is the earliest and the largest multipurpose Museum not only in the Indian subcontinent but also in the Asia-Pacific region of the world. Displays range from Indian history, socio-cultural, geographical, scientific achievements, etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Kolkata.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14323,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585826,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":218,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1675,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473211\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14323,\"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\":\"473212\",\"Title\":\"KOLKATA &ndash; SUNDERBAN (120 KMS\\/03 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Start the day with breakfast at the hotel. This morning drive to Gothkhali Jetty (120 kms\\/03 hrs). From the jetty, boat transfer to Sunderban.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Sunderbans&lt;\\/strong&gt;: The Sunderbans National park is the largest Tiger Reserve and National Park in India. Inscribed as a UNESCO World Heritage Site and is a stretch of impenetrable mangrove forest of great size and bio-diversity. The Sunderbans delta harbors the largest single population in the world. The animals inhabiting this mangrove wilderness have become adept at living a semi-aquatic lifestyle. The Sunderban Tigers are elusive as they are mostly nocturnal in habits resting up during the heat of the day. The mangroves also provide cover for large reptiles such as the Monitor Lizard, Estuarine Crocodile, and the Olive Ridley Turtle and so much more. Tiger sightings are rare, but tourists to the Sunderbans get to see and experience a unique and severely threatened aquatic habitat. Upon arrival check-in at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Sunderban.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72476,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double 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\":\"473213\",\"Title\":\"SUNDARBAN SAFARI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;p&gt;The day includes safaris in Sunderbans. In Sunderbans, safaris are conducted in Boats that cruise through the backwaters and mangrove forests.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Sunderban.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72476,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1703,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473214\",\"Title\":\"IN SUNDARBANS\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;p&gt;Enjoy the day at leisure in Sunderban National Park. Boat safaris are conducted in the national park that cruise through the backwaters accompanied by an experienced naturalist.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Sunderban.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72476,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585829,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1703,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473215\",\"Title\":\"SUNDERBANS &ndash; KOLKATA (120 KMS \\/ 3 HRS.) &amp; DEPART\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;p&gt;Transfer to the Gothkhali Jetty by boat. Later, drive to Kolkata airport in time to board flight for onward destination.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":72476,\"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\":\"63926\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"218574.39\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"218574.39\",\"priceDoubleOcc\":\"218574.39\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":218574.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":2571.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"218574.39\",\"priceDoubleOcc\":\"218574.39\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":218574.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":2571.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"218574.39\",\"priceDoubleOcc\":\"218574.39\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":218574.39,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":2571.8,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"473201\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[473201],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473202\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[473202],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473203\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473203],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473204\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473204],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473205\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[473205],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473206\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[473206],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473207\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[473207],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473208\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[473208],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473209\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[473209],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473210\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[473210],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473211\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[473211],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473212\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[473212],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473213\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[473213],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473214\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[473214],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473215\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[473215],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Kolkata,SUNDARBAN','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Kolkata,West Bengal,East India,SUNDARBAN','','7701,266,12995,14323,72476',218574,218574,10,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"kolkata (4).jpg\"},{\"day\":7,\"images\":\"kolkata (3).jpg\"},{\"day\":8,\"images\":\"kolkata (1).jpg\"},{\"day\":9,\"images\":\"kolkata.jpg\"},{\"day\":10,\"images\":\"kolkata (5).jpg\"},{\"day\":11,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-21 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-11-21 00:00:00','2023-11-21 00:00:00',1,1,'1','1','0','Book Golden Triangle With Sundarbans Adventure Tour, Golden Triangle Sundarbans Tour, 10 Nights India Tour Package, Delhi Agra Jaipur Sundarbans, Taj Mahal Agra Tour, Sundarbans Wildlife Adventure, Delhi Historical Sites, Jaipur Pink City Exploration, Sundarbans Mangrove Forest, Cultural Golden Triangle Tour, India Heritage Tour with Wildlife','Explore India\'s highlights & Sundarbans\' wilderness: 10-night tour. Experience Delhi, Agra, Jaipur, & the captivating Sundarbans\' natural splendor.','Book Golden Triangle With Sundarbans Adventure Tour',NULL,'golden-triangle-with-sunderbans',NULL,NULL,NULL,0),(327,63937,1,35,1,0,0,'Wildlife,Family,Heritage,Group Tours',NULL,1,1,0,'{\"package\":{\"TPId\":63937,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-ranthambore_1700553774\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Golden Triangle with Ranthambore tour combines India&amp;rsquo;s celebrated history, heritage &amp;amp; culture with thrilling wildlife. The 8-day exclusive tour covers famous monuments, world heritage sites including the legendary Taj Mahal. Ranthambore presents a chance to spot tigers in beautiful Ranthambore National Park on game drives. Awe at the fascinating sights, explore the local markets, savor delicious Indian gastronomy and experience India unlike ever before!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Ranthambore\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,Jungle Safari\",\"PackageType\":\"Wildlife,Family,Heritage,Group Tours\",\"Validity\":{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":214731,\"Name\":\"The Lalit Delhi\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.633291\",\"Long\":\"77.219162\",\"Address\":\"Barakhamba Avenue, Connaught Place,New Delhi, Delhi, Delhi, India, , , 110001\"},\"Images\":{\"Image\":[{\"ImagId\":4784875,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=ytl9DmwCsAOMI8k2tU0mDX8T3kEXUGloONbnLV3BtdRFOId9JGcV8oFdNYfRdrpXsr\\/yWlhkix0=\"}]},\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6035,\"Title\":\"Ranthambore National Park, Rajasthan\",\"Description\":\"The national park also provides an opportunity to view numerous bird species and flora. The park does not possess many amphibians and offers the closer view of common Indian toads and frogs.\\r\\n\\r\\nThis national park spreads over an area of 392 sq, km and is one of the finest parks for the conservation of Tigers. The park also features hills, hillocks  and flat valleys. The concerned authorities of the park make special arrangements for wildlife photography and video shootings.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambore_National_Park,_Raj_22593_1529392705.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":355593,\"Name\":\"ITC Mughal\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.160910649999\",\"Long\":\"78.043924570084\",\"Address\":\"Taj Ganj, Agra 282001\"},\"Images\":[],\"CityId\":266,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;In the heart of Agra, ITC Mughal, a Luxury Collection Hotel, Agra is close to Mosque and the Jawab and Mehtab Bagh.  This 5-star resort is within close proximity of Motilal Nehru Park and Jahangir Mahal.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 233 air-conditioned rooms featuring minibars and LCD televisions. Cable programming provides entertainment, and wired and wireless Internet access is available for a surcharge. Private bathrooms with shower\\/tub combinations 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. You&#039;re sure to appreciate the recreational amenities, which include 2 outdoor swimming pools, a health club, and an outdoor tennis court. This resort also features concierge services, babysitting\\/childcare (surcharge), 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 resort&#039;s dining establishments, which include 3 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Relax with a refreshing drink at one of the 2 bars\\/lounges.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include high-speed (wired) Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Agra? This resort has 6852 square feet (636.54 square meters) of space consisting of a conference center 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\\/15\\/e2\\/15e26f0d396a4d273a24b3936dd56f8cef15d35f.jpg\",\"AccoAminitiesMask\":\"1000000000001110000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6035,\"Title\":\"Ranthambore National Park, Rajasthan\",\"Description\":\"The national park also provides an opportunity to view numerous bird species and flora. The park does not possess many amphibians and offers the closer view of common Indian toads and frogs.\\r\\n\\r\\nThis national park spreads over an area of 392 sq, km and is one of the finest parks for the conservation of Tigers. The park also features hills, hillocks  and flat valleys. The concerned authorities of the park make special arrangements for wildlife photography and video shootings.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambore_National_Park,_Raj_22593_1529392705.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":22593,\"Title\":\"Ranthambore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":423394,\"Name\":\"Dev Vilas\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.052422\",\"Long\":\"76.41504\",\"Address\":\"Village Khilchipur, Sawai Madhopur, Khilchipur, RANTHAMBORE, Rajasthan, India, Pin-322001, 322001\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"Dev Vilas in Ranthambhore offers an internet access (surcharge) service to guests during their stay. This location is 2 km away from Ranthambhore Bus Stand and 6 km from Ranthambore Fort.   This hotel has 40 rooms which provide amenities such as a direct-dial phone, television, minibar, air-conditioner, doctor-on-call, attached bathroom with hot and cold water supply, bottled\\/drinking water and a wardrobe.   null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/maw\\/vyf\\/lbw\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6035,\"Title\":\"Ranthambore National Park, Rajasthan\",\"Description\":\"The national park also provides an opportunity to view numerous bird species and flora. The park does not possess many amphibians and offers the closer view of common Indian toads and frogs.\\r\\n\\r\\nThis national park spreads over an area of 392 sq, km and is one of the finest parks for the conservation of Tigers. The park also features hills, hillocks  and flat valleys. The concerned authorities of the park make special arrangements for wildlife photography and video shootings.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambore_National_Park,_Raj_22593_1529392705.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":104925,\"Name\":\"ITC Rajputana\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.919283538956\",\"Long\":\"75.791551993883\",\"Address\":\"Palace Road Jaipur 302006\"},\"Images\":{\"Image\":[{\"ImagId\":2282638,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/172\\/lux492ex-136607-Exterior_C.jpg\"},{\"ImagId\":2282639,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/198\\/lux492ex-96468-Facade_C.jpg\"},{\"ImagId\":2282640,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/206\\/lux492gr-96457-Thikana_Suite_-_Bed_Room_A.jpg\"},{\"ImagId\":2282641,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/214\\/lux492gr-96454-Thikana_Suite_-_Living_Room_A.jpg\"},{\"ImagId\":2282642,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/222\\/lux492gr-136615-Thikana_Suite_A.jpg\"},{\"ImagId\":2282643,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/230\\/lux492gr-136616-Thikana_Suite_A.jpg\"},{\"ImagId\":2282644,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/238\\/lux492ls-96432-Jharoka_-_The_Pool_Bar_A.jpg\"},{\"ImagId\":2282645,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/246\\/lux492fc-96409-Health_Club_A.jpg\"},{\"ImagId\":2282646,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/302\\/lux492mf-136624-Banquet_Hall_A.jpg\"},{\"ImagId\":2282647,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/310\\/lux492ag-136620-Steps_Down_to_Spa_A.jpg\"}]},\"CityId\":12995,\"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 Jaipur, ITC Rajputana, A Luxury Collection Hotel, Jaipur is convenient to Birla Auditorium and Ram Niwas Gardens.  This 5-star hotel is within close proximity of Central Museum and Heaven-Piercing Minaret.&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 218 air-conditioned rooms featuring refrigerators and minibars. 42-inch LCD televisions with cable programming provide entertainment, while wireless Internet access (surcharge) keeps you connected. Private bathrooms with bathtubs or 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;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include wireless Internet access (surcharge), a hair salon, and shopping on site.&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 at one of the hotel&amp;apos;s 3 restaurants, or stay in and take advantage of 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Buffet breakfasts are available daily for a fee.&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. This hotel has 3 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/59\\/474\\/172\\/lux492ex-136607-Exterior_C.jpg\",\"AccoAminitiesMask\":\"100100100000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":6035,\"Title\":\"Ranthambore National Park, Rajasthan\",\"Description\":\"The national park also provides an opportunity to view numerous bird species and flora. The park does not possess many amphibians and offers the closer view of common Indian toads and frogs.\\r\\n\\r\\nThis national park spreads over an area of 392 sq, km and is one of the finest parks for the conservation of Tigers. The park also features hills, hillocks  and flat valleys. The concerned authorities of the park make special arrangements for wildlife photography and video shootings.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambore_National_Park,_Raj_22593_1529392705.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"473316\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle with Ranthambore tour begins with your arrival at Delhi International Airport. At the airport, you will be received by our representative. Get assisted with transfer to the hotel and help you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The tour starts from the capital city of India, Delhi. This bustling city is a perfect combination of the age-old and the contemporary era. Delhi has two distinct parts &amp;ndash; New Delhi, the city created in 1911 as the imperial capital of India by the British and the Old Delhi, the Muslim capital of India between the 17th and 19th centuries. In fact there have been at least eight cities on the site of modern Delhi - the earliest known settlements, Indraprastha featured in the Epic Mahabharata cover 3000 years ago. The capital Delhi has always been an important city of the northern region of the sub-continent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double 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\":\"473317\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":214731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473318\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"473319\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;You will be met by one of our representatives who will assist you with the check-out formalities. You will then start your trail to Agra, the next stop on your Golden Triangle tour package. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Agra is situated on the bank of Yamuna River. It is the dwelling place to India&amp;rsquo;s famous monument, the Taj Mahal. Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. To date, it retains the splendor of its bygone days.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Later in the afternoon, the tour guide will pick you up for the guided sightseeing trip of the Taj Mahal and the Agra Fort.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":355593,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"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\":\"473320\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"473321\",\"Title\":\"DRIVE AGRA TO RANTHAMBORE (280 KMS\\/06 HRS)\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"&lt;p&gt;Depart Agra for Ranthambore, your next stop on tour, en route stopping at Fatehpur Sikri for a guided tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; The deserted capital of the Mughal Empire, the city is roughly 35 kms outside Agra. Built in the 16th century and was abandoned for 12 years due to the scarcity of water. To date the walled city has many beautiful sites of the bygone days. The 54 m tall Buland Darwaza is the main entrance to this city constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. Inside there are beautiful palaces, gardens, shrines and other buildings. After visiting Fatehpur Sikri, continue to drive to Ranthambore.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;On arrival in Ranthambore, check-in at the jungle lodge. Lunch &amp;amp; dinner in the lodge.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Ranthambore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423394,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"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\":\"473322\",\"Title\":\"IN RANTHAMBORE\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"&lt;p&gt;Morning and evening game drives into Ranthambore National Park. The morning Safaris are usually from sunrise to about 10.00 AM, and the afternoon\\/evening safaris are from 3.00 PM to sunset. All meals in the lodge.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Ranthambore:&lt;\\/strong&gt; A wonderful example of Project Tiger&amp;#39;s conservation in Rajasthan, The Ranthambore National Park is one of the famous wildlife sanctuaries in India. Like many things and places of Rajasthan, this too has royal connections. It was formerly the hunting grounds of the royal family of Jaipur. Spread over 400 sq. km. of dry deciduous forest dotted many sharp cliffs, lakes, and rivers. The 10th century Ranthambore Fort stands as a silent watchman on one of these hills.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Since, Ranthambore is a tiger reserve, glimpses of tigers are very common in this area. Besides, few panthers are spotted especially in the Kachida Valley is known to be the best place to have a glimpse of these exclusive cats. Other easily spotted species include marsh crocodiles, hyenas, jungle cats, and the sloth bears. The avian population includes the black storks, quails, Bonelli&amp;rsquo;s eagles; spur fowls, crested serpent eagles, and painted storks. During the winters, there are a lot of migratory birds in the forest, including a different variety of ducks. The National Park is well known for wildlife photography. Wildlife safaris in Ranthambore are conducted in jeeps.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Ranthambore.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423394,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6035,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473323\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"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\":\"473324\",\"Title\":\"DRIVE RANTHAMBORE - JAIPUR (180 KMS\\/03 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;p&gt;Early morning game drive in Ranthambore National Park. After breakfast, check out and continue your tour on to Jaipur.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; A UNESCO listed World Heritage Site, the city of Jaipur is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls, the city was found in 1727 by Maharaja Jai Singh II. Built according to Hindu architecture, the city is known for amazing palaces, forts, charming architecture, markets, and more. On arrival in Jaipur, check-in at the hotel.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight in Jaipur.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"473325\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hawa Mahal (Palace of Winds): Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":104925,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe 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\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1253,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473326\",\"Title\":\"DRIVE JAIPUR - DELHI (265 KM\\/05 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast at the hotel, you will be met by our representative and will be assisted with the check out formalities. You will then start your drive to Delhi&amp;#39;s International Airport in time for your flight back home.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"63937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"152291.57\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"152291.57\",\"priceDoubleOcc\":\"152291.57\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":152291.57,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1791.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"152291.57\",\"priceDoubleOcc\":\"152291.57\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":152291.57,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1791.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-21\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"152291.57\",\"priceDoubleOcc\":\"152291.57\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":152291.57,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1791.9,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"473316\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[473316],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473317\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[473317],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473318\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473318],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473319\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473319],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473320\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[473320],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473321\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[473321],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473322\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[473322],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473323\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[473323],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473324\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[473324],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473325\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[473325],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473326\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[473326],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Ranthambore,Jaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Ranthambore,Rajasthan,Jaipur','','7701,266,22593,12995',152292,152292,7,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"delhi (5).jpg\"},{\"day\":7,\"images\":\"\"},{\"day\":8,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-21 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-11-21 00:00:00','2023-11-21 00:00:00',1,1,'1','1','0','Book Golden Triangle With Ranthambore Safari Tour, 7 Nights Golden Triangle & Ranthambore Safari Tour, Golden Triangle Ranthambore Tour, 7 Nights India Safari Adventure, Delhi Agra Jaipur Ranthambore, Tiger Safari Ranthambore, Golden Triangle Wildlife Expedition, Ranthambore National Park Tour, Delhi Heritage Sites, Taj Mahal Agra Tour, Jaipur Pink City Exploration, Wildlife Safari India Package','Embark on a thrilling 7-nights journey through India\'s Golden Triangle and Ranthambore National Park. Explore Delhi, Agra, Jaipur, and encounter wildlife in Ranthambore.','Book Golden Triangle With Ranthambore Safari Tour',NULL,'golden-triangle-with-ranthambore',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (328,64000,1,35,1,0,0,'Adventure,Family,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":64000,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/b2bzend.s3.ap-south-1.amazonaws.com\\/img\\/35\\/package\\/images\\/golden-triangle-with-desert-dunes_1700633635\",\"BookingValidUntill\":\"2024-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;A two-week tour exploring the vibrant culture, beautiful traditions of three historical cities of India - Delhi, Agra, and Jaipur along with the fascinating desert dunes is a memory to cherish. Our specially-crafted Golden Triangle with Desert Dunes takes you on a sojourn though the Mughal cities, royal provinces of Rajasthan and ultimately the beauty of the timeless desert. Start from the city of Delhi with its myriad charms, then to Agra-the home to the Taj, &amp;lsquo;pink city&amp;rsquo; of Jaipur proceeding to the &amp;lsquo;camel city&amp;rsquo; Bikaner, golden city of Jaisalmer and the &amp;lsquo;blue city&amp;rsquo; Jodhpur.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":7,\"AgencyId\":35,\"AgencyIdB2C\":35,\"AgencyIdB2B\":35,\"DestinationPlaces\":\"Delhi\",\"DestinationPlacesSysId\":7701,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Reisen Tours\",\"Name\":\"Golden Triangle With Desert Dunes\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"16700\",\"SupplierName\":\"Reisen Tours\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Guided Tours,All Transfers\",\"PackageType\":\"Adventure,Family,Heritage,Culture\",\"Validity\":{\"From\":\"2023-11-22\",\"To\":\"2024-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":366862,\"Name\":\"Park Inn by Radisson Lajpat Nagar\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.564782\",\"Long\":\"77.23488\",\"Address\":\"1,2 Ring Road,Lajpat Nagar 4,Delhi,India, 110024\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"&lt;b&gt;Location&lt;\\/b&gt;\\nConveniently located off NH-48, just 20 minutes from the Indira Gandhi International Airport (DEL), the upscale Park Inn by Radisson New Delhi Lajpat Nagar places you in the heart of one of Delhi&#039;s most popular neighbourhoods outside the bustle of the city centre. Guests will be close to the famous clothing shops at Lajpat Nagar Market and the reflection pools at Lotus Temple. In the area for a medical conference? The hotel is near several renowned national hospitals. After a day of walking through the exhibition halls of Pragati Maidan, return to the comfortable rooms and suites, each with amenities like Free Wireless High-speed Internet.\\n\\n&lt;b&gt;Hotel Features&lt;\\/b&gt;\\nFeeling hungry? Order a meal and a drink anytime at RBG Bar &amp; Grill, where you can enjoy alfresco dining. When you&#039;re ready to see the sights, talk to our helpful concierge for tips on the best way to take in India&#039;s thriving capital city. When it&#039;s time to leave, take the airport transport to make your departure a breeze. If you are hosting an event in South Delhi, reserve one of the versatile meeting spaces and get assistance from our catering and floral services. \\n\\n&lt;b&gt;Rooms&lt;\\/b&gt;\\nEach of the 68 rooms and suites is comfortably outfitted with Free Wireless High-speed Internet, a satellite LCD television, a coffee- and tea-maker, and turndown service. Travelling with your entire family? Reserve a suite, which features additional space and amenities to keep everyone comfortable. The hotel also offers smoking and non-smoking rooms on separate floors.\\n\\n&lt;b&gt;Food&lt;\\/b&gt;\\nn the mood for a juicy steak but dont want to leave the comfort of the hotel? The Park Inn in Lajpat Nagar is home to RBG Bar &amp; Grill, the on-site restaurant that serves a wide variety of cuisines. Choose from Chinese dishes, traditional Indian fare and international favourites like gourmet burgers, and then pair your meal with a cool cocktail. Guests can also join each morning for a complimentary breakfast. For a truly indulgent stay, order your meal through room service to enjoy in the privacy of your room or suite.\\n\\n&lt;b&gt;Events&lt;\\/b&gt;\\nPlanning a reception, wedding or business conference on the south side of New Delhi? Consider the flexible meeting space at the Park Inn in Lajpat Nagar, ideally located just 20 minutes from the Indira Gandhi International Airport (DEL) and a short walk from the Moolchand Metro Station. Once your guests arrive, theyll enjoy the catering services, beautiful floral arrangements and Free Wireless High-speed Internet. Choose from three meeting spaces: the poolside room, perfect for large receptions, and the Red and Blu rooms, ideal for intimate gatherings of 30 to 50 guests. The event coordinator at the hotel can help you plan each detail so that your event is a success.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/1509\\/1509738\\/images\\/Business_Class_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":585597,\"Name\":\"Howard Plaza-The Fern\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":413475,\"Name\":\"Zone By The Park\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9345326\",\"Long\":\"75.79424510000001\",\"Address\":\"Madho Singh Road, Sindhi Colony, Bani Park D-65A 302016 JAIPUR  IN, 302016\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"A modern and contemporary space which has the essence of pink city wonderfully woven in Zone by The Park,it is a 4 star property, 15km from international airport, an easy distance to Railway station and bus stand.The hotel is in the close proximity to the famous tourist excursions like Sindhi Camp, Nahargarh Fort Palace, Hawa Mahal, City Palace, Albert Hall Museum and many other attractions.\\nThe property offers facilities such as WiFi, swimming pool, handicap facilities, terrace, doctor on call, laundry, dry cleaning, fitness centre, wellness centre, spa centre, travel desk, parking facility and front desk. Those on business tour can host meetings, conferences and seminars.Featuring spacious and spotlessly clean rooms equipped with modern conveniences like air conditioned, room services, flat-screen television, shower room, room services, currency exchange, luggage storage etc.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/47\\/472201\\/472201a_hb_a_021.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":3209,\"Title\":\"Bikaner\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":42854,\"Name\":\"Heritage Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.020943\",\"Long\":\"73.37382\",\"Address\":\"Jaipur Highway Bikaner 334001\"},\"Images\":{\"Image\":[{\"ImagId\":945216,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_a_001.jpg\"},{\"ImagId\":945217,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_a_002.jpg\"},{\"ImagId\":945218,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_w_003.jpg\"},{\"ImagId\":945219,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_w_004.jpg\"},{\"ImagId\":945220,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_w_005.jpg\"},{\"ImagId\":945221,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_l_006.jpg\"},{\"ImagId\":945222,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_p_007.jpg\"}]},\"CityId\":3209,\"Brief\":\"The resort is located 9 km along the Jaipur-Bikaner highway in Bikaner. The resort is 250 km away from Jodhpur Airport, 12 km away from Bikaner railway station and 10 km away from a bus stand.\\n\\nThe resort is a refined and refreshingly comfortable accommodation located amidst lush green surroundings on the Jaipur-Bikaner highway, exuding the mystique and beauty of the cultural heritage of Rajasthan. The hotel provides 36 deluxe cottages and 14 superior rooms. The facilities include a banquet hall, currency exchange and a restaurant. Guests are welcomed in the lobby with 24-hour reception, a hotel safe and a newspaper stand. Air conditioning, a caf&eacute;, bar, room service, a laundry service, car park and bicycle hire also feature. Business travellers can make use of the conference facilities.\\n\\nThe rooms are refreshingly comfortable and designed with brilliant interiors, all of which is complemented by the breathtaking views of the desert, ensuring a truly unforgettable fun-filled stay. In-room amenities include a well-stocked minibar, direct dial telephone, satellite TV and Internet access. All are en suite with a shower and bathtub. A double bed, safe, tea and coffee making facilities, and a balcony or terrace also come as standard. The air conditioning and heating are individually regulated.\\n\\nGuests can take a refreshing dip in the outdoor swimming pool with hot tub. Guests can also treat themselves to a soothing massage.\",\"MainImg\":\"https:\\/\\/cdn.hotelbeds.com\\/giata\\/14\\/142280\\/142280a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"110000001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":12996,\"Title\":\"Jaisalmer\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":105383,\"Name\":\"Fort Rajwada\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.915272\",\"Long\":\"70.94427\",\"Address\":\"Jodhpur-Barmer Link Road Jaisalmer\"},\"Images\":{\"Image\":[{\"ImagId\":2290241,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-1.jpg\"},{\"ImagId\":2290242,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-2.jpg\"},{\"ImagId\":2290243,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-3.jpg\"},{\"ImagId\":2290244,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-4.jpg\"},{\"ImagId\":2290245,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-6.jpg\"},{\"ImagId\":2290246,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-7.jpg\"},{\"ImagId\":2290247,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-8.jpg\"},{\"ImagId\":2290248,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-9.jpg\"}]},\"CityId\":12996,\"Brief\":\"Located overlooking the fortress of Jaisalmer on six acres of land, this property is located just outside the city centre.\",\"MainImg\":\"http:\\/\\/images.gta-travel.com\\/HH\\/Images\\/IN\\/JAISth\\/JAIS-FOR-1.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":423448,\"Name\":\"Zone by The Park Jodhpur\",\"Star\":\"4.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2789\",\"Long\":\"73.028\",\"Address\":\"Jawahar Tower 29 2-A, ITI Circle, Light Industrial Area, Jodhpur 342003, Rajasthan\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"The 4-star Zone By The Park-Jodhpur offers comfort and convenience whether you&#039;re on business or holiday in Jodhpur. Featuring a satisfying list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour room service, 24-hour security, daily housekeeping, postal service are just some of the facilities on offer. Some of the well-appointed guestrooms feature flat screen television, bathroom phone, clothes rack, free welcome drink, mirror. The property offers various recreational opportunities. For reliable service and professional staff, Zone By The Park-Jodhpur caters to your needs.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000100001110000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Double Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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 &acirc;&euro;&tilde;ceremonial axis&acirc;&euro;&trade; 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&acirc;&euro;&ldquo;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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah&Auml;\\u0081n-Num&Auml;\\u0081 (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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":749,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is located in the modern city of New Delhi. It consists of 13 architectural astronomy instruments. The site is one of five built by Maharaja Jai Singh II of Jaipur, from 1723 onwards, as he was given by Mughal emperor Muhammad Shah the task of revising the calendar and astronomical tables. There is a plaque fixed on one of the structures in the Jantar Mantar observatory in New Delhi that was placed there in 1910 mistakenly dating the construction of the complex to the year 1710. Later research, though, suggests 1724 as the actual year of construction.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.626567,\"Long\":77.215708,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Jantar_Mantar_7701_1504696183.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":737,\"Title\":\"Jal Mahal\",\"Description\":\"Jal Mahal (signifying &amp;quot;Water Palace&amp;quot;) is a royal residence situated amidst the Man Sagar Lake in Jaipur city, the capital of the condition of Rajasthan, India. The royal residence and the lake around it were revamped and amplified in the eighteenth century by Maharaja Jai Singh II of Amber.&amp;quot;The Jal Mahal castle has an eye-popping makeover. Conventional vessel creators from Vrindavan have made the Rajput style wooden water crafts. A tender sprinkling of paddles on the reasonable lake waters takes you to Jal Mahal. You move past finished foyers and chambers on the principal floor to climb as far as possible up to the fragrant Chameli Bagh. Over the lake, you can see the slopes, spotted with sanctuaries and old fortresses, and on the other side, clamoring Jaipur.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9534498,\"Long\":75.8461475,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jal_Mahal_12995_1519718831.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":788,\"Title\":\"Junagarh Fort\",\"Description\":\"Junagarh Fort is a fort in the city of Bikaner, Rajasthan, India. The fort was originally called Chintamani and was renamed Junagarh or &amp;quot;Old Fort&amp;quot; in the early 20th century when the ruling family moved to Lalgarh Palace outside the fort limits\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.016667,\"Long\":73.311944,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/21_1510127585.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":5904,\"Title\":\"Ganga Singh Museum\",\"Description\":\"It exhibits a wide collection of archaeological findings dating back to Harappan and early Gupta period.  Portraits, art and craft, terracotta, pottery, carpets, coins and ancient Rajput weaponry are portrayed in different sections in the museum. Highlights of the exhibit are the gilded gold leaf paintings on camel hides of Usta craftsmen and Silk Robe of Shahzada Saleem.\",\"CurrencyType\":0,\"CityId\":3209,\"CityName\":\"Bikaner\",\"Lat\":28.0329959,\"Long\":73.2599185,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3209\\/sightseeing\\/Ganga_Singh_Museum_3209_1528966389.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":730,\"Title\":\"Jain Temples\",\"Description\":\"A Jain temple is the place of worship for Jains, the followers of Jainism, Derasar is a word used for a Jain temple in Gujarat and southrn Rajasthan. Basadi is a Jain shrine or temple in Karnataka The word is generally used in South India, as well as in Maharashtra. Its historical use in North India is preserved in the names of the Vimala Vasahi and Luna Vasahi temples of Mount Abu. The Sanskrit word is vasati, it implies an institution including residences of scholars attached to the shrine.[\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9126674,\"Long\":70.9128112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12996\\/sightseeing\\/21_1510127679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":528,\"Title\":\"Gadsisar Sagar Lake\",\"Description\":\"The lake was originally built as a conservation reservoir for rainwater harvesting during the ancient times, and it happened to be one of the major water sources for the entire city.Shallow ghats, intricately carved cenotaphs and delightful gardens around this reservoir add to its splendid beauty, and are also one of the main reasons the lakeside has become one of the popular picnic spots in Jaisalmer.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/35\\/thumb\\/Gadisar Lake_679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":733,\"Title\":\"Jaisalmer Fort\",\"Description\":\"It is in, one of the largest forts around the world. Due to its location at the golden stretches of the Thar Desert, this fort is also known as the &amp;lsquo;Sonar Quila&amp;rsquo; or the &amp;lsquo;Golden Fort&amp;rsquo;. Elevated to about sixty feet, the entrance is made from the finest quality rosewood.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9122586,\"Long\":70.9109769,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/34\\/thumb\\/Jaisalmer Fort_951.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":964,\"Title\":\"Laxmi Nath Temple\",\"Description\":\"The Laxminath Temple is situated inside the Jaisalmer Fort. It is dedicated to the goddess of wealth Laxmi and her husband Vishnu. The idols inside the temple are believed to have been installed by Sen Pal Shakdvipi, a Brahmin.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6108\\/thumb\\/Laxmi Nath Temple_649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1516,\"Title\":\"Salim Singh Ki Haveli\",\"Description\":\"The Haveli is almost 300 years old adorning a beautiful arched roof in the shape of a peacock. Famous for its distinctive architecture, the mansion has 38 gracefully carved balconies surmounted with pale-blue cupolas, and all have distinct designs for themselves. The gateway is guarded by two stone carved elephants with the interior walls covered in imperial paintings.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/143\\/thumb\\/Salim Singh Ki Haveli_913.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1340,\"Title\":\"Patwon Ki Haveli\",\"Description\":\"Dipped in an enchanting shade of yellow, Patwon ki Haveli grabs the attention of every visitor. The intricacy of this architecture lies in its exquisite wall paintings, balconies that open to a panoramic view, gateways, arches and most importantly the mirror works on the wall.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9138167,\"Long\":70.917527,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/33\\/thumb\\/Patwon Ki Haveli_393.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null},{\"RefSSId\":1209,\"Title\":\"Nathmal Ki Haveli\",\"Description\":\"Nathmal ki Haveli is an ornate architecture. . The extraordinary exteriors dripping with carvings and the virtuoso work of the Haveli with two elephants made of limestone guarding the entrance is the sight that every visitor is privileged to see. Thus when the sun rays fall on these structures, they radiate like gold.\",\"CurrencyType\":0,\"CityId\":12996,\"CityName\":\"Jaisalmer\",\"Lat\":26.9157487,\"Long\":70.9083443,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/142\\/thumb\\/Nathmal Ki Haveli_143.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"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\":16700,\"SupplierName\":\"Reisen Tours\",\"priceaditionals\":null}]}}]},\"DiscountCode\":[],\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"473657\",\"Title\":\"Arrival in Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Your Golden Triangle with Desert Dunes tour begins with your arrival at Delhi International Airport. At the airport, you will be received by our representative. Get assisted with transfer to the hotel and help you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The tour starts from the capital city of India, Delhi. This bustling city is a perfect combination of the age-old and the contemporary era. Delhi has two distinct parts &amp;ndash; New Delhi, the city created in 1911 as the imperial capital of India by the British and the Old Delhi, the Muslim capital of India between the 17th and 19th centuries. In fact there have been at least eight cities on the site of modern Delhi - the earliest known settlements, Indraprastha featured in the Epic Mahabharata cover 3000 years ago. The capital Delhi has always been an important city of the northern region of the sub-continent.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366862,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473658\",\"Title\":\"DELHI SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, the tour guide will pick you up from the hotel and take you for guided sightseeing of Old and New Delhi. This tour includes the following places:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Red Fort:&lt;\\/strong&gt; The Mughal Fortress of red sandstone dates back to the 17th- century. Inscribed as a UNESCO World Heritage Site, it is an architectural extravaganza. The name is taken from a Hindi word Lal, which means red and Quila which means fort for the red sandstone used in its construction. The octet shape fort has a wall of about 2.4 kms and lies along the Yamuna River. Highlights of the fort are a Diwan-e-Am (Hall for public audience), a Rang Mahal (a water-cooled apartment of royal ladies) and a Pearl Mosque, which was constructed with white marble.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jama Masjid:&lt;\\/strong&gt; One of the country&amp;rsquo;s major mosques, here hundreds and thousands of Muslims offer their prayers even today. Jama Masjid was constructed by Shah Jahan as an architectural extravaganza in 1658.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chandni Chowk (Silver Street):&lt;\\/strong&gt; Chandni Chowk was designed by Jahanara Begum, Shah Jahan&amp;rsquo;s beloved daughter and was home to the well-to-do families of that time. The famous Parantha wale Gali, known for its mouth- watering paranthas is also positioned in Chandni Chowk. The famous gold market, Dariba Kalan is also situated here.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Raj Ghat:&lt;\\/strong&gt; An elementary square platform of black marble on the banks of Yamuna River, symbolizes the spot where Mahatma Gandhi was cremated in 1948. A dedicatory ritual takes place each Friday, in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;India Gate:&lt;\\/strong&gt; India Gate is a free standing, 42-meter high arch. It was built in 1931 and was formerly called the All India War Memorial in the memory of the 90,000 soldiers of the Indian Army who died in World War I. The names of the warriors are engraved all along the walls of the arch. The eternal flame was lit here to honor the Amar Jawan (Immortal Soldier), in 1971.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Rashtrapati Bhavan (President&amp;rsquo;s House):&lt;\\/strong&gt; Rashtrapati Bhavan is the authorized residence of the President of the country. It was designed by Lutyens, and was the official residence of the Viceroy when the British ruled India.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Humayun&amp;rsquo;s Tomb:&lt;\\/strong&gt; Nine years after the death of Humayun, Haji Begum (widow of Humayun) built this tomb in 1565-66 in his memory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Qutub Minar:&lt;\\/strong&gt; This outstanding building in the Southern part of the capital was built by the Muslim King; Qutab&amp;ndash;ud&amp;ndash;din Aibak in 1199 A.D. The Minar (tower) is 72.5 meters tall and its base is a mosque.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Delhi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":366862,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473659\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"473660\",\"Title\":\"DRIVE DELHI - AGRA (220 KMS\\/04 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast at the hotel, you will be met by one of our representatives who will assist you with the check-out formalities. You will then start your journey to Agra, the next stop of Golden triangle tour. The drive from Delhi to Agra will be via the new Expressway, one of India&amp;rsquo;s finest highways.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Agra:&lt;\\/strong&gt; Situated on the bank of Yamuna River, Agra was the capital of the Mughal Empire in the 16th &amp;amp; 17th centuries. Home to the Taj Mahal, the icon of love which is also one of the most prized architectural masterpieces in the country. The glory of its earlier days is lovingly preserved. The monuments, culture, food, shopping, etc. reminds of one of the most popular chapters of Indian history.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Agra, you will again be met by our representative and will be assisted with check in formalities. The day is at your own leisure. You can choose to explore the markets to indulge in shopping, embark upon foodie trails or enjoy the culture.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Agra.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585597,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473661\",\"Title\":\"AGRA SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"&lt;p&gt;Start the day with breakfast at the hotel. Later leave for the guided sightseeing trip including:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Taj Mahal:&lt;\\/strong&gt; This white-marble mausoleum is one of the most beautiful structures in the world and is granted the title of one of the &amp;#39;wonders of the world&amp;#39;. The UNESCO World Heritage Site is also known as the &amp;#39;icon of eternal love&amp;#39;. Without a doubt, it is the most recognized and most visited landmark in India. The monument was built by Mughal Emperor Shah Jahan for his beloved Mumtaz Mahal and took over 22 years. Over 20,000 artisans labored hard day and night. Craftsperson and experts were brought from France and Italy, while the chief architect was from Iran. The visit to the Taj Mahal will long be remembered by you as the highlight of your Golden Triangle Tour.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Agra Fort:&lt;\\/strong&gt; The center of governance of the Mughal Empire, this historical monument is one of the world heritage sites in India. Emperor Akbar started the construction of this huge red sandstone Agra Fort on the bank of Yamuna River in 1565. It was mainly constructed for the soldiers until his grandson, Shah Jahan, added more opulent accommodations. There are several attractive buildings within its porches such as Samman Burj, where Shah Jahan was imprisoned by his son, Moti Masjid, a white marble mosque, Diwan&amp;ndash;e&amp;ndash;Am, Diwan&amp;ndash;e&amp;ndash;Khas, Jahangir&amp;rsquo;s Palace, Khaas Mahal, and Sheesh Mahal.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Agra.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":585597,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473662\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"473663\",\"Title\":\"DRIVE AGRA - JAIPUR (250 KMS\\/05 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxed breakfast at the hotel, you will be met by our representative and will be assisted with check-out formalities. You will then start your trip to Jaipur, the Pink city, the next stop on your Golden Triangle tour, en route stopping at Fatehpur Sikri, for a guided tour of this historic town.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Fatehpur Sikri:&lt;\\/strong&gt; Another world heritage site in Agra, Fatehpur Sikri is the deserted capital of Emperor Akbar roughly 35 kms outside Agra. This city was built in the 16th century and was abandoned a few years later due to the paucity of water. The entire city is still intact, and the sight of this city is worth remembering. The Buland Darwaza, 54 m tall is the main entrance to this city. This gate was constructed in the honor of Akbar&amp;rsquo;s victory in Gujarat. After visiting Fatehpur Sikri, head to Jaipur, the third destination that forms India&amp;rsquo;s Golden Triangle.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaipur:&lt;\\/strong&gt; It is the capital of Rajasthan, and is known as the &amp;ldquo;Pink City&amp;rdquo; because of the pink-tinted constructions in the old city. Recently the walled city of Jaipur has joined the elite list of UNESCO World Heritage Sites. It is situated on a dry lake bed, bordered by barren hills vanquished by forts and broken walls. The city was found in 1727 by Maharaja Jai Singh II, who wanted to be in the good books of the then ruling Mughals. He positioned the city with rectangular blocks according to early Hindu architecture. It is a great city for shopping.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On arrival at the Jaipur hotel, you will again be received by our representative and will then be assisted with check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":\"473664\",\"Title\":\"JAIPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be picked up by the guide from the hotel and will be taken for a guided sightseeing tour of Jaipur and Amber. Sightseeing in Jaipur includes:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amber Fort:&lt;\\/strong&gt; The Amber Fort is located 11 km away from Jaipur. Amber was once the ancient capital of Jaipur. The Fort is an excellent illustration of Rajput architecture, impressively situated on a hillside facing a lake, which reflects its walkways and walls.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hawa Mahal (Palace of Winds): Constructed by Maharaja Sawai Pratap Singh in 1799, the Hawa Mahal is one of Jaipur&amp;rsquo;s main landmarks, the front of the Mahal has pink windows and latticework screens. This Mahal was initially constructed for the ladies of the imperial household to watch the ordinary life and parades of the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;City Palace:&lt;\\/strong&gt; The City Palace is still the dwelling of the former royalty H.H Bhawani Singh Ji of Jaipur. This palace museum has an extensive collection of art, carpets and old weapons.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jantar Mantar (Observatory):&lt;\\/strong&gt; It was built by Maharaja Jai Singh in 1728. Jantar Mantar appears to be an inquisitive collection of sculptures but in fact, each construction has a detailed purpose such as measuring the positions of stars, altitudes, and azimuths and calculating eclipses. The most striking instrument is the sundial which is the 27-meter tall gnomon. The shadow this casts moves up to 4 meters an hour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaipur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":413475,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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\":737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1253,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473665\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"473666\",\"Title\":\"JAIPUR &ndash; BIKANER (330 KMS \\/ 7 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Post breakfast, complete check-out formalities. You will be on the road driving towards Bikaner, the camel city of India. Enjoy the passing scenery of arid desert landscape on the way to Bikaner. This town of Rajasthan is renowned for best riding camels in the world.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Bikaner&lt;\\/strong&gt; &amp;ndash; The charming town of Rajasthan, Bikaner was once a proud royal province of the Rajputana. Rao Bikaji, second son of the founder of Jodhpur, established Bikaner. The old city stands on a slightly high ground delimited by a fortified wall. The Ganga canal, which was constructed between 1925 and 1927, fetched fortune to this otherwise dry desert region.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the Bikaner hotel, you will be met by our representative and he will assist you with the check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Bikaner.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42854,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473667\",\"Title\":\"BIKANER SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"&lt;p&gt;Start the day with a relaxed breakfast. Later, the tour guide will pick you up from the hotel for a guided half day sightseeing tour of Bikaner. Tour includes visit to the following places of interest:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Junagarh Fort &amp;amp; Museum:&lt;\\/strong&gt; The Junagarh fort was built in the late 16th century by Raja Rai Singh, a general in the army of Akbar, the Mughal emperor. The Fort lodged palaces inside it and many Maharajas added comfortable suites to it. There are beautiful halls in the fort like Diwan-e-khas (private audience hall), Anup Mahal, Badal Mahal, Gaj Mandir and Hawa Mahal. The Fort also houses an interesting collection of royal vestments, armory (enormous bore guns used from the back of the camels), Maharaja Ganga Singh&amp;rsquo;s 56 kilogram suit of armor, sword with ivory and crystal handles and a biplane presented to Ganga Singhji by the British during World War I. Only two models of this plane were apparently made.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Ganga Golden Jubilee Museum:&lt;\\/strong&gt; The Ganga Golden Jubilee Museum is known for its incredible collection of antiquity. It houses various sections according to the order and historical importance of the exhibits including Traditional Rajasthani musical instruments, terracotta ware, the Silk Robe of Prince Salim along with the delicate collection of miniatures from across the desert, antique carpets and royal garments. You can also see the war weaponry and the Litho prints of the British Empire. Some of the old photographs, trophies are also on the view. In the evening proceed to the desert dunes to enjoy the sunset.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Overnight stay in Bikaner.&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":42854,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":788,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5904,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473668\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3209,\"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\":\"473669\",\"Title\":\"BIKANER &ndash; JAISALMER (170 KMS \\/ 3 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast complete check-out formalities at the hotel. Proceed to the golden city of Jaisalmer, snuggled on the edge of the Thar Desert.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaisalmer-&lt;\\/strong&gt; Jaisalmer was established by the head of the Bhati sect, Rawal Jaisal Singh in 1156 A.D. It is called the golden city of the Thar Desert, because yellow sand and yellow sandstone is used in most of the buildings in the city. Jaisalmer was declared a National Heritage City in 1974 and since then the town has been very well maintained and protected for the pleasure of the tourists. The vicinity of Jaisalmer is the residence for many rare desert flora and fauna.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Jaisalmer, you will be met by our representative and he will help you with the check-in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are free for the rest of the day. You can either relax and enjoy the hotel facilities or explore the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight in Jaisalmer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":105383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473670\",\"Title\":\"JAISALMER SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast, you will be picked up by the tour guide from the hotel and he will take you for a guided sightseeing tour of Jaisalmer. Tour includes the following places of interest:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaisalmer Fort:&lt;\\/strong&gt; The Jaisalmer Fort was constructed in 1156 by the Bhati ruler, Rao Jaisal. This fort stands over the 80 m tall Trikuta hill, and is delimited by 3 walls and 99 bastions. The Golden sandstone fort over the centuries witnessed many battles between the Bhatis, Mughals and the Rathores of Jodhpur. The Jaisalmer Fort is said to be the oldest and largest living Fort in the World.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jain Temples:&lt;\\/strong&gt; In the fort complex there are many beautifully carved Jain Temples constructed in the 12th and the 15th century. The Maharawals (rulers) of Jaisalmer were sincere Hindus, but were humane on Jainism and encouraged art and religion. There are seven Temples in the complex all of which are connected by an array of halls and alleys. The Gyan Bhandar, a library established in 1500 A.D. is also close to the Fort. This Library stocks some of the priceless manuscripts and other displays like the astrological charts.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Laxminath Temple:&lt;\\/strong&gt; The Laxminath Temple is situated in the heart of the Fort. This Temple is one of the less decorative temples in the fort. It displays an exciting dome of fine paintings.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Havelis:&lt;\\/strong&gt; Jaisalmer has vouched for different forms of construction in different eras. It has witnessed the dominating Rajputana architecture as well as the blend of the Rajputana and delicate Islamic architecture. Havelis are the places, which served as the dwelling place of the ministers and the landlords and they commission these Havelis to show their social status in the society. Patwon ki Haveli is the most elegant and palatial of all the Jaisalmer Havelis. This haveli was constructed between 1800 and 1860 by five Jain brothers. Salim Singh ki Haveli and Nathmal ki Haveli are the other two havelis that are open to visitors.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Gadi Sagar Tank:&lt;\\/strong&gt; Gadi Sagar Tank was once the source of water supply to the city. The tank is encircled by shrines and temples and a variety of waterfowl can be spotted here in the winter months. Later in the evening, a visit to the Sam Sand Dunes. Just outside the city of Jaisalmer, lie the panoramic dunes of Sam, a visit to which will remain in your memory as one of the highlights of your Rajasthan tour. The spirits of the desert, the ripples of the Dunes create a fascinating mirage that stretches for miles and miles. The tour includes a short camel ride, giving you wonderful views of the sunset over the dunes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jaisalmer.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":105383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":730,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":528,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":733,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":964,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1516,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1340,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1209,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473671\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12996,\"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\":\"473672\",\"Title\":\"DRIVE JAISALMER - JODHPUR (290 KMS\\/05 HRS)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, you will be met by our representative at the hotel and he will assist you with the check-out formalities. You will then start your drive to Jodhpur, the next destination on your Golden Triangle with Desert Dunes tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jodhpur &lt;\\/strong&gt;- Jodhpur is famous as the &amp;#39;blue city&amp;#39; because of its blue cottages. The lively desert city of Jodhpur stands at the fringe of the Thar Desert and is the second major city of Rajasthan after Jaipur. The city is differentiated by a huge fort that covers a sheer rocky ridge rising in the heart of the town. The old city is still delimited by a 10 km long wall, made about a century after Jodhpur was established. There are eight gates leading out of the old city. You can take a stroll through the beautiful winding streets. The city of Jodhpur was founded in 1459 by Rao Jodha, the chief of a Rajput clan known as Rathores and was earlier called Marwar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;On your arrival at the hotel in Jodhpur, you will be met by our representative and he will assist you with the check in formalities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You are free for the rest of the day. You can either relax and enjoy the hotel facilities or explore the city.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double 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\":\"473673\",\"Title\":\"JODHPUR SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After a relaxing breakfast, you will be picked up from your hotel and will be taken for a guided sightseeing tour of Jodhpur. Tour includes visits to the following places of interest:&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mehrangarh Fort:&lt;\\/strong&gt; Rested on a hilltop, it takes five kilometres by a curvy road to reach Mehrangarh Fort. Mehrangarh is considered by many as the most striking fort in Rajasthan. Initially built by Maharaja Jodha Rao, the fort was further succeeded by the rulers of Marwar. Of the seven huge gates to the fort, a few like Jayapol and Fatehpol were built to celebrate Marwar rulers&amp;#39; victories over countless enemies. Inside the fort is a series of courtyards and palaces. If you enter through Surajpol, the Jodhpur Museum stocks a brilliant collection of relics of Rajasthan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Jaswant Thaada:&lt;\\/strong&gt; Located close to the Mehrangarh Fort, is the white marble war memorial of Maharaja Jaswant Singh II, known as the Jaswant Thada.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The best way to explore and experience the city of Jodhpur is to take a fascinating walk around the colorful Sardar market and the Clock Tower. Besides experiencing the culinary delights of Jodhpur in the small local restaurants, the antique shops are also worth a visit.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;You can relax for the rest of the day or explore the city on your own.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Overnight stay in Jodhpur.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":423448,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Double Room\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"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}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"473674\",\"Title\":\"FLY JODHPUR - DELHI &amp; DEPART DELHI\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;After breakfast, complete your check-out formalities at the hotel. Get on time transfer to Jodhpur Airport to board flight to Delhi.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Bid goodbye to Golden Triangle with Desert Dunes tours as you reach the Delhi Airport for onward journey.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"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}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"64000\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"166642.14\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2023-11-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"166642.14\",\"priceDoubleOcc\":\"166642.14\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":166642.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1960.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"166642.14\",\"priceDoubleOcc\":\"166642.14\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":166642.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1960.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null},{\"From\":\"2023-11-22\",\"To\":\"2024-03-31\",\"Currency\":1,\"priceTripleOcc\":\"166642.14\",\"priceDoubleOcc\":\"166642.14\",\"priceSingleOcc\":null,\"priceExtraBed\":null,\"priceWithoutBed\":null,\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":10,\"ExcludedPercent\":\"0\",\"PricePerPerson\":166642.14,\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0,\"PC\":2,\"CostInfent\":null,\"CWOB\":null,\"CEB\":null,\"COSTDO\":1960.2,\"COSTSO\":null,\"CostQuad\":null,\"CostQuint\":null,\"CostHexa\":null,\"ACEB\":null,\"COSTTO\":null}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Visa fee, VFS charges and our services are non refunable.&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 fare&amp;nbsp;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%&amp;nbsp; payment is to be made for domestic packages before 7&amp;nbsp;days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100% payment is to be made for international packages before 15&amp;nbsp;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;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt.&amp;nbsp;services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;p&gt;Cancellation charges will be applicable. This will vary from Airlines\\/Hotel\\/Supplier\\/Transporter\\/Railway\\/Cruises\\/or any other service provider.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. services charges are non refundable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. ltd.&amp;nbsp;merely acts as a facilitator to enable the User to book a required services. The contract of service for utilization of the services&amp;nbsp;is always between the User and the concerned service provider.&lt;\\/p&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 Single or&amp;nbsp;&amp;nbsp;twin sharing basis as per Plan choosen.&amp;nbsp;&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 booked.&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 unless mentioned.&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 (domestic Travel ) or&amp;nbsp;Passport (For International Travel)&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;&lt;strong&gt;A message from the Director:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Our company has been at the forefront of&amp;nbsp;travels and tours innovation and consistently offering a rich, unforgettable &amp;amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;amp;ldquoI look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.&amp;amp;rdquo&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;About Reisen Tours India Pvt. Ltd&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours India Pvt. Ltd. is a 15 years old company. We take the opportunity to introduce ourselves as an organization, where we provide the complete range of Tours &amp;amp; Travels services under one roof with our dedicated and experienced team members.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are Providing services as an IATA agent and have important affiliations with travel and other associations like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Memberships:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Association of Domestic Tour Operators of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Allied Member of Indian Association of Tour Operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Outbound Tour Operators Association of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Travel Agents Federation of India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of Network of Indian MICE Agents&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Active Member of IATA Agent Association of India and also Secretary for North India&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Janakpuri Club&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;BNI Delhi West&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Key Services and Representations:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours apart from working in Travel related services including&amp;nbsp;Ticketing, Hotels, Tours, Forex, Visa MICE&amp;nbsp;etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also having&amp;nbsp;IATA Accreditation from Singapore&amp;nbsp;and&amp;nbsp;RBI License for money changing business, we happily provide important travel services like:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also representing the following DMCs and companies in India and provide best rates to our clients.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Connect World Tours Company based in the&amp;nbsp;UAE covering all the Middle East countries.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Back-end suppliers &amp;amp; fixed departure operators&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We are also the back-end suppliers and fixed departure operators for&amp;nbsp;Uzbekistan, Kazakhstan &amp;amp; Russia&amp;nbsp;to various Indian Travel Companies.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Franchise partners with Club Mahindra&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours has franchise partners with Club Mahindra, a time share holiday &amp;amp; hotel company owned by Mahindra Holidays &amp;amp; Resorts India Ltd.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Allied Businesses:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours Currency Exchange&lt;br \\/&gt;\\r\\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Referrals&lt;br \\/&gt;\\r\\nReisen Tours also has an App on Google Play Store in the name of&amp;nbsp;Reisen Referral&amp;nbsp;is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and creates another vertical of income.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Overseas Education:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp;amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp;amp; Georgia for MBBS &amp;amp; Medical Courses from Russia.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complete your MBBS medical courses within 5\\/6 years with a course fee of 22 lakhs to 28 lakhs inclusive of all:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Fees&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Medical insurance&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hostel fee&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;All the Medical universities are recognized with:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;MCI\\/NHC&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;ECFMG&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;USMLE&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;WHO&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;FAIMER&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;IAU.&amp;nbsp;&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"473657\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[473657],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473658\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[473658],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473659\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473659],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473660\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[473660],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473661\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[473661],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473662\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[473662],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473663\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[473663],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473664\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[473664],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473665\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[473665],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473666\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[473666],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473667\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[473667],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473668\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[473668],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473669\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[473669],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473670\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[473670],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473671\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[473671],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"473672\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[473672],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473673\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[473673],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"473674\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[473674],\"Remark\":[\"\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"QuadPrice\":false,\"fixedInventory\":[],\"bookingvalidityDay\":0,\"eventarray\":[]}}','Delhi,Agra,Jaipur,Bikaner,Jaisalmer,Jodhpur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Bikaner,Jaisalmer,Jodhpur','','7701,266,12995,3209,12996,13184',166642,166642,12,'',NULL,'[{\"day\":1,\"images\":\"delhi (3).jpg\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"Agra.jpg\"},{\"day\":4,\"images\":\"Agra Fort.jpg\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"},{\"day\":7,\"images\":\"Bikaner.jpg\"},{\"day\":8,\"images\":\"\"},{\"day\":9,\"images\":\"Jaisalmer (1).jpg\"},{\"day\":10,\"images\":\"Jaisalmer (2).jpg\"},{\"day\":11,\"images\":\"Jodhpur.jpg\"},{\"day\":12,\"images\":\"Jodhpur (1).jpg\"},{\"day\":13,\"images\":\"delhi (4).jpg\"}]',2,'',0,'2023-11-22 00:00:00','2024-03-31 00:00:00','2024-03-31 00:00:00',3,'India','101','2023-11-22 00:00:00','2023-11-22 00:00:00',1,1,'1','1','0','Book Golden Triangle Tour With Desert Dunes, Golden Triangle Desert Tour, 12 Nights India Adventure, Delhi Agra Jaipur Desert Tour, Rajasthan Desert Dunes Experience, Desert Safari India, Jaipur Pink City Tour, Rajasthan Forts and Palaces, India Cultural Heritage Tour, Desert Exploration Package, Golden Triangle Extended Tour','Book Golden Triangle Tour With Desert Dunes. Explore iconic cities, witness majestic forts, and experience the serene beauty of the desert.','Book Golden Triangle Tour With Desert Dunes',NULL,'golden-triangle-with-desert-dunes',NULL,NULL,NULL,0),(329,5758,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5758\",\"VisaName\":\"CHINA VISA\",\"Nationality\":null,\"VisaAdultRates\":12100,\"VisaChildRates\":12100,\"VisaInfantRates\":12100,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"China\",\"VisaRequired\":5,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Emergency Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3-4 working days\",\"VisaValidity\":\"90 Days\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','China','China',NULL,'46',12100,12100,0,NULL,NULL,NULL,0,'',0,'2023-12-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'China','46','2023-12-28 00:00:00','2023-12-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'china-visa',NULL,NULL,NULL,0),(330,5757,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5757\",\"VisaName\":\"CHINA VISA\",\"Nationality\":null,\"VisaAdultRates\":8800,\"VisaChildRates\":8800,\"VisaInfantRates\":8800,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"China\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"INVITATION LETTER SAMPLE\",\"DocFileName1\":\"visa_document_1_5757.pdf\",\"DocName2\":\"PERSONAL DETAILS\",\"DocFileName2\":\"visa_document_2_5757.\",\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":3,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Double Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy first page and address Page and previous Visa Copy if you have&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter in China&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invite photo I&amp;#39;d copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invite Company licence copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your company letter head&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your company GST copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your vaccination certificate copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your education details&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your family details like your wife and kids name and date of birth and place of birth&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your work experience details&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your annual income&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One soft photo size 33x48MM face 75% with white background make a JPG file size above 40kb&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"7-10 working days\",\"VisaValidity\":\"90 Days\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','China','China',NULL,'46',8800,8800,0,NULL,NULL,NULL,0,'',0,'2023-12-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'China','46','2023-12-28 00:00:00','2023-12-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'china-visa',NULL,NULL,NULL,0),(331,5759,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5759\",\"VisaName\":\"CHINA VISA\",\"Nationality\":null,\"VisaAdultRates\":14600,\"VisaChildRates\":14600,\"VisaInfantRates\":14600,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"China\",\"VisaRequired\":5,\"VisaCategory\":2,\"DocName1\":\"INVITATION LETTER SAMPLE\",\"DocFileName1\":\"visa_document_1_5759.pdf\",\"DocName2\":\"PERSONAL DETAILS\",\"DocFileName2\":\"visa_document_2_5759.\",\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":3,\"VisaRequiredName\":\"Emergency Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Double Entry\",\"DocsRequiredText\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport copy first page and address Page and previous Visa Copy if you have&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter in China&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invite photo I&amp;#39;d copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invite Company licence copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your company letter head&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your company GST copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your vaccination certificate copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your education details&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your family details like your wife and kids name and date of birth and place of birth&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your work experience details&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your annual income&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One soft photo size 33x48MM face 75% with white background make a JPG file size above 40kb&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"3-4 working days\",\"VisaValidity\":\"90 Days\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','China','China',NULL,'46',14600,14600,0,NULL,NULL,NULL,0,'',0,'2023-12-28 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'China','46','2023-12-28 00:00:00','2023-12-28 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'china-visa',NULL,NULL,NULL,0),(332,5767,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5767\",\"VisaName\":\"Philippines Visa\",\"Nationality\":null,\"VisaAdultRates\":4900,\"VisaChildRates\":4900,\"VisaInfantRates\":4900,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Philippines\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"VISA FORM\",\"DocFileName1\":\"visa_document_1_5767.docx\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Visa application form fully and legibly completed in English by the applicant&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Original passport valid for at least 6 months beyond the contemplated stay in the&amp;nbsp;Philippines.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Original Notarized&amp;nbsp;invitation letter from Philippines.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Two passport size photograph white backgrounds were taken no more than 6 months ago. Scanned photos are not acceptable.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Covering letter mentioned purpose of&amp;nbsp;Travel&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bank statements for the last six months stamped and signed by bank officer&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ITR last 3 years&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Return Ticket&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Hotel Booking&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If employed, applicant&amp;#39;s Certificate of Current Employment from Employer to include employer&amp;#39;s full name, address and telephone number, applicant&amp;#39;s length of service and salary details&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If self-employed, photocopy of latest Income Tax Return and copy of Personal Assessment Number (PAN) Card&lt;\\/p&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"8 working days\",\"VisaValidity\":\"6 Months\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Philippines','Philippines',NULL,'173',4900,4900,0,NULL,NULL,NULL,0,'',0,'2023-12-29 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Philippines','173','2023-12-29 00:00:00','2023-12-29 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'philippines-visa',NULL,NULL,NULL,0),(333,5770,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5770\",\"VisaName\":\"EGYPT VISA\",\"Nationality\":null,\"VisaAdultRates\":5700,\"VisaChildRates\":5700,\"VisaInfantRates\":5700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Egypt\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Egypt E visa documents&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport scan copy&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;photo with white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;pan card&amp;nbsp;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5 working days\",\"VisaValidity\":\"90 Days\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Egypt','Egypt',NULL,'65',5700,5700,0,NULL,NULL,NULL,0,'',0,'2023-12-29 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Egypt','65','2023-12-29 00:00:00','2023-12-29 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'egypt-visa',NULL,NULL,NULL,0),(334,5771,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5771\",\"VisaName\":\"Oman Visa\",\"Nationality\":null,\"VisaAdultRates\":6500,\"VisaChildRates\":6500,\"VisaInfantRates\":6500,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Oman\",\"VisaRequired\":4,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"e Visa\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;E- Visa&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Scanned copy of passport&amp;nbsp;(First and Last page)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Recent Coloured Scan Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;with white background&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of Pan card&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"4-5 working days\",\"VisaValidity\":\"90 Days\",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"1000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Oman','Oman',NULL,'165',6500,6500,0,NULL,NULL,NULL,0,'',0,'2023-12-30 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Oman','165','2023-12-30 00:00:00','2023-12-30 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'oman-visa',NULL,NULL,NULL,0),(335,5787,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5787\",\"VisaName\":\"Saudi Arabia\",\"Nationality\":null,\"VisaAdultRates\":80,\"VisaChildRates\":80,\"VisaInfantRates\":80,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"USD       \",\"CurrencyType\":2,\"Country\":\"Saudi Arabia\",\"VisaRequired\":2,\"VisaCategory\":1,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Visa On Arrival\",\"VisaCategoryName\":\"Tourism\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Saudi Visa on Arrival&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;-Once you arrive at your destination&amp;rsquo;s airport or entry point in Saudi, use the self-service devices (KIOSK) or go directly to the passport control office to apply for your visa on arrival. Information&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Visa on Arrival Price: SAR 300 (about USD 80).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Medical Insurance Fees: SAR 180&amp;nbsp; (about USD 48.03).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entry: Multiple Entry or single entry depending on Ministry of Foreign Affairs.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Validity: The multiple entry visa is valid for a year from its issue date. The visa allows for stays of up to 90 days.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&amp;nbsp;-Requirements:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;U.S., U.K. or Schengen Visa Holders can qualify for visa on arrival if the below conditions are met: Your visa must be a business or tourist visa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your visa must have been used at least once and have an entry stamp from the issuing country (Digital entry stamp are not accepted).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Your passport must be valid for a minimum of six months beyond the date of entry into Saudi.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"\",\"VisaValidity\":\"SIngle or Multiple\",\"VisaDuration\":\"upto 90 days\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\".00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":0}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Saudi Arabia','Saudi Arabia',NULL,'186',80,80,0,NULL,NULL,NULL,0,'',0,'2024-01-03 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Saudi Arabia','186','2024-01-03 00:00:00','2024-01-03 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'saudi-arabia',NULL,NULL,NULL,0),(336,5788,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5788\",\"VisaName\":\"Saudi Arabia\",\"Nationality\":null,\"VisaAdultRates\":20000,\"VisaChildRates\":20000,\"VisaInfantRates\":20000,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Saudi Arabia\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"\",\"DocFileName1\":null,\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":2,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Multi Entry\",\"DocsRequiredText\":\"&lt;p&gt;Sticker Visa:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Original Passport with 6 months validity on date of submission.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;01 recent Passport size photographs with white background.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation\\/Pre-approval Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Certificate of registration for the Saudi company from the Ministry of Commerce and Investment.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Letter from the host country company which you work, stating the designation and purpose of the visit to the Kingdom, along with seal and signature. The letter needs to be attested by the Chamber of Commerce as well. (Designation to be the same on the Invitation Letter &amp;amp; Cover letter)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Copy of degree apostilled&amp;nbsp;by&amp;nbsp;MEA&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"5-6  working days\",\"VisaValidity\":\"1  year\",\"VisaDuration\":\"upto 90 days\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2000.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Saudi Arabia','Saudi Arabia',NULL,'186',20000,20000,0,NULL,NULL,NULL,0,'',0,'2024-01-05 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Saudi Arabia','186','2024-01-05 00:00:00','2024-01-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'saudi-arabia',NULL,NULL,NULL,0),(337,5816,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5816\",\"VisaName\":\"GERMANY VISA\",\"Nationality\":null,\"VisaAdultRates\":1700,\"VisaChildRates\":1700,\"VisaInfantRates\":1700,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"Germany\",\"VisaRequired\":1,\"VisaCategory\":2,\"DocName1\":\"VISA FORM\",\"DocFileName1\":\"visa_document_1_5816.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"No\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;Sticker Visa:&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Onlining, following documents are required for take the appointment&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Passport with validity&amp;nbsp;of more than six months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Performa duly filled by applicant.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Documents to be carried at the time of Submission&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Original Passport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Form&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Appointment Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Passport size photograph size white background with matte finish&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter address to The Visa Officer, Emabassy of Germany&amp;nbsp;with mentioning duration of visit, purpose of visit, expenses clause&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation Letter&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Bank Statement&amp;nbsp;for the last 6 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Income Tax paper&amp;nbsp;for the last 3 years.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Additional Documents&amp;nbsp;as per below occupational status&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If Self-Employed\\/ Business: -&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Brief Company Profile.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of ownership (Proof of proprietorship, Partnership Deed, Articles of Association)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Bank Statement of the Company for the last 6 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company Income Tax Papers for the last 3 years.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance Sheet of the Company&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;If Employed: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Copy of Appointment letter.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Salary Slip.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Leave certificate from the Employer&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;For Students: -&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Leave Sanction&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;I\\/D card copy.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15 working days after submission\",\"VisaValidity\":\"depends on embassy \",\"VisaDuration\":\"depends on embassy\",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','Germany','Germany',NULL,'83',1700,1700,0,NULL,NULL,NULL,0,'',0,'2024-01-05 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'Germany','83','2024-01-05 00:00:00','2024-01-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'germany-visa',NULL,NULL,NULL,0),(338,5817,6,35,0,0,0,'',NULL,6,0,0,'{\"InvnVisaAllSysId\":\"5817\",\"VisaName\":\"SOUTH KOREA\",\"Nationality\":null,\"VisaAdultRates\":4200,\"VisaChildRates\":4200,\"VisaInfantRates\":4200,\"VisaFamilyOfRates\":0,\"CurrencySymbol\":\"INR       \",\"CurrencyType\":1,\"Country\":\"South Korea\",\"VisaRequired\":3,\"VisaCategory\":2,\"DocName1\":\"VISA FORM\",\"DocFileName1\":\"visa_document_1_5817.pdf\",\"DocName2\":\"\",\"DocFileName2\":null,\"DocName3\":\"\",\"DocFileName3\":null,\"DocName4\":\"\",\"DocFileName4\":null,\"DocName5\":\"\",\"DocFileName5\":null,\"DocName6\":\"\",\"DocFileName6\":null,\"VisaType\":1,\"VisaRequiredName\":\"Normal Visa\",\"VisaCategoryName\":\"Business\",\"VisaTypeName\":\"Single Entry\",\"DocsRequiredText\":\"&lt;p&gt;&lt;strong&gt;Paper Visa:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Valid passport&amp;nbsp;with at least 6 month validity from the date of travel.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Form filled with black pen&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Photograph (Fresh ones i.e. NOT used earlier for any visa)&amp;nbsp;35 x 45 MM with white background.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Covering letter&amp;nbsp;addressed to The Visa Officer Embassy of South Korea.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of Hotel confirmation.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal IT returns&amp;nbsp;of previous 2 years(Mandatory).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Personal latest 6 months Bank Statement with Applicant name&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Invitation letter from Korea&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Scan copy or photocopy of Business Registration of Inviting Korean Company.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If Self-Employed\\/ Business: -&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Brief Company Profile.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company Registration Certificate&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Proof of ownership (Proof of proprietorship, Partnership Deed, Articles of Association)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Original Bank Statement of the Company for the last 6 months.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Company Income Tax Papers for the last 3 years.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Balance Sheet of the Company&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;If Employed: -&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Copy of Appointment letter.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Last 1 year salary slip (in A4 sheet)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Leave certificate from the Employer&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;For Students: -&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Leave Sanction&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;I\\/D card copy.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"BasicRequirementsText\":\"\",\"EmbassyAddressText\":\"\",\"PrecessingTime\":\"15- 20 working days\",\"VisaValidity\":\"90 days \",\"VisaDuration\":\"30 days \",\"DocumentSubmission\":0,\"PhysicalInterview\":0,\"Markup\":[{\"MPType\":1,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1},{\"MPType\":2,\"MarkUpType\":1,\"MarkUp\":\"2500.00\",\"CurrencyType\":1,\"ServiceProviderFee\":\"0\",\"ServiceProviderFeeCurrencyType\":1}],\"TravelersNationality\":[{\"ContId\":\"101\",\"Title\":\"India\"}],\"Document\":[],\"PlanFee\":[]}','South Korea','South Korea',NULL,'197',4200,4200,0,NULL,NULL,NULL,0,'',0,'2024-01-05 00:00:00','1900-01-01 00:00:00','1900-01-01 00:00:00',0,'South Korea','197','2024-01-05 00:00:00','2024-01-05 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'south-korea',NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `tb_tbb2c_packages_master` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan` (
  `TPSysId` int NOT NULL AUTO_INCREMENT,
  `code` varchar(1000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `MasterTpSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `UserSysId` int NOT NULL,
  `CustomerSysId` int NOT NULL,
  `StartDate` date NOT NULL,
  `StartCityId` int NOT NULL,
  `StartCity` varchar(36) NOT NULL,
  `EndCityId` int NOT NULL,
  `EndCity` varchar(36) NOT NULL,
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfant` int NOT NULL,
  `StartContId` int NOT NULL,
  `EndContId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `CreateDate` datetime NOT NULL,
  `QueryStatus` varchar(250) NOT NULL,
  `RM` varchar(100) NOT NULL,
  `Cost` decimal(10,0) NOT NULL,
  `roomJsonInfo` varchar(500) NOT NULL,
  `remark` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `extraMarkUp` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `UpdateDate` datetime NOT NULL,
  `query_type` enum('1','0') NOT NULL DEFAULT '1',
  `packageName` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `noofNights` int NOT NULL DEFAULT '0',
  `Destinations` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `IsCustEdit` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`TPSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan`
--

LOCK TABLES `tb_traavelplan` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan` DISABLE KEYS */;
INSERT INTO `tb_traavelplan` VALUES (1,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL01qazVPVFkyL2NvZGUvNWY3MTQyZTFmNTE2MGMxZWZkYjQ4ZDQ4YjNjNTA5MzcyOTU1NTA3ZDc3N2YxYzFiZTIxOTE1ODE2ODA1NWQ2Mw==',299966,10382,11551,158206,'2022-02-01',0,'',0,'Delhi',2,0,0,0,0,'1','0','2022-01-21 12:03:20','Proposal Sent','Harish Verma',32770,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:03:20','1','Golden Tringle with Mathura 04 Night 05 Days',4,'Delhi','0'),(2,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL01qazVPVGN6L2NvZGUvOTJkMTk1MzQ3OGM0OTJhYzRmMTJkYWZhY2Y1YTI0OTY4NzIxNTMyMzhjY2Y5MDcxYzM2ZjE0MDczNDZiOGViOA==',299973,10382,11551,158206,'2022-02-01',0,'',0,'Delhi',2,0,0,0,0,'1','0','2022-01-21 12:07:07','Proposal Sent','Harish Verma',32770,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:07:07','1','Golden Tringle with Mathura 04 Night 05 Days',4,'Delhi','0'),(3,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL01qazVPVGMzL2NvZGUvMWI5ODM3ZjA1NjMyYzljZTU0ZDBkMGRjMDFkMjg3Nzc4YjFhMjc5NWNiZTFiMzdlM2RmY2EzMWM5YzdjMDRjZA==',299977,10382,11551,158206,'2022-02-10',0,'',0,'Kathmandu',2,0,0,0,0,'1','0','2022-01-21 12:11:09','Proposal Sent','Harish Verma',51194,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:11:09','1','Kathmandu, Pokhara and Nagarkot',4,'Kathmandu','0'),(4,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL01qazVPVGcyL2NvZGUvZWIwYmM1YzQ5ZDA0M2FhYjg3ODU5MGJlYWE2OWZjNzlhZjMzODhmZGJlMGQyMjcwMzUwOGUyZjQ0ZDZjN2NjOA==',299986,9533,10640,149696,'2022-02-25',0,'',0,'Kathmandu',2,0,0,0,0,'1','0','2022-01-21 12:20:03','Proposal Sent','Harish Verma',52872,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:20:03','1','Kathmandu, Pokhara and Nagarkot',4,'Kathmandu','0'),(5,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL01qazVPVGc1L2NvZGUvYTUxNTU0Y2ZlMDYwYTgzNWM2ZjI2MzgyMzdhYTUxMGU2MDZiNThmMGJiZDA1ZjM2MWFkNzc2NWJmMjQ0NTM3Yw==',299989,9533,10640,149696,'2022-02-25',0,'',0,'Kathmandu',2,0,0,0,0,'1','0','2022-01-21 12:24:28','Proposal Sent','Harish Verma',52872,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:24:28','1','Kathmandu, Pokhara and Nagarkot',4,'Kathmandu','0'),(6,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL016QXdNREE1L2NvZGUvNmFiODJjZTk2NzgyN2NmYzMyMjQzNzA3MDYzMzNjYWU5NGY0ZmZmYjc0MmU4ODhkZWZkZGVjMDJjZTE5MDQ2Ng==',300009,9533,10640,149696,'2022-01-29',0,'',0,'Kathmandu',2,0,0,0,0,'1','0','2022-01-21 12:48:24','Proposal Sent','Harish Verma',52872,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'1000','2022-01-21 12:48:24','1','Kathmandu, Pokhara and Nagarkot',4,'Kathmandu','0'),(7,'https://www.reisentours.com//detail/index/view/id/aHR0cHM6Ly9nbG9iYWx0cmF2ZWxleGNoYW5nZS5jb20vL3B1YmxpY3BhY2thZ2Uvdmlldy1jdXN0b21lci1maW5hbC1wYWNrYWdlL2lkL016QXhNVEl6L2NvZGUvMTA0MTlhMjc2N2E0ZjE5NjRmYmUzNzA0ZGM0OTRkMzQ5MTFjYmFkNmJjMjI3YjU5NTY5NWE0NzJhZWQwZWRiMA==',301123,10382,11551,158206,'2022-01-31',0,'',0,'Munnar',2,0,0,0,0,'1','0','2022-01-25 11:22:48','Proposal Sent','Harish Verma',25278,'{\"1\":{\"Adult\":\"2\",\"Child\":\"0\",\"Infant\":\"0\"}}',NULL,'500','2022-01-25 11:22:48','1','Kerala-hills-and-backwaters',3,'Munnar','0');
/*!40000 ALTER TABLE `tb_traavelplan` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_destination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_destination` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `Seq` int NOT NULL,
  `NoDay` int NOT NULL,
  `CitySysId` int NOT NULL,
  `destName` varchar(100) NOT NULL,
  `StartDate` date NOT NULL,
  `EndDate` date NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_destination`
--

LOCK TABLES `tb_traavelplan_destination` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_destination` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_destination` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_hotel_selected`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_hotel_selected` (
  `hotelSId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `optionNo` int NOT NULL,
  `selected_hotelId` int NOT NULL,
  `price` int NOT NULL,
  `DestinationId` int NOT NULL,
  `RoomTypeId` int NOT NULL,
  `MealPlanId` int NOT NULL,
  `Adult` int NOT NULL,
  `AdultExtraBed` int NOT NULL,
  `ChildWithBed` int NOT NULL,
  `ChildWithOutBed` int NOT NULL,
  `Infent` int NOT NULL,
  `IsSelected` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `noofNights` int NOT NULL,
  `destSeq` int NOT NULL,
  PRIMARY KEY (`hotelSId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_hotel_selected`
--

LOCK TABLES `tb_traavelplan_hotel_selected` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_hotel_selected` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_hotel_selected` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_itinerary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_itinerary` (
  `it_Id` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `it_day` varchar(100) NOT NULL,
  `it_title` varchar(100) DEFAULT NULL,
  `it_description` text,
  `cityId` int DEFAULT NULL,
  `CityName` varchar(100) DEFAULT NULL,
  `contId` int DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`it_Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_itinerary`
--

LOCK TABLES `tb_traavelplan_itinerary` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_itinerary` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_itinerary` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_sightseeings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_sightseeings` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `SSSysId` int NOT NULL,
  `gtxPkgId` int NOT NULL DEFAULT '0',
  `Title` varchar(500) NOT NULL,
  `CitySysId` int NOT NULL,
  `day` int NOT NULL,
  `Description` text,
  `Image` varchar(256) DEFAULT NULL,
  `sightseeingType` int NOT NULL,
  `priceType` int NOT NULL DEFAULT '0',
  `price` int NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_sightseeings`
--

LOCK TABLES `tb_traavelplan_sightseeings` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_sightseeings` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_sightseeings` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_tnc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_tnc` (
  `tncId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `inclusion` text NOT NULL,
  `exclusion` text NOT NULL,
  `tnc` text NOT NULL,
  `travel_basics` text NOT NULL,
  `booking_term` text NOT NULL,
  `why_choose_us` text NOT NULL,
  `cancellation_policy` text NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`tncId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_tnc`
--

LOCK TABLES `tb_traavelplan_tnc` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_tnc` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_tnc` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_tnc_master`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_tnc_master` (
  `travTncId` int NOT NULL AUTO_INCREMENT,
  `agencySysId` int NOT NULL,
  `inclusion` text NOT NULL,
  `exclusion` text NOT NULL,
  `tnc` text NOT NULL,
  `travel_basics` text NOT NULL,
  `booking_term` text NOT NULL,
  `why_choose_us` text NOT NULL,
  `cancellation_policy` text NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`travTncId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_tnc_master`
--

LOCK TABLES `tb_traavelplan_tnc_master` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_tnc_master` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_tnc_master` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_traavelplan_vehicles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_traavelplan_vehicles` (
  `vehicleId` int NOT NULL AUTO_INCREMENT,
  `TPSysId` int NOT NULL,
  `VehName` varchar(255) NOT NULL,
  `RouteName` varchar(255) NOT NULL,
  `Capacity` int NOT NULL,
  `Noofnights` int NOT NULL,
  `count_cost` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfent` int NOT NULL,
  `RouteVechSysId` int NOT NULL,
  `VehicleSysId` int NOT NULL,
  `StartCitySysId` int NOT NULL,
  `DestCityId` int NOT NULL,
  `VehSysId` int NOT NULL,
  `SEQ` int NOT NULL,
  `CityName` varchar(64) NOT NULL,
  `EndCityName` varchar(64) NOT NULL,
  `RouteSysId` int NOT NULL,
  `TransType` varchar(255) NOT NULL,
  `TransTypeCat` varchar(255) NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `selected_quantity` int NOT NULL,
  PRIMARY KEY (`vehicleId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_traavelplan_vehicles`
--

LOCK TABLES `tb_traavelplan_vehicles` WRITE;
/*!40000 ALTER TABLE `tb_traavelplan_vehicles` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_traavelplan_vehicles` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_transport_route`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_transport_route` (
  `transport_route_id` int NOT NULL AUTO_INCREMENT,
  `RouteSysId` bigint DEFAULT NULL,
  `RouteName` varchar(250) DEFAULT NULL,
  `SupplierSysId` bigint DEFAULT NULL,
  `Title` varchar(250) DEFAULT NULL,
  `Description` varchar(500) DEFAULT NULL,
  `StartCitySysId` bigint DEFAULT NULL,
  `Noofnights` int DEFAULT NULL,
  `CityName` varchar(50) DEFAULT NULL,
  `EndCityName` varchar(50) DEFAULT NULL,
  `category` text,
  `cityIncludes` text,
  `SSIncludes` text,
  `EndCitySysId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`transport_route_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_transport_route`
--

LOCK TABLES `tb_transport_route` WRITE;
/*!40000 ALTER TABLE `tb_transport_route` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_transport_route` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tb_travelplan_hotel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_travelplan_hotel` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `HotelId` int NOT NULL,
  `hotelName` varchar(256) NOT NULL,
  `DestinationId` int NOT NULL,
  `RoomTypeId` int NOT NULL,
  `MealPlanId` int NOT NULL,
  `Adult` int NOT NULL,
  `AdultExtraBed` int NOT NULL,
  `ChildWithBed` int NOT NULL,
  `ChildWithOutBed` int NOT NULL,
  `Infent` int NOT NULL,
  `IsSelected` enum('0','1') NOT NULL,
  `TpsysId` int NOT NULL,
  `destsysId` int NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `noofNights` int NOT NULL,
  `destSeq` int NOT NULL,
  `star` int NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_travelplan_hotel`
--

LOCK TABLES `tb_travelplan_hotel` WRITE;
/*!40000 ALTER TABLE `tb_travelplan_hotel` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_travelplan_hotel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_whychooseus`
--

DROP TABLE IF EXISTS `tb_whychooseus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_whychooseus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `status` enum('1','0') NOT NULL,
  `isDisplayOnHome` enum('1','0') NOT NULL,
  `image` varchar(200) NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_whychooseus`
--

LOCK TABLES `tb_whychooseus` WRITE;
/*!40000 ALTER TABLE `tb_whychooseus` DISABLE KEYS */;
INSERT INTO `tb_whychooseus` VALUES (12,'Competitive Pricing','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','12_1672386029.png','0'),(13,'Worldwide Coverage','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','13_1672400344.png','0'),(14,'Fast Booking','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','14_1672400333.png','0'),(15,'Guided Tours','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','15_1672400290.png','0');
/*!40000 ALTER TABLE `tb_whychooseus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_agency`
--

DROP TABLE IF EXISTS `tbl_about_agency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_agency` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `icon` varchar(256) NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_agency`
--

LOCK TABLES `tbl_about_agency` WRITE;
/*!40000 ALTER TABLE `tbl_about_agency` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_about_agency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_indoasia`
--

DROP TABLE IF EXISTS `tbl_about_indoasia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_indoasia` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_indoasia`
--

LOCK TABLES `tbl_about_indoasia` WRITE;
/*!40000 ALTER TABLE `tbl_about_indoasia` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_about_indoasia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_about_yit`
--

DROP TABLE IF EXISTS `tbl_about_yit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_about_yit` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_about_yit`
--

LOCK TABLES `tbl_about_yit` WRITE;
/*!40000 ALTER TABLE `tbl_about_yit` DISABLE KEYS */;
INSERT INTO `tbl_about_yit` VALUES (1,'Offer 1','1579094359.png','','',0,'2020-01-15 18:49:19','0000-00-00 00:00:00',1,1);
/*!40000 ALTER TABLE `tbl_about_yit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_accolades_awards`
--

DROP TABLE IF EXISTS `tbl_accolades_awards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_accolades_awards` (
  `AwardId` int NOT NULL AUTO_INCREMENT,
  `AwardTitle` varchar(100) NOT NULL,
  `AwardImage` varchar(256) NOT NULL,
  `AwardDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`AwardId`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_accolades_awards`
--

LOCK TABLES `tbl_accolades_awards` WRITE;
/*!40000 ALTER TABLE `tbl_accolades_awards` DISABLE KEYS */;
INSERT INTO `tbl_accolades_awards` VALUES (1,'sddsfdsfdfs cvvvvvvvvvvvvvvv','1554097652.jpg','<p>sfdsdfsdfdfs</p>\r\n','2019-04-01 11:02:45','2019-04-01 11:17:40','1','1'),(2,'dfgdgdf','1554097637.jpg','<p>gdfgdfgdfg</p>\r\n','2019-04-01 11:03:02','2019-04-01 11:17:17','1','0'),(3,'sdfsdfsdf','1560584250.png','<p>sdfsdfsdf</p>','2019-04-01 11:17:25','2019-06-15 13:07:30','1','0'),(4,'test by m','1560584270.jpg','','2019-06-15 13:07:50','0000-00-00 00:00:00','1','0');
/*!40000 ALTER TABLE `tbl_accolades_awards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_accreditations_client`
--

DROP TABLE IF EXISTS `tbl_accreditations_client`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_accreditations_client` (
  `ClientId` int NOT NULL AUTO_INCREMENT,
  `AccreditationsTitle` text NOT NULL,
  `AccreditationsImage` varchar(100) NOT NULL,
  `ClientImages` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`ClientId`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_accreditations_client`
--

LOCK TABLES `tbl_accreditations_client` WRITE;
/*!40000 ALTER TABLE `tbl_accreditations_client` DISABLE KEYS */;
INSERT INTO `tbl_accreditations_client` VALUES (1,'YIT is nationally recognized tour operator and travel agents with recognition from National and International associations such as Government of India (MOTGOI), IATO, ADTOI, ASTA, PATA, Eco Tourism, SITE (applied for)..','1554118185.jpg','1561705221_0.png,1561705221_1.jpg,1561705459_0.jpg,1561705476_0.jpg,1561705476_1.jpg','2019-06-28 12:34:36','1','0');
/*!40000 ALTER TABLE `tbl_accreditations_client` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_agent_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_agent_query` (
  `queryId` int NOT NULL AUTO_INCREMENT,
  `code` text NOT NULL,
  `MasterTpSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `UserSysId` int NOT NULL,
  `StartDate` datetime NOT NULL,
  `TotalAdult` int NOT NULL,
  `TotalChild` int NOT NULL,
  `TotalInfant` int 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 NOT NULL,
  `Destination` varchar(256) NOT NULL,
  PRIMARY KEY (`queryId`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_agent_query`
--

LOCK TABLES `tbl_agent_query` WRITE;
/*!40000 ALTER TABLE `tbl_agent_query` DISABLE KEYS */;
INSERT INTO `tbl_agent_query` VALUES (1,'',0,37,453,'0000-00-00 00:00:00',2,0,0,'1','0','2018-12-10 18:10:50','2018-12-10 18:10:50','Amazing Ladakh',7,''),(2,'',0,37,453,'2018-12-17 00:00:00',3,1,0,'1','0','2018-12-10 18:23:02','2018-12-10 18:23:02','Amazing Ladakh',7,'Leh'),(3,'',0,37,453,'2018-12-17 00:00:00',3,0,0,'1','0','2018-12-11 16:40:30','2018-12-11 16:40:30','Test Package Hellogtx',5,'Leh'),(4,'',0,37,453,'2018-12-12 00:00:00',3,1,0,'1','0','2018-12-11 16:42:04','2018-12-11 16:42:04','Test Package Hellogtx',5,'Leh'),(5,'',0,37,453,'2018-12-12 00:00:00',2,0,0,'1','0','2018-12-11 16:47:11','2018-12-11 16:47:11','Test Package Hellogtx',5,'Leh'),(6,'',0,37,453,'2018-12-17 00:00:00',2,0,0,'1','0','2018-12-11 16:48:13','2018-12-11 16:48:13','Test Package Hellogtx',5,'Leh'),(7,'',0,37,453,'2019-01-11 00:00:00',2,0,0,'1','0','2018-12-11 16:51:51','2018-12-11 16:51:51','Test Package Hellogtx',5,'Leh'),(8,'',0,37,453,'2018-11-11 00:00:00',1,0,0,'1','0','2018-12-11 16:54:45','2018-12-11 16:54:45','Test Package Hellogtx',5,'Leh'),(9,'',0,37,453,'2018-12-17 00:00:00',1,0,0,'1','0','2018-12-11 17:00:24','2018-12-11 17:00:24','Test Package Hellogtx',5,'Leh'),(10,'',0,37,453,'2018-12-17 00:00:00',1,0,0,'1','0','2018-12-11 17:00:33','2018-12-11 17:00:33','Test Package Hellogtx',5,'Leh'),(11,'',0,37,453,'2019-01-11 00:00:00',2,0,0,'1','0','2018-12-11 17:33:32','2018-12-11 17:33:32','Test Package Hellogtx',5,'Leh'),(12,'',0,37,453,'2018-12-17 00:00:00',2,0,0,'1','0','2018-12-11 17:34:24','2018-12-11 17:34:24','Test Package Hellogtx',5,'Leh'),(13,'',0,37,453,'2018-12-17 00:00:00',2,0,0,'1','0','2018-12-11 17:34:35','2018-12-11 17:34:35','Test Package Hellogtx',5,'Leh'),(14,'',0,37,453,'2018-12-28 00:00:00',2,0,0,'1','0','2018-12-27 17:38:12','2018-12-27 17:38:12','Test Package Hellogtx',5,'Leh');
/*!40000 ALTER TABLE `tbl_agent_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_airline_support`
--

DROP TABLE IF EXISTS `tbl_airline_support`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_airline_support` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `airlinecode` varchar(20) NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `address1` varchar(250) DEFAULT NULL,
  `address2` varchar(250) DEFAULT NULL,
  `phoneno` varchar(50) DEFAULT NULL,
  `mobileno` varchar(50) DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_airline_support`
--

LOCK TABLES `tbl_airline_support` WRITE;
/*!40000 ALTER TABLE `tbl_airline_support` DISABLE KEYS */;
INSERT INTO `tbl_airline_support` VALUES (32,'9H','','<p>dsfsdfs</p>\r\n','<p>ewrewtwte</p>\r\n','999988','77777777777','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(33,'9W','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(34,'AA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(35,'AC','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(36,'AF','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(37,'AI','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(38,'AK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(39,'AY','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(40,'AZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(41,'B3','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(42,'BA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(43,'CO','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(44,'CX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(45,'CZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(46,'D7','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(47,'DL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(48,'DN','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(49,'EK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(50,'ET','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(51,'EY','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(52,'FD','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(53,'FI','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(54,'FR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(55,'FZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(56,'G8','G8.png','C-1, Wadia International Centre (WIC), Pandurang Budhkar Marg, Worli, Mumbai 400 025, India','C-1, Wadia International Centre (WIC), Pandurang Budhkar Marg, Worli, Mumbai 400 025, India','022 6741 0000','022 6868 6000','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(57,'G9','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(58,'GF','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(59,'H1','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(60,'HQ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(61,'I5','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(62,'I7','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(63,'IC','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(64,'IT','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(65,'IX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(66,'J9','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(67,'JL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(68,'KC','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(69,'KL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(70,'KU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(71,'LB','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(72,'LH','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(73,'LX','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(74,'MH','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(75,'MU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(76,'noimage','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(77,'OS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(78,'PG','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(79,'PR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(80,'PS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(81,'QF','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(82,'QR','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(83,'QZ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(84,'RA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(85,'SG','','A-74, Sweetball Business Center BAY, 108, Sector 63, Noida, Uttar Pradesh 201301','','222222222','44444444','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(86,'SK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(87,'SN','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(88,'SQ','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(89,'SU','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(90,'SV','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(91,'TG','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(92,'TK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(93,'U2','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(94,'UA','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(95,'UK','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(96,'UL','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(97,'VS','','','','','','1','0','1','2021-12-10 07:08:59','2021-12-10 07:08:59'),(98,'WY','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(99,'Z5','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(100,'ZS','','','','','','1','0','1','2021-12-10 07:09:00','2021-12-10 07:09:00'),(101,'6E','6E.png','Upper Ground Floor, Thapar House, Gate No. 2, Western Wing, 124 Janpath, New Delhi – 110001 India.','','+91124 617 3838','+91124 617 3838','1','0','1','2021-12-10 07:15:55','2021-12-10 07:15:55'),(102,'AccesRail_1516864292','','','','','','1','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43'),(103,'royal_air_cambodge','','','','','','1','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43'),(104,'zuliana_de_aviacian','','','','','','1','0','1','2021-12-10 12:49:43','2021-12-10 12:49:43');
/*!40000 ALTER TABLE `tbl_airline_support` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_all_continent`
--

DROP TABLE IF EXISTS `tbl_all_continent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_all_continent` (
  `ContinentId` int NOT NULL AUTO_INCREMENT,
  `ContinentTitle` varchar(256) NOT NULL,
  `ContinentLabel` varchar(256) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `UpdateDate` datetime NOT NULL,
  `orderOfAppearance` int NOT NULL,
  PRIMARY KEY (`ContinentId`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_all_continent`
--

LOCK TABLES `tbl_all_continent` WRITE;
/*!40000 ALTER TABLE `tbl_all_continent` DISABLE KEYS */;
INSERT INTO `tbl_all_continent` VALUES (1,'Middle East','middle-east','1','2020-01-27 17:16:14',5),(2,'Asia','asia','1','2019-10-04 11:59:03',4),(3,'Europe','europe','1','2019-04-15 17:37:27',3),(4,'India','india','1','2020-02-12 16:33:30',1),(5,'North America','north-america','1','2020-01-31 13:19:37',8),(6,'Eurasia','eurasia','1','2020-01-28 13:02:55',6),(7,'United Kingdom','united-kingdom','1','2020-01-27 17:15:48',2),(8,'Oceania','oceania','1','2020-03-19 18:24:39',7);
/*!40000 ALTER TABLE `tbl_all_continent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_available_destination`
--

DROP TABLE IF EXISTS `tbl_available_destination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_available_destination` (
  `id` int NOT NULL AUTO_INCREMENT,
  `source` varchar(100) NOT NULL,
  `Destination` varchar(100) DEFAULT NULL,
  `Origin` varchar(100) DEFAULT NULL,
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_available_destination`
--

LOCK TABLES `tbl_available_destination` WRITE;
/*!40000 ALTER TABLE `tbl_available_destination` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_available_destination` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_block`
--

DROP TABLE IF EXISTS `tbl_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_block` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `block_title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `block_description` longtext NOT NULL,
  `url_title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `background_image` varchar(50) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  PRIMARY KEY (`sid`),
  UNIQUE KEY `sid` (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_block`
--

LOCK TABLES `tbl_block` WRITE;
/*!40000 ALTER TABLE `tbl_block` DISABLE KEYS */;
INSERT INTO `tbl_block` VALUES (1,'LAST MINUTE DEALS','','<p>Save up to 25% plus an extra US$50 with Mastercard</p>\r\n','50+ TRIP DEALS','ertrtu1','1_1556258977.jpg','Activate','2019-04-24 16:27:23','0000-00-00 00:00:00'),(2,'FIX DEPARTURES DEALS','','<p>Save up to 25% plus an extra US$50 with Mastercard</p>\r\n','STARTING FROM US$783','ertrtu2','_1556260758.jpg','Activate','2019-04-24 19:16:04','0000-00-00 00:00:00'),(3,'SUMMER IN INDIA','','<p>Book now to score the best deal on your 2019 trip</p>\r\n','DREAMING OF A INDIA SUMMER?','ertrtusdfgsdfg3','3_1556262005.jpg','Activate','2019-04-24 19:16:04','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `tbl_block` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_blog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_blog` (
  `BlogId` int NOT NULL AUTO_INCREMENT,
  `BlogTitle` varchar(255) NOT NULL,
  `BlogIdentifier` varchar(256) 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 DEFAULT '0',
  `isMarkForDel` tinyint DEFAULT '0',
  `keyword` text,
  `description` text,
  `metatag` text,
  `selectedPackages` varchar(500) NOT NULL,
  PRIMARY KEY (`BlogId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_blog`
--

LOCK TABLES `tbl_blog` WRITE;
/*!40000 ALTER TABLE `tbl_blog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_blog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_branches`
--

DROP TABLE IF EXISTS `tbl_branches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_branches` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `office_address` varchar(250) NOT NULL,
  `office_address_name` varchar(250) NOT NULL,
  `branch_mailid` varchar(25) NOT NULL,
  `address` varchar(255) NOT NULL,
  `image` varchar(200) NOT NULL,
  `website_link` varchar(100) NOT NULL,
  `toll_free_name` varchar(100) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`DesSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_branches`
--

LOCK TABLES `tbl_branches` WRITE;
/*!40000 ALTER TABLE `tbl_branches` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_branches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_car_booking`
--

DROP TABLE IF EXISTS `tbl_car_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_booking` (
  `id` int NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `Trip_Id` varchar(255) NOT NULL,
  `TravelDate` date NOT NULL,
  `BookingId` varchar(120) NOT NULL,
  `status` varchar(50) NOT NULL,
  `API_Response` longtext NOT NULL,
  `GUID` varchar(255) NOT NULL,
  `error` varchar(150) DEFAULT NULL,
  `PaymentStatus` smallint NOT NULL,
  `error_Message` varchar(50) DEFAULT NULL,
  `email` varchar(150) DEFAULT NULL,
  `phone` varchar(50) NOT NULL,
  `customerData` text NOT NULL,
  `requestdata` text NOT NULL,
  `ticketStatus` varchar(150) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_car_booking`
--

LOCK TABLES `tbl_car_booking` WRITE;
/*!40000 ALTER TABLE `tbl_car_booking` DISABLE KEYS */;
INSERT INTO `tbl_car_booking` VALUES (12,0,0,37,'FD0BI257829-3864EAE5-0E48-4897-9E90-BC59A422C815','0000-00-00','cab5fd0bae75b646','Ok','{\"amount\":\"1523\",\"numberofcars\":\"1\",\"tarceId\":\"3864EAE5-0E48-4897-9E90-BC59A422C815\",\"data\":{\"count\":10,\"onewaydist\":0,\"onewayprice\":0,\"leftoverdistance\":0,\"leftoverprice\":0,\"gston\":0,\"gst\":0,\"totlamt\":0,\"vehicle\":\"Tata Indigo\",\"sourceCity\":\"Delhi\",\"destinationCity\":null,\"seatingCapacity\":4,\"perKm\":\"9.50\",\"MinimumChargedDistance\":null,\"driverCharges\":null,\"nightHalt\":null,\"vpic\":\"tata-indigo.jpg\",\"VehicleCategory\":\"Sedan\",\"hillCharges\":null,\"stateBorderCharges\":null,\"days\":\"1\",\"ApproxDistance\":null,\"ServiceTax\":\"5.00\",\"basicRate\":null,\"serviceTaxAmount\":72.5,\"totalAmount\":1523,\"hostUrl\":\"admin.clearcarrental.com\",\"responseCode\":1}}','700005755249','',1,'','ganesh@catpl.co.in','8585960381','','',''),(13,0,0,37,'RT0BI257839-67431487-1E92-BA8F-A225-AC39291711C4','0000-00-00','cab5fd0c75f509e1','Ok','{\"amount\":\"43050\",\"numberofcars\":\"2\",\"tarceId\":\"67431487-1E92-BA8F-A225-AC39291711C4\",\"data\":{\"count\":15,\"onewaydist\":255,\"onewayprice\":2358.75,\"leftoverdistance\":255,\"leftoverprice\":2358.75,\"gston\":4967.5,\"gst\":248.375,\"totlamt\":5215.875,\"vehicle\":\"Tata Indica\",\"sourceCity\":\"Delhi\",\"destinationCity\":\"Jaipur\",\"seatingCapacity\":4,\"perKm\":9.25,\"MinimumChargedDistance\":250,\"driverCharges\":250,\"nightHalt\":0,\"vpic\":\"tata-indica.jpg\",\"VehicleCategory\":\"Hatchback\",\"hillCharges\":0,\"stateBorderCharges\":0,\"days\":\"8\",\"ApproxDistance\":510,\"ServiceTax\":\"5.00\",\"basicRate\":20500,\"serviceTaxAmount\":1025,\"totalAmount\":21525,\"hostUrl\":null,\"responseCode\":null}}','700005755289','',1,'','ganesh@catpl.co.in','8585960381','','','');
/*!40000 ALTER TABLE `tbl_car_booking` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_comments` (
  `commentId` int NOT NULL AUTO_INCREMENT,
  `blogId` int NOT NULL,
  `name` varchar(55) NOT NULL,
  `emailId` varchar(55) NOT NULL,
  `website` varchar(256) NOT NULL,
  `comment` text NOT NULL,
  `status` tinyint NOT NULL,
  `createDate` datetime NOT NULL,
  PRIMARY KEY (`commentId`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_comments`
--

LOCK TABLES `tbl_comments` WRITE;
/*!40000 ALTER TABLE `tbl_comments` DISABLE KEYS */;
INSERT INTO `tbl_comments` VALUES (1,2,'helloGTX','vijay@catpl.co.in','934343333','this is for testing',1,'2018-07-06 18:06:21'),(2,1,'Utilitiesss','nikita@catpl.co.in','934343333','tet ddd',1,'2018-07-06 18:14:20'),(3,18,'dgdfgdf','myindianholidays@gmail.com','dfgdfg','dfgdfg',1,'2018-08-14 16:45:03'),(4,18,'mangal','mangal@catpl.co.in','google.com','test message',1,'2018-08-14 17:09:32');
/*!40000 ALTER TABLE `tbl_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_committees_members`
--

DROP TABLE IF EXISTS `tbl_committees_members`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_committees_members` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(500) NOT NULL,
  `designation` varchar(256) NOT NULL,
  `companyName` varchar(500) NOT NULL,
  `email` varchar(50) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `address` text NOT NULL,
  `pageType` int NOT NULL,
  `image` varchar(500) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_committees_members`
--

LOCK TABLES `tbl_committees_members` WRITE;
/*!40000 ALTER TABLE `tbl_committees_members` DISABLE KEYS */;
INSERT INTO `tbl_committees_members` VALUES (1,'Mangal','dev','HelloGTX','mangal@catpl.co.in','7727052691','noida',2,'1565684924.jpg','1','0');
/*!40000 ALTER TABLE `tbl_committees_members` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_common_box` (
  `common_id` int NOT NULL AUTO_INCREMENT,
  `common_content_header_1` text NOT NULL,
  `common_content_footer_1` 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,
  `common_content_header_2` text NOT NULL,
  `common_content_header_3` text NOT NULL,
  `common_content_footer_2` text NOT NULL,
  `common_content_footer_3` text NOT NULL,
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `Title` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_common_box` DISABLE KEYS */;
INSERT INTO `tbl_common_box` VALUES (1,'<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\r\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\r\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\'script\',\'dataLayer\',\'GTM-5FB2W2P\');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<meta name=\"google-site-verification\" content=\"NE4e0-qrxC8loy5hW6P3r7u2JWIXN7TzenqbLqt9tuY\" />','<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5FB2W2P\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->','1','Reisen Tours','Reisen Tours','Reisen Tours','<!-- Meta Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'1624279404708452\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=1624279404708452&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Meta Pixel Code -->','<meta name=\"p:domain_verify\" content=\"86a142f9b39378c5b1921c6846256d1d\"/>','<script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7221832041618396\"\r\n     crossorigin=\"anonymous\"></script>','<meta name=\"p:domain_verify\" content=\"86a142f9b39378c5b1921c6846256d1d\"/>','0',NULL),(2,'<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\r\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\r\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\'script\',\'dataLayer\',\'GTM-5FB2W2P\');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<meta name=\"google-site-verification\" content=\"NE4e0-qrxC8loy5hW6P3r7u2JWIXN7TzenqbLqt9tuY\" />','<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5FB2W2P\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->','1','Reisen Tours','Reisen Tours','Reisen Tours','<!-- Meta Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'1624279404708452\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=1624279404708452&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Meta Pixel Code -->','<meta name=\"p:domain_verify\" content=\"86a142f9b39378c5b1921c6846256d1d\"/>','','<meta name=\"p:domain_verify\" content=\"86a142f9b39378c5b1921c6846256d1d\"/>','1',NULL);
/*!40000 ALTER TABLE `tbl_common_box` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_contactus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_contactus` (
  `sid` bigint NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_contactus`
--

LOCK TABLES `tbl_contactus` WRITE;
/*!40000 ALTER TABLE `tbl_contactus` DISABLE KEYS */;
INSERT INTO `tbl_contactus` VALUES (1,'Prashant','prashant.gupta11687@gmail.com','google.com','Mobile App Devel','test','1'),(2,'ranvir','ranvir@catpl.co.in','google search','test subject','theisa la dsfjk lakdjfl kjsadlkfj laskdjfl sadf asdf sadf','1');
/*!40000 ALTER TABLE `tbl_contactus` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_countries` (
  `contSysId` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `seotitle` varchar(256) NOT NULL,
  `label` varchar(256) NOT NULL,
  `countryId` int NOT NULL,
  `image` varchar(256) NOT NULL,
  `region_id` int 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,
  `description` text,
  `otherDescription` text,
  `similarDestinations` varchar(256) DEFAULT NULL,
  `FAQ` text,
  `whyUseUs` text,
  `topTravelBlog` text,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text,
  `metaDescription` text,
  `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,
  `package_list_footer` text,
  `displayOnVisa` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`contSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_countries` WRITE;
/*!40000 ALTER TABLE `tbl_countries` DISABLE KEYS */;
INSERT INTO `tbl_countries` VALUES (1,'India','india','India',101,'101_1675066862.jpg',0,'2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'India','','','','','101_1675066862.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(2,'Russia','russia','Russia',507,'507_1675068503.jpg',0,'2021-08-17 11:24:43','2021-08-17 11:24:43','1','0',NULL,'     ',NULL,NULL,NULL,NULL,NULL,'','','','','','507_1668082292.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(3,'Ukraine','ukraine','Ukraine',227,'227_1675072089.jpg',0,'2021-08-17 11:24:43','2021-08-17 11:24:43','0','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Ukraine','','','','','227_1668082480.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(4,'Russian Federation','russian-federation','Russian Federation',181,'181_1670844533.jpg',0,'2021-08-17 11:24:43','2021-08-17 11:24:43','0','0',NULL,'   ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(5,'UNITED KINGDOM','united-kingdom','UNITED KINGDOM',469,'469_1675072233.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book United Kingdom Tour Packages from India','UK tour packages from India, United Kingdom travel deals, British holiday packages, UK sightseeing tours, explore UK from India, UK vacation packages, UK travel offers, India to UK tours, UK tourism, best of UK travel','Explore the best of UK - Book United Kingdom Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','469_1675072233.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(6,'United Arab Emirates','united-arab-emirates','United Arab Emirates',228,'228_1674902002.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'             ',NULL,NULL,NULL,NULL,NULL,'Book Dubai Tour Packages From Delhi','Dubai tour package, Dubai tour package from India, Dubai holiday packages from Delhi, Dubai tour packages from India, Dubai travel package, Dubai packages from India, Dubai packages from Delhi, Book Dubai Tour Packages for 3N/4D, book dubai tour packages at best price','Book Dubai Holiday Packages from Delhi at best price. Get the comfortable transport, sightseeing, meals, activities & stay.','','','228_1668066034.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(7,'Thailand','thailand','Thailand',215,'215_1675069214.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'         ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages for Thailand From India','Holiday Tour Packages for Thailand, Thailand holiday packages, Phuket vacation, Thailand trip, Book Thailand holiday packages, Thailand holiday packages with hotels, Thailand holiday packages with flights, places to visit in Thailand, best places to visit in Thailand, Best holiday packages for Thailand, Mesmerizing Thailand holiday packages, Thailand Tour','Book Mesmerizing Thailand Tour Packages from India with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','215_1668066956.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(8,'Switzerland','switzerland','Switzerland',210,'210_1674901619.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'     ',NULL,NULL,NULL,NULL,NULL,'Book Switzerland Tour Packages','Switzerland tour, Switzerland holiday packages, switzerland tour packages, explore Switzerland','Book your mesmerizing tour packages for Switzerland from Delhi','','','210_1674901619.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(9,'Sri Lanka','sri-lanka','Sri Lanka',200,'200_1674897562.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'     ',NULL,NULL,NULL,NULL,NULL,'Book Sri Lanka Tour Packages From Delhi','Sri Lanka tour packages from Delhi, travel deals, Sri Lanka vacations, cultural tours, beach holidays, Delhi to Sri Lanka travel, explore lush landscapes, affordable packages, book now','Sri Lanka Tour Packages- Embark on an enchanting journey to Sri Lanka from Delhi with our captivating tour packages. Explore pristine beaches, cultural treasures, and lush landscapes. Book your perfect Sri Lankan getaway today!','','','200_1674897562.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(10,'Spain','spain','Spain',199,'199_1675068927.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages For Spain From India','Book Spain tour package, Spain tour packages, Spain holiday package, explore Spain, Book Tour Packages For Spain From India, Spain tour packages from India, Best Spain travel deals from India, Spain group tours from India, Spain luxury tours from India','Spain Tour Packages- Book Spain Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','199_1675068927.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(11,'Singapore','singapore','Singapore',190,'190_1674896793.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'      ',NULL,NULL,NULL,NULL,NULL,'Book Singapore Tour Packages from India','Best Singapore holiday packages from India, Singapore vacation, Singapore trip, best time to visit Singapore, hotels in Singapore, flights for Singapore, airline tickets for Singapore, places to visit in Singapore, best places to visit in Singapore, Singapore tour packages from India','Book Singapore Tour Packages from India with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','190_1668065663.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(12,'Nepal','nepal','Nepal',153,'153_1674904164.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'                ',NULL,NULL,NULL,NULL,NULL,'Book Nepal Tour Packages From India | Reisen Tours','Book Nepal Tour Packages, Book holiday packages for Nepal at best rates, Holiday packages for Nepal, Kathmandu vacation, places to visit in Nepal, best places to visit in Nepal, Nepal holiday packages, Nepal Tour','Book Tour Packages For Nepal from India with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Book now!','','','153_1668067371.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(13,'Monaco','monaco','Monaco',145,'145_1675068290.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'  ',NULL,NULL,NULL,NULL,NULL,'Monaco','','','','','145_1675068290.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(14,'France','france','France',76,'76_1675065821.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Book France Tour Packages From India | Reisen Tours, Delhi','France tour packages, Reisen Tours Delhi, explore Paris, Bordeaux vineyards, France vacation deals, book tours to France, travel to France, best of France tourism, guided tours to France, Paris Eiffel Tower, Reisen Tours packages','Book France Tour Packages from India with Reisen Tours, Delhi. Immerse yourself in the beauty of Paris, vineyards of Bordeaux, and more. Book your dream France vacation with Reisen Tours Delhi today!','','','76_1674904940.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(15,'China','china','China',46,'46_1675067587.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'  ',NULL,NULL,NULL,NULL,NULL,'China','','','','','46_1675067587.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(16,'Austria','austria','Austria',14,'14_1674902250.jpg',0,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'        ',NULL,NULL,NULL,NULL,NULL,'Book Austria Tour Packages From Delhi','Book Austria Tour Packages From Delhi, Travel to Austria, Tour Packages for Austria, Austria tour packages, Austria Tour, ','Austria Tour Packages – Book amazing Austria tour packages from Reisen Tours, Delhi. Immerse yourself in stunning landscapes, rich history, and vibrant culture. Book your dream Austrian getaway with Reisen Tours today.','','','14_1674902250.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(17,'Vietnam','vietnam','Vietnam',236,'236_1675073013.jpg',0,'2022-11-14 15:43:37','2022-11-14 15:43:37','1','0',NULL,'          ',NULL,NULL,NULL,NULL,NULL,'Book Your Vietnam Tour Packages from India','Vietnam tour packages from India, Vietnam holiday packages, Vietnam vacation, Cruise trip, best time to visit Vietnam, places to visit in Vietnam, best places to visit in Vietnam, Vietnam holiday packages from India, Vietnam tourism','Explore the best of Vietnam - Book Vietnam Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','236_1675073013.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(18,'Azerbaijan','azerbaijan','Azerbaijan',15,'15_1674896659.jpg',0,'2022-11-15 15:05:08','2022-11-15 15:05:08','1','0',NULL,'          ',NULL,NULL,NULL,NULL,NULL,'Book Azerbaijan Tour Packages from Delhi | Reisen Tours','Azerbaijan tour packages from Delhi, Best Azerbaijan travel deals, Delhi to Azerbaijan flights, Explore Baku and beyond, Cultural tours to Azerbaijan, Affordable Azerbaijan vacations, Top attractions in Azerbaijan, Customized travel itineraries, Baku city tours, Azerbaijan holiday packages','Book remarkable Azerbaijan Tour Packages from Delhi. Immerse yourself in the rich culture, stunning landscapes, and vibrant tradition. Book your dream tour package with Reisen Tours today.','','','15_1674896659.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(19,'Uzbekistan','uzbekistan','Uzbekistan',232,'232_1675072703.jpg',0,'2022-11-25 10:46:11','2022-11-25 10:46:11','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Book Uzbekistan Tour Packages ','Best Uzbekistan holiday packages from India, Book Uzbekistan holiday packages, Tashkent trip, best time to visit Uzbekistan, hotels in Uzbekistan, flights for Uzbekistan, airline tickets for Uzbekistan, places to visit in Uzbekistan, best places to visit in Uzbekistan, Uzbekistan holiday packages','Explore the best of Uzbekistan- Book Uzbekistan Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','232_1675072703.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(20,'Indonesia','indonesia','Indonesia',102,'102_1675067088.jpg',0,'2022-11-25 11:30:03','2022-11-25 11:30:03','1','0',NULL,'         ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages for Indonesia From India | Reisen Tours, Delhi','Book Indonesia tour packages, Reisen Tours Delhi, travel to Indonesia, Bali tour package, Bali holiday packages, book vacation packages, Indonesia holiday tours, guided tours from Delhi, Indonesia travel deals','Book Tour Packages for Indonesia from India with Reisen Tours, Delhi. Book your Indonesia tour package now and experience the magic of ancient wonders, rich culture, and breathtaking landscapes.','','','102_1675067088.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(21,'Malaysia','malaysia','Malaysia',132,'132_1674898529.jpg',0,'2022-12-02 16:17:24','2022-12-02 16:17:24','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Book Malaysia Tour Packages from India','Book Malaysia tour packages, Malaysia Tour Packages from India, Malaysia Holiday Packages from India, Kuala Lumpur vacation, Malaysia trip, Holiday Packages, Tour Packages, Malaysia holiday packages','Explore the best of Malaysia - Book Malaysia Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','132_1674898529.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(22,'South Africa','south-africa','South Africa',195,'195_1675068724.jpg',0,'2022-12-10 13:35:37','2022-12-10 13:35:37','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book South Africa Tour Packages From India','South Africa tour package, guided travel, safari adventure, cultural immersion, all-inclusive tour, wildlife exploration, scenic landscapes, travel deal, must-visit destinations, South Africa vacation','Book amazing South Africa tour packages from India with us. Explore captivating landscapes, encounter iconic wildlife, and immerse yourself in local culture. Book now for an unbeatable South African journey!','','','195_1675068724.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(23,'Japan','japan','Japan',110,'110_1675068035.jpg',0,'2022-12-10 13:35:37','2022-12-10 13:35:37','1','0',NULL,'   ',NULL,NULL,NULL,NULL,NULL,'Explore Japan with Unforgettable Tour Packages | Book Now - Reisen Tours Delhi','Japan tour packages, Reisen Tours Delhi, travel Japan, explore Japanese culture, Tokyo vacation, Kyoto tours, best Japan itineraries, travel deals, Japanese experiences, guided tours, book now','Discover the beauty of Japan through our exclusive tour packages! Immerse yourself in rich culture, stunning landscapes, and vibrant cities. Book your dream Japan tour with Reisen Tours in Delhi today!','','','110_1675068035.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(24,'Italy','italy','Italy',107,'107_1675067824.jpg',0,'2022-12-10 13:35:37','2022-12-10 13:35:37','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages for Italy | Reisen Tours, Delhi',': Italy tour packages, Reisen Tours Delhi, Italian vacation, travel Italy, guided tours Italy, explore Italy, Italy holiday packages, Italy tourism, best Italy tours, Italy travel deals','Book Tour Packages for Italy from India with Reisen Tours, Delhi. Book your Italy tour package now and experience the magic of ancient wonders, rich culture, and breathtaking landscapes.','','','107_1675067824.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(25,'Greece','greece','Greece',86,'86_1675066426.jpg',0,'2022-12-10 13:35:37','2022-12-10 13:35:37','1','0',NULL,'   ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages for Greece | Reisen Tours Delhi','Greece tour packages, Reisen Tours Delhi, Greek vacation deals, ancient history tours, explore Greek islands, cultural travel experiences, Athens sightseeing, affordable Greece tours','Discover the beauty of Greece through our curated tour packages. Immerse yourself in ancient history, stunning landscapes, and vibrant culture. Book now with Reisen Tours Delhi.','','','86_1675066426.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(26,'Australia','australia','Australia',13,'13_1675065434.jpg',0,'2022-12-10 13:35:37','2022-12-10 13:35:37','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Book Tour Packages for Australia from Delhi','Tour packages from Delhi, Tour packages, Australia tour packages, international tour packages, Melbourne tour, Sydney tour, Book Tour Packages for Australia','Book your amazing tour packages for Australia from Delhi with Reisen Tours.','<script></script>','','13_1675065434.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(27,'Turkey','turkey','Turkey',222,'222_1675071971.jpg',0,'2022-12-12 17:06:51','2022-12-12 17:06:51','1','0',NULL,'      ',NULL,NULL,NULL,NULL,NULL,'Turkey Tour Packages from India','Book Turkey tour packages from India, Turkey tour, Istanbul trip, best time to visit Turkey, hotels, flights, airline tickets, places to visit in Turkey, Cappadocia holiday packages, Turkey holiday packages from India','Book Turkey Tour Packages - Package Includes: Hotel Accommodation, Buffet Breakfasts, Tour Guide, Sightseeing, City Tour, Shopping Tour, Entrance Tickets Airport Pickup & Drop, E-Visa','','','222_1675071971.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(28,'Egypt','egypt','Egypt',65,'65_1675067318.jpg',0,'2022-12-12 17:06:51','2022-12-12 17:06:51','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book Egypt Tour Packages From India | Reisen Tours, Delhi','Book Egypt tour packages, Reisen Tours Delhi, Egypt travel experiences, guided Egypt tours, pyramids of Giza, Nile River cruises, historical landmarks, Delhi to Egypt travel, cultural exploration, best Egypt travel deals','Book Egypt Tour Packages from India with Reisen Tours, Delhi. Book your Egypt tour package now and experience the magic of ancient wonders, rich culture, and breathtaking landscapes.','','','65_1675067318.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(29,'Armenia','armenia','Armenia',11,'11_1674900564.jpg',0,'2022-12-15 18:46:49','2022-12-15 18:46:49','1','0',NULL,'            ',NULL,NULL,NULL,NULL,NULL,'Book Armenia Tour Packages From India','Book Armenia tour packages from India, Book Armenia tour packages from Delhi, Armenia trip, best time to visit Armenia, hotels in Armenia, flights for Armenia, airline tickets for Armenia, places to visit in Armenia, best places to visit in Armenia, Armenia holiday packages','Book Armenia tour packages from Delhi, India and get the comfortable transport, sightseeing, meals, activities & stay','','','11_1673343061.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(30,'Georgia','georgia','Georgia',82,'82_1675065984.jpg',0,'2022-12-16 12:08:57','2022-12-16 12:08:57','1','0',NULL,'       ',NULL,NULL,NULL,NULL,NULL,'Explore Enchanting Georgia with Reisen Tours - Book Now!','Georgia tour packages, Reisen Tours Delhi, travel to Georgia, Georgia vacation deals, explore Tbilisi, cultural tours, breathtaking landscapes, affordable travel packages, best Georgian experiences','Discover the stunning landscapes and rich culture of Georgia with our exclusive tour packages from Reisen Tours in Delhi. Immerse yourself in a memorable journey. Book today!','','','82_1671172991.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(31,'Cambodia','cambodia','Cambodia',37,'37_1674902549.jpg',0,'2023-01-09 13:59:43','2023-01-09 13:59:43','1','0',NULL,'      ',NULL,NULL,NULL,NULL,NULL,'Book Cambodia Tour Packages From India','Best Cambodia holiday packages, Cambodia Tour Packages, Book Mesmerizing Cambodia Tour Packages, Book Cambodia tour packages from India , Cambodia holiday packages with hotels, Cambodia holiday packages with flights, Tour Packages, Holiday Packages','Explore Cambodia – Book Cambodia Tour Packages From India with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','37_1674902549.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(32,'New Zealand','new-zealand','New Zealand',157,'157_1675068423.jpg',0,'2023-01-11 13:09:47','2023-01-11 13:09:47','1','0',NULL,'<h1><font color=\"#000000\">New Zealand Tour Packages</font></h1><div><br></div><div>New Zealand is a breathtakingly beautiful country made up of two main islands, the North Island and the South Island, as well as many smaller islands. With its stunning natural scenery, unique wildlife, rich Maori culture, and vibrant cities, New Zealand is a popular destination for travelers from around the world.</div><div><br></div><h2>A tour of New Zealand could include a variety of experiences, such as:</h2><div>Exploring the stunning landscapes: New Zealand is known for its diverse and breathtaking natural scenery, including snow-capped mountains, glaciers, fjords, beaches, and geothermal areas. A tour could include visiting places like Milford Sound, Fiordland National Park, Mount Cook, the Franz Josef Glacier, and the geothermal wonderland of Rotorua.</div><div><br></div><div>Experiencing Maori culture: The Maori are the indigenous people of New Zealand and have a rich culture that is worth exploring. A tour could include a visit to a Maori village to experience traditional dances, music, and food.</div><div><br></div><div>Enjoying outdoor activities: New Zealand is a haven for outdoor enthusiasts, and a tour could include activities like hiking, kayaking, bungee jumping, skiing, and surfing. Some popular destinations for these activities include Queenstown, Taupo, and Wanaka.</div><div><br></div><div>Visiting cities: New Zealand\'s cities are vibrant and diverse, with plenty to see and do. A tour could include visiting cities like Auckland, Wellington, and Christchurch, which offer a mix of museums, galleries, restaurants, and nightlife.</div><div><br></div><div>Seeing wildlife: New Zealand is home to a unique array of wildlife, including the iconic kiwi bird, seals, penguins, and whales. A tour could include a visit to a wildlife sanctuary, such as the Otorohanga Kiwi House or the Kaikoura Whale Watch.</div><div><br></div><div>Overall, a tour of New Zealand is a fantastic way to experience all that this incredible country has to offer.</div>              ',NULL,NULL,NULL,NULL,NULL,'Book New Zealand Tour Packages From India','New Zealand Tour Packages at Best Price, Book New Zealand tour packages from India, Book New Zealand tour packages, Book Mesmerizing New Zealand Tour Packages, Book New Zealand holiday packages from India , New Zealand holiday packages with hotels, Tour Packages, Holiday Packages','New Zealand Tour Packages - Book New Zealand tour packages from India. Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','157_1673423186.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(33,'Afghanistan','afghanistan','Afghanistan',477,'',0,'2023-02-23 18:28:01','2023-02-23 18:28:01','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(34,'Germany','germany','Germany',83,'83_1677220965.jpg',0,'2023-02-23 18:28:01','2023-02-23 18:28:01','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book Germany Tour Packages | Reisen Tours Delhi','Tour Packages for Germany, Germany tour package from Delhi, tour package from Delhi, Europe tour packages','Discover the charm of Germany through our curated tour packages from Reisen Tours in Delhi. Immerse yourself in stunning landscapes, rich history, and vibrant culture. Book now for an unforgettable journey!','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(35,'Canada','canada','Canada',39,'39_1677220906.jpg',0,'2023-02-23 18:28:01','2023-02-23 18:28:01','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(36,'Brazil','brazil','Brazil',30,'30_1677220836.jpg',0,'2023-02-23 18:28:01','2023-02-23 18:28:01','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(37,'South Korea','south-korea','South Korea',197,'197_1677221308.jpg',0,'2023-02-24 11:52:07','2023-02-24 11:52:07','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(38,'Saudi Arabia','saudi-arabia','Saudi Arabia',186,'',0,'2023-02-24 11:52:07','2023-02-24 11:52:07','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(39,'Nigeria','nigeria','Nigeria',160,'',0,'2023-02-24 11:52:07','2023-02-24 11:52:07','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(40,'Jordan','jordan','Jordan',111,'111_1677220979.jpg',0,'2023-02-24 11:52:07','2023-02-24 11:52:07','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(41,'Mauritius','mauritius','Mauritius',139,'139_1679897194.jpg',0,'2023-03-27 11:32:25','2023-03-27 11:32:25','1','0',NULL,'   ',NULL,NULL,NULL,NULL,NULL,'Book Mauritius Tour Packages','Mauritius Holiday Packages At Best Rates, Mauritius tour packages, Mauritius vacation, Mauritius holiday packages from India, Book tour packages for Mauritius','Explore the best of Mauritius - Book Mauritius Tour Packages with Reisen Tours to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','139_1679897194.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(42,'Maldives','maldives','Maldives',133,'133_1680078405.jpg',0,'2023-03-29 13:51:35','2023-03-29 13:51:35','1','0',NULL,'   ',NULL,NULL,NULL,NULL,NULL,'Book Maldives Tour Packages From India','Maldives Tour Packages, Book Maldives tour packages, Maldives holiday packages, Maldives tour, Explore Maldives','Book Tour Packages for Maldives from India with Reisen Tours, Delhi. Book your Maldives tour package to get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','','','133_1680078405.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(43,'Seychelles','seychelles','Seychelles',188,'188_1680855171.jpg',0,'2023-04-07 13:36:14','2023-04-07 13:36:14','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','188_1680855171.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(44,'Bhutan','bhutan','Bhutan',25,'25_1682062086.jpg',0,'2023-04-21 12:47:42','2023-04-21 12:47:42','1','0',NULL,'     ',NULL,NULL,NULL,NULL,NULL,'Explore Enchanting Bhutan with Reisen Tours, Delhi | Book Your Tour Today!','book bhutan tour packages, Bhutan tour packages, Bhutan travel packages, Bhutan vacation packages, Bhutan holiday packages, Bhutan sightseeing tours, Bhutan cultural tours, Bhutan adventure tours, Bhutan trekking tours, Bhutan honeymoon packages, Bhutan luxury tours, Bhutan budget tours, Bhutan travel tips, best time to visit Bhutan, Bhutan tourism','Discover the beauty of Bhutan with customized tour packages from Reisen Tours, Delhi. Immerse yourself in the culture and landscapes of Bhutan. Book now for an unforgettable journey.','','','25_1682062086.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(45,'Netherlands','netherlands','Netherlands',154,'154_1683797855.jpg',0,'2023-05-11 14:58:13','2023-05-11 14:58:13','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'Book Amazing Netherlands Tour Packages','Tour Packages, Netherlands tour package, Netherlands Tour, Explore Amsterdam','Book your amazing holiday tour packages for Netherlands from Delhi','','','154_1683797855.png',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(46,'Svalbard & Jan Mayen Islands','svalbard-jan-mayen-islands','Svalbard & Jan Mayen Islands',207,'207_1684216820.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','207_1684216820.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(47,'Norway','norway','Norway',164,'164_1684216784.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','164_1684216784.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(48,'Iceland','iceland','Iceland',100,'100_1684216733.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','100_1684216733.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(49,'Greenland','greenland','Greenland',87,'87_1684216760.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','87_1684216760.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(50,'Argentina','argentina','Argentina',10,'10_1684216713.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','10_1684216713.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(51,'Antarctica','antarctica','Antarctica',8,'8_1684216694.jpg',0,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','8_1684216694.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(52,'Philippines','philippines','Philippines',173,'',0,'2023-05-16 17:22:56','2023-05-16 17:22:56','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(53,'Liechtenstein','liechtenstein','Liechtenstein',124,'',0,'2023-05-16 17:22:56','2023-05-16 17:22:56','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(54,'Iran','iran','Iran',103,'',0,'2023-05-16 17:22:56','2023-05-16 17:22:56','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(55,'Bangladesh','bangladesh','Bangladesh',18,'',0,'2023-05-16 17:22:56','2023-05-16 17:22:56','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(56,'USA','usa','USA',231,'231_1684912725.jpg',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,'  ',NULL,NULL,NULL,NULL,NULL,'','','','','','231_1684912725.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(57,'Hong Kong','hong-kong','Hong Kong',503,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(58,'Taiwan','taiwan','Taiwan',212,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(59,'Sweden','sweden','Sweden',209,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(60,'Portugal','portugal','Portugal',175,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(61,'Oman','oman','Oman',165,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(62,'Kyrgyzstan','kyrgyzstan','Kyrgyzstan',117,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(63,'Finland','finland','Finland',75,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(64,'Denmark','denmark','Denmark',59,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(65,'Czech Republic','czech-republic','Czech Republic',58,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(66,'Belgium','belgium','Belgium',21,'21_1695708042.jpg',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','1','0',NULL,'    ',NULL,NULL,NULL,NULL,NULL,'Book Belgium Tour Packages From India','Belgium tour packages from India, Explore Belgium from India, Best Belgium travel deals, Customized Belgium holidays, Belgium vacation packages, Discover historic cities in Belgium, Belgian culinary experiences, India to Belgium travel, Belgium sightseeing tours, Book Belgium trip from India','Plan an unforgettable Belgian adventure with our exclusive tour packages from India. Explore historic cities, scenic landscapes, and indulge in delightful cuisine. Book your Belgium tour today!','','','21_1695708042.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(67,'Bahrain','bahrain','Bahrain',17,'',0,'2023-05-19 11:15:59','2023-05-19 11:15:59','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(68,'Qatar','qatar','Qatar',177,'',0,'2023-05-19 13:09:26','2023-05-19 13:09:26','0','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(69,'Macedonia','macedonia','Macedonia',129,'129_1693833642.jpg',0,'2023-09-02 15:07:40','2023-09-02 15:07:40','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','129_1693833642.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(70,'Albania','albania','Albania',2,'2_1693829758.jpg',0,'2023-09-02 15:07:40','2023-09-02 15:07:40','1','0',NULL,' ',NULL,NULL,NULL,NULL,NULL,'','','','','','2_1693829758.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `tbl_countries` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_currency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_currency` (
  `id` int NOT NULL AUTO_INCREMENT,
  `CurrencyId` int NOT NULL,
  `Title` varchar(100) NOT NULL,
  `defaultCurrency` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_currency` WRITE;
/*!40000 ALTER TABLE `tbl_currency` DISABLE KEYS */;
INSERT INTO `tbl_currency` 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');
/*!40000 ALTER TABLE `tbl_currency` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_currency_rate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_currency_rate` (
  `cid` int NOT NULL AUTO_INCREMENT,
  `FCurrencyType` int NOT NULL,
  `TCurrencyType` int NOT NULL,
  `Rate` double NOT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`cid`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_currency_rate` WRITE;
/*!40000 ALTER TABLE `tbl_currency_rate` DISABLE KEYS */;
INSERT INTO `tbl_currency_rate` 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');
/*!40000 ALTER TABLE `tbl_currency_rate` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_customer` (
  `CustomerSysId` int unsigned NOT NULL AUTO_INCREMENT,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` varchar(100) NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) DEFAULT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Address` varchar(200) DEFAULT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryName` varchar(150) DEFAULT NULL,
  `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,
  `gstemail` varchar(150) DEFAULT NULL,
  `gstphone` varchar(100) DEFAULT NULL,
  `panno` varchar(50) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `apiTraceId` varchar(200) DEFAULT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `fbid` varchar(150) DEFAULT NULL,
  PRIMARY KEY (`CustomerSysId`)
) ENGINE=MyISAM AUTO_INCREMENT=196 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_customer`
--

LOCK TABLES `tbl_customer` WRITE;
/*!40000 ALTER TABLE `tbl_customer` DISABLE KEYS */;
INSERT INTO `tbl_customer` VALUES (40,89917,5099,0,0,'anuradha@catpl.co.in','1',0,'0','8765467887','Honey','Gupta','',0,5099,'1993-06-07',NULL,NULL,NULL,NULL,NULL,'A-67','Mumbai','18676',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-31','0','1','5-2954030779_1BOMJAI6E6348_16553125022189312',NULL,'2020-10-31 11:00:09','2020-10-31 17:13:30','0',NULL),(39,89270,5099,0,0,'ganeshku73@gmail.com','1',0,'0','8585960381','ganesh','singh','',0,5099,'1994-12-17','xaxaxaxaxaxa','IN','2022-10-18','2016-04-20',NULL,'noida','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-31','0','1','10-3963371543_2DELBOMUK955_16552070917068177',NULL,'2020-10-31 10:43:54','2020-10-31 11:15:33','0',NULL),(38,90035,5099,0,0,'sudiptacatpl@gmail.com','1',0,'0','9818999760','Sudipta','Banerjee','',0,5099,'1924-06-07',NULL,NULL,NULL,NULL,NULL,'Address','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-30','0','1','5-2262213760_1DELJAI6E114_16494916231723378',NULL,'2020-10-30 18:50:40','2020-10-30 18:50:40','0',NULL),(37,89917,5099,0,0,'anuradha@catpl.co.in','1',0,'0','9067865467','Roshan','Thakur','',0,5099,'1991-09-16',NULL,NULL,NULL,NULL,NULL,'H-90','Benghazi','2908',1,0,'123',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-30','0','1','16-5643665733_0DELJAII5920_16486402732837275',NULL,'2020-10-30 16:27:55','2020-10-30 16:27:55','0',NULL),(36,132043,6049,0,0,'anuradha@catpl.co.in','MR',0,'Other','9997534969','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','10-7281030274_0DELATQH11862ATQJAIH11859_16486104381614641',NULL,'2020-10-30 16:25:19','2021-08-16 15:18:25','0',NULL),(35,89258,5099,0,0,'arvind14s@gmail.com','3',0,'0','09959096889','arvind','kumar','',0,5099,'1985-01-05',NULL,NULL,NULL,NULL,NULL,'A-78','Hyderabad','12538',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-30','0','1','16-3193496298_0HYDDELI5755_16484970913629855',NULL,'2020-10-30 16:13:37','2020-10-30 16:23:34','0',NULL),(34,89917,5099,0,0,'anuradha@catpl.co.in','3',0,'0','8978098765','Dolly','saini','',0,5099,'1996-03-04',NULL,NULL,NULL,NULL,NULL,'A-78','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-30','0','1','5-0007028436_1DELJAI6E284_16483408902137833',NULL,'2020-10-30 15:44:31','2020-10-30 15:44:31','0',NULL),(33,90013,5099,0,0,'erdeepakg1@gmail.com','1',0,'0','9695357709','Deepak','Gupta','',0,5099,'1933-10-11',NULL,NULL,NULL,NULL,NULL,'ghjfgjh','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-03','0','1','5-2025891723_0DELBOM6E148_16472736093467528',NULL,'2020-10-30 12:40:42','2020-11-03 12:39:30','0',NULL),(32,112149,6049,0,0,'muskancatpl@gmail.com','MRS',0,'Other','9634022688','SURBHI','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-12','0','1','5-6198188909_8HYDDEL6E5002_16382883127480904',NULL,'2020-10-29 11:51:32','2021-05-12 16:15:29','0',NULL),(31,112495,6049,0,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-27','0','1','5-4226157422_0DELJAI6E114_16381024121663895',NULL,'2020-10-29 11:11:49','2021-05-27 20:45:38','0',NULL),(89,105309,5293,0,0,'mangal@catpl.co.in','1',0,'0','7727052691','Mangal','katiyar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-11','0','1','5-7650331241_3DELBOM6E2173_27889207689940875',NULL,'2021-03-11 15:54:19','2021-03-11 15:54:19','0',NULL),(29,103022,5293,0,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,'kjioplkio','IN','2024-03-21','2001-03-08',NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-23','0','1','16-0431399196_2DELBLRI5740BLRBOMI5983_16315461252645439',NULL,'2020-10-28 16:58:45','2021-03-23 15:21:17','0',NULL),(88,94418,5293,0,0,'muskancatpl@gmail.com','3',0,'0','9643022688','muskan','gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-04','0','1','5-3884445213_35DELBOM6E665_27274788804552042',NULL,'2021-03-04 13:14:34','2021-03-04 13:14:34','0',NULL),(42,90090,5099,0,0,'erdeepak1+3@gmail.com','1',0,'0','7894561239','nnnn','mmmm','202cb962ac59075b964b07152d234b70',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(43,90091,5099,0,0,'erdeepakg1@+2gmail.com ','1',0,'0','1234567791','Accg','Hhj','202cb962ac59075b964b07152d234b70',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(44,89139,5099,0,0,'Rahuldey3499@gmail.com','1',0,'0','8886077750','Rahul','Kumar','',0,5099,'1999-04-03',NULL,NULL,NULL,NULL,NULL,'Hyderabad','Hyderabad','12538',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-31','0','1','5-7740542743_0HYDBOM6E6329_16581826105743624',NULL,'2020-10-31 18:59:10','2020-10-31 18:59:10','0',NULL),(30,92363,5155,0,0,'ganesh@catpl.co.in','1',0,'0','8585960381','sdfgsdg','dfgsdfgsdfg','',0,5155,NULL,NULL,'IN',NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-30','0','1',NULL,NULL,NULL,'2020-12-30 16:29:44','0',NULL),(46,90130,5099,0,0,'1234','1',0,'0','9695357709','Aaaa','Bbbb','202cb962ac59075b964b07152d234b70',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(47,90133,5099,0,0,'erdeepakg1+5@gmail.com','1',0,'0','9695357709','Deepak','Gupta','81dc9bdb52d04dc20036dbd8313ed055',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(48,90013,5099,0,0,'erdeepakg1@gmail.com','1',0,'0','09695357709','Deepak','Gupta','',0,5099,'1927-06-05',NULL,NULL,NULL,NULL,NULL,'Sec-37, NOIDA,U.P','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-03','0','1','4-7772164768_3DELHYDSG472HYDBOMSG704_16820440047025056',NULL,'2020-11-03 13:16:02','2020-11-03 13:16:02','0',NULL),(49,112149,6049,0,0,'muskancatpl@gmail.com','MS',0,'Other','9634022688','MUSKAN','GUPTA','',0,6049,NULL,'NHJHKJ7689','IN','2025-12-25','2019-12-25',NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-23','0','1','16-7928554262_12DELBLRI5740BLRBOMI5306_17099112874718627',NULL,'2020-11-06 18:42:48','2021-06-23 14:35:14','0',NULL),(50,90517,5155,0,0,'manisha.matai765@gmail.com','1',0,'0','8948408390','Manisha','Matai','',0,5155,'1993-12-13',NULL,NULL,NULL,NULL,NULL,'LiG95 Barra 4','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-09','0','1','4-9505264767_4DELHYDSG472HYDBOMSG704_17345500379979545',NULL,'2020-11-09 15:07:06','2020-11-09 15:07:06','0',NULL),(51,90098,5155,0,0,'bmatai12@gmail.com','1',0,'0','8604444404','Bhupesh','Matai','',0,5155,'1993-12-13',NULL,NULL,NULL,NULL,NULL,'LIG 95','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-09','0','1','4-5092587265_4DELHYDSG472HYDBOMSG704_17346589245547283',NULL,'2020-11-09 15:24:20','2020-11-09 15:24:20','0',NULL),(52,90525,5155,0,0,'namansingh1994@gmail.com','1',0,'0','8299811436','Naman','Singh','',0,5155,'1994-01-16',NULL,NULL,NULL,NULL,NULL,'127/714 S Block, Juhi Hamirpur Road','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-09','0','1','5-9929230782_0LKODEL6E2425_17348289400073329,5-9929230782_0DELLKO6E906_17348289377910175',NULL,'2020-11-09 15:52:54','2020-11-09 15:52:54','0',NULL),(53,92470,5155,0,0,'matailata@gmail.com','3',0,'0','8687110948','Lata','Matai','',0,5155,'1968-12-17',NULL,NULL,NULL,NULL,NULL,'LIG - 95, Barra - 4','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-04','0','1',NULL,NULL,NULL,'2020-12-04 22:35:54','0',NULL),(54,92819,5155,0,0,'bbmatai12@hotmail.com','1',0,'0','8604444404','Bhupesh','Matai','',0,5155,'1945-12-13',NULL,NULL,NULL,NULL,NULL,'LIG - 95','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-11','0','1','4-3396415670_3DELHYDSG472HYDBOMSG704_20101113028371939',NULL,'2020-12-11 12:56:20','2020-12-11 12:56:20','0',NULL),(55,92966,5155,0,0,'rastafaritravels@gmail.com','1',0,'0','8604444404','Nikhil','Verma','',0,5155,'1945-12-12',NULL,NULL,NULL,NULL,NULL,'Barra 4','Kanpur','13516',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-12','0','1','5-7224097495_7DELDED6E176DEDLKO6E844_20213297417384961',NULL,'2020-12-12 19:43:02','2020-12-12 19:43:02','0',NULL),(56,93900,5155,0,0,'deepak.catpl@gmail.com','1',0,'0','9695357709','Deepak','Kumar','',0,5155,NULL,'jpori','IN','2023-12-07','2019-06-19',NULL,'Up','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-31','0','1','5-7422129126_22BOMDEL6E2059_21063772111135513',NULL,'2020-12-22 16:04:55','2020-12-31 18:23:01','0',NULL),(57,146181,35,0,0,'gaurav@catpl.co.in','1',0,'0','9811192312','GAURAV','GUPTA','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-09','0','1','4-9454654565_2DELHYDSG472HYDBOMSG704_21073407457893706',NULL,'2020-12-22 18:38:03','2022-12-09 17:58:59','0',NULL),(58,0,37,0,0,'abcshg@catpl.co.in','1',0,'0','8585960382','sfasdf','safdasdfs','',0,37,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-24','0','1','5-8187079952_5DELBOM6E6957_21241390703201108',NULL,'2020-12-24 17:24:47','2020-12-24 17:24:47','0',NULL),(59,0,37,0,0,'d7iiojra111@gmai.com','2',0,'0','5253636363','Vdd','Fcgh','',0,37,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-24','0','1','5-2247588738_0DELBOM6E148_21246864535338926',NULL,'2020-12-24 18:49:18','2020-12-24 18:49:18','0',NULL),(60,93764,5155,0,0,'catplss5d1@catpl.co.in','1',0,'0','8585960373','ganesh','catpl','202cb962ac59075b964b07152d234b70',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(61,93768,5155,0,0,'baibhavrishu91@gmail.com','1',0,'0','7701888604','baibhav','kumar','81dc9bdb52d04dc20036dbd8313ed055',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(62,104941,5293,0,0,'deepak@catpl.co.in','1',0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,'er','IN','2021-06-15','2021-03-16',NULL,'','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-22','0','1',NULL,NULL,NULL,'2021-03-22 12:02:49','0',NULL),(63,94257,5155,0,0,'ganesh12@catpl.co.in','1',0,'0','7052778659','Er','Ganesh','827ccb0eea8a706c4c34a16891f84e7b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0','1749996115182276'),(64,94266,5155,0,0,'sudipta.catpl@gmail.com','1',0,'0','9818999760','Sudipta','Banerjee','d6c722e0ca771ab08b789d79e6823a8b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(65,94276,5155,0,0,'test@catpl.co.in','1',0,'0','7052867785','test','12345','827ccb0eea8a706c4c34a16891f84e7b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0',NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(80,112089,6049,0,0,'baibhav@catpl.co.in','MR',0,'Other','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','5-5168122564_6DELBOM6E408_22956555028846704',NULL,'2021-01-13 13:45:11','2021-08-16 14:01:54','0',NULL),(81,225,37,0,0,'taransinghbatra@gmail.com','1',0,'0','9899923966','TARAN','BATRA','',0,37,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-18','0','1','10-5368135317_0DELCOKUK881_23386464318757713,10-5368135317_0COKDELUK882_23386464296565614',NULL,'2021-01-18 13:10:41','2021-01-18 13:10:41','0',NULL),(82,226,37,0,0,'parth@ineedtrip.co.in','1',0,'0','9953742503','PARTH','GUPTA','',0,37,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-01-18','0','1','5-9306908491_10DELCOK6E2046_23386793301681330,5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551',NULL,'2021-01-18 13:14:26','2021-01-18 13:14:26','0',NULL),(84,102707,5293,0,0,'taransinghbatra@gmail.com','1',0,'0','9999579641','TARAN PAL SINGH','BATRA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-02-18','0','1','5-5807052777_3DELBOM6E6957_26102422272535360,10-5807052777_0BOMDELUK988_26102418741533436',NULL,'2021-02-18 23:38:13','2021-02-18 23:38:13','0',NULL),(87,102707,5293,0,0,'taransinghbatra@gmail.com','1',0,'0','9891715178','TARAN','BATRA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-02-19','0','1','5-5935728671_0DELCOK6E2046_26148917315319499',NULL,'2021-02-19 12:34:42','2021-02-19 12:34:42','0',NULL),(90,105309,5293,0,0,'mangal@catpl.co.in','1',0,'0','7727052631','mangal','katiyar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-11','0','1','5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006',NULL,'2021-03-11 15:57:56','2021-03-11 15:57:56','0',NULL),(91,104941,5293,0,0,'deepak@catpl.co.in','1',0,'0','96953657709','Deepak','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-12','0','1','5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609',NULL,'2021-03-12 16:33:37','2021-03-12 16:33:37','0',NULL),(93,145072,35,5293,0,'sibo.sarso@gmail.com','MR',0,'Other','8447455883','MD','SABIR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-04','0','1','abfb1-42396-789f8-fea42',NULL,'2021-03-12 18:56:08','2022-01-04 17:49:14','0',NULL),(94,103115,5293,0,0,'ganesh@catpl.co.in','1',0,'0','85859603841','ganesh','catpl','',0,5293,'1956-03-22','sadfsa789','IN','2022-03-16','2015-03-12',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0',NULL),(95,106434,5293,0,0,'baibhavrishu@gmail.com','1',0,NULL,'7701888604','baibhav','kumar','827ccb0eea8a706c4c34a16891f84e7b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(98,106460,5293,0,0,'sudipta.catpl@gmail.com','1',0,'0','8860259858','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,'2021-03-18 13:50:51','2021-03-18 13:52:53','0',NULL),(99,106515,5293,0,0,'deepak.catpl@gmail.com','1',0,'0','8318864487','Arya','kumar','',0,5293,'1946-03-11','ghkhlj','IN','2022-03-15','2017-03-15',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-9901803256_12MAADELSG108DELCCUSG253_28491484726828984',NULL,'2021-03-18 15:12:46','2021-03-18 16:07:22','0',NULL),(100,106620,5293,0,0,'ganesh1@catpl.co.in','1',0,NULL,'8585960381','ganesh','catpl','827ccb0eea8a706c4c34a16891f84e7b',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(101,106778,5293,0,0,'ashish.upadhyay@ineedtrip.com','1',0,NULL,'9899923966','Ashish ','Upadhyay','55d733198e26006cabf3802d14ea3f90',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(102,106863,5293,0,0,'ancd@catpl.co.in','1',0,'0','7072253698','GANESH','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'noida','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','4-2301243350_1DELBOMSG8723_38951715837960',NULL,'2021-03-19 19:51:12','2021-03-19 19:51:12','0',NULL),(103,106963,5293,0,0,'gpurwar@gmail.com','1',0,'0','9811192312','GAURAV','GUPTA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-22','0','1','1-2170632972_1DELGOIG8194_13657340435244,1-2170632972_1GOIDELG8195_13657333012608',NULL,'2021-03-22 11:52:28','2021-03-22 11:52:28','0',NULL),(104,107054,5293,0,0,'anuradh@catpl.co.in','3',0,'0','9997534969','Anuradha','Saini','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-22','0','1','5-9811598189_0DELBOM6E148_581579652574361',NULL,'2021-03-22 17:52:46','2021-03-22 17:52:46','0',NULL),(106,99280,5293,0,0,'gagasingh@gmail.com','1',0,'0','8588866554','GAGAN DEEP SINGH','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-25','0','1','1-7012619301_0DELGOIG8300_19403683051304,5-7012619301_23GOIDEL6E5178_19405731714857',NULL,'2021-03-25 13:54:55','2021-03-25 13:54:55','0',NULL),(107,107497,5293,0,0,'maroof.kazmi@gmail.com','1',0,'0','7599365720','Narendra','Modi','',0,5293,NULL,'p7961896','IN','2027-03-10','2017-03-09',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-26','0','1','21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990',NULL,'2021-03-26 15:44:40','2021-03-26 15:44:40','0',NULL),(108,107874,5293,0,0,'faizanlari5@gmail.com','1',0,'0','8874249264','FAIZANULLAH','FAIZANULLAH','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-27','0','1','5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,'2021-03-27 19:35:51','2021-03-27 19:35:51','0',NULL),(109,109297,5293,0,0,'odishatravels01@gmail.com','1',0,NULL,'7978123824','Odisha ','Travels','ba0938f9eccb82183c891d25eb6be99c',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(110,110197,5293,0,0,'ss@gmail.com','1',0,'0','9873580000','Aaa','Bbb','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-04-07','0','1','4-8147324521_0MAADELSG8104_25965783775269',NULL,'2021-04-07 15:13:53','2021-04-07 15:13:53','0',NULL),(111,112178,6049,0,0,'muskancapl@gmail.com','3',0,'0','9634022688','muskan','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-14','0','1','5-8234832999_10DELBOM6E6186_1358777692335489',NULL,'2021-05-14 14:54:16','2021-05-14 14:54:16','0',NULL),(112,112089,6049,6049,0,'baibhav@catpl.co.in','1',0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','4c75b-7aade-f8369-f4054',NULL,'2021-05-28 17:13:17','2021-08-20 11:44:45','0',NULL),(113,112515,6049,0,0,'faizan.s@btpyatra.com','1',0,'0','9767437786','fai','zan','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-29','0','1','5-4753077871_0NAGBOM6E5389_2648397114060079',NULL,'2021-05-29 13:08:56','2021-05-29 13:08:56','0',NULL),(114,131983,6049,0,0,'info@travergyrouter.com','1',0,'0','9341918386','Tushar','Bafna','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-08','0','1','5-1622915124_0BLRGOI6E6236_8803219767693215,5-1622915124_0GOIBLR6E617_8803219739875564',NULL,'2021-08-08 18:47:08','2021-08-08 18:47:08','0',NULL),(115,112089,6049,0,0,'baibhav@catpl.co.in','MR',0,'Other','770188604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','fb8ee-d0f60-15a96-8a103',NULL,'2021-08-12 12:14:29','2021-08-12 12:14:29','0',NULL),(116,132043,6049,0,0,'anuradha@catpl.co.in','MR',0,'Other','9997534069','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-14','0','1','1da3e-540d9-8ae1a-0ee70',NULL,'2021-08-14 10:50:19','2021-08-14 10:50:19','0',NULL),(118,132501,6049,0,0,'gaurav@hellogtx.com','1',0,'0','9811192312','gaurav','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','1-7625782175_17DELCCUG8105CCUBOMG8514_9466212490603444',NULL,'2021-08-16 10:59:19','2021-08-16 10:59:19','0',NULL),(119,132917,6049,0,0,'baibhav@atpl.co.in','MR',0,'Other','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','57800-0b70a-ad62d-15a80',NULL,'2021-08-20 11:49:35','2021-08-20 11:49:35','0',NULL),(121,25439,35,0,0,'holidays4@reisentours.com','MS',0,'Other','9999932969','SONIKA','.','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','967a8-3ab82-64bb4-f9c0d',NULL,'2021-08-20 15:43:26','2021-08-20 15:43:26','0',NULL),(127,144909,35,0,0,'neha@catpl.co.in','3',0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-01','0','1','5-1081200709_0MAACCU6E183_16146300061707172,5-1081200709_0CCUMAA6E566_16146299978043783',NULL,'2021-11-01 18:31:47','2021-11-01 18:31:47','0',NULL),(138,154044,35,0,0,'booti190@outlook.com','1',0,'0','8878498374','VISHAL','GOENKA','',0,35,'1977-05-13','S2342345','IN','2028-08-18','2018-12-04',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-20','0','1','4-1134874053_0DELDXBSG705_3490208764025867',NULL,'2021-12-20 22:56:44','2021-12-20 22:56:44','0',NULL),(139,154417,35,0,0,'Sigurdstrack11@outlook.com','1',0,'0','7873429344','sumanth','gurram','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-12-21','0','1','5-7393555383_0VTZDEL6E2772_55063571878716',NULL,'2021-12-21 23:23:01','2021-12-21 23:23:01','0',NULL),(141,0,10382,0,0,'AMIT@REISENTOURS.COM','1',0,'0','9810227237','AMIT','KUMAR',NULL,0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'C4/46A','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1','33ae8-f5022-99f02-407f9',NULL,'2022-01-21 16:19:52','2022-01-21 16:19:52','0',NULL),(142,0,10583,35,0,'harish2969@gmail.com','1',0,'0','9810030254','harish','verma','',0,10583,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-23','0','1','8059b-b7ec7-31ca2-1707b',NULL,'2022-01-23 13:04:41','2022-01-23 13:04:41','0',NULL),(143,159963,10382,35,0,'harish@reisentours.com','1',0,'0','9810040254','rohan','singh','',0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91','Reisen Tours India Pvt Ltd','07AADCR5276P1ZP','C4A/46A, Janakpuri, New Delhi 110058',NULL,'Delhi',NULL,'harish@reisentours.com','9810040254',NULL,'2022-01-25','0','1','e4d03-c6703-7bfe0-0dcdc',NULL,'2022-01-25 11:34:55','2022-01-25 13:30:01','0',NULL),(144,0,10382,0,0,'harish@reisentours.com','1',0,'0','09810040254','sohan','singh',NULL,0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'A1A/ 7B , Janakpuri, New Delhi 110058','Delhi','7701',1,0,'101',NULL,'91','Reisen Tours India Pvt Ltd','07AADCR5276P1ZP','www.reisentours.com',NULL,'Delhi',NULL,'harish@reisentours.com','',NULL,'2022-01-25','0','1','569d5-a9d67-1a050-f713c',NULL,'2022-01-25 13:50:33','2022-01-25 13:50:33','0',NULL),(145,0,10604,35,0,'neha@catpl.co.in','3',0,'0','8923963627','neha ','kannojia','',0,10604,'1996-12-25','HGFUI786JHF','IN','2022-09-20','2022-01-31',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-01','0','1','a5a83-9f590-00ffb-d3a3d',NULL,'2022-01-25 17:07:06','2022-02-01 18:43:24','0',NULL),(146,158206,10382,35,0,'amit@reisentours.com','1',0,'0','9810040254','sohil','singh','',0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1','29df8-d16e7-585c5-9a63c',NULL,'2022-01-25 17:08:52','2022-01-25 17:08:52','0',NULL),(147,160066,10385,35,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,10385,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1','2edb2-fdb1b-cc6db-dd213',NULL,'2022-01-25 17:09:42','2022-01-25 17:09:42','0',NULL),(149,159146,10560,35,0,'sds@tapishsecuritas.com','1',0,'0','9810610616','satya Deo','Sharma','',0,10560,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-28','0','1','f9413-85053-80b82-25a5d',NULL,'2022-01-28 15:54:35','2022-01-28 15:54:35','0',NULL),(150,168906,35,0,0,'navratan@catpl.co.in','1',0,'0','9997513572','test','only','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-04','0','1','5-1948380523_0CCUPAT6E895_15793046141557',NULL,'2022-03-04 11:47:46','2022-03-04 11:47:46','0',NULL),(151,0,11614,35,0,'ticketing@reisentours.com','1',0,'0','9870192122','vijay','malik','',0,11614,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-22','0','1','24bbc-9485f-8b32e-14462',NULL,'2022-03-22 18:34:55','2022-03-22 18:34:55','0',NULL),(152,0,10384,35,0,'holidays4@reisentours.com','1',0,'0','9999932969','cc','tg','',0,10384,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-01','0','1','a2383-15357-b4241-ee67e',NULL,'2022-04-01 14:13:02','2022-04-01 14:13:02','0',NULL),(153,189639,35,0,0,'Vinay.gupta@yahoo.com','1',0,'0','9820098200','Vinay','Gupta','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-06','0','1','11-8567973511_0PATBOMSG392_12777855196119',NULL,'2022-05-06 11:15:17','2022-05-06 11:15:17','0',NULL),(156,190975,35,0,0,'kumar.saujanya@gmail.com','1',0,'0','9699883388','Saujanya Kumar ','Singh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-10','0','1','1-8439445482_3BOMDELG8319_54394846375809',NULL,'2022-05-10 00:20:43','2022-05-10 00:20:43','0',NULL),(157,193906,35,0,0,'exhobuzz@gmail.com','1',0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-19','0','1','21-10-15-2-2375065272_1BOMBLRUK845_5196108539749',NULL,'2022-05-19 11:16:30','2022-05-19 11:16:30','0',NULL),(158,197358,35,0,0,'mkmistry.79@gmail.com','1',0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-19','0','1','5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698',NULL,'2022-05-19 14:14:23','2022-05-19 14:14:23','0',NULL),(159,207035,35,0,0,'chewymcgooey@gmail.com','1',0,'0','9810677917','Anant','Gupta','',0,35,NULL,'B1215172','IN','2026-06-11','2022-06-13',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-13','0','1','21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656',NULL,'2022-06-13 14:00:34','2022-06-13 14:00:34','0',NULL),(160,211940,35,0,0,'FGFG@GMAIL.COM','1',0,'0','5464656554','GANESH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-29','0','1','4-4761978357_0DELMAASG8207_9867787758427',NULL,'2022-06-29 12:48:20','2022-06-29 12:48:20','0',NULL),(162,212271,35,0,0,'LEADSERVICE@GMAIL.COM','1',0,'0','5764756456','GANESH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723',NULL,'2022-06-30 11:42:20','2022-06-30 11:42:20','0',NULL),(163,212451,35,0,0,'kihjihj@gmail.com','1',0,'0','9898989782','ganesh kumar','thakur','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','11-2847604955_0DELIXRG8145_34613732852136',NULL,'2022-06-30 17:42:55','2022-06-30 17:42:55','0',NULL),(164,212456,35,0,0,'JFDH@GMAIL.COM','1',0,'0','8754874949','GANESH','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','21-10-15-2-6178031448_0DELIXLUK601_26773510222337',NULL,'2022-06-30 18:03:46','2022-06-30 18:03:46','0',NULL),(165,212836,35,0,0,'GFHGJ@GMAIL.COM','MR',0,'Other','9438758437','GANESH KUMAR ','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0',NULL),(166,213357,35,0,0,'GFDFGHF@GMAIL.COM','1',0,'0','6757667676','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-04','0','1','5-0387867816_2DELGOI6E6245_23847823307630',NULL,'2022-07-04 14:02:15','2022-07-04 14:02:15','0',NULL),(167,213507,35,0,0,'leadpaxemail@gmail.com','1',0,'0','9877785675','GANESH KUMAR  THAKUR ','GANESH KUMAR THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-04','0','1','11-2603663016_0DELPNQG8173_36876112959010,1-2603663016_1PNQDELG82541_36877617713086',NULL,'2022-07-04 18:47:59','2022-07-04 18:47:59','0',NULL),(168,213755,35,0,0,'REISEN@GMAIL.COM','1',0,'0','9548958954','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602',NULL,'2022-07-05 13:19:58','2022-07-05 13:19:58','0',NULL),(169,213757,35,0,0,'7676@GMAIL.COM','1',0,'0','5665656564','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10998891450637',NULL,'2022-07-05 13:24:08','2022-07-05 13:24:08','0',NULL),(170,213792,35,0,0,'ggnaesh@gmail.com','1',0,'0','3535353535','ganesh','g','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453',NULL,'2022-07-05 14:32:26','2022-07-05 14:32:26','0',NULL),(172,148895,35,0,0,'rvverma1990@gmail.com','1',0,'0','8586876957','ASHISH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-10','0','1','1-0118805041_0DELIXBG8263_29674600269643',NULL,'2022-11-10 13:35:00','2022-11-10 13:35:00','0',NULL),(174,281827,35,0,0,'fthgg@hjjh.com','1',0,'0','9999999999','Gyhvv','Yuibv','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-16','0','1','4-3034530367_1BLRDELSG8134_39958056954724',NULL,'2022-11-16 22:43:00','2022-11-16 22:43:00','0',NULL),(175,307165,35,0,0,'rohitag.mumbai@gmail.com','1',0,'0','9322906135','Rohit','Agrawal','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-26','0','1','1-2351866097_5DELBOMG8330_16036933729105',NULL,'2022-12-26 17:04:21','2022-12-26 17:04:21','0',NULL),(176,310048,35,0,0,'aaa@ddfdf.com','1',0,'0','9494949898','sdfsdfsd','fsdfsdf','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-02','0','1','22-16-3829550210_0DELLKOI5548_94632603683760',NULL,'2023-01-02 10:41:42','2023-01-02 10:41:42','0',NULL),(177,310049,35,0,0,'admccsu@gmail.com','1',0,NULL,'8126684482','Amit','Kumar','f039eb446cc0bd7c5ad12b7a0e2a1dae',0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,'+91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','1',NULL,NULL,NULL,NULL,'0',NULL),(178,432035,35,0,0,'walkwithap1234@gmail.com','1',0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-23','0','1','21-10-15-2-6889046157_0DELBOMUK957_1426259875716',NULL,'2023-06-23 10:13:21','2023-06-23 10:13:21','0',NULL),(182,443587,35,0,0,'isabellaqwe123@gmail.com','1',0,'0','6125047154','Asian','ProZyy','',0,35,NULL,'12651261261','PH','2029-07-26','2019-04-10',NULL,'','0','',1,0,'',NULL,'1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-09','0','1','32-27-21-20-12-2-15-10-8388413748_29MNLMPH5J909_64305181772056',NULL,'2023-07-09 01:21:21','2023-07-09 01:21:21','0',NULL),(183,9024,35,0,0,'holidays@reisentours.com','1',0,'0','9999932969','Anand','Singh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-11','0','1','11-3356925099_2DELPNQI5721_1206145634719',NULL,'2023-07-11 11:37:16','2023-07-11 11:37:16','0',NULL),(184,432035,35,0,0,'walkwithap1234@gmail.com','1',0,'0','9818080943','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-20','0','1','5-1807028807_0DELPAT6E6025_28842799630882',NULL,'2023-07-20 19:48:27','2023-07-20 19:48:27','0',NULL),(185,442586,35,0,0,'ticketing@reisentours.com','1',0,'0','9811072132','vijay','kumar','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-22','0','1','5-8047217766_0DELGOI6E6576_17593357557172',NULL,'2023-07-22 11:41:22','2023-07-22 11:41:22','0',NULL),(186,466017,35,0,0,'sahil@sribalajioverseas.com','1',0,'0','09829555753','Hunny','Sethi','',0,35,NULL,'K5755788','IN','2033-08-16','2023-08-17',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-10','0','1','32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906',NULL,'2023-08-10 08:18:05','2023-08-10 08:18:05','0',NULL),(190,466018,35,0,0,'ahsjak2@gmail.com','1',0,'0','7428731210','asma','fahmi','',0,35,NULL,'a37748829','AL','2027-08-20','2022-08-10',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-10','0','1','32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073',NULL,'2023-08-10 08:28:54','2023-08-10 08:28:54','0',NULL),(193,533426,35,0,0,'rajebaba16@rediffmail.com','1',0,'0','8087619892','Dhdjjj','Gdhdh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-06','0','1','5-9704106671_8DELPNQ6E2618_83632529093634',NULL,'2023-11-06 08:56:30','2023-11-06 08:56:30','0',NULL),(194,582336,35,0,0,'manojkumar@gmail.com','1',0,'0','9650953283','Manoj','Kumar','',0,35,NULL,'M0722053','IN','2033-01-01','2023-01-01',NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-12-26','0','1','5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630',NULL,'2023-12-26 17:50:35','2023-12-26 17:50:35','0',NULL),(195,588364,35,0,0,'seviun.almein47@gmail.com','MR',0,'Other','8126523623','SEVIN','ALMINA','',0,35,NULL,'0','0','1900-01-01','1900-01-01',NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','1e2ed-b17bf-f1228-03999',NULL,'2024-01-03 19:03:33','2024-01-03 19:03:33','0',NULL);
/*!40000 ALTER TABLE `tbl_customer` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_customer_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_customer_member` (
  `CustomerMemberSysId` int unsigned NOT NULL AUTO_INCREMENT,
  `CustomerSysId` int NOT NULL COMMENT 'tbl_customer reference primary id',
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MasterAgencySysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` varchar(100) NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryName` varchar(150) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `panno` varchar(100) 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,
  `apiTraceId` varchar(200) DEFAULT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`CustomerMemberSysId`)
) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_customer_member`
--

LOCK TABLES `tbl_customer_member` WRITE;
/*!40000 ALTER TABLE `tbl_customer_member` DISABLE KEYS */;
INSERT INTO `tbl_customer_member` VALUES (230,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Deepak','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-12','0','1','5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976',NULL,'2021-03-12 16:27:58','2021-03-12 16:27:58','0'),(229,32,0,6049,0,'muskancatpl@gmail.com','3',0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-15','0','1','5-6998295847_26DELBOM6E5379_27722677486581805',NULL,'2021-03-09 17:39:04','2021-06-15 19:10:34','0'),(228,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Vivek','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','10-4351799974_12DELBOMH19442_27699110326595530',NULL,'2021-03-09 11:07:39','2021-03-17 19:25:21','0'),(226,49,0,6049,0,'muskancatpl@gmail.com','1',0,'0','9634022688','surbhi','gupta','',0,6049,'2020-06-11',NULL,NULL,NULL,NULL,'','0','',3,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-25','0','1','5-9255944805_0DELBOM6E5379_26770621706843463',NULL,'2021-02-26 17:11:19','2021-06-25 19:17:13','0'),(227,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,'1954-02-17','12345','IN','2022-02-15','2021-02-22','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220',NULL,'2021-02-26 17:16:44','2021-03-17 12:23:07','0'),(231,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','A1','K1','',0,5293,'1946-03-17','hfdfe1234','IN','2022-09-22','2018-03-21','','','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15','0','1','4-8570480046_0DELDXBSG131DXBDELSG12_28222550665637553',NULL,'2021-03-15 12:46:03','2021-03-15 12:46:03','0'),(232,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','A1','K1','',0,5293,'1946-03-17','hfdfe1234','IN','2022-09-22','2018-03-21','','','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-15','0','1','10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598',NULL,'2021-03-15 13:07:33','2021-03-15 13:07:33','0'),(233,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','C1','K1','',0,5293,'2020-03-25','gsdh5285','IN','2023-03-14','2015-03-18','','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598',NULL,'2021-03-15 13:07:33','2021-03-17 13:54:22','0'),(234,62,0,5293,0,'deepak@catpl.co.in','2',0,'0','9695357709','I1','K1','',0,5293,'2020-03-12','ikdt','IN','2024-03-19','2021-03-18','','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598',NULL,'2021-03-15 13:07:33','2021-03-18 13:59:23','0'),(235,29,0,5293,0,'sudipta@catpl.co.in','2',0,'0','9818999760','Ranu','Banerjee','',0,5293,NULL,'kjhjkhkjhkjhkj','IN','2022-03-18','2002-03-01','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',NULL,'2021-03-16 15:17:59','2021-03-18 13:39:39','0'),(236,29,0,5293,0,'sudipta@catpl.co.in','2',0,'0','9818999760','Parth','Banerjee','',0,5293,'2020-03-19','jhkjhjkhkjhkjhkj','IN','2023-03-30','2002-03-15','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',NULL,'2021-03-16 15:17:59','2021-03-18 13:39:39','0'),(237,29,0,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Kritika','Bhattacharaya','',0,5293,'2013-03-08','olkiolki','IN','2027-03-11','2015-03-06','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',NULL,'2021-03-16 15:17:59','2021-03-16 20:01:44','0'),(238,29,0,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Kaira','Thakur','',0,5293,'2020-03-12','uuiuiuiiui','IN','2028-03-24','2011-03-04','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',NULL,'2021-03-16 15:17:59','2021-03-16 20:01:44','0'),(239,29,0,5293,0,'sudipta@catpl.co.in','2',0,'0','9818999760','Dhruv','Banerjee','',0,5293,'2020-03-19','qwertyuio','IN','2023-03-30','2005-03-17','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',NULL,'2021-03-16 15:17:59','2021-03-16 20:01:44','0'),(251,30,0,5293,0,'ganesh@catpl.co.in','2',0,'other','8585960381','SAFDASF','SADFSADFASF','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(250,30,0,5293,0,'ganesh@catpl.co.in','2',0,'other','8585960381','safdsadf','sdaD','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(249,30,0,5293,0,'ganesh@catpl.co.in','2',0,'other','8585960381','ahsda','asad','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(248,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','manish','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(247,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','baibhav','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(246,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(252,30,0,5293,0,'ganesh@catpl.co.in','2',0,'other','8585960381','ASDFASF','AFDSADDFSA','',0,5293,'2021-03-03',NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(253,30,0,5293,0,'ganesh@catpl.co.in','2',0,'other','8585960381','ASDASF','FSADFSA','',0,5293,'2021-03-02',NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(254,30,0,5293,0,'ganesh@catpl.co.in','1',0,'other','8585960381','SASDF','ADasda','',0,5293,'2021-03-08',NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-16','0','1','5-0353392758_11DELBOM6E2077_28328102504599478',NULL,'2021-03-16 17:51:10','2021-03-16 17:51:10','0'),(262,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','sanjit','catpl','',0,5293,'2015-03-24','3698745112','IN','2022-03-29','2019-03-30','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(261,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','vivek','catpl','',0,5293,'2013-03-12','axxxibbbb45','IN','2025-03-19','2012-03-22','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(260,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','baibhav','catpl','',0,5293,'1957-03-20','65412378','IN','2024-03-26','2018-03-20','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(259,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','Ganesh','catpl','',0,5293,'1957-03-20','12345678','IN','2025-03-17','2017-03-16','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(263,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','sabir','catpl','',0,5293,'2020-03-12','sdfasfdasf545487','IN','2026-03-11','2020-04-20','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(264,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','asdfasfd','asfasdf','',0,5293,'2020-03-18','sdfsfasdfasf545','IN','2023-03-21','2020-03-17','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',NULL,'2021-03-17 10:42:08','2021-03-17 10:42:08','0'),(288,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','baibah','catpl','',0,5293,NULL,'798798sdfsdfs','IN','2027-03-24','2020-03-25','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 10:55:40','0'),(287,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','ffhgfh','fdhfhfh','',0,5293,NULL,'7895465sdfsfsf','IN','2025-03-19','2020-03-24','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 10:55:40','0'),(283,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','Ganesh','Catpl','',0,5293,NULL,'7896541sadad','IN','2024-03-13','2014-03-18','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 10:55:40','0'),(286,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','Vivek','catpl','',0,5293,NULL,'asfdasfd546878','IN','2026-03-18','2020-03-26','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 10:55:40','0'),(285,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','shivam','catpl','',0,5293,'2016-03-22','aDSasdadds554','IN','2030-03-26','2017-03-21','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 12:23:07','0'),(284,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','rahul','catpl','',0,5293,NULL,'sfsdsfd46578','IN','2026-03-18','2018-03-21','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2093631492_171DELHYD6E2164HYDDXB6E8488DXBBOM6E62BOMDEL6E2036_28389181800007213',NULL,'2021-03-17 10:55:40','2021-03-17 10:55:40','0'),(294,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','DFGDSG','SDFFGDFD','',0,5293,'2018-03-21','DSFGDSG797','IN','2027-03-31','2019-03-19','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 11:02:42','0'),(293,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','deepk','catpl','',0,5293,'1953-03-25','SDADAD4654DF','IN','2028-03-28','2014-03-18','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 11:02:42','0'),(292,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','Ganesh','Ctapl','',0,5293,'1953-03-25','789654123','IN','2025-03-26','2014-03-18','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 11:02:42','0'),(295,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','SANNY','CATPL','',0,5293,'2018-03-21','DDASFASF975','IN','2026-03-24','2019-03-19','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 12:23:07','0'),(296,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','VIVEK','CATPL','',0,5293,'2020-03-25','SAFDSSADF9897SD','IN','2024-03-05','2021-01-12','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 11:02:42','0'),(297,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','AFDSF','SADFSA','',0,5293,'2020-03-17','SADFSAF454','IN','2029-03-21','2020-03-19','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',NULL,'2021-03-17 11:02:42','2021-03-17 11:02:42','0'),(300,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','Ganesh','Catpl','',0,5293,'1949-03-02','45997987fdf','IN','2024-03-28','2017-03-21','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 11:27:55','0'),(301,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','vivek','catpl','',0,5293,'1949-03-02','sadfsf5445','IN','2026-03-19','2015-03-18','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 11:27:55','0'),(302,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','DSFGSD','DFGDS','',0,5293,'2018-03-14','DSFGDS4564','IN','2027-03-23','2019-03-19','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 11:27:55','0'),(303,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','DSFGDSG','DFGDSG','',0,5293,'2017-03-28','SAFASFFS879','IN','2022-03-08','2018-03-21','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 11:27:55','0'),(304,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','SAFASFD','SFDASF','',0,5293,'2020-03-18','FASFD7987','IN','2027-03-24','2020-03-26','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 12:23:07','0'),(305,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','SADFASFERT','WERTBNB','',0,5293,'2020-03-10','SADFASF455','IN','2023-03-21','2020-03-18','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',NULL,'2021-03-17 11:27:55','2021-03-17 12:23:07','0'),(313,30,0,5293,0,'GANESH@CATPL.CO.IN','2',0,'0','8585960381','Deepak','Catpl','',0,5293,'2018-03-20','sdfsadf545','IN','2025-03-25','2017-03-29','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(312,30,0,5293,0,'GANESH@CATPL.CO.IN','2',0,'0','8585960381','ASDFAS','SDFSFGG','',0,5293,'2017-03-22','78964521','IN','2024-03-27','2018-03-21','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(311,30,0,5293,0,'GANESH@CATPL.CO.IN','1',0,'0','8585960381','SAFSAFDA','SDFSAF','',0,5293,'1961-03-16','SDFSAFS','IN','2026-03-24','2018-03-22','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(310,30,103115,5293,0,'GANESH@CATPL.CO.IN','1',0,'0','8585960381','GANESH','CATPL','',0,5293,'1961-03-16','AFSAFDSF','IN','2023-03-22','2017-03-25','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(314,30,0,5293,0,'GANESH@CATPL.CO.IN','2',0,'0','8585960381','asfsafd','sdfsaf','',0,5293,'2020-03-17','sadfsadf5465','IN','2025-03-12','2020-05-18','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(315,30,0,5293,0,'GANESH@CATPL.CO.IN','2',0,'0','8585960381','sdfasfsdc','asdfasfsf','',0,5293,'2020-03-24','dfgdsg455df','IN','2028-03-22','2020-04-21','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',NULL,'2021-03-17 11:50:53','2021-03-17 11:50:53','0'),(321,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','asfdasfdsa','safsafs','',0,5293,'2019-03-13','safdsaf5456','IN','2021-03-31','2021-03-23','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(320,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','asfsaf','safsafs','',0,5293,'1957-03-22','sadfsafs','IN','2024-03-06','2017-03-09','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(319,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','vivek','catl','',0,5293,'1957-03-22','safsf456487sdf','IN','2025-03-05','2018-03-16','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(322,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','afsafdsf','sfdsaf','',0,5293,'2019-03-07','fss4sfsdfsfs','IN','2027-03-31','2008-03-14','sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(323,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','dsfgfsdfg','dfgdsgfd','',0,5293,'2020-03-19','dsfgsdfgd54','IN','2028-03-29','2020-03-25','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(324,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','dsfgsdg','dsfgsdfg','',0,5293,'2020-03-18','asfasf54','IN','2024-03-28','2020-04-16','sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,'2021-03-17 12:06:07','2021-03-17 12:06:07','0'),(325,94,0,5293,0,'ganesh@catpl.co.in','1',0,'0','85859603841','sadfas','sdfsaf','',0,5293,'1956-03-22','asdfasfs','IN','2024-03-20','2006-03-22','','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0'),(326,94,0,5293,0,'ganesh@catpl.co.in','1',0,'0','85859603841','sdfsa','sadfsa','',0,5293,'2018-03-21','sadfasfa','IN','2024-03-19','2012-03-29','','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0'),(327,94,0,5293,0,'ganesh@catpl.co.in','1',0,'0','85859603841','sadfsaf','sdfsaf','',0,5293,'2015-03-04','sadfsadf465','IN','2026-03-25','2017-03-22','','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0'),(328,94,0,5293,0,'ganesh@catpl.co.in','2',0,'0','85859603841','sadfasf','sadfsaf','',0,5293,'2020-03-18','sadfasf','IN','2026-03-11','2015-03-25','','0','',3,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0'),(329,94,0,5293,0,'ganesh@catpl.co.in','2',0,'0','85859603841','asdfasf','sadfasf','',0,5293,'2020-03-12','dsfgdg456dfg','IN','2028-03-22','2020-03-18','','0','',3,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,'2021-03-17 12:14:20','2021-03-17 12:14:20','0'),(330,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','sfdsaf','sdfsdf','',0,5293,'1946-03-24','sadfasdfsa','IN','2027-03-24','2010-03-18','sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290',NULL,'2021-03-17 12:23:07','2021-03-17 12:23:07','0'),(332,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Deepak','Kumar','',0,5293,'1993-03-17','hhiljlj111','IN','2021-03-26','2020-12-16','','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',NULL,'2021-03-17 18:58:00','2021-03-17 18:58:00','0'),(333,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','AB','Kumari','',0,5293,'2020-03-24','khjl4142','IN','2020-03-25','2020-11-26','','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',NULL,'2021-03-17 18:58:00','2021-03-17 19:25:21','0'),(334,31,103022,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366',NULL,'2021-03-17 19:20:31','2021-03-17 19:20:31','0'),(335,31,103022,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','4-1451484141_0DELBOMSG8701_38041253729840',NULL,'2021-03-17 19:36:09','2021-03-17 19:36:09','0'),(336,31,103022,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-17','0','1','5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697',NULL,'2021-03-17 19:38:48','2021-03-17 19:38:48','0'),(339,36,96134,6049,0,'anuradha@catpl.co.in','1',0,'0','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-14','0','1','4-8374846984_3DELBOMSG2871_28477589167138567',NULL,'2021-03-18 11:36:28','2021-08-14 10:59:13','0'),(340,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','C1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-8005025951_25DELBOM6E171_28478515803680618,5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',NULL,'2021-03-18 11:42:35','2021-03-18 11:42:35','0'),(341,62,0,5293,0,'deepak@catpl.co.in','2',0,'0','9695357709','I1','K1','',0,5293,'2020-03-19',NULL,NULL,NULL,NULL,'','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-8005025951_25DELBOM6E171_28478515803680618,5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',NULL,'2021-03-18 11:42:35','2021-03-18 11:42:35','0'),(342,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','C2','K2','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411',NULL,'2021-03-18 13:17:57','2021-03-18 13:59:23','0'),(343,62,0,5293,0,'deepak@catpl.co.in','2',0,'0','9695357709','I2','K2','',0,5293,'2020-03-11',NULL,NULL,NULL,NULL,'','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411',NULL,'2021-03-18 13:17:57','2021-03-18 13:17:57','0'),(348,98,0,5293,0,'sudipta.catpl@gmail.com','1',0,'0','8860259858','vdsafh','bhgtj','',0,5293,'2020-03-03',NULL,NULL,NULL,NULL,'','0','',3,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,'2021-03-18 13:50:51','2021-03-18 13:52:54','0'),(347,98,0,5293,0,'sudipta.catpl@gmail.com','1',0,'0','8860259858','cfwearyh','bh','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,'2021-03-18 13:50:51','2021-03-18 13:52:54','0'),(349,99,106515,5293,0,'deepak.catpl@gmail.com','1',0,'0','8318864487','Deepak','Kumar','',0,5293,'1950-03-21','hbxkduhw','IN','2022-03-16','2012-03-14','','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006',NULL,'2021-03-18 16:24:31','2021-03-18 16:24:31','0'),(350,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Deepak','kumar','',0,5293,'1946-03-17','kdfhkdy','IN','2022-07-21','2020-03-10','','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380',NULL,'2021-03-18 16:59:05','2021-03-18 16:59:05','0'),(351,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-5368534800_4DELBOMSG7177_28501832856284484',NULL,'2021-03-18 18:05:27','2021-03-18 18:05:27','0'),(352,30,0,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','vivek','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-5368534800_4DELBOMSG7177_28501832856284484',NULL,'2021-03-18 18:05:27','2021-03-18 18:05:27','0'),(353,30,0,5293,0,'ganesh@catpl.co.in','2',0,'0','8585960381','baibhav','catpl','',0,5293,'2020-03-17',NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-5368534800_4DELBOMSG7177_28501832856284484',NULL,'2021-03-18 18:05:27','2021-03-18 18:05:27','0'),(357,100,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','5-4680033550_14BOMDEL6E104_28503329265929266',NULL,'2021-03-18 18:46:23','2021-03-18 18:46:23','0'),(358,100,106620,5293,0,'ganesh1@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-9441876623_3BOMDELSG2642_28505641036362367',NULL,'2021-03-18 19:08:07','2021-03-18 19:08:07','0'),(360,100,106620,5293,0,'ganesh1@catpl.co.in','1',0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-6371971645_3BOMDELSG2642_28505871562291049',NULL,'2021-03-18 19:23:39','2021-03-18 19:23:39','0'),(361,100,106620,5293,0,'ganesh1@catpl.co.in','1',0,'0','8585960381','asdad','asda','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-18','0','1','4-8345789847_3DELBOMSG2871_28507432296615690,4-8345789847_1BOMDELSG790_28507432281761147',NULL,'2021-03-18 19:39:24','2021-03-18 19:39:24','0'),(362,30,103115,5293,0,'ganesh@catpl.co.in','1',0,'0','8585960381','Ganesh','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','5-0752493295_0DELBOM6E2077_28562206079233970',NULL,'2021-03-19 10:52:04','2021-03-19 10:52:04','0'),(365,56,106515,5293,0,'deepak.catpl@gmail.com','1',0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','10-3710415267_5DELBOMUK945_28563367765913530,10-3710415267_4BOMDELUK910_28563367727476583',NULL,'2021-03-19 11:20:51','2021-03-19 11:20:51','0'),(366,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','ravi','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','4-2355667927_1DELBOMSG7177_28563250991241625',NULL,'2021-03-19 11:32:03','2021-03-19 11:32:03','0'),(367,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','4-1771034981_1DELBOMSG7177_28573462518091262,4-1771034981_1BOMDELSG790_28573462502957050',NULL,'2021-03-19 13:58:19','2021-03-19 13:58:19','0'),(368,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','Deepak','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','10-4222073085_0DELBOMUK981_28584842514009237,5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,'2021-03-19 17:08:46','2021-03-19 17:08:46','0'),(369,62,0,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','RAvi','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','10-4222073085_0DELBOMUK981_28584842514009237,5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,'2021-03-19 17:08:46','2021-03-19 17:08:46','0'),(370,62,0,5293,0,'deepak@catpl.co.in','2',0,'0','9695357709','Lala','kaka','',0,5293,'2020-03-10',NULL,NULL,NULL,NULL,'','0','',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','10-4222073085_0DELBOMUK981_28584842514009237,5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,'2021-03-19 17:08:46','2021-03-19 17:08:46','0'),(371,62,104941,5293,0,'deepak@catpl.co.in','1',0,'0','9695357709','A1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','5-2514125537_0DELBOM6E2077_28585352341976144,5-2514125537_20BOMDEL6E2174_28585352288983205',NULL,'2021-03-19 17:16:28','2021-03-19 17:16:28','0'),(372,31,103022,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-19','0','1','15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784',NULL,'2021-03-19 19:13:48','2021-03-19 19:13:48','0'),(373,56,106515,5293,0,'deepak.catpl@gmail.com','1',0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-22','0','1','15-2537786393_33DELBOMAI537_10706474644999,1-2537786393_8BOMPATG8351PATDELG8507_10700483318707',NULL,'2021-03-22 11:01:08','2021-03-22 11:01:08','0'),(374,36,96134,6049,0,'anuradha@catpl.co.in','MS',0,'9','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','15-7186026392_0DELBOMUK955_557606851951809',NULL,'2021-03-22 11:28:30','2021-08-16 15:18:26','0'),(375,31,103022,5293,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-23','0','1','4-0633571651_11DELPATSG8480PATMAASG548_21619448367479',NULL,'2021-03-23 14:02:19','2021-03-23 14:02:19','0'),(379,106,0,5293,0,'gagasingh@gmail.com','1',0,'0','8588866554','SUKHLEEN','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-25','0','1','1-7012619301_0DELGOIG8300_19403683051304,5-7012619301_23GOIDEL6E5178_19405731714857',NULL,'2021-03-25 13:54:55','2021-03-25 13:54:55','0'),(378,106,0,5293,0,'gagasingh@gmail.com','2',0,'0','8588866554','PRIYANKA','RAI','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-25','0','1','1-7012619301_0DELGOIG8300_19403683051304,5-7012619301_23GOIDEL6E5178_19405731714857',NULL,'2021-03-25 13:54:55','2021-03-25 13:54:55','0'),(380,32,94418,5293,0,'muskancatpl@gmail.com','3',0,'0','9634022688','Muskan','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-25','0','1','4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962',NULL,'2021-03-25 15:58:40','2021-03-25 15:58:40','0'),(381,108,0,5293,0,'faizanlari5@gmail.com','2',0,'0','8874249264','Asiya Faizan','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-27','0','1','5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,'2021-03-27 19:35:51','2021-03-27 19:35:51','0'),(382,108,0,5293,0,'faizanlari5@gmail.com','2',0,'0','8874249264','Samar','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-27','0','1','5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,'2021-03-27 19:35:51','2021-03-27 19:35:51','0'),(383,108,0,5293,0,'faizanlari5@gmail.com','1',0,'0','8874249264','Mannat','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-27','0','1','5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,'2021-03-27 19:35:51','2021-03-27 19:35:51','0'),(384,31,103022,5293,0,'sudipta@catpl.co.in','MR',0,'Other','9818999760','SUDIPTA','BANERJEE','',0,5293,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-03-31','0','1','a4aa7-67416-8ad0b-8a2f4',NULL,'2021-03-31 19:20:55','2021-03-31 19:20:55','0'),(386,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','ABHINAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','3707b-69097-636c5-38992',NULL,'2021-05-04 19:39:32','2021-08-16 14:01:55','0'),(387,80,112089,6049,0,'baibhav@catpl.co.in','MR',0,'Other','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-11','0','1','9482c-84203-a0ff8-9b0b1',NULL,'2021-05-11 11:01:07','2021-05-11 11:01:07','0'),(388,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','SABIR','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-11','0','1','9482c-84203-a0ff8-9b0b1',NULL,'2021-05-11 11:01:07','2021-05-11 11:01:07','0'),(389,32,0,6049,0,'muskancatpl@gmail.com','3',0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-11','0','1','10-7689152214_6DELBOMH1941_1099247817497872',NULL,'2021-05-11 14:47:51','2021-05-11 14:47:51','0'),(390,32,112149,6049,0,'muskancatpl@gmail.com','MS',0,'Other','9634022688','MUSKAN','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-11','0','1','972dc-f45d0-44a7b-2183f',NULL,'2021-05-11 15:21:41','2021-05-11 15:21:41','0'),(391,32,0,6049,0,'muskancatpl@gmail.com','1',0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-23','0','1','972dc-f45d0-44a7b-2183f',NULL,'2021-05-11 15:21:41','2021-06-23 16:13:14','0'),(395,32,0,6049,0,'muskancatpl@gmail.com','3',0,'0','9634022688','MUSKAN','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-15','0','1','80991-4b857-320b4-1b16d',NULL,'2021-05-12 16:15:29','2021-06-15 19:12:01','0'),(392,32,0,6049,0,'muskancatpl@gmail.com','MRS',0,'9','9634022688','MS','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-11','0','1','972dc-f45d0-44a7b-2183f',NULL,'2021-05-11 15:21:41','2021-05-11 15:21:41','0'),(393,32,0,6049,0,'muskancatpl@gmail.com','MRS',0,'9','9634022688','SG','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-23','0','1','972dc-f45d0-44a7b-2183f',NULL,'2021-05-11 15:21:41','2021-06-23 14:35:14','0'),(394,32,0,6049,0,'muskancatpl@gmail.com','2',0,'0','9634022688','MUJ','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-25','0','1','972dc-f45d0-44a7b-2183f',NULL,'2021-05-11 15:21:41','2021-06-25 19:17:13','0'),(399,32,112149,6049,0,'muskancatpl@gmail.com','3',0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-25','0','1','10-1129458966_2DELPNQUK971_4819401587968214,4-1129458966_0PNQDELSG8937_4819404063849154',NULL,'2021-06-23 16:13:14','2021-06-25 19:17:13','0'),(396,111,0,6049,0,'muskancapl@gmail.com','1',0,'0','9634022688','ashok','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-14','0','1','5-8234832999_10DELBOM6E6186_1358777692335489',NULL,'2021-05-14 14:54:16','2021-05-14 14:54:16','0'),(397,111,0,6049,0,'muskancapl@gmail.com','2',0,'0','9634022688','ash','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-14','0','1','5-8234832999_10DELBOM6E6186_1358777692335489',NULL,'2021-05-14 14:54:16','2021-05-14 14:54:16','0'),(398,112,0,6065,6049,'baibhav@catpl.co.in','1',0,'9','7701888604','baibhav','kumar','',0,6065,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-05-28','0','1','ed4fc-959a4-89d23-868ce',NULL,'2021-05-28 17:54:18','2021-05-28 17:54:18','0'),(400,32,112149,6049,0,'muskancatpl@gmail.com','3',0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-25','0','1','5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',NULL,'2021-06-25 19:17:13','2021-06-25 19:17:13','0'),(401,57,0,6049,0,'gaurav@Catpl.co.in','MR',0,'9','9811192312','AMIT','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-30','0','1','68bd3-dd1b1-7d37d-0033f',NULL,'2021-07-30 11:30:19','2021-07-30 11:30:19','0'),(402,80,112089,6049,0,'baibhav@catpl.co.in','MR',0,'Other','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-02','0','1','20c5f-ac22e-02fe0-64a45',NULL,'2021-08-02 19:10:31','2021-08-02 19:10:31','0'),(403,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','RAHUL','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-02','0','1','20c5f-ac22e-02fe0-64a45',NULL,'2021-08-02 19:10:31','2021-08-02 19:10:31','0'),(404,36,132043,6049,0,'anuradha@catpl.co.in','MS',0,'9','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','4-1278077340_0DELBOMSG8701_8878961660080387',NULL,'2021-08-09 15:48:20','2021-08-13 18:06:59','0'),(405,80,112089,6049,0,'baibhav@catpl.co.in','1',0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-09','0','1','5-0701577628_22DELMAA6E2129_8882531858380256',NULL,'2021-08-09 16:48:13','2021-08-09 16:48:13','0'),(406,80,112089,6049,0,'baibhav@catpl.co.in','1',0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-10','0','1','4-1347990023_0MAACCUSG388_8977572044372285',NULL,'2021-08-10 19:12:07','2021-08-10 19:12:07','0'),(407,36,132043,6049,0,'anuradha@catpl.co.in','MRS',0,'9','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','5-7213822197_0DELGOI6E329GOIBOM6E712_9036022699732136',NULL,'2021-08-11 11:26:09','2021-08-13 18:06:59','0'),(451,36,132043,6049,0,'anuradha@catpl.co.in','2',0,'0','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-16','0','1','4-0971928351_0DELBOMSG8709_9471549002538129',NULL,'2021-08-16 12:28:16','2021-08-16 12:28:16','0'),(408,115,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','770188604','RAHUL','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','fb8ee-d0f60-15a96-8a103',NULL,'2021-08-12 12:14:29','2021-08-12 12:14:29','0'),(417,115,112089,6049,0,'baibhav@catpl.co.in','MR',0,'Other','770188604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','67a40-b7797-f6b1a-b78f1',NULL,'2021-08-12 13:41:21','2021-08-12 13:41:21','0'),(418,115,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','770188604','RAHUL','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','67a40-b7797-f6b1a-b78f1',NULL,'2021-08-12 13:41:21','2021-08-12 13:41:21','0'),(419,36,132043,6049,0,'anuradha@catpl.co.in','3',0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569',NULL,'2021-08-12 16:06:47','2021-08-12 16:06:47','0'),(420,36,132043,6049,0,'anuradha@catpl.co.in','3',0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510',NULL,'2021-08-12 16:18:17','2021-08-12 16:18:17','0'),(421,36,132043,6049,0,'anuradha@catpl.co.in','1',0,'0','9997534969','Anurav','Saini','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-12','0','1','5-0361766914_0DELGOI6E329GOIBOM6E712_9144219399823133',NULL,'2021-08-12 17:29:47','2021-08-12 17:29:47','0'),(424,80,112089,6049,0,'baibhav@catpl.co.in','MR',0,'Other','7701888604','BAIBHAV','`KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','aa4da-f1608-41e66-4c3df',NULL,'2021-08-13 11:14:50','2021-08-13 11:14:50','0'),(425,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','RAHUL','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','aa4da-f1608-41e66-4c3df',NULL,'2021-08-13 11:14:50','2021-08-13 11:14:50','0'),(441,80,112089,6049,0,'baibhav@catpl.co.in','MR',0,'Other','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','9d629-b2e40-441a6-0c099',NULL,'2021-08-13 15:07:20','2021-08-13 15:07:20','0'),(442,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','9d629-b2e40-441a6-0c099',NULL,'2021-08-13 15:07:20','2021-08-13 15:07:20','0'),(443,36,132043,6049,0,'anuradha@catpl.co.in','MS',0,'Other','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','d6c7b-28213-001c5-fe860',NULL,'2021-08-13 16:13:29','2021-08-13 16:13:29','0'),(444,36,0,6049,0,'anuradha@catpl.co.in','MR',0,'9','9997534969','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','d6c7b-28213-001c5-fe860',NULL,'2021-08-13 16:13:29','2021-08-13 16:13:29','0'),(445,80,0,6049,0,'baibhav@catpl.co.in','MR',0,'9','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','e92fd-6bebc-49207-1f04e',NULL,'2021-08-13 17:50:28','2021-08-13 17:50:28','0'),(446,36,132043,6049,0,'anuradha@catpl.co.in','MS',0,'Other','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','dc46e-04eb8-d9629-55737',NULL,'2021-08-13 18:06:59','2021-08-13 18:06:59','0'),(447,36,0,6049,0,'anuradha@catpl.co.in','MRS',0,'9','9997534969','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','dc46e-04eb8-d9629-55737',NULL,'2021-08-13 18:06:59','2021-08-13 18:06:59','0'),(448,36,132043,6049,0,'anuradha@catpl.co.in','1',0,'0','9997534969','Gaurav','Saini','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-13','0','1','4-3369276676_2DELBOMSG8169_9235119533934154',NULL,'2021-08-13 18:44:42','2021-08-13 18:44:42','0'),(449,116,0,6049,0,'anuradha@catpl.co.in','MRS',0,'9','9997534069','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-14','0','1','1da3e-540d9-8ae1a-0ee70',NULL,'2021-08-14 10:50:19','2021-08-14 10:50:19','0'),(450,116,0,6049,0,'anuradha@catpl.co.in','MASTER',0,'9','9997534069','ANURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',2,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-14','0','1','1da3e-540d9-8ae1a-0ee70',NULL,'2021-08-14 10:50:19','2021-08-14 10:50:19','0'),(452,80,112089,6049,0,'baibhav@catpl.co.in','1',0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','4-4570093870_0MAACCUSG388_9814668917424534',NULL,'2021-08-20 11:43:45','2021-08-20 11:43:45','0'),(453,119,0,6049,0,'baibhav@atpl.co.in','MR',0,'9','7701888604','RAHUL','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','57800-0b70a-ad62d-15a80',NULL,'2021-08-20 11:49:35','2021-08-20 11:49:35','0'),(454,121,0,35,0,'holidays4@reisentours.com','MS',0,'9','9999932969','SONIKA','.','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-20','0','1','967a8-3ab82-64bb4-f9c0d',NULL,'2021-08-20 15:43:26','2021-08-20 15:43:26','0'),(455,127,144909,35,0,'neha@catpl.co.in','3',0,'0','8923963627','neha','kannoja','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-02','0','1','5-4077529903_0MAACCU6E987_16223201724720387',NULL,'2021-11-02 15:53:32','2021-11-02 15:53:32','0'),(456,127,144909,35,0,'neha@catpl.co.in','3',0,'0','8923963627','neha','kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-02','0','1','5-2594013509_0MAACCU6E6385_16228191086281794',NULL,'2021-11-02 17:15:54','2021-11-02 17:15:54','0'),(457,127,144909,35,0,'neha@catpl.co.in','3',0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-02','0','1','22-16-8501468945_0BOMGOII5620_40495061396338',NULL,'2021-11-02 19:17:19','2021-11-02 19:17:19','0'),(458,127,144909,35,0,'neha@catpl.co.in','3',0,'0','8923963627','neha','kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-03','0','1','5-7505895109_0BOMCCU6E6014_21582208860193897',NULL,'2022-01-03 16:29:40','2022-01-03 16:29:40','0'),(459,93,0,10385,0,'sibo.sarso@gmail.com','1',0,'0','8447455883','Zaki','Khan',NULL,0,10385,NULL,NULL,NULL,NULL,NULL,'address','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1','39700-402af-58a64-81bfb',NULL,'2022-01-21 14:22:53','2022-01-21 14:22:53','0'),(460,93,0,10385,0,'sibo.sarso@gmail.com','1',0,'0','8447455883','Sudipta','Banergy',NULL,0,10385,NULL,NULL,NULL,NULL,NULL,'address','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1','f3e44-0810b-8093a-3dbc0',NULL,'2022-01-21 14:27:01','2022-01-21 14:27:01','0'),(461,93,0,10385,0,'sibo.sarso@gmail.com','1',0,'0','8447455883','asim','rajput',NULL,0,10385,NULL,NULL,NULL,NULL,NULL,'adrfgdgf fgdfgdf','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1','85b7a-734e0-c19c4-830f1',NULL,'2022-01-21 14:30:04','2022-01-21 14:30:04','0'),(462,141,0,10382,0,'AMIT@REISENTOURS.COM','1',0,'9','9810227237','AAA','BB',NULL,0,10382,NULL,NULL,NULL,NULL,NULL,'C4/46A','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1','33ae8-f5022-99f02-407f9',NULL,'2022-01-21 16:19:52','2022-01-21 16:19:52','0'),(463,143,0,10382,0,'amit@reisentours.com','1',0,'9','9810040254','SHIVANI','KUMARI',NULL,0,10382,NULL,NULL,NULL,NULL,NULL,'C4/46A','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1','e4d03-c6703-7bfe0-0dcdc',NULL,'2022-01-25 11:34:55','2022-01-25 11:52:52','0'),(511,510,0,10385,0,'sibo.sarso@gmail.com','2',0,'9','8447455883','Ranu','Banerjee',NULL,0,10385,NULL,NULL,NULL,NULL,NULL,'Delhi','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1','88c7f-b4ff9-8791b-e6420',NULL,'2022-01-25 19:00:33','2022-01-25 19:00:33','0'),(510,93,0,10385,0,'sibo.sarso@gmail.com','1',0,'0','8447455883','Sudupta','Banerjee',NULL,0,10385,NULL,NULL,NULL,NULL,NULL,'Delhi','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1','88c7f-b4ff9-8791b-e6420',NULL,'2022-01-25 19:00:33','2022-01-25 19:00:33','0'),(512,144,23656,35,0,'harish@reisentours.com','1',0,'0','09810040254','harish','verma','',0,35,NULL,NULL,NULL,NULL,NULL,'A1A/ 7B , Janakpuri, New Delhi 110058','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-28','0','1','11-0606444521_3DELBOMSG8803_41092114025150',NULL,'2022-02-28 18:26:58','2022-02-28 18:26:58','0'),(513,93,145072,35,0,'sibo.sarso@gmail.com','1',0,'0','8447455883','Zaki','Khan','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-11','0','1','11-3202248770_1MAACCUI5557_29654550823494',NULL,'2022-03-11 18:15:18','2022-03-11 18:15:18','0'),(532,31,0,11959,0,'sudipta@catpl.co.in','1',0,'0','9818999760','Md','Sabir',NULL,0,11959,NULL,NULL,NULL,NULL,NULL,'Addressing ','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-02','0','1','2a9e4-e48d3-0401b-0c9da',NULL,'2022-04-02 15:03:34','2022-04-02 15:03:34','0'),(535,31,0,11959,0,'sudipta@catpl.co.in','1',0,'0','9818999760','md','sabir',NULL,0,11959,NULL,NULL,NULL,NULL,NULL,'address','Delhi','7701',1,0,'101',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-02','0','1','0e254-8f240-c7d5c-3f15b',NULL,'2022-04-02 15:11:46','2022-04-02 15:11:46','0'),(536,157,0,35,0,'exhobuzz@gmail.com','1',0,'0','08452968506','Jyoti ','Yadav','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-19','0','1','21-10-15-2-2375065272_1BOMBLRUK845_5196108539749',NULL,'2022-05-19 11:16:30','2022-05-19 11:16:30','0'),(537,158,197358,35,0,'mkmistry.79@gmail.com','1',0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-21','0','1','5-3993333179_0BOMUDR6E5372_11888561049217',NULL,'2022-05-21 10:06:35','2022-05-21 10:06:35','0'),(538,158,197358,35,0,'mkmistry.79@gmail.com','1',0,'0','08452968506','Mukesh','Mistrh','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-21','0','1','5-4533586076_0BOMUDR6E5372_7382062817351',NULL,'2022-05-21 10:09:38','2022-05-21 10:09:38','0'),(539,157,193906,35,0,'exhobuzz@gmail.com','1',0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,'Kuchbheee.com','27ABFPY5831M1ZY','402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY','undefined','Maharashtra','undefined','2022-05-21','0','1','5-9618631815_0BOMUDR6E5372_17910604854564',NULL,'2022-05-21 10:12:02','2022-05-21 10:12:02','0'),(540,118,198786,35,0,'Gaurav@hellogtx.com','1',0,'0','9811192312','Gaurav','Gupta','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-24','0','1','4-1986031327_3DELBOMSG711_9041712676173',NULL,'2022-05-24 11:43:22','2022-05-24 11:43:22','0'),(541,159,207035,35,0,'chewymcgooey@gmail.com','1',0,'0','9810677917','Anant','Gupta','',0,35,NULL,'B1215172','IN','2024-06-12','2018-06-06','','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-13','0','1','21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976',NULL,'2022-06-13 17:29:44','2022-06-13 17:29:44','0'),(542,165,0,35,0,'GFHGJ@GMAIL.COM','MRS',0,'9','9438758437','MUNNILAL ','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(543,165,0,35,0,'GFHGJ@GMAIL.COM','MR',0,'9','9438758437','KARTIK KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(544,165,0,35,0,'GFHGJ@GMAIL.COM','MRS',0,'9','9438758437','KIRAN ','DEVI','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(545,165,0,35,0,'GFHGJ@GMAIL.COM','MS',0,'9','9438758437','KAJAL','KUMARI','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(546,165,0,35,0,'GFHGJ@GMAIL.COM','MR',0,'9','9438758437','SAJJAN KUMAR','JHA','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(547,165,0,35,0,'GFHGJ@GMAIL.COM','MR',0,'9','9438758437','MANISH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-01','0','1','84485-b0a42-fc216-74966',NULL,'2022-07-01 17:27:01','2022-07-01 17:27:01','0'),(553,172,0,35,0,'rvverma1990@gmail.com','2',0,'0','8586876957','PHANINDRA','KUMAWAT','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-10','0','1','1-0118805041_0DELIXBG8263_29674600269643',NULL,'2022-11-10 13:35:00','2022-11-10 13:35:00','0'),(552,172,0,35,0,'rvverma1990@gmail.com','1',0,'0','8586876957','TARUN','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-10','0','1','1-0118805041_0DELIXBG8263_29674600269643',NULL,'2022-11-10 13:35:00','2022-11-10 13:35:00','0'),(551,172,0,35,0,'rvverma1990@gmail.com','2',0,'0','8586876957','DIVYA','DIVYA','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-10','0','1','1-0118805041_0DELIXBG8263_29674600269643',NULL,'2022-11-10 13:35:00','2022-11-10 13:35:00','0'),(554,121,0,35,0,'','MR',0,'Other','9999932969','ABC','RRR','',0,35,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'',NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-04','0','1','3be21-3c918-38244-7cb94',NULL,'2023-03-04 12:13:56','2023-03-04 12:13:56','0'),(555,121,0,35,0,'','MR',0,'9','9999932969','FFFF','SDFF','',0,35,NULL,NULL,NULL,NULL,NULL,'Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-03-04','0','1','3be21-3c918-38244-7cb94',NULL,'2023-03-04 12:13:56','2023-03-04 12:13:56','0'),(556,178,432035,35,0,'walkwithap1234@gmail.com','1',0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-25','0','1','5-0669183551_0IDRDEL6E6102_11365248951050',NULL,'2023-06-25 12:46:35','2023-06-25 12:46:35','0'),(557,183,9024,35,0,'holidays@reisentours.com','1',0,'0','9999932969','Anand',' Singh','',0,35,NULL,'567565888','IN','2024-07-11','2010-07-08','','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-11','0','1','5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451',NULL,'2023-07-11 11:41:53','2023-07-11 11:41:53','0'),(558,178,432035,35,0,'walkwithap1234@gmail.com','1',0,'0','8506071234','Amit ','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-20','0','1','5-5825097242_0DELPAT6E6025_36983005315580',NULL,'2023-07-20 19:41:28','2023-07-20 19:41:28','0'),(559,178,432035,35,0,'walkwithap1234@gmail.com','1',0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-28','0','1','5-0902916492_4CCUDEL6E2716_28463796372886',NULL,'2023-07-28 17:36:49','2023-07-28 17:36:49','0'),(560,195,0,35,0,'seviun.almein47@gmail.com','MR',0,'9','8126523623','ASD','ALMINA','',0,35,NULL,'0','0','1900-01-01','1900-01-01','Not Required','Not Required','Not Required',1,0,'Not Required',NULL,'Not Required',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-01-03','0','1','1e2ed-b17bf-f1228-03999',NULL,'2024-01-03 19:03:33','2024-01-03 19:03:33','0');
/*!40000 ALTER TABLE `tbl_customer_member` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_enquiry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_enquiry` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_enquiry`
--

LOCK TABLES `tbl_enquiry` WRITE;
/*!40000 ALTER TABLE `tbl_enquiry` DISABLE KEYS */;
INSERT INTO `tbl_enquiry` VALUES (8,'Pooja Sharma','sharmapooja2101@gmail.com','9205090492','15/05/2017','test','1','2017-06-16 02:19:59'),(9,'Md Sabir','sibo.sarso@gmail.com','8447455883','15/05/2017','test','1','2017-06-16 02:23:51'),(10,'Pooja Sharma','sharmapooja2101@gmail.com','9205090492','15/05/2017','gvxc','1','2017-06-16 02:25:27'),(11,'kj','kj','12','12-02-2017','as','1','2017-06-26 03:40:03'),(12,'kj','kawaljeet@catpl.co.in','3454353454','12-02-2017','zdsdf adfsda','1','2017-06-26 03:40:34'),(13,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','test','1','2017-06-26 04:21:25'),(14,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','trest','1','2017-06-26 04:22:49'),(15,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','Test','1','2017-06-26 04:31:20'),(16,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','test','1','2017-06-26 05:04:05'),(17,'prashant','prashant.gupta11687@gmail.com','9015562063','11/06/2017','test','1','2017-06-26 05:07:57'),(18,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','test','1','2017-06-26 05:11:43'),(19,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','Test','1','2017-06-26 05:25:00'),(20,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','test','1','2017-06-26 05:26:05'),(21,'prashant','prashant.gupta11687@gmail.com','9015562063','11/06/2017','test','1','2017-06-26 05:28:52'),(22,'prashant','prashant@catpl.co.in','9015562063','11/06/2017','test','1','2017-06-26 05:31:59'),(23,'Kawaljeet','kawaljeet@catpl.co.in','8968955343','11/06/2017','test','1','2017-06-26 05:34:05'),(24,'Rehan Khan','rehan@gmail.com','9234658774','15/05/2017','test','1','2017-07-06 12:18:35'),(25,'Pooja Sharma','sibo.sarso@gmail.com','9205090492','','test','1','2017-07-06 12:58:05'),(26,'Pooja Sharma','sibo.sarso@gmail.com','9205090492','','ggg','1','2017-07-06 12:58:26'),(27,'Pooja Sharma','tanuaman0111@gmail.com','9205090492','','test','1','2017-07-06 12:59:17'),(28,'Pooja Sharma','sharmapooja2101@gmail.com','9205090492','','xggfd','1','2017-07-06 01:00:41'),(29,'Pooja Sharma','tanuaman0111@gmail.com','9205090492','','gdfgdf','1','2017-07-06 03:05:58'),(30,'Md Sabir','sibo.sarso@gmail.com','8447455883','','test\r\n','1','2017-07-06 03:06:42'),(31,'sabir','sabir@gmail.com','902893432423432','','sdfsdfsdfsd','1','2017-07-06 03:07:31'),(32,'sabir ahmad','sabir45@gmail.com','1235678909','','test','1','2017-07-06 03:09:06'),(33,'Md Sabir','sibo.sarso@gmail.com','8447455883','','afa','1','2017-07-06 03:36:15'),(34,'Md Sabir','sibo.sarso@gmail.com','8447455883','','hfghfg','1','2017-07-06 05:41:27'),(35,'prashant kumar g','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-06 05:41:36'),(36,'Md Sabir','sibo.sarso@gmail.com','8447455883','','rtytr','1','2017-07-06 05:43:56'),(37,'Md Sabir','sibo.sarso@gmail.com','8447455883','','ffg','1','2017-07-06 05:46:22'),(38,'Pooja Sharma','sharmapooja2101@gmail.com','9205090492','','dgdf','1','2017-07-07 11:47:34'),(39,'prashant','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 05:25:41'),(40,'Rishik','rishi.gupta@gmail.com','9016674565','','test','1','2017-07-07 05:27:15'),(41,'prashant','prashant.gupta11687@gmail.com','9015562063','','sdfsdfsd','1','2017-07-07 05:48:18'),(42,'prashant','prashant@catpl.co.in','9015562063','','sdsdas','1','2017-07-07 05:49:37'),(43,'prashant','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 05:58:44'),(44,'prashant','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 06:14:08'),(45,'prashant kumar g','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 06:15:20'),(46,'prashant','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 06:25:44'),(47,'rishik gupta','rishi.singh@idp.com','8968955341','','test','1','2017-07-07 06:26:45'),(48,'prashant','prashant.gupta11687@gmail.com','9015562063','','test','1','2017-07-07 06:51:17'),(49,'prashant','prashant@catpl.co.in','9015562063','','test by prashant','1','2017-07-10 05:15:11'),(50,'sdf','sdfds@dfgsd.ff','4444444554','','test stest','1','2017-07-13 11:47:02'),(51,' death benefit i','ranvir@catpl.co.in','4444444444','','test','1','2017-07-13 12:15:10'),(52,' death benefit i','ranvir@catpl.co.in','4444444444','','test','1','2017-07-13 12:15:10'),(53,'ranvirs singh','ranvir@catpl.co.in','8888888888','','jhkk','1','2017-07-13 09:37:33'),(54,'ranvirs singh','ranvir@catpl.co.in','8888888888','','jhkk','1','2017-07-13 09:38:45'),(55,'ranvirs singh','ranvir@catpl.co.in','8888888888','','test','1','2017-07-13 12:15:49'),(56,'ranvirs singh','ranvir@catpl.co.in','8888888888','','test','1','2017-07-13 12:21:32'),(57,'ranvirs singh','ranvir@catpl.co.in','8888888888','','d','1','2017-07-13 12:22:49'),(58,'ranvirs singh','ranvir@catpl.co.in','8888888888','','er','1','2017-07-13 12:23:48'),(59,'ranvirs singh','ranvir@catpl.co.in','8888888888','','255','1','2017-07-13 12:27:29'),(60,'ranvirs singh','ranvir@catpl.co.in','8888888888','','sdf','1','2017-07-13 12:28:14'),(61,'ranvirs singh','ranvir@catpl.co.in','8888888888','','tet','1','2017-07-13 12:30:37'),(62,'ranvirs singh','ranvir@catpl.co.in','8888888888','','tet','1','2017-07-13 12:34:00'),(63,'v','fgfg@fghgfhgf.ff','5666666666','','yryr','1','2017-07-13 12:34:28'),(64,'death benefit in','ranvir@catpl.co.in','4444444444','','tete','1','2017-07-13 12:35:12'),(65,'ranvirs singh','ranvir@catpl.co.in','8888888888','','2222222222222','1','2017-07-13 12:37:24'),(66,'ranvirs singh','ranvir@catpl.co.in','8888888888','','ttet','1','2017-07-13 12:59:15'),(67,'ranvir singh','ranvir@catpl.co.in','9999999999','','test','1','2017-07-19 11:28:50'),(68,'ranvir 34','test@gamil.com','3333333333','','test','1','2017-07-19 11:39:49'),(69,'dfgfd','dfgfd@sdfs.fgf','4545454545','','dfg','1','2017-07-19 11:45:09'),(70,'te','tstes@sdf.ff','5555555555','','5dfgfdg','1','2017-07-19 11:52:05'),(71,'ranvir 34','ranvir@catpl.co.in','4444444444','','test','1','2017-07-19 11:54:12');
/*!40000 ALTER TABLE `tbl_enquiry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_events`
--

DROP TABLE IF EXISTS `tbl_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(500) NOT NULL,
  `fromDate` datetime NOT NULL,
  `toDate` datetime NOT NULL,
  `description` text NOT NULL,
  `venue` varchar(256) NOT NULL,
  `city` varchar(256) NOT NULL,
  `state` varchar(256) NOT NULL,
  `country` varchar(256) NOT NULL,
  `images` text NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `mainImage` varchar(256) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_events`
--

LOCK TABLES `tbl_events` WRITE;
/*!40000 ALTER TABLE `tbl_events` DISABLE KEYS */;
INSERT INTO `tbl_events` VALUES (2,'Test By Mangal','2019-08-01 00:00:00','2019-08-31 00:00:00','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum','noida sector 22','noida','up','india','1564548990_2.png,1564549017_0.jpg,1564549040_0.jpg','1','1564554388.jpg'),(3,'Test By Mangal Past Event','2019-07-01 00:00:00','2019-07-03 00:00:00','test','noida international','noida','up','india','1564549476_0.jpg,1564549476_1.jpg,1564549476_2.jpg','1',''),(4,'test 1','2019-07-09 00:00:00','2019-07-17 00:00:00','asdasdsa','n','n','u','i','1564553806_0.jpg,1564553806_1.jpg,1564553806_2.jpg','1','1564553806.'),(5,'test by','2019-07-02 00:00:00','2019-07-05 00:00:00','asasdad','asdasd','asda','asdasd','asdasd','1564554141_0.jpg','1','1564554154.png'),(6,'ADTOI CONVENTION','2019-08-15 00:00:00','2019-08-16 00:00:00','ADTOI CONVENTION','Hotel Hyatt Regency At Ahmedabad','Ahmedabad','Gujarat','India','1565418350_0.png,1565418350_1.png,1565418350_2.png,1565418350_3.png,1565418350_4.png','1','1565418350.jpg');
/*!40000 ALTER TABLE `tbl_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_explore_icon`
--

DROP TABLE IF EXISTS `tbl_explore_icon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_explore_icon` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `Icon` varchar(255) NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `destination` varchar(500) NOT NULL,
  `exploreImage1` varchar(255) NOT NULL,
  `exploreImage2` varchar(255) NOT NULL,
  `exploreImage3` varchar(255) NOT NULL,
  `exploreImage4` varchar(255) NOT NULL,
  `exploreImage5` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_explore_icon`
--

LOCK TABLES `tbl_explore_icon` WRITE;
/*!40000 ALTER TABLE `tbl_explore_icon` DISABLE KEYS */;
INSERT INTO `tbl_explore_icon` VALUES (17,'Adventure','','1582539303.jpg',1,'[\"56\",\"34\",\"31\",\"4\"]','1577959958.jpg','1577958147.jpg','1577964495.jpg','1577965002.jpg','1577965204.jpg'),(18,'Group Tours','','1582549345.jpg',1,'[\"77\",\"76\",\"75\",\"74\",\"73\",\"71\",\"70\",\"44\",\"43\"]','1577183534.jpg','','','1577183598.jpg',''),(19,'Leisure','','1575447286.png',1,'[\"106\",\"97\",\"87\",\"76\"]','1577183781.jpg','','1577183731.jpg','','1577183827.jpg'),(20,'Honeymoon','','1575447160.png',1,'[\"122\",\"85\",\"55\",\"50\"]','1577183476.jpg','','','1577183500.jpg',''),(21,'Family','','1575447106.png',1,'[\"165\",\"72\",\"62\",\"5\"]','','','','','1577183444.jpg'),(22,'Beach','','1582539114.jpg',1,'[\"121\",\"90\",\"67\",\"18\"]','1577183343.jpg','','','',''),(23,'Weekend','','1575447218.png',1,'[\"168\",\"167\",\"166\",\"164\",\"163\",\"162\",\"157\"]','1577183649.jpg','','','','1577183673.jpg');
/*!40000 ALTER TABLE `tbl_explore_icon` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_feedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_feedback` (
  `FeedbackId` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `GtxRefId` int NOT NULL,
  `AgentSysId` int DEFAULT NULL,
  `Salutation` int DEFAULT NULL,
  `Name` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `EmailId` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `CountryCode` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `MobileNo` varchar(50) DEFAULT NULL,
  `Destination` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `DestinationId` int DEFAULT NULL,
  `TravelMonth` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `ReviewStarValue` int DEFAULT NULL,
  `ReviewTitle` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `Review` longtext CHARACTER SET utf32 COLLATE utf32_swedish_ci,
  `TripImage` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `displayOnHome` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  `isActive` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '1',
  `isMarkForDel` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  PRIMARY KEY (`FeedbackId`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_feedback` WRITE;
/*!40000 ALTER TABLE `tbl_feedback` DISABLE KEYS */;
INSERT INTO `tbl_feedback` VALUES (1,6049,673,0,3,'Muskan gupta','muskancatpl@gmail.com','+91','9634022688','',0,'Jul',4,'Nice Trip','Excellent','feedback_0_1620731499.jpg','0','1','0'),(2,35,916,0,1,'GURDEEP SINGH','GURDEEPSINGH@GMAIL.COM','+91','9810234567','',0,'Aug',5,'','','feedback_0_1641984874.jpg','1','1','0'),(3,35,1337,0,1,'Amit  Pandey','aate.services@gmail.com','+91','8506071234','',0,'Aug',5,'','I travelled many countries and cities and taken services from many tour consultants. But when i met Harish Verma ji, director Reisen Tours. It was a great feeling. Mr. Verma professional attitude and his helping nature is commendable. He has helped us to plan a great family tour and also helped us out of the way for getting our passports also. Mr. Verma recommendation and advice is always very helpful. Above to this, his tour management is also very budget friendly. We are highly satisfied with Reisen servers and highly recommend Mr. Verma services whenever you want to fly. Let’s rise with Reisen !!','','1','1','0'),(4,35,1338,0,1,'Arup Dutta','marketing.gurgaon@satgurutravel.com','+91','8586928448','',0,'Oct',5,'','\r\n I take great pleasure in recommending Mr. Harish Verma of \"Reisen Tours India Pvt. Ltd.\" for their best service in Tour Service. This is what i experienced during my recent referral passed for one of my existing Corporate in need of an urgent Himachal Tour Package for their group. The Corporate was happy with the service undertaken by Mr. Harish Verma & his experienced staff. I strongly recommend Mr. Harish Verma of \"Reisen Tours India Pvt. Ltd.\" for all Tours requirements. Warm Regards Arup Dutta (Manager- Corporate Sales) For Satguru Holidays (I) Pvt. Ltd.\r\n','','1','1','0'),(5,35,1339,0,1,'Mukesh Kumar','mukesh9453@gmail.com','+91','9810221749','',0,'Mar',5,'','I would like to acknowledge the services provided by Mr Harish Chandra Verma of Reisen Tours India Pvt Ltd. I recently took the services of tours from Mr Harish Chandra Verma for my client. I am delighted to express that Mr Harish Chandra Verma took the special interest to provide the best services. Will look forward to his services in future too. We are grateful to him and acknowledge his prompt service. I endorse and recommend all to avail his services. With Regards, Mukesh Kumar MK Investments','','1','1','0'),(6,35,1340,0,1,'Yoginder Arora','studionthoughts@gmail.com','+91','9873268216','',0,'Jun',5,'','Hi, I am Yoginder Arora i am the owner of studio N thoughts advertising & marketing,we deal in Acrylic display outdoor signage.Lastly i had taken the services of Harish Verma for agra trip It was an termendous experience for me to avail the services from Reisen tours india Pvt.Ltd. I wish him very best of luck for his future endevours signing of Aapka Apna Yoginder Arora Arora Arora','feedback__0_1671780080.jpg','1','1','0'),(7,35,1371,0,1,'Satish Tripathi ','tripathisatish2003@yahoo.co.in','+91','9250405910','',0,'Dec',5,'Very good','Service is very good','','1','1','0'),(8,35,1398,0,2,'Pooja Popli ','pooja.po@icicibank.com','+91','8527095640','',0,'Jan',5,'Superb ','Well organized ','','1','1','0');
/*!40000 ALTER TABLE `tbl_feedback` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_festival`
--

DROP TABLE IF EXISTS `tbl_festival`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_festival` (
  `sid` int unsigned NOT NULL AUTO_INCREMENT,
  `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,
  `map_destination` varchar(256) NOT NULL,
  `map_destination_id` varchar(256) NOT NULL,
  `selectedPackages` text NOT NULL,
  PRIMARY KEY (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_festival`
--

LOCK TABLES `tbl_festival` WRITE;
/*!40000 ALTER TABLE `tbl_festival` DISABLE KEYS */;
INSERT INTO `tbl_festival` VALUES (2,'DUSHRAA','dushraa','<p>asdfasdf</p>\r\n','sdfg','sdfg','asdfsdfg','_1555914543.jpg','Activate','2019-04-22 11:59:03','2019-05-04 12:20:48','','',''),(3,'HOLITEST','holitest','<p>testing</p>\r\n','holimetaa','holi Keyword','asdf','3_1555918552.jpg','Activate','2019-04-22 12:06:36','2019-04-23 18:53:51','','','[\"104\",\"103\"]'),(4,'DEWALI','dewali','<p>dfhg</p>\r\n','dhg','dfhg','dfhg','4_1556945415.jpg','Activate','2019-04-24 17:43:19','2019-05-04 10:20:36','','','');
/*!40000 ALTER TABLE `tbl_festival` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight`
--

DROP TABLE IF EXISTS `tbl_flight`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight` (
  `aboutId` int NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `city_json` text NOT NULL,
  `order_by` int NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`aboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight`
--

LOCK TABLES `tbl_flight` WRITE;
/*!40000 ALTER TABLE `tbl_flight` DISABLE KEYS */;
INSERT INTO `tbl_flight` VALUES (29,'Chennai(MAA)','{\"AirportCode\":\"MAA\",\"CityID\":6000,\"ContSysId\":101,\"ICAO\":\"MAA\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Chennai\",\"label\":\"Chennai, IN - Chennai Arpt (MAA)\",\"value\":\"Chennai, IN - Chennai Arpt (MAA)\"}',2,1,0,'1'),(30,'Kolkata(CCU)','{\"AirportCode\":\"CCU\",\"CityID\":14323,\"ContSysId\":101,\"ICAO\":\"CCU\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Kolkata\",\"label\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"value\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"}',3,1,0,'1'),(32,'Hyderabad(HYD)','{\"AirportCode\":\"HYD\",\"CityID\":12538,\"ContSysId\":101,\"ICAO\":\"HYD\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Hyderabad\",\"label\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\",\"value\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"}',5,1,0,'1'),(33,'Delhi','',4,1,0,'1');
/*!40000 ALTER TABLE `tbl_flight` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_airport_code`
--

DROP TABLE IF EXISTS `tbl_flight_airport_code`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_airport_code` (
  `AirId` int NOT NULL AUTO_INCREMENT,
  `CountryCode` varchar(256) NOT NULL,
  `AirportCode` varchar(256) NOT NULL,
  `CityID` int NOT NULL,
  `ContSysId` int NOT NULL,
  `AirportName` varchar(256) NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`AirId`)
) ENGINE=InnoDB AUTO_INCREMENT=4294 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_airport_code`
--

LOCK TABLES `tbl_flight_airport_code` WRITE;
/*!40000 ALTER TABLE `tbl_flight_airport_code` DISABLE KEYS */;
INSERT INTO `tbl_flight_airport_code` VALUES (1,'','ZMH',6,39,'108 Mile Ranch, South Cariboo Regional Airport (ZMH)','1','0'),(2,'','AAH',19,83,'Aachen, Merzbrück Airport (AAH)','1','0'),(3,'DK','AAL',21,59,'Aalborg, DK - Aalborg Airport (AAL)','1','0'),(4,'NO','AES',24,164,'Aalesund, NO - Alesund Airport Vigra (AES)','1','0'),(5,'DK','AAR',31,59,'Aarhus, DK - Aarhus Airport (AAR)','1','0'),(6,'','ABF',36,114,'Abaiang, Abaiang Atoll Airport (ABF)','1','0'),(7,'RU','ABA',37,181,'Abakan, RU - Abakan Intl Airport (ABA)','1','0'),(8,'FR','XAB',47,76,'Abbeville, FR - Abbeville - Buigny-Saint-Maclou (XAB)','1','0'),(9,'CA','YXX',54,39,'Abbotsford, CA - Abbotsford Intl Airport (YXX)','1','0'),(10,'','AEA',62,114,'Abemama, Abemama Atoll Airport (AEA)','1','0'),(11,'US','ABR',68,231,'Aberdeen, US - Aberdeen Regional Airport (ABR)','1','0'),(12,'GB','ABZ',69,482,'Aberdeen, GB - Dyce Airport (ABZ)','1','0'),(13,'SA','AHB',86,186,'Abha, SA - Abha Airport (AHB)','1','0'),(14,'US','ABI',87,231,'Abilene, US - Abilene Regional Airport (ABI)','1','0'),(15,'AE','AAN',105,228,'Abu Dhabi, AE - Al Ain Airport (AAN)','1','0'),(16,'AE','AUH',105,228,'Abu Dhabi, AE - Abu Dhabi Intl Airport (AUH)','1','0'),(17,'AE','AZI',105,228,'Abu Dhabi, AE - Bateen Airport (AZI)','1','0'),(18,'AE','DHF',105,228,'Abu Dhabi, AE - Al Dhafra (DHF)','1','0'),(19,'AE','ZVJ',105,228,'Abu Dhabi, AE - Abu Dhabi Bus Station Airport (ZVJ)','1','0'),(20,'EG','ABS',106,65,'Abu Simbel, EG - Abu Simbel Airport (ABS)','1','0'),(21,'NG','ABV',107,160,'Abuja, NG - Abuja Intl Airport (ABV)','1','0'),(22,'','ACD',112,49,'Acandi, Alcides Fernández Airport (ACD)','1','0'),(23,'MX','ACA',113,141,'Acapulco, MX - Gen Juan N. Alvarez Intl Airport (ACA)','1','0'),(24,'','AGV',114,235,'Acarigua, Oswaldo Guevara Mujica Airport (AGV)','1','0'),(25,'GH','ACC',119,84,'Accra, GH - Kotoka Airport (ACC)','1','0'),(26,'','ADT',158,231,'Ada, Ada Municipal Airport (ADT)','1','0'),(27,'US','ADK',161,231,'Adak Island, US - Adak Island Airport (ADK)','1','0'),(28,'TR','ADA',168,222,'Adana, TR - Adana Airport (ADA)','1','0'),(29,'','UAB',168,222,'Adana, Incirlik Air Base (UAB)','1','0'),(30,'ET','ADD',172,70,'Addis Ababa, ET - Bole Intl Airport (ADD)','1','0'),(31,'US','ADS',173,231,'Addison, US - Addison Airport (ADS)','1','0'),(32,'AU','ADL',179,13,'Adelaide, AU - Adelaide Airport (ADL)','1','0'),(33,'YE','ADE',189,240,'Aden, YE - Aden Intl Airport (ADE)','1','0'),(34,'TR','ADF',194,222,'Adiyaman, TR - Adiyaman Airport (ADF)','1','0'),(35,'DZ','AZR',201,3,'Adrar, DZ - Touat Cheikh Sidi Mohamed Belkebir Airport (AZR)','1','0'),(36,'','AFO',221,231,'Afton, Afton Municipal Airport (AFO)','1','0'),(37,'','NRI',221,231,'Afton, Grand Lake Regional Airport (NRI)','1','0'),(38,'TR','AFY',222,222,'Afyon, TR - Afyon (AFY)','1','0'),(39,'MA','AGA',225,148,'Agadir, MA - Al Massira Airport (AGA)','1','0'),(40,'IN','IXA',229,101,'Agartala, IN - Agartala Airport (IXA)','1','0'),(41,'FR','AGF',240,76,'Agen, FR - La Garenne Airport (AGF)','1','0'),(42,'','AGZ',244,195,'Aggeneys, Aggeneys Airport (AGZ)','1','0'),(43,'IN','AGR',266,101,'Agra, IN - Agra Airport (AGR)','1','0'),(44,'TR','AJI',269,222,'Agri, TR - Agri Airport (AJI)','1','0'),(45,'GR','AGQ',272,86,'Agrinio, GR - Agrinion (AGQ)','1','0'),(46,'PR','BQN',279,176,'Aguadilla, PR - Rafael Hernandez Airport (BQN)','1','0'),(47,'MX','AGU',285,141,'Aguascalientes, MX - Lic. Jesus Teran Peredo Intl Airport (AGU)','1','0'),(48,'JP','AGJ',290,110,'Aguni, JP - Aguni Airport (AGJ)','1','0'),(49,'IN','AMD',296,101,'Ahmedabad, IN - Ahmedabad Airport (AMD)','1','0'),(50,'US','AIK',323,231,'Aiken, US - Aiken Municipal (AIK)','1','0'),(51,'','AIM',325,136,'Ailuk, Ailuk Airport (AIM)','1','0'),(52,'','ANW',336,231,'Ainsworth, Ainsworth Regional Airport (ANW)','1','0'),(53,'CK','AIT',354,53,'Aitutaki, CK - Aitutaki Airport (AIT)','1','0'),(54,'FR','QXB',356,76,'Aix-en-provence, FR - Aix-En-Provence Airport (QXB)','1','0'),(55,'IN','AJL',360,101,'Aizawl, IN - Lengpui Airport (AJL)','1','0'),(56,'FR','AJA',363,76,'Ajaccio, FR - Campo Dell Oro Airport (AJA)','1','0'),(57,'US','AKK',382,231,'Akhiok, US - Akhiok Airport (AKK)','1','0'),(58,'US','KKI',385,231,'Akiachak, US - Akiachak Airport (KKI)','1','0'),(59,'US','AKI',386,231,'Akiak, US - Akiak Airport (AKI)','1','0'),(60,'','AKE',387,80,'Akieni, Akieni Airport (AKE)','1','0'),(61,'JP','AXT',390,110,'Akita, JP - Akita Airport (AXT)','1','0'),(62,'CA','LAK',396,39,'Aklavik, CA - Freddie Carmichael Airport (LAK)','1','0'),(63,'','AKD',34309,101,'Akola, Akola Airport (AKD)','1','0'),(64,'','AKC',399,231,'Akron, Akron Fulton International Airport (AKC)','1','0'),(65,'','AKO',399,231,'Akron, Colorado Plains Regional Airport (AKO)','1','0'),(66,'CN','AKU',403,46,'Aksu, CN - Aksu Airport (AKU)','1','0'),(67,'KZ','SCO',404,112,'Aktau, KZ - Aktau Airport (SCO)','1','0'),(68,'KZ','AKX',405,112,'Aktobe, KZ - Aktobe Airport (AKX)','1','0'),(69,'CA','AKV',406,39,'Akulivik, CA - Akulivik Airport (AKV)','1','0'),(70,'IS','AEY',408,100,'Akureyri, IS - Akureyri Airport (AEY)','1','0'),(71,'US','KQA',409,231,'Akutan, US - Akutan Airport (KQA)','1','0'),(72,'JO','AQJ',413,111,'Al Aqaba, JO - Aqaba Airport (AQJ)','1','0'),(73,'EG','AAC',415,65,'Al Arish, EG - Al Arish Airport (AAC)','1','0'),(74,'YE','AAY',416,240,'Al Ghaydah, YE - Al Ghaydah Airport (AAY)','1','0'),(75,'MA','AHU',417,148,'Al Hoceima, MA - Al Hoceima Airport (AHU)','1','0'),(76,'US','AUK',426,231,'Alakanuk, US - Alakanuk Airport (AUK)','1','0'),(77,'US','ALM',429,231,'Alamogordo, US - White Sands Regional Airport (ALM)','1','0'),(78,'','XAL',430,141,'Alamos, Álamos Airport (XAL)','1','0'),(79,'US','ALS',431,231,'Alamosa, US - San Luis Valley Regional Airport/Bergman Field (ALS)','1','0'),(80,'ES','ABC',448,199,'Albacete, ES - Albacete Airport (ABC)','1','0'),(81,'SA','ABT',449,186,'Al-baha, SA - Al-Aqiq Airport (ABT)','1','0'),(82,'US','ABY',453,231,'Albany, US - Southwest Georgia Regional Airport (ABY)','1','0'),(83,'US','ALB',453,231,'Albany, US - Albany Intl Airport (ALB)','1','0'),(84,'AU','ALH',454,13,'Albany, AU - Albany Airport (ALH)','1','0'),(85,'IT','ALL',465,107,'Albenga, IT - Clemente Panero Intl Airport (ALL)','1','0'),(86,'','BYF',473,76,'Albert, Albert – Picardie Airport (BYF)','1','0'),(87,'US','AEL',474,231,'Albert Lea, US - Albert Lea Municipal (AEL)','1','0'),(88,'FR','LBI',484,76,'Albi, FR - Le Sequestre (LBI)','1','0'),(89,'','BUK',501,240,'Albuq, Albuq Airport (BUK)','1','0'),(90,'US','ABQ',502,231,'Albuquerque, US - Albuquerque Intl Sunport Airport (ABQ)','1','0'),(91,'AU','ABX',504,13,'Albury, AU - Albury Airport (ABX)','1','0'),(92,'GB','ACI',540,482,'Alderney, GB - Alderney Airport (ACI)','1','0'),(93,'US','WKK',551,231,'Aleknagik, US - Aleknagik Airport (WKK)','1','0'),(94,'','ALT',556,175,'Alenquer, Alenquer Airport (ALT)','1','0'),(95,'SY','ALP',559,211,'Aleppo, SY - Nejrab Airport (ALP)','1','0'),(96,'','YAL',561,39,'Alert Bay, Alert Bay Airport (YAL)','1','0'),(97,'','ALJ',567,195,'Alexander Bay, Alexander Bay Airport (ALJ)','1','0'),(98,'NZ','ALR',571,157,'Alexandra, NZ - Alexandra (ALR)','1','0'),(99,'US','AEX',572,231,'Alexandria, US - Alexandria Intl Airport (AEX)','1','0'),(100,'US','ESF',572,231,'Alexandria, US - Esler Regional (ESF)','1','0'),(101,'EG','ALY',574,65,'Alexandria, EG - Alexandria Airport (ALY)','1','0'),(102,'EG','HBE',574,65,'Alexandria, EG - Borg El Arab Airport (HBE)','1','0'),(103,'GR','AXD',576,86,'Alexandroupoli, GR - Alexandroupolis Airport (AXD)','1','0'),(104,'AE','FJR',597,228,'Al-fujairah, AE - Fujairah Intl Airport (FJR)','1','0'),(105,'IT','AHO',605,107,'Alghero, IT - Fertilia Airport (AHO)','1','0'),(106,'DZ','ALG',606,3,'Algiers, DZ - Houari Boumediene Airport (ALG)','1','0'),(107,'','AXG',610,231,'Algona, Algona Municipal Airport (AXG)','1','0'),(108,'ES','ALC',622,199,'Alicante, ES - Alicante Airport (ALC)','1','0'),(109,'US','ALI',628,231,'Alice, US - Alice International (ALI)','1','0'),(110,'AU','ASP',630,13,'Alice Springs, AU - Alice Springs Airport (ASP)','1','0'),(111,'','AIV',633,231,'Aliceville, George Downer Airport (AIV)','1','0'),(112,'US','ALZ',647,231,'Alitak, US - Alitak Seaplane Base (ALZ)','1','0'),(113,'IN','IXD',650,101,'Allahabad, IN - Allahabad Airport (IXD)','1','0'),(114,'US','AET',651,231,'Allakaket, US - Allakaket Airport (AET)','1','0'),(115,'','ADY',656,195,'Alldays, Alldays Airport (ADY)','1','0'),(116,'US','ABE',669,231,'Allentown, US - Lehigh Valley Intl Airport (ABE)','1','0'),(117,'US','AIA',681,231,'Alliance, US - Alliance Municipal Airport (AIA)','1','0'),(118,'CA','YTF',691,39,'Alma, CA - Alma Airport (YTF)','1','0'),(119,'KZ','ALA',698,112,'Almaty, KZ - Almaty Airport (ALA)','1','0'),(120,'','BXJ',698,112,'Almaty, Boraldai Airport (BXJ)','1','0'),(121,'ES','LEI',707,199,'Almeria, ES - Almeria Airport (LEI)','1','0'),(122,'','IXV',732,101,'Along, Along Airport (IXV)','1','0'),(123,'ID','ARD',736,102,'Alor, ID - Alor Island Airport (ARD)','1','0'),(124,'PG','GUR',739,170,'Alotau, PG - Gurney Airport (GUR)','1','0'),(125,'','AHZ',746,76,'Alpe D Huez, Alpe d\'Huez Airport (AHZ)','1','0'),(126,'US','APN',749,231,'Alpena, US - Alpena County Regional Airport (APN)','1','0'),(127,'','ABH',752,13,'Alpha, Alpha Airport (ABH)','1','0'),(128,'','ALE',759,231,'Alpine, Alpine–Casparis Municipal Airport (ALE)','1','0'),(129,'NO','ALF',775,164,'Alta, NO - Alta Airport (ALF)','1','0'),(130,'BR','ATM',782,30,'Altamira, BR - Altamira Airport (ATM)','1','0'),(131,'CN','AAT',790,46,'Altay, CN - Altay Airport (AAT)','1','0'),(132,'CH','ACH',801,210,'Altenrhein, CH - St. Gallen-Altenrhein Airport (ACH)','1','0'),(133,'','AWN',821,13,'Alton Downs, Alton Downs Airport (AWN)','1','0'),(134,'US','AXS',830,231,'Altus, US - Altus/Quartz Mountain Regional (AXS)','1','0'),(135,'US','LTS',830,231,'Altus, US - Altus Air Force Base (LTS)','1','0'),(136,'','AHI',868,102,'Amahai, Amahai Airport (AHI)','1','0'),(137,'','AXJ',869,110,'Amakusa, Amakusa Airfield (AXJ)','1','0'),(138,'','AFI',871,107,'Amalfi, Amalfi Airport (AFI)','1','0'),(139,'US','AMA',881,231,'Amarillo, US - Rick Husband Amarillo Intl Airport (AMA)','1','0'),(140,'MG','IVA',888,130,'Ambanja, MG - Ampapamena (IVA)','1','0'),(141,'','AMY',890,130,'Ambatomainty, Ambatomainty Airport (AMY)','1','0'),(142,'','WAM',891,130,'Ambatondrazaka, Ambatondrazaka Airport (WAM)','1','0'),(143,'BZ','SPR',893,22,'Ambergris Caye, BZ - Ambergris Cay Airport (SPR)','1','0'),(144,'US','ABL',900,231,'Ambler, US - Ambler Airport (ABL)','1','0'),(145,'ID','AMQ',904,102,'Ambon, ID - Pattimura Airport (AMQ)','1','0'),(146,'KE','ASV',905,113,'Amboseli National Park, KE - Amboseli Airport (ASV)','1','0'),(147,'RU','AMV',907,181,'Amderma, RU - Amderma Airport (AMV)','1','0'),(148,'','RCN',920,13,'American River, American River Airport (RCN)','1','0'),(149,'','AHH',926,231,'Amery, Amery Municipal Airport (AHH)','1','0'),(150,'US','AMW',927,231,'Ames, US - Ames Municipal (AMW)','1','0'),(151,'JO','ADJ',944,111,'Amman, JO - Amman Civil Airport (ADJ)','1','0'),(152,'JO','AMM',944,111,'Amman, JO - Queen Alia Intl Airport (AMM)','1','0'),(153,'','YEY',958,39,'Amos, Amos/Magny Airport (YEY)','1','0'),(154,'','AMP',964,130,'Ampanihy, Ampanihy Airport (AMP)','1','0'),(155,'IN','ATQ',974,101,'Amritsar, IN - Amritsar Airport (ATQ)','1','0'),(156,'NL','AMS',979,154,'Amsterdam, NL - Schiphol Airport (AMS)','1','0'),(157,'PF','AAA',980,78,'Anaa, PF - Anaa Airport (AAA)','1','0'),(158,'','AAO',982,235,'Anaco, Anaco Airport (AAO)','1','0'),(159,'','OTS',984,231,'Anacortes, Anacortes Airport (OTS)','1','0'),(160,'CA','YAA',991,39,'Anahim Lake, CA - Anahim Lake Airport (YAA)','1','0'),(161,'US','AKP',993,231,'Anaktuvuk Pass, US - Anaktuvuk Pass Airport (AKP)','1','0'),(162,'','HVA',994,130,'Analalava, Analalava Airport (HVA)','1','0'),(163,'RU','AAQ',999,181,'Anapa, RU - Anapa Airport (AAQ)','1','0'),(164,'US','ANC',1012,231,'Anchorage, US - Ted Stevens Anchorage Intl Airport (ANC)','1','0'),(165,'US','FRN',1012,231,'Anchorage, US - Bryant Army Heliport/Bryant AAF (FRN)','1','0'),(166,'US','MRI',1012,231,'Anchorage, US - Merrill Field (MRI)','1','0'),(167,'IT','AOI',1014,107,'Ancona, IT - Falconara Airport (AOI)','1','0'),(168,'CL','ZUD',1015,45,'Ancud, CL - Ancud (ZUD)','1','0'),(169,'','ZWA',1019,130,'Andapa, Andapa Airport (ZWA)','1','0'),(170,'NO','ANX',1021,164,'Andenes, NO - Andenes Andoya Airport (ANX)','1','0'),(171,'US','AID',1025,231,'Anderson, US - Anderson Municipal (Darlington Field) (AID)','1','0'),(172,'','ADR',1039,231,'Andrews, Robert F. Swinnie Airport (ADR)','1','0'),(173,'FR','EBU',1041,76,'Andrezieux-boutheon, FR - Boutheon Airport (EBU)','1','0'),(174,'','WAD',1042,130,'Andriamena, Andriamena Airport (WAD)','1','0'),(175,'BS','ASD',1046,16,'Andros Island, BS - Andros Town Airport (ASD)','1','0'),(176,'','NGD',1049,32,'Anegada Island, Auguste George Airport (NGD)','1','0'),(177,'US','AXX',1052,231,'Angel Fire, US - Angel Fire (AXX)','1','0'),(178,'FR','ANE',1060,76,'Angers, FR - Angers - Loire Airport (ANE)','1','0'),(179,'','AGD',1063,102,'Anggi, Anggi Airport (AGD)','1','0'),(180,'','LJN',1071,231,'Angleton, Texas Gulf Coast Regional Airport (LJN)','1','0'),(181,'US','AGN',1074,231,'Angoon, US - Angoon Seaplane Base (AGN)','1','0'),(182,'FR','ANG',1075,76,'Angouleme, FR - Cognac Intl Airport (ANG)','1','0'),(183,'AI','AXA',1080,7,'Anguilla, AI - Anguilla Airport (AXA)','1','0'),(184,'US','ANI',1085,231,'Aniak, US - Aniak Airport (ANI)','1','0'),(185,'VU','AWD',1088,233,'Aniwa, VU - Aniwa Airport (AWD)','1','0'),(186,'KM','AJN',1094,50,'Anjouan, KM - Ouani Airport (AJN)','1','0'),(187,'CN','AKA',1097,46,'Ankang, CN - Ankang Wulipu Airport (AKA)','1','0'),(188,'TR','ESB',1098,222,'Ankara, TR - Esenboga Airport (ESB)','1','0'),(189,'','JVA',1099,130,'Ankavandra, Ankavandra Airport (JVA)','1','0'),(190,'','WAK',1100,130,'Ankazoabo, Ankazoabo Airport (WAK)','1','0'),(191,'US','IKV',1101,231,'Ankeny, US - Ankeny Regional (IKV)','1','0'),(192,'','ARB',1105,231,'Ann Arbor, Ann Arbor Municipal Airport (ARB)','1','0'),(193,'DZ','AAE',1108,3,'Annaba, DZ - Rabah Bitat Airport (AAE)','1','0'),(194,'FR','NCY',1119,76,'Annecy, FR - Annecy Airport (NCY)','1','0'),(195,'FR','QNJ',1121,76,'Annemasse, FR - Annemasse (QNJ)','1','0'),(196,'US','ANB',1124,231,'Anniston, US - Anniston Metropolitan (ANB)','1','0'),(197,'CN','AQG',1132,46,'Anqing, CN - Anqing Tianzhushan Airport (AQG)','1','0'),(198,'','AOG',1141,46,'Anshan, Anshan Teng\'ao Airport (AOG)','1','0'),(199,'','AVA',1142,46,'Anshun, Anshun Huangguoshu Airport (AVA)','1','0'),(200,'MG','ANM',1150,130,'Antalaha, MG - Antsirabato Airport (ANM)','1','0'),(201,'TR','AYT',1151,222,'Antalya, TR - Antalya Airport (AYT)','1','0'),(202,'MG','TNR',1152,130,'Antananarivo, MG - Ivato Airport (TNR)','1','0'),(203,'','ANY',1157,231,'Anthony, Anthony Municipal Airport (ANY)','1','0'),(204,'AG','ANU',1163,9,'Antigua, AG - V C Bird Intl Airport (ANU)','1','0'),(205,'','ARO',1175,49,'Antioquia, Arboletes Airport (ARO)','1','0'),(206,'','ATE',1177,231,'Antlers, Antlers Municipal Airport (ATE)','1','0'),(207,'CL','ANF',1178,45,'Antofagasta, CL - Cerro Moreno Intl Airport (ANF)','1','0'),(208,'CL','TOQ',1178,45,'Antofagasta, CL - Barriles (TOQ)','1','0'),(209,'','WAQ',1185,130,'Antsalova, Antsalova Airport (WAQ)','1','0'),(210,'','ATJ',1186,130,'Antsirabe, Antsirabe Airport (ATJ)','1','0'),(211,'','AMB',1187,130,'Antsiranana, Ambilobe Airport (AMB)','1','0'),(212,'MG','DIE',1187,130,'Antsiranana, MG - Arrachart Airport (DIE)','1','0'),(213,'','WAI',1188,130,'Antsohihy, Ambalabe Airport (WAI)','1','0'),(214,'BE','ANR',1189,21,'Antwerp, BE - Antwerp Intl Airport (Deurne) (ANR)','1','0'),(215,'US','ACJ',1190,200,'Anuradhapura, US - Anuradhapura (ACJ)','1','0'),(216,'LK','ADP',1190,200,'Anuradhapura, LK - Anuradhapura (ADP)','1','0'),(217,'US','ANV',1191,231,'Anvik, US - Anvik Airport (ANV)','1','0'),(218,'','AYN',1193,46,'Anyang, Anyang Airport (AYN)','1','0'),(219,'JP','AOJ',1201,110,'Aomori, JP - Aomori Airport (AOJ)','1','0'),(220,'IT','AOT',1203,107,'Aosta, IT - Aosta Valley Airport (AOT)','1','0'),(221,'','AAF',1208,231,'Apalachicola, Apalachicola Regional Airport (AAF)','1','0'),(222,'US','AAS',1210,102,'Apalapsili, US - Apalapsili (AAS)','1','0'),(223,'CO','APO',1211,49,'Apartado, CO - Antonio Roldan Betancourt Airport (APO)','1','0'),(224,'PF','APK',1212,78,'Apataki, PF - Apataki Airport (APK)','1','0'),(225,'WS','APW',1219,183,'Apia, WS - Faleolo Airport (APW)','1','0'),(226,'US','APV',1234,231,'Apple Valley, US - Apple Valley (APV)','1','0'),(227,'US','ATW',1238,231,'Appleton, US - Outagamie County Regional Airport (ATW)','1','0'),(228,'BR','APU',1246,30,'Apucarana, BR - Apucarana (APU)','1','0'),(229,'BR','AJU',1255,30,'Aracaju, BR - Santa Maria Airport (AJU)','1','0'),(230,'RO','ARW',1260,179,'Arad, RO - Arad Intl Airport (ARW)','1','0'),(231,'BR','AUX',1262,30,'Araguaina, BR - Araguaina Airport (AUX)','1','0'),(232,'','AXC',1266,13,'Aramac, Aramac Airport (AXC)','1','0'),(233,'','AAK',1275,114,'Aranuka, Aranuka Airport (AAK)','1','0'),(234,'BR','APX',1277,30,'Arapongas, BR - Arapongas (APX)','1','0'),(235,'SA','RAE',1278,186,'Arar, SA - Arar Airport (RAE)','1','0'),(236,'BR','AQA',1279,30,'Araraquara, BR - Bartolomeu de Gusmao State Airport (AQA)','1','0'),(237,'AU','ARY',1280,13,'Ararat, AU - Ararat (ARY)','1','0'),(238,'CO','AUC',1281,49,'Arauca, CO - Santiago Perez Quiroz Airport (AUC)','1','0'),(239,'BR','AAX',1283,30,'Araxa, BR - Araxa Airport (AAX)','1','0'),(240,'ET','AMH',1284,70,'Arba Mintch, ET - Arba Mintch Airport (AMH)','1','0'),(241,'','NLN',1305,231,'Arcata, Kneeland Airport (NLN)','1','0'),(242,'CA','YAB',1325,39,'Arctic Bay, CA - Arctic Bay Airport (YAB)','1','0'),(243,'US','ARC',1326,231,'Arctic Village, US - Arctic Village Airport (ARC)','1','0'),(244,'','AHD',1345,105,'Ardmore, Ardmore Downtown Executive Airport (AHD)','1','0'),(245,'US','ADM',1347,231,'Ardmore, US - Ardmore Municipal (ADM)','1','0'),(246,'','ARE',1357,176,'Arecibo, Antonio (Nery) Juarbe Pol Airport (ARE)','1','0'),(247,'PE','AQP',1368,172,'Arequipa, PE - Rodriguez Ballon Intl Airport (AQP)','1','0'),(248,'','ACM',1401,45,'Arica, Arica Airport (ACM)','1','0'),(249,'CL','ARI',1401,45,'Arica, CL - Chacalluta Airport (ARI)','1','0'),(250,'RU','ARH',1421,181,'Arkhangelsk, RU - Arkhangelsk Airport (ARH)','1','0'),(251,'CO','AXM',1440,49,'Armenia, CO - El Eden Intl Airport (AXM)','1','0'),(252,'AU','ARM',1444,13,'Armidale, AU - Armidale Airport (ARM)','1','0'),(253,'','AON',1475,107,'Arona, Arona Airport (AON)','1','0'),(254,'','AIS',1477,114,'Arorae Island, Arorae Island Airport (AIS)','1','0'),(255,'','AAB',1485,13,'Arrabury, Arrabury Airport (AAB)','1','0'),(256,'','ATS',1513,231,'Artesia, Artesia Municipal Airport (ATS)','1','0'),(257,'BS','ATC',1517,16,'Arthurs Town, BS - Arthur`s Town Airport (ATC)','1','0'),(258,'UY','ATI',1520,230,'Artigas, UY - Artigas International (ATI)','1','0'),(259,'UG','RUA',1526,226,'Arua, UG - Arua Airport (RUA)','1','0'),(260,'AW','AUA',1527,12,'Aruba, AW - Queen Beatrix Intl Airport (AUA)','1','0'),(261,'TZ','ARK',1533,214,'Arusha, TZ - Arusha Airport (ARK)','1','0'),(262,'PF','AXR',1535,78,'Arutua, PF - Arutua Airport (AXR)','1','0'),(263,'CA','YEK',1538,39,'Arviat, CA - Arviat Airport (YEK)','1','0'),(264,'SE','AJR',1539,209,'Arvidsjaur, SE - Arvidsjaur Airport (AJR)','1','0'),(265,'WS','AAU',1554,183,'Asau, WS - Asau Airport (AAU)','1','0'),(266,'','ALK',1571,70,'Asela, Asella Airport (ALK)','1','0'),(267,'','ASG',1582,482,'Ashburton, Ashburton Aerodrome (ASG)','1','0'),(268,'TM','ASB',1595,223,'Ashgabat, TM - Ashgabat Airport (ASB)','1','0'),(269,'','AHM',1602,231,'Ashland, Ashland Municipal Airport (AHM)','1','0'),(270,'','ASX',1602,231,'Ashland, John F. Kennedy Memorial Airport (ASX)','1','0'),(271,'US','HTS',1602,231,'Ashland, US - Tri-State Airport/Milton J. Ferguson Field (HTS)','1','0'),(272,'','JFN',1604,231,'Ashtabula, Northeast Ohio Regional Airport (JFN)','1','0'),(273,'ER','ASM',1616,68,'Asmara, ER - Yohannes IV Intl Airport (ASM)','1','0'),(274,'ET','ASO',1622,70,'Asosa, ET - Asosa Airport (ASO)','1','0'),(275,'US','ASE',1624,231,'Aspen, US - Pitkin County Airport/Sardy Field (ASE)','1','0'),(276,'EG','ATZ',1645,65,'Assiut, EG - Assiut Airport (ATZ)','1','0'),(277,'KZ','TSE',1650,112,'Astana, KZ - Astana Airport (TSE)','1','0'),(278,'RU','ASF',1658,181,'Astrakhan, RU - Astrakhan Airport (ASF)','1','0'),(279,'ES','OVD',1660,199,'Asturias, ES - Asturias Airport (OVD)','1','0'),(280,'GR','JTY',1661,86,'Astypalaia, GR - Astypalea Island Airport (JTY)','1','0'),(281,'PY','ASU',1663,171,'Asuncion, PY - Silvio Pettirossi Intl Airport (ASU)','1','0'),(282,'EG','ASW',1664,65,'Aswan, EG - Aswan Airport (ASW)','1','0'),(283,'','ABU',1665,102,'Atambua, Haliwen Airport (ABU)','1','0'),(284,'YE','AXK',1667,240,'Ataq, YE - Ataq Airport (AXK)','1','0'),(285,'GR','ATH',1680,86,'Athens, GR - Athens Intl Airport (ATH)','1','0'),(286,'','ATO',1680,86,'Athens, Ohio University Airport (ATO)','1','0'),(287,'US','AHN',1681,231,'Athens, US - Athens/Ben Epps Airport (AHN)','1','0'),(288,'','YIB',1696,39,'Atikokan, Atikokan Municipal Airport (YIB)','1','0'),(289,'US','AKB',1700,231,'Atka, US - Atka Airport (AKB)','1','0'),(290,'US','ATL',1704,231,'Atlanta, US - Hartsfield-Jackson Atlanta Intl Airport (ATL)','1','0'),(291,'US','ACY',1706,231,'Atlantic, US - Atlantic City Intl Airport (ACY)','1','0'),(292,'US','AIY',1706,231,'Atlantic, US - Atlantic City Muni Bader Fld (AIY)','1','0'),(293,'US','ATT',1711,231,'Atmautluak, US - Atmautluak Airport (ATT)','1','0'),(294,'US','ATK',1716,231,'Atqasuk, US - Atqasuk Edward Burnell Sr Memorial Airport (ATK)','1','0'),(295,'CA','YAT',1723,39,'Attawapiskat, CA - Attawapiskat Airport (YAT)','1','0'),(296,'PF','AUQ',1732,78,'Atuona, PF - Hiva Oa-Atuona Airport (AUQ)','1','0'),(297,'KZ','GUW',1735,112,'Atyrau, KZ - Atyrau Airport (GUW)','1','0'),(298,'US','LEW',1746,231,'Auburn, US - Auburn/Lewiston Municipal (LEW)','1','0'),(299,'NZ','AKL',1751,157,'Auckland, NZ - Auckland Intl Airport (AKL)','1','0'),(300,'NZ','AMZ',1751,157,'Auckland, NZ - Ardmore (AMZ)','1','0'),(301,'DE','AGB',1764,83,'Augsburg, DE - Augsburg Airport (AGB)','1','0'),(302,'US','AGS',1766,231,'Augusta, US - Augusta Regional Airport at Bush Field (AGS)','1','0'),(303,'US','AUG',1766,231,'Augusta, US - Augusta State Airport (AUG)','1','0'),(304,'US','DNL',1766,231,'Augusta, US - Daniel Field (DNL)','1','0'),(305,'AU','PUG',1768,13,'Augusta, AU - Port Augusta Airport (PUG)','1','0'),(306,'SB','AKS',1772,193,'Auki, SB - Auki Gwaunaru`u Airport (AKS)','1','0'),(307,'FR','CFE',1777,76,'Aulnat, FR - Aulnat Airport (CFE)','1','0'),(308,'CA','YPJ',1786,39,'Aupaluk, CA - Aupaluk Airport (YPJ)','1','0'),(309,'','AUL',1788,136,'Aur, Aur Airport (AUL)','1','0'),(310,'IN','IXU',1790,101,'Aurangabad, IN - Chikkalthana Airport (IXU)','1','0'),(311,'FR','AUR',1795,76,'Aurillac, FR - Tronquieres Airport (AUR)','1','0'),(312,'','AUZ',1801,231,'Aurora, Aurora Municipal Airport (AUZ)','1','0'),(313,'','BFK',1801,231,'Aurora, Buckley Air Force Base (BFK)','1','0'),(314,'US','BKF',1801,231,'Aurora, US - Buckley Air Force Base (BKF)','1','0'),(315,'','LDO',1801,231,'Aurora, Laduani Airstrip (LDO)','1','0'),(316,'US','UAO',1801,231,'Aurora, US - Aurora State (UAO)','1','0'),(317,'AU','AUU',1803,13,'Aurukun Mission, AU - Aurukun Airport (AUU)','1','0'),(318,'','ASQ',1809,231,'Austin, Austin Airport (ASQ)','1','0'),(319,'US','AUM',1809,231,'Austin, US - Austin Municipal (AUM)','1','0'),(320,'US','AUS',1809,231,'Austin, US - Bergstrom Intl Airport (AUS)','1','0'),(321,'FR','AUF',1816,76,'Auxerre, FR - Auxerre - Branches (AUF)','1','0'),(322,'US','AOV',1820,231,'Ava, US - Ava Bill Martin Memorial (AOV)','1','0'),(323,'AU','AVV',1824,13,'Avalon, AU - Avalon Airport (AVV)','1','0'),(324,'IT','AVB',1855,107,'Aviano, IT - Aviano Air Base (AVB)','1','0'),(325,'','AVU',1886,193,'Avu Avu, Avu Avu Airport (AVU)','1','0'),(326,'ET','AWH',1889,70,'Awareh, ET - Awareh Airport (AWH)','1','0'),(327,'ET','AXU',1896,70,'Axum, ET - Axum Airport (AXU)','1','0'),(328,'','AYC',1897,172,'Ayacucho, Ayacucho Airport (AYC)','1','0'),(329,'PE','AYP',1897,172,'Ayacucho, PE - Coronel FAP Alfredo Mendivil Duarte Airport (AYP)','1','0'),(330,'','AYW',1902,102,'Ayawasi, Ayawasi Airport (AYW)','1','0'),(331,'','CII',1903,222,'Aydin, Aydın Airport (CII)','1','0'),(332,'AU','AYR',1919,13,'Ayr, AU - Ayr (AYR)','1','0'),(333,'ID','BXB',1960,102,'Babo, ID - Babo Airport (BXB)','1','0'),(334,'PH','BCD',1974,173,'Bacolod, PH - Bacolod Airport (BCD)','1','0'),(335,'ES','BJZ',1981,199,'Badajoz, ES - Badajoz Airport (BJZ)','1','0'),(336,'','BXD',1988,102,'Bade, Bade Airport (BXD)','1','0'),(337,'DE','ZCC',1992,83,'Baden-baden, DE - Baden Oos (ZCC)','1','0'),(338,'','BDN',1998,166,'Badin, Talhar Airport (BDN)','1','0'),(339,'','BDD',2003,13,'Badu Island, Badu Island Airport (BDD)','1','0'),(340,'','BFX',2007,38,'Bafoussam, Bafoussam Airport (BFX)','1','0'),(341,'','BQI',2009,151,'Bagani, Bagani Airport (BQI)','1','0'),(342,'','BGT',2011,231,'Bagdad, Bagdad Airport (BGT)','1','0'),(343,'IN','IXB',2012,101,'Bagdogra, IN - Bagdogra Airport (IXB)','1','0'),(344,'IQ','BGW',2017,104,'Baghdad, IQ - Baghdad Intl Airport (BGW)','1','0'),(345,'IQ','SDA',2017,104,'Baghdad, IQ - Baghdad International Apt (SDA)','1','0'),(346,'','TQD',2017,104,'Baghdad, Al-Taqaddum Air Base (TQD)','1','0'),(347,'CA','YBG',2035,39,'Bagotville, CA - Bagotville Airport (YBG)','1','0'),(348,'PH','BAG',2037,173,'Baguio, PH - Baguio Airport (BAG)','1','0'),(349,'ET','BJR',2041,70,'Bahar Dar, ET - Bahar Dar Airport (BJR)','1','0'),(350,'PK','BHV',2044,166,'Bahawalpur, PK - Bahawalpur Airport (BHV)','1','0'),(351,'AR','BHI',2045,10,'Bahia Blanca, AR - Comandante Espora/Bahia Blanca Airport (BHI)','1','0'),(352,'EC','BHA',2047,64,'Bahia De Caraquez, EC - Los Perales (BHA)','1','0'),(353,'CO','BSC',2050,49,'Bahia Solano, CO - Jose Celestino Mutis Airport (BSC)','1','0'),(354,'RO','BAY',2056,179,'Baia Mare, RO - Baia Mare Airport (BAY)','1','0'),(355,'CA','YBC',2059,39,'Baie Comeau, CA - Baie-Comeau Airport (YBC)','1','0'),(356,'CA','YBJ',34656,39,'Baie Johan Beetz, CA - Baie-Johan-Beetz Seaplane Base (YBJ)','1','0'),(357,'AU','BSJ',2079,13,'Bairnsdale, AU - Bairnsdale (BSJ)','1','0'),(358,'','NBS',2081,46,'Baishan, Changbaishan Airport (NBS)','1','0'),(359,'','BJW',2090,102,'Bajawa, Bajawa Soa Airport (BJW)','1','0'),(360,'','BXE',2093,187,'Bakel, Bakel Airport (BXE)','1','0'),(361,'US','BKE',2094,231,'Baker, US - Baker City Municipal (BKE)','1','0'),(362,'CA','YBK',2095,39,'Baker Lake, CA - Baker Lake Airport (YBK)','1','0'),(363,'US','BFL',2096,231,'Bakersfield, US - Meadows Field Airport (BFL)','1','0'),(364,'IS','BJD',2098,100,'Bakkafjordur, IS - Bakkafjörður Airport (BJD)','1','0'),(365,'AZ','GYD',2099,15,'Baku, AZ - Heydar Aliyev Intl Airport (GYD)','1','0'),(366,'','ZXT',2099,15,'Baku, Zabrat Airport (ZXT)','1','0'),(367,'','BWO',2103,181,'Balakovo, Balakovo Airport (BWO)','1','0'),(368,'US','MLJ',2129,231,'Baldwin, US - Baldwin County (MLJ)','1','0'),(369,'','BAJ',2136,102,'Bali, Bali Airport (BAJ)','1','0'),(370,'','BLC',2136,102,'Bali, Bali Airport (BLC)','1','0'),(371,'ID','BPN',2141,102,'Balikpapan, ID - Sepinggan Airport (BPN)','1','0'),(372,'','BKN',2146,223,'Balkanabat, Balkanabat Airport (BKN)','1','0'),(373,'AU','BNK',2162,13,'Ballina, AU - Ballina Airport (BNK)','1','0'),(374,'','BZD',2202,13,'Balranald, Balranald Airport (BZD)','1','0'),(375,'','BZY',2207,144,'Balti City, Bălți International Airport (BZY)','1','0'),(376,'US','BWI',2211,231,'Baltimore, US - Baltimore/Washington Intl Thurgood Marshall Apt (BWI)','1','0'),(377,'DE','BMR',2212,83,'Baltrum, DE - Baltrum (BMR)','1','0'),(378,'','RGH',2213,101,'Balurghat, Balurghat Airport (RGH)','1','0'),(379,'AU','ABM',2217,13,'Bamaga, AU - Northern Peninsula Airport (ABM)','1','0'),(380,'ML','BKO',2218,134,'Bamako, ML - Bamako Airport (BKO)','1','0'),(381,'US','BMQ',2226,113,'Bamburi, US - Bamburi (BMQ)','1','0'),(382,'','BPC',2227,38,'Bamenda, Bamenda Airport (BPC)','1','0'),(383,'','NAF',2232,102,'Banaina, Banaina Airport (NAF)','1','0'),(384,'ID','BTJ',2242,102,'Banda Aceh, ID - Sultan Iskandar Muda Airport (BTJ)','1','0'),(385,'ID','TKG',2245,102,'Bandar Lampung, ID - Radin Inten II Airport (TKG)','1','0'),(386,'','BDY',2255,231,'Bandon, Bandon State Airport (BDY)','1','0'),(387,'','FDU',2256,74,'Bandundu, Bandundu Airport (FDU)','1','0'),(388,'ID','BDO',2257,102,'Bandung, ID - Husein Sastranegara Intl Airport (BDO)','1','0'),(389,'','YBA',2258,482,'Banff, Banff Airport (YBA)','1','0'),(390,'IN','BLR',2262,101,'Bangalore, IN - Bangalore Airport (BLR)','1','0'),(391,'TH','BKK',2266,215,'Bangkok, TH - Bangkok Intl Airport (BKK)','1','0'),(392,'TH','DMK',2266,215,'Bangkok, TH - Don Mueang Intl Airport (DMK)','1','0'),(393,'US','BGR',2268,231,'Bangor, US - Bangor Intl Airport (BGR)','1','0'),(394,'BA','BNX',2271,27,'Banja Luka, BA - Banja Luka Intl Airport (BNX)','1','0'),(395,'ID','BDJ',2272,102,'Banjarmasin, ID - Syamsudin Noor Airport (BDJ)','1','0'),(396,'GM','BJL',2273,81,'Banjul, GM - Yundum Intl Airport (BJL)','1','0'),(397,'AU','BWU',2275,13,'Bankstown, AU - Bankstown (BWU)','1','0'),(398,'US','BNG',2279,231,'Banning, US - Banning Municipal (BNG)','1','0'),(399,'','BNP',2281,166,'Bannu, Bannu Airport (BNP)','1','0'),(400,'IE','BYT',2290,105,'Bantry, IE - Bantry (BYT)','1','0'),(401,'','BWX',2296,102,'Banyuwangi, Blimbingsari Airport (BWX)','1','0'),(402,'CN','BSD',2303,46,'Baoshan, CN - Baoshan Airport (BSD)','1','0'),(403,'CN','BAV',2305,46,'Baotou, CN - Batou Erliban Airport (BAV)','1','0'),(404,'','BCA',2313,56,'Baracoa, Gustavo Rizo Airport (BCA)','1','0'),(405,'','VEV',2318,193,'Barakoma, Barakoma Airport (VEV)','1','0'),(406,'FR','QYR',2339,76,'Barberey-saint-sulpice, FR - Barberey (QYR)','1','0'),(407,'','BBQ',2350,9,'Barbuda, Barbuda Codrington Airport (BBQ)','1','0'),(408,'AU','BCI',2351,13,'Barcaldine, AU - Barcaldine Airport (BCI)','1','0'),(409,'ES','BCN',2352,199,'Barcelona, ES - Barcelona El Prat Airport (BCN)','1','0'),(410,'VE','BLA',2353,235,'Barcelona, VE - Anzoategui Airport (BLA)','1','0'),(411,'FR','BAE',2354,76,'Barcelonnette, FR - Barcelonnette - Saint-Pons (BAE)','1','0'),(412,'NO','BDU',2367,164,'Bardufoss, NO - Bardufoss Airport (BDU)','1','0'),(413,'','BEK',2370,101,'Bareilly, Bareilly Airport (BEK)','1','0'),(414,'IT','BRI',2379,107,'Bari, IT - Karol Wojtyla Airport (BRI)','1','0'),(415,'AR','BRC',2381,10,'Bariloche, AR - Teniente Luis Candelaria Intl Airport (BRC)','1','0'),(416,'VE','BNS',2382,235,'Barinas, VE - Barinas Airport (BNS)','1','0'),(417,'MY','BBN',2384,132,'Bario, MY - Bario Airport (BBN)','1','0'),(418,'RU','BAX',2405,181,'Barnaul, RU - Barnaul Airport (BAX)','1','0'),(419,'US','BNL',2421,231,'Barnwell, US - Barnwell Regional (BNL)','1','0'),(420,'','RRI',2426,193,'Barora Island, Barora Airport (RRI)','1','0'),(421,'VE','BRM',2429,235,'Barquisimeto, VE - Barquisimeto Airport (BRM)','1','0'),(422,'','BQQ',2430,175,'Barra, Barra Airport (BQQ)','1','0'),(423,'GB','BRR',2431,482,'Barra, GB - Barra Airport (BRR)','1','0'),(424,'CO','EJA',2436,49,'Barrancabermeja, CO - Yariguies Airport (EJA)','1','0'),(425,'CO','BAQ',2440,49,'Barranquilla, CO - Cortissoz Airport (BAQ)','1','0'),(426,'BR','BRA',2442,30,'Barreiras, BR - Barreiras Airport (BRA)','1','0'),(427,'','BRB',2443,30,'Barreirinhas, Barreirinhas Airport (BRB)','1','0'),(428,'','YLK',2446,39,'Barrie, Lake Simcoe Regional Airport (YLK)','1','0'),(429,'US','BRW',2453,231,'Barrow, US - Wiley Post-Will Rogers Memoria Airport (BRW)','1','0'),(430,'','BWB',2454,13,'Barrow Island, Barrow Island Airport (BWB)','1','0'),(431,'','BYS',2460,231,'Barstow, Bicycle Lake Army Airfield (BYS)','1','0'),(432,'DE','BBH',2463,83,'Barth, DE - Barth (BBH)','1','0'),(433,'US','BVO',2466,231,'Bartlesville, US - Bartlesville Municipal (BVO)','1','0'),(434,'US','BOW',2474,231,'Bartow, US - Bartow Municipal (BOW)','1','0'),(435,'','BSU',2482,74,'Basankusu, Basankusu Airport (BSU)','1','0'),(436,'PH','BSO',2485,173,'Basco, PH - Basco Airport (BSO)','1','0'),(437,'','BBR',2506,89,'Basse-terre, Baillif Airport (BBR)','1','0'),(438,'FR','BIA',2513,76,'Bastia, FR - Poretta Airport (BIA)','1','0'),(439,'US','BVX',2530,231,'Batesville, US - Batesville Regional (BVX)','1','0'),(440,'AU','BHS',2534,13,'Bathurst, AU - Bathurst Airport (BHS)','1','0'),(441,'CA','ZBF',2535,39,'Bathurst, CA - Bathurst Airport (ZBF)','1','0'),(442,'TR','BAL',2537,222,'Batman, TR - Batman Airport (BAL)','1','0'),(443,'US','BTR',2538,231,'Baton Rouge, US - Baton Rouge Metropolitan Airport / Ryan Field (BTR)','1','0'),(444,'','OUR',2539,38,'Batouri, Batouri Airport (OUR)','1','0'),(445,'NO','BJF',2541,164,'Batsfjord, NO - Batsfjord Airport (BJF)','1','0'),(446,'KH','BBM',2543,37,'Battambang, KH - Battambang (BBM)','1','0'),(447,'US','BTL',2549,231,'Battle Creek, US - W K Kellogg (BTL)','1','0'),(448,'GE','BUS',2556,82,'Batumi, GE - Batumi Airport (BUS)','1','0'),(449,'','BDE',2559,231,'Baudette, Baudette International Airport (BDE)','1','0'),(450,'BR','BAU',2564,30,'Bauru, BR - Bauru Airport (BAU)','1','0'),(451,'BR','JTC',2564,30,'Bauru, BR - Bauru-Arealva Airport (JTC)','1','0'),(452,'','BBC',30577,231,'Bay City, Bay City Municipal Airport (BBC)','1','0'),(453,'US','HPY',2597,231,'Baytown, US - Baytown (HPY)','1','0'),(454,'','BZB',2602,149,'Bazaruto, Bazaruto Island Airport (BZB)','1','0'),(455,'','WBE',2615,130,'Bealanana, Ankaizina Airport (WBE)','1','0'),(456,'CA','XBE',2623,39,'Bearskin Lake, CA - Bearskin Lake Airport (XBE)','1','0'),(457,'US','BIE',2625,231,'Beatrice, US - Beatrice Municipal (BIE)','1','0'),(458,'US','BTY',2627,231,'Beatty, US - Beatty (BTY)','1','0'),(459,'','BFT',2632,231,'Beaufort, Beaufort County Airport (BFT)','1','0'),(460,'US','BMT',2646,231,'Beaumont, US - Beaumont Municipal (BMT)','1','0'),(461,'US','BPT',2646,231,'Beaumont, US - Southeast Texas Regional Airport (BPT)','1','0'),(462,'FR','BVA',2657,76,'Beauvais, FR - Beauvais-Tille Airport (BVA)','1','0'),(463,'US','WBQ',2660,231,'Beaver, US - Beaver Airport (WBQ)','1','0'),(464,'CA','YXQ',2661,39,'Beaver Creek, CA - Beaver Creek (YXQ)','1','0'),(465,'DZ','CBH',2672,3,'Bechar, DZ - Boudghene Ben Ali Lotfi Airport (CBH)','1','0'),(466,'US','BKW',2677,231,'Beckley, US - Raleigh County Memorial Airport (BKW)','1','0'),(467,'US','HMZ',2683,231,'Bedford, US - Bedford County (HMZ)','1','0'),(468,'AU','BEU',2691,13,'Bedourie, AU - Bedourie Airport (BEU)','1','0'),(469,'VG','EIS',2698,32,'Beef Island, VG - Beef Island Airport (EIS)','1','0'),(470,'','BEV',2704,106,'Beersheba, Beersheba Airport (BEV)','1','0'),(471,'','NIR',2710,231,'Beeville, Chase Field Industrial Complex (NIR)','1','0'),(472,'ET','BEI',2720,70,'Beica, ET - Beica Airport (BEI)','1','0'),(473,'LY','LAQ',2721,123,'Beida, LY - Al Abraq Intl Airport (LAQ)','1','0'),(474,'CN','BHY',2724,46,'Beihai, CN - Beihai Fucheng Airport (BHY)','1','0'),(475,'','BHN',2725,240,'Beihan, Beihan Airport (BHN)','1','0'),(476,'CN','NAY',2726,46,'Beijing, CN - Beijing Nanyuan Airport (NAY)','1','0'),(477,'CN','PEK',2726,46,'Beijing, CN - Beijing Capital Intl Airport (PEK)','1','0'),(478,'MZ','BEW',2730,149,'Beira, MZ - Beira Airport (BEW)','1','0'),(479,'LB','BEY',2732,120,'Beirut, LB - Beirut Intl Airport (BEY)','1','0'),(480,'PT','BYJ',2741,175,'Beja, PT - Beja Airport (BYJ)','1','0'),(481,'DZ','BJA',2742,3,'Bejaia, DZ - Soummam - Abane Ramdane Airport (BJA)','1','0'),(482,'','OVA',2749,130,'Bekily, Bekily Airport (OVA)','1','0'),(483,'MY','BLG',2753,132,'Belaga, MY - Belaga Airport (BLG)','1','0'),(484,'BR','BEL',2762,30,'Belem, BR - Val De Caes Intl Airport (BEL)','1','0'),(485,'FR','BOR',2772,76,'Belfort, FR - Fontaine Airport (BOR)','1','0'),(486,'IN','IXG',2774,101,'Belgaum, IN - Belgaum Airport (IXG)','1','0'),(487,'RU','EGO',2780,181,'Belgorod, RU - Belgorod Airport (EGO)','1','0'),(488,'YU','BEG',2782,241,'Belgrade, YU - Nikola Tesla Airport (BEG)','1','0'),(489,'BZ','TZA',2791,22,'Belize, BZ - Belize City Municipal Airport (TZA)','1','0'),(490,'','YSX',2793,39,'Bella Bella, Bella Bella/Shearwater Water Aerodrome (YSX)','1','0'),(491,'US','ACB',2799,231,'Bellaire, US - Antrim County (ACB)','1','0'),(492,'','BEP',2802,101,'Bellary, Bellary Airport (BEP)','1','0'),(493,'','BLP',2804,172,'Bellavista, Huallaga Airport (BLP)','1','0'),(494,'','BCS',2806,231,'Belle Chasse, Southern Seaplane Airport (BCS)','1','0'),(495,'US','RPB',2825,231,'Belleville, US - Belleville Municipal (RPB)','1','0'),(496,'US','BLI',2837,231,'Bellingham, US - Bellingham Intl Airport (BLI)','1','0'),(497,'SB','BNY',2843,193,'Bellona Island, SB - Anua Airport (BNY)','1','0'),(498,'IT','BLX',2851,107,'Belluno, IT - Belluno (BLX)','1','0'),(499,'BR','CNF',2859,30,'Belo Horizonte, BR - Tancredo Neves/Confins Intl Airport (CNF)','1','0'),(500,'BR','PLU',2859,30,'Belo Horizonte, BR - Belohorizonte - Pamphula Airport (PLU)','1','0'),(501,'','BBP',2880,482,'Bembridge, Bembridge Airport (BBP)','1','0'),(502,'US','BJI',2881,231,'Bemidji, US - Bemidji Regional Airport (BJI)','1','0'),(503,'AU','BLN',2887,13,'Benalla, AU - Benalla (BLN)','1','0'),(504,'GB','BEB',2894,482,'Benbecula, GB - Benbecula Airport (BEB)','1','0'),(505,'US','BXG',2898,13,'Bendigo, US - Bendigo (BXG)','1','0'),(506,'','BFU',2907,46,'Bengbu, Bengbu Airport (BFU)','1','0'),(507,'LY','BEN',2908,123,'Benghazi, LY - Benina Intl Airport (BEN)','1','0'),(508,'ID','BKS',2909,102,'Bengkulu, ID - Fatmawati Soekarno Airport (BKS)','1','0'),(509,'','BUG',2911,6,'Benguela, Benguela Airport (BUG)','1','0'),(510,'','BNC',2913,74,'Beni, Beni Airport (BNC)','1','0'),(511,'','BEM',2914,148,'Beni Mellal, Beni Mellal Airport (BEM)','1','0'),(512,'','BTN',2928,231,'Bennettsville, Marlboro County Jetport (BTN)','1','0'),(513,'','BBB',2939,231,'Benson, Benson Municipal Airport (BBB)','1','0'),(514,'','BGV',2944,30,'Bento Goncalves, Bento Gonçalves Airport (BGV)','1','0'),(515,'LK','BJT',2949,200,'Bentota, LK - Bentota River Waterdrome (BJT)','1','0'),(516,'ID','BEJ',2957,102,'Berau, ID - Kalimaru-Hero (Berau) Airport (BEJ)','1','0'),(517,'CA','YBV',2968,39,'Berens River, CA - Berens River Airport (YBV)','1','0'),(518,'IT','BGY',2976,107,'Bergamo, IT - Bergamo-Orio al Serio Airport (BGY)','1','0'),(519,'NO','BGO',2980,164,'Bergen, NO - Bergen Airport Flesland (BGO)','1','0'),(520,'FR','EGC',2983,76,'Bergerac, FR - Bergerac Airport (EGC)','1','0'),(521,'NO','BVG',3003,164,'Berlevag, NO - Berlevag Airport (BVG)','1','0'),(522,'DE','BER',3005,83,'Berlin, DE - Berlin Brandenburg Airport (BER)','1','0'),(523,'DE','SXF',3005,83,'Berlin, DE - Schoenefeld Airport (SXF)','1','0'),(524,'DE','THF',3005,83,'Berlin, DE - Berlin-Tempelhof (THF)','1','0'),(525,'DE','TXL',3005,83,'Berlin, DE - Tegel Airport (TXL)','1','0'),(526,'BM','BDA',3009,24,'Bermuda, BM - Kindley Field Airport (BDA)','1','0'),(527,'US','UDD',3010,231,'Bermuda Dunes, US - Bermuda Dunes (UDD)','1','0'),(528,'CH','BRN',3012,210,'Bern, CH - Belp Airport (BRN)','1','0'),(529,'','WBO',3028,130,'Beroroha, Antsoa Airport (WBO)','1','0'),(530,'','BTA',3045,38,'Bertoua, Bertoua Airport (BTA)','1','0'),(531,'KI','BEZ',3048,114,'Beru, KI - Beru Island Airport (BEZ)','1','0'),(532,'','BPY',3056,130,'Besalampy, Besalampy Airport (BPY)','1','0'),(533,'US','EKY',3063,231,'Bessemer, US - Bessemer (EKY)','1','0'),(534,'US','BET',3077,231,'Bethel, US - Bethel Airport (BET)','1','0'),(535,'','JBT',3077,231,'Bethel, Bethel Seaplane Base (JBT)','1','0'),(536,'','BKU',3083,130,'Betioky, Betioky Airport (BKU)','1','0'),(537,'US','BTT',3088,231,'Bettles, US - Bettles Airport (BTT)','1','0'),(538,'US','BVY',3104,231,'Beverly, US - Beverly Municipal (BVY)','1','0'),(539,'FR','BZR',3122,76,'Beziers, FR - Cap d`Agde Airport (BZR)','1','0'),(540,'NP','BDP',3124,153,'Bhadrapur, NP - Bhadrapur Airport (BDP)','1','0'),(541,'MM','BMO',3128,150,'Bhamo, MM - Bhamo (Banmaw) Airport (BMO)','1','0'),(542,'NP','BHR',3129,153,'Bharatpur, NP - Bharatpur Airport (BHR)','1','0'),(543,'','BUP',3132,101,'Bhatinda, Bathinda Airport (BUP)','1','0'),(544,'IN','BHU',3133,101,'Bhavnagar, IN - Bhavnagar Airport (BHU)','1','0'),(545,'','BHP',34421,101,'Bhojpur, Bhojpur Airport (BHP)','1','0'),(546,'IN','BHO',3139,101,'Bhopal, IN - Bhopal Airport (BHO)','1','0'),(547,'IN','BBI',3141,101,'Bhubaneswar, IN - Bhubaneswar Airport (BBI)','1','0'),(548,'IN','BHJ',3142,101,'Bhuj, IN - Bhuj Airport (BHJ)','1','0'),(549,'PK','BHC',3143,166,'Bhurban, PK - Bhurban Heliport (BHC)','1','0'),(550,'ID','BIK',3145,102,'Biak, ID - Mokmer Airport (BIK)','1','0'),(551,'FR','BIQ',3153,76,'Biarritz, FR - Biarritz-Anglet-Bayonne Airport (BIQ)','1','0'),(552,'','BCZ',3168,13,'Bickerton Island, Bickerton Island Airport (BCZ)','1','0'),(553,'','BFE',3182,83,'Bielefeld, Bielefeld Airport (BFE)','1','0'),(554,'CA','YAX',3196,39,'Big Trout Lake, CA - Angling Lake Airport (YAX)','1','0'),(555,'IN','BKB',3209,101,'Bikaner, IN - Bikaner (BKB)','1','0'),(556,'','BII',3210,136,'Bikini Atoll, Bikini Atoll Airport (BII)','1','0'),(557,'IN','PAB',3212,101,'Bilaspur, IN - Bilaspur (PAB)','1','0'),(558,'ES','BIO',3213,199,'Bilbao, ES - Bilbao Airport (BIO)','1','0'),(559,'','BIU',3217,100,'Bildudalur, Bíldudalur Airport (BIU)','1','0'),(560,'US','BIL',3223,231,'Billings, US - Billings Logan Intl Airport (BIL)','1','0'),(561,'DK','BLL',3228,59,'Billund, DK - Billund Airport (BLL)','1','0'),(562,'ID','BMU',3232,102,'Bima, ID - Muhammad Salahuddin Airport (BMU)','1','0'),(563,'BS','BIM',3233,16,'Bimini, BS - South Bimini Airport (BIM)','1','0'),(564,'BS','NSB',3233,16,'Bimini, BS - Bimini North Seaplane Base Airport (NSB)','1','0'),(565,'DE','BYU',3236,83,'Bindlach, DE - Bindlacher Berg (BYU)','1','0'),(566,'US','BGM',3243,231,'Binghamton, US - Greater Binghamton Airport/Edwin A Link Field (BGM)','1','0'),(567,'MY','BTU',3253,132,'Bintulu, MY - Bintulu Airport (BTU)','1','0'),(568,'NP','BIR',3261,153,'Biratnagar, NP - Biratnagar Airport (BIR)','1','0'),(569,'US','KBC',3263,231,'Birch Creek, US - Birch Creek Airport (KBC)','1','0'),(570,'SC','BDI',3266,188,'Bird Island, SC - Bird Island Airport (BDI)','1','0'),(571,'','BTX',3270,13,'Birdsville, Betoota Airport (BTX)','1','0'),(572,'AU','BVI',3270,13,'Birdsville, AU - Birdsville Airport (BVI)','1','0'),(573,'GB','BHX',3279,482,'Birmingham, GB - Birmingham Airport (BHX)','1','0'),(574,'US','BHM',3280,231,'Birmingham, US - Shuttlesworth Intl Airport (BHM)','1','0'),(575,'','BSQ',3287,231,'Bisbee, Bisbee Municipal Airport (BSQ)','1','0'),(576,'US','DUG',3287,231,'Bisbee, US - Bisbee-Douglas International (DUG)','1','0'),(577,'SA','BHH',3293,186,'Bisha, SA - Bisha Airport (BHH)','1','0'),(578,'KG','FRU',3294,117,'Bishkek, KG - Bishkek Airport (FRU)','1','0'),(579,'','BIY',3295,195,'Bisho, Bhisho Airport (BIY)','1','0'),(580,'US','BIH',3296,231,'Bishop, US - Eastern Sierra Regional (BIH)','1','0'),(581,'DZ','BSK',3307,3,'Biskra, DZ - Biskra Ouakda Airport (BSK)','1','0'),(582,'','BPH',3308,173,'Bislig, Bislig Airport (BPH)','1','0'),(583,'US','BIS',3309,231,'Bismarck, US - Bismarck Municipal Airport (BIS)','1','0'),(584,'GW','OXB',3311,93,'Bissau, GW - Bissau Airport (OXB)','1','0'),(585,'','BMM',3315,80,'Bitam, Bitam Airport (BMM)','1','0'),(586,'','BBJ',3316,83,'Bitburg, Bitburg Airport (BBJ)','1','0'),(587,'CA','YBI',34664,39,'Black Tickle, CA - Black Tickle Airport (YBI)','1','0'),(588,'AU','BKQ',3342,13,'Blackall, AU - Blackall Airport (BKQ)','1','0'),(589,'GB','BLK',3354,482,'Blackpool, GB - Blackpool Airport (BLK)','1','0'),(590,'','BKT',3359,231,'Blackstone, Blackstone Army Airfield (BKT)','1','0'),(591,'AU','BLT',3362,13,'Blackwater, AU - Blackwater Airport (BLT)','1','0'),(592,'','BWL',3364,231,'Blackwell, Blackwell–Tonkawa Municipal Airport (BWL)','1','0'),(593,'CA','YBX',3392,39,'Blanc Sablon, CA - Lourdes-de-Blanc-Sablon Airport (YBX)','1','0'),(594,'US','BDG',3401,231,'Blanding, US - Blanding Municipal (BDG)','1','0'),(595,'MW','BLZ',3408,131,'Blantyre, MW - Chileka Airport (BLZ)','1','0'),(596,'NZ','BHE',3422,157,'Blenheim, NZ - Woodbourne Airport (BHE)','1','0'),(597,'US','BID',3429,231,'Block Island, US - Block Island State (BID)','1','0'),(598,'ZA','BFN',3431,195,'Bloemfontein, ZA - Bloemfontein Intl Airport (BFN)','1','0'),(599,'','YDV',3438,39,'Bloodvein, Bloodvein River Airport (YDV)','1','0'),(600,'','BFC',3440,13,'Bloomfield, Bloomfield Airport (BFC)','1','0'),(601,'US','BMG',3444,231,'Bloomington, US - Monroe County Airport (BMG)','1','0'),(602,'US','ISZ',3456,231,'Blue Ash, US - Blue Ash (ISZ)','1','0'),(603,'US','BLF',3461,231,'Bluefield, US - Mercer County Airport (BLF)','1','0'),(604,'BR','BNU',3467,30,'Blumenau, BR - Blumenau (BNU)','1','0'),(605,'US','BLH',3470,231,'Blythe, US - Blythe (BLH)','1','0'),(606,'US','BYH',3471,231,'Blytheville, US - Arkansas International (BYH)','1','0'),(607,'US','HKA',3471,231,'Blytheville, US - Blytheville Municipal (HKA)','1','0'),(608,'BR','BVB',3476,30,'Boa Vista, BR - Boa Vista Airport (BVB)','1','0'),(609,'CV','BVC',3477,41,'Boa Vista, CV - Boa Vista Airport (BVC)','1','0'),(610,'BF','BOY',3491,35,'Bobo Dioulasso, BF - Bobo Dioulasso Airport (BOY)','1','0'),(611,'PA','BOC',3501,169,'Bocas Del Toro, PA - Bocas del Toro (Isla Colon) Intl Airport (BOC)','1','0'),(612,'NO','BOO',3520,164,'Bodo, NO - Bodo Airport (BOO)','1','0'),(613,'TR','BJV',3521,222,'Bodrum, TR - Milas Airport (BJV)','1','0'),(614,'','BNB',3534,74,'Boende, Boende Airport (BNB)','1','0'),(615,'CO','BOG',3547,49,'Bogota, CO - Eldorado Intl Airport (BOG)','1','0'),(616,'','GIC',3559,13,'Boigu Island, Boigu Island Airport (GIC)','1','0'),(617,'US','BOI',3566,231,'Boise, US - Boise Air Terminal/Gowen Field (BOI)','1','0'),(618,'','BUI',3575,102,'Bokondini, Bokondini Airport (BUI)','1','0'),(619,'','OTC',3578,55,'Bol, Bol-Bérim Airport (OTC)','1','0'),(620,'','BPL',3582,75,'Bole, Bole Alashankou Airport (BPL)','1','0'),(621,'IT','BLQ',3600,107,'Bologna, IT - Guglielmo Marconi Airport (BLQ)','1','0'),(622,'IT','BZO',3615,107,'Bolzano, IT - Bolzano Dolomiti Airport (BZO)','1','0'),(623,'','BOA',3617,74,'Boma, Boma Airport (BOA)','1','0'),(624,'AN','BON',3625,155,'Bonaire, AN - Flamingo Intl Airport (BON)','1','0'),(625,'CA','YVB',3630,39,'Bonaventure, CA - Bonaventure Airport (YVB)','1','0'),(626,'BR','BYO',3647,30,'Bonito, BR - Bonito Airport (BYO)','1','0'),(627,'','YBY',3663,39,'Bonnyville, Bonnyville Airport (YBY)','1','0'),(628,'','BXT',3669,102,'Bontang, PT Badak Bontang Airport (BXT)','1','0'),(629,'US','BNW',3676,231,'Boone, US - Boone Municipal (BNW)','1','0'),(630,'PF','BOB',3686,78,'Bora Bora, PF - Motu Mute Airport (BOB)','1','0'),(631,'','RBB',3689,30,'Borba, Borba Airport (RBB)','1','0'),(632,'FR','BOD',30598,76,'Bordeaux, FR - Merignac Airport (BOD)','1','0'),(633,'DZ','BMW',3694,3,'Bordj Badji Mokhtar, DZ - Bordj Mokhtar Airport (BMW)','1','0'),(634,'IS','BGJ',3698,100,'Borgarfjordur Eystri, IS - Borgarfjörður Airport (BGJ)','1','0'),(635,'DE','BMK',3713,83,'Borkum, DE - Borkum (BMK)','1','0'),(636,'SE','BLE',3714,209,'Borlange, SE - Dala Airport (BLE)','1','0'),(637,'','BXS',3728,231,'Borrego Springs, Borrego Valley Airport (BXS)','1','0'),(638,'','BOX',3731,13,'Borroloola, Borroloola Airport (BOX)','1','0'),(639,'US','BOS',3759,231,'Boston, US - Gen Edward Logan Intl Airport (BOS)','1','0'),(640,'BR','QCJ',3774,30,'Botucatu, BR - Botucatu (QCJ)','1','0'),(641,'','BUJ',3775,3,'Bou Saada, Bou Saada Airport (BUJ)','1','0'),(642,'US','BLD',3794,231,'Boulder, US - Boulder City Municipal Airport (BLD)','1','0'),(643,'','WBU',3794,231,'Boulder, Boulder Municipal Airport (WBU)','1','0'),(644,'AU','BQL',3797,13,'Boulia, AU - Boulia Airport (BQL)','1','0'),(645,'','BYA',3804,231,'Boundary, Boundary Airport (BYA)','1','0'),(646,'','BOE',3805,51,'Boundji, Boundji Airport (BOE)','1','0'),(647,'FR','BOU',3821,76,'Bourges, FR - Bourges (BOU)','1','0'),(648,'AU','BRK',3831,13,'Bourke, AU - Bourke (BRK)','1','0'),(649,'GB','BOH',3834,482,'Bournemouth, GB - Bournemouth Airport (BOH)','1','0'),(650,'AU','ZBO',3858,13,'Bowen, AU - Bowen (ZBO)','1','0'),(651,'US','APH',3861,231,'Bowling Green, US - A.P. Hill Army Airfield (APH)','1','0'),(652,'US','BWG',3861,231,'Bowling Green, US - Bowling Green-Warren County Regional (BWG)','1','0'),(653,'','BWM',3862,231,'Bowman, Bowman Municipal Airport (BWM)','1','0'),(654,'US','BXC',3872,231,'Boxborough, US - Boxborough Airport (BXC)','1','0'),(655,'US','BZN',3880,231,'Bozeman, US - Gallatin Field (BZN)','1','0'),(656,'HR','BWK',3887,55,'Brac, HR - Bol Airport (BWK)','1','0'),(657,'','BDF',3902,231,'Bradford, Rinkenberger RLA Airport (BDF)','1','0'),(658,'US','BFD',3902,231,'Bradford, US - Bradford Regional Airport (BFD)','1','0'),(659,'PT','BGZ',3912,175,'Braga, PT - Braga (BGZ)','1','0'),(660,'PT','BGC',3913,175,'Braganca, PT - Braganca (BGC)','1','0'),(661,'US','BRD',3917,231,'Brainerd, US - Brainerd Lakes Regional Airport (BRD)','1','0'),(662,'CA','YBR',3945,39,'Brandon, CA - Brandon Municipal Airport (YBR)','1','0'),(663,'US','BKG',3952,231,'Branson, US - Branson Airport (BKG)','1','0'),(664,'CA','YFD',3953,39,'Brantford, CA - Brantford (YFD)','1','0'),(665,'BR','BSB',3961,30,'Brasilia, BR - Brasilia Intl Airport (BSB)','1','0'),(666,'SK','BTS',3968,191,'Bratislava, SK - Ivanka Airport (BTS)','1','0'),(667,'RU','BTK',3969,181,'Bratsk, RU - Bratsk Airport (BTK)','1','0'),(668,'DE','BWE',3975,83,'Braunschweig, DE - Braunschweig Wolfsburg Airport (BWE)','1','0'),(669,'US','BWC',3980,231,'Brawley, US - Brawley Municipal (BWC)','1','0'),(670,'CG','BZV',3986,51,'Brazzaville, CG - Maya Maya Airport (BZV)','1','0'),(671,'IS','BXV',4006,100,'Breiddalsvik, IS - Breiddalsvik (BXV)','1','0'),(672,'DE','BRE',4018,83,'Bremen, DE - Bremen Airport (BRE)','1','0'),(673,'DE','BRV',4021,83,'Bremerhaven, DE - Bremerhaven Airport (BRV)','1','0'),(674,'US','PWT',4022,231,'Bremerton, US - Bremerton National (PWT)','1','0'),(675,'FR','BES',4039,76,'Brest, FR - Guipavas Airport (BES)','1','0'),(676,'BY','BQT',4040,20,'Brest, BY - Brest Airport (BQT)','1','0'),(677,'US','KTS',4055,231,'Brevig Mission, US - Brevig Mission Airport (KTS)','1','0'),(678,'','BWQ',4059,13,'Brewarrina, Brewarrina Airport (BWQ)','1','0'),(679,'US','BDR',4080,231,'Bridgeport, US - Igor I. Sikorsky Memorial Airport (BDR)','1','0'),(680,'US','XBP',4080,231,'Bridgeport, US - Bridgeport Municipal (XBP)','1','0'),(681,'BB','BGI',4085,19,'Bridgetown, BB - Grantley Adams Intl Airport (BGI)','1','0'),(682,'US','BMC',4108,231,'Brigham City, US - Brigham City (BMC)','1','0'),(683,'','BRJ',4110,13,'Bright, Bright Airport (BRJ)','1','0'),(684,'IT','BDS',4122,107,'Brindisi, IT - Casale Airport (BDS)','1','0'),(685,'AU','BNE',4135,13,'Brisbane, AU - Brisbane Airport (BNE)','1','0'),(686,'AU','HLT',4139,13,'Brisbane-hamilton, AU - Hamilton Airport (HLT)','1','0'),(687,'AU','HTI',4139,13,'Brisbane-hamilton, AU - Hamilton Island Airport (HTI)','1','0'),(688,'GB','BRS',4147,482,'Bristol, GB - Lulsgate Airport (BRS)','1','0'),(689,'CA','QBC',4148,39,'British Columbia, CA - Bella Coola Airport (QBC)','1','0'),(690,'','XBB',4148,39,'British Columbia, Blubber Bay Seaplane Base (XBB)','1','0'),(691,'','YBH',4148,39,'British Columbia, Bull Harbour Waterdrome (YBH)','1','0'),(692,'','YBO',4148,39,'British Columbia, Bob Quinn Lake Airport (YBO)','1','0'),(693,'CA','YBW',4148,39,'British Columbia, CA - Bedwell Harbour Water Aerodrome (YBW)','1','0'),(694,'','ZAA',4148,39,'British Columbia, Alice Arm/Silver City Water Aerodrome (ZAA)','1','0'),(695,'FR','BVE',4151,76,'Brive-la-gaillarde, FR - Brive - Dordogne Valley Airport (BVE)','1','0'),(696,'CZ','BRQ',4157,58,'Brno, CZ - Turany Airport (BRQ)','1','0'),(697,'','BDX',4164,231,'Broadus, Broadus Airport (BDX)','1','0'),(698,'CA','YBT',4172,39,'Brochet, CA - Brochet Airport (YBT)','1','0'),(699,'','XBR',4176,39,'Brockville, Brockville Regional Tackaberry Airport (XBR)','1','0'),(700,'AU','BHQ',4185,13,'Broken Hill, AU - Broken Hill Airport (BHQ)','1','0'),(701,'CA','ZBM',4191,39,'Bromont, CA - Bromont (ZBM)','1','0'),(702,'FR','LYN',4195,76,'Bron, FR - Bron (LYN)','1','0'),(703,'NO','BNN',4201,164,'Bronnoysund, NO - Bronnoysund Airport Bronnoy (BNN)','1','0'),(704,'US','BKX',4211,231,'Brookings, US - Brookings Regional Airport (BKX)','1','0'),(705,'US','BOK',4211,231,'Brookings, US - Brookings (BOK)','1','0'),(706,'AU','BME',4230,13,'Broome, AU - Broome Airport (BME)','1','0'),(707,'CA','YVM',4243,39,'Broughton Island, CA - Broughton Island / Qikiqtarjuaq Airport (YVM)','1','0'),(708,'US','BWD',4253,231,'Brownwood, US - Brownwood Regional Airport (BWD)','1','0'),(709,'BN','BWN',4283,33,'Brunei, BN - Brunei Intl Airport (BWN)','1','0'),(710,'US','BQK',4295,231,'Brunswick, US - Brunswick Golden Isles Airport (BQK)','1','0'),(711,'BE','BRU',4304,21,'Brussels, BE - Brussels National Airport (BRU)','1','0'),(712,'US','BCE',4311,231,'Bryce Canyon, US - Bryce Canyon (BCE)','1','0'),(713,'CL','BQE',4319,93,'Bubaque, CL - Bubaque (BQE)','1','0'),(714,'CO','BGA',4324,49,'Bucaramanga, CO - Palo Negro Airport (BGA)','1','0'),(715,'','UCN',4328,231,'Buchanan, Buchanan Airport (UCN)','1','0'),(716,'RO','BBU',4329,179,'Bucharest, RO - Aurel Vlaicu (Baneasa) Intl Airport (BBU)','1','0'),(717,'RO','OTP',4329,179,'Bucharest, RO - Henri Coanda (Otopeni) Intl Airport (OTP)','1','0'),(718,'US','BXK',4338,231,'Buckeye, US - Buckeye Municipal (BXK)','1','0'),(719,'US','BKC',4351,231,'Buckland, US - Buckland Airport (BKC)','1','0'),(720,'HU','BUD',4361,99,'Budapest, HU - Ferenc Liszt Intl Airport (BUD)','1','0'),(721,'CO','BUN',4383,49,'Buenaventura, CO - Gerardo Tobar Lopez Airport (BUN)','1','0'),(722,'AR','AEP',4386,10,'Buenos Aires, AR - Jorge Newbery Airport (AEP)','1','0'),(723,'','BAI',4386,10,'Buenos Aires, Buenos Aires Airport (BAI)','1','0'),(724,'AR','EZE',4386,10,'Buenos Aires, AR - Ministro Pistarini (Ezeiza) Intl Airport (EZE)','1','0'),(725,'','YVT',4391,39,'Buffalo Narrows, Buffalo Narrows Airport (YVT)','1','0'),(726,'RU','UUA',4397,181,'Bugulma, RU - Bulgulma Airport (UUA)','1','0'),(727,'BI','BJM',4405,36,'Bujumbura, BI - Bujumbura Airport (BJM)','1','0'),(728,'UZ','BHK',4410,232,'Bukhara, UZ - Bukhara Airport (BHK)','1','0'),(729,'TZ','BKZ',4414,214,'Bukoba, TZ - Bukoba Airport (BKZ)','1','0'),(730,'ZW','BUQ',4418,243,'Bulawayo, ZW - Joshua Mqabuko Nkomo Intl Airport (BUQ)','1','0'),(731,'','BMB',4426,74,'Bumba, Bumba Airport (BMB)','1','0'),(732,'','BUY',4428,13,'Bunbury, Bunbury Airport (BUY)','1','0'),(733,'AU','BDB',4431,13,'Bundaberg, AU - Bundaberg Airport (BDB)','1','0'),(734,'','BNT',4434,101,'Bundi, Bundi Airport (BNT)','1','0'),(735,'CH','BXO',4448,210,'Buochs, CH - Buochs (BXO)','1','0'),(736,'','UOL',4449,102,'Buol, Pogogul Airport (UOL)','1','0'),(737,'VN','BMV',4450,236,'Buon Ma Thuot, VN - Ban Me Thuot Airport (BMV)','1','0'),(738,'','RMB',4455,165,'Buraimi, Buraimi Airport (RMB)','1','0'),(739,'US','BUR',4460,231,'Burbank, US - Bob Hope Airport (BUR)','1','0'),(740,'FJ','LEV',4466,74,'Bureta, FJ - Levuka Airfield (LEV)','1','0'),(741,'BG','BOJ',4468,34,'Burgas, BG - Burgas Airport (BOJ)','1','0'),(742,'ES','RGS',4481,199,'Burgos, ES - Burgos (Villafria) Airport (RGS)','1','0'),(743,'AU','BUC',4496,13,'Burketown, AU - Burketown Airport (BUC)','1','0'),(744,'US','BYI',4503,231,'Burley, US - Burley Municipal (BYI)','1','0'),(745,'US','BBF',4505,231,'Burlington, US - Burlington Airport (BBF)','1','0'),(746,'US','BRL',4505,231,'Burlington, US - Southwest Iowa Regional Airport (BRL)','1','0'),(747,'','MVW',4505,231,'Burlington, Skagit Regional Airport (MVW)','1','0'),(748,'AU','BWT',4512,13,'Burnie, AU - Burnie Airport (BWT)','1','0'),(749,'','BNO',4514,231,'Burns, Burns Municipal Airport (BNO)','1','0'),(750,'','YPZ',4515,39,'Burns Lake, Burns Lake Airport (YPZ)','1','0'),(751,'TR','BTZ',4527,222,'Bursa, TR - BURSA Airport (BTZ)','1','0'),(752,'','YDB',4535,39,'Burwash Landing, Burwash Airport (YDB)','1','0'),(753,'','BUB',4536,231,'Burwell, Cram Field (BUB)','1','0'),(754,'','BEQ',30611,482,'Bury St Edmunds, RAF Honington (BEQ)','1','0'),(755,'AU','BQB',4552,13,'Busselton, AU - Busselton Regional Airport (BQB)','1','0'),(756,'','BZU',4566,74,'Buta, Buta Zega Airport (BZU)','1','0'),(757,'','BBG',4567,114,'Butaritari, Butaritari Atoll Airport (BBG)','1','0'),(758,'US','BTP',4570,231,'Butler, US - Butler County (K.W. Scholter Field) (BTP)','1','0'),(759,'','BUM',4570,231,'Butler, Butler Memorial Airport (BUM)','1','0'),(760,'PH','BXU',4573,173,'Butuan, PH - Butuan Airport (BXU)','1','0'),(761,'PL','BZG',4587,174,'Bydgoszcz, PL - Bydgoszcz Airport (BZG)','1','0'),(762,'','CBS',4610,235,'Cabimas, Oro Negro Airport (CBS)','1','0'),(763,'AO','CAB',4611,6,'Cabinda, AO - Cabinda Airport (CAB)','1','0'),(764,'MX','CSL',4619,141,'Cabo San Lucas, MX - Cabo San Lucas Intl Airport (CSL)','1','0'),(765,'US','TVB',4620,231,'Cabool, US - Cabool Memorial (TVB)','1','0'),(766,'','YZA',4637,39,'Cache Creek, Cache Creek Airport (YZA)','1','0'),(767,'FR','CFR',4661,76,'Caen, FR - Carpiquet Airport (CFR)','1','0'),(768,'PH','CGY',4667,173,'Cagayan De Oro, PH - Laguindingan Airport (CGY)','1','0'),(769,'IT','CAG',4669,107,'Cagliari, IT - Elmas Airport (CAG)','1','0'),(770,'AU','CNS',4693,13,'Cairns, AU - Cairns Intl Airport (CNS)','1','0'),(771,'US','CIR',4700,231,'Cairo, US - Cairo Regional (CIR)','1','0'),(772,'EG','CAI',4701,65,'Cairo, EG - Cairo Intl Airport (CAI)','1','0'),(773,'PE','CJA',4704,172,'Cajamarca, PE - Cajamarca Airport (CJA)','1','0'),(774,'NG','CBQ',4708,160,'Calabar, NG - Margaret Ekpo Intl Airport (CBQ)','1','0'),(775,'','CLZ',4713,235,'Calabozo, Calabozo Airport (CLZ)','1','0'),(776,'FR','CQF',4722,76,'Calais, FR - Calais - Dunkerque (CQF)','1','0'),(777,'CL','CJC',4724,45,'Calama, CL - El Loa Airport (CJC)','1','0'),(778,'PH','CYP',4743,173,'Calbayog, PH - Calbayog Airport (CYP)','1','0'),(779,'US','EUL',4763,231,'Caldwell, US - Caldwell Industrial (EUL)','1','0'),(780,'US','CXL',4774,231,'Calexico, US - Calexico International (CXL)','1','0'),(781,'CA','YYC',4775,39,'Calgary, CA - Calgary Intl Airport (YYC)','1','0'),(782,'IN','CCJ',4782,101,'Calicut, IN - Calicut Airport (CCJ)','1','0'),(783,'','AHC',4783,231,'California, Amedee Army Airfield (AHC)','1','0'),(784,'US','AUN',4783,231,'California, US - Auburn Municipal (AUN)','1','0'),(785,'AU','CUD',4804,13,'Caloundra, AU - Caloundra (CUD)','1','0'),(786,'','CTO',4817,231,'Calverton, Calverton Executive Airpark (CTO)','1','0'),(787,'FR','CLY',4818,76,'Calvi, FR - Calvi Airport (CLY)','1','0'),(788,'CU','CMW',4826,56,'Camaguey, CU - Ignacio Agramonte Intl Airport (CMW)','1','0'),(789,'US','CGE',4850,231,'Cambridge, US - Cambridge-Dorchester (CGE)','1','0'),(790,'CA','YCB',4851,39,'Cambridge, CA - Cambridge Bay Airport (YCB)','1','0'),(791,'GB','CBG',4852,482,'Cambridge, GB - Cambridge Airport (CBG)','1','0'),(792,'','CDH',4857,231,'Camden, Harrell Field (CDH)','1','0'),(793,'AU','CDU',4859,13,'Camden Park, AU - Camden (CDU)','1','0'),(794,'US','BRO',4864,231,'Cameron, US - Brownsville/South Padre Island Intl Airport (BRO)','1','0'),(795,'US','EZZ',4864,231,'Cameron, US - Cameron Memorial (EZZ)','1','0'),(796,'PH','CGM',4870,173,'Camiguin, PH - Camiguin Airport (CGM)','1','0'),(797,'US','CXU',4871,231,'Camilla, US - Camilla-Mitchell County (CXU)','1','0'),(798,'','CAM',4875,26,'Camiri, Camiri Airport (CAM)','1','0'),(799,'','CMC',4878,30,'Camocim, Camocim Airport (CMC)','1','0'),(800,'US','VOK',30650,231,'Camp Douglas, US - Volk Field (VOK)','1','0'),(801,'US','ADW',30654,231,'Camp Springs, US - Andrews Air Force Base (ADW)','1','0'),(802,'CA','YBL',4889,39,'Campbell River, CA - Campbell River Airport (YBL)','1','0'),(803,'CA','YHH',4889,39,'Campbell River, CA - Campbell River Harbor Airport (YHH)','1','0'),(804,'GB','CAL',4898,482,'Campbeltown, GB - Campbeltown Airport (CAL)','1','0'),(805,'MX','CPE',4899,141,'Campeche, MX - Ing. Alberto Acuna Ongay Intl Airport (CPE)','1','0'),(806,'BR','CPV',4909,30,'Campina Grande, BR - Campina Grande Airport (CPV)','1','0'),(807,'BR','CPQ',4910,30,'Campinas, BR - Campinas Airport (CPQ)','1','0'),(808,'VN','VCA',4938,236,'Can Tho, VN - Can Tho (Tra Noc) Intl Airport (VCA)','1','0'),(809,'TR','CKZ',4948,222,'Canakkale, TR - Canakkale Airport (CKZ)','1','0'),(810,'AU','CBR',4959,13,'Canberra, AU - Canberra Intl Airport (CBR)','1','0'),(811,'MX','CUN',4963,141,'Cancun, MX - Cancun Intl Airport (CUN)','1','0'),(812,'','CDL',4977,231,'Candle, Candle 2 Airport (CDL)','1','0'),(813,'VC','CIW',5025,204,'Canouan Island, VC - Canouan Island Airport (CIW)','1','0'),(814,'','CTK',5038,231,'Canton, Canton Municipal Airport (CTK)','1','0'),(815,'CA','YTE',5065,39,'Cape Dorset, CA - Cape Dorset Airport (YTE)','1','0'),(816,'ZA','CPT',5069,195,'Cape Town, ZA - Cape Town Intl Airport (CPT)','1','0'),(817,'','CBD',5108,101,'Car Nicobar, Car Nicobar Air Force Base (CBD)','1','0'),(818,'VE','CCS',5115,235,'Caracas, VE - Simon Bolivar Intl Airport (CCS)','1','0'),(819,'BR','CKS',5117,30,'Carajas, BR - Carajas Airport (CKS)','1','0'),(820,'RO','CSB',5122,179,'Caransebes, RO - Caransebeș Airport (CSB)','1','0'),(821,'','CAF',5127,30,'Carauari, Carauari Airport (CAF)','1','0'),(822,'','CRQ',5129,30,'Caravelas, Caravelas Airport (CRQ)','1','0'),(823,'FR','CCF',5136,76,'Carcassonne, FR - Carcassonne Airport (CCF)','1','0'),(824,'GB','CWL',5145,482,'Cardiff, GB - Cardiff Airport (CWL)','1','0'),(825,'GB','CAX',5175,482,'Carlisle, GB - Carlisle (CAX)','1','0'),(826,'US','CLD',5180,231,'Carlsbad, US - McClellan-Palomar Airport (CLD)','1','0'),(827,'US','CNM',5180,231,'Carlsbad, US - Carlsbad City Air Terminal (CNM)','1','0'),(828,'AU','CVQ',5199,13,'Carnarvon, AU - Carnarvon Airport (CVQ)','1','0'),(829,'','TZC',5213,231,'Caro, Tuscola Area Airport (TZC)','1','0'),(830,'GD','CRU',5239,88,'Carriacou Island, GD - Carriacou Airport (CRU)','1','0'),(831,'','CZT',5251,231,'Carrizo Springs, Dimmit County Airport (CZT)','1','0'),(832,'','CIN',5254,231,'Carroll, Arthur N. Neu Airport (CIN)','1','0'),(833,'CO','CTG',5265,49,'Cartagena, CO - Rafael Nunez Intl Airport (CTG)','1','0'),(834,'','YRF',5274,39,'Cartwright, Cartwright Airport (YRF)','1','0'),(835,'VE','CUP',5276,235,'Carupano, VE - General José Francisco Bermúdez Airport (CUP)','1','0'),(836,'MA','CAS',5285,148,'Casablanca, MA - Anfa (CAS)','1','0'),(837,'MA','CMN',5285,148,'Casablanca, MA - Mohamed V Airport (CMN)','1','0'),(838,'','GMD',5285,148,'Casablanca, Ben Slimane Airport (GMD)','1','0'),(839,'','ICS',5303,231,'Cascade, Cascade Airport (ICS)','1','0'),(840,'BR','CAC',5306,30,'Cascavel, BR - Cascavel Airport (CAC)','1','0'),(841,'AU','CSI',5325,13,'Casino, AU - Casino (CSI)','1','0'),(842,'US','CPR',5333,231,'Casper, US - Natrona County Intl Airport (CPR)','1','0'),(843,'US','AIO',5335,231,'Cass City, US - Atlantic Municipal (AIO)','1','0'),(844,'','CST',5356,74,'Castaway Island, Castaway Island Seaplane Base (CST)','1','0'),(845,'CA','YCG',5425,39,'Castlegar, CA - West Kootenay Regional Airport (YCG)','1','0'),(846,'CA','YAC',30695,39,'Cat Lake, CA - Cat Lake Airport (YAC)','1','0'),(847,'AR','CTC',5450,10,'Catamarca, AR - Coronel Felipe Varela Intl Airport (CTC)','1','0'),(848,'IT','CTA',5451,107,'Catania, IT - Fontanarossa Airport (CTA)','1','0'),(849,'','CAQ',5472,49,'Caucasia, Juan H. White Airport (CAQ)','1','0'),(850,'BR','CXJ',5513,30,'Caxias Do Sul, BR - Caxias Do Sul Airport (CXJ)','1','0'),(851,'GF','CAY',5516,77,'Cayenne, GF - Felix Eboue Airport (CAY)','1','0'),(852,'PH','CEB',5538,173,'Cebu, PH - Cebu Airport (CEB)','1','0'),(853,'AU','CED',5553,13,'Ceduna, AU - Ceduna Airport (CED)','1','0'),(854,'','NRR',5559,176,'Ceiba, José Aponte de la Torre Airport (NRR)','1','0'),(855,'','YCE',5604,231,'Centralia, Centralia/James T. Field Memorial Aerodrome (YCE)','1','0'),(856,'','CRR',5618,231,'Ceres, Ceres Airport (CRR)','1','0'),(857,'AU','CES',5661,13,'Cessnock, AU - Cessnock (CES)','1','0'),(858,'US','CDR',5685,231,'Chadron, US - Chadron Municipal Airport (CDR)','1','0'),(859,'US','CIK',5705,231,'Chalkyitsik, US - Chalkyitsik Airport (CIK)','1','0'),(860,'','CHL',5709,231,'Challis, Challis Airport (CHL)','1','0'),(861,'FR','CMF',5725,76,'Chambery, FR - Chambery Airport (CMF)','1','0'),(862,'US','CMI',5743,231,'Champaign, US - University of Illinois-Willard Airport (CMI)','1','0'),(863,'IN','IXC',5765,101,'Chandigarh, IN - Chandigarh Airport (IXC)','1','0'),(864,'US','SLJ',5767,231,'Chandler, US - Hagler Army Airfield (SLJ)','1','0'),(865,'CN','CGQ',5771,46,'Changchun, CN - Changchun Longjia Intl Airport (CGQ)','1','0'),(866,'CN','CSX',5781,46,'Changsha, CN - Changsha Huanghua Intl Airport (CSX)','1','0'),(867,'CN','CIH',5786,46,'Changzhi, CN - Changzhi Wangcun Airport (CIH)','1','0'),(868,'CN','CZX',5787,46,'Changzhou, CN - Changzhou Benniu Airport (CZX)','1','0'),(869,'GR','CHQ',5790,86,'Chania, GR - Chania Airport (CHQ)','1','0'),(870,'BR','XAP',5815,30,'Chapeco, BR - Chapeco Airport (XAP)','1','0'),(871,'','YLD',5821,39,'Chapleau, Chapleau Airport (YLD)','1','0'),(872,'BE','CRL',5844,21,'Charleroi, BE - Brussels South Charleroi Airport (CRL)','1','0'),(873,'US','CRW',5846,231,'Charleston, US - Yeager Airport (CRW)','1','0'),(874,'AU','CTL',5854,13,'Charleville, AU - Charleville Airport (CTL)','1','0'),(875,'CA','YCL',5858,39,'Charlo, CA - Charlo Airport (YCL)','1','0'),(876,'US','CLT',5859,231,'Charlotte, US - Charlotte Douglas Intl Airport (CLT)','1','0'),(877,'','QWG',5859,231,'Charlotte, Wilgrove Air Park (QWG)','1','0'),(878,'US','CHO',5863,231,'Charlottesville, US - Albemarle Airport (CHO)','1','0'),(879,'','YHG',5864,39,'Charlottetown, Charlottetown Airport (YHG)','1','0'),(880,'CA','YYG',5864,39,'Charlottetown, CA - Charlottetown Airport (YYG)','1','0'),(881,'FR','CHR',5913,76,'Chateauroux, FR - Deols (CHR)','1','0'),(882,'','CYM',5925,231,'Chatham, Chatham Seaplane Base (CYM)','1','0'),(883,'US','CHA',5936,231,'Chattanooga, US - Lovell Field / Chattanooga Metropolitan Airport (CHA)','1','0'),(884,'','TIL',5961,482,'Cheadle, Cheadle Airport (TIL)','1','0'),(885,'US','BUF',5969,231,'Cheektowaga, US - Buffalo Niagara Intl Airport (BUF)','1','0'),(886,'RU','CEK',5986,181,'Chelyabinsk, RU - Chelyabinsk Airport (CEK)','1','0'),(887,'CN','CTU',5998,46,'Chengdu, CN - Chengdu Shuangliu Intl Airport (CTU)','1','0'),(888,'IN','MAA',6000,101,'Chennai, IN - Chennai (Madras) - Meenambakkam Airport (MAA)','1','0'),(889,'','HCW',6013,231,'Cheraw, Cheraw Municipal Airport (HCW)','1','0'),(890,'FR','CER',6014,76,'Cherbourg, FR - Cherbourg - Maupertus (CER)','1','0'),(891,'','CKC',6019,227,'Cherkasy, Cherkasy International Airport (CKC)','1','0'),(892,'','CKA',6023,231,'Cherokee, Kegelman Air Force Auxiliary Field (CKA)','1','0'),(893,'US','CKK',6023,231,'Cherokee, US - Sharp County Regional Airport (CKK)','1','0'),(894,'MX','CTM',6054,141,'Chetumal, MX - Chetumal Intl Airport (CTM)','1','0'),(895,'','YCQ',6055,39,'Chetwynd, Chetwynd Airport (YCQ)','1','0'),(896,'US','VAK',6057,231,'Chevak, US - Chevak Airport (VAK)','1','0'),(897,'US','CYS',6067,231,'Cheyenne, US - Cheyenne Regional Airport / Jerry Olsen Field (CYS)','1','0'),(898,'TH','CNX',30567,215,'Chiang Mai, TH - Chiang Mai Intl Airport (CNX)','1','0'),(899,'TH','CEI',34239,215,'Chiang Rai, TH - Chiang Rai Airport (CEI)','1','0'),(900,'MX','TGZ',6077,141,'Chiapa De Corzo, MX - Angel Albino Corzo Intl Airport (TGZ)','1','0'),(901,'CA','YMT',6086,39,'Chibougamau, CA - Chibougamau/Chapais Airport (YMT)','1','0'),(902,'US','MDW',6087,231,'Chicago, US - Midway Intl Airport (MDW)','1','0'),(903,'US','ORD',6087,231,'Chicago, US - O`Hare Intl Airport (ORD)','1','0'),(904,'','CKX',6095,231,'Chicken, Chicken Airport (CKX)','1','0'),(905,'PE','CIX',6097,172,'Chiclayo, PE - Capitan FAP Jose A. Quinones Gonzalez Airport (CIX)','1','0'),(906,'US','CEF',6100,231,'Chicopee, US - Westover ARB/Westover Metropolitan (CEF)','1','0'),(907,'CN','CIF',6109,46,'Chifeng, CN - Chifeng Airport (CIF)','1','0'),(908,'CO','IGO',6111,49,'Chigorodo, CO - Jaime Ortíz Betancur Airport (IGO)','1','0'),(909,'MX','CJS',6112,141,'Chihuahua, MX - Abraham Gonzalez Intl Airport (CJS)','1','0'),(910,'MX','CUU',6112,141,'Chihuahua, MX - Gen Roberto Fierro Villalobos Intl Airport (CUU)','1','0'),(911,'','CHB',6114,166,'Chilas, Chilas Airport (CHB)','1','0'),(912,'','LLG',6121,13,'Chillagoe, Chillagoe Airport (LLG)','1','0'),(913,'','CHZ',6130,231,'Chiloquin, Chiloquin State Airport (CHZ)','1','0'),(914,'KZ','CIT',6134,112,'Chimkent, KZ - Shymkent Airport (CIT)','1','0'),(915,'','CGJ',6147,242,'Chingola, Kasompe Airport (CGJ)','1','0'),(916,'US','CNO',6151,231,'Chino, US - Chino (CNO)','1','0'),(917,'GR','JKH',6156,86,'Chios, GR - Chios Airport (JKH)','1','0'),(918,'ZM','CIP',6157,242,'Chipata, ZM - Chipata Airport (CIP)','1','0'),(919,'','BFO',6168,243,'Chiredzi, Buffalo Range Airport (BFO)','1','0'),(920,'','CZN',6175,231,'Chisana, Chisana Airport (CZN)','1','0'),(921,'CA','YKU',6176,39,'Chisasibi, CA - Chisasibi Airport (YKU)','1','0'),(922,'MD','KIV',6178,144,'Chisinau, MD - Chisinau Airport (KIV)','1','0'),(923,'RU','HTA',6182,181,'Chita, RU - Chita Kadala Airport (HTA)','1','0'),(924,'BD','CGP',6188,18,'Chittagong, BD - Shah Amanat Intl Airport (CGP)','1','0'),(925,'','JUH',6202,46,'Chizhou, Chizhou Jiuhuashan Airport (JUH)','1','0'),(926,'','CFK',6203,3,'Chlef, Chlef International Airport (CFK)','1','0'),(927,'SB','CHY',6209,193,'Choiseul Bay, SB - Choiseul Bay Airport (CHY)','1','0'),(928,'CN','CKG',6225,46,'Chongqing, CN - Chongqing Jiangbei Intl Airport (CKG)','1','0'),(929,'','HOS',6234,10,'Chos Malal, Chos Malal Airport (HOS)','1','0'),(930,'NZ','CHC',6244,157,'Christchurch, NZ - Christchurch Intl Airport (CHC)','1','0'),(931,'GL','JCH',6250,87,'Christianshaab, GL - Qasigiannguit Heliport (JCH)','1','0'),(932,'US','CHU',6255,231,'Chuathbaluk, US - Chuathbaluk Airport (CHU)','1','0'),(933,'BS','CCZ',6256,16,'Chub Cay, BS - Chub Cay Intl Airport (CCZ)','1','0'),(934,'','ARR',6259,10,'Chubut, Alto Río Senguer Airport (ARR)','1','0'),(935,'AR','REL',6259,10,'Chubut, AR - Almirante Marcos Zar Airport (REL)','1','0'),(936,'TH','CJM',6268,215,'Chumphon, TH - Chumphon Airport (CJM)','1','0'),(937,'','JWO',6275,197,'Chungju, Jungwon Air Base (JWO)','1','0'),(938,'CA','YYQ',6284,39,'Churchill, CA - Churchill Airport (YYQ)','1','0'),(939,'FJ','ICI',6295,74,'Cicia, FJ - Cicia Airport (ICI)','1','0'),(940,'CU','AVI',6300,56,'Ciego De Avila, CU - Máximo Gómez Airport (AVI)','1','0'),(941,'ID','CXP',6310,102,'Cilacap, ID - Tunggul Wulung Airport (CXP)','1','0'),(942,'US','CVG',6318,231,'Cincinnati, US - Cincinnati/Northern Kentucky Intl Airport (CVG)','1','0'),(943,'US','IRC',6333,231,'Circle, US - Circle Airport (IRC)','1','0'),(944,'ID','CBN',6335,102,'Cirebon, ID - Penggung Airport (CBN)','1','0'),(945,'VE','CBL',6354,235,'Ciudad Bolivar, VE - Ciudad Bolivar (CBL)','1','0'),(946,'US','CKB',6410,231,'Clarksburg, US - North Central West Virginia Airport (CKB)','1','0'),(947,'','CMQ',6460,13,'Clermont, Clermont Airport (CMQ)','1','0'),(948,'','CVC',6468,13,'Cleve, Cleve Airport (CVC)','1','0'),(949,'US','BKL',6470,231,'Cleveland, US - Burke Lakefront (BKL)','1','0'),(950,'US','CGF',6470,231,'Cleveland, US - Cuyahoga County (CGF)','1','0'),(951,'US','CLE',6470,231,'Cleveland, US - Hopkins Intl Airport (CLE)','1','0'),(952,'','CFT',6479,231,'Clifton, Greenlee County Airport (CFT)','1','0'),(953,'','CTZ',6484,231,'Clinton, Clinton–Sampson County Airport (CTZ)','1','0'),(954,'AU','CNJ',6495,13,'Cloncurry, AU - Cloncurry Airport (CNJ)','1','0'),(955,'US','CVN',6508,231,'Clovis, US - Clovis Municipal Airport (CVN)','1','0'),(956,'RO','CLJ',6511,179,'Cluj, RO - Napoca Intl Airport (CLJ)','1','0'),(957,'','CZY',6515,76,'Cluny, Cluny Airport (CZY)','1','0'),(958,'CA','YCY',6521,39,'Clyde River, CA - Clyde River Airport (YCY)','1','0'),(959,'','CLG',6526,231,'Coalinga, New Coalinga Municipal Airport (CLG)','1','0'),(960,'','CTH',6533,231,'Coatesville, Chester County G. O. Carlson Airport (CTH)','1','0'),(961,'AU','CAZ',6538,13,'Cobar, AU - Cobar Airport (CAZ)','1','0'),(962,'BO','CIJ',6545,26,'Cobija, BO - Captain Anibal Arab Airport (CIJ)','1','0'),(963,'EC','OCC',6553,64,'Coca, EC - Francisco de Orellana Airport (OCC)','1','0'),(964,'BO','CBB',6556,26,'Cochabamba, BO - Jorge Wilstermann Intl Airport (CBB)','1','0'),(965,'','ICC',6558,235,'Coche Island, Andrés Miguel Salazar Marcano Airport (ICC)','1','0'),(966,'','LGR',6564,45,'Cochrane, Cochrane Airfield (LGR)','1','0'),(967,'CA','YCN',6565,39,'Cochrane, CA - Cochrane (YCN)','1','0'),(968,'US','COD',6585,231,'Cody, US - Yellowstone Regional Airport (COD)','1','0'),(969,'AU','CUQ',6587,13,'Coen, AU - Coen Airport (CUQ)','1','0'),(970,'US','COE',6588,231,'Coeur D\'alene, US - Coeur d`Alene Air Terminal (COE)','1','0'),(971,'AU','CFS',6592,13,'Coffs Harbour, AU - Coffs Harbour Airport (CFS)','1','0'),(972,'IN','CJB',6609,101,'Coimbatore, IN - Peelamedu Airport (CJB)','1','0'),(973,'','XCO',6615,13,'Colac, Colac Airport (XCO)','1','0'),(974,'US','CDB',6626,231,'Cold Bay, US - Cold Bay Airport (CDB)','1','0'),(975,'US','OEB',6631,231,'Coldwater, US - Branch County Memorial (OEB)','1','0'),(976,'MX','CLQ',6643,141,'Colima, MX - Lic Miguel de la Madrid Airport (CLQ)','1','0'),(977,'','KCE',6669,13,'Collinsville, Collinsville Airport (KCE)','1','0'),(978,'FR','CMR',6675,76,'Colmar, FR - Houssen Airport (CMR)','1','0'),(979,'DE','CGN',6679,83,'Cologne, DE - Cologne Bonn Airport (CGN)','1','0'),(980,'','BYV',6689,200,'Colombo, Beira Lake Seaplane Base (BYV)','1','0'),(981,'','DGM',6689,200,'Colombo, Dandugama Seaplane Base (DGM)','1','0'),(982,'','KEZ',6689,200,'Colombo, Kelani River-Peliyagoda Waterdrome (KEZ)','1','0'),(983,'PA','ONX',6692,169,'Colon, PA - Enrique Adolfo Jimenez Airport (ONX)','1','0'),(984,'UY','CYR',6695,230,'Colonia, UY - Laguna de Los Patos International (CYR)','1','0'),(985,'US','CAE',6707,231,'Columbia, US - Columbia Metropolitan Airport (CAE)','1','0'),(986,'','COA',6707,231,'Columbia, Columbia Airport (COA)','1','0'),(987,'US','COU',6707,231,'Columbia, US - Columbia Regional Airport (COU)','1','0'),(988,'US','CMH',6709,231,'Columbus, US - Port Columbus Intl Airport (CMH)','1','0'),(989,'US','CSG',6709,231,'Columbus, US - Columbus Metropolitan Airport (CSG)','1','0'),(990,'','CUS',6709,231,'Columbus, Columbus Municipal Airport (CUS)','1','0'),(991,'US','GTR',6709,231,'Columbus, US - Golden Triangle Regional Airport (GTR)','1','0'),(992,'US','LCK',6709,231,'Columbus, US - Rickenbacker Intl Airport (LCK)','1','0'),(993,'US','OSU',6709,231,'Columbus, US - Ohio State University (OSU)','1','0'),(994,'CA','YCK',6713,39,'Colville Lake, CA - Tommy Cochon Aerodrome (YCK)','1','0'),(995,'','XPL',6725,97,'Comayagua, Soto Cano Air Base (XPL)','1','0'),(996,'','CIY',6738,107,'Comiso, Comiso Airport (CIY)','1','0'),(997,'CA','YQQ',6747,39,'Comox, CA - Comox Airport (YQQ)','1','0'),(998,'US','CPM',6754,231,'Compton, US - Compton/Woodley (CPM)','1','0'),(999,'GN','CKY',6759,92,'Conakry, GN - Conakry Airport (CKY)','1','0'),(1000,'CL','CCP',6764,45,'Concepcion, CL - Carriel Sur Airport (CCP)','1','0'),(1001,'US','CCR',6771,231,'Concord, US - Buchanan Field (CCR)','1','0'),(1002,'US','CON',6771,231,'Concord, US - Concord Municipal (CON)','1','0'),(1003,'','USA',6771,231,'Concord, Concord Regional Airport (USA)','1','0'),(1004,'US','CNK',6774,231,'Concordia, US - Blosser Municipal (CNK)','1','0'),(1005,'AR','COC',6775,10,'Concordia, AR - Concordia (Comodoro Pierrestegui) (COC)','1','0'),(1006,'','CBX',6787,13,'Condobolin, Condobolin Airport (CBX)','1','0'),(1007,'','COG',6790,49,'Condoto, Mandinga Airport (COG)','1','0'),(1008,'RO','CND',6828,179,'Constanta, RO - Mihail Kogalniceanu Intl Airport (CND)','1','0'),(1009,'DZ','CZL',6832,3,'Constantine, DZ - Mohamed Boudiaf Intl Airport (CZL)','1','0'),(1010,'PA','OTD',6836,169,'Contadora, PA - Contadora Airport (OTD)','1','0'),(1011,'AU','CPD',6851,13,'Coober Pedy, AU - Coober Pedy Airport (CPD)','1','0'),(1012,'IN','COH',34349,101,'Cooch Behar, IN - Cooch Behar Airport (COH)','1','0'),(1013,'AU','CDA',6854,13,'Cooinda, AU - Cooinda (CDA)','1','0'),(1014,'AU','CTN',6860,13,'Cooktown, AU - Cooktown Airport (CTN)','1','0'),(1015,'AU','COJ',6868,13,'Coonabarabran, AU - Coonabarabran (COJ)','1','0'),(1016,'','CNB',6869,13,'Coonamble, Coonamble Airport (CNB)','1','0'),(1017,'','JLA',6873,231,'Cooper Landing, Quartz Creek Airport (JLA)','1','0'),(1018,'','COP',6876,231,'Cooperstown, Cooperstown-Westville Airport (COP)','1','0'),(1019,'','CMD',6883,13,'Cootamundra, Cootamundra Airport (CMD)','1','0'),(1020,'DK','CPH',6889,59,'Copenhagen, DK - Copenhagen Airport Kastrup (CPH)','1','0'),(1021,'DK','RKE',6889,59,'Copenhagen, DK - Copenhagen Airport Roskilde (RKE)','1','0'),(1022,'CL','CPO',6891,45,'Copiapo, CL - Desierto de Atacama Airport (CPO)','1','0'),(1023,'','CZC',6896,231,'Copper Center, Copper Center 2 Airport (CZC)','1','0'),(1024,'CA','YCO',6898,39,'Coppermine, CA - Kugluktuk Coppermine Airport (YCO)','1','0'),(1025,'','COW',6904,45,'Coquimbo, Coquimbo Airport (COW)','1','0'),(1026,'CA','YZS',6909,39,'Coral Harbour, CA - Coral Harbour Airport (YZS)','1','0'),(1027,'AR','COR',6932,10,'Cordoba, AR - Ing. Aer. Ambrosio L. V. Taravella Intl Airport (COR)','1','0'),(1028,'','BSW',6935,231,'Cordova, Boswell Bay Airport (BSW)','1','0'),(1029,'US','CDV',6935,231,'Cordova, US - Merle K (Mudhole) Smith Airport (CDV)','1','0'),(1030,'','CKU',6935,231,'Cordova, Cordova Municipal Airport (CKU)','1','0'),(1031,'','CRX',6958,231,'Corinth, Roscoe Turner Airport (CRX)','1','0'),(1032,'IE','ORK',6960,105,'Cork, IE - Cork Airport (ORK)','1','0'),(1033,'VE','CZE',6985,235,'Coro, VE - Coro Airport (CZE)','1','0'),(1034,'','DUF',6987,231,'Corolla, Pine Island Airport (DUF)','1','0'),(1035,'','CMV',6988,157,'Coromandel, Coromandel Aerodrome (CMV)','1','0'),(1036,'','XCN',6989,173,'Coron, Coron Airport (XCN)','1','0'),(1037,'AU','CWW',6992,13,'Corowa, AU - Corowa (CWW)','1','0'),(1038,'BZ','CZH',6993,22,'Corozal, BZ - Corozal Airport (CZH)','1','0'),(1039,'US','CRP',6995,231,'Corpus Christi, US - Corpus Christi Intl Airport (CRP)','1','0'),(1040,'','CUX',6995,231,'Corpus Christi, Cuddihy Field (CUX)','1','0'),(1041,'AR','CNQ',7004,10,'Corrientes, AR - Dr Fernando Piragine Niveyro Intl Airport (CNQ)','1','0'),(1042,'','CYG',7006,13,'Corryong, Corryong Airport (CYG)','1','0'),(1043,'US','CEZ',7020,231,'Cortez, US - Cortez Municipal Airport (CEZ)','1','0'),(1044,'','CTX',7023,231,'Cortland, Cortland County Airport (CTX)','1','0'),(1045,'BR','CMG',7028,30,'Corumba, BR - Corumba Intl Airport (CMG)','1','0'),(1046,'PH','CBO',7053,173,'Cotabato, PH - Cotabato Airport (CBO)','1','0'),(1047,'BJ','COO',7059,23,'Cotonou, BJ - Cotonou Airport (COO)','1','0'),(1048,'','CTW',7070,231,'Cottonwood, Cottonwood Airport (CTW)','1','0'),(1049,'','COT',7071,231,'Cotulla, Cotulla–La Salle County Airport (COT)','1','0'),(1050,'','CIL',7081,231,'Council, Council Airport (CIL)','1','0'),(1051,'FR','CVF',7094,76,'Courchevel, FR - Courchevel (CVF)','1','0'),(1052,'AU','CWT',7127,13,'Cowra, AU - Cowra (CWT)','1','0'),(1053,'BD','CXB',7129,18,'Cox\'s Bazar, BD - Cox`s Bazar Airport (CXB)','1','0'),(1054,'CL','GXQ',7131,45,'Coyhaique, CL - Teniente Vidal (GXQ)','1','0'),(1055,'MX','CZM',7134,141,'Cozumel, MX - Cozumel Intl Airport (CZM)','1','0'),(1056,'','CDO',7137,195,'Cradock, Cradock Airport (CDO)','1','0'),(1057,'','CIG',7140,231,'Craig, Craig–Moffat Airport (CIG)','1','0'),(1058,'VU','CCV',7141,233,'Craig Cove, VU - Craig Cove Airport (CCV)','1','0'),(1059,'CA','YXC',7157,39,'Cranbrook, CA - Canadian Rockies Intl Airport (YXC)','1','0'),(1060,'','CCG',7161,231,'Crane, Crane County Airport (CCG)','1','0'),(1061,'','CSE',7209,231,'Crested Butte, Buckhorn Ranch Airport (CSE)','1','0'),(1062,'','CFQ',7211,231,'Creston, Creston Aerodrome (CFQ)','1','0'),(1063,'US','CEW',7213,231,'Crestview, US - Bob Sikes (CEW)','1','0'),(1064,'US','CKD',7273,231,'Crooked Creek, US - Crooked Creek Airport (CKD)','1','0'),(1065,'','CKN',7276,231,'Crookston, Crookston Municipal Airport (CKN)','1','0'),(1066,'CA','YCR',34675,39,'Cross Lake, CA - Charlie Sinclair Memorial Airport (YCR)','1','0'),(1067,'','CRT',7282,231,'Crossett, Z. M. Jack Stell Field (CRT)','1','0'),(1068,'IT','CRV',7289,107,'Crotone, IT - Sant`Anna Airport (CRV)','1','0'),(1069,'','CDQ',7301,482,'Croydon, Croydon Airport (CDQ)','1','0'),(1070,'BR','CZS',7313,30,'Cruzeiro Do Sul, BR - Campo Intl Airport (CZS)','1','0'),(1071,'CO','CUC',7333,49,'Cucuta, CO - Camilo Daza Airport (CUC)','1','0'),(1072,'IN','CDP',7335,101,'Cuddapah, IN - Kadapa Airport (CDP)','1','0'),(1073,'','CUY',7339,13,'Cue, Cue Airport (CUY)','1','0'),(1074,'EC','CUE',7340,64,'Cuenca, EC - Mariscal Lamar Airport (CUE)','1','0'),(1075,'BR','CGB',7344,30,'Cuiaba, BR - Marechal Rondon Airport (CGB)','1','0'),(1076,'US','CPX',7351,176,'Culebra, US - Benjamin Rivera Noriega Airport (CPX)','1','0'),(1077,'MX','CUL',7352,141,'Culiacan, MX - Federal de Bachigualato Intl Airport (CUL)','1','0'),(1078,'VE','CUM',7369,235,'Cumana, VE - Antonio Jose de Sucre Airport (CUM)','1','0'),(1079,'US','CBE',7370,231,'Cumberland, US - Greater Cumberland Regional (CBE)','1','0'),(1080,'IT','CUF',7375,107,'Cuneo, IT - Levaldigi Airport (CUF)','1','0'),(1081,'AU','CMA',7378,13,'Cunnamulla, AU - Cunnamulla Airport (CMA)','1','0'),(1082,'AN','CUR',7386,155,'Curacao, AN - Hato Airport (CUR)','1','0'),(1083,'','BFH',7391,30,'Curitiba, Bacacheri Airport (BFH)','1','0'),(1084,'','CUH',7405,231,'Cushing, Cushing Municipal Airport (CUH)','1','0'),(1085,'','BBW',7406,231,'Custer, Broken Bow Municipal Airport (BBW)','1','0'),(1086,'','CTB',30739,231,'Cut Bank, Cut Bank Municipal Airport (CTB)','1','0'),(1087,'AR','CUT',7412,10,'Cutral, AR - Cutral Có Airport (CUT)','1','0'),(1088,'','FCN',7416,83,'Cuxhaven, Nordholz Naval Airbase (FCN)','1','0'),(1089,'','CYU',7418,173,'Cuyo, Cuyo Airport (CYU)','1','0'),(1090,'PE','CUZ',7420,172,'Cuzco, PE - Velazco Astete Airport (CUZ)','1','0'),(1091,'VN','DAD',30741,236,'Da Nang, VN - Da Nang Airport (DAD)','1','0'),(1092,'','DTE',7440,173,'Daet, Bagasbas Airport (DTE)','1','0'),(1093,'','DGN',7448,231,'Dahlgren, Naval Surface Warfare Center Dahlgren Division (DGN)','1','0'),(1094,'SN','DKR',7460,187,'Dakar, SN - Yoff Airport (DKR)','1','0'),(1095,'MA','VIL',7461,148,'Dakhla, MA - Dakhla Airport (VIL)','1','0'),(1096,'','DAK',7462,65,'Dakhla Oasis, Dakhla Oasis Airport (DAK)','1','0'),(1097,'TR','DLM',7464,222,'Dalaman, TR - Dalaman Airport (DLM)','1','0'),(1098,'VN','DLI',7467,236,'Dalat, VN - Dalat Airport (DLI)','1','0'),(1099,'','DBY',7470,13,'Dalby, Dalby Airport (DBY)','1','0'),(1100,'US','OZR',7474,231,'Daleville, US - Cairns Army Airfield (Fort Rucker) (OZR)','1','0'),(1101,'US','DHT',7476,231,'Dalhart, US - Dalhart Municipal (DHT)','1','0'),(1102,'CN','DLC',7480,46,'Dalian, CN - Dalian Zhoushuizi Intl Airport (DLC)','1','0'),(1103,'US','DAL',7485,231,'Dallas, US - Dallas Love Field (DAL)','1','0'),(1104,'US','DFW',7485,231,'Dallas, US - Dallas/Fort Worth Intl Airport (DFW)','1','0'),(1105,'IN','NMB',7500,101,'Daman, IN - Daman (NMB)','1','0'),(1106,'SY','DAM',7504,211,'Damascus, SY - Damascus Intl Airport (DAM)','1','0'),(1107,'','DBU',7506,200,'Dambulla, Dambulu Oya Tank Seaplane Base (DBU)','1','0'),(1108,'','GIU',7506,200,'Dambulla, Sigiriya Airport (GIU)','1','0'),(1109,'SA','DMM',7508,186,'Dammam, SA - Damman King Fahad Airport (DMM)','1','0'),(1110,'SA','DMS',7508,186,'Dammam, SA - DAMMAM Airport (DMS)','1','0'),(1111,'BZ','DGA',7529,22,'Dangriga, BZ - Dangriga Airport (DGA)','1','0'),(1112,'US','DAN',7539,231,'Danville, US - Danville Regional (DAN)','1','0'),(1113,'','DQA',7544,46,'Daqing, Daqing Sartu Airport (DQA)','1','0'),(1114,'TZ','DAR',7545,214,'Dar Es Salaam, TZ - Dar Es Salaam Airport (DAR)','1','0'),(1115,'','DGR',7553,157,'Dargaville, Dargaville Aerodrome (DGR)','1','0'),(1116,'','NLF',7564,13,'Darnley Island, Darnley Island Airport (NLF)','1','0'),(1117,'AU','DRW',7574,13,'Darwin, AU - Darwin Intl Airport (DRW)','1','0'),(1118,'ID','DTD',7583,102,'Datadawai, ID - Datadawai Airport (DTD)','1','0'),(1119,'','DAH',7588,240,'Dathina, Dathina Airport (DAH)','1','0'),(1120,'','DGP',7591,119,'Daugavpils, Daugavpils International Airport (DGP)','1','0'),(1121,'CA','YDN',7594,39,'Dauphin, CA - Lt Col W G Barker VC Airport (YDN)','1','0'),(1122,'PH','DVO',7597,173,'Davao, PH - Francisco Bangoy Intl Airport (DVO)','1','0'),(1123,'PA','DAV',7603,169,'David, PA - Enrique Malek Intl Airport (DAV)','1','0'),(1124,'CA','YDA',7617,39,'Dawson City, CA - Dawson City Airport (YDA)','1','0'),(1125,'CA','YDQ',34676,39,'Dawson Creek, CA - Dawson Creek Airport (YDQ)','1','0'),(1126,'US','DAY',7627,231,'Dayton, US - James M Cox Dayton Intl Airport (DAY)','1','0'),(1127,'US','MGY',7627,231,'Dayton, US - Wright Brothers Airport (MGY)','1','0'),(1128,'','DZU',7632,46,'Dazu, Dazu Air Base (DZU)','1','0'),(1129,'BS','LGI',7637,16,'Deadmans Cay, BS - Deadmans Cay Airport (LGI)','1','0'),(1130,'','YDL',7643,39,'Dease Lake, Dease Lake Airport (YDL)','1','0'),(1131,'','DTH',7644,231,'Death Valley, Furnace Creek Airport (DTH)','1','0'),(1132,'FR','DOL',7645,76,'Deauville, FR - Deauville Airport (DOL)','1','0'),(1133,'ET','DBM',7650,70,'Debra Marcos, ET - Debre Marcos Airport (DBM)','1','0'),(1134,'HU','DEB',7651,99,'Debrecen, HU - Debrechen Intl Airport (DEB)','1','0'),(1135,'US','DEC',7653,231,'Decatur, US - Decatur Airport (DEC)','1','0'),(1136,'','DEH',7658,231,'Decorah, Decorah Municipal Airport (DEH)','1','0'),(1137,'CA','YDF',7664,39,'Deer Lake, CA - Deer Lake Regional Airport (YDF)','1','0'),(1138,'CA','YVZ',7664,39,'Deer Lake, CA - Deer Lake Airport (YVZ)','1','0'),(1139,'US','DRG',7667,231,'Deering, US - Deering Airport (DRG)','1','0'),(1140,'IN','DED',7680,101,'Dehradun, IN - Jolly Grant Airport (DED)','1','0'),(1141,'SY','DEZ',7685,211,'Deirezzor, SY - Deir ez-Zor Airport (DEZ)','1','0'),(1142,'IN','DEL',7701,101,'Delhi, IN - Indira Gandhi Intl Airport (DEL)','1','0'),(1143,'','DTA',7716,39,'Delta, Delta Municipal Airport (DTA)','1','0'),(1144,'','DDN',7718,13,'Delta Downs, Delta Downs Airport (DDN)','1','0'),(1145,'ET','DEM',7722,70,'Dembidollo, ET - Dembidollo Airport (DEM)','1','0'),(1146,'','DNM',7732,482,'Denham, Denham Airport (DNM)','1','0'),(1147,'AU','DNQ',7736,13,'Deniliquin, AU - Deniliquin (DNQ)','1','0'),(1148,'','DEI',7737,188,'Denis Island, Denis Island Airport (DEI)','1','0'),(1149,'','DNS',7738,231,'Denison, Denison Municipal Airport (DNS)','1','0'),(1150,'TR','DNZ',7739,222,'Denizli, TR - Denizli Airport (DNZ)','1','0'),(1151,'US','DEN',7748,231,'Denver, US - Denver Intl Airport (DEN)','1','0'),(1152,'','DCN',7759,482,'Derby, RAAF Base Curtin (DCN)','1','0'),(1153,'AU','DRB',7760,13,'Derby, AU - Derby Airport (DRB)','1','0'),(1154,'US','DRI',7764,231,'Deridder, US - Beauregard Regional (DRI)','1','0'),(1155,'','DNF',7766,123,'Derna, Martuba Air Base (DNF)','1','0'),(1156,'US','DSM',7773,231,'Des Moines, US - Des Moines Intl Airport (DSM)','1','0'),(1157,'','DES',7785,188,'Desroches Island, Desroches Airport (DES)','1','0'),(1158,'ET','DSE',7787,70,'Dessie, ET - Dessie Airport (DSE)','1','0'),(1159,'','DSI',7788,231,'Destin, Destin Executive Airport (DSI)','1','0'),(1160,'US','DET',7792,231,'Detroit, US - Coleman A. Young International (DET)','1','0'),(1161,'US','DTW',7792,231,'Detroit, US - Detroit Metropolitan Wayne County Airport (DTW)','1','0'),(1162,'US','YIP',7792,231,'Detroit, US - Willow Run Airport (YIP)','1','0'),(1163,'AU','DPO',7811,13,'Devonport, AU - Devonport Airport (DPO)','1','0'),(1164,'SA','DHA',7819,186,'Dhahran, SA - Dhahran Intl Airport (DHA)','1','0'),(1165,'BD','BZL',7820,18,'Dhaka, BD - Barisal Airport (BZL)','1','0'),(1166,'BD','DAC',7820,18,'Dhaka, BD - Hazrat Shahjalal Intl Airport (DAC)','1','0'),(1167,'','DBD',7821,101,'Dhanbad, Dhanbad Airport (DBD)','1','0'),(1168,'OM','BYB',7848,165,'Dibaa, OM - Dibba Airport (BYB)','1','0'),(1169,'IN','DIB',7852,101,'Dibrugarh, IN - Dibrugarh Airport (DIB)','1','0'),(1170,'','YDG',7887,39,'Digby, Digby/Annapolis Regional Airport (YDG)','1','0'),(1171,'FR','DIJ',7892,76,'Dijon, FR - Longvic Airport (DIJ)','1','0'),(1172,'ID','DIL',7901,102,'Dili, ID - Presidente Nicolau Lobato Intl Airport (DIL)','1','0'),(1173,'US','DLG',7905,231,'Dillingham, US - Dillingham Airport (DLG)','1','0'),(1174,'VU','DLY',7907,233,'Dillons Bay, VU - Dillon`s Bay Airport (DLY)','1','0'),(1175,'IN','DMU',7912,101,'Dimapur, IN - Dimapur Airport (DMU)','1','0'),(1176,'FR','DNR',7918,76,'Dinard, FR - Dinard - Saint Malo Airport (DNR)','1','0'),(1177,'ET','DIR',7936,70,'Dire Dawa, ET - Dire Dawa Airport (DIR)','1','0'),(1178,'IN','DIU',7951,101,'Diu, IN - Diu Airport (DIU)','1','0'),(1179,'TR','DIY',7961,222,'Diyarbakir, TR - Diyarbakir Airport (DIY)','1','0'),(1180,'DZ','DJG',7963,3,'Djanet, DZ - Djanet Tiska (DJG)','1','0'),(1181,'TN','DJE',7965,220,'Djerba, TN - Melita Airport (DJE)','1','0'),(1182,'DJ','JIB',7966,60,'Djibouti, DJ - Ambouli Intl Airport (JIB)','1','0'),(1183,'UA','DNK',7970,227,'Dnepropetrovsk, UA - Dnepropetrovsk Airport (DNK)','1','0'),(1184,'US','DDC',7983,231,'Dodge City, US - Dodge City Regional Airport (DDC)','1','0'),(1185,'TZ','DOD',7985,214,'Dodoma, TZ - Dodoma Airport (DOD)','1','0'),(1186,'QA','DOH',7993,177,'Doha, QA - Doha Intl Airport (DOH)','1','0'),(1187,'','XJD',7993,177,'Doha, Al Udeid Air Base (XJD)','1','0'),(1188,'CA','YDO',7996,39,'Dolbeau, CA - Dolbeau-St-Felicien (YDO)','1','0'),(1189,'FR','DLE',7999,76,'Dole, FR - Dole - Jura Airport (DLE)','1','0'),(1190,'US','DLO',8010,231,'Dolomi, US - Delano Municipal (DLO)','1','0'),(1191,'','DOP',8013,153,'Dolpa, Dolpa Airport (DOP)','1','0'),(1192,'','CBJ',8027,61,'Dominican Republic, Cabo Rojo Airport (CBJ)','1','0'),(1193,'IE','CFN',8047,105,'Donegal, IE - Donegal Airport (CFN)','1','0'),(1194,'UA','DOK',8048,227,'Donetsk, UA - Donetsk Airport (DOK)','1','0'),(1195,'','YOE',8064,231,'Donnelly, Donnelly Airport (YOE)','1','0'),(1196,'AU','DMD',8074,13,'Doomadgee Mission, AU - Doomadgee Airport (DMD)','1','0'),(1197,'US','DOF',8080,231,'Dora Bay, US - Dora Bay Airport (DOF)','1','0'),(1198,'','DOC',8097,482,'Dornoch, Dornoch Airport (DOC)','1','0'),(1199,'DE','DTM',8105,83,'Dortmund, DE - Wickede Airport (DTM)','1','0'),(1200,'US','DHN',8112,231,'Dothan, US - Dothan Regional Airport (DHN)','1','0'),(1201,'CM','DLA',8114,38,'Douala, CM - Douala Airport (DLA)','1','0'),(1202,'','DGL',8119,105,'Douglas, Douglas Municipal Airport (DGL)','1','0'),(1203,'','YDC',8169,39,'Drayton Valley, Drayton Valley Industrial Airport (YDC)','1','0'),(1204,'DE','DRS',8178,83,'Dresden, DE - Dresden Airport (DRS)','1','0'),(1205,'','DRE',8202,231,'Drummond Island, Drummond Island Airport (DRE)','1','0'),(1206,'CA','YHD',8214,39,'Dryden, CA - Dryden Regional Airport (YHD)','1','0'),(1207,'','DSC',8217,38,'Dschang, Dschang Airport (DSC)','1','0'),(1208,'','DCG',8219,228,'Dubai, Dubai Creek Seaplane Base (DCG)','1','0'),(1209,'','DJH',8219,228,'Dubai, Jebel Ali Seaplane Base (DJH)','1','0'),(1210,'AE','DXB',8219,228,'Dubai, AE - Dubai Intl Airport (DXB)','1','0'),(1211,'','NHD',8219,228,'Dubai, Al Minhad Air Base (NHD)','1','0'),(1212,'AE','XNB',8219,228,'Dubai, AE - Dubai Bus Station Airport (XNB)','1','0'),(1213,'AE','ZXZ',8219,228,'Dubai, AE - Jumeirah Beach Airport (ZXZ)','1','0'),(1214,'AU','DBO',8220,13,'Dubbo, AU - Dubbo Airport (DBO)','1','0'),(1215,'IE','DUB',8222,105,'Dublin, IE - Dublin Airport (DUB)','1','0'),(1216,'','DBS',8230,231,'Dubois, Dubois Municipal Airport (DBS)','1','0'),(1217,'US','DUJ',8230,231,'Dubois, US - DuBois Regional Airport (DUJ)','1','0'),(1218,'HR','DBV',8231,55,'Dubrovnik, HR - Dubrovnik Airport (DBV)','1','0'),(1219,'US','DBQ',8232,231,'Dubuque, US - Dubuque Regional Airport (DBQ)','1','0'),(1220,'US','DLH',8266,231,'Duluth, US - Duluth Intl Airport (DLH)','1','0'),(1221,'PH','DGT',8270,173,'Dumaguete, PH - Dumaguete Airport (DGT)','1','0'),(1222,'','DUM',8271,102,'Dumai, Pinang Kampai Airport (DUM)','1','0'),(1223,'','DNB',8283,231,'Dunbar, Dunbar Airport (DNB)','1','0'),(1224,'','DUQ',8289,39,'Duncan, Duncan Airport (DUQ)','1','0'),(1225,'GB','DND',8300,482,'Dundee, GB - Dundee Airport (DND)','1','0'),(1226,'','DUE',8301,6,'Dundo, Dundo Airport (DUE)','1','0'),(1227,'NZ','DUD',8306,157,'Dunedin, NZ - Dunedin Airport (DUD)','1','0'),(1228,'CN','DNH',8315,46,'Dunhuang, CN - Dunhuang Airport (DNH)','1','0'),(1229,'AU','DKI',8317,13,'Dunk Island, AU - Dunk Island Airport (DKI)','1','0'),(1230,'BR','CGR',8346,30,'Duque De Caxias, BR - Campo Grande Airport (CGR)','1','0'),(1231,'','AMK',8348,199,'Durango, Animas Air Park (AMK)','1','0'),(1232,'MX','DGO',8349,141,'Durango, MX - Gen Guadalupe Victoria Intl Airport (DGO)','1','0'),(1233,'US','DRO',8350,231,'Durango, US - La Plata County Airport (DRO)','1','0'),(1234,'ZA','DUR',8355,195,'Durban, ZA - King Shaka Intl (La Mercy) Airport (DUR)','1','0'),(1235,'ZA','VIR',8355,195,'Durban, ZA - Virginia Airport (VIR)','1','0'),(1236,'','RDP',8361,101,'Durgapur, Kazi Nazrul Islam Airport (RDP)','1','0'),(1237,'','DHD',8364,13,'Durham Downs, Durham Downs Airport (DHD)','1','0'),(1238,'','DRR',8368,13,'Durrie, Durrie Airport (DRR)','1','0'),(1239,'TJ','DYU',8370,213,'Dushanbe, TJ - Dushanbe Airport (DYU)','1','0'),(1240,'DE','DUS',8372,83,'Dusseldorf, DE - Dusseldorf Intl Airport (DUS)','1','0'),(1241,'DE','NRN',8372,83,'Dusseldorf, DE - Weeze Niederrhein Airport (NRN)','1','0'),(1242,'','DYA',8389,13,'Dysart, Dysart Airport (DYA)','1','0'),(1243,'YT','DZA',8390,140,'Dzaoudzi, YT - Dzaoudzi Pamandzi Intl Airport (DZA)','1','0'),(1244,'CA','YXR',8409,39,'Earlton, CA - Earlton (YXR)','1','0'),(1245,'US','HTO',30817,231,'East Hampton, US - East Hampton (HTO)','1','0'),(1246,'','ESP',30850,231,'East Stroudsburg, Stroudsburg–Pocono Airport (ESP)','1','0'),(1247,'CL','IPC',8428,45,'Easter Island, CL - Easter Island Airport (IPC)','1','0'),(1248,'US','ESD',8449,231,'Eastsound, US - Orcas Island Airport (ESD)','1','0'),(1249,'US','EAU',30861,231,'Eau Claire, US - Chippewa Valley Regional Airport (EAU)','1','0'),(1250,'AU','ECH',8482,13,'Echuca, AU - Echuca (ECH)','1','0'),(1251,'GB','EOI',8493,482,'Eday, GB - Eday Airport (EOI)','1','0'),(1252,'GB','EDI',8520,482,'Edinburgh, GB - Edinburgh International Airport (EDI)','1','0'),(1253,'CA','YEG',8528,39,'Edmonton, CA - Edmonton Intl Airport (YEG)','1','0'),(1254,'CA','YXD',8528,39,'Edmonton, CA - Edmonton City Centre Airport (Blatchford Field) Airport (YXD)','1','0'),(1255,'AU','EDR',8537,13,'Edward River, AU - Edward River Airport (EDR)','1','0'),(1256,'US','EEK',30863,231,'Eek, US - Eek Airport (EEK)','1','0'),(1257,'US','EGX',8547,231,'Egegik, US - Egegik Airport (EGX)','1','0'),(1258,'IS','EGS',8555,100,'Egilsstadir, IS - Egilsstadir Airport (EGS)','1','0'),(1259,'NL','EIN',8590,154,'Eindhoven, NL - Eindhoven Airport (EIN)','1','0'),(1260,'US','KKU',8608,231,'Ekuk, US - Ekuk Airport (KKU)','1','0'),(1261,'US','KEK',8609,231,'Ekwok, US - Ekwok Airport (KEK)','1','0'),(1262,'','DBB',30866,65,'El \'Alamein, Al Alamain International Airport (DBB)','1','0'),(1263,'','EBG',8610,49,'El Bagre, El Bagre Airport (EBG)','1','0'),(1264,'AR','EHL',30871,10,'El Bolson, AR - El Bolson (EHL)','1','0'),(1265,'US','IPL',30880,231,'El Centro, US - Imperial County Airport (IPL)','1','0'),(1266,'','EDK',30887,231,'El Dorado, Captain Jack Thomas/El Dorado Airport (EDK)','1','0'),(1267,'','EOR',30887,231,'El Dorado, El Dorado Airport (EOR)','1','0'),(1268,'DZ','ELG',8611,3,'El Golea, DZ - El Golea Airport (ELG)','1','0'),(1269,'','EMY',30903,65,'El Minya, El Minya Airport (EMY)','1','0'),(1270,'','ENI',30908,173,'El Nido, El Nido Airport (ENI)','1','0'),(1271,'US','BIF',30910,231,'El Paso, US - Biggs Army Airfield (BIF)','1','0'),(1272,'US','ELP',30910,231,'El Paso, US - El Paso Intl Airport (ELP)','1','0'),(1273,'TR','EZS',8617,222,'Elazig, TR - Elazig Airport (EZS)','1','0'),(1274,'AU','ELC',8623,13,'Elcho Island, AU - Elcho Island Airport (ELC)','1','0'),(1275,'','GCD',8631,231,'Electric City, Grand Coulee Dam Airport (GCD)','1','0'),(1276,'US','ELI',8646,231,'Elim, US - Elim Airport (ELI)','1','0'),(1277,'','MOS',8646,231,'Elim, Moses Point Airport (MOS)','1','0'),(1278,'GR','PYR',8651,86,'Elis, GR - Andravida (PYR)','1','0'),(1279,'US','EKX',8656,231,'Elizabethtown, US - Addington Field/Elizabethtown Regional (EKX)','1','0'),(1280,'','EKI',8661,231,'Elkhart, Elkhart Municipal Airport (EKI)','1','0'),(1281,'US','EKN',8664,231,'Elkins, US - Elkins-Randolph Co.-Jennings Randolph Field (EKN)','1','0'),(1282,'US','EKO',8666,231,'Elko, US - Elko Regional Airport (EKO)','1','0'),(1283,'US','ELN',8673,231,'Ellensburg, US - Bowers Field (ELN)','1','0'),(1284,'','YEL',8683,39,'Elliot Lake, Elliot Lake Municipal Airport (YEL)','1','0'),(1285,'','ELL',8685,195,'Ellisras, Ellisras Airport (ELL)','1','0'),(1286,'US','ELM',8696,231,'Elmira, US - Corning Regional Airport (ELM)','1','0'),(1287,'VU','EAE',8723,233,'Emae, VU - Siwo Airport (EAE)','1','0'),(1288,'DE','EME',8728,83,'Emden, DE - Emden (EME)','1','0'),(1289,'AU','EMD',8733,13,'Emerald, AU - Emerald Airport (EMD)','1','0'),(1290,'','EML',8740,154,'Emmen, Emmen Air Base (EML)','1','0'),(1291,'US','EMK',8747,231,'Emmonak, US - Emmonak Airport (EMK)','1','0'),(1292,'','EWI',8757,102,'Enarotali, Enarotali Airport (EWI)','1','0'),(1293,'','ENO',8761,171,'Encarnacion, Teniente Amin Ayub Gonzalez Airport (ENO)','1','0'),(1294,'ID','ENE',8764,102,'Ende, ID - H. Hasan Aroeboesman Airport (ENE)','1','0'),(1295,'TN','NBE',8769,220,'Enfidha, TN - Hammamet  Intl Airport (NBE)','1','0'),(1296,'US','WDG',8789,231,'Enid, US - Enid Woodring Regional Airport (WDG)','1','0'),(1297,'FI','ENF',8809,75,'Enontekio, FI - Enontekio Airport (ENF)','1','0'),(1298,'NL','ENS',8810,154,'Enschede, NL - Twente-Enschede (ENS)','1','0'),(1299,'UG','EBB',8817,226,'Entebbe, UG - Entebbe/Kampala Intl Airport (EBB)','1','0'),(1300,'','ETS',8818,231,'Enterprise, Enterprise Municipal Airport (ETS)','1','0'),(1301,'FR','EPL',8836,76,'Epinal, FR - Mirecourt Airport (EPL)','1','0'),(1302,'IQ','EBL',8855,104,'Erbil, IQ - Erbil Intl Airport (EBL)','1','0'),(1303,'DE','ERF',8871,83,'Erfurt, DE - Erfurt-Weimar Airport (ERF)','1','0'),(1304,'US','ERI',8878,231,'Erie, US - Erie Intl Airport/Tom Ridge Field (ERI)','1','0'),(1305,'','EDD',8884,13,'Erldunda, Erldunda Airport (EDD)','1','0'),(1306,'MA','ERH',8896,148,'Errachidia, MA - Moulay Ali Cherif Airport (ERH)','1','0'),(1307,'TR','ERZ',8906,222,'Erzurum, TR - Erzurum Airport (ERZ)','1','0'),(1308,'DK','EBJ',8907,59,'Esbjerg, DK - Esbjerg Airport (EBJ)','1','0'),(1309,'US','ESC',8912,231,'Escanaba, US - Delta County Airport (ESC)','1','0'),(1310,'EC','ESM',8938,64,'Esmeraldas, EC - General Rivadeneira Airport (ESM)','1','0'),(1311,'AU','EPR',8946,13,'Esperance, AU - Esperance Airport (EPR)','1','0'),(1312,'VU','SON',8951,233,'Espiritu Santo, VU - Pekoa Airport (SON)','1','0'),(1313,'AR','EQS',8957,10,'Esquel, AR - Esquel Airport (EQS)','1','0'),(1314,'DE','ESS',8964,83,'Essen, DE - Essen Airport (ESS)','1','0'),(1315,'US','EUG',9034,231,'Eugene, US - Eugene Airport/Mahlon Sweet Field (EUG)','1','0'),(1316,'','UCE',9039,231,'Eunice, Eunice Airport (UCE)','1','0'),(1317,'','EUE',9043,231,'Eureka, Eureka Airport (EUE)','1','0'),(1318,'','YEU',9043,231,'Eureka, Eureka Aerodrome (YEU)','1','0'),(1319,'US','EVV',9054,231,'Evansville, US - Evansville Regional Airport (EVV)','1','0'),(1320,'US','PAE',9060,231,'Everett, US - Paine Field / Snohomish County Airport (PAE)','1','0'),(1321,'','EWO',9078,51,'Ewo, Ewo Airport (EWO)','1','0'),(1322,'GB','EXT',9081,482,'Exeter, GB - Exeter Airport (EXT)','1','0'),(1323,'','EXM',9087,482,'Exmouth, Exmouth Airport (EXM)','1','0'),(1324,'NO','VDB',9125,164,'Fagernes, NO - Fagernes Airport Leirin (VDB)','1','0'),(1325,'','FIE',9134,482,'Fair Isle, Fair Isle Airport (FIE)','1','0'),(1326,'','BIG',9135,231,'Fairbanks, Allen Army Airfield (BIG)','1','0'),(1327,'US','FAI',9135,231,'Fairbanks, US - Fairbanks Intl Airport (FAI)','1','0'),(1328,'','FBK',9135,231,'Fairbanks, Ladd Army Airfield (FBK)','1','0'),(1329,'','FBY',9138,231,'Fairbury, Fairbury Municipal Airport (FBY)','1','0'),(1330,'','FFL',9140,231,'Fairfield, Fairfield Municipal Airport (FFL)','1','0'),(1331,'US','FRM',9150,231,'Fairmont, US - Fairmont Municipal (FRM)','1','0'),(1332,'','ZFW',9154,231,'Fairview, Fairview Airport (ZFW)','1','0'),(1333,'PK','LYP',9156,166,'Faisalabad, PK - Faisalabad Airport (LYP)','1','0'),(1334,'PR','FAJ',9161,176,'Fajardo, PR - Diego Jimenez Torres Airport (FAJ)','1','0'),(1335,'','FHZ',9162,78,'Fakahina, Fakahina Airport (FHZ)','1','0'),(1336,'PF','FAV',9163,78,'Fakarava, PF - Fakarava Airport (FAV)','1','0'),(1337,'','FAK',9197,231,'False Island, False Island Seaplane Base (FAK)','1','0'),(1338,'','FGU',9206,78,'Fangatau, Fangatau Airport (FGU)','1','0'),(1339,'','RVA',9217,130,'Farafangana, Farafangana Airport (RVA)','1','0'),(1340,'US','FAR',9226,231,'Fargo, US - Hector Intl Airport (FAR)','1','0'),(1341,'US','FRG',9233,231,'Farmingdale, US - Republic (FRG)','1','0'),(1342,'US','FMN',9234,231,'Farmington, US - Four Corners Regional Airport (FMN)','1','0'),(1343,'PT','FAO',9241,175,'Faro, PT - Faro Airport (FAO)','1','0'),(1344,'','ZFA',9241,175,'Faro, Faro Airport (ZFA)','1','0'),(1345,'','FEC',9298,30,'Feira De Santana, Feira de Santana Airport (FEC)','1','0'),(1346,'SB','FRE',9333,193,'Fera Island, SB - Fera Airport (FRE)','1','0'),(1347,'UZ','FEG',9339,232,'Fergana, UZ - Fergana Airport (FEG)','1','0'),(1348,'','FEA',9382,482,'Fetlar, Fetlar Airport (FEA)','1','0'),(1349,'MA','FEZ',9389,148,'Fez, MA - Fez Airport (FEZ)','1','0'),(1350,'','WFI',9390,130,'Fianarantsoa, Fianarantsoa Airport (WFI)','1','0'),(1351,'','FCB',9392,195,'Ficksburg, Ficksburg Airport (FCB)','1','0'),(1352,'FR','FSC',9405,76,'Figari, FR - Figari Airport (FSC)','1','0'),(1353,'','FNH',9425,70,'Fincha, Fincha Airport (FNH)','1','0'),(1354,'US','FLG',9498,231,'Flagstaff, US - Flagstaff Pulliam Airport (FLG)','1','0'),(1355,'','FLT',9504,231,'Flat, Flat Airport (FLT)','1','0'),(1356,'','FLI',9506,100,'Flateyri, Holt Airport (FLI)','1','0'),(1357,'US','AVL',9517,231,'Fletcher, US - Asheville Regional Airport (AVL)','1','0'),(1358,'CA','YFO',9529,39,'Flin Flon, CA - Flin Flon Airport (YFO)','1','0'),(1359,'AU','FLS',9530,13,'Flinders, AU - Flinders Island Airport (FLS)','1','0'),(1360,'US','FNT',9531,231,'Flint, US - Bishop Intl Airport (FNT)','1','0'),(1361,'US','FLO',9543,231,'Florence, US - Florence Regional Airport (FLO)','1','0'),(1362,'','FMU',9543,231,'Florence, Florence Municipal Airport (FMU)','1','0'),(1363,'IT','FLR',9544,107,'Florence, IT - Amerigo Vespucci Airport (FLR)','1','0'),(1364,'GT','FRS',9552,91,'Flores, GT - Mundo Maya Intl Airport (FRS)','1','0'),(1365,'BR','FLN',9556,30,'Florianopolis, BR - Hercilio Luz Airport (FLN)','1','0'),(1366,'NO','FRO',9564,164,'Floro, NO - Floro Airport (FRO)','1','0'),(1367,'','NHX',9595,231,'Foley, NOLF Barin (NHX)','1','0'),(1368,'CA','ZFD',9609,39,'Fond Du Lac, CA - Fond-du-Lac Airport (ZFD)','1','0'),(1369,'','YFG',9617,76,'Fontanges, Fontanges Airport (YFG)','1','0'),(1370,'','FRB',9640,13,'Forbes, Forbes Airport (FRB)','1','0'),(1371,'NO','FDE',9647,164,'Forde, NO - Forde Airport Bringeland (FDE)','1','0'),(1372,'','YFE',9657,39,'Forestville, Forestville Airport (YFE)','1','0'),(1373,'','UIL',9667,231,'Forks, Quillayute Airport (UIL)','1','0'),(1374,'IT','FRL',9668,107,'Forli, IT - Luigi Ridolfi Airport (FRL)','1','0'),(1375,'AR','FMA',9676,10,'Formosa, AR - El Pucu / Formosa Intl Airport (FMA)','1','0'),(1376,'','LLS',9676,10,'Formosa, Alférez Armando Rodríguez Airport (LLS)','1','0'),(1377,'','FOS',9683,13,'Forrest, Forrest Airport (FOS)','1','0'),(1378,'CA','YFA',9691,39,'Fort Albany, CA - Fort Albany Airport (YFA)','1','0'),(1379,'','FOB',30979,231,'Fort Bragg, Fort Bragg Airport (FOB)','1','0'),(1380,'','FBR',30980,231,'Fort Bridger, Fort Bridger Airport (FBR)','1','0'),(1381,'CA','YPY',34681,39,'Fort Chipewyan, CA - Fort Chipewyan Airport (YPY)','1','0'),(1382,'US','FOD',30987,231,'Fort Dodge, US - Fort Dodge Regional Airport (FOD)','1','0'),(1383,'CA','YAG',34683,39,'Fort Frances, CA - Fort Frances Municipal Airport (YAG)','1','0'),(1384,'CA','YGH',34684,39,'Fort Good Hope, CA - Fort Good Hope Airport (YGH)','1','0'),(1385,'CA','YFH',34685,39,'Fort Hope, CA - Fort Hope Airport (YFH)','1','0'),(1386,'US','FHU',30991,231,'Fort Huachuca, US - Sierra Vista Municipal Airport (FHU)','1','0'),(1387,'US','FLL',30993,231,'Fort Lauderdale, US - Hollywood Intl Airport (FLL)','1','0'),(1388,'','FMS',31001,231,'Fort Madison, Fort Madison Municipal Airport (FMS)','1','0'),(1389,'CA','YMM',34688,39,'Fort Mcmurray, CA - Fort McMurray Airport (YMM)','1','0'),(1390,'US','FMY',31009,231,'Fort Myers, US - Page Field (FMY)','1','0'),(1391,'US','RSW',31009,231,'Fort Myers, US - Southwest Florida Intl Airport (RSW)','1','0'),(1392,'CA','ZFN',34690,39,'Fort Norman, CA - Tulita Airport (ZFN)','1','0'),(1393,'US','FPR',31015,231,'Fort Pierce, US - St Lucie County Intl Airport (FPR)','1','0'),(1394,'CA','YFR',34692,39,'Fort Resolution, CA - Fort Resolution Airport (YFR)','1','0'),(1395,'US','FSM',31021,231,'Fort Smith, US - Ft. Smith Regional Airport (FSM)','1','0'),(1396,'CA','YSM',34695,39,'Fort Smith, CA - Fort Smith (YSM)','1','0'),(1397,'','FSU',31024,231,'Fort Sumner, Fort Sumner Municipal Airport (FSU)','1','0'),(1398,'US','FWA',31029,231,'Fort Wayne, US - Fort Wayne Intl Airport (FWA)','1','0'),(1399,'','FWH',31031,231,'Fort Worth, NAS Fort Worth JRB (FWH)','1','0'),(1400,'BR','FOR',9694,30,'Fortaleza, BR - Pinto Martins Airport (FOR)','1','0'),(1401,'','FOU',9718,80,'Fougamou, Fougamou Airport (FOU)','1','0'),(1402,'BR','FRC',9750,30,'Franca, BR - Franca (FRC)','1','0'),(1403,'','MVB',9753,80,'Franceville, M\'Vengue El Hadj Omar Bongo Ondimba International Airport (MVB)','1','0'),(1404,'BW','FRW',9754,28,'Francistown, BW - Francistown Airport (FRW)','1','0'),(1405,'DE','FRA',9764,83,'Frankfurt, DE - Frankfurt am Main Airport (FRA)','1','0'),(1406,'DE','HHN',9764,83,'Frankfurt, DE - Frankfurt-Hahn Airport (HHN)','1','0'),(1407,'US','FKL',9765,231,'Franklin, US - Venango Regional Airport (FKL)','1','0'),(1408,'CA','YFC',9796,39,'Fredericton, CA - Fredericton Intl Airport (YFC)','1','0'),(1409,'GL','JFR',9799,87,'Frederikshaab, GL - Paamiut Airport (JFR)','1','0'),(1410,'US','FEP',9813,231,'Freeport, US - Albertus (FEP)','1','0'),(1411,'BS','FPO',9814,16,'Freeport, BS - Freeport Intl Airport (FPO)','1','0'),(1412,'SL','FNA',9816,189,'Freetown, SL - Lungi Intl Airport (FNA)','1','0'),(1413,'SL','HGS',9816,189,'Freetown, SL - Hastings Airport (HGS)','1','0'),(1414,'US','FAT',9848,231,'Fresno, US - Fresno Yosemite Intl Airport (FAT)','1','0'),(1415,'US','FRD',9855,231,'Friday Harbor, US - Friday Harbor Airport (FRD)','1','0'),(1416,'DE','FDH',9865,83,'Friedrichshafen, DE - Bodensee Airport (FDH)','1','0'),(1417,'','HNC',9878,231,'Frisco, Billy Mitchell Airport (HNC)','1','0'),(1418,'','FRT',9898,45,'Frutillar, Frutillar Airport (FRT)','1','0'),(1419,'','FRY',9901,231,'Fryeburg, Eastern Slopes Regional Airport (FRY)','1','0'),(1420,'ES','FUE',9929,199,'Fuerteventura, ES - Fuerteventura Airport (FUE)','1','0'),(1421,'JP','FUJ',9944,110,'Fukue, JP - Goto-Fukue Airport (FUJ)','1','0'),(1422,'JP','FUK',9946,110,'Fukuoka, JP - Fukuoka Airport (FUK)','1','0'),(1423,'US','FUL',9953,231,'Fullerton, US - Fullerton Municipal (FUL)','1','0'),(1424,'PT','FNC',9963,175,'Funchal, PT - Madeira Funchal Airport (FNC)','1','0'),(1425,'VU','FTA',9988,233,'Futuna Island, VU - Futuna Airport (FTA)','1','0'),(1426,'','FYN',9992,46,'Fuyun, Fuyun Koktokay Airport (FYN)','1','0'),(1427,'CN','FOC',9994,46,'Fuzhou, CN - Fuzhou Changle Intl Airport (FOC)','1','0'),(1428,'BW','GBE',10001,28,'Gaborone, BW - Sir Seretse Khama Intl Airport (GBE)','1','0'),(1429,'','SYF',10002,39,'Gabriola Island, Silva Bay Seaplane Base (SYF)','1','0'),(1430,'US','GAD',10006,231,'Gadsden, US - Northeast Alabama Regional (GAD)','1','0'),(1431,'','GAG',10010,231,'Gage, Gage Airport (GAG)','1','0'),(1432,'US','GNV',10020,231,'Gainesville, US - Gainesville Regional Airport (GNV)','1','0'),(1433,'US','GAL',10046,231,'Galena, US - Edward G Pitka Sr Airport (GAL)','1','0'),(1434,'','YMF',10052,39,'Galiano Island, Montague Harbour Water Aerodrome (YMF)','1','0'),(1435,'SE','GEV',10066,209,'Gallivare, SE - Gallivare Airport (GEV)','1','0'),(1436,'US','GUP',10069,231,'Gallup, US - Gallup Municipal (GUP)','1','0'),(1437,'US','GLS',10074,231,'Galveston, US - Scholes International at Galveston (GLS)','1','0'),(1438,'','GAX',10079,80,'Gamba, Gamba Airport (GAX)','1','0'),(1439,'ET','GMB',10084,70,'Gambela, ET - Gambela Airport (GMB)','1','0'),(1440,'US','GAM',10085,231,'Gambell, US - Gambell Airport (GAM)','1','0'),(1441,'CA','YQX',10097,39,'Gander, CA - Gander Intl Airport (YQX)','1','0'),(1442,'CN','KOW',10111,46,'Ganzhou, CN - Ganzhou Huangjin Airport (KOW)','1','0'),(1443,'','XGA',10114,35,'Gaoua, Gaoua Airport (XGA)','1','0'),(1444,'US','GCK',31039,231,'Garden City, US - Garden City Regional Airport (GCK)','1','0'),(1445,'CM','GOU',10165,38,'Garoua, CM - Garoua Intl Airport (GOU)','1','0'),(1446,'CA','YGP',10185,39,'Gaspe, CA - Michel Pouliot Gaspe Airport (YGP)','1','0'),(1447,'SA','ELQ',10188,186,'Gassim, SA - Gassim Airport (ELQ)','1','0'),(1448,'CA','YND',10198,39,'Gatineau, CA - Gatineau Ottawa Executive Airport (YND)','1','0'),(1449,'','GAH',10227,13,'Gayndah, Gayndah Airport (GAH)','1','0'),(1450,'TR','GZT',10229,222,'Gaziantep, TR - Sazgin Airport (GZT)','1','0'),(1451,'','BDT',10232,74,'Gbadolite, Gbadolite Airport (BDT)','1','0'),(1452,'PL','GDN',10233,174,'Gdansk, PL - Rebiechowo Airport (GDN)','1','0'),(1453,'','GEB',10236,102,'Gebe, Gebe Airport (GEB)','1','0'),(1454,'','GLC',10253,70,'Geladi, Geladi Airport (GLC)','1','0'),(1455,'ET','ETE',10269,70,'Genda Wuha, ET - Genda Wuha Airport (ETE)','1','0'),(1456,'AR','GNR',10271,10,'General Roca, AR - Dr. Arturo Umberto Illia (GNR)','1','0'),(1457,'CH','GVA',10276,210,'Geneva, CH - Geneva (Cointrin) Intl Airport (GVA)','1','0'),(1458,'IT','GOA',10282,107,'Genoa, IT - Cristoforo Colombo Airport (GOA)','1','0'),(1459,'ZA','GRJ',10294,195,'George, ZA - George Airport (GRJ)','1','0'),(1460,'','GEE',10295,132,'George Town, George Town Aerodrome (GEE)','1','0'),(1461,'BS','GGT',10297,16,'George Town, BS - George Town - Exuma Island Airport (GGT)','1','0'),(1462,'','GTT',10300,39,'Georgetown, Georgetown Airport (GTT)','1','0'),(1463,'GY','GEO',10304,94,'Georgetown, GY - Timehri Airport (GEO)','1','0'),(1464,'CA','YGQ',10313,39,'Geraldton, CA - Greenstone Regional Airport (YGQ)','1','0'),(1465,'AU','GET',10314,13,'Geraldton, AU - Geraldton Airport (GET)','1','0'),(1466,'AU','GEX',10314,13,'Geraldton, AU - Geelong Airport (closed) (GEX)','1','0'),(1467,'ES','GRO',10344,199,'Gerona, ES - Girona-Costa Brava Airport (GRO)','1','0'),(1468,'CA','ZGS',10357,39,'Gethsemani, CA - La Romaine Airport (ZGS)','1','0'),(1469,'','GTY',10358,231,'Gettysburg, Gettysburg Regional Airport (GTY)','1','0'),(1470,'LY','LTD',10365,123,'Ghadames, LY - Ghadames Airport (LTD)','1','0'),(1471,'','GNZ',10369,28,'Ghanzi, Ghanzi Airport (GNZ)','1','0'),(1472,'DZ','GHA',10370,3,'Ghardaia, DZ - Noumerat-Moufdi Zakaria Airport (GHA)','1','0'),(1473,'LY','GHT',10371,123,'Ghat, LY - Ghat Airport (GHT)','1','0'),(1474,'GI','GIB',10389,85,'Gibraltar, GI - North Front Airport (GIB)','1','0'),(1475,'CA','YGX',10419,39,'Gillam, CA - Gillam Airport (YGX)','1','0'),(1476,'US','GCC',10423,231,'Gillette, US - Campbell County Airport (GCC)','1','0'),(1477,'','AQY',10452,231,'Girdwood, Girdwood Airport (AQY)','1','0'),(1478,'NZ','GIS',10457,157,'Gisborne, NZ - Gisborne Airport (GIS)','1','0'),(1479,'','GYI',10459,508,'Gisenyi, Gisenyi Airport (GYI)','1','0'),(1480,'','GIY',10472,195,'Giyani, Giyani Airport (GIY)','1','0'),(1481,'SA','GIZ',10474,186,'Gizan, SA - Gizan Airport (GIZ)','1','0'),(1482,'SB','GZO',10475,193,'Gizo, SB - Nusatupe Airport (GZO)','1','0'),(1483,'CA','YHK',10480,39,'Gjoa Haven, CA - Gjoa Haven Airport (YHK)','1','0'),(1484,'AU','GLT',10488,13,'Gladstone, AU - Gladstone Airport (GLT)','1','0'),(1485,'US','GDV',10515,231,'Glendive, US - Dawson Community Airport (GDV)','1','0'),(1486,'','GLG',10525,13,'Glengyle, Glengyle Airport (GLG)','1','0'),(1487,'','GLB',10551,231,'Globe, San Carlos Apache Airport (GLB)','1','0'),(1488,'GB','GLO',10561,482,'Gloucester, GB - Gloucestershire Airport (GLO)','1','0'),(1489,'IN','GOI',10576,101,'Goa, IN - Dabolim Airport (GOI)','1','0'),(1490,'ET','GOB',10578,70,'Goba, ET - Goba Airport (GOB)','1','0'),(1491,'','GGS',10579,10,'Gobernador Gregores, Gobernador Gregores Airport (GGS)','1','0'),(1492,'GL','JGO',10592,87,'Godhavn, GL - Qeqertarsuaq Heliport (JGO)','1','0'),(1493,'CA','YGO',10594,39,'Gods Narrows, CA - Gods Lake Narrows Airport (YGO)','1','0'),(1494,'CA','ZGI',34706,39,'Gods River, CA - Gods River Airport (ZGI)','1','0'),(1495,'BR','GYN',10607,30,'Goiania, BR - Santa Genoveva Airport (GYN)','1','0'),(1496,'','GLL',10610,164,'Gol, Gol Airport, Klanten (GLL)','1','0'),(1497,'CR','GLF',10635,54,'Golfito, CR - Golfito Airport (GLF)','1','0'),(1498,'US','GLV',10640,231,'Golovin, US - Golovin Airport (GLV)','1','0'),(1499,'BY','GME',10645,20,'Gomel, BY - Gomel Airport (GME)','1','0'),(1500,'ET','GDQ',10650,70,'Gondar, ET - Gondar Airport (GDQ)','1','0'),(1501,'','GNG',10666,231,'Gooding, Gooding Municipal Airport (GNG)','1','0'),(1502,'US','GLD',10667,231,'Goodland, US - Goodland Municipal (Renner Field) (GLD)','1','0'),(1503,'US','GYR',10673,231,'Goodyear, US - Phoenix Goodyear (GYR)','1','0'),(1504,'','GOO',10677,13,'Goondiwindi, Goondiwindi Airport (GOO)','1','0'),(1505,'','GOC',10684,110,'Gora, Gora Airport (GOC)','1','0'),(1506,'IN','GOP',10685,101,'Gorakhpur, IN - Gorakhpur Airport (GOP)','1','0'),(1507,'','GRN',10688,231,'Gordon, Gordon Municipal Airport (GRN)','1','0'),(1508,'ET','GOR',10693,70,'Gore, ET - Gore Airport (GOR)','1','0'),(1509,'','YZE',10694,39,'Gore Bay, Gore Bay-Manitoulin Airport (YZE)','1','0'),(1510,'BG','GOZ',10711,34,'Gorna Orechovitsa, BG - Gorna Oryahovitsa Airport (GOZ)','1','0'),(1511,'PG','GKA',10713,170,'Goroka, PG - Goroka Airport (GKA)','1','0'),(1512,'','XGG',10715,35,'Gorom-gorom, Gorom Gorom Airport (XGG)','1','0'),(1513,'ID','GTO',10716,102,'Gorontalo, ID - Jalaluddin Airport (GTO)','1','0'),(1514,'','GOS',10721,13,'Gosford, Gosford Airport (GOS)','1','0'),(1515,'SE','GOT',10734,209,'Gothenburg, SE - Landvetter Airport (GOT)','1','0'),(1516,'SE','GSE',10734,209,'Gothenburg, SE - Gothenburg City Airport (GSE)','1','0'),(1517,'AU','GUL',10744,13,'Goulburn, AU - Goulburn (GUL)','1','0'),(1518,'BS','GHB',10763,16,'Governors Harbour, BS - Governors Harbour - Eleuthera Airport (GHB)','1','0'),(1519,'','OYA',10764,10,'Goya, Goya Airport (OYA)','1','0'),(1520,'','AHS',10780,97,'Gracias, Ahuas Airport (AHS)','1','0'),(1521,'','GAC',10780,97,'Gracias, Gracias Airport (GAC)','1','0'),(1522,'PT','GRW',10781,175,'Graciosa Island, PT - Graciosa Airport (GRW)','1','0'),(1523,'AU','GFN',10794,13,'Grafton, AU - Grafton Airport (GFN)','1','0'),(1524,'ES','GRX',10810,199,'Granada, ES - Federico Garcia Lorca Granada-Jaen Airport (GRX)','1','0'),(1525,'US','GCN',31054,231,'Grand Canyon, US - Grand Canyon National Park Airport (GCN)','1','0'),(1526,'','VLE',31054,231,'Grand Canyon, Valle Airport (VLE)','1','0'),(1527,'US','GFK',31060,231,'Grand Forks, US - Grand Forks Intl Airport (GFK)','1','0'),(1528,'US','GRI',31062,231,'Grand Island, US - Central Nebraska Regional Airport (GRI)','1','0'),(1529,'US','GJT',31064,231,'Grand Junction, US - Grand Junction Regional Airport (GJT)','1','0'),(1530,'','GRM',31067,231,'Grand Marais, Grand Marais/Cook County Airport (GRM)','1','0'),(1531,'US','GPZ',31072,231,'Grand Rapids, US - Grand Rapids-Itasca County Airport (GPZ)','1','0'),(1532,'US','GRR',31072,231,'Grand Rapids, US - Gerald R. Ford Intl Airport (GRR)','1','0'),(1533,'','GBJ',10828,89,'Grand-bourg, Marie-Galante Airport (GBJ)','1','0'),(1534,'','YGC',10832,39,'Grande Cache, Grande Cache Airport (YGC)','1','0'),(1535,'CA','YQU',34714,39,'Grande Prairie, CA - Grande Prairie Airport (YQU)','1','0'),(1536,'','IDH',10849,231,'Grangeville, Idaho County Airport (IDH)','1','0'),(1537,'US','KGX',10891,231,'Grayling, US - Grayling Airport (KGX)','1','0'),(1538,'US','GRB',31077,231,'Green Bay, US - Austin Straubel Intl Airport (GRB)','1','0'),(1539,'TW','GNI',10916,212,'Green Island, TW - Lyudao (Green Island) Airport (GNI)','1','0'),(1540,'','GVI',31082,231,'Green River, Green River Airport (GVI)','1','0'),(1541,'','RVR',31082,231,'Green River, Green River Municipal Airport (RVR)','1','0'),(1542,'US','GSO',10935,231,'Greensboro, US - Piedmont Triad Intl Airport (GSO)','1','0'),(1543,'US','INT',10935,231,'Greensboro, US - Smith Reynolds Airport (INT)','1','0'),(1544,'','GDC',10941,231,'Greenville, Donaldson Center Airport (GDC)','1','0'),(1545,'US','GLH',10941,231,'Greenville, US - Mid Delta Regional Airport (GLH)','1','0'),(1546,'US','GSP',10941,231,'Greenville, US - Greenville Spartanburg Intl Airport (GSP)','1','0'),(1547,'US','PGV',10941,231,'Greenville, US - Pitt Greenville Airport (PGV)','1','0'),(1548,'','SNI',10941,231,'Greenville, Greenville/Sinoe Airport (SNI)','1','0'),(1549,'GD','GND',10957,88,'Grenada, GD - Point Saline Intl Airport (GND)','1','0'),(1550,'FR','GNB',10960,76,'Grenoble, FR - St Geoirs Airport (GNB)','1','0'),(1551,'US','GEY',10979,231,'Greybull, US - South Big Horn County (GEY)','1','0'),(1552,'','GMN',10981,157,'Greymouth, Greymouth Airport (GMN)','1','0'),(1553,'AU','GFF',10989,13,'Griffith, AU - Griffith Airport (GFF)','1','0'),(1554,'IS','GRY',10999,100,'Grimsey, IS - Grimsey Airport (GRY)','1','0'),(1555,'CA','YGZ',11009,39,'Grise Fiord, CA - Grise Fiord Airport (YGZ)','1','0'),(1556,'NL','GRQ',11025,154,'Groningen, NL - Groningen Airport Eelde (GRQ)','1','0'),(1557,'AU','GTE',11030,13,'Groote Eylandt, AU - Groote Eylandt Airport (GTE)','1','0'),(1558,'US','GON',11052,231,'Groton, US - Groton - New London Airport (GON)','1','0'),(1559,'RU','GRV',11062,181,'Groznyj, RU - Grozny Airport (GRV)','1','0'),(1560,'','GDP',11083,141,'Guadalupe, Guadalupe Airport (GDP)','1','0'),(1561,'HN','GJA',11103,97,'Guanaja, HN - Guanaja Airport (GJA)','1','0'),(1562,'CN','ZUI',11106,46,'Guangdong, CN - GUANGDONG Airport (ZUI)','1','0'),(1563,'','GHN',11107,46,'Guanghan, Guanghan Airport (GHN)','1','0'),(1564,'CN','CAN',11108,46,'Guangzhou, CN - Guangzhou Baiyun Intl Airport (CAN)','1','0'),(1565,'CO','GPI',11114,49,'Guapi, CO - Juan Casiano Solis Airport (GPI)','1','0'),(1566,'','GUZ',11117,30,'Guarapari, Guarapari Airport (GUZ)','1','0'),(1567,'EC','GYE',11135,64,'Guayaquil, EC - Jose Joaquin de Olmedo Intl Airport (GYE)','1','0'),(1568,'BO','GYA',11136,26,'Guayaramerin, BO - Guayaramerin Airport (GYA)','1','0'),(1569,'MX','GYM',11138,141,'Guaymas, MX - Gen Jose Maria Yanez Intl Airport (GYM)','1','0'),(1570,'GB','GCI',11156,482,'Guernsey, GB - Guernsey Airport (GCI)','1','0'),(1571,'CN','KWL',11177,46,'Guilin, CN - Guilin Liangjiang Intl Airport (KWL)','1','0'),(1572,'CN','KWE',11190,46,'Guiyang, CN - Guiyang Longdongbao Intl Airport (KWE)','1','0'),(1573,'','BFJ',11191,46,'Guizhou, Bijie Feixiong Airport (BFJ)','1','0'),(1574,'','ULU',11200,226,'Gulu, Gulu Airport (ULU)','1','0'),(1575,'','GUX',11209,101,'Guna, Guna Airport (GUX)','1','0'),(1576,'','GUH',11215,13,'Gunnedah, Gunnedah Airport (GUH)','1','0'),(1577,'US','GUC',11216,231,'Gunnison, US - Crested Butte Regional Airport (GUC)','1','0'),(1578,'MY','MZV',11219,132,'Gunung Mulu National Park, MY - Mulu Airport (MZV)','1','0'),(1579,'SA','URY',11223,186,'Gurayat, SA - Gurayat Airport (URY)','1','0'),(1580,'','GRP',11228,30,'Gurupi, Gurupi Airport (GRP)','1','0'),(1581,'','BQV',11233,231,'Gustavus, Bartlett Cove Seaplane Base (BQV)','1','0'),(1582,'IN','GAU',11240,101,'Guwahati, IN - Borjhar Airport (GAU)','1','0'),(1583,'IN','GWL',11248,101,'Gwalior, IN - Gwalior Airport (GWL)','1','0'),(1584,'','GWE',11251,243,'Gweru, Thornhill Air Base (GWE)','1','0'),(1585,'AU','GYP',11259,13,'Gympie, AU - Gympie (GYP)','1','0'),(1586,'US','HGR',11310,231,'Hagerstown, US - Hagerstown Airport (HGR)','1','0'),(1587,'IL','HFA',11328,106,'Haifa, IL - Haifa Airport (HFA)','1','0'),(1588,'CN','HAK',11332,46,'Haikou, CN - Haikou Meilan Intl Airport (HAK)','1','0'),(1589,'SA','HAS',11334,186,'Hail, SA - Hail Airport (HAS)','1','0'),(1590,'CN','HLD',11335,46,'Hailar, CN - Hailar Dongshan Airport (HLD)','1','0'),(1591,'US','SUN',11336,231,'Hailey, US - Friedman Memorial Airport (SUN)','1','0'),(1592,'US','HNS',11346,231,'Haines, US - Haines Airport (HNS)','1','0'),(1593,'','YHT',11347,39,'Haines Junction, Haines Junction Airport (YHT)','1','0'),(1594,'JP','HKD',11357,110,'Hakodate, JP - Hakodate Airport (HKD)','1','0'),(1595,'CA','YAW',11381,39,'Halifax, CA - Halifax/Shearwater (YAW)','1','0'),(1596,'CA','YHZ',11381,39,'Halifax, CA - Robert Stanfield Intl Airport (YHZ)','1','0'),(1597,'CA','YUX',11384,39,'Hall Beach, CA - Hall Beach Airport (YUX)','1','0'),(1598,'AU','HCQ',11398,13,'Halls Creek, AU - Halls Creek (HCQ)','1','0'),(1599,'SE','HAD',11404,209,'Halmstad, SE - Halmstad Airport (HAD)','1','0'),(1600,'DE','HAM',11426,83,'Hamburg, DE - Hamburg-Fuhlsbuttel Airport (HAM)','1','0'),(1601,'DE','LBC',11426,83,'Hamburg, DE - Lubeck Blankensee Airport (LBC)','1','0'),(1602,'NZ','HLZ',11437,157,'Hamilton, NZ - Hamilton (New Zealand) Airport (HLZ)','1','0'),(1603,'US','HAO',11434,231,'Hamilton, US - Butler County Regional (HAO)','1','0'),(1604,'CA','YHM',11435,39,'Hamilton, CA - John Munro Hamilton Intl Airport (YHM)','1','0'),(1605,'NO','HFT',11445,164,'Hammerfest, NO - Hammerfest Airport (HFT)','1','0'),(1606,'','HPT',11454,13,'Hampton, Hampton Municipal Airport (HPT)','1','0'),(1607,'US','CMX',11469,231,'Hancock, US - Hancock County Memorial Airport (CMX)','1','0'),(1608,'VN','HAN',11487,236,'Hanoi, VN - Noi-Bai Airport (HAN)','1','0'),(1609,'ZW','HRE',11507,243,'Harare, ZW - Harare Intl Airport (HRE)','1','0'),(1610,'CN','HRB',11510,46,'Harbin, CN - Harbin Taiping Intl Airport (HRB)','1','0'),(1611,'US','HRL',11543,231,'Harlingen, US - Valley Intl Airport (HRL)','1','0'),(1612,'','CPA',11551,231,'Harper, Cape Palmas Airport (CPA)','1','0'),(1613,'','HAR',11558,231,'Harrisburg, Capital City Airport (HAR)','1','0'),(1614,'','HSB',11558,231,'Harrisburg, Harrisburg-Raleigh Airport (HSB)','1','0'),(1615,'US','MDT',11558,231,'Harrisburg, US - Harrisburg Intl Airport (MDT)','1','0'),(1616,'US','GPT',11561,231,'Harrison, US - Biloxi Intl Airport (GPT)','1','0'),(1617,'US','HRO',11561,231,'Harrison, US - Boone County Airport (HRO)','1','0'),(1618,'US','BDL',11574,231,'Hartford, US - Bradley Intl Airport (BDL)','1','0'),(1619,'US','HFD',11574,231,'Hartford, US - Brainard - Hartford (HFD)','1','0'),(1620,'','YTB',11581,39,'Hartley Bay, Hartley Bay Water Aerodrome (YTB)','1','0'),(1621,'','HKV',11598,34,'Haskovo, Haskovo Malevo Airport (HKV)','1','0'),(1622,'DZ','HME',11605,3,'Hassi Messaoud, DZ - Oued Irara-Krim Belkacem Airport (HME)','1','0'),(1623,'US','HSI',11610,231,'Hastings, US - Hastings Municipal (HSI)','1','0'),(1624,'NO','HAA',11615,164,'Hasvik, NO - Hasvik Airport (HAA)','1','0'),(1625,'TH','HDY',11617,215,'Hat Yai, TH - Hat Yai Airport (HDY)','1','0'),(1626,'JP','HTR',11622,110,'Hateruma, JP - Hateruma (HTR)','1','0'),(1627,'US','HBG',11632,231,'Hattiesburg, US - Bobby L. Chain Municipal (HBG)','1','0'),(1628,'NO','HAU',11637,164,'Haugesund, NO - Haugesund Airport Karmoy (HAU)','1','0'),(1629,'','UPB',11654,231,'Havana, Playa Baracoa Airport (UPB)','1','0'),(1630,'CU','HAV',11655,56,'Havana, CU - Jose Marti Intl Airport (HAV)','1','0'),(1631,'US','HVR',11669,231,'Havre, US - Havre City-County Airport (HVR)','1','0'),(1632,'','HWK',11689,13,'Hawker, Wilpena Pound Airport (HWK)','1','0'),(1633,'US','HHR',11703,231,'Hawthorne, US - Hawthorne Municipal (Jack Northrop Field) (HHR)','1','0'),(1634,'','HTH',11703,231,'Hawthorne, Hawthorne Industrial Airport (HTH)','1','0'),(1635,'AU','HXX',11704,13,'Hay, AU - Hay (HXX)','1','0'),(1636,'US','HDN',11706,231,'Hayden, US - Yampa Valley Regional Airport (HDN)','1','0'),(1637,'US','SBS',11706,231,'Hayden, US - Steamboat Springs (Bob Adams Field) (SBS)','1','0'),(1638,'AU','HIS',11713,13,'Hayman, AU - Hayman Island Airport (HIS)','1','0'),(1639,'US','HYS',11715,231,'Hays, US - Hays Regional Airport (HYS)','1','0'),(1640,'','HZV',11735,195,'Hazyview, Hazyview Airport (HZV)','1','0'),(1641,'','YHF',11745,39,'Hearst, Hearst (René Fontaine) Municipal Airport (YHF)','1','0'),(1642,'CN','HFE',11771,46,'Hefei, CN - Hefei Luogang Intl Airport (HFE)','1','0'),(1643,'','HEI',31109,83,'Heide, Heide–Büsum Airport (HEI)','1','0'),(1644,'US','HLN',11808,231,'Helena, US - Helena Regional Airport (HLN)','1','0'),(1645,'DE','HGL',11812,83,'Helgoland, DE - Heligoland Airport (HGL)','1','0'),(1646,'SE','AGH',11831,209,'Helsingborg, SE - Helsingborg Airport (AGH)','1','0'),(1647,'FI','HEL',11834,75,'Helsinki, FI - Vantaa Airport (HEL)','1','0'),(1648,'US','HMT',11841,231,'Hemet, US - Hemet Ryan (HMT)','1','0'),(1649,'','HNY',11854,46,'Hengyang, Hengyang Nanyue Airport (HNY)','1','0'),(1650,'','HMG',11905,83,'Hermannsburg, Hermannsburg Airport (HMG)','1','0'),(1651,'','HES',11915,482,'Hermiston, Hermiston Municipal Airport (HES)','1','0'),(1652,'MX','HMO',11920,141,'Hermosillo, MX - Gen Ignacio Pesqueira Intl Airport (HMO)','1','0'),(1653,'AU','HVB',11946,13,'Hervey Bay, AU - Hervey Bay Airport (HVB)','1','0'),(1654,'US','HIB',11984,231,'Hibbing, US - Range Regional Airport (HIB)','1','0'),(1655,'US','HKY',11985,231,'Hickory, US - Hickory Regional Airport (HKY)','1','0'),(1656,'CA','YOJ',12005,39,'High Level, CA - High Level (YOJ)','1','0'),(1657,'','HGE',12018,235,'Higuerote, Higuerote Airport (HGE)','1','0'),(1658,'','HLC',31112,231,'Hill City, Hill City Municipal Airport (HLC)','1','0'),(1659,'','HLL',12040,231,'Hillside, Hillside Airport (HLL)','1','0'),(1660,'US','ITO',31113,231,'Hilo, US - Hilo Intl Airport (ITO)','1','0'),(1661,'','YJP',12070,231,'Hinton, Hinton/Jasper-Hinton Airport (YJP)','1','0'),(1662,'','HSS',12082,34,'Hisar, Hisar Airport (HSS)','1','0'),(1663,'VN','SGN',31115,236,'Ho Chi Minh City, VN - Tan Son Nhut Airport (SGN)','1','0'),(1664,'','HBR',12102,231,'Hobart, Hobart Regional Airport (HBR)','1','0'),(1665,'AU','HBA',12103,13,'Hobart, AU - Hobart Intl Airport (HBA)','1','0'),(1666,'','HBB',12104,231,'Hobbs, Hobbs Industrial Airpark (HBB)','1','0'),(1667,'US','HOB',12104,231,'Hobbs, US - Lea County Regional Airport (HOB)','1','0'),(1668,'YE','HOD',12119,240,'Hodeidah, YE - Hodeidah Intl Airport (HOD)','1','0'),(1669,'DE','HOQ',31119,83,'Hof, DE - Plauen Airport (HOQ)','1','0'),(1670,'CN','HET',12147,46,'Hohhot, CN - Hohhot Baita Intl Airport (HET)','1','0'),(1671,'NZ','HKK',12155,157,'Hokitika, NZ - Hokitika Airport (HKK)','1','0'),(1672,'JP','AKJ',12156,110,'Hokkaido, JP - Asahikawa Airport (AKJ)','1','0'),(1673,'','HBK',12163,13,'Holbrook, Holbrook Municipal Airport (HBK)','1','0'),(1674,'','HDE',12168,231,'Holdrege, Brewster Field (HDE)','1','0'),(1675,'CU','HOG',12171,56,'Holguin, CU - Frank Pais Airport (HOG)','1','0'),(1676,'US','HYL',12180,231,'Hollis, US - Hollis Seaplane Base (HYL)','1','0'),(1677,'','HLI',12181,231,'Hollister, Hollister Municipal Airport (HLI)','1','0'),(1678,'US','HCR',12206,231,'Holy Cross, US - Holy Cross Airport (HCR)','1','0'),(1679,'GB','HLY',12207,482,'Holyhead, GB - Holyhead Railway Station (HLY)','1','0'),(1680,'US','HOM',12216,231,'Homer, US - Homer Airport (HOM)','1','0'),(1681,'US','HST',12217,231,'Homestead, US - Homestead Air Reserve Base (HST)','1','0'),(1682,'HK','HKG',12232,98,'Hong Kong, HK - Hong Kong Intl Airport (HKG)','1','0'),(1683,'SB','HIR',12236,193,'Honiara, SB - Henderson Airport (HIR)','1','0'),(1684,'NO','HVG',12239,164,'Honningsvag, NO - Honningsvag Airport Valan (HVG)','1','0'),(1685,'US','HNL',12245,231,'Honolulu, US - Honolulu Intl Airport (HNL)','1','0'),(1686,'US','MKK',12256,231,'Hoolehua, US - Molokai Airport (MKK)','1','0'),(1687,'US','HNH',12257,231,'Hoonah, US - Hoonah Airport (HNH)','1','0'),(1688,'US','HPB',12259,231,'Hooper Bay, US - Hooper Bay Airport (HPB)','1','0'),(1689,'CA','YHO',12266,39,'Hopedale, CA - Hopedale Airport (YHO)','1','0'),(1690,'','HTU',12267,13,'Hopetoun, Hopetoun Airport (HTU)','1','0'),(1691,'US','HOP',12273,231,'Hopkinsville, US - Campbell Army Airfield (HOP)','1','0'),(1692,'US','HQM',12275,231,'Hoquiam, US - Bowerman (HQM)','1','0'),(1693,'IS','HFN',12283,100,'Hornafjordur, IS - Hornafjordur (HFN)','1','0'),(1694,'','YHN',12291,39,'Hornepayne, Hornepayne Municipal Airport (YHN)','1','0'),(1695,'AU','HSM',12308,13,'Horsham, AU - Horsham (HSM)','1','0'),(1696,'US','HOT',31127,231,'Hot Springs, US - Memorial Field Airport (HOT)','1','0'),(1697,'LY','HUQ',12350,123,'Houn, LY - Hun Airport (HUQ)','1','0'),(1698,'US','AAP',12354,231,'Houston, US - ANDRAU AIRPARK Airport (AAP)','1','0'),(1699,'US','EFD',12354,231,'Houston, US - Ellington Airport (EFD)','1','0'),(1700,'US','HOU',12354,231,'Houston, US - William P. Hobby Airport (HOU)','1','0'),(1701,'US','IAH',12354,231,'Houston, US - George Bush Intercontinental Airport (IAH)','1','0'),(1702,'','HSZ',12382,212,'Hsinchu, Hsinchu Air Base (HSZ)','1','0'),(1703,'TH','HHQ',34236,215,'Hua Hin, TH - Hua Hin Airport (HHQ)','1','0'),(1704,'TW','HUN',12392,212,'Hualien, TW - Hualien Airport (HUN)','1','0'),(1705,'AO','NOV',12394,6,'Huambo, AO - Albano Machado Airport (NOV)','1','0'),(1706,'CN','HYN',12400,46,'Huangyan, CN - Taizhou (Huangyan) Luqiao Airport (HYN)','1','0'),(1707,'MX','HUX',12405,141,'Huatulco, MX - Bahias de Huatulco Intl Airport (HUX)','1','0'),(1708,'IN','HBX',12411,101,'Hubli, IN - Hubli Airport (HBX)','1','0'),(1709,'SE','HUV',12416,209,'Hudiksvall, SE - Hudiksvall Airport (HUV)','1','0'),(1710,'','HCC',12417,39,'Hudson, Columbia County Airport (HCC)','1','0'),(1711,'','YNH',12419,39,'Hudson\'s Hope, Hudson\'s Hope Airport (YNH)','1','0'),(1712,'','HUG',12423,91,'Huehuetenango, Huehuetenango Airport (HUG)','1','0'),(1713,'AU','HGD',12433,13,'Hughenden, AU - Hughenden Airport (HGD)','1','0'),(1714,'US','HUS',12434,231,'Hughes, US - Hughes Airport (HUS)','1','0'),(1715,'','HUJ',12435,231,'Hugo, Stan Stamper Municipal Airport (HUJ)','1','0'),(1716,'SE','HLF',12451,209,'Hultsfred, SE - Hultsfred - Vimmerby (HLF)','1','0'),(1717,'','HUC',12452,176,'Humacao, Humacao Airport (HUC)','1','0'),(1718,'GB','HUY',12454,482,'Humberside, GB - Humberside Airport (HUY)','1','0'),(1719,'','HUD',12457,39,'Humboldt, Humboldt Municipal Airport (HUD)','1','0'),(1720,'ET','HUE',12461,70,'Humera, ET - Humera Airport (HUE)','1','0'),(1721,'US','HSV',12494,231,'Huntsville, US - Huntsville Intl Airport / Carl T Jones Field (HSV)','1','0'),(1722,'','HTV',12494,231,'Huntsville, Huntsville Municipal Airport (HTV)','1','0'),(1723,'EG','HRG',12496,65,'Hurghada, EG - Hurghada Airport (HRG)','1','0'),(1724,'US','HON',12500,231,'Huron, US - Huron Regional Airport (HON)','1','0'),(1725,'IS','HZK',12505,100,'Husavik, IS - Husavik Airport (HZK)','1','0'),(1726,'US','HSL',12509,231,'Huslia, US - Huslia Airport (HSL)','1','0'),(1727,'','QHU',12511,59,'Husum, Husum Schwesing Airport (QHU)','1','0'),(1728,'','WKI',12529,243,'Hwange, Hwange Town Airport (WKI)','1','0'),(1729,'US','HYA',12530,231,'Hyannis, US - Barnstable Municipal Apt/Boardman-Polanco Field (HYA)','1','0'),(1730,'US','HYG',12532,231,'Hydaburg, US - Hydaburg Seaplane Base (HYG)','1','0'),(1731,'','WHD',12537,231,'Hyder, Hyder Seaplane Base (WHD)','1','0'),(1732,'IN','BPM',12538,101,'Hyderabad, IN - Begumpet Airport (BPM)','1','0'),(1733,'','HDD',12538,101,'Hyderabad, Hyderabad Airport (HDD)','1','0'),(1734,'IN','HYD',12538,101,'Hyderabad, IN - Rajiv Gandhi Intl Airport (HYD)','1','0'),(1735,'FR','TLN',12541,76,'Hyeres, FR - Toulon Airport (TLN)','1','0'),(1736,'RO','IAS',12550,179,'Iasi, RO - Iasi Intl Airport (IAS)','1','0'),(1737,'CO','IBE',12552,49,'Ibague, CO - Perales Airport (IBE)','1','0'),(1738,'ES','IBZ',12557,199,'Ibiza, ES - Ibiza Airport (IBZ)','1','0'),(1739,'','IDG',31138,231,'Ida Grove, Ida Grove Municipal Airport (IDG)','1','0'),(1740,'RU','IAA',12593,181,'Igarka, RU - Igarka Airport (IAA)','1','0'),(1741,'US','IGG',12595,231,'Igiugig, US - Igiugig Airport (IGG)','1','0'),(1742,'CA','YGT',12597,39,'Igloolik, CA - Igloolik Airport (YGT)','1','0'),(1743,'','ZUC',12599,39,'Ignace, Ignace Municipal Airport (ZUC)','1','0'),(1744,'BR','IGU',12605,30,'Iguassu Falls, BR - Cataratas Airport (IGU)','1','0'),(1745,'AR','IGR',12606,10,'Iguazu, AR - Cataratas de Iguazu Intl Airport (IGR)','1','0'),(1746,'','IHO',12608,130,'Ihosy, Ihosy Airport (IHO)','1','0'),(1747,'NC','ILP',12624,156,'Ile Des Pins, NC - Iles des Pins Airport (ILP)','1','0'),(1748,'','ILF',12628,482,'Ilford, Ilford Airport (ILF)','1','0'),(1749,'BR','IOS',12634,30,'Ilheus, BR - Eduardo Gomes Airport (IOS)','1','0'),(1750,'US','ILI',12636,231,'Iliamna, US - Iliamna Airport (ILI)','1','0'),(1751,'','IGN',12638,173,'Iligan, Maria Cristina Airport (IGN)','1','0'),(1752,'','ILA',12643,102,'Illaga, Illaga Airport (ILA)','1','0'),(1753,'DZ','VVZ',12648,3,'Illizi, DZ - Takhamalt Airport (VVZ)','1','0'),(1754,'PH','ILO',12658,173,'Iloilo, PH - Mandurriao Airport (ILO)','1','0'),(1755,'','IUL',12661,102,'Ilu, Ilu Airport (IUL)','1','0'),(1756,'BR','IMP',12677,30,'Imperatriz, BR - Imperatriz Airport (IMP)','1','0'),(1757,'','IML',12679,231,'Imperial, Imperial Municipal Airport (IML)','1','0'),(1758,'','ION',12680,51,'Impfondo, Impfondo Airport (ION)','1','0'),(1759,'IN','IMF',12681,101,'Imphal, IN - Imphal Airport (IMF)','1','0'),(1760,'DZ','IAM',31144,3,'In Amenas, DZ - In Amenas Airport (IAM)','1','0'),(1761,'','INF',31145,3,'In Guezzam, In Guezzam Airport (INF)','1','0'),(1762,'DZ','INZ',31146,3,'In Salah, DZ - In Salah Airport (INZ)','1','0'),(1763,'','INX',12685,102,'Inanwatan, Inanwatan Airport (INX)','1','0'),(1764,'','INB',12699,231,'Independence, Independence Airport (INB)','1','0'),(1765,'US','IND',31156,231,'Indianapolis, US - Indianapolis Intl Airport (IND)','1','0'),(1766,'IN','IDR',12706,101,'Indore, IN - Indore Airport (IDR)','1','0'),(1767,'','IMI',12713,136,'Ine, Ine Airport (IMI)','1','0'),(1768,'','IGS',12725,83,'Ingolstadt, Ingolstadt Manching Airport (IGS)','1','0'),(1769,'MZ','INH',12729,149,'Inhambane, MZ - Inhambane Airport (INH)','1','0'),(1770,'IE','INQ',12731,105,'Inisheer, IE - Inisheer (INQ)','1','0'),(1771,'IE','IIA',12732,105,'Inishmaan, IE - Inishmaan (IIA)','1','0'),(1772,'IE','IOR',12733,105,'Inishmore, IE - Inishmore Aerodrome (IOR)','1','0'),(1773,'','INJ',12734,13,'Injune, Injune Airport (INJ)','1','0'),(1774,'','IKP',12735,13,'Inkerman, Inkerman Airport (IKP)','1','0'),(1775,'','INM',12738,13,'Innamincka, Innamincka Airport (INM)','1','0'),(1776,'AU','IFL',12744,13,'Innisfail, AU - Innisfail (IFL)','1','0'),(1777,'AT','INN',12747,14,'Innsbruck, AT - Innsbruck Kranebitten Airport (INN)','1','0'),(1778,'','INO',12750,74,'Inongo, Inongo Airport (INO)','1','0'),(1779,'CH','ZIN',12756,210,'Interlaken, CH - Interlaken Airport (ZIN)','1','0'),(1780,'CA','YPH',12760,39,'Inukjuak, CA - Inukjuak Airport (YPH)','1','0'),(1781,'CA','YEV',12761,39,'Inuvik, CA - Inuvik (Mike Zubko) Airport (YEV)','1','0'),(1782,'NZ','IVC',12765,157,'Invercargill, NZ - Invercargill Airport (IVC)','1','0'),(1783,'AU','IVR',12767,13,'Inverell, AU - Inverell (IVR)','1','0'),(1784,'US','IYK',12779,231,'Inyokern, US - Inyokern Airport (IYK)','1','0'),(1785,'GR','IOA',12783,86,'Ioannina, GR - Ioannina Airport (IOA)','1','0'),(1786,'BR','IPN',12792,30,'Ipatinga, BR - Usiminas Airport (IPN)','1','0'),(1787,'CO','IPI',12795,49,'Ipiales, CO - San Luis Airport (IPI)','1','0'),(1788,'MY','IPH',12796,132,'Ipoh, MY - Ipoh Airport (IPH)','1','0'),(1789,'VU','IPA',12798,233,'Ipota, VU - Ipota Airport (IPA)','1','0'),(1790,'CA','YFB',12803,39,'Iqaluit, CA - Frobisher Bay Airport (YFB)','1','0'),(1791,'CL','IQQ',12804,45,'Iquique, CL - Diego Aracena Intl Airport (IQQ)','1','0'),(1792,'PE','IQT',12805,172,'Iquitos, PE - C F Secada Airport (IQT)','1','0'),(1793,'TZ','IRI',12817,214,'Iringa, TZ - Nduli Airport (IRI)','1','0'),(1794,'RU','IKT',12818,181,'Irkutsk, RU - Southeast Airport (IKT)','1','0'),(1795,'US','IWD',12822,231,'Ironwood, US - Gogebic-Iron County Airport (IWD)','1','0'),(1796,'IS','IFJ',12836,100,'Isafjordur, IS - Isafjordur Airport (IFJ)','1','0'),(1797,'IR','IFN',12846,103,'Isfahan, IR - Isfahan Airport (IFN)','1','0'),(1798,'JP','ISG',12847,110,'Ishigaki, JP - New Ishigaki Airport (ISG)','1','0'),(1799,'','ISI',12855,13,'Isisford, Isisford Airport (ISI)','1','0'),(1800,'PK','ISB',12865,166,'Islamabad, PK - Islamabad Intl Airport (ISB)','1','0'),(1801,'GB','IOM',31187,482,'Isle Of Man, GB - Ronaldsway Airport (IOM)','1','0'),(1802,'','SKL',31190,482,'Isle Of Skye, Broadford Airfield (SKL)','1','0'),(1803,'GB','ISC',12880,482,'Isles Of Scilly, GB - St Mary`s Airport (ISC)','1','0'),(1804,'GB','TSO',12880,482,'Isles Of Scilly, GB - Tresco Airport (TSO)','1','0'),(1805,'TR','IST',12905,222,'Istanbul, TR - Ataturk Intl Airport (IST)','1','0'),(1806,'TR','SAW',12905,222,'Istanbul, TR - Sabiha Gokcen Airport (SAW)','1','0'),(1807,'US','ITH',12926,231,'Ithaca, US - Tompkins County Airport (ITH)','1','0'),(1808,'FI','IVL',12936,75,'Ivalo, FI - Ivalo Airport (IVL)','1','0'),(1809,'','KIB',12937,231,'Ivanof Bay, Ivanof Bay Seaplane Base (KIB)','1','0'),(1810,'CA','YIK',12943,39,'Ivujivik, CA - Ivujivik Airport (YIK)','1','0'),(1811,'','IWK',12945,110,'Iwakuni, Marine Corps Air Station Iwakuni (IWK)','1','0'),(1812,'MX','ZIH',12951,141,'Ixtapa, MX - Ixtapa-Zihuatanejo Intl Airport (ZIH)','1','0'),(1813,'TR','ADB',12958,222,'Izmir, TR - Adnan Menderes Airport (ADB)','1','0'),(1814,'JP','IZO',12968,110,'Izumo, JP - Izumo En-Musubi Airport (IZO)','1','0'),(1815,'IN','JLR',12971,101,'Jabalpur, IN - Dumna Airport (JLR)','1','0'),(1816,'AU','JAB',12973,13,'Jabiru, AU - Jabiru (JAB)','1','0'),(1817,'','KPT',12979,231,'Jackpot, Jackpot Airport (KPT)','1','0'),(1818,'US','JAX',12982,231,'Jacksonville, US - Jacksonville Intl Airport (JAX)','1','0'),(1819,'','JKV',12982,231,'Jacksonville, Cherokee County Airport (JKV)','1','0'),(1820,'PK','JAG',12984,166,'Jacobabad, PK - Jacobabad Airport (JAG)','1','0'),(1821,'','JAQ',12985,170,'Jacquinot Bay, Jacquinot Bay Airport (JAQ)','1','0'),(1822,'','JGB',12990,101,'Jagdalpur, Jagdalpur Airport (JGB)','1','0'),(1823,'IN','JAI',12995,101,'Jaipur, IN - Jaipur Airport (JAI)','1','0'),(1824,'IN','JSA',12996,101,'Jaisalmer, IN - Jaisalmer (JSA)','1','0'),(1825,'ID','CGK',12998,102,'Jakarta, ID - Soekarno-Hatta Intl Airport (CGK)','1','0'),(1826,'ID','HLP',12998,102,'Jakarta, ID - Halim Perdanakusuma Airport (HLP)','1','0'),(1827,'ID','DJB',13014,102,'Jambi, ID - Sultan Thaha Airport (DJB)','1','0'),(1828,'','HLE',13018,195,'Jamestown, Saint Helena Airport (HLE)','1','0'),(1829,'US','JHW',13019,231,'Jamestown, US - Chautauqua County-Jamestown Airport (JHW)','1','0'),(1830,'IN','IXJ',13021,101,'Jammu, IN - Satwari Airport (IXJ)','1','0'),(1831,'IN','JGA',13022,101,'Jamnagar, IN - Govardhanpur Airport (JGA)','1','0'),(1832,'IN','IXW',13024,101,'Jamshedpur, IN - Sonari (IXW)','1','0'),(1833,'','YJA',13043,231,'Jasper, Jasper Airport (YJA)','1','0'),(1834,'ID','DJJ',13058,102,'Jayapura, ID - Sentani - Jayapura Airport (DJJ)','1','0'),(1835,'AE','DWC',13062,228,'Jebel Ali, AE - Dubai World Central - Al Maktoum Intl Airport (DWC)','1','0'),(1836,'SA','JED',13067,186,'Jeddah, SA - King Abdul Aziz Intl Airport (JED)','1','0'),(1837,'MH','JEJ',13070,136,'Jeh, MH - Jeh Airport (JEJ)','1','0'),(1838,'','JBB',13078,102,'Jember, Notohadinegoro Airport (JBB)','1','0'),(1839,'','ZJG',13087,39,'Jenpeg, Jenpeg Airport (ZJG)','1','0'),(1840,'','CHN',13089,197,'Jeonju, Jeonju Airport (CHN)','1','0'),(1841,'GB','JER',13099,482,'Jersey, GB - Jersey Airport (JER)','1','0'),(1842,'','JRS',13104,106,'Jerusalem, Atarot Airport (JRS)','1','0'),(1843,'BD','JSR',13112,18,'Jessore, BD - Jessore Airport (JSR)','1','0'),(1844,'','PYB',13120,101,'Jeypore, Jeypore Airport (PYB)','1','0'),(1845,'CN','JMU',13125,46,'Jiamusi, CN - Jiamusi Dongjiao Airport (JMU)','1','0'),(1846,'CN','JGN',13140,46,'Jiayuguan, CN - Jiayuguan Airport (JGN)','1','0'),(1847,'DZ','GJL',13142,3,'Jijel, DZ - Jijel Ferhat Abbas Airport (GJL)','1','0'),(1848,'','DBC',13145,46,'Jilin, Baicheng Chang\'an Airport (DBC)','1','0'),(1849,'ET','JIM',13149,70,'Jimma, ET - Jimma Airport (JIM)','1','0'),(1850,'CN','TNA',13150,46,'Jinan, CN - Jinan Yaoqiang Intl Airport (TNA)','1','0'),(1851,'','SHS',13159,46,'Jingzhou, Shashi Airport (SHS)','1','0'),(1852,'','JIN',13162,226,'Jinja, Jinja Airport (JIN)','1','0'),(1853,'ET','BCO',13164,70,'Jinka, ET - Baco Airport (BCO)','1','0'),(1854,'','JIW',13176,166,'Jiwani, Jiwani Airport (JIW)','1','0'),(1855,'','JXA',13177,46,'Jixi, Jixi Xingkaihu Airport (JXA)','1','0'),(1856,'BR','JPA',13181,30,'Joao Pessoa, BR - Castro Pinto Airport (JPA)','1','0'),(1857,'IN','JDH',13184,101,'Jodhpur, IN - Jodhpur Airport (JDH)','1','0'),(1858,'FI','JOE',13186,75,'Joensuu, FI - Joensuu Airport (JOE)','1','0'),(1859,'','GCJ',13189,195,'Johannesburg, Grand Central Airport (GCJ)','1','0'),(1860,'ZA','JNB',13189,195,'Johannesburg, ZA - OR Tambo Intl Airport (JNB)','1','0'),(1861,'US','JST',13199,231,'Johnstown, US - John Murtha Johnstown-Cambria County Airport (JST)','1','0'),(1862,'BR','JOI',13203,30,'Joinville, BR - Joinville - Cubatao Airport (JOI)','1','0'),(1863,'','JMO',13211,153,'Jomsom, Jomsom Airport (JMO)','1','0'),(1864,'US','JBR',13216,231,'Jonesboro, US - Jonesboro Municipal Airport (JBR)','1','0'),(1865,'SE','JKG',13220,209,'Jonkoping, SE - Axamo Airport (JKG)','1','0'),(1866,'US','JLN',13225,231,'Joplin, US - Joplin Regional Airport (JLN)','1','0'),(1867,'','JDN',13230,231,'Jordan, Jordan Airport (JDN)','1','0'),(1868,'IN','JRH',13232,101,'Jorhat, IN - Jorhat Airport (JRH)','1','0'),(1869,'SA','AJF',13246,186,'Jouf, SA - Jouf Airport (AJF)','1','0'),(1870,'US','AJO',13246,186,'Jouf, US - Aljouf (AJO)','1','0'),(1871,'PE','JJI',13258,172,'Juanjui, PE - Juanjuí Airport (JJI)','1','0'),(1872,'BR','JDO',13261,30,'Juazeiro Do Norte, BR - Orlando Bezerra de Menezes Airport (JDO)','1','0'),(1873,'DE','JUI',13270,83,'Juist, DE - Juist (JUI)','1','0'),(1874,'BR','JDF',13271,30,'Juiz De Fora, BR - Francisco Alvares de Assis (Serrinha) Airport (JDF)','1','0'),(1875,'AR','JUJ',13272,10,'Jujuy, AR - Gobernador Horacio Guzman Intl Airport (JUJ)','1','0'),(1876,'AU','JCK',13275,13,'Julia Creek, AU - Julia Creek Airport (JCK)','1','0'),(1877,'PE','JUL',13276,172,'Juliaca, PE - Inca Manco Capac Intl Airport (JUL)','1','0'),(1878,'','JUM',13285,153,'Jumla, Jumla Airport (JUM)','1','0'),(1879,'US','JNU',13290,231,'Juneau, US - Juneau Intl Airport (JNU)','1','0'),(1880,'','JUR',13300,13,'Jurien Bay, Jurien Bay Airport (JUR)','1','0'),(1881,'FI','JYV',13309,75,'Jyvaskyla, FI - Jyvaskyla Airport (JYV)','1','0'),(1882,'','KBT',13318,136,'Kaben, Kaben Airport (KBT)','1','0'),(1883,'ET','ABK',13320,70,'Kabri Dar, ET - Kabri Dar Airport (ABK)','1','0'),(1884,'US','OGG',13341,231,'Kahului, US - Kahului Airport (OGG)','1','0'),(1885,'','IXH',13346,101,'Kailashahar, Kailashahar Airport (IXH)','1','0'),(1886,'','KJH',13347,46,'Kaili, Kaili Huangping Airport (KJH)','1','0'),(1887,'ID','KNG',13350,102,'Kaimana, ID - Kaimana Airport (KNG)','1','0'),(1888,'NZ','KAT',13359,157,'Kaitaia, NZ - Kaitaia Airport (KAT)','1','0'),(1889,'FI','KAJ',13362,75,'Kajaani, FI - Kajaani Airport (KAJ)','1','0'),(1890,'US','KNK',13368,231,'Kakhonak, US - Kokhonak Airport (KNK)','1','0'),(1891,'US','BTI',13371,231,'Kaktovik, US - Barter Island Airport (BTI)','1','0'),(1892,'GR','KLX',13382,86,'Kalamata, GR - Kalamata Airport (KLX)','1','0'),(1893,'US','AZO',13383,231,'Kalamazoo, US - Kalamazoo/Battle Creek Intl Airport (AZO)','1','0'),(1894,'US','LUP',13391,231,'Kalaupapa, US - Kalaupapa Airport (LUP)','1','0'),(1895,'AU','KAX',13395,13,'Kalbarri, AU - Kalbarri (KAX)','1','0'),(1896,'PH','KLO',13400,173,'Kalibo, PH - Kalibo Airport (KLO)','1','0'),(1897,'','BTW',13402,102,'Kalimantan, Batu Licin Airport (BTW)','1','0'),(1898,'','BYQ',13402,102,'Kalimantan, Bunyu Airport (BYQ)','1','0'),(1899,'RU','KGD',13404,181,'Kaliningrad, RU - Kaliningrad Airport (KGD)','1','0'),(1900,'US','FCA',13405,231,'Kalispell, US - Glacier Park Intl Airport (FCA)','1','0'),(1901,'SE','KLR',13414,209,'Kalmar, SE - Kalmar Airport (KLR)','1','0'),(1902,'US','KLG',13424,231,'Kalskag, US - Kalskag Airport (KLG)','1','0'),(1903,'US','KAL',13425,231,'Kaltag, US - Kaltag Airport (KAL)','1','0'),(1904,'','KLF',13428,181,'Kaluga, Grabtsevo Airport (KLF)','1','0'),(1905,'','KTY',13429,200,'Kalutara, Katukurunda Airport (KTY)','1','0'),(1906,'','IXQ',13438,101,'Kamalpur, Kamalpur Airport (IXQ)','1','0'),(1907,'','KDS',13440,13,'Kamaran Downs, Kamaran Downs Airport (KDS)','1','0'),(1908,'','KDB',13445,13,'Kambalda, Kambalda Airport (KDB)','1','0'),(1909,'ID','KBX',13448,102,'Kambuaya, ID - Kambuaya Airport (KBX)','1','0'),(1910,'SY','KAC',13457,211,'Kameshli, SY - Kamishly Airport (KAC)','1','0'),(1911,'CA','YKA',13462,39,'Kamloops, CA - Kamloops Airport (YKA)','1','0'),(1912,'','KMT',13471,37,'Kampot, Kampot Airport (KMT)','1','0'),(1913,'MY','TGG',13472,132,'Kampung Setiu Lama, MY - Kuala Terengganu Airport (TGG)','1','0'),(1914,'','KNB',13474,231,'Kanab, Kanab Municipal Airport (KNB)','1','0'),(1915,'CD','KGA',13478,52,'Kananga, CD - Kananga Airport (KGA)','1','0'),(1916,'IN','IXY',13491,101,'Kandla, IN - Kandla (Gandhidham) Airport (IXY)','1','0'),(1917,'','KDW',13493,200,'Kandy, Victoria Reservoir Seaplane Base (KDW)','1','0'),(1918,'','KDZ',13493,200,'Kandy, Polgolla Reservoir Seaplane Base (KDZ)','1','0'),(1919,'','BFG',13494,231,'Kane, Bullfrog Basin Airport (BFG)','1','0'),(1920,'','NGF',13495,231,'Kaneohe, MCAS Kaneohe Bay (NGF)','1','0'),(1921,'','KNR',34385,101,'Kangan, Jam Airport (KNR)','1','0'),(1922,'GL','SFJ',13501,87,'Kangerlussuaq, GL - Kangerlussuaq Airport (SFJ)','1','0'),(1923,'CA','XGR',13502,39,'Kangiqsualujjuaq, CA - Kangiqsualujjuaq (Georges River) Airport (XGR)','1','0'),(1924,'CA','YWB',13503,39,'Kangiqsujuaq, CA - Kangiqsujuag (Wakeham Bay) Airport (YWB)','1','0'),(1925,'CA','YKG',13504,39,'Kangirsuk, CA - Kangirsuk Airport (YKG)','1','0'),(1926,'IN','DHM',13507,101,'Kangra, IN - Gaggal Airport (DHM)','1','0'),(1927,'IN','KNU',13516,101,'Kanpur, IN - Kanpur Airport (KNU)','1','0'),(1928,'TW','KHH',13522,212,'Kaohsiung, TW - Kaohsiung Intl Airport (KHH)','1','0'),(1929,'US','JHM',13526,231,'Kapalua, US - Kapalua Airport (JHM)','1','0'),(1930,'','KPI',13531,132,'Kapit, Kapit Airport (KPI)','1','0'),(1931,'CA','YYU',13542,39,'Kapuskasing, CA - Kapuskasing Airport (YYU)','1','0'),(1932,'PK','KHI',13544,166,'Karachi, PK - Quaid-E-Azam Intl Airport (KHI)','1','0'),(1933,'KZ','KGF',13545,112,'Karaganda, KZ - Sara Arka Airport (KGF)','1','0'),(1934,'ZW','KAB',13571,243,'Kariba, ZW - Kariba Airport (KAB)','1','0'),(1935,'DE','FKB',13589,83,'Karlsruhe, DE - Karlsruhe/Baden-Baden Airport (FKB)','1','0'),(1936,'SE','KSD',13590,209,'Karlstad, SE - Karlstad Airport (KSD)','1','0'),(1937,'US','KYK',13592,231,'Karluk, US - Karluk Airport (KYK)','1','0'),(1938,'','KGJ',13597,131,'Karonga, Karonga Airport (KGJ)','1','0'),(1939,'GR','AOK',13601,86,'Karpathos, GR - Karpathos Airport (AOK)','1','0'),(1940,'UZ','KSQ',13606,232,'Karshi, UZ - Karshi Airport (KSQ)','1','0'),(1941,'','KBF',13613,102,'Karubaga, Karubaga Airport (KBF)','1','0'),(1942,'','KRB',13615,13,'Karumba, Karumba Airport (KRB)','1','0'),(1943,'DK','KRP',13616,59,'Karup, DK - Karup Airport (KRP)','1','0'),(1944,'','ZKB',13622,242,'Kasaba Bay, Kasaba Bay Airport (ZKB)','1','0'),(1945,'CA','XKS',13623,39,'Kasabonika, CA - Kasabonika Airport (XKS)','1','0'),(1946,'','KAA',13625,242,'Kasama, Kasama Airport (KAA)','1','0'),(1947,'BW','BBK',13626,28,'Kasane, BW - Kasane Airport (BBK)','1','0'),(1948,'','KSE',13630,226,'Kasese, Kasese Airport (KSE)','1','0'),(1949,'CN','KHG',13632,46,'Kashi, CN - Kashi (Kashgar) Airport (KHG)','1','0'),(1950,'US','KUK',13635,231,'Kasigluk, US - Kasigluk Airport (KUK)','1','0'),(1951,'GR','KZS',13656,86,'Kastelorizo, GR - Kastelorizo Airport (KZS)','1','0'),(1952,'GR','KSO',13659,86,'Kastoria, GR - Kastoria Airport (KSO)','1','0'),(1953,'','KBQ',13664,131,'Kasungu, Kasungu Airport (KBQ)','1','0'),(1954,'NP','KTM',13672,153,'Kathmandu, NP - Tribhuvan Intl Airport (KTM)','1','0'),(1955,'PL','KTW',13682,174,'Katowice, PL - Katowice Airport (KTW)','1','0'),(1956,'ID','KAZ',13694,102,'Kau, ID - Kao Airport (KAZ)','1','0'),(1957,'LT','KUN',13712,125,'Kaunas, LT - Karmilava Airport (KUN)','1','0'),(1958,'GR','KVA',13720,86,'Kavala, GR - Kavala Airport (KVA)','1','0'),(1959,'PG','KVG',13723,170,'Kavieng, PG - Kavieng Airport (KVG)','1','0'),(1960,'','MVM',13734,231,'Kayenta, Kayenta Airport (MVM)','1','0'),(1961,'TR','ASR',13735,222,'Kayseri, TR - Kayseri Airport (ASR)','1','0'),(1962,'RU','KZN',13738,181,'Kazan, RU - Kazan Airport (KZN)','1','0'),(1963,'US','EAR',13750,231,'Kearney, US - Kearney Regional Airport (EAR)','1','0'),(1964,'','KEQ',13752,102,'Kebar, Kebar Airport (KEQ)','1','0'),(1965,'MY','AOR',13757,132,'Kedah, MY - Sultan Halim Airport (AOR)','1','0'),(1966,'SN','KGG',13761,187,'Kedougou, SN - Kédougou Airport (KGG)','1','0'),(1967,'','KMP',13768,151,'Keetmanshoop, Keetmanshoop Airport (KMP)','1','0'),(1968,'CA','ZKG',13776,39,'Kegaska, CA - Kegashka Airport (ZKG)','1','0'),(1969,'ID','KEA',13782,102,'Keisah, ID - Keisah Airport (KEA)','1','0'),(1970,'US','BKH',13787,231,'Kekaha, US - Barking Sands PMRF (BKH)','1','0'),(1971,'','LFO',13789,70,'Kelafo, Kelafo Airport (LFO)','1','0'),(1972,'ID','LLN',13792,102,'Kelila, ID - Levelland Municipal (LLN)','1','0'),(1973,'CG','KEE',13796,51,'Kelle, CG - Kelle Airport (KEE)','1','0'),(1974,'CA','YLW',13802,39,'Kelowna, CA - Kelowna Intl Airport (YLW)','1','0'),(1975,'','KES',13803,39,'Kelsey, Kelsey Airport (KES)','1','0'),(1976,'','KLS',13806,482,'Kelso, Southwest Washington Regional Airport (KLS)','1','0'),(1977,'RU','KEJ',13811,181,'Kemerovo, RU - Kemerovo Airport (KEJ)','1','0'),(1978,'','EMM',13815,231,'Kemmerer, Kemmerer Municipal Airport (EMM)','1','0'),(1979,'US','ENA',13822,231,'Kenai, US - Kenai Airport (ENA)','1','0'),(1980,'ID','KDI',13827,102,'Kendari, ID - Haluoleo (Wolter Monginsidi) Airport (KDI)','1','0'),(1981,'','KGU',13832,132,'Keningau, Keningau Airport (KGU)','1','0'),(1982,'','NNA',13833,148,'Kenitra, Kenitra Air Base (NNA)','1','0'),(1983,'','KNT',13848,231,'Kennett, Kennett Memorial Airport (KNT)','1','0'),(1984,'CA','YQK',13853,39,'Kenora, CA - Kenora Airport (YQK)','1','0'),(1985,'','KKT',13864,231,'Kentland, Kentland Municipal Airport (KKT)','1','0'),(1986,'','KRA',13876,13,'Kerang, Kerang Airport (KRA)','1','0'),(1987,'NZ','KKE',13882,157,'Kerikeri, NZ - Kerikeri Airport (KKE)','1','0'),(1988,'IR','KER',13885,103,'Kerman, IR - Kerman Airport (KER)','1','0'),(1989,'IE','KIR',31205,105,'Kerry County, IE - Kerry Airport (KIR)','1','0'),(1990,'MY','KTE',13895,132,'Kerteh, MY - Kerteh Airport (KTE)','1','0'),(1991,'','IXK',13898,101,'Keshod, Keshod Airport (IXK)','1','0'),(1992,'ID','KTG',13904,102,'Ketapang, ID - Rahadi Usman Airport (KTG)','1','0'),(1993,'','KBE',13905,231,'Ketchikan, Bell Island Hot Springs Seaplane Base (KBE)','1','0'),(1994,'US','KTN',13905,231,'Ketchikan, US - Ketchikan Intl Airport (KTN)','1','0'),(1995,'','WFB',13905,231,'Ketchikan, Ketchikan Harbor Seaplane Base (WFB)','1','0'),(1996,'','OCA',31208,231,'Key Largo, Ocean Reef Club Airport (OCA)','1','0'),(1997,'US','EYW',31209,231,'Key West, US - Key West Intl Airport (EYW)','1','0'),(1998,'RU','KHV',13927,181,'Khabarovsk, RU - Novy Airport (KHV)','1','0'),(1999,'IN','HJR',13931,101,'Khajuraho, IN - Khajuraho Airport (HJR)','1','0'),(2000,'UA','HRK',13945,227,'Kharkov, UA - Kharkov Airport (HRK)','1','0'),(2001,'SD','KRT',13946,205,'Khartoum, SD - Khartoum Airport (KRT)','1','0'),(2002,'OM','KHS',13947,165,'Khasab, OM - Khasab Airport (KHS)','1','0'),(2003,'UA','KHE',13951,227,'Kherson, UA - Kherson Intl Airport (KHE)','1','0'),(2004,'UA','HMJ',13956,227,'Khmelnitskiy, UA - Khmelnytskyi Airport (HMJ)','1','0'),(2005,'TH','KKC',34257,215,'Khon Kaen, TH - Khon Kaen Airport (KKC)','1','0'),(2006,'','KDD',13967,166,'Khuzdar, Khuzdar Airport (KDD)','1','0'),(2007,'US','IAN',13970,231,'Kiana, US - Kiana Airport (IAN)','1','0'),(2008,'DE','KEL',13980,83,'Kiel, DE - Kiel Holtenau Airport (KEL)','1','0'),(2009,'UA','IEV',13986,227,'Kiev, UA - Kiev Zhuliany Intl Airport (IEV)','1','0'),(2010,'UA','KBP',13986,227,'Kiev, UA - Borispol Airport (KBP)','1','0'),(2011,'TZ','JRO',14005,214,'Kilimanjaro, TZ - Kilimanjaro Intl Airport (JRO)','1','0'),(2012,'US','ILE',14019,231,'Killeen, US - Skylark Field (ILE)','1','0'),(2013,'','KIL',14038,214,'Kilwa, Kilwa Airport (KIL)','1','0'),(2014,'','KMM',14041,102,'Kimam, Kimam Airport (KMM)','1','0'),(2015,'ZA','KIM',14045,195,'Kimberley, ZA - Kimberley Airport (KIM)','1','0'),(2016,'','YKD',14050,482,'Kincardine, Kincardine Municipal Airport (YKD)','1','0'),(2017,'','KNJ',14055,51,'Kindamba, Kindamba Airport (KNJ)','1','0'),(2018,'','YKY',14058,39,'Kindersley, Kindersley Regional Airport (YKY)','1','0'),(2019,'CD','KND',14060,52,'Kindu, CD - Kindu Airport (KND)','1','0'),(2020,'US','BFI',31211,231,'King, US - Boeing Field / King County Intl Airport (BFI)','1','0'),(2021,'US','KVC',31213,231,'King Cove, US - King Cove Airport (KVC)','1','0'),(2022,'','KMC',14063,186,'King Khalid Military City, King Khaled Military City Airport (KMC)','1','0'),(2023,'US','AKN',31216,231,'King Salmon, US - King Salmon Airport (AKN)','1','0'),(2024,'CA','KIF',14069,39,'Kingfisher Lake, CA - Kingfisher Lake Airport (KIF)','1','0'),(2025,'US','IGM',14070,231,'Kingman, US - Kingman Airport (IGM)','1','0'),(2026,'JM','KIN',14083,109,'Kingston, JM - Norman Manley Intl Airport (KIN)','1','0'),(2027,'JM','KTP',14083,109,'Kingston, JM - Tinson Pen Aerodrome (KTP)','1','0'),(2028,'CA','YGK',14085,39,'Kingston, CA - Kingston/Norman Rogers Airport (YGK)','1','0'),(2029,'TW','KNH',14097,212,'Kinmen, TW - Kinmen (Shang Yi) Airport (KNH)','1','0'),(2030,'CD','FIH',14104,52,'Kinshasa, CD - N Djili Intl Airport (FIH)','1','0'),(2031,'','NLO',14104,52,'Kinshasa, N\'Dolo Airport (NLO)','1','0'),(2032,'US','ISO',14106,231,'Kinston, US - Kinston Regional Jetport at Stallings Field (ISO)','1','0'),(2033,'SB','IRA',14118,193,'Kirakira, SB - Ngorangora Airstrip (IRA)','1','0'),(2034,'NO','KKN',14142,164,'Kirkenes, NO - Kirkenes Airport Hoybuktmoen (KKN)','1','0'),(2035,'US','IRK',14150,231,'Kirksville, US - Kirksville Regional Airport (IRK)','1','0'),(2036,'GB','KOI',14151,482,'Kirkwall, GB - Kirkwall Airport (KOI)','1','0'),(2037,'RU','KVX',14155,181,'Kirov, RU - Pobedilovo Airport (KVX)','1','0'),(2038,'SE','KRN',14163,209,'Kiruna, SE - Kiruna Airport (KRN)','1','0'),(2039,'','KRE',14164,36,'Kirundo, Kirundo Airport (KRE)','1','0'),(2040,'','KSW',14165,106,'Kiryat Shmona, Kiryat Shmona Airport (KSW)','1','0'),(2041,'CD','FKI',14166,52,'Kisangani, CD - Bangoka Intl Airport (FKI)','1','0'),(2042,'IR','KIH',14168,103,'Kish Island, IR - Kish Intl Airport (KIH)','1','0'),(2043,'KE','KIS',14179,113,'Kisumu, KE - Kisumu Intl Airport (KIS)','1','0'),(2044,'JP','KTD',14180,110,'Kitadaito, JP - Kitadaito Airport (KTD)','1','0'),(2045,'FI','KTT',14195,75,'Kittila, FI - Kittila Airport (KTT)','1','0'),(2046,'','KIW',14198,242,'Kitwe, Southdowns Airport (KIW)','1','0'),(2047,'','KZG',14200,83,'Kitzingen, Kitzingen Airport (KZG)','1','0'),(2048,'US','KVL',14201,231,'Kivalina, US - Kivalina Airport (KVL)','1','0'),(2049,'AT','KLU',14208,14,'Klagenfurt, AT - Klagenfurt Airport (KLU)','1','0'),(2050,'US','KLW',14215,231,'Klawock, US - Klawock Airport (KLW)','1','0'),(2051,'','KLZ',14225,195,'Kleinzee, Kleinzee Airport (KLZ)','1','0'),(2052,'','YKT',14227,39,'Klemtu, Klemtu Water Aerodrome (YKT)','1','0'),(2053,'','KXE',14229,195,'Klerksdorp, Klerksdorp Airport (KXE)','1','0'),(2054,'IE','BLY',14255,105,'Knock/mayo, IE - Belmullet (BLY)','1','0'),(2055,'US','TYS',31221,231,'Knoxville, US - McGhee Tyson Airport (TYS)','1','0'),(2056,'US','OBU',14267,231,'Kobuk, US - Kobuk Wein Airport (OBU)','1','0'),(2057,'JP','KCZ',14274,110,'Kochi, JP - Kochi Ryoma Airport (KCZ)','1','0'),(2058,'IN','COK',14275,101,'Kochi, IN - Kochi Airport (COK)','1','0'),(2059,'US','ADQ',14281,231,'Kodiak, US - Kodiak Airport (ADQ)','1','0'),(2060,'US','AOS',14281,231,'Kodiak, US - Amook Bay Seaplane Base (AOS)','1','0'),(2061,'','KDK',14281,231,'Kodiak, Kodiak Municipal Airport (KDK)','1','0'),(2062,'','KKZ',14297,37,'Koh Kong, Koh Kong Airport (KKZ)','1','0'),(2063,'','OHT',14298,166,'Kohat, PAF Base Kohat (OHT)','1','0'),(2064,'','KDA',14314,187,'Kolda, Kolda North Airport (KDA)','1','0'),(2065,'','KLH',14316,101,'Kolhapur, Kolhapur Airport (KLH)','1','0'),(2066,'IN','CCU',14323,101,'Kolkata, IN - Kolkata Intl Airport (CCU)','1','0'),(2067,'','KOF',14335,195,'Komatipoort, Komatipoort Airport (KOF)','1','0'),(2068,'JP','KMQ',14336,110,'Komatsu, JP - Komatsu Airport (KMQ)','1','0'),(2069,'NC','KNQ',14347,156,'Kone, NC - Kone Airport (KNQ)','1','0'),(2070,'','KOO',14351,52,'Kongolo, Kongolo Airport (KOO)','1','0'),(2071,'TR','KYA',14368,222,'Konya, TR - Konya Airport (KYA)','1','0'),(2072,'','KOH',14369,13,'Koolatah, Koolatah Airport (KOH)','1','0'),(2073,'IS','OPA',14376,100,'Kopasker, IS - Kópasker Airport (OPA)','1','0'),(2074,'','KVU',14397,74,'Korolevu, Korolevu Seaplane Base (KVU)','1','0'),(2075,'PW','ROR',14400,167,'Koror, PW - Koror Airport (ROR)','1','0'),(2076,'GR','KGS',31227,86,'Kos, GR - Kos Airport (KGS)','1','0'),(2077,'SK','KSC',14412,191,'Kosice, SK - Kosice Airport (KSC)','1','0'),(2078,'FM','KSA',14420,143,'Kosrae, FM - Kosrae (Caroline Islands) Airport (KSA)','1','0'),(2079,'','KMW',14423,181,'Kostroma, Kostroma Airport (KMW)','1','0'),(2080,'IN','KTU',14426,101,'Kota, IN - Kota (KTU)','1','0'),(2081,'','KOD',14428,102,'Kotabangun, Kotabangun Airport (KOD)','1','0'),(2082,'US','KOT',14433,231,'Kotlik, US - Kotlik Airport (KOT)','1','0'),(2083,'US','OTZ',14441,231,'Kotzebue, US - Kotzebue Airport (OTZ)','1','0'),(2084,'','KOU',14446,80,'Koulamoutou, Koulamoutou Airport (KOU)','1','0'),(2085,'NC','KOC',14447,156,'Koumac, NC - Koumac Airport (KOC)','1','0'),(2086,'CM','KOB',14451,38,'Koutaba, CM - Koutaba Airport (KOB)','1','0'),(2087,'US','KKA',14460,231,'Koyuk, US - Koyuk Airport (KKA)','1','0'),(2088,'US','KYU',14461,231,'Koyukuk, US - Koyukuk Airport (KYU)','1','0'),(2089,'GR','KZI',14463,86,'Kozani, GR - Kozani Airport (KZI)','1','0'),(2090,'TH','KBV',14466,215,'Krabi, TH - Krabi Airport (KBV)','1','0'),(2091,'PL','KRK',14471,174,'Krakow, PL - John Paul II Intl Airport Krakow-Balice (KRK)','1','0'),(2092,'SE','KRF',14476,209,'Kramfors, SE - Kramfors Airport (KRF)','1','0'),(2093,'RU','KRR',14486,181,'Krasnodar, RU - Krasnodar Airport (KRR)','1','0'),(2094,'','KKQ',14488,181,'Krasnoselkup, Krasnoselkup Airport (KKQ)','1','0'),(2095,'','ACS',14490,181,'Krasnoyarsk, Achinsk Airport (ACS)','1','0'),(2096,'CM','KBI',14501,38,'Kribi, CM - Kribi (KBI)','1','0'),(2097,'NO','KRS',14509,164,'Kristiansand, NO - Kristiansand Airport Kjevik (KRS)','1','0'),(2098,'SE','KID',14510,209,'Kristianstad, SE - Kristianstad Airport (KID)','1','0'),(2099,'NO','KSU',14511,164,'Kristiansund, NO - Kristiansund Airport Kvernberget (KSU)','1','0'),(2100,'UA','KWG',14515,227,'Krivoy Rog, UA - Kryvyi Rih/Lozovatka Intl Airport (KWG)','1','0'),(2101,'MY','KUL',30568,132,'Kuala Lumpur, MY - Kuala Lumpur Intl Apt (KUL)','1','0'),(2102,'MY','KUA',14540,132,'Kuantan, MY - Kuantan Airport (KUA)','1','0'),(2103,'MY','KCH',14545,132,'Kuching, MY - Kuching Airport (KCH)','1','0'),(2104,'MY','KUD',14549,132,'Kudat, MY - Kudat Airport (KUD)','1','0'),(2105,'LY','AKF',14554,123,'Kufrah, LY - Kufra Airport (AKF)','1','0'),(2106,'AO','SVP',14562,6,'Kuito, AO - Kuito Airport (SVP)','1','0'),(2107,'GL','KUS',14573,87,'Kulusuk, GL - Kulusuk Airport (KUS)','1','0'),(2108,'JP','KMJ',14575,110,'Kumamoto, JP - Aso Kumamoto Airport (KMJ)','1','0'),(2109,'GH','KMS',14579,84,'Kumasi, GH - Kumasi Airport (KMS)','1','0'),(2110,'JP','UEO',14584,110,'Kumejima, JP - Kumejima Airport (UEO)','1','0'),(2111,'CN','KMG',14594,46,'Kunming, CN - Kunming Changshui International Airport (KMG)','1','0'),(2112,'FI','KUO',14600,75,'Kuopio, FI - Kuopio Airport (KUO)','1','0'),(2113,'ID','KOE',14602,102,'Kupang, ID - El Tari Airport (KOE)','1','0'),(2114,'RU','KRO',14611,181,'Kurgan, RU - Kurgan Airport (KRO)','1','0'),(2115,'','KUC',14612,114,'Kuria, Kuria Airport (KUC)','1','0'),(2116,'','KMH',14620,195,'Kuruman, Johan Pienaar Airport (KMH)','1','0'),(2117,'JP','KUH',14628,110,'Kushiro, JP - Kushiro Airport (KUH)','1','0'),(2118,'GE','KUT',14635,82,'Kutaisi, GE - Kopitnari Airport (KUT)','1','0'),(2119,'CA','YVP',14645,39,'Kuujjuaq, CA - Kuujjuaq Airport (YVP)','1','0'),(2120,'CA','YGW',14646,39,'Kuujjuarapik, CA - Kuujjuarapik Airport (YGW)','1','0'),(2121,'FI','KAO',14647,75,'Kuusamo, FI - Kuusamo Airport (KAO)','1','0'),(2122,'','XIJ',14649,116,'Kuwait, Ahmed Al Jaber Air Base (XIJ)','1','0'),(2123,'MH','KWA',14657,136,'Kwajalein, MH - Marshall Islands Airport (KWA)','1','0'),(2124,'US','KWT',14661,231,'Kwethluk, US - Kwethluk Airport (KWT)','1','0'),(2125,'US','KWK',14663,231,'Kwigillingok, US - Kwigillingok Airport (KWK)','1','0'),(2126,'RU','KYZ',14680,181,'Kyzyl, RU - Kyzyl Airport (KYZ)','1','0'),(2127,'US','LSE',31300,231,'La Crosse, US - La Crosse Municipal Airport (LSE)','1','0'),(2128,'','APB',31413,26,'La Paz, Apolo Airport (APB)','1','0'),(2129,'BO','LPB',31413,26,'La Paz, BO - El Alto Intl Airport (LPB)','1','0'),(2130,'MX','LAP',31414,141,'La Paz, MX - Manuel Marquez de Leon Intl Airport (LAP)','1','0'),(2131,'AR','LPG',31431,10,'La Plata, AR - La Plata (LPG)','1','0'),(2132,'','LPO',31437,231,'La Porte, La Porte Municipal Airport (LPO)','1','0'),(2133,'','PCO',31446,199,'La Ribera, Punta Colorada Airstrip (PCO)','1','0'),(2134,'AR','IRJ',31450,10,'La Rioja, AR - Capitan Vicente Almanados Almonacid Airport (IRJ)','1','0'),(2135,'FR','LRH',31462,76,'La Rochelle, FR - Laleu Airport (LRH)','1','0'),(2136,'DO','LRM',14688,61,'La Romana, DO - Casa De Campo Airport (LRM)','1','0'),(2137,'CA','YVC',31468,39,'La Ronge, CA - La Ronge Airport (Barber Field) (YVC)','1','0'),(2138,'CL','LSC',31484,45,'La Serena, CL - La Serena Airport (LSC)','1','0'),(2139,'CA','ZLT',31492,39,'La Tabatiere, CA - La Tabatiere Airport (ZLT)','1','0'),(2140,'','YLQ',31506,39,'La Tuque, La Tuque Airport (YLQ)','1','0'),(2141,'US','POC',31516,231,'La Verne, US - Brackett Field (POC)','1','0'),(2142,'FJ','LBS',14696,74,'Labasa, FJ - Labasa Airport (LBS)','1','0'),(2143,'US','WLB',14701,231,'Labouchere Bay, US - Labouchere Bay Airport (WLB)','1','0'),(2144,'MY','LBU',14706,132,'Labuan, MY - Labuan Airport (LBU)','1','0'),(2145,'ID','LBJ',14707,102,'Labuan Bajo, ID - Komodo Airport (LBJ)','1','0'),(2146,'','LAH',14709,102,'Labuha, Oesman Sadik Airport (LAH)','1','0'),(2147,'CA','XLB',31529,39,'Lac Brochet, CA - Lac Brochet Airport (XLB)','1','0'),(2148,'CA','YLE',31535,39,'Lac La Martre, CA - Whati Airport (YLE)','1','0'),(2149,'US','LCI',14732,231,'Laconia, US - Laconia Municipal (LCI)','1','0'),(2150,'','LYT',14742,13,'Lady Elliot Island, Lady Elliot Island Airport (LYT)','1','0'),(2151,'ZA','LAY',14745,195,'Ladysmith, ZA - Ladysmith (LAY)','1','0'),(2152,'PG','LAE',14748,170,'Lae, PG - Nadzab Airport (LAE)','1','0'),(2153,'US','LAF',14752,231,'Lafayette, US - Purdue University Airport (LAF)','1','0'),(2154,'EC','LGQ',14765,64,'Lago Agrio, EC - Lago Agrio Airport (LGQ)','1','0'),(2155,'NG','KAN',14772,160,'Lagos, NG - Aminu Intl Airport (KAN)','1','0'),(2156,'NG','LOS',14772,160,'Lagos, NG - Murtala Muhammed Airport (LOS)','1','0'),(2157,'MY','LDU',14784,132,'Lahad Datu, MY - Lahad Datu Airport (LDU)','1','0'),(2158,'PK','LHE',14793,166,'Lahore, PK - Lahore Airport (LHE)','1','0'),(2159,'DE','LHA',14794,83,'Lahr, DE - Black Forest (LHA)','1','0'),(2160,'','LBN',14811,113,'Lake Baringo, Lake Baringo Airport (LBN)','1','0'),(2161,'US','LCH',31546,231,'Lake Charles, US - Lake Charles Regional Airport (LCH)','1','0'),(2162,'','LMA',31579,231,'Lake Minchumina, Lake Minchumina Airport (LMA)','1','0'),(2163,'','LFP',14821,39,'Lakefield, Lakefield Airport (LFP)','1','0'),(2164,'','CKE',14826,231,'Lakeport, Lampson Field (CKE)','1','0'),(2165,'NO','LKL',14839,164,'Lakselv, NO - Lakselv Airport Banak (LKL)','1','0'),(2166,'ET','LLI',14844,70,'Lalibela, ET - Lalibela Airport (LLI)','1','0'),(2167,'VU','LPM',14849,233,'Lamap, VU - Malekoula Airport (LPM)','1','0'),(2168,'US','LAA',14850,231,'Lamar, US - Lamar Municipal (LAA)','1','0'),(2169,'GA','LBQ',14852,80,'Lambarene, GA - Lambaréné Airport (LBQ)','1','0'),(2170,'VU','LNB',14861,233,'Lamen Bay, VU - Lamen Bay Airport (LNB)','1','0'),(2171,'IT','SUF',14865,107,'Lamezia Terme, IT - Lamezia Terme Airport (SUF)','1','0'),(2172,'','LDN',14869,153,'Lamidanda, Lamidanda Airport (LDN)','1','0'),(2173,'TH','LPT',14878,215,'Lampang, TH - Lampang Airport (LPT)','1','0'),(2174,'IT','LMP',14881,107,'Lampedusa, IT - Lampedusa Airport (LMP)','1','0'),(2175,'KE','LAU',14889,113,'Lamu, KE - Lamu Manda Airport (LAU)','1','0'),(2176,'US','LNS',14896,231,'Lancaster, US - Lancaster Airport (LNS)','1','0'),(2177,'ID','LUV',14949,102,'Langgur, ID - Dumatubun Airport (LUV)','1','0'),(2178,'MY','LGK',14955,132,'Langkawi, MY - Langkawi Intl Airport (LGK)','1','0'),(2179,'','YLY',14956,39,'Langley, Langley Regional Airport (YLY)','1','0'),(2180,'CH','QES',14958,210,'Langnau Im Emmental, CH - Emmen (QES)','1','0'),(2181,'FR','LAI',14971,76,'Lannion, FR - Lannion Airport (LAI)','1','0'),(2182,'','LDW',14974,39,'Lansdowne, Lansdowne Airport (LDW)','1','0'),(2183,'ZA','HLA',14980,195,'Lanseria, ZA - Lanseria Intl Airport (HLA)','1','0'),(2184,'US','LAN',14982,231,'Lansing, US - Capital Region Intl Airport (LAN)','1','0'),(2185,'ES','ACE',14994,199,'Lanzarote, ES - Lanzarote (Arrecife) Airport (ACE)','1','0'),(2186,'','LHK',15003,46,'Laohekou, Laohekou Airport (LHK)','1','0'),(2187,'FI','LPP',15014,75,'Lappeenranta, FI - Lappeenranta Airport (LPP)','1','0'),(2188,'US','LAR',15021,231,'Laramie, US - Laramie Regional Airport (LAR)','1','0'),(2189,'','LKA',15022,102,'Larantuka, Gewayantana Airport (LKA)','1','0'),(2190,'US','LRD',15027,231,'Laredo, US - Laredo Intl Airport (LRD)','1','0'),(2191,'GR','LRA',15032,86,'Larisa, GR - Larisa (LRA)','1','0'),(2192,'CY','LCA',15040,57,'Larnaca, CY - Larnaca Airport (LCA)','1','0'),(2193,'US','LRU',31618,231,'Las Cruces, US - Las Cruces Intl Airport (LRU)','1','0'),(2194,'VE','LSP',15051,235,'Las Piedras, VE - Camejo Airport (LSP)','1','0'),(2195,'','HSH',31631,231,'Las Vegas, Henderson Executive Airport (HSH)','1','0'),(2196,'US','LAS',31631,231,'Las Vegas, US - McCarran Intl Airport (LAS)','1','0'),(2197,'US','LVS',31631,231,'Las Vegas, US - Las Vegas Municipal (LVS)','1','0'),(2198,'GA','LTL',15065,80,'Lastourville, GA - Lastourville Airport (LTL)','1','0'),(2199,'SY','LTK',15071,211,'Latakia, SY - Bassel al-Assad Intl Airport (LTK)','1','0'),(2200,'','LTB',15084,13,'Latrobe, Latrobe Airport (LTB)','1','0'),(2201,'US','LBE',15085,231,'Latrobe, US - Arnold Palmer Regional Airport (LBE)','1','0'),(2202,'','LTU',34313,101,'Latur, Latur Airport (LTU)','1','0'),(2203,'','LUC',15091,74,'Laucala Island, Laucala Airport (LUC)','1','0'),(2204,'','MXE',15119,231,'Laurinburg, Laurinburg–Maxton Airport (MXE)','1','0'),(2205,'','LVO',15140,13,'Laverton, Laverton Airport (LVO)','1','0'),(2206,'MY','LWY',15148,132,'Lawas, MY - Lawas Airport (LWY)','1','0'),(2207,'US','LAW',15153,231,'Lawton, US - Fort Sill Regional Airport (LAW)','1','0'),(2208,'MX','LZC',15159,141,'Lazaro Cardenas, MX - Lazaro Cardenas Airport (LZC)','1','0'),(2209,'FR','LEH',31680,76,'Le Havre, FR - Octeville Airport (LEH)','1','0'),(2210,'FR','LME',31689,76,'Le Mans, FR - Arnage (LME)','1','0'),(2211,'','LRJ',31691,231,'Le Mars, Le Mars Municipal Airport (LRJ)','1','0'),(2212,'FR','LPY',31712,76,'Le Puy, FR - Le Puy - Loudes Airport (LPY)','1','0'),(2213,'FR','LTQ',31734,76,'Le Touquet, FR - Cote d`Opale Airport (LTQ)','1','0'),(2214,'','YLR',15167,39,'Leaf Rapids, Leaf Rapids Airport (YLR)','1','0'),(2215,'US','LEB',15179,231,'Lebanon, US - Lebanon Municipal Airport (LEB)','1','0'),(2216,'US','AUO',31746,231,'Lee, US - Auburn-Opelika Robert G. Pitts (AUO)','1','0'),(2217,'PH','LGP',15220,173,'Legaspi, PH - Legaspi Airport (LGP)','1','0'),(2218,'IN','IXL',15229,101,'Leh, IN - Leh Airport (IXL)','1','0'),(2219,'','LGH',31749,13,'Leigh Creek, Leigh Creek Airport (LGH)','1','0'),(2220,'','LER',15250,13,'Leinster, Leinster Airport (LER)','1','0'),(2221,'','LKC',15261,51,'Lekana, Lekana Airport (LKC)','1','0'),(2222,'NO','LKN',15264,164,'Leknes, NO - Leknes Airport (LKN)','1','0'),(2223,'GR','LXS',15274,86,'Lemnos, GR - Lemnos Airport (LXS)','1','0'),(2224,'MX','BJX',15307,141,'Leon, MX - Guanajuato (Del Bajio) Intl Airport (BJX)','1','0'),(2225,'','LNO',15313,13,'Leonora, Leonora Airport (LNO)','1','0'),(2226,'','LHI',15322,102,'Lereh, Lereh Airport (LHI)','1','0'),(2227,'','LRB',15323,121,'Leribe, Leribe Airport (LRB)','1','0'),(2228,'GR','LRS',15329,86,'Leros, GR - Leros Airport (LRS)','1','0'),(2229,'','LSO',31804,76,'Les Sables-d\'olonne, Les Sables-d\'Olonne – Talmont Airport (LSO)','1','0'),(2230,'','LES',15344,121,'Lesobeng, Lesobeng Airport (LES)','1','0'),(2231,'CA','YQL',15359,39,'Lethbridge, CA - Lethbridge County Airport (YQL)','1','0'),(2232,'CO','LET',15360,49,'Leticia, CO - Alfredo Vasquez Cobo Airport (LET)','1','0'),(2233,'','LTR',15365,105,'Letterkenny, Letterkenny Airfield (LTR)','1','0'),(2234,'US','KLL',15385,231,'Levelock, US - Levelock Airport (KLL)','1','0'),(2235,'US','LWB',15401,231,'Lewisburg, US - Greenbrier Valley Airport (LWB)','1','0'),(2236,'US','LWT',15404,231,'Lewistown, US - Lewistown Municipal Airport (LWT)','1','0'),(2237,'','LWE',15406,102,'Lewoleba, Wonopito Airport (LWE)','1','0'),(2238,'US','LEX',15407,231,'Lexington, US - Blue Grass Airport (LEX)','1','0'),(2239,'CN','LXA',15419,46,'Lhasa, CN - Lhasa Gonggar Airport (LXA)','1','0'),(2240,'CN','LYG',15426,46,'Lianyungang, CN - Lianyungang Baitabu Airport (LYG)','1','0'),(2241,'US','LBL',15432,231,'Liberal, US - Liberal Mid-America Regional Airport (LBL)','1','0'),(2242,'GA','LBV',15440,80,'Libreville, GA - Libreville Airport (LBV)','1','0'),(2243,'MZ','VXC',15443,149,'Lichinga, MZ - Lichinga Airport (VXC)','1','0'),(2244,'SE','LDK',15457,209,'Lidkoping, SE - Lidkoping-Hovby (LDK)','1','0'),(2245,'BE','LGG',15462,21,'Liege, BE - Liege Airport (LGG)','1','0'),(2246,'NC','LIF',15480,156,'Lifou, NC - Lifou Island Airport (LIF)','1','0'),(2247,'','LHG',15484,13,'Lightning Ridge, Lightning Ridge Airport (LHG)','1','0'),(2248,'','LIX',15494,131,'Likoma Island, Likoma Airport (LIX)','1','0'),(2249,'FR','LIL',15502,76,'Lille, FR - Lesquin Airport (LIL)','1','0'),(2250,'MW','LLW',15508,131,'Lilongwe, MW - Lilongwe Intl Airport (LLW)','1','0'),(2251,'MY','LMN',15513,132,'Limbang, MY - Limbang Airport (LMN)','1','0'),(2252,'FR','LIG',15529,76,'Limoges, FR - Bellegarde Airport (LIG)','1','0'),(2253,'','BCL',15531,54,'Limon, Barra del Colorado Airport (BCL)','1','0'),(2254,'US','LNK',15547,231,'Lincoln, US - Lincoln Airport (LNK)','1','0'),(2255,'','LDC',15560,13,'Lindeman Island, Lindeman Island Airport (LDC)','1','0'),(2256,'','LDI',15567,214,'Lindi, Lindi Airport (LDI)','1','0'),(2257,'','LFQ',15574,46,'Linfen, Linfen Qiaoli Airport (LFQ)','1','0'),(2258,'SE','LPI',15584,209,'Linkoping, SE - Saab Airport (LPI)','1','0'),(2259,'','LIP',15589,30,'Lins, Lins Airport (LIP)','1','0'),(2260,'CN','LYI',15592,46,'Linyi, CN - Linyi Shubuling Airport (LYI)','1','0'),(2261,'AT','LNZ',15593,14,'Linz, AT - Blue Danube Airport (LNZ)','1','0'),(2262,'','LIQ',15608,52,'Lisala, Lisala Airport (LIQ)','1','0'),(2263,'PT','LIS',15609,175,'Lisbon, PT - Lisbon Portela Airport (LIS)','1','0'),(2264,'KY','LYB',15646,42,'Little Cayman, KY - Edward Bodden Airfield (LYB)','1','0'),(2265,'','ZGR',15648,39,'Little Grand Rapids, Little Grand Rapids Airport (ZGR)','1','0'),(2266,'CN','LZH',15653,46,'Liuzhou, CN - Luizhou Bailian Airport (LZH)','1','0'),(2267,'GB','LPL',15660,482,'Liverpool, GB - Speke Airport (LPL)','1','0'),(2268,'ZM','LVI',15669,242,'Livingstone, ZM - Livingstone Airport (LVI)','1','0'),(2269,'BR','LVB',15672,30,'Livramento, BR - Galpões Airport (LVB)','1','0'),(2270,'SI','LJU',15682,192,'Ljubljana, SI - Joze Pucnik Airport (LJU)','1','0'),(2271,'ES','ILD',15728,199,'Lleida, ES - Alguaire Airport (ILD)','1','0'),(2272,'CA','YLL',15735,39,'Lloydminster, CA - Lloydminster Airport (YLL)','1','0'),(2273,'CH','ZJI',15743,210,'Locarno, CH - Locarno Airport (ZJI)','1','0'),(2274,'AU','IRG',15755,13,'Lockhart Rivers, AU - Lockhart River Airport (IRG)','1','0'),(2275,'CD','LJA',15770,52,'Lodja, CD - Lodja Airport (LJA)','1','0'),(2276,'TH','LOE',15773,215,'Loei, TH - Loei Airport (LOE)','1','0'),(2277,'MH','LOF',15774,136,'Loen, MH - Loen Airport (LOF)','1','0'),(2278,'EC','LOH',15801,64,'Loja, EC - Camilo Ponce Enriquez Airport (LOH)','1','0'),(2279,'TG','LFW',15823,216,'Lome, TG - Lome Tokoin Airport (LFW)','1','0'),(2280,'GB','LCY',15836,482,'London, GB - London City Airport (LCY)','1','0'),(2281,'GB','LGW',15836,482,'London, GB - Gatwick Airport (LGW)','1','0'),(2282,'GB','LHR',15836,482,'London, GB - Heathrow Airport (LHR)','1','0'),(2283,'GB','LTN',15836,482,'London, GB - Luton Airport (LTN)','1','0'),(2284,'GB','STN',15836,482,'London, GB - Stansted Airport (STN)','1','0'),(2285,'CA','YXU',15837,39,'London, CA - London Intl Airport (YXU)','1','0'),(2286,'GB','LDY',15839,482,'Londonderry, GB - Londonderry Airport (LDY)','1','0'),(2287,'BR','LDB',15841,30,'Londrina, BR - Londrina Airport (LDB)','1','0'),(2288,'','LSJ',15843,16,'Long Island, Long Island Airport (LSJ)','1','0'),(2289,'MY','LGL',15845,132,'Long Lellang, MY - Long Lellang Airport (LGL)','1','0'),(2290,'','GSA',34588,132,'Long Pasia, Long Pasia Airport (GSA)','1','0'),(2291,'','LSM',34598,132,'Long Semado, Long Semado Airport (LSM)','1','0'),(2292,'MY','ODN',34599,132,'Long Seridan, MY - Long Seridan Airport (ODN)','1','0'),(2293,'','LSU',34589,132,'Long Sukang, Long Sukang Airport (LSU)','1','0'),(2294,'VU','LOD',15847,233,'Longana, VU - Longana Airport (LOD)','1','0'),(2295,'NO','LYR',15875,164,'Longyearbyen, NO - Longyearbyen Svalbard Airport (LYR)','1','0'),(2296,'VU','LNE',15878,233,'Lonorore, VU - Lonorore Airport (LNE)','1','0'),(2297,'','KKM',15888,215,'Lopburi, Khok Kathiam Air Force Base (KKM)','1','0'),(2298,'US','LPS',15889,231,'Lopez Island, US - Lopez Island Airport (LPS)','1','0'),(2299,'MX','LTO',15898,141,'Loreto, MX - Loreto Intl Airport (LTO)','1','0'),(2300,'','LRI',15904,107,'Lorica, Lorica Airport (LRI)','1','0'),(2301,'FR','LRT',15905,76,'Lorient, FR - Lann-Bihouet Airport (LRT)','1','0'),(2302,'US','LAM',31836,231,'Los Alamos, US - Los Alamos Airport (LAM)','1','0'),(2303,'US','LAX',31839,231,'Los Angeles, US - Los Angeles Intl Airport (LAX)','1','0'),(2304,'MX','LMM',31861,141,'Los Mochis, MX - Federal del Valle del Fuerte Intl Airport (LMM)','1','0'),(2305,'','LRV',15918,235,'Los Roques, Los Roques Airport (LRV)','1','0'),(2306,'CG','DIS',15929,51,'Loubomo, CG - Ngot Nzoungou Airport (DIS)','1','0'),(2307,'','LOW',15943,231,'Louisa, Louisa County Airport (LOW)','1','0'),(2308,'','LFN',15945,231,'Louisburg, Triangle North Executive Airport (LFN)','1','0'),(2309,'US','ARA',15947,231,'Louisiana, US - Acadiana Regional Airport (ARA)','1','0'),(2310,'US','BAD',15947,231,'Louisiana, US - Barksdale Air Force Base (BAD)','1','0'),(2311,'','LMS',15948,231,'Louisville, Louisville Winston County Airport (LMS)','1','0'),(2312,'US','LOU',15948,231,'Louisville, US - Bowman Field (LOU)','1','0'),(2313,'US','SDF',15948,231,'Louisville, US - Louisville Intl Airport (SDF)','1','0'),(2314,'','LOL',15972,231,'Lovelock, Derby Field (LOL)','1','0'),(2315,'AO','LAD',15997,6,'Luanda, AO - Quatro de Fevereiro Intl Airport (LAD)','1','0'),(2316,'LA','LXG',15998,118,'Luang Namtha, LA - Louangnamtha Airport (LXG)','1','0'),(2317,'AO','SDD',16000,6,'Lubango, AO - Lubango Mukanka Airport (SDD)','1','0'),(2318,'US','LBB',16003,231,'Lubbock, US - Lubbock Preston Smith Intl Airport (LBB)','1','0'),(2319,'','REE',16003,231,'Lubbock, Reese Airpark (REE)','1','0'),(2320,'','LUZ',16006,174,'Lublin, Lublin Airport (LUZ)','1','0'),(2321,'','LVR',16013,30,'Lucas Do Rio Verde, Bom Futuro Municipal Airport (LVR)','1','0'),(2322,'IN','LKO',16028,101,'Lucknow, IN - Amausi Airport (LKO)','1','0'),(2323,'NA','LUD',16031,151,'Luderitz, NA - Luderitz Airport (LUD)','1','0'),(2324,'IN','LUH',16033,101,'Ludhiana, IN - Sahnewal Airport (LUH)','1','0'),(2325,'AO','LUO',16045,6,'Luena, AO - Luena Airport (LUO)','1','0'),(2326,'US','LFK',16049,231,'Lufkin, US - Angelina County (LFK)','1','0'),(2327,'CH','LUG',34642,210,'Lugano, CH - Lugano-Agno Airport (LUG)','1','0'),(2328,'UA','VSG',16052,227,'Lugansk, UA - Lugansk Airport (VSG)','1','0'),(2329,'','LUA',16070,153,'Lukla, Tenzing-Hillary Airport (LUA)','1','0'),(2330,'SE','LLA',16073,209,'Lulea, SE - Kallax Airport (LLA)','1','0'),(2331,'US','LBT',16078,231,'Lumberton, US - Lumberton Municipal (LBT)','1','0'),(2332,'','LYK',16105,102,'Lunyuk, Lunyuk Airport (LYK)','1','0'),(2333,'CN','LYA',16114,46,'Luoyang, CN - Luoyang Beijiao Airport (LYA)','1','0'),(2334,'ZM','LUN',16120,242,'Lusaka, ZM - Lusaka Intl Airport (LUN)','1','0'),(2335,'ZA','LUJ',16124,195,'Lusikisiki, ZA - Lusikisiki Airport (LUJ)','1','0'),(2336,'','UCK',16138,227,'Lutsk, Lutsk Airport (UCK)','1','0'),(2337,'ID','LUW',16146,102,'Luwuk, ID - Syukuran Aminuddin Amir Airport (LUW)','1','0'),(2338,'LU','LUX',16149,127,'Luxembourg, LU - Findel Airport (LUX)','1','0'),(2339,'EG','LXR',16153,65,'Luxor, EG - Luxor Airport (LXR)','1','0'),(2340,'PH','NCP',16162,173,'Luzon, PH - Cubi Pt NAS Airport Airport (NCP)','1','0'),(2341,'UA','LWO',16166,227,'Lvov, UA - Lviv Airport (LWO)','1','0'),(2342,'SE','LYC',16170,209,'Lycksele, SE - Lycksele Airport (LYC)','1','0'),(2343,'GB','LYX',16171,482,'Lydd, GB - Lydd Airport (LYX)','1','0'),(2344,'US','LYH',16178,231,'Lynchburg, US - Lynchburg Regional Airport / Preston Glenn Field (LYH)','1','0'),(2345,'','LTP',16180,231,'Lyndhurst, Lyndhurst Airport (LTP)','1','0'),(2346,'','LLX',16183,231,'Lyndonville, Caledonia County Airport (LLX)','1','0'),(2347,'','YYL',16188,39,'Lynn Lake, Lynn Lake Airport (YYL)','1','0'),(2348,'','LYO',16194,231,'Lyons, Lyons–Rice County Municipal Airport (LYO)','1','0'),(2349,'NL','MST',16219,154,'Maastricht, NL - Maastricht Aachen Airport (MST)','1','0'),(2350,'','UBB',16226,13,'Mabuiag Island, Mabuiag Island Airport (UBB)','1','0'),(2351,'BR','MEA',16228,30,'Macae, BR - Benedito Lacerda Airport (MEA)','1','0'),(2352,'BR','MCP',16230,30,'Macapa, BR - Macapa Intl Airport (MCP)','1','0'),(2353,'EC','XMS',16231,64,'Macas, EC - Edmundo Carvajal Airport (XMS)','1','0'),(2354,'MO','MFM',16233,128,'Macau, MO - Macau Intl Airport (MFM)','1','0'),(2355,'BR','MCZ',16242,30,'Maceio, BR - Palmares Airport (MCZ)','1','0'),(2356,'','MCH',16246,64,'Machala, General Manuel Serrano Airport (MCH)','1','0'),(2357,'AU','BMP',16255,13,'Mackay, AU - Brampton Island Airport (BMP)','1','0'),(2358,'','MVH',16259,13,'Macksville, Macksville Airport (MVH)','1','0'),(2359,'US','MCN',16264,231,'Macon, US - Middle Georgia Regional Airport (MCN)','1','0'),(2360,'PG','MAG',16275,170,'Madang, PG - Madang Airport (MAG)','1','0'),(2361,'','DXE',16303,231,'Madison, Bruce Campbell Field (DXE)','1','0'),(2362,'','MDN',16303,231,'Madison, Madison Municipal Airport (MDN)','1','0'),(2363,'US','MSN',16303,231,'Madison, US - Dane County Regional Airport (Traux Field) (MSN)','1','0'),(2364,'','XMD',16303,231,'Madison, Madison Municipal Airport (XMD)','1','0'),(2365,'','MDJ',16311,231,'Madras, Madras Municipal Airport (MDJ)','1','0'),(2366,'ES','MAD',16314,199,'Madrid, ES - Barajas Airport (MAD)','1','0'),(2367,'IN','IXM',16319,101,'Madurai, IN - Madurai Airport (IXM)','1','0'),(2368,'TH','MAQ',34245,215,'Mae Sot, TH - Mae Sot Airport (MAQ)','1','0'),(2369,'VU','MWF',16323,233,'Maewo, VU - Naone Airport (MWF)','1','0'),(2370,'','MFC',16325,121,'Mafeteng, Mafeteng Airport (MFC)','1','0'),(2371,'RU','GDX',16331,181,'Magadan, RU - Magadan Airport (GDX)','1','0'),(2372,'','MGD',16339,10,'Magdalena, Magdalena Airport (MGD)','1','0'),(2373,'RU','MQF',16364,181,'Magnitogorsk, RU - Magnitogorsk Intl Airport (MQF)','1','0'),(2374,'','AGO',16365,231,'Magnolia, Magnolia Municipal Airport (AGO)','1','0'),(2375,'','BZM',16378,130,'Mahajanga, Bemolanga Airport (BZM)','1','0'),(2376,'MG','MJN',16378,130,'Mahajanga, MG - Amborovy-Philbert Tsiranana Airport (MJN)','1','0'),(2377,'','VVB',16379,130,'Mahanoro, Mahanoro Airport (VVB)','1','0'),(2378,'','MHA',16383,220,'Mahdia, Mahdia Airport (MHA)','1','0'),(2379,'ES','MAH',16395,199,'Mahon, ES - Menorca Airport (MAH)','1','0'),(2380,'','MNK',16400,114,'Maiana, Maiana Airport (MNK)','1','0'),(2381,'','MXT',16415,130,'Maintirano, Maintirano Airport (MXT)','1','0'),(2382,'CV','MMO',16418,41,'Maio, CV - Maio Airport (MMO)','1','0'),(2383,'','MJE',16438,136,'Majkin, Majkin Airport (MJE)','1','0'),(2384,'MH','MAJ',16443,136,'Majuro, MH - Marshall Islands Intl Airport (MAJ)','1','0'),(2385,'','KMK',16444,51,'Makabana, Makabana Airport (KMK)','1','0'),(2386,'ET','MQX',16450,70,'Makale, ET - Makale Airport (MQX)','1','0'),(2387,'PF','MKP',16457,78,'Makemo, PF - Makemo Airport (MKP)','1','0'),(2388,'RU','MCX',16460,181,'Makhachkala, RU - Makhachkala Uytash Airport (MCX)','1','0'),(2389,'CA','YMN',16464,39,'Makkovik, CA - Makkovik Airport (YMN)','1','0'),(2390,'','MKU',16465,80,'Makokou, Makokou Airport (MKU)','1','0'),(2391,'','MKJ',16466,51,'Makoua, Makoua Airport (MKJ)','1','0'),(2392,'TW','MZG',16471,212,'Makung, TW - Makung Airport (MZG)','1','0'),(2393,'','MLP',16475,173,'Malabang, Malabang Airport (MLP)','1','0'),(2394,'GQ','SSG',16477,67,'Malabo, GQ - Malabo Airport (SSG)','1','0'),(2395,'MY','MKZ',16479,132,'Malacca, MY - Malacca Airport (MKZ)','1','0'),(2396,'ES','AGP',16480,199,'Malaga, ES - Malaga Costa Del Sol Airport (AGP)','1','0'),(2397,'ID','MLG',16490,102,'Malang, ID - Abdul Rachman Saleh Airport (MLG)','1','0'),(2398,'AO','MEG',16491,6,'Malange, AO - Malanje Airport (MEG)','1','0'),(2399,'TR','MLX',16496,222,'Malatya, TR - Malatya Airport (MLX)','1','0'),(2400,'','MAW',16504,231,'Malden, Malden Regional Airport (MAW)','1','0'),(2401,'MV','MLE',16508,133,'Male, MV - Male Intl Airport (MLE)','1','0'),(2402,'KE','MYD',16519,113,'Malindi, KE - Malindi Airport (MYD)','1','0'),(2403,'SE','HMA',16550,209,'Malmo, SE - Khanty-Mansiysk Airport (HMA)','1','0'),(2404,'SE','MMX',16550,209,'Malmo, SE - Sturup Airport (MMX)','1','0'),(2405,'FJ','PTF',16554,74,'Malololailai, FJ - Malololailai Island Airport (PTF)','1','0'),(2406,'','MLK',16562,231,'Malta, Malta Airport (MLK)','1','0'),(2407,'MT','MLA',16563,135,'Malta, MT - Malta Intl Airport (MLA)','1','0'),(2408,'','MBO',16580,173,'Mamburao, Mamburao Airport (MBO)','1','0'),(2409,'','MMF',16581,38,'Mamfe, Mamfe Airport (MMF)','1','0'),(2410,'','MJU',16586,102,'Mamuju, Tampa Padang Airport (MJU)','1','0'),(2411,'','MJC',31888,482,'Man, Man Airport (MJC)','1','0'),(2412,'ID','MDC',16588,102,'Manado, ID - Sam Ratulangi Airport (MDC)','1','0'),(2413,'NI','MGA',16589,158,'Managua, NI - Managua Intl Airport (MGA)','1','0'),(2414,'','WVK',16591,130,'Manakara, Manakara Airport (WVK)','1','0'),(2415,'IN','KUU',16593,101,'Manali, IN - Kulla Manali Airport (KUU)','1','0'),(2416,'BH','BAH',16594,17,'Manama, BH - Bahrain Intl Airport (BAH)','1','0'),(2417,'MG','WMR',16595,130,'Mananara, MG - Mananara Avaratra Airport (WMR)','1','0'),(2418,'','NGX',16596,153,'Manang, Manang Airport (NGX)','1','0'),(2419,'','MNJ',16597,130,'Mananjary, Mananjary Airport (MNJ)','1','0'),(2420,'BR','MAO',16603,30,'Manaus, BR - Eduardo Gomes Intl Airport (MAO)','1','0'),(2421,'US','MHT',16607,231,'Manchester, US - Manchester Airport (MHT)','1','0'),(2422,'GB','MAN',16608,482,'Manchester, GB - Manchester Intl Airport (MAN)','1','0'),(2423,'','WMD',16612,130,'Mandabe, Mandabe Airport (WMD)','1','0'),(2424,'MM','MDL',16614,150,'Mandalay, MM - Mandalay Intl Airport (MDL)','1','0'),(2425,'','VBC',16614,150,'Mandalay, Mandalay Chanmyathazi Airport (VBC)','1','0'),(2426,'','WMA',16627,130,'Mandritsara, Mandritsara Airport (WMA)','1','0'),(2427,'IN','IXE',16637,101,'Mangalore, IN - Bajpe Airport (IXE)','1','0'),(2428,'','MAI',16645,131,'Mangochi, Mangochi Airport (MAI)','1','0'),(2429,'ID','MAL',16646,102,'Mangole, ID - Malone-Dufort (MAL)','1','0'),(2430,'BS','MAY',16648,16,'Mangrove Cay, BS - Mangrove Cay Airport (MAY)','1','0'),(2431,'US','MHK',16654,231,'Manhattan, US - Manhattan Regional Airport (MHK)','1','0'),(2432,'PF','XMH',16657,78,'Manihi, PF - Manihi Airport (XMH)','1','0'),(2433,'CK','MHX',16658,53,'Manihiki Island, CK - Manihiki Island Airport (MHX)','1','0'),(2434,'PH','MNL',16659,173,'Manila, PH - Ninoy Aquino Intl Airport (MNL)','1','0'),(2435,'','SGL',16659,173,'Manila, Danilo Atienza Air Base (SGL)','1','0'),(2436,'US','MBL',16666,231,'Manistee, US - Manistee County-Blackistee Airport (MBL)','1','0'),(2437,'','ISQ',16667,231,'Manistique, Schoolcraft County Airport (ISQ)','1','0'),(2438,'','YMG',16669,39,'Manitouwadge, Manitouwadge Airport (YMG)','1','0'),(2439,'','YEM',16670,39,'Manitowaning, Manitowaning/Manitoulin East Municipal Airport (YEM)','1','0'),(2440,'CO','MZL',16673,49,'Manizales, CO - Santaguida Airport (MZL)','1','0'),(2441,'','MJA',16674,130,'Manja, Manja Airport (MJA)','1','0'),(2442,'ID','MKW',16687,102,'Manokwari, ID - Rendani Airport (MKW)','1','0'),(2443,'','MNS',16691,242,'Mansa, Mansa Airport (MNS)','1','0'),(2444,'GB','MSE',16698,482,'Manston, GB - Manston Kent Intl Airport (MSE)','1','0'),(2445,'EC','MEC',16699,64,'Manta, EC - Eloy Alfaro Intl Airport (MEC)','1','0'),(2446,'','MEO',16705,231,'Manteo, Dare County Regional Airport (MEO)','1','0'),(2447,'','NTJ',16707,231,'Manti, Manti-Ephraim Airport (NTJ)','1','0'),(2448,'MX','ZLO',16721,141,'Manzanillo, MX - Playa de Oro Intl Airport (ZLO)','1','0'),(2449,'SZ','MTS',16724,208,'Manzini, SZ - Manzini Airport (MTS)','1','0'),(2450,'MZ','MPM',16737,149,'Maputo, MZ - Mavalane Intl Airport (MPM)','1','0'),(2451,'AR','MDQ',31894,10,'Mar Del Plata, AR - Astor Piazzola Intl Airport (MDQ)','1','0'),(2452,'BR','MAB',16739,30,'Maraba, BR - Maraba Airport (MAB)','1','0'),(2453,'VE','MAR',16740,235,'Maracaibo, VE - La Chinita Airport (MAR)','1','0'),(2454,'','MYC',16741,235,'Maracay, Mariscal Sucre Airport (MYC)','1','0'),(2455,'','MZK',16747,114,'Marakei, Marakei Airport (MZK)','1','0'),(2456,'US','MTH',16758,231,'Marathon, US - The Florida Keys Marathon Airport (MTH)','1','0'),(2457,'','YSP',16758,231,'Marathon, Marathon Aerodrome (YSP)','1','0'),(2458,'','MBB',16770,13,'Marble Bar, Marble Bar Airport (MBB)','1','0'),(2459,'','MRK',16788,231,'Marco Island, Marco Island Airport (MRK)','1','0'),(2460,'NC','MEE',16795,156,'Mare, NC - Mare Airport (MEE)','1','0'),(2461,'','MRF',16805,231,'Marfa, Marfa Municipal Airport (MRF)','1','0'),(2462,'','MQZ',16808,13,'Margaret River, Margaret River Airport (MQZ)','1','0'),(2463,'SI','MBX',16832,192,'Maribor, SI - Edvard Rusjan Airport (MBX)','1','0'),(2464,'FI','MHQ',16838,75,'Mariehamn, FI - Mariehamn Airport (MHQ)','1','0'),(2465,'BR','MII',16855,30,'Marilia, BR - Dr Gastao Vidigal Airport (MII)','1','0'),(2466,'BR','MGF',16865,30,'Maringa, BR - Maringa Airport (MGF)','1','0'),(2467,'US','MWA',16868,231,'Marion, US - Williamson County Regional Airport (MWA)','1','0'),(2468,'CA','YKZ',16875,39,'Markham, CA - Buttonville Municipal Airport (YKZ)','1','0'),(2469,'','MRP',16890,13,'Marla, Marla Airport (MRP)','1','0'),(2470,'','MXG',16892,231,'Marlborough, Marlboro Airport (MXG)','1','0'),(2471,'MG','WMN',16915,130,'Maroantsetra, MG - Maroantsetra Airport (WMN)','1','0'),(2472,'CM','MVR',16922,38,'Maroua, CM - Salak Airport (MVR)','1','0'),(2473,'US','MQT',16927,231,'Marquette, US - Sawyer Intl Airport (MQT)','1','0'),(2474,'MA','RAK',16930,148,'Marrakech, MA - Menara Airport (RAK)','1','0'),(2475,'','RRE',16932,13,'Marree, Marree Airport (RRE)','1','0'),(2476,'EG','RMF',16936,65,'Marsa Alam, EG - Marsa Alam Airport (RMF)','1','0'),(2477,'FR','MRS',16946,76,'Marseille, FR - Marignane-Provence Airport (MRS)','1','0'),(2478,'BS','MHH',16947,16,'Marsh Harbour, BS - Marsh Harbour Airport (MHH)','1','0'),(2479,'','MHL',16948,231,'Marshall, Marshall Memorial Municipal Airport (MHL)','1','0'),(2480,'','MML',16948,231,'Marshall, Southwest Minnesota Regional Airport (MML)','1','0'),(2481,'US','RMY',16948,231,'Marshall, US - Brooks Field (RMY)','1','0'),(2482,'US','AOO',16977,231,'Martinsburg, US - Blair County Airport (AOO)','1','0'),(2483,'MY','MUR',16983,132,'Marudi, MY - Marudi Airport (MUR)','1','0'),(2484,'CA','YMH',16998,39,'Mary\'s Harbour, CA - Mary`s Harbour Airport (YMH)','1','0'),(2485,'US','BAB',17001,231,'Marysville, US - Beale Air Force Base (BAB)','1','0'),(2486,'IL','MTZ',17006,106,'Masada, IL - Bar Yehuda Airfield (MTZ)','1','0'),(2487,'','MXB',17010,102,'Masamba, Andi Jemma Airport (MXB)','1','0'),(2488,'','XMI',17011,214,'Masasi, Masasi Airport (XMI)','1','0'),(2489,'LS','MSU',17023,121,'Maseru, LS - Maseru Airport (MSU)','1','0'),(2490,'IR','MHD',17025,103,'Mashad, IR - Mashad Airport (MHD)','1','0'),(2491,'OM','MSH',17034,165,'Masirah, OM - Masirah Air Base (MSH)','1','0'),(2492,'US','MSS',17048,231,'Massena, US - Massena Intl Airport-Richards Field (MSS)','1','0'),(2493,'CA','ZMT',17050,39,'Masset, CA - Masset Airport (ZMT)','1','0'),(2494,'NZ','MRO',17058,157,'Masterton, NZ - Hood Aerodrome (MRO)','1','0'),(2495,'','MVZ',17063,243,'Masvingo, Masvingo Airport (MVZ)','1','0'),(2496,'','MAT',17065,52,'Matadi, Matadi Tshimpi Airport (MAT)','1','0'),(2497,'','YNM',17067,39,'Matagami, Matagami Airport (YNM)','1','0'),(2498,'PF','MVT',17069,78,'Mataiva, PF - Mataiva Airport (MVT)','1','0'),(2499,'','MAX',17074,187,'Matam, Ouro Sogui Airport (MAX)','1','0'),(2500,'CA','YME',17079,39,'Matane, CA - Matane (YME)','1','0'),(2501,'','MSG',17107,121,'Matsaile, Matsaile Airport (MSG)','1','0'),(2502,'JP','MMJ',17111,110,'Matsumoto, JP - Shinshu-Matsumoto Airport (MMJ)','1','0'),(2503,'JP','MYJ',17115,110,'Matsuyama, JP - Matsuyama Airport (MYJ)','1','0'),(2504,'US','MTO',17122,231,'Mattoon, US - Coles County Memorial (MTO)','1','0'),(2505,'VE','MUN',17127,235,'Maturin, VE - Quiriquire Airport (MUN)','1','0'),(2506,'ID','MOF',17151,102,'Maumere, ID - Wai Oti (Maumere) Airport (MOF)','1','0'),(2507,'BW','MUB',17152,28,'Maun, BW - Maun Airport (MUB)','1','0'),(2508,'PF','MAU',17155,78,'Maupiti, PF - Maupiti Island Airport (MAU)','1','0'),(2509,'MU','MRU',17162,139,'Mauritius, MU - Mauritius - Sir S Ramgoolam Airport (MRU)','1','0'),(2510,'PR','MAZ',17183,176,'Mayaguez, PR - Eugenio Maria de Hostos Airport (MAZ)','1','0'),(2511,'','YMA',17197,39,'Mayo, Mayo Airport (YMA)','1','0'),(2512,'GA','MYB',17198,80,'Mayoumba, GA - Mayumba Airport (MYB)','1','0'),(2513,'MX','MZT',17214,141,'Mazatlan, MX - Gen Rafael Buelna Intl Airport (MZT)','1','0'),(2514,'','MBU',17224,193,'Mbambanakira, Mbambanakira Airport (MBU)','1','0'),(2515,'CD','MDK',17225,52,'Mbandaka, CD - Mbandaka Airport (MDK)','1','0'),(2516,'','MBQ',17226,226,'Mbarara, Mbarara Airport (MBQ)','1','0'),(2517,'','MBI',17228,214,'Mbeya, Mbeya Airport (MBI)','1','0'),(2518,'US','MFE',17235,231,'Mcallen, US - McAllen Miller Intl Airport (MFE)','1','0'),(2519,'','MXY',17240,231,'Mccarthy, McCarthy Airport (MXY)','1','0'),(2520,'US','MCK',17244,231,'Mccook, US - McCook Ben Nelson Regional Airport (MCK)','1','0'),(2521,'US','MCG',17253,231,'Mcgrath, US - McGrath Airport (MCG)','1','0'),(2522,'US','ACV',17262,231,'Mckinleyville, US - Arcata - Eureka Airport (ACV)','1','0'),(2523,'US','RNC',17269,231,'Mcminnville, US - Warren County Memorial (RNC)','1','0'),(2524,'','MPR',17271,231,'Mcpherson, McPherson Airport (MPR)','1','0'),(2525,'','MQW',17273,231,'Mcrae, Telfair–Wheeler Airport (MQW)','1','0'),(2526,'','YLJ',17275,39,'Meadow Lake, Meadow Lake Airport (YLJ)','1','0'),(2527,'','MEJ',17279,231,'Meadville, Port Meadville Airport (MEJ)','1','0'),(2528,'CO','MDE',17295,49,'Medellin, CO - Jose Maria Cordova Airport (MDE)','1','0'),(2529,'US','MDF',17300,231,'Medford, US - Medford (MDF)','1','0'),(2530,'US','MFR',17300,231,'Medford, US - Rogue Valley Intl-Medford Airport (MFR)','1','0'),(2531,'CA','YXH',17306,39,'Medicine Hat, CA - Medicine Hat Airport (YXH)','1','0'),(2532,'','MND',17307,186,'Medina, Medina Airport (MND)','1','0'),(2533,'','MKR',17320,13,'Meekatharra, Meekatharra Airport (MKR)','1','0'),(2534,'','MEY',17335,153,'Meghauli, Meghauli Airport (MEY)','1','0'),(2535,'NO','MEH',17338,164,'Mehamn, NO - Mehamn Airport (MEH)','1','0'),(2536,'CN','MXZ',17350,46,'Meixian, CN - Meixian Airport (MXZ)','1','0'),(2537,'GA','MKB',17354,80,'Mekambo, GA - Mékambo Airport (MKB)','1','0'),(2538,'ET','MKS',17355,70,'Mekane Selam, ET - Mekane Selam Airport (MKS)','1','0'),(2539,'','MEK',17356,148,'Meknes, Bassatine Air Base (MEK)','1','0'),(2540,'US','MYU',17357,231,'Mekoryuk, US - Mekoryuk Airport (MYU)','1','0'),(2541,'US','MLB',17362,231,'Melbourne, US - Melbourne Intl Airport (MLB)','1','0'),(2542,'ES','MLN',17372,199,'Melilla, ES - Melilla Airport (MLN)','1','0'),(2543,'JP','MMB',17407,110,'Memanbetsu, JP - Memanbetsu Airport (MMB)','1','0'),(2544,'DE','FMM',17409,83,'Memmingen, DE - Memmingen Airport (FMM)','1','0'),(2545,'US','MEM',17411,231,'Memphis, US - Memphis Intl Airport (MEM)','1','0'),(2546,'','MZX',17412,70,'Mena, Mena Airport (MZX)','1','0'),(2547,'','NDM',17421,70,'Mendi, Mendi Airport (NDM)','1','0'),(2548,'AR','MDZ',17425,10,'Mendoza, AR - Governor Francisco Gabrielli Intl Airport (MDZ)','1','0'),(2549,'AO','SPP',17444,6,'Menongue, AO - Menongue Airport (SPP)','1','0'),(2550,'ID','MKQ',17468,102,'Merauke, ID - Mopah Airport (MKQ)','1','0'),(2551,'US','MCE',17471,231,'Merced, US - Merced Regional Airport (MacReady Field) (MCE)','1','0'),(2552,'','MDX',17472,231,'Mercedes, Mercedes Airport (MDX)','1','0'),(2553,'','RDE',17478,102,'Merdey, Merdey Airport (RDE)','1','0'),(2554,'MX','MID',17484,141,'Merida, MX - Manuel Crescencio Rejon Intl Airport (MID)','1','0'),(2555,'VE','MRD',17486,235,'Merida, VE - Carnevalli Airport (MRD)','1','0'),(2556,'','YMB',17512,39,'Merritt, Merritt Airport (YMB)','1','0'),(2557,'','MEP',17517,132,'Mersing, Mersing Airport (MEP)','1','0'),(2558,'TR','MZH',17526,222,'Merzifon, TR - Amasya Merzifon Airport (MZH)','1','0'),(2559,'US','MSC',31930,231,'Mesa, US - Falcon Field Airport (MSC)','1','0'),(2560,'','MFH',17540,231,'Mesquite, Mesquite Airport (MFH)','1','0'),(2561,'','MEZ',17545,195,'Messina, Messina Airport (MEZ)','1','0'),(2562,'','ANN',17565,231,'Metlakatla, Annette Island Airport (ANN)','1','0'),(2563,'MX','MXL',17584,141,'Mexicali, MX - Gen Rodolfo Sanchez Taboada Intl Airport (MXL)','1','0'),(2564,'ZM','MFU',17602,242,'Mfuwe, ZM - Mfuwe Airport (MFU)','1','0'),(2565,'US','MIA',31932,231,'Miami, US - Miami Intl Airport (MIA)','1','0'),(2566,'','TNT',31932,231,'Miami, Dade-Collier Training and Transition Airport (TNT)','1','0'),(2567,'','ZVA',17609,130,'Miandrivazo, Miandrivazo Airport (ZVA)','1','0'),(2568,'','MWD',17611,166,'Mianwali, PAF Base M.M. Alam (MWD)','1','0'),(2569,'','MMM',17634,13,'Middlemount, Middlemount Airport (MMM)','1','0'),(2570,'US','MAF',17645,231,'Midland, US - Midland Intl Airport (MAF)','1','0'),(2571,'FI','MIK',17680,75,'Mikkeli, FI - Mikkeli (MIK)','1','0'),(2572,'US','BML',17686,231,'Milan, US - Berlin Regional (BML)','1','0'),(2573,'US','MLS',17695,231,'Miles City, US - Frank Wiley Field Airport (MLS)','1','0'),(2574,'','MLF',17697,231,'Milford, Milford Municipal Airport (MLF)','1','0'),(2575,'','MFN',17700,157,'Milford Sound, Milford Sound Airport (MFN)','1','0'),(2576,'GR','MLO',17734,86,'Milos, GR - Milos Airport (MLO)','1','0'),(2577,'US','MKE',17744,231,'Milwaukee, US - General Mitchell Intl Airport (MKE)','1','0'),(2578,'MX','MTT',17759,141,'Minatitlan, MX - Minatitlan/Coatzacoalcos National Airport (MTT)','1','0'),(2579,'RU','MRV',17772,181,'Mineralnye Vody, RU - Min Vody Airport (MRV)','1','0'),(2580,'US','MSP',17783,231,'Minneapolis, US - Minneapolis-St Paul Intl Airport (MSP)','1','0'),(2581,'US','LVN',17786,231,'Minnesota City, US - Airlake (LVN)','1','0'),(2582,'US','ARV',17788,231,'Minocqua, US - Lakeland (Noble F. Lee Memorial Field) (ARV)','1','0'),(2583,'US','MOT',17793,231,'Minot, US - Minot Intl Airport (MOT)','1','0'),(2584,'','MHP',17794,20,'Minsk, Minsk-1 Airport (MHP)','1','0'),(2585,'BY','MSQ',17794,20,'Minsk, BY - Minsk Intl Airport (MSQ)','1','0'),(2586,'US','MNT',17798,231,'Minto, US - Minto Airport (MNT)','1','0'),(2587,'','MVX',17803,80,'Minvoul, Minvoul Airport (MVX)','1','0'),(2588,'','MFS',17810,172,'Miraflores, Miraflores Airport (MFS)','1','0'),(2589,'','MJR',17812,231,'Miramar, Miramar Airport (MJR)','1','0'),(2590,'CA','YCH',17817,39,'Miramichi, CA - Miramichi (YCH)','1','0'),(2591,'MY','MYY',17832,132,'Miri, MY - Miri Airport (MYY)','1','0'),(2592,'','MPD',17836,166,'Mirpur Khas, Sindhri Airport (MPD)','1','0'),(2593,'JP','MSJ',17840,110,'Misawa, JP - Misawa Airport (MSJ)','1','0'),(2594,'US','MSO',17853,231,'Missoula, US - Missoula Intl Airport (MSO)','1','0'),(2595,'LY','MRA',17860,123,'Misurata, LY - Misurata Airport (MRA)','1','0'),(2596,'US','MHE',17863,231,'Mitchell, US - Mitchell Municipal (MHE)','1','0'),(2597,'','MTQ',17863,231,'Mitchell, Mitchell Airport (MTQ)','1','0'),(2598,'','MZC',17879,80,'Mitzic, Mitzic Airport (MZC)','1','0'),(2599,'','MIP',17880,106,'Mitzpe Ramon, Mitzpe Ramon Airport (MIP)','1','0'),(2600,'JP','MYE',17884,110,'Miyake Jima, JP - Miyakejiima Airport (MYE)','1','0'),(2601,'JP','KMI',17889,110,'Miyazaki, JP - Miyazaki Airport (KMI)','1','0'),(2602,'ET','MTF',17892,70,'Mizan Teferi, ET - Mizan Teferi Airport (MTF)','1','0'),(2603,'','MBM',17894,195,'Mkambati, Mkambati Airport (MBM)','1','0'),(2604,'','MZQ',17895,195,'Mkuze, Mkuze Airport (MZQ)','1','0'),(2605,'ZA','MBD',17898,195,'Mmabatho, ZA - Mmabatho/Mafikeng Airport (MBD)','1','0'),(2606,'NO','MQN',31953,164,'Mo I Rana, NO - Mo i Rana Airport Rossvoll (MQN)','1','0'),(2607,'US','CNY',17900,231,'Moab, US - Canyonlands Field Airport (CNY)','1','0'),(2608,'','MGX',17901,80,'Moabi, Moabi Airport (MGX)','1','0'),(2609,'FJ','MFJ',17902,74,'Moala, FJ - Moala Airport (MFJ)','1','0'),(2610,'ID','ONI',17906,102,'Moanamani, ID - Moanamani Airport (ONI)','1','0'),(2611,'','MFF',17907,80,'Moanda, Moanda Airport (MFF)','1','0'),(2612,'','MNB',17907,80,'Moanda, Muanda Airport (MNB)','1','0'),(2613,'US','MOB',17910,231,'Mobile, US - Mobile Regional Airport (MOB)','1','0'),(2614,'','MBG',17911,231,'Mobridge, Mobridge Municipal Airport (MBG)','1','0'),(2615,'US','MOD',17917,231,'Modesto, US - Modesto City-County Airport (MOD)','1','0'),(2616,'BY','MVQ',17935,20,'Mogilev, BY - Mogilev (MVQ)','1','0'),(2617,'KM','NWA',17944,50,'Moheli, KM - Mohéli Bandar Es Eslam Airport (NWA)','1','0'),(2618,'US','MHV',17958,231,'Mojave, US - Mojave (MHV)','1','0'),(2619,'','MKH',17962,121,'Mokhotlong, Mokhotlong Airport (MKH)','1','0'),(2620,'','OKU',17967,151,'Mokuti Lodge, Mokuti Lodge Airport (OKU)','1','0'),(2621,'NO','MOL',17971,164,'Molde, NO - Molde Airport Aro (MOL)','1','0'),(2622,'US','MLI',17979,231,'Moline, US - Quad City Intl Airport (MLI)','1','0'),(2623,'KE','MBA',18001,113,'Mombasa, KE - Moi Intl Airport (MBA)','1','0'),(2624,'','MIF',18018,231,'Monahans, Roy Hurd Memorial Airport (MIF)','1','0'),(2625,'TN','MIR',18021,220,'Monastir, TN - Skanes Airport (MIR)','1','0'),(2626,'JP','MBE',18024,110,'Monbetsu, JP - Okhotsk Monbetsu Airport (MBE)','1','0'),(2627,'CA','YQM',18038,39,'Moncton, CA - Greater Moncton Intl Airport (YQM)','1','0'),(2628,'','MNR',18074,242,'Mongu, Mongu Airport (MNR)','1','0'),(2629,'','MYZ',18079,131,'Monkey Bay, Monkey Bay Airport (MYZ)','1','0'),(2630,'US','MLU',18094,231,'Monroe, US - Monroe Regional Airport (MLU)','1','0'),(2631,'LR','MLW',18097,122,'Monrovia, LR - Spriggs Payne Airport (MLW)','1','0'),(2632,'LR','ROB',18097,122,'Monrovia, LR - Roberts Intl Airport (ROB)','1','0'),(2633,'CA','YYY',31957,39,'Mont Joli, CA - Mont-Joli Airport (YYY)','1','0'),(2634,'','ROF',18119,231,'Montague, Montague Airport (ROF)','1','0'),(2635,'MC','MCM',18163,145,'Monte Carlo, MC - Monaco Heliport (MCM)','1','0'),(2636,'JM','MBJ',18188,109,'Montego Bay, JM - Sangster Intl Airport (MBJ)','1','0'),(2637,'US','MRY',18216,231,'Monterey, US - Monterey Peninsula Airport (MRY)','1','0'),(2638,'CO','MTR',18217,49,'Monteria, CO - Los Garzones Airport (MTR)','1','0'),(2639,'','MOY',18222,141,'Monterrey, Monterrey Airport (MOY)','1','0'),(2640,'MX','MTY',18222,141,'Monterrey, MX - Gen Mariano Escobedo Intl Airport (MTY)','1','0'),(2641,'BR','MOC',18223,30,'Montes Claros, BR - Montes Claros Airport (MOC)','1','0'),(2642,'UY','MVD',18237,230,'Montevideo, UY - Carrasco Intl Airport (MVD)','1','0'),(2643,'FR','AVN',18243,76,'Montfavet, FR - Avignon Airport (AVN)','1','0'),(2644,'US','MGM',18252,231,'Montgomery, US - Montgomery Regional Airport / Dannelly Field (MGM)','1','0'),(2645,'','MXC',18259,76,'Monticello, Monticello Airport (MXC)','1','0'),(2646,'US','MSV',18260,231,'Monticello, US - Sullivan County International (MSV)','1','0'),(2647,'FR','MCU',18280,76,'Montlucon, FR - Montluçon – Guéret Airport (MCU)','1','0'),(2648,'FR','MPL',18300,76,'Montpellier, FR - Frejorgues Airport (MPL)','1','0'),(2649,'CA','YHU',18301,39,'Montreal, CA - Saint-Hubert Airport (YHU)','1','0'),(2650,'CA','YMX',18301,39,'Montreal, CA - Mirabel Intl Airport (YMX)','1','0'),(2651,'CA','YUL',18301,39,'Montreal, CA - Pierre Elliott Trudeau Intl Airport (YUL)','1','0'),(2652,'US','MTJ',18314,231,'Montrose, US - Montrose Regional Airport (MTJ)','1','0'),(2653,'MS','MNI',18324,147,'Montserrat, MS - John A Osborne Airport (MNI)','1','0'),(2654,'','NYW',18333,150,'Monywa, Monywa Airport (NYW)','1','0'),(2655,'','MOO',18341,13,'Moomba, Moomba Airport (MOO)','1','0'),(2656,'PF','MOZ',18346,78,'Moorea, PF - Moorea Island - Temae Airport (MOZ)','1','0'),(2657,'CA','YMO',18363,39,'Moosonee, CA - Moosonee Airport (YMO)','1','0'),(2658,'SE','MXX',18366,209,'Mora, SE - Mora Siljan Airport (MXX)','1','0'),(2659,'','TVA',18369,130,'Morafenobe, Morafenobe Airport (TVA)','1','0'),(2660,'','MWB',18388,13,'Morawa, Morawa Airport (MWB)','1','0'),(2661,'','MHY',18403,231,'Morehead, Morehead Airport (MHY)','1','0'),(2662,'MX','MLM',18405,141,'Morelia, MX - Gen Francisco J Mujica Intl Airport (MLM)','1','0'),(2663,'US','MGW',18418,231,'Morgantown, US - Morgantown Municipal Airport (MGW)','1','0'),(2664,'JP','HNA',18429,110,'Morioka, JP - Iwate-Hanamaki Airport (HNA)','1','0'),(2665,'','MXM',18446,130,'Morombe, Morombe Airport (MXM)','1','0'),(2666,'MG','MOQ',18448,130,'Morondava, MG - Morondava Airport (MOQ)','1','0'),(2667,'KM','HAH',18450,50,'Moroni, KM - Prince Said Ibrahim Intl Airport (HAH)','1','0'),(2668,'','YVA',18450,50,'Moroni, Iconi Airport (YVA)','1','0'),(2669,'ID','OTI',18451,102,'Morotai Island, ID - Pitu Airport (OTI)','1','0'),(2670,'','MOX',18456,231,'Morris, Morris Municipal Airport (MOX)','1','0'),(2671,'US','MMU',18460,231,'Morristown, US - Morristown Municipal Airport (MMU)','1','0'),(2672,'','MOR',18460,231,'Morristown, Morristown Regional Airport (MOR)','1','0'),(2673,'','BKA',18487,231,'Moscow, Bykovo Airport (BKA)','1','0'),(2674,'','OSF',18487,231,'Moscow, Ostafyevo International Airport (OSF)','1','0'),(2675,'RU','DME',18488,181,'Moscow, RU - Domodedovo Intl Airport (DME)','1','0'),(2676,'RU','SVO',18488,181,'Moscow, RU - Sheremetyevo Intl Airport (SVO)','1','0'),(2677,'RU','VKO',18488,181,'Moscow, RU - Vnukovo Intl Airport (VKO)','1','0'),(2678,'US','KMY',18493,231,'Moser Bay, US - Moser Bay Seaplane Base (KMY)','1','0'),(2679,'US','MWH',18494,231,'Moses Lake, US - Grant County Intl Airport (MWH)','1','0'),(2680,'NO','MJF',18499,164,'Mosjoen, NO - Mosjoen Airport Kjaerstad (MJF)','1','0'),(2681,'','MSX',18510,51,'Mossendjo, Mossendjo Airport (MSX)','1','0'),(2682,'BA','OMO',18515,27,'Mostar, BA - Mostar Intl Airport (OMO)','1','0'),(2683,'VU','MTV',18520,233,'Mota Lava, VU - Mota Lava Airport (MTV)','1','0'),(2684,'','MZP',18533,157,'Motueka, Motueka Aerodrome (MZP)','1','0'),(2685,'','MJL',18538,80,'Mouila, Mouila Airport (MJL)','1','0'),(2686,'PG','HGU',18555,170,'Mount Hagen, PG - Kagamuga Airport (HGU)','1','0'),(2687,'','LLY',32011,231,'Mount Holly, South Jersey Regional Airport (LLY)','1','0'),(2688,'','MMG',32025,13,'Mount Magnet, Mount Magnet Airport (MMG)','1','0'),(2689,'','MPS',32031,231,'Mount Pleasant, Mount Pleasant Regional Airport (MPS)','1','0'),(2690,'','MSD',32031,231,'Mount Pleasant, Mount Pleasant Airport (MSD)','1','0'),(2691,'','MHS',32038,231,'Mount Shasta, Dunsmuir Municipal-Mott Airport (MHS)','1','0'),(2692,'','WMH',32055,231,'Mountain Home, Ozark Regional Airport (WMH)','1','0'),(2693,'US','MOU',32061,231,'Mountain Village, US - Mountain Village Airport (MOU)','1','0'),(2694,'','MBP',18582,172,'Moyobamba, Moyobamba Airport (MBP)','1','0'),(2695,'NA','MPA',18589,151,'Mpacha, NA - Katima Mulilo Airport (MPA)','1','0'),(2696,'','DUK',18597,195,'Mtubatuba, Dukuduku Airport (DUK)','1','0'),(2697,'TZ','MYW',18599,214,'Mtwara, TZ - Mtwara Airport (MYW)','1','0'),(2698,'AU','DGE',18608,13,'Mudgee, AU - Mudgee Airport (DGE)','1','0'),(2699,'MY','MKM',18637,132,'Mukah, MY - Mukah Airport (MKM)','1','0'),(2700,'YE','RIY',18638,240,'Mukalla, YE - Riyan Mukalla Airport (RIY)','1','0'),(2701,'YE','UKR',18642,240,'Mukeiras, YE - Mukeiras Airport (UKR)','1','0'),(2702,'','LII',18664,102,'Mulia, Mulia Airport (LII)','1','0'),(2703,'','MVK',18665,13,'Mulka, Mulka Airport (MVK)','1','0'),(2704,'','ULL',18666,482,'Mull, Glenforsa Airfield (ULL)','1','0'),(2705,'PK','MUX',18674,166,'Multan, PK - Multan Airport (MUX)','1','0'),(2706,'IN','BOM',18676,101,'Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)','1','0'),(2707,'US','MIE',18681,231,'Muncie, US - Delaware County Regional Airport (MIE)','1','0'),(2708,'SB','MUA',18683,193,'Munda, SB - Munda Airport (MUA)','1','0'),(2709,'','MNE',18691,13,'Mungeranie, Mungeranie Airport (MNE)','1','0'),(2710,'DE','MUC',18694,83,'Munich, DE - Franz Josef Strauss Airport (MUC)','1','0'),(2711,'ES','MJV',32065,199,'Murcia, ES - Murcia-San Javier Airport (MJV)','1','0'),(2712,'','RMU',32065,199,'Murcia, Región de Murcia International Airport (RMU)','1','0'),(2713,'RU','MMK',18732,181,'Murmansk, RU - Murmansk Airport (MMK)','1','0'),(2714,'','RBK',18750,231,'Murrieta, French Valley Airport (RBK)','1','0'),(2715,'OM','MCT',18762,165,'Muscat, OM - Seeb Intl Airport (MCT)','1','0'),(2716,'US','MSL',18764,231,'Muscle Shoals, US - Northwest Alabama Regional Airport (MSL)','1','0'),(2717,'US','MKG',18767,231,'Muskegon, US - Muskegon County Airport (MKG)','1','0'),(2718,'CA','MSA',18770,39,'Muskrat Dam, CA - Muskrat Dam Airport (MSA)','1','0'),(2719,'','MUZ',18771,214,'Musoma, Musoma Airport (MUZ)','1','0'),(2720,'','MUF',18784,102,'Muting, Muting Airport (MUF)','1','0'),(2721,'','UTB',18786,13,'Muttaburra, Muttaburra Airport (UTB)','1','0'),(2722,'','MFG',18796,166,'Muzaffarabad, Muzaffarabad Airport (MFG)','1','0'),(2723,'','MZU',18797,101,'Muzaffarpur, Muzaffarpur Airport (MZU)','1','0'),(2724,'TZ','MWZ',18798,214,'Mwanza, TZ - Mwanza Airport (MWZ)','1','0'),(2725,'US','MYR',18816,231,'Myrtle Beach, US - Myrtle Beach Intl Airport (MYR)','1','0'),(2726,'IN','MYQ',18821,101,'Mysore, IN - Mysore Airport (MYQ)','1','0'),(2727,'GR','MJT',18826,86,'Mytilene, GR - Mytilene Airport (MJT)','1','0'),(2728,'','MZF',18830,195,'Mzamba, Wild Coast Sun Airport (MZF)','1','0'),(2729,'','ZZU',18832,131,'Mzuzu, Mzuzu Airport (ZZU)','1','0'),(2730,'RU','NBC',18842,181,'Naberevnye Chelny, RU - Begishevo Airport (NBC)','1','0'),(2731,'ID','NBX',18844,102,'Nabire, ID - Nabire Airport (NBX)','1','0'),(2732,'','NCH',18850,214,'Nachingwea, Nachingwea Airport (NCH)','1','0'),(2733,'US','OCH',18853,231,'Nacogdoches, US - A. L. Mangham Jr. Regional (OCH)','1','0'),(2734,'FJ','NAN',18855,74,'Nadi, FJ - Nadi Intl Airport (NAN)','1','0'),(2735,'MA','NDR',18857,148,'Nador, MA - Nador Airport (NDR)','1','0'),(2736,'JP','NGS',18870,110,'Nagasaki, JP - Nagasaki Airport (NGS)','1','0'),(2737,'','OMJ',18870,110,'Nagasaki, Ōmura Airport (OMJ)','1','0'),(2738,'JP','NGO',18875,110,'Nagoya, JP - Chubu Centrair Intl Airport (NGO)','1','0'),(2739,'IN','NAG',18876,101,'Nagpur, IN - Sonegaon Airport (NAG)','1','0'),(2740,'ID','NAH',18881,102,'Naha, ID - Naha Airport (NAH)','1','0'),(2741,'CA','YDP',18891,39,'Nain, CA - Nain Airport (YDP)','1','0'),(2742,'KE','NBO',18894,113,'Nairobi, KE - Jomo Kenyatta Intl Airport (NBO)','1','0'),(2743,'KE','WIL',18894,113,'Nairobi, KE - Wilson Airport (WIL)','1','0'),(2744,'JP','SHB',18903,110,'Nakashibetsu, JP - Nakashibetsu Airport (SHB)','1','0'),(2745,'TH','NAK',34261,215,'Nakhon Ratchasima, TH - Nakhon Ratchasima (NAK)','1','0'),(2746,'','NNK',18907,231,'Naknek, Naknek Airport (NNK)','1','0'),(2747,'RU','NAL',18913,181,'Nalchik, RU - Nalchik Airport (NAL)','1','0'),(2748,'','NBH',18918,13,'Nambucca Heads, Nambucca Heads Airport (NBH)','1','0'),(2749,'AO','MSZ',18921,6,'Namibe, AO - Yuri Gagarin Airport (MSZ)','1','0'),(2750,'','NAM',18922,102,'Namlea, Namlea Airport (NAM)','1','0'),(2751,'','ANO',18926,149,'Nampula, Angoche Airport (ANO)','1','0'),(2752,'MZ','APL',18926,149,'Nampula, MZ - Nampula Airport (APL)','1','0'),(2753,'','NRE',18927,102,'Namrole, Namrole Airport (NRE)','1','0'),(2754,'NO','OSY',18928,164,'Namsos, NO - Namsos Airport Hoknesora (OSY)','1','0'),(2755,'','ZNU',18929,136,'Namu, Namu Water Aerodrome (ZNU)','1','0'),(2756,'CA','YCD',18933,39,'Nanaimo, CA - Nanaimo Airport (YCD)','1','0'),(2757,'CN','KHN',18939,46,'Nanchang, CN - Nanchang Changbei Intl Airport (KHN)','1','0'),(2758,'IN','NDC',18942,101,'Nanded, IN - Shri Guru Gobind Singh Ji Airport (NDC)','1','0'),(2759,'CA','YSR',18947,39,'Nanisivik, CA - Nanisivik Airport (YSR)','1','0'),(2760,'CN','NKG',18949,46,'Nanjing, CN - Nanjing Lukou Intl Airport (NKG)','1','0'),(2761,'GL','JNN',18955,87,'Nanortalik, GL - Nanortalik Heliport (JNN)','1','0'),(2762,'FR','NTE',18962,76,'Nantes, FR - Chateau Bougon Airport (NTE)','1','0'),(2763,'US','ACK',18969,231,'Nantucket, US - Nantucket Memorial Airport (ACK)','1','0'),(2764,'KE','NYK',18975,113,'Nanyuki, KE - Nanyuki Airfield (NYK)','1','0'),(2765,'US','APC',32073,231,'Napa, US - Napa County (APC)','1','0'),(2766,'NZ','NPE',18984,157,'Napier, NZ - Napier - Hawkes Bay Airport (NPE)','1','0'),(2767,'US','APF',18986,231,'Naples, US - Naples Municipal Airport (APF)','1','0'),(2768,'IT','NAP',18987,107,'Naples, IT - Capodichino Airport (NAP)','1','0'),(2769,'','NAU',18995,78,'Napuka, Napuka Airport (NAU)','1','0'),(2770,'','NRM',18996,110,'Nara, Keibane Airport (NRM)','1','0'),(2771,'','NAC',18997,13,'Naracoorte, Naracoorte Airport (NAC)','1','0'),(2772,'TH','NAW',19002,215,'Narathiwat, TH - Narathiwat Airport (NAW)','1','0'),(2773,'CO','NAR',19008,49,'Nare, CO - Puerto Nare Airport (NAR)','1','0'),(2774,'GL','UAK',19025,87,'Narsarsuaq, GL - Narsarsuaq (UAK)','1','0'),(2775,'NO','NVK',19030,164,'Narvik, NO - Narvik Airport Framnes (NVK)','1','0'),(2776,'','ISK',19034,101,'Nashik, Ozar Airport (ISK)','1','0'),(2777,'US','ASH',19035,231,'Nashua, US - Boire Field (ASH)','1','0'),(2778,'US','BNA',19036,231,'Nashville, US - Nashville Intl Airport (BNA)','1','0'),(2779,'BR','NAT',19049,30,'Natal, BR - Augusto Severo Airport (NAT)','1','0'),(2780,'CA','YNA',19054,39,'Natashquan, CA - Natashquan Airport (YNA)','1','0'),(2781,'BR','NVT',19092,30,'Navegantes, BR - Navegantes Airport (NVT)','1','0'),(2782,'','NZC',19110,172,'Nazca, Maria Reiche Neuman Airport (NZC)','1','0'),(2783,'ZM','NLA',19115,242,'Ndola, ZM - Ndola Airport (NLA)','1','0'),(2784,'','NCI',19128,49,'Necocli, Antioquia Airport (NCI)','1','0'),(2785,'','GXG',19144,6,'Negage, Negage Airport (GXG)','1','0'),(2786,'LK','CMB',19147,200,'Negombo, LK - Bandaranaike Intl Airport (CMB)','1','0'),(2787,'JM','NEG',19151,109,'Negril, JM - Negril Aerodrome (NEG)','1','0'),(2788,'SA','EAM',19158,186,'Nejran, SA - Nejran Airport (EAM)','1','0'),(2789,'ET','NEK',19159,70,'Nekemt, ET - Nekemte Airport (NEK)','1','0'),(2790,'NZ','NSN',19168,157,'Nelson, NZ - Nelson Airport (NSN)','1','0'),(2791,'US','NLG',19170,231,'Nelson Lagoon, US - Nelson Lagoon Airport (NLG)','1','0'),(2792,'ZA','NLP',19173,195,'Nelspruit, ZA - Nelspruit Airport (NLP)','1','0'),(2793,'CA','YNS',19180,39,'Nemiscau, CA - Nemiscau Airport (YNS)','1','0'),(2794,'','ENN',19183,231,'Nenana, Nenana Municipal Airport (ENN)','1','0'),(2795,'','NPH',19192,231,'Nephi, Nephi Municipal Airport (NPH)','1','0'),(2796,'RU','NER',19206,181,'Neryungri, RU - Neryungri Airport (NER)','1','0'),(2797,'AR','CPC',19252,10,'Neuquen, AR - Aviador Carlos Campos Airport (CPC)','1','0'),(2798,'AR','NQN',19252,10,'Neuquen, AR - Presidente Peron Intl Airport (NQN)','1','0'),(2799,'US','BAM',19274,231,'Nevada, US - Battle Mountain (Lander County) (BAM)','1','0'),(2800,'FR','NVS',19275,76,'Nevers, FR - Nevers (NVS)','1','0'),(2801,'KN','NEV',19281,202,'Nevis, KN - Newcastle Airport (NEV)','1','0'),(2802,'US','EWB',32091,231,'New Bedford, US - New Bedford Regional Airport (EWB)','1','0'),(2803,'US','EWN',32093,231,'New Bern, US - Coastal Carolina Regional Airport (EWN)','1','0'),(2804,'US','HVN',32119,231,'New Haven, US - Tweed - New Haven Airport (HVN)','1','0'),(2805,'US','LFT',32124,231,'New Iberia, US - Lafayette Regional Airport (LFT)','1','0'),(2806,'US','MSY',32137,231,'New Orleans, US - Louis Armstrong New Orleans Intl Airport (MSY)','1','0'),(2807,'US','KNW',32153,231,'New Stuyahok, US - New Stuyahok Airport (KNW)','1','0'),(2808,'US','EWR',32159,231,'New York, US - Newark Liberty Intl Airport (EWR)','1','0'),(2809,'US','JFK',32159,231,'New York, US - John F Kennedy Intl Airport (JFK)','1','0'),(2810,'US','JRB',32159,231,'New York, US - Downtown Manhattan H/p Airport (JRB)','1','0'),(2811,'US','LGA',32159,231,'New York, US - LaGuardia Airport (LGA)','1','0'),(2812,'','ECS',19311,482,'Newcastle, Mondell Field (ECS)','1','0'),(2813,'GB','NCL',19311,482,'Newcastle, GB - Newcastle Airport (NCL)','1','0'),(2814,'','NCS',19311,482,'Newcastle, Newcastle Airport (NCS)','1','0'),(2815,'AU','BEO',19313,13,'Newcastle, AU - Newcastle - Belmont Airport (BEO)','1','0'),(2816,'','NPT',19345,105,'Newport, Newport State Airport (NPT)','1','0'),(2817,'','NWH',19345,105,'Newport, Parlin Field (NWH)','1','0'),(2818,'US','WWT',19352,231,'Newtok, US - Newtok Airport (WWT)','1','0'),(2819,'','NVY',19365,101,'Neyveli, Neyveli Airport (NVY)','1','0'),(2820,'','RPM',19378,13,'Ngukurr, Ngukurr Airport (RPM)','1','0'),(2821,'US','IAG',19383,231,'Niagara Falls, US - Niagara Falls Intl Airport (IAG)','1','0'),(2822,'FR','NCE',19391,76,'Nice, FR - Cote d`Azur Airport (NCE)','1','0'),(2823,'','NIC',19399,57,'Nicosia, Nicosia International Airport (NIC)','1','0'),(2824,'','NCT',19401,54,'Nicoya, Nicoya Guanacaste Airport (NCT)','1','0'),(2825,'US','NME',19443,231,'Nightmute, US - Nightmute Airport (NME)','1','0'),(2826,'JP','KIJ',19445,110,'Niigata, JP - Niigata Airport (KIJ)','1','0'),(2827,'US','NIB',19457,231,'Nikolai, US - Nikolai Airport (NIB)','1','0'),(2828,'','NIG',19463,114,'Nikunau, Nikunau Airport (NIG)','1','0'),(2829,'','NLE',19467,231,'Niles, Jerry Tyler Memorial Airport (NLE)','1','0'),(2830,'FR','FNI',19473,76,'Nimes, FR - Nimes Airport (FNI)','1','0'),(2831,'CN','NGB',19474,46,'Ningbo, CN - Ningbo Lishe Intl Airport (NGB)','1','0'),(2832,'','NIN',19478,231,'Ninilchik, Ninilchik Airport (NIN)','1','0'),(2833,'','NIO',19481,52,'Nioki, Nioki Airport (NIO)','1','0'),(2834,'YU','INI',19485,241,'Nis, YU - Constantine the Great Airport (INI)','1','0'),(2835,'TO','NTT',19499,218,'Niuatoputapu, TO - Niuatoputapu Airport (NTT)','1','0'),(2836,'RU','GOJ',19506,181,'Nizhniy Novgorod, RU - Nizhniy Novgorod Airport (GOJ)','1','0'),(2837,'','NKY',19510,51,'Nkayi, Yokangassi Airport (NKY)','1','0'),(2838,'US','WTK',19517,231,'Noatak, US - Noatak Airport (WTK)','1','0'),(2839,'US','NNL',19556,231,'Nondalton, US - Nondalton Airport (NNL)','1','0'),(2840,'','NON',19560,114,'Nonouti, Nonouti Airport (NON)','1','0'),(2841,'US','ORV',19569,231,'Noorvik, US - Noorvik Airport (ORV)','1','0'),(2842,'','NSV',19571,13,'Noosaville, Noosa Airport (NSV)','1','0'),(2843,'DE','NRD',19587,83,'Norderney, DE - Norderney Airport (NRD)','1','0'),(2844,'UK','KNF',19601,231,'Norfolk, UK - Marham RAF (KNF)','1','0'),(2845,'US','OFK',19601,231,'Norfolk, US - Karl Stefan Memorial Airport (OFK)','1','0'),(2846,'US','ORF',19601,231,'Norfolk, US - Norfolk Intl Airport (ORF)','1','0'),(2847,'NF','NLK',19603,162,'Norfolk Island, NF - Norfolk Island Airport (NLK)','1','0'),(2848,'RU','NSK',19605,181,'Norilsk, RU - Norilsk Airport (NSK)','1','0'),(2849,'CA','YVQ',34698,39,'Norman Wells, CA - Norman Wells (YVQ)','1','0'),(2850,'SE','NRK',19616,209,'Norrkoping, SE - Kungsangen Airport (NRK)','1','0'),(2851,'','NSM',19618,13,'Norseman, Norseman Airport (NSM)','1','0'),(2852,'VU','NUS',19619,233,'Norsup, VU - Norsup Airport (NUS)','1','0'),(2853,'CA','YQW',19623,39,'North Battleford, CA - North Battleford (YQW)','1','0'),(2854,'US','CAK',32195,231,'North Canton, US - Akron Canton Regional Airport (CAK)','1','0'),(2855,'BS','ELH',19628,16,'North Eleuthera, BS - North Eleuthera Airport (ELH)','1','0'),(2856,'','NCO',32240,231,'North Kingstown, Quonset State Airport (NCO)','1','0'),(2857,'US','LBF',32265,231,'North Platte, US - North Platte Regional Airport/Lee Bird Field (LBF)','1','0'),(2858,'GB','NRL',32279,482,'North Ronaldsay, GB - North Ronaldsay Airport (NRL)','1','0'),(2859,'CA','YNE',19686,39,'Norway House, CA - Norway House Airport (YNE)','1','0'),(2860,'','NQT',19704,469,'Nottingham, Nottingham Airport (NQT)','1','0'),(2861,'MR','NKC',19706,138,'Nouakchott, MR - Nouakchott Airport (NKC)','1','0'),(2862,'NC','GEA',19707,156,'Noumea, NC - Magenta Airport (GEA)','1','0'),(2863,'NC','NOU',19707,156,'Noumea, NC - Tontouta Airport (NOU)','1','0'),(2864,'','NOT',19713,231,'Novato, Marin County Airport (NOT)','1','0'),(2865,'RU','NOZ',19732,181,'Novokuznetsk, RU - Spichenkovo Airport (NOZ)','1','0'),(2866,'RU','OVB',19734,181,'Novosibirsk, RU - Tolmachevo Airport (OVB)','1','0'),(2867,'MX','NLD',19758,141,'Nuevo Laredo, MX - Quetzalcoatl Intl Airport (NLD)','1','0'),(2868,'US','NUI',19761,231,'Nuiqsut, US - Nuiqsut Airport (NUI)','1','0'),(2869,'PF','NHV',19764,78,'Nuku Hiva, PF - Nuku Hiva (NHV)','1','0'),(2870,'UZ','NCU',19767,232,'Nukus, UZ - Nukus Airport (NCU)','1','0'),(2871,'US','NUL',19769,231,'Nulato, US - Nulato Airport (NUL)','1','0'),(2872,'','NUB',19774,13,'Numbulwar, Numbulwar Airport (NUB)','1','0'),(2873,'','FOO',19775,102,'Numfoor, Kornasoren Airport (FOO)','1','0'),(2874,'US','NUP',19776,231,'Nunapitchuk, US - Nunapitchuk Airport (NUP)','1','0'),(2875,'DE','NUE',19786,83,'Nuremberg, DE - Nuremberg Airport (NUE)','1','0'),(2876,'GL','GOH',19796,87,'Nuuk, GL - Nuuk Airport (GOH)','1','0'),(2877,'','NUA',19797,200,'Nuwara Eliya, Gregory Lake Seaplane Base (NUA)','1','0'),(2878,'','ZNC',19799,231,'Nyac, Nyac Airport (ZNC)','1','0'),(2879,'','NYN',19813,13,'Nyngan, Nyngan Airport (NYN)','1','0'),(2880,'US','ODW',32327,231,'Oak Harbor, US - AJ Eisenberg Airport (ODW)','1','0'),(2881,'','ODC',19828,231,'Oakdale, Oakdale Airport (ODC)','1','0'),(2882,'US','OAK',19831,231,'Oakland, US - Metropolitan Oakland Intl Airport (OAK)','1','0'),(2883,'','ODM',19831,231,'Oakland, Garrett County Airport (ODM)','1','0'),(2884,'NZ','OAM',19842,157,'Oamaru, NZ - Oamaru Aerodrome (OAM)','1','0'),(2885,'','OBA',19844,469,'Oban, Oban Airport (OBA)','1','0'),(2886,'','OBD',19845,102,'Obano, Obano Airport (OBD)','1','0'),(2887,'DE','OBF',19872,83,'Oberpfaffenhofen, DE - Oberpfaffenhofen (OBF)','1','0'),(2888,'JP','OBO',19896,110,'Obihiro, JP - Tokachi-Obihiro Airport (OBO)','1','0'),(2889,'','OBC',19897,60,'Obock, Obock Airport (OBC)','1','0'),(2890,'','OCV',19904,49,'Ocana, Aguas Claras Airport (OCV)','1','0'),(2891,'','ZOF',19909,39,'Ocean Falls, Ocean Falls Water Aerodrome (ZOF)','1','0'),(2892,'JM','OCJ',19911,109,'Ocho Rios, JM - Ian Fleming Intl Airport (OCJ)','1','0'),(2893,'DK','ODE',19926,59,'Odense, DK - Odense Airport (ODE)','1','0'),(2894,'UA','ODS',19932,227,'Odessa, UA - Odessa Central - Tsentrainy Airport (ODS)','1','0'),(2895,'','OGA',19954,231,'Ogallala, Searle Field (OGA)','1','0'),(2896,'US','OGS',19956,231,'Ogdensburg, US - Ogdensburg Intl Airport (OGS)','1','0'),(2897,'MK','OHD',19969,129,'Ohrid, MK - Ohrid Airport (OHD)','1','0'),(2898,'','OYK',19972,30,'Oiapoque, Oiapoque Airport (OYK)','1','0'),(2899,'JP','OIT',19978,110,'Oita, JP - Oita Airport (OIT)','1','0'),(2900,'','OKQ',19983,102,'Okaba, Okaba Airport (OKQ)','1','0'),(2901,'JP','OKJ',19991,110,'Okayama, JP - Okayama Airport (OKJ)','1','0'),(2902,'JP','OKE',20006,110,'Okino Erabu, JP - Okinoerabu Airport (OKE)','1','0'),(2903,'','OKN',20011,80,'Okondja, Okondja Airport (OKN)','1','0'),(2904,'','OKG',20013,51,'Okoyo, Okoyo Airport (OKG)','1','0'),(2905,'','OKL',20015,102,'Oksibil, Gunung Bintang Airport (OKL)','1','0'),(2906,'JP','OIR',20017,110,'Okushiri, JP - Okushiri Airport (OIR)','1','0'),(2907,'','OFJ',20018,100,'Olafsfjordur, Ólafsfjörður Airport (OFJ)','1','0'),(2908,'','JCI',20023,231,'Olathe, New Century AirCenter (JCI)','1','0'),(2909,'IT','OLB',20027,107,'Olbia, IT - Costa Smeralda Airport (OLB)','1','0'),(2910,'CA','YOC',32342,39,'Old Crow, CA - Old Crow Airport (YOC)','1','0'),(2911,'','ONY',20075,231,'Olney, Olney Municipal Airport (ONY)','1','0'),(2912,'','OLO',20079,58,'Olomouc, Olomouc Airport (OLO)','1','0'),(2913,'','OLJ',20084,233,'Olpoi, Olpoi Airport (OLJ)','1','0'),(2914,'US','OLM',20092,231,'Olympia, US - Hoskins Field Airport (OLM)','1','0'),(2915,'','MIQ',32358,231,'Omaha, Millard Airport (MIQ)','1','0'),(2916,'US','OMA',32358,231,'Omaha, US - Eppley Airfield (OMA)','1','0'),(2917,'GA','OMB',20102,80,'Omboue, GA - Omboué Hospital Airport (OMB)','1','0'),(2918,'RU','OMS',20113,181,'Omsk, RU - Omsk Airport (OMS)','1','0'),(2919,'NA','OND',20122,151,'Ondangwa, NA - Ondangwa Airport (OND)','1','0'),(2920,'','ONH',20131,231,'Oneonta, Oneonta Municipal Airport (ONH)','1','0'),(2921,'','ONU',20137,74,'Ono-i-lau, Ono-i-Lau Airport (ONU)','1','0'),(2922,'','OOT',20138,114,'Onotoa, Onotoa Airport (OOT)','1','0'),(2923,'','ONS',20140,13,'Onslow, Onslow Airport (ONS)','1','0'),(2924,'US','ONT',20141,231,'Ontario, US - Ontario Intl Airport (ONT)','1','0'),(2925,'BE','OST',20151,21,'Oostende, BE - Bruges Intl Airport (OST)','1','0'),(2926,'','OPW',20177,151,'Opuwo, Opuwa Airport (OPW)','1','0'),(2927,'RO','OMR',20180,179,'Oradea, RO - Oradea Intl Airport (OMR)','1','0'),(2928,'DZ','ORN',20183,3,'Oran, DZ - Oran Es Senia Airport (ORN)','1','0'),(2929,'NA','OMD',20190,151,'Oranjemund, NA - Oranjemund Airport (OMD)','1','0'),(2930,'TW','KYD',20207,212,'Orchid Island, TW - Lanyu Airport (KYD)','1','0'),(2931,'','OGU',20215,222,'Ordu, Ordu-Giresun Airport (OGU)','1','0'),(2932,'SE','ORB',20219,209,'Orebro, SE - Bofors Airport (ORB)','1','0'),(2933,'','FNU',20246,107,'Oristano, Oristano-Fenosu Airport (FNU)','1','0'),(2934,'US','MCO',20252,231,'Orlando, US - Orlando Intl Airport (MCO)','1','0'),(2935,'US','SFB',20252,231,'Orlando, US - Orlando Sanford Intl Airport (SFB)','1','0'),(2936,'','ORW',20257,166,'Ormara, Ormara Airport (ORW)','1','0'),(2937,'SE','OER',20267,209,'Ornskoldsvik, SE - Ornskoldsvik Airport (OER)','1','0'),(2938,'CO','ORC',20268,49,'Orocue, CO - Orocue Airport (ORC)','1','0'),(2939,'','ORS',20278,13,'Orpheus Island, Orpheus Island Resort Waterport (ORS)','1','0'),(2940,'JP','KIX',32378,110,'Osaka, JP - Kansai Intl Airport (KIX)','1','0'),(2941,'','OSC',20301,231,'Oscoda, Oscoda–Wurtsmith Airport (OSC)','1','0'),(2942,'KG','OSS',20303,117,'Osh, KG - Osh Airport (OSS)','1','0'),(2943,'','OHI',20304,151,'Oshakati, Oshakati Airport (OHI)','1','0'),(2944,'CA','YOO',20305,39,'Oshawa, CA - Oshawa Airport (YOO)','1','0'),(2945,'','OKS',20306,231,'Oshkosh, Garden County Airport (OKS)','1','0'),(2946,'US','OSH',20306,231,'Oshkosh, US - Wittman Regional Airport (OSH)','1','0'),(2947,'SE','OSK',20312,209,'Oskarshamn, SE - Oskarshamn Airport (OSK)','1','0'),(2948,'NO','OSL',20314,164,'Oslo, NO - Oslo Intl Airport Gardermoen (OSL)','1','0'),(2949,'NO','RYG',20314,164,'Oslo, NO - Moss Airport Rygge (RYG)','1','0'),(2950,'NO','TRF',20314,164,'Oslo, NO - Sandefjord Airport Torp (TRF)','1','0'),(2951,'CL','ZOS',20329,45,'Osorno, CL - Osorno Airport (ZOS)','1','0'),(2952,'SE','OSD',20353,209,'Ostersund, SE - Ostersund Airport (OSD)','1','0'),(2953,'','OTJ',20386,151,'Otjiwarongo, Otjiwarongo Airport (OTJ)','1','0'),(2954,'CA','YOW',20398,39,'Ottawa, CA - Macdonald-Cartier Intl Airport (YOW)','1','0'),(2955,'CA','YRO',20398,39,'Ottawa, CA - Ottawa/Rockcliffe (YRO)','1','0'),(2956,'US','OTM',20412,231,'Ottumwa, US - Ottumwa Industrial (OTM)','1','0'),(2957,'CO','OTU',20413,49,'Otu, CO - Alberto Jaramillo Sanchez Airport (OTU)','1','0'),(2958,'BF','OUA',20415,35,'Ouagadougou, BF - Ouagadougou Airport (OUA)','1','0'),(2959,'DZ','OGX',20417,3,'Ouargla, DZ - Ain Beida Airport (OGX)','1','0'),(2960,'MA','OZZ',20418,148,'Ouarzazate, MA - Ouarzazate Airport (OZZ)','1','0'),(2961,'CG','OUE',20429,51,'Ouesso, CG - Ouésso Airport (OUE)','1','0'),(2962,'MA','OUD',20434,148,'Oujda, MA - Les Angades Airport (OUD)','1','0'),(2963,'FI','OUL',20439,75,'Oulu, FI - Oulu Airport (OUL)','1','0'),(2964,'NC','UVE',20457,156,'Ouvea, NC - Ouvea Airport (UVE)','1','0'),(2965,'','OYN',20458,13,'Ouyen, Ouyen Airport (OYN)','1','0'),(2966,'IL','VDA',20464,106,'Ovda, IL - Ovda Airport (VDA)','1','0'),(2967,'','FTX',20482,51,'Owando, Owando Airport (FTX)','1','0'),(2968,'US','OWB',20488,231,'Owensboro, US - Daviess County Airport (OWB)','1','0'),(2969,'US','OXR',20498,231,'Oxnard, US - Oxnard Airport (OXR)','1','0'),(2970,'','OYE',20500,80,'Oyem, Oyem Airport (OYE)','1','0'),(2971,'ID','AEG',20539,102,'Padang, ID - Aek Godang Airport (AEG)','1','0'),(2972,'ID','PDG',20539,102,'Padang, ID - Tabing Airport (PDG)','1','0'),(2973,'DE','PAD',20543,83,'Paderborn, DE - Paderborn/Lippstadt Airport (PAD)','1','0'),(2974,'US','PAH',20549,231,'Paducah, US - Barkley Regional Airport (PAH)','1','0'),(2975,'AS','PPG',20561,4,'Pago Pago, AS - Pago Pago (Tafuna) Intl Airport (PPG)','1','0'),(2976,'','PGO',20562,231,'Pagosa Springs, Stevens Field (PGO)','1','0'),(2977,'','RON',20581,49,'Paipa, Juan José Rondón Airport (RON)','1','0'),(2978,'LA','PKZ',20594,118,'Pakse, LA - Pakse Intl Airport (PKZ)','1','0'),(2979,'','PLF',32393,231,'Pala, Pala Airport (PLF)','1','0'),(2980,'','PCH',20596,231,'Palacios, Palacios Airport (PCH)','1','0'),(2981,'','PSX',20596,231,'Palacios, Palacios Municipal Airport (PSX)','1','0'),(2982,'LT','PLQ',20608,125,'Palanga, LT - Palanga Airport (PLQ)','1','0'),(2983,'ID','PKY',20609,102,'Palangkaraya, ID - Tjilik Riwut (Panarung) Airport (PKY)','1','0'),(2984,'ID','PLM',20621,102,'Palembang, ID - Badaruddin Ii Airport (PLM)','1','0'),(2985,'','PQM',20623,141,'Palenque, Palenque International Airport (PQM)','1','0'),(2986,'','LBH',20647,12,'Palm Beach, Palm Beach Water Airport (LBH)','1','0'),(2987,'','PLI',20648,204,'Palm Island, Palm Island Airport (PLI)','1','0'),(2988,'','PMK',20648,204,'Palm Island, Palm Island Airport (PMK)','1','0'),(2989,'ES','PMI',32395,199,'Palma De Mallorca, ES - Palma de Mallorca (Son Sant Joan) Airport (PMI)','1','0'),(2990,'CR','PMZ',20652,54,'Palmar, CR - Palmar Sur Airport (PMZ)','1','0'),(2991,'BR','PMW',20655,30,'Palmas, BR - Palmas Airport (PMW)','1','0'),(2992,'US','PAQ',20659,231,'Palmer, US - Palmer Municipal (PAQ)','1','0'),(2993,'','PMX',20659,231,'Palmer, Metropolitan Airport (PMX)','1','0'),(2994,'NZ','PMR',20664,157,'Palmerston North, NZ - Palmerston North Airport (PMR)','1','0'),(2995,'','PMS',20669,231,'Palmyra, Palmyra Airport (PMS)','1','0'),(2996,'ID','PLW',20677,102,'Palu, ID - Mutiara Airport (PLW)','1','0'),(2997,'ES','PNA',20685,199,'Pamplona, ES - Pamplona Airport (PNA)','1','0'),(2998,'US','PFN',20693,231,'Panama City, US - Bay County Intl Airport (PFN)','1','0'),(2999,'ID','PKN',20713,102,'Pangkalanbuun, ID - Iskandar Airport (PKN)','1','0'),(3000,'ID','PGK',20714,102,'Pangkalpinang, ID - Depati Amir Airport (PGK)','1','0'),(3001,'MY','PKG',20715,132,'Pangkor, MY - Pangkor Airport (PKG)','1','0'),(3002,'CA','YXP',20717,39,'Pangnirtung, CA - Pangnirtung Airport (YXP)','1','0'),(3003,'','PNU',20720,231,'Panguitch, Panguitch Municipal Airport (PNU)','1','0'),(3004,'PK','PJG',20723,166,'Panjgur, PK - Panjgur Airport (PJG)','1','0'),(3005,'IT','PNL',20735,107,'Pantelleria, IT - Pantelleria Airport (PNL)','1','0'),(3006,'IN','PGH',20739,101,'Pantnagar, IN - Pantnagar Airport (PGH)','1','0'),(3007,'','WPO',20746,231,'Paonia, North Fork Valley Airport (WPO)','1','0'),(3008,'GB','PPW',20747,482,'Papa Westray, GB - Papa Westray Airport (PPW)','1','0'),(3009,'PF','PPT',20756,78,'Papeete, PF - Tahiti - Faaa Airport (PPT)','1','0'),(3010,'CY','PFO',20761,57,'Paphos, CY - Paphos Intl Airport (PFO)','1','0'),(3011,'','PYS',20772,231,'Paradise, Paradise Skypark (PYS)','1','0'),(3012,'','YDE',20775,39,'Paradise River, Paradise River Airport (YDE)','1','0'),(3013,'','ORG',20786,206,'Paramaribo, Zorg en Hoop Airport (ORG)','1','0'),(3014,'SR','PBM',20786,206,'Paramaribo, SR - Zanderij Intl Airport (PBM)','1','0'),(3015,'NZ','PPQ',20794,157,'Paraparaumu, NZ - Kapiti Coast Airport (PPQ)','1','0'),(3016,'','SIW',20795,102,'Parapat, Sibisa Airport (SIW)','1','0'),(3017,'','PRS',20796,193,'Parasi, Parasi Airport (PRS)','1','0'),(3018,'FR','CDG',20822,76,'Paris, FR - Charles De Gaulle (Roissy) Airport (CDG)','1','0'),(3019,'FR','ORY',20822,76,'Paris, FR - Orly Airport (ORY)','1','0'),(3020,'','VIY',20822,76,'Paris, Vélizy – Villacoublay Air Base (VIY)','1','0'),(3021,'FR','XCR',20822,76,'Paris, FR - Chalons Vatry Airport (XCR)','1','0'),(3022,'US','PRX',20823,231,'Paris, US - Cox Field (PRX)','1','0'),(3023,'US','PKB',20827,231,'Parkersburg, US - Mid-Ohio Valley Regional Airport (PKB)','1','0'),(3024,'IT','PMF',20841,107,'Parma, IT - Giuseppe Verdi Airport (PMF)','1','0'),(3025,'','PDN',20845,13,'Parndana, Parndana Airport (PDN)','1','0'),(3026,'BT','PBH',20849,25,'Paro, BT - Paro Airport (PBH)','1','0'),(3027,'','PGL',20877,231,'Pascagoula, Trent Lott International Airport (PGL)','1','0'),(3028,'US','PSC',20878,231,'Pasco, US - Tri-Cities Airport (PSC)','1','0'),(3029,'','IXT',34457,101,'Pasighat, Pasighat Airport (IXT)','1','0'),(3030,'PK','PSI',20884,166,'Pasni, PK - Pasni Airport (PSI)','1','0'),(3031,'BR','PFB',20891,30,'Passo Fundo, BR - Passo Fundo Airport (PFB)','1','0'),(3032,'CO','PSO',20893,49,'Pasto, CO - Antonio Narino Airport (PSO)','1','0'),(3033,'','IXP',20909,101,'Pathankot, Pathankot Airport (IXP)','1','0'),(3034,'IN','PAT',20918,101,'Patna, IN - Patna Airport (PAT)','1','0'),(3035,'GR','GPA',20921,86,'Patras, GR - Araxos Airport (GPA)','1','0'),(3036,'IS','PFJ',20922,100,'Patreksfjordur, IS - Patreksfjörður Airport (PFJ)','1','0'),(3037,'','PAN',20924,215,'Pattani, Pattani Airport (PAN)','1','0'),(3038,'','PYX',20925,215,'Pattaya, Pattaya Airpark (PYX)','1','0'),(3039,'CA','YPC',20937,39,'Paulatuk, CA - Nora Aliqatchialuk Ruben Airport (YPC)','1','0'),(3040,'KZ','PWQ',20944,112,'Pavlodar, KZ - Pavlodar Airport (PWQ)','1','0'),(3041,'UY','PDU',20960,230,'Paysandu, UY - Paysandu (PDU)','1','0'),(3042,'','PJB',20961,231,'Payson, Payson Airport (PJB)','1','0'),(3043,'CA','YPE',20965,39,'Peace River, CA - Peace River (YPE)','1','0'),(3044,'','PGS',20966,231,'Peach Springs, Grand Canyon Caverns Airport (PGS)','1','0'),(3045,'US','PDB',20998,231,'Pedro Bay, US - Pedro Bay Airport (PDB)','1','0'),(3046,'ID','PKU',21026,102,'Pekanbaru, ID - Simpang Tiga Airport (PKU)','1','0'),(3047,'US','PLN',21045,231,'Pellston, US - Pellston Regional Airport (PLN)','1','0'),(3048,'CA','YBB',21046,39,'Pelly Bay, CA - Kugaaruk Airport (formerly Pelly Bay Airport) (YBB)','1','0'),(3049,'CA','YUF',21046,39,'Pelly Bay, CA - Dewline Site Airport (YUF)','1','0'),(3050,'BR','PET',21049,30,'Pelotas, BR - Pelotas Intl Airport (PET)','1','0'),(3051,'MZ','POL',21052,149,'Pemba, MZ - Pemba Airport (POL)','1','0'),(3052,'CA','YTA',21060,39,'Pembroke, CA - Pembroke (YTA)','1','0'),(3053,'MY','PEN',21074,132,'Penang, MY - Penang Intl Airport (PEN)','1','0'),(3054,'US','PDT',21082,231,'Pendleton, US - Eastern Oregon Regional Airport at Pendleton (PDT)','1','0'),(3055,'CK','PYE',21103,53,'Penrhyn Island, CK - Tongareva Airport (PYE)','1','0'),(3056,'US','PNS',21107,231,'Pensacola, US - Pensacola Regional Airport (PNS)','1','0'),(3057,'GB','PZE',21116,482,'Penzance, GB - Penzance Airport (PZE)','1','0'),(3058,'US','PIA',21119,231,'Peoria, US - Gen Wayne A. Downing Peoria Intl Airport (PIA)','1','0'),(3059,'CO','PEI',21134,49,'Pereira, CO - Matecana Airport (PEI)','1','0'),(3060,'FR','PGX',21147,76,'Perigueux, FR - Perigueux Bassillac Airport (PGX)','1','0'),(3061,'','PMQ',21153,10,'Perito Moreno, Perito Moreno Airport (PMQ)','1','0'),(3062,'RU','PEE',21162,181,'Perm, RU - Perm Airport (PEE)','1','0'),(3063,'FR','PGF',21172,76,'Perpignan, FR - Rivesaltes Airport (PGF)','1','0'),(3064,'','FPY',21177,231,'Perry, Perry-Foley Airport (FPY)','1','0'),(3065,'','PRO',21177,231,'Perry, Perry Municipal Airport (PRO)','1','0'),(3066,'IT','PSR',21199,107,'Pescara, IT - Abruzzo Airport (PSR)','1','0'),(3067,'PK','PEW',21208,166,'Peshawar, PK - Peshawar Airport (PEW)','1','0'),(3068,'CA','YPQ',21220,39,'Peterborough, CA - Peterborough (YPQ)','1','0'),(3069,'','PGC',21226,231,'Petersburg, Grant County Airport (PGC)','1','0'),(3070,'US','PSG',21226,231,'Petersburg, US - Petersburg Airport (PSG)','1','0'),(3071,'BR','PNZ',21250,30,'Petrolina, BR - Petrolina Intl Airport (PNZ)','1','0'),(3072,'ZA','PHW',21288,195,'Phalaborwa, ZA - Hendrik Van Eck Airport (PHW)','1','0'),(3073,'','BBX',21301,231,'Philadelphia, Wings Field (BBX)','1','0'),(3074,'US','PHL',21301,231,'Philadelphia, US - Philadelphia Intl Airport (PHL)','1','0'),(3075,'US','PNE',21301,231,'Philadelphia, US - Northeast Philadelphia (PNE)','1','0'),(3076,'','PSQ',21301,231,'Philadelphia, Philadelphia Seaplane Base (PSQ)','1','0'),(3077,'','PZL',21308,195,'Phinda, Zulu Inyala Airport (PZL)','1','0'),(3078,'TH','PHS',21311,215,'Phitsanulok, TH - Phitsanulok Airport (PHS)','1','0'),(3079,'KH','PNH',21313,37,'Phnom Penh, KH - Pochentong Airport (PNH)','1','0'),(3080,'TH','PRH',21317,215,'Phrae, TH - Phrae Airport (PRH)','1','0'),(3081,'TH','HKT',21319,215,'Phuket, TH - Phuket Intl Airport (HKT)','1','0'),(3082,'CA','YPL',21354,39,'Pickle Lake, CA - Pickle Lake (YPL)','1','0'),(3083,'PT','PIX',21356,175,'Pico Island, PT - Pico Airport (PIX)','1','0'),(3084,'NZ','PCN',21359,157,'Picton, NZ - Picton Airport (PCN)','1','0'),(3085,'US','PIR',21374,231,'Pierre, US - Pierre Regional Airport (PIR)','1','0'),(3086,'SK','PZY',21382,191,'Piestany, SK - Piešťany (PZY)','1','0'),(3087,'ZA','PZB',21383,195,'Pietermaritzburg, ZA - Pietermaritzburg Airport (PZB)','1','0'),(3088,'CA','YPM',21398,39,'Pikangikum, CA - Pikangikum Airport (YPM)','1','0'),(3089,'','PVL',21402,231,'Pikeville, Pike County Airport (PVL)','1','0'),(3090,'','PIL',21407,10,'Pilar, Carlos Miguel Jiménez Airport (PIL)','1','0'),(3091,'','WPC',21419,39,'Pincher Creek, Pincher Creek Airport (WPC)','1','0'),(3092,'US','PIM',32438,231,'Pine Mountain, US - Callaway Gardens-Harris County (PIM)','1','0'),(3093,'','XPR',32439,231,'Pine Ridge, Pine Ridge Airport (XPR)','1','0'),(3094,'','PWY',21428,231,'Pinedale, Ralph Wenz Field (PWY)','1','0'),(3095,'IT','PSA',21478,107,'Pisa, IT - Galileo Galilei Intl Airport (PSA)','1','0'),(3096,'','PIO',21487,172,'Pisco, Capitán FAP Renán Elías Olivera Airport (PIO)','1','0'),(3097,'US','PTS',21509,231,'Pittsburg, US - Atkinson Municipal (PTS)','1','0'),(3098,'US','PIT',21510,231,'Pittsburgh, US - Pittsburgh Intl Airport (PIT)','1','0'),(3099,'PE','PIU',21517,172,'Piura, PE - Piura Airport (PIU)','1','0'),(3100,'US','PTU',21557,231,'Platinum, US - Platinum Airport (PTU)','1','0'),(3101,'US','PLB',21561,231,'Plattsburgh, US - Plattsburgh (PLB)','1','0'),(3102,'','PKJ',21572,235,'Playa Grande, Playa Grande Airport (PKJ)','1','0'),(3103,'','PWD',21585,231,'Plentywood, Sher-Wood Airport (PWD)','1','0'),(3104,'BG','PDV',21620,34,'Plovdiv, BG - Plovdiv Krumovo Airport (PDV)','1','0'),(3105,'','PLY',21624,231,'Plymouth, Plymouth Municipal Airport (PLY)','1','0'),(3106,'GB','PLH',21625,482,'Plymouth, GB - Plymouth Airport (PLH)','1','0'),(3107,'','POH',21635,231,'Pocahontas, Pocahontas Municipal Airport (POH)','1','0'),(3108,'US','PIH',21638,231,'Pocatello, US - Pocatello Regional Airport (PIH)','1','0'),(3109,'BR','POO',21645,30,'Pocos De Caldas, BR - Pocos De Caldas (POO)','1','0'),(3110,'','POD',21654,187,'Podor, Podor Airport (POD)','1','0'),(3111,'FM','PNI',21663,143,'Pohnpei, FM - Pohnpei Intl Airport (PNI)','1','0'),(3112,'US','PHO',32472,231,'Point Hope, US - Point Hope Airport (PHO)','1','0'),(3113,'US','PIZ',32473,231,'Point Lay, US - Point Lay Airport (PIZ)','1','0'),(3114,'CG','PNR',21671,51,'Pointe Noire, CG - Pointe Noire Airport (PNR)','1','0'),(3115,'FR','PIS',21682,76,'Poitiers, FR - Biard Airport (PIS)','1','0'),(3116,'NP','PKR',21687,153,'Pokhara, NP - Pokhara Airport (PKR)','1','0'),(3117,'','PXL',21693,231,'Polacca, Polacca Airport (PXL)','1','0'),(3118,'US','POQ',21704,231,'Polk Inlet, US - Polk Inlet Airport (POQ)','1','0'),(3119,'','PLV',21721,227,'Poltava, Poltava Airport (PLV)','1','0'),(3120,'','PPM',21737,231,'Pompano Beach, Pompano Beach Airpark (PPM)','1','0'),(3121,'US','PNC',21741,231,'Ponca City, US - Ponca City Regional Airport (PNC)','1','0'),(3122,'PR','PSE',21742,176,'Ponce, PR - Mercedita Airport (PSE)','1','0'),(3123,'CA','YIO',34980,39,'Pond Inlet, CA - Pond Inlet Airport (YIO)','1','0'),(3124,'IN','PNY',34558,101,'Pondicherry, IN - Pondicherry Civil (PNY)','1','0'),(3125,'','PGZ',21754,30,'Ponta Grossa, Comte. Antonio Amilton Beraldo Airport (PGZ)','1','0'),(3126,'ID','PNK',21783,102,'Pontianak, ID - Supadio Airport (PNK)','1','0'),(3127,'CO','PPN',21810,49,'Popayan, CO - Guillermo Leon Valencia Airport (PPN)','1','0'),(3128,'CA','YHP',21814,39,'Poplar Hill, CA - Poplar Hill Airport (YHP)','1','0'),(3129,'IN','PBD',21819,101,'Porbandar, IN - Porbandar Airport (PBD)','1','0'),(3130,'FI','POR',21824,75,'Pori, FI - Pori Airport (POR)','1','0'),(3131,'VE','PMV',21826,235,'Porlamar, VE - Porlamar Airport (PMV)','1','0'),(3132,'','YPB',32496,39,'Port Alberni, Alberni Valley Regional Airport (YPB)','1','0'),(3133,'US','PTD',32497,231,'Port Alexander, US - Potsdam Municipal (Damon Field) (PTD)','1','0'),(3134,'','PTC',32498,231,'Port Alice, Port Alice Seaplane Base (PTC)','1','0'),(3135,'US','PTA',32501,231,'Port Alsworth, US - Port Alsworth Airport (PTA)','1','0'),(3136,'US','CLM',32502,231,'Port Angeles, US - William R Fairchild Intl Airport (CLM)','1','0'),(3137,'JM','POT',21837,109,'Port Antonio, JM - Ken Jones Aerodrome (POT)','1','0'),(3138,'US','PTL',32505,231,'Port Armstrong, US - Port Armstrong Airport (PTL)','1','0'),(3139,'HT','PAP',21838,95,'Port Au Prince, HT - Toussaint Louverture Intl Airport (PAP)','1','0'),(3140,'MG','WPB',21839,130,'Port Berge, MG - Port Bergé Airport (WPB)','1','0'),(3141,'IN','IXZ',32511,101,'Port Blair, IN - Port Blair Airport (IXZ)','1','0'),(3142,'US','KPC',32520,231,'Port Clarence, US - Port Clarence Airport (KPC)','1','0'),(3143,'GA','POG',21842,80,'Port Gentil, GA - Port Gentil Airport (POG)','1','0'),(3144,'US','PGM',32541,231,'Port Graham, US - Port Graham Airport (PGM)','1','0'),(3145,'NG','PHC',21843,160,'Port Harcourt, NG - Port Harcourt Airport (PHC)','1','0'),(3146,'','PHG',21843,160,'Port Harcourt, Port Harcourt City Airport (PHG)','1','0'),(3147,'CA','YZT',32544,39,'Port Hardy, CA - Port Hardy Airport (YZT)','1','0'),(3148,'US','PTH',32548,231,'Port Heiden, US - Port Heiden Airport (PTH)','1','0'),(3149,'CA','YHA',32550,39,'Port Hope Simpson, CA - Port Hope Simpson Airport (YHA)','1','0'),(3150,'US','PHN',32553,231,'Port Huron, US - St. Clair County International (PHN)','1','0'),(3151,'CA','YPN',32567,39,'Port Menier, CA - Port Menier Airport (YPN)','1','0'),(3152,'PG','POM',21845,170,'Port Moresby, PG - Jackson Airport (POM)','1','0'),(3153,'TT','POS',21846,219,'Port Of Spain, TT - Piarco Intl Airport (POS)','1','0'),(3154,'CA','YPI',32581,39,'Port Simpson, CA - Port Simpson Water Aerodrome (YPI)','1','0'),(3155,'','PZU',21847,205,'Port Sudan, Port Sudan New International Airport (PZU)','1','0'),(3156,'','TWD',32587,231,'Port Townsend, Jefferson County International Airport (TWD)','1','0'),(3157,'VU','VLI',21848,233,'Port Vila, VU - Bauerfield Airport (VLI)','1','0'),(3158,'US','PDX',21885,231,'Portland, US - Portland Intl Airport (PDX)','1','0'),(3159,'US','PWM',21885,231,'Portland, US - Portland Intl Jetport (PWM)','1','0'),(3160,'PT','OPO',32595,175,'Porto, PT - Francisco Sa Carneiro Airport (OPO)','1','0'),(3161,'BR','POA',21894,30,'Porto Alegre, BR - Salgado Filho Airport (POA)','1','0'),(3162,'','PBN',21895,6,'Porto Amboim, Porto Amboim Airport (PBN)','1','0'),(3163,'PT','PXO',32626,175,'Porto Santo, PT - Porto Santo Airport (PXO)','1','0'),(3164,'SI','POW',21909,192,'Portoroz, SI - Portoroz Airport (POW)','1','0'),(3165,'EC','PVO',21913,64,'Portoviejo, EC - Portoviejo (PVO)','1','0'),(3166,'','PMH',21922,231,'Portsmouth, Greater Portsmouth Regional Airport (PMH)','1','0'),(3167,'AR','PSS',21936,10,'Posadas, AR - Libertador General Jose de San Martin Airport (PSS)','1','0'),(3168,'ID','PSJ',21942,102,'Poso, ID - Kasiguncu Airport (PSJ)','1','0'),(3169,'CA','YSO',21952,39,'Postville, CA - Postville Airport (YSO)','1','0'),(3170,'US','POU',21973,231,'Poughkeepsie, US - Dutchess County (POU)','1','0'),(3171,'US','SWF',21973,231,'Poughkeepsie, US - Stewart Intl Airport (SWF)','1','0'),(3172,'','PUL',21979,231,'Poulsbo, Port of Poulsbo Marina Moorage Seaplane Base (PUL)','1','0'),(3173,'','PUV',21982,156,'Poum, Malabou Airport (PUV)','1','0'),(3174,'CA','YPX',21994,39,'Povungnituk, CA - Puvirnituq Airport (YPX)','1','0'),(3175,'','POY',21998,231,'Powell, Powell Municipal Airport (POY)','1','0'),(3176,'','WPL',21999,39,'Powell River, Powell Lake Water Aerodrome (WPL)','1','0'),(3177,'CA','YPW',21999,39,'Powell River, CA - Powell River Airport (YPW)','1','0'),(3178,'MX','PAZ',22003,141,'Poza Rica, MX - El Tajin National Airport (PAZ)','1','0'),(3179,'PL','POZ',22004,174,'Poznan, PL - Lawica Airport (POZ)','1','0'),(3180,'BR','PDF',22020,30,'Prado, BR - Prado (PDF)','1','0'),(3181,'CZ','PRG',22026,58,'Prague, CZ - Ruzyne Airport (PRG)','1','0'),(3182,'','VOD',22026,58,'Prague, Vodochody Airport (VOD)','1','0'),(3183,'CV','RAI',22028,41,'Praia, CV - Mendes Airport (RAI)','1','0'),(3184,'','PCD',32631,231,'Prairie Du Chien, Prairie du Chien Municipal Airport (PCD)','1','0'),(3185,'','PRW',22071,231,'Prentice, Prentice Airport (PRW)','1','0'),(3186,'US','PRC',22075,231,'Prescott, US - Prescott Municipal Apt / Earnest A. Love Field (PRC)','1','0'),(3187,'US','PQI',22082,231,'Presque Isle, US - Northern Maine Regional Airport at Presque Isle (PQI)','1','0'),(3188,'ZA','PRY',22094,195,'Pretoria, ZA - Wonderboom Airport (PRY)','1','0'),(3189,'US','PUC',22103,231,'Price, US - Carbon County (PUC)','1','0'),(3190,'CA','YPA',22114,39,'Prince Albert, CA - Prince Albert Airport (Glass Field) (YPA)','1','0'),(3191,'','PCT',22118,39,'Princeton, Princeton Airport (PCT)','1','0'),(3192,'','PNN',22118,39,'Princeton, Princeton Municipal Airport (PNN)','1','0'),(3193,'YU','PRN',22126,241,'Pristina, YU - Pristina Intl Airport (PRN)','1','0'),(3194,'US','PVD',22151,231,'Providence, US - T F Green Airport (PVD)','1','0'),(3195,'CO','PVA',22152,49,'Providencia, CO - El Embrujo Airport (PVA)','1','0'),(3196,'TC','PLS',22153,221,'Providenciales, TC - Providenciales Intl Airport (PLS)','1','0'),(3197,'US','PVC',22155,231,'Provincetown, US - Provincetown Municipal Airport (PVC)','1','0'),(3198,'US','PVU',22157,231,'Provo, US - Provo Municipal Airport (PVU)','1','0'),(3199,'PE','PCL',22177,172,'Pucallpa, PE - Capitan Rolden Airport (PCL)','1','0'),(3200,'MX','PBC',22188,141,'Puebla, MX - Hermanos Serdan Intl Airport (PBC)','1','0'),(3201,'VE','PYH',22197,235,'Puerto Ayacucho, VE - Cacique Aramare Airport (PYH)','1','0'),(3202,'CO','PBE',22200,49,'Puerto Berrio, CO - Morela Airport (PBE)','1','0'),(3203,'','PUZ',22201,158,'Puerto Cabezas, Puerto Cabezas Airport (PUZ)','1','0'),(3204,'DO','POP',22206,61,'Puerto Plata, DO - Gregorio Luperon Intl Airport (POP)','1','0'),(3205,'','PCC',32651,199,'Puerto Rico, Puerto Rico Airport (PCC)','1','0'),(3206,'','PUR',32651,199,'Puerto Rico, Puerto Rico Airport (PUR)','1','0'),(3207,'','XPK',22218,39,'Pukatawagan, Pukatawagan Airport (XPK)','1','0'),(3208,'HR','PUY',22220,55,'Pula, HR - Pula Airport (PUY)','1','0'),(3209,'US','GZS',22223,231,'Pulaski, US - Abernathy Field (GZS)','1','0'),(3210,'US','LIT',22223,231,'Pulaski, US - Adams Field Airport (LIT)','1','0'),(3211,'MY','TOD',22224,132,'Pulau Besar, MY - Pulau Tioman Airport (TOD)','1','0'),(3212,'US','PUW',22230,231,'Pullman, US - Moscow Regional Airport (PUW)','1','0'),(3213,'IN','PNQ',22238,101,'Pune, IN - Pune Airport (PNQ)','1','0'),(3214,'CL','PUQ',22242,45,'Punta Arenas, CL - Ibanez Airport (PUQ)','1','0'),(3215,'DO','PUJ',22244,61,'Punta Cana, DO - Punta Cana Intl Airport (PUJ)','1','0'),(3216,'UY','PDP',22246,230,'Punta Del Este, UY - Cap. Corbeta Curbelo Intl Airport (PDP)','1','0'),(3217,'BZ','PND',22248,22,'Punta Gorda, BZ - Punta Gorda Airport (PND)','1','0'),(3218,'','JAP',22251,54,'Puntarenas, Chacarita Airport (JAP)','1','0'),(3219,'MM','PBU',22275,150,'Putao, MM - Putao Airport (PBU)','1','0'),(3220,'','PUT',22287,101,'Puttaparthi, Sri Sathya Sai Airport (PUT)','1','0'),(3221,'','PRU',22307,150,'Pyay, Pyay Airport (PRU)','1','0'),(3222,'','UNE',22317,121,'Qacha\'s Nek, Qacha\'s Nek Airport (UNE)','1','0'),(3223,'SA','AQI',22318,186,'Qaisumah, SA - Qaisumah Airport (AQI)','1','0'),(3224,'CN','TAO',22327,46,'Qingdao, CN - Qingdao Liuting Intl Airport (TAO)','1','0'),(3225,'CN','SHP',22335,46,'Qinhuangdao, CN - Qinhuangdao Shanhaiguan Airport (SHP)','1','0'),(3226,'','BAR',22336,46,'Qionghai, Qionghai Bo\'ao Airport (BAR)','1','0'),(3227,'','IHN',22339,240,'Qishn, Qishn Airport (IHN)','1','0'),(3228,'','YQJ',22342,39,'Quadra Island, April Point Water Aerodrome (YQJ)','1','0'),(3229,'CA','XQU',22345,39,'Qualicum, CA - Qualicum Beach Airport (XQU)','1','0'),(3230,'CA','YQC',22351,39,'Quaqtaq, CA - Quaqtaq Airport (YQC)','1','0'),(3231,'CA','YQB',22364,39,'Quebec, CA - Jean Lesage Intl Airport (YQB)','1','0'),(3232,'CA','YTM',22364,39,'Quebec, CA - (La Macaza) Mont Tremblant Intl Airport (YTM)','1','0'),(3233,'','ABG',22372,13,'Queensland Central Coast, Abingdon Airport (ABG)','1','0'),(3234,'','AGW',22372,13,'Queensland Central Coast, Agnew Airport (AGW)','1','0'),(3235,'','AUD',22372,13,'Queensland Central Coast, Augustus Downs Airport (AUD)','1','0'),(3236,'','BBL',22372,13,'Queensland Central Coast, Ballera Airport (BBL)','1','0'),(3237,'US','BCK',22372,13,'Queensland Central Coast, US - Bolwarra (BCK)','1','0'),(3238,'','BKP',22372,13,'Queensland Central Coast, Barkly Downs Airport (BKP)','1','0'),(3239,'','BLS',22372,13,'Queensland Central Coast, Bollon Airport (BLS)','1','0'),(3240,'','BZP',22372,13,'Queensland Central Coast, Bizant Airport (BZP)','1','0'),(3241,'','CML',22372,13,'Queensland Central Coast, Camooweal Airport (CML)','1','0'),(3242,'','UEE',22373,157,'Queenstown, Queenstown Airport (UEE)','1','0'),(3243,'NZ','ZQN',22373,157,'Queenstown, NZ - Frankton Airport (ZQN)','1','0'),(3244,'MZ','UEL',22379,149,'Quelimane, MZ - Quelimane Airport (UEL)','1','0'),(3245,'CR','XQP',22382,54,'Quepos, CR - Quepos Managua Airport (XQP)','1','0'),(3246,'CA','YQZ',22386,39,'Quesnel, CA - Quesnel Airport (YQZ)','1','0'),(3247,'PK','UET',22389,166,'Quetta, PK - Quetta Airport (UET)','1','0'),(3248,'','AAZ',22391,91,'Quetzaltenango, Quetzaltenango Airport (AAZ)','1','0'),(3249,'CO','UIB',22397,49,'Quibdo, CO - El Carano Airport (UIB)','1','0'),(3250,'FR','UIP',22407,76,'Quimper, FR - Pluguffan Airport (UIP)','1','0'),(3251,'US','UIN',22412,231,'Quincy, US - Quincy Regional Airport / Baldwin Field (UIN)','1','0'),(3252,'US','KWN',22415,231,'Quinhagak, US - Quinhagak Airport (KWN)','1','0'),(3253,'','UIR',22427,13,'Quirindi, Quirindi Airport (UIR)','1','0'),(3254,'EC','UIO',22429,64,'Quito, EC - Mariscal Sucre Intl Airport (UIO)','1','0'),(3255,'MA','RBA',22446,148,'Rabat, MA - Rabat Airport (RBA)','1','0'),(3256,'','RDO',22474,174,'Radom, Radom Airport (RDO)','1','0'),(3257,'CA','YRA',22480,39,'Rae Lakes, CA - Rae Lakes Airports (YRA)','1','0'),(3258,'SA','RAH',22485,186,'Rafha, SA - Rafha Airport (RAH)','1','0'),(3259,'PK','RYK',22496,166,'Rahim Yar Khan, PK - Rahim Yar Khan Airport (RYK)','1','0'),(3260,'PF','RFP',22499,78,'Raiatea, PF - Uturoa Airport (RFP)','1','0'),(3261,'CA','YOP',22504,39,'Rainbow Lake, CA - Rainbow Lake Airport (YOP)','1','0'),(3262,'IN','RPR',22508,101,'Raipur, IN - Raipur Airport (RPR)','1','0'),(3263,'IN','RJA',22510,101,'Rajahmundry, IN - Rajahmundry Airport (RJA)','1','0'),(3264,'IN','RAJ',22511,101,'Rajkot, IN - Rajkot Airport (RAJ)','1','0'),(3265,'BD','RJH',22515,18,'Rajshahi, BD - Shah Makhdum Airport (RJH)','1','0'),(3266,'','RMD',22526,101,'Ramagundam, Ramagundam Airport (RMD)','1','0'),(3267,'','RNU',22559,132,'Ranau, Ranau Airport (RNU)','1','0'),(3268,'IN','IXR',22562,101,'Ranchi, IN - Birsa Munda Airport (IXR)','1','0'),(3269,'','RNG',22578,231,'Rangely, Rangely Airport (RNG)','1','0'),(3270,'PF','RGI',22580,78,'Rangiroa, PF - Rangiroa Airport (RGI)','1','0'),(3271,'CA','YRT',22584,39,'Rankin Inlet, CA - Rankin Inlet Airport (YRT)','1','0'),(3272,'','RSK',22590,102,'Ransiki, Abresso Airport (RSK)','1','0'),(3273,'US','RAP',32662,231,'Rapid City, US - Rapid City Regional Airport (RAP)','1','0'),(3274,'CK','RAR',22604,53,'Rarotonga, CK - Rarotonga Airport (RAR)','1','0'),(3275,'','RHR',22605,228,'Ras Al Khaimah, Al Hamra Seaplane Base (RHR)','1','0'),(3276,'AE','RKT',22605,228,'Ras Al Khaimah, AE - Ras Al Khaimah Airport (RKT)','1','0'),(3277,'','RBE',22610,37,'Ratanakiri, Ratanakiri Airport (RBE)','1','0'),(3278,'','RTC',22618,101,'Ratnagiri, Ratnagiri Airport (RTC)','1','0'),(3279,'IS','RFN',22621,100,'Raufarhofn, IS - Raufarhöfn Airport (RFN)','1','0'),(3280,'PK','RAZ',22641,166,'Rawala Kot, PK - Rawalakot Airport (RAZ)','1','0'),(3281,'US','RDG',22659,231,'Reading, US - Reading Regional Airport/Spaatz Field (RDG)','1','0'),(3282,'JP','RBJ',22667,110,'Rebun, JP - Rebun (RBJ)','1','0'),(3283,'BR','REC',22672,30,'Recife, BR - Guararapes Airport (REC)','1','0'),(3284,'US','RDV',32671,231,'Red Devil, US - Red Devil Airport (RDV)','1','0'),(3285,'CA','YRL',34703,39,'Red Lake, CA - Red Lake Airport (YRL)','1','0'),(3286,'MY','RDN',22682,132,'Redang Island, MY - Redang Airport (RDN)','1','0'),(3287,'','RCL',22686,233,'Redcliffe, Redcliffe Airport (RCL)','1','0'),(3288,'','BZF',22689,231,'Redding, Benton Field (BZF)','1','0'),(3289,'US','RDD',22689,231,'Redding, US - Redding Municipal Airport (RDD)','1','0'),(3290,'BR','RDC',22691,30,'Redencao, BR - Redenção Airport (RDC)','1','0'),(3291,'US','RDM',22704,231,'Redmond, US - Roberts Field/Redmond Municipal Airport (RDM)','1','0'),(3292,'','RED',22717,231,'Reedsville, Mifflin County Airport (RED)','1','0'),(3293,'','RFG',22722,231,'Refugio, Rooke Field (RFG)','1','0'),(3294,'IT','REG',32681,107,'Reggio Calabria, IT - Reggio Calabria Airport (REG)','1','0'),(3295,'CA','YQR',22731,39,'Regina, CA - Regina Intl Airport (YQR)','1','0'),(3296,'FR','RHE',22748,76,'Reims, FR - Reims Champagne (RHE)','1','0'),(3297,'FR','RNS',32687,76,'Rennes, FR - St Jacques Airport (RNS)','1','0'),(3298,'','RNZ',22787,231,'Rensselaer, Jasper County Airport (RNZ)','1','0'),(3299,'US','RNT',22788,231,'Renton, US - Renton Municipal (RNT)','1','0'),(3300,'CA','YUT',22795,39,'Repulse Bay, CA - Repulse Bay Airport (YUT)','1','0'),(3301,'','REZ',22801,30,'Resende, Resende Airport (REZ)','1','0'),(3302,'AR','RES',22803,10,'Resistencia, AR - Resistencia Intl Airport (RES)','1','0'),(3303,'CA','YRB',22805,39,'Resolute, CA - Resolute Bay Airport (YRB)','1','0'),(3304,'ES','REU',22818,199,'Reus, ES - Reus Airport (REU)','1','0'),(3305,'','REW',22831,101,'Rewa, Churhata Airport (REW)','1','0'),(3306,'IS','KEF',22839,100,'Reykjavik, IS - Keflavik Intl Airport (KEF)','1','0'),(3307,'MX','REX',22843,141,'Reynosa, MX - Gen Lucio Blanco Intl Airport (REX)','1','0'),(3308,'US','RHI',22861,231,'Rhinelander, US - Oneida County Airport (RHI)','1','0'),(3309,'BR','RAO',22894,30,'Ribeirao Preto, BR - Ribeirao Preto Airport (RAO)','1','0'),(3310,'BO','RIB',22897,26,'Riberalta, BO - Riberalta Airport (RIB)','1','0'),(3311,'','RIE',32694,231,'Rice Lake, Rice Lake Regional Airport (RIE)','1','0'),(3312,'ZA','RCB',22905,195,'Richards Bay, ZA - Richards Bay Airport (RCB)','1','0'),(3313,'US','RIF',22909,231,'Richfield, US - Richfield Municipal (RIF)','1','0'),(3314,'US','OAJ',22912,231,'Richlands, US - Albert J Ellis Airport (OAJ)','1','0'),(3315,'US','RIC',22913,231,'Richmond, US - Richmond Intl Airport (RIC)','1','0'),(3316,'','XRH',22913,231,'Richmond, RAAF Base Richmond (XRH)','1','0'),(3317,'','IES',22935,83,'Riesa, Riesa–Göhlis Airfield (IES)','1','0'),(3318,'LV','RIX',22945,119,'Riga, LV - Riga Intl Airport (RIX)','1','0'),(3319,'CA','YRG',22950,39,'Rigolet, CA - Rigolet Airport (YRG)','1','0'),(3320,'HR','RJK',22954,55,'Rijeka, HR - Rijeka Airport (RJK)','1','0'),(3321,'IT','RMI',32701,107,'Rimini, IT - Federico Fellini Airport (RMI)','1','0'),(3322,'CA','YXK',22963,39,'Rimouski, CA - Rimouski (YXK)','1','0'),(3323,'SB','RIN',22980,193,'Ringi Cove, SB - Ringgi Cove Airport (RIN)','1','0'),(3324,'BR','RBR',32702,30,'Rio Branco, BR - Placido de Castro Intl Airport (RBR)','1','0'),(3325,'BR','GIG',32706,30,'Rio De Janeiro, BR - Rio de Janeiro Intl Airport (GIG)','1','0'),(3326,'BR','SDU',32706,30,'Rio De Janeiro, BR - Aeroporto Santos Dumont Airport (SDU)','1','0'),(3327,'','SNZ',32706,30,'Rio De Janeiro, Santa Cruz Air Force Base (SNZ)','1','0'),(3328,'BR','RIG',32714,30,'Rio Grande, BR - Rio Grande Regional Airport (RIG)','1','0'),(3329,'CO','RCH',22998,49,'Riohacha, CO - Almirante Padilla Airport (RCH)','1','0'),(3330,'','RIJ',22999,172,'Rioja, Juan Simons Vela Airport (RIJ)','1','0'),(3331,'JP','RIS',23019,110,'Rishiri, JP - Rishiri Airport (RIS)','1','0'),(3332,'','ECI',23031,158,'Rivas, Costa Esmeralda Airport (ECI)','1','0'),(3333,'UY','RVY',23034,230,'Rivera, UY - Rivera (RVY)','1','0'),(3334,'','YRN',23039,39,'Rivers Inlet, Rivers Inlet Water Aerodrome (YRN)','1','0'),(3335,'US','RAL',23040,231,'Riverside, US - Riverside Municipal (RAL)','1','0'),(3336,'US','RIR',23040,231,'Riverside, US - Flabob (RIR)','1','0'),(3337,'US','RIW',23041,231,'Riverton, US - Riverton Regional Airport (RIW)','1','0'),(3338,'SA','RUH',23057,186,'Riyadh, SA - King Khalid Intl Airport (RUH)','1','0'),(3339,'SA','RUJ',23057,186,'Riyadh, SA - RIYADH Airport (RUJ)','1','0'),(3340,'','RIZ',23060,46,'Rizhao, Rizhao Shanzihe Airport (RIZ)','1','0'),(3341,'FR','RNE',23063,76,'Roanne, FR - Renaison (RNE)','1','0'),(3342,'US','ROA',23064,231,'Roanoke, US - Roanoke Regional Airport / Woodrum Field Airport (ROA)','1','0'),(3343,'HN','RTB',23065,97,'Roatan, HN - Juan Manuel Galvez Intl Airport (RTB)','1','0'),(3344,'CA','YRJ',23073,39,'Roberval, CA - Roberval Airport (YRJ)','1','0'),(3345,'','ROH',23075,13,'Robinhood, Robinhood Airport (ROH)','1','0'),(3346,'','RBC',23080,13,'Robinvale, Robinvale Airport (RBC)','1','0'),(3347,'US','RCE',23098,231,'Roche Harbor, US - Roche Harbor Seaplane Base (RCE)','1','0'),(3348,'US','ROC',23110,231,'Rochester, US - Greater Rochester Intl Airport (ROC)','1','0'),(3349,'US','RST',23110,231,'Rochester, US - Rochester Intl Airport (RST)','1','0'),(3350,'','RKH',32742,231,'Rock Hill, Rock Hill/York County Airport (RKH)','1','0'),(3351,'BS','RSD',23113,16,'Rock Sound, BS - Rock Sound Airport (RSD)','1','0'),(3352,'US','RKS',32747,231,'Rock Springs, US - Sweetwater County Airport (RKS)','1','0'),(3353,'US','RFD',23118,231,'Rockford, US - Greater Rockford Airport (RFD)','1','0'),(3354,'US','RKD',23123,231,'Rockland, US - Knox County Regional Airport (RKD)','1','0'),(3355,'FR','RDZ',23143,76,'Rodez, FR - Rodez Airport (RDZ)','1','0'),(3356,'MU','RRG',23148,139,'Rodrigues Island, MU - Sir Gaetan Duval Airport (RRG)','1','0'),(3357,'NO','RVK',23153,164,'Roervik, NO - Rorvik Ryumsjoen Airport (RVK)','1','0'),(3358,'IT','CIA',32754,107,'Rome, IT - Rome Ciampino Airport (CIA)','1','0'),(3359,'IT','FCO',32754,107,'Rome, IT - Leonardo Da Vinci - Fiumicino Airport (FCO)','1','0'),(3360,'','REO',32754,107,'Rome, Rome State Airport (REO)','1','0'),(3361,'BR','ROO',23224,30,'Rondonopolis, BR - Maestro Marinho Franco Airport (ROO)','1','0'),(3362,'DK','RNN',23228,59,'Ronne, DK - Bornholm Airport (RNN)','1','0'),(3363,'SE','RNB',23229,209,'Ronneby, SE - Kallinge Airport (RNB)','1','0'),(3364,'','ROL',23236,231,'Roosevelt, Roosevelt Municipal Airport (ROL)','1','0'),(3365,'NO','RRS',23247,164,'Roros, NO - Roros Airport (RRS)','1','0'),(3366,'AR','ROS',23254,10,'Rosario, AR - Rosario Intl Airport (ROS)','1','0'),(3367,'','ROX',23263,231,'Roseau, Roseau Municipal Airport (ROX)','1','0'),(3368,'','RSB',23267,13,'Roseberth, Roseberth Airport (RSB)','1','0'),(3369,'','RLP',23272,13,'Rosella Plains, Rosella Plains Airport (RLP)','1','0'),(3370,'IL','RPN',23288,106,'Rosh Pina, IL - Rosh-Pina Airport (RPN)','1','0'),(3371,'','XRR',32761,39,'Ross River, Ross River Airport (XRR)','1','0'),(3372,'NO','RET',23322,164,'Rost, NO - Rost Airport (RET)','1','0'),(3373,'RU','ROV',23326,181,'Rostov, RU - Rostov Airport (ROV)','1','0'),(3374,'US','ROW',23328,231,'Roswell, US - Roswell Intl Air Center Airport (ROW)','1','0'),(3375,'MP','ROP',23330,163,'Rota, MP - Rota Intl Airport (ROP)','1','0'),(3376,'','ROZ',23330,163,'Rota, US Naval Station Rota (ROZ)','1','0'),(3377,'ID','RTI',23348,102,'Roti, ID - Rote Airport (RTI)','1','0'),(3378,'NZ','ROT',23350,157,'Rotorua, NZ - Rotorua Airport (ROT)','1','0'),(3379,'NL','RTM',23354,154,'Rotterdam, NL - Rotterdam The Hague Airport (RTM)','1','0'),(3380,'FR','URO',23361,76,'Rouen, FR - Rouen Airport (URO)','1','0'),(3381,'CA','ZRJ',23368,39,'Round Lake, CA - Round Lake Airport (ZRJ)','1','0'),(3382,'','RPX',23370,231,'Roundup, Roundup Airport (RPX)','1','0'),(3383,'IN','RRK',23371,101,'Rourkela, IN - Rourkela (RRK)','1','0'),(3384,'','RSX',23372,231,'Rouses Point, Rouses Point Seaplane Base (RSX)','1','0'),(3385,'BG','ROU',23373,34,'Rousse, BG - Ruse Airport (ROU)','1','0'),(3386,'FI','RVN',23379,75,'Rovaniemi, FI - Rovaniemi Airport (RVN)','1','0'),(3387,'','RYN',23402,76,'Royan, Royan – Médis Aerodrome (RYN)','1','0'),(3388,'US','RBY',23420,231,'Ruby, US - Ruby Airport (RBY)','1','0'),(3389,'','RUG',23443,46,'Rugao, Rugao Air Base (RUG)','1','0'),(3390,'','RUI',23453,231,'Ruidoso, Sierra Blanca Regional Airport (RUI)','1','0'),(3391,'NA','NDU',23469,151,'Rundu, NA - Rundu Airport (NDU)','1','0'),(3392,'','RUP',23477,69,'Rupsi, Rupsi Airport (RUP)','1','0'),(3393,'PF','RUR',23479,78,'Rurutu, PF - Rurutu Airport (RUR)','1','0'),(3394,'','RSL',23489,231,'Russell, Russell Municipal Airport (RSL)','1','0'),(3395,'US','RSH',23496,231,'Russian Mission, US - Russian Mission Airport (RSH)','1','0'),(3396,'ID','RTG',23507,102,'Ruteng, ID - Frans Sales Lega Airport (RTG)','1','0'),(3397,'','RTP',23517,13,'Rutland Plains, Rutland Plains Airport (RTP)','1','0'),(3398,'','RZN',23524,181,'Ryazan, Turlatovo Airport (RZN)','1','0'),(3399,'PL','RZE',23531,174,'Rzeszow, PL - Rzeszow Airport (RZE)','1','0'),(3400,'DE','SCN',23548,83,'Saarbrucken, DE - Saarbrucken Airport (SCN)','1','0'),(3401,'MY','BKI',23560,132,'Sabah, MY - Kota Kinabalu Airport (BKI)','1','0'),(3402,'','SBV',23560,132,'Sabah, Sabah Airport (SBV)','1','0'),(3403,'','GSS',23566,195,'Sabie, Sabi Sabi Airport (GSS)','1','0'),(3404,'CA','ZPB',23580,39,'Sachigo Lake, CA - Sachigo Lake Airport (ZPB)','1','0'),(3405,'US','SAC',23585,231,'Sacramento, US - Sacramento Executive (SAC)','1','0'),(3406,'US','SMF',23585,231,'Sacramento, US - Sacramento Intl Airport (SMF)','1','0'),(3407,'','SAD',23599,231,'Safford, Safford Regional Airport (SAD)','1','0'),(3408,'MA','SFI',23601,148,'Safi, MA - Safi Airport (SFI)','1','0'),(3409,'','SBR',23620,13,'Saibai Island, Saibai Island Airport (SBR)','1','0'),(3410,'BD','SPD',23624,18,'Saidpur, BD - Saidpur Airport (SPD)','1','0'),(3411,'','SDT',23625,166,'Saidu Sharif, Saidu Sharif Airport (SDT)','1','0'),(3412,'','SJF',32830,39,'Saint John, Cruz Bay Seaplane Base (SJF)','1','0'),(3413,'CA','YSJ',32830,39,'Saint John, CA - Saint John Airport (YSJ)','1','0'),(3414,'','RVH',23644,181,'Saint Petersburg, Rzhevka Airport (RVH)','1','0'),(3415,'MG','SMS',23712,130,'Sainte Marie, MG - Sainte Marie Airport (SMS)','1','0'),(3416,'MP','SPN',23950,163,'Saipan, MP - Saipan Intl Airport (SPN)','1','0'),(3417,'TH','SNO',23957,215,'Sakon Nakhon, TH - Sakon Nakhon Airport (SNO)','1','0'),(3418,'OM','SLL',23963,165,'Salalah, OM - Salalah Intl Airport (SLL)','1','0'),(3419,'IN','SXV',23984,101,'Salem, IN - Salem (SXV)','1','0'),(3420,'','SLT',23995,231,'Salida, Harriet Alexander Field (SLT)','1','0'),(3421,'','LMB',23999,131,'Salima, Salima Airport (LMB)','1','0'),(3422,'US','SBO',24002,231,'Salina, US - Salina-Gunnison (SBO)','1','0'),(3423,'US','SLN',24002,231,'Salina, US - Salina Municipal Airport (SLN)','1','0'),(3424,'','SRW',24007,482,'Salisbury, Rowan County Airport (SRW)','1','0'),(3425,'CA','YZG',24015,39,'Salluit, CA - Salluit Airport (YZG)','1','0'),(3426,'','YSN',24019,39,'Salmon Arm, Salmon Arm Airport (YSN)','1','0'),(3427,'TC','SLX',24029,221,'Salt Cay, TC - Salt Cay Airport (SLX)','1','0'),(3428,'AR','SLA',24033,10,'Salta, AR - El Aybal/Martin Miguel de Guemes Intl Airport (SLA)','1','0'),(3429,'UY','STY',24042,230,'Salto, UY - Nueva Hesperides Intl Airport (STY)','1','0'),(3430,'BR','SSA',24049,30,'Salvador, BR - Deputado Luis Eduardo Magalhaes Intl Airport (SSA)','1','0'),(3431,'DO','EPS',24057,61,'Samana, DO - Arroyo Barril Airport (EPS)','1','0'),(3432,'RU','KUF',24058,181,'Samara, RU - Samara Airport (KUF)','1','0'),(3433,'ID','SRI',24060,102,'Samarinda, ID - Temindung Airport (SRI)','1','0'),(3434,'UZ','SKD',24061,232,'Samarkand, UZ - Samarkand Airport (SKD)','1','0'),(3435,'MG','SVB',24064,130,'Sambava, MG - Sambava Airport (SVB)','1','0'),(3436,'KE','UAS',24065,113,'Samburu, KE - Samburu Airport (UAS)','1','0'),(3437,'CH','SMV',24066,210,'Samedan, CH - Samedan (Engadin) Airport (SMV)','1','0'),(3438,'BS','SAQ',24093,16,'San Andros, BS - San Andros Airport (SAQ)','1','0'),(3439,'US','SJT',32906,231,'San Angelo, US - San Angelo Regional Airport/Mathis Field (SJT)','1','0'),(3440,'US','SAT',32909,231,'San Antonio, US - San Antonio Intl Airport (SAT)','1','0'),(3441,'VE','SVZ',24096,235,'San Antonio, VE - San Antonio Airport (SVZ)','1','0'),(3442,'AR','OES',32919,10,'San Antonio Oeste, AR - San Antonio Oeste (OES)','1','0'),(3443,'US','DAG',32930,231,'San Bernardino, US - Barstow-Daggett (DAG)','1','0'),(3444,'','RBF',32930,231,'San Bernardino, Big Bear City Airport (RBF)','1','0'),(3445,'','NBL',32934,141,'San Blas, Wannukandi Airport (NBL)','1','0'),(3446,'','NCR',32939,231,'San Carlos, San Carlos Airport (NCR)','1','0'),(3447,'US','MYF',32964,231,'San Diego, US - Montgomery Field (MYF)','1','0'),(3448,'US','SAN',32964,231,'San Diego, US - San Diego Intl Airport (Lindbergh Field) (SAN)','1','0'),(3449,'US','SDM',32964,231,'San Diego, US - Brown Field Municipal (SDM)','1','0'),(3450,'MX','SFH',32982,141,'San Felipe, MX - San Felipe Intl Airport (SFH)','1','0'),(3451,'','SNF',32982,141,'San Felipe, Sub Teniente Nestor Arias Airport (SNF)','1','0'),(3452,'','SSD',32982,141,'San Felipe, San Felipe Airport (SSD)','1','0'),(3453,'','SFE',32985,199,'San Fernando, San Fernando Airport (SFE)','1','0'),(3454,'US','SFO',32994,231,'San Francisco, US - San Francisco Intl Airport (SFO)','1','0'),(3455,'','CYD',24102,22,'San Ignacio, San Ignacio Town Airstrip (CYD)','1','0'),(3456,'','SGM',24102,22,'San Ignacio, San Ignacio Airfield (SGM)','1','0'),(3457,'','SQS',24102,22,'San Ignacio, Matthew Spain Airport (SQS)','1','0'),(3458,'','SJV',33030,10,'San Javier, San Javier Airport (SJV)','1','0'),(3459,'US','SJC',33033,231,'San Jose, US - Norman Y. Mineta San Jose Intl Airport (SJC)','1','0'),(3460,'AR','UAQ',33041,10,'San Juan, AR - Domingo Faustino Sarmiento Airport (UAQ)','1','0'),(3461,'AR','LUQ',33073,10,'San Luis, AR - Brigadier Mayor Cesar Raul Ojeda Airport (LUQ)','1','0'),(3462,'MX','SLP',33076,141,'San Luis Potosi, MX - Ponciano Arriaga Intl Airport (SLP)','1','0'),(3463,'MX','UAC',33077,141,'San Luis Rio Colorado, MX - San Luis Río Colorado Airport (UAC)','1','0'),(3464,'','SRS',33080,231,'San Marcos, San Marcos Airport (SRS)','1','0'),(3465,'','NMG',33100,173,'San Miguel, San Miguel Airport (NMG)','1','0'),(3466,'AR','AFA',33149,10,'San Rafael, AR - San Rafael Airport (AFA)','1','0'),(3467,'','SRF',33149,10,'San Rafael, San Rafael Airport (SRF)','1','0'),(3468,'ES','EAS',33160,199,'San Sebastian, ES - San Sebastian (EAS)','1','0'),(3469,'US','SDP',33190,231,'Sand Point, US - Sand Point Airport (SDP)','1','0'),(3470,'MY','SDK',24126,132,'Sandakan, MY - Sandakan Airport (SDK)','1','0'),(3471,'NO','SDN',24127,164,'Sandane, NO - Sandane Airport Anda (SDN)','1','0'),(3472,'GB','NDY',24129,482,'Sanday, GB - Sanday Airport (NDY)','1','0'),(3473,'NO','SSJ',24144,164,'Sandnessjoen, NO - Sandnessjoen Airport Stokka (SSJ)','1','0'),(3474,'CA','YZP',24152,39,'Sandspit, CA - Sandspit Airport (YZP)','1','0'),(3475,'CA','ZSJ',24165,39,'Sandy Lake, CA - Sandy Lake Airport (ZSJ)','1','0'),(3476,'CA','YSK',24177,39,'Sanikiluaq, CA - Sanikiluaq Airport (YSK)','1','0'),(3477,'','SQJ',24185,46,'Sanming, Sanming Shaxian Airport (SQJ)','1','0'),(3478,'SB','NNB',24198,193,'Santa Ana, SB - Santa Ana Airport (NNB)','1','0'),(3479,'','SCA',24201,10,'Santa Catalina, Santa Catalina Airport (SCA)','1','0'),(3480,'ES','SPC',33260,199,'Santa Cruz De La Palma, ES - La Palma Airport (SPC)','1','0'),(3481,'','CSU',33264,30,'Santa Cruz Do Sul, Santa Cruz do Sul Airport (CSU)','1','0'),(3482,'EG','SKV',24209,65,'Santa Katarina, EG - St. Catherine International (SKV)','1','0'),(3483,'BR','RIA',33278,30,'Santa Maria, BR - Santa Maria Airport (RIA)','1','0'),(3484,'PT','SMA',33279,175,'Santa Maria, PT - Santa Maria Airport (SMA)','1','0'),(3485,'CO','SMR',24212,49,'Santa Marta, CO - Simon Bolivar Intl Airport (SMR)','1','0'),(3486,'ES','SDR',24221,199,'Santander, ES - Santander Airport (Parayas) (SDR)','1','0'),(3487,'BR','STM',24233,30,'Santarem, BR - Santarem Intl Airport (STM)','1','0'),(3488,'DO','STI',24243,61,'Santiago, DO - Cibao Intl Airport (STI)','1','0'),(3489,'CL','SCL',24241,45,'Santiago, CL - Benitez Intl Airport (SCL)','1','0'),(3490,'CU','SCU',24247,56,'Santiago De Cuba, CU - Antonio Maceo Airport (SCU)','1','0'),(3491,'BR','GEL',33321,30,'Santo Angelo, BR - Sepe Tiaraju Airport (GEL)','1','0'),(3492,'','NTO',24254,41,'Santo Antao, Agostinho Neto Airport (NTO)','1','0'),(3493,'DO','HEX',24256,61,'Santo Domingo, DO - Herrara Airport (HEX)','1','0'),(3494,'DO','SDQ',24256,61,'Santo Domingo, DO - Las Americas Intl Airport (SDQ)','1','0'),(3495,'BR','SJP',33355,30,'Sao Jose Do Rio Preto, BR - Sao Jose Do Rio Preto Airport (SJP)','1','0'),(3496,'BR','SJK',33356,30,'Sao Jose Dos Campos, BR - Prof Urbano Ernesto Stumpf Airport (SJK)','1','0'),(3497,'BR','CWB',33357,30,'Sao Jose Dos Pinhais, BR - Afonso Pena Airport (CWB)','1','0'),(3498,'BR','SLZ',33360,30,'Sao Luiz, BR - Tirirical Airport (SLZ)','1','0'),(3499,'BR','CGH',33371,30,'Sao Paulo, BR - Congonhas Airport (CGH)','1','0'),(3500,'BR','GRU',33371,30,'Sao Paulo, BR - Guarulhos Intl Airport (GRU)','1','0'),(3501,'BR','VCP',33371,30,'Sao Paulo, BR - Sao Paulo Viracopos Airport (VCP)','1','0'),(3502,'ST','TMS',24281,185,'Sao Tome Island, ST - Sao Tome Intl Airport (TMS)','1','0'),(3503,'JP','CTS',24290,110,'Sapporo, JP - New Chitose Airport (CTS)','1','0'),(3504,'JP','OKD',24290,110,'Sapporo, JP - Sapporo Okadama Airport (OKD)','1','0'),(3505,'VU','SSR',24297,233,'Sara, VU - Sara Airport (SSR)','1','0'),(3506,'BA','SJJ',24299,27,'Sarajevo, BA - Sarajevo Intl Airport (SJJ)','1','0'),(3507,'US','SLK',24301,231,'Saranac Lake, US - Adirondack Regional Airport (SLK)','1','0'),(3508,'US','SRQ',24307,231,'Sarasota, US - Sarasota Bradenton Intl Airport (SRQ)','1','0'),(3509,'RU','RTW',24309,181,'Saratov, RU - Saratov Tsentralny Airport (RTW)','1','0'),(3510,'MY','BKM',34587,132,'Sarawak, MY - Bakalalan Airport (BKM)','1','0'),(3511,'','BHW',24324,166,'Sargodha, Bhagatanwala Airport (BHW)','1','0'),(3512,'','SGI',24324,166,'Sargodha, PAF Base Mushaf (SGI)','1','0'),(3513,'','ZRM',24332,102,'Sarmi, Sarmi Orai Airport (ZRM)','1','0'),(3514,'CA','YZR',24334,39,'Sarnia, CA - Sarnia (Chris Hadfield) Airport (YZR)','1','0'),(3515,'CA','YXE',24360,39,'Saskatoon, CA - John G Diefenbaker Intl Airport (YXE)','1','0'),(3516,'','TNI',24375,101,'Satna, Satna Airport (TNI)','1','0'),(3517,'RO','SUJ',24381,179,'Satu Mare, RO - Satu Mare Intl Airport (SUJ)','1','0'),(3518,'IS','SAK',24387,100,'Saudarkrokur, IS - Saudarkrokur Airport (SAK)','1','0'),(3519,'CA','YAM',24399,39,'Sault Ste Marie, CA - Sault Ste. Marie Airport (YAM)','1','0'),(3520,'AO','VHC',24409,6,'Saurimo, AO - Saurimo Airport (VHC)','1','0'),(3521,'US','SAV',24426,231,'Savannah, US - Savannah/Hilton Head Intl Airport (SAV)','1','0'),(3522,'LA','ZVK',24428,118,'Savannakhet, LA - Savannakhet Airport (ZVK)','1','0'),(3523,'FI','SVL',24446,75,'Savonlinna, FI - Savonlinna Airport (SVL)','1','0'),(3524,'US','SVA',24448,231,'Savoonga, US - Savoonga Airport (SVA)','1','0'),(3525,'FJ','SVU',24452,74,'Savusavu, FJ - Savusavu Airport (SVU)','1','0'),(3526,'ID','SAU',24459,102,'Sawu, ID - Tardamu Airport (SAU)','1','0'),(3527,'CA','YKL',24507,39,'Schefferville, CA - Schefferville Airport (YKL)','1','0'),(3528,'','WBG',33391,83,'Schleswig, Schleswig Air Base (WBG)','1','0'),(3529,'US','BFF',24656,231,'Scottsbluff, US - Western Nebraska Regional Apt/William B Heilig Fld (BFF)','1','0'),(3530,'US','AVP',24661,231,'Scranton, US - Wilkes-Barre/Scranton Intl Airport (AVP)','1','0'),(3531,'LY','SEB',24694,123,'Sebha, LY - Sabha Airport (SEB)','1','0'),(3532,'','YHS',24697,39,'Sechelt, Sechelt Aerodrome (YHS)','1','0'),(3533,'','ZEC',24701,195,'Secunda, Secunda Airport (ZEC)','1','0'),(3534,'','SDX',24710,231,'Sedona, Sedona Airport (SDX)','1','0'),(3535,'SB','EGM',24729,193,'Sege, SB - Sege Airport (EGM)','1','0'),(3536,'','SHK',24742,121,'Sehonghong, Sehonghong Airport (SHK)','1','0'),(3537,'YE','GXF',24757,240,'Seiyun, YE - Sayun Airport (GXF)','1','0'),(3538,'','SKQ',24758,121,'Sekake, Sekake Airport (SKQ)','1','0'),(3539,'US','WLK',24761,231,'Selawik, US - Selawik Airport (WLK)','1','0'),(3540,'US','SOV',24767,231,'Seldovia, US - Seldovia Airport (SOV)','1','0'),(3541,'','PKW',24768,28,'Selebi-phikwe, Selebi-Phikwe Airport (PKW)','1','0'),(3542,'ID','SRG',24791,102,'Semarang, ID - Yani Airport (SRG)','1','0'),(3543,'LS','SOK',24799,121,'Semongkong, LS - Semonkong Airport (SOK)','1','0'),(3544,'','SMM',24802,132,'Semporna, Semporna Airport (SMM)','1','0'),(3545,'JP','SDJ',24809,110,'Sendai, JP - Sendai Airport (SDJ)','1','0'),(3546,'','JDG',24831,0,'Seogwipo, Jeongseok Airport (JDG)','1','0'),(3547,'KR','GMP',24832,197,'Seoul, KR - Gimpo Intl Airport (GMP)','1','0'),(3548,'KR','ICN',24832,197,'Seoul, KR - Incheon Intl Airport (ICN)','1','0'),(3549,'CA','YZV',24836,39,'Sept Iles, CA - Sept-Iles Airport (YZV)','1','0'),(3550,'','SQV',24843,231,'Sequim, Sequim Valley Airport (SQV)','1','0'),(3551,'LY','SRX',24879,123,'Sert, LY - Ghardabiya Airport (SRX)','1','0'),(3552,'','ZRI',24880,102,'Serui, Serui Airport (ZRI)','1','0'),(3553,'','SZM',24885,151,'Sesriem, Sesriem Airport (SZM)','1','0'),(3554,'UA','UKS',24907,227,'Sevastopol, UA - Belbek Sevastopol Intl Airport (UKS)','1','0'),(3555,'US','SWD',24928,231,'Seward, US - Seward (SWD)','1','0'),(3556,'TN','SFA',24944,220,'Sfax, TN - Thyna Intl Airport (SFA)','1','0'),(3557,'US','SHX',24951,231,'Shageluk, US - Shageluk Airport (SHX)','1','0'),(3558,'BW','SWX',24956,28,'Shakawe, BW - Shakawe (SWX)','1','0'),(3559,'','SKR',24958,70,'Shakiso, Shakiso Airport (SKR)','1','0'),(3560,'US','SKK',24960,231,'Shaktoolik, US - Shaktoolik Airport (SKK)','1','0'),(3561,'CA','ZTM',24965,39,'Shamattawa, CA - Shamattawa Airport (ZTM)','1','0'),(3562,'CN','SHA',24972,46,'Shanghai, CN - Shanghai Hongqiao Intl Airport (SHA)','1','0'),(3563,'IE','SNN',33406,105,'Shannon, IE - Shannon Airport (SNN)','1','0'),(3564,'','SXJ',24982,46,'Shanshan, Shanshan Airport (SXJ)','1','0'),(3565,'CN','SWA',24983,46,'Shantou, CN - Jeiyang Chaoshan Intl Airport (SWA)','1','0'),(3566,'','HSC',24986,46,'Shaoguan, Shaoguan Guitou Airport (HSC)','1','0'),(3567,'AE','SHJ',24993,228,'Sharjah, AE - Sharjah Airport (SHJ)','1','0'),(3568,'EG','SSH',24995,65,'Sharm El Sheikh, EG - Ophira Airport (SSH)','1','0'),(3569,'','SBX',25026,231,'Shelby, Shelby Airport (SBX)','1','0'),(3570,'CN','SHE',25036,46,'Shenyang, CN - Shenyang Taoxian Intl Airport (SHE)','1','0'),(3571,'CN','SZX',25037,46,'Shenzhen, CN - Shenzhen Bao`an Intl Airport (SZX)','1','0'),(3572,'US','SHR',25048,231,'Sheridan, US - Sheridan County Airport (SHR)','1','0'),(3573,'','PNX',25050,231,'Sherman, North Texas Regional Airport (PNX)','1','0'),(3574,'','RKZ',25062,46,'Shigatse, Shigatse Peace Airport (RKZ)','1','0'),(3575,'CN','SJW',25064,46,'Shijiazhuang, CN - Shijiazhuang Zhengding Intl Airport (SJW)','1','0'),(3576,'IN','SHL',25073,101,'Shillong, IN - Shillong Airport (SHL)','1','0'),(3577,'IN','SLV',1,101,'Shimla, IN - Shimla (Umroi) Airport (SLV)','1','0'),(3578,'JP','SHI',25083,110,'Shimojishima, JP - Shimojishima Airport (SHI)','1','0'),(3579,'','SHY',25091,214,'Shinyanga, Shinyanga Airport (SHY)','1','0'),(3580,'IR','SYZ',25099,103,'Shiraz, IR - Shiraz Airport (SYZ)','1','0'),(3581,'US','HWV',25103,231,'Shirley, US - Brookhaven (HWV)','1','0'),(3582,'','WSH',25103,231,'Shirley, Brookhaven Airport (WSH)','1','0'),(3583,'US','SHH',25107,231,'Shishmaref, US - Shishmaref Airport (SHH)','1','0'),(3584,'','WDS',25110,46,'Shiyan, Shiyan Wudangshan Airport (WDS)','1','0'),(3585,'','ESH',25120,482,'Shoreham-by-sea, Shoreham Airport (ESH)','1','0'),(3586,'US','SHV',25131,231,'Shreveport, US - Shreveport Regional Airport (SHV)','1','0'),(3587,'US','SHG',25142,231,'Shungnak, US - Shungnak Airport (SHG)','1','0'),(3588,'','SBQ',25157,166,'Sibi, Sibi Airport (SBQ)','1','0'),(3589,'MY','SBW',25161,132,'Sibu, MY - Sibu Airport (SBW)','1','0'),(3590,'US','SDY',25172,231,'Sidney, US - Richland Municipal Airport (SDY)','1','0'),(3591,'US','SNY',25172,231,'Sidney, US - Sidney Municipal/Lloyd W. Carr Field (SNY)','1','0'),(3592,'','SXY',25172,231,'Sidney, Sidney Municipal Airport (SXY)','1','0'),(3593,'KH','REP',25180,37,'Siem Reap, KH - Siem Reap Airport (REP)','1','0'),(3594,'IS','SIJ',25199,100,'Siglufjordur, IS - Siglufjordur (SIJ)','1','0'),(3595,'SE','ARN',25205,209,'Sigtuna, SE - Arlanda Airport (ARN)','1','0'),(3596,'','SXZ',25212,222,'Siirt, Siirt Airport (SXZ)','1','0'),(3597,'','SIK',25215,231,'Sikeston, Sikeston Memorial Municipal Airport (SIK)','1','0'),(3598,'IN','IXS',25219,101,'Silchar, IN - Silchar Airport (IXS)','1','0'),(3599,'','SLS',25228,34,'Silistra, Silistra Airfield (SLS)','1','0'),(3600,'UA','SIP',25252,227,'Simferopol, UA - Simferopol Airport (SIP)','1','0'),(3601,'','IMK',25255,153,'Simikot, Simikot Airport (IMK)','1','0'),(3602,'','CNL',25272,59,'Sindal, Sindal Airport (CNL)','1','0'),(3603,'','SIE',25275,175,'Sines, Sines Airport (SIE)','1','0'),(3604,'SG','QPG',25278,190,'Singapore, SG - Paya Lebar Airbase (QPG)','1','0'),(3605,'SG','SIN',25278,190,'Singapore, SG - Changi Intl Airport (SIN)','1','0'),(3606,'SG','XSP',25278,190,'Singapore, SG - Seletar (XSP)','1','0'),(3607,'','SIQ',25281,102,'Singkep, Dabo Singkep Airport (SIQ)','1','0'),(3608,'','SIX',25282,13,'Singleton, Singleton Airport (SIX)','1','0'),(3609,'CH','SIR',25306,210,'Sion, CH - Sion Airport (SIR)','1','0'),(3610,'CA','YXL',25308,39,'Sioux Lookout, CA - Sioux Lookout Airport (YXL)','1','0'),(3611,'ZA','SIS',25326,195,'Sishen, ZA - Sishen Airport (SIS)','1','0'),(3612,'','SWY',25340,132,'Sitiawan, Sitiawan Airport (SWY)','1','0'),(3613,'US','SIT',25341,231,'Sitka, US - Sitka Airport (SIT)','1','0'),(3614,'MM','AKY',25347,150,'Sittwe, MM - Sittwe Airport (AKY)','1','0'),(3615,'TR','VAS',25349,222,'Sivas, TR - Sivas Nuri Demirag Airport (VAS)','1','0'),(3616,'US','SGY',25360,231,'Skagway, US - Skagway Airport (SGY)','1','0'),(3617,'SE','SFT',25378,209,'Skelleftea, SE - Skelleftea Airport (SFT)','1','0'),(3618,'GR','JSI',25386,86,'Skiathos, GR - Skiathos Airport (JSI)','1','0'),(3619,'NO','SKE',25392,164,'Skien, NO - Skien Airport Geiteryggen (SKE)','1','0'),(3620,'GR','SKU',25397,86,'Skiros, GR - Skiros Airport (SKU)','1','0'),(3621,'','SQW',25398,59,'Skive, Skive Airport (SQW)','1','0'),(3622,'MK','SKP',25410,129,'Skopje, MK - Skopje Airport (SKP)','1','0'),(3623,'SE','KVB',25415,209,'Skovde, SE - Skovde (KVB)','1','0'),(3624,'ZA','SZK',25418,195,'Skukuza, ZA - Skukuza Airport (SZK)','1','0'),(3625,'','SKW',25420,231,'Skwentna, Skwentna Airport (SKW)','1','0'),(3626,'US','SLQ',25442,231,'Sleetmute, US - Sleetmute Airport (SLQ)','1','0'),(3627,'SK','SLD',25446,191,'Sliac, SK - Sliac Airport (SLD)','1','0'),(3628,'IE','SXL',25449,105,'Sligo, IE - Sligo Airport (SXL)','1','0'),(3629,'','SMW',25465,148,'Smara, Smara Airport (SMW)','1','0'),(3630,'CA','YYD',25471,39,'Smithers, CA - Smithers Airport (YYD)','1','0'),(3631,'US','AWO',25500,231,'Snohomish, US - Arlington Municipal (AWO)','1','0'),(3632,'','DWB',25511,130,'Soalala, Soalala Airport (DWB)','1','0'),(3633,'YE','SCT',25526,240,'Socotra, YE - Socotra Airport (SCT)','1','0'),(3634,'FI','SOT',25530,75,'Sodankyla, FI - Sodankyla (SOT)','1','0'),(3635,'ET','SXU',25532,70,'Soddu, ET - Soddu Airport (SXU)','1','0'),(3636,'SE','SOO',25535,209,'Soderhamn, SE - Soderhamn Airport (SOO)','1','0'),(3637,'BG','SOF',25546,34,'Sofia, BG - Sofia Intl Airport (SOF)','1','0'),(3638,'NO','SOG',25549,164,'Sogndal, NO - Sognal Airport Haukasen (SOG)','1','0'),(3639,'','OHS',25551,165,'Sohar, Sohar Airport (OHS)','1','0'),(3640,'KR','SHO',25559,197,'Sokcho, KR - King Mswati III Intl Airport (SHO)','1','0'),(3641,'VU','SLH',25562,233,'Sola, VU - Vanua Lava Airport (SLH)','1','0'),(3642,'','SSE',34318,101,'Solapur, Solapur Airport (SSE)','1','0'),(3643,'','SXQ',25574,231,'Soldotna, Soldotna Airport (SXQ)','1','0'),(3644,'','SOL',25602,231,'Solomon, Solomon State Field Airport (SOL)','1','0'),(3645,'DK','SGD',25636,59,'Sonderborg, DK - Sonderborg Airport (SGD)','1','0'),(3646,'','SGX',25646,214,'Songea, Songea Airport (SGX)','1','0'),(3647,'FR','SXD',25660,76,'Sophia Antipolis, FR - Sophia Antipolis Airport (SXD)','1','0'),(3648,'NO','SOJ',25675,164,'Sorkjosen, NO - Sorkjosen Airport (SOJ)','1','0'),(3649,'','SQR',25678,102,'Soroako, Soroako Airport (SQR)','1','0'),(3650,'ID','SOQ',25680,102,'Sorong, ID - Domine Edward Osok Airport (SOQ)','1','0'),(3651,'CG','SOE',25703,51,'Souanke, CG - Souanké Airport (SOE)','1','0'),(3652,'BS','TZN',25723,16,'South Andros, BS - South Andros Airport (TZN)','1','0'),(3653,'','ADO',33441,13,'South Australia Region, Andamooka Airport (ADO)','1','0'),(3654,'','AMT',33441,13,'South Australia Region, Amata Airport (AMT)','1','0'),(3655,'','LCN',33441,13,'South Australia Region, Balcanoona Airport (LCN)','1','0'),(3656,'US','SBN',33445,231,'South Bend, US - South Bend Regional Airport (SBN)','1','0'),(3657,'US','BTV',33452,231,'South Burlington, US - Burlington Intl Airport (BTV)','1','0'),(3658,'CA','XSI',33482,39,'South Indian Lake, CA - South Indian Lake Airport (XSI)','1','0'),(3659,'US','WSN',33493,231,'South Naknek, US - South Naknek Airport (WSN)','1','0'),(3660,'','AUE',25735,65,'South Sinai, Abu Rudeis Airport (AUE)','1','0'),(3661,'VU','SWJ',25739,233,'South West Bay, VU - South West Bay Airport (SWJ)','1','0'),(3662,'GB','SOU',25742,482,'Southampton, GB - Southampton Intl Airport (SOU)','1','0'),(3663,'GB','SEN',25754,482,'Southend, GB - London Southend Airport (SEN)','1','0'),(3664,'','SHQ',25775,231,'Southport, Southport Airport (SHQ)','1','0'),(3665,'AO','SZA',25794,6,'Soyo, AO - Soyo Airport (SZA)','1','0'),(3666,'','SAR',25816,86,'Sparta, Sparta Community Airport (SAR)','1','0'),(3667,'US','SPF',25823,231,'Spearfish, US - Black Hills (Clyde Ice Field) (SPF)','1','0'),(3668,'US','SPW',25831,231,'Spencer, US - Spencer Municipal (SPW)','1','0'),(3669,'','RTL',25856,231,'Spirit Lake, Spirit Lake Municipal Airport (RTL)','1','0'),(3670,'HR','SPU',25862,55,'Split, HR - Split Airport (SPU)','1','0'),(3671,'US','GEG',25864,231,'Spokane, US - Spokane Intl Airport (GEG)','1','0'),(3672,'US','SFF',25864,231,'Spokane, US - Felts Field (SFF)','1','0'),(3673,'','SCG',33540,13,'Spring Creek, Spring Creek Airport (SCG)','1','0'),(3674,'BS','AXP',25876,16,'Spring Point, BS - Spring Point Airport (AXP)','1','0'),(3675,'ZA','SBU',25877,195,'Springbok, ZA - Springbok (SBU)','1','0'),(3676,'','SPZ',25879,231,'Springdale, Springdale Municipal Airport (SPZ)','1','0'),(3677,'US','SGF',25882,231,'Springfield, US - Branson National Airport (SGF)','1','0'),(3678,'US','SPI',25882,231,'Springfield, US - Abraham Lincoln Capital Airport (SPI)','1','0'),(3679,'','ZVG',25887,13,'Springvale, Springvale Airport (ZVG)','1','0'),(3680,'CA','YSE',25892,39,'Squamish, CA - Squamish (YSE)','1','0'),(3681,'IN','SXR',25897,101,'Srinagar, IN - Srinagar Airport (SXR)','1','0'),(3682,'FR','SBK',33567,76,'St Brieuc, FR - Saint-Brieuc - Armor (SBK)','1','0'),(3683,'CA','YYT',33610,39,'St Johns, CA - St John`s Intl Airport (YYT)','1','0'),(3684,'KN','SKB',33616,202,'St Kitts, KN - R L Bradshaw Airport (SKB)','1','0'),(3685,'LC','SLU',33622,182,'St Lucia, LC - George F L Charles Airport (SLU)','1','0'),(3686,'LC','UVF',33622,182,'St Lucia, LC - Hewanorra Intl Airport (UVF)','1','0'),(3687,'US','STP',33645,231,'St Paul, US - St Paul Downtown Airport/Holman Field (STP)','1','0'),(3688,'RU','LED',33649,181,'St Petersburg, RU - Pulkovo Airport (LED)','1','0'),(3689,'','YCM',33683,39,'St. Catharines, St. Catharines/Niagara District Airport (YCM)','1','0'),(3690,'','SJN',33704,39,'St. Johns, St. Johns Industrial Air Park (SJN)','1','0'),(3691,'','STQ',33721,231,'St. Marys, St. Marys Municipal Airport (STQ)','1','0'),(3692,'US','SPG',33738,231,'St. Petersburg, US - Albert Whitted (SPG)','1','0'),(3693,'','PSY',25988,231,'Stanley, Port Stanley Airport (PSY)','1','0'),(3694,'','SNH',25999,13,'Stanthorpe, Stanthorpe Airport (SNH)','1','0'),(3695,'US','SCE',33749,231,'State College, US - University Park Airport (SCE)','1','0'),(3696,'DK','STA',26024,59,'Stauning, DK - Stauning Vestjylland (STA)','1','0'),(3697,'US','SHD',26025,231,'Staunton, US - Shenandoah Valley Regional Airport (SHD)','1','0'),(3698,'NO','SVG',26026,164,'Stavanger, NO - Stavanger Airport Sola (SVG)','1','0'),(3699,'RU','STW',26029,181,'Stavropol, RU - Shpakovskoye Airport (STW)','1','0'),(3700,'US','WBB',26037,231,'Stebbins, US - Stebbins Airport (WBB)','1','0'),(3701,'BS','SML',26066,16,'Stella Maris, BS - Stella Maris Airport (SML)','1','0'),(3702,'CA','YJT',26078,39,'Stephenville, CA - Stephenville Intl Airport (YJT)','1','0'),(3703,'','SQI',26081,231,'Sterling, Whiteside County Airport (SQI)','1','0'),(3704,'','ZST',26093,39,'Stewart, Stewart Aerodrome (ZST)','1','0'),(3705,'NZ','SZS',26095,157,'Stewart Island, NZ - Ryans Creek Airport (SZS)','1','0'),(3706,'US','SCK',26139,231,'Stockton, US - Stockton Metropolitan Airport (SCK)','1','0'),(3707,'NO','SKN',26145,164,'Stokmarknes, NO - Stokmarknes Airport Skagen (SKN)','1','0'),(3708,'GB','SYY',26170,482,'Stornoway, GB - Stornoway Airport (SYY)','1','0'),(3709,'','MMN',33766,231,'Stow, Minute Man Air Field (MMN)','1','0'),(3710,'FR','SXB',26205,76,'Strasbourg, FR - Entzheim Airport (SXB)','1','0'),(3711,'','RBM',26226,83,'Straubing, Straubing Wallmühle Airport (RBM)','1','0'),(3712,'','KBY',26230,13,'Streaky Bay, Streaky Bay Airport (KBY)','1','0'),(3713,'GB','SOY',26257,482,'Stronsay, GB - Stronsay Airport (SOY)','1','0'),(3714,'','SUD',26258,482,'Stroud, Stroud Municipal Airport (SUD)','1','0'),(3715,'','SSW',26269,39,'Stuart Island, Stuart Island Airpark (SSW)','1','0'),(3716,'','YIG',26269,39,'Stuart Island, Big Bay Water Aerodrome (YIG)','1','0'),(3717,'','TNX',26277,37,'Stung Treng, Steung Treng Airport (TNX)','1','0'),(3718,'US','SUE',26280,231,'Sturgeon Bay, US - Door County Cherryland (SUE)','1','0'),(3719,'DE','STR',26286,83,'Stuttgart, DE - Stuttgart Airport (STR)','1','0'),(3720,'MY','SZB',26296,132,'Subang Jaya, MY - Abdul Aziz Shah Airport (SZB)','1','0'),(3721,'PH','SFS',26302,173,'Subic Bay, PH - Subic Bay Intl Airport (SFS)','1','0'),(3722,'RO','SCV',26307,179,'Suceava, RO - Stefan cel Mare Airport (SCV)','1','0'),(3723,'BO','SRE',26311,26,'Sucre, BO - Juana Azurduy de Padilla Intl Airport (SRE)','1','0'),(3724,'CA','YSB',26312,39,'Sudbury, CA - Greater Sudbury Airport (YSB)','1','0'),(3725,'PK','SUL',26331,166,'Sui, PK - Sui Airport (SUL)','1','0'),(3726,'TH','THS',26340,215,'Sukhothai, TH - Sukhothai Airport (THS)','1','0'),(3727,'','SUI',26341,82,'Sukhumi, Sukhumi Babushara Airport (SUI)','1','0'),(3728,'PK','SKZ',26343,166,'Sukkur, PK - Sukkur Airport (SKZ)','1','0'),(3729,'','BUW',26345,102,'Sulawesi, Betoambari Airport (BUW)','1','0'),(3730,'IQ','ISU',26346,104,'Sulaymaniyah, IQ - Sulaimaniyah Intl Airport (ISU)','1','0'),(3731,'','SIV',26348,231,'Sullivan, Sullivan County Airport (SIV)','1','0'),(3732,'ID','SWQ',26361,102,'Sumbawa, ID - Sultan Muhammad Kaharuddin III Airport (SWQ)','1','0'),(3733,'','SUT',26362,214,'Sumbawanga, Sumbawanga Airport (SUT)','1','0'),(3734,'','NDD',26363,6,'Sumbe, Sumbe Airport (NDD)','1','0'),(3735,'','UMM',33774,231,'Summit, Summit Airport (UMM)','1','0'),(3736,'','SUM',26379,231,'Sumter, Sumter Airport (SUM)','1','0'),(3737,'','UMY',26380,227,'Sumy, Sumy Airport (UMY)','1','0'),(3738,'ZA','NTY',26381,195,'Sun City, ZA - Pilanesberg Intl Airport (NTY)','1','0'),(3739,'SE','SDL',26394,209,'Sundsvall, SE - Midlanda Airport (SDL)','1','0'),(3740,'','SUO',26413,231,'Sunriver, Sunriver Airport (SUO)','1','0'),(3741,'GH','NYI',26422,84,'Sunyani, GH - Sunyani Airport (NYI)','1','0'),(3742,'','SUH',26434,165,'Sur, Sur Airport (SUH)','1','0'),(3743,'ID','SUB',26435,102,'Surabaya, ID - Juanda Airport (SUB)','1','0'),(3744,'ID','SOC',26437,102,'Surakarta, ID - Adisumarmo Intl Airport (SOC)','1','0'),(3745,'IN','STV',26438,101,'Surat, IN - Surat Airport (STV)','1','0'),(3746,'TH','URT',26439,215,'Surat Thani, TH - Surat Thani Airport (URT)','1','0'),(3747,'RU','SGC',26447,181,'Surgut, RU - Surgut Airport (SGC)','1','0'),(3748,'','PXR',26449,215,'Surin, Surin Airport (PXR)','1','0'),(3749,'','SKH',26452,153,'Surkhet, Surkhet Airport (SKH)','1','0'),(3750,'FJ','SUV',26476,74,'Suva, FJ - Nausori Intl Airport (SUV)','1','0'),(3751,'','SZV',26485,46,'Suzhou, Suzhou Guangfu Airport (SZV)','1','0'),(3752,'SE','EVG',26491,209,'Sveg, SE - Sveg Airport (EVG)','1','0'),(3753,'NO','SVJ',26502,164,'Svolvaer, NO - Svolvaer Airport Helle (SVJ)','1','0'),(3754,'NA','SWP',26508,151,'Swakopmund, NA - Swakopmund (SWP)','1','0'),(3755,'','ZJN',26513,39,'Swan River, Swan River Airport (ZJN)','1','0'),(3756,'CA','YYN',26531,39,'Swift Current, CA - Swift Current (YYN)','1','0'),(3757,'','RSE',26540,39,'Sydney, Rose Bay Seaplane Base (RSE)','1','0'),(3758,'CA','YQY',26540,39,'Sydney, CA - J A Douglas McCurdy Airport (YQY)','1','0'),(3759,'RU','SCW',26544,181,'Syktyvkar, RU - Syktyvkar Airport (SCW)','1','0'),(3760,'BD','ZYL',26546,18,'Sylhet, BD - Osmani Intl Airport (ZYL)','1','0'),(3761,'US','SYR',26560,231,'Syracuse, US - Syracuse Hancock Intl Airport (SYR)','1','0'),(3762,'EG','TCP',26579,65,'Taba, EG - Taba Intl Airport (TCP)','1','0'),(3763,'BR','TBT',26585,30,'Tabatinga, BR - Tabatinga Intl Airport (TBT)','1','0'),(3764,'','TBF',26589,114,'Tabiteuea North, Tabiteuea North Airport (TBF)','1','0'),(3765,'TZ','TBO',26593,214,'Tabora, TZ - Tabora Airport (TBO)','1','0'),(3766,'IR','TBZ',26594,103,'Tabriz, IR - Tabriz Airport (TBZ)','1','0'),(3767,'SA','TUU',26596,186,'Tabuk, SA - Tabuk Airport (TUU)','1','0'),(3768,'PH','TAC',26598,173,'Tacloban, PH - D Z Romualdez Airport (TAC)','1','0'),(3769,'PE','TCQ',26599,172,'Tacna, PE - Tacna Airport (TCQ)','1','0'),(3770,'UY','TAW',26601,230,'Tacuarembo, UY - Tacuarembó Airport (TAW)','1','0'),(3771,'','TDJ',26604,60,'Tadjoura, Tadjoura Airport (TDJ)','1','0'),(3772,'CA','XTL',26606,39,'Tadoule Lake, CA - Tadoule Lake Airport (XTL)','1','0'),(3773,'','ZTS',26628,39,'Tahsis, Tahsis Water Aerodrome (ZTS)','1','0'),(3774,'TW','TXG',26635,212,'Taichung, TW - Taichung Airport (TXG)','1','0'),(3775,'SA','TIF',26636,186,'Taif, SA - Taif Airport (TIF)','1','0'),(3776,'TW','TNN',26638,212,'Tainan, TW - Tainan Airport (TNN)','1','0'),(3777,'TW','TPE',26643,212,'Taipei, TW - Taiwan Taoyuan Intl Airport (TPE)','1','0'),(3778,'TW','TSA',26643,212,'Taipei, TW - Taipei Songshan Airport (TSA)','1','0'),(3779,'MY','TPG',26648,132,'Taiping, MY - Taiping (TPG)','1','0'),(3780,'TW','TTT',26652,212,'Taitung, TW - Taitung Airport (TTT)','1','0'),(3781,'CN','TYN',26654,46,'Taiyuan, CN - Taiyuan Wusu Intl Airport (TYN)','1','0'),(3782,'YE','TAI',26655,240,'Taiz, YE - Ta`izz Intl Airport (TAI)','1','0'),(3783,'','TKT',26658,215,'Tak, Tak Airport (TKT)','1','0'),(3784,'JP','TAK',26661,110,'Takamatsu, JP - Takamatsu Airport (TAK)','1','0'),(3785,'PF','TKP',26664,78,'Takapoto, PF - Takapoto Airport (TKP)','1','0'),(3786,'PF','TKX',26666,78,'Takaroa, PF - Takaroa Airport (TKX)','1','0'),(3787,'US','TCT',26674,231,'Takotna, US - Takotna Airport (TCT)','1','0'),(3788,'PE','TYL',26681,172,'Talara, PE - Victor Montes Arias Airport (TYL)','1','0'),(3789,'EE','TLL',26703,69,'Tallinn, EE - Lennart Meri Tallinn Airport (TLL)','1','0'),(3790,'CA','YYH',26709,39,'Taloyoak, CA - Taloyoak Airport (YYH)','1','0'),(3791,'GH','TML',26714,84,'Tamale, GH - Tamale Airport (TML)','1','0'),(3792,'','SXT',26716,132,'Taman Negara, Sungai Tiang Airport (SXT)','1','0'),(3793,'','TMN',26717,110,'Tamana, Tamana Airport (TMN)','1','0'),(3794,'DZ','TMR',26721,3,'Tamanrasset, DZ - Aguenar Hadj Bey Akhamok Airport (TMR)','1','0'),(3795,'MG','TMM',26728,130,'Tamatave, MG - Toamasina Airport (TMM)','1','0'),(3796,'','TUD',26729,187,'Tambacounda, Tambacounda Airport (TUD)','1','0'),(3797,'','WTA',26731,130,'Tambohorano, Tambohorano Airport (WTA)','1','0'),(3798,'ID','TMC',26733,102,'Tambolaka, ID - Tambolaka Airport (TMC)','1','0'),(3799,'','KYO',26743,231,'Tampa, Tampa North Aero Park (KYO)','1','0'),(3800,'US','TPA',26743,231,'Tampa, US - Tampa Intl Airport (TPA)','1','0'),(3801,'FI','TMP',26744,75,'Tampere, FI - Pirkkala Airport (TMP)','1','0'),(3802,'MX','TAM',26745,141,'Tampico, MX - Gen Francisco Javier Mina Intl Airport (TAM)','1','0'),(3803,'US','GUM',26747,90,'Tamuning, US - Antonio B Won Pat Intl Airport (GUM)','1','0'),(3804,'MA','TTA',26752,148,'Tan Tan, MA - Plage Blanche Airport (TTA)','1','0'),(3805,'ID','TTR',26754,102,'Tana Toraja, ID - Pongtiku Airport (TTR)','1','0'),(3806,'US','TAL',26759,231,'Tanana, US - Tanana Airport (TAL)','1','0'),(3807,'JP','TNE',26767,110,'Tanegashima, JP - New Tanegashima Airport (TNE)','1','0'),(3808,'','TGT',26769,214,'Tanga, Tanga Airport (TGT)','1','0'),(3809,'MA','TNG',26777,148,'Tangier, MA - Boukhalef Airport (TNG)','1','0'),(3810,'','TVS',26779,46,'Tangshan, Tangshan Sannühe Airport (TVS)','1','0'),(3811,'','TJG',26782,102,'Tanjung, Warukin Airport (TJG)','1','0'),(3812,'MY','TGC',26783,132,'Tanjung Bungah, MY - Tanjung Manis Airport (TGC)','1','0'),(3813,'','TPJ',26803,153,'Taplejung, Taplejung Airport (TPJ)','1','0'),(3814,'ID','TRK',26808,102,'Tarakan, ID - Tarakan Airport (TRK)','1','0'),(3815,'PE','TPP',26814,172,'Tarapoto, PE - Tarapoto Airport (TPP)','1','0'),(3816,'KI','TRW',26819,114,'Tarawa, KI - Bonriki Intl Airport (TRW)','1','0'),(3817,'','TGV',26830,34,'Targovishte, Targovishte Airport (TGV)','1','0'),(3818,'','BJO',26834,26,'Tarija, Bermejo Airport (BJO)','1','0'),(3819,'BO','TJA',26834,26,'Tarija, BO - Cap. Oriel Lea Plaza Airport (TJA)','1','0'),(3820,'','TQL',26838,181,'Tarko-sale, Tarko-Sale Airport (TQL)','1','0'),(3821,'UZ','TAS',26873,232,'Tashkent, UZ - Yuzhnyy Airport (TAS)','1','0'),(3822,'','TSY',26874,102,'Tasikmalaya, Tasikmalaya Airport (TSY)','1','0'),(3823,'','TEK',26886,231,'Tatitlek, Tatitlek Airport (TEK)','1','0'),(3824,'BR','QHP',26892,30,'Taubate, BR - Base De Aviacao De Taubate (QHP)','1','0'),(3825,'NZ','TRG',26901,157,'Tauranga, NZ - Tauranga Airport (TRG)','1','0'),(3826,'FJ','TVU',26913,74,'Taveuni, FJ - Taveuni Island - Matei Airport (TVU)','1','0'),(3827,'MY','TWU',26917,132,'Tawau, MY - Tawau Airport (TWU)','1','0'),(3828,'','CDY',26918,173,'Tawitawi, Cagayan de Sulu Airport (CDY)','1','0'),(3829,'','TWE',26920,231,'Taylor, Taylor Airport (TWE)','1','0'),(3830,'','TYZ',26920,231,'Taylor, Taylor Airport (TYZ)','1','0'),(3831,'DZ','TEE',26927,3,'Tbessa, DZ - Cheikh Larbi Tebessi Airport (TEE)','1','0'),(3832,'GE','TBS',26928,82,'Tbilisi, GE - Novo Alexeyevka Airport (TBS)','1','0'),(3833,'','TCH',26929,80,'Tchibanga, Tchibanga Airport (TCH)','1','0'),(3834,'','TEU',33794,157,'Te Anau, Te Anau Airport (TEU)','1','0'),(3835,'GB','MME',26944,482,'Teesside, GB - Teesside Airport (MME)','1','0'),(3836,'BR','TFF',26945,30,'Tefe, BR - Tefe Airport (TFF)','1','0'),(3837,'HN','TGU',26949,97,'Tegucigalpa, HN - Toncontin Intl Airport (TGU)','1','0'),(3838,'IR','THR',26952,103,'Tehran, IR - Mehrabad Intl Airport (THR)','1','0'),(3839,'IR','IKA',26952,103,'Tehran, IR - Imam Khomeini Airport (IKA)','1','0'),(3840,'IL','SDV',26961,106,'Tel Aviv, IL - Sde Dov Airport (SDV)','1','0'),(3841,'IL','TLV',26961,106,'Tel Aviv, IL - Ben Gurion Airport (TLV)','1','0'),(3842,'','TEA',26962,97,'Tela, Tela Airport (TEA)','1','0'),(3843,'','YTX',26966,39,'Telegraph Creek, Telegraph Creek Airport (YTX)','1','0'),(3844,'','TEF',26969,13,'Telfer, Telfer Airport (TEF)','1','0'),(3845,'US','TLA',26975,231,'Teller, US - Teller Airport (TLA)','1','0'),(3846,'US','TEX',26977,231,'Telluride, US - Telluride Regional Airport (TEX)','1','0'),(3847,'ID','TIM',26981,102,'Tembagapura, ID - Tembagapura Airport (TIM)','1','0'),(3848,'','TXM',26985,102,'Teminabuan, Teminabuan Airport (TXM)','1','0'),(3849,'','TEM',26987,13,'Temora, Temora Airport (TEM)','1','0'),(3850,'','PZS',27001,45,'Temuco, Maquehue Airport (PZS)','1','0'),(3851,'CL','ZCO',27001,45,'Temuco, CL - Maquehue Airport (ZCO)','1','0'),(3852,'ES','TFN',27010,199,'Tenerife, ES - Tenerife North (Los Rodeos) Airport (TFN)','1','0'),(3853,'ES','TFS',27010,199,'Tenerife, ES - Tenerife South (Reina Sofia) Airport (TFS)','1','0'),(3854,'MX','TPQ',27033,141,'Tepic, MX - Amado Nervo Intl Airport (TPQ)','1','0'),(3855,'BR','THE',27045,30,'Teresina, BR - Teresina Airport (THE)','1','0'),(3856,'ID','TTE',27060,102,'Ternate, ID - Babullah Airport (TTE)','1','0'),(3857,'CA','YXT',27065,39,'Terrace, CA - Northwest Regional Airport (YXT)','1','0'),(3858,'US','HUF',33809,231,'Terre Haute, US - Terre Haute Intl Airport (Hulman Field) (HUF)','1','0'),(3859,'','TEV',27082,199,'Teruel, Teruel Airport (TEV)','1','0'),(3860,'','YZW',27087,39,'Teslin, Teslin Airport (YZW)','1','0'),(3861,'MZ','TET',27092,149,'Tete, MZ - Chingozi / Matundo Airport (TET)','1','0'),(3862,'CA','ZTB',27093,39,'Tete A La Baleine, CA - Tete-a-la-Baleine Airport (ZTB)','1','0'),(3863,'US','TEB',27094,231,'Teterboro, US - Teterboro Airport (TEB)','1','0'),(3864,'MA','TTU',27100,148,'Tetuan, MA - Sania Ramel Airport (TTU)','1','0'),(3865,'','TWN',27107,13,'Tewantin, Tewantin Airport (TWN)','1','0'),(3866,'US','TXK',27110,231,'Texarkana, US - Texarkana Regional Airport / Webb Field (TXK)','1','0'),(3867,'','MGI',27111,231,'Texas City, Aransas National Wildlife Refuge Airport (MGI)','1','0'),(3868,'US','RKP',27111,231,'Texas City, US - Aransas County (RKP)','1','0'),(3869,'IN','TEZ',27116,101,'Tezpur, IN - Tezpur Airport (TEZ)','1','0'),(3870,'','TEI',27117,101,'Tezu, Tezu Airport (TEI)','1','0'),(3871,'ZA','TCU',27119,195,'Thaba Nchu, ZA - Thaba Nchu Airport (TCU)','1','0'),(3872,'','THK',27123,118,'Thakhek, Thakhek Airport (THK)','1','0'),(3873,'','TJV',27136,101,'Thanjavur, Thanjavur Air Force Station (TJV)','1','0'),(3874,'CA','YQD',33826,39,'The Pas, CA - The Pas Airport (YQD)','1','0'),(3875,'US','TVF',27171,231,'Thief River Falls, US - Thief River Falls Regional Airport (TVF)','1','0'),(3876,'IS','TEY',27177,100,'Thingeyri, IS - Thingeyri (TEY)','1','0'),(3877,'GR','JTR',33830,86,'Thira, GR - Santorini Airport (JTR)','1','0'),(3878,'DK','TED',27181,59,'Thisted, DK - Thisted (TED)','1','0'),(3879,'','THY',27183,195,'Thohoyandou, P.R. Mphephu Airport (THY)','1','0'),(3880,'CA','YTH',27193,39,'Thompson, CA - Thompson Municipal Airport (YTH)','1','0'),(3881,'','TCR',34425,101,'Thoothukudi, Tuticorin Airport (TCR)','1','0'),(3882,'US','KTB',33833,231,'Thorne Bay, US - Thorne Bay Seaplane Base (KTB)','1','0'),(3883,'IS','THO',27219,100,'Thorshofn, IS - Porshofn Airport (THO)','1','0'),(3884,'CA','YQT',27234,39,'Thunder Bay, CA - Thunder Bay Intl Airport (YQT)','1','0'),(3885,'','YYW',27234,39,'Thunder Bay, Armstrong Airport (YYW)','1','0'),(3886,'CN','TSN',27247,46,'Tianjin, CN - Tianjin Binhai Intl Airport (TSN)','1','0'),(3887,'','THQ',27248,46,'Tianshui, Tianshui Maijishan Airport (THQ)','1','0'),(3888,'DZ','TID',27252,3,'Tiaret, DZ - Abdelhafid Boussouf Bou Chekif Airport (TID)','1','0'),(3889,'NC','TGJ',27271,156,'Tiga, NC - Tiga Airport (TGJ)','1','0'),(3890,'MX','TIJ',27283,141,'Tijuana, MX - Gen Abelardo L Rodriguez Intl Airport (TIJ)','1','0'),(3891,'','TKC',27288,38,'Tiko, Tiko Airport (TKC)','1','0'),(3892,'','OTK',27294,231,'Tillamook, Tillamook Airport (OTK)','1','0'),(3893,'NZ','TIU',27301,157,'Timaru, NZ - Timaru Airport (TIU)','1','0'),(3894,'','TBK',27303,13,'Timber Creek, Timber Creek Airport (TBK)','1','0'),(3895,'RO','TSR',27306,179,'Timisoara, RO - Traian Vuia Intl Airport (TSR)','1','0'),(3896,'CA','YTS',27309,39,'Timmins, CA - Timmins Victor M Power Airport (YTS)','1','0'),(3897,'DZ','TIN',27318,3,'Tindouf, DZ - Tindouf Airport (TIN)','1','0'),(3898,'PE','TGI',27323,172,'Tingo Maria, PE - Tingo María Airport (TGI)','1','0'),(3899,'MP','TIQ',27325,163,'Tinian, MP - Tinian Island Airport (TIQ)','1','0'),(3900,'','VEX',27334,231,'Tioga, Tioga Municipal Airport (VEX)','1','0'),(3901,'','TMY',27335,102,'Tiom, Tiom Airport (TMY)','1','0'),(3902,'ET','TIE',27339,70,'Tippi, ET - Tippi Airport (TIE)','1','0'),(3903,'AL','TIA',27345,2,'Tirana, AL - Tirana (Rinas) Intl Airport Nene Tereza (TIA)','1','0'),(3904,'RO','TGM',27348,179,'Tirgu Mures, RO - Targu Mures Transilvania Airport (TGM)','1','0'),(3905,'IN','TRZ',27352,101,'Tiruchirapally, IN - Trichy Airport (TRZ)','1','0'),(3906,'IN','TIR',27353,101,'Tirupati, IN - Tirupati Airport (TIR)','1','0'),(3907,'','YTT',27356,39,'Tisdale, Tisdale Airport (YTT)','1','0'),(3908,'US','TIX',27371,231,'Titusville, US - Space Coast Regional (TIX)','1','0'),(3909,'YU','TIV',27372,241,'Tivat, YU - Tivat Airport (TIV)','1','0'),(3910,'DZ','TLM',27387,3,'Tlemcen, DZ - Zenata - Messali El Hadj Airport (TLM)','1','0'),(3911,'TT','TAB r',27391,219,'Tobago, TT - A N R Robinson Intl Airport (TAB r)','1','0'),(3912,'','TOX',27396,181,'Tobolsk, Tobolsk Airport (TOX)','1','0'),(3913,'LY','TOB',27397,123,'Tobruk, LY - Tobruk Airport (TOB)','1','0'),(3914,'','TOC',27399,231,'Toccoa, Toccoa Airport (TOC)','1','0'),(3915,'','YTP',27412,39,'Tofino, Tofino Harbour Water Aerodrome (YTP)','1','0'),(3916,'US','TKJ',33843,231,'Tok, US - Tok Airport (TKJ)','1','0'),(3917,'US','OOK',27424,231,'Toksook Bay, US - Toksook Bay Airport (OOK)','1','0'),(3918,'JP','TKS',27426,110,'Tokushima, JP - Tokushima Airport (TKS)','1','0'),(3919,'JP','HND',27427,110,'Tokyo, JP - Tokyo Intl (Haneda) Airport (HND)','1','0'),(3920,'JP','NRT',27427,110,'Tokyo, JP - Narita Intl Airport (NRT)','1','0'),(3921,'US','TOL',27432,231,'Toledo, US - Toledo Express Airport (TOL)','1','0'),(3922,'MG','BMD',27436,130,'Toliara, MG - Belo sur Tsiribihina Airport (BMD)','1','0'),(3923,'','DVD',27436,130,'Toliara, Andavadoaka Airport (DVD)','1','0'),(3924,'','TLI',27437,102,'Tolitoli, Sultan Bantilan Airport (TLI)','1','0'),(3925,'MY','TMG',27451,132,'Tomanggong, MY - Tomanggong Airport (TMG)','1','0'),(3926,'RU','TOF',27460,181,'Tomsk, RU - Tomsk Bogashevo Airport (TOF)','1','0'),(3927,'TO','TBU',27471,218,'Tongatapu, TO - Nukualofa - Fuaamotu Intl Airport (TBU)','1','0'),(3928,'','TNH',27474,46,'Tonghua, Tonghua Sanyuanpu Airport (TNH)','1','0'),(3929,'CN','TGO',27476,46,'Tongliao, CN - Tongliao Airport (TGO)','1','0'),(3930,'VU','TGH',27477,233,'Tongoa, VU - Tongoa Airport (TGH)','1','0'),(3931,'','XSD',27487,231,'Tonopah, Tonopah Test Range Airport (XSD)','1','0'),(3932,'','WTB',27493,13,'Toowoomba, Brisbane West Wellcamp Airport (WTB)','1','0'),(3933,'US','TOP',27497,231,'Topeka, US - Philip Billard Municipal (TOP)','1','0'),(3934,'CA','YTZ',27530,39,'Toronto, CA - Billy Bishop Toronto City (Toronto Island) Airport (YTZ)','1','0'),(3935,'CA','YYZ',27530,39,'Toronto, CA - Lester B Pearson Intl Airport (YYZ)','1','0'),(3936,'US','TOA',27534,231,'Torrance, US - Zamperini Field (TOA)','1','0'),(3937,'MX','TRC',27549,141,'Torreon, MX - Francisco Sarabia Intl Airport (TRC)','1','0'),(3938,'VU','TOH',27551,233,'Torres, VU - Torres Airport (TOH)','1','0'),(3939,'','TSQ',27551,233,'Torres, Torres Airport (TSQ)','1','0'),(3940,'','RAD',27572,32,'Tortola, Road Town Seaplane Base (RAD)','1','0'),(3941,'','TOV',27572,32,'Tortola, West End Seaplane Base (TOV)','1','0'),(3942,'IT','TTB',27574,107,'Tortoli, IT - Tortoli - Arbatax Airport (TTB)','1','0'),(3943,'JP','TTJ',27594,110,'Tottori, JP - Tottori Airport (TTJ)','1','0'),(3944,'DZ','TGR',27600,3,'Touggourt, DZ - Sidi Mahdi Airport (TGR)','1','0'),(3945,'NC','TOU',27601,156,'Touho, NC - Touho Airport (TOU)','1','0'),(3946,'FR','TLS',27603,76,'Toulouse, FR - Toulouse - Blagnac Airport (TLS)','1','0'),(3947,'EG','ELT',27605,65,'Tour Sinai City, EG - El Tor Airport (ELT)','1','0'),(3948,'FR','TUF',33866,76,'Tours, FR - Tours Val de Loire Airport (TUF)','1','0'),(3949,'JP','TOY',27631,110,'Toyama, JP - Toyama Airport (TOY)','1','0'),(3950,'TN','TOE',27638,220,'Tozeur, TN - Nefta Airport (TOE)','1','0'),(3951,'TR','TZX',27641,222,'Trabzon, TR - Trabzon Airport (TZX)','1','0'),(3952,'TH','TST',34281,215,'Trang, TH - Trang Airport (TST)','1','0'),(3953,'IT','TPS',27661,107,'Trapani, IT - Vincenzo Florio Airport (TPS)','1','0'),(3954,'','TGN',27667,13,'Traralgon, Latrobe Regional Airport (TGN)','1','0'),(3955,'US','TVC',27682,231,'Traverse City, US - Cherry Capital Airport (TVC)','1','0'),(3956,'BS','TCB',27685,16,'Treasure Cay, BS - Treasure Cay Airport (TCB)','1','0'),(3957,'','TYT',27714,230,'Treinta Y Tres, Treinta y Tres Airport (TYT)','1','0'),(3958,'','TRX',27734,231,'Trenton, Trenton Municipal Airport (TRX)','1','0'),(3959,'US','TTN',27734,231,'Trenton, US - Trenton Mercer Airport (TTN)','1','0'),(3960,'CA','YTR',27735,39,'Trenton, CA - Trenton (YTR)','1','0'),(3961,'','OYO',27737,10,'Tres Arroyos, Tres Arroyos Airport (OYO)','1','0'),(3962,'IT','TRS',27765,107,'Trieste, IT - Friuli Venezia Giulia Airport (TRS)','1','0'),(3963,'','THW',27771,200,'Trincomalee, Trincomalee Harbour Seaplane Base (THW)','1','0'),(3964,'','TDA',27773,219,'Trinidad, Trinidad Airport (TDA)','1','0'),(3965,'','TND',27773,219,'Trinidad, Alberto Delgado Airport (TND)','1','0'),(3966,'BO','TDD',27775,26,'Trinidad, BO - Tte. Jorge Henrich Arauz Airport (TDD)','1','0'),(3967,'LY','TIP',27788,123,'Tripoli, LY - Tripoli Airport (TIP)','1','0'),(3968,'LB','KYE',27789,120,'Tripoli, LB - Kleyate (KYE)','1','0'),(3969,'IN','TRV',34288,101,'Trivandrum, IN - Trivandrum Intl Airport (TRV)','1','0'),(3970,'SE','THN',27806,209,'Trollhattan, SE - Trollhattan Airport (THN)','1','0'),(3971,'NO','TOS',27807,164,'Tromso, NO - Tromso Airport Langnes (TOS)','1','0'),(3972,'NO','TRD',27810,164,'Trondheim, NO - Trondheim Airport Vaernes (TRD)','1','0'),(3973,'','TKF',27831,231,'Truckee, Truckee Tahoe Airport (TKF)','1','0'),(3974,'','TJI',27833,172,'Trujillo, Trujillo Airport (TJI)','1','0'),(3975,'PE','TRU',27833,172,'Trujillo, PE - Cap. FAP Carlos Martinez de Pinillos Airport (TRU)','1','0'),(3976,'FM','TKK',27835,143,'Truk, FM - Chuuk (Truk) Intl Airport (TKK)','1','0'),(3977,'MG','TTS',27855,130,'Tsaratanana, MG - Tsaratanana Airport (TTS)','1','0'),(3978,'CD','TSH',27862,52,'Tshikapa, CD - Tshikapa Airport (TSH)','1','0'),(3979,'','TSD',27863,195,'Tshipise, Tshipise Airport (TSD)','1','0'),(3980,'','WTS',27866,130,'Tsiroanomandidy, Tsiroanomandidy Airport (WTS)','1','0'),(3981,'','TSB',27872,151,'Tsumeb, Tsumeb Airport (TSB)','1','0'),(3982,'','TBC',27879,231,'Tuba City, Tuba City Airport (TBC)','1','0'),(3983,'PF','TUB',27883,78,'Tubuai, PF - Tubuai - Mataura Airport (TUB)','1','0'),(3984,'','AVW',27889,231,'Tucson, Marana Regional Airport (AVW)','1','0'),(3985,'US','TUS',27889,231,'Tucson, US - Tucson Intl Airport (TUS)','1','0'),(3986,'AR','TUC',27890,10,'Tucuman, AR - Teniente General Benjamin Matienzo Intl Airport (TUC)','1','0'),(3987,'BR','TUR',27892,30,'Tucurui, BR - Tucurui Airport (TUR)','1','0'),(3988,'CA','YUB',27902,39,'Tuktoyaktuk, CA - James Gruben Airport (YUB)','1','0'),(3989,'','TYA',27905,141,'Tula, Klokovo Airport (TYA)','1','0'),(3990,'EC','TUA',27911,64,'Tulcan, EC - Teniente Coronel Luis A Mantilla Airport (TUA)','1','0'),(3991,'MG','TLE',27913,130,'Tulear, MG - Toliara Airport (TLE)','1','0'),(3992,'','TLD',27915,28,'Tuli Lodge, Tuli Lodge Airport (TLD)','1','0'),(3993,'US','TUL',27926,231,'Tulsa, US - Tulsa Intl Airport (TUL)','1','0'),(3994,'US','TLT',27927,231,'Tuluksak, US - Tuluksak Airport (TLT)','1','0'),(3995,'','TUY',27928,141,'Tulum, Tulum Airport (TUY)','1','0'),(3996,'','TUJ',27930,70,'Tum, Tum Airport (TUJ)','1','0'),(3997,'CO','TCO',27932,49,'Tumaco, CO - La Florida Airport (TCO)','1','0'),(3998,'PE','TBP',27933,172,'Tumbes, PE - Cap. FAP Pedro Canga Rodriguez Airport (TBP)','1','0'),(3999,'','TUX',27934,39,'Tumbler Ridge, Tumbler Ridge Airport (TUX)','1','0'),(4000,'TN','TUN',27944,220,'Tunis, TN - Carthage Airport (TUN)','1','0'),(4001,'US','WTL',27947,231,'Tuntutuliak, US - Tuntutuliak Airport (WTL)','1','0'),(4002,'US','TNK',27948,231,'Tununak, US - Tununak Airport (TNK)','1','0'),(4003,'CN','TXN',27950,46,'Tunxi, CN - Huangshan Tunxi Intl Airport (TXN)','1','0'),(4004,'US','TUP',27954,231,'Tupelo, US - Tupelo Regional Airport (TUP)','1','0'),(4005,'PK','TUK',27959,166,'Turbat, PK - Turbat Airport (TUK)','1','0'),(4006,'CO','TRB',27962,49,'Turbo, CO - Gonzalo Mejia (TRB)','1','0'),(4007,'IT','TRN',27967,107,'Turin, IT - Turin-Caselle Airport (TRN)','1','0'),(4008,'FI','TKU',27974,75,'Turku, FI - Turku Airport (TKU)','1','0'),(4009,'','TLQ',27981,46,'Turpan, Turpan Jiaohe Airport (TLQ)','1','0'),(4010,'','BXL',27987,74,'Turtle Island, Blue Lagoon Seaplane Base (BXL)','1','0'),(4011,'US','TCL',27992,231,'Tuscaloosa, US - Tuscaloosa Regional Airport (TCL)','1','0'),(4012,'','TGE',27999,231,'Tuskegee, Sharpe Field (TGE)','1','0'),(4013,'','TZL',28011,222,'Tuzla, Tuzla International Airport (TZL)','1','0'),(4014,'','TWZ',28025,157,'Twizel, Pukaki Airport (TWZ)','1','0'),(4015,'US','TYR',28030,231,'Tyler, US - Tyler Pounds Regional Airport (TYR)','1','0'),(4016,'RU','TJM',28039,181,'Tyumen, RU - Tyumen Airport (TJM)','1','0'),(4017,'PF','UAH',33879,78,'Ua Huka, PF - Ua Huka Airport (UAH)','1','0'),(4018,'PF','UAP',33880,78,'Ua Pou, PF - Ua Pou Airport (UAP)','1','0'),(4019,'BR','UBA',28050,30,'Uberaba, BR - Uberaba Airport (UBA)','1','0'),(4020,'BR','UDI',28051,30,'Uberlandia, BR - Gomes Airport (UDI)','1','0'),(4021,'TH','UBP',28052,215,'Ubon Ratchathani, TH - Ubon Ratchathani Airport (UBP)','1','0'),(4022,'IN','UDR',28058,101,'Udaipur, IN - Dabok Airport (UDR)','1','0'),(4023,'','UDE',28063,154,'Uden, Volkel Air Base (UDE)','1','0'),(4024,'TH','UTH',28066,215,'Udon Thani, TH - Udon Thani Airport (UTH)','1','0'),(4025,'RU','UFA',28073,181,'Ufa, RU - Ufa Airport (UFA)','1','0'),(4026,'AO','UGO',28079,6,'Uige, AO - Uíge Airport (UGO)','1','0'),(4027,'MH','UJE',28082,136,'Ujae Island, MH - Ujae Airport (UJE)','1','0'),(4028,'RU','UCT',28084,181,'Ukhta, RU - Ukhta Airport (UCT)','1','0'),(4029,'MN','ULN',28089,146,'Ulan Bator, MN - Ulan Bator (Buyant-Ukhaa) Airport (ULN)','1','0'),(4030,'CN','HLH',28090,46,'Ulanhot, CN - Ulanhot Airport (HLH)','1','0'),(4031,'RU','UUD',28091,181,'Ulan-ude, RU - Baikal Intl Airport (UUD)','1','0'),(4032,'KR','USN',28103,197,'Ulsan, KR - Ulsan Airport (USN)','1','0'),(4033,'RU','ULY',28115,181,'Ulyanovsk, RU - Ulyanovsk Vostochny Airport (ULY)','1','0'),(4034,'SE','UME',28123,209,'Umea, SE - Umea Airport (UME)','1','0'),(4035,'ZA','UTT',28131,195,'Umtata, ZA - Mthatha Airport (UTT)','1','0'),(4036,'BR','UNA',33885,30,'Una, BR - Una Airport (UNA)','1','0'),(4037,'US','UNK',28133,231,'Unalakleet, US - Unalakleet Airport (UNK)','1','0'),(4038,'','UNT',33886,482,'Unst, Baltasound Airport (UNT)','1','0'),(4039,'ZA','UTN',28178,195,'Upington, ZA - Upington Airport (UTN)','1','0'),(4040,'US','CCB',28179,231,'Upland, US - Cable (CCB)','1','0'),(4041,'CA','YBE',28195,39,'Uranium City, CA - Uranium City Airport (YBE)','1','0'),(4042,'','UEN',28203,181,'Urengoy, Urengoy Airport (UEN)','1','0'),(4043,'UZ','UGC',28205,232,'Urgench, UZ - Urgench Airport (UGC)','1','0'),(4044,'','URR',28212,49,'Urrao, Alí Piedrahita Airport (URR)','1','0'),(4045,'MX','UPN',28218,141,'Uruapan, MX - Lic y Gen Ignacio Lopez Rayon National Airport (UPN)','1','0'),(4046,'BR','URG',28220,30,'Uruguaiana, BR - Ruben Berta Intl Airport (URG)','1','0'),(4047,'CN','URC',28222,46,'Urumqi, CN - Urumqi Diwopu Intl Airport (URC)','1','0'),(4048,'','USL',28228,13,'Useless Loop, Useless Loop Airport (USL)','1','0'),(4049,'AR','USH',28230,10,'Ushuaia, AR - Ushuaia Intl Airport (USH)','1','0'),(4050,'','UIK',28245,181,'Ust-ilimsk, Ust-Ilimsk Airport (UIK)','1','0'),(4051,'TH','UTP',28250,215,'Utapao, TH - Utapao Rayong Intl Airport (UTP)','1','0'),(4052,'US','UCA',28255,231,'Utica, US - Oneida County Airport (UCA)','1','0'),(4053,'GL','UMD',28273,87,'Uummannaq, GL - Uummannaq Heliport (UMD)','1','0'),(4054,'','QUO',28282,160,'Uyo, Akwa Ibom International Airport (QUO)','1','0'),(4055,'','UYU',28283,26,'Uyuni, Uyuni Airport (UYU)','1','0'),(4056,'UA','UDJ',28286,227,'Uzhgorod, UA - Uzhgorod Airport (UDJ)','1','0'),(4057,'FI','VAA',28293,75,'Vaasa, FI - Vaasa Airport (VAA)','1','0'),(4058,'IN','BDQ',28303,101,'Vadodara, IN - Vadodara Airport (BDQ)','1','0'),(4059,'NO','VDS',28305,164,'Vadso, NO - Vadso Airport (VDS)','1','0'),(4060,'CA','YVO',33912,39,'Val D\'or, CA - Val-d`Or Airport (YVO)','1','0'),(4061,'US','VDZ',28340,231,'Valdez, US - Valdez Airport (VDZ)','1','0'),(4062,'CL','ZAL',28345,45,'Valdivia, CL - Valdivia Airport (ZAL)','1','0'),(4063,'US','VLD',28347,231,'Valdosta, US - Valdosta Regional Airport (VLD)','1','0'),(4064,'FR','VAF',33922,76,'Valence, FR - Valence-Chabeuil Airport (VAF)','1','0'),(4065,'VE','VLN',28355,235,'Valencia, VE - Valencia (Venezuela) Airport (VLN)','1','0'),(4066,'VE','VLV',28364,235,'Valera, VE - Antonio Nicolas Briceno Airport (VLV)','1','0'),(4067,'VU','VLS',28368,233,'Valesdir, VU - Valesdir Airport (VLS)','1','0'),(4068,'ES','VLL',28378,199,'Valladolid, ES - Vallodolid Airport (VLL)','1','0'),(4069,'CO','CLO',28384,49,'Valle Del Cauca, CO - Aragon Intl Airport (CLO)','1','0'),(4070,'CO','VUP',28386,49,'Valledupar, CO - Alfonso Lopez Pumarejo Airport (VUP)','1','0'),(4071,'','VLR',28388,45,'Vallenar, Vallenar Airport (VLR)','1','0'),(4072,'US','VPS',28410,231,'Valparaiso, US - Destin-Fort Walton Beach Airport (VPS)','1','0'),(4073,'TR','VAN',33944,222,'Van, TR - Van Airport (VAN)','1','0'),(4074,'CA','CXH',28425,39,'Vancouver, CA - Vancouver Coal Harbour Seaplane Base (CXH)','1','0'),(4075,'','YDT',28425,39,'Vancouver, Boundary Bay Airport (YDT)','1','0'),(4076,'CA','YVR',28425,39,'Vancouver, CA - Vancouver Intl Airport (YVR)','1','0'),(4077,'CU','VRA',28448,56,'Varadero, CU - Juan Gualberto Gomez Airport (VRA)','1','0'),(4078,'','VRO',28448,56,'Varadero, Kawama Airport (VRO)','1','0'),(4079,'IN','VNS',28449,101,'Varanasi, IN - Varanasi Airport (VNS)','1','0'),(4080,'BR','VAG',28465,30,'Varginha, BR - Maj Brig Trompowsky Airport (VAG)','1','0'),(4081,'FI','VRK',28468,75,'Varkaus, FI - Varkaus Airport (VRK)','1','0'),(4082,'SE','VST',28484,209,'Vasteras, SE - Hasslo Airport (VST)','1','0'),(4083,'','VAT',28494,130,'Vatomandry, Vatomandry Airport (VAT)','1','0'),(4084,'TO','VAV',28507,218,'Vava\'u, TO - Vava`U Airport (VAV)','1','0'),(4085,'SE','VXO',28509,209,'Vaxjo, SE - Vaxjo Airport (VXO)','1','0'),(4086,'US','VEE',28572,231,'Venetie, US - Venetie Airport (VEE)','1','0'),(4087,'IT','TSF',28574,107,'Venice, IT - Treviso Sant Angelo Airport (TSF)','1','0'),(4088,'IT','VCE',28574,107,'Venice, IT - Marco Polo Airport (VCE)','1','0'),(4089,'US','VNC',28575,231,'Venice, US - Venice Municipal (VNC)','1','0'),(4090,'','VNT',28589,119,'Ventspils, Ventspils International Airport (VNT)','1','0'),(4091,'MX','VER',28593,141,'Veracruz, MX - Gen Heriberto Jara Intl Airport (VER)','1','0'),(4092,'','YVG',28617,39,'Vermilion, Vermilion Airport (YVG)','1','0'),(4093,'US','VEL',28621,231,'Vernal, US - Vernal Regional Airport (VEL)','1','0'),(4094,'','WIB',28628,39,'Vernon, Wilbarger County Airport (WIB)','1','0'),(4095,'','YVE',28628,39,'Vernon, Vernon Regional Airport (YVE)','1','0'),(4096,'US','VRB',28630,231,'Vero Beach, US - Vero Beach Regional Airport (VRB)','1','0'),(4097,'IT','VRN',28633,107,'Verona, IT - Villafranca Airport (VRN)','1','0'),(4098,'','VRS',28638,231,'Versailles, Roy Otten Memorial Airfield (VRS)','1','0'),(4099,'IS','VEY',28658,100,'Vestmannaeyjar, IS - Vestmannaeyjar Airport (VEY)','1','0'),(4100,'','ZIC',28700,88,'Victoria, Victoria Airport (ZIC)','1','0'),(4101,'US','VCT',28701,231,'Victoria, US - Victoria Regional Airport (VCT)','1','0'),(4102,'CA','YWH',28704,39,'Victoria, CA - Victoria Harbour Water Aerodrome (YWH)','1','0'),(4103,'CA','YYJ',28704,39,'Victoria, CA - Victoria Intl Airport (YYJ)','1','0'),(4104,'ZW','VFA',28706,243,'Victoria Falls, ZW - Victoria Falls Airport (VFA)','1','0'),(4105,'BG','VID',28714,34,'Vidin, BG - Vidin Airport (VID)','1','0'),(4106,'AR','VDM',28719,10,'Viedma, AR - Gobernador Edgardo Castello Airport (VDM)','1','0'),(4107,'AT','VIE',28729,14,'Vienna, AT - Vienna Schwechat Airport (VIE)','1','0'),(4108,'LA','VTE',28731,118,'Vientiane, LA - Wattay Airport (VTE)','1','0'),(4109,'US','VQS',28732,176,'Vieques, US - Antonio Rivera Rodriguez Airport (VQS)','1','0'),(4110,'ES','VGO',28753,199,'Vigo, ES - Peinador Airport (VGO)','1','0'),(4111,'IN','VGA',28759,101,'Vijayawada, IN - Vijayawada Airport (VGA)','1','0'),(4112,'PT','VRL',33987,175,'Vila Real, PT - Vila Real Airport (VRL)','1','0'),(4113,'MZ','VNX',28775,149,'Vilanculos, MZ - Vilankulo Airport (VNX)','1','0'),(4114,'SE','VHM',28782,209,'Vilhelmina, SE - Vilhelmina Airport (VHM)','1','0'),(4115,'BR','BVH',28783,30,'Vilhena, BR - Brig Camarao Airport (BVH)','1','0'),(4116,'CU','SNU',28788,56,'Villa Clara, CU - Abel Santamaria Airport (SNU)','1','0'),(4117,'MX','VSA',28804,141,'Villahermosa, MX - Carlos Rovirosa Perez Intl Airport (VSA)','1','0'),(4118,'CO','VVC',28844,49,'Villavicencio, CO - La Vanguardia Airport (VVC)','1','0'),(4119,'LT','VNO',28892,125,'Vilnius, LT - Vilnius Airport (VNO)','1','0'),(4120,'US','VIS',28952,231,'Visalia, US - Visalia Municipal Airport (VIS)','1','0'),(4121,'SE','VBY',28956,209,'Visby, SE - Visby Airport (VBY)','1','0'),(4122,'BR','VIX',28972,30,'Vitoria, BR - Vitoria Airport (VIX)','1','0'),(4123,'ES','VIT',28973,199,'Vitoria, ES - Vitoria Airport (VIT)','1','0'),(4124,'','VTL',28982,76,'Vittel, Vittel - Champ-de-Courses Airport (VTL)','1','0'),(4125,'RU','OGZ',28998,181,'Vladikavkaz, RU - Beslan Airport (OGZ)','1','0'),(4126,'RU','VVO',29000,181,'Vladivostok, RU - Vladivostok Airport (VVO)','1','0'),(4127,'','VOH',29018,130,'Vohemar, Vohemar Airport (VOH)','1','0'),(4128,'DK','SKS',29025,59,'Vojens, DK - Skrydstrup (SKS)','1','0'),(4129,'','VLK',29032,181,'Volgodonsk, Volgodonsk Airport (VLK)','1','0'),(4130,'RU','VOG',29033,181,'Volgograd, RU - Volgograd Airport (VOG)','1','0'),(4131,'','VGD',29040,181,'Vologda, Vologda Airport (VGD)','1','0'),(4132,'IS','VPN',29053,100,'Vopnafjordur, IS - Vopnafjordur Airport (VPN)','1','0'),(4133,'RU','VOZ',29059,181,'Voronezh, RU - Chertovitskoye Airport (VOZ)','1','0'),(4134,'','VYD',29089,195,'Vryheid, Vryheid Airport (VYD)','1','0'),(4135,'','VTG',29097,236,'Vung Tau, Vung Tau Airport (VTG)','1','0'),(4136,'CA','YWK',29113,39,'Wabush, CA - Wabush Airport (YWK)','1','0'),(4137,'ET','WAC',29114,70,'Waca, ET - Wacca Airport (WAC)','1','0'),(4138,'AO','CEO',29116,6,'Waco Kungo, AO - Waco Kungo Airport (CEO)','1','0'),(4139,'','AGI',29131,154,'Wageningen, Wageningen Airstrip (AGI)','1','0'),(4140,'ID','WET',29132,102,'Wagethe, ID - Waghete Airport (WET)','1','0'),(4141,'','WAH',29141,231,'Wahpeton, Harry Stern Airport (WAH)','1','0'),(4142,'','WIK',29154,157,'Waiheke Island, Waiheke Island Aerodrome (WIK)','1','0'),(4143,'ID','WGP',29159,102,'Waingapu, ID - Mau Hau (Waingapu) Airport (WGP)','1','0'),(4144,'US','AIN',29162,231,'Wainwright, US - Wainwright Airport (AIN)','1','0'),(4145,'JP','WKJ',29179,110,'Wakkanai, JP - Wakkanai Airport (WKJ)','1','0'),(4146,'','WLC',29184,13,'Walcha, Walcha Airport (WLC)','1','0'),(4147,'','WDN',29203,231,'Waldron Island, Waldronaire Airport (WDN)','1','0'),(4148,'','WGE',29205,13,'Walgett, Walgett Airport (WGE)','1','0'),(4149,'US','ALW',29210,231,'Walla Walla, US - Walla Walla Regional Airport (ALW)','1','0'),(4150,'US','WLM',29242,231,'Waltham, US - Waltham Airport (WLM)','1','0'),(4151,'NA','WVB',29247,151,'Walvis Bay, NA - Walvis Bay Airport (WVB)','1','0'),(4152,'ID','WMX',29251,102,'Wamena, ID - Wamena Airport (WMX)','1','0'),(4153,'NZ','WKA',29253,157,'Wanaka, NZ - Wanaka Airport (WKA)','1','0'),(4154,'NZ','WAG',29258,157,'Wanganui, NZ - Wanganui Airport (WAG)','1','0'),(4155,'DE','AGE',29262,83,'Wangerooge, DE - Wangerooge (AGE)','1','0'),(4156,'','WGC',29278,101,'Warangal, Warangal Airport (WGC)','1','0'),(4157,'ET','WRA',29283,70,'Warder, ET - Warder Airport (WRA)','1','0'),(4158,'','WAR',29292,102,'Waris, Waris Airport (WAR)','1','0'),(4159,'','WKB',29303,13,'Warracknabeal, Warracknabeal Airport (WKB)','1','0'),(4160,'US','AST',29312,231,'Warrenton, US - Astoria Regional Airport (AST)','1','0'),(4161,'','WMB',29317,13,'Warrnambool, Warrnambool Airport (WMB)','1','0'),(4162,'','RRT',29318,231,'Warroad, Warroad International Memorial Airport (RRT)','1','0'),(4163,'','WMI',29319,231,'Warsaw, Warsaw Modlin Airport (WMI)','1','0'),(4164,'','BYW',29337,231,'Washington, Blakely Island Airport (BYW)','1','0'),(4165,'US','DCA',29337,231,'Washington, US - Ronald Reagan Washington National Airport (DCA)','1','0'),(4166,'US','IAD',29337,231,'Washington, US - Washington Dulles Intl Airport (IAD)','1','0'),(4167,'','WSG',29337,231,'Washington, Washington County Airport (WSG)','1','0'),(4168,'','WSR',29339,102,'Wasior, Wasior Airport (WSR)','1','0'),(4169,'CA','YKQ',29340,39,'Waskaganish, CA - Waskaganish Airport (YKQ)','1','0'),(4170,'IE','WAT',29356,105,'Waterford, IE - Waterford Airport (WAT)','1','0'),(4171,'US','ALO',29361,231,'Waterloo, US - Waterloo Regional Airport (ALO)','1','0'),(4172,'','WLO',29361,231,'Waterloo, Waterloo Airport (WLO)','1','0'),(4173,'US','ART',29370,231,'Watertown, US - Watertown Intl Airport (ART)','1','0'),(4174,'US','ATY',29370,231,'Watertown, US - Watertown Regional Airport (ATY)','1','0'),(4175,'','YQH',29383,39,'Watson Lake, Watson Lake Airport (YQH)','1','0'),(4176,'','WAU',29393,13,'Wauchope, Wauchope Airport (WAU)','1','0'),(4177,'US','UGN',29396,231,'Waukegan, US - Waukegan Regional (UGN)','1','0'),(4178,'','UKN',29398,231,'Waukon, Waukon Municipal Airport (UKN)','1','0'),(4179,'US','CWA',29403,231,'Wausau, US - Central Wisconsin Airport (CWA)','1','0'),(4180,'CA','YWP',29426,39,'Webequie, CA - Webequie Airport (YWP)','1','0'),(4181,'ZA','WEL',29481,195,'Welkom, ZA - Welkom (WEL)','1','0'),(4182,'','WHL',29497,13,'Welshpool, Welshpool Airport (WHL)','1','0'),(4183,'CA','YNC',29502,39,'Wemindji, CA - Wemindji Airport (YNC)','1','0'),(4184,'US','EAT',29504,231,'Wenatchee, US - Pangborn Memorial Airport (EAT)','1','0'),(4185,'CN','WNZ',29518,46,'Wenzhou, CN - Wenzhou Longwan Intl Airport (WNZ)','1','0'),(4186,'','WBK',34041,231,'West Branch, West Branch Community Airport (WBK)','1','0'),(4187,'','WTD',34061,13,'West End, West End Airport (WTD)','1','0'),(4188,'US','AGC',34108,231,'West Mifflin, US - Allegheny County (AGC)','1','0'),(4189,'US','PBI',34115,231,'West Palm Beach, US - Palm Beach Intl Airport (PBI)','1','0'),(4190,'','WWY',34147,13,'West Wyalong, West Wyalong Airport (WWY)','1','0'),(4191,'US','WYS',34150,231,'West Yellowstone, US - Yellowstone Airport (WYS)','1','0'),(4192,'DE','GWT',29567,83,'Westerland, DE - Sylt Airport (GWT)','1','0'),(4193,'US','WST',29569,231,'Westerly, US - Westerly State Airport (WST)','1','0'),(4194,'US','BAF',29579,231,'Westfield, US - Barnes Municipal (BAF)','1','0'),(4195,'NZ','WSZ',29610,157,'Westport, NZ - Westport Airport (WSZ)','1','0'),(4196,'US','WSX',29614,231,'Westsound, US - Westsound Seaplane Base (WSX)','1','0'),(4197,'PG','WWK',29629,170,'Wewak, PG - Boram Airport (WWK)','1','0'),(4198,'NZ','WHK',29642,157,'Whakatane, NZ - Whakatane Airport (WHK)','1','0'),(4199,'CA','YXN',29643,39,'Whale Cove, CA - Whale Cove Airport (YXN)','1','0'),(4200,'US','WWP',29644,231,'Whale Pass, US - North Whale Seaplane Base (WWP)','1','0'),(4201,'','WHS',29645,482,'Whalsay, Whalsay Airstrip (WHS)','1','0'),(4202,'NZ','WRE',29647,157,'Whangarei, NZ - Whangarei Airport (WRE)','1','0'),(4203,'','WHT',29648,231,'Wharton, Wharton Regional Airport (WHT)','1','0'),(4204,'CA','YWS',29665,39,'Whistler, CA - Green Lake Water Aerodrome (YWS)','1','0'),(4205,'US','WMO',34164,231,'White Mountain, US - White Mountain Airport (WMO)','1','0'),(4206,'','YWR',34171,231,'White River, White River Water Aerodrome (YWR)','1','0'),(4207,'CA','YXY',29683,39,'Whitehorse, CA - Erik Nielson Whitehorse Intl Airport (YXY)','1','0'),(4208,'','WTR',29688,195,'Whiteriver, Whiteriver Airport (WTR)','1','0'),(4209,'US','BEC',29713,231,'Wichita, US - Beech Factory (BEC)','1','0'),(4210,'US','CEA',29713,231,'Wichita, US - Cessna Aircraft Field (CEA)','1','0'),(4211,'US','ICT',29713,231,'Wichita, US - Wichita Mid-Continent Airport (ICT)','1','0'),(4212,'GB','WIC',34181,482,'Wick, GB - Wick Airport (WIC)','1','0'),(4213,'','WIO',29744,13,'Wilcannia, Wilcannia Airport (WIO)','1','0'),(4214,'','CWX',29766,231,'Willcox, Cochise County Airport (CWX)','1','0'),(4215,'US','IPT',29778,231,'Williamsport, US - Williamsport Regional Airport (IPT)','1','0'),(4216,'US','ISN',29790,231,'Williston, US - Sloulin Field Intl Airport (ISN)','1','0'),(4217,'US','ILG',29804,231,'Wilmington, US - New Castle Airport (ILG)','1','0'),(4218,'US','ILM',29804,231,'Wilmington, US - Wilmington Intl Airport (ILM)','1','0'),(4219,'US','ILN',29804,231,'Wilmington, US - Airborne Airpark (ILN)','1','0'),(4220,'','WUN',29820,13,'Wiluna, Wiluna Airport (WUN)','1','0'),(4221,'','WGO',29830,469,'Winchester, Winchester Regional Airport (WGO)','1','0'),(4222,'NA','WDH',29839,151,'Windhoek, NA - Hosea Kutako Intl Airport (WDH)','1','0'),(4223,'CA','YQG',34713,39,'Windsor, CA - Windsor Airport (YQG)','1','0'),(4224,'CA','YWG',29865,39,'Winnipeg, CA - Winnipeg J A Richardson Intl Airport (YWG)','1','0'),(4225,'','ISS',29897,231,'Wiscasset, Wiscasset Airport (ISS)','1','0'),(4226,'','LNP',29899,231,'Wise, Lonesome Pine Airport (LNP)','1','0'),(4227,'','WJA',29935,136,'Woja, Woja Airport (WJA)','1','0'),(4228,'CA','ZWL',29955,39,'Wollaston Lake, CA - Wollaston Lake Airport (ZWL)','1','0'),(4229,'TW','WOT',29967,212,'Wonan, TW - Wang-an Airport (WOT)','1','0'),(4230,'','WFD',29978,231,'Woodford, Woodford Aerodrome (WFD)','1','0'),(4231,'','UMR',30014,13,'Woomera, RAAF Woomera Airfield (UMR)','1','0'),(4232,'US','ORH',30019,231,'Worcester, US - Worcester Regional Airport (ORH)','1','0'),(4233,'US','WRL',30025,231,'Worland, US - Worland Municipal Airport (WRL)','1','0'),(4234,'','YWY',30045,39,'Wrigley, Wrigley Airport (YWY)','1','0'),(4235,'PL','WRO',30047,174,'Wroclaw, PL - Strachowice Airport (WRO)','1','0'),(4236,'','WUD',30055,13,'Wudinna, Wudinna Airport (WUD)','1','0'),(4237,'CN','WUH',30059,46,'Wuhan, CN - Wuhan Tianhe Intl Airport (WUH)','1','0'),(4238,'','WHU',30060,46,'Wuhu, Wuhu Airport (WHU)','1','0'),(4239,'DE','OHR',30084,83,'Wyk Auf Foehr, DE - Wyk Auf Fohr (OHR)','1','0'),(4240,'','WYN',30087,13,'Wyndham, Wyndham Airport (WYN)','1','0'),(4241,'CN','XMN',30112,46,'Xiamen, CN - Xiamen Gaoqi Intl Airport (XMN)','1','0'),(4242,'','SIA',30113,46,'Xi\'an, Xi\'an Xiguan Airport (SIA)','1','0'),(4243,'','XNT',30129,46,'Xingtai, Xingtai Dalian Airport (XNT)','1','0'),(4244,'US','YKM',30156,231,'Yakima, US - Yakima Air Terminal (McAllister Field) (YKM)','1','0'),(4245,'JP','KUM',30157,110,'Yakushima, JP - Yakushima Airport (KUM)','1','0'),(4246,'US','YAK',30158,231,'Yakutat, US - Yakutat Airport (YAK)','1','0'),(4247,'RU','YKS',30159,181,'Yakutsk, RU - Yakutsk Airport (YKS)','1','0'),(4248,'JP','GAJ',30166,110,'Yamagata, JP - Yamagata Airport (GAJ)','1','0'),(4249,'JP','NJA',30173,110,'Yamato, JP - Atsugi Naf (NJA)','1','0'),(4250,'SA','YNB',30182,186,'Yanbo, SA - Yanbo Airport (YNB)','1','0'),(4251,'','XYA',30187,193,'Yandina, Yandina Airport (XYA)','1','0'),(4252,'MM','RGN',30189,150,'Yangon, MM - Yangon Intl Airport (RGN)','1','0'),(4253,'','YTY',30194,46,'Yangzhou, Yangzhou Taizhou Airport (YTY)','1','0'),(4254,'US','YKN',30197,231,'Yankton, US - Chan Gurney Municipal (YKN)','1','0'),(4255,'CN','YNT',30199,46,'Yantai, CN - Yantai Laishan Intl Airport (YNT)','1','0'),(4256,'CM','YAO',30202,38,'Yaounde, CM - Nsimalen (YAO)','1','0'),(4257,'FM','YAP',30203,143,'Yap, FM - Yap Intl Airport (YAP)','1','0'),(4258,'CA','YQI',30207,39,'Yarmouth, CA - Yarmouth Airport (YQI)','1','0'),(4259,'IR','AZD',30228,103,'Yazd, IR - Yazd Airport (AZD)','1','0'),(4260,'CA','YZF',30241,39,'Yellowknife, CA - Yellowknife Airport (YZF)','1','0'),(4261,'AM','EVN',30251,11,'Yerevan, AM - Zvartnots Intl Airport (EVN)','1','0'),(4262,'','EYR',30253,231,'Yerington, Yerington Municipal Airport (EYR)','1','0'),(4263,'CN','YIH',30262,46,'Yichang, CN - Yichang Sanxia Airport (YIH)','1','0'),(4264,'','LDS',30264,46,'Yichun, Yichun Lindu Airport (LDS)','1','0'),(4265,'','YIC',30264,46,'Yichun, Yichun Mingyueshan Airport (YIC)','1','0'),(4266,'','YLN',30266,212,'Yilan, Yilan Airport (YLN)','1','0'),(4267,'CN','INC',30268,46,'Yinchuan, CN - Yinchuan Hedong Airport (INC)','1','0'),(4268,'CN','YIW',30270,46,'Yiwu, CN - Yiwu Airport (YIW)','1','0'),(4269,'ID','JOG',30278,102,'Yogyakarta, ID - Adisutjipto Airport (JOG)','1','0'),(4270,'JP','YGJ',30285,110,'Yonago, JP - Miho Yonago Airport (YGJ)','1','0'),(4271,'CA','YQV',30294,39,'Yorkton, CA - Yorkton Municipal (YQV)','1','0'),(4272,'','NGA',30301,13,'Young, Young Airport (NGA)','1','0'),(4273,'AU','AYQ',30330,13,'Yulara, AU - Connellan Airport (AYQ)','1','0'),(4274,'US','YUM',30333,231,'Yuma, US - Yuma Intl Airport (YUM)','1','0'),(4275,'PE','YMS',30340,172,'Yurimaguas, PE - Yurimaguas Airport (YMS)','1','0'),(4276,'MX','ZCL',30361,141,'Zacatecas, MX - Gen Leobardo Ruiz (La Calera) Intl Airport (ZCL)','1','0'),(4277,'HR','ZAD',30364,55,'Zadar, HR - Zadar Airport (ZAD)','1','0'),(4278,'','OZG',30368,148,'Zagora, Zagora Airport (OZG)','1','0'),(4279,'HR','ZAG',30373,55,'Zagreb, HR - Zagreb Pleso Airport (ZAG)','1','0'),(4280,'PH','ZAM',30397,173,'Zamboanga, PH - Zamboanga Intl Airport (ZAM)','1','0'),(4281,'MX','ZMM',30400,141,'Zamora, MX - Zamora (ZMM)','1','0'),(4282,'','ANJ',30402,51,'Zanaga, Zanaga Airport (ANJ)','1','0'),(4283,'TZ','ZNZ',34200,214,'Zanzibar, TZ - Kisauni Airport (ZNZ)','1','0'),(4284,'','APZ',30409,10,'Zapala, Zapala Airport (APZ)','1','0'),(4285,'UA','OZH',30415,227,'Zaporozhye, UA - Zaporozhye Airport (OZH)','1','0'),(4286,'ES','ZAZ',30417,199,'Zaragoza, ES - Zaragoza Airport (ZAZ)','1','0'),(4287,'CN','ZHA',30466,46,'Zhanjiang, CN - Zhanjiang Airport (ZHA)','1','0'),(4288,'CN','CGO',30471,46,'Zhengzhou, CN - Zhngzhou Xinzheng Intl Airport (CGO)','1','0'),(4289,'','HSJ',30471,46,'Zhengzhou, Zhengzhou Shangjie Airport (HSJ)','1','0'),(4290,'PK','PZH',30475,166,'Zhob, PK - Zhob Airport (PZH)','1','0'),(4291,'SN','ZIG',30493,187,'Ziguinchor, SN - Ziguinchor Airport (ZIG)','1','0'),(4292,'','ZYI',30546,46,'Zunyi, Zunyi Xinzhou Airport (ZYI)','1','0'),(4293,'CH','ZRH',30548,210,'Zurich, CH - Zurich Intl Airport (ZRH)','1','0');
/*!40000 ALTER TABLE `tbl_flight_airport_code` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_flight_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_booking` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `MasterTPSysId` int NOT NULL DEFAULT '0',
  `TPSysId` int NOT NULL DEFAULT '0',
  `PNR_Number` varchar(50) DEFAULT NULL,
  `TravelDate` date NOT NULL,
  `BookingId` varchar(50) DEFAULT NULL,
  `APIBookingId` varchar(150) DEFAULT NULL,
  `FlightNumber` varchar(16) NOT NULL,
  `AirlineName` varchar(32) NOT NULL,
  `IsLCC` varchar(2) NOT NULL,
  `IsRefundable` int NOT NULL,
  `apiTraceId` varchar(255) NOT NULL,
  `AirlineSysId` varchar(100) NOT NULL DEFAULT '0',
  `DepartureTime` time NOT NULL,
  `ArrivalTime` time NOT NULL,
  `IsDirect` int NOT NULL,
  `FareClass` varchar(100) DEFAULT NULL,
  `FlyingMinutes` int NOT NULL,
  `FlightDuration` varchar(100) NOT NULL,
  `SourcePlaceSysId` int NOT NULL,
  `DestPlaceSysId` int NOT NULL,
  `SourceAirportCode` varchar(5) NOT NULL,
  `DestAirportCode` varchar(5) NOT NULL,
  `StopCount` varchar(50) NOT NULL,
  `TotalFlightMembers` int NOT NULL,
  `CurrencyType` int NOT NULL,
  `PublishedFare` double NOT NULL,
  `ApiResultIndex` varchar(255) NOT NULL,
  `JourneyType` int NOT NULL,
  `TripType` int NOT NULL,
  `IsInternational` int 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` double NOT NULL,
  `AgentCommisionEarned` float NOT NULL,
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL,
  `AgencyMarkUpGST` float NOT NULL,
  `GTXMarkUp` float NOT NULL,
  `GTXMarkUpGST` float NOT NULL,
  `ExtraMarkup` float NOT NULL DEFAULT '0',
  `ExtraMarkupOnGST` float NOT NULL DEFAULT '0',
  `BagPrice` float NOT NULL DEFAULT '0',
  `MealPrice` float NOT NULL DEFAULT '0',
  `SeatPrice` float NOT NULL DEFAULT '0',
  `bookingData` longtext,
  `status` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `API_Response_Ticket` longtext,
  `FlightQueryids` text,
  `paymentStatus` smallint NOT NULL DEFAULT '0',
  `GUID` varchar(100) DEFAULT NULL,
  `error` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `error_Message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `TransactionId_credit` varchar(200) DEFAULT NULL,
  `TransactionId_debit` varchar(200) DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `ip_address` varchar(20) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `gstnnumber` varchar(150) DEFAULT NULL,
  `companyname` varchar(150) DEFAULT NULL,
  `gstemail` varchar(100) DEFAULT NULL,
  `gstphone` varchar(50) DEFAULT NULL,
  `gstaddress` varchar(150) DEFAULT NULL,
  `gststate` varchar(150) DEFAULT NULL,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `bookedby` varchar(200) DEFAULT NULL,
  `CustomerDetails` varchar(250) DEFAULT NULL,
  `InvoiceNo` varchar(200) DEFAULT NULL,
  `InvoiceDate` date DEFAULT NULL,
  `address` varchar(250) DEFAULT NULL,
  `InvoiceName` varchar(150) DEFAULT NULL,
  `fareIdentifierSP` varchar(150) DEFAULT NULL,
  `IsCancellationProtection` enum('0','1') NOT NULL DEFAULT '0',
  `CancellationProtectionPrice` float NOT NULL DEFAULT '0',
  `generateOTP` varchar(50) DEFAULT NULL,
  `BookedStatus` int NOT NULL DEFAULT '0',
  `ICSourceSysId` smallint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=568 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_booking`
--

LOCK TABLES `tbl_flight_booking` WRITE;
/*!40000 ALTER TABLE `tbl_flight_booking` DISABLE KEYS */;
INSERT INTO `tbl_flight_booking` VALUES (296,0,49,5293,0,0,NULL,'2021-05-12',NULL,NULL,'6E-5379','IndiGo','1',1,'5-9255944805_0DELBOM6E5379_26770621706843463','267','05:30:00','07:40:00',0,'R',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',2,1,5805.39990234375,'5-9255944805_0DELBOM6E5379_26770621706843463',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4424,1381.4,0,914,0,30,5805.39990234375,169.49,0,169.49,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-02-26 11:41:19','2021-02-26 11:41:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(297,0,227,5293,0,0,NULL,'2021-03-21',NULL,NULL,'AI-1929','Air India','',1,'10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220','0','09:00:00','11:15:00',0,'T',0,'3h 45m',7701,8219,'DEL','DXB','Non-stop',1,1,20327,'10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/AI.gif','INR',16000,4326.4,0,3081,0,30,20327,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-02-26 11:46:44','2021-02-26 11:46:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(298,297,227,5293,0,0,NULL,'2021-03-21',NULL,NULL,'AI-916','Air India','',1,'10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220','0','22:30:00','03:20:00',0,'T',0,'3h 20m',8219,7701,'DXB','DEL','Non-stop',1,1,20327,'10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/AI.gif','INR',16000,4326.4,0,3081,0,30,20327,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-02-26 11:46:44','2021-02-26 11:46:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(299,0,88,5293,0,0,NULL,'2021-04-27',NULL,NULL,'6E-665','IndiGo','1',1,'5-3884445213_35DELBOM6E665_27274788804552042','267','21:55:00','00:05:00',0,'M',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,3146.699951171875,'5-3884445213_35DELBOM6E665_27274788804552042',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',2445,701.7,0,457,0,15,3146.699951171875,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-04 07:44:34','2021-03-04 07:44:34','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(300,0,62,5293,0,0,'TESTPNR','2021-03-18','TJS107900057504',NULL,'H1-9442','Hahn Air','',1,'10-4351799974_12DELBOMH19442_27699110326595530','251','08:20:00','10:25:00',0,'K',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',2,1,36015.3984375,'10-4351799974_12DELBOMH19442_27699110326595530',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/H1.gif','INR',21700,14315.4,4692,716,0,30,36015.3984375,169.49,0,169.49,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107900057504\",\"FlightNumber\":\"H1-9442\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-03-18T08:20\",\"LocalFromTime\":\"2021-03-18 08:20\",\"FromUTCTime\":\"2021-03-18T08:20\",\"LocalToTime\":\"2021-03-18 10:25\",\"ToUTCTime\":\"2021-03-18T10:25\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36015.4,\"PublishedFareTxt\":\"36,015\",\"ApiResultIndex\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21700,\"Tax\":14315.4,\"YQTax\":4692,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1672,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36015.4,\"PublishedFare\":36015.4,\"OfferedFare\":35815.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14315.4,\"BaseFareCal\":35845.91,\"BaseFare\":21700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4692,\"AGST\":1672,\"MFT\":5.4,\"OT\":716,\"MU\":200,\"YR\":7000,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":36015.4,\"CostToCustomer\":36015.4,\"BaseFareCal\":35845.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":35845.91,\"intOfferedFare\":35815.4,\"intPublishFare\":36015.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":35815.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T10:25\",\"SegFlightNumber\":\"H1-9442\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107900057504\",\"FlightNumber\":\"H1-9442\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-03-18T08:20\",\"LocalFromTime\":\"2021-03-18 08:20\",\"FromUTCTime\":\"2021-03-18T08:20\",\"LocalToTime\":\"2021-03-18 10:25\",\"ToUTCTime\":\"2021-03-18T10:25\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36015.4,\"ApiResultIndex\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21700,\"Tax\":14315.4,\"YQTax\":4692,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1672,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36015.4,\"PublishedFare\":36015.4,\"OfferedFare\":35815.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14315.4,\"BaseFareCal\":35845.91,\"BaseFare\":21700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4692,\"AGST\":1672,\"MFT\":5.4,\"OT\":716,\"MU\":200,\"YR\":7000,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T10:25\",\"SegFlightNumber\":\"H1-9442\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"localFromDateTime\":\"2021-03-18 08:20\",\"localToDateTime\":\"2021-03-18 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107900057504\",\"partnerId\":\"0\",\"amount\":35815.4,\"markup\":200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-09T11:08:48.395\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25422\",\"fD\":{\"aI\":{\"code\":\"H1\",\"name\":\"Hahn Air\",\"isLcc\":false},\"fN\":\"9442\",\"eT\":\"737\"},\"oB\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"stops\":0,\"duration\":125,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-18T08:20\",\"at\":\"2021-03-18T10:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"DEL-BOM\":{\"code\":\"VJML\",\"amount\":0,\"desc\":\"Jain Veg Meal\"}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1},{\"ssrMealInfos\":{\"DEL-BOM\":{\"code\":\"VGML\",\"amount\":0,\"desc\":\"Vegan Veg Meal\"}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vivek\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":35815.4,\"TAF\":14315.4,\"BF\":21700,\"IGST\":5.4,\"SSRP\":0,\"TF\":36015.4},\"afC\":{\"TAF\":{\"MF\":30,\"YQ\":4692,\"AGST\":1672,\"OT\":716,\"YR\":7000,\"MFT\":5.4,\"MU\":200},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":400480.84}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"218894\",\"TPSysId\":\"218895\",\"VersionId\":[\"25920\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7390\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000070241','','',NULL,NULL,'0',NULL,'2021-03-09 05:37:39','2021-03-09 05:37:39','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(301,0,32,5293,0,0,NULL,'2021-04-22',NULL,NULL,'6E-5379','IndiGo','1',1,'5-6998295847_26DELBOM6E5379_27722677486581805','267','05:30:00','07:40:00',0,'J',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',3,1,10622.099609375,'5-6998295847_26DELBOM6E5379_27722677486581805',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',8460,2162.1,0,1371,0,45,10622.099609375,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000070588','','',NULL,NULL,'0',NULL,'2021-03-09 12:09:04','2021-03-09 12:09:04','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(302,0,89,5293,0,0,NULL,'2021-03-11',NULL,NULL,'6E-2173','IndiGo','1',1,'5-7650331241_3DELBOM6E2173_27889207689940875','267','18:20:00','20:25:00',0,'M',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',1,1,5724.7001953125,'5-7650331241_3DELBOM6E2173_27889207689940875',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,824.7,0,457,0,15,5724.7001953125,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000071624','','',NULL,NULL,'0',NULL,'2021-03-11 10:24:19','2021-03-11 10:24:19','18AABCU9603R1ZM','hellogtx','mangal@catpl.co.in','9874521258','fgvbfgh','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(303,0,90,5293,0,0,'TESTPNR-TESTPNR','2021-04-23','TJS109000058273',NULL,'6E-5006','IndiGo','1',1,'5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006','267','20:00:00','23:55:00',0,'R',235,'3h 55m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4316.7001953125,'5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',3509,807.7,0,507,0,15,4316.7001953125,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS109000058273\",\"FlightNumber\":\"6E-5006\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-04-23T20:00\",\"LocalFromTime\":\"2021-04-23 20:00\",\"FromUTCTime\":\"2021-04-23T20:00\",\"LocalToTime\":\"2021-04-23 23:55\",\"ToUTCTime\":\"2021-04-23T23:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Fri, 23 Apr\",\"ArrivalDateTxt\":\"Fri, 23 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"PublishedFareTxt\":\"4,317\",\"ApiResultIndex\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4316.7,\"OfferedFare\":4216.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4231.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4316.7,\"CostToCustomer\":4316.7,\"BaseFareCal\":4231.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":4231.95,\"intOfferedFare\":4216.7,\"intPublishFare\":4316.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4216.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"574\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-04-23T21:35\",\"SegFlightNumber\":\"6E-5006\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-23T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":65,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"119\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-23T23:55\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-04-23T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109000058273\",\"FlightNumber\":\"6E-5006\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-04-23T20:00\",\"LocalFromTime\":\"2021-04-23 20:00\",\"FromUTCTime\":\"2021-04-23T20:00\",\"LocalToTime\":\"2021-04-23 23:55\",\"ToUTCTime\":\"2021-04-23T23:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Fri, 23 Apr\",\"ArrivalDateTxt\":\"Fri, 23 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"ApiResultIndex\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4316.7,\"OfferedFare\":4216.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4231.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"574\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-04-23T21:35\",\"SegFlightNumber\":\"6E-5006\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-23T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":65,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"119\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-23T23:55\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-04-23T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"localFromDateTime\":\"2021-04-23 20:00\",\"localToDateTime\":\"2021-04-23 23:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS109000058273\",\"partnerId\":\"0\",\"amount\":4216.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"mangal@catpl.co.in\"],\"contacts\":[\"+917727052631\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-11T15:58:25.099\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25617\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5006\",\"eT\":\"321\"},\"stops\":0,\"duration\":95,\"cT\":65,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":3943,\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-23T20:00\",\"at\":\"2021-04-23T21:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25618\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6813\",\"eT\":\"320\"},\"stops\":0,\"duration\":75,\"da\":{\"id\":3943,\"code\":\"AMD\",\"name\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"cityCode\":\"AMD\",\"city\":\"Ahmedabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-23T22:40\",\"at\":\"2021-04-23T23:55\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-AMD\":\"TESTPNR\",\"AMD-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mangal\",\"lN\":\"katiyar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":4216.7,\"TAF\":807.7,\"BF\":3509,\"IGST\":2.7,\"TF\":4316.7},\"afC\":{\"TAF\":{\"MF\":15,\"AGST\":183,\"OT\":507,\"MFT\":2.7,\"MU\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":288297.26}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"219948\",\"TPSysId\":\"219949\",\"VersionId\":[\"26254\"],\"CustomerSysId\":\"105309\",\"TrxId\":\"7465\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000071625','','',NULL,NULL,'0',NULL,'2021-03-11 10:27:56','2021-03-11 10:27:56','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(304,0,230,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-138','IndiGo','1',1,'5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976','267','10:30:00','17:30:00',0,'M',420,'7h 0m',10685,16028,'GOP','LKO','1 Stop(s)',1,1,7330.7001953125,'5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',6477,853.7,0,407,0,15,7330.7001953125,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000072165','','',NULL,NULL,'0',NULL,'2021-03-12 10:57:58','2021-03-12 10:57:58','29AAFCA7488L1ZW','catpl','deepak@catpl.co.in','9695357709','Noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(305,0,91,5293,0,0,'TESTPNR-TESTPNR','2021-03-26','TJS108400058483',NULL,'6E-7306','IndiGo','1',1,'5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609','267','10:40:00','21:55:00',0,'R',675,'11h 15m',10685,16028,'GOP','LKO','1 Stop(s)',1,1,9927.7001953125,'5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',8950,977.7,0,407,0,15,9927.7001953125,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108400058483\",\"FlightNumber\":\"6E-7306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2021-03-26T10:40\",\"LocalFromTime\":\"2021-03-26 10:40\",\"FromUTCTime\":\"2021-03-26T10:40\",\"LocalToTime\":\"2021-03-26 21:55\",\"ToUTCTime\":\"2021-03-26T21:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":455,\"LAYOVERDuration\":\"7h 35m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9927.7,\"PublishedFareTxt\":\"9,928\",\"ApiResultIndex\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8950,\"Tax\":977.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":9927.7,\"PublishedFare\":9927.7,\"OfferedFare\":9827.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":977.7,\"BaseFareCal\":9842.95,\"BaseFare\":8950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":453,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":9927.7,\"CostToCustomer\":9927.7,\"BaseFareCal\":9842.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":9842.95,\"intOfferedFare\":9827.7,\"intPublishFare\":9927.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9827.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"915\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-26T12:30\",\"SegFlightNumber\":\"6E-7306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":455,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"7h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"364\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T21:55\",\"SegFlightNumber\":\"6E-856\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-26T20:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:05\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400058483\",\"FlightNumber\":\"6E-7306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2021-03-26T10:40\",\"LocalFromTime\":\"2021-03-26 10:40\",\"FromUTCTime\":\"2021-03-26T10:40\",\"LocalToTime\":\"2021-03-26 21:55\",\"ToUTCTime\":\"2021-03-26T21:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":455,\"LAYOVERDuration\":\"7h 35m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9927.7,\"ApiResultIndex\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8950,\"Tax\":977.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":9927.7,\"PublishedFare\":9927.7,\"OfferedFare\":9827.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":977.7,\"BaseFareCal\":9842.95,\"BaseFare\":8950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":453,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"915\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-26T12:30\",\"SegFlightNumber\":\"6E-7306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":455,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"7h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"364\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T21:55\",\"SegFlightNumber\":\"6E-856\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-26T20:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:05\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"localFromDateTime\":\"2021-03-26 10:40\",\"localToDateTime\":\"2021-03-26 21:55\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108400058483\",\"partnerId\":\"0\",\"amount\":9827.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+9196953657709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-12T16:34:05.194\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25674\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"7306\",\"eT\":\"ATR\"},\"stops\":0,\"duration\":110,\"cT\":455,\"da\":{\"id\":5493,\"code\":\"GOP\",\"name\":\"Gorakhpur Arpt\",\"cityCode\":\"GOP\",\"city\":\"Gorakhpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-26T10:40\",\"at\":\"2021-03-26T12:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25675\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"856\",\"eT\":\"320\"},\"stops\":0,\"duration\":110,\"da\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6463,\"code\":\"LKO\",\"name\":\"Amausi Arpt\",\"cityCode\":\"LKO\",\"city\":\"Lucknow\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-26T20:05\",\"at\":\"2021-03-26T21:55\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"GOP-CCU\":\"TESTPNR\",\"CCU-LKO\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":9827.7,\"TAF\":977.7,\"BF\":8950,\"IGST\":2.7,\"TF\":9927.7},\"afC\":{\"TAF\":{\"MF\":15,\"AGST\":453,\"OT\":407,\"MFT\":2.7,\"MU\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":259759.76}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220281\",\"TPSysId\":\"220282\",\"VersionId\":[\"26391\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7497\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000072174','','',NULL,NULL,'0',NULL,'2021-03-12 11:03:37','2021-03-12 11:03:37','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(306,0,93,5642,220365,220366,'TESTPNR','2021-03-29','DMC101900058577','TJS101900058577','6E-5012','IndiGo','1',1,'abfb1-42396-789f8-fea42','267','08:00:00','10:10:00',0,'T',130,'02h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,3243.699951171875,'5-6908606716_10DELBOM6E5012_27986282563721936',1,1,0,'http://partner.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',2369,874.7,0,457,0,15,3243.699951171875,0,0,150,27,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS101900058577\",\"bookingId_TJ\":\"TJS101900058577\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"abfb1-42396-789f8-fea42\",\"apiTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-29T08:00\",\"LocalFromTime\":\"2021-03-29 08:00\",\"FromUTCTime\":\"2021-03-29T08:00\",\"LocalToTime\":\"2021-03-29 10:10\",\"ToUTCTime\":\"2021-03-29T10:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Mon, 29 Mar\",\"ArrivalDateTxt\":\"Mon, 29 Mar\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":128,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,244\",\"ApiResultIndex\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"PublishedFareAgent\":3243.7,\"OfferedFareAgent\":3243.7,\"OfferedFare\":2966.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"SeatAvailable\":128,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"TotalBaseFare\":3066.7,\"BaseFareCal\":2993.7,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.2542372881356,\"PublishFare\":3243.7,\"CostToCustomer\":3243.7,\"BaseFareCal\":2993.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2993.7,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7}},\"Segments\":[{\"segmentid\":\"044\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-29T10:10\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-29T08:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":128,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"isML\":false,\"isHB\":false,\"rT\":\"REFUNDABLE\",\"cB\":{\"ADT\":\"15 Kg (01 Piece only)\",\"CNN\":\"15 Kg (01 Piece only)\"},\"hB\":{\"ADT\":\"01 Small Handbag under the seat\",\"CNN\":\"01 Small Handbag under the seat\",\"INF\":\"01 Small Handbag under the seat\"},\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"CRFT\":9,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMCS101900058577\",\"bookingId_TJ\":\"TJS101900058577\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"abfb1-42396-789f8-fea42\",\"apiTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-29T08:00\",\"LocalFromTime\":\"2021-03-29 08:00\",\"FromUTCTime\":\"2021-03-29T08:00\",\"LocalToTime\":\"2021-03-29 10:10\",\"ToUTCTime\":\"2021-03-29T10:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Mon, 29 Mar\",\"ArrivalDateTxt\":\"Mon, 29 Mar\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":128,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,244\",\"ApiResultIndex\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"PublishedFareAgent\":3243.7,\"OfferedFareAgent\":3243.7,\"OfferedFare\":2966.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"SeatAvailable\":128,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"TotalBaseFare\":3066.7,\"BaseFareCal\":2993.7,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.2542372881356,\"PublishFare\":3243.7,\"CostToCustomer\":3243.7,\"BaseFareCal\":2993.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2993.7,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7}},\"Segments\":[{\"segmentid\":\"044\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-29T10:10\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-29T08:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":128,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"isML\":false,\"isHB\":false,\"rT\":\"REFUNDABLE\",\"cB\":{\"ADT\":\"15 Kg (01 Piece only)\",\"CNN\":\"15 Kg (01 Piece only)\"},\"hB\":{\"ADT\":\"01 Small Handbag under the seat\",\"CNN\":\"01 Small Handbag under the seat\",\"INF\":\"01 Small Handbag under the seat\"},\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"CRFT\":9,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJS101900058577\",\"partnerId\":\"0\",\"amount\":2966.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sibo.sarso@gmail.com\"],\"contacts\":[\"918447455883\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-12T18:58:26.558\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25720\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5012\",\"eT\":\"321\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-29T08:00\",\"at\":\"2021-03-29T10:10\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"md\",\"lN\":\"sabir\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2966.7,\"TAF\":697.7,\"BF\":2369,\"IGST\":2.7,\"TF\":3066.7},\"afC\":{\"TAF\":{\"MF\":15,\"AGST\":123,\"OT\":457,\"MFT\":2.7,\"MU\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":236430.18}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220365\",\"TPSysId\":\"220366\",\"VersionId\":[\"26439\"],\"CustomerSysId\":\"105490\",\"TrxId\":\"7500\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000072275','','','72287C43B29A4FE99121A4C25A3436E9','C375E600E9F44BD8890C02800925A982','0',NULL,'2021-03-12 13:26:08','2021-03-12 13:26:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'md sabir','md sabir',NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(307,0,62,5293,0,0,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2021-03-18','TJS114700058929',NULL,'EY-211','Etihad Airways','',1,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','0','04:15:00','09:30:00',0,'E',0,'6h 45m',7701,8219,'DEL','XNB','1 Stop(s)',3,1,34747.19921875,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/EY.gif','INR',11055,20860.2,11638,6184,0,90,34747.19921875,1708.47,0,1200,216,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS114700058929\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2021-03-18T04:15\",\"LocalFromTime\":\"2021-03-18 04:15\",\"FromUTCTime\":\"2021-03-18T04:15\",\"LocalToTime\":\"2021-03-18 09:30\",\"ToUTCTime\":\"2021-03-18T09:30\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":45,\"LAYOVERDuration\":\"0h 45m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11055,\"Tax\":20860.2,\"YQTax\":11638,\"OtherCharges\":6184,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":1195,\"CarrierMiscFee\":1137,\"MUFee\":600,\"intPublishedFare\":31915.2,\"PublishedFare\":34747.2,\"OfferedFare\":406.20000000000005,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":523.52,\"apiMarkup\":508.48,\"IntCommission\":0,\"apiTaxOnMarkup\":91.52,\"FixedMarkUp\":2400,\"GSTOnMarkUp\":432,\"CommEarned\":2908.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":3725.3999999999996,\"BaseFareCal\":4414.9,\"BaseFare\":715,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":2910,\"AGST\":201,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"10KG\",\"CabinBaggage\":\"0Kg\"}]},\"Segments\":[{\"segmentid\":\"283\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-18T06:45\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":45,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"929\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-03-18T09:30\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-18T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114700058929\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2021-03-18T04:15\",\"LocalFromTime\":\"2021-03-18 04:15\",\"FromUTCTime\":\"2021-03-18T04:15\",\"LocalToTime\":\"2021-03-18 09:30\",\"ToUTCTime\":\"2021-03-18T09:30\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":45,\"LAYOVERDuration\":\"0h 45m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":34747.2,\"ApiResultIndex\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11055,\"Tax\":20860.2,\"YQTax\":11638,\"OtherCharges\":6184,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":1195,\"CarrierMiscFee\":1137,\"MUFee\":600,\"intPublishedFare\":31915.2,\"PublishedFare\":34747.2,\"OfferedFare\":406.20000000000005,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":523.52,\"apiMarkup\":508.48,\"IntCommission\":0,\"apiTaxOnMarkup\":91.52,\"FixedMarkUp\":2400,\"GSTOnMarkUp\":432,\"CommEarned\":2908.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":3725.3999999999996,\"BaseFareCal\":4414.9,\"BaseFare\":715,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":2910,\"AGST\":201,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"10KG\",\"CabinBaggage\":\"0Kg\"}]},\"Segments\":[[{\"segmentid\":\"283\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-18T06:45\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":45,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"929\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-03-18T09:30\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-18T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"059\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-31T20:20\",\"SegFlightNumber\":\"EY-5423\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-03-31T19:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":105,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"934\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:15\",\"SegFlightNumber\":\"EY-218\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-31T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"localFromDateTime\":\"2021-03-18 04:15\",\"localToDateTime\":\"2021-03-18 09:30\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS114700058929\",\"partnerId\":\"0\",\"amount\":31315.2,\"markup\":600,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-15T13:17:30.451\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25790\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"211\",\"eT\":\"781\"},\"stops\":0,\"duration\":240,\"cT\":45,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":3918,\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-18T04:15\",\"at\":\"2021-03-18T06:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25791\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"5418\",\"eT\":\"BUS\"},\"stops\":0,\"duration\":120,\"da\":{\"id\":3918,\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5116,\"code\":\"XNB\",\"name\":\"Dubai Chelsea Tower Bus Station\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-18T07:30\",\"at\":\"2021-03-18T09:30\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25792\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"5423\",\"eT\":\"BUS\"},\"stops\":0,\"duration\":80,\"cT\":105,\"da\":{\"id\":5116,\"code\":\"XNB\",\"name\":\"Dubai Chelsea Tower Bus Station\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":3918,\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-31T19:00\",\"at\":\"2021-03-31T20:20\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25793\",\"fD\":{\"aI\":{\"code\":\"EY\",\"name\":\"Etihad Airways\",\"isLcc\":false},\"fN\":\"218\",\"eT\":\"781\"},\"stops\":0,\"duration\":220,\"da\":{\"id\":3918,\"code\":\"AUH\",\"name\":\"Dhabi Intl Arpt\",\"cityCode\":\"AUH\",\"city\":\"Abu Dhabi\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-31T22:05\",\"at\":\"2021-04-01T03:15\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-AUH\":\"TESTPNR\",\"AUH-XNB\":\"TESTPNR\",\"XNB-AUH\":\"TESTPNR\",\"AUH-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-AUH\":\"11111111111\",\"AUH-XNB\":\"11111111111\",\"XNB-AUH\":\"11111111111\",\"AUH-DEL\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"A1\",\"lN\":\"K1\",\"dob\":\"1946-03-17\",\"pNum\":\"hfdfe1234\",\"eD\":\"2022-09-22\",\"pNat\":\"IN\",\"pid\":\"2018-03-21\",\"userProfile\":[],\"id\":1},{\"ssrMealInfos\":{\"DEL-AUH\":{\"code\":\"VJML\",\"amount\":0,\"desc\":\"Jain Veg Meal\"}},\"pnrDetails\":{\"DEL-AUH\":\"TESTPNR\",\"AUH-XNB\":\"TESTPNR\",\"XNB-AUH\":\"TESTPNR\",\"AUH-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-AUH\":\"11111111111\",\"AUH-XNB\":\"11111111111\",\"XNB-AUH\":\"11111111111\",\"AUH-DEL\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"C1\",\"lN\":\"K1\",\"dob\":\"2011-03-09\",\"pNum\":\"gsdh5285\",\"eD\":\"2023-03-14\",\"pNat\":\"IN\",\"pid\":\"2015-03-18\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-AUH\":\"TESTPNR\",\"AUH-XNB\":\"TESTPNR\",\"XNB-AUH\":\"TESTPNR\",\"AUH-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-AUH\":\"11111111111\",\"AUH-XNB\":\"11111111111\",\"XNB-AUH\":\"11111111111\",\"AUH-DEL\":\"11111111111\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"I1\",\"lN\":\"K1\",\"dob\":\"2020-03-12\",\"pNum\":\"ikdt\",\"eD\":\"2024-03-19\",\"pNat\":\"IN\",\"pid\":\"2021-03-18\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":31915.2,\"BF\":11055,\"SSRP\":0,\"TAF\":20860.2,\"NF\":31315.2,\"IGST\":16.2},\"afC\":{\"SSRP\":{\"OT\":0},\"TAF\":{\"AGST\":1195,\"MFT\":16.2,\"MU\":600,\"YQ\":11638,\"OT\":6184,\"MF\":90,\"YR\":1137}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":205114.98}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220709\",\"TPSysId\":\"220710\",\"VersionId\":[\"26532\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7540\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000072743','','',NULL,NULL,'0',NULL,'2021-03-15 07:37:34','2021-03-15 07:37:34','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(308,307,62,5293,0,0,NULL,'2021-03-18',NULL,NULL,'EY-5423','Etihad Airways','',1,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','0','19:00:00','03:15:00',0,'E',0,'6h 45m',8219,7701,'XNB','DEL','1 Stop(s)',3,1,33332,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/EY.gif','INR',11055,20860.2,11638,6184,0,90,33332,1708.47,0,1200,216,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000072743','','',NULL,NULL,'0',NULL,'2021-03-15 07:37:34','2021-03-15 07:37:34','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(309,0,62,5293,0,0,NULL,'2021-03-24',NULL,NULL,'EY-211','Etihad Airways','',0,'10-1623845962_18DELAUHEY211AUHXNBEY5418_28234834388297727','210','04:15:00','09:30:00',0,'E',405,'5h 15m',7701,8219,'DEL','XNB','1 Stop(s)',1,1,6330.7001953125,'10-1623845962_18DELAUHEY211AUHXNBEY5418_28234834388297727',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/EY.gif','INR',2610,3484.7,2182,715,0,15,6330.7001953125,284.75,0,84.75,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-15 10:30:14','2021-03-15 10:30:14','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(310,0,29,5293,0,0,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2021-04-06','TJS114000059229',NULL,'6E-488','IndiGo','1',1,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','0','10:25:00','20:55:00',0,'A',0,'12h 0m',0,8219,'BLR','DXB','1 Stop(s)',6,1,81672.3984375,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',56828,19180.4,0,16264,0,180,81672.3984375,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS114000059229\",\"FlightNumber\":\"6E-488\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-06T10:25\",\"LocalFromTime\":\"2021-04-06 10:25\",\"FromUTCTime\":\"2021-04-06T10:25\",\"LocalToTime\":\"2021-04-06 20:55\",\"ToUTCTime\":\"2021-04-06T20:55\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":720,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"10h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":56828,\"Tax\":19180.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1504,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":76008.4,\"PublishedFare\":81672.4,\"OfferedFare\":65212.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"841\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-06T12:20\",\"SegFlightNumber\":\"6E-488\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-06T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":420,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"667\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-06T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-06T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"841\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"841\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-06 12:00\",\"localToDateTime\":\"2021-04-09 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114000059229\",\"FlightNumber\":\"6E-488\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-06T10:25\",\"LocalFromTime\":\"2021-04-06 10:25\",\"FromUTCTime\":\"2021-04-06T10:25\",\"LocalToTime\":\"2021-04-06 20:55\",\"ToUTCTime\":\"2021-04-06T20:55\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":720,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"10h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":81672.4,\"ApiResultIndex\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":56828,\"Tax\":19180.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1504,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":76008.4,\"PublishedFare\":81672.4,\"OfferedFare\":65212.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"841\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-06T12:20\",\"SegFlightNumber\":\"6E-488\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-06T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":420,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"667\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-06T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-06T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"027\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-10T02:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-04-09T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":825,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"02:45\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"13h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"377\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-04-10T18:15\",\"SegFlightNumber\":\"6E-904\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-10T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"localFromDateTime\":\"2021-04-06 10:25\",\"localToDateTime\":\"2021-04-06 20:55\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS114000059229\",\"partnerId\":\"0\",\"amount\":74808.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"+919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-16T15:19:52.194\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25887\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"488\",\"eT\":\"320\"},\"stops\":0,\"duration\":115,\"cT\":420,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-06T10:25\",\"at\":\"2021-04-06T12:20\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25888\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"61\",\"eT\":\"320\"},\"stops\":0,\"duration\":185,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-06T19:20\",\"at\":\"2021-04-06T20:55\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25889\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"62\",\"eT\":\"320\"},\"stops\":0,\"duration\":195,\"cT\":825,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-09T22:00\",\"at\":\"2021-04-10T02:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25890\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"904\",\"eT\":\"321\"},\"stops\":0,\"duration\":105,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-10T16:30\",\"at\":\"2021-04-10T18:15\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\",\"dob\":\"1960-03-10\",\"pNum\":\"kjioplkio\",\"eD\":\"2024-03-21\",\"pNat\":\"IN\",\"pid\":\"2001-03-08\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Ranu\",\"lN\":\"Banerjee\",\"dob\":\"1960-03-10\",\"pNum\":\"kjhjkhkjhkjhkj\",\"eD\":\"2022-03-18\",\"pNat\":\"IN\",\"pid\":\"2002-03-01\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"Parth\",\"lN\":\"Banerjee\",\"dob\":\"2014-03-07\",\"pNum\":\"jhkjhjkhkjhkjhkj\",\"eD\":\"2023-03-30\",\"pNat\":\"IN\",\"pid\":\"2002-03-15\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"Kritika\",\"lN\":\"Bhattacharaya\",\"dob\":\"2013-03-08\",\"pNum\":\"olkiolki\",\"eD\":\"2027-03-11\",\"pNat\":\"IN\",\"pid\":\"2015-03-06\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"Kaira\",\"lN\":\"Thakur\",\"dob\":\"2020-03-12\",\"pNum\":\"uuiuiuiiui\",\"eD\":\"2028-03-24\",\"pNat\":\"IN\",\"pid\":\"2011-03-04\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"BLR-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"Dhruv\",\"lN\":\"Banerjee\",\"dob\":\"2020-03-19\",\"pNum\":\"qwertyuio\",\"eD\":\"2023-03-30\",\"pNat\":\"IN\",\"pid\":\"2005-03-17\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":76008.4,\"BF\":56828,\"TAF\":19180.4,\"NF\":74808.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":1504,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":16264,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":122930.19}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221165\",\"TPSysId\":\"221166\",\"VersionId\":[\"26657\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7585\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073366','','',NULL,NULL,'0',NULL,'2021-03-16 09:48:00','2021-03-16 09:48:00','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(311,310,29,5293,0,0,NULL,'2021-04-06',NULL,NULL,'6E-62','IndiGo','1',1,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','0','22:00:00','18:15:00',0,'A',0,'18h 45m',8219,0,'DXB','BLR','1 Stop(s)',6,1,78841,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',56828,19180.4,0,16264,0,180,78841,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073366','','',NULL,NULL,'0',NULL,'2021-03-16 09:48:00','2021-03-16 09:48:00','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(312,0,30,5293,0,0,'TESTPNR','2021-03-24','TJS107300059280',NULL,'6E-2077','IndiGo','1',1,'5-0353392758_11DELBOM6E2077_28328102504599478','267','22:30:00','00:50:00',0,'T',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',9,1,24846.30078125,'5-0353392758_11DELBOM6E2077_28328102504599478',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',18714,4539.3,0,2742,0,135,24846.30078125,2112.71,0,762.71,243,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107300059280\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-24T22:30\",\"LocalFromTime\":\"2021-03-24 22:30\",\"FromUTCTime\":\"2021-03-24T22:30\",\"LocalToTime\":\"2021-03-25 00:50\",\"ToUTCTime\":\"2021-03-25T00:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":23253.299999999996,\"PublishedFareTxt\":\"23,253\",\"ApiResultIndex\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18714,\"Tax\":4539.300000000001,\"YQTax\":0,\"OtherCharges\":2742,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.300000000000004,\"AirlineGSTComponent\":738,\"CarrierMiscFee\":0,\"MUFee\":900,\"intPublishedFare\":23253.299999999996,\"PublishedFare\":24846.3,\"OfferedFare\":22353.299999999996,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":380.29,\"apiMarkup\":762.71,\"IntCommission\":0,\"apiTaxOnMarkup\":137.29,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":2112.71,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"3\",\"TaxIN\":353.1,\"BaseFareCal\":4679.86,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":8.100000000000001,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":762.71,\"apiTaxOnMarkup\":137.29,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1350,\"IntTaxOnAgencyFixMarkUp\":243,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":380.29,\"PublishFare\":24846.3,\"CostToCustomer\":24846.3,\"BaseFareCal\":22733.59,\"intCommisionEarnedForAgency\":2112.71,\"CostToCompany\":22733.59,\"intOfferedFare\":22353.299999999996,\"intPublishFare\":23253.299999999996,\"TripjackMarkup\":900,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":22353.299999999996,\"apiMarkup\":762.7118644067797,\"apiTaxOnMarkup\":137.28813559322032,\"totalAgencyMarkUp\":1350,\"intGSTOnAgencyFixMarkUp\":243,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"930\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":9,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300059280\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-24T22:30\",\"LocalFromTime\":\"2021-03-24 22:30\",\"FromUTCTime\":\"2021-03-24T22:30\",\"LocalToTime\":\"2021-03-25 00:50\",\"ToUTCTime\":\"2021-03-25T00:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":23253.299999999996,\"ApiResultIndex\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18714,\"Tax\":4539.300000000001,\"YQTax\":0,\"OtherCharges\":2742,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.300000000000004,\"AirlineGSTComponent\":738,\"CarrierMiscFee\":0,\"MUFee\":900,\"intPublishedFare\":23253.299999999996,\"PublishedFare\":24846.3,\"OfferedFare\":22353.299999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":2112.71,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"3\",\"TaxIN\":353.1,\"BaseFareCal\":4679.86,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"MFT\":8.100000000000001,\"OT\":0,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"930\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"localFromDateTime\":\"2021-03-24 22:30\",\"localToDateTime\":\"2021-03-25 00:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":9,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107300059280\",\"partnerId\":\"0\",\"amount\":22353.3,\"markup\":900,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-16T17:51:49.664\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25891\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2077\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-24T22:30\",\"at\":\"2021-03-25T00:50\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"manish\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"ahsda\",\"lN\":\"asad\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"safdsadf\",\"lN\":\"sdaD\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"SAFDASF\",\"lN\":\"SADFSADFASF\",\"userProfile\":[],\"id\":6},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"ASDFASF\",\"lN\":\"AFDSADDFSA\",\"dob\":\"2021-03-03\",\"userProfile\":[],\"id\":7},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"ASDASF\",\"lN\":\"FSADFSA\",\"dob\":\"2021-03-02\",\"userProfile\":[],\"id\":8},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"SASDF\",\"lN\":\"ADasda\",\"dob\":\"2021-03-08\",\"userProfile\":[],\"id\":9}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":23253.3,\"BF\":18714,\"TAF\":4539.3,\"NF\":22353.3,\"IGST\":24.3},\"afC\":{\"TAF\":{\"AGST\":738,\"MFT\":24.3,\"MU\":900,\"YQ\":0,\"OT\":2742,\"MF\":135}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":100576.89}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221369\",\"TPSysId\":\"221370\",\"VersionId\":[\"26682\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7597\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073483','','',NULL,NULL,'0',NULL,'2021-03-16 12:21:10','2021-03-16 12:21:10','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(313,0,29,5293,0,0,NULL,'2021-05-06',NULL,NULL,'6E-262','IndiGo','1',1,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576','0','11:45:00','04:30:00',0,'R',0,'18h 15m',0,8219,'BLR','DXB','1 Stop(s)',6,1,105257,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',82752,19672.4,0,16264,0,180,105257,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073517','','',NULL,NULL,'0',NULL,'2021-03-16 13:01:59','2021-03-16 13:01:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(314,313,29,5293,0,0,NULL,'2021-05-06',NULL,NULL,'6E-66','IndiGo','1',1,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576','0','23:00:00','12:10:00',0,'R',0,'11h 40m',8219,0,'DXB','BLR','1 Stop(s)',6,1,105257,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',82752,19672.4,0,16264,0,180,105257,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073517','','',NULL,NULL,'0',NULL,'2021-03-16 13:01:59','2021-03-16 13:01:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(315,0,29,5293,0,0,'TESTPNR-TESTPNR','2021-06-02','TJS113200059297',NULL,'6E-95','IndiGo','1',1,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','0','07:05:00','09:40:00',0,'R',0,'4h 5m',0,8219,'BLR','DXB','Non-stop',6,1,107164.3984375,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',82360,19140.4,0,15864,0,180,107164.3984375,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS113200059297\",\"FlightNumber\":\"6E-95\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2021-06-02T07:05\",\"LocalFromTime\":\"2021-06-02 07:05\",\"FromUTCTime\":\"2021-06-02T07:05\",\"LocalToTime\":\"2021-06-02 09:40\",\"ToUTCTime\":\"2021-06-02T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Wed, 02 Jun\",\"ArrivalDateTxt\":\"Wed, 02 Jun\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82360,\"Tax\":19140.399999999998,\"YQTax\":0,\"OtherCharges\":15864,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1864,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":101500.40000000001,\"PublishedFare\":107164.4,\"OfferedFare\":101044.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"709\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-06-02T09:40\",\"SegFlightNumber\":\"6E-95\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-02T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"709\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"709\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-02 12:00\",\"localToDateTime\":\"2021-06-11 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113200059297\",\"FlightNumber\":\"6E-95\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2021-06-02T07:05\",\"LocalFromTime\":\"2021-06-02 07:05\",\"FromUTCTime\":\"2021-06-02T07:05\",\"LocalToTime\":\"2021-06-02 09:40\",\"ToUTCTime\":\"2021-06-02T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Wed, 02 Jun\",\"ArrivalDateTxt\":\"Wed, 02 Jun\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":107164.4,\"ApiResultIndex\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82360,\"Tax\":19140.399999999998,\"YQTax\":0,\"OtherCharges\":15864,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1864,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":101500.40000000001,\"PublishedFare\":107164.4,\"OfferedFare\":101044.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"709\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-06-02T09:40\",\"SegFlightNumber\":\"6E-95\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-02T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"408\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-11T23:00\",\"SegFlightNumber\":\"6E-96\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-06-11T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"localFromDateTime\":\"2021-06-02 07:05\",\"localToDateTime\":\"2021-06-02 09:40\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS113200059297\",\"partnerId\":\"0\",\"amount\":100300.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"+919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-16T20:02:45.963\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25911\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"95\",\"eT\":\"320\"},\"stops\":0,\"duration\":245,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-02T07:05\",\"at\":\"2021-06-02T09:40\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25912\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"96\",\"eT\":\"320\"},\"stops\":0,\"duration\":250,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-11T17:20\",\"at\":\"2021-06-11T23:00\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\",\"dob\":\"1960-03-10\",\"pNum\":\"kjioplkio\",\"eD\":\"2024-03-21\",\"pNat\":\"IN\",\"pid\":\"2001-03-08\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Ranu\",\"lN\":\"Banerjee\",\"dob\":\"1960-03-10\",\"pNum\":\"kjhjkhkjhkjhkj\",\"eD\":\"2022-03-18\",\"pNat\":\"IN\",\"pid\":\"2002-03-01\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"Parth\",\"lN\":\"Banerjee\",\"dob\":\"2014-03-07\",\"pNum\":\"jhkjhjkhkjhkjhkj\",\"eD\":\"2023-03-30\",\"pNat\":\"IN\",\"pid\":\"2002-03-15\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"Kritika\",\"lN\":\"Bhattacharaya\",\"dob\":\"2013-03-08\",\"pNum\":\"olkiolki\",\"eD\":\"2027-03-11\",\"pNat\":\"IN\",\"pid\":\"2015-03-06\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"Kaira\",\"lN\":\"Thakur\",\"dob\":\"2020-03-12\",\"pNum\":\"uuiuiuiiui\",\"eD\":\"2028-03-24\",\"pNat\":\"IN\",\"pid\":\"2011-03-04\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"BLR-DXB\":\"TESTPNR\",\"DXB-BLR\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"Dhruv\",\"lN\":\"Banerjee\",\"dob\":\"2020-03-19\",\"pNum\":\"qwertyuio\",\"eD\":\"2023-03-30\",\"pNat\":\"IN\",\"pid\":\"2005-03-17\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":101500.4,\"BF\":82360,\"TAF\":19140.4,\"NF\":100300.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":1864,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":15864,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4943195.89}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221471\",\"TPSysId\":\"221472\",\"VersionId\":[\"26706\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7622\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073564','','',NULL,NULL,'0',NULL,'2021-03-16 14:31:44','2021-03-16 14:31:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(316,315,29,5293,0,0,NULL,'2021-06-02',NULL,NULL,'6E-96','IndiGo','1',1,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','0','17:20:00','23:00:00',0,'R',0,'4h 10m',8219,0,'DXB','BLR','Non-stop',6,1,104333,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',82360,19140.4,0,15864,0,180,104333,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073564','','',NULL,NULL,'0',NULL,'2021-03-16 14:31:44','2021-03-16 14:31:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(317,0,30,5293,0,0,'JYIRNW-JYIRNW','2021-03-23','TJS115300059309',NULL,'SG-154','SpiceJet','1',1,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','0','10:20:00','12:40:00',0,'XA',0,'3h 50m',7701,8219,'DEL','DXB','Non-stop',6,1,65382.3984375,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',43992,15726.4,0,13004,0,180,65382.3984375,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS115300059309\",\"FlightNumber\":\"SG-154\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-03-23T10:20\",\"LocalFromTime\":\"2021-03-23 10:20\",\"FromUTCTime\":\"2021-03-23T10:20\",\"LocalToTime\":\"2021-03-23 12:40\",\"ToUTCTime\":\"2021-03-23T12:40\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43992,\"Tax\":15726.399999999998,\"YQTax\":0,\"OtherCharges\":13004,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1310,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":59718.399999999994,\"PublishedFare\":65382.399999999994,\"OfferedFare\":57336.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":708.8,\"BaseFareCal\":10181.82,\"BaseFare\":9524,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":238,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T12:40\",\"SegFlightNumber\":\"SG-154\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCVS\",\"Price\":308,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCNS\",\"Price\":308,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNML\",\"Price\":420,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFVG\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFNV\",\"Price\":420,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFCM\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"FPML\",\"Price\":420,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DNVL\",\"Price\":420,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DBML\",\"Price\":420,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"CHML\",\"Price\":420,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115300059309\",\"FlightNumber\":\"SG-154\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-03-23T10:20\",\"LocalFromTime\":\"2021-03-23 10:20\",\"FromUTCTime\":\"2021-03-23T10:20\",\"LocalToTime\":\"2021-03-23 12:40\",\"ToUTCTime\":\"2021-03-23T12:40\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":65382.399999999994,\"ApiResultIndex\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43992,\"Tax\":15726.399999999998,\"YQTax\":0,\"OtherCharges\":13004,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1310,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":59718.399999999994,\"PublishedFare\":65382.399999999994,\"OfferedFare\":57336.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":708.8,\"BaseFareCal\":10181.82,\"BaseFare\":9524,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":238,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T12:40\",\"SegFlightNumber\":\"SG-154\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"206\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T04:10\",\"SegFlightNumber\":\"SG-137\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"04:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"localFromDateTime\":\"2021-03-23 10:20\",\"localToDateTime\":\"2021-03-23 12:40\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS115300059309\",\"partnerId\":\"0\",\"amount\":58518.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T10:42:45.886\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25913\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"154\",\"eT\":\"737\"},\"stops\":0,\"duration\":230,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T10:20\",\"at\":\"2021-03-23T12:40\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25914\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"137\",\"eT\":\"737\"},\"stops\":0,\"duration\":210,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T23:10\",\"at\":\"2021-03-26T04:10\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ganesh\",\"lN\":\"catpl\",\"dob\":\"1957-03-20\",\"pNum\":\"12345678\",\"eD\":\"2025-03-17\",\"pNat\":\"IN\",\"pid\":\"2017-03-16\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"catpl\",\"dob\":\"1957-03-20\",\"pNum\":\"65412378\",\"eD\":\"2024-03-26\",\"pNat\":\"IN\",\"pid\":\"2018-03-20\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"vivek\",\"lN\":\"catpl\",\"dob\":\"2013-03-12\",\"pNum\":\"axxxibbbb45\",\"eD\":\"2025-03-19\",\"pNat\":\"IN\",\"pid\":\"2012-03-22\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"sanjit\",\"lN\":\"catpl\",\"dob\":\"2015-03-24\",\"pNum\":\"3698745112\",\"eD\":\"2022-03-29\",\"pNat\":\"IN\",\"pid\":\"2019-03-30\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"sabir\",\"lN\":\"catpl\",\"dob\":\"2020-03-12\",\"pNum\":\"sdfasfdasf545487\",\"eD\":\"2026-03-11\",\"pNat\":\"IN\",\"pid\":\"2020-04-20\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-DXB\":\"JYIRNW\",\"DXB-DEL\":\"JYIRNW\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"asdfasfd\",\"lN\":\"asfasdf\",\"dob\":\"2020-03-18\",\"pNum\":\"sdfsfasdfasf545\",\"eD\":\"2023-03-21\",\"pNat\":\"IN\",\"pid\":\"2020-03-17\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":59718.4,\"BF\":43992,\"TAF\":15726.4,\"NF\":58518.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":1310,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":13004,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4884677.49}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221524\",\"TPSysId\":\"221525\",\"VersionId\":[\"26716\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7626\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073683','','',NULL,NULL,'0',NULL,'2021-03-17 05:12:09','2021-03-17 05:12:09','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(318,317,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'SG-137','SpiceJet','1',1,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','0','23:10:00','04:10:00',0,'XA',0,'3h 30m',8219,7701,'DXB','DEL','Non-stop',6,1,62551,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',43992,15726.4,0,13004,0,180,62551,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073683','','',NULL,NULL,'0',NULL,'2021-03-17 05:12:09','2021-03-17 05:12:09','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(319,0,30,5293,0,0,'TESTPNR-TESTPNR-TESTPNR','2021-03-23','TJS114900059312',NULL,'6E-23','IndiGo','1',1,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','0','21:50:00','00:30:00',0,'R',0,'4h 10m',7701,8219,'DEL','DXB','Non-stop',6,1,77100.3984375,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',55812,15624.4,0,12776,0,180,77100.3984375,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS114900059312\",\"FlightNumber\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2021-03-23T21:50\",\"LocalFromTime\":\"2021-03-23 21:50\",\"FromUTCTime\":\"2021-03-23T21:50\",\"LocalToTime\":\"2021-03-24 00:30\",\"ToUTCTime\":\"2021-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":55812,\"Tax\":15624.399999999998,\"YQTax\":0,\"OtherCharges\":12776,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1436,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":71436.4,\"PublishedFare\":77100.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T00:30\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114900059312\",\"FlightNumber\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2021-03-23T21:50\",\"LocalFromTime\":\"2021-03-23 21:50\",\"FromUTCTime\":\"2021-03-23T21:50\",\"LocalToTime\":\"2021-03-24 00:30\",\"ToUTCTime\":\"2021-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":77100.4,\"ApiResultIndex\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":55812,\"Tax\":15624.399999999998,\"YQTax\":0,\"OtherCharges\":12776,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1436,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":71436.4,\"PublishedFare\":77100.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T00:30\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"926\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":240,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"193\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"localFromDateTime\":\"2021-03-23 21:50\",\"localToDateTime\":\"2021-03-24 00:30\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS114900059312\",\"partnerId\":\"0\",\"amount\":70236.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T11:03:54.184\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25915\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"23\",\"eT\":\"320\"},\"stops\":0,\"duration\":250,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T21:50\",\"at\":\"2021-03-24T00:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25916\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"62\",\"eT\":\"320\"},\"stops\":0,\"duration\":185,\"cT\":240,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T10:10\",\"at\":\"2021-03-25T14:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25917\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2036\",\"eT\":\"321\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T18:45\",\"at\":\"2021-03-25T20:55\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ganesh\",\"lN\":\"Ctapl\",\"dob\":\"1953-03-25\",\"pNum\":\"789654123\",\"eD\":\"2025-03-26\",\"pNat\":\"IN\",\"pid\":\"2014-03-18\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"deepk\",\"lN\":\"catpl\",\"dob\":\"1953-03-25\",\"pNum\":\"SDADAD4654DF\",\"eD\":\"2028-03-28\",\"pNat\":\"IN\",\"pid\":\"2014-03-18\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"DFGDSG\",\"lN\":\"SDFFGDFD\",\"dob\":\"2018-03-21\",\"pNum\":\"DSFGDSG797\",\"eD\":\"2027-03-31\",\"pNat\":\"IN\",\"pid\":\"2019-03-19\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"SANNY\",\"lN\":\"CATPL\",\"dob\":\"2018-03-21\",\"pNum\":\"DDASFASF975\",\"eD\":\"2026-03-24\",\"pNat\":\"IN\",\"pid\":\"2019-03-19\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"VIVEK\",\"lN\":\"CATPL\",\"dob\":\"2020-03-25\",\"pNum\":\"SAFDSSADF9897SD\",\"eD\":\"2024-03-05\",\"pNat\":\"IN\",\"pid\":\"2021-01-12\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"AFDSF\",\"lN\":\"SADFSA\",\"dob\":\"2020-03-17\",\"pNum\":\"SADFSAF454\",\"eD\":\"2029-03-21\",\"pNat\":\"IN\",\"pid\":\"2020-03-19\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":71436.4,\"BF\":55812,\"TAF\":15624.4,\"NF\":70236.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":1436,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":12776,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4814441.09}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221529\",\"TPSysId\":\"221530\",\"VersionId\":[\"26719\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7628\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073703','','',NULL,NULL,'0',NULL,'2021-03-17 05:32:43','2021-03-17 05:32:43','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(320,319,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-62','IndiGo','1',1,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','0','10:10:00','20:55:00',0,'R',0,'9h 15m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,74269,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',55812,15624.4,0,14212,0,180,74269,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073703','','',NULL,NULL,'0',NULL,'2021-03-17 05:32:43','2021-03-17 05:32:43','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(321,0,30,5293,0,0,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2021-03-23','TJS116500059317',NULL,'6E-2077','IndiGo','1',1,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','0','22:30:00','20:35:00',0,'R',0,'23h 35m',7701,8219,'DEL','DXB','1 Stop(s)',6,1,89716.3984375,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,12976,0,180,89716.3984375,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS116500059317\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T22:30\",\"LocalFromTime\":\"2021-03-23 22:30\",\"FromUTCTime\":\"2021-03-23T22:30\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1055,\"LAYOVERDuration\":\"17h 35m\",\"FlyingMinutes\":1415,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"22h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":1055,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"17h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116500059317\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T22:30\",\"LocalFromTime\":\"2021-03-23 22:30\",\"FromUTCTime\":\"2021-03-23T22:30\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1055,\"LAYOVERDuration\":\"17h 35m\",\"FlyingMinutes\":1415,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"22h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":89716.4,\"ApiResultIndex\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":1055,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"17h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"728\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":315,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"5h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"046\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:05\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"localFromDateTime\":\"2021-03-23 22:30\",\"localToDateTime\":\"2021-03-24 20:35\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS116500059317\",\"partnerId\":\"0\",\"amount\":82852.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T11:28:35.957\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25922\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2077\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"cT\":1055,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T22:30\",\"at\":\"2021-03-24T00:50\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25923\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"61\",\"eT\":\"320\"},\"stops\":0,\"duration\":220,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-24T18:25\",\"at\":\"2021-03-24T20:35\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25924\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"62\",\"eT\":\"320\"},\"stops\":0,\"duration\":185,\"cT\":315,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T10:10\",\"at\":\"2021-03-25T14:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25925\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2059\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T20:00\",\"at\":\"2021-03-25T22:05\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ganesh\",\"lN\":\"Catpl\",\"dob\":\"1949-03-02\",\"pNum\":\"45997987fdf\",\"eD\":\"2024-03-28\",\"pNat\":\"IN\",\"pid\":\"2017-03-21\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"vivek\",\"lN\":\"catpl\",\"dob\":\"1949-03-02\",\"pNum\":\"sadfsf5445\",\"eD\":\"2026-03-19\",\"pNat\":\"IN\",\"pid\":\"2015-03-18\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"DSFGSD\",\"lN\":\"DFGDS\",\"dob\":\"2018-03-14\",\"pNum\":\"DSFGDS4564\",\"eD\":\"2027-03-23\",\"pNat\":\"IN\",\"pid\":\"2019-03-19\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"DSFGDSG\",\"lN\":\"DFGDSG\",\"dob\":\"2017-03-28\",\"pNum\":\"SAFASFFS879\",\"eD\":\"2022-03-08\",\"pNat\":\"IN\",\"pid\":\"2018-03-21\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"SAFASFD\",\"lN\":\"SFDASF\",\"dob\":\"2020-03-18\",\"pNum\":\"FASFD7987\",\"eD\":\"2027-03-24\",\"pNat\":\"IN\",\"pid\":\"2020-03-26\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"SADFASFERT\",\"lN\":\"WERTBNB\",\"dob\":\"2020-03-10\",\"pNum\":\"SADFASF455\",\"eD\":\"2023-03-21\",\"pNat\":\"IN\",\"pid\":\"2020-03-18\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":84052.4,\"BF\":67628,\"TAF\":16424.4,\"NF\":82852.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":2036,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":12976,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4731588.69}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221539\",\"TPSysId\":\"221540\",\"VersionId\":[\"26721\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7630\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073740','','',NULL,NULL,'0',NULL,'2021-03-17 05:57:55','2021-03-17 05:57:55','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(322,321,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-62','IndiGo','1',1,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','0','10:10:00','22:05:00',0,'R',0,'10h 25m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,86885,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,15012,0,180,86885,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073740','','',NULL,NULL,'0',NULL,'2021-03-17 05:57:55','2021-03-17 05:57:55','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(323,0,30,5293,0,0,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2021-03-23','TJS111000059319',NULL,'6E-2173','IndiGo','1',1,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','0','18:20:00','20:35:00',0,'R',0,'27h 45m',7701,8219,'DEL','DXB','1 Stop(s)',6,1,89716.4,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,12976,0,180,89716.4,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS111000059319\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T18:20\",\"LocalFromTime\":\"2021-03-23 18:20\",\"FromUTCTime\":\"2021-03-23T18:20\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1320,\"LAYOVERDuration\":\"22h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"26h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1320,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"22h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"455\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"752\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"752\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS111000059319\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T18:20\",\"LocalFromTime\":\"2021-03-23 18:20\",\"FromUTCTime\":\"2021-03-23T18:20\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1320,\"LAYOVERDuration\":\"22h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"26h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":89716.4,\"ApiResultIndex\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1320,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"22h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"455\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"544\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":480,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"088\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T01:10\",\"SegFlightNumber\":\"6E-2191\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"localFromDateTime\":\"2021-03-23 18:20\",\"localToDateTime\":\"2021-03-24 20:35\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS111000059319\",\"partnerId\":\"0\",\"amount\":82852.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"GANESH@CATPL.CO.IN\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T11:51:43.072\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25926\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2173\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"cT\":1320,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T18:20\",\"at\":\"2021-03-23T20:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25927\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"61\",\"eT\":\"320\"},\"stops\":0,\"duration\":220,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-24T18:25\",\"at\":\"2021-03-24T20:35\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25928\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"62\",\"eT\":\"320\"},\"stops\":0,\"duration\":185,\"cT\":480,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T10:10\",\"at\":\"2021-03-25T14:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25929\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2191\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T22:45\",\"at\":\"2021-03-26T01:10\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GANESH\",\"lN\":\"CATPL\",\"dob\":\"1961-03-16\",\"pNum\":\"AFSAFDSF\",\"eD\":\"2023-03-22\",\"pNat\":\"IN\",\"pid\":\"2017-03-25\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SAFSAFDA\",\"lN\":\"SDFSAF\",\"dob\":\"1961-03-16\",\"pNum\":\"SDFSAFS\",\"eD\":\"2026-03-24\",\"pNat\":\"IN\",\"pid\":\"2018-03-22\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"ASDFAS\",\"lN\":\"SDFSFGG\",\"dob\":\"2017-03-22\",\"pNum\":\"78964521\",\"eD\":\"2024-03-27\",\"pNat\":\"IN\",\"pid\":\"2018-03-21\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"Deepak\",\"lN\":\"Catpl\",\"dob\":\"2018-03-20\",\"pNum\":\"sdfsadf545\",\"eD\":\"2025-03-25\",\"pNat\":\"IN\",\"pid\":\"2017-03-29\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"asfsafd\",\"lN\":\"sdfsaf\",\"dob\":\"2020-03-17\",\"pNum\":\"sadfsadf5465\",\"eD\":\"2025-03-12\",\"pNat\":\"IN\",\"pid\":\"2020-05-18\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"sdfasfsdc\",\"lN\":\"asdfasfsf\",\"dob\":\"2020-03-24\",\"pNum\":\"dfgdsg455df\",\"eD\":\"2028-03-22\",\"pNat\":\"IN\",\"pid\":\"2020-04-21\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":84052.4,\"BF\":67628,\"TAF\":16424.4,\"NF\":82852.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":2036,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":12976,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4648736.29}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221556\",\"TPSysId\":\"221557\",\"VersionId\":[\"26732\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7632\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073788','','',NULL,NULL,'0',NULL,'2021-03-17 06:20:53','2021-03-17 06:20:53','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(324,323,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-62','IndiGo','1',1,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','0','10:10:00','01:10:00',0,'R',0,'13h 30m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,86885,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,15012,0,180,86885,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073788','','',NULL,NULL,'0',NULL,'2021-03-17 06:20:53','2021-03-17 06:20:53','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(325,0,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-5339','IndiGo','1',1,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803','0','10:15:00','17:50:00',0,'R',0,'9h 5m',7701,8219,'DEL','DXB','1 Stop(s)',6,1,86885,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,15012,0,180,86885,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073793','','',NULL,NULL,'0',NULL,'2021-03-17 06:36:08','2021-03-17 06:36:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(326,325,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-62','IndiGo','1',1,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803','0','10:10:00','20:55:00',0,'R',0,'9h 15m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,86885,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',67628,16424.4,0,15012,0,180,86885,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073793','','',NULL,NULL,'0',NULL,'2021-03-17 06:36:08','2021-03-17 06:36:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(327,0,94,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-2113','IndiGo','1',1,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257','0','08:35:00','17:50:00',0,'R',0,'10h 45m',7701,8219,'DEL','DXB','1 Stop(s)',6,1,101241,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',81984,16424.4,0,15012,0,180,101241,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073806','','',NULL,NULL,'0',NULL,'2021-03-17 06:44:20','2021-03-17 06:44:20','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(328,327,94,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-25','IndiGo','1',1,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257','0','04:25:00','20:30:00',0,'R',0,'14h 35m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,101241,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',81984,16424.4,0,15012,0,180,101241,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073806','','',NULL,NULL,'0',NULL,'2021-03-17 06:44:20','2021-03-17 06:44:20','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(329,0,30,5293,0,0,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','2021-03-23','TJS110200059323',NULL,'6E-408','IndiGo','1',1,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','0','06:25:00','17:50:00',0,'R',0,'12h 55m',7701,8219,'DEL','DXB','1 Stop(s)',6,1,101956.4,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',79968,16324.4,0,12976,0,180,101956.4,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS110200059323\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T06:25\",\"LocalFromTime\":\"2021-03-23 06:25\",\"FromUTCTime\":\"2021-03-23T06:25\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":775,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"11h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":79968,\"Tax\":16324.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1936,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":96292.40000000001,\"PublishedFare\":101956.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":96292.4,\"oldFare\":100324.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7876.799999999999,\"BaseFareCal\":42101.82,\"BaseFare\":34276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":918,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"255\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":415,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"628\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS110200059323\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T06:25\",\"LocalFromTime\":\"2021-03-23 06:25\",\"FromUTCTime\":\"2021-03-23T06:25\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":775,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"11h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":101956.4,\"ApiResultIndex\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":79968,\"Tax\":16324.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1936,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":96292.40000000001,\"PublishedFare\":101956.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":96292.4,\"oldFare\":100324.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7876.799999999999,\"BaseFareCal\":42101.82,\"BaseFare\":34276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":918,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"255\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":415,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"628\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"126\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-03-25T09:40\",\"SegFlightNumber\":\"6E-25\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":520,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"8h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"817\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:30\",\"SegFlightNumber\":\"6E-5162\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-03-25T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"localFromDateTime\":\"2021-03-23 06:25\",\"localToDateTime\":\"2021-03-23 17:50\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS110200059323\",\"partnerId\":\"0\",\"amount\":95092.4,\"markup\":1200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T12:32:24.408\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25930\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"408\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"cT\":415,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T06:25\",\"at\":\"2021-03-23T08:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25931\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"61\",\"eT\":\"320\"},\"stops\":0,\"duration\":220,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T15:40\",\"at\":\"2021-03-23T17:50\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]},{\"sI\":[{\"id\":\"25932\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"25\",\"eT\":\"320\"},\"stops\":0,\"duration\":225,\"cT\":520,\"da\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T04:25\",\"at\":\"2021-03-25T09:40\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"25933\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5162\",\"eT\":\"321\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T18:20\",\"at\":\"2021-03-25T20:30\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"sfdsaf\",\"lN\":\"sdfsdf\",\"dob\":\"1946-03-24\",\"pNum\":\"sadfasdfsa\",\"eD\":\"2027-03-24\",\"pNat\":\"IN\",\"pid\":\"2010-03-18\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"catpl\",\"dob\":\"1954-02-17\",\"pNum\":\"12345\",\"eD\":\"2022-02-15\",\"pNat\":\"IN\",\"pid\":\"2021-02-22\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"SANNY\",\"lN\":\"CATPL\",\"dob\":\"2018-03-21\",\"pNum\":\"DDASFASF975\",\"eD\":\"2026-03-24\",\"pNat\":\"IN\",\"pid\":\"2019-03-19\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"shivam\",\"lN\":\"catpl\",\"dob\":\"2016-03-22\",\"pNum\":\"aDSasdadds554\",\"eD\":\"2030-03-26\",\"pNat\":\"IN\",\"pid\":\"2017-03-21\",\"userProfile\":[],\"id\":4},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"SADFASFERT\",\"lN\":\"WERTBNB\",\"dob\":\"2020-03-10\",\"pNum\":\"SADFASF455\",\"eD\":\"2023-03-21\",\"pNat\":\"IN\",\"pid\":\"2020-03-18\",\"userProfile\":[],\"id\":5},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DXB\":\"TESTPNR\",\"DXB-HYD\":\"TESTPNR\",\"HYD-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"SAFASFD\",\"lN\":\"SFDASF\",\"dob\":\"2020-03-18\",\"pNum\":\"FASFD7987\",\"eD\":\"2027-03-24\",\"pNat\":\"IN\",\"pid\":\"2020-03-26\",\"userProfile\":[],\"id\":6}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":96292.4,\"BF\":79968,\"TAF\":16324.4,\"NF\":95092.4,\"IGST\":32.4},\"afC\":{\"TAF\":{\"AGST\":1936,\"MFT\":32.4,\"MU\":1200,\"YQ\":0,\"OT\":12976,\"MF\":180}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4553643.89}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221592\",\"TPSysId\":\"221593\",\"VersionId\":[\"26742\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7639\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000073822','','',NULL,NULL,'0',NULL,'2021-03-17 06:53:08','2021-03-17 06:53:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(330,329,30,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-25','IndiGo','1',1,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','0','04:25:00','20:30:00',0,'R',0,'14h 35m',8219,7701,'DXB','DEL','1 Stop(s)',6,1,103157,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',81984,18340.4,0,14912,0,180,103157,3416.95,0,2400,432,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000073822','','',NULL,NULL,'0',NULL,'2021-03-17 06:53:08','2021-03-17 06:53:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(331,0,62,5293,0,0,NULL,'2021-03-17',NULL,NULL,'6E-23','IndiGo','1',1,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374','0','21:50:00','00:30:00',0,'R',0,'4h 10m',7701,8219,'DEL','DXB','Non-stop',2,1,25061,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',19913,4203.8,0,3733,0,60,25061,1138.98,0,800,144,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 08:24:22','2021-03-17 08:24:22','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(332,331,62,5293,0,0,NULL,'2021-03-17',NULL,NULL,'6E-62','IndiGo','1',1,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374','0','10:10:00','20:55:00',0,'R',0,'9h 15m',8219,7701,'DXB','DEL','1 Stop(s)',2,1,25061,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',19913,4203.8,0,3733,0,60,25061,1138.98,0,800,144,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 08:24:22','2021-03-17 08:24:22','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(333,0,29,5293,0,0,NULL,'2021-04-05',NULL,NULL,'6E-456','IndiGo','1',1,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315','0','04:35:00','20:55:00',0,'R',0,'17h 50m',0,8219,'BLR','DXB','1 Stop(s)',1,1,19843,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',14693,4677.4,0,4442,0,30,19843,569.49,0,400,72,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 10:26:25','2021-03-17 10:26:25','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(334,333,29,5293,0,0,NULL,'2021-04-05',NULL,NULL,'6E-24','IndiGo','1',1,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315','0','23:10:00','21:40:00',0,'R',0,'21h 0m',8219,0,'DXB','BLR','1 Stop(s)',1,1,19843,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',14693,4677.4,0,4442,0,30,19843,569.49,0,400,72,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 10:26:25','2021-03-17 10:26:25','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(335,0,29,5293,0,0,NULL,'2021-04-05',NULL,NULL,'6E-816','IndiGo','1',1,'5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294','267','09:45:00','15:40:00',0,'R',355,'5h 55m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4493.7,'5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',3509,807.7,0,507,0,15,4493.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 12:07:19','2021-03-17 12:07:19','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(336,0,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-131','SpiceJet','1',1,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851','0','07:50:00','10:10:00',0,'XA',0,'3h 50m',7701,8219,'DEL','DXB','Non-stop',2,1,17488,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',13379,4108.8,0,3251,0,60,17488,338.98,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 13:28:01','2021-03-17 13:28:01','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(337,336,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-12','SpiceJet','1',1,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851','0','22:45:00','03:35:00',0,'XA',0,'3h 20m',8219,7701,'DXB','DEL','Non-stop',2,1,17488,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',13379,4108.8,0,3251,0,60,17488,338.98,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 13:28:01','2021-03-17 13:28:01','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(338,0,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-131','SpiceJet','1',1,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954','0','07:50:00','10:10:00',0,'XA',0,'3h 50m',7701,8219,'DEL','DXB','Non-stop',2,1,17488,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',13379,4108.8,0,3251,0,60,17488,338.98,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000074295','','',NULL,NULL,'0',NULL,'2021-03-17 13:46:07','2021-03-17 13:46:07','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(339,338,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-12','SpiceJet','1',1,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954','0','22:45:00','03:35:00',0,'XA',0,'3h 20m',8219,7701,'DXB','DEL','Non-stop',2,1,17488,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',13379,4108.8,0,3251,0,60,17488,338.98,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000074295','','',NULL,NULL,'0',NULL,'2021-03-17 13:46:07','2021-03-17 13:46:07','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(340,0,334,5293,0,0,NULL,'2021-04-06',NULL,NULL,'6E-912','IndiGo','1',1,'5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366','267','17:30:00','22:15:00',0,'R',285,'4h 45m',7701,6000,'DEL','MAA','1 Stop(s)',1,1,5324.7,'5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4300,847.7,0,507,0,15,5324.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 13:50:31','2021-03-17 13:50:31','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(341,0,62,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-148','IndiGo','1',1,'5-1750014313_1DELBOM6E148_28420104463411940','267','05:05:00','07:10:00',0,'T',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',3,1,7918.1,'5-1750014313_1DELBOM6E148_28420104463411940',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',5890,1497.1,0,914,0,45,7918.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-17 13:55:21','2021-03-17 13:55:21','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(342,0,335,5293,0,0,NULL,'2021-05-22',NULL,NULL,'SG-8701','SpiceJet','1',1,'4-1451484141_0DELBOMSG8701_38041253729840','463','07:20:00','09:35:00',0,'DD',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,2684.79,'4-1451484141_0DELBOMSG8701_38041253729840',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',1927,610,0,483,0,21.19,2684.79,153.25,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'0','','',NULL,NULL,'0',NULL,'2021-03-17 14:06:09','2021-03-17 14:06:09','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(343,0,336,5293,0,0,'TESTPNR-TESTPNR','2021-05-22','TJS105100059478',NULL,'6E-816','IndiGo','1',1,'5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697','267','09:45:00','15:40:00',0,'R',355,'5h 55m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4493.7,'5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',3509,807.7,0,507,0,15,4493.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105100059478\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-05-22T09:45\",\"LocalFromTime\":\"2021-05-22 09:45\",\"FromUTCTime\":\"2021-05-22T09:45\",\"LocalToTime\":\"2021-05-22 15:40\",\"ToUTCTime\":\"2021-05-22T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":67,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"PublishedFareTxt\":\"4,317\",\"ApiResultIndex\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4493.7,\"CostToCustomer\":4493.7,\"BaseFareCal\":4258.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4258.95,\"intOfferedFare\":4216.7,\"intPublishFare\":4316.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"539\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-22T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"005\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-22T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105100059478\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-05-22T09:45\",\"LocalFromTime\":\"2021-05-22 09:45\",\"FromUTCTime\":\"2021-05-22T09:45\",\"LocalToTime\":\"2021-05-22 15:40\",\"ToUTCTime\":\"2021-05-22T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":67,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"ApiResultIndex\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"539\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-22T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"005\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-22T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"localFromDateTime\":\"2021-05-22 09:45\",\"localToDateTime\":\"2021-05-22 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS105100059478\",\"partnerId\":\"0\",\"amount\":4216.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"+919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-17T19:39:30.424\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25966\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"816\",\"eT\":\"321\"},\"stops\":0,\"duration\":145,\"cT\":120,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-05-22T09:45\",\"at\":\"2021-05-22T12:10\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25967\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"903\",\"eT\":\"321\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-05-22T14:10\",\"at\":\"2021-05-22T15:40\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-HYD\":\"TESTPNR\",\"HYD-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":4316.7,\"BF\":3509,\"TAF\":807.7,\"NF\":4216.7,\"IGST\":2.7},\"afC\":{\"TAF\":{\"AGST\":183,\"MFT\":2.7,\"MU\":100,\"YQ\":0,\"OT\":507,\"MF\":15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4442375.09}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221978\",\"TPSysId\":\"221979\",\"VersionId\":[\"26880\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7680\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074319','','',NULL,NULL,'0',NULL,'2021-03-17 14:08:48','2021-03-17 14:08:48','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(344,0,62,5293,0,0,'TESTPNR','2021-03-30','TJS107700059504',NULL,'6E-5012','IndiGo','1',1,'5-8880269668_10DELBOM6E5012_28476297120582197','267','08:05:00','10:15:00',0,'T',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,3243.7,'5-8880269668_10DELBOM6E5012_28476297120582197',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',2369,697.7,0,457,0,15,3243.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,6,'{\"bookingId\":\"TJS107700059504\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2021-03-30T08:05\",\"LocalFromTime\":\"2021-03-30 08:05\",\"FromUTCTime\":\"2021-03-30T08:05\",\"LocalToTime\":\"2021-03-30 10:15\",\"ToUTCTime\":\"2021-03-30T10:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":88,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"PublishedFareTxt\":\"3,067\",\"ApiResultIndex\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"OfferedFare\":2966.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":3243.7,\"CostToCustomer\":3243.7,\"BaseFareCal\":3008.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":3008.95,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"512\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T10:15\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":88,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107700059504\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2021-03-30T08:05\",\"LocalFromTime\":\"2021-03-30 08:05\",\"FromUTCTime\":\"2021-03-30T08:05\",\"LocalToTime\":\"2021-03-30 10:15\",\"ToUTCTime\":\"2021-03-30T10:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":88,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"ApiResultIndex\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"OfferedFare\":2966.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"512\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T10:15\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":88,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"localFromDateTime\":\"2021-03-30 08:05\",\"localToDateTime\":\"2021-03-30 10:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107700059504\",\"partnerId\":\"0\",\"amount\":3216.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T11:04:35.696\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25978\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5012\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-30T08:05\",\"at\":\"2021-03-30T10:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-BOM\":{\"code\":\"6B\",\"amount\":250}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":697.7,\"IGST\":2.7,\"NF\":3216.7,\"BF\":2369,\"TF\":3316.7,\"SSRP\":250},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":457,\"MFT\":2.7,\"MU\":100,\"YQ\":0,\"AGST\":123},\"SSRP\":{\"OT\":250}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4424138.99}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222026\",\"TPSysId\":\"222027\",\"VersionId\":[\"26891\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7688\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074430','','',NULL,NULL,'0',NULL,'2021-03-18 05:30:34','2021-03-18 05:30:34','','','','','','','8300059507',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(347,0,339,5293,0,0,NULL,'2021-03-24',NULL,NULL,'SG-2871','SpiceJet','1',1,'4-8374846984_3DELBOMSG2871_28477589167138567','463','11:25:00','15:50:00',0,'RS',265,'4h 25m',7701,18676,'DEL','BOM','Non-stop',1,1,4248.7,'4-8374846984_3DELBOMSG2871_28477589167138567',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3384,687.7,0,395,0,15,4248.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 06:06:28','2021-03-18 06:06:28','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(348,0,62,5293,0,0,'TESTPNR-TESTPNR-TESTPNR','2021-03-30','TJS108700059523',NULL,'6E-171','IndiGo','1',1,'5-8005025951_25DELBOM6E171_28478515803680618','267','02:30:00','04:35:00',0,'T',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',3,1,8282.1,'5-8005025951_25DELBOM6E171_28478515803680618',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',6238,1513.1,0,914,0,45,8282.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-03-30T02:30\",\"LocalFromTime\":\"2021-03-30 02:30\",\"FromUTCTime\":\"2021-03-30T02:30\",\"LocalToTime\":\"2021-03-30 04:35\",\"ToUTCTime\":\"2021-03-30T04:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7751.099999999999,\"PublishedFareTxt\":\"7,751\",\"ApiResultIndex\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6238,\"Tax\":1513.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7751.099999999999,\"PublishedFare\":8282.1,\"OfferedFare\":7451.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":8282.1,\"CostToCustomer\":8282.1,\"BaseFareCal\":7577.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":7577.86,\"intOfferedFare\":7451.099999999999,\"intPublishFare\":7751.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"665\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"2021-04-12 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-03-30T02:30\",\"LocalFromTime\":\"2021-03-30 02:30\",\"FromUTCTime\":\"2021-03-30T02:30\",\"LocalToTime\":\"2021-03-30 04:35\",\"ToUTCTime\":\"2021-03-30T04:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16804.2,\"ApiResultIndex\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13664,\"Tax\":3140.2000000000003,\"YQTax\":0,\"OtherCharges\":1876,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":558,\"CarrierMiscFee\":0,\"MUFee\":600,\"intPublishedFare\":16804.2,\"PublishedFare\":17866.2,\"OfferedFare\":16204.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":1408.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1452.4,\"BaseFareCal\":6668.9,\"BaseFare\":5332,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":279,\"MFT\":5.4,\"OT\":938,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1452.4,\"BaseFareCal\":6668.9,\"BaseFare\":5332,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":279,\"MFT\":5.4,\"OT\":938,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":235.4,\"BaseFareCal\":3119.9,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"665\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"395\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-04-12T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-12T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"262\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-12T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-04-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"localFromDateTime\":\"2021-03-30 02:30\",\"localToDateTime\":\"2021-03-30 04:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108700059523\",\"partnerId\":\"0\",\"amount\":18004.2,\"markup\":600,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T11:45:16.974\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25979\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"171\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-30T02:30\",\"at\":\"2021-03-30T04:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"25980\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"918\",\"eT\":\"320\"},\"stops\":0,\"duration\":95,\"cT\":135,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5926,\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-12T11:10\",\"at\":\"2021-04-12T12:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25981\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6685\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"id\":5926,\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-12T15:00\",\"at\":\"2021-04-12T16:10\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-BOM\":{\"code\":\"8B\",\"amount\":250},\"BOM-JDH\":{\"code\":\"6B\",\"amount\":250},\"JDH-DEL\":{\"code\":\"3B\",\"amount\":400}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"DEL-BOM\":{\"code\":\"9B\",\"amount\":250},\"BOM-JDH\":{\"code\":\"7B\",\"amount\":250},\"JDH-DEL\":{\"code\":\"3C\",\"amount\":400}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"C1\",\"lN\":\"K1\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"I1\",\"lN\":\"K1\",\"dob\":\"2020-03-19\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3140.2,\"IGST\":16.2,\"NF\":18004.2,\"BF\":13664,\"TF\":18604.2,\"SSRP\":1800},\"afC\":{\"TAF\":{\"MF\":90,\"OT\":1876,\"MFT\":16.2,\"MU\":600,\"YQ\":0,\"AGST\":558},\"SSRP\":{\"OT\":1800}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4406134.79}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222047\",\"TPSysId\":\"222048\",\"VersionId\":[\"26901\",\"26902\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7693\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074467','','',NULL,NULL,'0',NULL,'2021-03-18 06:12:35','2021-03-18 06:12:35','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(349,348,62,5293,0,0,'TESTPNR-TESTPNR-TESTPNR','2021-04-12','TJS108700059523',NULL,'6E-918','IndiGo','1',1,'5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736','267','11:10:00','16:10:00',0,'R',300,'5h 0m',7701,18676,'BOM','DEL','1 Stop(s)',3,1,9584.1,'5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',7426,1627.1,0,962,0,45,9584.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-918\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2021-04-12T11:10\",\"LocalFromTime\":\"2021-04-12 11:10\",\"FromUTCTime\":\"2021-04-12T11:10\",\"LocalToTime\":\"2021-04-12 16:10\",\"ToUTCTime\":\"2021-04-12T16:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jodhpur\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9053.1,\"PublishedFareTxt\":\"9,053\",\"ApiResultIndex\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7426,\"Tax\":1627.1000000000001,\"YQTax\":0,\"OtherCharges\":962,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9053.1,\"PublishedFare\":9584.1,\"OfferedFare\":8753.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":754.7,\"BaseFareCal\":3659.95,\"BaseFare\":2963,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":156,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":754.7,\"BaseFareCal\":3659.95,\"BaseFare\":2963,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":156,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":9584.1,\"CostToCustomer\":9584.1,\"BaseFareCal\":8879.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":8879.86,\"intOfferedFare\":8753.1,\"intPublishFare\":9053.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"395\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-04-12T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-12T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"262\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-12T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-04-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"2021-04-12 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS108700059523\",\"partnerId\":\"0\",\"amount\":18004.2,\"markup\":600,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T11:45:16.974\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25979\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"171\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-30T02:30\",\"at\":\"2021-03-30T04:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"25980\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"918\",\"eT\":\"320\"},\"stops\":0,\"duration\":95,\"cT\":135,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5926,\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-12T11:10\",\"at\":\"2021-04-12T12:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25981\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6685\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"id\":5926,\"code\":\"JDH\",\"name\":\"Jodhpur Arpt\",\"cityCode\":\"JDH\",\"city\":\"Jodhpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-04-12T15:00\",\"at\":\"2021-04-12T16:10\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-BOM\":{\"code\":\"8B\",\"amount\":250},\"BOM-JDH\":{\"code\":\"6B\",\"amount\":250},\"JDH-DEL\":{\"code\":\"3B\",\"amount\":400}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"DEL-BOM\":{\"code\":\"9B\",\"amount\":250},\"BOM-JDH\":{\"code\":\"7B\",\"amount\":250},\"JDH-DEL\":{\"code\":\"3C\",\"amount\":400}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"C1\",\"lN\":\"K1\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-JDH\":\"TESTPNR\",\"JDH-DEL\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"I1\",\"lN\":\"K1\",\"dob\":\"2020-03-19\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3140.2,\"IGST\":16.2,\"NF\":18004.2,\"BF\":13664,\"TF\":18604.2,\"SSRP\":1800},\"afC\":{\"TAF\":{\"MF\":90,\"OT\":1876,\"MFT\":16.2,\"MU\":600,\"YQ\":0,\"AGST\":558},\"SSRP\":{\"OT\":1800}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4406134.79}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222047\",\"TPSysId\":\"222048\",\"VersionId\":[\"26901\",\"26902\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7693\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074467','','',NULL,NULL,'0',NULL,'2021-03-18 06:12:35','2021-03-18 06:12:35','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(350,0,62,5293,0,0,'TESTPNR-TESTPNR','2021-03-26','TJS109200059563',NULL,'6E-2027','IndiGo','1',1,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411','267','17:55:00','23:35:00',0,'T',340,'5h 40m',7701,6000,'DEL','MAA','1 Stop(s)',3,1,12288.1,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',9952,1805.1,0,1014,0,45,12288.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS109200059563\",\"FlightNumber\":\"6E-2027\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2021-03-26T17:55\",\"LocalFromTime\":\"2021-03-26 17:55\",\"FromUTCTime\":\"2021-03-26T17:55\",\"LocalToTime\":\"2021-03-26 23:35\",\"ToUTCTime\":\"2021-03-26T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":340,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11757.1,\"PublishedFareTxt\":\"11,757\",\"ApiResultIndex\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9952,\"Tax\":1805.1000000000001,\"YQTax\":0,\"OtherCharges\":1014,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11757.1,\"PublishedFare\":12288.1,\"OfferedFare\":11457.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":12288.1,\"CostToCustomer\":12288.1,\"BaseFareCal\":11583.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":11583.86,\"intOfferedFare\":11457.1,\"intPublishFare\":11757.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"872\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-26T20:35\",\"SegFlightNumber\":\"6E-2027\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T17:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":125,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-26T23:35\",\"SegFlightNumber\":\"6E-543\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-26T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109200059563\",\"FlightNumber\":\"6E-2027\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2021-03-26T17:55\",\"LocalFromTime\":\"2021-03-26 17:55\",\"FromUTCTime\":\"2021-03-26T17:55\",\"LocalToTime\":\"2021-03-26 23:35\",\"ToUTCTime\":\"2021-03-26T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":340,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11757.1,\"ApiResultIndex\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9952,\"Tax\":1805.1000000000001,\"YQTax\":0,\"OtherCharges\":1014,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11757.1,\"PublishedFare\":12288.1,\"OfferedFare\":11457.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"872\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-26T20:35\",\"SegFlightNumber\":\"6E-2027\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T17:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":125,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-26T23:35\",\"SegFlightNumber\":\"6E-543\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-26T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"localFromDateTime\":\"2021-03-26 17:55\",\"localToDateTime\":\"2021-03-26 23:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS109200059563\",\"partnerId\":\"0\",\"amount\":12157.1,\"markup\":300,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T13:21:01.245\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25997\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2027\",\"eT\":\"321\"},\"stops\":0,\"duration\":160,\"cT\":125,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-26T17:55\",\"at\":\"2021-03-26T20:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"25998\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"543\",\"eT\":\"320\"},\"stops\":0,\"duration\":55,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-26T22:40\",\"at\":\"2021-03-26T23:35\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-BLR\":{\"code\":\"7B\",\"amount\":350}},\"pnrDetails\":{\"DEL-BLR\":\"TESTPNR\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"DEL-BLR\":{\"code\":\"8B\",\"amount\":350}},\"pnrDetails\":{\"DEL-BLR\":\"TESTPNR\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"C2\",\"lN\":\"K2\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BLR\":\"TESTPNR\",\"BLR-MAA\":\"TESTPNR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"I2\",\"lN\":\"K2\",\"dob\":\"2020-03-11\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1805.1,\"IGST\":8.1,\"NF\":12157.1,\"BF\":9952,\"TF\":12457.1,\"SSRP\":700},\"afC\":{\"TAF\":{\"MF\":45,\"OT\":1014,\"MFT\":8.1,\"MU\":300,\"YQ\":0,\"AGST\":438},\"SSRP\":{\"OT\":700}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4393977.69}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222103\",\"TPSysId\":\"222104\",\"VersionId\":[\"26914\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7697\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074532','','',NULL,NULL,'0',NULL,'2021-03-18 07:47:57','2021-03-18 07:47:57','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(351,0,29,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-2027','IndiGo','1',1,'5-6767111056_16DELBLR6E2027BLRMAA6E543_28485687542690192','267','17:55:00','23:35:00',0,'T',340,'5h 40m',7701,6000,'DEL','MAA','1 Stop(s)',3,1,12288.1,'5-6767111056_16DELBLR6E2027BLRMAA6E543_28485687542690192',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',9952,1805.1,0,1014,0,45,12288.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 08:09:39','2021-03-18 08:09:39','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(353,0,98,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-6194','IndiGo','1',1,'5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964','267','12:40:00','17:40:00',0,'R',300,'5h 0m',6000,7701,'MAA','DEL','1 Stop(s)',3,1,13518.1,'5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',11290,1697.1,0,840,0,45,13518.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 08:20:51','2021-03-18 08:20:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(354,0,98,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-6194','IndiGo','1',1,'TJS105900059585_3MAAIDR6E6194IDRDEL6E6409_28486614960605510','267','12:40:00','17:40:00',0,'R',300,'5h 0m',6000,7701,'MAA','DEL','1 Stop(s)',3,1,13518.1,'TJS105900059585_3MAAIDR6E6194IDRDEL6E6409_28486614960605510',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',11290,1697.1,0,840,0,45,13518.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 08:22:54','2021-03-18 08:22:54','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(356,0,62,5293,0,0,'PBDVJG-PBDVJG','2021-03-25','TJS101200059592',NULL,'SG-503','SpiceJet','1',1,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494','463','05:40:00','22:40:00',0,'RS',1020,'17h 0m',6000,7701,'MAA','DEL','1 Stop(s)',3,1,12379.1,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',10229,1619.1,0,742,0,45,12379.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS101200059592\",\"FlightNumber\":\"SG-503\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2021-03-25T05:40\",\"LocalFromTime\":\"2021-03-25 05:40\",\"FromUTCTime\":\"2021-03-25T05:40\",\"LocalToTime\":\"2021-03-25 22:40\",\"ToUTCTime\":\"2021-03-25T22:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":705,\"LAYOVERDuration\":\"11h 45m\",\"FlyingMinutes\":1020,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"17h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11848.1,\"PublishedFareTxt\":\"11,848\",\"ApiResultIndex\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10229,\"Tax\":1619.1000000000001,\"YQTax\":0,\"OtherCharges\":742,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":524,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11848.1,\"PublishedFare\":12379.1,\"OfferedFare\":11548.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1560.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":12379.1,\"CostToCustomer\":12379.1,\"BaseFareCal\":11674.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":11674.86,\"intOfferedFare\":11548.1,\"intPublishFare\":11848.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"113\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-25T08:15\",\"SegFlightNumber\":\"SG-503\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":705,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"11h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"775\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:40\",\"SegFlightNumber\":\"SG-179\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101200059592\",\"FlightNumber\":\"SG-503\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2021-03-25T05:40\",\"LocalFromTime\":\"2021-03-25 05:40\",\"FromUTCTime\":\"2021-03-25T05:40\",\"LocalToTime\":\"2021-03-25 22:40\",\"ToUTCTime\":\"2021-03-25T22:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":705,\"LAYOVERDuration\":\"11h 45m\",\"FlyingMinutes\":1020,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"17h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11848.1,\"ApiResultIndex\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10229,\"Tax\":1619.1000000000001,\"YQTax\":0,\"OtherCharges\":742,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":524,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11848.1,\"PublishedFare\":12379.1,\"OfferedFare\":11548.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1560.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"113\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-25T08:15\",\"SegFlightNumber\":\"SG-503\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":705,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"11h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"775\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:40\",\"SegFlightNumber\":\"SG-179\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"localFromDateTime\":\"2021-03-25 05:40\",\"localToDateTime\":\"2021-03-25 22:40\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS101200059592\",\"partnerId\":\"0\",\"amount\":11548.1,\"markup\":300,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T14:00:34.631\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26005\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"503\",\"eT\":\"737\"},\"stops\":0,\"duration\":155,\"cT\":705,\"da\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T05:40\",\"at\":\"2021-03-25T08:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"26006\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"179\",\"eT\":\"737\"},\"stops\":0,\"duration\":160,\"da\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T20:00\",\"at\":\"2021-03-25T22:40\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-CCU\":\"PBDVJG\",\"CCU-DEL\":\"PBDVJG\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Atulya\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"MAA-CCU\":\"PBDVJG\",\"CCU-DEL\":\"PBDVJG\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"C2\",\"lN\":\"K2\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"MAA-CCU\":\"PBDVJG\",\"CCU-DEL\":\"PBDVJG\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"I1\",\"lN\":\"K1\",\"dob\":\"2020-03-12\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1619.1,\"IGST\":8.1,\"NF\":11548.1,\"BF\":10229,\"TF\":11848.1},\"afC\":{\"TAF\":{\"MF\":45,\"OT\":742,\"MFT\":8.1,\"MU\":300,\"YQ\":0,\"AGST\":524}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4382429.59}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222145\",\"TPSysId\":\"222146\",\"VersionId\":[],\"CustomerSysId\":\"104941\",\"TrxId\":\"7715\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074552','','',NULL,NULL,'0',NULL,'2021-03-18 08:29:23','2021-03-18 08:29:23','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(357,0,99,5293,0,0,NULL,'2021-03-30',NULL,NULL,'SG-108','SpiceJet','1',1,'4-9901803256_12MAADELSG108DELCCUSG253_28491484726828984','463','21:45:00','20:30:00',0,'RS',1365,'22h 45m',6000,14323,'MAA','CCU','1 Stop(s)',1,1,3714.7,'4-9901803256_12MAADELSG108DELCCUSG253_28491484726828984',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',2899,638.7,0,371,0,15,3714.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 09:42:46','2021-03-18 09:42:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(358,0,99,5293,0,0,NULL,'2021-03-25',NULL,NULL,'FZ-8516','Fly Dubai','1',0,'10-8810145964_0MAADXBFZ8516_28494700828366717','229','20:20:00','23:10:00',0,'K',260,'2h 50m',6000,8219,'MAA','DXB','Non-stop',1,1,9898.7,'10-8810145964_0MAADXBFZ8516_28494700828366717',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/FZ.gif','INR',6850,3048.7,1091,628,0,15,9898.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 10:37:23','2021-03-18 10:37:23','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(359,0,349,5293,0,0,'TESTPNR-TESTPNR','2021-03-25','TJS113200059662',NULL,'UK-802','Vistara','',0,'10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006','539','08:40:00','15:55:00',0,'K',525,'7h 15m',6000,8219,'MAA','DXB','1 Stop(s)',1,1,13504.7,'10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',10155,3349.7,1091,628,0,15,13504.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS113200059662\",\"FlightNumber\":\"UK-802\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2021-03-25T08:40\",\"LocalFromTime\":\"2021-03-25 08:40\",\"FromUTCTime\":\"2021-03-25T08:40\",\"LocalToTime\":\"2021-03-25 15:55\",\"ToUTCTime\":\"2021-03-25T15:55\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":13504.7,\"PublishedFareTxt\":\"13,505\",\"ApiResultIndex\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10155,\"Tax\":3349.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":608,\"CarrierMiscFee\":905,\"MUFee\":100,\"intPublishedFare\":13504.7,\"PublishedFare\":13504.7,\"OfferedFare\":13404.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3349.7,\"BaseFareCal\":13419.95,\"BaseFare\":10155,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":608,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":905,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":13504.7,\"CostToCustomer\":13504.7,\"BaseFareCal\":13419.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":13419.95,\"intOfferedFare\":13404.7,\"intPublishFare\":13504.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"859\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-25T09:45\",\"SegFlightNumber\":\"UK-802\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":225,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T15:55\",\"SegFlightNumber\":\"FZ-4010\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113200059662\",\"FlightNumber\":\"UK-802\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2021-03-25T08:40\",\"LocalFromTime\":\"2021-03-25 08:40\",\"FromUTCTime\":\"2021-03-25T08:40\",\"LocalToTime\":\"2021-03-25 15:55\",\"ToUTCTime\":\"2021-03-25T15:55\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":13504.7,\"ApiResultIndex\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10155,\"Tax\":3349.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":608,\"CarrierMiscFee\":905,\"MUFee\":100,\"intPublishedFare\":13504.7,\"PublishedFare\":13504.7,\"OfferedFare\":13404.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3349.7,\"BaseFareCal\":13419.95,\"BaseFare\":10155,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":608,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":905,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"859\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-25T09:45\",\"SegFlightNumber\":\"UK-802\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":225,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T15:55\",\"SegFlightNumber\":\"FZ-4010\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"localFromDateTime\":\"2021-03-25 08:40\",\"localToDateTime\":\"2021-03-25 15:55\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}','{\"order\":{\"bookingId\":\"TJS113200059662\",\"partnerId\":\"0\",\"amount\":13404.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak.catpl@gmail.com\"],\"contacts\":[\"+918318864487\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T16:26:49.287\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26025\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"802\",\"eT\":\"320\"},\"stops\":0,\"duration\":65,\"cT\":225,\"da\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T08:40\",\"at\":\"2021-03-25T09:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"INTERNATIONAL\"}},{\"id\":\"26026\",\"fD\":{\"aI\":{\"code\":\"FZ\",\"name\":\"Fly Dubai\",\"isLcc\":true},\"fN\":\"4010\",\"eT\":\"73H\"},\"stops\":0,\"duration\":235,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5118,\"code\":\"DXB\",\"name\":\"Dubai Intl Arpt\",\"cityCode\":\"DXB\",\"city\":\"Dubai\",\"country\":\"United Arab Emirates\",\"countryCode\":\"AE\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T13:30\",\"at\":\"2021-03-25T15:55\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"INTERNATIONAL\"}}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"MAA-BLR\":{\"code\":\"VGML\",\"amount\":0,\"desc\":\"Vegan Veg Meal\"}},\"pnrDetails\":{\"MAA-BLR\":\"TESTPNR\",\"BLR-DXB\":\"TESTPNR\"},\"ticketNumberDetails\":{\"MAA-BLR\":\"11111111111\",\"BLR-DXB\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"dob\":\"1950-03-21\",\"pNum\":\"hbxkduhw\",\"eD\":\"2022-03-16\",\"pNat\":\"IN\",\"pid\":\"2012-03-14\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3349.7,\"IGST\":2.7,\"NF\":13404.7,\"BF\":10155,\"TF\":13504.7,\"SSRP\":0},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":628,\"MFT\":2.7,\"MU\":100,\"YQ\":1091,\"YR\":905,\"AGST\":608},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4369024.89}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222237\",\"TPSysId\":\"222238\",\"VersionId\":[\"26957\"],\"CustomerSysId\":\"106515\",\"TrxId\":\"7727\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074662','','',NULL,NULL,'0',NULL,'2021-03-18 10:54:31','2021-03-18 10:54:31','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(360,0,350,5293,0,0,NULL,'2021-03-25',NULL,NULL,'6E-65','IndiGo','1',1,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380','0','05:05:00','08:10:00',0,'R',0,'4h 35m',6000,8219,'MAA','DXB','Non-stop',1,1,16188,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',12507,3680.4,0,3107,0,30,16188,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 11:29:05','2021-03-18 11:29:05','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(361,360,350,5293,0,0,NULL,'2021-03-25',NULL,NULL,'6E-62','IndiGo','1',1,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380','0','22:00:00','19:25:00',0,'R',0,'19h 55m',8219,6000,'DXB','MAA','1 Stop(s)',1,1,16188,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',12507,3680.4,0,3107,0,30,16188,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 11:29:05','2021-03-18 11:29:05','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(362,0,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-131','SpiceJet','1',1,'4-2978024104_0DELDXBSG131DXBDELSG12_28499496596450385','0','07:50:00','10:10:00',0,'XA',0,'3h 50m',7701,8219,'DEL','DXB','Non-stop',1,1,12372,'4-2978024104_0DELDXBSG131DXBDELSG12_28499496596450385',1,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',8617,3754.4,0,3251,0,30,12372,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 12:04:17','2021-03-18 12:04:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(363,362,62,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-12','SpiceJet','1',1,'4-2978024104_0DELDXBSG131DXBDELSG12_28499496596450385','0','22:45:00','03:35:00',0,'XA',0,'3h 20m',8219,7701,'DXB','DEL','Non-stop',1,1,12372,'4-2978024104_0DELDXBSG131DXBDELSG12_28499496596450385',2,1,1,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',8617,3754.4,0,3251,0,30,12372,169.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 12:04:17','2021-03-18 12:04:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(364,0,30,5293,0,0,'Y8YVSS','2021-03-23','TJS104300059706',NULL,'SG-7177','SpiceJet','1',1,'4-5368534800_4DELBOMSG7177_28501832856284484','463','16:40:00','20:15:00',0,'RS',215,'3h 35m',7701,18676,'DEL','BOM','Non-stop',3,1,10292.1,'4-5368534800_4DELBOMSG7177_28501832856284484',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',8197,1564.1,0,790,0,45,10292.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS104300059706\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-23T16:40\",\"LocalFromTime\":\"2021-03-23 16:40\",\"FromUTCTime\":\"2021-03-23T16:40\",\"LocalToTime\":\"2021-03-23 20:15\",\"ToUTCTime\":\"2021-03-23T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9761.1,\"PublishedFareTxt\":\"9,761\",\"ApiResultIndex\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8197,\"Tax\":1564.1000000000001,\"YQTax\":0,\"OtherCharges\":790,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":421,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9761.1,\"PublishedFare\":10292.1,\"OfferedFare\":9461.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":188.7,\"BaseFareCal\":1559.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":71,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":10292.1,\"CostToCustomer\":10292.1,\"BaseFareCal\":9587.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":9587.86,\"intOfferedFare\":9461.1,\"intPublishFare\":9761.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"262\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104300059706\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-23T16:40\",\"LocalFromTime\":\"2021-03-23 16:40\",\"FromUTCTime\":\"2021-03-23T16:40\",\"LocalToTime\":\"2021-03-23 20:15\",\"ToUTCTime\":\"2021-03-23T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9761.1,\"ApiResultIndex\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8197,\"Tax\":1564.1000000000001,\"YQTax\":0,\"OtherCharges\":790,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":421,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9761.1,\"PublishedFare\":10292.1,\"OfferedFare\":9461.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":188.7,\"BaseFareCal\":1559.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":71,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"262\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"localFromDateTime\":\"2021-03-23 16:40\",\"localToDateTime\":\"2021-03-23 20:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS104300059706\",\"partnerId\":\"0\",\"amount\":9461.1,\"markup\":300,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T18:06:09.563\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26041\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7177\",\"eT\":\"737\"},\"stops\":1,\"so\":[{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0}],\"duration\":215,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T16:40\",\"at\":\"2021-03-23T20:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"Y8YVSS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"Y8YVSS\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"vivek\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"Y8YVSS\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"baibhav\",\"lN\":\"catpl\",\"dob\":\"2020-03-17\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1564.1,\"IGST\":8.1,\"NF\":9461.1,\"BF\":8197,\"TF\":9761.1},\"afC\":{\"TAF\":{\"MF\":45,\"OT\":790,\"MFT\":8.1,\"MU\":300,\"YQ\":0,\"AGST\":421}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4356597.09}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222306\",\"TPSysId\":\"222307\",\"VersionId\":[],\"CustomerSysId\":\"103115\",\"TrxId\":\"7736\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074726','','',NULL,NULL,'0',NULL,'2021-03-18 12:35:27','2021-03-18 12:35:27','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(365,0,36,5293,0,0,NULL,'2021-03-24',NULL,NULL,'6E-268','IndiGo','1',1,'5-0964115347_13DELAMD6E268AMDBOM6E219_28502514252051000','267','18:55:00','23:25:00',0,'R',270,'4h 30m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,5954.7,'5-0964115347_13DELAMD6E268AMDBOM6E219_28502514252051000',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,877.7,0,507,0,15,5954.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 12:46:49','2021-03-18 12:46:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(366,0,62,5293,0,0,NULL,'2021-03-18',NULL,NULL,'6E-2265','IndiGo','1',1,'5-7340912259_0DELCCU6E2265_28502669460919848','267','22:45:00','01:00:00',0,'M',135,'2h 15m',7701,14323,'DEL','CCU','Non-stop',1,1,5901.7,'5-7340912259_0DELCCU6E2265_28502669460919848',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,824.7,0,457,0,15,5901.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000074741','','',NULL,NULL,'0',NULL,'2021-03-18 12:48:48','2021-03-18 12:48:48','09AACCM8579M1ZL','catpl','deepak@catpl.co.in','9695357709','noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(367,366,62,5293,0,0,NULL,'2021-03-31',NULL,NULL,'6E-2127','IndiGo','1',1,'5-7340912259_15CCUDEL6E2127_28502669401397036','267','01:10:00','03:25:00',0,'T',135,'2h 15m',7701,14323,'CCU','DEL','Non-stop',1,1,4093.7,'5-7340912259_15CCUDEL6E2127_28502669401397036',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',2683,1233.7,0,977,0,15,4093.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000074741','','',NULL,NULL,'0',NULL,'2021-03-18 12:48:48','2021-03-18 12:48:48','09AACCM8579M1ZL','catpl','deepak@catpl.co.in','9695357709','noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(371,0,357,5293,0,0,NULL,'2021-03-23',NULL,NULL,'6E-637','IndiGo','1',1,'5-2772778711_29BOMDEL6E637_28504240365038430','267','17:25:00','19:30:00',0,'M',125,'2h 5m',18676,7701,'BOM','DEL','Non-stop',1,1,5875.7,'5-2772778711_29BOMDEL6E637_28504240365038430',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,798.7,0,431,0,15,5875.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 13:16:23','2021-03-18 13:16:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(372,0,358,5293,0,0,'KBYQSG','2021-03-23','TJS102100059762',NULL,'SG-2642','SpiceJet','1',1,'4-9441876623_3BOMDELSG2642_28505641036362367','463','16:20:00','20:25:00',0,'RS',245,'4h 5m',18676,7701,'BOM','DEL','Non-stop',1,1,4300.7,'4-9441876623_3BOMDELSG2642_28505641036362367',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3371,752.7,0,461,0,15,4300.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS102100059762\",\"FlightNumber\":\"SG-2642\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-23T16:20\",\"LocalFromTime\":\"2021-03-23 16:20\",\"FromUTCTime\":\"2021-03-23T16:20\",\"LocalToTime\":\"2021-03-23 20:25\",\"ToUTCTime\":\"2021-03-23T20:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4123.7,\"PublishedFareTxt\":\"4,124\",\"ApiResultIndex\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4123.7,\"PublishedFare\":4300.7,\"OfferedFare\":4023.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4065.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4300.7,\"CostToCustomer\":4300.7,\"BaseFareCal\":4065.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4065.95,\"intOfferedFare\":4023.7,\"intPublishFare\":4123.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"SG-2642\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102100059762\",\"FlightNumber\":\"SG-2642\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-23T16:20\",\"LocalFromTime\":\"2021-03-23 16:20\",\"FromUTCTime\":\"2021-03-23T16:20\",\"LocalToTime\":\"2021-03-23 20:25\",\"ToUTCTime\":\"2021-03-23T20:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4123.7,\"ApiResultIndex\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4123.7,\"PublishedFare\":4300.7,\"OfferedFare\":4023.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4065.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"SG-2642\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"localFromDateTime\":\"2021-03-23 16:20\",\"localToDateTime\":\"2021-03-23 20:25\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102100059762\",\"partnerId\":\"0\",\"amount\":4023.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"ganesh1@catpl.co.in\"],\"contacts\":[\"+918585960381\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-18T19:08:37.222\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26047\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"2642\",\"eT\":\"DH8\"},\"stops\":1,\"so\":[{\"id\":5875,\"code\":\"JLR\",\"name\":\"Jabalpur Airport\",\"cityCode\":\"JLR\",\"city\":\"Jabalpur\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10}],\"duration\":245,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-23T16:20\",\"at\":\"2021-03-23T20:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"KBYQSG\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ganesh\",\"lN\":\"catpl\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":752.7,\"IGST\":2.7,\"NF\":4023.7,\"BF\":3371,\"TF\":4123.7},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":461,\"MFT\":2.7,\"MU\":100,\"YQ\":0,\"AGST\":174}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4352573.39}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222356\",\"TPSysId\":\"222357\",\"VersionId\":[\"27004\"],\"CustomerSysId\":\"106620\",\"TrxId\":\"7749\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074784','','',NULL,NULL,'0',NULL,'2021-03-18 13:38:07','2021-03-18 13:38:07','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(374,0,360,5293,0,0,NULL,'2021-03-23',NULL,NULL,'SG-2642','SpiceJet','1',1,'4-6371971645_3BOMDELSG2642_28505871562291049','463','16:20:00','20:25:00',0,'RS',245,'4h 5m',18676,7701,'BOM','DEL','Non-stop',1,1,4300.7,'4-6371971645_3BOMDELSG2642_28505871562291049',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3371,752.7,0,461,0,15,4300.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 13:53:39','2021-03-18 13:53:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(375,0,361,5293,0,0,NULL,'2021-03-23',NULL,NULL,'SG-2871','SpiceJet','1',1,'4-8345789847_3DELBOMSG2871_28507432296615690','463','11:25:00','15:50:00',0,'RS',265,'4h 25m',7701,18676,'DEL','BOM','Non-stop',1,1,4248.7,'4-8345789847_3DELBOMSG2871_28507432296615690',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3384,687.7,0,395,0,15,4248.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 14:09:24','2021-03-18 14:09:24','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(376,375,361,5293,0,0,NULL,'2021-03-25',NULL,NULL,'SG-790','SpiceJet','1',1,'4-8345789847_1BOMDELSG790_28507432281761147','463','15:25:00','17:30:00',0,'RS',125,'2h 5m',7701,18676,'BOM','DEL','Non-stop',1,1,4457.7,'4-8345789847_1BOMDELSG790_28507432281761147',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3520,760.7,0,461,0,15,4457.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-18 14:09:24','2021-03-18 14:09:24','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(377,0,362,5293,0,0,NULL,'2021-03-19',NULL,NULL,'6E-2077','IndiGo','1',1,'5-0752493295_0DELBOM6E2077_28562206079233970','267','22:30:00','00:50:00',0,'M',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,5901.7,'5-0752493295_0DELBOM6E2077_28562206079233970',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,824.7,0,457,0,15,5901.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000074903','','',NULL,NULL,'0',NULL,'2021-03-19 05:22:04','2021-03-19 05:22:04','18AABCU9603R1ZM','abcdef','abcd@gmail.com','8585960381','sadd sadv s ','das',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(378,0,363,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-945','Vistara','',1,'10-3710415267_5DELBOMUK945_28563367765913530','539','12:30:00','14:40:00',0,'K',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4880.7,'10-3710415267_5DELBOMUK945_28563367765913530',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',3896,807.7,0,358,0,15,4880.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 05:42:27','2021-03-19 05:42:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(379,378,363,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-910','Vistara','',1,'10-3710415267_4BOMDELUK910_28563367727476583','539','17:00:00','19:00:00',0,'K',120,'2h 0m',7701,18676,'BOM','DEL','Non-stop',1,1,5109.7,'10-3710415267_4BOMDELUK910_28563367727476583',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',4140,792.7,0,331,0,15,5109.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 05:42:27','2021-03-19 05:42:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(380,0,364,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-945','Vistara','',1,'10-3710415267_5DELBOMUK945_28563367765913530','539','12:30:00','14:40:00',0,'K',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4880.7,'10-3710415267_5DELBOMUK945_28563367765913530',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',3896,807.7,0,358,0,15,4880.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 05:42:47','2021-03-19 05:42:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(381,380,364,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-910','Vistara','',1,'10-3710415267_4BOMDELUK910_28563367727476583','539','17:00:00','19:00:00',0,'K',120,'2h 0m',7701,18676,'BOM','DEL','Non-stop',1,1,5109.7,'10-3710415267_4BOMDELUK910_28563367727476583',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',4140,792.7,0,331,0,15,5109.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 05:42:47','2021-03-19 05:42:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(382,0,365,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-945','Vistara','',1,'10-3710415267_5DELBOMUK945_28563367765913530','539','12:30:00','14:40:00',0,'K',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4880.7,'10-3710415267_5DELBOMUK945_28563367765913530',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',3896,807.7,0,358,0,15,4880.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,3,'11000000074927','','',NULL,NULL,'0',NULL,'2021-03-19 05:50:51','2021-03-19 05:50:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(383,382,365,5293,0,0,NULL,'2021-03-19',NULL,NULL,'UK-910','Vistara','',1,'10-3710415267_4BOMDELUK910_28563367727476583','539','17:00:00','19:00:00',0,'K',120,'2h 0m',7701,18676,'BOM','DEL','Non-stop',1,1,5109.7,'10-3710415267_4BOMDELUK910_28563367727476583',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',4140,792.7,0,331,0,15,5109.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,3,'11000000074927','','',NULL,NULL,'0',NULL,'2021-03-19 05:50:51','2021-03-19 05:50:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(384,0,366,5293,0,0,'D555RI','2021-03-19','TJS109400059802',NULL,'SG-7177','SpiceJet','1',1,'4-2355667927_1DELBOMSG7177_28563250991241625','463','16:40:00','20:15:00',0,'RS',215,'3h 35m',7701,18676,'DEL','BOM','Non-stop',1,1,4248.7,'4-2355667927_1DELBOMSG7177_28563250991241625',1,1,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3384,687.7,0,395,0,15,4248.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS109400059802\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109400059802\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"localFromDateTime\":\"2021-03-19 16:40\",\"localToDateTime\":\"2021-03-19 20:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS109400059802\",\"partnerId\":\"0\",\"amount\":3971.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-19T11:38:52.484\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26059\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7177\",\"eT\":\"737\"},\"stops\":1,\"so\":[{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0}],\"duration\":215,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-19T16:40\",\"at\":\"2021-03-19T20:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"D555RI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ravi\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":687.7,\"IGST\":2.7,\"NF\":3971.7,\"BF\":3384,\"TF\":4071.7},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":395,\"MFT\":2.7,\"MU\":100,\"YQ\":0,\"AGST\":175}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4342976.99}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222437\",\"TPSysId\":\"222438\",\"VersionId\":[\"27030\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7770\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000074945','','',NULL,NULL,'0',NULL,'2021-03-19 06:02:03','2021-03-19 06:02:03','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(385,0,367,5293,0,0,'O8D2PP-O8D2PP','2021-03-19','TJS102300059832',NULL,'SG-7177','SpiceJet','1',1,'4-1771034981_1DELBOMSG7177_28573462518091262','463','16:40:00','20:15:00',0,'RS',215,'3h 35m',7701,18676,'DEL','BOM','Non-stop',1,1,4248.7,'4-1771034981_1DELBOMSG7177_28573462518091262',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3384,687.7,0,395,0,15,4248.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,6,'{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"221\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8352.4,\"ApiResultIndex\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6904,\"Tax\":1448.4,\"YQTax\":0,\"OtherCharges\":856,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":357,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":8352.4,\"PublishedFare\":8706.4,\"OfferedFare\":8152.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1448.4,\"BaseFareCal\":8236.9,\"BaseFare\":6904,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":357,\"MFT\":5.4,\"OT\":856,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"221\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"913\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"localFromDateTime\":\"2021-03-19 16:40\",\"localToDateTime\":\"2021-03-19 20:15\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102300059832\",\"partnerId\":\"0\",\"amount\":8152.4,\"markup\":200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-19T13:58:54.719\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26075\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7177\",\"eT\":\"737\"},\"stops\":1,\"so\":[{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0}],\"duration\":215,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-19T16:40\",\"at\":\"2021-03-19T20:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"26076\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"790\",\"eT\":\"737\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T15:25\",\"at\":\"2021-03-25T17:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"O8D2PP\",\"BOM-DEL\":\"O8D2PP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1448.4,\"IGST\":5.4,\"NF\":8152.4,\"BF\":6904,\"TF\":8352.4},\"afC\":{\"TAF\":{\"MF\":30,\"OT\":856,\"MFT\":5.4,\"MU\":200,\"YQ\":0,\"AGST\":357}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4334824.59}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222552\",\"TPSysId\":\"222553\",\"VersionId\":[],\"CustomerSysId\":\"104941\",\"TrxId\":\"7776\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000075032','','',NULL,NULL,'0',NULL,'2021-03-19 08:28:19','2021-03-19 08:28:19','','','','','','','5300059834','{\"bookingId\":\"TJS102300059832\",\"trips\":[{\"src\":\"DEL\",\"dest\":\"BOM\",\"departureDate\":\"2021-03-19T16:40\",\"flightNumbers\":[\"7177\"],\"airlines\":[\"SG\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":3518.7,\"refundAmount\":453,\"totalFare\":3971.7}}},{\"src\":\"BOM\",\"dest\":\"DEL\",\"departureDate\":\"2021-03-25T15:25\",\"flightNumbers\":[\"790\"],\"airlines\":[\"SG\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":3016.7,\"refundAmount\":1164,\"totalFare\":4180.7}}}],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]}','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(386,385,367,5293,0,0,'O8D2PP-O8D2PP','2021-03-25','TJS102300059832',NULL,'SG-790','SpiceJet','1',1,'4-1771034981_1BOMDELSG790_28573462502957050','463','15:25:00','17:30:00',0,'RS',125,'2h 5m',7701,18676,'BOM','DEL','Non-stop',1,1,4457.7,'4-1771034981_1BOMDELSG790_28573462502957050',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',3520,760.7,0,461,0,15,4457.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,6,'{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-790\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:25\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-03-25T15:25\",\"LocalFromTime\":\"2021-03-25 15:25\",\"FromUTCTime\":\"2021-03-25T15:25\",\"LocalToTime\":\"2021-03-25 17:30\",\"ToUTCTime\":\"2021-03-25T17:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4280.7,\"PublishedFareTxt\":\"4,281\",\"ApiResultIndex\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3520,\"Tax\":760.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4280.7,\"PublishedFare\":4457.7,\"OfferedFare\":4180.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":760.7,\"BaseFareCal\":4222.95,\"BaseFare\":3520,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":182,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4457.7,\"CostToCustomer\":4457.7,\"BaseFareCal\":4222.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4222.95,\"intOfferedFare\":4180.7,\"intPublishFare\":4280.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"913\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS102300059832\",\"partnerId\":\"0\",\"amount\":8152.4,\"markup\":200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-19T13:58:54.719\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26075\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7177\",\"eT\":\"737\"},\"stops\":1,\"so\":[{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0}],\"duration\":215,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-19T16:40\",\"at\":\"2021-03-19T20:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"26076\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"790\",\"eT\":\"737\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1C\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-25T15:25\",\"at\":\"2021-03-25T17:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"O8D2PP\",\"BOM-DEL\":\"O8D2PP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1448.4,\"IGST\":5.4,\"NF\":8152.4,\"BF\":6904,\"TF\":8352.4},\"afC\":{\"TAF\":{\"MF\":30,\"OT\":856,\"MFT\":5.4,\"MU\":200,\"YQ\":0,\"AGST\":357}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4334824.59}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222552\",\"TPSysId\":\"222553\",\"VersionId\":[],\"CustomerSysId\":\"104941\",\"TrxId\":\"7776\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000075032','','',NULL,NULL,'0',NULL,'2021-03-19 08:28:19','2021-03-19 08:28:19','','','','','','','5300059834','{\"bookingId\":\"TJS102300059832\",\"trips\":[{\"src\":\"DEL\",\"dest\":\"BOM\",\"departureDate\":\"2021-03-19T16:40\",\"flightNumbers\":[\"7177\"],\"airlines\":[\"SG\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":3518.7,\"refundAmount\":453,\"totalFare\":3971.7}}},{\"src\":\"BOM\",\"dest\":\"DEL\",\"departureDate\":\"2021-03-25T15:25\",\"flightNumbers\":[\"790\"],\"airlines\":[\"SG\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":3016.7,\"refundAmount\":1164,\"totalFare\":4180.7}}}],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]}','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(387,0,62,5293,0,0,'TESTPNR-TESTPNR','2021-03-19','TJS107000059877',NULL,'UK-981','Vistara','',1,'10-4222073085_0DELBOMUK981_28584842514009237','539','21:20:00','23:30:00',0,'K',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',3,1,13552.1,'10-4222073085_0DELBOMUK981_28584842514009237',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/UK.gif','INR',10990,2031.1,0,716,0,45,13552.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"UK-981\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2021-03-19T21:20\",\"LocalFromTime\":\"2021-03-19 21:20\",\"FromUTCTime\":\"2021-03-19T21:20\",\"LocalToTime\":\"2021-03-19 23:30\",\"ToUTCTime\":\"2021-03-19T23:30\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":13021.1,\"PublishedFareTxt\":\"13,021\",\"ApiResultIndex\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10990,\"Tax\":2031.1000000000001,\"YQTax\":0,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":572,\"CarrierMiscFee\":390,\"MUFee\":300,\"intPublishedFare\":13021.1,\"PublishedFare\":13552.1,\"OfferedFare\":12721.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":856.7,\"BaseFareCal\":5668.95,\"BaseFare\":4870,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":251,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":856.7,\"BaseFareCal\":5668.95,\"BaseFare\":4870,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":251,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"BaseFareCal\":1509.95,\"BaseFare\":1250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":70,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":13552.1,\"CostToCustomer\":13552.1,\"BaseFareCal\":12847.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":12847.86,\"intOfferedFare\":12721.1,\"intPublishFare\":13021.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"590\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:30\",\"SegFlightNumber\":\"UK-981\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"UK-981\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2021-03-19T21:20\",\"LocalFromTime\":\"2021-03-19 21:20\",\"FromUTCTime\":\"2021-03-19T21:20\",\"LocalToTime\":\"2021-03-19 23:30\",\"ToUTCTime\":\"2021-03-19T23:30\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20744.2,\"ApiResultIndex\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":3494.2000000000003,\"YQTax\":0,\"OtherCharges\":1578,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":820,\"CarrierMiscFee\":390,\"MUFee\":600,\"intPublishedFare\":20744.2,\"PublishedFare\":21806.2,\"OfferedFare\":20144.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":1408.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1529.4,\"BaseFareCal\":8663.9,\"BaseFare\":7250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":375,\"MFT\":5.4,\"OT\":789,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1529.4,\"BaseFareCal\":8663.9,\"BaseFare\":7250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":375,\"MFT\":5.4,\"OT\":789,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":435.4,\"BaseFareCal\":3069.9,\"BaseFare\":2750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":70,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"590\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:30\",\"SegFlightNumber\":\"UK-981\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"999\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":41,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"localFromDateTime\":\"2021-03-19 21:20\",\"localToDateTime\":\"2021-03-19 23:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107000059877\",\"partnerId\":\"0\",\"amount\":20144.2,\"markup\":600,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-19T17:09:27.564\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26084\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"981\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-19T21:20\",\"at\":\"2021-03-19T23:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"26085\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2174\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-27T21:15\",\"at\":\"2021-03-27T23:20\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"kumar\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"RAvi\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"Lala\",\"lN\":\"kaka\",\"dob\":\"2020-03-10\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3494.2,\"IGST\":16.2,\"NF\":20144.2,\"BF\":17250,\"TF\":20744.2},\"afC\":{\"TAF\":{\"MF\":90,\"OT\":1578,\"MFT\":16.2,\"MU\":600,\"YQ\":0,\"YR\":390,\"AGST\":820}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4202377.29}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222664\",\"TPSysId\":\"222665\",\"VersionId\":[\"27099\",\"27100\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7783\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000075209','','',NULL,NULL,'0',NULL,'2021-03-19 11:38:46','2021-03-19 11:38:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(388,387,62,5293,0,0,'TESTPNR-TESTPNR','2021-03-27','TJS107000059877',NULL,'6E-2174','IndiGo','1',1,'5-4222073085_1BOMDEL6E2174_28584844639908630','267','21:15:00','23:20:00',0,'T',125,'2h 5m',7701,18676,'BOM','DEL','Non-stop',3,1,8254.1,'5-4222073085_1BOMDEL6E2174_28584844639908630',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',6260,1463.1,0,862,0,45,8254.1,704.24,0,254.24,81,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"6E-2174\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:15\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2021-03-27T21:15\",\"LocalFromTime\":\"2021-03-27 21:15\",\"FromUTCTime\":\"2021-03-27T21:15\",\"LocalToTime\":\"2021-03-27 23:20\",\"ToUTCTime\":\"2021-03-27T23:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 27 Mar\",\"ArrivalDateTxt\":\"Sat, 27 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":41,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7723.099999999999,\"PublishedFareTxt\":\"7,723\",\"ApiResultIndex\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6260,\"Tax\":1463.1000000000001,\"YQTax\":0,\"OtherCharges\":862,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":248,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7723.099999999999,\"PublishedFare\":8254.1,\"OfferedFare\":7423.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":2994.95,\"BaseFare\":2380,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":2994.95,\"BaseFare\":2380,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":8254.1,\"CostToCustomer\":8254.1,\"BaseFareCal\":7549.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":7549.86,\"intOfferedFare\":7423.099999999999,\"intPublishFare\":7723.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"999\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":41,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS107000059877\",\"partnerId\":\"0\",\"amount\":20144.2,\"markup\":600,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"deepak@catpl.co.in\"],\"contacts\":[\"+919695357709\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-19T17:09:27.564\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"26084\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"981\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-19T21:20\",\"at\":\"2021-03-19T23:30\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"26085\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2174\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-27T21:15\",\"at\":\"2021-03-27T23:20\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Deepak\",\"lN\":\"kumar\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"RAvi\",\"lN\":\"Kumar\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\",\"BOM-DEL\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\"Lala\",\"lN\":\"kaka\",\"dob\":\"2020-03-10\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":3494.2,\"IGST\":16.2,\"NF\":20144.2,\"BF\":17250,\"TF\":20744.2},\"afC\":{\"TAF\":{\"MF\":90,\"OT\":1578,\"MFT\":16.2,\"MU\":600,\"YQ\":0,\"YR\":390,\"AGST\":820}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":4202377.29}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222664\",\"TPSysId\":\"222665\",\"VersionId\":[\"27099\",\"27100\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7783\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000075209','','',NULL,NULL,'0',NULL,'2021-03-19 11:38:46','2021-03-19 11:38:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(389,0,371,5293,0,0,NULL,'2021-03-19',NULL,NULL,'6E-2077','IndiGo','1',1,'5-2514125537_0DELBOM6E2077_28585352341976144','267','22:30:00','00:50:00',0,'M',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,5901.7,'5-2514125537_0DELBOM6E2077_28585352341976144',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,824.7,0,457,0,15,5901.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 11:46:28','2021-03-19 11:46:28','09AACCM8579M1ZL','catpl','deepak@catpl.co.in','9695357709','noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(390,389,371,5293,0,0,NULL,'2021-03-27',NULL,NULL,'6E-2174','IndiGo','1',1,'5-2514125537_20BOMDEL6E2174_28585352288983205','267','21:15:00','23:20:00',0,'T',125,'2h 5m',7701,18676,'BOM','DEL','Non-stop',1,1,3229.7,'5-2514125537_20BOMDEL6E2174_28585352288983205',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',2380,672.7,0,431,0,15,3229.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 11:46:28','2021-03-19 11:46:28','09AACCM8579M1ZL','catpl','deepak@catpl.co.in','9695357709','noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(391,0,62,5293,0,0,NULL,'2021-03-19',NULL,NULL,'6E-2077','IndiGo','1',1,'5-5995704032_0DELBOM6E2077_28591238883643781','267','22:30:00','00:50:00',0,'M',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,5901.7,'5-5995704032_0DELBOM6E2077_28591238883643781',1,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',4900,824.7,0,457,0,15,5901.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 13:24:36','2021-03-19 13:24:36','09AACCM8579M1ZL','Catpl','deepak@catpl.co.in','9695357709','Noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(392,391,62,5293,0,0,NULL,'2021-03-31',NULL,NULL,'6E-918','IndiGo','1',1,'5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386','267','11:10:00','16:10:00',0,'M',300,'5h 0m',7701,18676,'BOM','DEL','1 Stop(s)',1,1,3177.7,'5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386',2,2,0,'http://ineedtrip.hellogtx.com/public/upload/AirlineLogo/6E.gif','INR',2280,720.7,0,481,0,15,3177.7,234.75,0,84.75,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 13:24:36','2021-03-19 13:24:36','09AACCM8579M1ZL','Catpl','deepak@catpl.co.in','9695357709','Noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(393,0,372,5293,0,0,NULL,'2021-05-03',NULL,NULL,'AI-9691','Air India','',1,'15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784','42','11:50:00','15:20:00',0,'U',210,'3h 30m',7701,3212,'DEL','PAB','1 Stop(s)',1,1,4230.83,'15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784',1,1,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/AI.gif','INR',3300,811,0,358,0,21.19,4230.83,156.35,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'0','','',NULL,NULL,'0',NULL,'2021-03-19 13:43:48','2021-03-19 13:43:48','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(394,0,62,5293,0,0,NULL,'2021-03-19',NULL,NULL,'6E-2068','IndiGo','1',1,'5-3082819678_1DELBOM6E2068_326964066076218','267','21:00:00','23:05:00',0,'M',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',1,1,5775.04,'5-3082819678_1DELBOM6E2068_326964066076218',1,1,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',4900,732,0,457,0,21.19,5775.04,153.77,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-19 13:48:58','2021-03-19 13:48:58','09AACCM8579M1ZL','catpl','deepak@catpl.co.in','9695357709','noida','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(395,0,102,5293,0,0,NULL,'2021-04-13',NULL,NULL,'SG-8723','SpiceJet','1',1,'4-2301243350_1DELBOMSG8723_38951715837960','463','08:50:00','11:00:00',0,'DD',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,2684.79,'4-2301243350_1DELBOMSG8723_38951715837960',1,1,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',1927,610,0,483,0,21.19,2684.79,153.25,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'0','','',NULL,NULL,'0',NULL,'2021-03-19 14:21:12','2021-03-19 14:21:12','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(396,0,373,5293,0,0,NULL,'2021-03-22',NULL,NULL,'AI-537','Air India','',1,'15-2537786393_33DELBOMAI537_10706474644999','42','17:00:00','19:15:00',0,'S',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,4727.31,'15-2537786393_33DELBOMAI537_10706474644999',1,2,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/AI.gif','INR',3930,758,0,358,0,21.19,4727.31,165.3,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 05:31:08','2021-03-22 05:31:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(397,396,373,5293,0,0,NULL,'2021-03-26',NULL,NULL,'G8-351','Go Air','1',1,'1-2537786393_8BOMPATG8351PATDELG8507_10700483318707','240','14:30:00','20:40:00',0,'GS',370,'6h 10m',7701,18676,'BOM','DEL','1 Stop(s)',1,1,5566.2,'1-2537786393_8BOMPATG8351PATDELG8507_10700483318707',2,2,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/G8.gif','INR',3769,1837,1100,462,0,21.19,5566.2,174.09,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 05:31:08','2021-03-22 05:31:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(398,0,374,5293,0,0,NULL,'2021-03-23',NULL,NULL,'UK-955','Vistara','',1,'15-7186026392_0DELBOMUK955_557606851951809','539','18:20:00','20:20:00',0,'K',120,'2h 0m',7701,18676,'DEL','BOM','Non-stop',1,1,5651.43,'15-7186026392_0DELBOMUK955_557606851951809',1,1,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/UK.gif','INR',4870,763,0,358,0,21.19,5651.43,167.62,0,0,27,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 05:58:30','2021-03-22 05:58:30','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(399,0,103,5293,0,0,NULL,'2021-04-05',NULL,NULL,'G8-194','Go Air','1',1,'1-2170632972_1DELGOIG8194_13657340435244','240','20:15:00','23:05:00',0,'SP',170,'2h 50m',7701,0,'DEL','GOI','Non-stop',1,1,5054.52,'1-2170632972_1DELGOIG8194_13657340435244',1,2,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/G8.gif','INR',3639,1470,750,469,0,21.19,5054.52,54.48,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 06:22:28','2021-03-22 06:22:28','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(400,399,103,5293,0,0,NULL,'2021-04-08',NULL,NULL,'G8-195','Go Air','1',1,'1-2170632972_1GOIDELG8195_13657333012608','240','23:35:00','02:20:00',0,'SP',165,'2h 45m',7701,0,'GOI','DEL','Non-stop',1,1,4979.35,'1-2170632972_1GOIDELG8195_13657333012608',2,2,0,'http://www.ineedtrip.com/public/upload/AirlineLogo/G8.gif','INR',3365,1666,750,679,0,21.19,4979.35,51.66,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 06:22:28','2021-03-22 06:22:28','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(401,0,62,5293,0,0,NULL,'2021-03-31',NULL,NULL,'SG-160','SpiceJet','1',1,'4-8817718147_12DELRKTSG160RKTDELSG161_14009553151933','0','19:20:00','21:40:00',0,'XA',0,'3h 50m',7701,22605,'DEL','RKT','Non-stop',1,1,12804,'4-8817718147_12DELRKTSG160RKTDELSG161_14009553151933',1,1,1,'http://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',9224,3657,0,3287,0,42.38,12804,77.69,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 06:32:51','2021-03-22 06:32:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(402,401,62,5293,0,0,NULL,'2021-03-31',NULL,NULL,'SG-161','SpiceJet','1',1,'4-8817718147_12DELRKTSG160RKTDELSG161_14009553151933','0','22:40:00','03:40:00',0,'XA',0,'3h 30m',22605,7701,'RKT','DEL','Non-stop',1,1,12804,'4-8817718147_12DELRKTSG160RKTDELSG161_14009553151933',2,1,1,'http://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',9224,3657,0,3287,0,42.38,12804,77.69,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 06:32:51','2021-03-22 06:32:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(403,0,104,5293,0,0,NULL,'2021-03-24',NULL,NULL,'6E-148','IndiGo','1',1,'5-9811598189_0DELBOM6E148_581579652574361','267','05:05:00','07:10:00',0,'T',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',1,1,3860.59,'5-9811598189_0DELBOM6E148_581579652574361',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',3225,648,0,457,0,21.19,3860.59,12.42,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-22 12:22:46','2021-03-22 12:22:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(404,0,375,5293,0,0,NULL,'2021-04-16',NULL,NULL,'SG-8480','SpiceJet','1',1,'4-0633571651_11DELPATSG8480PATMAASG548_21619448367479','463','15:10:00','23:00:00',0,'DD',470,'7h 50m',7701,6000,'DEL','MAA','1 Stop(s)',1,1,4147.62,'4-0633571651_11DELPATSG8480PATMAASG548_21619448367479',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',3489,688,0,483,0,21.19,4147.62,29.39,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-23 08:32:19','2021-03-23 08:32:19','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(405,0,29,5293,0,0,NULL,'2021-04-16',NULL,NULL,'SG-8480','SpiceJet','1',1,'4-8092327344_11DELPATSG8480PATMAASG548_26360272055119','463','15:10:00','23:00:00',0,'DD',470,'7h 50m',7701,6000,'DEL','MAA','1 Stop(s)',1,1,4147.62,'4-8092327344_11DELPATSG8480PATMAASG548_26360272055119',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',3489,688,0,483,0,21.19,4147.62,29.39,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-23 09:51:17','2021-03-23 09:51:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(406,0,105,5293,0,0,NULL,'2021-03-28',NULL,NULL,'G8-300','Go Air','1',1,'1-7012619301_0DELGOIG8300_19403683051304','240','08:40:00','11:30:00',0,'GS',170,'2h 50m',7701,0,'DEL','GOI','Non-stop',3,1,20453.6,'1-7012619301_0DELGOIG8300_19403683051304',1,2,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/G8.gif','INR',16017,4662,2250,1407,0,63.57,20453.6,225.41,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-25 08:24:16','2021-03-25 08:24:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(407,406,105,5293,0,0,NULL,'2021-04-02',NULL,NULL,'6E-5178','IndiGo','1',1,'5-7012619301_23GOIDEL6E5178_19405731714857','267','22:05:00','00:45:00',0,'T',160,'2h 40m',7701,0,'GOI','DEL','Non-stop',3,1,14578.79,'5-7012619301_23GOIDEL6E5178_19405731714857',2,2,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',12003,2622,0,1932,0,63.57,14578.79,46.22,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-25 08:24:16','2021-03-25 08:24:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(408,0,106,5293,0,0,NULL,'2021-03-28',NULL,NULL,'G8-300','Go Air','1',1,'1-7012619301_0DELGOIG8300_19403683051304','240','08:40:00','11:30:00',0,'GS',170,'2h 50m',7701,0,'DEL','GOI','Non-stop',3,1,20453.6,'1-7012619301_0DELGOIG8300_19403683051304',1,2,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/G8.gif','INR',16017,4662,2250,1407,0,63.57,20453.6,225.41,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'0','','',NULL,NULL,'0',NULL,'2021-03-25 08:24:55','2021-03-25 08:24:55','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(409,408,106,5293,0,0,NULL,'2021-04-02',NULL,NULL,'6E-5178','IndiGo','1',1,'5-7012619301_23GOIDEL6E5178_19405731714857','267','22:05:00','00:45:00',0,'T',160,'2h 40m',7701,0,'GOI','DEL','Non-stop',3,1,14578.79,'5-7012619301_23GOIDEL6E5178_19405731714857',2,2,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',12003,2622,0,1932,0,63.57,14578.79,46.22,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'0','','',NULL,NULL,'0',NULL,'2021-03-25 08:24:55','2021-03-25 08:24:55','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(410,0,380,5293,0,0,NULL,'2021-04-21',NULL,NULL,'SG-8723','SpiceJet','1',1,'4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962','463','08:50:00','17:05:00',0,'RS',495,'8h 15m',7701,0,'DEL','GOI','1 Stop(s)',1,1,4406.52,'4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',3738,700,0,483,0,21.19,4406.52,31.49,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-25 10:28:40','2021-03-25 10:28:40','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(411,0,80,5293,0,0,NULL,'2021-03-26',NULL,NULL,'6E-749','IndiGo','1',1,'5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794','267','15:35:00','20:20:00',0,'T',285,'4h 45m',18676,7701,'BOM','DEL','1 Stop(s)',1,1,4977.57,'5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',4267,727,0,481,0,21.19,4977.57,16.43,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-26 05:35:04','2021-03-26 05:35:04','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(412,0,107,5293,0,0,NULL,'2021-03-27',NULL,NULL,'EY-5417','Etihad Airways','',0,'21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990','210','13:45:00','01:25:00',0,'U',610,'11h 40m',8219,6000,'XNB','MAA','1 Stop(s)',1,1,10291.96,'21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990',1,1,1,'https://www.ineedtrip.com/public/upload/AirlineLogo/EY.gif','INR',6155,4678,2188,2385,0,21.19,10291.96,541.04,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-26 10:14:41','2021-03-26 10:14:41','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(413,0,108,5293,0,0,NULL,'2021-07-03',NULL,NULL,'6E-5051','IndiGo','1',1,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620','267','07:40:00','14:10:00',0,'M',390,'6h 30m',7701,0,'DEL','GOI','1 Stop(s)',4,1,15981.14,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/6E.gif','INR',13212,2820,0,2028,0,84.76,15981.14,50.86,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-03-27 14:05:51','2021-03-27 14:05:51','09AAUPF5809N2ZX','Samar Enterprises','samarenterprises@gmail.com','8874249264','Fatehnagar Ward Lar Town','Uttar Pradesh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(414,0,110,5293,0,0,NULL,'2021-04-28',NULL,NULL,'SG-8104','SpiceJet','1',1,'4-8147324521_0MAADELSG8104_25965783775269','463','07:05:00','09:50:00',0,'DD',165,'2h 45m',6000,7701,'MAA','DEL','Non-stop',1,1,3204.97,'4-8147324521_0MAADELSG8104_25965783775269',1,1,0,'https://www.ineedtrip.com/public/upload/AirlineLogo/SG.gif','INR',2650,577,0,416,0,21.19,3204.97,22.03,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-04-07 09:43:53','2021-04-07 09:43:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(424,0,80,6049,0,0,NULL,'2021-05-25',NULL,NULL,'UK-747','Vistara','',0,'21-10-15-2-5552978353_0DELCCUUK747_17729266213123','539','06:15:00','08:20:00',0,'O',125,'2h 5m',7701,14323,'DEL','CCU','Non-stop',1,1,4511.28,'21-10-15-2-5552978353_0DELCCUUK747_17729266213123',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/UK.gif','INR',3970,750,0,390,0,21.19,4511.28,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-05-04 07:45:45','2021-05-04 07:45:45','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(425,0,80,6049,0,0,NULL,'2021-05-05',NULL,NULL,'G8-351','Go Air','1',1,'1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609','240','11:10:00','16:20:00',0,'GS',310,'5h 10m',18676,7701,'BOM','DEL','1 Stop(s)',1,1,4461.18,'1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/G8.gif','INR',2869,1838,1100,507,0,21.19,4461.18,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000092196','','',NULL,NULL,'0',NULL,'2021-05-04 08:42:17','2021-05-04 08:42:17','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(426,0,80,6049,0,0,NULL,'2021-05-14',NULL,NULL,'G8-357','Go Air','1',1,'1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218','240','05:30:00','18:15:00',0,'GS',765,'12h 45m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4348.44,'1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/G8.gif','INR',2639,1816,1100,499,0,21.19,4348.44,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000000092197','','',NULL,NULL,'0',NULL,'2021-05-04 08:43:49','2021-05-04 08:43:49','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(427,0,80,6049,0,0,'T7I65C','2021-05-14','TJS107300069894',NULL,'SG-8723','SpiceJet','1',1,'4-5875027701_1DELBOMSG8723_493232878452502','463','07:45:00','10:10:00',0,'RS',145,'2h 25m',7701,18676,'DEL','BOM','Non-stop',1,1,4072.7,'4-5875027701_1DELBOMSG8723_493232878452502',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/SG.gif','INR',3384,688.7,0,395,0,15,4072.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,6,'{\"bookingId\":\"TJS107300069894\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-05-14T07:45\",\"LocalFromTime\":\"2021-05-14 07:45\",\"FromUTCTime\":\"2021-05-14T07:45\",\"LocalToTime\":\"2021-05-14 10:10\",\"ToUTCTime\":\"2021-05-14T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"PublishedFareTxt\":\"4,073\",\"ApiResultIndex\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4072.7,\"CostToCustomer\":4072.7,\"BaseFareCal\":3987.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3987.95,\"intOfferedFare\":3972.7,\"intPublishFare\":4072.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"811\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300069894\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-05-14T07:45\",\"LocalFromTime\":\"2021-05-14 07:45\",\"FromUTCTime\":\"2021-05-14T07:45\",\"LocalToTime\":\"2021-05-14 10:10\",\"ToUTCTime\":\"2021-05-14T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"ApiResultIndex\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"811\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"localFromDateTime\":\"2021-05-14 07:45\",\"localToDateTime\":\"2021-05-14 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107300069894\",\"partnerId\":\"0\",\"amount\":3972.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"+917701888604\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-04T14:27:25.957\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"28629\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8723\",\"eT\":\"737\"},\"stops\":0,\"duration\":145,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-05-14T07:45\",\"at\":\"2021-05-14T10:10\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"T7I65C\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":4072.7,\"BF\":3384,\"IGST\":2.7,\"TAF\":688.7,\"NF\":3972.7},\"afC\":{\"TAF\":{\"YQ\":0,\"MU\":100,\"MFT\":2.7,\"OT\":395,\"MF\":15,\"AGST\":176}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3599397.87}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231431\",\"TPSysId\":\"231432\",\"VersionId\":[],\"CustomerSysId\":\"112089\",\"TrxId\":\"8554\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000092210','','',NULL,NULL,'0',NULL,'2021-05-04 08:56:48','2021-05-04 08:56:48','','','','','','','7100098055',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(428,0,32,6049,0,0,'TESTPNR','2021-05-31','TJS107100071624',NULL,'H1-941','Hahn Air','',1,'10-7689152214_6DELBOMH1941_1099247817497872','251','07:20:00','09:35:00',0,'K',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',2,1,36299.4,'10-7689152214_6DELBOMH1941_1099247817497872',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/H1.gif','INR',21900,14399.4,4702,780,0,30,36299.4,169.49,0,169.49,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107100071624\",\"FlightNumber\":\"H1-941\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-31T07:20\",\"LocalFromTime\":\"2021-05-31 07:20\",\"FromUTCTime\":\"2021-05-31T07:20\",\"LocalToTime\":\"2021-05-31 09:35\",\"ToUTCTime\":\"2021-05-31T09:35\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 31 May\",\"ArrivalDateTxt\":\"Mon, 31 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36299.4,\"PublishedFareTxt\":\"36,299\",\"ApiResultIndex\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21900,\"Tax\":14399.4,\"YQTax\":4702,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1682,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36299.4,\"PublishedFare\":36299.4,\"OfferedFare\":36099.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14399.4,\"BaseFareCal\":36129.91,\"BaseFare\":21900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4702,\"AGST\":1682,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":7000,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":36299.4,\"CostToCustomer\":36299.4,\"BaseFareCal\":36129.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":36129.91,\"intOfferedFare\":36099.4,\"intPublishFare\":36299.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-31T09:35\",\"SegFlightNumber\":\"H1-941\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-31T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107100071624\",\"FlightNumber\":\"H1-941\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-31T07:20\",\"LocalFromTime\":\"2021-05-31 07:20\",\"FromUTCTime\":\"2021-05-31T07:20\",\"LocalToTime\":\"2021-05-31 09:35\",\"ToUTCTime\":\"2021-05-31T09:35\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 31 May\",\"ArrivalDateTxt\":\"Mon, 31 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36299.4,\"ApiResultIndex\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21900,\"Tax\":14399.4,\"YQTax\":4702,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1682,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36299.4,\"PublishedFare\":36299.4,\"OfferedFare\":36099.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14399.4,\"BaseFareCal\":36129.91,\"BaseFare\":21900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4702,\"AGST\":1682,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":7000,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-31T09:35\",\"SegFlightNumber\":\"H1-941\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-31T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"localFromDateTime\":\"2021-05-31 07:20\",\"localToDateTime\":\"2021-05-31 09:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107100071624\",\"partnerId\":\"0\",\"amount\":36099.4,\"markup\":200,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-11T14:49:26.900\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"29091\",\"fD\":{\"aI\":{\"code\":\"H1\",\"name\":\"Hahn Air\",\"isLcc\":false},\"fN\":\"941\",\"eT\":\"737\"},\"oB\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"stops\":0,\"duration\":135,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-05-31T07:20\",\"at\":\"2021-05-31T09:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"DEL-BOM\":{\"code\":\"NVML\",\"amount\":0,\"desc\":\"Non-Veg Meal\"}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"surbhi\",\"lN\":\"gupta\",\"userProfile\":[],\"id\":1},{\"ssrMealInfos\":{\"DEL-BOM\":{\"code\":\"VLML\",\"amount\":0,\"desc\":\"Lacto-Ovo Veg Meal\"}},\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":5.4,\"NF\":36099.4,\"BF\":21900,\"SSRP\":0,\"TAF\":14399.4,\"TF\":36299.4},\"afC\":{\"SSRP\":{\"OT\":0},\"TAF\":{\"MU\":200,\"YQ\":4702,\"MF\":30,\"MFT\":5.4,\"AGST\":1682,\"YR\":7000,\"OT\":780}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3548187.49}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231815\",\"TPSysId\":\"231816\",\"VersionId\":[\"29746\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8634\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000094946','','',NULL,NULL,'0',NULL,'2021-05-11 09:17:51','2021-05-11 09:17:51','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(429,0,49,6049,0,0,'TESTPNR-O5PJNI','2021-06-22','TJS107200071686',NULL,'6E-699','IndiGo','1',1,'5-6706318192_7BLRPNQ6E699_1101597586492333','267','08:05:00','09:15:00',0,'T',70,'1h 10m',0,22238,'BLR','PNQ','Non-stop',2,1,4273.4,'5-6706318192_7BLRPNQ6E699_1101597586492333',1,2,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/6E.gif','INR',2782,1491.4,0,1106,0,30,4273.4,169.49,0,169.49,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"6E-699\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2021-06-22T08:05\",\"LocalFromTime\":\"2021-06-22 08:05\",\"FromUTCTime\":\"2021-06-22T08:05\",\"LocalToTime\":\"2021-06-22 09:15\",\"ToUTCTime\":\"2021-06-22T09:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 22 Jun\",\"ArrivalDateTxt\":\"Tue, 22 Jun\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":4273.4,\"PublishedFareTxt\":\"4,273\",\"ApiResultIndex\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2782,\"Tax\":1491.4,\"YQTax\":0,\"OtherCharges\":1106,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4273.4,\"PublishedFare\":4273.4,\"OfferedFare\":4073.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1491.4,\"BaseFareCal\":4103.91,\"BaseFare\":2782,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":150,\"MFT\":5.4,\"OT\":1106,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":4273.4,\"CostToCustomer\":4273.4,\"BaseFareCal\":4103.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":4103.91,\"intOfferedFare\":4073.4,\"intPublishFare\":4273.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"073\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-06-22T09:15\",\"SegFlightNumber\":\"6E-699\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-22T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-22 12:00\",\"localToDateTime\":\"2021-06-24 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"6E-699\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2021-06-22T08:05\",\"LocalFromTime\":\"2021-06-22 08:05\",\"FromUTCTime\":\"2021-06-22T08:05\",\"LocalToTime\":\"2021-06-22 09:15\",\"ToUTCTime\":\"2021-06-22T09:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 22 Jun\",\"ArrivalDateTxt\":\"Tue, 22 Jun\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":12112.8,\"ApiResultIndex\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8578,\"Tax\":3534.8,\"YQTax\":0,\"OtherCharges\":2614,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":12112.8,\"PublishedFare\":12112.8,\"OfferedFare\":11712.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3534.8,\"BaseFareCal\":11773.82,\"BaseFare\":8578,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":450,\"MFT\":10.8,\"OT\":2614,\"MU\":400,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"073\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-06-22T09:15\",\"SegFlightNumber\":\"6E-699\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-22T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"624\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-24T07:25\",\"SegFlightNumber\":\"SG-519\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-06-24T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"localFromDateTime\":\"2021-06-22 08:05\",\"localToDateTime\":\"2021-06-22 09:15\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107200071686\",\"partnerId\":\"0\",\"amount\":18041.8,\"markup\":400,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-11T15:29:51.597\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"29098\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"699\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-22T08:05\",\"at\":\"2021-06-22T09:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"29099\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"519\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-24T05:55\",\"at\":\"2021-06-24T07:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"BLR-PNQ\":{\"code\":\"XBPB\",\"amount\":4000,\"desc\":\"Excess Baggage - 10 Kg\"},\"PNQ-BLR\":{\"code\":\"BOF3\",\"amount\":300,\"desc\":\"Bag Out First with 3 Bag\"}},\"ssrMealInfos\":{\"PNQ-BLR\":{\"code\":\"VGSW\",\"amount\":229,\"desc\":\"Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"BLR-PNQ\":{\"code\":\"11C\",\"amount\":250},\"PNQ-BLR\":{\"code\":\"7C\",\"amount\":300}},\"pnrDetails\":{\"BLR-PNQ\":\"TESTPNR\",\"PNQ-BLR\":\"O5PJNI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"BLR-PNQ\":{\"code\":\"13C\",\"amount\":1000},\"PNQ-BLR\":{\"code\":\"7B\",\"amount\":250}},\"pnrDetails\":{\"BLR-PNQ\":\"TESTPNR\",\"PNQ-BLR\":\"O5PJNI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":10.8,\"NF\":18041.8,\"BF\":8578,\"SSRP\":6329,\"TAF\":3534.8,\"TF\":18441.8},\"afC\":{\"SSRP\":{\"OT\":6329},\"TAF\":{\"MU\":400,\"YQ\":0,\"MF\":60,\"MFT\":10.8,\"AGST\":450,\"OT\":2614}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3530145.69}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231819\",\"TPSysId\":\"231820\",\"VersionId\":[\"29747\",\"29748\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8635\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000094976','','',NULL,NULL,'0',NULL,'2021-05-11 09:57:47','2021-05-11 09:57:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(430,429,49,6049,0,0,'TESTPNR-O5PJNI','2021-06-24','TJS107200071686',NULL,'SG-519','SpiceJet','1',1,'4-6706318192_0PNQBLRSG519_1101593493038553','463','05:55:00','07:25:00',0,'RS',90,'1h 30m',0,22238,'PNQ','BLR','Non-stop',2,1,7839.4,'4-6706318192_0PNQBLRSG519_1101593493038553',2,2,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/SG.gif','INR',5796,2043.4,0,1508,0,30,7839.4,169.49,0,169.49,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"SG-519\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:55\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2021-06-24T05:55\",\"LocalFromTime\":\"2021-06-24 05:55\",\"FromUTCTime\":\"2021-06-24T05:55\",\"LocalToTime\":\"2021-06-24 07:25\",\"ToUTCTime\":\"2021-06-24T07:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 24 Jun\",\"ArrivalDateTxt\":\"Thu, 24 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":7839.4,\"PublishedFareTxt\":\"7,839\",\"ApiResultIndex\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5796,\"Tax\":2043.4,\"YQTax\":0,\"OtherCharges\":1508,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":7839.4,\"PublishedFare\":7839.4,\"OfferedFare\":7639.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2043.4,\"BaseFareCal\":7669.91,\"BaseFare\":5796,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":300,\"MFT\":5.4,\"OT\":1508,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":7839.4,\"CostToCustomer\":7839.4,\"BaseFareCal\":7669.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":7669.91,\"intOfferedFare\":7639.4,\"intPublishFare\":7839.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"624\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-24T07:25\",\"SegFlightNumber\":\"SG-519\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-06-24T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-22 12:00\",\"localToDateTime\":\"2021-06-24 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS107200071686\",\"partnerId\":\"0\",\"amount\":18041.8,\"markup\":400,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-11T15:29:51.597\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"29098\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"699\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-22T08:05\",\"at\":\"2021-06-22T09:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"29099\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"519\",\"eT\":\"737\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4342,\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-24T05:55\",\"at\":\"2021-06-24T07:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"BLR-PNQ\":{\"code\":\"XBPB\",\"amount\":4000,\"desc\":\"Excess Baggage - 10 Kg\"},\"PNQ-BLR\":{\"code\":\"BOF3\",\"amount\":300,\"desc\":\"Bag Out First with 3 Bag\"}},\"ssrMealInfos\":{\"PNQ-BLR\":{\"code\":\"VGSW\",\"amount\":229,\"desc\":\"Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"BLR-PNQ\":{\"code\":\"11C\",\"amount\":250},\"PNQ-BLR\":{\"code\":\"7C\",\"amount\":300}},\"pnrDetails\":{\"BLR-PNQ\":\"TESTPNR\",\"PNQ-BLR\":\"O5PJNI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"BLR-PNQ\":{\"code\":\"13C\",\"amount\":1000},\"PNQ-BLR\":{\"code\":\"7B\",\"amount\":250}},\"pnrDetails\":{\"BLR-PNQ\":\"TESTPNR\",\"PNQ-BLR\":\"O5PJNI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":10.8,\"NF\":18041.8,\"BF\":8578,\"SSRP\":6329,\"TAF\":3534.8,\"TF\":18441.8},\"afC\":{\"SSRP\":{\"OT\":6329},\"TAF\":{\"MU\":400,\"YQ\":0,\"MF\":60,\"MFT\":10.8,\"AGST\":450,\"OT\":2614}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3530145.69}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231819\",\"TPSysId\":\"231820\",\"VersionId\":[\"29747\",\"29748\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8635\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000094976','','',NULL,NULL,'0',NULL,'2021-05-11 09:57:47','2021-05-11 09:57:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(431,0,111,6049,0,0,NULL,'2021-06-25',NULL,NULL,'6E-6186','IndiGo','1',1,'5-8234832999_10DELBOM6E6186_1358777692335489','267','17:45:00','20:00:00',0,'T',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',3,1,8537.1,'5-8234832999_10DELBOM6E6186_1358777692335489',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/6E.gif','INR',6381,2156.1,0,1470,0,45,8537.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-05-14 09:24:16','2021-05-14 09:24:16','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(432,0,31,6049,0,0,'TESTPNR','2021-06-16','TJS108600075987',NULL,'6E-2129','IndiGo','1',1,'5-1548992133_1DELMAA6E2129_2503187566275343','267','09:50:00','12:45:00',0,'T',175,'2h 55m',7701,6000,'DEL','MAA','Non-stop',1,1,2345.7,'5-1548992133_1DELMAA6E2129_2503187566275343',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/6E.gif','INR',1650,695.7,0,490,0,15,2345.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108600075987\",\"FlightNumber\":\"6E-2129\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:50\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2021-06-16T09:50\",\"LocalFromTime\":\"2021-06-16 09:50\",\"FromUTCTime\":\"2021-06-16T09:50\",\"LocalToTime\":\"2021-06-16 12:45\",\"ToUTCTime\":\"2021-06-16T12:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 16 Jun\",\"ArrivalDateTxt\":\"Wed, 16 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":126,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2345.7,\"PublishedFareTxt\":\"2,346\",\"ApiResultIndex\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1650,\"Tax\":695.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2345.7,\"PublishedFare\":2345.7,\"OfferedFare\":2245.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":695.7,\"BaseFareCal\":2260.95,\"BaseFare\":1650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":88,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":2345.7,\"CostToCustomer\":2345.7,\"BaseFareCal\":2260.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2260.95,\"intOfferedFare\":2245.7,\"intPublishFare\":2345.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-06-16T12:45\",\"SegFlightNumber\":\"6E-2129\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-16T09:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":126,\"strDepartureDtTime\":\"09:50\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108600075987\",\"FlightNumber\":\"6E-2129\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:50\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2021-06-16T09:50\",\"LocalFromTime\":\"2021-06-16 09:50\",\"FromUTCTime\":\"2021-06-16T09:50\",\"LocalToTime\":\"2021-06-16 12:45\",\"ToUTCTime\":\"2021-06-16T12:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 16 Jun\",\"ArrivalDateTxt\":\"Wed, 16 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":126,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2345.7,\"ApiResultIndex\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1650,\"Tax\":695.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2345.7,\"PublishedFare\":2345.7,\"OfferedFare\":2245.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":695.7,\"BaseFareCal\":2260.95,\"BaseFare\":1650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":88,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-06-16T12:45\",\"SegFlightNumber\":\"6E-2129\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-16T09:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":126,\"strDepartureDtTime\":\"09:50\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"localFromDateTime\":\"2021-06-16 09:50\",\"localToDateTime\":\"2021-06-16 12:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108600075987\",\"partnerId\":\"0\",\"amount\":2245.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"+919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-27T20:46:31.270\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"30027\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2129\",\"eT\":\"320\"},\"stops\":0,\"duration\":175,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-16T09:50\",\"at\":\"2021-06-16T12:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-MAA\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":2345.7,\"TAF\":695.7,\"BF\":1650,\"NF\":2245.7,\"IGST\":2.7},\"afC\":{\"TAF\":{\"MF\":15,\"YQ\":0,\"OT\":490,\"MFT\":2.7,\"AGST\":88,\"MU\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3350918.46}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"232236\",\"TPSysId\":\"232237\",\"VersionId\":[\"29861\"],\"CustomerSysId\":\"112495\",\"TrxId\":\"8766\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000101078','','',NULL,NULL,'0',NULL,'2021-05-27 15:15:38','2021-05-27 15:15:38','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(433,0,112,6065,0,0,NULL,'2021-05-29',NULL,NULL,'6E-2281','IndiGo','1',1,'ed4fc-959a4-89d23-868ce','267','09:30:00','11:45:00',0,'T',135,'02h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,2683.7,'5-0370306788_1DELBOM6E2281_2579314210371096',1,1,0,'http://partner.travergyrouter.com/public/upload/AirlineLogo/6E.gif','INR',1972,711.7,0,490,0,15,2683.7,0,0,0,0,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS106400076153\",\"bookingId_TJ\":\"TJS106400076153\",\"FlightNumber\":\"6E-2281\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ed4fc-959a4-89d23-868ce\",\"apiTraceId\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2021-05-29T09:30\",\"LocalFromTime\":\"2021-05-29 09:30\",\"FromUTCTime\":\"2021-05-29T09:30\",\"LocalToTime\":\"2021-05-29 11:45\",\"ToUTCTime\":\"2021-05-29T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 May\",\"ArrivalDateTxt\":\"Sat, 29 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":100,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,684\",\"ApiResultIndex\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1972,\"Tax\":711.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2683.7,\"PublishedFare\":2683.7,\"PublishedFareAgent\":2683.7,\"OfferedFareAgent\":2683.7,\"OfferedFare\":2583.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":100,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":711.7,\"TotalBaseFare\":2683.7,\"BaseFareCal\":2583.7,\"BaseFare\":1972,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":104,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.254237288135599,\"PublishFare\":2683.7,\"CostToCustomer\":2683.7,\"BaseFareCal\":2583.7,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":2583.7,\"intOfferedFare\":2583.7,\"intPublishFare\":2683.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7}},\"Segments\":[{\"segmentid\":\"707\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-29T11:45\",\"SegFlightNumber\":\"6E-2281\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-29T09:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":100,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"isML\":false,\"isHB\":false,\"rT\":\"REFUNDABLE\",\"cB\":{\"ADT\":\"15 Kg (01 Piece only)\",\"CNN\":\"15 Kg (01 Piece only)\"},\"hB\":{\"ADT\":\"01 Small Handbag under the seat\",\"CNN\":\"01 Small Handbag under the seat\",\"INF\":\"01 Small Handbag under the seat\"},\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"ARF\":3000,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,1,'11000000101353','','','CE80678C6C68479BAF836EB50D2E9385',NULL,'0',NULL,'2021-05-28 12:24:18','2021-05-28 12:24:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'baibhav kumar','baibhav kumar',NULL,NULL,NULL,NULL,'TACTICAL','0',0,NULL,0,0),(434,0,113,6049,0,0,NULL,'2021-05-29',NULL,NULL,'6E-5389','IndiGo','1',1,'5-4753077871_0NAGBOM6E5389_2648397114060079','267','15:35:00','17:15:00',0,'M',100,'1h 40m',18876,18676,'NAG','BOM','Non-stop',1,1,4998.7,'5-4753077871_0NAGBOM6E5389_2648397114060079',1,1,0,'http://www.travergyrouter.com/public/upload/AirlineLogo/6E.gif','INR',3900,1098.7,0,781,0,15,4998.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-05-29 07:38:56','2021-05-29 07:38:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(435,0,49,6049,0,0,NULL,'2021-07-19',NULL,NULL,'SG-8723','SpiceJet','1',1,'4-2170985279_1DELBOMSG8723_3613644592767196','463','07:45:00','10:10:00',0,'RS',145,'2h 25m',7701,18676,'DEL','BOM','Non-stop',3,1,12218.1,'4-2170985279_1DELBOMSG8723_3613644592767196',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',10152,2066.1,0,1185,0,45,12218.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-06-09 11:44:06','2021-06-09 11:44:06','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(436,0,49,6049,0,0,'R5D4YL','2021-06-15','TJS108400081106',NULL,'SG-8159','SpiceJet','1',1,'4-8233705734_0DELBOMSG8159_4138738471649439','463','21:35:00','23:55:00',0,'RS',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',3,1,20093.1,'4-8233705734_0DELBOMSG8159_4138738471649439',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',17655,2438.1,0,1185,0,45,20093.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108400081106\",\"FlightNumber\":\"SG-8159\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-06-15T21:35\",\"LocalFromTime\":\"2021-06-15 21:35\",\"FromUTCTime\":\"2021-06-15T21:35\",\"LocalToTime\":\"2021-06-15 23:55\",\"ToUTCTime\":\"2021-06-15T23:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 15 Jun\",\"ArrivalDateTxt\":\"Tue, 15 Jun\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20093.1,\"PublishedFareTxt\":\"20,093\",\"ApiResultIndex\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17655,\"Tax\":2438.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":900,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":20093.1,\"PublishedFare\":20093.1,\"OfferedFare\":19793.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1625.4,\"BaseFareCal\":13225.91,\"BaseFare\":11770,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":812.7,\"BaseFareCal\":6612.95,\"BaseFare\":5885,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":300,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":20093.1,\"CostToCustomer\":20093.1,\"BaseFareCal\":19838.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":19838.86,\"intOfferedFare\":19793.1,\"intPublishFare\":20093.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"649\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-15T23:55\",\"SegFlightNumber\":\"SG-8159\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-15T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400081106\",\"FlightNumber\":\"SG-8159\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-06-15T21:35\",\"LocalFromTime\":\"2021-06-15 21:35\",\"FromUTCTime\":\"2021-06-15T21:35\",\"LocalToTime\":\"2021-06-15 23:55\",\"ToUTCTime\":\"2021-06-15T23:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 15 Jun\",\"ArrivalDateTxt\":\"Tue, 15 Jun\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20093.1,\"ApiResultIndex\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17655,\"Tax\":2438.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":900,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":20093.1,\"PublishedFare\":20093.1,\"OfferedFare\":19793.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1625.4,\"BaseFareCal\":13225.91,\"BaseFare\":11770,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":812.7,\"BaseFareCal\":6612.95,\"BaseFare\":5885,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":300,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"649\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-15T23:55\",\"SegFlightNumber\":\"SG-8159\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-15T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"localFromDateTime\":\"2021-06-15 21:35\",\"localToDateTime\":\"2021-06-15 23:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108400081106\",\"partnerId\":\"0\",\"amount\":19793.1,\"markup\":300,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-06-15T19:07:10.552\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"31222\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8159\",\"eT\":\"737\"},\"stops\":0,\"duration\":140,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-06-15T21:35\",\"at\":\"2021-06-15T23:55\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"R5D4YL\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-BOM\":\"R5D4YL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-BOM\":\"R5D4YL\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"surbhi\",\"lN\":\"gupta\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":17655,\"IGST\":8.1,\"NF\":19793.1,\"TF\":20093.1,\"TAF\":2438.1},\"afC\":{\"TAF\":{\"MF\":45,\"OT\":1185,\"MU\":300,\"MFT\":8.1,\"AGST\":900,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2595402.32}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"233558\",\"TPSysId\":\"233559\",\"VersionId\":[\"30240\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9064\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000108924','','',NULL,NULL,'0',NULL,'2021-06-15 13:35:47','2021-06-15 13:35:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(437,0,49,6049,0,0,NULL,'2021-06-15',NULL,NULL,'SG-8159','SpiceJet','1',1,'4-3196775881_0DELBOMSG8159_4138994746632603','463','21:35:00','23:55:00',0,'RS',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',3,1,20093.1,'4-3196775881_0DELBOMSG8159_4138994746632603',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',17655,2438.1,0,1185,0,45,20093.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-06-15 13:40:34','2021-06-15 13:40:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(438,0,49,6049,0,0,NULL,'2021-07-21',NULL,NULL,'SG-197','SpiceJet','1',1,'4-8618915925_3DELBLRSG197BLRPNQSG424_4139160963858138','463','16:35:00','23:10:00',0,'RS',395,'6h 35m',7701,22238,'DEL','PNQ','1 Stop(s)',3,1,12218.1,'4-8618915925_3DELBLRSG197BLRPNQSG424_4139160963858138',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',10152,2066.1,0,1185,0,45,12218.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-06-15 13:42:01','2021-06-15 13:42:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(439,0,49,6049,0,0,'TESTPNR-TESTPNR','2021-07-27','TJS107600082339',NULL,'6E-723','IndiGo','1',1,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375','267','19:15:00','00:40:00',0,'R',325,'5h 25m',7701,18676,'DEL','BOM','1 Stop(s)',3,1,16328.1,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',13650,2678.1,0,1620,0,45,16328.1,254.24,0,254.24,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107600082339\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-27T19:15\",\"LocalFromTime\":\"2021-07-27 19:15\",\"FromUTCTime\":\"2021-07-27T19:15\",\"LocalToTime\":\"2021-07-28 00:40\",\"ToUTCTime\":\"2021-07-28T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Tue, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 28 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":65,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16328.099999999999,\"PublishedFareTxt\":\"16,328\",\"ApiResultIndex\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13650,\"Tax\":2678.1000000000004,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":16328.099999999999,\"PublishedFare\":16328.1,\"OfferedFare\":16028.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":16328.1,\"CostToCustomer\":16328.1,\"BaseFareCal\":16073.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":16073.86,\"intOfferedFare\":16028.099999999999,\"intPublishFare\":16328.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-27T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-27T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"011\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-28T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-27T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107600082339\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-27T19:15\",\"LocalFromTime\":\"2021-07-27 19:15\",\"FromUTCTime\":\"2021-07-27T19:15\",\"LocalToTime\":\"2021-07-28 00:40\",\"ToUTCTime\":\"2021-07-28T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Tue, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 28 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":65,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16328.099999999999,\"ApiResultIndex\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13650,\"Tax\":2678.1000000000004,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":16328.099999999999,\"PublishedFare\":16328.1,\"OfferedFare\":16028.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-27T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-27T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"011\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-28T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-27T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"localFromDateTime\":\"2021-07-27 19:15\",\"localToDateTime\":\"2021-07-28 00:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107600082339\",\"partnerId\":\"0\",\"amount\":17428.1,\"markup\":300,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-06-23T14:26:28.183\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"31559\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"723\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"cT\":95,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-27T19:15\",\"at\":\"2021-07-27T21:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"31560\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"399\",\"eT\":\"320\"},\"stops\":0,\"duration\":100,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-27T23:00\",\"at\":\"2021-07-28T00:40\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"7C\",\"amount\":250}},\"pnrDetails\":{\"DEL-HYD\":\"TESTPNR\",\"HYD-BOM\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"11B\",\"amount\":150}},\"pnrDetails\":{\"DEL-HYD\":\"TESTPNR\",\"HYD-BOM\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MUJ\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2},{\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"12C\",\"amount\":1000}},\"pnrDetails\":{\"DEL-HYD\":\"TESTPNR\",\"HYD-BOM\":\"TESTPNR\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"surbhi\",\"lN\":\"gupta\",\"userProfile\":[],\"id\":3}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"SSRP\":1400,\"IGST\":8.1,\"TAF\":2678.1,\"NF\":17428.1,\"TF\":17728.1,\"BF\":13650},\"afC\":{\"SSRP\":{\"OT\":1400},\"TAF\":{\"MF\":45,\"OT\":1620,\"MFT\":8.1,\"MU\":300,\"YQ\":0,\"AGST\":705}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2438863.32}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234538\",\"TPSysId\":\"234539\",\"VersionId\":[\"30481\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9334\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000112928','','',NULL,NULL,'0',NULL,'2021-06-23 08:55:30','2021-06-23 08:55:30','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(440,0,32,6049,0,0,'TESTPNR-NBYIYW','2021-07-21','TJS102700082378',NULL,'UK-971','Vistara','',1,'10-1129458966_2DELPNQUK971_4819401587968214','539','10:25:00','12:35:00',0,'U',130,'2h 10m',7701,22238,'DEL','PNQ','Non-stop',4,1,22061.8,'10-1129458966_2DELPNQUK971_4819401587968214',1,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/UK.gif','INR',17710,4351.8,0,1170,0,60,22061.8,338.98,0,338.98,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"UK-971\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2021-07-21T10:25\",\"LocalFromTime\":\"2021-07-21 10:25\",\"FromUTCTime\":\"2021-07-21T10:25\",\"LocalToTime\":\"2021-07-21 12:35\",\"ToUTCTime\":\"2021-07-21T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 21 Jul\",\"ArrivalDateTxt\":\"Wed, 21 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":22061.8,\"PublishedFareTxt\":\"22,062\",\"ApiResultIndex\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17710,\"Tax\":4351.8,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2191,\"CarrierMiscFee\":520,\"MUFee\":400,\"intPublishedFare\":22061.8,\"PublishedFare\":22061.8,\"OfferedFare\":21661.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"PREMIUM_ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2525.4,\"BaseFareCal\":12495.91,\"BaseFare\":10140,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1250,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":260,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1262.7,\"BaseFareCal\":6247.95,\"BaseFare\":5070,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":625,\"MFT\":2.7,\"OT\":390,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":563.7,\"BaseFareCal\":2978.95,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":316,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":22061.8,\"CostToCustomer\":22061.8,\"BaseFareCal\":21722.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":21722.82,\"intOfferedFare\":21661.8,\"intPublishFare\":22061.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-07-21T12:35\",\"SegFlightNumber\":\"UK-971\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-21T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-21 12:00\",\"localToDateTime\":\"2021-07-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"UK-971\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2021-07-21T10:25\",\"LocalFromTime\":\"2021-07-21 10:25\",\"FromUTCTime\":\"2021-07-21T10:25\",\"LocalToTime\":\"2021-07-21 12:35\",\"ToUTCTime\":\"2021-07-21T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 21 Jul\",\"ArrivalDateTxt\":\"Wed, 21 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":37023.6,\"ApiResultIndex\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29339,\"Tax\":7684.6,\"YQTax\":0,\"OtherCharges\":3432,\"Discount\":0,\"ServiceFee\":120,\"ManagementFeeTax\":21.6,\"AirlineGSTComponent\":2791,\"CarrierMiscFee\":520,\"MUFee\":800,\"intPublishedFare\":37023.6,\"PublishedFare\":37023.6,\"OfferedFare\":36223.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":677.96,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4620.8,\"BaseFareCal\":21221.82,\"BaseFare\":16940,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1602,\"MFT\":10.8,\"OT\":2288,\"MU\":400,\"YR\":260,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2310.4,\"BaseFareCal\":10610.9,\"BaseFare\":8470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":801,\"MFT\":5.4,\"OT\":1144,\"MU\":200,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":753.4000000000001,\"BaseFareCal\":4512.9,\"BaseFare\":3929,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":388,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-07-21T12:35\",\"SegFlightNumber\":\"UK-971\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-21T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"316\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-07-23T09:45\",\"SegFlightNumber\":\"SG-8937\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-07-23T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"localFromDateTime\":\"2021-07-21 10:25\",\"localToDateTime\":\"2021-07-21 12:35\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102700082378\",\"partnerId\":\"0\",\"amount\":36452.6,\"markup\":800,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-06-23T16:15:18.592\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"31575\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"971\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-21T10:25\",\"at\":\"2021-07-21T12:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"31576\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8937\",\"eT\":\"737\"},\"stops\":0,\"duration\":140,\"da\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-23T07:25\",\"at\":\"2021-07-23T09:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"PNQ-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"MUJ\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"surbhi\",\"lN\":\"gupta\",\"dob\":\"2020-06-11\",\"userProfile\":[],\"id\":4}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"SSRP\":229,\"IGST\":21.6,\"TAF\":7684.6,\"NF\":36452.6,\"TF\":37252.6,\"BF\":29339},\"afC\":{\"SSRP\":{\"OT\":229},\"TAF\":{\"MF\":120,\"YR\":520,\"OT\":3432,\"MFT\":21.6,\"MU\":800,\"YQ\":0,\"AGST\":2791}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2401021.14}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234558\",\"TPSysId\":\"234559\",\"VersionId\":[\"30484\",\"30485\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9336\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000113031','','',NULL,NULL,'0',NULL,'2021-06-23 10:43:14','2021-06-23 10:43:14','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(441,440,32,6049,0,0,'TESTPNR-NBYIYW','2021-07-23','TJS102700082378',NULL,'SG-8937','SpiceJet','1',1,'4-1129458966_0PNQDELSG8937_4819404063849154','463','07:25:00','09:45:00',0,'RS',140,'2h 20m',7701,22238,'PNQ','DEL','Non-stop',4,1,14961.8,'4-1129458966_0PNQDELSG8937_4819404063849154',2,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',11629,3332.8,0,2262,0,60,14961.8,338.98,0,338.98,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"SG-8937\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2021-07-23T07:25\",\"LocalFromTime\":\"2021-07-23 07:25\",\"FromUTCTime\":\"2021-07-23T07:25\",\"LocalToTime\":\"2021-07-23 09:45\",\"ToUTCTime\":\"2021-07-23T09:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Jul\",\"ArrivalDateTxt\":\"Fri, 23 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":14961.8,\"PublishedFareTxt\":\"14,962\",\"ApiResultIndex\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11629,\"Tax\":3332.8,\"YQTax\":0,\"OtherCharges\":2262,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":14961.8,\"PublishedFare\":14961.8,\"OfferedFare\":14561.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"BaseFareCal\":8725.91,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":352,\"MFT\":5.4,\"OT\":1508,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1047.7,\"BaseFareCal\":4362.95,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":754,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1533.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":14961.8,\"CostToCustomer\":14961.8,\"BaseFareCal\":14622.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":14622.82,\"intOfferedFare\":14561.8,\"intPublishFare\":14961.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"316\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-07-23T09:45\",\"SegFlightNumber\":\"SG-8937\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-07-23T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-21 12:00\",\"localToDateTime\":\"2021-07-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS102700082378\",\"partnerId\":\"0\",\"amount\":36452.6,\"markup\":800,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"+919634022688\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-06-23T16:15:18.592\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"31575\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"971\",\"eT\":\"320\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-21T10:25\",\"at\":\"2021-07-21T12:35\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"31576\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8937\",\"eT\":\"737\"},\"stops\":0,\"duration\":140,\"da\":{\"id\":7593,\"code\":\"PNQ\",\"name\":\"Lohegaon Arpt\",\"cityCode\":\"PNQ\",\"city\":\"Pune\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-07-23T07:25\",\"at\":\"2021-07-23T09:45\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"PNQ-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\",\"userProfile\":[],\"id\":1},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASHOK\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":2},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"MUJ\",\"lN\":\"GUPTA\",\"userProfile\":[],\"id\":3},{\"pnrDetails\":{\"DEL-PNQ\":\"TESTPNR\",\"PNQ-DEL\":\"NBYIYW\"},\"ticketNumberDetails\":{\"DEL-PNQ\":\"11111111111\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"surbhi\",\"lN\":\"gupta\",\"dob\":\"2020-06-11\",\"userProfile\":[],\"id\":4}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"SSRP\":229,\"IGST\":21.6,\"TAF\":7684.6,\"NF\":36452.6,\"TF\":37252.6,\"BF\":29339},\"afC\":{\"SSRP\":{\"OT\":229},\"TAF\":{\"MF\":120,\"YR\":520,\"OT\":3432,\"MFT\":21.6,\"MU\":800,\"YQ\":0,\"AGST\":2791}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2401021.14}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234558\",\"TPSysId\":\"234559\",\"VersionId\":[\"30484\",\"30485\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9336\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000113031','','',NULL,NULL,'0',NULL,'2021-06-23 10:43:14','2021-06-23 10:43:14','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(442,0,32,6049,0,0,NULL,'2021-07-22',NULL,NULL,'6E-723','IndiGo','1',1,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979','267','19:15:00','00:40:00',0,'R',325,'5h 25m',7701,18676,'DEL','BOM','1 Stop(s)',4,1,17945.8,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',15150,2795.8,0,1620,0,60,17945.8,338.98,0,338.98,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-06-25 13:47:13','2021-06-25 13:47:13','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(443,0,114,6049,0,0,NULL,'2021-08-26',NULL,NULL,'6E-6236','IndiGo','1',1,'5-1622915124_0BLRGOI6E6236_8803219767693215','267','00:10:00','01:30:00',0,'N',80,'1h 20m',0,0,'BLR','GOI','Non-stop',1,1,1817.7,'5-1622915124_0BLRGOI6E6236_8803219767693215',1,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',1088,729.7,0,553,0,15,1817.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-08 13:17:08','2021-08-08 13:17:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(444,443,114,6049,0,0,NULL,'2021-08-31',NULL,NULL,'6E-617','IndiGo','1',1,'5-1622915124_0GOIBLR6E617_8803219739875564','267','02:05:00','03:15:00',0,'N',70,'1h 10m',0,0,'GOI','BLR','Non-stop',1,1,1820.7,'5-1622915124_0GOIBLR6E617_8803219739875564',2,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',959,861.7,0,691,0,15,1820.7,84.75,0,84.75,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-08 13:17:08','2021-08-08 13:17:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(445,0,404,6049,0,0,NULL,'2021-08-18',NULL,NULL,'SG-8701','SpiceJet','1',1,'4-1278077340_0DELBOMSG8701_8878961660080387','463','07:20:00','09:35:00',0,'RS',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,3969.7,'4-1278077340_0DELBOMSG8701_8878961660080387',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',3384,585.7,0,395,0,15,3969.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-09 10:18:21','2021-08-09 10:18:21','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(446,0,36,6049,0,0,NULL,'2021-08-18',NULL,NULL,'6E-2043','IndiGo','1',1,'5-9953975281_10DELAMD6E2043AMDBOM6E403_8879058289956208','267','09:45:00','15:30:00',0,'R',345,'5h 45m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4501.7,'5-9953975281_10DELAMD6E2043AMDBOM6E403_8879058289956208',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',3749,752.7,0,540,0,15,4501.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-09 10:20:03','2021-08-09 10:20:03','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(447,0,405,6049,0,0,NULL,'2021-08-29',NULL,NULL,'6E-2129','IndiGo','1',1,'5-0701577628_22DELMAA6E2129_8882531858380256','267','09:50:00','12:45:00',0,'B',175,'2h 55m',7701,6000,'DEL','MAA','Non-stop',1,1,1562.7,'5-0701577628_22DELMAA6E2129_8882531858380256',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',1000,562.7,0,490,0,15,1562.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-09 11:18:13','2021-08-09 11:18:13','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(448,0,80,6049,0,0,NULL,'2021-08-17',NULL,NULL,'6E-271','IndiGo','1',1,'5-7527398564_0CCUMAA6E271_8947053682639932','267','05:40:00','08:10:00',0,'R',150,'2h 30m',14323,6000,'CCU','MAA','Non-stop',1,1,4058.7,'5-7527398564_0CCUMAA6E271_8947053682639932',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',2869,1189.7,0,1024,0,15,4058.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-10 05:13:32','2021-08-10 05:13:32','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(449,0,406,6049,0,0,'F4MEJY','2021-08-12','TJS108400097128',NULL,'SG-388','SpiceJet','1',1,'4-1347990023_0MAACCUSG388_8977572044372285','463','07:25:00','09:25:00',0,'SS',120,'2h 0m',6000,14323,'MAA','CCU','Non-stop',1,1,3330.7,'4-1347990023_0MAACCUSG388_8977572044372285',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',2799,531.7,0,370,0,15,3330.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS108400097128\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-12T07:25\",\"LocalFromTime\":\"2021-08-12 07:25\",\"FromUTCTime\":\"2021-08-12T07:25\",\"LocalToTime\":\"2021-08-12 09:25\",\"ToUTCTime\":\"2021-08-12T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 12 Aug\",\"ArrivalDateTxt\":\"Thu, 12 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"PublishedFareTxt\":\"3,331\",\"ApiResultIndex\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1347990023_0MAACCUSG388_8977592919936331\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3330.7,\"CostToCustomer\":3330.7,\"BaseFareCal\":3330.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3330.7,\"intOfferedFare\":3330.7,\"intPublishFare\":3330.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"785\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-12T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-12T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400097128\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-12T07:25\",\"LocalFromTime\":\"2021-08-12 07:25\",\"FromUTCTime\":\"2021-08-12T07:25\",\"LocalToTime\":\"2021-08-12 09:25\",\"ToUTCTime\":\"2021-08-12T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 12 Aug\",\"ArrivalDateTxt\":\"Thu, 12 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"ApiResultIndex\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"785\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-12T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-12T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"localFromDateTime\":\"2021-08-12 07:25\",\"localToDateTime\":\"2021-08-12 09:25\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS108400097128\",\"partnerId\":\"0\",\"amount\":3330.7,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"+917701888604\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-10T19:12:47.985\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"35229\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"388\",\"eT\":\"737\"},\"stops\":0,\"duration\":120,\"da\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-12T07:25\",\"at\":\"2021-08-12T09:25\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-CCU\":\"F4MEJY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":2799,\"NF\":3330.7,\"TF\":3330.7,\"IGST\":2.7,\"TAF\":531.7},\"afC\":{\"TAF\":{\"MFT\":2.7,\"AGST\":144,\"MF\":15,\"MU\":0,\"YQ\":0,\"OT\":370}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1472832.78}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"242755\",\"TPSysId\":\"242756\",\"VersionId\":[\"32821\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"10213\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000134916','','',NULL,NULL,'0',NULL,'2021-08-10 13:42:07','2021-08-10 13:42:07','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(450,0,407,6049,0,0,NULL,'2021-08-20',NULL,NULL,'6E-329','IndiGo','1',1,'5-7213822197_0DELGOI6E329GOIBOM6E712_9036022699732136','267','10:55:00','16:00:00',0,'B',305,'5h 5m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,3964.7,'5-7213822197_0DELGOI6E329GOIBOM6E712_9036022699732136',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',3238,726.7,0,540,0,15,3964.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-11 05:56:09','2021-08-11 05:56:09','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(451,0,419,6049,0,0,NULL,'2021-08-25','TJS104600097836',NULL,'6E-5013','IndiGo','1',1,'5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569','267','10:00:00','16:15:00',0,'R',375,'6h 15m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4501.7,'5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',3749,752.7,0,540,0,15,4501.7,0,0,0,0,0,0,0,0,0,0,0,NULL,7,'{\"bookingId\":\"TJS104600097836\",\"FlightNumber\":\"6E-5013\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-25T10:00\",\"LocalFromTime\":\"2021-08-25 10:00\",\"FromUTCTime\":\"2021-08-25T10:00\",\"LocalToTime\":\"2021-08-25 16:15\",\"ToUTCTime\":\"2021-08-25T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4501.7,\"PublishedFareTxt\":\"4,502\",\"ApiResultIndex\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3749,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":540,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4501.7,\"PublishedFare\":4501.7,\"OfferedFare\":4501.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0642210221_0DELHYD6E5013HYDBOM6E389_9139279988662138\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4501.7,\"BaseFare\":3749,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":540,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4501.7,\"CostToCustomer\":4501.7,\"BaseFareCal\":4501.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4501.7,\"intOfferedFare\":4501.7,\"intPublishFare\":4501.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"932\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-25T12:20\",\"SegFlightNumber\":\"6E-5013\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":145,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"113\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-25T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104600097836\",\"FlightNumber\":\"6E-5013\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-25T10:00\",\"LocalFromTime\":\"2021-08-25 10:00\",\"FromUTCTime\":\"2021-08-25T10:00\",\"LocalToTime\":\"2021-08-25 16:15\",\"ToUTCTime\":\"2021-08-25T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4501.7,\"ApiResultIndex\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3749,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":540,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4501.7,\"PublishedFare\":4501.7,\"OfferedFare\":4501.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4501.7,\"BaseFare\":3749,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":540,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"932\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-25T12:20\",\"SegFlightNumber\":\"6E-5013\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":145,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"113\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-25T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"localFromDateTime\":\"2021-08-25 10:00\",\"localToDateTime\":\"2021-08-25 16:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS104600097836\",\"partnerId\":\"0\",\"amount\":9101.7,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"+919997534969\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-08-12T16:10:47.322\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"35408\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5013\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"cT\":145,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-25T10:00\",\"at\":\"2021-08-25T12:20\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"35409\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"389\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-25T14:45\",\"at\":\"2021-08-25T16:15\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-HYD\":{\"code\":\"XBPB\",\"amount\":4000,\"desc\":\"Excess Baggage - 10 Kg\"},\"HYD-BOM\":{\"code\":\"XBPB\",\"desc\":\"Excess Baggage - 10 Kg\"}},\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"7C\",\"amount\":250},\"HYD-BOM\":{\"code\":\"8C\",\"amount\":350}},\"statusMap\":{\"DEL-HYD\":\"PENDING\",\"HYD-BOM\":\"PENDING\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Annu\",\"lN\":\"saini\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":3749,\"SSRP\":4600,\"NF\":9101.7,\"TF\":9101.7,\"IGST\":2.7,\"TAF\":752.7},\"afC\":{\"SSRP\":{\"OT\":4600},\"TAF\":{\"MFT\":2.7,\"AGST\":195,\"MF\":15,\"MU\":0,\"YQ\":0,\"OT\":540}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1412458.72}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243092\",\"TPSysId\":\"243093\",\"VersionId\":[\"32925\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10253\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000136029','','',NULL,NULL,'0',NULL,'2021-08-12 10:36:47','2021-08-12 10:36:47','','','','','','','5400097847',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(452,0,420,6049,0,0,'P31MTR-P31MTR','2021-08-25','TJS105300097848',NULL,'SG-7177','SpiceJet','1',1,'4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510','463','16:40:00','22:35:00',0,'RS',355,'5h 55m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,4117.7,'4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',3384,733.7,0,543,0,15,4117.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105300097848\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2021-08-25T16:40\",\"LocalFromTime\":\"2021-08-25 16:40\",\"FromUTCTime\":\"2021-08-25T16:40\",\"LocalToTime\":\"2021-08-25 22:35\",\"ToUTCTime\":\"2021-08-25T22:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Gwalior\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4117.7,\"PublishedFareTxt\":\"4,118\",\"ApiResultIndex\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":733.7,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":173,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4117.7,\"OfferedFare\":4117.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6034172563_0DELGWLSG7177GWLBOMSG7180_9139984544613284\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":733.7,\"BaseFareCal\":4117.7,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":173,\"MFT\":2.7,\"OT\":543,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4117.7,\"CostToCustomer\":4117.7,\"BaseFareCal\":4117.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4117.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"718\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Gwalior Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Gwalior\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GWL\",\"destinationArrTime\":\"2021-08-25T18:00\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":180,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Gwalior\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"220\",\"originAirportName\":\"Gwalior Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Gwalior\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T22:35\",\"SegFlightNumber\":\"SG-7180\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"GWL\",\"originDepTime\":\"2021-08-25T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300097848\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2021-08-25T16:40\",\"LocalFromTime\":\"2021-08-25 16:40\",\"FromUTCTime\":\"2021-08-25T16:40\",\"LocalToTime\":\"2021-08-25 22:35\",\"ToUTCTime\":\"2021-08-25T22:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Gwalior\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4117.7,\"ApiResultIndex\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":733.7,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":173,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4117.7,\"OfferedFare\":4117.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":733.7,\"BaseFareCal\":4117.7,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":173,\"MFT\":2.7,\"OT\":543,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"718\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Gwalior Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Gwalior\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GWL\",\"destinationArrTime\":\"2021-08-25T18:00\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":180,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Gwalior\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"220\",\"originAirportName\":\"Gwalior Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Gwalior\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T22:35\",\"SegFlightNumber\":\"SG-7180\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"GWL\",\"originDepTime\":\"2021-08-25T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"localFromDateTime\":\"2021-08-25 16:40\",\"localToDateTime\":\"2021-08-25 22:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS105300097848\",\"partnerId\":\"0\",\"amount\":5616.7,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"+919997534969\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-12T16:19:25.562\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"35419\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7177\",\"eT\":\"737\"},\"stops\":0,\"duration\":80,\"cT\":180,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0},\"dt\":\"2021-08-25T16:40\",\"at\":\"2021-08-25T18:00\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}},{\"id\":\"35420\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7180\",\"eT\":\"737\"},\"stops\":0,\"duration\":95,\"da\":{\"id\":5581,\"code\":\"GWL\",\"name\":\"Gwalior Airport\",\"cityCode\":\"GWL\",\"city\":\"Gwalior\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":0},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-25T21:00\",\"at\":\"2021-08-25T22:35\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"DEL-GWL\":{\"code\":\"3A\",\"amount\":1199},\"GWL-BOM\":{\"code\":\"6C\",\"amount\":300}},\"pnrDetails\":{\"DEL-GWL\":\"P31MTR\",\"GWL-BOM\":\"P31MTR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Annu\",\"lN\":\"saini\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":3384,\"SSRP\":1499,\"NF\":5616.7,\"TF\":5616.7,\"IGST\":2.7,\"TAF\":733.7},\"afC\":{\"SSRP\":{\"OT\":1499},\"TAF\":{\"MFT\":2.7,\"AGST\":173,\"MF\":15,\"MU\":0,\"YQ\":0,\"OT\":543}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1361870.82}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243094\",\"TPSysId\":\"243095\",\"VersionId\":[\"32926\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10254\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000136036','','',NULL,NULL,'0',NULL,'2021-08-12 10:48:17','2021-08-12 10:48:17','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(453,0,421,6049,0,0,NULL,'2021-08-26',NULL,NULL,'6E-329','IndiGo','1',1,'5-0361766914_0DELGOI6E329GOIBOM6E712_9144219399823133','267','10:55:00','16:00:00',0,'B',305,'5h 5m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,3964.7,'5-0361766914_0DELGOI6E329GOIBOM6E712_9144219399823133',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',3238,726.7,0,540,0,15,3964.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-12 11:59:47','2021-08-12 11:59:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(454,0,448,6049,0,0,NULL,'2021-08-19',NULL,NULL,'SG-8169','SpiceJet','1',1,'4-3369276676_2DELBOMSG8169_9235119533934154','463','19:45:00','22:05:00',0,'RS',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,3969.7,'4-3369276676_2DELBOMSG8169_9235119533934154',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',3384,585.7,0,395,0,15,3969.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-13 13:14:42','2021-08-13 13:14:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(455,0,36,6049,0,0,'AEP7WX','2021-08-19','TJS105300098583',NULL,'6E-552','IndiGo','1',1,'5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567','267','09:00:00','16:15:00',0,'R',435,'7h 15m',7701,18676,'DEL','BOM','1 Stop(s)',2,1,4603.4,'5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567',1,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',3600,1003.4,0,772,0,30,4603.4,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-19T09:00\",\"LocalFromTime\":\"2021-08-19 09:00\",\"FromUTCTime\":\"2021-08-19T09:00\",\"LocalToTime\":\"2021-08-19 16:15\",\"ToUTCTime\":\"2021-08-19T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":235,\"LAYOVERDuration\":\"3h 55m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Thu, 19 Aug\",\"ArrivalDateTxt\":\"Thu, 19 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":4603.4,\"PublishedFareTxt\":\"4,603\",\"ApiResultIndex\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":1003.4,\"YQTax\":0,\"OtherCharges\":772,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":196,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4603.4,\"PublishedFare\":4603.4,\"OfferedFare\":4603.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4952677588_0DELHYD6E552HYDBOM6E389_9293583234158396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":501.7,\"BaseFareCal\":2301.7,\"BaseFare\":1800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":386,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":501.7,\"BaseFareCal\":2301.7,\"BaseFare\":1800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":386,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4603.4,\"CostToCustomer\":4603.4,\"BaseFareCal\":4603.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4603.4,\"intOfferedFare\":4603.4,\"intPublishFare\":4603.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"009\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-19T10:50\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-19T09:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":235,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"3h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"109\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-19T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-19T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-19 12:00\",\"localToDateTime\":\"2021-08-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-19T09:00\",\"LocalFromTime\":\"2021-08-19 09:00\",\"FromUTCTime\":\"2021-08-19T09:00\",\"LocalToTime\":\"2021-08-19 16:15\",\"ToUTCTime\":\"2021-08-19T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":235,\"LAYOVERDuration\":\"3h 55m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Thu, 19 Aug\",\"ArrivalDateTxt\":\"Thu, 19 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":12650.8,\"ApiResultIndex\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10342,\"Tax\":2308.8,\"YQTax\":0,\"OtherCharges\":1694,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":544,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12650.8,\"PublishedFare\":12650.8,\"OfferedFare\":12650.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1154.4,\"BaseFareCal\":6325.4,\"BaseFare\":5171,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":272,\"MFT\":5.4,\"OT\":847,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1154.4,\"BaseFareCal\":6325.4,\"BaseFare\":5171,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":272,\"MFT\":5.4,\"OT\":847,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"009\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-19T10:50\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-19T09:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":235,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"3h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"109\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-19T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-19T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"555\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-08-28T01:15\",\"SegFlightNumber\":\"SG-7189\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-08-27T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"localFromDateTime\":\"2021-08-19 09:00\",\"localToDateTime\":\"2021-08-19 16:15\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS105300098583\",\"partnerId\":\"0\",\"amount\":19158.8,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"+919997534969\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-08-14T11:02:21.401\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"35682\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"552\",\"eT\":\"320\"},\"stops\":0,\"duration\":110,\"cT\":235,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-19T09:00\",\"at\":\"2021-08-19T10:50\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}},{\"id\":\"35683\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"389\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-19T14:45\",\"at\":\"2021-08-19T16:15\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"35684\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7189\",\"eT\":\"737\"},\"stops\":0,\"duration\":85,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-27T23:50\",\"at\":\"2021-08-28T01:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-HYD\":{\"code\":\"XBPB\",\"amount\":4000,\"desc\":\"Excess Baggage - 10 Kg\"},\"HYD-BOM\":{\"code\":\"XBPB\",\"desc\":\"Excess Baggage - 10 Kg\"}},\"ssrMealInfos\":{\"BOM-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"6C\",\"amount\":250},\"HYD-BOM\":{\"code\":\"4B\",\"amount\":350},\"BOM-DEL\":{\"code\":\"6A\",\"amount\":300}},\"statusMap\":{\"DEL-HYD\":\"PENDING\",\"HYD-BOM\":\"PENDING\"},\"pnrDetails\":{\"BOM-DEL\":\"AEP7WX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GAURAV\",\"lN\":\"SAINI\",\"userProfile\":[],\"id\":1},{\"ssrBaggageInfos\":{\"BOM-DEL\":{\"code\":\"BOF3\",\"amount\":300,\"desc\":\"Bag Out First with 3 Bag\"}},\"ssrMealInfos\":{\"BOM-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"6B\",\"amount\":250},\"HYD-BOM\":{\"code\":\"4C\",\"amount\":350},\"BOM-DEL\":{\"code\":\"6B\",\"amount\":250}},\"statusMap\":{\"DEL-HYD\":\"PENDING\",\"HYD-BOM\":\"PENDING\"},\"pnrDetails\":{\"BOM-DEL\":\"AEP7WX\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"ANNU\",\"lN\":\"SAINI\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":10342,\"SSRP\":6508,\"NF\":19158.8,\"TF\":19158.8,\"IGST\":10.8,\"TAF\":2308.8},\"afC\":{\"SSRP\":{\"OT\":6508},\"TAF\":{\"MFT\":10.8,\"AGST\":544,\"MF\":60,\"MU\":0,\"YQ\":0,\"OT\":1694}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1197928.13}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243435\",\"TPSysId\":\"243436\",\"VersionId\":[\"33020\",\"33021\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10295\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000136780','','',NULL,NULL,'0',NULL,'2021-08-14 05:29:13','2021-08-14 05:29:13','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(456,455,36,6049,0,0,'AEP7WX','2021-08-27','TJS105300098583',NULL,'SG-7189','SpiceJet','1',1,'4-4952677588_3BOMDELSG7189_9293418058799955','463','23:50:00','01:15:00',0,'RS',85,'1h 25m',7701,18676,'BOM','DEL','Non-stop',2,1,8047.4,'4-4952677588_3BOMDELSG7189_9293418058799955',2,2,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',6742,1305.4,0,922,0,30,8047.4,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"SG-7189\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:50\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2021-08-27T23:50\",\"LocalFromTime\":\"2021-08-27 23:50\",\"FromUTCTime\":\"2021-08-27T23:50\",\"LocalToTime\":\"2021-08-28 01:15\",\"ToUTCTime\":\"2021-08-28T01:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Fri, 27 Aug\",\"ArrivalDateTxt\":\"Sat, 28 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":8047.4,\"PublishedFareTxt\":\"8,047\",\"ApiResultIndex\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6742,\"Tax\":1305.4,\"YQTax\":0,\"OtherCharges\":922,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":348,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8047.4,\"PublishedFare\":8047.4,\"OfferedFare\":8047.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4952677588_1BOMDELSG7189_9293583235074483\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":652.7,\"BaseFareCal\":4023.7,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":652.7,\"BaseFareCal\":4023.7,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8047.4,\"CostToCustomer\":8047.4,\"BaseFareCal\":8047.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8047.4,\"intOfferedFare\":8047.4,\"intPublishFare\":8047.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-08-28T01:15\",\"SegFlightNumber\":\"SG-7189\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-08-27T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-19 12:00\",\"localToDateTime\":\"2021-08-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS105300098583\",\"partnerId\":\"0\",\"amount\":19158.8,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"+919997534969\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-08-14T11:02:21.401\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"35682\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"552\",\"eT\":\"320\"},\"stops\":0,\"duration\":110,\"cT\":235,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-19T09:00\",\"at\":\"2021-08-19T10:50\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}},{\"id\":\"35683\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"389\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"da\":{\"id\":5791,\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-19T14:45\",\"at\":\"2021-08-19T16:15\",\"iand\":false,\"sN\":1,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]},{\"sI\":[{\"id\":\"35684\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"7189\",\"eT\":\"737\"},\"stops\":0,\"duration\":85,\"da\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-08-27T23:50\",\"at\":\"2021-08-28T01:15\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"RETURN\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-HYD\":{\"code\":\"XBPB\",\"amount\":4000,\"desc\":\"Excess Baggage - 10 Kg\"},\"HYD-BOM\":{\"code\":\"XBPB\",\"desc\":\"Excess Baggage - 10 Kg\"}},\"ssrMealInfos\":{\"BOM-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"6C\",\"amount\":250},\"HYD-BOM\":{\"code\":\"4B\",\"amount\":350},\"BOM-DEL\":{\"code\":\"6A\",\"amount\":300}},\"statusMap\":{\"DEL-HYD\":\"PENDING\",\"HYD-BOM\":\"PENDING\"},\"pnrDetails\":{\"BOM-DEL\":\"AEP7WX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GAURAV\",\"lN\":\"SAINI\",\"userProfile\":[],\"id\":1},{\"ssrBaggageInfos\":{\"BOM-DEL\":{\"code\":\"BOF3\",\"amount\":300,\"desc\":\"Bag Out First with 3 Bag\"}},\"ssrMealInfos\":{\"BOM-DEL\":{\"code\":\"NVSW\",\"amount\":229,\"desc\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"ssrSeatInfos\":{\"DEL-HYD\":{\"code\":\"6B\",\"amount\":250},\"HYD-BOM\":{\"code\":\"4C\",\"amount\":350},\"BOM-DEL\":{\"code\":\"6B\",\"amount\":250}},\"statusMap\":{\"DEL-HYD\":\"PENDING\",\"HYD-BOM\":\"PENDING\"},\"pnrDetails\":{\"BOM-DEL\":\"AEP7WX\"},\"ti\":\"Ms\",\"pt\":\"CHILD\",\"fN\":\"ANNU\",\"lN\":\"SAINI\",\"userProfile\":[],\"id\":2}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":10342,\"SSRP\":6508,\"NF\":19158.8,\"TF\":19158.8,\"IGST\":10.8,\"TAF\":2308.8},\"afC\":{\"SSRP\":{\"OT\":6508},\"TAF\":{\"MFT\":10.8,\"AGST\":544,\"MF\":60,\"MU\":0,\"YQ\":0,\"OT\":1694}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1197928.13}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243435\",\"TPSysId\":\"243436\",\"VersionId\":[\"33020\",\"33021\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10295\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000136780','','',NULL,NULL,'0',NULL,'2021-08-14 05:29:13','2021-08-14 05:29:13','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(458,0,118,6049,0,0,NULL,'2021-08-18',NULL,NULL,'G8-105','Go First','1',1,'1-7625782175_0DELCCUG8105CCUBOMG8514_9466321978055438','240','20:30:00','08:45:00',0,'GS',735,'12h 15m',7701,18676,'DEL','BOM','1 Stop(s)',1,1,19992.7,'1-7625782175_0DELCCUG8105CCUBOMG8514_9466321978055438',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/G8.gif','INR',16496,3496.7,1500,1049,0,15,19992.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-16 05:29:20','2021-08-16 05:29:20','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(459,0,451,6049,0,0,NULL,'2021-08-24',NULL,NULL,'SG-8709','SpiceJet','1',1,'4-0971928351_0DELBOMSG8709_9471549002538129','463','18:45:00','21:05:00',0,'RS',140,'2h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,3969.7,'4-0971928351_0DELBOMSG8709_9471549002538129',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/SG.gif','INR',3384,585.7,0,395,0,15,3969.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-16 06:58:16','2021-08-16 06:58:16','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(460,0,112,6049,0,0,NULL,'2021-09-30',NULL,NULL,'6E-634','IndiGo','1',1,'5-1548144235_0PATCCU6E634_9476353094510750','267','09:45:00','10:50:00',0,'R',65,'1h 5m',20918,14323,'PAT','CCU','Non-stop',1,1,2026.7,'5-1548144235_0PATCCU6E634_9476353094510750',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',1272,754.7,0,668,0,15,2026.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-16 08:16:24','2021-08-16 08:16:24','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(461,0,80,6049,0,0,NULL,'2021-09-30',NULL,NULL,'UK-716','Vistara','',1,'15-2-10-3411047374_4PATDELUK716DELCCUUK707_9476522676814480','539','20:30:00','19:35:00',0,'O',1385,'23h 5m',20918,14323,'PAT','CCU','1 Stop(s)',1,1,6030.7,'15-2-10-3411047374_4PATDELUK716DELCCUUK707_9476522676814480',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/UK.gif','INR',5012,1018.7,0,477,0,15,6030.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-16 08:17:49','2021-08-16 08:17:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(462,0,80,6049,0,0,NULL,'2021-10-20',NULL,NULL,'6E-6359','IndiGo','1',1,'5-9039861441_1CCUPAT6E811_9476597053676738','267','09:20:00','10:30:00',0,'R',70,'1h 10m',14323,20918,'CCU','PAT','Non-stop',1,1,2115.7,'5-9039861441_1CCUPAT6E811_9476597053676738',1,1,0,'http://www.mytravergy.com/public/upload/AirlineLogo/6E.gif','INR',1018,1097.7,0,1024,0,15,2115.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-16 08:18:56','2021-08-16 08:18:56','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(463,0,452,6049,0,0,NULL,'2021-08-21',NULL,NULL,'SG-388','SpiceJet','1',1,'4-4570093870_0MAACCUSG388_9814668917424534','463','07:25:00','09:25:00',0,'SS',120,'2h 0m',6000,14323,'MAA','CCU','Non-stop',1,1,3330.7,'4-4570093870_0MAACCUSG388_9814668917424534',1,1,0,'http://reisentours.hellogtx.com/public/upload/AirlineLogo/SG.gif','INR',2799,531.7,0,370,0,15,3330.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-08-20 06:13:45','2021-08-20 06:13:45','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(464,0,112,6049,0,0,'TESTPNR','2021-09-30','TJS104800100414',NULL,'I5-557','AirAsia India','1',1,'22-1303550815_0MAACCUI5557_9814751039332217','75','16:35:00','19:00:00',0,'EC',145,'2h 25m',6000,14323,'MAA','CCU','Non-stop',1,1,2376.7,'22-1303550815_0MAACCUI5557_9814751039332217',1,1,0,'http://reisentours.hellogtx.com/public/upload/AirlineLogo/I5.gif','INR',1899,477.7,0,362,0,15,2376.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS104800100414\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2021-09-30T16:35\",\"LocalFromTime\":\"2021-09-30 16:35\",\"FromUTCTime\":\"2021-09-30T16:35\",\"LocalToTime\":\"2021-09-30 19:00\",\"ToUTCTime\":\"2021-09-30T19:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 30 Sep\",\"ArrivalDateTxt\":\"Thu, 30 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2376.7,\"PublishedFareTxt\":\"2,377\",\"ApiResultIndex\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1899,\"Tax\":477.7,\"YQTax\":0,\"OtherCharges\":362,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2376.7,\"PublishedFare\":2376.7,\"OfferedFare\":2376.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1303550815_0MAACCUI5557_9814760613853737\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":477.7,\"BaseFareCal\":2376.7,\"BaseFare\":1899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":362,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2376.7,\"CostToCustomer\":2376.7,\"BaseFareCal\":2376.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2376.7,\"intOfferedFare\":2376.7,\"intPublishFare\":2376.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"503\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-09-30T19:00\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-09-30T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"MMAI\",\"Price\":149,\"Description\":\"Sponge Cake\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PNCB\",\"Price\":350,\"Description\":\"Peri Peri Paneer Sandwich\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"South Indian Delight  (V)\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"HVCB\",\"Price\":401,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani (V)\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-09-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104800100414\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2021-09-30T16:35\",\"LocalFromTime\":\"2021-09-30 16:35\",\"FromUTCTime\":\"2021-09-30T16:35\",\"LocalToTime\":\"2021-09-30 19:00\",\"ToUTCTime\":\"2021-09-30T19:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 30 Sep\",\"ArrivalDateTxt\":\"Thu, 30 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2376.7,\"ApiResultIndex\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1899,\"Tax\":477.7,\"YQTax\":0,\"OtherCharges\":362,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2376.7,\"PublishedFare\":2376.7,\"OfferedFare\":2376.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":477.7,\"BaseFareCal\":2376.7,\"BaseFare\":1899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":362,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"503\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-09-30T19:00\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-09-30T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"localFromDateTime\":\"2021-09-30 16:35\",\"localToDateTime\":\"2021-09-30 19:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS104800100414\",\"partnerId\":\"0\",\"amount\":2726.7,\"markup\":0,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"+917701888604\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-20T11:45:47.248\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"36306\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"557\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"id\":4725,\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6133,\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-09-30T16:35\",\"at\":\"2021-09-30T19:00\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"MAA-CCU\":{\"code\":\"3B\",\"amount\":350}},\"pnrDetails\":{\"MAA-CCU\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":1899,\"SSRP\":350,\"NF\":2726.7,\"TF\":2726.7,\"IGST\":2.7,\"TAF\":477.7},\"afC\":{\"SSRP\":{\"OT\":350},\"TAF\":{\"MFT\":2.7,\"AGST\":98,\"MF\":15,\"MU\":0,\"OT\":362}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":971586.67}}}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"244579\",\"TPSysId\":\"244580\",\"VersionId\":[\"33354\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"10389\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000139205','','',NULL,NULL,'0',NULL,'2021-08-20 06:14:46','2021-08-20 06:14:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(468,0,124,35,0,0,NULL,'2021-12-01',NULL,NULL,'6E-171','IndiGo','1',1,'5-1488723427_0DELBOM6E171_16136375627801746','267','02:30:00','04:40:00',0,'R',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4712.7,'5-1488723427_0DELBOM6E171_16136375627801746',1,1,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',4000,712.7,0,490,0,15,4712.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-11-01 10:26:19','2021-11-01 10:26:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(471,0,127,35,0,0,NULL,'2021-11-16','TJS107300131764',NULL,'6E-183','IndiGo','1',1,'5-1081200709_0MAACCU6E183_16146300061707172','267','14:55:00','17:15:00',0,'N',140,'2h 20m',6000,14323,'MAA','CCU','Non-stop',1,1,3275.7,'5-1081200709_0MAACCU6E183_16146300061707172',1,2,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2701,574.7,0,417,0,15,3275.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-183\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:55\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2021-11-16T14:55\",\"LocalFromTime\":\"2021-11-16 14:55\",\"FromUTCTime\":\"2021-11-16T14:55\",\"LocalToTime\":\"2021-11-16 17:15\",\"ToUTCTime\":\"2021-11-16T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"PublishedFareTxt\":\"3,276\",\"ApiResultIndex\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1081200709_0MAACCU6E183_16146343437884085\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3275.7,\"CostToCustomer\":3275.7,\"BaseFareCal\":3275.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3275.7,\"intOfferedFare\":3275.7,\"intPublishFare\":3275.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-11-16T17:15\",\"SegFlightNumber\":\"6E-183\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-11-16T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-11-16 12:00\",\"localToDateTime\":\"2021-11-16 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-183\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:55\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2021-11-16T14:55\",\"LocalFromTime\":\"2021-11-16 14:55\",\"FromUTCTime\":\"2021-11-16T14:55\",\"LocalToTime\":\"2021-11-16 17:15\",\"ToUTCTime\":\"2021-11-16T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6752.4,\"ApiResultIndex\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5015,\"Tax\":1737.4,\"YQTax\":0,\"OtherCharges\":1441,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":261,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6752.4,\"PublishedFare\":6752.4,\"OfferedFare\":6752.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1737.4,\"BaseFareCal\":6752.4,\"BaseFare\":5015,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":261,\"MFT\":5.4,\"OT\":1441,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"801\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-11-16T17:15\",\"SegFlightNumber\":\"6E-183\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-11-16T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"900\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-11-16T22:30\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-11-16T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"localFromDateTime\":\"2021-11-16 14:55\",\"localToDateTime\":\"2021-11-16 17:15\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS107300131764\",\"amount\":6752.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"neha@catpl.co.in\"],\"contacts\":[\"+918923963627\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-11-01T18:32:45.579\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"43657\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"183\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2021-11-16T14:55\",\"at\":\"2021-11-16T17:15\",\"iand\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"43658\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"566\",\"eT\":\"320\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2021-11-16T20:00\",\"at\":\"2021-11-16T22:30\",\"iand\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Neha\",\"lN\":\"Kannojia\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1737.4,\"BF\":5015,\"NF\":6752.4,\"TF\":6752.4,\"IGST\":5.4},\"afC\":{\"TAF\":{\"OT\":1441,\"MU\":0,\"YQ\":0,\"AGST\":261,\"MF\":30,\"MFT\":5.4}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"266955\",\"TPSysId\":\"266956\",\"VersionId\":[\"40456\",\"40457\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13651\",\"FareBreakdownid\":[\"344314\",\"344315\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000164351','','',NULL,NULL,'0',NULL,'2021-11-01 13:01:47','2021-11-01 13:01:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(472,471,127,35,0,0,NULL,'2021-11-16','TJS107300131764',NULL,'6E-566','IndiGo','1',1,'5-1081200709_0CCUMAA6E566_16146299978043783','267','20:00:00','22:30:00',0,'N',150,'2h 30m',6000,14323,'CCU','MAA','Non-stop',1,1,3476.7,'5-1081200709_0CCUMAA6E566_16146299978043783',2,2,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2314,1162.7,0,1024,0,15,3476.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2021-11-16T20:00\",\"LocalFromTime\":\"2021-11-16 20:00\",\"FromUTCTime\":\"2021-11-16T20:00\",\"LocalToTime\":\"2021-11-16 22:30\",\"ToUTCTime\":\"2021-11-16T22:30\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3476.7,\"PublishedFareTxt\":\"3,477\",\"ApiResultIndex\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2314,\"Tax\":1162.7,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":121,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3476.7,\"PublishedFare\":3476.7,\"OfferedFare\":3476.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1081200709_1CCUMAA6E566_16146343438940742\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1162.7,\"BaseFareCal\":3476.7,\"BaseFare\":2314,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":121,\"MFT\":2.7,\"OT\":1024,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3476.7,\"CostToCustomer\":3476.7,\"BaseFareCal\":3476.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3476.7,\"intOfferedFare\":3476.7,\"intPublishFare\":3476.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"900\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-11-16T22:30\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-11-16T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-11-16 12:00\",\"localToDateTime\":\"2021-11-16 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}','{\"order\":{\"bookingId\":\"TJS107300131764\",\"amount\":6752.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"neha@catpl.co.in\"],\"contacts\":[\"+918923963627\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-11-01T18:32:45.579\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"43657\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"183\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2021-11-16T14:55\",\"at\":\"2021-11-16T17:15\",\"iand\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"43658\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"566\",\"eT\":\"320\"},\"stops\":0,\"duration\":150,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2021-11-16T20:00\",\"at\":\"2021-11-16T22:30\",\"iand\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Neha\",\"lN\":\"Kannojia\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1737.4,\"BF\":5015,\"NF\":6752.4,\"TF\":6752.4,\"IGST\":5.4},\"afC\":{\"TAF\":{\"OT\":1441,\"MU\":0,\"YQ\":0,\"AGST\":261,\"MF\":30,\"MFT\":5.4}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"266955\",\"TPSysId\":\"266956\",\"VersionId\":[\"40456\",\"40457\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13651\",\"FareBreakdownid\":[\"344314\",\"344315\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000164351','','',NULL,NULL,'0',NULL,'2021-11-01 13:01:47','2021-11-01 13:01:47','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(473,0,455,35,0,0,NULL,'2021-12-01','TJS103100132233',NULL,'6E-987','IndiGo','1',1,'5-4077529903_0MAACCU6E987_16223201724720387','267','05:30:00','07:45:00',0,'R',135,'2h 15m',6000,14323,'MAA','CCU','Non-stop',1,1,3275.7,'5-4077529903_0MAACCU6E987_16223201724720387',1,1,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2701,574.7,0,417,0,15,3275.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS103100132233\",\"FlightNumber\":\"6E-987\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2021-12-01T05:30\",\"LocalFromTime\":\"2021-12-01 05:30\",\"FromUTCTime\":\"2021-12-01T05:30\",\"LocalToTime\":\"2021-12-01 07:45\",\"ToUTCTime\":\"2021-12-01T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Dec\",\"ArrivalDateTxt\":\"Wed, 01 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"PublishedFareTxt\":\"3,276\",\"ApiResultIndex\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4077529903_0MAACCU6E987_16223251281895110\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3275.7,\"CostToCustomer\":3275.7,\"BaseFareCal\":3275.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3275.7,\"intOfferedFare\":3275.7,\"intPublishFare\":3275.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-01T07:45\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-01T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-12-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103100132233\",\"FlightNumber\":\"6E-987\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2021-12-01T05:30\",\"LocalFromTime\":\"2021-12-01 05:30\",\"FromUTCTime\":\"2021-12-01T05:30\",\"LocalToTime\":\"2021-12-01 07:45\",\"ToUTCTime\":\"2021-12-01T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Dec\",\"ArrivalDateTxt\":\"Wed, 01 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"ApiResultIndex\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-01T07:45\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-01T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"localFromDateTime\":\"2021-12-01 05:30\",\"localToDateTime\":\"2021-12-01 07:45\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS103100132233\",\"amount\":3275.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"neha@catpl.co.in\"],\"contacts\":[\"+918923963627\"]},\"status\":\"PENDING\",\"createdOn\":\"2021-11-02T15:56:27.623\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"43788\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"987\",\"eT\":\"320\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2021-12-01T05:30\",\"at\":\"2021-12-01T07:45\",\"iand\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannoja\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":3275.7,\"BF\":2701,\"TAF\":574.7,\"NF\":3275.7,\"IGST\":2.7},\"afC\":{\"TAF\":{\"OT\":417,\"MF\":15,\"AGST\":140,\"MFT\":2.7,\"MU\":0,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"267146\",\"TPSysId\":\"267147\",\"VersionId\":[\"40532\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13698\",\"FareBreakdownid\":[\"344362\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000164631','','',NULL,NULL,'0',NULL,'2021-11-02 10:23:32','2021-11-02 10:23:32','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(474,0,456,35,0,0,NULL,'2021-11-02',NULL,NULL,'6E-6385','IndiGo','1',1,'5-2594013509_0MAACCU6E6385_16228191086281794','267','21:05:00','23:20:00',0,'R',135,'2h 15m',6000,14323,'MAA','CCU','Non-stop',1,1,3484.7,'5-2594013509_0MAACCU6E6385_16228191086281794',1,1,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2900,584.7,0,417,0,15,3484.7,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-11-02 11:45:54','2021-11-02 11:45:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(475,0,93,35,0,0,NULL,'2021-12-17',NULL,NULL,'6E-6217','IndiGo','1',1,'5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342','267','22:45:00','06:05:00',0,'R',440,'7h 20m',6000,14323,'MAA','CCU','1 Stop(s)',1,1,3327.81,'5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342',1,1,0,'http://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2725,628.7,0,467,0,15,3327.81,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-11-02 13:32:58','2021-11-02 13:32:58','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(476,0,457,35,0,0,NULL,'2021-11-24',NULL,NULL,'I5-620','AirAsia India','1',1,'22-16-8501468945_0BOMGOII5620_40495061396338','75','04:45:00','05:55:00',0,'BT',70,'1h 10m',18676,0,'BOM','GOI','Non-stop',1,1,2173.33,'22-16-8501468945_0BOMGOII5620_40495061396338',1,1,0,'http://www.reisentours.com/public/upload/AirlineLogo/I5.gif','INR',1640,556.7,0,453,0,15,2173.33,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-11-02 13:47:19','2021-11-02 13:47:19','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(477,0,57,35,0,0,NULL,'2021-11-18',NULL,NULL,'UK-995','Vistara','',1,'21-10-15-2-1935288521_10DELBOMUK995_1593974760519235','539','10:20:00','12:35:00',0,'O',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,4659.05,'21-10-15-2-1935288521_10DELBOMUK995_1593974760519235',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',4136,750.7,0,390,0,15,4659.05,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2021-11-10 13:17:27','2021-11-10 13:17:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(488,0,138,35,0,0,NULL,'2021-12-21',NULL,NULL,'SG-705','SpiceJet','1',1,'4-1134874053_0DELDXBSG705_3490208764025867','463','07:40:00','10:10:00',0,'CP',240,'2h 30m',7701,8219,'DEL','DXB','Non-stop',1,1,27763.58,'4-1134874053_0DELDXBSG705_3490208764025867',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',25727,2708.7,0,1399,0,15,27763.58,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000071745403','APPROVED','APPROVED',NULL,NULL,'0',NULL,'2021-12-20 17:26:44','2021-12-20 17:26:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(489,0,139,35,0,0,NULL,'2021-12-22',NULL,NULL,'6E-2772','IndiGo','1',1,'5-7393555383_0VTZDEL6E2772_55063571878716','267','18:25:00','20:55:00',0,'M',150,'2h 30m',0,7701,'VTZ','DEL','Non-stop',1,1,6093.25,'5-7393555383_0VTZDEL6E2772_55063571878716',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',5200,979.7,0,697,0,15,6093.25,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,1,'11000071969033','APPROVED','APPROVED',NULL,NULL,'0',NULL,'2021-12-21 17:53:01','2021-12-21 17:53:01','18AABCU9603R1ZM','passenger world','pss@gmail.com','9873989333','nil','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(490,0,93,35,0,0,'XB2PHQ','2022-01-20','TJS102000165201',NULL,'G8-530','Go First','1',1,'1-4365916783_1DELBOMG8530_20721561424965142','240','07:00:00','09:15:00',0,'BC',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,3581.7,'1-4365916783_1DELBOMG8530_20721561424965142',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',2164,1417.7,750,500,0,15,3581.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS102000165201\",\"FlightNumber\":\"G8-530\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2022-01-20T07:00\",\"LocalFromTime\":\"2022-01-20 07:00\",\"FromUTCTime\":\"2022-01-20T07:00\",\"LocalToTime\":\"2022-01-20 09:15\",\"ToUTCTime\":\"2022-01-20T09:15\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jan\",\"ArrivalDateTxt\":\"Thu, 20 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3581.7,\"PublishedFareTxt\":\"3,582\",\"ApiResultIndex\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3581.7,\"OfferedFare\":3581.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4365916783_0DELBOMG8530_20721613188491902\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"BaseFareCal\":3581.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3581.7,\"CostToCustomer\":3581.7,\"BaseFareCal\":3581.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3581.7,\"intOfferedFare\":3581.7,\"intPublishFare\":3581.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-20T09:15\",\"SegFlightNumber\":\"G8-530\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-20T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102000165201\",\"FlightNumber\":\"G8-530\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2022-01-20T07:00\",\"LocalFromTime\":\"2022-01-20 07:00\",\"FromUTCTime\":\"2022-01-20T07:00\",\"LocalToTime\":\"2022-01-20 09:15\",\"ToUTCTime\":\"2022-01-20T09:15\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jan\",\"ArrivalDateTxt\":\"Thu, 20 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3581.7,\"ApiResultIndex\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3581.7,\"OfferedFare\":3581.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"BaseFareCal\":3581.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-20T09:15\",\"SegFlightNumber\":\"G8-530\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-20T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"localFromDateTime\":\"2022-01-20 07:00\",\"localToDateTime\":\"2022-01-20 09:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS102000165201\",\"amount\":3581.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sibo.sarso@gmail.com\"],\"contacts\":[\"+918447455883\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-12-24T17:26:38.904\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"48512\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"530\",\"eT\":\"32N\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-01-20T07:00\",\"at\":\"2022-01-20T09:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"XB2PHQ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"md\",\"lN\":\"sabir\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":3581.7,\"BF\":2164,\"IGST\":2.7,\"TAF\":1417.7,\"NF\":3581.7},\"afC\":{\"TAF\":{\"MFT\":2.7,\"AGST\":150,\"YQ\":750,\"MF\":15,\"OT\":500,\"MU\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"289685\",\"TPSysId\":\"289686\",\"VersionId\":[\"47474\"],\"CustomerSysId\":\"145072\",\"TrxId\":\"17577\",\"FareBreakdownid\":[\"347936\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000178437','5BF3B4AADD9743B782C37A1AB680146F','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0',NULL,'2021-12-24 11:56:02','2021-12-24 11:56:02','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(491,0,93,35,0,0,NULL,'2022-01-26',NULL,NULL,'G8-505','Go First','1',1,'1-5307106241_0MAAHYDG8505_3823320690749347','240','17:40:00','18:55:00',0,'GS',75,'1h 15m',6000,12538,'MAA','HYD','Non-stop',1,1,1544.86,'1-5307106241_0MAAHYDG8505_3823320690749347',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',1077,491.7,0,416,0,15,1544.86,0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'11000072579093','E8E13B16219A46929314E572D4054D99','TRANSACTION IS CANCELLED BY USER ON PAYMENT PAGE.',NULL,NULL,'0',NULL,'2021-12-24 13:57:06','2021-12-24 13:57:06','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(492,0,458,35,0,0,NULL,'2022-04-01','TJS109900169198',NULL,'6E-6014','IndiGo','1',1,'5-7505895109_0BOMCCU6E6014_21582208860193897','267','06:55:00','09:35:00',0,'R',160,'2h 40m',18676,14323,'BOM','CCU','Non-stop',1,1,4121.7,'5-7505895109_0BOMCCU6E6014_21582208860193897',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',3449,672.7,0,478,0,15,4121.7,0,0,0,0,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJS109900169198\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-04-01T06:55\",\"LocalFromTime\":\"2022-04-01 06:55\",\"FromUTCTime\":\"2022-04-01T06:55\",\"LocalToTime\":\"2022-04-01 09:35\",\"ToUTCTime\":\"2022-04-01T09:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4121.7,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3449,\"Tax\":672.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":177,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4121.7,\"PublishedFare\":4121.7,\"OfferedFare\":4121.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7505895109_0BOMCCU6E6014_21582238236750154\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":4121.7,\"BaseFare\":3449,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":177,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":4121.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4121.7,\"intOfferedFare\":4121.7,\"intPublishFare\":4121.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"735\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-04-01T09:35\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T06:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-04-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109900169198\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-04-01T06:55\",\"LocalFromTime\":\"2022-04-01 06:55\",\"FromUTCTime\":\"2022-04-01T06:55\",\"LocalToTime\":\"2022-04-01 09:35\",\"ToUTCTime\":\"2022-04-01T09:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4121.7,\"ApiResultIndex\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3449,\"Tax\":672.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":177,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4121.7,\"PublishedFare\":4121.7,\"OfferedFare\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":4121.7,\"BaseFare\":3449,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":177,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"735\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-04-01T09:35\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T06:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"localFromDateTime\":\"2022-04-01 06:55\",\"localToDateTime\":\"2022-04-01 09:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJS109900169198\",\"amount\":4121.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"neha@catpl.co.in\"],\"contacts\":[\"+918923963627\"]},\"status\":\"PENDING\",\"createdOn\":\"2022-01-03T16:30:22.577\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"49150\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6014\",\"eT\":\"320\"},\"stops\":0,\"duration\":160,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-04-01T06:55\",\"at\":\"2022-04-01T09:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"neha\",\"lN\":\"kannojia\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":672.7,\"TF\":4121.7,\"BF\":3449,\"NF\":4121.7},\"afC\":{\"TAF\":{\"AGST\":177,\"MFT\":2.7,\"MU\":0,\"OT\":478,\"MF\":15,\"YQ\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"293425\",\"TPSysId\":\"293426\",\"VersionId\":[\"48554\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"18111\",\"FareBreakdownid\":[\"348381\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000000180735','69A5B102348743C9A8D690D6C09064FE','TRANSACTION IS SUCCESSFUL.',NULL,NULL,'0',NULL,'2022-01-03 10:59:40','2022-01-03 10:59:40','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(493,0,142,10583,0,0,NULL,'2022-01-29','DMCS100700179698','TJS100700179698','SG-623','SpiceJet','1',1,'8059b-b7ec7-31ca2-1707b','463','09:30:00','12:05:00',0,'RS',155,'03h 35m',6000,14323,'MAA','CCU','Non-stop',1,1,3672.7,'4-2500667821_0MAACCUSG623_23297921748849277',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',2899,773.7,0,370,0,15,3672.7,0,0,200,36,0,0,0,0,100,0,0,'{\"bookingId\":\"DMCS100700179698\",\"bookingId_TJ\":\"TJS100700179698\",\"FlightNumber\":\"SG-623\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8059b-b7ec7-31ca2-1707b\",\"apiTraceId\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-01-29T09:30\",\"LocalFromTime\":\"2022-01-29 09:30\",\"FromUTCTime\":\"2022-01-29T09:30\",\"LocalToTime\":\"2022-01-29 12:05\",\"ToUTCTime\":\"2022-01-29T12:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,673\",\"ApiResultIndex\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2899,\"Tax\":537.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3436.7,\"PublishedFare\":3672.7,\"PublishedFareAgent\":3672.7,\"OfferedFareAgent\":3672.7,\"OfferedFare\":3436.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2500667821_0MAACCUSG623_23297955465208592\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":537.7,\"TotalBaseFare\":3436.7,\"BaseFareCal\":3472.7,\"BaseFare\":2899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":150,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3672.7,\"CostToCustomer\":3672.7,\"BaseFareCal\":3472.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3472.7,\"intOfferedFare\":3436.7,\"intPublishFare\":3436.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"117\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-01-29T12:05\",\"SegFlightNumber\":\"SG-623\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-01-29T09:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"FareRuleData\":{\"fareRule\":{\"MAA-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARF\":3000,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-01-23 07:34:41','2022-01-23 07:34:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Harish Kumar','harish verma',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(494,0,143,10382,0,0,NULL,'2022-02-24','DMCS109600180298','TJS109600180298','UK-774','Vistara','',1,'cefc3-932ee-759f6-a5f9e','539','20:35:00','23:30:00',0,'O',175,'03h 55m',14323,18676,'CCU','BOM','Non-stop',1,1,3634.7,'15-2-10-4813680172_3CCUBOMUK774_23466856022430565',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',2210,1424.7,0,924,0,15,3634.7,0,0,200,36,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS109600180298\",\"bookingId_TJ\":\"TJS109600180298\",\"FlightNumber\":\"UK-774\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2022-02-24T20:35\",\"LocalFromTime\":\"2022-02-24 20:35\",\"FromUTCTime\":\"2022-02-24T20:35\",\"LocalToTime\":\"2022-02-24 23:30\",\"ToUTCTime\":\"2022-02-24T23:30\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_0CCUBOMUK774_23467126936557345\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"53\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T23:30\",\"SegFlightNumber\":\"UK-774\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T20:35\",\"TripIndicator\":1,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"FareRuleData\":{\"fareRule\":{\"CCU-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ARF\":3920,\"CRF\":50,\"ARFT\":196,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure at a charge of INR 3920 per sector per Passenger\",\"fcs\":{\"ACF\":3920,\"CCF\":50,\"ACFT\":196,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-01-25 06:34:34','2022-01-25 06:34:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT NAGRATH','AMIT KUMAR',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(495,0,143,10382,301260,301261,'X6439P','2022-02-03','DMCS105600180401','TJS105600180401','G8-2501','Go First','1',1,'2a501-c589f-08029-3ae4f','240','02:40:00','04:55:00',0,'BC',135,'02h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,3935.7,'1-7980051141_0DELBOMG82501_23472197963362430',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',2164,1771.7,750,500,0,15,3935.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS105600180401\",\"bookingId_TJ\":\"TJS105600180401\",\"FlightNumber\":\"G8-2501\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a501-c589f-08029-3ae4f\",\"apiTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"02:40\",\"ArrivalTime\":\"04:55\",\"TravelDate\":\"2022-02-03T02:40\",\"LocalFromTime\":\"2022-02-03 02:40\",\"FromUTCTime\":\"2022-02-03T02:40\",\"LocalToTime\":\"2022-02-03 04:55\",\"ToUTCTime\":\"2022-02-03T04:55\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 03 Feb\",\"ArrivalDateTxt\":\"Thu, 03 Feb\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,936\",\"ApiResultIndex\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3935.7,\"PublishedFareAgent\":3935.7,\"OfferedFareAgent\":3935.7,\"OfferedFare\":3581.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7980051141_0DELBOMG82501_23472219651169186\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":36,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"TotalBaseFare\":3581.7,\"BaseFareCal\":3635.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3935.7,\"CostToCustomer\":3935.7,\"BaseFareCal\":3635.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3635.7,\"intOfferedFare\":3581.7,\"intPublishFare\":3581.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"218\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-03T04:55\",\"SegFlightNumber\":\"G8-2501\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-03T02:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"04:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"CRF\":50,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":1750,\"CCF\":50,\"ACFT\":87.5,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',13,'{\"bookingId\":\"DMCS105600180401\",\"bookingId_TJ\":\"TJS105600180401\",\"FlightNumber\":\"G8-2501\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a501-c589f-08029-3ae4f\",\"apiTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"02:40\",\"ArrivalTime\":\"04:55\",\"TravelDate\":\"2022-02-03T02:40\",\"LocalFromTime\":\"2022-02-03 02:40\",\"FromUTCTime\":\"2022-02-03T02:40\",\"LocalToTime\":\"2022-02-03 04:55\",\"ToUTCTime\":\"2022-02-03T04:55\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 03 Feb\",\"ArrivalDateTxt\":\"Thu, 03 Feb\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,936\",\"ApiResultIndex\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3935.7,\"PublishedFareAgent\":3935.7,\"OfferedFareAgent\":3935.7,\"OfferedFare\":3581.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7980051141_0DELBOMG82501_23472219651169186\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":36,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"TotalBaseFare\":3581.7,\"BaseFareCal\":3635.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3935.7,\"CostToCustomer\":3935.7,\"BaseFareCal\":3635.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3635.7,\"intOfferedFare\":3581.7,\"intPublishFare\":3581.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"218\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-03T04:55\",\"SegFlightNumber\":\"G8-2501\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-03T02:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"04:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"CRF\":50,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":1750,\"CCF\":50,\"ACFT\":87.5,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJS105600180401\",\"amount\":3581.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"harish@reisentours.com\"],\"contacts\":[\"919810040254\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T13:31:14.212\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51042\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"2501\",\"eT\":\"32N\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-02-03T02:40\",\"at\":\"2022-02-03T04:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"X6439P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rohan\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3581.7,\"TF\":3581.7,\"IGST\":2.7,\"TAF\":1417.7,\"BF\":2164},\"afC\":{\"TAF\":{\"OT\":500,\"YQ\":750,\"AGST\":150,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":{\"gstNumber\":\"07AADCR5276P1ZP\",\"email\":\"harish@reisentours.com\",\"mobile\":\"9810040254\",\"address\":\"C4A\\/46A, Janakpuri, New Delhi 110058\",\"registeredName\":\"Reisen Tours India Pvt Ltd\",\"bookingId\":\"TJS105600180401\",\"bookingUserId\":\"311588\",\"id\":6132},\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"301260\",\"TPSysId\":\"301261\",\"VersionId\":[\"51078\"],\"CustomerSysId\":\"159963\",\"TrxId\":\"19298\",\"FareBreakdownid\":[\"349440\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'54D241B91CC147A6A09905E5407EF962','','',NULL,'54D241B91CC147A6A09905E5407EF962','0',NULL,'2022-01-25 08:00:01','2022-01-25 08:00:01',NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,'13','AMIT NAGRATH','rohan singh','1','2022-01-25','c4a,46a','rohan singh','CORPORATE','0',0,NULL,0,0),(496,0,145,10604,0,0,NULL,'2022-03-02','DMCS102500180684','TJS102500180684','I5-548','AirAsia India','1',1,'a5a83-9f590-00ffb-d3a3d','75','04:45:00','07:10:00',0,'EC',145,'02h 25m',7701,14323,'DEL','CCU','Non-stop',1,1,2734.7,'22-0019486434_0DELCCUI5548_23485315800243303',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/I5.gif','INR',1916,818.7,0,465,0,15,2734.7,0,0,200,36,0,0,0,0,0,0,500,'{\"bookingId\":\"DMCS102500180684\",\"bookingId_TJ\":\"TJS102500180684\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a5a83-9f590-00ffb-d3a3d\",\"apiTraceId\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2022-03-02T04:45\",\"LocalFromTime\":\"2022-03-02 04:45\",\"FromUTCTime\":\"2022-03-02T04:45\",\"LocalToTime\":\"2022-03-02 07:10\",\"ToUTCTime\":\"2022-03-02T07:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 02 Mar\",\"ArrivalDateTxt\":\"Wed, 02 Mar\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,735\",\"ApiResultIndex\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1916,\"Tax\":582.7,\"YQTax\":0,\"OtherCharges\":465,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":100,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2498.7,\"PublishedFare\":2734.7,\"PublishedFareAgent\":2734.7,\"OfferedFareAgent\":2734.7,\"OfferedFare\":2498.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0019486434_0DELCCUI5548_23485336136122336\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":582.7,\"TotalBaseFare\":2498.7,\"BaseFareCal\":2534.7,\"BaseFare\":1916,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":100,\"MFT\":2.7,\"OT\":465,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2734.7,\"CostToCustomer\":2734.7,\"BaseFareCal\":2534.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":2534.7,\"intOfferedFare\":2498.7,\"intPublishFare\":2498.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"804\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-03-02T07:10\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-02T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SIAI\",\"Price\":200,\"Description\":\"CHOCO BANANA CAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"MOAI\",\"Price\":200,\"Description\":\"MYSORE PAK CHEESECAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PXCB\",\"Price\":300,\"Description\":\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CDCB\",\"Price\":300,\"Description\":\"TOMATO CUCUMBER CHEESE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"XCCB\",\"Price\":401,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SMCB\",\"Price\":401,\"Description\":\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SDCB\",\"Price\":401,\"Description\":\"SABUDANA KHICHDI WITH SHEERA(JAIN)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RICB\",\"Price\":401,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PTCB\",\"Price\":401,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"DJCB\",\"Price\":401,\"Description\":\"DAL TADKEWALA (HEALTHY\\/DIABETIC)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"COCB\",\"Price\":401,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CJCB\",\"Price\":401,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"AMCB\",\"Price\":401,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SIAI\",\"Price\":200,\"Description\":\"CHOCO BANANA CAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"MOAI\",\"Price\":200,\"Description\":\"MYSORE PAK CHEESECAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PXCB\",\"Price\":300,\"Description\":\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CDCB\",\"Price\":300,\"Description\":\"TOMATO CUCUMBER CHEESE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"XCCB\",\"Price\":401,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SMCB\",\"Price\":401,\"Description\":\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SDCB\",\"Price\":401,\"Description\":\"SABUDANA KHICHDI WITH SHEERA(JAIN)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RICB\",\"Price\":401,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PTCB\",\"Price\":401,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"DJCB\",\"Price\":401,\"Description\":\"DAL TADKEWALA (HEALTHY\\/DIABETIC)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"COCB\",\"Price\":401,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CJCB\",\"Price\":401,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"AMCB\",\"Price\":401,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-01-25 11:37:06','2022-01-25 11:37:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','neha  kannojia',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(497,0,146,10382,301451,301452,'TESTPNR','2022-02-28','DMCS102600180687','TJS102600180687','AI-9894','Air India','',1,'29df8-d16e7-585c5-9a63c','42','08:30:00','09:55:00',0,'S',85,'01h 25m',6000,12538,'MAA','HYD','Non-stop',1,1,1779.7,'15-2-10-8497236508_1MAAHYDAI9894_23485408784537119',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',900,879.7,0,318,0,15,1779.7,0,0,200,36,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS102600180687\",\"bookingId_TJ\":\"TJS102600180687\",\"FlightNumber\":\"AI-9894\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"29df8-d16e7-585c5-9a63c\",\"apiTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:55\",\"TravelDate\":\"2022-02-28T08:30\",\"LocalFromTime\":\"2022-02-28 08:30\",\"FromUTCTime\":\"2022-02-28T08:30\",\"LocalToTime\":\"2022-02-28 09:55\",\"ToUTCTime\":\"2022-02-28T09:55\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 28 Feb\",\"ArrivalDateTxt\":\"Mon, 28 Feb\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"1,780\",\"ApiResultIndex\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":900,\"Tax\":643.7,\"YQTax\":0,\"OtherCharges\":318,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":250,\"MUFee\":0,\"intPublishedFare\":1543.7,\"PublishedFare\":1779.7,\"PublishedFareAgent\":1779.7,\"OfferedFareAgent\":1779.7,\"OfferedFare\":1543.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-8497236508_0MAAHYDAI9894_23485430389064774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":643.7,\"TotalBaseFare\":1543.7,\"BaseFareCal\":1579.7,\"BaseFare\":900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":58,\"MFT\":2.7,\"OT\":318,\"MU\":0,\"YR\":250,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":1779.7,\"CostToCustomer\":1779.7,\"BaseFareCal\":1579.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":1579.7,\"intOfferedFare\":1543.7,\"intPublishFare\":1543.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"112\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-02-28T09:55\",\"SegFlightNumber\":\"AI-9894\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-02-28T08:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"FareRuleData\":{\"fareRule\":{\"MAA-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMCS102600180687\",\"bookingId_TJ\":\"TJS102600180687\",\"FlightNumber\":\"AI-9894\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"29df8-d16e7-585c5-9a63c\",\"apiTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:55\",\"TravelDate\":\"2022-02-28T08:30\",\"LocalFromTime\":\"2022-02-28 08:30\",\"FromUTCTime\":\"2022-02-28T08:30\",\"LocalToTime\":\"2022-02-28 09:55\",\"ToUTCTime\":\"2022-02-28T09:55\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 28 Feb\",\"ArrivalDateTxt\":\"Mon, 28 Feb\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"1,780\",\"ApiResultIndex\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":900,\"Tax\":643.7,\"YQTax\":0,\"OtherCharges\":318,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":250,\"MUFee\":0,\"intPublishedFare\":1543.7,\"PublishedFare\":1779.7,\"PublishedFareAgent\":1779.7,\"OfferedFareAgent\":1779.7,\"OfferedFare\":1543.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-8497236508_0MAAHYDAI9894_23485430389064774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":643.7,\"TotalBaseFare\":1543.7,\"BaseFareCal\":1579.7,\"BaseFare\":900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":58,\"MFT\":2.7,\"OT\":318,\"MU\":0,\"YR\":250,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":1779.7,\"CostToCustomer\":1779.7,\"BaseFareCal\":1579.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":1579.7,\"intOfferedFare\":1543.7,\"intPublishFare\":1543.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"112\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-02-28T09:55\",\"SegFlightNumber\":\"AI-9894\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-02-28T08:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"FareRuleData\":{\"fareRule\":{\"MAA-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJS102600180687\",\"amount\":1543.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"amit@reisentours.com\"],\"contacts\":[\"919810040254\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T17:10:14.640\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51079\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"9894\",\"eT\":\"ATR\"},\"oB\":{\"code\":\"9I\",\"name\":\"Alliance Air\",\"isLcc\":false},\"stops\":0,\"duration\":85,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-02-28T08:30\",\"at\":\"2022-02-28T09:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-HYD\":\"TESTPNR\"},\"ticketNumberDetails\":{\"MAA-HYD\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"sohil\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":1543.7,\"TF\":1543.7,\"IGST\":2.7,\"TAF\":643.7,\"BF\":900},\"afC\":{\"TAF\":{\"OT\":318,\"YR\":250,\"AGST\":58,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"301451\",\"TPSysId\":\"301452\",\"VersionId\":[\"51151\"],\"CustomerSysId\":\"158206\",\"TrxId\":\"19327\",\"FareBreakdownid\":[\"349459\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'47C1D763C0844270A1E685A82FEF81FD','','',NULL,'47C1D763C0844270A1E685A82FEF81FD','0',NULL,'2022-01-25 11:38:52','2022-01-25 11:38:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT NAGRATH','sohil singh',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(498,0,147,10385,301453,301454,'TESTPNR','2022-03-26','DMCS103300180691','TJS103300180691','AI-526','Air India','',1,'2edb2-fdb1b-cc6db-dd213','42','19:00:00','21:15:00',0,'S',135,'02h 15m',14323,12538,'CCU','HYD','Non-stop',1,1,2689.7,'15-2-10-6829796612_1CCUHYDAI526_23485462207247675',1,1,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',1270,1419.7,0,924,0,15,2689.7,0,0,200,36,0,0,0,0,0,0,0,'{\"bookingId\":\"DMCS103300180691\",\"bookingId_TJ\":\"TJS103300180691\",\"FlightNumber\":\"AI-526\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"apiTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2022-03-26T19:00\",\"LocalFromTime\":\"2022-03-26 19:00\",\"FromUTCTime\":\"2022-03-26T19:00\",\"LocalToTime\":\"2022-03-26 21:15\",\"ToUTCTime\":\"2022-03-26T21:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 26 Mar\",\"ArrivalDateTxt\":\"Sat, 26 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,690\",\"ApiResultIndex\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1270,\"Tax\":1183.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":72,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":2453.7,\"PublishedFare\":2689.7,\"PublishedFareAgent\":2689.7,\"OfferedFareAgent\":2689.7,\"OfferedFare\":2453.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-6829796612_0CCUHYDAI526_23485481459490751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1183.7,\"TotalBaseFare\":2453.7,\"BaseFareCal\":2489.7,\"BaseFare\":1270,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2689.7,\"CostToCustomer\":2689.7,\"BaseFareCal\":2489.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":2489.7,\"intOfferedFare\":2453.7,\"intPublishFare\":2453.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"455\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-03-26T21:15\",\"SegFlightNumber\":\"AI-526\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-03-26T19:00\",\"TripIndicator\":1,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"FareRuleData\":{\"fareRule\":{\"CCU-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMCS103300180691\",\"bookingId_TJ\":\"TJS103300180691\",\"FlightNumber\":\"AI-526\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"apiTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2022-03-26T19:00\",\"LocalFromTime\":\"2022-03-26 19:00\",\"FromUTCTime\":\"2022-03-26T19:00\",\"LocalToTime\":\"2022-03-26 21:15\",\"ToUTCTime\":\"2022-03-26T21:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 26 Mar\",\"ArrivalDateTxt\":\"Sat, 26 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,690\",\"ApiResultIndex\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1270,\"Tax\":1183.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":72,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":2453.7,\"PublishedFare\":2689.7,\"PublishedFareAgent\":2689.7,\"OfferedFareAgent\":2689.7,\"OfferedFare\":2453.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-6829796612_0CCUHYDAI526_23485481459490751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1183.7,\"TotalBaseFare\":2453.7,\"BaseFareCal\":2489.7,\"BaseFare\":1270,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2689.7,\"CostToCustomer\":2689.7,\"BaseFareCal\":2489.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":2489.7,\"intOfferedFare\":2453.7,\"intPublishFare\":2453.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"455\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-03-26T21:15\",\"SegFlightNumber\":\"AI-526\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-03-26T19:00\",\"TripIndicator\":1,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"FareRuleData\":{\"fareRule\":{\"CCU-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJS103300180691\",\"amount\":2453.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T17:10:36.907\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51080\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"526\",\"eT\":\"319\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-03-26T19:00\",\"at\":\"2022-03-26T21:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"CCU-HYD\":{\"code\":\"VLML\",\"desc\":\"Lacto-Ovo Veg Meal\"}},\"pnrDetails\":{\"CCU-HYD\":\"TESTPNR\"},\"ticketNumberDetails\":{\"CCU-HYD\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2453.7,\"TF\":2453.7,\"IGST\":2.7,\"TAF\":1183.7,\"BF\":1270},\"afC\":{\"TAF\":{\"OT\":924,\"YR\":170,\"AGST\":72,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"301453\",\"TPSysId\":\"301454\",\"VersionId\":[\"51152\"],\"CustomerSysId\":\"160066\",\"TrxId\":\"19328\",\"FareBreakdownid\":[\"349460\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'7D58EF97386E44FD9DA50EFE55AAE375','','',NULL,'7D58EF97386E44FD9DA50EFE55AAE375','0',NULL,'2022-01-25 11:39:42','2022-01-25 11:39:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'md sabir','Sudipta Banerjee',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(501,0,149,10560,302784,302785,'YX19S','2022-01-29','DMC100126136907','TJ100126136907','AI-678','Air India','',1,'f9413-85053-80b82-25a5d','42','09:00:00','11:15:00',0,'S',135,'02h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,6281.95,'21-10-15-2-6418084715_0DELBOMAI678_115415589403497',1,2,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',5130,1261.6,0,390,0,15,6281.95,0,0,355,63.9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"AI-678\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2022-01-29T09:00\",\"LocalFromTime\":\"2022-01-29 09:00\",\"FromUTCTime\":\"2022-01-29T09:00\",\"LocalToTime\":\"2022-01-29 11:15\",\"ToUTCTime\":\"2022-01-29T11:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,282\",\"ApiResultIndex\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5130,\"Tax\":842.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5972.7,\"PublishedFare\":6281.95,\"PublishedFareAgent\":6281.95,\"OfferedFareAgent\":6281.95,\"OfferedFare\":5863.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_0DELBOMAI678_16933383597421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":842.7,\"TotalBaseFare\":5972.7,\"BaseFareCal\":5926.95,\"BaseFare\":5130,\"CommissionEarned\":109.65,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":109.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6281.95,\"CostToCustomer\":6281.95,\"BaseFareCal\":5926.95,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5926.95,\"intOfferedFare\":5863.05,\"intPublishFare\":5972.7,\"TripjackMarkup\":0,\"TripjackCommission\":109.65,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-29T11:15\",\"SegFlightNumber\":\"AI-678\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-29T09:00\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 13 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: INR 3,000\\/- or basic fare whichever is lower + Rs 50 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 13 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,500\\/- or basic fare whichever is lower\",\"fcs\":{\"CCF\":25,\"ACFT\":175,\"ACF\":3500,\"CCFT\":4.5}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"AI-678\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2022-01-29T09:00\",\"LocalFromTime\":\"2022-01-29 09:00\",\"FromUTCTime\":\"2022-01-29T09:00\",\"LocalToTime\":\"2022-01-29 11:15\",\"ToUTCTime\":\"2022-01-29T11:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,282\",\"ApiResultIndex\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5130,\"Tax\":842.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5972.7,\"PublishedFare\":6281.95,\"PublishedFareAgent\":6281.95,\"OfferedFareAgent\":6281.95,\"OfferedFare\":5863.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_0DELBOMAI678_16933383597421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":842.7,\"TotalBaseFare\":5972.7,\"BaseFareCal\":5926.95,\"BaseFare\":5130,\"CommissionEarned\":109.65,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":109.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6281.95,\"CostToCustomer\":6281.95,\"BaseFareCal\":5926.95,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5926.95,\"intOfferedFare\":5863.05,\"intPublishFare\":5972.7,\"TripjackMarkup\":0,\"TripjackCommission\":109.65,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-29T11:15\",\"SegFlightNumber\":\"AI-678\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-29T09:00\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 13 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: INR 3,000\\/- or basic fare whichever is lower + Rs 50 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 13 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,500\\/- or basic fare whichever is lower\",\"fcs\":{\"CCF\":25,\"ACFT\":175,\"ACF\":3500,\"CCFT\":4.5}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ100126136907\",\"amount\":11933.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sds@tapishsecuritas.com\"],\"contacts\":[\"919810610616\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-28T15:55:40.663\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"6877222\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"678\",\"eT\":\"32B\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-01-29T09:00\",\"at\":\"2022-01-29T11:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"6877223\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"902\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2022-02-01T15:45\",\"at\":\"2022-02-01T18:05\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"YX19S\",\"BOM-DEL\":\"5IEFLF\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"0986934723622\",\"BOM-DEL\":\"2286934723621\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"satya Deo\",\"lN\":\"Sharma\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1633.4,\"IGST\":5.4,\"NCM\":428.7,\"NF\":11504.7,\"TF\":11933.4,\"BF\":10300},\"afC\":{\"TAF\":{\"OT\":768,\"MFT\":5.4,\"YR\":300,\"AGST\":530,\"MF\":30},\"NCM\":{\"TDS\":-22.56,\"OT\":451.26}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"302784\",\"TPSysId\":\"302785\",\"VersionId\":[\"51550\",\"51551\"],\"CustomerSysId\":\"159146\",\"TrxId\":\"19506\",\"FareBreakdownid\":[\"349597\",\"349598\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'F2A4D47F2D124A509FF678A4C8F3EE90','','',NULL,'F2A4D47F2D124A509FF678A4C8F3EE90','0',NULL,'2022-01-28 10:24:35','2022-01-28 10:24:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SATYA DEO SHARMA','satya Deo Sharma',NULL,NULL,NULL,NULL,'SPECIAL_RETURN','0',0,NULL,0,0),(502,501,149,10560,302784,302785,'5IEFLF','2022-02-01','DMC100126136907','TJ100126136907','UK-902','Vistara','',1,'f9413-85053-80b82-25a5d','539','15:45:00','18:05:00',0,'O',140,'02h 20m',7701,18676,'BOM','DEL','Non-stop',1,1,6060.55,'21-10-15-2-6418084715_1BOMDELUK902_115415590346965',2,2,0,'http://b2b.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',5170,1209.6,0,378,0,15,6060.55,0,0,355,63.9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"UK-902\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2022-02-01T15:45\",\"LocalFromTime\":\"2022-02-01 15:45\",\"FromUTCTime\":\"2022-02-01T15:45\",\"LocalToTime\":\"2022-02-01 18:05\",\"ToUTCTime\":\"2022-02-01T18:05\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 01 Feb\",\"ArrivalDateTxt\":\"Tue, 01 Feb\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,343\",\"ApiResultIndex\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":790.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5960.7,\"PublishedFare\":6060.549999999999,\"PublishedFareAgent\":6060.549999999999,\"OfferedFareAgent\":6060.549999999999,\"OfferedFare\":5641.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_1BOMDELUK902_16933384225623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.7,\"TotalBaseFare\":5960.7,\"BaseFareCal\":5705.549999999999,\"BaseFare\":5170,\"CommissionEarned\":319.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":319.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6060.549999999999,\"CostToCustomer\":6060.549999999999,\"BaseFareCal\":5705.549999999999,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5705.549999999999,\"intOfferedFare\":5641.65,\"intPublishFare\":5960.7,\"TripjackMarkup\":0,\"TripjackCommission\":319.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-02-01T18:05\",\"SegFlightNumber\":\"UK-902\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-02-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 3675 + Fare Difference\",\"fcs\":{\"ARFT\":183.75,\"CRF\":50,\"CRFT\":9,\"ARF\":3675}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure at a charge of INR 3,675 per sector per Passenger\",\"fcs\":{\"CCFT\":4.5,\"ACFT\":183.75,\"CCF\":25,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"UK-902\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2022-02-01T15:45\",\"LocalFromTime\":\"2022-02-01 15:45\",\"FromUTCTime\":\"2022-02-01T15:45\",\"LocalToTime\":\"2022-02-01 18:05\",\"ToUTCTime\":\"2022-02-01T18:05\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 01 Feb\",\"ArrivalDateTxt\":\"Tue, 01 Feb\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,343\",\"ApiResultIndex\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":790.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5960.7,\"PublishedFare\":6060.549999999999,\"PublishedFareAgent\":6060.549999999999,\"OfferedFareAgent\":6060.549999999999,\"OfferedFare\":5641.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_1BOMDELUK902_16933384225623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.7,\"TotalBaseFare\":5960.7,\"BaseFareCal\":5705.549999999999,\"BaseFare\":5170,\"CommissionEarned\":319.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":319.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6060.549999999999,\"CostToCustomer\":6060.549999999999,\"BaseFareCal\":5705.549999999999,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5705.549999999999,\"intOfferedFare\":5641.65,\"intPublishFare\":5960.7,\"TripjackMarkup\":0,\"TripjackCommission\":319.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-02-01T18:05\",\"SegFlightNumber\":\"UK-902\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-02-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 3675 + Fare Difference\",\"fcs\":{\"ARFT\":183.75,\"CRF\":50,\"CRFT\":9,\"ARF\":3675}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure at a charge of INR 3,675 per sector per Passenger\",\"fcs\":{\"CCFT\":4.5,\"ACFT\":183.75,\"CCF\":25,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ100126136907\",\"amount\":11933.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sds@tapishsecuritas.com\"],\"contacts\":[\"919810610616\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-28T15:55:40.663\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"6877222\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"678\",\"eT\":\"32B\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-01-29T09:00\",\"at\":\"2022-01-29T11:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"6877223\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"902\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2022-02-01T15:45\",\"at\":\"2022-02-01T18:05\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"YX19S\",\"BOM-DEL\":\"5IEFLF\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"0986934723622\",\"BOM-DEL\":\"2286934723621\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"satya Deo\",\"lN\":\"Sharma\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1633.4,\"IGST\":5.4,\"NCM\":428.7,\"NF\":11504.7,\"TF\":11933.4,\"BF\":10300},\"afC\":{\"TAF\":{\"OT\":768,\"MFT\":5.4,\"YR\":300,\"AGST\":530,\"MF\":30},\"NCM\":{\"TDS\":-22.56,\"OT\":451.26}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"302784\",\"TPSysId\":\"302785\",\"VersionId\":[\"51550\",\"51551\"],\"CustomerSysId\":\"159146\",\"TrxId\":\"19506\",\"FareBreakdownid\":[\"349597\",\"349598\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'F2A4D47F2D124A509FF678A4C8F3EE90','','',NULL,'F2A4D47F2D124A509FF678A4C8F3EE90','0',NULL,'2022-01-28 10:24:35','2022-01-28 10:24:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SATYA DEO SHARMA','satya Deo Sharma',NULL,NULL,NULL,NULL,'SPECIAL_RETURN','0',0,NULL,0,0),(503,0,145,10604,0,0,NULL,'2022-03-17','DMC110126454833','TJ110126454833','UA-899','United Airlines','',1,'49cd5-b22a0-65578-9c205','523','01:10:00','18:35:00',0,'Y',2575,'17h 25m',7701,8219,'DEL','DXB','2 Stop(s)',1,1,496076.6,'21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346',1,1,1,'http://b2b.reisentours.com/public/upload/AirlineLogo/UA.gif','INR',420275,76229.1,48610,3767,0,45,496076.6,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC110126454833\",\"bookingId_TJ\":\"TJ110126454833\",\"FlightNumber\":\"UA-899\",\"AirlineName\":\"United Airlines\",\"AirlineCode\":\"UA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"49cd5-b22a0-65578-9c205\",\"apiTraceId\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"AirlineSysId\":\"523\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2022-03-17T01:10\",\"LocalFromTime\":\"2022-03-17 01:10\",\"FromUTCTime\":\"2022-03-17T01:10\",\"LocalToTime\":\"2022-03-18 18:35\",\"ToUTCTime\":\"2022-03-18T18:35\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"Chicago\",\"GroundTime\":799,\"LAYOVERDuration\":\"13h 19m\",\"FlyingMinutes\":2575,\"DepartureDateTxt\":\"Thu, 17 Mar\",\"ArrivalDateTxt\":\"Fri, 18 Mar\",\"FlightDuration\":\"17h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"496,077\",\"ApiResultIndex\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":420275,\"Tax\":75875.1,\"YQTax\":48610,\"OtherCharges\":3767,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.1,\"AirlineGSTComponent\":23445,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":496150.1,\"PublishedFare\":496076.6,\"PublishedFareAgent\":496076.6,\"OfferedFareAgent\":496076.6,\"OfferedFare\":495722.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-2-15-10-1518872353_0DELORDUA899ORDYYZUA5388YYZDXBUA8042_22652570763426\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":75875.1,\"TotalBaseFare\":496150.1,\"BaseFareCal\":495776.6,\"BaseFare\":420275,\"CommissionEarned\":427.5,\"TDS\":0,\"MF\":45,\"YQ\":48610,\"AGST\":23445,\"MFT\":8.1,\"OT\":3767,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":496076.6,\"CostToCustomer\":496076.6,\"BaseFareCal\":495776.6,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":495776.6,\"intOfferedFare\":495722.6,\"intPublishFare\":496150.1,\"TripjackMarkup\":0,\"TripjackCommission\":427.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"383\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"OHare Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chicago\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"ORD\",\"destinationArrTime\":\"2022-03-17T05:55\",\"SegFlightNumber\":\"UA-899\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-17T01:10\",\"TripIndicator\":1,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":915,\"GroundTime\":99,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"15h 15m\",\"LAYOVERDuration\":\"1h 39m\",\"LAYOVERCity\":\"Chicago\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"384\",\"originAirportName\":\"OHare Intl Arpt\",\"destinationAirportName\":\"Lester B Pearson Intl\",\"originCityName\":\"Chicago\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Toronto\",\"destinationCountryName\":\"Canada\",\"destinationAirportCode\":\"YYZ\",\"destinationArrTime\":\"2022-03-17T10:15\",\"SegFlightNumber\":\"UA-5388\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"ORD\",\"originDepTime\":\"2022-03-17T07:34\",\"TripIndicator\":2,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":101,\"GroundTime\":700,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:34\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 41m\",\"LAYOVERDuration\":\"11h 40m\",\"LAYOVERCity\":\"Toronto\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false},{\"segmentid\":\"385\",\"originAirportName\":\"Lester B Pearson Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Toronto\",\"originCountryName\":\"Canada\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2022-03-18T18:35\",\"SegFlightNumber\":\"UA-8042\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"YYZ\",\"originDepTime\":\"2022-03-17T21:55\",\"TripIndicator\":3,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":3,\"Duration\":760,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:55\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"12h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":2,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-02-01 13:13:24','2022-02-01 13:13:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'neha kannojia','neha  kannojia',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,0),(504,0,512,35,0,0,NULL,'2022-03-06',NULL,NULL,'SG-8803','SpiceJet','1',0,'11-0606444521_3DELBOMSG8803_41092114025150','463','07:20:00','09:35:00',0,'G',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,4772,'11-0606444521_3DELBOMSG8803_41092114025150',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',4300,317.7,0,300,0,15,4772,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-02-28 12:56:59','2022-02-28 12:56:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(505,0,150,35,0,0,NULL,'2022-03-04',NULL,NULL,'6E-895','IndiGo','1',1,'5-1948380523_0CCUPAT6E895_15793046141557','267','17:30:00','18:35:00',0,'R',65,'1h 5m',14323,20918,'CCU','PAT','Non-stop',1,1,5342.11,'5-1948380523_0CCUPAT6E895_15793046141557',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',3900,1270.95,0,1053.25,0,15,5342.11,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-03-04 06:17:46','2022-03-04 06:17:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(506,0,513,35,0,0,NULL,'2022-03-25',NULL,NULL,'I5-557','AirAsia India','1',0,'11-3202248770_1MAACCUI5557_29654550823494','75','23:50:00','02:15:00',0,'G',145,'2h 25m',6000,14323,'MAA','CCU','Non-stop',1,1,3937.2,'11-3202248770_1MAACCUI5557_29654550823494',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/I5.gif','INR',3500,267.7,0,250,0,15,3937.2,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-03-11 12:45:18','2022-03-11 12:45:18','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(507,0,151,11614,0,0,NULL,'2022-03-31','DMC101629928665','TJ101629928665','G8-338','Go First','1',1,'24bbc-9485f-8b32e-14462','240','10:55:00','13:10:00',0,'BC',135,'02h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,6897.4,'1-7398339019_3DELBOMG8338_30634953080065',1,2,0,'https://b2b.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',5827,1388.7,0,709,0,15,6897.4,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101629928665\",\"bookingId_TJ\":\"TJ101629928665\",\"FlightNumber\":\"G8-338\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"24bbc-9485f-8b32e-14462\",\"apiTraceId\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"13:10\",\"TravelDate\":\"2022-03-31T10:55\",\"LocalFromTime\":\"2022-03-31 10:55\",\"FromUTCTime\":\"2022-03-31T10:55\",\"LocalToTime\":\"2022-03-31 13:10\",\"ToUTCTime\":\"2022-03-31T13:10\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 31 Mar\",\"ArrivalDateTxt\":\"Thu, 31 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,897\",\"ApiResultIndex\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5827,\"Tax\":1034.7,\"YQTax\":0,\"OtherCharges\":709,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6861.7,\"PublishedFare\":6897.4,\"PublishedFareAgent\":6897.4,\"OfferedFareAgent\":6897.4,\"OfferedFare\":6543.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7398339019_0DELBOMG8338_30809982923421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1034.7,\"TotalBaseFare\":6861.7,\"BaseFareCal\":6597.4,\"BaseFare\":5827,\"CommissionEarned\":318.3,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":308,\"MFT\":2.7,\"OT\":709,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":318.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6897.4,\"CostToCustomer\":6897.4,\"BaseFareCal\":6597.4,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6597.4,\"intOfferedFare\":6543.4,\"intPublishFare\":6861.7,\"TripjackMarkup\":0,\"TripjackCommission\":318.3,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"2\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-03-31T13:10\",\"SegFlightNumber\":\"G8-338\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-31T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"13:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":5,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":5,\"CCFT\":4.5,\"CCF\":25,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-30 12:00\",\"localToDateTime\":\"2022-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-03-22 13:04:55','2022-03-22 13:04:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'VIJAY MALIK','vijay malik',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,0),(508,507,151,11614,0,0,NULL,'2022-04-01','DMC101629928665','TJ101629928665','G8-339','Go First','1',1,'24bbc-9485f-8b32e-14462','240','18:00:00','20:05:00',0,'BC',125,'02h 05m',7701,18676,'BOM','DEL','Non-stop',1,1,6886.62,'1-7398339019_6BOMDELG8339_30634952861940',2,2,0,'https://b2b.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',5823,1381.7,0,702,0,15,6886.62,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101629928665\",\"bookingId_TJ\":\"TJ101629928665\",\"FlightNumber\":\"G8-339\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"24bbc-9485f-8b32e-14462\",\"apiTraceId\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"18:00\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2022-04-01T18:00\",\"LocalFromTime\":\"2022-04-01 18:00\",\"FromUTCTime\":\"2022-04-01T18:00\",\"LocalToTime\":\"2022-04-01 20:05\",\"ToUTCTime\":\"2022-04-01T20:05\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,784\",\"ApiResultIndex\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5823,\"Tax\":1027.7,\"YQTax\":0,\"OtherCharges\":702,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6850.7,\"PublishedFare\":6886.62,\"PublishedFareAgent\":6886.62,\"OfferedFareAgent\":6886.62,\"OfferedFare\":6532.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7398339019_1BOMDELG8339_30809983596645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1027.7,\"TotalBaseFare\":6850.7,\"BaseFareCal\":6586.62,\"BaseFare\":5823,\"CommissionEarned\":318.08,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":308,\"MFT\":2.7,\"OT\":702,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":318.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6886.62,\"CostToCustomer\":6886.62,\"BaseFareCal\":6586.62,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6586.62,\"intOfferedFare\":6532.62,\"intPublishFare\":6850.7,\"TripjackMarkup\":0,\"TripjackCommission\":318.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"3\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-04-01T20:05\",\"SegFlightNumber\":\"G8-339\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T18:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:00\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"3\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"3\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"CRFT\":9,\"ARFT\":5,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":5,\"CCF\":25,\"CCFT\":4.5,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-30 12:00\",\"localToDateTime\":\"2022-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-03-22 13:04:55','2022-03-22 13:04:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'VIJAY MALIK','vijay malik',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,0),(509,0,152,10384,0,0,NULL,'2022-04-21','DMC107530522121','TJ107530522121','SG-2931','SpiceJet','1',1,'a2383-15357-b4241-ee67e','463','17:00:00','18:40:00',0,'SA',100,'02h 40m',7701,974,'DEL','ATQ','Non-stop',1,1,3955.65,'4-4002602687_0DELATQSG2931_6755152644445',1,1,0,'https://b2b.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',2951,1039.7,0,514,0,15,3955.65,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107530522121\",\"bookingId_TJ\":\"TJ107530522121\",\"FlightNumber\":\"SG-2931\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a2383-15357-b4241-ee67e\",\"apiTraceId\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-04-21T17:00\",\"LocalFromTime\":\"2022-04-21 17:00\",\"FromUTCTime\":\"2022-04-21T17:00\",\"LocalToTime\":\"2022-04-21 18:40\",\"ToUTCTime\":\"2022-04-21T18:40\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 21 Apr\",\"ArrivalDateTxt\":\"Thu, 21 Apr\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":30,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,956\",\"ApiResultIndex\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2951,\"Tax\":685.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":154,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3636.7,\"PublishedFare\":3955.65,\"PublishedFareAgent\":3955.65,\"OfferedFareAgent\":3955.65,\"OfferedFare\":3601.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4002602687_0DELATQSG2931_32342526888631\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":30,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.7,\"TotalBaseFare\":3636.7,\"BaseFareCal\":3655.65,\"BaseFare\":2951,\"CommissionEarned\":35.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":154,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":35.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3955.65,\"CostToCustomer\":3955.65,\"BaseFareCal\":3655.65,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3655.65,\"intOfferedFare\":3601.65,\"intPublishFare\":3636.7,\"TripjackMarkup\":0,\"TripjackCommission\":35.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"873\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2022-04-21T18:40\",\"SegFlightNumber\":\"SG-2931\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-04-21T17:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":30,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"FareRuleData\":{\"fareRule\":{\"DEL-ATQ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARF\":100,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 1,750 __nls__ Before 96 hrs Rs 1,500\",\"fcs\":{\"CCF\":25,\"ACF\":1750,\"ACFT\":87.5,\"CCFT\":4.5}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-04-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"974\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-04-01 08:43:02','2022-04-01 08:43:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SONIKA KATARIA','cc tg',NULL,NULL,NULL,NULL,'SME','0',0,NULL,0,0),(510,0,153,35,0,0,NULL,'2022-05-16',NULL,NULL,'SG-392','SpiceJet','1',0,'11-8567973511_0PATBOMSG392_12777855196119','463','10:45:00','13:40:00',0,'G',175,'2h 55m',20918,18676,'PAT','BOM','Non-stop',1,1,4772,'11-8567973511_0PATBOMSG392_12777855196119',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',4300,317.7,0,300,0,15,4772,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-06 05:45:17','2022-05-06 05:45:17','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'273999',0,0),(513,0,156,35,0,0,NULL,'2022-05-25',NULL,NULL,'G8-319','Go First','1',1,'1-8439445482_3BOMDELG8319_54394846375809','240','09:55:00','12:10:00',0,'SP',135,'2h 15m',18676,7701,'BOM','DEL','Non-stop',1,1,4381.61,'1-8439445482_3BOMDELG8319_54394846375809',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',3513,707.7,0,508,0,15,4381.61,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-09 18:50:43','2022-05-09 18:50:43','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(514,0,157,35,0,0,'5YQ6W8','2022-05-20','TJ108933935274',NULL,'UK-845','Vistara','',1,'21-10-15-2-2375065272_1BOMBLRUK845_5196108539749','539','06:00:00','07:50:00',0,'V',110,'1h 50m',18676,0,'BOM','BLR','Non-stop',2,1,13346.66,'21-10-15-2-2375065272_1BOMBLRUK845_5196108539749',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',11940,1661.4,0,756,0,30,13346.66,400,0,0,72,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ108933935274\",\"FlightNumber\":\"UK-845\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-05-20T06:00\",\"LocalFromTime\":\"2022-05-20 06:00\",\"FromUTCTime\":\"2022-05-20T06:00\",\"LocalToTime\":\"2022-05-20 07:50\",\"ToUTCTime\":\"2022-05-20T07:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 20 May\",\"ArrivalDateTxt\":\"Fri, 20 May\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13601.4,\"PublishedFareTxt\":\"13,601\",\"ApiResultIndex\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11940,\"Tax\":1661.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13601.4,\"PublishedFare\":13346.66,\"OfferedFare\":12874.66,\"CommissionEarned\":726.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-38.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2375065272_0BOMBLRUK845_16064955218363\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":72,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1661.4,\"BaseFareCal\":12946.66,\"BaseFare\":11940,\"CommissionEarned\":726.74,\"TDS\":-38.26,\"MF\":30,\"YQ\":0,\"AGST\":610,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"intTotalGST\":72,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":726.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":400,\"IntTaxOnAgencyFixMarkUp\":72,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":72,\"PublishFare\":13346.66,\"CostToCustomer\":13346.66,\"BaseFareCal\":12946.66,\"intCommisionEarnedForAgency\":400,\"CostToCompany\":12946.66,\"intOfferedFare\":12874.66,\"intPublishFare\":13601.4,\"TripjackMarkup\":0,\"TripjackCommission\":726.74,\"TripjackTDS\":\"38.26\"}},\"Segments\":[{\"segmentid\":\"822\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-05-20T07:50\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ108933935274\",\"FlightNumber\":\"UK-845\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-05-20T06:00\",\"LocalFromTime\":\"2022-05-20 06:00\",\"FromUTCTime\":\"2022-05-20T06:00\",\"LocalToTime\":\"2022-05-20 07:50\",\"ToUTCTime\":\"2022-05-20T07:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 20 May\",\"ArrivalDateTxt\":\"Fri, 20 May\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13601.4,\"ApiResultIndex\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11940,\"Tax\":1661.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13601.4,\"PublishedFare\":13346.66,\"OfferedFare\":12874.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1661.4,\"BaseFareCal\":12946.66,\"BaseFare\":11940,\"CommissionEarned\":726.74,\"TDS\":-38.26,\"MF\":30,\"YQ\":0,\"AGST\":610,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"822\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-05-20T07:50\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"localFromDateTime\":\"2022-05-20 06:00\",\"localToDateTime\":\"2022-05-20 07:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ108933935274\",\"amount\":13601.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"exhobuzz@gmail.com\"],\"contacts\":[\"+9108452968506\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-05-19T11:27:53.214\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"8835539\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"845\",\"eT\":\"320\"},\"stops\":0,\"duration\":110,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-05-20T06:00\",\"at\":\"2022-05-20T07:50\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-BLR\":\"5YQ6W8\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283905471180\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mukesh\",\"lN\":\"Mistry\"},{\"pnrDetails\":{\"BOM-BLR\":\"5YQ6W8\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283905471181\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Jyoti\",\"lN\":\"Yadav\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":5.4,\"NF\":12874.66,\"BF\":11940,\"TAF\":1661.4,\"TF\":13601.4,\"NCM\":726.74},\"afC\":{\"TAF\":{\"AGST\":610,\"OT\":756,\"YR\":260,\"MFT\":5.4,\"MF\":30},\"NCM\":{\"OT\":765,\"TDS\":-38.26}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"372520\",\"TPSysId\":\"372521\",\"VersionId\":[\"70544\"],\"CustomerSysId\":\"193906\",\"TrxId\":\"25887\",\"FareBreakdownid\":[\"353984\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000101641310','4C1DB81DD5674D62B1C85F29428A12C2','SUCCESS',NULL,NULL,'0',NULL,'2022-05-19 05:46:30','2022-05-19 05:46:30','27ABFPY5831M1ZY','Kuchbheee.com','jbyadav.211@gmail.com','9673086306','402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY','Maharashtra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(515,0,158,35,0,0,NULL,'2022-05-21',NULL,NULL,'6E-2053','IndiGo','1',1,'5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698','267','23:10:00','08:15:00',0,'R',545,'9h 5m',0,28058,'BLR','UDR','1 Stop(s)',1,1,8603.82,'5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',7250,1186.7,0,799,0,15,8603.82,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-19 08:44:23','2022-05-19 08:44:23','27ABFPY5831M1ZY','Kuchbheee.com','jbyadav.211@gmail.com','9673086306','402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY','Maharashtra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'775050',0,0),(516,0,537,35,0,0,NULL,'2022-05-22',NULL,NULL,'6E-5372','IndiGo','1',1,'5-3993333179_0BOMUDR6E5372_11888561049217','267','06:35:00','08:00:00',0,'R',85,'1h 25m',18676,28058,'BOM','UDR','Non-stop',1,1,5835.15,'5-3993333179_0BOMUDR6E5372_11888561049217',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',4900,745.7,0,478,0,15,5835.15,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-21 04:36:35','2022-05-21 04:36:35','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(517,0,538,35,0,0,NULL,'2022-05-22',NULL,NULL,'6E-5372','IndiGo','1',1,'5-4533586076_0BOMUDR6E5372_7382062817351','267','06:35:00','08:00:00',0,'R',85,'1h 25m',18676,28058,'BOM','UDR','Non-stop',1,1,5835.15,'5-4533586076_0BOMUDR6E5372_7382062817351',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',4900,745.7,0,478,0,15,5835.15,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-21 04:39:38','2022-05-21 04:39:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(518,0,539,35,0,0,'XKI6PV','2022-05-22','TJ105434100290',NULL,'6E-5372','IndiGo','1',1,'5-9618631815_0BOMUDR6E5372_17910604854564','267','06:35:00','08:00:00',0,'R',85,'1h 25m',18676,28058,'BOM','UDR','Non-stop',1,1,5835.15,'5-9618631815_0BOMUDR6E5372_17910604854564',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',4900,745.7,0,478,0,15,5835.15,200,0,0,36,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ105434100290\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"PublishedFareTxt\":\"5,646\",\"ApiResultIndex\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"CommissionEarned\":46.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9618631815_0BOMUDR6E5372_17919775029699\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5835.15,\"CostToCustomer\":5835.15,\"BaseFareCal\":5635.15,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5635.15,\"intOfferedFare\":5599.15,\"intPublishFare\":5645.7,\"TripjackMarkup\":0,\"TripjackCommission\":46.55,\"TripjackTDS\":\"2.45\"}},\"Segments\":[{\"segmentid\":\"907\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CCWT\",\"Price\":175,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VPAV\",\"Price\":250,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CNWT\",\"Price\":275,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"AOAT\",\"Price\":325,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"PBMR\",\"Price\":375,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHCR\",\"Price\":375,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHBR\",\"Price\":375,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHNM\",\"Price\":425,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CKKU\",\"Price\":450,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VLML\",\"Price\":500,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"NLVG\",\"Price\":500,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"LCVG\",\"Price\":500,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"DBVG\",\"Price\":500,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHNS\",\"Price\":500,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105434100290\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"ApiResultIndex\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"907\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"localFromDateTime\":\"2022-05-22 06:35\",\"localToDateTime\":\"2022-05-22 08:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ105434100290\",\"amount\":5645.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"exhobuzz@gmail.com\"],\"contacts\":[\"+9108452968506\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-05-21T10:15:58.376\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"8877884\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5372\",\"eT\":\"321\"},\"stops\":0,\"duration\":85,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"UDR\",\"name\":\"Maharana Pratap Arpt\",\"cityCode\":\"UDR\",\"city\":\"Udaipur\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-05-22T06:35\",\"at\":\"2022-05-22T08:00\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-UDR\":\"XKI6PV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mukesh\",\"lN\":\"Mistry\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NCM\":46.55,\"BF\":4900,\"IGST\":2.7,\"TF\":5645.7,\"TAF\":745.7,\"NF\":5599.15},\"afC\":{\"NCM\":{\"OT\":49,\"TDS\":-2.45},\"TAF\":{\"MF\":15,\"MFT\":2.7,\"AGST\":250,\"YQ\":0,\"OT\":478}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"373962\",\"TPSysId\":\"373963\",\"VersionId\":[\"71191\"],\"CustomerSysId\":\"193906\",\"TrxId\":\"25997\",\"FareBreakdownid\":[\"354073\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000102008327','AB75C44FB0764ACBAACBE44715014DC1','SUCCESS',NULL,NULL,'0',NULL,'2022-05-21 04:42:02','2022-05-21 04:42:02','27ABFPY5831M1ZY','Kuchbheee.com','jbyadav.211@gmail.com','9673086306','402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY','Maharashtra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(519,0,540,35,0,0,NULL,'2022-05-25',NULL,NULL,'SG-711','SpiceJet','1',1,'4-1986031327_3DELBOMSG711_9041712676173','463','21:40:00','23:55:00',0,'CP',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,6298.75,'4-1986031327_3DELBOMSG711_9041712676173',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',4639,1693.7,0,1430,0,15,6298.75,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-05-24 06:13:22','2022-05-24 06:13:22','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(520,0,159,35,0,0,NULL,'2022-09-11',NULL,NULL,'UK-21','Vistara','',1,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656','0','14:30:00','20:10:00',0,'V',0,'9h 10m',7701,20822,'DEL','CDG','Non-stop',1,1,51964,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',43115,8531.4,0,6067,0,30,51964,1000,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-13 08:30:34','2022-06-13 08:30:34','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'886966',0,0),(521,520,159,35,0,0,NULL,'2022-09-11',NULL,NULL,'UK-22','Vistara','',1,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656','0','23:05:00','10:40:00',0,'V',0,'8h 5m',20822,7701,'CDG','DEL','Non-stop',1,1,51964,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656',2,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',43115,8531.4,0,6067,0,30,51964,1000,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-13 08:30:34','2022-06-13 08:30:34','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'886966',0,0),(522,0,541,35,0,0,NULL,'2022-09-11',NULL,NULL,'UK-21','Vistara','',1,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976','0','14:30:00','20:10:00',0,'V',0,'9h 10m',7701,20822,'DEL','CDG','Non-stop',1,1,51964,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',43115,8531.4,0,6067,0,30,51964,1000,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-13 11:59:44','2022-06-13 11:59:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'151612',0,0),(523,522,541,35,0,0,NULL,'2022-09-11',NULL,NULL,'UK-22','Vistara','',1,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976','0','23:05:00','10:40:00',0,'V',0,'8h 5m',20822,7701,'CDG','DEL','Non-stop',1,1,51964,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976',2,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',43115,8531.4,0,6067,0,30,51964,1000,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-13 11:59:44','2022-06-13 11:59:44','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'151612',0,0),(524,0,160,35,0,0,NULL,'2022-06-30',NULL,NULL,'SG-8207','SpiceJet','1',1,'4-4761978357_0DELMAASG8207_9867787758427','463','08:45:00','11:40:00',0,'HR',175,'2h 55m',7701,6000,'DEL','MAA','Non-stop',1,1,6602.02,'4-4761978357_0DELMAASG8207_9867787758427',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',5615,817.7,0,514,0,15,6602.02,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-29 07:18:20','2022-06-29 07:18:20','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(526,0,162,35,0,0,NULL,'2022-07-01',NULL,NULL,'AI-665','Air India','',1,'21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723','42','08:00:00','13:25:00',0,'Z',325,'5h 25m',7701,12995,'DEL','JAI','1 Stop(s)',1,1,47342.88,'21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',41914,5817.7,0,390,0,15,47342.88,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-30 06:12:20','2022-06-30 06:12:20','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(527,0,163,35,0,0,NULL,'2022-07-10',NULL,NULL,'G8-145','Go First','1',0,'11-2847604955_0DELIXRG8145_34613732852136','240','11:15:00','13:15:00',0,'G',120,'2h 0m',7701,22562,'DEL','IXR','Non-stop',1,1,4133.4,'11-2847604955_0DELIXRG8145_34613732852136',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',3700,267.7,0,250,0,15,4133.4,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-30 12:12:55','2022-06-30 12:12:55','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'754287',0,0),(528,0,164,35,0,0,NULL,'2022-07-05',NULL,NULL,'UK-601','Vistara','',1,'21-10-15-2-6178031448_0DELIXLUK601_26773510222337','539','07:10:00','08:40:00',0,'V',90,'1h 30m',7701,0,'DEL','IXL','Non-stop',1,1,5884.05,'21-10-15-2-6178031448_0DELIXLUK601_26773510222337',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',5218,752.7,0,390,0,15,5884.05,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-30 12:33:46','2022-06-30 12:33:46','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'496548',0,0),(529,0,166,35,0,0,NULL,'2023-01-09',NULL,NULL,'6E-6245','IndiGo','1',1,'5-0387867816_2DELGOI6E6245_23847823307630','267','09:55:00','12:30:00',0,'R',155,'2h 35m',7701,0,'DEL','GOI','Non-stop',1,1,7979.68,'5-0387867816_2DELGOI6E6245_23847823307630',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',6950,859.7,0,489,0,15,7979.68,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-04 08:32:15','2022-07-04 08:32:15','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'344964',0,0),(530,0,167,35,0,0,NULL,'2022-07-06',NULL,NULL,'G8-173','Go First','1',0,'11-2603663016_0DELPNQG8173_36876112959010','240','09:35:00','11:40:00',0,'G',125,'2h 5m',7701,22238,'DEL','PNQ','Non-stop',1,1,5213.45,'11-2603663016_0DELPNQG8173_36876112959010',1,2,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',4750,317.7,0,300,0,15,5213.45,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-04 13:17:59','2022-07-04 13:17:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'308065',0,0),(531,530,167,35,0,0,NULL,'2022-07-10',NULL,NULL,'G8-2541','Go First','1',1,'1-2603663016_1PNQDELG82541_36877617713086','240','17:45:00','19:55:00',0,'SP',130,'2h 10m',7701,22238,'PNQ','DEL','Non-stop',1,1,5765.56,'1-2603663016_1PNQDELG82541_36877617713086',2,2,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',4480,1242.7,0,997,0,15,5765.56,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-04 13:17:59','2022-07-04 13:17:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'308065',0,0),(532,0,168,35,0,0,NULL,'2022-07-05',NULL,NULL,'SG-8103','SpiceJet','1',1,'4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602','463','19:05:00','10:45:00',0,'RS',940,'15h 40m',7701,32511,'DEL','IXZ','1 Stop(s)',1,1,11181.06,'4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',10075,989.7,0,464,0,15,11181.06,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-05 07:49:58','2022-07-05 07:49:58','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(533,0,169,35,0,0,NULL,'2022-07-05',NULL,NULL,'AI-762','Air India','',1,'21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349','42','20:15:00','08:00:00',0,'T',705,'11h 45m',7701,32511,'DEL','IXZ','1 Stop(s)',1,1,14106.08,'21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',12730,1327.7,0,390,0,15,14106.08,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-05 07:54:08','2022-07-05 07:54:08','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'693844',0,0),(534,0,170,35,0,0,NULL,'2022-07-05',NULL,NULL,'AI-762','Air India','',1,'21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453','42','20:15:00','08:00:00',0,'T',705,'11h 45m',7701,32511,'DEL','IXZ','1 Stop(s)',1,1,14106.08,'21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',12730,1327.7,0,390,0,15,14106.08,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-05 09:02:26','2022-07-05 09:02:26','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'914480',0,0),(536,0,172,35,0,0,NULL,'2023-01-28',NULL,NULL,'G8-263','Go First','1',1,'1-0118805041_0DELIXBG8263_29674600269643','240','06:25:00','08:25:00',0,'SP',120,'2h 0m',7701,2012,'DEL','IXB','Non-stop',4,1,14265.88,'1-0118805041_0DELIXBG8263_29674600269643',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',11644,1926.8,0,1856,0,60,14265.88,800,0,0,144,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,2,'11000139855511','AB85FC60520749EBA00093DE814C885A','TRANSACTION IS CANCELLED BY USER ON PAYMENT PAGE.',NULL,NULL,'0',NULL,'2022-11-10 08:05:00','2022-11-10 08:05:00','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(538,0,174,35,0,0,NULL,'2022-11-23',NULL,NULL,'SG-8134','SpiceJet','1',1,'4-3034530367_1BLRDELSG8134_39958056954724','463','17:20:00','20:00:00',0,'CP',160,'2h 40m',0,7701,'BLR','DEL','Non-stop',1,1,5360.38,'4-3034530367_1BLRDELSG8134_39958056954724',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/SG.gif','INR',4171,1131.7,0,894,0,15,5360.38,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-11-16 17:13:00','2022-11-16 17:13:00','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'355330',0,0),(539,0,57,35,0,0,NULL,'2022-12-22',NULL,NULL,'6E-891','IndiGo','1',1,'5-1568744956_0MAACCU6E891_36305777127443','267','05:15:00','07:25:00',0,'R',130,'2h 10m',6000,14323,'MAA','CCU','Non-stop',1,1,11866,'5-1568744956_0MAACCU6E891_36305777127443',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',10600,1130.7,0,578,0,15,11866,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-12-09 12:28:59','2022-12-09 12:28:59','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(540,0,175,35,0,0,NULL,'2022-12-31',NULL,NULL,'G8-330','Go First','1',1,'1-2351866097_5DELBOMG8330_16036933729105','240','21:00:00','23:15:00',0,'SP',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,4623.09,'1-2351866097_5DELBOMG8330_16036933729105',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/G8.gif','INR',3697,721.7,0,514,0,15,4623.09,247.41,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-12-26 11:34:21','2022-12-26 11:34:21','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(541,0,176,35,0,0,NULL,'2023-01-28',NULL,NULL,'I5-548','AirAsia India','1',1,'22-16-3829550210_0DELLKOI5548_94632603683760','75','07:10:00','08:25:00',0,'BT',75,'1h 15m',7701,16028,'DEL','LKO','Non-stop',1,1,2763.42,'22-16-3829550210_0DELLKOI5548_94632603683760',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/I5.gif','INR',1953,583.7,0,464,0,15,2763.42,213.91,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-01-02 05:11:42','2023-01-02 05:11:42','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'643715',0,0);
INSERT INTO `tbl_flight_booking` VALUES (542,0,178,35,0,0,'5F56NA','2023-06-23','TJ104066681720',NULL,'UK-957','Vistara','',1,'21-10-15-2-6889046157_0DELBOMUK957_1426259875716','539','20:40:00','22:55:00',0,'U',135,'2h 15m',7701,18676,'DEL','BOM','Non-stop',1,1,6762.74,'21-10-15-2-6889046157_0DELBOMUK957_1426259875716',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/UK.gif','INR',5395,1244.7,0,389,0,15,6762.74,369.45,0,0,36,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ104066681720\",\"FlightNumber\":\"UK-957\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-06-23T20:40\",\"LocalFromTime\":\"2023-06-23 20:40\",\"FromUTCTime\":\"2023-06-23T20:40\",\"LocalToTime\":\"2023-06-23 22:55\",\"ToUTCTime\":\"2023-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6639.7,\"PublishedFareTxt\":\"6,640\",\"ApiResultIndex\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5395,\"Tax\":1244.7,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":668,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6639.7,\"PublishedFare\":6762.74,\"OfferedFare\":6357.29,\"CommissionEarned\":282.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6889046157_0DELBOMUK957_2186493059392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"PREMIUM_ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":169.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244.7,\"BaseFareCal\":6393.29,\"BaseFare\":5395,\"CommissionEarned\":282.41,\"TDS\":-14.86,\"MF\":15,\"YQ\":0,\"AGST\":668,\"MFT\":2.7,\"OT\":389,\"MU\":0,\"YR\":170,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":169.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":282.41,\"IntCommissionValInPercentage\":60,\"IntCommission\":169.45,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":6762.74,\"CostToCustomer\":6762.74,\"BaseFareCal\":6393.29,\"intCommisionEarnedForAgency\":369.45,\"CostToCompany\":6393.29,\"intOfferedFare\":6357.29,\"intPublishFare\":6639.7,\"TripjackMarkup\":0,\"TripjackCommission\":282.41,\"TripjackTDS\":\"14.86\"}},\"Segments\":[{\"segmentid\":\"566\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-23T22:55\",\"SegFlightNumber\":\"UK-957\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-23T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104066681720\",\"FlightNumber\":\"UK-957\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-06-23T20:40\",\"LocalFromTime\":\"2023-06-23 20:40\",\"FromUTCTime\":\"2023-06-23T20:40\",\"LocalToTime\":\"2023-06-23 22:55\",\"ToUTCTime\":\"2023-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6639.7,\"ApiResultIndex\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5395,\"Tax\":1244.7,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":668,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6639.7,\"PublishedFare\":6762.74,\"OfferedFare\":6357.29,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244.7,\"BaseFareCal\":6393.29,\"BaseFare\":5395,\"CommissionEarned\":282.41,\"TDS\":-14.86,\"MF\":15,\"YQ\":0,\"AGST\":668,\"MFT\":2.7,\"OT\":389,\"MU\":0,\"YR\":170,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"566\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-23T22:55\",\"SegFlightNumber\":\"UK-957\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-23T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"localFromDateTime\":\"2023-06-23 20:40\",\"localToDateTime\":\"2023-06-23 22:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ104066681720\",\"amount\":6639.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"walkwithap1234@gmail.com\"],\"contacts\":[\"+918506071234\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-06-23T10:21:29.969\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"17605960\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"957\",\"eT\":\"321\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-06-23T20:40\",\"at\":\"2023-06-23T22:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"5F56NA\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"2281707756110\"},\"gdsPnrs\":{\"DEL-BOM\":\"4W2FFP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Amit\",\"lN\":\"Pandey\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"BF\":5395,\"NF\":6357.29,\"TAF\":1244.7,\"NCM\":282.41,\"TF\":6639.7},\"afC\":{\"TAF\":{\"AGST\":668,\"MF\":15,\"YR\":170,\"OT\":389,\"MFT\":2.7},\"NCM\":{\"TDS\":-14.86,\"OT\":297.27}}}},\"isara\":false}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"742075\",\"TPSysId\":\"742076\",\"VersionId\":[\"221405\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"61270\",\"FareBreakdownid\":[\"380080\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000170621445','83CD5AB19DFB406F96E307EBAB77DA68','SUCCESS',NULL,NULL,'0',NULL,'2023-06-23 04:43:21','2023-06-23 04:43:21','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(543,0,556,35,0,0,'A2PGPB','2023-06-26','TJ109866828825',NULL,'6E-6102','IndiGo','1',1,'5-0669183551_0IDRDEL6E6102_11365248951050','267','22:50:00','00:20:00',0,'R',90,'1h 30m',12706,7701,'IDR','DEL','Non-stop',1,1,7065.49,'5-0669183551_0IDRDEL6E6102_11365248951050',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',5845,1006.7,0,692,0,15,7065.49,233.32,0,0,36,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ109866828825\",\"FlightNumber\":\"6E-6102\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-06-26T22:50\",\"LocalFromTime\":\"2023-06-26 22:50\",\"FromUTCTime\":\"2023-06-26T22:50\",\"LocalToTime\":\"2023-06-27 00:20\",\"ToUTCTime\":\"2023-06-27T00:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 26 Jun\",\"ArrivalDateTxt\":\"Tue, 27 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6851.7,\"PublishedFareTxt\":\"6,852\",\"ApiResultIndex\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5845,\"Tax\":1006.7,\"YQTax\":0,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":297,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.7,\"PublishedFare\":7065.49,\"OfferedFare\":6796.17,\"CommissionEarned\":55.53,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0669183551_0IDRDEL6E6102_11775197769623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":33.32,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1006.7,\"BaseFareCal\":6832.17,\"BaseFare\":5845,\"CommissionEarned\":55.53,\"TDS\":-2.92,\"MF\":15,\"YQ\":0,\"AGST\":297,\"MFT\":2.7,\"OT\":692,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":33.32,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":55.53,\"IntCommissionValInPercentage\":60,\"IntCommission\":33.32,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":7065.49,\"CostToCustomer\":7065.49,\"BaseFareCal\":6832.17,\"intCommisionEarnedForAgency\":233.32,\"CostToCompany\":6832.17,\"intOfferedFare\":6796.17,\"intPublishFare\":6851.7,\"TripjackMarkup\":0,\"TripjackCommission\":55.53,\"TripjackTDS\":\"2.92\"}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-27T00:20\",\"SegFlightNumber\":\"6E-6102\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-06-26T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12706\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109866828825\",\"FlightNumber\":\"6E-6102\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-06-26T22:50\",\"LocalFromTime\":\"2023-06-26 22:50\",\"FromUTCTime\":\"2023-06-26T22:50\",\"LocalToTime\":\"2023-06-27 00:20\",\"ToUTCTime\":\"2023-06-27T00:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 26 Jun\",\"ArrivalDateTxt\":\"Tue, 27 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6851.7,\"ApiResultIndex\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5845,\"Tax\":1006.7,\"YQTax\":0,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":297,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.7,\"PublishedFare\":7065.49,\"OfferedFare\":6796.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1006.7,\"BaseFareCal\":6832.17,\"BaseFare\":5845,\"CommissionEarned\":55.53,\"TDS\":-2.92,\"MF\":15,\"YQ\":0,\"AGST\":297,\"MFT\":2.7,\"OT\":692,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"465\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-27T00:20\",\"SegFlightNumber\":\"6E-6102\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-06-26T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"localFromDateTime\":\"2023-06-26 22:50\",\"localToDateTime\":\"2023-06-27 00:20\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12706\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ109866828825\",\"amount\":6851.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"walkwithap1234@gmail.com\"],\"contacts\":[\"+918506071234\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-06-25T12:55:26.047\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"17645907\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6102\",\"eT\":\"320\"},\"stops\":0,\"duration\":90,\"da\":{\"code\":\"IDR\",\"name\":\"Devi Ahilya Bai Holkar Arpt\",\"cityCode\":\"IDR\",\"city\":\"Indore\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2023-06-26T22:50\",\"at\":\"2023-06-27T00:20\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IDR-DEL\":\"A2PGPB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Amit\",\"lN\":\"Pandey\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":1006.7,\"NCM\":55.53,\"BF\":5845,\"NF\":6796.17,\"TF\":6851.7},\"afC\":{\"TAF\":{\"MF\":15,\"AGST\":297,\"OT\":692,\"YQ\":0,\"MFT\":2.7},\"NCM\":{\"OT\":58.45,\"TDS\":-2.92}}}},\"isara\":true}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"744511\",\"TPSysId\":\"744512\",\"VersionId\":[\"222244\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"61462\",\"FareBreakdownid\":[\"380187\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000170910027','4BDE7691BA63451997D89E968A42FDF2','SUCCESS',NULL,NULL,'0',NULL,'2023-06-25 07:16:35','2023-06-25 07:16:35','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(545,0,180,35,0,0,NULL,'2023-07-14',NULL,NULL,'5J-909','Cebu Pacific Air','1',0,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_60739145007115','156','12:05:00','13:15:00',0,NULL,70,'1h 10m',16659,5461,'MNL','MPH','Non-stop',1,1,8128.48,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_60739145007115',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/5J.png','INR',5528.6,2363.88,0,2346.18,0,15,8128.48,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-08 19:46:39','2023-07-08 19:46:39','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'319889',0,0),(546,0,181,35,0,0,NULL,'2023-07-14',NULL,NULL,'5J-909','Cebu Pacific Air','1',0,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_45689657266976','156','12:05:00','13:15:00',0,NULL,70,'1h 10m',16659,5461,'MNL','MPH','Non-stop',1,1,8128.48,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_45689657266976',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/5J.png','INR',5528.6,2363.88,0,2346.18,0,15,8128.48,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-08 19:47:37','2023-07-08 19:47:37','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'942370',0,0),(547,0,182,35,0,0,NULL,'2023-07-14',NULL,NULL,'5J-909','Cebu Pacific Air','1',0,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630','156','12:05:00','13:15:00',0,NULL,70,'1h 10m',16659,5461,'MNL','MPH','Non-stop',1,1,8128.48,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/5J.png','INR',5528.6,2363.88,0,2346.18,0,15,8128.48,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-08 19:51:21','2023-07-08 19:51:21','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'803885',0,0),(548,0,183,35,0,0,NULL,'2023-07-14',NULL,NULL,'I5-721','AirAsia India','1',0,'11-3356925099_2DELPNQI5721_1206145634719','75','20:55:00','23:05:00',0,'G',130,'2h 10m',7701,22238,'DEL','PNQ','Non-stop',1,1,3978.7,'11-3356925099_2DELPNQI5721_1206145634719',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/I5.gif','INR',3500,242.7,0,225,0,15,3978.7,200,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-11 06:07:16','2023-07-11 06:07:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(549,0,557,35,0,0,NULL,'2023-07-14',NULL,NULL,'6E-2009','IndiGo','1',1,'5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451','267','01:00:00','20:00:00',0,'R',990,'19h 0m',7701,25278,'DEL','SIN','1 Stop(s)',1,1,17561.04,'5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',14910,2134.7,0,1366,0,15,17561.04,610.48,0,0,90,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-11 06:11:53','2023-07-11 06:11:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,NULL,0,0),(550,0,558,35,0,0,NULL,'2023-07-21',NULL,NULL,'6E-6025','IndiGo','1',1,'5-5825097242_0DELPAT6E6025_36983005315580','267','18:10:00','19:45:00',0,'T',95,'1h 35m',7701,20918,'DEL','PAT','Non-stop',1,1,3694.99,'5-5825097242_0DELPAT6E6025_36983005315580',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2818,651.7,0,488,0,15,3694.99,216.06,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-20 14:11:28','2023-07-20 14:11:28','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(551,0,184,35,0,0,'OKMKFB','2023-07-21','TJ100268550917',NULL,'6E-6025','IndiGo','1',1,'5-1807028807_0DELPAT6E6025_28842799630882','267','18:10:00','19:45:00',0,'T',95,'1h 35m',7701,20918,'DEL','PAT','Non-stop',1,1,3694.99,'5-1807028807_0DELPAT6E6025_28842799630882',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2818,651.7,0,488,0,15,3694.99,216.06,0,0,36,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ100268550917\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"PublishedFareTxt\":\"3,470\",\"ApiResultIndex\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"CommissionEarned\":26.77,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1807028807_0DELPAT6E6025_35689347188348\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.77,\"IntCommissionValInPercentage\":60,\"IntCommission\":16.06,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3694.99,\"CostToCustomer\":3694.99,\"BaseFareCal\":3478.93,\"intCommisionEarnedForAgency\":216.06,\"CostToCompany\":3478.93,\"intOfferedFare\":3442.93,\"intPublishFare\":3469.7,\"TripjackMarkup\":0,\"TripjackCommission\":26.77,\"TripjackTDS\":\"1.41\"}},\"Segments\":[{\"segmentid\":\"169\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100268550917\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"ApiResultIndex\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"169\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"localFromDateTime\":\"2023-07-21 18:10\",\"localToDateTime\":\"2023-07-21 19:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ100268550917\",\"amount\":3469.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"walkwithap1234@gmail.com\"],\"contacts\":[\"+919818080943\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-07-20T19:52:42.051\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"18133671\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6025\",\"eT\":\"320\"},\"stops\":0,\"duration\":95,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"PAT\",\"name\":\"Jai Prakash Narayan Arpt\",\"cityCode\":\"PAT\",\"city\":\"Patna\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2023-07-21T18:10\",\"at\":\"2023-07-21T19:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-PAT\":\"OKMKFB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Amit\",\"lN\":\"Pandey\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":651.7,\"TF\":3469.7,\"BF\":2818,\"NF\":3442.93,\"NCM\":26.77},\"afC\":{\"TAF\":{\"YQ\":0,\"MF\":15,\"MFT\":2.7,\"AGST\":146,\"OT\":488},\"NCM\":{\"TDS\":-1.41,\"OT\":28.18}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"774229\",\"TPSysId\":\"774230\",\"VersionId\":[\"232277\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"63744\",\"FareBreakdownid\":[\"381788\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000175313753','64EC3FA300E14A148C16000BED30CC62','SUCCESS',NULL,NULL,'0',NULL,'2023-07-20 14:18:27','2023-07-20 14:18:27','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(552,0,185,35,0,0,NULL,'2023-08-12',NULL,NULL,'6E-6576','IndiGo','1',1,'5-8047217766_0DELGOI6E6576_17593357557172','267','17:40:00','20:10:00',0,'J',150,'2h 30m',7701,0,'DEL','GOI','Non-stop',1,1,10170.47,'5-8047217766_0DELGOI6E6576_17593357557172',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',9008,960.7,0,488,0,15,10170.47,251.35,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-07-22 06:11:22','2023-07-22 06:11:22','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'919275',0,0),(553,0,559,35,0,0,'SSGJNJ','2023-07-29','TJ104269099227',NULL,'6E-2716','IndiGo','1',1,'5-0902916492_4CCUDEL6E2716_28463796372886','267','21:45:00','00:05:00',0,'T',140,'2h 20m',14323,7701,'CCU','DEL','Non-stop',1,1,4249.05,'5-0902916492_4CCUDEL6E2716_28463796372886',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',2802,1221.7,0,1059,0,15,4249.05,215.97,0,0,36,0,0,0,0,0,0,0,NULL,1,'{\"bookingId\":\"TJ104269099227\",\"FlightNumber\":\"6E-2716\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-07-29T21:45\",\"LocalFromTime\":\"2023-07-29 21:45\",\"FromUTCTime\":\"2023-07-29T21:45\",\"LocalToTime\":\"2023-07-30 00:05\",\"ToUTCTime\":\"2023-07-30T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 29 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4023.7,\"PublishedFareTxt\":\"4,024\",\"ApiResultIndex\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2802,\"Tax\":1221.7,\"YQTax\":0,\"OtherCharges\":1059,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4023.7,\"PublishedFare\":4249.05,\"OfferedFare\":3997.08,\"CommissionEarned\":26.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0902916492_0CCUDEL6E2716_34255105782301\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":15.97,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1221.7,\"BaseFareCal\":4033.08,\"BaseFare\":2802,\"CommissionEarned\":26.62,\"TDS\":-1.4,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.7,\"OT\":1059,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":15.97,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.62,\"IntCommissionValInPercentage\":60,\"IntCommission\":15.97,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4249.05,\"CostToCustomer\":4249.05,\"BaseFareCal\":4033.08,\"intCommisionEarnedForAgency\":215.97,\"CostToCompany\":4033.08,\"intOfferedFare\":3997.08,\"intPublishFare\":4023.7,\"TripjackMarkup\":0,\"TripjackCommission\":26.62,\"TripjackTDS\":\"1.4\"}},\"Segments\":[{\"segmentid\":\"799\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-30T00:05\",\"SegFlightNumber\":\"6E-2716\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-29T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104269099227\",\"FlightNumber\":\"6E-2716\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-07-29T21:45\",\"LocalFromTime\":\"2023-07-29 21:45\",\"FromUTCTime\":\"2023-07-29T21:45\",\"LocalToTime\":\"2023-07-30 00:05\",\"ToUTCTime\":\"2023-07-30T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 29 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4023.7,\"ApiResultIndex\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2802,\"Tax\":1221.7,\"YQTax\":0,\"OtherCharges\":1059,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4023.7,\"PublishedFare\":4249.05,\"OfferedFare\":3997.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1221.7,\"BaseFareCal\":4033.08,\"BaseFare\":2802,\"CommissionEarned\":26.62,\"TDS\":-1.4,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.7,\"OT\":1059,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"799\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-30T00:05\",\"SegFlightNumber\":\"6E-2716\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-29T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"localFromDateTime\":\"2023-07-29 21:45\",\"localToDateTime\":\"2023-07-30 00:05\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}','{\"order\":{\"bookingId\":\"TJ104269099227\",\"amount\":4023.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"walkwithap1234@gmail.com\"],\"contacts\":[\"+918506071234\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2023-07-28T17:41:05.569\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"18294410\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"2716\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2023-07-29T21:45\",\"at\":\"2023-07-30T00:05\",\"iand\":true,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SSGJNJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Amit\",\"lN\":\"Pandey\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":1221.7,\"BF\":2802,\"NF\":3997.08,\"TF\":4023.7,\"NCM\":26.62},\"afC\":{\"TAF\":{\"OT\":1059,\"AGST\":145,\"MFT\":2.7,\"YQ\":0,\"MF\":15},\"NCM\":{\"OT\":28.02,\"TDS\":-1.4}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"783918\",\"TPSysId\":\"783919\",\"VersionId\":[\"235346\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"64484\",\"FareBreakdownid\":[\"382296\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,'11000176554892','EC1A13A1CFB44BA8927B99E9F740781B','SUCCESS',NULL,NULL,'0',NULL,'2023-07-28 12:06:49','2023-07-28 12:06:49','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(554,0,186,35,0,0,NULL,'2023-08-24',NULL,NULL,'AI-332','Air India','',1,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906','0','11:00:00','16:55:00',0,'T',0,'4h 25m',7701,2266,'DEL','BKK','Non-stop',1,1,25942,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',13570,11288.4,6630,3224,0,30,25942,1145.19,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-08-10 02:48:06','2023-08-10 02:48:06','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(555,554,186,35,0,0,NULL,'2023-08-24',NULL,NULL,'AI-331','Air India','',1,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906','0','18:45:00','12:20:00',0,'T',0,'19h 5m',2266,7701,'BKK','DEL','1 Stop(s)',1,1,25942,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906',2,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/AI.gif','INR',13570,11288.4,6630,3224,0,30,25942,1145.19,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-08-10 02:48:06','2023-08-10 02:48:06','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'1',0,0),(562,0,190,35,0,0,NULL,'2023-08-13',NULL,NULL,'EK-867','Emirates Airlines','',1,'32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073','0','04:40:00','11:55:00',0,'R',0,'10h 15m',18762,27944,'MCT','TUN','1 Stop(s)',1,1,98275,'32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/EK.gif','INR',69745,27592.4,21216,6341,0,30,98275,1364.8,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-08-10 02:58:54','2023-08-10 02:58:54','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'483854',0,0),(563,562,190,35,0,0,NULL,'2023-08-13',NULL,NULL,'EK-748','Emirates Airlines','',1,'32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073','0','14:00:00','03:30:00',0,'R',0,'10h 30m',27944,18762,'TUN','MCT','1 Stop(s)',1,1,98275,'32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073',2,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/EK.gif','INR',69745,27592.4,21216,6341,0,30,98275,1364.8,0,1000,180,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-08-10 02:58:54','2023-08-10 02:58:54','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'483854',0,0),(566,0,193,35,0,0,NULL,'2023-11-24',NULL,NULL,'6E-2618','IndiGo','1',1,'5-9704106671_8DELPNQ6E2618_83632529093634','267','23:20:00','01:25:00',0,'R',125,'2h 5m',7701,22238,'DEL','PNQ','Non-stop',1,1,6906.64,'5-9704106671_8DELPNQ6E2618_83632529093634',1,1,0,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',5350,1355.7,550,488,0,15,6906.64,252.58,0,0,36,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-11-06 03:26:30','2023-11-06 03:26:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'137316',0,0),(567,0,194,35,0,0,NULL,'2024-01-08',NULL,NULL,'6E-6182','IndiGo','1',1,'5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630','267','13:55:00','01:55:00',0,'R',630,'12h 0m',7701,2266,'DEL','BKK','1 Stop(s)',1,1,12161.48,'5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630',1,1,1,'https://www.reisentours.com/public/upload/AirlineLogo/6E.gif','INR',8424,3206.7,1200,1503,0,15,12161.48,588.83,0,0,90,0,0,0,0,0,0,0,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2023-12-26 12:20:36','2023-12-26 12:20:36','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'450686',0,0);
/*!40000 ALTER TABLE `tbl_flight_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flight_booking_customer`
--

DROP TABLE IF EXISTS `tbl_flight_booking_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flight_booking_customer` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `flight_booking_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `apiTraceId` varchar(150) NOT NULL,
  `BookingId` varchar(200) DEFAULT NULL,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `PNR_Number` varchar(200) DEFAULT NULL,
  `TicketId` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `TicketNumber` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `sectors` varchar(300) DEFAULT NULL,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int NOT NULL DEFAULT '0',
  `Gender_Id` tinyint NOT NULL DEFAULT '0',
  `Relation` varchar(255) DEFAULT NULL,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `DOB` date DEFAULT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportNation` varchar(50) 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` varchar(255) DEFAULT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` varchar(255) DEFAULT NULL,
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `BaseFare` float NOT NULL DEFAULT '0',
  `Tax` float NOT NULL DEFAULT '0',
  `OtherCharges` float NOT NULL DEFAULT '0',
  `AgentCommisionEarned` float NOT NULL DEFAULT '0',
  `AgentCommisionEarnedGST` float NOT NULL DEFAULT '0',
  `AgencyMarkUp` float NOT NULL DEFAULT '0',
  `AgencyMarkUpGST` float NOT NULL DEFAULT '0',
  `GTXMarkUp` float NOT NULL DEFAULT '0',
  `GTXMarkUpGST` float NOT NULL DEFAULT '0',
  `MealPrice` float NOT NULL DEFAULT '0',
  `BaggagePrice` float NOT NULL DEFAULT '0',
  `Baggage` varchar(100) DEFAULT NULL,
  `CabinBaggage` varchar(100) DEFAULT NULL,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `JourneyType` smallint NOT NULL DEFAULT '0',
  `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',
  `ip_address` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=950 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flight_booking_customer`
--

LOCK TABLES `tbl_flight_booking_customer` WRITE;
/*!40000 ALTER TABLE `tbl_flight_booking_customer` DISABLE KEYS */;
INSERT INTO `tbl_flight_booking_customer` VALUES (567,0,49,'5-9255944805_0DELBOM6E5379_26770621706843463',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-02-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(568,0,226,'5-9255944805_0DELBOM6E5379_26770621706843463',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',3,0,'0','9634022688','surbhi','gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-02-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(569,0,227,'10-8942455031_0DELDXBAI1929DXBDELAI916_26770757970793220',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,'1954-02-17','12345','IN','2022-02-15',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2021-02-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(570,0,88,'5-3884445213_35DELBOM6E665_27274788804552042',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',3,0,'0','9643022688','muskan','gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(571,0,62,'10-4351799974_12DELBOMH19442_27699110326595530','TJS107900057504',NULL,'TESTPNR','TESTPNR','11111111111','DEL-BOM',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1PC','7Kg',NULL,NULL,NULL,'2021-03-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(572,0,228,'10-4351799974_12DELBOMH19442_27699110326595530','TJS107900057504',NULL,'TESTPNR','TESTPNR','11111111111','DEL-BOM',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Vivek','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(573,0,32,'5-6998295847_26DELBOM6E5379_27722677486581805',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',2,0,'0','9634022688','surbhi','gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(574,0,229,'5-6998295847_26DELBOM6E5379_27722677486581805',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(575,0,226,'5-6998295847_26DELBOM6E5379_27722677486581805',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',1,0,'other','9634022688','surbhi','gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(576,0,89,'5-7650331241_3DELBOM6E2173_27889207689940875',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'mangal@catpl.co.in',1,0,'0','7727052691','Mangal','katiyar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(577,0,90,'5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006','TJS109000058273',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-AMD-AMD-BOM',0,5293,0,'mangal@catpl.co.in',1,0,'0','7727052631','mangal','katiyar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(578,0,230,'5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(579,0,91,'5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609','TJS108400058483',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','GOP-CCU-CCU-LKO',0,5293,0,'deepak@catpl.co.in',1,0,'0','96953657709','Deepak','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(580,306,93,'abfb1-42396-789f8-fea42','DMC101900058577','TJS101900058577','TESTPNR','TESTPNR','','DEL-BOM',0,5642,0,'sibo.sarso@gmail.com',1,0,'0','8447455883','md','sabir','',0,5642,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(581,0,232,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','TJS114700058929',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','11111111111-11111111111-11111111111-11111111111','DEL-AUH-AUH-XNB',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','A1','K1','',0,5293,'1946-03-17','hfdfe1234','IN','2022-09-22',NULL,NULL,'','','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2021-03-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(582,0,233,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','TJS114700058929',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','11111111111-11111111111-11111111111-11111111111','DEL-AUH-AUH-XNB',0,5293,0,'deepak@catpl.co.in',1,0,'other','9695357709','C1','K1','',0,5293,'2011-03-09','gsdh5285','IN','2023-03-14',NULL,NULL,'','','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2021-03-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(583,0,234,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','TJS114700058929',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','11111111111-11111111111-11111111111-11111111111','DEL-AUH-AUH-XNB',0,5293,0,'deepak@catpl.co.in',2,0,'other','9695357709','I1','K1','',0,5293,'2020-03-12','ikdt','IN','2024-03-19',NULL,NULL,'','','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'10KG','0Kg',NULL,NULL,NULL,'2021-03-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(584,0,62,'10-1623845962_18DELAUHEY211AUHXNBEY5418_28234834388297727',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,'1946-03-18','er','IR','2023-03-22',NULL,NULL,'','','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2021-03-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(585,0,29,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,'1960-03-10','kjioplkio','IN','2024-03-21',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(586,0,235,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Ranu','Banerjee','',0,5293,'1960-03-10','kjhjkhkjhkjhkj','IN','2022-03-18',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(587,0,236,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'other','9818999760','Parth','Banerjee','',0,5293,'2014-03-07','jhkjhjkhkjhkjhkj','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(588,0,237,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'other','9818999760','Kritika','Bhattacharaya','',0,5293,'2013-03-08','olkiolki','IN','2027-03-11',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(589,0,238,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'other','9818999760','Kaira','Thakur','',0,5293,'2020-03-12','uuiuiuiiui','IN','2028-03-24',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(590,0,239,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','TJS114000059229',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','BLR-BOM-BOM-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'other','9818999760','Dhruv','Banerjee','',0,5293,'2020-03-19','qwertyuio','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(591,0,246,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(592,0,247,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','baibhav','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(593,0,248,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','manish','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(594,0,249,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'other','8585960381','ahsda','asad','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(595,0,250,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'other','8585960381','safdsadf','sdaD','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(596,0,251,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'other','8585960381','SAFDASF','SADFSADFASF','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(597,0,252,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'other','8585960381','ASDFASF','AFDSADDFSA','',0,5293,'2021-03-03',NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(598,0,253,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'other','8585960381','ASDASF','FSADFSA','',0,5293,'2021-03-02',NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(599,0,254,'5-0353392758_11DELBOM6E2077_28328102504599478','TJS107300059280',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'other','8585960381','SASDF','ADasda','',0,5293,'2021-03-08',NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(600,0,29,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,'1960-03-10','kjioplkio','IN','2024-03-21',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(601,0,235,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Ranu','Banerjee','',0,5293,'1960-03-10','kjhjkhkjhkjhkj','IN','2022-03-18',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(602,0,236,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Parth','Banerjee','',0,5293,'2014-03-07','jhkjhjkhkjhkjhkj','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(603,0,237,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Kritika','Bhattacharaya','',0,5293,'2013-03-08','olkiolki','IN','2027-03-11',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(604,0,238,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Kaira','Thakur','',0,5293,'2020-03-12','uuiuiuiiui','IN','2028-03-24',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(605,0,239,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Dhruv','Banerjee','',0,5293,'2020-03-19','qwertyuio','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(606,0,29,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,'1960-03-10','kjioplkio','IN','2024-03-21',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(607,0,235,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Ranu','Banerjee','',0,5293,'1960-03-10','kjhjkhkjhkjhkj','IN','2022-03-18',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(608,0,236,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Parth','Banerjee','',0,5293,'2014-03-07','jhkjhjkhkjhkjhkj','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(609,0,237,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Kritika','Bhattacharaya','',0,5293,'2013-03-08','olkiolki','IN','2027-03-11',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(610,0,238,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Kaira','Thakur','',0,5293,'2020-03-12','uuiuiuiiui','IN','2028-03-24',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(611,0,239,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','TJS113200059297',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','BLR-DXB',0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Dhruv','Banerjee','',0,5293,'2020-03-19','qwertyuio','IN','2023-03-30',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(612,0,259,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','Ganesh','catpl','',0,5293,'1957-03-20','12345678','IN','2025-03-17',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(613,0,260,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','baibhav','catpl','',0,5293,'1957-03-20','65412378','IN','2024-03-26',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(614,0,261,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','vivek','catpl','',0,5293,'2013-03-12','axxxibbbb45','IN','2025-03-19',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(615,0,262,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','sanjit','catpl','',0,5293,'2015-03-24','3698745112','IN','2022-03-29',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(616,0,263,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','sabir','catpl','',0,5293,'2020-03-12','sdfasfdasf545487','IN','2026-03-11',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(617,0,264,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','TJS115300059309',NULL,'JYIRNW-JYIRNW','JYIRNW-JYIRNW','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','asdfasfd','asfasdf','',0,5293,'2020-03-18','sdfsfasdfasf545','IN','2023-03-21',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(618,0,292,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','Ganesh','Ctapl','',0,5293,'1953-03-25','789654123','IN','2025-03-26',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(619,0,293,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','deepk','catpl','',0,5293,'1953-03-25','SDADAD4654DF','IN','2028-03-28',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(620,0,294,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','DFGDSG','SDFFGDFD','',0,5293,'2018-03-21','DSFGDSG797','IN','2027-03-31',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(621,0,295,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','SANNY','CATPL','',0,5293,'2018-03-21','DDASFASF975','IN','2026-03-24',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(622,0,296,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','VIVEK','CATPL','',0,5293,'2020-03-25','SAFDSSADF9897SD','IN','2024-03-05',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(623,0,297,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','TJS114900059312',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','DEL-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','AFDSF','SADFSA','',0,5293,'2020-03-17','SADFSAF454','IN','2029-03-21',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(624,0,300,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','Ganesh','Catpl','',0,5293,'1949-03-02','45997987fdf','IN','2024-03-28',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(625,0,301,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','vivek','catpl','',0,5293,'1949-03-02','sadfsf5445','IN','2026-03-19',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(626,0,302,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','DSFGSD','DFGDS','',0,5293,'2018-03-14','DSFGDS4564','IN','2027-03-23',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(627,0,303,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','DSFGDSG','DFGDSG','',0,5293,'2017-03-28','SAFASFFS879','IN','2022-03-08',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(628,0,304,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','SAFASFD','SFDASF','',0,5293,'2020-03-18','FASFD7987','IN','2027-03-24',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(629,0,305,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','TJS116500059317',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','SADFASFERT','WERTBNB','',0,5293,'2020-03-10','SADFASF455','IN','2023-03-21',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(630,0,310,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',1,0,'0','8585960381','GANESH','CATPL','',0,5293,'1961-03-16','AFSAFDSF','IN','2023-03-22',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(631,0,311,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',1,0,'0','8585960381','SAFSAFDA','SDFSAF','',0,5293,'1961-03-16','SDFSAFS','IN','2026-03-24',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(632,0,312,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',2,0,'0','8585960381','ASDFAS','SDFSFGG','',0,5293,'2017-03-22','78964521','IN','2024-03-27',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(633,0,313,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',2,0,'0','8585960381','Deepak','Catpl','',0,5293,'2018-03-20','sdfsadf545','IN','2025-03-25',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(634,0,314,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',2,0,'0','8585960381','asfsafd','sdfsaf','',0,5293,'2020-03-17','sadfsadf5465','IN','2025-03-12',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(635,0,315,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','TJS111000059319',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'GANESH@CATPL.CO.IN',2,0,'0','8585960381','sdfasfsdc','asdfasfsf','',0,5293,'2020-03-24','dfgdsg455df','IN','2028-03-22',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(636,0,319,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','vivek','catl','',0,5293,'1957-03-22','safsf456487sdf','IN','2025-03-05',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(637,0,320,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','asfsaf','safsafs','',0,5293,'1957-03-22','sadfsafs','IN','2024-03-06',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(638,0,321,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','asfdasfdsa','safsafs','',0,5293,'2019-03-13','safdsaf5456','IN','2021-03-31',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(639,0,322,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','afsafdsf','sfdsaf','',0,5293,'2019-03-07','fss4sfsdfsfs','IN','2027-03-31',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(640,0,323,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','dsfgfsdfg','dfgdsgfd','',0,5293,'2020-03-19','dsfgsdfgd54','IN','2028-03-29',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(641,0,324,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','dsfgsdg','dsfgsdfg','',0,5293,'2020-03-18','asfasf54','IN','2024-03-28',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(642,0,94,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','85859603841','ganesh','catpl','',0,5293,'1956-03-22','sadfsa789','IN','2022-03-16',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(643,0,325,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','85859603841','sadfas','sdfsaf','',0,5293,'1956-03-22','asdfasfs','IN','2024-03-20',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(644,0,326,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','85859603841','sdfsa','sadfsa','',0,5293,'2018-03-21','sadfasfa','IN','2024-03-19',NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(645,0,327,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','85859603841','sadfsaf','sdfsaf','',0,5293,'2015-03-04','sadfsadf465','IN','2026-03-25',NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(646,0,328,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',2,0,'0','85859603841','sadfasf','sadfsaf','',0,5293,'2020-03-18','sadfasf','IN','2026-03-11',NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(647,0,329,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',2,0,'0','85859603841','asdfasf','sadfasf','',0,5293,'2020-03-12','dsfgdg456dfg','IN','2028-03-22',NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(648,0,330,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','sfdsaf','sdfsdf','',0,5293,'1946-03-24','sadfasdfsa','IN','2027-03-24',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(649,0,227,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,'1954-02-17','12345','IN','2022-02-15',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(650,0,295,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','SANNY','CATPL','',0,5293,'2018-03-21','DDASFASF975','IN','2026-03-24',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(651,0,285,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','shivam','catpl','',0,5293,'2016-03-22','aDSasdadds554','IN','2030-03-26',NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(652,0,305,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','SADFASFERT','WERTBNB','',0,5293,'2020-03-10','SADFASF455','IN','2023-03-21',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(653,0,304,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','TJS110200059323',NULL,'TESTPNR-TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR-TESTPNR','','DEL-BOM-BOM-DXB',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','SAFASFD','SFDASF','',0,5293,'2020-03-18','FASFD7987','IN','2027-03-24',NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(654,0,62,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,'1946-03-18','er','IN','2021-06-15',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(655,0,233,'5-5539632010_22DELDXB6E23DXBBOM6E62BOMDEL6E2036_28399844288848374',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','C1','K1','',0,5293,'2020-03-25','gsdh5285','IN','2023-03-14',NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(656,0,29,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,'1960-03-10','kjioplkio','IN','2024-03-21',NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(657,0,29,'5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(658,0,332,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,'1993-03-17','hhiljlj111','IN','2021-03-26',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(659,0,333,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','AB','Kumari','',0,5293,'2020-03-24','khjl4142','IN','2020-03-25',NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(660,0,62,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,'1946-03-18','er','HU','2021-06-15',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(661,0,333,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','AB','Kumari','',0,5293,'2020-03-24','khjl4142','IN','2020-03-25',NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(662,0,334,'5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(663,0,62,'5-1750014313_1DELBOM6E148_28420104463411940',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(664,0,228,'5-1750014313_1DELBOM6E148_28420104463411940',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Vivek','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(665,0,333,'5-1750014313_1DELBOM6E148_28420104463411940',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','AB','Kumari','',0,5293,'2020-03-24',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(666,0,335,'4-1451484141_0DELBOMSG8701_38041253729840',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(667,0,336,'5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697','TJS105100059478',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-HYD-HYD-BOM',0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(668,0,62,'5-8880269668_10DELBOM6E5012_28476297120582197','TJS107700059504',NULL,'TESTPNR','TESTPNR','','DEL-BOM',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat','8300059507',NULL,'6','2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(671,0,339,'4-8374846984_3DELBOMSG2871_28477589167138567',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(672,0,62,'5-8005025951_25DELBOM6E171_28478515803680618','TJS108700059523',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BOM-JDH-JDH-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(673,0,340,'5-8005025951_25DELBOM6E171_28478515803680618','TJS108700059523',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BOM-JDH-JDH-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','C1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(674,0,341,'5-8005025951_25DELBOM6E171_28478515803680618','TJS108700059523',NULL,'TESTPNR-TESTPNR-TESTPNR','TESTPNR-TESTPNR-TESTPNR','','BOM-JDH-JDH-DEL',0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','I1','K1','',0,5293,'2020-03-19',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(675,0,62,'5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(676,0,340,'5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','C1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(677,0,341,'5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','I1','K1','',0,5293,'2020-03-19',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(678,0,62,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411','TJS109200059563',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-BLR-BLR-MAA',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(679,0,342,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411','TJS109200059563',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-BLR-BLR-MAA',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','C2','K2','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(680,0,343,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411','TJS109200059563',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-BLR-BLR-MAA',0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','I2','K2','',0,5293,'2020-03-11',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(681,0,29,'5-6767111056_16DELBLR6E2027BLRMAA6E543_28485687542690192',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(682,0,235,'5-6767111056_16DELBLR6E2027BLRMAA6E543_28485687542690192',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Ranu','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(683,0,236,'5-6767111056_16DELBLR6E2027BLRMAA6E543_28485687542690192',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',2,0,'0','9818999760','Parth','Banerjee','',0,5293,'2020-03-19',NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(687,0,98,'5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(688,0,347,'5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','cfwearyh','bh','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(689,0,348,'5-6125796059_1MAAIDR6E6194IDRDEL6E6409_28486370700905964',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','vdsafh','bhgtj','',0,5293,'2020-03-03',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(690,0,98,'TJS105900059585_3MAAIDR6E6194IDRDEL6E6409_28486614960605510',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(691,0,347,'TJS105900059585_3MAAIDR6E6194IDRDEL6E6409_28486614960605510',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','cfwearyh','bh','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(692,0,348,'TJS105900059585_3MAAIDR6E6194IDRDEL6E6409_28486614960605510',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta.catpl@gmail.com',1,0,'0','8860259858','vdsafh','bhgtj','',0,5293,'2020-03-03',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(696,0,62,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494','TJS101200059592',NULL,'PBDVJG-PBDVJG','PBDVJG-PBDVJG','','MAA-CCU-CCU-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(697,0,342,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494','TJS101200059592',NULL,'PBDVJG-PBDVJG','PBDVJG-PBDVJG','','MAA-CCU-CCU-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','C2','K2','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(698,0,234,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494','TJS101200059592',NULL,'PBDVJG-PBDVJG','PBDVJG-PBDVJG','','MAA-CCU-CCU-DEL',0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','I1','K1','',0,5293,'2020-03-12',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(699,0,99,'4-9901803256_12MAADELSG108DELCCUSG253_28491484726828984',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','8318864487','Arya','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(700,0,99,'10-8810145964_0MAADXBFZ8516_28494700828366717',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','8318864487','Arya','kumar','',0,5293,'1946-03-11','ghkhlj','IN','2022-03-15',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(701,0,349,'10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006','TJS113200059662',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111-11111111111','MAA-BLR-BLR-DXB',0,5293,0,'deepak.catpl@gmail.com',1,0,'0','8318864487','Deepak','Kumar','',0,5293,'1950-03-21','hbxkduhw','IN','2022-03-16',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(702,0,350,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','kumar','',0,5293,'1946-03-17','kdfhkdy','IN','2022-07-21',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(703,0,62,'4-2978024104_0DELDXBSG131DXBDELSG12_28499496596450385',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,'1946-03-03','er','IN','2021-06-15',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30Kilograms','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(704,0,351,'4-5368534800_4DELBOMSG7177_28501832856284484','TJS104300059706',NULL,'Y8YVSS','Y8YVSS','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(705,0,352,'4-5368534800_4DELBOMSG7177_28501832856284484','TJS104300059706',NULL,'Y8YVSS','Y8YVSS','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','vivek','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',2,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(706,0,353,'4-5368534800_4DELBOMSG7177_28501832856284484','TJS104300059706',NULL,'Y8YVSS','Y8YVSS','','DEL-BOM',0,5293,0,'ganesh@catpl.co.in',2,0,'0','8585960381','baibhav','catpl','',0,5293,'2020-03-17',NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',3,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(707,0,36,'5-0964115347_13DELAMD6E268AMDBOM6E219_28502514252051000',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'anuradha@catpl.co.in',1,0,'0','9997534969','Gaurav','Saini','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(708,0,62,'5-7340912259_0DELCCU6E2265_28502669460919848',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(709,0,62,'5-7340912259_15CCUDEL6E2127_28502669401397036',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(713,0,357,'5-2772778711_29BOMDEL6E637_28504240365038430',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(714,0,358,'4-9441876623_3BOMDELSG2642_28505641036362367','TJS102100059762',NULL,'KBYQSG','KBYQSG','','BOM-DEL',0,5293,0,'ganesh1@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(716,0,360,'4-6371971645_3BOMDELSG2642_28505871562291049',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh1@catpl.co.in',1,0,'0','8585960381','ganesh','catpl','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(717,0,361,'4-8345789847_3DELBOMSG2871_28507432296615690',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh1@catpl.co.in',1,0,'0','8585960381','asdad','asda','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(718,0,361,'4-8345789847_1BOMDELSG790_28507432281761147',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh1@catpl.co.in',1,0,'0','8585960381','asdad','asda','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(719,0,362,'5-0752493295_0DELBOM6E2077_28562206079233970',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ganesh@catpl.co.in',1,0,'0','8585960381','Ganesh','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(720,0,363,'10-3710415267_5DELBOMUK945_28563367765913530',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',2,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(721,0,363,'10-3710415267_4BOMDELUK910_28563367727476583',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',2,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(722,0,364,'10-3710415267_5DELBOMUK945_28563367765913530',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(723,0,364,'10-3710415267_4BOMDELUK910_28563367727476583',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(724,0,365,'10-3710415267_5DELBOMUK945_28563367765913530',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(725,0,365,'10-3710415267_4BOMDELUK910_28563367727476583',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(726,0,366,'4-2355667927_1DELBOMSG7177_28563250991241625','TJS109400059802',NULL,'D555RI','D555RI','','DEL-BOM',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','ravi','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(727,0,367,'4-1771034981_1DELBOMSG7177_28573462518091262','TJS102300059832',NULL,'O8D2PP-O8D2PP','O8D2PP-O8D2PP','','BOM-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg','5300059834',NULL,'6','2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(728,0,367,'4-1771034981_1BOMDELSG790_28573462502957050',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(729,0,368,'10-4222073085_0DELBOMUK981_28584842514009237','TJS107000059877',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111','BOM-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(730,0,369,'10-4222073085_0DELBOMUK981_28584842514009237','TJS107000059877',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111','BOM-DEL',0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','RAvi','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(731,0,370,'10-4222073085_0DELBOMUK981_28584842514009237','TJS107000059877',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','11111111111','BOM-DEL',0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','Lala','kaka','',0,5293,'2020-03-10',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0PC','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(732,0,368,'5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Deepak','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(733,0,369,'5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','RAvi','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(734,0,370,'5-4222073085_1BOMDEL6E2174_28584844639908630',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',2,0,'0','9695357709','Lala','kaka','',0,5293,'2020-03-10',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(735,0,371,'5-2514125537_0DELBOM6E2077_28585352341976144',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','A1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(736,0,371,'5-2514125537_20BOMDEL6E2174_28585352288983205',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','A1','K1','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(737,0,62,'5-5995704032_0DELBOM6E2077_28591238883643781',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(738,0,62,'5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(739,0,372,'15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','5 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(740,0,62,'5-3082819678_1DELBOM6E2068_326964066076218',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(741,0,102,'4-2301243350_1DELBOMSG8723_38951715837960',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ancd@catpl.co.in',1,0,'0','7072253698','GANESH','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'noida','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(742,0,373,'15-2537786393_33DELBOMAI537_10706474644999',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(743,0,373,'1-2537786393_8BOMPATG8351PATDELG8507_10700483318707',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak.catpl@gmail.com',1,0,'0','9695357709','Deepak','Kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Up','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(744,0,374,'15-7186026392_0DELBOMUK955_557606851951809',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(745,0,103,'1-2170632972_1DELGOIG8194_13657340435244',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gpurwar@gmail.com',1,0,'0','9811192312','GAURAV','GUPTA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(746,0,103,'1-2170632972_1GOIDELG8195_13657333012608',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gpurwar@gmail.com',1,0,'0','9811192312','GAURAV','GUPTA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(747,0,62,'4-8817718147_12DELRKTSG160RKTDELSG161_14009553151933',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'deepak@catpl.co.in',1,0,'0','9695357709','Atulya','Kumar','',0,5293,NULL,'er','IN','2021-06-15',NULL,NULL,'','0','',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20 Kg','7 Kg',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(748,0,104,'5-9811598189_0DELBOM6E148_581579652574361',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'anuradh@catpl.co.in',3,0,'0','9997534969','Anuradha','Saini','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(749,0,375,'4-0633571651_11DELPATSG8480PATMAASG548_21619448367479',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(750,0,29,'4-8092327344_11DELPATSG8480PATMAASG548_26360272055119',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(751,0,105,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','GAGAN DEEP SINGH','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg + 5 Kg Additional','7 Kg',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(752,0,376,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',2,0,'0','8588866554','PRIYANKA','RAI','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg + 5 Kg Additional','7 Kg',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(753,0,377,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','SUKHLEEN','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(754,0,105,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','GAGAN DEEP SINGH','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(755,0,376,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',2,0,'0','8588866554','PRIYANKA','RAI','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(756,0,377,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','SUKHLEEN','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(757,0,106,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','GAGAN DEEP SINGH','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg + 5 Kg Additional','7 Kg',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(758,0,378,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',2,0,'0','8588866554','PRIYANKA','RAI','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg + 5 Kg Additional','7 Kg',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(759,0,379,'1-7012619301_0DELGOIG8300_19403683051304',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','SUKHLEEN','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(760,0,106,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','GAGAN DEEP SINGH','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(761,0,378,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',2,0,'0','8588866554','PRIYANKA','RAI','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(762,0,379,'5-7012619301_23GOIDEL6E5178_19405731714857',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'gagasingh@gmail.com',1,0,'0','8588866554','SUKHLEEN','BHATIA','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(763,0,380,'4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-03-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(764,0,80,'5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(765,0,107,'21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'maroof.kazmi@gmail.com',1,0,'0','7599365720','Narendra','Modi','',0,5293,NULL,'p7961896','IN','2027-03-10',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0KG','7 Kg',NULL,NULL,NULL,'2021-03-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(766,0,108,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'faizanlari5@gmail.com',1,0,'0','8874249264','FAIZANULLAH','FAIZANULLAH','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(767,0,381,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'faizanlari5@gmail.com',2,0,'0','8874249264','Asiya Faizan','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-03-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(768,0,382,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'faizanlari5@gmail.com',2,0,'0','8874249264','Samar','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(769,0,383,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'faizanlari5@gmail.com',1,0,'0','8874249264','Mannat','Lari','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-03-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(770,0,110,'4-8147324521_0MAADELSG8104_25965783775269',NULL,NULL,NULL,NULL,NULL,NULL,0,5293,0,'ss@gmail.com',1,0,'0','9873580000','Aaa','Bbb','',0,5293,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-04-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(780,0,80,'21-10-15-2-5552978353_0DELCCUUK747_17729266213123',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'01 Bag of 15 Kg','7 Kg',NULL,NULL,NULL,'2021-05-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(781,0,80,'1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-05-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(782,0,80,'1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-05-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(783,0,80,'4-5875027701_1DELBOMSG8723_493232878452502','TJS107300069894',NULL,'T7I65C','T7I65C','','DEL-BOM',0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg','7100098055',NULL,'6','2021-05-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(784,0,32,'10-7689152214_6DELBOMH1941_1099247817497872','TJS107100071624',NULL,'TESTPNR','TESTPNR','11111111111','DEL-BOM',0,6049,0,'muskancatpl@gmail.com',2,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1PC','7Kg',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(785,0,389,'10-7689152214_6DELBOMH1941_1099247817497872','TJS107100071624',NULL,'TESTPNR','TESTPNR','11111111111','DEL-BOM',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(786,0,49,'5-6706318192_7BLRPNQ6E699_1101597586492333','TJS107200071686',NULL,'TESTPNR-O5PJNI','TESTPNR-O5PJNI','','PNQ-BLR',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(787,0,391,'5-6706318192_7BLRPNQ6E699_1101597586492333','TJS107200071686',NULL,'TESTPNR-O5PJNI','TESTPNR-O5PJNI','','PNQ-BLR',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(788,0,49,'4-6706318192_0PNQBLRSG519_1101593493038553',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(789,0,391,'4-6706318192_0PNQBLRSG519_1101593493038553',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-05-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(790,0,111,'5-8234832999_10DELBOM6E6186_1358777692335489',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancapl@gmail.com',3,0,'0','9634022688','muskan','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(791,0,396,'5-8234832999_10DELBOM6E6186_1358777692335489',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancapl@gmail.com',1,0,'0','9634022688','ashok','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(792,0,397,'5-8234832999_10DELBOM6E6186_1358777692335489',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancapl@gmail.com',2,0,'0','9634022688','ash','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-05-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(793,0,31,'5-1548992133_1DELMAA6E2129_2503187566275343','TJS108600075987',NULL,'TESTPNR','TESTPNR','','DEL-MAA',0,6049,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'sfsafsaf','Noida','19543',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(794,433,398,'ed4fc-959a4-89d23-868ce',NULL,NULL,NULL,NULL,NULL,NULL,0,6065,0,'baibhav@catpl.co.in',1,0,'9','7701888604','baibhav','kumar','',0,6065,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(795,0,113,'5-4753077871_0NAGBOM6E5389_2648397114060079',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'faizan.s@btpyatra.com',1,0,'0','9767437786','fai','zan','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-05-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(796,0,49,'4-2170985279_1DELBOMSG8723_3613644592767196',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(797,0,395,'4-2170985279_1DELBOMSG8723_3613644592767196',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','MUSKAN','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(798,0,226,'4-2170985279_1DELBOMSG8723_3613644592767196',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(799,0,49,'4-8233705734_0DELBOMSG8159_4138738471649439','TJS108400081106',NULL,'R5D4YL','R5D4YL','','DEL-BOM',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(800,0,391,'4-8233705734_0DELBOMSG8159_4138738471649439','TJS108400081106',NULL,'R5D4YL','R5D4YL','','DEL-BOM',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(801,0,226,'4-8233705734_0DELBOMSG8159_4138738471649439','TJS108400081106',NULL,'R5D4YL','R5D4YL','','DEL-BOM',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(802,0,49,'4-3196775881_0DELBOMSG8159_4138994746632603',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(803,0,229,'4-3196775881_0DELBOMSG8159_4138994746632603',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(804,0,226,'4-3196775881_0DELBOMSG8159_4138994746632603',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(805,0,49,'4-8618915925_3DELBLRSG197BLRPNQSG424_4139160963858138',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(806,0,395,'4-8618915925_3DELBLRSG197BLRPNQSG424_4139160963858138',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','MUSKAN','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(807,0,226,'4-8618915925_3DELBLRSG197BLRPNQSG424_4139160963858138',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(808,0,49,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375','TJS107600082339',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-HYD-HYD-BOM',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(809,0,394,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375','TJS107600082339',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-HYD-HYD-BOM',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','MUJ','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(810,0,226,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375','TJS107600082339',NULL,'TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-HYD-HYD-BOM',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'Sector 42','Agra','0',2,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(811,0,399,'10-1129458966_2DELPNQUK971_4819401587968214','TJS102700082378',NULL,'TESTPNR-NBYIYW','TESTPNR-NBYIYW','11111111111','PNQ-DEL',0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(812,0,391,'10-1129458966_2DELPNQUK971_4819401587968214','TJS102700082378',NULL,'TESTPNR-NBYIYW','TESTPNR-NBYIYW','11111111111','PNQ-DEL',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(813,0,394,'10-1129458966_2DELPNQUK971_4819401587968214','TJS102700082378',NULL,'TESTPNR-NBYIYW','TESTPNR-NBYIYW','11111111111','PNQ-DEL',0,6049,0,'muskancatpl@gmail.com',2,0,'0','9634022688','MUJ','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'0PC','7 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(814,0,226,'10-1129458966_2DELPNQUK971_4819401587968214','TJS102700082378',NULL,'TESTPNR-NBYIYW','TESTPNR-NBYIYW','11111111111','PNQ-DEL',0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,'2020-06-11',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(815,0,399,'4-1129458966_0PNQDELSG8937_4819404063849154',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(816,0,391,'4-1129458966_0PNQDELSG8937_4819404063849154',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','ASHOK','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(817,0,394,'4-1129458966_0PNQDELSG8937_4819404063849154',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',2,0,'0','9634022688','MUJ','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','0 Kg',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(818,0,226,'4-1129458966_0PNQDELSG8937_4819404063849154',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,'2020-06-11',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(819,0,400,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(820,0,399,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',3,0,'0','9634022688','Muskan','Gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(821,0,394,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',2,0,'0','9634022688','MUJ','GUPTA','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(822,0,226,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'muskancatpl@gmail.com',1,0,'0','9634022688','surbhi','gupta','',0,6049,'2020-06-11',NULL,NULL,NULL,NULL,NULL,'','0','',3,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2021-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(823,0,114,'5-1622915124_0BLRGOI6E6236_8803219767693215',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'info@travergyrouter.com',1,0,'0','9341918386','Tushar','Bafna','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-08',0,'0','1',NULL,NULL,NULL,'0',NULL),(824,0,114,'5-1622915124_0GOIBLR6E617_8803219739875564',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'info@travergyrouter.com',1,0,'0','9341918386','Tushar','Bafna','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-08',0,'0','1',NULL,NULL,NULL,'0',NULL),(825,0,404,'4-1278077340_0DELBOMSG8701_8878961660080387',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(826,0,36,'5-9953975281_10DELAMD6E2043AMDBOM6E403_8879058289956208',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','Gaurav','Saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(827,0,405,'5-0701577628_22DELMAA6E2129_8882531858380256',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(828,0,80,'5-7527398564_0CCUMAA6E271_8947053682639932',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(829,0,406,'4-1347990023_0MAACCUSG388_8977572044372285','TJS108400097128',NULL,'F4MEJY','F4MEJY','','MAA-CCU',0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(830,0,407,'5-7213822197_0DELGOI6E329GOIBOM6E712_9036022699732136',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'A- 76\r\n','Delhi Hills','7700',1,0,'231','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(831,0,419,'5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569','TJS104600097836',NULL,NULL,NULL,'','DEL-HYD-HYD-BOM',0,6049,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat','5400097847',NULL,'7','2021-08-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(832,0,420,'4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510','TJS105300097848',NULL,'P31MTR-P31MTR','P31MTR-P31MTR','','DEL-GWL-GWL-BOM',0,6049,0,'anuradha@catpl.co.in',3,0,'0','9997534969','Annu','saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(833,0,421,'5-0361766914_0DELGOI6E329GOIBOM6E712_9144219399823133',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','Anurav','Saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(834,0,448,'4-3369276676_2DELBOMSG8169_9235119533934154',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','Gaurav','Saini','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(835,0,36,'5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567','TJS105300098583',NULL,'AEP7WX','AEP7WX','','BOM-DEL',0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(836,0,339,'5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567','TJS105300098583',NULL,'AEP7WX','AEP7WX','','BOM-DEL',0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(837,0,36,'4-4952677588_3BOMDELSG7189_9293418058799955',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','GAURAV','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(838,0,339,'4-4952677588_3BOMDELSG7189_9293418058799955',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',1,0,'0','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',2,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(840,0,118,'1-7625782175_0DELCCUG8105CCUBOMG8514_9466321978055438',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'gaurav@hellogtx.com',1,0,'0','9811192312','gaurav','gupta','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(841,0,451,'4-0971928351_0DELBOMSG8709_9471549002538129',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'anuradha@catpl.co.in',2,0,'0','9997534969','ANNU','SAINI','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(842,0,112,'5-1548144235_0PATCCU6E634_9476353094510750',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(843,0,80,'15-2-10-3411047374_4PATDELUK716DELCCUUK707_9476522676814480',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1Piece','7 Kg',NULL,NULL,NULL,'2021-08-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(844,0,80,'5-9039861441_1CCUPAT6E811_9476597053676738',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','BAIBHAV','KUMAR','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-08-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(845,0,452,'4-4570093870_0MAACCUSG388_9814668917424534',NULL,NULL,NULL,NULL,NULL,NULL,0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-08-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(846,0,112,'22-1303550815_0MAACCUI5557_9814751039332217','TJS104800100414',NULL,'TESTPNR','TESTPNR','','MAA-CCU',0,6049,0,'baibhav@catpl.co.in',1,0,'0','7701888604','baibhav','kumar','',0,6049,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2021-08-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(850,0,124,'5-1488723427_0DELBOM6E171_16136375627801746',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-01',0,'0','1',NULL,NULL,NULL,'0',NULL),(853,0,127,'5-1081200709_0MAACCU6E183_16146300061707172','TJS107300131764',NULL,NULL,NULL,'','CCU-MAA',0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-01',0,'0','1',NULL,NULL,NULL,'0',NULL),(854,0,127,'5-1081200709_0CCUMAA6E566_16146299978043783',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-01',0,'0','1',NULL,NULL,NULL,'0',NULL),(855,0,455,'5-4077529903_0MAACCU6E987_16223201724720387','TJS103100132233',NULL,NULL,NULL,'','MAA-CCU',0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','neha','kannoja','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(856,0,456,'5-2594013509_0MAACCU6E6385_16228191086281794',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(857,0,93,'5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'sibo.sarso@gmail.com',1,0,'0','8447455883','md','sabir','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-11-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(858,0,457,'22-16-8501468945_0BOMGOII5620_40495061396338',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','Neha','Kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2021-11-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(859,0,57,'21-10-15-2-1935288521_10DELBOMUK995_1593974760519235',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'gaurav@catpl.co.in',1,0,'0','9811192312','GAURAV','GUPTA','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-11-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(870,0,138,'4-1134874053_0DELDXBSG705_3490208764025867',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'booti190@outlook.com',1,0,'0','8878498374','VISHAL','GOENKA','',0,35,'1977-05-13','S2342345','IN','2028-08-18',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg','7 Kg',NULL,NULL,NULL,'2021-12-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(871,0,139,'5-7393555383_0VTZDEL6E2772_55063571878716',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'Sigurdstrack11@outlook.com',1,0,'0','7873429344','sumanth','gurram','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2021-12-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(872,0,93,'1-4365916783_1DELBOMG8530_20721561424965142','TJS102000165201',NULL,'XB2PHQ','XB2PHQ','','DEL-BOM',0,35,0,'sibo.sarso@gmail.com',1,0,'0','8447455883','md','sabir','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-12-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(873,0,93,'1-5307106241_0MAAHYDG8505_3823320690749347',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'sibo.sarso@gmail.com',1,0,'0','8447455883','md','sabir','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2021-12-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(874,0,458,'5-7505895109_0BOMCCU6E6014_21582208860193897','TJS109900169198',NULL,NULL,NULL,'','BOM-CCU',0,35,0,'neha@catpl.co.in',3,0,'0','8923963627','neha','kannojia','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-01-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(875,493,142,'8059b-b7ec7-31ca2-1707b',NULL,NULL,NULL,NULL,NULL,NULL,0,10583,0,'harish2969@gmail.com',1,0,'0','9810030254','harish','verma','',0,10583,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-01-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(876,494,143,'cefc3-932ee-759f6-a5f9e',NULL,NULL,NULL,NULL,NULL,NULL,0,10382,0,'amit@reisentours.com',1,0,'0','9810040254','AMIT','KUMAR','',0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1Piece','7 Kg',NULL,NULL,NULL,'2022-01-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(877,495,143,'2a501-c589f-08029-3ae4f','DMCS105600180401','TJS105600180401','X6439P','X6439P','','DEL-BOM',0,10382,0,'harish@reisentours.com',1,0,'0','9810040254','rohan','singh','',0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91','Reisen Tours India Pvt Ltd','07AADCR5276P1ZP',0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg','1',NULL,'13','2022-01-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(878,496,145,'a5a83-9f590-00ffb-d3a3d',NULL,NULL,NULL,NULL,NULL,NULL,0,10604,0,'neha@catpl.co.in',3,0,'0','8923963627','neha ','kannojia','',0,10604,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-01-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(879,497,146,'29df8-d16e7-585c5-9a63c','DMCS102600180687','TJS102600180687','TESTPNR','TESTPNR','11111111111','MAA-HYD',0,10382,0,'amit@reisentours.com',1,0,'0','9810040254','sohil','singh','',0,10382,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-01-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(880,498,147,'2edb2-fdb1b-cc6db-dd213','DMCS103300180691','TJS103300180691','TESTPNR','TESTPNR','11111111111','CCU-HYD',0,10385,0,'sudipta@catpl.co.in',1,0,'0','9818999760','Sudipta','Banerjee','',0,10385,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-01-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(883,501,149,'f9413-85053-80b82-25a5d','DMC100126136907','TJ100126136907','YX19S-5IEFLF','YX19S-5IEFLF','0986934723622-2286934723621','DEL-BOM',0,10560,0,'sds@tapishsecuritas.com',1,0,'0','9810610616','satya Deo','Sharma','',0,10560,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2022-01-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(884,502,149,'f9413-85053-80b82-25a5d','DMC100126136907','TJ100126136907','YX19S-5IEFLF','YX19S-5IEFLF','0986934723622-2286934723621','BOM-DEL',0,10560,0,'sds@tapishsecuritas.com',1,0,'0','9810610616','satya Deo','Sharma','',0,10560,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'01 Bag of 15 Kg','7 Kg',NULL,NULL,NULL,'2022-01-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(885,503,145,'49cd5-b22a0-65578-9c205',NULL,NULL,NULL,NULL,NULL,NULL,0,10604,0,'neha@catpl.co.in',3,0,'0','8923963627','neha ','kannojia','',0,10604,'1996-12-25','HGFUI786JHF',NULL,'2022-09-20',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'1Piece','7Kg',NULL,NULL,NULL,'2022-02-01',0,'0','1',NULL,NULL,NULL,'0',NULL),(886,0,512,'11-0606444521_3DELBOMSG8803_41092114025150',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'harish@reisentours.com',1,0,'0','09810040254','harish','verma','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'A1A/ 7B , Janakpuri, New Delhi 110058','Delhi','7701',1,0,'101','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-02-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(887,0,150,'5-1948380523_0CCUPAT6E895_15793046141557',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'navratan@catpl.co.in',1,0,'0','9997513572','test','only','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-03-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(888,0,513,'11-3202248770_1MAACCUI5557_29654550823494',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'sibo.sarso@gmail.com',1,0,'0','8447455883','Zaki','Khan','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-03-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(889,507,151,'24bbc-9485f-8b32e-14462',NULL,NULL,NULL,NULL,NULL,NULL,0,11614,0,'ticketing@reisentours.com',1,0,'0','9870192122','vijay','malik','',0,11614,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(890,508,151,'24bbc-9485f-8b32e-14462',NULL,NULL,NULL,NULL,NULL,NULL,0,11614,0,'ticketing@reisentours.com',1,0,'0','9870192122','vijay','malik','',0,11614,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-03-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(891,509,152,'a2383-15357-b4241-ee67e',NULL,NULL,NULL,NULL,NULL,NULL,0,10384,0,'holidays4@reisentours.com',1,0,'0','9999932969','cc','tg','',0,10384,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-04-01',0,'0','1',NULL,NULL,NULL,'0',NULL),(892,0,153,'11-8567973511_0PATBOMSG392_12777855196119',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'Vinay.gupta@yahoo.com',1,0,'0','9820098200','Vinay','Gupta','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-05-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(895,0,156,'1-8439445482_3BOMDELG8319_54394846375809',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'kumar.saujanya@gmail.com',1,0,'0','9699883388','Saujanya Kumar ','Singh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-05-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(896,0,157,'21-10-15-2-2375065272_1BOMBLRUK845_5196108539749','TJ108933935274',NULL,'5YQ6W8','5YQ6W8','2283905471180','BOM-BLR',0,35,0,'exhobuzz@gmail.com',1,0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-05-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(897,0,536,'21-10-15-2-2375065272_1BOMBLRUK845_5196108539749','TJ108933935274',NULL,'5YQ6W8','5YQ6W8','2283905471181','BOM-BLR',0,35,0,'exhobuzz@gmail.com',1,0,'0','08452968506','Jyoti ','Yadav','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-05-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(898,0,158,'5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'mkmistry.79@gmail.com',1,0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(899,0,537,'5-3993333179_0BOMUDR6E5372_11888561049217',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'mkmistry.79@gmail.com',1,0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(900,0,538,'5-4533586076_0BOMUDR6E5372_7382062817351',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'mkmistry.79@gmail.com',1,0,'0','08452968506','Mukesh','Mistrh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(901,0,539,'5-9618631815_0BOMUDR6E5372_17910604854564','TJ105434100290',NULL,'XKI6PV','XKI6PV','','BOM-UDR',0,35,0,'exhobuzz@gmail.com',1,0,'0','08452968506','Mukesh','Mistry','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91','Kuchbheee.com','27ABFPY5831M1ZY',0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(902,0,540,'4-1986031327_3DELBOMSG711_9041712676173',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'Gaurav@hellogtx.com',1,0,'0','9811192312','Gaurav','Gupta','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-05-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(903,0,159,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'chewymcgooey@gmail.com',1,0,'0','9810677917','Anant','Gupta','',0,35,NULL,'B1215172','IN','2026-06-11',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'2Piece','7Kg',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(904,0,541,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'chewymcgooey@gmail.com',1,0,'0','9810677917','Anant','Gupta','',0,35,NULL,'B1215172','IN','2024-06-12',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'2Piece','7Kg',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(905,0,160,'4-4761978357_0DELMAASG8207_9867787758427',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'FGFG@GMAIL.COM',1,0,'0','5464656554','GANESH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(907,0,162,'21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'LEADSERVICE@GMAIL.COM',1,0,'0','5764756456','GANESH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'35KG','7 Kg',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(908,0,163,'11-2847604955_0DELIXRG8145_34613732852136',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'kihjihj@gmail.com',1,0,'0','9898989782','ganesh kumar','thakur','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(909,0,164,'21-10-15-2-6178031448_0DELIXLUK601_26773510222337',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'JFDH@GMAIL.COM',1,0,'0','8754874949','GANESH','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(910,0,166,'5-0387867816_2DELGOI6E6245_23847823307630',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'GFDFGHF@GMAIL.COM',1,0,'0','6757667676','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-07-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(911,0,167,'11-2603663016_0DELPNQG8173_36876112959010',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'leadpaxemail@gmail.com',1,0,'0','9877785675','GANESH KUMAR  THAKUR ','GANESH KUMAR THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(912,0,167,'1-2603663016_1PNQDELG82541_36877617713086',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'leadpaxemail@gmail.com',1,0,'0','9877785675','GANESH KUMAR  THAKUR ','GANESH KUMAR THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(913,0,168,'4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'REISEN@GMAIL.COM',1,0,'0','9548958954','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(914,0,169,'21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'7676@GMAIL.COM',1,0,'0','5665656564','GANESH KUMAR','THAKUR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(915,0,170,'21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'ggnaesh@gmail.com',1,0,'0','3535353535','ganesh','g','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'25KG','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(920,0,172,'1-0118805041_0DELIXBG8263_29674600269643',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rvverma1990@gmail.com',1,0,'0','8586876957','ASHISH','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-11-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(921,0,551,'1-0118805041_0DELIXBG8263_29674600269643',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rvverma1990@gmail.com',2,0,'0','8586876957','DIVYA','DIVYA','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-11-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(922,0,552,'1-0118805041_0DELIXBG8263_29674600269643',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rvverma1990@gmail.com',1,0,'0','8586876957','TARUN','KUMAR','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-11-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(923,0,553,'1-0118805041_0DELIXBG8263_29674600269643',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rvverma1990@gmail.com',2,0,'0','8586876957','PHANINDRA','KUMAWAT','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-11-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(925,0,174,'4-3034530367_1BLRDELSG8134_39958056954724',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'fthgg@hjjh.com',1,0,'0','9999999999','Gyhvv','Yuibv','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-11-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(926,0,57,'5-1568744956_0MAACCU6E891_36305777127443',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'gaurav@catpl.co.in',1,0,'0','9811192312','GAURAV','GUPTA','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2022-12-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(927,0,175,'1-2351866097_5DELBOMG8330_16036933729105',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rohitag.mumbai@gmail.com',1,0,'0','9322906135','Rohit','Agrawal','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-12-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(928,0,176,'22-16-3829550210_0DELLKOI5548_94632603683760',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'aaa@ddfdf.com',1,0,'0','9494949898','sdfsdfsd','fsdfsdf','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-01-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(929,0,178,'21-10-15-2-6889046157_0DELBOMUK957_1426259875716','TJ104066681720',NULL,'5F56NA','5F56NA','2281707756110','DEL-BOM',0,35,0,'walkwithap1234@gmail.com',1,0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20KG','7 Kg',NULL,NULL,NULL,'2023-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(930,0,556,'5-0669183551_0IDRDEL6E6102_11365248951050','TJ109866828825',NULL,'A2PGPB','A2PGPB','','IDR-DEL',0,35,0,'walkwithap1234@gmail.com',1,0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(932,0,180,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_60739145007115',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'isabellaqwe123@gmail.com',1,0,'0','9955003537','Asian','ProZyy','',0,35,NULL,'12651261261','PH','2029-07-26',NULL,NULL,'','0','',1,0,'','63',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(933,0,181,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_45689657266976',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'isabellaqwe123@gmail.com',1,0,'0','9464403482','Asian','ProZyy','',0,35,NULL,'12651261261','PH','2029-07-26',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(934,0,182,'32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'isabellaqwe123@gmail.com',1,0,'0','6125047154','Asian','ProZyy','',0,35,NULL,'12651261261','PH','2029-07-26',NULL,NULL,'','0','',1,0,'','1',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'','7 Kg',NULL,NULL,NULL,'2023-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(935,0,183,'11-3356925099_2DELPNQI5721_1206145634719',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'holidays@reisentours.com',1,0,'0','9999932969','Anand','Singh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2023-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(936,0,557,'5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'holidays@reisentours.com',1,0,'0','9999932969','Anand',' Singh','',0,35,NULL,'567565888','IN','2024-07-11',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30 Kg (2 Piece only)','7 Kg',NULL,NULL,NULL,'2023-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(937,0,558,'5-5825097242_0DELPAT6E6025_36983005315580',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'walkwithap1234@gmail.com',1,0,'0','8506071234','Amit ','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-07-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(938,0,184,'5-1807028807_0DELPAT6E6025_28842799630882','TJ100268550917',NULL,'OKMKFB','OKMKFB','','DEL-PAT',0,35,0,'walkwithap1234@gmail.com',1,0,'0','9818080943','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-07-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(939,0,185,'5-8047217766_0DELGOI6E6576_17593357557172',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'ticketing@reisentours.com',1,0,'0','9811072132','vijay','kumar','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-07-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(940,0,559,'5-0902916492_4CCUDEL6E2716_28463796372886','TJ104269099227',NULL,'SSGJNJ','SSGJNJ','','CCU-DEL',0,35,0,'walkwithap1234@gmail.com',1,0,'0','8506071234','Amit','Pandey','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-07-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(941,0,186,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'sahil@sribalajioverseas.com',1,0,'0','09829555753','Hunny','Sethi','',0,35,NULL,'K5755788','IN','2033-08-16',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'30KG','7Kg',NULL,NULL,NULL,'2023-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(943,0,188,'32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_90089433657153',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'ahsjak2@gmail.com',1,0,'0','97010518133','asma','fahmi','',0,35,NULL,'a37748829','AL','2027-08-20',NULL,NULL,'','0','',1,0,'','31',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'2Piece','7Kg',NULL,NULL,NULL,'2023-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(944,0,189,'32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_75049516969217',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'ahsjak2@gmail.com',1,0,'0','0768251403','asma','fahmi','',0,35,NULL,'a37748829','AL','2027-08-20',NULL,NULL,'','0','',1,0,'','41',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'2Piece','7Kg',NULL,NULL,NULL,'2023-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(945,0,190,'32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'ahsjak2@gmail.com',1,0,'0','7428731210','asma','fahmi','',0,35,NULL,'a37748829','AL','2027-08-20',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'2Piece','7Kg',NULL,NULL,NULL,'2023-08-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(948,0,193,'5-9704106671_8DELPNQ6E2618_83632529093634',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'rajebaba16@rediffmail.com',1,0,'0','8087619892','Dhdjjj','Gdhdh','',0,35,NULL,NULL,NULL,NULL,NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'15 Kg (01 Piece only)','7 Kg',NULL,NULL,NULL,'2023-11-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(949,0,194,'5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630',NULL,NULL,NULL,NULL,NULL,NULL,0,35,0,'manojkumar@gmail.com',1,0,'0','9650953283','Manoj','Kumar','',0,35,NULL,'M0722053','IN','2033-01-01',NULL,NULL,'','0','',1,0,'','91',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,'20 Kg','7 Kg',NULL,NULL,NULL,'2023-12-26',0,'0','1',NULL,NULL,NULL,'0',NULL);
/*!40000 ALTER TABLE `tbl_flight_booking_customer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_flighthomepage`
--

DROP TABLE IF EXISTS `tbl_flighthomepage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_flighthomepage` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `AboutTitle` varchar(255) NOT NULL,
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_flighthomepage`
--

LOCK TABLES `tbl_flighthomepage` WRITE;
/*!40000 ALTER TABLE `tbl_flighthomepage` DISABLE KEYS */;
INSERT INTO `tbl_flighthomepage` VALUES (1,'Offer 1','1579094359.png','','',0,'2020-01-15 18:49:19','0000-00-00 00:00:00',1,1),(2,'Top offer on domestic flight','1587023105.png','','http://www.ixotour.com/flight',1,'2020-04-16 13:15:06','2020-06-08 15:17:03',1,0),(3,'Up to 1500 Instant Discount','1587023189.jpg','','http://www.ixotour.com/flight',1,'2020-04-16 13:16:29','2020-06-08 15:16:54',1,0),(4,'Travel to favorites place ','1587023242.jpg','','http://www.ixotour.com/flight',1,'2020-04-16 13:17:22','2020-06-08 15:16:46',1,0),(5,'Cheapest Flight','1587023272.jpg','','http://www.ixotour.com/flight',1,'2020-04-16 13:17:52','2020-06-08 15:16:37',1,0),(6,'demo dd','1587023297.jpg','','http://local.mytrippartner.com/flight',1,'2020-04-16 13:18:17','2020-06-01 12:53:53',1,1),(7,'new flight dd','1587023313.png','','http://www.ixotour.com/flight',1,'2020-04-16 13:18:33','2020-06-16 15:55:31',1,0),(8,'test','1590996783.jpg','','na',0,'2020-06-01 13:01:23','2020-06-01 13:03:03',1,1);
/*!40000 ALTER TABLE `tbl_flighthomepage` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_footer_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_footer_links` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_footer_links`
--

LOCK TABLES `tbl_footer_links` WRITE;
/*!40000 ALTER TABLE `tbl_footer_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_footer_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_footer_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_footer_management` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_footer_management`
--

LOCK TABLES `tbl_footer_management` WRITE;
/*!40000 ALTER TABLE `tbl_footer_management` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_footer_management` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_getaways`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_getaways` (
  `get_id` int NOT NULL AUTO_INCREMENT,
  `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` varchar(500) NOT NULL,
  `status` enum('0','1') NOT NULL,
  `CreateDate` datetime NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`get_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_getaways`
--

LOCK TABLES `tbl_getaways` WRITE;
/*!40000 ALTER TABLE `tbl_getaways` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_getaways` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_holiday_promobanner`
--

DROP TABLE IF EXISTS `tbl_holiday_promobanner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_holiday_promobanner` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(500) NOT NULL,
  `image` varchar(256) NOT NULL,
  `subHeading` varchar(5000) NOT NULL,
  `expiryDate` date NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `IsFeatured` int NOT NULL DEFAULT '1',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_holiday_promobanner`
--

LOCK TABLES `tbl_holiday_promobanner` WRITE;
/*!40000 ALTER TABLE `tbl_holiday_promobanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_holiday_promobanner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_common_box`
--

DROP TABLE IF EXISTS `tbl_home_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_common_box` (
  `home_common_id` int NOT NULL AUTO_INCREMENT,
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL,
  `home_common_header` text NOT NULL,
  `home_common_footer` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `vedioUrl` varchar(500) NOT NULL,
  `popularTourContent` text NOT NULL,
  `destinationContent` text NOT NULL,
  `perfectTourContent` text NOT NULL,
  `blogContent` text NOT NULL,
  `otherUsefulContent` text NOT NULL,
  `interestingFactsContent` text NOT NULL,
  `offersContent` text,
  `whychooseusContent` text NOT NULL,
  `happycustomerContent` text NOT NULL,
  PRIMARY KEY (`home_common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_common_box`
--

LOCK TABLES `tbl_home_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_home_common_box` DISABLE KEYS */;
INSERT INTO `tbl_home_common_box` VALUES (1,'Book Domestic and International Tour Packages in India - IXO Tour Pvt Ltd.','Tour Packages, Amazing Travel Places, Exotic Destinations, Travel News, Famous Tourist Places, Cheap Tour Packages, Tour Offers, Best Travel Destinations, Travel Tour Packages, Browse Tour Packages, India Tour Package, Tour and Travels, Trips Gateway Packages, Travel Package, Holiday Tours, Honeymoon Package.','Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages in India.','<!-- Review Schema Code -->\r\n\r\n<script type=\"application/ld+json\">{\r\n  \"@context\": \"http://schema.org/\",\r\n  \"@type\": \"Review\",\r\n  \"itemReviewed\": {\r\n    \"@type\": \"Product\",\r\n    \"name\": \"tripsgateway.com\"\r\n  },\r\n  \"author\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"tripsgateway\"\r\n  },\r\n  \"datePublished\": \"2019-1-1\",\r\n  \"reviewRating\": {\r\n    \"@type\": \"Rating\",\r\n    \"description\": \"Trips Gateway is a leading travel company in Noida, India. Offering custumized domestic and international tour and travel packages. Book holiday or honeymoon tour packages and enjoy best holiday deals at affordable price.\",\r\n    \"ratingValue\": \"4.8\"\r\n  }\r\n}\r\n</script>\r\n\r\n<!-- Google Knowledge Graph -->\r\n\r\n<script type=\'application/ld+json\'> \r\n{\r\n  \"@context\": \"http://www.schema.org\",\r\n  \"@type\": \"Organization\",\r\n  \"name\": \"TRIPSGATEWAY.COM\",\r\n  \"url\": \"https://www.tripsgateway.com/\",\r\n  \"logo\": \"https://www.tripsgateway.com/public/images/logo.png\",\r\n  \"description\": \"Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages from India.\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"C-55, First Floor\",\r\n     \"addressLocality\": \"Sector 8\",\r\n    \"addressRegion\": \"Noida\",\r\n    \"postalCode\": \"201301\",\r\n    \"addressCountry\": \"India\"\r\n  },\r\n  \"contactPoint\": {\r\n    \"@type\": \"ContactPoint\",\r\n    \"telephone\": \"+91 98111 92312\",\r\n	\"email\": \"plan@tripsgateway.com\", \r\n	\"contactType\": \"Customer Service\"\r\n  },\r\n	\"sameAs\": [\r\n	\"https://www.facebook.com/tripsgateway\",\r\n	\"https://twitter.com/tripsgateway\",\r\n	\"https://www.instagram.com/tripsgateway/\",\r\n	\"https://www.pinterest.com/tripsgateway/\"\r\n	\r\n	]\r\n}\r\n </script>\r\n\r\n<!-- Search Schema Code -->\r\n\r\n<script type=\"application/ld+json\">\r\n{\r\n\"@context\" : \"http://schema.org\",\r\n\"@type\" : \"WebSite\",\r\n\"name\" : \"tripsgateway.com\",\r\n\"url\" : \"https://www.tripsgateway.com/\",\r\n\"potentialAction\": {\r\n\"@type\": \"SearchAction\",\r\n\"target\": \"https://www.tripsgateway.com/?q={search_term_string}\",\r\n\"query-input\": \"required name=search_term_string\"\r\n}\r\n}\r\n</script>\r\n\r\n<!-- Google Site Verification -->\r\n\r\n<meta name=\"google-site-verification\" content=\"xni1WNV91y21jEw-SQs6JlUN93c80HBAs43Ou5HGazY\" />\r\n\r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-131039779-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n  gtag(\'config\', \'UA-131039779-1\');\r\n</script>','','1','<iframe width=\"100%\" height=\"320px\" src=\"https://www.youtube.com/embed/VElW8XrBz84\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>','','','','Blogs & Guest Reviews','','',NULL,'','');
/*!40000 ALTER TABLE `tbl_home_common_box` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_explorebanner`
--

DROP TABLE IF EXISTS `tbl_home_explorebanner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_explorebanner` (
  `banner_id` int NOT NULL AUTO_INCREMENT,
  `banner_image` varchar(255) NOT NULL,
  `banner_text` varchar(255) NOT NULL,
  `url` varchar(500) NOT NULL,
  `opt` tinyint(1) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkDel` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_explorebanner`
--

LOCK TABLES `tbl_home_explorebanner` WRITE;
/*!40000 ALTER TABLE `tbl_home_explorebanner` DISABLE KEYS */;
INSERT INTO `tbl_home_explorebanner` VALUES (5,'5_1573894948.jpg','Trakking Trails in Hongkong','',0,'1','1'),(6,'6_1573894968.jpg','Trakking Trails in Dubai','',0,'1','1'),(7,'7_1574409755.jpg','Best Mansoon Experiences','',0,'1','1'),(8,'8_1574409793.jpg','Multi - Adventure with us','',0,'1','1');
/*!40000 ALTER TABLE `tbl_home_explorebanner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_exploregallery`
--

DROP TABLE IF EXISTS `tbl_home_exploregallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_exploregallery` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `gallery` varchar(255) DEFAULT NULL,
  `video` varchar(255) DEFAULT NULL,
  `type` int DEFAULT NULL,
  `IsActive` int DEFAULT NULL,
  `IsmarkForDel` int DEFAULT NULL,
  `IsFeatured` int DEFAULT NULL,
  `categoryId` int DEFAULT NULL,
  `AgencySysId` bigint DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_exploregallery`
--

LOCK TABLES `tbl_home_exploregallery` WRITE;
/*!40000 ALTER TABLE `tbl_home_exploregallery` DISABLE KEYS */;
INSERT INTO `tbl_home_exploregallery` VALUES (1,'sdf','1671517759promo_1.webp',NULL,1,1,1,NULL,1,35),(2,'',NULL,'',2,1,1,NULL,2,35),(3,'Explore Beautiful New Zealand',NULL,'https://www.youtube.com/watch?v=K4SDiPn7r7Q',2,1,1,NULL,2,35),(4,'Reisen Tours','1675419294promo_1.jpg',NULL,1,1,0,NULL,1,35),(5,'River Cruising In India',NULL,'https://www.youtube.com/watch?v=D-_nv1cnSpA',2,1,0,NULL,2,35),(6,'Explore Beautiful New Zealand',NULL,'https://www.youtube.com/watch?v=K4SDiPn7r7Q',2,1,0,NULL,2,35),(7,'Explore','1675430192promo_1.jpg',NULL,1,1,0,NULL,1,35),(8,'Elephant Safari-Mauritius','1679997729promo_1.jpg',NULL,1,1,0,NULL,1,35);
/*!40000 ALTER TABLE `tbl_home_exploregallery` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_home_promotion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_promotion` (
  `promotionId` int NOT NULL AUTO_INCREMENT,
  `templatetype` int 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',
  PRIMARY KEY (`promotionId`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_promotion`
--

LOCK TABLES `tbl_home_promotion` WRITE;
/*!40000 ALTER TABLE `tbl_home_promotion` DISABLE KEYS */;
INSERT INTO `tbl_home_promotion` VALUES (1,1,'','Test by mangal','<p><a href=\"http://localhost/dst_html/index.html\">test</a></p>\r\n','1556783893promo_1.jpg','','0','1','1','1'),(2,1,'','Test by mangal 2','<p><a href=\"http://localhost/dst_html/index.html\">test 3</a></p>\r\n','1556783906promo_1.jpg','','0','1','1','1'),(3,2,'','{\"promotion_tag1\":\"honeymoon\",\"promotion_tag2\":\"Tag 2\",\"promotion_tag3\":\"Tag 3\",\"promotion_tag4\":\"Tag 4\"}','','1556783324promo_2.jpg','{\"promotion_tag_url1\":\"http:\\/\\/103.239.139.156\\/holidaybazaar\\/tour-destination\\/category\\/honeymoon\",\"promotion_tag_url2\":\"http:\\/\\/103.239.139.156\\/holidaybazaar\\/\",\"promotion_tag_url3\":\"http:\\/\\/103.239.139.156\\/holidaybazaar\\/\",\"promotion_tag_url4\":\"http:\\/\\/103.239.139.156\\/holidaybazaar\\/\"}','{\"tagopt1\":1,\"tagopt2\":1,\"tagopt3\":1,\"tagopt4\":0}','1','1','1'),(4,2,'','{\"promotion_tag1\":\"Tag 1\",\"promotion_tag2\":\"Tag 2\",\"promotion_tag3\":\"Tag 3\",\"promotion_tag4\":\"Tag 4\"}','','1556783379promo_2.jpg','{\"promotion_tag_url1\":\"http:\\/\\/localhost\\/dst_html\\/index.html\",\"promotion_tag_url2\":\"http:\\/\\/localhost\\/dst_html\\/index.html\",\"promotion_tag_url3\":\"http:\\/\\/localhost\\/dst_html\\/index.html\",\"promotion_tag_url4\":\"http:\\/\\/localhost\\/dst_html\\/index.html\"}','{\"tagopt1\":0,\"tagopt2\":0,\"tagopt3\":0,\"tagopt4\":0}','1','1','0'),(5,3,'','','','1556783354promo_3.jpg','http://103.239.139.156/holidaybazaar/','1','1','1','1'),(6,3,'','','','1556783362promo_3.jpg','http://localhost/dst_html/index.html','0','1','1','0'),(7,1,'','Domestic Package','<p><a href=\"http://rastafari.hellogtx.com/\">Domestic Package 1</a></p>\r\n\r\n<p><a href=\"http://online.hellogtx.com/\">Domestic Package 2</a></p>\r\n','1556784010promo_1.jpg','','0','1','1','1'),(8,1,'','International Package','<p><a href=\"http://rastafari.hellogtx.com/\">International Package 1</a></p>\r\n\r\n<p><a href=\"http://rastafari.hellogtx.com/\">International Package 2</a></p>\r\n','1556784112promo_1.jpg','','0','1','1','1');
/*!40000 ALTER TABLE `tbl_home_promotion` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_hotel_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int 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,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `HotelBookingStatus` varchar(32) DEFAULT NULL,
  `InvoiceNumber` varchar(150) DEFAULT NULL,
  `InvoiceCreatedOn` datetime DEFAULT NULL,
  `TraceId` varchar(255) NOT NULL,
  `CurrencyType` int 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 NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `HotelPicture` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `HotelAddress` varchar(255) NOT NULL,
  `HotelContactNo` varchar(100) DEFAULT NULL,
  `HotelMap` text,
  `Latitude` varchar(100) DEFAULT NULL,
  `Longitude` varchar(100) DEFAULT NULL,
  `HotelLocation` varchar(255) DEFAULT NULL,
  `Remarks` text,
  `NoOfNights` int NOT NULL,
  `NoOfRooms` int NOT NULL,
  `totaladult` int NOT NULL,
  `totalchild` int NOT NULL,
  `TBBCityId` int NOT NULL,
  `cityid` int 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',
  `TotalAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `TotalServiceTaxOnAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `status` int NOT NULL DEFAULT '0',
  `InvoiceStatus` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `API_Response_voucher` text,
  `API_GenerateVoucher` text,
  `API_BookingDetail` longtext,
  `SSRName` text,
  `SSRMsg` text,
  `searchData` text,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `paymentStatus` smallint NOT NULL DEFAULT '0',
  `error_Message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `error` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `GUID` varchar(200) DEFAULT NULL,
  `TransactionId_credit` varchar(250) DEFAULT NULL,
  `TransactionId_debit` varchar(250) DEFAULT NULL,
  `IsCancelled` int NOT NULL DEFAULT '0',
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text,
  `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,
  `InvoiceNo` varchar(100) DEFAULT NULL,
  `InvoiceDate` date DEFAULT NULL,
  `address` varchar(250) DEFAULT NULL,
  `InvoiceName` varchar(150) DEFAULT NULL,
  `bookedby` varchar(100) DEFAULT NULL,
  `CustomerDetails` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking`
--

LOCK TABLES `tbl_hotel_booking` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking` VALUES (1,384,5293,'','2021-04-17','2021-04-19','','',NULL,'',NULL,NULL,'a4aa7-67416-8ad0b-8a2f4',0,NULL,'hsid2695661847-741177882','OYO FLAGSHIP 75488 ROYAL GRAND INN','hsid2695661847-741177882','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3EteHguYnN0YXRpYy5jb20veGRhdGEvaW1hZ2VzL2hvdGVsL21heDUwMC8yNjg5MzY5MDEuanBnP2s9Nzc3OWE1MzRmNzM2ZjFjMjQ2MmNmODQ2Y2QyYTE1YjJkNzhmZGUxZTU2OTI3Yzk0NzlhMDI1YjlhZjFjMmRlMiZvPT9zPTMxMng=','H-35,Sector 51, Noida Special Economic Zone,Noida','','H-35,Sector 51, Noida Special Economic Zone,Noida',NULL,NULL,'H-35,Sector 51, Noida Special Economic Zone,Noida','extra service',2,1,1,0,110203,110203,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"18630361_0_75244\",\"RoomCategory\":\"Classic Double or Twin\",\"RoomType\":\"Single-Classic Double Or Twin-1-\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":594.95,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":594.95,\"TotalRoomPrice\":1189.9,\"TotalFare\":1189.9,\"TotalBaseFare\":1066.3,\"TotalNetFare\":1089.9,\"TotalTaxFare\":123.6,\"TaxFareBreakup\":{\"MU\":100,\"MF\":20,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":594.95,\"TAF\":61.8,\"BF\":533.15,\"NF\":544.95},\"afc\":{\"TAF\":{\"MU\":50,\"MF\":10,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"TF\":594.95,\"TAF\":61.8,\"BF\":533.15,\"NF\":544.95},\"afc\":{\"TAF\":{\"MU\":50,\"MF\":10,\"MFT\":1.8}}}],\"PriceWithMarkup\":594.95,\"arrMarkUps\":{\"HotelRoomPrice\":1189.9,\"pernightperroomprice\":594.95,\"RoomPrice\":594.95,\"withmarkupprice\":594.95,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_18630361-562_0_52785\",\"RoomTotalPrice\":1189.9,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid2695661847-741177882\",\"HotemName\":\"OYO FLAGSHIP 75488 ROYAL GRAND INN\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-2 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 3-5 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 5 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3EteHguYnN0YXRpYy5jb20veGRhdGEvaW1hZ2VzL2hvdGVsL21heDUwMC8yNjg5MzY5MDEuanBnP2s9Nzc3OWE1MzRmNzM2ZjFjMjQ2MmNmODQ2Y2QyYTE1YjJkNzhmZGUxZTU2OTI3Yzk0NzlhMDI1YjlhZjFjMmRlMiZvPT9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3EteHguYnN0YXRpYy5jb20veGRhdGEvaW1hZ2VzL2hvdGVsL21heDUwMC8yNjg5MzY5MDEuanBnP2s9Nzc3OWE1MzRmNzM2ZjFjMjQ2MmNmODQ2Y2QyYTE1YjJkNzhmZGUxZTU2OTI3Yzk0NzlhMDI1YjlhZjFjMmRlMiZvPT9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xL2YzNzBjNzg2ZjIxMjM1YmYwMDNmYzk0ODQyYWI1ZGY3LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xL2YzNzBjNzg2ZjIxMjM1YmYwMDNmYzk0ODQyYWI1ZGY3LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xLzhjMmY3MDZiMzJjYjcxMzAxMjllZGFkOTYwYWJjOTQ0LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xLzhjMmY3MDZiMzJjYjcxMzAxMjllZGFkOTYwYWJjOTQ0LmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.3677\",\"lt\":\"28.5793\"},\"HotelAddress\":\"H-35,Sector 51, Noida Special Economic Zone,Noida\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-03-31 13:50:55','2021-03-31 13:50:55',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,80,6049,'TJS200300069996','2021-05-05','2021-05-06','','',NULL,'SUCCESS',NULL,NULL,'3707b-69097-636c5-38992',0,NULL,'hsid7267516920-1368125567','HOTEL MAHALAXMI','hsid7267516920-1368125567','',3,'INR','http://hotel.atlastravelsonline.com/cpfv3/images/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzIzMDAwMDAwLzIyMTQwMDAwLzIyMTM2MDAwLzIyMTM1OTA0LzQzMDUzYmI1X2IuanBn','Panvel Matheran Road at Road Number 18','','Panvel Matheran Road at Road Number 18',NULL,NULL,'Panvel Matheran Road at Road Number 18','extra service',1,1,2,0,110345,110345,'Navi Mumbai','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"ABHINAV\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-04 19:39:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3707b-69097-636c5-38992\",\"modified\":\"2021-05-04 19:39:32\",\"created\":\"2021-05-04 19:39:32\",\"CustomerMemberSysId\":\"386\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"2_22135904-1_28_19173\",\"RoomCategory\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"RoomType\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":975.13,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":975.13,\"TotalRoomPrice\":975.13,\"TotalFare\":975.13,\"TotalBaseFare\":863.33,\"TotalNetFare\":875.13,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MU\":100,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":863.33,\"NF\":875.13,\"TAF\":111.8,\"TF\":975.13},\"afc\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":975.13,\"arrMarkUps\":{\"HotelRoomPrice\":975.13,\"pernightperroomprice\":975.13,\"RoomPrice\":975.13,\"withmarkupprice\":975.13,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"1_22135904-28_52939\",\"RoomTotalPrice\":975.13,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid7267516920-1368125567\",\"HotemName\":\"HOTEL MAHALAXMI\",\"HotelDescription\":\"With a stay at Hotel Mahalaxmi in Navi Mumbai (New Panvel East), you\'ll be 9.8 mi (15.8 km) from DY Patil Stadium and 17.1 mi (27.5 km) from Reliance Corporate Park.  This hotel is 3 mi (4.8 km) from Hazara Falls and 6.6 mi (10.7 km) from Utsav Chowk.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzIzMDAwMDAwLzIyMTQwMDAwLzIyMTM2MDAwLzIyMTM1OTA0LzQzMDUzYmI1X2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"73.12286\",\"lt\":\"18.99823\"},\"HotelAddress\":\"Panvel Matheran Road at Road Number 18\",\"HotelCity\":\"Navi Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS200300069996\",\"partnerId\":\"0\",\"amount\":875.13,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"7701888604\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-04T19:41:54.911\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel Mahalaxmi\",\"des\":\"With a stay at Hotel Mahalaxmi in Navi Mumbai (New Panvel East), you\'ll be 9.8 mi (15.8 km) from DY Patil Stadium and 17.1 mi (27.5 km) from Reliance Corporate Park.  This hotel is 3 mi (4.8 km) from Hazara Falls and 6.6 mi (10.7 km) from Utsav Chowk.\",\"rt\":3,\"gl\":{\"ln\":\"73.12286\",\"lt\":\"18.99823\"},\"ad\":{\"adr\":\"Panvel Matheran Road at Road Number 18\",\"city\":{\"name\":\"Navi Mumbai\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"2_22135904-1_28_19173\",\"rc\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"rt\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":975.13,\"tfcs\":{\"BF\":863.33,\"NF\":875.13,\"TAF\":111.80,\"TF\":975.13},\"tafcs\":{\"TAF\":{\"MU\":100.00,\"MFT\":1.80,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-05-04T19:38:57.695\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":863.33,\"NF\":875.13,\"TF\":975.13,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MU\":100.00,\"MFT\":1.80,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-05-05\",\"checkOutDate\":\"2021-05-06\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Abhinav\",\"lN\":\"kumar\"}],\"iopr\":false}],\"tp\":875.13,\"cnp\":{\"id\":\"1_22135904-28_52939\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-05-04T19:38:57.695\",\"tdt\":\"2021-05-05T12:00\",\"am\":863.33}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel Mahalaxmi\",\"ad\":\"Panvel Matheran Road at Road Number 18\"}},\"ddt\":\"2021-05-04T19:38:57.695\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free self parking, Free WiFiCheckin Start Time : 9:00 AMCheckin End Time : 9:00 AMMin Checkin Age : 18Checkout Time : 12:00 PMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards  Special Instructions : Front desk staff will greet guests on arrival.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.                     Rollaway bed fee: INR 500 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-05-05\",\"checkoutDate\":\"2021-05-06\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3598522.74}}}}','','',NULL,'0','2021-05-04 14:09:32','2021-05-04 14:09:32',1,'','','11000000092471',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,80,6049,'TJS201300071431','2021-05-12','2021-05-14','','',NULL,'SUCCESS',NULL,NULL,'9482c-84203-a0ff8-9b0b1',0,NULL,'hsid3149510553-833169960','JOEY&amp;#039;S HOSTEL','hsid3149510553-833169960','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYwMjE2MDQwMDI4MjU0OTMzLmpwZz9zPTMxMng=','1/49 Lalita Park, Laxmi Nagar Main Vikas Marg','','1/49 Lalita Park, Laxmi Nagar Main Vikas Marg',NULL,NULL,'1/49 Lalita Park, Laxmi Nagar Main Vikas Marg','extra service',2,2,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"SABIR\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-11 11:01:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9482c-84203-a0ff8-9b0b1\",\"modified\":\"2021-05-11 11:01:07\",\"created\":\"2021-05-11 11:01:07\",\"CustomerMemberSysId\":\"388\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"931608_0_12508\",\"RoomCategory\":\"1 Bed in 12-Bed Dormitory\",\"RoomType\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":223.93,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":223.93,\"TotalRoomPrice\":895.72,\"TotalFare\":895.72,\"TotalBaseFare\":822.12,\"TotalNetFare\":845.72,\"TotalTaxFare\":73.6,\"TaxFareBreakup\":{\"MF\":20,\"MU\":50,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"PriceWithMarkup\":223.93,\"arrMarkUps\":{\"HotelRoomPrice\":895.72,\"pernightperroomprice\":223.93,\"RoomPrice\":223.93,\"withmarkupprice\":223.93,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}},{\"id\":\"931608_0_84499\",\"RoomCategory\":\"1 Bed in 12-Bed Dormitory\",\"RoomType\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":223.93,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":223.93,\"TotalRoomPrice\":895.72,\"TotalFare\":895.72,\"TotalBaseFare\":822.12,\"TotalNetFare\":845.72,\"TotalTaxFare\":73.6,\"TaxFareBreakup\":{\"MF\":20,\"MU\":50,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"PriceWithMarkup\":223.93,\"arrMarkUps\":{\"HotelRoomPrice\":895.72,\"pernightperroomprice\":223.93,\"RoomPrice\":223.93,\"withmarkupprice\":223.93,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_931608-75_0_36367\",\"RoomTotalPrice\":1791.44,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid3149510553-833169960\",\"HotemName\":\"JOEY&amp;#039;S HOSTEL\",\"HotelDescription\":\"Stop at Joeys Hostel to discover the wonders of New Delhi and NCR. Offering a variety of facilities and services, the hotel provides all you need for a good night\'s sleep. Take advantage of the hotel\'s free Wi-Fi in all rooms, daily housekeeping, luggage storage, Wi-Fi in public areas, car park. Some of the well-appointed guestrooms feature television LCD\\/plasma screen, linens, internet access  wireless, air conditioning, heating. Take a break from a long day and make use of karaoke, games room. Convenience and comfort makes Joeys Hostel the perfect choice for your stay in New Delhi and NCR.<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-1 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 2-18 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 18 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYwMjE2MDQwMDI4MjU0OTMzLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYwMjE2MDQwMDI4MjU0OTMzLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS81YzYwYjQ1ZWQwOTIwMDAzNDczNzg1NjM3ZmY4NjhhNS5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS81YzYwYjQ1ZWQwOTIwMDAzNDczNzg1NjM3ZmY4NjhhNS5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS83NTdlMjVjZGJhMmI3MTU3NzhlZDczZmEyNjgzNWUzMi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS83NTdlMjVjZGJhMmI3MTU3NzhlZDczZmEyNjgzNWUzMi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYxOTIxMTMwMDMwMDg1NTg2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYxOTIxMTMwMDMwMDg1NTg2LmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.27454\",\"lt\":\"28.628862\"},\"HotelAddress\":\"1\\/49 Lalita Park, Laxmi Nagar Main Vikas Marg\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOSTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS201300071431\",\"partnerId\":\"0\",\"amount\":1691.44,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"7701888604\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-05-11T11:06:02.500\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Joeys Hostel\",\"des\":\"Stop at Joeys Hostel to discover the wonders of New Delhi and NCR. Offering a variety of facilities and services, the hotel provides all you need for a good night\'s sleep. Take advantage of the hotel\'s free Wi-Fi in all rooms, daily housekeeping, luggage storage, Wi-Fi in public areas, car park. Some of the well-appointed guestrooms feature television LCD/plasma screen, linens, internet access  wireless, air conditioning, heating. Take a break from a long day and make use of karaoke, games room. Convenience and comfort makes Joeys Hostel the perfect choice for your stay in New Delhi and NCR.<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-1 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 2-18 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 18 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.27454\",\"lt\":\"28.628862\"},\"ad\":{\"adr\":\"1/49 Lalita Park,Main Vikas Marg,Laxmi Nagar,Delhi,110092\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"931608_0_12508\",\"rc\":\"1 Bed in 12-Bed Dormitory\",\"rt\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"adt\":1,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":895.72,\"tfcs\":{\"NF\":845.72,\"TF\":895.72,\"TAF\":73.60,\"BF\":822.12},\"tafcs\":{\"TAF\":{\"MF\":20.00,\"MU\":50.00,\"MFT\":3.60,\"IGST\":3.60}},\"ddt\":\"2021-05-11T10:52:32.168\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":411.06,\"NF\":422.86,\"TF\":447.86,\"TAF\":36.80},\"afc\":{\"TAF\":{\"MF\":10.00,\"MU\":25.00,\"MFT\":1.80,\"IGST\":1.80}}},{\"day\":2,\"fc\":{\"BF\":411.06,\"NF\":422.86,\"TF\":447.86,\"TAF\":36.80},\"afc\":{\"TAF\":{\"MF\":10.00,\"MU\":25.00,\"MFT\":1.80,\"IGST\":1.80}}}],\"checkInDate\":\"2021-05-12\",\"checkOutDate\":\"2021-05-14\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\"}],\"iopr\":false},{\"id\":\"931608_0_84499\",\"rc\":\"1 Bed in 12-Bed Dormitory\",\"rt\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"adt\":1,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":895.72,\"tfcs\":{\"NF\":845.72,\"TF\":895.72,\"TAF\":73.60,\"BF\":822.12},\"tafcs\":{\"TAF\":{\"MF\":20.00,\"MU\":50.00,\"MFT\":3.60,\"IGST\":3.60}},\"ddt\":\"2021-05-11T10:52:32.168\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":411.06,\"NF\":422.86,\"TF\":447.86,\"TAF\":36.80},\"afc\":{\"TAF\":{\"MF\":10.00,\"MU\":25.00,\"MFT\":1.80,\"IGST\":1.80}}},{\"day\":2,\"fc\":{\"BF\":411.06,\"NF\":422.86,\"TF\":447.86,\"TAF\":36.80},\"afc\":{\"TAF\":{\"MF\":10.00,\"MU\":25.00,\"MFT\":1.80,\"IGST\":1.80}}}],\"checkInDate\":\"2021-05-12\",\"checkOutDate\":\"2021-05-14\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"sabir\",\"lN\":\"kumar\"}],\"iopr\":false}],\"tp\":1691.44,\"cnp\":{\"id\":\"26_931608-75_0_36367\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-05-11T10:52:32.168\",\"tdt\":\"2021-05-12T12:00\",\"am\":1644.24}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Joeys Hostel\",\"ad\":\"1/49 Lalita Park,Main Vikas Marg,Laxmi Nagar,Delhi,110092\"}},\"ddt\":\"2021-05-11T10:52:32.168\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Shared BathroomNon SmokingChild and extra bed policy :  Infant 0-1 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 2-18 year(s) old stay for free if using existing bedding, extra bed and meals are not included.Guests over 18 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-05-12\",\"checkoutDate\":\"2021-05-14\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":3584286.89}}}}','','',NULL,'0','2021-05-11 05:31:07','2021-05-11 05:31:07',1,'','','11000000094797',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,32,6049,'','2021-06-21','2021-06-23','','',NULL,'',NULL,NULL,'972dc-f45d0-44a7b-2183f',0,NULL,'hsid2008395127--1104663351','HOTEL MOUNTAIN TOP','hsid2008395127--1104663351','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvQ0hBSU4uanBn','Vill Dhungri, Near Hadimba Temple','','Vill Dhungri, Near Hadimba Temple',NULL,NULL,'Vill Dhungri, Near Hadimba Temple','extra service',2,2,4,1,110318,110318,'Manali','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"ASHOK\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-11 15:21:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"972dc-f45d0-44a7b-2183f\",\"modified\":\"2021-05-11 15:21:41\",\"created\":\"2021-05-11 15:21:41\",\"CustomerMemberSysId\":\"391\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"MS\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-11 15:21:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"972dc-f45d0-44a7b-2183f\",\"modified\":\"2021-05-11 15:21:41\",\"created\":\"2021-05-11 15:21:41\",\"CustomerMemberSysId\":\"392\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"SG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-11 15:21:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"972dc-f45d0-44a7b-2183f\",\"modified\":\"2021-05-11 15:21:41\",\"created\":\"2021-05-11 15:21:41\",\"CustomerMemberSysId\":\"393\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MASTER\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"MUJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-11 15:21:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"972dc-f45d0-44a7b-2183f\",\"modified\":\"2021-05-11 15:21:41\",\"created\":\"2021-05-11 15:21:41\",\"CustomerMemberSysId\":\"394\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"0_00004709-39_93598\",\"RoomCategory\":\"Double Plus Child Apple Classic Room\",\"RoomType\":\"Double Plus Child Apple Classic Room\",\"Adult\":2,\"Child\":1,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":476.535,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":476.535,\"TotalRoomPrice\":1906.14,\"TotalFare\":1906.14,\"TotalBaseFare\":1832.54,\"TotalNetFare\":1856.14,\"TotalTaxFare\":73.6,\"TaxFareBreakup\":{\"MF\":20,\"MU\":50,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"PriceWithMarkup\":476.535,\"arrMarkUps\":{\"HotelRoomPrice\":1906.14,\"pernightperroomprice\":476.535,\"RoomPrice\":476.535,\"withmarkupprice\":476.535,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}},{\"id\":\"0_00004709-39_41246\",\"RoomCategory\":\"Double Apple Classic Room\",\"RoomType\":\"Double Apple Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":476.535,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":476.535,\"TotalRoomPrice\":1906.14,\"TotalFare\":1906.14,\"TotalBaseFare\":1832.54,\"TotalNetFare\":1856.14,\"TotalTaxFare\":73.6,\"TaxFareBreakup\":{\"MF\":20,\"MU\":50,\"MFT\":3.6},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"PriceWithMarkup\":476.535,\"arrMarkUps\":{\"HotelRoomPrice\":1906.14,\"pernightperroomprice\":476.535,\"RoomPrice\":476.535,\"withmarkupprice\":476.535,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"0_00004709-39_22155\",\"RoomTotalPrice\":3812.28,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid2008395127--1104663351\",\"HotemName\":\"HOTEL MOUNTAIN TOP\",\"HotelDescription\":\"<b>Rooms:<\\/b><br>Super Deluxe Room<br>Apple Classic<br>Family Suite<br><b>Check in at <\\/b>12:00 pm<br><b>Check out at <\\/b>11:00 am<br>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvQ0hBSU4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvQ0hBSU4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSEEuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSEEuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE8uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE8uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE9fVE4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE9fVE4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDA1NTMyNFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDA1NTMyNFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L3N5Zi9kYncvMDAwMDA0ODIzOFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L3N5Zi9kYncvMDAwMDA0ODIzOFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyNTU3NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyNTU3NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0N1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0N1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0NlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0NlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxN1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxN1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQxLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQxLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQyLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQyLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQzLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQzLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ0LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ0LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ1LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ1LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ2LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ2LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ3LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ3LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ4LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ4LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ5LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ5LmpwZw==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.18559\",\"lt\":\"32.24952\"},\"HotelAddress\":\"Vill Dhungri, Near Hadimba Temple\",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Luggage storage\\rGardens\\rConcierge\\rTravel counter\\rNight club\\rCyber Cafe\\rCampfire Area\\rHousekeeping\\rTea Coffee Maker\\rConference Room\\rFront desk\\rKids Play Area\\rTrekking Nearby\\rDance Floor\\rInternet Access\\rTrekking\\/ Hiking\\rRefrigerator\\rElectric kettle\\rTerrace\\rOutdoor dining area\\r24 Hour Power Supply\\rRestaurant\\rRoom service\\rWIFI\\rLaundry facilities\\rFamily Rooms\\rHeating\\rParking\\r24-Hour Front Desk\\rCar Rental 24-Hour\\rIroning Service\\rTicket Service\\rCity View\\rGarden view\\rMountain view\\rFlat-screen TV\\rTelephone\\rBuffet-Style Restaurant\\rTowels\\rArcade\\/game room\\rSuitable for children\\r24-Hour Security\\rBonfire Arrangement\\rGames\\rIn Room Movies\\rLCD \\/ Projector\\rServant Quarter\\rshuttle service (surcharge)\\rTaxi Service\\rTransportation Service\\rCCTV\\rFire Extinguisher\\rFirst Aid Kit\\rBachelors\\rFamily\\rUnmarried Couples\\rEnglish\\rHindi\\r2 Wheeler\\r4 Wheeler\\rCash\\rDebit Card\\rNet-Banking\\rVisa\\rAmerican Express\\rMastercard\\rPaytm\\rRoom Service (Limited Time)\\rSpecial occasion arrangement\\rDry cleaning\\rWaiting area\\rAirport\\/\\/Railway station pickup available (Chargeable)\\rCarom\\rChess\\rPool \\/ Snookers\\rTable Tennis\\rAirport\\/Railway station drop (chargeable)\\rCar rental (Chargeable)\\rBike Rental (Chargeable)\\rScooty Rental (Chargeable)\\rCycle Rental (Chargeable)\\rOutdoor Parking\\rCCTV camera installed inside\\/outside hotel premises\\rCCTV camera installed on each floor\\rHot water available 24x7\\rSecurity Guard Timings - Specific Time Slots\\rBusiness center\\rCoffee shop or cafe\\rNewspaper\\rWakeup-calls\\rwindow opens\\rCeiling fan\\rCoffee\\/tea maker\\rComplimentary newspaper\\rComplimentary newspaper(M-F)\\rComplimentary toiletries\\rHair dryer\\rInternet access-complimentary\\rInternet access-TV\\rInternet access-wireless\\rKettle\\rAttached Bathroom\\rH\\/C running water\\rLinens\"]}}',NULL,NULL,NULL,'','',NULL,'0','2021-05-11 09:51:41','2021-05-11 09:51:41',1,'','','11000000094974',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,32,6049,'','2021-06-29','2021-07-02','','',NULL,'',NULL,NULL,'80991-4b857-320b4-1b16d',0,NULL,'hsid5458568571-1387907974','HOLIDAY RETREAT','hsid5458568571-1387907974','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xL2Q4ZWFjYjc3YmI5MmJkOWVmZWI3N2E3Y2E3ZjIxODJjLmpwZz9zPTMxMng=','Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh','','Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh',NULL,NULL,'Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh','extra service',3,2,2,0,110285,110285,'Shimla','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"MUSKAN\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-05-12 16:15:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"80991-4b857-320b4-1b16d\",\"modified\":\"2021-05-12 16:15:29\",\"created\":\"2021-05-12 16:15:29\",\"CustomerMemberSysId\":\"395\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"18793584_0_35775\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":379.47333333333336,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":379.47333333333336,\"TotalRoomPrice\":2276.84,\"TotalFare\":2276.84,\"TotalBaseFare\":2191.44,\"TotalNetFare\":2226.84,\"TotalTaxFare\":85.4,\"TaxFareBreakup\":{\"MF\":30,\"MFT\":5.4,\"MU\":50},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"PriceWithMarkup\":379.47333333333336,\"arrMarkUps\":{\"HotelRoomPrice\":2276.84,\"pernightperroomprice\":379.47333333333336,\"RoomPrice\":379.47333333333336,\"withmarkupprice\":379.47333333333336,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}},{\"id\":\"18793584_0_55333\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":379.47333333333336,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":379.47333333333336,\"TotalRoomPrice\":2276.84,\"TotalFare\":2276.84,\"TotalBaseFare\":2191.44,\"TotalNetFare\":2226.84,\"TotalTaxFare\":85.4,\"TaxFareBreakup\":{\"MF\":30,\"MFT\":5.4,\"MU\":50},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"PriceWithMarkup\":379.47333333333336,\"arrMarkUps\":{\"HotelRoomPrice\":2276.84,\"pernightperroomprice\":379.47333333333336,\"RoomPrice\":379.47333333333336,\"withmarkupprice\":379.47333333333336,\"gtxMarkUp\":null,\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_18793584-28_0_16027\",\"RoomTotalPrice\":4553.68,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid5458568571-1387907974\",\"HotemName\":\"HOLIDAY RETREAT\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-3 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 4-12 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 12 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xL2Q4ZWFjYjc3YmI5MmJkOWVmZWI3N2E3Y2E3ZjIxODJjLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xL2Q4ZWFjYjc3YmI5MmJkOWVmZWI3N2E3Y2E3ZjIxODJjLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzc5MzNhZGNkNGEzNDc1OTBkMWRlYmY1ZmQyZDgyNWM2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzc5MzNhZGNkNGEzNDc1OTBkMWRlYmY1ZmQyZDgyNWM2LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzEyOTZmMTNlZTgwZjllYTZlNzRjZjk1YmQwZjI4NmRkLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzEyOTZmMTNlZTgwZjllYTZlNzRjZjk1YmQwZjI4NmRkLmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.17291\",\"lt\":\"31.092773\"},\"HotelAddress\":\"Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh\",\"HotelCity\":\"Shimla\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-05-12 10:45:29','2021-05-12 10:45:29',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,49,6049,'TJS202200082340','2021-07-21','2021-07-24','','',NULL,'SUCCESS',NULL,NULL,'7c36a-80ad3-36d73-9eabc',0,NULL,'hsid4891573739--34498186','THE LOST HOSTEL, GOA - PALOLEM BEACH','hsid4891573739--34498186','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDAuanBnP3M9MzEyeA==','The Lost Hostel, House no - 9/71, Village Nagrocem , Palolem Patnem Road, Canacona, Goa','','The Lost Hostel, House no - 9/71, Village Nagrocem , Palolem Patnem Road, Canacona, Goa',NULL,NULL,'The Lost Hostel, House no - 9/71, Village Nagrocem , Palolem Patnem Road, Canacona, Goa','extra service',3,2,2,0,110339,110339,'Goa','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"SG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-06-23 14:35:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-06-23 14:35:14\",\"CustomerMemberSysId\":\"393\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_0\",\"RoomCategory\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"RoomType\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":124.13333333333333,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":124.13333333333333,\"TotalRoomPrice\":744.8,\"TotalFare\":744.8,\"TotalBaseFare\":659.4,\"TotalNetFare\":694.8,\"TotalTaxFare\":85.4,\"TaxFareBreakup\":{\"MF\":30,\"MFT\":5.4,\"MU\":50},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"PriceWithMarkup\":124.13333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":744.8,\"pernightperroomprice\":124.13333333333333,\"RoomPrice\":124.13333333333333,\"withmarkupprice\":124.13333333333333,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}},{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_1\",\"RoomCategory\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"RoomType\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":124.13333333333333,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":124.13333333333333,\"TotalRoomPrice\":744.8,\"TotalFare\":744.8,\"TotalBaseFare\":659.4,\"TotalNetFare\":694.8,\"TotalTaxFare\":85.4,\"TaxFareBreakup\":{\"MF\":30,\"MFT\":5.4,\"MU\":50},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"PriceWithMarkup\":124.13333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":744.8,\"pernightperroomprice\":124.13333333333333,\"RoomPrice\":124.13333333333333,\"withmarkupprice\":124.13333333333333,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_9436620-151_0_43428\",\"RoomTotalPrice\":1489.6,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid4891573739--34498186\",\"HotemName\":\"THE LOST HOSTEL, GOA - PALOLEM BEACH\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-0 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 0-1year(s) must use an extra bed.<br><br>Guests over 1 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDAuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDAuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQxOTkuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQxOTkuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDEuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDEuanBnP3M9MzEyeA==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"74.02932\",\"lt\":\"15.009367\"},\"HotelAddress\":\"The Lost Hostel, House no - 9\\/71, Village Nagrocem , Palolem Patnem Road, Canacona, Goa\",\"HotelCity\":\"Goa\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOSTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS202200082340\",\"partnerId\":\"0\",\"amount\":1389.60,\"markup\":100.02,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"muskancatpl@gmail.com\"],\"contacts\":[\"9634022688\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-06-23T14:35:50.681\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"The Lost Hostel Goa Palolem Beach\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-0 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 0-1year(s) must use an extra bed.<br><br>Guests over 1 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"74.02932\",\"lt\":\"15.009367\"},\"ad\":{\"adr\":\"Palolem Patnem Road\",\"city\":{\"name\":\"Goa\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_0\",\"rc\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"rt\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":744.81,\"tfcs\":{\"BF\":659.40,\"TAF\":85.41,\"TF\":744.81,\"NF\":694.80},\"tafcs\":{\"TAF\":{\"MF\":30.00,\"MFT\":5.40,\"MU\":50.01,\"IGST\":5.40}},\"ddt\":\"2021-07-16T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}},{\"day\":2,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}},{\"day\":3,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}}],\"checkInDate\":\"2021-07-21\",\"checkOutDate\":\"2021-07-24\",\"ti\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Gupta\"}],\"iopr\":false},{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_1\",\"rc\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"rt\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":744.81,\"tfcs\":{\"BF\":659.40,\"TAF\":85.41,\"TF\":744.81,\"NF\":694.80},\"tafcs\":{\"TAF\":{\"MF\":30.00,\"MFT\":5.40,\"MU\":50.01,\"IGST\":5.40}},\"ddt\":\"2021-07-16T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}},{\"day\":2,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}},{\"day\":3,\"fc\":{\"BF\":219.80,\"NF\":231.60,\"TF\":248.27,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10.00,\"MFT\":1.80,\"MU\":16.67,\"IGST\":1.80}}}],\"checkInDate\":\"2021-07-21\",\"checkOutDate\":\"2021-07-24\",\"ti\":[{\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"SG\",\"lN\":\"GUPTA\"}],\"iopr\":false}],\"tp\":1389.60,\"cnp\":{\"id\":\"26_9436620-151_0_43428\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-06-23T14:33:59.502\",\"tdt\":\"2021-07-16T18:00\",\"am\":0.00},{\"fdt\":\"2021-07-16T18:00\",\"tdt\":\"2021-07-21T12:00\",\"am\":439.60}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"The Lost Hostel Goa Palolem Beach\",\"ad\":\"Palolem Patnem Road\"}},\"ddt\":\"2021-07-16T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Shared BathroomNon SmokingChild and extra bed policy :  Infant 0-0 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 0-1year(s) must use an extra bed.Guests over 1 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-07-21\",\"checkoutDate\":\"2021-07-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2437473.74}}}}','','',NULL,'0','2021-06-23 09:05:14','2021-06-23 09:05:14',1,'','','11000000112932',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,57,6049,'TJS202300093431','2021-08-04','2021-08-05','','',NULL,'SUCCESS',NULL,NULL,'68bd3-dd1b1-7d37d-0033f',0,NULL,'hsid2691203625--1874726069','MD 9 STAR HOTEL','hsid2691203625--1874726069','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjA5LmpwZz9zPTMxMng=','18/159/A/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd','','18/159/A/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd',NULL,NULL,'18/159/A/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd','extra service',1,1,2,0,110220,110220,'Agra','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"57\",\"EmailId\":\"gaurav@Catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9811192312\",\"FirstName\":\"AMIT\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-07-30 11:30:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"68bd3-dd1b1-7d37d-0033f\",\"modified\":\"2021-07-30 11:30:19\",\"created\":\"2021-07-30 11:30:19\",\"CustomerMemberSysId\":\"401\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)_2_0\",\"RoomCategory\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"RoomType\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":1369.03,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1369.03,\"TotalRoomPrice\":1369.03,\"TotalFare\":1369.03,\"TotalBaseFare\":1257.23,\"TotalNetFare\":1269.03,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1257.23,\"TF\":1369.03,\"NF\":1269.03,\"TAF\":111.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":1369.03,\"arrMarkUps\":{\"HotelRoomPrice\":1369.03,\"pernightperroomprice\":1369.03,\"RoomPrice\":1369.03,\"withmarkupprice\":1369.03,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"1_5908959-31_81150\",\"RoomTotalPrice\":1369.03,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid2691203625--1874726069\",\"HotemName\":\"MD 9 STAR HOTEL\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjA5LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjA5LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjYwLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjYwLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjI2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjI2LmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.03761\",\"lt\":\"27.16533\"},\"HotelAddress\":\"18\\/159\\/A\\/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS202300093431\",\"partnerId\":\"0\",\"amount\":1269.03,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"gaurav@Catpl.co.in\"],\"contacts\":[\"9811192312\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-07-30T11:32:54.998\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"MD 9 Star Hotel\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"78.03761\",\"lt\":\"27.16533\"},\"ad\":{\"adr\":\"18/159/A/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd\",\"city\":{\"name\":\"Agra\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)_2_0\",\"rc\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1369.03,\"tfcs\":{\"BF\":1257.23,\"TF\":1369.03,\"NF\":1269.03,\"TAF\":111.80},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"MF\":10.00,\"IGST\":1.80}},\"ddt\":\"2021-07-30T11:29:02.148\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":1257.23,\"NF\":1269.03,\"TF\":1369.03,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"MF\":10.00,\"IGST\":1.80}}}],\"checkInDate\":\"2021-08-04\",\"checkOutDate\":\"2021-08-05\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"gaurav\",\"lN\":\"gupta\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Amit\",\"lN\":\"Kumar\"}],\"iopr\":false}],\"tp\":1269.03,\"cnp\":{\"id\":\"1_5908959-31_81150\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-07-30T11:29:02.148\",\"tdt\":\"2021-08-04T12:00\",\"am\":1530.90}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"MD 9 Star Hotel\",\"ad\":\"18/159/A/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd\"}},\"ddt\":\"2021-07-30T11:29:02.148\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free valet parking, Free WiFiDeal: Save 25%Booking price includes Tax Recovery Charges and Service fee  162 INRCheckin Start Time : 12:00 PMCheckin End Time : 12:00 PMMin Checkin Age : 18Checkout Time : 12:00 PMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cardsPlease note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property  Special Instructions : Front desk staff will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India; travelers who are not citizens of India must present a valid passport and visa.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.   Fee for buffet breakfast: INR 150 per person (approximately)     Airport shuttle fee: INR 700 per vehicle      Pet fee: INR 1000 per pet, per stay                   The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Know Before You Go :  Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. Alcohol is not served at this property.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-04\",\"checkoutDate\":\"2021-08-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":2041726.28}}}}','','',NULL,'0','2021-07-30 06:00:19','2021-07-30 06:00:19',1,'','','11000000129552',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,80,6049,'','2021-08-05','2021-08-06','','',NULL,'',NULL,NULL,'20c5f-ac22e-02fe0-64a45',0,NULL,'hsid6224827201--745320390','HOTEL HARI PIORKO','hsid6224827201--745320390','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvQ0hBSU4uanBn','4775, Main Bazar, Near 6 Tooti Chowk Paharganj','','4775, Main Bazar, Near 6 Tooti Chowk Paharganj',NULL,NULL,'4775, Main Bazar, Near 6 Tooti Chowk Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-02 19:10:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"20c5f-ac22e-02fe0-64a45\",\"modified\":\"2021-08-02 19:10:31\",\"created\":\"2021-08-02 19:10:31\",\"CustomerMemberSysId\":\"403\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-1 Person In 7-Bed Dormitory With Air Conditioning - Mixed-2-Super Saver Benefit : ( Free WiFi )_2_0\",\"RoomCategory\":\"1 Person in 7-Bed Dormitory with Air Conditioning - Mixed\",\"RoomType\":\"Double-1 Person In 7-Bed Dormitory With Air Conditioning - Mixed-2-Super Saver Benefit : ( Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":543.91,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":543.91,\"TotalRoomPrice\":543.91,\"TotalFare\":543.91,\"TotalBaseFare\":432.11,\"TotalNetFare\":443.91,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MU\":100,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":443.91,\"TAF\":111.8,\"BF\":432.11,\"TF\":543.91},\"afc\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":543.91,\"arrMarkUps\":{\"HotelRoomPrice\":543.91,\"pernightperroomprice\":543.91,\"RoomPrice\":543.91,\"withmarkupprice\":543.91,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_161800-554_0_22549\",\"RoomTotalPrice\":543.91,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid6224827201--745320390\",\"HotemName\":\"HOTEL HARI PIORKO\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvQ0hBSU4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvQ0hBSU4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvSEEuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvSEEuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L255ai9pYnUvSE8uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L255ai9pYnUvSE8uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvSE9fVE4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvSE9fVE4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzI0NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzI0NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzIzNVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzIzNVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxOVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxOVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxMVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxMVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4M1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4M1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4MlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4MlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NTQ3MlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NTQ3MlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA0MDE2M1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA0MDE2M1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQxLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQxLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQyLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQyLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQzLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQzLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ0LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ0LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ1LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ1LmpwZw==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21393\",\"lt\":\"28.64108\"},\"HotelAddress\":\"4775, Main Bazar, Near 6 Tooti Chowk Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Central Air ConditioningAirport transportation2W Parking Uncovered4W Parking Uncovered24-Hour SecurityPatisserie ShopPorterTaxi ServiceTransportation ServiceCCTVFire ExtinguisherFamilies with ChildrenFamilyUnmarried CouplesLuggage storageFull Services Health SpaConciergeTravel counterCar RentalDoctor on CallHousekeepingLoungeConference RoomFront deskCurrency exchangeInternet AccessSpaEnglishHindiCashDebit CardNet-BankingMastercardSecurity Guard Timings - 24x7Room Service (24 Hours Available)Special occasion arrangementDry cleaningHot water availableWheelchair accessible rampAirport\\/\\/Railway station pickup available (Chargeable)Airport\\/Railway station drop (chargeable)Car rental (Chargeable)CCTV camera installed inside\\/outside hotel premisesCCTV camera installed on each floorSeparate Smoking AreaHot water available 24x7Business centerNewspaperBreakfast ServicesWIFILaundry facilitiesMassageFamily RoomsParking24-Hour Front DeskAirport Shuttle (surcharge)Car Rental 24-HourExpress Check-in\\/Check-outIroning ServiceWake up service\\/Alarm clockPool viewFlat-screen TVTelephoneAlarm clockExtra long beds (>6.5 ft)Buffet-Style RestaurantTowelsTowels\\/Sheets (extra fee)RefrigeratorElectric kettleDryer24 Hour Power SupplyLiftRestaurantRoom serviceShopping on siteTelevision-RoomTelephone-RoomWakeup-callsWheelchair accessibility-RoomWestern ToiletBottled\\/drinking waterAttached BathroomH\\/C running waterHandicap accessible roomsTemperature ControlAir conditioning-RoomCable\\/satellite TVCeiling fanCoffee\\/tea makerExtra towels,linens,beddingHair dryerInternet access-complimentaryInternet access-high speed\"]}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-02 13:40:32','2021-08-02 13:40:32',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,36,6049,'TJS204700097701','2021-08-27','2021-08-28','','',NULL,'SUCCESS',NULL,NULL,'a23b4-7a449-e321a-d3530',0,NULL,'hsid6717968374--1949012404','HOTEL YORK LEGACY','hsid6717968374--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-12 11:56:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-12 11:56:27\",\"CustomerMemberSysId\":\"339\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.07,\"TotalRoomPrice\":502.07,\"TotalFare\":502.07,\"TotalBaseFare\":390.27,\"TotalNetFare\":402.07,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.07,\"arrMarkUps\":{\"HotelRoomPrice\":502.07,\"pernightperroomprice\":502.07,\"RoomPrice\":502.07,\"withmarkupprice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-536_0_49081\",\"RoomTotalPrice\":502.07,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid6717968374--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS204700097701\",\"partnerId\":\"0\",\"amount\":402.07,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"9997534969\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-12T11:57:01.463\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel York Legacy\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.07,\"tfcs\":{\"BF\":390.27,\"TAF\":111.80,\"TF\":502.07,\"NF\":402.07},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-08-22T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"NF\":402.07,\"TF\":502.07,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-08-27\",\"checkOutDate\":\"2021-08-28\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Saini\"},{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Annu\",\"lN\":\"saini\"}],\"iopr\":false}],\"tp\":402.07,\"cnp\":{\"id\":\"26_10567008-536_0_49081\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-12T11:55:36.825\",\"tdt\":\"2021-08-22T18:00\",\"am\":0.00},{\"fdt\":\"2021-08-22T18:00\",\"tdt\":\"2021-08-27T12:00\",\"am\":390.27}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-22T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-27\",\"checkoutDate\":\"2021-08-28\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1458099.59}}}}','','',NULL,'0','2021-08-12 06:26:27','2021-08-12 06:26:27',1,'','','11000000135725',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,115,6049,'TJS202900097714','2021-08-13','2021-08-14','','',NULL,'SUCCESS',NULL,NULL,'fb8ee-d0f60-15a96-8a103',0,NULL,'hsid9497727112--1949012404','HOTEL YORK LEGACY','hsid9497727112--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"115\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"770188604\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-12 12:14:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"fb8ee-d0f60-15a96-8a103\",\"modified\":\"2021-08-12 12:14:29\",\"created\":\"2021-08-12 12:14:29\",\"CustomerMemberSysId\":\"408\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.07,\"TotalRoomPrice\":502.07,\"TotalFare\":502.07,\"TotalBaseFare\":390.27,\"TotalNetFare\":402.07,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.07,\"arrMarkUps\":{\"HotelRoomPrice\":502.07,\"pernightperroomprice\":502.07,\"RoomPrice\":502.07,\"withmarkupprice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-594_0_33027\",\"RoomTotalPrice\":502.07,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid9497727112--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS202900097714\",\"partnerId\":\"0\",\"amount\":402.07,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"baibhav@catpl.co.in\"],\"contacts\":[\"770188604\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-12T12:15:13.101\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel York Legacy\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.07,\"tfcs\":{\"BF\":390.27,\"TAF\":111.80,\"TF\":502.07,\"NF\":402.07},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-08-12T12:13:14.708\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"NF\":402.07,\"TF\":502.07,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-08-13\",\"checkOutDate\":\"2021-08-14\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"kumar\"}],\"iopr\":false}],\"tp\":402.07,\"cnp\":{\"id\":\"26_10567008-594_0_33027\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-08-12T12:13:14.708\",\"tdt\":\"2021-08-13T12:00\",\"am\":390.27}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-12T12:13:14.708\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-13\",\"checkoutDate\":\"2021-08-14\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1457697.52}}}}','','',NULL,'0','2021-08-12 06:44:29','2021-08-12 06:44:29',1,'','','11000000135745',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,115,6049,'','2021-08-19','2021-08-20','','',NULL,'',NULL,NULL,'67a40-b7797-f6b1a-b78f1',0,NULL,'hsid1250251066--1949012404','HOTEL YORK LEGACY','hsid1250251066--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"115\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"770188604\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-12 13:41:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"67a40-b7797-f6b1a-b78f1\",\"modified\":\"2021-08-12 13:41:21\",\"created\":\"2021-08-12 13:41:21\",\"CustomerMemberSysId\":\"418\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.07,\"TotalRoomPrice\":502.07,\"TotalFare\":502.07,\"TotalBaseFare\":390.27,\"TotalNetFare\":402.07,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.07,\"arrMarkUps\":{\"HotelRoomPrice\":502.07,\"pernightperroomprice\":502.07,\"RoomPrice\":502.07,\"withmarkupprice\":502.07,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-545_0_87001\",\"RoomTotalPrice\":502.07,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid1250251066--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-12 08:11:21','2021-08-12 08:11:21',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,80,6049,'','2021-08-20','2021-08-21','','',NULL,'',NULL,NULL,'aa4da-f1608-41e66-4c3df',0,NULL,'hsid5710348476--1949012404','HOTEL YORK LEGACY','hsid5710348476--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 11:14:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"aa4da-f1608-41e66-4c3df\",\"modified\":\"2021-08-13 11:14:50\",\"created\":\"2021-08-13 11:14:50\",\"CustomerMemberSysId\":\"425\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.12,\"TotalRoomPrice\":502.12,\"TotalFare\":502.12,\"TotalBaseFare\":390.32,\"TotalNetFare\":402.12,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.12,\"arrMarkUps\":{\"HotelRoomPrice\":502.12,\"pernightperroomprice\":502.12,\"RoomPrice\":502.12,\"withmarkupprice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-562_0_75867\",\"RoomTotalPrice\":502.12,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid5710348476--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-13 05:44:50','2021-08-13 05:44:50',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,80,6049,'','2021-08-18','2021-08-19','','',NULL,'',NULL,NULL,'9d629-b2e40-441a6-0c099',0,NULL,'hsid4073008206--1949012404','HOTEL YORK LEGACY','hsid4073008206--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"BAIBHAV\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 15:07:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d629-b2e40-441a6-0c099\",\"modified\":\"2021-08-13 15:07:20\",\"created\":\"2021-08-13 15:07:20\",\"CustomerMemberSysId\":\"442\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.12,\"TotalRoomPrice\":502.12,\"TotalFare\":502.12,\"TotalBaseFare\":390.32,\"TotalNetFare\":402.12,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.12,\"arrMarkUps\":{\"HotelRoomPrice\":502.12,\"pernightperroomprice\":502.12,\"RoomPrice\":502.12,\"withmarkupprice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-552_0_13024\",\"RoomTotalPrice\":502.12,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid4073008206--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-13 09:37:20','2021-08-13 09:37:20',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,36,6049,'TJS204500098232','2021-08-25','2021-08-26','','',NULL,'SUCCESS',NULL,NULL,'d6c7b-28213-001c5-fe860',0,NULL,'hsid6053100429--1949012404','HOTEL YORK LEGACY','hsid6053100429--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"GAURAV\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 16:13:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d6c7b-28213-001c5-fe860\",\"modified\":\"2021-08-13 16:13:29\",\"created\":\"2021-08-13 16:13:29\",\"CustomerMemberSysId\":\"444\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)_2_0\",\"RoomCategory\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"RoomType\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":6460.26,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":6460.26,\"TotalRoomPrice\":6460.26,\"TotalFare\":6460.26,\"TotalBaseFare\":6348.46,\"TotalNetFare\":6360.26,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":6348.46,\"TAF\":111.8,\"TF\":6460.26,\"NF\":6360.26},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":6460.26,\"arrMarkUps\":{\"HotelRoomPrice\":6460.26,\"pernightperroomprice\":6460.26,\"RoomPrice\":6460.26,\"withmarkupprice\":6460.26,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"1_42569511-50_65295\",\"RoomTotalPrice\":6460.26,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid6053100429--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS204500098232\",\"partnerId\":\"0\",\"amount\":6360.26,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"9997534969\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-13T16:20:27.159\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel York Legacy\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)_2_0\",\"rc\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"rt\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":6460.26,\"tfcs\":{\"BF\":6348.46,\"TAF\":111.80,\"TF\":6460.26,\"NF\":6360.26},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-08-13T16:11:51.914\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":6348.46,\"NF\":6360.26,\"TF\":6460.26,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-08-25\",\"checkOutDate\":\"2021-08-26\",\"ti\":[{\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Annu\",\"lN\":\"saini\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GAURAV\",\"lN\":\"SAINI\"}],\"iopr\":false}],\"tp\":6360.26,\"cnp\":{\"id\":\"1_42569511-50_65295\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-08-13T16:11:51.914\",\"tdt\":\"2021-08-25T12:00\",\"am\":6348.46}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-13T16:11:51.914\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free breakfast, Free WiFiDeal: Members exclusive priceCheckin Start Time : 11:00 AMCheckin End Time : anytimeMin Checkin Age : 18Checkout Time : 11:00 AMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedGuests must contact this property in advance to reserve onsite parkingThis property accepts credit cards, debit cards, and cashProperty is located within an airport and access is restricted to airport travelers only  Special Instructions : To make arrangements for check-in please contact the property at least 24 hours before arrival using the information on the booking confirmation. Guests will receive an email 48 hours before arrival with check-in instructions and lockbox information. Front desk staff will greet guests on arrival.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.                Early check-in is available for a fee (subject to availability, amount varies)  Late check-out is available for a fee (subject to availability, amount varies)                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Know Before You Go :  Guests must transfer via shuttle to the property. Guests must contact the property at least 24 hours before travel, using the contact information on the confirmation received after booking. Only registered guests are allowed in the guestrooms.  No pets and no service animals are allowed at this property. This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60C/140F; guestroom doors are sealed after cleaning; the property is cleaned and disinfected with electrostatic spray.Personal protective equipment, including masks and gloves, will be available to guests.Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer; cashless payment methods are available for all transactions; contactless room service is available; masks are required in public areas.Contactless check-in and contactless check-out are available.Individually-wrapped food options are available for breakfast, lunch, and dinner, and also through room service.Each guestroom is kept vacant for a minimum of 48 hours between bookings.This property affirms that it adheres to the cleaning and disinfection practices of: Safe Travels (WTTC - Global); GBAC STAR Facility Accreditation (global expert);  SGS (3rd party expert - Global); COVID-19 Guidelines (WHO); Operational Recommendations for Hotels (FHRAI - India); Ecolab (3rd party expert - Global); Bureau Veritas (3rd party expert - Global).Enhanced food service safety measures are in place. This property welcomes guests of all sexual orientations and gender identities (LGBTQ friendly).  Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-25\",\"checkoutDate\":\"2021-08-26\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1217511.32}}}}','','',NULL,'0','2021-08-13 10:43:29','2021-08-13 10:43:29',1,'','','11000000136554',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,80,6049,'','2021-08-18','2021-08-19','','',NULL,'',NULL,NULL,'e92fd-6bebc-49207-1f04e',0,NULL,'hsid4234499249--1949012404','HOTEL YORK LEGACY','hsid4234499249--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc/cz0zMTJ4','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"BAIBHAV\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 17:50:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e92fd-6bebc-49207-1f04e\",\"modified\":\"2021-08-13 17:50:28\",\"created\":\"2021-08-13 17:50:28\",\"CustomerMemberSysId\":\"445\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.12,\"TotalRoomPrice\":502.12,\"TotalFare\":502.12,\"TotalBaseFare\":390.32,\"TotalNetFare\":402.12,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.12,\"arrMarkUps\":{\"HotelRoomPrice\":502.12,\"pernightperroomprice\":502.12,\"RoomPrice\":502.12,\"withmarkupprice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-573_0_89615\",\"RoomTotalPrice\":502.12,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid4234499249--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-13 12:20:28','2021-08-13 12:20:28',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,36,6049,'','2021-09-15','2021-09-16','','',NULL,'',NULL,NULL,'dc46e-04eb8-d9629-55737',0,NULL,'hsid9300284111-1306015040','AAMANTRAN BY SAMPARI HOSPITALITY','hsid9300284111-1306015040','',3,'INR','http://hotel.atlastravelsonline.com/cpfv3/images/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM0MDAwMDAwLzMzMTUwMDAwLzMzMTQzOTAwLzMzMTQzODEwLzU3MDIwOGE0X2IuanBn','A-272/1,NATIONAL HIGHWAY 8,MAHIPALPUR','','A-272/1,NATIONAL HIGHWAY 8,MAHIPALPUR',NULL,NULL,'A-272/1,NATIONAL HIGHWAY 8,MAHIPALPUR','extra service',1,4,5,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 18:06:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-13 18:06:59\",\"CustomerMemberSysId\":\"404\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 18:06:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-13 18:06:59\",\"CustomerMemberSysId\":\"339\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"GAURAV\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 18:06:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"dc46e-04eb8-d9629-55737\",\"modified\":\"2021-08-13 18:06:59\",\"created\":\"2021-08-13 18:06:59\",\"CustomerMemberSysId\":\"447\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-13 18:06:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-13 18:06:59\",\"CustomerMemberSysId\":\"407\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_2_0_0\",\"RoomCategory\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"RoomType\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":366.0425,\"TotalRoomPrice\":1464.17,\"TotalFare\":1464.17,\"TotalBaseFare\":1427.37,\"TotalNetFare\":1439.17,\"TotalTaxFare\":36.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":25,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"PriceWithMarkup\":366.0425,\"arrMarkUps\":{\"HotelRoomPrice\":1464.17,\"pernightperroomprice\":366.0425,\"RoomPrice\":366.0425,\"withmarkupprice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_1\",\"RoomCategory\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"RoomType\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":366.0425,\"TotalRoomPrice\":1464.17,\"TotalFare\":1464.17,\"TotalBaseFare\":1427.37,\"TotalNetFare\":1439.17,\"TotalTaxFare\":36.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":25,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"PriceWithMarkup\":366.0425,\"arrMarkUps\":{\"HotelRoomPrice\":1464.17,\"pernightperroomprice\":366.0425,\"RoomPrice\":366.0425,\"withmarkupprice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_2\",\"RoomCategory\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"RoomType\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":366.0425,\"TotalRoomPrice\":1464.17,\"TotalFare\":1464.17,\"TotalBaseFare\":1427.37,\"TotalNetFare\":1439.17,\"TotalTaxFare\":36.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":25,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"PriceWithMarkup\":366.0425,\"arrMarkUps\":{\"HotelRoomPrice\":1464.17,\"pernightperroomprice\":366.0425,\"RoomPrice\":366.0425,\"withmarkupprice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_3\",\"RoomCategory\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"RoomType\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":366.0425,\"TotalRoomPrice\":1464.17,\"TotalFare\":1464.17,\"TotalBaseFare\":1427.37,\"TotalNetFare\":1439.17,\"TotalTaxFare\":36.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":25,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"PriceWithMarkup\":366.0425,\"arrMarkUps\":{\"HotelRoomPrice\":1464.17,\"pernightperroomprice\":366.0425,\"RoomPrice\":366.0425,\"withmarkupprice\":366.0425,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"4_33143810-24_89023\",\"RoomTotalPrice\":5856.68,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid9300284111-1306015040\",\"HotemName\":\"AAMANTRAN BY SAMPARI HOSPITALITY\",\"HotelDescription\":\"With a stay at Aamantran By Sampari Hospitality in New Delhi, you\'ll be within a 15-minute drive of Siri Fort Auditorium and Central Mall.  This hotel is 4.9 mi (7.8 km) from Qutub Minar and 8.4 mi (13.5 km) from Sir Ganga Ram Hospital.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM0MDAwMDAwLzMzMTUwMDAwLzMzMTQzOTAwLzMzMTQzODEwLzU3MDIwOGE0X2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12655\",\"lt\":\"28.548115\"},\"HotelAddress\":\"A-272\\/1,NATIONAL HIGHWAY 8,MAHIPALPUR\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-13 12:36:59','2021-08-13 12:36:59',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,116,6049,'TJS203800098580','2021-08-31','2021-09-01','','',NULL,'SUCCESS',NULL,NULL,'1da3e-540d9-8ae1a-0ee70',0,NULL,'hsid9621529832--814946869','SPOT ON 77594 SANGAM PALACE','hsid9621529832--814946869','',3,'INR','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi',NULL,NULL,'92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','extra service',1,1,2,1,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"116\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9997534069\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-14 10:50:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1da3e-540d9-8ae1a-0ee70\",\"modified\":\"2021-08-14 10:50:19\",\"created\":\"2021-08-14 10:50:19\",\"CustomerMemberSysId\":\"449\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"116\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MASTER\",\"Relation\":\"9\",\"Contacts\":\"9997534069\",\"FirstName\":\"ANURAV\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-14 10:50:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1da3e-540d9-8ae1a-0ee70\",\"modified\":\"2021-08-14 10:50:19\",\"created\":\"2021-08-14 10:50:19\",\"CustomerMemberSysId\":\"450\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-_2_1\",\"RoomCategory\":\"SPOT ON Room without Air Conditioning\",\"RoomType\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-\",\"Adult\":2,\"Child\":1,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":524.39,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":524.39,\"TotalRoomPrice\":524.39,\"TotalFare\":524.39,\"TotalBaseFare\":412.59,\"TotalNetFare\":424.39,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":412.59,\"TAF\":111.8,\"TF\":524.39,\"NF\":424.39},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":524.39,\"arrMarkUps\":{\"HotelRoomPrice\":524.39,\"pernightperroomprice\":524.39,\"RoomPrice\":524.39,\"withmarkupprice\":524.39,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_22477479-114_0_66411\",\"RoomTotalPrice\":524.39,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid9621529832--814946869\",\"HotemName\":\"SPOT ON 77594 SANGAM PALACE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.03316\",\"lt\":\"28.61917\"},\"HotelAddress\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS203800098580\",\"partnerId\":\"0\",\"amount\":424.39,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"anuradha@catpl.co.in\"],\"contacts\":[\"9997534069\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-14T10:51:11.273\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"SPOT ON 77594 Sangam palace\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.03316\",\"lt\":\"28.61917\"},\"ad\":{\"adr\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-_2_1\",\"rc\":\"SPOT ON Room without Air Conditioning\",\"rt\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-\",\"adt\":2,\"chd\":1,\"mb\":\"ROOM ONLY\",\"tp\":524.39,\"tfcs\":{\"BF\":412.59,\"TAF\":111.80,\"TF\":524.39,\"NF\":424.39},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-08-26T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":412.59,\"NF\":424.39,\"TF\":524.39,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-08-31\",\"checkOutDate\":\"2021-09-01\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"gaurav\",\"lN\":\"saini\"},{\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Annu\",\"lN\":\"saini\"},{\"ti\":\"Master\",\"pt\":\"CHILD\",\"fN\":\"anurav\",\"lN\":\"saini\",\"age\":1}],\"iopr\":false}],\"tp\":424.39,\"cnp\":{\"id\":\"26_22477479-114_0_66411\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-14T10:45:04.026\",\"tdt\":\"2021-08-26T18:00\",\"am\":0.00},{\"fdt\":\"2021-08-26T18:00\",\"tdt\":\"2021-08-31T12:00\",\"am\":412.59}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"SPOT ON 77594 Sangam palace\",\"ad\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\"}},\"ddt\":\"2021-08-26T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-31\",\"checkoutDate\":\"2021-09-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":1}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":1217086.93}}}}','','',NULL,'0','2021-08-14 05:20:19','2021-08-14 05:20:19',1,'','','11000000136772',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,80,6049,'','2021-08-30','2021-08-31','','',NULL,'',NULL,NULL,'27235-0cd51-58836-da385',0,NULL,'hsid1261508881--814946869','SPOT ON 77594 SANGAM PALACE','hsid1261508881--814946869','',3,'INR','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi',NULL,NULL,'92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"80\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"ABHINAV\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-16 14:01:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-16 14:01:55\",\"CustomerMemberSysId\":\"386\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-SPOT ON Room Without Air Conditioning-2-_2_0\",\"RoomCategory\":\"SPOT ON Room without Air Conditioning\",\"RoomType\":\"Double-SPOT ON Room Without Air Conditioning-2-\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":470.83,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":470.83,\"TotalRoomPrice\":470.83,\"TotalFare\":470.83,\"TotalBaseFare\":359.03,\"TotalNetFare\":370.83,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":359.03,\"TAF\":111.8,\"TF\":470.83,\"NF\":370.83},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":470.83,\"arrMarkUps\":{\"HotelRoomPrice\":470.83,\"pernightperroomprice\":470.83,\"RoomPrice\":470.83,\"withmarkupprice\":470.83,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_22477479-211_0_84807\",\"RoomTotalPrice\":470.83,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid1261508881--814946869\",\"HotemName\":\"SPOT ON 77594 SANGAM PALACE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.03316\",\"lt\":\"28.61917\"},\"HotelAddress\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-16 08:31:55','2021-08-16 08:31:55',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(32,36,6049,'','2021-08-26','2021-08-27','','',NULL,'',NULL,NULL,'47499-3b89e-83d35-ceb69',0,NULL,'hsid9740525338--814946869','SPOT ON 77594 SANGAM PALACE','hsid9740525338--814946869','',3,'INR','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','','92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi',NULL,NULL,'92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-16 15:18:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2021-08-16 15:18:26\",\"CustomerMemberSysId\":\"374\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-SPOT ON Room Without Air Conditioning-2-_2_0\",\"RoomCategory\":\"SPOT ON Room without Air Conditioning\",\"RoomType\":\"Double-SPOT ON Room Without Air Conditioning-2-\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":517.83,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":517.83,\"TotalRoomPrice\":517.83,\"TotalFare\":517.83,\"TotalBaseFare\":406.03,\"TotalNetFare\":417.83,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":406.03,\"TAF\":111.8,\"TF\":517.83,\"NF\":417.83},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":517.83,\"arrMarkUps\":{\"HotelRoomPrice\":517.83,\"pernightperroomprice\":517.83,\"RoomPrice\":517.83,\"withmarkupprice\":517.83,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_22477479-214_0_84760\",\"RoomTotalPrice\":517.83,\"iopr\":false,\"ipr\":true},\"country\":\"India\",\"iopr\":false,\"ipr\":true,\"HotelDetails\":{\"HotelId\":\"hsid9740525338--814946869\",\"HotemName\":\"SPOT ON 77594 SANGAM PALACE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.03316\",\"lt\":\"28.61917\"},\"HotelAddress\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-16 09:48:26','2021-08-16 09:48:26',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,119,6049,'TJS204900100418','2021-08-31','2021-09-01','','',NULL,'SUCCESS',NULL,NULL,'57800-0b70a-ad62d-15a80',0,NULL,'hsid6326375991--1949012404','HOTEL YORK LEGACY','hsid6326375991--1949012404','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc5ZmExOWM5X2IuanBn','X/V 1000 Mantola Paharganj','','X/V 1000 Mantola Paharganj',NULL,NULL,'X/V 1000 Mantola Paharganj','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"119\",\"EmailId\":\"baibhav@atpl.co.in\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-20 11:49:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"57800-0b70a-ad62d-15a80\",\"modified\":\"2021-08-20 11:49:35\",\"created\":\"2021-08-20 11:49:35\",\"CustomerMemberSysId\":\"453\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":502.12,\"TotalRoomPrice\":502.12,\"TotalFare\":502.12,\"TotalBaseFare\":390.32,\"TotalNetFare\":402.12,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":502.12,\"arrMarkUps\":{\"HotelRoomPrice\":502.12,\"pernightperroomprice\":502.12,\"RoomPrice\":502.12,\"withmarkupprice\":502.12,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_10567008-546_0_95635\",\"RoomTotalPrice\":502.12,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid6326375991--1949012404\",\"HotemName\":\"HOTEL YORK LEGACY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc5ZmExOWM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc5ZmExOWM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q2NDQzMGRjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q2NDQzMGRjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzk1OGNjOTAzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzk1OGNjOTAzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzE5N2ZiYjkxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzE5N2ZiYjkxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzI3MjZlZjI2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzI3MjZlZjI2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzA0OTljZTQ4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzA0OTljZTQ4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2FkYzA4YmNlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2FkYzA4YmNlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY1ZTgzMDQ0X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY1ZTgzMDQ0X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZjNGIwZWQ4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZjNGIwZWQ4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2U3ZDA0MGYwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2U3ZDA0MGYwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY2NTI2YzRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY2NTI2YzRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZlN2QyNjI4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZlN2QyNjI4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzJhZThjOTBjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzJhZThjOTBjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc3OTQ5YWUwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc3OTQ5YWUwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2I3YTg4N2RkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2I3YTg4N2RkX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2IyZjA2NWZjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2IyZjA2NWZjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzMwMjAyMWRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzMwMjAyMWRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Y5MzAxYjA5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Y5MzAxYjA5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2VlMjFmMjQwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2VlMjFmMjQwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q0YmEwN2Q2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q0YmEwN2Q2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzg5MDZhMmZkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzg5MDZhMmZkX2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21589\",\"lt\":\"28.64204\"},\"HotelAddress\":\"X\\/V 1000 Mantola Paharganj\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Public winery tours\",\"Wheelchair accessible (may have limitations)\",\"Proposal\\/romance packages available\",\"Outdoor furniture\",\"Wheelchair-accessible path to elevator\",\"Wheelchair-accessible registration desk\",\"In-room accessibility\",\"Stair-free path to entrance\",\"Free newspapers in lobby\",\"Roll-in shower\",\"Accessible bathroom\",\"Children\'s toys\",\"Luggage storage\",\"Children\'s games\",\"Free breakfast\",\"Express check-out\",\"Handrails in stairways\",\"24-hour front desk\",\"Barbecue grill(s)\",\"Smoke-free property\",\"Laundry facilities\",\"Elevator\",\"Terrace\",\"Motorcycle parking only\",\"Business property\"]}}',NULL,NULL,'{\"order\":{\"bookingId\":\"TJS204900100418\",\"partnerId\":\"0\",\"amount\":402.12,\"markup\":100.00,\"orderType\":\"HOTEL\",\"deliveryInfo\":{\"emails\":[\"baibhav@atpl.co.in\"],\"contacts\":[\"7701888604\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-08-20T11:49:57.372\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel York Legacy\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.21589\",\"lt\":\"28.64204\"},\"ad\":{\"adr\":\"X/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.12,\"tfcs\":{\"BF\":390.32,\"TAF\":111.80,\"TF\":502.12,\"NF\":402.12},\"tafcs\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}},\"ddt\":\"2021-08-26T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"NF\":402.12,\"TF\":502.12,\"TAF\":111.80},\"afc\":{\"TAF\":{\"MFT\":1.80,\"MU\":100.00,\"IGST\":1.80,\"MF\":10.00}}}],\"checkInDate\":\"2021-08-31\",\"checkOutDate\":\"2021-09-01\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"baibhav\",\"lN\":\"kumar\"},{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rahul\",\"lN\":\"kumar\"}],\"iopr\":false}],\"tp\":402.12,\"cnp\":{\"id\":\"26_10567008-546_0_95635\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-20T11:46:56.272\",\"tdt\":\"2021-08-26T18:00\",\"am\":0.00},{\"fdt\":\"2021-08-26T18:00\",\"tdt\":\"2021-08-31T12:00\",\"am\":390.32}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-26T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"mi\":{}},\"query\":{\"checkinDate\":\"2021-08-31\",\"checkoutDate\":\"2021-09-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":{},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":971184.55}}}}','','',NULL,'0','2021-08-20 06:19:35','2021-08-20 06:19:35',1,'','','11000000139209',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,121,35,'','2021-08-23','2021-08-24','','',NULL,'',NULL,NULL,'967a8-3ab82-64bb4-f9c0d',0,NULL,'hsid7445549344-1977660846','LEMON TREE PREMIER - DELHI AEROCITY','hsid7445549344-1977660846','',5,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS8zYWI2YWE2NGFkOGUwZWQ0OGI1NzYzNTY2NTg0YTJiOS5qcGc/cz0zMTJ4','Asset, Aerocity Hospitality District, 6','','Asset, Aerocity Hospitality District, 6',NULL,NULL,'Asset, Aerocity Hospitality District, 6','extra service',1,1,2,0,110203,110203,'New Delhi','[{\"AgencySysId\":\"35\",\"CustomerSysId\":\"121\",\"EmailId\":\"holidays4@reisentours.com\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9999932969\",\"FirstName\":\"SONIKA\",\"LastName\":\".\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2021-08-20 15:43:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"967a8-3ab82-64bb4-f9c0d\",\"modified\":\"2021-08-20 15:43:26\",\"created\":\"2021-08-20 15:43:26\",\"CustomerMemberSysId\":\"454\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Double-Day Use - Double Room - Non-Smoking 8 Hours Between 9:00 And 17:00 (8 Hour Use Only)-2- Benefit : ( 9 Hours Use Only (9:00 to 18:00) )_2_0\",\"RoomCategory\":\"Day Use - Double room - Non-Smoking 8 Hours Between 9:00 and 17:00 (8 hour use only)\",\"RoomType\":\"Double-Day Use - Double Room - Non-Smoking 8 Hours Between 9:00 And 17:00 (8 Hour Use Only)-2- Benefit : ( 9 Hours Use Only (9:00 to 18:00) )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":2699.26,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":2699.26,\"TotalRoomPrice\":2699.26,\"TotalFare\":2699.26,\"TotalBaseFare\":2587.46,\"TotalNetFare\":2599.26,\"TotalTaxFare\":111.8,\"TaxFareBreakup\":{\"MFT\":1.8,\"MU\":100,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":2587.46,\"TAF\":111.8,\"TF\":2699.26,\"NF\":2599.26},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"PriceWithMarkup\":2699.26,\"arrMarkUps\":{\"HotelRoomPrice\":2699.26,\"pernightperroomprice\":2699.26,\"RoomPrice\":2699.26,\"withmarkupprice\":2699.26,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_400561-63_0_90632\",\"RoomTotalPrice\":2699.26,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid7445549344-1977660846\",\"HotemName\":\"LEMON TREE PREMIER - DELHI AEROCITY\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS8zYWI2YWE2NGFkOGUwZWQ0OGI1NzYzNTY2NTg0YTJiOS5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS8zYWI2YWE2NGFkOGUwZWQ0OGI1NzYzNTY2NTg0YTJiOS5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS83YzliZmIxYjdjYzg4YTg5ZGVhYWQzZmM5NjkzNWNmZi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS83YzliZmIxYjdjYzg4YTg5ZGVhYWQzZmM5NjkzNWNmZi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS8xMmE1N2ZmYWMzMTYyNzk1YzM3YTY1YmUwZjkyYjllNy5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwMDU2MS8tMS8xMmE1N2ZmYWMzMTYyNzk1YzM3YTY1YmUwZjkyYjllNy5qcGc\\/cz0zMTJ4\"}],\"HotelStars\":5,\"HotelGeioLocation\":{\"ln\":\"77.120766\",\"lt\":\"28.55153\"},\"HotelAddress\":\"Asset, Aerocity Hospitality District, 6\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-08-20 10:13:26','2021-08-20 10:13:26',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,93,35,'','2022-01-18','2022-01-19','','',NULL,'',NULL,NULL,'f6eb4-37d60-4df3e-8dd20',0,NULL,'hsid9109609867-589678796','OYO 19320 HOTEL CHANAKAYA','hsid9109609867-589678796','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==','Hotel ChanakayaVibhav Nagar Tajganj ','','Hotel ChanakayaVibhav Nagar Tajganj ',NULL,NULL,'Hotel ChanakayaVibhav Nagar Tajganj ','extra service',1,1,1,0,110220,110220,'Agra','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )_1_0\",\"RoomCategory\":\"Suite Room\",\"RoomType\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1687.23,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1687.23,\"TotalRoomPrice\":1687.23,\"TotalFare\":1687.23,\"TotalBaseFare\":1675.43,\"TotalNetFare\":1687.23,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":1687.23,\"TAF\":11.8,\"NF\":1687.23,\"BF\":1675.43},\"afc\":{\"TAF\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":1687.23,\"arrMarkUps\":{\"HotelRoomPrice\":1687.23,\"pernightperroomprice\":1687.23,\"RoomPrice\":1687.23,\"withmarkupprice\":1687.23,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_6602771-25_5_36661\",\"RoomTotalPrice\":1687.23,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid9109609867-589678796\",\"HotemName\":\"OYO 19320 HOTEL CHANAKAYA\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.03787\",\"lt\":\"27.15291\"},\"HotelAddress\":\"Hotel ChanakayaVibhav Nagar Tajganj \",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}}',NULL,NULL,NULL,'','',NULL,'0','2021-12-28 06:41:47','2021-12-28 06:41:47',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(37,93,35,'','2022-01-27','2022-01-28','','',NULL,'',NULL,NULL,'a983e-3547f-832c9-d7745',0,NULL,'hsid2814208921-765847706','HOTEL SUNRISE MOON','hsid2814208921-765847706','',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn','118/119, Street Number 3, Block B Mahipalpur','','118/119, Street Number 3, Block B Mahipalpur',NULL,NULL,'118/119, Street Number 3, Block B Mahipalpur','extra service',1,1,1,0,110203,110203,'New Delhi','null',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)_1_0\",\"RoomCategory\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"RoomType\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":817.64,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":817.64,\"TotalRoomPrice\":817.64,\"TotalFare\":817.64,\"TotalBaseFare\":805.84,\"TotalNetFare\":817.64,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":817.64,\"TAF\":11.8,\"NF\":817.64,\"BF\":805.84},\"afc\":{\"TAF\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":817.64,\"arrMarkUps\":{\"HotelRoomPrice\":817.64,\"pernightperroomprice\":817.64,\"RoomPrice\":817.64,\"withmarkupprice\":817.64,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"1_36887259-56_85805\",\"RoomTotalPrice\":817.64,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid2814208921-765847706\",\"HotemName\":\"HOTEL SUNRISE MOON\",\"HotelDescription\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Central Mall - 0.7 km \\/ 0.4 mi <br \\/> Worldmark - 1 km \\/ 0.6 mi <br \\/> Nelson Mandela Road - 3.7 km \\/ 2.3 mi <br \\/> DLF Promenade Vasant Kunj - 4.9 km \\/ 3.1 mi <br \\/> Fortis Hospital - 5.2 km \\/ 3.3 mi <br \\/> DLF Emporio Vasant Kunj - 5.3 km \\/ 3.3 mi <br \\/> Ambience Mall - 6.7 km \\/ 4.2 mi <br \\/> DLF Cyber City - 7.2 km \\/ 4.5 mi <br \\/> Dada Dev Mandir - 9.2 km \\/ 5.7 mi <br \\/> Qutub Minar - 10.5 km \\/ 6.5 mi <br \\/> Gurgaon Central Mall - 10.6 km \\/ 6.6 mi <br \\/> Global Business Park - 10.6 km \\/ 6.6 mi <br \\/> Sahara Mall - 10.6 km \\/ 6.6 mi <br \\/> Golf Course Road - 10.8 km \\/ 6.7 mi <br \\/> Dhaula Kuan - 10.8 km \\/ 6.7 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi International Airport (DEL) - 4.4 km \\/ 2.7 mi<\\/p><br\\/><b>Dining:<\\/b>Take advantage of the hotel\'s 24-hour room service.<br\\/><b>Rooms:<\\/b><br\\/>Stay in one of 20 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include safes and desks, as well as phones with free local calls.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12705\",\"lt\":\"28.548372\"},\"HotelAddress\":\"118\\/119, Street Number 3, Block B Mahipalpur\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Smoke-free property\",\"24-hour front desk\",\"Free WiFi\",\"Business property\"]}}',NULL,NULL,NULL,'','',NULL,'0','2021-12-28 06:48:30','2021-12-28 06:48:30',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(39,460,10385,'','2022-02-23','2022-02-24','','DMC209100179044',NULL,'',NULL,NULL,'f3e44-0810b-8093a-3dbc0',0,NULL,'f3e44-0810b-8093a-3dbc0','HOTEL SD INTERNATIONAL','hsid7176277717--1947823336','With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\nFeatured amenities include dry cleaning/laundry services and a 24-hour front desk. Free self parking is available onsite.\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=','Baluganj Near Baluganj autoparts crossing','','','27.16819','78.01573','','',1,1,1,0,110220,266,'Agra','[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',1154.08,1154.08,0,0,64.6662,11.6399,0.00,0.00,0,0,'{\"RoomsResult\":[{\"Rooms\":[{\"id\":\"SINGLE BASIC ROOM ONLY   _1_0\",\"RoomCategory\":\"SINGLE BASIC\",\"RoomType\":\"SINGLE BASIC ROOM ONLY   \",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1077.77,\"TotalFare\":1077.77,\"TotalBaseFare\":1065.97,\"TotalNetFare\":1077.77,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1077.77,\"BF\":1065.97,\"TF\":1077.77,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1154.0761160000002,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002,\"perNightPrice\":1154.0761160000002,\"arrMarkUps\":{\"intBasePrice\":1077.77,\"PublishFare\":1154.0761160000002,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"intAgencyMarkUpWithSTax\":76.306116,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:26:57.470\",\"ToDate\":\"2022-02-19T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"19-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-19T12:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"19-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":1065.97,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_1_61ea74af8c6e4109477454b3\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1077.77,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1154.0761160000002,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1077.77,\"PublishFare\":1154.0761160000002,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"intAgencyMarkUpWithSTax\":76.306116,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"HotelDetails\":{\"SearchHotelTraceId\":\"f3e44-0810b-8093a-3dbc0\",\"HotelId\":\"hsid7176277717--1947823336\",\"HotelName\":\"HOTEL SD INTERNATIONAL\",\"HotelDescription\":\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\nFeatured amenities include dry cleaning\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.01573\",\"lt\":\"27.16819\"},\"HotelAddress\":\"Baluganj Near Baluganj autoparts crossing\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"hotel\",\"YES 24-hour reception\",\"Check-out hour\",\"YES Wi-fi\",\"Bellboy service\",\"Clothes dryer\"],\"des\":\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\nFeatured amenities include dry cleaning\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\",\"query\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110220\",\"countryName\":\"India\",\"cityName\":\"Agra\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid7176277717\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209100179044\"},\"country\":\"India\",\"iopr\":false,\"IsPANMandatory\":false,\"IsPassportMandatory\":false,\"isPriceChanged\":true,\"bookingId\":\"TJS209100179044\",\"getData\":{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Agra (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"24\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"266\",\"TBBCityId\":\"110220\",\"destination\":\"Agra\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-24\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110220\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-24\",\"SearchHotelTraceId\":\"f3e44-0810b-8093a-3dbc0\",\"interNationalSearch\":false,\"searchIds\":\"hsid7176277717\"}}',NULL,NULL,NULL,'','',NULL,'0','2022-01-21 08:57:01','2022-01-21 08:57:01',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'md sabir','Sudipta Banergy'),(40,461,10385,'TJS209500179046','2022-03-18','2022-03-19','','DMC209500179046','TJS209500179046','Success',NULL,NULL,'85b7a-734e0-c19c4-830f1',0,NULL,'85b7a-734e0-c19c4-830f1','HOTEL SUNSHINE','hsid5016756613--264863700','<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>',2,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=','17-B 21 Dev Nagar, Karol Bagh','','','28.65771','77.1829','','',1,1,1,0,110203,0,'New Delhi','[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',1152.04,1152.04,0,0,64.5522,11.6194,0.00,0.00,1,0,'{\"item\":{\"SearchHotelTraceId\":\"85b7a-734e0-c19c4-830f1\",\"HotelId\":\"hsid5016756613--264863700\",\"HotelName\":\"HOTEL SUNSHINE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\"}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"77.1829\",\"lt\":\"28.65771\"},\"HotelAddress\":\"17-B 21 Dev Nagar, Karol Bagh\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"query\":{\"checkinDate\":\"2022-03-18\",\"checkoutDate\":\"2022-03-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid5016756613\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209500179046\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\",\"RoomCategory\":\"Executive Air Conditioning\",\"RoomType\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1075.87,\"TotalFare\":1075.87,\"TotalBaseFare\":1064.07,\"TotalNetFare\":1075.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1075.87,\"BF\":1064.07,\"TF\":1075.87,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1152.041596,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596,\"perNightPrice\":1152.041596,\"arrMarkUps\":{\"intBasePrice\":1075.87,\"PublishFare\":1152.041596,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"intAgencyMarkUpWithSTax\":76.171596,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:30:08.260\",\"ToDate\":\"2022-03-14T18:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"14-Mar-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-03-14T18:00\",\"ToDate\":\"2022-03-18T12:00\",\"strFromDate\":\"14-Mar-2022\",\"strToDate\":\"18-Mar-2022\",\"Charge\":1064.07,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_3_61ea75eb65618e247accf947\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1075.87,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1152.041596,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1075.87,\"PublishFare\":1152.041596,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"intAgencyMarkUpWithSTax\":76.171596,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"2\"],\"hotel_booking_id\":\"40\",\"ForCustomerSession\":[[{\"AgencySysId\":\"10385\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8447455883\",\"FirstName\":\"asim\",\"LastName\":\"rajput\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10385\",\"Address\":\"adrfgdgf fgdfgdf\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-21 14:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"461\"}]],\"SearchHotelTraceId\":\"85b7a-734e0-c19c4-830f1\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"New Delhi (India)\\\",\\\"check_in\\\":\\\"18\\\\\\/03\\\\\\/2022\\\",\\\"check_out\\\":\\\"19\\\\\\/03\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110203\\\",\\\"destination\\\":\\\"New Delhi\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-03-18\\\",\\\"checkoutDate\\\":\\\"2022-03-19\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110203\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-03-18\\\",\\\"strCheckout\\\":\\\"2022-03-19\\\",\\\"SearchHotelTraceId\\\":\\\"85b7a-734e0-c19c4-830f1\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid5016756613\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"8447455883\\\",\\\"leadEmail\\\":\\\"sibo.sarso@gmail.com\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"0\\\"],\\\"relation\\\":[\\\"0\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"asim\\\"],\\\"lastname\\\":[\\\"rajput\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"adrfgdgf fgdfgdf\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"New Delhi (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"18\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"19\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"85b7a-734e0-c19c4-830f1\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"Executive Air Conditioning\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\\\\\\\",\\\\\\\"Adult\\\\\\\":1,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"ROOM ONLY\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":1075.87,\\\\\\\"TotalFare\\\\\\\":1075.87,\\\\\\\"TotalBaseFare\\\\\\\":1064.07,\\\\\\\"TotalNetFare\\\\\\\":1075.87,\\\\\\\"TotalTaxFare\\\\\\\":11.8,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SBP\\\\\\\":1064.07,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":1075.87,\\\\\\\"BF\\\\\\\":1064.07,\\\\\\\"TF\\\\\\\":1075.87,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":1064.07,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1152.041596,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596,\\\\\\\"perNightPrice\\\\\\\":1152.041596,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1075.87,\\\\\\\"PublishFare\\\\\\\":1152.041596,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.171596,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-01-21T14:30:08.260\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-03-14T18:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"21-Jan-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"14-Mar-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":0,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"},{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-03-14T18:00\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-03-18T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"14-Mar-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"18-Mar-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":1064.07,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":true,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"Full Refund Allowed\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"1_3_61ea75eb65618e247accf947\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":1,\\\\\\\"Nights\\\\\\\":1,\\\\\\\"RoomTotalPrice\\\\\\\":1075.87,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":false,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1152.041596,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1075.87,\\\\\\\"PublishFare\\\\\\\":1152.041596,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.171596,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid5016756613--264863700\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"HOTEL SUNSHINE\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\\\\\\\\\\\\\/cz0zMTJ4\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\\\\\\\\\\\\\/cz0zMTJ4\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":2,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"77.1829\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"28.65771\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"17-B 21 Dev Nagar, Karol Bagh\\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"HOTEL\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":null,\\\\\\\"des\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":1,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209500179046\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":false,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":false,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209500179046\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"New Delhi (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"18\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"19\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\"}}\\\"}\"}','{\"order\":{\"bookingId\":\"TJS209500179046\",\"amount\":1075.87,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sibo.sarso@gmail.com\"],\"contacts\":[\"8447455883\"],\"code\":[\"+91\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-21T14:30:51.662\"},\"itemInfos\":{\"HOTEL\":{\"hInfo\":{\"name\":\"Hotel Sunshine\",\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":2,\"gl\":{\"ln\":\"77.1829\",\"lt\":\"28.65771\"},\"ad\":{\"adr\":\"17-B, 21,Dev Nagar,Desh Bandhu Gupta Road,(Behind M.C.D.Zonal Office, Anand Parvat, Bus Stand)\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"ops\":[{\"ris\":[{\"id\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\",\"rc\":\"Executive Air Conditioning\",\"rt\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1075.87,\"tfcs\":{\"NF\":1075.87,\"BF\":1064.07,\"TF\":1075.87,\"TAF\":11.8},\"tafcs\":{\"TAF\":{\"SBP\":1064.07,\"MFT\":1.8,\"IGST\":1.8,\"MF\":10}},\"ddt\":\"2022-03-14T18:00\",\"pis\":[{\"day\":1,\"fc\":{\"BF\":1064.07,\"NF\":1075.87,\"TF\":1075.87,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1064.07,\"MFT\":1.8,\"IGST\":1.8,\"MF\":10}}}],\"checkInDate\":\"2022-03-18\",\"checkOutDate\":\"2022-03-19\",\"ti\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"asim\",\"lN\":\"rajput\"}],\"iopr\":false,\"rsta\":\"S\"}],\"tp\":1075.87,\"cnp\":{\"id\":\"1_3_61ea75eb65618e247accf947\",\"ifra\":true,\"pd\":[{\"fdt\":\"2022-01-21T14:30:08.260\",\"tdt\":\"2022-03-14T18:00\",\"am\":0},{\"fdt\":\"2022-03-14T18:00\",\"tdt\":\"2022-03-18T12:00\",\"am\":1064.07}]},\"ddt\":\"2022-03-14T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"uid\":\"39665038\"},\"query\":{\"checkinDate\":\"2022-03-18\",\"checkoutDate\":\"2022-03-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"isSearchCompleted\":false}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}',NULL,NULL,'','',NULL,'0','2022-01-21 09:00:04','2022-01-21 09:00:04',1,'','','88DE26F927D04F09A3FF97F14555E53B',NULL,'88DE26F927D04F09A3FF97F14555E53B',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'589897FE','2022-01-21','address','asim rajput','md sabir','asim rajput'),(41,141,10382,'','2022-01-26','2022-01-27','','DMC209300179160',NULL,'',NULL,NULL,'33ae8-f5022-99f02-407f9',0,NULL,'33ae8-f5022-99f02-407f9','SARTHAK RESORT','hsid4021876870--1643660429','No Description Available',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfbWFpbl8xLmpwZw==','KHAKHNAL,Manali Naggar Road Teshil Manali, District Kullu, Manali, Himachal Pradesh, India','','','19.109112','77.195892','','',1,1,2,0,110318,0,'Manali','[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',2192.96,2192.96,0,0,122.878,22.118,0.00,0.00,0,0,'{\"RoomsResult\":[{\"Rooms\":[{\"id\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax _2_0\",\"RoomCategory\":\"Standard Room Pine View with Balcony Room\",\"RoomType\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax \",\"Adult\":2,\"Child\":0,\"MealBase\":\"HALF BOARD\",\"TotalRoomPrice\":2047.96,\"TotalFare\":2047.96,\"TotalBaseFare\":2036.16,\"TotalNetFare\":2047.96,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2047.96,\"BF\":2036.16,\"TF\":2047.96,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2192.955568,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568,\"perNightPrice\":2192.955568,\"arrMarkUps\":{\"intBasePrice\":2047.96,\"PublishFare\":2192.955568,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"intAgencyMarkUpWithSTax\":144.995568,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T16:18:43.048\",\"ToDate\":\"2022-01-26T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"26-Jan-2022\",\"Charge\":2036.16,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_3_61ea8f3965618e7f3dccfa8b\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":2047.96,\"GtxMarkUp\":null,\"iopr\":true,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":2192.955568,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2047.96,\"PublishFare\":2192.955568,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"intAgencyMarkUpWithSTax\":144.995568,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"HotelDetails\":{\"SearchHotelTraceId\":\"33ae8-f5022-99f02-407f9\",\"HotelId\":\"hsid4021876870--1643660429\",\"HotelName\":\"SARTHAK RESORT\",\"HotelDescription\":\"No Description Available\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfbWFpbl8xLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X21haW5fMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMF8yLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzBfMi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMV8zLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzFfMy5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMl80LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzJfNC5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfM181LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzNfNS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNF82LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzRfNi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNV83LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzVfNy5qcGc=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.195892\",\"lt\":\"19.109112\"},\"HotelAddress\":\"KHAKHNAL,Manali Naggar Road Teshil Manali, District Kullu, Manali, Himachal Pradesh, India\",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RESORT\",\"HotelFaciality\":[\"Restaurant\"],\"des\":\"No Description Available\",\"query\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid4021876870\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209300179160\"},\"country\":\"India\",\"iopr\":true,\"IsPANMandatory\":false,\"IsPassportMandatory\":false,\"isPriceChanged\":false,\"bookingId\":\"TJS209300179160\",\"getData\":{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"26\\/01\\/2022\",\"check_out\":\"27\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110318\",\"destination\":\"Manali\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110318\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-26\",\"strCheckout\":\"2022-01-27\",\"SearchHotelTraceId\":\"33ae8-f5022-99f02-407f9\",\"interNationalSearch\":false,\"searchIds\":\"hsid4021876870\"}}',NULL,NULL,NULL,'','',NULL,'0','2022-01-21 10:49:52','2022-01-21 10:49:52',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT NAGRATH','AMIT KUMAR (+1)'),(42,143,10382,'','2022-02-23','2022-02-26','','DMC209600180248',NULL,'',NULL,NULL,'e4d03-c6703-7bfe0-0dcdc',0,NULL,'e4d03-c6703-7bfe0-0dcdc','PINE GROVE','hsid3701372483-503832131','<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>',3,'INR','http://hotel.atlastravelsonline.com//cpfv3/images/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk0LmpwZz9zPTMxMng=','Pine Grove, Hadimba Temple Road, Manali, Dist.- Kullu','','','32.248690521392','77.183356583118','','',3,1,2,0,110318,0,'Manali','[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',750.209,2250.63,0,0,334.141,60.1454,0.00,0.00,0,0,'{\"RoomsResult\":[{\"Rooms\":[{\"id\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )_2_0\",\"RoomCategory\":\"Super Deluxe Room\",\"RoomType\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1856.34,\"TotalFare\":1856.34,\"TotalBaseFare\":1820.94,\"TotalNetFare\":1856.34,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1820.94,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2250.626616,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616,\"perNightPrice\":750.208872,\"arrMarkUps\":{\"intBasePrice\":1856.34,\"PublishFare\":2250.626616,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"intAgencyMarkUpWithSTax\":394.286616,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:33:47.193\",\"ToDate\":\"2022-02-18T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"18-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-18T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"18-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":606.98,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_0_61ef928765618e385fccf89f\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":3,\"RoomTotalPrice\":1856.34,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":2250.626616,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1856.34,\"PublishFare\":2250.626616,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"intAgencyMarkUpWithSTax\":394.286616,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"HotelDetails\":{\"SearchHotelTraceId\":\"e4d03-c6703-7bfe0-0dcdc\",\"HotelId\":\"hsid3701372483-503832131\",\"HotelName\":\"PINE GROVE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk0LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk0LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk1LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk1LmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.183356583118\",\"lt\":\"32.248690521392\"},\"HotelAddress\":\"Pine Grove, Hadimba Temple Road, Manali, Dist.- Kullu\",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"query\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid3701372483\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209600180248\"},\"country\":\"India\",\"iopr\":false,\"IsPANMandatory\":false,\"IsPassportMandatory\":false,\"isPriceChanged\":false,\"bookingId\":\"TJS209600180248\",\"getData\":{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110318\",\"destination\":\"Manali\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110318\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"e4d03-c6703-7bfe0-0dcdc\",\"interNationalSearch\":false,\"searchIds\":\"hsid3701372483\"}}',NULL,NULL,NULL,'Bed Type','KINGBED',NULL,'0','2022-01-25 06:04:55','2022-01-25 06:04:55',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT NAGRATH','AMIT KUMAR (+1)'),(43,143,10382,'','2022-02-23','2022-02-26','','DMC209800180277',NULL,'',NULL,NULL,'ded94-9b892-047ba-c56b5',0,NULL,'ded94-9b892-047ba-c56b5','HOTEL SHINGAR MALL ROAD MANALI','hsid6832887810-518294402','<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.</strong>',3,'INR','http://hotel.atlastravelsonline.com/cpfv3/images/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=','Model Town Mall road manali ','','','32.2433','77.18877','','',3,1,2,0,110318,0,'Manali','[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',577.03,1731.09,0,0,257.008,46.2614,0.00,0.00,0,0,'{\"RoomsResult\":[{\"Rooms\":[{\"id\":\"Double-Deluxe-2-_2_0\",\"RoomCategory\":\"Deluxe\",\"RoomType\":\"Double-Deluxe-2-\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1427.82,\"TotalFare\":1427.82,\"TotalBaseFare\":1392.42,\"TotalNetFare\":1427.82,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1392.42,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1731.088968,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968,\"perNightPrice\":577.029656,\"arrMarkUps\":{\"intBasePrice\":1427.82,\"PublishFare\":1731.088968,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"intAgencyMarkUpWithSTax\":303.26896800000003,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:48:53.029\",\"ToDate\":\"2022-02-16T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"16-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-16T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"16-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":464.14,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_0_61ef94488c6e410a36744e82\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":3,\"RoomTotalPrice\":1427.82,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1731.088968,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1427.82,\"PublishFare\":1731.088968,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"intAgencyMarkUpWithSTax\":303.26896800000003,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"HotelDetails\":{\"SearchHotelTraceId\":\"ded94-9b892-047ba-c56b5\",\"HotelId\":\"hsid6832887810-518294402\",\"HotelName\":\"HOTEL SHINGAR MALL ROAD MANALI\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.18877\",\"lt\":\"32.2433\"},\"HotelAddress\":\"Model Town Mall road manali \",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"query\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid6832887810\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209800180277\"},\"country\":\"India\",\"iopr\":false,\"IsPANMandatory\":false,\"IsPassportMandatory\":false,\"isPriceChanged\":false,\"bookingId\":\"TJS209800180277\",\"getData\":{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110318\",\"destination\":\"Manali\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110318\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"ded94-9b892-047ba-c56b5\",\"interNationalSearch\":false,\"searchIds\":\"hsid6832887810\"}}',NULL,NULL,NULL,'Bed Type','KINGBED',NULL,'0','2022-01-25 06:22:52','2022-01-25 06:22:52',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT NAGRATH','AMIT KUMAR (+1)'),(44,535,11959,'','2022-04-28','2022-04-29','','TJ206530584803',NULL,'',NULL,NULL,'0e254-8f240-c7d5c-3f15b',0,NULL,'0e254-8f240-c7d5c-3f15b','Hotel Hari Piorko','hsid4195550955-38899628','{\"General\":\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\"}',3,'INR',NULL,'4775, Main Bazar, Near 6 Tooti Chowk','','','28.64108','77.21393','','',1,1,1,0,725862,0,'DELHI','[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}]',1687.52,1687.52,0,0,94.5564,17.0202,0.00,0.00,0,0,'{\"RoomsResult\":[{\"Rooms\":[{\"id\":\"212110348_234291200_37310--1\",\"RoomCategory\":\"Superior Double Room\",\"RoomType\":\"Superior Double Room\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1575.94,\"TotalFare\":1575.94,\"TotalBaseFare\":1552.34,\"TotalNetFare\":1575.94,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1552.34,\"CMU\":-99.39,\"TAF\":23.6,\"TF\":1575.94,\"NF\":1575.94},\"afc\":{\"TAF\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1687.516552,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552,\"perNightPrice\":1687.516552,\"arrMarkUps\":{\"intBasePrice\":1575.94,\"PublishFare\":1687.516552,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"intAgencyMarkUpWithSTax\":111.57655199999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:08:53.760\",\"ToDate\":\"2022-04-26T17:59\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"26-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-26T17:59\",\"ToDate\":\"2022-04-27T17:59\",\"strFromDate\":\"26-Apr-2022\",\"strToDate\":\"27-Apr-2022\",\"Charge\":1651.73,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"3_17_3018270\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1575.94,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1687.516552,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1575.94,\"PublishFare\":1687.516552,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"intAgencyMarkUpWithSTax\":111.57655199999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"HotelDetails\":{\"SearchHotelTraceId\":\"0e254-8f240-c7d5c-3f15b\",\"HotelId\":\"hsid4195550955-38899628\",\"HotelName\":\"Hotel Hari Piorko\",\"HotelDescription\":\"{\\\"General\\\":\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_city_desktop\\/v1499833220\\/Hotel\\/New Delhi\\/00009357\\/Deluxe_Room_piorko_MNsUVw.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1467588721\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Deluxe Room Only\\/Deluxe_Room_Only_3zrK1s.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1467588718\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Executive Room Only\\/Executive_Room_Only_ey7W1h.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379364\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/PREMIUM-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379760\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/TOILET.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379582\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Overview.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379424\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/EXECUTIVE-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379042\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/BATHROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379621\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/SITTING-AREA.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379668\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-3.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379105\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-2.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379146\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-1.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379540\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/DELUXE-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449378878\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/SITTING-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379307\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/DINNING.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21393\",\"lt\":\"28.64108\"},\"HotelAddress\":\"4775, Main Bazar, Near 6 Tooti Chowk\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Central Air Conditioning\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"24-Hour Security\",\"Patisserie Shop\",\"Porter\",\"Taxi Service\",\"Transportation Service\",\"CCTV\",\"Fire Extinguisher\",\"Families with Children\",\"Family\",\"Unmarried Couples\",\"Luggage storage\",\"Spa\",\"Concierge\",\"Travel counter\",\"Car Rental\",\"Doctor on Call\",\"Housekeeping\",\"Lounge\",\"Business Center\",\"Front desk\",\"Currency Exchange\",\"Internet\",\"Spa\",\"English\",\"Hindi\",\"Cash\",\"Debit Card\",\"Net-Banking\",\"Mastercard\",\"Security Guard Timings - 24x7\",\"Room service\",\"Special occasion arrangement\",\"Laundry Services\",\"Hot water available\",\"Wheelchair accessible ramp\",\"Airport\\/\\/Railway station pickup available (Chargeable)\",\"Airport\\/Railway station drop (chargeable)\",\"Car rental (Chargeable)\",\"CCTV camera installed inside\\/outside hotel premises\",\"CCTV camera installed on each floor\",\"Separate Smoking Area\",\"Hot water available 24x7\",\"Business Center\",\"Newspaper\",\"Breakfast\",\"Internet\",\"Laundry Services\",\"Massage\",\"Family Rooms\",\"Parking\",\"24-Hour Front Desk\",\"Airport Shuttle\",\"Car Rental 24-Hour\",\"Express Check-in\\/Check-out\",\"Laundry Services\",\"Wake up service\\/Alarm clock\",\"Pool view\",\"Television\",\"Telephone\",\"Alarm clock\",\"Extra long beds (>6.5 ft)\",\"Restaurant\",\"Towels\",\"Towels\\/Sheets (extra fee)\",\"Refrigerator\",\"Electric kettle\",\"Dryer\",\"24 Hour Power Supply\",\"Lift\",\"Restaurant\",\"Room service\",\"Shopping on site\",\"Television\",\"Telephone-Room\",\"Wakeup-calls\",\"Wheelchair accessibility-Room\",\"Western Toilet\",\"Bottled\\/drinking water\",\"Attached Bathroom\",\"H\\/C running water\",\"Handicap accessible rooms\",\"Temperature Control\",\"Air conditioning-Room\",\"Television\",\"Ceiling fan\",\"Coffee\\/tea maker\",\"Extra towels,linens,bedding\",\"Hair dryer\",\"Internet\",\"Internet\",\"Safety Assured\"],\"des\":\"{\\\"General\\\":\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\"}\",\"query\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid4195550955\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJ206530584803\"},\"country\":\"India\",\"iopr\":false,\"IsPANMandatory\":false,\"IsPassportMandatory\":false,\"isPriceChanged\":false,\"bookingId\":\"TJ206530584803\",\"getData\":{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"0e254-8f240-c7d5c-3f15b\",\"interNationalSearch\":false,\"searchIds\":\"hsid4195550955\"}}',NULL,NULL,NULL,'','',NULL,'0','2022-04-02 09:41:46','2022-04-02 09:41:46',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sudipta Banerjee','md sabir'),(45,165,35,'','2022-07-01','2022-07-05','','',NULL,'',NULL,NULL,'84485-b0a42-fc216-74966',0,NULL,'hsid5894193737-15661951','Hotel Aeroporto','hsid5894193737-15661951','',3,'INR','https://fastui.cltpstatic.com/image/upload/hotels/places/hotels/7473/747382/images/4d940cf1_z.jpg','A-386/2, Road No-2 NH-8','','A-386/2, Road No-2 NH-8',NULL,NULL,'A-386/2, Road No-2 NH-8','extra service',4,3,7,0,727635,727635,'New Delhi','[{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"MUNNILAL \",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"542\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"KARTIK KUMAR\",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"543\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MRS\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"KIRAN \",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"544\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MS\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"KAJAL\",\"LastName\":\"KUMARI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"545\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"SAJJAN KUMAR\",\"LastName\":\"JHA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"546\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"165\",\"EmailId\":\"GFHGJ@GMAIL.COM\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9438758437\",\"FirstName\":\"MANISH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2022-07-01 17:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84485-b0a42-fc216-74966\",\"modified\":\"2022-07-01 17:27:01\",\"created\":\"2022-07-01 17:27:01\",\"CustomerMemberSysId\":\"547\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"201037722_211966806_37316--1\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":494.5333333333333,\"TotalRoomPrice\":5934.4,\"TotalFare\":5934.4,\"TotalBaseFare\":5840,\"TotalNetFare\":5934.4,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"CMU\":-148.65,\"BF\":1459.98,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"PriceWithMarkup\":1674.5333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":5934.4,\"pernightperroomprice\":494.5333333333333,\"RoomPrice\":1494.5333333333333,\"withmarkupprice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}},{\"id\":\"201037722_211966806_37316--2\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":494.5333333333333,\"TotalRoomPrice\":5934.4,\"TotalFare\":5934.4,\"TotalBaseFare\":5840,\"TotalNetFare\":5934.4,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"BF\":1459.98,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"PriceWithMarkup\":1674.5333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":5934.4,\"pernightperroomprice\":494.5333333333333,\"RoomPrice\":1494.5333333333333,\"withmarkupprice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}},{\"id\":\"201037722_211966806_37316--3\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":3,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1721.1408333333334,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":541.1408333333333,\"TotalRoomPrice\":6493.69,\"TotalFare\":6493.69,\"TotalBaseFare\":6399.29,\"TotalNetFare\":6493.69,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":790.43,\"SBP\":6931.48,\"TTSF\":159.44,\"TMF\":816.08,\"TSF\":159.44,\"SGP\":7090.92,\"SRC\":0,\"MFT\":14.4,\"SNP\":6300.49},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":2,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":3,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":4,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}}],\"PriceWithMarkup\":1721.1408333333334,\"arrMarkUps\":{\"HotelRoomPrice\":6493.69,\"pernightperroomprice\":541.1408333333333,\"RoomPrice\":1541.1408333333334,\"withmarkupprice\":1721.1408333333334,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"3_6_10951181\",\"RoomTotalPrice\":18362.5,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid5894193737-15661951\",\"HotemName\":\"Hotel Aeroporto\",\"HotelDescription\":\"{\\\"General Description\\\":\\\"Hotel Aeroporto, located in New Delhi is just 3Km from Indira Gandhi International Airport and 4km from Airport metro station, 19Km from New Delhi Railway Station and 20Km from ISBT Kashmere Gate. Places to visit while staying in the property are Qutab Minar, Humayun\'s tomb, Akshardham, Lodhi Gardens, Lotus Temple and many more. For cozy stay the hotel provides spacious rooms with comfortable beds with attached bathroom and hot\\/cold water, television, tea\\/coffee maker and fan. Hotel offers facilities like Wi-Fi, 24-hour front desk, tour desk, luggage storage and parking. The in-house restaurant serves Indian, Chinese and continental delicacies and guests can enjoy 24 hour room service for in-room dining comforts. Have a wonderful stay at Hotel Aeroporto!\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4d940cf1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4d940cf1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/274d8f4d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/274d8f4d_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4ed29005_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4ed29005_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/b3818460_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/b3818460_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/12093964_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/12093964_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ef3f886b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ef3f886b_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/3514d0ee_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/3514d0ee_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/eea44c59_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/eea44c59_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/376cae8d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/376cae8d_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/7273f0fc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/7273f0fc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/c76ce120_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/c76ce120_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ee543fa4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ee543fa4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/46071b30_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/46071b30_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/656c3e9e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/656c3e9e_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/f77cd9c8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/f77cd9c8_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/400cfd1c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/400cfd1c_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/18eb0b9c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/18eb0b9c_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/9d373695_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/9d373695_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/0eb18ab9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/0eb18ab9_z_w.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12904\",\"lt\":\"28.540453\"},\"HotelAddress\":\"A-386\\/2, Road No-2 NH-8\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Meeting Room\",\"Television\",\"Business Center\",\"Parking\",\"Parking\",\"Travel Desk\",\"Room service\",\"Coffee Shop\",\"Room service\",\"Restaurant\",\"Fitness Facility\",\"Daily Housekeeping\",\"24 Hour Power Supply\",\"Medical\",\"Laundry Services\",\"Housekeeping\",\"24 Hour Security\",\"Telephone Service\",\"Laundry Services\",\"Elevator\",\"24 Hour Front Desk\",\"Internet\",\"Air Conditioning\",\"Concierge\",\"Luggage Storage\",\"Private Bathroom\",\"Intercom\",\"Restaurant\",\"CCTV\",\"Emergency Exit Map\",\"Reception\",\"Television\",\"Newspaper\",\"Refrigerator\",\"International Plug Point\",\"Currency Exchange\",\"Lounge\",\"Porter\",\"Fireplace\",\"Living Room\",\"Printer\",\"Activity Centre\",\"Photocopy\",\"Personal Butler\",\"Smoking Rooms\",\"Multilingual\",\"Sun Deck\",\"Smoke Detector\",\"Wheelchair\",\"Seating Area\",\"Fire Extinguishers\",\"Public Restroom\",\"Umbrellas\",\"Laundry Services\",\"ATM\\/Cash Machine\",\"Gift Shop\",\"Shopping Arcade\",\"Wheelchair Access\",\"Designated Smoking Area\",\"Water Dispenser\",\"Restaurant\",\"Accessible Rooms\",\"Terrace\",\"Airport Shuttle\",\"Kitchen\"]}}',NULL,NULL,NULL,'','',NULL,'0','2022-07-01 11:57:01','2022-07-01 11:57:01',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,121,35,'','2023-03-16','2023-03-18','','',NULL,'',NULL,NULL,'3be21-3c918-38244-7cb94',0,NULL,'hsid8515268389-39651532','Oyo 19841 Shivar Guest House','hsid8515268389-39651532','',3,'INR','https://i.travelapi.com/hotels/35000000/34570000/34566400/34566394/f8d1ee50_b.jpg','1 Laxmi Baug Opposite Sion Rly Stn','','1 Laxmi Baug Opposite Sion Rly Stn',NULL,NULL,'1 Laxmi Baug Opposite Sion Rly Stn','extra service',2,1,2,0,699261,699261,'Mumbai','[{\"AgencySysId\":\"35\",\"CustomerSysId\":\"121\",\"EmailId\":\"\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"9999932969\",\"FirstName\":\"FFFF\",\"LastName\":\"SDFF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2023-03-04 12:13:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3be21-3c918-38244-7cb94\",\"modified\":\"2023-03-04 12:13:56\",\"created\":\"2023-03-04 12:13:56\",\"CustomerMemberSysId\":\"555\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,0,0,'{\"0\":{\"Rooms\":[{\"id\":\"218442710_276158917_37316--1\",\"RoomCategory\":\"Double Room, 1 Double Bed-1 Double Bed\",\"RoomType\":\"Double Room, 1 Double Bed-1 Double Bed\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":2123.32,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":943.32,\"TotalRoomPrice\":1886.64,\"TotalFare\":1886.64,\"TotalBaseFare\":1839.44,\"TotalNetFare\":1886.64,\"TotalTaxFare\":47.2,\"TaxFareBreakup\":{\"SBP\":1692.59,\"MFT\":7.2,\"SAC\":58.32,\"TSF\":203.11,\"MF\":40,\"TMF\":68.82,\"SNP\":1837.38,\"TTSF\":203.11,\"SGP\":1895.7,\"SRC\":0},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-28.13,\"BF\":687.43,\"TAF\":23.6,\"TF\":711.03,\"NF\":711.03},\"afc\":{\"TAF\":{\"SBP\":638.89,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":76.67,\"MF\":20,\"TMF\":34.41,\"SNP\":686.4,\"TTSF\":76.67,\"SGP\":715.56,\"SRC\":0}}},{\"day\":2,\"fc\":{\"CMU\":-28.13,\"BF\":1152.01,\"TAF\":23.6,\"TF\":1175.61,\"NF\":1175.61},\"afc\":{\"TAF\":{\"SBP\":1053.7,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":126.44,\"MF\":20,\"TMF\":34.41,\"SNP\":1150.98,\"TTSF\":126.44,\"SGP\":1180.14,\"SRC\":0}}}],\"PriceWithMarkup\":2123.32,\"arrMarkUps\":{\"HotelRoomPrice\":1886.64,\"pernightperroomprice\":943.32,\"RoomPrice\":1943.3200000000002,\"withmarkupprice\":2123.32,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"48_0_34566394\",\"RoomTotalPrice\":1886.64,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid8515268389-39651532\",\"HotemName\":\"Oyo 19841 Shivar Guest House\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"This guesthouse offers designated smoking areas.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 11 air-conditioned rooms featuring kitchens. Cable television is provided for your entertainment. Conveniences include ceiling fans, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash not accepted, Mastercard\\\",\\\"dining\\\":\\\"A complimentary on-the-go breakfast is served daily from 8:00 AM to 10:30 AM.\\\",\\\"location\\\":\\\"Located in Mumbai (Dharavi), OYO 19841 Shivar Guest House is within a 5-minute drive of Mahim Beach and JioGarden.  This guesthouse is 5.1 mi (8.1 km) from Juhu Beach and 2.9 mi (4.7 km) from U.S. Consulate General.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Mahim Beach - 3.3 km \\/ 2 mi  P.D. Hinduja Hospital & Medical Research Centre - 3.9 km \\/ 2.4 mi  MMRDA Grounds - 4 km \\/ 2.5 mi  Linking Road - 4 km \\/ 2.5 mi  JioGarden - 4.2 km \\/ 2.6 mi  U.S. Consulate General - 4.3 km \\/ 2.7 mi  Shivaji Park - 4.4 km \\/ 2.7 mi  University of Mumbai - 4.5 km \\/ 2.8 mi  Lilavati Hospital - 4.8 km \\/ 3 mi  Phoenix Market City Mall - 5.5 km \\/ 3.4 mi  Shree Siddhivinayak Ganapati Temple - 6.1 km \\/ 3.8 mi  Bandstand Promenade - 6.2 km \\/ 3.9 mi  Mt. Mary Church - 6.5 km \\/ 4.1 mi  Tata Memorial Hospital - 6.7 km \\/ 4.1 mi  Carter Road Promenade - 6.9 km \\/ 4.3 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 11.2 km \\/ 7 mi\\\",\\\"headline\\\":\\\"In Mumbai (Dharavi)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.86228\",\"lt\":\"19.046124\"},\"HotelAddress\":\"1 Laxmi Baug Opposite Sion Rly Stn\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"GUESTHOUSE\",\"HotelFaciality\":[\"Designated smoking areas\",\"Daily\",\"Breakfast\",\"Wheelchair accessible \\u2013 no\",\"Breakfast\",\"Internet\"]}}',NULL,NULL,NULL,'','',NULL,'0','2023-03-04 06:43:56','2023-03-04 06:43:56',0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,195,35,'','2024-01-04','2024-01-05','','',NULL,'',NULL,NULL,'1e2ed-b17bf-f1228-03999',0,NULL,'hsid1344407463-44207293','Moonlight Elegance Boutique Hotels','hsid1344407463-44207293','',4,'INR','https://i.travelapi.com/lodging/97000000/96170000/96169600/96169522/bc5c5031_b.jpg','Hrant Dink Sk. No:98','','Hrant Dink Sk. No:98',NULL,NULL,'Hrant Dink Sk. No:98','extra service',1,1,2,0,739265,739265,'Istanbul','[{\"AgencySysId\":\"35\",\"CustomerSysId\":\"195\",\"EmailId\":\"seviun.almein47@gmail.com\",\"Salutation\":\"MR\",\"Relation\":\"9\",\"Contacts\":\"8126523623\",\"FirstName\":\"ASD\",\"LastName\":\"ALMINA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"Address\":\"Not Required\",\"CityTitle\":\"Not Required\",\"CitySysId\":\"Not Required\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"Not Required\",\"countryCode\":\"Not Required\",\"RegisterDate\":\"2024-01-03 19:03:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNation\":0,\"PassportNo\":0,\"PassportExpiry\":\"1900-01-01\",\"passporIssue\":\"1900-01-01\",\"apiTraceId\":\"1e2ed-b17bf-f1228-03999\",\"modified\":\"2024-01-03 19:03:33\",\"created\":\"2024-01-03 19:03:33\",\"CustomerMemberSysId\":\"560\"}]',0,NULL,NULL,NULL,0,0,0.00,0.00,4,0,'{\"0\":{\"Rooms\":[{\"id\":\"322739534_391705055_37310--1\",\"RoomCategory\":\"Economy Room-1 Queen Bed - Package Deal\",\"RoomType\":\"Economy Room-1 Queen Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":8606.07,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":7426.07,\"TotalRoomPrice\":7426.07,\"TotalFare\":7426.07,\"TotalBaseFare\":7402.47,\"TotalNetFare\":7426.07,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-430.35,\"BF\":7402.47,\"TAF\":23.6,\"TF\":7426.07,\"NF\":7426.07},\"afc\":{\"TAF\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79}}}],\"PriceWithMarkup\":8606.07,\"arrMarkUps\":{\"HotelRoomPrice\":7426.07,\"pernightperroomprice\":7426.07,\"RoomPrice\":8426.07,\"withmarkupprice\":8606.07,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"48_7_96169522\",\"RoomTotalPrice\":7426.07,\"iopr\":false,\"ipr\":true},\"country\":\"Turkey\",\"iopr\":false,\"ipr\":true,\"HotelDetails\":{\"HotelId\":\"hsid1344407463-44207293\",\"HotemName\":\"Moonlight Elegance Boutique Hotels\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a fireplace in the lobby.\\\",\\\"spoken_languages\\\":\\\"Arabic, Russian, English, Farsi, Turkish\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 27 air-conditioned rooms featuring heated floors and Smart televisions. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as laptop-compatible safes and minibars.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash, Mastercard\\\",\\\"dining\\\":\\\"A complimentary buffet breakfast is served daily from 7:30 AM to 10:00 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and multilingual staff.\\\",\\\"location\\\":\\\"With a stay at Moonlight Elegance Boutique Hotels, you\'ll be centrally located in Istanbul, a 4-minute drive from Taksim Square and 5 minutes from Galata Tower.  This hotel is 4.5 mi (7.2 km) from Grand Bazaar and 4.5 mi (7.2 km) from Topkapi Palace.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Istanbul Cevahir Shopping and Entertainment Centre - 0.8 km \\/ 0.5 mi  American Hospital - 1 km \\/ 0.6 mi  Lutfi Kirdar Convention and Exhibition Centre - 1.4 km \\/ 0.9 mi  Trump Towers Istanbul - 1.5 km \\/ 0.9 mi  Istanbul Congress Center - 1.5 km \\/ 0.9 mi  Hastanesi Memorial Hospital - 1.9 km \\/ 1.2 mi  Acibadem Taksim Hospital - 2.1 km \\/ 1.3 mi  Mecidiyekoy Square - 2.3 km \\/ 1.4 mi  Taksim Gezi Park - 2.3 km \\/ 1.4 mi  Istanbul Technical University - 2.6 km \\/ 1.6 mi  Taksim Square - 2.6 km \\/ 1.6 mi  Vodafone Park - 2.7 km \\/ 1.7 mi  Istiklal Avenue - 3 km \\/ 1.8 mi  Besiktas Pier - 3 km \\/ 1.9 mi  Dolmabahce Palace - 3.1 km \\/ 1.9 mi  The nearest airports are:Istanbul Airport (IST) - 37.8 km \\/ 23.5 mi Istanbul Sabiha Gokcen Intl. Airport (SAW) - 40.9 km \\/ 25.4 mi \\\",\\\"headline\\\":\\\"In Istanbul (\\u015ei\\u015fli)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"28.987999\",\"lt\":\"41.05839\"},\"HotelAddress\":\"Hrant Dink Sk. No:98\",\"HotelCity\":\"Istanbul\",\"HotelCountry\":\"Turkey\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Distance from property (meters) - 50\",\"Disable Friendly\",\"Wheelchair-accessible concierge desk\",\"Parking\",\"Front entrance ramp\",\"Elevator\",\"Wheelchair-accessible registration desk\",\"Internet\",\"Wheelchair-accessible public washroom\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Stair-free path to entrance\",\"Parking\",\"Tours\\/ticket assistance\",\"Fireplace in lobby\",\"Breakfast\",\"Registration desk height (centimeters) - 50\",\"Elevator\",\"Registration desk height (inches) - 20\",\"Elevator\",\"No accessible shuttle\",\"Restaurant\",\"Distance from property (ft) - 164\",\"Breakfast\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Parking\",\"Daily\",\"Elevator\",\"Concierge Services\"]}}',NULL,NULL,NULL,'','',NULL,'0','2024-01-03 13:33:33','2024-01-03 13:33:33',3,'TRANSACTION IS TIMEDOUT.','4712E64789D04B7CB87CBAFA409C81EF','17000001392537',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `tbl_hotel_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_booking_guest`
--

DROP TABLE IF EXISTS `tbl_hotel_booking_guest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking_guest` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `HotelRooms_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `apiTraceId` varchar(150) NOT NULL,
  `GTX_customerSysId` int NOT NULL DEFAULT '0',
  `AgencySysId` int NOT NULL DEFAULT '0',
  `AgentSysId` int NOT NULL DEFAULT '0',
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int NOT NULL DEFAULT '0',
  `Relation` int NOT NULL DEFAULT '0',
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `panno` varchar(50) DEFAULT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int NOT NULL DEFAULT '0',
  `CreatedByUserSysId` int NOT NULL DEFAULT '0',
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Age` int NOT NULL DEFAULT '0',
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` int NOT NULL,
  `paxType` int NOT NULL DEFAULT '0',
  `StateOrZoneSysId` int NOT NULL DEFAULT '0',
  `CountrySysId` int NOT NULL DEFAULT '0',
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(100) 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',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking_guest`
--

LOCK TABLES `tbl_hotel_booking_guest` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking_guest` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking_guest` VALUES (1,1,460,'f3e44-0810b-8093a-3dbc0',0,10385,0,'sibo.sarso@gmail.com',1,0,'8447455883','Sudipta','Banergy',NULL,NULL,0,10385,NULL,NULL,NULL,NULL,0,'address','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1',NULL,'2022-01-21 14:27:01','2022-01-21 14:27:01','0'),(2,2,461,'85b7a-734e0-c19c4-830f1',0,10385,0,'sibo.sarso@gmail.com',1,0,'8447455883','asim','rajput',NULL,NULL,0,10385,NULL,NULL,NULL,NULL,0,'adrfgdgf fgdfgdf','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1',NULL,'2022-01-21 14:30:04','2022-01-21 14:30:04','0'),(3,3,141,'33ae8-f5022-99f02-407f9',0,10382,0,'AMIT@REISENTOURS.COM',1,0,'9810227237','AMIT','KUMAR',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1',NULL,'2022-01-21 16:19:52','2022-01-21 16:19:52','0'),(4,3,141,'33ae8-f5022-99f02-407f9',0,10382,0,'AMIT@REISENTOURS.COM',1,9,'9810227237','AAA','BB',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-21','0','1',NULL,'2022-01-21 16:19:52','2022-01-21 16:19:52','0'),(5,4,143,'e4d03-c6703-7bfe0-0dcdc',0,10382,0,'amit@reisentours.com',1,0,'9810040254','AMIT','KUMAR',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1',NULL,'2022-01-25 11:34:55','2022-01-25 11:34:55','0'),(6,4,143,'e4d03-c6703-7bfe0-0dcdc',0,10382,0,'amit@reisentours.com',2,9,'9810040254','SHIVANI','KUMARI',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1',NULL,'2022-01-25 11:34:55','2022-01-25 11:34:55','0'),(7,5,143,'ded94-9b892-047ba-c56b5',0,10382,0,'amit@reisentours.com',1,0,'9810040254','AMIT','KUMAR',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1',NULL,'2022-01-25 11:52:52','2022-01-25 11:52:52','0'),(8,5,143,'ded94-9b892-047ba-c56b5',0,10382,0,'amit@reisentours.com',1,9,'9810040254','SHIVANI','KUMARI',NULL,NULL,0,10382,NULL,NULL,NULL,NULL,0,'C4/46A','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-01-25','0','1',NULL,'2022-01-25 11:52:52','2022-01-25 11:52:52','0'),(9,6,535,'0e254-8f240-c7d5c-3f15b',0,11959,0,'sudipta@catpl.co.in',1,0,'9818999760','md','sabir',NULL,NULL,0,11959,NULL,NULL,NULL,NULL,0,'address','Delhi',7701,1,0,101,'91',NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-02','0','1',NULL,'2022-04-02 15:11:46','2022-04-02 15:11:46','0');
/*!40000 ALTER TABLE `tbl_hotel_booking_guest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_booking_room`
--

DROP TABLE IF EXISTS `tbl_hotel_booking_room`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_booking_room` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `tbl_hotel_booking_id` int NOT NULL,
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `TraceId` varchar(255) NOT NULL,
  `NoOfAdults` int NOT NULL,
  `NoOfChild` int NOT NULL,
  `RoomIndex` varchar(100) NOT NULL,
  `RoomTypeCode` text NOT NULL,
  `RoomTypeName` varchar(200) NOT NULL,
  `RatePlanName` varchar(100) NOT NULL,
  `RatePlan` varchar(100) NOT NULL DEFAULT '0',
  `RatePlanCode` text NOT NULL,
  `BedTypeCode` varchar(50) DEFAULT NULL,
  `LastCancellationDate` datetime DEFAULT NULL,
  `LastVoucherDate` datetime DEFAULT NULL,
  `SmokingPreference` int NOT NULL DEFAULT '0',
  `CurrencyType` int NOT NULL DEFAULT '0',
  `RoomPrice` float NOT NULL DEFAULT '0',
  `TotalPrice` float NOT NULL,
  `TaxesServiceFee` float NOT NULL,
  `intCostToCustomer` float NOT NULL,
  `AgencyMarkUp` float NOT NULL,
  `ServiceTaxOnAgencyMarkUp` float NOT NULL,
  `AgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `ServiceTaxOnAgentMarkUp` decimal(18,2) NOT NULL DEFAULT '0.00',
  `PublishedPrice` float NOT NULL,
  `OfferedPrice` float NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `status` int NOT NULL DEFAULT '0',
  `API_Response` longtext,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_booking_room`
--

LOCK TABLES `tbl_hotel_booking_room` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_booking_room` DISABLE KEYS */;
INSERT INTO `tbl_hotel_booking_room` VALUES (1,39,460,10385,'f3e44-0810b-8093a-3dbc0',1,0,'','SINGLE BASIC ROOM ONLY   _1_0','SINGLE BASIC ROOM ONLY   ','ROOM ONLY','0','ROOM ONLY',NULL,'2022-02-19 12:00:00','2022-02-19 12:00:00',0,1,1154.08,1154.08,0,1154.08,64.6662,11.6399,0.00,0.00,1154.08,1077.77,'INR',0,'{\"id\":\"SINGLE BASIC ROOM ONLY   _1_0\",\"RoomCategory\":\"SINGLE BASIC\",\"RoomType\":\"SINGLE BASIC ROOM ONLY   \",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1077.77,\"TotalFare\":1077.77,\"TotalBaseFare\":1065.97,\"TotalNetFare\":1077.77,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1077.77,\"BF\":1065.97,\"TF\":1077.77,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1154.0761160000002,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002,\"perNightPrice\":1154.0761160000002,\"arrMarkUps\":{\"intBasePrice\":1077.77,\"PublishFare\":1154.0761160000002,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"intAgencyMarkUpWithSTax\":76.306116,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:26:57.470\",\"ToDate\":\"2022-02-19T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"19-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-19T12:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"19-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":1065.97,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-01-21 08:57:01','2022-01-21 08:57:01'),(2,40,461,10385,'85b7a-734e0-c19c4-830f1',1,0,'','Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0','Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )','ROOM ONLY','0','ROOM ONLY',NULL,'2022-03-14 18:00:00','2022-03-14 18:00:00',0,1,1152.04,1152.04,0,1152.04,64.5522,11.6194,0.00,0.00,1152.04,1075.87,'INR',0,'{\"id\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\",\"RoomCategory\":\"Executive Air Conditioning\",\"RoomType\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1075.87,\"TotalFare\":1075.87,\"TotalBaseFare\":1064.07,\"TotalNetFare\":1075.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1075.87,\"BF\":1064.07,\"TF\":1075.87,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1152.041596,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596,\"perNightPrice\":1152.041596,\"arrMarkUps\":{\"intBasePrice\":1075.87,\"PublishFare\":1152.041596,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"intAgencyMarkUpWithSTax\":76.171596,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:30:08.260\",\"ToDate\":\"2022-03-14T18:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"14-Mar-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-03-14T18:00\",\"ToDate\":\"2022-03-18T12:00\",\"strFromDate\":\"14-Mar-2022\",\"strToDate\":\"18-Mar-2022\",\"Charge\":1064.07,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-01-21 09:00:04','2022-01-21 09:00:04'),(3,41,141,10382,'33ae8-f5022-99f02-407f9',2,0,'','Standard Room Pine View with Balcony   - Half Board : 2 Pax _2_0','Standard Room Pine View with Balcony   - Half Board : 2 Pax ','HALF BOARD','0','HALF BOARD',NULL,'2022-01-21 16:18:43','2022-01-21 16:18:43',0,1,2192.96,2192.96,0,2192.96,122.878,22.118,0.00,0.00,2192.96,2047.96,'INR',0,'{\"id\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax _2_0\",\"RoomCategory\":\"Standard Room Pine View with Balcony Room\",\"RoomType\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax \",\"Adult\":2,\"Child\":0,\"MealBase\":\"HALF BOARD\",\"TotalRoomPrice\":2047.96,\"TotalFare\":2047.96,\"TotalBaseFare\":2036.16,\"TotalNetFare\":2047.96,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2047.96,\"BF\":2036.16,\"TF\":2047.96,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2192.955568,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568,\"perNightPrice\":2192.955568,\"arrMarkUps\":{\"intBasePrice\":2047.96,\"PublishFare\":2192.955568,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"intAgencyMarkUpWithSTax\":144.995568,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T16:18:43.048\",\"ToDate\":\"2022-01-26T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"26-Jan-2022\",\"Charge\":2036.16,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-01-21 10:49:52','2022-01-21 10:49:52'),(4,42,143,10382,'e4d03-c6703-7bfe0-0dcdc',2,0,'','Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )_2_0','Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )','ROOM ONLY','0','ROOM ONLY',NULL,'2022-02-18 18:00:00','2022-02-18 18:00:00',0,1,750.209,2250.63,0,2250.63,334.141,60.1454,0.00,0.00,2250.63,1856.34,'INR',0,'{\"id\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )_2_0\",\"RoomCategory\":\"Super Deluxe Room\",\"RoomType\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1856.34,\"TotalFare\":1856.34,\"TotalBaseFare\":1820.94,\"TotalNetFare\":1856.34,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1820.94,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2250.626616,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616,\"perNightPrice\":750.208872,\"arrMarkUps\":{\"intBasePrice\":1856.34,\"PublishFare\":2250.626616,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"intAgencyMarkUpWithSTax\":394.286616,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:33:47.193\",\"ToDate\":\"2022-02-18T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"18-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-18T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"18-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":606.98,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-01-25 06:04:55','2022-01-25 06:04:55'),(5,43,143,10382,'ded94-9b892-047ba-c56b5',2,0,'','Double-Deluxe-2-_2_0','Double-Deluxe-2-','ROOM ONLY','0','ROOM ONLY',NULL,'2022-02-16 18:00:00','2022-02-16 18:00:00',0,1,577.03,1731.09,0,1731.09,257.008,46.2614,0.00,0.00,1731.09,1427.82,'INR',0,'{\"id\":\"Double-Deluxe-2-_2_0\",\"RoomCategory\":\"Deluxe\",\"RoomType\":\"Double-Deluxe-2-\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1427.82,\"TotalFare\":1427.82,\"TotalBaseFare\":1392.42,\"TotalNetFare\":1427.82,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1392.42,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1731.088968,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968,\"perNightPrice\":577.029656,\"arrMarkUps\":{\"intBasePrice\":1427.82,\"PublishFare\":1731.088968,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"intAgencyMarkUpWithSTax\":303.26896800000003,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:48:53.029\",\"ToDate\":\"2022-02-16T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"16-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-16T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"16-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":464.14,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-01-25 06:22:52','2022-01-25 06:22:52'),(6,44,535,11959,'0e254-8f240-c7d5c-3f15b',1,0,'','212110348_234291200_37310--1','Superior Double Room','ROOM ONLY','0','ROOM ONLY',NULL,'2022-04-26 17:59:00','2022-04-26 17:59:00',0,1,1687.52,1687.52,0,1687.52,94.5564,17.0202,0.00,0.00,1687.52,1575.94,'INR',0,'{\"id\":\"212110348_234291200_37310--1\",\"RoomCategory\":\"Superior Double Room\",\"RoomType\":\"Superior Double Room\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1575.94,\"TotalFare\":1575.94,\"TotalBaseFare\":1552.34,\"TotalNetFare\":1575.94,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1552.34,\"CMU\":-99.39,\"TAF\":23.6,\"TF\":1575.94,\"NF\":1575.94},\"afc\":{\"TAF\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1687.516552,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552,\"perNightPrice\":1687.516552,\"arrMarkUps\":{\"intBasePrice\":1575.94,\"PublishFare\":1687.516552,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"intAgencyMarkUpWithSTax\":111.57655199999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:08:53.760\",\"ToDate\":\"2022-04-26T17:59\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"26-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-26T17:59\",\"ToDate\":\"2022-04-27T17:59\",\"strFromDate\":\"26-Apr-2022\",\"strToDate\":\"27-Apr-2022\",\"Charge\":1651.73,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}','0','2022-04-02 09:41:46','2022-04-02 09:41:46');
/*!40000 ALTER TABLE `tbl_hotel_booking_room` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_hotel_static_data`
--

DROP TABLE IF EXISTS `tbl_hotel_static_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_hotel_static_data` (
  `id` int NOT NULL AUTO_INCREMENT,
  `CityId` int NOT NULL,
  `hotel_id` varchar(200) NOT NULL,
  `hotel_name` varchar(200) NOT NULL,
  `CityName` varchar(150) DEFAULT NULL,
  `staticJson` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3690 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_hotel_static_data`
--

LOCK TABLES `tbl_hotel_static_data` WRITE;
/*!40000 ALTER TABLE `tbl_hotel_static_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_hotel_static_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_invoice`
--

DROP TABLE IF EXISTS `tbl_invoice`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_invoice` (
  `id` int NOT NULL AUTO_INCREMENT,
  `InvoiceNumber` varchar(150) NOT NULL,
  `Booking_Id` varchar(155) NOT NULL,
  `service_type` int DEFAULT '0',
  `IsMarkForDel` int NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_invoice`
--

LOCK TABLES `tbl_invoice` WRITE;
/*!40000 ALTER TABLE `tbl_invoice` DISABLE KEYS */;
INSERT INTO `tbl_invoice` VALUES (1,'inv-000001','123',0,0,'2020-12-25 10:27:33','2020-12-25 10:27:33'),(2,'inv-002','13245',0,0,'2020-12-25 10:27:55','2020-12-25 10:27:55'),(3,'INV-000003','321',0,0,'2020-12-25 10:37:25','2020-12-25 10:37:25'),(4,'INV-000004','321',0,0,'2020-12-25 10:44:21','2020-12-25 10:44:21'),(5,'INV-000005','329',0,0,'2020-12-25 10:45:58','2020-12-25 10:45:58'),(6,'INV-000006','TJS104600045193',0,0,'2020-12-25 10:49:54','2020-12-25 10:49:54'),(7,'INV-000007','331',0,0,'2020-12-25 11:15:28','2020-12-25 11:15:28'),(8,'INV-000008','333',0,0,'2020-12-25 11:19:13','2020-12-25 11:19:13'),(9,'INV-000009','TJS103300045198',0,0,'2020-12-25 11:27:21','2020-12-25 11:27:21'),(10,'INV-000010','TJS104100045202',0,0,'2020-12-25 11:45:03','2020-12-25 11:45:03'),(11,'INV-000011','TJS101000045303',0,0,'2020-12-26 12:31:06','2020-12-26 12:31:06'),(12,'INV-000012','TJS109800045313',0,0,'2020-12-26 12:33:12','2020-12-26 12:33:12'),(13,'INV-000013','TJS109100045464',0,0,'2020-12-28 10:37:03','2020-12-28 10:37:03'),(14,'INV-000014','TJS103300045643',0,0,'2020-12-29 07:04:58','2020-12-29 07:04:58'),(15,'INV-000015','TJS104800045648',0,0,'2020-12-29 07:18:47','2020-12-29 07:18:47'),(16,'INV-000016','TJS100300048054',0,0,'2021-01-13 08:15:35','2021-01-13 08:15:35'),(17,'INV-000017','TJS101000048526',0,0,'2021-01-15 07:36:08','2021-01-15 07:36:08'),(18,'INV-000018','TJS109800049537',0,0,'2021-01-20 09:16:42','2021-01-20 09:16:42'),(19,'INV-000019','TJS103400049674',0,0,'2021-01-20 13:14:18','2021-01-20 13:14:18'),(20,'INV-000020','TJS102600054258',0,0,'2021-02-22 07:57:17','2021-02-22 07:57:17'),(21,'INV-000021','TJS105400054268',0,0,'2021-02-22 08:34:08','2021-02-22 08:34:08'),(22,'INV-000022','TJS105500054431',0,0,'2021-02-22 14:00:34','2021-02-22 14:00:34'),(23,'INV-000023','TJS108900054490',0,0,'2021-02-23 06:59:21','2021-02-23 06:59:21'),(24,'INV-000024','TJS101900054496',0,0,'2021-02-23 07:11:52','2021-02-23 07:11:52'),(25,'INV-000025','TJS109300054842',0,0,'2021-02-26 07:39:11','2021-02-26 07:39:11'),(26,'INV-000026','TJS117700054848',0,0,'2021-02-26 08:23:05','2021-02-26 08:23:05'),(27,'INV-000027','TJS106200054849',0,0,'2021-02-26 08:25:03','2021-02-26 08:25:03'),(28,'INV-000028','TJS107900057504',0,0,'2021-03-09 05:38:46','2021-03-09 05:38:46'),(29,'INV-000029','TJS109700057807',0,0,'2021-03-09 12:10:35','2021-03-09 12:10:35'),(30,'INV-000030','TJS108500058270',0,0,'2021-03-11 10:25:49','2021-03-11 10:25:49'),(31,'INV-000031','TJS109000058273',0,0,'2021-03-11 10:28:24','2021-03-11 10:28:24'),(32,'INV-000032','TJS108700058482',0,0,'2021-03-12 11:02:03','2021-03-12 11:02:03'),(33,'INV-000033','TJS108400058483',0,0,'2021-03-12 11:04:03','2021-03-12 11:04:03'),(34,'INV-000034','TJS114700058929',0,0,'2021-03-15 07:47:27','2021-03-15 07:47:27'),(35,'INV-000035','TJS114000059229',0,0,'2021-03-16 09:49:50','2021-03-16 09:49:50'),(36,'INV-000036','TJS107300059280',0,0,'2021-03-16 12:21:48','2021-03-16 12:21:48'),(37,'INV-000037','TJS118900059288',0,0,'2021-03-16 13:02:43','2021-03-16 13:02:43'),(38,'INV-000038','TJS113200059297',0,0,'2021-03-16 14:32:43','2021-03-16 14:32:43'),(39,'INV-000039','TJS115300059309',0,0,'2021-03-17 05:12:43','2021-03-17 05:12:43'),(40,'INV-000040','TJS114900059312',0,0,'2021-03-17 05:33:52','2021-03-17 05:33:52'),(41,'INV-000041','TJS116500059317',0,0,'2021-03-17 05:58:34','2021-03-17 05:58:34'),(42,'INV-000042','TJS111000059319',0,0,'2021-03-17 06:21:40','2021-03-17 06:21:40'),(43,'INV-000043','TJS114400059320',0,0,'2021-03-17 06:36:40','2021-03-17 06:36:40'),(44,'INV-000044','TJS115800059322',0,0,'2021-03-17 06:45:05','2021-03-17 06:45:05'),(45,'INV-000045','TJS110200059323',0,0,'2021-03-17 06:54:34','2021-03-17 06:54:34'),(46,'INV-000046','TJS116000059466',0,0,'2021-03-17 13:47:05','2021-03-17 13:47:05'),(47,'INV-000047','TJS105100059478',0,0,'2021-03-17 14:09:28','2021-03-17 14:09:28'),(48,'INV-000048','TJS107700059504',0,0,'2021-03-18 05:34:34','2021-03-18 05:34:34'),(49,'INV-000049','TJS108700059523',0,0,'2021-03-18 06:15:13','2021-03-18 06:15:13'),(50,'INV-000050','TJS109200059563',0,0,'2021-03-18 07:50:59','2021-03-18 07:50:59'),(51,'INV-000051','TJS101200059592',0,0,'2021-03-18 08:30:32','2021-03-18 08:30:32'),(52,'INV-000052','TJS113200059662',0,0,'2021-03-18 10:56:47','2021-03-18 10:56:47'),(53,'INV-000053','TJS104300059706',0,0,'2021-03-18 12:36:08','2021-03-18 12:36:08'),(54,'INV-000054','TJS108700059717',0,0,'2021-03-18 12:51:43','2021-03-18 12:51:43'),(55,'INV-000055','TJS102100059762',0,0,'2021-03-18 13:38:36','2021-03-18 13:38:36'),(56,'INV-000056','TJS106500059792',0,0,'2021-03-19 05:24:31','2021-03-19 05:24:31'),(57,'INV-000057','TJS109400059802',0,0,'2021-03-19 06:08:51','2021-03-19 06:08:51'),(58,'INV-000058','TJS102300059832',0,0,'2021-03-19 08:28:53','2021-03-19 08:28:53'),(59,'INV-000059','TJS107000059877',0,0,'2021-03-19 11:39:26','2021-03-19 11:39:26'),(60,'INV-000060','TJ107910521927',0,0,'2021-05-04 08:43:00','2021-05-04 08:43:00'),(61,'INV-000061','TJ104810523210',0,0,'2021-05-04 08:44:29','2021-05-04 08:44:29'),(62,'INV-000062','TJS107300069894',0,0,'2021-05-04 08:57:24','2021-05-04 08:57:24'),(63,'INV-000063','TJS200300069996',0,0,'2021-05-04 14:11:55','2021-05-04 14:11:55'),(64,'INV-000064','TJS201300071431',0,0,'2021-05-11 05:36:02','2021-05-11 05:36:02'),(65,'INV-000065','TJS107100071624',0,0,'2021-05-11 09:19:25','2021-05-11 09:19:25'),(66,'INV-000066','TJS107200071686',0,0,'2021-05-11 09:59:49','2021-05-11 09:59:49'),(67,'INV-000067','TJS108600075987',0,0,'2021-05-27 15:16:28','2021-05-27 15:16:28'),(68,'INV-000068','TJS108400081106',0,0,'2021-06-15 13:37:09','2021-06-15 13:37:09'),(69,'INV-000069','TJS107600082339',0,0,'2021-06-23 08:56:26','2021-06-23 08:56:26'),(70,'INV-000070','TJS202200082340',0,0,'2021-06-23 09:05:50','2021-06-23 09:05:50'),(71,'INV-000071','TJS102700082378',0,0,'2021-06-23 10:45:16','2021-06-23 10:45:16'),(72,'INV-000072','TJS202300093431',0,0,'2021-07-30 06:02:55','2021-07-30 06:02:55'),(73,'INV-000073','TJS108400097128',0,0,'2021-08-10 13:42:46','2021-08-10 13:42:46'),(74,'INV-000074','TJS204700097701',0,0,'2021-08-12 06:27:01','2021-08-12 06:27:01'),(75,'INV-000075','TJS202900097714',0,0,'2021-08-12 06:45:13','2021-08-12 06:45:13'),(76,'INV-000076','TJS104600097836',0,0,'2021-08-12 10:40:46','2021-08-12 10:40:46'),(77,'INV-000077','TJS105300097848',0,0,'2021-08-12 10:49:24','2021-08-12 10:49:24'),(78,'INV-000078','TJS204500098232',0,0,'2021-08-13 10:50:27','2021-08-13 10:50:27'),(79,'INV-000079','TJS203800098580',0,0,'2021-08-14 05:21:11','2021-08-14 05:21:11'),(80,'INV-000080','TJS105300098583',0,0,'2021-08-14 05:32:20','2021-08-14 05:32:20'),(81,'INV-000081','TJS104800100414',0,0,'2021-08-20 06:15:45','2021-08-20 06:15:45'),(82,'INV-000082','TJS204900100418',0,0,'2021-08-20 06:19:57','2021-08-20 06:19:57'),(83,'INV-000083','TJS107300131764',0,0,'2021-11-01 13:02:39','2021-11-01 13:02:39'),(84,'INV-000084','TJS103100132233',0,0,'2021-11-02 10:26:24','2021-11-02 10:26:24'),(85,'INV-000085','TJ115123403064',0,0,'2021-12-20 17:27:46','2021-12-20 17:27:46'),(86,'INV-000086','TJ106323496198',0,0,'2021-12-21 17:55:00','2021-12-21 17:55:00'),(87,'INV-000087','TJS102000165201',0,0,'2021-12-24 11:56:36','2021-12-24 11:56:36'),(88,'INV-000088','TJS109900169198',0,0,'2022-01-03 11:00:16','2022-01-03 11:00:16'),(89,'INV-000089','TJ108933935274',0,0,'2022-05-19 05:57:04','2022-05-19 05:57:04'),(90,'INV-000090','TJ105434100290',0,0,'2022-05-21 04:45:08','2022-05-21 04:45:08'),(91,'INV-000091','TJ104066681720',0,0,'2023-06-23 04:50:04','2023-06-23 04:50:04'),(92,'INV-000092','TJ109866828825',0,0,'2023-06-25 07:24:01','2023-06-25 07:24:01'),(93,'INV-000093','TJ100268550917',0,0,'2023-07-20 14:21:15','2023-07-20 14:21:15'),(94,'INV-000094','TJ104269099227',0,0,'2023-07-28 12:09:37','2023-07-28 12:09:37');
/*!40000 ALTER TABLE `tbl_invoice` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_manage_fare`
--

DROP TABLE IF EXISTS `tbl_manage_fare`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_manage_fare` (
  `id` int NOT NULL AUTO_INCREMENT,
  `faretype` varchar(100) NOT NULL,
  `markup_b2c` decimal(18,2) NOT NULL,
  `markup_b2b` decimal(18,2) NOT NULL,
  `showhide_b2b` tinyint NOT NULL,
  `showhide_b2c` tinyint NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `color` varchar(50) DEFAULT NULL,
  `ApiRoundTrip` smallint NOT NULL DEFAULT '0',
  `IsSeriesFareAllow` int DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_manage_fare`
--

LOCK TABLES `tbl_manage_fare` WRITE;
/*!40000 ALTER TABLE `tbl_manage_fare` DISABLE KEYS */;
INSERT INTO `tbl_manage_fare` VALUES (30,'PUBLISHED',150.00,100.00,1,1,'2021-08-06 13:24:32','2022-04-04 15:51:54',1,0,'#000000',0,0),(31,'CORPORATE',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(32,'SPECIAL_RETURN',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(33,'SME',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(34,'TACTICAL',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(35,'FLEXI_PLUS',150.00,100.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(36,'SALE',200.00,150.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(37,'COUPON',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(38,'PREMIUM_FLEX',200.00,100.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(39,'OFFER_FARE_WITHOUT_PNR',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(40,'OFFER_FARE_WITH_PNR',300.00,200.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0),(41,'PROMO',200.00,150.00,1,1,'2021-08-06 13:24:33','2022-04-04 15:51:54',1,0,'#000000',0,0);
/*!40000 ALTER TABLE `tbl_manage_fare` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_mastercategary`
--

DROP TABLE IF EXISTS `tbl_mastercategary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_mastercategary` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `categaryName` varchar(255) DEFAULT NULL,
  `categaryImage` varchar(1000) DEFAULT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `AgencySysId` bigint DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_mastercategary`
--

LOCK TABLES `tbl_mastercategary` WRITE;
/*!40000 ALTER TABLE `tbl_mastercategary` DISABLE KEYS */;
INSERT INTO `tbl_mastercategary` VALUES (1,'Photo Gallery','1675413057cat_1.jpg','1','0',35),(2,'Video Gallery','1679998121cat_1.jpg','1','0',35);
/*!40000 ALTER TABLE `tbl_mastercategary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_member`
--

DROP TABLE IF EXISTS `tbl_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_member` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `MemberShipType` varchar(32) NOT NULL,
  `MemberShipCode` varchar(8) NOT NULL,
  `CompanyName` varchar(128) NOT NULL,
  `Salutation` varchar(8) NOT NULL,
  `FirstName` varchar(32) NOT NULL,
  `LastName` varchar(32) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `Code` varchar(8) NOT NULL DEFAULT '+91',
  `Mobile` varchar(12) NOT NULL,
  `Designation` varchar(32) NOT NULL,
  `City` varchar(32) NOT NULL,
  `State` varchar(32) NOT NULL,
  `Country` varchar(32) NOT NULL,
  `RegistrationNo` varchar(32) NOT NULL,
  `IsActive` enum('0','1') NOT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_member`
--

LOCK TABLES `tbl_member` WRITE;
/*!40000 ALTER TABLE `tbl_member` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_member` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_misc_category`
--

DROP TABLE IF EXISTS `tbl_misc_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_misc_category` (
  `miscCatId` int NOT NULL AUTO_INCREMENT,
  `categoryTitle` varchar(256) NOT NULL,
  `categoryLabel` varchar(256) NOT NULL,
  `bannerImage` varchar(256) NOT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`miscCatId`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_misc_category`
--

LOCK TABLES `tbl_misc_category` WRITE;
/*!40000 ALTER TABLE `tbl_misc_category` DISABLE KEYS */;
INSERT INTO `tbl_misc_category` VALUES (1,'Test','test','1561459093.jpg','1','1'),(2,'sdasdasd','sdasdasd','','1','1'),(3,'Fun','fun','1561462973.jpg','1','0'),(4,'Indian Receipes','indian-receipes','','1','0'),(5,'Travel Tips','travel-tips','','1','0'),(6,'Plan & Book','plan-book','','1','0');
/*!40000 ALTER TABLE `tbl_misc_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_misc_post`
--

DROP TABLE IF EXISTS `tbl_misc_post`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_misc_post` (
  `miscId` int NOT NULL AUTO_INCREMENT,
  `miscCategory` int NOT NULL,
  `miscTitle` varchar(500) NOT NULL,
  `miscLabel` varchar(500) NOT NULL,
  `miscImage` varchar(256) NOT NULL,
  `miscDescription` text NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`miscId`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_misc_post`
--

LOCK TABLES `tbl_misc_post` WRITE;
/*!40000 ALTER TABLE `tbl_misc_post` DISABLE KEYS */;
INSERT INTO `tbl_misc_post` VALUES (3,1,'asass  ddddd','asass-ddddd','1561462570.jpg','ssss  ddd ddddd  dfsff','1','1'),(4,3,'Banana','banana','1561463096.jpg','Never, put your banana in the refrigerator!!!\r\n\r\nThis is interesting. After reading this, you\'ll never look at a banana in the same way again…..\r\n\r\nBananas contain three natural sugars - sucrose, fructose and glucose combined with fiber. A banana gives an instant, sustained and substantial boost of energy.\r\n\r\nResearch has proven that just two bananas provide enough energy for a strenuous 90-minute workout. No wonder the banana is the number one fruit with the world\'s leading athletes.But energy isn\'t the only way a banana can help us keep fit.It can also help overcome or prevent a substantial number of illnesses and conditions, making it a must to add to our daily diet.\r\n\r\nDepression : According to a recent survey undertaken by MIND amongst people suffering from depression, many felt much better after eating a banana. This is because bananas contain tryptophan, a type of protein that the body converts into serotonin, known to make you relax, improve your mood and generally make you feel happier.\r\n\r\nPMS : Forget the pills - eat a banana. The vitamin B6 it contains regulates blood glucose levels, which can affect your mood.\r\n\r\nAnemia : High in iron, bananas can stimulate the production of hemoglobin in the blood and so helps in cases of anemia.\r\n\r\nBlood Pressure : This unique tropical fruit is extremely high in potassium yet low in salt, making it perfect to beat blood pressure. So much so, the US Food and Drug Administration has just allowed the banana industry to make official claims for the fruit\'s ability to reduce the risk of blood pressure and stroke.\r\n\r\nBrain Power : 200 students at a Twickenham (Middlesex) school were helped through their exams this year by eating bananas at breakfast, break, and lunch in a bid to boost their brain power. Research has shown that the potassium-packed fruit can assist learning by making pupils more alert.\r\n\r\nConstipation : High in fiber, including bananas in the diet can help restore normal bowel action, helping to overcome the problem without resorting to laxatives.\r\n\r\nHangovers : One of the quickest ways of curing a hangover is to make a banana milkshake, sweetened with honey. The banana calms the stomach and, with the help of the honey, builds up depleted blood sugar levels, while the milk soothes and re-hydrates your system.\r\n\r\nHeartburn : Bananas have a natural antacid effect in the body, so if you suffer from heartburn, try eating a banana for soothing relief.\r\n\r\nMorning Sickness : Snacking on bananas between meals helps to keep blood sugar levels up and avoid morning sickness.\r\n\r\nMosquito bites : Before reaching for the insect bite cream, try rubbing the affected area with the inside of a banana skin. Many people find it amazingly successful at reducing swelling and irritation.\r\n\r\nNerves : Bananas are high in B vitamins that help calm the nervous system.\r\n\r\nOverweight and at work? Studies at the Institute of Psychology in Austria found pressure at work leads to gorging on comfort food like chocolate and crisps. Looking at 5,000 hospital patients, researchers found the most obese were more likely to be in high-pressure jobs. The report concluded that, to avoid panic-induced food cravings, we need to control our blood sugar levels by snacking on high carbohydrate foods every two hours to keep levels steady.\r\n\r\nUlcers : The banana is used as the dietary food against intestinal disorders because of its soft texture and smoothness. It is the only raw fruit that can be eaten without distress in over-chronicler cases. It also neutralizes over-acidity and reduces irritation by coating the lining of the stomach.\r\n\r\nTemperature control : Many other cultures see bananas as a \'cooling\' fruit that can lower both the physical and emotional temperature of expectant mothers. In Thailand , for example, pregnant women eat bananas to ensure their baby is born with a cool temperature.\r\n\r\nSeasonal Affective Disorder (SAD): Bananas can help SAD sufferers because they contain the natural mood enhancer tryptophan.Smoking & Tobacco Use: Bananas can also help people trying to give up smoking. The B6, B12 they contain, as well as the potassium and ma gnesium found in them, help the body recover from the effects of nicotine withdrawal.\r\n\r\nStress : Potassium is a vital mineral, which helps normalize the heartbeat, sends oxygen to the brain and regulates your body\'s water balance. When we are stressed, our metabolic rate rises, thereby reducing our potassium levels. These can be rebalanced with the help of a high-potassium banana snack.\r\n\r\nStrokes : According to research in \'The New England Journal of Medicine, \'eating bananas as part of a regular diet can cut the risk of death by strokes by as much as 40%!\r\n\r\nWarts : Those keen on natural alternatives swear that if you want to kill off a wart, take a piece of banana skin and place it on the wart, with the yellow side out. Carefully hold the skin in place with a plaster or surgical tape! So, a banana really is a natural remedy for many ills. When you compare it to an apple, it has four times the protein, twice the carbohydrate, three times the phosphorus, five times the vitamin A and iron, and twice the other vitamins and minerals. It is also rich in potassium and is one of the best value foods around So maybe its time to change that well-known phrase so that we say, \'A banana a day keeps the doctor away!\'\r\n\r\nPS: Bananas must be the reason monkeys are so happy all the time!\r\n\r\nI will add one here ; want a quick shine on our shoes?? Take the INSIDE of the banana skin, and rub directly on the shoe…..polish with dry cloth. Amazing fruit.','1','0'),(5,5,'test','test','1561467131.jpg','<p>test</p>\r\n','1','0');
/*!40000 ALTER TABLE `tbl_misc_post` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_my_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_my_query` (
  `query_id` int NOT NULL AUTO_INCREMENT,
  `MasterTpSysId` int NOT NULL,
  `code` text NOT NULL,
  `CustomerSysId` int 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',
  PRIMARY KEY (`query_id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_my_query`
--

LOCK TABLES `tbl_my_query` WRITE;
/*!40000 ALTER TABLE `tbl_my_query` DISABLE KEYS */;
INSERT INTO `tbl_my_query` VALUES (4,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','india','2021-03-26','2','Maldives at Centara Ras Fushi Resort -Spa','1','0'),(5,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','india','2021-03-25','2','Maldives at Centara Ras Fushi Resort -Spa','1','0'),(6,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','india','2021-03-25','2','Maldives at Centara Ras Fushi Resort -Spa','1','0'),(7,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','Nainital','2021-03-28','2','RADIANT HOLI IN DIGANTAA RESORT','1','0'),(8,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','Nainital','2021-03-28','3','RADIANT HOLI IN DIGANTAA RESORT','1','0'),(9,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','india','2021-03-24','2','Maldives at Centara Ras Fushi Resort -Spa','1','0'),(10,0,'',104941,'Deepak Kumar','deepak@catpl.co.in','9695357709','india','2021-03-25','2','Maldives at Centara Ras Fushi Resort -Spa','1','0'),(11,0,'',103022,'Sudipta Banerjee','sudipta@catpl.co.in','9818999760','Haridwar','2021-03-20','2','CHARDHAM YATRA 2021 - BY ROAD','1','0'),(12,0,'',103022,'Sudipta Banerjee','sudipta@catpl.co.in','9818999760','Haridwar','2021-04-19','2','CHARDHAM YATRA 2021 - BY ROAD','1','0'),(13,0,'',103022,'Sudipta Banerjee','sudipta@catpl.co.in','9818999760','Haridwar','2021-03-19','2','CHARDHAM YATRA 2021 - BY ROAD','1','0'),(14,0,'',103022,'Sudipta Banerjee','sudipta@catpl.co.in','9818999760','Haridwar','2021-03-20','2','CHARDHAM YATRA 2021 - BY ROAD','1','0');
/*!40000 ALTER TABLE `tbl_my_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_newsletter_images`
--

DROP TABLE IF EXISTS `tbl_newsletter_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_newsletter_images` (
  `id` int NOT NULL AUTO_INCREMENT,
  `currentMonth` varchar(256) NOT NULL,
  `lastMonth` varchar(256) NOT NULL,
  `pdf1` varchar(500) NOT NULL,
  `pdf2` varchar(500) NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_newsletter_images`
--

LOCK TABLES `tbl_newsletter_images` WRITE;
/*!40000 ALTER TABLE `tbl_newsletter_images` DISABLE KEYS */;
INSERT INTO `tbl_newsletter_images` VALUES (1,'1567584247.jpg','1567584247.jpg','1568190244pdf1.pdf','1568190019_pdf2.pdf','1');
/*!40000 ALTER TABLE `tbl_newsletter_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_newsletter_lattestnews`
--

DROP TABLE IF EXISTS `tbl_newsletter_lattestnews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_newsletter_lattestnews` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(256) NOT NULL,
  `description` text NOT NULL,
  `url` varchar(256) NOT NULL,
  `orderofAppearence` int NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_newsletter_lattestnews`
--

LOCK TABLES `tbl_newsletter_lattestnews` WRITE;
/*!40000 ALTER TABLE `tbl_newsletter_lattestnews` DISABLE KEYS */;
INSERT INTO `tbl_newsletter_lattestnews` VALUES (2,'title ddd 4',' test d sddd 4','',4,'1');
/*!40000 ALTER TABLE `tbl_newsletter_lattestnews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_notification`
--

DROP TABLE IF EXISTS `tbl_notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_notification` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `heading` varchar(250) NOT NULL,
  `notification` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `expiryDate` date NOT NULL,
  `isActive` enum('0','1') NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL,
  `IsFeatured` enum('0','1') NOT NULL,
  `tab` enum('0','1') NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_notification`
--

LOCK TABLES `tbl_notification` WRITE;
/*!40000 ALTER TABLE `tbl_notification` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_notification` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_offers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_offers` (
  `Id` int NOT NULL AUTO_INCREMENT,
  `category` int 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') CHARACTER SET latin1 COLLATE latin1_swedish_ci 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',
  `IsFeatured` int NOT NULL DEFAULT '1',
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_offers` WRITE;
/*!40000 ALTER TABLE `tbl_offers` DISABLE KEYS */;
INSERT INTO `tbl_offers` VALUES (1,1,'Special ','1624444312.jpg','Summer Deals','2023-03-31','http://www.travergyrouter.com/','1','0','0','1',1,'0');
/*!40000 ALTER TABLE `tbl_offers` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_our_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_our_services` (
  `serviceId` int NOT NULL AUTO_INCREMENT,
  `serviceTitle` varchar(500) NOT NULL,
  `serviceIdentifier` varchar(500) NOT NULL,
  `serviceDescription` text NOT NULL,
  `bannerImage` varchar(256) NOT NULL,
  `bannerImageSmall` varchar(255) 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',
  PRIMARY KEY (`serviceId`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_our_services` WRITE;
/*!40000 ALTER TABLE `tbl_our_services` DISABLE KEYS */;
INSERT INTO `tbl_our_services` VALUES (2,'Cruise','cruise','<p>Get best deals on Cruise booking</p>\r\n','1617103697.jpg','','','','','1','1'),(3,'dfsfsdf','dfsfsdf','<p>dzfsdf</p>\r\n','','','sdfsd','sdfsdf','sdfddd','1','1'),(4,'Cruise','cruise','<div><b>Our cruise booking service is the perfect way to plan and book your next adventure on the high seas. We offer a comprehensive selection of cruises from some of the top cruise lines in the industry, including Royal Caribbean, Norwegian Cruise Line, Carnival Cruise Line, and many more.</b></div><div><b>How it works:</b><br></div><div><b>To get started, simply visit our website and browse our selection of cruises. We offer a variety of options to choose from, including destination cruises, theme cruises, and luxury cruises. Once you\'ve found the perfect cruise for your needs, you can easily book your reservation online.</b><br></div><div><b>Our website provides all the necessary information about each cruise, including itinerary, ports of call, cabin options, and pricing. You can select your preferred cabin type, including interior, ocean view, balcony, or suite, and choose any additional amenities you\'d like, such as onboard dining options, excursions, and entertainment.</b><br></div><div><b>Once you\'ve made your selections, you can review your booking and complete your reservation using our secure payment system. You\'ll receive a confirmation email with all the details of your cruise, including your itinerary, cabin number, and any additional information you need to know before you set sail.</b><br></div><div><b>Benefits of using our cruise booking service:</b><br></div><div><b>By using our cruise booking service, you\'ll have access to a wide range of cruise options, all in one convenient location. Our website is user-friendly and easy to navigate, making it simple to find the perfect cruise for your needs. Plus, our customer service team is available to answer any questions you may have, and assist you with any special requests.</b><br></div><div><b>We also offer competitive pricing and regular promotions and discounts, so you can get the best value for your money. And with our secure payment system, you can book your cruise with confidence, knowing that your personal information is protected.</b><br></div><div><b><br></b></div><div><b>In conclusion, our cruise booking service is the ideal way to plan and book your next cruise adventure. With a variety of options to choose from, easy online booking, and expert customer support, we make it simple to find and book the perfect cruise for your needs.</b></div>','1670846191.jpg','1679378460.jpg','Book Your Dream Cruise Adventure | Top Cruise Lines | Competitive Pricing','Cruise booking service, top cruise lines, online cruise reservation, cruise itinerary, cabin options, onboard dining, entertainment, excursions, user-friendly website, competitive pricing, customer support','Discover a variety of cruise options from top cruise lines like Royal Caribbean, Norwegian Cruise Line, Carnival Cruise Line and more. Book your dream cruise vacation online at competitive prices with expert customer support.','1','0'),(5,'Forex','forex','<h4><font face=\"Times New Roman\">Buy or sell foreign currencies at best rates.\r\nReisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.</font></h4>','1670649972.jpg','','Currency exchange service in Delhi','Currency exchange service in Delhi, foreign exchange agency in Delhi, Best Tour And Travel Agency In Delhi, best tour & travel services in Delhi, travel agency in Delhi, tour and travel services, domestic and international tour packages, flight bookings, visa, forex','Reisen Tours is a 15 years old company. We provide the best tour & travel services in Delhi under one roof with a totally dedicated and experienced team.','1','1'),(6,'VISA','visa','<h3><font face=\"Times New Roman\">Travel Visas are required to gain entry to most countries around the world. For instance, you will need a visa to USA, Canada, England, China, Australia, Middle East, just to name a few of the popular destinations.<br></font><font face=\"Times New Roman\">There are a few certain countries that simply require an available Visa page in your current Passport to be stamped at the airport upon arrival, but in most cases one will need to acquire a Travel Visa before even departing India. Many international travelers are often not sure of the documentation required to enter foreign country.<br></font><font face=\"Times New Roman\">Visa is an official entry permit to your required destination.</font></h3>','1670655593.jpg','','Best Tour And Travel Agency In Delhi','Best Tour And Travel Agency In Delhi, best tour & travel services in Delhi, travel agency in Delhi, tour and travel services, domestic and international tour packages, flight bookings, visa, forex','Reisen Tours is a 15 years old company. We provide the best tour & travel services in Delhi under one roof with a totally dedicated and experienced team.','1','1'),(7,'Study Abroad','study-abroad','<div><b>Studying abroad can be a life-changing experience for students, as it offers them the opportunity to immerse themselves in a new culture, learn a new language, and develop a global perspective. Pursuing higher education in a foreign country can also provide students with access to different resources, faculty, and research opportunities that may not be available in their home country.</b></div><div><b><br></b></div><div><b>However, it is essential for students to research and evaluate their options before deciding to study abroad. They should consider factors such as the quality of education, cost of living, and cultural differences. It is also important to ensure that the institution they plan to study at is accredited and recognized in their home country.</b></div><div><b><br></b></div><div><b>Reisen Tours, as a company, has established tie-ups with multiple universities in Russia and CIS countries, offering opportunities for students to pursue an MBBS degree in these regions. By partnering with these universities, Reisen Tours provides students with a platform to explore their options and facilitates the application process, making it easier for them to apply to institutions in these countries.</b></div><div><b><br></b></div><div><b>However, it is important for students to do their own research and ensure that the universities they are considering offer high-quality education and are recognized in their home country. They should also consider the cost of living and the cultural differences they may encounter while studying abroad. Reisen Tours can be a valuable resource for students looking to study in these regions, but it is ultimately up to the student to make an informed decision about their education.</b></div>','1670657013.jpg','1679378901.jpg','Study Abroad with Reisen Tours - Explore Opportunities for Higher Education in Russia and CIS Countries','Study abroad, MBBS degree, universities in Russia and CIS countries, Reisen Tours, benefits of studying abroad, considerations for studying abroad, quality of education, cost of living, cultural differences, accredited universities','Reisen Tours offers tie-ups with universities in Russia and CIS countries for students looking to pursue an MBBS degree. However, it is important for students to research their options and consider factors such as the quality of education, cost of living, and cultural differences before making a decision.','1','0'),(8,'Hotel Booking','hotel-booking','<h3><span style=\"font-family: \"Times New Roman\";\"><font color=\"#0000ff\">Reisen Tours</font> offers hotel bookings across the world at economical prices; whether you are traveling within India or international and are looking for hotels, then we’ve got you covered. Hotels form an important part of every trip and if this element goes wrong, your holidays are sure to go for a toss! So, whenever you book hotels online, you need to make sure it’s the one that you want! From budget hotels, cheap hotels, to 5-star hotels and luxury suites, we have a wide range for every location.<br></span><span style=\"font-family: \"Times New Roman\";\">We give you option to make hotel bookings on the go. For that all you have to do is simply log on to our website, enter the required details, and we will show you the best suitable matches. Using our filter option, you can make the search more efficient and pick the stay that best fits your need & requirement. Our secure payment gateway ensures a secure money transaction.<br></span><span style=\"font-family: \"Times New Roman\";\">Made any last minute travel plans? Not an issue, we have interesting last-minute hotel deals too! Check out now. Apart from hotel reservations, we do offer great deals on flight tickets also. We specialize in offering customized domestic & international tour packages . If you are planning holiday trip, simply explore Reisen Tours and we will make sure it becomes a memorable one. Business travelers from across the globe rely on us for flight bookings, hotel bookings, and forex.</span></h3>','1670658853.jpg','','Best Tour And Travel Agency In Delhi','Best Tour And Travel Agency In Delhi, best tour & travel services in Delhi, travel agency in Delhi, tour and travel services, domestic and international tour packages, flight bookings','Reisen Tours is a 15 years old company. We provide the best tour & travel services in Delhi under one roof with a totally dedicated and experienced team.','1','1'),(9,'River Cruise','river-cruise','<p><b>Welcome to our river cruise service, where we offer an unforgettable experience of exploring the scenic beauty of the river. Our service is designed to provide a comfortable and relaxing journey, with stunning views of the surrounding landscapes.</b></p><p><b>Our river cruises are perfect for anyone looking to escape the hustle and bustle of the city and immerse themselves in nature. Whether you\'re a solo traveler, a couple, or a group of friends and family, we have a range of cruise options to suit your needs.</b><br></p><p><b>Our cruises are conducted on comfortable and well-maintained boats that are equipped with all the necessary safety equipment. Our experienced captains and crew are highly trained professionals who will ensure that you have a safe and enjoyable journey.</b><br></p><p><b>During the cruise, you can sit back and relax as you take in the stunning scenery around you. You will get to see a range of landscapes, from picturesque towns and villages to lush forests and serene lakes. Our knowledgeable tour guides will also provide you with interesting insights and stories about the local history and culture.</b><br></p><p><b>We offer a range of cruise options, from short and sweet one-hour trips to longer half-day or full-day cruises. We also have special packages for private events, such as weddings and corporate events.</b><br></p><p><b>Our river cruises are perfect for a variety of occasions, including:</b></p><ul><li><b>Romantic getaways</b></li><li><b>Family vacations</b></li><li><b>Corporate events</b></li><li><b>Team building exercises</b></li><li><b>Educational trips</b></li><li><b>Nature exploration</b></li><li><b>Sightseeing tours</b></li></ul><p><b><br></b></p><p><b>We take pride in offering top-notch customer service, and we strive to make every cruise a memorable experience for our guests. We also offer a range of amenities on board, including food and beverage options, restrooms, and comfortable seating arrangements.</b><br></p><p><b>Book your river cruise with us today and experience the beauty and serenity of the river like never before. Our friendly staff will be happy to help you choose the perfect cruise for your needs and answer any questions you may have. We look forward to welcoming you aboard!</b><br></p>','1677146128.jpg','1679378437.jpg','Discover the Serenity of the River with Our Comfortable River Cruises','River cruises, Scenic river tours, Nature exploration, Romantic getaways, Educational trips, Sightseeing tours, Top-notch customer service, Safety measures, Comfortable boats','Escape the city and immerse yourself in nature with our comfortable and safe river cruises. Enjoy stunning views and interesting insights while our friendly crew takes care of you. Book your cruise now!','1','0'),(10,'Transport Services','transport-services','<span data-canva-clipboard=\"ewAiAGEAIgA6ADUALAAiAGQAIgA6ACIAQgAiACwAIgBoACIAOgAiAHcAdwB3AC4AYwBhAG4AdgBhAC4AYwBvAG0AIgAsACIAYwAiADoAIgBEAEEARgBVAFYAZABvAGMARwBWAG8AIgAsACIAaQAiADoAIgAwADkARQA1AGEAbQBJAHIAcQBYAGIAdQA3AGkAVgBHAHUAYwB5AGgAbwBRACIALAAiAGIAIgA6ADEANgA3ADcAMQA0ADUANQAxADgAMwAwADgALAAiAEEAPwAiADoAIgBCACIALAAiAEEAIgA6AFsAewAiAEEAIgA6ADUAMAAsACIAQgAiADoAMQA3ADAALgA4ADEANgA5ADkANwAzADAAOQA5ADQANwA2ADIALAAiAEQAIgA6ADEAMgA5ADYALgA0ADcAMAAxADgANAAwADkAMgA3ADQAMQAyACwAIgBDACIAOgAxADUANwAuADMAMQA5ADUAMgAsACIATgAiADoAIgB0AGkAdABsAGUAIgAsACIAQQA/ACIAOgAiAEsAIgAsACIAYQAiADoAewAiAEEAIgA6AFsAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6ACIASABPAFQARQBMACAAQgBvAG8AawBpAG4AZwBcAG4AIgB9AF0ALAAiAEIAIgA6AFsAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6AHsAIgB0AGUAeAB0AC0AdAByAGEAbgBzAGYAbwByAG0AIgA6AHsAIgBCACIAOgAiAHUAcABwAGUAcgBjAGEAcwBlACIAfQAsACIAYwBvAGwAbwByACIAOgB7ACIAQgAiADoAIgAjAGYAZgBmAGYAZgBmACIAfQAsACIAbABlAGEAZABpAG4AZwAiADoAewAiAEIAIgA6ACIAOQA3ADAALgAwACIAfQAsACIAZgBvAG4AdAAtAHcAZQBpAGcAaAB0ACIAOgB7ACIAQgAiADoAIgBiAG8AbABkACIAfQAsACIAZgBvAG4AdAAtAHMAaQB6AGUAIgA6AHsAIgBCACIAOgAiADEAMwAxAC4AOAAyADQAIgB9ACwAIgBmAG8AbgB0AC0AZgBhAG0AaQBsAHkAIgA6AHsAIgBCACIAOgAiAFkAQQBEAEwAagBIAFcAdwA3AGYAQQAsADAAIgB9ACwAIgB0AGUAeAB0AC0AYQBsAGkAZwBuACIAOgB7ACIAQgAiADoAIgBjAGUAbgB0AGUAcgAiAH0AfQB9ACwAewAiAEEAPwAiADoAIgBCACIALAAiAEEAIgA6ADEAMwB9ACwAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6AHsAIgBmAG8AbgB0AC0AcwB0AHkAbABlACIAOgB7ACIAQgAiADoAIgBuAG8AcgBtAGEAbAAiAH0ALAAiAHQAcgBhAGMAawBpAG4AZwAiADoAewAiAEIAIgA6ACIAMAAuADAAIgB9AH0AfQAsAHsAIgBBAD8AIgA6ACIAQgAiACwAIgBBACIAOgAxAH0ALAB7ACIAQQA/ACIAOgAiAEEAIgAsACIAQQAiADoAewAiAHQAZQB4AHQALQB0AHIAYQBuAHMAZgBvAHIAbQAiADoAewAiAEEAIgA6ACIAdQBwAHAAZQByAGMAYQBzAGUAIgB9ACwAIgBjAG8AbABvAHIAIgA6AHsAIgBBACIAOgAiACMAZgBmAGYAZgBmAGYAIgB9ACwAIgBmAG8AbgB0AC0AdwBlAGkAZwBoAHQAIgA6AHsAIgBBACIAOgAiAGIAbwBsAGQAIgB9ACwAIgBsAGUAYQBkAGkAbgBnACIAOgB7ACIAQQAiADoAIgA5ADcAMAAuADAAIgB9ACwAIgBmAG8AbgB0AC0AcwBpAHoAZQAiADoAewAiAEEAIgA6ACIAMQAzADEALgA4ADIANAAiAH0ALAAiAGYAbwBuAHQALQBmAGEAbQBpAGwAeQAiADoAewAiAEEAIgA6ACIAWQBBAEQATABqAEgAVwB3ADcAZgBBACwAMAAiAH0ALAAiAGYAbwBuAHQALQBzAHQAeQBsAGUAIgA6AHsAIgBBACIAOgAiAG4AbwByAG0AYQBsACIAfQAsACIAdAByAGEAYwBrAGkAbgBnACIAOgB7ACIAQQAiADoAIgAwAC4AMAAiAH0ALAAiAHQAZQB4AHQALQBhAGwAaQBnAG4AIgA6AHsAIgBBACIAOgAiAGMAZQBuAHQAZQByACIAfQB9AH0AXQB9ACwAIgBiACIAOgB7AH0ALAAiAGQAIgA6ACIAQQAiACwAIgBnACIAOgBmAGEAbABzAGUALAAiAGgAIgA6ACIAQQAiAH0AXQAsACIAQgAiADoAMQA5ADIAMAAsACIAQwAiADoANQAwADAAfQA=\"></span><p><b>When it comes to traveling, transportation is an essential aspect of ensuring a comfortable and stress-free journey. Our Transport Service is designed to provide you with reliable and efficient transportation options to make your trip seamless and enjoyable. We offer a range of transportation services to suit your needs, from airport transfers to sightseeing tours.</b></p><p><b>Airport Transfers:<br></b></p><p><b>Our airport transfer service is the perfect solution for those who want to avoid the hassle of navigating public transportation or arranging a taxi upon arrival. We offer private and comfortable transportation options to and from the airport, ensuring a smooth and stress-free start to your trip. Our drivers are experienced, knowledgeable, and familiar with the local area, ensuring that you arrive at your destination on time and safely.<br></b></p><p><b>Sightseeing Tours:<br></b></p><p><b>Exploring a new destination can be exciting, but navigating public transportation or renting a car can be a challenge. Our sightseeing tours offer a comfortable and hassle-free way to explore the sights and attractions of your chosen destination. Our experienced and knowledgeable guides will take you to the best places, providing insider knowledge and interesting facts along the way.<br></b></p><p><b>Private Car Rentals:<br></b></p><p><b>If you prefer the freedom to explore at your own pace, our private car rental service is the perfect solution. We offer a range of cars to suit your needs and budget, from economy to luxury vehicles. Our rental cars are well-maintained and come with full insurance coverage, ensuring a safe and comfortable journey.<br></b></p><p><b>Group Transportation:<br></b></p><p><b>If you are traveling in a group, our group transportation service is the perfect solution. We offer a range of vehicles to suit your group size, from minibusses to large coaches. Our drivers are experienced in navigating the local area and can provide suggestions for group activities and sightseeing.<br></b></p><p><b>In conclusion, our Transport Service offers a range of reliable and efficient transportation options to suit your needs. From airport transfers to sightseeing tours, private car rentals to group transportation, we are committed to making your journey comfortable, stress-free, and enjoyable.</b><br></p>','1707196878.png','1679377526.jpg','Transport Service | Reliable & Efficient Transportation Options | Reisen Tours','Transport Service, Airport Transfers, Sightseeing Tours, Private Car Rentals, Group Transportation, Reliable Transportation Options, Efficient Transportation Service, Stress-free Travel, Comfortable Journey, Experienced Drivers','Our Transport Service offers reliable and efficient transportation options, including airport transfers, sightseeing tours, private car rentals, and group transportation. Choose us for a stress-free and enjoyable journey. Contact us today!','1','1'),(11,'Eurail Pass','eurail-pass','<p><b>Eurail Pass is a rail travel service that allows travelers to explore Europe by train conveniently and affordably. The pass is designed for non-European residents who want to explore multiple countries in Europe, with flexibility and ease.</b></p><p><b>Here\'s a detailed description of the Eurail Pass service:<br></b></p><p><b>1. What is Eurail Pass?<br></b></p><p><b>Eurail Pass is a travel pass that allows travelers to explore Europe by train. The pass is valid in up to 33 countries in Europe, including popular destinations like France, Italy, Spain, Germany, and Switzerland. The pass is designed to give travelers the flexibility to explore Europe at their own pace and convenience.</b></p><p><b>2. Types of Eurail Passes<br></b></p><p><b>Eurail Passes are available in different types to suit the needs of different travelers. The most popular types of Eurail Passes are:</b></p><p><b>Global Pass: This pass is valid in all 33 countries in Europe and offers unlimited travel for a set number of days.<br></b></p><p><b>One Country Pass: This pass allows travelers to explore a single country in Europe by train.</b></p><p><b>Select Pass: This pass allows travelers to explore up to 4 bordering countries in Europe by train.</b></p><p><b>3. How to use Eurail Pass</b></p><p><b>To use Eurail Pass, travelers must first purchase the pass online or from an authorized retailer. The pass comes in the form of a physical ticket or a digital pass that can be downloaded to a smartphone. Once the pass is activated, travelers can use it to board trains in the countries covered by the pass.</b></p><p><b>4. Benefits of Eurail Pass<br></b></p><p><b>Eurail Pass offers several benefits to travelers, including:</b></p><p><b>Unlimited travel: With Eurail Pass, travelers can explore Europe by train without worrying about the cost of individual tickets.<br></b></p><p><b>Flexibility: Eurail Pass allows travelers to change their travel plans on the go and explore Europe at their own pace.</b></p><p><b>Discounts: Eurail Pass offers discounts on other travel services like ferries, buses, and accommodations.</b></p><p><b>Convenience: With Eurail Pass, travelers can avoid the hassle of buying individual tickets for each leg of their journey.</b></p><p><b>5.Tips for using Eurail Pass</b></p><p><b>To make the most of Eurail Pass, travelers should keep these tips in mind:</b></p><p><b>Plan ahead: It\'s important to plan the itinerary in advance and book seats on high-speed trains or overnight trains to save time and money.</b></p><p><b>Validate the pass: Travelers must validate the Eurail Pass before their first train journey to avoid fines or penalties.</b></p><p><b>Check the timetable: It\'s important to check the train timetable in advance to avoid missing a train or wasting time waiting for a train.</b></p><p><b>Use the app: The Eurail Pass app can be used to check train timetables, plan the itinerary, and find discounts on other travel services.</b></p><p><b>In conclusion, Eurail Pass is a convenient and affordable way for non-European residents to explore Europe by train. With its flexibility, unlimited travel, and discounts on other travel services, Eurail Pass offers a hassle-free way to experience the best of Europe.</b></p>','1677149206.jpg','1679377452.jpg','Explore Europe with Ease and Flexibility | Eurail Pass Service','Eurail Pass, Europe by train, unlimited travel, flexible travel, discounts on travel services, plan itinerary, book online, non-European residents, train travel, ultimate travel pass','Discover Europe\'s charm by train with Eurail Pass - the ultimate travel pass designed for non-European residents. Enjoy unlimited travel, flexibility, and discounts on other travel services. Plan your itinerary and book your pass online today.','1','0'),(12,'Indian Luxury Train Booking','indian-luxury-train-booking','<p><b>Indian luxury train booking service allows you to book a luxurious journey on one of the country\'s iconic trains, which are known for their opulent interiors, gourmet cuisine, and personalized service. These trains take you on a journey through India\'s diverse landscapes, including bustling cities, serene countryside, majestic forts and palaces, and pristine wildlife sanctuaries.</b></p><p><b>To book your journey on an Indian luxury train, you can visit our website and browse through our collection of trains, itineraries, and packages. We offer a range of trains, including the Maharaja Express, Palace on Wheels, Deccan Odyssey, Golden Chariot, and Royal Rajasthan on Wheels, each with its own unique theme, route, and style.<br></b></p><p><b>Once you select your preferred train and itinerary, you can choose from a variety of cabin options, ranging from deluxe cabins to luxury suites, all of which are equipped with modern amenities such as air conditioning, en-suite bathrooms, Wi-Fi, and flat-screen TVs. You can also enjoy gourmet meals in the train\'s dining cars, relax in the lounge or bar, or pamper yourself with spa treatments.<br></b></p><p><b>To make your journey even more memorable, we offer a range of packages that include guided tours, cultural performances, outdoor activities, and exclusive experiences, such as private dinners in royal palaces, elephant rides, and hot-air balloon rides. You can customize your package according to your interests, budget, and duration of the journey.<br></b></p><p><b>Our Indian luxury train booking service also includes 24/7 customer support, so you can rest assured that any queries or concerns will be addressed promptly. We also provide seamless transportation and logistics, including transfers to and from the train station, baggage handling, and local transportation.<br></b></p><p><b>In conclusion, Indian luxury train booking service offers a unique and luxurious way to explore India\'s rich cultural heritage and natural beauty. With our range of trains, itineraries, and packages, you can customize your journey to your preferences and indulge in the ultimate luxury travel experience.</b><br></p>','1677150069.jpg','1679377276.jpg','Experience the Ultimate Luxury with Indian Luxury Train Booking Service | Book Now','Indian luxury train booking service, luxury train travel in India, opulent train journeys, luxury train packages, luxury train itineraries, Indian luxury trains, luxury train experiences, luxury train bookings, luxury train tours, luxury train travel packages','Discover India\'s diverse culture, heritage, and natural beauty in ultimate luxury with Indian luxury train booking service. Book your journey now and indulge in opulent interiors, gourmet cuisine, and personalized service.','1','0'),(13,'Hotel Booking','hotel-booking','<p><b>Our hotel booking service is an essential feature of our tour and travel website, offering customers a seamless and hassle-free experience when it comes to booking their accommodation. Here\'s a detailed description of our hotel booking service:</b></p><p><b>1. Comprehensive Search: Our hotel booking service has a comprehensive search engine that allows customers to search for hotels by destination, date, and price. We also provide filters that allow customers to refine their search based on amenities, hotel type, and more.</b><br></p><p><b>2. Wide Selection of Hotels: We have a vast selection of hotels, ranging from budget to luxury. We work with several hotels worldwide to ensure that our customers can find the perfect accommodation that fits their preferences and budget.</b><br></p><p><b>3. User-Friendly Interface: Our hotel booking service has a user-friendly interface that is easy to navigate, making it easy for customers to find and book their preferred hotel.</b><br></p><p><b>4. Instant Confirmation: Once a customer has completed their booking, they receive instant confirmation via email or SMS. This ensures that customers have peace of mind knowing that their booking has been confirmed.</b><br></p><p><b>5. Secure Payment: Our hotel booking service offers secure payment options to protect customers\' personal and financial information. We also accept different modes of payment, such as credit/debit cards, PayPal, and more.</b><br></p><p><b>6.24/7 Customer Support: Our customer support team is available 24/7 to assist customers with any queries or issues they may encounter during the booking process or their stay at the hotel.</b><br></p><p><b>In summary, our hotel booking service is designed to provide customers with a seamless and stress-free experience when it comes to booking their accommodation. We offer a wide selection of hotels, a user-friendly interface, instant confirmation, secure payment options, and 24/7 customer support to ensure that our customers have an enjoyable and memorable stay at their preferred hotel.</b><br></p>','1677151033.jpg','1679376962.jpg','Book Your Perfect Hotel with Our Hassle-Free Booking Service','hotel booking, accommodation, budget hotels, luxury hotels, secure payment, instant confirmation, 24/7 customer support, hassle-free booking, comprehensive search engine','Find your ideal hotel quickly and easily with our comprehensive search engine. With a vast selection of hotels ranging from budget to luxury, you can book your perfect accommodation in no time. Secure payment options, instant confirmation, and 24/7 customer support included. Book now!','1','0'),(14,'VISA Services','visa-services','<p><b>Our visa service helps you secure the necessary documents needed to enter and stay in your desired country. We understand the complexity of the visa application process, which is why we offer a streamlined and hassle-free service to assist you in obtaining the appropriate visa.</b></p><p><b>Our team of experts is highly experienced in processing visa applications and can guide you through the entire process, from filling out forms to gathering supporting documents. We work closely with embassies and consulates to ensure that your application is processed efficiently and effectively.</b><br></p><p><b>Our visa service includes:</b><br></p><p><b>Visa Consultation: Our experts will assess your visa requirements and provide you with personalized advice on which visa is best suited for your needs.</b><br></p><p><b>Visa Application: We will handle the entire visa application process, including filling out forms, gathering supporting documents, and submitting the application on your behalf.</b><br></p><p><b>Visa Tracking: We will keep you informed of the progress of your visa application and provide you with updates as necessary.</b><br></p><p><b>Visa Delivery: Once your visa application is approved, we will arrange for the delivery of your visa to your preferred address.</b><br></p><p><b>We offer visa services for a range of countries, including the United States, Canada, Australia, the United Kingdom, and many more. Our services are reliable, affordable, and transparent, with no hidden fees or charges.</b><br></p><p><b>Contact us today to learn more about our visa services and how we can help you obtain the necessary documents to travel abroad.</b><br></p>','1677152008.jpg','1679376858.jpg','Efficient Visa Services in Delhi: Simplifying Your Travel Process','visa service, visa application, personalized visa consultation, visa tracking, visa delivery, streamlined visa process, hassle-free visa application, affordable visa service, visa services in delhi','Our visa service offers personalized visa consultation, application assistance, tracking, and delivery for a range of countries. Contact us for a reliable, affordable, and transparent visa application process.','1','0'),(15,'Sightseeing Tours','sightseeing-tours','<p><b>Our sightseeing tours are designed to provide you with an unforgettable travel experience, whether you\'re traveling solo or with a group. Our tours are led by experienced and knowledgeable guides who are passionate about the destinations they visit.</b></p><p><b>We offer a range of sightseeing tours to suit all interests, from historic walking tours to scenic bus tours, culinary tours, and adventure tours. Our tours cover a wide range of destinations, from major cities to remote rural areas, and are available in multiple languages.<br></b></p><p><b>Our sightseeing tours include:<br></b></p><p><b>1. Professional Guides: Our guides are local experts who provide insightful commentary and ensure that you get the most out of your tour.<br></b></p><p><b>2. Comfortable Transportation: We provide comfortable and reliable transportation to ensure that you travel in comfort and style.<br></b></p><p><b>3. Itinerary Planning: Our team of travel experts carefully plans each itinerary to ensure that you see the best sights and attractions at your destination.<br></b></p><p><b>4. Flexibility: We understand that travel plans can change, which is why we offer flexible booking options and itinerary adjustments.<br></b></p><p><b>5. Authentic Experiences: Our tours are designed to provide you with authentic experiences that allow you to immerse yourself in the local culture and traditions.<br></b></p><p><b>We pride ourselves on providing exceptional customer service and ensuring that our guests have a memorable and enjoyable travel experience. Our tours are suitable for travelers of all ages and interests, and we strive to make each tour a unique and unforgettable experience.<br></b></p><p><b>Contact us today to learn more about our sightseeing tours and how we can help you plan your next travel adventure.</b><br></p>','1677155222.jpg','1679376745.jpg','Sightseeing Tours | Unforgettable Travel Experiences with Expert Guides','sightseeing tours, expert guides, authentic travel experiences, comfortable transportation, flexible itineraries, walking tours, bus tours, culinary tours, adventure tours, local culture','Our sightseeing tours provide authentic and unforgettable travel experiences with knowledgeable guides, comfortable transportation, and flexible itineraries. Contact us to plan your next adventure.','1','0'),(16,'Heritage Tours','heritage-tours','<p><b>Welcome to our world heritage tour services, where we offer a range of tours designed to showcase the beauty and diversity of our planet’s most iconic sites. Our tours are meticulously curated to offer an unforgettable experience to all travelers, from history buffs to nature lovers.</b></p><p><b>Our tours include visits to some of the most famous UNESCO World Heritage Sites around the world, including the Pyramids of Giza, the Great Wall of China, Machu Picchu, the Taj Mahal, and many more. Our experienced guides will take you on a journey through history, providing insights into the architecture, art, and culture that shaped these incredible landmarks.</b><br></p><p><b>We offer both group and private tours to suit your needs, with customizable itineraries that can be tailored to your preferences. Our group tours are perfect for solo travelers or those looking to make new friends, while our private tours are ideal for families or groups of friends seeking a more exclusive experience.</b><br></p><p><b>We pride ourselves on our commitment to sustainable tourism, ensuring that our tours have a minimal impact on the environment and local communities. We work with local partners and employ responsible tourism practices to ensure that our tours are eco-friendly and socially responsible.</b><br></p><p><b>Our tour packages include transportation, accommodation, meals, and activities, ensuring that you have everything you need for a stress-free and enjoyable experience. We also offer 24/7 customer support throughout your journey, so you can rest assured that we are always on hand to assist you.</b><br></p><p><b>So why wait? Embark on a journey of a lifetime and discover the wonders of our world heritage sites with our expert guides and comprehensive tour packages. Book your tour today and let us take you on an unforgettable adventure!</b><br></p>','1677155070.jpg','1679375908.jpg','Discover the Wonders of World Heritage Sites with Our Guided Tours | Book Now','World Heritage Tour Services, UNESCO World Heritage Sites, Guided Tours, Sustainable Tourism, Eco-Friendly Tours, Socially Responsible Tourism, Ancient Architecture, Cultural Diversity, Nature Tours, Memorable Experience','Explore the beauty and diversity of UNESCO World Heritage Sites with our expert-guided tours. Discover ancient architecture, culture and nature with our eco-friendly and socially responsible tours. Book now for a memorable experience.','1','0'),(17,'Foreign Exchange','foreign-exchange','<p><b>Buy or sell foreign currencies at best rates. Reisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.</b></p><p><b>Our foreign exchange service is the perfect solution for travelers who want to have access to cash in foreign currencies while on their trip. With our service, you can exchange your local currency for the currency of your destination country before you even leave home. This means you won\'t have to worry about finding a currency exchange booth or ATM when you arrive at your destination.</b></p><p><b>Our service is easy to use and convenient. Simply visit our website and fill out the query form. We offer a wide range of currencies, so you can be sure we have the one you need. You can choose to have it delivered to your home or office, or you can pick it up from our Janakpuri, Delhi based office.<br></b></p><p><b>Our exchange rates are competitive, so you can be sure you\'re getting a good deal. Plus, our service is secure and reliable, so you can trust us to handle your money with care.<br></b></p><p><b>Don\'t let the hassle of finding a currency exchange ruin your trip. Use our foreign exchange service and enjoy peace of mind knowing you have cash in the currency you need, whenever you need it.</b><br></p>','1677923610.jpg','1679375640.jpg','Currency Exchange Services in Delhi','currency exchange in delhi, foreign exchange dealers in delhi, foreign exchange in delhi, foreign currency exchange in delhi, currency exchange in delhi near me, forex dealers in delhi, currency exchange office in delhi, currency exchange in new delhi, foreign money exchange in delhi, best foreign exchange in delhi','Reisen Tours Forex is a licensed full-fledged money changer in Delhi authorized by RBI. We offer a wide range of foreign exchange and money transfer services to meet your currency requirements. Buy or sell foreign currencies at the best rates and enjoy a hassle-free travel experience. ','1','0'),(18,'test','test','<p>test</p>','1692961220.jpg','1692961220.jpg','','','','1','1'),(19,'Transport Services','transport-services','<p><b>Explore seamless and reliable transport services in Delhi NCR and beyond with our fleet of top-notch SUV Crysta and spacious Tempo Traveller vehicles. Whether you\'re planning a city tour, airport transfer, or an outstation journey, our dedicated transport services ensure a comfortable and hassle-free experience.</b></p><p><b>**Key Features:**</b></p><p><b>1. Luxurious SUV Crysta:</b></p><p>&nbsp; &nbsp;- Experience the epitome of comfort and style with our SUV Crysta fleet.</p><p>&nbsp; &nbsp;- Impeccable interiors and plush seating for a first-class travel experience.</p><p>&nbsp; &nbsp;- Ideal for corporate travel, family outings, and city exploration.</p><p><b>2. Spacious Tempo Traveller:</b></p><p>&nbsp; &nbsp;- Accommodate large groups effortlessly with our well-maintained Tempo Traveller.</p><p>&nbsp; &nbsp;- Ample space for luggage, ensuring a convenient travel experience.</p><p>&nbsp; &nbsp;- Perfect for group vacations, family celebrations, and team outings.</p><p><b>3. Professional Chauffeurs:</b></p><p>&nbsp; &nbsp;- Our experienced and courteous chauffeurs ensure a safe and smooth journey.</p><p>&nbsp; &nbsp;- Well-versed with local routes and destinations for a stress-free travel experience.</p><p><b>4. 24/7 Availability:</b></p><p>&nbsp; &nbsp;- Book our services anytime, anywhere – we operate round the clock for your convenience.</p><p>&nbsp; &nbsp;- Instant confirmation and responsive customer support for peace of mind.</p><p><b>5. Customized Packages:</b></p><p>&nbsp; &nbsp;- Tailor your travel package to suit your specific needs and preferences.</p><p>&nbsp; &nbsp;- Competitive pricing with transparent billing for a cost-effective solution.</p><p><b>6. Outstation Travel:</b></p><p>&nbsp; &nbsp;- Explore beyond Delhi NCR with our reliable outstation travel services.</p><p>&nbsp; &nbsp;- Plan road trips to nearby tourist destinations with the assurance of a comfortable journey.</p><p><b>7. Safety First:</b></p><p>&nbsp; &nbsp;- Your safety is our top priority – our vehicles undergo regular maintenance and adhere to strict safety standards.</p><p>&nbsp; &nbsp;- GPS tracking for real-time monitoring and emergency support.</p><p><b>Book our SUV Crysta or Tempo Traveller today for a transportation experience that goes beyond expectations. Whether it\'s a business trip, family vacation, or a group outing, we are your trusted partner for all your travel needs.</b><br></p><div><br></div>','1707197178.jpg','1707197178.png','','','','1','1'),(20,'Transport Services','transport-services','<p><b>Explore seamless and reliable transport services in Delhi NCR and beyond with our fleet of top-notch SUV Crysta and spacious Tempo Traveller vehicles. Whether you\'re planning a city tour, airport transfer, or an outstation journey, our dedicated transport services ensure a comfortable and hassle-free experience.</b></p><p><b>**Key Features:**</b></p><p><b>1. Luxurious SUV Crysta:</b></p><p>   - Experience the epitome of comfort and style with our SUV Crysta fleet.</p><p>   - Impeccable interiors and plush seating for a first-class travel experience.</p><p>   - Ideal for corporate travel, family outings, and city exploration.</p><p><b>2. Spacious Tempo Traveller:</b></p><p>   - Accommodate large groups effortlessly with our well-maintained Tempo Traveller.</p><p>   - Ample space for luggage, ensuring a convenient travel experience.</p><p>   - Perfect for group vacations, family celebrations, and team outings.</p><p><b>3. Professional Chauffeurs:</b></p><p>   - Our experienced and courteous chauffeurs ensure a safe and smooth journey.</p><p>   - Well-versed with local routes and destinations for a stress-free travel experience.</p><p><b>4. 24/7 Availability:</b></p><p>   - Book our services anytime, anywhere – we operate round the clock for your convenience.</p><p>   - Instant confirmation and responsive customer support for peace of mind.</p><p><b>5. Customized Packages:</b></p><p>   - Tailor your travel package to suit your specific needs and preferences.</p><p>   - Competitive pricing with transparent billing for a cost-effective solution.</p><p><b>6. Outstation Travel:</b></p><p>   - Explore beyond Delhi NCR with our reliable outstation travel services.</p><p>   - Plan road trips to nearby tourist destinations with the assurance of a comfortable journey.</p><p><b>7. Safety First:</b></p><p>   - Your safety is our top priority – our vehicles undergo regular maintenance and adhere to strict safety standards.</p><p>   - GPS tracking for real-time monitoring and emergency support.</p><p><b>Book our SUV Crysta or Tempo Traveller today for a transportation experience that goes beyond expectations. Whether it\'s a business trip, family vacation, or a group outing, we are your trusted partner for all your travel needs.</b><br></p><div><br></div>','1707197418.png','1707197943.jpg','SUV Crysta and Tempo Traveller Rentals | Transport Services in Delhi NCR','SUV Crysta rental Delhi, Tempo Traveller hire Delhi NCR, City tour transport services, Outstation travel solutions India, Professional chauffeur rentals, 24/7 transport booking Delhi, Customizable travel packages Delhi, Safe SUV rentals, Group travel solutions India, Affordable Tempo Traveller hire, Premium transport services, Comfortable city exploration transport, Outstation road trips Delhi NCR, Reliable SUV rentals, Tempo Traveller bookings','Explore Delhi NCR and beyond with our premium transport services. Book SUV Crysta and Tempo Traveller for city tours and outstation trips. Professional chauffeurs, 24/7 availability, and customizable packages for a hassle-free journey.','1','0');
/*!40000 ALTER TABLE `tbl_our_services` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_ourpartner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_ourpartner` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `icon` varchar(40) NOT NULL,
  `url` varchar(255) NOT NULL,
  `tab` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '0',
  `status` enum('0','1') CHARACTER SET armscii8 COLLATE armscii8_bin NOT NULL DEFAULT '1',
  `description` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `isb2b` tinyint NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_ourpartner`
--

LOCK TABLES `tbl_ourpartner` WRITE;
/*!40000 ALTER TABLE `tbl_ourpartner` DISABLE KEYS */;
INSERT INTO `tbl_ourpartner` VALUES (3,'24*7 Customer Support','1617600780.jpg','','0','1','dfsdffgs','1',1),(4,'Mobile Friendly','1617709469.svg','http://www.superdmc.com/','1','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1),(5,'Automated Payments','1617709427.svg','','0','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1),(6,'API / XML','1617709505.svg','','0','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1),(7,'Post Booking Service Automation','1617709545.svg','','0','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1),(8,'Largest Network of global Airfares','1617709573.svg','','0','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1),(9,'50+ Hotel Suppliers','1617709602.svg','','0','1','Upload fund hassle free to your account even through RTGS/NEFT/IMPS channels','1',1);
/*!40000 ALTER TABLE `tbl_ourpartner` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_pack_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_pack_type` (
  `packType` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(100) NOT NULL,
  `label` varchar(100) DEFAULT NULL,
  `banner_image` varchar(250) DEFAULT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `DisplayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnHome` enum('1','0') NOT NULL DEFAULT '0',
  `image` varchar(256) NOT NULL,
  `Icon` varchar(100) DEFAULT NULL,
  `largeIcon` varchar(250) DEFAULT NULL,
  `metaTitle` varchar(256) NOT NULL,
  `metaKeyword` varchar(500) NOT NULL,
  `metaDescription` varchar(500) NOT NULL,
  PRIMARY KEY (`packType`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_pack_type` WRITE;
/*!40000 ALTER TABLE `tbl_pack_type` DISABLE KEYS */;
INSERT INTO `tbl_pack_type` VALUES (1,'Honeymoon',NULL,'banner_1609149246.jpg','0','1','1','1','image_1609150131.jpg',NULL,NULL,'','',''),(2,'Adventures',NULL,'banner_1609149578.jpg','0','1','0','0','image_1609149578.jpg',NULL,NULL,'','',''),(3,'Wild Life',NULL,'banner_1609149831.jpg','0','1','1','1','image_1609149831.jpg',NULL,NULL,'','',''),(4,'Beach',NULL,'banner_1609149929.jpg','0','1','1','1','image_1608798841.jpg',NULL,NULL,'','',''),(5,'Family',NULL,'banner_1609150083.jpg','0','1','1','1','image_1609150083.jpg',NULL,NULL,'','',''),(6,'Sports',NULL,NULL,'0','1','0','0','image_1591986725.jpg',NULL,NULL,'','',''),(7,'Cruise',NULL,NULL,'0','1','1','1','image_1591986743.jpg',NULL,NULL,'','',''),(8,'Religious',NULL,NULL,'0','1','1','1','image_1591986767.jpg',NULL,NULL,'','',''),(9,'Hill Station',NULL,NULL,'0','1','1','1','image_1591986790.jpg',NULL,NULL,'','',''),(10,'Heritage',NULL,NULL,'0','1','1','1','image_1591986815.jpg',NULL,NULL,'','',''),(11,'Thomas',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(12,'Weekend',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(17,'NYE2018',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(18,'Festivals and Events',NULL,NULL,'0','1','0','0','image_1591986838.jpg',NULL,NULL,'','',''),(19,'Romantic',NULL,NULL,'0','1','0','0','image_1591986870.jpg',NULL,NULL,'','',''),(20,' Shopping and Nightlife',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(21,'Offbeat',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(22,'Leisure',NULL,NULL,'0','1','1','1','',NULL,NULL,'','',''),(23,'By Cab',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(24,'Group Tours',NULL,NULL,'0','1','1','1','image_1591986901.jpg',NULL,NULL,'','',''),(25,' BY Volvo',NULL,NULL,'0','1','0','0','',NULL,NULL,'','',''),(26,'Circuit tour ',NULL,NULL,'0','1','1','1','',NULL,NULL,'','','');
/*!40000 ALTER TABLE `tbl_pack_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_popular_city`
--

DROP TABLE IF EXISTS `tbl_popular_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_popular_city` (
  `AboutId` int NOT NULL AUTO_INCREMENT,
  `Fromcity` varchar(255) NOT NULL,
  `Tocity` varchar(200) NOT NULL,
  `source` varchar(200) DEFAULT NULL,
  `destination` varchar(200) DEFAULT NULL,
  `source_city` varchar(200) DEFAULT NULL,
  `destination_city` varchar(200) DEFAULT NULL,
  `ContSysId1` int NOT NULL,
  `ContSysId2` int NOT NULL,
  `price` varchar(255) NOT NULL,
  `popularCityType` tinyint NOT NULL DEFAULT '0',
  `AboutImage` varchar(255) NOT NULL,
  `AboutDescription` text NOT NULL,
  `isb2b` enum('0','1') NOT NULL DEFAULT '0',
  `url` varchar(256) NOT NULL,
  `opt` int NOT NULL,
  `CreateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `UpdateDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` tinyint NOT NULL DEFAULT '1',
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`AboutId`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_popular_city`
--

LOCK TABLES `tbl_popular_city` WRITE;
/*!40000 ALTER TABLE `tbl_popular_city` DISABLE KEYS */;
INSERT INTO `tbl_popular_city` VALUES (38,'Delhi','Kochi','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Kochi, IN - Cochin Internation Arpt (COK)','DEL','COK',101,101,'4454',0,'1615903005.jpg','','0','',0,'2021-01-13 05:32:57','2021-03-22 05:46:57',1,1),(39,'Delhi','Dubai','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Dubai, AE - Dubai Intl Arpt (DXB)','DEL','DXB',101,228,'6300',1,'1615901170.jpg','','0','',0,'2021-02-23 12:22:04','2021-03-17 12:29:36',1,1),(42,'Delhi','Dubai','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Dubai, AE - Dubai Intl Arpt (DXB)','DEL','DXB',101,228,'15000',1,'1616419947.jpg','','0','',0,'2021-03-22 13:31:27','2021-03-22 13:32:27',1,1),(43,'Delhi','Mumbai','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Mumbai, IN - Chhatrapati Shivaji (BOM)','DEL','BOM',101,101,'43534',0,'1616420121.png','','0','',0,'2021-03-22 13:35:21','2021-03-22 13:35:21',1,1),(44,'Mumbai','Delhi','Mumbai, IN - Chhatrapati Shivaji (BOM)','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','BOM','DEL',101,101,'43654',0,'1616420150.png','','0','',0,'2021-03-22 13:35:50','2021-03-22 13:35:50',1,1),(45,'Chennai','Port Blair','Chennai, IN - Chennai Arpt (MAA)','Port Blair, IN - Veer Savarkar Arpt (IXZ)','MAA','IXZ',101,101,'8700',0,'1616420424.jpg','','0','',0,'2021-03-22 13:40:24','2021-03-22 13:40:24',1,1),(46,'Delhi','Dubai','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Dubai, AE - Dubai Intl Arpt (DXB)','DEL','DXB',101,228,'15999',1,'1616420522.jpg','','0','',0,'2021-03-22 13:42:02','2021-03-22 13:42:02',1,1),(47,'Goa In','Gorakhpur','Goa In, IN - Dabolim Arpt (GOI)','Gorakhpur, IN - Gorakhpur Arpt (GOP)','GOI','GOP',0,101,'1111',0,'1616485336.png','','0','',0,'2021-03-23 07:42:17','2021-03-23 07:42:17',1,1),(48,'Delhi','Bengaluru','Delhi, IN - Delhi Indira Gandhi Intl (DEL)','Bengaluru, IN - Bengaluru Intl Arpt (BLR)','DEL','BLR',101,0,'2500',0,'1620729326.jpg','','0','',0,'2021-05-11 10:35:26','2021-05-14 08:19:36',1,0);
/*!40000 ALTER TABLE `tbl_popular_city` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_promotion_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_promotion_category` (
  `prom_cat_id` int NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`prom_cat_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_promotion_category`
--

LOCK TABLES `tbl_promotion_category` WRITE;
/*!40000 ALTER TABLE `tbl_promotion_category` DISABLE KEYS */;
INSERT INTO `tbl_promotion_category` VALUES (1,'Fixed Departure Tours','Holiday Packages','Hold','1','0');
/*!40000 ALTER TABLE `tbl_promotion_category` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_query` (
  `id` int NOT NULL AUTO_INCREMENT,
  `email` varchar(32) NOT NULL,
  `secondEmail` varchar(50) DEFAULT NULL,
  `phone` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `mobile` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `location` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `google_map` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `otherLocations` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `isb2b` int NOT NULL DEFAULT '0',
  `whatsapp_no` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `broucher` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `image` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_query` WRITE;
/*!40000 ALTER TABLE `tbl_query` DISABLE KEYS */;
INSERT INTO `tbl_query` VALUES (1,'holidays@reisentours.com','harish@reisentours.com','+91 9311300613','+91 9311300613','C4A/46A, Janakpuri, New Delhi, Delhi 110058','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.3885783602577!2d77.0867209150952!3d28.61811388242339!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d04b228013ab5%3A0x71ff34368eeb2401!2sReisen%20Tours!5e0!3m2!1sen!2sin!4v1679903468505!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','','1',0,'+91 9311300613','','1_1561382440.jpg'),(2,'harish@reisentours.com','','+91 9810040254','+91 9810040254','J39Q+6HV, Block C4A, 46A, Janakpuri, New Delhi, Delhi 110058',NULL,NULL,'1',1,NULL,NULL,NULL),(3,'accounts1@reisentours.com','','+91-9870192123','+91-9870192123','C4A/46A,Janakpuri, Delhi-110058','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.3885783602577!2d77.0867209150952!3d28.61811388242339!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d04b228013ab5%3A0x71ff34368eeb2401!2sReisen%20Tours!5e0!3m2!1sen!2sin!4v1679903468505!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>',NULL,'0',0,'+91-9870192123',NULL,NULL);
/*!40000 ALTER TABLE `tbl_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_quick_links`
--

DROP TABLE IF EXISTS `tbl_quick_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_quick_links` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `page_description` longtext NOT NULL,
  `short_description` varchar(250) DEFAULT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_description` text NOT NULL,
  `background_image` varchar(50) DEFAULT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `description` text,
  `displayOnFooter` enum('1','0') NOT NULL DEFAULT '1',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `masterCategory` int DEFAULT NULL,
  `isb2b` int NOT NULL DEFAULT '0',
  `AgencySysId` bigint DEFAULT NULL,
  `pageurl` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=361 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_quick_links`
--

LOCK TABLES `tbl_quick_links` WRITE;
/*!40000 ALTER TABLE `tbl_quick_links` DISABLE KEYS */;
INSERT INTO `tbl_quick_links` VALUES (360,'FAMILY PACKAGE','shalviii','FAMILY PACKAGE',NULL,'FAMILY PACKAGE','FAMILY PACKAGE','FAMILY PACKAGE','360_1672384169.jpg','Activate',NULL,'1','2022-12-30 12:52:32','2022-12-30 12:52:32',NULL,0,NULL,'http://local.lts.com/tour-destination/category/family');
/*!40000 ALTER TABLE `tbl_quick_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_regions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_regions` (
  `sid` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `label` varchar(256) NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `banner_image` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `Keyword` text,
  `Description` text,
  `Metatag` text,
  `countryIds` varchar(500) DEFAULT NULL,
  `countries` varchar(500) DEFAULT NULL,
  `ContinentId` varchar(256) DEFAULT NULL,
  `region_id` int DEFAULT NULL,
  `region_type` int DEFAULT NULL,
  `displayOnHeader` enum('0','1') NOT NULL DEFAULT '0',
  `region_header_content` text,
  `region_footer_content` text,
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_regions` WRITE;
/*!40000 ALTER TABLE `tbl_regions` DISABLE KEYS */;
INSERT INTO `tbl_regions` VALUES (1,'Indian Subcontinent','Indian Subcontinent','',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(2,'Northeast India','Northeast India','',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(3,'South India','South India','',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(4,'North India','North India','',NULL,'2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(5,'Eastern Europe','Eastern Europe','',NULL,'2021-08-17 11:24:43','2021-08-17 11:24:43','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(6,'Orient','Orient','',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(7,'South East Asia','South East Asia','',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(8,'Middle East','Middle East','',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(9,'Western Europe','Western Europe','',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(10,'West India','West India','',NULL,'2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(11,'East India','East India','',NULL,'2022-11-10 12:24:23','2022-11-10 12:24:23','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(12,'Eurasia','Eurasia','',NULL,'2022-11-15 15:05:08','2022-11-15 15:05:08','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(13,'Central Asia','Central Asia','',NULL,'2022-11-25 10:46:11','2022-11-25 10:46:11','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,NULL),(14,'Oceania','Oceania','',NULL,'2023-01-11 13:09:47','2023-01-11 13:09:47','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(15,'Northern Africa','Northern Africa','',NULL,'2023-02-22 11:52:43','2023-02-22 11:52:43','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(16,'East African Islands','East African Islands','',NULL,'2023-03-27 11:32:25','2023-03-27 11:32:25','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(17,'Scandinavia','Scandinavia','',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(18,'South America','South America','',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(19,'North America','North America','',NULL,'2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(20,'Central India','Central India','',NULL,'2023-05-27 12:48:39','2023-05-27 12:48:39','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(21,'Southern Africa','Southern Africa','',NULL,'2023-07-12 18:56:48','2023-07-12 18:56:48','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL);
/*!40000 ALTER TABLE `tbl_regions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_salutation`
--

DROP TABLE IF EXISTS `tbl_salutation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_salutation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(20) NOT NULL,
  `Gender_Id` int NOT NULL DEFAULT '0',
  `Gender` varchar(20) NOT NULL,
  `IsMarkForDel` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_salutation`
--

LOCK TABLES `tbl_salutation` WRITE;
/*!40000 ALTER TABLE `tbl_salutation` DISABLE KEYS */;
INSERT INTO `tbl_salutation` VALUES (1,'Mr',1,'Male',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(2,'Ms',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(3,'Mrs',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(4,'Mstr',1,'Male',0,'2020-07-27 05:07:28','2020-07-27 05:07:11'),(5,'Miss',2,'Female',0,'2020-07-27 05:07:28','2020-07-27 05:07:11');
/*!40000 ALTER TABLE `tbl_salutation` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_seo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_seo` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_seo`
--

LOCK TABLES `tbl_seo` WRITE;
/*!40000 ALTER TABLE `tbl_seo` DISABLE KEYS */;
INSERT INTO `tbl_seo` VALUES (1,'dfgdfg','dfgdfg','dfgdfg','1','1'),(2,'dfgdfgsdfsdfsdf sdfsdafsdf','dfgdfg','dfgdfg','1','1'),(3,'dfggd','dfgdfg','dfgdfg','0','1'),(4,'test','test','test','1','0'),(5,'sadfasdf','sdfsdfsdf','sdfsfd','1','0');
/*!40000 ALTER TABLE `tbl_seo` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_social_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_social_links` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  `status` tinyint NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_social_links` WRITE;
/*!40000 ALTER TABLE `tbl_social_links` DISABLE KEYS */;
INSERT INTO `tbl_social_links` VALUES (1,'Facebook','https://www.facebook.com/reisentoursind',1,'2021-05-11 16:37:32'),(2,'Instagram','https://www.instagram.com/reisentours232/',1,'2021-05-11 16:39:12'),(3,'Pinterest','https://in.pinterest.com/business/hub/',1,'2022-11-22 13:28:21'),(4,'Quora','https://www.quora.com/profile/Reisen-Tours-1',1,'2022-12-14 13:35:24'),(6,'Trip Advisor','https://www.tripadvisor.in/Profile/Passenger64883248478?fid=ba78cc22-8020-400b-a69a-afcca1346063',1,'2023-05-26 11:39:28');
/*!40000 ALTER TABLE `tbl_social_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_states` (
  `StateSysId` int NOT NULL AUTO_INCREMENT,
  `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 NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `region_id` int DEFAULT NULL,
  `CountryIds` varchar(256) DEFAULT 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,
  `otherDescription` text,
  `similarDestinations` varchar(500) DEFAULT NULL,
  `topTravelBlog` text,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text,
  `metaDescription` text,
  `meta_header` varchar(2000) DEFAULT NULL,
  `meta_footer` varchar(2000) DEFAULT NULL,
  `FAQ` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
  `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,
  `package_list_footer_content` text,
  PRIMARY KEY (`StateSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_states` WRITE;
/*!40000 ALTER TABLE `tbl_states` DISABLE KEYS */;
INSERT INTO `tbl_states` VALUES (1,'Meghalaya','meghalaya','Meghalaya (India)',NULL,NULL,40,'40_1668164217.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Explore Meghalaya with Unforgettable Tour Packages | Reisen Tours','Meghalaya tour packages, Meghalaya tourism, Meghalaya travel, Shillong tour packages, Cherrapunji tour packages, Meghalaya holiday packages, Meghalaya adventure tours, Meghalaya sightseeing tours, Meghalaya trekking tours, Meghalaya cultural tours','Discover the enchanting beauty of Meghalaya with our carefully crafted tour packages. Immerse yourself in nature\'s wonders, cultural treasures, and more. Book now with Reisen Tours.','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"TourPackage\",\r\n  \"name\": \"Meghalaya Explorer Tour\",\r\n  \"description\": \"Experience the beauty of Meghalaya with our exclusive tour package.\",\r\n  \"touristType\": \"Outdoor\",\r\n  \"touristType\": \"Nature\",\r\n  \"provider\": {\r\n    \"@type\": \"Organization\",\r\n    \"name\": \"Reisen Tours\",\r\n    \"url\": \"https://www.example.com\"\r\n  },\r\n  \"duration\": \"5 days\",\r\n  \"includesTourGuide\": \"true\",\r\n  \"touristAttraction\": [\r\n    {\r\n      \"@type\": \"TouristAttraction\",\r\n      \"name\": \"Living Root Bridges\",\r\n      \"url\": \"https://www.example.com/meghalaya/living-root-bridges\"\r\n    },\r\n    {\r\n      \"@type\": \"TouristAttraction\",\r\n      \"name\": \"Cherrapunji\",\r\n      \"url\": \"https://www.example.com/meghalaya/cherrapunji\"\r\n    }\r\n  ]\r\n}\r\n</script>','<script></script>','',NULL,NULL,'1','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(2,'Arunachal Pradesh','arunachal-pradesh','Arunachal Pradesh (India)',NULL,NULL,38,'38_1668151302.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Arunachal Pradesh Tour Packages | Reisen Tours','Arunachal Pradesh tour, Arunachal Pradesh holiday packages, Northeast India tourism, adventure tours, cultural tours, scenic landscapes, offbeat destinations, travel itinerary, customizable tours','Book your Arunachal Pradesh tour packages with Reisen Tours and experience a unique adventure!','<script></script>','<script></script>','',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(3,'Goa','chandigarh','Chandigarh (India)',NULL,NULL,21,'21_1668166576.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Explore Goa with Unforgettable Tour Packages | Book Now - Reisen Tours','Goa tour packages, best Goa travel deals, Reisen Tours, explore Goa beaches, Goa vacation packages, book Goa tours online, affordable Goa holidays, Goa sightseeing tours','Discover the beauty of Goa with our curated tour packages. Immerse yourself in stunning beaches, vibrant culture, and rich history. Book your dream Goa vacation with Reisen Tours today.','<script></script>','<script></script>','',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(4,'Andaman and Nicobar Islands','andaman-and-nicobar-islands','Andaman and Nicobar Islands (India)',NULL,NULL,20,'20_1668151747.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Andaman and Nicobar Islands Tour Packages','Andaman and Nicobar Islands, tour packages, Book Andaman and Nicobar Islands Tour Packages, Andaman tour packages, Book Andaman tour packages','Book Andaman and Nicobar tour packages with Reisen Tours. Discover pristine beaches, vibrant coral reefs, and lush rainforests. Book now for an extraordinary adventure!','<script></script>','<script></script>','',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(5,'Assam','assam','Assam (India)',NULL,NULL,10,'10_1668152587.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Explore the Natural Beauty of Assam with our Tour Packages | Book Now','Assam tour packages, explore Assam, Assam tourism, Assam travel, Assam tea gardens, wildlife in Assam, culture of Assam, Assam sightseeing','Discover the unspoiled beauty of Assam with our tour packages. Experience the tea gardens, wildlife, culture, and more. Book now for a memorable journey.','<script></script>','<script></script>','',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(6,'Uttar Pradesh','uttar-pradesh','Uttar Pradesh (India)',NULL,NULL,6,'6_1668165916.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Explore the Rich Heritage of Uttar Pradesh with Reisen Tours - Book Now!','Uttar Pradesh tour packages, cultural heritage, historical landmarks, spiritual retreats, travel deals, adventure tours, Taj Mahal, Varanasi, Agra, Lucknow, Ayodhya, cultural experiences, religious sites, North India tourism','Immerse yourself in the cultural tapestry of Uttar Pradesh with our exclusive tour packages. Discover iconic landmarks, historical sites, and vibrant traditions. Book your Uttar Pradesh tour with Reisen Tours today!','<script></script>','<script></script>','',NULL,NULL,'1','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(7,'Delhi','delhi','Delhi (India)',NULL,NULL,4,'4_1674904483.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Tour Packages For Delhi | Reisen Tours','Delhi tour packages, Reisen Tours, explore Delhi, historical tours, cultural experiences, best travel deals, guided sightseeing, India travel, book now','Discover the vibrant city of Delhi with our exclusive tour packages! Immerse yourself in rich history, culture, and sights. Book now with Reisen Tours for an unforgettable journey.','<script></script>','<script></script>','','4_1674904483.jpg',NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(8,'Kerala','kerala','Kerala (India)',NULL,NULL,3,'3_1668084566.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Kerala Tours with Reisen Tours - Embark on Unforgettable Journeys!','Kerala tour packages, backwaters tour, hill stations tour, beach tour, cultural tour, South India tour, God\'s Own Country, affordable tour packages, Kerala tourism','Experience the magic of Kerala through Reisen Tours. Discover extraordinary destinations, rich heritage, and captivating stories. Book now for unforgettable journeys!','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"Product\",\r\n  \"name\": \"Kerala Tour Package\",\r\n  \"description\": \"Explore the beautiful landscapes and culture of Kerala with our exclusive tour package.\",\r\n  \"brand\": {\r\n    \"@type\": \"Brand\",\r\n    \"name\": \"Reisen Tour\"\r\n  },\r\n    \"availability\": \"https://schema.org/InStock\",\r\n    \"url\": \"https://www.example.com/kerala-tour-package\",\r\n    \"seller\": {\r\n      \"@type\": \"TravelAgency\",\r\n      \"name\": \"Reisen Tours\",\r\n      \"url\": \"https://www.reisentours.com/tour-destination/kerala/\"\r\n    }\r\n  },\r\n  \"aggregateRating\": {\r\n    \"@type\": \"AggregateRating\",\r\n    \"ratingValue\": \"4.9\",\r\n    \"bestRating\": \"5\",\r\n    \"worstRating\": \"1\",\r\n    \"ratingCount\": \"50\"\r\n  }\r\n}\r\n</script>','<script></script>','','3_1677504123.jpg',NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(9,'Rajasthan','rajasthan','Rajasthan (India)',NULL,NULL,2,'2_1668164917.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Rajasthan Tour Packages | Reisen Tours','Rajasthan tour packages, Rajasthan tourism, Rajasthan holidays, Rajasthan travel, Rajasthan vacation, Jaipur tour packages, Udaipur tour packages, Jaisalmer tour packages, Jodhpur tour packages, Rajasthan heritage tour, Rajasthan cultural tour, Rajasthan desert tour','Immerse yourself in the grandeur of Rajasthan with our curated tour packages. Discover the majestic forts, vibrant culture, and rich heritage. Book your Rajasthan adventure today with Reisen Tours.','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"Tour Package\",\r\n  \"name\": \"Royal Triangle of Rajasthan Tour\",\r\n  \"description\": \"Explore the majestic cities of Udaipur, Jodhpur, and Jaipur on this unforgettable tour of the Royal Triangle of Rajasthan.\",\r\n  \"sku\": \"RT-RJ-001\",\r\n  \"brand\": {\r\n    \"@type\": \"Travel Agency\",\r\n    \"name\": \"Reisen Tours\"\r\n  },\r\n  \"offers\": {\r\n    \"@type\": \"Offer\",\r\n    \"price\": \"Enter the price here\",\r\n    \"priceCurrency\": \"INR\",\r\n    \"availability\": \"InStock\",\r\n    \"url\": \"https://www.reisentours.com/detail/tour-package-for-rajasthan-india/royal-triangle-of-rajasthan-316-2-59601-1-0.html\",\r\n    \"validFrom\": \"2023-09-01\",\r\n    \"validThrough\": \"2023-12-31\"\r\n  },\r\n  \"category\": \"Tour Package\",\r\n  \"touristType\": \"http://schema.org/TouristTrip\",\r\n  \"touristType\": \"Cultural, Historical, Sightseeing\",\r\n  \"destination\": {\r\n    \"@type\": \"Place\",\r\n    \"address\": {\r\n      \"@type\": \"PostalAddress\",\r\n      \"addressLocality\": \"Udaipur, Jodhpur, Jaipur\",\r\n      \"addressRegion\": \"Rajasthan\",\r\n      \"addressCountry\": \"India\"\r\n    },\r\n    \"name\": \"Royal Triangle of Rajasthan\"\r\n  }\r\n}\r\n</script>','<script></script>','',NULL,NULL,'1','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(10,'Himachal Pradesh','himachal-pradesh','Himachal Pradesh (India)',NULL,NULL,1,'1_1674905613.jpg',NULL,'101','India','2021-05-11 16:21:17','2021-05-11 16:21:17','1','0',NULL,'',NULL,NULL,NULL,'Book Himachal Pradesh Tour Packages | Reisen Tours','Book Himachal Pradesh tour packages, Shimla tour package, Reisen Tours, Himachal tour packages, holiday packages for Himachal Pradesh, Himachal Pradesh tour packages, Himachal Pradesh tourism, Himachal Pradesh travel, Dharamshala tour packages','Book Your Himachal Pradesh Tour Packages for an immersive and insightful travel experience with Reisen Tours.','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"Product\",\r\n  \"name\": \"Himachal Pradesh Tour Package\",\r\n  \"description\": \"Explore the beauty of Himachal Pradesh with our guided tour packages. Visit stunning landscapes, experience local culture, and create lasting memories.\",\r\n  \"brand\": {\r\n    \"@type\": \"Brand\",\r\n    \"name\": \"Reisen Tours\"\r\n  },\r\n  \"offers\": {\r\n    \"@type\": \"Offer\",\r\n    \"price\": \"Best Price\",\r\n    \"priceCurrency\": \"INR\",\r\n    \"availability\": \"https://schema.org/InStock\",\r\n    \"url\": \"https://www.reisentours.com/tour-destination/himachal-pradesh/\",\r\n    \"seller\": {\r\n      \"@type\": \"Organization\",\r\n      \"name\": \"Reisen Tours\"\r\n    }\r\n  },\r\n  \"aggregateRating\": {\r\n    \"@type\": \"AggregateRating\",\r\n    \"ratingValue\": \"4.9\",\r\n    \"reviewCount\": \"37\"\r\n  },\r\n  \"image\": [\r\n    \"https://www.example.com/images/himachal-package-image.jpg\"\r\n  ],\r\n  \"touristType\": \"http://schema.org/TouristDestination\",\r\n  \"touristType\": \"Adventure\",\r\n  \"touristType\": \"Sightseeing\",\r\n  \"destination\": \"Himachal Pradesh, India\",\r\n  \"itinerary\": \"Detailed itinerary available on our website.\",\r\n  \"validFrom\": \"2023-09-01\",\r\n  \"validThrough\": \"2024-12-31\"\r\n}\r\n</script>','<script></script>','','1_1674905376.jpg',NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(11,'Ladakh','ladakh','Ladakh (India)',NULL,NULL,60,'60_1674904691.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Discover the Enchanting Beauty of Ladakh with our Tour Packages','Ladakh tour packages, Ladakh travel packages, Ladakh holiday packages, Ladakh vacation packages, Leh Ladakh tour packages, Ladakh adventure tours, cultural tours Ladakh, Ladakh sightseeing tours','Explore the surreal landscapes and cultural marvels of Ladakh with our specially curated tour packages. Book now for an unforgettable experience!','<script></script>','<script></script>','','60_1674904691.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(12,'Sikkim','sikkim','Sikkim (India)',NULL,NULL,23,'23_1668165668.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Explore the Enchanting Beauty of Sikkim with Reisen Tours - Book Now!','Sikkim tour packages, Reisen Tours, Sikkim travel deals, explore Sikkim, book Sikkim tours, Sikkim adventure, scenic landscapes, cultural experiences, travel to Sikkim, best travel agency Sikkim','Discover the stunning landscapes and rich culture of Sikkim with our exclusive tour packages. Book your Sikkim adventure today with Reisen Tours for an unforgettable journey.','<script></script>','<script></script>','',NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(13,'Bihar','bihar','Bihar (India)',NULL,NULL,22,'22_1668159190.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Book Tour Packages for Bihar from Delhi | Uncover Rich Culture & Heritage','Bihar tour packages, Delhi to Bihar travel, cultural heritage tours, historical landmarks, North India exploration, Bihar vacation deals, book Bihar tours, Delhi to Patna packages, travel experiences, Bihar tourism, guided trips, top attractions in Bihar','Embark on a remarkable journey to Bihar from Delhi with our exclusive tour packages. Immerse yourself in the cultural tapestry, historical wonders, and vibrant traditions of Bihar. Book now and experience the best of North India\'s heritage!','<script></script>','<script></script>','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(14,'Gujarat','gujarat','Gujarat (India)',NULL,NULL,15,'15_1668161679.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Book Gujarat Tour Packages | Reisen Tours','Book Gujarat tours, Reisen Tours, unforgettable journeys, vibrant destinations, cultural heritage, travel experiences, explore Gujarat, curated itineraries, authentic travel, book now','Experience the magic of Gujarat through Reisen Tours. Discover extraordinary destinations, rich heritage, and captivating stories. Book now for unforgettable journeys!','<script></script>','<script></script>','','15_1668161679.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(15,'Jammu and kashmir','jammu-and-kashmir','Jammu and kashmir (India)',NULL,NULL,13,'13_1668163824.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Book Your Kashmir Tour Packages | Reisen Tours','Jammu and Kashmir, Jammu and Kashmir tour package, Kashmir tour package, travel, vacation, holiday, holiday packages for kashmir, kashmir tour','Embark on a remarkable journey to Kashmir with our customizable tour packages. Book now for an immersive and insightful travel experience with Reisen Tours.','<script></script>','<script></script>','',NULL,NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(16,'West Bengal','west-bengal','West Bengal (India)',NULL,NULL,12,'12_1668166308.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Explore West Bengal with Reisen Tours - Book Your Dream Tour Now!','West Bengal tour packages, Reisen Tours, explore West Bengal, cultural richness, natural wonders, book tour online, travel to India, best travel deals, West Bengal tourism','Discover the enchanting beauty of West Bengal with our curated tour packages. Immerse yourself in the cultural richness and natural wonders of the region. Book your West Bengal tour with Reisen Tours for an unforgettable experience.','<script></script>','<script></script>','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(17,'Uttarakhand','uttarakhand','Uttarakhand (India)',NULL,NULL,9,'9_1674898191.jpg',NULL,'101','India','2022-01-18 14:59:13','2022-01-18 14:59:13','1','0',NULL,'',NULL,NULL,NULL,'Explore the Beauty of Uttarakhand with Reisen Tours - Book Now!','Uttarakhand tour packages, Reisen Tours, explore Uttarakhand, nature\'s beauty, cultural richness, book now, travel Uttarakhand, adventure trips, Himalayan experience, sightseeing, vacation planning','Discover the enchanting landscapes of Uttarakhand with our exclusive tour packages. Immerse yourself in nature\'s splendor and cultural richness. Book your Uttarakhand tour with Reisen Tours today!','<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"PilgrimageTour\",\r\n  \"name\": \"Char Dham Yatra \",\r\n  \"description\": \"Embark on a spiritual journey to the sacred Char Dham temples in the Himalayas with our comprehensive tour package.\",\r\n  \"url\": \"https://www.example.com/char-dham-yatra\",\r\n  \"image\": \"https://www.example.com/images/char-dham-yatra.jpg\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"C4A/46A\",\r\n    \"addressLocality\": \"Janakpuri\",\r\n    \"addressRegion\": \"Delhi\",\r\n    \"postalCode\": \"110058\",\r\n    \"addressCountry\": \"India\"\r\n  },\r\n  \"offers\": {\r\n    \"@type\": \"Offer\",\r\n    \"price\": \"27,285pp\",\r\n    \"priceCurrency\": \"INR\",\r\n    \"availability\": \"https://schema.org/InStock\",\r\n    \"validFrom\": \"2023-09-01\",\r\n    \"validThrough\": \"2023-12-31\",\r\n    \"url\": \"https://www.reisentours.com/detail/tour-package-for-uttarakhand-india/char-dham-yatra--11n-12d-148-2-52437-1-0.html\",\r\n    \"seller\": {\r\n      \"@type\": \"TravelAgency\",\r\n      \"name\": \"Reisen Tours\",\r\n      \"url\": \"https://www.reisentours.com/\",\r\n      \"telephone\": \"+91-9999932969\",\r\n      \"email\": \"holidays@reisentours.com\"\r\n    }\r\n  }\r\n}\r\n</script>','<script></script>','','9_1674898191.jpg',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(18,'Odisha','odisha','Odisha (India)',NULL,NULL,8,'8_1671783988.jpg',NULL,'101','India','2022-12-23 13:54:49','2022-12-23 13:54:49','1','0',NULL,'',NULL,NULL,NULL,'Explore Odisha with Custom Tour Packages | Book Now - Reisen Tours','Odisha tour packages, puri tour package, Book tour packages for Odisha, orissa tour package, odisha family tour packages, puri tours, Odisha Tour','Discover the enchanting beauty of Odisha with our curated tour packages. Immerse yourself in its rich culture, stunning landscapes, and historical sites. Book your Odisha tour with Reisen Tours today!','<script></script>','<script></script>','',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(19,'Karnataka','karnataka','Karnataka (India)',NULL,NULL,16,'16_1682929585.jpg',NULL,'101','India','2023-05-01 13:47:14','2023-05-01 13:47:14','1','0',NULL,'',NULL,NULL,NULL,'Book Your Karnataka Tour Packages with Reisen Tours','Karnataka tour packages, heritage tours Karnataka, cultural exploration, historical landmarks, scenic landscapes, travel Karnataka, Karnataka vacation, sightseeing in Karnataka, best tour packages, Karnataka tourism','Embark on a remarkable journey to Karnataka with our customizable tour packages. Book now for an immersive and insightful travel experience with Reisen Tours.','<script></script>','<script></script>',NULL,'16_1682929585.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(20,'Tamil Nadu','tamil-nadu','Tamil Nadu (India)',NULL,NULL,17,'17_1684474458.jpg',NULL,'101','India','2023-05-15 16:27:24','2023-05-15 16:27:24','1','0',NULL,'',NULL,NULL,NULL,'Explore Tamil Nadu with Reisen Tours - Book Your Perfect Tour Package Now!','Tamil Nadu tour packages, Tamil Nadu travel, Tamil Nadu holiday, Tamil Nadu tourism, explore Tamil Nadu, cultural tour Tamil Nadu, temple tour Tamil Nadu, scenic beauty Tamil Nadu, vibrant festivals Tamil Nadu, Tamil Nadu cuisine','Discover the rich cultural heritage and breathtaking landscapes of Tamil Nadu with Reisen Tours. Choose from a variety of thoughtfully crafted Tamil Nadu tour packages that cater to your preferences. Start your journey today!','<script></script>','<script></script>',NULL,'17_1684474458.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(21,'Punjab','punjab','Punjab (India)',NULL,NULL,18,'18_1684474433.jpg',NULL,'101','India','2023-05-16 17:22:56','2023-05-16 17:22:56','1','0',NULL,'',NULL,NULL,NULL,'Explore Punjab with Unforgettable Tour Packages | Reisen Tours','Punjab tour packages, Punjab travel, Reisen Tours, cultural heritage tours, Punjab vacation, explore Punjab, travel to India, best Punjab tours, North India excursions, sightseeing in Punjab','Immerse yourself in the vibrant culture and rich heritage of Punjab with our meticulously crafted tour packages. Discover the beauty of this enchanting region with Reisen Tours.','<script></script>','<script></script>',NULL,'18_1684474433.jpg',NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(22,'Haryana','haryana','Haryana (India)',NULL,NULL,19,'19_1685173381.jpg',NULL,'101','India','2023-05-27 12:48:39','2023-05-27 12:48:39','1','0',NULL,'',NULL,NULL,NULL,'Book Kurukshetra Tour Packages | Reisen Tours','Book Kurukshetra tours, tour packages booking, Reisen Tours, guided travel, spiritual exploration, historic sites, cultural immersion, pilgrimage tour, personalized itineraries','Embark on a remarkable journey to Kurukshetra with our customizable tour packages. Book now for an immersive and insightful travel experience with Reisen Tours.','<script></script>','<script></script>',NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(23,'Madhya Pradesh','madhya-pradesh','Madhya Pradesh (India)',NULL,NULL,14,'14_1685173155.jpg',NULL,'101','India','2023-05-27 12:48:39','2023-05-27 12:48:39','1','0',NULL,'',NULL,NULL,NULL,'Book Madhya Pradesh Tour Packages With Reisen Tours','Madhya Pradesh tour packages, MP tourism, cultural heritage, wildlife safaris, historical landmarks, scenic landscapes, central India vacations, best travel deals, must-visit destinations, unique experiences','Discover the enchanting beauty of Madhya Pradesh with our carefully curated tour packages. Immerse yourself in the rich heritage, diverse wildlife, and awe-inspiring landscapes of this central Indian state. Book your dream vacation now!','<script>Book Madhya Pradesh Tour Packages With Reisen Tours</script>','<script></script>',NULL,'14_1685173155.png',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(24,'Maharashtra','maharashtra','Maharashtra (India)',NULL,NULL,5,'5_1685173172.jpg',NULL,'101','India','2023-05-27 12:48:39','2023-05-27 12:48:39','1','0',NULL,'',NULL,NULL,NULL,'Explore Maharashtra with Exclusive Tour Packages | Book Now - Reisen Tours','Maharashtra tour package, Aurangabad tour, Nashik Tour, Mumbai tour, Shirdi temple tour, Maharashtra temple tour, Maharashtra holiday packages','Discover the diverse beauty of Maharashtra through our curated tour packages. Immerse yourself in cultural wonders, natural landscapes, and vibrant cities. Book your Maharashtra tour with Reisen Tours today!','<script></script>','<script></script>',NULL,'5_1685173172.png',NULL,'0','1','0',NULL,NULL,NULL,NULL,NULL,NULL),(25,'Goa','goa','Goa (India)',NULL,NULL,11,NULL,NULL,'101','India','2023-06-10 17:38:17','2023-06-10 17:38:17','0','0',NULL,'',NULL,NULL,NULL,'','','','<script></script>','<script></script>',NULL,NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `tbl_states` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_static_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_static_pages` (
  `sid` int unsigned NOT NULL AUTO_INCREMENT,
  `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) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `isb2b` int NOT NULL DEFAULT '0',
  `displayOnFooter` enum('1','0') NOT NULL DEFAULT '1',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `masterCategory` int DEFAULT NULL,
  `pageurl` varchar(250) DEFAULT NULL,
  `displayOnLegal` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=MyISAM AUTO_INCREMENT=208 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_static_pages` WRITE;
/*!40000 ALTER TABLE `tbl_static_pages` DISABLE KEYS */;
INSERT INTO `tbl_static_pages` VALUES (161,'ABOUT US','about-us','<h2><span style=\"font-family: Arial;\"><u>A message from the Director:</u><br></span><span style=\"font-family: Arial;\">Our Company has been at the forefront of travels and tours innovation and consistently offering a rich, unforgettable &amp; a true travel experience to thousands through a variety of activities. Our services range from tours, guidance to education.<br></span><span style=\"font-family: Arial;\">“I look forward to welcoming you on this magical journey and yearning for a memorable, fun-filled and stress-free experience.”</span><br><span style=\"font-family: Arial;\"><u>About Reisen Tours</u><br></span><span style=\"font-family: Arial;\">Reisen Tours India Pvt. Ltd. is a 16 years old company. We take the liberty to introduce ourselves as a composite organization, where the complete range of Tours &amp; Travels services are provided under one roof with a totally dedicated and experienced team. We are having a license from the Ministry of Tourism GOI as Certified Experienced Travel Agents.<br></span><span style=\"font-family: Arial;\">We are providing services as an IATA agent and have important affiliations with travel and other associations:</span><br><span style=\"font-family: Arial;\"><u>Memberships:</u><br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Association of Domestic Tour Operators of India<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Indian Association of Tour Operators<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Outbound Tour Operators Association of India<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Travel Agents Federation of India<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Travel Agents Association of India<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of IATA Agent Association of India and also Secretary for North India<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of Janakpuri Club, Delhi<br></span><span style=\"font-family: Arial;\">•</span><span style=\"white-space:pre\">	</span><span style=\"font-family: Arial;\">Active Member of BNI Delhi West</span><br><span style=\"font-family: Arial;\"><u>Key Services and Representations:</u><br></span><span style=\"font-family: Arial;\">Reisen Tours apart from working in Travel related services includes Ticketing, Hotels, Tours, Forex, Visa etc.<br></span><span style=\"font-family: Arial;\">We are also having IATA Accreditation from Singapore and RBI License for money changing business, we happily provide important travel services.</span><br><span style=\"font-family: Arial;\"><u>Allied Businesses:</u><br></span><span style=\"font-family: Arial;\"><u>Reisen Tours Currency Exchange</u><br></span><span style=\"font-family: Arial;\">Reisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.</span><br><span style=\"font-family: Arial;\"><u>Reisen Referrals</u><br></span><span style=\"font-family: Arial;\">Reisen Tours also has an App on Google Play Store in the name of Reisen Referral is a referral base intermediate platform that provides you with an opportunity to earn by utilizing your wide network of social circle referrals. It provides you with additional income while focusing on your current job or business and<br></span><span style=\"font-family: Arial;\">creates another vertical of income.</span><br><span style=\"font-family: Arial;\"><u>Reisen Overseas Education:</u><br></span><span style=\"font-family: Arial;\">For the medical aspirants, no more worries to get admission in a medical college. Get enrolled in one of the top medical universities in the world without dropping a year.<br></span><span style=\"font-family: Arial;\">Reisen Tours is also into Overseas Education and has tie ups with more than 7 universities in Russia &amp; CIS Countries like Tajikistan, Kyrgyzstan, Kazakhstan, Uzbekistan &amp; Georgia for MBBS &amp; Medical Courses from Russia.</span><br><span style=\"font-family: Arial;\"><u>Office Address:</u></span><br><span style=\"font-family: Arial;\">Reisen Tours India Pvt. Ltd.<br></span><span style=\"font-family: Arial;\">C-4A/46A, Janakpuri New Delhi-110058<br></span><span style=\"font-family: Arial;\">Reisen Tours NZ Ltd.<br></span><span style=\"font-family: Arial;\">Unit 32, 68 Fonteyn Street, Avondale, Auckland, 1026, NZ</span></h2>','About','About Us','About Us','161_1615795330.jpg','Activate',0,'1','2023-05-10 11:35:08','2023-05-10 11:35:08',0,'','0'),(205,'FOREX','foreign-exchange','<p><b>Buy or sell foreign currencies at best rates. Reisen Tours Forex is one of the very few licensed operators in India by RBI as authorized full-fledged money changers. We offer a wide scope of Foreign exchange money changer and money transfers services that fulfill the currency requirements of customers.</b></p><p><b>Our foreign exchange service is the perfect solution for travelers who want to have access to cash in foreign currencies while on their trip. With our service, you can exchange your local currency for the currency of your destination country before you even leave home. This means you won\'t have to worry about finding a currency exchange booth or ATM when you arrive at your destination.</b></p><p><b>Our service is easy to use and convenient. Simply visit our website and fill out the query form. We offer a wide range of currencies, so you can be sure we have the one you need. You can choose to have it delivered to your home or office, or you can pick it up from our Delhi based office.<br></b></p><p><b>Our exchange rates are competitive, so you can be sure you\'re getting a good deal. Plus, our service is secure and reliable, so you can trust us to handle your money with care.<br></b></p><p><b>Don\'t let the hassle of finding a currency exchange ruin your trip. Use our foreign exchange service and enjoy peace of mind knowing you have cash in the currency you need, whenever you need it.</b><br></p>','Buy or Sell Foreign Currency At Best Rates','currency exchange in delhi, foreign exchange dealers in delhi, foreign exchange in delhi, currency exchange in delhi near me, currency exchange office in delhi, currency exchange in new delhi, foreign money exchange in delhi','Foreign Exchange At Best Rates: Buy or sell foreign currency at best rates from Reisen Tours.','205_1677923704.jpg','Activate',0,'0','2023-03-27 15:27:18','2023-03-27 15:27:18',NULL,'','0'),(206,'MEDIA','media','<p>Media<br></p>','Media','Media','Media','206_1671712487.jpg','Activate',0,'0','2022-12-22 18:04:47','2022-12-22 18:04:47',NULL,'','0'),(162,'TERMS & CONDITIONS','terms-conditions','<ul>\r\n	<li>In case the client wishes to prepone /postpone his or her travel dates, we request you to kindly reach us at least 15 days prior to the journey date via e-mail/SMS.&nbsp; &nbsp;</li>\r\n	<li>The customers can prepone /postpone their tour subject to availability with additional charges (if intimated before 15 days of travel date in written). However, postponing &amp;&nbsp;preponing within 15 days of journey would be non-refundable and non-transferable.&nbsp;&nbsp; &nbsp;</li>\r\n	<li>Also note that few service providers (Hoteliers, Transporter, etc.) may apply to postpone/prepone charges even after meeting the above requirement. In such cases postpone/prepone charges will be deducted from the advance amount deposited.&nbsp; &nbsp;</li>\r\n	<li>In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel / Sightseeings / Vechicle&amp; and season/off-season time.&nbsp;&nbsp; &nbsp;</li>\r\n	<li>We do not accept any changes in the plan within 15 days of the travel date. However, in rare cases like adverse climatic conditions,Pandamic Situations or strikes, the package can be postponed which will be intimated to you beforehand.&nbsp; &nbsp;</li>\r\n	<li>The validity to utilize your Advance payment in prepone/postpone scenarios is 1 Year from the date of the advance payment.&nbsp;&nbsp; &nbsp;</li>\r\n	<li>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).&nbsp;&nbsp;</li>\r\n</ul>\r\n','TERMS & CONDITIONS','TERMS & CONDITIONS','TERMS & CONDITIONS','162_1615790004.jpg','Activate',0,'1','2018-01-12 00:00:00','2021-10-28 19:06:35',0,NULL,'0'),(202,'SERVICES','services','<p><span style=\"color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, &quot;Segoe UI&quot;, Roboto, Ubuntu, Cantarell, &quot;Noto Sans&quot;, sans-serif, &quot;Helvetica Neue&quot;, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 16px; white-space: pre-wrap; background-color: rgb(247, 247, 248);\">Welcome to our service page! We offer a wide range of services to help you plan and book your dream vacation. Our tour and travel services include flights, hotels, and activities, all at competitive prices. We also provide hassle-free visa processing and forex exchange services to ensure that your international travel is smooth and stress-free. Our team of experienced professionals is dedicated to providing you with the highest quality of service, ensuring that you have a seamless and enjoyable travel experience. Browse our services and book your next vacation with us today!</span><br></p>','Tour and Travel, Ticketing, Forex and Visa Services - Book Now!','Tour and travel, ticketing, forex, visa services, flights, hotels, activities, vacation, visa processing, forex exchange, travel deals, international travel','Book your dream vacation with our tour and travel, ticketing, forex and visa services. Get the best deals on flights, hotels, and activities. We offer hassle-free visa services and forex exchange. Book now!','202_1670658371.jpg','Deactivate',0,'1','2023-03-04 11:13:44','2023-03-04 11:13:44',1,'','0'),(195,'FLIGHTS','flights','<p><span style=\"color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, &quot;Segoe UI&quot;, Roboto, Ubuntu, Cantarell, &quot;Noto Sans&quot;, sans-serif, &quot;Helvetica Neue&quot;, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 16px; white-space: pre-wrap; background-color: rgb(247, 247, 248);\">Welcome to our flight booking page! We offer a convenient and easy-to-use platform for booking flights to destinations all around the world. Our platform allows you to compare prices and flight schedules from multiple airlines to find the best deal for your travel needs. Whether you\'re traveling for business or pleasure, we have options for every budget and preference. We also offer additional services such as travel insurance, seat selection, and baggage allowance, to make your travel experience even more seamless. Book your flights with us today and enjoy a stress-free travel experience from start to finish.</span><br></p>','Book Cheap Flights Online | Flight Booking Service | Reisen Tours','flight booking service, book cheap flights online, best flight deals, airline tickets, flight reservations, online travel agency, flight search engine, cheap airfare, flight booking website, international flights','Book cheap flights online with Reisen Tours. We offer the best flight booking service with a wide range of airlines and destinations. Get the best deals on flights today!','195_1615527493.jpg','Deactivate',0,'1','2023-03-04 12:23:59','2023-03-04 12:23:59',0,'','0'),(167,'PRIVACY POLICY','privacy-policy','<p><strong>General Policy:</strong></p>\r\n\r\n<ul>\r\n	<li>If cancellation is made any time not less than 45 days prior to departure, Rs. 5,000/- (per person) shall be deducted.</li>\r\n	<li>If cancellation is made 45 to 30 days prior to departure, 50% of the tour cost shall be deducted.</li>\r\n	<li>If cancellation is made 30 to 15 days prior to departure, 75% of the tour cost shall be deducted.</li>\r\n	<li>If cancellation is made within 15 days prior to departure, 100% of the tour cost shall be deducted.</li>\r\n</ul>\r\n\r\n<p><strong>Specific:</strong> Many bookings are non-refundable. Check before making any Reservations.</p>\r\n','PRIVACY POLICY','PRIVACY POLICY','PRIVACY POLICY','167_1615554135.jpg','Activate',0,'1','2018-01-12 00:00:00','2021-10-28 19:10:05',0,NULL,'0'),(184,'OFFERS','offers','<p>Offers</p>\r\n','Offers','Offers','Offers','184_1615552322.jpg','Deactivate',0,'1','2018-04-12 15:25:37','2021-06-04 16:15:16',0,NULL,'0'),(185,'DOMESTIC TOUR PACKAGES','domestic-tour-packages','','Book Domestic Tour Packages From Reisen Tours Janakpuri','DOMESTIC TOUR PACKAGES, Tour and travel agency in Jankpuri, Tour Agency, Tour Operator, Domestic Packages','Book tour packages with Reisen Tours in Janakpuri. Discover incredible destinations, immerse in diverse cultures, and create unforgettable memories. Book now!\"','185_1616068521.jpg','Deactivate',0,'1','2023-05-19 12:35:57','2023-05-19 12:35:57',0,'','0'),(190,'CONTACT US','contact-us','<p>CONTACT US</p>\r\n','CONTACT US','CONTACT US','CONTACT US','190_1615792698.jpg','Activate',0,'1','2018-08-13 18:02:55','2021-05-11 15:43:17',0,NULL,'0'),(191,'INTERNATIONAL TOUR PACKAGES','international-tour-packages','<div>Welcome to our international tour packages page, where you\'ll find a wide selection of customized travel experiences to some of the most exciting destinations around the world. Whether you\'re seeking adventure in exotic locations or looking to immerse yourself in different cultures, we\'ve got you covered.</div><div><br></div><div>Our team of travel experts has carefully crafted each package to cater to your unique needs and interests. From the bustling streets of Tokyo to the serene beaches of Bali, we offer a range of experiences that cater to all types of travelers. Whether you\'re traveling solo, as a couple, or with your family, we\'ve got a package that\'s just right for you.</div><div><br></div><div>Our packages include flights, accommodation, and activities, ensuring that you have a stress-free and unforgettable experience. We also offer some of the best deals and discounts in the market, so you can explore the world without breaking the bank.</div><div><br></div><div>So why wait? Book your international tour package now and get ready to embark on a journey of a lifetime. Our team is dedicated to ensuring that you have the best possible experience, from start to finish. Explore the world with us and make unforgettable memories that will last a lifetime.</div>','Customized International Tour Packages - Explore the World with Us','international tour packages, customized travel, exotic destinations, cultural experiences, adventure, best deals, book now, tour packages from delhi','Discover our customized international tour packages that cater to your unique travel needs. From exotic destinations to cultural hotspots, we offer the best deals and experiences for your next adventure. Book your trip now and explore the world with us.','193_1615796326.jpg','Deactivate',0,'0','2023-02-28 15:19:47','2023-02-28 15:19:47',0,'','0'),(194,'BLOGS','blogs','<p>Blog</p>','Blog','blog','','194_1685099608.jpg','Activate',0,'1','2023-05-26 16:43:28','2023-05-26 16:43:28',2,'','0'),(193,'A MEMBERS-ONLY WHOLESALE BOOKING SITE','a-members-only-wholesale-booking-site','<p>Now Search our best seller readymade packages or BUILD YOUR OWN PACKAGE in few minutes for Kerala, Andaman, Leh</p>\r\n\r\n<ul>\r\n	<li><strong>GUARANTEED</strong> Best Hotel Prices</li>\r\n	<li><strong>EXCLUSIVE</strong> Member Wholesale Rates</li>\r\n	<li><strong>100%</strong> Lowest Price Guarantee*</li>\r\n</ul>','Home','Home','Home','','Activate',1,'0','2021-05-13 21:55:22','2022-01-18 15:59:37',1,NULL,'0'),(196,'VISA','visa','<p>Our visa service helps you secure the necessary documents needed to enter and stay in your desired country. We understand the complexity of the visa application process, which is why we offer a streamlined and hassle-free service to assist you in obtaining the appropriate visa.</p><p>Our team of experts is highly experienced in processing visa applications and can guide you through the entire process, from filling out forms to gathering supporting documents. We work closely with embassies and consulates to ensure that your application is processed efficiently and effectively.<br></p><p>Our visa service includes:<br></p><p>Visa Consultation: Our experts will assess your visa requirements and provide you with personalized advice on which visa is best suited for your needs.<br></p><p>Visa Application: We will handle the entire visa application process, including filling out forms, gathering supporting documents, and submitting the application on your behalf.<br></p><p>Visa Tracking: We will keep you informed of the progress of your visa application and provide you with updates as necessary.<br></p><p>Visa Delivery: Once your visa application is approved, we will arrange for the delivery of your visa to your preferred address.<br></p><p>We offer visa services for a range of countries, including the United States, Canada, Australia, the United Kingdom, and many more. Our services are reliable, affordable, and transparent, with no hidden fees or charges.<br></p><p>Contact us today to learn more about our visa services and how we can help you obtain the necessary documents to travel abroad.<br></p>','Visa Services in Delhi | Expert Visa Assistance | Reisen Tours','UNITED KINGDOM VISA, visa services Delhi, visa assistance, visa consultants, visa processing, visa applications, trusted visa agency, visa experts, Delhi visa consultants, professional visa services, hassle-free visa assistance','Looking for reliable visa services in Delhi? Get expert assistance for visa applications, documentation, and processing. Contact Reisen Tours today for a hassle-free visa experience.','196_1616056524.jpg','Activate',0,'1','2023-09-01 10:55:10','2023-09-01 10:55:10',1,'','0'),(199,'ACTIVITIES','activities','<p>ACTIVITIES</p>\r\n','Activities','activities,sightseeing,tours','ACTIVITIES','199_1616064737.jpg','Deactivate',0,'1','2021-03-16 16:09:08','2021-05-11 15:38:31',1,NULL,'0'),(197,'HOTEL','hotel','<p>We offer a wide range of hotel accommodations to suit your travel needs, whether you\'re traveling for business or pleasure. From luxury hotels to budget-friendly options, we have something for everyone. Our team of experienced travel experts can help you find the perfect hotel to fit your budget and preferences. We also offer tour packages that include hotel accommodations, flights, and activities to make planning your vacation easy and stress-free. Book your stay with us and enjoy exceptional service and world-class amenities. Experience a truly unforgettable vacation with our tour and travel, hotel services.<br></p>','Hotel Booking Service - Book Your Stay Today!','hotel booking, hotel deals, book hotel rooms, easy booking, competitive prices, worldwide accommodations, business travel, leisure travel, online booking, vacation','Discover the best hotel deals and book your stay with our hotel booking service. Our easy-to-use platform allows you to find and book hotels worldwide at competitive prices. Whether you\'re traveling for business or pleasure, we have the perfect accommodations for you.','197_1616067548.jpg','Deactivate',0,'1','2023-03-04 11:52:27','2023-03-04 11:52:27',1,'','0'),(198,'HOLIDAYS','holidays','','Holiday Tour Packages For Domestic And International Destinations','holidays, packages, tour packages, holiday packages, travel packages, family vacation packages, world tour package, trip packages, family tour, low cost holidays, honeymoon tour packages, honeymoon holidays, european tour packages, best tour packages','Book amazing domestic & international tour packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','198_1685100769.jpg','Deactivate',0,'1','2023-05-26 17:02:49','2023-05-26 17:02:49',1,'','0'),(200,'24 7 SUPPORT','24-7-support','<p>Test</p>','24x7 Customer Care Support','support, customer service, travel 24x7 service, 24*7','We provide the best 24*7 Customer Service','200_1616054885.jpg','Deactivate',0,'1','2022-12-10 13:36:51','2022-12-10 13:36:51',1,'','0'),(201,'DIRECTOR’S DESK','director’s-desk','','Director’s Desk','Director’s Desk','Director’s Desk','201_1616070347.jpg','Deactivate',0,'1','2021-03-18 16:52:55','2021-06-04 16:14:27',1,NULL,'0');
/*!40000 ALTER TABLE `tbl_static_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_support`
--

DROP TABLE IF EXISTS `tbl_support`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_support` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `isDisplayOnHome` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1',
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_support`
--

LOCK TABLES `tbl_support` WRITE;
/*!40000 ALTER TABLE `tbl_support` DISABLE KEYS */;
INSERT INTO `tbl_support` VALUES (1,'24/7','Agent support helpline','support.svg','1','1','0'),(2,'Multiple Income','Get awesome opportunities','multipleincome.svg','1','1','0'),(3,'Good Commissions','Earn good deals and commissions','good_comission.svg','1','1','0'),(4,'Agent portal','Get Interactive exclusive portal','agent_portal.svg','1','1','0'),(5,'Latest Deals','Access to the great deals','latest_deals.svg','1','1','0'),(6,'30+','Years of business experience','trophy.svg','1','1','0');
/*!40000 ALTER TABLE `tbl_support` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_team`
--

DROP TABLE IF EXISTS `tbl_team`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_team` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(500) NOT NULL,
  `designation` varchar(500) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(256) NOT NULL,
  `display` enum('1','0') NOT NULL DEFAULT '1',
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_team`
--

LOCK TABLES `tbl_team` WRITE;
/*!40000 ALTER TABLE `tbl_team` DISABLE KEYS */;
INSERT INTO `tbl_team` VALUES (4,'Chetan Gupta','Director','Chetan Gupta, As the name says YOUR INDIA TRAVEL, this is for you about India. Every time you choose YIT, you are placing your confidence and trust in us - in our \'Product\', our \'Service\' and our \'People\'. Your expectations from us are undoubtedly high and that\'s what keeps us continuously trying to improve ourselves.','1561373672.png','1','1','0');
/*!40000 ALTER TABLE `tbl_team` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_temp_data`
--

DROP TABLE IF EXISTS `tbl_temp_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_temp_data` (
  `id` int NOT NULL AUTO_INCREMENT,
  `TraceId` varchar(200) NOT NULL,
  `json_data` longtext NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=427 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_temp_data`
--

LOCK TABLES `tbl_temp_data` WRITE;
/*!40000 ALTER TABLE `tbl_temp_data` DISABLE KEYS */;
INSERT INTO `tbl_temp_data` VALUES (1,'4-8837225566_0DELBOMSG8153_17097741229884559','{\"BookingData\":[{\"bookingId\":\"TJS108900034381\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-8837225566_0DELBOMSG8153_17097741229884559\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-09T06:20\",\"LocalFromTime\":\"2020-12-09 06:20\",\"FromUTCTime\":\"2020-12-09T06:20\",\"LocalToTime\":\"2020-12-09 08:35\",\"ToUTCTime\":\"2020-12-09T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 09 Dec\",\"ArrivalDateTxt\":\"Wed, 09 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"PublishedFareTxt\":\"4,073\",\"ApiResultIndex\":\"4-8837225566_0DELBOMSG8153_17097741229884559\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":4072.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-8837225566_0DELBOMSG8153_17097741229884559\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-09T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-09T06:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"284\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"09\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-09\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=09%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1941-07-21\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-06 18:16:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"366\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_id\":[\"1\"]},\"_sessiondata\":null}','2020-11-06 18:16:40'),(2,'16-7928554262_12DELBLRI5740BLRBOMI5306_17099112874718627','{\"BookingData\":[{\"bookingId\":\"TJS106100034401\",\"FlightNumber\":\"I5-740\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"16-7928554262_12DELBLRI5740BLRBOMI5306_17099112874718627\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2020-12-03T07:55\",\"LocalFromTime\":\"2020-12-03 07:55\",\"FromUTCTime\":\"2020-12-03T07:55\",\"LocalToTime\":\"2020-12-04 00:30\",\"ToUTCTime\":\"2020-12-04T00:30\",\"IsDirect\":0,\"FareClass\":\"EP\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":720,\"LAYOVERDuration\":\"12h 0m\",\"FlyingMinutes\":995,\"DepartureDateTxt\":\"Thu, 03 Dec\",\"ArrivalDateTxt\":\"Fri, 04 Dec\",\"FlightDuration\":\"16h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":22,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3917.7,\"PublishedFareTxt\":\"3,918\",\"ApiResultIndex\":\"16-7928554262_12DELBLRI5740BLRBOMI5306_17099112874718627\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3277,\"Tax\":640.7,\"YQTax\":0,\"OtherCharges\":355,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":168,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3917.7,\"PublishedFare\":3917.7,\"OfferedFare\":3917.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"16-7928554262_12DELBLRI5740BLRBOMI5306_17099112874718627\",\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":640.7,\"BaseFareCal\":3277,\"BaseFare\":3277,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":168,\"MFT\":2.7,\"OT\":355,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":false,\"CabinBaggage\":false}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2020-12-03T10:40\",\"SegFlightNumber\":\"I5-740\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-03T07:55\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":165,\"GroundTime\":720,\"NoOfSeatAvailable\":22,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"12h 0m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-04T00:30\",\"SegFlightNumber\":\"I5-306\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2020-12-03T22:40\",\"TripIndicator\":\"\",\"IsBaggage\":false,\"Baggage\":null,\"IsCabinBaggage\":false,\"CabinBaggage\":null,\"IsMealIncludes\":null,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":22,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PBAA\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PBAB\",\"Price\":3780,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PBAC\",\"Price\":7580,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PBAD\",\"Price\":11580,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"PBAF\",\"Price\":19000,\"Weight\":\"40KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"LZCM\",\"Price\":0,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KPCM\",\"Price\":0,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KFCM\",\"Price\":0,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KACM\",\"Price\":0,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"JMCM\",\"Price\":0,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"JDCM\",\"Price\":0,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"JCAI\",\"Price\":0,\"Description\":\"Juice\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"HVCM\",\"Price\":0,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"GACM\",\"Price\":0,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"APCM\",\"Price\":0,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"MMAI\",\"Price\":100,\"Description\":\"Fruit Salad + Ice Cream\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KFCB\",\"Price\":200,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"LZCB\",\"Price\":250,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KPCB\",\"Price\":250,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"KACB\",\"Price\":250,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"JMCB\",\"Price\":250,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"JDCB\",\"Price\":250,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"HVCB\",\"Price\":250,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"APCB\",\"Price\":250,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"},{\"Currency\":\"INR\",\"key\":\"226\",\"Code\":\"GACB\",\"Price\":300,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"03\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-03\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=03%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1996-10-07\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-06 18:42:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"367\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"2\"]},\"_sessiondata\":null}','2020-11-06 18:43:24'),(3,'4-6408219336_0DELBOMSG8153_17344425003667152','{\"BookingData\":[{\"bookingId\":\"TJS106700034675\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-6408219336_0DELBOMSG8153_17344425003667152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-08T06:20\",\"LocalFromTime\":\"2020-12-08 06:20\",\"FromUTCTime\":\"2020-12-08T06:20\",\"LocalToTime\":\"2020-12-08 08:35\",\"ToUTCTime\":\"2020-12-08T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 08 Dec\",\"ArrivalDateTxt\":\"Tue, 08 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"PublishedFareTxt\":\"4,073\",\"ApiResultIndex\":\"4-6408219336_0DELBOMSG8153_17344425003667152\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":4072.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-6408219336_0DELBOMSG8153_17344425003667152\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-08T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-08T06:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"361\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"08\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-08\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=08%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1941-07-21\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-09 14:48:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"368\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_id\":[\"3\"]},\"_sessiondata\":{\"EmailId\":\"sudipta@catpl.co.in                                                                                 \",\"CustomerSysId\":\"90444\",\"AgencySysId\":\"5155\",\"FirstName\":\"Sudipta                                           \",\"LastName\":\"                                                  \",\"Password_cu\":\"d6c722e0ca771ab08b789d79e6823a8b\",\"ContactNo1\":\"9818999760\"}}','2020-11-09 14:48:18'),(4,'4-9505264767_4DELHYDSG472HYDBOMSG704_17345500379979545','{\"BookingData\":[{\"bookingId\":\"TJS109700034684\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-9505264767_4DELHYDSG472HYDBOMSG704_17345500379979545\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-11-12T20:45\",\"LocalFromTime\":\"2020-11-12 20:45\",\"FromUTCTime\":\"2020-11-12T20:45\",\"LocalToTime\":\"2020-11-13 07:05\",\"ToUTCTime\":\"2020-11-13T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Thu, 12 Nov\",\"ArrivalDateTxt\":\"Fri, 13 Nov\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4663.7,\"PublishedFareTxt\":\"4,664\",\"ApiResultIndex\":\"4-9505264767_4DELHYDSG472HYDBOMSG704_17345500379979545\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1279.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4663.7,\"PublishedFare\":4663.7,\"OfferedFare\":4663.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-9505264767_4DELHYDSG472HYDBOMSG704_17345500379979545\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1279.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-11-12T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-11-12T20:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-11-13T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-11-13T05:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"995\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"12\\/11\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/11\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-11-12\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=12%2F11%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"manisha.matai765@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8948408390\",\"FirstName\":\"Manisha\",\"LastName\":\"Matai\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1993-12-13\",\"Address\":\"LiG95 Barra 4\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-09 15:07:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"50\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"369\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_id\":[\"4\"]},\"_sessiondata\":null}','2020-11-09 15:07:24'),(5,'4-5092587265_4DELHYDSG472HYDBOMSG704_17346589245547283','{\"BookingData\":[{\"bookingId\":\"TJS106100034686\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"4-5092587265_4DELHYDSG472HYDBOMSG704_17346589245547283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-11-12T20:45\",\"LocalFromTime\":\"2020-11-12 20:45\",\"FromUTCTime\":\"2020-11-12T20:45\",\"LocalToTime\":\"2020-11-13 07:05\",\"ToUTCTime\":\"2020-11-13T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Thu, 12 Nov\",\"ArrivalDateTxt\":\"Fri, 13 Nov\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4663.7,\"PublishedFareTxt\":\"4,664\",\"ApiResultIndex\":\"4-5092587265_4DELHYDSG472HYDBOMSG704_17346589245547283\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1279.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4663.7,\"PublishedFare\":4663.7,\"OfferedFare\":4663.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"4-5092587265_4DELHYDSG472HYDBOMSG704_17346589245547283\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1279.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-11-12T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-11-12T20:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-11-13T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-11-13T05:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":null,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"252\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"12\\/11\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/11\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-11-12\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=12%2F11%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"bmatai12@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8604444404\",\"FirstName\":\"Bhupesh\",\"LastName\":\"Matai\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1993-12-13\",\"Address\":\"LIG 95\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-09 15:24:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"51\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"370\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"51\",\"CustomerMemSysId\":[\"51\"],\"flight_booking_id\":[\"5\"]},\"_sessiondata\":null}','2020-11-09 15:24:27'),(6,'5-9929230782_0LKODEL6E2425_17348289400073329,5-9929230782_0DELLKO6E906_17348289377910175','{\"BookingData\":[{\"bookingId\":\"TJS102000034702\",\"FlightNumber\":\"6E-2425\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"5-9929230782_0LKODEL6E2425_17348289400073329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2020-11-17T16:40\",\"LocalFromTime\":\"2020-11-17 16:40\",\"FromUTCTime\":\"2020-11-17T16:40\",\"LocalToTime\":\"2020-11-17 17:45\",\"ToUTCTime\":\"2020-11-17T17:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Tue, 17 Nov\",\"ArrivalDateTxt\":\"Tue, 17 Nov\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":\"16028\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"LKO\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3176.7,\"PublishedFareTxt\":\"3,177\",\"ApiResultIndex\":\"5-9929230782_0LKODEL6E2425_17348289400073329\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2450,\"Tax\":726.7,\"YQTax\":0,\"OtherCharges\":481,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":128,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3176.7,\"PublishedFare\":3176.7,\"OfferedFare\":3176.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"5-9929230782_0LKODEL6E2425_17348289400073329\",\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":726.7,\"BaseFareCal\":2450,\"BaseFare\":2450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":128,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"originAirportName\":\"Amausi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Lucknow\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2020-11-17T17:45\",\"SegFlightNumber\":\"6E-2425\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"LKO\",\"originDepTime\":\"2020-11-17T16:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"884\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"FilterPrice\":\"\"},{\"bookingId\":\"TJS102000034702\",\"FlightNumber\":\"6E-906\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"apiTraceId\":\"5-9929230782_0DELLKO6E906_17348289377910175\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"09:50\",\"TravelDate\":\"2020-11-25T08:40\",\"LocalFromTime\":\"2020-11-25 08:40\",\"FromUTCTime\":\"2020-11-25T08:40\",\"LocalToTime\":\"2020-11-25 09:50\",\"ToUTCTime\":\"2020-11-25T09:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 25 Nov\",\"ArrivalDateTxt\":\"Wed, 25 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"16028\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":71,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2595.7,\"PublishedFareTxt\":\"2,596\",\"ApiResultIndex\":\"5-9929230782_0DELLKO6E906_17348289377910175\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1994,\"Tax\":601.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2595.7,\"PublishedFare\":2595.7,\"OfferedFare\":2595.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":\"Partial Refundable\",\"PriceID\":\"5-9929230782_0DELLKO6E906_17348289377910175\",\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":601.7,\"BaseFareCal\":1994,\"BaseFare\":1994,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":104,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2020-11-25T09:50\",\"SegFlightNumber\":\"6E-906\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-11-25T08:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":null,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":71,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Lucknow(LKO)\",\"mytrip_city_to\":\"Delhi(DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"LKO\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Lucknow, IN - Amausi Airport (LKO)\",\"destination\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"departure_date\":\"17\\/11\\/2020\",\"return_date\":\"25\\/11\\/2020\",\"from_mytrip_city\":\" IN - Amausi Airport (LKO)\",\"to_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"LKO\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"LKO\",\"to\":\"DEL\",\"sourceCityText\":\"Lucknow, IN - Amausi Airport (LKO)\",\"destinationCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"sourceCityId\":\"16028\",\"destinationCityId\":\"7701\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/11\\/2020\",\"return_dates\":\"25\\/11\\/2020\",\"strDepatureDate\":\"2020-11-17\",\"strReturnDate\":\"2020-11-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Lucknow%28LKO%29&mytrip_city_to=Delhi%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=LKO&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Lucknow%2C+IN+-+Amausi+Airport+%28LKO%29&destination=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&departure_date=17%2F11%2F2020&return_date=25%2F11%2F2020&from_mytrip_city=+IN+-+Amausi+Airport+%28LKO%29&to_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"namansingh1994@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8299811436\",\"FirstName\":\"Naman\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1994-01-16\",\"Address\":\"127\\/714 S Block, Juhi Hamirpur Road\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-09 15:52:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"52\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"371\"],[\"372\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"52\",\"CustomerMemSysId\":[\"52\"],\"flight_booking_id\":[\"6\",\"7\"]},\"_sessiondata\":null}','2020-11-09 15:53:02'),(7,'5-1142407220_0DELBOM6E6957_18124863464677828','{\"BookingData\":[{\"bookingId\":\"TJS108700037228\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1142407220_0DELBOM6E6957_18124863464677828\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2020-11-18T19:20\",\"LocalFromTime\":\"2020-11-18 19:20\",\"FromUTCTime\":\"2020-11-18T19:20\",\"LocalToTime\":\"2020-11-18 21:35\",\"ToUTCTime\":\"2020-11-18T21:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 18 Nov\",\"ArrivalDateTxt\":\"Wed, 18 Nov\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":22,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":14909.099999999999,\"PublishedFareTxt\":\"14,909\",\"ApiResultIndex\":\"5-1142407220_0DELBOM6E6957_18124863464677828\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12760,\"Tax\":2149.1000000000004,\"YQTax\":0,\"OtherCharges\":1140,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":656,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":14909.099999999999,\"PublishedFare\":14909.099999999999,\"OfferedFare\":14909.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1142407220_0DELBOM6E6957_18124863464677828\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":14909.1,\"oldFare\":15789.1,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1447.4,\"BaseFareCal\":8800,\"BaseFare\":8800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":452,\"MFT\":5.4,\"OT\":760,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":701.7,\"BaseFareCal\":3960,\"BaseFare\":3960,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":204,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-11-18T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-11-18T19:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":22,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"18\\/11\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"18\\/11\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-11-18\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=18%2F11%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1996-10-07\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 15:47:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"5\",\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1997-02-06\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 15:47:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"4\",\"Relation\":\"5\",\"Contacts\":\"9634022688\",\"FirstName\":\"kanishka\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"2015-08-6\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 15:47:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"},\"32\":{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPD\",\"Price\":\"12000\",\"Weight\":\"30 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"373\",\"374\",\"375\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"32\",0],\"flight_booking_id\":[\"8\"]},\"_sessiondata\":null}','2020-11-18 15:48:22'),(8,'5-0181188884_8DELBHO6E2061BHOBOM6E661_18126932776416259,5-0181188884_14BOMHYD6E409HYDDEL6E5002_18126932676819278','{\"BookingData\":[{\"bookingId\":\"TJS103700037240\",\"FlightNumber\":\"6E-2061\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0181188884_8DELBHO6E2061BHOBOM6E661_18126932776416259\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2020-12-01T07:00\",\"LocalFromTime\":\"2020-12-01 07:00\",\"FromUTCTime\":\"2020-12-01T07:00\",\"LocalToTime\":\"2020-12-01 13:35\",\"ToUTCTime\":\"2020-12-01T13:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Bhopal\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":395,\"DepartureDateTxt\":\"Tue, 01 Dec\",\"ArrivalDateTxt\":\"Tue, 01 Dec\",\"FlightDuration\":\"6h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":30,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11591.099999999999,\"PublishedFareTxt\":\"11,591\",\"ApiResultIndex\":\"5-0181188884_8DELBHO6E2061BHOBOM6E661_18126932776416259\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9450,\"Tax\":2141.1000000000004,\"YQTax\":0,\"OtherCharges\":1290,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":498,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11591.099999999999,\"PublishedFare\":11591.099999999999,\"OfferedFare\":11591.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0181188884_8DELBHO6E2061BHOBOM6E661_18126932776416259\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1427.4,\"BaseFareCal\":6300,\"BaseFare\":6300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":332,\"MFT\":5.4,\"OT\":860,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":713.7,\"BaseFareCal\":3150,\"BaseFare\":3150,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":166,\"MFT\":2.7,\"OT\":430,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Bhoj Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhopal\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BHO\",\"destinationArrTime\":\"2020-12-01T08:25\",\"SegFlightNumber\":\"6E-2061\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-01T07:00\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":205,\"NoOfSeatAvailable\":30,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Bhopal\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Raja Bhoj Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bhopal\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-01T13:35\",\"SegFlightNumber\":\"6E-661\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BHO\",\"originDepTime\":\"2020-12-01T11:50\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":30,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"806\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"806\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"806\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"806\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"FilterPrice\":\"\"},{\"bookingId\":\"TJS103700037240\",\"FlightNumber\":\"6E-409\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0181188884_14BOMHYD6E409HYDDEL6E5002_18126932676819278\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2020-12-04T06:30\",\"LocalFromTime\":\"2020-12-04 06:30\",\"FromUTCTime\":\"2020-12-04T06:30\",\"LocalToTime\":\"2020-12-04 13:00\",\"ToUTCTime\":\"2020-12-04T13:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":160,\"LAYOVERDuration\":\"2h 40m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Fri, 04 Dec\",\"ArrivalDateTxt\":\"Fri, 04 Dec\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":17,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11270.099999999999,\"PublishedFareTxt\":\"11,270\",\"ApiResultIndex\":\"5-0181188884_14BOMHYD6E409HYDDEL6E5002_18126932676819278\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9000,\"Tax\":2270.1000000000004,\"YQTax\":0,\"OtherCharges\":1443,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":474,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11270.099999999999,\"PublishedFare\":11270.099999999999,\"OfferedFare\":11270.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0181188884_14BOMHYD6E409HYDDEL6E5002_18126932676819278\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1513.4,\"BaseFareCal\":6000,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":316,\"MFT\":5.4,\"OT\":962,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":756.7,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":158,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-12-04T07:50\",\"SegFlightNumber\":\"6E-409\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2020-12-04T06:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":160,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"06:30\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"2h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2020-12-04T13:00\",\"SegFlightNumber\":\"6E-5002\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-12-04T10:30\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"01\\/12\\/2020\",\"return_date\":\"04\\/12\\/2020\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"01\\/12\\/2020\",\"return_dates\":\"04\\/12\\/2020\",\"strDepatureDate\":\"2020-12-01\",\"strReturnDate\":\"2020-12-04\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=01%2F12%2F2020&return_date=04%2F12%2F2020&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1996-10-07\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 16:16:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"5\",\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1997-02-06\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 16:16:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"4\",\"Relation\":\"1\",\"Contacts\":\"9634022688\",\"FirstName\":\"kanishka\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"2016-05-9\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-18 16:16:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"376\",\"377\",\"378\"],[\"379\",\"380\",\"381\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"32\",0],\"flight_booking_id\":[\"9\",\"10\"]},\"_sessiondata\":null}','2020-11-18 16:17:43'),(9,'16-2509546922_0DELBBII5814BBIBOMI5630_18642387030021276','{\"BookingData\":[{\"bookingId\":\"TJS107400038757\",\"FlightNumber\":\"I5-814\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"16-2509546922_0DELBBII5814BBIBOMI5630_18642387030021276\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:55\",\"ArrivalTime\":\"21:20\",\"TravelDate\":\"2020-12-16T07:55\",\"LocalFromTime\":\"2020-12-16 07:55\",\"FromUTCTime\":\"2020-12-16T07:55\",\"LocalToTime\":\"2020-12-16 21:20\",\"ToUTCTime\":\"2020-12-16T21:20\",\"IsDirect\":0,\"FareClass\":\"EP\",\"LAYOVERCity\":\"Bhubaneswar\",\"GroundTime\":505,\"LAYOVERDuration\":\"8h 25m\",\"FlyingMinutes\":805,\"DepartureDateTxt\":\"Wed, 16 Dec\",\"ArrivalDateTxt\":\"Wed, 16 Dec\",\"FlightDuration\":\"13h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":115,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":23876.1,\"PublishedFareTxt\":\"23,876\",\"ApiResultIndex\":\"16-2509546922_0DELBBII5814BBIBOMI5630_18642387030021276\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21666,\"Tax\":2210.1000000000004,\"YQTax\":0,\"OtherCharges\":1065,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":1092,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23876.1,\"PublishedFare\":24230.1,\"OfferedFare\":24230.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"16-2509546922_0DELBBII5814BBIBOMI5630_18642387030021276\",\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1473.4,\"BaseFareCal\":14444,\"BaseFare\":14444,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":728,\"MFT\":5.4,\"OT\":710,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":736.7,\"BaseFareCal\":7222,\"BaseFare\":7222,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":364,\"MFT\":2.7,\"OT\":355,\"MU\":0,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Biju Patnaik Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bhubaneswar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BBI\",\"destinationArrTime\":\"2020-12-16T10:20\",\"SegFlightNumber\":\"I5-814\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-16T07:55\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":505,\"NoOfSeatAvailable\":115,\"strDepartureDtTime\":\"07:55\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"8h 25m\",\"LAYOVERCity\":\"Bhubaneswar\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Biju Patnaik Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bhubaneswar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-16T21:20\",\"SegFlightNumber\":\"I5-630\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"BBI\",\"originDepTime\":\"2020-12-16T18:45\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":115,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:20\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAA\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAB\",\"Price\":3780,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAC\",\"Price\":7580,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAD\",\"Price\":11580,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAF\",\"Price\":19000,\"Weight\":\"40KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"LZCM\",\"Price\":0,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KPCM\",\"Price\":0,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KFCM\",\"Price\":0,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KACM\",\"Price\":0,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"JMCM\",\"Price\":0,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"JDCM\",\"Price\":0,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"JCAI\",\"Price\":0,\"Description\":\"Juice\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"HVCM\",\"Price\":0,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"GACM\",\"Price\":0,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"APCM\",\"Price\":0,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"MMAI\",\"Price\":149,\"Description\":\"Fruit Salad + Ice Cream\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"LZCB\",\"Price\":350,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KPCB\",\"Price\":350,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KFCB\",\"Price\":350,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KACB\",\"Price\":350,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"JDCB\",\"Price\":350,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"HVCB\",\"Price\":350,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"GACB\",\"Price\":350,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"APCB\",\"Price\":350,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"16\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"16\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-16\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=16%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9634022688\",\"FirstName\":\"muskan\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1997-10-04\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-24 15:24:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"33\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"9634022688\",\"FirstName\":\"jsad\",\"LastName\":\"ghgs\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1998-09-12\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-24 15:24:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"34\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"1\",\"Contacts\":\"9634022688\",\"FirstName\":\"hgfhg\",\"LastName\":\"vhgvh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"2016-08-7\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-24 15:24:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":{\"33\":{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"KFCM\",\"Price\":\"0\",\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"}},\"SelectedBaggSessionNew\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"PBAB\",\"Price\":\"3780\",\"Weight\":\"20KG\"}],\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"382\",\"383\",\"384\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"33\",\"34\",0],\"flight_booking_id\":[\"11\"]},\"_sessiondata\":null}','2020-11-24 15:24:57'),(10,'4-0167709347_0DELBOMSG8153_18720553045001146','{\"BookingData\":[{\"bookingId\":\"TJS106400038933\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0167709347_0DELBOMSG8153_18720553045001146\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-01T06:20\",\"LocalFromTime\":\"2020-12-01 06:20\",\"FromUTCTime\":\"2020-12-01T06:20\",\"LocalToTime\":\"2020-12-01 08:35\",\"ToUTCTime\":\"2020-12-01T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 01 Dec\",\"ArrivalDateTxt\":\"Tue, 01 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4629.7,\"PublishedFareTxt\":\"4,630\",\"ApiResultIndex\":\"4-0167709347_0DELBOMSG8153_18720553045001146\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3535,\"Tax\":1094.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":4629.7,\"PublishedFare\":4747.7,\"OfferedFare\":4747.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0167709347_0DELBOMSG8153_18720553045001146\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1094.7,\"BaseFareCal\":3535,\"BaseFare\":3535,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":182,\"MFT\":2.7,\"OT\":395,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-01T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-01T06:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"01\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-01\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=01%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"bmatai12@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8604444404\",\"FirstName\":\"Bhupesh\",\"LastName\":\"Matai\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1993-12-13\",\"Address\":\"LIG 95\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-25 13:05:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"35\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":{\"35\":{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"LCVS\",\"Price\":\"250\",\"Description\":\"Low cal salad Vegetarian\"}},\"SelectedBaggSessionNew\":{\"35\":{\"Currency\":\"INR\",\"key\":\"731\",\"Code\":\"EB05\",\"Price\":\"1948\",\"Weight\":\"5KG\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"385\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"35\",\"CustomerMemSysId\":[\"35\"],\"flight_booking_id\":[\"12\"]},\"_sessiondata\":null}','2020-11-25 13:06:41'),(11,'10-2326960703_0DELCDGAF225_18724690125961136','{\"BookingData\":[{\"bookingId\":\"TJS113500038941\",\"FlightNumber\":\"AF-225\",\"AirlineName\":\"Air France\",\"AirlineCode\":\"AF\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2326960703_0DELCDGAF225_18724690125961136\",\"AirlineSysId\":\"38\",\"DepartureTime\":\"04:05\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2020-12-01T04:05\",\"LocalFromTime\":\"2020-12-01 04:05\",\"FromUTCTime\":\"2020-12-01T04:05\",\"LocalToTime\":\"2020-12-01 09:05\",\"ToUTCTime\":\"2020-12-01T09:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":570,\"DepartureDateTxt\":\"Tue, 01 Dec\",\"ArrivalDateTxt\":\"Tue, 01 Dec\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CDG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":29789.7,\"PublishedFareTxt\":\"29,790\",\"ApiResultIndex\":\"10-2326960703_0DELCDGAF225_18724690125961136\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/AF.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14360,\"Tax\":15429.7,\"YQTax\":1129,\"OtherCharges\":547,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":1368,\"CarrierMiscFee\":11868,\"MUFee\":500,\"intPublishedFare\":29789.7,\"PublishedFare\":30025.7,\"OfferedFare\":30025.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2326960703_0DELCDGAF225_18724690125961136\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":15429.7,\"BaseFareCal\":14360,\"BaseFare\":14360,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1129,\"AGST\":1368,\"MFT\":2.7,\"OT\":547,\"MU\":500,\"YR\":11868,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0PC\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Charles De Gaulle Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Paris\",\"destinationCountryName\":\"France\",\"destinationAirportCode\":\"CDG\",\"destinationArrTime\":\"2020-12-01T09:05\",\"SegFlightNumber\":\"AF-225\",\"AirlineCode\":\"AF\",\"AirlineName\":\"Air France\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-01T04:05\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"0PC\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7Kg\",\"IsMealIncludes\":null,\"Duration\":570,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:05\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"9h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2E\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/AF.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"611\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Paris(CDG)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CDG\",\"ContSysId\":\"76\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Paris, FR - Charles De Gaulle (Roissy) Airport (CDG)\",\"departure_date\":\"01\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" FR - Charles De Gaulle (Roissy) Airport (CDG)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CDG\",\"from\":\"DEL\",\"to\":\"CDG\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Paris, FR - Charles De Gaulle (Roissy) Airport (CDG)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"20822\",\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-01\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Paris%28CDG%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=CDG&ContSysId=76&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Paris%2C+FR+-+Charles+De+Gaulle+%28Roissy%29+Airport+%28CDG%29&departure_date=01%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+FR+-+Charles+De+Gaulle+%28Roissy%29+Airport+%28CDG%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"bmatai12@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8604444404\",\"FirstName\":\"NIkhil\",\"LastName\":\"Verma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1994-02-13\",\"Address\":\"LIG 95\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-25 14:14:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"N123456\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2029-12-31\",\"passporIssue\":\"2020-01-01\",\"CustomerSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"386\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"36\"],\"flight_booking_id\":[\"13\"]},\"_sessiondata\":null}','2020-11-25 14:15:21'),(12,'16-9841183479_0DELCCUI5548CCUBOMI5672_18735196888621032','{\"BookingData\":[{\"bookingId\":\"TJS106900039004\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"16-9841183479_0DELCCUI5548CCUBOMI5672_18735196888621032\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"21:50\",\"TravelDate\":\"2020-12-21T05:25\",\"LocalFromTime\":\"2020-12-21 05:25\",\"FromUTCTime\":\"2020-12-21T05:25\",\"LocalToTime\":\"2020-12-21 21:50\",\"ToUTCTime\":\"2020-12-21T21:50\",\"IsDirect\":0,\"FareClass\":\"EP\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":650,\"LAYOVERDuration\":\"10h 50m\",\"FlyingMinutes\":985,\"DepartureDateTxt\":\"Mon, 21 Dec\",\"ArrivalDateTxt\":\"Mon, 21 Dec\",\"FlightDuration\":\"16h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":12794.099999999999,\"PublishedFareTxt\":\"12,794\",\"ApiResultIndex\":\"16-9841183479_0DELCCUI5548CCUBOMI5672_18735196888621032\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9678,\"Tax\":3116.1000000000004,\"YQTax\":0,\"OtherCharges\":1065,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":498,\"CarrierMiscFee\":0,\"MUFee\":1500,\"intPublishedFare\":12794.099999999999,\"PublishedFare\":13148.099999999999,\"OfferedFare\":13148.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"16-9841183479_0DELCCUI5548CCUBOMI5672_18735196888621032\",\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2077.4,\"BaseFareCal\":6452,\"BaseFare\":6452,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":332,\"MFT\":5.4,\"OT\":710,\"MU\":1000,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1038.7,\"BaseFareCal\":3226,\"BaseFare\":3226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":166,\"MFT\":2.7,\"OT\":355,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2020-12-21T07:50\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-21T05:25\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":650,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"10h 50m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"},{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-21T21:50\",\"SegFlightNumber\":\"I5-672\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2020-12-21T18:40\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg (01 Piece only)\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"21:50\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBAA\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBAB\",\"Price\":3780,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBAC\",\"Price\":7580,\"Weight\":\"25KG\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBAD\",\"Price\":11580,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"PBAF\",\"Price\":19000,\"Weight\":\"40KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"LZCM\",\"Price\":0,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KPCM\",\"Price\":0,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KFCM\",\"Price\":0,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KACM\",\"Price\":0,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"JMCM\",\"Price\":0,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"JDCM\",\"Price\":0,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"JCAI\",\"Price\":0,\"Description\":\"Juice\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"HVCM\",\"Price\":0,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"GACM\",\"Price\":0,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"APCM\",\"Price\":0,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"MMAI\",\"Price\":149,\"Description\":\"Fruit Salad + Ice Cream\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"Chicken Junglee Sandwich in Masala Bread\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"LZCB\",\"Price\":350,\"Description\":\"Chicken Laziz with Trikona Paratha\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KPCB\",\"Price\":350,\"Description\":\"Rajwadi Khichdi With Kadhi Pakodi (V)\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KFCB\",\"Price\":350,\"Description\":\"Cheddar Cheese Omellete with Beetroot Cutlet\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"KACB\",\"Price\":350,\"Description\":\"Chef Kirti\'s Mastercurry with Raw Mango and Coconut Rice\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"JDCB\",\"Price\":350,\"Description\":\"Jeera Aloo Kulcha with Chole Paneer & Vegetable Croquette\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"HVCB\",\"Price\":350,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"GACB\",\"Price\":350,\"Description\":\"Grilled Basa Fish with Sauteed Vegetables\"},{\"Currency\":\"INR\",\"key\":\"940\",\"Code\":\"APCB\",\"Price\":350,\"Description\":\"Ajwaini Lachcha Paratha with Palak Paneer & Mirch Bajji\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"21\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"21\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=21%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1996-10-07\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-25 17:09:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"5\",\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1997-02-06\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-25 17:09:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9634022688\",\"FirstName\":\"kanishka\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"2014-10-12\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"266\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-11-25 17:09:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":0,\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"387\",\"388\",\"389\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"32\",0],\"flight_booking_id\":[\"14\"]},\"_sessiondata\":null}','2020-11-25 17:12:07'),(13,'4-0891465211_0DELBOMSG8153_19253234228061970','{\"BookingData\":[{\"bookingId\":\"TJS103300039898\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-0891465211_0DELBOMSG8153_19253234228061970\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2021-01-07T06:20\",\"LocalFromTime\":\"2021-01-07 06:20\",\"FromUTCTime\":\"2021-01-07T06:20\",\"LocalToTime\":\"2021-01-07 08:35\",\"ToUTCTime\":\"2021-01-07T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 07 Jan\",\"ArrivalDateTxt\":\"Thu, 07 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4472.7,\"PublishedFareTxt\":\"4,473\",\"ApiResultIndex\":\"4-0891465211_0DELBOMSG8153_19253234228061970\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1088.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":4472.7,\"PublishedFare\":4590.7,\"OfferedFare\":4590.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-0891465211_0DELBOMSG8153_19253234228061970\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1088.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-07T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-07T06:20\",\"TripIndicator\":\"\",\"IsBaggage\":true,\"Baggage\":\"15 Kg\",\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"713\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"07\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-07\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=07%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818999760\",\"FirstName\":\"sfsaf\",\"LastName\":\"safsfadf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"1939-01-18\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-01 17:01:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"390\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"15\"]},\"_sessiondata\":null}','2020-12-01 17:01:27'),(14,'4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667','{\"BookingData\":[{\"bookingId\":\"TJS100200040262\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-12-16T20:45\",\"LocalFromTime\":\"2020-12-16 20:45\",\"FromUTCTime\":\"2020-12-16T20:45\",\"LocalToTime\":\"2020-12-17 07:05\",\"ToUTCTime\":\"2020-12-17T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Wed, 16 Dec\",\"ArrivalDateTxt\":\"Thu, 17 Dec\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5063.7,\"PublishedFareTxt\":\"5,064\",\"ApiResultIndex\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1679.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":5063.7,\"PublishedFare\":5181.7,\"OfferedFare\":5181.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1679.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"segmentid\":\"254\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-12-16T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-16T20:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"501\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-17T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-12-17T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"254\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"strTraceId\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100200040262\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"strTraceId\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-12-16T20:45\",\"LocalFromTime\":\"2020-12-16 20:45\",\"FromUTCTime\":\"2020-12-16T20:45\",\"LocalToTime\":\"2020-12-17 07:05\",\"ToUTCTime\":\"2020-12-17T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Wed, 16 Dec\",\"ArrivalDateTxt\":\"Thu, 17 Dec\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5063.7,\"ApiResultIndex\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1679.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":5063.7,\"PublishedFare\":5181.7,\"OfferedFare\":5181.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1679.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"254\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-12-16T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-16T20:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"501\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-17T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-12-17T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3005661065_4DELHYDSG472HYDBOMSG704_19424512313383667\",\"localFromDateTime\":\"2020-12-16 20:45\",\"localToDateTime\":\"2020-12-17 07:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"16\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-16\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=16%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8585960381\",\"FirstName\":\"asdfasdf\",\"LastName\":\"asdfasfsa\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":\"2002-11-17\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-03 16:35:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"192561\",\"TPSysId\":\"192562\",\"VersionId\":[],\"CustomerSysId\":\"92363\",\"TrxId\":\"4785\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"396\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"30\"],\"flight_booking_id\":[\"21\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-03 16:41:14'),(15,'4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969','{\"BookingData\":[{\"bookingId\":\"TJS107000040445\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-12-04T20:45\",\"LocalFromTime\":\"2020-12-04 20:45\",\"FromUTCTime\":\"2020-12-04T20:45\",\"LocalToTime\":\"2020-12-05 07:05\",\"ToUTCTime\":\"2020-12-05T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Fri, 04 Dec\",\"ArrivalDateTxt\":\"Sat, 05 Dec\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5063.7,\"PublishedFareTxt\":\"5,064\",\"ApiResultIndex\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1679.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":5063.7,\"PublishedFare\":5181.7,\"OfferedFare\":5181.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1679.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-12-04T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-04T20:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"945\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-05T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-12-05T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"430\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"strTraceId\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107000040445\",\"FlightNumber\":\"SG-472\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"strTraceId\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"20:45\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2020-12-04T20:45\",\"LocalFromTime\":\"2020-12-04 20:45\",\"FromUTCTime\":\"2020-12-04T20:45\",\"LocalToTime\":\"2020-12-05 07:05\",\"ToUTCTime\":\"2020-12-05T07:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":405,\"LAYOVERDuration\":\"6h 45m\",\"FlyingMinutes\":620,\"DepartureDateTxt\":\"Fri, 04 Dec\",\"ArrivalDateTxt\":\"Sat, 05 Dec\",\"FlightDuration\":\"10h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5063.7,\"ApiResultIndex\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":1679.7,\"YQTax\":0,\"OtherCharges\":986,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":5063.7,\"PublishedFare\":5181.7,\"OfferedFare\":5181.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1679.7,\"BaseFareCal\":3384,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":986,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2020-12-04T22:55\",\"SegFlightNumber\":\"SG-472\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-04T20:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":405,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:45\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"6h 45m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"945\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-05T07:05\",\"SegFlightNumber\":\"SG-704\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2020-12-05T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7110433852_2DELHYDSG472HYDBOMSG704_19516090991474969\",\"localFromDateTime\":\"2020-12-04 20:45\",\"localToDateTime\":\"2020-12-05 07:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Mumbai(BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"04\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"18676\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"04\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-04\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Mumbai%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=04%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-04 18:02:15'),(16,'5-9760556502_0DELLKO6E906_19526808079786708','{\"BookingData\":[{\"bookingId\":\"TJS106100040500\",\"FlightNumber\":\"6E-906\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"09:50\",\"TravelDate\":\"2020-12-19T08:40\",\"LocalFromTime\":\"2020-12-19 08:40\",\"FromUTCTime\":\"2020-12-19T08:40\",\"LocalToTime\":\"2020-12-19 09:50\",\"ToUTCTime\":\"2020-12-19T09:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 19 Dec\",\"ArrivalDateTxt\":\"Sat, 19 Dec\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2993.7,\"PublishedFareTxt\":\"2,994\",\"ApiResultIndex\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1991,\"Tax\":1002.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":105,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":2993.7,\"PublishedFare\":3111.7,\"OfferedFare\":3111.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"newFare\":0,\"oldFare\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1002.7,\"BaseFareCal\":1991,\"BaseFare\":1991,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":105,\"MFT\":2.7,\"OT\":380,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}]},\"Segments\":[{\"segmentid\":\"214\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2020-12-19T09:50\",\"SegFlightNumber\":\"6E-906\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-19T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"214\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"214\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"214\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"214\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"214\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"strTraceId\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106100040500\",\"FlightNumber\":\"6E-906\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"strTraceId\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"09:50\",\"TravelDate\":\"2020-12-19T08:40\",\"LocalFromTime\":\"2020-12-19 08:40\",\"FromUTCTime\":\"2020-12-19T08:40\",\"LocalToTime\":\"2020-12-19 09:50\",\"ToUTCTime\":\"2020-12-19T09:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Sat, 19 Dec\",\"ArrivalDateTxt\":\"Sat, 19 Dec\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2993.7,\"ApiResultIndex\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1991,\"Tax\":1002.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":105,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":2993.7,\"PublishedFare\":3111.7,\"OfferedFare\":3111.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1002.7,\"BaseFareCal\":1991,\"BaseFare\":1991,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":105,\"MFT\":2.7,\"OT\":380,\"MU\":500,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"214\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2020-12-19T09:50\",\"SegFlightNumber\":\"6E-906\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-19T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/rastafari.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9760556502_0DELLKO6E906_19526808079786708\",\"localFromDateTime\":\"2020-12-19 08:40\",\"localToDateTime\":\"2020-12-19 09:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi(DEL)\",\"mytrip_city_to\":\"Lucknow(LKO)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Lucknow, IN - Amausi Airport (LKO)\",\"departure_date\":\"19\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Amausi Airport (LKO)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"DEL\",\"to\":\"LKO\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Lucknow, IN - Amausi Airport (LKO)\",\"sourceCityId\":\"7701\",\"destinationCityId\":\"16028\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi%28DEL%29&mytrip_city_to=Lucknow%28LKO%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=LKO&ContSysId=101&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Lucknow%2C+IN+-+Amausi+Airport+%28LKO%29&departure_date=19%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Amausi+Airport+%28LKO%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"matailata@gmail.com\",\"CustomerSysId\":\"92470\",\"AgencySysId\":\"5155\",\"FirstName\":\"Lata\",\"LastName\":\"Matai\",\"Password_cu\":\"4ea4ec2536a80ad62e61d43ec4548196\",\"ContactNo1\":\"8687110948\"}}','2020-12-04 21:02:55'),(17,'5-8065604430_21DELBOM6E6957_21242816116039689','{\"BookingData\":[{\"bookingId\":\"TJS107900045078\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2020-12-30T19:20\",\"LocalFromTime\":\"2020-12-30 19:20\",\"FromUTCTime\":\"2020-12-30T19:20\",\"LocalToTime\":\"2020-12-30 21:35\",\"ToUTCTime\":\"2020-12-30T21:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 30 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":112,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,780\",\"ApiResultIndex\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3121,\"Tax\":658.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"OfferedFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":658.700000000000045474735088646411895751953125,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"BaseFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":161,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3779.6999999999998181010596454143524169921875,\"CostToCustomer\":3779.6999999999998181010596454143524169921875,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3694.9499999999998181010596454143524169921875,\"intOfferedFare\":3679.6999999999998181010596454143524169921875,\"intPublishFare\":3779.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"038\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-30T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":112,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107900045078\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"strTraceId\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2020-12-30T19:20\",\"LocalFromTime\":\"2020-12-30 19:20\",\"FromUTCTime\":\"2020-12-30T19:20\",\"LocalToTime\":\"2020-12-30 21:35\",\"ToUTCTime\":\"2020-12-30T21:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 30 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":112,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3121,\"Tax\":658.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"OfferedFare\":3679.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":658.700000000000045474735088646411895751953125,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"BaseFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":161,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"038\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-30T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":112,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8065604430_21DELBOM6E6957_21242816116039689\",\"localFromDateTime\":\"2020-12-30 19:20\",\"localToDateTime\":\"2020-12-30 21:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"30\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-30\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=30%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sdfgsdg\",\"LastName\":\"dfgsdfgsdfg\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-24 18:00:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"45\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16348\",\"TPSysId\":\"16349\",\"VersionId\":[\"9681\"],\"CustomerSysId\":\"169\",\"TrxId\":\"5014\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"45\":{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"397\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"45\"],\"flight_booking_id\":[\"180\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-24 18:01:19'),(18,'4-6794572335_2DELBOMSG8723_21244120280973084','{\"BookingData\":[{\"bookingId\":\"TJS101400045084\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2020-12-30T08:30\",\"LocalFromTime\":\"2020-12-30 08:30\",\"FromUTCTime\":\"2020-12-30T08:30\",\"LocalToTime\":\"2020-12-30 10:50\",\"ToUTCTime\":\"2020-12-30T10:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 30 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"BaseFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4071.6999999999998181010596454143524169921875,\"CostToCustomer\":4071.6999999999998181010596454143524169921875,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3986.9499999999998181010596454143524169921875,\"intOfferedFare\":3971.6999999999998181010596454143524169921875,\"intPublishFare\":4071.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"334\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T10:50\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-30T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101400045084\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"strTraceId\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:50\",\"TravelDate\":\"2020-12-30T08:30\",\"LocalFromTime\":\"2020-12-30 08:30\",\"FromUTCTime\":\"2020-12-30T08:30\",\"LocalToTime\":\"2020-12-30 10:50\",\"ToUTCTime\":\"2020-12-30T10:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 30 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"BaseFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"334\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T10:50\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-30T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6794572335_2DELBOMSG8723_21244120280973084\",\"localFromDateTime\":\"2020-12-30 08:30\",\"localToDateTime\":\"2020-12-30 10:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"30\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-30\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=30%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"fdasdfasdf\",\"LastName\":\"sdfasfasfd\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-24 18:02:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"46\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16350\",\"TPSysId\":\"16351\",\"VersionId\":[],\"CustomerSysId\":\"169\",\"TrxId\":\"5015\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"46\":{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"VGSW\",\"Price\":\"229\",\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"}},\"SelectedBaggSessionNew\":{\"46\":{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"BOF1\",\"Price\":\"105\",\"Weight\":\"Bag Out First with 1 Bag\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"398\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"46\",\"CustomerMemSysId\":[\"46\"],\"flight_booking_id\":[\"181\"]},\"selectedSeatSession\":{\"334\":{\"46\":{\"seatNo\":\"2A\",\"seatPosition\":{\"row\":2,\"column\":1},\"isBooked\":false,\"isLegroom\":true,\"code\":\"2A\",\"amount\":300}}},\"_sessiondata\":null}','2020-12-24 18:04:53'),(19,'5-2247588738_0DELBOM6E148_21246864535338926','{\"BookingData\":[{\"bookingId\":\"TJS106700045097\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-12T05:05\",\"LocalFromTime\":\"2021-01-12 05:05\",\"FromUTCTime\":\"2021-01-12T05:05\",\"LocalToTime\":\"2021-01-12 07:10\",\"ToUTCTime\":\"2021-01-12T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 12 Jan\",\"ArrivalDateTxt\":\"Tue, 12 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":106,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3434.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,435\",\"ApiResultIndex\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2792,\"Tax\":642.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3434.6999999999998181010596454143524169921875,\"PublishedFare\":3434.6999999999998181010596454143524169921875,\"OfferedFare\":3334.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":642.700000000000045474735088646411895751953125,\"BaseFareCal\":3349.9499999999998181010596454143524169921875,\"BaseFare\":3334.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3434.6999999999998181010596454143524169921875,\"CostToCustomer\":3434.6999999999998181010596454143524169921875,\"BaseFareCal\":3349.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3349.9499999999998181010596454143524169921875,\"intOfferedFare\":3334.6999999999998181010596454143524169921875,\"intPublishFare\":3434.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"613\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-12T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-12T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":106,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"613\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"613\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"613\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"613\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"613\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106700045097\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"strTraceId\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-12T05:05\",\"LocalFromTime\":\"2021-01-12 05:05\",\"FromUTCTime\":\"2021-01-12T05:05\",\"LocalToTime\":\"2021-01-12 07:10\",\"ToUTCTime\":\"2021-01-12T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 12 Jan\",\"ArrivalDateTxt\":\"Tue, 12 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":106,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3434.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2792,\"Tax\":642.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3434.6999999999998181010596454143524169921875,\"PublishedFare\":3434.6999999999998181010596454143524169921875,\"OfferedFare\":3334.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":642.700000000000045474735088646411895751953125,\"BaseFareCal\":3349.9499999999998181010596454143524169921875,\"BaseFare\":3334.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"613\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-12T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-12T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":106,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2247588738_0DELBOM6E148_21246864535338926\",\"localFromDateTime\":\"2021-01-12 05:05\",\"localToDateTime\":\"2021-01-12 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"12\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-12\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=12%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"d7iiojra111@gmai.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"5253636363\",\"FirstName\":\"Vdd\",\"LastName\":\"Fcgh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-24 18:49:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"59\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16352\",\"TPSysId\":\"16353\",\"VersionId\":[\"9682\"],\"CustomerSysId\":\"276\",\"TrxId\":\"5016\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"399\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"59\",\"CustomerMemSysId\":[\"59\"],\"flight_booking_id\":[\"182\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-24 18:49:44'),(20,'5-7379138416_5DELBOM6E6957_21247721657896991','{\"BookingData\":[{\"bookingId\":\"TJS105200045117\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2020-12-29T19:20\",\"LocalFromTime\":\"2020-12-29 19:20\",\"FromUTCTime\":\"2020-12-29T19:20\",\"LocalToTime\":\"2020-12-29 21:35\",\"ToUTCTime\":\"2020-12-29T21:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":78,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,780\",\"ApiResultIndex\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3121,\"Tax\":658.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"OfferedFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":658.700000000000045474735088646411895751953125,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"BaseFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":161,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3779.6999999999998181010596454143524169921875,\"CostToCustomer\":3779.6999999999998181010596454143524169921875,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3694.9499999999998181010596454143524169921875,\"intOfferedFare\":3679.6999999999998181010596454143524169921875,\"intPublishFare\":3779.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"109\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":78,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200045117\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"strTraceId\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2020-12-29T19:20\",\"LocalFromTime\":\"2020-12-29 19:20\",\"FromUTCTime\":\"2020-12-29T19:20\",\"LocalToTime\":\"2020-12-29 21:35\",\"ToUTCTime\":\"2020-12-29T21:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":78,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3121,\"Tax\":658.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":161,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3779.6999999999998181010596454143524169921875,\"PublishedFare\":3779.6999999999998181010596454143524169921875,\"OfferedFare\":3679.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":658.700000000000045474735088646411895751953125,\"BaseFareCal\":3694.9499999999998181010596454143524169921875,\"BaseFare\":3679.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":161,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"109\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":78,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7379138416_5DELBOM6E6957_21247721657896991\",\"localFromDateTime\":\"2020-12-29 19:20\",\"localToDateTime\":\"2020-12-29 21:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-24 19:41:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"47\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16354\",\"TPSysId\":\"16355\",\"VersionId\":[\"9683\"],\"CustomerSysId\":\"169\",\"TrxId\":\"5017\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"47\":{\"Currency\":\"INR\",\"key\":\"109\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"400\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"47\"],\"flight_booking_id\":[\"183\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-24 19:41:26'),(21,'4-2300197491_0DELBOMSG8153_21302234748373014','{\"BookingData\":[{\"bookingId\":\"TJS102400045157\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-29T06:20\",\"LocalFromTime\":\"2020-12-29 06:20\",\"FromUTCTime\":\"2020-12-29T06:20\",\"LocalToTime\":\"2020-12-29 08:35\",\"ToUTCTime\":\"2020-12-29T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"BaseFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4071.6999999999998181010596454143524169921875,\"CostToCustomer\":4071.6999999999998181010596454143524169921875,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3986.9499999999998181010596454143524169921875,\"intOfferedFare\":3971.6999999999998181010596454143524169921875,\"intPublishFare\":4071.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"633\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"633\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102400045157\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"strTraceId\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-29T06:20\",\"LocalFromTime\":\"2020-12-29 06:20\",\"FromUTCTime\":\"2020-12-29T06:20\",\"LocalToTime\":\"2020-12-29 08:35\",\"ToUTCTime\":\"2020-12-29T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":3986.9499999999998181010596454143524169921875,\"BaseFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"633\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2300197491_0DELBOMSG8153_21302234748373014\",\"localFromDateTime\":\"2020-12-29 06:20\",\"localToDateTime\":\"2020-12-29 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:11:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"48\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"401\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"48\"],\"flight_booking_id\":[\"184\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:11:16'),(22,'5-8641166595_20DELBOM6E5339_21302324940506992','{\"BookingData\":[{\"bookingId\":\"TJS105200045158\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2020-12-29T10:35\",\"LocalFromTime\":\"2020-12-29 10:35\",\"FromUTCTime\":\"2020-12-29T10:35\",\"LocalToTime\":\"2020-12-29 13:00\",\"ToUTCTime\":\"2020-12-29T13:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":143,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,496\",\"ApiResultIndex\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3495.6999999999998181010596454143524169921875,\"CostToCustomer\":3495.6999999999998181010596454143524169921875,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3410.9499999999998181010596454143524169921875,\"intOfferedFare\":3395.6999999999998181010596454143524169921875,\"intPublishFare\":3495.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"186\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T13:00\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":143,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"186\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"186\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"186\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"186\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"186\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105200045158\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"strTraceId\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2020-12-29T10:35\",\"LocalFromTime\":\"2020-12-29 10:35\",\"FromUTCTime\":\"2020-12-29T10:35\",\"LocalToTime\":\"2020-12-29 13:00\",\"ToUTCTime\":\"2020-12-29T13:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":143,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"186\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T13:00\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":143,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8641166595_20DELBOM6E5339_21302324940506992\",\"localFromDateTime\":\"2020-12-29 10:35\",\"localToDateTime\":\"2020-12-29 13:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asda\",\"LastName\":\"asdad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:12:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"402\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"185\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:12:42'),(23,'5-1184366306_19DELBOM6E408_21302883135533382','{\"BookingData\":[{\"bookingId\":\"TJS108100045161\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,496\",\"ApiResultIndex\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3495.6999999999998181010596454143524169921875,\"CostToCustomer\":3495.6999999999998181010596454143524169921875,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3410.9499999999998181010596454143524169921875,\"intOfferedFare\":3395.6999999999998181010596454143524169921875,\"intPublishFare\":3495.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"529\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"529\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108100045161\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"strTraceId\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"529\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1184366306_19DELBOM6E408_21302883135533382\",\"localFromDateTime\":\"2020-12-29 06:25\",\"localToDateTime\":\"2020-12-29 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asdfsad\",\"LastName\":\"sdfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:21:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"50\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"403\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_id\":[\"186\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:21:56'),(24,'5-7447024613_19DELBOM6E408_21303410210794493','{\"BookingData\":[{\"bookingId\":\"TJS102300045162\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,496\",\"ApiResultIndex\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3495.6999999999998181010596454143524169921875,\"CostToCustomer\":3495.6999999999998181010596454143524169921875,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3410.9499999999998181010596454143524169921875,\"intOfferedFare\":3395.6999999999998181010596454143524169921875,\"intPublishFare\":3495.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"413\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"413\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"413\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"413\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"413\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"413\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102300045162\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"strTraceId\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"413\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7447024613_19DELBOM6E408_21303410210794493\",\"localFromDateTime\":\"2020-12-29 06:25\",\"localToDateTime\":\"2020-12-29 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"aSD\",\"LastName\":\"AdsA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:31:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"51\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"404\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"51\",\"CustomerMemSysId\":[\"51\"],\"flight_booking_id\":[\"187\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:32:04'),(25,'5-2457070061_19DELBOM6E408_21304635960931617','{\"BookingData\":[{\"bookingId\":\"TJS103600045164\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,496\",\"ApiResultIndex\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3495.6999999999998181010596454143524169921875,\"CostToCustomer\":3495.6999999999998181010596454143524169921875,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3410.9499999999998181010596454143524169921875,\"intOfferedFare\":3395.6999999999998181010596454143524169921875,\"intPublishFare\":3495.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"073\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103600045164\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"strTraceId\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"073\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2457070061_19DELBOM6E408_21304635960931617\",\"localFromDateTime\":\"2020-12-29 06:25\",\"localToDateTime\":\"2020-12-29 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sdfsad\",\"LastName\":\"sadfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:54:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"52\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"405\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"52\",\"CustomerMemSysId\":[\"52\"],\"flight_booking_id\":[\"188\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:54:55'),(26,'5-6746925510_19DELBOM6E408_21305025125750224','{\"BookingData\":[{\"bookingId\":\"TJS107000045169\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,496\",\"ApiResultIndex\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3495.6999999999998181010596454143524169921875,\"CostToCustomer\":3495.6999999999998181010596454143524169921875,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3410.9499999999998181010596454143524169921875,\"intOfferedFare\":3395.6999999999998181010596454143524169921875,\"intPublishFare\":3495.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"788\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"788\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"788\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"788\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"788\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"788\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107000045169\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"strTraceId\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":121,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2850,\"Tax\":645.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":148,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3495.6999999999998181010596454143524169921875,\"PublishedFare\":3495.6999999999998181010596454143524169921875,\"OfferedFare\":3395.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":645.700000000000045474735088646411895751953125,\"BaseFareCal\":3410.9499999999998181010596454143524169921875,\"BaseFare\":3395.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":148,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"788\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":121,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6746925510_19DELBOM6E408_21305025125750224\",\"localFromDateTime\":\"2020-12-29 06:25\",\"localToDateTime\":\"2020-12-29 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sdfsaf\",\"LastName\":\"sdfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 10:57:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"53\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":false,\"arrIds\":[],\"redirect\":true,\"message\":\"This booking is not processed. Please contact to administrator.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"406\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"53\",\"CustomerMemSysId\":[\"53\"],\"flight_booking_id\":[\"189\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 10:57:43'),(27,'5-6027802179_2DELBOM6E408_21306921034559300','{\"BookingData\":[{\"bookingId\":\"TJS106900045175\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":114,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,491\",\"ApiResultIndex\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2846,\"Tax\":644.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"OfferedFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":644.700000000000045474735088646411895751953125,\"BaseFareCal\":3405.9499999999998181010596454143524169921875,\"BaseFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":147,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3490.6999999999998181010596454143524169921875,\"CostToCustomer\":3490.6999999999998181010596454143524169921875,\"BaseFareCal\":3405.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3405.9499999999998181010596454143524169921875,\"intOfferedFare\":3390.6999999999998181010596454143524169921875,\"intPublishFare\":3490.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":114,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"141\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106900045175\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"strTraceId\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-29T06:25\",\"LocalFromTime\":\"2020-12-29 06:25\",\"FromUTCTime\":\"2020-12-29T06:25\",\"LocalToTime\":\"2020-12-29 08:45\",\"ToUTCTime\":\"2020-12-29T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":114,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2846,\"Tax\":644.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"OfferedFare\":3390.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":644.700000000000045474735088646411895751953125,\"BaseFareCal\":3405.9499999999998181010596454143524169921875,\"BaseFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":147,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"141\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":114,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6027802179_2DELBOM6E408_21306921034559300\",\"localFromDateTime\":\"2020-12-29 06:25\",\"localToDateTime\":\"2020-12-29 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Indira Gandhi Intl Airport (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Indira+Gandhi+Intl+Airport+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"zxczC\",\"LastName\":\"zxczc\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 11:50:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"60\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197421\",\"TPSysId\":\"197422\",\"VersionId\":[\"19021\"],\"CustomerSysId\":\"92363\",\"TrxId\":\"5453\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"412\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"60\",\"CustomerMemSysId\":[\"60\"],\"flight_booking_id\":[\"196\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-25 11:53:03'),(28,'5-2628232187_0DELBOM6E408_21326622120989484','{\"BookingData\":[{\"bookingId\":\"TJS102500045199\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-27T06:25\",\"LocalFromTime\":\"2020-12-27 06:25\",\"FromUTCTime\":\"2020-12-27T06:25\",\"LocalToTime\":\"2020-12-27 08:45\",\"ToUTCTime\":\"2020-12-27T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 27 Dec\",\"ArrivalDateTxt\":\"Sun, 27 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":108,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,491\",\"ApiResultIndex\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2846,\"Tax\":644.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFare\":3608.6999999999998181010596454143524169921875,\"OfferedFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":644.700000000000045474735088646411895751953125,\"BaseFareCal\":3423.9499999999998181010596454143524169921875,\"BaseFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":147,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3608.6999999999998181010596454143524169921875,\"CostToCustomer\":3608.6999999999998181010596454143524169921875,\"BaseFareCal\":3423.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3423.9499999999998181010596454143524169921875,\"intOfferedFare\":3390.6999999999998181010596454143524169921875,\"intPublishFare\":3490.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"373\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-27T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-27T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":108,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"373\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"373\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"373\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"373\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"373\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102500045199\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"strTraceId\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2020-12-27T06:25\",\"LocalFromTime\":\"2020-12-27 06:25\",\"FromUTCTime\":\"2020-12-27T06:25\",\"LocalToTime\":\"2020-12-27 08:45\",\"ToUTCTime\":\"2020-12-27T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 27 Dec\",\"ArrivalDateTxt\":\"Sun, 27 Dec\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":108,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3490.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2846,\"Tax\":644.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":147,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3490.6999999999998181010596454143524169921875,\"PublishedFare\":3608.6999999999998181010596454143524169921875,\"OfferedFare\":3390.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":644.700000000000045474735088646411895751953125,\"BaseFareCal\":3423.9499999999998181010596454143524169921875,\"BaseFare\":3390.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":147,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"373\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-27T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-27T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":108,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2628232187_0DELBOM6E408_21326622120989484\",\"localFromDateTime\":\"2020-12-27 06:25\",\"localToDateTime\":\"2020-12-27 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"27\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=27%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"bmatai12@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8604444404\",\"FirstName\":\"Bhupesh\",\"LastName\":\"Matai\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"LIG 95\",\"CityTitle\":\"Kanpur\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-25 16:57:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197571\",\"TPSysId\":\"197572\",\"VersionId\":[\"19048\"],\"CustomerSysId\":\"90098\",\"TrxId\":\"5462\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"413\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"197\"]},\"selectedSeatSession\":{\"373\":{\"62\":{\"seatNo\":\"25E\",\"seatPosition\":{\"row\":25,\"column\":6},\"isBooked\":false,\"code\":\"25E\",\"amount\":0}}},\"_sessiondata\":null}','2020-12-25 16:58:58'),(29,'5-6049097586_21DELBOM6E6957_21398040630835488','{\"BookingData\":[{\"bookingId\":\"TJS101400045268\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2021-02-01T19:20\",\"LocalFromTime\":\"2021-02-01 19:20\",\"FromUTCTime\":\"2021-02-01T19:20\",\"LocalToTime\":\"2021-02-01 21:35\",\"ToUTCTime\":\"2021-02-01T21:35\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 Feb\",\"ArrivalDateTxt\":\"Mon, 01 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":62,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4466.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"4,467\",\"ApiResultIndex\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3775,\"Tax\":691.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4466.6999999999998181010596454143524169921875,\"PublishedFare\":4584.6999999999998181010596454143524169921875,\"OfferedFare\":4366.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":691.700000000000045474735088646411895751953125,\"BaseFareCal\":4399.9499999999998181010596454143524169921875,\"BaseFare\":4366.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":194,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":4584.6999999999998181010596454143524169921875,\"CostToCustomer\":4584.6999999999998181010596454143524169921875,\"BaseFareCal\":4399.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":4399.9499999999998181010596454143524169921875,\"intOfferedFare\":4366.6999999999998181010596454143524169921875,\"intPublishFare\":4466.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-01T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-01T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101400045268\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"strTraceId\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2021-02-01T19:20\",\"LocalFromTime\":\"2021-02-01 19:20\",\"FromUTCTime\":\"2021-02-01T19:20\",\"LocalToTime\":\"2021-02-01 21:35\",\"ToUTCTime\":\"2021-02-01T21:35\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 01 Feb\",\"ArrivalDateTxt\":\"Mon, 01 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":62,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4466.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3775,\"Tax\":691.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":194,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4466.6999999999998181010596454143524169921875,\"PublishedFare\":4584.6999999999998181010596454143524169921875,\"OfferedFare\":4366.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":691.700000000000045474735088646411895751953125,\"BaseFareCal\":4399.9499999999998181010596454143524169921875,\"BaseFare\":4366.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":194,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"273\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-01T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-01T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6049097586_21DELBOM6E6957_21398040630835488\",\"localFromDateTime\":\"2021-02-01 19:20\",\"localToDateTime\":\"2021-02-01 21:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"01\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-01\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=01%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-26 12:49:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197675\",\"TPSysId\":\"197676\",\"VersionId\":[\"19085\"],\"CustomerSysId\":\"91499\",\"TrxId\":\"5481\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"273\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"415\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"199\"]},\"selectedSeatSession\":{\"273\":{\"49\":{\"seatNo\":\"5C\",\"seatPosition\":{\"row\":5,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"5C\",\"amount\":0}}},\"_sessiondata\":null}','2020-12-26 12:50:23'),(30,'5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964','{\"BookingData\":[{\"bookingId\":\"TJS101000045303\",\"FlightNumber\":\"6E-2143\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2020-12-29T05:45\",\"LocalFromTime\":\"2020-12-29 05:45\",\"FromUTCTime\":\"2020-12-29T05:45\",\"LocalToTime\":\"2020-12-29 10:40\",\"ToUTCTime\":\"2020-12-29T10:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":55,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3862.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,863\",\"ApiResultIndex\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3150,\"Tax\":712.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":430,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3862.6999999999998181010596454143524169921875,\"PublishedFare\":3980.6999999999998181010596454143524169921875,\"OfferedFare\":3762.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":712.700000000000045474735088646411895751953125,\"BaseFareCal\":3795.9499999999998181010596454143524169921875,\"BaseFare\":3150,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":430,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3980.6999999999998181010596454143524169921875,\"CostToCustomer\":3980.6999999999998181010596454143524169921875,\"BaseFareCal\":3795.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3795.9499999999998181010596454143524169921875,\"intOfferedFare\":3762.6999999999998181010596454143524169921875,\"intPublishFare\":3862.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"296\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2020-12-29T06:45\",\"SegFlightNumber\":\"6E-2143\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":105,\"NoOfSeatAvailable\":55,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"679\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T10:40\",\"SegFlightNumber\":\"6E-5343\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2020-12-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":55,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101000045303\",\"FlightNumber\":\"6E-2143\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"strTraceId\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:45\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2020-12-29T05:45\",\"LocalFromTime\":\"2020-12-29 05:45\",\"FromUTCTime\":\"2020-12-29T05:45\",\"LocalToTime\":\"2020-12-29 10:40\",\"ToUTCTime\":\"2020-12-29T10:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"4h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":55,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3862.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3150,\"Tax\":712.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":430,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3862.6999999999998181010596454143524169921875,\"PublishedFare\":3980.6999999999998181010596454143524169921875,\"OfferedFare\":3762.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":712.700000000000045474735088646411895751953125,\"BaseFareCal\":3795.9499999999998181010596454143524169921875,\"BaseFare\":3150,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":430,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"296\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2020-12-29T06:45\",\"SegFlightNumber\":\"6E-2143\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T05:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":60,\"GroundTime\":105,\"NoOfSeatAvailable\":55,\"strDepartureDtTime\":\"05:45\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"679\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T10:40\",\"SegFlightNumber\":\"6E-5343\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2020-12-29T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":55,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8315880151_18DELJAI6E2143JAIBOM6E5343_21415427322979964\",\"localFromDateTime\":\"2020-12-29 05:45\",\"localToDateTime\":\"2020-12-29 10:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sadfdsaf\",\"LastName\":\"sdfsadf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-26 17:57:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"78\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197750\",\"TPSysId\":\"197751\",\"VersionId\":[\"19101\"],\"CustomerSysId\":\"92363\",\"TrxId\":\"5492\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"78\":{\"Currency\":\"INR\",\"key\":\"296\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"416\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"78\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_id\":[\"200\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-26 17:59:31'),(31,'4-9989590453_0DELBOMSG8153_21416897593369819','{\"BookingData\":[{\"bookingId\":\"TJS109800045313\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-29T06:20\",\"LocalFromTime\":\"2020-12-29 06:20\",\"FromUTCTime\":\"2020-12-29T06:20\",\"LocalToTime\":\"2020-12-29 08:35\",\"ToUTCTime\":\"2020-12-29T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4189.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":4189.6999999999998181010596454143524169921875,\"CostToCustomer\":4189.6999999999998181010596454143524169921875,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":4004.9499999999998181010596454143524169921875,\"intOfferedFare\":3971.6999999999998181010596454143524169921875,\"intPublishFare\":4071.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"077\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"EB05\",\"Price\":1948,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"EB15\",\"Price\":5843,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"EB20\",\"Price\":7790,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"EB30\",\"Price\":11685,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109800045313\",\"FlightNumber\":\"SG-8153\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"strTraceId\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:20\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2020-12-29T06:20\",\"LocalFromTime\":\"2020-12-29 06:20\",\"FromUTCTime\":\"2020-12-29T06:20\",\"LocalToTime\":\"2020-12-29 08:35\",\"ToUTCTime\":\"2020-12-29T08:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Tue, 29 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4189.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"077\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-29T08:35\",\"SegFlightNumber\":\"SG-8153\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T06:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:20\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9989590453_0DELBOMSG8153_21416897593369819\",\"localFromDateTime\":\"2020-12-29 06:20\",\"localToDateTime\":\"2020-12-29 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sadfdsa\",\"LastName\":\"sdafsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-26 18:02:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197752\",\"TPSysId\":\"197753\",\"VersionId\":[],\"CustomerSysId\":\"92363\",\"TrxId\":\"5493\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"79\":{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"VGSW\",\"Price\":\"229\",\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"}},\"SelectedBaggSessionNew\":{\"79\":{\"Currency\":\"INR\",\"key\":\"077\",\"Code\":\"BOF1\",\"Price\":\"105\",\"Weight\":\"Bag Out First with 1 Bag\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"417\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"79\",\"CustomerMemSysId\":[\"79\"],\"flight_booking_id\":[\"201\"]},\"selectedSeatSession\":{\"077\":{\"79\":{\"seatNo\":\"9A\",\"seatPosition\":{\"row\":9,\"column\":1},\"isBooked\":false,\"code\":\"9A\",\"amount\":300}}},\"_sessiondata\":null}','2020-12-26 18:02:44'),(32,'5-0616508502_23DELBOM6E148_21580627988820524','{\"BookingData\":[{\"bookingId\":\"TJS109600045459\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,168\",\"ApiResultIndex\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3285.6999999999998181010596454143524169921875,\"CostToCustomer\":3285.6999999999998181010596454143524169921875,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3100.9499999999998181010596454143524169921875,\"intOfferedFare\":3067.6999999999998181010596454143524169921875,\"intPublishFare\":3167.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"279\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109600045459\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"strTraceId\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"279\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0616508502_23DELBOM6E148_21580627988820524\",\"localFromDateTime\":\"2021-01-31 05:05\",\"localToDateTime\":\"2021-01-31 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"31\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-31\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=31%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Up\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-28 15:35:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197911\",\"TPSysId\":\"197912\",\"VersionId\":[\"19139\"],\"CustomerSysId\":\"93900\",\"TrxId\":\"5523\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"80\":{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"418\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"202\"]},\"selectedSeatSession\":{\"279\":{\"80\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"code\":\"7B\",\"amount\":350}}},\"_sessiondata\":null}','2020-12-28 15:49:04'),(33,'5-9900569647_23DELBOM6E148_21581795872805675','{\"BookingData\":[{\"bookingId\":\"TJS102800045463\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,168\",\"ApiResultIndex\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3285.6999999999998181010596454143524169921875,\"CostToCustomer\":3285.6999999999998181010596454143524169921875,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3100.9499999999998181010596454143524169921875,\"intOfferedFare\":3067.6999999999998181010596454143524169921875,\"intPublishFare\":3167.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"111\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102800045463\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"strTraceId\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"111\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9900569647_23DELBOM6E148_21581795872805675\",\"localFromDateTime\":\"2021-01-31 05:05\",\"localToDateTime\":\"2021-01-31 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"31\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-31\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=31%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Up\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-28 15:51:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"81\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197916\",\"TPSysId\":\"197917\",\"VersionId\":[\"19142\"],\"CustomerSysId\":\"93900\",\"TrxId\":\"5524\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"81\":{\"Currency\":\"INR\",\"key\":\"111\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"419\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"81\",\"CustomerMemSysId\":[\"81\"],\"flight_booking_id\":[\"203\"]},\"selectedSeatSession\":{\"111\":{\"81\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"code\":\"7B\",\"amount\":350}}},\"_sessiondata\":null}','2020-12-28 15:52:31'),(34,'5-7129879144_23DELBOM6E148_21582526568774873','{\"BookingData\":[{\"bookingId\":\"TJS109100045464\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,168\",\"ApiResultIndex\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3285.6999999999998181010596454143524169921875,\"CostToCustomer\":3285.6999999999998181010596454143524169921875,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3100.9499999999998181010596454143524169921875,\"intOfferedFare\":3067.6999999999998181010596454143524169921875,\"intPublishFare\":3167.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"609\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109100045464\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"strTraceId\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-31T05:05\",\"LocalFromTime\":\"2021-01-31 05:05\",\"FromUTCTime\":\"2021-01-31T05:05\",\"LocalToTime\":\"2021-01-31 07:10\",\"ToUTCTime\":\"2021-01-31T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 31 Jan\",\"ArrivalDateTxt\":\"Sun, 31 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"609\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-31T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-31T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7129879144_23DELBOM6E148_21582526568774873\",\"localFromDateTime\":\"2021-01-31 05:05\",\"localToDateTime\":\"2021-01-31 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"31\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-31\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=31%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Up\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-28 16:05:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"82\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"197925\",\"TPSysId\":\"197926\",\"VersionId\":[\"19145\"],\"CustomerSysId\":\"93900\",\"TrxId\":\"5526\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"82\":{\"Currency\":\"INR\",\"key\":\"609\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"420\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"82\",\"CustomerMemSysId\":[\"82\"],\"flight_booking_id\":[\"204\"]},\"selectedSeatSession\":{\"609\":{\"82\":{\"seatNo\":\"6A\",\"seatPosition\":{\"row\":6,\"column\":1},\"isBooked\":false,\"code\":\"6A\",\"amount\":350}}},\"_sessiondata\":null}','2020-12-28 16:06:50'),(35,'5-9607042579_3DELBOM6E5339_21656179163521184','{\"BookingData\":[{\"bookingId\":\"TJS103300045643\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2021-01-18T10:35\",\"LocalFromTime\":\"2021-01-18 10:35\",\"FromUTCTime\":\"2021-01-18T10:35\",\"LocalToTime\":\"2021-01-18 13:00\",\"ToUTCTime\":\"2021-01-18T13:00\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":103,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":13400.0999999999985448084771633148193359375,\"PublishedFareTxt\":\"13,400\",\"ApiResultIndex\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11325,\"Tax\":2075.100000000000363797880709171295166015625,\"YQTax\":0,\"OtherCharges\":1140,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.10000000000000142108547152020037174224853515625,\"AirlineGSTComponent\":582,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":13400.0999999999985448084771633148193359375,\"PublishedFare\":13754.100000000000363797880709171295166015625,\"OfferedFare\":13100.0999999999985448084771633148193359375,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":99.7600000000000051159076974727213382720947265625,\"apiMarkup\":254.240000000000009094947017729282379150390625,\"IntCommission\":0,\"apiTaxOnMarkup\":45.75999999999999801048033987171947956085205078125,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":554.240000000000009094947017729282379150390625,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1383.40000000000009094947017729282379150390625,\"BaseFareCal\":8799.90999999999985448084771633148193359375,\"BaseFare\":7550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":388,\"MFT\":5.4000000000000003552713678800500929355621337890625,\"OT\":760,\"MU\":200,\"YR\":0,\"intTotalGST\":66.5100000000000051159076974727213382720947265625,\"apiMarkup\":169.490000000000009094947017729282379150390625,\"IntCommission\":0,\"apiTaxOnMarkup\":30.510000000000001563194018672220408916473388671875,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.490000000000009094947017729282379150390625,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":691.700000000000045474735088646411895751953125,\"BaseFareCal\":4399.9499999999998181010596454143524169921875,\"BaseFare\":3775,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":194,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.240000000000009094947017729282379150390625,\"apiTaxOnMarkup\":45.75999999999999801048033987171947956085205078125,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":99.7600000000000051159076974727213382720947265625,\"PublishFare\":13754.100000000000363797880709171295166015625,\"CostToCustomer\":13754.100000000000363797880709171295166015625,\"BaseFareCal\":13199.860000000000582076609134674072265625,\"intCommisionEarnedForAgency\":554.240000000000009094947017729282379150390625,\"CostToCompany\":13199.860000000000582076609134674072265625,\"intOfferedFare\":13100.0999999999985448084771633148193359375,\"intPublishFare\":13400.0999999999985448084771633148193359375,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"595\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-18T13:00\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-18T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":103,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103300045643\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"strTraceId\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:35\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2021-01-18T10:35\",\"LocalFromTime\":\"2021-01-18 10:35\",\"FromUTCTime\":\"2021-01-18T10:35\",\"LocalToTime\":\"2021-01-18 13:00\",\"ToUTCTime\":\"2021-01-18T13:00\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":103,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":13400.0999999999985448084771633148193359375,\"ApiResultIndex\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11325,\"Tax\":2075.100000000000363797880709171295166015625,\"YQTax\":0,\"OtherCharges\":1140,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.10000000000000142108547152020037174224853515625,\"AirlineGSTComponent\":582,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":13400.0999999999985448084771633148193359375,\"PublishedFare\":13754.100000000000363797880709171295166015625,\"OfferedFare\":13100.0999999999985448084771633148193359375,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":554.240000000000009094947017729282379150390625,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1383.40000000000009094947017729282379150390625,\"BaseFareCal\":8799.90999999999985448084771633148193359375,\"BaseFare\":7550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":388,\"MFT\":5.4000000000000003552713678800500929355621337890625,\"OT\":760,\"MU\":200,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.490000000000009094947017729282379150390625,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":691.700000000000045474735088646411895751953125,\"BaseFareCal\":4399.9499999999998181010596454143524169921875,\"BaseFare\":3775,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":194,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"595\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-18T13:00\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-18T10:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":103,\"strDepartureDtTime\":\"10:35\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9607042579_3DELBOM6E5339_21656179163521184\",\"localFromDateTime\":\"2021-01-18 10:35\",\"localToDateTime\":\"2021-01-18 13:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"18\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-18\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=18%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 12:32:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 12:32:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"98\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5155\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"kaniska \",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 12:32:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"38\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198126\",\"TPSysId\":\"198127\",\"VersionId\":[\"19189\"],\"CustomerSysId\":\"91499\",\"TrxId\":\"5565\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"},\"38\":{\"Currency\":\"INR\",\"key\":\"595\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"423\",\"424\",\"425\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"98\",\"38\"],\"flight_booking_id\":[\"207\"]},\"selectedSeatSession\":{\"595\":{\"49\":{\"seatNo\":\"5C\",\"seatPosition\":{\"row\":5,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"5C\",\"amount\":0},\"98\":{\"seatNo\":\"12B\",\"seatPosition\":{\"row\":12,\"column\":2},\"isBooked\":false,\"isLegroom\":true,\"code\":\"12B\",\"amount\":500},\"38\":{\"seatNo\":\"13B\",\"seatPosition\":{\"row\":13,\"column\":2},\"isBooked\":false,\"isLegroom\":true,\"code\":\"13B\",\"amount\":500}}},\"_sessiondata\":null}','2020-12-29 12:34:29'),(36,'5-2686310063_22DELBOM6E2173_21657136759965901,5-2686310063_22BOMDEL6E2036_21657136675349344','{\"BookingData\":[{\"bookingId\":\"TJS104800045648\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-01-18T18:20\",\"LocalFromTime\":\"2021-01-18 18:20\",\"FromUTCTime\":\"2021-01-18T18:20\",\"LocalToTime\":\"2021-01-18 20:25\",\"ToUTCTime\":\"2021-01-18T20:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":58,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,168\",\"ApiResultIndex\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3285.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3285.6999999999998181010596454143524169921875,\"CostToCustomer\":3285.6999999999998181010596454143524169921875,\"BaseFareCal\":3100.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3100.9499999999998181010596454143524169921875,\"intOfferedFare\":3067.6999999999998181010596454143524169921875,\"intPublishFare\":3167.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"792\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-18T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-18T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":58,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-18 12:00\",\"localToDateTime\":\"2021-01-21 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104800045648\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"strTraceId\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-01-18T18:20\",\"LocalFromTime\":\"2021-01-18 18:20\",\"FromUTCTime\":\"2021-01-18T18:20\",\"LocalToTime\":\"2021-01-18 20:25\",\"ToUTCTime\":\"2021-01-18T20:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":58,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6404.399999999999636202119290828704833984375,\"ApiResultIndex\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5093,\"Tax\":1311.40000000000009094947017729282379150390625,\"YQTax\":0,\"OtherCharges\":811,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4000000000000003552713678800500929355621337890625,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":6404.399999999999636202119290828704833984375,\"PublishedFare\":6640.399999999999636202119290828704833984375,\"OfferedFare\":6204.399999999999636202119290828704833984375,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1311.40000000000009094947017729282379150390625,\"BaseFareCal\":6270.899999999999636202119290828704833984375,\"BaseFare\":5093,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":265,\"MFT\":5.4000000000000003552713678800500929355621337890625,\"OT\":811,\"MU\":200,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"792\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-18T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-18T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":58,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"406\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-21T20:40\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-21T18:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":105,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2686310063_22DELBOM6E2173_21657136759965901\",\"localFromDateTime\":\"2021-01-18 18:20\",\"localToDateTime\":\"2021-01-18 20:25\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS104800045648\",\"FlightNumber\":\"6E-2036\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2686310063_22BOMDEL6E2036_21657136675349344\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:40\",\"TravelDate\":\"2021-01-21T18:35\",\"LocalFromTime\":\"2021-01-21 18:35\",\"FromUTCTime\":\"2021-01-21T18:35\",\"LocalToTime\":\"2021-01-21 20:40\",\"ToUTCTime\":\"2021-01-21T20:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 21 Jan\",\"ArrivalDateTxt\":\"Thu, 21 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":105,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,237\",\"ApiResultIndex\":\"5-2686310063_22BOMDEL6E2036_21657136675349344\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2555,\"Tax\":681.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":133,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFare\":3354.6999999999998181010596454143524169921875,\"OfferedFare\":3136.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2686310063_22BOMDEL6E2036_21657136675349344\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":681.700000000000045474735088646411895751953125,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"BaseFare\":2555,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":133,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3354.6999999999998181010596454143524169921875,\"CostToCustomer\":3354.6999999999998181010596454143524169921875,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3169.9499999999998181010596454143524169921875,\"intOfferedFare\":3136.6999999999998181010596454143524169921875,\"intPublishFare\":3236.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"406\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-21T20:40\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-21T18:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":105,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"5-2686310063_22BOMDEL6E2036_21657136675349344\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-18 12:00\",\"localToDateTime\":\"2021-01-21 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"18\\/01\\/2021\",\"return_date\":\"21\\/01\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2021\",\"return_dates\":\"21\\/01\\/2021\",\"strDepatureDate\":\"2021-01-18\",\"strReturnDate\":\"2021-01-21\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=18%2F01%2F2021&return_date=21%2F01%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 12:47:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198147\",\"TPSysId\":\"198148\",\"VersionId\":[\"19198\",\"19199\"],\"CustomerSysId\":\"91499\",\"TrxId\":\"5571\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"406\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"426\"],[\"427\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_id\":[\"208\",\"209\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-29 12:48:29'),(37,'5-1044577875_10BOMDEL6E5047_21675288997947990','{\"BookingData\":[{\"bookingId\":\"TJS108800045731\",\"FlightNumber\":\"6E-5047\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2021-01-28T07:40\",\"LocalFromTime\":\"2021-01-28 07:40\",\"FromUTCTime\":\"2021-01-28T07:40\",\"LocalToTime\":\"2021-01-28 09:45\",\"ToUTCTime\":\"2021-01-28T09:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":75,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,237\",\"ApiResultIndex\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2555,\"Tax\":681.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":133,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFare\":3354.6999999999998181010596454143524169921875,\"OfferedFare\":3136.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":681.700000000000045474735088646411895751953125,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"BaseFare\":2555,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":133,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3354.6999999999998181010596454143524169921875,\"CostToCustomer\":3354.6999999999998181010596454143524169921875,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3169.9499999999998181010596454143524169921875,\"intOfferedFare\":3136.6999999999998181010596454143524169921875,\"intPublishFare\":3236.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"617\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-28T09:45\",\"SegFlightNumber\":\"6E-5047\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-28T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108800045731\",\"FlightNumber\":\"6E-5047\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"strTraceId\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2021-01-28T07:40\",\"LocalFromTime\":\"2021-01-28 07:40\",\"FromUTCTime\":\"2021-01-28T07:40\",\"LocalToTime\":\"2021-01-28 09:45\",\"ToUTCTime\":\"2021-01-28T09:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":75,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3236.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2555,\"Tax\":681.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":133,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFare\":3354.6999999999998181010596454143524169921875,\"OfferedFare\":3136.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":681.700000000000045474735088646411895751953125,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"BaseFare\":2555,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":133,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":431,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"617\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-28T09:45\",\"SegFlightNumber\":\"6E-5047\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-28T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1044577875_10BOMDEL6E5047_21675288997947990\",\"localFromDateTime\":\"2021-01-28 07:40\",\"localToDateTime\":\"2021-01-28 09:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"28\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-28\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=28%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"Up\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 18:02:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"103\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198433\",\"TPSysId\":\"198434\",\"VersionId\":[\"19258\"],\"CustomerSysId\":\"93900\",\"TrxId\":\"5601\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"103\":{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"433\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"103\",\"CustomerMemSysId\":[\"103\"],\"flight_booking_id\":[\"215\"]},\"selectedSeatSession\":{\"617\":{\"103\":{\"seatNo\":\"4B\",\"seatPosition\":{\"row\":4,\"column\":2},\"isBooked\":false,\"code\":\"4B\",\"amount\":350}}},\"_sessiondata\":null}','2020-12-29 18:09:48'),(38,'5-9495681453_4BOMDEL6E2059_21678617930030576','{\"BookingData\":[{\"bookingId\":\"TJS108900045750\",\"FlightNumber\":\"6E-2059\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2021-01-18T20:00\",\"LocalFromTime\":\"2021-01-18 20:00\",\"FromUTCTime\":\"2021-01-18T20:00\",\"LocalToTime\":\"2021-01-18 22:05\",\"ToUTCTime\":\"2021-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":104,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,237\",\"ApiResultIndex\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2555,\"Tax\":681.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":133,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFare\":3354.6999999999998181010596454143524169921875,\"OfferedFare\":3136.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":681.700000000000045474735088646411895751953125,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"BaseFare\":2555,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":133,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":3354.6999999999998181010596454143524169921875,\"CostToCustomer\":3354.6999999999998181010596454143524169921875,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":3169.9499999999998181010596454143524169921875,\"intOfferedFare\":3136.6999999999998181010596454143524169921875,\"intPublishFare\":3236.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"030\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-18T22:05\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-18T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":104,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"030\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"030\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"030\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"030\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"030\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108900045750\",\"FlightNumber\":\"6E-2059\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"strTraceId\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2021-01-18T20:00\",\"LocalFromTime\":\"2021-01-18 20:00\",\"FromUTCTime\":\"2021-01-18T20:00\",\"LocalToTime\":\"2021-01-18 22:05\",\"ToUTCTime\":\"2021-01-18T22:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 18 Jan\",\"ArrivalDateTxt\":\"Mon, 18 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":104,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3236.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2555,\"Tax\":681.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":133,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3236.6999999999998181010596454143524169921875,\"PublishedFare\":3354.6999999999998181010596454143524169921875,\"OfferedFare\":3136.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":681.700000000000045474735088646411895751953125,\"BaseFareCal\":3169.9499999999998181010596454143524169921875,\"BaseFare\":2555,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":133,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":431,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"030\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-18T22:05\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-18T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":104,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9495681453_4BOMDEL6E2059_21678617930030576\",\"localFromDateTime\":\"2021-01-18 20:00\",\"localToDateTime\":\"2021-01-18 22:05\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"18\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-18\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=18%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asdfasdf\",\"LastName\":\"asdfasfsa\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 18:47:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198458\",\"TPSysId\":\"198459\",\"VersionId\":[\"19264\"],\"CustomerSysId\":\"92363\",\"TrxId\":\"5610\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"437\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"30\"],\"flight_booking_id\":[\"219\"]},\"selectedSeatSession\":{\"030\":{\"30\":{\"seatNo\":\"2A\",\"seatPosition\":{\"row\":2,\"column\":1},\"isBooked\":false,\"code\":\"2A\",\"amount\":400}}},\"_sessiondata\":null}','2020-12-29 18:52:48'),(39,'4-7297135483_2DELBOMSG8287_21682590958196790','{\"BookingData\":[{\"bookingId\":\"TJS105600045768\",\"FlightNumber\":\"SG-8287\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"01:35\",\"TravelDate\":\"2020-12-29T23:20\",\"LocalFromTime\":\"2020-12-29 23:20\",\"FromUTCTime\":\"2020-12-29T23:20\",\"LocalToTime\":\"2020-12-30 01:35\",\"ToUTCTime\":\"2020-12-30T01:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4189.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":33.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":33.25,\"PublishFare\":4189.6999999999998181010596454143524169921875,\"CostToCustomer\":4189.6999999999998181010596454143524169921875,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":184.75,\"CostToCompany\":4004.9499999999998181010596454143524169921875,\"intOfferedFare\":3971.6999999999998181010596454143524169921875,\"intPublishFare\":4071.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"269\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T01:35\",\"SegFlightNumber\":\"SG-8287\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"01:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"269\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"269\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"269\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"269\",\"Code\":\"EB10\",\"Price\":3895,\"Weight\":\"10KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2020-12-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105600045768\",\"FlightNumber\":\"SG-8287\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"strTraceId\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"01:35\",\"TravelDate\":\"2020-12-29T23:20\",\"LocalFromTime\":\"2020-12-29 23:20\",\"FromUTCTime\":\"2020-12-29T23:20\",\"LocalToTime\":\"2020-12-30 01:35\",\"ToUTCTime\":\"2020-12-30T01:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Tue, 29 Dec\",\"ArrivalDateTxt\":\"Wed, 30 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.6999999999998181010596454143524169921875,\"PublishedFare\":4189.6999999999998181010596454143524169921875,\"OfferedFare\":3971.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.700000000000045474735088646411895751953125,\"BaseFareCal\":4004.9499999999998181010596454143524169921875,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":184.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"269\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2020-12-30T01:35\",\"SegFlightNumber\":\"SG-8287\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2020-12-29T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"01:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7297135483_2DELBOMSG8287_21682590958196790\",\"localFromDateTime\":\"2020-12-29 23:20\",\"localToDateTime\":\"2020-12-30 01:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"departure_date\":\"29\\/12\\/2020\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Mumbai (Bombay) Intl Airport (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/12\\/2020\",\"return_dates\":\"\",\"strDepatureDate\":\"2020-12-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29&departure_date=29%2F12%2F2020&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Mumbai+%28Bombay%29+Intl+Airport+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"bmatai12@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8604444404\",\"FirstName\":\"Bhupesh\",\"LastName\":\"Matai\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"LIG 95\",\"CityTitle\":\"Kanpur\",\"CitySysId\":\"13516\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-29 19:52:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"107\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198469\",\"TPSysId\":\"198470\",\"VersionId\":[\"19267\"],\"CustomerSysId\":\"90098\",\"TrxId\":\"5613\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"438\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"107\"],\"flight_booking_id\":[\"220\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-29 19:56:09'),(40,'5-7745248223_5DELBOM6E408_21834913612375720','{\"BookingData\":[{\"bookingId\":\"TJS100900045946\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-16T06:25\",\"LocalFromTime\":\"2021-01-16 06:25\",\"FromUTCTime\":\"2021-01-16T06:25\",\"LocalToTime\":\"2021-01-16 08:45\",\"ToUTCTime\":\"2021-01-16T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 16 Jan\",\"ArrivalDateTxt\":\"Sat, 16 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":113,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFareTxt\":\"3,168\",\"ApiResultIndex\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3082.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3167.6999999999998181010596454143524169921875,\"CostToCustomer\":3167.6999999999998181010596454143524169921875,\"BaseFareCal\":3082.9499999999998181010596454143524169921875,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3082.9499999999998181010596454143524169921875,\"intOfferedFare\":3067.6999999999998181010596454143524169921875,\"intPublishFare\":3167.6999999999998181010596454143524169921875,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"965\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-16T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-16T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":113,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"965\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100900045946\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"strTraceId\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-16T06:25\",\"LocalFromTime\":\"2021-01-16 06:25\",\"FromUTCTime\":\"2021-01-16T06:25\",\"LocalToTime\":\"2021-01-16 08:45\",\"ToUTCTime\":\"2021-01-16T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 16 Jan\",\"ArrivalDateTxt\":\"Sat, 16 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":113,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"ApiResultIndex\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2538,\"Tax\":629.700000000000045474735088646411895751953125,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.70000000000000017763568394002504646778106689453125,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3167.6999999999998181010596454143524169921875,\"PublishedFare\":3167.6999999999998181010596454143524169921875,\"OfferedFare\":3067.6999999999998181010596454143524169921875,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":629.700000000000045474735088646411895751953125,\"BaseFareCal\":3082.9499999999998181010596454143524169921875,\"BaseFare\":2538,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.70000000000000017763568394002504646778106689453125,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"965\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-16T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-16T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":113,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7745248223_5DELBOM6E408_21834913612375720\",\"localFromDateTime\":\"2021-01-16 06:25\",\"localToDateTime\":\"2021-01-16 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"16\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-16\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=16%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-31 14:09:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"198871\",\"TPSysId\":\"198872\",\"VersionId\":[\"19388\"],\"CustomerSysId\":\"90444\",\"TrxId\":\"5690\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"445\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"227\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-31 14:09:30'),(41,'4-2716297854_1DELBOMSG789_6603177627565757','{\"BookingData\":[{\"bookingId\":\"TJ109205803401\",\"FlightNumber\":\"SG-789\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-01-19T08:20\",\"LocalFromTime\":\"2021-01-19 08:20\",\"FromUTCTime\":\"2021-01-19T08:20\",\"LocalToTime\":\"2021-01-19 10:25\",\"ToUTCTime\":\"2021-01-19T10:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 19 Jan\",\"ArrivalDateTxt\":\"Tue, 19 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2917,\"PublishedFareTxt\":\"2,917\",\"ApiResultIndex\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2363,\"Tax\":554,\"YQTax\":0,\"OtherCharges\":405,\"Discount\":0,\"ServiceFee\":21.190000000000001278976924368180334568023681640625,\"ManagementFeeTax\":3.810000000000000053290705182007513940334320068359375,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2917,\"PublishedFare\":2917,\"OfferedFare\":2894.260000000000218278728425502777099609375,\"CommissionEarned\":22.739999999999998436805981327779591083526611328125,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-0.89000000000000001332267629550187848508358001708984375,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":22.739999999999998436805981327779591083526611328125,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":22.739999999999998436805981327779591083526611328125,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":554,\"BaseFareCal\":2894.260000000000218278728425502777099609375,\"BaseFare\":2363,\"CommissionEarned\":22.739999999999998436805981327779591083526611328125,\"TDS\":-0.89000000000000001332267629550187848508358001708984375,\"MF\":21.190000000000001278976924368180334568023681640625,\"YQ\":0,\"AGST\":124,\"MFT\":3.810000000000000053290705182007513940334320068359375,\"OT\":405,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":22.739999999999998436805981327779591083526611328125,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":22.739999999999998436805981327779591083526611328125,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":22.739999999999998436805981327779591083526611328125,\"IntCommissionValInPercentage\":100,\"IntCommission\":22.739999999999998436805981327779591083526611328125,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2917,\"CostToCustomer\":2917,\"BaseFareCal\":2894.260000000000218278728425502777099609375,\"intCommisionEarnedForAgency\":22.739999999999998436805981327779591083526611328125,\"CostToCompany\":2894.260000000000218278728425502777099609375,\"intOfferedFare\":2894.260000000000218278728425502777099609375,\"intPublishFare\":2917,\"TripjackMarkup\":0,\"TripjackCommission\":22.739999999999998436805981327779591083526611328125,\"TripjackTDS\":\"0.89\",\"dddddd\":{\"intOfferedFare\":2894.260000000000218278728425502777099609375,\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":22.739999999999998436805981327779591083526611328125}}},\"Segments\":[{\"segmentid\":\"722\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-19T10:25\",\"SegFlightNumber\":\"SG-789\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-19T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"EB05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"EB15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"EB20\",\"Price\":8000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"EB30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"VGML\",\"Price\":325,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NVML\",\"Price\":325,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"JNML\",\"Price\":375,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"GFVG\",\"Price\":375,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"GFNV\",\"Price\":375,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"GFCM\",\"Price\":375,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"FPML\",\"Price\":375,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"DNVL\",\"Price\":375,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"DBML\",\"Price\":375,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"CHML\",\"Price\":375,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"VCC2\",\"Price\":638,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NCC6\",\"Price\":638,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NCC5\",\"Price\":638,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NCC4\",\"Price\":638,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NCC2\",\"Price\":638,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NCC1\",\"Price\":638,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109205803401\",\"FlightNumber\":\"SG-789\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"strTraceId\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-01-19T08:20\",\"LocalFromTime\":\"2021-01-19 08:20\",\"FromUTCTime\":\"2021-01-19T08:20\",\"LocalToTime\":\"2021-01-19 10:25\",\"ToUTCTime\":\"2021-01-19T10:25\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 19 Jan\",\"ArrivalDateTxt\":\"Tue, 19 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2917,\"ApiResultIndex\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2363,\"Tax\":554,\"YQTax\":0,\"OtherCharges\":405,\"Discount\":0,\"ServiceFee\":21.190000000000001278976924368180334568023681640625,\"ManagementFeeTax\":3.810000000000000053290705182007513940334320068359375,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2917,\"PublishedFare\":2917,\"OfferedFare\":2894.260000000000218278728425502777099609375,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":22.739999999999998436805981327779591083526611328125,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":554,\"BaseFareCal\":2894.260000000000218278728425502777099609375,\"BaseFare\":2363,\"CommissionEarned\":22.739999999999998436805981327779591083526611328125,\"TDS\":-0.89000000000000001332267629550187848508358001708984375,\"MF\":21.190000000000001278976924368180334568023681640625,\"YQ\":0,\"AGST\":124,\"MFT\":3.810000000000000053290705182007513940334320068359375,\"OT\":405,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":22.739999999999998436805981327779591083526611328125,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"722\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-19T10:25\",\"SegFlightNumber\":\"SG-789\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-19T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2716297854_1DELBOMSG789_6603177627565757\",\"localFromDateTime\":\"2021-01-19 08:20\",\"localToDateTime\":\"2021-01-19 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5155\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sdfasf\",\"LastName\":\"sdfsadfasf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5155\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2020-12-31 20:15:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"41\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"199045\",\"TPSysId\":\"199046\",\"VersionId\":[],\"CustomerSysId\":\"92363\",\"TrxId\":\"5726\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"41\":{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"NVSW\",\"Price\":\"235\",\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"SelectedBaggSessionNew\":{\"41\":{\"Currency\":\"INR\",\"key\":\"722\",\"Code\":\"BOF1\",\"Price\":\"100\",\"Weight\":\"Bag Out First with 1 Bag\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"486\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"41\",\"CustomerMemSysId\":[\"41\"],\"flight_booking_id\":[\"249\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-31 20:16:24'),(42,'21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680','{\"BookingData\":[{\"bookingId\":\"TJ117105803387\",\"FlightNumber\":\"UK-223\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2021-01-21T20:00\",\"LocalFromTime\":\"2021-01-21 20:00\",\"FromUTCTime\":\"2021-01-21T20:00\",\"LocalToTime\":\"2021-01-21 22:20\",\"ToUTCTime\":\"2021-01-21T22:20\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 21 Jan\",\"ArrivalDateTxt\":\"Thu, 21 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8689,\"PublishedFareTxt\":\"8,689\",\"ApiResultIndex\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7510,\"Tax\":1179,\"YQTax\":0,\"OtherCharges\":642,\"Discount\":0,\"ServiceFee\":21.190000000000001278976924368180334568023681640625,\"ManagementFeeTax\":3.810000000000000053290705182007513940334320068359375,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":8689,\"PublishedFare\":8689,\"OfferedFare\":8689,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1179,\"BaseFareCal\":8689,\"BaseFare\":7510,\"CommissionEarned\":0,\"TDS\":0,\"MF\":21.190000000000001278976924368180334568023681640625,\"YQ\":0,\"AGST\":382,\"MFT\":3.810000000000000053290705182007513940334320068359375,\"OT\":642,\"MU\":0,\"YR\":130,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8689,\"CostToCustomer\":8689,\"BaseFareCal\":8689,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8689,\"intOfferedFare\":8689,\"intPublishFare\":8689,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":8689,\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"931\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-01-21T22:20\",\"SegFlightNumber\":\"UK-223\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-21T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ117105803387\",\"FlightNumber\":\"UK-223\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"strTraceId\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:20\",\"TravelDate\":\"2021-01-21T20:00\",\"LocalFromTime\":\"2021-01-21 20:00\",\"FromUTCTime\":\"2021-01-21T20:00\",\"LocalToTime\":\"2021-01-21 22:20\",\"ToUTCTime\":\"2021-01-21T22:20\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 21 Jan\",\"ArrivalDateTxt\":\"Thu, 21 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8689,\"ApiResultIndex\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7510,\"Tax\":1179,\"YQTax\":0,\"OtherCharges\":642,\"Discount\":0,\"ServiceFee\":21.190000000000001278976924368180334568023681640625,\"ManagementFeeTax\":3.810000000000000053290705182007513940334320068359375,\"AirlineGSTComponent\":382,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":8689,\"PublishedFare\":8689,\"OfferedFare\":8689,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1179,\"BaseFareCal\":8689,\"BaseFare\":7510,\"CommissionEarned\":0,\"TDS\":0,\"MF\":21.190000000000001278976924368180334568023681640625,\"YQ\":0,\"AGST\":382,\"MFT\":3.810000000000000053290705182007513940334320068359375,\"OT\":642,\"MU\":0,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"931\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-01-21T22:20\",\"SegFlightNumber\":\"UK-223\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-21T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:20\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.rastafari.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-20-12-2-15-10-0071240170_0DELDXBUK223_7902847706509680\",\"localFromDateTime\":\"2021-01-21 20:00\",\"localToDateTime\":\"2021-01-21 22:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (XNB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"XNB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"departure_date\":\"21\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"XNB\",\"from\":\"DEL\",\"to\":\"XNB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28XNB%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=XNB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+DXB%2C+AE+-+Dubai+Chelsea+Tower+Bus+Station+%28XNB%29&departure_date=21%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+DXB\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":null}','2020-12-31 20:18:27'),(44,'10-2807603278_2DELBOMUK933_22199341978695807','{\"BookingData\":[{\"bookingId\":\"TJS104100046189\",\"FlightNumber\":\"UK-933\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:40\",\"TravelDate\":\"2021-02-22T15:30\",\"LocalFromTime\":\"2021-02-22 15:30\",\"FromUTCTime\":\"2021-02-22T15:30\",\"LocalToTime\":\"2021-02-22 17:40\",\"ToUTCTime\":\"2021-02-22T17:40\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Mon, 22 Feb\",\"ArrivalDateTxt\":\"Mon, 22 Feb\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"PublishedFareTxt\":\"4,073\",\"ApiResultIndex\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3370,\"Tax\":702.7,\"YQTax\":0,\"OtherCharges\":280,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":702.7,\"BaseFareCal\":3987.95,\"BaseFare\":3370,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":280,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4072.7,\"CostToCustomer\":4072.7,\"BaseFareCal\":3987.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3987.95,\"intOfferedFare\":3972.7,\"intPublishFare\":4072.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":3972.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"626\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-22T17:40\",\"SegFlightNumber\":\"UK-933\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-22T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"626\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"strTraceId\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104100046189\",\"FlightNumber\":\"UK-933\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"strTraceId\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:40\",\"TravelDate\":\"2021-02-22T15:30\",\"LocalFromTime\":\"2021-02-22 15:30\",\"FromUTCTime\":\"2021-02-22T15:30\",\"LocalToTime\":\"2021-02-22 17:40\",\"ToUTCTime\":\"2021-02-22T17:40\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Mon, 22 Feb\",\"ArrivalDateTxt\":\"Mon, 22 Feb\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"ApiResultIndex\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3370,\"Tax\":702.7,\"YQTax\":0,\"OtherCharges\":280,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":702.7,\"BaseFareCal\":3987.95,\"BaseFare\":3370,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":280,\"MU\":100,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"626\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-22T17:40\",\"SegFlightNumber\":\"UK-933\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-22T15:30\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-2807603278_2DELBOMUK933_22199341978695807\",\"localFromDateTime\":\"2021-02-22 15:30\",\"localToDateTime\":\"2021-02-22 17:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-04 19:26:43'),(45,'5-5168122564_6DELBOM6E408_22956555028846704','{\"BookingData\":[{\"bookingId\":\"TJS100300048054\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-21T06:25\",\"LocalFromTime\":\"2021-01-21 06:25\",\"FromUTCTime\":\"2021-01-21T06:25\",\"LocalToTime\":\"2021-01-21 08:45\",\"ToUTCTime\":\"2021-01-21T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Thu, 21 Jan\",\"ArrivalDateTxt\":\"Thu, 21 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":116,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2967.7,\"PublishedFareTxt\":\"2,968\",\"ApiResultIndex\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2348,\"Tax\":619.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":122,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2967.7,\"PublishedFare\":2967.7,\"OfferedFare\":2867.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":100,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":619.7,\"BaseFareCal\":2867.7,\"BaseFare\":2348,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":122,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":100,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":100,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2967.7,\"CostToCustomer\":2967.7,\"BaseFareCal\":2867.7,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":2867.7,\"intOfferedFare\":2867.7,\"intPublishFare\":2967.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":2867.7,\"apiMarkup\":100,\"apiTaxOnMarkup\":0,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"455\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-21T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-21T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":116,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100300048054\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"strTraceId\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-21T06:25\",\"LocalFromTime\":\"2021-01-21 06:25\",\"FromUTCTime\":\"2021-01-21T06:25\",\"LocalToTime\":\"2021-01-21 08:45\",\"ToUTCTime\":\"2021-01-21T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Thu, 21 Jan\",\"ArrivalDateTxt\":\"Thu, 21 Jan\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":116,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2967.7,\"ApiResultIndex\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2348,\"Tax\":619.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":122,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2967.7,\"PublishedFare\":2967.7,\"OfferedFare\":2867.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":619.7,\"BaseFareCal\":2867.7,\"BaseFare\":2348,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":122,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"455\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-21T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-21T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":116,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5168122564_6DELBOM6E408_22956555028846704\",\"localFromDateTime\":\"2021-01-21 06:25\",\"localToDateTime\":\"2021-01-21 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"21\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=21%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-13 13:45:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"15850\",\"TPSysId\":\"15851\",\"VersionId\":[\"9463\"],\"CustomerSysId\":\"178\",\"TrxId\":\"4691\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"496\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"260\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-13 13:45:22'),(46,'5-9943268710_2BOMBLR6E406_23127081516691141','{\"BookingData\":[{\"bookingId\":\"TJS101000048526\",\"FlightNumber\":\"6E-406\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2021-02-03T21:25\",\"LocalFromTime\":\"2021-02-03 21:25\",\"FromUTCTime\":\"2021-02-03T21:25\",\"LocalToTime\":\"2021-02-03 23:10\",\"ToUTCTime\":\"2021-02-03T23:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 03 Feb\",\"ArrivalDateTxt\":\"Wed, 03 Feb\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":87,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2619.7,\"PublishedFareTxt\":\"2,620\",\"ApiResultIndex\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1968,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":103,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2619.7,\"PublishedFare\":2619.7,\"OfferedFare\":2519.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":2534.95,\"BaseFare\":1968,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":103,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":2619.7,\"CostToCustomer\":2619.7,\"BaseFareCal\":2534.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2534.95,\"intOfferedFare\":2519.7,\"intPublishFare\":2619.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":2519.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"888\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-02-03T23:10\",\"SegFlightNumber\":\"6E-406\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-02-03T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":87,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"888\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"888\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"888\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"888\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"888\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101000048526\",\"FlightNumber\":\"6E-406\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"strTraceId\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:25\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2021-02-03T21:25\",\"LocalFromTime\":\"2021-02-03 21:25\",\"FromUTCTime\":\"2021-02-03T21:25\",\"LocalToTime\":\"2021-02-03 23:10\",\"ToUTCTime\":\"2021-02-03T23:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 03 Feb\",\"ArrivalDateTxt\":\"Wed, 03 Feb\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":87,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2619.7,\"ApiResultIndex\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1968,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":103,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2619.7,\"PublishedFare\":2619.7,\"OfferedFare\":2519.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":2534.95,\"BaseFare\":1968,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":103,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"888\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-02-03T23:10\",\"SegFlightNumber\":\"6E-406\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-02-03T21:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":87,\"strDepartureDtTime\":\"21:25\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9943268710_2BOMBLR6E406_23127081516691141\",\"localFromDateTime\":\"2021-02-03 21:25\",\"localToDateTime\":\"2021-02-03 23:10\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Bengaluru (BLR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"0\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"departure_date\":\"03\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"BOM\",\"to\":\"BLR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"sourceCityId\":18676,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-03\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Bengaluru+%28BLR%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=BLR&ContSysId=0&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&departure_date=03%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-15 13:05:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"15973\",\"TPSysId\":\"15974\",\"VersionId\":[\"9572\"],\"CustomerSysId\":\"168\",\"TrxId\":\"4732\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"497\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"261\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-15 13:05:52'),(47,'10-5368135317_0DELCOKUK881_23386464318757713,10-5368135317_0COKDELUK882_23386464296565614','{\"BookingData\":[{\"bookingId\":\"TJS109500048913\",\"FlightNumber\":\"UK-881\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2021-01-28T08:00\",\"LocalFromTime\":\"2021-01-28 08:00\",\"FromUTCTime\":\"2021-01-28T08:00\",\"LocalToTime\":\"2021-01-28 11:10\",\"ToUTCTime\":\"2021-01-28T11:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9753.4,\"PublishedFareTxt\":\"9,753\",\"ApiResultIndex\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8270,\"Tax\":1483.4,\"YQTax\":0,\"OtherCharges\":560,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":260,\"MUFee\":200,\"intPublishedFare\":9753.4,\"PublishedFare\":9753.4,\"OfferedFare\":9553.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1483.4,\"BaseFareCal\":9583.91,\"BaseFare\":8270,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":428,\"MFT\":5.4,\"OT\":560,\"MU\":200,\"YR\":260,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":9753.4,\"CostToCustomer\":9753.4,\"BaseFareCal\":9583.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":9583.91,\"intOfferedFare\":9553.4,\"intPublishFare\":9753.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9553.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"249\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-01-28T11:10\",\"SegFlightNumber\":\"UK-881\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-28T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-28 12:00\",\"localToDateTime\":\"2021-02-01 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109500048913\",\"FlightNumber\":\"UK-881\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"strTraceId\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2021-01-28T08:00\",\"LocalFromTime\":\"2021-01-28 08:00\",\"FromUTCTime\":\"2021-01-28T08:00\",\"LocalToTime\":\"2021-01-28 11:10\",\"ToUTCTime\":\"2021-01-28T11:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":190,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"3h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":19264.8,\"ApiResultIndex\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16326,\"Tax\":2938.8,\"YQTax\":0,\"OtherCharges\":1104,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":844,\"CarrierMiscFee\":520,\"MUFee\":400,\"intPublishedFare\":19264.8,\"PublishedFare\":19264.8,\"OfferedFare\":18864.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2938.8,\"BaseFareCal\":18925.82,\"BaseFare\":16326,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":844,\"MFT\":10.8,\"OT\":1104,\"MU\":400,\"YR\":520,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"249\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-01-28T11:10\",\"SegFlightNumber\":\"UK-881\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-28T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":190,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"830\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-02-01T15:10\",\"SegFlightNumber\":\"UK-882\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2021-02-01T11:55\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"15:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-5368135317_0DELCOKUK881_23386464318757713\",\"localFromDateTime\":\"2021-01-28 08:00\",\"localToDateTime\":\"2021-01-28 11:10\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS109500048913\",\"FlightNumber\":\"UK-882\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-5368135317_0COKDELUK882_23386464296565614\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"15:10\",\"TravelDate\":\"2021-02-01T11:55\",\"LocalFromTime\":\"2021-02-01 11:55\",\"FromUTCTime\":\"2021-02-01T11:55\",\"LocalToTime\":\"2021-02-01 15:10\",\"ToUTCTime\":\"2021-02-01T15:10\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":195,\"DepartureDateTxt\":\"Mon, 01 Feb\",\"ArrivalDateTxt\":\"Mon, 01 Feb\",\"FlightDuration\":\"3h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9511.4,\"PublishedFareTxt\":\"9,511\",\"ApiResultIndex\":\"10-5368135317_0COKDELUK882_23386464296565614\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8056,\"Tax\":1455.4,\"YQTax\":0,\"OtherCharges\":544,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":416,\"CarrierMiscFee\":260,\"MUFee\":200,\"intPublishedFare\":9511.4,\"PublishedFare\":9511.4,\"OfferedFare\":9311.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-5368135317_0COKDELUK882_23386464296565614\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1455.4,\"BaseFareCal\":9341.91,\"BaseFare\":8056,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":416,\"MFT\":5.4,\"OT\":544,\"MU\":200,\"YR\":260,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":9511.4,\"CostToCustomer\":9511.4,\"BaseFareCal\":9341.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":9341.91,\"intOfferedFare\":9311.4,\"intPublishFare\":9511.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9311.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"830\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-02-01T15:10\",\"SegFlightNumber\":\"UK-882\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2021-02-01T11:55\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":195,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"15:10\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-5368135317_0COKDELUK882_23386464296565614\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-28 12:00\",\"localToDateTime\":\"2021-02-01 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Kochi (COK)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"departure_date\":\"28\\/01\\/2021\",\"return_date\":\"01\\/02\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt (COK)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"COK\",\"from\":\"DEL\",\"to\":\"COK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"sourceCityId\":7701,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/01\\/2021\",\"return_dates\":\"01\\/02\\/2021\",\"strDepatureDate\":\"2021-01-28\",\"strReturnDate\":\"2021-02-01\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Kochi+%28COK%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=COK&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Kochi%2C+IN+-+Cochin+Internation+Arpt+%28COK%29&departure_date=28%2F01%2F2021&return_date=01%2F02%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Cochin+Internation+Arpt+%28COK%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"taransinghbatra@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9899923966\",\"FirstName\":\"TARAN\",\"LastName\":\"BATRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-18 13:10:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"81\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"37\",\"CustomerSysId\":\"81\",\"EmailId\":\"taransinghbatra@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9899923966\",\"FirstName\":\"MANMEET\",\"LastName\":\"KAUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-18 13:10:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"156\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16212\",\"TPSysId\":\"16213\",\"VersionId\":[\"9680\",\"9681\"],\"CustomerSysId\":\"225\",\"TrxId\":\"4743\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"81\":{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VGML\",\"Price\":\"0\",\"Description\":\"Vegan Veg Meal\"},\"156\":{\"Currency\":\"INR\",\"key\":\"249\",\"Code\":\"VJML\",\"Price\":\"0\",\"Description\":\"Jain Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":{\"81\":{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VGML\",\"Price\":\"0\",\"Description\":\"Vegan Veg Meal\"},\"156\":{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"VJML\",\"Price\":\"0\",\"Description\":\"Jain Veg Meal\"}},\"flight_booking_customer_id\":[[\"498\",\"499\"],[\"500\",\"501\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"81\",\"CustomerMemSysId\":[\"81\",\"156\"],\"flight_booking_id\":[\"262\",\"263\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-18 13:11:49'),(48,'5-9306908491_10DELCOK6E2046_23386793301681330,5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551','{\"BookingData\":[{\"bookingId\":\"TJS100400048914\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-28T05:25\",\"LocalFromTime\":\"2021-01-28 05:25\",\"FromUTCTime\":\"2021-01-28T05:25\",\"LocalToTime\":\"2021-01-28 08:45\",\"ToUTCTime\":\"2021-01-28T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":107,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4738.7,\"PublishedFareTxt\":\"4,739\",\"ApiResultIndex\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4034,\"Tax\":704.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":207,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4738.7,\"PublishedFare\":4738.7,\"OfferedFare\":4638.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":704.7,\"BaseFareCal\":4653.95,\"BaseFare\":4034,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":207,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4738.7,\"CostToCustomer\":4738.7,\"BaseFareCal\":4653.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":4653.95,\"intOfferedFare\":4638.7,\"intPublishFare\":4738.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4638.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"617\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-01-28T08:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-28T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":107,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-28 12:00\",\"localToDateTime\":\"2021-02-01 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100400048914\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"strTraceId\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-01-28T05:25\",\"LocalFromTime\":\"2021-01-28 05:25\",\"FromUTCTime\":\"2021-01-28T05:25\",\"LocalToTime\":\"2021-01-28 08:45\",\"ToUTCTime\":\"2021-01-28T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Thu, 28 Jan\",\"ArrivalDateTxt\":\"Thu, 28 Jan\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":107,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10056.4,\"ApiResultIndex\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8577,\"Tax\":1479.4,\"YQTax\":0,\"OtherCharges\":802,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":442,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":10056.4,\"PublishedFare\":10056.4,\"OfferedFare\":9856.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1479.4,\"BaseFareCal\":9886.9,\"BaseFare\":8577,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":442,\"MFT\":5.4,\"OT\":802,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"617\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-01-28T08:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-28T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":107,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"830\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-02-01T19:30\",\"SegFlightNumber\":\"6E-6247\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2021-02-01T17:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":100,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"17:05\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"1h 40m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"286\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-02-01T22:50\",\"SegFlightNumber\":\"6E-267\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-02-01T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9306908491_10DELCOK6E2046_23386793301681330\",\"localFromDateTime\":\"2021-01-28 05:25\",\"localToDateTime\":\"2021-01-28 08:45\",\"strSourceAirportCode\":\"COK\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS100400048914\",\"FlightNumber\":\"6E-6247\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:05\",\"ArrivalTime\":\"22:50\",\"TravelDate\":\"2021-02-01T17:05\",\"LocalFromTime\":\"2021-02-01 17:05\",\"FromUTCTime\":\"2021-02-01T17:05\",\"LocalToTime\":\"2021-02-01 22:50\",\"ToUTCTime\":\"2021-02-01T22:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":100,\"LAYOVERDuration\":\"1h 40m\",\"FlyingMinutes\":345,\"DepartureDateTxt\":\"Mon, 01 Feb\",\"ArrivalDateTxt\":\"Mon, 01 Feb\",\"FlightDuration\":\"5h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"COK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":73,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5317.7,\"PublishedFareTxt\":\"5,318\",\"ApiResultIndex\":\"5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4543,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":422,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":235,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5317.7,\"PublishedFare\":5317.7,\"OfferedFare\":5217.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"BaseFareCal\":5232.95,\"BaseFare\":4543,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":422,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":100,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":5317.7,\"CostToCustomer\":5317.7,\"BaseFareCal\":5232.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":5232.95,\"intOfferedFare\":5217.7,\"intPublishFare\":5317.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5217.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"830\",\"originAirportName\":\"Cochin Internation Arpt\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Kochi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-02-01T19:30\",\"SegFlightNumber\":\"6E-6247\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"COK\",\"originDepTime\":\"2021-02-01T17:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":100,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"17:05\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"1h 40m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"286\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-02-01T22:50\",\"SegFlightNumber\":\"6E-267\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-02-01T21:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":73,\"strDepartureDtTime\":\"21:10\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"830\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9306908491_11COKAMD6E6247AMDDEL6E267_23386793219462551\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-28 12:00\",\"localToDateTime\":\"2021-02-01 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Kochi (COK)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"departure_date\":\"28\\/01\\/2021\",\"return_date\":\"01\\/02\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt (COK)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"COK\",\"from\":\"DEL\",\"to\":\"COK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"sourceCityId\":7701,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/01\\/2021\",\"return_dates\":\"01\\/02\\/2021\",\"strDepatureDate\":\"2021-01-28\",\"strReturnDate\":\"2021-02-01\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Kochi+%28COK%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=COK&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Kochi%2C+IN+-+Cochin+Internation+Arpt+%28COK%29&departure_date=28%2F01%2F2021&return_date=01%2F02%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Cochin+Internation+Arpt+%28COK%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"parth@ineedtrip.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9953742503\",\"FirstName\":\"PARTH\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-18 13:14:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"82\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16214\",\"TPSysId\":\"16215\",\"VersionId\":[\"9682\",\"9683\"],\"CustomerSysId\":\"226\",\"TrxId\":\"4744\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"502\"],[\"503\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"82\",\"CustomerMemSysId\":[\"82\"],\"flight_booking_id\":[\"264\",\"265\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-18 13:14:48'),(49,'5-9694876104_23DELBOM6E148_23564674565760802,5-9694876104_11BOMDEL6E6284_23564674485359451','{\"BookingData\":[{\"bookingId\":\"TJS109800049537\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-23T05:05\",\"LocalFromTime\":\"2021-01-23 05:05\",\"FromUTCTime\":\"2021-01-23T05:05\",\"LocalToTime\":\"2021-01-23 07:10\",\"ToUTCTime\":\"2021-01-23T07:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 23 Jan\",\"ArrivalDateTxt\":\"Sat, 23 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":154,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5647.7,\"PublishedFareTxt\":\"5,648\",\"ApiResultIndex\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":747.7,\"YQTax\":0,\"OtherCharges\":380,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5647.7,\"PublishedFare\":5647.7,\"OfferedFare\":5547.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":747.7,\"BaseFareCal\":5562.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":380,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":50,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":5647.7,\"CostToCustomer\":5647.7,\"BaseFareCal\":5562.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":5562.95,\"intOfferedFare\":5547.7,\"intPublishFare\":5647.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5547.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"902\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-23T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-23T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":154,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-23 12:00\",\"localToDateTime\":\"2021-01-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109800049537\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"strTraceId\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-01-23T05:05\",\"LocalFromTime\":\"2021-01-23 05:05\",\"FromUTCTime\":\"2021-01-23T05:05\",\"LocalToTime\":\"2021-01-23 07:10\",\"ToUTCTime\":\"2021-01-23T07:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 23 Jan\",\"ArrivalDateTxt\":\"Sat, 23 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":154,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11346.4,\"ApiResultIndex\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9800,\"Tax\":1546.4,\"YQTax\":0,\"OtherCharges\":811,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":500,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":11346.4,\"PublishedFare\":11346.4,\"OfferedFare\":11146.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1546.4,\"BaseFareCal\":11176.9,\"BaseFare\":9800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":500,\"MFT\":5.4,\"OT\":811,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"902\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-01-23T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-01-23T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":154,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"038\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-23T16:20\",\"SegFlightNumber\":\"6E-6284\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-23T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":42,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9694876104_23DELBOM6E148_23564674565760802\",\"localFromDateTime\":\"2021-01-23 05:05\",\"localToDateTime\":\"2021-01-23 07:10\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS109800049537\",\"FlightNumber\":\"6E-6284\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9694876104_11BOMDEL6E6284_23564674485359451\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:15\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2021-01-23T14:15\",\"LocalFromTime\":\"2021-01-23 14:15\",\"FromUTCTime\":\"2021-01-23T14:15\",\"LocalToTime\":\"2021-01-23 16:20\",\"ToUTCTime\":\"2021-01-23T16:20\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 23 Jan\",\"ArrivalDateTxt\":\"Sat, 23 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":42,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5698.7,\"PublishedFareTxt\":\"5,699\",\"ApiResultIndex\":\"5-9694876104_11BOMDEL6E6284_23564674485359451\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":798.7,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5698.7,\"PublishedFare\":5698.7,\"OfferedFare\":5598.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9694876104_11BOMDEL6E6284_23564674485359451\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":798.7,\"BaseFareCal\":5613.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":50,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":5698.7,\"CostToCustomer\":5698.7,\"BaseFareCal\":5613.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":5613.95,\"intOfferedFare\":5598.7,\"intPublishFare\":5698.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5598.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"038\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-23T16:20\",\"SegFlightNumber\":\"6E-6284\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-23T14:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":42,\"strDepartureDtTime\":\"14:15\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9694876104_11BOMDEL6E6284_23564674485359451\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-23 12:00\",\"localToDateTime\":\"2021-01-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"23\\/01\\/2021\",\"return_date\":\"23\\/01\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/01\\/2021\",\"return_dates\":\"23\\/01\\/2021\",\"strDepatureDate\":\"2021-01-23\",\"strReturnDate\":\"2021-01-23\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=23%2F01%2F2021&return_date=23%2F01%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"37\",\"EmailId\":\"gaurav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"37\",\"DOB\":null,\"Address\":\"asd\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-20 14:42:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"157\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"29AADCB9831G1ZH\",\"companyname\":\"Bangalore\",\"gstemail\":\"ban@asd.com\",\"gstphone\":\"9878987898\",\"gstaddress\":\"address\",\"gststate\":\"Bangalore\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"16337\",\"TPSysId\":\"16338\",\"VersionId\":[\"9794\",\"9795\"],\"CustomerSysId\":\"26\",\"TrxId\":\"4780\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"157\":{\"Currency\":\"INR\",\"key\":\"902\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedBaggSessionNewInb\":{\"157\":{\"Currency\":\"INR\",\"key\":\"038\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"504\"],[\"505\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"157\",\"CustomerMemSysId\":[\"157\"],\"flight_booking_id\":[\"266\",\"267\"]},\"selectedSeatSession\":{\"902\":{\"157\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":250}},\"038\":{\"157\":{\"seatNo\":\"10E\",\"seatPosition\":{\"row\":10,\"column\":6},\"isBooked\":false,\"code\":\"10E\",\"amount\":250}}},\"_sessiondata\":null}','2021-01-20 14:46:27'),(50,'4-6724288719_1BOMDELSG790_23579400684818791','{\"BookingData\":[{\"bookingId\":\"TJS103400049674\",\"FlightNumber\":\"SG-790\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:25\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-01-27T15:25\",\"LocalFromTime\":\"2021-01-27 15:25\",\"FromUTCTime\":\"2021-01-27T15:25\",\"LocalToTime\":\"2021-01-27 17:30\",\"ToUTCTime\":\"2021-01-27T17:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Wed, 27 Jan\",\"ArrivalDateTxt\":\"Wed, 27 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4211.7,\"PublishedFareTxt\":\"4,212\",\"ApiResultIndex\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":840.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":262,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4211.7,\"PublishedFare\":4211.7,\"OfferedFare\":4111.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":840.7,\"BaseFareCal\":4126.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":262,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4211.7,\"CostToCustomer\":4211.7,\"BaseFareCal\":4126.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":4126.95,\"intOfferedFare\":4111.7,\"intPublishFare\":4211.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4111.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"120\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-27T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-27T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"BOF1\",\"Price\":106,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"BOF3\",\"Price\":316,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"EB05\",\"Price\":1996,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"EB10\",\"Price\":3990,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"EB15\",\"Price\":5986,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"EB20\",\"Price\":7980,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"EB30\",\"Price\":11970,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"VGSW\",\"Price\":241,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"JNSW\",\"Price\":241,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"VCC2\",\"Price\":316,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"120\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103400049674\",\"FlightNumber\":\"SG-790\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"strTraceId\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:25\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-01-27T15:25\",\"LocalFromTime\":\"2021-01-27 15:25\",\"FromUTCTime\":\"2021-01-27T15:25\",\"LocalToTime\":\"2021-01-27 17:30\",\"ToUTCTime\":\"2021-01-27T17:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Wed, 27 Jan\",\"ArrivalDateTxt\":\"Wed, 27 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4211.7,\"ApiResultIndex\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":840.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":262,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4211.7,\"PublishedFare\":4211.7,\"OfferedFare\":4111.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":840.7,\"BaseFareCal\":4126.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":262,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"120\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-01-27T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-01-27T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6724288719_1BOMDELSG790_23579400684818791\",\"localFromDateTime\":\"2021-01-27 15:25\",\"localToDateTime\":\"2021-01-27 17:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"27\\/01\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/01\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-01-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=27%2F01%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-01-20 18:43:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"203932\",\"TPSysId\":\"203933\",\"VersionId\":[\"20817\"],\"CustomerSysId\":\"95069\",\"TrxId\":\"6208\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"506\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"268\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-20 18:43:59'),(51,'5-5872398459_0BLRGOI6E636_23995588613109253,5-5872398459_0GOIBLR6E544_23995588577414491','{\"BookingData\":[{\"bookingId\":\"TJS106000050609\",\"FlightNumber\":\"6E-636\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"19:40\",\"TravelDate\":\"2021-01-30T18:20\",\"LocalFromTime\":\"2021-01-30 18:20\",\"FromUTCTime\":\"2021-01-30T18:20\",\"LocalToTime\":\"2021-01-30 19:40\",\"ToUTCTime\":\"2021-01-30T19:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 30 Jan\",\"ArrivalDateTxt\":\"Sat, 30 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":108,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":22043.5,\"PublishedFareTxt\":\"22,044\",\"ApiResultIndex\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18000,\"Tax\":4043.5,\"YQTax\":0,\"OtherCharges\":2530,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":925,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":22043.5,\"PublishedFare\":22043.5,\"OfferedFare\":21543.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FAMILY\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":76.27,\"apiMarkup\":423.73,\"IntCommission\":0,\"apiTaxOnMarkup\":76.27,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":423.73,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":3234.8,\"BaseFareCal\":17295.82,\"BaseFare\":14400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":740,\"MFT\":10.8,\"OT\":2024,\"MU\":400,\"YR\":0,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":808.7,\"BaseFareCal\":4323.95,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":185,\"MFT\":2.7,\"OT\":506,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":423.73,\"apiTaxOnMarkup\":76.27,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":76.27,\"PublishFare\":22043.5,\"CostToCustomer\":22043.5,\"BaseFareCal\":21619.77,\"intCommisionEarnedForAgency\":423.73,\"CostToCompany\":21619.77,\"intOfferedFare\":21543.5,\"intPublishFare\":22043.5,\"TripjackMarkup\":500,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":21543.5,\"apiMarkup\":423.728813559322,\"apiTaxOnMarkup\":76.27118644067798,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"792\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-01-30T19:40\",\"SegFlightNumber\":\"6E-636\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-01-30T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":108,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"19:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"792\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-30 12:00\",\"localToDateTime\":\"2021-02-02 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":5,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106000050609\",\"FlightNumber\":\"6E-636\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"strTraceId\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"19:40\",\"TravelDate\":\"2021-01-30T18:20\",\"LocalFromTime\":\"2021-01-30 18:20\",\"FromUTCTime\":\"2021-01-30T18:20\",\"LocalToTime\":\"2021-01-30 19:40\",\"ToUTCTime\":\"2021-01-30T19:40\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 30 Jan\",\"ArrivalDateTxt\":\"Sat, 30 Jan\",\"FlightDuration\":\"1h 20m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":108,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":38477,\"ApiResultIndex\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":30000,\"Tax\":8477,\"YQTax\":0,\"OtherCharges\":5750,\"Discount\":0,\"ServiceFee\":150,\"ManagementFeeTax\":27,\"AirlineGSTComponent\":1550,\"CarrierMiscFee\":0,\"MUFee\":1000,\"intPublishedFare\":38477,\"PublishedFare\":38477,\"OfferedFare\":37477,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":847.46,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":6781.6,\"BaseFareCal\":30103.64,\"BaseFare\":24000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":120,\"YQ\":0,\"AGST\":1240,\"MFT\":21.6,\"OT\":4600,\"MU\":800,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":677.96,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1695.4,\"BaseFareCal\":7525.9,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":310,\"MFT\":5.4,\"OT\":1150,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"792\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-01-30T19:40\",\"SegFlightNumber\":\"6E-636\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-01-30T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":108,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"19:40\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"097\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-02-02T23:25\",\"SegFlightNumber\":\"6E-544\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-02-02T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5872398459_0BLRGOI6E636_23995588613109253\",\"localFromDateTime\":\"2021-01-30 18:20\",\"localToDateTime\":\"2021-01-30 19:40\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":5,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS106000050609\",\"FlightNumber\":\"6E-544\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5872398459_0GOIBLR6E544_23995588577414491\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:15\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2021-02-02T22:15\",\"LocalFromTime\":\"2021-02-02 22:15\",\"FromUTCTime\":\"2021-02-02T22:15\",\"LocalToTime\":\"2021-02-02 23:25\",\"ToUTCTime\":\"2021-02-02T23:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 02 Feb\",\"ArrivalDateTxt\":\"Tue, 02 Feb\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":16433.5,\"PublishedFareTxt\":\"16,434\",\"ApiResultIndex\":\"5-5872398459_0GOIBLR6E544_23995588577414491\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12000,\"Tax\":4433.5,\"YQTax\":0,\"OtherCharges\":3220,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":625,\"CarrierMiscFee\":0,\"MUFee\":500,\"intPublishedFare\":16433.5,\"PublishedFare\":16433.5,\"OfferedFare\":15933.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5872398459_0GOIBLR6E544_23995588577414491\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":76.27,\"apiMarkup\":423.73,\"IntCommission\":0,\"apiTaxOnMarkup\":76.27,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":423.73,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":3546.8,\"BaseFareCal\":12807.82,\"BaseFare\":9600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":500,\"MFT\":10.8,\"OT\":2576,\"MU\":400,\"YR\":0,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":886.7,\"BaseFareCal\":3201.95,\"BaseFare\":2400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":125,\"MFT\":2.7,\"OT\":644,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":423.73,\"apiTaxOnMarkup\":76.27,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":76.27,\"PublishFare\":16433.5,\"CostToCustomer\":16433.5,\"BaseFareCal\":16009.77,\"intCommisionEarnedForAgency\":423.73,\"CostToCompany\":16009.77,\"intOfferedFare\":15933.5,\"intPublishFare\":16433.5,\"TripjackMarkup\":500,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":15933.5,\"apiMarkup\":423.728813559322,\"apiTaxOnMarkup\":76.27118644067798,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"097\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-02-02T23:25\",\"SegFlightNumber\":\"6E-544\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-02-02T22:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"22:15\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"097\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"097\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"097\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"097\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"097\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5872398459_0GOIBLR6E544_23995588577414491\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-01-30 12:00\",\"localToDateTime\":\"2021-02-02 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":5,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"4\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"30\\/01\\/2021\",\"return_date\":\"02\\/02\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"BLR\",\"to\":\"GOI\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":0,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"30\\/01\\/2021\",\"return_dates\":\"02\\/02\\/2021\",\"strDepatureDate\":\"2021-01-30\",\"strReturnDate\":\"2021-02-02\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Goa+In+%28GOI%29&adults=4&childs=1&infants=0&class=2&source_city=BLR&ContSysId_1=0&destination_city=GOI&ContSysId=0&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=30%2F01%2F2021&return_date=02%2F02%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-01-25 14:22:06'),(52,'5-6679161553_0DELCOK6E2046_26149495844570757','{\"BookingData\":[{\"bookingId\":\"TJS106800053990\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-08T05:25\",\"LocalFromTime\":\"2021-03-08 05:25\",\"FromUTCTime\":\"2021-03-08T05:25\",\"LocalToTime\":\"2021-03-08 08:45\",\"ToUTCTime\":\"2021-03-08T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Mon, 08 Mar\",\"ArrivalDateTxt\":\"Mon, 08 Mar\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":91,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9631.4,\"PublishedFareTxt\":\"9,631\",\"ApiResultIndex\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8068,\"Tax\":1563.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":9631.4,\"PublishedFare\":9631.4,\"OfferedFare\":9431.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1563.4,\"BaseFareCal\":9461.91,\"BaseFare\":8068,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":414,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":9631.4,\"CostToCustomer\":9631.4,\"BaseFareCal\":9461.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":9461.91,\"intOfferedFare\":9431.4,\"intPublishFare\":9631.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9431.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-03-08T08:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-08T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":91,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106800053990\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"strTraceId\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-08T05:25\",\"LocalFromTime\":\"2021-03-08 05:25\",\"FromUTCTime\":\"2021-03-08T05:25\",\"LocalToTime\":\"2021-03-08 08:45\",\"ToUTCTime\":\"2021-03-08T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Mon, 08 Mar\",\"ArrivalDateTxt\":\"Mon, 08 Mar\",\"FlightDuration\":\"3h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14275\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"COK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":91,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9631.4,\"ApiResultIndex\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8068,\"Tax\":1563.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":414,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":9631.4,\"PublishedFare\":9631.4,\"OfferedFare\":9431.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1563.4,\"BaseFareCal\":9461.91,\"BaseFare\":8068,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":414,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"812\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Cochin Internation Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kochi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"COK\",\"destinationArrTime\":\"2021-03-08T08:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-08T05:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":91,\"strDepartureDtTime\":\"05:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6679161553_0DELCOK6E2046_26149495844570757\",\"localFromDateTime\":\"2021-03-08 05:25\",\"localToDateTime\":\"2021-03-08 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"COK\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14275\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Kochi (COK)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"COK\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"departure_date\":\"08\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Cochin Internation Arpt (COK)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"COK\",\"from\":\"DEL\",\"to\":\"COK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Kochi, IN - Cochin Internation Arpt (COK)\",\"sourceCityId\":7701,\"destinationCityId\":14275,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-08\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Kochi+%28COK%29&adults=2&childs=0&infants=0&class=2&DirectFlight=1&source_city=DEL&ContSysId_1=101&destination_city=COK&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Kochi%2C+IN+-+Cochin+Internation+Arpt+%28COK%29&departure_date=08%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Cochin+Internation+Arpt+%28COK%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"taransinghbatra@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9891715178\",\"FirstName\":\"TARAN\",\"LastName\":\"BATRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-19 12:40:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"177\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"87\",\"EmailId\":\"taransinghbatra@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9891715178\",\"FirstName\":\"MANMEET\",\"LastName\":\"KAUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-19 12:40:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"178\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"213468\",\"TPSysId\":\"213469\",\"VersionId\":[\"24024\"],\"CustomerSysId\":\"102707\",\"TrxId\":\"6933\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"177\":{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"},\"178\":{\"Currency\":\"INR\",\"key\":\"812\",\"Code\":\"XBPC\",\"Price\":\"6000\",\"Weight\":\"15 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"508\",\"509\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"87\",\"CustomerMemSysId\":[\"177\",\"178\"],\"flight_booking_id\":[\"270\"]},\"selectedSeatSession\":{\"812\":{\"177\":{\"seatNo\":\"8F\",\"amount\":350,\"isBooked\":false,\"isLegroom\":0,\"code\":\"8F\",\"isAisle\":0},\"178\":{\"seatNo\":\"8F\",\"amount\":350,\"isBooked\":false,\"isLegroom\":0,\"code\":\"8F\",\"isAisle\":0}}},\"_sessiondata\":null}','2021-02-19 12:46:23'),(53,'5-0147878932_0DELBOM6E2035_26411539067568353','{\"BookingData\":[{\"bookingId\":\"TJS102600054258\",\"FlightNumber\":\"6E-2035\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:55\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2021-02-22T15:55\",\"LocalFromTime\":\"2021-02-22 15:55\",\"FromUTCTime\":\"2021-02-22T15:55\",\"LocalToTime\":\"2021-02-22 17:45\",\"ToUTCTime\":\"2021-02-22T17:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 22 Feb\",\"ArrivalDateTxt\":\"Mon, 22 Feb\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":26,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5724.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5639.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":5724.7,\"CostToCustomer\":5724.7,\"BaseFareCal\":5639.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":5639.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5624.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"750\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-22T17:45\",\"SegFlightNumber\":\"6E-2035\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":26,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"750\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"750\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"750\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"750\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"750\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102600054258\",\"FlightNumber\":\"6E-2035\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"strTraceId\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:55\",\"ArrivalTime\":\"17:45\",\"TravelDate\":\"2021-02-22T15:55\",\"LocalFromTime\":\"2021-02-22 15:55\",\"FromUTCTime\":\"2021-02-22T15:55\",\"LocalToTime\":\"2021-02-22 17:45\",\"ToUTCTime\":\"2021-02-22T17:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Mon, 22 Feb\",\"ArrivalDateTxt\":\"Mon, 22 Feb\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":26,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"ApiResultIndex\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5724.7,\"OfferedFare\":5624.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5639.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"750\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-22T17:45\",\"SegFlightNumber\":\"6E-2035\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-22T15:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":26,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"17:45\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0147878932_0DELBOM6E2035_26411539067568353\",\"localFromDateTime\":\"2021-02-22 15:55\",\"localToDateTime\":\"2021-02-22 17:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 13:26:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"180\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214072\",\"TPSysId\":\"214073\",\"VersionId\":[\"24210\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"6981\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"512\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"180\",\"CustomerMemSysId\":[\"180\"],\"flight_booking_id\":[\"273\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-22 13:26:45'),(54,'5-0292509098_26DELBOM6E2068_26413439314156637','{\"BookingData\":[{\"bookingId\":\"TJS105400054268\",\"FlightNumber\":\"6E-2068\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-03-04T21:00\",\"LocalFromTime\":\"2021-03-04 21:00\",\"FromUTCTime\":\"2021-03-04T21:00\",\"LocalToTime\":\"2021-03-04 23:05\",\"ToUTCTime\":\"2021-03-04T23:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 04 Mar\",\"ArrivalDateTxt\":\"Thu, 04 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":14802.199999999999,\"PublishedFareTxt\":\"14,802\",\"ApiResultIndex\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11808,\"Tax\":2994.2000000000003,\"YQTax\":0,\"OtherCharges\":1828,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":460,\"CarrierMiscFee\":0,\"MUFee\":600,\"intPublishedFare\":14802.199999999999,\"PublishedFare\":14802.2,\"OfferedFare\":14202.199999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.53,\"apiMarkup\":508.47,\"IntCommission\":0,\"apiTaxOnMarkup\":91.53,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":508.47,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1379.4,\"BaseFareCal\":5613.91,\"BaseFare\":4404,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":230,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1379.4,\"BaseFareCal\":5613.91,\"BaseFare\":4404,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":230,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"BaseFareCal\":3065.91,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":508.47,\"apiTaxOnMarkup\":91.53,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.53,\"PublishFare\":14802.2,\"CostToCustomer\":14802.2,\"BaseFareCal\":14293.73,\"intCommisionEarnedForAgency\":508.47,\"CostToCompany\":14293.73,\"intOfferedFare\":14202.199999999999,\"intPublishFare\":14802.199999999999,\"TripjackMarkup\":600,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":14202.199999999999,\"apiMarkup\":508.47457627118644,\"apiTaxOnMarkup\":91.52542372881356,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"865\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-04T23:05\",\"SegFlightNumber\":\"6E-2068\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-04T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105400054268\",\"FlightNumber\":\"6E-2068\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"strTraceId\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-03-04T21:00\",\"LocalFromTime\":\"2021-03-04 21:00\",\"FromUTCTime\":\"2021-03-04T21:00\",\"LocalToTime\":\"2021-03-04 23:05\",\"ToUTCTime\":\"2021-03-04T23:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 04 Mar\",\"ArrivalDateTxt\":\"Thu, 04 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":14802.199999999999,\"ApiResultIndex\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11808,\"Tax\":2994.2000000000003,\"YQTax\":0,\"OtherCharges\":1828,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":460,\"CarrierMiscFee\":0,\"MUFee\":600,\"intPublishedFare\":14802.199999999999,\"PublishedFare\":14802.2,\"OfferedFare\":14202.199999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":508.47,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1379.4,\"BaseFareCal\":5613.91,\"BaseFare\":4404,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":230,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1379.4,\"BaseFareCal\":5613.91,\"BaseFare\":4404,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":230,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"BaseFareCal\":3065.91,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"865\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-04T23:05\",\"SegFlightNumber\":\"6E-2068\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-04T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0292509098_26DELBOM6E2068_26413439314156637\",\"localFromDateTime\":\"2021-03-04 21:00\",\"localToDateTime\":\"2021-03-04 23:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"04\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"04\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-04\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=04%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"191\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Asd\",\"LastName\":\"jhkhkj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"192\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"jhkjh\",\"LastName\":\"jkhjhk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"193\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"jkhkjh\",\"LastName\":\"hjkhk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"194\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"kjhkjh\",\"LastName\":\"jhk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-02-05\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"195\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"hjkhk\",\"LastName\":\"nmbmn\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-02-03\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 14:00:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"196\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214094\",\"TPSysId\":\"214095\",\"VersionId\":[\"24220\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"6982\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"191\":{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"},\"193\":{\"Currency\":\"INR\",\"key\":\"865\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"515\",\"516\",\"517\",\"518\",\"519\",\"520\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"191\",\"192\",\"193\",\"194\",\"195\",\"196\"],\"flight_booking_id\":[\"275\"]},\"selectedSeatSession\":{\"865\":{\"191\":{\"seatNo\":\"5E\",\"seatPosition\":{\"row\":5,\"column\":6},\"isBooked\":false,\"code\":\"5E\",\"amount\":250},\"192\":{\"seatNo\":\"5F\",\"seatPosition\":{\"row\":5,\"column\":7},\"isBooked\":false,\"code\":\"5F\",\"amount\":250},\"193\":{\"seatNo\":\"8F\",\"seatPosition\":{\"row\":8,\"column\":7},\"isBooked\":false,\"code\":\"8F\",\"amount\":250},\"194\":{\"seatNo\":\"6E\",\"seatPosition\":{\"row\":6,\"column\":6},\"isBooked\":false,\"code\":\"6E\",\"amount\":250}}},\"_sessiondata\":null}','2021-02-22 14:03:41'),(55,'4-5364281616_0DELBOMSG8723_26433208748306742','{\"BookingData\":[{\"bookingId\":\"TJS105500054431\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2021-02-27T06:45\",\"LocalFromTime\":\"2021-02-27 06:45\",\"FromUTCTime\":\"2021-02-27T06:45\",\"LocalToTime\":\"2021-02-27 09:10\",\"ToUTCTime\":\"2021-02-27T09:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 27 Feb\",\"ArrivalDateTxt\":\"Sat, 27 Feb\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":17762.8,\"PublishedFareTxt\":\"17,763\",\"ApiResultIndex\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14940,\"Tax\":2822.8,\"YQTax\":0,\"OtherCharges\":1580,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":772,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17762.8,\"PublishedFare\":17762.8,\"OfferedFare\":17362.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1411.4,\"BaseFareCal\":8711.91,\"BaseFare\":7470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":386,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1411.4,\"BaseFareCal\":8711.91,\"BaseFare\":7470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":386,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":17762.8,\"CostToCustomer\":17762.8,\"BaseFareCal\":17423.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":17423.82,\"intOfferedFare\":17362.8,\"intPublishFare\":17762.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":17362.8,\"apiMarkup\":338.9830508474576,\"apiTaxOnMarkup\":61.016949152542395,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"187\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-27T09:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-27T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"187\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105500054431\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"strTraceId\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2021-02-27T06:45\",\"LocalFromTime\":\"2021-02-27 06:45\",\"FromUTCTime\":\"2021-02-27T06:45\",\"LocalToTime\":\"2021-02-27 09:10\",\"ToUTCTime\":\"2021-02-27T09:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sat, 27 Feb\",\"ArrivalDateTxt\":\"Sat, 27 Feb\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":17762.8,\"ApiResultIndex\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14940,\"Tax\":2822.8,\"YQTax\":0,\"OtherCharges\":1580,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":772,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17762.8,\"PublishedFare\":17762.8,\"OfferedFare\":17362.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1411.4,\"BaseFareCal\":8711.91,\"BaseFare\":7470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":386,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1411.4,\"BaseFareCal\":8711.91,\"BaseFare\":7470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":386,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"187\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-27T09:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-27T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5364281616_0DELBOMSG8723_26433208748306742\",\"localFromDateTime\":\"2021-02-27 06:45\",\"localToDateTime\":\"2021-02-27 09:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"27\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"0\",\"departure_dates\":\"27\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=2&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=27%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 19:30:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"202\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"baibhav\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 19:30:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"203\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"anu\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 19:30:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"204\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"sabir\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-22 19:30:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"205\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214311\",\"TPSysId\":\"214312\",\"VersionId\":[\"24293\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7002\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"533\",\"534\",\"535\",\"536\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"202\",\"203\",\"204\",\"205\"],\"flight_booking_id\":[\"279\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-22 19:30:17'),(56,'4-6792409693_0DELBOMSG8723_26493770275977007','{\"BookingData\":[{\"bookingId\":\"TJS108900054490\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2021-02-26T06:45\",\"LocalFromTime\":\"2021-02-26 06:45\",\"FromUTCTime\":\"2021-02-26T06:45\",\"LocalToTime\":\"2021-02-26 09:10\",\"ToUTCTime\":\"2021-02-26T09:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4702.7,\"PublishedFareTxt\":\"4,703\",\"ApiResultIndex\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3985,\"Tax\":717.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":205,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4702.7,\"PublishedFare\":4702.7,\"OfferedFare\":4602.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":717.7,\"BaseFareCal\":4617.95,\"BaseFare\":3985,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":205,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4702.7,\"CostToCustomer\":4702.7,\"BaseFareCal\":4617.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":4617.95,\"intOfferedFare\":4602.7,\"intPublishFare\":4702.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4602.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"880\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T09:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"880\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108900054490\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"strTraceId\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"09:10\",\"TravelDate\":\"2021-02-26T06:45\",\"LocalFromTime\":\"2021-02-26 06:45\",\"FromUTCTime\":\"2021-02-26T06:45\",\"LocalToTime\":\"2021-02-26 09:10\",\"ToUTCTime\":\"2021-02-26T09:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4702.7,\"ApiResultIndex\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3985,\"Tax\":717.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":205,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4702.7,\"PublishedFare\":4702.7,\"OfferedFare\":4602.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":717.7,\"BaseFareCal\":4617.95,\"BaseFare\":3985,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":205,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"880\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T09:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T06:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"09:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6792409693_0DELBOMSG8723_26493770275977007\",\"localFromDateTime\":\"2021-02-26 06:45\",\"localToDateTime\":\"2021-02-26 09:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"26\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=26%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 12:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"206\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214392\",\"TPSysId\":\"214393\",\"VersionId\":[\"24328\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7020\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"537\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"206\",\"CustomerMemSysId\":[\"206\"],\"flight_booking_id\":[\"280\"]},\"selectedSeatSession\":{\"880\":{\"206\":{\"seatNo\":\"9A\",\"seatPosition\":{\"row\":9,\"column\":1},\"isBooked\":false,\"code\":\"9A\",\"amount\":300}}},\"_sessiondata\":null}','2021-02-23 12:29:04'),(57,'5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751','{\"BookingData\":[{\"bookingId\":\"TJS101900054496\",\"FlightNumber\":\"6E-2257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2021-02-26T06:40\",\"LocalFromTime\":\"2021-02-26 06:40\",\"FromUTCTime\":\"2021-02-26T06:40\",\"LocalToTime\":\"2021-02-26 11:20\",\"ToUTCTime\":\"2021-02-26T11:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":280,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"4h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":33,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":26986.8,\"PublishedFareTxt\":\"26,987\",\"ApiResultIndex\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23292,\"Tax\":3694.8,\"YQTax\":0,\"OtherCharges\":2028,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1196,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":26986.8,\"PublishedFare\":26986.8,\"OfferedFare\":26586.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1847.4,\"BaseFareCal\":13323.91,\"BaseFare\":11646,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":598,\"MFT\":5.4,\"OT\":1014,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1847.4,\"BaseFareCal\":13323.91,\"BaseFare\":11646,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":598,\"MFT\":5.4,\"OT\":1014,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":26986.8,\"CostToCustomer\":26986.8,\"BaseFareCal\":26647.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":26647.82,\"intOfferedFare\":26586.8,\"intPublishFare\":26986.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":26586.8,\"apiMarkup\":338.9830508474576,\"apiTaxOnMarkup\":61.016949152542395,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"641\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-02-26T08:15\",\"SegFlightNumber\":\"6E-2257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":105,\"NoOfSeatAvailable\":33,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"567\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T11:20\",\"SegFlightNumber\":\"6E-5363\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-02-26T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":33,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101900054496\",\"FlightNumber\":\"6E-2257\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"strTraceId\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:40\",\"ArrivalTime\":\"11:20\",\"TravelDate\":\"2021-02-26T06:40\",\"LocalFromTime\":\"2021-02-26 06:40\",\"FromUTCTime\":\"2021-02-26T06:40\",\"LocalToTime\":\"2021-02-26 11:20\",\"ToUTCTime\":\"2021-02-26T11:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":280,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"4h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":33,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":26986.8,\"ApiResultIndex\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":23292,\"Tax\":3694.8,\"YQTax\":0,\"OtherCharges\":2028,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1196,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":26986.8,\"PublishedFare\":26986.8,\"OfferedFare\":26586.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1847.4,\"BaseFareCal\":13323.91,\"BaseFare\":11646,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":598,\"MFT\":5.4,\"OT\":1014,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1847.4,\"BaseFareCal\":13323.91,\"BaseFare\":11646,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":598,\"MFT\":5.4,\"OT\":1014,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"641\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-02-26T08:15\",\"SegFlightNumber\":\"6E-2257\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T06:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":105,\"NoOfSeatAvailable\":33,\"strDepartureDtTime\":\"06:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"567\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T11:20\",\"SegFlightNumber\":\"6E-5363\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-02-26T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":33,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"11:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6179816724_13DELAMD6E2257AMDBOM6E5363_26495072593353751\",\"localFromDateTime\":\"2021-02-26 06:40\",\"localToDateTime\":\"2021-02-26 11:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"26\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"0\",\"departure_dates\":\"26\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=2&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=26%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"baibhav\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 12:40:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"207\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"vivek\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 12:40:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"208\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"sanju\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 12:40:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"209\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"shashi\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 12:40:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"210\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214414\",\"TPSysId\":\"214415\",\"VersionId\":[\"24338\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7022\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"538\",\"539\",\"540\",\"541\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"207\",\"208\",\"209\",\"210\"],\"flight_booking_id\":[\"281\"]},\"selectedSeatSession\":{\"567\":{\"207\":{\"seatNo\":\"17A\",\"seatPosition\":{\"row\":17,\"column\":1},\"isBooked\":false,\"code\":\"17A\",\"amount\":250},\"208\":{\"seatNo\":\"17B\",\"seatPosition\":{\"row\":17,\"column\":2},\"isBooked\":false,\"code\":\"17B\",\"amount\":150},\"209\":{\"seatNo\":\"18A\",\"seatPosition\":{\"row\":18,\"column\":1},\"isBooked\":false,\"code\":\"18A\",\"amount\":250},\"210\":{\"seatNo\":\"18B\",\"seatPosition\":{\"row\":18,\"column\":2},\"isBooked\":false,\"code\":\"18B\",\"amount\":150}}},\"_sessiondata\":null}','2021-02-23 12:41:35'),(58,'4-1859324359_3DELBOMSG2871_26520797860726017','{\"BookingData\":[{\"bookingId\":\"TJS102800054557\",\"FlightNumber\":\"SG-2871\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"15:50\",\"TravelDate\":\"2021-03-10T11:25\",\"LocalFromTime\":\"2021-03-10 11:25\",\"FromUTCTime\":\"2021-03-10T11:25\",\"LocalToTime\":\"2021-03-10 15:50\",\"ToUTCTime\":\"2021-03-10T15:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 10 Mar\",\"ArrivalDateTxt\":\"Wed, 10 Mar\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4071.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":3986.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4071.7,\"CostToCustomer\":4071.7,\"BaseFareCal\":3986.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3986.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":3971.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"758\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-10T15:50\",\"SegFlightNumber\":\"SG-2871\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-10T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"758\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-10 12:00\",\"localToDateTime\":\"2021-03-16 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102800054557\",\"FlightNumber\":\"SG-2871\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"strTraceId\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"15:50\",\"TravelDate\":\"2021-03-10T11:25\",\"LocalFromTime\":\"2021-03-10 11:25\",\"FromUTCTime\":\"2021-03-10T11:25\",\"LocalToTime\":\"2021-03-10 15:50\",\"ToUTCTime\":\"2021-03-10T15:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 10 Mar\",\"ArrivalDateTxt\":\"Wed, 10 Mar\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4071.7,\"OfferedFare\":3971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":3986.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"758\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-10T15:50\",\"SegFlightNumber\":\"SG-2871\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-10T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1859324359_3DELBOMSG2871_26520797860726017\",\"localFromDateTime\":\"2021-03-10 11:25\",\"localToDateTime\":\"2021-03-10 15:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"10\\/03\\/2021\",\"return_date\":\"16\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/03\\/2021\",\"return_dates\":\"16\\/03\\/2021\",\"strDepatureDate\":\"2021-03-10\",\"strReturnDate\":\"2021-03-16\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&DirectFlight=1&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=10%2F03%2F2021&return_date=16%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"taransinghbatra@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9891715178\",\"FirstName\":\"TARAN\",\"LastName\":\"BATRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-23 19:49:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"211\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"214732\",\"TPSysId\":\"214733\",\"VersionId\":[\"24478\"],\"CustomerSysId\":\"102707\",\"TrxId\":\"7059\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"542\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"211\",\"CustomerMemSysId\":[\"211\"],\"flight_booking_id\":[\"282\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-23 19:51:14'),(59,'5-7433920231_2DELBOM6E6957_26755988037293692','{\"BookingData\":[{\"bookingId\":\"TJS109300054842\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2021-02-26T19:20\",\"LocalFromTime\":\"2021-02-26 19:20\",\"FromUTCTime\":\"2021-02-26T19:20\",\"LocalToTime\":\"2021-02-26 21:35\",\"ToUTCTime\":\"2021-02-26T21:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":15377.1,\"PublishedFareTxt\":\"15,377\",\"ApiResultIndex\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13500,\"Tax\":1877.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":15377.1,\"PublishedFare\":15377.1,\"OfferedFare\":15077.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":879.7,\"BaseFareCal\":6794.95,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":305,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":879.7,\"BaseFareCal\":6794.95,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":305,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1532.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":15377.1,\"CostToCustomer\":15377.1,\"BaseFareCal\":15122.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":15122.86,\"intOfferedFare\":15077.1,\"intPublishFare\":15377.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":15077.1,\"apiMarkup\":254.23728813559322,\"apiTaxOnMarkup\":45.76271186440678,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"145\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"145\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"145\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"145\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"145\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"145\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-02-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109300054842\",\"FlightNumber\":\"6E-6957\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"strTraceId\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"21:35\",\"TravelDate\":\"2021-02-26T19:20\",\"LocalFromTime\":\"2021-02-26 19:20\",\"FromUTCTime\":\"2021-02-26T19:20\",\"LocalToTime\":\"2021-02-26 21:35\",\"ToUTCTime\":\"2021-02-26T21:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 26 Feb\",\"ArrivalDateTxt\":\"Fri, 26 Feb\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":15377.1,\"ApiResultIndex\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13500,\"Tax\":1877.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":15377.1,\"PublishedFare\":15377.1,\"OfferedFare\":15077.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":879.7,\"BaseFareCal\":6794.95,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":305,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":879.7,\"BaseFareCal\":6794.95,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":305,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1532.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"145\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-02-26T21:35\",\"SegFlightNumber\":\"6E-6957\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-02-26T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7433920231_2DELBOM6E6957_26755988037293692\",\"localFromDateTime\":\"2021-02-26 19:20\",\"localToDateTime\":\"2021-02-26 21:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"26\\/02\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"26\\/02\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-02-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=26%2F02%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:07:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"216\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Parth\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:07:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"217\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"31\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Dhruv\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-02-03\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:07:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"218\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216038\",\"TPSysId\":\"216039\",\"VersionId\":[\"24869\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7143\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"551\",\"552\",\"553\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"216\",\"217\",\"218\"],\"flight_booking_id\":[\"285\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 13:08:46'),(60,'5-1016279933_2DELBOM6E408_26757040807219197','{\"BookingData\":[{\"bookingId\":\"TJS102400054846\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-19T06:25\",\"LocalFromTime\":\"2021-03-19 06:25\",\"FromUTCTime\":\"2021-03-19T06:25\",\"LocalToTime\":\"2021-03-19 08:45\",\"ToUTCTime\":\"2021-03-19T08:45\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":110,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9927.4,\"PublishedFareTxt\":\"9,927\",\"ApiResultIndex\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8350,\"Tax\":1577.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":9927.4,\"PublishedFare\":9927.4,\"OfferedFare\":9727.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1577.4,\"BaseFareCal\":9757.91,\"BaseFare\":8350,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":428,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":9927.4,\"CostToCustomer\":9927.4,\"BaseFareCal\":9757.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":9757.91,\"intOfferedFare\":9727.4,\"intPublishFare\":9927.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9727.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"264\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":110,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"264\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"264\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"264\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"264\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"264\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"\",\"intDestinationCityId\":\"\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102400054846\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"strTraceId\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-19T06:25\",\"LocalFromTime\":\"2021-03-19 06:25\",\"FromUTCTime\":\"2021-03-19T06:25\",\"LocalToTime\":\"2021-03-19 08:45\",\"ToUTCTime\":\"2021-03-19T08:45\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":110,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9927.4,\"ApiResultIndex\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8350,\"Tax\":1577.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":428,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":9927.4,\"PublishedFare\":9927.4,\"OfferedFare\":9727.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1577.4,\"BaseFareCal\":9757.91,\"BaseFare\":8350,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":428,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"264\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":110,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1016279933_2DELBOM6E408_26757040807219197\",\"localFromDateTime\":\"2021-03-19 06:25\",\"localToDateTime\":\"2021-03-19 08:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"\",\"intDestinationCityId\":\"\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":\"\",\"destinationCityId\":\"\",\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 13:32:49'),(61,'5-2127947431_26DELBOM6E171_26757742298804823,5-2127947431_29BOMDEL6E5049_26757742197367104','{\"BookingData\":[{\"bookingId\":\"TJS107300054847\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-04-12T02:30\",\"LocalFromTime\":\"2021-04-12 02:30\",\"FromUTCTime\":\"2021-04-12T02:30\",\"LocalToTime\":\"2021-04-12 04:35\",\"ToUTCTime\":\"2021-04-12T04:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":5805.4,\"PublishedFareTxt\":\"5,805\",\"ApiResultIndex\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4424,\"Tax\":1381.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":232,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":5805.4,\"PublishedFare\":5805.4,\"OfferedFare\":5605.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1381.4,\"BaseFareCal\":5635.91,\"BaseFare\":4424,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":232,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":5805.4,\"CostToCustomer\":5805.4,\"BaseFareCal\":5635.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":5635.91,\"intOfferedFare\":5605.4,\"intPublishFare\":5805.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5605.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"533\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-12T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-12T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-12 12:00\",\"localToDateTime\":\"2021-04-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300054847\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"strTraceId\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-04-12T02:30\",\"LocalFromTime\":\"2021-04-12 02:30\",\"FromUTCTime\":\"2021-04-12T02:30\",\"LocalToTime\":\"2021-04-12 04:35\",\"ToUTCTime\":\"2021-04-12T04:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":11560.8,\"ApiResultIndex\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8850,\"Tax\":2710.8,\"YQTax\":0,\"OtherCharges\":1776,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":464,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":11560.8,\"PublishedFare\":11560.8,\"OfferedFare\":11160.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2710.8,\"BaseFareCal\":11221.82,\"BaseFare\":8850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":464,\"MFT\":10.8,\"OT\":1776,\"MU\":400,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"533\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-12T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-12T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"961\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-15T09:15\",\"SegFlightNumber\":\"6E-5049\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-15T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2127947431_26DELBOM6E171_26757742298804823\",\"localFromDateTime\":\"2021-04-12 02:30\",\"localToDateTime\":\"2021-04-12 04:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS107300054847\",\"FlightNumber\":\"6E-5049\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2021-04-15T07:00\",\"LocalFromTime\":\"2021-04-15 07:00\",\"FromUTCTime\":\"2021-04-15T07:00\",\"LocalToTime\":\"2021-04-15 09:15\",\"ToUTCTime\":\"2021-04-15T09:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 15 Apr\",\"ArrivalDateTxt\":\"Thu, 15 Apr\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":5755.4,\"PublishedFareTxt\":\"5,755\",\"ApiResultIndex\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4426,\"Tax\":1329.4,\"YQTax\":0,\"OtherCharges\":862,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":232,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":5755.4,\"PublishedFare\":5755.4,\"OfferedFare\":5555.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1329.4,\"BaseFareCal\":5585.91,\"BaseFare\":4426,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":232,\"MFT\":5.4,\"OT\":862,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":5755.4,\"CostToCustomer\":5755.4,\"BaseFareCal\":5585.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":5585.91,\"intOfferedFare\":5555.4,\"intPublishFare\":5755.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5555.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"961\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-15T09:15\",\"SegFlightNumber\":\"6E-5049\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-15T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-12 12:00\",\"localToDateTime\":\"2021-04-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"12\\/04\\/2021\",\"return_date\":\"15\\/04\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/04\\/2021\",\"return_dates\":\"15\\/04\\/2021\",\"strDepatureDate\":\"2021-04-12\",\"strReturnDate\":\"2021-04-15\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=12%2F04%2F2021&return_date=15%2F04%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:45:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:45:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"220\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216058\",\"TPSysId\":\"216059\",\"VersionId\":[\"24879\",\"24880\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7144\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"},\"220\":{\"Currency\":\"INR\",\"key\":\"533\",\"Code\":\"XBPC\",\"Price\":\"6000\",\"Weight\":\"15 Kg\"}},\"SelectedBaggSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"},\"220\":{\"Currency\":\"INR\",\"key\":\"961\",\"Code\":\"XBPA\",\"Price\":\"2000\",\"Weight\":\"5 Kg\"}},\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"554\",\"555\"],[\"556\",\"557\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"220\"],\"flight_booking_id\":[\"286\",\"287\"]},\"selectedSeatSession\":{\"533\":{\"49\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":250},\"220\":{\"seatNo\":\"11E\",\"seatPosition\":{\"row\":11,\"column\":6},\"isBooked\":false,\"code\":\"11E\",\"amount\":150}},\"961\":{\"49\":{\"seatNo\":\"8F\",\"seatPosition\":{\"row\":8,\"column\":7},\"isBooked\":false,\"code\":\"8F\",\"amount\":250},\"220\":{\"seatNo\":\"12C\",\"seatPosition\":{\"row\":12,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"12C\",\"amount\":250}}},\"_sessiondata\":null}','2021-02-26 13:46:40'),(62,'10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243','{\"BookingData\":[{\"bookingId\":\"TJS117700054848\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2021-04-12T04:00\",\"LocalFromTime\":\"2021-04-12 04:00\",\"FromUTCTime\":\"2021-04-12T04:00\",\"LocalToTime\":\"2021-04-12 09:20\",\"ToUTCTime\":\"2021-04-12T09:20\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15890,\"Tax\":17346.800000000003,\"YQTax\":8692,\"OtherCharges\":6162,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1270,\"CarrierMiscFee\":752,\"MUFee\":400,\"intPublishedFare\":33236.8,\"PublishedFare\":33236.8,\"OfferedFare\":270.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17346.800000000003,\"BaseFareCal\":32897.82000000001,\"BaseFare\":15890,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":8692,\"AGST\":1270,\"MFT\":10.8,\"OT\":6162,\"MU\":400,\"YR\":752,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"974\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-04-12T06:00\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-12T04:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":120,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:00\",\"strArrivalDtTime\":\"06:00\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"420\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-04-12T09:20\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-04-12T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-12 12:00\",\"localToDateTime\":\"2021-04-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS117700054848\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"strTraceId\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:00\",\"ArrivalTime\":\"09:20\",\"TravelDate\":\"2021-04-12T04:00\",\"LocalFromTime\":\"2021-04-12 04:00\",\"FromUTCTime\":\"2021-04-12T04:00\",\"LocalToTime\":\"2021-04-12 09:20\",\"ToUTCTime\":\"2021-04-12T09:20\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":410,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":33236.8,\"ApiResultIndex\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15890,\"Tax\":17346.800000000003,\"YQTax\":8692,\"OtherCharges\":6162,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":1270,\"CarrierMiscFee\":752,\"MUFee\":400,\"intPublishedFare\":33236.8,\"PublishedFare\":33236.8,\"OfferedFare\":270.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":17346.800000000003,\"BaseFareCal\":32897.82000000001,\"BaseFare\":15890,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":8692,\"AGST\":1270,\"MFT\":10.8,\"OT\":6162,\"MU\":400,\"YR\":752,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"974\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-04-12T06:00\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-12T04:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":120,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:00\",\"strArrivalDtTime\":\"06:00\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"420\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-04-12T09:20\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-04-12T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"906\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-04-15T19:00\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-04-15T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":140,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"2h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"140\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-16T02:30\",\"SegFlightNumber\":\"EY-218\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-04-15T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"02:30\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-2218143703_1DELAUHEY211AUHXNBEY5418XNBAUHEY5421AUHDELEY218_26758516285921243\",\"localFromDateTime\":\"2021-04-12 04:00\",\"localToDateTime\":\"2021-04-12 09:20\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS117700054848\",\"FlightNumber\":\"EY-5421\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"02:30\",\"TravelDate\":\"2021-04-15T17:40\",\"LocalFromTime\":\"2021-04-15 17:40\",\"FromUTCTime\":\"2021-04-15T17:40\",\"LocalToTime\":\"2021-04-16 02:30\",\"ToUTCTime\":\"2021-04-16T02:30\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":140,\"LAYOVERDuration\":\"2h 20m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Thu, 15 Apr\",\"ArrivalDateTxt\":\"Fri, 16 Apr\",\"FlightDuration\":\"8h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"906\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-04-15T19:00\",\"SegFlightNumber\":\"EY-5421\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-04-15T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":140,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"2h 20m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"140\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-16T02:30\",\"SegFlightNumber\":\"EY-218\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-04-15T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"02:30\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"5-2127947431_29BOMDEL6E5049_26757742197367104\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-12 12:00\",\"localToDateTime\":\"2021-04-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"12\\/04\\/2021\",\"return_date\":\"15\\/04\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/04\\/2021\",\"return_dates\":\"15\\/04\\/2021\",\"strDepatureDate\":\"2021-04-12\",\"strReturnDate\":\"2021-04-15\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=12%2F04%2F2021&return_date=15%2F04%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-02-18\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:50:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"NHJHKJ7689\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-12-25\",\"passporIssue\":\"2019-12-25\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-02-18\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:50:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"NHJHKJ7689\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-12-25\",\"passporIssue\":\"2019-12-25\",\"CustomerMemberSysId\":\"221\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216061\",\"TPSysId\":\"216062\",\"VersionId\":[\"24882\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7146\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"974\",\"Code\":\"AVML\",\"Price\":\"0\",\"Description\":\"Hindu Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VLML\",\"Price\":\"0\",\"Description\":\"Lacto-Ovo Veg Meal\"},\"221\":{\"Currency\":\"INR\",\"key\":\"906\",\"Code\":\"VJML\",\"Price\":\"0\",\"Description\":\"Jain Veg Meal\"}},\"flight_booking_customer_id\":[[\"558\",\"559\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"221\"],\"flight_booking_id\":[\"288\",\"289\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 13:52:40'),(63,'10-0069163400_3DELBOMUK943_26758781527514397','{\"BookingData\":[{\"bookingId\":\"TJS106200054849\",\"FlightNumber\":\"UK-943\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-03-23T07:15\",\"LocalFromTime\":\"2021-03-23 07:15\",\"FromUTCTime\":\"2021-03-23T07:15\",\"LocalToTime\":\"2021-03-23 09:25\",\"ToUTCTime\":\"2021-03-23T09:25\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"PublishedFareTxt\":\"3,067\",\"ApiResultIndex\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2337,\"Tax\":729.7,\"YQTax\":0,\"OtherCharges\":358,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3066.7,\"OfferedFare\":2966.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":729.7,\"BaseFareCal\":2981.95,\"BaseFare\":2337,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3066.7,\"CostToCustomer\":3066.7,\"BaseFareCal\":2981.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2981.95,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":2966.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"639\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T09:25\",\"SegFlightNumber\":\"UK-943\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"639\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106200054849\",\"FlightNumber\":\"UK-943\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"strTraceId\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-03-23T07:15\",\"LocalFromTime\":\"2021-03-23 07:15\",\"FromUTCTime\":\"2021-03-23T07:15\",\"LocalToTime\":\"2021-03-23 09:25\",\"ToUTCTime\":\"2021-03-23T09:25\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"ApiResultIndex\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2337,\"Tax\":729.7,\"YQTax\":0,\"OtherCharges\":358,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3066.7,\"OfferedFare\":2966.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":729.7,\"BaseFareCal\":2981.95,\"BaseFare\":2337,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"639\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T09:25\",\"SegFlightNumber\":\"UK-943\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-0069163400_3DELBOMUK943_26758781527514397\",\"localFromDateTime\":\"2021-03-23 07:15\",\"localToDateTime\":\"2021-03-23 09:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=23%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 13:54:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"222\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216066\",\"TPSysId\":\"216067\",\"VersionId\":[\"24883\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7147\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"560\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"222\",\"CustomerMemSysId\":[\"222\"],\"flight_booking_id\":[\"290\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 13:54:42'),(64,'5-9104543668_10DELBOM6E5328_26765246582545589','{\"BookingData\":[{\"bookingId\":\"TJS100400054858\",\"FlightNumber\":\"6E-5328\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-04-07T10:30\",\"LocalFromTime\":\"2021-04-07 10:30\",\"FromUTCTime\":\"2021-04-07T10:30\",\"LocalToTime\":\"2021-04-07 12:40\",\"ToUTCTime\":\"2021-04-07T12:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 07 Apr\",\"ArrivalDateTxt\":\"Wed, 07 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":5805.4,\"PublishedFareTxt\":\"5,805\",\"ApiResultIndex\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4424,\"Tax\":1381.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":232,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":5805.4,\"PublishedFare\":5805.4,\"OfferedFare\":5605.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1381.4,\"BaseFareCal\":5635.91,\"BaseFare\":4424,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":232,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":5805.4,\"CostToCustomer\":5805.4,\"BaseFareCal\":5635.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":5635.91,\"intOfferedFare\":5605.4,\"intPublishFare\":5805.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5605.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"016\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-07T12:40\",\"SegFlightNumber\":\"6E-5328\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-07T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100400054858\",\"FlightNumber\":\"6E-5328\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"strTraceId\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-04-07T10:30\",\"LocalFromTime\":\"2021-04-07 10:30\",\"FromUTCTime\":\"2021-04-07T10:30\",\"LocalToTime\":\"2021-04-07 12:40\",\"ToUTCTime\":\"2021-04-07T12:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 07 Apr\",\"ArrivalDateTxt\":\"Wed, 07 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":5805.4,\"ApiResultIndex\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4424,\"Tax\":1381.4,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":232,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":5805.4,\"PublishedFare\":5805.4,\"OfferedFare\":5605.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1381.4,\"BaseFareCal\":5635.91,\"BaseFare\":4424,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":232,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"016\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-07T12:40\",\"SegFlightNumber\":\"6E-5328\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-07T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9104543668_10DELBOM6E5328_26765246582545589\",\"localFromDateTime\":\"2021-04-07 10:30\",\"localToDateTime\":\"2021-04-07 12:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"07\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"07\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-07\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=07%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 15:41:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 15:41:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"223\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216110\",\"TPSysId\":\"216111\",\"VersionId\":[\"24890\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7153\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"016\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"561\",\"562\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"223\"],\"flight_booking_id\":[\"291\"]},\"selectedSeatSession\":{\"016\":{\"49\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":250},\"223\":{\"seatNo\":\"8A\",\"seatPosition\":{\"row\":8,\"column\":1},\"isBooked\":false,\"code\":\"8A\",\"amount\":250}}},\"_sessiondata\":null}','2021-02-26 15:42:57'),(65,'10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096','{\"BookingData\":[{\"bookingId\":\"TJS119300054860\",\"FlightNumber\":\"EY-223\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"07:35\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2021-05-12T07:35\",\"LocalFromTime\":\"2021-05-12 07:35\",\"FromUTCTime\":\"2021-05-12T07:35\",\"LocalToTime\":\"2021-05-12 15:20\",\"ToUTCTime\":\"2021-05-12T15:20\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":555,\"DepartureDateTxt\":\"Wed, 12 May\",\"ArrivalDateTxt\":\"Wed, 12 May\",\"FlightDuration\":\"7h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17400,\"Tax\":38768.8,\"YQTax\":26076,\"OtherCharges\":6162,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":5308,\"CarrierMiscFee\":752,\"MUFee\":400,\"intPublishedFare\":56168.8,\"PublishedFare\":56168.8,\"OfferedFare\":270.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":38768.8,\"BaseFareCal\":55829.82000000001,\"BaseFare\":17400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":26076,\"AGST\":5308,\"MFT\":10.8,\"OT\":6162,\"MU\":400,\"YR\":752,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-05-12T09:35\",\"SegFlightNumber\":\"EY-223\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-12T07:35\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":265,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:35\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"402\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-05-12T15:20\",\"SegFlightNumber\":\"EY-5424\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-05-12T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-12 12:00\",\"localToDateTime\":\"2021-05-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS119300054860\",\"FlightNumber\":\"EY-223\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"strTraceId\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"07:35\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2021-05-12T07:35\",\"LocalFromTime\":\"2021-05-12 07:35\",\"FromUTCTime\":\"2021-05-12T07:35\",\"LocalToTime\":\"2021-05-12 15:20\",\"ToUTCTime\":\"2021-05-12T15:20\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":265,\"LAYOVERDuration\":\"4h 25m\",\"FlyingMinutes\":555,\"DepartureDateTxt\":\"Wed, 12 May\",\"ArrivalDateTxt\":\"Wed, 12 May\",\"FlightDuration\":\"7h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":56168.8,\"ApiResultIndex\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17400,\"Tax\":38768.8,\"YQTax\":26076,\"OtherCharges\":6162,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":5308,\"CarrierMiscFee\":752,\"MUFee\":400,\"intPublishedFare\":56168.8,\"PublishedFare\":56168.8,\"OfferedFare\":270.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":38768.8,\"BaseFareCal\":55829.82000000001,\"BaseFare\":17400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":26076,\"AGST\":5308,\"MFT\":10.8,\"OT\":6162,\"MU\":400,\"YR\":752,\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-05-12T09:35\",\"SegFlightNumber\":\"EY-223\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-12T07:35\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":210,\"GroundTime\":265,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:35\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":\"4h 25m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"402\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-05-12T15:20\",\"SegFlightNumber\":\"EY-5424\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-05-12T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"434\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-05-15T06:05\",\"SegFlightNumber\":\"EY-5411\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-05-15T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":1150,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"19h 10m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"473\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-05-16T06:05\",\"SegFlightNumber\":\"EY-224\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-05-16T01:15\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:15\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-3914661257_22DELAUHEY223AUHXNBEY5424XNBAUHEY5411AUHDELEY224_26765582149548096\",\"localFromDateTime\":\"2021-05-12 07:35\",\"localToDateTime\":\"2021-05-12 15:20\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS119300054860\",\"FlightNumber\":\"EY-5411\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2021-05-15T04:45\",\"LocalFromTime\":\"2021-05-15 04:45\",\"FromUTCTime\":\"2021-05-15T04:45\",\"LocalToTime\":\"2021-05-16 06:05\",\"ToUTCTime\":\"2021-05-16T06:05\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":1150,\"LAYOVERDuration\":\"19h 10m\",\"FlyingMinutes\":1430,\"DepartureDateTxt\":\"Sat, 15 May\",\"ArrivalDateTxt\":\"Sun, 16 May\",\"FlightDuration\":\"25h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-05-15T06:05\",\"SegFlightNumber\":\"EY-5411\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-05-15T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":1150,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"19h 10m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"473\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-05-16T06:05\",\"SegFlightNumber\":\"EY-224\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"Z\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-05-16T01:15\",\"TripIndicator\":\"\",\"Baggage\":\"40KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"01:15\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-12 12:00\",\"localToDateTime\":\"2021-05-15 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XNB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (XNB)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"XNB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"departure_date\":\"12\\/05\\/2021\",\"return_date\":\"15\\/05\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" DXB\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"XNB\",\"from\":\"DEL\",\"to\":\"XNB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/05\\/2021\",\"return_dates\":\"15\\/05\\/2021\",\"strDepatureDate\":\"2021-05-12\",\"strReturnDate\":\"2021-05-15\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28XNB%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=XNB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+DXB%2C+AE+-+Dubai+Chelsea+Tower+Bus+Station+%28XNB%29&departure_date=12%2F05%2F2021&return_date=15%2F05%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+DXB\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1950-02-09\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 15:47:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"NHJHKJ7689\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-12-25\",\"passporIssue\":\"2019-12-25\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1950-02-09\",\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 15:47:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"NHJHKJ7689\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-12-25\",\"passporIssue\":\"2019-12-25\",\"CustomerMemberSysId\":\"224\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216114\",\"TPSysId\":\"216115\",\"VersionId\":[\"24891\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7154\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"371\",\"Code\":\"AVML\",\"Price\":\"0\",\"Description\":\"Hindu Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"563\",\"564\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"224\"],\"flight_booking_id\":[\"292\",\"293\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 15:48:44'),(66,'5-1243431189_2DELBOM6E408_26766251811979892,5-1243431189_10BOMDEL6E2036_26766251712383028','{\"BookingData\":[{\"bookingId\":\"TJS104600054862\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-21T06:25\",\"LocalFromTime\":\"2021-03-21 06:25\",\"FromUTCTime\":\"2021-03-21T06:25\",\"LocalToTime\":\"2021-03-21 08:45\",\"ToUTCTime\":\"2021-03-21T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 21 Mar\",\"ArrivalDateTxt\":\"Sun, 21 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":129,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2891.7,\"PublishedFareTxt\":\"2,892\",\"ApiResultIndex\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2202,\"Tax\":689.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":115,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2891.7,\"PublishedFare\":2891.7,\"OfferedFare\":2791.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2806.95,\"BaseFare\":2202,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":2891.7,\"CostToCustomer\":2891.7,\"BaseFareCal\":2806.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2806.95,\"intOfferedFare\":2791.7,\"intPublishFare\":2891.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":2791.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"657\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-21T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-21T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":129,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"657\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"657\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"657\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"657\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"657\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-21 12:00\",\"localToDateTime\":\"2021-03-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104600054862\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"strTraceId\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2021-03-21T06:25\",\"LocalFromTime\":\"2021-03-21 06:25\",\"FromUTCTime\":\"2021-03-21T06:25\",\"LocalToTime\":\"2021-03-21 08:45\",\"ToUTCTime\":\"2021-03-21T08:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sun, 21 Mar\",\"ArrivalDateTxt\":\"Sun, 21 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":129,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6010.4,\"ApiResultIndex\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4645,\"Tax\":1365.4,\"YQTax\":0,\"OtherCharges\":888,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":242,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":6010.4,\"PublishedFare\":6010.4,\"OfferedFare\":5810.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1365.4,\"BaseFareCal\":5840.9,\"BaseFare\":4645,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":242,\"MFT\":5.4,\"OT\":888,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"657\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-21T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-21T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":129,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"488\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":94,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1243431189_2DELBOM6E408_26766251811979892\",\"localFromDateTime\":\"2021-03-21 06:25\",\"localToDateTime\":\"2021-03-21 08:45\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS104600054862\",\"FlightNumber\":\"6E-2036\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1243431189_10BOMDEL6E2036_26766251712383028\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-03-23T18:45\",\"LocalFromTime\":\"2021-03-23 18:45\",\"FromUTCTime\":\"2021-03-23T18:45\",\"LocalToTime\":\"2021-03-23 20:55\",\"ToUTCTime\":\"2021-03-23T20:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":94,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3118.7,\"PublishedFareTxt\":\"3,119\",\"ApiResultIndex\":\"5-1243431189_10BOMDEL6E2036_26766251712383028\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2443,\"Tax\":675.7,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":127,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3118.7,\"PublishedFare\":3118.7,\"OfferedFare\":3018.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1243431189_10BOMDEL6E2036_26766251712383028\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":675.7,\"BaseFareCal\":3033.95,\"BaseFare\":2443,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":127,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":3118.7,\"CostToCustomer\":3118.7,\"BaseFareCal\":3033.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3033.95,\"intOfferedFare\":3018.7,\"intPublishFare\":3118.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":3018.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"488\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":94,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"488\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1243431189_10BOMDEL6E2036_26766251712383028\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-21 12:00\",\"localToDateTime\":\"2021-03-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"21\\/03\\/2021\",\"return_date\":\"23\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/03\\/2021\",\"return_dates\":\"23\\/03\\/2021\",\"strDepatureDate\":\"2021-03-21\",\"strReturnDate\":\"2021-03-23\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=21%2F03%2F2021&return_date=23%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-02-26 16:00:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"225\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"216126\",\"TPSysId\":\"216127\",\"VersionId\":[\"24892\",\"24893\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7155\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"565\"],[\"566\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"225\",\"CustomerMemSysId\":[\"225\"],\"flight_booking_id\":[\"294\",\"295\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-02-26 16:00:24'),(67,'5-3962957816_26DELBOM6E5379_27274800136356731','{\"BookingData\":[{\"bookingId\":\"TJS105800056233\",\"FlightNumber\":\"6E-5379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2021-04-27T05:30\",\"LocalFromTime\":\"2021-04-27 05:30\",\"FromUTCTime\":\"2021-04-27T05:30\",\"LocalToTime\":\"2021-04-27 07:40\",\"ToUTCTime\":\"2021-04-27T07:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 27 Apr\",\"ArrivalDateTxt\":\"Tue, 27 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2898.7,\"PublishedFareTxt\":\"2,899\",\"ApiResultIndex\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2209,\"Tax\":689.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":115,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2898.7,\"PublishedFare\":2898.7,\"OfferedFare\":2798.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2813.95,\"BaseFare\":2209,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":2898.7,\"CostToCustomer\":2898.7,\"BaseFareCal\":2813.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2813.95,\"intOfferedFare\":2798.7,\"intPublishFare\":2898.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":2798.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"839\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-27T07:40\",\"SegFlightNumber\":\"6E-5379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-27T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105800056233\",\"FlightNumber\":\"6E-5379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"strTraceId\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2021-04-27T05:30\",\"LocalFromTime\":\"2021-04-27 05:30\",\"FromUTCTime\":\"2021-04-27T05:30\",\"LocalToTime\":\"2021-04-27 07:40\",\"ToUTCTime\":\"2021-04-27T07:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 27 Apr\",\"ArrivalDateTxt\":\"Tue, 27 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2898.7,\"ApiResultIndex\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2209,\"Tax\":689.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":115,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2898.7,\"PublishedFare\":2898.7,\"OfferedFare\":2798.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2813.95,\"BaseFare\":2209,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"839\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-27T07:40\",\"SegFlightNumber\":\"6E-5379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-27T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3962957816_26DELBOM6E5379_27274800136356731\",\"localFromDateTime\":\"2021-04-27 05:30\",\"localToDateTime\":\"2021-04-27 07:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"27\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=27%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"217832\",\"TPSysId\":\"217833\",\"VersionId\":[\"25528\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7298\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"570\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"88\",\"CustomerMemSysId\":[\"88\"],\"flight_booking_id\":[\"299\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-04 13:16:51'),(68,'10-4351799974_12DELBOMH19442_27699110326595530','{\"BookingData\":[{\"bookingId\":\"TJS107900057504\",\"FlightNumber\":\"H1-9442\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-03-18T08:20\",\"LocalFromTime\":\"2021-03-18 08:20\",\"FromUTCTime\":\"2021-03-18T08:20\",\"LocalToTime\":\"2021-03-18 10:25\",\"ToUTCTime\":\"2021-03-18T10:25\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36015.4,\"PublishedFareTxt\":\"36,015\",\"ApiResultIndex\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21700,\"Tax\":14315.4,\"YQTax\":4692,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1672,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36015.4,\"PublishedFare\":36015.4,\"OfferedFare\":35815.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14315.4,\"BaseFareCal\":35845.91,\"BaseFare\":21700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4692,\"AGST\":1672,\"MFT\":5.4,\"OT\":716,\"MU\":200,\"YR\":7000,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":36015.4,\"CostToCustomer\":36015.4,\"BaseFareCal\":35845.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":35845.91,\"intOfferedFare\":35815.4,\"intPublishFare\":36015.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":35815.4,\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T10:25\",\"SegFlightNumber\":\"H1-9442\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107900057504\",\"FlightNumber\":\"H1-9442\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2021-03-18T08:20\",\"LocalFromTime\":\"2021-03-18 08:20\",\"FromUTCTime\":\"2021-03-18T08:20\",\"LocalToTime\":\"2021-03-18 10:25\",\"ToUTCTime\":\"2021-03-18T10:25\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36015.4,\"ApiResultIndex\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21700,\"Tax\":14315.4,\"YQTax\":4692,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1672,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36015.4,\"PublishedFare\":36015.4,\"OfferedFare\":35815.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14315.4,\"BaseFareCal\":35845.91,\"BaseFare\":21700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4692,\"AGST\":1672,\"MFT\":5.4,\"OT\":716,\"MU\":200,\"YR\":7000,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T10:25\",\"SegFlightNumber\":\"H1-9442\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T08:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-4351799974_12DELBOMH19442_27699110326595530\",\"localFromDateTime\":\"2021-03-18 08:20\",\"localToDateTime\":\"2021-03-18 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"18\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-18\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=18%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-09 11:07:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Vivek\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-09 11:07:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"228\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"218894\",\"TPSysId\":\"218895\",\"VersionId\":[\"25920\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7390\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"62\":{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VJML\",\"Price\":\"0\",\"Description\":\"Jain Veg Meal\"},\"228\":{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VGML\",\"Price\":\"0\",\"Description\":\"Vegan Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"571\",\"572\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"228\"],\"flight_booking_id\":[\"300\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-09 11:08:22'),(69,'5-6998295847_26DELBOM6E5379_27722677486581805','{\"BookingData\":[{\"bookingId\":\"TJS109700057807\",\"FlightNumber\":\"6E-5379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2021-04-22T05:30\",\"LocalFromTime\":\"2021-04-22 05:30\",\"FromUTCTime\":\"2021-04-22T05:30\",\"LocalToTime\":\"2021-04-22 07:40\",\"ToUTCTime\":\"2021-04-22T07:40\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 22 Apr\",\"ArrivalDateTxt\":\"Thu, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":69,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":10622.099999999999,\"PublishedFareTxt\":\"10,622\",\"ApiResultIndex\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8460,\"Tax\":2162.1000000000004,\"YQTax\":0,\"OtherCharges\":1371,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":10622.099999999999,\"PublishedFare\":10622.1,\"OfferedFare\":10322.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1441.4,\"BaseFareCal\":6911.91,\"BaseFare\":5640,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":292,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":720.7,\"BaseFareCal\":3455.95,\"BaseFare\":2820,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":10622.1,\"CostToCustomer\":10622.1,\"BaseFareCal\":10367.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":10367.86,\"intOfferedFare\":10322.099999999999,\"intPublishFare\":10622.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":10322.099999999999,\"apiMarkup\":254.23728813559322,\"apiTaxOnMarkup\":45.76271186440678,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"706\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-22T07:40\",\"SegFlightNumber\":\"6E-5379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-22T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":69,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109700057807\",\"FlightNumber\":\"6E-5379\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"strTraceId\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2021-04-22T05:30\",\"LocalFromTime\":\"2021-04-22 05:30\",\"FromUTCTime\":\"2021-04-22T05:30\",\"LocalToTime\":\"2021-04-22 07:40\",\"ToUTCTime\":\"2021-04-22T07:40\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 22 Apr\",\"ArrivalDateTxt\":\"Thu, 22 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":69,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":10622.099999999999,\"ApiResultIndex\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8460,\"Tax\":2162.1000000000004,\"YQTax\":0,\"OtherCharges\":1371,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":10622.099999999999,\"PublishedFare\":10622.1,\"OfferedFare\":10322.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1441.4,\"BaseFareCal\":6911.91,\"BaseFare\":5640,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":292,\"MFT\":5.4,\"OT\":914,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":720.7,\"BaseFareCal\":3455.95,\"BaseFare\":2820,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"706\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-22T07:40\",\"SegFlightNumber\":\"6E-5379\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-22T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":69,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6998295847_26DELBOM6E5379_27722677486581805\",\"localFromDateTime\":\"2021-04-22 05:30\",\"localToDateTime\":\"2021-04-22 07:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"22\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-09 17:39:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-09 17:39:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"229\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-09 17:39:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"219242\",\"TPSysId\":\"219243\",\"VersionId\":[\"26009\"],\"CustomerSysId\":\"94418\",\"TrxId\":\"7412\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"32\":{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPC\",\"Price\":\"6000\",\"Weight\":\"15 Kg\"},\"229\":{\"Currency\":\"INR\",\"key\":\"706\",\"Code\":\"XBPC\",\"Price\":\"6000\",\"Weight\":\"15 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"573\",\"574\",\"575\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"32\",\"229\",\"226\"],\"flight_booking_id\":[\"301\"]},\"selectedSeatSession\":{\"706\":{\"32\":{\"seatNo\":\"2D\",\"seatPosition\":{\"row\":2,\"column\":5},\"isBooked\":false,\"isAisle\":true,\"code\":\"2D\",\"amount\":200},\"229\":{\"seatNo\":\"4B\",\"seatPosition\":{\"row\":4,\"column\":2},\"isBooked\":false,\"code\":\"4B\",\"amount\":0},\"226\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":0}}},\"_sessiondata\":null}','2021-03-09 17:39:57'),(70,'5-7650331241_3DELBOM6E2173_27889207689940875','{\"BookingData\":[{\"bookingId\":\"TJS108500058270\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-11T18:20\",\"LocalFromTime\":\"2021-03-11 18:20\",\"FromUTCTime\":\"2021-03-11T18:20\",\"LocalToTime\":\"2021-03-11 20:25\",\"ToUTCTime\":\"2021-03-11T20:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 11 Mar\",\"ArrivalDateTxt\":\"Thu, 11 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":34,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5724.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5639.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":5724.7,\"CostToCustomer\":5724.7,\"BaseFareCal\":5639.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":5639.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":5624.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"137\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-11T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-11T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":34,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108500058270\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"strTraceId\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-11T18:20\",\"LocalFromTime\":\"2021-03-11 18:20\",\"FromUTCTime\":\"2021-03-11T18:20\",\"LocalToTime\":\"2021-03-11 20:25\",\"ToUTCTime\":\"2021-03-11T20:25\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 11 Mar\",\"ArrivalDateTxt\":\"Thu, 11 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":34,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"ApiResultIndex\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5724.7,\"OfferedFare\":5624.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5639.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"137\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-11T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-11T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":34,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7650331241_3DELBOM6E2173_27889207689940875\",\"localFromDateTime\":\"2021-03-11 18:20\",\"localToDateTime\":\"2021-03-11 20:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"11\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-11\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=11%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"mangal@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7727052691\",\"FirstName\":\"Mangal\",\"LastName\":\"katiyar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-11 15:54:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"89\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"18AABCU9603R1ZM\",\"companyname\":\"hellogtx\",\"gstemail\":\"mangal@catpl.co.in\",\"gstphone\":\"9874521258\",\"gstaddress\":\"fgvbfgh\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"219945\",\"TPSysId\":\"219946\",\"VersionId\":[\"26253\"],\"CustomerSysId\":\"105309\",\"TrxId\":\"7463\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"576\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"89\"],\"flight_booking_id\":[\"302\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-11 15:55:29'),(73,'5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006','{\"BookingData\":[{\"bookingId\":\"TJS109000058273\",\"FlightNumber\":\"6E-5006\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-04-23T20:00\",\"LocalFromTime\":\"2021-04-23 20:00\",\"FromUTCTime\":\"2021-04-23T20:00\",\"LocalToTime\":\"2021-04-23 23:55\",\"ToUTCTime\":\"2021-04-23T23:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Fri, 23 Apr\",\"ArrivalDateTxt\":\"Fri, 23 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"PublishedFareTxt\":\"4,317\",\"ApiResultIndex\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4316.7,\"OfferedFare\":4216.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4231.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4316.7,\"CostToCustomer\":4316.7,\"BaseFareCal\":4231.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":4231.95,\"intOfferedFare\":4216.7,\"intPublishFare\":4316.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4216.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"574\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-04-23T21:35\",\"SegFlightNumber\":\"6E-5006\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-23T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":65,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"119\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-23T23:55\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-04-23T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"574\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109000058273\",\"FlightNumber\":\"6E-5006\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-04-23T20:00\",\"LocalFromTime\":\"2021-04-23 20:00\",\"FromUTCTime\":\"2021-04-23T20:00\",\"LocalToTime\":\"2021-04-23 23:55\",\"ToUTCTime\":\"2021-04-23T23:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Ahmedabad\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":235,\"DepartureDateTxt\":\"Fri, 23 Apr\",\"ArrivalDateTxt\":\"Fri, 23 Apr\",\"FlightDuration\":\"3h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"ApiResultIndex\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4316.7,\"OfferedFare\":4216.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4231.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"574\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ahmedabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"AMD\",\"destinationArrTime\":\"2021-04-23T21:35\",\"SegFlightNumber\":\"6E-5006\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-23T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":65,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"21:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Ahmedabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"119\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-23T23:55\",\"SegFlightNumber\":\"6E-6813\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2021-04-23T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9470202634_25DELAMD6E5006AMDBOM6E6813_27889370447381006\",\"localFromDateTime\":\"2021-04-23 20:00\",\"localToDateTime\":\"2021-04-23 23:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"23\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-23\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=23%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"mangal@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7727052631\",\"FirstName\":\"mangal\",\"LastName\":\"katiyar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-11 15:57:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"90\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"219948\",\"TPSysId\":\"219949\",\"VersionId\":[\"26254\"],\"CustomerSysId\":\"105309\",\"TrxId\":\"7465\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"577\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"90\"],\"flight_booking_id\":[\"303\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-11 15:58:06'),(74,'5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976','{\"BookingData\":[{\"bookingId\":\"TJS108700058482\",\"FlightNumber\":\"6E-138\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-03-26T10:30\",\"LocalFromTime\":\"2021-03-26 10:30\",\"FromUTCTime\":\"2021-03-26T10:30\",\"LocalToTime\":\"2021-03-26 17:30\",\"ToUTCTime\":\"2021-03-26T17:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"7h 0m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7330.7,\"PublishedFareTxt\":\"7,331\",\"ApiResultIndex\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6477,\"Tax\":853.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":329,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":7330.7,\"PublishedFare\":7330.7,\"OfferedFare\":7230.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":853.7,\"BaseFareCal\":7245.95,\"BaseFare\":6477,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":329,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":7330.7,\"CostToCustomer\":7330.7,\"BaseFareCal\":7245.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":7245.95,\"intOfferedFare\":7230.7,\"intPublishFare\":7330.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":7230.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"060\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T12:35\",\"SegFlightNumber\":\"6E-138\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":225,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"293\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T17:30\",\"SegFlightNumber\":\"6E-5003\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108700058482\",\"FlightNumber\":\"6E-138\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"strTraceId\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:30\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-03-26T10:30\",\"LocalFromTime\":\"2021-03-26 10:30\",\"FromUTCTime\":\"2021-03-26T10:30\",\"LocalToTime\":\"2021-03-26 17:30\",\"ToUTCTime\":\"2021-03-26T17:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":420,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"7h 0m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7330.7,\"ApiResultIndex\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6477,\"Tax\":853.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":329,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":7330.7,\"PublishedFare\":7330.7,\"OfferedFare\":7230.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":853.7,\"BaseFareCal\":7245.95,\"BaseFare\":6477,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":329,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"060\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T12:35\",\"SegFlightNumber\":\"6E-138\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":225,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"10:30\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"293\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T17:30\",\"SegFlightNumber\":\"6E-5003\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1859445652_0GOPDEL6E138DELLKO6E5003_27977590141046976\",\"localFromDateTime\":\"2021-03-26 10:30\",\"localToDateTime\":\"2021-03-26 17:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Gorakhpur (GOP)\",\"mytrip_city_to\":\"Lucknow (LKO)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"GOP\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Gorakhpur, IN - Gorakhpur Arpt (GOP)\",\"destination\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"departure_date\":\"26\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Gorakhpur Arpt (GOP)\",\"to_mytrip_city\":\" IN - Amausi Arpt (LKO)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GOP\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"GOP\",\"to\":\"LKO\",\"sourceCityText\":\"Gorakhpur, IN - Gorakhpur Arpt (GOP)\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"sourceCityId\":10685,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Gorakhpur+%28GOP%29&mytrip_city_to=Lucknow+%28LKO%29&adults=1&childs=0&infants=0&class=2&source_city=GOP&ContSysId_1=101&destination_city=LKO&ContSysId=101&source=Gorakhpur%2C+IN+-+Gorakhpur+Arpt+%28GOP%29&destination=Lucknow%2C+IN+-+Amausi+Arpt+%28LKO%29&departure_date=26%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Gorakhpur+Arpt+%28GOP%29&to_mytrip_city=+IN+-+Amausi+Arpt+%28LKO%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-12 16:27:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"230\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"29AAFCA7488L1ZW\",\"companyname\":\"catpl\",\"gstemail\":\"deepak@catpl.co.in\",\"gstphone\":\"9695357709\",\"gstaddress\":\"Noida\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220277\",\"TPSysId\":\"220278\",\"VersionId\":[\"26390\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7496\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"230\":{\"Currency\":\"INR\",\"key\":\"060\",\"Code\":\"XBPE\",\"Price\":\"1200\",\"Weight\":\"3 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"578\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"230\",\"CustomerMemSysId\":[\"230\"],\"flight_booking_id\":[\"304\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-12 16:29:50');
INSERT INTO `tbl_temp_data` VALUES (75,'5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609','{\"BookingData\":[{\"bookingId\":\"TJS108400058483\",\"FlightNumber\":\"6E-7306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2021-03-26T10:40\",\"LocalFromTime\":\"2021-03-26 10:40\",\"FromUTCTime\":\"2021-03-26T10:40\",\"LocalToTime\":\"2021-03-26 21:55\",\"ToUTCTime\":\"2021-03-26T21:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":455,\"LAYOVERDuration\":\"7h 35m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9927.7,\"PublishedFareTxt\":\"9,928\",\"ApiResultIndex\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8950,\"Tax\":977.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":9927.7,\"PublishedFare\":9927.7,\"OfferedFare\":9827.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":977.7,\"BaseFareCal\":9842.95,\"BaseFare\":8950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":453,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":9927.7,\"CostToCustomer\":9927.7,\"BaseFareCal\":9842.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":9842.95,\"intOfferedFare\":9827.7,\"intPublishFare\":9927.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":9827.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":0,\"intGSTOnAgencyFixMarkUp\":0,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"915\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-26T12:30\",\"SegFlightNumber\":\"6E-7306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":455,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"7h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"364\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T21:55\",\"SegFlightNumber\":\"6E-856\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-26T20:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:05\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400058483\",\"FlightNumber\":\"6E-7306\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:40\",\"ArrivalTime\":\"21:55\",\"TravelDate\":\"2021-03-26T10:40\",\"LocalFromTime\":\"2021-03-26 10:40\",\"FromUTCTime\":\"2021-03-26T10:40\",\"LocalToTime\":\"2021-03-26 21:55\",\"ToUTCTime\":\"2021-03-26T21:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":455,\"LAYOVERDuration\":\"7h 35m\",\"FlyingMinutes\":675,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"11h 15m\",\"SourcePlaceSysId\":\"10685\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"GOP\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9927.7,\"ApiResultIndex\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8950,\"Tax\":977.7,\"YQTax\":0,\"OtherCharges\":407,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":453,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":9927.7,\"PublishedFare\":9927.7,\"OfferedFare\":9827.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":977.7,\"BaseFareCal\":9842.95,\"BaseFare\":8950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":453,\"MFT\":2.7,\"OT\":407,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"915\",\"originAirportName\":\"Gorakhpur Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Gorakhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-26T12:30\",\"SegFlightNumber\":\"6E-7306\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GOP\",\"originDepTime\":\"2021-03-26T10:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":455,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:40\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"7h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"364\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2021-03-26T21:55\",\"SegFlightNumber\":\"6E-856\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-26T20:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:05\",\"strArrivalDtTime\":\"21:55\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9829134931_4GOPCCU6E7306CCULKO6E856_27977952666530609\",\"localFromDateTime\":\"2021-03-26 10:40\",\"localToDateTime\":\"2021-03-26 21:55\",\"strSourceAirportCode\":\"GOP\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"10685\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Gorakhpur (GOP)\",\"mytrip_city_to\":\"Lucknow (LKO)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"GOP\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Gorakhpur, IN - Gorakhpur Arpt (GOP)\",\"destination\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"departure_date\":\"26\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Gorakhpur Arpt (GOP)\",\"to_mytrip_city\":\" IN - Amausi Arpt (LKO)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"GOP\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"GOP\",\"to\":\"LKO\",\"sourceCityText\":\"Gorakhpur, IN - Gorakhpur Arpt (GOP)\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"sourceCityId\":10685,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Gorakhpur+%28GOP%29&mytrip_city_to=Lucknow+%28LKO%29&adults=1&childs=0&infants=0&class=2&source_city=GOP&ContSysId_1=101&destination_city=LKO&ContSysId=101&source=Gorakhpur%2C+IN+-+Gorakhpur+Arpt+%28GOP%29&destination=Lucknow%2C+IN+-+Amausi+Arpt+%28LKO%29&departure_date=26%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Gorakhpur+Arpt+%28GOP%29&to_mytrip_city=+IN+-+Amausi+Arpt+%28LKO%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"96953657709\",\"FirstName\":\"Deepak\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-12 16:33:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"91\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220281\",\"TPSysId\":\"220282\",\"VersionId\":[\"26391\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7497\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"579\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"91\",\"CustomerMemSysId\":[\"91\"],\"flight_booking_id\":[\"305\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-12 16:33:45'),(79,'abfb1-42396-789f8-fea42','{\"FlightBookingData\":[{\"bookingId\":\"DMCS101900058577\",\"bookingId_TJ\":\"TJS101900058577\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"abfb1-42396-789f8-fea42\",\"apiTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-29T08:00\",\"LocalFromTime\":\"2021-03-29 08:00\",\"FromUTCTime\":\"2021-03-29T08:00\",\"LocalToTime\":\"2021-03-29 10:10\",\"ToUTCTime\":\"2021-03-29T10:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Mon, 29 Mar\",\"ArrivalDateTxt\":\"Mon, 29 Mar\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":128,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,244\",\"ApiResultIndex\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"PublishedFareAgent\":3243.7,\"OfferedFareAgent\":3243.7,\"OfferedFare\":2966.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"SeatAvailable\":128,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"TotalBaseFare\":3066.7,\"BaseFareCal\":2993.7,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.2542372881356,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":250,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.2542372881356,\"PublishFare\":3243.7,\"CostToCustomer\":3243.7,\"BaseFareCal\":2993.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":2993.7,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3243.7,\"CostToAgent\":3243.7}},\"Segments\":[{\"segmentid\":\"044\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-29T10:10\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-29T08:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":128,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/partner.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"044\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-6908606716_10DELBOM6E5012_27986282563721936\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"isML\":false,\"isHB\":false,\"rT\":\"REFUNDABLE\",\"cB\":{\"ADT\":\"15 Kg (01 Piece only)\",\"CNN\":\"15 Kg (01 Piece only)\"},\"hB\":{\"ADT\":\"01 Small Handbag under the seat\",\"CNN\":\"01 Small Handbag under the seat\",\"INF\":\"01 Small Handbag under the seat\"},\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"CRF\":50,\"ARFT\":150,\"CRFT\":9,\"ARF\":3000}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACFT\":175,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"306\"],\"ForCustomerSession\":[{\"AgencySysId\":\"5642\",\"MasterAgencySysId\":\"5293\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5642\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-12 18:56:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_customer\":[[\"580\"]],\"SearchTraceId\":\"abfb1-42396-789f8-fea42\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"29\\/03\\/2021\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\"],\"destination\":[\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\"],\"from_mytrip_city\":[\" IN - Indira Gandhi Intl Airport (DEL)\"],\"to_mytrip_city\":[\" IN - Mumbai (Bombay) Intl Airport (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2021-03-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"7701\"],\"intCountryCode\":\"IN\",\"destinationCityId\":[\"18676\"],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"abfb1-42396-789f8-fea42\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/03\\/2021\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Mar Mon\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"abfb1-42396-789f8-fea42\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/03\\\\\\/2021\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Indira Gandhi Intl Airport (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Mumbai (Bombay) Intl Airport (BOM)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2021-03-29\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[\\\"7701\\\"],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[\\\"18676\\\"],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"abfb1-42396-789f8-fea42\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/03\\\\\\/2021\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Mar Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS101900058577\\\",\\\"bookingId_TJ\\\":\\\"TJS101900058577\\\",\\\"FlightNumber\\\":\\\"6E-5012\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"abfb1-42396-789f8-fea42\\\",\\\"apiTraceId\\\":\\\"5-6908606716_10DELBOM6E5012_27986282563721936\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"08:00\\\",\\\"ArrivalTime\\\":\\\"10:10\\\",\\\"TravelDate\\\":\\\"2021-03-29T08:00\\\",\\\"LocalFromTime\\\":\\\"2021-03-29 08:00\\\",\\\"FromUTCTime\\\":\\\"2021-03-29T08:00\\\",\\\"LocalToTime\\\":\\\"2021-03-29 10:10\\\",\\\"ToUTCTime\\\":\\\"2021-03-29T10:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":130,\\\"DepartureDateTxt\\\":\\\"Mon, 29 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 29 Mar\\\",\\\"FlightDuration\\\":\\\"02h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":128,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,244\\\",\\\"ApiResultIndex\\\":\\\"5-6908606716_10DELBOM6E5012_27986282563721936\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/partner.ineedtrip.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2369,\\\"Tax\\\":697.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":457,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":123,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":100,\\\"intPublishedFare\\\":3066.7,\\\"PublishedFare\\\":3243.7,\\\"PublishedFareAgent\\\":3243.7,\\\"OfferedFareAgent\\\":3243.7,\\\"OfferedFare\\\":2966.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-6908606716_10DELBOM6E5012_27986282563721936\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"TACTICAL\\\",\\\"SeatAvailable\\\":128,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":42.2542372881356,\\\"apiMarkup\\\":84.7457627118644,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"FixedMarkUp\\\":150,\\\"GSTOnMarkUp\\\":27,\\\"CommEarned\\\":250,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3243.7,\\\"CostToAgent\\\":3243.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":697.7,\\\"TotalBaseFare\\\":3066.7,\\\"BaseFareCal\\\":2993.7,\\\"BaseFare\\\":2369,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":123,\\\"MFT\\\":2.7,\\\"OT\\\":457,\\\"MU\\\":100,\\\"YR\\\":0,\\\"intTotalGST\\\":42.2542372881356,\\\"apiMarkup\\\":84.7457627118644,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"FixedMarkUp\\\":150,\\\"GSTOnMarkUp\\\":27,\\\"CommEarned\\\":250,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3243.7,\\\"CostToAgent\\\":3243.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":84.7457627118644,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":150,\\\"IntTaxOnAgencyFixMarkUp\\\":27,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":42.2542372881356,\\\"PublishFare\\\":3243.7,\\\"CostToCustomer\\\":3243.7,\\\"BaseFareCal\\\":2993.7,\\\"intCommisionEarnedForAgency\\\":250,\\\"CostToCompany\\\":2993.7,\\\"intOfferedFare\\\":2966.7,\\\"intPublishFare\\\":3066.7,\\\"TripjackMarkup\\\":100,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3243.7,\\\"CostToAgent\\\":3243.7}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"044\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2021-03-29T10:10\\\",\\\"SegFlightNumber\\\":\\\"6E-5012\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2021-03-29T08:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":130,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":128,\\\"strDepartureDtTime\\\":\\\"08:00\\\",\\\"strArrivalDtTime\\\":\\\"10:10\\\",\\\"FlightDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/partner.ineedtrip.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"Meal\\\":[],\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"5-6908606716_10DELBOM6E5012_27986282563721936\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"isML\\\":false,\\\"isHB\\\":false,\\\"rT\\\":\\\"REFUNDABLE\\\",\\\"cB\\\":{\\\"ADT\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CNN\\\":\\\"15 Kg (01 Piece only)\\\"},\\\"hB\\\":{\\\"ADT\\\":\\\"01 Small Handbag under the seat\\\",\\\"CNN\\\":\\\"01 Small Handbag under the seat\\\",\\\"INF\\\":\\\"01 Small Handbag under the seat\\\"},\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARFT\\\":150,\\\"CRFT\\\":9,\\\"ARF\\\":3000}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9,\\\"ACFT\\\":175,\\\"ACF\\\":3500}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200},\\\"metaInfo\\\":[]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2021-03-28 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"044\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8447455883\",\"leadEmail\":\"sibo.sarso@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"md\",\"passenger-lastname-1\":\"sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"5642\",\"Salutation\":\"1\",\"EmailId\":\"sibo.sarso@gmail.com\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"CountryCode\":\"91\",\"MobileNo\":\"8447455883\"},\"_sessiondata\":{\"EmailId\":\"sibo.sarso@gmail.com\",\"UserSysId\":\"6607\",\"CustomerSysId\":\"105487\",\"AgencySysId\":\"5642\",\"MasterAgencySysId\":\"5293\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password_cu\":\"\",\"AgencyName\":\"Holidayfly Test\",\"AgencyCode\":\"51864\",\"ContactNo1\":\"8447455883\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9B5F5A37-FA4C-4D30-82A2-C4745D51C768\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"paymentMode\":\"2\",\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS101900058577\",\"partnerId\":\"0\",\"amount\":2966.7,\"markup\":100,\"orderType\":\"AIR\",\"deliveryInfo\":{\"emails\":[\"sibo.sarso@gmail.com\"],\"contacts\":[\"918447455883\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2021-03-12T18:58:26.558\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"25720\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"5012\",\"eT\":\"321\"},\"stops\":0,\"duration\":130,\"da\":{\"id\":5041,\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\",\"enabled\":true,\"priority\":10},\"aa\":{\"id\":6891,\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\",\"enabled\":true,\"priority\":10},\"dt\":\"2021-03-29T08:00\",\"at\":\"2021-03-29T10:10\",\"iand\":false,\"sN\":0,\"miscInfo\":{\"searchType\":\"ONEWAY\",\"airType\":\"DOMESTIC\"}}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"md\",\"lN\":\"sabir\",\"userProfile\":[],\"id\":1}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2966.7,\"TAF\":697.7,\"BF\":2369,\"IGST\":2.7,\"TF\":3066.7},\"afC\":{\"TAF\":{\"MF\":15,\"AGST\":123,\"OT\":457,\"MFT\":2.7,\"MU\":100}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":{\"Users\":{\"311588\":{\"name\":\"Catabatic Technology Pvt Ltd\",\"role\":\"AGENT\",\"userId\":\"311588\",\"partnerId\":\"0\",\"parentUserId\":\"311588\",\"totalBalance\":236430.18}}}}}','2021-03-12 18:58:30'),(80,'10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598','{\"BookingData\":[{\"bookingId\":\"TJS114700058929\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2021-03-18T04:15\",\"LocalFromTime\":\"2021-03-18 04:15\",\"FromUTCTime\":\"2021-03-18T04:15\",\"LocalToTime\":\"2021-03-18 09:30\",\"ToUTCTime\":\"2021-03-18T09:30\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":45,\"LAYOVERDuration\":\"0h 45m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11055,\"Tax\":20860.2,\"YQTax\":11638,\"OtherCharges\":6184,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":1195,\"CarrierMiscFee\":1137,\"MUFee\":600,\"intPublishedFare\":31915.2,\"PublishedFare\":34747.2,\"OfferedFare\":406.20000000000005,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":523.52,\"apiMarkup\":508.48,\"IntCommission\":0,\"apiTaxOnMarkup\":91.52,\"FixedMarkUp\":2400,\"GSTOnMarkUp\":432,\"CommEarned\":2908.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":3725.3999999999996,\"BaseFareCal\":4414.9,\"BaseFare\":715,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":2910,\"AGST\":201,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"10KG\",\"CabinBaggage\":\"0Kg\"}]},\"Segments\":[{\"segmentid\":\"283\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-18T06:45\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":45,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"929\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-03-18T09:30\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-18T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114700058929\",\"FlightNumber\":\"EY-211\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"04:15\",\"ArrivalTime\":\"09:30\",\"TravelDate\":\"2021-03-18T04:15\",\"LocalFromTime\":\"2021-03-18 04:15\",\"FromUTCTime\":\"2021-03-18T04:15\",\"LocalToTime\":\"2021-03-18 09:30\",\"ToUTCTime\":\"2021-03-18T09:30\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":45,\"LAYOVERDuration\":\"0h 45m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"5h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"XNB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":34747.2,\"ApiResultIndex\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11055,\"Tax\":20860.2,\"YQTax\":11638,\"OtherCharges\":6184,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":1195,\"CarrierMiscFee\":1137,\"MUFee\":600,\"intPublishedFare\":31915.2,\"PublishedFare\":34747.2,\"OfferedFare\":406.20000000000005,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":523.52,\"apiMarkup\":508.48,\"IntCommission\":0,\"apiTaxOnMarkup\":91.52,\"FixedMarkUp\":2400,\"GSTOnMarkUp\":432,\"CommEarned\":2908.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":8567.400000000001,\"BaseFareCal\":13711.900000000001,\"BaseFare\":5170,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4364,\"AGST\":497,\"MFT\":5.4,\"OT\":3092,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":3725.3999999999996,\"BaseFareCal\":4414.9,\"BaseFare\":715,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":2910,\"AGST\":201,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":379,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"10KG\",\"CabinBaggage\":\"0Kg\"}]},\"Segments\":[[{\"segmentid\":\"283\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-18T06:45\",\"SegFlightNumber\":\"EY-211\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T04:15\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":240,\"GroundTime\":45,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:15\",\"strArrivalDtTime\":\"06:45\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":\"0h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"929\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Dubai Chelsea Tower Bus Station\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"XNB\",\"destinationArrTime\":\"2021-03-18T09:30\",\"SegFlightNumber\":\"EY-5418\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-18T07:30\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:30\",\"strArrivalDtTime\":\"09:30\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],[{\"segmentid\":\"059\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-31T20:20\",\"SegFlightNumber\":\"EY-5423\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-03-31T19:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":105,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"934\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:15\",\"SegFlightNumber\":\"EY-218\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-31T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-2570249333_0DELAUHEY211AUHXNBEY5418XNBAUHEY5423AUHDELEY218_28224477396702598\",\"localFromDateTime\":\"2021-03-18 04:15\",\"localToDateTime\":\"2021-03-18 09:30\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114700058929\",\"FlightNumber\":\"EY-5423\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"210\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"03:15\",\"TravelDate\":\"2021-03-31T19:00\",\"LocalFromTime\":\"2021-03-31 19:00\",\"FromUTCTime\":\"2021-03-31T19:00\",\"LocalToTime\":\"2021-04-01 03:15\",\"ToUTCTime\":\"2021-04-01T03:15\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":105,\"LAYOVERDuration\":\"1h 45m\",\"FlyingMinutes\":405,\"DepartureDateTxt\":\"Wed, 31 Mar\",\"ArrivalDateTxt\":\"Thu, 01 Apr\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"059\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-31T20:20\",\"SegFlightNumber\":\"EY-5423\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-03-31T19:00\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":80,\"GroundTime\":105,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"1h 45m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"934\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:15\",\"SegFlightNumber\":\"EY-218\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"E\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-31T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"03:15\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":null,\"Meal\":[{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"059\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"18\\/03\\/2021\",\"return_date\":\"31\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"18\\/03\\/2021\",\"return_dates\":\"31\\/03\\/2021\",\"strDepatureDate\":\"2021-03-18\",\"strReturnDate\":\"2021-03-31\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=18%2F03%2F2021&return_date=31%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"A1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1946-03-17\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-15 13:07:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"hfdfe1234\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-09-22\",\"passporIssue\":\"2018-03-21\",\"CustomerSysId\":\"232\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9695357709\",\"FirstName\":\"C1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2011-03-09\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-15 13:07:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"gsdh5285\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-14\",\"passporIssue\":\"2015-03-18\",\"CustomerMemberSysId\":\"233\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9695357709\",\"FirstName\":\"I1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-15 13:07:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"ikdt\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-19\",\"passporIssue\":\"2021-03-18\",\"CustomerMemberSysId\":\"234\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"220709\",\"TPSysId\":\"220710\",\"VersionId\":[\"26532\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7540\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"233\":{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VJML\",\"Price\":\"0\",\"Description\":\"Jain Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"581\",\"582\",\"583\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"232\",\"233\",\"234\"],\"flight_booking_id\":[\"307\",\"308\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"deepak@catpl.co.in                                                                                  \",\"CustomerSysId\":\"104941\",\"AgencySysId\":\"5293\",\"FirstName\":\"Deepak                                            \",\"LastName\":\"Kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"9695357709\"}}','2021-03-15 13:17:06'),(82,'4-1671586808_4DELBOMSG7177_28304538052556439','{\"BookingData\":[{\"bookingId\":\"TJS100500059162\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-18T16:40\",\"LocalFromTime\":\"2021-03-18 16:40\",\"FromUTCTime\":\"2021-03-18T16:40\",\"LocalToTime\":\"2021-03-18 20:15\",\"ToUTCTime\":\"2021-03-18T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":3971.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":150,\"intGSTOnAgencyFixMarkUp\":27,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"232\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"232\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100500059162\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"strTraceId\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-18T16:40\",\"LocalFromTime\":\"2021-03-18 16:40\",\"FromUTCTime\":\"2021-03-18T16:40\",\"LocalToTime\":\"2021-03-18 20:15\",\"ToUTCTime\":\"2021-03-18T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Thu, 18 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"232\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-18T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1671586808_4DELBOMSG7177_28304538052556439\",\"localFromDateTime\":\"2021-03-18 16:40\",\"localToDateTime\":\"2021-03-18 20:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"18\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-18\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=18%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":null,\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":null,\"CustomerMemberSysIds\":null,\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"deepak@catpl.co.in                                                                                  \",\"CustomerSysId\":\"104941\",\"AgencySysId\":\"5293\",\"FirstName\":\"Deepak                                            \",\"LastName\":\"Kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"9695357709\"}}','2021-03-16 11:17:45'),(83,'5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841','{\"BookingData\":[{\"bookingId\":\"TJS114000059229\",\"FlightNumber\":\"6E-488\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-06T10:25\",\"LocalFromTime\":\"2021-04-06 10:25\",\"FromUTCTime\":\"2021-04-06T10:25\",\"LocalToTime\":\"2021-04-06 20:55\",\"ToUTCTime\":\"2021-04-06T20:55\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":720,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"10h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":56828,\"Tax\":19180.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1504,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":76008.4,\"PublishedFare\":81672.4,\"OfferedFare\":65212.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"841\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-06T12:20\",\"SegFlightNumber\":\"6E-488\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-06T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":420,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"667\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-06T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-06T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"841\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"841\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-06 12:00\",\"localToDateTime\":\"2021-04-09 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114000059229\",\"FlightNumber\":\"6E-488\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-06T10:25\",\"LocalFromTime\":\"2021-04-06 10:25\",\"FromUTCTime\":\"2021-04-06T10:25\",\"LocalToTime\":\"2021-04-06 20:55\",\"ToUTCTime\":\"2021-04-06T20:55\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":420,\"LAYOVERDuration\":\"7h 0m\",\"FlyingMinutes\":720,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"10h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":81672.4,\"ApiResultIndex\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":56828,\"Tax\":19180.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1504,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":76008.4,\"PublishedFare\":81672.4,\"OfferedFare\":65212.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9354.8,\"BaseFareCal\":33017.82,\"BaseFare\":23714,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":752,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"841\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-06T12:20\",\"SegFlightNumber\":\"6E-488\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-06T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":420,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":\"7h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"667\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-06T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"A\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-06T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"027\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-10T02:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-04-09T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":825,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"02:45\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"13h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"377\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-04-10T18:15\",\"SegFlightNumber\":\"6E-904\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-10T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5967863705_20BLRBOM6E488BOMDXB6E61DXBBOM6E62BOMBLR6E904_28318348172169841\",\"localFromDateTime\":\"2021-04-06 10:25\",\"localToDateTime\":\"2021-04-06 20:55\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114000059229\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:00\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2021-04-09T22:00\",\"LocalFromTime\":\"2021-04-09 22:00\",\"FromUTCTime\":\"2021-04-09T22:00\",\"LocalToTime\":\"2021-04-10 18:15\",\"ToUTCTime\":\"2021-04-10T18:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":825,\"LAYOVERDuration\":\"13h 45m\",\"FlyingMinutes\":1125,\"DepartureDateTxt\":\"Fri, 09 Apr\",\"ArrivalDateTxt\":\"Sat, 10 Apr\",\"FlightDuration\":\"20h 15m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":60,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"027\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-10T02:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-04-09T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":825,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"02:45\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"13h 45m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"377\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-04-10T18:15\",\"SegFlightNumber\":\"6E-904\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-10T16:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":60,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"027\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"027\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-06 12:00\",\"localToDateTime\":\"2021-04-09 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"06\\/04\\/2021\",\"return_date\":\"09\\/04\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"BLR\",\"to\":\"DXB\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":0,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"06\\/04\\/2021\",\"return_dates\":\"09\\/04\\/2021\",\"strDepatureDate\":\"2021-04-06\",\"strReturnDate\":\"2021-04-09\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=BLR&ContSysId_1=0&destination_city=DXB&ContSysId=228&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=06%2F04%2F2021&return_date=09%2F04%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjioplkio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-21\",\"passporIssue\":\"2001-03-08\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Ranu\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-18\",\"passporIssue\":\"2002-03-01\",\"CustomerMemberSysId\":\"235\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Parth\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2014-03-07\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"jhkjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2002-03-15\",\"CustomerMemberSysId\":\"236\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Kritika\",\"LastName\":\"Bhattacharaya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2013-03-08\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"olkiolki\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-11\",\"passporIssue\":\"2015-03-06\",\"CustomerMemberSysId\":\"237\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Kaira\",\"LastName\":\"Thakur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"uuiuiuiiui\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-24\",\"passporIssue\":\"2011-03-04\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"9818999760\",\"FirstName\":\"Dhruv\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-19\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 15:17:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"qwertyuio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2005-03-17\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221165\",\"TPSysId\":\"221166\",\"VersionId\":[\"26657\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7585\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"585\",\"586\",\"587\",\"588\",\"589\",\"590\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\",\"235\",\"236\",\"237\",\"238\",\"239\"],\"flight_booking_id\":[\"310\",\"311\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-16 15:19:06'),(84,'5-0353392758_11DELBOM6E2077_28328102504599478','{\"BookingData\":[{\"bookingId\":\"TJS107300059280\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-24T22:30\",\"LocalFromTime\":\"2021-03-24 22:30\",\"FromUTCTime\":\"2021-03-24T22:30\",\"LocalToTime\":\"2021-03-25 00:50\",\"ToUTCTime\":\"2021-03-25T00:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":23253.299999999996,\"PublishedFareTxt\":\"23,253\",\"ApiResultIndex\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18714,\"Tax\":4539.300000000001,\"YQTax\":0,\"OtherCharges\":2742,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.300000000000004,\"AirlineGSTComponent\":738,\"CarrierMiscFee\":0,\"MUFee\":900,\"intPublishedFare\":23253.299999999996,\"PublishedFare\":24846.3,\"OfferedFare\":22353.299999999996,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":380.29,\"apiMarkup\":762.71,\"IntCommission\":0,\"apiTaxOnMarkup\":137.29,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":2112.71,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"3\",\"TaxIN\":353.1,\"BaseFareCal\":4679.86,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":8.100000000000001,\"MU\":300,\"YR\":0,\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":762.71,\"apiTaxOnMarkup\":137.29,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1350,\"IntTaxOnAgencyFixMarkUp\":243,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":380.29,\"PublishFare\":24846.3,\"CostToCustomer\":24846.3,\"BaseFareCal\":22733.59,\"intCommisionEarnedForAgency\":2112.71,\"CostToCompany\":22733.59,\"intOfferedFare\":22353.299999999996,\"intPublishFare\":23253.299999999996,\"TripjackMarkup\":900,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":22353.299999999996,\"apiMarkup\":762.7118644067797,\"apiTaxOnMarkup\":137.28813559322032,\"totalAgencyMarkUp\":1350,\"intGSTOnAgencyFixMarkUp\":243,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"930\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"930\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":9,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300059280\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-24T22:30\",\"LocalFromTime\":\"2021-03-24 22:30\",\"FromUTCTime\":\"2021-03-24T22:30\",\"LocalToTime\":\"2021-03-25 00:50\",\"ToUTCTime\":\"2021-03-25T00:50\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":23253.299999999996,\"ApiResultIndex\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18714,\"Tax\":4539.300000000001,\"YQTax\":0,\"OtherCharges\":2742,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.300000000000004,\"AirlineGSTComponent\":738,\"CarrierMiscFee\":0,\"MUFee\":900,\"intPublishedFare\":23253.299999999996,\"PublishedFare\":24846.3,\"OfferedFare\":22353.299999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":1350,\"GSTOnMarkUp\":243,\"CommEarned\":2112.71,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"3\",\"TaxIN\":2093.1000000000004,\"BaseFareCal\":9026.86,\"BaseFare\":7107,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":369,\"MFT\":8.100000000000001,\"OT\":1371,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"3\",\"TaxIN\":353.1,\"BaseFareCal\":4679.86,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"MFT\":8.100000000000001,\"OT\":0,\"MU\":300,\"YR\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"930\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0353392758_11DELBOM6E2077_28328102504599478\",\"localFromDateTime\":\"2021-03-24 22:30\",\"localToDateTime\":\"2021-03-25 00:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":9,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"3\",\"childs\":\"3\",\"infants\":\"3\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"24\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"3\",\"infant\":\"3\",\"departure_dates\":\"24\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-24\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=3&childs=3&infants=3&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=24%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"246\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"baibhav\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"247\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"manish\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"248\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"ahsda\",\"LastName\":\"asad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"249\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"safdsadf\",\"LastName\":\"sdaD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"250\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"SAFDASF\",\"LastName\":\"SADFSADFASF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"251\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"ASDFASF\",\"LastName\":\"AFDSADDFSA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-03-03\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"252\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"ASDASF\",\"LastName\":\"FSADFSA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-03-02\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"253\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"other\",\"Contacts\":\"8585960381\",\"FirstName\":\"SASDF\",\"LastName\":\"ADasda\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2021-03-08\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 17:51:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"254\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221369\",\"TPSysId\":\"221370\",\"VersionId\":[\"26682\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7597\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"591\",\"592\",\"593\",\"594\",\"595\",\"596\",\"597\",\"598\",\"599\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"246\",\"247\",\"248\",\"249\",\"250\",\"251\",\"252\",\"253\",\"254\"],\"flight_booking_id\":[\"312\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-16 17:51:24'),(85,'5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576','{\"BookingData\":[{\"bookingId\":\"TJS118900059288\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:45\",\"ArrivalTime\":\"04:30\",\"TravelDate\":\"2021-05-06T11:45\",\"LocalFromTime\":\"2021-05-06 11:45\",\"FromUTCTime\":\"2021-05-06T11:45\",\"LocalToTime\":\"2021-05-07 04:30\",\"ToUTCTime\":\"2021-05-07T04:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":800,\"LAYOVERDuration\":\"13h 20m\",\"FlyingMinutes\":1095,\"DepartureDateTxt\":\"Thu, 06 May\",\"ArrivalDateTxt\":\"Fri, 07 May\",\"FlightDuration\":\"16h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82752,\"Tax\":19672.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1996,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":102424.40000000001,\"PublishedFare\":108088.4,\"OfferedFare\":97444.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9600.8,\"BaseFareCal\":46225.82,\"BaseFare\":36676,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":998,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9600.8,\"BaseFareCal\":46225.82,\"BaseFare\":36676,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":998,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"892\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-06T12:50\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-05-06T11:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":800,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:45\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"801\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-05-07T04:30\",\"SegFlightNumber\":\"6E-26\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-07T02:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"02:10\",\"strArrivalDtTime\":\"04:30\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"892\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"892\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-06 12:00\",\"localToDateTime\":\"2021-05-20 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118900059288\",\"FlightNumber\":\"6E-262\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"strTraceId\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:45\",\"ArrivalTime\":\"04:30\",\"TravelDate\":\"2021-05-06T11:45\",\"LocalFromTime\":\"2021-05-06 11:45\",\"FromUTCTime\":\"2021-05-06T11:45\",\"LocalToTime\":\"2021-05-07 04:30\",\"ToUTCTime\":\"2021-05-07T04:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":800,\"LAYOVERDuration\":\"13h 20m\",\"FlyingMinutes\":1095,\"DepartureDateTxt\":\"Thu, 06 May\",\"ArrivalDateTxt\":\"Fri, 07 May\",\"FlightDuration\":\"16h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":108088.4,\"ApiResultIndex\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82752,\"Tax\":19672.399999999998,\"YQTax\":0,\"OtherCharges\":16264,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1996,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":102424.40000000001,\"PublishedFare\":108088.4,\"OfferedFare\":97444.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9600.8,\"BaseFareCal\":46225.82,\"BaseFare\":36676,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":998,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9600.8,\"BaseFareCal\":46225.82,\"BaseFare\":36676,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":998,\"MFT\":10.8,\"OT\":8132,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"892\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-06T12:50\",\"SegFlightNumber\":\"6E-262\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-05-06T11:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":800,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:45\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"13h 20m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"801\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-05-07T04:30\",\"SegFlightNumber\":\"6E-26\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-07T02:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"02:10\",\"strArrivalDtTime\":\"04:30\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"500\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-05-21T04:50\",\"SegFlightNumber\":\"6E-66\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-05-20T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":370,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":\"6h 10m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"710\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-05-21T12:10\",\"SegFlightNumber\":\"6E-253\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-05-21T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9696437230_0BLRHYD6E262HYDDXB6E26DXBMAA6E66MAABLR6E253_28330569130973576\",\"localFromDateTime\":\"2021-05-06 11:45\",\"localToDateTime\":\"2021-05-07 04:30\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS118900059288\",\"FlightNumber\":\"6E-66\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:00\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2021-05-20T23:00\",\"LocalFromTime\":\"2021-05-20 23:00\",\"FromUTCTime\":\"2021-05-20T23:00\",\"LocalToTime\":\"2021-05-21 12:10\",\"ToUTCTime\":\"2021-05-21T12:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":370,\"LAYOVERDuration\":\"6h 10m\",\"FlyingMinutes\":700,\"DepartureDateTxt\":\"Thu, 20 May\",\"ArrivalDateTxt\":\"Fri, 21 May\",\"FlightDuration\":\"13h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"500\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-05-21T04:50\",\"SegFlightNumber\":\"6E-66\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-05-20T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":370,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"04:50\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":\"6h 10m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"710\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-05-21T12:10\",\"SegFlightNumber\":\"6E-253\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-05-21T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"500\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-06 12:00\",\"localToDateTime\":\"2021-05-20 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"06\\/05\\/2021\",\"return_date\":\"20\\/05\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"BLR\",\"to\":\"DXB\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":0,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"06\\/05\\/2021\",\"return_dates\":\"20\\/05\\/2021\",\"strDepatureDate\":\"2021-05-06\",\"strReturnDate\":\"2021-05-20\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=BLR&ContSysId_1=0&destination_city=DXB&ContSysId=228&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=06%2F05%2F2021&return_date=20%2F05%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjioplkio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-21\",\"passporIssue\":\"2001-03-08\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Ranu\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-18\",\"passporIssue\":\"2002-03-01\",\"CustomerMemberSysId\":\"235\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Parth\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2014-03-07\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"jhkjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2002-03-15\",\"CustomerMemberSysId\":\"236\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Kritika\",\"LastName\":\"Bhattacharaya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2013-03-08\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"olkiolki\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-11\",\"passporIssue\":\"2015-03-06\",\"CustomerMemberSysId\":\"237\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Kaira\",\"LastName\":\"Thakur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"uuiuiuiiui\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-24\",\"passporIssue\":\"2011-03-04\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Dhruv\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-19\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 18:31:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"qwertyuio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2005-03-17\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221412\",\"TPSysId\":\"221413\",\"VersionId\":[\"26696\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7598\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"600\",\"601\",\"602\",\"603\",\"604\",\"605\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\",\"235\",\"236\",\"237\",\"238\",\"239\"],\"flight_booking_id\":[\"313\",\"314\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"sudipta@catpl.co.in                                                                                 \",\"CustomerSysId\":\"103022\",\"AgencySysId\":\"5293\",\"FirstName\":\"Sudipta                                           \",\"LastName\":\"Banerjee                                          \",\"Password_cu\":\"d6c722e0ca771ab08b789d79e6823a8b\",\"ContactNo1\":\"9818999760\"}}','2021-03-16 18:32:23'),(86,'5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999','{\"BookingData\":[{\"bookingId\":\"TJS113200059297\",\"FlightNumber\":\"6E-95\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2021-06-02T07:05\",\"LocalFromTime\":\"2021-06-02 07:05\",\"FromUTCTime\":\"2021-06-02T07:05\",\"LocalToTime\":\"2021-06-02 09:40\",\"ToUTCTime\":\"2021-06-02T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Wed, 02 Jun\",\"ArrivalDateTxt\":\"Wed, 02 Jun\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82360,\"Tax\":19140.399999999998,\"YQTax\":0,\"OtherCharges\":15864,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1864,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":101500.40000000001,\"PublishedFare\":107164.4,\"OfferedFare\":101044.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"709\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-06-02T09:40\",\"SegFlightNumber\":\"6E-95\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-02T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"709\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"709\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-02 12:00\",\"localToDateTime\":\"2021-06-11 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113200059297\",\"FlightNumber\":\"6E-95\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2021-06-02T07:05\",\"LocalFromTime\":\"2021-06-02 07:05\",\"FromUTCTime\":\"2021-06-02T07:05\",\"LocalToTime\":\"2021-06-02 09:40\",\"ToUTCTime\":\"2021-06-02T09:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Wed, 02 Jun\",\"ArrivalDateTxt\":\"Wed, 02 Jun\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":107164.4,\"ApiResultIndex\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":82360,\"Tax\":19140.399999999998,\"YQTax\":0,\"OtherCharges\":15864,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1864,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":101500.40000000001,\"PublishedFare\":107164.4,\"OfferedFare\":101044.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":9334.8,\"BaseFareCal\":45763.82,\"BaseFare\":36480,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":932,\"MFT\":10.8,\"OT\":7932,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"709\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-06-02T09:40\",\"SegFlightNumber\":\"6E-95\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-02T07:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"408\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-11T23:00\",\"SegFlightNumber\":\"6E-96\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-06-11T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1568331272_0BLRDXB6E95DXBBLR6E96_28335939246536999\",\"localFromDateTime\":\"2021-06-02 07:05\",\"localToDateTime\":\"2021-06-02 09:40\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS113200059297\",\"FlightNumber\":\"6E-96\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"23:00\",\"TravelDate\":\"2021-06-11T17:20\",\"LocalFromTime\":\"2021-06-11 17:20\",\"FromUTCTime\":\"2021-06-11T17:20\",\"LocalToTime\":\"2021-06-11 23:00\",\"ToUTCTime\":\"2021-06-11T23:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Fri, 11 Jun\",\"ArrivalDateTxt\":\"Fri, 11 Jun\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"408\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-11T23:00\",\"SegFlightNumber\":\"6E-96\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-06-11T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"23:00\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"408\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"408\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-02 12:00\",\"localToDateTime\":\"2021-06-11 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"02\\/06\\/2021\",\"return_date\":\"11\\/06\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"BLR\",\"to\":\"DXB\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":0,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"02\\/06\\/2021\",\"return_dates\":\"11\\/06\\/2021\",\"strDepatureDate\":\"2021-06-02\",\"strReturnDate\":\"2021-06-11\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=BLR&ContSysId_1=0&destination_city=DXB&ContSysId=228&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=02%2F06%2F2021&return_date=11%2F06%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjioplkio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-21\",\"passporIssue\":\"2001-03-08\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Ranu\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-18\",\"passporIssue\":\"2002-03-01\",\"CustomerMemberSysId\":\"235\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Parth\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2014-03-07\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"jhkjhjkhkjhkjhkj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2002-03-15\",\"CustomerMemberSysId\":\"236\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Kritika\",\"LastName\":\"Bhattacharaya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2013-03-08\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"olkiolki\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-11\",\"passporIssue\":\"2015-03-06\",\"CustomerMemberSysId\":\"237\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Kaira\",\"LastName\":\"Thakur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"uuiuiuiiui\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-24\",\"passporIssue\":\"2011-03-04\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"29\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Dhruv\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-19\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-16 20:01:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"qwertyuio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-30\",\"passporIssue\":\"2005-03-17\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221471\",\"TPSysId\":\"221472\",\"VersionId\":[\"26706\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7622\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"606\",\"607\",\"608\",\"609\",\"610\",\"611\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\",\"235\",\"236\",\"237\",\"238\",\"239\"],\"flight_booking_id\":[\"315\",\"316\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"sudipta@catpl.co.in                                                                                 \",\"CustomerSysId\":\"103022\",\"AgencySysId\":\"5293\",\"FirstName\":\"Sudipta                                           \",\"LastName\":\"Banerjee                                          \",\"Password_cu\":\"d6c722e0ca771ab08b789d79e6823a8b\",\"ContactNo1\":\"9818999760\"}}','2021-03-16 20:02:19'),(87,'4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848','{\"BookingData\":[{\"bookingId\":\"TJS115300059309\",\"FlightNumber\":\"SG-154\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-03-23T10:20\",\"LocalFromTime\":\"2021-03-23 10:20\",\"FromUTCTime\":\"2021-03-23T10:20\",\"LocalToTime\":\"2021-03-23 12:40\",\"ToUTCTime\":\"2021-03-23T12:40\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43992,\"Tax\":15726.399999999998,\"YQTax\":0,\"OtherCharges\":13004,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1310,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":59718.399999999994,\"PublishedFare\":65382.399999999994,\"OfferedFare\":57336.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":708.8,\"BaseFareCal\":10181.82,\"BaseFare\":9524,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":238,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T12:40\",\"SegFlightNumber\":\"SG-154\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCVS\",\"Price\":308,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCNS\",\"Price\":308,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNML\",\"Price\":420,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFVG\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFNV\",\"Price\":420,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFCM\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"FPML\",\"Price\":420,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DNVL\",\"Price\":420,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DBML\",\"Price\":420,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"CHML\",\"Price\":420,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115300059309\",\"FlightNumber\":\"SG-154\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:20\",\"ArrivalTime\":\"12:40\",\"TravelDate\":\"2021-03-23T10:20\",\"LocalFromTime\":\"2021-03-23 10:20\",\"FromUTCTime\":\"2021-03-23T10:20\",\"LocalToTime\":\"2021-03-23 12:40\",\"ToUTCTime\":\"2021-03-23T12:40\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":65382.399999999994,\"ApiResultIndex\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43992,\"Tax\":15726.399999999998,\"YQTax\":0,\"OtherCharges\":13004,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1310,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":59718.399999999994,\"PublishedFare\":65382.399999999994,\"OfferedFare\":57336.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7508.799999999999,\"BaseFareCal\":24691.82,\"BaseFare\":17234,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":536,\"MFT\":10.8,\"OT\":6502,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":708.8,\"BaseFareCal\":10181.82,\"BaseFare\":9524,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":238,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T12:40\",\"SegFlightNumber\":\"SG-154\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"10:20\",\"strArrivalDtTime\":\"12:40\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"206\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T04:10\",\"SegFlightNumber\":\"SG-137\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"04:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7883450959_1DELDXBSG154DXBDELSG137_28388321851010848\",\"localFromDateTime\":\"2021-03-23 10:20\",\"localToDateTime\":\"2021-03-23 12:40\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS115300059309\",\"FlightNumber\":\"SG-137\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"04:10\",\"TravelDate\":\"2021-03-25T23:10\",\"LocalFromTime\":\"2021-03-25 23:10\",\"FromUTCTime\":\"2021-03-25T23:10\",\"LocalToTime\":\"2021-03-26 04:10\",\"ToUTCTime\":\"2021-03-26T04:10\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"206\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T04:10\",\"SegFlightNumber\":\"SG-137\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"04:10\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"LCVS\",\"Price\":293,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"LCNS\",\"Price\":293,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"GFVG\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"GFNV\",\"Price\":400,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"GFCM\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"DNVL\",\"Price\":400,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"DBML\",\"Price\":400,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"CHML\",\"Price\":400,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"206\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"Ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1957-03-20\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"12345678\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-17\",\"passporIssue\":\"2017-03-16\",\"CustomerSysId\":\"259\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"baibhav\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1957-03-20\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"65412378\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-26\",\"passporIssue\":\"2018-03-20\",\"CustomerMemberSysId\":\"260\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"vivek\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2013-03-12\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"axxxibbbb45\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-19\",\"passporIssue\":\"2012-03-22\",\"CustomerMemberSysId\":\"261\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sanjit\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2015-03-24\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"3698745112\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-29\",\"passporIssue\":\"2019-03-30\",\"CustomerMemberSysId\":\"262\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sabir\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sdfasfdasf545487\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-11\",\"passporIssue\":\"2020-04-20\",\"CustomerMemberSysId\":\"263\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asdfasfd\",\"LastName\":\"asfasdf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-18\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 10:42:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sdfsfasdfasf545\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-21\",\"passporIssue\":\"2020-03-17\",\"CustomerMemberSysId\":\"264\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221524\",\"TPSysId\":\"221525\",\"VersionId\":[\"26716\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7626\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"612\",\"613\",\"614\",\"615\",\"616\",\"617\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"259\",\"260\",\"261\",\"262\",\"263\",\"264\"],\"flight_booking_id\":[\"317\",\"318\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 10:42:26'),(88,'5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642','{\"BookingData\":[{\"bookingId\":\"TJS114900059312\",\"FlightNumber\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2021-03-23T21:50\",\"LocalFromTime\":\"2021-03-23 21:50\",\"FromUTCTime\":\"2021-03-23T21:50\",\"LocalToTime\":\"2021-03-24 00:30\",\"ToUTCTime\":\"2021-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":55812,\"Tax\":15624.399999999998,\"YQTax\":0,\"OtherCharges\":12776,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1436,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":71436.4,\"PublishedFare\":77100.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T00:30\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114900059312\",\"FlightNumber\":\"6E-23\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:50\",\"ArrivalTime\":\"00:30\",\"TravelDate\":\"2021-03-23T21:50\",\"LocalFromTime\":\"2021-03-23 21:50\",\"FromUTCTime\":\"2021-03-23T21:50\",\"LocalToTime\":\"2021-03-24 00:30\",\"ToUTCTime\":\"2021-03-24T00:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":250,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":77100.4,\"ApiResultIndex\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":55812,\"Tax\":15624.399999999998,\"YQTax\":0,\"OtherCharges\":12776,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1436,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":71436.4,\"PublishedFare\":77100.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7576.799999999999,\"BaseFareCal\":30731.82,\"BaseFare\":23206,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":718,\"MFT\":10.8,\"OT\":6388,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T00:30\",\"SegFlightNumber\":\"6E-23\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":250,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"00:30\",\"FlightDuration\":\"4h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"926\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":240,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"193\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2562651926_23DELDXB6E23DXBBOM6E62BOMDEL6E2036_28389805710583642\",\"localFromDateTime\":\"2021-03-23 21:50\",\"localToDateTime\":\"2021-03-24 00:30\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114900059312\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-03-25T10:10\",\"LocalFromTime\":\"2021-03-25 10:10\",\"FromUTCTime\":\"2021-03-25T10:10\",\"LocalToTime\":\"2021-03-25 20:55\",\"ToUTCTime\":\"2021-03-25T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":555,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"10h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"926\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":240,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"193\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"926\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"Ganesh\",\"LastName\":\"Ctapl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1953-03-25\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"789654123\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-26\",\"passporIssue\":\"2014-03-18\",\"CustomerSysId\":\"292\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"deepk\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1953-03-25\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SDADAD4654DF\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-28\",\"passporIssue\":\"2014-03-18\",\"CustomerMemberSysId\":\"293\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"DFGDSG\",\"LastName\":\"SDFFGDFD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-21\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"DSFGDSG797\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-31\",\"passporIssue\":\"2019-03-19\",\"CustomerMemberSysId\":\"294\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SANNY\",\"LastName\":\"CATPL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-21\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"DDASFASF975\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-24\",\"passporIssue\":\"2019-03-19\",\"CustomerMemberSysId\":\"295\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"VIVEK\",\"LastName\":\"CATPL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-25\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SAFDSSADF9897SD\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-05\",\"passporIssue\":\"2021-01-12\",\"CustomerMemberSysId\":\"296\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"AFDSF\",\"LastName\":\"SADFSA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-17\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:02:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SADFSAF454\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2029-03-21\",\"passporIssue\":\"2020-03-19\",\"CustomerMemberSysId\":\"297\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221529\",\"TPSysId\":\"221530\",\"VersionId\":[\"26719\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7628\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"618\",\"619\",\"620\",\"621\",\"622\",\"623\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"292\",\"293\",\"294\",\"295\",\"296\",\"297\"],\"flight_booking_id\":[\"319\",\"320\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 11:03:31'),(89,'5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676','{\"BookingData\":[{\"bookingId\":\"TJS116500059317\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T22:30\",\"LocalFromTime\":\"2021-03-23 22:30\",\"FromUTCTime\":\"2021-03-23T22:30\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1055,\"LAYOVERDuration\":\"17h 35m\",\"FlyingMinutes\":1415,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"22h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":1055,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"17h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116500059317\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T22:30\",\"LocalFromTime\":\"2021-03-23 22:30\",\"FromUTCTime\":\"2021-03-23T22:30\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1055,\"LAYOVERDuration\":\"17h 35m\",\"FlyingMinutes\":1415,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"22h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":89716.4,\"ApiResultIndex\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"161\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":1055,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"17h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"647\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"728\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":315,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"5h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"046\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:05\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9732533266_91DELBOM6E2077BOMDXB6E61DXBBOM6E62BOMDEL6E2059_28391405646001676\",\"localFromDateTime\":\"2021-03-23 22:30\",\"localToDateTime\":\"2021-03-24 20:35\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS116500059317\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2021-03-25T10:10\",\"LocalFromTime\":\"2021-03-25 10:10\",\"FromUTCTime\":\"2021-03-25T10:10\",\"LocalToTime\":\"2021-03-25 22:05\",\"ToUTCTime\":\"2021-03-25T22:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":315,\"LAYOVERDuration\":\"5h 15m\",\"FlyingMinutes\":625,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"11h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"728\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":315,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"5h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"046\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:05\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"728\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"Ganesh\",\"LastName\":\"Catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1949-03-02\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"45997987fdf\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-28\",\"passporIssue\":\"2017-03-21\",\"CustomerSysId\":\"300\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"vivek\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1949-03-02\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfsf5445\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-19\",\"passporIssue\":\"2015-03-18\",\"CustomerMemberSysId\":\"301\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"DSFGSD\",\"LastName\":\"DFGDS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-14\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"DSFGDS4564\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-23\",\"passporIssue\":\"2019-03-19\",\"CustomerMemberSysId\":\"302\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"DSFGDSG\",\"LastName\":\"DFGDSG\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2017-03-28\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SAFASFFS879\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-08\",\"passporIssue\":\"2018-03-21\",\"CustomerMemberSysId\":\"303\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SAFASFD\",\"LastName\":\"SFDASF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-18\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"FASFD7987\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-24\",\"passporIssue\":\"2020-03-26\",\"CustomerMemberSysId\":\"304\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SADFASFERT\",\"LastName\":\"WERTBNB\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:27:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SADFASF455\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-21\",\"passporIssue\":\"2020-03-18\",\"CustomerMemberSysId\":\"305\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221539\",\"TPSysId\":\"221540\",\"VersionId\":[\"26721\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7630\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"624\",\"625\",\"626\",\"627\",\"628\",\"629\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"300\",\"301\",\"302\",\"303\",\"304\",\"305\"],\"flight_booking_id\":[\"321\",\"322\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 11:28:10'),(90,'5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800','{\"BookingData\":[{\"bookingId\":\"TJS111000059319\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T18:20\",\"LocalFromTime\":\"2021-03-23 18:20\",\"FromUTCTime\":\"2021-03-23T18:20\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1320,\"LAYOVERDuration\":\"22h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"26h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1320,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"22h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"455\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"752\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"752\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS111000059319\",\"FlightNumber\":\"6E-2173\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2021-03-23T18:20\",\"LocalFromTime\":\"2021-03-23 18:20\",\"FromUTCTime\":\"2021-03-23T18:20\",\"LocalToTime\":\"2021-03-24 20:35\",\"ToUTCTime\":\"2021-03-24T20:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":1320,\"LAYOVERDuration\":\"22h 0m\",\"FlyingMinutes\":1665,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"26h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":89716.4,\"ApiResultIndex\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"6E-2173\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":1320,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"22h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"455\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-24T20:35\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-24T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"544\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":480,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"088\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T01:10\",\"SegFlightNumber\":\"6E-2191\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8950520993_32DELBOM6E2173BOMDXB6E61DXBBOM6E62BOMDEL6E2191_28392750415036800\",\"localFromDateTime\":\"2021-03-23 18:20\",\"localToDateTime\":\"2021-03-24 20:35\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS111000059319\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"01:10\",\"TravelDate\":\"2021-03-25T10:10\",\"LocalFromTime\":\"2021-03-25 10:10\",\"FromUTCTime\":\"2021-03-25T10:10\",\"LocalToTime\":\"2021-03-26 01:10\",\"ToUTCTime\":\"2021-03-26T01:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":480,\"LAYOVERDuration\":\"8h 0m\",\"FlyingMinutes\":810,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"15h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":29,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"544\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":480,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"8h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"088\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T01:10\",\"SegFlightNumber\":\"6E-2191\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":29,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"544\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"544\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"GANESH\",\"LastName\":\"CATPL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1961-03-16\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"AFSAFDSF\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-22\",\"passporIssue\":\"2017-03-25\",\"CustomerSysId\":\"310\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SAFSAFDA\",\"LastName\":\"SDFSAF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1961-03-16\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SDFSAFS\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-24\",\"passporIssue\":\"2018-03-22\",\"CustomerMemberSysId\":\"311\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ASDFAS\",\"LastName\":\"SDFSFGG\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2017-03-22\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"78964521\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-27\",\"passporIssue\":\"2018-03-21\",\"CustomerMemberSysId\":\"312\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"Deepak\",\"LastName\":\"Catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-20\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sdfsadf545\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-25\",\"passporIssue\":\"2017-03-29\",\"CustomerMemberSysId\":\"313\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asfsafd\",\"LastName\":\"sdfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-17\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfsadf5465\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-12\",\"passporIssue\":\"2020-05-18\",\"CustomerMemberSysId\":\"314\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"GANESH@CATPL.CO.IN\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sdfasfsdc\",\"LastName\":\"asdfasfsf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-24\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 11:50:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"dfgdsg455df\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-22\",\"passporIssue\":\"2020-04-21\",\"CustomerMemberSysId\":\"315\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221556\",\"TPSysId\":\"221557\",\"VersionId\":[\"26732\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7632\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"630\",\"631\",\"632\",\"633\",\"634\",\"635\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"310\",\"311\",\"312\",\"313\",\"314\",\"315\"],\"flight_booking_id\":[\"323\",\"324\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 11:51:07'),(91,'5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803','{\"BookingData\":[{\"bookingId\":\"TJS114400059320\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T10:15\",\"LocalFromTime\":\"2021-03-23 10:15\",\"FromUTCTime\":\"2021-03-23T10:15\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"7h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"272\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T12:15\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":205,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"344\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"272\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"272\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114400059320\",\"FlightNumber\":\"6E-5339\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"strTraceId\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:15\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T10:15\",\"LocalFromTime\":\"2021-03-23 10:15\",\"FromUTCTime\":\"2021-03-23T10:15\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"7h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":89716.4,\"ApiResultIndex\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":67628,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":84052.4,\"PublishedFare\":89716.4,\"OfferedFare\":65532.399999999994,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":37039.82,\"BaseFare\":29114,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"272\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T12:15\",\"SegFlightNumber\":\"6E-5339\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T10:15\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":205,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:15\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"344\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"347\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":240,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"634\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8110098746_77DELBOM6E5339BOMDXB6E61DXBBOM6E62BOMDEL6E2036_28393455466040803\",\"localFromDateTime\":\"2021-03-23 10:15\",\"localToDateTime\":\"2021-03-23 17:50\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114400059320\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:10\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-03-25T10:10\",\"LocalFromTime\":\"2021-03-25 10:10\",\"FromUTCTime\":\"2021-03-25T10:10\",\"LocalToTime\":\"2021-03-25 20:55\",\"ToUTCTime\":\"2021-03-25T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":555,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"10h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":37,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"347\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-25T14:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T10:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":240,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"10:10\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"634\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:55\",\"SegFlightNumber\":\"6E-2036\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":37,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"347\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"347\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"vivek\",\"LastName\":\"catl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1957-03-22\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"safsf456487sdf\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2025-03-05\",\"passporIssue\":\"2018-03-16\",\"CustomerSysId\":\"319\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asfsaf\",\"LastName\":\"safsafs\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1957-03-22\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfsafs\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-06\",\"passporIssue\":\"2017-03-09\",\"CustomerMemberSysId\":\"320\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"asfdasfdsa\",\"LastName\":\"safsafs\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2019-03-13\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"safdsaf5456\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2021-03-31\",\"passporIssue\":\"2021-03-23\",\"CustomerMemberSysId\":\"321\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"afsafdsf\",\"LastName\":\"sfdsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2019-03-07\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"fss4sfsdfsfs\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-31\",\"passporIssue\":\"2008-03-14\",\"CustomerMemberSysId\":\"322\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"dsfgfsdfg\",\"LastName\":\"dfgdsgfd\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-19\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"dsfgsdfgd54\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-29\",\"passporIssue\":\"2020-03-25\",\"CustomerMemberSysId\":\"323\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"dsfgsdg\",\"LastName\":\"dsfgsdfg\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-18\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:06:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"asfasf54\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-28\",\"passporIssue\":\"2020-04-16\",\"CustomerMemberSysId\":\"324\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221569\",\"TPSysId\":\"221570\",\"VersionId\":[\"26740\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7634\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"636\",\"637\",\"638\",\"639\",\"640\",\"641\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"319\",\"320\",\"321\",\"322\",\"323\",\"324\"],\"flight_booking_id\":[\"325\",\"326\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 12:06:21'),(92,'5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257','{\"BookingData\":[{\"bookingId\":\"TJS115800059322\",\"FlightNumber\":\"6E-2113\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:35\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T08:35\",\"LocalFromTime\":\"2021-03-23 08:35\",\"FromUTCTime\":\"2021-03-23T08:35\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":295,\"LAYOVERDuration\":\"4h 55m\",\"FlyingMinutes\":645,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"9h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":81984,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":98408.40000000001,\"PublishedFare\":104072.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"160\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T10:45\",\"SegFlightNumber\":\"6E-2113\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T08:35\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":295,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"08:35\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"452\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"160\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"160\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS115800059322\",\"FlightNumber\":\"6E-2113\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"strTraceId\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:35\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T08:35\",\"LocalFromTime\":\"2021-03-23 08:35\",\"FromUTCTime\":\"2021-03-23T08:35\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":295,\"LAYOVERDuration\":\"4h 55m\",\"FlyingMinutes\":645,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"9h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":104072.4,\"ApiResultIndex\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":81984,\"Tax\":16424.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":2036,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":98408.40000000001,\"PublishedFare\":104072.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"160\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T10:45\",\"SegFlightNumber\":\"6E-2113\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T08:35\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":295,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"08:35\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"452\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"617\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-03-25T09:40\",\"SegFlightNumber\":\"6E-25\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":520,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"8h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"283\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:30\",\"SegFlightNumber\":\"6E-5162\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-03-25T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8224992463_27DELBOM6E2113BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394188635065257\",\"localFromDateTime\":\"2021-03-23 08:35\",\"localToDateTime\":\"2021-03-23 17:50\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS115800059322\",\"FlightNumber\":\"6E-25\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2021-03-25T04:25\",\"LocalFromTime\":\"2021-03-25 04:25\",\"FromUTCTime\":\"2021-03-25T04:25\",\"LocalToTime\":\"2021-03-25 20:30\",\"ToUTCTime\":\"2021-03-25T20:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":520,\"LAYOVERDuration\":\"8h 40m\",\"FlyingMinutes\":875,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"16h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"617\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-03-25T09:40\",\"SegFlightNumber\":\"6E-25\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":520,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"8h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"283\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:30\",\"SegFlightNumber\":\"6E-5162\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-03-25T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"617\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1956-03-22\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfsa789\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-16\",\"passporIssue\":\"2015-03-12\",\"CustomerSysId\":\"94\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"94\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"sadfas\",\"LastName\":\"sdfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1956-03-22\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"asdfasfs\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-20\",\"passporIssue\":\"2006-03-22\",\"CustomerMemberSysId\":\"325\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"94\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"sdfsa\",\"LastName\":\"sadfsa\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-21\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfasfa\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-19\",\"passporIssue\":\"2012-03-29\",\"CustomerMemberSysId\":\"326\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"94\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"sadfsaf\",\"LastName\":\"sdfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2015-03-04\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfsadf465\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-25\",\"passporIssue\":\"2017-03-22\",\"CustomerMemberSysId\":\"327\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"94\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"sadfasf\",\"LastName\":\"sadfsaf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-18\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfasf\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-11\",\"passporIssue\":\"2015-03-25\",\"CustomerMemberSysId\":\"328\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"94\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"85859603841\",\"FirstName\":\"asdfasf\",\"LastName\":\"sadfasf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:14:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"dsfgdg456dfg\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-03-22\",\"passporIssue\":\"2020-03-18\",\"CustomerMemberSysId\":\"329\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221583\",\"TPSysId\":\"221584\",\"VersionId\":[\"26741\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7637\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"642\",\"643\",\"644\",\"645\",\"646\",\"647\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"94\",\"CustomerMemSysId\":[\"94\",\"325\",\"326\",\"327\",\"328\",\"329\"],\"flight_booking_id\":[\"327\",\"328\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 12:14:33'),(93,'5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290','{\"BookingData\":[{\"bookingId\":\"TJS110200059323\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T06:25\",\"LocalFromTime\":\"2021-03-23 06:25\",\"FromUTCTime\":\"2021-03-23T06:25\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":775,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"11h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":79968,\"Tax\":16324.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1936,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":96292.40000000001,\"PublishedFare\":101956.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":96292.4,\"oldFare\":100324.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7876.799999999999,\"BaseFareCal\":42101.82,\"BaseFare\":34276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":918,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[{\"segmentid\":\"255\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":415,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"628\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS110200059323\",\"FlightNumber\":\"6E-408\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2021-03-23T06:25\",\"LocalFromTime\":\"2021-03-23 06:25\",\"FromUTCTime\":\"2021-03-23T06:25\",\"LocalToTime\":\"2021-03-23 17:50\",\"ToUTCTime\":\"2021-03-23T17:50\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":415,\"LAYOVERDuration\":\"6h 55m\",\"FlyingMinutes\":775,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"11h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":101956.4,\"ApiResultIndex\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":79968,\"Tax\":16324.399999999998,\"YQTax\":0,\"OtherCharges\":12976,\"Discount\":0,\"ServiceFee\":180,\"ManagementFeeTax\":32.400000000000006,\"AirlineGSTComponent\":1936,\"CarrierMiscFee\":0,\"MUFee\":1200,\"intPublishedFare\":96292.40000000001,\"PublishedFare\":101956.4,\"OfferedFare\":94244.40000000001,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":1047.06,\"apiMarkup\":1016.94,\"IntCommission\":0,\"apiTaxOnMarkup\":183.06,\"FixedMarkUp\":4800,\"GSTOnMarkUp\":864,\"CommEarned\":5816.94,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":96292.4,\"oldFare\":100324.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":7976.799999999999,\"BaseFareCal\":44217.82,\"BaseFare\":36292,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1018,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":7876.799999999999,\"BaseFareCal\":42101.82,\"BaseFare\":34276,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":918,\"MFT\":10.8,\"OT\":6488,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"2\",\"TaxIN\":470.8,\"BaseFareCal\":9819.82,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":10.8,\"MU\":400,\"YR\":0,\"intTotalGST\":349.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":1600,\"GSTOnMarkUp\":288,\"CommEarned\":1938.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}]},\"Segments\":[[{\"segmentid\":\"255\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T08:45\",\"SegFlightNumber\":\"6E-408\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":415,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"6h 55m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"628\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-23T17:50\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T15:40\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"126\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-03-25T09:40\",\"SegFlightNumber\":\"6E-25\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":520,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"8h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"817\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:30\",\"SegFlightNumber\":\"6E-5162\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-03-25T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7327685909_35DELBOM6E408BOMDXB6E61DXBHYD6E25HYDDEL6E5162_28394823241297290\",\"localFromDateTime\":\"2021-03-23 06:25\",\"localToDateTime\":\"2021-03-23 17:50\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS110200059323\",\"FlightNumber\":\"6E-25\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2021-03-25T04:25\",\"LocalFromTime\":\"2021-03-25 04:25\",\"FromUTCTime\":\"2021-03-25T04:25\",\"LocalToTime\":\"2021-03-25 20:30\",\"ToUTCTime\":\"2021-03-25T20:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":520,\"LAYOVERDuration\":\"8h 40m\",\"FlyingMinutes\":875,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"16h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":6,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"126\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-03-25T09:40\",\"SegFlightNumber\":\"6E-25\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-25T04:25\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":225,\"GroundTime\":520,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"3h 45m\",\"LAYOVERDuration\":\"8h 40m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"817\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T20:30\",\"SegFlightNumber\":\"6E-5162\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-03-25T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"126\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":6,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"2\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"2\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=2&childs=2&infants=2&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=23%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"sfdsaf\",\"LastName\":\"sdfsdf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1946-03-24\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"sadfasdfsa\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-24\",\"passporIssue\":\"2010-03-18\",\"CustomerSysId\":\"330\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1954-02-17\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"12345\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-02-15\",\"passporIssue\":\"2021-02-22\",\"CustomerMemberSysId\":\"227\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SANNY\",\"LastName\":\"CATPL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2018-03-21\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"DDASFASF975\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-03-24\",\"passporIssue\":\"2019-03-19\",\"CustomerMemberSysId\":\"295\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"shivam\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2016-03-22\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"aDSasdadds554\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2030-03-26\",\"passporIssue\":\"2017-03-21\",\"CustomerMemberSysId\":\"285\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SADFASFERT\",\"LastName\":\"WERTBNB\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"SADFASF455\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2023-03-21\",\"passporIssue\":\"2020-03-18\",\"CustomerMemberSysId\":\"305\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"SAFASFD\",\"LastName\":\"SFDASF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-18\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 12:23:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"FASFD7987\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-24\",\"passporIssue\":\"2020-03-26\",\"CustomerMemberSysId\":\"304\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221592\",\"TPSysId\":\"221593\",\"VersionId\":[\"26742\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7639\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"648\",\"649\",\"650\",\"651\",\"652\",\"653\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"330\",\"227\",\"295\",\"285\",\"305\",\"304\"],\"flight_booking_id\":[\"329\",\"330\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 12:23:20'),(94,'5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315','{\"BookingData\":[{\"bookingId\":\"TJS116200059371\",\"FlightNumber\":\"6E-456\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-05T04:35\",\"LocalFromTime\":\"2021-04-05 04:35\",\"FromUTCTime\":\"2021-04-05T04:35\",\"LocalToTime\":\"2021-04-05 20:55\",\"ToUTCTime\":\"2021-04-05T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":780,\"LAYOVERDuration\":\"13h 0m\",\"FlyingMinutes\":1070,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"16h 20m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14693,\"Tax\":4677.4,\"YQTax\":0,\"OtherCharges\":4066,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":19370.4,\"PublishedFare\":20314.4,\"OfferedFare\":19557.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4677.4,\"BaseFareCal\":19344.9,\"BaseFare\":14693,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":376,\"MFT\":5.4,\"OT\":4066,\"MU\":200,\"YR\":0,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"segmentid\":\"562\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-05T06:20\",\"SegFlightNumber\":\"6E-456\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-05T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":780,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"13h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"930\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-05T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-05T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"562\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"562\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-05 12:00\",\"localToDateTime\":\"2021-04-05 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116200059371\",\"FlightNumber\":\"6E-456\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"strTraceId\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:35\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-04-05T04:35\",\"LocalFromTime\":\"2021-04-05 04:35\",\"FromUTCTime\":\"2021-04-05T04:35\",\"LocalToTime\":\"2021-04-05 20:55\",\"ToUTCTime\":\"2021-04-05T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":780,\"LAYOVERDuration\":\"13h 0m\",\"FlyingMinutes\":1070,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"16h 20m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":20314.4,\"ApiResultIndex\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14693,\"Tax\":4677.4,\"YQTax\":0,\"OtherCharges\":4066,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":376,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":19370.4,\"PublishedFare\":20314.4,\"OfferedFare\":19557.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4677.4,\"BaseFareCal\":19344.9,\"BaseFare\":14693,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":376,\"MFT\":5.4,\"OT\":4066,\"MU\":200,\"YR\":0,\"intTotalGST\":174.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":969.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[[{\"segmentid\":\"562\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-05T06:20\",\"SegFlightNumber\":\"6E-456\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-04-05T04:35\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":780,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"04:35\",\"strArrivalDtTime\":\"06:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":\"13h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"930\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-04-05T20:55\",\"SegFlightNumber\":\"6E-61\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-05T19:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"137\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-06T04:20\",\"SegFlightNumber\":\"6E-24\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-04-05T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":865,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"04:20\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"14h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"209\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-04-06T21:40\",\"SegFlightNumber\":\"6E-2637\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-06T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4107912136_0BLRBOM6E456BOMDXB6E61DXBDEL6E24DELBLR6E2637_28407741605871315\",\"localFromDateTime\":\"2021-04-05 04:35\",\"localToDateTime\":\"2021-04-05 20:55\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS116200059371\",\"FlightNumber\":\"6E-24\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"21:40\",\"TravelDate\":\"2021-04-05T23:10\",\"LocalFromTime\":\"2021-04-05 23:10\",\"FromUTCTime\":\"2021-04-05T23:10\",\"LocalToTime\":\"2021-04-06 21:40\",\"ToUTCTime\":\"2021-04-06T21:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":865,\"LAYOVERDuration\":\"14h 25m\",\"FlyingMinutes\":1260,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"22h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"137\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-06T04:20\",\"SegFlightNumber\":\"6E-24\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-04-05T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":220,\"GroundTime\":865,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"04:20\",\"FlightDuration\":\"3h 40m\",\"LAYOVERDuration\":\"14h 25m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"209\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-04-06T21:40\",\"SegFlightNumber\":\"6E-2637\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-06T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"137\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-05 12:00\",\"localToDateTime\":\"2021-04-05 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"05\\/04\\/2021\",\"return_date\":\"05\\/04\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"BLR\",\"to\":\"DXB\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":0,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/04\\/2021\",\"return_dates\":\"05\\/04\\/2021\",\"strDepatureDate\":\"2021-04-05\",\"strReturnDate\":\"2021-04-05\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=0&class=2&source_city=BLR&ContSysId_1=0&destination_city=DXB&ContSysId=228&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=05%2F04%2F2021&return_date=05%2F04%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1960-03-10\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 15:56:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kjioplkio\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-03-21\",\"passporIssue\":\"2001-03-08\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221786\",\"TPSysId\":\"221787\",\"VersionId\":[\"26813\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7651\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"656\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"333\",\"334\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 15:56:41'),(95,'5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294','{\"BookingData\":[{\"bookingId\":\"TJS104000059411\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-04-05T09:45\",\"LocalFromTime\":\"2021-04-05 09:45\",\"FromUTCTime\":\"2021-04-05T09:45\",\"LocalToTime\":\"2021-04-05 15:40\",\"ToUTCTime\":\"2021-04-05T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":70,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"PublishedFareTxt\":\"4,317\",\"ApiResultIndex\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4493.7,\"CostToCustomer\":4493.7,\"BaseFareCal\":4258.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4258.95,\"intOfferedFare\":4216.7,\"intPublishFare\":4316.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"dddddd\":{\"intOfferedFare\":4216.7,\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"totalAgencyMarkUp\":150,\"intGSTOnAgencyFixMarkUp\":27,\"AdminComminAmount\":0}}},\"Segments\":[{\"segmentid\":\"968\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-04-05T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-05T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"327\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-05T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-04-05T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"968\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"968\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"968\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"968\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"968\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104000059411\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"strTraceId\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-04-05T09:45\",\"LocalFromTime\":\"2021-04-05 09:45\",\"FromUTCTime\":\"2021-04-05T09:45\",\"LocalToTime\":\"2021-04-05 15:40\",\"ToUTCTime\":\"2021-04-05T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":70,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"ApiResultIndex\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"968\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-04-05T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-05T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"327\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-05T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-04-05T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8185291467_10DELHYD6E816HYDBOM6E903_28413791214034294\",\"localFromDateTime\":\"2021-04-05 09:45\",\"localToDateTime\":\"2021-04-05 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"05\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-05\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=05%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 17:37:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221878\",\"TPSysId\":\"221879\",\"VersionId\":[\"26843\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7658\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"657\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_id\":[\"335\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 17:37:29'),(96,'4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851','{\"BookingData\":[{\"bookingId\":\"TJS114900059456\",\"FlightNumber\":\"SG-131\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-25T07:50\",\"LocalFromTime\":\"2021-03-25 07:50\",\"FromUTCTime\":\"2021-03-25T07:50\",\"LocalToTime\":\"2021-03-25 10:10\",\"ToUTCTime\":\"2021-03-25T10:10\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13379,\"Tax\":4108.799999999999,\"YQTax\":0,\"OtherCharges\":3251,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":387,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17487.8,\"PublishedFare\":17487.8,\"OfferedFare\":16782.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3754.3999999999996,\"BaseFareCal\":12201.9,\"BaseFare\":8617,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":268,\"MFT\":5.4,\"OT\":3251,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":354.4,\"BaseFareCal\":4946.9,\"BaseFare\":4762,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":119,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}}},\"Segments\":[{\"segmentid\":\"383\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T10:10\",\"SegFlightNumber\":\"SG-131\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-25T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"LCVS\",\"Price\":308,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"LCNS\",\"Price\":308,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"JNML\",\"Price\":420,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"GFVG\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"GFNV\",\"Price\":420,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"GFCM\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"FPML\",\"Price\":420,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"DNVL\",\"Price\":420,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"DBML\",\"Price\":420,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"CHML\",\"Price\":420,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"383\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS114900059456\",\"FlightNumber\":\"SG-131\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"strTraceId\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-25T07:50\",\"LocalFromTime\":\"2021-03-25 07:50\",\"FromUTCTime\":\"2021-03-25T07:50\",\"LocalToTime\":\"2021-03-25 10:10\",\"ToUTCTime\":\"2021-03-25T10:10\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":17487.8,\"ApiResultIndex\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13379,\"Tax\":4108.799999999999,\"YQTax\":0,\"OtherCharges\":3251,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":387,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17487.8,\"PublishedFare\":17487.8,\"OfferedFare\":16782.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3754.3999999999996,\"BaseFareCal\":12201.9,\"BaseFare\":8617,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":268,\"MFT\":5.4,\"OT\":3251,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":354.4,\"BaseFareCal\":4946.9,\"BaseFare\":4762,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":119,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}}},\"Segments\":[[{\"segmentid\":\"383\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T10:10\",\"SegFlightNumber\":\"SG-131\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-25T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"839\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:35\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-31T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"03:35\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7491611080_0DELDXBSG131DXBDELSG12_28418328125091851\",\"localFromDateTime\":\"2021-03-25 07:50\",\"localToDateTime\":\"2021-03-25 10:10\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS114900059456\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"03:35\",\"TravelDate\":\"2021-03-31T22:45\",\"LocalFromTime\":\"2021-03-31 22:45\",\"FromUTCTime\":\"2021-03-31T22:45\",\"LocalToTime\":\"2021-04-01 03:35\",\"ToUTCTime\":\"2021-04-01T03:35\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 31 Mar\",\"ArrivalDateTxt\":\"Thu, 01 Apr\",\"FlightDuration\":\"4h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"839\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:35\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-31T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"03:35\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"LCVS\",\"Price\":293,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"LCNS\",\"Price\":293,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"GFVG\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"GFNV\",\"Price\":400,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"GFCM\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"DNVL\",\"Price\":400,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"DBML\",\"Price\":400,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"CHML\",\"Price\":400,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"839\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"31\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"31\\/03\\/2021\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":\"2021-03-31\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=25%2F03%2F2021&return_date=31%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1993-03-17\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 18:58:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"hhiljlj111\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2021-03-26\",\"passporIssue\":\"2020-12-16\",\"CustomerSysId\":\"332\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"AB\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-24\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 18:58:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"khjl4142\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2020-03-25\",\"passporIssue\":\"2020-11-26\",\"CustomerMemberSysId\":\"333\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221948\",\"TPSysId\":\"221949\",\"VersionId\":[\"26868\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7674\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"658\",\"659\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"332\",\"333\"],\"flight_booking_id\":[\"336\",\"337\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 18:59:28'),(97,'4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954','{\"BookingData\":[{\"bookingId\":\"TJS116000059466\",\"FlightNumber\":\"SG-131\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-25T07:50\",\"LocalFromTime\":\"2021-03-25 07:50\",\"FromUTCTime\":\"2021-03-25T07:50\",\"LocalToTime\":\"2021-03-25 10:10\",\"ToUTCTime\":\"2021-03-25T10:10\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13379,\"Tax\":4108.799999999999,\"YQTax\":0,\"OtherCharges\":3251,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":387,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17487.8,\"PublishedFare\":17487.8,\"OfferedFare\":16782.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3754.3999999999996,\"BaseFareCal\":12201.9,\"BaseFare\":8617,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":268,\"MFT\":5.4,\"OT\":3251,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":354.4,\"BaseFareCal\":4946.9,\"BaseFare\":4762,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":119,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}}},\"Segments\":[{\"segmentid\":\"635\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T10:10\",\"SegFlightNumber\":\"SG-131\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-25T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"LCVS\",\"Price\":308,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"LCNS\",\"Price\":308,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"JNML\",\"Price\":420,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"GFVG\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"GFNV\",\"Price\":420,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"GFCM\",\"Price\":420,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"FPML\",\"Price\":420,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"DNVL\",\"Price\":420,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"DBML\",\"Price\":420,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"CHML\",\"Price\":420,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"635\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS116000059466\",\"FlightNumber\":\"SG-131\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"strTraceId\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:50\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-03-25T07:50\",\"LocalFromTime\":\"2021-03-25 07:50\",\"FromUTCTime\":\"2021-03-25T07:50\",\"LocalToTime\":\"2021-03-25 10:10\",\"ToUTCTime\":\"2021-03-25T10:10\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":230,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":17487.8,\"ApiResultIndex\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13379,\"Tax\":4108.799999999999,\"YQTax\":0,\"OtherCharges\":3251,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":387,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17487.8,\"PublishedFare\":17487.8,\"OfferedFare\":16782.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":{\"0\":{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3754.3999999999996,\"BaseFareCal\":12201.9,\"BaseFare\":8617,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":268,\"MFT\":5.4,\"OT\":3251,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"},\"2\":{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":354.4,\"BaseFareCal\":4946.9,\"BaseFare\":4762,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":119,\"OT\":0,\"MFT\":5.4,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}}},\"Segments\":[[{\"segmentid\":\"635\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T10:10\",\"SegFlightNumber\":\"SG-131\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-25T07:50\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":230,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:50\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"3h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"161\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:35\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-31T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"03:35\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-7422264288_0DELDXBSG131DXBDELSG12_28419132444079954\",\"localFromDateTime\":\"2021-03-25 07:50\",\"localToDateTime\":\"2021-03-25 10:10\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS116000059466\",\"FlightNumber\":\"SG-12\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"463\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"03:35\",\"TravelDate\":\"2021-03-31T22:45\",\"LocalFromTime\":\"2021-03-31 22:45\",\"FromUTCTime\":\"2021-03-31T22:45\",\"LocalToTime\":\"2021-04-01 03:35\",\"ToUTCTime\":\"2021-04-01T03:35\",\"IsDirect\":0,\"FareClass\":\"XA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":200,\"DepartureDateTxt\":\"Wed, 31 Mar\",\"ArrivalDateTxt\":\"Thu, 01 Apr\",\"FlightDuration\":\"4h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"161\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-01T03:35\",\"SegFlightNumber\":\"SG-12\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"XA\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-31T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":200,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"03:35\",\"FlightDuration\":\"3h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB05\",\"Price\":2475,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"EB10\",\"Price\":4950,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VGSW\",\"Price\":268,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NVSW\",\"Price\":268,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNSW\",\"Price\":268,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCVS\",\"Price\":293,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"LCNS\",\"Price\":293,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFVG\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFNV\",\"Price\":400,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"GFCM\",\"Price\":400,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DNVL\",\"Price\":400,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"DBML\",\"Price\":400,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"CHML\",\"Price\":400,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"VCC2\",\"Price\":450,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC6\",\"Price\":450,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC5\",\"Price\":450,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC4\",\"Price\":450,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC2\",\"Price\":450,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"161\",\"Code\":\"NCC1\",\"Price\":450,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"31\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"31\\/03\\/2021\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":\"2021-03-31\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=25%2F03%2F2021&return_date=31%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1946-03-18\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:16:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"er\",\"PassportNation\":\"HU\",\"PassportExpiry\":\"2021-06-15\",\"passporIssue\":\"2021-03-16\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"AB\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-24\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:16:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"khjl4142\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2020-03-25\",\"passporIssue\":\"2020-11-26\",\"CustomerMemberSysId\":\"333\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221958\",\"TPSysId\":\"221959\",\"VersionId\":[\"26875\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7676\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"660\",\"661\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"333\"],\"flight_booking_id\":[\"338\",\"339\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 19:16:16'),(98,'5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366','{\"BookingData\":[{\"bookingId\":\"TJS103000059470\",\"FlightNumber\":\"6E-912\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2021-04-06T17:30\",\"LocalFromTime\":\"2021-04-06 17:30\",\"FromUTCTime\":\"2021-04-06T17:30\",\"LocalToTime\":\"2021-04-06 22:15\",\"ToUTCTime\":\"2021-04-06T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Raipur\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5147.7,\"PublishedFareTxt\":\"5,148\",\"ApiResultIndex\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4300,\"Tax\":847.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":223,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5147.7,\"PublishedFare\":5324.7,\"OfferedFare\":5047.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":847.7,\"BaseFareCal\":5089.95,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":223,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5324.7,\"CostToCustomer\":5324.7,\"BaseFareCal\":5089.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":5089.95,\"intOfferedFare\":5047.7,\"intPublishFare\":5147.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"299\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2021-04-06T19:20\",\"SegFlightNumber\":\"6E-912\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-06T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":65,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Raipur\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"916\",\"originAirportName\":\"Raipur Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Raipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-04-06T22:15\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"RPR\",\"originDepTime\":\"2021-04-06T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"299\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"299\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"299\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"299\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"299\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103000059470\",\"FlightNumber\":\"6E-912\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"strTraceId\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2021-04-06T17:30\",\"LocalFromTime\":\"2021-04-06 17:30\",\"FromUTCTime\":\"2021-04-06T17:30\",\"LocalToTime\":\"2021-04-06 22:15\",\"ToUTCTime\":\"2021-04-06T22:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Raipur\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Tue, 06 Apr\",\"ArrivalDateTxt\":\"Tue, 06 Apr\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":23,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5147.7,\"ApiResultIndex\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4300,\"Tax\":847.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":223,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5147.7,\"PublishedFare\":5324.7,\"OfferedFare\":5047.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":847.7,\"BaseFareCal\":5089.95,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":223,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"299\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raipur Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Raipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"RPR\",\"destinationArrTime\":\"2021-04-06T19:20\",\"SegFlightNumber\":\"6E-912\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-06T17:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":65,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Raipur\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"916\",\"originAirportName\":\"Raipur Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Raipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-04-06T22:15\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"RPR\",\"originDepTime\":\"2021-04-06T20:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":23,\"strDepartureDtTime\":\"20:25\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6597991829_10DELRPR6E912RPRMAA6E566_28419984094349366\",\"localFromDateTime\":\"2021-04-06 17:30\",\"localToDateTime\":\"2021-04-06 22:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Chennai, IN - Chennai Arpt (MAA)\",\"departure_date\":\"06\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-06\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Chennai+%28MAA%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=MAA&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&departure_date=06%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:20:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"334\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221962\",\"TPSysId\":\"221963\",\"VersionId\":[\"26876\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7677\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"662\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"334\",\"CustomerMemSysId\":[\"334\"],\"flight_booking_id\":[\"340\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 19:20:51'),(99,'5-1750014313_1DELBOM6E148_28420104463411940','{\"BookingData\":[{\"bookingId\":\"TJS109000059471\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-03-26T05:05\",\"LocalFromTime\":\"2021-03-26 05:05\",\"FromUTCTime\":\"2021-03-26T05:05\",\"LocalToTime\":\"2021-03-26 07:10\",\"ToUTCTime\":\"2021-03-26T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":138,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7387.099999999999,\"PublishedFareTxt\":\"7,387\",\"ApiResultIndex\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5890,\"Tax\":1497.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7387.099999999999,\"PublishedFare\":7918.1,\"OfferedFare\":7087.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2826.95,\"BaseFare\":2195,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2826.95,\"BaseFare\":2195,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":7918.1,\"CostToCustomer\":7918.1,\"BaseFareCal\":7213.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":7213.86,\"intOfferedFare\":7087.099999999999,\"intPublishFare\":7387.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"334\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-26T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":138,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"334\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109000059471\",\"FlightNumber\":\"6E-148\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"strTraceId\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2021-03-26T05:05\",\"LocalFromTime\":\"2021-03-26 05:05\",\"FromUTCTime\":\"2021-03-26T05:05\",\"LocalToTime\":\"2021-03-26 07:10\",\"ToUTCTime\":\"2021-03-26T07:10\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":138,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7387.099999999999,\"ApiResultIndex\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5890,\"Tax\":1497.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":230,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7387.099999999999,\"PublishedFare\":7918.1,\"OfferedFare\":7087.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2826.95,\"BaseFare\":2195,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":689.7,\"BaseFareCal\":2826.95,\"BaseFare\":2195,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":115,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"334\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-26T07:10\",\"SegFlightNumber\":\"6E-148\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":138,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1750014313_1DELBOM6E148_28420104463411940\",\"localFromDateTime\":\"2021-03-26 05:05\",\"localToDateTime\":\"2021-03-26 07:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"26\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"26\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=26%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Vivek\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"228\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"AB\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-24\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"333\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221970\",\"TPSysId\":\"221971\",\"VersionId\":[\"26878\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7678\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"663\",\"664\",\"665\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"228\",\"333\"],\"flight_booking_id\":[\"341\"]},\"selectedSeatSession\":{\"334\":{\"62\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":250},\"228\":{\"seatNo\":\"7C\",\"seatPosition\":{\"row\":7,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"7C\",\"amount\":250}}},\"_sessiondata\":null}','2021-03-17 19:26:11'),(100,'4-1451484141_0DELBOMSG8701_38041253729840','{\"BookingData\":[{\"bookingId\":\"TJ107608686962\",\"FlightNumber\":\"SG-8701\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-22T07:20\",\"LocalFromTime\":\"2021-05-22 07:20\",\"FromUTCTime\":\"2021-05-22T07:20\",\"LocalToTime\":\"2021-05-22 09:35\",\"ToUTCTime\":\"2021-05-22T09:35\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2537,\"PublishedFareTxt\":\"2,537\",\"ApiResultIndex\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1927,\"Tax\":610,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2537,\"PublishedFare\":2684.79,\"OfferedFare\":2504.54,\"CommissionEarned\":32.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610,\"BaseFareCal\":2531.54,\"BaseFare\":1927,\"CommissionEarned\":32.46,\"TDS\":-1.26,\"MF\":21.19,\"YQ\":0,\"AGST\":102,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":32.46,\"IntCommissionValInPercentage\":10,\"IntCommission\":3.25,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":2684.79,\"CostToCustomer\":2684.79,\"BaseFareCal\":2531.54,\"intCommisionEarnedForAgency\":153.25,\"CostToCompany\":2531.54,\"intOfferedFare\":2504.54,\"intPublishFare\":2537,\"TripjackMarkup\":0,\"TripjackCommission\":32.46,\"TripjackTDS\":\"1.26\"}},\"Segments\":[{\"segmentid\":\"586\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T09:35\",\"SegFlightNumber\":\"SG-8701\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"EB05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"EB10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"EB15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"EB20\",\"Price\":8000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"EB30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"JNSW\",\"Price\":238,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"LCNS\",\"Price\":275,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"FPML\",\"Price\":380,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ107608686962\",\"FlightNumber\":\"SG-8701\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"strTraceId\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-22T07:20\",\"LocalFromTime\":\"2021-05-22 07:20\",\"FromUTCTime\":\"2021-05-22T07:20\",\"LocalToTime\":\"2021-05-22 09:35\",\"ToUTCTime\":\"2021-05-22T09:35\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2537,\"ApiResultIndex\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1927,\"Tax\":610,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2537,\"PublishedFare\":2684.79,\"OfferedFare\":2504.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610,\"BaseFareCal\":2531.54,\"BaseFare\":1927,\"CommissionEarned\":32.46,\"TDS\":-1.26,\"MF\":21.19,\"YQ\":0,\"AGST\":102,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"586\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T09:35\",\"SegFlightNumber\":\"SG-8701\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1451484141_0DELBOMSG8701_38041253729840\",\"localFromDateTime\":\"2021-05-22 07:20\",\"localToDateTime\":\"2021-05-22 09:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:36:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"335\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221975\",\"TPSysId\":\"221976\",\"VersionId\":[],\"CustomerSysId\":\"103022\",\"TrxId\":\"7679\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"666\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"335\",\"CustomerMemSysId\":[\"335\"],\"flight_booking_id\":[\"342\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 19:36:20'),(101,'5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697','{\"BookingData\":[{\"bookingId\":\"TJS105100059478\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-05-22T09:45\",\"LocalFromTime\":\"2021-05-22 09:45\",\"FromUTCTime\":\"2021-05-22T09:45\",\"LocalToTime\":\"2021-05-22 15:40\",\"ToUTCTime\":\"2021-05-22T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":67,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"PublishedFareTxt\":\"4,317\",\"ApiResultIndex\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4493.7,\"CostToCustomer\":4493.7,\"BaseFareCal\":4258.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4258.95,\"intOfferedFare\":4216.7,\"intPublishFare\":4316.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"539\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-22T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"005\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-22T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"539\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105100059478\",\"FlightNumber\":\"6E-816\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2021-05-22T09:45\",\"LocalFromTime\":\"2021-05-22 09:45\",\"FromUTCTime\":\"2021-05-22T09:45\",\"LocalToTime\":\"2021-05-22 15:40\",\"ToUTCTime\":\"2021-05-22T15:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":120,\"LAYOVERDuration\":\"2h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Sat, 22 May\",\"ArrivalDateTxt\":\"Sat, 22 May\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":67,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4316.7,\"ApiResultIndex\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3509,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":183,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4316.7,\"PublishedFare\":4493.7,\"OfferedFare\":4216.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4258.95,\"BaseFare\":3509,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":183,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"539\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-05-22T12:10\",\"SegFlightNumber\":\"6E-816\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-22T09:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":120,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"005\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-22T15:40\",\"SegFlightNumber\":\"6E-903\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-05-22T14:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"14:10\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8897980903_10DELHYD6E816HYDBOM6E903_28421090043534697\",\"localFromDateTime\":\"2021-05-22 09:45\",\"localToDateTime\":\"2021-05-22 15:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-17 19:38:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"336\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"221978\",\"TPSysId\":\"221979\",\"VersionId\":[\"26880\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7680\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"667\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"336\",\"CustomerMemSysId\":[\"336\"],\"flight_booking_id\":[\"343\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-17 19:39:01'),(102,'5-8880269668_10DELBOM6E5012_28476297120582197','{\"BookingData\":[{\"bookingId\":\"TJS107700059504\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2021-03-30T08:05\",\"LocalFromTime\":\"2021-03-30 08:05\",\"FromUTCTime\":\"2021-03-30T08:05\",\"LocalToTime\":\"2021-03-30 10:15\",\"ToUTCTime\":\"2021-03-30T10:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":88,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"PublishedFareTxt\":\"3,067\",\"ApiResultIndex\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"OfferedFare\":2966.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":3243.7,\"CostToCustomer\":3243.7,\"BaseFareCal\":3008.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":3008.95,\"intOfferedFare\":2966.7,\"intPublishFare\":3066.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"512\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T10:15\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":88,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"512\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107700059504\",\"FlightNumber\":\"6E-5012\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"10:15\",\"TravelDate\":\"2021-03-30T08:05\",\"LocalFromTime\":\"2021-03-30 08:05\",\"FromUTCTime\":\"2021-03-30T08:05\",\"LocalToTime\":\"2021-03-30 10:15\",\"ToUTCTime\":\"2021-03-30T10:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":88,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3066.7,\"ApiResultIndex\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2369,\"Tax\":697.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":123,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3066.7,\"PublishedFare\":3243.7,\"OfferedFare\":2966.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"512\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T10:15\",\"SegFlightNumber\":\"6E-5012\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":88,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8880269668_10DELBOM6E5012_28476297120582197\",\"localFromDateTime\":\"2021-03-30 08:05\",\"localToDateTime\":\"2021-03-30 10:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"30\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-30\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=30%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 11:00:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222026\",\"TPSysId\":\"222027\",\"VersionId\":[\"26891\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7688\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"668\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"344\"]},\"selectedSeatSession\":{\"512\":{\"62\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":250}}},\"_sessiondata\":null}','2021-03-18 11:01:16'),(103,'4-8374846984_3DELBOMSG2871_28477589167138567','{\"BookingData\":[{\"bookingId\":\"TJS105100059519\",\"FlightNumber\":\"SG-2871\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"15:50\",\"TravelDate\":\"2021-03-24T11:25\",\"LocalFromTime\":\"2021-03-24 11:25\",\"FromUTCTime\":\"2021-03-24T11:25\",\"LocalToTime\":\"2021-03-24 15:50\",\"ToUTCTime\":\"2021-03-24T15:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"935\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T15:50\",\"SegFlightNumber\":\"SG-2871\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105100059519\",\"FlightNumber\":\"SG-2871\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"strTraceId\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"15:50\",\"TravelDate\":\"2021-03-24T11:25\",\"LocalFromTime\":\"2021-03-24 11:25\",\"FromUTCTime\":\"2021-03-24T11:25\",\"LocalToTime\":\"2021-03-24 15:50\",\"ToUTCTime\":\"2021-03-24T15:50\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Wed, 24 Mar\",\"ArrivalDateTxt\":\"Wed, 24 Mar\",\"FlightDuration\":\"4h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"935\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-24T15:50\",\"SegFlightNumber\":\"SG-2871\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-24T11:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"15:50\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8374846984_3DELBOMSG2871_28477589167138567\",\"localFromDateTime\":\"2021-03-24 11:25\",\"localToDateTime\":\"2021-03-24 15:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"24\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-24\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=24%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9997534969\",\"FirstName\":\"Annu\",\"LastName\":\"saini\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"A- 76\\r\\n\",\"CityTitle\":\"Delhi Hills\",\"CitySysId\":\"7700\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"231\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 11:36:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"339\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222044\",\"TPSysId\":\"222045\",\"VersionId\":[\"26899\"],\"CustomerSysId\":\"96134\",\"TrxId\":\"7692\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"339\":{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"JNSW\",\"Price\":\"229\",\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"}},\"SelectedBaggSessionNew\":{\"339\":{\"Currency\":\"INR\",\"key\":\"935\",\"Code\":\"BOF3\",\"Price\":\"315\",\"Weight\":\"Bag Out First with 3 Bag\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"671\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"339\",\"CustomerMemSysId\":[\"339\"],\"flight_booking_id\":[\"347\"]},\"selectedSeatSession\":{\"935\":{\"339\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"isAisle\":true,\"code\":\"7B\",\"amount\":263}}},\"_sessiondata\":null}','2021-03-18 11:38:37'),(104,'5-8005025951_25DELBOM6E171_28478515803680618,5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736','{\"BookingData\":[{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-03-30T02:30\",\"LocalFromTime\":\"2021-03-30 02:30\",\"FromUTCTime\":\"2021-03-30T02:30\",\"LocalToTime\":\"2021-03-30 04:35\",\"ToUTCTime\":\"2021-03-30T04:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7751.099999999999,\"PublishedFareTxt\":\"7,751\",\"ApiResultIndex\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6238,\"Tax\":1513.1000000000001,\"YQTax\":0,\"OtherCharges\":914,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7751.099999999999,\"PublishedFare\":8282.1,\"OfferedFare\":7451.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":697.7,\"BaseFareCal\":3008.95,\"BaseFare\":2369,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":123,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":8282.1,\"CostToCustomer\":8282.1,\"BaseFareCal\":7577.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":7577.86,\"intOfferedFare\":7451.099999999999,\"intPublishFare\":7751.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"665\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"665\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"2021-04-12 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-171\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:30\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2021-03-30T02:30\",\"LocalFromTime\":\"2021-03-30 02:30\",\"FromUTCTime\":\"2021-03-30T02:30\",\"LocalToTime\":\"2021-03-30 04:35\",\"ToUTCTime\":\"2021-03-30T04:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Tue, 30 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":19,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16804.2,\"ApiResultIndex\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13664,\"Tax\":3140.2000000000003,\"YQTax\":0,\"OtherCharges\":1876,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":558,\"CarrierMiscFee\":0,\"MUFee\":600,\"intPublishedFare\":16804.2,\"PublishedFare\":17866.2,\"OfferedFare\":16204.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":1408.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1452.4,\"BaseFareCal\":6668.9,\"BaseFare\":5332,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":279,\"MFT\":5.4,\"OT\":938,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1452.4,\"BaseFareCal\":6668.9,\"BaseFare\":5332,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":279,\"MFT\":5.4,\"OT\":938,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":235.4,\"BaseFareCal\":3119.9,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"665\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-30T04:35\",\"SegFlightNumber\":\"6E-171\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-30T02:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":19,\"strDepartureDtTime\":\"02:30\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"395\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-04-12T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-12T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"262\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-12T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-04-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8005025951_25DELBOM6E171_28478515803680618\",\"localFromDateTime\":\"2021-03-30 02:30\",\"localToDateTime\":\"2021-03-30 04:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS108700059523\",\"FlightNumber\":\"6E-918\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2021-04-12T11:10\",\"LocalFromTime\":\"2021-04-12 11:10\",\"FromUTCTime\":\"2021-04-12T11:10\",\"LocalToTime\":\"2021-04-12 16:10\",\"ToUTCTime\":\"2021-04-12T16:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jodhpur\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Mon, 12 Apr\",\"ArrivalDateTxt\":\"Mon, 12 Apr\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9053.1,\"PublishedFareTxt\":\"9,053\",\"ApiResultIndex\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7426,\"Tax\":1627.1000000000001,\"YQTax\":0,\"OtherCharges\":962,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":312,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9053.1,\"PublishedFare\":9584.1,\"OfferedFare\":8753.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":754.7,\"BaseFareCal\":3659.95,\"BaseFare\":2963,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":156,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":754.7,\"BaseFareCal\":3659.95,\"BaseFare\":2963,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":156,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":9584.1,\"CostToCustomer\":9584.1,\"BaseFareCal\":8879.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":8879.86,\"intOfferedFare\":8753.1,\"intPublishFare\":9053.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"395\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-04-12T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-12T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"262\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-12T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-04-12T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"395\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8005025951_23BOMJDH6E918JDHDEL6E6685_28478515661522736\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-30 12:00\",\"localToDateTime\":\"2021-04-12 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"30\\/03\\/2021\",\"return_date\":\"12\\/04\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"30\\/03\\/2021\",\"return_dates\":\"12\\/04\\/2021\",\"strDepatureDate\":\"2021-03-30\",\"strReturnDate\":\"2021-04-12\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=30%2F03%2F2021&return_date=12%2F04%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 11:42:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"C1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 11:42:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"340\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"I1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-19\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 11:42:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"341\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222047\",\"TPSysId\":\"222048\",\"VersionId\":[\"26901\",\"26902\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7693\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"672\",\"673\",\"674\"],[\"675\",\"676\",\"677\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"340\",\"341\"],\"flight_booking_id\":[\"348\",\"349\"]},\"selectedSeatSession\":{\"665\":{\"62\":{\"seatNo\":\"8B\",\"seatPosition\":{\"row\":8,\"column\":2},\"isBooked\":false,\"code\":\"8B\",\"amount\":250},\"340\":{\"seatNo\":\"9B\",\"seatPosition\":{\"row\":9,\"column\":2},\"isBooked\":false,\"code\":\"9B\",\"amount\":250}},\"395\":{\"62\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":250},\"340\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"code\":\"7B\",\"amount\":250}},\"262\":{\"62\":{\"seatNo\":\"3B\",\"seatPosition\":{\"row\":3,\"column\":2},\"isBooked\":false,\"code\":\"3B\",\"amount\":400},\"340\":{\"seatNo\":\"3C\",\"seatPosition\":{\"row\":3,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"3C\",\"amount\":400}}},\"_sessiondata\":{\"EmailId\":\"deepak@catpl.co.in                                                                                  \",\"CustomerSysId\":\"104941\",\"AgencySysId\":\"5293\",\"FirstName\":\"Deepak                                            \",\"LastName\":\"Kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"9695357709\"}}','2021-03-18 11:44:32'),(105,'5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411','{\"BookingData\":[{\"bookingId\":\"TJS109200059563\",\"FlightNumber\":\"6E-2027\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2021-03-26T17:55\",\"LocalFromTime\":\"2021-03-26 17:55\",\"FromUTCTime\":\"2021-03-26T17:55\",\"LocalToTime\":\"2021-03-26 23:35\",\"ToUTCTime\":\"2021-03-26T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":340,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11757.1,\"PublishedFareTxt\":\"11,757\",\"ApiResultIndex\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9952,\"Tax\":1805.1000000000001,\"YQTax\":0,\"OtherCharges\":1014,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11757.1,\"PublishedFare\":12288.1,\"OfferedFare\":11457.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":12288.1,\"CostToCustomer\":12288.1,\"BaseFareCal\":11583.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":11583.86,\"intOfferedFare\":11457.1,\"intPublishFare\":11757.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"872\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-26T20:35\",\"SegFlightNumber\":\"6E-2027\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T17:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":125,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-26T23:35\",\"SegFlightNumber\":\"6E-543\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-26T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"872\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109200059563\",\"FlightNumber\":\"6E-2027\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:35\",\"TravelDate\":\"2021-03-26T17:55\",\"LocalFromTime\":\"2021-03-26 17:55\",\"FromUTCTime\":\"2021-03-26T17:55\",\"LocalToTime\":\"2021-03-26 23:35\",\"ToUTCTime\":\"2021-03-26T23:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":125,\"LAYOVERDuration\":\"2h 5m\",\"FlyingMinutes\":340,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11757.1,\"ApiResultIndex\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9952,\"Tax\":1805.1000000000001,\"YQTax\":0,\"OtherCharges\":1014,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11757.1,\"PublishedFare\":12288.1,\"OfferedFare\":11457.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":843.7,\"BaseFareCal\":5011.95,\"BaseFare\":4226,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":219,\"MFT\":2.7,\"OT\":507,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"872\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-26T20:35\",\"SegFlightNumber\":\"6E-2027\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-26T17:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":125,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"2h 5m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"359\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-26T23:35\",\"SegFlightNumber\":\"6E-543\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-26T22:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"23:35\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6593643427_16DELBLR6E2027BLRMAA6E543_28484569146790411\",\"localFromDateTime\":\"2021-03-26 17:55\",\"localToDateTime\":\"2021-03-26 23:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Chennai, IN - Chennai Arpt (MAA)\",\"departure_date\":\"26\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"26\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Chennai+%28MAA%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=MAA&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&departure_date=26%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:17:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"C2\",\"LastName\":\"K2\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:17:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"342\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"I2\",\"LastName\":\"K2\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-11\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:17:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"343\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222103\",\"TPSysId\":\"222104\",\"VersionId\":[\"26914\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7697\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"678\",\"679\",\"680\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"342\",\"343\"],\"flight_booking_id\":[\"350\"]},\"selectedSeatSession\":{\"872\":{\"62\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"code\":\"7B\",\"amount\":350},\"342\":{\"seatNo\":\"8B\",\"seatPosition\":{\"row\":8,\"column\":2},\"isBooked\":false,\"code\":\"8B\",\"amount\":350}}},\"_sessiondata\":{\"EmailId\":\"deepak@catpl.co.in                                                                                  \",\"CustomerSysId\":\"104941\",\"AgencySysId\":\"5293\",\"FirstName\":\"Deepak                                            \",\"LastName\":\"Kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"9695357709\"}}','2021-03-18 13:18:49'),(106,'4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494','{\"BookingData\":[{\"bookingId\":\"TJS101200059592\",\"FlightNumber\":\"SG-503\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2021-03-25T05:40\",\"LocalFromTime\":\"2021-03-25 05:40\",\"FromUTCTime\":\"2021-03-25T05:40\",\"LocalToTime\":\"2021-03-25 22:40\",\"ToUTCTime\":\"2021-03-25T22:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":705,\"LAYOVERDuration\":\"11h 45m\",\"FlyingMinutes\":1020,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"17h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11848.1,\"PublishedFareTxt\":\"11,848\",\"ApiResultIndex\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10229,\"Tax\":1619.1000000000001,\"YQTax\":0,\"OtherCharges\":742,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":524,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11848.1,\"PublishedFare\":12379.1,\"OfferedFare\":11548.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1560.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":12379.1,\"CostToCustomer\":12379.1,\"BaseFareCal\":11674.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":11674.86,\"intOfferedFare\":11548.1,\"intPublishFare\":11848.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"113\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-25T08:15\",\"SegFlightNumber\":\"SG-503\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":705,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"11h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"775\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:40\",\"SegFlightNumber\":\"SG-179\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"113\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS101200059592\",\"FlightNumber\":\"SG-503\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:40\",\"ArrivalTime\":\"22:40\",\"TravelDate\":\"2021-03-25T05:40\",\"LocalFromTime\":\"2021-03-25 05:40\",\"FromUTCTime\":\"2021-03-25T05:40\",\"LocalToTime\":\"2021-03-25 22:40\",\"ToUTCTime\":\"2021-03-25T22:40\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":705,\"LAYOVERDuration\":\"11h 45m\",\"FlyingMinutes\":1020,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"17h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":11848.1,\"ApiResultIndex\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10229,\"Tax\":1619.1000000000001,\"YQTax\":0,\"OtherCharges\":742,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":524,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":11848.1,\"PublishedFare\":12379.1,\"OfferedFare\":11548.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":714.7,\"BaseFareCal\":5056.95,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":226,\"MFT\":2.7,\"OT\":371,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1560.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"113\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-25T08:15\",\"SegFlightNumber\":\"SG-503\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":705,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:40\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"11h 45m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"775\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T22:40\",\"SegFlightNumber\":\"SG-179\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-25T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6530604843_1MAACCUSG503CCUDELSG179_28486898998334494\",\"localFromDateTime\":\"2021-03-25 05:40\",\"localToDateTime\":\"2021-03-25 22:40\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"MAA\",\"to\":\"DEL\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":6000,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=1&infants=1&class=2&source_city=MAA&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=25%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Atulya\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:59:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"C2\",\"LastName\":\"K2\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:59:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"342\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"I1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-12\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 13:59:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"234\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222145\",\"TPSysId\":\"222146\",\"VersionId\":[],\"CustomerSysId\":\"104941\",\"TrxId\":\"7715\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"696\",\"697\",\"698\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\",\"342\",\"234\"],\"flight_booking_id\":[\"356\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-18 13:59:45'),(107,'10-8810145964_0MAADXBFZ8516_28494700828366717','{\"BookingData\":[{\"bookingId\":\"TJS111500059650\",\"FlightNumber\":\"FZ-8516\",\"AirlineName\":\"Fly Dubai\",\"AirlineCode\":\"FZ\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"AirlineSysId\":\"229\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2021-03-25T20:20\",\"LocalFromTime\":\"2021-03-25 20:20\",\"FromUTCTime\":\"2021-03-25T20:20\",\"LocalToTime\":\"2021-03-25 23:10\",\"ToUTCTime\":\"2021-03-25T23:10\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9898.7,\"PublishedFareTxt\":\"9,899\",\"ApiResultIndex\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6850,\"Tax\":3048.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":437,\"CarrierMiscFee\":775,\"MUFee\":100,\"intPublishedFare\":9898.7,\"PublishedFare\":9898.7,\"OfferedFare\":9798.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3048.7,\"BaseFareCal\":9813.95,\"BaseFare\":6850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":437,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":775,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":9898.7,\"CostToCustomer\":9898.7,\"BaseFareCal\":9813.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":9813.95,\"intOfferedFare\":9798.7,\"intPublishFare\":9898.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T23:10\",\"SegFlightNumber\":\"FZ-8516\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS111500059650\",\"FlightNumber\":\"FZ-8516\",\"AirlineName\":\"Fly Dubai\",\"AirlineCode\":\"FZ\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"strTraceId\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"AirlineSysId\":\"229\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"23:10\",\"TravelDate\":\"2021-03-25T20:20\",\"LocalFromTime\":\"2021-03-25 20:20\",\"FromUTCTime\":\"2021-03-25T20:20\",\"LocalToTime\":\"2021-03-25 23:10\",\"ToUTCTime\":\"2021-03-25T23:10\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9898.7,\"ApiResultIndex\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6850,\"Tax\":3048.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":437,\"CarrierMiscFee\":775,\"MUFee\":100,\"intPublishedFare\":9898.7,\"PublishedFare\":9898.7,\"OfferedFare\":9798.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3048.7,\"BaseFareCal\":9813.95,\"BaseFare\":6850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":437,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":775,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"850\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T23:10\",\"SegFlightNumber\":\"FZ-8516\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T20:20\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"23:10\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-8810145964_0MAADXBFZ8516_28494700828366717\",\"localFromDateTime\":\"2021-03-25 20:20\",\"localToDateTime\":\"2021-03-25 23:10\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"MAA\",\"to\":\"DXB\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":6000,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=25%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8318864487\",\"FirstName\":\"Arya\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1946-03-11\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 16:07:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"ghkhlj\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-15\",\"passporIssue\":\"2017-03-15\",\"CustomerSysId\":\"99\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222227\",\"TPSysId\":\"222228\",\"VersionId\":[\"26956\"],\"CustomerSysId\":\"106515\",\"TrxId\":\"7726\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"700\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"99\",\"CustomerMemSysId\":[\"99\"],\"flight_booking_id\":[\"358\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-18 16:11:38'),(108,'10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006','{\"BookingData\":[{\"bookingId\":\"TJS113200059662\",\"FlightNumber\":\"UK-802\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2021-03-25T08:40\",\"LocalFromTime\":\"2021-03-25 08:40\",\"FromUTCTime\":\"2021-03-25T08:40\",\"LocalToTime\":\"2021-03-25 15:55\",\"ToUTCTime\":\"2021-03-25T15:55\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":13504.7,\"PublishedFareTxt\":\"13,505\",\"ApiResultIndex\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10155,\"Tax\":3349.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":608,\"CarrierMiscFee\":905,\"MUFee\":100,\"intPublishedFare\":13504.7,\"PublishedFare\":13504.7,\"OfferedFare\":13404.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3349.7,\"BaseFareCal\":13419.95,\"BaseFare\":10155,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":608,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":905,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":13504.7,\"CostToCustomer\":13504.7,\"BaseFareCal\":13419.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":13419.95,\"intOfferedFare\":13404.7,\"intPublishFare\":13504.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"859\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-25T09:45\",\"SegFlightNumber\":\"UK-802\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":225,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T15:55\",\"SegFlightNumber\":\"FZ-4010\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS113200059662\",\"FlightNumber\":\"UK-802\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2021-03-25T08:40\",\"LocalFromTime\":\"2021-03-25 08:40\",\"FromUTCTime\":\"2021-03-25T08:40\",\"LocalToTime\":\"2021-03-25 15:55\",\"ToUTCTime\":\"2021-03-25T15:55\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":225,\"LAYOVERDuration\":\"3h 45m\",\"FlyingMinutes\":525,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":13504.7,\"ApiResultIndex\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10155,\"Tax\":3349.7,\"YQTax\":1091,\"OtherCharges\":628,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":608,\"CarrierMiscFee\":905,\"MUFee\":100,\"intPublishedFare\":13504.7,\"PublishedFare\":13504.7,\"OfferedFare\":13404.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3349.7,\"BaseFareCal\":13419.95,\"BaseFare\":10155,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":1091,\"AGST\":608,\"MFT\":2.7,\"OT\":628,\"MU\":100,\"YR\":905,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"859\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-03-25T09:45\",\"SegFlightNumber\":\"UK-802\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":65,\"GroundTime\":225,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"3h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"},{\"segmentid\":\"200\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T15:55\",\"SegFlightNumber\":\"FZ-4010\",\"AirlineCode\":\"FZ\",\"AirlineName\":\"Fly Dubai\",\"FareClass\":\"K\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-03-25T13:30\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":235,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"13:30\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"3h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/FZ.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-1037113016_11MAABLRUK802BLRDXBFZ4010_28495650120672006\",\"localFromDateTime\":\"2021-03-25 08:40\",\"localToDateTime\":\"2021-03-25 15:55\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"MAA\",\"to\":\"DXB\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":6000,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=25%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8318864487\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1950-03-21\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 16:24:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"hbxkduhw\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-03-16\",\"passporIssue\":\"2012-03-14\",\"CustomerSysId\":\"349\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222237\",\"TPSysId\":\"222238\",\"VersionId\":[\"26957\"],\"CustomerSysId\":\"106515\",\"TrxId\":\"7727\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"349\":{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"VGML\",\"Price\":\"0\",\"Description\":\"Vegan Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"701\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"349\",\"CustomerMemSysId\":[\"349\"],\"flight_booking_id\":[\"359\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"deepak.catpl@gmail.com                                                                              \",\"CustomerSysId\":\"106515\",\"AgencySysId\":\"5293\",\"FirstName\":\"Arya                                              \",\"LastName\":\"kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"8318864487\"}}','2021-03-18 16:25:08'),(109,'5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380','{\"BookingData\":[{\"bookingId\":\"TJS118000059683\",\"FlightNumber\":\"6E-65\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2021-03-25T05:05\",\"LocalFromTime\":\"2021-03-25 05:05\",\"FromUTCTime\":\"2021-03-25T05:05\",\"LocalToTime\":\"2021-03-25 08:10\",\"ToUTCTime\":\"2021-03-25T08:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12507,\"Tax\":3680.3999999999996,\"YQTax\":0,\"OtherCharges\":3107,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":338,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":16187.400000000001,\"PublishedFare\":16187.400000000001,\"OfferedFare\":16605.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3680.3999999999996,\"BaseFareCal\":16017.900000000001,\"BaseFare\":12507,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":338,\"MFT\":5.4,\"OT\":3107,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[{\"segmentid\":\"672\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T08:10\",\"SegFlightNumber\":\"6E-65\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"672\",\"Code\":\"XBPA\",\"Price\":2625,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"672\",\"Code\":\"XBPB\",\"Price\":5250,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-30 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS118000059683\",\"FlightNumber\":\"6E-65\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"strTraceId\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:05\",\"ArrivalTime\":\"08:10\",\"TravelDate\":\"2021-03-25T05:05\",\"LocalFromTime\":\"2021-03-25 05:05\",\"FromUTCTime\":\"2021-03-25T05:05\",\"LocalToTime\":\"2021-03-25 08:10\",\"ToUTCTime\":\"2021-03-25T08:10\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"3h 5m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":16187.400000000001,\"ApiResultIndex\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12507,\"Tax\":3680.3999999999996,\"YQTax\":0,\"OtherCharges\":3107,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":338,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":16187.400000000001,\"PublishedFare\":16187.400000000001,\"OfferedFare\":16605.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"IsGSTRequired\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3680.3999999999996,\"BaseFareCal\":16017.900000000001,\"BaseFare\":12507,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":338,\"MFT\":5.4,\"OT\":3107,\"MU\":200,\"YR\":0,\"intTotalGST\":30.5,\"apiMarkup\":169.5,\"IntCommission\":0,\"apiTaxOnMarkup\":30.5,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[[{\"segmentid\":\"672\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-03-25T08:10\",\"SegFlightNumber\":\"6E-65\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-03-25T05:05\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"08:10\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 4\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"603\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-31T02:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-30T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":875,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"02:45\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"14h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"703\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-31T19:25\",\"SegFlightNumber\":\"6E-434\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-31T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7774013612_1MAADXB6E65DXBBOM6E62BOMMAA6E434_28497589653980380\",\"localFromDateTime\":\"2021-03-25 05:05\",\"localToDateTime\":\"2021-03-25 08:10\",\"strSourceAirportCode\":\"DXB\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJS118000059683\",\"FlightNumber\":\"6E-62\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:00\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2021-03-30T22:00\",\"LocalFromTime\":\"2021-03-30 22:00\",\"FromUTCTime\":\"2021-03-30T22:00\",\"LocalToTime\":\"2021-03-31 19:25\",\"ToUTCTime\":\"2021-03-31T19:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":875,\"LAYOVERDuration\":\"14h 35m\",\"FlyingMinutes\":1195,\"DepartureDateTxt\":\"Tue, 30 Mar\",\"ArrivalDateTxt\":\"Wed, 31 Mar\",\"FlightDuration\":\"21h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DXB\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":62,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"603\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-31T02:45\",\"SegFlightNumber\":\"6E-62\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2021-03-30T22:00\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":195,\"GroundTime\":875,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"22:00\",\"strArrivalDtTime\":\"02:45\",\"FlightDuration\":\"3h 15m\",\"LAYOVERDuration\":\"14h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"703\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-31T19:25\",\"SegFlightNumber\":\"6E-434\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-31T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"30Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":62,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"603\",\"Code\":\"XBPA\",\"Price\":2988,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"603\",\"Code\":\"XBPB\",\"Price\":5976,\"Weight\":\"10 Kg\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-25 12:00\",\"localToDateTime\":\"2021-03-30 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"25\\/03\\/2021\",\"return_date\":\"30\\/03\\/2021\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"MAA\",\"to\":\"DXB\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":6000,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2021\",\"return_dates\":\"30\\/03\\/2021\",\"strDepatureDate\":\"2021-03-25\",\"strReturnDate\":\"2021-03-30\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=25%2F03%2F2021&return_date=30%2F03%2F2021&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"1946-03-17\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 16:59:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"kdfhkdy\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2022-07-21\",\"passporIssue\":\"2020-03-10\",\"CustomerSysId\":\"350\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222265\",\"TPSysId\":\"222266\",\"VersionId\":[\"26969\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7731\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"702\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"350\",\"CustomerMemSysId\":[\"350\"],\"flight_booking_id\":[\"360\",\"361\"]},\"selectedSeatSession\":{\"672\":{\"350\":{\"seatNo\":\"5B\",\"seatPosition\":{\"row\":5,\"column\":2},\"isBooked\":false,\"code\":\"5B\",\"amount\":400}},\"603\":{\"350\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":400}}},\"_sessiondata\":null}','2021-03-18 17:01:22'),(110,'4-5368534800_4DELBOMSG7177_28501832856284484','{\"BookingData\":[{\"bookingId\":\"TJS104300059706\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-23T16:40\",\"LocalFromTime\":\"2021-03-23 16:40\",\"FromUTCTime\":\"2021-03-23T16:40\",\"LocalToTime\":\"2021-03-23 20:15\",\"ToUTCTime\":\"2021-03-23T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9761.1,\"PublishedFareTxt\":\"9,761\",\"ApiResultIndex\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8197,\"Tax\":1564.1000000000001,\"YQTax\":0,\"OtherCharges\":790,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":421,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9761.1,\"PublishedFare\":10292.1,\"OfferedFare\":9461.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":188.7,\"BaseFareCal\":1559.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":71,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":10292.1,\"CostToCustomer\":10292.1,\"BaseFareCal\":9587.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":9587.86,\"intOfferedFare\":9461.1,\"intPublishFare\":9761.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"262\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"LCVS\",\"Price\":256,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"LCNS\",\"Price\":256,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"JNML\",\"Price\":368,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFVG\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFNV\",\"Price\":368,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"GFCM\",\"Price\":368,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"FPML\",\"Price\":368,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DNVL\",\"Price\":368,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"DBML\",\"Price\":368,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"262\",\"Code\":\"CHML\",\"Price\":368,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104300059706\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-23T16:40\",\"LocalFromTime\":\"2021-03-23 16:40\",\"FromUTCTime\":\"2021-03-23T16:40\",\"LocalToTime\":\"2021-03-23 20:15\",\"ToUTCTime\":\"2021-03-23T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":9761.1,\"ApiResultIndex\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8197,\"Tax\":1564.1000000000001,\"YQTax\":0,\"OtherCharges\":790,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":421,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":9761.1,\"PublishedFare\":10292.1,\"OfferedFare\":9461.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":188.7,\"BaseFareCal\":1559.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":71,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"262\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-23T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-23T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5368534800_4DELBOMSG7177_28501832856284484\",\"localFromDateTime\":\"2021-03-23 16:40\",\"localToDateTime\":\"2021-03-23 20:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=23%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 18:05:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"351\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"vivek\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 18:05:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"352\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"30\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"baibhav\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-17\",\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 18:05:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"353\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222306\",\"TPSysId\":\"222307\",\"VersionId\":[],\"CustomerSysId\":\"103115\",\"TrxId\":\"7736\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"704\",\"705\",\"706\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"351\",\"352\",\"353\"],\"flight_booking_id\":[\"364\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-18 18:05:49'),(111,'5-7340912259_0DELCCU6E2265_28502669460919848,5-7340912259_15CCUDEL6E2127_28502669401397036','{\"BookingData\":[{\"bookingId\":\"TJS108700059717\",\"FlightNumber\":\"6E-2265\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2021-03-18T22:45\",\"LocalFromTime\":\"2021-03-18 22:45\",\"FromUTCTime\":\"2021-03-18T22:45\",\"LocalToTime\":\"2021-03-19 01:00\",\"ToUTCTime\":\"2021-03-19T01:00\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":32,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5901.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5666.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5901.7,\"CostToCustomer\":5901.7,\"BaseFareCal\":5666.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":5666.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"915\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-19T01:00\",\"SegFlightNumber\":\"6E-2265\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":32,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"915\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108700059717\",\"FlightNumber\":\"6E-2265\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"strTraceId\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"01:00\",\"TravelDate\":\"2021-03-18T22:45\",\"LocalFromTime\":\"2021-03-18 22:45\",\"FromUTCTime\":\"2021-03-18T22:45\",\"LocalToTime\":\"2021-03-19 01:00\",\"ToUTCTime\":\"2021-03-19T01:00\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 18 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":32,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9641.4,\"ApiResultIndex\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7583,\"Tax\":2058.4,\"YQTax\":0,\"OtherCharges\":1434,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":389,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":9641.4,\"PublishedFare\":9995.4,\"OfferedFare\":9441.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2058.4,\"BaseFareCal\":9525.9,\"BaseFare\":7583,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":389,\"MFT\":5.4,\"OT\":1434,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"915\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-03-19T01:00\",\"SegFlightNumber\":\"6E-2265\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-18T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":32,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"01:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"460\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-31T03:25\",\"SegFlightNumber\":\"6E-2127\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-31T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"03:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7340912259_0DELCCU6E2265_28502669460919848\",\"localFromDateTime\":\"2021-03-18 22:45\",\"localToDateTime\":\"2021-03-19 01:00\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS108700059717\",\"FlightNumber\":\"6E-2127\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7340912259_15CCUDEL6E2127_28502669401397036\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"03:25\",\"TravelDate\":\"2021-03-31T01:10\",\"LocalFromTime\":\"2021-03-31 01:10\",\"FromUTCTime\":\"2021-03-31T01:10\",\"LocalToTime\":\"2021-03-31 03:25\",\"ToUTCTime\":\"2021-03-31T03:25\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 31 Mar\",\"ArrivalDateTxt\":\"Wed, 31 Mar\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":53,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3916.7,\"PublishedFareTxt\":\"3,917\",\"ApiResultIndex\":\"5-7340912259_15CCUDEL6E2127_28502669401397036\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2683,\"Tax\":1233.7,\"YQTax\":0,\"OtherCharges\":977,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":139,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3916.7,\"PublishedFare\":4093.7,\"OfferedFare\":3816.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7340912259_15CCUDEL6E2127_28502669401397036\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1233.7,\"BaseFareCal\":3858.95,\"BaseFare\":2683,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":139,\"MFT\":2.7,\"OT\":977,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4093.7,\"CostToCustomer\":4093.7,\"BaseFareCal\":3858.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":3858.95,\"intOfferedFare\":3816.7,\"intPublishFare\":3916.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"460\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-31T03:25\",\"SegFlightNumber\":\"6E-2127\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-03-31T01:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":53,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"03:25\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"460\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7340912259_15CCUDEL6E2127_28502669401397036\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-18 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"18\\/03\\/2021\",\"return_date\":\"31\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"18\\/03\\/2021\",\"return_dates\":\"31\\/03\\/2021\",\"strDepatureDate\":\"2021-03-18\",\"strReturnDate\":\"2021-03-31\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=18%2F03%2F2021&return_date=31%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Atulya\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 18:18:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"09AACCM8579M1ZL\",\"companyname\":\"catpl\",\"gstemail\":\"deepak@catpl.co.in\",\"gstphone\":\"9695357709\",\"gstaddress\":\"noida\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222317\",\"TPSysId\":\"222318\",\"VersionId\":[\"26989\",\"26990\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7741\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"708\"],[\"709\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"366\",\"367\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-18 18:21:03'),(112,'4-9441876623_3BOMDELSG2642_28505641036362367','{\"BookingData\":[{\"bookingId\":\"TJS102100059762\",\"FlightNumber\":\"SG-2642\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-23T16:20\",\"LocalFromTime\":\"2021-03-23 16:20\",\"FromUTCTime\":\"2021-03-23T16:20\",\"LocalToTime\":\"2021-03-23 20:25\",\"ToUTCTime\":\"2021-03-23T20:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4123.7,\"PublishedFareTxt\":\"4,124\",\"ApiResultIndex\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4123.7,\"PublishedFare\":4300.7,\"OfferedFare\":4023.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4065.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4300.7,\"CostToCustomer\":4300.7,\"BaseFareCal\":4065.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4065.95,\"intOfferedFare\":4023.7,\"intPublishFare\":4123.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"SG-2642\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"336\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102100059762\",\"FlightNumber\":\"SG-2642\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"20:25\",\"TravelDate\":\"2021-03-23T16:20\",\"LocalFromTime\":\"2021-03-23 16:20\",\"FromUTCTime\":\"2021-03-23T16:20\",\"LocalToTime\":\"2021-03-23 20:25\",\"ToUTCTime\":\"2021-03-23T20:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":245,\"DepartureDateTxt\":\"Tue, 23 Mar\",\"ArrivalDateTxt\":\"Tue, 23 Mar\",\"FlightDuration\":\"4h 5m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4123.7,\"ApiResultIndex\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3371,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4123.7,\"PublishedFare\":4300.7,\"OfferedFare\":4023.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4065.95,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"336\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-23T20:25\",\"SegFlightNumber\":\"SG-2642\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-23T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":245,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"20:25\",\"FlightDuration\":\"4h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9441876623_3BOMDELSG2642_28505641036362367\",\"localFromDateTime\":\"2021-03-23 16:20\",\"localToDateTime\":\"2021-03-23 20:25\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"23\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-23\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=23%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh1@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-18 19:08:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"358\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222356\",\"TPSysId\":\"222357\",\"VersionId\":[\"27004\"],\"CustomerSysId\":\"106620\",\"TrxId\":\"7749\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"714\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"358\",\"CustomerMemSysId\":[\"358\"],\"flight_booking_id\":[\"372\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"ganesh1@catpl.co.in\",\"CustomerSysId\":\"106620\",\"AgencySysId\":\"5293\",\"FirstName\":\"ganesh\",\"LastName\":\"catpl\",\"Password_cu\":\"827ccb0eea8a706c4c34a16891f84e7b\",\"ContactNo1\":\"8585960381\"}}','2021-03-18 19:08:17'),(113,'5-0752493295_0DELBOM6E2077_28562206079233970','{\"BookingData\":[{\"bookingId\":\"TJS106500059792\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":69,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5901.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5666.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5901.7,\"CostToCustomer\":5901.7,\"BaseFareCal\":5666.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":5666.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"341\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":69,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"341\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"341\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"341\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"341\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"341\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS106500059792\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"strTraceId\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":69,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"ApiResultIndex\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5901.7,\"OfferedFare\":5624.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5666.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"341\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":69,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0752493295_0DELBOM6E2077_28562206079233970\",\"localFromDateTime\":\"2021-03-19 22:30\",\"localToDateTime\":\"2021-03-20 00:50\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ganesh@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8585960381\",\"FirstName\":\"Ganesh\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 10:52:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"362\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"18AABCU9603R1ZM\",\"companyname\":\"abcdef\",\"gstemail\":\"abcd@gmail.com\",\"gstphone\":\"8585960381\",\"gstaddress\":\"sadd sadv s \",\"gststate\":\"das\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222403\",\"TPSysId\":\"222404\",\"VersionId\":[\"27017\"],\"CustomerSysId\":\"103115\",\"TrxId\":\"7765\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"719\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"362\",\"CustomerMemSysId\":[\"362\"],\"flight_booking_id\":[\"377\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 10:54:16'),(114,'10-3710415267_5DELBOMUK945_28563367765913530,10-3710415267_4BOMDELUK910_28563367727476583','{\"BookingData\":[{\"bookingId\":\"TJS105400059799\",\"FlightNumber\":\"UK-945\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2021-03-19T12:30\",\"LocalFromTime\":\"2021-03-19 12:30\",\"FromUTCTime\":\"2021-03-19T12:30\",\"LocalToTime\":\"2021-03-19 14:40\",\"ToUTCTime\":\"2021-03-19T14:40\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4703.7,\"PublishedFareTxt\":\"4,704\",\"ApiResultIndex\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3896,\"Tax\":807.7,\"YQTax\":0,\"OtherCharges\":358,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":202,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":4703.7,\"PublishedFare\":4880.7,\"OfferedFare\":4603.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":807.7,\"BaseFareCal\":4645.95,\"BaseFare\":3896,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":202,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4880.7,\"CostToCustomer\":4880.7,\"BaseFareCal\":4645.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4645.95,\"intOfferedFare\":4603.7,\"intPublishFare\":4703.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"114\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T14:40\",\"SegFlightNumber\":\"UK-945\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"114\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-19 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105400059799\",\"FlightNumber\":\"UK-945\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"strTraceId\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"12:30\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2021-03-19T12:30\",\"LocalFromTime\":\"2021-03-19 12:30\",\"FromUTCTime\":\"2021-03-19T12:30\",\"LocalToTime\":\"2021-03-19 14:40\",\"ToUTCTime\":\"2021-03-19T14:40\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9636.4,\"ApiResultIndex\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8036,\"Tax\":1600.4,\"YQTax\":0,\"OtherCharges\":689,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":416,\"CarrierMiscFee\":260,\"MUFee\":200,\"intPublishedFare\":9636.4,\"PublishedFare\":9990.4,\"OfferedFare\":9436.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1600.4,\"BaseFareCal\":9520.9,\"BaseFare\":8036,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":416,\"MFT\":5.4,\"OT\":689,\"MU\":200,\"YR\":260,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"114\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T14:40\",\"SegFlightNumber\":\"UK-945\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T12:30\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:30\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"981\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-19T19:00\",\"SegFlightNumber\":\"UK-910\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-19T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-3710415267_5DELBOMUK945_28563367765913530\",\"localFromDateTime\":\"2021-03-19 12:30\",\"localToDateTime\":\"2021-03-19 14:40\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS105400059799\",\"FlightNumber\":\"UK-910\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-3710415267_4BOMDELUK910_28563367727476583\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2021-03-19T17:00\",\"LocalFromTime\":\"2021-03-19 17:00\",\"FromUTCTime\":\"2021-03-19T17:00\",\"LocalToTime\":\"2021-03-19 19:00\",\"ToUTCTime\":\"2021-03-19T19:00\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4932.7,\"PublishedFareTxt\":\"4,933\",\"ApiResultIndex\":\"10-3710415267_4BOMDELUK910_28563367727476583\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4140,\"Tax\":792.7,\"YQTax\":0,\"OtherCharges\":331,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":214,\"CarrierMiscFee\":130,\"MUFee\":100,\"intPublishedFare\":4932.7,\"PublishedFare\":5109.7,\"OfferedFare\":4832.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-3710415267_4BOMDELUK910_28563367727476583\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":792.7,\"BaseFareCal\":4874.95,\"BaseFare\":4140,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":214,\"MFT\":2.7,\"OT\":331,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5109.7,\"CostToCustomer\":5109.7,\"BaseFareCal\":4874.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4874.95,\"intOfferedFare\":4832.7,\"intPublishFare\":4932.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"981\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-19T19:00\",\"SegFlightNumber\":\"UK-910\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-19T17:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"981\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-3710415267_4BOMDELUK910_28563367727476583\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-19 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"19\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"19\\/03\\/2021\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":\"2021-03-19\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=19%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak.catpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Up\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 11:20:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"365\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222426\",\"TPSysId\":\"222427\",\"VersionId\":[\"27028\",\"27029\"],\"CustomerSysId\":\"106515\",\"TrxId\":\"7769\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"724\"],[\"725\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"365\",\"CustomerMemSysId\":[\"365\"],\"flight_booking_id\":[\"382\",\"383\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 11:21:35'),(116,'4-2355667927_1DELBOMSG7177_28563250991241625','{\"BookingData\":[{\"bookingId\":\"TJS109400059802\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"196\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109400059802\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"196\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2355667927_1DELBOMSG7177_28563250991241625\",\"localFromDateTime\":\"2021-03-19 16:40\",\"localToDateTime\":\"2021-03-19 20:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"ravi\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 11:32:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"366\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222437\",\"TPSysId\":\"222438\",\"VersionId\":[\"27030\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7770\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"726\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"366\",\"CustomerMemSysId\":[\"366\"],\"flight_booking_id\":[\"384\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 11:36:23'),(117,'4-1771034981_1DELBOMSG7177_28573462518091262,4-1771034981_1BOMDELSG790_28573462502957050','{\"BookingData\":[{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":687.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":175,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4071.7,\"PublishedFare\":4248.7,\"OfferedFare\":3971.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":687.7,\"BaseFareCal\":4013.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":175,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4248.7,\"CostToCustomer\":4248.7,\"BaseFareCal\":4013.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4013.95,\"intOfferedFare\":3971.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"221\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF1\",\"Price\":105,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF2\",\"Price\":210,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"BOF3\",\"Price\":315,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"221\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2021-03-19T16:40\",\"LocalFromTime\":\"2021-03-19 16:40\",\"FromUTCTime\":\"2021-03-19T16:40\",\"LocalToTime\":\"2021-03-19 20:15\",\"ToUTCTime\":\"2021-03-19T20:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":215,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"3h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8352.4,\"ApiResultIndex\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6904,\"Tax\":1448.4,\"YQTax\":0,\"OtherCharges\":856,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":357,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":8352.4,\"PublishedFare\":8706.4,\"OfferedFare\":8152.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1448.4,\"BaseFareCal\":8236.9,\"BaseFare\":6904,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":357,\"MFT\":5.4,\"OT\":856,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"221\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T20:15\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],[{\"segmentid\":\"913\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1771034981_1DELBOMSG7177_28573462518091262\",\"localFromDateTime\":\"2021-03-19 16:40\",\"localToDateTime\":\"2021-03-19 20:15\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS102300059832\",\"FlightNumber\":\"SG-790\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:25\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2021-03-25T15:25\",\"LocalFromTime\":\"2021-03-25 15:25\",\"FromUTCTime\":\"2021-03-25T15:25\",\"LocalToTime\":\"2021-03-25 17:30\",\"ToUTCTime\":\"2021-03-25T17:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 25 Mar\",\"ArrivalDateTxt\":\"Thu, 25 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4280.7,\"PublishedFareTxt\":\"4,281\",\"ApiResultIndex\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3520,\"Tax\":760.7,\"YQTax\":0,\"OtherCharges\":461,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4280.7,\"PublishedFare\":4457.7,\"OfferedFare\":4180.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":760.7,\"BaseFareCal\":4222.95,\"BaseFare\":3520,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":182,\"MFT\":2.7,\"OT\":461,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":4457.7,\"CostToCustomer\":4457.7,\"BaseFareCal\":4222.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":4222.95,\"intOfferedFare\":4180.7,\"intPublishFare\":4280.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"913\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-25T17:30\",\"SegFlightNumber\":\"SG-790\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-25T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"913\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1771034981_1BOMDELSG790_28573462502957050\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"25\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"25\\/03\\/2021\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":\"2021-03-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=25%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 13:58:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"367\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222552\",\"TPSysId\":\"222553\",\"VersionId\":[],\"CustomerSysId\":\"104941\",\"TrxId\":\"7776\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"727\"],[\"728\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"367\",\"CustomerMemSysId\":[\"367\"],\"flight_booking_id\":[\"385\",\"386\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 13:58:29'),(118,'10-4222073085_0DELBOMUK981_28584842514009237,5-4222073085_1BOMDEL6E2174_28584844639908630','{\"BookingData\":[{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"UK-981\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2021-03-19T21:20\",\"LocalFromTime\":\"2021-03-19 21:20\",\"FromUTCTime\":\"2021-03-19T21:20\",\"LocalToTime\":\"2021-03-19 23:30\",\"ToUTCTime\":\"2021-03-19T23:30\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":13021.1,\"PublishedFareTxt\":\"13,021\",\"ApiResultIndex\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10990,\"Tax\":2031.1000000000001,\"YQTax\":0,\"OtherCharges\":716,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":572,\"CarrierMiscFee\":390,\"MUFee\":300,\"intPublishedFare\":13021.1,\"PublishedFare\":13552.1,\"OfferedFare\":12721.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":856.7,\"BaseFareCal\":5668.95,\"BaseFare\":4870,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":251,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":856.7,\"BaseFareCal\":5668.95,\"BaseFare\":4870,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":251,\"MFT\":2.7,\"OT\":358,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"BaseFareCal\":1509.95,\"BaseFare\":1250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":70,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":130,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":13552.1,\"CostToCustomer\":13552.1,\"BaseFareCal\":12847.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":12847.86,\"intOfferedFare\":12721.1,\"intPublishFare\":13021.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"590\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:30\",\"SegFlightNumber\":\"UK-981\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"UK-981\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"21:20\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2021-03-19T21:20\",\"LocalFromTime\":\"2021-03-19 21:20\",\"FromUTCTime\":\"2021-03-19T21:20\",\"LocalToTime\":\"2021-03-19 23:30\",\"ToUTCTime\":\"2021-03-19T23:30\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20744.2,\"ApiResultIndex\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17250,\"Tax\":3494.2000000000003,\"YQTax\":0,\"OtherCharges\":1578,\"Discount\":0,\"ServiceFee\":90,\"ManagementFeeTax\":16.200000000000003,\"AirlineGSTComponent\":820,\"CarrierMiscFee\":390,\"MUFee\":600,\"intPublishedFare\":20744.2,\"PublishedFare\":21806.2,\"OfferedFare\":20144.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":1408.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1529.4,\"BaseFareCal\":8663.9,\"BaseFare\":7250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":375,\"MFT\":5.4,\"OT\":789,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1529.4,\"BaseFareCal\":8663.9,\"BaseFare\":7250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":375,\"MFT\":5.4,\"OT\":789,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":435.4,\"BaseFareCal\":3069.9,\"BaseFare\":2750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":70,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":130,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"590\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:30\",\"SegFlightNumber\":\"UK-981\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"999\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":41,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-4222073085_0DELBOMUK981_28584842514009237\",\"localFromDateTime\":\"2021-03-19 21:20\",\"localToDateTime\":\"2021-03-19 23:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS107000059877\",\"FlightNumber\":\"6E-2174\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:15\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2021-03-27T21:15\",\"LocalFromTime\":\"2021-03-27 21:15\",\"FromUTCTime\":\"2021-03-27T21:15\",\"LocalToTime\":\"2021-03-27 23:20\",\"ToUTCTime\":\"2021-03-27T23:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 27 Mar\",\"ArrivalDateTxt\":\"Sat, 27 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":41,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":7723.099999999999,\"PublishedFareTxt\":\"7,723\",\"ApiResultIndex\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6260,\"Tax\":1463.1000000000001,\"YQTax\":0,\"OtherCharges\":862,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":248,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":7723.099999999999,\"PublishedFare\":8254.1,\"OfferedFare\":7423.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":126.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":450,\"GSTOnMarkUp\":81,\"CommEarned\":704.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":2994.95,\"BaseFare\":2380,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":2994.95,\"BaseFare\":2380,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1559.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":450,\"IntTaxOnAgencyFixMarkUp\":81,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":126.76,\"PublishFare\":8254.1,\"CostToCustomer\":8254.1,\"BaseFareCal\":7549.86,\"intCommisionEarnedForAgency\":704.24,\"CostToCompany\":7549.86,\"intOfferedFare\":7423.099999999999,\"intPublishFare\":7723.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"999\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":41,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"999\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"590\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4222073085_1BOMDEL6E2174_28584844639908630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"27\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"27\\/03\\/2021\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":\"2021-03-27\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=27%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Deepak\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 17:08:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"368\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"RAvi\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 17:08:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"369\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"62\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Lala\",\"LastName\":\"kaka\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":\"2020-03-10\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 17:08:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"370\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222664\",\"TPSysId\":\"222665\",\"VersionId\":[\"27099\",\"27100\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7783\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"729\",\"730\",\"731\"],[\"732\",\"733\",\"734\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"368\",\"369\",\"370\"],\"flight_booking_id\":[\"387\",\"388\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 17:08:58'),(119,'5-2514125537_0DELBOM6E2077_28585352341976144,5-2514125537_20BOMDEL6E2174_28585352288983205','{\"BookingData\":[{\"bookingId\":\"TJS105100059884\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":56,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5901.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5666.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5901.7,\"CostToCustomer\":5901.7,\"BaseFareCal\":5666.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":5666.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"489\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":56,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"489\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105100059884\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"strTraceId\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":56,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8777.4,\"ApiResultIndex\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7280,\"Tax\":1497.4,\"YQTax\":0,\"OtherCharges\":888,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":374,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":8777.4,\"PublishedFare\":9131.4,\"OfferedFare\":8577.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1497.4,\"BaseFareCal\":8661.9,\"BaseFare\":7280,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":374,\"MFT\":5.4,\"OT\":888,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"489\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":56,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"859\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":43,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2514125537_0DELBOM6E2077_28585352341976144\",\"localFromDateTime\":\"2021-03-19 22:30\",\"localToDateTime\":\"2021-03-20 00:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS105100059884\",\"FlightNumber\":\"6E-2174\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2514125537_20BOMDEL6E2174_28585352288983205\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:15\",\"ArrivalTime\":\"23:20\",\"TravelDate\":\"2021-03-27T21:15\",\"LocalFromTime\":\"2021-03-27 21:15\",\"FromUTCTime\":\"2021-03-27T21:15\",\"LocalToTime\":\"2021-03-27 23:20\",\"ToUTCTime\":\"2021-03-27T23:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 27 Mar\",\"ArrivalDateTxt\":\"Sat, 27 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":43,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3052.7,\"PublishedFareTxt\":\"3,053\",\"ApiResultIndex\":\"5-2514125537_20BOMDEL6E2174_28585352288983205\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2380,\"Tax\":672.7,\"YQTax\":0,\"OtherCharges\":431,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3052.7,\"PublishedFare\":3229.7,\"OfferedFare\":2952.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2514125537_20BOMDEL6E2174_28585352288983205\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":2994.95,\"BaseFare\":2380,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":431,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":3229.7,\"CostToCustomer\":3229.7,\"BaseFareCal\":2994.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":2994.95,\"intOfferedFare\":2952.7,\"intPublishFare\":3052.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"859\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-27T23:20\",\"SegFlightNumber\":\"6E-2174\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-27T21:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":43,\"strDepartureDtTime\":\"21:15\",\"strArrivalDtTime\":\"23:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"859\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2514125537_20BOMDEL6E2174_28585352288983205\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"27\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"27\\/03\\/2021\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":\"2021-03-27\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=27%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"A1\",\"LastName\":\"K1\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 17:16:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"371\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"09AACCM8579M1ZL\",\"companyname\":\"catpl\",\"gstemail\":\"deepak@catpl.co.in\",\"gstphone\":\"9695357709\",\"gstaddress\":\"noida\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222668\",\"TPSysId\":\"222669\",\"VersionId\":[\"27101\",\"27102\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7784\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"735\"],[\"736\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"371\",\"CustomerMemSysId\":[\"371\"],\"flight_booking_id\":[\"389\",\"390\"]},\"selectedSeatSession\":null,\"_sessiondata\":{\"EmailId\":\"deepak@catpl.co.in                                                                                  \",\"CustomerSysId\":\"104941\",\"AgencySysId\":\"5293\",\"FirstName\":\"Deepak                                            \",\"LastName\":\"Kumar                                             \",\"Password_cu\":\"202cb962ac59075b964b07152d234b70\",\"ContactNo1\":\"9695357709\"}}','2021-03-19 17:17:29'),(120,'5-5995704032_0DELBOM6E2077_28591238883643781,5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386','{\"BookingData\":[{\"bookingId\":\"TJS109100059913\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":34,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5724.7,\"PublishedFareTxt\":\"5,725\",\"ApiResultIndex\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":824.7,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":5724.7,\"PublishedFare\":5901.7,\"OfferedFare\":5624.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":824.7,\"BaseFareCal\":5666.95,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":457,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":5901.7,\"CostToCustomer\":5901.7,\"BaseFareCal\":5666.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":5666.95,\"intOfferedFare\":5624.7,\"intPublishFare\":5724.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"099\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":34,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"099\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"099\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"099\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"099\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"099\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109100059913\",\"FlightNumber\":\"6E-2077\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"strTraceId\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:50\",\"TravelDate\":\"2021-03-19T22:30\",\"LocalFromTime\":\"2021-03-19 22:30\",\"FromUTCTime\":\"2021-03-19T22:30\",\"LocalToTime\":\"2021-03-20 00:50\",\"ToUTCTime\":\"2021-03-20T00:50\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Sat, 20 Mar\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":34,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8725.4,\"ApiResultIndex\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7180,\"Tax\":1545.4,\"YQTax\":0,\"OtherCharges\":938,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":372,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":8725.4,\"PublishedFare\":9079.4,\"OfferedFare\":8525.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1545.4,\"BaseFareCal\":8609.9,\"BaseFare\":7180,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":372,\"MFT\":5.4,\"OT\":938,\"MU\":200,\"YR\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":469.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"099\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-20T00:50\",\"SegFlightNumber\":\"6E-2077\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T22:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":34,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"564\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-03-31T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-31T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"941\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-31T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-03-31T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5995704032_0DELBOM6E2077_28591238883643781\",\"localFromDateTime\":\"2021-03-19 22:30\",\"localToDateTime\":\"2021-03-20 00:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS109100059913\",\"FlightNumber\":\"6E-918\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"16:10\",\"TravelDate\":\"2021-03-31T11:10\",\"LocalFromTime\":\"2021-03-31 11:10\",\"FromUTCTime\":\"2021-03-31T11:10\",\"LocalToTime\":\"2021-03-31 16:10\",\"ToUTCTime\":\"2021-03-31T16:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Jodhpur\",\"GroundTime\":135,\"LAYOVERDuration\":\"2h 15m\",\"FlyingMinutes\":300,\"DepartureDateTxt\":\"Wed, 31 Mar\",\"ArrivalDateTxt\":\"Wed, 31 Mar\",\"FlightDuration\":\"5h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":17,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3000.7,\"PublishedFareTxt\":\"3,001\",\"ApiResultIndex\":\"5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2280,\"Tax\":720.7,\"YQTax\":0,\"OtherCharges\":481,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":122,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":3000.7,\"PublishedFare\":3177.7,\"OfferedFare\":2900.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":720.7,\"BaseFareCal\":2942.95,\"BaseFare\":2280,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":122,\"MFT\":2.7,\"OT\":481,\"MU\":100,\"YR\":0,\"intTotalGST\":42.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":234.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":10,\"IntCommission\":0,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":42.25,\"PublishFare\":3177.7,\"CostToCustomer\":3177.7,\"BaseFareCal\":2942.95,\"intCommisionEarnedForAgency\":234.75,\"CostToCompany\":2942.95,\"intOfferedFare\":2900.7,\"intPublishFare\":3000.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"564\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jodhpur Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jodhpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JDH\",\"destinationArrTime\":\"2021-03-31T12:45\",\"SegFlightNumber\":\"6E-918\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-31T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":95,\"GroundTime\":135,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"2h 15m\",\"LAYOVERCity\":\"Jodhpur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"941\",\"originAirportName\":\"Jodhpur Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Jodhpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-31T16:10\",\"SegFlightNumber\":\"6E-6685\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"JDH\",\"originDepTime\":\"2021-03-31T15:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":17,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/ineedtrip.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"564\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"564\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"564\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"564\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"564\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5995704032_27BOMJDH6E918JDHDEL6E6685_28591238826642386\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"2021-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"31\\/03\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"31\\/03\\/2021\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":\"2021-03-31\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=31%2F03%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Atulya\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 18:54:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"09AACCM8579M1ZL\",\"companyname\":\"Catpl\",\"gstemail\":\"deepak@catpl.co.in\",\"gstphone\":\"9695357709\",\"gstaddress\":\"Noida\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222740\",\"TPSysId\":\"222741\",\"VersionId\":[\"27120\",\"27121\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7788\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"737\"],[\"738\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"391\",\"392\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 18:56:30'),(121,'15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784','{\"BookingData\":[{\"bookingId\":\"TJ105108775047\",\"FlightNumber\":\"AI-9691\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2021-05-03T11:50\",\"LocalFromTime\":\"2021-05-03 11:50\",\"FromUTCTime\":\"2021-05-03T11:50\",\"LocalToTime\":\"2021-05-03 15:20\",\"ToUTCTime\":\"2021-05-03T15:20\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Jabalpur\",\"GroundTime\":30,\"LAYOVERDuration\":\"0h 30m\",\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Mon, 03 May\",\"ArrivalDateTxt\":\"Mon, 03 May\",\"FlightDuration\":\"3h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"3212\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4111,\"PublishedFareTxt\":\"4,111\",\"ApiResultIndex\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3300,\"Tax\":811,\"YQTax\":0,\"OtherCharges\":358,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":250,\"MUFee\":0,\"intPublishedFare\":4111,\"PublishedFare\":4230.83,\"OfferedFare\":4047.48,\"CommissionEarned\":63.52,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":6.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":156.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":811,\"BaseFareCal\":4074.48,\"BaseFare\":3300,\"CommissionEarned\":63.52,\"TDS\":-2.48,\"MF\":21.19,\"YQ\":0,\"AGST\":178,\"MFT\":3.81,\"OT\":358,\"MU\":0,\"YR\":250,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":6.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":156.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"5 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.52,\"IntCommissionValInPercentage\":10,\"IntCommission\":6.35,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":4230.83,\"CostToCustomer\":4230.83,\"BaseFareCal\":4074.48,\"intCommisionEarnedForAgency\":156.35,\"CostToCompany\":4074.48,\"intOfferedFare\":4047.48,\"intPublishFare\":4111,\"TripjackMarkup\":0,\"TripjackCommission\":63.52,\"TripjackTDS\":\"2.48\"}},\"Segments\":[{\"segmentid\":\"583\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jabalpur Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jabalpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JLR\",\"destinationArrTime\":\"2021-05-03T13:50\",\"SegFlightNumber\":\"AI-9691\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-03T11:50\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"5 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":30,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"13:50\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Jabalpur\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"286\",\"originAirportName\":\"Jabalpur Airport\",\"destinationAirportName\":\"Bilaspur Airport\",\"originCityName\":\"Jabalpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bilaspur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAB\",\"destinationArrTime\":\"2021-05-03T15:20\",\"SegFlightNumber\":\"AI-9691\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"JLR\",\"originDepTime\":\"2021-05-03T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"5 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"3212\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105108775047\",\"FlightNumber\":\"AI-9691\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"strTraceId\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2021-05-03T11:50\",\"LocalFromTime\":\"2021-05-03 11:50\",\"FromUTCTime\":\"2021-05-03T11:50\",\"LocalToTime\":\"2021-05-03 15:20\",\"ToUTCTime\":\"2021-05-03T15:20\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Jabalpur\",\"GroundTime\":30,\"LAYOVERDuration\":\"0h 30m\",\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Mon, 03 May\",\"ArrivalDateTxt\":\"Mon, 03 May\",\"FlightDuration\":\"3h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"3212\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4111,\"ApiResultIndex\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3300,\"Tax\":811,\"YQTax\":0,\"OtherCharges\":358,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":178,\"CarrierMiscFee\":250,\"MUFee\":0,\"intPublishedFare\":4111,\"PublishedFare\":4230.83,\"OfferedFare\":4047.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":156.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":811,\"BaseFareCal\":4074.48,\"BaseFare\":3300,\"CommissionEarned\":63.52,\"TDS\":-2.48,\"MF\":21.19,\"YQ\":0,\"AGST\":178,\"MFT\":3.81,\"OT\":358,\"MU\":0,\"YR\":250,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":156.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"583\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jabalpur Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jabalpur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JLR\",\"destinationArrTime\":\"2021-05-03T13:50\",\"SegFlightNumber\":\"AI-9691\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-03T11:50\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"5 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":120,\"GroundTime\":30,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"13:50\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"0h 30m\",\"LAYOVERCity\":\"Jabalpur\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"286\",\"originAirportName\":\"Jabalpur Airport\",\"destinationAirportName\":\"Bilaspur Airport\",\"originCityName\":\"Jabalpur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bilaspur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAB\",\"destinationArrTime\":\"2021-05-03T15:20\",\"SegFlightNumber\":\"AI-9691\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"JLR\",\"originDepTime\":\"2021-05-03T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"5 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"15-0740684866_0DELJLRAI9691JLRPABAI9691_36751101261784\",\"localFromDateTime\":\"2021-05-03 11:50\",\"localToDateTime\":\"2021-05-03 15:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"3212\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Bilaspur (PAB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAB\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Bilaspur, IN - Bilaspur Airport (PAB)\",\"departure_date\":\"03\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Bilaspur Airport (PAB)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PAB\",\"from\":\"DEL\",\"to\":\"PAB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Bilaspur, IN - Bilaspur Airport (PAB)\",\"sourceCityId\":7701,\"destinationCityId\":3212,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"03\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-03\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Bilaspur+%28PAB%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=PAB&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Bilaspur%2C+IN+-+Bilaspur+Airport+%28PAB%29&departure_date=03%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Bilaspur+Airport+%28PAB%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 19:13:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"372\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222751\",\"TPSysId\":\"222752\",\"VersionId\":[\"27124\"],\"CustomerSysId\":\"103022\",\"TrxId\":\"7789\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"739\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"372\",\"CustomerMemSysId\":[\"372\"],\"flight_booking_id\":[\"393\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 19:14:00'),(122,'5-3082819678_1DELBOM6E2068_326964066076218','{\"BookingData\":[{\"bookingId\":\"TJ102308775241\",\"FlightNumber\":\"6E-2068\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-03-19T21:00\",\"LocalFromTime\":\"2021-03-19 21:00\",\"FromUTCTime\":\"2021-03-19T21:00\",\"LocalToTime\":\"2021-03-19 23:05\",\"ToUTCTime\":\"2021-03-19T23:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":32,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5632,\"PublishedFareTxt\":\"5,632\",\"ApiResultIndex\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":732,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5632,\"PublishedFare\":5775.04,\"OfferedFare\":5594.27,\"CommissionEarned\":37.73,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.47,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.77,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.77,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":732,\"BaseFareCal\":5621.27,\"BaseFare\":4900,\"CommissionEarned\":37.73,\"TDS\":-1.47,\"MF\":21.19,\"YQ\":0,\"AGST\":250,\"MFT\":3.81,\"OT\":457,\"MU\":0,\"YR\":0,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.77,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.77,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.73,\"IntCommissionValInPercentage\":10,\"IntCommission\":3.77,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":5775.04,\"CostToCustomer\":5775.04,\"BaseFareCal\":5621.27,\"intCommisionEarnedForAgency\":153.77,\"CostToCompany\":5621.27,\"intOfferedFare\":5594.27,\"intPublishFare\":5632,\"TripjackMarkup\":0,\"TripjackCommission\":37.73,\"TripjackTDS\":\"1.47\"}},\"Segments\":[{\"segmentid\":\"918\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:05\",\"SegFlightNumber\":\"6E-2068\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":32,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102308775241\",\"FlightNumber\":\"6E-2068\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"strTraceId\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-03-19T21:00\",\"LocalFromTime\":\"2021-03-19 21:00\",\"FromUTCTime\":\"2021-03-19T21:00\",\"LocalToTime\":\"2021-03-19 23:05\",\"ToUTCTime\":\"2021-03-19T23:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 19 Mar\",\"ArrivalDateTxt\":\"Fri, 19 Mar\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":32,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5632,\"ApiResultIndex\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":732,\"YQTax\":0,\"OtherCharges\":457,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5632,\"PublishedFare\":5775.04,\"OfferedFare\":5594.27,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.77,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":732,\"BaseFareCal\":5621.27,\"BaseFare\":4900,\"CommissionEarned\":37.73,\"TDS\":-1.47,\"MF\":21.19,\"YQ\":0,\"AGST\":250,\"MFT\":3.81,\"OT\":457,\"MU\":0,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.77,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"918\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-03-19T23:05\",\"SegFlightNumber\":\"6E-2068\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-19T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":32,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3082819678_1DELBOM6E2068_326964066076218\",\"localFromDateTime\":\"2021-03-19 21:00\",\"localToDateTime\":\"2021-03-19 23:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"19\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"deepak@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9695357709\",\"FirstName\":\"Atulya\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 19:18:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"09AACCM8579M1ZL\",\"companyname\":\"catpl\",\"gstemail\":\"deepak@catpl.co.in\",\"gstphone\":\"9695357709\",\"gstaddress\":\"noida\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222753\",\"TPSysId\":\"222754\",\"VersionId\":[\"27125\"],\"CustomerSysId\":\"104941\",\"TrxId\":\"7790\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"740\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_id\":[\"394\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 19:19:33'),(123,'4-2301243350_1DELBOMSG8723_38951715837960','{\"BookingData\":[{\"bookingId\":\"TJ105908776716\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2021-04-13T08:50\",\"LocalFromTime\":\"2021-04-13 08:50\",\"FromUTCTime\":\"2021-04-13T08:50\",\"LocalToTime\":\"2021-04-13 11:00\",\"ToUTCTime\":\"2021-04-13T11:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 13 Apr\",\"ArrivalDateTxt\":\"Tue, 13 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2537,\"PublishedFareTxt\":\"2,537\",\"ApiResultIndex\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1927,\"Tax\":610,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2537,\"PublishedFare\":2684.79,\"OfferedFare\":2504.54,\"CommissionEarned\":32.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610,\"BaseFareCal\":2531.54,\"BaseFare\":1927,\"CommissionEarned\":32.46,\"TDS\":-1.26,\"MF\":21.19,\"YQ\":0,\"AGST\":102,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"intTotalGST\":27,\"apiMarkup\":0,\"IntCommission\":3.25,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":32.46,\"IntCommissionValInPercentage\":10,\"IntCommission\":3.25,\"IntAgencyFixMarkUp\":150,\"IntTaxOnAgencyFixMarkUp\":27,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":27,\"PublishFare\":2684.79,\"CostToCustomer\":2684.79,\"BaseFareCal\":2531.54,\"intCommisionEarnedForAgency\":153.25,\"CostToCompany\":2531.54,\"intOfferedFare\":2504.54,\"intPublishFare\":2537,\"TripjackMarkup\":0,\"TripjackCommission\":32.46,\"TripjackTDS\":\"1.26\"}},\"Segments\":[{\"segmentid\":\"020\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-13T11:00\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-13T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"EB05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"EB10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"EB15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"EB20\",\"Price\":8000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"EB30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"020\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105908776716\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"strTraceId\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2021-04-13T08:50\",\"LocalFromTime\":\"2021-04-13 08:50\",\"FromUTCTime\":\"2021-04-13T08:50\",\"LocalToTime\":\"2021-04-13 11:00\",\"ToUTCTime\":\"2021-04-13T11:00\",\"IsDirect\":0,\"FareClass\":\"DD\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 13 Apr\",\"ArrivalDateTxt\":\"Tue, 13 Apr\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2537,\"ApiResultIndex\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1927,\"Tax\":610,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2537,\"PublishedFare\":2684.79,\"OfferedFare\":2504.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":610,\"BaseFareCal\":2531.54,\"BaseFare\":1927,\"CommissionEarned\":32.46,\"TDS\":-1.26,\"MF\":21.19,\"YQ\":0,\"AGST\":102,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"FixedMarkUp\":150,\"GSTOnMarkUp\":27,\"CommEarned\":153.25,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"020\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-13T11:00\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"DD\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-13T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2301243350_1DELBOMSG8723_38951715837960\",\"localFromDateTime\":\"2021-04-13 08:50\",\"localToDateTime\":\"2021-04-13 11:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"13\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-13\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=13%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"ancd@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7072253698\",\"FirstName\":\"GANESH\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"noida\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-19 19:51:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"102\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"222767\",\"TPSysId\":\"222768\",\"VersionId\":[],\"CustomerSysId\":\"106863\",\"TrxId\":\"7791\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"741\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"102\",\"CustomerMemSysId\":[\"102\"],\"flight_booking_id\":[\"395\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-19 19:52:31'),(124,'1-2170632972_1DELGOIG8194_13657340435244,1-2170632972_1GOIDELG8195_13657333012608','{\"BookingData\":[{\"bookingId\":\"TJ106708878340\",\"FlightNumber\":\"G8-194\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-04-05T20:15\",\"LocalFromTime\":\"2021-04-05 20:15\",\"FromUTCTime\":\"2021-04-05T20:15\",\"LocalToTime\":\"2021-04-05 23:05\",\"ToUTCTime\":\"2021-04-05T23:05\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5109,\"PublishedFareTxt\":\"5,109\",\"ApiResultIndex\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3639,\"Tax\":1470,\"YQTax\":750,\"OtherCharges\":469,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":226,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5109,\"PublishedFare\":5054.52,\"OfferedFare\":5000.04,\"CommissionEarned\":108.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.24,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":54.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":54.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1470,\"BaseFareCal\":5000.04,\"BaseFare\":3639,\"CommissionEarned\":108.96,\"TDS\":-4.24,\"MF\":21.19,\"YQ\":750,\"AGST\":226,\"MFT\":3.81,\"OT\":469,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":54.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":54.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":108.96,\"IntCommissionValInPercentage\":50,\"IntCommission\":54.48,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":5054.52,\"CostToCustomer\":5054.52,\"BaseFareCal\":5000.04,\"intCommisionEarnedForAgency\":54.48,\"CostToCompany\":5000.04,\"intOfferedFare\":5000.04,\"intPublishFare\":5109,\"TripjackMarkup\":0,\"TripjackCommission\":108.96,\"TripjackTDS\":\"4.24\"}},\"Segments\":[{\"segmentid\":\"319\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-04-05T23:05\",\"SegFlightNumber\":\"G8-194\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"319\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-05 12:00\",\"localToDateTime\":\"2021-04-08 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ106708878340\",\"FlightNumber\":\"G8-194\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"strTraceId\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2021-04-05T20:15\",\"LocalFromTime\":\"2021-04-05 20:15\",\"FromUTCTime\":\"2021-04-05T20:15\",\"LocalToTime\":\"2021-04-05 23:05\",\"ToUTCTime\":\"2021-04-05T23:05\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Mon, 05 Apr\",\"ArrivalDateTxt\":\"Mon, 05 Apr\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10140,\"ApiResultIndex\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7004,\"Tax\":3136,\"YQTax\":1500,\"OtherCharges\":1148,\"Discount\":0,\"ServiceFee\":42.38,\"ManagementFeeTax\":7.62,\"AirlineGSTComponent\":438,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10140,\"PublishedFare\":10033.87,\"OfferedFare\":9927.73,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":106.13999999999999,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3136,\"BaseFareCal\":9927.73,\"BaseFare\":7004,\"CommissionEarned\":212.26999999999998,\"TDS\":-8.26,\"MF\":42.38,\"YQ\":1500,\"AGST\":438,\"MFT\":7.62,\"OT\":1148,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":106.13999999999999,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"319\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-04-05T23:05\",\"SegFlightNumber\":\"G8-194\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],[{\"segmentid\":\"547\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-09T02:20\",\"SegFlightNumber\":\"G8-195\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-04-08T23:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:35\",\"strArrivalDtTime\":\"02:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-2170632972_1DELGOIG8194_13657340435244\",\"localFromDateTime\":\"2021-04-05 20:15\",\"localToDateTime\":\"2021-04-05 23:05\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJ106708878340\",\"FlightNumber\":\"G8-195\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2170632972_1GOIDELG8195_13657333012608\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"23:35\",\"ArrivalTime\":\"02:20\",\"TravelDate\":\"2021-04-08T23:35\",\"LocalFromTime\":\"2021-04-08 23:35\",\"FromUTCTime\":\"2021-04-08T23:35\",\"LocalToTime\":\"2021-04-09 02:20\",\"ToUTCTime\":\"2021-04-09T02:20\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Thu, 08 Apr\",\"ArrivalDateTxt\":\"Fri, 09 Apr\",\"FlightDuration\":\"2h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5031,\"PublishedFareTxt\":\"5,031\",\"ApiResultIndex\":\"1-2170632972_1GOIDELG8195_13657333012608\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3365,\"Tax\":1666,\"YQTax\":750,\"OtherCharges\":679,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":212,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5031,\"PublishedFare\":4979.35,\"OfferedFare\":4927.69,\"CommissionEarned\":103.31,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.02,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-2170632972_1GOIDELG8195_13657333012608\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":51.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":51.66,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1666,\"BaseFareCal\":4927.69,\"BaseFare\":3365,\"CommissionEarned\":103.31,\"TDS\":-4.02,\"MF\":21.19,\"YQ\":750,\"AGST\":212,\"MFT\":3.81,\"OT\":679,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":51.66,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":51.66,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":103.31,\"IntCommissionValInPercentage\":50,\"IntCommission\":51.66,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4979.35,\"CostToCustomer\":4979.35,\"BaseFareCal\":4927.69,\"intCommisionEarnedForAgency\":51.66,\"CostToCompany\":4927.69,\"intOfferedFare\":4927.69,\"intPublishFare\":5031,\"TripjackMarkup\":0,\"TripjackCommission\":103.31,\"TripjackTDS\":\"4.02\"}},\"Segments\":[{\"segmentid\":\"547\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-09T02:20\",\"SegFlightNumber\":\"G8-195\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"SP\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-04-08T23:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:35\",\"strArrivalDtTime\":\"02:20\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"547\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-2170632972_1GOIDELG8195_13657333012608\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-05 12:00\",\"localToDateTime\":\"2021-04-08 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"DirectFlight\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"05\\/04\\/2021\",\"return_date\":\"08\\/04\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/04\\/2021\",\"return_dates\":\"08\\/04\\/2021\",\"strDepatureDate\":\"2021-04-05\",\"strReturnDate\":\"2021-04-08\"},\"FlightSearchUrl\":\"route=2&DirectFlight=1&DirectFlight=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Goa+In+%28GOI%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=GOI&ContSysId=0&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=05%2F04%2F2021&return_date=08%2F04%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"gpurwar@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9811192312\",\"FirstName\":\"GAURAV\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-22 11:52:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"103\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"223020\",\"TPSysId\":\"223021\",\"VersionId\":[\"27207\",\"27208\"],\"CustomerSysId\":\"106963\",\"TrxId\":\"7823\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"745\"],[\"746\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"103\",\"CustomerMemSysId\":[\"103\"],\"flight_booking_id\":[\"399\",\"400\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-22 11:53:02'),(125,'1-7012619301_0DELGOIG8300_19403683051304,5-7012619301_23GOIDEL6E5178_19405731714857','{\"BookingData\":[{\"bookingId\":\"TJ107809038998\",\"FlightNumber\":\"G8-300\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"11:30\",\"TravelDate\":\"2021-03-28T08:40\",\"LocalFromTime\":\"2021-03-28 08:40\",\"FromUTCTime\":\"2021-03-28T08:40\",\"LocalToTime\":\"2021-03-28 11:30\",\"ToUTCTime\":\"2021-03-28T11:30\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sun, 28 Mar\",\"ArrivalDateTxt\":\"Sun, 28 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20679,\"PublishedFareTxt\":\"20,679\",\"ApiResultIndex\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":16017,\"Tax\":4662,\"YQTax\":2250,\"OtherCharges\":1407,\"Discount\":0,\"ServiceFee\":63.57000000000001,\"ManagementFeeTax\":11.43,\"AirlineGSTComponent\":930,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20679,\"PublishedFare\":20453.6,\"OfferedFare\":20228.19,\"CommissionEarned\":450.81000000000006,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.549999999999997,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":225.41,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":225.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3108,\"BaseFareCal\":13485.46,\"BaseFare\":10678,\"CommissionEarned\":300.54,\"TDS\":-11.7,\"MF\":42.38,\"YQ\":1500,\"AGST\":620,\"MFT\":7.62,\"OT\":938,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":150.27,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":150.27,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg + 5 Kg Additional\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1554,\"BaseFareCal\":6742.73,\"BaseFare\":5339,\"CommissionEarned\":150.27,\"TDS\":-5.85,\"MF\":21.19,\"YQ\":750,\"AGST\":310,\"MFT\":3.81,\"OT\":469,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":75.14,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":75.14,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg + 5 Kg Additional\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":450.81,\"IntCommissionValInPercentage\":50,\"IntCommission\":225.41,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":20453.6,\"CostToCustomer\":20453.6,\"BaseFareCal\":20228.19,\"intCommisionEarnedForAgency\":225.41,\"CostToCompany\":20228.19,\"intOfferedFare\":20228.19,\"intPublishFare\":20679,\"TripjackMarkup\":0,\"TripjackCommission\":450.81000000000006,\"TripjackTDS\":\"17.55\"}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-03-28T11:30\",\"SegFlightNumber\":\"G8-300\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-28T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg + 5 Kg Additional\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"11:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"819\",\"Code\":\"FEST\",\"Price\":499,\"Description\":\"Festive meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-28 12:00\",\"localToDateTime\":\"2021-04-02 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ107809038998\",\"FlightNumber\":\"G8-300\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"strTraceId\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:40\",\"ArrivalTime\":\"11:30\",\"TravelDate\":\"2021-03-28T08:40\",\"LocalFromTime\":\"2021-03-28 08:40\",\"FromUTCTime\":\"2021-03-28T08:40\",\"LocalToTime\":\"2021-03-28 11:30\",\"ToUTCTime\":\"2021-03-28T11:30\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sun, 28 Mar\",\"ArrivalDateTxt\":\"Sun, 28 Mar\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":35304,\"ApiResultIndex\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":28020,\"Tax\":7284,\"YQTax\":2250,\"OtherCharges\":3339,\"Discount\":0,\"ServiceFee\":127.14000000000001,\"ManagementFeeTax\":22.86,\"AirlineGSTComponent\":1545,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":35304,\"PublishedFare\":35032.39,\"OfferedFare\":34760.759999999995,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":271.63,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4856,\"BaseFareCal\":23173.839999999997,\"BaseFare\":18680,\"CommissionEarned\":362.16,\"TDS\":-14.1,\"MF\":84.76,\"YQ\":1500,\"AGST\":1030,\"MFT\":15.24,\"OT\":2226,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":181.08,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2428,\"BaseFareCal\":11586.919999999998,\"BaseFare\":9340,\"CommissionEarned\":181.08,\"TDS\":-7.05,\"MF\":42.38,\"YQ\":750,\"AGST\":515,\"MFT\":7.62,\"OT\":1113,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":90.55,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"819\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-03-28T11:30\",\"SegFlightNumber\":\"G8-300\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-03-28T08:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg + 5 Kg Additional\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:40\",\"strArrivalDtTime\":\"11:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],[{\"segmentid\":\"524\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-03T00:45\",\"SegFlightNumber\":\"6E-5178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-04-02T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-7012619301_0DELGOIG8300_19403683051304\",\"localFromDateTime\":\"2021-03-28 08:40\",\"localToDateTime\":\"2021-03-28 11:30\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJ107809038998\",\"FlightNumber\":\"6E-5178\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7012619301_23GOIDEL6E5178_19405731714857\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"00:45\",\"TravelDate\":\"2021-04-02T22:05\",\"LocalFromTime\":\"2021-04-02 22:05\",\"FromUTCTime\":\"2021-04-02T22:05\",\"LocalToTime\":\"2021-04-03 00:45\",\"ToUTCTime\":\"2021-04-03T00:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 02 Apr\",\"ArrivalDateTxt\":\"Sat, 03 Apr\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":14625,\"PublishedFareTxt\":\"14,625\",\"ApiResultIndex\":\"5-7012619301_23GOIDEL6E5178_19405731714857\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12003,\"Tax\":2622,\"YQTax\":0,\"OtherCharges\":1932,\"Discount\":0,\"ServiceFee\":63.57000000000001,\"ManagementFeeTax\":11.43,\"AirlineGSTComponent\":615,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14625,\"PublishedFare\":14578.79,\"OfferedFare\":14532.57,\"CommissionEarned\":92.42999999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.5999999999999996,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7012619301_23GOIDEL6E5178_19405731714857\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":46.22,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":46.22,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1748,\"BaseFareCal\":9688.38,\"BaseFare\":8002,\"CommissionEarned\":61.62,\"TDS\":-2.4,\"MF\":42.38,\"YQ\":0,\"AGST\":410,\"MFT\":7.62,\"OT\":1288,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":30.81,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":30.81,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":874,\"BaseFareCal\":4844.19,\"BaseFare\":4001,\"CommissionEarned\":30.81,\"TDS\":-1.2,\"MF\":21.19,\"YQ\":0,\"AGST\":205,\"MFT\":3.81,\"OT\":644,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":15.41,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":15.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":92.43,\"IntCommissionValInPercentage\":50,\"IntCommission\":46.22,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":14578.79,\"CostToCustomer\":14578.79,\"BaseFareCal\":14532.57,\"intCommisionEarnedForAgency\":46.22,\"CostToCompany\":14532.57,\"intOfferedFare\":14532.57,\"intPublishFare\":14625,\"TripjackMarkup\":0,\"TripjackCommission\":92.42999999999999,\"TripjackTDS\":\"3.6\"}},\"Segments\":[{\"segmentid\":\"524\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-04-03T00:45\",\"SegFlightNumber\":\"6E-5178\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2021-04-02T22:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"00:45\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPJ\",\"Price\":8000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"TCSW\",\"Price\":350,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"PTSW\",\"Price\":350,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CTSW\",\"Price\":375,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CJSW\",\"Price\":375,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"524\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7012619301_23GOIDEL6E5178_19405731714857\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-28 12:00\",\"localToDateTime\":\"2021-04-02 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"28\\/03\\/2021\",\"return_date\":\"02\\/04\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"28\\/03\\/2021\",\"return_dates\":\"02\\/04\\/2021\",\"strDepatureDate\":\"2021-03-28\",\"strReturnDate\":\"2021-04-02\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Goa+In+%28GOI%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=GOI&ContSysId=0&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=28%2F03%2F2021&return_date=02%2F04%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"gagasingh@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8588866554\",\"FirstName\":\"GAGAN DEEP SINGH\",\"LastName\":\"BHATIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-25 13:54:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"106\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"106\",\"EmailId\":\"gagasingh@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8588866554\",\"FirstName\":\"PRIYANKA\",\"LastName\":\"RAI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-25 13:54:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"378\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"106\",\"EmailId\":\"gagasingh@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8588866554\",\"FirstName\":\"SUKHLEEN\",\"LastName\":\"BHATIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-25 13:54:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"379\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"224050\",\"TPSysId\":\"224051\",\"VersionId\":[\"27547\",\"27548\"],\"CustomerSysId\":\"99280\",\"TrxId\":\"7893\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"757\",\"758\",\"759\"],[\"760\",\"761\",\"762\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"106\",\"CustomerMemSysId\":[\"106\",\"378\",\"379\"],\"flight_booking_id\":[\"408\",\"409\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-25 13:56:51'),(126,'4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962','{\"BookingData\":[{\"bookingId\":\"TJ109009046490\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2021-04-21T08:50\",\"LocalFromTime\":\"2021-04-21 08:50\",\"FromUTCTime\":\"2021-04-21T08:50\",\"LocalToTime\":\"2021-04-21 17:05\",\"ToUTCTime\":\"2021-04-21T17:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":275,\"LAYOVERDuration\":\"4h 35m\",\"FlyingMinutes\":495,\"DepartureDateTxt\":\"Wed, 21 Apr\",\"ArrivalDateTxt\":\"Wed, 21 Apr\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":75,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4438,\"PublishedFareTxt\":\"4,438\",\"ApiResultIndex\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3738,\"Tax\":700,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4438,\"PublishedFare\":4406.52,\"OfferedFare\":4375.03,\"CommissionEarned\":62.97,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":31.49,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":31.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":700,\"BaseFareCal\":4375.03,\"BaseFare\":3738,\"CommissionEarned\":62.97,\"TDS\":-2.45,\"MF\":21.19,\"YQ\":0,\"AGST\":192,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":31.49,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":31.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":62.97,\"IntCommissionValInPercentage\":50,\"IntCommission\":31.49,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4406.52,\"CostToCustomer\":4406.52,\"BaseFareCal\":4375.03,\"intCommisionEarnedForAgency\":31.49,\"CostToCompany\":4375.03,\"intOfferedFare\":4375.03,\"intPublishFare\":4438,\"TripjackMarkup\":0,\"TripjackCommission\":62.97,\"TripjackTDS\":\"2.45\"}},\"Segments\":[{\"segmentid\":\"640\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-21T11:00\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-21T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":275,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"306\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-04-21T17:05\",\"SegFlightNumber\":\"SG-455\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-21T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":8000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-04-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109009046490\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"strTraceId\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"17:05\",\"TravelDate\":\"2021-04-21T08:50\",\"LocalFromTime\":\"2021-04-21 08:50\",\"FromUTCTime\":\"2021-04-21T08:50\",\"LocalToTime\":\"2021-04-21 17:05\",\"ToUTCTime\":\"2021-04-21T17:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":275,\"LAYOVERDuration\":\"4h 35m\",\"FlyingMinutes\":495,\"DepartureDateTxt\":\"Wed, 21 Apr\",\"ArrivalDateTxt\":\"Wed, 21 Apr\",\"FlightDuration\":\"8h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":75,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4438,\"ApiResultIndex\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3738,\"Tax\":700,\"YQTax\":0,\"OtherCharges\":483,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4438,\"PublishedFare\":4406.52,\"OfferedFare\":4375.03,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":31.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":700,\"BaseFareCal\":4375.03,\"BaseFare\":3738,\"CommissionEarned\":62.97,\"TDS\":-2.45,\"MF\":21.19,\"YQ\":0,\"AGST\":192,\"MFT\":3.81,\"OT\":483,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":31.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"640\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-04-21T11:00\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-04-21T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":275,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"4h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"306\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-04-21T17:05\",\"SegFlightNumber\":\"SG-455\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-04-21T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":75,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5598322023_11DELBOMSG8723BOMGOISG455_833113227525962\",\"localFromDateTime\":\"2021-04-21 08:50\",\"localToDateTime\":\"2021-04-21 17:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"21\\/04\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/04\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-04-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Goa+In+%28GOI%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=GOI&ContSysId=0&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=21%2F04%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-25 15:58:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"380\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"224093\",\"TPSysId\":\"224094\",\"VersionId\":[],\"CustomerSysId\":\"94418\",\"TrxId\":\"7898\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"380\":{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":\"250\",\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"}},\"SelectedBaggSessionNew\":{\"380\":{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":\"4000\",\"Weight\":\"10KG\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"763\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"380\",\"CustomerMemSysId\":[\"380\"],\"flight_booking_id\":[\"410\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-25 15:59:23'),(127,'5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794','{\"BookingData\":[{\"bookingId\":\"TJ101809085366\",\"FlightNumber\":\"6E-749\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2021-03-26T15:35\",\"LocalFromTime\":\"2021-03-26 15:35\",\"FromUTCTime\":\"2021-03-26T15:35\",\"LocalToTime\":\"2021-03-26 20:20\",\"ToUTCTime\":\"2021-03-26T20:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Udaipur\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4994,\"PublishedFareTxt\":\"4,994\",\"ApiResultIndex\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4267,\"Tax\":727,\"YQTax\":0,\"OtherCharges\":481,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":221,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4994,\"PublishedFare\":4977.57,\"OfferedFare\":4961.14,\"CommissionEarned\":32.86,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.28,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":16.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":16.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":727,\"BaseFareCal\":4961.14,\"BaseFare\":4267,\"CommissionEarned\":32.86,\"TDS\":-1.28,\"MF\":21.19,\"YQ\":0,\"AGST\":221,\"MFT\":3.81,\"OT\":481,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":16.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":16.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":32.86,\"IntCommissionValInPercentage\":50,\"IntCommission\":16.43,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4977.57,\"CostToCustomer\":4977.57,\"BaseFareCal\":4961.14,\"intCommisionEarnedForAgency\":16.43,\"CostToCompany\":4961.14,\"intOfferedFare\":4961.14,\"intPublishFare\":4994,\"TripjackMarkup\":0,\"TripjackCommission\":32.86,\"TripjackTDS\":\"1.28\"}},\"Segments\":[{\"segmentid\":\"375\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2021-03-26T17:00\",\"SegFlightNumber\":\"6E-749\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-26T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":130,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Udaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"504\",\"originAirportName\":\"Maharana Pratap Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Udaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T20:20\",\"SegFlightNumber\":\"6E-5042\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"UDR\",\"originDepTime\":\"2021-03-26T19:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:10\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ101809085366\",\"FlightNumber\":\"6E-749\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"strTraceId\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2021-03-26T15:35\",\"LocalFromTime\":\"2021-03-26 15:35\",\"FromUTCTime\":\"2021-03-26T15:35\",\"LocalToTime\":\"2021-03-26 20:20\",\"ToUTCTime\":\"2021-03-26T20:20\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Udaipur\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":285,\"DepartureDateTxt\":\"Fri, 26 Mar\",\"ArrivalDateTxt\":\"Fri, 26 Mar\",\"FlightDuration\":\"4h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4994,\"ApiResultIndex\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4267,\"Tax\":727,\"YQTax\":0,\"OtherCharges\":481,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":221,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4994,\"PublishedFare\":4977.57,\"OfferedFare\":4961.14,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":16.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":727,\"BaseFareCal\":4961.14,\"BaseFare\":4267,\"CommissionEarned\":32.86,\"TDS\":-1.28,\"MF\":21.19,\"YQ\":0,\"AGST\":221,\"MFT\":3.81,\"OT\":481,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":16.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"375\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2021-03-26T17:00\",\"SegFlightNumber\":\"6E-749\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-03-26T15:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":130,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Udaipur\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"504\",\"originAirportName\":\"Maharana Pratap Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Udaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-03-26T20:20\",\"SegFlightNumber\":\"6E-5042\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"UDR\",\"originDepTime\":\"2021-03-26T19:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"19:10\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3222394349_6BOMUDR6E749UDRDEL6E5042_902229414547794\",\"localFromDateTime\":\"2021-03-26 15:35\",\"localToDateTime\":\"2021-03-26 20:20\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"26\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=26%2F03%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-26 11:05:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"224251\",\"TPSysId\":\"224252\",\"VersionId\":[\"27622\"],\"CustomerSysId\":\"95069\",\"TrxId\":\"7914\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"764\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"411\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-26 11:05:15'),(129,'21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990','{\"BookingData\":[{\"bookingId\":\"TJ110409100956\",\"FlightNumber\":\"EY-5417\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"01:25\",\"TravelDate\":\"2021-03-27T13:45\",\"LocalFromTime\":\"2021-03-27 13:45\",\"FromUTCTime\":\"2021-03-27T13:45\",\"LocalToTime\":\"2021-03-28 01:25\",\"ToUTCTime\":\"2021-03-28T01:25\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":250,\"LAYOVERDuration\":\"4h 10m\",\"FlyingMinutes\":610,\"DepartureDateTxt\":\"Sat, 27 Mar\",\"ArrivalDateTxt\":\"Sun, 28 Mar\",\"FlightDuration\":\"11h 40m\",\"SourcePlaceSysId\":\"8219\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10833,\"PublishedFareTxt\":\"10,833\",\"ApiResultIndex\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6155,\"Tax\":4678,\"YQTax\":2188,\"OtherCharges\":2385,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":10833,\"PublishedFare\":10291.96,\"OfferedFare\":9750.92,\"CommissionEarned\":1082.08,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-42.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":541.04,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":541.04,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4678,\"BaseFareCal\":9750.92,\"BaseFare\":6155,\"CommissionEarned\":1082.08,\"TDS\":-42.16,\"MF\":21.19,\"YQ\":2188,\"AGST\":0,\"MFT\":3.81,\"OT\":2385,\"MU\":0,\"YR\":80,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":541.04,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":541.04,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1082.08,\"IntCommissionValInPercentage\":50,\"IntCommission\":541.04,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":10291.96,\"CostToCustomer\":10291.96,\"BaseFareCal\":9750.92,\"intCommisionEarnedForAgency\":541.04,\"CostToCompany\":9750.92,\"intOfferedFare\":9750.92,\"intPublishFare\":10833,\"TripjackMarkup\":0,\"TripjackCommission\":1082.08,\"TripjackTDS\":\"42.16\"}},\"Segments\":[{\"segmentid\":\"341\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-27T15:45\",\"SegFlightNumber\":\"EY-5417\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"U\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-03-27T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"453\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-28T01:25\",\"SegFlightNumber\":\"EY-268\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"U\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-27T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"01:25\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-03-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"8219\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ110409100956\",\"FlightNumber\":\"EY-5417\",\"AirlineName\":\"Etihad Airways\",\"AirlineCode\":\"EY\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"strTraceId\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"AirlineSysId\":\"210\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"01:25\",\"TravelDate\":\"2021-03-27T13:45\",\"LocalFromTime\":\"2021-03-27 13:45\",\"FromUTCTime\":\"2021-03-27T13:45\",\"LocalToTime\":\"2021-03-28 01:25\",\"ToUTCTime\":\"2021-03-28T01:25\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Abu Dhabi\",\"GroundTime\":250,\"LAYOVERDuration\":\"4h 10m\",\"FlyingMinutes\":610,\"DepartureDateTxt\":\"Sat, 27 Mar\",\"ArrivalDateTxt\":\"Sun, 28 Mar\",\"FlightDuration\":\"11h 40m\",\"SourcePlaceSysId\":\"8219\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"XNB\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10833,\"ApiResultIndex\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6155,\"Tax\":4678,\"YQTax\":2188,\"OtherCharges\":2385,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":10833,\"PublishedFare\":10291.96,\"OfferedFare\":9750.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":541.04,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4678,\"BaseFareCal\":9750.92,\"BaseFare\":6155,\"CommissionEarned\":1082.08,\"TDS\":-42.16,\"MF\":21.19,\"YQ\":2188,\"AGST\":0,\"MFT\":3.81,\"OT\":2385,\"MU\":0,\"YR\":80,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":541.04,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"341\",\"originAirportName\":\"Dubai Chelsea Tower Bus Station\",\"destinationAirportName\":\"Dhabi Intl Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Abu Dhabi\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"AUH\",\"destinationArrTime\":\"2021-03-27T15:45\",\"SegFlightNumber\":\"EY-5417\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"U\",\"originAirportCode\":\"XNB\",\"originDepTime\":\"2021-03-27T13:45\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":250,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"4h 10m\",\"LAYOVERCity\":\"Abu Dhabi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"},{\"segmentid\":\"453\",\"originAirportName\":\"Dhabi Intl Arpt\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Abu Dhabi\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-03-28T01:25\",\"SegFlightNumber\":\"EY-268\",\"AirlineCode\":\"EY\",\"AirlineName\":\"Etihad Airways\",\"FareClass\":\"U\",\"originAirportCode\":\"AUH\",\"originDepTime\":\"2021-03-27T19:55\",\"TripIndicator\":\"\",\"Baggage\":\"0KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:55\",\"strArrivalDtTime\":\"01:25\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 4\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/EY.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-20-12-2-15-10-5548644471_8XNBAUHEY5417AUHMAAEY268_27643935208990\",\"localFromDateTime\":\"2021-03-27 13:45\",\"localToDateTime\":\"2021-03-28 01:25\",\"strSourceAirportCode\":\"XNB\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"8219\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Dubai (XNB)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"XNB\",\"ContSysId_1\":\"228\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"destination\":\"Chennai, IN - Chennai Arpt (MAA)\",\"departure_date\":\"27\\/03\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" DXB\",\"to_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"XNB\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"XNB\",\"to\":\"MAA\",\"sourceCityText\":\"Dubai, DXB, AE - Dubai Chelsea Tower Bus Station (XNB)\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"sourceCityId\":8219,\"destinationCityId\":6000,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"27\\/03\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-03-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Dubai+%28XNB%29&mytrip_city_to=Chennai+%28MAA%29&adults=1&childs=0&infants=0&class=2&source_city=XNB&ContSysId_1=228&destination_city=MAA&ContSysId=101&source=Dubai%2C+DXB%2C+AE+-+Dubai+Chelsea+Tower+Bus+Station+%28XNB%29&destination=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&departure_date=27%2F03%2F2021&return_date=&from_mytrip_city=+DXB&to_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"maroof.kazmi@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7599365720\",\"FirstName\":\"Narendra\",\"LastName\":\"Modi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-26 15:44:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"p7961896\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2027-03-10\",\"passporIssue\":\"2017-03-09\",\"CustomerSysId\":\"107\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"224389\",\"TPSysId\":\"224390\",\"VersionId\":[\"27688\"],\"CustomerSysId\":\"107497\",\"TrxId\":\"7931\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"765\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"107\"],\"flight_booking_id\":[\"412\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-26 15:46:01'),(131,'5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620','{\"BookingData\":[{\"bookingId\":\"TJ105309165131\",\"FlightNumber\":\"6E-5051\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2021-07-03T07:40\",\"LocalFromTime\":\"2021-07-03 07:40\",\"FromUTCTime\":\"2021-07-03T07:40\",\"LocalToTime\":\"2021-07-03 14:10\",\"ToUTCTime\":\"2021-07-03T14:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Indore\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Sat, 03 Jul\",\"ArrivalDateTxt\":\"Sat, 03 Jul\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":16032,\"PublishedFareTxt\":\"16,032\",\"ApiResultIndex\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13212,\"Tax\":2820,\"YQTax\":0,\"OtherCharges\":2028,\"Discount\":0,\"ServiceFee\":84.76,\"ManagementFeeTax\":15.24,\"AirlineGSTComponent\":692,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16032,\"PublishedFare\":15981.14,\"OfferedFare\":15930.28,\"CommissionEarned\":101.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.96,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":50.86,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":50.86,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1410,\"BaseFareCal\":7965.14,\"BaseFare\":6606,\"CommissionEarned\":50.86,\"TDS\":-1.98,\"MF\":42.38,\"YQ\":0,\"AGST\":346,\"MFT\":7.62,\"OT\":1014,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":25.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":25.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1410,\"BaseFareCal\":7965.14,\"BaseFare\":6606,\"CommissionEarned\":50.86,\"TDS\":-1.98,\"MF\":42.38,\"YQ\":0,\"AGST\":346,\"MFT\":7.62,\"OT\":1014,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":25.43,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":25.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":101.72,\"IntCommissionValInPercentage\":50,\"IntCommission\":50.86,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":15981.14,\"CostToCustomer\":15981.14,\"BaseFareCal\":15930.28,\"intCommisionEarnedForAgency\":50.86,\"CostToCompany\":15930.28,\"intOfferedFare\":15930.28,\"intPublishFare\":16032,\"TripjackMarkup\":0,\"TripjackCommission\":101.72,\"TripjackTDS\":\"3.96\"}},\"Segments\":[{\"segmentid\":\"280\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2021-07-03T09:05\",\"SegFlightNumber\":\"6E-5051\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":170,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Indore\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"374\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-07-03T14:10\",\"SegFlightNumber\":\"6E-245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2021-07-03T11:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPJ\",\"Price\":8000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"VGTR\",\"Price\":0,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"UPMA\",\"Price\":0,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"PTSW\",\"Price\":0,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"PITA\",\"Price\":0,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"NVTR\",\"Price\":0,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CTSW\",\"Price\":0,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CJSW\",\"Price\":0,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CHSS\",\"Price\":0,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"280\",\"Code\":\"CHCT\",\"Price\":0,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105309165131\",\"FlightNumber\":\"6E-5051\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"strTraceId\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"14:10\",\"TravelDate\":\"2021-07-03T07:40\",\"LocalFromTime\":\"2021-07-03 07:40\",\"FromUTCTime\":\"2021-07-03T07:40\",\"LocalToTime\":\"2021-07-03 14:10\",\"ToUTCTime\":\"2021-07-03T14:10\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Indore\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Sat, 03 Jul\",\"ArrivalDateTxt\":\"Sat, 03 Jul\",\"FlightDuration\":\"6h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":15,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":16032,\"ApiResultIndex\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13212,\"Tax\":2820,\"YQTax\":0,\"OtherCharges\":2028,\"Discount\":0,\"ServiceFee\":84.76,\"ManagementFeeTax\":15.24,\"AirlineGSTComponent\":692,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16032,\"PublishedFare\":15981.14,\"OfferedFare\":15930.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":50.86,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1410,\"BaseFareCal\":7965.14,\"BaseFare\":6606,\"CommissionEarned\":50.86,\"TDS\":-1.98,\"MF\":42.38,\"YQ\":0,\"AGST\":346,\"MFT\":7.62,\"OT\":1014,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":25.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"2\",\"TaxIN\":1410,\"BaseFareCal\":7965.14,\"BaseFare\":6606,\"CommissionEarned\":50.86,\"TDS\":-1.98,\"MF\":42.38,\"YQ\":0,\"AGST\":346,\"MFT\":7.62,\"OT\":1014,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":25.43,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"280\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Indore\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IDR\",\"destinationArrTime\":\"2021-07-03T09:05\",\"SegFlightNumber\":\"6E-5051\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-03T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":85,\"GroundTime\":170,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Indore\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"374\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-07-03T14:10\",\"SegFlightNumber\":\"6E-245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2021-07-03T11:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":15,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"14:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.ineedtrip.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4240849333_4DELIDR6E5051IDRGOI6E245_1019224758710620\",\"localFromDateTime\":\"2021-07-03 07:40\",\"localToDateTime\":\"2021-07-03 14:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"2\",\"childs\":\"2\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"03\\/07\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"2\",\"infant\":\"0\",\"departure_dates\":\"03\\/07\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-07-03\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Goa+In+%28GOI%29&adults=2&childs=2&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=GOI&ContSysId=0&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=03%2F07%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"AgencySysId\":\"5293\",\"EmailId\":\"faizanlari5@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8874249264\",\"FirstName\":\"FAIZANULLAH\",\"LastName\":\"FAIZANULLAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-27 19:35:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"108\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"09AAUPF5809N2ZX\",\"companyname\":\"Samar Enterprises\",\"gstemail\":\"samarenterprises@gmail.com\",\"gstphone\":\"8874249264\",\"gstaddress\":\"Fatehnagar Ward Lar Town\",\"gststate\":\"Uttar Pradesh\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"108\",\"EmailId\":\"faizanlari5@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8874249264\",\"FirstName\":\"Asiya Faizan\",\"LastName\":\"Lari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-27 19:35:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"381\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"108\",\"EmailId\":\"faizanlari5@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8874249264\",\"FirstName\":\"Samar\",\"LastName\":\"Lari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-27 19:35:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"382\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"5293\",\"CustomerSysId\":\"108\",\"EmailId\":\"faizanlari5@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8874249264\",\"FirstName\":\"Mannat\",\"LastName\":\"Lari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"5293\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-03-27 19:35:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"383\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"224657\",\"TPSysId\":\"224658\",\"VersionId\":[\"27797\"],\"CustomerSysId\":\"107874\",\"TrxId\":\"7948\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"766\",\"767\",\"768\",\"769\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"108\",\"CustomerMemSysId\":[\"108\",\"381\",\"382\",\"383\"],\"flight_booking_id\":[\"413\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-03-27 19:38:23'),(132,'a4aa7-67416-8ad0b-8a2f4','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid2695661847-741177882\",\"name\":\"OYO FLAGSHIP 75488 ROYAL GRAND INN\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3EteHguYnN0YXRpYy5jb20veGRhdGEvaW1hZ2VzL2hvdGVsL21heDUwMC8yNjg5MzY5MDEuanBnP2s9Nzc3OWE1MzRmNzM2ZjFjMjQ2MmNmODQ2Y2QyYTE1YjJkNzhmZGUxZTU2OTI3Yzk0NzlhMDI1YjlhZjFjMmRlMiZvPT9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3EteHguYnN0YXRpYy5jb20veGRhdGEvaW1hZ2VzL2hvdGVsL21heDUwMC8yNjg5MzY5MDEuanBnP2s9Nzc3OWE1MzRmNzM2ZjFjMjQ2MmNmODQ2Y2QyYTE1YjJkNzhmZGUxZTU2OTI3Yzk0NzlhMDI1YjlhZjFjMmRlMiZvPT9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xL2YzNzBjNzg2ZjIxMjM1YmYwMDNmYzk0ODQyYWI1ZGY3LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xL2YzNzBjNzg2ZjIxMjM1YmYwMDNmYzk0ODQyYWI1ZGY3LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xLzhjMmY3MDZiMzJjYjcxMzAxMjllZGFkOTYwYWJjOTQ0LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NjMwMzYxLy0xLzhjMmY3MDZiMzJjYjcxMzAxMjllZGFkOTYwYWJjOTQ0LmpwZz9zPTMxMng=\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-2 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 3-5 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 5 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"\",\"lt\":\"\"},\"ad\":{\"adr\":\"H-35,Sector 51, Noida Special Economic Zone,Noida\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"18630361_0_75244\",\"rc\":\"Classic Double or Twin\",\"rt\":\"Single-Classic Double Or Twin-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1189.9,\"tfcs\":{\"TF\":1189.9,\"TAF\":123.6,\"BF\":1066.3,\"NF\":1089.9},\"tafcs\":{\"TAF\":{\"MU\":100,\"MF\":20,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":594.95,\"TAF\":61.8,\"BF\":533.15,\"NF\":544.95},\"afc\":{\"TAF\":{\"MU\":50,\"MF\":10,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"TF\":594.95,\"TAF\":61.8,\"BF\":533.15,\"NF\":544.95},\"afc\":{\"TAF\":{\"MU\":50,\"MF\":10,\"MFT\":1.8}}}],\"checkInDate\":\"2021-04-17\",\"checkOutDate\":\"2021-04-19\"}],\"id\":\"26_18630361-562_0_52785\",\"tp\":1189.9,\"cnp\":{\"id\":\"26_18630361-562_0_52785\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-03-31T19:16:02.454\",\"tdt\":\"2021-04-12T12:00\",\"am\":0},{\"fdt\":\"2021-04-12T12:00\",\"tdt\":\"2021-04-17T12:00\",\"am\":569.59}],\"mi\":{\"iba\":true,\"iso\":false}},\"ddt\":\"2021-04-12T12:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant 0-2 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 3-5 year(s) old stay for free if using existing bedding, extra bed and meals are not included.Guests over 5 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1189.9},{\"fc\":[\"BREAKFAST\"],\"tpc\":1291.04}],\"mi\":{\"set\":\"2021-03-31T19:35:04.675\"}},\"bookingId\":\"TJS205300061642\",\"query\":{\"checkinDate\":\"2021-04-17\",\"checkoutDate\":\"2021-04-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid2695661847\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1125},\"metaInfo\":[]},\"hotelbookingid\":\"1\",\"SearchHotelTraceId\":\"a4aa7-67416-8ad0b-8a2f4\",\"CustomerSession\":{\"bookingId\":\"a4aa7-67416-8ad0b-8a2f4\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9818999760\",\"traceId\":\"a4aa7-67416-8ad0b-8a2f4\",\"leadEmail\":\"sudipta@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Sudipta\",\"passenger-lastname-1\":\"Banerjee\",\"passenger-panNumber-1\":\"dsfdsf\",\"specialrequest\":\"sfdsdf\"}}','2021-03-31 19:21:20'),(133,'21-10-15-2-5552978353_0DELCCUUK747_17729266213123','{\"BookingData\":[{\"bookingId\":\"TJ102710521718\",\"FlightNumber\":\"UK-747\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:15\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2021-05-25T06:15\",\"LocalFromTime\":\"2021-05-25 06:15\",\"FromUTCTime\":\"2021-05-25T06:15\",\"LocalToTime\":\"2021-05-25 08:20\",\"ToUTCTime\":\"2021-05-25T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 25 May\",\"ArrivalDateTxt\":\"Tue, 25 May\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4720,\"PublishedFareTxt\":\"4,720\",\"ApiResultIndex\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3970,\"Tax\":750,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":205,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4720,\"PublishedFare\":4511.28,\"OfferedFare\":4511.28,\"CommissionEarned\":208.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.98,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750,\"BaseFareCal\":4511.28,\"BaseFare\":3970,\"CommissionEarned\":208.72,\"TDS\":-10.98,\"MF\":21.19,\"YQ\":0,\"AGST\":205,\"MFT\":3.81,\"OT\":390,\"MU\":0,\"YR\":130,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":208.72,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4511.28,\"CostToCustomer\":4511.28,\"BaseFareCal\":4511.28,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4511.28,\"intOfferedFare\":4511.28,\"intPublishFare\":4720,\"TripjackMarkup\":0,\"TripjackCommission\":208.72,\"TripjackTDS\":\"10.98\"}},\"Segments\":[{\"segmentid\":\"593\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-05-25T08:20\",\"SegFlightNumber\":\"UK-747\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-25T06:15\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:15\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102710521718\",\"FlightNumber\":\"UK-747\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"strTraceId\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:15\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2021-05-25T06:15\",\"LocalFromTime\":\"2021-05-25 06:15\",\"FromUTCTime\":\"2021-05-25T06:15\",\"LocalToTime\":\"2021-05-25 08:20\",\"ToUTCTime\":\"2021-05-25T08:20\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 25 May\",\"ArrivalDateTxt\":\"Tue, 25 May\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4720,\"ApiResultIndex\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3970,\"Tax\":750,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":205,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4720,\"PublishedFare\":4511.28,\"OfferedFare\":4511.28,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":750,\"BaseFareCal\":4511.28,\"BaseFare\":3970,\"CommissionEarned\":208.72,\"TDS\":-10.98,\"MF\":21.19,\"YQ\":0,\"AGST\":205,\"MFT\":3.81,\"OT\":390,\"MU\":0,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"593\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-05-25T08:20\",\"SegFlightNumber\":\"UK-747\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-25T06:15\",\"TripIndicator\":\"\",\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:15\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-5552978353_0DELCCUUK747_17729266213123\",\"localFromDateTime\":\"2021-05-25 06:15\",\"localToDateTime\":\"2021-05-25 08:20\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"25\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"DEL\",\"to\":\"CCU\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":7701,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=25%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-04 13:15:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231419\",\"TPSysId\":\"231420\",\"VersionId\":[\"29692\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"8548\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"780\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"424\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-04 13:15:57'),(134,'1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609','{\"BookingData\":[{\"bookingId\":\"TJ107910521927\",\"FlightNumber\":\"G8-351\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2021-05-05T11:10\",\"LocalFromTime\":\"2021-05-05 11:10\",\"FromUTCTime\":\"2021-05-05T11:10\",\"LocalToTime\":\"2021-05-05 16:20\",\"ToUTCTime\":\"2021-05-05T16:20\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Patna\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":310,\"DepartureDateTxt\":\"Wed, 05 May\",\"ArrivalDateTxt\":\"Wed, 05 May\",\"FlightDuration\":\"5h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4707,\"PublishedFareTxt\":\"4,707\",\"ApiResultIndex\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2869,\"Tax\":1838,\"YQTax\":1100,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":206,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4707,\"PublishedFare\":4461.18,\"OfferedFare\":4461.18,\"CommissionEarned\":245.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-12.94,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1838,\"BaseFareCal\":4461.18,\"BaseFare\":2869,\"CommissionEarned\":245.82,\"TDS\":-12.94,\"MF\":21.19,\"YQ\":1100,\"AGST\":206,\"MFT\":3.81,\"OT\":507,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":245.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4461.18,\"CostToCustomer\":4461.18,\"BaseFareCal\":4461.18,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4461.18,\"intOfferedFare\":4461.18,\"intPublishFare\":4707,\"TripjackMarkup\":0,\"TripjackCommission\":245.82,\"TripjackTDS\":\"12.94\"}},\"Segments\":[{\"segmentid\":\"412\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2021-05-05T13:35\",\"SegFlightNumber\":\"G8-351\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-05-05T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":65,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Patna\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"segmentid\":\"296\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-05-05T16:20\",\"SegFlightNumber\":\"G8-229\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2021-05-05T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"412\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"412\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"412\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"412\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ107910521927\",\"FlightNumber\":\"G8-351\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"strTraceId\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:10\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2021-05-05T11:10\",\"LocalFromTime\":\"2021-05-05 11:10\",\"FromUTCTime\":\"2021-05-05T11:10\",\"LocalToTime\":\"2021-05-05 16:20\",\"ToUTCTime\":\"2021-05-05T16:20\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Patna\",\"GroundTime\":65,\"LAYOVERDuration\":\"1h 5m\",\"FlyingMinutes\":310,\"DepartureDateTxt\":\"Wed, 05 May\",\"ArrivalDateTxt\":\"Wed, 05 May\",\"FlightDuration\":\"5h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4707,\"ApiResultIndex\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2869,\"Tax\":1838,\"YQTax\":1100,\"OtherCharges\":507,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":206,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4707,\"PublishedFare\":4461.18,\"OfferedFare\":4461.18,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1838,\"BaseFareCal\":4461.18,\"BaseFare\":2869,\"CommissionEarned\":245.82,\"TDS\":-12.94,\"MF\":21.19,\"YQ\":1100,\"AGST\":206,\"MFT\":3.81,\"OT\":507,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"412\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2021-05-05T13:35\",\"SegFlightNumber\":\"G8-351\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-05-05T11:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":65,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:10\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":\"1h 5m\",\"LAYOVERCity\":\"Patna\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"segmentid\":\"296\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-05-05T16:20\",\"SegFlightNumber\":\"G8-229\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2021-05-05T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4013420825_1BOMPATG8351PATDELG8229_3561576836845609\",\"localFromDateTime\":\"2021-05-05 11:10\",\"localToDateTime\":\"2021-05-05 16:20\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"05\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-05\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=05%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-04 14:12:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231425\",\"TPSysId\":\"231426\",\"VersionId\":[\"29695\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"8551\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"781\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"425\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-04 14:12:29'),(135,'1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218','{\"BookingData\":[{\"bookingId\":\"TJ104810523210\",\"FlightNumber\":\"G8-357\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2021-05-14T05:30\",\"LocalFromTime\":\"2021-05-14 05:30\",\"FromUTCTime\":\"2021-05-14T05:30\",\"LocalToTime\":\"2021-05-14 18:15\",\"ToUTCTime\":\"2021-05-14T18:15\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":410,\"LAYOVERDuration\":\"6h 50m\",\"FlyingMinutes\":765,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"12h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4455,\"PublishedFareTxt\":\"4,455\",\"ApiResultIndex\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2639,\"Tax\":1816,\"YQTax\":1100,\"OtherCharges\":499,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4455,\"PublishedFare\":4348.44,\"OfferedFare\":4348.44,\"CommissionEarned\":106.56,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1816,\"BaseFareCal\":4348.44,\"BaseFare\":2639,\"CommissionEarned\":106.56,\"TDS\":-5.61,\"MF\":21.19,\"YQ\":1100,\"AGST\":192,\"MFT\":3.81,\"OT\":499,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":106.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4348.44,\"CostToCustomer\":4348.44,\"BaseFareCal\":4348.44,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4348.44,\"intOfferedFare\":4348.44,\"intPublishFare\":4455,\"TripjackMarkup\":0,\"TripjackCommission\":106.56,\"TripjackTDS\":\"5.61\"}},\"Segments\":[{\"segmentid\":\"602\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2021-05-14T08:35\",\"SegFlightNumber\":\"G8-357\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":410,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"6h 50m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"segmentid\":\"043\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T18:15\",\"SegFlightNumber\":\"G8-287\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2021-05-14T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"602\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"602\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"602\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"602\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104810523210\",\"FlightNumber\":\"G8-357\",\"AirlineName\":\"Go Air\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"strTraceId\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2021-05-14T05:30\",\"LocalFromTime\":\"2021-05-14 05:30\",\"FromUTCTime\":\"2021-05-14T05:30\",\"LocalToTime\":\"2021-05-14 18:15\",\"ToUTCTime\":\"2021-05-14T18:15\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Srinagar\",\"GroundTime\":410,\"LAYOVERDuration\":\"6h 50m\",\"FlyingMinutes\":765,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"12h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4455,\"ApiResultIndex\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2639,\"Tax\":1816,\"YQTax\":1100,\"OtherCharges\":499,\"Discount\":0,\"ServiceFee\":21.19,\"ManagementFeeTax\":3.81,\"AirlineGSTComponent\":192,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4455,\"PublishedFare\":4348.44,\"OfferedFare\":4348.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1816,\"BaseFareCal\":4348.44,\"BaseFare\":2639,\"CommissionEarned\":106.56,\"TDS\":-5.61,\"MF\":21.19,\"YQ\":1100,\"AGST\":192,\"MFT\":3.81,\"OT\":499,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"602\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2021-05-14T08:35\",\"SegFlightNumber\":\"G8-357\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":185,\"GroundTime\":410,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":\"6h 50m\",\"LAYOVERCity\":\"Srinagar\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"segmentid\":\"043\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T18:15\",\"SegFlightNumber\":\"G8-287\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go Air\",\"FareClass\":\"GS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2021-05-14T15:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:25\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4761110995_17DELSXRG8357SXRBOMG8287_4283775019402218\",\"localFromDateTime\":\"2021-05-14 05:30\",\"localToDateTime\":\"2021-05-14 18:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"14\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-14\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=14%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-04 14:13:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231427\",\"TPSysId\":\"231428\",\"VersionId\":[\"29696\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"8552\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"782\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"426\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-04 14:14:00');
INSERT INTO `tbl_temp_data` VALUES (136,'4-5875027701_1DELBOMSG8723_493232878452502','{\"BookingData\":[{\"bookingId\":\"TJS107300069894\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-05-14T07:45\",\"LocalFromTime\":\"2021-05-14 07:45\",\"FromUTCTime\":\"2021-05-14T07:45\",\"LocalToTime\":\"2021-05-14 10:10\",\"ToUTCTime\":\"2021-05-14T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"PublishedFareTxt\":\"4,073\",\"ApiResultIndex\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":4072.7,\"CostToCustomer\":4072.7,\"BaseFareCal\":3987.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":3987.95,\"intOfferedFare\":3972.7,\"intPublishFare\":4072.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"811\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"VCC2\",\"Price\":308,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC6\",\"Price\":308,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC5\",\"Price\":308,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC4\",\"Price\":308,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC2\",\"Price\":308,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"NCC1\",\"Price\":308,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300069894\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-05-14T07:45\",\"LocalFromTime\":\"2021-05-14 07:45\",\"FromUTCTime\":\"2021-05-14T07:45\",\"LocalToTime\":\"2021-05-14 10:10\",\"ToUTCTime\":\"2021-05-14T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 14 May\",\"ArrivalDateTxt\":\"Fri, 14 May\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4072.7,\"ApiResultIndex\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":688.7,\"YQTax\":0,\"OtherCharges\":395,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":176,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":4072.7,\"PublishedFare\":4072.7,\"OfferedFare\":3972.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"811\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-14T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-14T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-5875027701_1DELBOMSG8723_493232878452502\",\"localFromDateTime\":\"2021-05-14 07:45\",\"localToDateTime\":\"2021-05-14 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"14\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-14\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=14%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-04 14:26:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231431\",\"TPSysId\":\"231432\",\"VersionId\":[],\"CustomerSysId\":\"112089\",\"TrxId\":\"8554\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"783\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"80\",\"CustomerMemSysId\":[\"80\"],\"flight_booking_id\":[\"427\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-04 14:26:57'),(137,'3707b-69097-636c5-38992','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid7267516920-1368125567\",\"name\":\"Hotel Mahalaxmi\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzIzMDAwMDAwLzIyMTQwMDAwLzIyMTM2MDAwLzIyMTM1OTA0LzQzMDUzYmI1X2IuanBn\"}],\"des\":\"With a stay at Hotel Mahalaxmi in Navi Mumbai (New Panvel East), you\'ll be 9.8 mi (15.8 km) from DY Patil Stadium and 17.1 mi (27.5 km) from Reliance Corporate Park.  This hotel is 3 mi (4.8 km) from Hazara Falls and 6.6 mi (10.7 km) from Utsav Chowk.\",\"rt\":3,\"gl\":{\"ln\":\"73.12286\",\"lt\":\"18.99823\"},\"ad\":{\"adr\":\"Panvel Matheran Road at Road Number 18\",\"city\":{\"name\":\"Navi Mumbai\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"2_22135904-1_28_19173\",\"rc\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"rt\":\"FullBed Deluxe Room, 1 Double Bed(Room Only)- Package Deal (1 Double Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":975.13,\"tfcs\":{\"BF\":863.33,\"NF\":875.13,\"TAF\":111.8,\"TF\":975.13},\"tafcs\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":863.33,\"NF\":875.13,\"TAF\":111.8,\"TF\":975.13},\"afc\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}}}],\"checkInDate\":\"2021-05-05\",\"checkOutDate\":\"2021-05-06\"}],\"id\":\"1_22135904-28_52939\",\"tp\":975.13,\"cnp\":{\"id\":\"1_22135904-28_52939\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-05-04T19:38:57.695\",\"tdt\":\"2021-05-05T12:00\",\"am\":863.33}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel Mahalaxmi\",\"ad\":\"Panvel Matheran Road at Road Number 18\"}},\"ddt\":\"2021-05-04T19:38:57.695\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free self parking, Free WiFiCheckin Start Time : 9:00 AMCheckin End Time : 9:00 AMMin Checkin Age : 18Checkout Time : 12:00 PMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards  Special Instructions : Front desk staff will greet guests on arrival.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.                     Rollaway bed fee: INR 500 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":975.13},{\"fc\":[\"BREAKFAST\"],\"tpc\":2762.6}],\"mi\":{\"set\":\"2021-05-04T19:58:45.693\"}},\"bookingId\":\"TJS200300069996\",\"query\":{\"checkinDate\":\"2021-05-05\",\"checkoutDate\":\"2021-05-06\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110345\",\"countryName\":\"India\",\"cityName\":\"Navi Mumbai\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid7267516920\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1170},\"metaInfo\":[]},\"hotelbookingid\":\"2\",\"SearchHotelTraceId\":\"3707b-69097-636c5-38992\",\"CustomerSession\":{\"bookingId\":\"3707b-69097-636c5-38992\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"3707b-69097-636c5-38992\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"80\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"Abhinav\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-05-04 19:39:43'),(138,'9482c-84203-a0ff8-9b0b1','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid3149510553-833169960\",\"name\":\"Joeys Hostel\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYwMjE2MDQwMDI4MjU0OTMzLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYwMjE2MDQwMDI4MjU0OTMzLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS81YzYwYjQ1ZWQwOTIwMDAzNDczNzg1NjM3ZmY4NjhhNS5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS81YzYwYjQ1ZWQwOTIwMDAzNDczNzg1NjM3ZmY4NjhhNS5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS83NTdlMjVjZGJhMmI3MTU3NzhlZDczZmEyNjgzNWUzMi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMTYwOC8tMS83NTdlMjVjZGJhMmI3MTU3NzhlZDczZmEyNjgzNWUzMi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYxOTIxMTMwMDMwMDg1NTg2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzkzMS85MzE2MDgvOTMxNjA4XzE1MDYxOTIxMTMwMDMwMDg1NTg2LmpwZz9zPTMxMng=\"}],\"des\":\"Stop at Joeys Hostel to discover the wonders of New Delhi and NCR. Offering a variety of facilities and services, the hotel provides all you need for a good night\'s sleep. Take advantage of the hotel\'s free Wi-Fi in all rooms, daily housekeeping, luggage storage, Wi-Fi in public areas, car park. Some of the well-appointed guestrooms feature television LCD\\/plasma screen, linens, internet access  wireless, air conditioning, heating. Take a break from a long day and make use of karaoke, games room. Convenience and comfort makes Joeys Hostel the perfect choice for your stay in New Delhi and NCR.<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-1 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 2-18 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 18 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.27454\",\"lt\":\"28.628862\"},\"ad\":{\"adr\":\"1\\/49 Lalita Park,Main Vikas Marg,Laxmi Nagar,Delhi,110092\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOSTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"931608_0_12508\",\"rc\":\"1 Bed in 12-Bed Dormitory\",\"rt\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"adt\":1,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":895.72,\"tfcs\":{\"NF\":845.72,\"TAF\":73.6,\"TF\":895.72,\"BF\":822.12},\"tafcs\":{\"TAF\":{\"MF\":20,\"MU\":50,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"checkInDate\":\"2021-05-12\",\"checkOutDate\":\"2021-05-14\"},{\"id\":\"931608_0_84499\",\"rc\":\"1 Bed in 12-Bed Dormitory\",\"rt\":\"Single-1 Bed In 12-Bed Dormitory-1-Breakfast Benefit : ( Breakfast )\",\"adt\":1,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":895.72,\"tfcs\":{\"NF\":845.72,\"TAF\":73.6,\"TF\":895.72,\"BF\":822.12},\"tafcs\":{\"TAF\":{\"MF\":20,\"MU\":50,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":422.86,\"TAF\":36.8,\"TF\":447.86,\"BF\":411.06},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"checkInDate\":\"2021-05-12\",\"checkOutDate\":\"2021-05-14\"}],\"id\":\"26_931608-75_0_36367\",\"tp\":1791.44,\"cnp\":{\"id\":\"26_931608-75_0_36367\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-05-11T10:52:32.168\",\"tdt\":\"2021-05-12T12:00\",\"am\":1644.24}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Joeys Hostel\",\"ad\":\"1\\/49 Lalita Park,Main Vikas Marg,Laxmi Nagar,Delhi,110092\"}},\"ddt\":\"2021-05-11T10:52:32.168\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Shared BathroomNon SmokingChild and extra bed policy :  Infant 0-1 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 2-18 year(s) old stay for free if using existing bedding, extra bed and meals are not included.Guests over 18 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":1791.44}],\"mi\":{\"set\":\"2021-05-11T11:09:54.088\"}},\"bookingId\":\"TJS201300071431\",\"query\":{\"checkinDate\":\"2021-05-12\",\"checkoutDate\":\"2021-05-14\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid3149510553\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1024},\"metaInfo\":[]},\"hotelbookingid\":\"3\",\"SearchHotelTraceId\":\"9482c-84203-a0ff8-9b0b1\",\"CustomerSession\":{\"bookingId\":\"9482c-84203-a0ff8-9b0b1\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"9482c-84203-a0ff8-9b0b1\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"234567\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"sabir\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"8976543\",\"specialrequest\":\"\"}}','2021-05-11 11:05:27'),(139,'10-7689152214_6DELBOMH1941_1099247817497872','{\"BookingData\":[{\"bookingId\":\"TJS107100071624\",\"FlightNumber\":\"H1-941\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-31T07:20\",\"LocalFromTime\":\"2021-05-31 07:20\",\"FromUTCTime\":\"2021-05-31T07:20\",\"LocalToTime\":\"2021-05-31 09:35\",\"ToUTCTime\":\"2021-05-31T09:35\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 31 May\",\"ArrivalDateTxt\":\"Mon, 31 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36299.4,\"PublishedFareTxt\":\"36,299\",\"ApiResultIndex\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21900,\"Tax\":14399.4,\"YQTax\":4702,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1682,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36299.4,\"PublishedFare\":36299.4,\"OfferedFare\":36099.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14399.4,\"BaseFareCal\":36129.91,\"BaseFare\":21900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4702,\"AGST\":1682,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":7000,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":36299.4,\"CostToCustomer\":36299.4,\"BaseFareCal\":36129.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":36129.91,\"intOfferedFare\":36099.4,\"intPublishFare\":36299.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-31T09:35\",\"SegFlightNumber\":\"H1-941\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-31T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107100071624\",\"FlightNumber\":\"H1-941\",\"AirlineName\":\"Hahn Air\",\"AirlineCode\":\"H1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"AirlineSysId\":\"251\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2021-05-31T07:20\",\"LocalFromTime\":\"2021-05-31 07:20\",\"FromUTCTime\":\"2021-05-31T07:20\",\"LocalToTime\":\"2021-05-31 09:35\",\"ToUTCTime\":\"2021-05-31T09:35\",\"IsDirect\":0,\"FareClass\":\"K\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 31 May\",\"ArrivalDateTxt\":\"Mon, 31 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":36299.4,\"ApiResultIndex\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":21900,\"Tax\":14399.4,\"YQTax\":4702,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1682,\"CarrierMiscFee\":7000,\"MUFee\":200,\"intPublishedFare\":36299.4,\"PublishedFare\":36299.4,\"OfferedFare\":36099.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":14399.4,\"BaseFareCal\":36129.91,\"BaseFare\":21900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":4702,\"AGST\":1682,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":7000,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"433\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-31T09:35\",\"SegFlightNumber\":\"H1-941\",\"AirlineCode\":\"H1\",\"AirlineName\":\"Hahn Air\",\"FareClass\":\"K\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-31T07:20\",\"TripIndicator\":\"\",\"Baggage\":\"1PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/H1.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-7689152214_6DELBOMH1941_1099247817497872\",\"localFromDateTime\":\"2021-05-31 07:20\",\"localToDateTime\":\"2021-05-31 09:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"31\\/05\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/05\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-05-31\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=31%2F05%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-11 14:47:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-11 14:47:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"389\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231815\",\"TPSysId\":\"231816\",\"VersionId\":[\"29746\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8634\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"32\":{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"NVML\",\"Price\":\"0\",\"Description\":\"Non-Veg Meal\"},\"389\":{\"Currency\":\"INR\",\"key\":\"433\",\"Code\":\"VLML\",\"Price\":\"0\",\"Description\":\"Lacto-Ovo Veg Meal\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"784\",\"785\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"32\",\"389\"],\"flight_booking_id\":[\"428\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-11 14:48:21'),(140,'972dc-f45d0-44a7b-2183f','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid2008395127--1104663351\",\"name\":\"Hotel Mountain Top\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvQ0hBSU4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvQ0hBSU4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSEEuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSEEuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE8uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE8uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE9fVE4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvSE9fVE4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDA1NTMyNFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDA1NTMyNFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L3N5Zi9kYncvMDAwMDA0ODIzOFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L3N5Zi9kYncvMDAwMDA0ODIzOFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyNTU3NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyNTU3NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0N1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0N1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0NlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAyMDY0NlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxN1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxN1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvMDAwMDAxNjkxNlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQxLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQxLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQyLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQyLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQzLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQzLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ0LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ0LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ1LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ1LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ2LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ2LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ3LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ3LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ4LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ4LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ5LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L3N5Zi9kYncvWFQ5LmpwZw==\"}],\"des\":\"<b>Rooms:<\\/b><br>Super Deluxe Room<br>Apple Classic<br>Family Suite<br><b>Check in at <\\/b>12:00 pm<br><b>Check out at <\\/b>11:00 am<br>\",\"rt\":3,\"gl\":{\"ln\":\"77.18559\",\"lt\":\"32.24952\"},\"ad\":{\"adr\":\"Vill Dhungri, Hidimba Road,Near Hidimba Temple,Hadimba Road,MANALI,HIMACHAL PRADESH,India,Pin-175131\",\"city\":{\"name\":\"Manali\"},\"country\":{\"name\":\"India\"}},\"fl\":[\"Luggage storage\\rGardens\\rConcierge\\rTravel counter\\rNight club\\rCyber Cafe\\rCampfire Area\\rHousekeeping\\rTea Coffee Maker\\rConference Room\\rFront desk\\rKids Play Area\\rTrekking Nearby\\rDance Floor\\rInternet Access\\rTrekking\\/ Hiking\\rRefrigerator\\rElectric kettle\\rTerrace\\rOutdoor dining area\\r24 Hour Power Supply\\rRestaurant\\rRoom service\\rWIFI\\rLaundry facilities\\rFamily Rooms\\rHeating\\rParking\\r24-Hour Front Desk\\rCar Rental 24-Hour\\rIroning Service\\rTicket Service\\rCity View\\rGarden view\\rMountain view\\rFlat-screen TV\\rTelephone\\rBuffet-Style Restaurant\\rTowels\\rArcade\\/game room\\rSuitable for children\\r24-Hour Security\\rBonfire Arrangement\\rGames\\rIn Room Movies\\rLCD \\/ Projector\\rServant Quarter\\rshuttle service (surcharge)\\rTaxi Service\\rTransportation Service\\rCCTV\\rFire Extinguisher\\rFirst Aid Kit\\rBachelors\\rFamily\\rUnmarried Couples\\rEnglish\\rHindi\\r2 Wheeler\\r4 Wheeler\\rCash\\rDebit Card\\rNet-Banking\\rVisa\\rAmerican Express\\rMastercard\\rPaytm\\rRoom Service (Limited Time)\\rSpecial occasion arrangement\\rDry cleaning\\rWaiting area\\rAirport\\/\\/Railway station pickup available (Chargeable)\\rCarom\\rChess\\rPool \\/ Snookers\\rTable Tennis\\rAirport\\/Railway station drop (chargeable)\\rCar rental (Chargeable)\\rBike Rental (Chargeable)\\rScooty Rental (Chargeable)\\rCycle Rental (Chargeable)\\rOutdoor Parking\\rCCTV camera installed inside\\/outside hotel premises\\rCCTV camera installed on each floor\\rHot water available 24x7\\rSecurity Guard Timings - Specific Time Slots\\rBusiness center\\rCoffee shop or cafe\\rNewspaper\\rWakeup-calls\\rwindow opens\\rCeiling fan\\rCoffee\\/tea maker\\rComplimentary newspaper\\rComplimentary newspaper(M-F)\\rComplimentary toiletries\\rHair dryer\\rInternet access-complimentary\\rInternet access-TV\\rInternet access-wireless\\rKettle\\rAttached Bathroom\\rH\\/C running water\\rLinens\"],\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"0_00004709-39_93598\",\"rc\":\"Double Plus Child Apple Classic Room\",\"rt\":\"Double Plus Child Apple Classic Room\",\"adt\":2,\"chd\":1,\"mb\":\"ROOM ONLY\",\"tp\":1906.14,\"tfcs\":{\"NF\":1856.14,\"TAF\":73.6,\"TF\":1906.14,\"BF\":1832.54},\"tafcs\":{\"TAF\":{\"MF\":20,\"MU\":50,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"checkInDate\":\"2021-06-21\",\"checkOutDate\":\"2021-06-23\"},{\"id\":\"0_00004709-39_41246\",\"rc\":\"Double Apple Classic Room\",\"rt\":\"Double Apple Classic Room\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1906.14,\"tfcs\":{\"NF\":1856.14,\"TAF\":73.6,\"TF\":1906.14,\"BF\":1832.54},\"tafcs\":{\"TAF\":{\"MF\":20,\"MU\":50,\"MFT\":3.6}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}},{\"day\":2,\"fc\":{\"NF\":928.07,\"TAF\":36.8,\"TF\":953.07,\"BF\":916.27},\"afc\":{\"TAF\":{\"MF\":10,\"MU\":25,\"MFT\":1.8}}}],\"checkInDate\":\"2021-06-21\",\"checkOutDate\":\"2021-06-23\"}],\"id\":\"0_00004709-39_22155\",\"tp\":3812.28,\"cnp\":{\"id\":\"0_00004709-39_22155\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-05-11T15:19:39.429\",\"tdt\":\"2021-06-15T06:00\",\"am\":0},{\"fdt\":\"2021-06-15T06:00\",\"tdt\":\"2021-06-21T12:00\",\"am\":3665.09}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel Mountain Top\",\"ad\":\"Vill Dhungri, Hidimba Road,Near Hidimba Temple,Hadimba Road,MANALI,HIMACHAL PRADESH,India,Pin-175131\"}},\"ddt\":\"2021-06-15T06:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Save 29% on each nightComplimentary Wi-Fi InternetMandatory Gala Dinner charges applicable for Christmas and New Year to be paid at the hotel directly by the guests(If any) Compulsory Gala Dinner charges applicable for Christmas and New Year to be paid at the hotel directly by the guestSanitized Room                                  Trained Staff - Personal Hygiene                                  Sterilize Indoor                                  Adherence to WHO Guidelines                                  Hotel Staff and Guest\'s body temperature monitored at hotel entry points. Refused entry if the temperature is above 99.1 ( F ) degree Fahrenheit.                                Rooms will have alcohol-based hand sanitizer and face mask for guest use.                                Room sanitization done in front of guests when checking in.                                Hotel staff has Arogya Setu app.                                Every staff member wears face masks and gloves at all service times.                                Hotel rooms\\/floors and public areas are cleaned with hospital-grade disinfectants                                The hotel has In-Room Dining options available with minimal contact service and disposable\\/sanitized crockery & cutlery.                                Hotel staff ensures to maintain social distancing at all times.                                Every guest\'s travel records are maintained as per local and central Government of India guidelines.                                While working with supplier and contractors hotel complies with health advisories and Government guidelines.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":3812.28}],\"mi\":{\"set\":\"2021-05-11T15:38:27.434\"}},\"bookingId\":\"TJS208200071668\",\"alerts\":[{\"oldFare\":3557.48,\"newFare\":3712.28,\"type\":\"FAREALERT\"}],\"query\":{\"checkinDate\":\"2021-06-21\",\"checkoutDate\":\"2021-06-23\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":1,\"childAge\":[7]},{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid2008395127\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":true,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1110},\"metaInfo\":[]},\"hotelbookingid\":\"4\",\"SearchHotelTraceId\":\"972dc-f45d0-44a7b-2183f\",\"CustomerSession\":{\"bookingId\":\"972dc-f45d0-44a7b-2183f\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9634022688\",\"traceId\":\"972dc-f45d0-44a7b-2183f\",\"leadEmail\":\"muskancatpl@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"5\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"muskan\",\"passenger-lastname-1\":\"gupta\",\"passenger-panNumber-1\":\"5963330\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"ashok\",\"passenger-lastname-2\":\"gupta\",\"passenger-panNumber-2\":\"56666\",\"paxType-3\":\"1\",\"CustomerSysId-3\":\"\",\"salution-3\":\"Mrs\",\"passenger-firstname-3\":\"ms\",\"passenger-lastname-3\":\"gupta\",\"passenger-panNumber-3\":\"2525885\",\"paxType-4\":\"1\",\"CustomerSysId-4\":\"\",\"salution-4\":\"Ms\",\"passenger-firstname-4\":\"sg\",\"passenger-lastname-4\":\"gupta\",\"passenger-panNumber-4\":\"3699741\",\"paxType-5\":\"2\",\"CustomerSysId-5\":\"\",\"salution-5\":\"Master\",\"passenger-firstname-5\":\"muj\",\"passenger-lastname-5\":\"gupta\",\"passenger-panNumber-5\":\"69997\",\"specialrequest\":\"\"}}','2021-05-11 15:22:18'),(141,'5-6706318192_7BLRPNQ6E699_1101597586492333,4-6706318192_0PNQBLRSG519_1101593493038553','{\"BookingData\":[{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"6E-699\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2021-06-22T08:05\",\"LocalFromTime\":\"2021-06-22 08:05\",\"FromUTCTime\":\"2021-06-22T08:05\",\"LocalToTime\":\"2021-06-22 09:15\",\"ToUTCTime\":\"2021-06-22T09:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 22 Jun\",\"ArrivalDateTxt\":\"Tue, 22 Jun\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":4273.4,\"PublishedFareTxt\":\"4,273\",\"ApiResultIndex\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2782,\"Tax\":1491.4,\"YQTax\":0,\"OtherCharges\":1106,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4273.4,\"PublishedFare\":4273.4,\"OfferedFare\":4073.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1491.4,\"BaseFareCal\":4103.91,\"BaseFare\":2782,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":150,\"MFT\":5.4,\"OT\":1106,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":4273.4,\"CostToCustomer\":4273.4,\"BaseFareCal\":4103.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":4103.91,\"intOfferedFare\":4073.4,\"intPublishFare\":4273.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"073\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-06-22T09:15\",\"SegFlightNumber\":\"6E-699\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-22T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-22 12:00\",\"localToDateTime\":\"2021-06-24 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"6E-699\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2021-06-22T08:05\",\"LocalFromTime\":\"2021-06-22 08:05\",\"FromUTCTime\":\"2021-06-22T08:05\",\"LocalToTime\":\"2021-06-22 09:15\",\"ToUTCTime\":\"2021-06-22T09:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 22 Jun\",\"ArrivalDateTxt\":\"Tue, 22 Jun\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":12112.8,\"ApiResultIndex\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8578,\"Tax\":3534.8,\"YQTax\":0,\"OtherCharges\":2614,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":12112.8,\"PublishedFare\":12112.8,\"OfferedFare\":11712.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3534.8,\"BaseFareCal\":11773.82,\"BaseFare\":8578,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":450,\"MFT\":10.8,\"OT\":2614,\"MU\":400,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"073\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-06-22T09:15\",\"SegFlightNumber\":\"6E-699\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2021-06-22T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"624\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-24T07:25\",\"SegFlightNumber\":\"SG-519\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-06-24T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6706318192_7BLRPNQ6E699_1101597586492333\",\"localFromDateTime\":\"2021-06-22 08:05\",\"localToDateTime\":\"2021-06-22 09:15\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS107200071686\",\"FlightNumber\":\"SG-519\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"05:55\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2021-06-24T05:55\",\"LocalFromTime\":\"2021-06-24 05:55\",\"FromUTCTime\":\"2021-06-24T05:55\",\"LocalToTime\":\"2021-06-24 07:25\",\"ToUTCTime\":\"2021-06-24T07:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 24 Jun\",\"ArrivalDateTxt\":\"Thu, 24 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":7839.4,\"PublishedFareTxt\":\"7,839\",\"ApiResultIndex\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5796,\"Tax\":2043.4,\"YQTax\":0,\"OtherCharges\":1508,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":7839.4,\"PublishedFare\":7839.4,\"OfferedFare\":7639.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2043.4,\"BaseFareCal\":7669.91,\"BaseFare\":5796,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":300,\"MFT\":5.4,\"OT\":1508,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":30.51,\"PublishFare\":7839.4,\"CostToCustomer\":7839.4,\"BaseFareCal\":7669.91,\"intCommisionEarnedForAgency\":169.49,\"CostToCompany\":7669.91,\"intOfferedFare\":7639.4,\"intPublishFare\":7839.4,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"624\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2021-06-24T07:25\",\"SegFlightNumber\":\"SG-519\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-06-24T05:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6706318192_0PNQBLRSG519_1101593493038553\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-22 12:00\",\"localToDateTime\":\"2021-06-24 12:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Pune (PNQ)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"departure_date\":\"22\\/06\\/2021\",\"return_date\":\"24\\/06\\/2021\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" IN - Lohegaon Arpt (PNQ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"BLR\",\"to\":\"PNQ\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"sourceCityId\":0,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/06\\/2021\",\"return_dates\":\"24\\/06\\/2021\",\"strDepatureDate\":\"2021-06-22\",\"strReturnDate\":\"2021-06-24\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Bengaluru+%28BLR%29&mytrip_city_to=Pune+%28PNQ%29&adults=2&childs=0&infants=0&class=2&source_city=BLR&ContSysId_1=0&destination_city=PNQ&ContSysId=101&source=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&destination=Pune%2C+IN+-+Lohegaon+Arpt+%28PNQ%29&departure_date=22%2F06%2F2021&return_date=24%2F06%2F2021&from_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&to_mytrip_city=+IN+-+Lohegaon+Arpt+%28PNQ%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-11 15:27:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"ASHOK\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-11 15:27:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"391\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231819\",\"TPSysId\":\"231820\",\"VersionId\":[\"29747\",\"29748\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8635\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"073\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"BOF3\",\"Price\":\"300\",\"Weight\":\"Bag Out First with 3 Bag\"}},\"SelectedMealSessionNewInb\":{\"49\":{\"Currency\":\"INR\",\"key\":\"624\",\"Code\":\"VGSW\",\"Price\":\"229\",\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"}},\"flight_booking_customer_id\":[[\"786\",\"787\"],[\"788\",\"789\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"391\"],\"flight_booking_id\":[\"429\",\"430\"]},\"selectedSeatSession\":{\"073\":{\"49\":{\"seatNo\":\"11C\",\"seatPosition\":{\"row\":11,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"11C\",\"amount\":250},\"391\":{\"seatNo\":\"13C\",\"seatPosition\":{\"row\":13,\"column\":3},\"isBooked\":false,\"isLegroom\":true,\"isAisle\":true,\"code\":\"13C\",\"amount\":1000}},\"624\":{\"49\":{\"seatNo\":\"7C\",\"seatPosition\":{\"row\":7,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"7C\",\"amount\":300},\"391\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"code\":\"7B\",\"amount\":250}}},\"_sessiondata\":null}','2021-05-11 15:29:16'),(142,'80991-4b857-320b4-1b16d','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid5458568571-1387907974\",\"name\":\"Holiday Retreat\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xL2Q4ZWFjYjc3YmI5MmJkOWVmZWI3N2E3Y2E3ZjIxODJjLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xL2Q4ZWFjYjc3YmI5MmJkOWVmZWI3N2E3Y2E3ZjIxODJjLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzc5MzNhZGNkNGEzNDc1OTBkMWRlYmY1ZmQyZDgyNWM2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzc5MzNhZGNkNGEzNDc1OTBkMWRlYmY1ZmQyZDgyNWM2LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzEyOTZmMTNlZTgwZjllYTZlNzRjZjk1YmQwZjI4NmRkLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzE4NzkzNTg0Ly0xLzEyOTZmMTNlZTgwZjllYTZlNzRjZjk1YmQwZjI4NmRkLmpwZz9zPTMxMng=\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-3 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 4-12 year(s) old stay for free if using existing bedding, extra bed and meals are not included.<br><br>Guests over 12 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.17291\",\"lt\":\"31.092773\"},\"ad\":{\"adr\":\"Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh\",\"city\":{\"name\":\"Shimla\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"18793584_0_35775\",\"rc\":\"Deluxe Room\",\"rt\":\"Single-Deluxe Room-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":2276.84,\"tfcs\":{\"BF\":2191.44,\"NF\":2226.84,\"TF\":2276.84,\"TAF\":85.4},\"tafcs\":{\"TAF\":{\"MF\":30,\"MFT\":5.4,\"MU\":50}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"checkInDate\":\"2021-06-29\",\"checkOutDate\":\"2021-07-02\"},{\"id\":\"18793584_0_55333\",\"rc\":\"Deluxe Room\",\"rt\":\"Single-Deluxe Room-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":2276.84,\"tfcs\":{\"BF\":2191.44,\"NF\":2226.84,\"TF\":2276.84,\"TAF\":85.4},\"tafcs\":{\"TAF\":{\"MF\":30,\"MFT\":5.4,\"MU\":50}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":730.48,\"NF\":742.28,\"TF\":758.95,\"TAF\":28.47},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"checkInDate\":\"2021-06-29\",\"checkOutDate\":\"2021-07-02\"}],\"id\":\"26_18793584-28_0_16027\",\"tp\":4553.68,\"cnp\":{\"id\":\"26_18793584-28_0_16027\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-05-12T16:11:42.696\",\"tdt\":\"2021-06-24T18:00\",\"am\":0},{\"fdt\":\"2021-06-24T18:00\",\"tdt\":\"2021-06-29T12:00\",\"am\":4382.88}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Holiday Retreat\",\"ad\":\"Verma Apartment B Block, Dyerton Estate, Khalini, Shimla, Himachal Pradesh\"}},\"ddt\":\"2021-06-24T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"No Shared BathroomChild and extra bed policy :  Infant 0-3 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 4-12 year(s) old stay for free if using existing bedding, extra bed and meals are not included.Guests over 12 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":4553.68},{\"fc\":[\"BREAKFAST\"],\"tpc\":5641.54}],\"mi\":{\"set\":\"2021-05-12T16:31:21.679\"}},\"bookingId\":\"TJS201000072279\",\"query\":{\"checkinDate\":\"2021-06-29\",\"checkoutDate\":\"2021-07-02\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110285\",\"countryName\":\"India\",\"cityName\":\"Shimla\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid5458568571\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1161},\"metaInfo\":[]},\"hotelbookingid\":\"5\",\"SearchHotelTraceId\":\"80991-4b857-320b4-1b16d\",\"CustomerSession\":{\"bookingId\":\"80991-4b857-320b4-1b16d\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9634022688\",\"traceId\":\"80991-4b857-320b4-1b16d\",\"leadEmail\":\"muskancatpl@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"32\",\"salution-1\":\"Mrs\",\"passenger-firstname-1\":\"surbhi\",\"passenger-lastname-1\":\"gupta\",\"passenger-panNumber-1\":\"89992333\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"49\",\"salution-2\":\"Ms\",\"passenger-firstname-2\":\"Muskan\",\"passenger-lastname-2\":\"Gupta\",\"passenger-panNumber-2\":\"7899941266\",\"specialrequest\":\"special services\"}}','2021-05-12 16:17:03'),(144,'5-8234832999_10DELBOM6E6186_1358777692335489','{\"BookingData\":[{\"bookingId\":\"TJS108600072779\",\"FlightNumber\":\"6E-6186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2021-06-25T17:45\",\"LocalFromTime\":\"2021-06-25 17:45\",\"FromUTCTime\":\"2021-06-25T17:45\",\"LocalToTime\":\"2021-06-25 20:00\",\"ToUTCTime\":\"2021-06-25T20:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 25 Jun\",\"ArrivalDateTxt\":\"Fri, 25 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":8537.099999999999,\"PublishedFareTxt\":\"8,537\",\"ApiResultIndex\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6381,\"Tax\":2156.1000000000004,\"YQTax\":0,\"OtherCharges\":1470,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":333,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":8537.099999999999,\"PublishedFare\":8537.1,\"OfferedFare\":8237.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1437.4,\"BaseFareCal\":5521.91,\"BaseFare\":4254,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":222,\"MFT\":5.4,\"OT\":980,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":718.7,\"BaseFareCal\":2760.95,\"BaseFare\":2127,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":111,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":8537.1,\"CostToCustomer\":8537.1,\"BaseFareCal\":8282.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":8282.86,\"intOfferedFare\":8237.099999999999,\"intPublishFare\":8537.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"834\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-25T20:00\",\"SegFlightNumber\":\"6E-6186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-25T17:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"834\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"834\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"834\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"834\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"834\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108600072779\",\"FlightNumber\":\"6E-6186\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"strTraceId\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2021-06-25T17:45\",\"LocalFromTime\":\"2021-06-25 17:45\",\"FromUTCTime\":\"2021-06-25T17:45\",\"LocalToTime\":\"2021-06-25 20:00\",\"ToUTCTime\":\"2021-06-25T20:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 25 Jun\",\"ArrivalDateTxt\":\"Fri, 25 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":90,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":8537.099999999999,\"ApiResultIndex\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6381,\"Tax\":2156.1000000000004,\"YQTax\":0,\"OtherCharges\":1470,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":333,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":8537.099999999999,\"PublishedFare\":8537.1,\"OfferedFare\":8237.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1437.4,\"BaseFareCal\":5521.91,\"BaseFare\":4254,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":222,\"MFT\":5.4,\"OT\":980,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":718.7,\"BaseFareCal\":2760.95,\"BaseFare\":2127,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":111,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"834\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-25T20:00\",\"SegFlightNumber\":\"6E-6186\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-25T17:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":90,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8234832999_10DELBOM6E6186_1358777692335489\",\"localFromDateTime\":\"2021-06-25 17:45\",\"localToDateTime\":\"2021-06-25 20:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"25\\/06\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"25\\/06\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-06-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=25%2F06%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancapl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"muskan\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-14 14:54:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"111\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"111\",\"EmailId\":\"muskancapl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"ashok\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-14 14:54:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"396\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"111\",\"EmailId\":\"muskancapl@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"ash\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-14 14:54:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"397\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"231944\",\"TPSysId\":\"231945\",\"VersionId\":[\"29778\"],\"CustomerSysId\":\"112178\",\"TrxId\":\"8665\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"790\",\"791\",\"792\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"111\",\"396\",\"397\"],\"flight_booking_id\":[\"431\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-14 14:57:13'),(145,'5-1548992133_1DELMAA6E2129_2503187566275343','{\"BookingData\":[{\"bookingId\":\"TJS108600075987\",\"FlightNumber\":\"6E-2129\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:50\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2021-06-16T09:50\",\"LocalFromTime\":\"2021-06-16 09:50\",\"FromUTCTime\":\"2021-06-16T09:50\",\"LocalToTime\":\"2021-06-16 12:45\",\"ToUTCTime\":\"2021-06-16T12:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 16 Jun\",\"ArrivalDateTxt\":\"Wed, 16 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":126,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2345.7,\"PublishedFareTxt\":\"2,346\",\"ApiResultIndex\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1650,\"Tax\":695.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2345.7,\"PublishedFare\":2345.7,\"OfferedFare\":2245.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":695.7,\"BaseFareCal\":2260.95,\"BaseFare\":1650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":88,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.75,\"apiTaxOnMarkup\":15.25,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.25,\"PublishFare\":2345.7,\"CostToCustomer\":2345.7,\"BaseFareCal\":2260.95,\"intCommisionEarnedForAgency\":84.75,\"CostToCompany\":2260.95,\"intOfferedFare\":2245.7,\"intPublishFare\":2345.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-06-16T12:45\",\"SegFlightNumber\":\"6E-2129\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-16T09:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":126,\"strDepartureDtTime\":\"09:50\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"174\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108600075987\",\"FlightNumber\":\"6E-2129\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:50\",\"ArrivalTime\":\"12:45\",\"TravelDate\":\"2021-06-16T09:50\",\"LocalFromTime\":\"2021-06-16 09:50\",\"FromUTCTime\":\"2021-06-16T09:50\",\"LocalToTime\":\"2021-06-16 12:45\",\"ToUTCTime\":\"2021-06-16T12:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Wed, 16 Jun\",\"ArrivalDateTxt\":\"Wed, 16 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":126,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2345.7,\"ApiResultIndex\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1650,\"Tax\":695.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":88,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2345.7,\"PublishedFare\":2345.7,\"OfferedFare\":2245.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":695.7,\"BaseFareCal\":2260.95,\"BaseFare\":1650,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":88,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"174\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-06-16T12:45\",\"SegFlightNumber\":\"6E-2129\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-16T09:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":126,\"strDepartureDtTime\":\"09:50\",\"strArrivalDtTime\":\"12:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1548992133_1DELMAA6E2129_2503187566275343\",\"localFromDateTime\":\"2021-06-16 09:50\",\"localToDateTime\":\"2021-06-16 12:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Chennai, IN - Chennai Arpt (MAA)\",\"departure_date\":\"16\\/06\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/06\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-06-16\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Chennai+%28MAA%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=MAA&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&departure_date=16%2F06%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"sfsafsaf\",\"CityTitle\":\"Noida\",\"CitySysId\":\"19543\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-27 20:45:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"232236\",\"TPSysId\":\"232237\",\"VersionId\":[\"29861\"],\"CustomerSysId\":\"112495\",\"TrxId\":\"8766\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"793\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_id\":[\"432\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-05-27 20:46:02'),(146,'4c75b-7aade-f8369-f4054','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-2281\",\"SegFlightNumberArr\":\"6E-2281\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"4c75b-7aade-f8369-f4054\",\"apiTraceId\":\"5-2606653334_1DELBOM6E2281_2576776772639473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2021-05-29T09:30\",\"LocalFromTime\":\"2021-05-29 09:30\",\"FromUTCTime\":\"2021-05-29T09:30\",\"LocalToTime\":\"2021-05-29 11:45\",\"ToUTCTime\":\"2021-05-29T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 May\",\"ArrivalDateTxt\":\"Sat, 29 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":100,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2683.7,\"PublishedFareTxt\":\"2,684\",\"ApiResultIndex\":\"5-2606653334_1DELBOM6E2281_2576776772639473\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1972,\"Tax\":711.7,\"YQTax\":0,\"OtherCharges\":594,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2683.7,\"PublishedFare\":2683.7,\"PublishedFareAgent\":2683.7,\"OfferedFareAgent\":2683.7,\"OfferedFare\":2583.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2606653334_1DELBOM6E2281_2576776772639473\",\"ApiResultIndex\":\"5-2606653334_1DELBOM6E2281_2576776772639473\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":100,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":711.7,\"TotalBaseFare\":2683.7,\"BaseFareCal\":2583.7,\"BaseFare\":1972,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":594,\"MU\":100,\"YR\":0,\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.254237288135599,\"PublishFare\":2683.7,\"CostToCustomer\":2683.7,\"BaseFareCal\":2583.7,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":2583.7,\"intOfferedFare\":2583.7,\"intPublishFare\":2683.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7},\"$$hashKey\":\"02S\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-29T11:45\",\"SegFlightNumber\":\"6E-2281\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-29T09:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":100,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"$$hashKey\":\"027\"}],\"apiTraceId\":\"5-2606653334_1DELBOM6E2281_2576776772639473\",\"SearchTraceId\":\"4c75b-7aade-f8369-f4054\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"29\\/05\\/2021\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2021-05-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4c75b-7aade-f8369-f4054\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/05\\/2021\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 May Sat\"],\"ReturnDateMobile\":\"\"}}','2021-05-28 17:12:17'),(149,'ed4fc-959a4-89d23-868ce','{\"FlightBookingData\":[{\"bookingId\":\"DMCS106400076153\",\"bookingId_TJ\":\"TJS106400076153\",\"FlightNumber\":\"6E-2281\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ed4fc-959a4-89d23-868ce\",\"apiTraceId\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2021-05-29T09:30\",\"LocalFromTime\":\"2021-05-29 09:30\",\"FromUTCTime\":\"2021-05-29T09:30\",\"LocalToTime\":\"2021-05-29 11:45\",\"ToUTCTime\":\"2021-05-29T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 May\",\"ArrivalDateTxt\":\"Sat, 29 May\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":100,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,684\",\"ApiResultIndex\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1972,\"Tax\":711.7,\"YQTax\":0,\"OtherCharges\":490,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":104,\"CarrierMiscFee\":0,\"MUFee\":100,\"intPublishedFare\":2683.7,\"PublishedFare\":2683.7,\"PublishedFareAgent\":2683.7,\"OfferedFareAgent\":2683.7,\"OfferedFare\":2583.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":100,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":711.7,\"TotalBaseFare\":2683.7,\"BaseFareCal\":2583.7,\"BaseFare\":1972,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":104,\"MFT\":2.7,\"OT\":490,\"MU\":100,\"YR\":0,\"intTotalGST\":15.254237288135599,\"apiMarkup\":84.7457627118644,\"IntCommission\":0,\"apiTaxOnMarkup\":15.254237288135599,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":84.7457627118644,\"apiTaxOnMarkup\":15.254237288135599,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":15.254237288135599,\"PublishFare\":2683.7,\"CostToCustomer\":2683.7,\"BaseFareCal\":2583.7,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":2583.7,\"intOfferedFare\":2583.7,\"intPublishFare\":2683.7,\"TripjackMarkup\":100,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":100,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2683.7,\"CostToAgent\":2683.7}},\"Segments\":[{\"segmentid\":\"707\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-05-29T11:45\",\"SegFlightNumber\":\"6E-2281\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-05-29T09:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":100,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/partner.travergyrouter.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"707\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"5-0370306788_1DELBOM6E2281_2579314210371096\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"isML\":false,\"isHB\":false,\"rT\":\"REFUNDABLE\",\"cB\":{\"ADT\":\"15 Kg (01 Piece only)\",\"CNN\":\"15 Kg (01 Piece only)\"},\"hB\":{\"ADT\":\"01 Small Handbag under the seat\",\"CNN\":\"01 Small Handbag under the seat\",\"INF\":\"01 Small Handbag under the seat\"},\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\",\"fcs\":{\"CRFT\":9,\"ARFT\":150,\"ARF\":3000,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200},\"metaInfo\":[]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-05-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"433\"],\"ForCustomerSession\":[{\"AgencySysId\":\"6065\",\"MasterAgencySysId\":\"6049\",\"CustomerSysId\":\"112\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6065\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-28 17:54:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"398\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"6065\",\"MasterAgencySysId\":\"6049\",\"CustomerSysId\":\"112\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6065\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2021-05-28 17:54:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ed4fc-959a4-89d23-868ce\",\"modified\":\"2021-05-28 17:54:18\",\"created\":\"2021-05-28 17:54:18\",\"CustomerMemberSysId\":\"398\"}],\"CustomerSysId\":\"112\",\"CustomerMemSysId\":[\"398\"],\"flight_booking_customer\":[[\"794\"]],\"SearchTraceId\":\"ed4fc-959a4-89d23-868ce\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"29\\/05\\/2021\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2021-05-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ed4fc-959a4-89d23-868ce\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/05\\/2021\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 May Sat\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ed4fc-959a4-89d23-868ce\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/05\\\\\\/2021\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2021-05-29\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ed4fc-959a4-89d23-868ce\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/05\\\\\\/2021\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 May Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS106400076153\\\",\\\"bookingId_TJ\\\":\\\"TJS106400076153\\\",\\\"FlightNumber\\\":\\\"6E-2281\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"ed4fc-959a4-89d23-868ce\\\",\\\"apiTraceId\\\":\\\"5-0370306788_1DELBOM6E2281_2579314210371096\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"09:30\\\",\\\"ArrivalTime\\\":\\\"11:45\\\",\\\"TravelDate\\\":\\\"2021-05-29T09:30\\\",\\\"LocalFromTime\\\":\\\"2021-05-29 09:30\\\",\\\"FromUTCTime\\\":\\\"2021-05-29T09:30\\\",\\\"LocalToTime\\\":\\\"2021-05-29 11:45\\\",\\\"ToUTCTime\\\":\\\"2021-05-29T11:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"T\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Sat, 29 May\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 29 May\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":100,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,684\\\",\\\"ApiResultIndex\\\":\\\"5-0370306788_1DELBOM6E2281_2579314210371096\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/partner.travergyrouter.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1972,\\\"Tax\\\":711.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":490,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":104,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":100,\\\"intPublishedFare\\\":2683.7,\\\"PublishedFare\\\":2683.7,\\\"PublishedFareAgent\\\":2683.7,\\\"OfferedFareAgent\\\":2683.7,\\\"OfferedFare\\\":2583.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-0370306788_1DELBOM6E2281_2579314210371096\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"TACTICAL\\\",\\\"fareIdentifierSP\\\":\\\"TACTICAL\\\",\\\"SeatAvailable\\\":100,\\\"classOfBooking\\\":\\\"T\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":15.254237288135599,\\\"apiMarkup\\\":84.7457627118644,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":100,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2683.7,\\\"CostToAgent\\\":2683.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":711.7,\\\"TotalBaseFare\\\":2683.7,\\\"BaseFareCal\\\":2583.7,\\\"BaseFare\\\":1972,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":104,\\\"MFT\\\":2.7,\\\"OT\\\":490,\\\"MU\\\":100,\\\"YR\\\":0,\\\"intTotalGST\\\":15.254237288135599,\\\"apiMarkup\\\":84.7457627118644,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"FixedMarkUp\\\":0,\\\"GSTOnMarkUp\\\":0,\\\"CommEarned\\\":100,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2683.7,\\\"CostToAgent\\\":2683.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":84.7457627118644,\\\"apiTaxOnMarkup\\\":15.254237288135599,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":0,\\\"IntTaxOnAgencyFixMarkUp\\\":0,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":15.254237288135599,\\\"PublishFare\\\":2683.7,\\\"CostToCustomer\\\":2683.7,\\\"BaseFareCal\\\":2583.7,\\\"intCommisionEarnedForAgency\\\":100,\\\"CostToCompany\\\":2583.7,\\\"intOfferedFare\\\":2583.7,\\\"intPublishFare\\\":2683.7,\\\"TripjackMarkup\\\":100,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":100,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2683.7,\\\"CostToAgent\\\":2683.7}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"707\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2021-05-29T11:45\\\",\\\"SegFlightNumber\\\":\\\"6E-2281\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"T\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2021-05-29T09:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":100,\\\"strDepartureDtTime\\\":\\\"09:30\\\",\\\"strArrivalDtTime\\\":\\\"11:45\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/partner.travergyrouter.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"5-0370306788_1DELBOM6E2281_2579314210371096\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"isML\\\":false,\\\"isHB\\\":false,\\\"rT\\\":\\\"REFUNDABLE\\\",\\\"cB\\\":{\\\"ADT\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CNN\\\":\\\"15 Kg (01 Piece only)\\\"},\\\"hB\\\":{\\\"ADT\\\":\\\"01 Small Handbag under the seat\\\",\\\"CNN\\\":\\\"01 Small Handbag under the seat\\\",\\\"INF\\\":\\\"01 Small Handbag under the seat\\\"},\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-72 hrs Rs 3,000 + *fare diff if any* __nls__ Before 72 hrs Rs 2,500 + *fare diff if any*\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARFT\\\":150,\\\"ARF\\\":3000,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-72 hrs Rs 3,500 __nls__ Before 72 hrs Rs 3,000\\\",\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200},\\\"metaInfo\\\":[]},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2021-05-28 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1200,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"707\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":12000,\\\"Weight\\\":\\\"30 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7701888604\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"0\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"baibhav@catpl.co.in\",\"UserSysId\":\"7092\",\"CustomerSysId\":\"112509\",\"AgencySysId\":\"6065\",\"MasterAgencySysId\":\"6049\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password_cu\":\"\",\"AgencyName\":\"baibhav\",\"AgencyCode\":\"56270\",\"ContactNo1\":\"7701888604\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6EC1953-1ED8-4068-8AC9-93A04AFCDEA4\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"paymentMode\":\"2\"}','2021-05-28 17:54:28'),(150,'4-2170985279_1DELBOMSG8723_3613644592767196','{\"BookingData\":[{\"bookingId\":\"TJS103900079647\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-07-19T07:45\",\"LocalFromTime\":\"2021-07-19 07:45\",\"FromUTCTime\":\"2021-07-19T07:45\",\"LocalToTime\":\"2021-07-19 10:10\",\"ToUTCTime\":\"2021-07-19T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 19 Jul\",\"ArrivalDateTxt\":\"Mon, 19 Jul\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":12218.099999999999,\"PublishedFareTxt\":\"12,218\",\"ApiResultIndex\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10152,\"Tax\":2066.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":12218.099999999999,\"PublishedFare\":12218.1,\"OfferedFare\":11918.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1377.4,\"BaseFareCal\":7975.91,\"BaseFare\":6768,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":352,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":12218.1,\"CostToCustomer\":12218.1,\"BaseFareCal\":11963.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":11963.86,\"intOfferedFare\":11918.099999999999,\"intPublishFare\":12218.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"588\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-19T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-19T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"VGSW\",\"Price\":235,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NVSW\",\"Price\":235,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"JNSW\",\"Price\":235,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"LCVS\",\"Price\":250,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"LCNS\",\"Price\":250,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"NVML\",\"Price\":282,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"JNML\",\"Price\":359,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"GFVG\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"GFNV\",\"Price\":359,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"GFCM\",\"Price\":359,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"FPML\",\"Price\":359,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"DNVL\",\"Price\":359,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"DBML\",\"Price\":359,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"CHML\",\"Price\":359,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103900079647\",\"FlightNumber\":\"SG-8723\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"strTraceId\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-07-19T07:45\",\"LocalFromTime\":\"2021-07-19 07:45\",\"FromUTCTime\":\"2021-07-19T07:45\",\"LocalToTime\":\"2021-07-19 10:10\",\"ToUTCTime\":\"2021-07-19T10:10\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Mon, 19 Jul\",\"ArrivalDateTxt\":\"Mon, 19 Jul\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":12218.099999999999,\"ApiResultIndex\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10152,\"Tax\":2066.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":12218.099999999999,\"PublishedFare\":12218.1,\"OfferedFare\":11918.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1377.4,\"BaseFareCal\":7975.91,\"BaseFare\":6768,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":352,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":688.7,\"BaseFareCal\":3987.95,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"588\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-19T10:10\",\"SegFlightNumber\":\"SG-8723\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-19T07:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-2170985279_1DELBOMSG8723_3613644592767196\",\"localFromDateTime\":\"2021-07-19 07:45\",\"localToDateTime\":\"2021-07-19 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/07\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"19\\/07\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-07-19\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F07%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-09 17:14:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"MUSKAN\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-09 17:14:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"395\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-09 17:14:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"232864\",\"TPSysId\":\"232865\",\"VersionId\":[\"29986\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"8876\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"49\":{\"Currency\":\"INR\",\"key\":\"588\",\"Code\":\"BOF2\",\"Price\":\"205\",\"Weight\":\"Bag Out First with 2 Bag\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"796\",\"797\",\"798\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"395\",\"226\"],\"flight_booking_id\":[\"435\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-06-09 17:14:26'),(151,'4-8233705734_0DELBOMSG8159_4138738471649439','{\"BookingData\":[{\"bookingId\":\"TJS108400081106\",\"FlightNumber\":\"SG-8159\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-06-15T21:35\",\"LocalFromTime\":\"2021-06-15 21:35\",\"FromUTCTime\":\"2021-06-15T21:35\",\"LocalToTime\":\"2021-06-15 23:55\",\"ToUTCTime\":\"2021-06-15T23:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 15 Jun\",\"ArrivalDateTxt\":\"Tue, 15 Jun\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20093.1,\"PublishedFareTxt\":\"20,093\",\"ApiResultIndex\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17655,\"Tax\":2438.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":900,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":20093.1,\"PublishedFare\":20093.1,\"OfferedFare\":19793.1,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1625.4,\"BaseFareCal\":13225.91,\"BaseFare\":11770,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":812.7,\"BaseFareCal\":6612.95,\"BaseFare\":5885,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":300,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":20093.1,\"CostToCustomer\":20093.1,\"BaseFareCal\":19838.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":19838.86,\"intOfferedFare\":19793.1,\"intPublishFare\":20093.1,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"649\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-15T23:55\",\"SegFlightNumber\":\"SG-8159\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-15T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF1\",\"Price\":103,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF2\",\"Price\":205,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"649\",\"Code\":\"BOF3\",\"Price\":308,\"Weight\":\"Bag Out First with 3 Bag\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-06-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400081106\",\"FlightNumber\":\"SG-8159\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2021-06-15T21:35\",\"LocalFromTime\":\"2021-06-15 21:35\",\"FromUTCTime\":\"2021-06-15T21:35\",\"LocalToTime\":\"2021-06-15 23:55\",\"ToUTCTime\":\"2021-06-15T23:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 15 Jun\",\"ArrivalDateTxt\":\"Tue, 15 Jun\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":20093.1,\"ApiResultIndex\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17655,\"Tax\":2438.1000000000004,\"YQTax\":0,\"OtherCharges\":1185,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":900,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":20093.1,\"PublishedFare\":20093.1,\"OfferedFare\":19793.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1625.4,\"BaseFareCal\":13225.91,\"BaseFare\":11770,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":790,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":812.7,\"BaseFareCal\":6612.95,\"BaseFare\":5885,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":300,\"MFT\":2.7,\"OT\":395,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"649\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-06-15T23:55\",\"SegFlightNumber\":\"SG-8159\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-06-15T21:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-8233705734_0DELBOMSG8159_4138738471649439\",\"localFromDateTime\":\"2021-06-15 21:35\",\"localToDateTime\":\"2021-06-15 23:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"15\\/06\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"15\\/06\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-06-15\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=15%2F06%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-15 19:05:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"ASHOK\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-15 19:05:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"391\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-15 19:05:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"233558\",\"TPSysId\":\"233559\",\"VersionId\":[\"30240\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9064\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"799\",\"800\",\"801\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"391\",\"226\"],\"flight_booking_id\":[\"436\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-06-15 19:06:16'),(152,'5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375','{\"BookingData\":[{\"bookingId\":\"TJS107600082339\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-27T19:15\",\"LocalFromTime\":\"2021-07-27 19:15\",\"FromUTCTime\":\"2021-07-27T19:15\",\"LocalToTime\":\"2021-07-28 00:40\",\"ToUTCTime\":\"2021-07-28T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Tue, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 28 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":65,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16328.099999999999,\"PublishedFareTxt\":\"16,328\",\"ApiResultIndex\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13650,\"Tax\":2678.1000000000004,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":16328.099999999999,\"PublishedFare\":16328.1,\"OfferedFare\":16028.099999999999,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.76,\"apiMarkup\":254.24,\"IntCommission\":0,\"apiTaxOnMarkup\":45.76,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":254.24,\"apiTaxOnMarkup\":45.76,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.76,\"PublishFare\":16328.1,\"CostToCustomer\":16328.1,\"BaseFareCal\":16073.86,\"intCommisionEarnedForAgency\":254.24,\"CostToCompany\":16073.86,\"intOfferedFare\":16028.099999999999,\"intPublishFare\":16328.099999999999,\"TripjackMarkup\":300,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-27T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-27T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"011\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-28T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-27T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"726\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107600082339\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-27T19:15\",\"LocalFromTime\":\"2021-07-27 19:15\",\"FromUTCTime\":\"2021-07-27T19:15\",\"LocalToTime\":\"2021-07-28 00:40\",\"ToUTCTime\":\"2021-07-28T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Tue, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 28 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":65,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":16328.099999999999,\"ApiResultIndex\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13650,\"Tax\":2678.1000000000004,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":300,\"intPublishedFare\":16328.099999999999,\"PublishedFare\":16328.1,\"OfferedFare\":16028.099999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":254.24,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"726\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-27T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-27T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"011\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-28T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-27T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":65,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5947659827_10DELHYD6E723HYDBOM6E399_4813044622494375\",\"localFromDateTime\":\"2021-07-27 19:15\",\"localToDateTime\":\"2021-07-28 00:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":3,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"27\\/07\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"27\\/07\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-07-27\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=27%2F07%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 14:25:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"MUJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 14:25:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"394\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"Sector 42\",\"CityTitle\":\"Agra\",\"CitySysId\":\"0\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 14:25:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234538\",\"TPSysId\":\"234539\",\"VersionId\":[\"30481\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9334\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"808\",\"809\",\"810\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\",\"394\",\"226\"],\"flight_booking_id\":[\"439\"]},\"selectedSeatSession\":{\"726\":{\"49\":{\"seatNo\":\"7C\",\"seatPosition\":{\"row\":7,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"7C\",\"amount\":250},\"394\":{\"seatNo\":\"11B\",\"seatPosition\":{\"row\":11,\"column\":2},\"isBooked\":false,\"code\":\"11B\",\"amount\":150},\"226\":{\"seatNo\":\"12C\",\"seatPosition\":{\"row\":12,\"column\":3},\"isBooked\":false,\"isLegroom\":true,\"isAisle\":true,\"code\":\"12C\",\"amount\":1000}}},\"_sessiondata\":null}','2021-06-23 14:25:59'),(153,'7c36a-80ad3-36d73-9eabc','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4891573739--34498186\",\"name\":\"The Lost Hostel Goa Palolem Beach\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDAuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDAuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQxOTkuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQxOTkuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDEuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzk0My85NDM2NjIwLzk0MzY2MjBfMTkwODMwMTY1NzAwODAyOTQyMDEuanBnP3M9MzEyeA==\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant 0-0 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children 0-1year(s) must use an extra bed.<br><br>Guests over 1 years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"74.02932\",\"lt\":\"15.009367\"},\"ad\":{\"adr\":\"Palolem Patnem Road\",\"city\":{\"name\":\"Goa\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOSTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_0\",\"rc\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"rt\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":744.8,\"tfcs\":{\"BF\":659.4,\"TAF\":85.4,\"TF\":744.8,\"NF\":694.8},\"tafcs\":{\"TAF\":{\"MF\":30,\"MFT\":5.4,\"MU\":50}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"checkInDate\":\"2021-07-21\",\"checkOutDate\":\"2021-07-24\"},{\"id\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-_1_0_1\",\"rc\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"rt\":\"Single-1 Person In 8-Bed Dormitory - Mixed-1-\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":744.8,\"tfcs\":{\"BF\":659.4,\"TAF\":85.4,\"TF\":744.8,\"NF\":694.8},\"tafcs\":{\"TAF\":{\"MF\":30,\"MFT\":5.4,\"MU\":50}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":2,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}},{\"day\":3,\"fc\":{\"BF\":219.8,\"TAF\":28.47,\"TF\":248.27,\"NF\":231.6},\"afc\":{\"TAF\":{\"MF\":10,\"MFT\":1.8,\"MU\":16.67}}}],\"checkInDate\":\"2021-07-21\",\"checkOutDate\":\"2021-07-24\"}],\"id\":\"26_9436620-151_0_43428\",\"tp\":1489.6,\"cnp\":{\"id\":\"26_9436620-151_0_43428\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-06-23T14:33:59.502\",\"tdt\":\"2021-07-16T18:00\",\"am\":0},{\"fdt\":\"2021-07-16T18:00\",\"tdt\":\"2021-07-21T12:00\",\"am\":439.6}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"The Lost Hostel Goa Palolem Beach\",\"ad\":\"Palolem Patnem Road\"}},\"ddt\":\"2021-07-16T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Shared BathroomNon SmokingChild and extra bed policy :  Infant 0-0 year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children 0-1year(s) must use an extra bed.Guests over 1 years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1489.6}],\"mi\":{\"set\":\"2021-06-23T14:52:22.396\"}},\"bookingId\":\"TJS202200082340\",\"query\":{\"checkinDate\":\"2021-07-21\",\"checkoutDate\":\"2021-07-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110339\",\"countryName\":\"India\",\"cityName\":\"Goa\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4891573739\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1085},\"metaInfo\":[]},\"hotelbookingid\":\"6\",\"SearchHotelTraceId\":\"7c36a-80ad3-36d73-9eabc\",\"CustomerSession\":{\"bookingId\":\"7c36a-80ad3-36d73-9eabc\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9634022688\",\"traceId\":\"7c36a-80ad3-36d73-9eabc\",\"leadEmail\":\"muskancatpl@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"49\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"Muskan\",\"passenger-lastname-1\":\"Gupta\",\"passenger-panNumber-1\":\"54545677\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"393\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"SG\",\"passenger-lastname-2\":\"GUPTA\",\"passenger-panNumber-2\":\"56757867\",\"specialrequest\":\"\"}}','2021-06-23 14:35:25'),(154,'10-1129458966_2DELPNQUK971_4819401587968214,4-1129458966_0PNQDELSG8937_4819404063849154','{\"BookingData\":[{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"UK-971\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2021-07-21T10:25\",\"LocalFromTime\":\"2021-07-21 10:25\",\"FromUTCTime\":\"2021-07-21T10:25\",\"LocalToTime\":\"2021-07-21 12:35\",\"ToUTCTime\":\"2021-07-21T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 21 Jul\",\"ArrivalDateTxt\":\"Wed, 21 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":22061.8,\"PublishedFareTxt\":\"22,062\",\"ApiResultIndex\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":17710,\"Tax\":4351.8,\"YQTax\":0,\"OtherCharges\":1170,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":2191,\"CarrierMiscFee\":520,\"MUFee\":400,\"intPublishedFare\":22061.8,\"PublishedFare\":22061.8,\"OfferedFare\":21661.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"PREMIUM_ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2525.4,\"BaseFareCal\":12495.91,\"BaseFare\":10140,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":1250,\"MFT\":5.4,\"OT\":780,\"MU\":200,\"YR\":260,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1262.7,\"BaseFareCal\":6247.95,\"BaseFare\":5070,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":625,\"MFT\":2.7,\"OT\":390,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":563.7,\"BaseFareCal\":2978.95,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":316,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":130,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0PC\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":22061.8,\"CostToCustomer\":22061.8,\"BaseFareCal\":21722.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":21722.82,\"intOfferedFare\":21661.8,\"intPublishFare\":22061.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-07-21T12:35\",\"SegFlightNumber\":\"UK-971\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-21T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-21 12:00\",\"localToDateTime\":\"2021-07-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"UK-971\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"10:25\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2021-07-21T10:25\",\"LocalFromTime\":\"2021-07-21 10:25\",\"FromUTCTime\":\"2021-07-21T10:25\",\"LocalToTime\":\"2021-07-21 12:35\",\"ToUTCTime\":\"2021-07-21T12:35\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Wed, 21 Jul\",\"ArrivalDateTxt\":\"Wed, 21 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":37023.6,\"ApiResultIndex\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":29339,\"Tax\":7684.6,\"YQTax\":0,\"OtherCharges\":3432,\"Discount\":0,\"ServiceFee\":120,\"ManagementFeeTax\":21.6,\"AirlineGSTComponent\":2791,\"CarrierMiscFee\":520,\"MUFee\":800,\"intPublishedFare\":37023.6,\"PublishedFare\":37023.6,\"OfferedFare\":36223.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":677.96,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":4620.8,\"BaseFareCal\":21221.82,\"BaseFare\":16940,\"CommissionEarned\":0,\"TDS\":0,\"MF\":60,\"YQ\":0,\"AGST\":1602,\"MFT\":10.8,\"OT\":2288,\"MU\":400,\"YR\":260,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":2310.4,\"BaseFareCal\":10610.9,\"BaseFare\":8470,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":801,\"MFT\":5.4,\"OT\":1144,\"MU\":200,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":753.4000000000001,\"BaseFareCal\":4512.9,\"BaseFare\":3929,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":388,\"MFT\":5.4,\"OT\":0,\"MU\":200,\"YR\":130,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.5,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2021-07-21T12:35\",\"SegFlightNumber\":\"UK-971\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-21T10:25\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:25\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"316\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-07-23T09:45\",\"SegFlightNumber\":\"SG-8937\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-07-23T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"10-1129458966_2DELPNQUK971_4819401587968214\",\"localFromDateTime\":\"2021-07-21 10:25\",\"localToDateTime\":\"2021-07-21 12:35\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS102700082378\",\"FlightNumber\":\"SG-8937\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:45\",\"TravelDate\":\"2021-07-23T07:25\",\"LocalFromTime\":\"2021-07-23 07:25\",\"FromUTCTime\":\"2021-07-23T07:25\",\"LocalToTime\":\"2021-07-23 09:45\",\"ToUTCTime\":\"2021-07-23T09:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Fri, 23 Jul\",\"ArrivalDateTxt\":\"Fri, 23 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":14961.8,\"PublishedFareTxt\":\"14,962\",\"ApiResultIndex\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11629,\"Tax\":3332.8,\"YQTax\":0,\"OtherCharges\":2262,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":14961.8,\"PublishedFare\":14961.8,\"OfferedFare\":14561.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"BaseFareCal\":8725.91,\"BaseFare\":6800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":352,\"MFT\":5.4,\"OT\":1508,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1047.7,\"BaseFareCal\":4362.95,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":176,\"MFT\":2.7,\"OT\":754,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":189.7,\"BaseFareCal\":1533.95,\"BaseFare\":1429,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"0 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":14961.8,\"CostToCustomer\":14961.8,\"BaseFareCal\":14622.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":14622.82,\"intOfferedFare\":14561.8,\"intPublishFare\":14961.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"316\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-07-23T09:45\",\"SegFlightNumber\":\"SG-8937\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2021-07-23T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:45\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"JNSW\",\"Price\":229,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFVG\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFNV\",\"Price\":350,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"GFCM\",\"Price\":350,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"FPML\",\"Price\":350,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"DNVL\",\"Price\":350,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"DBML\",\"Price\":350,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"CHML\",\"Price\":350,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1129458966_0PNQDELSG8937_4819404063849154\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-21 12:00\",\"localToDateTime\":\"2021-07-23 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Pune (PNQ)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"departure_date\":\"21\\/07\\/2021\",\"return_date\":\"23\\/07\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Lohegaon Arpt (PNQ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"21\\/07\\/2021\",\"return_dates\":\"23\\/07\\/2021\",\"strDepatureDate\":\"2021-07-21\",\"strReturnDate\":\"2021-07-23\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Pune+%28PNQ%29&adults=2&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=PNQ&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Pune%2C+IN+-+Lohegaon+Arpt+%28PNQ%29&departure_date=21%2F07%2F2021&return_date=23%2F07%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Lohegaon+Arpt+%28PNQ%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 16:13:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"399\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"ASHOK\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 16:13:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"391\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"MUJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 16:13:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"394\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":\"2020-06-11\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-23 16:13:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234558\",\"TPSysId\":\"234559\",\"VersionId\":[\"30484\",\"30485\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9336\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":[],\"SelectedMealSessionNewInb\":{\"399\":{\"Currency\":\"INR\",\"key\":\"316\",\"Code\":\"NVSW\",\"Price\":\"229\",\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"flight_booking_customer_id\":[[\"811\",\"812\",\"813\",\"814\"],[\"815\",\"816\",\"817\",\"818\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"399\",\"391\",\"394\",\"226\"],\"flight_booking_id\":[\"440\",\"441\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-06-23 16:14:45'),(156,'5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979','{\"BookingData\":[{\"bookingId\":\"TJS103000082870\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-22T19:15\",\"LocalFromTime\":\"2021-07-22 19:15\",\"FromUTCTime\":\"2021-07-22T19:15\",\"LocalToTime\":\"2021-07-23 00:40\",\"ToUTCTime\":\"2021-07-23T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Thu, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 23 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":71,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":17945.8,\"PublishedFareTxt\":\"17,946\",\"ApiResultIndex\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15150,\"Tax\":2795.8,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17945.8,\"PublishedFare\":17945.8,\"OfferedFare\":17545.8,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":61.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"intTotalGST\":30.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1532.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"OT\":0,\"MFT\":2.7,\"MU\":100,\"YR\":0,\"intTotalGST\":15.25,\"apiMarkup\":84.75,\"IntCommission\":0,\"apiTaxOnMarkup\":15.25,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":61.02,\"PublishFare\":17945.8,\"CostToCustomer\":17945.8,\"BaseFareCal\":17606.82,\"intCommisionEarnedForAgency\":338.98,\"CostToCompany\":17606.82,\"intOfferedFare\":17545.8,\"intPublishFare\":17945.8,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"527\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-22T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-22T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":71,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"227\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-23T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-22T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":71,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"527\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"527\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"527\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"527\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"527\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-07-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103000082870\",\"FlightNumber\":\"6E-723\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"strTraceId\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:15\",\"ArrivalTime\":\"00:40\",\"TravelDate\":\"2021-07-22T19:15\",\"LocalFromTime\":\"2021-07-22 19:15\",\"FromUTCTime\":\"2021-07-22T19:15\",\"LocalToTime\":\"2021-07-23 00:40\",\"ToUTCTime\":\"2021-07-23T00:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":95,\"LAYOVERDuration\":\"1h 35m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Thu, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 23 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":71,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":17945.8,\"ApiResultIndex\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":15150,\"Tax\":2795.8,\"YQTax\":0,\"OtherCharges\":1620,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":705,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":17945.8,\"PublishedFare\":17945.8,\"OfferedFare\":17545.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":338.98,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1785.4,\"BaseFareCal\":10715.91,\"BaseFare\":9100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":470,\"MFT\":5.4,\"OT\":1080,\"MU\":200,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":169.49,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":892.7,\"BaseFareCal\":5357.95,\"BaseFare\":4550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":235,\"MFT\":2.7,\"OT\":540,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":3,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"BaseFareCal\":1532.95,\"BaseFare\":1500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":100,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":84.75,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"527\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-07-22T21:25\",\"SegFlightNumber\":\"6E-723\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-07-22T19:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":95,\"NoOfSeatAvailable\":71,\"strDepartureDtTime\":\"19:15\",\"strArrivalDtTime\":\"21:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 35m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"227\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-07-23T00:40\",\"SegFlightNumber\":\"6E-399\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-07-22T23:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":71,\"strDepartureDtTime\":\"23:00\",\"strArrivalDtTime\":\"00:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7221072771_10DELHYD6E723HYDBOM6E399_5003397218538979\",\"localFromDateTime\":\"2021-07-22 19:15\",\"localToDateTime\":\"2021-07-23 00:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"2\",\"childs\":\"1\",\"infants\":\"1\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"22\\/07\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"1\",\"departure_dates\":\"22\\/07\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-07-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=2&childs=1&infants=1&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=22%2F07%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-25 19:17:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"400\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"Muskan\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-25 19:17:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"399\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"32\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"MUJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-25 19:17:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"394\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"49\",\"EmailId\":\"muskancatpl@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9634022688\",\"FirstName\":\"surbhi\",\"LastName\":\"gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":\"2020-06-11\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-06-25 19:17:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"234890\",\"TPSysId\":\"234891\",\"VersionId\":[\"30524\"],\"CustomerSysId\":\"112149\",\"TrxId\":\"9384\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"819\",\"820\",\"821\",\"822\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"400\",\"399\",\"394\",\"226\"],\"flight_booking_id\":[\"442\"]},\"selectedSeatSession\":{\"527\":{\"400\":{\"seatNo\":\"5C\",\"seatPosition\":{\"row\":5,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"5C\",\"amount\":250},\"399\":{\"seatNo\":\"3C\",\"seatPosition\":{\"row\":3,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"3C\",\"amount\":400},\"394\":{\"seatNo\":\"17B\",\"seatPosition\":{\"row\":17,\"column\":2},\"isBooked\":false,\"code\":\"17B\",\"amount\":150}}},\"_sessiondata\":null}','2021-06-25 19:20:23'),(157,'68bd3-dd1b1-7d37d-0033f','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid2691203625--1874726069\",\"name\":\"MD 9 Star Hotel\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjA5LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjA5LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjYwLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjYwLmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjI2LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzQwOC80MDg4ODcvNDA4ODg3XzE1MDgyNzE0MDMwMDM1MTgzMjI2LmpwZz9zPTMxMng=\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"78.03761\",\"lt\":\"27.16533\"},\"ad\":{\"adr\":\"18\\/159\\/A\\/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd\",\"city\":{\"name\":\"Agra\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)_2_0\",\"rc\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Double Room(Room Only)(Save 25%)(1 Queen Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1369.03,\"tfcs\":{\"BF\":1257.23,\"TF\":1369.03,\"NF\":1269.03,\"TAF\":111.8},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1257.23,\"TF\":1369.03,\"NF\":1269.03,\"TAF\":111.8},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-04\",\"checkOutDate\":\"2021-08-05\"}],\"id\":\"1_5908959-31_81150\",\"tp\":1369.03,\"cnp\":{\"id\":\"1_5908959-31_81150\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-07-30T11:29:02.148\",\"tdt\":\"2021-08-04T12:00\",\"am\":1530.9}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"MD 9 Star Hotel\",\"ad\":\"18\\/159\\/A\\/4A-4B, M.P Pura Taj Ganj Purani Mandi Crossing, Fatehabad Rd\"}},\"ddt\":\"2021-07-30T11:29:02.148\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free valet parking, Free WiFiDeal: Save 25%Booking price includes Tax Recovery Charges and Service fee  162 INRCheckin Start Time : 12:00 PMCheckin End Time : 12:00 PMMin Checkin Age : 18Checkout Time : 12:00 PMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cardsPlease note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property  Special Instructions : Front desk staff will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India; travelers who are not citizens of India must present a valid passport and visa.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.   Fee for buffet breakfast: INR 150 per person (approximately)     Airport shuttle fee: INR 700 per vehicle      Pet fee: INR 1000 per pet, per stay                   The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Know Before You Go :  Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. Alcohol is not served at this property.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":989.15}],\"mi\":{\"set\":\"2021-07-30T11:45:45.869\"}},\"bookingId\":\"TJS202300093431\",\"query\":{\"checkinDate\":\"2021-08-04\",\"checkoutDate\":\"2021-08-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110220\",\"countryName\":\"India\",\"cityName\":\"Agra\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid2691203625\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":986},\"metaInfo\":[]},\"hotelbookingid\":\"7\",\"SearchHotelTraceId\":\"68bd3-dd1b1-7d37d-0033f\",\"CustomerSession\":{\"bookingId\":\"68bd3-dd1b1-7d37d-0033f\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9811192312\",\"traceId\":\"68bd3-dd1b1-7d37d-0033f\",\"leadEmail\":\"gaurav@Catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"57\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"gaurav\",\"passenger-lastname-1\":\"gupta\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"Amit\",\"passenger-lastname-2\":\"Kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-07-30 11:32:35'),(158,'20c5f-ac22e-02fe0-64a45','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6224827201--745320390\",\"name\":\"Hotel Hari Piorko\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvQ0hBSU4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvQ0hBSU4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvSEEuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvSEEuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L255ai9pYnUvSE8uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMy9ueGQvbWF3L255ai9pYnUvSE8uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvSE9fVE4uanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvSE9fVE4uanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvMDAwMDAzNTk4NVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzI0NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzI0NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzIzNVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MzIzNVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxOVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxOVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxMVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDE0MjQxMVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NVJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NVJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NFJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4NFJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4M1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4M1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4MlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NzM4MlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NTQ3MlJELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA2NTQ3MlJELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA0MDE2M1JELmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMS9ueGQvbWF3L255ai9pYnUvMDAwMDA0MDE2M1JELmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQxLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQxLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQyLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQyLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQzLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQzLmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ0LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ0LmpwZw==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ1LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2Nkbi50cmF2ZWxwYXJ0bmVyd2ViLmNvbS9EZXNpeWFJbWFnZXMvSW1hZ2UvMi9ueGQvbWF3L255ai9pYnUvWFQ1LmpwZw==\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.21393\",\"lt\":\"28.64108\"},\"ad\":{\"adr\":\"4775, Main Bazar Pahar Ganj,\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"fl\":[\"Central Air ConditioningAirport transportation2W Parking Uncovered4W Parking Uncovered24-Hour SecurityPatisserie ShopPorterTaxi ServiceTransportation ServiceCCTVFire ExtinguisherFamilies with ChildrenFamilyUnmarried CouplesLuggage storageFull Services Health SpaConciergeTravel counterCar RentalDoctor on CallHousekeepingLoungeConference RoomFront deskCurrency exchangeInternet AccessSpaEnglishHindiCashDebit CardNet-BankingMastercardSecurity Guard Timings - 24x7Room Service (24 Hours Available)Special occasion arrangementDry cleaningHot water availableWheelchair accessible rampAirport\\/\\/Railway station pickup available (Chargeable)Airport\\/Railway station drop (chargeable)Car rental (Chargeable)CCTV camera installed inside\\/outside hotel premisesCCTV camera installed on each floorSeparate Smoking AreaHot water available 24x7Business centerNewspaperBreakfast ServicesWIFILaundry facilitiesMassageFamily RoomsParking24-Hour Front DeskAirport Shuttle (surcharge)Car Rental 24-HourExpress Check-in\\/Check-outIroning ServiceWake up service\\/Alarm clockPool viewFlat-screen TVTelephoneAlarm clockExtra long beds (>6.5 ft)Buffet-Style RestaurantTowelsTowels\\/Sheets (extra fee)RefrigeratorElectric kettleDryer24 Hour Power SupplyLiftRestaurantRoom serviceShopping on siteTelevision-RoomTelephone-RoomWakeup-callsWheelchair accessibility-RoomWestern ToiletBottled\\/drinking waterAttached BathroomH\\/C running waterHandicap accessible roomsTemperature ControlAir conditioning-RoomCable\\/satellite TVCeiling fanCoffee\\/tea makerExtra towels,linens,beddingHair dryerInternet access-complimentaryInternet access-high speed\"],\"pt\":\"HOTEL\",\"ops\":[{\"ris\":[{\"id\":\"Double-1 Person In 7-Bed Dormitory With Air Conditioning - Mixed-2-Super Saver Benefit : ( Free WiFi )_2_0\",\"rc\":\"1 Person in 7-Bed Dormitory with Air Conditioning - Mixed\",\"rt\":\"Double-1 Person In 7-Bed Dormitory With Air Conditioning - Mixed-2-Super Saver Benefit : ( Free WiFi )\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":543.91,\"tfcs\":{\"NF\":443.91,\"TAF\":111.8,\"BF\":432.11,\"TF\":543.91},\"tafcs\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"NF\":443.91,\"TAF\":111.8,\"BF\":432.11,\"TF\":543.91},\"afc\":{\"TAF\":{\"MU\":100,\"MFT\":1.8,\"MF\":10}}}],\"checkInDate\":\"2021-08-05\",\"checkOutDate\":\"2021-08-06\"}],\"id\":\"26_161800-554_0_22549\",\"tp\":543.91,\"cnp\":{\"id\":\"26_161800-554_0_22549\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-08-02T19:09:35.553\",\"tdt\":\"2021-08-05T12:00\",\"am\":432.11}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel Hari Piorko\",\"ad\":\"4775, Main Bazar Pahar Ganj,\"}},\"ddt\":\"2021-08-02T19:09:35.553\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":543.91},{\"fc\":[\"BREAKFAST\"],\"tpc\":1605.88}],\"mi\":{\"set\":\"2021-08-02T19:28:34.345\"}},\"bookingId\":\"TJS204200094283\",\"query\":{\"checkinDate\":\"2021-08-05\",\"checkoutDate\":\"2021-08-06\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6224827201\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1121},\"metaInfo\":[]},\"hotelbookingid\":\"8\",\"SearchHotelTraceId\":\"20c5f-ac22e-02fe0-64a45\",\"CustomerSession\":{\"bookingId\":\"20c5f-ac22e-02fe0-64a45\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"20c5f-ac22e-02fe0-64a45\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"4354645\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rAHUL\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"ETTTR5476\",\"specialrequest\":\"\"}}','2021-08-02 19:10:39'),(159,'4-1347990023_0MAACCUSG388_8977572044372285','{\"BookingData\":[{\"bookingId\":\"TJS108400097128\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-12T07:25\",\"LocalFromTime\":\"2021-08-12 07:25\",\"FromUTCTime\":\"2021-08-12T07:25\",\"LocalToTime\":\"2021-08-12 09:25\",\"ToUTCTime\":\"2021-08-12T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 12 Aug\",\"ArrivalDateTxt\":\"Thu, 12 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"PublishedFareTxt\":\"3,331\",\"ApiResultIndex\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1347990023_0MAACCUSG388_8977592919936331\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3330.7,\"CostToCustomer\":3330.7,\"BaseFareCal\":3330.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3330.7,\"intOfferedFare\":3330.7,\"intPublishFare\":3330.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"785\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-12T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-12T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"785\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108400097128\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-12T07:25\",\"LocalFromTime\":\"2021-08-12 07:25\",\"FromUTCTime\":\"2021-08-12T07:25\",\"LocalToTime\":\"2021-08-12 09:25\",\"ToUTCTime\":\"2021-08-12T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Thu, 12 Aug\",\"ArrivalDateTxt\":\"Thu, 12 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"ApiResultIndex\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"785\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-12T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-12T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1347990023_0MAACCUSG388_8977572044372285\",\"localFromDateTime\":\"2021-08-12 07:25\",\"localToDateTime\":\"2021-08-12 09:25\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"12\\/08\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/08\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-08-12\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=12%2F08%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-10 19:12:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"406\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"242755\",\"TPSysId\":\"242756\",\"VersionId\":[\"32821\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"10213\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"829\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"406\",\"CustomerMemSysId\":[\"406\"],\"flight_booking_id\":[\"449\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-08-10 19:12:22'),(160,'a23b4-7a449-e321a-d3530','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6717968374--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.07,\"tfcs\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-27\",\"checkOutDate\":\"2021-08-28\"}],\"id\":\"26_10567008-536_0_49081\",\"tp\":502.07,\"cnp\":{\"id\":\"26_10567008-536_0_49081\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-12T11:55:36.825\",\"tdt\":\"2021-08-22T18:00\",\"am\":0},{\"fdt\":\"2021-08-22T18:00\",\"tdt\":\"2021-08-27T12:00\",\"am\":390.27}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-22T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.07},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-12T12:15:01.374\"}},\"bookingId\":\"TJS204700097701\",\"query\":{\"checkinDate\":\"2021-08-27\",\"checkoutDate\":\"2021-08-28\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6717968374\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1147},\"metaInfo\":[]},\"hotelbookingid\":\"9\",\"SearchHotelTraceId\":\"a23b4-7a449-e321a-d3530\",\"CustomerSession\":{\"bookingId\":\"a23b4-7a449-e321a-d3530\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9997534969\",\"traceId\":\"a23b4-7a449-e321a-d3530\",\"leadEmail\":\"anuradha@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"36\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Saini\",\"passenger-panNumber-1\":\"ABCTY1234U\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"339\",\"salution-2\":\"Ms\",\"passenger-firstname-2\":\"Annu\",\"passenger-lastname-2\":\"saini\",\"passenger-panNumber-2\":\"ABCTY1234W\",\"specialrequest\":\"hiiiiiiiiiiiii\"}}','2021-08-12 11:56:32'),(161,'fb8ee-d0f60-15a96-8a103','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9497727112--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.07,\"tfcs\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.27,\"TAF\":111.8,\"TF\":502.07,\"NF\":402.07},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-13\",\"checkOutDate\":\"2021-08-14\"}],\"id\":\"26_10567008-594_0_33027\",\"tp\":502.07,\"cnp\":{\"id\":\"26_10567008-594_0_33027\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-08-12T12:13:14.708\",\"tdt\":\"2021-08-13T12:00\",\"am\":390.27}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-12T12:13:14.708\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.07},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-12T12:31:52.517\"}},\"bookingId\":\"TJS202900097714\",\"query\":{\"checkinDate\":\"2021-08-13\",\"checkoutDate\":\"2021-08-14\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9497727112\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1100},\"metaInfo\":[]},\"hotelbookingid\":\"10\",\"SearchHotelTraceId\":\"fb8ee-d0f60-15a96-8a103\",\"CustomerSession\":{\"bookingId\":\"fb8ee-d0f60-15a96-8a103\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"770188604\",\"traceId\":\"fb8ee-d0f60-15a96-8a103\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rahul\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-08-12 12:14:33'),(162,'5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569','{\"BookingData\":[{\"bookingId\":\"TJS104600097836\",\"FlightNumber\":\"6E-5013\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-25T10:00\",\"LocalFromTime\":\"2021-08-25 10:00\",\"FromUTCTime\":\"2021-08-25T10:00\",\"LocalToTime\":\"2021-08-25 16:15\",\"ToUTCTime\":\"2021-08-25T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4501.7,\"PublishedFareTxt\":\"4,502\",\"ApiResultIndex\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3749,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":540,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4501.7,\"PublishedFare\":4501.7,\"OfferedFare\":4501.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0642210221_0DELHYD6E5013HYDBOM6E389_9139279988662138\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4501.7,\"BaseFare\":3749,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":540,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4501.7,\"CostToCustomer\":4501.7,\"BaseFareCal\":4501.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4501.7,\"intOfferedFare\":4501.7,\"intPublishFare\":4501.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"932\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-25T12:20\",\"SegFlightNumber\":\"6E-5013\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":145,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"113\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-25T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104600097836\",\"FlightNumber\":\"6E-5013\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-25T10:00\",\"LocalFromTime\":\"2021-08-25 10:00\",\"FromUTCTime\":\"2021-08-25T10:00\",\"LocalToTime\":\"2021-08-25 16:15\",\"ToUTCTime\":\"2021-08-25T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":375,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"6h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4501.7,\"ApiResultIndex\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3749,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":540,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4501.7,\"PublishedFare\":4501.7,\"OfferedFare\":4501.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":4501.7,\"BaseFare\":3749,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":540,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"932\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-25T12:20\",\"SegFlightNumber\":\"6E-5013\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":145,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"113\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-25T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0642210221_10DELHYD6E5013HYDBOM6E389_9139219173183569\",\"localFromDateTime\":\"2021-08-25 10:00\",\"localToDateTime\":\"2021-08-25 16:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"25\\/08\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/08\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-08-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=25%2F08%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9997534969\",\"FirstName\":\"Annu\",\"LastName\":\"saini\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-12 16:06:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"419\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243092\",\"TPSysId\":\"243093\",\"VersionId\":[\"32925\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10253\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"419\":{\"Currency\":\"INR\",\"key\":\"932\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"831\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"419\",\"CustomerMemSysId\":[\"419\"],\"flight_booking_id\":[\"451\"]},\"selectedSeatSession\":{\"113\":{\"419\":{\"seatNo\":\"8C\",\"seatPosition\":{\"row\":8,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"8C\",\"amount\":350}},\"932\":{\"419\":{\"seatNo\":\"7C\",\"seatPosition\":{\"row\":7,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"7C\",\"amount\":250}}},\"_sessiondata\":{\"EmailId\":\"anuradha@catpl.co.in                                                                                \",\"CustomerSysId\":\"132043\",\"AgencySysId\":\"6049\",\"FirstName\":\"Annu                                              \",\"LastName\":\"saini                                             \",\"Password_cu\":\"827ccb0eea8a706c4c34a16891f84e7b\",\"ContactNo1\":\"9997534969\"}}','2021-08-12 16:09:28'),(163,'4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510','{\"BookingData\":[{\"bookingId\":\"TJS105300097848\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2021-08-25T16:40\",\"LocalFromTime\":\"2021-08-25 16:40\",\"FromUTCTime\":\"2021-08-25T16:40\",\"LocalToTime\":\"2021-08-25 22:35\",\"ToUTCTime\":\"2021-08-25T22:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Gwalior\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4117.7,\"PublishedFareTxt\":\"4,118\",\"ApiResultIndex\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":733.7,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":173,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4117.7,\"OfferedFare\":4117.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6034172563_0DELGWLSG7177GWLBOMSG7180_9139984544613284\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":733.7,\"BaseFareCal\":4117.7,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":173,\"MFT\":2.7,\"OT\":543,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4117.7,\"CostToCustomer\":4117.7,\"BaseFareCal\":4117.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4117.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"718\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Gwalior Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Gwalior\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GWL\",\"destinationArrTime\":\"2021-08-25T18:00\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":180,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Gwalior\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"220\",\"originAirportName\":\"Gwalior Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Gwalior\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T22:35\",\"SegFlightNumber\":\"SG-7180\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"GWL\",\"originDepTime\":\"2021-08-25T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"718\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300097848\",\"FlightNumber\":\"SG-7177\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2021-08-25T16:40\",\"LocalFromTime\":\"2021-08-25 16:40\",\"FromUTCTime\":\"2021-08-25T16:40\",\"LocalToTime\":\"2021-08-25 22:35\",\"ToUTCTime\":\"2021-08-25T22:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Gwalior\",\"GroundTime\":180,\"LAYOVERDuration\":\"3h 0m\",\"FlyingMinutes\":355,\"DepartureDateTxt\":\"Wed, 25 Aug\",\"ArrivalDateTxt\":\"Wed, 25 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4117.7,\"ApiResultIndex\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3384,\"Tax\":733.7,\"YQTax\":0,\"OtherCharges\":543,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":173,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4117.7,\"OfferedFare\":4117.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":733.7,\"BaseFareCal\":4117.7,\"BaseFare\":3384,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":173,\"MFT\":2.7,\"OT\":543,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"718\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Gwalior Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Gwalior\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GWL\",\"destinationArrTime\":\"2021-08-25T18:00\",\"SegFlightNumber\":\"SG-7177\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-25T16:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":80,\"GroundTime\":180,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"3h 0m\",\"LAYOVERCity\":\"Gwalior\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"220\",\"originAirportName\":\"Gwalior Airport\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Gwalior\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-25T22:35\",\"SegFlightNumber\":\"SG-7180\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"GWL\",\"originDepTime\":\"2021-08-25T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6034172563_5DELGWLSG7177GWLBOMSG7180_9139968501249510\",\"localFromDateTime\":\"2021-08-25 16:40\",\"localToDateTime\":\"2021-08-25 22:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"25\\/08\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/08\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-08-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=25%2F08%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"9997534969\",\"FirstName\":\"Annu\",\"LastName\":\"saini\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-12 16:18:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"420\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243094\",\"TPSysId\":\"243095\",\"VersionId\":[\"32926\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10254\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"832\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"420\",\"CustomerMemSysId\":[\"420\"],\"flight_booking_id\":[\"452\"]},\"selectedSeatSession\":{\"220\":{\"420\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":300}},\"718\":{\"420\":{\"seatNo\":\"3A\",\"seatPosition\":{\"row\":3,\"column\":1},\"isBooked\":false,\"isLegroom\":true,\"code\":\"3A\",\"amount\":1199}}},\"_sessiondata\":{\"EmailId\":\"anuradha@catpl.co.in                                                                                \",\"CustomerSysId\":\"132043\",\"AgencySysId\":\"6049\",\"FirstName\":\"Annu                                              \",\"LastName\":\"saini                                             \",\"Password_cu\":\"827ccb0eea8a706c4c34a16891f84e7b\",\"ContactNo1\":\"9997534969\"}}','2021-08-12 16:18:45'),(164,'aa4da-f1608-41e66-4c3df','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid5710348476--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.12,\"tfcs\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-20\",\"checkOutDate\":\"2021-08-21\"}],\"id\":\"26_10567008-562_0_75867\",\"tp\":502.12,\"cnp\":{\"id\":\"26_10567008-562_0_75867\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-13T11:00:01.374\",\"tdt\":\"2021-08-15T18:00\",\"am\":0},{\"fdt\":\"2021-08-15T18:00\",\"tdt\":\"2021-08-20T12:00\",\"am\":390.32}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-15T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.12},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-13T11:18:37.013\"}},\"bookingId\":\"TJS205600098005\",\"query\":{\"checkinDate\":\"2021-08-20\",\"checkoutDate\":\"2021-08-21\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid5710348476\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1098},\"metaInfo\":[]},\"hotelbookingid\":\"17\",\"SearchHotelTraceId\":\"aa4da-f1608-41e66-4c3df\",\"CustomerSession\":{\"bookingId\":\"aa4da-f1608-41e66-4c3df\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"aa4da-f1608-41e66-4c3df\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"`kumar\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rahul\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-08-13 11:15:56'),(165,'9d629-b2e40-441a6-0c099','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4073008206--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.12,\"tfcs\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-18\",\"checkOutDate\":\"2021-08-19\"}],\"id\":\"26_10567008-552_0_13024\",\"tp\":502.12,\"cnp\":{\"id\":\"26_10567008-552_0_13024\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-13T14:22:57.667\",\"tdt\":\"2021-08-13T18:00\",\"am\":0},{\"fdt\":\"2021-08-13T18:00\",\"tdt\":\"2021-08-18T12:00\",\"am\":390.32}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-13T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.12},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-13T14:41:09.119\"}},\"bookingId\":\"TJS209700098134\",\"query\":{\"checkinDate\":\"2021-08-18\",\"checkoutDate\":\"2021-08-19\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4073008206\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1074},\"metaInfo\":[]},\"hotelbookingid\":\"18\",\"SearchHotelTraceId\":\"9d629-b2e40-441a6-0c099\",\"CustomerSession\":{\"bookingId\":\"9d629-b2e40-441a6-0c099\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"9d629-b2e40-441a6-0c099\",\"leadEmail\":\"baibhav@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"80\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"BAIBHAV\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"112\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"baibhav\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-08-13 14:25:13'),(166,'d6c7b-28213-001c5-fe860','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6053100429--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDExNC5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTA2MDA4NDEzMDEyNi5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzEwNS8xMDU2NzAwOC8xMDU2NzAwOF8xOTExMTgxOTAxMDA4NDEyOTk2Mi5qcGc\\/cz0zMTJ4\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.216225\",\"lt\":\"28.64212\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)_2_0\",\"rc\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"rt\":\"FullBed Elite Double Room(Free breakfast)- Package Deal (Members exclusive price)(1 Double Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":6460.26,\"tfcs\":{\"BF\":6348.46,\"TAF\":111.8,\"TF\":6460.26,\"NF\":6360.26},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":6348.46,\"TAF\":111.8,\"TF\":6460.26,\"NF\":6360.26},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-25\",\"checkOutDate\":\"2021-08-26\"}],\"id\":\"1_42569511-50_65295\",\"tp\":6460.26,\"cnp\":{\"id\":\"1_42569511-50_65295\",\"ifra\":false,\"pd\":[{\"fdt\":\"2021-08-13T16:11:51.914\",\"tdt\":\"2021-08-25T12:00\",\"am\":6348.46}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-13T16:11:51.914\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free breakfast, Free WiFiDeal: Members exclusive priceCheckin Start Time : 11:00 AMCheckin End Time : anytimeMin Checkin Age : 18Checkout Time : 11:00 AMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedGuests must contact this property in advance to reserve onsite parkingThis property accepts credit cards, debit cards, and cashProperty is located within an airport and access is restricted to airport travelers only  Special Instructions : To make arrangements for check-in please contact the property at least 24 hours before arrival using the information on the booking confirmation. Guests will receive an email 48 hours before arrival with check-in instructions and lockbox information. Front desk staff will greet guests on arrival.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.                Early check-in is available for a fee (subject to availability, amount varies)  Late check-out is available for a fee (subject to availability, amount varies)                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Know Before You Go :  Guests must transfer via shuttle to the property. Guests must contact the property at least 24 hours before travel, using the contact information on the confirmation received after booking. Only registered guests are allowed in the guestrooms.  No pets and no service animals are allowed at this property. This property advises that enhanced cleaning and guest safety measures are currently in place.Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60C\\/140F; guestroom doors are sealed after cleaning; the property is cleaned and disinfected with electrostatic spray.Personal protective equipment, including masks and gloves, will be available to guests.Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer; cashless payment methods are available for all transactions; contactless room service is available; masks are required in public areas.Contactless check-in and contactless check-out are available.Individually-wrapped food options are available for breakfast, lunch, and dinner, and also through room service.Each guestroom is kept vacant for a minimum of 48 hours between bookings.This property affirms that it adheres to the cleaning and disinfection practices of: Safe Travels (WTTC - Global); GBAC STAR Facility Accreditation (global expert);  SGS (3rd party expert - Global); COVID-19 Guidelines (WHO); Operational Recommendations for Hotels (FHRAI - India); Ecolab (3rd party expert - Global); Bureau Veritas (3rd party expert - Global).Enhanced food service safety measures are in place. This property welcomes guests of all sexual orientations and gender identities (LGBTQ friendly).  Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.12},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-13T16:31:02.081\"}},\"bookingId\":\"TJS204500098232\",\"query\":{\"checkinDate\":\"2021-08-25\",\"checkoutDate\":\"2021-08-26\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6053100429\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1132},\"metaInfo\":[]},\"hotelbookingid\":\"27\",\"SearchHotelTraceId\":\"d6c7b-28213-001c5-fe860\",\"CustomerSession\":{\"bookingId\":\"d6c7b-28213-001c5-fe860\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9997534969\",\"traceId\":\"d6c7b-28213-001c5-fe860\",\"leadEmail\":\"anuradha@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"404\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"Annu\",\"passenger-lastname-1\":\"saini\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"36\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"GAURAV\",\"passenger-lastname-2\":\"SAINI\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"test\"}}','2021-08-13 16:19:54'),(167,'dc46e-04eb8-d9629-55737','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9300284111-1306015040\",\"name\":\"Aamantran By Sampari Hospitality\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM0MDAwMDAwLzMzMTUwMDAwLzMzMTQzOTAwLzMzMTQzODEwLzU3MDIwOGE0X2IuanBn\"}],\"des\":\"With a stay at Aamantran By Sampari Hospitality in New Delhi, you\'ll be within a 15-minute drive of Siri Fort Auditorium and Central Mall.  This hotel is 4.9 mi (7.8 km) from Qutub Minar and 8.4 mi (13.5 km) from Sir Ganga Ram Hospital.\",\"rt\":3,\"gl\":{\"ln\":\"77.12655\",\"lt\":\"28.548115\"},\"ad\":{\"adr\":\"A-272\\/1,NATIONAL HIGHWAY 8,MAHIPALPUR\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_2_0_0\",\"rc\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1464.17,\"tfcs\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"checkInDate\":\"2021-09-15\",\"checkOutDate\":\"2021-09-16\"},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_1\",\"rc\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1464.17,\"tfcs\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"checkInDate\":\"2021-09-15\",\"checkOutDate\":\"2021-09-16\"},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_2\",\"rc\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1464.17,\"tfcs\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"checkInDate\":\"2021-09-15\",\"checkOutDate\":\"2021-09-16\"},{\"id\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)_1_0_3\",\"rc\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"rt\":\"QueenBed Deluxe Room(Room Only)- Package Deal (1 Queen Bed)\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":1464.17,\"tfcs\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1427.37,\"TAF\":36.8,\"TF\":1464.17,\"NF\":1439.17},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":25,\"MF\":10}}}],\"checkInDate\":\"2021-09-15\",\"checkOutDate\":\"2021-09-16\"}],\"id\":\"4_33143810-24_89023\",\"tp\":5856.68,\"cnp\":{\"id\":\"4_33143810-24_89023\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-13T18:02:04.025\",\"tdt\":\"2021-09-11T18:00\",\"am\":0},{\"fdt\":\"2021-09-11T18:00\",\"tdt\":\"2021-09-15T12:00\",\"am\":5709.48}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Aamantran By Sampari Hospitality\",\"ad\":\"A-272\\/1,NATIONAL HIGHWAY 8,MAHIPALPUR\"}},\"ddt\":\"2021-09-11T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free self parking, Free WiFiCheckin Start Time : 12:00 PMCheckin End Time : Min Checkin Age : 18Checkout Time : 12:00 PMInstructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards  Special Instructions : Front desk staff will greet guests on arrival.The minimum age for a customer to be able to check-in at a property 18. Optional Fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out.        Airport shuttle fee: INR 400 Airport shuttle fee per child: INR 400            Rollaway bed fee: INR 731 per night             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Know Before You Go :  This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.  Only registered guests are allowed in the guestrooms.   Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":5856.68}],\"mi\":{\"set\":\"2021-08-13T18:16:23.981\"}},\"bookingId\":\"TJS202000098347\",\"query\":{\"checkinDate\":\"2021-09-15\",\"checkoutDate\":\"2021-09-16\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0},{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9300284111\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":842},\"metaInfo\":[]},\"hotelbookingid\":\"29\",\"SearchHotelTraceId\":\"dc46e-04eb8-d9629-55737\",\"CustomerSession\":{\"bookingId\":\"dc46e-04eb8-d9629-55737\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9997534969\",\"traceId\":\"dc46e-04eb8-d9629-55737\",\"leadEmail\":\"anuradha@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"5\",\"CustomerSysId-1\":\"374\",\"salution-1\":\"Ms\",\"passenger-firstname-1\":\"Annu\",\"passenger-lastname-1\":\"saini\",\"passenger-panNumber-1\":\"GHTUT1234G\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"404\",\"salution-2\":\"Ms\",\"passenger-firstname-2\":\"Annu\",\"passenger-lastname-2\":\"saini\",\"passenger-panNumber-2\":\"HGYUI7654V\",\"paxType-3\":\"1\",\"CustomerSysId-3\":\"339\",\"salution-3\":\"Mrs\",\"passenger-firstname-3\":\"ANNU\",\"passenger-lastname-3\":\"SAINI\",\"passenger-panNumber-3\":\"\",\"paxType-4\":\"1\",\"CustomerSysId-4\":\"36\",\"salution-4\":\"Mrs\",\"passenger-firstname-4\":\"GAURAV\",\"passenger-lastname-4\":\"SAINI\",\"passenger-panNumber-4\":\"\",\"paxType-5\":\"1\",\"CustomerSysId-5\":\"407\",\"salution-5\":\"Mrs\",\"passenger-firstname-5\":\"Annu\",\"passenger-lastname-5\":\"saini\",\"passenger-panNumber-5\":\"\",\"specialrequest\":\"test\"}}','2021-08-13 18:07:26'),(168,'1da3e-540d9-8ae1a-0ee70','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9621529832--814946869\",\"name\":\"SPOT ON 77594 Sangam palace\",\"img\":[{\"tns\":\"\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.03316\",\"lt\":\"28.61917\"},\"ad\":{\"adr\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-_2_1\",\"rc\":\"SPOT ON Room without Air Conditioning\",\"rt\":\"Doublepluschild-SPOT ON Room Without Air Conditioning-3-\",\"adt\":2,\"chd\":1,\"mb\":\"ROOM ONLY\",\"tp\":524.39,\"tfcs\":{\"BF\":412.59,\"TAF\":111.8,\"TF\":524.39,\"NF\":424.39},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":412.59,\"TAF\":111.8,\"TF\":524.39,\"NF\":424.39},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-31\",\"checkOutDate\":\"2021-09-01\"}],\"id\":\"26_22477479-114_0_66411\",\"tp\":524.39,\"cnp\":{\"id\":\"26_22477479-114_0_66411\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-14T10:45:04.026\",\"tdt\":\"2021-08-26T18:00\",\"am\":0},{\"fdt\":\"2021-08-26T18:00\",\"tdt\":\"2021-08-31T12:00\",\"am\":412.59}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"SPOT ON 77594 Sangam palace\",\"ad\":\"92,Dwarka Mor, Shivaji Marg, Nawada, Vikaspuri, Hastsal Village, Patel Nagar Tehsil, West Delhi, Delhi, 110059, India,Delhi\"}},\"ddt\":\"2021-08-26T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":524.39}],\"mi\":{\"set\":\"2021-08-14T10:57:24.709\"}},\"bookingId\":\"TJS203800098580\",\"query\":{\"checkinDate\":\"2021-08-31\",\"checkoutDate\":\"2021-09-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":1,\"childAge\":[1]}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9621529832\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":723},\"metaInfo\":[]},\"hotelbookingid\":\"30\",\"SearchHotelTraceId\":\"1da3e-540d9-8ae1a-0ee70\",\"CustomerSession\":{\"bookingId\":\"1da3e-540d9-8ae1a-0ee70\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9997534069\",\"traceId\":\"1da3e-540d9-8ae1a-0ee70\",\"leadEmail\":\"anuradha@catpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"gaurav\",\"passenger-lastname-1\":\"saini\",\"passenger-panNumber-1\":\"HGTYU8765G\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"Annu\",\"passenger-lastname-2\":\"saini\",\"passenger-panNumber-2\":\"GYUHN7656H\",\"paxType-3\":\"2\",\"CustomerSysId-3\":\"\",\"salution-3\":\"Master\",\"passenger-firstname-3\":\"anurav\",\"passenger-lastname-3\":\"saini\",\"passenger-panNumber-3\":\"HYTGH7656G\",\"specialrequest\":\"test\"}}','2021-08-14 10:50:33'),(169,'5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567,4-4952677588_3BOMDELSG7189_9293418058799955','{\"BookingData\":[{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-19T09:00\",\"LocalFromTime\":\"2021-08-19 09:00\",\"FromUTCTime\":\"2021-08-19T09:00\",\"LocalToTime\":\"2021-08-19 16:15\",\"ToUTCTime\":\"2021-08-19T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":235,\"LAYOVERDuration\":\"3h 55m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Thu, 19 Aug\",\"ArrivalDateTxt\":\"Thu, 19 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":4603.4,\"PublishedFareTxt\":\"4,603\",\"ApiResultIndex\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3600,\"Tax\":1003.4,\"YQTax\":0,\"OtherCharges\":772,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":196,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4603.4,\"PublishedFare\":4603.4,\"OfferedFare\":4603.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4952677588_0DELHYD6E552HYDBOM6E389_9293583234158396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":501.7,\"BaseFareCal\":2301.7,\"BaseFare\":1800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":386,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":501.7,\"BaseFareCal\":2301.7,\"BaseFare\":1800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":386,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4603.4,\"CostToCustomer\":4603.4,\"BaseFareCal\":4603.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4603.4,\"intOfferedFare\":4603.4,\"intPublishFare\":4603.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"009\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-19T10:50\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-19T09:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":235,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"3h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"109\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-19T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-19T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-19 12:00\",\"localToDateTime\":\"2021-08-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"6E-552\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"16:15\",\"TravelDate\":\"2021-08-19T09:00\",\"LocalFromTime\":\"2021-08-19 09:00\",\"FromUTCTime\":\"2021-08-19T09:00\",\"LocalToTime\":\"2021-08-19 16:15\",\"ToUTCTime\":\"2021-08-19T16:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":235,\"LAYOVERDuration\":\"3h 55m\",\"FlyingMinutes\":435,\"DepartureDateTxt\":\"Thu, 19 Aug\",\"ArrivalDateTxt\":\"Thu, 19 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":12,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":12650.8,\"ApiResultIndex\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10342,\"Tax\":2308.8,\"YQTax\":0,\"OtherCharges\":1694,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":544,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12650.8,\"PublishedFare\":12650.8,\"OfferedFare\":12650.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1154.4,\"BaseFareCal\":6325.4,\"BaseFare\":5171,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":272,\"MFT\":5.4,\"OT\":847,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":1154.4,\"BaseFareCal\":6325.4,\"BaseFare\":5171,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":272,\"MFT\":5.4,\"OT\":847,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"009\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-08-19T10:50\",\"SegFlightNumber\":\"6E-552\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-08-19T09:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":110,\"GroundTime\":235,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"10:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"3h 55m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"109\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2021-08-19T16:15\",\"SegFlightNumber\":\"6E-389\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-08-19T14:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":12,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"16:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"555\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-08-28T01:15\",\"SegFlightNumber\":\"SG-7189\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-08-27T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4952677588_1DELHYD6E552HYDBOM6E389_9293417815088567\",\"localFromDateTime\":\"2021-08-19 09:00\",\"localToDateTime\":\"2021-08-19 16:15\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS105300098583\",\"FlightNumber\":\"SG-7189\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"23:50\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2021-08-27T23:50\",\"LocalFromTime\":\"2021-08-27 23:50\",\"FromUTCTime\":\"2021-08-27T23:50\",\"LocalToTime\":\"2021-08-28 01:15\",\"ToUTCTime\":\"2021-08-28T01:15\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Fri, 27 Aug\",\"ArrivalDateTxt\":\"Sat, 28 Aug\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":8047.4,\"PublishedFareTxt\":\"8,047\",\"ApiResultIndex\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6742,\"Tax\":1305.4,\"YQTax\":0,\"OtherCharges\":922,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":348,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8047.4,\"PublishedFare\":8047.4,\"OfferedFare\":8047.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4952677588_1BOMDELSG7189_9293583235074483\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":652.7,\"BaseFareCal\":4023.7,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"},{\"Currency\":\"INR\",\"PassengerType\":2,\"PassengerCount\":\"1\",\"TaxIN\":652.7,\"BaseFareCal\":4023.7,\"BaseFare\":3371,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":461,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":8047.4,\"CostToCustomer\":8047.4,\"BaseFareCal\":8047.4,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":8047.4,\"intOfferedFare\":8047.4,\"intPublishFare\":8047.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"555\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-08-28T01:15\",\"SegFlightNumber\":\"SG-7189\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-08-27T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.mytravergy.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-4952677588_3BOMDELSG7189_9293418058799955\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-19 12:00\",\"localToDateTime\":\"2021-08-27 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"1\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"19\\/08\\/2021\",\"return_date\":\"27\\/08\\/2021\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"1\",\"infant\":\"0\",\"departure_dates\":\"19\\/08\\/2021\",\"return_dates\":\"27\\/08\\/2021\",\"strDepatureDate\":\"2021-08-19\",\"strReturnDate\":\"2021-08-27\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=1&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=19%2F08%2F2021&return_date=27%2F08%2F2021&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9997534969\",\"FirstName\":\"GAURAV\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-14 10:59:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"6049\",\"CustomerSysId\":\"36\",\"EmailId\":\"anuradha@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9997534969\",\"FirstName\":\"ANNU\",\"LastName\":\"SAINI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"2\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-14 10:59:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"339\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"243435\",\"TPSysId\":\"243436\",\"VersionId\":[\"33020\",\"33021\"],\"CustomerSysId\":\"132043\",\"TrxId\":\"10295\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":{\"36\":{\"Currency\":\"INR\",\"key\":\"009\",\"Code\":\"XBPB\",\"Price\":\"4000\",\"Weight\":\"10 Kg\"}},\"SelectedBaggSessionNewInb\":{\"339\":{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"BOF3\",\"Price\":\"300\",\"Weight\":\"Bag Out First with 3 Bag\"}},\"SelectedMealSessionNewInb\":{\"36\":{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVSW\",\"Price\":\"229\",\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},\"339\":{\"Currency\":\"INR\",\"key\":\"555\",\"Code\":\"NVSW\",\"Price\":\"229\",\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}},\"flight_booking_customer_id\":[[\"835\",\"836\"],[\"837\",\"838\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"36\",\"339\"],\"flight_booking_id\":[\"455\",\"456\"]},\"selectedSeatSession\":{\"109\":{\"36\":{\"seatNo\":\"4B\",\"seatPosition\":{\"row\":4,\"column\":2},\"isBooked\":false,\"code\":\"4B\",\"amount\":350},\"339\":{\"seatNo\":\"4C\",\"seatPosition\":{\"row\":4,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"4C\",\"amount\":350}},\"555\":{\"36\":{\"seatNo\":\"6A\",\"seatPosition\":{\"row\":6,\"column\":1},\"isBooked\":false,\"code\":\"6A\",\"amount\":300},\"339\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":250}},\"009\":{\"36\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":250},\"339\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":250}}},\"_sessiondata\":null}','2021-08-14 11:01:56'),(170,'4-4570093870_0MAACCUSG388_9814668917424534','{\"BookingData\":[{\"bookingId\":\"TJS105700100413\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-21T07:25\",\"LocalFromTime\":\"2021-08-21 07:25\",\"FromUTCTime\":\"2021-08-21T07:25\",\"LocalToTime\":\"2021-08-21 09:25\",\"ToUTCTime\":\"2021-08-21T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sat, 21 Aug\",\"ArrivalDateTxt\":\"Sat, 21 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"PublishedFareTxt\":\"3,331\",\"ApiResultIndex\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4570093870_0MAACCUSG388_9814694844181806\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SALE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3330.7,\"CostToCustomer\":3330.7,\"BaseFareCal\":3330.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3330.7,\"intOfferedFare\":3330.7,\"intPublishFare\":3330.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"034\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-21T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-21T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"034\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-08-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105700100413\",\"FlightNumber\":\"SG-388\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"strTraceId\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:25\",\"ArrivalTime\":\"09:25\",\"TravelDate\":\"2021-08-21T07:25\",\"LocalFromTime\":\"2021-08-21 07:25\",\"FromUTCTime\":\"2021-08-21T07:25\",\"LocalToTime\":\"2021-08-21 09:25\",\"ToUTCTime\":\"2021-08-21T09:25\",\"IsDirect\":0,\"FareClass\":\"SS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sat, 21 Aug\",\"ArrivalDateTxt\":\"Sat, 21 Aug\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3330.7,\"ApiResultIndex\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2799,\"Tax\":531.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3330.7,\"PublishedFare\":3330.7,\"OfferedFare\":3330.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":531.7,\"BaseFareCal\":3330.7,\"BaseFare\":2799,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"034\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-08-21T09:25\",\"SegFlightNumber\":\"SG-388\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-08-21T07:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:25\",\"strArrivalDtTime\":\"09:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-4570093870_0MAACCUSG388_9814668917424534\",\"localFromDateTime\":\"2021-08-21 07:25\",\"localToDateTime\":\"2021-08-21 09:25\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"21\\/08\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/08\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-08-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=21%2F08%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-20 11:43:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"452\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"244576\",\"TPSysId\":\"244577\",\"VersionId\":[\"33352\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"10388\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"845\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"452\",\"CustomerMemSysId\":[\"452\"],\"flight_booking_id\":[\"463\"]},\"selectedSeatSession\":{\"034\":{\"452\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"code\":\"6B\",\"amount\":0}}},\"_sessiondata\":null}','2021-08-20 11:44:01'),(171,'22-1303550815_0MAACCUI5557_9814751039332217','{\"BookingData\":[{\"bookingId\":\"TJS104800100414\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2021-09-30T16:35\",\"LocalFromTime\":\"2021-09-30 16:35\",\"FromUTCTime\":\"2021-09-30T16:35\",\"LocalToTime\":\"2021-09-30 19:00\",\"ToUTCTime\":\"2021-09-30T19:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 30 Sep\",\"ArrivalDateTxt\":\"Thu, 30 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2376.7,\"PublishedFareTxt\":\"2,377\",\"ApiResultIndex\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1899,\"Tax\":477.7,\"YQTax\":0,\"OtherCharges\":362,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2376.7,\"PublishedFare\":2376.7,\"OfferedFare\":2376.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-1303550815_0MAACCUI5557_9814760613853737\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":477.7,\"BaseFareCal\":2376.7,\"BaseFare\":1899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":362,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2376.7,\"CostToCustomer\":2376.7,\"BaseFareCal\":2376.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2376.7,\"intOfferedFare\":2376.7,\"intPublishFare\":2376.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"503\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-09-30T19:00\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-09-30T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"MMAI\",\"Price\":149,\"Description\":\"Sponge Cake\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"PNCB\",\"Price\":350,\"Description\":\"Peri Peri Paneer Sandwich\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"South Indian Delight  (V)\"},{\"Currency\":\"INR\",\"key\":\"503\",\"Code\":\"HVCB\",\"Price\":401,\"Description\":\"Hyderabadi Vegetable Biryani with Dal Makhani (V)\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-09-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS104800100414\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"16:35\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2021-09-30T16:35\",\"LocalFromTime\":\"2021-09-30 16:35\",\"FromUTCTime\":\"2021-09-30T16:35\",\"LocalToTime\":\"2021-09-30 19:00\",\"ToUTCTime\":\"2021-09-30T19:00\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 30 Sep\",\"ArrivalDateTxt\":\"Thu, 30 Sep\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2376.7,\"ApiResultIndex\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1899,\"Tax\":477.7,\"YQTax\":0,\"OtherCharges\":362,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":98,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2376.7,\"PublishedFare\":2376.7,\"OfferedFare\":2376.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":477.7,\"BaseFareCal\":2376.7,\"BaseFare\":1899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":98,\"MFT\":2.7,\"OT\":362,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"503\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-09-30T19:00\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-09-30T16:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:35\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/reisentours.hellogtx.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-1303550815_0MAACCUI5557_9814751039332217\",\"localFromDateTime\":\"2021-09-30 16:35\",\"localToDateTime\":\"2021-09-30 19:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"30\\/09\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/09\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-09-30\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=30%2F09%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"6049\",\"EmailId\":\"baibhav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7701888604\",\"FirstName\":\"baibhav\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"6049\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-08-20 11:44:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"112\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"244579\",\"TPSysId\":\"244580\",\"VersionId\":[\"33354\"],\"CustomerSysId\":\"112089\",\"TrxId\":\"10389\"},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"846\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"112\",\"CustomerMemSysId\":[\"112\"],\"flight_booking_id\":[\"464\"]},\"selectedSeatSession\":{\"503\":{\"112\":{\"seatNo\":\"3B\",\"seatPosition\":{\"row\":3,\"column\":2},\"isBooked\":false,\"isLegroom\":false,\"isAisle\":false,\"code\":\"3B\",\"amount\":350}}},\"_sessiondata\":null}','2021-08-20 11:45:25'),(172,'57800-0b70a-ad62d-15a80','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid6326375991--1949012404\",\"name\":\"Hotel York Legacy\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc5ZmExOWM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc5ZmExOWM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q2NDQzMGRjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q2NDQzMGRjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzk1OGNjOTAzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzk1OGNjOTAzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzE5N2ZiYjkxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzE5N2ZiYjkxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzI3MjZlZjI2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzI3MjZlZjI2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzA0OTljZTQ4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzA0OTljZTQ4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2FkYzA4YmNlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2FkYzA4YmNlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY1ZTgzMDQ0X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY1ZTgzMDQ0X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZjNGIwZWQ4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZjNGIwZWQ4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2U3ZDA0MGYwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2U3ZDA0MGYwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY2NTI2YzRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzY2NTI2YzRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZlN2QyNjI4X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzZlN2QyNjI4X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzJhZThjOTBjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzJhZThjOTBjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc3OTQ5YWUwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzc3OTQ5YWUwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2I3YTg4N2RkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2I3YTg4N2RkX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2IyZjA2NWZjX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2IyZjA2NWZjX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzMwMjAyMWRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzMwMjAyMWRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Y5MzAxYjA5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Y5MzAxYjA5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2VlMjFmMjQwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2VlMjFmMjQwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q0YmEwN2Q2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExL2Q0YmEwN2Q2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzg5MDZhMmZkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzQzMDAwMDAwLzQyNTcwMDAwLzQyNTY5NjAwLzQyNTY5NTExLzg5MDZhMmZkX2IuanBn\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"77.21589\",\"lt\":\"28.64204\"},\"ad\":{\"adr\":\"X\\/V 1000 Mantola Paharganj\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"fl\":[\"Public winery tours\",\"Wheelchair accessible (may have limitations)\",\"Proposal\\/romance packages available\",\"Outdoor furniture\",\"Wheelchair-accessible path to elevator\",\"Wheelchair-accessible registration desk\",\"In-room accessibility\",\"Stair-free path to entrance\",\"Free newspapers in lobby\",\"Roll-in shower\",\"Accessible bathroom\",\"Children\'s toys\",\"Luggage storage\",\"Children\'s games\",\"Free breakfast\",\"Express check-out\",\"Handrails in stairways\",\"24-hour front desk\",\"Barbecue grill(s)\",\"Smoke-free property\",\"Laundry facilities\",\"Elevator\",\"Terrace\",\"Motorcycle parking only\",\"Business property\"],\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!_2_0\",\"rc\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"rt\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Limited time offer. Price includes 67% discount!\",\"adt\":2,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":502.12,\"tfcs\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"tafcs\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":390.32,\"TAF\":111.8,\"TF\":502.12,\"NF\":402.12},\"afc\":{\"TAF\":{\"MFT\":1.8,\"MU\":100,\"MF\":10}}}],\"checkInDate\":\"2021-08-31\",\"checkOutDate\":\"2021-09-01\"}],\"id\":\"26_10567008-546_0_95635\",\"tp\":502.12,\"cnp\":{\"id\":\"26_10567008-546_0_95635\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-08-20T11:46:56.272\",\"tdt\":\"2021-08-26T18:00\",\"am\":0},{\"fdt\":\"2021-08-26T18:00\",\"tdt\":\"2021-08-31T12:00\",\"am\":390.32}],\"mi\":{\"iba\":true,\"iso\":false,\"hn\":\"Hotel York Legacy\",\"ad\":\"X\\/V 1000 Mantola Paharganj\"}},\"ddt\":\"2021-08-26T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":502.12},{\"fc\":[\"BREAKFAST\"],\"tpc\":1245.22}],\"mi\":{\"set\":\"2021-08-20T12:06:31.093\"}},\"bookingId\":\"TJS204900100418\",\"query\":{\"checkinDate\":\"2021-08-31\",\"checkoutDate\":\"2021-09-01\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid6326375991\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1157},\"metaInfo\":[]},\"hotelbookingid\":\"33\",\"SearchHotelTraceId\":\"57800-0b70a-ad62d-15a80\",\"CustomerSession\":{\"bookingId\":\"57800-0b70a-ad62d-15a80\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"7701888604\",\"traceId\":\"57800-0b70a-ad62d-15a80\",\"leadEmail\":\"baibhav@atpl.co.in\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"baibhav\",\"passenger-lastname-1\":\"kumar\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"rahul\",\"passenger-lastname-2\":\"kumar\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"}}','2021-08-20 11:49:40'),(173,'5-1081200709_0MAACCU6E183_16146300061707172,5-1081200709_0CCUMAA6E566_16146299978043783','{\"BookingData\":[{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-183\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:55\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2021-11-16T14:55\",\"LocalFromTime\":\"2021-11-16 14:55\",\"FromUTCTime\":\"2021-11-16T14:55\",\"LocalToTime\":\"2021-11-16 17:15\",\"ToUTCTime\":\"2021-11-16T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"PublishedFareTxt\":\"3,276\",\"ApiResultIndex\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1081200709_0MAACCU6E183_16146343437884085\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3275.7,\"CostToCustomer\":3275.7,\"BaseFareCal\":3275.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3275.7,\"intOfferedFare\":3275.7,\"intPublishFare\":3275.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"801\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-11-16T17:15\",\"SegFlightNumber\":\"6E-183\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-11-16T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"801\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-11-16 12:00\",\"localToDateTime\":\"2021-11-16 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-183\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:55\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2021-11-16T14:55\",\"LocalFromTime\":\"2021-11-16 14:55\",\"FromUTCTime\":\"2021-11-16T14:55\",\"LocalToTime\":\"2021-11-16 17:15\",\"ToUTCTime\":\"2021-11-16T17:15\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6752.4,\"ApiResultIndex\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5015,\"Tax\":1737.4,\"YQTax\":0,\"OtherCharges\":1441,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":261,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6752.4,\"PublishedFare\":6752.4,\"OfferedFare\":6752.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1737.4,\"BaseFareCal\":6752.4,\"BaseFare\":5015,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":261,\"MFT\":5.4,\"OT\":1441,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"801\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-11-16T17:15\",\"SegFlightNumber\":\"6E-183\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-11-16T14:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:55\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],[{\"segmentid\":\"900\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-11-16T22:30\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-11-16T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1081200709_0MAACCU6E183_16146300061707172\",\"localFromDateTime\":\"2021-11-16 14:55\",\"localToDateTime\":\"2021-11-16 17:15\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJS107300131764\",\"FlightNumber\":\"6E-566\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:30\",\"TravelDate\":\"2021-11-16T20:00\",\"LocalFromTime\":\"2021-11-16 20:00\",\"FromUTCTime\":\"2021-11-16T20:00\",\"LocalToTime\":\"2021-11-16 22:30\",\"ToUTCTime\":\"2021-11-16T22:30\",\"IsDirect\":0,\"FareClass\":\"N\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 16 Nov\",\"ArrivalDateTxt\":\"Tue, 16 Nov\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3476.7,\"PublishedFareTxt\":\"3,477\",\"ApiResultIndex\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2314,\"Tax\":1162.7,\"YQTax\":0,\"OtherCharges\":1024,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":121,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3476.7,\"PublishedFare\":3476.7,\"OfferedFare\":3476.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1081200709_1CCUMAA6E566_16146343438940742\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1162.7,\"BaseFareCal\":3476.7,\"BaseFare\":2314,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":121,\"MFT\":2.7,\"OT\":1024,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3476.7,\"CostToCustomer\":3476.7,\"BaseFareCal\":3476.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3476.7,\"intOfferedFare\":3476.7,\"intPublishFare\":3476.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"900\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2021-11-16T22:30\",\"SegFlightNumber\":\"6E-566\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"N\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2021-11-16T20:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:30\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"900\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1081200709_0CCUMAA6E566_16146299978043783\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-11-16 12:00\",\"localToDateTime\":\"2021-11-16 12:00\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"DirectFlight\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"16\\/11\\/2021\",\"return_date\":\"16\\/11\\/2021\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/11\\/2021\",\"return_dates\":\"16\\/11\\/2021\",\"strDepatureDate\":\"2021-11-16\",\"strReturnDate\":\"2021-11-16\"},\"FlightSearchUrl\":\"route=2&DirectFlight=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=16%2F11%2F2021&return_date=16%2F11%2F2021&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"Neha\",\"LastName\":\"Kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-11-01 18:31:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"127\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"266955\",\"TPSysId\":\"266956\",\"VersionId\":[\"40456\",\"40457\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13651\",\"FareBreakdownid\":[\"344314\",\"344315\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"853\"],[\"854\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"127\",\"CustomerMemSysId\":[\"127\"],\"flight_booking_id\":[\"471\",\"472\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-11-01 18:32:19'),(174,'5-4077529903_0MAACCU6E987_16223201724720387','{\"BookingData\":[{\"bookingId\":\"TJS103100132233\",\"FlightNumber\":\"6E-987\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2021-12-01T05:30\",\"LocalFromTime\":\"2021-12-01 05:30\",\"FromUTCTime\":\"2021-12-01T05:30\",\"LocalToTime\":\"2021-12-01 07:45\",\"ToUTCTime\":\"2021-12-01T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Dec\",\"ArrivalDateTxt\":\"Wed, 01 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"PublishedFareTxt\":\"3,276\",\"ApiResultIndex\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4077529903_0MAACCU6E987_16223251281895110\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3275.7,\"CostToCustomer\":3275.7,\"BaseFareCal\":3275.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3275.7,\"intOfferedFare\":3275.7,\"intPublishFare\":3275.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"360\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-01T07:45\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-01T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PTSW\",\"Price\":300,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CTSW\",\"Price\":350,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CJSW\",\"Price\":350,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"360\",\"Code\":\"TCSW\",\"Price\":480,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-12-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103100132233\",\"FlightNumber\":\"6E-987\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:30\",\"ArrivalTime\":\"07:45\",\"TravelDate\":\"2021-12-01T05:30\",\"LocalFromTime\":\"2021-12-01 05:30\",\"FromUTCTime\":\"2021-12-01T05:30\",\"LocalToTime\":\"2021-12-01 07:45\",\"ToUTCTime\":\"2021-12-01T07:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 01 Dec\",\"ArrivalDateTxt\":\"Wed, 01 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3275.7,\"ApiResultIndex\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2701,\"Tax\":574.7,\"YQTax\":0,\"OtherCharges\":417,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":140,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3275.7,\"PublishedFare\":3275.7,\"OfferedFare\":3275.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":574.7,\"BaseFareCal\":3275.7,\"BaseFare\":2701,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":140,\"MFT\":2.7,\"OT\":417,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"360\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-01T07:45\",\"SegFlightNumber\":\"6E-987\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-01T05:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:30\",\"strArrivalDtTime\":\"07:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4077529903_0MAACCU6E987_16223201724720387\",\"localFromDateTime\":\"2021-12-01 05:30\",\"localToDateTime\":\"2021-12-01 07:45\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"01\\/12\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/12\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-12-01\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=01%2F12%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannoja\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-11-02 15:53:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"455\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"267146\",\"TPSysId\":\"267147\",\"VersionId\":[\"40532\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13698\",\"FareBreakdownid\":[\"344362\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":[],\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"855\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"455\",\"CustomerMemSysId\":[\"455\"],\"flight_booking_id\":[\"473\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-11-02 15:56:00'),(175,'5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342','{\"BookingData\":[{\"bookingId\":\"TJ100019232767\",\"FlightNumber\":\"6E-6217\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2021-12-17T22:45\",\"LocalFromTime\":\"2021-12-17 22:45\",\"FromUTCTime\":\"2021-12-17T22:45\",\"LocalToTime\":\"2021-12-18 06:05\",\"ToUTCTime\":\"2021-12-18T06:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Fri, 17 Dec\",\"ArrivalDateTxt\":\"Sat, 18 Dec\",\"FlightDuration\":\"7h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3353.7,\"PublishedFareTxt\":\"3,354\",\"ApiResultIndex\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2725,\"Tax\":628.7,\"YQTax\":0,\"OtherCharges\":467,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3353.7,\"PublishedFare\":3327.81,\"OfferedFare\":3327.81,\"CommissionEarned\":25.89,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.36,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_39669272896403\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":628.7,\"BaseFareCal\":3327.81,\"BaseFare\":2725,\"CommissionEarned\":25.89,\"TDS\":-1.36,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":467,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":25.89,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3327.81,\"CostToCustomer\":3327.81,\"BaseFareCal\":3327.81,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3327.81,\"intOfferedFare\":3327.81,\"intPublishFare\":3353.7,\"TripjackMarkup\":0,\"TripjackCommission\":25.89,\"TripjackTDS\":\"1.36\"}},\"Segments\":[{\"segmentid\":\"530\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-12-17T23:55\",\"SegFlightNumber\":\"6E-6217\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-17T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"701\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-18T06:05\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-12-18T03:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:55\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPJ\",\"Price\":8000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"MUYO\",\"Price\":225,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"COMI\",\"Price\":225,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"TCSW\",\"Price\":350,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"PTSW\",\"Price\":350,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"CTSW\",\"Price\":375,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"CJSW\",\"Price\":375,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"CHCT\",\"Price\":375,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"VGTR\",\"Price\":450,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"PITA\",\"Price\":450,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"530\",\"Code\":\"NVTR\",\"Price\":450,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100019232767\",\"FlightNumber\":\"6E-6217\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"strTraceId\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:45\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2021-12-17T22:45\",\"LocalFromTime\":\"2021-12-17 22:45\",\"FromUTCTime\":\"2021-12-17T22:45\",\"LocalToTime\":\"2021-12-18 06:05\",\"ToUTCTime\":\"2021-12-18T06:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":240,\"LAYOVERDuration\":\"4h 0m\",\"FlyingMinutes\":440,\"DepartureDateTxt\":\"Fri, 17 Dec\",\"ArrivalDateTxt\":\"Sat, 18 Dec\",\"FlightDuration\":\"7h 20m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3353.7,\"ApiResultIndex\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2725,\"Tax\":628.7,\"YQTax\":0,\"OtherCharges\":467,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3353.7,\"PublishedFare\":3327.81,\"OfferedFare\":3327.81,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":628.7,\"BaseFareCal\":3327.81,\"BaseFare\":2725,\"CommissionEarned\":25.89,\"TDS\":-1.36,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":467,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"530\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2021-12-17T23:55\",\"SegFlightNumber\":\"6E-6217\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2021-12-17T22:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":240,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:45\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":\"4h 0m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"701\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2021-12-18T06:05\",\"SegFlightNumber\":\"6E-165\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2021-12-18T03:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"03:55\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1654689517_0MAAHYD6E6217HYDCCU6E165_1193730910339342\",\"localFromDateTime\":\"2021-12-17 22:45\",\"localToDateTime\":\"2021-12-18 06:05\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"17\\/12\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"17\\/12\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-12-17\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=17%2F12%2F2021&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-11-02 19:02:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"267246\",\"TPSysId\":\"267247\",\"VersionId\":[\"40556\"],\"CustomerSysId\":\"145072\",\"TrxId\":\"13713\",\"FareBreakdownid\":[\"344370\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"857\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_id\":[\"475\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-11-02 19:03:19'),(176,'22-16-8501468945_0BOMGOII5620_40495061396338','{\"BookingData\":[{\"bookingId\":\"TJ107019233592\",\"FlightNumber\":\"I5-620\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"05:55\",\"TravelDate\":\"2021-11-24T04:45\",\"LocalFromTime\":\"2021-11-24 04:45\",\"FromUTCTime\":\"2021-11-24T04:45\",\"LocalToTime\":\"2021-11-24 05:55\",\"ToUTCTime\":\"2021-11-24T05:55\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 24 Nov\",\"ArrivalDateTxt\":\"Wed, 24 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2196.7,\"PublishedFareTxt\":\"2,197\",\"ApiResultIndex\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1640,\"Tax\":556.7,\"YQTax\":0,\"OtherCharges\":453,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":86,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2196.7,\"PublishedFare\":2173.33,\"OfferedFare\":2173.33,\"CommissionEarned\":23.37,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.23,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8501468945_0BOMGOII5620_40518423190145\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":556.7,\"BaseFareCal\":2173.33,\"BaseFare\":1640,\"CommissionEarned\":23.37,\"TDS\":-1.23,\"MF\":15,\"YQ\":0,\"AGST\":86,\"MFT\":2.7,\"OT\":453,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":23.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":2173.33,\"CostToCustomer\":2173.33,\"BaseFareCal\":2173.33,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":2173.33,\"intOfferedFare\":2173.33,\"intPublishFare\":2196.7,\"TripjackMarkup\":0,\"TripjackCommission\":23.37,\"TripjackTDS\":\"1.23\"}},\"Segments\":[{\"segmentid\":\"922\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-11-24T05:55\",\"SegFlightNumber\":\"I5-620\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-11-24T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"PBLD\",\"Price\":6000,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"922\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ107019233592\",\"FlightNumber\":\"I5-620\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"strTraceId\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"05:55\",\"TravelDate\":\"2021-11-24T04:45\",\"LocalFromTime\":\"2021-11-24 04:45\",\"FromUTCTime\":\"2021-11-24T04:45\",\"LocalToTime\":\"2021-11-24 05:55\",\"ToUTCTime\":\"2021-11-24T05:55\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 24 Nov\",\"ArrivalDateTxt\":\"Wed, 24 Nov\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2196.7,\"ApiResultIndex\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1640,\"Tax\":556.7,\"YQTax\":0,\"OtherCharges\":453,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":86,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2196.7,\"PublishedFare\":2173.33,\"OfferedFare\":2173.33,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":556.7,\"BaseFareCal\":2173.33,\"BaseFare\":1640,\"CommissionEarned\":23.37,\"TDS\":-1.23,\"MF\":15,\"YQ\":0,\"AGST\":86,\"MFT\":2.7,\"OT\":453,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"922\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2021-11-24T05:55\",\"SegFlightNumber\":\"I5-620\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2021-11-24T04:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-8501468945_0BOMGOII5620_40495061396338\",\"localFromDateTime\":\"2021-11-24 04:45\",\"localToDateTime\":\"2021-11-24 05:55\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"24\\/11\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"BOM\",\"to\":\"GOI\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":18676,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/11\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-11-24\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Goa+In+%28GOI%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=GOI&ContSysId=0&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Goa+In%2C+IN+-+Dabolim+Arpt+%28GOI%29&departure_date=24%2F11%2F2021&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Dabolim+Arpt+%28GOI%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"Neha\",\"LastName\":\"Kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-11-02 19:17:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"457\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"267252\",\"TPSysId\":\"267253\",\"VersionId\":[\"40557\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"13714\",\"FareBreakdownid\":[\"344371\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"858\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"457\",\"CustomerMemSysId\":[\"457\"],\"flight_booking_id\":[\"476\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-11-02 19:17:46'),(177,'4-1134874053_0DELDXBSG705_3490208764025867','{\"BookingData\":[{\"bookingId\":\"TJ115123403064\",\"FlightNumber\":\"SG-705\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-12-21T07:40\",\"LocalFromTime\":\"2021-12-21 07:40\",\"FromUTCTime\":\"2021-12-21T07:40\",\"LocalToTime\":\"2021-12-21 10:10\",\"ToUTCTime\":\"2021-12-21T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Tue, 21 Dec\",\"ArrivalDateTxt\":\"Tue, 21 Dec\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":28435.7,\"PublishedFareTxt\":\"28,436\",\"ApiResultIndex\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":25727,\"Tax\":2708.7,\"YQTax\":0,\"OtherCharges\":1399,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":1292,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28435.7,\"PublishedFare\":27763.58,\"OfferedFare\":27763.58,\"CommissionEarned\":672.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-35.37,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1134874053_0DELDXBSG705_53611527121384\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2708.7,\"BaseFareCal\":27763.58,\"BaseFare\":25727,\"CommissionEarned\":672.12,\"TDS\":-35.37,\"MF\":15,\"YQ\":0,\"AGST\":1292,\"MFT\":2.7,\"OT\":1399,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":672.12,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":27763.58,\"CostToCustomer\":27763.58,\"BaseFareCal\":27763.58,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":27763.58,\"intOfferedFare\":27763.58,\"intPublishFare\":28435.7,\"TripjackMarkup\":0,\"TripjackCommission\":672.12,\"TripjackTDS\":\"35.37\"}},\"Segments\":[{\"segmentid\":\"701\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-12-21T10:10\",\"SegFlightNumber\":\"SG-705\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-12-21T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"EB05\",\"Price\":2625,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"EB10\",\"Price\":5250,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"701\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":true,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-12-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ115123403064\",\"FlightNumber\":\"SG-705\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"strTraceId\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"07:40\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2021-12-21T07:40\",\"LocalFromTime\":\"2021-12-21 07:40\",\"FromUTCTime\":\"2021-12-21T07:40\",\"LocalToTime\":\"2021-12-21 10:10\",\"ToUTCTime\":\"2021-12-21T10:10\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":240,\"DepartureDateTxt\":\"Tue, 21 Dec\",\"ArrivalDateTxt\":\"Tue, 21 Dec\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":28435.7,\"ApiResultIndex\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":25727,\"Tax\":2708.7,\"YQTax\":0,\"OtherCharges\":1399,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":1292,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":28435.7,\"PublishedFare\":27763.58,\"OfferedFare\":27763.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2708.7,\"BaseFareCal\":27763.58,\"BaseFare\":25727,\"CommissionEarned\":672.12,\"TDS\":-35.37,\"MF\":15,\"YQ\":0,\"AGST\":1292,\"MFT\":2.7,\"OT\":1399,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"701\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2021-12-21T10:10\",\"SegFlightNumber\":\"SG-705\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2021-12-21T07:40\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":240,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"4h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1134874053_0DELDXBSG705_3490208764025867\",\"localFromDateTime\":\"2021-12-21 07:40\",\"localToDateTime\":\"2021-12-21 10:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Dubai (DXB)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"DXB\",\"ContSysId\":\"228\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"departure_date\":\"21\\/12\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" AE - Dubai Intl Arpt (DXB)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"DXB\",\"from\":\"DEL\",\"to\":\"DXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Dubai, AE - Dubai Intl Arpt (DXB)\",\"sourceCityId\":7701,\"destinationCityId\":8219,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/12\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-12-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Dubai+%28DXB%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=DXB&ContSysId=228&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Dubai%2C+AE+-+Dubai+Intl+Arpt+%28DXB%29&departure_date=21%2F12%2F2021&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+AE+-+Dubai+Intl+Arpt+%28DXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"booti190@outlook.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8878498374\",\"FirstName\":\"VISHAL\",\"LastName\":\"GOENKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":\"1977-05-13\",\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-12-20 22:56:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"S2342345\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2028-08-18\",\"passporIssue\":\"2018-12-04\",\"CustomerSysId\":\"138\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"287492\",\"TPSysId\":\"287493\",\"VersionId\":[\"46911\"],\"CustomerSysId\":\"154044\",\"TrxId\":\"17219\",\"FareBreakdownid\":[\"347635\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"870\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"138\",\"CustomerMemSysId\":[\"138\"],\"flight_booking_id\":[\"488\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-12-20 22:57:02'),(178,'5-7393555383_0VTZDEL6E2772_55063571878716','{\"BookingData\":[{\"bookingId\":\"TJ106323496198\",\"FlightNumber\":\"6E-2772\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-12-22T18:25\",\"LocalFromTime\":\"2021-12-22 18:25\",\"FromUTCTime\":\"2021-12-22T18:25\",\"LocalToTime\":\"2021-12-22 20:55\",\"ToUTCTime\":\"2021-12-22T20:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 22 Dec\",\"ArrivalDateTxt\":\"Wed, 22 Dec\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"VTZ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6179.7,\"PublishedFareTxt\":\"6,180\",\"ApiResultIndex\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":979.7,\"YQTax\":0,\"OtherCharges\":697,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6179.7,\"PublishedFare\":6093.25,\"OfferedFare\":6093.25,\"CommissionEarned\":86.45,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.55,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7393555383_0VTZDEL6E2772_5152824656759431\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":979.7,\"BaseFareCal\":6093.25,\"BaseFare\":5200,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":697,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":86.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":6093.25,\"CostToCustomer\":6093.25,\"BaseFareCal\":6093.25,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":6093.25,\"intOfferedFare\":6093.25,\"intPublishFare\":6179.7,\"TripjackMarkup\":0,\"TripjackCommission\":86.45,\"TripjackTDS\":\"4.55\"}},\"Segments\":[{\"segmentid\":\"901\",\"originAirportName\":\"Vishakhapatnam\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Vishakhapatanam\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-12-22T20:55\",\"SegFlightNumber\":\"6E-2772\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"VTZ\",\"originDepTime\":\"2021-12-22T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPJ\",\"Price\":8000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"901\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30Kg\"}],\"Meal\":[],\"isGSTMandatory\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2021-12-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VTZ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ106323496198\",\"FlightNumber\":\"6E-2772\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"strTraceId\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:25\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2021-12-22T18:25\",\"LocalFromTime\":\"2021-12-22 18:25\",\"FromUTCTime\":\"2021-12-22T18:25\",\"LocalToTime\":\"2021-12-22 20:55\",\"ToUTCTime\":\"2021-12-22T20:55\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 22 Dec\",\"ArrivalDateTxt\":\"Wed, 22 Dec\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"VTZ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6179.7,\"ApiResultIndex\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5200,\"Tax\":979.7,\"YQTax\":0,\"OtherCharges\":697,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6179.7,\"PublishedFare\":6093.25,\"OfferedFare\":6093.25,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":979.7,\"BaseFareCal\":6093.25,\"BaseFare\":5200,\"CommissionEarned\":86.45,\"TDS\":-4.55,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":697,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"901\",\"originAirportName\":\"Vishakhapatnam\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Vishakhapatanam\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2021-12-22T20:55\",\"SegFlightNumber\":\"6E-2772\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"VTZ\",\"originDepTime\":\"2021-12-22T18:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:25\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7393555383_0VTZDEL6E2772_55063571878716\",\"localFromDateTime\":\"2021-12-22 18:25\",\"localToDateTime\":\"2021-12-22 20:55\",\"strSourceAirportCode\":\"VTZ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Vishakhapatanam (VTZ)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"VTZ\",\"ContSysId_1\":\"0\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Vishakhapatanam, IN - Vishakhapatnam (VTZ)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"22\\/12\\/2021\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Vishakhapatnam (VTZ)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"VTZ\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"VTZ\",\"to\":\"DEL\",\"sourceCityText\":\"Vishakhapatanam, IN - Vishakhapatnam (VTZ)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":0,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/12\\/2021\",\"return_dates\":\"\",\"strDepatureDate\":\"2021-12-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Vishakhapatanam+%28VTZ%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=VTZ&ContSysId_1=0&destination_city=DEL&ContSysId=101&source=Vishakhapatanam%2C+IN+-+Vishakhapatnam+%28VTZ%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=22%2F12%2F2021&return_date=&from_mytrip_city=+IN+-+Vishakhapatnam+%28VTZ%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"Sigurdstrack11@outlook.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7873429344\",\"FirstName\":\"sumanth\",\"LastName\":\"gurram\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-12-21 23:23:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"139\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"18AABCU9603R1ZM\",\"companyname\":\"passenger world\",\"gstemail\":\"pss@gmail.com\",\"gstphone\":\"9873989333\",\"gstaddress\":\"nil\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"288122\",\"TPSysId\":\"288123\",\"VersionId\":[\"47046\"],\"CustomerSysId\":\"154417\",\"TrxId\":\"17292\",\"FareBreakdownid\":[\"347696\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"871\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"139\",\"CustomerMemSysId\":[\"139\"],\"flight_booking_id\":[\"489\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-12-21 23:24:23'),(179,'1-4365916783_1DELBOMG8530_20721561424965142','{\"BookingData\":[{\"bookingId\":\"TJS102000165201\",\"FlightNumber\":\"G8-530\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2022-01-20T07:00\",\"LocalFromTime\":\"2022-01-20 07:00\",\"FromUTCTime\":\"2022-01-20T07:00\",\"LocalToTime\":\"2022-01-20 09:15\",\"ToUTCTime\":\"2022-01-20T09:15\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jan\",\"ArrivalDateTxt\":\"Thu, 20 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3581.7,\"PublishedFareTxt\":\"3,582\",\"ApiResultIndex\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3581.7,\"OfferedFare\":3581.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4365916783_0DELBOMG8530_20721613188491902\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"BaseFareCal\":3581.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":3581.7,\"CostToCustomer\":3581.7,\"BaseFareCal\":3581.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":3581.7,\"intOfferedFare\":3581.7,\"intPublishFare\":3581.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-20T09:15\",\"SegFlightNumber\":\"G8-530\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-20T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102000165201\",\"FlightNumber\":\"G8-530\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2022-01-20T07:00\",\"LocalFromTime\":\"2022-01-20 07:00\",\"FromUTCTime\":\"2022-01-20T07:00\",\"LocalToTime\":\"2022-01-20 09:15\",\"ToUTCTime\":\"2022-01-20T09:15\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 20 Jan\",\"ArrivalDateTxt\":\"Thu, 20 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":40,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3581.7,\"ApiResultIndex\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3581.7,\"OfferedFare\":3581.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"BaseFareCal\":3581.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"371\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-20T09:15\",\"SegFlightNumber\":\"G8-530\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-20T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":40,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4365916783_1DELBOMG8530_20721561424965142\",\"localFromDateTime\":\"2022-01-20 07:00\",\"localToDateTime\":\"2022-01-20 09:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"20\\/01\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/01\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-01-20\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=20%2F01%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-12-24 17:26:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"289685\",\"TPSysId\":\"289686\",\"VersionId\":[\"47474\"],\"CustomerSysId\":\"145072\",\"TrxId\":\"17577\",\"FareBreakdownid\":[\"347936\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"872\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_id\":[\"490\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-12-24 17:26:14'),(180,'1-5307106241_0MAAHYDG8505_3823320690749347','{\"BookingData\":[{\"bookingId\":\"TJ102623736634\",\"FlightNumber\":\"G8-505\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2022-01-26T17:40\",\"LocalFromTime\":\"2022-01-26 17:40\",\"FromUTCTime\":\"2022-01-26T17:40\",\"LocalToTime\":\"2022-01-26 18:55\",\"ToUTCTime\":\"2022-01-26T18:55\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 26 Jan\",\"ArrivalDateTxt\":\"Wed, 26 Jan\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1568.7,\"PublishedFareTxt\":\"1,569\",\"ApiResultIndex\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1077,\"Tax\":491.7,\"YQTax\":0,\"OtherCharges\":416,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1568.7,\"PublishedFare\":1544.86,\"OfferedFare\":1544.86,\"CommissionEarned\":23.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.25,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-5307106241_0MAAHYDG8505_5688011888609788\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":491.7,\"BaseFareCal\":1544.86,\"BaseFare\":1077,\"CommissionEarned\":23.84,\"TDS\":-1.25,\"MF\":15,\"YQ\":0,\"AGST\":58,\"MFT\":2.7,\"OT\":416,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":23.84,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":1544.86,\"CostToCustomer\":1544.86,\"BaseFareCal\":1544.86,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":1544.86,\"intOfferedFare\":1544.86,\"intPublishFare\":1568.7,\"TripjackMarkup\":0,\"TripjackCommission\":23.84,\"TripjackTDS\":\"1.25\"}},\"Segments\":[{\"segmentid\":\"945\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-01-26T18:55\",\"SegFlightNumber\":\"G8-505\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-01-26T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"XC05\",\"Price\":2000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"XC10\",\"Price\":4000,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"XC15\",\"Price\":6000,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"XC30\",\"Price\":12000,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"945\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102623736634\",\"FlightNumber\":\"G8-505\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"strTraceId\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"18:55\",\"TravelDate\":\"2022-01-26T17:40\",\"LocalFromTime\":\"2022-01-26 17:40\",\"FromUTCTime\":\"2022-01-26T17:40\",\"LocalToTime\":\"2022-01-26 18:55\",\"ToUTCTime\":\"2022-01-26T18:55\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 26 Jan\",\"ArrivalDateTxt\":\"Wed, 26 Jan\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1568.7,\"ApiResultIndex\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1077,\"Tax\":491.7,\"YQTax\":0,\"OtherCharges\":416,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1568.7,\"PublishedFare\":1544.86,\"OfferedFare\":1544.86,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":491.7,\"BaseFareCal\":1544.86,\"BaseFare\":1077,\"CommissionEarned\":23.84,\"TDS\":-1.25,\"MF\":15,\"YQ\":0,\"AGST\":58,\"MFT\":2.7,\"OT\":416,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"945\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-01-26T18:55\",\"SegFlightNumber\":\"G8-505\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-01-26T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"18:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-5307106241_0MAAHYDG8505_3823320690749347\",\"localFromDateTime\":\"2022-01-26 17:40\",\"localToDateTime\":\"2022-01-26 18:55\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Hyderabad (HYD)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"HYD\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\",\"departure_date\":\"26\\/01\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"HYD\",\"from\":\"MAA\",\"to\":\"HYD\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\",\"sourceCityId\":6000,\"destinationCityId\":12538,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/01\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-01-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Hyderabad+%28HYD%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=HYD&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Hyderabad%2C+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+%28HYD%29&departure_date=26%2F01%2F2022&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Shamshabad+Rajiv+Gandhi+Intl+Arpt+%28HYD%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"0\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"0\",\"countryCode\":\"91\",\"RegisterDate\":\"2021-12-24 19:27:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"289790\",\"TPSysId\":\"289791\",\"VersionId\":[\"47512\"],\"CustomerSysId\":\"145072\",\"TrxId\":\"17591\",\"FareBreakdownid\":[\"347949\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"873\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_id\":[\"491\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2021-12-24 19:27:13'),(181,'f6eb4-37d60-4df3e-8dd20','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid9109609867-589678796\",\"name\":\"Hotel Chanakaya\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\"}],\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"rt\":3,\"gl\":{\"ln\":\"78.03787\",\"lt\":\"27.15291\"},\"ad\":{\"adr\":\"Hotel Chanakaya, Vibhav Nagar, Tajganj\",\"city\":{\"name\":\"Agra\"},\"country\":{\"name\":\"India\"}},\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )_1_0\",\"rc\":\"Suite Room\",\"rt\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )\",\"adt\":1,\"chd\":0,\"mb\":\"BREAKFAST\",\"tp\":1687.23,\"tfcs\":{\"TF\":1687.23,\"TAF\":11.8,\"NF\":1687.23,\"BF\":1675.43},\"tafcs\":{\"TAF\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":1687.23,\"TAF\":11.8,\"NF\":1687.23,\"BF\":1675.43},\"afc\":{\"TAF\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10}}}],\"checkInDate\":\"2022-01-18\",\"checkOutDate\":\"2022-01-19\"}],\"id\":\"26_6602771-25_5_36661\",\"tp\":1687.23,\"cnp\":{\"id\":\"26_6602771-25_5_36661\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-12-28T12:11:21.998\",\"tdt\":\"2022-01-14T18:00\",\"am\":0},{\"fdt\":\"2022-01-14T18:00\",\"tdt\":\"2022-01-18T12:00\",\"am\":1675.43}]},\"ddt\":\"2022-01-14T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Child and extra bed policy :  Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.Children -year(s) must use an extra bed.Guests over  years old are considered as an adults.Extra beds are depend on the room you choose,please check the individual room policy for more details.\"}],\"iopr\":false,\"ipr\":false,\"ipm\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":910.73},{\"fc\":[\"BREAKFAST\"],\"tpc\":1133.24}]},\"bookingId\":\"TJS204100166348\",\"alerts\":[{\"oldValue\":\"OYO 19320 HOTEL CHANAKAYA;Hotel ChanakayaVibhav Nagar Tajganj ,Agra,India\",\"newValue\":\"Hotel Chanakaya;Hotel Chanakaya, Vibhav Nagar, Tajganj,Agra,India\",\"field\":\"HOTELNAME\",\"type\":\"STATIC_DATA_ALERT\"}],\"query\":{\"checkinDate\":\"2022-01-18\",\"checkoutDate\":\"2022-01-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110220\",\"countryName\":\"India\",\"cityName\":\"Agra\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid9109609867\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1166}},\"hotelbookingid\":\"35\",\"SearchHotelTraceId\":\"f6eb4-37d60-4df3e-8dd20\",\"CustomerSession\":{\"bookingId\":\"f6eb4-37d60-4df3e-8dd20\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8447455883\",\"traceId\":\"f6eb4-37d60-4df3e-8dd20\",\"leadEmail\":\"sibo.sarso@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"93\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"md\",\"passenger-lastname-1\":\"sabir\",\"passenger-panNumber-1\":\"\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )_1_0\",\"RoomCategory\":\"Suite Room\",\"RoomType\":\"Single-Suite Room-1-Breakfast Benefit : ( Breakfast )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1687.23,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":1687.23,\"TotalRoomPrice\":1687.23,\"TotalFare\":1687.23,\"TotalBaseFare\":1675.43,\"TotalNetFare\":1687.23,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":1687.23,\"TAF\":11.8,\"NF\":1687.23,\"BF\":1675.43},\"afc\":{\"TAF\":{\"SBP\":1675.43,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":1687.23,\"arrMarkUps\":{\"HotelRoomPrice\":1687.23,\"pernightperroomprice\":1687.23,\"RoomPrice\":1687.23,\"withmarkupprice\":1687.23,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"26_6602771-25_5_36661\",\"RoomTotalPrice\":1687.23,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid9109609867-589678796\",\"HotemName\":\"OYO 19320 HOTEL CHANAKAYA\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvZTM5MWRlZTdiMmMxZmRkMjA4NjA5MjdiYWI1MDRhMDUuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvNDFlMWVkYmVlMjM3NDAzYWQyNzdlMGZhZTdlMjgwNzAuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvYWMyNzAwNDU1ODQ1MGI3ZmQwODIwZGI3ZmJiMWIwM2MuanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvODczMmE1NzI1Y2RkYWRmZGZiM2U3ZDRlODA1YTkyZDguanBnP3M9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3BpeDYuYWdvZGEubmV0L2hvdGVsSW1hZ2VzLzY2MDI3NzEvLTEvMGQzMTNjYmM3YmY0MjVjOWUyYzc3NzM3NDFlNWEzYWIuanBnP3M9MzEyeA==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.03787\",\"lt\":\"27.15291\"},\"HotelAddress\":\"Hotel ChanakayaVibhav Nagar Tajganj \",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-18\",\"checkoutDate\":\"2022-01-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110220\",\"currency\":\"\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2021-12-28 12:11:50'),(182,'a983e-3547f-832c9-d7745','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid2814208921-765847706\",\"name\":\"Hotel Sunrise Moon\",\"img\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\"}],\"des\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Central Mall - 0.7 km \\/ 0.4 mi <br \\/> Worldmark - 1 km \\/ 0.6 mi <br \\/> Nelson Mandela Road - 3.7 km \\/ 2.3 mi <br \\/> DLF Promenade Vasant Kunj - 4.9 km \\/ 3.1 mi <br \\/> Fortis Hospital - 5.2 km \\/ 3.3 mi <br \\/> DLF Emporio Vasant Kunj - 5.3 km \\/ 3.3 mi <br \\/> Ambience Mall - 6.7 km \\/ 4.2 mi <br \\/> DLF Cyber City - 7.2 km \\/ 4.5 mi <br \\/> Dada Dev Mandir - 9.2 km \\/ 5.7 mi <br \\/> Qutub Minar - 10.5 km \\/ 6.5 mi <br \\/> Gurgaon Central Mall - 10.6 km \\/ 6.6 mi <br \\/> Global Business Park - 10.6 km \\/ 6.6 mi <br \\/> Sahara Mall - 10.6 km \\/ 6.6 mi <br \\/> Golf Course Road - 10.8 km \\/ 6.7 mi <br \\/> Dhaula Kuan - 10.8 km \\/ 6.7 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi International Airport (DEL) - 4.4 km \\/ 2.7 mi<\\/p><br\\/><b>Dining:<\\/b>Take advantage of the hotel\'s 24-hour room service.<br\\/><b>Rooms:<\\/b><br\\/>Stay in one of 20 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include safes and desks, as well as phones with free local calls.\",\"rt\":3,\"gl\":{\"ln\":\"77.12705\",\"lt\":\"28.548372\"},\"ad\":{\"adr\":\"118\\/119, Street Number 3, Block B Mahipalpur\",\"city\":{\"name\":\"New Delhi\"},\"country\":{\"name\":\"India\"}},\"fl\":[\"Smoke-free property\",\"24-hour front desk\",\"Free WiFi\",\"Business property\"],\"pt\":\"HOTEL\",\"tags\":[],\"ops\":[{\"ris\":[{\"id\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)_1_0\",\"rc\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"rt\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"adt\":1,\"chd\":0,\"mb\":\"ROOM ONLY\",\"tp\":817.64,\"tfcs\":{\"TF\":817.64,\"TAF\":11.8,\"NF\":817.64,\"BF\":805.84},\"tafcs\":{\"TAF\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10}},\"pis\":[{\"day\":1,\"fc\":{\"TF\":817.64,\"TAF\":11.8,\"NF\":817.64,\"BF\":805.84},\"afc\":{\"TAF\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10}}}],\"checkInDate\":\"2022-01-27\",\"checkOutDate\":\"2022-01-28\"}],\"id\":\"1_36887259-56_85805\",\"tp\":817.64,\"cnp\":{\"id\":\"1_36887259-56_85805\",\"ifra\":true,\"pd\":[{\"fdt\":\"2021-12-28T12:17:19.735\",\"tdt\":\"2022-01-23T18:00\",\"am\":0},{\"fdt\":\"2022-01-23T18:00\",\"tdt\":\"2022-01-27T12:00\",\"am\":880.93}]},\"ddt\":\"2022-01-23T18:00\",\"inst\":[{\"type\":\"BOOKING_NOTES\",\"msg\":\"Bed Type Selection is not guaranteed.Note: Nightly rates might be calculated based on the average of Total RateAmenities:Free WiFiCheckin Start Time : , Checkin End Time : anytime, Min Checkin Age : 18, Checkout Time : 10:00 AM,Instructions :   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedNo onsite parking is availableThis property accepts credit cards, debit cards, and cash  ,Special Instructions : Front desk staff will greet guests on arrival.,The minimum age for a customer to be able to check-in at a property 18.                            Important Note : This Should be a part of package and should not sold as Standalone.\"}],\"iopr\":false,\"ipr\":false,\"ipm\":false}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":798.64},{\"fc\":[\"BREAKFAST\"],\"tpc\":892.6}]},\"bookingId\":\"TJS205200166356\",\"query\":{\"checkinDate\":\"2022-01-27\",\"checkoutDate\":\"2022-01-28\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid2814208921\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":true,\"st\":1067}},\"hotelbookingid\":\"36\",\"SearchHotelTraceId\":\"a983e-3547f-832c9-d7745\",\"CustomerSession\":{\"bookingId\":\"a983e-3547f-832c9-d7745\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8447455883\",\"traceId\":\"a983e-3547f-832c9-d7745\",\"leadEmail\":\"sibo.sarso@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"93\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"MD\",\"passenger-lastname-1\":\"SABIR\",\"passenger-panNumber-1\":\"\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)_1_0\",\"RoomCategory\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"RoomType\":\"FullBed Deluxe Room(Room Only)- Package Deal (1 Double Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalPrice\":817.64,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":817.64,\"TotalRoomPrice\":817.64,\"TotalFare\":817.64,\"TotalBaseFare\":805.84,\"TotalNetFare\":817.64,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TF\":817.64,\"TAF\":11.8,\"NF\":817.64,\"BF\":805.84},\"afc\":{\"TAF\":{\"SBP\":805.84,\"MFT\":1.8,\"MF\":10}}}],\"PriceWithMarkup\":817.64,\"arrMarkUps\":{\"HotelRoomPrice\":817.64,\"pernightperroomprice\":817.64,\"RoomPrice\":817.64,\"withmarkupprice\":817.64,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"1_36887259-56_85805\",\"RoomTotalPrice\":817.64,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid2814208921-765847706\",\"HotemName\":\"HOTEL SUNRISE MOON\",\"HotelDescription\":\"Distances are displayed to the nearest 0.1 mile and kilometer. <br \\/> <p>Central Mall - 0.7 km \\/ 0.4 mi <br \\/> Worldmark - 1 km \\/ 0.6 mi <br \\/> Nelson Mandela Road - 3.7 km \\/ 2.3 mi <br \\/> DLF Promenade Vasant Kunj - 4.9 km \\/ 3.1 mi <br \\/> Fortis Hospital - 5.2 km \\/ 3.3 mi <br \\/> DLF Emporio Vasant Kunj - 5.3 km \\/ 3.3 mi <br \\/> Ambience Mall - 6.7 km \\/ 4.2 mi <br \\/> DLF Cyber City - 7.2 km \\/ 4.5 mi <br \\/> Dada Dev Mandir - 9.2 km \\/ 5.7 mi <br \\/> Qutub Minar - 10.5 km \\/ 6.5 mi <br \\/> Gurgaon Central Mall - 10.6 km \\/ 6.6 mi <br \\/> Global Business Park - 10.6 km \\/ 6.6 mi <br \\/> Sahara Mall - 10.6 km \\/ 6.6 mi <br \\/> Golf Course Road - 10.8 km \\/ 6.7 mi <br \\/> Dhaula Kuan - 10.8 km \\/ 6.7 mi <br \\/> <\\/p><p>The nearest major airport is Indira Gandhi International Airport (DEL) - 4.4 km \\/ 2.7 mi<\\/p><br\\/><b>Dining:<\\/b>Take advantage of the hotel\'s 24-hour room service.<br\\/><b>Rooms:<\\/b><br\\/>Stay in one of 20 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include safes and desks, as well as phones with free local calls.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg5YmJjOWY3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzRmZDIyOTNkX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2VkNTUzODNiX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM3YjRmZTEzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzc0OTI5YjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzUyYTM5YmFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzVlNTgxNjM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2NiYTFkYzM5X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2FlN2VlNjZlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzViNWQ2M2IxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzM2MzVjZmRlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMTA4ZjU3X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5Lzg2ZDQ4YTFmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ1NWQ3ODU2X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzcwNDg4Y2U1X2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzIzODhmZjgxX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2JiZTI2MTAwX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzQ4OWMzMDAzX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFjMDc5MjFlX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5LzFiMzU4ZjhmX2IuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzM3MDAwMDAwLzM2ODkwMDAwLzM2ODg3MzAwLzM2ODg3MjU5L2ZiMzliYWRkX2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12705\",\"lt\":\"28.548372\"},\"HotelAddress\":\"118\\/119, Street Number 3, Block B Mahipalpur\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Smoke-free property\",\"24-hour front desk\",\"Free WiFi\",\"Business property\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-27\",\"checkoutDate\":\"2022-01-28\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2021-12-28 12:17:56'),(183,'5-7505895109_0BOMCCU6E6014_21582208860193897','{\"BookingData\":[{\"bookingId\":\"TJS109900169198\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-04-01T06:55\",\"LocalFromTime\":\"2022-04-01 06:55\",\"FromUTCTime\":\"2022-04-01T06:55\",\"LocalToTime\":\"2022-04-01 09:35\",\"ToUTCTime\":\"2022-04-01T09:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4121.7,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3449,\"Tax\":672.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":177,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4121.7,\"PublishedFare\":4121.7,\"OfferedFare\":4121.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7505895109_0BOMCCU6E6014_21582238236750154\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":4121.7,\"BaseFare\":3449,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":177,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":0,\"IntTaxOnAgencyFixMarkUp\":0,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":0,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":4121.7,\"intCommisionEarnedForAgency\":0,\"CostToCompany\":4121.7,\"intOfferedFare\":4121.7,\"intPublishFare\":4121.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"735\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-04-01T09:35\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T06:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPE\",\"Price\":1200,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPA\",\"Price\":2000,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPB\",\"Price\":4000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPC\",\"Price\":6000,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"XBPD\",\"Price\":12000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"735\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-04-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS109900169198\",\"FlightNumber\":\"6E-6014\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-04-01T06:55\",\"LocalFromTime\":\"2022-04-01 06:55\",\"FromUTCTime\":\"2022-04-01T06:55\",\"LocalToTime\":\"2022-04-01 09:35\",\"ToUTCTime\":\"2022-04-01T09:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4121.7,\"ApiResultIndex\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3449,\"Tax\":672.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":177,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4121.7,\"PublishedFare\":4121.7,\"OfferedFare\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":672.7,\"BaseFareCal\":4121.7,\"BaseFare\":3449,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":177,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":0,\"GSTOnMarkUp\":0,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"735\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-04-01T09:35\",\"SegFlightNumber\":\"6E-6014\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T06:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7505895109_0BOMCCU6E6014_21582208860193897\",\"localFromDateTime\":\"2022-04-01 06:55\",\"localToDateTime\":\"2022-04-01 09:35\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"01\\/04\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"BOM\",\"to\":\"CCU\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":18676,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/04\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-04-01\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=01%2F04%2F2022&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8923963627\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-03 16:29:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"458\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"293425\",\"TPSysId\":\"293426\",\"VersionId\":[\"48554\"],\"CustomerSysId\":\"144909\",\"TrxId\":\"18111\",\"FareBreakdownid\":[\"348381\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"874\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"458\",\"CustomerMemSysId\":[\"458\"],\"flight_booking_id\":[\"492\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-01-03 16:29:50'),(185,'95eb2-0f881-6b337-be8d2','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid4447256533-15248613\",\"name\":\"Hotel Riviera\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/359ec5e4_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/359ec5e4_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/a7ff88ca_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/a7ff88ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/61de632c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/61de632c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/f7b3eb2d_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/f7b3eb2d_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/6bf4a6ce_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/6bf4a6ce_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/a4de8601_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/a4de8601_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/f65484f0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201145337\",\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/f65484f0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201145337\",\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/ac4e94a8_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/ac4e94a8_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/9b0e861d_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/9b0e861d_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e98da7b0_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e98da7b0_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/b8ddd67e_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/b8ddd67e_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201225792\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/3e6ae6a5_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/3e6ae6a5_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201145337\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/7f569c0e_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/7f569c0e_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201194495\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0c302fd7_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0c302fd7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0d89238c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0d89238c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/9cd82474_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/9cd82474_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e1f4505f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e1f4505f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0182e38b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/0182e38b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/076950d1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/076950d1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/31184a66_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/31184a66_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/662e8d75_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/662e8d75_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e85bd5dc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/12000000\\/11470000\\/11465000\\/11464989\\/e85bd5dc_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 25 guestrooms. Complimentary wired Internet access is available to keep you connected. Bathrooms have showers and complimentary toiletries. Conveniences include complimentary bottled water and sofa beds, and housekeeping is provided daily.\\\",\\\"dining\\\":\\\"Grab a bite at one of the hotel\'s 2 restaurants, or stay in and take advantage of the 24-hour room service. A complimentary continental breakfast is served daily from 6 AM to 10 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.\\\",\\\"location\\\":\\\"With a stay at Hotel Riviera in Agra, you\'ll be within a 5-minute drive of Taj Mahal and Agra Fort.  This hotel is 3.9 mi (6.3 km) from Kinari Bazar and 5.2 mi (8.3 km) from St. John\'s College.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Mosque and the Jawab - 2.3 km \\/ 1.5 mi  Taj Mahal - 2.8 km \\/ 1.8 mi  Agra Fort - 4.4 km \\/ 2.7 mi  Agra Marble Emporium - 5.1 km \\/ 3.2 mi  Sadar Bazar - 5.8 km \\/ 3.6 mi  Jama Masjid - 6 km \\/ 3.7 mi  Kinari Bazar - 6.3 km \\/ 3.9 mi  Mankameshwar Temple - 6.3 km \\/ 3.9 mi  Itmad-ud-Daulah\'s Tomb - 8.1 km \\/ 5 mi  St. John\'s College - 8.3 km \\/ 5.2 mi  Chini ka Rauza - 9.4 km \\/ 5.9 mi  Ram Bagh - 9.8 km \\/ 6.1 mi  Soami Bagh Temple - 11.4 km \\/ 7.1 mi  Mariam\'s Tomb - 15.2 km \\/ 9.4 mi  Tomb of Akbar the Great - 16 km \\/ 9.9 mi  The preferred airport for Hotel Riviera is Agra (AGR-Kheria) - 10.4 km \\/ 6.4 mi \\\",\\\"headline\\\":\\\"Near Taj Mahal\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"78.05617\",\"lt\":\"27.159664\"},\"ad\":{\"adr\":\"Plot No.18E Taj Nagri Phase-1 Land mark\",\"adr2\":\"Behind Pacific Mall Fatehabad Road\",\"postalCode\":\"282001\",\"city\":{\"name\":\"Agra\"},\"state\":{\"name\":\"Uttar Pradesh\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"}},\"fl\":[\"Banquet\",\"Laundry Services\",\"Breakfast\",\"Luggage storage\",\"Free self parking\",\"Laundry Services\",\"Internet\",\"Newspapers in lobby (surcharge)\",\"Restaurant\",\"24-hour front desk\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-865-0911211\"},\"tags\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Only registered guests are allowed in the guestrooms. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedGuests must contact this property in advance to reserve rollaway\\/extra bedsThis property accepts Visa, Mastercard, American Express, and Discover. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Mandatory\\\":\\\"The following fees and deposits are charged by the property at time of service, check-in, or check-out.                     Rollaway bed fee: INR 400 per night             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"201145337_205434294_37316--1\",\"rc\":\"Deluxe Twin Room, 1 Double Bed\",\"rt\":\"Deluxe Twin Room, 1 Double Bed\",\"srn\":\"Deluxe, Twin\",\"adt\":1,\"chd\":0,\"des\":\"1 Double Bed323 sq feet Internet - Free wired Internet access Entertainment - Cable channels Food & Drink - 24-hour room service and free bottled water Bathroom - Private bathroom, free toiletries, and a showerPractical - Iron\\/ironing board (on request) and king sofa bed; rollaway\\/extra beds available on requestComfort - Climate-controlled air conditioning and daily housekeepingNon-Smoking\",\"mb\":\"BREAKFAST\",\"tp\":2245,\"tfcs\":{\"NF\":2245,\"TF\":2245,\"BF\":2221.4,\"CMU\":-350.08,\"TAF\":23.6},\"tafcs\":{\"TAF\":{\"MFT\":3.6,\"TTSF\":242.17,\"SNP\":2221.4,\"MF\":20,\"TSF\":242.17,\"SGP\":2571.48,\"SRC\":0,\"SBP\":2329.31,\"TMF\":413.07,\"SAC\":350.08}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":2221.4,\"CMU\":-350.08,\"TAF\":23.6,\"TF\":2245,\"NF\":2245},\"afc\":{\"TAF\":{\"MFT\":3.6,\"TTSF\":242.17,\"SNP\":2221.4,\"MF\":20,\"TSF\":242.17,\"SGP\":2571.48,\"SRC\":0,\"SBP\":2329.31,\"TMF\":413.07,\"SAC\":350.08}}}],\"fcs\":[\"Non-Smoking\",\"Rollaway\\/extra beds (surcharge)\",\"Daily housekeeping\",\"Free wired Internet\",\"Iron\\/ironing board (on request)\",\"Sofa bed size - king\",\"Free bottled water\",\"Ceiling fan\",\"Private bathroom\",\"In-room climate control (air conditioning)\",\"Free toiletries\",\"Sofa bed\",\"Shower only\",\"Cable TV service\",\"Room service (24 hours)\"],\"checkInDate\":\"2022-02-28\",\"checkOutDate\":\"2022-03-01\",\"radi\":{\"rid\":\"201145337\",\"mga\":2,\"maa\":2,\"mca\":1,\"bds\":[{\"bt\":\"FullBed\",\"bd\":\"1 Double Bed\",\"bs\":\"Full\",\"bc\":1}],\"ar\":{\"asm\":\"30\",\"asf\":\"323\"}},\"op\":\"1\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\"]}]}}],\"id\":\"201145337_205434294_37316--48788660\",\"tp\":2245,\"cnp\":{\"id\":\"201145337_205434294_37316--48788660\",\"ifra\":false,\"inra\":true,\"pd\":[{\"fdt\":\"2022-01-04T17:03:17.121\",\"tdt\":\"2022-02-28T12:00\",\"am\":2571.48}]},\"ddt\":\"2022-01-04T17:03:17.121\",\"ispr\":true,\"ipr\":false,\"omid\":\"201300285\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":1405.34},{\"fc\":[\"BREAKFAST\"],\"tpc\":1653.47}],\"lhc\":\"216299\"},\"bookingId\":\"TJ200924534420\",\"query\":{\"checkinDate\":\"2022-02-28\",\"checkoutDate\":\"2022-03-01\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"8622\",\"countryName\":\"INDIA\",\"cityName\":\"AGRA\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid4447256533\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1096}},\"hotelbookingid\":\"38\",\"SearchHotelTraceId\":\"95eb2-0f881-6b337-be8d2\",\"CustomerSession\":{\"bookingId\":\"95eb2-0f881-6b337-be8d2\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8447455883\",\"traceId\":\"95eb2-0f881-6b337-be8d2\",\"leadEmail\":\"sibo.sarso@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"93\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"MD\",\"passenger-lastname-1\":\"SABIR\",\"passenger-panNumber-1\":\"\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"201145337_205434294_37316--1\",\"RoomCategory\":\"Deluxe Twin Room, 1 Double Bed\",\"RoomType\":\"Deluxe Twin Room, 1 Double Bed\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":2245,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0,\"pernightperroomprice\":2245,\"TotalRoomPrice\":2245,\"TotalFare\":2245,\"TotalBaseFare\":2221.4,\"TotalNetFare\":2245,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"MFT\":3.6,\"TTSF\":242.17,\"SNP\":2221.4,\"MF\":20,\"TSF\":242.17,\"SGP\":2571.48,\"SRC\":0,\"SBP\":2329.31,\"TMF\":413.07,\"SAC\":350.08},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":2221.4,\"CMU\":-350.08,\"TAF\":23.6,\"TF\":2245,\"NF\":2245},\"afc\":{\"TAF\":{\"MFT\":3.6,\"TTSF\":242.17,\"SNP\":2221.4,\"MF\":20,\"TSF\":242.17,\"SGP\":2571.48,\"SRC\":0,\"SBP\":2329.31,\"TMF\":413.07,\"SAC\":350.08}}}],\"PriceWithMarkup\":2245,\"arrMarkUps\":{\"HotelRoomPrice\":2245,\"pernightperroomprice\":2245,\"RoomPrice\":2245,\"withmarkupprice\":2245,\"gtxMarkUp\":\"0.00\",\"GSTOnGTXMarkUp\":0}}],\"RoomId\":\"201145337_205434294_37316--48788660\",\"RoomTotalPrice\":2245,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid4447256533-15248613\",\"HotemName\":\"Hotel Riviera\",\"HotelDescription\":\"{\\\"description\\\":\\\"The 3-star Hotel Riviera offers comfort and convenience whether you\'re on business or holiday in Agra. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Service-minded staff will welcome and guide you at the Hotel Riviera. Designed for comfort, selected guestrooms offer television LCD\\/plasma screen, internet access \\u2013 wireless, internet access \\u2013 wireless (complimentary), non smoking rooms, air conditioning to ensure a restful night. The hotel offers various recreational opportunities. Hotel Riviera is an excellent choice from which to explore Agra or to simply relax and rejuvenate.\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030913410018613079.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/d4f429862a8d8aa89bf2bdb5c21a2f8a.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718320018603828.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718310018603824.jpg?ca=2&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029914\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"299017367\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029880\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944724\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944742\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358270\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379323037\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780807\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029950\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780787\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"32939521\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358296\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944745\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029940\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379322973\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379322996\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718350018603893.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"3414517\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718350018603893.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333030021\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718350018603893.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029899\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718350018603893.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358209\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718350018603893.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944733\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379323046\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780795\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333030006\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379323025\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379322982\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029927\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"443820932\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"441245974\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029964\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379322989\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780801\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780805\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944730\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780790\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379323015\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029990\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"3414519\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358167\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944727\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"441245961\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"443820931\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718380018603943.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333029977\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780793\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944739\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358228\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944736\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"379323007\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718340018603846.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"3414520\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718340018603846.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"364944748\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570\\/570150\\/570150_14030718340018603846.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358322\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358247\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780803\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"231358193\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/570150\\/-1\\/af0ea61c3a4d1b2dca2069c97731236c.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"391780798\"]}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.05611\",\"lt\":\"27.159529\"},\"HotelAddress\":\"Plot No.18E Taj Nagri Phase-1 Land mark\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Ticket services\",\"Tours\",\"Body thermometer\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Doctor\\/nurse on call\",\"Face coverings on staff\",\"First aid kit\",\"Free face masks\",\"Hand sanitizer\",\"Hygiene certification\",\"Physical distancing of at least 1 meter\",\"Protective screens in common areas\",\"Staff trained in safety protocol\",\"Sterilizing equipment\",\"Temperature check for guests and staff\",\"Breakfast\",\"Coffee shop\",\"Kitchen\",\"Restaurant\",\"Restaurant\",\"Room service\",\"Concierge\",\"Contactless check-in\\/out\",\"Currency Exchange\",\"Daily housekeeping\",\"Doorman \",\"Laundry Services\",\"Elevator\",\"Facilities for disabled guests\",\"Restaurant\",\"Laundry Services\",\"Luggage storage\",\"Safety deposit boxes\",\"Non Smoking\",\"Smoking area\",\"Wheelchair accessible\",\"Family room\",\"Internet\",\"Pets Allowed\",\"Check-in\\/out [express]\",\"Check-in [24-hour]\",\"Couples only\",\"Pets Allowed\",\"Exterior corridor\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"Rental car \",\"Taxi service\",\"Parking\",\"Bathrobes\",\"Desk\",\"Fan\",\"Free bottled water\",\"Laundry Services\",\"Satellite\\/cable channels\",\"Seating area\",\"Shower\",\"Toiletries\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-28\",\"checkoutDate\":\"2022-03-01\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"8622\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2022-01-04 17:52:41'),(186,'22f75-b7f4f-0516d-44180','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"22f75-b7f4f-0516d-44180\",\"interNationalSearch\":false,\"searchIds\":\"hsid2896553969\"}','2022-01-20 18:19:39'),(187,'c7d7a-d1522-20dd8-aad41','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"c7d7a-d1522-20dd8-aad41\",\"interNationalSearch\":false,\"searchIds\":\"hsid3002581699\"}','2022-01-20 18:20:56'),(188,'f62af-75dea-bf963-dfda6','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"f62af-75dea-bf963-dfda6\",\"interNationalSearch\":false,\"searchIds\":\"hsid8573783015\"}','2022-01-20 18:20:59'),(189,'4c3a8-9d24f-bb247-26a17','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"4c3a8-9d24f-bb247-26a17\",\"interNationalSearch\":false,\"searchIds\":\"hsid1320680388\"}','2022-01-20 18:21:31'),(190,'7d3a6-755a2-e1ff0-ae418','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"7d3a6-755a2-e1ff0-ae418\",\"interNationalSearch\":false,\"searchIds\":\"hsid7768154285\"}','2022-01-20 18:21:53'),(191,'95173-077af-e1f20-4b245','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"95173-077af-e1f20-4b245\",\"interNationalSearch\":false,\"searchIds\":\"hsid1723406766\"}','2022-01-20 18:32:53'),(192,'50c70-426c8-5e75a-fc791','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"26\\/01\\/2022\",\"check_out\":\"27\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-26\",\"strCheckout\":\"2022-01-27\",\"SearchHotelTraceId\":\"50c70-426c8-5e75a-fc791\",\"interNationalSearch\":false,\"searchIds\":\"hsid8171573340\"}','2022-01-20 18:48:19'),(193,'d6a29-22f40-b7d41-02cb0','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"16\\/02\\/2022\",\"check_out\":\"17\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-16\",\"checkoutDate\":\"2022-02-17\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-02-16\",\"strCheckout\":\"2022-02-17\",\"SearchHotelTraceId\":\"d6a29-22f40-b7d41-02cb0\",\"interNationalSearch\":false,\"searchIds\":\"hsid2508637042\"}','2022-01-20 18:48:56'),(194,'3fdca-baa7f-616dd-1f9d1','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"26\\/01\\/2022\",\"check_out\":\"27\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-26\",\"strCheckout\":\"2022-01-27\",\"SearchHotelTraceId\":\"3fdca-baa7f-616dd-1f9d1\",\"interNationalSearch\":false,\"searchIds\":\"hsid9906313270\"}','2022-01-21 11:02:58'),(195,'74','{\"_sessiondata\":{\"EmailId\":\"amit@reisentours.com\",\"UserSysId\":\"11551\",\"CustomerSysId\":\"158206\",\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"AMIT\",\"LastName\":\"NAGRATH\",\"Password_cu\":\"\",\"AgencyName\":\"Reisen 1\",\"AgencyCode\":\"90008\",\"ContactNo1\":\"9810040254\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CAB0AABD-E36E-4C23-A3A0-2C6DD67956FC\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"http:\\/\\/b2b.reisentours.com\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"asdasd\",\"CreditDate\":\"21\\/01\\/2022\",\"Remark\":\"x\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"http:\\/\\/b2b.reisentours.com\\/dashboard\"}','2022-01-21 11:22:44'),(196,'f6dc8-aed0a-5f8e5-4a993','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"f6dc8-aed0a-5f8e5-4a993\",\"interNationalSearch\":false,\"searchIds\":\"hsid8583927628\"}','2022-01-21 13:47:21'),(197,'373bd-0b07b-e1ee3-55b3f','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Agra (India)\",\"check_in\":\"18\\/02\\/2022\",\"check_out\":\"19\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"266\",\"TBBCityId\":\"110220\",\"destination\":\"Agra\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-18\",\"checkoutDate\":\"2022-02-19\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110220\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-02-18\",\"strCheckout\":\"2022-02-19\",\"SearchHotelTraceId\":\"373bd-0b07b-e1ee3-55b3f\",\"interNationalSearch\":false,\"searchIds\":\"hsid1658929805\"}','2022-01-21 13:51:27'),(198,'77d1e-0a455-f85d3-e8192','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"77d1e-0a455-f85d3-e8192\",\"interNationalSearch\":false,\"searchIds\":\"hsid4396047928\"}','2022-01-21 13:51:29'),(199,'e668b-ed631-ae044-f5594','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Agra (India)\",\"check_in\":\"18\\/02\\/2022\",\"check_out\":\"19\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"266\",\"TBBCityId\":\"110220\",\"destination\":\"Agra\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-18\",\"checkoutDate\":\"2022-02-19\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110220\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-02-18\",\"strCheckout\":\"2022-02-19\",\"SearchHotelTraceId\":\"e668b-ed631-ae044-f5594\",\"interNationalSearch\":false,\"searchIds\":\"hsid3143931747\"}','2022-01-21 13:52:07'),(201,'39700-402af-58a64-81bfb','{\"item\":{\"SearchHotelTraceId\":\"39700-402af-58a64-81bfb\",\"HotelId\":\"hsid6494488628--470797606\",\"HotelName\":\"NOUVA BY DCREST HOTEL\",\"HotelDescription\":\"With a stay at Nouva by Dcrest Hotel in Agra (Sanjay Place), you\'ll be within a 10-minute drive of St. John\'s College and Kinari Bazar.  This hotel is 1.6 mi (2.5 km) from Jama Masjid and 1.9 mi (3.1 km) from Mankameshwar Temple.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzU5MDAwMDAwLzU4MDUwMDAwLzU4MDQxNzAwLzU4MDQxNjUyL2VjZDRjM2Q1X2IuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9pLnRyYXZlbGFwaS5jb20vaG90ZWxzLzU5MDAwMDAwLzU4MDUwMDAwLzU4MDQxNzAwLzU4MDQxNjUyL2VjZDRjM2Q1X2IuanBn\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.00759\",\"lt\":\"27.19913\"},\"HotelAddress\":\"Wazirpura Road Near St. Patrick&#039 s Junior College\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"With a stay at Nouva by Dcrest Hotel in Agra (Sanjay Place), you\'ll be within a 10-minute drive of St. John\'s College and Kinari Bazar.  This hotel is 1.6 mi (2.5 km) from Jama Masjid and 1.9 mi (3.1 km) from Mankameshwar Temple.\"},\"val\":{\"Rooms\":[{\"id\":\"FullBed Deluxe Room(Free breakfast)(Private sale: save 10%)(1 Double Bed)_1_0\",\"RoomCategory\":\"FullBed Deluxe Room(Free breakfast)(Private sale: save 10%)(1 Double Bed)\",\"RoomType\":\"FullBed Deluxe Room(Free breakfast)(Private sale: save 10%)(1 Double Bed)\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalRoomPrice\":840.65,\"TotalFare\":840.65,\"TotalBaseFare\":828.85,\"TotalNetFare\":840.65,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":828.85,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":840.65,\"BF\":828.85,\"TF\":840.65,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":828.85,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":901,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":50.43899999999999,\"intSTaxOnAgencyMarkUp\":9.079019999999998,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":900.16802,\"CostToAgent\":900.16802,\"pernightperroomprice\":901,\"arrMarkUps\":{\"intBasePrice\":840.65,\"PublishFare\":900.16802,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":50.43899999999999,\"intSTaxOnAgencyMarkUp\":9.079019999999998,\"intAgencyMarkUpWithSTax\":59.51801999999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":900.16802,\"CostToAgent\":900.16802},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:19:56.290\",\"ToDate\":\"2022-02-14T18:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"14-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-14T18:00\",\"ToDate\":\"2022-02-18T12:00\",\"strFromDate\":\"14-Feb-2022\",\"strToDate\":\"18-Feb-2022\",\"Charge\":759.12,\"Currency\":\"INR\"},{\"FromDate\":\"2022-01-21T14:19:58.154\",\"ToDate\":\"2022-02-14T18:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"14-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-14T18:00\",\"ToDate\":\"2022-02-18T12:00\",\"strFromDate\":\"14-Feb-2022\",\"strToDate\":\"18-Feb-2022\",\"Charge\":828.85,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"}}],\"RoomId\":\"1_1_61ea73a68c6e418d27745bf4\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":840.65,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":901,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":50.43899999999999,\"intSTaxOnAgencyMarkUp\":9.079019999999998,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":900.16802,\"CostToAgent\":900.16802,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":840.65,\"PublishFare\":900.16802,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":50.43899999999999,\"intSTaxOnAgencyMarkUp\":9.079019999999998,\"intAgencyMarkUpWithSTax\":59.51801999999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":900.16802,\"CostToAgent\":900.16802}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Agra (India)\\\",\\\"check_in\\\":\\\"18\\\\\\/02\\\\\\/2022\\\",\\\"check_out\\\":\\\"19\\\\\\/02\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"266\\\",\\\"TBBCityId\\\":\\\"110220\\\",\\\"destination\\\":\\\"Agra\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-02-18\\\",\\\"checkoutDate\\\":\\\"2022-02-19\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110220\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-02-18\\\",\\\"strCheckout\\\":\\\"2022-02-19\\\",\\\"SearchHotelTraceId\\\":\\\"39700-402af-58a64-81bfb\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid6494488628\\\"}\",\"index\":0}','2022-01-21 14:21:41'),(206,'f3e44-0810b-8093a-3dbc0','{\"item\":{\"SearchHotelTraceId\":\"f3e44-0810b-8093a-3dbc0\",\"HotelId\":\"hsid7176277717--1947823336\",\"HotelName\":\"HOTEL SD INTERNATIONAL\",\"HotelDescription\":\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\nFeatured amenities include dry cleaning\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"78.01573\",\"lt\":\"27.16819\"},\"HotelAddress\":\"Baluganj Near Baluganj autoparts crossing\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"hotel\",\"YES 24-hour reception\",\"Check-out hour\",\"YES Wi-fi\",\"Bellboy service\",\"Clothes dryer\"],\"des\":\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\nFeatured amenities include dry cleaning\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\",\"query\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-24\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110220\",\"countryName\":\"India\",\"cityName\":\"Agra\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid7176277717\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209100179044\"},\"val\":{\"Rooms\":[{\"id\":\"SINGLE BASIC ROOM ONLY   _1_0\",\"RoomCategory\":\"SINGLE BASIC\",\"RoomType\":\"SINGLE BASIC ROOM ONLY   \",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1077.77,\"TotalFare\":1077.77,\"TotalBaseFare\":1065.97,\"TotalNetFare\":1077.77,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1077.77,\"BF\":1065.97,\"TF\":1077.77,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1065.97,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1154.0761160000002,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002,\"perNightPrice\":1154.0761160000002,\"arrMarkUps\":{\"intBasePrice\":1077.77,\"PublishFare\":1154.0761160000002,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"intAgencyMarkUpWithSTax\":76.306116,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:26:57.470\",\"ToDate\":\"2022-02-19T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"19-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-19T12:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"19-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":1065.97,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_1_61ea74af8c6e4109477454b3\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1077.77,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1154.0761160000002,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1077.77,\"PublishFare\":1154.0761160000002,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.6662,\"intSTaxOnAgencyMarkUp\":11.639916000000001,\"intAgencyMarkUpWithSTax\":76.306116,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1154.0761160000002,\"CostToAgent\":1154.0761160000002},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"1\"],\"hotel_booking_id\":\"39\",\"ForCustomerSession\":[[{\"AgencySysId\":\"10385\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8447455883\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banergy\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10385\",\"Address\":\"address\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-21 14:27:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"460\"}]],\"SearchHotelTraceId\":\"f3e44-0810b-8093a-3dbc0\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Agra (India)\\\",\\\"check_in\\\":\\\"23\\\\\\/02\\\\\\/2022\\\",\\\"check_out\\\":\\\"24\\\\\\/02\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"266\\\",\\\"TBBCityId\\\":\\\"110220\\\",\\\"destination\\\":\\\"Agra\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-02-23\\\",\\\"checkoutDate\\\":\\\"2022-02-24\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110220\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-02-23\\\",\\\"strCheckout\\\":\\\"2022-02-24\\\",\\\"SearchHotelTraceId\\\":\\\"f3e44-0810b-8093a-3dbc0\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid7176277717\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"8447455883\\\",\\\"leadEmail\\\":\\\"sibo.sarso@gmail.com\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"0\\\"],\\\"relation\\\":[\\\"0\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"Sudipta\\\"],\\\"lastname\\\":[\\\"Banergy\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"address\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Agra (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"23\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"24\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"266\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110220\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Agra\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-24\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110220\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-02-24\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"f3e44-0810b-8093a-3dbc0\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid7176277717\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"f3e44-0810b-8093a-3dbc0\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"SINGLE BASIC ROOM ONLY   _1_0\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"SINGLE BASIC\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"SINGLE BASIC ROOM ONLY   \\\\\\\",\\\\\\\"Adult\\\\\\\":1,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"ROOM ONLY\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":1077.77,\\\\\\\"TotalFare\\\\\\\":1077.77,\\\\\\\"TotalBaseFare\\\\\\\":1065.97,\\\\\\\"TotalNetFare\\\\\\\":1077.77,\\\\\\\"TotalTaxFare\\\\\\\":11.8,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SBP\\\\\\\":1065.97,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":1077.77,\\\\\\\"BF\\\\\\\":1065.97,\\\\\\\"TF\\\\\\\":1077.77,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":1065.97,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1154.0761160000002,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.6662,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.639916000000001,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1154.0761160000002,\\\\\\\"CostToAgent\\\\\\\":1154.0761160000002,\\\\\\\"perNightPrice\\\\\\\":1154.0761160000002,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1077.77,\\\\\\\"PublishFare\\\\\\\":1154.0761160000002,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.6662,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.639916000000001,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.306116,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1154.0761160000002,\\\\\\\"CostToAgent\\\\\\\":1154.0761160000002},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-01-21T14:26:57.470\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-02-19T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"21-Jan-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"19-Feb-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":0,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"},{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-02-19T12:00\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-02-23T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"19-Feb-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"23-Feb-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":1065.97,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":true,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"Full Refund Allowed\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"1_1_61ea74af8c6e4109477454b3\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":1,\\\\\\\"Nights\\\\\\\":1,\\\\\\\"RoomTotalPrice\\\\\\\":1077.77,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":false,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1154.0761160000002,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.6662,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.639916000000001,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1154.0761160000002,\\\\\\\"CostToAgent\\\\\\\":1154.0761160000002,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1077.77,\\\\\\\"PublishFare\\\\\\\":1154.0761160000002,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.6662,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.639916000000001,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.306116,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1154.0761160000002,\\\\\\\"CostToAgent\\\\\\\":1154.0761160000002},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"f3e44-0810b-8093a-3dbc0\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid7176277717--1947823336\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"HOTEL SD INTERNATIONAL\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\\\\\\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\\\\\\\nFeatured amenities include dry cleaning\\\\\\\\\\\\\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\\\\\\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\\\\\\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl93XzAwMS5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMi5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9hXzAwMS5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhL2JpZ2dlci83Ni83NjczNDQvNzY3MzQ0YV9oYl9mXzAwMS5qcGc=\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":3,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"78.01573\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"27.16819\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"Baluganj Near Baluganj autoparts crossing\\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"Agra\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"HOTEL\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":[\\\\\\\"hotel\\\\\\\",\\\\\\\"YES 24-hour reception\\\\\\\",\\\\\\\"Check-out hour\\\\\\\",\\\\\\\"YES Wi-fi\\\\\\\",\\\\\\\"Bellboy service\\\\\\\",\\\\\\\"Clothes dryer\\\\\\\"],\\\\\\\"des\\\\\\\":\\\\\\\"With a stay at Hotel SD International in Agra (Rakabganj), you\'ll be a 5-minute drive from Agra Fort and 6 minutes from Kinari Bazar.  This hotel is 2.8 mi (4.5 km) from Taj Mahal and 0.4 mi (0.7 km) from Agra Marble Emporium.\\\\\\\\nMake use of convenient amenities, which include complimentary wireless Internet access and a reception hall.\\\\\\\\nFeatured amenities include dry cleaning\\\\\\\\\\\\\\/laundry services and a 24-hour front desk. Free self parking is available onsite.\\\\\\\\nTake advantage of the hotel\'s 24-hour room service. Continental breakfasts are available daily from 8 AM to 10 AM for a fee.\\\\\\\\nStay in one of 24 guestrooms featuring LED televisions. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-24\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":1,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110220\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"Agra\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid7176277717\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209100179044\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":false,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":true,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209100179044\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Agra (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"23\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"24\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"266\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110220\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Agra\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-24\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110220\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-02-24\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"f3e44-0810b-8093a-3dbc0\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid7176277717\\\\\\\"}}\\\"}\",\"_sessiondata\":{\"EmailId\":\"sibo.sarso@gmail.com\",\"UserSysId\":\"11556\",\"CustomerSysId\":\"158218\",\"AgencySysId\":\"10385\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password_cu\":\"\",\"AgencyName\":\"Naturala\",\"AgencyCode\":\"46875\",\"ContactNo1\":\"8447455883\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8F526EBD-A634-4BC3-B020-54348098E96A\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"paymentMode\":\"2\"}','2022-01-21 14:27:21'),(209,'85b7a-734e0-c19c4-830f1','{\"item\":{\"SearchHotelTraceId\":\"85b7a-734e0-c19c4-830f1\",\"HotelId\":\"hsid5016756613--264863700\",\"HotelName\":\"HOTEL SUNSHINE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\/cz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\/cz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\/Y2E9NiZjZT0xJnM9MzEyeA==\"}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"77.1829\",\"lt\":\"28.65771\"},\"HotelAddress\":\"17-B 21 Dev Nagar, Karol Bagh\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"query\":{\"checkinDate\":\"2022-03-18\",\"checkoutDate\":\"2022-03-19\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110203\",\"countryName\":\"India\",\"cityName\":\"New Delhi\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid5016756613\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209500179046\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\",\"RoomCategory\":\"Executive Air Conditioning\",\"RoomType\":\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1075.87,\"TotalFare\":1075.87,\"TotalBaseFare\":1064.07,\"TotalNetFare\":1075.87,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":1075.87,\"BF\":1064.07,\"TF\":1075.87,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":1064.07,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1152.041596,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596,\"perNightPrice\":1152.041596,\"arrMarkUps\":{\"intBasePrice\":1075.87,\"PublishFare\":1152.041596,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"intAgencyMarkUpWithSTax\":76.171596,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T14:30:08.260\",\"ToDate\":\"2022-03-14T18:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"14-Mar-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-03-14T18:00\",\"ToDate\":\"2022-03-18T12:00\",\"strFromDate\":\"14-Mar-2022\",\"strToDate\":\"18-Mar-2022\",\"Charge\":1064.07,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_3_61ea75eb65618e247accf947\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1075.87,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1152.041596,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1075.87,\"PublishFare\":1152.041596,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":64.5522,\"intSTaxOnAgencyMarkUp\":11.619396,\"intAgencyMarkUpWithSTax\":76.171596,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1152.041596,\"CostToAgent\":1152.041596},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"2\"],\"hotel_booking_id\":\"40\",\"ForCustomerSession\":[[{\"AgencySysId\":\"10385\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8447455883\",\"FirstName\":\"asim\",\"LastName\":\"rajput\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10385\",\"Address\":\"adrfgdgf fgdfgdf\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-21 14:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"461\"}]],\"SearchHotelTraceId\":\"85b7a-734e0-c19c4-830f1\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"New Delhi (India)\\\",\\\"check_in\\\":\\\"18\\\\\\/03\\\\\\/2022\\\",\\\"check_out\\\":\\\"19\\\\\\/03\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110203\\\",\\\"destination\\\":\\\"New Delhi\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-03-18\\\",\\\"checkoutDate\\\":\\\"2022-03-19\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110203\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-03-18\\\",\\\"strCheckout\\\":\\\"2022-03-19\\\",\\\"SearchHotelTraceId\\\":\\\"85b7a-734e0-c19c4-830f1\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid5016756613\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"8447455883\\\",\\\"leadEmail\\\":\\\"sibo.sarso@gmail.com\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"0\\\"],\\\"relation\\\":[\\\"0\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"asim\\\"],\\\"lastname\\\":[\\\"rajput\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"adrfgdgf fgdfgdf\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"New Delhi (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"18\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"19\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"85b7a-734e0-c19c4-830f1\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )_1_0\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"Executive Air Conditioning\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"Single-Executive Air Conditioning-1- Benefit : ( Parking,Free WiFi )\\\\\\\",\\\\\\\"Adult\\\\\\\":1,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"ROOM ONLY\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":1075.87,\\\\\\\"TotalFare\\\\\\\":1075.87,\\\\\\\"TotalBaseFare\\\\\\\":1064.07,\\\\\\\"TotalNetFare\\\\\\\":1075.87,\\\\\\\"TotalTaxFare\\\\\\\":11.8,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SBP\\\\\\\":1064.07,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":1075.87,\\\\\\\"BF\\\\\\\":1064.07,\\\\\\\"TF\\\\\\\":1075.87,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":1064.07,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1152.041596,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596,\\\\\\\"perNightPrice\\\\\\\":1152.041596,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1075.87,\\\\\\\"PublishFare\\\\\\\":1152.041596,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.171596,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-01-21T14:30:08.260\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-03-14T18:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"21-Jan-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"14-Mar-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":0,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"},{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-03-14T18:00\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-03-18T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"14-Mar-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"18-Mar-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":1064.07,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":true,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"Full Refund Allowed\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"1_3_61ea75eb65618e247accf947\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":1,\\\\\\\"Nights\\\\\\\":1,\\\\\\\"RoomTotalPrice\\\\\\\":1075.87,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":false,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1152.041596,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1075.87,\\\\\\\"PublishFare\\\\\\\":1152.041596,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":64.5522,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":11.619396,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":76.171596,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1152.041596,\\\\\\\"CostToAgent\\\\\\\":1152.041596},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid5016756613--264863700\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"HOTEL SUNSHINE\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvODY5OTAyMzEuanBnP2s9ZjEwN2VhZTgzMzM4NmY0MGU2YmM5ZjA4NzRlOGI2NTBjMDEwN2EzNWEyZjI0ZTQzNjY1ZGFhNjNiYmZiZWFkYyZvPSZzPTMxMng=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOS5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\\\\\\\\\\\\\/cz0zMTJ4\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEzNS5qcGc\\\\\\\\\\\\\\/cz0zMTJ4\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODAvMjgwMjY2LzI4MDI2Nl8xNjEwMDYxNzEzMDA0NzUwMjEyOC5qcGc\\\\\\\\\\\\\\/Y2E9NiZjZT0xJnM9MzEyeA==\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":2,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"77.1829\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"28.65771\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"17-B 21 Dev Nagar, Karol Bagh\\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"HOTEL\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":null,\\\\\\\"des\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":1,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209500179046\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":false,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":false,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209500179046\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"New Delhi (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"18\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"19\\\\\\\\\\\\\\/03\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110203\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-03-18\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-03-19\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"85b7a-734e0-c19c4-830f1\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid5016756613\\\\\\\"}}\\\"}\"}','2022-01-21 14:30:04'),(210,'f90ac-f395e-99a42-09a3f','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"f90ac-f395e-99a42-09a3f\",\"interNationalSearch\":false,\"searchIds\":\"hsid4415923256\"}','2022-01-21 16:13:24'),(211,'a243a-8290e-4c4e8-ad3bc','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"26\\/01\\/2022\",\"check_out\":\"27\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-26\",\"strCheckout\":\"2022-01-27\",\"SearchHotelTraceId\":\"a243a-8290e-4c4e8-ad3bc\",\"interNationalSearch\":false,\"searchIds\":\"hsid7542480251\"}','2022-01-21 16:14:45'),(212,'a757a-87553-9ebc7-19693','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Goa (India)\",\"check_in\":\"26\\/01\\/2022\",\"check_out\":\"27\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110339\",\"destination\":\"Goa\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110339\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-26\",\"strCheckout\":\"2022-01-27\",\"SearchHotelTraceId\":\"a757a-87553-9ebc7-19693\",\"interNationalSearch\":false,\"searchIds\":\"hsid4987361796\"}','2022-01-21 16:15:35'),(215,'33ae8-f5022-99f02-407f9','{\"item\":{\"SearchHotelTraceId\":\"33ae8-f5022-99f02-407f9\",\"HotelId\":\"hsid4021876870--1643660429\",\"HotelName\":\"SARTHAK RESORT\",\"HotelDescription\":\"No Description Available\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfbWFpbl8xLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X21haW5fMS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMF8yLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzBfMi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMV8zLmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzFfMy5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMl80LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzJfNC5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfM181LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzNfNS5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNF82LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzRfNi5qcGc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNV83LmpwZw==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzVfNy5qcGc=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.195892\",\"lt\":\"19.109112\"},\"HotelAddress\":\"KHAKHNAL,Manali Naggar Road Teshil Manali, District Kullu, Manali, Himachal Pradesh, India\",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RESORT\",\"HotelFaciality\":[\"Restaurant\"],\"des\":\"No Description Available\",\"query\":{\"checkinDate\":\"2022-01-26\",\"checkoutDate\":\"2022-01-27\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid4021876870\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209300179160\"},\"val\":{\"Rooms\":[{\"id\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax _2_0\",\"RoomCategory\":\"Standard Room Pine View with Balcony Room\",\"RoomType\":\"Standard Room Pine View with Balcony   - Half Board : 2 Pax \",\"Adult\":2,\"Child\":0,\"MealBase\":\"HALF BOARD\",\"TotalRoomPrice\":2047.96,\"TotalFare\":2047.96,\"TotalBaseFare\":2036.16,\"TotalNetFare\":2047.96,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2047.96,\"BF\":2036.16,\"TF\":2047.96,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":2036.16,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2192.955568,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568,\"perNightPrice\":2192.955568,\"arrMarkUps\":{\"intBasePrice\":2047.96,\"PublishFare\":2192.955568,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"intAgencyMarkUpWithSTax\":144.995568,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-21T16:18:43.048\",\"ToDate\":\"2022-01-26T12:00\",\"strFromDate\":\"21-Jan-2022\",\"strToDate\":\"26-Jan-2022\",\"Charge\":2036.16,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_3_61ea8f3965618e7f3dccfa8b\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":2047.96,\"GtxMarkUp\":null,\"iopr\":true,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":2192.955568,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2047.96,\"PublishFare\":2192.955568,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":122.8776,\"intSTaxOnAgencyMarkUp\":22.117968,\"intAgencyMarkUpWithSTax\":144.995568,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2192.955568,\"CostToAgent\":2192.955568},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"3\"],\"hotel_booking_id\":\"41\",\"ForCustomerSession\":[[{\"AgencySysId\":\"10382\",\"EmailId\":\"AMIT@REISENTOURS.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810227237\",\"FirstName\":\"AMIT\",\"LastName\":\"KUMAR\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"C4\\/46A\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-21 16:19:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"141\"},{\"AgencySysId\":\"10382\",\"CustomerSysId\":\"141\",\"EmailId\":\"AMIT@REISENTOURS.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9810227237\",\"FirstName\":\"AAA\",\"LastName\":\"BB\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"C4\\/46A\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-21 16:19:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"462\"}]],\"SearchHotelTraceId\":\"33ae8-f5022-99f02-407f9\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Manali (India)\\\",\\\"check_in\\\":\\\"26\\\\\\/01\\\\\\/2022\\\",\\\"check_out\\\":\\\"27\\\\\\/01\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110318\\\",\\\"destination\\\":\\\"Manali\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-01-26\\\",\\\"checkoutDate\\\":\\\"2022-01-27\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110318\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-01-26\\\",\\\"strCheckout\\\":\\\"2022-01-27\\\",\\\"SearchHotelTraceId\\\":\\\"33ae8-f5022-99f02-407f9\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid4021876870\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"9810227237\\\",\\\"leadEmail\\\":\\\"AMIT@REISENTOURS.COM\\\",\\\"PaxType\\\":[\\\"1\\\",\\\"1\\\"],\\\"familyNumber\\\":\\\"2\\\",\\\"CustomerSysId\\\":[\\\"0\\\",\\\"0\\\"],\\\"relation\\\":[\\\"0\\\",\\\"9\\\"],\\\"salution\\\":[\\\"1\\\",\\\"1\\\"],\\\"firstname\\\":[\\\"AMIT\\\",\\\"AAA\\\"],\\\"lastname\\\":[\\\"KUMAR\\\",\\\"BB\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\",\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\",\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\",\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"C4\\\\\\/46A\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Manali (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"26\\\\\\\\\\\\\\/01\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"27\\\\\\\\\\\\\\/01\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"2\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-01-26\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-01-27\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-01-26\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-01-27\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"33ae8-f5022-99f02-407f9\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid4021876870\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"33ae8-f5022-99f02-407f9\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"Standard Room Pine View with Balcony   - Half Board : 2 Pax _2_0\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"Standard Room Pine View with Balcony Room\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"Standard Room Pine View with Balcony   - Half Board : 2 Pax \\\\\\\",\\\\\\\"Adult\\\\\\\":2,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"HALF BOARD\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":2047.96,\\\\\\\"TotalFare\\\\\\\":2047.96,\\\\\\\"TotalBaseFare\\\\\\\":2036.16,\\\\\\\"TotalNetFare\\\\\\\":2047.96,\\\\\\\"TotalTaxFare\\\\\\\":11.8,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SBP\\\\\\\":2036.16,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":2047.96,\\\\\\\"BF\\\\\\\":2036.16,\\\\\\\"TF\\\\\\\":2047.96,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":2036.16,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":2192.955568,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":122.8776,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":22.117968,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":2192.955568,\\\\\\\"CostToAgent\\\\\\\":2192.955568,\\\\\\\"perNightPrice\\\\\\\":2192.955568,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":2047.96,\\\\\\\"PublishFare\\\\\\\":2192.955568,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":122.8776,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":22.117968,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":144.995568,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":2192.955568,\\\\\\\"CostToAgent\\\\\\\":2192.955568},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-01-21T16:18:43.048\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-01-26T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"21-Jan-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"26-Jan-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":2036.16,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":false,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"No Free cancellation\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"1_3_61ea8f3965618e7f3dccfa8b\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":2,\\\\\\\"Nights\\\\\\\":1,\\\\\\\"RoomTotalPrice\\\\\\\":2047.96,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":true,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":2192.955568,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":122.8776,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":22.117968,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":2192.955568,\\\\\\\"CostToAgent\\\\\\\":2192.955568,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":2047.96,\\\\\\\"PublishFare\\\\\\\":2192.955568,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":122.8776,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":22.117968,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":144.995568,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":2192.955568,\\\\\\\"CostToAgent\\\\\\\":2192.955568},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"33ae8-f5022-99f02-407f9\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid4021876870--1643660429\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"SARTHAK RESORT\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"No Description Available\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfbWFpbl8xLmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X21haW5fMS5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMF8yLmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzBfMi5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMV8zLmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzFfMy5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfMl80LmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzJfNC5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfM181LmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzNfNS5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNF82LmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzRfNi5qcGc=\\\\\\\"},{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3RodW1iLzE1Nzg0NzU1NDRfb3BfNV83LmpwZw==\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cDovL2hvdGVsLmF0bGFzdHJhdmVsc29ubGluZS5jb20vcHJvamVjdF9mb2xkZXIvYXRsYXN0cmF2ZWxzb25saW5lL3VwbG9hZHMvaG90ZWxfaW1hZ2VzL3VwbG9hZC8xNTc4NDc1NTQ0X29wXzVfNy5qcGc=\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":3,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"77.195892\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"19.109112\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"KHAKHNAL,Manali Naggar Road Teshil Manali, District Kullu, Manali, Himachal Pradesh, India\\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"RESORT\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":[\\\\\\\"Restaurant\\\\\\\"],\\\\\\\"des\\\\\\\":\\\\\\\"No Description Available\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-01-26\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-01-27\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":2,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid4021876870\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209300179160\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":true,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":false,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209300179160\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Manali (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"26\\\\\\\\\\\\\\/01\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"27\\\\\\\\\\\\\\/01\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"2\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-01-26\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-01-27\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-01-26\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-01-27\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"33ae8-f5022-99f02-407f9\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid4021876870\\\\\\\"}}\\\"}\"}','2022-01-21 16:19:52'),(216,'e3c2f-4b468-a3d5c-42aec','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"28\\/01\\/2022\",\"check_out\":\"29\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-28\",\"checkoutDate\":\"2022-01-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-28\",\"strCheckout\":\"2022-01-29\",\"SearchHotelTraceId\":\"e3c2f-4b468-a3d5c-42aec\",\"interNationalSearch\":false,\"searchIds\":\"hsid7669980451\"}','2022-01-21 16:50:43'),(217,'8d429-8fc4f-791fe-d7642','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Mumbai (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"4451\",\"destination\":\"Mumbai\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"4451\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"8d429-8fc4f-791fe-d7642\",\"interNationalSearch\":false,\"searchIds\":\"hsid8517844789\"}','2022-01-21 17:42:09'),(218,'c3c90-7f3a1-75194-6c0e9','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Bangkok (Thailand)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"5583\",\"destination\":\"Bangkok\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"5583\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"c3c90-7f3a1-75194-6c0e9\",\"interNationalSearch\":false,\"searchIds\":\"hsid6518435616\"}','2022-01-21 17:43:14'),(219,'15aef-597d7-20d65-888d2','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110318\",\"destination\":\"Manali\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110318\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"15aef-597d7-20d65-888d2\",\"interNationalSearch\":false,\"searchIds\":\"hsid5646301563\"}','2022-01-21 17:43:35'),(220,'d3ee7-fec3a-87534-59255','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Agra (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"266\",\"TBBCityId\":\"110220\",\"destination\":\"Agra\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110220\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"d3ee7-fec3a-87534-59255\",\"interNationalSearch\":false,\"searchIds\":\"hsid6437552788\"}','2022-01-21 17:46:08'),(221,'776e8-549fb-3864a-e965c','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Jaipur (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110210\",\"destination\":\"Jaipur\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110210\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"776e8-549fb-3864a-e965c\",\"interNationalSearch\":false,\"searchIds\":\"hsid4471331393\"}','2022-01-21 17:48:05'),(227,'8059b-b7ec7-31ca2-1707b','{\"FlightBookingData\":[{\"bookingId\":\"DMCS100700179698\",\"bookingId_TJ\":\"TJS100700179698\",\"FlightNumber\":\"SG-623\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8059b-b7ec7-31ca2-1707b\",\"apiTraceId\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-01-29T09:30\",\"LocalFromTime\":\"2022-01-29 09:30\",\"FromUTCTime\":\"2022-01-29T09:30\",\"LocalToTime\":\"2022-01-29 12:05\",\"ToUTCTime\":\"2022-01-29T12:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"03h 35m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,673\",\"ApiResultIndex\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2899,\"Tax\":537.7,\"YQTax\":0,\"OtherCharges\":370,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3436.7,\"PublishedFare\":3672.7,\"PublishedFareAgent\":3672.7,\"OfferedFareAgent\":3672.7,\"OfferedFare\":3436.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2500667821_0MAACCUSG623_23297955465208592\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":537.7,\"TotalBaseFare\":3436.7,\"BaseFareCal\":3472.7,\"BaseFare\":2899,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":150,\"MFT\":2.7,\"OT\":370,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3672.7,\"CostToCustomer\":3672.7,\"BaseFareCal\":3472.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3472.7,\"intOfferedFare\":3436.7,\"intPublishFare\":3436.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3672.7,\"CostToAgent\":3672.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"117\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-01-29T12:05\",\"SegFlightNumber\":\"SG-623\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-01-29T09:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB05\",\"Price\":1900,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB10\",\"Price\":3800,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB15\",\"Price\":5700,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB20\",\"Price\":7600,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"EB30\",\"Price\":11400,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice \"},{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"14:00\",\"strTraceId\":\"4-2500667821_0MAACCUSG623_23297921748849277\",\"FareRuleData\":{\"fareRule\":{\"MAA-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"CRF\":50,\"ARF\":3000,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"493\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10583\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"harish2969@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810030254\",\"FirstName\":\"harish\",\"LastName\":\"verma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10583\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-23 13:04:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"142\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"142\",\"CustomerMemSysId\":[\"142\"],\"flight_booking_customer\":[[\"875\"]],\"SearchTraceId\":\"8059b-b7ec7-31ca2-1707b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Chennai (MAA)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"29\\/01\\/2022\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-01-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8059b-b7ec7-31ca2-1707b\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"MAA\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/01\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jan Sat\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":{\"117\":{\"1\":{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"}}},\"SelectedMealSessionNew\":{\"117\":{\"1\":{\"Currency\":\"INR\",\"key\":\"117\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"}}},\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8059b-b7ec7-31ca2-1707b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Chennai (MAA)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/01\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"MAA\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Chennai, IN - Chennai Arpt (MAA)\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chennai Arpt (MAA)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-01-29\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[6000],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8059b-b7ec7-31ca2-1707b\\\",\\\"sourceCityAirportCode\\\":[\\\"MAA\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"MAA\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Chennai, IN - Chennai Arpt (MAA)\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/01\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jan Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS100700179698\\\",\\\"bookingId_TJ\\\":\\\"TJS100700179698\\\",\\\"FlightNumber\\\":\\\"SG-623\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"8059b-b7ec7-31ca2-1707b\\\",\\\"apiTraceId\\\":\\\"4-2500667821_0MAACCUSG623_23297921748849277\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:30\\\",\\\"ArrivalTime\\\":\\\"12:05\\\",\\\"TravelDate\\\":\\\"2022-01-29T09:30\\\",\\\"LocalFromTime\\\":\\\"2022-01-29 09:30\\\",\\\"FromUTCTime\\\":\\\"2022-01-29T09:30\\\",\\\"LocalToTime\\\":\\\"2022-01-29 12:05\\\",\\\"ToUTCTime\\\":\\\"2022-01-29T12:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":155,\\\"DepartureDateTxt\\\":\\\"Sat, 29 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 29 Jan\\\",\\\"FlightDuration\\\":\\\"03h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"6000\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"MAA\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,673\\\",\\\"ApiResultIndex\\\":\\\"4-2500667821_0MAACCUSG623_23297921748849277\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2899,\\\"Tax\\\":537.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":370,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3436.7,\\\"PublishedFare\\\":3672.7,\\\"PublishedFareAgent\\\":3672.7,\\\"OfferedFareAgent\\\":3672.7,\\\"OfferedFare\\\":3436.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-2500667821_0MAACCUSG623_23297955465208592\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3672.7,\\\"CostToAgent\\\":3672.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":537.7,\\\"TotalBaseFare\\\":3436.7,\\\"BaseFareCal\\\":3472.7,\\\"BaseFare\\\":2899,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":150,\\\"MFT\\\":2.7,\\\"OT\\\":370,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3672.7,\\\"CostToAgent\\\":3672.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":200,\\\"IntTaxOnAgencyFixMarkUp\\\":36,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":36,\\\"PublishFare\\\":3672.7,\\\"CostToCustomer\\\":3672.7,\\\"BaseFareCal\\\":3472.7,\\\"intCommisionEarnedForAgency\\\":200,\\\"CostToCompany\\\":3472.7,\\\"intOfferedFare\\\":3436.7,\\\"intPublishFare\\\":3436.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3672.7,\\\"CostToAgent\\\":3672.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"117\\\",\\\"originAirportName\\\":\\\"Chennai Arpt\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Chennai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-01-29T12:05\\\",\\\"SegFlightNumber\\\":\\\"SG-623\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"MAA\\\",\\\"originDepTime\\\":\\\"2022-01-29T09:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"09:30\\\",\\\"strArrivalDtTime\\\":\\\"12:05\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":1900,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":3800,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":5700,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":7600,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":11400,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":1900,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":3800,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":5700,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":7600,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":11400,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"14:00\\\",\\\"strTraceId\\\":\\\"4-2500667821_0MAACCUSG623_23297921748849277\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"MAA-CCU\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 03 Hrs before scheduled departure  __nls__ Within 03-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":3000,\\\"ARFT\\\":150,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\\\",\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-01-28 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"MAA\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"6000\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":244,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice \\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton \\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":1900,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":3800,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":5700,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":7600,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":11400,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"{\\\"117\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}}}\",\"SelectedMealSessionNew\":\"{\\\"117\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"117\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Hot Meal\\\"}}}\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810030254\",\"leadEmail\":\"harish2969@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"harish\",\"passenger-lastname-1\":\"verma\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"1\"],\"SelectBaggage\":[\"0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10583\",\"Salutation\":\"1\",\"EmailId\":\"harish2969@gmail.com\",\"FirstName\":\"harish\",\"LastName\":\"verma\",\"CountryCode\":\"91\",\"MobileNo\":\"9810030254\"},\"_sessiondata\":{\"EmailId\":\"harish2969@gmail.com\",\"UserSysId\":\"11775\",\"CustomerSysId\":\"159326\",\"AgencySysId\":\"10583\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"Harish\",\"LastName\":\"Kumar\",\"Password_cu\":\"\",\"AgencyName\":\"Treisen Travel\",\"AgencyCode\":\"63356\",\"ContactNo1\":\"9810030254\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8FB6084D-D6E6-46E3-9FF5-328FE9C16189\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\"}','2022-01-23 13:07:00'),(238,'6a6eb-6c851-d8a08-c5b61','{\"item\":{\"SearchHotelTraceId\":\"6a6eb-6c851-d8a08-c5b61\",\"HotelId\":\"hsid4425319351--874598504\",\"HotelName\":\"HOLIDAY INN NEW DELHI MAYUR VIHAR NOIDA, AN IHG HOTEL\",\"HotelDescription\":\"The hotel is located in the central business district in East Delhi, just 500 metres away from the metro station. It provides easy access to the city centre, and local points of interest. It is approximately 45 minutes from Indira Gandhi International Airport. This business-class hotel provides a modern and chic ambiance with luxurious accommodation. The hotel features all the modern conveniences suited to the business traveller, but it also offers recreational amenities for needs of leisure guests. All rooms have high-speed internet access, individual bathrooms and safety deposit boxes. There is an outdoor swimming pool in the hotel grounds. Those looking to stay in shape can enjoy a workout at the hotel gym.\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzEucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzEucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTEuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTEuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMS5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMS5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzIucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzIucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTIuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTIuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMi5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMi5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzMucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzMucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTMuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTMuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMy5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iMy5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzQucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzQucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTQuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTQuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNC5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNC5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzUucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzUucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTUuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTUuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNS5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNS5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzYucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzYucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTYuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTYuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNi5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNi5wbmc=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzcucG5n\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL2ltZzcucG5n\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTcuanBn\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3NvdXJjZTcuanBn\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNy5wbmc=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9jb250ZW50Lm9seW1waWFldXJvcGUuY29tL3N0YXRpYzMvMTMvMzIvODAvaW1hZ2VzL3RodW1iNy5wbmc=\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"77.297874\",\"lt\":\"28.590029\"},\"HotelAddress\":\"13A Mayur Vihar, District Centre \",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"YES Total number of rooms -160\",\"Number of floors (main building) -14\",\"Double rooms -42\",\"Suites -2\",\"hotel\",\"MasterCard\",\"Visa\",\"YES Room size (sqm) -20\",\"Number of bedrooms -1\",\"Living room\",\"Bathroom\",\"Disability-friendly bathroom\",\"Shower\",\"Bathtub\",\"Hairdryer\",\"Toiletries\",\"Slippers\",\"Towel menu\",\"NO Wi-fi\",\"Internet access\",\"Direct dial telephone\",\"TV\",\"Satellite TV \",\"Cable TV\",\"220V power supply\",\"Plug adaptor\",\"Minibar * \",\"Mini fridge\",\"Tea and coffee making facilities \",\"Ironing set\",\"Individually adjustable air conditioning\",\"Safe\",\"YES Wheelchair-accessible\",\"Wake-up service\",\"Pillow menu\",\"Turndown service\",\"NO Smoking rooms\",\"Extra beds on demand\",\"Cot on demand\",\"Electric Kettle -1\",\"YES Wheelchair-accessible\",\"YES Car park * \",\"YES 24-hour reception\",\"Check-in hour (14:00:00 - 00:00:00)\",\"Check-out hour (12:00:00 - 12:00:00)\",\"Late Check-out * \",\"Mobile phone coverage\",\"Wired Internet * \",\"YES Wi-fi * \",\"Local and international calls\",\"Car hire * \",\"Secure parking\",\"Valet parking\",\"Airport Shuttle * \",\"Room service\",\"Laundry service\",\"Launderette * \",\"Medical service\",\"Babysitting service * \",\"Multilingual staff\",\"24-hour security\",\"Bellboy service * \",\"Air conditioning in public areas\",\"Smoke detector * \",\"Hotel safe\",\"Currency exchange facilities\",\"Cloakroom\",\"Lift access\",\"Newspaper stand\",\"Shop\",\"Terrace\",\"Concierge\",\"Gym\",\"Newspapers\",\"Luggage room * \",\"Clothes dryer\",\"BBQ facilities\",\"Electric kettle\",\"Towels and bed linen * \",\"Caf\\u00e9\",\"Bar\",\"Restaurant -2\",\"Smoking area * \",\"Highchairs\",\"Banquet hall\",\"Air conditioning in Restaurant\",\"Conference room\",\"Meeting room -6\",\"Printer * \",\"Business centre * \",\"Fax * \",\"Outdoor freshwater pool -1\",\"Sun loungers\",\"Parasols\",\"IHG Green Hotel Certificate\",\"Breakfast\",\"Breakfast buffet\",\"Buffet lunch\",\"Buffet dinner\",\"Breakfast and dinner\",\"Half Board\",\"Full board\",\"Fitness * \",\"Golf * \",\"Golf practice facility * \",\"IHG - Clean Promise\"],\"des\":\"The hotel is located in the central business district in East Delhi, just 500 metres away from the metro station. It provides easy access to the city centre, and local points of interest. It is approximately 45 minutes from Indira Gandhi International Airport. This business-class hotel provides a modern and chic ambiance with luxurious accommodation. The hotel features all the modern conveniences suited to the business traveller, but it also offers recreational amenities for needs of leisure guests. All rooms have high-speed internet access, individual bathrooms and safety deposit boxes. There is an outdoor swimming pool in the hotel grounds. Those looking to stay in shape can enjoy a workout at the hotel gym.\"},\"val\":{\"Rooms\":[{\"id\":\"TwinBed Superior Room(Room Only)(Save 10%)(1 Twin Bed)_2_0\",\"RoomCategory\":\"TwinBed Superior Room(Room Only)(Save 10%)(1 Twin Bed)\",\"RoomType\":\"TwinBed Superior Room(Room Only)(Save 10%)(1 Twin Bed)\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":2240.24,\"TotalFare\":2240.24,\"TotalBaseFare\":2228.44,\"TotalNetFare\":2240.24,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":2228.44,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2240.24,\"BF\":2228.44,\"TAF\":11.8,\"TF\":2240.24},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":2228.44,\"MFT\":1.8}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2399,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":134.4144,\"intSTaxOnAgencyMarkUp\":24.194592000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2398.8489919999997,\"CostToAgent\":2398.8489919999997,\"pernightperroomprice\":2399,\"arrMarkUps\":{\"intBasePrice\":2240.24,\"PublishFare\":2398.8489919999997,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":134.4144,\"intSTaxOnAgencyMarkUp\":24.194592000000004,\"intAgencyMarkUpWithSTax\":158.608992,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2398.8489919999997,\"CostToAgent\":2398.8489919999997},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-23T13:09:10.628\",\"ToDate\":\"2022-01-26T12:00\",\"strFromDate\":\"23-Jan-2022\",\"strToDate\":\"26-Jan-2022\",\"Charge\":2380.99,\"Currency\":\"INR\"},{\"FromDate\":\"2022-01-23T13:09:11.816\",\"ToDate\":\"2022-01-26T12:00\",\"strFromDate\":\"23-Jan-2022\",\"strToDate\":\"26-Jan-2022\",\"Charge\":2550.48,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"}}],\"RoomId\":\"1_1_61ed05f965618ed34cccfa46\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":2240.24,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":2399,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":134.4144,\"intSTaxOnAgencyMarkUp\":24.194592000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2398.8489919999997,\"CostToAgent\":2398.8489919999997,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2240.24,\"PublishFare\":2398.8489919999997,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":134.4144,\"intSTaxOnAgencyMarkUp\":24.194592000000004,\"intAgencyMarkUpWithSTax\":158.608992,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2398.8489919999997,\"CostToAgent\":2398.8489919999997}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"New Delhi (India)\\\",\\\"check_in\\\":\\\"26\\\\\\/01\\\\\\/2022\\\",\\\"check_out\\\":\\\"27\\\\\\/01\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110203\\\",\\\"destination\\\":\\\"New Delhi\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-01-26\\\",\\\"checkoutDate\\\":\\\"2022-01-27\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110203\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-01-26\\\",\\\"strCheckout\\\":\\\"2022-01-27\\\",\\\"SearchHotelTraceId\\\":\\\"6a6eb-6c851-d8a08-c5b61\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid4425319351\\\"}\",\"index\":0}','2022-01-23 13:15:00'),(239,'b167d-c2081-c34ea-7a3df','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"24\\/03\\/2022\",\"check_out\":\"25\\/03\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-03-24\",\"checkoutDate\":\"2022-03-25\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-03-24\",\"strCheckout\":\"2022-03-25\",\"SearchHotelTraceId\":\"b167d-c2081-c34ea-7a3df\",\"interNationalSearch\":false,\"searchIds\":\"hsid2274207764\"}','2022-01-24 18:54:48'),(242,'38289-2c6d3-7933c-a0bb2','{\"item\":{\"SearchHotelTraceId\":\"38289-2c6d3-7933c-a0bb2\",\"HotelId\":\"hsid9145638385-632885060\",\"HotelName\":\"HOTEL THE VEGAS - A BOUTIQUE HOTEL @ DELHI AIRPORT ( GROUP OF ANVI HOTELS )\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yNTQvMjU0MTA0NzEvMjU0MTA0NzFfMjEwNjAyMTkzMDAwMTAyMDIxNDYyLmpwZz9jYT0xOSZjZT0xJnM9MzEyeA==\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yNTQvMjU0MTA0NzEvMjU0MTA0NzFfMjEwNjAyMTkzMDAwMTAyMDIxNDYyLmpwZz9jYT0xOSZjZT0xJnM9MzEyeA==\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.1310634\",\"lt\":\"28.5508624\"},\"HotelAddress\":\"Street Number 6 \",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Super Saver Benefit : ( Parking,Free WiFi )_2_0_0\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Super Saver Benefit : ( Parking,Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":436.84,\"TotalFare\":436.84,\"TotalBaseFare\":425.04,\"TotalNetFare\":436.84,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":425.04,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":436.84,\"BF\":425.04,\"TAF\":11.8,\"TF\":436.84},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":425.04,\"MFT\":1.8}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":499,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":52.4208,\"intSTaxOnAgencyMarkUp\":9.435744,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":498.69654399999996,\"CostToAgent\":498.69654399999996,\"pernightperroomprice\":499,\"arrMarkUps\":{\"intBasePrice\":436.84,\"PublishFare\":498.69654399999996,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":52.4208,\"intSTaxOnAgencyMarkUp\":9.435744,\"intAgencyMarkUpWithSTax\":61.856544,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":498.69654399999996,\"CostToAgent\":498.69654399999996},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-24T18:58:23.219\",\"ToDate\":\"2022-03-20T18:00\",\"strFromDate\":\"24-Jan-2022\",\"strToDate\":\"20-Mar-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-03-20T18:00\",\"ToDate\":\"2022-03-24T12:00\",\"strFromDate\":\"20-Mar-2022\",\"strToDate\":\"24-Mar-2022\",\"Charge\":850.08,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"2\",\"nights\":1},{\"id\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Super Saver Benefit : ( Parking,Free WiFi )_2_0_1\",\"RoomCategory\":\"Room - Day Use, Max 6 Hours Between 12:00 PM and 06:00 PM\",\"RoomType\":\"Double-Room - Day Use, Max 6 Hours Between 12:00 PM And 06:00 PM-2-Super Saver Benefit : ( Parking,Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":436.84,\"TotalFare\":436.84,\"TotalBaseFare\":425.04,\"TotalNetFare\":436.84,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"MF\":10,\"SBP\":425.04,\"MFT\":1.8},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":436.84,\"BF\":425.04,\"TAF\":11.8,\"TF\":436.84},\"afc\":{\"TAF\":{\"MF\":10,\"SBP\":425.04,\"MFT\":1.8}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":499,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":52.4208,\"intSTaxOnAgencyMarkUp\":9.435744,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":498.69654399999996,\"CostToAgent\":498.69654399999996,\"pernightperroomprice\":499,\"arrMarkUps\":{\"intBasePrice\":436.84,\"PublishFare\":498.69654399999996,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":52.4208,\"intSTaxOnAgencyMarkUp\":9.435744,\"intAgencyMarkUpWithSTax\":61.856544,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":498.69654399999996,\"CostToAgent\":498.69654399999996},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-24T18:58:23.219\",\"ToDate\":\"2022-03-20T18:00\",\"strFromDate\":\"24-Jan-2022\",\"strToDate\":\"20-Mar-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-03-20T18:00\",\"ToDate\":\"2022-03-24T12:00\",\"strFromDate\":\"20-Mar-2022\",\"strToDate\":\"24-Mar-2022\",\"Charge\":850.08,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"2\",\"nights\":1}],\"RoomId\":\"1_0_61eea93965618e7c69ccf881\",\"NoOfRooms\":\"2\",\"TotalPax\":4,\"Nights\":1,\"RoomTotalPrice\":873.68,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":998,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":104.8416,\"intSTaxOnAgencyMarkUp\":18.871488,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":997.3930879999999,\"CostToAgent\":997.3930879999999,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":873.68,\"PublishFare\":997.3930879999999,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":104.8416,\"intSTaxOnAgencyMarkUp\":18.871488,\"intAgencyMarkUpWithSTax\":123.713088,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":997.3930879999999,\"CostToAgent\":997.3930879999999}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"New Delhi (India)\\\",\\\"check_in\\\":\\\"24\\\\\\/03\\\\\\/2022\\\",\\\"check_out\\\":\\\"25\\\\\\/03\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110203\\\",\\\"destination\\\":\\\"New Delhi\\\",\\\"room\\\":\\\"2\\\",\\\"totadlt\\\":\\\"4\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 2},{\\\\\\\"totalTraveler\\\\\\\" : 4},{\\\\\\\"totaladult\\\\\\\" : 4},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null},{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-03-24\\\",\\\"checkoutDate\\\":\\\"2022-03-25\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null},{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110203\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-03-24\\\",\\\"strCheckout\\\":\\\"2022-03-25\\\",\\\"SearchHotelTraceId\\\":\\\"38289-2c6d3-7933c-a0bb2\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid9145638385\\\"}\",\"index\":0}','2022-01-24 18:58:20'),(243,'885eb-abfd3-aa5cc-66be7','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Goa (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"885eb-abfd3-aa5cc-66be7\",\"interNationalSearch\":false,\"searchIds\":null}','2022-01-25 11:30:46'),(247,'e4d03-c6703-7bfe0-0dcdc','{\"item\":{\"SearchHotelTraceId\":\"e4d03-c6703-7bfe0-0dcdc\",\"HotelId\":\"hsid3701372483-503832131\",\"HotelName\":\"PINE GROVE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk0LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk0LmpwZz9zPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk1LmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyOTc4MzAvMjgyOTc4MzBfMjExMDA4MTYwMDAwMTA2MDg2OTk1LmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.183356583118\",\"lt\":\"32.248690521392\"},\"HotelAddress\":\"Pine Grove, Hadimba Temple Road, Manali, Dist.- Kullu\",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )_2_0\",\"RoomCategory\":\"Super Deluxe Room\",\"RoomType\":\"Double-Super Deluxe Room-2- Benefit : ( Parking,Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1856.34,\"TotalFare\":1856.34,\"TotalBaseFare\":1820.94,\"TotalNetFare\":1856.34,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1820.94,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":618.78,\"BF\":606.98,\"TF\":618.78,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":606.98,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":2251,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616,\"pernightperroomprice\":2251,\"arrMarkUps\":{\"intBasePrice\":1856.34,\"PublishFare\":2250.626616,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"intAgencyMarkUpWithSTax\":394.286616,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:36:21.213\",\"ToDate\":\"2022-02-18T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"18-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-18T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"18-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":606.98,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"1\",\"nights\":3}],\"RoomId\":\"1_0_61ef928765618e385fccf89f\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":3,\"RoomTotalPrice\":1856.34,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":2251,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1856.34,\"PublishFare\":2250.626616,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":334.14119999999997,\"intSTaxOnAgencyMarkUp\":60.145416,\"intAgencyMarkUpWithSTax\":394.286616,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2250.626616,\"CostToAgent\":2250.626616}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Manali (India)\\\",\\\"check_in\\\":\\\"23\\\\\\/02\\\\\\/2022\\\",\\\"check_out\\\":\\\"26\\\\\\/02\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110318\\\",\\\"destination\\\":\\\"Manali\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-02-23\\\",\\\"checkoutDate\\\":\\\"2022-02-26\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110318\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":3,\\\"strCheckin\\\":\\\"2022-02-23\\\",\\\"strCheckout\\\":\\\"2022-02-26\\\",\\\"SearchHotelTraceId\\\":\\\"e4d03-c6703-7bfe0-0dcdc\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid3701372483\\\"}\",\"index\":0}','2022-01-25 11:37:59'),(248,'1ea55-29bbe-032d3-fdf87','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"1ea55-29bbe-032d3-fdf87\",\"interNationalSearch\":false,\"searchIds\":null}','2022-01-25 11:39:01'),(249,'10444-24f0d-cb4da-14cbe','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Manali (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"10444-24f0d-cb4da-14cbe\",\"interNationalSearch\":false,\"searchIds\":null}','2022-01-25 11:39:18'),(251,'a5458-25742-5b30a-c44b4','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"New Delhi (India)\",\"check_in\":\"29\\/01\\/2022\",\"check_out\":\"30\\/01\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110203\",\"destination\":\"New Delhi\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-01-29\",\"checkoutDate\":\"2022-01-30\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110203\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-01-29\",\"strCheckout\":\"2022-01-30\",\"SearchHotelTraceId\":\"a5458-25742-5b30a-c44b4\",\"interNationalSearch\":false,\"searchIds\":\"hsid5507011535\"}','2022-01-25 11:42:30'),(254,'ded94-9b892-047ba-c56b5','{\"item\":{\"SearchHotelTraceId\":\"ded94-9b892-047ba-c56b5\",\"HotelId\":\"hsid6832887810-518294402\",\"HotelName\":\"HOTEL SHINGAR MALL ROAD MANALI\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.18877\",\"lt\":\"32.2433\"},\"HotelAddress\":\"Model Town Mall road manali \",\"HotelCity\":\"Manali\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"query\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"110318\",\"countryName\":\"India\",\"cityName\":\"Manali\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid6832887810\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJS209800180277\"},\"val\":{\"Rooms\":[{\"id\":\"Double-Deluxe-2-_2_0\",\"RoomCategory\":\"Deluxe\",\"RoomType\":\"Double-Deluxe-2-\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1427.82,\"TotalFare\":1427.82,\"TotalBaseFare\":1392.42,\"TotalNetFare\":1427.82,\"TotalTaxFare\":35.4,\"TaxFareBreakup\":{\"SBP\":1392.42,\"MFT\":5.4,\"MF\":30},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":2,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}},{\"day\":3,\"fc\":{\"NF\":475.94,\"BF\":464.14,\"TF\":475.94,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":464.14,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1731.088968,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968,\"perNightPrice\":577.029656,\"arrMarkUps\":{\"intBasePrice\":1427.82,\"PublishFare\":1731.088968,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"intAgencyMarkUpWithSTax\":303.26896800000003,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T11:48:53.029\",\"ToDate\":\"2022-02-16T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"16-Feb-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-02-16T18:00\",\"ToDate\":\"2022-02-23T12:00\",\"strFromDate\":\"16-Feb-2022\",\"strToDate\":\"23-Feb-2022\",\"Charge\":464.14,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"1_0_61ef94488c6e410a36744e82\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":3,\"RoomTotalPrice\":1427.82,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1731.088968,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1427.82,\"PublishFare\":1731.088968,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":257.0076,\"intSTaxOnAgencyMarkUp\":46.261368000000004,\"intAgencyMarkUpWithSTax\":303.26896800000003,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1731.088968,\"CostToAgent\":1731.088968},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"5\"],\"hotel_booking_id\":\"43\",\"ForCustomerSession\":[[{\"AgencySysId\":\"10382\",\"EmailId\":\"amit@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810040254\",\"FirstName\":\"AMIT\",\"LastName\":\"KUMAR\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"C4\\/46A\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 11:52:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"143\"},{\"AgencySysId\":\"10382\",\"CustomerSysId\":\"143\",\"EmailId\":\"amit@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9810040254\",\"FirstName\":\"SHIVANI\",\"LastName\":\"KUMARI\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"C4\\/46A\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 11:52:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"463\"}]],\"SearchHotelTraceId\":\"ded94-9b892-047ba-c56b5\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Manali (India)\\\",\\\"check_in\\\":\\\"23\\\\\\/02\\\\\\/2022\\\",\\\"check_out\\\":\\\"26\\\\\\/02\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110318\\\",\\\"destination\\\":\\\"Manali\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-02-23\\\",\\\"checkoutDate\\\":\\\"2022-02-26\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110318\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":3,\\\"strCheckin\\\":\\\"2022-02-23\\\",\\\"strCheckout\\\":\\\"2022-02-26\\\",\\\"SearchHotelTraceId\\\":\\\"ded94-9b892-047ba-c56b5\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid6832887810\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"9810040254\\\",\\\"leadEmail\\\":\\\"amit@reisentours.com\\\",\\\"PaxType\\\":[\\\"1\\\",\\\"1\\\"],\\\"familyNumber\\\":\\\"2\\\",\\\"CustomerSysId\\\":[\\\"143\\\",\\\"463\\\"],\\\"relation\\\":[\\\"0\\\",\\\"9\\\"],\\\"salution\\\":[\\\"1\\\",\\\"1\\\"],\\\"firstname\\\":[\\\"AMIT\\\",\\\"SHIVANI\\\"],\\\"lastname\\\":[\\\"KUMAR\\\",\\\"KUMARI\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\",\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\",\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\",\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"C4\\\\\\/46A\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSRMsg\\\":[\\\"KINGBED\\\"],\\\"SSRName\\\":[\\\"Bed Type\\\"],\\\"SSR\\\":\\\"BED_TYPESSR\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Manali (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"23\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"26\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"2\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-26\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":3,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-02-26\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"ded94-9b892-047ba-c56b5\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid6832887810\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"ded94-9b892-047ba-c56b5\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"Double-Deluxe-2-_2_0\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"Deluxe\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"Double-Deluxe-2-\\\\\\\",\\\\\\\"Adult\\\\\\\":2,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"ROOM ONLY\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":1427.82,\\\\\\\"TotalFare\\\\\\\":1427.82,\\\\\\\"TotalBaseFare\\\\\\\":1392.42,\\\\\\\"TotalNetFare\\\\\\\":1427.82,\\\\\\\"TotalTaxFare\\\\\\\":35.4,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SBP\\\\\\\":1392.42,\\\\\\\"MFT\\\\\\\":5.4,\\\\\\\"MF\\\\\\\":30},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":475.94,\\\\\\\"BF\\\\\\\":464.14,\\\\\\\"TF\\\\\\\":475.94,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":464.14,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}},{\\\\\\\"day\\\\\\\":2,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":475.94,\\\\\\\"BF\\\\\\\":464.14,\\\\\\\"TF\\\\\\\":475.94,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":464.14,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}},{\\\\\\\"day\\\\\\\":3,\\\\\\\"fc\\\\\\\":{\\\\\\\"NF\\\\\\\":475.94,\\\\\\\"BF\\\\\\\":464.14,\\\\\\\"TF\\\\\\\":475.94,\\\\\\\"TAF\\\\\\\":11.8},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SBP\\\\\\\":464.14,\\\\\\\"MFT\\\\\\\":1.8,\\\\\\\"MF\\\\\\\":10}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1731.088968,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":257.0076,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":46.261368000000004,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1731.088968,\\\\\\\"CostToAgent\\\\\\\":1731.088968,\\\\\\\"perNightPrice\\\\\\\":577.029656,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1427.82,\\\\\\\"PublishFare\\\\\\\":1731.088968,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":257.0076,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":46.261368000000004,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":303.26896800000003,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1731.088968,\\\\\\\"CostToAgent\\\\\\\":1731.088968},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-01-25T11:48:53.029\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-02-16T18:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"25-Jan-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"16-Feb-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":0,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"},{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-02-16T18:00\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-02-23T12:00\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"16-Feb-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"23-Feb-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":464.14,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":true,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"Full Refund Allowed\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"1_0_61ef94488c6e410a36744e82\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":2,\\\\\\\"Nights\\\\\\\":3,\\\\\\\"RoomTotalPrice\\\\\\\":1427.82,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":false,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1731.088968,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":257.0076,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":46.261368000000004,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1731.088968,\\\\\\\"CostToAgent\\\\\\\":1731.088968,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1427.82,\\\\\\\"PublishFare\\\\\\\":1731.088968,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":257.0076,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":46.261368000000004,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":303.26896800000003,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1731.088968,\\\\\\\"CostToAgent\\\\\\\":1731.088968},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"ded94-9b892-047ba-c56b5\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid6832887810-518294402\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"HOTEL SHINGAR MALL ROAD MANALI\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"tns\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\\\\\\\",\\\\\\\"url\\\\\\\":\\\\\\\"http:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/hotel.atlastravelsonline.com\\\\\\\\\\\\\\/cpfv3\\\\\\\\\\\\\\/images\\\\\\\\\\\\\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIvMjgyODIyODAvMjgyODIyODBfMjExMDA4MTQwNTAwMTA2MDg1MjUyLmpwZz9zPTMxMng=\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":3,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"77.18877\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"32.2433\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"Model Town Mall road manali \\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"HOTEL\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":null,\\\\\\\"des\\\\\\\":\\\\\\\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\\\\\\\\\\\\\/strong>\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-26\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":2,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid6832887810\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209800180277\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":false,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":false,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJS209800180277\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"Manali (India)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"23\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"26\\\\\\\\\\\\\\/02\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"2\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"Manali\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 2},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-02-26\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"110318\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":3,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-02-23\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-02-26\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"ded94-9b892-047ba-c56b5\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid6832887810\\\\\\\"}}\\\"}\",\"_sessiondata\":{\"EmailId\":\"amit@reisentours.com\",\"UserSysId\":\"11551\",\"CustomerSysId\":\"158206\",\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"AMIT\",\"LastName\":\"NAGRATH\",\"Password_cu\":\"\",\"AgencyName\":\"Reisen 1\",\"AgencyCode\":\"90008\",\"ContactNo1\":\"9810040254\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CAB0AABD-E36E-4C23-A3A0-2C6DD67956FC\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"paymentMode\":\"2\"}','2022-01-25 11:53:13'),(256,'cefc3-932ee-759f6-a5f9e','{\"FlightBookingData\":[{\"bookingId\":\"DMCS109600180298\",\"bookingId_TJ\":\"TJS109600180298\",\"FlightNumber\":\"UK-774\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"apiTraceId\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:35\",\"ArrivalTime\":\"23:30\",\"TravelDate\":\"2022-02-24T20:35\",\"LocalFromTime\":\"2022-02-24 20:35\",\"FromUTCTime\":\"2022-02-24T20:35\",\"LocalToTime\":\"2022-02-24 23:30\",\"ToUTCTime\":\"2022-02-24T23:30\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 24 Feb\",\"ArrivalDateTxt\":\"Thu, 24 Feb\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,635\",\"ApiResultIndex\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2210,\"Tax\":1188.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":117,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":3398.7,\"PublishedFare\":3634.7,\"PublishedFareAgent\":3634.7,\"OfferedFareAgent\":3634.7,\"OfferedFare\":3398.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-4813680172_0CCUBOMUK774_23467126936557345\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1188.7,\"TotalBaseFare\":3398.7,\"BaseFareCal\":3434.7,\"BaseFare\":2210,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":117,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3634.7,\"CostToCustomer\":3634.7,\"BaseFareCal\":3434.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3434.7,\"intOfferedFare\":3398.7,\"intPublishFare\":3398.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3634.7,\"CostToAgent\":3634.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"53\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-24T23:30\",\"SegFlightNumber\":\"UK-774\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-02-24T20:35\",\"TripIndicator\":1,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:35\",\"strArrivalDtTime\":\"23:30\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\",\"FareRuleData\":{\"fareRule\":{\"CCU-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ARF\":3920,\"CRF\":50,\"ARFT\":196,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3920,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure at a charge of INR 3920 per sector per Passenger\",\"fcs\":{\"ACF\":3920,\"CCF\":50,\"ACFT\":196,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"494\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"amit@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810040254\",\"FirstName\":\"AMIT\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 12:04:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"143\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"143\",\"CustomerMemSysId\":[\"143\"],\"flight_booking_customer\":[[\"876\"]],\"SearchTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"24\\/02\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-02-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"CCU\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/02\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Feb Thu\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":{\"53\":{\"1\":{\"Currency\":\"INR\",\"key\":\"53\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"}}},\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"cefc3-932ee-759f6-a5f9e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-02-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"cefc3-932ee-759f6-a5f9e\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Feb Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS109600180298\\\",\\\"bookingId_TJ\\\":\\\"TJS109600180298\\\",\\\"FlightNumber\\\":\\\"UK-774\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"cefc3-932ee-759f6-a5f9e\\\",\\\"apiTraceId\\\":\\\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"20:35\\\",\\\"ArrivalTime\\\":\\\"23:30\\\",\\\"TravelDate\\\":\\\"2022-02-24T20:35\\\",\\\"LocalFromTime\\\":\\\"2022-02-24 20:35\\\",\\\"FromUTCTime\\\":\\\"2022-02-24T20:35\\\",\\\"LocalToTime\\\":\\\"2022-02-24 23:30\\\",\\\"ToUTCTime\\\":\\\"2022-02-24T23:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"O\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":175,\\\"DepartureDateTxt\\\":\\\"Thu, 24 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 24 Feb\\\",\\\"FlightDuration\\\":\\\"03h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,635\\\",\\\"ApiResultIndex\\\":\\\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2210,\\\"Tax\\\":1188.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":924,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":117,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3398.7,\\\"PublishedFare\\\":3634.7,\\\"PublishedFareAgent\\\":3634.7,\\\"OfferedFareAgent\\\":3634.7,\\\"OfferedFare\\\":3398.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"15-2-10-4813680172_0CCUBOMUK774_23467126936557345\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"O\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3634.7,\\\"CostToAgent\\\":3634.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1188.7,\\\"TotalBaseFare\\\":3398.7,\\\"BaseFareCal\\\":3434.7,\\\"BaseFare\\\":2210,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":117,\\\"MFT\\\":2.7,\\\"OT\\\":924,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3634.7,\\\"CostToAgent\\\":3634.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":200,\\\"IntTaxOnAgencyFixMarkUp\\\":36,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":36,\\\"PublishFare\\\":3634.7,\\\"CostToCustomer\\\":3634.7,\\\"BaseFareCal\\\":3434.7,\\\"intCommisionEarnedForAgency\\\":200,\\\"CostToCompany\\\":3434.7,\\\"intOfferedFare\\\":3398.7,\\\"intPublishFare\\\":3398.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3634.7,\\\"CostToAgent\\\":3634.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"53\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-02-24T23:30\\\",\\\"SegFlightNumber\\\":\\\"UK-774\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"O\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-02-24T20:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":175,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"20:35\\\",\\\"strArrivalDtTime\\\":\\\"23:30\\\",\\\"FlightDuration\\\":\\\"2h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"15-2-10-4813680172_3CCUBOMUK774_23466856022430565\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-BOM\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3920,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 04 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARF\\\":3920,\\\"CRF\\\":50,\\\"ARFT\\\":196,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3920,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 04 Hrs before scheduled departure at a charge of INR 3920 per sector per Passenger\\\",\\\"fcs\\\":{\\\"ACF\\\":3920,\\\"CCF\\\":50,\\\"ACFT\\\":196,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-02-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"{\\\"53\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"53\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"}}}\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810040254\",\"leadEmail\":\"amit@reisentours.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"143\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIT\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"C4\\/46A\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"101\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"1\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10382\",\"Salutation\":\"1\",\"EmailId\":\"amit@reisentours.com\",\"FirstName\":\"AMIT\",\"LastName\":\"KUMAR\",\"CountryCode\":\"91\",\"MobileNo\":\"9810040254\"}}','2022-01-25 12:04:34'),(257,'ebeb4-ddc5f-f241c-02ed0','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Bangkok (Thailand)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"5583\",\"destination\":\"Bangkok\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"5583\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"ebeb4-ddc5f-f241c-02ed0\",\"interNationalSearch\":false,\"searchIds\":\"hsid8755588445\"}','2022-01-25 12:24:30'),(258,'9a891-10d9a-b19aa-51374','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Goa (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110339\",\"destination\":\"Goa\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110339\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"9a891-10d9a-b19aa-51374\",\"interNationalSearch\":false,\"searchIds\":\"hsid3021980741\"}','2022-01-25 12:24:39'),(259,'ab890-e3b49-3b172-59aa2','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Goa (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"5583\",\"destination\":\"Bangkok\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"5583\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"ab890-e3b49-3b172-59aa2\",\"interNationalSearch\":false,\"searchIds\":\"hsid7026693886\"}','2022-01-25 12:28:50'),(260,'089c4-7b702-234cc-7e6f4','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Jaipur (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110210\",\"destination\":\"Jaipur\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110210\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"089c4-7b702-234cc-7e6f4\",\"interNationalSearch\":false,\"searchIds\":\"hsid5798708726\"}','2022-01-25 12:29:01'),(261,'e35ea-c82f9-7e39d-9083c','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-409\",\"SegFlightNumberArr\":\"G8-409, G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"e35ea-c82f9-7e39d-9083c\",\"apiTraceId\":\"1-7104712665_17DELVNSG8409VNSBOMG8350_23472142887680555\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"16:20\",\"TravelDate\":\"2022-02-03T11:00\",\"LocalFromTime\":\"2022-02-03 11:00\",\"FromUTCTime\":\"2022-02-03T11:00\",\"LocalToTime\":\"2022-02-03 16:20\",\"ToUTCTime\":\"2022-02-03T16:20\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Varanasi\",\"GroundTime\":80,\"LAYOVERDuration\":\"1h 20m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Thu, 03 Feb\",\"ArrivalDateTxt\":\"Thu, 03 Feb\",\"FlightDuration\":\"5h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":31,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3167.4,\"PublishedFareTxt\":\"3,167\",\"ApiResultIndex\":\"1-7104712665_17DELVNSG8409VNSBOMG8350_23472142887680309\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2164,\"Tax\":649.4,\"YQTax\":0,\"OtherCharges\":614,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2813.4,\"PublishedFare\":3167.4,\"PublishedFareAgent\":3167.4,\"OfferedFareAgent\":3167.4,\"OfferedFare\":2813.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7104712665_17DELVNSG8409VNSBOMG8350_23472142887680555\",\"ApiResultIndex\":\"1-7104712665_17DELVNSG8409VNSBOMG8350_23472142887680555\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":31,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3167.4,\"CostToAgent\":3167.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":649.4,\"TotalBaseFare\":2813.4,\"BaseFareCal\":2867.4,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":614,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3167.4,\"CostToAgent\":3167.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3167.4,\"CostToCustomer\":3167.4,\"BaseFareCal\":2867.4,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":2867.4,\"intOfferedFare\":2813.4,\"intPublishFare\":2813.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3167.4,\"CostToAgent\":3167.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0},\"$$hashKey\":\"030\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lal Bahadur Shastri Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Varanasi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"VNS\",\"destinationArrTime\":\"2022-02-03T12:30\",\"SegFlightNumber\":\"G8-409\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-03T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":80,\"NoOfSeatAvailable\":31,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":\"1h 20m\",\"LAYOVERCity\":\"Varanasi\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-03T16:20\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-02-03T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":31,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"16:20\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02F\"}],\"apiTraceId\":\"1-7104712665_17DELVNSG8409VNSBOMG8350_23472142887680555\",\"SearchTraceId\":\"e35ea-c82f9-7e39d-9083c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/02\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-02-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e35ea-c82f9-7e39d-9083c\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/02\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Feb Thu\"],\"ReturnDateMobile\":\"\"}}','2022-01-25 13:27:15'),(266,'2a501-c589f-08029-3ae4f','{\"FlightBookingData\":[{\"bookingId\":\"DMCS105600180401\",\"bookingId_TJ\":\"TJS105600180401\",\"FlightNumber\":\"G8-2501\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2a501-c589f-08029-3ae4f\",\"apiTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"02:40\",\"ArrivalTime\":\"04:55\",\"TravelDate\":\"2022-02-03T02:40\",\"LocalFromTime\":\"2022-02-03 02:40\",\"FromUTCTime\":\"2022-02-03T02:40\",\"LocalToTime\":\"2022-02-03 04:55\",\"ToUTCTime\":\"2022-02-03T04:55\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 03 Feb\",\"ArrivalDateTxt\":\"Thu, 03 Feb\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":36,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,936\",\"ApiResultIndex\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2164,\"Tax\":1417.7,\"YQTax\":750,\"OtherCharges\":500,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3581.7,\"PublishedFare\":3935.7,\"PublishedFareAgent\":3935.7,\"OfferedFareAgent\":3935.7,\"OfferedFare\":3581.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7980051141_0DELBOMG82501_23472219651169186\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":36,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1417.7,\"TotalBaseFare\":3581.7,\"BaseFareCal\":3635.7,\"BaseFare\":2164,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":150,\"MFT\":2.7,\"OT\":500,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3935.7,\"CostToCustomer\":3935.7,\"BaseFareCal\":3635.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3635.7,\"intOfferedFare\":3581.7,\"intPublishFare\":3581.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3935.7,\"CostToAgent\":3935.7,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"218\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-02-03T04:55\",\"SegFlightNumber\":\"G8-2501\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-02-03T02:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":36,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"04:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"1-7980051141_0DELBOMG82501_23472197963362430\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"CRF\":50,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":1750,\"CCF\":50,\"ACFT\":87.5,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"495\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"harish@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810040254\",\"FirstName\":\"rohan\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 13:30:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"Reisen Tours India Pvt Ltd\",\"gstnnumber\":\"07AADCR5276P1ZP\",\"gstaddress\":\"C4A\\/46A, Janakpuri, New Delhi 110058\",\"gstemail\":\"harish@reisentours.com\",\"gststate\":\"Delhi\",\"gstphone\":\"9810040254\",\"CustomerSysId\":\"143\",\"isgstapply\":\"1\",\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"143\",\"CustomerMemSysId\":[\"143\"],\"flight_booking_customer\":[[\"877\"]],\"SearchTraceId\":\"2a501-c589f-08029-3ae4f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/02\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-02-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2a501-c589f-08029-3ae4f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/02\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Feb Thu\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2a501-c589f-08029-3ae4f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-02-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2a501-c589f-08029-3ae4f\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Feb Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS105600180401\\\",\\\"bookingId_TJ\\\":\\\"TJS105600180401\\\",\\\"FlightNumber\\\":\\\"G8-2501\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"2a501-c589f-08029-3ae4f\\\",\\\"apiTraceId\\\":\\\"1-7980051141_0DELBOMG82501_23472197963362430\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"02:40\\\",\\\"ArrivalTime\\\":\\\"04:55\\\",\\\"TravelDate\\\":\\\"2022-02-03T02:40\\\",\\\"LocalFromTime\\\":\\\"2022-02-03 02:40\\\",\\\"FromUTCTime\\\":\\\"2022-02-03T02:40\\\",\\\"LocalToTime\\\":\\\"2022-02-03 04:55\\\",\\\"ToUTCTime\\\":\\\"2022-02-03T04:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Thu, 03 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 03 Feb\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":36,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,936\\\",\\\"ApiResultIndex\\\":\\\"1-7980051141_0DELBOMG82501_23472197963362430\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2164,\\\"Tax\\\":1417.7,\\\"YQTax\\\":750,\\\"OtherCharges\\\":500,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":150,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3581.7,\\\"PublishedFare\\\":3935.7,\\\"PublishedFareAgent\\\":3935.7,\\\"OfferedFareAgent\\\":3935.7,\\\"OfferedFare\\\":3581.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-7980051141_0DELBOMG82501_23472219651169186\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":36,\\\"classOfBooking\\\":\\\"BC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935.7,\\\"CostToAgent\\\":3935.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1417.7,\\\"TotalBaseFare\\\":3581.7,\\\"BaseFareCal\\\":3635.7,\\\"BaseFare\\\":2164,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":750,\\\"AGST\\\":150,\\\"MFT\\\":2.7,\\\"OT\\\":500,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935.7,\\\"CostToAgent\\\":3935.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":3935.7,\\\"CostToCustomer\\\":3935.7,\\\"BaseFareCal\\\":3635.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3635.7,\\\"intOfferedFare\\\":3581.7,\\\"intPublishFare\\\":3581.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3935.7,\\\"CostToAgent\\\":3935.7,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"218\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-02-03T04:55\\\",\\\"SegFlightNumber\\\":\\\"G8-2501\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"BC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-02-03T02:40\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":36,\\\"strDepartureDtTime\\\":\\\"02:40\\\",\\\"strArrivalDtTime\\\":\\\"04:55\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"1-7980051141_0DELBOMG82501_23472197963362430\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARF\\\":100,\\\"CRF\\\":50,\\\"ARFT\\\":5,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":1750,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACF\\\":1750,\\\"CCF\\\":50,\\\"ACFT\\\":87.5,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Complimentary seats, excluding first 3 rows and emergency exit rows\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-02-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810040254\",\"leadEmail\":\"harish@reisentours.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"143\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"rohan\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"isgstapply\":\"1\",\"gstnnumber\":\"07AADCR5276P1ZP\",\"companyname\":\"Reisen Tours India Pvt Ltd\",\"gstemail\":\"harish@reisentours.com\",\"gstphone\":\"9810040254\",\"gstaddress\":\"C4A\\/46A, Janakpuri, New Delhi 110058\",\"gststate\":\"Delhi\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10382\",\"Salutation\":\"1\",\"EmailId\":\"harish@reisentours.com\",\"FirstName\":\"rohan\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9810040254\"},\"_sessiondata\":{\"EmailId\":\"amit@reisentours.com\",\"UserSysId\":\"11551\",\"CustomerSysId\":\"158206\",\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"AMIT\",\"LastName\":\"NAGRATH\",\"Password_cu\":\"\",\"AgencyName\":\"Reisen 1\",\"AgencyCode\":\"90008\",\"ContactNo1\":\"9810040254\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CAB0AABD-E36E-4C23-A3A0-2C6DD67956FC\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS105600180401\",\"amount\":3581.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"harish@reisentours.com\"],\"contacts\":[\"919810040254\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T13:31:14.212\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51042\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"2501\",\"eT\":\"32N\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-02-03T02:40\",\"at\":\"2022-02-03T04:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"X6439P\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rohan\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3581.7,\"TF\":3581.7,\"IGST\":2.7,\"TAF\":1417.7,\"BF\":2164},\"afC\":{\"TAF\":{\"OT\":500,\"YQ\":750,\"AGST\":150,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":{\"gstNumber\":\"07AADCR5276P1ZP\",\"email\":\"harish@reisentours.com\",\"mobile\":\"9810040254\",\"address\":\"C4A\\/46A, Janakpuri, New Delhi 110058\",\"registeredName\":\"Reisen Tours India Pvt Ltd\",\"bookingId\":\"TJS105600180401\",\"bookingUserId\":\"311588\",\"id\":6132},\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-01-25 13:30:41'),(268,'569d5-a9d67-1a050-f713c','{\"item\":{\"SearchHotelTraceId\":\"569d5-a9d67-1a050-f713c\",\"HotelId\":\"hsid7611723050-219656158\",\"HotelName\":\"VACCINATED STAFF - SPOT ON 75786 URBAN VILLAGE\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8xOTE3NTU5NS8tMS85YjU1ZjFhY2FjYmMyNTQ5N2JiNTg1NzI5ODhlZjY2OC5qcGc\\/Y2E9MTcmY2U9MSZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8xOTE3NTU5NS8tMS85YjU1ZjFhY2FjYmMyNTQ5N2JiNTg1NzI5ODhlZjY2OC5qcGc\\/Y2E9MTcmY2U9MSZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzAwNjc1NTk5LmpwZz9rPWM2ZWM1OGY3NGY5YTI1YmI4ZDYxZWFkNTJlNGNjZGQ5NjI5NjZjMzJlODBhMjhmYThjYTNkYjE3YmViOTNkNjYmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzAwNjc1NTk5LmpwZz9rPWM2ZWM1OGY3NGY5YTI1YmI4ZDYxZWFkNTJlNGNjZGQ5NjI5NjZjMzJlODBhMjhmYThjYTNkYjE3YmViOTNkNjYmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8xOTE3NTU5NS8tMS8yNTk3Y2U5MzVhMzMwZTBjNzcxNGM1NTdjMTYwYzNlZi5qcGc\\/Y2E9MTcmY2U9MSZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8xOTE3NTU5NS8tMS8yNTk3Y2U5MzVhMzMwZTBjNzcxNGM1NTdjMTYwYzNlZi5qcGc\\/Y2E9MTcmY2U9MSZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzAyNzUxMjMwLmpwZz9rPWNlYWE4YTZjMTMwNzQwNzk5OWIyYmU2MGE2MmY0ZWQ1YjJmNTkxZTcxM2FjMWY0MTJmMDBjNGM0MzIzZTY5NDkmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzAyNzUxMjMwLmpwZz9rPWNlYWE4YTZjMTMwNzQwNzk5OWIyYmU2MGE2MmY0ZWQ1YjJmNTkxZTcxM2FjMWY0MTJmMDBjNGM0MzIzZTY5NDkmbz0mcz0zMTJ4\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"88.52594\",\"lt\":\"22.55019\"},\"HotelAddress\":\"01, prince house, kolkata leather complex, hatisala, West Bengal, Kolkata \",\"HotelCity\":\"Kolkata\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"VILLA\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Double-SPOT ON Room Without Air Conditioning-2- Benefit : ( Free WiFi )_2_0\",\"RoomCategory\":\"SPOT ON Room without Air Conditioning\",\"RoomType\":\"Double-SPOT ON Room Without Air Conditioning-2- Benefit : ( Free WiFi )\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":597.05,\"TotalFare\":597.05,\"TotalBaseFare\":585.25,\"TotalNetFare\":597.05,\"TotalTaxFare\":11.8,\"TaxFareBreakup\":{\"SBP\":585.25,\"MFT\":1.8,\"MF\":10},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":597.05,\"BF\":585.25,\"TF\":597.05,\"TAF\":11.8},\"afc\":{\"TAF\":{\"SBP\":585.25,\"MFT\":1.8,\"MF\":10}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":640,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":35.823,\"intSTaxOnAgencyMarkUp\":6.4481399999999995,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":639.3211399999999,\"CostToAgent\":639.3211399999999,\"pernightperroomprice\":640,\"arrMarkUps\":{\"intBasePrice\":597.05,\"PublishFare\":639.3211399999999,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":35.823,\"intSTaxOnAgencyMarkUp\":6.4481399999999995,\"intAgencyMarkUpWithSTax\":42.27114,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":639.3211399999999,\"CostToAgent\":639.3211399999999},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T13:49:17.844\",\"ToDate\":\"2022-01-29T12:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"29-Jan-2022\",\"Charge\":585.25,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"1_0_61efb27565618ebc5cccfb25\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":597.05,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":640,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":35.823,\"intSTaxOnAgencyMarkUp\":6.4481399999999995,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":639.3211399999999,\"CostToAgent\":639.3211399999999,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":597.05,\"PublishFare\":639.3211399999999,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":35.823,\"intSTaxOnAgencyMarkUp\":6.4481399999999995,\"intAgencyMarkUpWithSTax\":42.27114,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":639.3211399999999,\"CostToAgent\":639.3211399999999}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"Kolkata (India)\\\",\\\"check_in\\\":\\\"29\\\\\\/01\\\\\\/2022\\\",\\\"check_out\\\":\\\"30\\\\\\/01\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"110342\\\",\\\"destination\\\":\\\"Kolkata\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-01-29\\\",\\\"checkoutDate\\\":\\\"2022-01-30\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"110342\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-01-29\\\",\\\"strCheckout\\\":\\\"2022-01-30\\\",\\\"SearchHotelTraceId\\\":\\\"569d5-a9d67-1a050-f713c\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid7611723050\\\"}\",\"index\":0}','2022-01-25 13:48:52'),(269,'180ca-c473d-3ec97-4fa59','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"Bangalore (India)\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"24\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"110204\",\"destination\":\"Bangalore\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-24\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"110204\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-24\",\"SearchHotelTraceId\":\"180ca-c473d-3ec97-4fa59\",\"interNationalSearch\":false,\"searchIds\":\"hsid1535532676\"}','2022-01-25 16:51:57'),(273,'a5a83-9f590-00ffb-d3a3d','{\"FlightBookingData\":[{\"bookingId\":\"DMCS102500180684\",\"bookingId_TJ\":\"TJS102500180684\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a5a83-9f590-00ffb-d3a3d\",\"apiTraceId\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:45\",\"ArrivalTime\":\"07:10\",\"TravelDate\":\"2022-03-02T04:45\",\"LocalFromTime\":\"2022-03-02 04:45\",\"FromUTCTime\":\"2022-03-02T04:45\",\"LocalToTime\":\"2022-03-02 07:10\",\"ToUTCTime\":\"2022-03-02T07:10\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 02 Mar\",\"ArrivalDateTxt\":\"Wed, 02 Mar\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,735\",\"ApiResultIndex\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1916,\"Tax\":582.7,\"YQTax\":0,\"OtherCharges\":465,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":100,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2498.7,\"PublishedFare\":2734.7,\"PublishedFareAgent\":2734.7,\"OfferedFareAgent\":2734.7,\"OfferedFare\":2498.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-0019486434_0DELCCUI5548_23485336136122336\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":582.7,\"TotalBaseFare\":2498.7,\"BaseFareCal\":2534.7,\"BaseFare\":1916,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":100,\"MFT\":2.7,\"OT\":465,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2734.7,\"CostToCustomer\":2734.7,\"BaseFareCal\":2534.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":2534.7,\"intOfferedFare\":2498.7,\"intPublishFare\":2498.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2734.7,\"CostToAgent\":2734.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"804\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-03-02T07:10\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-02T04:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:45\",\"strArrivalDtTime\":\"07:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SIAI\",\"Price\":200,\"Description\":\"CHOCO BANANA CAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"MOAI\",\"Price\":200,\"Description\":\"MYSORE PAK CHEESECAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PXCB\",\"Price\":300,\"Description\":\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CDCB\",\"Price\":300,\"Description\":\"TOMATO CUCUMBER CHEESE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"XCCB\",\"Price\":401,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SMCB\",\"Price\":401,\"Description\":\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SDCB\",\"Price\":401,\"Description\":\"SABUDANA KHICHDI WITH SHEERA(JAIN)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RICB\",\"Price\":401,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PTCB\",\"Price\":401,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"DJCB\",\"Price\":401,\"Description\":\"DAL TADKEWALA (HEALTHY\\/DIABETIC)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"COCB\",\"Price\":401,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CJCB\",\"Price\":401,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"AMCB\",\"Price\":401,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAB\",\"Price\":2000,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAC\",\"Price\":4000,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAD\",\"Price\":6000,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PBAF\",\"Price\":10000,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SIAI\",\"Price\":200,\"Description\":\"CHOCO BANANA CAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"MOAI\",\"Price\":200,\"Description\":\"MYSORE PAK CHEESECAKE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PXCB\",\"Price\":300,\"Description\":\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CDCB\",\"Price\":300,\"Description\":\"TOMATO CUCUMBER CHEESE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"XCCB\",\"Price\":401,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SMCB\",\"Price\":401,\"Description\":\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SICB\",\"Price\":401,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"SDCB\",\"Price\":401,\"Description\":\"SABUDANA KHICHDI WITH SHEERA(JAIN)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"RICB\",\"Price\":401,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"PTCB\",\"Price\":401,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"DJCB\",\"Price\":401,\"Description\":\"DAL TADKEWALA (HEALTHY\\/DIABETIC)\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"COCB\",\"Price\":401,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"CJCB\",\"Price\":401,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"804\",\"Code\":\"AMCB\",\"Price\":401,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"15:00\",\"strTraceId\":\"22-0019486434_0DELCCUI5548_23485315800243303\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"496\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10604\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"8923963627\",\"FirstName\":\"neha \",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10604\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 17:07:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"145\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"145\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_customer\":[[\"878\"]],\"SearchTraceId\":\"a5a83-9f590-00ffb-d3a3d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"02\\/03\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-03-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5a83-9f590-00ffb-d3a3d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"DEL\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/03\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Mar Wed\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"804\":{\"1\":{\"seatNo\":\"2A\",\"seatPosition\":{\"row\":2,\"column\":1},\"isBooked\":false,\"isLegroom\":true,\"isAisle\":false,\"code\":\"2A\",\"amount\":500}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a5a83-9f590-00ffb-d3a3d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-03-02\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a5a83-9f590-00ffb-d3a3d\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"02 Mar Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS102500180684\\\",\\\"bookingId_TJ\\\":\\\"TJS102500180684\\\",\\\"FlightNumber\\\":\\\"I5-548\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"a5a83-9f590-00ffb-d3a3d\\\",\\\"apiTraceId\\\":\\\"22-0019486434_0DELCCUI5548_23485315800243303\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"04:45\\\",\\\"ArrivalTime\\\":\\\"07:10\\\",\\\"TravelDate\\\":\\\"2022-03-02T04:45\\\",\\\"LocalFromTime\\\":\\\"2022-03-02 04:45\\\",\\\"FromUTCTime\\\":\\\"2022-03-02T04:45\\\",\\\"LocalToTime\\\":\\\"2022-03-02 07:10\\\",\\\"ToUTCTime\\\":\\\"2022-03-02T07:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"EC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Wed, 02 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 02 Mar\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,735\\\",\\\"ApiResultIndex\\\":\\\"22-0019486434_0DELCCUI5548_23485315800243303\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1916,\\\"Tax\\\":582.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":465,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":100,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2498.7,\\\"PublishedFare\\\":2734.7,\\\"PublishedFareAgent\\\":2734.7,\\\"OfferedFareAgent\\\":2734.7,\\\"OfferedFare\\\":2498.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"22-0019486434_0DELCCUI5548_23485336136122336\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"EC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2734.7,\\\"CostToAgent\\\":2734.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":582.7,\\\"TotalBaseFare\\\":2498.7,\\\"BaseFareCal\\\":2534.7,\\\"BaseFare\\\":1916,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":100,\\\"MFT\\\":2.7,\\\"OT\\\":465,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2734.7,\\\"CostToAgent\\\":2734.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":200,\\\"IntTaxOnAgencyFixMarkUp\\\":36,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":36,\\\"PublishFare\\\":2734.7,\\\"CostToCustomer\\\":2734.7,\\\"BaseFareCal\\\":2534.7,\\\"intCommisionEarnedForAgency\\\":200,\\\"CostToCompany\\\":2534.7,\\\"intOfferedFare\\\":2498.7,\\\"intPublishFare\\\":2498.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2734.7,\\\"CostToAgent\\\":2734.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"804\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-03-02T07:10\\\",\\\"SegFlightNumber\\\":\\\"I5-548\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"EC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-03-02T04:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"04:45\\\",\\\"strArrivalDtTime\\\":\\\"07:10\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":10000,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SIAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"CHOCO BANANA CAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"MOAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"MYSORE PAK CHEESECAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RPCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"HERB ROAST VEGETABLE ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PXCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"FTCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"SEASONAL FRESH FRUIT PLATTER\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CDCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"TOMATO CUCUMBER CHEESE SANDWICH\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"XCCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH & FETA STUFFED CHICKEN BREAST\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MINI IDILIS, UPMA & ALOO BONDA\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SDCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SABUDANA KHICHDI WITH SHEERA(JAIN)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"VEGETABLE MANCHURIAN FRIED RICE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PTCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"PALAK PANEER & RICE WITH TANDOORI ALOO\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"DJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"DAL TADKEWALA (HEALTHY\\\\\\/DIABETIC)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"COCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"CHEDDAR & CHIVES OMELETTE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"AWADHI CHICKEN TIKKA BIRYANI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"AMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MATAR PANEER BHURJI WITH ALOO PARATHA\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":10000,\\\"Weight\\\":\\\"+ 25 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SIAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"CHOCO BANANA CAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"MOAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"MYSORE PAK CHEESECAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RPCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"HERB ROAST VEGETABLE ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PXCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"FTCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"SEASONAL FRESH FRUIT PLATTER\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CDCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"TOMATO CUCUMBER CHEESE SANDWICH\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"XCCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH & FETA STUFFED CHICKEN BREAST\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MINI IDILIS, UPMA & ALOO BONDA\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SDCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SABUDANA KHICHDI WITH SHEERA(JAIN)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"VEGETABLE MANCHURIAN FRIED RICE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PTCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"PALAK PANEER & RICE WITH TANDOORI ALOO\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"DJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"DAL TADKEWALA (HEALTHY\\\\\\/DIABETIC)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"COCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"CHEDDAR & CHIVES OMELETTE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"AWADHI CHICKEN TIKKA BIRYANI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"AMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MATAR PANEER BHURJI WITH ALOO PARATHA\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"22-0019486434_0DELCCUI5548_23485315800243303\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-CCU\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\\\",\\\"fcs\\\":{\\\"ARF\\\":3000,\\\"CRF\\\":50,\\\"ARFT\\\":150,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3500,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\\\",\\\"fcs\\\":{\\\"ACF\\\":3500,\\\"CCF\\\":50,\\\"ACFT\\\":175,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-03-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SIAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"CHOCO BANANA CAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"MOAI\\\",\\\"Price\\\":200,\\\"Description\\\":\\\"MYSORE PAK CHEESECAKE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RPCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"HERB ROAST VEGETABLE ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PXCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"CHICKEN TIKKA IN MINT MULTIGRAIN ROLL\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"FTCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"SEASONAL FRESH FRUIT PLATTER\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CDCB\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"TOMATO CUCUMBER CHEESE SANDWICH\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"XCCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH & FETA STUFFED CHICKEN BREAST\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SPINACH, RICOTTA & MUSHROOM CANNELLONI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MINI IDILIS, UPMA & ALOO BONDA\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"SDCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"SABUDANA KHICHDI WITH SHEERA(JAIN)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"RICB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"VEGETABLE MANCHURIAN FRIED RICE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PTCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"PALAK PANEER & RICE WITH TANDOORI ALOO\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"DJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"DAL TADKEWALA (HEALTHY\\\\\\/DIABETIC)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"COCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"CHEDDAR & CHIVES OMELETTE\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"CJCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"AWADHI CHICKEN TIKKA BIRYANI\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"AMCB\\\",\\\"Price\\\":401,\\\"Description\\\":\\\"MATAR PANEER BHURJI WITH ALOO PARATHA\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAB\\\",\\\"Price\\\":2000,\\\"Weight\\\":\\\"+ 5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAC\\\",\\\"Price\\\":4000,\\\"Weight\\\":\\\"+ 10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAD\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"+ 15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"804\\\",\\\"Code\\\":\\\"PBAF\\\",\\\"Price\\\":10000,\\\"Weight\\\":\\\"+ 25 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"804\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"2A\\\",\\\"seatPosition\\\":{\\\"row\\\":2,\\\"column\\\":1},\\\"isBooked\\\":false,\\\"isLegroom\\\":true,\\\"isAisle\\\":false,\\\"code\\\":\\\"2A\\\",\\\"amount\\\":500}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"neha@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"neha \",\"passenger-lastname-1\":\"kannojia\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10604\",\"Salutation\":\"3\",\"EmailId\":\"neha@catpl.co.in\",\"FirstName\":\"neha \",\"LastName\":\"kannojia\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\"},\"_sessiondata\":{\"EmailId\":\"neha@catpl.co.in\",\"UserSysId\":\"11811\",\"CustomerSysId\":\"159466\",\"AgencySysId\":\"10604\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"neha\",\"LastName\":\"kannojia\",\"Password_cu\":\"\",\"AgencyName\":\"catabatic\",\"AgencyCode\":\"35001\",\"ContactNo1\":\"8923963627\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D1BD5C18-E490-431D-9DB1-5B3349759988\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\"}','2022-01-25 17:07:19'),(279,'29df8-d16e7-585c5-9a63c','{\"FlightBookingData\":[{\"bookingId\":\"DMCS102600180687\",\"bookingId_TJ\":\"TJS102600180687\",\"FlightNumber\":\"AI-9894\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"29df8-d16e7-585c5-9a63c\",\"apiTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"09:55\",\"TravelDate\":\"2022-02-28T08:30\",\"LocalFromTime\":\"2022-02-28 08:30\",\"FromUTCTime\":\"2022-02-28T08:30\",\"LocalToTime\":\"2022-02-28 09:55\",\"ToUTCTime\":\"2022-02-28T09:55\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Mon, 28 Feb\",\"ArrivalDateTxt\":\"Mon, 28 Feb\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"1,780\",\"ApiResultIndex\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":900,\"Tax\":643.7,\"YQTax\":0,\"OtherCharges\":318,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":58,\"CarrierMiscFee\":250,\"MUFee\":0,\"intPublishedFare\":1543.7,\"PublishedFare\":1779.7,\"PublishedFareAgent\":1779.7,\"OfferedFareAgent\":1779.7,\"OfferedFare\":1543.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-8497236508_0MAAHYDAI9894_23485430389064774\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":643.7,\"TotalBaseFare\":1543.7,\"BaseFareCal\":1579.7,\"BaseFare\":900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":58,\"MFT\":2.7,\"OT\":318,\"MU\":0,\"YR\":250,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":1779.7,\"CostToCustomer\":1779.7,\"BaseFareCal\":1579.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":1579.7,\"intOfferedFare\":1543.7,\"intPublishFare\":1543.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1779.7,\"CostToAgent\":1779.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"112\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-02-28T09:55\",\"SegFlightNumber\":\"AI-9894\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-02-28T08:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"09:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"112\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\",\"FareRuleData\":{\"fareRule\":{\"MAA-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-02-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"497\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"amit@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810040254\",\"FirstName\":\"sohil\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10382\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 17:08:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"146\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"146\",\"CustomerMemSysId\":[\"146\"],\"flight_booking_customer\":[[\"879\"]],\"SearchTraceId\":\"29df8-d16e7-585c5-9a63c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Chennai (MAA)\",\"Sectors\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"28\\/02\\/2022\",\"\"],\"source_city\":[\"MAA\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Chennai, IN - Chennai Arpt (MAA)\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"from_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-02-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[6000],\"intCountryCode\":\"IN\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"29df8-d16e7-585c5-9a63c\",\"sourceCityAirportCode\":[\"MAA\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"MAA\"],\"to\":[\"HYD\"],\"sourceCityText\":[\"Chennai, IN - Chennai Arpt (MAA)\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/02\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Feb Mon\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"29df8-d16e7-585c5-9a63c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Chennai (MAA)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"MAA\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"HYD\\\"],\\\"source\\\":[\\\"Chennai, IN - Chennai Arpt (MAA)\\\"],\\\"destination\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chennai Arpt (MAA)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-02-28\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[6000],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12538],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"29df8-d16e7-585c5-9a63c\\\",\\\"sourceCityAirportCode\\\":[\\\"MAA\\\"],\\\"destinationCityAirportCode\\\":[\\\"HYD\\\"],\\\"from\\\":[\\\"MAA\\\"],\\\"to\\\":[\\\"HYD\\\"],\\\"sourceCityText\\\":[\\\"Chennai, IN - Chennai Arpt (MAA)\\\"],\\\"destinationCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/02\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Feb Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS102600180687\\\",\\\"bookingId_TJ\\\":\\\"TJS102600180687\\\",\\\"FlightNumber\\\":\\\"AI-9894\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"29df8-d16e7-585c5-9a63c\\\",\\\"apiTraceId\\\":\\\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"08:30\\\",\\\"ArrivalTime\\\":\\\"09:55\\\",\\\"TravelDate\\\":\\\"2022-02-28T08:30\\\",\\\"LocalFromTime\\\":\\\"2022-02-28 08:30\\\",\\\"FromUTCTime\\\":\\\"2022-02-28T08:30\\\",\\\"LocalToTime\\\":\\\"2022-02-28 09:55\\\",\\\"ToUTCTime\\\":\\\"2022-02-28T09:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"S\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":85,\\\"DepartureDateTxt\\\":\\\"Mon, 28 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 28 Feb\\\",\\\"FlightDuration\\\":\\\"01h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"6000\\\",\\\"DestPlaceSysId\\\":\\\"12538\\\",\\\"SourceAirportCode\\\":\\\"MAA\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"1,780\\\",\\\"ApiResultIndex\\\":\\\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":900,\\\"Tax\\\":643.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":318,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":58,\\\"CarrierMiscFee\\\":250,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1543.7,\\\"PublishedFare\\\":1779.7,\\\"PublishedFareAgent\\\":1779.7,\\\"OfferedFareAgent\\\":1779.7,\\\"OfferedFare\\\":1543.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"15-2-10-8497236508_0MAAHYDAI9894_23485430389064774\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"S\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1779.7,\\\"CostToAgent\\\":1779.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":643.7,\\\"TotalBaseFare\\\":1543.7,\\\"BaseFareCal\\\":1579.7,\\\"BaseFare\\\":900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":58,\\\"MFT\\\":2.7,\\\"OT\\\":318,\\\"MU\\\":0,\\\"YR\\\":250,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1779.7,\\\"CostToAgent\\\":1779.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":200,\\\"IntTaxOnAgencyFixMarkUp\\\":36,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":36,\\\"PublishFare\\\":1779.7,\\\"CostToCustomer\\\":1779.7,\\\"BaseFareCal\\\":1579.7,\\\"intCommisionEarnedForAgency\\\":200,\\\"CostToCompany\\\":1579.7,\\\"intOfferedFare\\\":1543.7,\\\"intPublishFare\\\":1543.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":1779.7,\\\"CostToAgent\\\":1779.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"112\\\",\\\"originAirportName\\\":\\\"Chennai Arpt\\\",\\\"destinationAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"originCityName\\\":\\\"Chennai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"destinationArrTime\\\":\\\"2022-02-28T09:55\\\",\\\"SegFlightNumber\\\":\\\"AI-9894\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"S\\\",\\\"originAirportCode\\\":\\\"MAA\\\",\\\"originDepTime\\\":\\\"2022-02-28T08:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":85,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:30\\\",\\\"strArrivalDtTime\\\":\\\"09:55\\\",\\\"FlightDuration\\\":\\\"1h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"15-2-10-8497236508_1MAAHYDAI9894_23485408784537119\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"MAA-HYD\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Non refundable (Only statutory taxes will be refunded)\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\\\\\/- or basic fare whichever is lower + Fare Difference\\\",\\\"fcs\\\":{\\\"ARF\\\":3000,\\\"CRF\\\":50,\\\"ARFT\\\":150,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\\\\\/- or basic fare whichever is lower\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-02-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"MAA\\\",\\\"strDestinationAirportCode\\\":\\\"HYD\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"6000\\\",\\\"intDestinationCityId\\\":\\\"12538\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"112\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810040254\",\"leadEmail\":\"amit@reisentours.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"sohil\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10382\",\"Salutation\":\"1\",\"EmailId\":\"amit@reisentours.com\",\"FirstName\":\"sohil\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9810040254\"},\"_sessiondata\":{\"EmailId\":\"amit@reisentours.com\",\"UserSysId\":\"11551\",\"CustomerSysId\":\"158206\",\"AgencySysId\":\"10382\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"AMIT\",\"LastName\":\"NAGRATH\",\"Password_cu\":\"\",\"AgencyName\":\"Reisen 1\",\"AgencyCode\":\"90008\",\"ContactNo1\":\"9810040254\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CAB0AABD-E36E-4C23-A3A0-2C6DD67956FC\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS102600180687\",\"amount\":1543.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"amit@reisentours.com\"],\"contacts\":[\"919810040254\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T17:10:14.640\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51079\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"9894\",\"eT\":\"ATR\"},\"oB\":{\"code\":\"9I\",\"name\":\"Alliance Air\",\"isLcc\":false},\"stops\":0,\"duration\":85,\"da\":{\"code\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-02-28T08:30\",\"at\":\"2022-02-28T09:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"MAA-HYD\":\"TESTPNR\"},\"ticketNumberDetails\":{\"MAA-HYD\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"sohil\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":1543.7,\"TF\":1543.7,\"IGST\":2.7,\"TAF\":643.7,\"BF\":900},\"afC\":{\"TAF\":{\"OT\":318,\"YR\":250,\"AGST\":58,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-01-25 17:09:38');
INSERT INTO `tbl_temp_data` VALUES (283,'2edb2-fdb1b-cc6db-dd213','{\"FlightBookingData\":[{\"bookingId\":\"DMCS103300180691\",\"bookingId_TJ\":\"TJS103300180691\",\"FlightNumber\":\"AI-526\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"apiTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"21:15\",\"TravelDate\":\"2022-03-26T19:00\",\"LocalFromTime\":\"2022-03-26 19:00\",\"FromUTCTime\":\"2022-03-26T19:00\",\"LocalToTime\":\"2022-03-26 21:15\",\"ToUTCTime\":\"2022-03-26T21:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 26 Mar\",\"ArrivalDateTxt\":\"Sat, 26 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"12538\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"HYD\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,690\",\"ApiResultIndex\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1270,\"Tax\":1183.7,\"YQTax\":0,\"OtherCharges\":924,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":72,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":2453.7,\"PublishedFare\":2689.7,\"PublishedFareAgent\":2689.7,\"OfferedFareAgent\":2689.7,\"OfferedFare\":2453.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"15-2-10-6829796612_0CCUHYDAI526_23485481459490751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1183.7,\"TotalBaseFare\":2453.7,\"BaseFareCal\":2489.7,\"BaseFare\":1270,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":72,\"MFT\":2.7,\"OT\":924,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2689.7,\"CostToCustomer\":2689.7,\"BaseFareCal\":2489.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":2489.7,\"intOfferedFare\":2453.7,\"intPublishFare\":2453.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2689.7,\"CostToAgent\":2689.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"455\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-03-26T21:15\",\"SegFlightNumber\":\"AI-526\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-03-26T19:00\",\"TripIndicator\":1,\"Baggage\":\"25 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\",\"FareRuleData\":{\"fareRule\":{\"CCU-HYD\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non refundable (Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRF\":50,\"ARFT\":150,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3000,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3000,\"CCF\":50,\"ACFT\":150,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"HYD\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"12538\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"498\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10385\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818999760\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10385\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-25 17:09:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"147\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"147\",\"CustomerMemSysId\":[\"147\"],\"flight_booking_customer\":[[\"880\"]],\"SearchTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Hyderabad (HYD)\",\"DEL\"],\"departure_date\":[\"26\\/03\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"HYD\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"destination\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-03-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[12538],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"HYD\"],\"from\":[\"CCU\"],\"to\":[\"HYD\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"destinationCityText\":[\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/03\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Mar Sat\"],\"ReturnDateMobile\":\"\"},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":{\"455\":{\"1\":{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"}}},\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2edb2-fdb1b-cc6db-dd213\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Hyderabad (HYD)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"HYD\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"destination\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-03-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[12538],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2edb2-fdb1b-cc6db-dd213\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"HYD\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"HYD\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"destinationCityText\\\":[\\\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Mar Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\"}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS103300180691\\\",\\\"bookingId_TJ\\\":\\\"TJS103300180691\\\",\\\"FlightNumber\\\":\\\"AI-526\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"2edb2-fdb1b-cc6db-dd213\\\",\\\"apiTraceId\\\":\\\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"19:00\\\",\\\"ArrivalTime\\\":\\\"21:15\\\",\\\"TravelDate\\\":\\\"2022-03-26T19:00\\\",\\\"LocalFromTime\\\":\\\"2022-03-26 19:00\\\",\\\"FromUTCTime\\\":\\\"2022-03-26T19:00\\\",\\\"LocalToTime\\\":\\\"2022-03-26 21:15\\\",\\\"ToUTCTime\\\":\\\"2022-03-26T21:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"S\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Sat, 26 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 26 Mar\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"12538\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"HYD\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,690\\\",\\\"ApiResultIndex\\\":\\\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1270,\\\"Tax\\\":1183.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":924,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":72,\\\"CarrierMiscFee\\\":170,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2453.7,\\\"PublishedFare\\\":2689.7,\\\"PublishedFareAgent\\\":2689.7,\\\"OfferedFareAgent\\\":2689.7,\\\"OfferedFare\\\":2453.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"15-2-10-6829796612_0CCUHYDAI526_23485481459490751\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"S\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2689.7,\\\"CostToAgent\\\":2689.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1183.7,\\\"TotalBaseFare\\\":2453.7,\\\"BaseFareCal\\\":2489.7,\\\"BaseFare\\\":1270,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":72,\\\"MFT\\\":2.7,\\\"OT\\\":924,\\\"MU\\\":0,\\\"YR\\\":170,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":36,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"GSTOnMarkUp\\\":36,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2689.7,\\\"CostToAgent\\\":2689.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"25 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":200,\\\"IntTaxOnAgencyFixMarkUp\\\":36,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":36,\\\"PublishFare\\\":2689.7,\\\"CostToCustomer\\\":2689.7,\\\"BaseFareCal\\\":2489.7,\\\"intCommisionEarnedForAgency\\\":200,\\\"CostToCompany\\\":2489.7,\\\"intOfferedFare\\\":2453.7,\\\"intPublishFare\\\":2453.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2689.7,\\\"CostToAgent\\\":2689.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"455\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Shamshabad Rajiv Gandhi Intl Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Hyderabad\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"HYD\\\",\\\"destinationArrTime\\\":\\\"2022-03-26T21:15\\\",\\\"SegFlightNumber\\\":\\\"AI-526\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"S\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-03-26T19:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"25 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"19:00\\\",\\\"strArrivalDtTime\\\":\\\"21:15\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"15-2-10-6829796612_1CCUHYDAI526_23485462207247675\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-HYD\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Non refundable (Only statutory taxes will be refunded)\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 25 Hrs before scheduled departure__nls__Change Penalty : INR 3,000\\\\\\/- or basic fare whichever is lower + Fare Difference\\\",\\\"fcs\\\":{\\\"ARF\\\":3000,\\\"CRF\\\":50,\\\"ARFT\\\":150,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3000,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 25 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,000\\\\\\/- or basic fare whichever is lower\\\",\\\"fcs\\\":{\\\"ACF\\\":3000,\\\"CCF\\\":50,\\\"ACFT\\\":150,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-03-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"HYD\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"12538\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegan Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"AVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VJML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Jain Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Fruit Platter Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"MOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Moslem Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HNML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Hindu Non-Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"SFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Sea Food Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Diabetic Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Lactose Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Child Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BBML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Baby Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"BLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Bland Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"GFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Gluten Intolerant Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"KSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Kosher Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LCML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Calorie Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Fat Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"ow Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"RVML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Raw Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VOML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Vegetarian Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Peanut Free Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"ORML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Oriental Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NSML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Salt Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"PRML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Purine Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"LPML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Low Protein Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"HFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"High Fiber Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"NFML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"No Fish Meal\\\"}]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"{\\\"455\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"455\\\",\\\"Code\\\":\\\"VLML\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Lacto-Ovo Veg Meal\\\"}}}\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9818999760\",\"leadEmail\":\"sudipta@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Sudipta\",\"passenger-lastname-1\":\"Banerjee\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"3\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10385\",\"Salutation\":\"1\",\"EmailId\":\"sudipta@catpl.co.in\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"CountryCode\":\"91\",\"MobileNo\":\"9818999760\"},\"_sessiondata\":{\"EmailId\":\"sibo.sarso@gmail.com\",\"UserSysId\":\"11556\",\"CustomerSysId\":\"158218\",\"AgencySysId\":\"10385\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"Password_cu\":\"\",\"AgencyName\":\"Naturala\",\"AgencyCode\":\"46875\",\"ContactNo1\":\"8447455883\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8F526EBD-A634-4BC3-B020-54348098E96A\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS103300180691\",\"amount\":2453.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sudipta@catpl.co.in\"],\"contacts\":[\"919818999760\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-25T17:10:36.907\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"51080\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"526\",\"eT\":\"319\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"HYD\",\"name\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"cityCode\":\"HYD\",\"city\":\"Hyderabad\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-03-26T19:00\",\"at\":\"2022-03-26T21:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrMealInfos\":{\"CCU-HYD\":{\"code\":\"VLML\",\"desc\":\"Lacto-Ovo Veg Meal\"}},\"pnrDetails\":{\"CCU-HYD\":\"TESTPNR\"},\"ticketNumberDetails\":{\"CCU-HYD\":\"11111111111\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sudipta\",\"lN\":\"Banerjee\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":2453.7,\"TF\":2453.7,\"IGST\":2.7,\"TAF\":1183.7,\"BF\":1270},\"afC\":{\"TAF\":{\"OT\":924,\"YR\":170,\"AGST\":72,\"MU\":0,\"MF\":15,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-01-25 17:10:01'),(285,'88c7f-b4ff9-8791b-e6420','{\"item\":{\"SearchHotelTraceId\":\"88c7f-b4ff9-8791b-e6420\",\"HotelId\":\"hsid0314742623-15714237\",\"HotelName\":\"Hotel Prince Palace The Green\",\"HotelDescription\":\"{\\\"description\\\":\\\"\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757101.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/150900934.jpg?k=9881fecca70b67ea14b97ff4d8896dfe483ca632a79919c618903d3648d48856&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757099.jpg?s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/300093022.jpg?k=1f94e4948e8187074eb453b1d73198b7140af9c4d3222e67b1f0f2d308535550&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014016\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"301687286\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"362440751\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"301687487\"]},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/269562809.jpg?k=aacf424374a5efe40660c70298cd94363fb10178a34ccca38e057135c8afd504&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014028\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"362440747\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014129\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"346179348\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014146\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210720170000103772615.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"360053093\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"304552532\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333013943\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"301630497\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"301688943\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210720170000103772619.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"360053123\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"346179350\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014055\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"301688774\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"362440749\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"347426103\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014003\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014068\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333013979\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"362440750\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333013957\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333013991\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"336306354\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014110\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014041\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"344808785\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/260\\/26072257\\/26072257_210719163700103757102.jpg?s=312x\",\"sz\":\"Standard\",\"rids\":[\"333014085\"]}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"77.21131\",\"lt\":\"28.64074\"},\"HotelAddress\":\"5116-17-18 St. Thhanedaar, Near Subway &\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"GUESTHOUSE\",\"HotelFaciality\":[\"Internet\",\"Internet\",\"Garden\",\"Ticket services\",\"Tours\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Cashless payment service\",\"\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Doctor\\/nurse on call\",\"Face coverings on staff\",\"First aid kit\",\"Hand sanitizer\",\"Physical distancing of at least 1 meter\",\"Protective screens in common areas\",\"Staff trained in safety protocol\",\"Temperature check for guests and staff\",\"Room service\",\"Cash withdrawal\",\"Contactless check-in\\/out\",\"Currency Exchange\",\"Daily housekeeping\",\"Laundry Services\",\"Elevator\",\"Facilities for disabled guests\",\"Restaurant\",\"Laundry Services\",\"Luggage storage\",\"Smoking area\",\"Family room\",\"Check-in [24-hour]\",\"Exterior corridor\",\"Front desk [24-hour]\",\"Security [24-hour]\",\"Airport Shuttle\",\"Parking\",\"Car power charging station\",\"Rental car \",\"Taxi service\"],\"des\":\"{\\\"description\\\":\\\"\\\"}\"},\"val\":{\"Rooms\":[{\"id\":\"202416926_212294176_37316--1\",\"RoomCategory\":\"Standard Room\",\"RoomType\":\"Standard Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":278.81,\"TotalFare\":278.81,\"TotalBaseFare\":255.21,\"TotalNetFare\":278.81,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"TTSF\":6.3,\"SGP\":280.18,\"SNP\":255.21,\"MF\":20,\"SAC\":24.97,\"SRC\":0,\"TMF\":29.46,\"TSF\":6.3,\"MFT\":3.6,\"SBP\":273.88},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":255.21,\"CMU\":-24.97,\"TAF\":23.6,\"TF\":278.81,\"NF\":278.81},\"afc\":{\"TAF\":{\"TTSF\":6.3,\"SGP\":280.18,\"SNP\":255.21,\"MF\":20,\"SAC\":24.97,\"SRC\":0,\"TMF\":29.46,\"TSF\":6.3,\"MFT\":3.6,\"SBP\":273.88}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":299,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":16.7286,\"intSTaxOnAgencyMarkUp\":3.011148,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":298.549748,\"CostToAgent\":298.549748,\"pernightperroomprice\":299,\"arrMarkUps\":{\"intBasePrice\":278.81,\"PublishFare\":298.549748,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":16.7286,\"intSTaxOnAgencyMarkUp\":3.011148,\"intAgencyMarkUpWithSTax\":19.739748,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":298.549748,\"CostToAgent\":298.549748},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-01-25T18:54:18.319\",\"ToDate\":\"2022-01-28T18:00\",\"strFromDate\":\"25-Jan-2022\",\"strToDate\":\"28-Jan-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-01-28T18:00\",\"ToDate\":\"2022-01-29T18:00\",\"strFromDate\":\"28-Jan-2022\",\"strToDate\":\"29-Jan-2022\",\"Charge\":280.18,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"3_1_21723229\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":278.81,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":299,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":16.7286,\"intSTaxOnAgencyMarkUp\":3.011148,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":298.549748,\"CostToAgent\":298.549748,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":278.81,\"PublishFare\":298.549748,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":16.7286,\"intSTaxOnAgencyMarkUp\":3.011148,\"intAgencyMarkUpWithSTax\":19.739748,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":298.549748,\"CostToAgent\":298.549748}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"NEW DELHI, INDIA\\\",\\\"check_in\\\":\\\"31\\\\\\/01\\\\\\/2022\\\",\\\"check_out\\\":\\\"01\\\\\\/02\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"8367\\\",\\\"destination\\\":\\\"NEW DELHI\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-01-31\\\",\\\"checkoutDate\\\":\\\"2022-02-01\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"8367\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-01-31\\\",\\\"strCheckout\\\":\\\"2022-02-01\\\",\\\"SearchHotelTraceId\\\":\\\"88c7f-b4ff9-8791b-e6420\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid0314742623\\\"}\",\"index\":0}','2022-01-25 18:53:52'),(286,'b2994-d5c4b-c34ab-651a7','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MANALI, INDIA\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"8280\",\"destination\":\"MANALI\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"8280\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"b2994-d5c4b-c34ab-651a7\",\"interNationalSearch\":false,\"searchIds\":\"hsid9269628863\"}','2022-01-27 10:43:46'),(287,'e8f2a-10aae-047a2-b36fa','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"JAIPUR, INDIA\",\"check_in\":\"23\\/02\\/2022\",\"check_out\":\"26\\/02\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"8765\",\"destination\":\"JAIPUR\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-02-23\",\"checkoutDate\":\"2022-02-26\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"8765\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-02-23\",\"strCheckout\":\"2022-02-26\",\"SearchHotelTraceId\":\"e8f2a-10aae-047a2-b36fa\",\"interNationalSearch\":false,\"searchIds\":\"hsid4282050769\"}','2022-01-27 10:45:35'),(288,'34056-d420e-2e285-d5436','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-927\",\"SegFlightNumberArr\":\"UK-927\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"34056-d420e-2e285-d5436\",\"apiTraceId\":\"21-10-15-2-2265224650_1DELBOMUK927_111893800086327\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2022-01-29T09:30\",\"LocalFromTime\":\"2022-01-29 09:30\",\"FromUTCTime\":\"2022-01-29T09:30\",\"LocalToTime\":\"2022-01-29 11:35\",\"ToUTCTime\":\"2022-01-29T11:35\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5954.379999999999,\"PublishedFareTxt\":\"5,954\",\"ApiResultIndex\":\"21-10-15-2-2265224650_1DELBOMUK927_111893800084007\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":802.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5972.7,\"PublishedFare\":5954.379999999999,\"PublishedFareAgent\":5954.379999999999,\"OfferedFareAgent\":5954.379999999999,\"OfferedFare\":5653.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2265224650_1DELBOMUK927_111893800086327\",\"ApiResultIndex\":\"21-10-15-2-2265224650_1DELBOMUK927_111893800086327\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":255,\"GSTOnMarkUp\":45.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5954.379999999999,\"CostToAgent\":5954.379999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":802.7,\"TotalBaseFare\":5972.7,\"BaseFareCal\":5699.379999999999,\"BaseFare\":5170,\"CommissionEarned\":319.22,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":45.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":255,\"GSTOnMarkUp\":45.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5954.379999999999,\"CostToAgent\":5954.379999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":319.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":255,\"IntTaxOnAgencyFixMarkUp\":45.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.9,\"PublishFare\":5954.379999999999,\"CostToCustomer\":5954.379999999999,\"BaseFareCal\":5699.379999999999,\"intCommisionEarnedForAgency\":255,\"CostToCompany\":5699.379999999999,\"intOfferedFare\":5653.48,\"intPublishFare\":5972.7,\"TripjackMarkup\":0,\"TripjackCommission\":319.22,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":319.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5954.379999999999,\"CostToAgent\":5954.379999999999,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"03Y\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-29T11:35\",\"SegFlightNumber\":\"UK-927\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"P\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-29T09:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"00S\"},{\"FlightNumber\":\"UK-944\",\"SegFlightNumberArr\":\"UK-944\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"34056-d420e-2e285-d5436\",\"apiTraceId\":\"21-10-15-2-2265224650_12BOMDELUK944_111893799657339\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:40\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-01-31T14:40\",\"LocalFromTime\":\"2022-01-31 14:40\",\"FromUTCTime\":\"2022-01-31T14:40\",\"LocalToTime\":\"2022-01-31 16:55\",\"ToUTCTime\":\"2022-01-31T16:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 31 Jan\",\"ArrivalDateTxt\":\"Mon, 31 Jan\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":null,\"DestPlaceSysId\":null,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5942.549999999999,\"PublishedFareTxt\":\"5,943\",\"ApiResultIndex\":\"21-10-15-2-2265224650_12BOMDELUK944_111893799657339\",\"JourneyType\":2,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":790.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5960.7,\"PublishedFare\":5942.549999999999,\"PublishedFareAgent\":5942.549999999999,\"OfferedFareAgent\":5942.549999999999,\"OfferedFare\":5641.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2265224650_12BOMDELUK944_111893799658969\",\"ApiResultIndex\":\"21-10-15-2-2265224650_12BOMDELUK944_111893799658969\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":45.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":255,\"GSTOnMarkUp\":45.9,\"CommEarned\":255,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5942.549999999999,\"CostToAgent\":5942.549999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.7,\"TotalBaseFare\":5960.7,\"BaseFareCal\":5687.549999999999,\"BaseFare\":5170,\"CommissionEarned\":319.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":45.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":255,\"GSTOnMarkUp\":45.9,\"CommEarned\":255,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5942.549999999999,\"CostToAgent\":5942.549999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":319.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":255,\"IntTaxOnAgencyFixMarkUp\":45.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":45.9,\"PublishFare\":5942.549999999999,\"CostToCustomer\":5942.549999999999,\"BaseFareCal\":5687.549999999999,\"intCommisionEarnedForAgency\":255,\"CostToCompany\":5687.549999999999,\"intOfferedFare\":5641.65,\"intPublishFare\":5960.7,\"TripjackMarkup\":0,\"TripjackCommission\":319.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5942.549999999999,\"CostToAgent\":5942.549999999999,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"06T\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-01-31T16:55\",\"SegFlightNumber\":\"UK-944\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-01-31T14:40\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kilograms\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"14:40\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"IsSeriesFareData\":false,\"ReturnFilterDepartureDtTime\":\"10:00-15:00\",\"ReturnFilterArrivalDtTime\":\"15:00-20:00\",\"$$hashKey\":\"01C\"}],\"apiTraceId\":\"21-10-15-2-2265224650_1DELBOMUK927_111893800086327,21-10-15-2-2265224650_12BOMDELUK944_111893799658969\",\"SearchTraceId\":\"34056-d420e-2e285-d5436\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\"],\"departure_date\":[\"29\\/01\\/2022\"],\"return_date\":[\"31\\/01\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"PreferredAirline\":[\"AI\",\"UK\"],\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-01-29\"],\"strReturnDate\":[\"2022-01-31\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"34056-d420e-2e285-d5436\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/01\\/2022\"],\"return_dates\":[\"31\\/01\\/2022\"],\"DepatureDateMobile\":[\"29 Jan Sat\"],\"ReturnDateMobile\":[\"31 Jan Mon\"]}}','2022-01-28 14:54:27'),(294,'f9413-85053-80b82-25a5d','{\"FlightBookingData\":[{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"AI-678\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"09:00\",\"ArrivalTime\":\"11:15\",\"TravelDate\":\"2022-01-29T09:00\",\"LocalFromTime\":\"2022-01-29 09:00\",\"FromUTCTime\":\"2022-01-29T09:00\",\"LocalToTime\":\"2022-01-29 11:15\",\"ToUTCTime\":\"2022-01-29T11:15\",\"IsDirect\":0,\"FareClass\":\"S\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 29 Jan\",\"ArrivalDateTxt\":\"Sat, 29 Jan\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,282\",\"ApiResultIndex\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5130,\"Tax\":842.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":5972.7,\"PublishedFare\":6281.95,\"PublishedFareAgent\":6281.95,\"OfferedFareAgent\":6281.95,\"OfferedFare\":5863.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_0DELBOMAI678_16933383597421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"S\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":842.7,\"TotalBaseFare\":5972.7,\"BaseFareCal\":5926.95,\"BaseFare\":5130,\"CommissionEarned\":109.65,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":109.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6281.95,\"CostToCustomer\":6281.95,\"BaseFareCal\":5926.95,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5926.95,\"intOfferedFare\":5863.05,\"intPublishFare\":5972.7,\"TripjackMarkup\":0,\"TripjackCommission\":109.65,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":109.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6281.95,\"CostToAgent\":6281.95,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-01-29T11:15\",\"SegFlightNumber\":\"AI-678\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"S\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-01-29T09:00\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:00\",\"strArrivalDtTime\":\"11:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 13 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: INR 3,000\\/- or basic fare whichever is lower + Rs 50 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 13 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,500\\/- or basic fare whichever is lower\",\"fcs\":{\"CCF\":25,\"ACFT\":175,\"ACF\":3500,\"CCFT\":4.5}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}},{\"bookingId\":\"DMC100126136907\",\"bookingId_TJ\":\"TJ100126136907\",\"FlightNumber\":\"UK-902\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"apiTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"18:05\",\"TravelDate\":\"2022-02-01T15:45\",\"LocalFromTime\":\"2022-02-01 15:45\",\"FromUTCTime\":\"2022-02-01T15:45\",\"LocalToTime\":\"2022-02-01 18:05\",\"ToUTCTime\":\"2022-02-01T18:05\",\"IsDirect\":0,\"FareClass\":\"O\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Tue, 01 Feb\",\"ArrivalDateTxt\":\"Tue, 01 Feb\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,343\",\"ApiResultIndex\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5170,\"Tax\":790.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5960.7,\"PublishedFare\":6060.549999999999,\"PublishedFareAgent\":6060.549999999999,\"OfferedFareAgent\":6060.549999999999,\"OfferedFare\":5641.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6418084715_1BOMDELUK902_16933384225623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SPECIAL RETURN\",\"fareIdentifierSP\":\"SPECIAL_RETURN\",\"SeatAvailable\":null,\"classOfBooking\":\"O\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":790.7,\"TotalBaseFare\":5960.7,\"BaseFareCal\":5705.549999999999,\"BaseFare\":5170,\"CommissionEarned\":319.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":63.9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":355,\"GSTOnMarkUp\":63.9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":319.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":355,\"IntTaxOnAgencyFixMarkUp\":63.9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":63.9,\"PublishFare\":6060.549999999999,\"CostToCustomer\":6060.549999999999,\"BaseFareCal\":5705.549999999999,\"intCommisionEarnedForAgency\":355,\"CostToCompany\":5705.549999999999,\"intOfferedFare\":5641.65,\"intPublishFare\":5960.7,\"TripjackMarkup\":0,\"TripjackCommission\":319.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":319.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6060.549999999999,\"CostToAgent\":6060.549999999999,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-02-01T18:05\",\"SegFlightNumber\":\"UK-902\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"O\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-02-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"01 Bag of 15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"18:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"No Refund\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 04 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 3675 + Fare Difference\",\"fcs\":{\"ARFT\":183.75,\"CRF\":50,\"CRFT\":9,\"ARF\":3675}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3675,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 26 Hrs before scheduled departure at a charge of INR 3,675 per sector per Passenger\",\"fcs\":{\"CCFT\":4.5,\"ACFT\":183.75,\"CCF\":25,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-01-28 12:00\",\"localToDateTime\":\"2022-01-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"501\",\"502\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10560\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"sds@tapishsecuritas.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810610616\",\"FirstName\":\"satya Deo\",\"LastName\":\"Sharma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10560\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-01-28 15:54:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"149\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"149\",\"CustomerMemSysId\":[\"149\"],\"flight_booking_customer\":[[\"883\"],[\"884\"]],\"SearchTraceId\":\"f9413-85053-80b82-25a5d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\"],\"departure_date\":[\"29\\/01\\/2022\"],\"return_date\":[\"01\\/02\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-01-29\"],\"strReturnDate\":[\"2022-02-01\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f9413-85053-80b82-25a5d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/01\\/2022\"],\"return_dates\":[\"01\\/02\\/2022\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jan Sat\"],\"ReturnDateMobile\":[\"01 Feb Tue\"]},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f9413-85053-80b82-25a5d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/01\\\\\\/2022\\\"],\\\"return_date\\\":[\\\"01\\\\\\/02\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-01-29\\\"],\\\"strReturnDate\\\":[\\\"2022-02-01\\\"],\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f9413-85053-80b82-25a5d\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/01\\\\\\/2022\\\"],\\\"return_dates\\\":[\\\"01\\\\\\/02\\\\\\/2022\\\"],\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jan Sat\\\"],\\\"ReturnDateMobile\\\":[\\\"01 Feb Tue\\\"]}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100126136907\\\",\\\"bookingId_TJ\\\":\\\"TJ100126136907\\\",\\\"FlightNumber\\\":\\\"AI-678\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"f9413-85053-80b82-25a5d\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\\\",\\\"AirlineSysId\\\":\\\"42\\\",\\\"DepartureTime\\\":\\\"09:00\\\",\\\"ArrivalTime\\\":\\\"11:15\\\",\\\"TravelDate\\\":\\\"2022-01-29T09:00\\\",\\\"LocalFromTime\\\":\\\"2022-01-29 09:00\\\",\\\"FromUTCTime\\\":\\\"2022-01-29T09:00\\\",\\\"LocalToTime\\\":\\\"2022-01-29 11:15\\\",\\\"ToUTCTime\\\":\\\"2022-01-29T11:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"S\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Sat, 29 Jan\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 29 Jan\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,282\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5130,\\\"Tax\\\":842.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":265,\\\"CarrierMiscFee\\\":170,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5972.7,\\\"PublishedFare\\\":6281.95,\\\"PublishedFareAgent\\\":6281.95,\\\"OfferedFareAgent\\\":6281.95,\\\"OfferedFare\\\":5863.05,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-6418084715_0DELBOMAI678_16933383597421\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL RETURN\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_RETURN\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"S\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":63.9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":355,\\\"GSTOnMarkUp\\\":63.9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":109.65,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6281.95,\\\"CostToAgent\\\":6281.95,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":842.7,\\\"TotalBaseFare\\\":5972.7,\\\"BaseFareCal\\\":5926.95,\\\"BaseFare\\\":5130,\\\"CommissionEarned\\\":109.65,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":265,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":170,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":63.9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":355,\\\"GSTOnMarkUp\\\":63.9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":109.65,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6281.95,\\\"CostToAgent\\\":6281.95,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"25KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":109.65,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":355,\\\"IntTaxOnAgencyFixMarkUp\\\":63.9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":63.9,\\\"PublishFare\\\":6281.95,\\\"CostToCustomer\\\":6281.95,\\\"BaseFareCal\\\":5926.95,\\\"intCommisionEarnedForAgency\\\":355,\\\"CostToCompany\\\":5926.95,\\\"intOfferedFare\\\":5863.05,\\\"intPublishFare\\\":5972.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":109.65,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":109.65,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6281.95,\\\"CostToAgent\\\":6281.95,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"434\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-01-29T11:15\\\",\\\"SegFlightNumber\\\":\\\"AI-678\\\",\\\"AirlineCode\\\":\\\"AI\\\",\\\"AirlineName\\\":\\\"Air India\\\",\\\"FareClass\\\":\\\"S\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-01-29T09:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"25KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:00\\\",\\\"strArrivalDtTime\\\":\\\"11:15\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/AI.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"21-10-15-2-6418084715_0DELBOMAI678_115415589403497\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Non-Refundable (Basic fare forfeited, Only statutory taxes will be refunded)\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 13 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: INR 3,000\\\\\\/- or basic fare whichever is lower + Rs 50 + Fare Difference\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3500,\\\"additionalFee\\\":25,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 13 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,500\\\\\\/- or basic fare whichever is lower\\\",\\\"fcs\\\":{\\\"CCF\\\":25,\\\"ACFT\\\":175,\\\"ACF\\\":3500,\\\"CCFT\\\":4.5}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-01-28 12:00\\\",\\\"localToDateTime\\\":\\\"2022-01-31 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"}},{\\\"bookingId\\\":\\\"DMC100126136907\\\",\\\"bookingId_TJ\\\":\\\"TJ100126136907\\\",\\\"FlightNumber\\\":\\\"UK-902\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"f9413-85053-80b82-25a5d\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"18:05\\\",\\\"TravelDate\\\":\\\"2022-02-01T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-02-01 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-02-01T15:45\\\",\\\"LocalToTime\\\":\\\"2022-02-01 18:05\\\",\\\"ToUTCTime\\\":\\\"2022-02-01T18:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"O\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":140,\\\"DepartureDateTxt\\\":\\\"Tue, 01 Feb\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 01 Feb\\\",\\\"FlightDuration\\\":\\\"02h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,343\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5170,\\\"Tax\\\":790.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":378,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":265,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5960.7,\\\"PublishedFare\\\":6060.549999999999,\\\"PublishedFareAgent\\\":6060.549999999999,\\\"OfferedFareAgent\\\":6060.549999999999,\\\"OfferedFare\\\":5641.65,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-6418084715_1BOMDELUK902_16933384225623\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"SPECIAL RETURN\\\",\\\"fareIdentifierSP\\\":\\\"SPECIAL_RETURN\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"O\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":63.9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":355,\\\"GSTOnMarkUp\\\":63.9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":319.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6060.549999999999,\\\"CostToAgent\\\":6060.549999999999,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":790.7,\\\"TotalBaseFare\\\":5960.7,\\\"BaseFareCal\\\":5705.549999999999,\\\"BaseFare\\\":5170,\\\"CommissionEarned\\\":319.05,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":265,\\\"MFT\\\":2.7,\\\"OT\\\":378,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":63.9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":355,\\\"GSTOnMarkUp\\\":63.9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":319.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6060.549999999999,\\\"CostToAgent\\\":6060.549999999999,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"01 Bag of 15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":319.05,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":355,\\\"IntTaxOnAgencyFixMarkUp\\\":63.9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":63.9,\\\"PublishFare\\\":6060.549999999999,\\\"CostToCustomer\\\":6060.549999999999,\\\"BaseFareCal\\\":5705.549999999999,\\\"intCommisionEarnedForAgency\\\":355,\\\"CostToCompany\\\":5705.549999999999,\\\"intOfferedFare\\\":5641.65,\\\"intPublishFare\\\":5960.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":319.05,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":319.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6060.549999999999,\\\"CostToAgent\\\":6060.549999999999,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"465\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-02-01T18:05\\\",\\\"SegFlightNumber\\\":\\\"UK-902\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"O\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-02-01T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"01 Bag of 15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":140,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"18:05\\\",\\\"FlightDuration\\\":\\\"2h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"21-10-15-2-6418084715_1BOMDELUK902_115415590346965\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-DEL\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"No Refund\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3675,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 04 Hrs before scheduled departure __nls__ __bs__First Change: Nil  + Rs 50 + Fare Difference__nls__Second Change: Rs 3675 + Fare Difference\\\",\\\"fcs\\\":{\\\"ARFT\\\":183.75,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARF\\\":3675}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3675,\\\"additionalFee\\\":25,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 26 Hrs before scheduled departure at a charge of INR 3,675 per sector per Passenger\\\",\\\"fcs\\\":{\\\"CCFT\\\":4.5,\\\"ACFT\\\":183.75,\\\"CCF\\\":25,\\\"ACF\\\":3675}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-01-28 12:00\\\",\\\"localToDateTime\\\":\\\"2022-01-31 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[],[]],\\\"Baggage\\\":[[],[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810610616\",\"leadEmail\":\"sds@tapishsecuritas.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"148\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"satya Deo\",\"passenger-lastname-1\":\"Sharma\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10560\",\"Salutation\":\"1\",\"EmailId\":\"sds@tapishsecuritas.com\",\"FirstName\":\"satya Deo\",\"LastName\":\"Sharma\",\"CountryCode\":\"91\",\"MobileNo\":\"9810610616\"},\"_sessiondata\":{\"EmailId\":\"sds@tapishsecuritas.com\",\"UserSysId\":\"11743\",\"CustomerSysId\":\"159146\",\"AgencySysId\":\"10560\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"SATYA DEO\",\"LastName\":\"SHARMA\",\"Password_cu\":\"\",\"AgencyName\":\"TAPISH SECURITAS PRIVATE LIMITED\",\"AgencyCode\":\"53105\",\"ContactNo1\":\"9810610616\",\"MarkupType\":\"2\",\"Markup\":\"7\",\"SecurityKey\":\"51170FB6-D44B-4772-824B-6615BD42C2AD\",\"Address\":\"1517, 15th Floor, Devika Tower, 6, Near Paras Cinema, Nehru Place\",\"PinCode\":\"110019\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ100126136907\",\"amount\":11933.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sds@tapishsecuritas.com\"],\"contacts\":[\"919810610616\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-01-28T15:55:40.663\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"6877222\",\"fD\":{\"aI\":{\"code\":\"AI\",\"name\":\"Air India\",\"isLcc\":false},\"fN\":\"678\",\"eT\":\"32B\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-01-29T09:00\",\"at\":\"2022-01-29T11:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]},{\"sI\":[{\"id\":\"6877223\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"902\",\"eT\":\"320\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2022-02-01T15:45\",\"at\":\"2022-02-01T18:05\",\"iand\":false,\"isRs\":true,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"YX19S\",\"BOM-DEL\":\"5IEFLF\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"0986934723622\",\"BOM-DEL\":\"2286934723621\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"satya Deo\",\"lN\":\"Sharma\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":1633.4,\"IGST\":5.4,\"NCM\":428.7,\"NF\":11504.7,\"TF\":11933.4,\"BF\":10300},\"afC\":{\"TAF\":{\"OT\":768,\"MFT\":5.4,\"YR\":300,\"AGST\":530,\"MF\":30},\"NCM\":{\"TDS\":-22.56,\"OT\":451.26}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-01-28 15:55:32'),(295,'bfc01-f4a5b-78228-f21fe','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8185\",\"SegFlightNumberArr\":\"SG-8185, SG-788\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"bfc01-f4a5b-78228-f21fe\",\"apiTraceId\":\"4-6489442350_4DELPNQSG8185PNQSHJSG788_23216959411048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:30\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2022-03-16T09:30\",\"LocalFromTime\":\"2022-03-16 09:30\",\"FromUTCTime\":\"2022-03-16T09:30\",\"LocalToTime\":\"2022-03-16 23:55\",\"ToUTCTime\":\"2022-03-16T23:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"Pune\",\"GroundTime\":600,\"LAYOVERDuration\":\"10h 0m\",\"FlyingMinutes\":955,\"DepartureDateTxt\":\"Wed, 16 Mar\",\"ArrivalDateTxt\":\"Wed, 16 Mar\",\"FlightDuration\":\"15h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SHJ\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Dubai\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":25,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":9340.46,\"PublishedFareTxt\":\"9,340\",\"ApiResultIndex\":\"4-6489442350_4DELPNQSG8185PNQSHJSG788_23216959410568\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7342,\"Tax\":1801.4,\"YQTax\":0,\"OtherCharges\":1394,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":372,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9143.4,\"PublishedFare\":9340.46,\"PublishedFareAgent\":9340.46,\"OfferedFareAgent\":9340.46,\"OfferedFare\":8986.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6489442350_4DELPNQSG8185PNQSHJSG788_23216959411048\",\"ApiResultIndex\":\"4-6489442350_4DELPNQSG8185PNQSHJSG788_23216959411048\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":10,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":156.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9340.46,\"CostToAgent\":9340.46,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1801.4,\"TotalBaseFare\":9143.4,\"BaseFareCal\":9040.46,\"BaseFare\":7342,\"CommissionEarned\":156.94,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":372,\"MFT\":5.4,\"OT\":1394,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":156.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9340.46,\"CostToAgent\":9340.46,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":156.94,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":9340.46,\"CostToCustomer\":9340.46,\"BaseFareCal\":9040.46,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":9040.46,\"intOfferedFare\":8986.46,\"intPublishFare\":9143.4,\"TripjackMarkup\":0,\"TripjackCommission\":156.94,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":156.94,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9340.46,\"CostToAgent\":9340.46,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"03V\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2022-03-16T11:50\",\"SegFlightNumber\":\"SG-8185\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-16T09:30\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":140,\"GroundTime\":600,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"09:30\",\"strArrivalDtTime\":\"11:50\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"10h 0m\",\"LAYOVERCity\":\"Pune\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Sharjah Airport\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Sharjah\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"SHJ\",\"destinationArrTime\":\"2022-03-16T23:55\",\"SegFlightNumber\":\"SG-788\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2022-03-16T21:50\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":215,\"GroundTime\":0,\"NoOfSeatAvailable\":25,\"strDepartureDtTime\":\"21:50\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"3h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":null,\"IsSeriesFareData\":false,\"$$hashKey\":\"03A\"}],\"apiTraceId\":\"4-6489442350_4DELPNQSG8185PNQSHJSG788_23216959411048\",\"SearchTraceId\":\"bfc01-f4a5b-78228-f21fe\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Dubai (DXB)\",\"DEL\"],\"departure_date\":[\"16\\/03\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":true,\"strDepatureDate\":[\"2022-03-16\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"bfc01-f4a5b-78228-f21fe\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"DEL\"],\"to\":[\"DXB\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/03\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"16 Mar Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-02-01 18:38:34\",\"IsChangeSearch\":1}}','2022-02-01 18:38:48'),(297,'49cd5-b22a0-65578-9c205','{\"FlightBookingData\":[{\"bookingId\":\"DMC110126454833\",\"bookingId_TJ\":\"TJ110126454833\",\"FlightNumber\":\"UA-899\",\"AirlineName\":\"United Airlines\",\"AirlineCode\":\"UA\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"49cd5-b22a0-65578-9c205\",\"apiTraceId\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"AirlineSysId\":\"523\",\"DepartureTime\":\"01:10\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2022-03-17T01:10\",\"LocalFromTime\":\"2022-03-17 01:10\",\"FromUTCTime\":\"2022-03-17T01:10\",\"LocalToTime\":\"2022-03-18 18:35\",\"ToUTCTime\":\"2022-03-18T18:35\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"Chicago\",\"GroundTime\":799,\"LAYOVERDuration\":\"13h 19m\",\"FlyingMinutes\":2575,\"DepartureDateTxt\":\"Thu, 17 Mar\",\"ArrivalDateTxt\":\"Fri, 18 Mar\",\"FlightDuration\":\"17h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"496,077\",\"ApiResultIndex\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":420275,\"Tax\":75875.1,\"YQTax\":48610,\"OtherCharges\":3767,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.1,\"AirlineGSTComponent\":23445,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":496150.1,\"PublishedFare\":496076.6,\"PublishedFareAgent\":496076.6,\"OfferedFareAgent\":496076.6,\"OfferedFare\":495722.6,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-2-15-10-1518872353_0DELORDUA899ORDYYZUA5388YYZDXBUA8042_22652570763426\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":75875.1,\"TotalBaseFare\":496150.1,\"BaseFareCal\":495776.6,\"BaseFare\":420275,\"CommissionEarned\":427.5,\"TDS\":0,\"MF\":45,\"YQ\":48610,\"AGST\":23445,\"MFT\":8.1,\"OT\":3767,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":496076.6,\"CostToCustomer\":496076.6,\"BaseFareCal\":495776.6,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":495776.6,\"intOfferedFare\":495722.6,\"intPublishFare\":496150.1,\"TripjackMarkup\":0,\"TripjackCommission\":427.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":496076.6,\"CostToAgent\":496076.6,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"383\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"OHare Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chicago\",\"destinationCountryName\":\"United States\",\"destinationAirportCode\":\"ORD\",\"destinationArrTime\":\"2022-03-17T05:55\",\"SegFlightNumber\":\"UA-899\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-17T01:10\",\"TripIndicator\":1,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":915,\"GroundTime\":99,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:10\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"15h 15m\",\"LAYOVERDuration\":\"1h 39m\",\"LAYOVERCity\":\"Chicago\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"384\",\"originAirportName\":\"OHare Intl Arpt\",\"destinationAirportName\":\"Lester B Pearson Intl\",\"originCityName\":\"Chicago\",\"originCountryName\":\"United States\",\"destinationCityName\":\"Toronto\",\"destinationCountryName\":\"Canada\",\"destinationAirportCode\":\"YYZ\",\"destinationArrTime\":\"2022-03-17T10:15\",\"SegFlightNumber\":\"UA-5388\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"ORD\",\"originDepTime\":\"2022-03-17T07:34\",\"TripIndicator\":2,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":101,\"GroundTime\":700,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:34\",\"strArrivalDtTime\":\"10:15\",\"FlightDuration\":\"1h 41m\",\"LAYOVERDuration\":\"11h 40m\",\"LAYOVERCity\":\"Toronto\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false},{\"segmentid\":\"385\",\"originAirportName\":\"Lester B Pearson Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Toronto\",\"originCountryName\":\"Canada\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2022-03-18T18:35\",\"SegFlightNumber\":\"UA-8042\",\"AirlineCode\":\"UA\",\"AirlineName\":\"United Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"YYZ\",\"originDepTime\":\"2022-03-17T21:55\",\"TripIndicator\":3,\"Baggage\":\"1Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":3,\"Duration\":760,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:55\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"12h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"http:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UA.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":2,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":true,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"503\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10604\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"neha@catpl.co.in\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"8923963627\",\"FirstName\":\"neha \",\"LastName\":\"kannojia\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10604\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-02-01 18:43:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-12-25\",\"PassportNationality\":\"IN\",\"PassportNo\":\"HGFUI786JHF\",\"PassportExpiry\":\"2022-09-20\",\"passporIssue\":\"2022-01-31\",\"CustomerSysId\":\"145\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"145\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_customer\":[[\"885\"]],\"SearchTraceId\":\"49cd5-b22a0-65578-9c205\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Dubai (DXB)\",\"DEL\"],\"departure_date\":[\"17\\/03\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"interNationalSearch\":true,\"strDepatureDate\":[\"2022-03-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"49cd5-b22a0-65578-9c205\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"DEL\"],\"to\":[\"DXB\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/03\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Mar Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-02-01 18:39:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"49cd5-b22a0-65578-9c205\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Dubai (DXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"228\\\"],\\\"destination_city\\\":[\\\"DXB\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Dubai, AE - Dubai Intl Arpt (DXB)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" AE - Dubai Intl Arpt (DXB)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"interNationalSearch\\\":true,\\\"strDepatureDate\\\":[\\\"2022-03-17\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[8219],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"49cd5-b22a0-65578-9c205\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"DXB\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"DXB\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Dubai, AE - Dubai Intl Arpt (DXB)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/03\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Mar Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-02-01 18:39:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC110126454833\\\",\\\"bookingId_TJ\\\":\\\"TJ110126454833\\\",\\\"FlightNumber\\\":\\\"UA-899\\\",\\\"AirlineName\\\":\\\"United Airlines\\\",\\\"AirlineCode\\\":\\\"UA\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"49cd5-b22a0-65578-9c205\\\",\\\"apiTraceId\\\":\\\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\\\",\\\"AirlineSysId\\\":\\\"523\\\",\\\"DepartureTime\\\":\\\"01:10\\\",\\\"ArrivalTime\\\":\\\"18:35\\\",\\\"TravelDate\\\":\\\"2022-03-17T01:10\\\",\\\"LocalFromTime\\\":\\\"2022-03-17 01:10\\\",\\\"FromUTCTime\\\":\\\"2022-03-17T01:10\\\",\\\"LocalToTime\\\":\\\"2022-03-18 18:35\\\",\\\"ToUTCTime\\\":\\\"2022-03-18T18:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Y\\\",\\\"LAYOVERCity\\\":\\\"Chicago\\\",\\\"GroundTime\\\":799,\\\"LAYOVERDuration\\\":\\\"13h 19m\\\",\\\"FlyingMinutes\\\":2575,\\\"DepartureDateTxt\\\":\\\"Thu, 17 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 18 Mar\\\",\\\"FlightDuration\\\":\\\"17h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"8219\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"DXB\\\",\\\"StopCount\\\":\\\"2 Stop(s)\\\",\\\"Stops\\\":2,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"496,077\\\",\\\"ApiResultIndex\\\":\\\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"logo\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UA.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":420275,\\\"Tax\\\":75875.1,\\\"YQTax\\\":48610,\\\"OtherCharges\\\":3767,\\\"Discount\\\":0,\\\"ServiceFee\\\":45,\\\"ManagementFeeTax\\\":8.1,\\\"AirlineGSTComponent\\\":23445,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":496150.1,\\\"PublishedFare\\\":496076.6,\\\"PublishedFareAgent\\\":496076.6,\\\"OfferedFareAgent\\\":496076.6,\\\"OfferedFare\\\":495722.6,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-20-12-2-15-10-1518872353_0DELORDUA899ORDYYZUA5388YYZDXBUA8042_22652570763426\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Y\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":427.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":496076.6,\\\"CostToAgent\\\":496076.6,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":75875.1,\\\"TotalBaseFare\\\":496150.1,\\\"BaseFareCal\\\":495776.6,\\\"BaseFare\\\":420275,\\\"CommissionEarned\\\":427.5,\\\"TDS\\\":0,\\\"MF\\\":45,\\\"YQ\\\":48610,\\\"AGST\\\":23445,\\\"MFT\\\":8.1,\\\"OT\\\":3767,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":427.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":496076.6,\\\"CostToAgent\\\":496076.6,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":427.5,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":496076.6,\\\"CostToCustomer\\\":496076.6,\\\"BaseFareCal\\\":495776.6,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":495776.6,\\\"intOfferedFare\\\":495722.6,\\\"intPublishFare\\\":496150.1,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":427.5,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":427.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":496076.6,\\\"CostToAgent\\\":496076.6,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"383\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"OHare Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chicago\\\",\\\"destinationCountryName\\\":\\\"United States\\\",\\\"destinationAirportCode\\\":\\\"ORD\\\",\\\"destinationArrTime\\\":\\\"2022-03-17T05:55\\\",\\\"SegFlightNumber\\\":\\\"UA-899\\\",\\\"AirlineCode\\\":\\\"UA\\\",\\\"AirlineName\\\":\\\"United Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-03-17T01:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":915,\\\"GroundTime\\\":99,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"01:10\\\",\\\"strArrivalDtTime\\\":\\\"05:55\\\",\\\"FlightDuration\\\":\\\"15h 15m\\\",\\\"LAYOVERDuration\\\":\\\"1h 39m\\\",\\\"LAYOVERCity\\\":\\\"Chicago\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UA.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"384\\\",\\\"originAirportName\\\":\\\"OHare Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Lester B Pearson Intl\\\",\\\"originCityName\\\":\\\"Chicago\\\",\\\"originCountryName\\\":\\\"United States\\\",\\\"destinationCityName\\\":\\\"Toronto\\\",\\\"destinationCountryName\\\":\\\"Canada\\\",\\\"destinationAirportCode\\\":\\\"YYZ\\\",\\\"destinationArrTime\\\":\\\"2022-03-17T10:15\\\",\\\"SegFlightNumber\\\":\\\"UA-5388\\\",\\\"AirlineCode\\\":\\\"UA\\\",\\\"AirlineName\\\":\\\"United Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"ORD\\\",\\\"originDepTime\\\":\\\"2022-03-17T07:34\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":101,\\\"GroundTime\\\":700,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"07:34\\\",\\\"strArrivalDtTime\\\":\\\"10:15\\\",\\\"FlightDuration\\\":\\\"1h 41m\\\",\\\"LAYOVERDuration\\\":\\\"11h 40m\\\",\\\"LAYOVERCity\\\":\\\"Toronto\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UA.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"385\\\",\\\"originAirportName\\\":\\\"Lester B Pearson Intl\\\",\\\"destinationAirportName\\\":\\\"Dubai Intl Arpt\\\",\\\"originCityName\\\":\\\"Toronto\\\",\\\"originCountryName\\\":\\\"Canada\\\",\\\"destinationCityName\\\":\\\"Dubai\\\",\\\"destinationCountryName\\\":\\\"United Arab Emirates\\\",\\\"destinationAirportCode\\\":\\\"DXB\\\",\\\"destinationArrTime\\\":\\\"2022-03-18T18:35\\\",\\\"SegFlightNumber\\\":\\\"UA-8042\\\",\\\"AirlineCode\\\":\\\"UA\\\",\\\"AirlineName\\\":\\\"United Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"YYZ\\\",\\\"originDepTime\\\":\\\"2022-03-17T21:55\\\",\\\"TripIndicator\\\":3,\\\"Baggage\\\":\\\"1Piece\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":3,\\\"Duration\\\":760,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:55\\\",\\\"strArrivalDtTime\\\":\\\"18:35\\\",\\\"FlightDuration\\\":\\\"12h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"http:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UA.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":2,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":true,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"21-20-12-2-15-10-1518872353_77DELORDUA899ORDYYZUA5388YYZDXBUA8042_39126532706346\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-03-16 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"DXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"8219\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8923963627\",\"leadEmail\":\"neha@catpl.co.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"145\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"neha \",\"passenger-lastname-1\":\"kannojia\",\"passenger-dob-1\":\"25\\/12\\/1996\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"HGFUI786JHF\",\"passenger-passporIssue-1\":\"31\\/01\\/2022\",\"passenger-PassportExpiry-1\":\"20\\/09\\/2022\",\"passenger-city-name-1\":\"Noida\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"19543\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10604\",\"Salutation\":\"3\",\"EmailId\":\"neha@catpl.co.in\",\"FirstName\":\"neha \",\"LastName\":\"kannojia\",\"CountryCode\":\"91\",\"MobileNo\":\"8923963627\"}}','2022-02-01 18:43:24'),(299,'11-3202248770_1MAACCUI5557_29654550823494','{\"BookingData\":[{\"bookingId\":\"TJ101029239202\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:50\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2022-03-25T23:50\",\"LocalFromTime\":\"2022-03-25 23:50\",\"FromUTCTime\":\"2022-03-25T23:50\",\"LocalToTime\":\"2022-03-26 02:15\",\"ToUTCTime\":\"2022-03-26T02:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 26 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3767.7,\"PublishedFareTxt\":\"3,768\",\"ApiResultIndex\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3937.2,\"OfferedFare\":3701.2,\"CommissionEarned\":66.5,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3202248770_0MAACCUI5557_29665441094044\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"BaseFareCal\":3737.2,\"BaseFare\":3500,\"CommissionEarned\":66.5,\"TDS\":-3.5,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3937.2,\"CostToCustomer\":3937.2,\"BaseFareCal\":3737.2,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3737.2,\"intOfferedFare\":3701.2,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":66.5,\"TripjackTDS\":\"3.5\"}},\"Segments\":[{\"segmentid\":\"383\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-03-26T02:15\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-03-25T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ101029239202\",\"FlightNumber\":\"I5-557\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"strTraceId\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:50\",\"ArrivalTime\":\"02:15\",\"TravelDate\":\"2022-03-25T23:50\",\"LocalFromTime\":\"2022-03-25 23:50\",\"FromUTCTime\":\"2022-03-25T23:50\",\"LocalToTime\":\"2022-03-26 02:15\",\"ToUTCTime\":\"2022-03-26T02:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Fri, 25 Mar\",\"ArrivalDateTxt\":\"Sat, 26 Mar\",\"FlightDuration\":\"2h 25m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3767.7,\"ApiResultIndex\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3937.2,\"OfferedFare\":3701.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"BaseFareCal\":3737.2,\"BaseFare\":3500,\"CommissionEarned\":66.5,\"TDS\":-3.5,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"383\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-03-26T02:15\",\"SegFlightNumber\":\"I5-557\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-03-25T23:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"23:50\",\"strArrivalDtTime\":\"02:15\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3202248770_1MAACCUI5557_29654550823494\",\"localFromDateTime\":\"2022-03-25 23:50\",\"localToDateTime\":\"2022-03-26 02:15\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"25\\/03\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/03\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-03-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chennai+%28MAA%29&mytrip_city_to=Kolkata+%28CCU%29&adults=1&childs=0&infants=0&class=2&source_city=MAA&ContSysId_1=101&destination_city=CCU&ContSysId=101&source=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29&destination=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&departure_date=25%2F03%2F2022&return_date=&from_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&to_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"sibo.sarso@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8447455883\",\"FirstName\":\"Zaki\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-03-11 18:15:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"513\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"326289\",\"TPSysId\":\"326290\",\"VersionId\":[\"58058\"],\"CustomerSysId\":\"145072\",\"TrxId\":\"21911\",\"FareBreakdownid\":[\"351308\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"888\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"513\",\"CustomerMemSysId\":[\"513\"],\"flight_booking_id\":[\"506\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-03-11 18:15:50'),(300,'91078-622aa-80479-5e6a6','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table \'reigntours_GTX.tb_master_geo_city_new\' doesn\'t exist\",\"check_in\":\"28\\/03\\/2022\",\"check_out\":\"30\\/03\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/03\\/2022\",\"NoOfNights\":2,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-03-28\",\"checkoutDate\":\"2022-03-30\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":2,\"strCheckin\":\"2022-03-28\",\"strCheckout\":\"2022-03-30\",\"SearchHotelTraceId\":\"91078-622aa-80479-5e6a6\",\"interNationalSearch\":false}','2022-03-17 16:37:24'),(301,'072ea-302b7-7f382-eee1e','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table \'reigntours_GTX.tb_master_geo_city_new\' doesn\'t exist\",\"check_in\":\"28\\/03\\/2022\",\"check_out\":\"30\\/03\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/03\\/2022\",\"NoOfNights\":2,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-03-28\",\"checkoutDate\":\"2022-03-30\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":2,\"strCheckin\":\"2022-03-28\",\"strCheckout\":\"2022-03-30\",\"SearchHotelTraceId\":\"072ea-302b7-7f382-eee1e\",\"interNationalSearch\":false}','2022-03-17 16:37:25'),(304,'24bbc-9485f-8b32e-14462','{\"FlightBookingData\":[{\"bookingId\":\"DMC101629928665\",\"bookingId_TJ\":\"TJ101629928665\",\"FlightNumber\":\"G8-338\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"24bbc-9485f-8b32e-14462\",\"apiTraceId\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"13:10\",\"TravelDate\":\"2022-03-31T10:55\",\"LocalFromTime\":\"2022-03-31 10:55\",\"FromUTCTime\":\"2022-03-31T10:55\",\"LocalToTime\":\"2022-03-31 13:10\",\"ToUTCTime\":\"2022-03-31T13:10\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 31 Mar\",\"ArrivalDateTxt\":\"Thu, 31 Mar\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,897\",\"ApiResultIndex\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5827,\"Tax\":1034.7,\"YQTax\":0,\"OtherCharges\":709,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6861.7,\"PublishedFare\":6897.4,\"PublishedFareAgent\":6897.4,\"OfferedFareAgent\":6897.4,\"OfferedFare\":6543.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7398339019_0DELBOMG8338_30809982923421\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1034.7,\"TotalBaseFare\":6861.7,\"BaseFareCal\":6597.4,\"BaseFare\":5827,\"CommissionEarned\":318.3,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":308,\"MFT\":2.7,\"OT\":709,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":318.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6897.4,\"CostToCustomer\":6897.4,\"BaseFareCal\":6597.4,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6597.4,\"intOfferedFare\":6543.4,\"intPublishFare\":6861.7,\"TripjackMarkup\":0,\"TripjackCommission\":318.3,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":318.3,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6897.4,\"CostToAgent\":6897.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"2\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-03-31T13:10\",\"SegFlightNumber\":\"G8-338\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-03-31T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"13:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"1-7398339019_3DELBOMG8338_30634953080065\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":5,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":5,\"CCFT\":4.5,\"CCF\":25,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-30 12:00\",\"localToDateTime\":\"2022-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}},{\"bookingId\":\"DMC101629928665\",\"bookingId_TJ\":\"TJ101629928665\",\"FlightNumber\":\"G8-339\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"24bbc-9485f-8b32e-14462\",\"apiTraceId\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"18:00\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2022-04-01T18:00\",\"LocalFromTime\":\"2022-04-01 18:00\",\"FromUTCTime\":\"2022-04-01T18:00\",\"LocalToTime\":\"2022-04-01 20:05\",\"ToUTCTime\":\"2022-04-01T20:05\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 01 Apr\",\"ArrivalDateTxt\":\"Fri, 01 Apr\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,784\",\"ApiResultIndex\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5823,\"Tax\":1027.7,\"YQTax\":0,\"OtherCharges\":702,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":308,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6850.7,\"PublishedFare\":6886.62,\"PublishedFareAgent\":6886.62,\"OfferedFareAgent\":6886.62,\"OfferedFare\":6532.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7398339019_1BOMDELG8339_30809983596645\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1027.7,\"TotalBaseFare\":6850.7,\"BaseFareCal\":6586.62,\"BaseFare\":5823,\"CommissionEarned\":318.08,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":308,\"MFT\":2.7,\"OT\":702,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":318.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6886.62,\"CostToCustomer\":6886.62,\"BaseFareCal\":6586.62,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6586.62,\"intOfferedFare\":6532.62,\"intPublishFare\":6850.7,\"TripjackMarkup\":0,\"TripjackCommission\":318.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":318.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6886.62,\"CostToAgent\":6886.62,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"3\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-04-01T20:05\",\"SegFlightNumber\":\"G8-339\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-04-01T18:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:00\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"3\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"3\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"1-7398339019_6BOMDELG8339_30634952861940\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"CRFT\":9,\"ARFT\":5,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":5,\"CCF\":25,\"CCFT\":4.5,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-03-30 12:00\",\"localToDateTime\":\"2022-03-31 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"507\",\"508\"],\"ForCustomerSession\":[{\"AgencySysId\":\"11614\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"ticketing@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9870192122\",\"FirstName\":\"vijay\",\"LastName\":\"malik\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"11614\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-03-22 18:34:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"151\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"151\",\"CustomerMemSysId\":[\"151\"],\"flight_booking_customer\":[[\"889\"],[\"890\"]],\"SearchTraceId\":\"24bbc-9485f-8b32e-14462\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Mumbai (BOM)\"],\"departure_date\":[\"31\\/03\\/2022\"],\"return_date\":[\"01\\/04\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\"],\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-03-31\"],\"strReturnDate\":[\"2022-04-01\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"24bbc-9485f-8b32e-14462\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/03\\/2022\"],\"return_dates\":[\"01\\/04\\/2022\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"31 Mar Thu\"],\"ReturnDateMobile\":[\"01 Apr Fri\"],\"SearchTime\":\"2022-03-22 18:30:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":{\"3\":{\"1\":{\"Currency\":\"INR\",\"key\":\"3\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}},\"2\":{\"1\":{\"Currency\":\"INR\",\"key\":\"2\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}}},\"selectedSeatSession\":{\"2\":{\"1\":{\"seatNo\":\"6C\",\"seatPosition\":{\"row\":6,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"6C\",\"amount\":0}},\"3\":{\"1\":{\"seatNo\":\"8C\",\"seatPosition\":{\"row\":8,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"8C\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"24bbc-9485f-8b32e-14462\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"2\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/03\\\\\\/2022\\\"],\\\"return_date\\\":[\\\"01\\\\\\/04\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-03-31\\\"],\\\"strReturnDate\\\":[\\\"2022-04-01\\\"],\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"24bbc-9485f-8b32e-14462\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/03\\\\\\/2022\\\"],\\\"return_dates\\\":[\\\"01\\\\\\/04\\\\\\/2022\\\"],\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"31 Mar Thu\\\"],\\\"ReturnDateMobile\\\":[\\\"01 Apr Fri\\\"],\\\"SearchTime\\\":\\\"2022-03-22 18:30:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101629928665\\\",\\\"bookingId_TJ\\\":\\\"TJ101629928665\\\",\\\"FlightNumber\\\":\\\"G8-338\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"24bbc-9485f-8b32e-14462\\\",\\\"apiTraceId\\\":\\\"1-7398339019_3DELBOMG8338_30634953080065\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"10:55\\\",\\\"ArrivalTime\\\":\\\"13:10\\\",\\\"TravelDate\\\":\\\"2022-03-31T10:55\\\",\\\"LocalFromTime\\\":\\\"2022-03-31 10:55\\\",\\\"FromUTCTime\\\":\\\"2022-03-31T10:55\\\",\\\"LocalToTime\\\":\\\"2022-03-31 13:10\\\",\\\"ToUTCTime\\\":\\\"2022-03-31T13:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Thu, 31 Mar\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 31 Mar\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,897\\\",\\\"ApiResultIndex\\\":\\\"1-7398339019_3DELBOMG8338_30634953080065\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5827,\\\"Tax\\\":1034.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":709,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":308,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6861.7,\\\"PublishedFare\\\":6897.4,\\\"PublishedFareAgent\\\":6897.4,\\\"OfferedFareAgent\\\":6897.4,\\\"OfferedFare\\\":6543.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-7398339019_0DELBOMG8338_30809982923421\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":318.3,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6897.4,\\\"CostToAgent\\\":6897.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1034.7,\\\"TotalBaseFare\\\":6861.7,\\\"BaseFareCal\\\":6597.4,\\\"BaseFare\\\":5827,\\\"CommissionEarned\\\":318.3,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":308,\\\"MFT\\\":2.7,\\\"OT\\\":709,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":318.3,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6897.4,\\\"CostToAgent\\\":6897.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":318.3,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":6897.4,\\\"CostToCustomer\\\":6897.4,\\\"BaseFareCal\\\":6597.4,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":6597.4,\\\"intOfferedFare\\\":6543.4,\\\"intPublishFare\\\":6861.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":318.3,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":318.3,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6897.4,\\\"CostToAgent\\\":6897.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"2\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-03-31T13:10\\\",\\\"SegFlightNumber\\\":\\\"G8-338\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"BC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-03-31T10:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"10:55\\\",\\\"strArrivalDtTime\\\":\\\"13:10\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"2\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"2\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"1-7398339019_3DELBOMG8338_30634953080065\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":5,\\\"ARF\\\":100}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":25,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACFT\\\":5,\\\"CCFT\\\":4.5,\\\"CCF\\\":25,\\\"ACF\\\":100}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Complimentary seats, excluding first 3 rows and emergency exit rows\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-03-30 12:00\\\",\\\"localToDateTime\\\":\\\"2022-03-31 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"}},{\\\"bookingId\\\":\\\"DMC101629928665\\\",\\\"bookingId_TJ\\\":\\\"TJ101629928665\\\",\\\"FlightNumber\\\":\\\"G8-339\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"24bbc-9485f-8b32e-14462\\\",\\\"apiTraceId\\\":\\\"1-7398339019_6BOMDELG8339_30634952861940\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"18:00\\\",\\\"ArrivalTime\\\":\\\"20:05\\\",\\\"TravelDate\\\":\\\"2022-04-01T18:00\\\",\\\"LocalFromTime\\\":\\\"2022-04-01 18:00\\\",\\\"FromUTCTime\\\":\\\"2022-04-01T18:00\\\",\\\"LocalToTime\\\":\\\"2022-04-01 20:05\\\",\\\"ToUTCTime\\\":\\\"2022-04-01T20:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":125,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Apr\\\",\\\"FlightDuration\\\":\\\"02h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,784\\\",\\\"ApiResultIndex\\\":\\\"1-7398339019_6BOMDELG8339_30634952861940\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5823,\\\"Tax\\\":1027.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":702,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":308,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6850.7,\\\"PublishedFare\\\":6886.62,\\\"PublishedFareAgent\\\":6886.62,\\\"OfferedFareAgent\\\":6886.62,\\\"OfferedFare\\\":6532.62,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-7398339019_1BOMDELG8339_30809983596645\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":318.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6886.62,\\\"CostToAgent\\\":6886.62,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1027.7,\\\"TotalBaseFare\\\":6850.7,\\\"BaseFareCal\\\":6586.62,\\\"BaseFare\\\":5823,\\\"CommissionEarned\\\":318.08,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":308,\\\"MFT\\\":2.7,\\\"OT\\\":702,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":318.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6886.62,\\\"CostToAgent\\\":6886.62,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":318.08,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":6886.62,\\\"CostToCustomer\\\":6886.62,\\\"BaseFareCal\\\":6586.62,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":6586.62,\\\"intOfferedFare\\\":6532.62,\\\"intPublishFare\\\":6850.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":318.08,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":318.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6886.62,\\\"CostToAgent\\\":6886.62,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"3\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-04-01T20:05\\\",\\\"SegFlightNumber\\\":\\\"G8-339\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"BC\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-04-01T18:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"18:00\\\",\\\"strArrivalDtTime\\\":\\\"20:05\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"3\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":true}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"3\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"1-7398339019_6BOMDELG8339_30634952861940\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-DEL\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARF\\\":100,\\\"CRFT\\\":9,\\\"ARFT\\\":5,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":25,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACFT\\\":5,\\\"CCF\\\":25,\\\"CCFT\\\":4.5,\\\"ACF\\\":100}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Complimentary seats, excluding first 3 rows and emergency exit rows\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-03-30 12:00\\\",\\\"localToDateTime\\\":\\\"2022-03-31 12:00\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"2\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"2\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"3\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}]],\\\"Baggage\\\":[[],[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"{\\\"3\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"3\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}},\\\"2\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"2\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}}}\",\"selectedSeatSession\":\"{\\\"2\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"6C\\\",\\\"seatPosition\\\":{\\\"row\\\":6,\\\"column\\\":3},\\\"isBooked\\\":false,\\\"isAisle\\\":true,\\\"code\\\":\\\"6C\\\",\\\"amount\\\":0}},\\\"3\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"8C\\\",\\\"seatPosition\\\":{\\\"row\\\":8,\\\"column\\\":3},\\\"isBooked\\\":false,\\\"isAisle\\\":true,\\\"code\\\":\\\"8C\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9870192122\",\"leadEmail\":\"ticketing@reisentours.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"vijay\",\"passenger-lastname-1\":\"malik\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"0\",\"0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"11614\",\"Salutation\":\"1\",\"EmailId\":\"ticketing@reisentours.com\",\"FirstName\":\"vijay\",\"LastName\":\"malik\",\"CountryCode\":\"91\",\"MobileNo\":\"9870192122\"}}','2022-03-22 18:34:55'),(305,'cdbbc-801b0-2796d-e5f96','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI\",\"check_in\":\"06\\/04\\/2022\",\"check_out\":\"07\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"06\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-06\",\"checkoutDate\":\"2022-04-07\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-06\",\"strCheckout\":\"2022-04-07\",\"SearchHotelTraceId\":\"cdbbc-801b0-2796d-e5f96\",\"interNationalSearch\":false}','2022-04-01 12:58:37'),(306,'2ecb1-97a92-baea2-20ee9','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table \'reigntours_GTX.tb_master_geo_city_new\' doesn\'t exist\",\"check_in\":\"06\\/04\\/2022\",\"check_out\":\"07\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"06\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-06\",\"checkoutDate\":\"2022-04-07\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-06\",\"strCheckout\":\"2022-04-07\",\"SearchHotelTraceId\":\"2ecb1-97a92-baea2-20ee9\",\"interNationalSearch\":false}','2022-04-01 13:05:42'),(309,'a2383-15357-b4241-ee67e','{\"FlightBookingData\":[{\"bookingId\":\"DMC107530522121\",\"bookingId_TJ\":\"TJ107530522121\",\"FlightNumber\":\"SG-2931\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a2383-15357-b4241-ee67e\",\"apiTraceId\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-04-21T17:00\",\"LocalFromTime\":\"2022-04-21 17:00\",\"FromUTCTime\":\"2022-04-21T17:00\",\"LocalToTime\":\"2022-04-21 18:40\",\"ToUTCTime\":\"2022-04-21T18:40\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 21 Apr\",\"ArrivalDateTxt\":\"Thu, 21 Apr\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"974\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"ATQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":30,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,956\",\"ApiResultIndex\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2951,\"Tax\":685.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":154,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3636.7,\"PublishedFare\":3955.65,\"PublishedFareAgent\":3955.65,\"OfferedFareAgent\":3955.65,\"OfferedFare\":3601.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4002602687_0DELATQSG2931_32342526888631\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":30,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":685.7,\"TotalBaseFare\":3636.7,\"BaseFareCal\":3655.65,\"BaseFare\":2951,\"CommissionEarned\":35.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":154,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":35.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3955.65,\"CostToCustomer\":3955.65,\"BaseFareCal\":3655.65,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3655.65,\"intOfferedFare\":3601.65,\"intPublishFare\":3636.7,\"TripjackMarkup\":0,\"TripjackCommission\":35.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":35.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3955.65,\"CostToAgent\":3955.65,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"873\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2022-04-21T18:40\",\"SegFlightNumber\":\"SG-2931\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-04-21T17:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":30,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"873\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":false,\"IsPassIssue\":false,\"IsPassDateOfBirth\":false,\"isAdobrMandatory\":false,\"isCdobrMandatory\":false,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-4002602687_0DELATQSG2931_6755152644445\",\"FareRuleData\":{\"fareRule\":{\"DEL-ATQ\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARF\":100,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":25,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 1,750 __nls__ Before 96 hrs Rs 1,500\",\"fcs\":{\"CCF\":25,\"ACF\":1750,\"ACFT\":87.5,\"CCFT\":4.5}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-04-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"ATQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"974\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"509\"],\"ForCustomerSession\":[{\"AgencySysId\":\"10384\",\"MasterAgencySysId\":\"35\",\"EmailId\":\"holidays4@reisentours.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9999932969\",\"FirstName\":\"cc\",\"LastName\":\"tg\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"10384\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-04-01 14:13:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"152\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"152\",\"CustomerMemSysId\":[\"152\"],\"flight_booking_customer\":[[\"891\"]],\"SearchTraceId\":\"a2383-15357-b4241-ee67e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Amritsar (ATQ)\",\"DEL\"],\"departure_date\":[\"21\\/04\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"ATQ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Raja Sansi Arpt (ATQ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Amritsar (ATQ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDate\":[\"2022-04-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[974],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a2383-15357-b4241-ee67e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"ATQ\"],\"from\":[\"DEL\"],\"to\":[\"ATQ\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/04\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Apr Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-04-01 14:10:15\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a2383-15357-b4241-ee67e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Amritsar (ATQ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/04\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"ATQ\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Amritsar, IN - Raja Sansi Arpt (ATQ)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Raja Sansi Arpt (ATQ)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Amritsar (ATQ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDate\\\":[\\\"2022-04-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[974],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a2383-15357-b4241-ee67e\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"ATQ\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"ATQ\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Amritsar, IN - Raja Sansi Arpt (ATQ)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/04\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Apr Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-04-01 14:10:15\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107530522121\\\",\\\"bookingId_TJ\\\":\\\"TJ107530522121\\\",\\\"FlightNumber\\\":\\\"SG-2931\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"a2383-15357-b4241-ee67e\\\",\\\"apiTraceId\\\":\\\"4-4002602687_0DELATQSG2931_6755152644445\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:00\\\",\\\"ArrivalTime\\\":\\\"18:40\\\",\\\"TravelDate\\\":\\\"2022-04-21T17:00\\\",\\\"LocalFromTime\\\":\\\"2022-04-21 17:00\\\",\\\"FromUTCTime\\\":\\\"2022-04-21T17:00\\\",\\\"LocalToTime\\\":\\\"2022-04-21 18:40\\\",\\\"ToUTCTime\\\":\\\"2022-04-21T18:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SA\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Thu, 21 Apr\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 21 Apr\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"974\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"ATQ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":30,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,956\\\",\\\"ApiResultIndex\\\":\\\"4-4002602687_0DELATQSG2931_6755152644445\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2951,\\\"Tax\\\":685.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":514,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":154,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3636.7,\\\"PublishedFare\\\":3955.65,\\\"PublishedFareAgent\\\":3955.65,\\\"OfferedFareAgent\\\":3955.65,\\\"OfferedFare\\\":3601.65,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-4002602687_0DELATQSG2931_32342526888631\\\",\\\"IsGSTRequired\\\":true,\\\"fareIdentifier\\\":\\\"SME\\\",\\\"fareIdentifierSP\\\":\\\"SME\\\",\\\"SeatAvailable\\\":30,\\\"classOfBooking\\\":\\\"SA\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":35.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3955.65,\\\"CostToAgent\\\":3955.65,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":685.7,\\\"TotalBaseFare\\\":3636.7,\\\"BaseFareCal\\\":3655.65,\\\"BaseFare\\\":2951,\\\"CommissionEarned\\\":35.05,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":154,\\\"MFT\\\":2.7,\\\"OT\\\":514,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":35.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3955.65,\\\"CostToAgent\\\":3955.65,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":35.05,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":3955.65,\\\"CostToCustomer\\\":3955.65,\\\"BaseFareCal\\\":3655.65,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3655.65,\\\"intOfferedFare\\\":3601.65,\\\"intPublishFare\\\":3636.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":35.05,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":35.05,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3955.65,\\\"CostToAgent\\\":3955.65,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"873\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Raja Sansi Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Amritsar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"ATQ\\\",\\\"destinationArrTime\\\":\\\"2022-04-21T18:40\\\",\\\"SegFlightNumber\\\":\\\"SG-2931\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"SA\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-04-21T17:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":30,\\\"strDepartureDtTime\\\":\\\"17:00\\\",\\\"strArrivalDtTime\\\":\\\"18:40\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.reisentours.com\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":false,\\\"IsPassIssue\\\":false,\\\"IsPassDateOfBirth\\\":false,\\\"isAdobrMandatory\\\":false,\\\"isCdobrMandatory\\\":false,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-4002602687_0DELATQSG2931_6755152644445\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-ATQ\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"ARF\\\":100,\\\"ARFT\\\":5,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":1750,\\\"additionalFee\\\":25,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 1,750 __nls__ Before 96 hrs Rs 1,500\\\",\\\"fcs\\\":{\\\"CCF\\\":25,\\\"ACF\\\":1750,\\\"ACFT\\\":87.5,\\\"CCFT\\\":4.5}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-04-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"ATQ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"974\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"873\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999932969\",\"leadEmail\":\"holidays4@reisentours.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"cc\",\"passenger-lastname-1\":\"tg\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"10384\",\"Salutation\":\"1\",\"EmailId\":\"holidays4@reisentours.com\",\"FirstName\":\"cc\",\"LastName\":\"tg\",\"CountryCode\":\"91\",\"MobileNo\":\"9999932969\"}}','2022-04-01 14:13:02'),(310,'2090c-4cff0-79261-c1393','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table \'reigntours_GTX.tb_master_geo_city_new\' doesn\'t exist\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"2090c-4cff0-79261-c1393\",\"interNationalSearch\":false}','2022-04-01 15:10:25'),(311,'795b3-e9283-95a49-23915','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table \'reigntours_GTX.tb_master_geo_city_new\' doesn\'t exist\",\"check_in\":\"21\\/04\\/2022\",\"check_out\":\"22\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"\",\"TBBCityId\":\"\",\"destination\":\"\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"21\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-21\",\"checkoutDate\":\"2022-04-22\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-21\",\"strCheckout\":\"2022-04-22\",\"SearchHotelTraceId\":\"795b3-e9283-95a49-23915\",\"interNationalSearch\":false}','2022-04-01 15:17:42'),(314,'f77fd-04a76-3fef5-dd885','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI\",\"check_in\":\"08\\/04\\/2022\",\"check_out\":\"09\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"08\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-08\",\"checkoutDate\":\"2022-04-09\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-08\",\"strCheckout\":\"2022-04-09\",\"SearchHotelTraceId\":\"f77fd-04a76-3fef5-dd885\",\"interNationalSearch\":false,\"searchIds\":\"hsid5677537239\"}','2022-04-01 15:39:00'),(315,'6194d-f849e-149a1-f6381','{\"item\":{\"SearchHotelTraceId\":\"6194d-f849e-149a1-f6381\",\"HotelId\":\"hsid8671135361-16344804\",\"HotelName\":\"VACCINATED STAFF OYO TOWNHOUSE 158 NEAR NETAJI SUBHASH MARG\",\"HotelImage\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/cpfv3\\/images\\/?image=aHR0cDovL3Bob3Rvcy5ob3RlbGJlZHMuY29tL2dpYXRhLzkwLzkwMjIxOC85MDIyMThhX2hiX3JfMDAxLmpwZw==\"}],\"Geolocation\":{\"ln\":\"77.0538\",\"lt\":\"28.43907\"},\"StarRating\":3,\"HotelAddress\":\"80 P, Sector 46 \",\"HotelCity\":\"DELHI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":2219,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":2072.05,\"gtxMarkUp\":0,\"HotelRoomPrice\":2219,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":124.32300000000001,\"intSTaxOnAgencyMarkUp\":22.378140000000002,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2218.75114,\"CostToAgent\":2218.75114,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2072.05,\"PublishFare\":2218.75114,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":124.32300000000001,\"intSTaxOnAgencyMarkUp\":22.378140000000002,\"intAgencyMarkUpWithSTax\":146.70114,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2218.75114,\"CostToAgent\":2218.75114}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":false,\"five\":false}},\"index\":2,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"08\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"09\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"08\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-08\\\",\\\"checkoutDate\\\":\\\"2022-04-09\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-08\\\",\\\"strCheckout\\\":\\\"2022-04-09\\\",\\\"SearchHotelTraceId\\\":\\\"6194d-f849e-149a1-f6381\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid8671135361\\\"}\"}','2022-04-01 15:39:06'),(316,'66e32-dfe55-5938f-2235a','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI (UNITED ARAB EMIRATES)\",\"check_in\":\"08\\/04\\/2022\",\"check_out\":\"09\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"697010\",\"destination\":\"DUBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"08\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"697010\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-08\",\"checkoutDate\":\"2022-04-09\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"697010\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-08\",\"strCheckout\":\"2022-04-09\",\"SearchHotelTraceId\":\"66e32-dfe55-5938f-2235a\",\"interNationalSearch\":false,\"searchIds\":\"hsid5498568492\"}','2022-04-01 15:43:44'),(319,'1ed2c-d3687-a6b98-bf230','{\"item\":{\"SearchHotelTraceId\":\"1ed2c-d3687-a6b98-bf230\",\"HotelId\":\"hsid8381664991-15321428\",\"HotelName\":\"Yes Please Guest House\",\"HotelImage\":[{\"tns\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/232\\/2325299\\/2325299_17071716200054501965.jpg?s=312x\"}],\"Geolocation\":{\"ln\":\"77.2128\",\"lt\":\"28.64062\"},\"StarRating\":1,\"HotelAddress\":\"General Market Main Bazar\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"GUESTHOUSE\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":493,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":460.29,\"gtxMarkUp\":0,\"HotelRoomPrice\":493,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":27.617400000000004,\"intSTaxOnAgencyMarkUp\":4.971132000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":492.87853200000006,\"CostToAgent\":492.87853200000006,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":460.29,\"PublishFare\":492.87853200000006,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":27.617400000000004,\"intSTaxOnAgencyMarkUp\":4.971132000000001,\"intAgencyMarkUpWithSTax\":32.588532,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":492.87853200000006,\"CostToAgent\":492.87853200000006}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":false,\"three\":false,\"four\":false,\"five\":false}},\"index\":1,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"22\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"23\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"22\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-22\\\",\\\"checkoutDate\\\":\\\"2022-04-23\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-22\\\",\\\"strCheckout\\\":\\\"2022-04-23\\\",\\\"SearchHotelTraceId\\\":\\\"1ed2c-d3687-a6b98-bf230\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid8381664991\\\"}\"}','2022-04-01 15:51:56'),(321,'527eb-f86ad-63370-e7509','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"30\\/04\\/2022\",\"check_out\":\"01\\/05\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"30\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-30\",\"checkoutDate\":\"2022-05-01\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-30\",\"strCheckout\":\"2022-05-01\",\"SearchHotelTraceId\":\"527eb-f86ad-63370-e7509\",\"interNationalSearch\":false,\"searchIds\":\"hsid0228261243\"}','2022-04-01 16:03:43'),(322,'c7b69-47974-91594-862ab','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"05\\/05\\/2022\",\"check_out\":\"08\\/05\\/2022\",\"Nationality\":\"106\",\"adult\":[\"3\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"5\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"3\",\"totchld\":\"1\",\"totinfnt\":\"1\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 4},{\\\"totaladult\\\" : 3},{\\\"totalchild\\\" : 1},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"1\",\"ChildAge\":[\"5\"]}],\"TBOdata\":{\"CheckInDate\":\"05\\/05\\/2022\",\"NoOfNights\":3,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"1\",\"ChildAge\":[\"5\"]}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-05-05\",\"checkoutDate\":\"2022-05-08\",\"roomInfo\":[{\"numberOfAdults\":\"3\",\"numberOfChild\":\"1\",\"childAge\":[\"5\"]}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-05-05\",\"strCheckout\":\"2022-05-08\",\"SearchHotelTraceId\":\"c7b69-47974-91594-862ab\",\"interNationalSearch\":false,\"searchIds\":\"hsid9295894308\"}','2022-04-01 16:05:16'),(323,'f48bb-98280-d2c0b-45c9b','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"05\\/05\\/2022\",\"check_out\":\"08\\/05\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"5\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"05\\/05\\/2022\",\"NoOfNights\":3,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-05-05\",\"checkoutDate\":\"2022-05-08\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-05-05\",\"strCheckout\":\"2022-05-08\",\"SearchHotelTraceId\":\"f48bb-98280-d2c0b-45c9b\",\"interNationalSearch\":false,\"searchIds\":\"hsid7757757853\"}','2022-04-01 16:06:07'),(324,'665b9-8e8bc-f89a0-83fa6','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"05\\/05\\/2022\",\"check_out\":\"08\\/05\\/2022\",\"Nationality\":\"106\",\"adult\":[\"3\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"5\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"3\",\"totchld\":\"1\",\"totinfnt\":\"1\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 4},{\\\"totaladult\\\" : 3},{\\\"totalchild\\\" : 1},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"1\",\"ChildAge\":[\"5\"]}],\"TBOdata\":{\"CheckInDate\":\"05\\/05\\/2022\",\"NoOfNights\":3,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"3\",\"NoOfChild\":\"1\",\"ChildAge\":[\"5\"]}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-05-05\",\"checkoutDate\":\"2022-05-08\",\"roomInfo\":[{\"numberOfAdults\":\"3\",\"numberOfChild\":\"1\",\"childAge\":[\"5\"]}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":3,\"strCheckin\":\"2022-05-05\",\"strCheckout\":\"2022-05-08\",\"SearchHotelTraceId\":\"665b9-8e8bc-f89a0-83fa6\",\"interNationalSearch\":false,\"searchIds\":\"hsid7744538583\"}','2022-04-01 16:06:59'),(325,'64e3d-26051-90894-028db','{\"item\":{\"SearchHotelTraceId\":\"64e3d-26051-90894-028db\",\"HotelId\":\"hsid4230454297-39678699\",\"HotelName\":\"Al Raien Hotel Apartment\",\"HotelImage\":[{\"tns\":\"https:\\/\\/i.travelapi.com\\/hotels\\/32000000\\/31790000\\/31783600\\/31783592\\/91bfd9dc_b.jpg\"}],\"Geolocation\":{\"ln\":\"55.290478\",\"lt\":\"25.261868\"},\"StarRating\":3,\"HotelAddress\":\"Al Riff Road, , Bur Dubai\",\"HotelCity\":\"Dubai\",\"HotelCountry\":\"United Arab Emirates\",\"HotelPropertyType\":\"APARTHOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":3216,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":3002.64,\"gtxMarkUp\":0,\"HotelRoomPrice\":3216,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":180.1584,\"intSTaxOnAgencyMarkUp\":32.428512,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3215.2269119999996,\"CostToAgent\":3215.2269119999996,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":3002.64,\"PublishFare\":3215.2269119999996,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":180.1584,\"intSTaxOnAgencyMarkUp\":32.428512,\"intAgencyMarkUpWithSTax\":212.58691199999998,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3215.2269119999996,\"CostToAgent\":3215.2269119999996}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":false,\"five\":false}},\"index\":14,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DUBAI (UNITED ARAB EMIRATES)\\\",\\\"check_in\\\":\\\"08\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"09\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"697010\\\",\\\"destination\\\":\\\"DUBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"08\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"697010\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-08\\\",\\\"checkoutDate\\\":\\\"2022-04-09\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"697010\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-08\\\",\\\"strCheckout\\\":\\\"2022-04-09\\\",\\\"SearchHotelTraceId\\\":\\\"64e3d-26051-90894-028db\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid4230454297\\\"}\"}','2022-04-01 16:14:31'),(326,'adf42-f7ae7-db251-e268d','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"27\\/04\\/2022\",\"check_out\":\"28\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"27\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-27\",\"checkoutDate\":\"2022-04-28\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-27\",\"strCheckout\":\"2022-04-28\",\"SearchHotelTraceId\":\"adf42-f7ae7-db251-e268d\",\"interNationalSearch\":false,\"searchIds\":\"hsid1159508037\"}','2022-04-01 18:20:12'),(327,'eb63b-9e137-dc852-12471','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"AGRA (INDIA)\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740325\",\"destination\":\"AGRA\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"740325\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740325\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"eb63b-9e137-dc852-12471\",\"interNationalSearch\":false,\"searchIds\":\"hsid4993391191\"}','2022-04-01 18:36:39'),(328,'e6555-979b9-6936d-975c0','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"e6555-979b9-6936d-975c0\",\"interNationalSearch\":false,\"searchIds\":\"hsid8859854132\"}','2022-04-01 18:39:20'),(329,'d4d0f-4466b-aeca0-28e42','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"d4d0f-4466b-aeca0-28e42\",\"interNationalSearch\":false,\"searchIds\":\"hsid7600366334\"}','2022-04-01 18:46:06'),(330,'03016-a072c-ee2bc-3d18f','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"28\\/04\\/2022\",\"check_out\":\"29\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"28\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-28\",\"strCheckout\":\"2022-04-29\",\"SearchHotelTraceId\":\"03016-a072c-ee2bc-3d18f\",\"interNationalSearch\":false,\"searchIds\":\"hsid7815844509\"}','2022-04-01 18:46:20'),(331,'fc9b0-96272-8649c-38a68','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MUMBAI (INDIA)\",\"check_in\":\"21\\/04\\/2022\",\"check_out\":\"22\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"699261\",\"destination\":\"MUMBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"21\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"699261\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-21\",\"checkoutDate\":\"2022-04-22\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-21\",\"strCheckout\":\"2022-04-22\",\"SearchHotelTraceId\":\"fc9b0-96272-8649c-38a68\",\"interNationalSearch\":false,\"searchIds\":\"hsid7720382573\"}','2022-04-02 10:31:33'),(332,'abc30-1ecb8-029d4-54350','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MUMBAI (INDIA)\",\"check_in\":\"05\\/04\\/2022\",\"check_out\":\"06\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"699261\",\"destination\":\"MUMBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"05\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"699261\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-05\",\"checkoutDate\":\"2022-04-06\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-05\",\"strCheckout\":\"2022-04-06\",\"SearchHotelTraceId\":\"abc30-1ecb8-029d4-54350\",\"interNationalSearch\":false,\"searchIds\":\"hsid9770960199\"}','2022-04-02 14:30:14'),(334,'2a9e4-e48d3-0401b-0c9da','{\"item\":{\"SearchHotelTraceId\":\"2a9e4-e48d3-0401b-0c9da\",\"HotelId\":\"hsid1729414353-39698983\",\"HotelName\":\"Joey\'s Hostel\",\"HotelDescription\":\"{\\\"description\\\":\\\"Joey\'s Hostel is a popular choice amongst travelers in Agra, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. Free Wi-Fi in all rooms, daily housekeeping, taxi service, ticket service, kitchen are on the list of things guests can enjoy. Guestrooms are fitted with all the amenities you need for a good night\'s sleep. In some of the rooms, guests can find flat screen television, cleaning products, linens, locker, mirror. To enhance guests\' stay, the property offers recreational facilities such as dart board. A welcoming atmosphere and excellent service are what you can expect during your stay at joey\'s Hostel.\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/031af7dddc5cab1a5019f3311475d2bb.jpg?ca=8&ce=1&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327803370.jpg?k=cccfaaeb10a3af940e80a2b13ede6d8571c8fde71e4edd4c3b611bb490354a04&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327803898.jpg?k=3f1b8e6135c33e78ffbca1cc6ceaf6b54ff3a8c0ad6832083966685f61a3d98c&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/288408667.jpg?k=91daa96df4556171483db5c5900645b7a20017c5aea5ea53caa6aeeec6075e0a&o=&s=312x\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"347426866\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321752\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259122.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"74731279\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259122.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321770\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259122.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369680\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259122.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369675\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259122.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369661\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321841\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321736\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"347426867\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"201288019\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321801\"]},{\"url\":\"https:\\/\\/q-xx.bstatic.com\\/xdata\\/images\\/hotel\\/max500\\/327803670.jpg?k=5532a9a47cad1b738ec32b2a03f65cf8b19a087d8d935dbe7e70c547ad2d93fc&o=&s=312x\",\"sz\":\"Standard\",\"rids\":[\"143377821\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121119030070259397.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"74734163\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121119030070259397.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369664\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259117.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"74733112\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259117.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321818\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121119030070259415.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"74735182\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121119030070259415.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369666\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/699ef166cd56ef3fc8a829febf973054.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"72129847\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"347426868\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321725\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259124.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"74736216\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/593\\/5935859\\/5935859_18121118450070259124.jpg?ca=13&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"79369669\"]},{\"url\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/5935859\\/-1\\/61541b482234ba822871a1f727d313d9.jpg?ca=17&ce=1&s=312x\",\"sz\":\"Standard\",\"rids\":[\"336321703\"]}],\"HotelStars\":2,\"HotelGeioLocation\":{\"ln\":\"78.04319\",\"lt\":\"27.16912\"},\"HotelAddress\":\"3\\/142 Chowk Kagzian Tajganj agra\",\"HotelCity\":\"Agra\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOSTEL\",\"HotelFaciality\":[\"Internet\",\"\",\"Internet\",\"Dart board\",\"Game room\",\"Ticket services\",\"Tours\",\"Anti-viral cleaning products\",\"Body thermometer\",\"Cashless payment service\",\"Daily disinfection in all rooms\",\"Daily disinfection in common areas\",\"Medical\",\"First aid kit\",\"Free face masks\",\"Hand sanitizer\",\"Laundry Services\",\"Physical distancing of at least 1 meter\",\"Room sanitization opt-out available\",\"Rooms sanitized between stays\",\"Restaurant\",\"Staff trained in safety protocol\",\"Barbeque\",\"Breakfast\",\"Kitchen\",\"Restaurant\",\"Room service\",\"Shared kitchen\",\"Concierge\",\"Currency Exchange\",\"Daily housekeeping\",\"Restaurant\",\"Laundry Services\",\"Luggage storage\",\"Non Smoking\",\"Smoking area\",\"Check-in\\/out [express]\",\"Check-in\\/out [private]\",\"Check-in [24-hour]\",\"Front desk [24-hour]\",\"Parking\",\"Taxi service\",\"Air conditioning\",\"Closet\",\"Internet\",\"Mirror\",\"Non Smoking\",\"Private bathroom\",\"Shower\",\"Toiletries\"],\"des\":\"{\\\"description\\\":\\\"Joey\'s Hostel is a popular choice amongst travelers in Agra, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. Free Wi-Fi in all rooms, daily housekeeping, taxi service, ticket service, kitchen are on the list of things guests can enjoy. Guestrooms are fitted with all the amenities you need for a good night\'s sleep. In some of the rooms, guests can find flat screen television, cleaning products, linens, locker, mirror. To enhance guests\' stay, the property offers recreational facilities such as dart board. A welcoming atmosphere and excellent service are what you can expect during your stay at joey\'s Hostel.\\\"}\"},\"val\":{\"Rooms\":[{\"id\":\"72129847_0\",\"RoomCategory\":\"Superior Double Bed Private\",\"RoomType\":\"Superior Double Bed Private\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1704.33,\"TotalFare\":1704.33,\"TotalBaseFare\":1680.73,\"TotalNetFare\":1704.33,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SGP\":1664.09,\"TTSF\":178.3,\"MFT\":3.6,\"SNP\":1664.09,\"MF\":20,\"SBP\":1485.79},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TAF\":23.6,\"NF\":1704.33,\"BF\":1680.73,\"CMU\":16.64,\"TF\":1704.33},\"afc\":{\"TAF\":{\"SGP\":1664.09,\"TTSF\":178.3,\"MFT\":3.6,\"SNP\":1664.09,\"MF\":20,\"SBP\":1485.79}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1825,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":102.2598,\"intSTaxOnAgencyMarkUp\":18.406764,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1824.996564,\"CostToAgent\":1824.996564,\"pernightperroomprice\":1825,\"arrMarkUps\":{\"intBasePrice\":1704.33,\"PublishFare\":1824.996564,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":102.2598,\"intSTaxOnAgencyMarkUp\":18.406764,\"intAgencyMarkUpWithSTax\":120.666564,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1824.996564,\"CostToAgent\":1824.996564},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":235.8,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T15:00:27.896\",\"ToDate\":\"2022-04-25T18:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"25-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-25T18:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"25-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":238.75,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":269.58,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T15:00:33.889\",\"ToDate\":\"2022-04-25T18:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"25-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-25T18:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"25-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":272.95,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":303.36,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T15:00:40.533\",\"ToDate\":\"2022-04-25T18:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"25-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-25T18:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"25-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":307.15,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":1361.4,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":1361.4,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T15:00:47.822\",\"ToDate\":\"2022-04-25T18:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"25-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-25T18:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"25-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":1378.42,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T15:00:51.361\",\"ToDate\":\"2022-04-25T18:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"25-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-25T18:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"25-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":1378.42,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-02T14:59:55.772\",\"ToDate\":\"2022-04-28T00:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"28-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-28T00:00\",\"ToDate\":\"2022-04-29T12:00\",\"strFromDate\":\"28-Apr-2022\",\"strToDate\":\"29-Apr-2022\",\"Charge\":1664.09,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"8_5_5935859\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1704.33,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1825,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":102.2598,\"intSTaxOnAgencyMarkUp\":18.406764,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1824.996564,\"CostToAgent\":1824.996564,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1704.33,\"PublishFare\":1824.996564,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":102.2598,\"intSTaxOnAgencyMarkUp\":18.406764,\"intAgencyMarkUpWithSTax\":120.666564,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1824.996564,\"CostToAgent\":1824.996564}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"AGRA (INDIA)\\\",\\\"check_in\\\":\\\"29\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"30\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"740325\\\",\\\"destination\\\":\\\"AGRA\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"29\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"740325\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-29\\\",\\\"checkoutDate\\\":\\\"2022-04-30\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"740325\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-29\\\",\\\"strCheckout\\\":\\\"2022-04-30\\\",\\\"SearchHotelTraceId\\\":\\\"2a9e4-e48d3-0401b-0c9da\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid1729414353\\\"}\",\"index\":0}','2022-04-02 15:00:24'),(338,'0e254-8f240-c7d5c-3f15b','{\"item\":{\"SearchHotelTraceId\":\"0e254-8f240-c7d5c-3f15b\",\"HotelId\":\"hsid4195550955-38899628\",\"HotelName\":\"Hotel Hari Piorko\",\"HotelDescription\":\"{\\\"General\\\":\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_city_desktop\\/v1499833220\\/Hotel\\/New Delhi\\/00009357\\/Deluxe_Room_piorko_MNsUVw.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1467588721\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Deluxe Room Only\\/Deluxe_Room_Only_3zrK1s.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1467588718\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Executive Room Only\\/Executive_Room_Only_ey7W1h.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379364\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/PREMIUM-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379760\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/TOILET.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379582\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/Overview.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379424\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/EXECUTIVE-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379042\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/BATHROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379621\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/SITTING-AREA.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379668\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-3.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379105\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-2.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379146\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/WASHROOM-1.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379540\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/DELUXE-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449378878\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/SITTING-ROOM.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/imgcld.yatra.com\\/ytimages\\/image\\/upload\\/t_hotel_yatra_details_desktop\\/v1449379307\\/Domestic Hotels\\/Hotels_New Delhi\\/Hotel Hari Piorko\\/DINNING.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.21393\",\"lt\":\"28.64108\"},\"HotelAddress\":\"4775, Main Bazar, Near 6 Tooti Chowk\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Central Air Conditioning\",\"Airport Shuttle\",\"Parking\",\"Parking\",\"24-Hour Security\",\"Patisserie Shop\",\"Porter\",\"Taxi Service\",\"Transportation Service\",\"CCTV\",\"Fire Extinguisher\",\"Families with Children\",\"Family\",\"Unmarried Couples\",\"Luggage storage\",\"Spa\",\"Concierge\",\"Travel counter\",\"Car Rental\",\"Doctor on Call\",\"Housekeeping\",\"Lounge\",\"Business Center\",\"Front desk\",\"Currency Exchange\",\"Internet\",\"Spa\",\"English\",\"Hindi\",\"Cash\",\"Debit Card\",\"Net-Banking\",\"Mastercard\",\"Security Guard Timings - 24x7\",\"Room service\",\"Special occasion arrangement\",\"Laundry Services\",\"Hot water available\",\"Wheelchair accessible ramp\",\"Airport\\/\\/Railway station pickup available (Chargeable)\",\"Airport\\/Railway station drop (chargeable)\",\"Car rental (Chargeable)\",\"CCTV camera installed inside\\/outside hotel premises\",\"CCTV camera installed on each floor\",\"Separate Smoking Area\",\"Hot water available 24x7\",\"Business Center\",\"Newspaper\",\"Breakfast\",\"Internet\",\"Laundry Services\",\"Massage\",\"Family Rooms\",\"Parking\",\"24-Hour Front Desk\",\"Airport Shuttle\",\"Car Rental 24-Hour\",\"Express Check-in\\/Check-out\",\"Laundry Services\",\"Wake up service\\/Alarm clock\",\"Pool view\",\"Television\",\"Telephone\",\"Alarm clock\",\"Extra long beds (>6.5 ft)\",\"Restaurant\",\"Towels\",\"Towels\\/Sheets (extra fee)\",\"Refrigerator\",\"Electric kettle\",\"Dryer\",\"24 Hour Power Supply\",\"Lift\",\"Restaurant\",\"Room service\",\"Shopping on site\",\"Television\",\"Telephone-Room\",\"Wakeup-calls\",\"Wheelchair accessibility-Room\",\"Western Toilet\",\"Bottled\\/drinking water\",\"Attached Bathroom\",\"H\\/C running water\",\"Handicap accessible rooms\",\"Temperature Control\",\"Air conditioning-Room\",\"Television\",\"Ceiling fan\",\"Coffee\\/tea maker\",\"Extra towels,linens,bedding\",\"Hair dryer\",\"Internet\",\"Internet\",\"Safety Assured\"],\"des\":\"{\\\"General\\\":\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\"}\",\"query\":{\"checkinDate\":\"2022-04-28\",\"checkoutDate\":\"2022-04-29\",\"roomInfo\":[{\"numberOfAdults\":1,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"725862\",\"countryName\":\"INDIA\",\"cityName\":\"DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"currency\":\"INR\",\"fsc\":true},\"searchId\":\"hsid4195550955\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"bookingId\":\"TJ206530584803\"},\"val\":{\"Rooms\":[{\"id\":\"212110348_234291200_37310--1\",\"RoomCategory\":\"Superior Double Room\",\"RoomType\":\"Superior Double Room\",\"Adult\":1,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":1575.94,\"TotalFare\":1575.94,\"TotalBaseFare\":1552.34,\"TotalNetFare\":1575.94,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1552.34,\"CMU\":-99.39,\"TAF\":23.6,\"TF\":1575.94,\"NF\":1575.94},\"afc\":{\"TAF\":{\"SNP\":1552.34,\"MF\":20,\"SBP\":1466.64,\"SAC\":99.39,\"MFT\":3.6,\"TMF\":117.27,\"TTSF\":185.09,\"TSF\":185.09,\"SRC\":0,\"SGP\":1651.73}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":1687.516552,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552,\"perNightPrice\":1687.516552,\"arrMarkUps\":{\"intBasePrice\":1575.94,\"PublishFare\":1687.516552,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"intAgencyMarkUpWithSTax\":111.57655199999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:08:53.760\",\"ToDate\":\"2022-04-26T17:59\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"26-Apr-2022\",\"Charge\":0,\"Currency\":\"INR\"},{\"FromDate\":\"2022-04-26T17:59\",\"ToDate\":\"2022-04-27T17:59\",\"strFromDate\":\"26-Apr-2022\",\"strToDate\":\"27-Apr-2022\",\"Charge\":1651.73,\"Currency\":\"INR\"}],\"getfullrefund\":true,\"fullrefund\":\"Full Refund Allowed\"},\"IsPANMandatory\":false,\"IsPassportMandatory\":false}],\"RoomId\":\"3_17_3018270\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":1575.94,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":1687.516552,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":1575.94,\"PublishFare\":1687.516552,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":94.5564,\"intSTaxOnAgencyMarkUp\":17.020152,\"intAgencyMarkUpWithSTax\":111.57655199999999,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":1687.516552,\"CostToAgent\":1687.516552},\"IsPANMandatory\":false,\"IsPassportMandatory\":false},\"HotelRoomsid\":[\"6\"],\"hotel_booking_id\":\"44\",\"ForCustomerSession\":[[{\"AgencySysId\":\"11959\",\"EmailId\":\"sudipta@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818999760\",\"FirstName\":\"md\",\"LastName\":\"sabir\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"11959\",\"Address\":\"address\",\"CityTitle\":\"Delhi\",\"CitySysId\":\"7701\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"101\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-04-02 15:11:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"535\"}]],\"SearchHotelTraceId\":\"0e254-8f240-c7d5c-3f15b\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"28\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"29\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"28\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-28\\\",\\\"checkoutDate\\\":\\\"2022-04-29\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-28\\\",\\\"strCheckout\\\":\\\"2022-04-29\\\",\\\"SearchHotelTraceId\\\":\\\"0e254-8f240-c7d5c-3f15b\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid4195550955\\\"}\",\"post_\":\"{\\\"countryCode\\\":\\\"91\\\",\\\"leadMobile\\\":\\\"9818999760\\\",\\\"leadEmail\\\":\\\"sudipta@catpl.co.in\\\",\\\"PaxType\\\":[\\\"1\\\"],\\\"familyNumber\\\":\\\"1\\\",\\\"CustomerSysId\\\":[\\\"0\\\"],\\\"relation\\\":[\\\"0\\\"],\\\"salution\\\":[\\\"1\\\"],\\\"firstname\\\":[\\\"md\\\"],\\\"lastname\\\":[\\\"sabir\\\"],\\\"panno\\\":[\\\"\\\"],\\\"PassportNo\\\":[\\\"\\\"],\\\"PassportIssueDate\\\":[\\\"__\\\\\\/__\\\\\\/____\\\"],\\\"PassportExpDate\\\":[\\\"\\\"],\\\"cityname\\\":[\\\"Delhi\\\"],\\\"address\\\":[\\\"address\\\"],\\\"passenger-city\\\":[\\\"7701\\\"],\\\"passenger-country\\\":[\\\"101\\\"],\\\"SSR\\\":\\\"default\\\",\\\"gstnnumber\\\":\\\"\\\",\\\"companyname\\\":\\\"\\\",\\\"gstaddress\\\":\\\"\\\",\\\"gstemail\\\":\\\"\\\",\\\"gststate\\\":\\\"\\\",\\\"gstphone\\\":\\\"\\\",\\\"accepttandc\\\":\\\"0\\\",\\\"isgstapply\\\":\\\"0\\\",\\\"getData\\\":\\\"{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"DELHI (INDIA)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"28\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"29\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"DELHI\\\\\\\",\\\\\\\"hotel_countryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"TBOdata\\\\\\\":{\\\\\\\"CheckInDate\\\\\\\":\\\\\\\"28\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"NoOfNights\\\\\\\":1,\\\\\\\"CityId\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"CountryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsTBOMapped\\\\\\\":true,\\\\\\\"ResultCount\\\\\\\":null,\\\\\\\"PreferredCurrency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"RoomGuests\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"PreferredHotel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"MaxRating\\\\\\\":5,\\\\\\\"MinRating\\\\\\\":0,\\\\\\\"ReviewScore\\\\\\\":null,\\\\\\\"IsNearBySearchAllowed\\\\\\\":false},\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-04-28\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-04-29\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-04-28\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-04-29\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"0e254-8f240-c7d5c-3f15b\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid4195550955\\\\\\\"}\\\",\\\"SearchHotelTraceId\\\":\\\"0e254-8f240-c7d5c-3f15b\\\",\\\"HotelDataArray\\\":\\\"{\\\\\\\"RoomsResult\\\\\\\":[{\\\\\\\"Rooms\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"212110348_234291200_37310--1\\\\\\\",\\\\\\\"RoomCategory\\\\\\\":\\\\\\\"Superior Double Room\\\\\\\",\\\\\\\"RoomType\\\\\\\":\\\\\\\"Superior Double Room\\\\\\\",\\\\\\\"Adult\\\\\\\":1,\\\\\\\"Child\\\\\\\":0,\\\\\\\"MealBase\\\\\\\":\\\\\\\"ROOM ONLY\\\\\\\",\\\\\\\"TotalRoomPrice\\\\\\\":1575.94,\\\\\\\"TotalFare\\\\\\\":1575.94,\\\\\\\"TotalBaseFare\\\\\\\":1552.34,\\\\\\\"TotalNetFare\\\\\\\":1575.94,\\\\\\\"TotalTaxFare\\\\\\\":23.6,\\\\\\\"TaxFareBreakup\\\\\\\":{\\\\\\\"SNP\\\\\\\":1552.34,\\\\\\\"MF\\\\\\\":20,\\\\\\\"SBP\\\\\\\":1466.64,\\\\\\\"SAC\\\\\\\":99.39,\\\\\\\"MFT\\\\\\\":3.6,\\\\\\\"TMF\\\\\\\":117.27,\\\\\\\"TTSF\\\\\\\":185.09,\\\\\\\"TSF\\\\\\\":185.09,\\\\\\\"SRC\\\\\\\":0,\\\\\\\"SGP\\\\\\\":1651.73},\\\\\\\"DayWiseFare\\\\\\\":[{\\\\\\\"day\\\\\\\":1,\\\\\\\"fc\\\\\\\":{\\\\\\\"BF\\\\\\\":1552.34,\\\\\\\"CMU\\\\\\\":-99.39,\\\\\\\"TAF\\\\\\\":23.6,\\\\\\\"TF\\\\\\\":1575.94,\\\\\\\"NF\\\\\\\":1575.94},\\\\\\\"afc\\\\\\\":{\\\\\\\"TAF\\\\\\\":{\\\\\\\"SNP\\\\\\\":1552.34,\\\\\\\"MF\\\\\\\":20,\\\\\\\"SBP\\\\\\\":1466.64,\\\\\\\"SAC\\\\\\\":99.39,\\\\\\\"MFT\\\\\\\":3.6,\\\\\\\"TMF\\\\\\\":117.27,\\\\\\\"TTSF\\\\\\\":185.09,\\\\\\\"TSF\\\\\\\":185.09,\\\\\\\"SRC\\\\\\\":0,\\\\\\\"SGP\\\\\\\":1651.73}}}],\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1687.516552,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":94.5564,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":17.020152,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1687.516552,\\\\\\\"CostToAgent\\\\\\\":1687.516552,\\\\\\\"perNightPrice\\\\\\\":1687.516552,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1575.94,\\\\\\\"PublishFare\\\\\\\":1687.516552,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":94.5564,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":17.020152,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":111.57655199999999,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1687.516552,\\\\\\\"CostToAgent\\\\\\\":1687.516552},\\\\\\\"CancelArr\\\\\\\":{\\\\\\\"cancel\\\\\\\":[{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-04-02T15:08:53.760\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-04-26T17:59\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"02-Apr-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"26-Apr-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":0,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"},{\\\\\\\"FromDate\\\\\\\":\\\\\\\"2022-04-26T17:59\\\\\\\",\\\\\\\"ToDate\\\\\\\":\\\\\\\"2022-04-27T17:59\\\\\\\",\\\\\\\"strFromDate\\\\\\\":\\\\\\\"26-Apr-2022\\\\\\\",\\\\\\\"strToDate\\\\\\\":\\\\\\\"27-Apr-2022\\\\\\\",\\\\\\\"Charge\\\\\\\":1651.73,\\\\\\\"Currency\\\\\\\":\\\\\\\"INR\\\\\\\"}],\\\\\\\"getfullrefund\\\\\\\":true,\\\\\\\"fullrefund\\\\\\\":\\\\\\\"Full Refund Allowed\\\\\\\"},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"RoomId\\\\\\\":\\\\\\\"3_17_3018270\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"TotalPax\\\\\\\":1,\\\\\\\"Nights\\\\\\\":1,\\\\\\\"RoomTotalPrice\\\\\\\":1575.94,\\\\\\\"GtxMarkUp\\\\\\\":null,\\\\\\\"iopr\\\\\\\":false,\\\\\\\"ipr\\\\\\\":false,\\\\\\\"gtxMarkUp\\\\\\\":0,\\\\\\\"HotelRoomPrice\\\\\\\":1687.516552,\\\\\\\"GSTOnGTXMarkUp\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":94.5564,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":17.020152,\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1687.516552,\\\\\\\"CostToAgent\\\\\\\":1687.516552,\\\\\\\"pernightperroomprice\\\\\\\":null,\\\\\\\"arrMarkUps\\\\\\\":{\\\\\\\"intBasePrice\\\\\\\":1575.94,\\\\\\\"PublishFare\\\\\\\":1687.516552,\\\\\\\"intGTXMarkUp\\\\\\\":0,\\\\\\\"intSTaxOnGTXMarkUp\\\\\\\":0,\\\\\\\"intGTXMarkUpWithSTax\\\\\\\":0,\\\\\\\"intAgencyMarkUp\\\\\\\":94.5564,\\\\\\\"intSTaxOnAgencyMarkUp\\\\\\\":17.020152,\\\\\\\"intAgencyMarkUpWithSTax\\\\\\\":111.57655199999999,\\\\\\\"TotalMarkUpValue\\\\\\\":6,\\\\\\\"BR\\\\\\\":\\\\\\\"=\\\\\\\",\\\\\\\"totalAgentMarkUp\\\\\\\":0,\\\\\\\"intGSTOnAgentFixMarkUp\\\\\\\":0,\\\\\\\"AgentB2CEarning\\\\\\\":0,\\\\\\\"CostToAgentCustomer\\\\\\\":1687.516552,\\\\\\\"CostToAgent\\\\\\\":1687.516552},\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false}],\\\\\\\"HotelDetails\\\\\\\":{\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"0e254-8f240-c7d5c-3f15b\\\\\\\",\\\\\\\"HotelId\\\\\\\":\\\\\\\"hsid4195550955-38899628\\\\\\\",\\\\\\\"HotelName\\\\\\\":\\\\\\\"Hotel Hari Piorko\\\\\\\",\\\\\\\"HotelDescription\\\\\\\":\\\\\\\"{\\\\\\\\\\\\\\\"General\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\\\\\\\\\\\\\"}\\\\\\\",\\\\\\\"HotelImages\\\\\\\":[{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_city_desktop\\\\\\\\\\\\\\/v1499833220\\\\\\\\\\\\\\/Hotel\\\\\\\\\\\\\\/New Delhi\\\\\\\\\\\\\\/00009357\\\\\\\\\\\\\\/Deluxe_Room_piorko_MNsUVw.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1467588721\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/Deluxe Room Only\\\\\\\\\\\\\\/Deluxe_Room_Only_3zrK1s.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1467588718\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/Executive Room Only\\\\\\\\\\\\\\/Executive_Room_Only_ey7W1h.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379364\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/PREMIUM-ROOM.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379760\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/TOILET.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379582\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/Overview.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379424\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/EXECUTIVE-ROOM.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379042\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/BATHROOM.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379621\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/SITTING-AREA.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379668\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/WASHROOM-3.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379105\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/WASHROOM-2.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379146\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/WASHROOM-1.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379540\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/DELUXE-ROOM.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449378878\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/SITTING-ROOM.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"},{\\\\\\\"url\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/imgcld.yatra.com\\\\\\\\\\\\\\/ytimages\\\\\\\\\\\\\\/image\\\\\\\\\\\\\\/upload\\\\\\\\\\\\\\/t_hotel_yatra_details_desktop\\\\\\\\\\\\\\/v1449379307\\\\\\\\\\\\\\/Domestic Hotels\\\\\\\\\\\\\\/Hotels_New Delhi\\\\\\\\\\\\\\/Hotel Hari Piorko\\\\\\\\\\\\\\/DINNING.jpg\\\\\\\",\\\\\\\"sz\\\\\\\":\\\\\\\"Standard\\\\\\\"}],\\\\\\\"HotelStars\\\\\\\":3,\\\\\\\"HotelGeioLocation\\\\\\\":{\\\\\\\"ln\\\\\\\":\\\\\\\"77.21393\\\\\\\",\\\\\\\"lt\\\\\\\":\\\\\\\"28.64108\\\\\\\"},\\\\\\\"HotelAddress\\\\\\\":\\\\\\\"4775, Main Bazar, Near 6 Tooti Chowk\\\\\\\",\\\\\\\"HotelCity\\\\\\\":\\\\\\\"New Delhi\\\\\\\",\\\\\\\"HotelCountry\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"HotelPropertyType\\\\\\\":\\\\\\\"HOTEL\\\\\\\",\\\\\\\"HotelFaciality\\\\\\\":[\\\\\\\"Central Air Conditioning\\\\\\\",\\\\\\\"Airport Shuttle\\\\\\\",\\\\\\\"Parking\\\\\\\",\\\\\\\"Parking\\\\\\\",\\\\\\\"24-Hour Security\\\\\\\",\\\\\\\"Patisserie Shop\\\\\\\",\\\\\\\"Porter\\\\\\\",\\\\\\\"Taxi Service\\\\\\\",\\\\\\\"Transportation Service\\\\\\\",\\\\\\\"CCTV\\\\\\\",\\\\\\\"Fire Extinguisher\\\\\\\",\\\\\\\"Families with Children\\\\\\\",\\\\\\\"Family\\\\\\\",\\\\\\\"Unmarried Couples\\\\\\\",\\\\\\\"Luggage storage\\\\\\\",\\\\\\\"Spa\\\\\\\",\\\\\\\"Concierge\\\\\\\",\\\\\\\"Travel counter\\\\\\\",\\\\\\\"Car Rental\\\\\\\",\\\\\\\"Doctor on Call\\\\\\\",\\\\\\\"Housekeeping\\\\\\\",\\\\\\\"Lounge\\\\\\\",\\\\\\\"Business Center\\\\\\\",\\\\\\\"Front desk\\\\\\\",\\\\\\\"Currency Exchange\\\\\\\",\\\\\\\"Internet\\\\\\\",\\\\\\\"Spa\\\\\\\",\\\\\\\"English\\\\\\\",\\\\\\\"Hindi\\\\\\\",\\\\\\\"Cash\\\\\\\",\\\\\\\"Debit Card\\\\\\\",\\\\\\\"Net-Banking\\\\\\\",\\\\\\\"Mastercard\\\\\\\",\\\\\\\"Security Guard Timings - 24x7\\\\\\\",\\\\\\\"Room service\\\\\\\",\\\\\\\"Special occasion arrangement\\\\\\\",\\\\\\\"Laundry Services\\\\\\\",\\\\\\\"Hot water available\\\\\\\",\\\\\\\"Wheelchair accessible ramp\\\\\\\",\\\\\\\"Airport\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/Railway station pickup available (Chargeable)\\\\\\\",\\\\\\\"Airport\\\\\\\\\\\\\\/Railway station drop (chargeable)\\\\\\\",\\\\\\\"Car rental (Chargeable)\\\\\\\",\\\\\\\"CCTV camera installed inside\\\\\\\\\\\\\\/outside hotel premises\\\\\\\",\\\\\\\"CCTV camera installed on each floor\\\\\\\",\\\\\\\"Separate Smoking Area\\\\\\\",\\\\\\\"Hot water available 24x7\\\\\\\",\\\\\\\"Business Center\\\\\\\",\\\\\\\"Newspaper\\\\\\\",\\\\\\\"Breakfast\\\\\\\",\\\\\\\"Internet\\\\\\\",\\\\\\\"Laundry Services\\\\\\\",\\\\\\\"Massage\\\\\\\",\\\\\\\"Family Rooms\\\\\\\",\\\\\\\"Parking\\\\\\\",\\\\\\\"24-Hour Front Desk\\\\\\\",\\\\\\\"Airport Shuttle\\\\\\\",\\\\\\\"Car Rental 24-Hour\\\\\\\",\\\\\\\"Express Check-in\\\\\\\\\\\\\\/Check-out\\\\\\\",\\\\\\\"Laundry Services\\\\\\\",\\\\\\\"Wake up service\\\\\\\\\\\\\\/Alarm clock\\\\\\\",\\\\\\\"Pool view\\\\\\\",\\\\\\\"Television\\\\\\\",\\\\\\\"Telephone\\\\\\\",\\\\\\\"Alarm clock\\\\\\\",\\\\\\\"Extra long beds (>6.5 ft)\\\\\\\",\\\\\\\"Restaurant\\\\\\\",\\\\\\\"Towels\\\\\\\",\\\\\\\"Towels\\\\\\\\\\\\\\/Sheets (extra fee)\\\\\\\",\\\\\\\"Refrigerator\\\\\\\",\\\\\\\"Electric kettle\\\\\\\",\\\\\\\"Dryer\\\\\\\",\\\\\\\"24 Hour Power Supply\\\\\\\",\\\\\\\"Lift\\\\\\\",\\\\\\\"Restaurant\\\\\\\",\\\\\\\"Room service\\\\\\\",\\\\\\\"Shopping on site\\\\\\\",\\\\\\\"Television\\\\\\\",\\\\\\\"Telephone-Room\\\\\\\",\\\\\\\"Wakeup-calls\\\\\\\",\\\\\\\"Wheelchair accessibility-Room\\\\\\\",\\\\\\\"Western Toilet\\\\\\\",\\\\\\\"Bottled\\\\\\\\\\\\\\/drinking water\\\\\\\",\\\\\\\"Attached Bathroom\\\\\\\",\\\\\\\"H\\\\\\\\\\\\\\/C running water\\\\\\\",\\\\\\\"Handicap accessible rooms\\\\\\\",\\\\\\\"Temperature Control\\\\\\\",\\\\\\\"Air conditioning-Room\\\\\\\",\\\\\\\"Television\\\\\\\",\\\\\\\"Ceiling fan\\\\\\\",\\\\\\\"Coffee\\\\\\\\\\\\\\/tea maker\\\\\\\",\\\\\\\"Extra towels,linens,bedding\\\\\\\",\\\\\\\"Hair dryer\\\\\\\",\\\\\\\"Internet\\\\\\\",\\\\\\\"Internet\\\\\\\",\\\\\\\"Safety Assured\\\\\\\"],\\\\\\\"des\\\\\\\":\\\\\\\"{\\\\\\\\\\\\\\\"General\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"The Yatra SMART choice property comes with a promise of 8 assured amenities, money-back guarantee and priority helpline support. You also get free cancellation and standardized prices through the year.Each room in this hotel is provided with a fish aquarium for a stress-free stay. Sprawling over 5000 sq yards, Hotel Hari Piorko is a 3 Star property in New Delhi.   Metro station is 0.5 km from this property.There are 60 spacious rooms and each  room is equipped with daily housekeeping, television, safety deposit, hair dryer and an attached bathroom.\\\\\\\\\\\\\\\"}\\\\\\\",\\\\\\\"query\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-04-28\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-04-29\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":1,\\\\\\\"numberOfChild\\\\\\\":0}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"countryName\\\\\\\":\\\\\\\"INDIA\\\\\\\",\\\\\\\"cityName\\\\\\\":\\\\\\\"DELHI\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"fsc\\\\\\\":true},\\\\\\\"searchId\\\\\\\":\\\\\\\"hsid4195550955\\\\\\\",\\\\\\\"isSearchCompleted\\\\\\\":false,\\\\\\\"miscInfo\\\\\\\":[]},\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJ206530584803\\\\\\\"},\\\\\\\"country\\\\\\\":\\\\\\\"India\\\\\\\",\\\\\\\"iopr\\\\\\\":false,\\\\\\\"IsPANMandatory\\\\\\\":false,\\\\\\\"IsPassportMandatory\\\\\\\":false,\\\\\\\"isPriceChanged\\\\\\\":false,\\\\\\\"bookingId\\\\\\\":\\\\\\\"TJ206530584803\\\\\\\",\\\\\\\"getData\\\\\\\":{\\\\\\\"module\\\\\\\":\\\\\\\"hotels\\\\\\\",\\\\\\\"controller\\\\\\\":\\\\\\\"search\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"request-search\\\\\\\",\\\\\\\"selectDestination\\\\\\\":\\\\\\\"DELHI (INDIA)\\\\\\\",\\\\\\\"check_in\\\\\\\":\\\\\\\"28\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"check_out\\\\\\\":\\\\\\\"29\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"Nationality\\\\\\\":\\\\\\\"106\\\\\\\",\\\\\\\"adult\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"infant\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\",\\\\\\\"0\\\\\\\"],\\\\\\\"child1_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"child2_age\\\\\\\":[\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"1\\\\\\\"],\\\\\\\"cityid\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"TBBCityId\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"destination\\\\\\\":\\\\\\\"DELHI\\\\\\\",\\\\\\\"hotel_countryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"room\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totadlt\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"totchld\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"totinfnt\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"travelers\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"roominfojson\\\\\\\":\\\\\\\"[{\\\\\\\\\\\\\\\"totalRoom\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalTraveler\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totaladult\\\\\\\\\\\\\\\" : 1},{\\\\\\\\\\\\\\\"totalchild\\\\\\\\\\\\\\\" : 0},{\\\\\\\\\\\\\\\"totalinfant\\\\\\\\\\\\\\\" : 0}]\\\\\\\",\\\\\\\"memberdata\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"TBOdata\\\\\\\":{\\\\\\\"CheckInDate\\\\\\\":\\\\\\\"28\\\\\\\\\\\\\\/04\\\\\\\\\\\\\\/2022\\\\\\\",\\\\\\\"NoOfNights\\\\\\\":1,\\\\\\\"CityId\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"CountryCode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsTBOMapped\\\\\\\":true,\\\\\\\"ResultCount\\\\\\\":null,\\\\\\\"PreferredCurrency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"GuestNationality\\\\\\\":\\\\\\\"IN\\\\\\\",\\\\\\\"NoOfRooms\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"RoomGuests\\\\\\\":[{\\\\\\\"NoOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"NoOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"ChildAge\\\\\\\":null}],\\\\\\\"PreferredHotel\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"MaxRating\\\\\\\":5,\\\\\\\"MinRating\\\\\\\":0,\\\\\\\"ReviewScore\\\\\\\":null,\\\\\\\"IsNearBySearchAllowed\\\\\\\":false},\\\\\\\"hotelsearchdata\\\\\\\":{\\\\\\\"searchQuery\\\\\\\":{\\\\\\\"checkinDate\\\\\\\":\\\\\\\"2022-04-28\\\\\\\",\\\\\\\"checkoutDate\\\\\\\":\\\\\\\"2022-04-29\\\\\\\",\\\\\\\"roomInfo\\\\\\\":[{\\\\\\\"numberOfAdults\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"numberOfChild\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"childAge\\\\\\\":null}],\\\\\\\"searchCriteria\\\\\\\":{\\\\\\\"city\\\\\\\":\\\\\\\"725862\\\\\\\",\\\\\\\"currency\\\\\\\":\\\\\\\"INR\\\\\\\",\\\\\\\"nationality\\\\\\\":\\\\\\\"106\\\\\\\"},\\\\\\\"searchPreferences\\\\\\\":{\\\\\\\"ratings\\\\\\\":[0,1,2,3,4,5],\\\\\\\"fsc\\\\\\\":true}},\\\\\\\"sync\\\\\\\":false},\\\\\\\"nightCount\\\\\\\":1,\\\\\\\"strCheckin\\\\\\\":\\\\\\\"2022-04-28\\\\\\\",\\\\\\\"strCheckout\\\\\\\":\\\\\\\"2022-04-29\\\\\\\",\\\\\\\"SearchHotelTraceId\\\\\\\":\\\\\\\"0e254-8f240-c7d5c-3f15b\\\\\\\",\\\\\\\"interNationalSearch\\\\\\\":false,\\\\\\\"searchIds\\\\\\\":\\\\\\\"hsid4195550955\\\\\\\"}}\\\"}\",\"_sessiondata\":{\"EmailId\":\"sudipta@catpl.co.in\",\"UserSysId\":\"13271\",\"CustomerSysId\":\"176498\",\"AgencySysId\":\"11959\",\"MasterAgencySysId\":\"35\",\"FirstName\":\"Sudipta\",\"LastName\":\"Banerjee\",\"Password_cu\":\"\",\"AgencyName\":\"Catabatic Test\",\"AgencyCode\":\"38055\",\"ContactNo1\":\"9818999760\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6918FB47-18EA-4DF3-AF81-C11CF799A963\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Bookings\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"paymentMode\":\"3\"}','2022-04-02 15:12:00'),(339,'3c466-612a0-a5522-bb442','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MUMBAI (INDIA)\",\"check_in\":\"05\\/04\\/2022\",\"check_out\":\"06\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"699261\",\"destination\":\"MUMBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"05\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"699261\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-05\",\"checkoutDate\":\"2022-04-06\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-05\",\"strCheckout\":\"2022-04-06\",\"SearchHotelTraceId\":\"3c466-612a0-a5522-bb442\",\"interNationalSearch\":false,\"searchIds\":\"hsid1981117958\"}','2022-04-02 15:17:55'),(341,'1d401-5669d-90873-14eaf','{\"item\":{\"SearchHotelTraceId\":\"1d401-5669d-90873-14eaf\",\"HotelId\":\"hsid1852371562-3578568086\",\"HotelName\":\"FABHOTEL ROYAL INN I\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.8269362\",\"lt\":\"18.9799289\"},\"HotelAddress\":\"Fortune Vue- A wing, Bapurao Jagat Marg, Jacob Circle, Mahalaxmi\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )_1_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalRoomPrice\":2831.51,\"TotalFare\":2831.51,\"TotalBaseFare\":2807.91,\"TotalNetFare\":2831.51,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"MF\":20,\"MFT\":3.6,\"SBP\":2807.91},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2831.51,\"TF\":2831.51,\"BF\":2807.91,\"TAF\":23.6},\"afc\":{\"TAF\":{\"MF\":20,\"MFT\":3.6,\"SBP\":2807.91}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":3032,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:27:08.339\",\"ToDate\":\"2022-04-05T12:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"05-Apr-2022\",\"Charge\":2807.91,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"1_0_62481de465618ee16306e55e\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":2831.51,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"06\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-05\\\",\\\"checkoutDate\\\":\\\"2022-04-06\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-05\\\",\\\"strCheckout\\\":\\\"2022-04-06\\\",\\\"SearchHotelTraceId\\\":\\\"1d401-5669d-90873-14eaf\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid1852371562\\\"}\",\"index\":0}','2022-04-02 15:29:53'),(343,'cf4e7-50c16-53536-cc335','{\"item\":{\"SearchHotelTraceId\":\"cf4e7-50c16-53536-cc335\",\"HotelId\":\"hsid8184531030-3787840577\",\"HotelName\":\"FABHOTEL ROYAL INN I\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.8269362\",\"lt\":\"18.9799289\"},\"HotelAddress\":\"Fortune Vue- A wing, Bapurao Jagat Marg, Jacob Circle, Mahalaxmi\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )_1_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalRoomPrice\":2831.51,\"TotalFare\":2831.51,\"TotalBaseFare\":2807.91,\"TotalNetFare\":2831.51,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"MFT\":3.6,\"SBP\":2807.91,\"MF\":20},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TAF\":23.6,\"BF\":2807.91,\"NF\":2831.51,\"TF\":2831.51},\"afc\":{\"TAF\":{\"MFT\":3.6,\"SBP\":2807.91,\"MF\":20}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":3032,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:40:12.301\",\"ToDate\":\"2022-04-05T12:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"05-Apr-2022\",\"Charge\":2807.91,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"1_0_624820f08c6e411b2c557cba\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":2831.51,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"06\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-05\\\",\\\"checkoutDate\\\":\\\"2022-04-06\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-05\\\",\\\"strCheckout\\\":\\\"2022-04-06\\\",\\\"SearchHotelTraceId\\\":\\\"cf4e7-50c16-53536-cc335\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid8184531030\\\"}\",\"index\":0}','2022-04-02 15:41:14'),(345,'c87df-897b4-c2852-20e5a','{\"item\":{\"SearchHotelTraceId\":\"c87df-897b4-c2852-20e5a\",\"HotelId\":\"hsid6247021855-8925980674\",\"HotelName\":\"FABHOTEL ROYAL INN I\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.8269362\",\"lt\":\"18.9799289\"},\"HotelAddress\":\"Fortune Vue- A wing, Bapurao Jagat Marg, Jacob Circle, Mahalaxmi\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )_1_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalRoomPrice\":2831.51,\"TotalFare\":2831.51,\"TotalBaseFare\":2807.91,\"TotalNetFare\":2831.51,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"MFT\":3.6,\"SBP\":2807.91,\"MF\":20},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"NF\":2831.51,\"BF\":2807.91,\"TF\":2831.51,\"TAF\":23.6},\"afc\":{\"TAF\":{\"MFT\":3.6,\"SBP\":2807.91,\"MF\":20}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":3032,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:45:34.042\",\"ToDate\":\"2022-04-05T12:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"05-Apr-2022\",\"Charge\":2807.91,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"1_0_6248222c65618e8a3106e68d\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":2831.51,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"06\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-05\\\",\\\"checkoutDate\\\":\\\"2022-04-06\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-05\\\",\\\"strCheckout\\\":\\\"2022-04-06\\\",\\\"SearchHotelTraceId\\\":\\\"c87df-897b4-c2852-20e5a\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid6247021855\\\"}\",\"index\":0}','2022-04-02 15:45:35'),(347,'5115b-c5f68-3cc2f-f7ee3','{\"item\":{\"SearchHotelTraceId\":\"5115b-c5f68-3cc2f-f7ee3\",\"HotelId\":\"hsid9989420110-9506152033\",\"HotelName\":\"FABHOTEL ROYAL INN I\",\"HotelDescription\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\",\"HotelImages\":[{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODcwLmpwZz9rPTQzNDE5MmMxMzQwN2U4ZDgwMjNhMDM3NmZiMWUyOGQ0ODU3MDYzNDMyNzcyYjcxMDYxMmNhMWFlZTA3YmRmNmYmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS8wZmJkY2FkY2E1M2JhNTAyYzg1ZDA4NmVlNjhkNDI4OC5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9xLXh4LmJzdGF0aWMuY29tL3hkYXRhL2ltYWdlcy9ob3RlbC9tYXg1MDAvMzE5NzkxODA0LmpwZz9rPTFkYTZlYWFlNzY5OThjYzc2MjhmZTEwZTkxY2NmNWJiMzFmYzk3Mjg4MWVhMDliZDhkNGQxYmZiNjlhZjcxMWQmbz0mcz0zMTJ4\"},{\"tns\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\",\"url\":\"http:\\/\\/hotel.atlastravelsonline.com\\/\\/cpfv3\\/images\\/?image=aHR0cHM6Ly9waXg4LmFnb2RhLm5ldC9ob3RlbEltYWdlcy8yODIxNDY1Mi8tMS9jY2RiYTM1YjQ2ZjdiOGI5Njg4ZmUxYmMxNmIwNjIxYy5qcGc\\/Y2E9MjImY2U9MCZzPTMxMng=\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.8269362\",\"lt\":\"18.9799289\"},\"HotelAddress\":\"Fortune Vue- A wing, Bapurao Jagat Marg, Jacob Circle, Mahalaxmi\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":\"<br><br><strong>Important Notice:<br><br><br>Child and extra bed policy : <br><br> Infant - year(s) stay for free if using existing bedding. Note if you need a cot there may be an extra charge.<br><br>Children -year(s) must use an extra bed.<br><br>Guests over  years old are considered as an adults.<br>Extra beds are depend on the room you choose, please check the individual room policy for more details.<\\/strong>\"},\"val\":{\"Rooms\":[{\"id\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )_1_0\",\"RoomCategory\":\"Deluxe Room\",\"RoomType\":\"Single-Deluxe Room-1-Breakfast Benefit : ( Breakfast,Free WiFi,Drinking water )\",\"Adult\":1,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalRoomPrice\":2831.51,\"TotalFare\":2831.51,\"TotalBaseFare\":2807.91,\"TotalNetFare\":2831.51,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SBP\":2807.91,\"MFT\":3.6,\"MF\":20},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"TAF\":23.6,\"BF\":2807.91,\"NF\":2831.51,\"TF\":2831.51},\"afc\":{\"TAF\":{\"SBP\":2807.91,\"MFT\":3.6,\"MF\":20}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":3032,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-02T15:50:54.229\",\"ToDate\":\"2022-04-05T12:00\",\"strFromDate\":\"02-Apr-2022\",\"strToDate\":\"05-Apr-2022\",\"Charge\":2807.91,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"1_0_6248236365618e243306e80a\",\"NoOfRooms\":\"1\",\"TotalPax\":1,\"Nights\":1,\"RoomTotalPrice\":2831.51,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":3032,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2831.51,\"PublishFare\":3031.9809080000005,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":169.8906,\"intSTaxOnAgencyMarkUp\":30.580308,\"intAgencyMarkUpWithSTax\":200.470908,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3031.9809080000005,\"CostToAgent\":3031.9809080000005}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"06\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"699261\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"1\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 1},{\\\\\\\"totaladult\\\\\\\" : 1},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"05\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699261\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"1\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-05\\\",\\\"checkoutDate\\\":\\\"2022-04-06\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"1\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699261\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-05\\\",\\\"strCheckout\\\":\\\"2022-04-06\\\",\\\"SearchHotelTraceId\\\":\\\"5115b-c5f68-3cc2f-f7ee3\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid9989420110\\\"}\",\"index\":0}','2022-04-02 16:00:10'),(349,'27198-7c713-852f1-81bf1','{\"item\":{\"SearchHotelTraceId\":\"27198-7c713-852f1-81bf1\",\"HotelId\":\"hsid4988523636-0052224481\",\"HotelName\":\"Hotel Palazzo Inn\",\"HotelDescription\":null,\"HotelImages\":[{\"tns\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/2647\\/2647810\\/images\\/154391050813_2eBRCm_tn.jpg\",\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/2647\\/2647810\\/images\\/154391050813_2eBRCm_tn.jpg\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"77.071694\",\"lt\":\"28.620923\"},\"HotelAddress\":\"Janakpuri\",\"HotelCity\":\"DELHI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":null,\"des\":null},\"val\":{\"Rooms\":[{\"id\":\"0001594021_0000489336_0\",\"RoomCategory\":\"Classic Room\",\"RoomType\":\"Classic Room\",\"Adult\":2,\"Child\":0,\"MealBase\":\"ROOM ONLY\",\"TotalRoomPrice\":2959.1,\"TotalFare\":2959.1,\"TotalBaseFare\":2935.5,\"TotalNetFare\":2959.1,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"TTSF\":342,\"MFT\":3.6,\"SDS\":150,\"SAC\":169.07,\"SNP\":3022.93,\"SBP\":3000,\"TSF\":342,\"SGP\":3192,\"MF\":20},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-256.5,\"BF\":2935.5,\"TAF\":23.6,\"TF\":2959.1,\"NF\":2959.1},\"afc\":{\"TAF\":{\"TTSF\":342,\"MFT\":3.6,\"SDS\":150,\"SAC\":169.07,\"SNP\":3022.93,\"SBP\":3000,\"TSF\":342,\"SGP\":3192,\"MF\":20}}}],\"gtxMarkUp\":0,\"HotelRoomPrice\":3169,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":177.546,\"intSTaxOnAgencyMarkUp\":31.95828,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3168.6042799999996,\"CostToAgent\":3168.6042799999996,\"pernightperroomprice\":3169,\"arrMarkUps\":{\"intBasePrice\":2959.1,\"PublishFare\":3168.6042799999996,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":177.546,\"intSTaxOnAgencyMarkUp\":31.95828,\"intAgencyMarkUpWithSTax\":209.50428,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3168.6042799999996,\"CostToAgent\":3168.6042799999996},\"CancelArr\":{\"cancel\":[{\"FromDate\":\"2022-04-04T11:35:28.612\",\"ToDate\":\"2022-04-14T12:00\",\"strFromDate\":\"04-Apr-2022\",\"strToDate\":\"14-Apr-2022\",\"Charge\":2935.5,\"Currency\":\"INR\"}],\"getfullrefund\":false,\"fullrefund\":\"No Free cancellation\"},\"rooms\":\"1\",\"nights\":1}],\"RoomId\":\"7_0_2647810\",\"NoOfRooms\":\"1\",\"TotalPax\":2,\"Nights\":1,\"RoomTotalPrice\":2959.1,\"GtxMarkUp\":null,\"iopr\":false,\"ipr\":false,\"gtxMarkUp\":0,\"HotelRoomPrice\":3169,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":177.546,\"intSTaxOnAgencyMarkUp\":31.95828,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3168.6042799999996,\"CostToAgent\":3168.6042799999996,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":2959.1,\"PublishFare\":3168.6042799999996,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":177.546,\"intSTaxOnAgencyMarkUp\":31.95828,\"intAgencyMarkUpWithSTax\":209.50428,\"TotalMarkUpValue\":6,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3168.6042799999996,\"CostToAgent\":3168.6042799999996}},\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"14\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"15\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"14\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-14\\\",\\\"checkoutDate\\\":\\\"2022-04-15\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-14\\\",\\\"strCheckout\\\":\\\"2022-04-15\\\",\\\"SearchHotelTraceId\\\":\\\"27198-7c713-852f1-81bf1\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid4988523636\\\"}\",\"index\":0}','2022-04-04 11:34:58'),(350,'c058c-71a11-d4f53-f1362','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"07\\/04\\/2022\",\"check_out\":\"08\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"07\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-07\",\"checkoutDate\":\"2022-04-08\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-07\",\"strCheckout\":\"2022-04-08\",\"SearchHotelTraceId\":\"c058c-71a11-d4f53-f1362\",\"interNationalSearch\":false,\"searchIds\":\"hsid0712839640\"}','2022-04-04 15:09:39'),(351,'3d191-33af0-aae57-6db5c','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"07\\/04\\/2022\",\"check_out\":\"08\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"07\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-07\",\"checkoutDate\":\"2022-04-08\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-07\",\"strCheckout\":\"2022-04-08\",\"SearchHotelTraceId\":\"3d191-33af0-aae57-6db5c\",\"interNationalSearch\":false,\"searchIds\":\"hsid4379248788\"}','2022-04-04 15:12:54'),(352,'8c855-b1e7d-754c1-b1494','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"07\\/04\\/2022\",\"check_out\":\"08\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"07\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-07\",\"checkoutDate\":\"2022-04-08\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-07\",\"strCheckout\":\"2022-04-08\",\"SearchHotelTraceId\":\"8c855-b1e7d-754c1-b1494\",\"interNationalSearch\":false,\"searchIds\":\"hsid5603010018\"}','2022-04-04 15:13:06'),(353,'a87aa-d6342-7efc8-82da4','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"MUMBAI (INDIA)\",\"check_in\":\"05\\/04\\/2022\",\"check_out\":\"06\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"740051\",\"destination\":\"MUMBAI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"1\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 1},{\\\"totaladult\\\" : 1},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"05\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"740051\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"1\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-05\",\"checkoutDate\":\"2022-04-06\",\"roomInfo\":[{\"numberOfAdults\":\"1\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"740051\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-05\",\"strCheckout\":\"2022-04-06\",\"SearchHotelTraceId\":\"a87aa-d6342-7efc8-82da4\",\"interNationalSearch\":false,\"searchIds\":\"hsid4051178016\"}','2022-04-05 10:36:42'),(354,'beeec-f8f28-35844-05219','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"11\\/04\\/2022\",\"check_out\":\"12\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"11\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-11\",\"checkoutDate\":\"2022-04-12\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-11\",\"strCheckout\":\"2022-04-12\",\"SearchHotelTraceId\":\"beeec-f8f28-35844-05219\",\"interNationalSearch\":false,\"searchIds\":\"hsid9647767246\"}','2022-04-05 11:13:42'),(355,'69c2e-4e7c7-f1f18-d81d2','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"11\\/04\\/2022\",\"check_out\":\"12\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"11\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-11\",\"checkoutDate\":\"2022-04-12\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-11\",\"strCheckout\":\"2022-04-12\",\"SearchHotelTraceId\":\"69c2e-4e7c7-f1f18-d81d2\",\"interNationalSearch\":false,\"searchIds\":\"hsid3279237887\"}','2022-04-05 12:13:59'),(356,'87253-dbc1e-38feb-843d1','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"11\\/04\\/2022\",\"check_out\":\"12\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"11\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-11\",\"checkoutDate\":\"2022-04-12\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-11\",\"strCheckout\":\"2022-04-12\",\"SearchHotelTraceId\":\"87253-dbc1e-38feb-843d1\",\"interNationalSearch\":false,\"searchIds\":\"hsid6878655487\"}','2022-04-05 12:16:32'),(357,'3c5e0-bcd0c-2838a-e55fb','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"10\\/04\\/2022\",\"check_out\":\"11\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"10\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-10\",\"checkoutDate\":\"2022-04-11\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-10\",\"strCheckout\":\"2022-04-11\",\"SearchHotelTraceId\":\"3c5e0-bcd0c-2838a-e55fb\",\"interNationalSearch\":false,\"searchIds\":\"hsid7053634255\"}','2022-04-05 12:16:54'),(358,'ad711-387b1-5ae68-64f8c','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"11\\/04\\/2022\",\"check_out\":\"12\\/04\\/2022\",\"Nationality\":\"106\",\"adult\":[\"2\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"infant\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"child1_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"child2_age\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"],\"cityid\":\"0\",\"TBBCityId\":\"725862\",\"destination\":\"DELHI\",\"hotel_countryCode\":\"\",\"GuestNationality\":\"IN\",\"room\":\"1\",\"totadlt\":\"2\",\"totchld\":\"0\",\"totinfnt\":\"0\",\"travelers\":\"\",\"roominfojson\":\"[{\\\"totalRoom\\\" : 1},{\\\"totalTraveler\\\" : 2},{\\\"totaladult\\\" : 2},{\\\"totalchild\\\" : 0},{\\\"totalinfant\\\" : 0}]\",\"memberdata\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"TBOdata\":{\"CheckInDate\":\"11\\/04\\/2022\",\"NoOfNights\":1,\"CityId\":\"725862\",\"CountryCode\":\"\",\"IsTBOMapped\":true,\"ResultCount\":null,\"PreferredCurrency\":\"INR\",\"GuestNationality\":\"IN\",\"NoOfRooms\":\"1\",\"RoomGuests\":[{\"NoOfAdults\":\"2\",\"NoOfChild\":\"0\",\"ChildAge\":null}],\"PreferredHotel\":\"\",\"MaxRating\":5,\"MinRating\":0,\"ReviewScore\":null,\"IsNearBySearchAllowed\":false},\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-04-11\",\"checkoutDate\":\"2022-04-12\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"725862\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-04-11\",\"strCheckout\":\"2022-04-12\",\"SearchHotelTraceId\":\"ad711-387b1-5ae68-64f8c\",\"interNationalSearch\":false,\"searchIds\":\"hsid6972506145\"}','2022-04-05 12:16:54'),(360,'73ebb-46100-79264-ce9ba','{\"item\":{\"SearchHotelTraceId\":\"73ebb-46100-79264-ce9ba\",\"HotelId\":\"hsid0101094186-39323845\",\"HotelName\":\"Spot On 78038 Nitya Home Stay\",\"HotelImage\":[{\"tns\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/22477619\\/-1\\/bd4bdf88f1fb55bc4cf6372fa9608fcc.jpg?ca=18&ce=1&s=312x\"}],\"Geolocation\":{\"ln\":\"77.370384\",\"lt\":\"28.619135\"},\"StarRating\":3,\"HotelAddress\":\"63\\/64, SRS Value bazar, B Block Park Jogging & Walking Track, Dadri, Gautam Buddha Nagar, Uttar Pradesh, India, Noida\",\"HotelCity\":\"Noida\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":800,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":646.5,\"gtxMarkUp\":0,\"HotelRoomPrice\":800,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":129.3,\"intSTaxOnAgencyMarkUp\":23.274,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":799.0740000000001,\"CostToAgent\":799.0740000000001,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":646.5,\"PublishFare\":799.0740000000001,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":129.3,\"intSTaxOnAgencyMarkUp\":23.274,\"intAgencyMarkUpWithSTax\":152.574,\"TotalMarkUpValue\":20,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":799.0740000000001,\"CostToAgent\":799.0740000000001}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":false,\"five\":false}},\"index\":36,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"15\\\\\\/04\\\\\\/2022\\\",\\\"check_out\\\":\\\"16\\\\\\/04\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"infant\\\":[\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\",\\\"0\\\"],\\\"child1_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"child2_age\\\":[\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\",\\\"1\\\"],\\\"cityid\\\":\\\"0\\\",\\\"TBBCityId\\\":\\\"725862\\\",\\\"destination\\\":\\\"DELHI\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"1\\\",\\\"totadlt\\\":\\\"2\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 1},{\\\\\\\"totalTraveler\\\\\\\" : 2},{\\\\\\\"totaladult\\\\\\\" : 2},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"15\\\\\\/04\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"725862\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"1\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-04-15\\\",\\\"checkoutDate\\\":\\\"2022-04-16\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"725862\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-04-15\\\",\\\"strCheckout\\\":\\\"2022-04-16\\\",\\\"SearchHotelTraceId\\\":\\\"73ebb-46100-79264-ce9ba\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid0101094186\\\"}\"}','2022-04-08 15:37:11'),(361,'11-8567973511_0PATBOMSG392_12777855196119','{\"FlightBookingData\":[{\"bookingId\":\"TJ109032829236\",\"FlightNumber\":\"SG-392\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:45\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-05-16T10:45\",\"LocalFromTime\":\"2022-05-16 10:45\",\"FromUTCTime\":\"2022-05-16T10:45\",\"LocalToTime\":\"2022-05-16 13:40\",\"ToUTCTime\":\"2022-05-16T13:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 16 May\",\"ArrivalDateTxt\":\"Mon, 16 May\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"20918\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4617.7,\"PublishedFareTxt\":\"4,618\",\"ApiResultIndex\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4300,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4772,\"OfferedFare\":4536,\"CommissionEarned\":81.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8567973511_0PATBOMSG392_7051383325309\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"BaseFareCal\":4572,\"BaseFare\":4300,\"CommissionEarned\":81.7,\"TDS\":-4.3,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":81.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4772,\"CostToCustomer\":4772,\"BaseFareCal\":4572,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":4572,\"intOfferedFare\":4536,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":81.7,\"TripjackTDS\":\"4.3\"}},\"Segments\":[{\"segmentid\":\"249\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-05-16T13:40\",\"SegFlightNumber\":\"SG-392\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2022-05-16T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"20918\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109032829236\",\"FlightNumber\":\"SG-392\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"strTraceId\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:45\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-05-16T10:45\",\"LocalFromTime\":\"2022-05-16 10:45\",\"FromUTCTime\":\"2022-05-16T10:45\",\"LocalToTime\":\"2022-05-16 13:40\",\"ToUTCTime\":\"2022-05-16T13:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 16 May\",\"ArrivalDateTxt\":\"Mon, 16 May\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"20918\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4617.7,\"ApiResultIndex\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4300,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4772,\"OfferedFare\":4536,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"BaseFareCal\":4572,\"BaseFare\":4300,\"CommissionEarned\":81.7,\"TDS\":-4.3,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"249\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-05-16T13:40\",\"SegFlightNumber\":\"SG-392\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2022-05-16T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-8567973511_0PATBOMSG392_12777855196119\",\"localFromDateTime\":\"2022-05-16 10:45\",\"localToDateTime\":\"2022-05-16 13:40\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"20918\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"510\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"153\",\"CustomerMemSysId\":[\"153\"],\"flight_booking_id\":[\"510\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"Vinay.gupta@yahoo.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9820098200\",\"FirstName\":\"Vinay\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-06 11:15:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"153\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"153\",\"CustomerMemSysId\":[\"153\"],\"flight_booking_customer\":[[\"892\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"DirectFlight\":\"1\",\"mytrip_city_from\":\"Patna (PAT)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"PAT\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"16\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Jai Prakash Narayan Arpt (PAT)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"PAT\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"PAT\",\"to\":\"BOM\",\"sourceCityText\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":20918,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"16\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-16\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"363988\",\"TPSysId\":\"363989\",\"VersionId\":[\"67563\"],\"CustomerSysId\":\"189639\",\"TrxId\":\"25247\",\"FareBreakdownid\":[\"353554\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"153\",\"CustomerMemSysId\":[\"153\"],\"flight_booking_id\":[\"510\"]}}','2022-05-06 11:15:17'),(365,'1-8439445482_3BOMDELG8319_54394846375809','{\"BookingData\":[{\"bookingId\":\"TJ105733118033\",\"FlightNumber\":\"G8-319\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2022-05-25T09:55\",\"LocalFromTime\":\"2022-05-25 09:55\",\"FromUTCTime\":\"2022-05-25T09:55\",\"LocalToTime\":\"2022-05-25 12:10\",\"ToUTCTime\":\"2022-05-25T12:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 May\",\"ArrivalDateTxt\":\"Wed, 25 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4220.7,\"PublishedFareTxt\":\"4,221\",\"ApiResultIndex\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3513,\"Tax\":707.7,\"YQTax\":0,\"OtherCharges\":508,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220.7,\"PublishedFare\":4381.61,\"OfferedFare\":4145.61,\"CommissionEarned\":75.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.95,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-8439445482_0BOMDELG8319_22321527166932\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":707.7,\"BaseFareCal\":4181.61,\"BaseFare\":3513,\"CommissionEarned\":75.09,\"TDS\":-3.95,\"MF\":15,\"YQ\":0,\"AGST\":182,\"MFT\":2.7,\"OT\":508,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":75.09,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4381.61,\"CostToCustomer\":4381.61,\"BaseFareCal\":4181.61,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":4181.61,\"intOfferedFare\":4145.61,\"intPublishFare\":4220.7,\"TripjackMarkup\":0,\"TripjackCommission\":75.09,\"TripjackTDS\":\"3.95\"}},\"Segments\":[{\"segmentid\":\"255\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-05-25T12:10\",\"SegFlightNumber\":\"G8-319\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-25T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"255\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105733118033\",\"FlightNumber\":\"G8-319\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"strTraceId\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:10\",\"TravelDate\":\"2022-05-25T09:55\",\"LocalFromTime\":\"2022-05-25 09:55\",\"FromUTCTime\":\"2022-05-25T09:55\",\"LocalToTime\":\"2022-05-25 12:10\",\"ToUTCTime\":\"2022-05-25T12:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 May\",\"ArrivalDateTxt\":\"Wed, 25 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4220.7,\"ApiResultIndex\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3513,\"Tax\":707.7,\"YQTax\":0,\"OtherCharges\":508,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":182,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4220.7,\"PublishedFare\":4381.61,\"OfferedFare\":4145.61,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":707.7,\"BaseFareCal\":4181.61,\"BaseFare\":3513,\"CommissionEarned\":75.09,\"TDS\":-3.95,\"MF\":15,\"YQ\":0,\"AGST\":182,\"MFT\":2.7,\"OT\":508,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"255\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-05-25T12:10\",\"SegFlightNumber\":\"G8-319\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-25T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-8439445482_3BOMDELG8319_54394846375809\",\"localFromDateTime\":\"2022-05-25 09:55\",\"localToDateTime\":\"2022-05-25 12:10\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"25\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BOM\",\"to\":\"DEL\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":18676,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=25%2F05%2F2022&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"kumar.saujanya@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9699883388\",\"FirstName\":\"Saujanya Kumar \",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-10 00:20:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"156\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"366224\",\"TPSysId\":\"366225\",\"VersionId\":[\"68429\"],\"CustomerSysId\":\"190975\",\"TrxId\":\"25415\",\"FareBreakdownid\":[\"353657\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"895\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"156\",\"CustomerMemSysId\":[\"156\"],\"flight_booking_id\":[\"513\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-05-10 00:21:17'),(367,'21-10-15-2-2375065272_1BOMBLRUK845_5196108539749','{\"BookingData\":[{\"bookingId\":\"TJ108933935274\",\"FlightNumber\":\"UK-845\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-05-20T06:00\",\"LocalFromTime\":\"2022-05-20 06:00\",\"FromUTCTime\":\"2022-05-20T06:00\",\"LocalToTime\":\"2022-05-20 07:50\",\"ToUTCTime\":\"2022-05-20T07:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 20 May\",\"ArrivalDateTxt\":\"Fri, 20 May\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13601.4,\"PublishedFareTxt\":\"13,601\",\"ApiResultIndex\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11940,\"Tax\":1661.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13601.4,\"PublishedFare\":13346.66,\"OfferedFare\":12874.66,\"CommissionEarned\":726.74,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-38.26,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2375065272_0BOMBLRUK845_16064955218363\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":72,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1661.4,\"BaseFareCal\":12946.66,\"BaseFare\":11940,\"CommissionEarned\":726.74,\"TDS\":-38.26,\"MF\":30,\"YQ\":0,\"AGST\":610,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"intTotalGST\":72,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":726.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":400,\"IntTaxOnAgencyFixMarkUp\":72,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":72,\"PublishFare\":13346.66,\"CostToCustomer\":13346.66,\"BaseFareCal\":12946.66,\"intCommisionEarnedForAgency\":400,\"CostToCompany\":12946.66,\"intOfferedFare\":12874.66,\"intPublishFare\":13601.4,\"TripjackMarkup\":0,\"TripjackCommission\":726.74,\"TripjackTDS\":\"38.26\"}},\"Segments\":[{\"segmentid\":\"822\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-05-20T07:50\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ108933935274\",\"FlightNumber\":\"UK-845\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:00\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-05-20T06:00\",\"LocalFromTime\":\"2022-05-20 06:00\",\"FromUTCTime\":\"2022-05-20T06:00\",\"LocalToTime\":\"2022-05-20 07:50\",\"ToUTCTime\":\"2022-05-20T07:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":110,\"DepartureDateTxt\":\"Fri, 20 May\",\"ArrivalDateTxt\":\"Fri, 20 May\",\"FlightDuration\":\"1h 50m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":13601.4,\"ApiResultIndex\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11940,\"Tax\":1661.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":610,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":13601.4,\"PublishedFare\":13346.66,\"OfferedFare\":12874.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1661.4,\"BaseFareCal\":12946.66,\"BaseFare\":11940,\"CommissionEarned\":726.74,\"TDS\":-38.26,\"MF\":30,\"YQ\":0,\"AGST\":610,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"822\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-05-20T07:50\",\"SegFlightNumber\":\"UK-845\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-20T06:00\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":110,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:00\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-2375065272_1BOMBLRUK845_5196108539749\",\"localFromDateTime\":\"2022-05-20 06:00\",\"localToDateTime\":\"2022-05-20 07:50\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Bengaluru (BLR)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"BLR\",\"ContSysId\":\"0\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"departure_date\":\"20\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"BLR\",\"from\":\"BOM\",\"to\":\"BLR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"sourceCityId\":18676,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"20\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-20\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Bengaluru+%28BLR%29&adults=2&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=BLR&ContSysId=0&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Bengaluru%2C+IN+-+Bengaluru+Intl+Arpt+%28BLR%29&departure_date=20%2F05%2F2022&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Bengaluru+Intl+Arpt+%28BLR%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"exhobuzz@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Mukesh\",\"LastName\":\"Mistry\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-19 11:16:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"157\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"27ABFPY5831M1ZY\",\"companyname\":\"Kuchbheee.com\",\"gstemail\":\"jbyadav.211@gmail.com\",\"gstphone\":\"9673086306\",\"gstaddress\":\"402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY\",\"gststate\":\"Maharashtra\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"157\",\"EmailId\":\"exhobuzz@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Jyoti \",\"LastName\":\"Yadav\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-19 11:16:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"536\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"372520\",\"TPSysId\":\"372521\",\"VersionId\":[\"70544\"],\"CustomerSysId\":\"193906\",\"TrxId\":\"25887\",\"FareBreakdownid\":[\"353984\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"896\",\"897\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"157\",\"CustomerMemSysId\":[\"157\",\"536\"],\"flight_booking_id\":[\"514\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-05-19 11:24:24'),(368,'5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698','{\"FlightBookingData\":[{\"bookingId\":\"TJ104433954597\",\"FlightNumber\":\"6E-2053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2022-05-21T23:10\",\"LocalFromTime\":\"2022-05-21 23:10\",\"FromUTCTime\":\"2022-05-21T23:10\",\"LocalToTime\":\"2022-05-22 08:15\",\"ToUTCTime\":\"2022-05-22T08:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":300,\"LAYOVERDuration\":\"5h 0m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Sat, 21 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8436.7,\"PublishedFareTxt\":\"8,437\",\"ApiResultIndex\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7250,\"Tax\":1186.7,\"YQTax\":0,\"OtherCharges\":799,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":370,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8436.7,\"PublishedFare\":8603.82,\"OfferedFare\":8367.82,\"CommissionEarned\":68.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.62,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5994025601_0BLRDEL6E2053DELUDR6E6019_14156479524278\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1186.7,\"BaseFareCal\":8403.82,\"BaseFare\":7250,\"CommissionEarned\":68.88,\"TDS\":-3.62,\"MF\":15,\"YQ\":0,\"AGST\":370,\"MFT\":2.7,\"OT\":799,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":68.88,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":8603.82,\"CostToCustomer\":8603.82,\"BaseFareCal\":8403.82,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":8403.82,\"intOfferedFare\":8367.82,\"intPublishFare\":8436.7,\"TripjackMarkup\":0,\"TripjackCommission\":68.88,\"TripjackTDS\":\"3.62\"}},\"Segments\":[{\"segmentid\":\"327\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-05-22T02:00\",\"SegFlightNumber\":\"6E-2053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-05-21T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":300,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"02:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"5h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"328\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:15\",\"SegFlightNumber\":\"6E-6019\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-22T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CCWT\",\"Price\":175,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"VPAV\",\"Price\":250,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CNWT\",\"Price\":275,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"AOAT\",\"Price\":325,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"PBMR\",\"Price\":375,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHCR\",\"Price\":375,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHBR\",\"Price\":375,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHNM\",\"Price\":425,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CKKU\",\"Price\":450,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"VLML\",\"Price\":500,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"NLVG\",\"Price\":500,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"LCVG\",\"Price\":500,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"DBVG\",\"Price\":500,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"327\",\"Code\":\"CHNS\",\"Price\":500,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104433954597\",\"FlightNumber\":\"6E-2053\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"strTraceId\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:10\",\"ArrivalTime\":\"08:15\",\"TravelDate\":\"2022-05-21T23:10\",\"LocalFromTime\":\"2022-05-21 23:10\",\"FromUTCTime\":\"2022-05-21T23:10\",\"LocalToTime\":\"2022-05-22 08:15\",\"ToUTCTime\":\"2022-05-22T08:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":300,\"LAYOVERDuration\":\"5h 0m\",\"FlyingMinutes\":545,\"DepartureDateTxt\":\"Sat, 21 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"9h 5m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":8436.7,\"ApiResultIndex\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":7250,\"Tax\":1186.7,\"YQTax\":0,\"OtherCharges\":799,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":370,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8436.7,\"PublishedFare\":8603.82,\"OfferedFare\":8367.82,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1186.7,\"BaseFareCal\":8403.82,\"BaseFare\":7250,\"CommissionEarned\":68.88,\"TDS\":-3.62,\"MF\":15,\"YQ\":0,\"AGST\":370,\"MFT\":2.7,\"OT\":799,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"327\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-05-22T02:00\",\"SegFlightNumber\":\"6E-2053\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-05-21T23:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":170,\"GroundTime\":300,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:10\",\"strArrivalDtTime\":\"02:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":\"5h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"328\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:15\",\"SegFlightNumber\":\"6E-6019\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-22T07:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"08:15\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5994025601_2BLRDEL6E2053DELUDR6E6019_29159263720698\",\"localFromDateTime\":\"2022-05-21 23:10\",\"localToDateTime\":\"2022-05-22 08:15\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"515\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"158\",\"CustomerMemSysId\":[\"158\"],\"flight_booking_id\":[\"515\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"mkmistry.79@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Mukesh\",\"LastName\":\"Mistry\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-19 14:14:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"158\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"158\",\"CustomerMemSysId\":[\"158\"],\"flight_booking_customer\":[[\"898\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Udaipur (UDR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"departure_date\":\"21\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt (UDR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"BLR\",\"to\":\"UDR\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"sourceCityId\":0,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-21\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"372801\",\"TPSysId\":\"372802\",\"VersionId\":[\"70672\"],\"CustomerSysId\":\"197358\",\"TrxId\":\"25908\",\"FareBreakdownid\":[\"354006\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"158\",\"CustomerMemSysId\":[\"158\"],\"flight_booking_id\":[\"515\"]}}','2022-05-19 14:14:24'),(370,'5-3993333179_0BOMUDR6E5372_11888561049217','{\"BookingData\":[{\"bookingId\":\"TJ102734100032\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"PublishedFareTxt\":\"5,646\",\"ApiResultIndex\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"CommissionEarned\":46.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3993333179_0BOMUDR6E5372_6504496745232\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5835.15,\"CostToCustomer\":5835.15,\"BaseFareCal\":5635.15,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5635.15,\"intOfferedFare\":5599.15,\"intPublishFare\":5645.7,\"TripjackMarkup\":0,\"TripjackCommission\":46.55,\"TripjackTDS\":\"2.45\"}},\"Segments\":[{\"segmentid\":\"885\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CCWT\",\"Price\":175,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"VPAV\",\"Price\":250,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CNWT\",\"Price\":275,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"AOAT\",\"Price\":325,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"PBMR\",\"Price\":375,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHCR\",\"Price\":375,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHBR\",\"Price\":375,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHNM\",\"Price\":425,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CKKU\",\"Price\":450,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"VLML\",\"Price\":500,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"NLVG\",\"Price\":500,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"LCVG\",\"Price\":500,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"DBVG\",\"Price\":500,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"885\",\"Code\":\"CHNS\",\"Price\":500,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102734100032\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"strTraceId\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"ApiResultIndex\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"885\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3993333179_0BOMUDR6E5372_11888561049217\",\"localFromDateTime\":\"2022-05-22 06:35\",\"localToDateTime\":\"2022-05-22 08:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Udaipur (UDR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"departure_date\":\"22\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt (UDR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"BOM\",\"to\":\"UDR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"sourceCityId\":18676,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Udaipur+%28UDR%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=UDR&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Udaipur%2C+IN+-+Maharana+Pratap+Arpt+%28UDR%29&departure_date=22%2F05%2F2022&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Maharana+Pratap+Arpt+%28UDR%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"mkmistry.79@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Mukesh\",\"LastName\":\"Mistry\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-21 10:06:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"537\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"373958\",\"TPSysId\":\"373959\",\"VersionId\":[\"71189\"],\"CustomerSysId\":\"197358\",\"TrxId\":\"25995\",\"FareBreakdownid\":[\"354071\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"899\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"537\",\"CustomerMemSysId\":[\"537\"],\"flight_booking_id\":[\"516\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-05-21 10:07:32'),(371,'5-4533586076_0BOMUDR6E5372_7382062817351','{\"FlightBookingData\":[{\"bookingId\":\"TJ105334100192\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"PublishedFareTxt\":\"5,646\",\"ApiResultIndex\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"CommissionEarned\":46.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4533586076_0BOMUDR6E5372_11723794628377\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5835.15,\"CostToCustomer\":5835.15,\"BaseFareCal\":5635.15,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5635.15,\"intOfferedFare\":5599.15,\"intPublishFare\":5645.7,\"TripjackMarkup\":0,\"TripjackCommission\":46.55,\"TripjackTDS\":\"2.45\"}},\"Segments\":[{\"segmentid\":\"367\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CCWT\",\"Price\":175,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"VPAV\",\"Price\":250,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CNWT\",\"Price\":275,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"AOAT\",\"Price\":325,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"PBMR\",\"Price\":375,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHCR\",\"Price\":375,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHBR\",\"Price\":375,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHNM\",\"Price\":425,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CKKU\",\"Price\":450,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"VLML\",\"Price\":500,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"NLVG\",\"Price\":500,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"LCVG\",\"Price\":500,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"DBVG\",\"Price\":500,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"367\",\"Code\":\"CHNS\",\"Price\":500,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105334100192\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"strTraceId\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"ApiResultIndex\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"367\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4533586076_0BOMUDR6E5372_7382062817351\",\"localFromDateTime\":\"2022-05-22 06:35\",\"localToDateTime\":\"2022-05-22 08:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"517\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"538\",\"CustomerMemSysId\":[\"538\"],\"flight_booking_id\":[\"517\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"mkmistry.79@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Mukesh\",\"LastName\":\"Mistrh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-21 10:09:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"538\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"538\",\"CustomerMemSysId\":[\"538\"],\"flight_booking_customer\":[[\"900\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Udaipur (UDR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"departure_date\":\"22\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt (UDR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"BOM\",\"to\":\"UDR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"sourceCityId\":18676,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-22\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"373960\",\"TPSysId\":\"373961\",\"VersionId\":[\"71190\"],\"CustomerSysId\":\"197358\",\"TrxId\":\"25996\",\"FareBreakdownid\":[\"354072\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"538\",\"CustomerMemSysId\":[\"538\"],\"flight_booking_id\":[\"517\"]}}','2022-05-21 10:09:39'),(373,'5-9618631815_0BOMUDR6E5372_17910604854564','{\"BookingData\":[{\"bookingId\":\"TJ105434100290\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"PublishedFareTxt\":\"5,646\",\"ApiResultIndex\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"CommissionEarned\":46.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9618631815_0BOMUDR6E5372_17919775029699\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":46.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5835.15,\"CostToCustomer\":5835.15,\"BaseFareCal\":5635.15,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5635.15,\"intOfferedFare\":5599.15,\"intPublishFare\":5645.7,\"TripjackMarkup\":0,\"TripjackCommission\":46.55,\"TripjackTDS\":\"2.45\"}},\"Segments\":[{\"segmentid\":\"907\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CCWT\",\"Price\":175,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VPAV\",\"Price\":250,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CNWT\",\"Price\":275,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"AOAT\",\"Price\":325,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"PBMR\",\"Price\":375,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHCR\",\"Price\":375,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHBR\",\"Price\":375,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHNM\",\"Price\":425,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CKKU\",\"Price\":450,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VLML\",\"Price\":500,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"NLVG\",\"Price\":500,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"LCVG\",\"Price\":500,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"DBVG\",\"Price\":500,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"907\",\"Code\":\"CHNS\",\"Price\":500,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105434100290\",\"FlightNumber\":\"6E-5372\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-05-22T06:35\",\"LocalFromTime\":\"2022-05-22 06:35\",\"FromUTCTime\":\"2022-05-22T06:35\",\"LocalToTime\":\"2022-05-22 08:00\",\"ToUTCTime\":\"2022-05-22T08:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 22 May\",\"ArrivalDateTxt\":\"Sun, 22 May\",\"FlightDuration\":\"1h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"28058\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"UDR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5645.7,\"ApiResultIndex\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4900,\"Tax\":745.7,\"YQTax\":0,\"OtherCharges\":478,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5645.7,\"PublishedFare\":5835.15,\"OfferedFare\":5599.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":745.7,\"BaseFareCal\":5635.15,\"BaseFare\":4900,\"CommissionEarned\":46.55,\"TDS\":-2.45,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":478,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"907\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Maharana Pratap Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Udaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"UDR\",\"destinationArrTime\":\"2022-05-22T08:00\",\"SegFlightNumber\":\"6E-5372\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-05-22T06:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9618631815_0BOMUDR6E5372_17910604854564\",\"localFromDateTime\":\"2022-05-22 06:35\",\"localToDateTime\":\"2022-05-22 08:00\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"UDR\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"28058\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Udaipur (UDR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BOM\",\"ContSysId_1\":\"101\",\"destination_city\":\"UDR\",\"ContSysId\":\"101\",\"source\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destination\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"departure_date\":\"22\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Maharana Pratap Arpt (UDR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BOM\",\"destinationCityAirportCode\":\"UDR\",\"from\":\"BOM\",\"to\":\"UDR\",\"sourceCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"destinationCityText\":\"Udaipur, IN - Maharana Pratap Arpt (UDR)\",\"sourceCityId\":18676,\"destinationCityId\":28058,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-22\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Mumbai+%28BOM%29&mytrip_city_to=Udaipur+%28UDR%29&adults=1&childs=0&infants=0&class=2&source_city=BOM&ContSysId_1=101&destination_city=UDR&ContSysId=101&source=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&destination=Udaipur%2C+IN+-+Maharana+Pratap+Arpt+%28UDR%29&departure_date=22%2F05%2F2022&return_date=&from_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&to_mytrip_city=+IN+-+Maharana+Pratap+Arpt+%28UDR%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"exhobuzz@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"08452968506\",\"FirstName\":\"Mukesh\",\"LastName\":\"Mistry\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-21 10:12:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"companyname\":\"Kuchbheee.com\",\"gstnnumber\":\"27ABFPY5831M1ZY\",\"gstaddress\":\"402, VALENTINA BUILDING 4TH FLOOR RELIANCE RESIDENCY\",\"gstcity\":\"undefined\",\"gststate\":\"Maharashtra\",\"gstpincode\":\"undefined\",\"CustomerSysId\":\"539\",\"isgstapply\":\"1\",\"countryCodeISO\":\"IN\",\"gstemail\":\"jbyadav.211@gmail.com\",\"gstphone\":\"9673086306\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"373962\",\"TPSysId\":\"373963\",\"VersionId\":[\"71191\"],\"CustomerSysId\":\"193906\",\"TrxId\":\"25997\",\"FareBreakdownid\":[\"354073\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"901\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"539\",\"CustomerMemSysId\":[\"539\"],\"flight_booking_id\":[\"518\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-05-21 10:12:58'),(375,'4-1986031327_3DELBOMSG711_9041712676173','{\"BookingData\":[{\"bookingId\":\"TJ102534323285\",\"FlightNumber\":\"SG-711\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:40\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2022-05-25T21:40\",\"LocalFromTime\":\"2022-05-25 21:40\",\"FromUTCTime\":\"2022-05-25T21:40\",\"LocalToTime\":\"2022-05-25 23:55\",\"ToUTCTime\":\"2022-05-25T23:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 May\",\"ArrivalDateTxt\":\"Wed, 25 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6332.7,\"PublishedFareTxt\":\"6,333\",\"ApiResultIndex\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4639,\"Tax\":1693.7,\"YQTax\":0,\"OtherCharges\":1430,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6332.7,\"PublishedFare\":6298.75,\"OfferedFare\":6062.75,\"CommissionEarned\":269.95,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.21,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1986031327_0DELBOMSG711_4748709126290\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1693.7,\"BaseFareCal\":6098.75,\"BaseFare\":4639,\"CommissionEarned\":269.95,\"TDS\":-14.21,\"MF\":15,\"YQ\":0,\"AGST\":246,\"MFT\":2.7,\"OT\":1430,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":269.95,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":6298.75,\"CostToCustomer\":6298.75,\"BaseFareCal\":6098.75,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":6098.75,\"intOfferedFare\":6062.75,\"intPublishFare\":6332.7,\"TripjackMarkup\":0,\"TripjackCommission\":269.95,\"TripjackTDS\":\"14.21\"}},\"Segments\":[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-05-25T23:55\",\"SegFlightNumber\":\"SG-711\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-25T21:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"274\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102534323285\",\"FlightNumber\":\"SG-711\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"strTraceId\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:40\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2022-05-25T21:40\",\"LocalFromTime\":\"2022-05-25 21:40\",\"FromUTCTime\":\"2022-05-25T21:40\",\"LocalToTime\":\"2022-05-25 23:55\",\"ToUTCTime\":\"2022-05-25T23:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Wed, 25 May\",\"ArrivalDateTxt\":\"Wed, 25 May\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6332.7,\"ApiResultIndex\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4639,\"Tax\":1693.7,\"YQTax\":0,\"OtherCharges\":1430,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":246,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6332.7,\"PublishedFare\":6298.75,\"OfferedFare\":6062.75,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1693.7,\"BaseFareCal\":6098.75,\"BaseFare\":4639,\"CommissionEarned\":269.95,\"TDS\":-14.21,\"MF\":15,\"YQ\":0,\"AGST\":246,\"MFT\":2.7,\"OT\":1430,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"274\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-05-25T23:55\",\"SegFlightNumber\":\"SG-711\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-25T21:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-1986031327_3DELBOMSG711_9041712676173\",\"localFromDateTime\":\"2022-05-25 21:40\",\"localToDateTime\":\"2022-05-25 23:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"25\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"25\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-25\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=25%2F05%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"Gaurav@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-24 11:43:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"540\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"375665\",\"TPSysId\":\"375666\",\"VersionId\":[],\"CustomerSysId\":\"198786\",\"TrxId\":\"26135\",\"FareBreakdownid\":[]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"902\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"540\",\"CustomerMemSysId\":[\"540\"],\"flight_booking_id\":[\"519\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-05-24 11:43:51'),(376,'21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656','{\"FlightBookingData\":[{\"bookingId\":\"TJ115835773681\",\"FlightNumber\":\"UK-21\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2022-09-11T14:30\",\"LocalFromTime\":\"2022-09-11 14:30\",\"FromUTCTime\":\"2022-09-11T14:30\",\"LocalToTime\":\"2022-09-11 20:10\",\"ToUTCTime\":\"2022-09-11T20:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":550,\"DepartureDateTxt\":\"Sun, 11 Sep\",\"ArrivalDateTxt\":\"Sun, 11 Sep\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CDG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43115,\"Tax\":8531.400000000001,\"YQTax\":0,\"OtherCharges\":6067,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2169,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":51646.399999999994,\"PublishedFare\":53143.44,\"OfferedFare\":-150.32000000000002,\"CommissionEarned\":862.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-15-2-10-2296452358_1CDGDELUK22_24838998996925\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8531.400000000001,\"BaseFareCal\":51143.44,\"BaseFare\":43115,\"CommissionEarned\":862.96,\"TDS\":-45.42,\"MF\":30,\"YQ\":0,\"AGST\":2169,\"MFT\":5.4,\"OT\":6067,\"MU\":0,\"YR\":260,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"470\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Charles De Gaulle Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Paris\",\"destinationCountryName\":\"France\",\"destinationAirportCode\":\"CDG\",\"destinationArrTime\":\"2022-09-11T20:10\",\"SegFlightNumber\":\"UK-21\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-11T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":550,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"9h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2E\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"2022-09-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XHP\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ115835773681\",\"FlightNumber\":\"UK-21\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"strTraceId\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2022-09-11T14:30\",\"LocalFromTime\":\"2022-09-11 14:30\",\"FromUTCTime\":\"2022-09-11T14:30\",\"LocalToTime\":\"2022-09-11 20:10\",\"ToUTCTime\":\"2022-09-11T20:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":550,\"DepartureDateTxt\":\"Sun, 11 Sep\",\"ArrivalDateTxt\":\"Sun, 11 Sep\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CDG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":53143.44,\"ApiResultIndex\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43115,\"Tax\":8531.400000000001,\"YQTax\":0,\"OtherCharges\":6067,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2169,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":51646.399999999994,\"PublishedFare\":53143.44,\"OfferedFare\":-150.32000000000002,\"CommissionEarned\":862.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-15-2-10-2296452358_1CDGDELUK22_24838998996925\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8531.400000000001,\"BaseFareCal\":51143.44,\"BaseFare\":43115,\"CommissionEarned\":862.96,\"TDS\":-45.42,\"MF\":30,\"YQ\":0,\"AGST\":2169,\"MFT\":5.4,\"OT\":6067,\"MU\":0,\"YR\":260,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"470\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Charles De Gaulle Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Paris\",\"destinationCountryName\":\"France\",\"destinationAirportCode\":\"CDG\",\"destinationArrTime\":\"2022-09-11T20:10\",\"SegFlightNumber\":\"UK-21\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-11T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":550,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"9h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2E\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"471\",\"originAirportName\":\"Charles De Gaulle Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Paris\",\"originCountryName\":\"France\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T10:40\",\"SegFlightNumber\":\"UK-22\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CDG\",\"originDepTime\":\"2022-09-25T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":485,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"8h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2E\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-20-12-15-2-10-2296452358_0DELCDGUK21CDGDELUK22_111135941080656\",\"localFromDateTime\":\"2022-09-11 14:30\",\"localToDateTime\":\"2022-09-11 20:10\",\"strSourceAirportCode\":\"CDG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJ115835773681\",\"FlightNumber\":\"UK-22\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2022-09-25T23:05\",\"LocalFromTime\":\"2022-09-25 23:05\",\"FromUTCTime\":\"2022-09-25T23:05\",\"LocalToTime\":\"2022-09-26 10:40\",\"ToUTCTime\":\"2022-09-26T10:40\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":485,\"DepartureDateTxt\":\"Sun, 25 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"CDG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"471\",\"originAirportName\":\"Charles De Gaulle Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Paris\",\"originCountryName\":\"France\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T10:40\",\"SegFlightNumber\":\"UK-22\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CDG\",\"originDepTime\":\"2022-09-25T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":485,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"8h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2E\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"2022-09-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XHP\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"520\",\"521\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"159\",\"CustomerMemSysId\":[\"159\"],\"flight_booking_id\":[\"520\",\"521\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"chewymcgooey@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9810677917\",\"FirstName\":\"Anant\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 14:00:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"B1215172\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2026-06-11\",\"passporIssue\":\"2022-06-13\",\"CustomerSysId\":\"159\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"159\",\"CustomerMemSysId\":[\"159\"],\"flight_booking_customer\":[[\"903\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Paris (XHP)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"XHP\",\"ContSysId\":\"76\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Paris, PAR, FR - Garda de I Est (XHP)\",\"departure_date\":\"11\\/09\\/2022\",\"return_date\":\"25\\/09\\/2022\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" PAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"XHP\",\"from\":\"DEL\",\"to\":\"XHP\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Paris, PAR, FR - Garda de I Est (XHP)\",\"sourceCityId\":7701,\"destinationCityId\":20822,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/09\\/2022\",\"return_dates\":\"25\\/09\\/2022\",\"strDepatureDate\":\"2022-09-11\",\"strReturnDate\":\"2022-09-25\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"388088\",\"TPSysId\":\"388089\",\"VersionId\":[\"75804\"],\"CustomerSysId\":\"207035\",\"TrxId\":\"27306\",\"FareBreakdownid\":[\"354985\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"159\",\"CustomerMemSysId\":[\"159\"],\"flight_booking_id\":[\"520\",\"521\"]}}','2022-06-13 14:00:35'),(377,'21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976','{\"FlightBookingData\":[{\"bookingId\":\"TJ114835791064\",\"FlightNumber\":\"UK-21\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2022-09-11T14:30\",\"LocalFromTime\":\"2022-09-11 14:30\",\"FromUTCTime\":\"2022-09-11T14:30\",\"LocalToTime\":\"2022-09-11 20:10\",\"ToUTCTime\":\"2022-09-11T20:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":550,\"DepartureDateTxt\":\"Sun, 11 Sep\",\"ArrivalDateTxt\":\"Sun, 11 Sep\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CDG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43115,\"Tax\":8531.400000000001,\"YQTax\":0,\"OtherCharges\":6067,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2169,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":51646.399999999994,\"PublishedFare\":53143.44,\"OfferedFare\":-150.32000000000002,\"CommissionEarned\":862.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-15-2-10-9453323553_1CDGDELUK22_21210956625381\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8531.400000000001,\"BaseFareCal\":51143.44,\"BaseFare\":43115,\"CommissionEarned\":862.96,\"TDS\":-45.42,\"MF\":30,\"YQ\":0,\"AGST\":2169,\"MFT\":5.4,\"OT\":6067,\"MU\":0,\"YR\":260,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Charles De Gaulle Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Paris\",\"destinationCountryName\":\"France\",\"destinationAirportCode\":\"CDG\",\"destinationArrTime\":\"2022-09-11T20:10\",\"SegFlightNumber\":\"UK-21\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-11T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":550,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"9h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2E\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"2022-09-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XHP\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ114835791064\",\"FlightNumber\":\"UK-21\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"strTraceId\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:30\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2022-09-11T14:30\",\"LocalFromTime\":\"2022-09-11 14:30\",\"FromUTCTime\":\"2022-09-11T14:30\",\"LocalToTime\":\"2022-09-11 20:10\",\"ToUTCTime\":\"2022-09-11T20:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":550,\"DepartureDateTxt\":\"Sun, 11 Sep\",\"ArrivalDateTxt\":\"Sun, 11 Sep\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CDG\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":53143.44,\"ApiResultIndex\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":43115,\"Tax\":8531.400000000001,\"YQTax\":0,\"OtherCharges\":6067,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":2169,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":51646.399999999994,\"PublishedFare\":53143.44,\"OfferedFare\":-150.32000000000002,\"CommissionEarned\":862.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45.42,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-15-2-10-9453323553_1CDGDELUK22_21210956625381\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8531.400000000001,\"BaseFareCal\":51143.44,\"BaseFare\":43115,\"CommissionEarned\":862.96,\"TDS\":-45.42,\"MF\":30,\"YQ\":0,\"AGST\":2169,\"MFT\":5.4,\"OT\":6067,\"MU\":0,\"YR\":260,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"465\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Charles De Gaulle Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Paris\",\"destinationCountryName\":\"France\",\"destinationAirportCode\":\"CDG\",\"destinationArrTime\":\"2022-09-11T20:10\",\"SegFlightNumber\":\"UK-21\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-11T14:30\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":550,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:30\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"9h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2E\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],[{\"segmentid\":\"466\",\"originAirportName\":\"Charles De Gaulle Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Paris\",\"originCountryName\":\"France\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T10:40\",\"SegFlightNumber\":\"UK-22\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CDG\",\"originDepTime\":\"2022-09-25T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":485,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"8h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2E\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-20-12-15-2-10-9453323553_0DELCDGUK21CDGDELUK22_37043569658976\",\"localFromDateTime\":\"2022-09-11 14:30\",\"localToDateTime\":\"2022-09-11 20:10\",\"strSourceAirportCode\":\"CDG\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJ114835791064\",\"FlightNumber\":\"UK-22\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"539\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"10:40\",\"TravelDate\":\"2022-09-25T23:05\",\"LocalFromTime\":\"2022-09-25 23:05\",\"FromUTCTime\":\"2022-09-25T23:05\",\"LocalToTime\":\"2022-09-26 10:40\",\"ToUTCTime\":\"2022-09-26T10:40\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":485,\"DepartureDateTxt\":\"Sun, 25 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"11h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20822\",\"SourceAirportCode\":\"CDG\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"466\",\"originAirportName\":\"Charles De Gaulle Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Paris\",\"originCountryName\":\"France\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T10:40\",\"SegFlightNumber\":\"UK-22\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CDG\",\"originDepTime\":\"2022-09-25T23:05\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":485,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"10:40\",\"FlightDuration\":\"8h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2E\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"2022-09-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"XHP\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20822\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"522\",\"523\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"541\",\"CustomerMemSysId\":[\"541\"],\"flight_booking_id\":[\"522\",\"523\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"chewymcgooey@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9810677917\",\"FirstName\":\"Anant\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 17:29:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"B1215172\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-06-12\",\"passporIssue\":\"2018-06-06\",\"CustomerSysId\":\"541\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"541\",\"CustomerMemSysId\":[\"541\"],\"flight_booking_customer\":[[\"904\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"DirectFlight\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Paris (XHP)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"XHP\",\"ContSysId\":\"76\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Paris, PAR, FR - Garda de I Est (XHP)\",\"departure_date\":\"11\\/09\\/2022\",\"return_date\":\"25\\/09\\/2022\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" PAR\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"XHP\",\"from\":\"DEL\",\"to\":\"XHP\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Paris, PAR, FR - Garda de I Est (XHP)\",\"sourceCityId\":7701,\"destinationCityId\":20822,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"11\\/09\\/2022\",\"return_dates\":\"25\\/09\\/2022\",\"strDepatureDate\":\"2022-09-11\",\"strReturnDate\":\"2022-09-25\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"388378\",\"TPSysId\":\"388379\",\"VersionId\":[\"75926\"],\"CustomerSysId\":\"207035\",\"TrxId\":\"27331\",\"FareBreakdownid\":[\"355008\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"541\",\"CustomerMemSysId\":[\"541\"],\"flight_booking_id\":[\"522\",\"523\"]}}','2022-06-13 17:29:45'),(378,'4-4761978357_0DELMAASG8207_9867787758427','{\"FlightBookingData\":[{\"bookingId\":\"TJ101936869628\",\"FlightNumber\":\"SG-8207\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"11:40\",\"TravelDate\":\"2022-06-30T08:45\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30T08:45\",\"LocalToTime\":\"2022-06-30 11:40\",\"ToUTCTime\":\"2022-06-30T11:40\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":46,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6432.7,\"PublishedFareTxt\":\"6,433\",\"ApiResultIndex\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5615,\"Tax\":817.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":286,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6432.7,\"PublishedFare\":6602.02,\"OfferedFare\":6366.02,\"CommissionEarned\":66.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.51,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4761978357_0DELMAASG8207_10438518700603\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":817.7,\"BaseFareCal\":6402.02,\"BaseFare\":5615,\"CommissionEarned\":66.68,\"TDS\":-3.51,\"MF\":15,\"YQ\":0,\"AGST\":286,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.68,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":6602.02,\"CostToCustomer\":6602.02,\"BaseFareCal\":6402.02,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":6402.02,\"intOfferedFare\":6366.02,\"intPublishFare\":6432.7,\"TripjackMarkup\":0,\"TripjackCommission\":66.68,\"TripjackTDS\":\"3.51\"}},\"Segments\":[{\"segmentid\":\"678\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-30T11:40\",\"SegFlightNumber\":\"SG-8207\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":46,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"678\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ101936869628\",\"FlightNumber\":\"SG-8207\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"strTraceId\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"11:40\",\"TravelDate\":\"2022-06-30T08:45\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30T08:45\",\"LocalToTime\":\"2022-06-30 11:40\",\"ToUTCTime\":\"2022-06-30T11:40\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":46,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6432.7,\"ApiResultIndex\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5615,\"Tax\":817.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":286,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6432.7,\"PublishedFare\":6602.02,\"OfferedFare\":6366.02,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":817.7,\"BaseFareCal\":6402.02,\"BaseFare\":5615,\"CommissionEarned\":66.68,\"TDS\":-3.51,\"MF\":15,\"YQ\":0,\"AGST\":286,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"678\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-30T11:40\",\"SegFlightNumber\":\"SG-8207\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":46,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-4761978357_0DELMAASG8207_9867787758427\",\"localFromDateTime\":\"2022-06-30 08:45\",\"localToDateTime\":\"2022-06-30 11:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"524\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"160\",\"CustomerMemSysId\":[\"160\"],\"flight_booking_id\":[\"524\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"FGFG@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"5464656554\",\"FirstName\":\"GANESH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 12:48:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"160\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"160\",\"CustomerMemSysId\":[\"160\"],\"flight_booking_customer\":[[\"905\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"MAA\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Chennai, IN - Chennai Arpt (MAA)\",\"departure_date\":\"30\\/06\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"MAA\",\"from\":\"DEL\",\"to\":\"MAA\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"sourceCityId\":7701,\"destinationCityId\":6000,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"30\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-30\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398690\",\"TPSysId\":\"398691\",\"VersionId\":[\"79409\"],\"CustomerSysId\":\"211940\",\"TrxId\":\"28524\",\"FareBreakdownid\":[\"355796\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"160\",\"CustomerMemSysId\":[\"160\"],\"flight_booking_id\":[\"524\"]}}','2022-06-29 12:48:20'),(380,'21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723','{\"FlightBookingData\":[{\"bookingId\":\"TJ107036935055\",\"FlightNumber\":\"AI-665\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2022-07-01T08:00\",\"LocalFromTime\":\"2022-07-01 08:00\",\"FromUTCTime\":\"2022-07-01T08:00\",\"LocalToTime\":\"2022-07-01 13:25\",\"ToUTCTime\":\"2022-07-01T13:25\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":47731.7,\"PublishedFareTxt\":\"47,732\",\"ApiResultIndex\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41914,\"Tax\":5817.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":5070,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":47731.7,\"PublishedFare\":47342.88,\"OfferedFare\":47106.88,\"CommissionEarned\":624.82,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32.89,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_9984348965129\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"BUSINESS\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5817.7,\"BaseFareCal\":47142.88,\"BaseFare\":41914,\"CommissionEarned\":624.82,\"TDS\":-32.89,\"MF\":15,\"YQ\":0,\"AGST\":5070,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":340,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":624.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":47342.88,\"CostToCustomer\":47342.88,\"BaseFareCal\":47142.88,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":47142.88,\"intOfferedFare\":47106.88,\"intPublishFare\":47731.7,\"TripjackMarkup\":0,\"TripjackCommission\":624.82,\"TripjackTDS\":\"32.89\"}},\"Segments\":[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-01T10:10\",\"SegFlightNumber\":\"AI-665\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Z\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-01T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":70,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"753\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2022-07-01T13:25\",\"SegFlightNumber\":\"AI-611\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Z\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-01T11:20\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ107036935055\",\"FlightNumber\":\"AI-665\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"strTraceId\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2022-07-01T08:00\",\"LocalFromTime\":\"2022-07-01 08:00\",\"FromUTCTime\":\"2022-07-01T08:00\",\"LocalToTime\":\"2022-07-01 13:25\",\"ToUTCTime\":\"2022-07-01T13:25\",\"IsDirect\":0,\"FareClass\":\"Z\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":70,\"LAYOVERDuration\":\"1h 10m\",\"FlyingMinutes\":325,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"5h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"12995\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JAI\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":47731.7,\"ApiResultIndex\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":41914,\"Tax\":5817.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":5070,\"CarrierMiscFee\":340,\"MUFee\":0,\"intPublishedFare\":47731.7,\"PublishedFare\":47342.88,\"OfferedFare\":47106.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5817.7,\"BaseFareCal\":47142.88,\"BaseFare\":41914,\"CommissionEarned\":624.82,\"TDS\":-32.89,\"MF\":15,\"YQ\":0,\"AGST\":5070,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":340,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"752\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-01T10:10\",\"SegFlightNumber\":\"AI-665\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Z\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-01T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":70,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"1h 10m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"753\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2022-07-01T13:25\",\"SegFlightNumber\":\"AI-611\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"Z\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-01T11:20\",\"TripIndicator\":\"\",\"Baggage\":\"35KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:20\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-3686669889_0DELBOMAI665BOMJAIAI611_7350950162723\",\"localFromDateTime\":\"2022-07-01 08:00\",\"localToDateTime\":\"2022-07-01 13:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JAI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"12995\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"526\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"162\",\"CustomerMemSysId\":[\"162\"],\"flight_booking_id\":[\"526\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"LEADSERVICE@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"5764756456\",\"FirstName\":\"GANESH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 11:42:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"162\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"162\",\"CustomerMemSysId\":[\"162\"],\"flight_booking_customer\":[[\"907\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Jaipur (JAI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"4\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"JAI\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Jaipur, IN - Sanganeer Arpt (JAI)\",\"departure_date\":\"01\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Sanganeer Arpt (JAI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"JAI\",\"from\":\"DEL\",\"to\":\"JAI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Jaipur, IN - Sanganeer Arpt (JAI)\",\"sourceCityId\":7701,\"destinationCityId\":12995,\"intCountryCode\":\"IN\",\"flight_class\":\"4\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"01\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-01\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399309\",\"TPSysId\":\"399310\",\"VersionId\":[\"79595\"],\"CustomerSysId\":\"212271\",\"TrxId\":\"28589\",\"FareBreakdownid\":[\"355844\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"162\",\"CustomerMemSysId\":[\"162\"],\"flight_booking_id\":[\"526\"]}}','2022-06-30 11:42:21'),(381,'11-2847604955_0DELIXRG8145_34613732852136','{\"FlightBookingData\":[{\"bookingId\":\"TJ109736964477\",\"FlightNumber\":\"G8-145\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:15\",\"ArrivalTime\":\"13:15\",\"TravelDate\":\"2022-07-10T11:15\",\"LocalFromTime\":\"2022-07-10 11:15\",\"FromUTCTime\":\"2022-07-10T11:15\",\"LocalToTime\":\"2022-07-10 13:15\",\"ToUTCTime\":\"2022-07-10T13:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22562\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3967.7,\"PublishedFareTxt\":\"3,968\",\"ApiResultIndex\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4133.4,\"OfferedFare\":3897.4,\"CommissionEarned\":70.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.7,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2847604955_0DELIXRG8145_27663172623515\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"BaseFareCal\":3933.4,\"BaseFare\":3700,\"CommissionEarned\":70.3,\"TDS\":-3.7,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":70.3,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4133.4,\"CostToCustomer\":4133.4,\"BaseFareCal\":3933.4,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3933.4,\"intOfferedFare\":3897.4,\"intPublishFare\":3967.7,\"TripjackMarkup\":0,\"TripjackCommission\":70.3,\"TripjackTDS\":\"3.7\"}},\"Segments\":[{\"segmentid\":\"656\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Birsa Munda Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ranchi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXR\",\"destinationArrTime\":\"2022-07-10T13:15\",\"SegFlightNumber\":\"G8-145\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-10T11:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:15\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22562\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109736964477\",\"FlightNumber\":\"G8-145\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"strTraceId\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:15\",\"ArrivalTime\":\"13:15\",\"TravelDate\":\"2022-07-10T11:15\",\"LocalFromTime\":\"2022-07-10 11:15\",\"FromUTCTime\":\"2022-07-10T11:15\",\"LocalToTime\":\"2022-07-10 13:15\",\"ToUTCTime\":\"2022-07-10T13:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22562\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3967.7,\"ApiResultIndex\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4133.4,\"OfferedFare\":3897.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"BaseFareCal\":3933.4,\"BaseFare\":3700,\"CommissionEarned\":70.3,\"TDS\":-3.7,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"656\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Birsa Munda Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Ranchi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXR\",\"destinationArrTime\":\"2022-07-10T13:15\",\"SegFlightNumber\":\"G8-145\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-10T11:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:15\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2847604955_0DELIXRG8145_34613732852136\",\"localFromDateTime\":\"2022-07-10 11:15\",\"localToDateTime\":\"2022-07-10 13:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22562\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"527\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"163\",\"CustomerMemSysId\":[\"163\"],\"flight_booking_id\":[\"527\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"kihjihj@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9898989782\",\"FirstName\":\"ganesh kumar\",\"LastName\":\"thakur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 17:42:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"163\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"163\",\"CustomerMemSysId\":[\"163\"],\"flight_booking_customer\":[[\"908\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Ranchi (IXR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXR\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Ranchi, IN - Birsa Munda Arpt (IXR)\",\"departure_date\":\"10\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Birsa Munda Arpt (IXR)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXR\",\"from\":\"DEL\",\"to\":\"IXR\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Ranchi, IN - Birsa Munda Arpt (IXR)\",\"sourceCityId\":7701,\"destinationCityId\":22562,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"10\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-10\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399673\",\"TPSysId\":\"399674\",\"VersionId\":[\"79710\"],\"CustomerSysId\":\"212451\",\"TrxId\":\"28613\",\"FareBreakdownid\":[\"355864\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"163\",\"CustomerMemSysId\":[\"163\"],\"flight_booking_id\":[\"527\"]}}','2022-06-30 17:42:56'),(382,'21-10-15-2-6178031448_0DELIXLUK601_26773510222337','{\"FlightBookingData\":[{\"bookingId\":\"TJ106936966092\",\"FlightNumber\":\"UK-601\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"08:40\",\"TravelDate\":\"2022-07-05T07:10\",\"LocalFromTime\":\"2022-07-05 07:10\",\"FromUTCTime\":\"2022-07-05T07:10\",\"LocalToTime\":\"2022-07-05 08:40\",\"ToUTCTime\":\"2022-07-05T08:40\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5970.7,\"PublishedFareTxt\":\"5,971\",\"ApiResultIndex\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5218,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":5970.7,\"PublishedFare\":5884.05,\"OfferedFare\":5648.05,\"CommissionEarned\":322.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-16.98,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6178031448_0DELIXLUK601_120066558298825\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":5684.05,\"BaseFare\":5218,\"CommissionEarned\":322.65,\"TDS\":-16.98,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":80,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":322.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5884.05,\"CostToCustomer\":5884.05,\"BaseFareCal\":5684.05,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5684.05,\"intOfferedFare\":5648.05,\"intPublishFare\":5970.7,\"TripjackMarkup\":0,\"TripjackCommission\":322.65,\"TripjackTDS\":\"16.98\"}},\"Segments\":[{\"segmentid\":\"316\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Leh IN\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXL\",\"destinationArrTime\":\"2022-07-05T08:40\",\"SegFlightNumber\":\"UK-601\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"08:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ106936966092\",\"FlightNumber\":\"UK-601\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"strTraceId\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"08:40\",\"TravelDate\":\"2022-07-05T07:10\",\"LocalFromTime\":\"2022-07-05 07:10\",\"FromUTCTime\":\"2022-07-05T07:10\",\"LocalToTime\":\"2022-07-05 08:40\",\"ToUTCTime\":\"2022-07-05T08:40\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5970.7,\"ApiResultIndex\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5218,\"Tax\":752.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":265,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":5970.7,\"PublishedFare\":5884.05,\"OfferedFare\":5648.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":752.7,\"BaseFareCal\":5684.05,\"BaseFare\":5218,\"CommissionEarned\":322.65,\"TDS\":-16.98,\"MF\":15,\"YQ\":0,\"AGST\":265,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":80,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"316\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Leh IN\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXL\",\"destinationArrTime\":\"2022-07-05T08:40\",\"SegFlightNumber\":\"UK-601\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"08:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-6178031448_0DELIXLUK601_26773510222337\",\"localFromDateTime\":\"2022-07-05 07:10\",\"localToDateTime\":\"2022-07-05 08:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"528\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"164\",\"CustomerMemSysId\":[\"164\"],\"flight_booking_id\":[\"528\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"JFDH@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8754874949\",\"FirstName\":\"GANESH\",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 18:03:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"164\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"164\",\"CustomerMemSysId\":[\"164\"],\"flight_booking_customer\":[[\"909\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Leh IN (IXL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXL\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\",\"departure_date\":\"05\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXL\",\"from\":\"DEL\",\"to\":\"IXL\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-05\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399699\",\"TPSysId\":\"399700\",\"VersionId\":[\"79717\"],\"CustomerSysId\":\"212456\",\"TrxId\":\"28621\",\"FareBreakdownid\":[\"355869\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"164\",\"CustomerMemSysId\":[\"164\"],\"flight_booking_id\":[\"528\"]}}','2022-06-30 18:03:47'),(383,'84485-b0a42-fc216-74966','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid5894193737-15661951\",\"name\":\"Hotel Aeroporto\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/4d940cf1_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/4d940cf1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/274d8f4d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/274d8f4d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/4ed29005_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/4ed29005_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/14ea14d1_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/14ea14d1_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/b3818460_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/b3818460_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/586cf939_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/586cf939_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/605422b3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/605422b3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/388419d3_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/388419d3_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5d0e9ddf_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/12093964_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/12093964_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/129c1f88_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/129c1f88_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/15df22da_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/15df22da_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5df461c4_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5df461c4_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5e8e2fe6_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/5e8e2fe6_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/75ab1ce5_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/75ab1ce5_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/14dc06ca_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/14dc06ca_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/a5d06fa7_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/a5d06fa7_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ed438931_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ed438931_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/99bd00f9_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/99bd00f9_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ef3f886b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ef3f886b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/40aeeba6_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/40aeeba6_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/3514d0ee_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037699\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/3514d0ee_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037699\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/a06558b7_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/a06558b7_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/eea44c59_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/eea44c59_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/fda3accc_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/fda3accc_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/16d6a1f6_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/16d6a1f6_z.jpg\",\"sz\":\"XL\",\"rids\":[\"201037684\",\"201037699\",\"201037722\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/376cae8d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/376cae8d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/7273f0fc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/7273f0fc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/c76ce120_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/c76ce120_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ee543fa4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/ee543fa4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/46071b30_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/46071b30_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/656c3e9e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/656c3e9e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/f77cd9c8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/f77cd9c8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/400cfd1c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/400cfd1c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/18eb0b9c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/18eb0b9c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/9d373695_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/9d373695_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/0eb18ab9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10960000\\/10951200\\/10951181\\/0eb18ab9_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and concierge services. Additional features at this hotel include gift shops\\/newsstands, a television in a common area, and discounted use of a nearby fitness facility.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 30 air-conditioned rooms featuring minibars and flat-screen televisions. Your room comes with a memory foam bed. Rooms have private balconies. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with showers feature complimentary toiletries and slippers.\\\",\\\"renovations\\\":\\\"The following facilities or services will be unavailable from January 1 2022 to September 1 2022 (dates subject to change): Dining venue(s)Fitness facilitiesShuttle services\\\",\\\"onsite_payments\\\":\\\"Carte Blanche, Visa, Diners Club, Debit cards, Discover, American Express, Cash, JCB International, Mastercard\\\",\\\"dining\\\":\\\"Enjoy a meal at the restaurant or snacks in the coffee shop\\/cafe. The hotel also offers 24-hour room service. Mingle with other guests at the complimentary reception, held daily. Buffet breakfasts are available daily from 7:00 AM to 9:00 AM for a fee.\\\",\\\"business_amenities\\\":\\\"Featured amenities include complimentary wired Internet access, a 24-hour business center, and complimentary newspapers in the lobby. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.\\\",\\\"location\\\":\\\"Located in New Delhi (Mahipalpur), Hotel Aeroporto is within a 5-minute drive of Central Mall and Nelson Mandela Road.  This hotel is 10.1 mi (16.3 km) from India Gate and 1.5 mi (2.4 km) from Worldmark.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Central Mall - 0.6 km \\/ 0.3 mi  Worldmark - 1.7 km \\/ 1 mi  Nelson Mandela Road - 2.1 km \\/ 1.3 mi  Jawaharlal Nehru University - 3.5 km \\/ 2.2 mi  Ambience Mall - 3.7 km \\/ 2.3 mi  DLF Promenade Vasant Kunj - 3.8 km \\/ 2.4 mi  DLF Emporio Vasant Kunj - 3.9 km \\/ 2.4 mi  Fortis Hospital - 4.4 km \\/ 2.7 mi  Ambience Mall - 7.2 km \\/ 4.5 mi  DLF Cyber City - 7.8 km \\/ 4.9 mi  Chhattarpur Temple - 7.9 km \\/ 4.9 mi  Dhaula Kuan - 9 km \\/ 5.6 mi  R.K. Khanna Tennis Complex - 10.3 km \\/ 6.4 mi  Gurgaon Central Mall - 11.2 km \\/ 6.9 mi  Global Business Park - 11.2 km \\/ 7 mi  The preferred airport for Hotel Aeroporto is Indira Gandhi International Airport (DEL) - 5 km \\/ 3.1 mi \\\",\\\"headline\\\":\\\"In New Delhi (Mahipalpur)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"77.12904\",\"lt\":\"28.540453\"},\"ad\":{\"adr\":\"A-386\\/2, Road No-2 NH-8\",\"adr2\":\"Near I.G.I Airport Mahipalpur Extn.\",\"postalCode\":\"110037\",\"city\":{\"name\":\"New Delhi\"},\"state\":{\"name\":\"Delhi N.C.R\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"New Delhi\",\"sn\":\"Delhi N.C.R\",\"cn\":\"India\"},\"fl\":[\"Gift shops or newsstand\",\"Laundry Services\",\"Parking\",\"Parking\",\"Disable Friendly\",\"Free reception\",\"Fully fenced\",\"Wheelchair-accessible path to elevator\",\"Internet\",\"Wheelchair-accessible registration desk\",\"Television\",\"Internet\",\"Refrigerator\",\"Wheelchair-accessible public washroom\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"In-room accessibility\",\"Parking\",\"Stair-free path to entrance\",\"Free newspapers in lobby\",\"Tours\\/ticket assistance\",\"Shopping mall on site\",\"Airport Shuttle\",\"Restaurant\",\"Lounge\",\"Luggage storage\",\"Restaurant\",\"24-hour front desk\",\"Water dispenser\",\"Breakfast\",\"Restaurant\",\"Safe-deposit box at front desk\",\"Coffee\\/tea in common areas\",\"Number of coffee shops\\/cafes - 1\",\"Laundry Services\",\"Fitness Facility\",\"Elevator\",\"Free self parking\",\"Parking\",\"Terrace\",\"ATM\\/banking\",\"Concierge services\",\"Business Center\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"91-11-26784440\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"No pets and no service animals are allowed at this property. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. This property can only accept bookings for essential travel or stays. You may be asked to provide evidence of this on arrival. For more information, check local advisories before you book. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, debit cards, and cashLong-term renters welcomeSafety features at this property include a fire extinguisher and a first aid kit. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"The following fees and deposits are charged by the property at time of service, check-in, or check-out.   Fee for buffet breakfast: INR 150 per person (approximately)     Airport shuttle fee: INR 500 per vehicle (one-way)        Early check-in fee: INR 400 (subject to availability)  Late check-out fee: INR 500 (subject to availability)   Futon bed fee: INR 500 per day             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"201037722_211966806_37316--1\",\"rc\":\"Deluxe Double Room, Balcony\",\"rt\":\"Deluxe Double Room, Balcony\",\"srn\":\"Deluxe, Double, Balcony\",\"adt\":2,\"chd\":0,\"des\":\"1 Double Bed180-sq-foot soundproofed room, balcony with city views Layout - Dining area and sitting areaInternet - Free WiFi and wired Internet accessEntertainment - Flat-screen TV with premium channelsFood & Drink - Coffee\\/tea maker, minibar, 24-hour room service, and free bottled waterSleep - Memory foam bed, blackout drapes\\/curtains, and bed sheets Bathroom - Private bathroom, shower, slippers, and free toiletriesPractical - Safe, free newspaper, and desk; extra futon mattress available on requestComfort - Air conditioning and daily housekeepingAccessibility - Low-height door lock, grab bar in shower, wheelchair accessible, wheelchair-width doorways, and roll-in showerNon-Smoking\",\"mb\":\"BREAKFAST\",\"tp\":5934.4,\"tfcs\":{\"TAF\":94.4,\"BF\":5840,\"CMU\":-594.61,\"NF\":5934.4,\"TF\":5934.4},\"tafcs\":{\"TAF\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"CMU\":-148.65,\"BF\":1459.98,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"fcs\":[\"Wheelchair-width doorways\",\"Non-Smoking\",\"Television\",\"Dining table\",\"Local maps\",\"Iron\\/ironing board (on request)\",\"Soundproofed rooms\",\"Extra futon (surcharge)\",\"Blackout drapes\\/curtains\",\"Separate dining area\",\"Electrical adapters\\/chargers\",\"Grab bar - in shower\",\"Minibar\",\"Coffee\\/tea maker\",\"Free wired internet\",\"Wardrobe or closet\",\"Daily housekeeping\",\"Ceiling fan\",\"Memory foam mattress\",\"Free WiFi\",\"Phone\",\"Desk\",\"Free local calls\",\"Balcony\",\"Premium TV channels\",\"Hair dryer (on request)\",\"Restaurant dining guide\",\"Printer\",\"Bedsheets provided\",\"Roll-in shower\",\"Shower only\",\"Lowered locks\\/deadbolt\",\"Slippers\",\"Private bathroom\",\"Wheelchair accessible\",\"Free toiletries\",\"Air conditioning\",\"In-room safe\",\"Room service (24 hours)\",\"Separate sitting area\",\"Flat-panel TV\",\"Free newspaper\",\"Free bottled water\",\"Cable TV service\"],\"checkInDate\":\"2022-07-01\",\"checkOutDate\":\"2022-07-05\",\"radi\":{\"rid\":\"201037722\",\"mga\":3,\"maa\":3,\"mca\":1,\"vi\":[\"City view\"],\"bds\":[{\"bt\":\"FullBed\",\"bd\":\"1 Double Bed\",\"bs\":\"Full\",\"bc\":1}],\"ar\":{\"asm\":\"17\",\"asf\":\"180\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free valet parking\",\"Free WiFi\"]}]}},{\"id\":\"201037722_211966806_37316--2\",\"rc\":\"Deluxe Double Room, Balcony\",\"rt\":\"Deluxe Double Room, Balcony\",\"srn\":\"Deluxe, Double, Balcony\",\"adt\":2,\"chd\":0,\"des\":\"1 Double Bed180-sq-foot soundproofed room, balcony with city views Layout - Dining area and sitting areaInternet - Free WiFi and wired Internet accessEntertainment - Flat-screen TV with premium channelsFood & Drink - Coffee\\/tea maker, minibar, 24-hour room service, and free bottled waterSleep - Memory foam bed, blackout drapes\\/curtains, and bed sheets Bathroom - Private bathroom, shower, slippers, and free toiletriesPractical - Safe, free newspaper, and desk; extra futon mattress available on requestComfort - Air conditioning and daily housekeepingAccessibility - Low-height door lock, grab bar in shower, wheelchair accessible, wheelchair-width doorways, and roll-in showerNon-Smoking\",\"mb\":\"BREAKFAST\",\"tp\":5934.4,\"tfcs\":{\"TAF\":94.4,\"BF\":5840,\"CMU\":-594.61,\"NF\":5934.4,\"TF\":5934.4},\"tafcs\":{\"TAF\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06}},\"pis\":[{\"day\":1,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"BF\":1459.98,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"fcs\":[\"Wheelchair-width doorways\",\"Non-Smoking\",\"Television\",\"Dining table\",\"Local maps\",\"Iron\\/ironing board (on request)\",\"Soundproofed rooms\",\"Extra futon (surcharge)\",\"Blackout drapes\\/curtains\",\"Separate dining area\",\"Electrical adapters\\/chargers\",\"Grab bar - in shower\",\"Minibar\",\"Coffee\\/tea maker\",\"Free wired internet\",\"Wardrobe or closet\",\"Daily housekeeping\",\"Ceiling fan\",\"Memory foam mattress\",\"Free WiFi\",\"Phone\",\"Desk\",\"Free local calls\",\"Balcony\",\"Premium TV channels\",\"Hair dryer (on request)\",\"Restaurant dining guide\",\"Printer\",\"Bedsheets provided\",\"Roll-in shower\",\"Shower only\",\"Lowered locks\\/deadbolt\",\"Slippers\",\"Private bathroom\",\"Wheelchair accessible\",\"Free toiletries\",\"Air conditioning\",\"In-room safe\",\"Room service (24 hours)\",\"Separate sitting area\",\"Flat-panel TV\",\"Free newspaper\",\"Free bottled water\",\"Cable TV service\"],\"checkInDate\":\"2022-07-01\",\"checkOutDate\":\"2022-07-05\",\"radi\":{\"rid\":\"201037722\",\"mga\":3,\"maa\":3,\"mca\":1,\"vi\":[\"City view\"],\"bds\":[{\"bt\":\"FullBed\",\"bd\":\"1 Double Bed\",\"bs\":\"Full\",\"bc\":1}],\"ar\":{\"asm\":\"17\",\"asf\":\"180\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free valet parking\",\"Free WiFi\"]}]}},{\"id\":\"201037722_211966806_37316--3\",\"rc\":\"Deluxe Double Room, Balcony\",\"rt\":\"Deluxe Double Room, Balcony\",\"srn\":\"Deluxe, Double, Balcony\",\"adt\":3,\"chd\":0,\"des\":\"1 Double Bed180-sq-foot soundproofed room, balcony with city views Layout - Dining area and sitting areaInternet - Free WiFi and wired Internet accessEntertainment - Flat-screen TV with premium channelsFood & Drink - Coffee\\/tea maker, minibar, 24-hour room service, and free bottled waterSleep - Memory foam bed, blackout drapes\\/curtains, and bed sheets Bathroom - Private bathroom, shower, slippers, and free toiletriesPractical - Safe, free newspaper, and desk; extra futon mattress available on requestComfort - Air conditioning and daily housekeepingAccessibility - Low-height door lock, grab bar in shower, wheelchair accessible, wheelchair-width doorways, and roll-in showerNon-Smoking\",\"mb\":\"BREAKFAST\",\"tp\":6493.69,\"tfcs\":{\"TAF\":94.4,\"BF\":6399.29,\"CMU\":-691.63,\"NF\":6493.69,\"TF\":6493.69},\"tafcs\":{\"TAF\":{\"MF\":80,\"SAC\":790.43,\"SBP\":6931.48,\"TTSF\":159.44,\"TMF\":816.08,\"TSF\":159.44,\"SGP\":7090.92,\"SRC\":0,\"MFT\":14.4,\"SNP\":6300.49}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":2,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":3,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":4,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}}],\"fcs\":[\"Wheelchair-width doorways\",\"Non-Smoking\",\"Television\",\"Dining table\",\"Local maps\",\"Iron\\/ironing board (on request)\",\"Soundproofed rooms\",\"Extra futon (surcharge)\",\"Blackout drapes\\/curtains\",\"Separate dining area\",\"Electrical adapters\\/chargers\",\"Grab bar - in shower\",\"Minibar\",\"Coffee\\/tea maker\",\"Free wired internet\",\"Wardrobe or closet\",\"Daily housekeeping\",\"Ceiling fan\",\"Memory foam mattress\",\"Free WiFi\",\"Phone\",\"Desk\",\"Free local calls\",\"Balcony\",\"Premium TV channels\",\"Hair dryer (on request)\",\"Restaurant dining guide\",\"Printer\",\"Bedsheets provided\",\"Roll-in shower\",\"Shower only\",\"Lowered locks\\/deadbolt\",\"Slippers\",\"Private bathroom\",\"Wheelchair accessible\",\"Free toiletries\",\"Air conditioning\",\"In-room safe\",\"Room service (24 hours)\",\"Separate sitting area\",\"Flat-panel TV\",\"Free newspaper\",\"Free bottled water\",\"Cable TV service\"],\"checkInDate\":\"2022-07-01\",\"checkOutDate\":\"2022-07-05\",\"radi\":{\"rid\":\"201037722\",\"mga\":3,\"maa\":3,\"mca\":1,\"vi\":[\"City view\"],\"bds\":[{\"bt\":\"FullBed\",\"bd\":\"1 Double Bed\",\"bs\":\"Full\",\"bc\":1}],\"ar\":{\"asm\":\"17\",\"asf\":\"180\"}},\"op\":\"3\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Free self parking\",\"Free valet parking\",\"Free WiFi\"]}]}}],\"id\":\"3_6_10951181\",\"tp\":18362.5,\"cnp\":{\"id\":\"201037722_211966806_37316--48788660\",\"ifra\":false,\"inra\":true,\"pd\":[{\"fdt\":\"2022-07-01T17:19:57.546\",\"tdt\":\"2022-07-01T12:00\",\"am\":19960.14},{\"fdt\":\"2022-07-01T12:00\",\"tdt\":\"2022-07-05T23:59\",\"am\":19960.14}]},\"ddt\":\"2022-07-01T17:19:57.546\",\"ispr\":true,\"ipr\":false,\"omid\":\"-1498277378-1498277378-1498277378\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"ROOM ONLY\"],\"tpc\":13967.47},{\"fc\":[\"BREAKFAST\"],\"tpc\":19960.14}],\"opci\":[],\"uid\":\"15661951\",\"lhc\":\"43458\"},\"bookingId\":\"TJ204037035644\",\"query\":{\"checkinDate\":\"2022-07-01\",\"checkoutDate\":\"2022-07-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0},{\"numberOfAdults\":2,\"numberOfChild\":0},{\"numberOfAdults\":3,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"727635\",\"countryName\":\"INDIA\",\"cityName\":\"NEW DELHI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid5894193737\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":847}},\"hotelbookingid\":\"45\",\"SearchHotelTraceId\":\"84485-b0a42-fc216-74966\",\"CustomerSession\":{\"bookingId\":\"84485-b0a42-fc216-74966\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9438758437\",\"traceId\":\"84485-b0a42-fc216-74966\",\"leadEmail\":\"GFHGJ@GMAIL.COM\",\"paxType-1\":\"1\",\"familyNumber\":\"7\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"GANESH KUMAR \",\"passenger-lastname-1\":\"THAKUR\",\"passenger-panNumber-1\":\"XXXXXXXXXXXXXXXXXX\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mrs\",\"passenger-firstname-2\":\"MUNNILAL \",\"passenger-lastname-2\":\"THAKUR\",\"passenger-panNumber-2\":\"XXXXXXXXXXXXXXXX\",\"paxType-3\":\"1\",\"CustomerSysId-3\":\"\",\"salution-3\":\"Mr\",\"passenger-firstname-3\":\"KARTIK KUMAR\",\"passenger-lastname-3\":\"THAKUR\",\"passenger-panNumber-3\":\"XXXXXXXXXXXXXXX\",\"paxType-4\":\"1\",\"CustomerSysId-4\":\"\",\"salution-4\":\"Mrs\",\"passenger-firstname-4\":\"KIRAN \",\"passenger-lastname-4\":\"DEVI\",\"passenger-panNumber-4\":\"XXXXXXXXXXXXX\",\"paxType-5\":\"1\",\"CustomerSysId-5\":\"\",\"salution-5\":\"Ms\",\"passenger-firstname-5\":\"KAJAL\",\"passenger-lastname-5\":\"KUMARI\",\"passenger-panNumber-5\":\"XXXXXXXXXXXXXXXXX\",\"paxType-6\":\"1\",\"CustomerSysId-6\":\"\",\"salution-6\":\"Mr\",\"passenger-firstname-6\":\"sajjan kumar\",\"passenger-lastname-6\":\"jha\",\"passenger-panNumber-6\":\"xxxxxxxxxxxxxxxxx\",\"paxType-7\":\"1\",\"CustomerSysId-7\":\"\",\"salution-7\":\"Mr\",\"passenger-firstname-7\":\"manish\",\"passenger-lastname-7\":\"kumar\",\"passenger-panNumber-7\":\"xxxxxxxxxxxxxxxxxx\",\"specialrequest\":\"NO THANKS\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"201037722_211966806_37316--1\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":494.5333333333333,\"TotalRoomPrice\":5934.4,\"TotalFare\":5934.4,\"TotalBaseFare\":5840,\"TotalNetFare\":5934.4,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"CMU\":-148.65,\"BF\":1460.01,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"CMU\":-148.65,\"BF\":1459.98,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"PriceWithMarkup\":1674.5333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":5934.4,\"pernightperroomprice\":494.5333333333333,\"RoomPrice\":1494.5333333333333,\"withmarkupprice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}},{\"id\":\"201037722_211966806_37316--2\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":494.5333333333333,\"TotalRoomPrice\":5934.4,\"TotalFare\":5934.4,\"TotalBaseFare\":5840,\"TotalNetFare\":5934.4,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":679.55,\"SBP\":6289.93,\"TTSF\":144.68,\"TMF\":701.6,\"TSF\":144.68,\"SGP\":6434.61,\"SRC\":0,\"MFT\":14.4,\"SNP\":5755.06},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":2,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":3,\"fc\":{\"BF\":1460.01,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.61,\"NF\":1483.61},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.49,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.66,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.77}}},{\"day\":4,\"fc\":{\"BF\":1459.98,\"CMU\":-148.65,\"TAF\":23.6,\"TF\":1483.58,\"NF\":1483.58},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":169.89,\"SBP\":1572.46,\"TTSF\":36.17,\"TMF\":175.4,\"TSF\":36.17,\"SGP\":1608.63,\"SRC\":0,\"MFT\":3.6,\"SNP\":1438.74}}}],\"PriceWithMarkup\":1674.5333333333333,\"arrMarkUps\":{\"HotelRoomPrice\":5934.4,\"pernightperroomprice\":494.5333333333333,\"RoomPrice\":1494.5333333333333,\"withmarkupprice\":1674.5333333333333,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}},{\"id\":\"201037722_211966806_37316--3\",\"RoomCategory\":\"Deluxe Double Room, Balcony\",\"RoomType\":\"Deluxe Double Room, Balcony\",\"Adult\":3,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":1721.1408333333334,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":541.1408333333333,\"TotalRoomPrice\":6493.69,\"TotalFare\":6493.69,\"TotalBaseFare\":6399.29,\"TotalNetFare\":6493.69,\"TotalTaxFare\":94.4,\"TaxFareBreakup\":{\"MF\":80,\"SAC\":790.43,\"SBP\":6931.48,\"TTSF\":159.44,\"TMF\":816.08,\"TSF\":159.44,\"SGP\":7090.92,\"SRC\":0,\"MFT\":14.4,\"SNP\":6300.49},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":2,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":3,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}},{\"day\":4,\"fc\":{\"CMU\":-172.91,\"BF\":1599.82,\"TAF\":23.6,\"TF\":1623.42,\"NF\":1623.42},\"afc\":{\"TAF\":{\"MF\":20,\"SAC\":197.61,\"SBP\":1732.87,\"TTSF\":39.86,\"TMF\":204.02,\"TSF\":39.86,\"SGP\":1772.73,\"SRC\":0,\"MFT\":3.6,\"SNP\":1575.12}}}],\"PriceWithMarkup\":1721.1408333333334,\"arrMarkUps\":{\"HotelRoomPrice\":6493.69,\"pernightperroomprice\":541.1408333333333,\"RoomPrice\":1541.1408333333334,\"withmarkupprice\":1721.1408333333334,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"3_6_10951181\",\"RoomTotalPrice\":18362.5,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid5894193737-15661951\",\"HotemName\":\"Hotel Aeroporto\",\"HotelDescription\":\"{\\\"General Description\\\":\\\"Hotel Aeroporto, located in New Delhi is just 3Km from Indira Gandhi International Airport and 4km from Airport metro station, 19Km from New Delhi Railway Station and 20Km from ISBT Kashmere Gate. Places to visit while staying in the property are Qutab Minar, Humayun\'s tomb, Akshardham, Lodhi Gardens, Lotus Temple and many more. For cozy stay the hotel provides spacious rooms with comfortable beds with attached bathroom and hot\\/cold water, television, tea\\/coffee maker and fan. Hotel offers facilities like Wi-Fi, 24-hour front desk, tour desk, luggage storage and parking. The in-house restaurant serves Indian, Chinese and continental delicacies and guests can enjoy 24 hour room service for in-room dining comforts. Have a wonderful stay at Hotel Aeroporto!\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4d940cf1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4d940cf1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/274d8f4d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/274d8f4d_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4ed29005_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/4ed29005_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14ea14d1_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/b3818460_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/b3818460_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/586cf939_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/605422b3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/388419d3_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5d0e9ddf_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/12093964_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/12093964_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/129c1f88_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/15df22da_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5df461c4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/5e8e2fe6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/75ab1ce5_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/14dc06ca_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a5d06fa7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ed438931_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/99bd00f9_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ef3f886b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ef3f886b_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/40aeeba6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/3514d0ee_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/3514d0ee_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/a06558b7_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/eea44c59_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/eea44c59_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/fda3accc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/16d6a1f6_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/376cae8d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/376cae8d_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/7273f0fc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/7273f0fc_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/c76ce120_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/c76ce120_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ee543fa4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/ee543fa4_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/46071b30_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/46071b30_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/656c3e9e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/656c3e9e_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/f77cd9c8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/f77cd9c8_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/400cfd1c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/400cfd1c_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/18eb0b9c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/18eb0b9c_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/9d373695_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/9d373695_z_w.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/0eb18ab9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/fastui.cltpstatic.com\\/image\\/upload\\/hotels\\/places\\/hotels\\/7473\\/747382\\/images\\/0eb18ab9_z_w.jpg\",\"sz\":\"Standard\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"77.12904\",\"lt\":\"28.540453\"},\"HotelAddress\":\"A-386\\/2, Road No-2 NH-8\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Meeting Room\",\"Television\",\"Business Center\",\"Parking\",\"Parking\",\"Travel Desk\",\"Room service\",\"Coffee Shop\",\"Room service\",\"Restaurant\",\"Fitness Facility\",\"Daily Housekeeping\",\"24 Hour Power Supply\",\"Medical\",\"Laundry Services\",\"Housekeeping\",\"24 Hour Security\",\"Telephone Service\",\"Laundry Services\",\"Elevator\",\"24 Hour Front Desk\",\"Internet\",\"Air Conditioning\",\"Concierge\",\"Luggage Storage\",\"Private Bathroom\",\"Intercom\",\"Restaurant\",\"CCTV\",\"Emergency Exit Map\",\"Reception\",\"Television\",\"Newspaper\",\"Refrigerator\",\"International Plug Point\",\"Currency Exchange\",\"Lounge\",\"Porter\",\"Fireplace\",\"Living Room\",\"Printer\",\"Activity Centre\",\"Photocopy\",\"Personal Butler\",\"Smoking Rooms\",\"Multilingual\",\"Sun Deck\",\"Smoke Detector\",\"Wheelchair\",\"Seating Area\",\"Fire Extinguishers\",\"Public Restroom\",\"Umbrellas\",\"Laundry Services\",\"ATM\\/Cash Machine\",\"Gift Shop\",\"Shopping Arcade\",\"Wheelchair Access\",\"Designated Smoking Area\",\"Water Dispenser\",\"Restaurant\",\"Accessible Rooms\",\"Terrace\",\"Airport Shuttle\",\"Kitchen\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2022-07-01\",\"checkoutDate\":\"2022-07-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0},{\"numberOfAdults\":2,\"numberOfChild\":0},{\"numberOfAdults\":3,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"727635\",\"currency\":\"\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2022-07-01 17:27:57'),(384,'5-0387867816_2DELGOI6E6245_23847823307630','{\"FlightBookingData\":[{\"bookingId\":\"TJ100637206288\",\"FlightNumber\":\"6E-6245\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-09T09:55\",\"LocalFromTime\":\"2023-01-09 09:55\",\"FromUTCTime\":\"2023-01-09T09:55\",\"LocalToTime\":\"2023-01-09 12:30\",\"ToUTCTime\":\"2023-01-09T12:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7809.7,\"PublishedFareTxt\":\"7,810\",\"ApiResultIndex\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6950,\"Tax\":859.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7809.7,\"PublishedFare\":7979.68,\"OfferedFare\":7743.68,\"CommissionEarned\":66.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-3.48,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0387867816_0DELGOI6E6245_19552714442605\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":859.7,\"BaseFareCal\":7779.68,\"BaseFare\":6950,\"CommissionEarned\":66.02,\"TDS\":-3.48,\"MF\":15,\"YQ\":0,\"AGST\":353,\"MFT\":2.7,\"OT\":489,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":7979.68,\"CostToCustomer\":7979.68,\"BaseFareCal\":7779.68,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":7779.68,\"intOfferedFare\":7743.68,\"intPublishFare\":7809.7,\"TripjackMarkup\":0,\"TripjackCommission\":66.02,\"TripjackTDS\":\"3.48\"}},\"Segments\":[{\"segmentid\":\"584\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-01-09T12:30\",\"SegFlightNumber\":\"6E-6245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"584\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100637206288\",\"FlightNumber\":\"6E-6245\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"strTraceId\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"12:30\",\"TravelDate\":\"2023-01-09T09:55\",\"LocalFromTime\":\"2023-01-09 09:55\",\"FromUTCTime\":\"2023-01-09T09:55\",\"LocalToTime\":\"2023-01-09 12:30\",\"ToUTCTime\":\"2023-01-09T12:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Mon, 09 Jan\",\"ArrivalDateTxt\":\"Mon, 09 Jan\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7809.7,\"ApiResultIndex\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":6950,\"Tax\":859.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":353,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7809.7,\"PublishedFare\":7979.68,\"OfferedFare\":7743.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":859.7,\"BaseFareCal\":7779.68,\"BaseFare\":6950,\"CommissionEarned\":66.02,\"TDS\":-3.48,\"MF\":15,\"YQ\":0,\"AGST\":353,\"MFT\":2.7,\"OT\":489,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"584\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-01-09T12:30\",\"SegFlightNumber\":\"6E-6245\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-09T09:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"12:30\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0387867816_2DELGOI6E6245_23847823307630\",\"localFromDateTime\":\"2023-01-09 09:55\",\"localToDateTime\":\"2023-01-09 12:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"529\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"166\",\"CustomerMemSysId\":[\"166\"],\"flight_booking_id\":[\"529\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"GFDFGHF@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"6757667676\",\"FirstName\":\"GANESH KUMAR\",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-04 14:02:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"166\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"166\",\"CustomerMemSysId\":[\"166\"],\"flight_booking_customer\":[[\"910\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"09\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"09\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-09\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401446\",\"TPSysId\":\"401447\",\"VersionId\":[\"80350\"],\"CustomerSysId\":\"213357\",\"TrxId\":\"28814\",\"FareBreakdownid\":[\"356007\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"166\",\"CustomerMemSysId\":[\"166\"],\"flight_booking_id\":[\"529\"]}}','2022-07-04 14:02:15'),(385,'11-2603663016_0DELPNQG8173_36876112959010,1-2603663016_1PNQDELG82541_36877617713086','{\"FlightBookingData\":[{\"bookingId\":\"TJ106237228513\",\"FlightNumber\":\"G8-173\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"11:40\",\"TravelDate\":\"2022-07-06T09:35\",\"LocalFromTime\":\"2022-07-06 09:35\",\"FromUTCTime\":\"2022-07-06T09:35\",\"LocalToTime\":\"2022-07-06 11:40\",\"ToUTCTime\":\"2022-07-06T11:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5067.7,\"PublishedFareTxt\":\"5,068\",\"ApiResultIndex\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4750,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5067.7,\"PublishedFare\":5213.45,\"OfferedFare\":4977.45,\"CommissionEarned\":90.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.75,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2603663016_0DELPNQG8173_126995498991694\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"BaseFareCal\":5013.45,\"BaseFare\":4750,\"CommissionEarned\":90.25,\"TDS\":-4.75,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":90.25,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5213.45,\"CostToCustomer\":5213.45,\"BaseFareCal\":5013.45,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5013.45,\"intOfferedFare\":4977.45,\"intPublishFare\":5067.7,\"TripjackMarkup\":0,\"TripjackCommission\":90.25,\"TripjackTDS\":\"4.75\"}},\"Segments\":[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2022-07-06T11:40\",\"SegFlightNumber\":\"G8-173\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-06T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"2022-07-10 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ106237228513\",\"FlightNumber\":\"G8-173\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"strTraceId\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"11:40\",\"TravelDate\":\"2022-07-06T09:35\",\"LocalFromTime\":\"2022-07-06 09:35\",\"FromUTCTime\":\"2022-07-06T09:35\",\"LocalToTime\":\"2022-07-06 11:40\",\"ToUTCTime\":\"2022-07-06T11:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":10790.4,\"ApiResultIndex\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9230,\"Tax\":1560.4,\"YQTax\":0,\"OtherCharges\":1297,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":228,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10790.4,\"PublishedFare\":10979.01,\"OfferedFare\":10507.01,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1560.4,\"BaseFareCal\":10579.01,\"BaseFare\":9230,\"CommissionEarned\":283.39,\"TDS\":-14.91,\"MF\":30,\"YQ\":0,\"AGST\":228,\"MFT\":5.4,\"OT\":1297,\"MU\":0,\"YR\":0,\"FixedMarkUp\":400,\"GSTOnMarkUp\":72,\"CommEarned\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"447\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2022-07-06T11:40\",\"SegFlightNumber\":\"G8-173\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-06T09:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],[{\"segmentid\":\"811\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-10T19:55\",\"SegFlightNumber\":\"G8-2541\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2022-07-10T17:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-2603663016_0DELPNQG8173_36876112959010\",\"localFromDateTime\":\"2022-07-06 09:35\",\"localToDateTime\":\"2022-07-06 11:40\",\"strSourceAirportCode\":\"PNQ\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}},{\"bookingId\":\"TJ106237228513\",\"FlightNumber\":\"G8-2541\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2603663016_1PNQDELG82541_36877617713086\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:55\",\"TravelDate\":\"2022-07-10T17:45\",\"LocalFromTime\":\"2022-07-10 17:45\",\"FromUTCTime\":\"2022-07-10T17:45\",\"LocalToTime\":\"2022-07-10 19:55\",\"ToUTCTime\":\"2022-07-10T19:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"PNQ\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5722.7,\"PublishedFareTxt\":\"5,723\",\"ApiResultIndex\":\"1-2603663016_1PNQDELG82541_36877617713086\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4480,\"Tax\":1242.7,\"YQTax\":0,\"OtherCharges\":997,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":228,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5722.7,\"PublishedFare\":5765.56,\"OfferedFare\":5529.56,\"CommissionEarned\":193.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-10.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"11-2603663016_1PNQDELG82541_126995507435989\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1242.7,\"BaseFareCal\":5565.56,\"BaseFare\":4480,\"CommissionEarned\":193.14,\"TDS\":-10.16,\"MF\":15,\"YQ\":0,\"AGST\":228,\"MFT\":2.7,\"OT\":997,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":193.14,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5765.56,\"CostToCustomer\":5765.56,\"BaseFareCal\":5565.56,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5565.56,\"intOfferedFare\":5529.56,\"intPublishFare\":5722.7,\"TripjackMarkup\":0,\"TripjackCommission\":193.14,\"TripjackTDS\":\"10.16\"}},\"Segments\":[{\"segmentid\":\"811\",\"originAirportName\":\"Lohegaon Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Pune\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-10T19:55\",\"SegFlightNumber\":\"G8-2541\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"PNQ\",\"originDepTime\":\"2022-07-10T17:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:55\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"811\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-2603663016_1PNQDELG82541_36877617713086\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"2022-07-10 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"530\",\"531\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"167\",\"CustomerMemSysId\":[\"167\"],\"flight_booking_id\":[\"530\",\"531\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"leadpaxemail@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9877785675\",\"FirstName\":\"GANESH KUMAR  THAKUR \",\"LastName\":\"GANESH KUMAR THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-04 18:47:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"167\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"167\",\"CustomerMemSysId\":[\"167\"],\"flight_booking_customer\":[[\"911\"],[\"912\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Pune (PNQ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"departure_date\":\"06\\/07\\/2022\",\"return_date\":\"10\\/07\\/2022\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Lohegaon Arpt (PNQ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"06\\/07\\/2022\",\"return_dates\":\"10\\/07\\/2022\",\"strDepatureDate\":\"2022-07-06\",\"strReturnDate\":\"2022-07-10\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401842\",\"TPSysId\":\"401843\",\"VersionId\":[\"80513\",\"80514\"],\"CustomerSysId\":\"213507\",\"TrxId\":\"28840\",\"FareBreakdownid\":[\"356030\",\"356031\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"167\",\"CustomerMemSysId\":[\"167\"],\"flight_booking_id\":[\"530\",\"531\"]}}','2022-07-04 18:47:59'),(386,'4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602','{\"FlightBookingData\":[{\"bookingId\":\"TJ103437272192\",\"FlightNumber\":\"SG-8103\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2022-07-05T19:05\",\"LocalFromTime\":\"2022-07-05 19:05\",\"FromUTCTime\":\"2022-07-05T19:05\",\"LocalToTime\":\"2022-07-06 10:45\",\"ToUTCTime\":\"2022-07-06T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":640,\"LAYOVERDuration\":\"10h 40m\",\"FlyingMinutes\":940,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"15h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11064.7,\"PublishedFareTxt\":\"11,065\",\"ApiResultIndex\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10075,\"Tax\":989.7,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":508,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11064.7,\"PublishedFare\":11181.06,\"OfferedFare\":10945.06,\"CommissionEarned\":119.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-6.3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_22028490524124\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":989.7,\"BaseFareCal\":10981.06,\"BaseFare\":10075,\"CommissionEarned\":119.64,\"TDS\":-6.3,\"MF\":15,\"YQ\":0,\"AGST\":508,\"MFT\":2.7,\"OT\":464,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":119.64,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":11181.06,\"CostToCustomer\":11181.06,\"BaseFareCal\":10981.06,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":10981.06,\"intOfferedFare\":10945.06,\"intPublishFare\":11064.7,\"TripjackMarkup\":0,\"TripjackCommission\":119.64,\"TripjackTDS\":\"6.3\"}},\"Segments\":[{\"segmentid\":\"766\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-07-05T21:50\",\"SegFlightNumber\":\"SG-8103\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":640,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"10h 40m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"767\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T10:45\",\"SegFlightNumber\":\"SG-611\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-07-06T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ103437272192\",\"FlightNumber\":\"SG-8103\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"strTraceId\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:05\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2022-07-05T19:05\",\"LocalFromTime\":\"2022-07-05 19:05\",\"FromUTCTime\":\"2022-07-05T19:05\",\"LocalToTime\":\"2022-07-06 10:45\",\"ToUTCTime\":\"2022-07-06T10:45\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Chennai\",\"GroundTime\":640,\"LAYOVERDuration\":\"10h 40m\",\"FlyingMinutes\":940,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"15h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11064.7,\"ApiResultIndex\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10075,\"Tax\":989.7,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":508,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11064.7,\"PublishedFare\":11181.06,\"OfferedFare\":10945.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":989.7,\"BaseFareCal\":10981.06,\"BaseFare\":10075,\"CommissionEarned\":119.64,\"TDS\":-6.3,\"MF\":15,\"YQ\":0,\"AGST\":508,\"MFT\":2.7,\"OT\":464,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"766\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-07-05T21:50\",\"SegFlightNumber\":\"SG-8103\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T19:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":640,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:05\",\"strArrivalDtTime\":\"21:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"10h 40m\",\"LAYOVERCity\":\"Chennai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"},{\"segmentid\":\"767\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T10:45\",\"SegFlightNumber\":\"SG-611\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-07-06T08:30\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-6230664527_0DELMAASG8103MAAIXZSG611_16156693867602\",\"localFromDateTime\":\"2022-07-05 19:05\",\"localToDateTime\":\"2022-07-06 10:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"532\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"168\",\"CustomerMemSysId\":[\"168\"],\"flight_booking_id\":[\"532\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"REISEN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9548958954\",\"FirstName\":\"GANESH KUMAR\",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 13:19:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"168\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"168\",\"CustomerMemSysId\":[\"168\"],\"flight_booking_customer\":[[\"913\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Port Blair (IXZ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXZ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"departure_date\":\"05\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Veer Savarkar Arpt (IXZ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXZ\",\"from\":\"DEL\",\"to\":\"IXZ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"sourceCityId\":7701,\"destinationCityId\":32511,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-05\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"402230\",\"TPSysId\":\"402231\",\"VersionId\":[\"80632\"],\"CustomerSysId\":\"213755\",\"TrxId\":\"28880\",\"FareBreakdownid\":[\"356055\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"168\",\"CustomerMemSysId\":[\"168\"],\"flight_booking_id\":[\"532\"]}}','2022-07-05 13:19:59'),(387,'21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10998891450637','{\"FlightBookingData\":[{\"bookingId\":\"TJ102637272571\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-07-05T20:15\",\"LocalFromTime\":\"2022-07-05 20:15\",\"FromUTCTime\":\"2022-07-05T20:15\",\"LocalToTime\":\"2022-07-06 08:00\",\"ToUTCTime\":\"2022-07-06T08:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":705,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":14057.7,\"PublishedFareTxt\":\"14,058\",\"ApiResultIndex\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12730,\"Tax\":1327.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":650,\"CarrierMiscFee\":270,\"MUFee\":0,\"intPublishedFare\":14057.7,\"PublishedFare\":14106.08,\"OfferedFare\":13870.08,\"CommissionEarned\":187.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.88,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10405454743195\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.7,\"BaseFareCal\":13906.08,\"BaseFare\":12730,\"CommissionEarned\":187.62,\"TDS\":-9.88,\"MF\":15,\"YQ\":0,\"AGST\":650,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":270,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":187.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":14106.08,\"CostToCustomer\":14106.08,\"BaseFareCal\":13906.08,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":13906.08,\"intOfferedFare\":13870.08,\"intPublishFare\":14057.7,\"TripjackMarkup\":0,\"TripjackCommission\":187.62,\"TripjackTDS\":\"9.88\"}},\"Segments\":[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-05T22:25\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"313\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T08:00\",\"SegFlightNumber\":\"AI-787\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-06T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102637272571\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"strTraceId\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-07-05T20:15\",\"LocalFromTime\":\"2022-07-05 20:15\",\"FromUTCTime\":\"2022-07-05T20:15\",\"LocalToTime\":\"2022-07-06 08:00\",\"ToUTCTime\":\"2022-07-06T08:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":705,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":14057.7,\"ApiResultIndex\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12730,\"Tax\":1327.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":650,\"CarrierMiscFee\":270,\"MUFee\":0,\"intPublishedFare\":14057.7,\"PublishedFare\":14106.08,\"OfferedFare\":13870.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.7,\"BaseFareCal\":13906.08,\"BaseFare\":12730,\"CommissionEarned\":187.62,\"TDS\":-9.88,\"MF\":15,\"YQ\":0,\"AGST\":650,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":270,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"312\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-05T22:25\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"313\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T08:00\",\"SegFlightNumber\":\"AI-787\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-06T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-1793225073_0DELCCUAI762CCUIXZAI787_10276892620349\",\"localFromDateTime\":\"2022-07-05 20:15\",\"localToDateTime\":\"2022-07-06 08:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"533\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"169\",\"CustomerMemSysId\":[\"169\"],\"flight_booking_id\":[\"533\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"7676@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"5665656564\",\"FirstName\":\"GANESH KUMAR\",\"LastName\":\"THAKUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 13:24:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"169\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"169\",\"CustomerMemSysId\":[\"169\"],\"flight_booking_customer\":[[\"914\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Port Blair (IXZ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXZ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"departure_date\":\"05\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Veer Savarkar Arpt (IXZ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXZ\",\"from\":\"DEL\",\"to\":\"IXZ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"sourceCityId\":7701,\"destinationCityId\":32511,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-05\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"402239\",\"TPSysId\":\"402240\",\"VersionId\":[\"80634\"],\"CustomerSysId\":\"213757\",\"TrxId\":\"28881\",\"FareBreakdownid\":[\"356056\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"169\",\"CustomerMemSysId\":[\"169\"],\"flight_booking_id\":[\"533\"]}}','2022-07-05 13:24:08'),(388,'21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453','{\"FlightBookingData\":[{\"bookingId\":\"TJ104837278325\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-07-05T20:15\",\"LocalFromTime\":\"2022-07-05 20:15\",\"FromUTCTime\":\"2022-07-05T20:15\",\"LocalToTime\":\"2022-07-06 08:00\",\"ToUTCTime\":\"2022-07-06T08:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":705,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":14057.7,\"PublishedFareTxt\":\"14,058\",\"ApiResultIndex\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12730,\"Tax\":1327.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":650,\"CarrierMiscFee\":270,\"MUFee\":0,\"intPublishedFare\":14057.7,\"PublishedFare\":14106.08,\"OfferedFare\":13870.08,\"CommissionEarned\":187.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.88,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_26411009178051\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.7,\"BaseFareCal\":13906.08,\"BaseFare\":12730,\"CommissionEarned\":187.62,\"TDS\":-9.88,\"MF\":15,\"YQ\":0,\"AGST\":650,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":270,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":187.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":14106.08,\"CostToCustomer\":14106.08,\"BaseFareCal\":13906.08,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":13906.08,\"intOfferedFare\":13870.08,\"intPublishFare\":14057.7,\"TripjackMarkup\":0,\"TripjackCommission\":187.62,\"TripjackTDS\":\"9.88\"}},\"Segments\":[{\"segmentid\":\"825\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-05T22:25\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"826\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T08:00\",\"SegFlightNumber\":\"AI-787\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-06T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104837278325\",\"FlightNumber\":\"AI-762\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"strTraceId\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"08:00\",\"TravelDate\":\"2022-07-05T20:15\",\"LocalFromTime\":\"2022-07-05 20:15\",\"FromUTCTime\":\"2022-07-05T20:15\",\"LocalToTime\":\"2022-07-06 08:00\",\"ToUTCTime\":\"2022-07-06T08:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":430,\"LAYOVERDuration\":\"7h 10m\",\"FlyingMinutes\":705,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"11h 45m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"32511\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXZ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":14057.7,\"ApiResultIndex\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":12730,\"Tax\":1327.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":650,\"CarrierMiscFee\":270,\"MUFee\":0,\"intPublishedFare\":14057.7,\"PublishedFare\":14106.08,\"OfferedFare\":13870.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1327.7,\"BaseFareCal\":13906.08,\"BaseFare\":12730,\"CommissionEarned\":187.62,\"TDS\":-9.88,\"MF\":15,\"YQ\":0,\"AGST\":650,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":270,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"825\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-05T22:25\",\"SegFlightNumber\":\"AI-762\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T20:15\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":430,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":\"7h 10m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"826\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Veer Savarkar Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Port Blair\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXZ\",\"destinationArrTime\":\"2022-07-06T08:00\",\"SegFlightNumber\":\"AI-787\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-06T05:35\",\"TripIndicator\":\"\",\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"08:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-0748497290_0DELCCUAI762CCUIXZAI787_108112980211453\",\"localFromDateTime\":\"2022-07-05 20:15\",\"localToDateTime\":\"2022-07-06 08:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXZ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"32511\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"534\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"170\",\"CustomerMemSysId\":[\"170\"],\"flight_booking_id\":[\"534\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"ggnaesh@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"3535353535\",\"FirstName\":\"ganesh\",\"LastName\":\"g\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:32:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"170\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"170\",\"CustomerMemSysId\":[\"170\"],\"flight_booking_customer\":[[\"915\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Port Blair (IXZ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXZ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"departure_date\":\"05\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Veer Savarkar Arpt (IXZ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXZ\",\"from\":\"DEL\",\"to\":\"IXZ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\",\"sourceCityId\":7701,\"destinationCityId\":32511,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"05\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-05\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"402318\",\"TPSysId\":\"402319\",\"VersionId\":[\"80667\"],\"CustomerSysId\":\"213792\",\"TrxId\":\"28890\",\"FareBreakdownid\":[\"356062\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"170\",\"CustomerMemSysId\":[\"170\"],\"flight_booking_id\":[\"534\"]}}','2022-07-05 14:32:26'),(391,'1-0118805041_0DELIXBG8263_29674600269643','{\"BookingData\":[{\"bookingId\":\"TJ103547888134\",\"FlightNumber\":\"G8-263\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-01-28T06:25\",\"LocalFromTime\":\"2023-01-28 06:25\",\"FromUTCTime\":\"2023-01-28T06:25\",\"LocalToTime\":\"2023-01-28 08:25\",\"ToUTCTime\":\"2023-01-28T08:25\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sat, 28 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":13570.8,\"PublishedFareTxt\":\"13,571\",\"ApiResultIndex\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11644,\"Tax\":1926.8,\"YQTax\":0,\"OtherCharges\":1856,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13570.8,\"PublishedFare\":14265.88,\"OfferedFare\":13321.88,\"CommissionEarned\":248.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-13.08,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0118805041_0DELIXBG8263_24338824241162\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":144,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":800,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1926.8,\"BaseFareCal\":13465.88,\"BaseFare\":11644,\"CommissionEarned\":248.92,\"TDS\":-13.08,\"MF\":60,\"YQ\":0,\"AGST\":0,\"MFT\":10.8,\"OT\":1856,\"MU\":0,\"YR\":0,\"intTotalGST\":144,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":800,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":248.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":800,\"IntTaxOnAgencyFixMarkUp\":144,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":144,\"PublishFare\":14265.88,\"CostToCustomer\":14265.88,\"BaseFareCal\":13465.88,\"intCommisionEarnedForAgency\":800,\"CostToCompany\":13465.88,\"intOfferedFare\":13321.88,\"intPublishFare\":13570.8,\"TripjackMarkup\":0,\"TripjackCommission\":248.92,\"TripjackTDS\":\"13.08\"}},\"Segments\":[{\"segmentid\":\"472\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-28T08:25\",\"SegFlightNumber\":\"G8-263\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-28T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"472\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ103547888134\",\"FlightNumber\":\"G8-263\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"strTraceId\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-01-28T06:25\",\"LocalFromTime\":\"2023-01-28 06:25\",\"FromUTCTime\":\"2023-01-28T06:25\",\"LocalToTime\":\"2023-01-28 08:25\",\"ToUTCTime\":\"2023-01-28T08:25\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sat, 28 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"2h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":1,\"PublishedFare\":13570.8,\"ApiResultIndex\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11644,\"Tax\":1926.8,\"YQTax\":0,\"OtherCharges\":1856,\"Discount\":0,\"ServiceFee\":60,\"ManagementFeeTax\":10.8,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13570.8,\"PublishedFare\":14265.88,\"OfferedFare\":13321.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":800,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"4\",\"TaxIN\":1926.8,\"BaseFareCal\":13465.88,\"BaseFare\":11644,\"CommissionEarned\":248.92,\"TDS\":-13.08,\"MF\":60,\"YQ\":0,\"AGST\":0,\"MFT\":10.8,\"OT\":1856,\"MU\":0,\"YR\":0,\"FixedMarkUp\":800,\"GSTOnMarkUp\":144,\"CommEarned\":800,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"472\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2023-01-28T08:25\",\"SegFlightNumber\":\"G8-263\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-28T06:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-0118805041_0DELIXBG8263_29674600269643\",\"localFromDateTime\":\"2023-01-28 06:25\",\"localToDateTime\":\"2023-01-28 08:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":4,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Bagdogra (IXB)\",\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"IXB\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Bagdogra, IN - Bagdogra Arpt (IXB)\",\"departure_date\":\"28\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Bagdogra Arpt (IXB)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"IXB\",\"from\":\"DEL\",\"to\":\"IXB\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Bagdogra, IN - Bagdogra Arpt (IXB)\",\"sourceCityId\":7701,\"destinationCityId\":2012,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-28\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Bagdogra+%28IXB%29&adults=4&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=IXB&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Bagdogra%2C+IN+-+Bagdogra+Arpt+%28IXB%29&departure_date=28%2F01%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Bagdogra+Arpt+%28IXB%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"rvverma1990@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8586876957\",\"FirstName\":\"ASHISH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-10 13:35:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"172\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"172\",\"EmailId\":\"rvverma1990@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8586876957\",\"FirstName\":\"DIVYA\",\"LastName\":\"DIVYA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-10 13:35:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"551\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"172\",\"EmailId\":\"rvverma1990@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8586876957\",\"FirstName\":\"TARUN\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-10 13:35:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"552\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"35\",\"CustomerSysId\":\"172\",\"EmailId\":\"rvverma1990@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8586876957\",\"FirstName\":\"PHANINDRA\",\"LastName\":\"KUMAWAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-10 13:35:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"553\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"492673\",\"TPSysId\":\"492674\",\"VersionId\":[\"120002\"],\"CustomerSysId\":\"148895\",\"TrxId\":\"38306\",\"FareBreakdownid\":[\"363779\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"920\",\"921\",\"922\",\"923\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"172\",\"CustomerMemSysId\":[\"172\",\"551\",\"552\",\"553\"],\"flight_booking_id\":[\"536\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-11-10 13:39:51'),(393,'4-3034530367_1BLRDELSG8134_39958056954724','{\"FlightBookingData\":[{\"bookingId\":\"TJ103048564651\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2022-11-23T17:20\",\"LocalFromTime\":\"2022-11-23 17:20\",\"FromUTCTime\":\"2022-11-23T17:20\",\"LocalToTime\":\"2022-11-23 20:00\",\"ToUTCTime\":\"2022-11-23T20:00\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 23 Nov\",\"ArrivalDateTxt\":\"Wed, 23 Nov\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5302.7,\"PublishedFareTxt\":\"5,303\",\"ApiResultIndex\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4171,\"Tax\":1131.7,\"YQTax\":0,\"OtherCharges\":894,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5302.7,\"PublishedFare\":5360.38,\"OfferedFare\":5124.38,\"CommissionEarned\":178.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.38,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3034530367_0BLRDELSG8134_28121965710987\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1131.7,\"BaseFareCal\":5160.38,\"BaseFare\":4171,\"CommissionEarned\":178.32,\"TDS\":-9.38,\"MF\":15,\"YQ\":0,\"AGST\":220,\"MFT\":2.7,\"OT\":894,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":178.32,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":5360.38,\"CostToCustomer\":5360.38,\"BaseFareCal\":5160.38,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":5160.38,\"intOfferedFare\":5124.38,\"intPublishFare\":5302.7,\"TripjackMarkup\":0,\"TripjackCommission\":178.32,\"TripjackTDS\":\"9.38\"}},\"Segments\":[{\"segmentid\":\"243\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-11-23T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-11-23T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"243\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ103048564651\",\"FlightNumber\":\"SG-8134\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"strTraceId\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:20\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2022-11-23T17:20\",\"LocalFromTime\":\"2022-11-23 17:20\",\"FromUTCTime\":\"2022-11-23T17:20\",\"LocalToTime\":\"2022-11-23 20:00\",\"ToUTCTime\":\"2022-11-23T20:00\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 23 Nov\",\"ArrivalDateTxt\":\"Wed, 23 Nov\",\"FlightDuration\":\"2h 40m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":21,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":5302.7,\"ApiResultIndex\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4171,\"Tax\":1131.7,\"YQTax\":0,\"OtherCharges\":894,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":220,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5302.7,\"PublishedFare\":5360.38,\"OfferedFare\":5124.38,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1131.7,\"BaseFareCal\":5160.38,\"BaseFare\":4171,\"CommissionEarned\":178.32,\"TDS\":-9.38,\"MF\":15,\"YQ\":0,\"AGST\":220,\"MFT\":2.7,\"OT\":894,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"243\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-11-23T20:00\",\"SegFlightNumber\":\"SG-8134\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-11-23T17:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":21,\"strDepartureDtTime\":\"17:20\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3034530367_1BLRDELSG8134_39958056954724\",\"localFromDateTime\":\"2022-11-23 17:20\",\"localToDateTime\":\"2022-11-23 20:00\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"538\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"174\",\"CustomerMemSysId\":[\"174\"],\"flight_booking_id\":[\"538\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"fthgg@hjjh.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9999999999\",\"FirstName\":\"Gyhvv\",\"LastName\":\"Yuibv\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-16 22:43:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"174\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"174\",\"CustomerMemSysId\":[\"174\"],\"flight_booking_customer\":[[\"925\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Bengaluru (BLR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"BLR\",\"ContSysId_1\":\"0\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"23\\/11\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"BLR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"BLR\",\"to\":\"DEL\",\"sourceCityText\":\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":0,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/11\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-11-23\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"498650\",\"TPSysId\":\"498651\",\"VersionId\":[\"122023\"],\"CustomerSysId\":\"281827\",\"TrxId\":\"38920\",\"FareBreakdownid\":[\"364289\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"174\",\"CustomerMemSysId\":[\"174\"],\"flight_booking_id\":[\"538\"]}}','2022-11-16 22:43:01'),(394,'5-1568744956_0MAACCU6E891_36305777127443','{\"FlightBookingData\":[{\"bookingId\":\"TJ102650838942\",\"FlightNumber\":\"6E-891\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:15\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2022-12-22T05:15\",\"LocalFromTime\":\"2022-12-22 05:15\",\"FromUTCTime\":\"2022-12-22T05:15\",\"LocalToTime\":\"2022-12-22 07:25\",\"ToUTCTime\":\"2022-12-22T07:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 22 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11730.7,\"PublishedFareTxt\":\"11,731\",\"ApiResultIndex\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10600,\"Tax\":1130.7,\"YQTax\":0,\"OtherCharges\":578,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":535,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11730.7,\"PublishedFare\":11866,\"OfferedFare\":11630,\"CommissionEarned\":100.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-5.3,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1568744956_0MAACCU6E891_25078249732287\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1130.7,\"BaseFareCal\":11666,\"BaseFare\":10600,\"CommissionEarned\":100.7,\"TDS\":-5.3,\"MF\":15,\"YQ\":0,\"AGST\":535,\"MFT\":2.7,\"OT\":578,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":100.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":11866,\"CostToCustomer\":11866,\"BaseFareCal\":11666,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":11666,\"intOfferedFare\":11630,\"intPublishFare\":11730.7,\"TripjackMarkup\":0,\"TripjackCommission\":100.7,\"TripjackTDS\":\"5.3\"}},\"Segments\":[{\"segmentid\":\"992\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-12-22T07:25\",\"SegFlightNumber\":\"6E-891\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-12-22T05:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:15\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"992\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ102650838942\",\"FlightNumber\":\"6E-891\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"strTraceId\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"05:15\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2022-12-22T05:15\",\"LocalFromTime\":\"2022-12-22 05:15\",\"FromUTCTime\":\"2022-12-22T05:15\",\"LocalToTime\":\"2022-12-22 07:25\",\"ToUTCTime\":\"2022-12-22T07:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 22 Dec\",\"ArrivalDateTxt\":\"Thu, 22 Dec\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"6000\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"MAA\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11730.7,\"ApiResultIndex\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":10600,\"Tax\":1130.7,\"YQTax\":0,\"OtherCharges\":578,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":535,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11730.7,\"PublishedFare\":11866,\"OfferedFare\":11630,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1130.7,\"BaseFareCal\":11666,\"BaseFare\":10600,\"CommissionEarned\":100.7,\"TDS\":-5.3,\"MF\":15,\"YQ\":0,\"AGST\":535,\"MFT\":2.7,\"OT\":578,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"992\",\"originAirportName\":\"Chennai Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Chennai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-12-22T07:25\",\"SegFlightNumber\":\"6E-891\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"MAA\",\"originDepTime\":\"2022-12-22T05:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"05:15\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1568744956_0MAACCU6E891_36305777127443\",\"localFromDateTime\":\"2022-12-22 05:15\",\"localToDateTime\":\"2022-12-22 07:25\",\"strSourceAirportCode\":\"MAA\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"6000\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"539\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"57\",\"CustomerMemSysId\":[\"57\"],\"flight_booking_id\":[\"539\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"gaurav@catpl.co.in\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9811192312\",\"FirstName\":\"GAURAV\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-09 17:58:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"57\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"57\",\"CustomerMemSysId\":[\"57\"],\"flight_booking_customer\":[[\"926\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Chennai (MAA)\",\"mytrip_city_to\":\"Kolkata (CCU)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MAA\",\"ContSysId_1\":\"101\",\"destination_city\":\"CCU\",\"ContSysId\":\"101\",\"source\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destination\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"departure_date\":\"22\\/12\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chennai Arpt (MAA)\",\"to_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"MAA\",\"destinationCityAirportCode\":\"CCU\",\"from\":\"MAA\",\"to\":\"CCU\",\"sourceCityText\":\"Chennai, IN - Chennai Arpt (MAA)\",\"destinationCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"sourceCityId\":6000,\"destinationCityId\":14323,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"22\\/12\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-12-22\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"521116\",\"TPSysId\":\"521117\",\"VersionId\":[\"131468\"],\"CustomerSysId\":\"146181\",\"TrxId\":\"41130\",\"FareBreakdownid\":[\"366049\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"57\",\"CustomerMemSysId\":[\"57\"],\"flight_booking_id\":[\"539\"]}}','2022-12-09 17:59:00'),(396,'1-2351866097_5DELBOMG8330_16036933729105','{\"BookingData\":[{\"bookingId\":\"TJ105352256699\",\"FlightNumber\":\"G8-330\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2022-12-31T21:00\",\"LocalFromTime\":\"2022-12-31 21:00\",\"FromUTCTime\":\"2022-12-31T21:00\",\"LocalToTime\":\"2022-12-31 23:15\",\"ToUTCTime\":\"2022-12-31T23:15\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 31 Dec\",\"ArrivalDateTxt\":\"Sat, 31 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4418.7,\"PublishedFareTxt\":\"4,419\",\"ApiResultIndex\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3697,\"Tax\":721.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":190,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4418.7,\"PublishedFare\":4623.09,\"OfferedFare\":4339.68,\"CommissionEarned\":79.02,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.16,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-2351866097_0DELBOMG8330_25391808055333\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":47.41,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":247.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":721.7,\"BaseFareCal\":4375.68,\"BaseFare\":3697,\"CommissionEarned\":79.02,\"TDS\":-4.16,\"MF\":15,\"YQ\":0,\"AGST\":190,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":47.41,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":247.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":79.02,\"IntCommissionValInPercentage\":60,\"IntCommission\":47.41,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4623.09,\"CostToCustomer\":4623.09,\"BaseFareCal\":4375.68,\"intCommisionEarnedForAgency\":247.41,\"CostToCompany\":4375.68,\"intOfferedFare\":4339.68,\"intPublishFare\":4418.7,\"TripjackMarkup\":0,\"TripjackCommission\":79.02,\"TripjackTDS\":\"4.16\"}},\"Segments\":[{\"segmentid\":\"616\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-12-31T23:15\",\"SegFlightNumber\":\"G8-330\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-12-31T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"616\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105352256699\",\"FlightNumber\":\"G8-330\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"strTraceId\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2022-12-31T21:00\",\"LocalFromTime\":\"2022-12-31 21:00\",\"FromUTCTime\":\"2022-12-31T21:00\",\"LocalToTime\":\"2022-12-31 23:15\",\"ToUTCTime\":\"2022-12-31T23:15\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sat, 31 Dec\",\"ArrivalDateTxt\":\"Sat, 31 Dec\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4418.7,\"ApiResultIndex\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3697,\"Tax\":721.7,\"YQTax\":0,\"OtherCharges\":514,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":190,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4418.7,\"PublishedFare\":4623.09,\"OfferedFare\":4339.68,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":247.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":721.7,\"BaseFareCal\":4375.68,\"BaseFare\":3697,\"CommissionEarned\":79.02,\"TDS\":-4.16,\"MF\":15,\"YQ\":0,\"AGST\":190,\"MFT\":2.7,\"OT\":514,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":247.41,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"616\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-12-31T23:15\",\"SegFlightNumber\":\"G8-330\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-12-31T21:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-2351866097_5DELBOMG8330_16036933729105\",\"localFromDateTime\":\"2022-12-31 21:00\",\"localToDateTime\":\"2022-12-31 23:15\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"31\\/12\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"31\\/12\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-12-31\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=31%2F12%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"rohitag.mumbai@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9322906135\",\"FirstName\":\"Rohit\",\"LastName\":\"Agrawal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2022-12-26 17:04:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"175\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"537116\",\"TPSysId\":\"537117\",\"VersionId\":[\"138703\"],\"CustomerSysId\":\"307165\",\"TrxId\":\"42765\",\"FareBreakdownid\":[\"367196\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"927\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"175\",\"CustomerMemSysId\":[\"175\"],\"flight_booking_id\":[\"540\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2022-12-26 17:05:05'),(397,'22-16-3829550210_0DELLKOI5548_94632603683760','{\"FlightBookingData\":[{\"bookingId\":\"TJ105052746241\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-01-28T07:10\",\"LocalFromTime\":\"2023-01-28 07:10\",\"FromUTCTime\":\"2023-01-28T07:10\",\"LocalToTime\":\"2023-01-28 08:25\",\"ToUTCTime\":\"2023-01-28T08:25\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 28 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2536.7,\"PublishedFareTxt\":\"2,537\",\"ApiResultIndex\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1953,\"Tax\":583.7,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2536.7,\"PublishedFare\":2763.42,\"OfferedFare\":2513.51,\"CommissionEarned\":23.19,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.22,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-3829550210_0DELLKOI5548_2854493562379\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PROMO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":13.91,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":213.91,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":583.7,\"BaseFareCal\":2549.51,\"BaseFare\":1953,\"CommissionEarned\":23.19,\"TDS\":-1.22,\"MF\":15,\"YQ\":0,\"AGST\":102,\"MFT\":2.7,\"OT\":464,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":13.91,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":213.91,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":23.19,\"IntCommissionValInPercentage\":60,\"IntCommission\":13.91,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":2763.42,\"CostToCustomer\":2763.42,\"BaseFareCal\":2549.51,\"intCommisionEarnedForAgency\":213.91,\"CostToCompany\":2549.51,\"intOfferedFare\":2513.51,\"intPublishFare\":2536.7,\"TripjackMarkup\":0,\"TripjackCommission\":23.19,\"TripjackTDS\":\"1.22\"}},\"Segments\":[{\"segmentid\":\"519\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-28T08:25\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-28T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"IB08\",\"Price\":1600,\"Weight\":\"8Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"IB15\",\"Price\":3000,\"Weight\":\"15Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"PBLD\",\"Price\":5714,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"IB30\",\"Price\":6000,\"Weight\":\"30Kg International Connecting Baggage\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"RPCB\",\"Price\":400,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"JMCB\",\"Price\":400,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"519\",\"Code\":\"FTCB\",\"Price\":400,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-01-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105052746241\",\"FlightNumber\":\"I5-548\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"strTraceId\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2023-01-28T07:10\",\"LocalFromTime\":\"2023-01-28 07:10\",\"FromUTCTime\":\"2023-01-28T07:10\",\"LocalToTime\":\"2023-01-28 08:25\",\"ToUTCTime\":\"2023-01-28T08:25\",\"IsDirect\":0,\"FareClass\":\"BT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Sat, 28 Jan\",\"ArrivalDateTxt\":\"Sat, 28 Jan\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"16028\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"LKO\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2536.7,\"ApiResultIndex\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1953,\"Tax\":583.7,\"YQTax\":0,\"OtherCharges\":464,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":102,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2536.7,\"PublishedFare\":2763.42,\"OfferedFare\":2513.51,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":213.91,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":583.7,\"BaseFareCal\":2549.51,\"BaseFare\":1953,\"CommissionEarned\":23.19,\"TDS\":-1.22,\"MF\":15,\"YQ\":0,\"AGST\":102,\"MFT\":2.7,\"OT\":464,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":213.91,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"519\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Amausi Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Lucknow\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"LKO\",\"destinationArrTime\":\"2023-01-28T08:25\",\"SegFlightNumber\":\"I5-548\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"BT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-01-28T07:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"22-16-3829550210_0DELLKOI5548_94632603683760\",\"localFromDateTime\":\"2023-01-28 07:10\",\"localToDateTime\":\"2023-01-28 08:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"LKO\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"16028\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"541\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"176\",\"CustomerMemSysId\":[\"176\"],\"flight_booking_id\":[\"541\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"aaa@ddfdf.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9494949898\",\"FirstName\":\"sdfsdfsd\",\"LastName\":\"fsdfsdf\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-01-02 10:41:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"176\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"176\",\"CustomerMemSysId\":[\"176\"],\"flight_booking_customer\":[[\"928\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Lucknow (LKO)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"LKO\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"departure_date\":\"28\\/01\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Amausi Arpt (LKO)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"LKO\",\"from\":\"DEL\",\"to\":\"LKO\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Lucknow, IN - Amausi Arpt (LKO)\",\"sourceCityId\":7701,\"destinationCityId\":16028,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"28\\/01\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-01-28\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"542495\",\"TPSysId\":\"542496\",\"VersionId\":[\"141474\"],\"CustomerSysId\":\"310048\",\"TrxId\":\"43289\",\"FareBreakdownid\":[\"367590\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"176\",\"CustomerMemSysId\":[\"176\"],\"flight_booking_id\":[\"541\"]}}','2023-01-02 10:41:43'),(398,'3be21-3c918-38244-7cb94','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid8515268389-39651532\",\"name\":\"OYO 19841 Shivar Guest House\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_z.jpg\",\"sz\":\"XL\"}],\"des\":\"{\\\"amenities\\\":\\\"This guesthouse offers designated smoking areas.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 11 air-conditioned rooms featuring kitchens. Cable television is provided for your entertainment. Conveniences include ceiling fans, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash not accepted, Mastercard\\\",\\\"dining\\\":\\\"A complimentary on-the-go breakfast is served daily from 8:00 AM to 10:30 AM.\\\",\\\"location\\\":\\\"Located in Mumbai (Dharavi), OYO 19841 Shivar Guest House is within a 5-minute drive of Mahim Beach and JioGarden.  This guesthouse is 5.1 mi (8.1 km) from Juhu Beach and 2.9 mi (4.7 km) from U.S. Consulate General.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Mahim Beach - 3.3 km \\/ 2 mi  P.D. Hinduja Hospital & Medical Research Centre - 3.9 km \\/ 2.4 mi  MMRDA Grounds - 4 km \\/ 2.5 mi  Linking Road - 4 km \\/ 2.5 mi  JioGarden - 4.2 km \\/ 2.6 mi  U.S. Consulate General - 4.3 km \\/ 2.7 mi  Shivaji Park - 4.4 km \\/ 2.7 mi  University of Mumbai - 4.5 km \\/ 2.8 mi  Lilavati Hospital - 4.8 km \\/ 3 mi  Phoenix Market City Mall - 5.5 km \\/ 3.4 mi  Shree Siddhivinayak Ganapati Temple - 6.1 km \\/ 3.8 mi  Bandstand Promenade - 6.2 km \\/ 3.9 mi  Mt. Mary Church - 6.5 km \\/ 4.1 mi  Tata Memorial Hospital - 6.7 km \\/ 4.1 mi  Carter Road Promenade - 6.9 km \\/ 4.3 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 11.2 km \\/ 7 mi\\\",\\\"headline\\\":\\\"In Mumbai (Dharavi)\\\"}\",\"rt\":3,\"gl\":{\"ln\":\"72.86228\",\"lt\":\"19.046124\"},\"ad\":{\"adr\":\"1 Laxmi Baug Opposite Sion Rly Stn\",\"adr2\":\"Sion West Joglekar Nagar Dharavi\",\"postalCode\":\"400022\",\"city\":{\"name\":\"Mumbai\"},\"state\":{\"name\":\"Maharashtra\"},\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"ctn\":\"Mumbai\",\"sn\":\"Maharashtra\",\"cn\":\"India\"},\"fl\":[\"Designated smoking areas\",\"Daily\",\"Breakfast\",\"Wheelchair accessible \\u2013 no\",\"Breakfast\",\"Internet\"],\"pt\":\"GUESTHOUSE\",\"cnt\":{\"ph\":\"91-9069000456\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"Couples wishing to share a room must provide proof of marriage.  One child 6 years old or younger stays free when occupying the parent or guardian\'s room, using existing bedding. Only registered guests are allowed in the guestrooms.  This property advises that guest safety measures are currently in place.Social distancing measures are in place. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"This property\'s policy is to accept bookings only from citizens or residents of India. There is no front desk at this property. This property doesn\'t offer after-hours check-in. To make arrangements for check-in please contact the property at least 24 hours before arrival using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. The host will greet guests on arrival.  To register at this property, guests who are Indian citizens must provide a valid photo identity card issued by the Government of India. PAN cards are not accepted as ID. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedOnly bookings from non-local guests are accepted; guests whose residence is within the same city as the property will not be allowed to check inSafety features at this property include a fire extinguisher and a first aid kitBe prepared: check the latest COVID-19 travel requirements and measures in place for this destination before you travel.Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"218442710_276158917_37316--1\",\"rc\":\"Double Room, 1 Double Bed-1 Double Bed\",\"rt\":\"Double Room, 1 Double Bed-1 Double Bed\",\"srn\":\"Standard Room\",\"adt\":2,\"chd\":0,\"des\":\"1 Double Bed80 sq feet Entertainment - 32-inch TV with cable channelsFood & Drink - KitchenSleep - Bed sheets Bathroom - Private bathroom, shower, free toiletries, and towelsPractical - Laptop workspaceComfort - Air conditioning and daily housekeepingAccessibility - Doorbell and phone notificationSmoking\",\"mb\":\"BREAKFAST\",\"tp\":1886.64,\"tfcs\":{\"CMU\":-56.26,\"TAF\":47.2,\"TF\":1886.64,\"NF\":1886.64,\"BF\":1839.44},\"tafcs\":{\"TAF\":{\"SBP\":1692.59,\"MFT\":7.2,\"SAC\":58.32,\"TSF\":203.11,\"MF\":40,\"TMF\":68.82,\"SNP\":1837.38,\"TTSF\":203.11,\"SGP\":1895.7,\"SRC\":0}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-28.13,\"BF\":687.43,\"TAF\":23.6,\"TF\":711.03,\"NF\":711.03},\"afc\":{\"TAF\":{\"SBP\":638.89,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":76.67,\"MF\":20,\"TMF\":34.41,\"SNP\":686.4,\"TTSF\":76.67,\"SGP\":715.56,\"SRC\":0}}},{\"day\":2,\"fc\":{\"CMU\":-28.13,\"BF\":1152.01,\"TAF\":23.6,\"TF\":1175.61,\"NF\":1175.61},\"afc\":{\"TAF\":{\"SBP\":1053.7,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":126.44,\"MF\":20,\"TMF\":34.41,\"SNP\":1150.98,\"TTSF\":126.44,\"SGP\":1180.14,\"SRC\":0}}}],\"fcs\":[\"Free breakfast\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4af2f21e_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4af2f21e_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/14547b96_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442709\",\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/14547b96_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442709\",\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/388f1343_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/388f1343_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5b3ba0a5_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5b3ba0a5_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c36cb8a9_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c36cb8a9_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca02451f_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca02451f_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/240582a9_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"218442709\",\"218442710\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/240582a9_z.jpg\",\"sz\":\"XL\",\"rids\":[\"218442709\",\"218442710\"]}],\"checkInDate\":\"2023-03-16\",\"checkOutDate\":\"2023-03-18\",\"radi\":{\"rid\":\"218442710\",\"mga\":2,\"maa\":2,\"mca\":1,\"bds\":[{\"bt\":\"Double\",\"bc\":1}],\"ar\":{\"asm\":\"7\",\"asf\":\"80\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Television\"]}]}}],\"id\":\"48_0_34566394\",\"tp\":1886.64,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"218442710_276158917_37316\",\"ifra\":false,\"inra\":true,\"pd\":[{\"fdt\":\"2023-03-04T12:12:45.455\",\"tdt\":\"2023-03-16T12:00\",\"am\":1895.7},{\"fdt\":\"2023-03-16T12:00\",\"tdt\":\"2023-03-18T23:59\",\"am\":1895.7}]},\"ddt\":\"2023-03-04T12:12:45.455\",\"oai\":{\"sid\":\"48\"},\"ipr\":false,\"omid\":\"-1726285544\",\"ipm\":false,\"cpb\":48}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":1895.7}],\"opci\":[],\"uid\":\"39651532\",\"lhc\":\"481041\"},\"bookingId\":\"TJ202858075446\",\"query\":{\"checkinDate\":\"2023-03-16\",\"checkoutDate\":\"2023-03-18\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"countryName\":\"INDIA\",\"cityName\":\"MUMBAI\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid8515268389\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1100}},\"hotelbookingid\":\"46\",\"SearchHotelTraceId\":\"3be21-3c918-38244-7cb94\",\"CustomerSession\":{\"bookingId\":\"3be21-3c918-38244-7cb94\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"9999932969\",\"traceId\":\"3be21-3c918-38244-7cb94\",\"leadEmail\":\"\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"abc\",\"passenger-lastname-1\":\"rrr\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"ffff\",\"passenger-lastname-2\":\"sdff\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"218442710_276158917_37316--1\",\"RoomCategory\":\"Double Room, 1 Double Bed-1 Double Bed\",\"RoomType\":\"Double Room, 1 Double Bed-1 Double Bed\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":2123.32,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":943.32,\"TotalRoomPrice\":1886.64,\"TotalFare\":1886.64,\"TotalBaseFare\":1839.44,\"TotalNetFare\":1886.64,\"TotalTaxFare\":47.2,\"TaxFareBreakup\":{\"SBP\":1692.59,\"MFT\":7.2,\"SAC\":58.32,\"TSF\":203.11,\"MF\":40,\"TMF\":68.82,\"SNP\":1837.38,\"TTSF\":203.11,\"SGP\":1895.7,\"SRC\":0},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-28.13,\"BF\":687.43,\"TAF\":23.6,\"TF\":711.03,\"NF\":711.03},\"afc\":{\"TAF\":{\"SBP\":638.89,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":76.67,\"MF\":20,\"TMF\":34.41,\"SNP\":686.4,\"TTSF\":76.67,\"SGP\":715.56,\"SRC\":0}}},{\"day\":2,\"fc\":{\"CMU\":-28.13,\"BF\":1152.01,\"TAF\":23.6,\"TF\":1175.61,\"NF\":1175.61},\"afc\":{\"TAF\":{\"SBP\":1053.7,\"MFT\":3.6,\"SAC\":29.16,\"TSF\":126.44,\"MF\":20,\"TMF\":34.41,\"SNP\":1150.98,\"TTSF\":126.44,\"SGP\":1180.14,\"SRC\":0}}}],\"PriceWithMarkup\":2123.32,\"arrMarkUps\":{\"HotelRoomPrice\":1886.64,\"pernightperroomprice\":943.32,\"RoomPrice\":1943.3200000000002,\"withmarkupprice\":2123.32,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"48_0_34566394\",\"RoomTotalPrice\":1886.64,\"iopr\":false,\"ipr\":false},\"country\":\"India\",\"iopr\":false,\"ipr\":false,\"HotelDetails\":{\"HotelId\":\"hsid8515268389-39651532\",\"HotemName\":\"Oyo 19841 Shivar Guest House\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"This guesthouse offers designated smoking areas.\\\",\\\"spoken_languages\\\":\\\"Hindi, English\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 11 air-conditioned rooms featuring kitchens. Cable television is provided for your entertainment. Conveniences include ceiling fans, and housekeeping is provided daily.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash not accepted, Mastercard\\\",\\\"dining\\\":\\\"A complimentary on-the-go breakfast is served daily from 8:00 AM to 10:30 AM.\\\",\\\"location\\\":\\\"Located in Mumbai (Dharavi), OYO 19841 Shivar Guest House is within a 5-minute drive of Mahim Beach and JioGarden.  This guesthouse is 5.1 mi (8.1 km) from Juhu Beach and 2.9 mi (4.7 km) from U.S. Consulate General.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Mahim Beach - 3.3 km \\/ 2 mi  P.D. Hinduja Hospital & Medical Research Centre - 3.9 km \\/ 2.4 mi  MMRDA Grounds - 4 km \\/ 2.5 mi  Linking Road - 4 km \\/ 2.5 mi  JioGarden - 4.2 km \\/ 2.6 mi  U.S. Consulate General - 4.3 km \\/ 2.7 mi  Shivaji Park - 4.4 km \\/ 2.7 mi  University of Mumbai - 4.5 km \\/ 2.8 mi  Lilavati Hospital - 4.8 km \\/ 3 mi  Phoenix Market City Mall - 5.5 km \\/ 3.4 mi  Shree Siddhivinayak Ganapati Temple - 6.1 km \\/ 3.8 mi  Bandstand Promenade - 6.2 km \\/ 3.9 mi  Mt. Mary Church - 6.5 km \\/ 4.1 mi  Tata Memorial Hospital - 6.7 km \\/ 4.1 mi  Carter Road Promenade - 6.9 km \\/ 4.3 mi  The nearest major airport is Chhatrapati Shivaji International Airport (BOM) - 11.2 km \\/ 7 mi\\\",\\\"headline\\\":\\\"In Mumbai (Dharavi)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/f8d1ee50_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c4147d5d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/1616e680_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5dcf4e20_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/ca4dc9e4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9b787436_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9dd7206c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/cfcf9268_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/65e18119_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/bf2eab48_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/0f8e116c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/271740c2_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/9f3c4b5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/15fd5631_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/5367512d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/4869a4b3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/fe3bf55a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/hotels\\/35000000\\/34570000\\/34566400\\/34566394\\/c6f7e2ed_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":3,\"HotelGeioLocation\":{\"ln\":\"72.86228\",\"lt\":\"19.046124\"},\"HotelAddress\":\"1 Laxmi Baug Opposite Sion Rly Stn\",\"HotelCity\":\"Mumbai\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"GUESTHOUSE\",\"HotelFaciality\":[\"Designated smoking areas\",\"Daily\",\"Breakfast\",\"Wheelchair accessible \\u2013 no\",\"Breakfast\",\"Internet\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2023-03-16\",\"checkoutDate\":\"2023-03-18\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"699261\",\"currency\":null,\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2023-03-04 12:14:14'),(400,'21-10-15-2-6889046157_0DELBOMUK957_1426259875716','{\"BookingData\":[{\"bookingId\":\"TJ104066681720\",\"FlightNumber\":\"UK-957\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-06-23T20:40\",\"LocalFromTime\":\"2023-06-23 20:40\",\"FromUTCTime\":\"2023-06-23T20:40\",\"LocalToTime\":\"2023-06-23 22:55\",\"ToUTCTime\":\"2023-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6639.7,\"PublishedFareTxt\":\"6,640\",\"ApiResultIndex\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5395,\"Tax\":1244.7,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":668,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6639.7,\"PublishedFare\":6762.74,\"OfferedFare\":6357.29,\"CommissionEarned\":282.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-14.86,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6889046157_0DELBOMUK957_2186493059392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"PREMIUM_ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":169.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244.7,\"BaseFareCal\":6393.29,\"BaseFare\":5395,\"CommissionEarned\":282.41,\"TDS\":-14.86,\"MF\":15,\"YQ\":0,\"AGST\":668,\"MFT\":2.7,\"OT\":389,\"MU\":0,\"YR\":170,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":169.45,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":282.41,\"IntCommissionValInPercentage\":60,\"IntCommission\":169.45,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":6762.74,\"CostToCustomer\":6762.74,\"BaseFareCal\":6393.29,\"intCommisionEarnedForAgency\":369.45,\"CostToCompany\":6393.29,\"intOfferedFare\":6357.29,\"intPublishFare\":6639.7,\"TripjackMarkup\":0,\"TripjackCommission\":282.41,\"TripjackTDS\":\"14.86\"}},\"Segments\":[{\"segmentid\":\"566\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-23T22:55\",\"SegFlightNumber\":\"UK-957\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-23T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104066681720\",\"FlightNumber\":\"UK-957\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2023-06-23T20:40\",\"LocalFromTime\":\"2023-06-23 20:40\",\"FromUTCTime\":\"2023-06-23T20:40\",\"LocalToTime\":\"2023-06-23 22:55\",\"ToUTCTime\":\"2023-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Fri, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 23 Jun\",\"FlightDuration\":\"2h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6639.7,\"ApiResultIndex\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5395,\"Tax\":1244.7,\"YQTax\":0,\"OtherCharges\":389,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":668,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":6639.7,\"PublishedFare\":6762.74,\"OfferedFare\":6357.29,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1244.7,\"BaseFareCal\":6393.29,\"BaseFare\":5395,\"CommissionEarned\":282.41,\"TDS\":-14.86,\"MF\":15,\"YQ\":0,\"AGST\":668,\"MFT\":2.7,\"OT\":389,\"MU\":0,\"YR\":170,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":369.45,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"566\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-06-23T22:55\",\"SegFlightNumber\":\"UK-957\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"U\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-06-23T20:40\",\"TripIndicator\":\"\",\"Baggage\":\"20KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"21-10-15-2-6889046157_0DELBOMUK957_1426259875716\",\"localFromDateTime\":\"2023-06-23 20:40\",\"localToDateTime\":\"2023-06-23 22:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BOM\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"departure_date\":\"23\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BOM\",\"from\":\"DEL\",\"to\":\"BOM\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Mumbai, IN - Chhatrapati Shivaji (BOM)\",\"sourceCityId\":7701,\"destinationCityId\":18676,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"23\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-23\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29&departure_date=23%2F06%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"walkwithap1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8506071234\",\"FirstName\":\"Amit\",\"LastName\":\"Pandey\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-06-23 10:13:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"178\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"742075\",\"TPSysId\":\"742076\",\"VersionId\":[\"221405\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"61270\",\"FareBreakdownid\":[\"380080\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"929\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"178\",\"CustomerMemSysId\":[\"178\"],\"flight_booking_id\":[\"542\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-06-23 10:16:18'),(402,'5-0669183551_0IDRDEL6E6102_11365248951050','{\"BookingData\":[{\"bookingId\":\"TJ109866828825\",\"FlightNumber\":\"6E-6102\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-06-26T22:50\",\"LocalFromTime\":\"2023-06-26 22:50\",\"FromUTCTime\":\"2023-06-26T22:50\",\"LocalToTime\":\"2023-06-27 00:20\",\"ToUTCTime\":\"2023-06-27T00:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 26 Jun\",\"ArrivalDateTxt\":\"Tue, 27 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6851.7,\"PublishedFareTxt\":\"6,852\",\"ApiResultIndex\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5845,\"Tax\":1006.7,\"YQTax\":0,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":297,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.7,\"PublishedFare\":7065.49,\"OfferedFare\":6796.17,\"CommissionEarned\":55.53,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-2.92,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0669183551_0IDRDEL6E6102_11775197769623\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":33.32,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1006.7,\"BaseFareCal\":6832.17,\"BaseFare\":5845,\"CommissionEarned\":55.53,\"TDS\":-2.92,\"MF\":15,\"YQ\":0,\"AGST\":297,\"MFT\":2.7,\"OT\":692,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":33.32,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":55.53,\"IntCommissionValInPercentage\":60,\"IntCommission\":33.32,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":7065.49,\"CostToCustomer\":7065.49,\"BaseFareCal\":6832.17,\"intCommisionEarnedForAgency\":233.32,\"CostToCompany\":6832.17,\"intOfferedFare\":6796.17,\"intPublishFare\":6851.7,\"TripjackMarkup\":0,\"TripjackCommission\":55.53,\"TripjackTDS\":\"2.92\"}},\"Segments\":[{\"segmentid\":\"465\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-27T00:20\",\"SegFlightNumber\":\"6E-6102\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-06-26T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"465\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-06-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12706\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109866828825\",\"FlightNumber\":\"6E-6102\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"22:50\",\"ArrivalTime\":\"00:20\",\"TravelDate\":\"2023-06-26T22:50\",\"LocalFromTime\":\"2023-06-26 22:50\",\"FromUTCTime\":\"2023-06-26T22:50\",\"LocalToTime\":\"2023-06-27 00:20\",\"ToUTCTime\":\"2023-06-27T00:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 26 Jun\",\"ArrivalDateTxt\":\"Tue, 27 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"12706\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IDR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6851.7,\"ApiResultIndex\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5845,\"Tax\":1006.7,\"YQTax\":0,\"OtherCharges\":692,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":297,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6851.7,\"PublishedFare\":7065.49,\"OfferedFare\":6796.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1006.7,\"BaseFareCal\":6832.17,\"BaseFare\":5845,\"CommissionEarned\":55.53,\"TDS\":-2.92,\"MF\":15,\"YQ\":0,\"AGST\":297,\"MFT\":2.7,\"OT\":692,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":233.32,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"465\",\"originAirportName\":\"Devi Ahilya Bai Holkar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Indore\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-06-27T00:20\",\"SegFlightNumber\":\"6E-6102\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IDR\",\"originDepTime\":\"2023-06-26T22:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"22:50\",\"strArrivalDtTime\":\"00:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0669183551_0IDRDEL6E6102_11365248951050\",\"localFromDateTime\":\"2023-06-26 22:50\",\"localToDateTime\":\"2023-06-27 00:20\",\"strSourceAirportCode\":\"IDR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12706\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Indore (IDR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"IDR\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt (IDR)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"26\\/06\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Devi Ahilya Bai Holkar Arpt (IDR)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"IDR\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"IDR\",\"to\":\"DEL\",\"sourceCityText\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt (IDR)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":12706,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"26\\/06\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-06-26\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Indore+%28IDR%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&DirectFlight=1&source_city=IDR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Indore%2C+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+%28IDR%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=26%2F06%2F2023&return_date=&from_mytrip_city=+IN+-+Devi+Ahilya+Bai+Holkar+Arpt+%28IDR%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"walkwithap1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8506071234\",\"FirstName\":\"Amit\",\"LastName\":\"Pandey\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-06-25 12:46:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"556\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"744511\",\"TPSysId\":\"744512\",\"VersionId\":[\"222244\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"61462\",\"FareBreakdownid\":[\"380187\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"930\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"556\",\"CustomerMemSysId\":[\"556\"],\"flight_booking_id\":[\"543\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-06-25 12:51:04'),(406,'32-27-21-20-12-2-15-10-8388413748_29MNLMPH5J909_64305181772056','{\"FlightBookingData\":[{\"bookingId\":\"TJ112867751003\",\"FlightNumber\":\"5J-909\",\"AirlineName\":\"Cebu Pacific Air\",\"AirlineCode\":\"5J\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"AirlineSysId\":\"156\",\"DepartureTime\":\"12:05\",\"ArrivalTime\":\"13:15\",\"TravelDate\":\"2023-07-14T12:05\",\"LocalFromTime\":\"2023-07-14 12:05\",\"FromUTCTime\":\"2023-07-14T12:05\",\"LocalToTime\":\"2023-07-14 13:15\",\"ToUTCTime\":\"2023-07-14T13:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"16659\",\"DestPlaceSysId\":\"5461\",\"SourceAirportCode\":\"MNL\",\"DestAirportCode\":\"MPH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7892.48,\"PublishedFareTxt\":\"7,892\",\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/5J.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5528.6,\"Tax\":2363.88,\"YQTax\":0,\"OtherCharges\":2346.18,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892.48,\"PublishedFare\":8128.48,\"OfferedFare\":7892.48,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55998370149447\",\"IsGSTRequired\":false,\"fareIdentifier\":\"SOTO\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2363.88,\"BaseFareCal\":7928.48,\"BaseFare\":5528.6,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":2346.18,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":60,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":8128.48,\"CostToCustomer\":8128.48,\"BaseFareCal\":7928.48,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":7928.48,\"intOfferedFare\":7892.48,\"intPublishFare\":7892.48,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"90\",\"originAirportName\":\"Ninoy Aquino Intl\",\"destinationAirportName\":\"Malay Arpt\",\"originCityName\":\"Manila\",\"originCountryName\":\"Philippines\",\"destinationCityName\":\"Caticlan\",\"destinationCountryName\":\"Philippines\",\"destinationAirportCode\":\"MPH\",\"destinationArrTime\":\"2023-07-14T13:15\",\"SegFlightNumber\":\"5J-909\",\"AirlineCode\":\"5J\",\"AirlineName\":\"Cebu Pacific Air\",\"FareClass\":null,\"originAirportCode\":\"MNL\",\"originDepTime\":\"2023-07-14T12:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:05\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/5J.png\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"1\",\"Price\":1035.9,\"Weight\":\"1bags 20kg\"},{\"Currency\":\"INR\",\"key\":\"90\",\"Code\":\"2\",\"Price\":2071.81,\"Weight\":\"1bags 32kg\"}],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"MNL\",\"strDestinationAirportCode\":\"MPH\",\"intMemberCount\":1,\"intSourceCityId\":\"16659\",\"intDestinationCityId\":\"5461\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ112867751003\",\"FlightNumber\":\"5J-909\",\"AirlineName\":\"Cebu Pacific Air\",\"AirlineCode\":\"5J\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"strTraceId\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"AirlineSysId\":\"156\",\"DepartureTime\":\"12:05\",\"ArrivalTime\":\"13:15\",\"TravelDate\":\"2023-07-14T12:05\",\"LocalFromTime\":\"2023-07-14 12:05\",\"FromUTCTime\":\"2023-07-14T12:05\",\"LocalToTime\":\"2023-07-14 13:15\",\"ToUTCTime\":\"2023-07-14T13:15\",\"IsDirect\":0,\"FareClass\":null,\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"16659\",\"DestPlaceSysId\":\"5461\",\"SourceAirportCode\":\"MNL\",\"DestAirportCode\":\"MPH\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":7892.48,\"ApiResultIndex\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/5J.png\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5528.6,\"Tax\":2363.88,\"YQTax\":0,\"OtherCharges\":2346.18,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7892.48,\"PublishedFare\":8128.48,\"OfferedFare\":7892.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2363.88,\"BaseFareCal\":7928.48,\"BaseFare\":5528.6,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":2346.18,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"90\",\"originAirportName\":\"Ninoy Aquino Intl\",\"destinationAirportName\":\"Malay Arpt\",\"originCityName\":\"Manila\",\"originCountryName\":\"Philippines\",\"destinationCityName\":\"Caticlan\",\"destinationCountryName\":\"Philippines\",\"destinationAirportCode\":\"MPH\",\"destinationArrTime\":\"2023-07-14T13:15\",\"SegFlightNumber\":\"5J-909\",\"AirlineCode\":\"5J\",\"AirlineName\":\"Cebu Pacific Air\",\"FareClass\":null,\"originAirportCode\":\"MNL\",\"originDepTime\":\"2023-07-14T12:05\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:05\",\"strArrivalDtTime\":\"13:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/5J.png\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-2-15-10-8388413748_0MNLMPH5J909_55834682269630\",\"localFromDateTime\":\"2023-07-14 12:05\",\"localToDateTime\":\"2023-07-14 13:15\",\"strSourceAirportCode\":\"MNL\",\"strDestinationAirportCode\":\"MPH\",\"intMemberCount\":1,\"intSourceCityId\":\"16659\",\"intDestinationCityId\":\"5461\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"547\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"182\",\"CustomerMemSysId\":[\"182\"],\"flight_booking_id\":[\"547\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"isabellaqwe123@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"6125047154\",\"FirstName\":\"Asian\",\"LastName\":\"ProZyy\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"1\",\"RegisterDate\":\"2023-07-09 01:21:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"12651261261\",\"PassportNation\":\"PH\",\"PassportExpiry\":\"2029-07-26\",\"passporIssue\":\"2019-04-10\",\"CustomerSysId\":\"182\",\"isgstapply\":0,\"countryCodeISO\":\"CA\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"182\",\"CustomerMemSysId\":[\"182\"],\"flight_booking_customer\":[[\"934\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Manila (MNL)\",\"mytrip_city_to\":\"Caticlan (MPH)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MNL\",\"ContSysId_1\":\"173\",\"destination_city\":\"MPH\",\"ContSysId\":\"173\",\"source\":\"Manila, PH - Ninoy Aquino Intl (MNL)\",\"destination\":\"Caticlan, PH - Malay Arpt (MPH)\",\"departure_date\":\"14\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" PH - Ninoy Aquino Intl (MNL)\",\"to_mytrip_city\":\" PH - Malay Arpt (MPH)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MNL\",\"destinationCityAirportCode\":\"MPH\",\"from\":\"MNL\",\"to\":\"MPH\",\"sourceCityText\":\"Manila, PH - Ninoy Aquino Intl (MNL)\",\"destinationCityText\":\"Caticlan, PH - Malay Arpt (MPH)\",\"sourceCityId\":16659,\"destinationCityId\":5461,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-14\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"760129\",\"TPSysId\":\"760130\",\"VersionId\":[\"227556\"],\"CustomerSysId\":\"443587\",\"TrxId\":\"62737\",\"FareBreakdownid\":[\"381073\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"182\",\"CustomerMemSysId\":[\"182\"],\"flight_booking_id\":[\"547\"]}}','2023-07-09 01:21:22'),(407,'11-3356925099_2DELPNQI5721_1206145634719','{\"FlightBookingData\":[{\"bookingId\":\"TJ104767884032\",\"FlightNumber\":\"I5-721\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-07-14T20:55\",\"LocalFromTime\":\"2023-07-14 20:55\",\"FromUTCTime\":\"2023-07-14T20:55\",\"LocalToTime\":\"2023-07-14 23:05\",\"ToUTCTime\":\"2023-07-14T23:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3742.7,\"PublishedFareTxt\":\"3,743\",\"ApiResultIndex\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3500,\"Tax\":242.7,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3742.7,\"PublishedFare\":3978.7,\"OfferedFare\":3742.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3356925099_0DELPNQI5721_1679907365070\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":242.7,\"BaseFareCal\":3778.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":225,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":60,\"IntCommission\":0,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3978.7,\"CostToCustomer\":3978.7,\"BaseFareCal\":3778.7,\"intCommisionEarnedForAgency\":200,\"CostToCompany\":3778.7,\"intOfferedFare\":3742.7,\"intPublishFare\":3742.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\"}},\"Segments\":[{\"segmentid\":\"904\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-07-14T23:05\",\"SegFlightNumber\":\"I5-721\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-14T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}],\"Baggage\":[],\"Meal\":[],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":false,\"strTraceId\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104767884032\",\"FlightNumber\":\"I5-721\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"apiTraceId\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"strTraceId\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"20:55\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2023-07-14T20:55\",\"LocalFromTime\":\"2023-07-14 20:55\",\"FromUTCTime\":\"2023-07-14T20:55\",\"LocalToTime\":\"2023-07-14 23:05\",\"ToUTCTime\":\"2023-07-14T23:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3742.7,\"ApiResultIndex\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3500,\"Tax\":242.7,\"YQTax\":0,\"OtherCharges\":225,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3742.7,\"PublishedFare\":3978.7,\"OfferedFare\":3742.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":242.7,\"BaseFareCal\":3778.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":225,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"904\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-07-14T23:05\",\"SegFlightNumber\":\"I5-721\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-14T20:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:55\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/I5.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"11-3356925099_2DELPNQI5721_1206145634719\",\"localFromDateTime\":\"2023-07-14 20:55\",\"localToDateTime\":\"2023-07-14 23:05\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"548\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"183\",\"CustomerMemSysId\":[\"183\"],\"flight_booking_id\":[\"548\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"holidays@reisentours.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9999932969\",\"FirstName\":\"Anand\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-11 11:37:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"183\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"183\",\"CustomerMemSysId\":[\"183\"],\"flight_booking_customer\":[[\"935\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Pune (PNQ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"departure_date\":\"14\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Lohegaon Arpt (PNQ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-14\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"762088\",\"TPSysId\":\"762089\",\"VersionId\":[\"228131\"],\"CustomerSysId\":\"9024\",\"TrxId\":\"62886\",\"FareBreakdownid\":[\"381178\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"183\",\"CustomerMemSysId\":[\"183\"],\"flight_booking_id\":[\"548\"]}}','2023-07-11 11:37:16'),(408,'5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451','{\"FlightBookingData\":[{\"bookingId\":\"TJ116467884456\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-07-14T01:00\",\"LocalFromTime\":\"2023-07-14 01:00\",\"FromUTCTime\":\"2023-07-14T01:00\",\"LocalToTime\":\"2023-07-14 20:00\",\"ToUTCTime\":\"2023-07-14T20:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":540,\"LAYOVERDuration\":\"9h 0m\",\"FlyingMinutes\":990,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"19h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25278\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17044.7,\"PublishedFareTxt\":\"17,045\",\"ApiResultIndex\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14910,\"Tax\":2134.7,\"YQTax\":0,\"OtherCharges\":1366,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":751,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17044.7,\"PublishedFare\":17561.04,\"OfferedFare\":16860.56,\"CommissionEarned\":184.14,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-9.69,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_5004778733451\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":110.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":610.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2134.7,\"BaseFareCal\":16950.56,\"BaseFare\":14910,\"CommissionEarned\":184.14,\"TDS\":-9.69,\"MF\":15,\"YQ\":0,\"AGST\":751,\"MFT\":2.7,\"OT\":1366,\"MU\":0,\"YR\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":110.48,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":610.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":184.14,\"IntCommissionValInPercentage\":60,\"IntCommission\":110.48,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":17561.04,\"CostToCustomer\":17561.04,\"BaseFareCal\":16950.56,\"intCommisionEarnedForAgency\":610.48,\"CostToCompany\":16950.56,\"intOfferedFare\":16860.56,\"intPublishFare\":17044.7,\"TripjackMarkup\":0,\"TripjackCommission\":184.14,\"TripjackTDS\":\"9.69\"}},\"Segments\":[{\"segmentid\":\"684\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-14T03:00\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-14T01:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":540,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"03:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"9h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"685\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-07-14T20:00\",\"SegFlightNumber\":\"6E-1011\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-14T12:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":330,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"5h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CCWT\",\"Price\":250,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"684\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25278\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ116467884456\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"strTraceId\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"20:00\",\"TravelDate\":\"2023-07-14T01:00\",\"LocalFromTime\":\"2023-07-14 01:00\",\"FromUTCTime\":\"2023-07-14T01:00\",\"LocalToTime\":\"2023-07-14 20:00\",\"ToUTCTime\":\"2023-07-14T20:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":540,\"LAYOVERDuration\":\"9h 0m\",\"FlyingMinutes\":990,\"DepartureDateTxt\":\"Fri, 14 Jul\",\"ArrivalDateTxt\":\"Fri, 14 Jul\",\"FlightDuration\":\"19h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25278\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SIN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":17044.7,\"ApiResultIndex\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":14910,\"Tax\":2134.7,\"YQTax\":0,\"OtherCharges\":1366,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":751,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17044.7,\"PublishedFare\":17561.04,\"OfferedFare\":16860.56,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":610.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2134.7,\"BaseFareCal\":16950.56,\"BaseFare\":14910,\"CommissionEarned\":184.14,\"TDS\":-9.69,\"MF\":15,\"YQ\":0,\"AGST\":751,\"MFT\":2.7,\"OT\":1366,\"MU\":0,\"YR\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":610.48,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"684\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-07-14T03:00\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-14T01:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":120,\"GroundTime\":540,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"03:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":\"9h 0m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"685\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Changi Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Singapore\",\"destinationCountryName\":\"Singapore\",\"destinationAirportCode\":\"SIN\",\"destinationArrTime\":\"2023-07-14T20:00\",\"SegFlightNumber\":\"6E-1011\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-07-14T12:00\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":330,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"20:00\",\"FlightDuration\":\"5h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2905311525_0DELBOM6E2009BOMSIN6E1011_1923497899451\",\"localFromDateTime\":\"2023-07-14 01:00\",\"localToDateTime\":\"2023-07-14 20:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SIN\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25278\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"549\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"557\",\"CustomerMemSysId\":[\"557\"],\"flight_booking_id\":[\"549\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"holidays@reisentours.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9999932969\",\"FirstName\":\"Anand\",\"LastName\":\" Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-11 11:41:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"567565888\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2024-07-11\",\"passporIssue\":\"2010-07-08\",\"CustomerSysId\":\"557\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"557\",\"CustomerMemSysId\":[\"557\"],\"flight_booking_customer\":[[\"936\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Singapore (SIN)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"SIN\",\"ContSysId\":\"190\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Singapore, SG - Changi Intl Arpt (SIN)\",\"departure_date\":\"14\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" SG - Changi Intl Arpt (SIN)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"SIN\",\"from\":\"DEL\",\"to\":\"SIN\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Singapore, SG - Changi Intl Arpt (SIN)\",\"sourceCityId\":7701,\"destinationCityId\":25278,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"14\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-14\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"762107\",\"TPSysId\":\"762108\",\"VersionId\":[\"228138\"],\"CustomerSysId\":\"9024\",\"TrxId\":\"62888\",\"FareBreakdownid\":[\"381180\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"557\",\"CustomerMemSysId\":[\"557\"],\"flight_booking_id\":[\"549\"]}}','2023-07-11 11:41:54'),(410,'5-5825097242_0DELPAT6E6025_36983005315580','{\"BookingData\":[{\"bookingId\":\"TJ100568550429\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"PublishedFareTxt\":\"3,470\",\"ApiResultIndex\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"CommissionEarned\":26.77,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5825097242_0DELPAT6E6025_31184422131971\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.77,\"IntCommissionValInPercentage\":60,\"IntCommission\":16.06,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3694.99,\"CostToCustomer\":3694.99,\"BaseFareCal\":3478.93,\"intCommisionEarnedForAgency\":216.06,\"CostToCompany\":3478.93,\"intOfferedFare\":3442.93,\"intPublishFare\":3469.7,\"TripjackMarkup\":0,\"TripjackCommission\":26.77,\"TripjackTDS\":\"1.41\"}},\"Segments\":[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"973\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100568550429\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"strTraceId\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"ApiResultIndex\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"973\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5825097242_0DELPAT6E6025_36983005315580\",\"localFromDateTime\":\"2023-07-21 18:10\",\"localToDateTime\":\"2023-07-21 19:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Patna (PAT)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAT\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"departure_date\":\"21\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Jai Prakash Narayan Arpt (PAT)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PAT\",\"from\":\"DEL\",\"to\":\"PAT\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"sourceCityId\":7701,\"destinationCityId\":20918,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Patna+%28PAT%29&adults=1&childs=0&infants=0&class=2&DirectFlight=1&source_city=DEL&ContSysId_1=101&destination_city=PAT&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Patna%2C+IN+-+Jai+Prakash+Narayan+Arpt+%28PAT%29&departure_date=21%2F07%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Jai+Prakash+Narayan+Arpt+%28PAT%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"walkwithap1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8506071234\",\"FirstName\":\"Amit \",\"LastName\":\"Pandey\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-20 19:41:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"558\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"774224\",\"TPSysId\":\"774225\",\"VersionId\":[\"232274\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"63743\",\"FareBreakdownid\":[\"381787\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"937\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"558\",\"CustomerMemSysId\":[\"558\"],\"flight_booking_id\":[\"550\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-07-20 19:42:15'),(412,'5-1807028807_0DELPAT6E6025_28842799630882','{\"BookingData\":[{\"bookingId\":\"TJ100268550917\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"PublishedFareTxt\":\"3,470\",\"ApiResultIndex\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"CommissionEarned\":26.77,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.41,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1807028807_0DELPAT6E6025_35689347188348\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":16.06,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.77,\"IntCommissionValInPercentage\":60,\"IntCommission\":16.06,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":3694.99,\"CostToCustomer\":3694.99,\"BaseFareCal\":3478.93,\"intCommisionEarnedForAgency\":216.06,\"CostToCompany\":3478.93,\"intOfferedFare\":3442.93,\"intPublishFare\":3469.7,\"TripjackMarkup\":0,\"TripjackCommission\":26.77,\"TripjackTDS\":\"1.41\"}},\"Segments\":[{\"segmentid\":\"169\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"169\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ100268550917\",\"FlightNumber\":\"6E-6025\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:10\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2023-07-21T18:10\",\"LocalFromTime\":\"2023-07-21 18:10\",\"FromUTCTime\":\"2023-07-21T18:10\",\"LocalToTime\":\"2023-07-21 19:45\",\"ToUTCTime\":\"2023-07-21T19:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 21 Jul\",\"ArrivalDateTxt\":\"Fri, 21 Jul\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3469.7,\"ApiResultIndex\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2818,\"Tax\":651.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":146,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3469.7,\"PublishedFare\":3694.99,\"OfferedFare\":3442.93,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":651.7,\"BaseFareCal\":3478.93,\"BaseFare\":2818,\"CommissionEarned\":26.77,\"TDS\":-1.41,\"MF\":15,\"YQ\":0,\"AGST\":146,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":216.06,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"169\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2023-07-21T19:45\",\"SegFlightNumber\":\"6E-6025\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-07-21T18:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:10\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-1807028807_0DELPAT6E6025_28842799630882\",\"localFromDateTime\":\"2023-07-21 18:10\",\"localToDateTime\":\"2023-07-21 19:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PAT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"20918\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Patna (PAT)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PAT\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"departure_date\":\"21\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Jai Prakash Narayan Arpt (PAT)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PAT\",\"from\":\"DEL\",\"to\":\"PAT\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT)\",\"sourceCityId\":7701,\"destinationCityId\":20918,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"21\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-21\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Patna+%28PAT%29&adults=1&childs=0&infants=0&class=2&DirectFlight=1&source_city=DEL&ContSysId_1=101&destination_city=PAT&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Patna%2C+IN+-+Jai+Prakash+Narayan+Arpt+%28PAT%29&departure_date=21%2F07%2F2023&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Jai+Prakash+Narayan+Arpt+%28PAT%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"walkwithap1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9818080943\",\"FirstName\":\"Amit\",\"LastName\":\"Pandey\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-20 19:48:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"184\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"774229\",\"TPSysId\":\"774230\",\"VersionId\":[\"232277\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"63744\",\"FareBreakdownid\":[\"381788\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"938\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"184\",\"CustomerMemSysId\":[\"184\"],\"flight_booking_id\":[\"551\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-07-20 19:49:25'),(413,'5-8047217766_0DELGOI6E6576_17593357557172','{\"FlightBookingData\":[{\"bookingId\":\"TJ109268652371\",\"FlightNumber\":\"6E-6576\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2023-08-12T17:40\",\"LocalFromTime\":\"2023-08-12 17:40\",\"FromUTCTime\":\"2023-08-12T17:40\",\"LocalToTime\":\"2023-08-12 20:10\",\"ToUTCTime\":\"2023-08-12T20:10\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 12 Aug\",\"ArrivalDateTxt\":\"Sat, 12 Aug\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9968.7,\"PublishedFareTxt\":\"9,969\",\"ApiResultIndex\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9008,\"Tax\":960.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":455,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9968.7,\"PublishedFare\":10170.47,\"OfferedFare\":9883.12,\"CommissionEarned\":85.58,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.5,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8047217766_0DELGOI6E6576_14025256253106\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":51.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":251.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":960.7,\"BaseFareCal\":9919.12,\"BaseFare\":9008,\"CommissionEarned\":85.58,\"TDS\":-4.5,\"MF\":15,\"YQ\":0,\"AGST\":455,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":51.35,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":251.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":85.58,\"IntCommissionValInPercentage\":60,\"IntCommission\":51.35,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":10170.47,\"CostToCustomer\":10170.47,\"BaseFareCal\":9919.12,\"intCommisionEarnedForAgency\":251.35,\"CostToCompany\":9919.12,\"intOfferedFare\":9883.12,\"intPublishFare\":9968.7,\"TripjackMarkup\":0,\"TripjackCommission\":85.58,\"TripjackTDS\":\"4.5\"}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-08-12T20:10\",\"SegFlightNumber\":\"6E-6576\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-12T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"UPMA\",\"Price\":0,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"PTSW\",\"Price\":0,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"POHA\",\"Price\":0,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"NLVG\",\"Price\":0,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"LCVG\",\"Price\":0,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBVG\",\"Price\":0,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"DBNV\",\"Price\":0,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CTSW\",\"Price\":0,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CPML\",\"Price\":0,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CJSW\",\"Price\":0,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHVM\",\"Price\":0,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"850\",\"Code\":\"CHNM\",\"Price\":0,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ109268652371\",\"FlightNumber\":\"6E-6576\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"strTraceId\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:40\",\"ArrivalTime\":\"20:10\",\"TravelDate\":\"2023-08-12T17:40\",\"LocalFromTime\":\"2023-08-12 17:40\",\"FromUTCTime\":\"2023-08-12T17:40\",\"LocalToTime\":\"2023-08-12 20:10\",\"ToUTCTime\":\"2023-08-12T20:10\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sat, 12 Aug\",\"ArrivalDateTxt\":\"Sat, 12 Aug\",\"FlightDuration\":\"2h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":9968.7,\"ApiResultIndex\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":9008,\"Tax\":960.7,\"YQTax\":0,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":455,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9968.7,\"PublishedFare\":10170.47,\"OfferedFare\":9883.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":251.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":960.7,\"BaseFareCal\":9919.12,\"BaseFare\":9008,\"CommissionEarned\":85.58,\"TDS\":-4.5,\"MF\":15,\"YQ\":0,\"AGST\":455,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":251.35,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"850\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2023-08-12T20:10\",\"SegFlightNumber\":\"6E-6576\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-12T17:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"17:40\",\"strArrivalDtTime\":\"20:10\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8047217766_0DELGOI6E6576_17593357557172\",\"localFromDateTime\":\"2023-08-12 17:40\",\"localToDateTime\":\"2023-08-12 20:10\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"552\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"185\",\"CustomerMemSysId\":[\"185\"],\"flight_booking_id\":[\"552\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"ticketing@reisentours.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9811072132\",\"FirstName\":\"vijay\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-22 11:41:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"185\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"185\",\"CustomerMemSysId\":[\"185\"],\"flight_booking_customer\":[[\"939\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"DirectFlight\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Goa In (GOI)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"GOI\",\"ContSysId\":\"0\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"departure_date\":\"12\\/08\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Dabolim Arpt (GOI)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"GOI\",\"from\":\"DEL\",\"to\":\"GOI\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Goa In, IN - Dabolim Arpt (GOI)\",\"sourceCityId\":7701,\"destinationCityId\":0,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"12\\/08\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-08-12\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"775857\",\"TPSysId\":\"775858\",\"VersionId\":[\"232801\"],\"CustomerSysId\":\"442586\",\"TrxId\":\"63864\",\"FareBreakdownid\":[\"381891\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"185\",\"CustomerMemSysId\":[\"185\"],\"flight_booking_id\":[\"552\"]}}','2023-07-22 11:41:22'),(415,'5-0902916492_4CCUDEL6E2716_28463796372886','{\"BookingData\":[{\"bookingId\":\"TJ104269099227\",\"FlightNumber\":\"6E-2716\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-07-29T21:45\",\"LocalFromTime\":\"2023-07-29 21:45\",\"FromUTCTime\":\"2023-07-29T21:45\",\"LocalToTime\":\"2023-07-30 00:05\",\"ToUTCTime\":\"2023-07-30T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 29 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4023.7,\"PublishedFareTxt\":\"4,024\",\"ApiResultIndex\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2802,\"Tax\":1221.7,\"YQTax\":0,\"OtherCharges\":1059,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4023.7,\"PublishedFare\":4249.05,\"OfferedFare\":3997.08,\"CommissionEarned\":26.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-1.4,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0902916492_0CCUDEL6E2716_34255105782301\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":15.97,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1221.7,\"BaseFareCal\":4033.08,\"BaseFare\":2802,\"CommissionEarned\":26.62,\"TDS\":-1.4,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.7,\"OT\":1059,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":15.97,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":26.62,\"IntCommissionValInPercentage\":60,\"IntCommission\":15.97,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":4249.05,\"CostToCustomer\":4249.05,\"BaseFareCal\":4033.08,\"intCommisionEarnedForAgency\":215.97,\"CostToCompany\":4033.08,\"intOfferedFare\":3997.08,\"intPublishFare\":4023.7,\"TripjackMarkup\":0,\"TripjackCommission\":26.62,\"TripjackTDS\":\"1.4\"}},\"Segments\":[{\"segmentid\":\"799\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-30T00:05\",\"SegFlightNumber\":\"6E-2716\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-29T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Standard Meal\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"799\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-07-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ104269099227\",\"FlightNumber\":\"6E-2716\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:45\",\"ArrivalTime\":\"00:05\",\"TravelDate\":\"2023-07-29T21:45\",\"LocalFromTime\":\"2023-07-29 21:45\",\"FromUTCTime\":\"2023-07-29T21:45\",\"LocalToTime\":\"2023-07-30 00:05\",\"ToUTCTime\":\"2023-07-30T00:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Sat, 29 Jul\",\"ArrivalDateTxt\":\"Sun, 30 Jul\",\"FlightDuration\":\"2h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4023.7,\"ApiResultIndex\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2802,\"Tax\":1221.7,\"YQTax\":0,\"OtherCharges\":1059,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":145,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4023.7,\"PublishedFare\":4249.05,\"OfferedFare\":3997.08,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1221.7,\"BaseFareCal\":4033.08,\"BaseFare\":2802,\"CommissionEarned\":26.62,\"TDS\":-1.4,\"MF\":15,\"YQ\":0,\"AGST\":145,\"MFT\":2.7,\"OT\":1059,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":215.97,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"799\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-07-30T00:05\",\"SegFlightNumber\":\"6E-2716\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2023-07-29T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"00:05\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-0902916492_4CCUDEL6E2716_28463796372886\",\"localFromDateTime\":\"2023-07-29 21:45\",\"localToDateTime\":\"2023-07-30 00:05\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Kolkata (CCU)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"source_city\":\"CCU\",\"ContSysId_1\":\"101\",\"destination_city\":\"DEL\",\"ContSysId\":\"101\",\"source\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"destination\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"departure_date\":\"29\\/07\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"CCU\",\"destinationCityAirportCode\":\"DEL\",\"from\":\"CCU\",\"to\":\"DEL\",\"sourceCityText\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU)\",\"destinationCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"sourceCityId\":14323,\"destinationCityId\":7701,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"29\\/07\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-07-29\",\"strReturnDate\":null},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Kolkata+%28CCU%29&mytrip_city_to=Delhi+%28DEL%29&adults=1&childs=0&infants=0&class=2&DirectFlight=1&source_city=CCU&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Kolkata%2C+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&departure_date=29%2F07%2F2023&return_date=&from_mytrip_city=+IN+-+Netaji+Subhas+Chandra+Bose+Intl+%28CCU%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"walkwithap1234@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8506071234\",\"FirstName\":\"Amit\",\"LastName\":\"Pandey\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-07-28 17:36:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"559\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"783918\",\"TPSysId\":\"783919\",\"VersionId\":[\"235346\"],\"CustomerSysId\":\"432035\",\"TrxId\":\"64484\",\"FareBreakdownid\":[\"382296\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"940\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"559\",\"CustomerMemSysId\":[\"559\"],\"flight_booking_id\":[\"553\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-07-28 17:38:08'),(417,'32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906','{\"BookingData\":[{\"bookingId\":\"TJ111370018855\",\"FlightNumber\":\"AI-332\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-08-24T11:00\",\"LocalFromTime\":\"2023-08-24 11:00\",\"FromUTCTime\":\"2023-08-24T11:00\",\"LocalToTime\":\"2023-08-24 16:55\",\"ToUTCTime\":\"2023-08-24T16:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13570,\"Tax\":11288.400000000001,\"YQTax\":6630,\"OtherCharges\":3224,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1029,\"CarrierMiscFee\":370,\"MUFee\":0,\"intPublishedFare\":24858.4,\"PublishedFare\":27088.33,\"OfferedFare\":35.4,\"CommissionEarned\":325.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8589045230_1BKKBOMAI331BOMDELAI809_5418460077415\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Basic\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":195.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2195.1,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":11288.400000000001,\"BaseFareCal\":24893.23,\"BaseFare\":13570,\"CommissionEarned\":325.17,\"TDS\":-17.11,\"MF\":30,\"YQ\":6630,\"AGST\":1029,\"MFT\":5.4,\"OT\":3224,\"MU\":0,\"YR\":370,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":195.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2195.1,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"454\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-24T16:55\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"454\",\"Code\":\"5KG\",\"Price\":6536,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"454\",\"Code\":\"10KG\",\"Price\":13073,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"454\",\"Code\":\"15KG\",\"Price\":19609,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"454\",\"Code\":\"20KG\",\"Price\":26145,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ111370018855\",\"FlightNumber\":\"AI-332\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"strTraceId\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2023-08-24T11:00\",\"LocalFromTime\":\"2023-08-24 11:00\",\"FromUTCTime\":\"2023-08-24T11:00\",\"LocalToTime\":\"2023-08-24 16:55\",\"ToUTCTime\":\"2023-08-24T16:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":265,\"DepartureDateTxt\":\"Thu, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 24 Aug\",\"FlightDuration\":\"5h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":27088.33,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":13570,\"Tax\":11288.400000000001,\"YQTax\":6630,\"OtherCharges\":3224,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":1029,\"CarrierMiscFee\":370,\"MUFee\":0,\"intPublishedFare\":24858.4,\"PublishedFare\":27088.33,\"OfferedFare\":35.4,\"CommissionEarned\":325.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-17.11,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-8589045230_1BKKBOMAI331BOMDELAI809_5418460077415\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Basic\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":195.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2195.1,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":11288.400000000001,\"BaseFareCal\":24893.23,\"BaseFare\":13570,\"CommissionEarned\":325.17,\"TDS\":-17.11,\"MF\":30,\"YQ\":6630,\"AGST\":1029,\"MFT\":5.4,\"OT\":3224,\"MU\":0,\"YR\":370,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":195.1,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2195.1,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"454\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2023-08-24T16:55\",\"SegFlightNumber\":\"AI-332\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-08-24T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],[{\"segmentid\":\"455\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T21:45\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":735,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"12h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"456\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-26T12:20\",\"SegFlightNumber\":\"AI-809\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-8589045230_74DELBKKAI332BKKBOMAI331BOMDELAI809_1441659386906\",\"localFromDateTime\":\"2023-08-24 11:00\",\"localToDateTime\":\"2023-08-24 16:55\",\"strSourceAirportCode\":\"BKK\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJ111370018855\",\"FlightNumber\":\"AI-331\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"42\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"12:20\",\"TravelDate\":\"2023-08-25T18:45\",\"LocalFromTime\":\"2023-08-25 18:45\",\"FromUTCTime\":\"2023-08-25T18:45\",\"LocalToTime\":\"2023-08-26 12:20\",\"ToUTCTime\":\"2023-08-26T12:20\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":735,\"LAYOVERDuration\":\"12h 15m\",\"FlyingMinutes\":1145,\"DepartureDateTxt\":\"Fri, 25 Aug\",\"ArrivalDateTxt\":\"Sat, 26 Aug\",\"FlightDuration\":\"17h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"BKK\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"455\",\"originAirportName\":\"Suvarnabhumi Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Bangkok\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2023-08-25T21:45\",\"SegFlightNumber\":\"AI-331\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"BKK\",\"originDepTime\":\"2023-08-25T18:45\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":270,\"GroundTime\":735,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:45\",\"FlightDuration\":\"4h 30m\",\"LAYOVERDuration\":\"12h 15m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"},{\"segmentid\":\"456\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-08-26T12:20\",\"SegFlightNumber\":\"AI-809\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"U\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2023-08-26T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/AI.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"5KG\",\"Price\":6620,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"10KG\",\"Price\":13240,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"15KG\",\"Price\":19860,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"455\",\"Code\":\"20KG\",\"Price\":26480,\"Weight\":\"20KG\"}],\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-24 12:00\",\"localToDateTime\":\"2023-08-25 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Bangkok (BKK)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\",\"departure_date\":\"24\\/08\\/2023\",\"return_date\":\"25\\/08\\/2023\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt (BKK)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"DEL\",\"to\":\"BKK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\",\"sourceCityId\":7701,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/08\\/2023\",\"return_dates\":\"25\\/08\\/2023\",\"strDepatureDate\":\"2023-08-24\",\"strReturnDate\":\"2023-08-25\"},\"FlightSearchUrl\":\"route=2&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Bangkok+%28BKK%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BKK&ContSysId=215&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&destination=Bangkok%2C+TH+-+Suvarnabhumi+Intl+Arpt+%28BKK%29&departure_date=24%2F08%2F2023&return_date=25%2F08%2F2023&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+TH+-+Suvarnabhumi+Intl+Arpt+%28BKK%29\",\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"sahil@sribalajioverseas.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"09829555753\",\"FirstName\":\"Hunny\",\"LastName\":\"Sethi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-10 08:18:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"K5755788\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2033-08-16\",\"passporIssue\":\"2023-08-17\",\"CustomerSysId\":\"186\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"799007\",\"TPSysId\":\"799008\",\"VersionId\":[\"240386\"],\"CustomerSysId\":\"466017\",\"TrxId\":\"65601\",\"FareBreakdownid\":[\"383029\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"941\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"186\",\"CustomerMemSysId\":[\"186\"],\"flight_booking_id\":[\"554\",\"555\"]},\"selectedSeatSession\":null,\"_sessiondata\":null}','2023-08-10 08:18:49'),(421,'32-27-21-20-12-15-2-10-3755491646_35MCTDXBEK867DXBTUNEK747TUNDXBEK748DXBMCTEK866_74907311336073','{\"FlightBookingData\":[{\"bookingId\":\"TJ118170019246\",\"FlightNumber\":\"EK-867\",\"AirlineName\":\"Emirates Airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"04:40\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2023-08-13T04:40\",\"LocalFromTime\":\"2023-08-13 04:40\",\"FromUTCTime\":\"2023-08-13T04:40\",\"LocalToTime\":\"2023-08-13 11:55\",\"ToUTCTime\":\"2023-08-13T11:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"18762\",\"DestPlaceSysId\":\"27944\",\"SourceAirportCode\":\"MCT\",\"DestAirportCode\":\"TUN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":69745,\"Tax\":27592.4,\"YQTax\":21216,\"OtherCharges\":6341,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":97337.4,\"PublishedFare\":99454.20000000001,\"OfferedFare\":-268.6,\"CommissionEarned\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_10077895092820\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Flex\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":364.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2364.8,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":27592.4,\"BaseFareCal\":97089.4,\"BaseFare\":69745,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":30,\"YQ\":21216,\"AGST\":0,\"MFT\":5.4,\"OT\":6341,\"MU\":0,\"YR\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":364.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2364.8,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[{\"segmentid\":\"599\",\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-13T05:55\",\"SegFlightNumber\":\"EK-867\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"T\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-08-13T04:40\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:40\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"600\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Carthage Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Tunis\",\"destinationCountryName\":\"Tunisia\",\"destinationAirportCode\":\"TUN\",\"destinationArrTime\":\"2023-08-13T11:55\",\"SegFlightNumber\":\"EK-747\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"T\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-08-13T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":370,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"6h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-31 12:00\",\"strSourceAirportCode\":\"MCT\",\"strDestinationAirportCode\":\"TUN\",\"intMemberCount\":1,\"intSourceCityId\":\"18762\",\"intDestinationCityId\":\"27944\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ118170019246\",\"FlightNumber\":\"EK-867\",\"AirlineName\":\"Emirates Airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"strTraceId\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"AirlineSysId\":\"203\",\"DepartureTime\":\"04:40\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2023-08-13T04:40\",\"LocalFromTime\":\"2023-08-13 04:40\",\"FromUTCTime\":\"2023-08-13T04:40\",\"LocalToTime\":\"2023-08-13 11:55\",\"ToUTCTime\":\"2023-08-13T11:55\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":170,\"LAYOVERDuration\":\"2h 50m\",\"FlyingMinutes\":615,\"DepartureDateTxt\":\"Sun, 13 Aug\",\"ArrivalDateTxt\":\"Sun, 13 Aug\",\"FlightDuration\":\"7h 15m\",\"SourcePlaceSysId\":\"18762\",\"DestPlaceSysId\":\"27944\",\"SourceAirportCode\":\"MCT\",\"DestAirportCode\":\"TUN\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":99454.20000000001,\"ApiResultIndex\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":69745,\"Tax\":27592.4,\"YQTax\":21216,\"OtherCharges\":6341,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":97337.4,\"PublishedFare\":99454.20000000001,\"OfferedFare\":-268.6,\"CommissionEarned\":608,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-32,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_10077895092820\",\"IsGSTRequired\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"fareIdentifier\":\"Economy Flex\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":364.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2364.8,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":27592.4,\"BaseFareCal\":97089.4,\"BaseFare\":69745,\"CommissionEarned\":608,\"TDS\":-32,\"MF\":30,\"YQ\":21216,\"AGST\":0,\"MFT\":5.4,\"OT\":6341,\"MU\":0,\"YR\":0,\"intTotalGST\":360,\"apiMarkup\":0,\"IntCommission\":364.8,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2000,\"GSTOnMarkUp\":360,\"CommEarned\":2364.8,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"599\",\"originAirportName\":\"Muscat Internatonal Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Muscat\",\"originCountryName\":\"Oman\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-13T05:55\",\"SegFlightNumber\":\"EK-867\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"T\",\"originAirportCode\":\"MCT\",\"originDepTime\":\"2023-08-13T04:40\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":170,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"04:40\",\"strArrivalDtTime\":\"05:55\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"2h 50m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"600\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Carthage Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Tunis\",\"destinationCountryName\":\"Tunisia\",\"destinationAirportCode\":\"TUN\",\"destinationArrTime\":\"2023-08-13T11:55\",\"SegFlightNumber\":\"EK-747\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"T\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-08-13T08:45\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":370,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"6h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],[{\"segmentid\":\"601\",\"originAirportName\":\"Carthage Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Tunis\",\"originCountryName\":\"Tunisia\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-31T22:50\",\"SegFlightNumber\":\"EK-748\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"M\",\"originAirportCode\":\"TUN\",\"originDepTime\":\"2023-08-31T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":350,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"5h 50m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"602\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-09-01T03:30\",\"SegFlightNumber\":\"EK-866\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"M\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-09-01T02:15\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:15\",\"strArrivalDtTime\":\"03:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"32-27-21-20-12-15-2-10-3755491646_1TUNDXBEK748DXBMCTEK866_89054563457205\",\"localFromDateTime\":\"2023-08-13 04:40\",\"localToDateTime\":\"2023-08-13 11:55\",\"strSourceAirportCode\":\"TUN\",\"strDestinationAirportCode\":\"MCT\",\"intMemberCount\":1,\"intSourceCityId\":\"18762\",\"intDestinationCityId\":\"27944\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"TJ118170019246\",\"FlightNumber\":\"EK-748\",\"AirlineName\":\"Emirates Airlines\",\"AirlineCode\":\"EK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":null,\"AirlineSysId\":\"203\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"03:30\",\"TravelDate\":\"2023-08-31T14:00\",\"LocalFromTime\":\"2023-08-31 14:00\",\"FromUTCTime\":\"2023-08-31T14:00\",\"LocalToTime\":\"2023-09-01 03:30\",\"ToUTCTime\":\"2023-09-01T03:30\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"Dubai\",\"GroundTime\":205,\"LAYOVERDuration\":\"3h 25m\",\"FlyingMinutes\":630,\"DepartureDateTxt\":\"Thu, 31 Aug\",\"ArrivalDateTxt\":\"Fri, 01 Sep\",\"FlightDuration\":\"13h 30m\",\"SourcePlaceSysId\":\"18762\",\"DestPlaceSysId\":\"27944\",\"SourceAirportCode\":\"TUN\",\"DestAirportCode\":\"MCT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":0,\"PublishedFareTxt\":\"0\",\"ApiResultIndex\":null,\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"FairRules\":[],\"Segments\":[{\"segmentid\":\"601\",\"originAirportName\":\"Carthage Arpt\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Tunis\",\"originCountryName\":\"Tunisia\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2023-08-31T22:50\",\"SegFlightNumber\":\"EK-748\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"M\",\"originAirportCode\":\"TUN\",\"originDepTime\":\"2023-08-31T14:00\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":350,\"GroundTime\":205,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"22:50\",\"FlightDuration\":\"5h 50m\",\"LAYOVERDuration\":\"3h 25m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"},{\"segmentid\":\"602\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Muscat Internatonal Arpt\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Muscat\",\"destinationCountryName\":\"Oman\",\"destinationAirportCode\":\"MCT\",\"destinationArrTime\":\"2023-09-01T03:30\",\"SegFlightNumber\":\"EK-866\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"M\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2023-09-01T02:15\",\"TripIndicator\":\"\",\"Baggage\":\"2Piece\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:15\",\"strArrivalDtTime\":\"03:30\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/EK.gif\"}],\"Baggage\":null,\"Meal\":null,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":null,\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-08-13 12:00\",\"localToDateTime\":\"2023-08-31 12:00\",\"strSourceAirportCode\":\"MCT\",\"strDestinationAirportCode\":\"TUN\",\"intMemberCount\":1,\"intSourceCityId\":\"18762\",\"intDestinationCityId\":\"27944\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\"}],\"flight_booking_id_Arr\":[\"562\",\"563\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"190\",\"CustomerMemSysId\":[\"190\"],\"flight_booking_id\":[\"562\",\"563\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"ahsjak2@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7428731210\",\"FirstName\":\"asma\",\"LastName\":\"fahmi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-08-10 08:28:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"a37748829\",\"PassportNation\":\"AL\",\"PassportExpiry\":\"2027-08-20\",\"passporIssue\":\"2022-08-10\",\"CustomerSysId\":\"190\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"190\",\"CustomerMemSysId\":[\"190\"],\"flight_booking_customer\":[[\"945\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"2\",\"mytrip_city_from\":\"Muscat (MCT)\",\"mytrip_city_to\":\"Tunis (TUN)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"MCT\",\"ContSysId_1\":\"165\",\"destination_city\":\"TUN\",\"ContSysId\":\"220\",\"source\":\"Muscat, OM - Muscat Internatonal Arpt (MCT)\",\"destination\":\"Tunis, TN - Carthage Arpt (TUN)\",\"departure_date\":\"13\\/08\\/2023\",\"return_date\":\"31\\/08\\/2023\",\"from_mytrip_city\":\" OM - Muscat Internatonal Arpt (MCT)\",\"to_mytrip_city\":\" TN - Carthage Arpt (TUN)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"MCT\",\"destinationCityAirportCode\":\"TUN\",\"from\":\"MCT\",\"to\":\"TUN\",\"sourceCityText\":\"Muscat, OM - Muscat Internatonal Arpt (MCT)\",\"destinationCityText\":\"Tunis, TN - Carthage Arpt (TUN)\",\"sourceCityId\":18762,\"destinationCityId\":27944,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"13\\/08\\/2023\",\"return_dates\":\"31\\/08\\/2023\",\"strDepatureDate\":\"2023-08-13\",\"strReturnDate\":\"2023-08-31\"},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"799015\",\"TPSysId\":\"799016\",\"VersionId\":[\"240394\"],\"CustomerSysId\":\"466018\",\"TrxId\":\"65605\",\"FareBreakdownid\":[\"383033\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"190\",\"CustomerMemSysId\":[\"190\"],\"flight_booking_id\":[\"562\",\"563\"]}}','2023-08-10 08:28:55'),(424,'5-9704106671_8DELPNQ6E2618_83632529093634','{\"FlightBookingData\":[{\"bookingId\":\"TJ105176865790\",\"FlightNumber\":\"6E-2618\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"01:25\",\"TravelDate\":\"2023-11-24T23:20\",\"LocalFromTime\":\"2023-11-24 23:20\",\"FromUTCTime\":\"2023-11-24T23:20\",\"LocalToTime\":\"2023-11-25 01:25\",\"ToUTCTime\":\"2023-11-25T01:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6705.7,\"PublishedFareTxt\":\"6,706\",\"ApiResultIndex\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5350,\"Tax\":1355.7,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.7,\"PublishedFare\":6906.64,\"OfferedFare\":6618.06,\"CommissionEarned\":87.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-4.61,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9704106671_0DELPNQ6E2618_2658859487138\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":52.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":252.58,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1355.7,\"BaseFareCal\":6654.06,\"BaseFare\":5350,\"CommissionEarned\":87.64,\"TDS\":-4.61,\"MF\":15,\"YQ\":550,\"AGST\":300,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"intTotalGST\":36,\"apiMarkup\":0,\"IntCommission\":52.58,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":252.58,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":87.64,\"IntCommissionValInPercentage\":60,\"IntCommission\":52.58,\"IntAgencyFixMarkUp\":200,\"IntTaxOnAgencyFixMarkUp\":36,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":36,\"PublishFare\":6906.64,\"CostToCustomer\":6906.64,\"BaseFareCal\":6654.06,\"intCommisionEarnedForAgency\":252.58,\"CostToCompany\":6654.06,\"intOfferedFare\":6618.06,\"intPublishFare\":6705.7,\"TripjackMarkup\":0,\"TripjackCommission\":87.64,\"TripjackTDS\":\"4.61\"}},\"Segments\":[{\"segmentid\":\"573\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-25T01:25\",\"SegFlightNumber\":\"6E-2618\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"01:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBA\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBB\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"IXBC\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage For Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"DBNV\",\"Price\":500,\"Description\":\"Diabetic non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"573\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2023-11-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ105176865790\",\"FlightNumber\":\"6E-2618\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"strTraceId\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"23:20\",\"ArrivalTime\":\"01:25\",\"TravelDate\":\"2023-11-24T23:20\",\"LocalFromTime\":\"2023-11-24 23:20\",\"FromUTCTime\":\"2023-11-24T23:20\",\"LocalToTime\":\"2023-11-25 01:25\",\"ToUTCTime\":\"2023-11-25T01:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Fri, 24 Nov\",\"ArrivalDateTxt\":\"Sat, 25 Nov\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":6705.7,\"ApiResultIndex\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":5350,\"Tax\":1355.7,\"YQTax\":550,\"OtherCharges\":488,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":300,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6705.7,\"PublishedFare\":6906.64,\"OfferedFare\":6618.06,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":252.58,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1355.7,\"BaseFareCal\":6654.06,\"BaseFare\":5350,\"CommissionEarned\":87.64,\"TDS\":-4.61,\"MF\":15,\"YQ\":550,\"AGST\":300,\"MFT\":2.7,\"OT\":488,\"MU\":0,\"YR\":0,\"FixedMarkUp\":200,\"GSTOnMarkUp\":36,\"CommEarned\":252.58,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"573\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-11-25T01:25\",\"SegFlightNumber\":\"6E-2618\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2023-11-24T23:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:20\",\"strArrivalDtTime\":\"01:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9704106671_8DELPNQ6E2618_83632529093634\",\"localFromDateTime\":\"2023-11-24 23:20\",\"localToDateTime\":\"2023-11-25 01:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"566\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"193\",\"CustomerMemSysId\":[\"193\"],\"flight_booking_id\":[\"566\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"rajebaba16@rediffmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8087619892\",\"FirstName\":\"Dhdjjj\",\"LastName\":\"Gdhdh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-11-06 08:56:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"193\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"193\",\"CustomerMemSysId\":[\"193\"],\"flight_booking_customer\":[[\"948\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Pune (PNQ)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"PNQ\",\"ContSysId\":\"101\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"departure_date\":\"24\\/11\\/2023\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Lohegaon Arpt (PNQ)\",\"interNationalSearch\":false,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"PNQ\",\"from\":\"DEL\",\"to\":\"PNQ\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Pune, IN - Lohegaon Arpt (PNQ)\",\"sourceCityId\":7701,\"destinationCityId\":22238,\"intCountryCode\":\"IN\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"24\\/11\\/2023\",\"return_dates\":\"\",\"strDepatureDate\":\"2023-11-24\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"919627\",\"TPSysId\":\"919628\",\"VersionId\":[\"280344\"],\"CustomerSysId\":\"533426\",\"TrxId\":\"74236\",\"FareBreakdownid\":[\"388450\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"193\",\"CustomerMemSysId\":[\"193\"],\"flight_booking_id\":[\"566\"]}}','2023-11-06 08:56:31'),(425,'5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630','{\"FlightBookingData\":[{\"bookingId\":\"TJ111281046916\",\"FlightNumber\":\"6E-6182\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"01:55\",\"TravelDate\":\"2024-01-08T13:55\",\"LocalFromTime\":\"2024-01-08 13:55\",\"FromUTCTime\":\"2024-01-08T13:55\",\"LocalToTime\":\"2024-01-09 01:55\",\"ToUTCTime\":\"2024-01-09T01:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":630,\"DepartureDateTxt\":\"Mon, 08 Jan\",\"ArrivalDateTxt\":\"Tue, 09 Jan\",\"FlightDuration\":\"12h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11630.7,\"PublishedFareTxt\":\"11,631\",\"ApiResultIndex\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8424,\"Tax\":3206.7,\"YQTax\":1200,\"OtherCharges\":1503,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":486,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11630.7,\"PublishedFare\":12161.48,\"OfferedFare\":11482.65,\"CommissionEarned\":148.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-7.79,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"R5-7011705016_0DELCCU6E6182CCUBKK6E1057~121741464319581\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":88.83,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":588.83,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3206.7,\"BaseFareCal\":11572.65,\"BaseFare\":8424,\"CommissionEarned\":148.05,\"TDS\":-7.79,\"MF\":15,\"YQ\":1200,\"AGST\":486,\"MFT\":2.7,\"OT\":1503,\"MU\":0,\"YR\":0,\"intTotalGST\":90,\"apiMarkup\":0,\"IntCommission\":88.83,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":588.83,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":148.05,\"IntCommissionValInPercentage\":60,\"IntCommission\":88.83,\"IntAgencyFixMarkUp\":500,\"IntTaxOnAgencyFixMarkUp\":90,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":90,\"PublishFare\":12161.48,\"CostToCustomer\":12161.48,\"BaseFareCal\":11572.65,\"intCommisionEarnedForAgency\":588.83,\"CostToCompany\":11572.65,\"intOfferedFare\":11482.65,\"intPublishFare\":11630.7,\"TripjackMarkup\":0,\"TripjackCommission\":148.05,\"TripjackTDS\":\"7.79\"}},\"Segments\":[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-01-08T16:10\",\"SegFlightNumber\":\"6E-6182\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-01-08T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":335,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"906\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-09T01:55\",\"SegFlightNumber\":\"6E-1057\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-01-08T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"01:55\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"XBPA\",\"Price\":3500,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"XBPB\",\"Price\":7000,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"XBPC\",\"Price\":10500,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"XBPJ\",\"Price\":14000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"XBPD\",\"Price\":21000,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"VLML\",\"Price\":400,\"Description\":\"Veg lacto meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"VGAN\",\"Price\":400,\"Description\":\"Vegan meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"VCSW\",\"Price\":400,\"Description\":\"6E Eats choice of the day (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Cucumber Tomato Cheese and Lettuce Sandwich and beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"LCVG\",\"Price\":400,\"Description\":\"Low calorie veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"JNML\",\"Price\":400,\"Description\":\"Jain meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"DBVG\",\"Price\":400,\"Description\":\"Diabetic veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"CHVM\",\"Price\":400,\"Description\":\"Kiddie delight (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"AGSW\",\"Price\":400,\"Description\":\"IndiaByIndiGo regional favourite (veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"NUSW\",\"Price\":500,\"Description\":\"6E Eats choice of the day (non-veg) + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Gluten-free non-veg meal + beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"CJSW\",\"Price\":500,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"CHNM\",\"Price\":500,\"Description\":\"Kiddie delight (non-veg)+ beverage\"},{\"Currency\":\"INR\",\"key\":\"905\",\"Code\":\"CPML\",\"Price\":650,\"Description\":\"Standard Meal\"}],\"isGSTMandatory\":false,\"isDobAdult\":false,\"isDobChild\":true,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2024-01-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJ111281046916\",\"FlightNumber\":\"6E-6182\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"strTraceId\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"01:55\",\"TravelDate\":\"2024-01-08T13:55\",\"LocalFromTime\":\"2024-01-08 13:55\",\"FromUTCTime\":\"2024-01-08T13:55\",\"LocalToTime\":\"2024-01-09 01:55\",\"ToUTCTime\":\"2024-01-09T01:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":335,\"LAYOVERDuration\":\"5h 35m\",\"FlyingMinutes\":630,\"DepartureDateTxt\":\"Mon, 08 Jan\",\"ArrivalDateTxt\":\"Tue, 09 Jan\",\"FlightDuration\":\"12h 0m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"2266\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BKK\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":11630.7,\"ApiResultIndex\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"logo\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8424,\"Tax\":3206.7,\"YQTax\":1200,\"OtherCharges\":1503,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":486,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11630.7,\"PublishedFare\":12161.48,\"OfferedFare\":11482.65,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":588.83,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3206.7,\"BaseFareCal\":11572.65,\"BaseFare\":8424,\"CommissionEarned\":148.05,\"TDS\":-7.79,\"MF\":15,\"YQ\":1200,\"AGST\":486,\"MFT\":2.7,\"OT\":1503,\"MU\":0,\"YR\":0,\"FixedMarkUp\":500,\"GSTOnMarkUp\":90,\"CommEarned\":588.83,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"905\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2024-01-08T16:10\",\"SegFlightNumber\":\"6E-6182\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2024-01-08T13:55\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":135,\"GroundTime\":335,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"16:10\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":\"5h 35m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"segmentid\":\"906\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Suvarnabhumi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bangkok\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"BKK\",\"destinationArrTime\":\"2024-01-09T01:55\",\"SegFlightNumber\":\"6E-1057\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2024-01-08T21:45\",\"TripIndicator\":\"\",\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"21:45\",\"strArrivalDtTime\":\"01:55\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7011705016_7DELCCU6E6182CCUBKK6E1057~114921883435630\",\"localFromDateTime\":\"2024-01-08 13:55\",\"localToDateTime\":\"2024-01-09 01:55\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BKK\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"2266\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}}],\"flight_booking_id_Arr\":[\"567\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"194\",\"CustomerMemSysId\":[\"194\"],\"flight_booking_id\":[\"567\"]},\"CustomerSession\":[{\"AgencySysId\":\"35\",\"EmailId\":\"manojkumar@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9650953283\",\"FirstName\":\"Manoj\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"35\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":\"\",\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":\"\",\"countryCode\":\"91\",\"RegisterDate\":\"2023-12-26 17:50:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"PassportNo\":\"M0722053\",\"PassportNation\":\"IN\",\"PassportExpiry\":\"2033-01-01\",\"passporIssue\":\"2023-01-01\",\"CustomerSysId\":\"194\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"194\",\"CustomerMemSysId\":[\"194\"],\"flight_booking_customer\":[[\"949\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Bangkok (BKK)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"source_city\":\"DEL\",\"ContSysId_1\":\"101\",\"destination_city\":\"BKK\",\"ContSysId\":\"215\",\"source\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destination\":\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\",\"departure_date\":\"08\\/01\\/2024\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" TH - Suvarnabhumi Intl Arpt (BKK)\",\"interNationalSearch\":true,\"sourceCityAirportCode\":\"DEL\",\"destinationCityAirportCode\":\"BKK\",\"from\":\"DEL\",\"to\":\"BKK\",\"sourceCityText\":\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\",\"destinationCityText\":\"Bangkok, TH - Suvarnabhumi Intl Arpt (BKK)\",\"sourceCityId\":7701,\"destinationCityId\":2266,\"intCountryCode\":\"INT\",\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":\"08\\/01\\/2024\",\"return_dates\":\"\",\"strDepatureDate\":\"2024-01-08\",\"strReturnDate\":null},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"991367\",\"TPSysId\":\"991368\",\"VersionId\":[\"299294\"],\"CustomerSysId\":\"582336\",\"TrxId\":\"79522\",\"FareBreakdownid\":[\"391327\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"sessionData\":{\"CustomerSysId\":\"194\",\"CustomerMemSysId\":[\"194\"],\"flight_booking_id\":[\"567\"]}}','2023-12-26 17:50:36');
INSERT INTO `tbl_temp_data` VALUES (426,'1e2ed-b17bf-f1228-03999','{\"BookingData\":{\"hInfo\":{\"id\":\"hsid1344407463-44207293\",\"name\":\"Moonlight Elegance Boutique Hotels\",\"img\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_z.jpg\",\"sz\":\"XL\"}],\"tac\":{\"sc\":[{\"type\":\"URL\",\"info\":\"http:\\/\\/developer.ean.com\\/terms\\/en\\/\",\"label\":\"Supplier terms and conditions\"},{\"type\":\"URL\",\"info\":\"http:\\/\\/developer.ean.com\\/terms\\/agent\\/en\\/\",\"label\":\"Supplier terms and conditions for agent\"}]},\"des\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a fireplace in the lobby.\\\",\\\"spoken_languages\\\":\\\"Arabic, Russian, English, Farsi, Turkish\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 27 air-conditioned rooms featuring heated floors and Smart televisions. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as laptop-compatible safes and minibars.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash, Mastercard\\\",\\\"dining\\\":\\\"A complimentary buffet breakfast is served daily from 7:30 AM to 10:00 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and multilingual staff.\\\",\\\"location\\\":\\\"With a stay at Moonlight Elegance Boutique Hotels, you\'ll be centrally located in Istanbul, a 4-minute drive from Taksim Square and 5 minutes from Galata Tower.  This hotel is 4.5 mi (7.2 km) from Grand Bazaar and 4.5 mi (7.2 km) from Topkapi Palace.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Istanbul Cevahir Shopping and Entertainment Centre - 0.8 km \\/ 0.5 mi  American Hospital - 1 km \\/ 0.6 mi  Lutfi Kirdar Convention and Exhibition Centre - 1.4 km \\/ 0.9 mi  Trump Towers Istanbul - 1.5 km \\/ 0.9 mi  Istanbul Congress Center - 1.5 km \\/ 0.9 mi  Hastanesi Memorial Hospital - 1.9 km \\/ 1.2 mi  Acibadem Taksim Hospital - 2.1 km \\/ 1.3 mi  Mecidiyekoy Square - 2.3 km \\/ 1.4 mi  Taksim Gezi Park - 2.3 km \\/ 1.4 mi  Istanbul Technical University - 2.6 km \\/ 1.6 mi  Taksim Square - 2.6 km \\/ 1.6 mi  Vodafone Park - 2.7 km \\/ 1.7 mi  Istiklal Avenue - 3 km \\/ 1.8 mi  Besiktas Pier - 3 km \\/ 1.9 mi  Dolmabahce Palace - 3.1 km \\/ 1.9 mi  The nearest airports are:Istanbul Airport (IST) - 37.8 km \\/ 23.5 mi Istanbul Sabiha Gokcen Intl. Airport (SAW) - 40.9 km \\/ 25.4 mi \\\",\\\"headline\\\":\\\"In Istanbul (\\u015ei\\u015fli)\\\"}\",\"rt\":4,\"gl\":{\"ln\":\"28.987999\",\"lt\":\"41.05839\"},\"ad\":{\"adr\":\"Hrant Dink Sk. No:98\",\"postalCode\":\"34360\",\"city\":{\"name\":\"Istanbul\"},\"state\":{\"name\":\"Istanbul\"},\"country\":{\"code\":\"TR\",\"name\":\"Turkey\"},\"ctn\":\"Istanbul\",\"sn\":\"Istanbul\",\"cn\":\"Turkey\"},\"fl\":[\"Laundry Services\",\"Distance from property (meters) - 50\",\"Disable Friendly\",\"Wheelchair-accessible concierge desk\",\"Parking\",\"Front entrance ramp\",\"Elevator\",\"Wheelchair-accessible registration desk\",\"Internet\",\"Wheelchair-accessible public washroom\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Stair-free path to entrance\",\"Parking\",\"Tours\\/ticket assistance\",\"Fireplace in lobby\",\"Breakfast\",\"Registration desk height (centimeters) - 50\",\"Elevator\",\"Registration desk height (inches) - 20\",\"Elevator\",\"No accessible shuttle\",\"Restaurant\",\"Distance from property (ft) - 164\",\"Breakfast\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Parking\",\"Daily\",\"Elevator\",\"Concierge Services\"],\"pt\":\"HOTEL\",\"cnt\":{\"ph\":\"90-543-3062336\"},\"ht\":[],\"inst\":[{\"type\":\"POLICIES\",\"msg\":\"{\\\"know_before_you_go\\\":\\\"No pets and no service animals are allowed at this property. \\\"}\"},{\"type\":\"CHECKIN_INSTRUCTIONS\",\"msg\":\"{\\\"Special Instructions\\\":\\\"Front desk staff will greet guests on arrival. \\\",\\\"Instructions\\\":\\\"Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards and cash. \\\"}\"},{\"type\":\"FEES\",\"msg\":\"{\\\"Optional\\\":\\\"Rollaway bed fee: EUR 50.0 per night             The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. \\\"}\"}],\"ops\":[{\"ris\":[{\"id\":\"322739534_391705055_37310--1\",\"rc\":\"Economy Room-1 Queen Bed - Package Deal\",\"rt\":\"Economy Room-1 Queen Bed - Package Deal\",\"srn\":\"Economy, Queen\",\"adt\":2,\"chd\":0,\"des\":\"1 Queen Bed161-sq-foot room with city views Internet - Free WiFi Entertainment - 42-inch Smart TV with premium channelsFood & Drink - Local meal delivery service, minibar (fees may apply), and free bottled waterSleep - Premium bedding and bed sheets Bathroom - Private bathroom, shower, slippers, and designer toiletriesPractical - Laptop-compatible safe, phone, and restaurant dining guideComfort - Air conditioning, daily housekeeping, and heated floorsAccessibility - Area rugs in roomNeed to Know - No cribs (infant beds) or rollaway\\/extra beds availableNon-Smoking\",\"mb\":\"BREAKFAST\",\"tp\":7426.07,\"tfcs\":{\"TF\":7426.07,\"NF\":7426.07,\"BF\":7402.47,\"TAF\":23.6,\"CMU\":-430.35},\"tafcs\":{\"TAF\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79}},\"pis\":[{\"day\":1,\"fc\":{\"CMU\":-430.35,\"BF\":7402.47,\"TAF\":23.6,\"TF\":7426.07,\"NF\":7426.07},\"afc\":{\"TAF\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79}}}],\"fcs\":[\"Free breakfast\",\"Free WiFi\"],\"imgs\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d6a6d82a_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d6a6d82a_z.jpg\",\"sz\":\"XL\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3d6f2914_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3d6f2914_z.jpg\",\"sz\":\"XL\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aa1a4d3b_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aa1a4d3b_z.jpg\",\"sz\":\"XL\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a3397180_b.jpg\",\"sz\":\"Standard\",\"rids\":[\"322739534\"]},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a3397180_z.jpg\",\"sz\":\"XL\",\"rids\":[\"322739534\"]}],\"checkInDate\":\"2024-01-04\",\"checkOutDate\":\"2024-01-05\",\"radi\":{\"rid\":\"322739534\",\"mga\":2,\"maa\":2,\"mca\":0,\"vi\":[\"City\"],\"bds\":[{\"bt\":\"Queen\",\"bc\":1}],\"ar\":{\"asm\":\"15\",\"asf\":\"161\"}},\"op\":\"2\",\"rexb\":{\"BENEFIT\":[{\"values\":[\"Free breakfast\",\"Television\",\"Free WiFi\"]}]}}],\"id\":\"48_7_96169522\",\"tp\":7426.07,\"sc\":\"INR\",\"roe\":1,\"cnp\":{\"id\":\"322739534_391705055_37310--48788654\",\"ifra\":false,\"inra\":true,\"pd\":[{\"fdt\":\"2024-01-03T19:04:08.864\",\"tdt\":\"2024-01-04T00:00\",\"am\":7832.82},{\"fdt\":\"2024-01-04T00:00\",\"tdt\":\"2024-01-05T23:59\",\"am\":7832.82}]},\"ddt\":\"2024-01-03T19:04:08.864\",\"oai\":{\"sid\":\"48\"},\"ispr\":true,\"ipr\":true,\"omid\":\"1895772732\",\"ipm\":false,\"cpb\":24}],\"pops\":[{\"fc\":[\"BREAKFAST\"],\"tpc\":7832.82,\"cb\":0}],\"opci\":[],\"uid\":\"44207293\",\"lhc\":\"7974945\"},\"bookingId\":\"TJ201281666785\",\"query\":{\"checkinDate\":\"2024-01-04\",\"checkoutDate\":\"2024-01-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739265\",\"countryName\":\"TURKEY\",\"cityName\":\"ISTANBUL\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"currency\":\"INR\",\"fsc\":false},\"searchId\":\"hsid1344407463\",\"isSearchCompleted\":false,\"miscInfo\":[]},\"isPriceChanged\":false,\"ntish\":[{\"travellerInfo\":[{\"pt\":\"ADULT\"},{\"pt\":\"ADULT\"}],\"id\":\"322739534_391705055_37310--1\"}],\"isTcsApplicable\":true,\"status\":{\"success\":true,\"httpStatus\":200},\"conditions\":{\"isBA\":false,\"st\":1139}},\"hotelbookingid\":\"47\",\"SearchHotelTraceId\":\"1e2ed-b17bf-f1228-03999\",\"CustomerSession\":{\"bookingId\":\"1e2ed-b17bf-f1228-03999\",\"module\":\"hotels\",\"controller\":\"index\",\"action\":\"hotel-review\",\"countrycode\":\"+91\",\"leadMobile\":\"8126523623\",\"traceId\":\"1e2ed-b17bf-f1228-03999\",\"leadEmail\":\"seviun.almein47@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"Mr\",\"passenger-firstname-1\":\"sevin\",\"passenger-lastname-1\":\"almina\",\"passenger-panNumber-1\":\"\",\"paxType-2\":\"1\",\"CustomerSysId-2\":\"\",\"salution-2\":\"Mr\",\"passenger-firstname-2\":\"asd\",\"passenger-lastname-2\":\"almina\",\"passenger-panNumber-2\":\"\",\"specialrequest\":\"\"},\"HotelBookingDetails\":{\"0\":{\"Rooms\":[{\"id\":\"322739534_391705055_37310--1\",\"RoomCategory\":\"Economy Room-1 Queen Bed - Package Deal\",\"RoomType\":\"Economy Room-1 Queen Bed - Package Deal\",\"Adult\":2,\"Child\":0,\"MealBase\":\"BREAKFAST\",\"TotalPrice\":8606.07,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180,\"pernightperroomprice\":7426.07,\"TotalRoomPrice\":7426.07,\"TotalFare\":7426.07,\"TotalBaseFare\":7402.47,\"TotalNetFare\":7426.07,\"TotalTaxFare\":23.6,\"TaxFareBreakup\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79},\"DayWiseFare\":[{\"day\":1,\"fc\":{\"CMU\":-430.35,\"BF\":7402.47,\"TAF\":23.6,\"TF\":7426.07,\"NF\":7426.07},\"afc\":{\"TAF\":{\"SRC\":0,\"MFT\":3.6,\"SAC\":521.03,\"MF\":20,\"TTSF\":1026.85,\"SBP\":6805.97,\"SGP\":7832.82,\"TSF\":1026.85,\"SNP\":7311.79,\"TMF\":614.79}}}],\"PriceWithMarkup\":8606.07,\"arrMarkUps\":{\"HotelRoomPrice\":7426.07,\"pernightperroomprice\":7426.07,\"RoomPrice\":8426.07,\"withmarkupprice\":8606.07,\"gtxMarkUp\":\"1000.00\",\"GSTOnGTXMarkUp\":180}}],\"RoomId\":\"48_7_96169522\",\"RoomTotalPrice\":7426.07,\"iopr\":false,\"ipr\":true},\"country\":\"Turkey\",\"iopr\":false,\"ipr\":true,\"HotelDetails\":{\"HotelId\":\"hsid1344407463-44207293\",\"HotemName\":\"Moonlight Elegance Boutique Hotels\",\"HotelDescription\":\"{\\\"amenities\\\":\\\"Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a fireplace in the lobby.\\\",\\\"spoken_languages\\\":\\\"Arabic, Russian, English, Farsi, Turkish\\\",\\\"rooms\\\":\\\"Make yourself at home in one of the 27 air-conditioned rooms featuring heated floors and Smart televisions. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as laptop-compatible safes and minibars.\\\",\\\"onsite_payments\\\":\\\"Visa, Debit cards not accepted, Cash, Mastercard\\\",\\\"dining\\\":\\\"A complimentary buffet breakfast is served daily from 7:30 AM to 10:00 AM.\\\",\\\"business_amenities\\\":\\\"Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and multilingual staff.\\\",\\\"location\\\":\\\"With a stay at Moonlight Elegance Boutique Hotels, you\'ll be centrally located in Istanbul, a 4-minute drive from Taksim Square and 5 minutes from Galata Tower.  This hotel is 4.5 mi (7.2 km) from Grand Bazaar and 4.5 mi (7.2 km) from Topkapi Palace.\\\",\\\"attractions\\\":\\\"Distances are displayed to the nearest 0.1 mile and kilometer.  Istanbul Cevahir Shopping and Entertainment Centre - 0.8 km \\/ 0.5 mi  American Hospital - 1 km \\/ 0.6 mi  Lutfi Kirdar Convention and Exhibition Centre - 1.4 km \\/ 0.9 mi  Trump Towers Istanbul - 1.5 km \\/ 0.9 mi  Istanbul Congress Center - 1.5 km \\/ 0.9 mi  Hastanesi Memorial Hospital - 1.9 km \\/ 1.2 mi  Acibadem Taksim Hospital - 2.1 km \\/ 1.3 mi  Mecidiyekoy Square - 2.3 km \\/ 1.4 mi  Taksim Gezi Park - 2.3 km \\/ 1.4 mi  Istanbul Technical University - 2.6 km \\/ 1.6 mi  Taksim Square - 2.6 km \\/ 1.6 mi  Vodafone Park - 2.7 km \\/ 1.7 mi  Istiklal Avenue - 3 km \\/ 1.8 mi  Besiktas Pier - 3 km \\/ 1.9 mi  Dolmabahce Palace - 3.1 km \\/ 1.9 mi  The nearest airports are:Istanbul Airport (IST) - 37.8 km \\/ 23.5 mi Istanbul Sabiha Gokcen Intl. Airport (SAW) - 40.9 km \\/ 25.4 mi \\\",\\\"headline\\\":\\\"In Istanbul (\\u015ei\\u015fli)\\\"}\",\"HotelImages\":[{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bc5c5031_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/172afaf5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f0a7a775_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1e1df5b9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2f3607fe_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/cbc25c57_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/18f09c1e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f72b5d2e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4b5f8657_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5fa2e616_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/faaf4dc4_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/86c27bbf_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4e27461b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/f597381e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/19173a5a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/332b52f9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/11c8476c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d54c5b1d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a785073e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/876c3bf8_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6e43f78e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/fad1fc2b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/02b03105_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/95783a0f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/76498759_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5027b0e6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/dc34afe9_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2e0a2f96_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1379afb3_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/41b9ca24_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6c182c8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/50fef654_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6824c37e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/aca6ed0d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/bd4ed509_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/07e960d5_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/01362924_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59bce42b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2d44b009_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/0313755f_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/d180a963_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2b4daf0b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/743e5fcc_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/63ac1ce6_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2ee0c60e_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/c5fe444d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/59858221_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1c12b083_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/97bb8750_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/4f07310d_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/24aed537_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/3661c1ec_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/e732ff8a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5ed06588_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1233500c_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/8384ff3a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/a360a849_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/5082207b_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/2572485a_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/1f1e8cad_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/6d11edce_z.jpg\",\"sz\":\"XL\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_b.jpg\",\"sz\":\"Standard\"},{\"url\":\"https:\\/\\/i.travelapi.com\\/lodging\\/97000000\\/96170000\\/96169600\\/96169522\\/ff87b367_z.jpg\",\"sz\":\"XL\"}],\"HotelStars\":4,\"HotelGeioLocation\":{\"ln\":\"28.987999\",\"lt\":\"41.05839\"},\"HotelAddress\":\"Hrant Dink Sk. No:98\",\"HotelCity\":\"Istanbul\",\"HotelCountry\":\"Turkey\",\"HotelPropertyType\":\"HOTEL\",\"HotelFaciality\":[\"Laundry Services\",\"Distance from property (meters) - 50\",\"Disable Friendly\",\"Wheelchair-accessible concierge desk\",\"Parking\",\"Front entrance ramp\",\"Elevator\",\"Wheelchair-accessible registration desk\",\"Internet\",\"Wheelchair-accessible public washroom\",\"Designated smoking areas\",\"Well-lit path to entrance\",\"Stair-free path to entrance\",\"Parking\",\"Tours\\/ticket assistance\",\"Fireplace in lobby\",\"Breakfast\",\"Registration desk height (centimeters) - 50\",\"Elevator\",\"Registration desk height (inches) - 20\",\"Elevator\",\"No accessible shuttle\",\"Restaurant\",\"Distance from property (ft) - 164\",\"Breakfast\",\"Porter\\/bellhop\",\"Multilingual\",\"24-hour front desk\",\"Parking\",\"Daily\",\"Elevator\",\"Concierge Services\"]}},\"SearchHotelData\":{\"hotelsearchdata\":{\"searchQuery\":{\"checkinDate\":\"2024-01-04\",\"checkoutDate\":\"2024-01-05\",\"roomInfo\":[{\"numberOfAdults\":2,\"numberOfChild\":0}],\"searchCriteria\":{\"city\":\"739265\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[5,4,3],\"fsc\":false}},\"sync\":false}}}','2024-01-03 19:03:42');
/*!40000 ALTER TABLE `tbl_temp_data` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_testimonials` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL,
  `name` varchar(16) NOT NULL,
  `message` text NOT NULL,
  `Image` varchar(100) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsFeatured` int NOT NULL,
  `created_at` datetime NOT NULL,
  `star_rating` varchar(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_testimonials`
--

LOCK TABLES `tbl_testimonials` WRITE;
/*!40000 ALTER TABLE `tbl_testimonials` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_token`
--

DROP TABLE IF EXISTS `tbl_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_token` (
  `id` int NOT NULL AUTO_INCREMENT,
  `token` varchar(200) NOT NULL,
  `AgencySysid` int DEFAULT NULL,
  `AgencyId` int DEFAULT NULL,
  `MemberId` int DEFAULT NULL,
  `authresponse` varchar(500) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_token`
--

LOCK TABLES `tbl_token` WRITE;
/*!40000 ALTER TABLE `tbl_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_token_goflysmart`
--

DROP TABLE IF EXISTS `tbl_token_goflysmart`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_token_goflysmart` (
  `id` int NOT NULL AUTO_INCREMENT,
  `api_source` varchar(100) NOT NULL,
  `token` text,
  `balance` float NOT NULL DEFAULT '0',
  `expires_in` varchar(200) DEFAULT NULL,
  `login_response` text,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_token_goflysmart`
--

LOCK TABLES `tbl_token_goflysmart` WRITE;
/*!40000 ALTER TABLE `tbl_token_goflysmart` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_token_goflysmart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_train`
--

DROP TABLE IF EXISTS `tbl_train`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_train` (
  `sid` int NOT NULL AUTO_INCREMENT,
  `page_title` varchar(225) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `url` varchar(100) NOT NULL,
  `background_image` varchar(100) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL,
  `selectedPackages` text NOT NULL,
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_train`
--

LOCK TABLES `tbl_train` WRITE;
/*!40000 ALTER TABLE `tbl_train` DISABLE KEYS */;
INSERT INTO `tbl_train` VALUES (1,'GOLDEN-CHARIOT','golden-chariot','http://local.your_india_travel.com/index/golden-chariot','1_1572853721.jpg','Activate','0000-00-00 00:00:00','2019-11-04 13:29:57',''),(2,'ROYAL-RAJASTHAN','royal-rajasthan','http://local.your_india_travel.com/index/royal-rajasthan','2_1572853663.jpg','Activate','0000-00-00 00:00:00','2019-11-04 15:39:43',''),(3,'PALACE-WHEELS','palace-wheels','http://local.your_india_travel.com/index/palace-wheels','_1572862257.jpg','Activate','0000-00-00 00:00:00','2019-11-04 15:40:57',''),(4,'DECCAN-ODYSSEY','deccan-odyssey','http://local.your_india_travel.com/index/deccan-odyssey','_1572862334.jpg','Activate','0000-00-00 00:00:00','2019-11-04 15:42:14',''),(5,'INDIAN-MAHARAJA','indian-maharaja','http://local.your_india_travel.com/index/indian-maharaja','_1572862382.jpg','Activate','0000-00-00 00:00:00','2019-11-04 15:43:02',''),(6,'SPLENDOR-SOUTH','splendor-south','http://local.your_india_travel.com/index/splendor-south','_1572862429.jpg','Activate','0000-00-00 00:00:00','2019-11-04 15:45:09','');
/*!40000 ALTER TABLE `tbl_train` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `tbl_travelogues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_travelogues` (
  `TravId` int NOT NULL AUTO_INCREMENT,
  `TravTitle` varchar(255) NOT NULL,
  `TravIdentifier` varchar(256) NOT NULL,
  `TravImage` varchar(255) NOT NULL,
  `TravBannerImage` varchar(255) DEFAULT NULL,
  `TravDestination` varchar(1000) DEFAULT NULL,
  `TravUploadedBy` varchar(255) NOT NULL,
  `TravDate` date NOT NULL,
  `TravDays` int DEFAULT NULL,
  `TravTraveller` int DEFAULT NULL,
  `TravCost` int DEFAULT NULL,
  `TravDescription` longtext NOT NULL,
  `TravDestinationId` varchar(500) DEFAULT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `TravMultiImage` text,
  `status` tinyint DEFAULT '0',
  `tags` varchar(100) DEFAULT NULL,
  `displayOnBanner` tinyint NOT NULL DEFAULT '0',
  `isMarkForDel` tinyint DEFAULT '0',
  `keyword` text,
  `description` text,
  `metatag` text,
  `selectedPackages` text,
  `category` int DEFAULT NULL,
  `BlogDescription` text NOT NULL,
  PRIMARY KEY (`TravId`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `tbl_travelogues` WRITE;
/*!40000 ALTER TABLE `tbl_travelogues` DISABLE KEYS */;
INSERT INTO `tbl_travelogues` VALUES (1,'Travel Guide To Kathmandu Nepal','travel-guide-to-kathmandu-nepal','1674896349_blog.jpg','1674896349.jpg',NULL,'Reisen Tours','2020-12-22',NULL,NULL,NULL,'<h6><font face=\"Comic Sans MS\">Kathmandu is the capital and largest city of Nepal. It is the economic, administrative, and cultural hub of the country. Kathmandu has a long history, as is evidenced by its many attractions, and tourism is the biggest driver of the city’s economy. Kathmandu is a cosmopolitan city, where people of many races and religions coexist. Kathmandu has a well-established mature tourist industry, as the hotel industry, travel agencies, tourist information spots, and other infrastructural is readily available. Kathmandu’s Thamel neighborhood is the best place to find guest houses, restaurants, shops, and bookstores that cater to tourists. Several five-star hotels, including casinos, exist within the city. Kathmandu has seven designated monument sites that are, as a collective, a world heritage site.</font></h6>',NULL,'2021-05-11 16:46:22','2021-05-11 16:46:22',NULL,1,'',1,1,'','','','[\"92\",\"68\",\"66\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(2,'Travel Guide To Vietnam','travel-guide-to-vietnam','1675408330_blog.jpg','1670996650.jpg',NULL,'Anand Singh','2022-12-14',NULL,NULL,NULL,'<h2><h2><font face=\"Verdana\"><font color=\"#000000\" style=\"\">Mesmerizing nature | Exceptional cuisine | Cultural diversity | Excellent service</font></font></h2><h3><font face=\"Verdana\"><span style=\"font-weight: normal;\"><font style=\"\">Vietnam has fully reopened for international tourism without COVID-19 restrictions (No vaccination certificate, No test requirements, No quarantine, No medical declaration) and restored visa policies and immigration procedures as before COVID-19.<br></font></span></font><font face=\"Verdana\"><span style=\"font-weight: normal;\"><font style=\"\">\r\nNow you are free to discover and enjoy various wild nature destinations like limestone mountains, beautiful waterfalls, green terraced rice fields, and white sandy beaches. Holidays are coming, let’s get away from it all.</font></span></font></h3></h2>',NULL,'2022-12-14 11:14:11','2022-12-14 11:14:11',NULL,1,'Vietnam | Hanoi | Halong | Tour | Travel | Holidays',0,1,'best places to visit in Vietnam, best time to visit in Vietnam, Vietnam Tour Packages, Vietnam holiday packages, Book vietnam tour packages','Explore Mesmerizing Vietnam Tour Packages with Reisen Tours - Get the comfortable transport, sightseeing, meals, activities & stay. Enquire now for the best offers & deals!','Best Places To Visit In Vietnam','[\"76\",\"58\"]',1,'{\"blogdetailTitle\":[\"BEST PLACES TO VISIT IN VIETNAM\",\"BEST TIME TO VISIT IN VIETNAM\"],\"BlogDescription\":[\"<h3 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-weight: normal; font-family: Verdana;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Verdana\\\">There are plenty of amazing places to visit in Vietnam.\\r\\nDepending on your interests, trip duration and time of year you will find\\r\\nplenty of things to do during any length of stay.<\\/font><\\/span><\\/h3><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-family: Verdana;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\">\\u00a0<\\/font><\\/span><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1671519907.jpg\\\" style=\\\"width: 640px;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\"><o:p><\\/o:p><\\/font><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\">\\u00a0<\\/font><\\/span><\\/p><h2 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b style=\\\"font-size: 15pt;\\\"><font face=\\\"Verdana\\\">Ho Chi Minh City (Saigon)<\\/font><\\/b><\\/h2><h3 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-weight: normal;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Verdana\\\">When slurping a bowl of pho in a local market or exploring an\\r\\nancient temple, it\\u2019s easy to feel like you\\u2019ve stepped into a time machine in Ho\\r\\nChi Minh City.<\\/font><\\/span><\\/h3><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1671519975.jpg\\\" style=\\\"width: 640px;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\"><o:p><\\/o:p><\\/font><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\">\\u00a0<\\/font><\\/span><\\/p><h2 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><b style=\\\"\\\"><font face=\\\"Verdana\\\">Halong Bay<\\/font><\\/b><\\/span><\\/h2><h3 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-weight: normal;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Verdana\\\">A collection of over 3,000 limestone islands providing endless\\r\\nkayaking opportunities. Take the time to relax aboard a boat or venture to Cat\\r\\nBa National Park for mystical waterfalls!<\\/font><\\/span><\\/h3><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1671001946.jpg\\\" style=\\\"width: 640px;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\"><o:p><\\/o:p><\\/font><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\">\\u00a0<\\/font><\\/span><\\/p><h2 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><b style=\\\"\\\"><font face=\\\"Verdana\\\">Hanoi<\\/font><\\/b><\\/span><\\/h2><h3 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-weight: normal;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Verdana\\\">The capital of Vietnam is also one of the most ancient capitals\\r\\nin the world. The history of Hanoi is rich, devastating and full of legends.\\r\\nThis mystical city is also known for its cuisine, silk, buzzing nightlife as\\r\\nwell as cultural diversity.<\\/font><\\/span><\\/h3><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1671520109.jpg\\\" style=\\\"width: 640px;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\"><o:p><\\/o:p><\\/font><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\">\\u00a0<\\/font><\\/span><\\/p><h2 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><b style=\\\"\\\"><font face=\\\"Verdana\\\">My Son Temple<\\/font><\\/b><\\/span><\\/h2><p>\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n<\\/p><h3 style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 15pt; font-weight: normal;\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Verdana\\\">Ancient temples dating back 1,000 years give a culture\\r\\nunderstanding into Vietnam\\u2019s past all while showing the scars of the war.<\\/font><\\/span><\\/h3><p class=\\\"MsoNormal\\\" style=\\\"margin-bottom: 0.2in; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1671520197.jpg\\\" style=\\\"width: 640px;\\\"><span style=\\\"font-size:15.0pt;font-family:\\\" verdana\\\",\\\"sans-serif\\\";=\\\"\\\" mso-fareast-font-family:\\\"times=\\\"\\\" new=\\\"\\\" roman\\\";mso-bidi-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><font face=\\\"Times New Roman\\\"><br><\\/font><o:p><\\/o:p><\\/span><\\/p>\",\"<h3 style=\\\"margin-bottom: 0.2in; line-height: normal;\\\"><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">The best time to travel\\r\\nto Vietnam really depends on what you are looking for in terms of weather,\\r\\nscenery and budget.<br><\\/span><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">Peak season occurs from\\r\\nmid-December through to February. But expect prices to double during this time.\\r\\nThe low season is perfect for those on a budget.<br><\\/span><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">The weather gets really\\r\\ncold from December to March and is not suited for hiking or sailing a junk boat\\r\\nin Halong Bay that time of year.<br><\\/span><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">You really can travel\\r\\nthe south at any time of the year. Just note that from May to November there\\r\\nare afternoon downpours.<br><\\/span><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b>\\u00b7<span style=\\\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">\\u00a0\\u00a0<\\/span><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\">Low Season \\u2013<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\">\\u00a0<span style=\\\"font-family: Verdana;\\\">April to June, September to November<\\/span><br><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"font-family: Verdana;\\\">\\u00b7<\\/span><span style=\\\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">\\u00a0\\u00a0\\u00a0<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">Shoulder Season<\\/span> \\u2013<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:=\\\"\\\" \\\"times=\\\"\\\" roman\\\";color:#666666\\\"=\\\"\\\">\\u00a0<span style=\\\"font-family: Verdana;\\\">December to March<\\/span><br><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"font-family: Verdana;\\\">\\u00b7<\\/span><span style=\\\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">\\u00a0\\u00a0\\u00a0\\u00a0<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:\\\"times=\\\"\\\" roman\\\";=\\\"\\\" color:#666666\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">High Season<\\/span> \\u2013<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-fareast-font-family:=\\\"\\\" \\\"times=\\\"\\\" roman\\\";color:#666666\\\"=\\\"\\\">\\u00a0<span style=\\\"font-family: Verdana;\\\">July & August<\\/span><br><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\">Northern Vietnam<\\/span><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\">\\u00a0\\u2013<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">\\u00a0The best months to\\r\\ntravel Northern Vietnam are April to May or September to October. There are\\r\\nmostly sunny days and the rain has stopped.<\\/span><br><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\">Central Vietnam \\u2013\\u00a0<\\/span><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><span style=\\\"font-family: Verdana;\\\">The best months for\\r\\ntravel to Central Vietnam are January to June. There are heavy rains in October\\r\\nand November and the really hot months are from May to August.<\\/span><br><\\/span><\\/b><\\/font><font face=\\\"Comic Sans MS\\\"><b><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\">Southern Vietnam<\\/span><span style=\\\"font-family: Verdana;\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\">\\u00a0\\u2013<\\/span><\\/b><\\/font><span style=\\\"\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";\\\"=\\\"\\\"><font face=\\\"Comic Sans MS\\\"><span style=\\\"font-family: Verdana;\\\"><b>\\u00a0The best months to\\r\\nexplore Southern Vietnam are January to April where conditions are beautiful.<\\/b><\\/span><\\/font><br><\\/span><\\/h3>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\"]}'),(3,'Travel Guide To Azerbaijan','travel-guide-to-azerbaijan','1674901761_blog.jpg','1671000779.jpg',NULL,'Anand Singh','2022-12-14',NULL,NULL,NULL,'<h3 style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><h4><font face=\"Times New Roman\" style=\"font-weight: normal;\"><span style=\"font-size: 16pt; color: rgb(59, 59, 59);\">Azerbaijan “Land of\r\nFire”, is a former Soviet Republic surrounded by the Caspian Sea to the east and\r\nthe Caucasus Mountains to the north. With an amazing landscape, numerous World\r\nheritage sites declared by UNESCO and beautiful Muslim Mosques, this place is a\r\nhub of culture and blessed with the wonders of Mother Nature. With its hi-tech\r\ncapital being a walled city, this place has some of the best architectural and\r\nhistoric monuments which will leave you stunned with their natural beauty.</span></font></h4><h4><font face=\"Times New Roman\" style=\"font-weight: normal;\"><span style=\"font-size: 16pt; color: rgb(59, 59, 59);\">There are numerous\r\nhiking trails and routes frequented by tourists from all over the world. So if\r\nyou are a trekking enthusiast, the place is indeed a heaven for you. If you are\r\ninterested in art and culture, this place is loaded with interesting things for\r\nyou and even if you are the kind of person who does not want to do anything but\r\nchill and relax, there are beaches for you to pamper you with a calm\r\natmosphere. Hence, Azerbaijan is a holiday destination which has something in\r\nplace for each and every type of tourist.<br></span></font><font face=\"Times New Roman\" style=\"font-weight: normal;\"><span style=\"font-size: 16pt; color: rgb(59, 59, 59);\">The kind of options\r\navailable in this country are very wide and you can plan your trip and\r\nsight-seeing destinations according to your choice and preferences and no\r\nmatter what you plan, you are sure to enjoy this trip to the fullest.</span></font></h4></h3><p>\r\n\r\n\r\n\r\n</p>',NULL,'2022-12-14 12:22:59','2022-12-14 12:22:59',NULL,1,'',0,1,'','','','[\"85\",\"61\",\"60\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(4,'22 Things to Know Before You Travel to Turkey','22-things-to-know-before-you-travel-to-turkey','1672144119_blog.jpg','1672144119.jpg',NULL,'Anand','2022-12-27',NULL,NULL,NULL,'<p style=\"text-align: center; \"><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1672143478.jpg\" style=\"width: 640px;\"></p><h2 style=\"text-align: left;\"><font color=\"#424242\"><font face=\"Times New Roman\" style=\"\">If you’re planning to visit the beautiful country of Turkey, here are some important travel tips and advice on the top things to know before going to Turkey! Turkey is one of the world’s most visited countries with 38 million visitors in 2018.<br></font></font><font color=\"#424242\"><font face=\"Times New Roman\" style=\"\">And for good reason; travel to turkey is safe, fun, easy, and affordable. Due to the lack of updated information online, I went ahead and put together this travel blog guide to help others travel to Turkey. Hope you enjoy it &amp; happy travels.&nbsp;</font></font></h2>',NULL,'2022-12-27 17:58:40','2022-12-27 17:58:40',NULL,1,'',0,1,'','','','',1,'{\"blogdetailTitle\":[\"1. Some Websites Are Banned in Turkey\"],\"BlogDescription\":[\"<p><\\/p><p><\\/p><ul><ul><\\/ul><\\/ul><ul><ul><\\/ul><\\/ul><ul><ul><\\/ul><\\/ul><p><\\/p><h3><h2><h3><h2><ul><li><font color=\\\"#424242\\\" style=\\\"\\\"><font face=\\\"Times New Roman\\\" style=\\\"\\\">Booking.com doesn\\u2019t allow you to book your stay in Turkey if you\\u2019re in Turkey. This made it really hard for a last-minute traveler like myself who couldn\\u2019t book her stay through the platform.&nbsp;<\\/font><\\/font><\\/li><\\/ul><ul><li><font color=\\\"#424242\\\" style=\\\"\\\"><font face=\\\"Times New Roman\\\" style=\\\"\\\">Wikipedia is banned in Turkey. Here\\u2019s why. So get all your research in before you get there, or use the \\u201ccache\\u201d function on Google if it\\u2019s available for your particular search listing.<\\/font><\\/font><\\/li><\\/ul><ul><li><font color=\\\"#424242\\\" style=\\\"\\\"><font face=\\\"Times New Roman\\\" style=\\\"\\\">PayPal is inaccessible from Turkey. If you have the PayPal mobile APPLICATION, you can access your account PayPal through that.&nbsp;<\\/font><\\/font><\\/li><\\/ul><\\/h2><\\/h3><\\/h2><\\/h3>\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(5,'Things To Do In New Zealand','things-to-do-in-new-zealand','1674901725_blog.jpg','1674122851.jpg',NULL,'Anand Singh','2023-01-19',NULL,NULL,NULL,'<h4>A land of beauty and adventure, New Zealand is home to incredible activities worthy of a place on anyone\'s bucket list.<br></h4>',NULL,'2023-01-19 15:37:31','2023-01-19 15:37:31',NULL,1,'',1,1,'','','','[\"103\",\"102\",\"101\"]',1,'{\"blogdetailTitle\":[\"1. Hobbiton\",\"2. Stargazing\",\"3. Hot Water Beach\",\"4. Tongariro Alpine Crossing\",\"5. Whale watch Kaikoura\",\"6. Dive Poor Knights\",\"7. Milford Sound\",\"8. Bungy jump\",\"9. Southern Lights\",\"10. Waitomo Caves\"],\"BlogDescription\":[\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121013.jpg\\\" style=\\\"width: 50%; float: none;\\\"><br><h4>Just outside of the Waikato town of Matamata, Sir Peter Jackson discovered the perfect place to create The Shire and village of Hobbiton. To this day, the movie set remains and is a spectacular place to visit, and it\'s not just for fans of The Lord of the Rings and The Hobbit Trilogies.<\\/h4><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121196.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Verdana\\\">Experience a magical stargazing experience in New Zealand with clear, dark skies and unique celestial features. Mount Cook is home to darkest skies in the world and perfect to enjoy some breathtaking stargazing experiences. Visit Big Sky Stargazing in Mount Cook or join one of Dark Sky Project tours at Tekapo\'s Mount John Observatory. See constellations and shooting stars in glittering dark skies; much of New Zealand has no light pollution and is home to some of the most accessible observatories in the world.<\\/font><br><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121408.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Verdana\\\">At Hot Water Beach on the Coromandel Peninsula, in the North Island of New Zealand, visitors can create their own natural jacuzzi in the wet sand during low tide. Purchase a spade at the nearby shop or bring your own and build a private hot pool with a stunning ocean view.<\\/font><br><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121557.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Times New Roman\\\"><span style=\\\"font-family: Verdana;\\\">New Zealand\\u2019s most famous day walk, the Tongariro Alpine Crossing takes in incredible scenery over a nine-hour trek. The Crossing is a 19.4km one-day hike, past Mt Ngauruhoe and over Mt Tongariro, with panoramic views of active volcanic areas and colorful crater lakes in the UNESCO Dual Heritage area.<\\/span><\\/font><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121783.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-size: 13.5pt; color: rgb(60, 134, 55);\\\"><font face=\\\"Times New Roman\\\"><br><\\/font><\\/span><\\/h2><h4>Kaikoura is a year-round whale-watching destination and also renowned for its scenic location - a rugged coastline between the Pacific Ocean and the snow-capped peaks of the Southern Alps, which provides a dramatic background for the marine life that is often seen close to shore.<\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674121901.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Times New Roman\\\"><span style=\\\"font-family: Verdana;\\\">23 km off New Zealand\\u2019s Tutukaka Coast, the Poor Knights Islands are an international diving icon. Described by Jacques Cousteau as the best dive spot in subtropical temperate waters, the Poor Knights is part of a marine reserve creating a remarkably varied ecosystem.<\\/span><\\/font><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674122093.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size: 13.5pt; color: rgb(60, 134, 55);\\\"><br><\\/span><\\/font><\\/h2><h4>Fiordland National Park\\u2019s jewel in the crown, Milford Sound was once described as the eighth wonder of the world by Rudyard Kipling. Towering peaks, hundreds of waterfalls, quirky wildlife and glassy waters combine to create one of the most breath-taking places on the planet. An overnight experience in Milford Sound is the time to embrace an absolute silence after the day\'s visitors have left.<\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674122215.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Times New Roman\\\"><span style=\\\"font-family: Verdana;\\\">New Zealand was the first country in the world to commercialise bungy jumping at the site of the Kawarau Suspension Bridge just outside of Queenstown. Take the plunge&nbsp; overlooking the stunning Kawarau River or tackle the Nevis - 134 metres over the valley floor.<\\/span><\\/font><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674122448.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Times New Roman\\\"><span style=\\\"font-family: Verdana;\\\">While the Northern Lights, the Aurora Borealis, is a famous and beloved bucket list item for night sky watchers, the lesser known Aurora Australis or Southern Lights is no less spectacular. From Dunedin, the Southern Lights appear just over the southern horizon creating remarkable reflections in the water and delighting photographers.<\\/span><\\/font><\\/h4>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674122623.jpg\\\" style=\\\"width: 50%;\\\"><font face=\\\"Times New Roman\\\"><span style=\\\"font-size:13.5pt;color:#171717\\\"><br><\\/span><\\/font><\\/h2><h4><font color=\\\"#171717\\\" face=\\\"Times New Roman\\\"><span style=\\\"font-family: Verdana;\\\">An ancient subterranean world in the heart of New Zealand\\u2019s central North Island, the Waitomo Cave system is a series of fascinating and dramatic natural wonders. The glow-worm grotto is one of the most popular attractions where visitors travel by boat into the spectacular cave guided by the light of thousands of unique New Zealand glow worms.<\\/span><\\/font><\\/h4>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(6,'Adventure Things To Do In Nepal','adventure-things-to-do-in-nepal','1674476347_blog.jpg','1674476347.jpg',NULL,'Anand Singh','2023-01-23',NULL,NULL,NULL,'',NULL,'2023-01-23 17:49:07','2023-01-23 17:49:07',NULL,1,'',1,1,'','','','[\"92\",\"68\",\"66\"]',1,'{\"blogdetailTitle\":[\"1. Sagarmatha National Park Camping\",\"2. Paragliding at Sarangkot\",\"3. Safari at Bardia National Park\",\"4. Kayaking or Rafting in Seti River\",\"5. Go Trekking\"],\"BlogDescription\":[\"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674475827.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\", \\\"serif\\\"; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b><br><\\/b><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\", \\\"serif\\\"; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b>Sagarmatha National Park is best known for its hiking trails\\r\\nand camping sites. It is the home of the world\\u2019s highest peak Mt. Everest &\\r\\nspending a wonderful night in the camp surrounded by mountains in the middle of\\r\\nnowhere can be adventurous.<\\/b><\\/span><span style=\\\"font-family:\\\"Times New Roman\\\",\\\"serif\\\"\\\"><o:p><\\/o:p><\\/span><\\/p>\",\"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674475922.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b><br><\\/b><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b>Paragliding<\\/b><\\/span><b><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">\\u00a0at Sarangkot is owned and operated by Nepalese\\r\\nnationals and certified by Civil Aviation Authority of Nepal.<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">\\u00a0<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">The beautiful location offers\\r\\nparagliding opportunities for tourists to indulge in. Enjoy the mesmerizing <\\/span><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">views of the Pokhara Valley and mountain ranges including Mt.\\r\\nAnnapurna<\\/span><\\/b><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b> for 30\\r\\nminutes.<\\/b><\\/span><o:p><\\/o:p><\\/span><\\/p>\",\"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674475986.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b><br><\\/b><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b>Bardiya National\\r\\npark<\\/b><\\/span><b><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">\\u00a0is known for its diverse\\r\\nnatural resource and wildlife.<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">\\r\\nWanderers with a love for wildlife must include a jungle safari in their list\\r\\nof adventurous things to do in Nepal.\\u00a0 Feel thrilled while <\\/span><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">your encounter with<\\/span><\\/b><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><b>\\r\\nthe majestic Royal Bengal Tiger, Rhinos, elephants, etc. during this\\r\\nbreathtaking safari.<\\/b><\\/span><o:p><\\/o:p><\\/span><\\/p>\",\"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674476096.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><b><br><\\/b><\\/span><\\/p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><b>For Kayaking lovers Seti River\\r\\noffers an adventurous option to its visitors during non-monsoon seasons. During\\r\\nthe monsoon, the river becomes in turmoil and becomes more suitable for rafting\\r\\nlovers.<\\/b>\\u00a0<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><o:p><\\/o:p><\\/span><\\/p>\",\"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674476150.jpeg\\\" style=\\\"width: 50%;\\\"><b><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-bidi-font-weight:bold\\\"=\\\"\\\"><br><\\/span><\\/b><\\/p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><b><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-bidi-font-weight:bold\\\"=\\\"\\\">With\\r\\nits Himalayan range, Nepal offers various adventurous trekking and mountain\\r\\nclimbing options. Tourists love to trek Poon Hill, <\\/span><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">Manaslu Circuit<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-bidi-font-weight:bold\\\"=\\\"\\\">, Island Peak, <\\/span><span style=\\\"font-size: 10.5pt; line-height: 200%; font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",=\\\"\\\" \\\"serif\\\";=\\\"\\\" background-image:=\\\"\\\" initial;=\\\"\\\" background-position:=\\\"\\\" background-size:=\\\"\\\" background-repeat:=\\\"\\\" background-attachment:=\\\"\\\" background-origin:=\\\"\\\" background-clip:=\\\"\\\" initial;\\\"=\\\"\\\">Dhaulagiri Circuit<\\/span><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\";mso-bidi-font-weight:bold\\\"=\\\"\\\"> and so on.<\\/span><\\/b><span style=\\\"font-family:\\\" times=\\\"\\\" new=\\\"\\\" roman\\\",\\\"serif\\\"\\\"=\\\"\\\"><o:p><\\/o:p><\\/span><\\/p>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\"]}'),(7,'Adventure Things To Do In Nepal','adventure-things-to-do-in-nepal','1674538494_blog.jpg','1674538494.jpg',NULL,'Anand Singh','2023-01-24',NULL,NULL,NULL,'',NULL,'2023-01-24 11:04:54','2023-01-24 11:04:54',NULL,1,'',0,1,'','','','[\"92\",\"68\",\"66\"]',2,'{\"blogdetailTitle\":[\"1.Sagarmatha National Park Camping\",\"2. Paragliding at Sarangkot\",\"3. Safari at Bardia National Park\",\"4. Kayaking or Rafting in Seti River\",\"5. Go Trekking\"],\"BlogDescription\":[\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674538384.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">Sagarmatha National Park is best known for its hiking trails and camping sites. It is the home of the world\\u2019s highest peak Mt. Everest & spending a wonderful night in the camp surrounded by mountains in the middle of nowhere can be adventurous.<\\/span><\\/h3>\",\"<p><h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674538360.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><font face=\\\"Times New Roman\\\">Paragliding at Sarangkot is owned and operated by Nepalese nationals and certified by Civil Aviation Authority of Nepal. The beautiful location offers paragliding opportunities for tourists to indulge in. Enjoy the mesmerizing views of the Pokhara Valley and mountain ranges including Mt. Annapurna for 30 minutes.<\\/font><\\/h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><\\/p>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674538339.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><font face=\\\"Times New Roman\\\" style=\\\"\\\">Bardiya National park is known for its diverse natural resource and wildlife. Wanderers with a love for wildlife must include a jungle safari in their list of adventurous things to do in Nepal.\\u00a0 Feel thrilled while your encounter with the majestic Royal Bengal Tiger, Rhinos, elephants, etc. during this breathtaking safari.<\\/font><\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674538316.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><font face=\\\"Times New Roman\\\">For Kayaking lovers Seti River offers an adventurous option to its visitors during non-monsoon seasons. During the monsoon, the river becomes in turmoil and becomes more suitable for rafting lovers.\\u00a0<\\/font><\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1674538284.jpeg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">\\ufeff<\\/span><font face=\\\"Times New Roman\\\">With its Himalayan range, Nepal offers various adventurous trekking and mountain climbing options. Tourists love to trek Poon Hill, Manaslu Circuit, Island Peak, Dhaulagiri Circuit and so on.<\\/font><\\/h3>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\"]}'),(8,'Adventure things to do in Nepal','adventure-things-to-do-in-nepal','1674621874_blog.jpg','1674621874.jpg',NULL,'Anand Singh','2023-01-24',NULL,NULL,NULL,'<h1 style=\"margin: 0cm 0cm 15pt; text-align: center; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;\r\ncolor:windowtext\">Adventure things to do in Nepal</span></b></h1><p class=\"MsoListParagraph\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">1.Sagarmatha\r\nNational Park Camping:</span></b></p><p class=\"MsoListParagraph\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1674565115.jpg\" style=\"width: 100%;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><v:shapetype id=\"_x0000_t75\" coordsize=\"21600,21600\" o:spt=\"75\" o:preferrelative=\"t\" path=\"m@4@5l@4@11@9@11@9@5xe\" filled=\"f\" stroked=\"f\">\r\n <v:stroke joinstyle=\"miter\">\r\n <v:formulas>\r\n  <v:f eqn=\"if lineDrawn pixelLineWidth 0\">\r\n  <v:f eqn=\"sum @0 1 0\">\r\n  <v:f eqn=\"sum 0 0 @1\">\r\n  <v:f eqn=\"prod @2 1 2\">\r\n  <v:f eqn=\"prod @3 21600 pixelWidth\">\r\n  <v:f eqn=\"prod @3 21600 pixelHeight\">\r\n  <v:f eqn=\"sum @0 0 1\">\r\n  <v:f eqn=\"prod @6 1 2\">\r\n  <v:f eqn=\"prod @7 21600 pixelWidth\">\r\n  <v:f eqn=\"sum @8 21600 0\">\r\n  <v:f eqn=\"prod @7 21600 pixelHeight\">\r\n  <v:f eqn=\"sum @10 21600 0\">\r\n </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>\r\n <v:path o:extrusionok=\"f\" gradientshapeok=\"t\" o:connecttype=\"rect\">\r\n <o:lock v:ext=\"edit\" aspectratio=\"t\">\r\n</o:lock></v:path></v:stroke></v:shapetype><v:shape id=\"_x0000_i1025\" type=\"#_x0000_t75\" style=\"width:288.75pt;\r\n height:192pt\">\r\n <v:imagedata src=\"file:///C:\\Users\\User\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_image001.jpg\" o:title=\"view-from-mount-everest-base-camp-tents-prayer-flags-sagarmatha-national-park-khumbu-valley-nepal-trekking-himalaya-tourism_479694-2941\">\r\n</v:imagedata></v:shape><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; font-family: &quot;Times New Roman&quot;, &quot;serif&quot;; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Sagarmatha\r\nNational Park is best known for its hiking trails and camping sites. It is the\r\nhome of the world’s highest peak Mt. Everest &amp; spending a wonderful night\r\nin the camp surrounded by mountains in the middle of nowhere can be\r\nadventurous.</span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">2.Paragliding at\r\nSarangkot:</span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1674538360.jpg\" style=\"width: 100%;\"></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><v:shape id=\"_x0000_i1026\" type=\"#_x0000_t75\" style=\"width:284.25pt;height:189.75pt\">\r\n <v:imagedata src=\"file:///C:\\Users\\User\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_image002.jpg\" o:title=\"sarangkot\">\r\n</v:imagedata></v:shape><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><em><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Paragliding</span></b></em><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; font-family: &quot;Times New Roman&quot;, &quot;serif&quot;; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;at\r\nSarangkot is owned and operated by Nepalese nationals and certified by Civil\r\nAviation Authority of Nepal.</span></b><b><span lang=\"EN-US\" style=\"font-size:\r\n12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">&nbsp;</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">The beautiful location\r\noffers paragliding opportunities for tourists to indulge in. Enjoy the\r\nmesmerizing <span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">views of the Pokhara Valley and\r\nmountain ranges including Mt. Annapurna</span> for 30 minutes.<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">3.\r\nSafari at&nbsp;Bardia National Park:&nbsp;</span></b><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1674475986.jpg\" style=\"width: 100%;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><v:shape id=\"_x0000_i1027\" type=\"#_x0000_t75\" style=\"width:380.25pt;height:188.25pt\">\r\n <v:imagedata src=\"file:///C:\\Users\\User\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_image003.jpg\" o:title=\"3nights-chitwan-tour-990x490-1\">\r\n</v:imagedata></v:shape><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><em><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Bardiya\r\nNational park</span></b></em><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; font-family: &quot;Times New Roman&quot;, &quot;serif&quot;; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;is known for its diverse natural resource and wildlife.</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"> Wanderers with a love\r\nfor wildlife must include a jungle safari in their list of adventurous things\r\nto do in Nepal.&nbsp; Feel thrilled while <span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">your\r\nencounter with</span> the majestic Royal Bengal Tiger, Rhinos, elephants, etc.\r\nduring this breathtaking safari.<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">4.\r\nKayaking or Rafting in Seti River:</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:\r\n&quot;Times New Roman&quot;,&quot;serif&quot;\">&nbsp;</span></b><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1674476096.jpg\" style=\"width: 100%;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:\r\n&quot;Times New Roman&quot;,&quot;serif&quot;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><v:shape id=\"_x0000_i1028\" type=\"#_x0000_t75\" style=\"width:317.25pt;height:161.25pt\">\r\n <v:imagedata src=\"file:///C:\\Users\\User\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_image004.jpg\" o:title=\"Seti-River-Rafting-880x447\">\r\n</v:imagedata></v:shape><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">For Kayaking lovers\r\nSeti River offers an adventurous option to its visitors during non-monsoon\r\nseasons. During the monsoon, the river becomes in turmoil and becomes more\r\nsuitable for rafting lovers.&nbsp;<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">5.\r\nGo Trekking:</span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1674538284.jpeg\" style=\"width: 100%;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"> </span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><v:shape id=\"_x0000_i1029\" type=\"#_x0000_t75\" style=\"width:372.75pt;height:249pt\">\r\n <v:imagedata src=\"file:///C:\\Users\\User\\AppData\\Local\\Temp\\msohtmlclip1\\01\\clip_image005.jpg\" o:title=\"download-3\">\r\n</v:imagedata></v:shape><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"line-height: 200%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">With\r\nits Himalayan range, Nepal offers various adventurous trekking and mountain\r\nclimbing options. Tourists love to trek Poon Hill, </span></b><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; font-family: &quot;Times New Roman&quot;, &quot;serif&quot;; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Manaslu Circuit</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">, Island Peak, </span></b><b><span lang=\"EN-US\" style=\"font-size: 12pt; line-height: 200%; font-family: &quot;Times New Roman&quot;, &quot;serif&quot;; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Dhaulagiri Circuit</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"> and so on.</span></b><b><span lang=\"EN-US\" style=\"font-size:12.0pt;\r\nline-height:200%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\"><o:p></o:p></span></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><b><span lang=\"EN-US\" style=\"font-size:12.0pt;line-height:107%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;\">&nbsp;</span></b></p>',NULL,'2023-01-25 10:14:34','2023-01-25 10:14:34',NULL,1,'',1,1,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(9,'Adventure things to do in Nepal','adventure-things-to-do-in-nepal','1674814091_blog.jpg','1674814091.jpg',NULL,'Anand Singh','2023-01-27',NULL,NULL,NULL,'<p class=\"MsoSubtitle\"><br></p>',NULL,'2023-01-27 15:38:11','2023-01-27 15:38:11',NULL,1,'',0,1,'','','','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(10,'Adventure Things To Do In Nepal','adventure-things-to-do-in-nepal','1675227867_blog.jpg','1675227867.jpg',NULL,'Samar','2023-02-06',NULL,NULL,NULL,'<h2>Adventure things to do in Nepal</h2><h3>1.<span style=\"white-space:pre\">	</span>Sagarmatha National Park Camping:</h3><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675227685.jpg\" style=\"width: 50%;\"></p><p>Sagarmatha National Park is best known for its hiking trails and camping sites. It is the home of the world’s highest peak Mt. Everest &amp; spending a wonderful night in the camp surrounded by mountains in the middle of nowhere can be adventurous.</p>',NULL,'2023-02-01 10:34:28','2023-02-01 10:34:28',NULL,1,'',0,1,'','','','',1,'{\"blogdetailTitle\":[\"2. Paragliding at Sarangkot: \",\"3. Safari at Bardia National Park: \",\"4. Kayaking or Rafting in Seti River:\",\"5. Go Trekking: \"],\"BlogDescription\":[\"<h3 style=\\\"font-family: verdana, helvetica, arial, sans-serif; color: rgb(0, 0, 0);\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675227767.jpg\\\" style=\\\"font-size: 12px; width: 50%;\\\"><br><\\/h3><p>Paragliding at Sarangkot is owned and operated by Nepalese nationals and certified by Civil Aviation Authority of Nepal. The beautiful location offers paragliding opportunities for tourists to indulge in. Enjoy the mesmerizing views of the Pokhara Valley and mountain ranges including Mt. Annapurna for 30 minutes.<\\/p>\",\"<h3 style=\\\"font-family: verdana, helvetica, arial, sans-serif; color: rgb(0, 0, 0);\\\"><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675227782.jpg\\\" style=\\\"font-size: 12px; width: 50%;\\\"><br><\\/h3><p>Bardiya National park is known for its diverse natural resource and wildlife. Wanderers with a love for wildlife must include a jungle safari in their list of adventurous things to do in Nepal.\\u00a0 Feel thrilled while your encounter with the majestic Royal Bengal Tiger, Rhinos, elephants, etc. during this breathtaking safari.<\\/p>\",\"<h3 style=\\\"font-family: verdana, helvetica, arial, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;<img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675227800.jpg\\\" style=\\\"font-size: 12px; width: 50%;\\\"><\\/h3><p>For Kayaking lovers Seti River offers an adventurous option to its visitors during non-monsoon seasons. During the monsoon, the river becomes in turmoil and becomes more suitable for rafting lovers.&nbsp;<\\/p>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675227812.jpg\\\" style=\\\"font-size: 12px; width: 50%;\\\"><br><\\/h3><p>With its Himalayan range, Nepal offers various adventurous trekking and mountain climbing options. Tourists love to trek Poon Hill, Manaslu Circuit, Island Peak, Dhaulagiri Circuit and so on.<\\/p><div><br><\\/div>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\"]}'),(11,'Adventure things to do in Nepal','adventure-things-to-do-in-nepal','1675235116_blog.jpg','1675235116.jpg',NULL,'Anand Singh','2023-02-01',NULL,NULL,NULL,'<h2><span style=\"font-family: &quot;Times New Roman&quot;;\">Here are some of the best adventure things in Nepal that you should experience</span></h2>',NULL,'2023-02-01 12:35:16','2023-02-01 12:35:16',NULL,1,'',0,1,'','','','',1,'{\"blogdetailTitle\":[\"1. Sagarmatha National Park Camping:\",\"2. Paragliding at Sarangkot: \",\"3. Safari at Bardia National Park: \",\"4. Kayaking or Rafting in Seti River:\",\"5. Go Trekking:\"],\"BlogDescription\":[\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675234502.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\"><br><\\/font><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\">Sagarmatha National Park<\\/font> is best known for its hiking trails and camping sites. It is the home of the world\\u2019s highest peak Mt. Everest & spending a wonderful night in the camp surrounded by mountains in the middle of nowhere can be adventurous.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675234670.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\"><br><\\/font><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\">Paragliding at Sarangkot<\\/font> is owned and operated by Nepalese nationals and certified by Civil Aviation Authority of Nepal. The beautiful location offers paragliding opportunities for tourists to indulge in. Enjoy the mesmerizing views of the Pokhara Valley and mountain ranges including Mt. Annapurna for 30 minutes.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675234772.jpg\\\" style=\\\"width: 50%;\\\"><font color=\\\"#0000ff\\\" style=\\\"font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\"><br><\\/font><\\/h2><h2><font color=\\\"#0000ff\\\" style=\\\"font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";\\\"=\\\"\\\">Bardiya National park<\\/font><span style=\\\"font-family: \\\" times=\\\"\\\" new=\\\"\\\" roman\\\";=\\\"\\\" color:=\\\"\\\" inherit;\\\"=\\\"\\\"> is known for its diverse natural resource and wildlife. Wanderers with a love for wildlife must include a jungle safari in their list of adventurous things to do in Nepal.&nbsp; Feel thrilled while your encounter with the majestic Royal Bengal Tiger, Rhinos, elephants, etc. during this breathtaking safari.<\\/span><br><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675234882.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">For Kayaking lovers <font color=\\\"#0000ff\\\">Seti River<\\/font> offers an adventurous option to its visitors during non-monsoon seasons. During the monsoon, the river becomes in turmoil and becomes more suitable for rafting lovers.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675235079.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">With its Himalayan range, Nepal offers various adventurous trekking and mountain climbing options. Tourists love to trek <font color=\\\"#0000ff\\\">Poon Hill<\\/font>, <font color=\\\"#0000ff\\\">Manaslu Circuit<\\/font>, <font color=\\\"#0000ff\\\">Island Peak<\\/font>, <font color=\\\"#0000ff\\\">Dhaulagiri Circuit<\\/font> and so on.<\\/span><\\/h2>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\"]}'),(12,'Adventure Things To Do In Nepal','adventure-things-to-do-in-nepal','1675326992_blog.jpg','1675326992.jpg',NULL,'Anand Singh','2023-02-02',NULL,NULL,NULL,'<h4><span style=\"font-family: Verdana;\">Here are some of the best adventure things in Nepal that you should experience.</span></h4>',NULL,'2023-02-02 14:06:32','2023-02-02 14:06:32',NULL,1,'Adventure things to do in Nepal | Things to do in Nepal | Nepal Travel Guide | Adventure Trip',1,0,'Things to Do in Nepal, Trekking in Nepal, Himalayan Adventures, Paragliding in Pokhara, Adventure Tours, Nepal Adventure Activities, Trekking Tours, Adventure Travel Nepal, Extreme Sports in Nepal','Discover the adventure activities to experience in Nepal, from trekking in the Himalayas to paragliding over Pokhara. Book your adventure tour with Reisen Tours.','Adventure Things to Do in Nepal | Reisen Tours','[\"92\",\"68\",\"66\"]',1,'{\"blogdetailTitle\":[\"1. Sagarmatha National Park Camping:\",\"2. Paragliding at Sarangkot: \",\"3. Safari at Bardia National Park: \",\"4. Kayaking or Rafting in Seti River:\",\"5. Go Trekking:\"],\"BlogDescription\":[\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675326571.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\"><br><\\/font><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\">Sagarmatha National Park<\\/font> is best known for its hiking trails and camping sites. It is the home of the world\\u2019s highest peak Mt. Everest & spending a wonderful night in the camp surrounded by mountains in the middle of nowhere can be adventurous.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675326665.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\"><br><\\/font><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\">Paragliding at Sarangkot<\\/font> is owned and operated by Nepalese nationals and certified by Civil Aviation Authority of Nepal. The beautiful location offers paragliding opportunities for tourists to indulge in. Enjoy the mesmerizing views of the Pokhara Valley and mountain ranges including Mt. Annapurna for 30 minutes.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675326791.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\"><br><\\/font><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><font color=\\\"#0000ff\\\">Bardiya National park<\\/font> is known for its diverse natural resource and wildlife. Wanderers with a love for wildlife must include a jungle safari in their list of adventurous things to do in Nepal.\\u00a0 Feel thrilled while your encounter with the majestic Royal Bengal Tiger, Rhinos, elephants, etc. during this breathtaking safari.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675326866.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">For Kayaking lovers <font color=\\\"#0000ff\\\">Seti River<\\/font> offers an adventurous option to its visitors during non-monsoon seasons. During the monsoon, the river becomes in turmoil and becomes more suitable for rafting lovers.<\\/span><\\/h2>\",\"<h2><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675326982.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: \\\"Times New Roman\\\";\\\"><br><\\/span><\\/h2><h2><span style=\\\"font-family: \\\"Times New Roman\\\";\\\">With its Himalayan range, Nepal offers various adventurous trekking and mountain climbing options. Tourists love to trek <font color=\\\"#0000ff\\\">Poon Hill<\\/font>, <font color=\\\"#0000ff\\\">Manaslu Circuit<\\/font>, <font color=\\\"#0000ff\\\">Island Peak<\\/font>, <font color=\\\"#0000ff\\\">Dhaulagiri Circuit<\\/font> and so on.<\\/span><\\/h2>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\"]}'),(13,'Travel Guide To Kathmandu, Nepal','travel-guide-to-kathmandu-nepal','1675689145_blog.jpg','1675689145.jpg',NULL,'Anand Singh','2023-02-01',NULL,NULL,NULL,'<h4>Kathmandu, the capital city of Nepal, is a bustling and vibrant city with a rich history and culture. Here is a guide to help you explore the city:<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688822.jpg\" style=\"width: 50%;\"><br>1.<span style=\"white-space:pre\">	</span>Explore the city\'s UNESCO World Heritage sites: Kathmandu is home to several UNESCO World Heritage sites, including the Pashupatinath Temple, Swayambhunath Stupa (also known as the Monkey Temple), and Boudhanath Stupa. These sites are a must-visit for anyone interested in the city\'s rich cultural heritage.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688843.jpg\" style=\"width: 50%;\"><br>2.<span style=\"white-space:pre\">	</span>Visit Durbar Square: Durbar Square is a historic plaza located in the heart of Kathmandu. It is surrounded by traditional buildings and temples, including the former royal palace. It is a great place to explore and learn about the city\'s history.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688874.jpg\" style=\"width: 50%;\"><br>3.<span style=\"white-space:pre\">	</span>Take a stroll through Thamel: Thamel is a popular tourist district in Kathmandu known for its vibrant street life, shops, restaurants, and bars. Take a stroll through the streets and experience the local culture and cuisine.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688902.jpg\" style=\"width: 50%;\"><br>4.<span style=\"white-space:pre\">	</span>Explore the Boudha Stupa: Boudha Stupa is one of the largest stupas in the world and is a popular pilgrimage site for Buddhists. Visitors can climb to the top of the stupa for a panoramic view of the city.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688916.jpg\" style=\"width: 50%;\"><br>5.<span style=\"white-space:pre\">	</span>Visit the Swayambhunath Stupa: Swayambhunath Stupa is one of the oldest and most sacred Buddhist shrines in the world. It is also known as the Monkey Temple due to the large population of monkeys that live in the surrounding area.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688976.jpg\" style=\"width: 50%;\"><br>6.<span style=\"white-space:pre\">	</span>Try local cuisine: Kathmandu is known for its rich and diverse cuisine, including dishes such as momos (dumplings), dal bhat (lentil soup and rice), and chow mein (stir-fried noodles). Be sure to try some of the local dishes while you\'re in town.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675688993.jpeg\" style=\"width: 50%;\"><br>7.<span style=\"white-space:pre\">	</span>Shop for souvenirs: Kathmandu is a great place to shop for souvenirs and handicrafts, including traditional textiles, jewelry, and wooden carvings. Be sure to haggle for the best prices!</h4><h4><br>-These are just a few of the many things you can do while exploring Kathmandu. Whether you\'re interested in the city\'s rich history and culture, or just looking for a fun and exciting destination, Kathmandu has something for everyone.</h4>',NULL,'2023-02-06 18:42:25','2023-02-06 18:42:25',NULL,1,'Travel guide to kathmandu Nepal',0,0,'Travel guide to kathmandu Nepal, Travel guide, Kathmandu tour, kathmandu tour packages, kathmandu culture, places to visit in Kathmandu','Kathmandu, the capital city of Nepal, is a bustling and vibrant city with a rich history and culture. Here is a guide to help you explore the city.','Travel Guide To Kathmandu','[\"92\",\"68\",\"66\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(14,'Things To Do In New Zealand','things-to-do-in-new-zealand','1675749400_blog.jpg','1675749400.jpg',NULL,'Anand Singh','2023-02-01',NULL,NULL,NULL,'<h4>A land of beauty and adventure, New Zealand is home to incredible activities worthy of a place on anyone\'s bucket list.</h4>',NULL,'2023-02-07 11:26:40','2023-02-07 11:26:40',NULL,1,'',1,0,'things to do in New Zealand, activities in New Zealand, top things to do in New Zealand, New Zealand travel, Milford Sound, Tongariro National Park, Hobbiton, adventure sports, hot springs, whale watching, Franz Josef Glacier, Waitomo Caves, road trip, Te Papa Museum','Discover the top 10 things to do in New Zealand, from exploring Milford Sound and hiking in Tongariro National Park to visiting Hobbiton and trying adventure sports. Plan your trip today!','Things To Do In New Zealand','[\"103\",\"102\",\"101\"]',2,'{\"blogdetailTitle\":[\"1. Hobbiton\",\"2. Stargazing\",\"3. Hot Water Beach\",\"4. Tongariro Alpine Crossing\",\"5. Whale watch Kaikoura\",\"6. Dive Poor Knights\",\"7. Milford Sound\",\"8. Bungy jump\",\"9. Southern Lights\",\"10. Waitomo Caves\"],\"BlogDescription\":[\"<h4><\\/h4><h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675748997.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>Just outside of the Waikato town of Matamata, Sir Peter Jackson discovered the perfect place to create The Shire and village of Hobbiton. To this day, the movie set remains and is a spectacular place to visit, and it\'s not just for fans of The Lord of the Rings and The Hobbit Trilogies.<\\/h4>\",\"<h4><\\/h4><h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749016.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>Experience a magical stargazing experience in New Zealand with clear, dark skies and unique celestial features. Mount Cook is home to darkest skies in the world and perfect to enjoy some breathtaking stargazing experiences. Visit Big Sky Stargazing in Mount Cook or join one of Dark Sky Project tours at Tekapo\'s Mount John Observatory. See constellations and shooting stars in glittering dark skies; much of New Zealand has no light pollution and is home to some of the most accessible observatories in the world.<\\/h4>\",\"<h4><\\/h4><h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749037.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>Hot Water Beach on the Coromandel Peninsula, in the North Island of New Zealand, visitors can create their own natural jacuzzi in the wet sand during low tide. Purchase a spade at the nearby shop or bring your own and build a private hot pool with a stunning ocean view.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749075.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>New Zealand\\u2019s most famous day walk, the Tongariro Alpine Crossing takes in incredible scenery over a nine-hour trek. The Crossing is a 19.4km one-day hike, past Mt Ngauruhoe and over Mt Tongariro, with panoramic views of active volcanic areas and colorful crater lakes in the UNESCO Dual Heritage area.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749092.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>Kaikoura is a year-round whale-watching destination and also renowned for its scenic location - a rugged coastline between the Pacific Ocean and the snow-capped peaks of the Southern Alps, which provides a dramatic background for the marine life that is often seen close to shore.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749107.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>23 km off New Zealand\\u2019s Tutukaka Coast, the Poor Knights Islands are an international diving icon. Described by Jacques Cousteau as the best dive spot in subtropical temperate waters, the Poor Knights is part of a marine reserve creating a remarkably varied ecosystem.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749123.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>Fiordland National Park\\u2019s jewel in the crown, Milford Sound was once described as the eighth wonder of the world by Rudyard Kipling. Towering peaks, hundreds of waterfalls, quirky wildlife and glassy waters combine to create one of the most breath-taking places on the planet. An overnight experience in Milford Sound is the time to embrace an absolute silence after the day\'s visitors have left.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749138.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>New Zealand was the first country in the world to commercialize bungy jumping at the site of the Kawarau Suspension Bridge just outside of Queenstown. Take the plunge\\u00a0 overlooking the stunning Kawarau River or tackle the Nevis - 134 meters over the valley floor.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749165.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>While the Northern Lights, the Aurora Borealis, is a famous and beloved bucket list item for night sky watchers, the lesser known Aurora Australis or Southern Lights is no less spectacular. From Dunedin, the Southern Lights appear just over the southern horizon creating remarkable reflections in the water and delighting photographers.<\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1675749183.jpg\\\" style=\\\"width: 50%;\\\"><\\/h4><h4>An ancient subterranean world in the heart of New Zealand\\u2019s central North Island, the Waitomo Cave system is a series of fascinating and dramatic natural wonders. The glow-worm grotto is one of the most popular attractions where visitors travel by boat into the spectacular cave guided by the light of thousands of unique New Zealand glow worms.<\\/h4>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(15,'Top Tourist Destinations To Visit In India During The Summer','top-tourist-destinations-to-visit-in-india-during-the-summer','1675751299_blog.jpg','1675751299.jpg',NULL,'Anand Singh','2023-02-07',NULL,NULL,NULL,'<h4><span style=\"font-family: Verdana;\">India is a large country with a diverse climate, and there are many destinations to visit during the summer months (April to June). Here are some of the top tourist destinations to visit in India during the summer:</span></h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675750931.jpg\" style=\"width: 50%;\"><font face=\"Verdana\"><br></font></h4><h4><font face=\"Verdana\">1. Leh-Ladakh: Leh-Ladakh is a popular destination for adventure travelers and nature lovers. With its stunning scenery, including towering mountains and clear blue lakes, Leh-Ladakh is a perfect destination for those looking to escape the summer heat.</font></h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675750950.jpg\" style=\"width: 50%;\"><font face=\"Verdana\"><br></font></h4><h4><font face=\"Verdana\">2. Manali: Manali is a popular hill station located in the state of Himachal Pradesh. With its scenic beauty, adventure activities, and cool mountain air, Manali is a top destination for travelers looking to escape the summer heat.</font></h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675750976.jpg\" style=\"width: 50%;\"><font face=\"Verdana\"><br></font></h4><h4><font face=\"Verdana\">3. Nainital: Nainital is a popular hill station located in the state of Uttarakhand. With its stunning lake and pleasant climate, Nainital is a perfect destination for those looking for a relaxing summer getaway.</font></h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675750996.jpg\" style=\"width: 50%;\"><font face=\"Verdana\"><br></font></h4><h4><font face=\"Verdana\">4. Darjeeling: Darjeeling is a popular hill station located in the state of West Bengal. With its tea gardens, scenic beauty, and cool climate, Darjeeling is a top destination for travelers looking to escape the summer heat.</font></h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675751012.jpg\" style=\"width: 50%;\"></h4><h4>5. Shimla: Shimla is a popular hill station located in the state of Himachal Pradesh. With its scenic beauty, colonial architecture, and pleasant climate, Shimla is a top destination for travelers looking to escape the summer heat.</h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675751052.jpg\" style=\"width: 50%;\"></h4><h4>6.Gangtok: Gangtok is a popular hill station located in the state of Sikkim. With its stunning scenery, vibrant culture, and pleasant climate, Gangtok is a top destination for travelers looking to escape the summer heat.</h4><h4><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1675751069.jpg\" style=\"width: 50%;\"></h4><h4>7.Srinagar: Srinagar is a popular destination located in the state of Jammu and Kashmir. With its stunning natural beauty, including the scenic Dal Lake and the snow-capped mountains, Srinagar is a top destination for travelers looking to escape the summer heat.</h4><h4>-These are just a few of the many top tourist destinations to visit in India during the summer months. Whether you\'re looking for a relaxing getaway, an adventure-filled trip, or a cultural experience, there is a summer destination in India that is sure to appeal to you.</h4><p><br></p>',NULL,'2023-02-07 11:58:19','2023-02-07 11:58:19',NULL,1,'Places To Visit In India During Summer | Top Summer Destinations In India',0,0,'Tourist destinations to visit in India during the summer, places to visit during summer in India, places to visit in India, Summer tour packages, Top summer places to visit in India, ladakh tour packages, manali tour packages, Sikkim tour, assam tour, Shimla tour','India is a large country with a diverse climate, and there are many destinations to visit during the summer months (April to June).','Tourist Destinations To Visit In India During The Summer','[\"106\",\"105\",\"104\",\"97\",\"70\",\"47\",\"44\",\"43\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(16,'Things To Do In Meghalaya','things-to-do-in-meghalaya','1676095005_blog.jpg','1676095005.jpg',NULL,'Anand Singh','2023-02-11',NULL,NULL,NULL,'<h3>Meghalaya, a state in Northeast India, is known for its lush green landscapes, beautiful waterfalls, and caves. Here are some popular activities and attractions you can enjoy while visiting Meghalaya:<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676093890.jpg\" style=\"width: 50%;\"></h3><h3>1. Explore Shillong: The capital of Meghalaya, Shillong is a hill station known for its colonial architecture, scenic views, and vibrant culture.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676093923.jpg\" style=\"width: 50%;\"></h3><h3>2. Visit Cherrapunji: Known as the wettest place on earth, Cherrapunji is famous for its stunning waterfalls, including Nohkalikai Falls and Mawsmai Falls.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676093955.jpg\" style=\"width: 50%;\"></h3><h3>3. Visit the Living Root Bridges: Meghalaya is home to some of the world\'s most unique bridges, made entirely of living roots. Visit the Tyresong and Umshiang Double-Decker Root Bridges for a one-of-a-kind experience.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676094077.jpg\" style=\"width: 50%;\"></h3><h3>4. Explore the Caves of Meghalaya: Meghalaya is known for its intricate cave systems, including the Mawsmai and Krem Liat Prah caves.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676094091.jpg\" style=\"width: 50%;\"></h3><h3>5. Visit the Elephanta Falls: Located near Shillong, the Elephanta Falls is a popular spot for picnicking, hiking, and fishing.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676094103.jpg\" style=\"width: 50%;\"></h3><h3>6. Enjoy Local Cuisine: Meghalaya is known for its delicious cuisine, which features a mix of Indian, Chinese, and indigenous flavors. Try dishes like Jadoh, Dohneiiong, and Bai.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676094118.jpg\" style=\"width: 50%;\"></h3><h3>7. Shop for Handicrafts: Meghalaya is known for its intricate woven baskets, shawls, and other handcrafted goods. Visit local markets to find unique souvenirs.<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1676094131.jpg\" style=\"width: 50%;\"></h3><h3>8. Take a Wildlife Safari: Meghalaya is home to a diverse range of wildlife, including elephants, leopards, and various species of birds. Visit the Nongkhyllem Wildlife Sanctuary or the Balpakram National Park for a chance to see these animals in their natural habitats.</h3><div><br></div>',NULL,'2023-02-11 11:26:46','2023-02-11 11:26:46',NULL,1,'Things To Do In Meghalaya',1,0,'Things To Do In Meghalaya, attractions in meghalaya, places to visit in Meghalaya, things to do near me, attractions near me, tourist attractions near me, things to do, meghalaya trip,things to do in india','Meghalaya is known for its lush green landscapes, beautiful waterfalls, and caves. Here are some popular activities and attractions you can enjoy while visiting Meghalaya.','Things To Do In Meghalaya','[\"44\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(17,'20 Things To Do In Rajasthan','20-things-to-do-in-rajasthan','1676353634_blog.jpg','1676353634.jpg',NULL,'Anand Singh','2023-02-14',NULL,NULL,NULL,'<h3>- Rajasthan is a vibrant state in northwestern India, known for its rich cultural heritage, scenic beauty, and palaces. Here are 20 things to do in Rajasthan:</h3><h3><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353020.jpg\" style=\"width: 50%;\"></h3><h3>1. Visit the Amber Fort in Jaipur - a beautiful fort that was once the residence of the Rajput royalty.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353113.jpg\" style=\"width: 50%;\"></h3><h3>2. Explore the City Palace in Jaipur - a magnificent palace that showcases the rich cultural heritage of Rajasthan.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353129.jpg\" style=\"width: 50%;\"></h3><h3>3. Take a tour of the Jantar Mantar in Jaipur - an astronomical observatory built by the great Rajput king Sawai Jai Singh II.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353146.jpg\" style=\"width: 50%;\"></h3><h3>4. Visit the Hawa Mahal in Jaipur - a stunning palace known for its intricate architecture and beautiful views.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353163.jpg\" style=\"width: 50%;\"></h3><h3>5. Explore the Mehrangarh Fort in Jodhpur - a magnificent fort that offers stunning views of the city.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353182.jpg\" style=\"width: 50%;\"></h3><h3>6. Visit the Umaid Bhawan Palace in Jodhpur - a luxurious palace that is now a hotel, museum, and a heritage site.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353197.jpg\" style=\"width: 50%;\"></h3><h3>7. Take a walk around the blue city of Jodhpur - a beautiful and historic city known for its blue-painted houses.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353222.jpg\" style=\"width: 50%;\"></h3><h3>8. Visit the Golden City of Jaisalmer - a historic city known for its rich cultural heritage, desert beauty, and magnificent fort.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353242.jpg\" style=\"width: 50%;\"></h3><h3>9. Explore the Ranthambore National Park - a wildlife reserve known for its tigers and other wildlife species.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353256.jpg\" style=\"width: 50%;\"></h3><h3>10. Visit the Keoladeo National Park in Bharatpur - a UNESCO World Heritage Site and a major bird watching destination.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353311.jpg\" style=\"width: 50%;\"></h3><h3>11. Visit the Shekhawati region - a semi-arid region known for its rich cultural heritage, painted havelis, and frescoes.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353347.jpg\" style=\"width: 50%;\"></h3><h3>12. Take a hot air balloon ride over the desert of Jaisalmer - a unique and stunning way to experience the beauty of the desert.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353378.jpg\" style=\"width: 50%;\"></h3><h3>13. Explore the Chittorgarh Fort - a magnificent fort that was once the seat of power of the Rajputs.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353422.jpg\" style=\"width: 50%;\"></h3><h3>14. Visit the City Palace in Udaipur - a beautiful palace complex that showcases the rich cultural heritage of the Rajputs.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353437.jpg\" style=\"width: 50%;\"></h3><h3>15. Explore the lakes and palaces of Udaipur - a city known for its scenic beauty and rich cultural heritage.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353452.jpg\" style=\"width: 50%;\"></h3><h3>16. Visit the Jagdish Temple in Udaipur - a Hindu temple dedicated to Lord Vishnu.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353499.jpg\" style=\"width: 50%;\"></h3><h3>17. Explore the beautiful temples and palaces of Mount Abu - a hill station known for its scenic beauty and rich cultural heritage.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353517.jpg\" style=\"width: 50%;\"></h3><h3>18. Visit the Pushkar Camel Fair - an annual event that showcases the vibrant culture and traditions of Rajasthan.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353534.jpg\" style=\"width: 50%;\"></h3><h3>19. Visit the Bishnoi Village - a traditional village known for its eco-friendly practices and rich cultural heritage.<br><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1676353546.jpg\" style=\"width: 50%;\"></h3><h3>20. Take a Jeep safari in the Thar Desert - a unique way to explore the scenic beauty of the desert and learn about the local culture and traditions.<br>- These are just some of the many attractions that Rajasthan has to offer. To fully experience the beauty and diversity of this state, it\'s best to plan a trip that allows for several days of exploration and relaxation.</h3>',NULL,'2023-02-14 11:17:15','2023-02-14 11:17:15',NULL,1,'Rajasthan Tourism | Things to do in Rajasthan | Rajasthan attractions | Rajasthan travel tips',1,0,'Rajasthan attractions, things to do in Rajasthan, Rajasthan tourism, Rajasthan tours, Rajasthan travel, Rajasthan culture, Rajasthan historical landmarks, Rajasthan local experiences, Reisen Tours','Discover the top 20 things to do and see in Rajasthan with Reisen Tours. From visiting historical landmarks to exploring local culture, our guide has you covered. Book your Rajasthan tour today!','20 Things To Do In Rajasthan | Reisen Tours','[\"110\",\"109\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(18,'Travel Guide To Vietnam','travel-guide-to-vietnam','1676722354_blog.jpg','1676722354.jpg',NULL,'Anand Singh','2023-02-18',NULL,NULL,NULL,'<h3>Vietnam is a beautiful country that offers a diverse range of experiences, from bustling cities to serene natural landscapes. Here\'s a travel guide to help you plan your trip to Vietnam:<br><img src=\"public/upload/travelogues/descriptionimage/descriptionimage_1671519907.jpg\" style=\"width: 50%;\"></h3><h3>1.<span style=\"white-space:pre\">	</span>Best time to visit: The best time to visit Vietnam is from November to April, when the weather is dry and sunny.<br>2.<span style=\"white-space:pre\">	</span>Visa requirements: Most travelers to Vietnam need a visa to enter the country. You can obtain a visa through the Vietnamese embassy or consulate in your country, or by applying online for an e-visa or visa on arrival.<br>3.<span style=\"white-space:pre\">	</span>Currency: The official currency in Vietnam is the Vietnamese dong (VND), but US dollars are widely accepted. ATMs are available in most cities, and credit cards are accepted at most hotels and restaurants.<br>4.<span style=\"white-space:pre\">	</span>Transportation: The most popular modes of transportation in Vietnam are buses, trains, and domestic flights. Taxis and motorbike taxis (called xe om) are also available in most cities.<br>5.<span style=\"white-space:pre\">	</span>Language: The official language of Vietnam is Vietnamese, but English is widely spoken in tourist areas.<br>6.<span style=\"white-space:pre\">	</span>Accommodation: Vietnam offers a wide range of accommodation options, from budget guesthouses to luxury hotels and resorts.<br>7.<span style=\"white-space:pre\">	</span>Food: Vietnamese cuisine is delicious and varied, with an emphasis on fresh herbs, vegetables, and seafood. Some must-try dishes include pho (noodle soup), banh mi (Vietnamese sandwich), and spring rolls.<br>8.<span style=\"white-space:pre\">	</span>Culture and customs: Vietnam has a rich cultural heritage, with influences from China, France, and other neighboring countries. Visitors should dress modestly, remove their shoes when entering someone\'s home, and be respectful of local customs and traditions.<br>9.<span style=\"white-space:pre\">	</span>Safety: Vietnam is generally a safe country to visit, but visitors should be cautious of pickpockets and scams in tourist areas. It is also recommended to avoid drinking tap water and to only eat food from reputable sources.<br>10.<span style=\"white-space:pre\">	</span>Must-see attractions: Some of the top attractions in Vietnam include Ha Long Bay, Hoi An Ancient Town, Ho Chi Minh City, Sapa, and the Mekong Delta.<br>- Overall, Vietnam is a fascinating destination with a rich culture, beautiful landscapes, and delicious cuisine. With this travel guide, you\'ll be well-equipped to plan your trip and make the most of your time in Vietnam.</h3><div><br></div>',NULL,'2023-02-18 17:42:34','2023-02-18 17:42:34',NULL,1,'Travel Guide To Vietnam - Tips, Attractions, and More',0,0,'Vietnam travel guide, best time to visit Vietnam, Vietnam visa requirements, transportation in Vietnam, Vietnamese cuisine, Vietnamese culture, must-see attractions in Vietnam.','Discover the best time to visit, visa requirements, transportation options, food, culture, and must-see attractions in Vietnam with our comprehensive travel guide.','Your Ultimate Travel Guide to Vietnam','[\"76\",\"58\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(19,'Cambodia: Experience Deeper Spirituality, Healing & Energy','cambodia:-experience-deeper-spirituality-healing-energy','1677481928_blog.jpg','1677481928.jpg',NULL,'Anand Singh','2023-02-27',NULL,NULL,NULL,'<p><b>Cambodia is a country rich in spiritual and cultural traditions, and there are many opportunities to experience deeper spirituality, healing, and energy there. Here are some ideas:</b></p><p><b><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1677481667.jpg\" style=\"width: 50%;\"></b></p><p><b>1. Visit Angkor Wat: Angkor Wat is a UNESCO World Heritage Site and the largest religious monument in the world. It was built in the 12th century as a Hindu temple, but later became a Buddhist temple. Many people visit Angkor Wat for its architectural beauty and historical significance, but it is also a deeply spiritual place. You can participate in meditation or yoga sessions held in the temple complex, or simply take a quiet walk and soak up the energy of the ancient ruins.</b></p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1677481729.jpg\" style=\"width: 50%;\"><b><br></b></p><p><b>2. Explore Buddhist monasteries: Cambodia is predominantly a Buddhist country, and there are many Buddhist monasteries throughout the country. Some monasteries offer meditation retreats or spiritual counseling. You can also attend a traditional Buddhist ceremony, such as a chanting ceremony or a blessing ceremony.</b></p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1677481832.jpg\" style=\"width: 50%;\"><b><br></b></p><p><b>3. Experience traditional healing: Cambodia has a rich tradition of traditional medicine and healing practices. You can visit a traditional healer, or \"kru khmer,\" who uses herbs, massage, and other techniques to treat various ailments. Some healers also offer spiritual counseling and can help you connect with your inner self.</b></p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1677481856.jpg\" style=\"width: 50%;\"><b><br></b></p><p><b>4. Practice yoga and meditation: Many yoga and meditation centers have popped up in Cambodia in recent years. You can join a class or retreat and practice various forms of yoga and meditation, including Kundalini yoga, Hatha yoga, Vipassana meditation, and more.</b><br></p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1677481880.jpg\" style=\"width: 50%;\"><b><br></b></p><p><b>5. Connect with nature: Cambodia has many beautiful natural sites, such as waterfalls, beaches, and forests. Spending time in nature can be a powerful way to connect with your spirituality and recharge your energy. You can go on a trek, go swimming, or simply relax and enjoy the scenery.</b></p><p><b>- Overall, Cambodia is a great place to experience deeper spirituality, healing, and energy. Whether you visit ancient temples, connect with traditional healers, practice yoga and meditation, or simply enjoy nature, there are many ways to connect with your inner self in Cambodia.</b></p><p><br></p>',NULL,'2023-02-27 12:42:08','2023-02-27 12:42:08',NULL,1,'',0,0,'Cambodia, Spirituality, Healing, Energy, Angkor Wat, Buddhist monasteries, Traditional healing, Yoga, Meditation, Nature, Kundalini yoga, Hatha yoga, Vipassana meditation.','Explore the spiritual and cultural richness of Cambodia to experience deeper healing, energy, and spirituality. From ancient temples to traditional healers and yoga retreats, there are many ways to connect with your inner self in Cambodia.','Experience Deeper Spirituality, Healing, and Energy in Cambodia','[\"99\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(20,'10 Best Places To Visit In India In Summer','10-best-places-to-visit-in-india-in-summer','1678515224_blog.jpg','1678515224.jpg',NULL,'Anand Singh','2023-03-11',NULL,NULL,NULL,'<h4><span style=\"font-weight: normal;\">India is a vast and diverse country that offers a wide range of destinations for travelers. Here are ten places to visit this summer in India:</span></h4><h3><span style=\"font-weight: normal;\"><br></span><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514839.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span><h5><span style=\"font-weight: normal;\">1. </span>Ladakh<span style=\"font-weight: normal;\"> - Located in the northernmost region of India, Ladakh is known for its stunning landscapes, high-altitude treks, and Tibetan Buddhist culture.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514888.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">2. </span>Manali<span style=\"font-weight: normal;\"> - Nestled in the foothills of the Himalayas, Manali is a popular summer destination for its scenic beauty, adventure activities like trekking and river rafting, and vibrant culture.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514908.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">3. </span>Goa<span style=\"font-weight: normal;\"> - Famous for its beaches, nightlife, and colonial architecture, Goa is a popular destination for those looking for a fun and relaxing summer vacation.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514932.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">4. </span>Darjeeling<span style=\"font-weight: normal;\"> - Known for its tea plantations and stunning views of the Himalayas, Darjeeling is a charming hill station in West Bengal.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514953.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">5. </span>Coorg<span style=\"font-weight: normal;\"> - Also known as the \"Scotland of India,\" Coorg is a picturesque hill station in Karnataka known for its coffee plantations, scenic beauty, and wildlife.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514975.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">6. </span>Rishikesh<span style=\"font-weight: normal;\"> - A spiritual and adventure hub, Rishikesh is a popular destination for yoga, meditation, and rafting on the Ganges River.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678514993.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">7. </span>Ooty<span style=\"font-weight: normal;\"> - Known for its scenic beauty and pleasant climate, Ooty is a popular summer destination in Tamil Nadu.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678515024.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">8. </span>Nainital<span style=\"font-weight: normal;\"> - A scenic hill station in Uttarakhand, Nainital is known for its beautiful lakes, temples, and colonial-era architecture.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678515056.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h3><h5><span style=\"font-weight: normal;\">9. </span>Jaipur<span style=\"font-weight: normal;\"> - Known as the \"Pink City,\" Jaipur is a historic city in Rajasthan famous for its palaces, forts, and vibrant culture.<br></span></h5><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1678515167.jpg\" style=\"width: 50%;\"><span style=\"font-weight: normal;\"><br></span></h3><h5><span style=\"font-weight: normal;\">10. </span>Munnar<span style=\"font-weight: normal;\"> - A beautiful hill station in Kerala, Munnar is known for its tea plantations, scenic beauty, and wildlife.<br>These are just a few of the many amazing places to visit in India this summer, depending on your interests and preferences.<br></span><br></h5><div><br></div>',NULL,'2023-03-11 11:43:44','2023-03-11 11:43:44',NULL,1,'India travel | Summer destinations | Best places to visit in India | Travel tips',0,0,'Places to Visit in India this Summer, India summer travel, Ladakh, Manali, Goa beaches, Darjeeling tea plantations, Coorg coffee plantations, Rishikesh adventure, Ooty hill station, Nainital lakes, Jaipur culture, Munnar tea gardens, 10 Best Places to Visit in India this Summer, top 10 summer destinations in India, summer tourist places in india','Discover the top 10 summer destinations in India, from Ladakh\'s stunning landscapes to Goa\'s beaches and nightlife. Plan your next adventure with our travel guide.','10 Best Places to Visit in India this Summer - Travel Guide','[\"111\",\"110\",\"109\",\"106\",\"105\",\"104\",\"72\",\"70\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(21,'Best Places to Visit in Himachal Pradesh','best-places-to-visit-in-himachal-pradesh','1680850221_blog.jpg','1680850221.jpg',NULL,'Anand Singh','2023-04-07',NULL,NULL,NULL,'<p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1680850180.jpg\" style=\"width: 50%;\"></p><p><b>Himachal Pradesh is a beautiful state located in northern India, known for its scenic beauty, adventure activities, and cultural heritage. Here are 25 best places to visit in Himachal Pradesh:</b></p><p><b>1. Shimla: The capital city of Himachal Pradesh, Shimla is a popular tourist destination known for its colonial architecture, lush greenery, and scenic views.<br></b></p><p><b>2. Manali: Manali is a beautiful hill station located in the Kullu Valley. It is famous for its adventure activities like trekking, skiing, and paragliding.</b></p><p><b>3. Dharamshala: Dharamshala is a picturesque town located in the Kangra Valley. It is known for its Tibetan culture and is the residence of the Dalai Lama.</b></p><p><b>4. Kasauli: Kasauli is a small hill station located in the Solan district of Himachal Pradesh. It is known for its scenic beauty and colonial architecture.</b></p><p><b>5. Spiti Valley: Spiti Valley is a cold desert mountain valley located in the Himalayas. It is known for its stunning landscapes and adventure activities like trekking and mountain biking.</b></p><p><b>6. Dalhousie: Dalhousie is a picturesque hill station located in the Chamba district of Himachal Pradesh. It is known for its colonial architecture, scenic views, and trekking trails.</b></p><p><b>7. Kullu: Kullu is a valley located in the Himalayas. It is known for its natural beauty, apple orchards, and adventure activities like river rafting and trekking.</b></p><p><b>8. Chamba: Chamba is a historic town located in the Chamba district of Himachal Pradesh. It is known for its ancient temples, scenic beauty, and handicrafts.</b></p><p><b>9. Palampur: Palampur is a scenic town located in the Kangra Valley. It is known for its tea plantations, trekking trails, and scenic views of the Dhauladhar Range.</b></p><p><b>10. Khajjiar: Khajjiar is a small hill station located in the Chamba district of Himachal Pradesh. It is known for its scenic beauty and adventure activities like zorbing and paragliding.</b></p><p><b>11. McLeod Ganj: McLeod Ganj is a suburb of Dharamshala and is known for its Tibetan culture, Buddhist temples, and scenic views.</b></p><p><b>12. Kinnaur: Kinnaur is a district in Himachal Pradesh known for its scenic beauty and apple orchards. It is also a popular destination for trekking.</b></p><p><b>13. Barog: Barog is a small town located in the Solan district of Himachal Pradesh. It is known for its scenic beauty and railway station, which is the longest tunnel on the Kalka-Shimla railway.</b></p><p><b>14. Mandi: Mandi is a town located in the Mandi district of Himachal Pradesh. It is known for its ancient temples, scenic beauty, and adventure activities like river rafting and trekking.</b></p><p><b>15. Parvati Valley: Parvati Valley is a valley located in the Kullu district of Himachal Pradesh. It is known for its scenic beauty, hot springs, and trekking trails.</b></p><p><b>16. Rohtang Pass: Rohtang Pass is a high mountain pass located in the Pir Panjal Range of the Himalayas. It is known for its stunning views and adventure activities like skiing and snowboarding.</b></p><p><b>17. Key Monastery: Key Monastery is a Tibetan Buddhist monastery located in the Spiti Valley. It is known for its ancient architecture and stunning views.</b></p><p><b>18. Great Himalayan National Park: Great Himalayan National Park is a national park located in the Kullu district of Himachal Pradesh. It is known for its biodiversity and trekking.</b></p><p><b>19. Bharmour: Bharmour is a small town located in the Chamba district of Himachal Pradesh. It is known for its ancient temples and scenic beauty.</b></p><p><b>20. Sangla Valley: Sangla Valley is a valley located in the Kinnaur district of Himachal Pradesh. It is known for its scenic beauty, apple orchards, and trekking trails.</b></p><p><b>21. Kufri: Kufri is a small hill station located near Shimla. It is known for its scenic beauty, adventure activities like skiing and hiking, and the Himalayan Nature Park.</b></p><p><b>22. Tirthan Valley: Tirthan Valley is a valley located in the Kullu district of Himachal Pradesh. It is known for its scenic beauty, trekking trails, and trout fishing.</b></p><p><b>23. Solang Valley: Solang Valley is a valley located near Manali. It is known for its adventure activities like paragliding, zorbing, and skiing.</b></p><p><b>24. Nahan: Nahan is a picturesque town located in the Sirmaur district of Himachal Pradesh. It is known for its scenic beauty, ancient temples, and trekking trails.</b></p><p><b>25. Malana: Malana is a small village located in the Kullu district of Himachal Pradesh. It is known for its unique culture, architecture, and trekking trails.</b></p><div><br></div>',NULL,'2023-04-07 12:20:21','2023-04-07 12:20:21',NULL,1,'Places in Himachal Pradesh | Places To Visit In Himachal Pradesh',0,0,'Himachal Travel Guide, Best Places to Visit in Himachal Pradesh, Himachal Pradesh Tourism, Travel Tips for Himachal, Tourist Destinations in Himachal Pradesh, Himachal Tourist Attractions, Things to Do in Himachal','Explore the best places in Himachal Pradesh with our comprehensive travel guide. Get travel tips, itinerary ideas, and recommendations for popular tourist destinations in Himachal.','Best Places to Visit in Himachal Pradesh','[\"182\",\"180\",\"140\",\"139\"]',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(22,'A Spiritual Journey: Exploring the Char Dham Yatra','a-spiritual-journey:-exploring-the-char-dham-yatra','1685091094_blog.jpg','1685091094.jpg',NULL,'Anand Singh','2023-05-26',NULL,NULL,NULL,'<h4><span style=\"font-family: Arial;\">Embarking on the Char Dham Yatra is a pilgrimage of immense significance for devout Hindus. Nestled amidst the mighty Himalayas in Uttarakhand, India, the Char Dham Yatra takes you on a spiritual expedition to four sacred shrines - Yamunotri, Gangotri, Kedarnath, and Badrinath. In this blog, we will delve into the enchanting world of the Char Dham Yatra, exploring the religious, cultural, and natural treasures that await pilgrims along this divine journey.</span></h4>',NULL,'2023-05-26 14:18:47','2023-05-26 14:18:47',NULL,1,'Char Dham Yatra Blog | A Spiritual Journey to Yamunotri, Gangotri, Kedarnath, and Badrinath',1,0,'Char Dham Yatra, spiritual journey uttarakhand, Uttarakhand pilgrimage, Yamunotri, Gangotri, Kedarnath, Badrinath, Hindu pilgrimage, religious journey, Uttarakhand travel, about char dham yatra, char dham yatra route, religious place in uttarakhand','Embark on a spiritual journey through the Char Dham Yatra, exploring the sacred shrines of Yamunotri, Gangotri, Kedarnath, and Badrinath. Discover the religious significance, breathtaking landscapes, and cultural treasures of this divine pilgrimage.','Char Dham Yatra: Yamunotri, Gangotri, Kedarnath, and Badrinath','[\"193\",\"148\"]',1,'{\"blogdetailTitle\":[\"Yamunotri - Gateway to the Goddess:\",\"Gangotri - Abode of the Ganges:\",\"Kedarnath - Reaching for the Divine:\",\"Badrinath - The Final Frontier:\",\"Conclusion:\"],\"BlogDescription\":[\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685090600.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: Arial;\\\"><br><\\/span><\\/h4><h4><span style=\\\"font-family: Arial;\\\">Our journey begins at Yamunotri, the source of the holy river Yamuna. Situated at an elevation of 3,293 meters, reaching Yamunotri requires a trek of around 6 kilometers from Jankichatti. As we traverse through breathtaking landscapes, the soothing sound of the gushing Yamuna accompanies us. At Yamunotri, we offer prayers at the ancient Yamunotri Temple, dedicated to Goddess Yamuna, and take a dip in the rejuvenating hot water springs of Surya Kund.<\\/span><\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685090695.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: Arial;\\\"><br><\\/span><\\/h4><h4><span style=\\\"font-family: Arial;\\\">Next, we proceed to Gangotri, the birthplace of the sacred River Ganges. The journey to Gangotri involves a picturesque drive along the banks of the River Bhagirathi. On arrival, we visit the Gangotri Temple, dedicated to Goddess Ganga. The temple\'s serene surroundings, with snow-capped peaks in the backdrop, create a mesmerizing ambiance for prayer and reflection. Take a moment to witness the Ganges gushing forth from its icy origins, and feel the divine energy that envelops the atmosphere.<\\/span><\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685090775.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: Arial;\\\"><br><\\/span><\\/h4><h4><span style=\\\"font-family: Arial;\\\">Our next destination is Kedarnath, situated at an altitude of 3,583 meters. To reach this holy abode of Lord Shiva, we undertake a challenging trek of approximately 16 kilometers from Gaurikund. Alternatively, helicopter services are available for those seeking a more convenient option. At Kedarnath, we pay our respects at the Kedarnath Temple, a marvel of architectural grandeur amidst breathtaking mountain vistas. The spiritual aura of this sacred shrine is truly awe-inspiring.<\\/span><\\/h4>\",\"<h4><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685090838.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: Arial;\\\"><br><\\/span><\\/h4><h4><span style=\\\"font-family: Arial;\\\">Our final stop on this sacred journey is Badrinath, the holiest of the four shrines. Nestled in the lap of the Nar-Narayan mountain range, Badrinath is dedicated to Lord Vishnu. The journey to Badrinath takes us through mesmerizing landscapes, with the mighty Alaknanda River accompanying us along the way. At Badrinath, we visit the Badrinath Temple, an architectural marvel adorned with intricate carvings. Seek blessings from Lord Vishnu and immerse yourself in the tranquil atmosphere of this divine destination.<\\/span><\\/h4><h4><br><\\/h4>\",\"<h4><span style=\\\"font-family: Arial;\\\">The Char Dham Yatra is not just a physical journey; it is a spiritual awakening. It offers an opportunity to connect with nature\'s magnificence, delve into ancient mythology, and experience the power of devotion. Each of the four sacred shrines has its unique charm and significance, making the Char Dham Yatra a pilgrimage of a lifetime. So, embark on this soul-stirring expedition, immerse yourself in the divine energies, and come back transformed, carrying the blessings of the Gods and the memories of a lifetime.<\\/span><\\/h4>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\"]}'),(23,'Monsoon Destinations In India','monsoon-destinations-in-india','1685613487_blog.jpg','1685613487.jpg',NULL,'Anand Singh','2023-06-01',NULL,NULL,NULL,'<h4><font face=\"Arial\"><b>Discover the enchanting monsoon destinations in India, from the beautiful Valley of Flowers in Uttarakhand to the rain-washed beaches of Goa. Explore the lush greenery, cascading waterfalls, and serene landscapes that come alive during the monsoon season. Plan your perfect getaway with our guide to the top 10 monsoon destinations in India.</b></font></h4>',NULL,'2023-06-01 15:28:07','2023-06-01 15:28:07',NULL,1,'Monsoon Destinations in India | Top 10 Monsoon Destinations',1,0,'valley of flowers, monsoon destinations in India, rain-soaked landscapes, lush greenery, cascading waterfalls, misty hills, hill stations, beach getaways, scenic landscapes, rain-washed beaches, travel guide','Discover India\'s top monsoon destinations, from the Valley of Flowers to Goa\'s rain-washed beaches. Explore lush greenery, cascading waterfalls, and serene landscapes during the monsoon season. Plan your perfect getaway with our guide.','Top 10 Monsoon Destinations in India','[\"243\",\"239\",\"193\",\"192\",\"191\",\"190\",\"189\",\"182\",\"180\",\"177\",\"148\"]',1,'{\"blogdetailTitle\":[\"1. Valley of Flowers, Uttarakhand:\",\"2. Munnar, Kerala:\",\"3. Coorg, Karnataka:\",\"4. Kodaikanal, Tamil Nadu:\",\"5. Lonavala, Maharashtra:\",\"6. Udaipur, Rajasthan:\",\"7. Shillong, Meghalaya:\",\"8. Alleppey, Kerala:\",\"9. Mahabaleshwar, Maharashtra:\",\"10. Mawsynram, Meghalaya:\",\"11. Goa:\"],\"BlogDescription\":[\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685612798.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>The monsoon season breathes life into the Valley of Flowers, transforming it into a colorful paradise. The valley is known for its wide variety of alpine flowers, including orchids, poppies, marigolds, primulas, daisies, and many more. During this time, the meadows are in full bloom, presenting a breathtaking sight.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685612902.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Known for its lush green tea plantations, Munnar becomes even more beautiful during the monsoon season. The mist-covered hills and cascading waterfalls offer a breathtaking experience.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685612948.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Coorg, also known as the \\\"Scotland of India,\\\" is a picturesque hill station famous for its coffee plantations. The monsoon brings out the true beauty of this region, with its gushing rivers and stunning landscapes.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613008.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Located in the Western Ghats, Kodaikanal is a serene hill station with pleasant weather during the monsoon. The misty mountains, waterfalls, and the famous Kodaikanal Lake are major attractions.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613056.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Lonavala is a popular weekend getaway from Mumbai and Pune. During the monsoon, the region transforms into a green paradise, with lush hills, misty valleys, and numerous waterfalls.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613107.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Known as the \\\"Venice of the East,\\\" Udaipur is a city of lakes and palaces. The monsoon brings relief from the scorching heat, and the lakes fill up, enhancing the city\'s charm.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613148.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Shillong, the capital of Meghalaya, is known as the \\\"Scotland of the East.\\\" It receives heavy rainfall during the monsoon, resulting in breathtaking waterfalls and lush green landscapes.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613203.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Famous for its backwaters, Alleppey offers a unique experience during the monsoon season. The rain-soaked greenery, floating houses, and serene backwaters create a magical atmosphere.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613263.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Situated in the Sahyadri mountain range, Mahabaleshwar is a popular hill station. The monsoon season paints the hills in vibrant shades of green, and the numerous viewpoints offer panoramic vistas.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613300.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>Known as the wettest place on Earth, Mawsynram receives an exceptionally high amount of rainfall. It\'s a unique destination for monsoon lovers, with its misty landscapes and cascading waterfalls.<\\/b><\\/span><br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1685613351.jpg\\\" style=\\\"width: 50%;\\\"><\\/p><p><span style=\\\"font-family: Arial;\\\"><b>While it may seem unconventional, Goa during the monsoon offers a different experience. The beaches are less crowded, and the lush green countryside comes alive. You can also witness the vibrant Sao Joao Festival celebrated during the monsoon.<\\/b><\\/span><\\/p><p><br><\\/p><p><b><span style=\\\"font-family: Arial;\\\">Note:\\u00a0These are just a few examples of the many places you can visit in India during the monsoon season. Remember to check weather conditions and plan accordingly for a safe and enjoyable trip.<\\/span><\\/b><\\/p>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(24,'Visa-Friendly Marvels of Asia: 9 Incredible Experiences','visa-friendly-marvels-of-asia:-9-incredible-experiences','1686896982_blog.jpg','1686896982.png',NULL,'Anand Singh','2023-06-16',NULL,NULL,NULL,'<h5><span style=\"font-family: arial;\">Embark on visa-friendly adventures in Asia: Trek Bhutan\'s Trans Bhutan Trail, explore Kazakhstan\'s Soviet history, indulge in wellness in the Maldives, trek to Everest Base Camp in Nepal, go whale watching in Sri Lanka, savor Thailand\'s food scene, unwind creatively in Indonesia, experience Vietnam\'s cocktail culture, and make friends at a Cambodian elephant sanctuary.</span></h5>',NULL,'2023-06-16 11:59:43','2023-06-16 11:59:43',NULL,1,'Visa-friendly experiences | Asia travel | Adventure in Asia',1,0,'visa-friendly experiences, visa-friendly, Trans Bhutan Trail trekking, Soviet history Kazakhstan, wellness retreats Maldives, Everest Base Camp trek Nepal, whale watching Sri Lanka, Thailand food scene, creative relaxation Indonesia, incredible experiences in Asia, Cambodian elephant sanctuary','Discover the most amazing visa-friendly experiences in Asia, from trekking the Trans Bhutan Trail to exploring Soviet history in Kazakhstan and indulging in wellness retreats in the Maldives. Plan your unforgettable Asian adventure today!','Visa-Friendly Marvels of Asia: 9 Incredible Experiences','[\"188\",\"184\",\"179\",\"149\",\"145\",\"132\",\"131\",\"100\",\"99\",\"92\",\"68\",\"66\",\"58\"]',1,'{\"blogdetailTitle\":[\"Trek the Trans Bhutan Trail:\",\"Explore Soviet history in Kazakhstan:\",\"Dive into some serious wellness in the Maldives:\",\"Trek to Everest Base Camp in Nepal:\",\"Go whale watching in Sri Lanka:\",\"Dig into Thailand\'s food scene:\",\"Distress in the most creative ways in Indonesia:\",\"Check out the cocktail scene in Vietnam:\",\"Make friends in Cambodia:\"],\"BlogDescription\":[\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900618.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Embark on an extraordinary trekking adventure along the Trans Bhutan Trail, exploring the pristine landscapes and cultural heritage of Bhutan. Bhutan offers visas on arrival for many nationalities, making it easily accessible for travelers.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900633.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Discover the intriguing remnants of the Soviet era in Kazakhstan, including the Baikonur Cosmodrome and the Aral Sea region. Kazakhstan offers visa-free entry or visas on arrival for several countries, simplifying the travel process.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900659.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Indulge in a luxurious wellness retreat in the Maldives, with its pristine beaches and world-class resorts. Many nationalities receive visa-free entry or visas on arrival, allowing for a hassle-free escape to paradise.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900678.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Embark on a challenging yet rewarding trek to the Everest Base Camp, surrounded by the majestic Himalayan peaks. Nepal offers visa-on-arrival for many visitors, making it a popular destination for adventure seekers.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900694.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Witness the magnificent marine life, including whales and dolphins, off the coast of Sri Lanka. Sri Lanka provides visa-on-arrival or electronic travel authorizations for numerous nationalities, making it easily accessible for wildlife enthusiasts.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900716.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Explore the vibrant street food culture and indulge in tantalizing flavors in Thailand. Known for its culinary delights, Thailand offers visa-free entry or visas on arrival for many visitors.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900737.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Unwind and rejuvenate through creative and holistic practices in wellness retreats across Indonesia. The country offers visa-free entry or visas on arrival for various nationalities, making it an attractive destination for relaxation.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900767.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Immerse yourself in Vietnam\'s emerging cocktail culture, with stylish bars and mixology hotspots in cities like Ho Chi Minh City and Hanoi. Vietnam offers visa-free entry or visas on arrival for many travelers.<\\/span><\\/h5>\",\"<h5><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1686900782.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-family: arial;\\\"><br><\\/span><\\/h5><h5><span style=\\\"font-family: arial;\\\">Volunteer at an elephant sanctuary in Cambodia and contribute to the well-being of these gentle giants. Cambodia provides easy visa procedures, including visas on arrival, for many visitors.<\\/span><\\/h5>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(25,'Visit The Best Wildlife Destinations In India','visit-the-best-wildlife-destinations-in-india','1687505015_blog.jpg','1687505015.jpg',NULL,'Anand Singh','2023-06-23',NULL,NULL,NULL,'<h3><span style=\"font-family: Verdana;\">India is renowned for its rich biodiversity and offers several exceptional wildlife destinations for nature enthusiasts. Here are some of the best wildlife destinations in India:</span></h3>',NULL,'2023-06-23 12:53:35','2023-06-23 12:53:35',NULL,1,'',0,1,'','','','',1,'{\"blogdetailTitle\":[\"1. Nagarhole National Park, Karnataka:\",\"2. Kaziranga National Park, Assam: \",\"3. Keoladeo National Park, Rajasthan: \",\"4. Satpura National Park, Madhya Pradesh: \",\"5. Hemis National Park, Jammu and Kashmir:\",\"6. Mahatma Gandhi Marine National Park, Andaman Islands:\",\"7. Jim Corbett National Park, Uttarakhand:\",\"8. Gir Forest National Park, Gujarat: \"],\"BlogDescription\":[\"<h3><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\">Located in Karnataka, Nagarhole National Park is a beautiful wildlife destination. It is known for its rich biodiversity, including populations of tigers, elephants, leopards, gaurs (Indian bison), and various species of deer. The park also offers picturesque landscapes, dense forests, and the Kabini River flowing through it.<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"><br><\\/font><font face=\\\"Verdana\\\" style=\\\"\\\">Fun Fact:<span style=\\\"font-weight: normal;\\\"> Nagarhole National Park is also known as Rajiv Gandhi National Park and is part of the Nilgiri Biosphere Reserve.<\\/span><\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"><br><\\/font><font face=\\\"Verdana\\\" style=\\\"\\\">Know Before You Go:<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"> The park is known for its dense forest cover, pristine streams, and diverse wildlife, including tigers, elephants, leopards, and various bird species.<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"><br><\\/font><font face=\\\"Verdana\\\" style=\\\"\\\">When to Visit:<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"> October to May is the best time to visit Nagarhole National Park.<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"><br><\\/font><font face=\\\"Verdana\\\" style=\\\"\\\">Gateway City:<\\/font><font face=\\\"Verdana\\\" style=\\\"font-weight: normal;\\\"> Mysore, located approximately 93 km away, serves as the gateway city to Nagarhole National Park.<\\/font><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Situated in Assam, Kaziranga National Park is a UNESCO World Heritage Site and a famous wildlife sanctuary. It is renowned for its population of one-horned rhinoceroses, which roam freely in its grasslands and marshy areas. Kaziranga is also home to tigers, elephants, wild water buffalo, and several bird species.<\\/span><\\/h3><h3>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Kaziranga National Park is home to the largest population of the endangered one-horned rhinoceros in the world.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is known for its vast grasslands, wetlands, and marshes, providing a habitat for rhinos, tigers, elephants, and a rich birdlife.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The park is open from November to April, with the best time for wildlife sightings being from February to April.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Guwahati, located around 193 km away, is the gateway city to Kaziranga National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><span style=\\\"font-weight: normal;\\\">Located in Rajasthan, Keoladeo National Park, formerly known as Bharatpur Bird Sanctuary, is a paradise for bird lovers. It is home to a staggering variety of migratory and resident bird species, including rare Siberian cranes. The park also features marshlands, woodlands, and a diverse range of flora and fauna.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Keoladeo National Park, formerly known as Bharatpur Bird Sanctuary, is a UNESCO World Heritage Site.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is a paradise for birdwatchers, with over 370 bird species, including migratory birds from Europe and Central Asia.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The best time to visit Keoladeo National Park is from October to March when migratory birds flock to the park.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Bharatpur, located nearby, serves as the gateway city to Keoladeo National Park.<\\/span><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Satpura National Park, situated in Madhya Pradesh, offers a unique and offbeat wildlife experience. It is characterized by rugged terrain, deep valleys, and dense forests. The park is home to tigers, leopards, sloth bears, Indian giant squirrels, and a variety of bird species. Jeep safaris and boat rides on the Denwa River enhance the wildlife exploration experience.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Satpura National Park is one of the few parks in India that allows walking safaris and boat safaris in addition to jeep safaris.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park offers a mix of stunning landscapes, including deep gorges, dense forests, and rugged terrains, and is home to tigers, leopards, sloth bears, and a variety of bird species.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> Satpura National Park is open from October to June, with the cooler months of October to February being ideal for wildlife sightings.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Bhopal, located approximately 170 km away, serves as the gateway city to Satpura National Park.<\\/span><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Nestled in the scenic landscapes of Ladakh, Hemis National Park is the largest national park in India. It is renowned for its population of snow leopards, making it a dream destination for wildlife enthusiasts. The park also hosts several other wildlife species, including Himalayan blue sheep, Asiatic ibex, golden eagles, and numerous migratory birds.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Hemis National Park is the largest national park in South Asia.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is known for its high-altitude wildlife, including snow leopards, Himalayan blue sheep, ibex, and several bird species.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The best time to visit Hemis National Park is from May to September, when the park is accessible and the chances of spotting snow leopards are relatively higher.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Leh, located around 40 km away, serves as the gateway city to Hemis National Park.<\\/span><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Located in the Andaman Islands, Mahatma Gandhi Marine National Park is a treasure trove of marine biodiversity. The park encompasses several islands, coral reefs, and vibrant underwater ecosystems. Visitors can enjoy snorkeling and diving to witness an array of colorful coral reefs, fish, sea turtles, and other marine life.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Mahatma Gandhi Marine National Park is located in the Andaman and Nicobar Islands and comprises 15 islands.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is known for its vibrant coral reefs, diverse marine life, and snorkeling opportunities. Visitors can spot species like dugongs, turtles, and various fish.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The park is open throughout the year, but the best time to visit is from November to April when the weather is pleasant and underwater visibility is good.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Port Blair, the capital of the Andaman and Nicobar Islands, serves as the gateway city to Mahatma Gandhi Marine National Park.<\\/span><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Jim Corbett National Park in Uttarakhand is India\'s oldest national park. It is renowned for its population of Bengal tigers and offers excellent opportunities for tiger sightings. The park is also home to elephants, leopards, deer, and over 500 bird species.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Jim Corbett National Park is named after the renowned naturalist and conservationist Jim Corbett, who played a crucial role in establishing the park.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is famous for its population of Bengal tigers and offers a range of wildlife, including elephants, leopards, deer, and numerous bird species.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The park is open throughout the year, but the best time to visit is from November to June, with March to June being ideal for tiger sightings.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Ramnagar, located around 15 km away, serves as the gateway city to Jim Corbett National Park.<\\/span><\\/h3>\",\"<h3><span style=\\\"font-weight: normal;\\\">Gir Forest National Park in Gujarat is the last refuge of the Asiatic lions. It is dedicated to the conservation of these majestic creatures and also offers sightings of other wildlife like leopards, deer, and numerous bird species.<\\/span><br>Fun Fact:<span style=\\\"font-weight: normal;\\\"> Gir Forest National Park is the only natural habitat of the Asiatic lions in the world.<\\/span><br>Know Before You Go:<span style=\\\"font-weight: normal;\\\"> The park is home to the majestic Asiatic lions, along with other wildlife such as leopards, deer, hyenas, and various bird species.<\\/span><br>When to Visit:<span style=\\\"font-weight: normal;\\\"> The park remains open from mid-October to mid-June, with December to March being the best time for wildlife sightings.<\\/span><br>Gateway City:<span style=\\\"font-weight: normal;\\\"> Junagadh, located approximately 60 km away, serves as the gateway city to Gir Forest National Park.<\\/span><\\/h3>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(26,'Visit The Best Wildlife Destinations In India','visit-the-best-wildlife-destinations-in-india','1687512876_blog.jpg','1687512876.jpg',NULL,'Anand Singh','2023-06-23',NULL,NULL,NULL,'<h5><span style=\"font-weight: normal;\">India is renowned for its rich biodiversity and offers several exceptional wildlife destinations for nature enthusiasts. Here are some of the best wildlife destinations in India:</span></h5><h5><span style=\"font-weight: normal;\"><br></span><span style=\"font-weight: normal;\">1. Nagarahole National Park, Karnataka<br></span><span style=\"font-weight: normal;\">2. Kaziranga National Park, Assam<br></span><span style=\"font-weight: normal;\">3. Keoladeo National Park, Rajasthan<br></span><span style=\"font-weight: normal;\">4. Satpura National Park, Madhya Pradesh<br></span><span style=\"font-weight: normal;\">5. Hemis National Park, Ladakh<br></span><span style=\"font-weight: normal;\">6. Mahatma Gandhi Marine National Park, Andaman Islands<br></span><span style=\"font-weight: normal;\">7. Jim Corbet National Park, Uttarakhand<br></span><span style=\"font-weight: normal;\">8. Gir Forest National Park, Gujarat</span></h5><div><br></div>',NULL,'2023-06-23 15:04:43','2023-06-23 15:04:43',NULL,1,'Wildlife Destinations | India Wildlife Tour | Wildlife Adventure | Indian Wildlife Sanctuaries',1,0,'Best wildlife destinations in India, Wildlife adventure tours India, Top Indian wildlife reserves, Indian wildlife photography, Wildlife tour packages India, Wildlife conservation efforts, Jungle safari experiences','Embark on a thrilling wildlife adventure in India\'s finest sanctuaries and reserves. Witness the majestic tigers of Ranthambore, the exotic fauna of Kaziranga, and the elusive leopards of Jim Corbett. Explore the best wildlife destinations in India and immerse yourself in the natural wonders of this diverse land','Visit The Best Wildlife Destinations In India','[\"241\",\"240\",\"238\",\"193\",\"147\"]',1,'{\"blogdetailTitle\":[\"1. Nagarhole National Park, Karnataka: \",\"2. Kaziranga National Park, Assam:\",\"3. Keoladeo National Park, Rajasthan:\",\"4. Satpura National Park, Madhya Pradesh:\",\"5. Hemis National Park, Ladakh\",\"6. Mahatma Gandhi Marine National Park, Andaman Islands:\",\"7. Jim Corbett National Park, Uttarakhand:\",\"8. Gir Forest National Park, Gujarat:\"],\"BlogDescription\":[\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513540.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Located in Karnataka, Nagarhole National Park is a beautiful wildlife destination. It is known for its rich biodiversity, including populations of tigers, elephants, leopards, gaurs (Indian bison), and various species of deer. The park also offers picturesque landscapes, dense forests, and the Kabini River flowing through it.<br><u>Fun Fact:<\\/u> Nagarhole National Park is also known as Rajiv Gandhi National Park and is part of the Nilgiri Biosphere Reserve.<br><u>Know Before You Go:<\\/u> The park is known for its dense forest cover, pristine streams, and diverse wildlife, including tigers, elephants, leopards, and various bird species.<br><u>When to Visit:<\\/u> October to May is the best time to visit Nagarhole National Park.<br><u>Gateway City:<\\/u> Mysore, located approximately 93 km away, serves as the gateway city to Nagarhole National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513574.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Situated in Assam, Kaziranga National Park is a UNESCO World Heritage Site and a famous wildlife sanctuary. It is renowned for its population of one-horned rhinoceroses, which roam freely in its grasslands and marshy areas. Kaziranga is also home to tigers, elephants, wild water buffalo, and several bird species.<br><u>Fun Fact:<\\/u> Kaziranga National Park is home to the largest population of the endangered one-horned rhinoceros in the world.<br><u>Know Before You Go:<\\/u> The park is known for its vast grasslands, wetlands, and marshes, providing a habitat for rhinos, tigers, elephants, and a rich birdlife.<br><u>When to Visit:<\\/u> The park is open from November to April, with the best time for wildlife sightings being from February to April.<br><u>Gateway City:<\\/u> Guwahati, located around 193 km away, is the gateway city to Kaziranga National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513593.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Located in Rajasthan, Keoladeo National Park, formerly known as Bharatpur Bird Sanctuary, is a paradise for bird lovers. It is home to a staggering variety of migratory and resident bird species, including rare Siberian cranes. The park also features marshlands, woodlands, and a diverse range of flora and fauna.<br><u>Fun Fact:<\\/u> Keoladeo National Park, formerly known as Bharatpur Bird Sanctuary, is a UNESCO World Heritage Site.<br><u>Know Before You Go:<\\/u> The park is a paradise for birdwatchers, with over 370 bird species, including migratory birds from Europe and Central Asia.<br><u>When to Visit:<\\/u> The best time to visit Keoladeo National Park is from October to March when migratory birds flock to the park.<br><u>Gateway City:<\\/u> Bharatpur, located nearby, serves as the gateway city to Keoladeo National Park.<\\/span><\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513610.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Satpura National Park, situated in Madhya Pradesh, offers a unique and offbeat wildlife experience. It is characterized by rugged terrain, deep valleys, and dense forests. The park is home to tigers, leopards, sloth bears, Indian giant squirrels, and a variety of bird species. Jeep safaris and boat rides on the Denwa River enhance the wildlife exploration experience.<br><u>Fun Fact:<\\/u> Satpura National Park is one of the few parks in India that allows walking safaris and boat safaris in addition to jeep safaris.<br><u>Know Before You Go:<\\/u> The park offers a mix of stunning landscapes, including deep gorges, dense forests, and rugged terrains, and is home to tigers, leopards, sloth bears, and a variety of bird species.<br><u>When to Visit:<\\/u> Satpura National Park is open from October to June, with the cooler months of October to February being ideal for wildlife sightings.<br><u>Gateway City:<\\/u> Bhopal, located approximately 170 km away, serves as the gateway city to Satpura National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513624.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Nestled in the scenic landscapes of Ladakh, Hemis National Park is the largest national park in India. It is renowned for its population of snow leopards, making it a dream destination for wildlife enthusiasts. The park also hosts several other wildlife species, including Himalayan blue sheep, Asiatic ibex, golden eagles, and numerous migratory birds.<br><u>Fun Fact:<\\/u> Hemis National Park is the largest national park in South Asia.<br><u>Know Before You Go:<\\/u> The park is known for its high-altitude wildlife, including snow leopards, Himalayan blue sheep, ibex, and several bird species.<br><u>When to Visit:<\\/u> The best time to visit Hemis National Park is from May to September, when the park is accessible and the chances of spotting snow leopards are relatively higher.<br><u>Gateway City:<\\/u> Leh, located around 40 km away, serves as the gateway city to Hemis National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513646.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Located in the Andaman Islands, Mahatma Gandhi Marine National Park is a treasure trove of marine biodiversity. The park encompasses several islands, coral reefs, and vibrant underwater ecosystems. Visitors can enjoy snorkeling and diving to witness an array of colorful coral reefs, fish, sea turtles, and other marine life.<br><u>Fun Fact:<\\/u> Mahatma Gandhi Marine National Park is located in the Andaman and Nicobar Islands and comprises 15 islands.<br><u>Know Before You Go:<\\/u> The park is known for its vibrant coral reefs, diverse marine life, and snorkeling opportunities. Visitors can spot species like dugongs, turtles, and various fish.<br><u>When to Visit:<\\/u> The park is open throughout the year, but the best time to visit is from November to April when the weather is pleasant and underwater visibility is good.<br><u>Gateway City:<\\/u> Port Blair, the capital of the Andaman and Nicobar Islands, serves as the gateway city to Mahatma Gandhi Marine National Park.<\\/span><\\/h3><div><br><\\/div>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513661.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Jim Corbett National Park in Uttarakhand is India\'s oldest national park. It is renowned for its population of Bengal tigers and offers excellent opportunities for tiger sightings. The park is also home to elephants, leopards, deer, and over 500 bird species.<br><u>Fun Fact:<\\/u> Jim Corbett National Park is named after the renowned naturalist and conservationist Jim Corbett, who played a crucial role in establishing the park.<br><u>Know Before You Go:<\\/u> The park is famous for its population of Bengal tigers and offers a range of wildlife, including elephants, leopards, deer, and numerous bird species.<br><u>When to Visit:<\\/u> The park is open throughout the year, but the best time to visit is from November to June, with March to June being ideal for tiger sightings.<br><u>Gateway City:<\\/u> Ramnagar, located around 15 km away, serves as the gateway city to Jim Corbett National Park.<\\/span><\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1687513686.jpg\\\" style=\\\"width: 50%;\\\"><span style=\\\"font-weight: normal;\\\"><br><\\/span><\\/h3><h3><span style=\\\"font-weight: normal;\\\">Gir Forest National Park in Gujarat is the last refuge of the Asiatic lions. It is dedicated to the conservation of these majestic creatures and also offers sightings of other wildlife like leopards, deer, and numerous bird species.<br><u>Fun Fact:<\\/u> Gir Forest National Park is the only natural habitat of the Asiatic lions in the world.<br><u>Know Before You Go:<\\/u> The park is home to the majestic Asiatic lions, along with other wildlife such as leopards, deer, hyenas, and various bird species.<br><u>When to Visit:<\\/u> The park remains open from mid-October to mid-June, with December to March being the best time for wildlife sightings.<br><u>Gateway City:<\\/u> Junagadh, located approximately 60 km away, serves as the gateway city to Gir Forest National Park.<\\/span><\\/h3><div><br><\\/div>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(27,'10 Travel Hacks To Make Your Next Trip A Little Easier','10-travel-hacks-to-make-your-next-trip-a-little-easier','1688451426_blog.jpg','1688451426.png',NULL,'Anand Singh','2023-07-04',NULL,NULL,NULL,'<p>Traveling can be an exciting adventure, but it also comes with its fair share of challenges. Luckily, there are several travel hacks that can help make your next trip a little easier and more enjoyable. From saving time at the airport to maximizing your packing space, these tips will ensure a smoother travel experience. Discover 10 travel hacks that will enhance your journey and make your travels a breeze.<br></p>',NULL,'2023-07-04 11:47:06','2023-07-04 11:47:06',NULL,1,'travel hacks | useful travel tips | efficient packing | time-saving strategies | travel advice',0,0,'travel hacks, useful travel tips, efficient packing, time-saving strategies, seamless travel, enjoyable trip, travel advice, travel planning, travel organization, travel tricks, travel essentials, stress-free travel, smart travel, travel efficiency, travel preparation','Discover 10 useful travel hacks for a seamless and enjoyable trip. From efficient packing to time-saving strategies, these tips will enhance your travel experience.','10 Travel Hacks To Make Your Next Trip A Little Easier','',1,'{\"blogdetailTitle\":[\"1. Pack a Travel Essentials Kit: \",\"2. Roll Your Clothes:\",\"3. Use Packing Cubes: \",\"4. Download Offline Maps:\",\"5. Bring a Reusable Water Bottle:\",\"6. Pack a Portable Power Strip:\",\"7. Carry a photocopy of important documents:\",\"8. Research Local Transportation Options:\",\"9. Bring a Travel-Sized Umbrella or Poncho:\",\"10. Keep an Open Mind and Flexibility: \"],\"BlogDescription\":[\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688450463.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Create a small kit with travel-sized toiletries, a portable charger, a universal adapter, a first aid kit, and any other essentials you might need. This way, you\'ll always be prepared.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688450556.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Instead of folding your clothes, roll them up. This saves space in your luggage and helps prevent wrinkles.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688450649.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Organize your clothes and belongings into packing cubes. They make it easier to find items in your suitcase and keep everything tidy.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688450707.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Before you travel, download offline maps of your destinations on a mapping app. This way, you can navigate even without an internet connection.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688450772.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Stay hydrated while traveling by carrying a reusable water bottle. Fill it up at water fountains or ask for refills at cafes to save money and reduce plastic waste.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688451160.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>If you have multiple devices to charge, a portable power strip can come in handy. It allows you to charge multiple devices using only one electrical outlet.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688451220.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Make copies of your passport, identification cards, travel insurance, and other important documents. Keep them separate from the originals in case of loss or theft.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688451272.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Before arriving at your destination, research the local transportation options available, such as public transit or ride-sharing services. This will help you navigate the area more efficiently and save money on transportation.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688451353.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Be prepared for unexpected weather changes by carrying a compact umbrella or a lightweight poncho. This can save you from getting soaked and keep your plans on track.<br><\\/p>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1688451408.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><p>Unexpected situations may arise during travel. Stay open-minded and flexible to adapt to changes in itineraries, weather conditions, or local customs. Embrace the adventure and make the most of your trip, regardless of any challenges that may come your way.<br><\\/p>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(28,'Monsoon Travel Tips for Your Adventurous North India Trip','monsoon-travel-tips-for-your-adventurous-north-india-trip','1689064018_blog.jpg','1689064018.png',NULL,'Anand Singh','2023-07-11',NULL,NULL,NULL,'<h5>Embrace the enchanting allure of North India during the monsoon season! As the rain showers grace the region, North India unveils a different kind of magic, offering unique experiences and breathtaking landscapes. However, traveling during the monsoon requires some preparation and insider tips to make the most of your adventurous journey. In this blog, we present essential monsoon travel tips to ensure a memorable and safe trip through the scenic wonders of North India.</h5>',NULL,'2023-07-11 13:56:59','2023-07-11 13:56:59',NULL,1,'Monsoon travel tips | North India trip | Adventure travel',0,0,'Monsoon travel tips, North India trip, Adventure travel in monsoon, Travel tips for North India, Monsoon season in North India, Exploring North India during monsoon, Rainy season adventures, Safety tips for monsoon travel, Best places to visit in North India during monsoon, Monsoon travel essentials','Prepare for your adventurous North India trip during the monsoon season with our expert travel tips. Stay safe, make the most of the lush landscapes, and embrace the thrill of exploring North India\'s hidden gems amidst the rains.','Monsoon Travel Tips for Your Adventurous North India Trip | Essential Guide','[\"294\",\"291\"]',1,'{\"blogdetailTitle\":[\"1- Embrace Waterproof Gear:\",\"2- Stay Updated on Weather Conditions:\",\"3- Explore Scenic Hill Stations:\",\"4- Experience the Majesty of Waterfalls:\",\"5- Try Local Monsoon Delicacies:\",\"6- Stay Hydrated and Healthy:\",\"7- Explore Cultural Sites:\",\"8- Plan Indoor Activities:\",\"9- Be Mindful of Flash Floods:\",\"10- Stay Informed About Road Conditions:\",\"11- Respect Nature and Wildlife:\"],\"BlogDescription\":[\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063786.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Pack essential waterproof gear such as a sturdy rain jacket, waterproof backpack covers, and comfortable waterproof shoes to keep yourself dry during your North India adventures.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063819.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Keep a close eye on weather forecasts and stay updated on any potential weather changes or warnings in the regions you plan to visit. This helps you plan your activities and make informed decisions along the way.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063838.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Head to the picturesque hill stations of North India, such as Shimla, Manali, or Mussoorie, where the monsoon transforms the landscapes into lush green paradises. Enjoy misty mountains, cascading waterfalls, and refreshing cool weather.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063860.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Witness the majestic beauty of waterfalls in full flow during the monsoon season. Visit popular destinations like Athirappilly Falls in Kerala, Bhagsu Waterfall in Himachal Pradesh, or Dhuandhar Falls in Madhya Pradesh for a mesmerizing sight.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063874.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Savor the unique flavors of North Indian monsoon cuisine. Indulge in piping hot pakoras (fritters), steaming chai (tea), and delectable local snacks available at street stalls. These culinary delights add a special charm to your monsoon experience.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063892.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Don\'t forget to drink plenty of water during your monsoon adventures. Also, carry necessary medications and take precautions against common monsoon-related illnesses.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063907.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Use the monsoon season as an opportunity to explore North India\'s rich cultural heritage. Visit magnificent historical sites like the Taj Mahal, Amber Fort, or Varanasi\'s ghats, where the rain adds a unique atmosphere to these iconic locations.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063954.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>In case of heavy rain, plan indoor activities such as visiting museums, art galleries, or exploring ancient temples and palaces that offer shelter from the downpour while providing insights into North India\'s rich history and culture.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063977.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Certain regions in North India are prone to flash floods during the monsoon season. Stay updated on weather forecasts, avoid trekking near rivers or streams during heavy rainfall, and follow local safety guidelines.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689063991.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>Monsoon rains can affect road conditions, leading to landslides or road closures. Before traveling, check weather updates and road conditions to ensure a smooth journey. Stay connected with local authorities or travel agencies for real-time information and alternate routes.<\\/h3>\",\"<h3><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689064011.jpg\\\" style=\\\"width: 25%;\\\"><\\/h3><h3>North India is blessed with rich biodiversity. While exploring nature reserves and wildlife sanctuaries, maintain a safe distance from animals, follow designated trails, and respect the environment. Avoid littering and leave no trace of your presence.<\\/h3>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(29,'Things To Do In Lonavala','things-to-do-in-lonavala','1689241986_blog.jpg','1689241986.png',NULL,'Anand Singh','2023-07-13',NULL,NULL,NULL,'<h5>Lonavala, a picturesque hill station located in the Sahyadri mountain range of Maharashtra, India, is a popular getaway destination for nature lovers and adventure enthusiasts. Known for its scenic beauty, lush green landscapes, and historical attractions, Lonavala offers a plethora of activities and sights to explore. In this comprehensive guide, we will delve into the top attractions, historical sites, natural wonders, adventure opportunities, and culinary delights that Lonavala has to offer.</h5>',NULL,'2023-07-13 15:23:07','2023-07-13 15:23:07',NULL,1,'Things To Do In Lonavala | Lonavala Travel Guide',0,0,'Lonavala travel guide, things to do in Lonavala, attractions in Lonavala, Lonavala viewpoints, Lonavala caves, Lonavala fort, Lonavala adventure park, Lonavala cuisine, Lonavala tourist spots, Lonavala Maharashtra, Lonavala sightseeing','Discover the breathtaking views, historical sites, adventure opportunities, and culinary delights of Lonavala. From Tiger\'s Point to Bhaja Caves, Lohagad Fort, and local cuisine, immerse yourself in the charm of this picturesque hill station.','Things To Do In Lonavala','',1,'{\"blogdetailTitle\":[\"1. Visit Tiger\'s Point:\",\"2. Bhaja Caves:\",\"3. Lohagad Fort:\",\"4. Chikki Tasting:\",\"5. Lonavala Lake:\",\"6. Rajmachi Point:\",\"7. Karla Caves:\",\"8. Misty Monsoon:\",\"9. Della Adventure Park:\",\"10. Local Cuisine:\"],\"BlogDescription\":[\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241703.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Tiger\'s Point, also known as Tiger\'s Leap, is a breathtaking viewpoint that offers panoramic vistas of the surrounding valleys and lush green landscapes. Located at an altitude of 650 meters, this popular tourist spot got its name from its resemblance to a leaping tiger. Visitors can witness stunning sunrise and sunset views, capturing the natural beauty of Lonavala. The cliffs at Tiger\'s Point provide a perfect vantage point to soak in the scenic splendor and take memorable photographs.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241726.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>History buffs and culture enthusiasts will be delighted to explore the Bhaja Caves, a group of ancient Buddhist rock-cut caves situated near Lonavala. Dating back to the 2nd century BC, these caves are adorned with intricate carvings, sculptures, and architectural marvels. The caves offer a glimpse into the rich heritage of Buddhism in the region and provide an opportunity for visitors to appreciate the artistry of the ancient craftsmen.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241746.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Adventure seekers and history lovers should not miss the opportunity to trek to Lohagad Fort. Located atop a hill at an elevation of 1,033 meters, this majestic fort offers stunning views of the surrounding valleys and lush green landscapes. Lohagad Fort holds significant historical importance and has witnessed the rule of various dynasties throughout the centuries. Visitors can explore the fort\'s ancient structures, including gates, water tanks, and the Vinchu Kata, a unique rock formation resembling a scorpion\'s tail.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241761.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>No visit to Lonavala is complete without indulging in the famous chikki. Chikki is a sweet treat made from jaggery (a type of cane sugar) and nuts like peanuts and sesame seeds. Lonavala is renowned for its delicious chikkis, which come in a variety of flavors such as plain, chocolate, cashew, almond, and more. Visitors can visit the local markets and shops to sample and purchase different types of chikkis, savoring the unique blend of sweetness and crunchiness.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241779.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>For those seeking tranquility and natural beauty, Lonavala Lake is the perfect place to unwind. Surrounded by lush greenery and hills, this serene lake offers a peaceful environment to relax and enjoy the scenic beauty. Visitors can take leisurely walks along the lakeside, have a picnic with family and friends, or simply sit back and appreciate the mesmerizing views. Boating facilities are also available for those who wish to explore the lake from a different perspective.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241821.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Rajmachi Point is another popular viewpoint in Lonavala that offers a mesmerizing convergence of natural beauty and architectural brilliance. Located on the way to Rajmachi Fort, this viewpoint offers panoramic views of the Sahyadri mountains, deep valleys, and dense forests. Visitors can witness the lush green landscapes stretching as far as the eyes can see and capture the breathtaking scenery. The sunset view from Rajmachi Point is particularly enchanting, painting the sky in vibrant hues.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241837.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Situated near Lonavala, Karla Caves is a historical and architectural marvel that attracts tourists from far and wide. These ancient rock-cut Buddhist caves date back to the 2nd century BC and showcase magnificent sculptures, intricate designs, and ornate pillars. The largest cave, known as the Great Chaitya, houses a massive prayer hall with a stupa and intricate carvings depicting Buddhist motifs. Exploring the Karla Caves provides a fascinating insight into the region\'s ancient Buddhist heritage.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241861.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Lonavala experiences a magical transformation during the monsoon season, with misty hills, lush greenery, and cascading waterfalls creating a mesmerizing ambiance. The monsoons, which usually occur from June to September, offer a unique opportunity to witness the natural beauty of Lonavala in all its glory. Taking a leisurely drive through the winding roads enveloped in mist, visiting viewpoints, and admiring the gushing waterfalls is a popular activity during this time.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241875.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>For thrill-seekers and adrenaline junkies, Della Adventure Park is a must-visit destination in Lonavala. Spanning over 50 acres, this adventure park offers a wide range of exhilarating activities and rides. Visitors can experience high-speed zip-lining, ATV (All-Terrain Vehicle) rides, paintball, archery, rock climbing, rappelling, and much more. Della Adventure Park caters to individuals of all age groups, ensuring an adrenaline-pumping and fun-filled day for everyone.<\\/h5>\",\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1689241888.jpg\\\" style=\\\"width: 25%;\\\"><\\/p><h5>Lonavala is not just a haven for natural beauty and adventure; it is also a paradise for food lovers. Exploring the local cuisine is an essential part of any Lonavala visit. Visitors can savor a variety of mouthwatering dishes, including the famous vada pav (a popular street food consisting of a spicy potato fritter sandwiched in a bun), bhel puri (a savory snack made with puffed rice, vegetables, and tangy chutneys), and Maharashtrian delicacies like poha (flattened rice), sabudana vada (tapioca fritters), and puran poli (sweet stuffed bread). Lonavala is also known for its excellent quality chikki, fudges, and locally grown fruits like chikoos and strawberries.<\\/h5>\"],\"images\":[\"\"],\"detailPackages\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}'),(30,'Experience  Ayodhya: Spiritual and Cultural Treasure','experience-ayodhya:-spiritual-and-cultural-treasure','1707205230_blog.jpg','1707203357.jpg',NULL,'Anand Singh','2024-02-06',NULL,NULL,NULL,'<p><b>Welcome to Ayodhya, a city that breathes history and spirituality. Nestled on the banks of the sacred Sarayu River in Uttar Pradesh, Ayodhya is a place of immense cultural and religious significance.<br></b></p><p><b>It is regarded as the birthplace of Lord Rama, one of the most revered deities in Hinduism.<br></b></p><p><b>The city is dotted with temples, including the iconic Ram Janmabhoomi Temple which stands as a beacon of faith and devotion for millions of Hindus worldwide.</b></p>',NULL,'2024-02-06 12:39:17','2024-02-06 12:39:17',NULL,1,'Ayodhya travel | Ayodhya tourism | Travel Blog | Spiritual journey',1,0,'Ayodhya travel experiences, Ayodhya cultural heritage, Spiritual serenity Ayodhya, Visiting Ayodhya India, Ayodhya tourism attractions, Ayodhya city exploration, Ayodhya sightseeing tours, Religious sites Ayodhya, Ayodhya cultural tours, Ayodhya heritage walks, Ayodhya travel guide, Best places to visit in Ayodhya','Embark on a soul-enriching journey to Ayodhya, a city steeped in history, spirituality, and cultural significance. Discover sacred sites, immerse in timeless traditions, and find inner peace amidst the serene surroundings of Ayodhya. Plan your visit today!','Experience Ayodhya: Explore Sacred Sites, Cultural Heritage, and Spiritual Serenity','',1,'{\"blogdetailTitle\":[\"Ayodhya City Tour\"],\"BlogDescription\":[\"<p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707216268.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p>The Ayodhya city tour is the best way to explore its history and spirituality. Highlights of this tour include Hanuman Garhi, an ancient 10th-century temple dedicated to the Hindu God, Hanuman.<br><\\/p><p>It is one of the most important temples in Ayodhya, as it is customary to visit Hanuman Garhi before visiting the Ram Janmabhoomi Temple. It is believed that Lord Hanuman lived at the temple site guarding Ayodhya.<\\/p><p>The next stop is the revered Ram Janmabhoomi Temple, an architectural marvel with profound spiritual significance.<br><\\/p><p>Another highlight is Kanak Bhawan. Constructed in 1891, this temple is also known as Sone-ka-Ghar. It is a holy site dedicated to the Hindu deity Lord Rama and his wife, Goddess Sita.<br><\\/p><p>The tour ends with a stroll along the tranquil Sarayu River ghats, where you can take part in a soul- soothing aarti ceremony.<br><\\/p><p><b>DURATION<\\/b><\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Full Day - 8 hours, including lunch break<\\/p><p><br><\\/p><p><b>PLACES COVERED<\\/b><\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Hanuman Garhi<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Ram\\u00a0 Janmabhoomi\\u00a0 Temple<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Kanak Bhawan<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Dashrath Mahal<\\/p><p><br><\\/p><p>\\u00a0<b>DURATION<\\/b><\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Half Day - 4 Hours<\\/p><p><br><\\/p><p><b>PLACES COVERED<\\/b><br><\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Nageshwar Temple<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Kale Ram Temple<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Ghat Walk at Ram Ki Paidi<\\/p><p>\\u2022<span style=\\\"white-space: pre;\\\">\\t<\\/span>Sarayu Aarti<\\/p><p>\\u00a0<\\/p><p>Please Note: Half Day City Tour covers Hanuman Garhi, Ram Janmabhoomi Temple, Kanak Bhawan and Sarayu River Ghat.<\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215758.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>SUNRISE SAIL<\\/u><\\/b><\\/p><p>Experience the magic of Ayodhya at dawn, with a captivating sunrise boat ride along the serene Sarayu Ghat. An ideal way to start your day, soak in the spiritual charm of the city.<br><\\/p><p><br><\\/p><p><b>DURATION<\\/b><\\/p><p>2 Hours<br><\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215776.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>AARTI CEREMONY<\\/u><\\/b><\\/p><p>As twilight descends, Swarg Dwar Ghat comes alive with rhythmic chants and devotional fervor. Witness the enchanting evening Aarti Ceremony here, one of the most profound spiritual experiences in Ayodhya.<br><\\/p><p>Get there early to walk around the ghats with our knowledgeable tour guide, and immerse yourself in age-old traditions.<br><\\/p><p><b>DURATION<\\/b><\\/p><p>2 Hours<br><\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215790.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>JATAYU BOAT CRUISE<\\/u><\\/b><\\/p><p>Elevate your Ayodhya experience by going on the city\\u2019s first ever cruise \\u2013 the Jatayu Cruises. Named after the mythical bird that tried to save Sita, this fully air-conditioned cruise sails along the Sarayu River, offering a unique perspective of the city\\u2019s sacred sites and ancient temples.<br><\\/p><p>Enjoy the gentle waters and a touch of ancient lore on this memorable journey.<br><\\/p><p><b>DURATION<\\/b><\\/p><p>2 Hours (Sail Time - 1 Hour)<br><\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215805.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>AYODHYA HERITAGE WALK<\\/u><\\/b><\\/p><p>The best way to explore any city is on foot. Embark on an Ayodhya Heritage Walk to stroll along sacred ghats and temples. Our<br><\\/p><p>knowledgeable local guide will regale you with interesting tales from Ayodhya\\u2019s rich history.<\\/p><p><b>DURATION<\\/b><\\/p><p>90 Mins<br><\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215819.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>SOUND AND LIGHT SHOW<\\/u><\\/b><\\/p><p>As day turns to night, the historic site of Surya Kund comes to life with vivid illuminations and narrations. Through this spectacle, you\\u2019ll witness the rich heritage of Ayodhya, reliving its legendary tales in a mesmerizing audiovisual display.<br><\\/p><p><b>TIMINGS<\\/b><\\/p><p>7:30 to 8:00 pm<br><\\/p><p><b>LANGUAGE<\\/b><br><\\/p><p>Hindi<br><\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215830.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>GUPTAR GHAT<\\/u><\\/b><\\/p><p>Around 10 kms from Ayodhya lies Guptar Ghat. It holds a mystical aura as the place where Lord Rama took his last earthly bath, a \\u201cjal samadhi,\\u201d before returning to Vaikuntha, the divine abode.<br><\\/p><p>Legend has it that during his exile, Lord Rama sought solace in a cave hidden near the Guptar Ghat. Now known as the Gupta Rameshwara, the cave has become one of the most revered sites at the ghat, attracting pilgrims and history buffs alike.<br><\\/p><p>Guests can also enjoy activities like water scooter and speed boat ride.<\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215951.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>EXCURSION TO CHHAPAIYA<\\/u><\\/b><\\/p><p>A day trip to Chhapaiya, the place where Shree Swaminarayan was born makes for a great excursion from Ayodhya. The grand Swaminarayan Temple is very popular with devotees. Adjacent to it is the scenic Makhauda Dam.<\\/p><p>This harmonious combination of spirituality and nature makes Chhapaiya a delightful destination for travelers.<br><\\/p><p><b>DISTANCE FROM AYODHYA<\\/b><br><\\/p><p>40 kms<\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215880.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>EXCURSION TO LUCKNOW<\\/u><\\/b><\\/p><p>Lucknow, the \\u2018City of Nawabs\\u2019 is a vibrant blend of heritage and modernity. Explore its grand architectural marvels like the Bara Imambara and Chota Imambara, savor the delectable Awadhi cuisine, and witness the city\\u2019s cultural richness through its festivals and traditions.<\\/p><p><b>DISTANCE FROM AYODHYA<\\/b><\\/p><p>135 kms<\\/p><p><img src=\\\"https:\\/\\/www.reisentours.com\\/public\\/upload\\/travelogues\\/descriptionimage\\/descriptionimage_1707215969.jpg\\\" style=\\\"width: 50%;\\\"><br><\\/p><p><b><u>EXCURSION TO NAIMISHARANYA<\\/u><\\/b><\\/p><p>Believed to be the holiest pilgrimage site where most Hindu deities reside, this lush forest marks the spot where Lord Brahma\\u2019s chakra fell, which resulted in the creation of a body of water, Chakratirth.<\\/p><p>Today, holy spots like the Dashashwamedha Ghat, Hanuman Garhi, Dadichi Kund, Pandav Kila, and Vyas Gaddi dot the Chakratirth.<\\/p><p><b>DISTANCE FROM AYODHYA<\\/b><\\/p><p>220 kms<br><\\/p><p><br><\\/p>\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}'),(31,'Essential Travel Guide to Azerbaijan: Unveiling Its Beauty and Culture','essential-travel-guide-to-azerbaijan:-unveiling-its-beauty-and-culture','1707285950_blog.jpg','1707285667.jpg',NULL,'Anand Singh','2024-02-07',NULL,NULL,NULL,'<p><b>Introduction:</b></p><p>Welcome to Azerbaijan, a country where East meets West, offering a tapestry of rich history, stunning landscapes, and vibrant culture. Nestled between Europe and Asia, Azerbaijan boasts a diverse array of experiences waiting to be discovered. From the modern skyline of Baku to the ancient petroglyphs of Gobustan, and from the serene shores of the Caspian Sea to the rugged peaks of the Caucasus Mountains, there\'s something for every traveler in this enchanting land. Join us as we embark on a journey through Azerbaijan, unraveling its hidden gems and offering insights to help you plan the ultimate adventure.</p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1707286947.jpg\" style=\"width: 50%;\"><b><br></b></p><p><b>1. Getting to Know Azerbaijan&nbsp;</b></p><p>- Geography and Climate: Learn about Azerbaijan\'s diverse geography, ranging from coastal plains to mountainous regions, and its temperate climate influenced by the Caspian Sea.</p><p>- Cultural Diversity: Discover Azerbaijan\'s multicultural heritage, shaped by centuries of history and the influences of Persian, Turkic, and Russian civilizations.</p><p>- Language and Culture: Gain insight into Azerbaijani culture, language, and traditions, including hospitality customs and etiquette.</p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1707286957.jpg\" style=\"width: 50%;\"><br></p><p><b>2. Exploring Baku - The Capital City:</b></p><p>- Modern Marvels: Explore the futuristic skyline of Baku, adorned with iconic landmarks like the Flame Towers, Heydar Aliyev Center, and Baku Boulevard.</p><p>- Old City (Icherisheher): Step back in time as you wander through the narrow streets of Baku\'s UNESCO-listed Old City, home to ancient mosques, palaces, and caravanserais.</p><p>- Cultural Heritage: Visit museums, art galleries, and historical sites in Baku, such as the Palace of the Shirvanshahs and the Maiden Tower, to delve into Azerbaijan\'s rich history and heritage.</p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1707286979.jpg\" style=\"width: 50%;\"><br></p><p><b>3. Beyond Baku - Discovering Azerbaijan\'s Regions:</b></p><p>- Gobustan National Park: Marvel at the ancient rock carvings and mud volcanoes of Gobustan, a UNESCO World Heritage Site that offers a glimpse into Azerbaijan\'s prehistoric past.</p><p>- Sheki: Journey to the picturesque town of Sheki, renowned for its stunning architecture, including the Palace of the Sheki Khans and the mesmerizing Sheki Khan\'s Summer Palace.</p><p>- Gabala and the Caucasus Mountains: Escape to the natural beauty of Gabala, where you can indulge in outdoor adventures like hiking, horseback riding, and exploring the Tufandag Mountain Resort.</p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1707287003.jpg\" style=\"width: 50%;\"><br></p><p><b>4. Cultural Experiences and Traditions:</b></p><p>- Azerbaijani Cuisine: Delight your taste buds with Azerbaijani cuisine, known for its rich flavors and diverse dishes such as plov, dolma, kebabs, and baklava.</p><p>- Music and Dance: Experience the rhythmic beats of Azerbaijani music, including traditional mugham performances and lively folk dances like yalli and lezginka.</p><p>- Festivals and Celebrations: Immerse yourself in Azerbaijani culture by participating in festivals and celebrations throughout the year, such as Novruz (Persian New Year) and the International Mugham Festival.</p><p><img src=\"https://www.reisentours.com/public/upload/travelogues/descriptionimage/descriptionimage_1707287027.jpg\" style=\"width: 50%;\"><br></p><p><b>5. Practical Travel Tips:</b></p><p>- Visa Requirements and Entry Formalities: Understand the visa requirements and entry procedures for traveling to Azerbaijan, including e-visa options and visa-free travel for certain nationalities.</p><p>- Transportation: Navigate Azerbaijan\'s transportation network, including domestic flights, trains, buses, and taxis, to efficiently travel between cities and regions.</p><p>- Accommodation Options: Discover a range of accommodation options in Azerbaijan, from luxury hotels and boutique guesthouses to budget-friendly hostels and homestays.</p><p><br></p><p><b>Conclusion:</b></p><p>As you plan your journey to Azerbaijan, let this comprehensive travel guide be your trusted companion, providing valuable insights and recommendations to enhance your experience. Whether you\'re exploring the bustling streets of Baku, hiking in the pristine wilderness of the Caucasus Mountains, or savoring the flavors of Azerbaijani cuisine, may your travels be filled with unforgettable moments and lasting memories. Welcome to Azerbaijan - the Jewel of the Caucasus!</p>',NULL,'2024-02-07 11:31:08','2024-02-07 11:31:08',NULL,1,'Travel Guide to Azerbaijan | Azerbaijan travel ',1,0,'Azerbaijan travel guide, Azerbaijani culture, Azerbaijan cuisine, Adventure in Azerbaijan, Explore Azerbaijan, Baku attractions, Gobustan petroglyphs, Sheki architecture, Gabala outdoor activities, Azerbaijani music, Azerbaijani festivals, Travel tips for Azerbaijan, Azerbaijan visa requirements, Transportation in Azerbaijan, Accommodation in Azerbaijan','Embark on a journey through Azerbaijan with our comprehensive travel guide. Explore cultural landmarks, savor local cuisine, and experience thrilling adventures. Plan your trip today!','Azerbaijan Travel Guide: Discover Culture, Cuisine, and Adventure','',1,'{\"blogdetailTitle\":[\"\"],\"BlogDescription\":[\"\"],\"images\":[\"\"],\"detailPackages\":[\"\"]}');
/*!40000 ALTER TABLE `tbl_travelogues` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-04-16 10:33:32

Youez - 2016 - github.com/yon3zu
LinuXploit